diff --git a/CHANGELOG.md b/CHANGELOG.md index 92e6eebe9b..4bdb041a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ ### This is a list detailing changes for all Jetpack releases. +## 13.9-a.5 - 2024-09-16 +### Enhancements +- Jetpack Stats: Do not check for capabilities if the user is not signed in when deciding whether to show the admin bar widget. [#39402] +- SSO: Remove legacy codebase in favor of the newer SSO codebase introduced in Jetpack 13.5. [#39327] + +### Bug fixes +- Dashboard: Display the yearly Stats plan in the Jetpack dashboard immediately after you've purchased the plan. [#39326] +- Help Center: Fix the icon color when previewing color scheme. [#39371] +- Shortcode: Fix the YouTube URL embedding failure due to the trailing question mark of the ID. [#39309] + +### Other changes +- A4A: Add `is_a4a_dev_site` to `jetpack_response_field_additions`. [#39373] +- Content Options: Ensure the feature is loaded via the Classic Theme Helper package instead of Jetpack module. [#39210] +- Custom Content Types: Require feature along with portfolios from the Classic Theme Helper package. [#39268] +- Jetpack AI: Fix checkout URL redirect to the right yearly product. [#39323] +- Jetpack AI: Remove ai-image and ai-paragraph block code since they are not used and never made it to an actual functional block. [#39304] +- Launchpad: Support Launchpad experiment. [#39237] +- General: Move leading and trailing spaces out of i18n messages. Use en-dash for numeric ranges in i18n messages. [#39305] +- SEO: Open SEO upsell post in help center. [#39339] +- Social: Cleaned up media auto-conversion backend logic. [#38587] +- Social: Migrated useAdminUiV1 feature flag to new script data. [#39137] +- Styles: Update styling for external links. [#39337] +- Terms of Service: optimize initialization. [#39286] +- Title Optimization: Handle enter/return key to trigger a generation when they are pressed. [#39399] +- Title Optimization: Properly handle errors and show the correct UI for each. [#39340] +- Updated package dependencies. [#39332] + ## 13.9-a.3 - 2024-09-10 ### Bug fixes - WooCommerce Analytics: Check whether a constant is defined before attempting to use it, for compatibility with WooCommerce <8.4.0. [#39306] @@ -43,8 +70,16 @@ - Updated package dependencies. [#39176] [#39278] [#39288] - Updated to not check for onboarding option from the frontend. [#39246] +## 13.8.1 - 2024-09-10 +### Bug fixes +- Contact Form: Prevent unexpected payload contents from causing fatal errors. [#39271] +- General: Silence noisy warnings. [#39270] [#39272] +- Jetpack AI: Update default_content filter to not enforce the second parameter type to prevent fatal errors. [#39276] +- REST API: Fix missing requirement in admin-menu endpoint which could lead to a broken admin menu. [#39256] +- Web Application Firewall: Prevent incorrect parsing of unsupported HTTP content types. [#39262] + ## 13.8 - 2024-09-04 -### Major Enhancements +### Major enhancements - Custom CSS: Remove feature in favor of WordPress core implementation. [#38865] - Embeds: Remove YouTube and Vimeo embeds in favor of WordPress core implementation. [#39096] - WordPress.com Toolbar: The feature has been removed. [#38804] diff --git a/_inc/blocks/ai-image/block.json b/_inc/blocks/ai-image/block.json deleted file mode 100644 index 0aad9c4152..0000000000 --- a/_inc/blocks/ai-image/block.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "$schema": "https://schemas.wp.org/trunk/block.json", - "apiVersion": 3, - "name": "jetpack/ai-image", - "title": "AI Image (Experimental)", - "description": "Automatically generate an illustration for your post, powered by AI magic. We are experimenting with this feature and can tweak or remove it at any point.", - "keywords": [ - "AI", - "AL", - "DALLe", - "Diffusion", - "Magic" - ], - "version": "12.5.0", - "textdomain": "jetpack", - "category": "media", - "icon": "", - "supports": { - "align": false, - "alignWide": false, - "anchor": false, - "customClassName": false, - "className": true, - "html": false, - "multiple": true, - "reusable": false, - "inserter": false - }, - "attributes": { - "content": { - "type": "string", - "source": "text" - }, - "requestedPrompt": { - "type": "string", - "default": false - } - }, - "editorScript": "jetpack-blocks-editor" -} \ No newline at end of file diff --git a/_inc/blocks/ai-paragraph/block.json b/_inc/blocks/ai-paragraph/block.json deleted file mode 100644 index 58ce38bd44..0000000000 --- a/_inc/blocks/ai-paragraph/block.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "$schema": "https://schemas.wp.org/trunk/block.json", - "apiVersion": 3, - "name": "jetpack/ai-paragraph", - "title": "AI Paragraph (Experimental)", - "description": "Automatically generate new paragraphs using your existing content, powered by AI magic. We are experimenting with this feature and can tweak or remove it at any point.", - "keywords": [ - "AI", - "GPT", - "AL", - "Magic" - ], - "version": "12.5.0", - "textdomain": "jetpack", - "category": "text", - "icon": "", - "supports": { - "align": true, - "alignWide": true, - "anchor": true, - "customClassName": true, - "className": true, - "html": true, - "multiple": true, - "reusable": false, - "inserter": false - }, - "attributes": { - "content": { - "type": "string", - "source": "html" - }, - "animationDone": { - "type": "boolean", - "default": false - } - }, - "example": { - "attributes": { - "animationDone": false, - "content": "I'm afraid I can't do that, Dave." - } - }, - "editorScript": "jetpack-blocks-editor" -} \ No newline at end of file diff --git a/_inc/blocks/editor-beta.asset.php b/_inc/blocks/editor-beta.asset.php index ceb5cf881f..7abe088ad0 100644 --- a/_inc/blocks/editor-beta.asset.php +++ b/_inc/blocks/editor-beta.asset.php @@ -1 +1 @@ - array('jetpack-connection', 'jetpack-script-data', 'lodash', 'moment', 'react', 'react-dom', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-commands', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-widgets', 'wp-wordcount'), 'version' => 'd3b0587c572e4a4da9c9'); + array('jetpack-connection', 'jetpack-script-data', 'lodash', 'moment', 'react', 'react-dom', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-commands', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-widgets', 'wp-wordcount'), 'version' => '89a6667aad9c603ba9d3'); diff --git a/_inc/blocks/editor-beta.css b/_inc/blocks/editor-beta.css index a0cb3ec412..94eedf1731 100644 --- a/_inc/blocks/editor-beta.css +++ b/_inc/blocks/editor-beta.css @@ -1 +1 @@ -.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive>*{pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive:after{content:none}.jetpack-editor-panel-logo{margin-left:.5em}.jetpack-gutenberg-social-icon{fill:#757575}.jetpack-gutenberg-social-icon.is-facebook{fill:#0866ff}.jetpack-gutenberg-social-icon.is-twitter{fill:#55acee}.jetpack-gutenberg-social-icon.is-linkedin{fill:#0976b4}.jetpack-gutenberg-social-icon.is-tumblr{fill:#35465c}.jetpack-gutenberg-social-icon.is-google{fill:var(--color-gplus)}.jetpack-ai-status-indicator__icon-wrapper{align-self:baseline;opacity:0;transition:opacity .25s ease-in-out,width .25s;width:0}.jetpack-ai-status-indicator__icon-wrapper>svg{height:24px;margin:6px 0 0;width:24px}.jetpack-ai-status-indicator__icon-wrapper.is-requesting,.jetpack-ai-status-indicator__icon-wrapper.is-suggesting{opacity:1;width:24px}.jetpack-components-ai-control__container-wrapper{bottom:16px;position:sticky}.jetpack-components-ai-control__container{background-color:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 12px 15px 0 #0000001f,0 3px 9px 0 #0000001f,0 1px 3px 0 #00000026;color:#2c3338;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.jetpack-components-ai-control__wrapper{align-items:flex-end;border-radius:6px 6px 0 0;box-sizing:border-box;display:flex;gap:6px;padding:8px 8px 8px 12px}.jetpack-components-ai-control__wrapper.is-transparent{opacity:.4}.jetpack-components-ai-control__input-wrapper{align-items:center;align-self:center;display:flex;flex-grow:1;min-height:36px}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input{background-color:#fff;border:none;border-radius:2px;box-shadow:none;color:#2c3338;font-size:16px;font-weight:400;line-height:20px;min-height:20px;padding:6px 8px;resize:none!important;transition:box-shadow .1s linear 0s;width:100%}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input:focus{box-shadow:none;color:#2c3338}@media(min-width:600px){.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input{font-size:13px}}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input::-moz-placeholder{opacity:.75;text-overflow:ellipsis;white-space:nowrap}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input::placeholder{opacity:.75;text-overflow:ellipsis;white-space:nowrap}.jetpack-components-ai-control__controls-prompt_button_wrapper{align-items:center;display:flex;gap:8px}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button.is-small:not(.has-label){padding:0}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button-group .components-button{box-shadow:none;padding:6px 8px}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button-group{display:flex}.jetpack-components-ai-control__controls-prompt_button:disabled{cursor:not-allowed;opacity:.6}.jetpack-ai-assistant__message{align-items:center;align-self:center;border-radius:4px;display:flex;font-size:12px;line-height:28px;min-height:28px;padding:0 12px}.jetpack-ai-assistant__message>svg{fill:#787c82;flex-shrink:0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content{align-items:center;display:flex;flex-grow:2;gap:4px;line-height:1.4em;margin:0 8px}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content span{padding:5px 0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-external-link{color:#646970}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-button.is-link{padding:0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-button.is-link,.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-external-link{flex-shrink:0}.jetpack-ai-assistant__message-severity-info{background-color:#f6f7f7;color:#646970}.jetpack-ai-assistant__message-severity-warning{background-color:#fef8ee;color:#101517}.jetpack-ai-assistant__message-severity-error{background-color:#f7ebec;color:#101517}.jetpack-ai-assistant__message-severity-error>svg{fill:#e65054}.jetpack-ai-assistant__message-severity-success{background-color:#d0e6b8;color:#101517}.jetpack-ai-assistant__message-severity-success>svg{fill:#2fb41f}.jetpack-ai-assistant__message-sidebar{display:flex;height:unset;padding:0}.jetpack-ai-assistant__message-sidebar>svg{fill:#646970}.jetpack-ai-logo-generator-modal__loading-wrapper{align-items:center;display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:center}.jetpack-ai-logo-generator-modal__loader{margin-bottom:29px}.jetpack-ai-logo-generator__carousel{display:flex;flex-shrink:0;gap:8px;overflow-x:auto}.jetpack-ai-logo-generator__carousel .components-button{height:unset;padding:unset}@media(min-width:700px){.jetpack-ai-logo-generator__carousel{padding:2px}}.jetpack-ai-logo-generator__carousel-logo{align-items:center;border:1px solid #dcdcde;border-radius:2px;display:flex;flex-shrink:0;justify-content:center}.jetpack-ai-logo-generator__carousel-logo.is-selected{border-color:#0675c4;border-width:1.5px}.jetpack-ai-logo-generator__carousel-logo img{height:48px;width:48px}.jetpack-ai-logo-generator-icon path{fill:#0675c4}.jetpack-ai-logo-generator-modal-presenter__wrapper{display:flex;flex-direction:column;gap:8px}.jetpack-ai-logo-generator-modal-presenter{display:flex}.jetpack-ai-logo-generator-modal-presenter__content{align-items:center;background:#f6f7f7;border-radius:4px;display:flex;flex-grow:1;max-height:229px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__content{flex-direction:column;max-height:unset}}.jetpack-ai-logo-generator-modal-presenter__rectangle{position:relative;width:0}.jetpack-ai-logo-generator-modal-presenter__rectangle:after{background-color:#f6f7f7;content:"";height:15px;left:-66px;position:absolute;top:-7.5px;transform:rotate(-45deg);width:15px}.jetpack-ai-logo-generator-modal-presenter__loading-text{flex-grow:1;text-align:center}.jetpack-ai-logo-generator-modal-presenter__logo{height:198px;margin:16px 30px 16px 16px;width:198px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__logo{margin:16px}}.jetpack-ai-logo-generator-modal-presenter__action-wrapper{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;height:100%;margin-right:32px;padding:16px 0}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__action-wrapper{margin-left:32px}}.jetpack-ai-logo-generator-modal-presenter__description{color:#646970;flex-grow:1;overflow-y:auto;padding-top:16px}.jetpack-ai-logo-generator-modal-presenter__actions{border-top:1px solid #dcdcde;display:flex;gap:24px;margin-top:16px;padding-top:16px}.jetpack-ai-logo-generator-modal-presenter__action{align-items:center;display:flex}.jetpack-ai-logo-generator-modal-presenter__action.components-button,.jetpack-ai-logo-generator-modal-presenter__action.components-button:active,.jetpack-ai-logo-generator-modal-presenter__action.components-button:hover{color:#0675c4}.jetpack-ai-logo-generator-modal-presenter__action .action-text{font-size:var(--font-body-extra-small)}.jetpack-ai-logo-generator-modal-presenter__action .jetpack-ai-logo-generator-icon{margin-right:8px}.jetpack-ai-logo-generator-modal-presenter__success-wrapper{align-items:center;display:flex;flex-direction:column;gap:16px;width:100%}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__success-wrapper{padding-bottom:16px}}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{font-size:var(--font-body-small);padding:8px 16px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__banner-description{color:#fff;line-height:21px;word-wrap:break-word;vertical-align:middle}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__icon{height:24px;margin-right:8px;position:relative;vertical-align:middle;width:24px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__icon path{fill:#8c8f94}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{font-size:var(--font-body-extra-small);font-weight:600;height:auto;line-height:20px;padding:4px 8px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#fff;color:#000}.jetpack-ai-logo-generator__prompt{display:flex;flex-direction:column;font-size:var(--font-body-small);gap:8px}.jetpack-ai-logo-generator__prompt-header{align-items:flex-start;align-self:stretch;display:flex;justify-content:space-between}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-label{font-weight:500}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-actions{display:flex;font-size:var(--font-body-extra-small);line-height:20px}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-actions .jetpack-ai-logo-generator-icon{margin-right:4px}.jetpack-ai-logo-generator__prompt-query{align-items:flex-end;align-self:stretch;background:#fff;border:1px solid #c3c4c7;border-radius:8px;display:flex;gap:8px;justify-content:space-between;padding:8px 8px 8px 16px}@media(min-width:700px){.jetpack-ai-logo-generator__prompt-query{gap:48px}}.jetpack-ai-logo-generator__prompt-query .prompt-query__input{border:0;color:#101517;flex-grow:1;line-height:1.6;padding:6px 0;resize:none;vertical-align:initial;word-break:break-word}.jetpack-ai-logo-generator__prompt-query .prompt-query__input:active,.jetpack-ai-logo-generator__prompt-query .prompt-query__input:focus{outline:0}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[contentEditable=false]{color:#646970}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[data-placeholder]:empty:before{color:#646970;content:attr(data-placeholder)}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[data-placeholder]:empty:focus:before{content:""}.jetpack-ai-logo-generator__prompt-footer{display:flex;flex-direction:column;gap:8px}.jetpack-ai-logo-generator__prompt-requests{color:#646970;display:flex;font-size:var(--font-body-extra-small);line-height:21px}.jetpack-ai-logo-generator__prompt-requests .prompt-footer__icon{height:20px;width:20px}.jetpack-ai-logo-generator__prompt-requests .prompt-footer__icon path{fill:#a7aaad}.jetpack-ai-logo-generator__prompt-error{color:#d63638;font-size:var(--font-body-extra-small);line-height:21px}.jetpack-ai-logo-generator-modal-visit-site-banner{background:#f6f7f7;border-radius:4px;display:flex;gap:16px;padding:16px 20px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-visit-site-banner{flex-direction:column}}.jetpack-ai-logo-generator-modal-visit-site-banner__jetpack-logo{align-items:center;display:flex;justify-content:center}.jetpack-ai-logo-generator-modal-visit-site-banner__content{display:flex;flex-direction:column;font-size:14px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-visit-site-banner__content{gap:8px}}@media(min-width:960px){.jetpack-ai-logo-generator-modal{max-height:90%}}.jetpack-ai-logo-generator-modal .components-modal__header{border-bottom:1px solid #dcdcde;padding:20px 24px}.jetpack-ai-logo-generator-modal .components-modal__content{margin-bottom:30px;padding:32px 32px 2px}.jetpack-ai-logo-generator-modal .components-modal__content>div:not(.components-modal__header){height:100%}.jetpack-ai-logo-generator-modal .components-button:focus:not(:disabled):not(.is-primary){box-shadow:0 0 0 2px #0675c4}.jetpack-ai-logo-generator-modal .components-button.is-link{color:#0675c4;text-decoration:none}.jetpack-ai-logo-generator-modal__body{display:flex;flex-direction:column;gap:16px;height:100%}@media(min-width:700px){.jetpack-ai-logo-generator-modal__body{min-height:409px;width:700px}.jetpack-ai-logo-generator-modal__body.notice-modal{min-height:unset;width:470px}}.jetpack-ai-logo-generator__footer{display:flex}.jetpack-ai-logo-generator__footer .jetpack-ai-logo-generator__feedback-button{align-items:center;display:flex;gap:4px;margin-top:8px}.jetpack-ai-logo-generator__footer .jetpack-ai-logo-generator__feedback-button .icon{color:#a7aaad}.jetpack-ai-logo-generator-modal__notice-message-wrapper{display:flex;flex-direction:column;gap:24px}.jetpack-ai-logo-generator-modal__notice-message{font-size:var(--font-body-small)}.jetpack-ai-logo-generator-modal__notice-actions{display:flex;gap:12px;justify-content:flex-end}.jetpack-ai-logo-generator__accept{display:flex;flex-direction:column;gap:64px}.jetpack-ai-logo-generator__accept-actions{display:flex;gap:22px;justify-content:flex-end}.ai-assistant-featured-image__content{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:32px}.ai-assistant-featured-image__actions,.ai-assistant-featured-image__user-prompt{display:flex;justify-content:center;width:100%}.ai-assistant-featured-image__user-prompt{flex-direction:row}.ai-assistant-featured-image__user-prompt-textarea{display:flex;justify-content:center;width:100%}.ai-assistant-featured-image__user-prompt-textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.ai-assistant-featured-image__user-prompt-textarea textarea:disabled{opacity:.5}.ai-assistant-featured-image__actions-left{display:flex;justify-content:flex-start;width:50%}.ai-assistant-featured-image__actions-right{display:flex;justify-content:flex-end;width:50%}.ai-assistant-featured-image__action-buttons{display:flex;gap:12px;justify-content:center}.ai-assistant-featured-image__image-canvas{margin-top:24px;width:100%}.ai-assistant-featured-image__image-canvas>.jetpack-ai-upgrade-banner{margin-bottom:8px}.ai-assistant-featured-image__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:8px 32px}.ai-assistant-featured-image__footer__feedback-button{display:inline-block}.ai-assistant-featured-image__footer__feedback-button a{text-decoration:none}.ai-assistant-featured-image__footer .icon{color:#a7aaad;height:20px;margin-left:4px;width:20px}.ai-image-modal__content{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:32px}.ai-image-modal__content .jetpack-ai-fair-usage-notice{width:100%}.ai-image-modal__actions,.ai-image-modal__user-prompt{display:flex;justify-content:center;width:100%}.ai-image-modal__user-prompt{flex-direction:row}.ai-image-modal__user-prompt-textarea{display:flex;justify-content:center;width:100%}.ai-image-modal__user-prompt-textarea div{display:flex;width:100%}.ai-image-modal__user-prompt-textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.ai-image-modal__user-prompt-textarea textarea:disabled{opacity:.5}.ai-image-modal__actions-left{display:flex;justify-content:flex-start;width:50%}.ai-image-modal__actions-right{display:flex;justify-content:flex-end;width:50%}.ai-image-modal__action-buttons{display:flex;gap:12px;justify-content:center}.ai-image-modal__image-canvas{margin-top:24px;width:100%}.ai-image-modal__image-canvas>.jetpack-ai-upgrade-banner{margin-bottom:8px}.ai-image-modal__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:8px 32px}.ai-image-modal__footer__feedback-button{display:inline-block}.ai-image-modal__footer__feedback-button a{text-decoration:none}.ai-image-modal__footer .icon{color:#a7aaad;height:20px;margin-left:4px;width:20px}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-bottom:0}.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper{max-width:580px}.jetpack-upgrade-plan-banner__wrapper{column-gap:32px}.jetpack-upgrade-plan-banner.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background:#fff;color:#000}.jetpack-ai-fair-usage-notice-muted-variant{color:#757575;font-size:13px;font-weight:400;line-height:1.4;margin:0;text-wrap:pretty}.jetpack-ai-fair-usage-notice-muted-variant a{color:#757575}.jetpack-ai-fair-usage-notice,.jetpack-ai-fair-usage-notice a{color:#1e1e1e}@media(min-width:960px){.ai-assistant-modal{max-height:95%}}.ai-assistant-modal__content{display:flex;flex-direction:column}@media screen and (min-width:960px){.ai-assistant-modal__content{width:100vw}}.ai-assistant-modal__header{display:flex;justify-content:space-between;margin-left:-32px;margin-right:-32px;margin-top:-32px;padding:8px 12px}.ai-assistant-modal__divider{background:#dcdcde;height:1px;margin:0 -32px}.ai-assistant-modal__title-wrapper{align-items:center;display:flex;gap:16px}.ai-assistant-modal__title-wrapper>svg{color:#008710;margin:0}.ai-assistant-modal__title{font-size:14px;line-height:24px;margin:0}.ai-assistant-image__blank{height:auto;position:relative}.ai-assistant-image__blank,.ai-assistant-image__blank-content{align-items:center;display:flex;justify-content:center;width:100%}.ai-assistant-image__blank-content{height:100%;position:absolute}.ai-assistant-image__blank-content.is-dotted{border:1px dotted}.ai-assistant-image__loading{flex-direction:column;gap:8px}.ai-assistant-image__error{align-items:center;display:flex;flex-direction:column;justify-content:center}.ai-assistant-image__error-message{color:red;font-size:10px}.ai-assistant-image__carrousel{flex-direction:column;width:100%}.ai-assistant-image__carrousel-images{align-items:center;display:flex;overflow:hidden;position:relative}.ai-assistant-image__carrousel-images .ai-carrousel__prev{left:0}.ai-assistant-image__carrousel-images .ai-carrousel__next{right:0}.ai-assistant-image__carrousel-images .ai-carrousel__next,.ai-assistant-image__carrousel-images .ai-carrousel__prev{align-items:center;background:#0000;border:none;bottom:0;cursor:pointer;display:flex;height:100%;justify-content:center;opacity:0;position:absolute;top:0;transition:opacity .3s;width:60px;z-index:1}.ai-assistant-image__carrousel-images .ai-carrousel__next:hover,.ai-assistant-image__carrousel-images .ai-carrousel__prev:hover{background-color:#0000004d;opacity:1}.ai-assistant-image__carrousel-images .ai-carrousel__next-icon,.ai-assistant-image__carrousel-images .ai-carrousel__prev-icon{fill:#fff}.ai-assistant-image__carrousel-images .ai-carrousel__next-icon.is-disabled,.ai-assistant-image__carrousel-images .ai-carrousel__prev-icon.is-disabled{fill:gray}.ai-assistant-image__carrousel-footer{display:flex;justify-content:space-between;margin-top:8px}.ai-assistant-image__carrousel-counter{align-items:center;display:flex;font-size:13px;justify-content:flex-start;padding:6px 0}.ai-assistant-image__carrousel-counter .ai-carrousel__next,.ai-assistant-image__carrousel-counter .ai-carrousel__prev{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;justify-content:center;padding:0}.ai-assistant-image__carrousel-counter .ai-carrousel__next-icon.is-disabled,.ai-assistant-image__carrousel-counter .ai-carrousel__prev-icon.is-disabled{fill:gray}.ai-assistant-image__carrousel-image{height:auto;width:100%}.ai-assistant-image__carrousel-image-container{display:flex;height:auto;left:8px;position:absolute;transform:translateX(100%);transition:transform .5s;width:100%}.ai-assistant-image__carrousel-image-container.is-prev{left:-8px;transform:translateX(-100%)}.ai-assistant-image__carrousel-image-container.is-current{position:static;transform:translateX(0)}.ai-assistant-featured-image__usage-counter{color:#646970;display:flex;flex-direction:column;font-size:12px}.ai-assistant-featured-image__usage-counter>span{align-items:center;display:flex;gap:8px;justify-content:space-between}.ai-assistant-featured-image__usage-counter-no-limit{color:red}@keyframes jetpack-external-media-loading-fade{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.jetpack-external-media-browser--visually-hidden{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.modal-open .jetpack-external-media-button-menu__options{display:none}.jetpack-external-media-browser .is-error{margin-bottom:1em;margin-left:0;margin-right:0}.jetpack-external-media-browser .components-placeholder{background-color:#0000}.jetpack-external-media-browser .components-modal__content{overflow:auto;padding-bottom:0;width:100%}@media(min-width:600px){.jetpack-external-media-browser .components-modal__content{height:90vh;width:90vw}}.jetpack-external-media-browser.is-jetpack-app-media{max-width:733px}@media(min-width:600px){.jetpack-external-media-browser.is-jetpack-app-media .components-modal__content{height:90vh;max-width:733px;width:90vw}}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-app-icon{width:69px}.jetpack-external-media-browser.is-jetpack-app-media .components-notice-list{position:relative;z-index:1}.jetpack-external-media-browser.is-jetpack-app-media .components-modal__header{border-bottom:0}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-wrapper__jetpack_app_media-instructions{bottom:-104px;position:relative;right:-56px}.jetpack-external-media-browser.is-jetpack-app-media .components-modal__content{margin-top:0;padding:40px 56px}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__item{animation:animate-drop .3s ease;opacity:1}@media only screen and (min-width:600px){.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__item{padding-top:96px;width:112px}}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser .jetpack-external-media-browser__media__item img{height:80px;width:80px}@keyframes animate-drop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.jetpack-external-media-wrapper__jetpack_app_media-title{color:var(--jp-gray-100);font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-size:24px;font-weight:400;letter-spacing:-.32px;line-height:1.67;margin:0 0 14px}.jetpack-external-media-wrapper__jetpack_app_media-description{color:var(--jp-gray-60);font-size:14px;font-weight:400;line-height:1.43;margin:0;text-align:left}.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-description,.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-title{max-width:100%}@media only screen and (min-width:600px){.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-description,.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-title{max-width:calc(100% - 300px)}}.jetpack-external-media-wrapper__jetpack_app_media-qr-code canvas{height:100px;margin-top:24px;width:100px}.jetpack-external-media-wrapper__jetpack_app_media-instructions img{bottom:0;display:none;position:absolute;right:56px}@media only screen and (min-width:600px){.jetpack-external-media-wrapper__jetpack_app_media-instructions img{display:inline}}.jetpack-external-media-browser__jetpack_app_media_browser{margin:0 -20px}.jetpack-external-media-browser__jetpack_app_media_browser .jetpack-external-media-browser__media{margin:6px 0 -15px}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__toolbar{background-color:#0000;padding:0}.jetpack-external-media-wrapper__jetpack_app_media-qr-code-wrapper{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:space-between}.jetpack-external-media-wrapper__jetpack_app_media .jetpack-external-media-browser__empty{display:none}.jetpack-external-media-browser--is-copying{pointer-events:none}.jetpack-external-media-browser{align-items:flex-start;background:#fff;display:flex;flex-direction:column}.jetpack-external-media-browser .jetpack-external-media-browser__media{width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__item{background:#0000;border:0;display:inline-flex;height:0;padding-top:50%;position:relative;width:50%}.jetpack-external-media-browser .jetpack-external-media-browser__media__item img{display:block;height:calc(100% - 16px);left:8px;object-fit:contain;position:absolute;top:8px;width:calc(100% - 16px)}.jetpack-external-media-browser .jetpack-external-media-browser__media__item.is-transient img{opacity:.3}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;text-align:center;top:0;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator .components-spinner{margin-bottom:8px}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator__label{font-size:12px}.jetpack-external-media-browser .jetpack-external-media-browser__media__folder{align-content:flex-start;align-items:center;display:flex;flex-wrap:wrap;float:left;justify-content:space-between;margin-bottom:36px}.jetpack-external-media-browser .jetpack-external-media-browser__media__info{display:flex;font-size:12px;font-weight:700;justify-content:space-between;padding:3px;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__count{background-color:#dcdcde;border-radius:8px;margin-bottom:auto;padding:3px 4px}.jetpack-external-media-browser .jetpack-external-media-browser__media__item{border:8px solid #0000}.jetpack-external-media-browser .jetpack-external-media-browser__media__item:focus{border-radius:10px;box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color);outline:none}.jetpack-external-media-browser .jetpack-external-media-browser__media__item__selected{border-radius:10px;box-shadow:inset 0 0 0 6px var(--wp-admin-theme-color)}.jetpack-external-media-browser .jetpack-external-media-browser__media__item__selected:focus{box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color),inset 0 0 0 3px #fff,inset 0 0 0 6px var(--wp-admin-theme-color)}.jetpack-external-media-browser .jetpack-external-media-browser__media__placeholder{animation:jetpack-external-media-loading-fade 1.6s ease-in-out infinite;background-color:#ccc;border:0;height:100px;margin:16px;width:100px}.jetpack-external-media-browser .jetpack-external-media-browser__media__toolbar{background:#fff;bottom:0;display:flex;justify-content:flex-end;left:0;padding:20px 0;position:fixed;position:sticky;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__loadmore{clear:both;display:block;margin:24px auto 48px}@media only screen and (min-width:600px){.jetpack-external-media-browser .jetpack-external-media-browser__media__item{padding-top:20%;width:20%}}.jetpack-external-media-header__view{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:48px}@media only screen and (min-width:600px){.jetpack-external-media-header__view{align-items:center;flex-direction:row}}.jetpack-external-media-header__view select{max-width:200px!important}.jetpack-external-media-header__view .components-base-control__field{display:flex;flex-direction:column}.jetpack-external-media-header__filter label,.jetpack-external-media-header__view label{margin-right:10px}.jetpack-external-media-header__filter .components-base-control,.jetpack-external-media-header__view .components-base-control{margin-bottom:0;padding-right:8px}.jetpack-external-media-header__filter{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;justify-content:flex-start}@media only screen and (min-width:600px){.jetpack-external-media-header__filter{border-left:1px solid #ccc;margin-left:16px;padding-left:16px}}.jetpack-external-media-header__filter .jetpack-external-media-date-filter{display:flex;flex-wrap:wrap}.jetpack-external-media-header__filter .jetpack-external-media-date-filter button{height:40px;margin-top:27px}@media only screen and (min-width:783px){.jetpack-external-media-header__filter .jetpack-external-media-date-filter button{height:30px}}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__label{margin-bottom:3px}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__backdrop{border-color:#e0e0e0;border-radius:3px}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__input{height:40px;width:70px}@media only screen and (min-width:783px){.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__input{height:30px}}.jetpack-external-media-header__account{display:flex;flex-direction:column}.jetpack-external-media-header__account .jetpack-external-media-header__account-info{display:flex;margin-bottom:8px}.jetpack-external-media-header__account .jetpack-external-media-header__account-image{margin-right:8px}.jetpack-external-media-header__account .jetpack-external-media-header__account-name{height:18px;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jetpack-external-media-header__account .jetpack-external-media-browser__disconnect{height:40px;margin:1px 1px 9px 0}@media only screen and (min-width:783px){.jetpack-external-media-header__account .jetpack-external-media-browser__disconnect{height:30px}}.jetpack-external-media-header__openverse,.jetpack-external-media-header__pexels{display:flex;margin-bottom:48px}.jetpack-external-media-header__openverse .components-base-control,.jetpack-external-media-header__pexels .components-base-control{flex:1;margin-right:12px}.jetpack-external-media-header__openverse .components-base-control__field,.jetpack-external-media-header__pexels .components-base-control__field{margin-bottom:0}.jetpack-external-media-header__openverse .components-base-control__field,.jetpack-external-media-header__openverse .components-text-control__input,.jetpack-external-media-header__pexels .components-base-control__field,.jetpack-external-media-header__pexels .components-text-control__input{height:100%}.jetpack-external-media-placeholder__open-modal{align-items:center;display:flex;justify-content:center;margin-top:-48px;padding:0;position:absolute;right:0;z-index:1}.jetpack-external-media-placeholder__open-modal .components-button{background:none;margin:0;padding:12px}.jetpack-external-media-placeholder__open-modal .components-button:before{content:none}.jetpack-external-media-placeholder__open-modal .components-button svg{display:block;fill:currentColor}.jetpack-external-media-browsing>div.components-placeholder:not(.jetpack-external-media-replacedholder){display:none}.jetpack-external-media-browser__empty{padding-top:2em;text-align:center;width:100%}.jetpack-external-media-auth{margin:0 auto;max-width:340px;padding-bottom:80px;text-align:center}.jetpack-external-media-auth p{margin:2em 0}.jetpack-external-media-filters{display:flex;justify-content:space-between}.jetpack-external-media-button-menu__dropdown{width:100%}.jetpack-external-media-button-menu__dropdown .jetpack-external-media-button-menu{flex-direction:row;padding-left:12px;padding-right:12px;text-align:left;width:100%}.jetpack-external-media-button-menu__dropdown .jetpack-external-media-button-menu .jetpack-external-media-button-menu__label{flex-grow:2}.jetpack-external-media-button-wrapper{display:flex}.components-placeholder__fieldset .components-dropdown .jetpack-external-media-button-menu,.editor-post-featured-image .components-dropdown .jetpack-external-media-button-menu{margin-bottom:1em;width:auto}.components-placeholder__fieldset .components-dropdown .jetpack-external-media-button-menu>svg,.editor-post-featured-image .components-dropdown .jetpack-external-media-button-menu>svg{display:none}.editor-post-featured-image .components-dropdown{display:initial}.block-editor-inserter__media-panel .components-search-control input[type=search].components-search-control__input[placeholder~=Google],.block-editor-inserter__media-panel .components-search-control input[type=search].components-search-control__input[placeholder~=Google]+.components-search-control__icon{display:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{align-items:center;background:#000;border-radius:2px;box-shadow:inset 0 0 1px #fff;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;justify-content:space-between;padding:0 20px;text-transform:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-title{color:#fff;margin-bottom:10px;margin-right:10px;margin-top:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__title{margin-right:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{flex-shrink:0;height:28px;line-height:1;margin-bottom:10px;margin-left:auto;margin-top:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#e34c84;color:#fff;text-decoration:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background:#eb6594}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background-image:linear-gradient(-45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-bottom:12px;margin-top:0}.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper{max-width:840px;width:100%}.jetpack-paid-block-symbol,.jetpack-upgrade-plan__hidden{display:none}.jetpack-enable-upgrade-nudge .block-editor-block-icon{position:relative}.jetpack-enable-upgrade-nudge .block-editor-block-icon>svg{overflow:visible}.jetpack-enable-upgrade-nudge svg.jetpack-paid-block-symbol{display:block;left:calc(100% - 1px);position:absolute;top:3px}.jetpack-enable-upgrade-nudge .components-placeholder__label .jetpack-paid-block-symbol{display:none}.wp-block-cover.is-placeholder{display:block}.paid-block-media-placeholder{width:100%}.wp-block-cover:not(.is-placeholder) .paid-block-media-placeholder{bottom:0;left:0;position:absolute;right:0;top:0}.block-editor-block-list__block.is-upgradable.is-selected.is-placeholder{background-color:#0000;padding-top:0}.block-editor-block-list__layout .block-editor-block-list__block.is-upgradable:focus:after{box-shadow:none}.interface-interface-skeleton__editor{max-width:100%}.is-beta-extension{box-shadow:0 0 3px #2fb41f;position:relative;transition:box-shadow .5s linear}.is-beta-extension.inset-shadow{box-shadow:inset 0 0 3px #2fb41f}.is-beta-extension:before{background-color:#2fb41f;border-radius:4px;color:#fff;content:"BETA";font-size:11px;font-weight:600;height:24px;line-height:24px;opacity:1;padding:0 5px;position:absolute;right:3px;top:3px;transition:visibility .5s,opacity .5s linear;visibility:visible;z-index:10000}.is-beta-extension:focus,.is-beta-extension:hover{box-shadow:none}.is-beta-extension:focus:before,.is-beta-extension:hover:before{opacity:0;visibility:hidden}.jetpack-ai-usage-panel{width:100%}.jetpack-ai-usage-panel p.muted{color:#646970}.jetpack-ai-usage-panel .jetpack-ai-usage-panel-upgrade-button{margin-top:1em}.jetpack-ai-usage-panel{--spacing-base:8px}.jetpack-ai-usage-panel .components-base-control{margin:0}.jetpack-ai-usage-panel .jetpack-ai-usage-panel-loading{background-color:#dcdcde;height:calc(var(--spacing-base)*11 + .5px)}.jetpack-ai-usage-panel .ai-assistant-usage-bar-wrapper{background-color:#dcdcde;border-radius:2px;height:4px;margin:0;overflow:hidden;width:100%}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage{background-color:#069e08;border-radius:2px;height:100%}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage.warning{background-color:#f2cf75}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage.danger{background-color:#d63639}.jetpack-ai-usage-panel .jetpack-ai-usage-panel__loading-placeholder{background-color:#c3c4c7;margin-top:var(--spacing-base)}.jetpack-ai-usage-panel__available-requests{font-size:16px;font-weight:600;margin-bottom:8px;margin-top:0}@keyframes R2i0K45dEF157drbVRPI{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.NisihrgiIKl_knpYJtfg{animation:R2i0K45dEF157drbVRPI 1.5s infinite;background-color:var(--jp-gray);height:100%;width:100%}.jetpack-ai-feedback-control .components-base-control:last-child{margin-bottom:0}.ai-assistant__i18n-dropdown{width:100%}.ai-assistant__i18n-dropdown .components-dropdown-menu__toggle{display:flex;gap:8px;width:100%}.ai-assistant__i18n-dropdown__toggle-label{flex-grow:2;text-align:left}.ai-assistant__tone-dropdown{width:100%}.ai-assistant__tone-dropdown .components-dropdown-menu__toggle{display:flex;gap:8px;width:100%}.ai-assistant__tone-dropdown__toggle-label{flex-grow:2;text-align:left;width:100}.block-editor-block-toolbar__slot{flex-shrink:0}.wp-block-jetpack-ai-assistant .jetpack-ai-assistant__content{opacity:1;transition:opacity .2s ease-in-out}.wp-block-jetpack-ai-assistant.is-waiting-response .jetpack-ai-assistant__content{opacity:.5}.jetpack-ai-assistant__error{color:var(--wp--preset--color--black);margin:0 0 8px}.jetpack-ai-assistant__accept{display:flex;justify-content:right;margin:12px}.jetpack-ai-assistant__content{overflow-x:auto}.jetpack-ai-assistant__content table{border-collapse:collapse;width:100%}.jetpack-ai-assistant__content thead{border-bottom:3px solid}.jetpack-ai-assistant__content tfoot{border-top:3px solid}.jetpack-ai-assistant__content td,.jetpack-ai-assistant__content th{border:1px solid;padding:.5em}.jetpack-ai-assistant__content .has-fixed-layout{table-layout:fixed;width:100%}.jetpack-ai-assistant__content .has-fixed-layout td,.jetpack-ai-assistant__content .has-fixed-layout th{word-break:break-word}.jetpack-ai-assistant__content.aligncenter,.jetpack-ai-assistant__content.alignleft,.jetpack-ai-assistant__content.alignright{display:table;width:auto}.jetpack-ai-assistant__content.aligncenter td,.jetpack-ai-assistant__content.aligncenter th,.jetpack-ai-assistant__content.alignleft td,.jetpack-ai-assistant__content.alignleft th,.jetpack-ai-assistant__content.alignright td,.jetpack-ai-assistant__content.alignright th{word-break:break-word}.jetpack-ai-assistant__content .has-border-color td,.jetpack-ai-assistant__content .has-border-color th,.jetpack-ai-assistant__content .has-border-color tr,.jetpack-ai-assistant__content .has-border-color>*{border-color:inherit}.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child,.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child td,.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child th,.jetpack-ai-assistant__content table[style*=border-top-color]>*,.jetpack-ai-assistant__content table[style*=border-top-color]>* td,.jetpack-ai-assistant__content table[style*=border-top-color]>* th{border-top-color:inherit}.jetpack-ai-assistant__content table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.jetpack-ai-assistant__content table[style*=border-right-color] td:last-child,.jetpack-ai-assistant__content table[style*=border-right-color] th,.jetpack-ai-assistant__content table[style*=border-right-color] tr,.jetpack-ai-assistant__content table[style*=border-right-color]>*{border-right-color:inherit}.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child,.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child td,.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child th,.jetpack-ai-assistant__content table[style*=border-bottom-color]>*,.jetpack-ai-assistant__content table[style*=border-bottom-color]>* td,.jetpack-ai-assistant__content table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.jetpack-ai-assistant__content table[style*=border-left-color] td:first-child,.jetpack-ai-assistant__content table[style*=border-left-color] th,.jetpack-ai-assistant__content table[style*=border-left-color] tr,.jetpack-ai-assistant__content table[style*=border-left-color]>*{border-left-color:inherit}.jetpack-ai-assistant__content table[style*=border-style] td,.jetpack-ai-assistant__content table[style*=border-style] th,.jetpack-ai-assistant__content table[style*=border-style] tr,.jetpack-ai-assistant__content table[style*=border-style]>*{border-style:inherit}.jetpack-ai-assistant__content table[style*=border-width] td,.jetpack-ai-assistant__content table[style*=border-width] th,.jetpack-ai-assistant__content table[style*=border-width] tr,.jetpack-ai-assistant__content table[style*=border-width]>*{border-style:inherit;border-width:inherit}.wp-block-ai-image-image{cursor:pointer;height:128px;width:128px}.jetpack-ai-assistant__templates-control svg{padding-right:4px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper{flex-wrap:nowrap}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-connect-banner__description,.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-connect-banner__description,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description{line-height:24px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background-color:#fff;color:#000;margin-bottom:8px;margin-top:8px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background-color:#f6f7f7}.jetpack-ai-assistant__custom-prompt{width:800px}.jetpack-ai-assistant__custom-prompt__footer{display:flex;gap:8px;justify-content:flex-end}.jetpack-contact-form{margin-top:16px}.jetpack-components-ai-control__container-wrapper.jetpack-ai-assistant-extension-ai-input{position:sticky;z-index:1}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path{animation:fadingSpark .3s ease-in-out infinite alternate}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path.spark-first{animation-delay:.2s}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path.spark-second{animation-delay:.6s}.jetpack-ai-assistant__info{margin:0 0 8px}@keyframes fadingSpark{to{opacity:.3}}.jetpack-ai-chat-copy-button-container{margin:1rem 0}.jetpack-ai-chat-copy-button-container button{background:none;border:none;color:var(--wp--preset--color--secondary);cursor:pointer;display:block;font-size:16px;padding:inherit;position:relative;transition:.3s}.jetpack-ai-chat-copy-button-container button:disabled{cursor:not-allowed;opacity:.5}.jetpack-ai-chat-copy-button-container button .copy-icon{margin-right:.5rem;vertical-align:middle}.jetpack-ai-chat-error-container{color:#dc3232;font-size:1rem;margin:1rem 0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input{flex:auto;flex-grow:4}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input .components-base-control__field{margin-bottom:0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-button{display:block;flex:auto;flex-grow:1;height:53px;margin-left:10px;text-wrap:nowrap;white-space:-moz-pre-space}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references{font-size:1rem;margin-top:12px}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references hr{margin:1rem 0}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input{flex:auto;flex-grow:4}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-submit{flex:auto;flex-grow:1;height:53px;margin-left:10px;text-wrap:nowrap}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a{border:none;border-radius:2px;cursor:pointer;margin-left:.5rem;padding:.5rem;transition:.3s}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a svg{width:20px;fill:var(--wp--preset--color--contrast);vertical-align:middle}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a:disabled{cursor:not-allowed;opacity:.5}.interface-more-menu-dropdown__content .components-button .jetpack-logo,.interface-pinned-items .components-button .jetpack-logo{height:20px;width:20px}.edit-post-more-menu__content .components-icon-button .jetpack-logo{margin-right:4px}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-triangle{stroke:none!important}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-circle{fill:#069e08!important}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-triangle{fill:#fff!important}.jetpack-ai-proofread{margin-bottom:24px}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=complex-words]{border-color:#f0b849}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=unconfident-words]{border-color:#09b585}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=long-sentences]{border-color:#7a00df}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=spelling-mistakes]{border-color:#d63638}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=complex-words]{background-color:#f0b849}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=unconfident-words]{background-color:#09b585}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=long-sentences]{background-color:#7a00df}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=spelling-mistakes]{background-color:#d63638}.jetpack-ai-proofread .components-checkbox-control__input:disabled{background-color:#ddd;border-color:#ddd}.jetpack-ai-proofread .components-toggle-control{color:#1e1e1e;margin-bottom:16px}.jetpack-ai-proofread__grade-label{color:#757575;margin-left:12px}.jetpack-ai-proofread__help-text{color:#757575;font-size:12px}.jetpack-ai-proofread .feature-checkboxes-container{display:flex;flex-direction:column;gap:12px}[class^=jetpack-ai-breve__has-proofread-highlight]{border-bottom:3px solid;transition:background-color;transition-duration:.3s}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=complex-words]{border-bottom-color:#f0b849}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=unconfident-words]{border-bottom-color:#09b585}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=long-sentences]{border-bottom-color:#7a00df}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=spelling-mistakes]{border-bottom-color:#d63638}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__is-loading{animation-duration:1s;animation-iteration-count:infinite;animation-name:jetpack-ai-breve-loading-pulse}@keyframes jetpack-ai-breve-loading-pulse{0%{opacity:1}50%{opacity:.3}to{opacity:1}}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=complex-words]{background-color:#f0b84933}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=unconfident-words]{background-color:#09b58533}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=long-sentences]{background-color:#7a00df33}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=spelling-mistakes]{background-color:#d6363833}.jetpack-ai-breve__highlight-popover{color:#000;cursor:default;font-size:13px;font-style:normal;font-weight:400;line-height:18px;width:auto}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content{align-items:center;display:flex;flex-direction:column}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content.jetpack-ai-breve__has-suggestions{align-items:flex-start}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content.jetpack-ai-breve__has-suggestions .jetpack-ai-breve__suggestions-container{max-height:168px;overflow-x:hidden;overflow-y:auto;padding:3px 0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container{display:flex;gap:32px;height:40px;justify-content:space-between;width:100%}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action,.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title{padding:8px 12px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title{align-items:center;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:flex-start;white-space:nowrap}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color{border-radius:50%;height:10px;width:10px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=complex-words]{background-color:#f0b849}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=unconfident-words]{background-color:#09b585}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=long-sentences]{background-color:#7a00df}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=spelling-mistakes]{background-color:#d63638}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action{align-items:center;display:flex;font-size:13px;gap:4px;justify-content:flex-end}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button{height:24px;padding-bottom:0;padding-right:0;padding-top:0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button path,.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button>svg{fill:#0277a8}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__loading{align-items:center;display:flex;height:24px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__loading svg{margin-top:0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container{border-top:1px solid #dcdcde;display:flex;flex-direction:column;width:100%}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .jetpack-ai-breve__spelling-suggestion+.jetpack-ai-breve__spelling-suggestion{border-top:1px solid #dcdcde}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .jetpack-ai-breve__spelling-suggestion.components-button.is-tertiary{padding:8px 12px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .components-button.is-tertiary{color:#000;height:unset;line-height:20px;min-height:36px;min-width:320px;padding-bottom:16px;padding-top:16px;text-align:unset;white-space:break-spaces}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper{align-items:center;background-color:#f6f7f7;border-radius:4px;color:#646970;display:flex;font-size:12px;gap:8px;justify-content:space-between;margin:4px;padding:4px 8px;white-space:nowrap;width:calc(100% - 8px)}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper .jetpack-ai-breve__helper-buttons-wrapper{display:flex;gap:16px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper .components-button{color:#646970;padding:0}.ai-assistant-post-feedback__suggestion{margin-bottom:-32px;padding:18px 0}.jetpack-ai-title-optimization__keywords{margin-bottom:16px;margin-top:32px}.jetpack-ai-title-optimization__keywords__textarea{display:flex;justify-content:center}.jetpack-ai-title-optimization__keywords__textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.jetpack-ai-title-optimization__keywords__textarea textarea:disabled{opacity:.5}.jetpack-ai-title-optimization__keywords__button{display:flex;justify-content:flex-end;margin-top:8px}.jetpack-ai-title-optimization__options{margin-top:16px}.jetpack-ai-title-optimization__option{align-items:start;display:flex;gap:16px;justify-content:center;margin-bottom:16px}.jetpack-ai-title-optimization__option>input{margin-top:8px}@media screen and (max-width:600px){.jetpack-ai-title-optimization__option-input{min-width:10%}}.jetpack-ai-title-optimization__option-content{display:flex;flex-direction:column}.jetpack-ai-title-optimization__option-label{font-size:15px;font-weight:600;line-height:22px}.jetpack-ai-title-optimization__option-description{font-size:13px;font-weight:400;line-height:20px;padding-top:4px}.jetpack-ai-title-optimization__loading{align-items:center;display:flex;flex-direction:column;gap:16px;height:200px;justify-content:center;width:100%}.jetpack-ai-title-optimization__error,.jetpack-ai-title-optimization__intro{margin-top:16px}.jetpack-ai-title-optimization__cta{align-items:center;display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.jetpack-ai-title-optimization__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:20px 32px}.jetpack-ai-sidebar__feature-section{margin-bottom:2em}.jetpack-ai-sidebar__feature-section p,.jetpack-ai-sidebar__feature-section p>*{text-wrap:pretty}.jetpack-ai-feedback__label{display:flex;gap:16px}.jetpack-ai-feedback__label .components-toggle-control{margin-bottom:8px}.jetpack-ai__feedback-button .icon{color:#a7aaad;height:20px;margin-left:4px;width:20px}.jetpack-blogging-prompt{border:1px solid #ddd;border-radius:2px;box-sizing:border-box;padding:24px}.jetpack-blogging-prompt__label{background:no-repeat url(images/icon-cd4e9ecf53fadf95246d.svg);background-position:-5px;background-size:24px 24px;font-size:14px;margin-bottom:16px;padding-inline-start:22px}.jetpack-blogging-prompt__label.is-bloganuary-icon{background:no-repeat url(images/bloganuary-icon-20e07d1c81f21708f183.svg);background-position:0;padding-inline-start:26px}.jetpack-blogging-prompt__text{font-size:24px;margin-bottom:16px}.jetpack-blogging-prompt__answers-link{display:inline-block;margin-inline-start:10px;text-decoration:underline}.jetpack-blogging-prompt__answers{font-size:16px}.jetpack-blogging-prompt__answers-gravatar{border:2px solid #fff;border-radius:50%;height:24px;vertical-align:middle;width:24px}.jetpack-blogging-prompt__answers-gravatar:first-child{margin-inline-start:-2px}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:-15px}.jetpack-blogging-prompt__spinner{text-align:center}.jetpack-blogging-prompt.is-style-quote{border:none;border-inline-start:4px solid #2f2f2f;margin-bottom:16px;padding:0 24px}@media only email{.jetpack-blogging-prompt__label{background:none;padding-inline-start:0}.jetpack-blogging-prompt__answers,.jetpack-blogging-prompt__answers-gravatar{margin-bottom:0}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:0}}.wp-block-jetpack-business-hours{overflow:hidden}@media(min-width:480px){.wp-block-jetpack-business-hours dd,.wp-block-jetpack-business-hours dt{display:inline-block}}.wp-block-jetpack-business-hours dt{min-width:30%;vertical-align:top}.wp-block-jetpack-business-hours dd{margin:0}@media(min-width:480px){.wp-block-jetpack-business-hours dd{max-width:calc(70% - .5em)}}.wp-block-jetpack-business-hours .components-base-control__label,.wp-block-jetpack-business-hours .components-toggle-control__label{font-size:13px}.wp-block-jetpack-business-hours .components-base-control__field{margin-bottom:0}.wp-block-jetpack-business-hours .jetpack-business-hours__item{margin-bottom:.5em}.wp-block-jetpack-business-hours .business-hours__row{display:flex;line-height:normal;margin-bottom:4px}.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add,.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__closed{margin-bottom:20px}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day{align-items:flex-start;display:flex;width:44%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day .business-hours__day-name{font-weight:700;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;width:60%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day .components-form-toggle{margin-right:4px;margin-top:4px}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{align-items:center;display:flex;flex-wrap:wrap;margin:0;width:44%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-button{padding:0}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control{display:inline-block;margin-bottom:0;width:48%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control.business-hours__open{margin-right:4%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control .components-base-control__label{margin-bottom:0}.wp-block-jetpack-business-hours .business-hours__remove{align-self:flex-end;margin-bottom:8px;text-align:center;width:10%}.wp-block-jetpack-business-hours .business-hours-row__add button:hover{box-shadow:none!important}.wp-block-jetpack-business-hours .business-hours__remove button{display:block;margin:0 auto}.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:active,.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:focus,.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:hover,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:active,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:focus,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:hover{background:none;box-shadow:none}@media(max-width:1080px){.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}}@media(max-width:600px){.wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}@media(min-width:480px){.jetpack-business-hours dd,.jetpack-business-hours dt{display:inline-block}}.jetpack-business-hours dt{font-weight:700;margin-inline-end:.5em;min-width:30%;vertical-align:top}.jetpack-business-hours dd{margin:0}@media(min-width:480px){.jetpack-business-hours dd{max-width:calc(70% - .5em)}}.jetpack-business-hours__item{margin-bottom:.5em}.jetpack-block-width-controls{align-items:center;display:flex}.jetpack-block-width-controls .components-button-group{display:flex;margin-right:1em}.jetpack-block-width-controls:not(.is-aligned) .components-unit-control-wrapper{flex:1}.wp-block[data-type="jetpack/button"]{display:inline-block;margin:0 auto}.wp-block[data-align=center] .wp-block-jetpack-button{display:flex;justify-content:center}.wp-block[data-align=right] .wp-block-jetpack-button{display:flex;justify-content:flex-end}div[data-type="jetpack/button"]:not([data-align=left]):not([data-align=right]){width:100%}div[data-type="jetpack/button"][data-align]{width:100%;z-index:1}.wp-block-button__link.has-custom-width,.wp-block-jetpack-button,div[data-type="jetpack/button"][data-align] .wp-block>div{max-width:100%}.jetpack-block-styles-selector .editor-styles-wrapper .block-editor-block-list__block{margin:0}.jetpack-block-styles-selector-toolbar .is-active{font-weight:700}.wp-block-jetpack-calendly{position:relative}.wp-block-jetpack-calendly-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-calendly-link-editable{cursor:text}.wp-block-jetpack-calendly-embed-form-sidebar{display:flex;margin-bottom:1em}.wp-block-jetpack-calendly-learn-more{margin-top:1em}.wp-block-jetpack-calendly-color-notice{margin:0}div[data-align=center]>.wp-block-jetpack-calendly{text-align:center}.wp-block-jetpack-calendly .components-placeholder__fieldset input{flex:1}.admin-bar .calendly-overlay .calendly-popup-close{top:47px}.wp-block-jetpack-calendly.calendly-style-inline{height:630px;position:relative}.wp-block-jetpack-calendly .calendly-spinner{top:50px}.wp-block-jetpack-calendly.aligncenter{text-align:center}.wp-block-jetpack-calendly .wp-block-jetpack-button{color:#fff}.wp-block-jetpack-cookie-consent{align-items:center;background-color:#0000;bottom:unset;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;position:static}.wp-block-jetpack-cookie-consent:not(.is-selected) *{pointer-events:none}.wp-block-jetpack-cookie-consent:not(.is-selected):before{content:unset}.wp-block-jetpack-cookie-consent.alignleft,.wp-block-jetpack-cookie-consent.alignright{flex-wrap:nowrap;margin-left:0!important;margin-right:0!important;max-width:50%}.wp-block-jetpack-cookie-consent.alignright{margin-left:auto!important}.wp-block-jetpack-cookie-consent.alignwide{left:unset;max-width:unset;width:unset}.wp-block-jetpack-cookie-consent .wp-block-button__link{white-space:nowrap!important}.jetpack-contact-info-block .block-editor-plain-text.block-editor-plain-text:focus{box-shadow:none}.jetpack-contact-info-block .block-editor-plain-text{border:none;border-radius:4px;box-shadow:none;color:inherit;display:block;flex-grow:1;font-family:inherit;font-size:inherit;line-height:inherit;margin:.5em 0;min-height:unset;padding:0;resize:none}.block-editor-inserter__preview .jetpack-contact-info-block{padding:16px}.block-editor-inserter__preview .jetpack-contact-info-block>.block-editor-inner-blocks>.block-editor-block-list__layout{margin:0}.wp-block-jetpack-contact-info{margin-bottom:1.5em}.jetpack-block-nudge.block-editor-warning{margin-bottom:12px}.jetpack-block-nudge .block-editor-warning__message{margin:13px 0}.jetpack-block-nudge .block-editor-warning__actions{line-height:1}.jetpack-block-nudge .jetpack-block-nudge__info{display:flex;flex-direction:row;font-size:13px;line-height:1.4}.jetpack-block-nudge .jetpack-block-nudge__text-container{display:flex;flex-direction:column}.jetpack-block-nudge .jetpack-block-nudge__title{font-size:14px}.jetpack-block-nudge .jetpack-block-nudge__message{color:#646970}.jetpack-stripe-nudge__banner .block-editor-warning__contents{align-items:center}.jetpack-stripe-nudge__icon{align-self:center;background:#0675c4;border-radius:50%;box-sizing:initial;color:#fff;fill:#fff;flex-shrink:0;margin-right:16px;padding:6px}.jetpack-stripe-nudge__banner span a.jetpack-stripe-nudge__link{color:#0675c4}.jp-components-spinner{align-items:center;display:flex}.jp-components-spinner__inner,.jp-components-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid #0000;border-radius:50%;box-sizing:border-box;margin:auto}.jp-components-spinner__outer{border-top-color:#fff}.jp-components-spinner__inner{border-right-color:#fff;border-top-color:#fff;height:100%;opacity:.4;width:100%}.wp-block-jetpack-donations .donations__container{border:1px solid #ccc}.wp-block-jetpack-donations .donations__nav{border-bottom:1px solid #ccc;display:flex}.wp-block-jetpack-donations .donations__nav-item{background:#fff;border-inline-start:1px solid #ccc;color:#1e1e1e;cursor:pointer;display:inline-block;flex:1;font-size:16px;font-weight:700;padding:12px;text-align:center}@media(min-width:600px){.wp-block-jetpack-donations .donations__nav-item{padding:16px 24px}}.wp-block-jetpack-donations .donations__nav-item:first-child{border-inline-start:none}.wp-block-jetpack-donations .donations__nav-item.is-active{background:#1e1e1e;color:#fff;cursor:default}.wp-block-jetpack-donations .donations__content{padding:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__content{padding:32px}}.wp-block-jetpack-donations .donations__content h4,.wp-block-jetpack-donations .donations__content p{margin:0 0 16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__content h4,.wp-block-jetpack-donations .donations__content p{margin:0 0 24px}}.wp-block-jetpack-donations .donations__amounts{display:flex;flex-wrap:wrap;margin-bottom:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__amounts{margin:0 0 24px}}.wp-block-jetpack-donations .donations__amount{background-color:#fff;border:1px solid #ccc;color:#1e1e1e;display:inline-block;font-size:16px;font-weight:600;margin-inline-end:8px;margin-bottom:8px;padding:16px 24px;white-space:nowrap}.wp-block-jetpack-donations .donations__amount.has-error{box-shadow:0 0 0 1px #fff,0 0 0 3px #cc1818;outline:2px solid #0000;outline-offset:-2px}.wp-block-jetpack-donations .donations__custom-amount .donations__amount-value{display:inline-block;margin-inline-start:4px;min-width:60px}.wp-block-jetpack-donations .donations__separator{margin-bottom:16px;margin-top:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__separator{margin-bottom:32px;margin-top:32px}}.wp-block-jetpack-donations .donations__donate-button,.wp-block-jetpack-donations .donations__donate-button-wrapper{margin:0}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount{cursor:text}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount.has-focus{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:-2px}.editor-styles-wrapper .wp-block-jetpack-donations .donations__custom-amount{cursor:default}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount .block-editor-rich-text__editable{display:inline-block;text-align:left}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount .block-editor-rich-text__editable:focus{box-shadow:none;outline:none;outline-offset:0}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount [data-rich-text-placeholder]:after{color:#ccc;opacity:1}.editor-styles-wrapper .wp-block-jetpack-donations .donations__custom-amount .donations__amount-value{color:#ccc}.editor-styles-wrapper .wp-block-jetpack-donations .donations__donate-button-wrapper:not(.alignleft):not(.alignright){margin:0}.editor-styles-wrapper .wp-block-jetpack-donations .jetpack-block-nudge{max-width:none}.jetpack-donations__currency-toggle{font-weight:700;line-height:100%;width:max-content}.jetpack-donations__currency-popover .components-popover__content{min-width:130px}.wp-block-jetpack-eventbrite{position:relative}.wp-block-jetpack-eventbrite .components-placeholder__learn-more{margin-top:1em}[data-type="jetpack/eventbrite"][data-align=center]{text-align:center}.wp-block-jetpack-gif{clear:both;margin:0 0 20px}.wp-block-jetpack-gif figure{margin:0;position:relative;width:100%}.wp-block-jetpack-gif.aligncenter{text-align:center}.wp-block-jetpack-gif.alignleft,.wp-block-jetpack-gif.alignright{min-width:300px}.wp-block-jetpack-gif .wp-block-jetpack-gif-caption{color:#949494;margin-bottom:1em;margin-top:.5em;text-align:center}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper{height:0;margin:0;padding:calc(56.2% + 12px) 0 0;position:relative;width:100%}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper iframe{border:0;height:100%;inset-inline-start:0;position:absolute;top:0;width:100%}.wp-block-jetpack-gif figure{transition:padding-top 125ms ease-in-out}.wp-block-jetpack-gif figure .wp-block-jetpack-gif_input-container{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:10px}.wp-block-jetpack-gif figure .wp-block-jetpack-gif_input{max-width:400px}.wp-block-jetpack-gif .components-base-control__field{text-align:center}.wp-block-jetpack-gif .components-placeholder__label svg{margin-right:1ch}.wp-block-jetpack-gif .wp-block-jetpack-gif_cover{background:none;border:none;height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.wp-block-jetpack-gif .wp-block-jetpack-gif_cover:focus{outline:none}.wp-block-jetpack-gif .wp-block-jetpack-gif_input{flex:1;margin-right:6px}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnails-container{display:flex;margin:-2px 0 2px -2px;overflow-x:auto;width:calc(100% + 4px)}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnails-container::-webkit-scrollbar{display:none}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container{align-items:center;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:3px;cursor:pointer;display:flex;justify-content:center;margin:2px;padding:0 0 calc(10% - 4px);width:calc(10% - 4px)}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container:hover{box-shadow:0 0 0 1px #949494}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container:focus{box-shadow:0 0 0 2px var(--wp-admin-theme-color);outline:0}.components-panel__body-gif-branding svg{display:block;margin:0 auto;max-width:200px}.components-panel__body-gif-branding svg path{fill:#e0e0e0}.wp-block-jetpack-google-calendar{min-width:420px}.wp-block-jetpack-google-calendar iframe{border:none;width:100%}.wp-block-jetpack-google-calendar>amp-iframe>[placeholder]{line-height:1}.wp-block-jetpack-google-calendar>amp-iframe>noscript{display:inline-block!important}.wp-block-jetpack-google-calendar>amp-iframe>noscript>iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-block-jetpack-google-calendar-embed-form-sidebar textarea{height:75px;width:100%}.wp-block-jetpack-google-calendar-embed-form-sidebar button{display:block;margin-top:8px}.wp-block-jetpack-google-calendar-embed-form-editor{margin:0}.wp-block-jetpack-google-calendar-embed-form-editor textarea{flex:1;font-family:inherit;font-size:inherit;height:36px;margin-right:1px;padding-top:9px}.wp-block-jetpack-google-calendar-placeholder-links{margin-top:19px}.wp-block-jetpack-google-calendar ol.wp-block-jetpack-google-calendar-placeholder-instructions{font-family:inherit;list-style-position:inside;margin:0;padding:0}.wp-block-jetpack-google-calendar ol.wp-block-jetpack-google-calendar-placeholder-instructions li{margin-bottom:19px;text-align:left}.wp-block-jetpack-google-calendar .components-placeholder__label{margin-bottom:19px}.wp-block-jetpack-google-calendar .components-placeholder p{margin:0 0 19px}.wp-block-jetpack-image-compare{margin-inline-end:0;margin-inline-start:0}.wp-block-jetpack-image-compare img{max-width:100%}.jx-slider.jx-slider{inset-inline-start:1px;top:1px;width:calc(100% - 2px)}.image-compare__placeholder>.components-placeholder{align-items:center;flex-direction:row}.image-compare__placeholder>.components-placeholder>.components-placeholder__label{display:none}.image-compare__placeholder>.components-placeholder .components-placeholder{background:none}.image-compare__image-after,.image-compare__image-before{display:flex;flex:1;flex-direction:column;position:relative}.image-compare__image-after .components-placeholder.components-placeholder,.image-compare__image-before .components-placeholder.components-placeholder{box-shadow:none;min-height:0;padding:0}.image-compare__image-after .components-placeholder.components-placeholder .components-placeholder__instructions,.image-compare__image-before .components-placeholder.components-placeholder .components-placeholder__instructions{display:none}.components-placeholder.is-large .image-compare__image-before{padding-inline-end:12px}.components-placeholder.is-large .image-compare__image-after{padding-inline-start:12px}.components-placeholder.is-medium .image-compare__image-before{margin-bottom:24px}[data-type="jetpack/image-compare"]:not(.is-selected) .image-compare__comparison{pointer-events:none}.juxtapose .components-placeholder{border:none;box-shadow:none;padding:0}.juxtapose .components-placeholder .components-placeholder__label{display:none}.juxtapose .components-placeholder .image-compare__image-after,.juxtapose .components-placeholder .image-compare__image-before{flex:none;padding:0;width:100%}.juxtapose .components-placeholder:before{background:#fff;content:"";display:block;height:4px;position:absolute;width:100%;z-index:2}.juxtapose .components-placeholder .image-compare__image-after{height:50%;overflow:hidden;position:absolute;width:100%}.juxtapose .components-placeholder .image-compare__image-after img{align-self:flex-end;display:flex;height:200%;max-width:none;width:100%}div.juxtapose{font-family:Helvetica,Arial,sans-serif;width:100%}div.jx-slider{color:#f3f3f3;cursor:pointer;height:100%;overflow:hidden;position:relative;width:100%}div.jx-handle{cursor:col-resize;height:100%;margin-left:-20px;position:absolute;width:40px;z-index:15}.vertical div.jx-handle{cursor:row-resize;height:40px;margin-left:0;margin-top:-20px;width:100%}div.jx-control{background-color:currentColor;height:100%;margin-left:auto;margin-right:auto;width:3px}.vertical div.jx-control{background-color:currentColor;height:3px;position:relative;top:50%;transform:translateY(-50%);width:100%}div.jx-controller{background-color:currentColor;bottom:0;height:60px;margin:auto auto auto -3px;position:absolute;top:0;width:9px}.vertical div.jx-controller{height:9px;margin-left:auto;margin-right:auto;position:relative;top:-3px;width:100px}div.jx-arrow{bottom:0;margin:auto;top:0}.vertical div.jx-arrow,div.jx-arrow{height:0;position:absolute;transition:all .2s ease;width:0}.vertical div.jx-arrow{left:0;margin:0 auto;right:0}div.jx-arrow.jx-left{border-color:#0000 currentcolor #0000 #0000;border-style:solid;border-width:8px 8px 8px 0;left:2px}div.jx-arrow.jx-right{border-color:#0000 #0000 #0000 currentcolor;border-style:solid;border-width:8px 0 8px 8px;right:2px}.vertical div.jx-arrow.jx-left{border-color:#0000 #0000 currentcolor;border-style:solid;border-width:0 8px 8px;left:0;top:2px}.vertical div.jx-arrow.jx-right{border-color:currentcolor #0000 #0000;border-style:solid;border-width:8px 8px 0;bottom:2px;right:0;top:auto}div.jx-handle:active div.jx-arrow.jx-left,div.jx-handle:hover div.jx-arrow.jx-left{left:-1px}div.jx-handle:active div.jx-arrow.jx-right,div.jx-handle:hover div.jx-arrow.jx-right{right:-1px}.vertical div.jx-handle:active div.jx-arrow.jx-left,.vertical div.jx-handle:hover div.jx-arrow.jx-left{left:0;top:0}.vertical div.jx-handle:active div.jx-arrow.jx-right,.vertical div.jx-handle:hover div.jx-arrow.jx-right{bottom:0;right:0}div.jx-image{display:inline-block;height:100%;overflow:hidden;position:absolute;top:0}.vertical div.jx-image{left:0;top:auto;width:100%}div.jx-slider div.jx-image img{height:100%!important;margin-bottom:0;max-height:none!important;max-width:none!important;position:absolute;width:auto!important;z-index:5}div.jx-slider.vertical div.jx-image img{height:auto!important;width:100%!important}div.jx-image.jx-left{background-position:0;left:0}div.jx-image.jx-left img{left:0}div.jx-image.jx-right{background-position:100%;right:0}div.jx-image.jx-right img{bottom:0;right:0}.veritcal div.jx-image.jx-left{background-position:top;top:0}.veritcal div.jx-image.jx-left img{top:0}.vertical div.jx-image.jx-right{background-position:bottom;bottom:0}.veritcal div.jx-image.jx-right img{bottom:0}div.jx-image div.jx-label{background-color:#000;background-color:#000000b3;color:#fff;display:inline-block;font-size:1em;line-height:18px;padding:.25em .75em;position:relative;top:0;vertical-align:middle;white-space:nowrap;z-index:10}div.jx-image.jx-left div.jx-label{float:left;left:0}div.jx-image.jx-right div.jx-label{float:right;right:0}.vertical div.jx-image div.jx-label{display:table;position:absolute}.vertical div.jx-image.jx-right div.jx-label{bottom:0;left:0;top:auto}div.jx-image.transition{transition:width .5s ease}div.jx-handle.transition{transition:left .5s ease}.vertical div.jx-image.transition{transition:height .5s ease}.vertical div.jx-handle.transition{transition:top .5s ease}div.jx-controller:focus,div.jx-image.jx-left div.jx-label:focus,div.jx-image.jx-right div.jx-label:focus,figure.wp-block-jetpack-image-compare figcaption{font-size:85%;text-align:center}div.jx-control{color:#fff}.vertical div.jx-controller,div.jx-controller{border-radius:50%;height:48px;width:48px}div.jx-controller{margin-left:-22.5px}.vertical div.jx-controller{transform:translateY(-19.5px)}.vertical div.jx-arrow.jx-left,.vertical div.jx-arrow.jx-right,div.jx-arrow.jx-left,div.jx-arrow.jx-right{background-repeat:no-repeat;border:none;height:24px;width:24px;will-change:transform;z-index:1}div.jx-arrow.jx-left{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEzLjQgMTggOCAxMmw1LjQtNiAxLjIgMS00LjYgNSA0LjYgNXoiLz48L3N2Zz4=);left:0}div.jx-arrow.jx-right{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEwLjYgNiA5LjQgN2w0LjYgNS00LjYgNSAxLjIgMSA1LjQtNnoiLz48L3N2Zz4=);right:0}div.vertical div.jx-arrow.jx-left,div.vertical div.jx-arrow.jx-right{transform:rotate(90deg)}.wp-block-jetpack-instagram-gallery__grid{align-content:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{box-sizing:border-box;display:block;line-height:0;position:relative}.wp-block-jetpack-instagram-gallery__grid img{height:auto;width:100%}.wp-block-jetpack-instagram-gallery__grid-columns-1 .wp-block-jetpack-instagram-gallery__grid-post{width:100%}.wp-block-jetpack-instagram-gallery__grid-columns-2 .wp-block-jetpack-instagram-gallery__grid-post{width:50%}.wp-block-jetpack-instagram-gallery__grid-columns-3 .wp-block-jetpack-instagram-gallery__grid-post{width:33.33333%}.wp-block-jetpack-instagram-gallery__grid-columns-4 .wp-block-jetpack-instagram-gallery__grid-post{width:25%}.wp-block-jetpack-instagram-gallery__grid-columns-5 .wp-block-jetpack-instagram-gallery__grid-post{width:20%}.wp-block-jetpack-instagram-gallery__grid-columns-6 .wp-block-jetpack-instagram-gallery__grid-post{width:16.66667%}@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__grid-post{width:100%}}@supports(display:grid){.wp-block-jetpack-instagram-gallery__grid{display:grid;grid-gap:10px;grid-auto-columns:1fr}@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile{display:block}.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__grid-post{padding:var(--latest-instagram-posts-spacing)}}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{width:auto}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post img{height:100%;object-fit:cover}.wp-block-jetpack-instagram-gallery__grid-columns-1{grid-template-columns:repeat(1,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-2{grid-template-columns:repeat(2,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-3{grid-template-columns:repeat(3,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-4{grid-template-columns:repeat(4,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-5{grid-template-columns:repeat(5,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-6{grid-template-columns:repeat(6,1fr)}}@supports(object-fit:cover){.wp-block-jetpack-instagram-gallery__grid-post img{height:100%;object-fit:cover}}.wp-block-jetpack-instagram-gallery .components-placeholder .components-radio-control{margin-bottom:28px}.wp-block-jetpack-instagram-gallery .components-placeholder .components-radio-control label{font-weight:400}.wp-block-jetpack-instagram-gallery .components-placeholder .wp-block-jetpack-instagram-gallery__new-account-instructions{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.wp-block-jetpack-instagram-gallery__count-notice .components-notice{margin:0 0 15px}.wp-block-jetpack-instagram-gallery__count-notice .components-notice__content{line-height:inherit;margin:0;padding-inline-end:0}.wp-block-jetpack-instagram-gallery__disconnection-warning{font-style:italic;margin-bottom:0}.wp-block-jetpack-instagram-gallery__placeholder{animation-delay:0ms,.3s;animation-duration:.3s,1.6s;animation-iteration-count:1,infinite;animation-name:fadeIn,pulse;animation-timing-function:ease-out,ease-out;background-color:#a7a79f;display:flex;opacity:1}.wp-block-jetpack-instagram-gallery__placeholder.is-loaded{animation:none;height:auto}.wp-block-jetpack-instagram-gallery__placeholder img{opacity:0;transition:opacity .5s ease-in-out}.wp-block-jetpack-instagram-gallery__placeholder img.is-loaded{opacity:1}@keyframes fadeIn{0%{opacity:0}50%{opacity:.5}to{opacity:1}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@supports(object-fit:cover){.wp-block-jetpack-instagram-gallery__placeholder.is-loaded{display:flex;flex-direction:column;flex-grow:1}.wp-block-jetpack-instagram-gallery__placeholder.is-loaded img{flex-grow:1;height:auto;object-fit:cover}}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{display:flex;flex-direction:column}@supports(display:grid){@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__placeholder{margin:0!important}}}.wp-block-jetpack-like__learn-more{margin-top:-12px;padding:0 16px 16px 52px}.wp-block-jetpack-like .sharedaddy{display:none}.wpl-likebox{container-type:inline-size}.wpl-count a,.wpl-follow a,.wpl-likebox{font-family:Open Sans,sans-serif!important;font-size:11px!important}.wpl-button{min-width:40px;overflow:hidden}.wpl-button a{align-items:center;background:#fff;border-radius:4px;box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f;box-sizing:border-box;color:#2c3338;display:flex;font-family:Open Sans,sans-serif;font-size:13px;font-weight:500;line-height:23px;margin:1px 6px 8px 1px;min-height:30px;min-width:33px;padding:4px 10px 3px 9px;text-decoration:none;text-shadow:none}.rtl .wpl-button a{margin:1px 1px 8px 6px;padding:4px 9px 3px 10px}.wpl-button a:active,.wpl-button a:hover{box-shadow:0 1px 2px #00000038,0 0 0 1px #00000038}.wpl-button a:before{background-size:16px 16px;content:"";display:inline-block;height:16px;margin-left:0;margin-right:-1px;min-width:16px;position:relative;text-align:center;width:16px}.wpl-button.like a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%232c3338' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.like a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%230675C4' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.liked a{min-width:-moz-fit-content;min-width:fit-content}.wpl-button.liked a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%230675C4' stroke='%230675C4' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.reblog a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%23fff' d='M1 0h16v16H1z'/%3E%3Cpath fill='%232c3338' stroke='%232c3338' stroke-width='.14' d='m16.016 5.566-1.45-1.434v8.993c0 .76-.623 1.375-1.392 1.375h-4.87v-1.375h4.87V4.132l-1.451 1.434-.984-.972L13.87 1.5 17 4.594zm-11.19 6.302V2.875h4.87V1.5h-4.87c-.769 0-1.391.615-1.391 1.375v8.993l-1.451-1.434-.984.972L4.13 14.5l3.13-3.094-.983-.972z'/%3E%3C/svg%3E")}.wpl-button.reblog a.reblogged:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%23fff' d='M1 0h16v16H1z'/%3E%3Cpath fill='%230675c4' stroke='%230675c4' stroke-width='.14' d='m16.016 5.566-1.45-1.434v8.993c0 .76-.623 1.375-1.392 1.375h-4.87v-1.375h4.87V4.132l-1.451 1.434-.984-.972L13.87 1.5 17 4.594zm-11.19 6.302V2.875h4.87V1.5h-4.87c-.769 0-1.391.615-1.391 1.375v8.993l-1.451-1.434-.984.972L4.13 14.5l3.13-3.094-.983-.972z'/%3E%3C/svg%3E")}.rtl .wpl-button.like a:before,.rtl .wpl-button.liked a:before{margin-left:-1px;margin-right:0}.wpl-button.like a span,.wpl-button.liked a span,.wpl-button.reblog a span{margin-left:5px;text-wrap:nowrap}.rtl .wpl-button.like a span,.rtl .wpl-button.liked a span,.rtl .wpl-button.reblog a span{margin-right:5px}.wpl-count{clear:both;overflow:hidden;text-overflow:ellipsis}.wpl-count-text{line-height:1.6}.wpl-likebox .wpl-count,.wpl-likebox .wpl-count a,.wpl-likebox .wpl-count-text,.wpl-likebox .wpl-count-text a{font-size:12px!important}.wpl-button{float:left}.rtl .wpl-button{float:right}.wpl-avatars{height:34px;list-style:none;margin:0;overflow:hidden;padding:0}.wpl-avatars:empty{display:none}.wpl-avatars li{display:inline;margin:0}.wpl-avatars li a{border:0;display:block;float:left;margin:1px 5px 3px 0}.rtl .wpl-avatars li a{float:right;margin:0 0 3px 5px}.wpl-avatars li a img{border:0;height:30px;padding:0!important;width:30px}span.wpl-comment,span.wpl-follow{margin-left:5px}a.comment-like-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%232EA2CC' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px 16px;color:#2ea2cc;content:"";display:inline-block;height:16px;padding-right:5px;position:relative;top:3px;width:16px}a.comment-like-link:hover:before,a.comment-liked:before,div.comment-liked a.comment-like-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23f1831e' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E")}a.comment-liked:hover:before,div.comment-liked a.comment-like-link:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23ff9a00' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E")}a.comment-like-link{color:#222;font-size:12px;opacity:.8;text-decoration:none}a.comment-like-link.loading:before{opacity:0;transition:opacity 2s}.wpl-likebox{align-items:center;display:flex}.wpl-likebox .wpl-avatars{align-content:end;align-items:center;display:inline-flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:center;margin-bottom:4px;min-width:30px}.rtl .wpl-likebox .wpl-avatars li,.wpl-likebox .wpl-avatars li{margin-bottom:1px;margin-top:1px}.wpl-likebox .wpl-avatars li a{margin:0;position:relative}.wpl-likebox .wpl-avatars li:not(:first-child) a{margin-right:-4px}.rtl .wpl-likebox .wpl-avatars li:not(:first-child) a{margin-left:-4px;margin-right:0}.wpl-likebox .wpl-avatars li a img{border:1.5px solid #ffffff80;border-radius:50%;height:26px;width:26px}.wpl-likebox .wpl-count{clear:none;margin-bottom:4px;margin-left:4px;white-space:nowrap}.rtl .wpl-likebox .wpl-count{clear:none;margin-bottom:4px;margin-right:4px;white-space:nowrap}.wpl-likebox a{color:#2c3338!important}.wpl-likebox a,.wpl-likebox a:focus{outline:none!important;text-decoration:none!important}.wpl-likebox.wpl-new-layout *{cursor:default}.wpl-likebox.wpl-new-layout .wpl-avatars{align-content:unset;margin:0;padding-left:0}.wpl-likebox.wpl-new-layout .wpl-avatars li{margin:0}.wpl-likebox.wpl-new-layout .wpl-avatars li a:focus{box-shadow:none;outline:none}.wpl-likebox.wpl-new-layout .wpl-avatars li a img{vertical-align:unset}.wpl-likebox.wpl-new-layout .wpl-count a:focus,.wpl-likebox.wpl-new-layout .wpl-count-text a:focus,.wpl-likebox.wpl-new-layout .wpl-count-text:focus,.wpl-likebox.wpl-new-layout .wpl-count:focus{box-shadow:none;outline:none}.wpl-likebox .wpl-button a:hover{box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f}.wpl-likebox .wpl-button.like a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%232c3338' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}@container (max-width: 320px){.wpl-button{min-width:auto}.wpl-button a span{display:none}}.components-likes-placeholder__learn-more{margin:1em 0 2em}._fUXxnSp5pagKBp9gSN7 *{box-sizing:border-box}.wp-block-jetpack-mailchimp.is-processing form{display:none}.wp-block-jetpack-mailchimp .wp-block-jetpack-button,.wp-block-jetpack-mailchimp p{margin-bottom:1em}.wp-block-jetpack-mailchimp input{box-sizing:border-box;width:100%}.wp-block-jetpack-mailchimp .error,.wp-block-jetpack-mailchimp .error:focus{outline:1px;outline-color:#d63638;outline-offset:-2px;outline-style:auto}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification{display:none;margin-bottom:1.5em;padding:.75em}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.is-visible{display:block}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_error{background-color:#d63638;color:#fff}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_processing{background-color:rgba(0,0,0,.025)}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_success{background-color:#008a20;color:#fff}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp__is-amp{display:block}.wp-block-jetpack-mailchimp form.amp-form-submit-error>p,.wp-block-jetpack-mailchimp form.amp-form-submit-success>p,.wp-block-jetpack-mailchimp form.amp-form-submitting>p{display:none}.wp-block-jetpack-mailchimp .components-placeholder__label svg{margin-right:1ch}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification{display:block}.wp-block-jetpack-mailchimp .editor-rich-text__inline-toolbar{pointer-events:none}.wp-block-jetpack-mailchimp .editor-rich-text__inline-toolbar .components-toolbar{pointer-events:all}.wp-block-jetpack-mailchimp-recheck{margin-top:1em}.wp-block-jetpack-mailchimp.wp-block-jetpack-mailchimp_notication-audition>:not(.wp-block-jetpack-mailchimp_notification){display:none}.wp-block-jetpack-mailchimp .jetpack-submit-button,.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_text-input{margin-bottom:1.5rem}.wp-block-jetpack-mailchimp .wp-block-button .wp-block-button__link{margin-top:0}.wp-block-jetpack-mailchimp .components-placeholder__fieldset{display:block;flex-direction:unset;flex-wrap:unset}.wp-block-jetpack-mailchimp .components-placeholder__fieldset .components-button{margin-bottom:0}.wp-block-jetpack-mailchimp .components-placeholder__fieldset .align-center{text-align:center}.component__add-point{background-image:url(images/oval-5f1d889983a8747472c7.svg);background-repeat:no-repeat;height:38px;left:50%;margin-left:-16px;margin-top:-19px;position:absolute;text-indent:-9999px;top:50%;width:32px}.component__add-point,.component__add-point.components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#0000;box-shadow:none}.component__add-point:active,.component__add-point:focus{background-color:#0000}.component__add-point__popover .components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#0000;box-shadow:none}.component__add-point__popover .components-popover__content{padding:.1rem}.component__add-point__popover .components-location-search{margin:.5rem}.component__add-point__close{border:none;box-shadow:none;float:right;margin:.4rem 0 0;padding:0}.component__add-point__close path{color:#e0e0e0}.wp-block-jetpack-map-marker{height:38px;opacity:.9;width:32px}.edit-post-settings-sidebar__panel-block .component__locations__panel{margin-bottom:1em}.edit-post-settings-sidebar__panel-block .component__locations__panel:empty{display:none}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:first-child{border-top:none}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body,.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:first-child,.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:last-child{margin:0;max-width:100%}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body button{padding-right:40px}.component__locations__delete-btn{padding:0}.component__locations__delete-btn svg{margin-right:.4em}.wp-block-group-is-layout-flex:not(.is-vertical)>.wp-block-jetpack-map{flex-basis:100%}.wp-block-group-is-layout-flex.is-vertical>.wp-block-jetpack-map{width:100%}.wp-block-jetpack-map .wp-block-jetpack-map__gm-container{background:#e0e0e0;min-height:400px;overflow:hidden;text-align:start;width:100%}.wp-block-jetpack-map .mapkit-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;max-width:300px;min-width:150px;padding:10px 10px 15px;pointer-events:auto}.wp-block-jetpack-map .mapkit-popup-content h3{font-size:1.3125em;font-weight:400;margin-bottom:.5rem}.wp-block-jetpack-map .mapkit-popup-content p{margin-bottom:0}.wp-block-jetpack-map .wp-block-jetpack-map__mb-container{height:400px}.wp-block-jetpack-map .mapboxgl-popup{max-width:300px}.wp-block-jetpack-map .mapboxgl-popup h3{font-size:1.3125em;font-weight:400;margin-bottom:.5rem}.wp-block-jetpack-map .mapboxgl-popup p{margin-bottom:0}.wp-block-jetpack-map .mapboxgl-ctrl-group button{background-color:#0000!important;border-radius:0}.wp-block-jetpack-map__delete-btn{padding:0}.wp-block-jetpack-map__delete-btn svg{margin-right:.4em}.wp-block-group-is-layout-flex:not(.is-vertical)>.wp-block[data-type="jetpack/map"]{flex-basis:100%}.wp-block-group-is-layout-flex.is-vertical>.wp-block[data-type="jetpack/map"]{width:100%}.wp-block[data-type="jetpack/map"] .components-placeholder__label svg{fill:currentColor;margin-right:1ch}.wp-block[data-type="jetpack/map"] .components-placeholder__instructions{margin-top:0}.wp-block[data-type="jetpack/map"] .components-placeholder__instructions .components-external-link{display:inline-block;margin:1em auto}.wp-block-jetpack-map .mapboxgl-popup-close-button{font-size:21px;padding:0 10px 5px 9px}.wp-block-jetpack-map .wp-block-jetpack-map__map_wrapper{background-color:#e4e2de;overflow:hidden}.wp-block-jetpack-map .wp-block-jetpack-map__gm-container{inset:0;position:absolute;z-index:0}.wp-block-jetpack-map .wp-block-jetpack-map__select-overlay{background-color:#0000;inset:0;pointer-events:auto;position:absolute;z-index:2}.wp-block-jetpack-map__height_input{display:block}.component__add-point__popover .components-popover__content{width:250px}.component__add-point__popover .components-popover__content .component__add-point__close{margin-top:-.55em;padding:.3em}.wp-block-jetpack-markdown__placeholder{opacity:.62;pointer-events:none}.block-editor-block-list__block .wp-block-jetpack-markdown__preview{line-height:1.8;min-height:1.8em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview>*{margin-bottom:32px;margin-top:32px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h1,.block-editor-block-list__block .wp-block-jetpack-markdown__preview h2,.block-editor-block-list__block .wp-block-jetpack-markdown__preview h3{line-height:1.4}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h1{font-size:2.44em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h2{font-size:1.95em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h3{font-size:1.56em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h4{font-size:1.25em;line-height:1.5}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h5{font-size:1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h6{font-size:.8em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview hr{border:none;border-bottom:2px solid #f0f0f0;margin:2em auto;max-width:100px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview p{line-height:1.8}.block-editor-block-list__block .wp-block-jetpack-markdown__preview blockquote{border-left:4px solid #000;margin-left:0;margin-right:0;padding-left:1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview blockquote p{line-height:1.5;margin:1em 0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview ol,.block-editor-block-list__block .wp-block-jetpack-markdown__preview ul{margin-left:1.3em;padding-left:1.3em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview li p{margin:0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview code,.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre{color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace}.block-editor-block-list__block .wp-block-jetpack-markdown__preview code{background:#f0f0f0;border-radius:2px;font-size:inherit;padding:2px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre{border:1px solid #e0e0e0;border-radius:4px;font-size:15px;padding:.8em 1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre code{background:#0000;padding:0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview table{border-collapse:collapse;overflow-x:auto;width:100%}.block-editor-block-list__block .wp-block-jetpack-markdown__preview tbody,.block-editor-block-list__block .wp-block-jetpack-markdown__preview tfoot,.block-editor-block-list__block .wp-block-jetpack-markdown__preview thead{min-width:240px;width:100%}.block-editor-block-list__block .wp-block-jetpack-markdown__preview td,.block-editor-block-list__block .wp-block-jetpack-markdown__preview th{border:1px solid;padding:.5em}.wp-block-jetpack-markdown .wp-block-jetpack-markdown__editor{color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:15px}.wp-block-jetpack-markdown .wp-block-jetpack-markdown__editor:focus{border-color:#0000;box-shadow:0 0 0 #0000}.wp-block-jetpack-opentable{display:inline-block}.wp-block-jetpack-opentable>.is-placeholder,.wp-block-jetpack-opentable>.is-style-wide{display:block}.wp-block-jetpack-opentable .components-base-control{width:100%}.wp-block-jetpack-opentable .components-placeholder__fieldset p{font-size:13px;margin:0 0 1em}.wp-block-jetpack-opentable .components-placeholder__fieldset form{flex-direction:row;flex-wrap:nowrap}@media screen and (max-width:479px){.wp-block-jetpack-opentable .components-placeholder__fieldset form{display:block}}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field{flex-grow:1}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__label{display:none}.wp-block-jetpack-opentable .components-placeholder__fieldset form p{margin-top:1em}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__input-container{width:100%}@media screen and (min-width:480px){.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__input-container input[type=text].components-form-token-field__input{min-height:32px}}.wp-block-jetpack-opentable .components-placeholder__fieldset form>.components-button{align-items:center;height:42px;line-height:normal;padding:0 8px}@media screen and (min-width:480px){.wp-block-jetpack-opentable .components-placeholder__fieldset form>.components-button{margin:0 0 0 4px;position:relative}}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__remove-token{padding:2px 6px}.wp-block-jetpack-opentable iframe{height:100%;width:100%}.wp-block-jetpack-opentable-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-opentable-restaurant-picker{margin-bottom:1em;position:relative;width:100%}.wp-block-jetpack-opentable-restaurant-picker .components-form-token-field__token-text{align-items:center;display:inline-flex}.wp-block-jetpack-opentable-placeholder-links{display:flex;flex-direction:column}@media screen and (min-width:480px){.wp-block-jetpack-opentable-placeholder-links{display:block}}.wp-block-jetpack-opentable-placeholder-links a{padding:.25em 1em .25em 0}@media screen and (min-width:480px){.wp-block-jetpack-opentable-placeholder-links a form>button{height:50px}}.wp-block-jetpack-opentable-placeholder-links a:last-child{padding-left:1em;padding-right:0}.wp-block-jetpack-opentable>.is-style-button.has-no-margin iframe{margin:-14px}.editor-styles-wrapper .wp-block-jetpack-opentable .components-form-token-field__suggestions-list{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;padding:0;text-align:left}.wp-block-jetpack-opentable.wp-block>.is-style-wide.alignright{left:auto;right:0}.wp-block[data-type="jetpack/opentable"] .components-notice__content{text-align:left}.components-toggle-control.is-opentable{padding-top:6px}.is-opentable button.is-active{font-weight:700}.wp-block-jetpack-opentable{position:relative}.wp-block-jetpack-opentable>iframe{background:#0000;margin:0}.wp-block-jetpack-opentable>.aligncenter iframe{margin:0 auto}.wp-block-jetpack-opentable>.is-style-standard,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile{height:301px}.wp-block-jetpack-opentable>.is-style-standard.is-multi,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile.is-multi{height:361px}.wp-block-jetpack-opentable>.is-style-standard.aligncenter iframe,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile.aligncenter iframe{width:224px!important}.wp-block-jetpack-opentable>.is-style-tall{height:490px}.wp-block-jetpack-opentable>.is-style-tall.is-multi{height:550px}.wp-block-jetpack-opentable>.is-style-tall.aligncenter iframe{width:288px!important}.wp-block-jetpack-opentable>.is-style-wide{height:150px}.wp-block-jetpack-opentable>.is-style-wide iframe{width:840px!important}.wp-block-jetpack-opentable>.is-style-wide.alignleft{margin-left:2rem;max-width:840px;right:auto}.wp-block-jetpack-opentable>.is-style-wide.alignright{left:calc(100% - 840px - 2rem);max-width:840px}.wp-block-jetpack-opentable>.is-style-button{height:113px}.wp-block-jetpack-opentable>.is-style-button.aligncenter iframe{width:210px!important}.wp-block-jetpack-opentable>.is-style-button.has-no-margin>div[id^=ot-widget-container]{margin:-14px}.wp-block-jetpack-opentable .ot-dtp-picker{box-sizing:initial}.wp-block-jetpack-opentable .ot-dtp-picker .ot-title{margin:4px auto 12px}.wp-block-jetpack-opentable .ot-dtp-picker .ot-dtp-picker-selector-link{text-decoration:none}.wp-block-jetpack-opentable .ot-dtp-picker input[type=submit]{padding:0;text-transform:none}.wp-block-jetpack-opentable .ot-dtp-picker input[type=submit]:hover{text-decoration:none}.jetpack-audio-player-loading{background:#ccc;background:var(--jetpack-audio-player-secondary);height:10px;margin:15px 24px}.jetpack-audio-player{--jetpack-audio-player-primary:var( --jetpack-podcast-player-primary,#000 );--jetpack-audio-player-secondary:var( --jetpack-podcast-player-secondary,#ccc );--jetpack-audio-player-background:var( --jetpack-podcast-player-background,#fff );height:40px}.jetpack-audio-player .mejs-container,.jetpack-audio-player .mejs-container .mejs-controls,.jetpack-audio-player .mejs-embed,.jetpack-audio-player .mejs-embed body,.jetpack-audio-player .mejs-mediaelement{background-color:#0000}.jetpack-audio-player .mejs-container:focus{box-shadow:none;outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-controls{padding:0;position:static}.jetpack-podcast-player__header .jetpack-audio-player .mejs-controls{padding-left:15px;padding-right:18px}.jetpack-audio-player .mejs-time{color:#ccc;color:var(--jetpack-audio-player-secondary)}.jetpack-audio-player .mejs-time-float{background:#000;background:var(--jetpack-audio-player-primary);border-color:#000;border-color:var(--jetpack-audio-player-primary);color:#fff;color:var(--jetpack-audio-player-background)}.jetpack-audio-player .mejs-time-float-corner{border-top-color:#000;border-top-color:var(--jetpack-audio-player-primary)}.jetpack-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-total{background-color:#ccc;background-color:var(--jetpack-audio-player-secondary)}.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded{opacity:.5}.jetpack-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-current,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded{background-color:#000;background-color:var(--jetpack-audio-player-primary)}.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-slider:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-button>button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23000;width:16px;height:16px}.st1{fill:none;stroke:%23000;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m47.2.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' d='m52.8 7 5.4 5.4m-5.4 0L58.2 7'/%3E%3Cpath fill='none' stroke='%23000' d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zm22.4 1h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath fill='%23231f20' d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='5' d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' opacity='.75'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='5' d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' opacity='.4'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' opacity='.6'/%3E%3Ccircle cx='170.1' cy='79' r='7' opacity='.8'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' opacity='.9'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' opacity='.3'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' opacity='.5'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' opacity='.7'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2m14-12.7c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E")}.jetpack-audio-player .mejs-button.mejs-jump-button>button{background-image:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-size:60.78px 35.296px}.jetpack-audio-player .mejs-button.mejs-jump-backward-button>button{background-position:-32px -6px}.jetpack-audio-player .mejs-button.mejs-skip-forward-button>button{background-position:-9px -6px}@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.jetpack-audio-player .mejs-button>button{background-image:none}.jetpack-audio-player .mejs-button>button:before{background-color:var(--jetpack-audio-player-primary);background-image:none;content:"";display:block;height:100%;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23fff;width:16px;height:16px}.st1{fill:none;stroke:%23fff;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='m52.8 7 5.4 5.4m-5.4 0L58.2 7' style='fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round'/%3E%3Cpath d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9' style='fill:none;stroke:%23fff'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zM143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8' style='fill:%23231f20'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' style='opacity:.75;fill:none;stroke:%23fff;stroke-width:5'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z' style='fill:none;stroke:%23fff;stroke-width:5'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' style='opacity:.4;fill:%23fff'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' style='opacity:.6;fill:%23fff'/%3E%3Ccircle cx='170.1' cy='79' r='7' style='opacity:.8;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' style='opacity:.9;fill:%23fff'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' style='opacity:.3;fill:%23fff'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' style='opacity:.5;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' style='opacity:.7;fill:%23fff'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23fff;width:16px;height:16px}.st1{fill:none;stroke:%23fff;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='m52.8 7 5.4 5.4m-5.4 0L58.2 7' style='fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round'/%3E%3Cpath d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9' style='fill:none;stroke:%23fff'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zM143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8' style='fill:%23231f20'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' style='opacity:.75;fill:none;stroke:%23fff;stroke-width:5'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z' style='fill:none;stroke:%23fff;stroke-width:5'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' style='opacity:.4;fill:%23fff'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' style='opacity:.6;fill:%23fff'/%3E%3Ccircle cx='170.1' cy='79' r='7' style='opacity:.8;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' style='opacity:.9;fill:%23fff'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' style='opacity:.3;fill:%23fff'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' style='opacity:.5;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' style='opacity:.7;fill:%23fff'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E");width:100%}.jetpack-audio-player .mejs-button.mejs-jump-button>button{background-image:none}.jetpack-audio-player .mejs-button.mejs-jump-button>button:before{background-image:none;-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') 0 0/60.78px 35.296px;mask:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') 0 0/60.78px 35.296px}.jetpack-audio-player .mejs-button.mejs-jump-backward-button>button:before{-webkit-mask-position:-32px -6px;mask-position:-32px -6px}.jetpack-audio-player .mejs-button.mejs-skip-forward-button>button:before{-webkit-mask-position:-9px -6px;mask-position:-9px -6px}.jetpack-audio-player .mejs-button>button:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-play>button:before{-webkit-mask-position:0 0;mask-position:0 0}.jetpack-audio-player .mejs-pause>button:before{-webkit-mask-position:-20px 0;mask-position:-20px 0}.jetpack-audio-player .mejs-replay>button:before{-webkit-mask-position:-160px 0;mask-position:-160px 0}.jetpack-audio-player .mejs-mute>button:before{-webkit-mask-position:-60px 0;mask-position:-60px 0}.jetpack-audio-player .mejs-unmute>button:before{-webkit-mask-position:-40px 0;mask-position:-40px 0}}.block-editor-block-contextual-toolbar[data-type="jetpack/podcast-player"] .components-toolbar__control,[data-type="jetpack/podcast-player"] .block-editor-block-contextual-toolbar .components-toolbar__control{padding:0 1em;width:auto}.jetpack-podcast-player__interactive-overlay,.jetpack-podcast-player__loading-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.jetpack-podcast-player__loading-overlay{align-items:center;background:#ffffffb3;display:flex;justify-content:center}.jetpack-podcast-player__placeholder .components-base-control,.jetpack-podcast-player__placeholder .components-base-control__field{display:flex;flex-grow:1}.jetpack-podcast-player__placeholder .components-base-control__field{margin-bottom:0}.jetpack-podcast-player__placeholder .components-placeholder__learn-more{margin-top:1em}.block-editor-block-inspector .components-base-control.jetpack-podcast-player__episode-selector{margin-bottom:24px}.jetpack-podcast-player--visually-hidden{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.wp-block-jetpack-podcast-player{overflow:hidden}.wp-block-jetpack-podcast-player audio{display:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player{--jetpack-podcast-player-primary:#000;--jetpack-podcast-player-secondary:#ccc;--jetpack-podcast-player-background:#fff;background-color:var(--jetpack-podcast-player-background);color:var(--jetpack-podcast-player-secondary);padding-bottom:0;padding-top:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player:not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player:not(.has-background){background-color:#fff}.wp-block-jetpack-podcast-player .jetpack-podcast-player a,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:hover,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:visited{border:none;box-shadow:none;text-decoration:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player a:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-podcast-player-secondary);outline-offset:2px}.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:visited{color:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:hover{color:inherit;color:var(--jetpack-podcast-player-primary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__header{display:flex;flex-direction:column}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-info{display:flex;padding:24px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__cover{flex-shrink:0;margin-inline-end:24px;width:80px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__cover-image{border:0;height:80px;max-width:100%;padding:0;width:80px}.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title{color:inherit;display:flex;flex-direction:column;letter-spacing:0;margin:0;padding:0;width:100%}.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title:after,.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title:before{display:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-title{color:var(--jetpack-podcast-player-primary);font-size:24px;margin:0 0 10px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-title:not(.has-primary){color:#000}.wp-block-jetpack-podcast-player .jetpack-podcast-player__podcast-title{color:inherit;font-size:16px;margin:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__tracks{display:flex;flex-direction:column;list-style-type:none;margin:24px 0 0;padding:0 0 15px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track{color:var(--jetpack-podcast-player-secondary);font-size:16px;line-height:1.8;margin:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track:not(.is-active):not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.is-active{color:var(--jetpack-podcast-player-primary);font-weight:700}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.is-active:not(.has-primary){color:#000}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-link{display:flex;flex-flow:row nowrap;justify-content:space-between;padding-bottom:10px;padding-inline-end:24px;padding-top:10px;padding-inline-start:22px;transition:none}.wp-block-jetpack-podcast-player .is-error .jetpack-podcast-player__track.is-active .jetpack-podcast-player__track-link{padding-bottom:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon{flex:22px 0 0;fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon svg{display:block;height:22px;margin-top:3.4px;width:22px;fill:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--error{fill:#cc1818}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.has-primary .jetpack-podcast-player__track-status-icon--error{fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title{flex-grow:1;padding:0 15px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link{display:inline-block;height:27px;margin-inline-start:5px;vertical-align:top}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:visited{color:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:hover{color:inherit;color:var(--jetpack-podcast-player-secondary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link svg{display:block;height:27px;width:27px;fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-duration{word-break:normal}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-description{color:inherit;font-size:16px;line-height:1.8;margin:0 0 24px;max-height:7.2em;order:99;overflow:hidden;padding:0 24px}@supports(display:-webkit-box){.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;max-height:none}}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error{color:#cc1818;display:block;font-size:.8em;font-weight:400;margin-inline-start:59px;margin-bottom:10px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error>span{color:var(--jetpack-podcast-player-secondary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error>span:not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.has-primary .jetpack-podcast-player__track-error{color:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player__error{color:#cc1818;font-size:.8em;font-weight:400;margin:0;padding:24px}@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing{background-image:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing:before{background-color:var(--jetpack-podcast-player-primary);background-image:none;content:"";display:block;height:100%;margin:4px 2px 0 0;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 4.763 4.763'%3E%3Cpath d='M1.65 1.204a.8.8 0 0 1-.476.159H.327c-.159 0-.264.106-.264.264v1.508c0 .16.105.265.264.265h1.111c.08.053.133.106.212.159l.926.688c.106.079.212.026.212-.106V.595c0-.132-.106-.185-.212-.105z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.48.33S4.512.118 4.512 2.367 3.48 4.431 3.48 4.431' class='st1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.13 1.362s.688-.106.688 1.005S3.13 3.4 3.13 3.4' class='st1'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 4.763 4.763'%3E%3Cpath d='M1.65 1.204a.8.8 0 0 1-.476.159H.327c-.159 0-.264.106-.264.264v1.508c0 .16.105.265.264.265h1.111c.08.053.133.106.212.159l.926.688c.106.079.212.026.212-.106V.595c0-.132-.106-.185-.212-.105z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.48.33S4.512.118 4.512 2.367 3.48 4.431 3.48 4.431' class='st1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.13 1.362s.688-.106.688 1.005S3.13 3.4 3.13 3.4' class='st1'/%3E%3C/svg%3E");-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;max-height:22px;max-width:20px;width:100%}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing svg{display:none}}.wp-block-jetpack-podcast-player.is-default .jetpack-podcast-player__track-title{padding-inline-start:0}.wp-block-jetpack-podcast-player.is-default .jetpack-audio-player,.wp-block-jetpack-podcast-player.is-default .jetpack-podcast-player__track-status-icon{display:none}.connect-stripe.has-icon.has-text svg{margin-right:0}.connect-stripe.has-icon.has-text{font-weight:400}.product-management-control-inspector__product-interval .components-base-control,.product-management-control-inspector__product-title .components-base-control{width:100%}.product-management-control-inspector__product-price .components-base-control{margin:0;width:45%}.product-management-control-inspector__add-plan .components-panel__row:last-child{margin-top:25px}.product-management-control-inspector__add-plan .components-base-control:last-child{margin:0}.product-management-control-nudge .editor-warning{margin-bottom:0}.product-management-control-nudge .editor-warning__message{margin:13px 0}.product-management-control-nudge .editor-warning__actions{line-height:1}.product-management-control-nudge .product-management-control-nudge__info{display:flex;flex-direction:row;font-size:13px;line-height:1.4}.product-management-control-nudge .product-management-control-nudge__text-container{display:flex;flex-direction:column;padding-left:10px}.product-management-control-nudge .product-management-control-nudge__title{font-size:14px}.product-management-control-nudge__message{color:#646970}.editor-styles-wrapper a.product-management-control-nudge__button{color:#0075af;text-decoration:none}.wp-block-premium-content-container .premium-content-tabs{align-items:center;background:#fff;border:1px solid #1e1e1e;border-radius:2px;color:#757575;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0 0 0 -1px;padding:8px 14px;position:relative}.wp-block-premium-content-container--tab{align-items:center;background:#0000;border:none;display:flex;flex-direction:row;margin-inline-end:5px;padding:5px;text-decoration:none}.premium-content-tabs>button.edit{margin-inline-start:auto}.premium-content-wrapper{margin:0}.membership-button__disclaimer{color:var(--color-gray-200);flex-basis:100%;font-style:italic;margin:0}.membership-button__disclaimer a{color:var(--color-gray-400);line-height:36px}.wp-block-buttons .wp-block[data-type="jetpack/recurring-payments"]{display:inline-block;margin:0 .5em 0 0;width:auto}.editor-styles-wrapper .wp-block-buttons .wp-block[data-type="jetpack/recurring-payments"] .wp-block-button:not(.alignleft):not(.alignright){margin:0}.wp-block-premium-content-container .premium-content-wrapper .jetpack-block-nudge{display:none}.wp-block-premium-content-login-button{display:inline-block}.wp-block[data-align=center]>.wp-block-premium-content-login-button{align-items:center;display:flex;justify-content:center}.jetpack-publicize-gutenberg-social-icon{margin-right:10px}.components-connection-icon{cursor:pointer;display:grid}.components-connection-icon__picture .placeholder,.components-connection-icon__picture img{border-radius:2px;grid-area:1/1/2/2;height:24px;width:24px}.components-connection-icon__picture .placeholder{background-color:#a8bece;display:block}.components-connection-icon__picture .jetpack-publicize-gutenberg-social-icon{background-color:#fff;border-radius:2px;grid-area:1/1/2/2;height:15px;margin-left:14px;margin-right:5px;margin-top:14px;width:15px}.components-connection-icon__picture .jetpack-publicize-gutenberg-social-icon.is-facebook{border-radius:50%}.jetpack-publicize-connection-label-copy,.jetpack-publicize-gutenberg-social-icon{display:inline-block;vertical-align:middle}.cuoSlhSNrqf1dozY22Xb{fill:#000}.JLquNpQVlysAamuh5lJO,.lAIiifeLMmZAPlQ9n9ZR{fill:var(--jp-green-primary)}.cbOwD8Y4tFjwimmtchQI{fill:#757575}.cbOwD8Y4tFjwimmtchQI.aLWBKY0yRghEk7tNCgK3{fill:#0085ff}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw{fill:#0866ff}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.af4Y_zItXvLAOEoSDPSv{fill:#55acee}.cbOwD8Y4tFjwimmtchQI.f68aqF3XSD1OBvXR1get{fill:#0976b4}.cbOwD8Y4tFjwimmtchQI.xFI0dt3UiXRlRQdqPWkx{fill:#35465c}.cbOwD8Y4tFjwimmtchQI.q7JEoyymveP6kF747M43{fill:var(--color-gplus)}.cbOwD8Y4tFjwimmtchQI.DKOBOTVmTLbh26gUH_73{fill:#6364ff}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw{fill:#8ed500}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.cL3m0xBYTYhIKI7lCqDB{fill:#d93174}.cbOwD8Y4tFjwimmtchQI.fftumuc_lJ6v0tq4UMVR{fill:#43d854}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI{fill:#000}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI.social-logo{border-radius:40%}.components-connection-toggle{align-items:center;display:flex;position:relative;width:100%}.components-connection-toggle.is-not-checked .components-connection-icon__picture img{filter:saturate(0)}.components-connection-toggle.is-not-checked .jetpack-publicize-gutenberg-social-icon{fill:#949494;filter:saturate(0)}.components-connection-toggle.is-disabled{opacity:.5;width:100%}.__nV49on4_ijaV8Brnsw.zZ3Pu7E87XyYIdPR2WTt{margin-bottom:13px;margin-left:0;margin-right:0}.__nV49on4_ijaV8Brnsw .fLC8AaLf3xcKaoJ4Opax{height:auto;line-height:normal;padding-bottom:6px;padding-top:6px}.__nV49on4_ijaV8Brnsw .fLC8AaLf3xcKaoJ4Opax+.fLC8AaLf3xcKaoJ4Opax{margin-top:5px}.KQcQQLxH5fI08DfOlKwL{display:flex}.SbpyhN5jnda8H868J3rX{border-radius:4px;outline:1px solid var(--jp-gray-5)}.SbpyhN5jnda8H868J3rX .ONeewrk3aNC1gYJebq7K{margin-bottom:0}.SbpyhN5jnda8H868J3rX .ONeewrk3aNC1gYJebq7K:not(:last-child){border-bottom:1px solid var(--jp-gray-5)}.SbpyhN5jnda8H868J3rX .RoTxOeGFqAwk3pXUZpvF{padding:.75rem}@media(min-width:600px){.SbpyhN5jnda8H868J3rX .RoTxOeGFqAwk3pXUZpvF{padding:1rem}}.SbpyhN5jnda8H868J3rX .AjlYaYB_xi9ciXXCqHIJ{align-items:center;display:flex;gap:1rem}.SbpyhN5jnda8H868J3rX .kdYli5nS3b46T57Ih5TQ{display:flex;flex:1;flex-direction:column;gap:.25rem}.SbpyhN5jnda8H868J3rX .ci8T5eNe1rggYILce596{align-items:center;display:flex;gap:1rem}.SbpyhN5jnda8H868J3rX .W6mPdl5wGQlXfp1hYSK0{display:flex;gap:.5rem}.SbpyhN5jnda8H868J3rX .QbcyaAVqz3U_2xlIOZCw{border-radius:4px;font-size:.75rem;font-weight:600;padding:2px 8px}.SbpyhN5jnda8H868J3rX .fXvUC1jZNUXR7RSrIylI{color:var(--jp-gray-80);font-size:16px;font-weight:600;line-height:24px}.SbpyhN5jnda8H868J3rX .d22_aeSA1etqpnckP_Mr{color:var(--jp-gray-50);font-size:14px}.SbpyhN5jnda8H868J3rX .ddhaNmGMqOySRjR_TtqJ{display:flex;gap:.5rem}.SbpyhN5jnda8H868J3rX .nnSF_IK4vYviTlCOzPrg.components-button{font-size:14px;font-weight:500;line-height:20px;padding-inline:6px}.SbpyhN5jnda8H868J3rX .nnSF_IK4vYviTlCOzPrg.components-button span{display:flex}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw{border:0}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .components-panel__body{border-bottom:0;border-top:0;padding:0}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .components-panel__body.is-opened{margin-top:1rem}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ{display:flex;margin-top:1rem}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ form{display:flex;flex-direction:column;gap:1rem;justify-content:flex-end;width:100%}@media(min-width:600px){.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ form{flex-direction:row}}.SbpyhN5jnda8H868J3rX .MyXskAb4aXwO7zitR97z{color:var(--jp-green-50);white-space:nowrap}.SbpyhN5jnda8H868J3rX .hMntEpO6BV5B11lyAitv{font-size:var(--font-body-small);margin-block:0}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H{border-top:1px solid var(--jp-gray-5);padding-top:1rem}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H li:not(:last-child){margin-bottom:1rem}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H [inert=true]{opacity:.7}.jdahJvXCrCw0hA5NP3D3{display:grid;font-size:15px;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;margin-top:.4rem}.jdahJvXCrCw0hA5NP3D3.LLeYGX7Owy6gmpNW88VV{grid-auto-flow:row;grid-gap:2rem;height:auto;min-height:unset}.jdahJvXCrCw0hA5NP3D3 img{max-height:520px;max-width:100%}.jdahJvXCrCw0hA5NP3D3>div{padding:.4rem}.jdahJvXCrCw0hA5NP3D3>div:has(img){margin-inline-end:auto;margin-inline-start:auto}.EdjyE9tVLH6lWMoB9z3M{display:flex;gap:1rem}.EdjyE9tVLH6lWMoB9z3M .EQQHwkVXRn0caD6J7LqV{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:.5rem}.EdjyE9tVLH6lWMoB9z3M .vvlyiVm67wUWF9NhpMA4{height:38px;width:38px}.EdjyE9tVLH6lWMoB9z3M .zqX6xk8KCGK1_qbYKqY5.components-button.is-tertiary{color:var(--jp-gray-50);font-size:1rem;font-weight:400}.fNeO_MZFp7cPkgtCdkAF .zK8sijAMFNs2m6WRAoi4.components-button{font-size:14px;font-weight:500;line-height:20px;padding:6px 16px}.fNeO_MZFp7cPkgtCdkAF input{min-width:220px}@media(max-width:782px){.fNeO_MZFp7cPkgtCdkAF input{font-size:14px;min-height:30px;padding:0 8px}}.zLobzkXnF6jHxNvkfz5_{display:flex;gap:.5rem}.zI5tJ_qhWE6Oe6Lk75GY{--wp-admin-theme-color:var(--jp-black);--wp-admin-theme-color-darker-10:var(--jp-black-80);--wp-admin-theme-color-darker-20:var(--jp-black-80);--wp-admin-border-width-focus:1.51px;border-radius:var(--jp-border-radius);font-weight:600;justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo{height:calc(var(--spacing-base)*5);padding:var(--spacing-base);width:calc(var(--spacing-base)*5)}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo>svg:first-child{margin:0;padding:0}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo.Na39I683LAaSA99REg14{height:calc(var(--spacing-base)*4);min-width:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*4)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body);height:auto;line-height:24px;padding:var(--spacing-base) calc(var(--spacing-base)*3)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK{padding:var(--spacing-base) calc(var(--spacing-base)*2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body-extra-small);height:auto;line-height:20px;padding:calc(var(--spacing-base)/2) var(--spacing-base)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK>svg:first-child{margin-right:calc(var(--spacing-base)/2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo)>.components-spinner{height:20px}.zI5tJ_qhWE6Oe6Lk75GY.lZAo6_oGfclXOO9CC6Rd{font-weight:400}.zI5tJ_qhWE6Oe6Lk75GY.xJDOiJxTt0R_wSl8Ipz_{min-width:100%}.zI5tJ_qhWE6Oe6Lk75GY.is-primary:disabled,.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:disabled{background:var(--jp-gray);color:var(--jp-gray-20)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary{background:var(--jp-white);box-shadow:inset 0 0 0 1.51px var(--jp-black)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:active:not(:disabled),.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:hover:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-link.Na39I683LAaSA99REg14,.zI5tJ_qhWE6Oe6Lk75GY.is-link.ipS7tKy9GntCS4R3vekF{padding:0}.zI5tJ_qhWE6Oe6Lk75GY.is-link:hover:not(:disabled){text-decoration-thickness:3px}.zI5tJ_qhWE6Oe6Lk75GY.is-link:focus:not(:disabled){text-decoration-line:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:not(:disabled){background:var(--jp-red-50);box-shadow:inset 0 0 0 1px var(--jp-red-50);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:hover:not(:disabled){background:var(--jp-red-60);box-shadow:inset 0 0 0 1px var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:focus:not(:disabled){background:var(--jp-red-70);box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:active:not(:disabled){background:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:not(:disabled){background:var(--jp-white);box-shadow:inset 0 0 0 1.5px var(--jp-red-50);color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:hover:not(:disabled){background:var(--jp-red-0);box-shadow:inset 0 0 0 1.5px var(--jp-red-60);color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:active:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:not(:disabled){color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:hover:not(:disabled){box-shadow:none;color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6{position:relative}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6.has-icon{justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>:not(.components-spinner){visibility:hidden}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>.components-spinner{margin:0;position:absolute}.CDuBjJp_8jxzx5j6Nept{margin-left:calc(var(--spacing-base)/2)}.O5Go3eBOBqWlXy7fX0su{align-items:start;display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem;width:100%}.O5Go3eBOBqWlXy7fX0su>h3{margin-block:0}.fgQ4OdnJ1svMwDnOKu2H{align-items:center;display:flex}.fgQ4OdnJ1svMwDnOKu2H .components-spinner{margin-top:0}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b{color:inherit;font-size:1rem;font-weight:400;text-decoration:none}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link>svg,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b>svg{vertical-align:bottom}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link span,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b span{text-decoration:none}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link:hover{text-decoration:underline}.fgQ4OdnJ1svMwDnOKu2H span{text-decoration:none}.QsEfjoVyfc0gVACXTvUM span{font-size:15px}.eCH_xkiqbqL0UkJjU_1p{border-top:1px solid var(--jp-gray-5);display:flex;gap:.5rem;margin-bottom:1rem;padding-top:1rem}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw{border:0;margin-left:3rem}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw .components-panel__body{border-bottom:0;border-top:0;padding:0}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw .components-panel__body.is-opened{margin-top:1rem}.fXYYdRkn3LXtN9YH3354{border-radius:4px;margin:0;outline:1px solid var(--jp-gray-5);width:100%}.fXYYdRkn3LXtN9YH3354 [inert=true]{opacity:.7}.fXYYdRkn3LXtN9YH3354 .LaK9P7Nfi4ZBH0NhtbSs{margin-bottom:0;padding:1rem}.fXYYdRkn3LXtN9YH3354 .LaK9P7Nfi4ZBH0NhtbSs:not(:last-child){border-bottom:1px solid var(--jp-gray-5)}.fXYYdRkn3LXtN9YH3354 .tI3FtttoJPuF9AJzCAMv{align-items:center;display:flex;gap:1rem}.fXYYdRkn3LXtN9YH3354 .msoMjBB_4Uq5qpRgobsH{font-size:1rem;font-weight:400}.fXYYdRkn3LXtN9YH3354 .RjMLptH6v03AX5ABWBp3.components-button{font-size:14px;font-weight:500;line-height:20px;padding-inline:6px}.fXYYdRkn3LXtN9YH3354 .RjMLptH6v03AX5ABWBp3.components-button span{display:flex}.z5Do97zRnujyW3Oj0pPJ{display:flex;flex:1;flex-direction:column;gap:.5rem}.gridicon{fill:currentColor;display:inline-block}.gridicon.needs-offset g{transform:translate(1px,1px)}.gridicon.needs-offset-x g{transform:translate(1px)}.gridicon.needs-offset-y g{transform:translateY(1px)}.components-popover:not(.is-without-arrow):before{border-color:#dcdcde}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=left] .components-popover__content{margin-right:-62px}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=right] .components-popover__content{margin-left:-62px}.icon-tooltip-helper .components-popover[data-y-axis=bottom] .components-popover__content{top:2px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-6px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-4px!important}.icon-tooltip-helper .components-popover[data-y-axis=top] .components-popover__content{bottom:10px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:3px}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:4px}.icon-tooltip-helper.is-wide .components-popover__content{width:440px}.icon-tooltip-wrapper{color:#000;display:inline-block;position:relative}.icon-tooltip-wrapper .components-button.is-link:focus:not(:disabled){box-shadow:none}.icon-tooltip-helper{height:18px;left:-53px;pointer-events:none;position:absolute;top:0;width:124px}.icon-tooltip-container{pointer-events:all}.icon-tooltip-container .components-popover__content{border:1px solid #dcdcde;border-radius:4px;margin:0 10px;max-width:90vw;outline:none;padding:24px;white-space:normal;width:304px}.icon-tooltip-title{font-size:16px;font-weight:600;line-height:19px}.icon-tooltip-title:not(:last-child){margin-bottom:8px}.icon-tooltip-content{font-size:14px;font-weight:400;line-height:24px}.icon-tooltip-content ul{list-style-type:disc;margin:0 0 0 1rem}.icon-tooltip-content ul li:last-child{margin-bottom:0}.WQVtrU6q0L1Igcj7wCrQ{margin:0;padding:0}.UujoBFTnQNY2cWU2SIsH{font-size:var(--font-headline-medium);font-weight:700;line-height:52px}.TeGO5V_thHw5lDAm1_2M{font-weight:700}.TeGO5V_thHw5lDAm1_2M,.WolQzb2MsSgiNmLtc7_j{font-size:var(--font-headline-small);line-height:40px}.WolQzb2MsSgiNmLtc7_j{font-weight:400}.hUB0JT8p1T2Hw28N6qC8{font-weight:500}.gKZWDv5chz3_O3Syp74H,.hUB0JT8p1T2Hw28N6qC8{font-size:var(--font-title-medium);line-height:32px}.gKZWDv5chz3_O3Syp74H{font-weight:600}.zY2No8Ga4b8shbOQGhnv{font-size:var(--font-title-small);font-weight:500;line-height:30px}.tIj0D1t8Cc892ikmgFPZ{font-size:var(--font-body);font-weight:400;line-height:24px}.KdcN0BnOaVeVhyLRKqhS{font-size:var(--font-body-small);font-weight:400;line-height:24px}.dso3Rh3tl3Xv1GumBktz{font-weight:400}.dso3Rh3tl3Xv1GumBktz,.mQ1UlbN9u4Mg9byO8m7v{font-size:var(--font-body-extra-small);line-height:20px}.mQ1UlbN9u4Mg9byO8m7v{font-weight:700}.PItlW5vRExLnTj4a8eLE{font-size:var(--font-body-extra-small);font-weight:600;line-height:16px}.TwRpPlktzxhmFVeua7P5{margin:calc(var( --spacing-base )*0)}.zVfqx7gyb3o9mxfGynn1{margin-left:calc(var( --spacing-base )*0);margin-right:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy{margin-bottom:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy,.xqDIp6cNVr_E6RXaiPyD{margin-top:calc(var( --spacing-base )*0)}.S8EwaXk1kyPizt6x4WH2{margin-right:calc(var( --spacing-base )*0)}.ODX5Vr1TARoLFkDDFooD{margin-bottom:calc(var( --spacing-base )*0)}.cphJ8dCpfimnky7P2FHg{margin-left:calc(var( --spacing-base )*0)}.PFgIhNxIyiSuNvQjAIYj{margin:calc(var( --spacing-base )*1)}.M2jKmUzDxvJjjVEPU3zn{margin-left:calc(var( --spacing-base )*1);margin-right:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk{margin-bottom:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk,.rcTN5uw9xIEeMEGL3Xi_{margin-top:calc(var( --spacing-base )*1)}.CQSkybjq2TcRM1Xo9COV{margin-right:calc(var( --spacing-base )*1)}.hfqOWgq6_MEGdFE82eOY{margin-bottom:calc(var( --spacing-base )*1)}.I8MxZQYTbuu595yfesWA{margin-left:calc(var( --spacing-base )*1)}.kQkc6rmdpvLKPkyoJtVQ{margin:calc(var( --spacing-base )*2)}.j6vFPxWuu4Jan2ldoxpp{margin-left:calc(var( --spacing-base )*2);margin-right:calc(var( --spacing-base )*2)}.hqr39dC4H_AbactPAkCG{margin-bottom:calc(var( --spacing-base )*2)}.c3dQnMi16C6J6Ecy4283,.hqr39dC4H_AbactPAkCG{margin-top:calc(var( --spacing-base )*2)}.YNZmHOuRo6hU7zzKfPdP{margin-right:calc(var( --spacing-base )*2)}.Db8lbak1_wunpPk8NwKU{margin-bottom:calc(var( --spacing-base )*2)}.ftsYE5J9hLzquQ0tA5dY{margin-left:calc(var( --spacing-base )*2)}.Det4MHzLUW7EeDnafPzq{margin:calc(var( --spacing-base )*3)}.h_8EEAztC29Vve1datb5{margin-left:calc(var( --spacing-base )*3);margin-right:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM{margin-bottom:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM,.soADBBkcIKCBXzCTuV9_{margin-top:calc(var( --spacing-base )*3)}.zSX59ziEaEWGjnpZa4uV{margin-right:calc(var( --spacing-base )*3)}.yrVTnq_WBMbejg89c2ZQ{margin-bottom:calc(var( --spacing-base )*3)}.UKtHPJnI2cXBWtPDm5hM{margin-left:calc(var( --spacing-base )*3)}.guexok_Tqd5Tf52hRlbT{margin:calc(var( --spacing-base )*4)}.oS1E2KfTBZkJ3F0tN7T6{margin-left:calc(var( --spacing-base )*4);margin-right:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd{margin-bottom:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd,.ot2kkMcYHv53hLZ4LSn0{margin-top:calc(var( --spacing-base )*4)}.A1krOZZhlQ6Sp8Cy4bly{margin-right:calc(var( --spacing-base )*4)}.pkDbXXXL32237M0hokEh{margin-bottom:calc(var( --spacing-base )*4)}.XXv4kDTGvEnQeuGKOPU3{margin-left:calc(var( --spacing-base )*4)}.yGqHk1a57gaISwkXwXe6{margin:calc(var( --spacing-base )*5)}.X8cghM358X3DkXLc9aNK{margin-left:calc(var( --spacing-base )*5);margin-right:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f{margin-bottom:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f,.yqeuzwyGQ7zG0avrGqi_{margin-top:calc(var( --spacing-base )*5)}.g9emeCkuHvYhveiJbfXO{margin-right:calc(var( --spacing-base )*5)}.Lvk3dqcyHbZ07QCRlrUQ{margin-bottom:calc(var( --spacing-base )*5)}.r3yQECDQ9qX0XZzXlVAg{margin-left:calc(var( --spacing-base )*5)}.aQhlPwht2Cz1X_63Miw0{margin:calc(var( --spacing-base )*6)}.JyHb0vK3wJgpblL9s5j8{margin-left:calc(var( --spacing-base )*6);margin-right:calc(var( --spacing-base )*6)}.cY2gULL1lAv6WPNIRuf3{margin-bottom:calc(var( --spacing-base )*6)}.NBWQ9Lwhh_fnry3lg_p7,.cY2gULL1lAv6WPNIRuf3{margin-top:calc(var( --spacing-base )*6)}.yIOniNe5E40C8fWvBm5V{margin-right:calc(var( --spacing-base )*6)}.t30usboNSyqfQWIwHvT3{margin-bottom:calc(var( --spacing-base )*6)}.Nm_TyFkYCMhOoghoToKJ{margin-left:calc(var( --spacing-base )*6)}.C4qJKoBXpgKtpmrqtEKB{margin:calc(var( --spacing-base )*7)}.S93Srbu6NQ_PBr7DmTiD{margin-left:calc(var( --spacing-base )*7);margin-right:calc(var( --spacing-base )*7)}.fJj8k6gGJDks3crUZxOS{margin-bottom:calc(var( --spacing-base )*7)}.cW6D6djs7Ppm7fD7TeoV,.fJj8k6gGJDks3crUZxOS{margin-top:calc(var( --spacing-base )*7)}.DuCnqNfcxcP3Z__Yo5Ro{margin-right:calc(var( --spacing-base )*7)}.im8407m2fw5vOg7O2zsw{margin-bottom:calc(var( --spacing-base )*7)}.G0fbeBgvz2sh3uTP9gNl{margin-left:calc(var( --spacing-base )*7)}.kvW3sBCxRxUqz1jrVMJl{margin:calc(var( --spacing-base )*8)}.tOjEqjLONQdkiYx_XRnw{margin-left:calc(var( --spacing-base )*8);margin-right:calc(var( --spacing-base )*8)}.op5hFSx318zgxsoZZNLN{margin-bottom:calc(var( --spacing-base )*8)}.c9WfNHP6TFKWIfLxv52J,.op5hFSx318zgxsoZZNLN{margin-top:calc(var( --spacing-base )*8)}.sBA75QqcqRwwYSHJh2wc{margin-right:calc(var( --spacing-base )*8)}.GpL6idrXmSOM6jB8Ohsf{margin-bottom:calc(var( --spacing-base )*8)}.HbtWJoQwpgGycz8dGzeT{margin-left:calc(var( --spacing-base )*8)}.uxX3khU88VQ_Ah49Ejsa{padding:calc(var( --spacing-base )*0)}.KX0FhpBKwKzs9fOUdbNz{padding-left:calc(var( --spacing-base )*0);padding-right:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz{padding-bottom:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz,.emxLHRjQuJsImnPbQIzE{padding-top:calc(var( --spacing-base )*0)}.kJ8WzlpTVgdViXt8ukP9{padding-right:calc(var( --spacing-base )*0)}.tg_UIUI11VBzrTAn2AzJ{padding-bottom:calc(var( --spacing-base )*0)}.uczvl8kaz84oPQJ2DB2R{padding-left:calc(var( --spacing-base )*0)}.o7UHPcdVK3lt7q3lqV4o{padding:calc(var( --spacing-base )*1)}.IDqEOxvDoYrFYxELPmtX{padding-left:calc(var( --spacing-base )*1);padding-right:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2{padding-bottom:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2,.npy3hw4A5QSkDicb2CJJ{padding-top:calc(var( --spacing-base )*1)}.LgbptTApNY5NwLQvEFAt{padding-right:calc(var( --spacing-base )*1)}.WZQy2SZuZso59bUsXXyl{padding-bottom:calc(var( --spacing-base )*1)}.o331apInxNunbYB3SfPE{padding-left:calc(var( --spacing-base )*1)}.fMPIyD9Vqki1Lrc_yJnG{padding:calc(var( --spacing-base )*2)}.i2pMcTcdrr10IQoiSm_L{padding-left:calc(var( --spacing-base )*2);padding-right:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH{padding-bottom:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH,.o9bGieUKcYc8o0Ij9oZX{padding-top:calc(var( --spacing-base )*2)}.SwZcFez1RDqWsOFjB5iG{padding-right:calc(var( --spacing-base )*2)}.eHpLc_idmuEqeqCTvqkN{padding-bottom:calc(var( --spacing-base )*2)}.vU39i2B4P1fUTMB2l6Vo{padding-left:calc(var( --spacing-base )*2)}.JHWNzBnE29awhdu5BEh1{padding:calc(var( --spacing-base )*3)}.X72lGbb56L3KFzC2xQ9N{padding-left:calc(var( --spacing-base )*3);padding-right:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e{padding-bottom:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e,.srV0KSDC83a2fiimSMMQ{padding-top:calc(var( --spacing-base )*3)}.lUWfkmbQjCskhcNwkyCm{padding-right:calc(var( --spacing-base )*3)}.Ts0dIlc3aTSL7V4cIHis{padding-bottom:calc(var( --spacing-base )*3)}.CzlqQXXhX6MvorArFZ8B{padding-left:calc(var( --spacing-base )*3)}.TqMPkQtR_DdZuKb5vBoV{padding:calc(var( --spacing-base )*4)}.a7UrjhI69Vetlcj9ZVzz{padding-left:calc(var( --spacing-base )*4);padding-right:calc(var( --spacing-base )*4)}.StEhBzGs2Gi5dDEkjhAv{padding-bottom:calc(var( --spacing-base )*4)}.FGneZfZyvYrt1dG0zcnm,.StEhBzGs2Gi5dDEkjhAv{padding-top:calc(var( --spacing-base )*4)}.APEH216rpdlJWgD2fHc8{padding-right:calc(var( --spacing-base )*4)}.oGwXC3ohCic9XnAj6x69{padding-bottom:calc(var( --spacing-base )*4)}.U6gnT9y42ViPNOcNzBwb{padding-left:calc(var( --spacing-base )*4)}.IpdRLBwnHqbqFrixgbYC{padding:calc(var( --spacing-base )*5)}.HgNeXvkBa9o3bQ5fvFZm{padding-left:calc(var( --spacing-base )*5);padding-right:calc(var( --spacing-base )*5)}.tJtFZM3XfPG9v9TSDfN1{padding-bottom:calc(var( --spacing-base )*5)}.PdifHW45QeXYfK568uD8,.tJtFZM3XfPG9v9TSDfN1{padding-top:calc(var( --spacing-base )*5)}.mbLkWTTZ0Za_BBbFZ5b2{padding-right:calc(var( --spacing-base )*5)}.vVWpZpLlWrkTt0hMk8XU{padding-bottom:calc(var( --spacing-base )*5)}.RxfaJj5a1Nt6IavEo5Zl{padding-left:calc(var( --spacing-base )*5)}.SppJULDGdnOGcjZNCYBy{padding:calc(var( --spacing-base )*6)}.palY2nLwdoyooPUm9Hhk{padding-left:calc(var( --spacing-base )*6);padding-right:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_{padding-bottom:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_,.YEEJ9b90ueQaPfiU8aeN{padding-top:calc(var( --spacing-base )*6)}.QE0ssnsKvWJMqlhPbY5u{padding-right:calc(var( --spacing-base )*6)}.n8yA3jHlMRyLd5UIfoND{padding-bottom:calc(var( --spacing-base )*6)}.tXHmxYnHzbwtfxEaG51n{padding-left:calc(var( --spacing-base )*6)}.kBTsPKkO_3g_tLkj77Um{padding:calc(var( --spacing-base )*7)}.RyhrFx6Y1FGDrGAAyaxm{padding-left:calc(var( --spacing-base )*7);padding-right:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO{padding-bottom:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO,.vQVSq6SvWKbOMu6r4H6b{padding-top:calc(var( --spacing-base )*7)}.oBy5__aEADMsH46mrgFX{padding-right:calc(var( --spacing-base )*7)}.KVEXoJqf1s92j0JMdNmN{padding-bottom:calc(var( --spacing-base )*7)}.ZMXGNrNaKW3k_3TLz0Fq{padding-left:calc(var( --spacing-base )*7)}.tuiR9PhkHXhGyEgzRZRI{padding:calc(var( --spacing-base )*8)}.U7454qyWkQNa2iaSJziu{padding-left:calc(var( --spacing-base )*8);padding-right:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8{padding-bottom:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8,.X1rm9DQ1zLGLfogja5Gn{padding-top:calc(var( --spacing-base )*8)}.JS7G6kAuqJo5GIuF8S5t{padding-right:calc(var( --spacing-base )*8)}.Y8F9ga1TDCMbM1lj4gUz{padding-bottom:calc(var( --spacing-base )*8)}.AJuyNGrI63BOWql719H8{padding-left:calc(var( --spacing-base )*8)}.demNsMJjhi7BLY7xhjU5{align-items:center;display:flex;font-size:var(--font-body);line-height:calc(var(--spacing-base)*3);margin:calc(var(--spacing-base)*2) 0;min-height:calc(var(--spacing-base)*3)}.QiUjdjJSkqh6nH7YMG5A{align-self:flex-start;height:calc(var(--spacing-base)*3);margin-right:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*3)}.Q080AHcq29J2fc68Hhk5{color:var(--jp-red)}.Q080AHcq29J2fc68Hhk5 .hYWbIwhppukXmGnsiT9H{fill:var(--jp-red)}.JjHuxWly0HI9C60gorbq{color:var(--jp-yellow-40)}.JjHuxWly0HI9C60gorbq .hYWbIwhppukXmGnsiT9H{fill:var(--jp-yellow-40)}.Cm8ZFHi3mngl4cj9Gatx{color:var(--jp-blue-40)}.Cm8ZFHi3mngl4cj9Gatx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-blue-40)}.ytGBsU015p3LGwOPwFDx{color:var(--jp-green)}.ytGBsU015p3LGwOPwFDx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-green)}.udAWaza1u34TkmZZUPq4 .JsO4jFxFAKjG6Go62bZF{font-size:1rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .M6POQFFbhswwolN6D9VN{display:flex;flex-direction:column;gap:1rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .Sk_WQxS97yTokR_rM3Ci{flex-shrink:0}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .CRjatFVv3dQMjG9_Vmjj{align-items:center;display:flex;gap:.5rem}.udAWaza1u34TkmZZUPq4 .re3HrL6GJa59uqDgx771{align-items:center;display:flex;gap:1rem;justify-content:end;margin-top:3rem}.udAWaza1u34TkmZZUPq4 .jPB4ApiYyEswu6AKKJqk{height:2rem;width:2rem}.udAWaza1u34TkmZZUPq4 .JhIphWt8e2X_ee0l7KEZ{align-items:center;display:flex;font-size:1rem;gap:.5rem}.Mu_jAq5ZcYDM1kmBbxcs.Mu_jAq5ZcYDM1kmBbxcs{width:65rem}.foAsC5GlXOWEzACnxT_P{display:grid;gap:.5rem}.foAsC5GlXOWEzACnxT_P>input{height:100%;width:18rem}.foAsC5GlXOWEzACnxT_P:not(._7PKKGx44v2H9dJbUltFw){grid-auto-flow:column}.IGOk1gMf5SKkfOKyF7Xc{padding-block:2rem}.ptn8jt555LOvMXWaoLxs{font-size:13px;line-height:24px;margin:5px 0 12px;position:relative}.IVzciZv5S5E8XgR5EsLp{color:#757575}.OpbDsm3F65Z4K5Bz43cz,.dlrSwB0tyuf1TYcypDec,.hkpqil8E11PObwu7TVU2{padding:8px 16px}.OpbDsm3F65Z4K5Bz43cz a,.dlrSwB0tyuf1TYcypDec a,.hkpqil8E11PObwu7TVU2 a{color:inherit}.dlrSwB0tyuf1TYcypDec{background-color:#fef8ee;border-left:2px solid #f0b849}.hkpqil8E11PObwu7TVU2{background-color:#f4a2a2;border-left:2px solid #cc1818}.OpbDsm3F65Z4K5Bz43cz{border:1px solid #007cba;border-left-width:4px;padding:12px 16px}.AeqtA3GRe7sFjKaC9SqL{padding-right:25px}.IArBTmNL2K4du5WPBUhg{all:unset;cursor:pointer;position:absolute;right:16px;top:12px}.IArBTmNL2K4du5WPBUhg:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #007cba}.T7E2eJJN4qjwPpv3mcjV{margin-top:12px}.facebook-preview__post-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJIAAAAkCAYAAABi6GPmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAfySURBVHgB7Vx/iFVFFP6SCAmTCAuRisVqkTCTMouIEJEQBAkREcEIEYnWQqIsIor+EBGJRSQwlhAMWUxMQlqRRfxDthCRsBBdRDaR2kosWgmxddfm887Vc+fNzJ15b+6+92A/OLC8mTlz79zvnl8zd4HG0alkr5ILSv5WMqBkg5K7MYmJxMNKepUMa+nVv4WO7VLSp2RQyVUtg/q3rghddWGlkn+V3LTIQKLJn1TSreQMspu7mUiuap3deo4qsVbJRSX7ldyP9OA6X0HtPV6B/xnMUtKj5AbK1+uG7jsLiTEF9ouXcl7JNNQHWrSdSsaQjjwuGdNzVWVFL4u5Til5AGnRC/e99TrGLFcyovv8p+RrJWuQeZhpWjr1b38pGdd9R/TYZHgIRebPVTJDyWYl10Xbl4gHH2g/qieQKf2ohkzmPD8iLZmG4b6nYUv/t3DnBf1GyWMl+gcMnSTV20iEmULxJaPtVdE2ivhF24nihR9H9hakNKuztM7jxlw7kR62B3wa2YuXAjFE4j2PaXmvXDVes+gc15LEMs0Qii9b2o+J9g0IB+MV6c62InOjVWGKnkO6udQxk+lG879/RmbZG0Woa+PLk7uz90t03qXkK/gt+AgSvNzThMKrlvZNon0HwtGNoiWqkkQ5pqBombqRFnLxGXNIMjHgb5RMocF2j/79XIDOJxAWDvSgQdyLovsyId3bAYTjjBiXNKgrwXIUH25KyIUnVqNIprPIQoVGUJb+829mXnRJXQH67lHyC/wkGtc6G8rO1wuFg5b2ZaL9MMIhU/zkqaYHs+C3sI3AJBLB0skoimtY5f12ibmesbSvQlai+ELJ88gC8KMIs0obUSfoCgaFoncsfdaJ9j0Ih23RJwpVze3SuwJFMrFcUlXhr0/Ms9bSThc1jjDimNKHOiHdFqvZtlrRNsekXDgG5yeUbEdWq5BodyLNUfImsuIjXZZZsDXBtZRk4g7BoyVzMAtmgpAXaf9Btp6MS10x5TkUPYSrzPE4yl2aKYOoEyeEkq2OPociLmSbGNeOROLDo2s4Bf99jjrGMwyQtbchJR2OvvNRLHCachBZfGNixNKvwzHHEWTkJPlYW/sN/vuqKxR4WSi4BnfG8QPiWL1Fj2s3Ii1CZkXK7o9E2erRY5KJ8UqHpV/+gvJBjzrmsrmuEUdfehQahqfgxn1KfkIJkWhG+42bsC1Cv+57WPy+C/WB5OPCnUTxbZ2J9iESrVA3ateKroxuje5tnpLpCMcryF7OXBcLvbONPlyj+fpvuiEbmfotus/BT/T98IPu9BNkBDbH3nJtMVsR0sqM6RtpBHwY0k0uR3sQia7jgNGfNZuP0PjWxxIUyfQr/Otsqx/Zyhd98D/b0JLH06gl761g+zrCiRTD4FDIoHwz2oNIB42+3yJNhTrHYhSDdJKp09JvHuzPZsjStwv+53kR4bhkjL1VlwpZPNvEC5AGu4XO9Wh9In1o9NuGarAIRTIdt/RxeZMBS19ZkLSN4e+zUY5HjDG3C5KxRGJgtQZpwLdYmuZ1aG0ivYBiRXo7qgP3Ms+KuS4Y7WYYIOUzh84e+K3S90oehB8bjTG3t0hiidSJdOA2y16h23zDJhplc8sY8Riq2wdkQC23ikje1UYfWRA25UWHXrlp65I/kRWQmflNteiQMW1h0zaWSKkxW+j+o+K5yuCbe6VoYzBcVQWaes+jSCIznZclGFPOlujPj5GEVLEPGWOfxR2XVnOMpNlEksdRzNRyouGbW54OqCou6kAWKOfzMDtaZem3A+6HvwzlkAfbyuQ5PYZ7b7/jDpFqDrY1m0gyLqLraMVN207RxizXl+IvVPKxkn3IzhsNa320Yls845jiXzLmcZ1+cBV7+xEOedTWZ51YN+Qx3Dzldx61bRaRuNfDN1uWH1iHacVjJFtEm63swQP9nyJL031v93XYwf05ecqRpFsKN4Yc+uchDkkP/zeLSISsDHNxpqI1D7bJANN0HdwotVV7XWKCD1/unTHlXww/zlj0Xkb9SPI5UjOJtAK1b3qrHbWdLq6H5j0/6cDSxRHUPlAmDHxzGSAvQPEjCXP9eC5Ilj/48F5COWz1I15bXgHnFkqjB+Wi0UwiyaBR7tu10uH/paLtpP7NzKwozJYYGNtIb1s/1qSkJePm6UKEYS3s1m5U6DyECUYziMRg9V0U46Mlor3scySOcwWujFf4CdQ1hLubXGyfI8mz5yRZB4oxypi+Fp/VNNeP6btMKmiV5iMc3Oszt2lMNxejLwmaQaR9hs4Tlj5lH0jaAlfGL75Pc1zi+0Dyc9HPTAauISzdlnPxhZFbH3SFcxEPEpck59rRCuVfDtNNp/4AMwjNINLrQh9L/74b932ynYNWaA/iyBP6ybaMg2TBlCRagjCYL0D+t2szti0RSyTWRpaiMewS+mI//TGv12aFhhFmKUJwGnYirorQYRvP3faQTdK2QSyRcmGWxQxjKsJAU8yDcR+geJ6lLNX1XYvNCvG3lP+oYcgyR2xl2xwfci677VAvkVLIUTR2vVVZIQnzfDRjkthyhEzxq/7sqGmIJRIzohT/IYRl/nq+fbfpSm2FJGRcxvhmDuLxBrL0nllhygNwLYWYE5J5psQAkXEO44fRwLHsx7iAi8k6SL3/9UOm9VVZIYnvxHybMAknYs5sx2wKVgXuafHt3o3qrJAEK9ncLa+asG2P2K9IJjGJGvwP+tnxKdafpLoAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:73px 18px;display:inline-block;filter:invert(40%)}.facebook-preview__post-icon-like{background-position:0 0;height:18px;width:18px}.facebook-preview__post-icon-comment{background-position:-18px 0;height:18px;width:18px}.facebook-preview__post-icon-share{background-position:-36px 0;height:18px;width:18px}.facebook-preview__post-icon-info{background-position:-54px 0;height:14px;width:7px}.facebook-preview__post-icon-public{background-position:-61px 0;height:12px;width:12px}.facebook-preview__post-actions{align-items:center;color:#65676b;display:flex;font-size:.9375rem;font-weight:600;height:2.625rem;justify-content:space-around;line-height:1.33;list-style-type:none;margin:0;padding:0;width:100%}.facebook-preview__post-actions>li{align-items:center;display:flex;gap:.5rem;margin:0}.facebook-preview__post-header{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;min-height:60px;padding:.75rem 1rem .5rem;width:100%}.facebook-preview__post-header-content{display:flex;gap:.5rem}.facebook-preview__post-header-avatar{background-color:#caccd1;border:1px solid #e5e5e5;border-radius:50%;height:40px;width:40px}.facebook-preview__post-header-name{color:#050505;font-size:.9375rem;font-weight:600;line-height:1.33}.facebook-preview__post-header-share{align-items:center;color:#65676b;display:flex}.facebook-preview__post-header-time{font-size:.8125rem;line-height:1.23}.facebook-preview__post-header-dot{text-align:center;width:.625rem}.facebook-preview__post-header-more{background-image:radial-gradient(circle at .125rem .125rem,#65676b 2px,#0000 0);background-size:.5rem .25rem;height:.25rem;margin:0 .625rem 0 0;width:1.25rem}.facebook-preview__post{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px #0003,0 -1px 0 #0000000d;display:flex;flex-direction:column;font-family:system-ui,-apple-system,BlinkMacSystemFont,\.SFNSText-Regular,sans-serif;margin-inline:auto;max-width:clamp(508px,100%,680px);overflow-y:hidden}.facebook-preview__post :-moz-any-link{color:#216fdb;text-decoration:none}.facebook-preview__post :any-link{color:#216fdb;text-decoration:none}.facebook-preview__custom-text{color:#050505;font-size:.9375rem;line-height:1.33;margin:0;padding:0 1rem 1rem;word-break:break-word}.facebook-preview__custom-text-post-url{display:block;margin-top:.5rem}.facebook-preview__body{border-bottom:1px solid #d4d0d4;border-top:1px solid #d4d0d4;display:flex;flex-direction:column}.facebook-preview__body.is-loading{visibility:hidden}.facebook-preview__body.is-portrait{flex-direction:row}.facebook-preview__text{align-items:center;background-color:#f0f2f5;color:#050505;display:flex;flex:1;padding:.5rem 1rem;position:relative;word-break:break-word}.facebook-preview__text-wrapper{width:100%}.facebook-preview__url{color:#65676b;font-size:.8125rem;line-height:1;margin-bottom:.25rem;text-transform:uppercase}.facebook-preview__title{font-size:.9444rem;font-weight:600;line-height:1.18;margin:.25rem 0 .125rem}.facebook-preview__description{color:#65676b;font-size:.9375rem;line-height:1.33}.facebook-preview__body.is-landscape .facebook-preview__description.is-compact{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.facebook-preview__custom-image img,.facebook-preview__custom-image video,.facebook-preview__image img,.facebook-preview__image video,.facebook-preview__media-item img,.facebook-preview__media-item video{display:block;-o-object-fit:cover;object-fit:cover;width:100%}.facebook-preview__image.is-empty{border-inline-end:1px solid #d4d0d4;height:140px;width:140px}.facebook-preview__image.is-portrait img{height:430px;width:278px}.facebook-preview__image.is-landscape img{aspect-ratio:1.91;width:100%}.facebook-preview__custom-image,.facebook-preview__media-item{background-color:#121212;display:flex;justify-content:center;width:100%}.facebook-preview__custom-image.is-portrait img,.facebook-preview__media-item.is-portrait img{height:685px;width:500px}.facebook-preview__custom-image.is-landscape img,.facebook-preview__media-item.is-landscape img{aspect-ratio:1.78;width:100%}.facebook-preview__info{align-items:center;background-color:#fff;border:1px solid #d4d0d4;border-radius:50%;display:flex;height:30px;justify-content:center;position:absolute;right:15px;top:-10px;width:30px}.facebook-preview__info i{filter:invert(8%)}.facebook-preview__window{border:1px solid #d4d0d4;border-radius:16px;margin:0 .75rem}.facebook-preview__window .facebook-preview__custom-image,.facebook-preview__window .facebook-preview__custom-image img,.facebook-preview__window .facebook-preview__image,.facebook-preview__window .facebook-preview__image img{border-top-left-radius:inherit;border-top-right-radius:inherit}.instagram-preview__wrapper{background-color:#fff;margin-inline:auto;max-width:clamp(200px,100%,555px);padding:20px}.instagram-preview__section .instagram-preview__wrapper{padding:0}.instagram-preview__section.social-preview__section{width:clamp(200px,100%,555px)}.instagram-preview__container{box-shadow:0 0 0 1px #00000014;overflow:hidden}.instagram-preview__header{display:flex;gap:.5rem;padding:.5rem 1rem}.instagram-preview__header--avatar{align-items:center;display:flex;max-height:32px;max-width:32px}.instagram-preview__header--avatar img{border-radius:50%;height:100%;width:100%}.instagram-preview__header--profile{align-items:center;display:flex;flex-grow:1;justify-content:space-between}.instagram-preview__header--profile-name{font-weight:700}.instagram-preview__media{display:flex}.instagram-preview__media--image,.instagram-preview__media--video{-o-object-fit:cover;object-fit:cover;width:100%}.instagram-preview__media-item{flex-grow:1}.instagram-preview__content{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 1rem}.instagram-preview__content a{color:#00376b;text-decoration:none}.instagram-preview__content--actions{display:flex;justify-content:space-between}.instagram-preview__content--actions-primary{align-items:center;display:flex;gap:1rem}.instagram-preview__content--name{display:inline;font-weight:600}.instagram-preview__content--text{display:inline}.instagram-preview__content--footer{color:#737373;font-weight:400}.linkedin-preview__wrapper{background-color:#fff;margin-inline:auto;max-width:clamp(200px,100%,555px);padding:20px}.linkedin-preview__section .linkedin-preview__wrapper{padding:0}.linkedin-preview__section.social-preview__section{width:clamp(200px,100%,555px)}.linkedin-preview__container{border-radius:8px;box-shadow:0 0 0 1px #00000014;overflow:hidden}.linkedin-preview__container.has-media{border-end-end-radius:0;border-end-start-radius:0}.linkedin-preview__header{display:flex;gap:.5rem;margin-bottom:.8rem;padding:.8rem 1rem 0}.linkedin-preview__header--avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:48px;overflow:hidden;width:48px}.linkedin-preview__header--avatar img{-o-object-fit:contain;object-fit:contain;width:100%}.linkedin-preview__header--profile{display:flex;flex-direction:column;overflow:hidden}.linkedin-preview__header--profile-title{font-size:.75rem}.linkedin-preview__header--profile-info{display:flex;gap:.25rem}.linkedin-preview__header--profile-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.linkedin-preview__header--profile-meta{align-items:center;display:flex;gap:.25rem}.linkedin-preview__caption{font-size:.875rem;font-weight:400;line-height:20px;margin:0 1rem}.linkedin-preview__content article,.linkedin-preview__media{background-color:#eef3f8;display:flex;flex-direction:column;margin-top:.5rem}.linkedin-preview__media-item{display:flex}.linkedin-preview__media-item img,.linkedin-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.linkedin-preview__description{padding:.5rem .75rem}.linkedin-preview__description--title{font-size:.875rem;font-weight:600;margin:0}.linkedin-preview__description--meta{color:#0009;display:flex;font-size:.875rem;font-weight:400;gap:.25rem;margin-top:.5rem}.linkedin-preview__image{-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__post-actions{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.mastodon-preview__post-actions>div{align-items:center;color:#606984;display:flex}.mastodon-preview__post-actions svg{fill:currentColor}.mastodon-preview__post-icon-text{color:#525a71;font-size:.75rem;font-weight:500}.mastodon-preview__body{color:#000;margin-bottom:1rem}.mastodon-preview__body>p{margin-bottom:1.25rem}.mastodon-preview__card{border:1px solid #d9e1e8;border-radius:8px;color:#000;display:flex;margin-bottom:1rem;margin-top:1rem;overflow:hidden}.mastodon-preview__card.has-image{flex-direction:column}.mastodon-preview__card.has-image .mastodon-preview__card-img{width:100%}.mastodon-preview__card-img{min-height:60px}.mastodon-preview__card-img img{border-end-start-radius:inherit;border-start-start-radius:inherit;display:block;min-height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__card-img--fallback{align-items:center;aspect-ratio:1;background:#c0cdd9;display:flex;justify-content:center;position:relative;width:120px}.mastodon-preview__card-text{display:flex;flex-direction:column;gap:.5rem;overflow:hidden;padding:1rem}.mastodon-preview__card-title{color:#282c37;font-size:1.187rem;font-weight:700;line-height:1.4}.mastodon-preview__card-site{display:block;font-size:.875rem}.mastodon-preview__card-description{font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mastodon-preview__post-header{align-items:start;display:flex;font-size:.9375rem;justify-content:space-between;line-height:1.47;margin-bottom:.625rem}.mastodon-preview__post-avatar{border-radius:4px;height:46px;width:46px}.mastodon-preview__post-header-user{align-items:center;display:flex;gap:.75rem}.mastodon-preview__post-header-displayname{color:#000;font-weight:700}.mastodon-preview__post-header-audience{align-items:center;display:flex;gap:.25rem}.mastodon-preview__section{margin-inline:auto;max-width:100%;width:578px}.mastodon-preview__post{background-color:#fff;border:1px solid #c0cdd9;box-sizing:border-box;color:#444b5d;font-family:"mastodon-font-sans-serif",sans-serif;font-size:.9375rem;line-height:1.47;overflow-y:hidden;padding:1rem;width:100%}.mastodon-preview__post :-moz-any-link{color:#3a3bff;text-decoration:none}.mastodon-preview__post :any-link{color:#3a3bff;text-decoration:none}.mastodon-preview__img{aspect-ratio:16/9;border-radius:4px;display:block;margin:.875rem auto 0;-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__media{border-radius:8px;margin-top:8px;min-height:64px}.mastodon-preview__media.as-grid{display:grid;gap:2px;grid-template-columns:50% 50%;overflow:hidden;width:100%}.mastodon-preview__media-item{border:0;border-radius:8px;display:flex;overflow:hidden}.mastodon-preview__media-item img,.mastodon-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.nextdoor-preview__wrapper{max-width:clamp(200px,100%,600px)}.nextdoor-preview__section .nextdoor-preview__wrapper{padding:0}.nextdoor-preview__section.social-preview__section{width:clamp(200px,100%,600px)}.nextdoor-preview__container{background-color:#fff;border-radius:8px;box-shadow:0 0 8px #0000001a;overflow:hidden}.nextdoor-preview__container.small-preview{border-end-end-radius:0;border-end-start-radius:0}.nextdoor-preview__header{align-items:center;display:flex;gap:.5rem;margin-bottom:8px}.nextdoor-preview__header--avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:40px;overflow:hidden;width:40px}.nextdoor-preview__header--avatar img{-o-object-fit:contain;object-fit:contain;width:100%}.nextdoor-preview__header--details{display:flex;flex-direction:column}.nextdoor-preview__header--name{font-size:1rem;font-weight:600;letter-spacing:-.32px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nextdoor-preview__header--meta{align-items:center;color:#666;display:flex;font-size:14px;gap:.25rem;letter-spacing:-.32px;line-height:19px;white-space:pre-wrap}.nextdoor-preview__footer{display:flex;flex-direction:row;justify-content:flex-end;margin-top:24px}.nextdoor-preview__footer--actions{align-items:center;display:flex;gap:1rem}.nextdoor-preview__footer--actions-item{align-items:center;display:flex;font-size:13px;font-weight:600;gap:.25rem;line-height:16px}.nextdoor-preview__content{padding:12px 16px}.nextdoor-preview__card{border-radius:16px;box-shadow:0 1px 4px 0 #00000014,0 0 2px 0 #0003;display:flex;flex-direction:column;margin-top:12px;overflow:hidden}.nextdoor-preview__card.small-preview{align-items:center;flex-direction:row}.nextdoor-preview__card--chevron-wrapper{align-items:center;display:flex;justify-content:center;min-width:40px;width:40px}.nextdoor-preview__caption{font-size:1rem;font-weight:400;line-height:20px;margin-bottom:20px}.nextdoor-preview__media-item{display:flex}.nextdoor-preview__media-item img,.nextdoor-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.nextdoor-preview__description{display:flex;flex-direction:column;overflow:hidden;padding:16px}.small-preview .nextdoor-preview__description{flex-grow:1;padding:10px}.nextdoor-preview__description--title{font-size:15px;font-weight:600;line-height:20px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nextdoor-preview__description--url{color:#666;font-size:13px}.nextdoor-preview__media{margin-inline:-16px}.nextdoor-preview__image{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;width:100%}.small-preview .nextdoor-preview__image{height:62px;width:62px}.nextdoor-preview__default-avatar{align-items:center;background-color:#8c6e63;border-radius:50%;color:#fff;display:flex;font-size:x-large;height:40px;justify-content:center;width:40px}.nextdoor-preview__default-image{align-items:center;background-color:#f1ffca;display:flex;height:62px;justify-content:center;width:62px}.threads-preview{padding:20px}.threads-preview__wrapper{background-color:#fff;border-radius:4px;margin-inline:auto;max-width:clamp(200px,100%,635px);padding-inline-end:1rem;padding-top:1rem}.threads-preview__section.social-preview__section{width:clamp(200px,100%,635px)}.threads-preview__section.social-preview__section .social-preview__section-desc,.threads-preview__section.social-preview__section .social-preview__section-heading{padding-inline-start:17px}.threads-preview__container{color:#000;display:grid;font-size:15px;grid-template-columns:50px auto;line-height:21px;margin-bottom:5px}.threads-preview__container .threads-preview__sidebar{display:grid;grid-template-rows:35px auto;justify-items:center}.threads-preview__container .threads-preview__sidebar .threads-preview__profile-image{align-items:center;border-radius:50%;display:flex;max-height:36px;max-width:36px;overflow:hidden}.threads-preview__container .threads-preview__sidebar .threads-preview__profile-image img{-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__sidebar .threads-preview__connector{background-color:#8c8f94;width:2px}.threads-preview__container .threads-preview__main{overflow:hidden;padding-bottom:1rem}.threads-preview__container .threads-preview__header{display:flex;font-size:16px;gap:6px;line-height:18px;margin-bottom:2px}.threads-preview__container .threads-preview__name{font-size:15px;font-weight:600}.threads-preview__container .threads-preview__date{color:#999}.threads-preview__container .threads-preview__content .threads-preview__text{white-space:pre-wrap;word-break:break-word}.threads-preview__container .threads-preview__content .threads-preview__media{border-radius:15px;display:grid;overflow:hidden;grid-gap:2px;grid-template-areas:"a";height:300px;margin-top:12px}.threads-preview__container .threads-preview__content .threads-preview__media img,.threads-preview__container .threads-preview__content .threads-preview__media video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__content .threads-preview__media img:first-child,.threads-preview__container .threads-preview__content .threads-preview__media video:first-child{grid-area:a}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(2),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(2){grid-area:b}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(3),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(3){grid-area:c}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(4),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(4){grid-area:d}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-2{grid-template-areas:"a b"}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-3{grid-template-areas:"a b" "a c"}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-4{grid-template-areas:"a b" "c d"}.threads-preview__container .threads-preview__content .threads-preview__card{border:1px solid #e1e8ed;border-radius:8px;margin-bottom:12px;margin-top:12px;overflow:hidden}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-image{aspect-ratio:16/9;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-body{color:#000;display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;gap:2px;overflow:hidden;padding:.75em;text-align:left;text-decoration:none}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-title{text-overflow:ellipsis}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-url{color:#999;font-size:12px;overflow-inline:hidden;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}.threads-preview__container .threads-preview__footer{display:flex;gap:2.5rem;margin-top:1rem}.threads-preview__container .threads-preview__footer svg{height:19px;width:19px;fill:#424242}.threads-preview__container .threads-preview__icon--like svg,.threads-preview__container .threads-preview__icon--reply svg,.threads-preview__container .threads-preview__icon--share svg{fill:#0000;stroke:#424242}.tumblr-preview__post-icon{align-items:center;display:flex}.tumblr-preview__post-icon svg{fill:#000000a6}.tumblr-preview__post-icon-blaze{height:20px;width:23px}.tumblr-preview__post-icon-delete{height:21px;width:17px}.tumblr-preview__post-icon-edit{height:21px;width:21px}.tumblr-preview__post-icon-share{height:24px;width:24px}.tumblr-preview__post-icon-reblog,.tumblr-preview__post-icon-reply{height:21px;width:21px}.tumblr-preview__post-icon-like{height:21px;width:23px}.tumblr-preview__post-icon-ellipsis{height:4px;width:18px}.tumblr-preview__post-actions{color:#000000a6;font-size:1rem;font-weight:700;line-height:1.5;margin-top:.25rem;padding:0 1.25rem}.tumblr-preview__post-manage-actions,.tumblr-preview__post-social-actions{align-items:center;display:flex;justify-content:space-between;min-height:3.5rem}.tumblr-preview__post-manage-actions ul,.tumblr-preview__post-social-actions ul{align-items:center;display:flex;gap:1.25rem;list-style-type:none;margin:0;padding:0}.tumblr-preview__post-manage-actions ul>li,.tumblr-preview__post-social-actions ul>li{align-items:center;display:flex;justify-content:center}.tumblr-preview__post-social-actions{border-top:1px solid #c27b7b26}.tumblr-preview__post-actions-blaze,.tumblr-preview__post-header{align-items:center;display:flex}.tumblr-preview__post-header{justify-content:space-between;margin:1rem 0;padding:0 1.25rem}.tumblr-preview__post-header-username{font-size:.875rem;font-weight:700;line-height:1.5}.social-preview{padding:0 .5rem}.social-preview__section{margin-bottom:2rem;margin-inline:auto;width:clamp(200px,100%,680px)}.social-preview__section-heading{color:#1e1e1e;font-size:.875rem;font-weight:600;line-height:1.42;margin-bottom:.375rem;margin-top:0}.social-preview__section-desc{color:#757575;font-size:.75rem;line-height:1.33;margin-bottom:1rem;margin-top:0}.social-preview__section-desc .components-external-link{align-items:center;display:inline-flex;gap:.25rem}.tumblr-preview__section.social-preview__section{width:clamp(200px,100%,604px + 1.25rem)}.tumblr-preview__post{align-items:flex-start;display:flex;gap:1.25rem}.tumblr-preview__avatar{border-radius:3px;height:64px;width:64px}@media(max-width:660px){.tumblr-preview__avatar{display:none}}.tumblr-preview__card{background-color:#fff;border-radius:3px;color:#000;font-family:Favorit,Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif;font-size:1rem;overflow-y:hidden}.tumblr-preview__card :-moz-any-link{color:inherit;text-decoration:underline}.tumblr-preview__card :any-link{color:inherit;text-decoration:underline}.tumblr-preview__custom-text,.tumblr-preview__title{margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__title{font-size:1.625rem;font-weight:400;line-height:1.3}.tumblr-preview__description{font-size:1rem;line-height:1.5;margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__image{aspect-ratio:16/9;display:block;margin:3.375rem 0 1rem;width:100%}.tumblr-preview__url{display:inline-block;margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__site-name{color:#000000a6;font-size:.75rem;text-transform:uppercase}.tumblr-preview__window{margin:0 1.25rem 1.25rem}.tumblr-preview__window-top{border-top-left-radius:6px;border-top-right-radius:6px;position:relative}.tumblr-preview__window-top .tumblr-preview__image{aspect-ratio:16/9;border-top-left-radius:inherit;border-top-right-radius:inherit;margin:0;width:100%}.tumblr-preview__window-bottom{border:1px solid #00000040;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:flex;flex-direction:column;gap:.5rem;padding:1rem .75rem}.tumblr-preview__window-bottom.is-full{border-top-left-radius:6px;border-top-right-radius:6px}.tumblr-preview__window-bottom>*{margin:0;padding:0}.tumblr-preview__overlay{align-items:center;background-color:#0006;border-top-left-radius:inherit;border-top-right-radius:inherit;bottom:0;color:#fff;display:flex;justify-content:center;left:0;padding:1rem .75rem;position:absolute;right:0;top:0}.tumblr-preview__overlay>*{margin:0;padding:0}.nOZgE6dP_guav2888GAK{margin:1rem 0 1.5rem}@media(min-width:600px){.jxndagXCphEhzYfnjHMZ{width:calc(100vw - 40px)}}@media(min-width:960px){.jxndagXCphEhzYfnjHMZ{max-height:calc(100% - 120px);width:920px}}.jxndagXCphEhzYfnjHMZ .components-modal__content.hide-header{padding:0}.na9tpJVboVaxVNabSRsr{display:flex}@media(max-width:782px){.na9tpJVboVaxVNabSRsr{flex-direction:column}}.VxWWpt730pSzZCEVjxA3{height:2rem;position:absolute;right:.5rem;top:.5rem}.z14EiGfFuQwKazBW3LpF{align-items:center;border-bottom:1px solid #dcdcde;display:flex;height:48px;padding-inline:2rem}@media(min-width:782px){.z14EiGfFuQwKazBW3LpF{border-inline-end:1px solid #dcdcde}}.z14EiGfFuQwKazBW3LpF h2{font-size:1rem;font-weight:600;line-height:16px;margin-block:0}@media(min-width:782px){.LAWYmJPODB8LgzQMzsyx{flex:1}}.vVbLRydJFLCVa49hSz83{padding:1rem 2rem}@media(min-width:782px){.vVbLRydJFLCVa49hSz83{border-inline-end:1px solid #dcdcde}}.uw1atyZ2fcJoKjwf6SZW{background:var(--jp-gray-0);flex:1}@media(min-width:782px){.uw1atyZ2fcJoKjwf6SZW{flex:2}}.uw1atyZ2fcJoKjwf6SZW .components-tab-panel__tabs{background:var(--jp-white);border-bottom:1px solid #dcdcde;height:48px;justify-content:center}.meKppCUznQhlkjwZuS6G{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:1rem 2rem}.HS7f47n0w2xUqa4wQkwX{opacity:.5}.dKXzdVKZ7LYvSmUVrl26{color:var(--jp-gray-40);margin-top:0}.sP1aklNMfj7lCDxuhWaq{position:relative}.a6tcXi51GAewl3qx0AVi{align-items:center;background-color:#2c3338e6;border-radius:2px;bottom:8px;display:flex;font-variant-numeric:tabular-nums;left:8px;padding:4px;position:absolute}.a6tcXi51GAewl3qx0AVi svg{margin-right:2px}.uFtCCGeycoI94JbCnJh8.uFtCCGeycoI94JbCnJh8{color:var(--jp-white);font-size:9px;font-weight:600;line-height:8px}.cZuW54OEuUN9yvuE_rNU{margin:auto;position:relative}.vCs0BOExDMOystFhG2wa{width:auto}.sKpch49QzrpontC0DvF7{background-color:var(--jp-gray-0);border:1px dashed var(--jp-gray-20);border-radius:calc(var(--jp-border-radius)*.5);display:grid;grid-template-rows:1fr auto 2fr;justify-content:center;margin-bottom:8px;min-height:130px;padding:24px;position:relative;width:100%}.sKpch49QzrpontC0DvF7>*{justify-self:center}.sKpch49QzrpontC0DvF7>button{grid-row:2}.sKpch49QzrpontC0DvF7>button:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.sKpch49QzrpontC0DvF7>span{color:var(--jp-gray-60);font-size:13px;grid-row:3;line-height:16px;margin-top:16px;text-align:center}.sKpch49QzrpontC0DvF7>svg{align-self:center;margin:0;position:absolute}.vOO47kVjHn7i63fQ0bx0{color:#757575;font-size:12px;font-weight:400;line-height:16px;margin-bottom:8px}.ziE_jq4PmQmGBedGskf_{width:100%}.TJGgifcTHqUtknPqVQpH,.qqGj0rmSJvZs9dyr0u_I,.ziE_jq4PmQmGBedGskf_{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;cursor:pointer;margin:0;padding:0}.TJGgifcTHqUtknPqVQpH,.qqGj0rmSJvZs9dyr0u_I{align-items:center;background-color:var(--jp-black);border:1.5px solid var(--jp-white);border-radius:100%;display:flex;height:20px;justify-content:center;line-height:0;position:absolute;right:-4px;top:-4px;transition:background .1s ease-in-out;width:20px;z-index:2}.TJGgifcTHqUtknPqVQpH svg,.qqGj0rmSJvZs9dyr0u_I svg{fill:var(--jp-white)}.TJGgifcTHqUtknPqVQpH:hover,.qqGj0rmSJvZs9dyr0u_I:hover{background-color:var(--wp-admin-theme-color)}.TJGgifcTHqUtknPqVQpH{right:-5px;top:-56px}.f92zWdEJJIwBvwH5rRzn{margin-bottom:16px}.f92zWdEJJIwBvwH5rRzn .components-responsive-wrapper__content{width:auto}.rBTOWyeewE4VxAqYgjoI{filter:grayscale(100%);opacity:.5}.PykCvaqoL7AIDzVKJAtg{position:relative}.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP{margin:16px 0 8px;padding-right:8px}.components-base-control__label+.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP{margin-top:0}.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP p{margin:0 0 4px}.Q21myqk1zOYB3IH8YuEq{color:var(--jp-gray-40);margin-top:0}.RoerAwwhu_PqirHlSJPz{display:block;margin-top:1rem}.Ua6eKcnk_tQQpFlgXMSn{display:inherit;display:flex;flex-wrap:wrap;list-style-type:none;margin:0;width:100%}.Ua6eKcnk_tQQpFlgXMSn .SHqrIEguRfCILRHPyxE9{margin:5px 0 10px}.ejyuBjiLmHz_UTFmBnjA{display:inline-block;margin-top:6px}.smqXe_da1eoP4Agql_Cs{height:auto;margin-inline-start:15px;padding:0}.eQZwqSCI_uVWrJ2jIRUA{margin-block-end:1rem}.O_ZghPCUG7291iVsp1wx{color:#646970;margin-bottom:.25rem}.nrOxj0JeSCWwCB4oaR94{display:block;margin-bottom:1rem}.Jxra4242dPPaUy28mM8H.components-button.is-link{font-size:inherit;font-weight:inherit}.Jxra4242dPPaUy28mM8H.components-button.is-link:hover{text-decoration:none}.amoEz9VXiwF3eyLxTbOA .irsbCLZJNayrJ0g_joAn{font-style:italic;font-weight:700;word-wrap:break-word}.lIKYDl6xVVtMbvcUDrrn.lIKYDl6xVVtMbvcUDrrn{display:block;margin-bottom:.5rem}.search-preview__display{border:1px solid #f6f7f7;font-family:arial,sans-serif;padding:10px 20px;word-wrap:break-word}.search-preview__header{align-items:flex-end;display:flex;gap:.5rem}.search-preview__menu{color:#4d5156;height:18px;position:relative;width:18px}.search-preview__branding{align-items:center;display:flex;gap:.75rem}.search-preview__site--title{color:#202124;font-size:14px;line-height:20px}.search-preview__icon{height:1.75rem;width:1.75rem}.search-preview__title{color:#1a0dab;font-size:20px;line-height:1.3;margin-bottom:7px;margin-top:8px;max-width:616px}.search-preview__title:hover{cursor:pointer;text-decoration:underline}.search-preview__url{color:#4d5156;font-size:12px;line-height:1.3;max-width:616px}.search-preview__description{color:#4d5156;font-size:14px;font-weight:400;line-height:1.5;max-width:616px}.VHYulMcpzbr10HWR0iSE{align-items:flex-start;border:1px solid var(--jp-black);border-color:var(--jp-gray-5);border-left-width:6px;border-radius:4px;display:flex;font-size:var(--font-body);padding:24px 31px 27px 18px}.FGpSkMCiIHQjszcV0dbn{margin-right:20px}.FGpSkMCiIHQjszcV0dbn,.KoWZcCwhW13xvkEb0QON{height:calc(var(--spacing-base)*3);width:calc(var(--spacing-base)*3)}.KoWZcCwhW13xvkEb0QON{background-color:#0000;border:none;cursor:pointer;outline:none}@media screen and (max-width:600px){.VHYulMcpzbr10HWR0iSE{box-shadow:0 4px 8px #00000008,0 1px 2px #0000000f;padding-top:68px;position:relative}.FGpSkMCiIHQjszcV0dbn{left:24px;position:absolute;top:24px}.KoWZcCwhW13xvkEb0QON{position:absolute;right:24px;top:24px}}.smrfczkC53EaFM8OJUXs{flex-grow:1}.IKYRWoPwt9xOVEx1wzNS{font-weight:600;margin-bottom:8px}.qM0qY6mPYp1MPN54A3Kg{align-items:center;display:flex;margin-top:20px}.qM0qY6mPYp1MPN54A3Kg a,.qM0qY6mPYp1MPN54A3Kg a:active,.qM0qY6mPYp1MPN54A3Kg a:focus,.qM0qY6mPYp1MPN54A3Kg a:hover{color:var(--jp-black)}.qM0qY6mPYp1MPN54A3Kg>*{margin-right:24px}.A5YkDkkXuiYgavrY6Nux{border-left-color:var(--jp-red)}.A5YkDkkXuiYgavrY6Nux .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-red)}.cT5rwuPMZzWvi5o6shMl{border-left-color:var(--jp-yellow-20)}.cT5rwuPMZzWvi5o6shMl .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-yellow-20)}.yo0O3uvNomPsYUXFCpAS{border-left-color:var(--black)}.yo0O3uvNomPsYUXFCpAS .y_IPyP1wIAOhyNaqvXJq{fill:var(--black)}.oZdDFf1jBLkzn5ICCC6x{border-left-color:var(--jp-green)}.oZdDFf1jBLkzn5ICCC6x .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-green)}.twitter-preview{padding:20px}.twitter-preview__wrapper{background-color:#fff;border-radius:4px;margin-inline:auto;max-width:clamp(200px,100%,635px);padding-inline-end:1rem;padding-top:1rem}.twitter-preview__section.social-preview__section{width:clamp(200px,100%,635px)}.twitter-preview__section.social-preview__section .social-preview__section-desc,.twitter-preview__section.social-preview__section .social-preview__section-heading{padding-inline-start:17px}.twitter-preview__container{display:grid;font-size:15px;grid-template-columns:65px auto;line-height:20px;margin-bottom:5px}.twitter-preview__container .twitter-preview__sidebar{display:grid;grid-template-rows:35px auto;justify-items:center}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__profile-image{align-items:center;border-radius:50%;display:flex;max-height:30px;max-width:30px;overflow:hidden}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__profile-image img{-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__connector{background-color:#8c8f94;width:2px}.twitter-preview__container .twitter-preview__main{overflow:hidden;padding-bottom:1rem}.twitter-preview__container .twitter-preview__header{display:flex;font-size:16px;gap:.25rem;line-height:18px;margin-bottom:2px}.twitter-preview__container .twitter-preview__name{font-weight:700}.twitter-preview__container .twitter-preview__date,.twitter-preview__container .twitter-preview__screen-name{color:#667886;letter-spacing:-.3px}.twitter-preview__container .twitter-preview__content .twitter-preview__text{color:#0f1419;white-space:pre-wrap;word-break:break-word}.twitter-preview__container .twitter-preview__content .twitter-preview__media{border-radius:15px;display:grid;overflow:hidden;grid-gap:2px;grid-template-areas:"a";height:300px;margin-top:12px}.twitter-preview__container .twitter-preview__content .twitter-preview__media img,.twitter-preview__container .twitter-preview__content .twitter-preview__media video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:first-child,.twitter-preview__container .twitter-preview__content .twitter-preview__media video:first-child{grid-area:a}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(2),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(2){grid-area:b}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(3),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(3){grid-area:c}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(4),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(4){grid-area:d}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-2{grid-template-areas:"a b"}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-3{grid-template-areas:"a b" "a c"}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-4{grid-template-areas:"a b" "c d"}.twitter-preview__container .twitter-preview__content .twitter-preview__quote-tweet{margin-top:10px;min-height:200px}.twitter-preview__container .twitter-preview__content .twitter-preview__quote-tweet .twitter-preview__quote-tweet-overlay{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.twitter-preview__container .twitter-preview__content .twitter-preview__card{border:1px solid #e1e8ed;border-radius:12px;margin-bottom:12px;margin-top:12px;overflow:hidden}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary{display:grid}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image{display:grid;grid-template-columns:125px auto;height:125px}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image .twitter-preview__card-body{border-left:1px solid #e1e8ed;height:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image .twitter-preview__card-description{-webkit-line-clamp:3}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary_large_image{display:grid;grid-template-rows:254px auto}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-image{aspect-ratio:16/9;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-body{color:#000;display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;gap:2px;overflow:hidden;padding:.75em;text-align:left;text-decoration:none}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-title{max-height:1.3em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-description{color:#536471;display:-webkit-box;max-height:3.9em;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-url{color:#8899a6;overflow-inline:hidden;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}.twitter-preview__container .twitter-preview__footer{display:flex;justify-content:space-between;margin-top:12px;max-width:425px}.twitter-preview__container .twitter-preview__footer svg{fill:#787c82;height:16px;width:16px}.jetpack-social-previews__modal .components-modal__header{margin:0}.jetpack-social-previews__modal .components-modal__content{padding:0}.jetpack-social-previews__modal--close-btn{height:2rem;position:absolute;right:.5rem;top:.5rem}.jetpack-social-previews__modal-previews{display:flex;flex-direction:column;height:100%}.jetpack-social-previews__modal-previews .components-tab-panel__tabs-item:focus-visible:before{box-shadow:none;outline:none}.jetpack-social-previews__modal-previews .components-tab-panel__tabs{border-bottom:1px solid #dcdcde;display:flex;flex-direction:row;height:3rem;justify-content:center;max-width:none}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button{font-size:0;height:100%;outline:0;white-space:nowrap;width:2.5rem}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button svg{display:block;fill:currentColor}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button.is-active:after{border-bottom:1px solid #3858e9;height:0;margin-bottom:-1px}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):not(.is-primary):not(.is-tertiary):not(.is-link):hover:after{border-bottom:1px solid #3858e9;margin-bottom:-1px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content{background-color:#fff;flex:1;overflow:auto;padding:10px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content>div{display:flex;justify-content:center}@media(min-width:600px){.jetpack-social-previews__modal-previews{width:calc(100vw - 40px)}}@media(min-width:960px){.jetpack-social-previews__modal-previews{width:920px}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button{font-size:13px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content{padding:40px}}.jetpack-social-previews__modal-previews .facebook-preview{width:100%}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content .mastodon-preview{max-width:578px}.jetpack-social-previews__modal-upgrade{padding:2em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-illustration{height:auto;max-width:351px;width:100%}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{margin-bottom:1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-heading{font-size:2em;line-height:1.15}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list{font-size:1.1em;line-height:1.4;list-style:none;margin-bottom:2em;padding-left:1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list li{margin-bottom:12px;position:relative}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list li:before{color:#4ab866;content:"✓";left:-20px;position:absolute}@media(min-width:600px){.jetpack-social-previews__modal-upgrade{display:grid;max-width:870px;width:80vw;grid-gap:3em;grid-template-columns:1fr 1fr;padding-top:4em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-illustration{grid-column:2;grid-row:1;max-width:100%;padding-right:2em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{grid-column:1;grid-row:1;margin-bottom:0;padding:0 1em 1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-heading{margin-top:0}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list{padding-left:0}}@media(min-width:782px){.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{padding:0 2em 2em}}.jetpack-gutenberg-social-icons{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.jetpack-gutenberg-social-icons .jetpack-social-previews__icon{margin-right:0;fill:currentColor}.OWstrHF6QZdaosKs0b6j{aspect-ratio:1200/630;background-color:var(--jp-gray-0);display:flex;justify-content:center;margin-bottom:8px;max-height:250px;min-height:130px;position:relative;width:100%}.OWstrHF6QZdaosKs0b6j>*{justify-self:center}.OWstrHF6QZdaosKs0b6j>svg{align-self:center;margin:0;position:absolute}.OWstrHF6QZdaosKs0b6j img{height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}.HJMFrbZ0khdkKKkocrIK{display:none}.m9360_cMWKFHTNk9xpNz{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)*4) 0}.j4EvSJfKIJLGEIAETiEY{all:unset;border-radius:calc(var(--jp-border-radius)/2);cursor:pointer;position:relative}.j4EvSJfKIJLGEIAETiEY img{border-radius:calc(var(--jp-border-radius)/2);display:block;height:auto;max-width:100%;pointer-events:none}.j4EvSJfKIJLGEIAETiEY:after{background-color:var(--jp-white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath stroke='%2309B585' stroke-width='1.5' d='m11.327.53-6.75 9.08L.662 6.7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;content:"";height:calc(var(--spacing-base)*3);opacity:0;position:absolute;right:calc(var(--spacing-base)*-1.5);top:calc(var(--spacing-base)*-1.5);transform:translateY(5px);transition:all .15s cubic-bezier(.4,0,.2,1);width:calc(var(--spacing-base)*3)}.j4EvSJfKIJLGEIAETiEY:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #007cba;outline:3px solid #0000}.dQb3Zpl0puk4V6ezZslo:after{opacity:1;transform:translateY(0)}.tfWupx32Rn5hHqVjTzui div{padding-top:0}.qu9UsV1EEFeFxhU3Wgt5{margin-top:15px}.nZhgKYFn6MQoIDGcKrUG{max-width:150px}.WJ5nPw0EHj7eoNZB06TW{display:flex;justify-content:flex-end}.WJ5nPw0EHj7eoNZB06TW>*+*{margin-left:var(--spacing-base)}.JUeclE9CucaXRlTL5K9H{display:flex;flex-wrap:wrap;gap:.7rem}.JUeclE9CucaXRlTL5K9H a{border-radius:4px;color:#fff}.JUeclE9CucaXRlTL5K9H a:hover{color:#fff}.JUeclE9CucaXRlTL5K9H a>span{align-items:center;display:flex}.JUeclE9CucaXRlTL5K9H a>span>svg{border-radius:var(--jp-border-radius);color:#fff}.JUeclE9CucaXRlTL5K9H a.components-button svg{fill:currentColor}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary{background:#0000;color:var(--jp-black);gap:0;justify-content:start;padding:0}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary:hover{background:#0000;color:var(--jp-gray-50)}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary svg{height:calc(var(--spacing-base)*3);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*3)}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary:focus{border:0;box-shadow:none;outline:none}.JUeclE9CucaXRlTL5K9H .rhyZKz4FQtFOFAMwLgLj{background-color:var(--jp-black)}.JUeclE9CucaXRlTL5K9H .DDRhGoqXUOM6Jug54nEB{background-color:#2ab318}.JUeclE9CucaXRlTL5K9H .h57Cabo4jn8Ke77_DLOX{background-color:#0866ff;border-radius:var(--jp-border-radius)!important}.JUeclE9CucaXRlTL5K9H .tvNWJpaNzPro4QaItBae{background-color:#fff;color:var(--jp-black);outline:1px solid var(--jp-gray)}.p_VTpBCFklSkcb0iiD0K{flex-direction:column}.DyIAUIn_2bkciyB_XtgH{display:flex}.Lx8xScOApJmJdhJF9JWd.Lx8xScOApJmJdhJF9JWd{font-size:13px;font-weight:400;line-height:24px;margin-inline-start:var(--spacing-base)}.pp_WJTHlGIX9bcHCLxJh{display:flex;flex-direction:column;gap:1rem;padding-block:1rem}.IzRyqrcpwjKRBJKEtECz{font-weight:600;text-transform:uppercase}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.dataviews-wrapper{box-sizing:border-box;container:dataviews-wrapper/inline-size;display:flex;flex-direction:column;font-size:13px;height:100%;line-height:1.4;overflow:auto;scroll-padding-bottom:64px}.dataviews-filters__container,.dataviews__view-actions{box-sizing:border-box;flex-shrink:0;left:0;padding:16px 48px;position:sticky;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-filters__container,.dataviews__view-actions{transition-delay:0s;transition-duration:0s}}.dataviews-view-grid__primary-field,.dataviews-view-list__primary-field,.dataviews-view-table__primary-field{color:#757575;font-size:13px;font-weight:500;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-view-grid__primary-field a,.dataviews-view-list__primary-field a,.dataviews-view-table__primary-field a{color:#1e1e1e;display:block;flex-grow:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.dataviews-view-grid__primary-field a:hover,.dataviews-view-list__primary-field a:hover,.dataviews-view-table__primary-field a:hover{color:#007cba}.dataviews-view-grid__primary-field a:focus,.dataviews-view-list__primary-field a:focus,.dataviews-view-table__primary-field a:focus{border-radius:2px;box-shadow:0 0 0 2px #007cba;color:0,124,186}.dataviews-view-grid__primary-field button.components-button.is-link,.dataviews-view-list__primary-field button.components-button.is-link,.dataviews-view-table__primary-field button.components-button.is-link{color:#1e1e1e;display:block;font-weight:inherit;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-view-grid__primary-field button.components-button.is-link:hover,.dataviews-view-list__primary-field button.components-button.is-link:hover,.dataviews-view-table__primary-field button.components-button.is-link:hover{color:#007cba}.dataviews-loading,.dataviews-no-results{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:0 48px;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-loading,.dataviews-no-results{transition-delay:0s;transition-duration:0s}}@container (max-width: 430px){.dataviews-filters__container,.dataviews__view-actions{padding:12px 24px}.dataviews-loading,.dataviews-no-results,.dataviews-view-grid{padding-left:24px;padding-right:24px}}.dataviews-bulk-actions-footer__item-count{color:#1e1e1e;font-size:11px;font-weight:500;text-transform:uppercase}.dataviews-bulk-actions-footer__container{margin-right:auto;min-height:32px}.dataviews-filters__button{position:relative}.dataviews-filters__container{padding-top:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{opacity:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{opacity:1}.dataviews-filters__summary-popover{font-size:13px;line-height:1.4}.dataviews-filters__summary-popover .components-popover__content{border-radius:4px;width:230px}.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{padding:0}.dataviews-filters__summary-operators-container{padding:8px 8px 0}.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox){border-bottom:1px solid #e0e0e0;padding-bottom:8px}.dataviews-filters__summary-operators-container:empty{display:none}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{color:#757575}.dataviews-filters__summary-chip-container{position:relative;white-space:pre-wrap}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{align-items:center;background:#f0f0f0;border:1px solid #0000;border-radius:16px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:flex;min-height:32px;padding:4px 12px;position:relative}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{padding-inline-end:28px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{background:#e0e0e0;color:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{background:#007cba0a;color:#007cba}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{background:#007cba1f}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{box-shadow:0 0 0 2px #007cba;outline:none}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{font-weight:500}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{align-items:center;background:#0000;border:0;border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;position:absolute;right:4px;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{fill:#757575}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{background:#e0e0e0}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{fill:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{fill:#007cba}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{background:#007cba14}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{box-shadow:0 0 0 2px #007cba;outline:none}.dataviews-filters__search-widget-filter-combobox-list{border-top:1px solid #e0e0e0;max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{font-weight:600}.dataviews-filters__search-widget-listbox{max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-listitem{align-items:center;border-radius:2px;box-sizing:border-box;cursor:default;display:flex;gap:8px;margin-block-end:2px;padding:8px 12px}.dataviews-filters__search-widget-listitem:last-child{margin-block-end:0}.dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{background-color:#007cba;color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-check{fill:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{color:#fff}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-check{flex-shrink:0;height:24px;width:24px}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{color:#757575;display:block;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis}.dataviews-filters__search-widget-filter-combobox__wrapper{padding:8px;position:relative}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{background:#f0f0f0;border:none;border-radius:2px;box-shadow:0 0 0 #0000;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin-left:0;margin-right:0;padding:0 32px 0 8px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{transition-delay:0s;transition-duration:0s}}@media(min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{border-color:#007cba;box-shadow:0 0 0 .5px #007cba;outline:2px solid #0000}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#1e1e1e9e;opacity:1}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder{color:#1e1e1e9e}@media(min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{background:#fff;box-shadow:inset 0 0 0 2px #007cba}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{-webkit-appearance:none}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{align-items:center;display:flex;justify-content:center;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__container-visibility-toggle{flex-shrink:0;position:relative}.dataviews-filters-toggle__count{background:#007cba;border-radius:8px;box-sizing:border-box;color:#fff;font-size:11px;height:16px;line-height:16px;min-width:16px;outline:2px solid #fff;padding:0 4px;position:absolute;right:0;text-align:center;top:0;transform:translate(50%,-50%)}.dataviews-search{width:-moz-fit-content;width:fit-content}.dataviews-footer{background-color:#fff;border-top:1px solid #f0f0f0;bottom:0;flex-shrink:0;left:0;padding:12px 48px;position:sticky;transition:padding .1s ease-out;z-index:2}@media(prefers-reduced-motion:reduce){.dataviews-footer{transition-delay:0s;transition-duration:0s}}@container (max-width: 430px){.dataviews-footer{padding:12px 24px}}@container (max-width: 560px){.dataviews-footer{flex-direction:column!important}.dataviews-footer .dataviews-bulk-actions-footer__container{width:100%}.dataviews-footer .dataviews-bulk-actions-footer__item-count{flex-grow:1}.dataviews-footer .dataviews-pagination{justify-content:space-between;width:100%}}.dataviews-pagination__page-select{font-size:11px;font-weight:500;text-transform:uppercase}@media(min-width:600px){.dataviews-pagination__page-select .components-select-control__input{font-size:11px!important;font-weight:500}}.dataviews-action-modal{z-index:1000001}.dataviews-selection-checkbox{--checkbox-input-size:24px;flex-shrink:0;line-height:0}@media(min-width:600px){.dataviews-selection-checkbox{--checkbox-input-size:16px}}.dataviews-selection-checkbox .components-checkbox-control__input-container{margin:0}.dataviews-view-config{container-type:inline-size;font-size:13px;line-height:1.4;padding:16px;width:320px}.dataviews-view-config__sort-direction .components-toggle-group-control-option-base{text-transform:uppercase}.dataviews-settings-section__title.dataviews-settings-section__title{font-size:15px;line-height:24px}.dataviews-settings-section__sidebar{grid-column:span 4}.dataviews-settings-section__content,.dataviews-settings-section__content>*{grid-column:span 8}.dataviews-settings-section__content .is-divided-in-two{display:contents}.dataviews-settings-section__content .is-divided-in-two>*{grid-column:span 4}.dataviews-settings-section:has(.dataviews-settings-section__content:empty){display:none}@container (max-width: 500px){.dataviews-settings-section.dataviews-settings-section{grid-template-columns:repeat(2,1fr)}.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{grid-column:span 2}}.dataviews-field-control__field{height:32px}.dataviews-field-control__actions{position:absolute;top:-9999em}.dataviews-field-control__actions.dataviews-field-control__actions{gap:4px}.dataviews-field-control__field:focus-within .dataviews-field-control__actions,.dataviews-field-control__field:hover .dataviews-field-control__actions{position:unset;top:unset}.dataviews-view-grid{grid-template-rows:max-content;margin-bottom:auto;padding:0 48px 24px;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-view-grid{transition-delay:0s;transition-duration:0s}}.dataviews-view-grid .dataviews-view-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions{padding:8px 0 4px}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__primary-field{min-height:32px}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{color:#1e1e1e}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{background-color:#007cba14;box-shadow:inset 0 0 0 1px #007cba}.dataviews-view-grid .dataviews-view-grid__media{aspect-ratio:1/1;background-color:#f0f0f0;border-radius:4px;min-height:200px;position:relative;width:100%}.dataviews-view-grid .dataviews-view-grid__media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-grid .dataviews-view-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-grid .dataviews-view-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{align-items:flex-start;min-height:24px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){display:none}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column){align-items:center}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-name{width:35%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field.is-column+.is-row{margin-top:4px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{color:#757575}.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-grid .dataviews-view-grid__badge-fields .dataviews-view-grid__field-value{align-items:center;background:#f0f0f0;border-radius:2px;display:flex;font-size:12px;min-height:24px;padding:0 8px;width:-moz-fit-content;width:fit-content}.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:480px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1080px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1440px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1920px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{display:none}.dataviews-view-grid__card .dataviews-selection-checkbox{left:8px;position:absolute;top:-9999em;z-index:1}.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{top:8px}ul.dataviews-view-list{list-style-type:none}.dataviews-view-list{margin:0 0 auto}.dataviews-view-list li{border-top:1px solid #f0f0f0;cursor:pointer;margin:0}.dataviews-view-list li .dataviews-view-list__item-wrapper{border-radius:4px;position:relative}.dataviews-view-list li .dataviews-view-list__item-wrapper>*{width:100%}.dataviews-view-list li .dataviews-view-list__item-actions{position:absolute;right:0;top:16px}.dataviews-view-list li .dataviews-view-list__item-actions>div{height:24px}.dataviews-view-list li .dataviews-view-list__item-actions .components-button{opacity:0}.dataviews-view-list li:has(.dataviews-view-list__fields:empty) .dataviews-view-list__item-actions{top:50%;transform:translateY(-50%)}.dataviews-view-list li.is-hovered .dataviews-view-list__item-actions,.dataviews-view-list li.is-selected .dataviews-view-list__item-actions,.dataviews-view-list li:focus-within .dataviews-view-list__item-actions{background:#f8f8f8;box-shadow:-12px 0 8px 0 #f8f8f8;margin-right:24px;padding-left:8px}.dataviews-view-list li.is-hovered .dataviews-view-list__item-actions .components-button,.dataviews-view-list li.is-selected .dataviews-view-list__item-actions .components-button,.dataviews-view-list li:focus-within .dataviews-view-list__item-actions .components-button{opacity:1;position:static}.dataviews-view-list li.is-selected .dataviews-view-list__item-actions{background-color:#f7f8ff;box-shadow:-12px 0 8px 0 #f7f8ff}.dataviews-view-list li.is-selected.is-selected,.dataviews-view-list li.is-selected.is-selected+li{border-top:1px solid #007cba1f}.dataviews-view-list li:not(.is-selected) .dataviews-view-list__primary-field{color:#1e1e1e}.dataviews-view-list li:not(.is-selected).is-hovered,.dataviews-view-list li:not(.is-selected):focus-within,.dataviews-view-list li:not(.is-selected):hover{background-color:#f8f8f8;color:#007cba}.dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__primary-field,.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__primary-field,.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__primary-field{color:#007cba}.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper{background-color:#007cba0a;color:#1e1e1e}.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__primary-field,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__primary-field{color:#007cba}.dataviews-view-list .dataviews-view-list__item{box-sizing:border-box;padding:16px 24px;scroll-margin:8px 0;width:100%}.dataviews-view-list .dataviews-view-list__item:focus-visible:before{border-radius:2px;bottom:2px;box-shadow:inset 0 0 0 2px #007cba;content:"";left:2px;position:absolute;right:2px;top:2px}.dataviews-view-list .dataviews-view-list__item .dataviews-view-list__primary-field{line-height:24px;min-height:24px;overflow:hidden}.dataviews-view-list .dataviews-view-list__media-wrapper{background-color:#f0f0f0;border-radius:4px;flex-shrink:0;height:52px;overflow:hidden;position:relative;width:52px}.dataviews-view-list .dataviews-view-list__media-wrapper img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-list .dataviews-view-list__media-wrapper:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.dataviews-view-list .dataviews-view-list__media-placeholder{background-color:#e0e0e0;height:52px;width:52px}.dataviews-view-list .dataviews-view-list__field-wrapper{min-height:52px}.dataviews-view-list .dataviews-view-list__fields{color:#757575;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;row-gap:4px}.dataviews-view-list .dataviews-view-list__fields:empty{display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty){display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{align-items:center;display:flex;line-height:20px;min-height:24px}.dataviews-view-list+.dataviews-pagination{justify-content:space-between}.dataviews-view-table{border-collapse:collapse;border-color:inherit;color:#757575;margin-bottom:auto;position:relative;text-indent:0;width:100%}.dataviews-view-table th{color:#1e1e1e;font-size:13px;font-weight:400;text-align:left}.dataviews-view-table td,.dataviews-view-table th{padding:12px;white-space:nowrap}.dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{text-align:right}.dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{padding-right:0}.dataviews-view-table tr{border-top:1px solid #f0f0f0}.dataviews-view-table tr .dataviews-view-table-header-button{gap:4px}.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-left:48px}.dataviews-view-table tr td:first-child .dataviews-view-table-header,.dataviews-view-table tr td:first-child .dataviews-view-table-header-button,.dataviews-view-table tr th:first-child .dataviews-view-table-header,.dataviews-view-table tr th:first-child .dataviews-view-table-header-button{margin-left:-8px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-right:48px}.dataviews-view-table tr:last-child{border-bottom:0}.dataviews-view-table tr.is-hovered{background-color:#f8f8f8}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input{opacity:0}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate{opacity:1}.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:0}.dataviews-view-table tr.is-hovered .components-checkbox-control__input,.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .components-checkbox-control__input,.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .components-checkbox-control__input,.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}@media(hover:none){.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}}.dataviews-view-table tr.is-selected{background-color:#007cba0a;color:#757575}.dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{border-top:1px solid #007cba1f}.dataviews-view-table tr.is-selected:hover{background-color:#007cba14}.dataviews-view-table thead{inset-block-start:0;position:sticky;z-index:1}.dataviews-view-table thead tr{border:0}.dataviews-view-table thead th{background-color:#fff;font-size:11px;font-weight:500;padding-bottom:8px;padding-left:12px;padding-top:8px;text-transform:uppercase}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-left:4px}.dataviews-view-table tbody td{vertical-align:top}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{align-items:center;display:flex;min-height:32px}.dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){min-height:0}.dataviews-view-table .dataviews-view-table-header-button{font-size:11px;font-weight:500;padding:4px 8px;text-transform:uppercase}.dataviews-view-table .dataviews-view-table-header-button:not(:hover){color:#1e1e1e}.dataviews-view-table .dataviews-view-table-header-button span{speak:none}.dataviews-view-table .dataviews-view-table-header-button span:empty{display:none}.dataviews-view-table .dataviews-view-table-header{padding-left:4px}.dataviews-view-table .dataviews-view-table__actions-column{width:1%}.dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input{opacity:1}.dataviews-view-table__cell-content-wrapper:empty{display:none}@container (max-width: 430px){.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-left:24px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-right:24px}}.dataviews-view-table-selection-checkbox{--checkbox-input-size:24px}@media(min-width:600px){.dataviews-view-table-selection-checkbox{--checkbox-input-size:16px}}.dataviews-controls__datetime{border:none;padding:0}.dataforms-layouts-panel__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.dataforms-layouts-panel__field-label{align-items:center;display:flex;flex-shrink:0;-webkit-hyphens:auto;hyphens:auto;line-height:20px;min-height:32px;padding:6px 0;width:38%}.dataforms-layouts-panel__field-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.dataforms-layouts-panel__field-control .components-button{max-width:100%;min-height:32px;text-align:left;text-wrap:balance;text-wrap:pretty;white-space:normal}.dataforms-layouts-panel__field-control .components-dropdown{max-width:100%}.dataforms-layouts-panel__field-dropdown .components-popover__content{min-width:320px;padding:16px}.dataforms-layouts-panel__dropdown-header{margin-bottom:16px}[class].dataforms-layouts-panel__dropdown-header-action{height:24px}[class].dataforms-layouts-panel__dropdown-header-action.has-icon{min-width:24px;padding:0}[class].dataforms-layouts-panel__dropdown-header-action:not(.has-icon){text-decoration:underline}.Syp1HH254tFVzcFG2Zh2,.kyLdsnatoC0HbIDJQm9S{margin-top:1rem;padding-block:1rem}.TqhtumZm_qrPdnAiAWk1{margin:0 1rem 1rem}.YABlqQXOGnawHFcJa7zT{min-height:20rem;width:60rem}.vEA7jwVDDYmYUaVhX9QR{display:flex;flex:1;flex-direction:column;gap:.5rem;overflow:auto}.AsH9JOuWehE027IlR7Y2,.hvN5L4O60W8ftCvW1gRX{align-items:center;display:flex}.hvN5L4O60W8ftCvW1gRX.aF8rESnbAc_uQUN0H3py{color:var(--jp-green-50)}.hvN5L4O60W8ftCvW1gRX.mfUKWd8ZvydeEyWeKhJ2{color:var(--jp-red-50);height:29px}.pvVeQhJ9oNx0CFoHYEit{flex:1}.fXQtkkrybB5DooWXxt67{margin-inline-start:2px;top:2px;width:24px}.fXQtkkrybB5DooWXxt67>button{color:var(--jp-red-50)!important}.bJAz31xuwL_vO4V97YfM{fill:var(--jp-green-50)}.eYjvcy4kG7GH44dIVLYO .dataviews__view-actions{display:none}.eYjvcy4kG7GH44dIVLYO table{overflow:hidden}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table-header-button{pointer-events:none}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table__row td:last-child{width:1%}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table__row td:last-child .dataviews-view-table__cell-content-wrapper{justify-content:center}.eYjvcy4kG7GH44dIVLYO .Zr_Eo4TmHx_X7UFoJcuM{align-items:center;display:flex}.eYjvcy4kG7GH44dIVLYO .components-external-link{color:#2271b1;font-weight:400}.csen0rABejxv4X3l1cx5{align-items:center;display:flex;gap:.5rem}.csen0rABejxv4X3l1cx5 button{padding:0}.csen0rABejxv4X3l1cx5 .icon-tooltip-wrapper,.csen0rABejxv4X3l1cx5 .icon-tooltip-wrapper button span{display:flex}.dCsa7WNQhT_7RhRkZih1{align-items:center;display:flex}.dCsa7WNQhT_7RhRkZih1 .components-spinner{margin-top:0}.VotVfPmHNdU_xItAWEKQ{color:var(--jp-gray-40)}.dhja1sVSpDACLZ6k4sBy{margin-top:1rem;padding-block:1rem}.U_WW2qLSQA71SJYyITOq{position:relative}.wp-admin.post-type-jetpack-social-note .post-publish-panel__postpublish-header{display:none}.CW7R8fRQqVKfyXFYiNWR{align-items:center;background:none;border:2px solid var(--jp-green-40);border-radius:4px;color:var(--jp-gray-90);display:block;gap:calc(var(--spacing-base)*3);justify-content:space-between;margin:0;padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3);text-align:left;text-decoration:none;width:100%}.CW7R8fRQqVKfyXFYiNWR:active,.CW7R8fRQqVKfyXFYiNWR:focus{outline-color:var(--jp-black)}.CW7R8fRQqVKfyXFYiNWR .n34j0qWq2EZzYl1jAiej button.aIuCL8MdydCJGcrOqp4x{font-size:var(--font-body-small)}.qegtnlYWDc3UnIGPRlQb{font-size:var(--font-body)}.n34j0qWq2EZzYl1jAiej{align-content:space-between;display:flex;flex-direction:column;gap:var(--spacing-base)}.aIuCL8MdydCJGcrOqp4x{align-items:center;justify-content:space-between;width:100%}.D8uyjb_rjCf4HTMT0mj0.D8uyjb_rjCf4HTMT0mj0{font-size:13px;line-height:1.5;margin-bottom:16px}.jetpack-publicize__upsell{margin-bottom:13px}.jetpack-publicize__upsell-description{font-weight:600;margin-bottom:10px}.jetpack-publicize__upsell-button.is-primary{background:#e34c84;color:#fff;padding-right:10px}.jetpack-publicize__upsell-button.is-primary:hover{background:#eb6594}.jetpack-publicize__upsell-button.is-primary.is-busy{background-image:linear-gradient(-45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-publicize__placeholder .components-placeholder__learn-more{margin-top:1em}.wp-block-jetpack-rating-star{line-height:0;margin-bottom:1.5em;stroke-width:0}.wp-block-jetpack-rating-star .is-rating-unfilled{fill-opacity:.33}.wp-block-jetpack-rating-star .jetpack-ratings-button{border-radius:2px;display:inline-flex}.wp-block-jetpack-rating-star .jetpack-ratings-button:focus{box-shadow:0 0 0 1px currentColor;outline:2px solid #0000}.wp-block-jetpack-rating-star>p{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.wp-block-jetpack-rating-star>span{display:inline-flex!important;margin-inline-end:.3em}.wp-block-jetpack-rating-star .jetpack-ratings-button span,.wp-block-jetpack-rating-star>span span{display:inline-flex;flex-shrink:0;overflow:hidden;width:12px}.wp-block-jetpack-rating-star .jetpack-ratings-button span svg,.wp-block-jetpack-rating-star>span span svg{flex-shrink:0}.wp-block-jetpack-rating-star .jetpack-ratings-button span:nth-child(2n),.wp-block-jetpack-rating-star>span span:nth-child(2n){justify-content:flex-end}.wp-block-jetpack-rating-star svg{display:inline-block!important;max-width:none!important}.wp-block-jetpack-rating-star.is-style-outlined{stroke-width:2px}.wp-block-jetpack-rating-star.is-style-outlined .is-rating-unfilled{fill:#0000}.wp-block-jetpack-rating-star .jetpack-ratings-button{margin-inline-end:.3em}.jetpack-ratings-button{cursor:pointer}.jetpack-ratings-button:focus{border:none;outline:none}@keyframes jetpack-memberships_button__spinner-animation{to{transform:rotate(1turn)}}.jetpack-memberships-spinner{display:none;height:1em;margin:0 0 0 5px;width:1em}.jetpack-memberships-spinner svg{height:100%;margin-bottom:-2px;width:100%}.jetpack-memberships-spinner-rotating{animation:jetpack-memberships_button__spinner-animation .75s linear infinite;transform-origin:center}.is-loading .jetpack-memberships-spinner{display:inline-block}body.jetpack-memberships-modal-open{overflow:hidden}dialog.jetpack-memberships-modal{opacity:1}dialog.jetpack-memberships-modal,dialog.jetpack-memberships-modal iframe{background:#0000;border:0;bottom:0;box-shadow:none;height:100%;left:0;margin:0;padding:0;position:fixed;right:0;top:0;width:100%}dialog.jetpack-memberships-modal::backdrop{background-color:#000;opacity:.7;transition:opacity .2s ease-out}dialog.jetpack-memberships-modal.is-loading,dialog.jetpack-memberships-modal.is-loading::backdrop{opacity:0}.wp-block-jetpack-recurring-payments.aligncenter .wp-block-jetpack-button{text-align:center}.wp-block-jetpack-recurring-payments{width:100%}.wp-block-jetpack-recurring-payments .components-base-control__label{text-align:left}.wp-block-jetpack-recurring-payments .components-placeholder{min-height:150px;padding:24px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset{max-width:500px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset p{font-size:13px;margin:20px 0 10px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset p:first-child{margin-top:0}.wp-block-jetpack-recurring-payments .components-placeholder__instructions .components-select-control__input{padding:0 24px 0 8px}.wp-block-jetpack-recurring-payments .components-placeholder .components-placeholder__instructions{display:block}.wp-block-jetpack-recurring-payments .components-placeholder label{font-size:13px}.wp-block-jetpack-recurring-payments .editor-rich-text__inline-toolbar{pointer-events:none}.wp-block-jetpack-recurring-payments .editor-rich-text__inline-toolbar .components-toolbar{pointer-events:all}.wp-block-jetpack-recurring-payments .membership-button__add-amount{margin-right:4px}.wp-block-jetpack-recurring-payments .membership-button__disclaimer{color:var(--color-gray-200);flex-basis:100%;font-style:italic;margin:0}.wp-block-jetpack-recurring-payments .membership-button__disclaimer a{color:var(--color-gray-400);line-height:36px}.wp-block-jetpack-recurring-payments .membership-button__field-button{margin-right:4px}.wp-block-jetpack-recurring-payments .membership-button__field-error .components-text-control__input{border:1px solid #d63638}.wp-block-jetpack-recurring-payments .membership-button__field-price{width:65%}.wp-block-jetpack-recurring-payments .membership-button__price-container{display:flex;flex-wrap:wrap}.wp-block-jetpack-recurring-payments .membership-button__price-container .components-input-control__container{top:4px}.wp-block-jetpack-recurring-payments .membership-button__price-container div.membership-button__field-currency{border-right:10px solid #0000}.wp-block-jetpack-recurring-payments .membership-button__price-container p{margin-top:0}.wp-block-jetpack-recurring-payments.disclaimer-only{background:#1e1e1e9e;box-sizing:initial;font-size:13px;margin:0 -14px;padding:14px;text-align:center;transform:translateY(14px)}.is-dark-theme .wp-block-jetpack-recurring-payments.disclaimer-only{background:#ffffffa6}.wp-block-jetpack-recurring-payments .wp-block-jetpack-membership-button_notification{display:block}.wp-block-jetpack-recurring-payments .wp-block[data-type="jetpack/button"]{margin-bottom:0;margin-top:0}.wp-block-jetpack-related-posts .components-placeholder__learn-more{flex-basis:100%;margin-top:1em}.jp-related-posts-i2__row{display:flex;margin-left:-10px;margin-right:-10px;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33.33333% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post{display:flex;flex-basis:0;flex-direction:column;flex-grow:1;margin:0 10px}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row}.jp-related-posts-i2__post-image-placeholder,.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-heading{font-size:1rem;line-height:1.2em;margin:.5rem 0}.jp-related-posts-i2__post-link{display:block;line-height:1.2em;margin:.2em 0;width:100%}.jp-related-posts-i2__post-img{width:100%}.jp-related-posts-i2__post-image-placeholder{display:block;margin:0 auto;max-width:350px;position:relative}.jp-related-posts-i2__post-image-placeholder-icon{left:calc(50% - 12px);position:absolute;top:calc(50% - 12px)}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{display:block;margin:0}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{margin:1rem 0 0;max-width:none}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post-image-placeholder{margin:0;max-width:350px}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post-img-link{margin-top:1rem}.wp-block-jetpack-repeat-visitor .components-notice{color:#1e1e1e;margin:1em 0 0}.wp-block-jetpack-repeat-visitor .components-radio-control__option{text-align:left}.wp-block-jetpack-repeat-visitor .components-notice__content{font-size:1em;margin:.5em 0}.wp-block-jetpack-repeat-visitor .components-notice__content .components-base-control{display:inline-block;max-width:8em;vertical-align:middle}.wp-block-jetpack-repeat-visitor .components-notice__content .components-base-control .components-base-control__field{margin-bottom:0}.wp-block-jetpack-repeat-visitor-placeholder{min-height:inherit}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__label svg{margin-right:.5ch}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__fieldset{flex-wrap:nowrap}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__fieldset .components-base-control{flex-basis:100%;margin-bottom:0}.wp-block-jetpack-repeat-visitor-placeholder .components-base-control__help{color:#cc1818;font-size:13px}.wp-block-jetpack-repeat-visitor--is-unselected .wp-block-jetpack-repeat-visitor-placeholder{display:none}.wp-block-jetpack-repeat-visitor-threshold{margin-right:20px}.wp-block-jetpack-repeat-visitor-threshold .components-text-control__input{margin-left:12px;text-align:center;width:5em}.block-editor-inserter__preview .wp-block-jetpack-repeat-visitor{padding:16px}.block-editor-inserter__preview .wp-block-jetpack-repeat-visitor>.block-editor-inner-blocks>.block-editor-block-list__layout{margin:0}.help-message{display:flex;font-size:13px;line-height:1.4em;margin-bottom:1em;margin-top:-.5em}.help-message svg{margin-right:5px;min-width:24px}.help-message>span{margin-top:2px}.help-message.help-message-is-error{color:#d63638}.help-message.help-message-is-error svg{fill:#d63638}div.wp-block-jetpack-whatsapp-button{display:flex;margin-inline-end:5px}div.wp-block-jetpack-whatsapp-button a.whatsapp-block__button{background:#25d366;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");background-position:16px;background-repeat:no-repeat;background-size:32px 32px;border:none;border-radius:8px;box-sizing:border-box;color:#fff;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:20px;font-weight:500;line-height:36px;min-height:50px;padding:8px 16px 8px 56px;text-decoration:none;white-space:nowrap}div.wp-block-jetpack-whatsapp-button.is-color-light a.whatsapp-block__button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%2523465B64' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");color:#465b64}div.wp-block-jetpack-whatsapp-button.alignleft{float:none;justify-content:flex-start}div.wp-block-jetpack-whatsapp-button.aligncenter{justify-content:center}div.wp-block-jetpack-whatsapp-button.alignright{float:none;justify-content:flex-end}div.wp-block-jetpack-whatsapp-button.has-no-text a.whatsapp-block__button{padding-inline-start:48px}div.wp-block-jetpack-whatsapp-button:hover{opacity:.9}div.wp-block-jetpack-send-a-message>div.wp-block-jetpack-whatsapp-button>a.whatsapp-block__button:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");background-position:16px;background-repeat:no-repeat;background-size:32px 32px}.jetpack-whatsapp-button__phonenumber .components-base-control{margin-bottom:0}.jetpack-whatsapp-button__phonenumber input.components-text-control__input{margin-bottom:5px}.jetpack-whatsapp-button__phonenumber select.components-select-control__input{min-height:30px;padding-left:10px;width:105px}.jetpack-whatsapp-button__phonenumber .components-placeholder__label svg{margin-right:6px}.jetpack-whatsapp-error{display:inline-flex;margin-bottom:10px}.jetpack-whatsapp-error span,.jetpack-whatsapp-error svg{color:red;fill:red;vertical-align:middle}.jetpack-whatsapp-error svg{margin:-3px 5px 0 0}.jetpack-whatsapp-button__popover .components-popover__content{min-width:260px;padding:12px}.wp-block[data-align=center] .wp-block-jetpack-whatsapp-button{justify-content:center}.components-seo-placeholder__learn-more{margin-top:1em}.components-seo-upsell__learn-more{margin:1em 0}.components-seo-upsell__button.is-primary{background:#e34c84;color:#fff;padding-right:10px}.components-seo-upsell__button.is-primary:hover{background:#eb6594}.components-seo-upsell__button.is-primary.is-busy{background-image:linear-gradient(-45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-seo-message-box{width:100%}.components-sharing-placeholder__learn-more{margin-top:1em}.jetpack-clipboard-input{display:flex}.jetpack-clipboard-input .components-clipboard-button,.jetpack-clipboard-input .components-text-control__input{min-height:36px}.jetpack-clipboard-input .components-clipboard-button{margin-left:6px}.simple-payments__loading{animation:simple-payments-loading 1.6s ease-in-out infinite}@keyframes simple-payments-loading{0%{opacity:.5}50%{opacity:.7}to{opacity:.5}}.jetpack-simple-payments-wrapper{margin-bottom:1.5em}body .jetpack-simple-payments-wrapper .jetpack-simple-payments-details p{margin:0 0 1.5em;padding:0}.jetpack-simple-payments-description{white-space:pre-wrap}.jetpack-simple-payments-product{display:flex;flex-direction:column}.jetpack-simple-payments-product-image{flex:0 0 30%;margin-bottom:1.5em}.jetpack-simple-payments-image{box-sizing:border-box;min-width:70px;padding-top:100%;position:relative}.jetpack-simple-payments-image img{border:0;border-radius:0;height:auto;left:50%;margin:0;max-height:100%;max-width:100%;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}.jetpack-simple-payments-price p,.jetpack-simple-payments-title p{font-weight:700}.jetpack-simple-payments-purchase-box{align-items:flex-start;display:flex}.jetpack-simple-payments-items{flex:0 0 auto;margin-right:10px}input[type=number].jetpack-simple-payments-items-number{background:#fff;font-size:16px;line-height:1;max-width:60px;padding:4px 8px!important}input[type=number].jetpack-simple-payments-items-number::-webkit-inner-spin-button,input[type=number].jetpack-simple-payments-items-number::-webkit-outer-spin-button{opacity:1}@media screen and (min-width:400px){.jetpack-simple-payments-product{flex-direction:row}.jetpack-simple-payments-product-image+.jetpack-simple-payments-details{flex-basis:70%;padding-left:1em}}.wp-block-jetpack-simple-payments .simple-payments__wrapper{display:grid;grid-template-columns:200px auto;grid-column-gap:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.wp-block-jetpack-simple-payments .simple-payments__field .components-base-control__field{margin-bottom:1em}.wp-block-jetpack-simple-payments .simple-payments__field textarea{display:block}.wp-block-jetpack-simple-payments .simple-payments__field input,.wp-block-jetpack-simple-payments .simple-payments__field textarea{font:inherit}.wp-block-jetpack-simple-payments img{max-width:100%}.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-content .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-email .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-title .components-base-control__label{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.wp-block-jetpack-simple-payments .simple-payments__field-has-error .components-text-control__input,.wp-block-jetpack-simple-payments .simple-payments__field-has-error .components-textarea-control__input{border-color:#d63638}.wp-block-jetpack-simple-payments .simple-payments__price-container{display:flex;flex-wrap:wrap}.wp-block-jetpack-simple-payments .simple-payments__price-container .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__price-container .components-input-control__label{display:block;font-weight:400;margin:0 0 4px}.wp-block-jetpack-simple-payments .simple-payments__price-container select.components-select-control__input{-webkit-appearance:none;-moz-appearance:none;height:auto;max-width:none;padding:3px 8px 1px}.wp-block-jetpack-simple-payments .simple-payments__price-container div.components-input-control__container{position:relative}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-currency{margin-right:5px}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-currency .components-input-control__container{width:calc(100% - 5px)}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-price .components-base-control__field{display:flex;flex-direction:column}.wp-block-jetpack-simple-payments .simple-payments__price-container .help-message{flex:1 1 100%;margin-top:0}.wp-block-jetpack-simple-payments .simple-payments__price-container .components-input-control__suffix>div{align-items:center;bottom:0;box-sizing:border-box;display:flex;padding:0 4px;pointer-events:none;position:absolute;right:0;top:0}.wp-block-jetpack-simple-payments .simple-payments__field-email .components-text-control__input{max-width:400px}.wp-block-jetpack-simple-payments .simple-payments__field-multiple{margin-bottom:5px}.wp-block-jetpack-simple-payments .simple-payments__field-multiple .components-toggle-control__label{line-height:1.4em}.wp-block-jetpack-simple-payments .simple-payments__field-content .components-textarea-control__input{min-height:32px;padding:8px;width:100%}.jetpack-simple-payments__purchase-link-text .components-base-control{margin-bottom:0}.jetpack-simple-payments__purchase-link-text input.components-text-control__input{margin-bottom:5px}.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow{margin-bottom:1.5em;position:relative}.wp-block-jetpack-slideshow [tabindex="-1"]:focus{outline:0}.wp-block-jetpack-slideshow.wp-amp-block>.wp-block-jetpack-slideshow_container{opacity:1}.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay .wp-block-jetpack-slideshow_button-play,.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay.wp-block-jetpack-slideshow__autoplay-playing .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay.wp-block-jetpack-slideshow__autoplay-playing .wp-block-jetpack-slideshow_button-play{display:none}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container{opacity:0;overflow:hidden;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.wp-swiper-initialized{opacity:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.swiper-container{display:block}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_slide,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_swiper-wrapper{line-height:normal;margin:0;padding:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper{display:flex}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{display:flex;height:100%;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure{align-items:center;display:flex;height:100%;justify-content:center;margin:0;position:relative;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure .wp-block-jetpack-slideshow_image{pointer-events:none;-webkit-user-select:none;user-select:none}.wp-block-jetpack-slideshow.alignfull .wp-block-jetpack-slideshow_image,.wp-block-jetpack-slideshow.alignwide .wp-block-jetpack-slideshow_image{max-width:unset;object-fit:cover;width:100vw}.wp-block-jetpack-slideshow .swiper-container-fade .wp-block-jetpack-slideshow_slide:not(.swiper-slide-active){opacity:0!important}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.wp-block-jetpack-slideshow .amp-carousel-button,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;border-radius:4px;box-shadow:none;height:30px;margin:-14px 0 0;opacity:.5;padding:0;transition:opacity .5s ease-out;width:28px}.wp-block-jetpack-slideshow .amp-carousel-button:focus,.wp-block-jetpack-slideshow .amp-carousel-button:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:hover{background-color:#fff;opacity:1}.wp-block-jetpack-slideshow .amp-carousel-button:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus{outline:thin dotted #fff;outline-offset:-4px}.wp-block-jetpack-slideshow .amp-carousel-button{margin:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{display:none}.wp-block-jetpack-slideshow .swiper-button-next:after,.wp-block-jetpack-slideshow .swiper-button-prev:after,.wp-block-jetpack-slideshow .swiper-container-rtl .swiper-button-next:after,.wp-block-jetpack-slideshow .swiper-container-rtl .swiper-button-prev:after{content:""}.wp-block-jetpack-slideshow .amp-carousel-button-next,.wp-block-jetpack-slideshow .swiper-button-next.swiper-button-white,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-prev.swiper-button-white,.wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB4PSI4IiB5PSI2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOC41OTggMTYuNTkgMTMuMTU2IDEyIDguNTk4IDcuNDEgMTAuMDAxIDZsNS45NyA2LTUuOTcgNnoiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTS4zNDQgMGgyMy44ODJ2MjRILjM0NHoiLz48L2c+PC9zdmc+)}.wp-block-jetpack-slideshow .amp-carousel-button-prev,.wp-block-jetpack-slideshow .swiper-button-prev.swiper-button-white,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev,.wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-next.swiper-button-white,.wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI5IiBoZWlnaHQ9IjEyIiB4PSI4IiB5PSI2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTYuMjA3IDE2LjU5IDExLjY1IDEybDQuNTU3LTQuNTlMMTQuODA0IDZsLTUuOTcgNiA1Ljk3IDZ6Ii8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0uNTc5IDBoMjMuODgydjI0SC41Nzl6Ii8+PC9nPjwvc3ZnPg==)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M6 19h4V5H6zm8-14v14h4V5z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");display:none;inset-inline-end:10px;margin-top:0;position:absolute;top:10px;z-index:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_autoplay-paused .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E")}.wp-block-jetpack-slideshow:has(>div[data-autoplay=true]) .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{background-color:#00000080;bottom:0;box-sizing:border-box;color:#fff;cursor:text;left:0;margin:0!important;max-height:100%;opacity:1;padding:.75em;position:absolute;right:0;text-align:initial;z-index:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption a{color:inherit}.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_caption.gallery-caption{max-height:calc(100% - 68px)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom{bottom:0;display:flex;gap:8px;justify-content:flex-start;line-height:24px;padding:10px 0 2px;position:relative}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet{background:currentColor;color:currentColor;height:8px;opacity:.5;transform:scale(.75);transition:opacity .25s,transform .25s;vertical-align:top;width:8px}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:hover{opacity:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:focus{outline:thin dotted;outline-offset:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet[selected],.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet-active,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet[selected]{background-color:currentColor;opacity:1;transform:scale(1)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-simple,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-simple{font-size:14px;line-height:16px;text-align:start;width:100%}.wp-block-jetpack-slideshow_pagination.amp-pagination{text-align:center}.wp-block-jetpack-slideshow_pagination.amp-pagination .swiper-pagination-bullet{border:0;border-radius:100%;display:inline-block;margin:0 4px;padding:0}@media(min-width:600px){.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{display:block}}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container{height:auto;opacity:1;overflow:visible;width:auto}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper,.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure{display:block;margin-bottom:12px}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper,.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{list-style:none;margin-left:auto;margin-right:auto}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{display:inline-block;height:auto;margin-left:2%!important;margin-right:2%!important;vertical-align:top;width:42%}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{background-color:#0000;bottom:auto;color:inherit;inset-inline-end:auto;padding-top:0;position:relative}.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block-jetpack-slideshow,.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block>.wp-block-jetpack-slideshow{display:grid}.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block-jetpack-slideshow>.swiper-container,.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block>.wp-block-jetpack-slideshow>.swiper-container{width:100%}.wp-block-jetpack-slideshow__add-item{margin-top:4px;width:100%}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button,.wp-block-jetpack-slideshow__add-item .components-form-file-upload{width:100%}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button:focus,.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button:hover{border:1px solid #949494}.wp-block[data-align=full] .wp-block-jetpack-slideshow_image,.wp-block[data-align=wide] .wp-block-jetpack-slideshow_image{max-width:unset;object-fit:cover;width:100vw}.wp-block-jetpack-slideshow_slide .components-spinner{left:50%;margin-left:-9px;margin-top:-9px;position:absolute;top:50%}.wp-block-jetpack-slideshow_slide.is-transient img{opacity:.3}.jetpack-mdc-icon-button{align-items:center;border:0;box-sizing:border-box;display:inline-flex;justify-content:center;padding:0;position:relative;fill:currentColor;appearance:none;background-color:#0000;color:#fff;cursor:pointer;overflow:hidden;text-decoration:none!important;-webkit-user-select:none;user-select:none}.jetpack-mdc-icon-button.outlined{background-color:#00000080}.jetpack-mdc-icon-button.outlined:hover{background-color:#0000004d}.jetpack-mdc-icon-button.outlined-w{background-color:#fff3}.jetpack-mdc-icon-button.outlined-w:hover{background-color:#ffffff4d}.jetpack-mdc-icon-button.bordered{border:2px solid #fff}.jetpack-mdc-icon-button.circle-icon{border-radius:50%}.wp-story-display-contents{display:contents}.wp-story-app{padding:10px}.wp-story-container{border-radius:15px;display:block;height:320px;list-style:none;margin-bottom:24px;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;width:180px;z-index:1;-webkit-tap-highlight-color:rgba(0,0,0,0);box-shadow:0 2px 12px #00000040;break-inside:avoid;page-break-inside:avoid;transition:box-shadow .3s ease-in-out,transform .3s cubic-bezier(.18,.14,.25,1)}.wp-story-container figure{transition:transform .3s cubic-bezier(.18,.14,.25,1)}.wp-story-container:hover{box-shadow:0 4px 12px #0000004d;transform:scale3d(1.03,1.03,1)}.wp-story-container:hover figure{transform:scale3d(1.07,1.07,1)}.wp-story-container button{background-color:#0000;border:0;box-shadow:none;cursor:pointer;outline-width:0;text-shadow:none}.wp-story-container.wp-story-initialized{opacity:1}.wp-story-container.wp-story-clickable{cursor:pointer}.wp-story-container .wp-story-slide,.wp-story-container .wp-story-wrapper{line-height:normal;list-style-type:none;margin:0;padding:0}.wp-story-container .wp-story-wrapper{background-color:#0e1112;border-radius:15px;bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;z-index:-1}.wp-story-container .wp-story-slide{display:flex;height:100%;width:100%}.wp-story-container .wp-story-slide figure{align-items:center;display:flex;height:100%;justify-content:center;margin:0;object-fit:contain;overflow:hidden;position:relative;width:100%}.wp-story-container .wp-story-slide.is-loading{align-items:center;background-color:#484542;justify-content:center;position:absolute;z-index:1}.wp-story-container .wp-story-slide.is-loading.semi-transparent{background-color:rgba(72,69,66,.498)}.wp-story-container .wp-story-slide.is-loading.transparent{background-color:#0000}@keyframes rotate-spinner{to{transform:rotate(1turn)}}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner{align-items:center;display:flex}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__inner,.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid #0000;border-radius:50%;box-sizing:border-box;margin:auto}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__outer{border-top-color:#fff;font-size:40px;height:40px;width:40px}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__inner{border-right-color:#c4c4c4;border-top-color:#c4c4c4;height:100%;opacity:.4;width:100%}.wp-story-container .wp-story-image,.wp-story-container .wp-story-video{border:0;display:block;height:auto;margin:0;max-height:100%;max-width:100%;width:auto}.wp-story-container .wp-story-image.wp-story-crop-wide,.wp-story-container .wp-story-video.wp-story-crop-wide{max-width:revert}.wp-story-container .wp-story-image.wp-story-crop-narrow,.wp-story-container .wp-story-video.wp-story-crop-narrow{max-height:revert}.wp-story-container .wp-story-controls,.wp-story-container .wp-story-meta{display:none}.wp-story-container .wp-story-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-story-container .wp-story-overlay .wp-story-button-play,.wp-story-container .wp-story-overlay .wp-story-button-replay{cursor:pointer}.wp-story-container .wp-story-overlay .wp-story-embed-icon,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{align-items:center;background-color:#00000080;border-radius:5px;color:#fff;display:flex;margin:15px;padding:5px 3px;position:absolute;right:0;top:0}.wp-story-container .wp-story-overlay .wp-story-embed-icon *,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand *{margin:0 2px}.wp-story-container .wp-story-overlay .wp-story-embed-icon svg,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand svg{fill:#fff;height:20px;width:20px}.wp-story-container .wp-story-overlay .wp-story-embed-icon span,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand span{color:#fff;font-family:sans-serif;font-size:16px;font-weight:600;line-height:20px}.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{background-color:#0000}.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand svg{filter:drop-shadow(0 0 2px rgba(0,0,0,.6))}.wp-story-container.wp-story-disabled .wp-story-overlay,.wp-story-container.wp-story-ended .wp-story-overlay{background-color:#fff6}.wp-story-container .wp-story-next-slide,.wp-story-container .wp-story-prev-slide{display:none;position:absolute}.wp-story-container .wp-story-next-slide button,.wp-story-container .wp-story-prev-slide button{border-width:0}.wp-story-container .wp-story-next-slide button:hover,.wp-story-container .wp-story-prev-slide button:hover{border-width:2px}.wp-story-container .wp-story-prev-slide{left:-84px;margin:auto}.wp-story-container .wp-story-next-slide{margin:auto;right:-84px}.wp-story-container .wp-story-pagination{position:absolute;text-align:center;z-index:2}.wp-story-container .wp-story-pagination-bullets{bottom:0;display:flex;left:0;margin:7px 10px;overflow:hidden;position:absolute;right:0;top:auto;transition:flex-basis 1s ease-in-out}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet{flex:1;justify-content:space-between;margin:0 2px;opacity:1;padding:6px 0;vertical-align:top}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet .wp-story-pagination-bullet-bar{background:#fff9;height:4px;min-width:12px;width:100%}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet .wp-story-pagination-bullet-bar-progress{background-color:#fff;height:4px;opacity:1;transition:width .1s ease;width:0}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-ellipsis{flex:0 0 4px}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-ellipsis .wp-story-pagination-bullet-bar{min-width:6px}.wp-story-container .wp-story-controls{bottom:30px;display:none;flex-direction:row;justify-content:space-between;margin:0 10px;position:absolute;width:64px;z-index:3}@media(max-width:782px){.wp-story-container .wp-story-controls{bottom:50px;margin:0 16px}}.wp-story-container.wp-story-with-controls{border-radius:0;box-shadow:none!important;overflow:visible;transition:none!important}.wp-story-container.wp-story-with-controls .wp-story-wrapper{border-radius:15px;box-shadow:0 2px 12px #00000040;overflow:hidden}.wp-story-container.wp-story-with-controls figure{transform:none!important;transition:none!important}.wp-story-container.wp-story-with-controls:hover{box-shadow:none!important;transform:none!important}.wp-story-container.wp-story-with-controls:hover figure{transform:none}.wp-story-container.wp-story-with-controls .wp-story-next-slide,.wp-story-container.wp-story-with-controls .wp-story-prev-slide{display:block}.wp-story-container.wp-story-with-controls .wp-story-prev-slide{left:-48px;margin:auto}.wp-story-container.wp-story-with-controls .wp-story-next-slide{margin:auto;right:-48px}.wp-story-container.wp-story-with-controls .wp-story-controls{display:flex}@media(max-width:782px){.wp-story-container.wp-story-with-controls .wp-story-controls{bottom:30px;margin:0 10px}}.wp-story-fullscreen.wp-story-app{bottom:0;height:100%;left:0;margin:0;max-width:100%!important;padding:0;position:fixed;right:0;top:0;transform:translateZ(0);-webkit-user-select:none;user-select:none;width:100%!important;z-index:9999999999;-webkit-touch-callout:none}.wp-story-fullscreen.wp-story-container{border-radius:0;box-shadow:none;height:100%;margin:auto;max-height:100%;max-width:100%;overflow:initial;width:100%}.wp-story-fullscreen.wp-story-container,.wp-story-fullscreen.wp-story-container figure{transform:none;transition:none!important}.wp-story-fullscreen.wp-story-container:focus{outline:none}.wp-story-fullscreen.wp-story-container:before{box-shadow:none}.wp-story-fullscreen.wp-story-container:before:hover{opacity:0;transition:none!important}.wp-story-fullscreen.wp-story-container .wp-story-wrapper{border-radius:0;height:auto;margin-bottom:84px;margin-top:84px;overflow:initial}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-wrapper{margin-bottom:0;margin-top:0}}.wp-story-fullscreen.wp-story-container .wp-story-slide{height:100%;width:auto}.wp-story-fullscreen.wp-story-container .wp-story-slide.is-loading{width:100%}.wp-story-fullscreen.wp-story-container .wp-story-meta{align-items:center;color:#fff;display:flex;flex-direction:row;font-family:sans-serif;line-height:20px;padding:20px 0}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta{background:#000;background:linear-gradient(180deg,#000000a1,#0000);padding:16px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon{background-color:#fff;border:2px solid #fff;border-radius:4px;flex-shrink:0;height:40px;margin:0 16px 0 0;width:40px}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon img{height:100%;text-align:center;width:100%}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon{height:24px;margin:0 12px 0 0;width:24px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-title{display:-webkit-box;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-title{font-size:12px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-exit-fullscreen{margin-left:auto;min-height:24px;min-width:24px;order:3}.wp-story-fullscreen.wp-story-container .wp-story-overlay{margin-bottom:84px;margin-top:84px}.wp-story-fullscreen.wp-story-container .wp-story-overlay .wp-story-embed-icon,.wp-story-fullscreen.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{display:none}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-overlay{bottom:76px;margin-bottom:0;margin-top:0;top:76px}.wp-story-fullscreen.wp-story-container.wp-story-disabled .wp-story-overlay,.wp-story-fullscreen.wp-story-container.wp-story-ended .wp-story-overlay{bottom:0;top:0}}.wp-story-fullscreen.wp-story-container .wp-story-next-slide,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{display:block}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-next-slide,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{bottom:0;display:block;height:100%;position:absolute;top:0}.wp-story-fullscreen.wp-story-container .wp-story-next-slide button,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide button{display:none}.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{left:0;width:33.33%}.wp-story-fullscreen.wp-story-container .wp-story-next-slide{right:0;width:66.66%}}.wp-story-fullscreen.wp-story-container .wp-story-controls{bottom:20px;display:flex;flex-direction:row;justify-content:space-between;margin:0;position:absolute;width:88px}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-controls{bottom:36px;margin:0 16px}}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets{bottom:42px;display:flex;margin:0;padding:14px 0;position:absolute;top:auto}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet{justify-content:space-between}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet:first-child{margin-left:0}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet:last-child{margin-right:0}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets{bottom:0;padding:10px 16px}}.wp-story-background{background-color:#0e1112;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:-2}.wp-story-background svg{height:0;width:0}.wp-story-background img{height:100%;width:100%}.wp-story-background .wp-story-background-dark{bottom:0;left:0;opacity:.12;position:absolute;right:0;top:0}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-dark{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}}.wp-story-background .wp-story-background-image{background-position:0;background-repeat:no-repeat;background-size:100% auto;display:none;height:100%;width:100%}@supports not ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-image{filter:blur(18px);filter:url(#gaussian-blur-18);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius="18")}}.wp-story-background .wp-story-background-blur{background-color:rgba(14,17,18,.878);bottom:0;left:0;position:absolute;right:0;top:0}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-blur{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}}html.wp-story-in-fullscreen{overflow:hidden;scroll-behavior:auto}body.wp-story-in-fullscreen{height:100%;overflow:hidden;padding-right:15px;position:fixed;width:100%}.wp-block-jetpack-story__add-item{margin-top:4px;width:100%}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button,.wp-block-jetpack-story__add-item .components-form-file-upload{height:100%;width:100%}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button:focus,.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button:hover{border:1px solid #949494}.wp-story-container .wp-story-next-slide button,.wp-story-container .wp-story-prev-slide button{background-color:#0000;border:1px solid #50575e;color:#50575e;height:36px!important;outline:0;width:36px!important}.wp-story-container .wp-story-next-slide button:hover,.wp-story-container .wp-story-prev-slide button:hover{background-color:#0000;border:1px solid #50575e}.wp-story-container .wp-story-next-slide button:hover i,.wp-story-container .wp-story-prev-slide button:hover i{color:#3381b8}.jetpack-inspector-notice span.jetpack-subscribe-notice-visibility{margin:0;padding:0;width:100%}.jetpack-newsletter-link{text-decoration:none}.jetpack-newsletter-access-radio-buttons input[type=radio]{flex-shrink:0}.jetpack-newsletter-access-radio-buttons label{text-wrap:balance}.jetpack-subscribe-newsletters-panel .edit-post-post-misconfiguration__warning{font-size:12px;margin:0}.jetpack-subscribe-newsletters-panel .edit-post-post-misconfiguration__warning .components-notice__content{margin-right:0}.jetpack-editor-post-tiers{padding-left:35px;padding-top:5px}.jetpack-subscribe-affirmation-loading{background:#ccc;color:#ccc}.is-style-compact .is-not-subscriber .wp-block-button__link,.is-style-compact .is-not-subscriber .wp-block-jetpack-subscriptions__button{border-end-start-radius:0!important;border-start-start-radius:0!important;margin-inline-start:0!important}.is-style-compact .is-not-subscriber .components-text-control__input,.is-style-compact .is-not-subscriber p#subscribe-email input[type=email]{border-end-end-radius:0!important;border-start-end-radius:0!important}.is-style-compact:not(.wp-block-jetpack-subscriptions__use-newline) .components-text-control__input{border-inline-end-width:0!important}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form-container{display:flex;flex-direction:column}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) .is-not-subscriber .wp-block-jetpack-subscriptions__form-elements{align-items:flex-start;display:flex}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) p#subscribe-submit{display:flex;justify-content:center}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]{box-sizing:border-box;cursor:pointer;line-height:1.3;min-width:auto!important;white-space:nowrap!important}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]::placeholder,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]:disabled,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]::placeholder,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]:disabled{color:currentColor;opacity:.5}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button{border-color:#0000;border-style:solid}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email{background:#0000;flex-grow:1}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email input[type=email]{height:auto;margin:0;width:100%}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-submit,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-submit{line-height:0;margin:0;padding:0}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__show-subs .wp-block-jetpack-subscriptions__subscount{font-size:16px;margin:8px 0;text-align:end}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__form-elements{display:block}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline button{display:inline-block;max-width:100%}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__subscount{text-align:start}#subscribe-submit.is-link{text-align:center;width:auto!important}#subscribe-submit.is-link a{margin-left:0!important;margin-top:0!important;width:auto!important}.jetpack-inspector-notice{align-items:center;background:#f0f0f0;border-radius:4px;display:flex;justify-content:space-between;margin:0 16px 24px;padding:24px}.jetpack-inspector-notice>.jetpack-logo{margin-left:12px}.components-tab-panel__tab-content div:first-child .jetpack-inspector-notice{margin-top:24px}.jetpack-newsletter-test-email-modal__email-sent{color:#2fb41f}.jetpack-newsletter-test-email-modal__email-sent svg{fill:#2fb41f}.jetpack-newsletter-preview-modal h1{flex-shrink:0}.jetpack-subscribe-post-publish-panel .jetpack-inspector-notice,.jetpack-subscribe-pre-publish-panel .jetpack-inspector-notice{margin:0}.jetpack-subscribe-post-publish-panel .jetpack-subscribe-reader-count,.jetpack-subscribe-pre-publish-panel .jetpack-subscribe-reader-count{font-weight:700;white-space:nowrap}.jetpack-subscribe-post-publish-panel__heading,.jetpack-subscribe-pre-publish-panel__heading{font-weight:400;margin-inline-start:3px}.jetpack-subscribe-post-publish-panel .components-notice__content,.jetpack-subscribe-pre-publish-panel .components-notice__content{margin-top:0}.jetpack-subscribe-post-publish-panel__notice.components-notice,.jetpack-subscribe-pre-publish-panel__notice.components-notice{margin:0;padding:0}.jetpack-subscribe-post-publish-panel__notice.components-notice.is-info,.jetpack-subscribe-pre-publish-panel__notice.components-notice.is-info{border-inline-start-color:#fff}.jetpack-subscribe-post-publish-panel__notice.components-notice.is-info a,.jetpack-subscribe-pre-publish-panel__notice.components-notice.is-info a{text-decoration:underline}.paid-newsletters-post-publish-panel__external_icon{height:1.55em;margin:-.2em .1em 0;vertical-align:middle;fill:currentColor}.paid-newsletters-post-publish-panel .post-publish-panel__postpublish-buttons .components-button{padding-bottom:.4em;padding-top:.5em}.paid-newsletters-post-publish-panel .components-panel__body-toggle svg{margin:0 0 0 .5em}.paid-newsletters-post-publish-panel p{margin-top:0}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img{border-radius:50%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row{flex-grow:1;width:100%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col{width:100%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col{width:calc(50% - 2px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col{width:calc(33.33333% - 2.66667px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col{width:calc(25% - 3px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col{width:calc(20% - 3.2px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col{width:calc(16.66667% - 3.33333px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col{width:calc(14.28571% - 3.42857px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col{width:calc(12.5% - 3.5px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col{width:calc(11.11111% - 3.55556px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col{width:calc(10% - 3.6px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col{width:calc(9.09091% - 3.63636px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col{width:calc(8.33333% - 3.66667px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col{width:calc(7.69231% - 3.69231px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col{width:calc(7.14286% - 3.71429px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col{width:calc(6.66667% - 3.73333px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col{width:calc(6.25% - 3.75px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col{width:calc(5.88235% - 3.76471px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col{width:calc(5.55556% - 3.77778px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col{width:calc(5.26316% - 3.78947px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col{width:calc(5% - 3.8px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__item img{aspect-ratio:1}.wp-block-jetpack-tiled-gallery .is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery .is-style-rectangular .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item{display:flex}.wp-block-jetpack-tiled-gallery .has-rounded-corners-1 .tiled-gallery__item img{border-radius:1px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-2 .tiled-gallery__item img{border-radius:2px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-3 .tiled-gallery__item img{border-radius:3px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-4 .tiled-gallery__item img{border-radius:4px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-5 .tiled-gallery__item img{border-radius:5px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-6 .tiled-gallery__item img{border-radius:6px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-7 .tiled-gallery__item img{border-radius:7px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-8 .tiled-gallery__item img{border-radius:8px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-9 .tiled-gallery__item img{border-radius:9px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-10 .tiled-gallery__item img{border-radius:10px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-11 .tiled-gallery__item img{border-radius:11px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-12 .tiled-gallery__item img{border-radius:12px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-13 .tiled-gallery__item img{border-radius:13px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-14 .tiled-gallery__item img{border-radius:14px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-15 .tiled-gallery__item img{border-radius:15px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-16 .tiled-gallery__item img{border-radius:16px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-17 .tiled-gallery__item img{border-radius:17px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-18 .tiled-gallery__item img{border-radius:18px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-19 .tiled-gallery__item img{border-radius:19px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-20 .tiled-gallery__item img{border-radius:20px}.tiled-gallery__gallery{display:flex;flex-wrap:wrap;padding:0;width:100%}.tiled-gallery__row{display:flex;flex-direction:row;justify-content:center;margin:0;width:100%}.tiled-gallery__row+.tiled-gallery__row{margin-top:4px}.tiled-gallery__col{display:flex;flex-direction:column;justify-content:center;margin:0}.tiled-gallery__col+.tiled-gallery__col{margin-inline-start:4px}.tiled-gallery__item{flex-grow:1;justify-content:center;margin:0;overflow:hidden;padding:0;position:relative}.tiled-gallery__item.filter__black-and-white{filter:grayscale(100%)}.tiled-gallery__item.filter__sepia{filter:sepia(100%)}.tiled-gallery__item.filter__1977{filter:contrast(1.1) brightness(1.1) saturate(1.3);position:relative}.tiled-gallery__item.filter__1977 img{width:100%;z-index:1}.tiled-gallery__item.filter__1977:before{z-index:2}.tiled-gallery__item.filter__1977:after,.tiled-gallery__item.filter__1977:before{content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.tiled-gallery__item.filter__1977:after{background:#f36abc4d;mix-blend-mode:screen;z-index:3}.tiled-gallery__item.filter__clarendon{filter:contrast(1.2) saturate(1.35);position:relative}.tiled-gallery__item.filter__clarendon img{width:100%;z-index:1}.tiled-gallery__item.filter__clarendon:before{z-index:2}.tiled-gallery__item.filter__clarendon:after,.tiled-gallery__item.filter__clarendon:before{content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.tiled-gallery__item.filter__clarendon:after{z-index:3}.tiled-gallery__item.filter__clarendon:before{background:#7fbbe333;mix-blend-mode:overlay}.tiled-gallery__item.filter__gingham{filter:brightness(1.05) hue-rotate(-10deg);position:relative}.tiled-gallery__item.filter__gingham img{width:100%;z-index:1}.tiled-gallery__item.filter__gingham:before{z-index:2}.tiled-gallery__item.filter__gingham:after,.tiled-gallery__item.filter__gingham:before{content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.tiled-gallery__item.filter__gingham:after{background:#e6e6fa;mix-blend-mode:soft-light;z-index:3}.tiled-gallery__item+.tiled-gallery__item{margin-top:4px}.tiled-gallery__item:focus-within{box-shadow:0 0 0 2px var(--wp-admin-theme-color);overflow:visible}.tiled-gallery__item>img{background-color:#0000001a}.tiled-gallery__item>a,.tiled-gallery__item>a>img,.tiled-gallery__item>img{display:block;height:auto;margin:0;max-width:100%;object-fit:cover;object-position:center;padding:0;width:100%}.is-email .tiled-gallery__gallery{display:block}@keyframes tiled-gallery-img-placeholder{0%{background-color:#f6f7f7}50%{background-color:#f6f7f780}to{background-color:#f6f7f7}}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item.is-transient img,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__item.is-transient img{margin-bottom:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__wrapper{padding-left:4px;padding-right:4px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item>img:focus{outline:none}.wp-block-jetpack-tiled-gallery .tiled-gallery__item>img{animation:tiled-gallery-img-placeholder 1.6s ease-in-out infinite}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected{filter:none;outline:4px solid #0085ba}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected:after,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected:before{content:none}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-transient{height:100%;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-transient img{background-position:50%;background-size:cover;height:100%;opacity:.3;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu{background:#fff;border:1px solid #1e1e1e9e;border-radius:2px;transition:box-shadow .2s ease-out}@media(prefers-reduced-motion:reduce){.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu{transition-delay:0s;transition-duration:0s}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu:hover,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu:hover{box-shadow:0 .7px 1px #0000001a,0 1.2px 1.7px -.2px #0000001a,0 2.3px 3.3px -.5px #0000001a}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button{color:#1e1e1e9e;height:24px;padding:2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}@media(min-width:600px){.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button{height:inherit;padding:0;width:inherit}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button:focus,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button:focus{color:inherit}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item{margin-top:4px;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-form-file-upload{width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button:focus,.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button:hover{border:1px solid #949494}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{display:inline-flex;margin:8px;z-index:20}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu .components-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu .components-button{color:#0000}@media(min-width:600px){.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{padding:2px}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu{position:absolute;right:-2px;top:-2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{left:-2px;position:absolute;top:-2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-backward,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-forward,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__remove{padding:0}.wp-block-jetpack-tiled-gallery .tiled-gallery__item .components-spinner{left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.block-editor-block-preview__content .wp-block-jetpack-tiled-gallery .block-editor-media-placeholder{display:none}.tiled-gallery__filter-picker-menu{padding:7px}.tiled-gallery__filter-picker-menu .components-menu-item__button+.components-menu-item__button{margin-top:2px}.tiled-gallery__filter-picker-menu .components-menu-item__button.is-active{box-shadow:0 0 0 2px #949494!important;color:#1e1e1e}.wp-block-jetpack-tock.aligncenter{width:-moz-fit-content;width:fit-content}.jetpack-tock-url-settings{margin:8px}.jetpack-tock-url-input{max-width:300px;min-width:auto;width:90vw}.jetpack-tock-url-input .components-text-control__input{padding:10px 36px 10px 10px}.jetpack-tock-url-instructions{margin:16px}.jetpack-tock-url-input-wrapper{position:relative}.jetpack-tock-url-input-action{position:absolute;right:14px;top:0}.resumable-upload{align-items:flex-start;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:20px 0}.resumable-upload__editor{display:flex;flex-direction:column;justify-content:space-between;width:100%}.resumable-upload__editor-col{padding-left:10px;width:100%}.resumable-upload__editor-col:first-child{padding-left:0}.resumable-upload__editor-thumb-placeholder{align-content:center;aspect-ratio:16/9;background-color:#000;color:#fff;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;text-align:center;width:100%}.resumable-upload__editor-thumb-placeholder img,.uploading-editor__video{max-height:100%;object-fit:contain}.uploading-editor__video{aspect-ratio:16/9;background-color:#000}.resumable-upload__error,.resumable-upload__status{border-top:1px solid #e0e0e0;box-sizing:border-box;margin-top:24px;width:100%}.resumable-upload__status{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px 24px;padding:20px 20px 0}.resumable-upload__error{padding:0 20px}.resumable-upload__file-info{display:flex;flex-direction:row}.resumable-upload__file-size{color:#757575;margin-left:12px}.resumable-upload__progress{background:#d2d2d2;border-radius:4px;box-sizing:border-box;height:8px;max-width:160px;overflow:hidden;width:100%}.resumable-upload__progress-loaded{background:var(--wp-admin-theme-color);color:#fff;height:100%;min-height:8px;text-align:center;transition:width .3s ease}.resumable-upload__select-file{align-items:center;display:flex;flex-direction:row}.resumable-upload__select-file-name{margin-left:12px}.resumable-upload__actions{align-items:center;display:flex;flex-direction:row;justify-content:space-between;justify-self:flex-end;margin-left:auto;width:-moz-fit-content;width:fit-content}.resumable-upload__actions .components-button.is-link{padding:0;text-decoration:none}.resumable-upload__actions .components-button.is-link:focus{box-shadow:none}.resumable-upload__error-text{color:#cc1818;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin-top:16px}.resumable-upload__error-cancel{margin-left:12px;margin-top:16px}.uploading-editor{width:100%}.uploading-editor__title input{margin-left:0;margin-right:0}.uploading-editor__frame-selector{display:flex;flex-direction:column}.uploading-editor__fields{display:block;padding:0 20px}.uploading-editor__content{padding:0 3px}.uploading-editor__video-container{position:relative}.uploading-editor__video-container:hover .uploading-editor__play-icon{opacity:0}.uploading-editor__play-icon{height:130px;left:50%;margin:-65px 0 0 -65px;opacity:1;position:absolute;top:50%;transition:opacity .3s ease-out;width:130px}.resumable-upload__editor-thumb-placeholder .uploading-editor__play-icon{margin-top:-91px}.uploading-editor__scrubber-help{color:#757575}.uploading-editor__upload-link{color:var(--wp-admin-theme-color)!important;cursor:pointer;text-decoration:underline!important}.uploading-editor__video-poster{left:0;object-fit:cover;position:absolute;top:0}.uploading-editor__range{margin-top:-19px}.uploading-editor__range .components-range-control__track{background-color:#272526;border-radius:0;height:8px;opacity:.7}.uploading-editor__range .components-range-control__slider{padding-bottom:0}.uploading-editor__range .components-base-control__field{margin-bottom:0}.uploading-editor__range .components-range-control__wrapper span:first-of-type{background-color:#d9d9d9;border-radius:0;height:8px;opacity:.8}.uploading-editor__range .components-range-control__wrapper span:last-of-type{display:none}.resumable-upload__editor-thumb-placeholder img{object-fit:cover}.poster-selector__buttons{text-align:right}.h2NGkiVs1r1nf85LtJpF{padding:16px}.k3Apzwo3v9n0IaHbB8tf{--spacing-base:8px;margin:0 0 calc(var(--spacing-base)*3) 0}.is-beta{position:relative;transition:box-shadow .5s linear}.is-beta.is-opened{box-shadow:inset 0 0 3px #2fb41f}.is-beta:before{background-color:#2fb41f;border-radius:4px;color:#fff;content:"BETA";font-size:11px;font-weight:600;height:24px;line-height:24px;opacity:1;padding:0 5px;position:absolute;right:16px;top:12px;transition:visibility .5s,opacity .5s linear;visibility:visible;z-index:10000}.is-beta:focus,.is-beta:hover{box-shadow:none}.is-beta:focus:before,.is-beta:hover:before{opacity:0;visibility:hidden}.no-videopress-media-placeholder .components-placeholder__fieldset{align-items:flex-start;flex-direction:row-reverse;justify-content:flex-end}.no-videopress-media-placeholder .components-placeholder__fieldset button{display:none}.no-videopress-media-placeholder .components-placeholder__fieldset .block-editor-media-placeholder__url-input-container button,.no-videopress-media-placeholder .components-placeholder__fieldset .no-videopress-disabled-button{display:inline-flex}.no-videopress-media-placeholder .components-placeholder__fieldset .no-videopress-disabled-button:last-child{margin-right:12px}.videopress-block-hide{display:none}.seekbar-color-settings__panel .components-panel__body.is-opened{padding:0}.seekbar-color-settings__panel .components-panel__body{border-top:none}.videopress-block-tracks-editor>.components-popover__content{width:360px}.videopress-block-tracks-editor__track-list-track{align-items:center;display:flex;min-height:23px;padding:4px 0 4px 12px;place-content:space-between}.videopress-block-tracks-editor__track-list-track-delete{align-items:center;display:flex}.videopress-block-tracks-editor__single-track-editor-label-language{display:flex;margin-top:12px}.videopress-block-tracks-editor__single-track-editor-label-language>.components-base-control{width:50%}.videopress-block-tracks-editor__single-track-editor-label-language>.components-base-control:first-child{margin-right:16px}.videopress-block-tracks-editor__single-track-editor-kind-select{max-width:240px}.videopress-block-tracks-editor__single-track-editor-buttons-container{display:flex;margin-top:32px;min-height:36px;place-content:space-between}.videopress-block-tracks-editor__single-track-editor-upload-file-help{color:#757575;font-size:12px;margin-top:12px}.videopress-block-tracks-editor__single-track-editor-label{color:#757575;display:block;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;text-transform:uppercase}.videopress-block-tracks-editor>.components-popover__content>div,.videopress-block-tracks-editor__add-tracks-container .components-menu-group__label,.videopress-block-tracks-editor__track-list .components-menu-group__label{padding:0}.videopress-block-tracks-editor__add-tracks-container,.videopress-block-tracks-editor__single-track-editor,.videopress-block-tracks-editor__track-list{padding:12px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-base-control__label{margin-bottom:4px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-base-control__field{margin-bottom:12px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-text-control__input{margin-left:0}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-input-control__label{margin-bottom:4px}.videopress-block-tracks-editor__single-track-editor-upload-file-label{display:flex}.videopress-block-tracks-editor__single-track-editor-upload-file-label .components-form-file-upload,.videopress-block-tracks-editor__single-track-editor-upload-file-label .videopress-block-tracks-editor__single-track-editor-upload-file-label-name{margin-inline-start:8px}.videopress-block-tracks-editor__single-track-editor-error{color:#cc1818;padding:12px 0}.uploader-block__logo{align-items:center;display:flex;flex-direction:row;font-size:24px;line-height:29px;margin-bottom:12px;padding:0 20px}.uploader-block__logo-text{margin-left:10px}.uploader-block__upload-complete{align-items:center;border-top:1px solid #e0e0e0;box-sizing:border-box;display:flex;justify-content:space-between;margin-top:24px;padding:20px 20px 0;width:100%}[data-type="jetpack/wordads"][data-align=center] .jetpack-wordads__ad{margin:0 auto}.jetpack-wordads__ad{display:flex;flex-direction:column;max-width:100%;overflow:hidden}.jetpack-wordads__ad .components-placeholder{flex-grow:2}.jetpack-wordads__ad .components-toggle-control__label{line-height:1.4em}.jetpack-wordads__ad .components-base-control__field,.wp-block-jetpack-wordads__format-picker{padding:7px}.wp-block-jetpack-wordads__format-picker .components-menu-item__button+.components-menu-item__button{margin-top:2px}.wp-block-jetpack-wordads__format-picker .components-menu-item__button.is-active{box-shadow:0 0 0 2px #949494!important;color:#1e1e1e}.jetpack-wordads__mobile-visibility{margin-top:20px}.wp-block-jetpack-payments-intro .components-placeholder__fieldset{flex-direction:column}.wp-block-jetpack-payments-intro .components-placeholder__fieldset>p,.wp-block-jetpack-payments-intro .components-placeholder__instructions{margin-bottom:0}.wp-payments-intro-pattern-picker__opener{margin-top:16px;width:min-content}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:8px}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{max-height:250px}.wp-block-jetpack-payments-intro__pattern-picker__selection-modal .components-modal__content{overflow:hidden;padding:0}.wp-block-jetpack-payments-intro__pattern-picker__selection-modal .components-modal__content:before{margin-bottom:0}@media(min-width:600px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{height:calc(100% - 120px);width:calc(100% - 32px)}}@media(min-width:782px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{width:750px}}@media(min-width:960px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{height:80%;max-height:none;width:80%}}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:16px 0;padding:0;width:100%}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker>li{flex-shrink:1;list-style:none;margin:8px 20px 0 0;text-align:center;width:75px}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker>li button{display:inline-flex;margin-right:0}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker .wp-block-jetpack-payments-intro__variation-picker__variation{padding:8px}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker .wp-block-jetpack-payments-intro__variation-picker__variation-label{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4}.wp-block-jetpack-payments-intro__variation-picker__variation{width:100%}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button.has-icon{justify-content:center;width:auto}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button.has-icon.is-secondary{background-color:#fff}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button{height:auto;padding:0}.wp-block-jetpack-payments-intro__variation-picker__variation:before{content:"";padding-bottom:100%}.wp-block-jetpack-payments-intro__variation-picker__variation:first-child{margin-inline-start:0}.wp-block-jetpack-payments-intro__variation-picker__variation:last-child{margin-inline-end:0}.post-publish-qr-post-panel .components-panel__body-toggle>svg{margin-left:5px}.post-publish-qr-post-panel .components-panel__row .components-button{flex-grow:1;justify-content:center;margin:5px;padding:3px 10px 4px;text-align:center}.qr-post-modal__qr-code{display:flex;justify-content:center}.qr-post-jetpack-logo{display:none}.editor-styles-wrapper .wp-block-jetpack-payment-buttons{--jetpack-payment-buttons-gap:0.5em}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.is-layout-flex{display:flex;gap:var(--jetpack-payment-buttons-gap)}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.is-layout-flex .is-layout-flex{display:flex}.editor-styles-wrapper .wp-block-jetpack-payment-buttons .wp-block-jetpack-recurring-payments{margin:0;width:auto}.editor-styles-wrapper .wp-block-jetpack-payment-buttons .wp-block-button__link{width:100%}.components-placeholder.jetpack-payment-buttons__upgrade-nudge{margin-bottom:16px}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.has-custom-font-size .wp-block-jetpack-button .wp-block-button__link:not(.has-custom-font-size){font-size:inherit}.wp-block-jetpack-paywall-block{align-items:center;color:currentColor;display:flex;opacity:.8}.wp-block-jetpack-paywall-block span{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:0 8px;text-align:center;text-transform:uppercase;-webkit-user-select:"none";user-select:"none";white-space:nowrap}.wp-block-jetpack-paywall-block span svg{vertical-align:text-top;fill:currentColor}.wp-block-jetpack-paywall-block:after,.wp-block-jetpack-paywall-block:before{background:currentColor;content:"";flex:1;height:1px;margin:auto;opacity:.5}.block-editor-block-inspector .jetpack-subscribe-newsletters-panel .components-base-control{margin-bottom:0}.wp-block-jetpack-blogroll h3+div .jetpack-blogroll-item-divider{display:none}.wp-block-jetpack-blogroll .jetpack-blogroll-item-divider{border-style:solid;border-width:1px 0 0;margin-block-end:0;margin-block-start:0;opacity:.2;width:100%}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{display:flex;font-style:normal;font-weight:400;gap:20px;padding:20px 0}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure{align-self:flex-start;height:48px;margin:0;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure.empty-site-icon{background:url(images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);background-size:cover}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure.empty-site-icon .blogroll-item-image{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .blogroll-item-image{border-radius:50%;height:48px;max-width:48px;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item p.jetpack-blogroll-item-title.rich-text{color:inherit;font-weight:700;margin:0}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-content{align-self:flex-start}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-description{word-break:break-word}.jetpack-blogroll__appender-results{padding:0 18px 18px}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-result-list-header-text{color:#757575;font-size:11px;line-height:16px;padding:6px 0;text-transform:uppercase}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:center;overflow:hidden}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message-main-text{color:#101517;font-size:14px;font-weight:500;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message-secondary-text{color:#757575;font-size:12px;font-weight:400;line-height:16px}.jetpack-blogroll__appender-results>ul{list-style:none;margin:0;max-height:200px;overflow-y:auto;padding-left:0!important}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container{margin:0}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button{align-items:center;align-self:stretch;background:none;border:none;cursor:pointer;display:flex;gap:12px;padding:8px 4px;text-decoration:none;width:100%}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button[disabled]{background:#f6f7f7;cursor:not-allowed}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button[disabled]>*{opacity:.5}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image{flex-shrink:0;height:40px;width:40px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image.empty-site-icon{background:url(images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);background-size:cover}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image.empty-site-icon img{display:none}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image img{border-radius:50%;height:40px;width:40px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:center;overflow:hidden;text-align:left}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text .jetpack-blogroll__appender-result-title{color:#101517;font-size:14px;font-weight:500;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text .jetpack-blogroll__appender-result-description{color:#646970;font-size:14px;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-search{display:flex;padding:16px}.jetpack-blogroll__appender-search>div{flex-grow:1;padding:1px;position:relative}.jetpack-blogroll__appender-search .components-text-control__input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' aria-hidden='true' viewBox='-2 -2 24 24'%3E%3Cpath d='m6.734 16.106 2.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.5q.276 0 .553-.002c1.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 0z'/%3E%3C/svg%3E");background-position-x:calc(100% - 8px);background-position-y:calc(100% - 8px);background-repeat:no-repeat;background-size:24px;height:40px;padding-right:40px}.jetpack-blogroll__appender-search button{height:32px;min-width:32px!important;width:32px}.jetpack-blogroll__appender-spinner{margin:0!important}.jetpack-blogroll__appender .components-popover__content{height:300px;overflow-y:hidden!important;width:318px}.jetpack-blogroll__appender .components-popover__content button.block-editor-button-blogroll-block-appender{background:#1e1e1e;border-radius:2px;color:#fff;height:24px;min-width:24px;padding:0}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll{padding:24px}}.wp-block-jetpack-blogroll .block-editor-inner-blocks h3{font-size:20px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:24px;margin-top:0}.wp-block-jetpack-blogroll.hide-avatar figure,.wp-block-jetpack-blogroll.hide-description .jetpack-blogroll-item-description{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{container-name:bitem;container-type:inline-size}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:flex-start;display:flex;flex-direction:column;gap:20px;padding:20px 8px}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:center;flex-direction:row}}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item+.wp-block-jetpack-blogroll-item .jetpack-blogroll-item-divider{display:block}.wp-block-jetpack-blogroll [data-type="jetpack/blogroll-item"]+[data-type="jetpack/blogroll-item"]{border-top:1px solid #dcdcde}.wp-block-jetpack-blogroll .block-list-appender button.has-icon{background:#1e1e1e;border-radius:2px;color:#fff;height:24px;min-width:24px;padding:0}.wp-block-jetpack-nextdoor{position:relative}.wp-block-jetpack-nextdoor-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-nextdoor-link-editable{cursor:text}.wp-block-jetpack-nextdoor-embed-form-sidebar{display:flex;margin-bottom:1em}.wp-block-jetpack-nextdoor-color-notice{margin:0}div[data-align=center]>.wp-block-jetpack-nextdoor{text-align:center}.wp-block-jetpack-nextdoor .components-placeholder__fieldset input{flex:1}a.jetpack-sharing-button__button{color:inherit}.jetpack-sharing-button__button{align-items:center;background:#fff;border-radius:4px;box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f;color:#2c3338;color:inherit;cursor:default;display:flex;flex-direction:row;font-size:inherit;font-weight:500;height:auto;justify-content:center;line-height:23px;margin:4px 4px 0;padding:4px 9px 3px;text-decoration:none}.jetpack-sharing-button__button svg{height:1.5em;width:1.5em;fill:currentColor}.jetpack-sharing-button__button:hover{box-shadow:0 1px 2px #00000038,0 0 0 1px #00000038;cursor:pointer}.jetpack-sharing-button__button.components-button{font-size:inherit;padding:4px 11px 3px 9px}.jetpack-sharing-button__button.style-icon{border:0;border-radius:50%;box-shadow:none;color:#fff;height:auto;line-height:1;margin-bottom:0;padding:7px;position:relative;top:-2px;width:auto}.jetpack-sharing-button__button.style-icon.share-bluesky{background:#0085ff}.jetpack-sharing-button__button.style-icon.share-x{background:#000}.jetpack-sharing-button__button.style-icon.share-print{background:#c5c2c2}.jetpack-sharing-button__button.style-icon.share-reddit{background:#5f99cf}.jetpack-sharing-button__button.style-icon.share-skype{background:#00aff0}.jetpack-sharing-button__button.style-icon.share-facebook{background:#0866ff}.jetpack-sharing-button__button.style-icon.share-linkedin{background:#0976b4}.jetpack-sharing-button__button.style-icon.share-mail{background:#c5c2c2}.jetpack-sharing-button__button.style-icon.share-twitter{background:#55acee}.jetpack-sharing-button__button.style-icon.share-tumblr{background:#35465c}.jetpack-sharing-button__button.style-icon.share-pinterest{background:#cc2127}.jetpack-sharing-button__button.style-icon.share-pocket{background:#ee4256}.jetpack-sharing-button__button.style-icon.share-telegram{background:#08c}.jetpack-sharing-button__button.style-icon.share-threads{background:#000}.jetpack-sharing-button__button.style-icon.share-whatsapp{background:#43d854}.jetpack-sharing-button__button.style-icon.share-mastodon{background:#6364ff}.jetpack-sharing-button__button.style-icon.share-nextdoor{background:#8ed500}.jetpack-sharing-button__button.style-icon.share-share{background:#000}.jetpack-sharing-button__button.style-icon.is-custom{padding:8px;top:2px}.jetpack-sharing-button__button.style-icon-text{margin-inline-end:4px;padding-inline-end:11px}.style-icon .jetpack-sharing-button__service-label,.style-text .sharing-buttons-preview-button__custom-icon,.style-text .social-logo{display:none}.jetpack-sharing-button__list-item{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;list-style-type:none;padding:0}.jetpack-sharing-button__list-item:first-child .jetpack-sharing-button__button{margin-inline-start:0}.style-icon-text .jetpack-sharing-button__service-label{margin-inline-start:5px}.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}.jetpack-ai-generate-excerpt-control .jetpack-ai-generate-excerpt-control__header{margin-top:8px}.jetpack-ai-generate-excerpt-control .jetpack-ai-generate-excerpt-control__header .components-base-control__field{align-items:center;display:flex;justify-content:space-between}.jetpack-ai-generate-excerpt-control .ai-assistant__tone-dropdown{margin-bottom:12px}.jetpack-ai-post-excerpt .components-textarea-control__input{margin-bottom:10px;width:100%}.jetpack-generated-excerpt__ai-container{margin-top:12px}.jetpack-generated-excerpt__ai-container .jetpack-ai-assistant__error{margin:0 0 12px}.jetpack-generated-excerpt__generate-buttons-container{display:flex;gap:12px;justify-content:end;justify-content:space-around;margin-bottom:10px}.jetpack-ai-post-excerpt .jetpack-upgrade-plan-banner__wrapper{flex-direction:column;margin:0 0 12px;padding:0 10px}.jetpack-ai-post-excerpt .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description{margin:10px 0 0}.wp-block-jetpack-blog-stats .jetpack-blog-stats__loading{opacity:.62}.wp-block-jetpack-blog-stats .components-placeholder__fieldset{display:block}.jetpack-blog-stats__delay-notice{font-size:12px}.wp-block-jetpack-top-posts{margin-bottom:1.5em}.wp-block-jetpack-top-posts img{width:100%}.wp-block-jetpack-top-posts span{display:block;word-wrap:break-word}.wp-block-jetpack-top-posts.is-list-layout .jetpack-top-posts-item{margin-bottom:1.5em}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper{align-items:flex-start;display:grid;gap:16px 12px;grid:auto/repeat(6,1fr)}@media only screen and (max-width:600px){.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper{display:block}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper .jetpack-top-posts-mock-thumbnail{display:none}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper .jetpack-top-posts-item{margin-bottom:1.5em}}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-mock-thumbnail{background-color:#f0f0f0;height:0;padding-bottom:75%;position:relative;width:100%}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-thumbnail{aspect-ratio:4/3;height:auto;max-width:100%;object-fit:cover}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-item{grid-column:span 2}.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="2"] .jetpack-top-posts-item,.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="4"] .jetpack-top-posts-item,.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="5"] .jetpack-top-posts-item:nth-child(5n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="5"] .jetpack-top-posts-item:nth-child(5n-1),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(5n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(5n-1),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(7n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(7n-1){grid-column:span 3}.wp-block-jetpack-top-posts .components-placeholder__fieldset{display:block}.jetpack-top-posts__error{margin:0}:where(body){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;min-height:100%;padding:0}.jp-wrap{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.jp-row{display:grid;grid-gap:24px;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.jp-row{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.jp-row{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.sm-col-span-1{grid-column-end:span 1}.sm-col-span-2{grid-column-end:span 2}.sm-col-span-3{grid-column-end:span 3}.sm-col-span-4{grid-column-end:span 4}@media(min-width:600px){.md-col-span-1{grid-column-end:span 1}.md-col-span-2{grid-column-end:span 2}.md-col-span-3{grid-column-end:span 3}.md-col-span-4{grid-column-end:span 4}.md-col-span-5{grid-column-end:span 5}.md-col-span-6{grid-column-end:span 6}.md-col-span-7{grid-column-end:span 7}.md-col-span-8{grid-column-end:span 8}}@media(min-width:960px){.lg-col-span-1{grid-column-end:span 1}.lg-col-span-2{grid-column-end:span 2}.lg-col-span-3{grid-column-end:span 3}.lg-col-span-4{grid-column-end:span 4}.lg-col-span-5{grid-column-end:span 5}.lg-col-span-6{grid-column-end:span 6}.lg-col-span-7{grid-column-end:span 7}.lg-col-span-8{grid-column-end:span 8}.lg-col-span-9{grid-column-end:span 9}.lg-col-span-10{grid-column-end:span 10}.lg-col-span-11{grid-column-end:span 11}.lg-col-span-12{grid-column-end:span 12}}@media(max-width:960px){.md-col-span-0{display:none}}@media(max-width:600px){.sm-col-span-0{display:none}}.jp-cut{border:2px solid #069e08;border-radius:4px;margin:32px 0;padding:16px 64px 16px 24px;position:relative;text-decoration:none}.jp-cut,.jp-cut span{display:block}.jp-cut span:last-of-type{font-weight:600}.jp-cut:focus span:last-of-type,.jp-cut:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:2px}.jp-cut:focus:after,.jp-cut:hover:after{transform:translateY(-50%) translateX(8px)}.jp-cut:after{color:#069e08;content:"→";font-size:24px;font-weight:600;position:absolute;right:24px;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.jetpack-ai-voice-to-content__modal .components-modal__header{border-bottom:1px solid #dcdcde;padding:20px 24px}.jetpack-ai-voice-to-content__modal .components-modal__content{padding:24px 32px}@media(min-width:700px){.jetpack-ai-voice-to-content__modal{width:700px}}.jetpack-ai-voice-to-content__wrapper{display:flex;flex-direction:column;gap:28px}.jetpack-ai-voice-to-content__body{display:flex;flex-direction:column;gap:16px}.jetpack-ai-voice-to-content__action-buttons{display:flex;gap:8px}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary{background-color:#008710;color:#fff}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):hover{background-color:#007117}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):active{background-color:#005b18}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary{box-shadow:inset 0 0 0 1px #008710;color:#008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):focus{box-shadow:0 0 0 2px #008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):hover{box-shadow:inset 0 0 0 1px #007117}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):active{box-shadow:none}.jetpack-ai-voice-to-content__description{font-size:var(--font-body-small)}.jetpack-ai-voice-to-content__contextual-row{align-items:center;display:flex;height:38px}.jetpack-ai-voice-to-content__information{color:#787c82}.jetpack-ai-voice-to-content__audio{align-items:center;display:flex;gap:4px}.jetpack-ai-voice-to-content__audio--duration{font-weight:700}.jetpack-ai-voice-to-content__footer{display:flex}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button{align-items:center;color:#008710;display:flex;font-size:var(--font-body-extra-small);gap:4px}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #008710}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button .icon{color:#a7aaad}.jetpack-ai-voice-to-content__information--error{color:var(--jp-red-40)}.jetpack-ai-voice-to-content__oscilloscope{height:38px;width:70px}.wp-block-jetpack-ai-image .wp-block-ai-image-image{cursor:pointer;height:128px;width:128px}.wp-block-ai-generate-suggestion{padding:0}.wp-block-ai-generate-suggestion .components-text-control__input{margin:10px;width:80%}.wp-block-ai-generate-suggestion .components-button.is-primary{margin:10px}.wp-block-jetpack-google-docs-embed{border:1px solid #ccc;flex-basis:50%}.wp-block-jetpack-google-docs-embed.aligncenter{margin-left:auto;margin-right:auto}.wp-block-jetpack-google-docs-embed.alignleft,.wp-block-jetpack-google-docs-embed.alignright{margin-bottom:20px;max-width:600px}@media only screen and (min-width:600px){.wp-block-jetpack-google-docs-embed.alignleft{float:left;margin-right:20px!important}.wp-block-jetpack-google-docs-embed.alignright{float:right;margin-left:20px!important}}.wp-block-jetpack-google-docs-embed.ar-50 .wp-block-jetpack-google-docs-embed__wrapper:before{padding-top:50%}.wp-block-jetpack-google-docs-embed.ar-100 .wp-block-jetpack-google-docs-embed__wrapper:before{padding-top:100%}.wp-block-jetpack-google-docs-embed__wrapper--error:before{content:none}.wp-block-jetpack-google-docs-embed__error-msg{background-color:#f8f9fa;color:#333;font-size:16px;margin:0;padding:20px}.wp-block-jetpack-google-docs-embed__error-msg:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%231E2935' fill-rule='evenodd' d='M4.125 12A7.875 7.875 0 0 1 12 4.124a7.875 7.875 0 1 1-7.875 7.874ZM12 3a9 9 0 1 0 0 17.999A9 9 0 1 0 12 3m.041 5.28c.31 0 .563.253.563.563v4.5a.562.562 0 0 1-1.125 0v-4.5c0-.31.252-.562.562-.562Zm-.562 7.313c0-.31.252-.563.562-.563h.011a.562.562 0 0 1 0 1.125h-.01a.56.56 0 0 1-.563-.562' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:top;background-repeat:no-repeat;background-size:20px;content:"";display:inline-block;height:20px;margin-inline-end:8px;position:relative;top:4px;width:20px}.wp-block-jetpack-google-docs-embed__error-msg a{color:#333;text-decoration:underline}.wp-block-jetpack-google-docs-embed__error-msg a:focus,.wp-block-jetpack-google-docs-embed__error-msg a:hover{text-decoration:none}.wp-block-jetpack-google-docs-embed .loader{background-color:#fff;display:none;height:100%;position:absolute;text-align:center;top:0;width:100%;z-index:99}.wp-block-jetpack-google-docs-embed .loader.is-active{display:block}.wp-block-jetpack-google-docs-embed .loader span{position:relative;top:50%;transform:translateY(-50%)}.editor-styles-wrapper .wp-block-jetpack-google-docs-embed figure{margin:0}.editor-styles-wrapper [data-align=left] .wp-block-jetpack-google-docs-embed,.editor-styles-wrapper [data-align=right] .wp-block-jetpack-google-docs-embed{width:auto}.editor-styles-wrapper [data-align=left] .wp-block-jetpack-google-docs-embed__wrapper:before,.editor-styles-wrapper [data-align=right] .wp-block-jetpack-google-docs-embed__wrapper:before{content:none}.editor-styles-wrapper [data-align=left] iframe,.editor-styles-wrapper [data-align=right] iframe{position:relative}.editor-styles-wrapper [data-align=left] .wp-block-jetpack-google-docs-embed{margin-right:20px}.editor-styles-wrapper [data-align=right] .wp-block-jetpack-google-docs-embed{margin-left:20px}html[amp] .wp-block-jetpack-google-docs-embed.alignleft,html[amp] .wp-block-jetpack-google-docs-embed.alignright{float:none}html[amp] .wp-block-jetpack-google-docs-embed__wrapper:before{content:none}html[amp] .wp-block-jetpack-google-docs-embed__error-msg:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%231E2935' d='M1.5 3.5v11h11V10H14v5a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h5v1.5z'/%3E%3Cpath fill='%231E2935' d='m15.922 1.178-8.907 8.907-1.06-1.06L14.86.118l1.06 1.06Z'/%3E%3Cpath fill='%231E2935' d='M7.5 0H16v1.5H7.5z'/%3E%3Cpath fill='%231E2935' d='M16 0v8.5h-1.5V0z'/%3E%3C/svg%3E");background-size:12px;height:12px;top:1px;width:12px}html[amp] .wp-block-jetpack-google-docs-embed .loader{display:none}.wp-block-jetpack-google-docs-embed{clear:both;margin:0 0 1.5em}.wp-block-jetpack-google-docs-embed__wrapper{position:relative}.wp-block-jetpack-google-docs-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-block-jetpack-google-docs-embed__interactive-overlay{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.wp-block-jetpack-google-docs-embed-embed-form-editor{margin:0}.wp-block-jetpack-google-docs-embed-embed-form-editor textarea{flex:1;font-family:inherit;font-size:inherit;height:36px;margin-inline-end:1px;padding-top:9px}.wp-block-jetpack-google-docs-embed iframe{bottom:0;height:100%;left:0;max-width:100%;position:absolute;right:0;top:0;width:100%}.wp-block-jetpack-google-docs-embed.alignleft,.wp-block-jetpack-google-docs-embed.alignright,.wp-block[data-align=left]>.wp-block-jetpack-google-docs-embed,.wp-block[data-align=right]>.wp-block-jetpack-google-docs-embed{max-width:360px;width:100%}.wp-block-jetpack-google-docs-embed.alignleft__wrapper,.wp-block-jetpack-google-docs-embed.alignright__wrapper,.wp-block[data-align=left]>.wp-block-jetpack-google-docs-embed__wrapper,.wp-block[data-align=right]>.wp-block-jetpack-google-docs-embed__wrapper{min-width:280px}.launchpad__save-modal .components-modal__content{margin:0;max-width:656px;padding:60px 48px 48px}.launchpad__save-modal-body{align-items:flex-end;display:flex;flex-direction:column;gap:32px}.launchpad__save-modal-text{display:flex;flex-direction:column;gap:8px}.launchpad__save-modal-controls{display:flex;justify-content:space-between;width:100%}.launchpad__save-modal-buttons{display:flex;gap:16px}.launchpad__save-modal-heading{color:#101517;font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-size:32px;font-weight:400;letter-spacing:.2px;line-height:40px;margin:0}.launchpad__save-modal-message{color:#2c3338;font-size:16px;line-height:24px;margin:0}[data-title="Recipe Details"].aligncenter,[data-title="Recipe Details"].alignleft,[data-title="Recipe Details"].alignright{float:none}[data-title="Recipe Details"].alignright .wp-recipe-block-details{justify-content:right}[data-title="Recipe Details"].aligncenter .wp-recipe-block-details{justify-content:center}.wp-block-jetpack-recipe-details{display:block}.wp-block-jetpack-recipe-details .wp-recipe-block-details{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(100px,150px))}.wp-block-jetpack-recipe-details .wp-recipe-block-details.alignright{justify-content:right}.wp-block-jetpack-recipe-details .wp-recipe-block-details.aligncenter{justify-content:center}.wp-block-jetpack-recipe-details .components-unit-control .components-input-control__container{max-height:30px}.wp-block-jetpack-recipe-details .components-unit-control .components-input-control__container .components-unit-control__select{width:40px}.wp-block-jetpack-recipe-ingredients-list .block-list-appender{position:relative}.wp-block-jetpack-recipe-steps .block-list-appender{margin-top:1rem;position:relative} \ No newline at end of file +.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive>*{pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive:after{content:none}.jetpack-editor-panel-logo{margin-left:.5em}.jetpack-gutenberg-social-icon{fill:#757575}.jetpack-gutenberg-social-icon.is-facebook{fill:#0866ff}.jetpack-gutenberg-social-icon.is-twitter{fill:#55acee}.jetpack-gutenberg-social-icon.is-linkedin{fill:#0976b4}.jetpack-gutenberg-social-icon.is-tumblr{fill:#35465c}.jetpack-gutenberg-social-icon.is-google{fill:var(--color-gplus)}.jetpack-ai-status-indicator__icon-wrapper{align-self:baseline;opacity:0;transition:opacity .25s ease-in-out,width .25s;width:0}.jetpack-ai-status-indicator__icon-wrapper>svg{height:24px;margin:6px 0 0;width:24px}.jetpack-ai-status-indicator__icon-wrapper.is-requesting,.jetpack-ai-status-indicator__icon-wrapper.is-suggesting{opacity:1;width:24px}.jetpack-components-ai-control__container-wrapper{bottom:16px;position:sticky}.jetpack-components-ai-control__container{background-color:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 12px 15px 0 #0000001f,0 3px 9px 0 #0000001f,0 1px 3px 0 #00000026;color:#2c3338;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.jetpack-components-ai-control__wrapper{align-items:flex-end;border-radius:6px 6px 0 0;box-sizing:border-box;display:flex;gap:6px;padding:8px 8px 8px 12px}.jetpack-components-ai-control__wrapper.is-transparent{opacity:.4}.jetpack-components-ai-control__input-wrapper{align-items:center;align-self:center;display:flex;flex-grow:1;min-height:36px}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input{background-color:#fff;border:none;border-radius:2px;box-shadow:none;color:#2c3338;font-size:16px;font-weight:400;line-height:20px;min-height:20px;padding:6px 8px;resize:none!important;transition:box-shadow .1s linear 0s;width:100%}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input:focus{box-shadow:none;color:#2c3338}@media(min-width:600px){.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input{font-size:13px}}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input::-moz-placeholder{opacity:.75;text-overflow:ellipsis;white-space:nowrap}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input::placeholder{opacity:.75;text-overflow:ellipsis;white-space:nowrap}.jetpack-components-ai-control__controls-prompt_button_wrapper{align-items:center;display:flex;gap:8px}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button.is-small:not(.has-label){padding:0}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button-group .components-button{box-shadow:none;padding:6px 8px}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button-group{display:flex}.jetpack-components-ai-control__controls-prompt_button:disabled{cursor:not-allowed;opacity:.6}.jetpack-ai-assistant__message{align-items:center;align-self:center;border-radius:4px;display:flex;font-size:12px;line-height:28px;min-height:28px;padding:0 12px}.jetpack-ai-assistant__message>svg{fill:#787c82;flex-shrink:0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content{align-items:center;display:flex;flex-grow:2;gap:4px;line-height:1.4em;margin:0 8px}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content span{padding:5px 0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-external-link{color:#646970}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-button.is-link{padding:0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-button.is-link,.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-external-link{flex-shrink:0}.jetpack-ai-assistant__message-severity-info{background-color:#f6f7f7;color:#646970}.jetpack-ai-assistant__message-severity-warning{background-color:#fef8ee;color:#101517}.jetpack-ai-assistant__message-severity-error{background-color:#f7ebec;color:#101517}.jetpack-ai-assistant__message-severity-error>svg{fill:#e65054}.jetpack-ai-assistant__message-severity-success{background-color:#d0e6b8;color:#101517}.jetpack-ai-assistant__message-severity-success>svg{fill:#2fb41f}.jetpack-ai-assistant__message-sidebar{display:flex;height:unset;padding:0}.jetpack-ai-assistant__message-sidebar>svg{fill:#646970}.jetpack-ai-logo-generator-modal__loading-wrapper{align-items:center;display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:center}.jetpack-ai-logo-generator-modal__loader{margin-bottom:29px}.jetpack-ai-logo-generator__carousel{display:flex;flex-shrink:0;gap:8px;overflow-x:auto}.jetpack-ai-logo-generator__carousel .components-button{height:unset;padding:unset}@media(min-width:700px){.jetpack-ai-logo-generator__carousel{padding:2px}}.jetpack-ai-logo-generator__carousel-logo{align-items:center;border:1px solid #dcdcde;border-radius:2px;display:flex;flex-shrink:0;justify-content:center}.jetpack-ai-logo-generator__carousel-logo.is-selected{border-color:#0675c4;border-width:1.5px}.jetpack-ai-logo-generator__carousel-logo img{height:48px;width:48px}.jetpack-ai-logo-generator-icon path{fill:#0675c4}.jetpack-ai-logo-generator-modal-presenter__wrapper{display:flex;flex-direction:column;gap:8px}.jetpack-ai-logo-generator-modal-presenter{display:flex}.jetpack-ai-logo-generator-modal-presenter__content{align-items:center;background:#f6f7f7;border-radius:4px;display:flex;flex-grow:1;max-height:229px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__content{flex-direction:column;max-height:unset}}.jetpack-ai-logo-generator-modal-presenter__rectangle{position:relative;width:0}.jetpack-ai-logo-generator-modal-presenter__rectangle:after{background-color:#f6f7f7;content:"";height:15px;left:-66px;position:absolute;top:-7.5px;transform:rotate(-45deg);width:15px}.jetpack-ai-logo-generator-modal-presenter__loading-text{flex-grow:1;text-align:center}.jetpack-ai-logo-generator-modal-presenter__logo{height:198px;margin:16px 30px 16px 16px;width:198px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__logo{margin:16px}}.jetpack-ai-logo-generator-modal-presenter__action-wrapper{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;height:100%;margin-right:32px;padding:16px 0}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__action-wrapper{margin-left:32px}}.jetpack-ai-logo-generator-modal-presenter__description{color:#646970;flex-grow:1;overflow-y:auto;padding-top:16px}.jetpack-ai-logo-generator-modal-presenter__actions{border-top:1px solid #dcdcde;display:flex;gap:24px;margin-top:16px;padding-top:16px}.jetpack-ai-logo-generator-modal-presenter__action{align-items:center;display:flex}.jetpack-ai-logo-generator-modal-presenter__action.components-button,.jetpack-ai-logo-generator-modal-presenter__action.components-button:active,.jetpack-ai-logo-generator-modal-presenter__action.components-button:hover{color:#0675c4}.jetpack-ai-logo-generator-modal-presenter__action .action-text{font-size:var(--font-body-extra-small)}.jetpack-ai-logo-generator-modal-presenter__action .jetpack-ai-logo-generator-icon{margin-right:8px}.jetpack-ai-logo-generator-modal-presenter__success-wrapper{align-items:center;display:flex;flex-direction:column;gap:16px;width:100%}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__success-wrapper{padding-bottom:16px}}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{font-size:var(--font-body-small);padding:8px 16px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__banner-description{color:#fff;line-height:21px;word-wrap:break-word;vertical-align:middle}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__icon{height:24px;margin-right:8px;position:relative;vertical-align:middle;width:24px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__icon path{fill:#8c8f94}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{font-size:var(--font-body-extra-small);font-weight:600;height:auto;line-height:20px;padding:4px 8px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#fff;color:#000}.jetpack-ai-logo-generator__prompt{display:flex;flex-direction:column;font-size:var(--font-body-small);gap:8px}.jetpack-ai-logo-generator__prompt-header{align-items:flex-start;align-self:stretch;display:flex;justify-content:space-between}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-label{font-weight:500}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-actions{display:flex;font-size:var(--font-body-extra-small);line-height:20px}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-actions .jetpack-ai-logo-generator-icon{margin-right:4px}.jetpack-ai-logo-generator__prompt-query{align-items:flex-end;align-self:stretch;background:#fff;border:1px solid #c3c4c7;border-radius:8px;display:flex;gap:8px;justify-content:space-between;padding:8px 8px 8px 16px}@media(min-width:700px){.jetpack-ai-logo-generator__prompt-query{gap:48px}}.jetpack-ai-logo-generator__prompt-query .prompt-query__input{border:0;color:#101517;flex-grow:1;line-height:1.6;padding:6px 0;resize:none;vertical-align:initial;word-break:break-word}.jetpack-ai-logo-generator__prompt-query .prompt-query__input:active,.jetpack-ai-logo-generator__prompt-query .prompt-query__input:focus{outline:0}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[contentEditable=false]{color:#646970}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[data-placeholder]:empty:before{color:#646970;content:attr(data-placeholder)}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[data-placeholder]:empty:focus:before{content:""}.jetpack-ai-logo-generator__prompt-footer{display:flex;flex-direction:column;gap:8px}.jetpack-ai-logo-generator__prompt-requests{color:#646970;display:flex;font-size:var(--font-body-extra-small);line-height:21px}.jetpack-ai-logo-generator__prompt-requests .prompt-footer__icon{height:20px;width:20px}.jetpack-ai-logo-generator__prompt-requests .prompt-footer__icon path{fill:#a7aaad}.jetpack-ai-logo-generator__prompt-error{color:#d63638;font-size:var(--font-body-extra-small);line-height:21px}.jetpack-ai-logo-generator-modal-visit-site-banner{background:#f6f7f7;border-radius:4px;display:flex;gap:16px;padding:16px 20px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-visit-site-banner{flex-direction:column}}.jetpack-ai-logo-generator-modal-visit-site-banner__jetpack-logo{align-items:center;display:flex;justify-content:center}.jetpack-ai-logo-generator-modal-visit-site-banner__content{display:flex;flex-direction:column;font-size:14px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-visit-site-banner__content{gap:8px}}@media(min-width:960px){.jetpack-ai-logo-generator-modal{max-height:90%}}.jetpack-ai-logo-generator-modal .components-modal__header{border-bottom:1px solid #dcdcde;padding:20px 24px}.jetpack-ai-logo-generator-modal .components-modal__content{margin-bottom:30px;padding:32px 32px 2px}.jetpack-ai-logo-generator-modal .components-modal__content>div:not(.components-modal__header){height:100%}.jetpack-ai-logo-generator-modal .components-button:focus:not(:disabled):not(.is-primary){box-shadow:0 0 0 2px #0675c4}.jetpack-ai-logo-generator-modal .components-button.is-link{color:#0675c4;text-decoration:none}.jetpack-ai-logo-generator-modal__body{display:flex;flex-direction:column;gap:16px;height:100%}@media(min-width:700px){.jetpack-ai-logo-generator-modal__body{min-height:409px;width:700px}.jetpack-ai-logo-generator-modal__body.notice-modal{min-height:unset;width:470px}}.jetpack-ai-logo-generator__footer{display:flex}.jetpack-ai-logo-generator__footer .jetpack-ai-logo-generator__feedback-button{align-items:center;display:flex;gap:4px;margin-top:8px}.jetpack-ai-logo-generator__footer .jetpack-ai-logo-generator__feedback-button .icon{color:#a7aaad}.jetpack-ai-logo-generator-modal__notice-message-wrapper{display:flex;flex-direction:column;gap:24px}.jetpack-ai-logo-generator-modal__notice-message{font-size:var(--font-body-small)}.jetpack-ai-logo-generator-modal__notice-actions{display:flex;gap:12px;justify-content:flex-end}.jetpack-ai-logo-generator__accept{display:flex;flex-direction:column;gap:64px}.jetpack-ai-logo-generator__accept-actions{display:flex;gap:22px;justify-content:flex-end}.ai-assistant-featured-image__content{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:32px}.ai-assistant-featured-image__actions,.ai-assistant-featured-image__user-prompt{display:flex;justify-content:center;width:100%}.ai-assistant-featured-image__user-prompt{flex-direction:row}.ai-assistant-featured-image__user-prompt-textarea{display:flex;justify-content:center;width:100%}.ai-assistant-featured-image__user-prompt-textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.ai-assistant-featured-image__user-prompt-textarea textarea:disabled{opacity:.5}.ai-assistant-featured-image__actions-left{display:flex;justify-content:flex-start;width:50%}.ai-assistant-featured-image__actions-right{display:flex;justify-content:flex-end;width:50%}.ai-assistant-featured-image__action-buttons{display:flex;gap:12px;justify-content:center}.ai-assistant-featured-image__image-canvas{margin-top:24px;width:100%}.ai-assistant-featured-image__image-canvas>.jetpack-ai-upgrade-banner{margin-bottom:8px}.ai-assistant-featured-image__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:8px 32px}.ai-assistant-featured-image__footer__feedback-button{display:inline-block}.ai-assistant-featured-image__footer__feedback-button a{text-decoration:none}.ai-assistant-featured-image__footer .icon{color:#a7aaad;height:20px;margin-left:4px;width:20px}.ai-image-modal__content{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:32px}.ai-image-modal__content .jetpack-ai-fair-usage-notice{width:100%}.ai-image-modal__actions,.ai-image-modal__user-prompt{display:flex;justify-content:center;width:100%}.ai-image-modal__user-prompt{flex-direction:row}.ai-image-modal__user-prompt-textarea{display:flex;justify-content:center;width:100%}.ai-image-modal__user-prompt-textarea div{display:flex;width:100%}.ai-image-modal__user-prompt-textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.ai-image-modal__user-prompt-textarea textarea:disabled{opacity:.5}.ai-image-modal__actions-left{display:flex;justify-content:flex-start;width:50%}.ai-image-modal__actions-right{display:flex;justify-content:flex-end;width:50%}.ai-image-modal__action-buttons{display:flex;gap:12px;justify-content:center}.ai-image-modal__image-canvas{margin-top:24px;width:100%}.ai-image-modal__image-canvas>.jetpack-ai-upgrade-banner{margin-bottom:8px}.ai-image-modal__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:8px 32px}.ai-image-modal__footer__feedback-button{display:inline-block}.ai-image-modal__footer__feedback-button a{text-decoration:none}.ai-image-modal__footer .icon{color:#a7aaad;height:20px;margin-left:4px;width:20px}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-bottom:0}.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper{max-width:580px}.jetpack-upgrade-plan-banner__wrapper{column-gap:32px}.jetpack-upgrade-plan-banner.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background:#fff;color:#000}.jetpack-ai-fair-usage-notice-muted-variant{color:#757575;font-size:13px;font-weight:400;line-height:1.4;margin:0;text-wrap:pretty}.jetpack-ai-fair-usage-notice-muted-variant a{color:#757575}.jetpack-ai-fair-usage-notice,.jetpack-ai-fair-usage-notice a{color:#1e1e1e}@media(min-width:960px){.ai-assistant-modal{max-height:95%}}.ai-assistant-modal__content{display:flex;flex-direction:column}@media screen and (min-width:960px){.ai-assistant-modal__content{width:100vw}}.ai-assistant-modal__header{display:flex;justify-content:space-between;margin-left:-32px;margin-right:-32px;margin-top:-32px;padding:8px 12px}.ai-assistant-modal__divider{background:#dcdcde;height:1px;margin:0 -32px}.ai-assistant-modal__title-wrapper{align-items:center;display:flex;gap:16px}.ai-assistant-modal__title-wrapper>svg{color:#008710;margin:0}.ai-assistant-modal__title{font-size:14px;line-height:24px;margin:0}.ai-assistant-image__blank{height:auto;position:relative}.ai-assistant-image__blank,.ai-assistant-image__blank-content{align-items:center;display:flex;justify-content:center;width:100%}.ai-assistant-image__blank-content{height:100%;position:absolute}.ai-assistant-image__blank-content.is-dotted{border:1px dotted}.ai-assistant-image__loading{flex-direction:column;gap:8px}.ai-assistant-image__error{align-items:center;display:flex;flex-direction:column;justify-content:center}.ai-assistant-image__error-message{color:red;font-size:10px}.ai-assistant-image__carrousel{flex-direction:column;width:100%}.ai-assistant-image__carrousel-images{align-items:center;display:flex;overflow:hidden;position:relative}.ai-assistant-image__carrousel-images .ai-carrousel__prev{left:0}.ai-assistant-image__carrousel-images .ai-carrousel__next{right:0}.ai-assistant-image__carrousel-images .ai-carrousel__next,.ai-assistant-image__carrousel-images .ai-carrousel__prev{align-items:center;background:#0000;border:none;bottom:0;cursor:pointer;display:flex;height:100%;justify-content:center;opacity:0;position:absolute;top:0;transition:opacity .3s;width:60px;z-index:1}.ai-assistant-image__carrousel-images .ai-carrousel__next:hover,.ai-assistant-image__carrousel-images .ai-carrousel__prev:hover{background-color:#0000004d;opacity:1}.ai-assistant-image__carrousel-images .ai-carrousel__next-icon,.ai-assistant-image__carrousel-images .ai-carrousel__prev-icon{fill:#fff}.ai-assistant-image__carrousel-images .ai-carrousel__next-icon.is-disabled,.ai-assistant-image__carrousel-images .ai-carrousel__prev-icon.is-disabled{fill:gray}.ai-assistant-image__carrousel-footer{display:flex;justify-content:space-between;margin-top:8px}.ai-assistant-image__carrousel-counter{align-items:center;display:flex;font-size:13px;justify-content:flex-start;padding:6px 0}.ai-assistant-image__carrousel-counter .ai-carrousel__next,.ai-assistant-image__carrousel-counter .ai-carrousel__prev{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;justify-content:center;padding:0}.ai-assistant-image__carrousel-counter .ai-carrousel__next-icon.is-disabled,.ai-assistant-image__carrousel-counter .ai-carrousel__prev-icon.is-disabled{fill:gray}.ai-assistant-image__carrousel-image{height:auto;width:100%}.ai-assistant-image__carrousel-image-container{display:flex;height:auto;left:8px;position:absolute;transform:translateX(100%);transition:transform .5s;width:100%}.ai-assistant-image__carrousel-image-container.is-prev{left:-8px;transform:translateX(-100%)}.ai-assistant-image__carrousel-image-container.is-current{position:static;transform:translateX(0)}.ai-assistant-featured-image__usage-counter{color:#646970;display:flex;flex-direction:column;font-size:12px}.ai-assistant-featured-image__usage-counter>span{align-items:center;display:flex;gap:8px;justify-content:space-between}.ai-assistant-featured-image__usage-counter-no-limit{color:red}@keyframes jetpack-external-media-loading-fade{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.jetpack-external-media-browser--visually-hidden{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.modal-open .jetpack-external-media-button-menu__options{display:none}.jetpack-external-media-browser .is-error{margin-bottom:1em;margin-left:0;margin-right:0}.jetpack-external-media-browser .components-placeholder{background-color:#0000}.jetpack-external-media-browser .components-modal__content{overflow:auto;padding-bottom:0;width:100%}@media(min-width:600px){.jetpack-external-media-browser .components-modal__content{height:90vh;width:90vw}}.jetpack-external-media-browser.is-jetpack-app-media{max-width:733px}@media(min-width:600px){.jetpack-external-media-browser.is-jetpack-app-media .components-modal__content{height:90vh;max-width:733px;width:90vw}}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-app-icon{width:69px}.jetpack-external-media-browser.is-jetpack-app-media .components-notice-list{position:relative;z-index:1}.jetpack-external-media-browser.is-jetpack-app-media .components-modal__header{border-bottom:0}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-wrapper__jetpack_app_media-instructions{bottom:-104px;position:relative;right:-56px}.jetpack-external-media-browser.is-jetpack-app-media .components-modal__content{margin-top:0;padding:40px 56px}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__item{animation:animate-drop .3s ease;opacity:1}@media only screen and (min-width:600px){.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__item{padding-top:96px;width:112px}}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser .jetpack-external-media-browser__media__item img{height:80px;width:80px}@keyframes animate-drop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.jetpack-external-media-wrapper__jetpack_app_media-title{color:var(--jp-gray-100);font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-size:24px;font-weight:400;letter-spacing:-.32px;line-height:1.67;margin:0 0 14px}.jetpack-external-media-wrapper__jetpack_app_media-description{color:var(--jp-gray-60);font-size:14px;font-weight:400;line-height:1.43;margin:0;text-align:left}.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-description,.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-title{max-width:100%}@media only screen and (min-width:600px){.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-description,.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-title{max-width:calc(100% - 300px)}}.jetpack-external-media-wrapper__jetpack_app_media-qr-code canvas{height:100px;margin-top:24px;width:100px}.jetpack-external-media-wrapper__jetpack_app_media-instructions img{bottom:0;display:none;position:absolute;right:56px}@media only screen and (min-width:600px){.jetpack-external-media-wrapper__jetpack_app_media-instructions img{display:inline}}.jetpack-external-media-browser__jetpack_app_media_browser{margin:0 -20px}.jetpack-external-media-browser__jetpack_app_media_browser .jetpack-external-media-browser__media{margin:6px 0 -15px}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__toolbar{background-color:#0000;padding:0}.jetpack-external-media-wrapper__jetpack_app_media-qr-code-wrapper{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:space-between}.jetpack-external-media-wrapper__jetpack_app_media .jetpack-external-media-browser__empty{display:none}.jetpack-external-media-browser--is-copying{pointer-events:none}.jetpack-external-media-browser{align-items:flex-start;background:#fff;display:flex;flex-direction:column}.jetpack-external-media-browser .jetpack-external-media-browser__media{width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__item{background:#0000;border:0;display:inline-flex;height:0;padding-top:50%;position:relative;width:50%}.jetpack-external-media-browser .jetpack-external-media-browser__media__item img{display:block;height:calc(100% - 16px);left:8px;object-fit:contain;position:absolute;top:8px;width:calc(100% - 16px)}.jetpack-external-media-browser .jetpack-external-media-browser__media__item.is-transient img{opacity:.3}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;text-align:center;top:0;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator .components-spinner{margin-bottom:8px}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator__label{font-size:12px}.jetpack-external-media-browser .jetpack-external-media-browser__media__folder{align-content:flex-start;align-items:center;display:flex;flex-wrap:wrap;float:left;justify-content:space-between;margin-bottom:36px}.jetpack-external-media-browser .jetpack-external-media-browser__media__info{display:flex;font-size:12px;font-weight:700;justify-content:space-between;padding:3px;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__count{background-color:#dcdcde;border-radius:8px;margin-bottom:auto;padding:3px 4px}.jetpack-external-media-browser .jetpack-external-media-browser__media__item{border:8px solid #0000}.jetpack-external-media-browser .jetpack-external-media-browser__media__item:focus{border-radius:10px;box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color);outline:none}.jetpack-external-media-browser .jetpack-external-media-browser__media__item__selected{border-radius:10px;box-shadow:inset 0 0 0 6px var(--wp-admin-theme-color)}.jetpack-external-media-browser .jetpack-external-media-browser__media__item__selected:focus{box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color),inset 0 0 0 3px #fff,inset 0 0 0 6px var(--wp-admin-theme-color)}.jetpack-external-media-browser .jetpack-external-media-browser__media__placeholder{animation:jetpack-external-media-loading-fade 1.6s ease-in-out infinite;background-color:#ccc;border:0;height:100px;margin:16px;width:100px}.jetpack-external-media-browser .jetpack-external-media-browser__media__toolbar{background:#fff;bottom:0;display:flex;justify-content:flex-end;left:0;padding:20px 0;position:fixed;position:sticky;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__loadmore{clear:both;display:block;margin:24px auto 48px}@media only screen and (min-width:600px){.jetpack-external-media-browser .jetpack-external-media-browser__media__item{padding-top:20%;width:20%}}.jetpack-external-media-header__view{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:48px}@media only screen and (min-width:600px){.jetpack-external-media-header__view{align-items:center;flex-direction:row}}.jetpack-external-media-header__view select{max-width:200px!important}.jetpack-external-media-header__view .components-base-control__field{display:flex;flex-direction:column}.jetpack-external-media-header__filter label,.jetpack-external-media-header__view label{margin-right:10px}.jetpack-external-media-header__filter .components-base-control,.jetpack-external-media-header__view .components-base-control{margin-bottom:0;padding-right:8px}.jetpack-external-media-header__filter{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;justify-content:flex-start}@media only screen and (min-width:600px){.jetpack-external-media-header__filter{border-left:1px solid #ccc;margin-left:16px;padding-left:16px}}.jetpack-external-media-header__filter .jetpack-external-media-date-filter{display:flex;flex-wrap:wrap}.jetpack-external-media-header__filter .jetpack-external-media-date-filter button{height:40px;margin-top:27px}@media only screen and (min-width:783px){.jetpack-external-media-header__filter .jetpack-external-media-date-filter button{height:30px}}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__label{margin-bottom:3px}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__backdrop{border-color:#e0e0e0;border-radius:3px}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__input{height:40px;width:70px}@media only screen and (min-width:783px){.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__input{height:30px}}.jetpack-external-media-header__account{display:flex;flex-direction:column}.jetpack-external-media-header__account .jetpack-external-media-header__account-info{display:flex;margin-bottom:8px}.jetpack-external-media-header__account .jetpack-external-media-header__account-image{margin-right:8px}.jetpack-external-media-header__account .jetpack-external-media-header__account-name{height:18px;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jetpack-external-media-header__account .jetpack-external-media-browser__disconnect{height:40px;margin:1px 1px 9px 0}@media only screen and (min-width:783px){.jetpack-external-media-header__account .jetpack-external-media-browser__disconnect{height:30px}}.jetpack-external-media-header__openverse,.jetpack-external-media-header__pexels{display:flex;margin-bottom:48px}.jetpack-external-media-header__openverse .components-base-control,.jetpack-external-media-header__pexels .components-base-control{flex:1;margin-right:12px}.jetpack-external-media-header__openverse .components-base-control__field,.jetpack-external-media-header__pexels .components-base-control__field{margin-bottom:0}.jetpack-external-media-header__openverse .components-base-control__field,.jetpack-external-media-header__openverse .components-text-control__input,.jetpack-external-media-header__pexels .components-base-control__field,.jetpack-external-media-header__pexels .components-text-control__input{height:100%}.jetpack-external-media-placeholder__open-modal{align-items:center;display:flex;justify-content:center;margin-top:-48px;padding:0;position:absolute;right:0;z-index:1}.jetpack-external-media-placeholder__open-modal .components-button{background:none;margin:0;padding:12px}.jetpack-external-media-placeholder__open-modal .components-button:before{content:none}.jetpack-external-media-placeholder__open-modal .components-button svg{display:block;fill:currentColor}.jetpack-external-media-browsing>div.components-placeholder:not(.jetpack-external-media-replacedholder){display:none}.jetpack-external-media-browser__empty{padding-top:2em;text-align:center;width:100%}.jetpack-external-media-auth{margin:0 auto;max-width:340px;padding-bottom:80px;text-align:center}.jetpack-external-media-auth p{margin:2em 0}.jetpack-external-media-filters{display:flex;justify-content:space-between}.jetpack-external-media-button-menu__dropdown{width:100%}.jetpack-external-media-button-menu__dropdown .jetpack-external-media-button-menu{flex-direction:row;padding-left:12px;padding-right:12px;text-align:left;width:100%}.jetpack-external-media-button-menu__dropdown .jetpack-external-media-button-menu .jetpack-external-media-button-menu__label{flex-grow:2}.jetpack-external-media-button-wrapper{display:flex}.components-placeholder__fieldset .components-dropdown .jetpack-external-media-button-menu,.editor-post-featured-image .components-dropdown .jetpack-external-media-button-menu{margin-bottom:1em;width:auto}.components-placeholder__fieldset .components-dropdown .jetpack-external-media-button-menu>svg,.editor-post-featured-image .components-dropdown .jetpack-external-media-button-menu>svg{display:none}.editor-post-featured-image .components-dropdown{display:initial}.block-editor-inserter__media-panel .components-search-control input[type=search].components-search-control__input[placeholder~=Google],.block-editor-inserter__media-panel .components-search-control input[type=search].components-search-control__input[placeholder~=Google]+.components-search-control__icon{display:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{align-items:center;background:#000;border-radius:2px;box-shadow:inset 0 0 1px #fff;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;justify-content:space-between;padding:0 20px;text-transform:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-title{color:#fff;margin-bottom:10px;margin-right:10px;margin-top:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__title{margin-right:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{flex-shrink:0;height:28px;line-height:1;margin-bottom:10px;margin-left:auto;margin-top:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#e34c84;color:#fff;text-decoration:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background:#eb6594}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background-image:linear-gradient(-45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-bottom:12px;margin-top:0}.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper{max-width:840px;width:100%}.jetpack-paid-block-symbol,.jetpack-upgrade-plan__hidden{display:none}.jetpack-enable-upgrade-nudge .block-editor-block-icon{position:relative}.jetpack-enable-upgrade-nudge .block-editor-block-icon>svg{overflow:visible}.jetpack-enable-upgrade-nudge svg.jetpack-paid-block-symbol{display:block;left:calc(100% - 1px);position:absolute;top:3px}.jetpack-enable-upgrade-nudge .components-placeholder__label .jetpack-paid-block-symbol{display:none}.wp-block-cover.is-placeholder{display:block}.paid-block-media-placeholder{width:100%}.wp-block-cover:not(.is-placeholder) .paid-block-media-placeholder{bottom:0;left:0;position:absolute;right:0;top:0}.block-editor-block-list__block.is-upgradable.is-selected.is-placeholder{background-color:#0000;padding-top:0}.block-editor-block-list__layout .block-editor-block-list__block.is-upgradable:focus:after{box-shadow:none}.interface-interface-skeleton__editor{max-width:100%}.is-beta-extension{box-shadow:0 0 3px #2fb41f;position:relative;transition:box-shadow .5s linear}.is-beta-extension.inset-shadow{box-shadow:inset 0 0 3px #2fb41f}.is-beta-extension:before{background-color:#2fb41f;border-radius:4px;color:#fff;content:"BETA";font-size:11px;font-weight:600;height:24px;line-height:24px;opacity:1;padding:0 5px;position:absolute;right:3px;top:3px;transition:visibility .5s,opacity .5s linear;visibility:visible;z-index:10000}.is-beta-extension:focus,.is-beta-extension:hover{box-shadow:none}.is-beta-extension:focus:before,.is-beta-extension:hover:before{opacity:0;visibility:hidden}.jetpack-ai-usage-panel{width:100%}.jetpack-ai-usage-panel p.muted{color:#646970}.jetpack-ai-usage-panel .jetpack-ai-usage-panel-upgrade-button{margin-top:1em}.jetpack-ai-usage-panel{--spacing-base:8px}.jetpack-ai-usage-panel .components-base-control{margin:0}.jetpack-ai-usage-panel .jetpack-ai-usage-panel-loading{background-color:#dcdcde;height:calc(var(--spacing-base)*11 + .5px)}.jetpack-ai-usage-panel .ai-assistant-usage-bar-wrapper{background-color:#dcdcde;border-radius:2px;height:4px;margin:0;overflow:hidden;width:100%}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage{background-color:#069e08;border-radius:2px;height:100%}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage.warning{background-color:#f2cf75}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage.danger{background-color:#d63639}.jetpack-ai-usage-panel .jetpack-ai-usage-panel__loading-placeholder{background-color:#c3c4c7;margin-top:var(--spacing-base)}.jetpack-ai-usage-panel__available-requests{font-size:16px;font-weight:600;margin-bottom:8px;margin-top:0}@keyframes R2i0K45dEF157drbVRPI{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.NisihrgiIKl_knpYJtfg{animation:R2i0K45dEF157drbVRPI 1.5s infinite;background-color:var(--jp-gray);height:100%;width:100%}.jetpack-ai-feedback-control .components-base-control:last-child{margin-bottom:0}.ai-assistant__i18n-dropdown{width:100%}.ai-assistant__i18n-dropdown .components-dropdown-menu__toggle{display:flex;gap:8px;width:100%}.ai-assistant__i18n-dropdown__toggle-label{flex-grow:2;text-align:left}.ai-assistant__tone-dropdown{width:100%}.ai-assistant__tone-dropdown .components-dropdown-menu__toggle{display:flex;gap:8px;width:100%}.ai-assistant__tone-dropdown__toggle-label{flex-grow:2;text-align:left;width:100}.block-editor-block-toolbar__slot{flex-shrink:0}.wp-block-ai-generate-suggestion{padding:0}.wp-block-ai-generate-suggestion .components-text-control__input{margin:10px;width:80%}.wp-block-ai-generate-suggestion .components-button.is-primary{margin:10px}.wp-block-jetpack-ai-assistant .jetpack-ai-assistant__content{opacity:1;transition:opacity .2s ease-in-out}.wp-block-jetpack-ai-assistant.is-waiting-response .jetpack-ai-assistant__content{opacity:.5}.jetpack-ai-assistant__error{color:var(--wp--preset--color--black);margin:0 0 8px}.jetpack-ai-assistant__accept{display:flex;justify-content:right;margin:12px}.jetpack-ai-assistant__content{overflow-x:auto}.jetpack-ai-assistant__content table{border-collapse:collapse;width:100%}.jetpack-ai-assistant__content thead{border-bottom:3px solid}.jetpack-ai-assistant__content tfoot{border-top:3px solid}.jetpack-ai-assistant__content td,.jetpack-ai-assistant__content th{border:1px solid;padding:.5em}.jetpack-ai-assistant__content .has-fixed-layout{table-layout:fixed;width:100%}.jetpack-ai-assistant__content .has-fixed-layout td,.jetpack-ai-assistant__content .has-fixed-layout th{word-break:break-word}.jetpack-ai-assistant__content.aligncenter,.jetpack-ai-assistant__content.alignleft,.jetpack-ai-assistant__content.alignright{display:table;width:auto}.jetpack-ai-assistant__content.aligncenter td,.jetpack-ai-assistant__content.aligncenter th,.jetpack-ai-assistant__content.alignleft td,.jetpack-ai-assistant__content.alignleft th,.jetpack-ai-assistant__content.alignright td,.jetpack-ai-assistant__content.alignright th{word-break:break-word}.jetpack-ai-assistant__content .has-border-color td,.jetpack-ai-assistant__content .has-border-color th,.jetpack-ai-assistant__content .has-border-color tr,.jetpack-ai-assistant__content .has-border-color>*{border-color:inherit}.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child,.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child td,.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child th,.jetpack-ai-assistant__content table[style*=border-top-color]>*,.jetpack-ai-assistant__content table[style*=border-top-color]>* td,.jetpack-ai-assistant__content table[style*=border-top-color]>* th{border-top-color:inherit}.jetpack-ai-assistant__content table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.jetpack-ai-assistant__content table[style*=border-right-color] td:last-child,.jetpack-ai-assistant__content table[style*=border-right-color] th,.jetpack-ai-assistant__content table[style*=border-right-color] tr,.jetpack-ai-assistant__content table[style*=border-right-color]>*{border-right-color:inherit}.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child,.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child td,.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child th,.jetpack-ai-assistant__content table[style*=border-bottom-color]>*,.jetpack-ai-assistant__content table[style*=border-bottom-color]>* td,.jetpack-ai-assistant__content table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.jetpack-ai-assistant__content table[style*=border-left-color] td:first-child,.jetpack-ai-assistant__content table[style*=border-left-color] th,.jetpack-ai-assistant__content table[style*=border-left-color] tr,.jetpack-ai-assistant__content table[style*=border-left-color]>*{border-left-color:inherit}.jetpack-ai-assistant__content table[style*=border-style] td,.jetpack-ai-assistant__content table[style*=border-style] th,.jetpack-ai-assistant__content table[style*=border-style] tr,.jetpack-ai-assistant__content table[style*=border-style]>*{border-style:inherit}.jetpack-ai-assistant__content table[style*=border-width] td,.jetpack-ai-assistant__content table[style*=border-width] th,.jetpack-ai-assistant__content table[style*=border-width] tr,.jetpack-ai-assistant__content table[style*=border-width]>*{border-style:inherit;border-width:inherit}.wp-block-ai-image-image{cursor:pointer;height:128px;width:128px}.jetpack-ai-assistant__templates-control svg{padding-right:4px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper{flex-wrap:nowrap}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-connect-banner__description,.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-connect-banner__description,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description{line-height:24px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background-color:#fff;color:#000;margin-bottom:8px;margin-top:8px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background-color:#f6f7f7}.jetpack-ai-assistant__custom-prompt{width:800px}.jetpack-ai-assistant__custom-prompt__footer{display:flex;gap:8px;justify-content:flex-end}.jetpack-contact-form{margin-top:16px}.jetpack-components-ai-control__container-wrapper.jetpack-ai-assistant-extension-ai-input{position:sticky;z-index:1}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path{animation:fadingSpark .3s ease-in-out infinite alternate}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path.spark-first{animation-delay:.2s}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path.spark-second{animation-delay:.6s}.jetpack-ai-assistant__info{margin:0 0 8px}@keyframes fadingSpark{to{opacity:.3}}.jetpack-ai-chat-copy-button-container{margin:1rem 0}.jetpack-ai-chat-copy-button-container button{background:none;border:none;color:var(--wp--preset--color--secondary);cursor:pointer;display:block;font-size:16px;padding:inherit;position:relative;transition:.3s}.jetpack-ai-chat-copy-button-container button:disabled{cursor:not-allowed;opacity:.5}.jetpack-ai-chat-copy-button-container button .copy-icon{margin-right:.5rem;vertical-align:middle}.jetpack-ai-chat-error-container{color:#dc3232;font-size:1rem;margin:1rem 0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input{flex:auto;flex-grow:4}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input .components-base-control__field{margin-bottom:0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-button{display:block;flex:auto;flex-grow:1;height:53px;margin-left:10px;text-wrap:nowrap;white-space:-moz-pre-space}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references{font-size:1rem;margin-top:12px}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references hr{margin:1rem 0}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input{flex:auto;flex-grow:4}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-submit{flex:auto;flex-grow:1;height:53px;margin-left:10px;text-wrap:nowrap}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a{border:none;border-radius:2px;cursor:pointer;margin-left:.5rem;padding:.5rem;transition:.3s}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a svg{width:20px;fill:var(--wp--preset--color--contrast);vertical-align:middle}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a:disabled{cursor:not-allowed;opacity:.5}.interface-more-menu-dropdown__content .components-button .jetpack-logo,.interface-pinned-items .components-button .jetpack-logo{height:20px;width:20px}.edit-post-more-menu__content .components-icon-button .jetpack-logo{margin-right:4px}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-triangle{stroke:none!important}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-circle{fill:#069e08!important}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-triangle{fill:#fff!important}.jetpack-ai-proofread{margin-bottom:24px}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=complex-words]{border-color:#f0b849}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=unconfident-words]{border-color:#09b585}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=long-sentences]{border-color:#7a00df}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=spelling-mistakes]{border-color:#d63638}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=complex-words]{background-color:#f0b849}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=unconfident-words]{background-color:#09b585}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=long-sentences]{background-color:#7a00df}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=spelling-mistakes]{background-color:#d63638}.jetpack-ai-proofread .components-checkbox-control__input:disabled{background-color:#ddd;border-color:#ddd}.jetpack-ai-proofread .components-toggle-control{color:#1e1e1e;margin-bottom:16px}.jetpack-ai-proofread__grade-label{color:#757575;margin-left:12px}.jetpack-ai-proofread__help-text{color:#757575;font-size:12px}.jetpack-ai-proofread .feature-checkboxes-container{display:flex;flex-direction:column;gap:12px}[class^=jetpack-ai-breve__has-proofread-highlight]{border-bottom:3px solid;transition:background-color;transition-duration:.3s}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=complex-words]{border-bottom-color:#f0b849}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=unconfident-words]{border-bottom-color:#09b585}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=long-sentences]{border-bottom-color:#7a00df}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=spelling-mistakes]{border-bottom-color:#d63638}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__is-loading{animation-duration:1s;animation-iteration-count:infinite;animation-name:jetpack-ai-breve-loading-pulse}@keyframes jetpack-ai-breve-loading-pulse{0%{opacity:1}50%{opacity:.3}to{opacity:1}}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=complex-words]{background-color:#f0b84933}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=unconfident-words]{background-color:#09b58533}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=long-sentences]{background-color:#7a00df33}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=spelling-mistakes]{background-color:#d6363833}.jetpack-ai-breve__highlight-popover{color:#000;cursor:default;font-size:13px;font-style:normal;font-weight:400;line-height:18px;width:auto}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content{align-items:center;display:flex;flex-direction:column}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content.jetpack-ai-breve__has-suggestions{align-items:flex-start}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content.jetpack-ai-breve__has-suggestions .jetpack-ai-breve__suggestions-container{max-height:168px;overflow-x:hidden;overflow-y:auto;padding:3px 0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container{display:flex;gap:32px;height:40px;justify-content:space-between;width:100%}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action,.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title{padding:8px 12px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title{align-items:center;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:flex-start;white-space:nowrap}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color{border-radius:50%;height:10px;width:10px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=complex-words]{background-color:#f0b849}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=unconfident-words]{background-color:#09b585}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=long-sentences]{background-color:#7a00df}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=spelling-mistakes]{background-color:#d63638}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action{align-items:center;display:flex;font-size:13px;gap:4px;justify-content:flex-end}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button{height:24px;padding-bottom:0;padding-right:0;padding-top:0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button path,.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button>svg{fill:#0277a8}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__loading{align-items:center;display:flex;height:24px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__loading svg{margin-top:0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container{border-top:1px solid #dcdcde;display:flex;flex-direction:column;width:100%}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .jetpack-ai-breve__spelling-suggestion+.jetpack-ai-breve__spelling-suggestion{border-top:1px solid #dcdcde}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .jetpack-ai-breve__spelling-suggestion.components-button.is-tertiary{padding:8px 12px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .components-button.is-tertiary{color:#000;height:unset;line-height:20px;min-height:36px;min-width:320px;padding-bottom:16px;padding-top:16px;text-align:unset;white-space:break-spaces}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper{align-items:center;background-color:#f6f7f7;border-radius:4px;color:#646970;display:flex;font-size:12px;gap:8px;justify-content:space-between;margin:4px;padding:4px 8px;white-space:nowrap;width:calc(100% - 8px)}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper .jetpack-ai-breve__helper-buttons-wrapper{display:flex;gap:16px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper .components-button{color:#646970;padding:0}.ai-assistant-post-feedback__suggestion{margin-bottom:-32px;padding:18px 0}.jetpack-ai-title-optimization__keywords{margin-bottom:16px;margin-top:32px}.jetpack-ai-title-optimization__keywords__textarea{display:flex;justify-content:center}.jetpack-ai-title-optimization__keywords__textarea div{width:100%}.jetpack-ai-title-optimization__keywords__textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.jetpack-ai-title-optimization__keywords__textarea textarea:disabled{opacity:.5}.jetpack-ai-title-optimization__keywords__button{display:flex;justify-content:flex-end;margin-top:8px}.jetpack-ai-title-optimization__options{margin-top:16px}.jetpack-ai-title-optimization__option{align-items:start;display:flex;gap:16px;justify-content:left;margin-bottom:16px}.jetpack-ai-title-optimization__option>input{margin-top:8px}@media screen and (max-width:600px){.jetpack-ai-title-optimization__option-input{min-width:10%}}.jetpack-ai-title-optimization__option-content{display:flex;flex-direction:column}.jetpack-ai-title-optimization__option-label{font-size:15px;font-weight:600;line-height:22px}.jetpack-ai-title-optimization__option-description{font-size:13px;font-weight:400;line-height:20px;padding-top:4px}.jetpack-ai-title-optimization__loading{align-items:center;display:flex;flex-direction:column;gap:16px;height:200px;justify-content:center;width:100%}.jetpack-ai-title-optimization__error,.jetpack-ai-title-optimization__intro{margin-top:16px}.jetpack-ai-title-optimization__cta{align-items:center;display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.jetpack-ai-title-optimization__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:20px 32px}.jetpack-ai-sidebar__feature-section{margin-bottom:2em}.jetpack-ai-sidebar__feature-section p,.jetpack-ai-sidebar__feature-section p>*{text-wrap:pretty}.jetpack-ai-feedback__label{display:flex;gap:16px}.jetpack-ai-feedback__label .components-toggle-control{margin-bottom:8px}.jetpack-ai__feedback-button .icon{color:#a7aaad;height:20px;margin-left:4px;width:20px}.jetpack-blogging-prompt{border:1px solid #ddd;border-radius:2px;box-sizing:border-box;padding:24px}.jetpack-blogging-prompt__label{background:no-repeat url(images/icon-cd4e9ecf53fadf95246d.svg);background-position:-5px;background-size:24px 24px;font-size:14px;margin-bottom:16px;padding-inline-start:22px}.jetpack-blogging-prompt__label.is-bloganuary-icon{background:no-repeat url(images/bloganuary-icon-20e07d1c81f21708f183.svg);background-position:0;padding-inline-start:26px}.jetpack-blogging-prompt__text{font-size:24px;margin-bottom:16px}.jetpack-blogging-prompt__answers-link{display:inline-block;margin-inline-start:10px;text-decoration:underline}.jetpack-blogging-prompt__answers{font-size:16px}.jetpack-blogging-prompt__answers-gravatar{border:2px solid #fff;border-radius:50%;height:24px;vertical-align:middle;width:24px}.jetpack-blogging-prompt__answers-gravatar:first-child{margin-inline-start:-2px}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:-15px}.jetpack-blogging-prompt__spinner{text-align:center}.jetpack-blogging-prompt.is-style-quote{border:none;border-inline-start:4px solid #2f2f2f;margin-bottom:16px;padding:0 24px}@media only email{.jetpack-blogging-prompt__label{background:none;padding-inline-start:0}.jetpack-blogging-prompt__answers,.jetpack-blogging-prompt__answers-gravatar{margin-bottom:0}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:0}}.wp-block-jetpack-business-hours{overflow:hidden}@media(min-width:480px){.wp-block-jetpack-business-hours dd,.wp-block-jetpack-business-hours dt{display:inline-block}}.wp-block-jetpack-business-hours dt{min-width:30%;vertical-align:top}.wp-block-jetpack-business-hours dd{margin:0}@media(min-width:480px){.wp-block-jetpack-business-hours dd{max-width:calc(70% - .5em)}}.wp-block-jetpack-business-hours .components-base-control__label,.wp-block-jetpack-business-hours .components-toggle-control__label{font-size:13px}.wp-block-jetpack-business-hours .components-base-control__field{margin-bottom:0}.wp-block-jetpack-business-hours .jetpack-business-hours__item{margin-bottom:.5em}.wp-block-jetpack-business-hours .business-hours__row{display:flex;line-height:normal;margin-bottom:4px}.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add,.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__closed{margin-bottom:20px}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day{align-items:flex-start;display:flex;width:44%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day .business-hours__day-name{font-weight:700;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;width:60%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day .components-form-toggle{margin-right:4px;margin-top:4px}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{align-items:center;display:flex;flex-wrap:wrap;margin:0;width:44%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-button{padding:0}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control{display:inline-block;margin-bottom:0;width:48%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control.business-hours__open{margin-right:4%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control .components-base-control__label{margin-bottom:0}.wp-block-jetpack-business-hours .business-hours__remove{align-self:flex-end;margin-bottom:8px;text-align:center;width:10%}.wp-block-jetpack-business-hours .business-hours-row__add button:hover{box-shadow:none!important}.wp-block-jetpack-business-hours .business-hours__remove button{display:block;margin:0 auto}.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:active,.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:focus,.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:hover,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:active,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:focus,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:hover{background:none;box-shadow:none}@media(max-width:1080px){.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}}@media(max-width:600px){.wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}@media(min-width:480px){.jetpack-business-hours dd,.jetpack-business-hours dt{display:inline-block}}.jetpack-business-hours dt{font-weight:700;margin-inline-end:.5em;min-width:30%;vertical-align:top}.jetpack-business-hours dd{margin:0}@media(min-width:480px){.jetpack-business-hours dd{max-width:calc(70% - .5em)}}.jetpack-business-hours__item{margin-bottom:.5em}.jetpack-block-width-controls{align-items:center;display:flex}.jetpack-block-width-controls .components-button-group{display:flex;margin-right:1em}.jetpack-block-width-controls:not(.is-aligned) .components-unit-control-wrapper{flex:1}.wp-block[data-type="jetpack/button"]{display:inline-block;margin:0 auto}.wp-block[data-align=center] .wp-block-jetpack-button{display:flex;justify-content:center}.wp-block[data-align=right] .wp-block-jetpack-button{display:flex;justify-content:flex-end}div[data-type="jetpack/button"]:not([data-align=left]):not([data-align=right]){width:100%}div[data-type="jetpack/button"][data-align]{width:100%;z-index:1}.wp-block-button__link.has-custom-width,.wp-block-jetpack-button,div[data-type="jetpack/button"][data-align] .wp-block>div{max-width:100%}.jetpack-block-styles-selector .editor-styles-wrapper .block-editor-block-list__block{margin:0}.jetpack-block-styles-selector-toolbar .is-active{font-weight:700}.wp-block-jetpack-calendly{position:relative}.wp-block-jetpack-calendly-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-calendly-link-editable{cursor:text}.wp-block-jetpack-calendly-embed-form-sidebar{display:flex;margin-bottom:1em}.wp-block-jetpack-calendly-learn-more{margin-top:1em}.wp-block-jetpack-calendly-color-notice{margin:0}div[data-align=center]>.wp-block-jetpack-calendly{text-align:center}.wp-block-jetpack-calendly .components-placeholder__fieldset input{flex:1}.admin-bar .calendly-overlay .calendly-popup-close{top:47px}.wp-block-jetpack-calendly.calendly-style-inline{height:630px;position:relative}.wp-block-jetpack-calendly .calendly-spinner{top:50px}.wp-block-jetpack-calendly.aligncenter{text-align:center}.wp-block-jetpack-calendly .wp-block-jetpack-button{color:#fff}.wp-block-jetpack-cookie-consent{align-items:center;background-color:#0000;bottom:unset;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;position:static}.wp-block-jetpack-cookie-consent:not(.is-selected) *{pointer-events:none}.wp-block-jetpack-cookie-consent:not(.is-selected):before{content:unset}.wp-block-jetpack-cookie-consent.alignleft,.wp-block-jetpack-cookie-consent.alignright{flex-wrap:nowrap;margin-left:0!important;margin-right:0!important;max-width:50%}.wp-block-jetpack-cookie-consent.alignright{margin-left:auto!important}.wp-block-jetpack-cookie-consent.alignwide{left:unset;max-width:unset;width:unset}.wp-block-jetpack-cookie-consent .wp-block-button__link{white-space:nowrap!important}.jetpack-contact-info-block .block-editor-plain-text.block-editor-plain-text:focus{box-shadow:none}.jetpack-contact-info-block .block-editor-plain-text{border:none;border-radius:4px;box-shadow:none;color:inherit;display:block;flex-grow:1;font-family:inherit;font-size:inherit;line-height:inherit;margin:.5em 0;min-height:unset;padding:0;resize:none}.block-editor-inserter__preview .jetpack-contact-info-block{padding:16px}.block-editor-inserter__preview .jetpack-contact-info-block>.block-editor-inner-blocks>.block-editor-block-list__layout{margin:0}.wp-block-jetpack-contact-info{margin-bottom:1.5em}.jetpack-block-nudge.block-editor-warning{margin-bottom:12px}.jetpack-block-nudge .block-editor-warning__message{margin:13px 0}.jetpack-block-nudge .block-editor-warning__actions{line-height:1}.jetpack-block-nudge .jetpack-block-nudge__info{display:flex;flex-direction:row;font-size:13px;line-height:1.4}.jetpack-block-nudge .jetpack-block-nudge__text-container{display:flex;flex-direction:column}.jetpack-block-nudge .jetpack-block-nudge__title{font-size:14px}.jetpack-block-nudge .jetpack-block-nudge__message{color:#646970}.jetpack-stripe-nudge__banner .block-editor-warning__contents{align-items:center}.jetpack-stripe-nudge__icon{align-self:center;background:#0675c4;border-radius:50%;box-sizing:initial;color:#fff;fill:#fff;flex-shrink:0;margin-right:16px;padding:6px}.jetpack-stripe-nudge__banner span a.jetpack-stripe-nudge__link{color:#0675c4}.jp-components-spinner{align-items:center;display:flex}.jp-components-spinner__inner,.jp-components-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid #0000;border-radius:50%;box-sizing:border-box;margin:auto}.jp-components-spinner__outer{border-top-color:#fff}.jp-components-spinner__inner{border-right-color:#fff;border-top-color:#fff;height:100%;opacity:.4;width:100%}.wp-block-jetpack-donations .donations__container{border:1px solid #ccc}.wp-block-jetpack-donations .donations__nav{border-bottom:1px solid #ccc;display:flex}.wp-block-jetpack-donations .donations__nav-item{background:#fff;border-inline-start:1px solid #ccc;color:#1e1e1e;cursor:pointer;display:inline-block;flex:1;font-size:16px;font-weight:700;padding:12px;text-align:center}@media(min-width:600px){.wp-block-jetpack-donations .donations__nav-item{padding:16px 24px}}.wp-block-jetpack-donations .donations__nav-item:first-child{border-inline-start:none}.wp-block-jetpack-donations .donations__nav-item.is-active{background:#1e1e1e;color:#fff;cursor:default}.wp-block-jetpack-donations .donations__content{padding:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__content{padding:32px}}.wp-block-jetpack-donations .donations__content h4,.wp-block-jetpack-donations .donations__content p{margin:0 0 16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__content h4,.wp-block-jetpack-donations .donations__content p{margin:0 0 24px}}.wp-block-jetpack-donations .donations__amounts{display:flex;flex-wrap:wrap;margin-bottom:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__amounts{margin:0 0 24px}}.wp-block-jetpack-donations .donations__amount{background-color:#fff;border:1px solid #ccc;color:#1e1e1e;display:inline-block;font-size:16px;font-weight:600;margin-inline-end:8px;margin-bottom:8px;padding:16px 24px;white-space:nowrap}.wp-block-jetpack-donations .donations__amount.has-error{box-shadow:0 0 0 1px #fff,0 0 0 3px #cc1818;outline:2px solid #0000;outline-offset:-2px}.wp-block-jetpack-donations .donations__custom-amount .donations__amount-value{display:inline-block;margin-inline-start:4px;min-width:60px}.wp-block-jetpack-donations .donations__separator{margin-bottom:16px;margin-top:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__separator{margin-bottom:32px;margin-top:32px}}.wp-block-jetpack-donations .donations__donate-button,.wp-block-jetpack-donations .donations__donate-button-wrapper{margin:0}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount{cursor:text}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount.has-focus{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:-2px}.editor-styles-wrapper .wp-block-jetpack-donations .donations__custom-amount{cursor:default}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount .block-editor-rich-text__editable{display:inline-block;text-align:left}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount .block-editor-rich-text__editable:focus{box-shadow:none;outline:none;outline-offset:0}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount [data-rich-text-placeholder]:after{color:#ccc;opacity:1}.editor-styles-wrapper .wp-block-jetpack-donations .donations__custom-amount .donations__amount-value{color:#ccc}.editor-styles-wrapper .wp-block-jetpack-donations .donations__donate-button-wrapper:not(.alignleft):not(.alignright){margin:0}.editor-styles-wrapper .wp-block-jetpack-donations .jetpack-block-nudge{max-width:none}.jetpack-donations__currency-toggle{font-weight:700;line-height:100%;width:max-content}.jetpack-donations__currency-popover .components-popover__content{min-width:130px}.wp-block-jetpack-eventbrite{position:relative}.wp-block-jetpack-eventbrite .components-placeholder__learn-more{margin-top:1em}[data-type="jetpack/eventbrite"][data-align=center]{text-align:center}.wp-block-jetpack-gif{clear:both;margin:0 0 20px}.wp-block-jetpack-gif figure{margin:0;position:relative;width:100%}.wp-block-jetpack-gif.aligncenter{text-align:center}.wp-block-jetpack-gif.alignleft,.wp-block-jetpack-gif.alignright{min-width:300px}.wp-block-jetpack-gif .wp-block-jetpack-gif-caption{color:#949494;margin-bottom:1em;margin-top:.5em;text-align:center}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper{height:0;margin:0;padding:calc(56.2% + 12px) 0 0;position:relative;width:100%}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper iframe{border:0;height:100%;inset-inline-start:0;position:absolute;top:0;width:100%}.wp-block-jetpack-gif figure{transition:padding-top 125ms ease-in-out}.wp-block-jetpack-gif figure .wp-block-jetpack-gif_input-container{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:10px}.wp-block-jetpack-gif figure .wp-block-jetpack-gif_input{max-width:400px}.wp-block-jetpack-gif .components-base-control__field{text-align:center}.wp-block-jetpack-gif .components-placeholder__label svg{margin-right:1ch}.wp-block-jetpack-gif .wp-block-jetpack-gif_cover{background:none;border:none;height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.wp-block-jetpack-gif .wp-block-jetpack-gif_cover:focus{outline:none}.wp-block-jetpack-gif .wp-block-jetpack-gif_input{flex:1;margin-right:6px}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnails-container{display:flex;margin:-2px 0 2px -2px;overflow-x:auto;width:calc(100% + 4px)}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnails-container::-webkit-scrollbar{display:none}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container{align-items:center;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:3px;cursor:pointer;display:flex;justify-content:center;margin:2px;padding:0 0 calc(10% - 4px);width:calc(10% - 4px)}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container:hover{box-shadow:0 0 0 1px #949494}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container:focus{box-shadow:0 0 0 2px var(--wp-admin-theme-color);outline:0}.components-panel__body-gif-branding svg{display:block;margin:0 auto;max-width:200px}.components-panel__body-gif-branding svg path{fill:#e0e0e0}.wp-block-jetpack-google-calendar{min-width:420px}.wp-block-jetpack-google-calendar iframe{border:none;width:100%}.wp-block-jetpack-google-calendar>amp-iframe>[placeholder]{line-height:1}.wp-block-jetpack-google-calendar>amp-iframe>noscript{display:inline-block!important}.wp-block-jetpack-google-calendar>amp-iframe>noscript>iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-block-jetpack-google-calendar-embed-form-sidebar textarea{height:75px;width:100%}.wp-block-jetpack-google-calendar-embed-form-sidebar button{display:block;margin-top:8px}.wp-block-jetpack-google-calendar-embed-form-editor{margin:0}.wp-block-jetpack-google-calendar-embed-form-editor textarea{flex:1;font-family:inherit;font-size:inherit;height:36px;margin-right:1px;padding-top:9px}.wp-block-jetpack-google-calendar-placeholder-links{margin-top:19px}.wp-block-jetpack-google-calendar ol.wp-block-jetpack-google-calendar-placeholder-instructions{font-family:inherit;list-style-position:inside;margin:0;padding:0}.wp-block-jetpack-google-calendar ol.wp-block-jetpack-google-calendar-placeholder-instructions li{margin-bottom:19px;text-align:left}.wp-block-jetpack-google-calendar .components-placeholder__label{margin-bottom:19px}.wp-block-jetpack-google-calendar .components-placeholder p{margin:0 0 19px}.wp-block-jetpack-image-compare{margin-inline-end:0;margin-inline-start:0}.wp-block-jetpack-image-compare img{max-width:100%}.jx-slider.jx-slider{inset-inline-start:1px;top:1px;width:calc(100% - 2px)}.image-compare__placeholder>.components-placeholder{align-items:center;flex-direction:row}.image-compare__placeholder>.components-placeholder>.components-placeholder__label{display:none}.image-compare__placeholder>.components-placeholder .components-placeholder{background:none}.image-compare__image-after,.image-compare__image-before{display:flex;flex:1;flex-direction:column;position:relative}.image-compare__image-after .components-placeholder.components-placeholder,.image-compare__image-before .components-placeholder.components-placeholder{box-shadow:none;min-height:0;padding:0}.image-compare__image-after .components-placeholder.components-placeholder .components-placeholder__instructions,.image-compare__image-before .components-placeholder.components-placeholder .components-placeholder__instructions{display:none}.components-placeholder.is-large .image-compare__image-before{padding-inline-end:12px}.components-placeholder.is-large .image-compare__image-after{padding-inline-start:12px}.components-placeholder.is-medium .image-compare__image-before{margin-bottom:24px}[data-type="jetpack/image-compare"]:not(.is-selected) .image-compare__comparison{pointer-events:none}.juxtapose .components-placeholder{border:none;box-shadow:none;padding:0}.juxtapose .components-placeholder .components-placeholder__label{display:none}.juxtapose .components-placeholder .image-compare__image-after,.juxtapose .components-placeholder .image-compare__image-before{flex:none;padding:0;width:100%}.juxtapose .components-placeholder:before{background:#fff;content:"";display:block;height:4px;position:absolute;width:100%;z-index:2}.juxtapose .components-placeholder .image-compare__image-after{height:50%;overflow:hidden;position:absolute;width:100%}.juxtapose .components-placeholder .image-compare__image-after img{align-self:flex-end;display:flex;height:200%;max-width:none;width:100%}div.juxtapose{font-family:Helvetica,Arial,sans-serif;width:100%}div.jx-slider{color:#f3f3f3;cursor:pointer;height:100%;overflow:hidden;position:relative;width:100%}div.jx-handle{cursor:col-resize;height:100%;margin-left:-20px;position:absolute;width:40px;z-index:15}.vertical div.jx-handle{cursor:row-resize;height:40px;margin-left:0;margin-top:-20px;width:100%}div.jx-control{background-color:currentColor;height:100%;margin-left:auto;margin-right:auto;width:3px}.vertical div.jx-control{background-color:currentColor;height:3px;position:relative;top:50%;transform:translateY(-50%);width:100%}div.jx-controller{background-color:currentColor;bottom:0;height:60px;margin:auto auto auto -3px;position:absolute;top:0;width:9px}.vertical div.jx-controller{height:9px;margin-left:auto;margin-right:auto;position:relative;top:-3px;width:100px}div.jx-arrow{bottom:0;margin:auto;top:0}.vertical div.jx-arrow,div.jx-arrow{height:0;position:absolute;transition:all .2s ease;width:0}.vertical div.jx-arrow{left:0;margin:0 auto;right:0}div.jx-arrow.jx-left{border-color:#0000 currentcolor #0000 #0000;border-style:solid;border-width:8px 8px 8px 0;left:2px}div.jx-arrow.jx-right{border-color:#0000 #0000 #0000 currentcolor;border-style:solid;border-width:8px 0 8px 8px;right:2px}.vertical div.jx-arrow.jx-left{border-color:#0000 #0000 currentcolor;border-style:solid;border-width:0 8px 8px;left:0;top:2px}.vertical div.jx-arrow.jx-right{border-color:currentcolor #0000 #0000;border-style:solid;border-width:8px 8px 0;bottom:2px;right:0;top:auto}div.jx-handle:active div.jx-arrow.jx-left,div.jx-handle:hover div.jx-arrow.jx-left{left:-1px}div.jx-handle:active div.jx-arrow.jx-right,div.jx-handle:hover div.jx-arrow.jx-right{right:-1px}.vertical div.jx-handle:active div.jx-arrow.jx-left,.vertical div.jx-handle:hover div.jx-arrow.jx-left{left:0;top:0}.vertical div.jx-handle:active div.jx-arrow.jx-right,.vertical div.jx-handle:hover div.jx-arrow.jx-right{bottom:0;right:0}div.jx-image{display:inline-block;height:100%;overflow:hidden;position:absolute;top:0}.vertical div.jx-image{left:0;top:auto;width:100%}div.jx-slider div.jx-image img{height:100%!important;margin-bottom:0;max-height:none!important;max-width:none!important;position:absolute;width:auto!important;z-index:5}div.jx-slider.vertical div.jx-image img{height:auto!important;width:100%!important}div.jx-image.jx-left{background-position:0;left:0}div.jx-image.jx-left img{left:0}div.jx-image.jx-right{background-position:100%;right:0}div.jx-image.jx-right img{bottom:0;right:0}.veritcal div.jx-image.jx-left{background-position:top;top:0}.veritcal div.jx-image.jx-left img{top:0}.vertical div.jx-image.jx-right{background-position:bottom;bottom:0}.veritcal div.jx-image.jx-right img{bottom:0}div.jx-image div.jx-label{background-color:#000;background-color:#000000b3;color:#fff;display:inline-block;font-size:1em;line-height:18px;padding:.25em .75em;position:relative;top:0;vertical-align:middle;white-space:nowrap;z-index:10}div.jx-image.jx-left div.jx-label{float:left;left:0}div.jx-image.jx-right div.jx-label{float:right;right:0}.vertical div.jx-image div.jx-label{display:table;position:absolute}.vertical div.jx-image.jx-right div.jx-label{bottom:0;left:0;top:auto}div.jx-image.transition{transition:width .5s ease}div.jx-handle.transition{transition:left .5s ease}.vertical div.jx-image.transition{transition:height .5s ease}.vertical div.jx-handle.transition{transition:top .5s ease}div.jx-controller:focus,div.jx-image.jx-left div.jx-label:focus,div.jx-image.jx-right div.jx-label:focus,figure.wp-block-jetpack-image-compare figcaption{font-size:85%;text-align:center}div.jx-control{color:#fff}.vertical div.jx-controller,div.jx-controller{border-radius:50%;height:48px;width:48px}div.jx-controller{margin-left:-22.5px}.vertical div.jx-controller{transform:translateY(-19.5px)}.vertical div.jx-arrow.jx-left,.vertical div.jx-arrow.jx-right,div.jx-arrow.jx-left,div.jx-arrow.jx-right{background-repeat:no-repeat;border:none;height:24px;width:24px;will-change:transform;z-index:1}div.jx-arrow.jx-left{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEzLjQgMTggOCAxMmw1LjQtNiAxLjIgMS00LjYgNSA0LjYgNXoiLz48L3N2Zz4=);left:0}div.jx-arrow.jx-right{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEwLjYgNiA5LjQgN2w0LjYgNS00LjYgNSAxLjIgMSA1LjQtNnoiLz48L3N2Zz4=);right:0}div.vertical div.jx-arrow.jx-left,div.vertical div.jx-arrow.jx-right{transform:rotate(90deg)}.wp-block-jetpack-instagram-gallery__grid{align-content:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{box-sizing:border-box;display:block;line-height:0;position:relative}.wp-block-jetpack-instagram-gallery__grid img{height:auto;width:100%}.wp-block-jetpack-instagram-gallery__grid-columns-1 .wp-block-jetpack-instagram-gallery__grid-post{width:100%}.wp-block-jetpack-instagram-gallery__grid-columns-2 .wp-block-jetpack-instagram-gallery__grid-post{width:50%}.wp-block-jetpack-instagram-gallery__grid-columns-3 .wp-block-jetpack-instagram-gallery__grid-post{width:33.33333%}.wp-block-jetpack-instagram-gallery__grid-columns-4 .wp-block-jetpack-instagram-gallery__grid-post{width:25%}.wp-block-jetpack-instagram-gallery__grid-columns-5 .wp-block-jetpack-instagram-gallery__grid-post{width:20%}.wp-block-jetpack-instagram-gallery__grid-columns-6 .wp-block-jetpack-instagram-gallery__grid-post{width:16.66667%}@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__grid-post{width:100%}}@supports(display:grid){.wp-block-jetpack-instagram-gallery__grid{display:grid;grid-gap:10px;grid-auto-columns:1fr}@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile{display:block}.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__grid-post{padding:var(--latest-instagram-posts-spacing)}}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{width:auto}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post img{height:100%;object-fit:cover}.wp-block-jetpack-instagram-gallery__grid-columns-1{grid-template-columns:repeat(1,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-2{grid-template-columns:repeat(2,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-3{grid-template-columns:repeat(3,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-4{grid-template-columns:repeat(4,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-5{grid-template-columns:repeat(5,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-6{grid-template-columns:repeat(6,1fr)}}@supports(object-fit:cover){.wp-block-jetpack-instagram-gallery__grid-post img{height:100%;object-fit:cover}}.wp-block-jetpack-instagram-gallery .components-placeholder .components-radio-control{margin-bottom:28px}.wp-block-jetpack-instagram-gallery .components-placeholder .components-radio-control label{font-weight:400}.wp-block-jetpack-instagram-gallery .components-placeholder .wp-block-jetpack-instagram-gallery__new-account-instructions{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.wp-block-jetpack-instagram-gallery__count-notice .components-notice{margin:0 0 15px}.wp-block-jetpack-instagram-gallery__count-notice .components-notice__content{line-height:inherit;margin:0;padding-inline-end:0}.wp-block-jetpack-instagram-gallery__disconnection-warning{font-style:italic;margin-bottom:0}.wp-block-jetpack-instagram-gallery__placeholder{animation-delay:0ms,.3s;animation-duration:.3s,1.6s;animation-iteration-count:1,infinite;animation-name:fadeIn,pulse;animation-timing-function:ease-out,ease-out;background-color:#a7a79f;display:flex;opacity:1}.wp-block-jetpack-instagram-gallery__placeholder.is-loaded{animation:none;height:auto}.wp-block-jetpack-instagram-gallery__placeholder img{opacity:0;transition:opacity .5s ease-in-out}.wp-block-jetpack-instagram-gallery__placeholder img.is-loaded{opacity:1}@keyframes fadeIn{0%{opacity:0}50%{opacity:.5}to{opacity:1}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@supports(object-fit:cover){.wp-block-jetpack-instagram-gallery__placeholder.is-loaded{display:flex;flex-direction:column;flex-grow:1}.wp-block-jetpack-instagram-gallery__placeholder.is-loaded img{flex-grow:1;height:auto;object-fit:cover}}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{display:flex;flex-direction:column}@supports(display:grid){@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__placeholder{margin:0!important}}}.wp-block-jetpack-like__learn-more{margin-top:-12px;padding:0 16px 16px 52px}.wp-block-jetpack-like .sharedaddy{display:none}.wpl-likebox{container-type:inline-size}.wpl-count a,.wpl-follow a,.wpl-likebox{font-family:Open Sans,sans-serif!important;font-size:11px!important}.wpl-button{min-width:40px;overflow:hidden}.wpl-button a{align-items:center;background:#fff;border-radius:4px;box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f;box-sizing:border-box;color:#2c3338;display:flex;font-family:Open Sans,sans-serif;font-size:13px;font-weight:500;line-height:23px;margin:1px 6px 8px 1px;min-height:30px;min-width:33px;padding:4px 10px 3px 9px;text-decoration:none;text-shadow:none}.rtl .wpl-button a{margin:1px 1px 8px 6px;padding:4px 9px 3px 10px}.wpl-button a:active,.wpl-button a:hover{box-shadow:0 1px 2px #00000038,0 0 0 1px #00000038}.wpl-button a:before{background-size:16px 16px;content:"";display:inline-block;height:16px;margin-left:0;margin-right:-1px;min-width:16px;position:relative;text-align:center;width:16px}.wpl-button.like a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%232c3338' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.like a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%230675C4' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.liked a{min-width:-moz-fit-content;min-width:fit-content}.wpl-button.liked a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%230675C4' stroke='%230675C4' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.reblog a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%23fff' d='M1 0h16v16H1z'/%3E%3Cpath fill='%232c3338' stroke='%232c3338' stroke-width='.14' d='m16.016 5.566-1.45-1.434v8.993c0 .76-.623 1.375-1.392 1.375h-4.87v-1.375h4.87V4.132l-1.451 1.434-.984-.972L13.87 1.5 17 4.594zm-11.19 6.302V2.875h4.87V1.5h-4.87c-.769 0-1.391.615-1.391 1.375v8.993l-1.451-1.434-.984.972L4.13 14.5l3.13-3.094-.983-.972z'/%3E%3C/svg%3E")}.wpl-button.reblog a.reblogged:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%23fff' d='M1 0h16v16H1z'/%3E%3Cpath fill='%230675c4' stroke='%230675c4' stroke-width='.14' d='m16.016 5.566-1.45-1.434v8.993c0 .76-.623 1.375-1.392 1.375h-4.87v-1.375h4.87V4.132l-1.451 1.434-.984-.972L13.87 1.5 17 4.594zm-11.19 6.302V2.875h4.87V1.5h-4.87c-.769 0-1.391.615-1.391 1.375v8.993l-1.451-1.434-.984.972L4.13 14.5l3.13-3.094-.983-.972z'/%3E%3C/svg%3E")}.rtl .wpl-button.like a:before,.rtl .wpl-button.liked a:before{margin-left:-1px;margin-right:0}.wpl-button.like a span,.wpl-button.liked a span,.wpl-button.reblog a span{margin-left:5px;text-wrap:nowrap}.rtl .wpl-button.like a span,.rtl .wpl-button.liked a span,.rtl .wpl-button.reblog a span{margin-right:5px}.wpl-count{clear:both;overflow:hidden;text-overflow:ellipsis}.wpl-count-text{line-height:1.6}.wpl-likebox .wpl-count,.wpl-likebox .wpl-count a,.wpl-likebox .wpl-count-text,.wpl-likebox .wpl-count-text a{font-size:12px!important}.wpl-button{float:left}.rtl .wpl-button{float:right}.wpl-avatars{height:34px;list-style:none;margin:0;overflow:hidden;padding:0}.wpl-avatars:empty{display:none}.wpl-avatars li{display:inline;margin:0}.wpl-avatars li a{border:0;display:block;float:left;margin:1px 5px 3px 0}.rtl .wpl-avatars li a{float:right;margin:0 0 3px 5px}.wpl-avatars li a img{border:0;height:30px;padding:0!important;width:30px}span.wpl-comment,span.wpl-follow{margin-left:5px}a.comment-like-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%232EA2CC' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px 16px;color:#2ea2cc;content:"";display:inline-block;height:16px;padding-right:5px;position:relative;top:3px;width:16px}a.comment-like-link:hover:before,a.comment-liked:before,div.comment-liked a.comment-like-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23f1831e' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E")}a.comment-liked:hover:before,div.comment-liked a.comment-like-link:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23ff9a00' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E")}a.comment-like-link{color:#222;font-size:12px;opacity:.8;text-decoration:none}a.comment-like-link.loading:before{opacity:0;transition:opacity 2s}.wpl-likebox{align-items:center;display:flex}.wpl-likebox .wpl-avatars{align-content:end;align-items:center;display:inline-flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:center;margin-bottom:4px;min-width:30px}.rtl .wpl-likebox .wpl-avatars li,.wpl-likebox .wpl-avatars li{margin-bottom:1px;margin-top:1px}.wpl-likebox .wpl-avatars li a{margin:0;position:relative}.wpl-likebox .wpl-avatars li:not(:first-child) a{margin-right:-4px}.rtl .wpl-likebox .wpl-avatars li:not(:first-child) a{margin-left:-4px;margin-right:0}.wpl-likebox .wpl-avatars li a img{border:1.5px solid #ffffff80;border-radius:50%;height:26px;width:26px}.wpl-likebox .wpl-count{clear:none;margin-bottom:4px;margin-left:4px;white-space:nowrap}.rtl .wpl-likebox .wpl-count{clear:none;margin-bottom:4px;margin-right:4px;white-space:nowrap}.wpl-likebox a{color:#2c3338!important}.wpl-likebox a,.wpl-likebox a:focus{outline:none!important;text-decoration:none!important}.wpl-likebox.wpl-new-layout *{cursor:default}.wpl-likebox.wpl-new-layout .wpl-avatars{align-content:unset;margin:0;padding-left:0}.wpl-likebox.wpl-new-layout .wpl-avatars li{margin:0}.wpl-likebox.wpl-new-layout .wpl-avatars li a:focus{box-shadow:none;outline:none}.wpl-likebox.wpl-new-layout .wpl-avatars li a img{vertical-align:unset}.wpl-likebox.wpl-new-layout .wpl-count a:focus,.wpl-likebox.wpl-new-layout .wpl-count-text a:focus,.wpl-likebox.wpl-new-layout .wpl-count-text:focus,.wpl-likebox.wpl-new-layout .wpl-count:focus{box-shadow:none;outline:none}.wpl-likebox .wpl-button a:hover{box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f}.wpl-likebox .wpl-button.like a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%232c3338' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}@container (max-width: 320px){.wpl-button{min-width:auto}.wpl-button a span{display:none}}.components-likes-placeholder__learn-more{margin:1em 0 2em}._fUXxnSp5pagKBp9gSN7 *{box-sizing:border-box}.wp-block-jetpack-mailchimp.is-processing form{display:none}.wp-block-jetpack-mailchimp .wp-block-jetpack-button,.wp-block-jetpack-mailchimp p{margin-bottom:1em}.wp-block-jetpack-mailchimp input{box-sizing:border-box;width:100%}.wp-block-jetpack-mailchimp .error,.wp-block-jetpack-mailchimp .error:focus{outline:1px;outline-color:#d63638;outline-offset:-2px;outline-style:auto}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification{display:none;margin-bottom:1.5em;padding:.75em}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.is-visible{display:block}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_error{background-color:#d63638;color:#fff}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_processing{background-color:rgba(0,0,0,.025)}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_success{background-color:#008a20;color:#fff}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp__is-amp{display:block}.wp-block-jetpack-mailchimp form.amp-form-submit-error>p,.wp-block-jetpack-mailchimp form.amp-form-submit-success>p,.wp-block-jetpack-mailchimp form.amp-form-submitting>p{display:none}.wp-block-jetpack-mailchimp .components-placeholder__label svg{margin-right:1ch}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification{display:block}.wp-block-jetpack-mailchimp .editor-rich-text__inline-toolbar{pointer-events:none}.wp-block-jetpack-mailchimp .editor-rich-text__inline-toolbar .components-toolbar{pointer-events:all}.wp-block-jetpack-mailchimp-recheck{margin-top:1em}.wp-block-jetpack-mailchimp.wp-block-jetpack-mailchimp_notication-audition>:not(.wp-block-jetpack-mailchimp_notification){display:none}.wp-block-jetpack-mailchimp .jetpack-submit-button,.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_text-input{margin-bottom:1.5rem}.wp-block-jetpack-mailchimp .wp-block-button .wp-block-button__link{margin-top:0}.wp-block-jetpack-mailchimp .components-placeholder__fieldset{display:block;flex-direction:unset;flex-wrap:unset}.wp-block-jetpack-mailchimp .components-placeholder__fieldset .components-button{margin-bottom:0}.wp-block-jetpack-mailchimp .components-placeholder__fieldset .align-center{text-align:center}.component__add-point{background-image:url(images/oval-5f1d889983a8747472c7.svg);background-repeat:no-repeat;height:38px;left:50%;margin-left:-16px;margin-top:-19px;position:absolute;text-indent:-9999px;top:50%;width:32px}.component__add-point,.component__add-point.components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#0000;box-shadow:none}.component__add-point:active,.component__add-point:focus{background-color:#0000}.component__add-point__popover .components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#0000;box-shadow:none}.component__add-point__popover .components-popover__content{padding:.1rem}.component__add-point__popover .components-location-search{margin:.5rem}.component__add-point__close{border:none;box-shadow:none;float:right;margin:.4rem 0 0;padding:0}.component__add-point__close path{color:#e0e0e0}.wp-block-jetpack-map-marker{height:38px;opacity:.9;width:32px}.edit-post-settings-sidebar__panel-block .component__locations__panel{margin-bottom:1em}.edit-post-settings-sidebar__panel-block .component__locations__panel:empty{display:none}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:first-child{border-top:none}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body,.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:first-child,.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:last-child{margin:0;max-width:100%}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body button{padding-right:40px}.component__locations__delete-btn{padding:0}.component__locations__delete-btn svg{margin-right:.4em}.wp-block-group-is-layout-flex:not(.is-vertical)>.wp-block-jetpack-map{flex-basis:100%}.wp-block-group-is-layout-flex.is-vertical>.wp-block-jetpack-map{width:100%}.wp-block-jetpack-map .wp-block-jetpack-map__gm-container{background:#e0e0e0;min-height:400px;overflow:hidden;text-align:start;width:100%}.wp-block-jetpack-map .mapkit-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;max-width:300px;min-width:150px;padding:10px 10px 15px;pointer-events:auto}.wp-block-jetpack-map .mapkit-popup-content h3{font-size:1.3125em;font-weight:400;margin-bottom:.5rem}.wp-block-jetpack-map .mapkit-popup-content p{margin-bottom:0}.wp-block-jetpack-map .wp-block-jetpack-map__mb-container{height:400px}.wp-block-jetpack-map .mapboxgl-popup{max-width:300px}.wp-block-jetpack-map .mapboxgl-popup h3{font-size:1.3125em;font-weight:400;margin-bottom:.5rem}.wp-block-jetpack-map .mapboxgl-popup p{margin-bottom:0}.wp-block-jetpack-map .mapboxgl-ctrl-group button{background-color:#0000!important;border-radius:0}.wp-block-jetpack-map__delete-btn{padding:0}.wp-block-jetpack-map__delete-btn svg{margin-right:.4em}.wp-block-group-is-layout-flex:not(.is-vertical)>.wp-block[data-type="jetpack/map"]{flex-basis:100%}.wp-block-group-is-layout-flex.is-vertical>.wp-block[data-type="jetpack/map"]{width:100%}.wp-block[data-type="jetpack/map"] .components-placeholder__label svg{fill:currentColor;margin-right:1ch}.wp-block[data-type="jetpack/map"] .components-placeholder__instructions{margin-top:0}.wp-block[data-type="jetpack/map"] .components-placeholder__instructions .components-external-link{display:inline-block;margin:1em auto}.wp-block-jetpack-map .mapboxgl-popup-close-button{font-size:21px;padding:0 10px 5px 9px}.wp-block-jetpack-map .wp-block-jetpack-map__map_wrapper{background-color:#e4e2de;overflow:hidden}.wp-block-jetpack-map .wp-block-jetpack-map__gm-container{inset:0;position:absolute;z-index:0}.wp-block-jetpack-map .wp-block-jetpack-map__select-overlay{background-color:#0000;inset:0;pointer-events:auto;position:absolute;z-index:2}.wp-block-jetpack-map__height_input{display:block}.component__add-point__popover .components-popover__content{width:250px}.component__add-point__popover .components-popover__content .component__add-point__close{margin-top:-.55em;padding:.3em}.wp-block-jetpack-markdown__placeholder{opacity:.62;pointer-events:none}.block-editor-block-list__block .wp-block-jetpack-markdown__preview{line-height:1.8;min-height:1.8em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview>*{margin-bottom:32px;margin-top:32px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h1,.block-editor-block-list__block .wp-block-jetpack-markdown__preview h2,.block-editor-block-list__block .wp-block-jetpack-markdown__preview h3{line-height:1.4}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h1{font-size:2.44em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h2{font-size:1.95em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h3{font-size:1.56em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h4{font-size:1.25em;line-height:1.5}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h5{font-size:1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h6{font-size:.8em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview hr{border:none;border-bottom:2px solid #f0f0f0;margin:2em auto;max-width:100px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview p{line-height:1.8}.block-editor-block-list__block .wp-block-jetpack-markdown__preview blockquote{border-left:4px solid #000;margin-left:0;margin-right:0;padding-left:1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview blockquote p{line-height:1.5;margin:1em 0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview ol,.block-editor-block-list__block .wp-block-jetpack-markdown__preview ul{margin-left:1.3em;padding-left:1.3em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview li p{margin:0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview code,.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre{color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace}.block-editor-block-list__block .wp-block-jetpack-markdown__preview code{background:#f0f0f0;border-radius:2px;font-size:inherit;padding:2px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre{border:1px solid #e0e0e0;border-radius:4px;font-size:15px;padding:.8em 1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre code{background:#0000;padding:0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview table{border-collapse:collapse;overflow-x:auto;width:100%}.block-editor-block-list__block .wp-block-jetpack-markdown__preview tbody,.block-editor-block-list__block .wp-block-jetpack-markdown__preview tfoot,.block-editor-block-list__block .wp-block-jetpack-markdown__preview thead{min-width:240px;width:100%}.block-editor-block-list__block .wp-block-jetpack-markdown__preview td,.block-editor-block-list__block .wp-block-jetpack-markdown__preview th{border:1px solid;padding:.5em}.wp-block-jetpack-markdown .wp-block-jetpack-markdown__editor{color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:15px}.wp-block-jetpack-markdown .wp-block-jetpack-markdown__editor:focus{border-color:#0000;box-shadow:0 0 0 #0000}.wp-block-jetpack-opentable{display:inline-block}.wp-block-jetpack-opentable>.is-placeholder,.wp-block-jetpack-opentable>.is-style-wide{display:block}.wp-block-jetpack-opentable .components-base-control{width:100%}.wp-block-jetpack-opentable .components-placeholder__fieldset p{font-size:13px;margin:0 0 1em}.wp-block-jetpack-opentable .components-placeholder__fieldset form{flex-direction:row;flex-wrap:nowrap}@media screen and (max-width:479px){.wp-block-jetpack-opentable .components-placeholder__fieldset form{display:block}}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field{flex-grow:1}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__label{display:none}.wp-block-jetpack-opentable .components-placeholder__fieldset form p{margin-top:1em}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__input-container{width:100%}@media screen and (min-width:480px){.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__input-container input[type=text].components-form-token-field__input{min-height:32px}}.wp-block-jetpack-opentable .components-placeholder__fieldset form>.components-button{align-items:center;height:42px;line-height:normal;padding:0 8px}@media screen and (min-width:480px){.wp-block-jetpack-opentable .components-placeholder__fieldset form>.components-button{margin:0 0 0 4px;position:relative}}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__remove-token{padding:2px 6px}.wp-block-jetpack-opentable iframe{height:100%;width:100%}.wp-block-jetpack-opentable-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-opentable-restaurant-picker{margin-bottom:1em;position:relative;width:100%}.wp-block-jetpack-opentable-restaurant-picker .components-form-token-field__token-text{align-items:center;display:inline-flex}.wp-block-jetpack-opentable-placeholder-links{display:flex;flex-direction:column}@media screen and (min-width:480px){.wp-block-jetpack-opentable-placeholder-links{display:block}}.wp-block-jetpack-opentable-placeholder-links a{padding:.25em 1em .25em 0}@media screen and (min-width:480px){.wp-block-jetpack-opentable-placeholder-links a form>button{height:50px}}.wp-block-jetpack-opentable-placeholder-links a:last-child{padding-left:1em;padding-right:0}.wp-block-jetpack-opentable>.is-style-button.has-no-margin iframe{margin:-14px}.editor-styles-wrapper .wp-block-jetpack-opentable .components-form-token-field__suggestions-list{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;padding:0;text-align:left}.wp-block-jetpack-opentable.wp-block>.is-style-wide.alignright{left:auto;right:0}.wp-block[data-type="jetpack/opentable"] .components-notice__content{text-align:left}.components-toggle-control.is-opentable{padding-top:6px}.is-opentable button.is-active{font-weight:700}.wp-block-jetpack-opentable{position:relative}.wp-block-jetpack-opentable>iframe{background:#0000;margin:0}.wp-block-jetpack-opentable>.aligncenter iframe{margin:0 auto}.wp-block-jetpack-opentable>.is-style-standard,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile{height:301px}.wp-block-jetpack-opentable>.is-style-standard.is-multi,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile.is-multi{height:361px}.wp-block-jetpack-opentable>.is-style-standard.aligncenter iframe,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile.aligncenter iframe{width:224px!important}.wp-block-jetpack-opentable>.is-style-tall{height:490px}.wp-block-jetpack-opentable>.is-style-tall.is-multi{height:550px}.wp-block-jetpack-opentable>.is-style-tall.aligncenter iframe{width:288px!important}.wp-block-jetpack-opentable>.is-style-wide{height:150px}.wp-block-jetpack-opentable>.is-style-wide iframe{width:840px!important}.wp-block-jetpack-opentable>.is-style-wide.alignleft{margin-left:2rem;max-width:840px;right:auto}.wp-block-jetpack-opentable>.is-style-wide.alignright{left:calc(100% - 840px - 2rem);max-width:840px}.wp-block-jetpack-opentable>.is-style-button{height:113px}.wp-block-jetpack-opentable>.is-style-button.aligncenter iframe{width:210px!important}.wp-block-jetpack-opentable>.is-style-button.has-no-margin>div[id^=ot-widget-container]{margin:-14px}.wp-block-jetpack-opentable .ot-dtp-picker{box-sizing:initial}.wp-block-jetpack-opentable .ot-dtp-picker .ot-title{margin:4px auto 12px}.wp-block-jetpack-opentable .ot-dtp-picker .ot-dtp-picker-selector-link{text-decoration:none}.wp-block-jetpack-opentable .ot-dtp-picker input[type=submit]{padding:0;text-transform:none}.wp-block-jetpack-opentable .ot-dtp-picker input[type=submit]:hover{text-decoration:none}.jetpack-audio-player-loading{background:#ccc;background:var(--jetpack-audio-player-secondary);height:10px;margin:15px 24px}.jetpack-audio-player{--jetpack-audio-player-primary:var( --jetpack-podcast-player-primary,#000 );--jetpack-audio-player-secondary:var( --jetpack-podcast-player-secondary,#ccc );--jetpack-audio-player-background:var( --jetpack-podcast-player-background,#fff );height:40px}.jetpack-audio-player .mejs-container,.jetpack-audio-player .mejs-container .mejs-controls,.jetpack-audio-player .mejs-embed,.jetpack-audio-player .mejs-embed body,.jetpack-audio-player .mejs-mediaelement{background-color:#0000}.jetpack-audio-player .mejs-container:focus{box-shadow:none;outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-controls{padding:0;position:static}.jetpack-podcast-player__header .jetpack-audio-player .mejs-controls{padding-left:15px;padding-right:18px}.jetpack-audio-player .mejs-time{color:#ccc;color:var(--jetpack-audio-player-secondary)}.jetpack-audio-player .mejs-time-float{background:#000;background:var(--jetpack-audio-player-primary);border-color:#000;border-color:var(--jetpack-audio-player-primary);color:#fff;color:var(--jetpack-audio-player-background)}.jetpack-audio-player .mejs-time-float-corner{border-top-color:#000;border-top-color:var(--jetpack-audio-player-primary)}.jetpack-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-total{background-color:#ccc;background-color:var(--jetpack-audio-player-secondary)}.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded{opacity:.5}.jetpack-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-current,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded{background-color:#000;background-color:var(--jetpack-audio-player-primary)}.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-slider:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-button>button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23000;width:16px;height:16px}.st1{fill:none;stroke:%23000;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m47.2.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' d='m52.8 7 5.4 5.4m-5.4 0L58.2 7'/%3E%3Cpath fill='none' stroke='%23000' d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zm22.4 1h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath fill='%23231f20' d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='5' d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' opacity='.75'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='5' d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' opacity='.4'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' opacity='.6'/%3E%3Ccircle cx='170.1' cy='79' r='7' opacity='.8'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' opacity='.9'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' opacity='.3'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' opacity='.5'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' opacity='.7'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2m14-12.7c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E")}.jetpack-audio-player .mejs-button.mejs-jump-button>button{background-image:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-size:60.78px 35.296px}.jetpack-audio-player .mejs-button.mejs-jump-backward-button>button{background-position:-32px -6px}.jetpack-audio-player .mejs-button.mejs-skip-forward-button>button{background-position:-9px -6px}@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.jetpack-audio-player .mejs-button>button{background-image:none}.jetpack-audio-player .mejs-button>button:before{background-color:var(--jetpack-audio-player-primary);background-image:none;content:"";display:block;height:100%;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23fff;width:16px;height:16px}.st1{fill:none;stroke:%23fff;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='m52.8 7 5.4 5.4m-5.4 0L58.2 7' style='fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round'/%3E%3Cpath d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9' style='fill:none;stroke:%23fff'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zM143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8' style='fill:%23231f20'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' style='opacity:.75;fill:none;stroke:%23fff;stroke-width:5'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z' style='fill:none;stroke:%23fff;stroke-width:5'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' style='opacity:.4;fill:%23fff'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' style='opacity:.6;fill:%23fff'/%3E%3Ccircle cx='170.1' cy='79' r='7' style='opacity:.8;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' style='opacity:.9;fill:%23fff'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' style='opacity:.3;fill:%23fff'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' style='opacity:.5;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' style='opacity:.7;fill:%23fff'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23fff;width:16px;height:16px}.st1{fill:none;stroke:%23fff;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='m52.8 7 5.4 5.4m-5.4 0L58.2 7' style='fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round'/%3E%3Cpath d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9' style='fill:none;stroke:%23fff'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zM143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8' style='fill:%23231f20'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' style='opacity:.75;fill:none;stroke:%23fff;stroke-width:5'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z' style='fill:none;stroke:%23fff;stroke-width:5'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' style='opacity:.4;fill:%23fff'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' style='opacity:.6;fill:%23fff'/%3E%3Ccircle cx='170.1' cy='79' r='7' style='opacity:.8;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' style='opacity:.9;fill:%23fff'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' style='opacity:.3;fill:%23fff'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' style='opacity:.5;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' style='opacity:.7;fill:%23fff'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E");width:100%}.jetpack-audio-player .mejs-button.mejs-jump-button>button{background-image:none}.jetpack-audio-player .mejs-button.mejs-jump-button>button:before{background-image:none;-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') 0 0/60.78px 35.296px;mask:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') 0 0/60.78px 35.296px}.jetpack-audio-player .mejs-button.mejs-jump-backward-button>button:before{-webkit-mask-position:-32px -6px;mask-position:-32px -6px}.jetpack-audio-player .mejs-button.mejs-skip-forward-button>button:before{-webkit-mask-position:-9px -6px;mask-position:-9px -6px}.jetpack-audio-player .mejs-button>button:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-play>button:before{-webkit-mask-position:0 0;mask-position:0 0}.jetpack-audio-player .mejs-pause>button:before{-webkit-mask-position:-20px 0;mask-position:-20px 0}.jetpack-audio-player .mejs-replay>button:before{-webkit-mask-position:-160px 0;mask-position:-160px 0}.jetpack-audio-player .mejs-mute>button:before{-webkit-mask-position:-60px 0;mask-position:-60px 0}.jetpack-audio-player .mejs-unmute>button:before{-webkit-mask-position:-40px 0;mask-position:-40px 0}}.block-editor-block-contextual-toolbar[data-type="jetpack/podcast-player"] .components-toolbar__control,[data-type="jetpack/podcast-player"] .block-editor-block-contextual-toolbar .components-toolbar__control{padding:0 1em;width:auto}.jetpack-podcast-player__interactive-overlay,.jetpack-podcast-player__loading-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.jetpack-podcast-player__loading-overlay{align-items:center;background:#ffffffb3;display:flex;justify-content:center}.jetpack-podcast-player__placeholder .components-base-control,.jetpack-podcast-player__placeholder .components-base-control__field{display:flex;flex-grow:1}.jetpack-podcast-player__placeholder .components-base-control__field{margin-bottom:0}.jetpack-podcast-player__placeholder .components-placeholder__learn-more{margin-top:1em}.block-editor-block-inspector .components-base-control.jetpack-podcast-player__episode-selector{margin-bottom:24px}.jetpack-podcast-player--visually-hidden{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.wp-block-jetpack-podcast-player{overflow:hidden}.wp-block-jetpack-podcast-player audio{display:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player{--jetpack-podcast-player-primary:#000;--jetpack-podcast-player-secondary:#ccc;--jetpack-podcast-player-background:#fff;background-color:var(--jetpack-podcast-player-background);color:var(--jetpack-podcast-player-secondary);padding-bottom:0;padding-top:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player:not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player:not(.has-background){background-color:#fff}.wp-block-jetpack-podcast-player .jetpack-podcast-player a,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:hover,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:visited{border:none;box-shadow:none;text-decoration:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player a:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-podcast-player-secondary);outline-offset:2px}.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:visited{color:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:hover{color:inherit;color:var(--jetpack-podcast-player-primary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__header{display:flex;flex-direction:column}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-info{display:flex;padding:24px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__cover{flex-shrink:0;margin-inline-end:24px;width:80px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__cover-image{border:0;height:80px;max-width:100%;padding:0;width:80px}.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title{color:inherit;display:flex;flex-direction:column;letter-spacing:0;margin:0;padding:0;width:100%}.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title:after,.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title:before{display:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-title{color:var(--jetpack-podcast-player-primary);font-size:24px;margin:0 0 10px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-title:not(.has-primary){color:#000}.wp-block-jetpack-podcast-player .jetpack-podcast-player__podcast-title{color:inherit;font-size:16px;margin:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__tracks{display:flex;flex-direction:column;list-style-type:none;margin:24px 0 0;padding:0 0 15px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track{color:var(--jetpack-podcast-player-secondary);font-size:16px;line-height:1.8;margin:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track:not(.is-active):not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.is-active{color:var(--jetpack-podcast-player-primary);font-weight:700}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.is-active:not(.has-primary){color:#000}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-link{display:flex;flex-flow:row nowrap;justify-content:space-between;padding-bottom:10px;padding-inline-end:24px;padding-top:10px;padding-inline-start:22px;transition:none}.wp-block-jetpack-podcast-player .is-error .jetpack-podcast-player__track.is-active .jetpack-podcast-player__track-link{padding-bottom:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon{flex:22px 0 0;fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon svg{display:block;height:22px;margin-top:3.4px;width:22px;fill:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--error{fill:#cc1818}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.has-primary .jetpack-podcast-player__track-status-icon--error{fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title{flex-grow:1;padding:0 15px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link{display:inline-block;height:27px;margin-inline-start:5px;vertical-align:top}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:visited{color:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:hover{color:inherit;color:var(--jetpack-podcast-player-secondary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link svg{display:block;height:27px;width:27px;fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-duration{word-break:normal}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-description{color:inherit;font-size:16px;line-height:1.8;margin:0 0 24px;max-height:7.2em;order:99;overflow:hidden;padding:0 24px}@supports(display:-webkit-box){.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;max-height:none}}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error{color:#cc1818;display:block;font-size:.8em;font-weight:400;margin-inline-start:59px;margin-bottom:10px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error>span{color:var(--jetpack-podcast-player-secondary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error>span:not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.has-primary .jetpack-podcast-player__track-error{color:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player__error{color:#cc1818;font-size:.8em;font-weight:400;margin:0;padding:24px}@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing{background-image:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing:before{background-color:var(--jetpack-podcast-player-primary);background-image:none;content:"";display:block;height:100%;margin:4px 2px 0 0;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 4.763 4.763'%3E%3Cpath d='M1.65 1.204a.8.8 0 0 1-.476.159H.327c-.159 0-.264.106-.264.264v1.508c0 .16.105.265.264.265h1.111c.08.053.133.106.212.159l.926.688c.106.079.212.026.212-.106V.595c0-.132-.106-.185-.212-.105z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.48.33S4.512.118 4.512 2.367 3.48 4.431 3.48 4.431' class='st1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.13 1.362s.688-.106.688 1.005S3.13 3.4 3.13 3.4' class='st1'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 4.763 4.763'%3E%3Cpath d='M1.65 1.204a.8.8 0 0 1-.476.159H.327c-.159 0-.264.106-.264.264v1.508c0 .16.105.265.264.265h1.111c.08.053.133.106.212.159l.926.688c.106.079.212.026.212-.106V.595c0-.132-.106-.185-.212-.105z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.48.33S4.512.118 4.512 2.367 3.48 4.431 3.48 4.431' class='st1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.13 1.362s.688-.106.688 1.005S3.13 3.4 3.13 3.4' class='st1'/%3E%3C/svg%3E");-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;max-height:22px;max-width:20px;width:100%}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing svg{display:none}}.wp-block-jetpack-podcast-player.is-default .jetpack-podcast-player__track-title{padding-inline-start:0}.wp-block-jetpack-podcast-player.is-default .jetpack-audio-player,.wp-block-jetpack-podcast-player.is-default .jetpack-podcast-player__track-status-icon{display:none}.connect-stripe.has-icon.has-text svg{margin-right:0}.connect-stripe.has-icon.has-text{font-weight:400}.product-management-control-inspector__product-interval .components-base-control,.product-management-control-inspector__product-title .components-base-control{width:100%}.product-management-control-inspector__product-price .components-base-control{margin:0;width:45%}.product-management-control-inspector__add-plan .components-panel__row:last-child{margin-top:25px}.product-management-control-inspector__add-plan .components-base-control:last-child{margin:0}.product-management-control-nudge .editor-warning{margin-bottom:0}.product-management-control-nudge .editor-warning__message{margin:13px 0}.product-management-control-nudge .editor-warning__actions{line-height:1}.product-management-control-nudge .product-management-control-nudge__info{display:flex;flex-direction:row;font-size:13px;line-height:1.4}.product-management-control-nudge .product-management-control-nudge__text-container{display:flex;flex-direction:column;padding-left:10px}.product-management-control-nudge .product-management-control-nudge__title{font-size:14px}.product-management-control-nudge__message{color:#646970}.editor-styles-wrapper a.product-management-control-nudge__button{color:#0075af;text-decoration:none}.wp-block-premium-content-container .premium-content-tabs{align-items:center;background:#fff;border:1px solid #1e1e1e;border-radius:2px;color:#757575;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0 0 0 -1px;padding:8px 14px;position:relative}.wp-block-premium-content-container--tab{align-items:center;background:#0000;border:none;display:flex;flex-direction:row;margin-inline-end:5px;padding:5px;text-decoration:none}.premium-content-tabs>button.edit{margin-inline-start:auto}.premium-content-wrapper{margin:0}.membership-button__disclaimer{color:var(--color-gray-200);flex-basis:100%;font-style:italic;margin:0}.membership-button__disclaimer a{color:var(--color-gray-400);line-height:36px}.wp-block-buttons .wp-block[data-type="jetpack/recurring-payments"]{display:inline-block;margin:0 .5em 0 0;width:auto}.editor-styles-wrapper .wp-block-buttons .wp-block[data-type="jetpack/recurring-payments"] .wp-block-button:not(.alignleft):not(.alignright){margin:0}.wp-block-premium-content-container .premium-content-wrapper .jetpack-block-nudge{display:none}.wp-block-premium-content-login-button{display:inline-block}.wp-block[data-align=center]>.wp-block-premium-content-login-button{align-items:center;display:flex;justify-content:center}.jetpack-publicize-gutenberg-social-icon{margin-right:10px}.components-connection-icon{cursor:pointer;display:grid}.components-connection-icon__picture .placeholder,.components-connection-icon__picture img{border-radius:2px;grid-area:1/1/2/2;height:24px;width:24px}.components-connection-icon__picture .placeholder{background-color:#a8bece;display:block}.components-connection-icon__picture .jetpack-publicize-gutenberg-social-icon{background-color:#fff;border-radius:2px;grid-area:1/1/2/2;height:15px;margin-left:14px;margin-right:5px;margin-top:14px;width:15px}.components-connection-icon__picture .jetpack-publicize-gutenberg-social-icon.is-facebook{border-radius:50%}.jetpack-publicize-connection-label-copy,.jetpack-publicize-gutenberg-social-icon{display:inline-block;vertical-align:middle}.cuoSlhSNrqf1dozY22Xb{fill:#000}.JLquNpQVlysAamuh5lJO,.lAIiifeLMmZAPlQ9n9ZR{fill:var(--jp-green-primary)}.cbOwD8Y4tFjwimmtchQI{fill:#757575}.cbOwD8Y4tFjwimmtchQI.aLWBKY0yRghEk7tNCgK3{fill:#0085ff}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw{fill:#0866ff}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.af4Y_zItXvLAOEoSDPSv{fill:#55acee}.cbOwD8Y4tFjwimmtchQI.f68aqF3XSD1OBvXR1get{fill:#0976b4}.cbOwD8Y4tFjwimmtchQI.xFI0dt3UiXRlRQdqPWkx{fill:#35465c}.cbOwD8Y4tFjwimmtchQI.q7JEoyymveP6kF747M43{fill:var(--color-gplus)}.cbOwD8Y4tFjwimmtchQI.DKOBOTVmTLbh26gUH_73{fill:#6364ff}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw{fill:#8ed500}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.cL3m0xBYTYhIKI7lCqDB{fill:#d93174}.cbOwD8Y4tFjwimmtchQI.fftumuc_lJ6v0tq4UMVR{fill:#43d854}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI{fill:#000}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI.social-logo{border-radius:40%}.components-connection-toggle{align-items:center;display:flex;position:relative;width:100%}.components-connection-toggle.is-not-checked .components-connection-icon__picture img{filter:saturate(0)}.components-connection-toggle.is-not-checked .jetpack-publicize-gutenberg-social-icon{fill:#949494;filter:saturate(0)}.components-connection-toggle.is-disabled{opacity:.5;width:100%}.__nV49on4_ijaV8Brnsw.zZ3Pu7E87XyYIdPR2WTt{margin-bottom:13px;margin-left:0;margin-right:0}.__nV49on4_ijaV8Brnsw .fLC8AaLf3xcKaoJ4Opax{height:auto;line-height:normal;padding-bottom:6px;padding-top:6px}.__nV49on4_ijaV8Brnsw .fLC8AaLf3xcKaoJ4Opax+.fLC8AaLf3xcKaoJ4Opax{margin-top:5px}.KQcQQLxH5fI08DfOlKwL{display:flex}.SbpyhN5jnda8H868J3rX{border-radius:4px;outline:1px solid var(--jp-gray-5)}.SbpyhN5jnda8H868J3rX .ONeewrk3aNC1gYJebq7K{margin-bottom:0}.SbpyhN5jnda8H868J3rX .ONeewrk3aNC1gYJebq7K:not(:last-child){border-bottom:1px solid var(--jp-gray-5)}.SbpyhN5jnda8H868J3rX .RoTxOeGFqAwk3pXUZpvF{padding:.75rem}@media(min-width:600px){.SbpyhN5jnda8H868J3rX .RoTxOeGFqAwk3pXUZpvF{padding:1rem}}.SbpyhN5jnda8H868J3rX .AjlYaYB_xi9ciXXCqHIJ{align-items:center;display:flex;gap:1rem}.SbpyhN5jnda8H868J3rX .kdYli5nS3b46T57Ih5TQ{display:flex;flex:1;flex-direction:column;gap:.25rem}.SbpyhN5jnda8H868J3rX .ci8T5eNe1rggYILce596{align-items:center;display:flex;gap:1rem}.SbpyhN5jnda8H868J3rX .W6mPdl5wGQlXfp1hYSK0{display:flex;gap:.5rem}.SbpyhN5jnda8H868J3rX .QbcyaAVqz3U_2xlIOZCw{border-radius:4px;font-size:.75rem;font-weight:600;padding:2px 8px}.SbpyhN5jnda8H868J3rX .fXvUC1jZNUXR7RSrIylI{color:var(--jp-gray-80);font-size:16px;font-weight:600;line-height:24px}.SbpyhN5jnda8H868J3rX .d22_aeSA1etqpnckP_Mr{color:var(--jp-gray-50);font-size:14px}.SbpyhN5jnda8H868J3rX .ddhaNmGMqOySRjR_TtqJ{display:flex;gap:.5rem}.SbpyhN5jnda8H868J3rX .nnSF_IK4vYviTlCOzPrg.components-button{font-size:14px;font-weight:500;line-height:20px;padding-inline:6px}.SbpyhN5jnda8H868J3rX .nnSF_IK4vYviTlCOzPrg.components-button span{display:flex}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw{border:0}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .components-panel__body{border-bottom:0;border-top:0;padding:0}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .components-panel__body.is-opened{margin-top:1rem}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ{display:flex;margin-top:1rem}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ form{display:flex;flex-direction:column;gap:1rem;justify-content:flex-end;width:100%}@media(min-width:600px){.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ form{flex-direction:row}}.SbpyhN5jnda8H868J3rX .MyXskAb4aXwO7zitR97z{color:var(--jp-green-50);white-space:nowrap}.SbpyhN5jnda8H868J3rX .hMntEpO6BV5B11lyAitv{font-size:var(--font-body-small);margin-block:0}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H{border-top:1px solid var(--jp-gray-5);padding-top:1rem}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H li:not(:last-child){margin-bottom:1rem}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H [inert=true]{opacity:.7}.jdahJvXCrCw0hA5NP3D3{display:grid;font-size:15px;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;margin-top:.4rem}.jdahJvXCrCw0hA5NP3D3.LLeYGX7Owy6gmpNW88VV{grid-auto-flow:row;grid-gap:2rem;height:auto;min-height:unset}.jdahJvXCrCw0hA5NP3D3 img{max-height:520px;max-width:100%}.jdahJvXCrCw0hA5NP3D3>div{padding:.4rem}.jdahJvXCrCw0hA5NP3D3>div:has(img){margin-inline-end:auto;margin-inline-start:auto}.EdjyE9tVLH6lWMoB9z3M{display:flex;gap:1rem}.EdjyE9tVLH6lWMoB9z3M .EQQHwkVXRn0caD6J7LqV{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:.5rem}.EdjyE9tVLH6lWMoB9z3M .vvlyiVm67wUWF9NhpMA4{height:38px;width:38px}.EdjyE9tVLH6lWMoB9z3M .zqX6xk8KCGK1_qbYKqY5.components-button.is-tertiary{color:var(--jp-gray-50);font-size:1rem;font-weight:400}.fNeO_MZFp7cPkgtCdkAF .zK8sijAMFNs2m6WRAoi4.components-button{font-size:14px;font-weight:500;line-height:20px;padding:6px 16px}.fNeO_MZFp7cPkgtCdkAF input{min-width:220px}@media(max-width:782px){.fNeO_MZFp7cPkgtCdkAF input{font-size:14px;min-height:30px;padding:0 8px}}.zLobzkXnF6jHxNvkfz5_{display:flex;gap:.5rem}.zI5tJ_qhWE6Oe6Lk75GY{--wp-admin-theme-color:var(--jp-black);--wp-admin-theme-color-darker-10:var(--jp-black-80);--wp-admin-theme-color-darker-20:var(--jp-black-80);--wp-admin-border-width-focus:1.51px;border-radius:var(--jp-border-radius);font-weight:600;justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo{height:calc(var(--spacing-base)*5);padding:var(--spacing-base);width:calc(var(--spacing-base)*5)}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo>svg:first-child{margin:0;padding:0}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo.Na39I683LAaSA99REg14{height:calc(var(--spacing-base)*4);min-width:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*4)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body);height:auto;line-height:24px;padding:var(--spacing-base) calc(var(--spacing-base)*3)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK{padding:var(--spacing-base) calc(var(--spacing-base)*2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body-extra-small);height:auto;line-height:20px;padding:calc(var(--spacing-base)/2) var(--spacing-base)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK>svg:first-child{margin-right:calc(var(--spacing-base)/2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo)>.components-spinner{height:20px}.zI5tJ_qhWE6Oe6Lk75GY.lZAo6_oGfclXOO9CC6Rd{font-weight:400}.zI5tJ_qhWE6Oe6Lk75GY.xJDOiJxTt0R_wSl8Ipz_{min-width:100%}.zI5tJ_qhWE6Oe6Lk75GY.is-primary:disabled,.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:disabled{background:var(--jp-gray);color:var(--jp-gray-20)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary{background:var(--jp-white);box-shadow:inset 0 0 0 1.51px var(--jp-black)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:active:not(:disabled),.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:hover:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-link.Na39I683LAaSA99REg14,.zI5tJ_qhWE6Oe6Lk75GY.is-link.ipS7tKy9GntCS4R3vekF{padding:0}.zI5tJ_qhWE6Oe6Lk75GY.is-link:hover:not(:disabled){text-decoration-thickness:3px}.zI5tJ_qhWE6Oe6Lk75GY.is-link:focus:not(:disabled){text-decoration-line:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:not(:disabled){background:var(--jp-red-50);box-shadow:inset 0 0 0 1px var(--jp-red-50);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:hover:not(:disabled){background:var(--jp-red-60);box-shadow:inset 0 0 0 1px var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:focus:not(:disabled){background:var(--jp-red-70);box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:active:not(:disabled){background:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:not(:disabled){background:var(--jp-white);box-shadow:inset 0 0 0 1.5px var(--jp-red-50);color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:hover:not(:disabled){background:var(--jp-red-0);box-shadow:inset 0 0 0 1.5px var(--jp-red-60);color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:active:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:not(:disabled){color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:hover:not(:disabled){box-shadow:none;color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6{position:relative}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6.has-icon{justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>:not(.components-spinner){visibility:hidden}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>.components-spinner{margin:0;position:absolute}.CDuBjJp_8jxzx5j6Nept{margin-left:calc(var(--spacing-base)/2)}.O5Go3eBOBqWlXy7fX0su{align-items:start;display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem;width:100%}.O5Go3eBOBqWlXy7fX0su>h3{margin-block:0}.fgQ4OdnJ1svMwDnOKu2H{align-items:center;display:flex}.fgQ4OdnJ1svMwDnOKu2H .components-spinner{margin-top:0}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b{color:inherit;font-size:1rem;font-weight:400;text-decoration:none}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link>svg,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b>svg{vertical-align:bottom}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link span,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b span{text-decoration:none}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link:hover{text-decoration:underline}.fgQ4OdnJ1svMwDnOKu2H span{text-decoration:none}.QsEfjoVyfc0gVACXTvUM span{font-size:15px}.eCH_xkiqbqL0UkJjU_1p{border-top:1px solid var(--jp-gray-5);display:flex;gap:.5rem;margin-bottom:1rem;padding-top:1rem}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw{border:0;margin-left:3rem}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw .components-panel__body{border-bottom:0;border-top:0;padding:0}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw .components-panel__body.is-opened{margin-top:1rem}.fXYYdRkn3LXtN9YH3354{border-radius:4px;margin:0;outline:1px solid var(--jp-gray-5);width:100%}.fXYYdRkn3LXtN9YH3354 [inert=true]{opacity:.7}.fXYYdRkn3LXtN9YH3354 .LaK9P7Nfi4ZBH0NhtbSs{margin-bottom:0;padding:1rem}.fXYYdRkn3LXtN9YH3354 .LaK9P7Nfi4ZBH0NhtbSs:not(:last-child){border-bottom:1px solid var(--jp-gray-5)}.fXYYdRkn3LXtN9YH3354 .tI3FtttoJPuF9AJzCAMv{align-items:center;display:flex;gap:1rem}.fXYYdRkn3LXtN9YH3354 .msoMjBB_4Uq5qpRgobsH{font-size:1rem;font-weight:400}.fXYYdRkn3LXtN9YH3354 .RjMLptH6v03AX5ABWBp3.components-button{font-size:14px;font-weight:500;line-height:20px;padding-inline:6px}.fXYYdRkn3LXtN9YH3354 .RjMLptH6v03AX5ABWBp3.components-button span{display:flex}.z5Do97zRnujyW3Oj0pPJ{display:flex;flex:1;flex-direction:column;gap:.5rem}.gridicon{fill:currentColor;display:inline-block}.gridicon.needs-offset g{transform:translate(1px,1px)}.gridicon.needs-offset-x g{transform:translate(1px)}.gridicon.needs-offset-y g{transform:translateY(1px)}.components-popover:not(.is-without-arrow):before{border-color:#dcdcde}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=left] .components-popover__content{margin-right:-62px}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=right] .components-popover__content{margin-left:-62px}.icon-tooltip-helper .components-popover[data-y-axis=bottom] .components-popover__content{top:2px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-6px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-4px!important}.icon-tooltip-helper .components-popover[data-y-axis=top] .components-popover__content{bottom:10px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:3px}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:4px}.icon-tooltip-helper.is-wide .components-popover__content{width:440px}.icon-tooltip-wrapper{color:#000;display:inline-block;position:relative}.icon-tooltip-wrapper .components-button.is-link:focus:not(:disabled){box-shadow:none}.icon-tooltip-helper{height:18px;left:-53px;pointer-events:none;position:absolute;top:0;width:124px}.icon-tooltip-container{pointer-events:all}.icon-tooltip-container .components-popover__content{border:1px solid #dcdcde;border-radius:4px;margin:0 10px;max-width:90vw;outline:none;padding:24px;white-space:normal;width:304px}.icon-tooltip-title{font-size:16px;font-weight:600;line-height:19px}.icon-tooltip-title:not(:last-child){margin-bottom:8px}.icon-tooltip-content{font-size:14px;font-weight:400;line-height:24px}.icon-tooltip-content ul{list-style-type:disc;margin:0 0 0 1rem}.icon-tooltip-content ul li:last-child{margin-bottom:0}.WQVtrU6q0L1Igcj7wCrQ{margin:0;padding:0}.UujoBFTnQNY2cWU2SIsH{font-size:var(--font-headline-medium);font-weight:700;line-height:52px}.TeGO5V_thHw5lDAm1_2M{font-weight:700}.TeGO5V_thHw5lDAm1_2M,.WolQzb2MsSgiNmLtc7_j{font-size:var(--font-headline-small);line-height:40px}.WolQzb2MsSgiNmLtc7_j{font-weight:400}.hUB0JT8p1T2Hw28N6qC8{font-weight:500}.gKZWDv5chz3_O3Syp74H,.hUB0JT8p1T2Hw28N6qC8{font-size:var(--font-title-medium);line-height:32px}.gKZWDv5chz3_O3Syp74H{font-weight:600}.zY2No8Ga4b8shbOQGhnv{font-size:var(--font-title-small);font-weight:500;line-height:30px}.tIj0D1t8Cc892ikmgFPZ{font-size:var(--font-body);font-weight:400;line-height:24px}.KdcN0BnOaVeVhyLRKqhS{font-size:var(--font-body-small);font-weight:400;line-height:24px}.dso3Rh3tl3Xv1GumBktz{font-weight:400}.dso3Rh3tl3Xv1GumBktz,.mQ1UlbN9u4Mg9byO8m7v{font-size:var(--font-body-extra-small);line-height:20px}.mQ1UlbN9u4Mg9byO8m7v{font-weight:700}.PItlW5vRExLnTj4a8eLE{font-size:var(--font-body-extra-small);font-weight:600;line-height:16px}.TwRpPlktzxhmFVeua7P5{margin:calc(var( --spacing-base )*0)}.zVfqx7gyb3o9mxfGynn1{margin-left:calc(var( --spacing-base )*0);margin-right:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy{margin-bottom:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy,.xqDIp6cNVr_E6RXaiPyD{margin-top:calc(var( --spacing-base )*0)}.S8EwaXk1kyPizt6x4WH2{margin-right:calc(var( --spacing-base )*0)}.ODX5Vr1TARoLFkDDFooD{margin-bottom:calc(var( --spacing-base )*0)}.cphJ8dCpfimnky7P2FHg{margin-left:calc(var( --spacing-base )*0)}.PFgIhNxIyiSuNvQjAIYj{margin:calc(var( --spacing-base )*1)}.M2jKmUzDxvJjjVEPU3zn{margin-left:calc(var( --spacing-base )*1);margin-right:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk{margin-bottom:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk,.rcTN5uw9xIEeMEGL3Xi_{margin-top:calc(var( --spacing-base )*1)}.CQSkybjq2TcRM1Xo9COV{margin-right:calc(var( --spacing-base )*1)}.hfqOWgq6_MEGdFE82eOY{margin-bottom:calc(var( --spacing-base )*1)}.I8MxZQYTbuu595yfesWA{margin-left:calc(var( --spacing-base )*1)}.kQkc6rmdpvLKPkyoJtVQ{margin:calc(var( --spacing-base )*2)}.j6vFPxWuu4Jan2ldoxpp{margin-left:calc(var( --spacing-base )*2);margin-right:calc(var( --spacing-base )*2)}.hqr39dC4H_AbactPAkCG{margin-bottom:calc(var( --spacing-base )*2)}.c3dQnMi16C6J6Ecy4283,.hqr39dC4H_AbactPAkCG{margin-top:calc(var( --spacing-base )*2)}.YNZmHOuRo6hU7zzKfPdP{margin-right:calc(var( --spacing-base )*2)}.Db8lbak1_wunpPk8NwKU{margin-bottom:calc(var( --spacing-base )*2)}.ftsYE5J9hLzquQ0tA5dY{margin-left:calc(var( --spacing-base )*2)}.Det4MHzLUW7EeDnafPzq{margin:calc(var( --spacing-base )*3)}.h_8EEAztC29Vve1datb5{margin-left:calc(var( --spacing-base )*3);margin-right:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM{margin-bottom:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM,.soADBBkcIKCBXzCTuV9_{margin-top:calc(var( --spacing-base )*3)}.zSX59ziEaEWGjnpZa4uV{margin-right:calc(var( --spacing-base )*3)}.yrVTnq_WBMbejg89c2ZQ{margin-bottom:calc(var( --spacing-base )*3)}.UKtHPJnI2cXBWtPDm5hM{margin-left:calc(var( --spacing-base )*3)}.guexok_Tqd5Tf52hRlbT{margin:calc(var( --spacing-base )*4)}.oS1E2KfTBZkJ3F0tN7T6{margin-left:calc(var( --spacing-base )*4);margin-right:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd{margin-bottom:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd,.ot2kkMcYHv53hLZ4LSn0{margin-top:calc(var( --spacing-base )*4)}.A1krOZZhlQ6Sp8Cy4bly{margin-right:calc(var( --spacing-base )*4)}.pkDbXXXL32237M0hokEh{margin-bottom:calc(var( --spacing-base )*4)}.XXv4kDTGvEnQeuGKOPU3{margin-left:calc(var( --spacing-base )*4)}.yGqHk1a57gaISwkXwXe6{margin:calc(var( --spacing-base )*5)}.X8cghM358X3DkXLc9aNK{margin-left:calc(var( --spacing-base )*5);margin-right:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f{margin-bottom:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f,.yqeuzwyGQ7zG0avrGqi_{margin-top:calc(var( --spacing-base )*5)}.g9emeCkuHvYhveiJbfXO{margin-right:calc(var( --spacing-base )*5)}.Lvk3dqcyHbZ07QCRlrUQ{margin-bottom:calc(var( --spacing-base )*5)}.r3yQECDQ9qX0XZzXlVAg{margin-left:calc(var( --spacing-base )*5)}.aQhlPwht2Cz1X_63Miw0{margin:calc(var( --spacing-base )*6)}.JyHb0vK3wJgpblL9s5j8{margin-left:calc(var( --spacing-base )*6);margin-right:calc(var( --spacing-base )*6)}.cY2gULL1lAv6WPNIRuf3{margin-bottom:calc(var( --spacing-base )*6)}.NBWQ9Lwhh_fnry3lg_p7,.cY2gULL1lAv6WPNIRuf3{margin-top:calc(var( --spacing-base )*6)}.yIOniNe5E40C8fWvBm5V{margin-right:calc(var( --spacing-base )*6)}.t30usboNSyqfQWIwHvT3{margin-bottom:calc(var( --spacing-base )*6)}.Nm_TyFkYCMhOoghoToKJ{margin-left:calc(var( --spacing-base )*6)}.C4qJKoBXpgKtpmrqtEKB{margin:calc(var( --spacing-base )*7)}.S93Srbu6NQ_PBr7DmTiD{margin-left:calc(var( --spacing-base )*7);margin-right:calc(var( --spacing-base )*7)}.fJj8k6gGJDks3crUZxOS{margin-bottom:calc(var( --spacing-base )*7)}.cW6D6djs7Ppm7fD7TeoV,.fJj8k6gGJDks3crUZxOS{margin-top:calc(var( --spacing-base )*7)}.DuCnqNfcxcP3Z__Yo5Ro{margin-right:calc(var( --spacing-base )*7)}.im8407m2fw5vOg7O2zsw{margin-bottom:calc(var( --spacing-base )*7)}.G0fbeBgvz2sh3uTP9gNl{margin-left:calc(var( --spacing-base )*7)}.kvW3sBCxRxUqz1jrVMJl{margin:calc(var( --spacing-base )*8)}.tOjEqjLONQdkiYx_XRnw{margin-left:calc(var( --spacing-base )*8);margin-right:calc(var( --spacing-base )*8)}.op5hFSx318zgxsoZZNLN{margin-bottom:calc(var( --spacing-base )*8)}.c9WfNHP6TFKWIfLxv52J,.op5hFSx318zgxsoZZNLN{margin-top:calc(var( --spacing-base )*8)}.sBA75QqcqRwwYSHJh2wc{margin-right:calc(var( --spacing-base )*8)}.GpL6idrXmSOM6jB8Ohsf{margin-bottom:calc(var( --spacing-base )*8)}.HbtWJoQwpgGycz8dGzeT{margin-left:calc(var( --spacing-base )*8)}.uxX3khU88VQ_Ah49Ejsa{padding:calc(var( --spacing-base )*0)}.KX0FhpBKwKzs9fOUdbNz{padding-left:calc(var( --spacing-base )*0);padding-right:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz{padding-bottom:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz,.emxLHRjQuJsImnPbQIzE{padding-top:calc(var( --spacing-base )*0)}.kJ8WzlpTVgdViXt8ukP9{padding-right:calc(var( --spacing-base )*0)}.tg_UIUI11VBzrTAn2AzJ{padding-bottom:calc(var( --spacing-base )*0)}.uczvl8kaz84oPQJ2DB2R{padding-left:calc(var( --spacing-base )*0)}.o7UHPcdVK3lt7q3lqV4o{padding:calc(var( --spacing-base )*1)}.IDqEOxvDoYrFYxELPmtX{padding-left:calc(var( --spacing-base )*1);padding-right:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2{padding-bottom:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2,.npy3hw4A5QSkDicb2CJJ{padding-top:calc(var( --spacing-base )*1)}.LgbptTApNY5NwLQvEFAt{padding-right:calc(var( --spacing-base )*1)}.WZQy2SZuZso59bUsXXyl{padding-bottom:calc(var( --spacing-base )*1)}.o331apInxNunbYB3SfPE{padding-left:calc(var( --spacing-base )*1)}.fMPIyD9Vqki1Lrc_yJnG{padding:calc(var( --spacing-base )*2)}.i2pMcTcdrr10IQoiSm_L{padding-left:calc(var( --spacing-base )*2);padding-right:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH{padding-bottom:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH,.o9bGieUKcYc8o0Ij9oZX{padding-top:calc(var( --spacing-base )*2)}.SwZcFez1RDqWsOFjB5iG{padding-right:calc(var( --spacing-base )*2)}.eHpLc_idmuEqeqCTvqkN{padding-bottom:calc(var( --spacing-base )*2)}.vU39i2B4P1fUTMB2l6Vo{padding-left:calc(var( --spacing-base )*2)}.JHWNzBnE29awhdu5BEh1{padding:calc(var( --spacing-base )*3)}.X72lGbb56L3KFzC2xQ9N{padding-left:calc(var( --spacing-base )*3);padding-right:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e{padding-bottom:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e,.srV0KSDC83a2fiimSMMQ{padding-top:calc(var( --spacing-base )*3)}.lUWfkmbQjCskhcNwkyCm{padding-right:calc(var( --spacing-base )*3)}.Ts0dIlc3aTSL7V4cIHis{padding-bottom:calc(var( --spacing-base )*3)}.CzlqQXXhX6MvorArFZ8B{padding-left:calc(var( --spacing-base )*3)}.TqMPkQtR_DdZuKb5vBoV{padding:calc(var( --spacing-base )*4)}.a7UrjhI69Vetlcj9ZVzz{padding-left:calc(var( --spacing-base )*4);padding-right:calc(var( --spacing-base )*4)}.StEhBzGs2Gi5dDEkjhAv{padding-bottom:calc(var( --spacing-base )*4)}.FGneZfZyvYrt1dG0zcnm,.StEhBzGs2Gi5dDEkjhAv{padding-top:calc(var( --spacing-base )*4)}.APEH216rpdlJWgD2fHc8{padding-right:calc(var( --spacing-base )*4)}.oGwXC3ohCic9XnAj6x69{padding-bottom:calc(var( --spacing-base )*4)}.U6gnT9y42ViPNOcNzBwb{padding-left:calc(var( --spacing-base )*4)}.IpdRLBwnHqbqFrixgbYC{padding:calc(var( --spacing-base )*5)}.HgNeXvkBa9o3bQ5fvFZm{padding-left:calc(var( --spacing-base )*5);padding-right:calc(var( --spacing-base )*5)}.tJtFZM3XfPG9v9TSDfN1{padding-bottom:calc(var( --spacing-base )*5)}.PdifHW45QeXYfK568uD8,.tJtFZM3XfPG9v9TSDfN1{padding-top:calc(var( --spacing-base )*5)}.mbLkWTTZ0Za_BBbFZ5b2{padding-right:calc(var( --spacing-base )*5)}.vVWpZpLlWrkTt0hMk8XU{padding-bottom:calc(var( --spacing-base )*5)}.RxfaJj5a1Nt6IavEo5Zl{padding-left:calc(var( --spacing-base )*5)}.SppJULDGdnOGcjZNCYBy{padding:calc(var( --spacing-base )*6)}.palY2nLwdoyooPUm9Hhk{padding-left:calc(var( --spacing-base )*6);padding-right:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_{padding-bottom:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_,.YEEJ9b90ueQaPfiU8aeN{padding-top:calc(var( --spacing-base )*6)}.QE0ssnsKvWJMqlhPbY5u{padding-right:calc(var( --spacing-base )*6)}.n8yA3jHlMRyLd5UIfoND{padding-bottom:calc(var( --spacing-base )*6)}.tXHmxYnHzbwtfxEaG51n{padding-left:calc(var( --spacing-base )*6)}.kBTsPKkO_3g_tLkj77Um{padding:calc(var( --spacing-base )*7)}.RyhrFx6Y1FGDrGAAyaxm{padding-left:calc(var( --spacing-base )*7);padding-right:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO{padding-bottom:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO,.vQVSq6SvWKbOMu6r4H6b{padding-top:calc(var( --spacing-base )*7)}.oBy5__aEADMsH46mrgFX{padding-right:calc(var( --spacing-base )*7)}.KVEXoJqf1s92j0JMdNmN{padding-bottom:calc(var( --spacing-base )*7)}.ZMXGNrNaKW3k_3TLz0Fq{padding-left:calc(var( --spacing-base )*7)}.tuiR9PhkHXhGyEgzRZRI{padding:calc(var( --spacing-base )*8)}.U7454qyWkQNa2iaSJziu{padding-left:calc(var( --spacing-base )*8);padding-right:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8{padding-bottom:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8,.X1rm9DQ1zLGLfogja5Gn{padding-top:calc(var( --spacing-base )*8)}.JS7G6kAuqJo5GIuF8S5t{padding-right:calc(var( --spacing-base )*8)}.Y8F9ga1TDCMbM1lj4gUz{padding-bottom:calc(var( --spacing-base )*8)}.AJuyNGrI63BOWql719H8{padding-left:calc(var( --spacing-base )*8)}.demNsMJjhi7BLY7xhjU5{align-items:center;display:flex;font-size:var(--font-body);line-height:calc(var(--spacing-base)*3);margin:calc(var(--spacing-base)*2) 0;min-height:calc(var(--spacing-base)*3)}.QiUjdjJSkqh6nH7YMG5A{align-self:flex-start;height:calc(var(--spacing-base)*3);margin-right:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*3)}.Q080AHcq29J2fc68Hhk5{color:var(--jp-red)}.Q080AHcq29J2fc68Hhk5 .hYWbIwhppukXmGnsiT9H{fill:var(--jp-red)}.JjHuxWly0HI9C60gorbq{color:var(--jp-yellow-40)}.JjHuxWly0HI9C60gorbq .hYWbIwhppukXmGnsiT9H{fill:var(--jp-yellow-40)}.Cm8ZFHi3mngl4cj9Gatx{color:var(--jp-blue-40)}.Cm8ZFHi3mngl4cj9Gatx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-blue-40)}.ytGBsU015p3LGwOPwFDx{color:var(--jp-green)}.ytGBsU015p3LGwOPwFDx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-green)}.udAWaza1u34TkmZZUPq4 .JsO4jFxFAKjG6Go62bZF{font-size:1rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .M6POQFFbhswwolN6D9VN{display:flex;flex-direction:column;gap:1rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .Sk_WQxS97yTokR_rM3Ci{flex-shrink:0}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .CRjatFVv3dQMjG9_Vmjj{align-items:center;display:flex;gap:.5rem}.udAWaza1u34TkmZZUPq4 .re3HrL6GJa59uqDgx771{align-items:center;display:flex;gap:1rem;justify-content:end;margin-top:3rem}.udAWaza1u34TkmZZUPq4 .jPB4ApiYyEswu6AKKJqk{height:2rem;width:2rem}.udAWaza1u34TkmZZUPq4 .JhIphWt8e2X_ee0l7KEZ{align-items:center;display:flex;font-size:1rem;gap:.5rem}.Mu_jAq5ZcYDM1kmBbxcs.Mu_jAq5ZcYDM1kmBbxcs{width:65rem}.foAsC5GlXOWEzACnxT_P{display:grid;gap:.5rem}.foAsC5GlXOWEzACnxT_P>input{height:100%;width:18rem}.foAsC5GlXOWEzACnxT_P:not(._7PKKGx44v2H9dJbUltFw){grid-auto-flow:column}.IGOk1gMf5SKkfOKyF7Xc{padding-block:2rem}.ptn8jt555LOvMXWaoLxs{font-size:13px;line-height:24px;margin:5px 0 12px;position:relative}.IVzciZv5S5E8XgR5EsLp{color:#757575}.OpbDsm3F65Z4K5Bz43cz,.dlrSwB0tyuf1TYcypDec,.hkpqil8E11PObwu7TVU2{padding:8px 16px}.OpbDsm3F65Z4K5Bz43cz a,.dlrSwB0tyuf1TYcypDec a,.hkpqil8E11PObwu7TVU2 a{color:inherit}.dlrSwB0tyuf1TYcypDec{background-color:#fef8ee;border-left:2px solid #f0b849}.hkpqil8E11PObwu7TVU2{background-color:#f4a2a2;border-left:2px solid #cc1818}.OpbDsm3F65Z4K5Bz43cz{border:1px solid #007cba;border-left-width:4px;padding:12px 16px}.AeqtA3GRe7sFjKaC9SqL{padding-right:25px}.IArBTmNL2K4du5WPBUhg{all:unset;cursor:pointer;position:absolute;right:16px;top:12px}.IArBTmNL2K4du5WPBUhg:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #007cba}.T7E2eJJN4qjwPpv3mcjV{margin-top:12px}.facebook-preview__post-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJIAAAAkCAYAAABi6GPmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAfySURBVHgB7Vx/iFVFFP6SCAmTCAuRisVqkTCTMouIEJEQBAkREcEIEYnWQqIsIor+EBGJRSQwlhAMWUxMQlqRRfxDthCRsBBdRDaR2kosWgmxddfm887Vc+fNzJ15b+6+92A/OLC8mTlz79zvnl8zd4HG0alkr5ILSv5WMqBkg5K7MYmJxMNKepUMa+nVv4WO7VLSp2RQyVUtg/q3rghddWGlkn+V3LTIQKLJn1TSreQMspu7mUiuap3deo4qsVbJRSX7ldyP9OA6X0HtPV6B/xnMUtKj5AbK1+uG7jsLiTEF9ouXcl7JNNQHWrSdSsaQjjwuGdNzVWVFL4u5Til5AGnRC/e99TrGLFcyovv8p+RrJWuQeZhpWjr1b38pGdd9R/TYZHgIRebPVTJDyWYl10Xbl4gHH2g/qieQKf2ohkzmPD8iLZmG4b6nYUv/t3DnBf1GyWMl+gcMnSTV20iEmULxJaPtVdE2ivhF24nihR9H9hakNKuztM7jxlw7kR62B3wa2YuXAjFE4j2PaXmvXDVes+gc15LEMs0Qii9b2o+J9g0IB+MV6c62InOjVWGKnkO6udQxk+lG879/RmbZG0Woa+PLk7uz90t03qXkK/gt+AgSvNzThMKrlvZNon0HwtGNoiWqkkQ5pqBombqRFnLxGXNIMjHgb5RMocF2j/79XIDOJxAWDvSgQdyLovsyId3bAYTjjBiXNKgrwXIUH25KyIUnVqNIprPIQoVGUJb+829mXnRJXQH67lHyC/wkGtc6G8rO1wuFg5b2ZaL9MMIhU/zkqaYHs+C3sI3AJBLB0skoimtY5f12ibmesbSvQlai+ELJ88gC8KMIs0obUSfoCgaFoncsfdaJ9j0Ih23RJwpVze3SuwJFMrFcUlXhr0/Ms9bSThc1jjDimNKHOiHdFqvZtlrRNsekXDgG5yeUbEdWq5BodyLNUfImsuIjXZZZsDXBtZRk4g7BoyVzMAtmgpAXaf9Btp6MS10x5TkUPYSrzPE4yl2aKYOoEyeEkq2OPociLmSbGNeOROLDo2s4Bf99jjrGMwyQtbchJR2OvvNRLHCachBZfGNixNKvwzHHEWTkJPlYW/sN/vuqKxR4WSi4BnfG8QPiWL1Fj2s3Ii1CZkXK7o9E2erRY5KJ8UqHpV/+gvJBjzrmsrmuEUdfehQahqfgxn1KfkIJkWhG+42bsC1Cv+57WPy+C/WB5OPCnUTxbZ2J9iESrVA3ateKroxuje5tnpLpCMcryF7OXBcLvbONPlyj+fpvuiEbmfotus/BT/T98IPu9BNkBDbH3nJtMVsR0sqM6RtpBHwY0k0uR3sQia7jgNGfNZuP0PjWxxIUyfQr/Otsqx/Zyhd98D/b0JLH06gl761g+zrCiRTD4FDIoHwz2oNIB42+3yJNhTrHYhSDdJKp09JvHuzPZsjStwv+53kR4bhkjL1VlwpZPNvEC5AGu4XO9Wh9In1o9NuGarAIRTIdt/RxeZMBS19ZkLSN4e+zUY5HjDG3C5KxRGJgtQZpwLdYmuZ1aG0ivYBiRXo7qgP3Ms+KuS4Y7WYYIOUzh84e+K3S90oehB8bjTG3t0hiidSJdOA2y16h23zDJhplc8sY8Riq2wdkQC23ikje1UYfWRA25UWHXrlp65I/kRWQmflNteiQMW1h0zaWSKkxW+j+o+K5yuCbe6VoYzBcVQWaes+jSCIznZclGFPOlujPj5GEVLEPGWOfxR2XVnOMpNlEksdRzNRyouGbW54OqCou6kAWKOfzMDtaZem3A+6HvwzlkAfbyuQ5PYZ7b7/jDpFqDrY1m0gyLqLraMVN207RxizXl+IvVPKxkn3IzhsNa320Yls845jiXzLmcZ1+cBV7+xEOedTWZ51YN+Qx3Dzldx61bRaRuNfDN1uWH1iHacVjJFtEm63swQP9nyJL031v93XYwf05ecqRpFsKN4Yc+uchDkkP/zeLSISsDHNxpqI1D7bJANN0HdwotVV7XWKCD1/unTHlXww/zlj0Xkb9SPI5UjOJtAK1b3qrHbWdLq6H5j0/6cDSxRHUPlAmDHxzGSAvQPEjCXP9eC5Ilj/48F5COWz1I15bXgHnFkqjB+Wi0UwiyaBR7tu10uH/paLtpP7NzKwozJYYGNtIb1s/1qSkJePm6UKEYS3s1m5U6DyECUYziMRg9V0U46Mlor3scySOcwWujFf4CdQ1hLubXGyfI8mz5yRZB4oxypi+Fp/VNNeP6btMKmiV5iMc3Oszt2lMNxejLwmaQaR9hs4Tlj5lH0jaAlfGL75Pc1zi+0Dyc9HPTAauISzdlnPxhZFbH3SFcxEPEpck59rRCuVfDtNNp/4AMwjNINLrQh9L/74b932ynYNWaA/iyBP6ybaMg2TBlCRagjCYL0D+t2szti0RSyTWRpaiMewS+mI//TGv12aFhhFmKUJwGnYirorQYRvP3faQTdK2QSyRcmGWxQxjKsJAU8yDcR+geJ6lLNX1XYvNCvG3lP+oYcgyR2xl2xwfci677VAvkVLIUTR2vVVZIQnzfDRjkthyhEzxq/7sqGmIJRIzohT/IYRl/nq+fbfpSm2FJGRcxvhmDuLxBrL0nllhygNwLYWYE5J5psQAkXEO44fRwLHsx7iAi8k6SL3/9UOm9VVZIYnvxHybMAknYs5sx2wKVgXuafHt3o3qrJAEK9ncLa+asG2P2K9IJjGJGvwP+tnxKdafpLoAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:73px 18px;display:inline-block;filter:invert(40%)}.facebook-preview__post-icon-like{background-position:0 0;height:18px;width:18px}.facebook-preview__post-icon-comment{background-position:-18px 0;height:18px;width:18px}.facebook-preview__post-icon-share{background-position:-36px 0;height:18px;width:18px}.facebook-preview__post-icon-info{background-position:-54px 0;height:14px;width:7px}.facebook-preview__post-icon-public{background-position:-61px 0;height:12px;width:12px}.facebook-preview__post-actions{align-items:center;color:#65676b;display:flex;font-size:.9375rem;font-weight:600;height:2.625rem;justify-content:space-around;line-height:1.33;list-style-type:none;margin:0;padding:0;width:100%}.facebook-preview__post-actions>li{align-items:center;display:flex;gap:.5rem;margin:0}.facebook-preview__post-header{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;min-height:60px;padding:.75rem 1rem .5rem;width:100%}.facebook-preview__post-header-content{display:flex;gap:.5rem}.facebook-preview__post-header-avatar{background-color:#caccd1;border:1px solid #e5e5e5;border-radius:50%;height:40px;width:40px}.facebook-preview__post-header-name{color:#050505;font-size:.9375rem;font-weight:600;line-height:1.33}.facebook-preview__post-header-share{align-items:center;color:#65676b;display:flex}.facebook-preview__post-header-time{font-size:.8125rem;line-height:1.23}.facebook-preview__post-header-dot{text-align:center;width:.625rem}.facebook-preview__post-header-more{background-image:radial-gradient(circle at .125rem .125rem,#65676b 2px,#0000 0);background-size:.5rem .25rem;height:.25rem;margin:0 .625rem 0 0;width:1.25rem}.facebook-preview__post{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px #0003,0 -1px 0 #0000000d;display:flex;flex-direction:column;font-family:system-ui,-apple-system,BlinkMacSystemFont,\.SFNSText-Regular,sans-serif;margin-inline:auto;max-width:clamp(508px,100%,680px);overflow-y:hidden}.facebook-preview__post :-moz-any-link{color:#216fdb;text-decoration:none}.facebook-preview__post :any-link{color:#216fdb;text-decoration:none}.facebook-preview__custom-text{color:#050505;font-size:.9375rem;line-height:1.33;margin:0;padding:0 1rem 1rem;word-break:break-word}.facebook-preview__custom-text-post-url{display:block;margin-top:.5rem}.facebook-preview__body{border-bottom:1px solid #d4d0d4;border-top:1px solid #d4d0d4;display:flex;flex-direction:column}.facebook-preview__body.is-loading{visibility:hidden}.facebook-preview__body.is-portrait{flex-direction:row}.facebook-preview__text{align-items:center;background-color:#f0f2f5;color:#050505;display:flex;flex:1;padding:.5rem 1rem;position:relative;word-break:break-word}.facebook-preview__text-wrapper{width:100%}.facebook-preview__url{color:#65676b;font-size:.8125rem;line-height:1;margin-bottom:.25rem;text-transform:uppercase}.facebook-preview__title{font-size:.9444rem;font-weight:600;line-height:1.18;margin:.25rem 0 .125rem}.facebook-preview__description{color:#65676b;font-size:.9375rem;line-height:1.33}.facebook-preview__body.is-landscape .facebook-preview__description.is-compact{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.facebook-preview__custom-image img,.facebook-preview__custom-image video,.facebook-preview__image img,.facebook-preview__image video,.facebook-preview__media-item img,.facebook-preview__media-item video{display:block;-o-object-fit:cover;object-fit:cover;width:100%}.facebook-preview__image.is-empty{border-inline-end:1px solid #d4d0d4;height:140px;width:140px}.facebook-preview__image.is-portrait img{height:430px;width:278px}.facebook-preview__image.is-landscape img{aspect-ratio:1.91;width:100%}.facebook-preview__custom-image,.facebook-preview__media-item{background-color:#121212;display:flex;justify-content:center;width:100%}.facebook-preview__custom-image.is-portrait img,.facebook-preview__media-item.is-portrait img{height:685px;width:500px}.facebook-preview__custom-image.is-landscape img,.facebook-preview__media-item.is-landscape img{aspect-ratio:1.78;width:100%}.facebook-preview__info{align-items:center;background-color:#fff;border:1px solid #d4d0d4;border-radius:50%;display:flex;height:30px;justify-content:center;position:absolute;right:15px;top:-10px;width:30px}.facebook-preview__info i{filter:invert(8%)}.facebook-preview__window{border:1px solid #d4d0d4;border-radius:16px;margin:0 .75rem}.facebook-preview__window .facebook-preview__custom-image,.facebook-preview__window .facebook-preview__custom-image img,.facebook-preview__window .facebook-preview__image,.facebook-preview__window .facebook-preview__image img{border-top-left-radius:inherit;border-top-right-radius:inherit}.instagram-preview__wrapper{background-color:#fff;margin-inline:auto;max-width:clamp(200px,100%,555px);padding:20px}.instagram-preview__section .instagram-preview__wrapper{padding:0}.instagram-preview__section.social-preview__section{width:clamp(200px,100%,555px)}.instagram-preview__container{box-shadow:0 0 0 1px #00000014;overflow:hidden}.instagram-preview__header{display:flex;gap:.5rem;padding:.5rem 1rem}.instagram-preview__header--avatar{align-items:center;display:flex;max-height:32px;max-width:32px}.instagram-preview__header--avatar img{border-radius:50%;height:100%;width:100%}.instagram-preview__header--profile{align-items:center;display:flex;flex-grow:1;justify-content:space-between}.instagram-preview__header--profile-name{font-weight:700}.instagram-preview__media{display:flex}.instagram-preview__media--image,.instagram-preview__media--video{-o-object-fit:cover;object-fit:cover;width:100%}.instagram-preview__media-item{flex-grow:1}.instagram-preview__content{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 1rem}.instagram-preview__content a{color:#00376b;text-decoration:none}.instagram-preview__content--actions{display:flex;justify-content:space-between}.instagram-preview__content--actions-primary{align-items:center;display:flex;gap:1rem}.instagram-preview__content--name{display:inline;font-weight:600}.instagram-preview__content--text{display:inline}.instagram-preview__content--footer{color:#737373;font-weight:400}.linkedin-preview__wrapper{background-color:#fff;margin-inline:auto;max-width:clamp(200px,100%,555px);padding:20px}.linkedin-preview__section .linkedin-preview__wrapper{padding:0}.linkedin-preview__section.social-preview__section{width:clamp(200px,100%,555px)}.linkedin-preview__container{border-radius:8px;box-shadow:0 0 0 1px #00000014;overflow:hidden}.linkedin-preview__container.has-media{border-end-end-radius:0;border-end-start-radius:0}.linkedin-preview__header{display:flex;gap:.5rem;margin-bottom:.8rem;padding:.8rem 1rem 0}.linkedin-preview__header--avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:48px;overflow:hidden;width:48px}.linkedin-preview__header--avatar img{-o-object-fit:contain;object-fit:contain;width:100%}.linkedin-preview__header--profile{display:flex;flex-direction:column;overflow:hidden}.linkedin-preview__header--profile-title{font-size:.75rem}.linkedin-preview__header--profile-info{display:flex;gap:.25rem}.linkedin-preview__header--profile-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.linkedin-preview__header--profile-meta{align-items:center;display:flex;gap:.25rem}.linkedin-preview__caption{font-size:.875rem;font-weight:400;line-height:20px;margin:0 1rem}.linkedin-preview__content article,.linkedin-preview__media{background-color:#eef3f8;display:flex;flex-direction:column;margin-top:.5rem}.linkedin-preview__media-item{display:flex}.linkedin-preview__media-item img,.linkedin-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.linkedin-preview__description{padding:.5rem .75rem}.linkedin-preview__description--title{font-size:.875rem;font-weight:600;margin:0}.linkedin-preview__description--meta{color:#0009;display:flex;font-size:.875rem;font-weight:400;gap:.25rem;margin-top:.5rem}.linkedin-preview__image{-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__post-actions{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.mastodon-preview__post-actions>div{align-items:center;color:#606984;display:flex}.mastodon-preview__post-actions svg{fill:currentColor}.mastodon-preview__post-icon-text{color:#525a71;font-size:.75rem;font-weight:500}.mastodon-preview__body{color:#000;margin-bottom:1rem}.mastodon-preview__body>p{margin-bottom:1.25rem}.mastodon-preview__card{border:1px solid #d9e1e8;border-radius:8px;color:#000;display:flex;margin-bottom:1rem;margin-top:1rem;overflow:hidden}.mastodon-preview__card.has-image{flex-direction:column}.mastodon-preview__card.has-image .mastodon-preview__card-img{width:100%}.mastodon-preview__card-img{min-height:60px}.mastodon-preview__card-img img{border-end-start-radius:inherit;border-start-start-radius:inherit;display:block;min-height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__card-img--fallback{align-items:center;aspect-ratio:1;background:#c0cdd9;display:flex;justify-content:center;position:relative;width:120px}.mastodon-preview__card-text{display:flex;flex-direction:column;gap:.5rem;overflow:hidden;padding:1rem}.mastodon-preview__card-title{color:#282c37;font-size:1.187rem;font-weight:700;line-height:1.4}.mastodon-preview__card-site{display:block;font-size:.875rem}.mastodon-preview__card-description{font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mastodon-preview__post-header{align-items:start;display:flex;font-size:.9375rem;justify-content:space-between;line-height:1.47;margin-bottom:.625rem}.mastodon-preview__post-avatar{border-radius:4px;height:46px;width:46px}.mastodon-preview__post-header-user{align-items:center;display:flex;gap:.75rem}.mastodon-preview__post-header-displayname{color:#000;font-weight:700}.mastodon-preview__post-header-audience{align-items:center;display:flex;gap:.25rem}.mastodon-preview__section{margin-inline:auto;max-width:100%;width:578px}.mastodon-preview__post{background-color:#fff;border:1px solid #c0cdd9;box-sizing:border-box;color:#444b5d;font-family:"mastodon-font-sans-serif",sans-serif;font-size:.9375rem;line-height:1.47;overflow-y:hidden;padding:1rem;width:100%}.mastodon-preview__post :-moz-any-link{color:#3a3bff;text-decoration:none}.mastodon-preview__post :any-link{color:#3a3bff;text-decoration:none}.mastodon-preview__img{aspect-ratio:16/9;border-radius:4px;display:block;margin:.875rem auto 0;-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__media{border-radius:8px;margin-top:8px;min-height:64px}.mastodon-preview__media.as-grid{display:grid;gap:2px;grid-template-columns:50% 50%;overflow:hidden;width:100%}.mastodon-preview__media-item{border:0;border-radius:8px;display:flex;overflow:hidden}.mastodon-preview__media-item img,.mastodon-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.nextdoor-preview__wrapper{max-width:clamp(200px,100%,600px)}.nextdoor-preview__section .nextdoor-preview__wrapper{padding:0}.nextdoor-preview__section.social-preview__section{width:clamp(200px,100%,600px)}.nextdoor-preview__container{background-color:#fff;border-radius:8px;box-shadow:0 0 8px #0000001a;overflow:hidden}.nextdoor-preview__container.small-preview{border-end-end-radius:0;border-end-start-radius:0}.nextdoor-preview__header{align-items:center;display:flex;gap:.5rem;margin-bottom:8px}.nextdoor-preview__header--avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:40px;overflow:hidden;width:40px}.nextdoor-preview__header--avatar img{-o-object-fit:contain;object-fit:contain;width:100%}.nextdoor-preview__header--details{display:flex;flex-direction:column}.nextdoor-preview__header--name{font-size:1rem;font-weight:600;letter-spacing:-.32px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nextdoor-preview__header--meta{align-items:center;color:#666;display:flex;font-size:14px;gap:.25rem;letter-spacing:-.32px;line-height:19px;white-space:pre-wrap}.nextdoor-preview__footer{display:flex;flex-direction:row;justify-content:flex-end;margin-top:24px}.nextdoor-preview__footer--actions{align-items:center;display:flex;gap:1rem}.nextdoor-preview__footer--actions-item{align-items:center;display:flex;font-size:13px;font-weight:600;gap:.25rem;line-height:16px}.nextdoor-preview__content{padding:12px 16px}.nextdoor-preview__card{border-radius:16px;box-shadow:0 1px 4px 0 #00000014,0 0 2px 0 #0003;display:flex;flex-direction:column;margin-top:12px;overflow:hidden}.nextdoor-preview__card.small-preview{align-items:center;flex-direction:row}.nextdoor-preview__card--chevron-wrapper{align-items:center;display:flex;justify-content:center;min-width:40px;width:40px}.nextdoor-preview__caption{font-size:1rem;font-weight:400;line-height:20px;margin-bottom:20px}.nextdoor-preview__media-item{display:flex}.nextdoor-preview__media-item img,.nextdoor-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.nextdoor-preview__description{display:flex;flex-direction:column;overflow:hidden;padding:16px}.small-preview .nextdoor-preview__description{flex-grow:1;padding:10px}.nextdoor-preview__description--title{font-size:15px;font-weight:600;line-height:20px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nextdoor-preview__description--url{color:#666;font-size:13px}.nextdoor-preview__media{margin-inline:-16px}.nextdoor-preview__image{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;width:100%}.small-preview .nextdoor-preview__image{height:62px;width:62px}.nextdoor-preview__default-avatar{align-items:center;background-color:#8c6e63;border-radius:50%;color:#fff;display:flex;font-size:x-large;height:40px;justify-content:center;width:40px}.nextdoor-preview__default-image{align-items:center;background-color:#f1ffca;display:flex;height:62px;justify-content:center;width:62px}.threads-preview{padding:20px}.threads-preview__wrapper{background-color:#fff;border-radius:4px;margin-inline:auto;max-width:clamp(200px,100%,635px);padding-inline-end:1rem;padding-top:1rem}.threads-preview__section.social-preview__section{width:clamp(200px,100%,635px)}.threads-preview__section.social-preview__section .social-preview__section-desc,.threads-preview__section.social-preview__section .social-preview__section-heading{padding-inline-start:17px}.threads-preview__container{color:#000;display:grid;font-size:15px;grid-template-columns:50px auto;line-height:21px;margin-bottom:5px}.threads-preview__container .threads-preview__sidebar{display:grid;grid-template-rows:35px auto;justify-items:center}.threads-preview__container .threads-preview__sidebar .threads-preview__profile-image{align-items:center;border-radius:50%;display:flex;max-height:36px;max-width:36px;overflow:hidden}.threads-preview__container .threads-preview__sidebar .threads-preview__profile-image img{-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__sidebar .threads-preview__connector{background-color:#8c8f94;width:2px}.threads-preview__container .threads-preview__main{overflow:hidden;padding-bottom:1rem}.threads-preview__container .threads-preview__header{display:flex;font-size:16px;gap:6px;line-height:18px;margin-bottom:2px}.threads-preview__container .threads-preview__name{font-size:15px;font-weight:600}.threads-preview__container .threads-preview__date{color:#999}.threads-preview__container .threads-preview__content .threads-preview__text{white-space:pre-wrap;word-break:break-word}.threads-preview__container .threads-preview__content .threads-preview__media{border-radius:15px;display:grid;overflow:hidden;grid-gap:2px;grid-template-areas:"a";height:300px;margin-top:12px}.threads-preview__container .threads-preview__content .threads-preview__media img,.threads-preview__container .threads-preview__content .threads-preview__media video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__content .threads-preview__media img:first-child,.threads-preview__container .threads-preview__content .threads-preview__media video:first-child{grid-area:a}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(2),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(2){grid-area:b}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(3),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(3){grid-area:c}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(4),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(4){grid-area:d}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-2{grid-template-areas:"a b"}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-3{grid-template-areas:"a b" "a c"}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-4{grid-template-areas:"a b" "c d"}.threads-preview__container .threads-preview__content .threads-preview__card{border:1px solid #e1e8ed;border-radius:8px;margin-bottom:12px;margin-top:12px;overflow:hidden}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-image{aspect-ratio:16/9;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-body{color:#000;display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;gap:2px;overflow:hidden;padding:.75em;text-align:left;text-decoration:none}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-title{text-overflow:ellipsis}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-url{color:#999;font-size:12px;overflow-inline:hidden;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}.threads-preview__container .threads-preview__footer{display:flex;gap:2.5rem;margin-top:1rem}.threads-preview__container .threads-preview__footer svg{height:19px;width:19px;fill:#424242}.threads-preview__container .threads-preview__icon--like svg,.threads-preview__container .threads-preview__icon--reply svg,.threads-preview__container .threads-preview__icon--share svg{fill:#0000;stroke:#424242}.tumblr-preview__post-icon{align-items:center;display:flex}.tumblr-preview__post-icon svg{fill:#000000a6}.tumblr-preview__post-icon-blaze{height:20px;width:23px}.tumblr-preview__post-icon-delete{height:21px;width:17px}.tumblr-preview__post-icon-edit{height:21px;width:21px}.tumblr-preview__post-icon-share{height:24px;width:24px}.tumblr-preview__post-icon-reblog,.tumblr-preview__post-icon-reply{height:21px;width:21px}.tumblr-preview__post-icon-like{height:21px;width:23px}.tumblr-preview__post-icon-ellipsis{height:4px;width:18px}.tumblr-preview__post-actions{color:#000000a6;font-size:1rem;font-weight:700;line-height:1.5;margin-top:.25rem;padding:0 1.25rem}.tumblr-preview__post-manage-actions,.tumblr-preview__post-social-actions{align-items:center;display:flex;justify-content:space-between;min-height:3.5rem}.tumblr-preview__post-manage-actions ul,.tumblr-preview__post-social-actions ul{align-items:center;display:flex;gap:1.25rem;list-style-type:none;margin:0;padding:0}.tumblr-preview__post-manage-actions ul>li,.tumblr-preview__post-social-actions ul>li{align-items:center;display:flex;justify-content:center}.tumblr-preview__post-social-actions{border-top:1px solid #c27b7b26}.tumblr-preview__post-actions-blaze,.tumblr-preview__post-header{align-items:center;display:flex}.tumblr-preview__post-header{justify-content:space-between;margin:1rem 0;padding:0 1.25rem}.tumblr-preview__post-header-username{font-size:.875rem;font-weight:700;line-height:1.5}.social-preview{padding:0 .5rem}.social-preview__section{margin-bottom:2rem;margin-inline:auto;width:clamp(200px,100%,680px)}.social-preview__section-heading{color:#1e1e1e;font-size:.875rem;font-weight:600;line-height:1.42;margin-bottom:.375rem;margin-top:0}.social-preview__section-desc{color:#757575;font-size:.75rem;line-height:1.33;margin-bottom:1rem;margin-top:0}.social-preview__section-desc .components-external-link{align-items:center;display:inline-flex;gap:.25rem}.tumblr-preview__section.social-preview__section{width:clamp(200px,100%,604px + 1.25rem)}.tumblr-preview__post{align-items:flex-start;display:flex;gap:1.25rem}.tumblr-preview__avatar{border-radius:3px;height:64px;width:64px}@media(max-width:660px){.tumblr-preview__avatar{display:none}}.tumblr-preview__card{background-color:#fff;border-radius:3px;color:#000;font-family:Favorit,Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif;font-size:1rem;overflow-y:hidden}.tumblr-preview__card :-moz-any-link{color:inherit;text-decoration:underline}.tumblr-preview__card :any-link{color:inherit;text-decoration:underline}.tumblr-preview__custom-text,.tumblr-preview__title{margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__title{font-size:1.625rem;font-weight:400;line-height:1.3}.tumblr-preview__description{font-size:1rem;line-height:1.5;margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__image{aspect-ratio:16/9;display:block;margin:3.375rem 0 1rem;width:100%}.tumblr-preview__url{display:inline-block;margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__site-name{color:#000000a6;font-size:.75rem;text-transform:uppercase}.tumblr-preview__window{margin:0 1.25rem 1.25rem}.tumblr-preview__window-top{border-top-left-radius:6px;border-top-right-radius:6px;position:relative}.tumblr-preview__window-top .tumblr-preview__image{aspect-ratio:16/9;border-top-left-radius:inherit;border-top-right-radius:inherit;margin:0;width:100%}.tumblr-preview__window-bottom{border:1px solid #00000040;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:flex;flex-direction:column;gap:.5rem;padding:1rem .75rem}.tumblr-preview__window-bottom.is-full{border-top-left-radius:6px;border-top-right-radius:6px}.tumblr-preview__window-bottom>*{margin:0;padding:0}.tumblr-preview__overlay{align-items:center;background-color:#0006;border-top-left-radius:inherit;border-top-right-radius:inherit;bottom:0;color:#fff;display:flex;justify-content:center;left:0;padding:1rem .75rem;position:absolute;right:0;top:0}.tumblr-preview__overlay>*{margin:0;padding:0}.nOZgE6dP_guav2888GAK{margin:1rem 0 1.5rem}@media(min-width:600px){.jxndagXCphEhzYfnjHMZ{width:calc(100vw - 40px)}}@media(min-width:960px){.jxndagXCphEhzYfnjHMZ{max-height:calc(100% - 120px);width:920px}}.jxndagXCphEhzYfnjHMZ .components-modal__content.hide-header{padding:0}.na9tpJVboVaxVNabSRsr{display:flex}@media(max-width:782px){.na9tpJVboVaxVNabSRsr{flex-direction:column}}.VxWWpt730pSzZCEVjxA3{height:2rem;position:absolute;right:.5rem;top:.5rem}.z14EiGfFuQwKazBW3LpF{align-items:center;border-bottom:1px solid #dcdcde;display:flex;height:48px;padding-inline:2rem}@media(min-width:782px){.z14EiGfFuQwKazBW3LpF{border-inline-end:1px solid #dcdcde}}.z14EiGfFuQwKazBW3LpF h2{font-size:1rem;font-weight:600;line-height:16px;margin-block:0}@media(min-width:782px){.LAWYmJPODB8LgzQMzsyx{flex:1}}.vVbLRydJFLCVa49hSz83{padding:1rem 2rem}@media(min-width:782px){.vVbLRydJFLCVa49hSz83{border-inline-end:1px solid #dcdcde}}.uw1atyZ2fcJoKjwf6SZW{background:var(--jp-gray-0);flex:1}@media(min-width:782px){.uw1atyZ2fcJoKjwf6SZW{flex:2}}.uw1atyZ2fcJoKjwf6SZW .components-tab-panel__tabs{background:var(--jp-white);border-bottom:1px solid #dcdcde;height:48px;justify-content:center}.meKppCUznQhlkjwZuS6G{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:1rem 2rem}.HS7f47n0w2xUqa4wQkwX{opacity:.5}.dKXzdVKZ7LYvSmUVrl26{color:var(--jp-gray-40);margin-top:0}.sP1aklNMfj7lCDxuhWaq{position:relative}.a6tcXi51GAewl3qx0AVi{align-items:center;background-color:#2c3338e6;border-radius:2px;bottom:8px;display:flex;font-variant-numeric:tabular-nums;left:8px;padding:4px;position:absolute}.a6tcXi51GAewl3qx0AVi svg{margin-right:2px}.uFtCCGeycoI94JbCnJh8.uFtCCGeycoI94JbCnJh8{color:var(--jp-white);font-size:9px;font-weight:600;line-height:8px}.cZuW54OEuUN9yvuE_rNU{margin:auto;position:relative}.vCs0BOExDMOystFhG2wa{width:auto}.sKpch49QzrpontC0DvF7{background-color:var(--jp-gray-0);border:1px dashed var(--jp-gray-20);border-radius:calc(var(--jp-border-radius)*.5);display:grid;grid-template-rows:1fr auto 2fr;justify-content:center;margin-bottom:8px;min-height:130px;padding:24px;position:relative;width:100%}.sKpch49QzrpontC0DvF7>*{justify-self:center}.sKpch49QzrpontC0DvF7>button{grid-row:2}.sKpch49QzrpontC0DvF7>button:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.sKpch49QzrpontC0DvF7>span{color:var(--jp-gray-60);font-size:13px;grid-row:3;line-height:16px;margin-top:16px;text-align:center}.sKpch49QzrpontC0DvF7>svg{align-self:center;margin:0;position:absolute}.vOO47kVjHn7i63fQ0bx0{color:#757575;font-size:12px;font-weight:400;line-height:16px;margin-bottom:8px}.ziE_jq4PmQmGBedGskf_{width:100%}.TJGgifcTHqUtknPqVQpH,.qqGj0rmSJvZs9dyr0u_I,.ziE_jq4PmQmGBedGskf_{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;cursor:pointer;margin:0;padding:0}.TJGgifcTHqUtknPqVQpH,.qqGj0rmSJvZs9dyr0u_I{align-items:center;background-color:var(--jp-black);border:1.5px solid var(--jp-white);border-radius:100%;display:flex;height:20px;justify-content:center;line-height:0;position:absolute;right:-4px;top:-4px;transition:background .1s ease-in-out;width:20px;z-index:2}.TJGgifcTHqUtknPqVQpH svg,.qqGj0rmSJvZs9dyr0u_I svg{fill:var(--jp-white)}.TJGgifcTHqUtknPqVQpH:hover,.qqGj0rmSJvZs9dyr0u_I:hover{background-color:var(--wp-admin-theme-color)}.TJGgifcTHqUtknPqVQpH{right:-5px;top:-56px}.f92zWdEJJIwBvwH5rRzn{margin-bottom:16px}.f92zWdEJJIwBvwH5rRzn .components-responsive-wrapper__content{width:auto}.rBTOWyeewE4VxAqYgjoI{filter:grayscale(100%);opacity:.5}.PykCvaqoL7AIDzVKJAtg{position:relative}.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP{margin:16px 0 8px;padding-right:8px}.components-base-control__label+.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP{margin-top:0}.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP p{margin:0 0 4px}.Q21myqk1zOYB3IH8YuEq{color:var(--jp-gray-40);margin-top:0}.RoerAwwhu_PqirHlSJPz{display:block;margin-top:1rem}.Ua6eKcnk_tQQpFlgXMSn{display:inherit;display:flex;flex-wrap:wrap;list-style-type:none;margin:0;width:100%}.Ua6eKcnk_tQQpFlgXMSn .SHqrIEguRfCILRHPyxE9{margin:5px 0 10px}.ejyuBjiLmHz_UTFmBnjA{display:inline-block;margin-top:6px}.smqXe_da1eoP4Agql_Cs{height:auto;margin-inline-start:15px;padding:0}.eQZwqSCI_uVWrJ2jIRUA{margin-block-end:1rem}.O_ZghPCUG7291iVsp1wx{color:#646970;margin-bottom:.25rem}.nrOxj0JeSCWwCB4oaR94{display:block;margin-bottom:1rem}.Jxra4242dPPaUy28mM8H.components-button.is-link{font-size:inherit;font-weight:inherit}.Jxra4242dPPaUy28mM8H.components-button.is-link:hover{text-decoration:none}.amoEz9VXiwF3eyLxTbOA .irsbCLZJNayrJ0g_joAn{font-style:italic;font-weight:700;word-wrap:break-word}.lIKYDl6xVVtMbvcUDrrn.lIKYDl6xVVtMbvcUDrrn{display:block;margin-bottom:.5rem}.search-preview__display{border:1px solid #f6f7f7;font-family:arial,sans-serif;padding:10px 20px;word-wrap:break-word}.search-preview__header{align-items:flex-end;display:flex;gap:.5rem}.search-preview__menu{color:#4d5156;height:18px;position:relative;width:18px}.search-preview__branding{align-items:center;display:flex;gap:.75rem}.search-preview__site--title{color:#202124;font-size:14px;line-height:20px}.search-preview__icon{height:1.75rem;width:1.75rem}.search-preview__title{color:#1a0dab;font-size:20px;line-height:1.3;margin-bottom:7px;margin-top:8px;max-width:616px}.search-preview__title:hover{cursor:pointer;text-decoration:underline}.search-preview__url{color:#4d5156;font-size:12px;line-height:1.3;max-width:616px}.search-preview__description{color:#4d5156;font-size:14px;font-weight:400;line-height:1.5;max-width:616px}.VHYulMcpzbr10HWR0iSE{align-items:flex-start;border:1px solid var(--jp-black);border-color:var(--jp-gray-5);border-left-width:6px;border-radius:4px;display:flex;font-size:var(--font-body);padding:24px 31px 27px 18px}.FGpSkMCiIHQjszcV0dbn{margin-right:20px}.FGpSkMCiIHQjszcV0dbn,.KoWZcCwhW13xvkEb0QON{height:calc(var(--spacing-base)*3);width:calc(var(--spacing-base)*3)}.KoWZcCwhW13xvkEb0QON{background-color:#0000;border:none;cursor:pointer;outline:none}@media screen and (max-width:600px){.VHYulMcpzbr10HWR0iSE{box-shadow:0 4px 8px #00000008,0 1px 2px #0000000f;padding-top:68px;position:relative}.FGpSkMCiIHQjszcV0dbn{left:24px;position:absolute;top:24px}.KoWZcCwhW13xvkEb0QON{position:absolute;right:24px;top:24px}}.smrfczkC53EaFM8OJUXs{flex-grow:1}.IKYRWoPwt9xOVEx1wzNS{font-weight:600;margin-bottom:8px}.qM0qY6mPYp1MPN54A3Kg{align-items:center;display:flex;margin-top:20px}.qM0qY6mPYp1MPN54A3Kg a,.qM0qY6mPYp1MPN54A3Kg a:active,.qM0qY6mPYp1MPN54A3Kg a:focus,.qM0qY6mPYp1MPN54A3Kg a:hover{color:var(--jp-black)}.qM0qY6mPYp1MPN54A3Kg>*{margin-right:24px}.A5YkDkkXuiYgavrY6Nux{border-left-color:var(--jp-red)}.A5YkDkkXuiYgavrY6Nux .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-red)}.cT5rwuPMZzWvi5o6shMl{border-left-color:var(--jp-yellow-20)}.cT5rwuPMZzWvi5o6shMl .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-yellow-20)}.yo0O3uvNomPsYUXFCpAS{border-left-color:var(--black)}.yo0O3uvNomPsYUXFCpAS .y_IPyP1wIAOhyNaqvXJq{fill:var(--black)}.oZdDFf1jBLkzn5ICCC6x{border-left-color:var(--jp-green)}.oZdDFf1jBLkzn5ICCC6x .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-green)}.twitter-preview{padding:20px}.twitter-preview__wrapper{background-color:#fff;border-radius:4px;margin-inline:auto;max-width:clamp(200px,100%,635px);padding-inline-end:1rem;padding-top:1rem}.twitter-preview__section.social-preview__section{width:clamp(200px,100%,635px)}.twitter-preview__section.social-preview__section .social-preview__section-desc,.twitter-preview__section.social-preview__section .social-preview__section-heading{padding-inline-start:17px}.twitter-preview__container{display:grid;font-size:15px;grid-template-columns:65px auto;line-height:20px;margin-bottom:5px}.twitter-preview__container .twitter-preview__sidebar{display:grid;grid-template-rows:35px auto;justify-items:center}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__profile-image{align-items:center;border-radius:50%;display:flex;max-height:30px;max-width:30px;overflow:hidden}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__profile-image img{-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__connector{background-color:#8c8f94;width:2px}.twitter-preview__container .twitter-preview__main{overflow:hidden;padding-bottom:1rem}.twitter-preview__container .twitter-preview__header{display:flex;font-size:16px;gap:.25rem;line-height:18px;margin-bottom:2px}.twitter-preview__container .twitter-preview__name{font-weight:700}.twitter-preview__container .twitter-preview__date,.twitter-preview__container .twitter-preview__screen-name{color:#667886;letter-spacing:-.3px}.twitter-preview__container .twitter-preview__content .twitter-preview__text{color:#0f1419;white-space:pre-wrap;word-break:break-word}.twitter-preview__container .twitter-preview__content .twitter-preview__media{border-radius:15px;display:grid;overflow:hidden;grid-gap:2px;grid-template-areas:"a";height:300px;margin-top:12px}.twitter-preview__container .twitter-preview__content .twitter-preview__media img,.twitter-preview__container .twitter-preview__content .twitter-preview__media video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:first-child,.twitter-preview__container .twitter-preview__content .twitter-preview__media video:first-child{grid-area:a}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(2),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(2){grid-area:b}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(3),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(3){grid-area:c}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(4),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(4){grid-area:d}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-2{grid-template-areas:"a b"}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-3{grid-template-areas:"a b" "a c"}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-4{grid-template-areas:"a b" "c d"}.twitter-preview__container .twitter-preview__content .twitter-preview__quote-tweet{margin-top:10px;min-height:200px}.twitter-preview__container .twitter-preview__content .twitter-preview__quote-tweet .twitter-preview__quote-tweet-overlay{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.twitter-preview__container .twitter-preview__content .twitter-preview__card{border:1px solid #e1e8ed;border-radius:12px;margin-bottom:12px;margin-top:12px;overflow:hidden}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary{display:grid}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image{display:grid;grid-template-columns:125px auto;height:125px}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image .twitter-preview__card-body{border-left:1px solid #e1e8ed;height:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image .twitter-preview__card-description{-webkit-line-clamp:3}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary_large_image{display:grid;grid-template-rows:254px auto}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-image{aspect-ratio:16/9;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-body{color:#000;display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;gap:2px;overflow:hidden;padding:.75em;text-align:left;text-decoration:none}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-title{max-height:1.3em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-description{color:#536471;display:-webkit-box;max-height:3.9em;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-url{color:#8899a6;overflow-inline:hidden;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}.twitter-preview__container .twitter-preview__footer{display:flex;justify-content:space-between;margin-top:12px;max-width:425px}.twitter-preview__container .twitter-preview__footer svg{fill:#787c82;height:16px;width:16px}.jetpack-social-previews__modal .components-modal__header{margin:0}.jetpack-social-previews__modal .components-modal__content{padding:0}.jetpack-social-previews__modal--close-btn{height:2rem;position:absolute;right:.5rem;top:.5rem}.jetpack-social-previews__modal-previews{display:flex;flex-direction:column;height:100%}.jetpack-social-previews__modal-previews .components-tab-panel__tabs-item:focus-visible:before{box-shadow:none;outline:none}.jetpack-social-previews__modal-previews .components-tab-panel__tabs{border-bottom:1px solid #dcdcde;display:flex;flex-direction:row;height:3rem;justify-content:center;max-width:none}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button{font-size:0;height:100%;outline:0;white-space:nowrap;width:2.5rem}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button svg{display:block;fill:currentColor}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button.is-active:after{border-bottom:1px solid #3858e9;height:0;margin-bottom:-1px}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):not(.is-primary):not(.is-tertiary):not(.is-link):hover:after{border-bottom:1px solid #3858e9;margin-bottom:-1px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content{background-color:#fff;flex:1;overflow:auto;padding:10px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content>div{display:flex;justify-content:center}@media(min-width:600px){.jetpack-social-previews__modal-previews{width:calc(100vw - 40px)}}@media(min-width:960px){.jetpack-social-previews__modal-previews{width:920px}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button{font-size:13px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content{padding:40px}}.jetpack-social-previews__modal-previews .facebook-preview{width:100%}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content .mastodon-preview{max-width:578px}.jetpack-social-previews__modal-upgrade{padding:2em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-illustration{height:auto;max-width:351px;width:100%}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{margin-bottom:1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-heading{font-size:2em;line-height:1.15}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list{font-size:1.1em;line-height:1.4;list-style:none;margin-bottom:2em;padding-left:1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list li{margin-bottom:12px;position:relative}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list li:before{color:#4ab866;content:"✓";left:-20px;position:absolute}@media(min-width:600px){.jetpack-social-previews__modal-upgrade{display:grid;max-width:870px;width:80vw;grid-gap:3em;grid-template-columns:1fr 1fr;padding-top:4em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-illustration{grid-column:2;grid-row:1;max-width:100%;padding-right:2em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{grid-column:1;grid-row:1;margin-bottom:0;padding:0 1em 1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-heading{margin-top:0}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list{padding-left:0}}@media(min-width:782px){.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{padding:0 2em 2em}}.jetpack-gutenberg-social-icons{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.jetpack-gutenberg-social-icons .jetpack-social-previews__icon{margin-right:0;fill:currentColor}.OWstrHF6QZdaosKs0b6j{aspect-ratio:1200/630;background-color:var(--jp-gray-0);display:flex;justify-content:center;margin-bottom:8px;max-height:250px;min-height:130px;position:relative;width:100%}.OWstrHF6QZdaosKs0b6j>*{justify-self:center}.OWstrHF6QZdaosKs0b6j>svg{align-self:center;margin:0;position:absolute}.OWstrHF6QZdaosKs0b6j img{height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}.HJMFrbZ0khdkKKkocrIK{display:none}.m9360_cMWKFHTNk9xpNz{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)*4) 0}.j4EvSJfKIJLGEIAETiEY{all:unset;border-radius:calc(var(--jp-border-radius)/2);cursor:pointer;position:relative}.j4EvSJfKIJLGEIAETiEY img{border-radius:calc(var(--jp-border-radius)/2);display:block;height:auto;max-width:100%;pointer-events:none}.j4EvSJfKIJLGEIAETiEY:after{background-color:var(--jp-white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath stroke='%2309B585' stroke-width='1.5' d='m11.327.53-6.75 9.08L.662 6.7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;content:"";height:calc(var(--spacing-base)*3);opacity:0;position:absolute;right:calc(var(--spacing-base)*-1.5);top:calc(var(--spacing-base)*-1.5);transform:translateY(5px);transition:all .15s cubic-bezier(.4,0,.2,1);width:calc(var(--spacing-base)*3)}.j4EvSJfKIJLGEIAETiEY:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #007cba;outline:3px solid #0000}.dQb3Zpl0puk4V6ezZslo:after{opacity:1;transform:translateY(0)}.tfWupx32Rn5hHqVjTzui div{padding-top:0}.qu9UsV1EEFeFxhU3Wgt5{margin-top:15px}.nZhgKYFn6MQoIDGcKrUG{max-width:150px}.WJ5nPw0EHj7eoNZB06TW{display:flex;justify-content:flex-end}.WJ5nPw0EHj7eoNZB06TW>*+*{margin-left:var(--spacing-base)}.JUeclE9CucaXRlTL5K9H{display:flex;flex-wrap:wrap;gap:.7rem}.JUeclE9CucaXRlTL5K9H a{border-radius:4px;color:#fff}.JUeclE9CucaXRlTL5K9H a:hover{color:#fff}.JUeclE9CucaXRlTL5K9H a>span{align-items:center;display:flex}.JUeclE9CucaXRlTL5K9H a>span>svg{border-radius:var(--jp-border-radius);color:#fff}.JUeclE9CucaXRlTL5K9H a.components-button svg{fill:currentColor}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary{background:#0000;color:var(--jp-black);gap:0;justify-content:start;padding:0}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary:hover{background:#0000;color:var(--jp-gray-50)}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary svg{height:calc(var(--spacing-base)*3);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*3)}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary:focus{border:0;box-shadow:none;outline:none}.JUeclE9CucaXRlTL5K9H .rhyZKz4FQtFOFAMwLgLj{background-color:var(--jp-black)}.JUeclE9CucaXRlTL5K9H .DDRhGoqXUOM6Jug54nEB{background-color:#2ab318}.JUeclE9CucaXRlTL5K9H .h57Cabo4jn8Ke77_DLOX{background-color:#0866ff;border-radius:var(--jp-border-radius)!important}.JUeclE9CucaXRlTL5K9H .tvNWJpaNzPro4QaItBae{background-color:#fff;color:var(--jp-black);outline:1px solid var(--jp-gray)}.p_VTpBCFklSkcb0iiD0K{flex-direction:column}.DyIAUIn_2bkciyB_XtgH{display:flex}.Lx8xScOApJmJdhJF9JWd.Lx8xScOApJmJdhJF9JWd{font-size:13px;font-weight:400;line-height:24px;margin-inline-start:var(--spacing-base)}.pp_WJTHlGIX9bcHCLxJh{display:flex;flex-direction:column;gap:1rem;padding-block:1rem}.IzRyqrcpwjKRBJKEtECz{font-weight:600;text-transform:uppercase}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.dataviews-wrapper{box-sizing:border-box;container:dataviews-wrapper/inline-size;display:flex;flex-direction:column;font-size:13px;height:100%;line-height:1.4;overflow:auto;scroll-padding-bottom:64px}.dataviews-filters__container,.dataviews__view-actions{box-sizing:border-box;flex-shrink:0;left:0;padding:16px 48px;position:sticky;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-filters__container,.dataviews__view-actions{transition-delay:0s;transition-duration:0s}}.dataviews-view-grid__primary-field,.dataviews-view-list__primary-field,.dataviews-view-table__primary-field{color:#757575;font-size:13px;font-weight:500;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-view-grid__primary-field a,.dataviews-view-list__primary-field a,.dataviews-view-table__primary-field a{color:#1e1e1e;display:block;flex-grow:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.dataviews-view-grid__primary-field a:hover,.dataviews-view-list__primary-field a:hover,.dataviews-view-table__primary-field a:hover{color:#007cba}.dataviews-view-grid__primary-field a:focus,.dataviews-view-list__primary-field a:focus,.dataviews-view-table__primary-field a:focus{border-radius:2px;box-shadow:0 0 0 2px #007cba;color:0,124,186}.dataviews-view-grid__primary-field button.components-button.is-link,.dataviews-view-list__primary-field button.components-button.is-link,.dataviews-view-table__primary-field button.components-button.is-link{color:#1e1e1e;display:block;font-weight:inherit;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-view-grid__primary-field button.components-button.is-link:hover,.dataviews-view-list__primary-field button.components-button.is-link:hover,.dataviews-view-table__primary-field button.components-button.is-link:hover{color:#007cba}.dataviews-loading,.dataviews-no-results{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:0 48px;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-loading,.dataviews-no-results{transition-delay:0s;transition-duration:0s}}@container (max-width: 430px){.dataviews-filters__container,.dataviews__view-actions{padding:12px 24px}.dataviews-loading,.dataviews-no-results,.dataviews-view-grid{padding-left:24px;padding-right:24px}}.dataviews-bulk-actions-footer__item-count{color:#1e1e1e;font-size:11px;font-weight:500;text-transform:uppercase}.dataviews-bulk-actions-footer__container{margin-right:auto;min-height:32px}.dataviews-filters__button{position:relative}.dataviews-filters__container{padding-top:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{opacity:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{opacity:1}.dataviews-filters__summary-popover{font-size:13px;line-height:1.4}.dataviews-filters__summary-popover .components-popover__content{border-radius:4px;width:230px}.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{padding:0}.dataviews-filters__summary-operators-container{padding:8px 8px 0}.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox){border-bottom:1px solid #e0e0e0;padding-bottom:8px}.dataviews-filters__summary-operators-container:empty{display:none}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{color:#757575}.dataviews-filters__summary-chip-container{position:relative;white-space:pre-wrap}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{align-items:center;background:#f0f0f0;border:1px solid #0000;border-radius:16px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:flex;min-height:32px;padding:4px 12px;position:relative}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{padding-inline-end:28px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{background:#e0e0e0;color:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{background:#007cba0a;color:#007cba}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{background:#007cba1f}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{box-shadow:0 0 0 2px #007cba;outline:none}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{font-weight:500}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{align-items:center;background:#0000;border:0;border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;position:absolute;right:4px;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{fill:#757575}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{background:#e0e0e0}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{fill:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{fill:#007cba}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{background:#007cba14}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{box-shadow:0 0 0 2px #007cba;outline:none}.dataviews-filters__search-widget-filter-combobox-list{border-top:1px solid #e0e0e0;max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{font-weight:600}.dataviews-filters__search-widget-listbox{max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-listitem{align-items:center;border-radius:2px;box-sizing:border-box;cursor:default;display:flex;gap:8px;margin-block-end:2px;padding:8px 12px}.dataviews-filters__search-widget-listitem:last-child{margin-block-end:0}.dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{background-color:#007cba;color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-check{fill:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{color:#fff}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-check{flex-shrink:0;height:24px;width:24px}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{color:#757575;display:block;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis}.dataviews-filters__search-widget-filter-combobox__wrapper{padding:8px;position:relative}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{background:#f0f0f0;border:none;border-radius:2px;box-shadow:0 0 0 #0000;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin-left:0;margin-right:0;padding:0 32px 0 8px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{transition-delay:0s;transition-duration:0s}}@media(min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{border-color:#007cba;box-shadow:0 0 0 .5px #007cba;outline:2px solid #0000}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#1e1e1e9e;opacity:1}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder{color:#1e1e1e9e}@media(min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{background:#fff;box-shadow:inset 0 0 0 2px #007cba}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{-webkit-appearance:none}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{align-items:center;display:flex;justify-content:center;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__container-visibility-toggle{flex-shrink:0;position:relative}.dataviews-filters-toggle__count{background:#007cba;border-radius:8px;box-sizing:border-box;color:#fff;font-size:11px;height:16px;line-height:16px;min-width:16px;outline:2px solid #fff;padding:0 4px;position:absolute;right:0;text-align:center;top:0;transform:translate(50%,-50%)}.dataviews-search{width:-moz-fit-content;width:fit-content}.dataviews-footer{background-color:#fff;border-top:1px solid #f0f0f0;bottom:0;flex-shrink:0;left:0;padding:12px 48px;position:sticky;transition:padding .1s ease-out;z-index:2}@media(prefers-reduced-motion:reduce){.dataviews-footer{transition-delay:0s;transition-duration:0s}}@container (max-width: 430px){.dataviews-footer{padding:12px 24px}}@container (max-width: 560px){.dataviews-footer{flex-direction:column!important}.dataviews-footer .dataviews-bulk-actions-footer__container{width:100%}.dataviews-footer .dataviews-bulk-actions-footer__item-count{flex-grow:1}.dataviews-footer .dataviews-pagination{justify-content:space-between;width:100%}}.dataviews-pagination__page-select{font-size:11px;font-weight:500;text-transform:uppercase}@media(min-width:600px){.dataviews-pagination__page-select .components-select-control__input{font-size:11px!important;font-weight:500}}.dataviews-action-modal{z-index:1000001}.dataviews-selection-checkbox{--checkbox-input-size:24px;flex-shrink:0;line-height:0}@media(min-width:600px){.dataviews-selection-checkbox{--checkbox-input-size:16px}}.dataviews-selection-checkbox .components-checkbox-control__input-container{margin:0}.dataviews-view-config{container-type:inline-size;font-size:13px;line-height:1.4;padding:16px;width:320px}.dataviews-view-config__sort-direction .components-toggle-group-control-option-base{text-transform:uppercase}.dataviews-settings-section__title.dataviews-settings-section__title{font-size:15px;line-height:24px}.dataviews-settings-section__sidebar{grid-column:span 4}.dataviews-settings-section__content,.dataviews-settings-section__content>*{grid-column:span 8}.dataviews-settings-section__content .is-divided-in-two{display:contents}.dataviews-settings-section__content .is-divided-in-two>*{grid-column:span 4}.dataviews-settings-section:has(.dataviews-settings-section__content:empty){display:none}@container (max-width: 500px){.dataviews-settings-section.dataviews-settings-section{grid-template-columns:repeat(2,1fr)}.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{grid-column:span 2}}.dataviews-field-control__field{height:32px}.dataviews-field-control__actions{position:absolute;top:-9999em}.dataviews-field-control__actions.dataviews-field-control__actions{gap:4px}.dataviews-field-control__field:focus-within .dataviews-field-control__actions,.dataviews-field-control__field:hover .dataviews-field-control__actions{position:unset;top:unset}.dataviews-view-grid{grid-template-rows:max-content;margin-bottom:auto;padding:0 48px 24px;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-view-grid{transition-delay:0s;transition-duration:0s}}.dataviews-view-grid .dataviews-view-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions{padding:8px 0 4px}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__primary-field{min-height:32px}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{color:#1e1e1e}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{background-color:#007cba14;box-shadow:inset 0 0 0 1px #007cba}.dataviews-view-grid .dataviews-view-grid__media{aspect-ratio:1/1;background-color:#f0f0f0;border-radius:4px;min-height:200px;position:relative;width:100%}.dataviews-view-grid .dataviews-view-grid__media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-grid .dataviews-view-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-grid .dataviews-view-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{align-items:flex-start;min-height:24px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){display:none}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column){align-items:center}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-name{width:35%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field.is-column+.is-row{margin-top:4px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{color:#757575}.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-grid .dataviews-view-grid__badge-fields .dataviews-view-grid__field-value{align-items:center;background:#f0f0f0;border-radius:2px;display:flex;font-size:12px;min-height:24px;padding:0 8px;width:-moz-fit-content;width:fit-content}.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:480px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1080px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1440px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1920px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{display:none}.dataviews-view-grid__card .dataviews-selection-checkbox{left:8px;position:absolute;top:-9999em;z-index:1}.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{top:8px}ul.dataviews-view-list{list-style-type:none}.dataviews-view-list{margin:0 0 auto}.dataviews-view-list li{border-top:1px solid #f0f0f0;cursor:pointer;margin:0}.dataviews-view-list li .dataviews-view-list__item-wrapper{border-radius:4px;position:relative}.dataviews-view-list li .dataviews-view-list__item-wrapper>*{width:100%}.dataviews-view-list li .dataviews-view-list__item-actions{position:absolute;right:0;top:16px}.dataviews-view-list li .dataviews-view-list__item-actions>div{height:24px}.dataviews-view-list li .dataviews-view-list__item-actions .components-button{opacity:0}.dataviews-view-list li:has(.dataviews-view-list__fields:empty) .dataviews-view-list__item-actions{top:50%;transform:translateY(-50%)}.dataviews-view-list li.is-hovered .dataviews-view-list__item-actions,.dataviews-view-list li.is-selected .dataviews-view-list__item-actions,.dataviews-view-list li:focus-within .dataviews-view-list__item-actions{background:#f8f8f8;box-shadow:-12px 0 8px 0 #f8f8f8;margin-right:24px;padding-left:8px}.dataviews-view-list li.is-hovered .dataviews-view-list__item-actions .components-button,.dataviews-view-list li.is-selected .dataviews-view-list__item-actions .components-button,.dataviews-view-list li:focus-within .dataviews-view-list__item-actions .components-button{opacity:1;position:static}.dataviews-view-list li.is-selected .dataviews-view-list__item-actions{background-color:#f7f8ff;box-shadow:-12px 0 8px 0 #f7f8ff}.dataviews-view-list li.is-selected.is-selected,.dataviews-view-list li.is-selected.is-selected+li{border-top:1px solid #007cba1f}.dataviews-view-list li:not(.is-selected) .dataviews-view-list__primary-field{color:#1e1e1e}.dataviews-view-list li:not(.is-selected).is-hovered,.dataviews-view-list li:not(.is-selected):focus-within,.dataviews-view-list li:not(.is-selected):hover{background-color:#f8f8f8;color:#007cba}.dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__primary-field,.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__primary-field,.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__primary-field{color:#007cba}.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper{background-color:#007cba0a;color:#1e1e1e}.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__primary-field,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__primary-field{color:#007cba}.dataviews-view-list .dataviews-view-list__item{box-sizing:border-box;padding:16px 24px;scroll-margin:8px 0;width:100%}.dataviews-view-list .dataviews-view-list__item:focus-visible:before{border-radius:2px;bottom:2px;box-shadow:inset 0 0 0 2px #007cba;content:"";left:2px;position:absolute;right:2px;top:2px}.dataviews-view-list .dataviews-view-list__item .dataviews-view-list__primary-field{line-height:24px;min-height:24px;overflow:hidden}.dataviews-view-list .dataviews-view-list__media-wrapper{background-color:#f0f0f0;border-radius:4px;flex-shrink:0;height:52px;overflow:hidden;position:relative;width:52px}.dataviews-view-list .dataviews-view-list__media-wrapper img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-list .dataviews-view-list__media-wrapper:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.dataviews-view-list .dataviews-view-list__media-placeholder{background-color:#e0e0e0;height:52px;width:52px}.dataviews-view-list .dataviews-view-list__field-wrapper{min-height:52px}.dataviews-view-list .dataviews-view-list__fields{color:#757575;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;row-gap:4px}.dataviews-view-list .dataviews-view-list__fields:empty{display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty){display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{align-items:center;display:flex;line-height:20px;min-height:24px}.dataviews-view-list+.dataviews-pagination{justify-content:space-between}.dataviews-view-table{border-collapse:collapse;border-color:inherit;color:#757575;margin-bottom:auto;position:relative;text-indent:0;width:100%}.dataviews-view-table th{color:#1e1e1e;font-size:13px;font-weight:400;text-align:left}.dataviews-view-table td,.dataviews-view-table th{padding:12px;white-space:nowrap}.dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{text-align:right}.dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{padding-right:0}.dataviews-view-table tr{border-top:1px solid #f0f0f0}.dataviews-view-table tr .dataviews-view-table-header-button{gap:4px}.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-left:48px}.dataviews-view-table tr td:first-child .dataviews-view-table-header,.dataviews-view-table tr td:first-child .dataviews-view-table-header-button,.dataviews-view-table tr th:first-child .dataviews-view-table-header,.dataviews-view-table tr th:first-child .dataviews-view-table-header-button{margin-left:-8px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-right:48px}.dataviews-view-table tr:last-child{border-bottom:0}.dataviews-view-table tr.is-hovered{background-color:#f8f8f8}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input{opacity:0}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate{opacity:1}.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:0}.dataviews-view-table tr.is-hovered .components-checkbox-control__input,.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .components-checkbox-control__input,.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .components-checkbox-control__input,.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}@media(hover:none){.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}}.dataviews-view-table tr.is-selected{background-color:#007cba0a;color:#757575}.dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{border-top:1px solid #007cba1f}.dataviews-view-table tr.is-selected:hover{background-color:#007cba14}.dataviews-view-table thead{inset-block-start:0;position:sticky;z-index:1}.dataviews-view-table thead tr{border:0}.dataviews-view-table thead th{background-color:#fff;font-size:11px;font-weight:500;padding-bottom:8px;padding-left:12px;padding-top:8px;text-transform:uppercase}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-left:4px}.dataviews-view-table tbody td{vertical-align:top}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{align-items:center;display:flex;min-height:32px}.dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){min-height:0}.dataviews-view-table .dataviews-view-table-header-button{font-size:11px;font-weight:500;padding:4px 8px;text-transform:uppercase}.dataviews-view-table .dataviews-view-table-header-button:not(:hover){color:#1e1e1e}.dataviews-view-table .dataviews-view-table-header-button span{speak:none}.dataviews-view-table .dataviews-view-table-header-button span:empty{display:none}.dataviews-view-table .dataviews-view-table-header{padding-left:4px}.dataviews-view-table .dataviews-view-table__actions-column{width:1%}.dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input{opacity:1}.dataviews-view-table__cell-content-wrapper:empty{display:none}@container (max-width: 430px){.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-left:24px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-right:24px}}.dataviews-view-table-selection-checkbox{--checkbox-input-size:24px}@media(min-width:600px){.dataviews-view-table-selection-checkbox{--checkbox-input-size:16px}}.dataviews-controls__datetime{border:none;padding:0}.dataforms-layouts-panel__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.dataforms-layouts-panel__field-label{align-items:center;display:flex;flex-shrink:0;-webkit-hyphens:auto;hyphens:auto;line-height:20px;min-height:32px;padding:6px 0;width:38%}.dataforms-layouts-panel__field-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.dataforms-layouts-panel__field-control .components-button{max-width:100%;min-height:32px;text-align:left;text-wrap:balance;text-wrap:pretty;white-space:normal}.dataforms-layouts-panel__field-control .components-dropdown{max-width:100%}.dataforms-layouts-panel__field-dropdown .components-popover__content{min-width:320px;padding:16px}.dataforms-layouts-panel__dropdown-header{margin-bottom:16px}[class].dataforms-layouts-panel__dropdown-header-action{height:24px}[class].dataforms-layouts-panel__dropdown-header-action.has-icon{min-width:24px;padding:0}[class].dataforms-layouts-panel__dropdown-header-action:not(.has-icon){text-decoration:underline}.Syp1HH254tFVzcFG2Zh2,.kyLdsnatoC0HbIDJQm9S{margin-top:1rem;padding-block:1rem}.YABlqQXOGnawHFcJa7zT{min-height:20rem;width:60rem}.vEA7jwVDDYmYUaVhX9QR{display:flex;flex:1;flex-direction:column;gap:.5rem;overflow:auto}.AsH9JOuWehE027IlR7Y2,.hvN5L4O60W8ftCvW1gRX{align-items:center;display:flex}.hvN5L4O60W8ftCvW1gRX.aF8rESnbAc_uQUN0H3py{color:var(--jp-green-50)}.hvN5L4O60W8ftCvW1gRX.mfUKWd8ZvydeEyWeKhJ2{color:var(--jp-red-50);height:29px}.pvVeQhJ9oNx0CFoHYEit{flex:1}.fXQtkkrybB5DooWXxt67{margin-inline-start:2px;top:2px;width:24px}.fXQtkkrybB5DooWXxt67>button{color:var(--jp-red-50)!important}.bJAz31xuwL_vO4V97YfM{fill:var(--jp-green-50)}.eYjvcy4kG7GH44dIVLYO .dataviews__view-actions{display:none}.eYjvcy4kG7GH44dIVLYO table{overflow:hidden}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table-header-button{pointer-events:none}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table__row td:last-child{width:1%}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table__row td:last-child .dataviews-view-table__cell-content-wrapper{justify-content:center}.eYjvcy4kG7GH44dIVLYO .Zr_Eo4TmHx_X7UFoJcuM{align-items:center;display:flex}.eYjvcy4kG7GH44dIVLYO .components-external-link{color:#2271b1;font-weight:400}.csen0rABejxv4X3l1cx5{align-items:center;display:flex;gap:.5rem}.csen0rABejxv4X3l1cx5 button{padding:0}.csen0rABejxv4X3l1cx5 .icon-tooltip-wrapper,.csen0rABejxv4X3l1cx5 .icon-tooltip-wrapper button span{display:flex}.dCsa7WNQhT_7RhRkZih1{align-items:center;display:flex}.dCsa7WNQhT_7RhRkZih1 .components-spinner{margin-top:0}.VotVfPmHNdU_xItAWEKQ{color:var(--jp-gray-40)}.dhja1sVSpDACLZ6k4sBy{margin-top:1rem;padding-block:1rem}.U_WW2qLSQA71SJYyITOq{position:relative}.wp-admin.post-type-jetpack-social-note .post-publish-panel__postpublish-header{display:none}.CW7R8fRQqVKfyXFYiNWR{align-items:center;background:none;border:2px solid var(--jp-green-40);border-radius:4px;color:var(--jp-gray-90);display:block;gap:calc(var(--spacing-base)*3);justify-content:space-between;margin:0;padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3);text-align:left;text-decoration:none;width:100%}.CW7R8fRQqVKfyXFYiNWR:active,.CW7R8fRQqVKfyXFYiNWR:focus{outline-color:var(--jp-black)}.CW7R8fRQqVKfyXFYiNWR .n34j0qWq2EZzYl1jAiej button.aIuCL8MdydCJGcrOqp4x{font-size:var(--font-body-small)}.qegtnlYWDc3UnIGPRlQb{font-size:var(--font-body)}.n34j0qWq2EZzYl1jAiej{align-content:space-between;display:flex;flex-direction:column;gap:var(--spacing-base)}.aIuCL8MdydCJGcrOqp4x{align-items:center;justify-content:space-between;width:100%}.D8uyjb_rjCf4HTMT0mj0.D8uyjb_rjCf4HTMT0mj0{font-size:13px;line-height:1.5;margin-bottom:16px}.jetpack-publicize__upsell{margin-bottom:13px}.jetpack-publicize__upsell-description{font-weight:600;margin-bottom:10px}.jetpack-publicize__upsell-button.is-primary{background:#e34c84;color:#fff;padding-right:10px}.jetpack-publicize__upsell-button.is-primary:hover{background:#eb6594}.jetpack-publicize__upsell-button.is-primary.is-busy{background-image:linear-gradient(-45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-publicize__placeholder .components-placeholder__learn-more{margin-top:1em}.wp-block-jetpack-rating-star{line-height:0;margin-bottom:1.5em;stroke-width:0}.wp-block-jetpack-rating-star .is-rating-unfilled{fill-opacity:.33}.wp-block-jetpack-rating-star .jetpack-ratings-button{border-radius:2px;display:inline-flex}.wp-block-jetpack-rating-star .jetpack-ratings-button:focus{box-shadow:0 0 0 1px currentColor;outline:2px solid #0000}.wp-block-jetpack-rating-star>p{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.wp-block-jetpack-rating-star>span{display:inline-flex!important;margin-inline-end:.3em}.wp-block-jetpack-rating-star .jetpack-ratings-button span,.wp-block-jetpack-rating-star>span span{display:inline-flex;flex-shrink:0;overflow:hidden;width:12px}.wp-block-jetpack-rating-star .jetpack-ratings-button span svg,.wp-block-jetpack-rating-star>span span svg{flex-shrink:0}.wp-block-jetpack-rating-star .jetpack-ratings-button span:nth-child(2n),.wp-block-jetpack-rating-star>span span:nth-child(2n){justify-content:flex-end}.wp-block-jetpack-rating-star svg{display:inline-block!important;max-width:none!important}.wp-block-jetpack-rating-star.is-style-outlined{stroke-width:2px}.wp-block-jetpack-rating-star.is-style-outlined .is-rating-unfilled{fill:#0000}.wp-block-jetpack-rating-star .jetpack-ratings-button{margin-inline-end:.3em}.jetpack-ratings-button{cursor:pointer}.jetpack-ratings-button:focus{border:none;outline:none}@keyframes jetpack-memberships_button__spinner-animation{to{transform:rotate(1turn)}}.jetpack-memberships-spinner{display:none;height:1em;margin:0 0 0 5px;width:1em}.jetpack-memberships-spinner svg{height:100%;margin-bottom:-2px;width:100%}.jetpack-memberships-spinner-rotating{animation:jetpack-memberships_button__spinner-animation .75s linear infinite;transform-origin:center}.is-loading .jetpack-memberships-spinner{display:inline-block}body.jetpack-memberships-modal-open{overflow:hidden}dialog.jetpack-memberships-modal{opacity:1}dialog.jetpack-memberships-modal,dialog.jetpack-memberships-modal iframe{background:#0000;border:0;bottom:0;box-shadow:none;height:100%;left:0;margin:0;padding:0;position:fixed;right:0;top:0;width:100%}dialog.jetpack-memberships-modal::backdrop{background-color:#000;opacity:.7;transition:opacity .2s ease-out}dialog.jetpack-memberships-modal.is-loading,dialog.jetpack-memberships-modal.is-loading::backdrop{opacity:0}.wp-block-jetpack-recurring-payments.aligncenter .wp-block-jetpack-button{text-align:center}.wp-block-jetpack-recurring-payments{width:100%}.wp-block-jetpack-recurring-payments .components-base-control__label{text-align:left}.wp-block-jetpack-recurring-payments .components-placeholder{min-height:150px;padding:24px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset{max-width:500px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset p{font-size:13px;margin:20px 0 10px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset p:first-child{margin-top:0}.wp-block-jetpack-recurring-payments .components-placeholder__instructions .components-select-control__input{padding:0 24px 0 8px}.wp-block-jetpack-recurring-payments .components-placeholder .components-placeholder__instructions{display:block}.wp-block-jetpack-recurring-payments .components-placeholder label{font-size:13px}.wp-block-jetpack-recurring-payments .editor-rich-text__inline-toolbar{pointer-events:none}.wp-block-jetpack-recurring-payments .editor-rich-text__inline-toolbar .components-toolbar{pointer-events:all}.wp-block-jetpack-recurring-payments .membership-button__add-amount{margin-right:4px}.wp-block-jetpack-recurring-payments .membership-button__disclaimer{color:var(--color-gray-200);flex-basis:100%;font-style:italic;margin:0}.wp-block-jetpack-recurring-payments .membership-button__disclaimer a{color:var(--color-gray-400);line-height:36px}.wp-block-jetpack-recurring-payments .membership-button__field-button{margin-right:4px}.wp-block-jetpack-recurring-payments .membership-button__field-error .components-text-control__input{border:1px solid #d63638}.wp-block-jetpack-recurring-payments .membership-button__field-price{width:65%}.wp-block-jetpack-recurring-payments .membership-button__price-container{display:flex;flex-wrap:wrap}.wp-block-jetpack-recurring-payments .membership-button__price-container .components-input-control__container{top:4px}.wp-block-jetpack-recurring-payments .membership-button__price-container div.membership-button__field-currency{border-right:10px solid #0000}.wp-block-jetpack-recurring-payments .membership-button__price-container p{margin-top:0}.wp-block-jetpack-recurring-payments.disclaimer-only{background:#1e1e1e9e;box-sizing:initial;font-size:13px;margin:0 -14px;padding:14px;text-align:center;transform:translateY(14px)}.is-dark-theme .wp-block-jetpack-recurring-payments.disclaimer-only{background:#ffffffa6}.wp-block-jetpack-recurring-payments .wp-block-jetpack-membership-button_notification{display:block}.wp-block-jetpack-recurring-payments .wp-block[data-type="jetpack/button"]{margin-bottom:0;margin-top:0}.wp-block-jetpack-related-posts .components-placeholder__learn-more{flex-basis:100%;margin-top:1em}.jp-related-posts-i2__row{display:flex;margin-left:-10px;margin-right:-10px;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33.33333% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post{display:flex;flex-basis:0;flex-direction:column;flex-grow:1;margin:0 10px}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row}.jp-related-posts-i2__post-image-placeholder,.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-heading{font-size:1rem;line-height:1.2em;margin:.5rem 0}.jp-related-posts-i2__post-link{display:block;line-height:1.2em;margin:.2em 0;width:100%}.jp-related-posts-i2__post-img{width:100%}.jp-related-posts-i2__post-image-placeholder{display:block;margin:0 auto;max-width:350px;position:relative}.jp-related-posts-i2__post-image-placeholder-icon{left:calc(50% - 12px);position:absolute;top:calc(50% - 12px)}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{display:block;margin:0}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{margin:1rem 0 0;max-width:none}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post-image-placeholder{margin:0;max-width:350px}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post-img-link{margin-top:1rem}.wp-block-jetpack-repeat-visitor .components-notice{color:#1e1e1e;margin:1em 0 0}.wp-block-jetpack-repeat-visitor .components-radio-control__option{text-align:left}.wp-block-jetpack-repeat-visitor .components-notice__content{font-size:1em;margin:.5em 0}.wp-block-jetpack-repeat-visitor .components-notice__content .components-base-control{display:inline-block;max-width:8em;vertical-align:middle}.wp-block-jetpack-repeat-visitor .components-notice__content .components-base-control .components-base-control__field{margin-bottom:0}.wp-block-jetpack-repeat-visitor-placeholder{min-height:inherit}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__label svg{margin-right:.5ch}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__fieldset{flex-wrap:nowrap}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__fieldset .components-base-control{flex-basis:100%;margin-bottom:0}.wp-block-jetpack-repeat-visitor-placeholder .components-base-control__help{color:#cc1818;font-size:13px}.wp-block-jetpack-repeat-visitor--is-unselected .wp-block-jetpack-repeat-visitor-placeholder{display:none}.wp-block-jetpack-repeat-visitor-threshold{margin-right:20px}.wp-block-jetpack-repeat-visitor-threshold .components-text-control__input{margin-left:12px;text-align:center;width:5em}.block-editor-inserter__preview .wp-block-jetpack-repeat-visitor{padding:16px}.block-editor-inserter__preview .wp-block-jetpack-repeat-visitor>.block-editor-inner-blocks>.block-editor-block-list__layout{margin:0}.help-message{display:flex;font-size:13px;line-height:1.4em;margin-bottom:1em;margin-top:-.5em}.help-message svg{margin-right:5px;min-width:24px}.help-message>span{margin-top:2px}.help-message.help-message-is-error{color:#d63638}.help-message.help-message-is-error svg{fill:#d63638}div.wp-block-jetpack-whatsapp-button{display:flex;margin-inline-end:5px}div.wp-block-jetpack-whatsapp-button a.whatsapp-block__button{background:#25d366;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");background-position:16px;background-repeat:no-repeat;background-size:32px 32px;border:none;border-radius:8px;box-sizing:border-box;color:#fff;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:20px;font-weight:500;line-height:36px;min-height:50px;padding:8px 16px 8px 56px;text-decoration:none;white-space:nowrap}div.wp-block-jetpack-whatsapp-button.is-color-light a.whatsapp-block__button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%2523465B64' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");color:#465b64}div.wp-block-jetpack-whatsapp-button.alignleft{float:none;justify-content:flex-start}div.wp-block-jetpack-whatsapp-button.aligncenter{justify-content:center}div.wp-block-jetpack-whatsapp-button.alignright{float:none;justify-content:flex-end}div.wp-block-jetpack-whatsapp-button.has-no-text a.whatsapp-block__button{padding-inline-start:48px}div.wp-block-jetpack-whatsapp-button:hover{opacity:.9}div.wp-block-jetpack-send-a-message>div.wp-block-jetpack-whatsapp-button>a.whatsapp-block__button:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");background-position:16px;background-repeat:no-repeat;background-size:32px 32px}.jetpack-whatsapp-button__phonenumber .components-base-control{margin-bottom:0}.jetpack-whatsapp-button__phonenumber input.components-text-control__input{margin-bottom:5px}.jetpack-whatsapp-button__phonenumber select.components-select-control__input{min-height:30px;padding-left:10px;width:105px}.jetpack-whatsapp-button__phonenumber .components-placeholder__label svg{margin-right:6px}.jetpack-whatsapp-error{display:inline-flex;margin-bottom:10px}.jetpack-whatsapp-error span,.jetpack-whatsapp-error svg{color:red;fill:red;vertical-align:middle}.jetpack-whatsapp-error svg{margin:-3px 5px 0 0}.jetpack-whatsapp-button__popover .components-popover__content{min-width:260px;padding:12px}.wp-block[data-align=center] .wp-block-jetpack-whatsapp-button{justify-content:center}.components-seo-placeholder__learn-more{margin-top:1em}.components-seo-upsell__learn-more{margin:1em 0}.components-seo-upsell__button.is-primary{background:#e34c84;color:#fff;padding-right:10px}.components-seo-upsell__button.is-primary:hover{background:#eb6594}.components-seo-upsell__button.is-primary.is-busy{background-image:linear-gradient(-45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-seo-message-box{width:100%}.components-sharing-placeholder__learn-more{margin-top:1em}.jetpack-clipboard-input{display:flex}.jetpack-clipboard-input .components-clipboard-button,.jetpack-clipboard-input .components-text-control__input{min-height:36px}.jetpack-clipboard-input .components-clipboard-button{margin-left:6px}.simple-payments__loading{animation:simple-payments-loading 1.6s ease-in-out infinite}@keyframes simple-payments-loading{0%{opacity:.5}50%{opacity:.7}to{opacity:.5}}.jetpack-simple-payments-wrapper{margin-bottom:1.5em}body .jetpack-simple-payments-wrapper .jetpack-simple-payments-details p{margin:0 0 1.5em;padding:0}.jetpack-simple-payments-description{white-space:pre-wrap}.jetpack-simple-payments-product{display:flex;flex-direction:column}.jetpack-simple-payments-product-image{flex:0 0 30%;margin-bottom:1.5em}.jetpack-simple-payments-image{box-sizing:border-box;min-width:70px;padding-top:100%;position:relative}.jetpack-simple-payments-image img{border:0;border-radius:0;height:auto;left:50%;margin:0;max-height:100%;max-width:100%;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}.jetpack-simple-payments-price p,.jetpack-simple-payments-title p{font-weight:700}.jetpack-simple-payments-purchase-box{align-items:flex-start;display:flex}.jetpack-simple-payments-items{flex:0 0 auto;margin-right:10px}input[type=number].jetpack-simple-payments-items-number{background:#fff;font-size:16px;line-height:1;max-width:60px;padding:4px 8px!important}input[type=number].jetpack-simple-payments-items-number::-webkit-inner-spin-button,input[type=number].jetpack-simple-payments-items-number::-webkit-outer-spin-button{opacity:1}@media screen and (min-width:400px){.jetpack-simple-payments-product{flex-direction:row}.jetpack-simple-payments-product-image+.jetpack-simple-payments-details{flex-basis:70%;padding-left:1em}}.wp-block-jetpack-simple-payments .simple-payments__wrapper{display:grid;grid-template-columns:200px auto;grid-column-gap:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.wp-block-jetpack-simple-payments .simple-payments__field .components-base-control__field{margin-bottom:1em}.wp-block-jetpack-simple-payments .simple-payments__field textarea{display:block}.wp-block-jetpack-simple-payments .simple-payments__field input,.wp-block-jetpack-simple-payments .simple-payments__field textarea{font:inherit}.wp-block-jetpack-simple-payments img{max-width:100%}.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-content .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-email .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-title .components-base-control__label{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.wp-block-jetpack-simple-payments .simple-payments__field-has-error .components-text-control__input,.wp-block-jetpack-simple-payments .simple-payments__field-has-error .components-textarea-control__input{border-color:#d63638}.wp-block-jetpack-simple-payments .simple-payments__price-container{display:flex;flex-wrap:wrap}.wp-block-jetpack-simple-payments .simple-payments__price-container .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__price-container .components-input-control__label{display:block;font-weight:400;margin:0 0 4px}.wp-block-jetpack-simple-payments .simple-payments__price-container select.components-select-control__input{-webkit-appearance:none;-moz-appearance:none;height:auto;max-width:none;padding:3px 8px 1px}.wp-block-jetpack-simple-payments .simple-payments__price-container div.components-input-control__container{position:relative}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-currency{margin-right:5px}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-currency .components-input-control__container{width:calc(100% - 5px)}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-price .components-base-control__field{display:flex;flex-direction:column}.wp-block-jetpack-simple-payments .simple-payments__price-container .help-message{flex:1 1 100%;margin-top:0}.wp-block-jetpack-simple-payments .simple-payments__price-container .components-input-control__suffix>div{align-items:center;bottom:0;box-sizing:border-box;display:flex;padding:0 4px;pointer-events:none;position:absolute;right:0;top:0}.wp-block-jetpack-simple-payments .simple-payments__field-email .components-text-control__input{max-width:400px}.wp-block-jetpack-simple-payments .simple-payments__field-multiple{margin-bottom:5px}.wp-block-jetpack-simple-payments .simple-payments__field-multiple .components-toggle-control__label{line-height:1.4em}.wp-block-jetpack-simple-payments .simple-payments__field-content .components-textarea-control__input{min-height:32px;padding:8px;width:100%}.jetpack-simple-payments__purchase-link-text .components-base-control{margin-bottom:0}.jetpack-simple-payments__purchase-link-text input.components-text-control__input{margin-bottom:5px}.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow{margin-bottom:1.5em;position:relative}.wp-block-jetpack-slideshow [tabindex="-1"]:focus{outline:0}.wp-block-jetpack-slideshow.wp-amp-block>.wp-block-jetpack-slideshow_container{opacity:1}.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay .wp-block-jetpack-slideshow_button-play,.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay.wp-block-jetpack-slideshow__autoplay-playing .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay.wp-block-jetpack-slideshow__autoplay-playing .wp-block-jetpack-slideshow_button-play{display:none}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container{opacity:0;overflow:hidden;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.wp-swiper-initialized{opacity:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.swiper-container{display:block}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_slide,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_swiper-wrapper{line-height:normal;margin:0;padding:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper{display:flex}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{display:flex;height:100%;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure{align-items:center;display:flex;height:100%;justify-content:center;margin:0;position:relative;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure .wp-block-jetpack-slideshow_image{pointer-events:none;-webkit-user-select:none;user-select:none}.wp-block-jetpack-slideshow.alignfull .wp-block-jetpack-slideshow_image,.wp-block-jetpack-slideshow.alignwide .wp-block-jetpack-slideshow_image{max-width:unset;object-fit:cover;width:100vw}.wp-block-jetpack-slideshow .swiper-container-fade .wp-block-jetpack-slideshow_slide:not(.swiper-slide-active){opacity:0!important}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.wp-block-jetpack-slideshow .amp-carousel-button,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;border-radius:4px;box-shadow:none;height:30px;margin:-14px 0 0;opacity:.5;padding:0;transition:opacity .5s ease-out;width:28px}.wp-block-jetpack-slideshow .amp-carousel-button:focus,.wp-block-jetpack-slideshow .amp-carousel-button:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:hover{background-color:#fff;opacity:1}.wp-block-jetpack-slideshow .amp-carousel-button:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus{outline:thin dotted #fff;outline-offset:-4px}.wp-block-jetpack-slideshow .amp-carousel-button{margin:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{display:none}.wp-block-jetpack-slideshow .swiper-button-next:after,.wp-block-jetpack-slideshow .swiper-button-prev:after,.wp-block-jetpack-slideshow .swiper-container-rtl .swiper-button-next:after,.wp-block-jetpack-slideshow .swiper-container-rtl .swiper-button-prev:after{content:""}.wp-block-jetpack-slideshow .amp-carousel-button-next,.wp-block-jetpack-slideshow .swiper-button-next.swiper-button-white,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-prev.swiper-button-white,.wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB4PSI4IiB5PSI2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOC41OTggMTYuNTkgMTMuMTU2IDEyIDguNTk4IDcuNDEgMTAuMDAxIDZsNS45NyA2LTUuOTcgNnoiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTS4zNDQgMGgyMy44ODJ2MjRILjM0NHoiLz48L2c+PC9zdmc+)}.wp-block-jetpack-slideshow .amp-carousel-button-prev,.wp-block-jetpack-slideshow .swiper-button-prev.swiper-button-white,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev,.wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-next.swiper-button-white,.wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI5IiBoZWlnaHQ9IjEyIiB4PSI4IiB5PSI2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTYuMjA3IDE2LjU5IDExLjY1IDEybDQuNTU3LTQuNTlMMTQuODA0IDZsLTUuOTcgNiA1Ljk3IDZ6Ii8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0uNTc5IDBoMjMuODgydjI0SC41Nzl6Ii8+PC9nPjwvc3ZnPg==)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M6 19h4V5H6zm8-14v14h4V5z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");display:none;inset-inline-end:10px;margin-top:0;position:absolute;top:10px;z-index:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_autoplay-paused .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E")}.wp-block-jetpack-slideshow:has(>div[data-autoplay=true]) .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{background-color:#00000080;bottom:0;box-sizing:border-box;color:#fff;cursor:text;left:0;margin:0!important;max-height:100%;opacity:1;padding:.75em;position:absolute;right:0;text-align:initial;z-index:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption a{color:inherit}.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_caption.gallery-caption{max-height:calc(100% - 68px)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom{bottom:0;display:flex;gap:8px;justify-content:flex-start;line-height:24px;padding:10px 0 2px;position:relative}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet{background:currentColor;color:currentColor;height:8px;opacity:.5;transform:scale(.75);transition:opacity .25s,transform .25s;vertical-align:top;width:8px}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:hover{opacity:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:focus{outline:thin dotted;outline-offset:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet[selected],.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet-active,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet[selected]{background-color:currentColor;opacity:1;transform:scale(1)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-simple,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-simple{font-size:14px;line-height:16px;text-align:start;width:100%}.wp-block-jetpack-slideshow_pagination.amp-pagination{text-align:center}.wp-block-jetpack-slideshow_pagination.amp-pagination .swiper-pagination-bullet{border:0;border-radius:100%;display:inline-block;margin:0 4px;padding:0}@media(min-width:600px){.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{display:block}}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container{height:auto;opacity:1;overflow:visible;width:auto}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper,.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure{display:block;margin-bottom:12px}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper,.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{list-style:none;margin-left:auto;margin-right:auto}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{display:inline-block;height:auto;margin-left:2%!important;margin-right:2%!important;vertical-align:top;width:42%}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{background-color:#0000;bottom:auto;color:inherit;inset-inline-end:auto;padding-top:0;position:relative}.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block-jetpack-slideshow,.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block>.wp-block-jetpack-slideshow{display:grid}.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block-jetpack-slideshow>.swiper-container,.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block>.wp-block-jetpack-slideshow>.swiper-container{width:100%}.wp-block-jetpack-slideshow__add-item{margin-top:4px;width:100%}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button,.wp-block-jetpack-slideshow__add-item .components-form-file-upload{width:100%}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button:focus,.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button:hover{border:1px solid #949494}.wp-block[data-align=full] .wp-block-jetpack-slideshow_image,.wp-block[data-align=wide] .wp-block-jetpack-slideshow_image{max-width:unset;object-fit:cover;width:100vw}.wp-block-jetpack-slideshow_slide .components-spinner{left:50%;margin-left:-9px;margin-top:-9px;position:absolute;top:50%}.wp-block-jetpack-slideshow_slide.is-transient img{opacity:.3}.jetpack-mdc-icon-button{align-items:center;border:0;box-sizing:border-box;display:inline-flex;justify-content:center;padding:0;position:relative;fill:currentColor;appearance:none;background-color:#0000;color:#fff;cursor:pointer;overflow:hidden;text-decoration:none!important;-webkit-user-select:none;user-select:none}.jetpack-mdc-icon-button.outlined{background-color:#00000080}.jetpack-mdc-icon-button.outlined:hover{background-color:#0000004d}.jetpack-mdc-icon-button.outlined-w{background-color:#fff3}.jetpack-mdc-icon-button.outlined-w:hover{background-color:#ffffff4d}.jetpack-mdc-icon-button.bordered{border:2px solid #fff}.jetpack-mdc-icon-button.circle-icon{border-radius:50%}.wp-story-display-contents{display:contents}.wp-story-app{padding:10px}.wp-story-container{border-radius:15px;display:block;height:320px;list-style:none;margin-bottom:24px;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;width:180px;z-index:1;-webkit-tap-highlight-color:rgba(0,0,0,0);box-shadow:0 2px 12px #00000040;break-inside:avoid;page-break-inside:avoid;transition:box-shadow .3s ease-in-out,transform .3s cubic-bezier(.18,.14,.25,1)}.wp-story-container figure{transition:transform .3s cubic-bezier(.18,.14,.25,1)}.wp-story-container:hover{box-shadow:0 4px 12px #0000004d;transform:scale3d(1.03,1.03,1)}.wp-story-container:hover figure{transform:scale3d(1.07,1.07,1)}.wp-story-container button{background-color:#0000;border:0;box-shadow:none;cursor:pointer;outline-width:0;text-shadow:none}.wp-story-container.wp-story-initialized{opacity:1}.wp-story-container.wp-story-clickable{cursor:pointer}.wp-story-container .wp-story-slide,.wp-story-container .wp-story-wrapper{line-height:normal;list-style-type:none;margin:0;padding:0}.wp-story-container .wp-story-wrapper{background-color:#0e1112;border-radius:15px;bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;z-index:-1}.wp-story-container .wp-story-slide{display:flex;height:100%;width:100%}.wp-story-container .wp-story-slide figure{align-items:center;display:flex;height:100%;justify-content:center;margin:0;object-fit:contain;overflow:hidden;position:relative;width:100%}.wp-story-container .wp-story-slide.is-loading{align-items:center;background-color:#484542;justify-content:center;position:absolute;z-index:1}.wp-story-container .wp-story-slide.is-loading.semi-transparent{background-color:rgba(72,69,66,.498)}.wp-story-container .wp-story-slide.is-loading.transparent{background-color:#0000}@keyframes rotate-spinner{to{transform:rotate(1turn)}}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner{align-items:center;display:flex}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__inner,.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid #0000;border-radius:50%;box-sizing:border-box;margin:auto}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__outer{border-top-color:#fff;font-size:40px;height:40px;width:40px}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__inner{border-right-color:#c4c4c4;border-top-color:#c4c4c4;height:100%;opacity:.4;width:100%}.wp-story-container .wp-story-image,.wp-story-container .wp-story-video{border:0;display:block;height:auto;margin:0;max-height:100%;max-width:100%;width:auto}.wp-story-container .wp-story-image.wp-story-crop-wide,.wp-story-container .wp-story-video.wp-story-crop-wide{max-width:revert}.wp-story-container .wp-story-image.wp-story-crop-narrow,.wp-story-container .wp-story-video.wp-story-crop-narrow{max-height:revert}.wp-story-container .wp-story-controls,.wp-story-container .wp-story-meta{display:none}.wp-story-container .wp-story-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-story-container .wp-story-overlay .wp-story-button-play,.wp-story-container .wp-story-overlay .wp-story-button-replay{cursor:pointer}.wp-story-container .wp-story-overlay .wp-story-embed-icon,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{align-items:center;background-color:#00000080;border-radius:5px;color:#fff;display:flex;margin:15px;padding:5px 3px;position:absolute;right:0;top:0}.wp-story-container .wp-story-overlay .wp-story-embed-icon *,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand *{margin:0 2px}.wp-story-container .wp-story-overlay .wp-story-embed-icon svg,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand svg{fill:#fff;height:20px;width:20px}.wp-story-container .wp-story-overlay .wp-story-embed-icon span,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand span{color:#fff;font-family:sans-serif;font-size:16px;font-weight:600;line-height:20px}.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{background-color:#0000}.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand svg{filter:drop-shadow(0 0 2px rgba(0,0,0,.6))}.wp-story-container.wp-story-disabled .wp-story-overlay,.wp-story-container.wp-story-ended .wp-story-overlay{background-color:#fff6}.wp-story-container .wp-story-next-slide,.wp-story-container .wp-story-prev-slide{display:none;position:absolute}.wp-story-container .wp-story-next-slide button,.wp-story-container .wp-story-prev-slide button{border-width:0}.wp-story-container .wp-story-next-slide button:hover,.wp-story-container .wp-story-prev-slide button:hover{border-width:2px}.wp-story-container .wp-story-prev-slide{left:-84px;margin:auto}.wp-story-container .wp-story-next-slide{margin:auto;right:-84px}.wp-story-container .wp-story-pagination{position:absolute;text-align:center;z-index:2}.wp-story-container .wp-story-pagination-bullets{bottom:0;display:flex;left:0;margin:7px 10px;overflow:hidden;position:absolute;right:0;top:auto;transition:flex-basis 1s ease-in-out}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet{flex:1;justify-content:space-between;margin:0 2px;opacity:1;padding:6px 0;vertical-align:top}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet .wp-story-pagination-bullet-bar{background:#fff9;height:4px;min-width:12px;width:100%}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet .wp-story-pagination-bullet-bar-progress{background-color:#fff;height:4px;opacity:1;transition:width .1s ease;width:0}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-ellipsis{flex:0 0 4px}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-ellipsis .wp-story-pagination-bullet-bar{min-width:6px}.wp-story-container .wp-story-controls{bottom:30px;display:none;flex-direction:row;justify-content:space-between;margin:0 10px;position:absolute;width:64px;z-index:3}@media(max-width:782px){.wp-story-container .wp-story-controls{bottom:50px;margin:0 16px}}.wp-story-container.wp-story-with-controls{border-radius:0;box-shadow:none!important;overflow:visible;transition:none!important}.wp-story-container.wp-story-with-controls .wp-story-wrapper{border-radius:15px;box-shadow:0 2px 12px #00000040;overflow:hidden}.wp-story-container.wp-story-with-controls figure{transform:none!important;transition:none!important}.wp-story-container.wp-story-with-controls:hover{box-shadow:none!important;transform:none!important}.wp-story-container.wp-story-with-controls:hover figure{transform:none}.wp-story-container.wp-story-with-controls .wp-story-next-slide,.wp-story-container.wp-story-with-controls .wp-story-prev-slide{display:block}.wp-story-container.wp-story-with-controls .wp-story-prev-slide{left:-48px;margin:auto}.wp-story-container.wp-story-with-controls .wp-story-next-slide{margin:auto;right:-48px}.wp-story-container.wp-story-with-controls .wp-story-controls{display:flex}@media(max-width:782px){.wp-story-container.wp-story-with-controls .wp-story-controls{bottom:30px;margin:0 10px}}.wp-story-fullscreen.wp-story-app{bottom:0;height:100%;left:0;margin:0;max-width:100%!important;padding:0;position:fixed;right:0;top:0;transform:translateZ(0);-webkit-user-select:none;user-select:none;width:100%!important;z-index:9999999999;-webkit-touch-callout:none}.wp-story-fullscreen.wp-story-container{border-radius:0;box-shadow:none;height:100%;margin:auto;max-height:100%;max-width:100%;overflow:initial;width:100%}.wp-story-fullscreen.wp-story-container,.wp-story-fullscreen.wp-story-container figure{transform:none;transition:none!important}.wp-story-fullscreen.wp-story-container:focus{outline:none}.wp-story-fullscreen.wp-story-container:before{box-shadow:none}.wp-story-fullscreen.wp-story-container:before:hover{opacity:0;transition:none!important}.wp-story-fullscreen.wp-story-container .wp-story-wrapper{border-radius:0;height:auto;margin-bottom:84px;margin-top:84px;overflow:initial}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-wrapper{margin-bottom:0;margin-top:0}}.wp-story-fullscreen.wp-story-container .wp-story-slide{height:100%;width:auto}.wp-story-fullscreen.wp-story-container .wp-story-slide.is-loading{width:100%}.wp-story-fullscreen.wp-story-container .wp-story-meta{align-items:center;color:#fff;display:flex;flex-direction:row;font-family:sans-serif;line-height:20px;padding:20px 0}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta{background:#000;background:linear-gradient(180deg,#000000a1,#0000);padding:16px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon{background-color:#fff;border:2px solid #fff;border-radius:4px;flex-shrink:0;height:40px;margin:0 16px 0 0;width:40px}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon img{height:100%;text-align:center;width:100%}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon{height:24px;margin:0 12px 0 0;width:24px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-title{display:-webkit-box;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-title{font-size:12px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-exit-fullscreen{margin-left:auto;min-height:24px;min-width:24px;order:3}.wp-story-fullscreen.wp-story-container .wp-story-overlay{margin-bottom:84px;margin-top:84px}.wp-story-fullscreen.wp-story-container .wp-story-overlay .wp-story-embed-icon,.wp-story-fullscreen.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{display:none}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-overlay{bottom:76px;margin-bottom:0;margin-top:0;top:76px}.wp-story-fullscreen.wp-story-container.wp-story-disabled .wp-story-overlay,.wp-story-fullscreen.wp-story-container.wp-story-ended .wp-story-overlay{bottom:0;top:0}}.wp-story-fullscreen.wp-story-container .wp-story-next-slide,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{display:block}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-next-slide,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{bottom:0;display:block;height:100%;position:absolute;top:0}.wp-story-fullscreen.wp-story-container .wp-story-next-slide button,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide button{display:none}.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{left:0;width:33.33%}.wp-story-fullscreen.wp-story-container .wp-story-next-slide{right:0;width:66.66%}}.wp-story-fullscreen.wp-story-container .wp-story-controls{bottom:20px;display:flex;flex-direction:row;justify-content:space-between;margin:0;position:absolute;width:88px}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-controls{bottom:36px;margin:0 16px}}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets{bottom:42px;display:flex;margin:0;padding:14px 0;position:absolute;top:auto}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet{justify-content:space-between}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet:first-child{margin-left:0}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet:last-child{margin-right:0}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets{bottom:0;padding:10px 16px}}.wp-story-background{background-color:#0e1112;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:-2}.wp-story-background svg{height:0;width:0}.wp-story-background img{height:100%;width:100%}.wp-story-background .wp-story-background-dark{bottom:0;left:0;opacity:.12;position:absolute;right:0;top:0}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-dark{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}}.wp-story-background .wp-story-background-image{background-position:0;background-repeat:no-repeat;background-size:100% auto;display:none;height:100%;width:100%}@supports not ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-image{filter:blur(18px);filter:url(#gaussian-blur-18);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius="18")}}.wp-story-background .wp-story-background-blur{background-color:rgba(14,17,18,.878);bottom:0;left:0;position:absolute;right:0;top:0}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-blur{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}}html.wp-story-in-fullscreen{overflow:hidden;scroll-behavior:auto}body.wp-story-in-fullscreen{height:100%;overflow:hidden;padding-right:15px;position:fixed;width:100%}.wp-block-jetpack-story__add-item{margin-top:4px;width:100%}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button,.wp-block-jetpack-story__add-item .components-form-file-upload{height:100%;width:100%}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button:focus,.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button:hover{border:1px solid #949494}.wp-story-container .wp-story-next-slide button,.wp-story-container .wp-story-prev-slide button{background-color:#0000;border:1px solid #50575e;color:#50575e;height:36px!important;outline:0;width:36px!important}.wp-story-container .wp-story-next-slide button:hover,.wp-story-container .wp-story-prev-slide button:hover{background-color:#0000;border:1px solid #50575e}.wp-story-container .wp-story-next-slide button:hover i,.wp-story-container .wp-story-prev-slide button:hover i{color:#3381b8}.jetpack-inspector-notice span.jetpack-subscribe-notice-visibility{margin:0;padding:0;width:100%}.jetpack-newsletter-link{text-decoration:none}.jetpack-newsletter-access-radio-buttons input[type=radio]{flex-shrink:0}.jetpack-newsletter-access-radio-buttons label{text-wrap:balance}.jetpack-subscribe-newsletters-panel .edit-post-post-misconfiguration__warning{font-size:12px;margin:0}.jetpack-subscribe-newsletters-panel .edit-post-post-misconfiguration__warning .components-notice__content{margin-right:0}.jetpack-editor-post-tiers{padding-left:35px;padding-top:5px}.jetpack-subscribe-affirmation-loading{background:#ccc;color:#ccc}.is-style-compact .is-not-subscriber .wp-block-button__link,.is-style-compact .is-not-subscriber .wp-block-jetpack-subscriptions__button{border-end-start-radius:0!important;border-start-start-radius:0!important;margin-inline-start:0!important}.is-style-compact .is-not-subscriber .components-text-control__input,.is-style-compact .is-not-subscriber p#subscribe-email input[type=email]{border-end-end-radius:0!important;border-start-end-radius:0!important}.is-style-compact:not(.wp-block-jetpack-subscriptions__use-newline) .components-text-control__input{border-inline-end-width:0!important}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form-container{display:flex;flex-direction:column}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) .is-not-subscriber .wp-block-jetpack-subscriptions__form-elements{align-items:flex-start;display:flex}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) p#subscribe-submit{display:flex;justify-content:center}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]{box-sizing:border-box;cursor:pointer;line-height:1.3;min-width:auto!important;white-space:nowrap!important}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]::placeholder,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]:disabled,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]::placeholder,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]:disabled{color:currentColor;opacity:.5}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button{border-color:#0000;border-style:solid}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email{background:#0000;flex-grow:1}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email input[type=email]{height:auto;margin:0;width:100%}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-submit,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-submit{line-height:0;margin:0;padding:0}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__show-subs .wp-block-jetpack-subscriptions__subscount{font-size:16px;margin:8px 0;text-align:end}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__form-elements{display:block}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline button{display:inline-block;max-width:100%}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__subscount{text-align:start}#subscribe-submit.is-link{text-align:center;width:auto!important}#subscribe-submit.is-link a{margin-left:0!important;margin-top:0!important;width:auto!important}.jetpack-inspector-notice{align-items:center;background:#f0f0f0;border-radius:4px;display:flex;justify-content:space-between;margin:0 16px 24px;padding:24px}.jetpack-inspector-notice>.jetpack-logo{margin-left:12px}.components-tab-panel__tab-content div:first-child .jetpack-inspector-notice{margin-top:24px}.jetpack-newsletter-test-email-modal__email-sent{color:#2fb41f}.jetpack-newsletter-test-email-modal__email-sent svg{fill:#2fb41f}.jetpack-newsletter-preview-modal h1{flex-shrink:0}.jetpack-subscribe-post-publish-panel .jetpack-inspector-notice,.jetpack-subscribe-pre-publish-panel .jetpack-inspector-notice{margin:0}.jetpack-subscribe-post-publish-panel .jetpack-subscribe-reader-count,.jetpack-subscribe-pre-publish-panel .jetpack-subscribe-reader-count{font-weight:700;white-space:nowrap}.jetpack-subscribe-post-publish-panel__heading,.jetpack-subscribe-pre-publish-panel__heading{font-weight:400;margin-inline-start:3px}.jetpack-subscribe-post-publish-panel .components-notice__content,.jetpack-subscribe-pre-publish-panel .components-notice__content{margin-top:0}.jetpack-subscribe-post-publish-panel__notice.components-notice,.jetpack-subscribe-pre-publish-panel__notice.components-notice{margin:0;padding:0}.jetpack-subscribe-post-publish-panel__notice.components-notice.is-info,.jetpack-subscribe-pre-publish-panel__notice.components-notice.is-info{border-inline-start-color:#fff}.jetpack-subscribe-post-publish-panel__notice.components-notice.is-info a,.jetpack-subscribe-pre-publish-panel__notice.components-notice.is-info a{text-decoration:underline}.paid-newsletters-post-publish-panel__external_icon{height:1.55em;margin:-.2em .1em 0;vertical-align:middle;fill:currentColor}.paid-newsletters-post-publish-panel .post-publish-panel__postpublish-buttons .components-button{padding-bottom:.4em;padding-top:.5em}.paid-newsletters-post-publish-panel .components-panel__body-toggle svg{margin:0 0 0 .5em}.paid-newsletters-post-publish-panel p{margin-top:0}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img{border-radius:50%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row{flex-grow:1;width:100%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col{width:100%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col{width:calc(50% - 2px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col{width:calc(33.33333% - 2.66667px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col{width:calc(25% - 3px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col{width:calc(20% - 3.2px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col{width:calc(16.66667% - 3.33333px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col{width:calc(14.28571% - 3.42857px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col{width:calc(12.5% - 3.5px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col{width:calc(11.11111% - 3.55556px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col{width:calc(10% - 3.6px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col{width:calc(9.09091% - 3.63636px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col{width:calc(8.33333% - 3.66667px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col{width:calc(7.69231% - 3.69231px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col{width:calc(7.14286% - 3.71429px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col{width:calc(6.66667% - 3.73333px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col{width:calc(6.25% - 3.75px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col{width:calc(5.88235% - 3.76471px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col{width:calc(5.55556% - 3.77778px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col{width:calc(5.26316% - 3.78947px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col{width:calc(5% - 3.8px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__item img{aspect-ratio:1}.wp-block-jetpack-tiled-gallery .is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery .is-style-rectangular .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item{display:flex}.wp-block-jetpack-tiled-gallery .has-rounded-corners-1 .tiled-gallery__item img{border-radius:1px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-2 .tiled-gallery__item img{border-radius:2px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-3 .tiled-gallery__item img{border-radius:3px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-4 .tiled-gallery__item img{border-radius:4px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-5 .tiled-gallery__item img{border-radius:5px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-6 .tiled-gallery__item img{border-radius:6px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-7 .tiled-gallery__item img{border-radius:7px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-8 .tiled-gallery__item img{border-radius:8px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-9 .tiled-gallery__item img{border-radius:9px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-10 .tiled-gallery__item img{border-radius:10px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-11 .tiled-gallery__item img{border-radius:11px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-12 .tiled-gallery__item img{border-radius:12px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-13 .tiled-gallery__item img{border-radius:13px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-14 .tiled-gallery__item img{border-radius:14px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-15 .tiled-gallery__item img{border-radius:15px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-16 .tiled-gallery__item img{border-radius:16px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-17 .tiled-gallery__item img{border-radius:17px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-18 .tiled-gallery__item img{border-radius:18px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-19 .tiled-gallery__item img{border-radius:19px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-20 .tiled-gallery__item img{border-radius:20px}.tiled-gallery__gallery{display:flex;flex-wrap:wrap;padding:0;width:100%}.tiled-gallery__row{display:flex;flex-direction:row;justify-content:center;margin:0;width:100%}.tiled-gallery__row+.tiled-gallery__row{margin-top:4px}.tiled-gallery__col{display:flex;flex-direction:column;justify-content:center;margin:0}.tiled-gallery__col+.tiled-gallery__col{margin-inline-start:4px}.tiled-gallery__item{flex-grow:1;justify-content:center;margin:0;overflow:hidden;padding:0;position:relative}.tiled-gallery__item.filter__black-and-white{filter:grayscale(100%)}.tiled-gallery__item.filter__sepia{filter:sepia(100%)}.tiled-gallery__item.filter__1977{filter:contrast(1.1) brightness(1.1) saturate(1.3);position:relative}.tiled-gallery__item.filter__1977 img{width:100%;z-index:1}.tiled-gallery__item.filter__1977:before{z-index:2}.tiled-gallery__item.filter__1977:after,.tiled-gallery__item.filter__1977:before{content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.tiled-gallery__item.filter__1977:after{background:#f36abc4d;mix-blend-mode:screen;z-index:3}.tiled-gallery__item.filter__clarendon{filter:contrast(1.2) saturate(1.35);position:relative}.tiled-gallery__item.filter__clarendon img{width:100%;z-index:1}.tiled-gallery__item.filter__clarendon:before{z-index:2}.tiled-gallery__item.filter__clarendon:after,.tiled-gallery__item.filter__clarendon:before{content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.tiled-gallery__item.filter__clarendon:after{z-index:3}.tiled-gallery__item.filter__clarendon:before{background:#7fbbe333;mix-blend-mode:overlay}.tiled-gallery__item.filter__gingham{filter:brightness(1.05) hue-rotate(-10deg);position:relative}.tiled-gallery__item.filter__gingham img{width:100%;z-index:1}.tiled-gallery__item.filter__gingham:before{z-index:2}.tiled-gallery__item.filter__gingham:after,.tiled-gallery__item.filter__gingham:before{content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.tiled-gallery__item.filter__gingham:after{background:#e6e6fa;mix-blend-mode:soft-light;z-index:3}.tiled-gallery__item+.tiled-gallery__item{margin-top:4px}.tiled-gallery__item:focus-within{box-shadow:0 0 0 2px var(--wp-admin-theme-color);overflow:visible}.tiled-gallery__item>img{background-color:#0000001a}.tiled-gallery__item>a,.tiled-gallery__item>a>img,.tiled-gallery__item>img{display:block;height:auto;margin:0;max-width:100%;object-fit:cover;object-position:center;padding:0;width:100%}.is-email .tiled-gallery__gallery{display:block}@keyframes tiled-gallery-img-placeholder{0%{background-color:#f6f7f7}50%{background-color:#f6f7f780}to{background-color:#f6f7f7}}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item.is-transient img,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__item.is-transient img{margin-bottom:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__wrapper{padding-left:4px;padding-right:4px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item>img:focus{outline:none}.wp-block-jetpack-tiled-gallery .tiled-gallery__item>img{animation:tiled-gallery-img-placeholder 1.6s ease-in-out infinite}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected{filter:none;outline:4px solid #0085ba}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected:after,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected:before{content:none}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-transient{height:100%;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-transient img{background-position:50%;background-size:cover;height:100%;opacity:.3;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu{background:#fff;border:1px solid #1e1e1e9e;border-radius:2px;transition:box-shadow .2s ease-out}@media(prefers-reduced-motion:reduce){.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu{transition-delay:0s;transition-duration:0s}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu:hover,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu:hover{box-shadow:0 .7px 1px #0000001a,0 1.2px 1.7px -.2px #0000001a,0 2.3px 3.3px -.5px #0000001a}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button{color:#1e1e1e9e;height:24px;padding:2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}@media(min-width:600px){.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button{height:inherit;padding:0;width:inherit}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button:focus,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button:focus{color:inherit}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item{margin-top:4px;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-form-file-upload{width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button:focus,.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button:hover{border:1px solid #949494}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{display:inline-flex;margin:8px;z-index:20}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu .components-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu .components-button{color:#0000}@media(min-width:600px){.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{padding:2px}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu{position:absolute;right:-2px;top:-2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{left:-2px;position:absolute;top:-2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-backward,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-forward,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__remove{padding:0}.wp-block-jetpack-tiled-gallery .tiled-gallery__item .components-spinner{left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.block-editor-block-preview__content .wp-block-jetpack-tiled-gallery .block-editor-media-placeholder{display:none}.tiled-gallery__filter-picker-menu{padding:7px}.tiled-gallery__filter-picker-menu .components-menu-item__button+.components-menu-item__button{margin-top:2px}.tiled-gallery__filter-picker-menu .components-menu-item__button.is-active{box-shadow:0 0 0 2px #949494!important;color:#1e1e1e}.wp-block-jetpack-tock.aligncenter{width:-moz-fit-content;width:fit-content}.jetpack-tock-url-settings{margin:8px}.jetpack-tock-url-input{max-width:300px;min-width:auto;width:90vw}.jetpack-tock-url-input .components-text-control__input{padding:10px 36px 10px 10px}.jetpack-tock-url-instructions{margin:16px}.jetpack-tock-url-input-wrapper{position:relative}.jetpack-tock-url-input-action{position:absolute;right:14px;top:0}.resumable-upload{align-items:flex-start;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:20px 0}.resumable-upload__editor{display:flex;flex-direction:column;justify-content:space-between;width:100%}.resumable-upload__editor-col{padding-left:10px;width:100%}.resumable-upload__editor-col:first-child{padding-left:0}.resumable-upload__editor-thumb-placeholder{align-content:center;aspect-ratio:16/9;background-color:#000;color:#fff;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;text-align:center;width:100%}.resumable-upload__editor-thumb-placeholder img,.uploading-editor__video{max-height:100%;object-fit:contain}.uploading-editor__video{aspect-ratio:16/9;background-color:#000}.resumable-upload__error,.resumable-upload__status{border-top:1px solid #e0e0e0;box-sizing:border-box;margin-top:24px;width:100%}.resumable-upload__status{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px 24px;padding:20px 20px 0}.resumable-upload__error{padding:0 20px}.resumable-upload__file-info{display:flex;flex-direction:row}.resumable-upload__file-size{color:#757575;margin-left:12px}.resumable-upload__progress{background:#d2d2d2;border-radius:4px;box-sizing:border-box;height:8px;max-width:160px;overflow:hidden;width:100%}.resumable-upload__progress-loaded{background:var(--wp-admin-theme-color);color:#fff;height:100%;min-height:8px;text-align:center;transition:width .3s ease}.resumable-upload__select-file{align-items:center;display:flex;flex-direction:row}.resumable-upload__select-file-name{margin-left:12px}.resumable-upload__actions{align-items:center;display:flex;flex-direction:row;justify-content:space-between;justify-self:flex-end;margin-left:auto;width:-moz-fit-content;width:fit-content}.resumable-upload__actions .components-button.is-link{padding:0;text-decoration:none}.resumable-upload__actions .components-button.is-link:focus{box-shadow:none}.resumable-upload__error-text{color:#cc1818;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin-top:16px}.resumable-upload__error-cancel{margin-left:12px;margin-top:16px}.uploading-editor{width:100%}.uploading-editor__title input{margin-left:0;margin-right:0}.uploading-editor__frame-selector{display:flex;flex-direction:column}.uploading-editor__fields{display:block;padding:0 20px}.uploading-editor__content{padding:0 3px}.uploading-editor__video-container{position:relative}.uploading-editor__video-container:hover .uploading-editor__play-icon{opacity:0}.uploading-editor__play-icon{height:130px;left:50%;margin:-65px 0 0 -65px;opacity:1;position:absolute;top:50%;transition:opacity .3s ease-out;width:130px}.resumable-upload__editor-thumb-placeholder .uploading-editor__play-icon{margin-top:-91px}.uploading-editor__scrubber-help{color:#757575}.uploading-editor__upload-link{color:var(--wp-admin-theme-color)!important;cursor:pointer;text-decoration:underline!important}.uploading-editor__video-poster{left:0;object-fit:cover;position:absolute;top:0}.uploading-editor__range{margin-top:-19px}.uploading-editor__range .components-range-control__track{background-color:#272526;border-radius:0;height:8px;opacity:.7}.uploading-editor__range .components-range-control__slider{padding-bottom:0}.uploading-editor__range .components-base-control__field{margin-bottom:0}.uploading-editor__range .components-range-control__wrapper span:first-of-type{background-color:#d9d9d9;border-radius:0;height:8px;opacity:.8}.uploading-editor__range .components-range-control__wrapper span:last-of-type{display:none}.resumable-upload__editor-thumb-placeholder img{object-fit:cover}.poster-selector__buttons{text-align:right}.h2NGkiVs1r1nf85LtJpF{padding:16px}.k3Apzwo3v9n0IaHbB8tf{--spacing-base:8px;margin:0 0 calc(var(--spacing-base)*3) 0}.is-beta{position:relative;transition:box-shadow .5s linear}.is-beta.is-opened{box-shadow:inset 0 0 3px #2fb41f}.is-beta:before{background-color:#2fb41f;border-radius:4px;color:#fff;content:"BETA";font-size:11px;font-weight:600;height:24px;line-height:24px;opacity:1;padding:0 5px;position:absolute;right:16px;top:12px;transition:visibility .5s,opacity .5s linear;visibility:visible;z-index:10000}.is-beta:focus,.is-beta:hover{box-shadow:none}.is-beta:focus:before,.is-beta:hover:before{opacity:0;visibility:hidden}.no-videopress-media-placeholder .components-placeholder__fieldset{align-items:flex-start;flex-direction:row-reverse;justify-content:flex-end}.no-videopress-media-placeholder .components-placeholder__fieldset button{display:none}.no-videopress-media-placeholder .components-placeholder__fieldset .block-editor-media-placeholder__url-input-container button,.no-videopress-media-placeholder .components-placeholder__fieldset .no-videopress-disabled-button{display:inline-flex}.no-videopress-media-placeholder .components-placeholder__fieldset .no-videopress-disabled-button:last-child{margin-right:12px}.videopress-block-hide{display:none}.seekbar-color-settings__panel .components-panel__body.is-opened{padding:0}.seekbar-color-settings__panel .components-panel__body{border-top:none}.videopress-block-tracks-editor>.components-popover__content{width:360px}.videopress-block-tracks-editor__track-list-track{align-items:center;display:flex;min-height:23px;padding:4px 0 4px 12px;place-content:space-between}.videopress-block-tracks-editor__track-list-track-delete{align-items:center;display:flex}.videopress-block-tracks-editor__single-track-editor-label-language{display:flex;margin-top:12px}.videopress-block-tracks-editor__single-track-editor-label-language>.components-base-control{width:50%}.videopress-block-tracks-editor__single-track-editor-label-language>.components-base-control:first-child{margin-right:16px}.videopress-block-tracks-editor__single-track-editor-kind-select{max-width:240px}.videopress-block-tracks-editor__single-track-editor-buttons-container{display:flex;margin-top:32px;min-height:36px;place-content:space-between}.videopress-block-tracks-editor__single-track-editor-upload-file-help{color:#757575;font-size:12px;margin-top:12px}.videopress-block-tracks-editor__single-track-editor-label{color:#757575;display:block;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;text-transform:uppercase}.videopress-block-tracks-editor>.components-popover__content>div,.videopress-block-tracks-editor__add-tracks-container .components-menu-group__label,.videopress-block-tracks-editor__track-list .components-menu-group__label{padding:0}.videopress-block-tracks-editor__add-tracks-container,.videopress-block-tracks-editor__single-track-editor,.videopress-block-tracks-editor__track-list{padding:12px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-base-control__label{margin-bottom:4px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-base-control__field{margin-bottom:12px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-text-control__input{margin-left:0}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-input-control__label{margin-bottom:4px}.videopress-block-tracks-editor__single-track-editor-upload-file-label{display:flex}.videopress-block-tracks-editor__single-track-editor-upload-file-label .components-form-file-upload,.videopress-block-tracks-editor__single-track-editor-upload-file-label .videopress-block-tracks-editor__single-track-editor-upload-file-label-name{margin-inline-start:8px}.videopress-block-tracks-editor__single-track-editor-error{color:#cc1818;padding:12px 0}.uploader-block__logo{align-items:center;display:flex;flex-direction:row;font-size:24px;line-height:29px;margin-bottom:12px;padding:0 20px}.uploader-block__logo-text{margin-left:10px}.uploader-block__upload-complete{align-items:center;border-top:1px solid #e0e0e0;box-sizing:border-box;display:flex;justify-content:space-between;margin-top:24px;padding:20px 20px 0;width:100%}[data-type="jetpack/wordads"][data-align=center] .jetpack-wordads__ad{margin:0 auto}.jetpack-wordads__ad{display:flex;flex-direction:column;max-width:100%;overflow:hidden}.jetpack-wordads__ad .components-placeholder{flex-grow:2}.jetpack-wordads__ad .components-toggle-control__label{line-height:1.4em}.jetpack-wordads__ad .components-base-control__field,.wp-block-jetpack-wordads__format-picker{padding:7px}.wp-block-jetpack-wordads__format-picker .components-menu-item__button+.components-menu-item__button{margin-top:2px}.wp-block-jetpack-wordads__format-picker .components-menu-item__button.is-active{box-shadow:0 0 0 2px #949494!important;color:#1e1e1e}.jetpack-wordads__mobile-visibility{margin-top:20px}.wp-block-jetpack-payments-intro .components-placeholder__fieldset{flex-direction:column}.wp-block-jetpack-payments-intro .components-placeholder__fieldset>p,.wp-block-jetpack-payments-intro .components-placeholder__instructions{margin-bottom:0}.wp-payments-intro-pattern-picker__opener{margin-top:16px;width:min-content}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:8px}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{max-height:250px}.wp-block-jetpack-payments-intro__pattern-picker__selection-modal .components-modal__content{overflow:hidden;padding:0}.wp-block-jetpack-payments-intro__pattern-picker__selection-modal .components-modal__content:before{margin-bottom:0}@media(min-width:600px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{height:calc(100% - 120px);width:calc(100% - 32px)}}@media(min-width:782px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{width:750px}}@media(min-width:960px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{height:80%;max-height:none;width:80%}}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:16px 0;padding:0;width:100%}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker>li{flex-shrink:1;list-style:none;margin:8px 20px 0 0;text-align:center;width:75px}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker>li button{display:inline-flex;margin-right:0}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker .wp-block-jetpack-payments-intro__variation-picker__variation{padding:8px}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker .wp-block-jetpack-payments-intro__variation-picker__variation-label{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4}.wp-block-jetpack-payments-intro__variation-picker__variation{width:100%}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button.has-icon{justify-content:center;width:auto}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button.has-icon.is-secondary{background-color:#fff}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button{height:auto;padding:0}.wp-block-jetpack-payments-intro__variation-picker__variation:before{content:"";padding-bottom:100%}.wp-block-jetpack-payments-intro__variation-picker__variation:first-child{margin-inline-start:0}.wp-block-jetpack-payments-intro__variation-picker__variation:last-child{margin-inline-end:0}.post-publish-qr-post-panel .components-panel__body-toggle>svg{margin-left:5px}.post-publish-qr-post-panel .components-panel__row .components-button{flex-grow:1;justify-content:center;margin:5px;padding:3px 10px 4px;text-align:center}.qr-post-modal__qr-code{display:flex;justify-content:center}.qr-post-jetpack-logo{display:none}.editor-styles-wrapper .wp-block-jetpack-payment-buttons{--jetpack-payment-buttons-gap:0.5em}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.is-layout-flex{display:flex;gap:var(--jetpack-payment-buttons-gap)}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.is-layout-flex .is-layout-flex{display:flex}.editor-styles-wrapper .wp-block-jetpack-payment-buttons .wp-block-jetpack-recurring-payments{margin:0;width:auto}.editor-styles-wrapper .wp-block-jetpack-payment-buttons .wp-block-button__link{width:100%}.components-placeholder.jetpack-payment-buttons__upgrade-nudge{margin-bottom:16px}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.has-custom-font-size .wp-block-jetpack-button .wp-block-button__link:not(.has-custom-font-size){font-size:inherit}.wp-block-jetpack-paywall-block{align-items:center;color:currentColor;display:flex;opacity:.8}.wp-block-jetpack-paywall-block span{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:0 8px;text-align:center;text-transform:uppercase;-webkit-user-select:"none";user-select:"none";white-space:nowrap}.wp-block-jetpack-paywall-block span svg{vertical-align:text-top;fill:currentColor}.wp-block-jetpack-paywall-block:after,.wp-block-jetpack-paywall-block:before{background:currentColor;content:"";flex:1;height:1px;margin:auto;opacity:.5}.block-editor-block-inspector .jetpack-subscribe-newsletters-panel .components-base-control{margin-bottom:0}.wp-block-jetpack-blogroll h3+div .jetpack-blogroll-item-divider{display:none}.wp-block-jetpack-blogroll .jetpack-blogroll-item-divider{border-style:solid;border-width:1px 0 0;margin-block-end:0;margin-block-start:0;opacity:.2;width:100%}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{display:flex;font-style:normal;font-weight:400;gap:20px;padding:20px 0}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure{align-self:flex-start;height:48px;margin:0;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure.empty-site-icon{background:url(images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);background-size:cover}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure.empty-site-icon .blogroll-item-image{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .blogroll-item-image{border-radius:50%;height:48px;max-width:48px;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item p.jetpack-blogroll-item-title.rich-text{color:inherit;font-weight:700;margin:0}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-content{align-self:flex-start}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-description{word-break:break-word}.jetpack-blogroll__appender-results{padding:0 18px 18px}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-result-list-header-text{color:#757575;font-size:11px;line-height:16px;padding:6px 0;text-transform:uppercase}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:center;overflow:hidden}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message-main-text{color:#101517;font-size:14px;font-weight:500;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message-secondary-text{color:#757575;font-size:12px;font-weight:400;line-height:16px}.jetpack-blogroll__appender-results>ul{list-style:none;margin:0;max-height:200px;overflow-y:auto;padding-left:0!important}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container{margin:0}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button{align-items:center;align-self:stretch;background:none;border:none;cursor:pointer;display:flex;gap:12px;padding:8px 4px;text-decoration:none;width:100%}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button[disabled]{background:#f6f7f7;cursor:not-allowed}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button[disabled]>*{opacity:.5}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image{flex-shrink:0;height:40px;width:40px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image.empty-site-icon{background:url(images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);background-size:cover}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image.empty-site-icon img{display:none}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image img{border-radius:50%;height:40px;width:40px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:center;overflow:hidden;text-align:left}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text .jetpack-blogroll__appender-result-title{color:#101517;font-size:14px;font-weight:500;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text .jetpack-blogroll__appender-result-description{color:#646970;font-size:14px;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-search{display:flex;padding:16px}.jetpack-blogroll__appender-search>div{flex-grow:1;padding:1px;position:relative}.jetpack-blogroll__appender-search .components-text-control__input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' aria-hidden='true' viewBox='-2 -2 24 24'%3E%3Cpath d='m6.734 16.106 2.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.5q.276 0 .553-.002c1.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 0z'/%3E%3C/svg%3E");background-position-x:calc(100% - 8px);background-position-y:calc(100% - 8px);background-repeat:no-repeat;background-size:24px;height:40px;padding-right:40px}.jetpack-blogroll__appender-search button{height:32px;min-width:32px!important;width:32px}.jetpack-blogroll__appender-spinner{margin:0!important}.jetpack-blogroll__appender .components-popover__content{height:300px;overflow-y:hidden!important;width:318px}.jetpack-blogroll__appender .components-popover__content button.block-editor-button-blogroll-block-appender{background:#1e1e1e;border-radius:2px;color:#fff;height:24px;min-width:24px;padding:0}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll{padding:24px}}.wp-block-jetpack-blogroll .block-editor-inner-blocks h3{font-size:20px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:24px;margin-top:0}.wp-block-jetpack-blogroll.hide-avatar figure,.wp-block-jetpack-blogroll.hide-description .jetpack-blogroll-item-description{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{container-name:bitem;container-type:inline-size}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:flex-start;display:flex;flex-direction:column;gap:20px;padding:20px 8px}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:center;flex-direction:row}}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item+.wp-block-jetpack-blogroll-item .jetpack-blogroll-item-divider{display:block}.wp-block-jetpack-blogroll [data-type="jetpack/blogroll-item"]+[data-type="jetpack/blogroll-item"]{border-top:1px solid #dcdcde}.wp-block-jetpack-blogroll .block-list-appender button.has-icon{background:#1e1e1e;border-radius:2px;color:#fff;height:24px;min-width:24px;padding:0}.wp-block-jetpack-nextdoor{position:relative}.wp-block-jetpack-nextdoor-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-nextdoor-link-editable{cursor:text}.wp-block-jetpack-nextdoor-embed-form-sidebar{display:flex;margin-bottom:1em}.wp-block-jetpack-nextdoor-color-notice{margin:0}div[data-align=center]>.wp-block-jetpack-nextdoor{text-align:center}.wp-block-jetpack-nextdoor .components-placeholder__fieldset input{flex:1}a.jetpack-sharing-button__button{color:inherit}.jetpack-sharing-button__button{align-items:center;background:#fff;border-radius:4px;box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f;color:#2c3338;color:inherit;cursor:default;display:flex;flex-direction:row;font-size:inherit;font-weight:500;height:auto;justify-content:center;line-height:23px;margin:4px 4px 0;padding:4px 9px 3px;text-decoration:none}.jetpack-sharing-button__button svg{height:1.5em;width:1.5em;fill:currentColor}.jetpack-sharing-button__button:hover{box-shadow:0 1px 2px #00000038,0 0 0 1px #00000038;cursor:pointer}.jetpack-sharing-button__button.components-button{font-size:inherit;padding:4px 11px 3px 9px}.jetpack-sharing-button__button.style-icon{border:0;border-radius:50%;box-shadow:none;color:#fff;height:auto;line-height:1;margin-bottom:0;padding:7px;position:relative;top:-2px;width:auto}.jetpack-sharing-button__button.style-icon.share-bluesky{background:#0085ff}.jetpack-sharing-button__button.style-icon.share-x{background:#000}.jetpack-sharing-button__button.style-icon.share-print{background:#c5c2c2}.jetpack-sharing-button__button.style-icon.share-reddit{background:#5f99cf}.jetpack-sharing-button__button.style-icon.share-skype{background:#00aff0}.jetpack-sharing-button__button.style-icon.share-facebook{background:#0866ff}.jetpack-sharing-button__button.style-icon.share-linkedin{background:#0976b4}.jetpack-sharing-button__button.style-icon.share-mail{background:#c5c2c2}.jetpack-sharing-button__button.style-icon.share-twitter{background:#55acee}.jetpack-sharing-button__button.style-icon.share-tumblr{background:#35465c}.jetpack-sharing-button__button.style-icon.share-pinterest{background:#cc2127}.jetpack-sharing-button__button.style-icon.share-pocket{background:#ee4256}.jetpack-sharing-button__button.style-icon.share-telegram{background:#08c}.jetpack-sharing-button__button.style-icon.share-threads{background:#000}.jetpack-sharing-button__button.style-icon.share-whatsapp{background:#43d854}.jetpack-sharing-button__button.style-icon.share-mastodon{background:#6364ff}.jetpack-sharing-button__button.style-icon.share-nextdoor{background:#8ed500}.jetpack-sharing-button__button.style-icon.share-share{background:#000}.jetpack-sharing-button__button.style-icon.is-custom{padding:8px;top:2px}.jetpack-sharing-button__button.style-icon-text{margin-inline-end:4px;padding-inline-end:11px}.style-icon .jetpack-sharing-button__service-label,.style-text .sharing-buttons-preview-button__custom-icon,.style-text .social-logo{display:none}.jetpack-sharing-button__list-item{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;list-style-type:none;padding:0}.jetpack-sharing-button__list-item:first-child .jetpack-sharing-button__button{margin-inline-start:0}.style-icon-text .jetpack-sharing-button__service-label{margin-inline-start:5px}.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}.jetpack-ai-generate-excerpt-control .jetpack-ai-generate-excerpt-control__header{margin-top:8px}.jetpack-ai-generate-excerpt-control .jetpack-ai-generate-excerpt-control__header .components-base-control__field{align-items:center;display:flex;justify-content:space-between}.jetpack-ai-generate-excerpt-control .ai-assistant__tone-dropdown{margin-bottom:12px}.jetpack-ai-post-excerpt .components-textarea-control__input{margin-bottom:10px;width:100%}.jetpack-generated-excerpt__ai-container{margin-top:12px}.jetpack-generated-excerpt__ai-container .jetpack-ai-assistant__error{margin:0 0 12px}.jetpack-generated-excerpt__generate-buttons-container{display:flex;gap:12px;justify-content:end;justify-content:space-around;margin-bottom:10px}.jetpack-ai-post-excerpt .jetpack-upgrade-plan-banner__wrapper{flex-direction:column;margin:0 0 12px;padding:0 10px}.jetpack-ai-post-excerpt .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description{margin:10px 0 0}.wp-block-jetpack-blog-stats .jetpack-blog-stats__loading{opacity:.62}.wp-block-jetpack-blog-stats .components-placeholder__fieldset{display:block}.jetpack-blog-stats__delay-notice{font-size:12px}.wp-block-jetpack-top-posts{margin-bottom:1.5em}.wp-block-jetpack-top-posts img{width:100%}.wp-block-jetpack-top-posts span{display:block;word-wrap:break-word}.wp-block-jetpack-top-posts.is-list-layout .jetpack-top-posts-item{margin-bottom:1.5em}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper{align-items:flex-start;display:grid;gap:16px 12px;grid:auto/repeat(6,1fr)}@media only screen and (max-width:600px){.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper{display:block}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper .jetpack-top-posts-mock-thumbnail{display:none}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper .jetpack-top-posts-item{margin-bottom:1.5em}}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-mock-thumbnail{background-color:#f0f0f0;height:0;padding-bottom:75%;position:relative;width:100%}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-thumbnail{aspect-ratio:4/3;height:auto;max-width:100%;object-fit:cover}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-item{grid-column:span 2}.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="2"] .jetpack-top-posts-item,.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="4"] .jetpack-top-posts-item,.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="5"] .jetpack-top-posts-item:nth-child(5n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="5"] .jetpack-top-posts-item:nth-child(5n-1),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(5n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(5n-1),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(7n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(7n-1){grid-column:span 3}.wp-block-jetpack-top-posts .components-placeholder__fieldset{display:block}.jetpack-top-posts__error{margin:0}:where(body){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;min-height:100%;padding:0}.jp-wrap{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.jp-row{display:grid;grid-gap:24px;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.jp-row{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.jp-row{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.sm-col-span-1{grid-column-end:span 1}.sm-col-span-2{grid-column-end:span 2}.sm-col-span-3{grid-column-end:span 3}.sm-col-span-4{grid-column-end:span 4}@media(min-width:600px){.md-col-span-1{grid-column-end:span 1}.md-col-span-2{grid-column-end:span 2}.md-col-span-3{grid-column-end:span 3}.md-col-span-4{grid-column-end:span 4}.md-col-span-5{grid-column-end:span 5}.md-col-span-6{grid-column-end:span 6}.md-col-span-7{grid-column-end:span 7}.md-col-span-8{grid-column-end:span 8}}@media(min-width:960px){.lg-col-span-1{grid-column-end:span 1}.lg-col-span-2{grid-column-end:span 2}.lg-col-span-3{grid-column-end:span 3}.lg-col-span-4{grid-column-end:span 4}.lg-col-span-5{grid-column-end:span 5}.lg-col-span-6{grid-column-end:span 6}.lg-col-span-7{grid-column-end:span 7}.lg-col-span-8{grid-column-end:span 8}.lg-col-span-9{grid-column-end:span 9}.lg-col-span-10{grid-column-end:span 10}.lg-col-span-11{grid-column-end:span 11}.lg-col-span-12{grid-column-end:span 12}}@media(max-width:960px){.md-col-span-0{display:none}}@media(max-width:600px){.sm-col-span-0{display:none}}.jp-cut{border:2px solid #069e08;border-radius:4px;margin:32px 0;padding:16px 64px 16px 24px;position:relative;text-decoration:none}.jp-cut,.jp-cut span{display:block}.jp-cut span:last-of-type{font-weight:600}.jp-cut:focus span:last-of-type,.jp-cut:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:2px}.jp-cut:focus:after,.jp-cut:hover:after{transform:translateY(-50%) translateX(8px)}.jp-cut:after{color:#069e08;content:"→";font-size:24px;font-weight:600;position:absolute;right:24px;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.jetpack-ai-voice-to-content__modal .components-modal__header{border-bottom:1px solid #dcdcde;padding:20px 24px}.jetpack-ai-voice-to-content__modal .components-modal__content{padding:24px 32px}@media(min-width:700px){.jetpack-ai-voice-to-content__modal{width:700px}}.jetpack-ai-voice-to-content__wrapper{display:flex;flex-direction:column;gap:28px}.jetpack-ai-voice-to-content__body{display:flex;flex-direction:column;gap:16px}.jetpack-ai-voice-to-content__action-buttons{display:flex;gap:8px}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary{background-color:#008710;color:#fff}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):hover{background-color:#007117}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):active{background-color:#005b18}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary{box-shadow:inset 0 0 0 1px #008710;color:#008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):focus{box-shadow:0 0 0 2px #008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):hover{box-shadow:inset 0 0 0 1px #007117}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):active{box-shadow:none}.jetpack-ai-voice-to-content__description{font-size:var(--font-body-small)}.jetpack-ai-voice-to-content__contextual-row{align-items:center;display:flex;height:38px}.jetpack-ai-voice-to-content__information{color:#787c82}.jetpack-ai-voice-to-content__audio{align-items:center;display:flex;gap:4px}.jetpack-ai-voice-to-content__audio--duration{font-weight:700}.jetpack-ai-voice-to-content__footer{display:flex}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button{align-items:center;color:#008710;display:flex;font-size:var(--font-body-extra-small);gap:4px}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #008710}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button .icon{color:#a7aaad}.jetpack-ai-voice-to-content__information--error{color:var(--jp-red-40)}.jetpack-ai-voice-to-content__oscilloscope{height:38px;width:70px}.wp-block-jetpack-google-docs-embed{border:1px solid #ccc;flex-basis:50%}.wp-block-jetpack-google-docs-embed.aligncenter{margin-left:auto;margin-right:auto}.wp-block-jetpack-google-docs-embed.alignleft,.wp-block-jetpack-google-docs-embed.alignright{margin-bottom:20px;max-width:600px}@media only screen and (min-width:600px){.wp-block-jetpack-google-docs-embed.alignleft{float:left;margin-right:20px!important}.wp-block-jetpack-google-docs-embed.alignright{float:right;margin-left:20px!important}}.wp-block-jetpack-google-docs-embed.ar-50 .wp-block-jetpack-google-docs-embed__wrapper:before{padding-top:50%}.wp-block-jetpack-google-docs-embed.ar-100 .wp-block-jetpack-google-docs-embed__wrapper:before{padding-top:100%}.wp-block-jetpack-google-docs-embed__wrapper--error:before{content:none}.wp-block-jetpack-google-docs-embed__error-msg{background-color:#f8f9fa;color:#333;font-size:16px;margin:0;padding:20px}.wp-block-jetpack-google-docs-embed__error-msg:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%231E2935' fill-rule='evenodd' d='M4.125 12A7.875 7.875 0 0 1 12 4.124a7.875 7.875 0 1 1-7.875 7.874ZM12 3a9 9 0 1 0 0 17.999A9 9 0 1 0 12 3m.041 5.28c.31 0 .563.253.563.563v4.5a.562.562 0 0 1-1.125 0v-4.5c0-.31.252-.562.562-.562Zm-.562 7.313c0-.31.252-.563.562-.563h.011a.562.562 0 0 1 0 1.125h-.01a.56.56 0 0 1-.563-.562' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:top;background-repeat:no-repeat;background-size:20px;content:"";display:inline-block;height:20px;margin-inline-end:8px;position:relative;top:4px;width:20px}.wp-block-jetpack-google-docs-embed__error-msg a{color:#333;text-decoration:underline}.wp-block-jetpack-google-docs-embed__error-msg a:focus,.wp-block-jetpack-google-docs-embed__error-msg a:hover{text-decoration:none}.wp-block-jetpack-google-docs-embed .loader{background-color:#fff;display:none;height:100%;position:absolute;text-align:center;top:0;width:100%;z-index:99}.wp-block-jetpack-google-docs-embed .loader.is-active{display:block}.wp-block-jetpack-google-docs-embed .loader span{position:relative;top:50%;transform:translateY(-50%)}.editor-styles-wrapper .wp-block-jetpack-google-docs-embed figure{margin:0}.editor-styles-wrapper [data-align=left] .wp-block-jetpack-google-docs-embed,.editor-styles-wrapper [data-align=right] .wp-block-jetpack-google-docs-embed{width:auto}.editor-styles-wrapper [data-align=left] .wp-block-jetpack-google-docs-embed__wrapper:before,.editor-styles-wrapper [data-align=right] .wp-block-jetpack-google-docs-embed__wrapper:before{content:none}.editor-styles-wrapper [data-align=left] iframe,.editor-styles-wrapper [data-align=right] iframe{position:relative}.editor-styles-wrapper [data-align=left] .wp-block-jetpack-google-docs-embed{margin-right:20px}.editor-styles-wrapper [data-align=right] .wp-block-jetpack-google-docs-embed{margin-left:20px}html[amp] .wp-block-jetpack-google-docs-embed.alignleft,html[amp] .wp-block-jetpack-google-docs-embed.alignright{float:none}html[amp] .wp-block-jetpack-google-docs-embed__wrapper:before{content:none}html[amp] .wp-block-jetpack-google-docs-embed__error-msg:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%231E2935' d='M1.5 3.5v11h11V10H14v5a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h5v1.5z'/%3E%3Cpath fill='%231E2935' d='m15.922 1.178-8.907 8.907-1.06-1.06L14.86.118l1.06 1.06Z'/%3E%3Cpath fill='%231E2935' d='M7.5 0H16v1.5H7.5z'/%3E%3Cpath fill='%231E2935' d='M16 0v8.5h-1.5V0z'/%3E%3C/svg%3E");background-size:12px;height:12px;top:1px;width:12px}html[amp] .wp-block-jetpack-google-docs-embed .loader{display:none}.wp-block-jetpack-google-docs-embed{clear:both;margin:0 0 1.5em}.wp-block-jetpack-google-docs-embed__wrapper{position:relative}.wp-block-jetpack-google-docs-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-block-jetpack-google-docs-embed__interactive-overlay{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.wp-block-jetpack-google-docs-embed-embed-form-editor{margin:0}.wp-block-jetpack-google-docs-embed-embed-form-editor textarea{flex:1;font-family:inherit;font-size:inherit;height:36px;margin-inline-end:1px;padding-top:9px}.wp-block-jetpack-google-docs-embed iframe{bottom:0;height:100%;left:0;max-width:100%;position:absolute;right:0;top:0;width:100%}.wp-block-jetpack-google-docs-embed.alignleft,.wp-block-jetpack-google-docs-embed.alignright,.wp-block[data-align=left]>.wp-block-jetpack-google-docs-embed,.wp-block[data-align=right]>.wp-block-jetpack-google-docs-embed{max-width:360px;width:100%}.wp-block-jetpack-google-docs-embed.alignleft__wrapper,.wp-block-jetpack-google-docs-embed.alignright__wrapper,.wp-block[data-align=left]>.wp-block-jetpack-google-docs-embed__wrapper,.wp-block[data-align=right]>.wp-block-jetpack-google-docs-embed__wrapper{min-width:280px}.launchpad__save-modal .components-modal__content{margin:0;max-width:656px;padding:60px 48px 48px}.launchpad__save-modal-body{align-items:flex-end;display:flex;flex-direction:column;gap:32px}.launchpad__save-modal-text{display:flex;flex-direction:column;gap:8px}.launchpad__save-modal-controls{display:flex;justify-content:space-between;width:100%}.launchpad__save-modal-buttons{display:flex;gap:16px}.launchpad__save-modal-heading{color:#101517;font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-size:32px;font-weight:400;letter-spacing:.2px;line-height:40px;margin:0}.launchpad__save-modal-message{color:#2c3338;font-size:16px;line-height:24px;margin:0}[data-title="Recipe Details"].aligncenter,[data-title="Recipe Details"].alignleft,[data-title="Recipe Details"].alignright{float:none}[data-title="Recipe Details"].alignright .wp-recipe-block-details{justify-content:right}[data-title="Recipe Details"].aligncenter .wp-recipe-block-details{justify-content:center}.wp-block-jetpack-recipe-details{display:block}.wp-block-jetpack-recipe-details .wp-recipe-block-details{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(100px,150px))}.wp-block-jetpack-recipe-details .wp-recipe-block-details.alignright{justify-content:right}.wp-block-jetpack-recipe-details .wp-recipe-block-details.aligncenter{justify-content:center}.wp-block-jetpack-recipe-details .components-unit-control .components-input-control__container{max-height:30px}.wp-block-jetpack-recipe-details .components-unit-control .components-input-control__container .components-unit-control__select{width:40px}.wp-block-jetpack-recipe-ingredients-list .block-list-appender{position:relative}.wp-block-jetpack-recipe-steps .block-list-appender{margin-top:1rem;position:relative} \ No newline at end of file diff --git a/_inc/blocks/editor-beta.js b/_inc/blocks/editor-beta.js index d19d6fc3b9..f6c2852abf 100644 --- a/_inc/blocks/editor-beta.js +++ b/_inc/blocks/editor-beta.js @@ -1,5 +1,5 @@ /*! For license information please see editor-beta.js.LICENSE.txt */ -(()=>{var e,t,n,a,r,s,o={7675:(e,t,n)=>{"use strict";n.d(t,{y:()=>l});var a=n(76416),r=function(e,t){var n={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(n[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(a=Object.getOwnPropertySymbols(e);r{const E=Object.assign({},l);let f;function b(){f.abort(),document.hidden||w()}E.accept||(E.accept=s),g||document.addEventListener("visibilitychange",b);let v=o,C=0;function k(){document.removeEventListener("visibilitychange",b),window.clearTimeout(C),f.abort()}null==n||n.addEventListener("abort",(()=>{k(),t()}));const y=null!=A?A:window.fetch,B=null!=u?u:c;async function w(){var n;f=new AbortController;try{const n=await y(e,Object.assign(Object.assign({},h),{headers:E,signal:f.signal}));await B(n),await(0,a.q5)(n.body,(0,a.iv)((0,a.VL)((e=>{e?E[i]=e:delete E[i]}),(e=>{v=e}),d))),null==p||p(),k(),t()}catch(e){if(!f.signal.aborted)try{const t=null!==(n=null==m?void 0:m(e))&&void 0!==n?n:v;window.clearTimeout(C),C=window.setTimeout(w,t)}catch(e){k(),r(e)}}}w()}))}function c(e){const t=e.headers.get("content-type");if(!(null==t?void 0:t.startsWith(s)))throw new Error(`Expected content-type to be ${s}, Actual: ${t}`)}},76416:(e,t,n)=>{"use strict";async function a(e,t){const n=e.getReader();let a;for(;!(a=await n.read()).done;)t(a.value)}function r(e){let t,n,a,r=!1;return function(s){void 0===t?(t=s,n=0,a=-1):t=function(e,t){const n=new Uint8Array(e.length+t.length);return n.set(e),n.set(t,e.length),n}(t,s);const o=t.length;let i=0;for(;n0){const n=r.decode(s.subarray(0,i)),o=i+(32===s[i+1]?2:1),l=r.decode(s.subarray(o));switch(n){case"data":a.data=a.data?a.data+"\n"+l:l;break;case"event":a.event=l;break;case"id":e(a.id=l);break;case"retry":const n=parseInt(l,10);isNaN(n)||t(a.retry=n)}}}}function o(){return{data:"",event:"",id:"",retry:void 0}}n.d(t,{VL:()=>s,iv:()=>r,q5:()=>a})},95723:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=n(84265);let r,s,o,i;const l=/<(\/)?(\w+)\s*(\/)?>/g;function c(e,t,n,a,r){return{element:e,tokenStart:t,tokenLength:n,prevOffset:a,leadingTextStart:r,children:[]}}const u=e=>{const t="object"==typeof e,n=t&&Object.values(e);return t&&n.length&&n.every((e=>(0,a.isValidElement)(e)))};function d(e){const t=function(){const e=l.exec(r);if(null===e)return["no-more-tokens"];const t=e.index,[n,a,s,o]=e,i=n.length;if(o)return["self-closed",s,t,i];if(a)return["closer",s,t,i];return["opener",s,t,i]}(),[n,u,d,g]=t,A=i.length,h=d>s?s:null;if(!e[u])return p(),!1;switch(n){case"no-more-tokens":if(0!==A){const{leadingTextStart:e,tokenStart:t}=i.pop();o.push(r.substr(e,t))}return p(),!1;case"self-closed":return 0===A?(null!==h&&o.push(r.substr(h,d-h)),o.push(e[u]),s=d+g,!0):(m(c(e[u],d,g)),s=d+g,!0);case"opener":return i.push(c(e[u],d,g,d+g,h)),s=d+g,!0;case"closer":if(1===A)return function(e){const{element:t,leadingTextStart:n,prevOffset:s,tokenStart:l,children:c}=i.pop(),u=e?r.substr(s,e-s):r.substr(s);u&&c.push(u);null!==n&&o.push(r.substr(n,l-n));o.push((0,a.cloneElement)(t,null,...c))}(d),s=d+g,!0;const t=i.pop(),n=r.substr(t.prevOffset,d-t.prevOffset);t.children.push(n),t.prevOffset=d+g;const l=c(t.element,t.tokenStart,t.tokenLength,d+g);return l.children=t.children,m(l),s=d+g,!0;default:return p(),!1}}function p(){const e=r.length-s;0!==e&&o.push(r.substr(s,e))}function m(e){const{element:t,tokenStart:n,tokenLength:s,prevOffset:o,children:l}=e,c=i[i.length-1],u=r.substr(c.prevOffset,n-c.prevOffset);u&&c.children.push(u),c.children.push((0,a.cloneElement)(t,null,...l)),c.prevOffset=o||n+s}t.default=(e,t)=>{if(r=e,s=0,o=[],i=[],l.lastIndex=0,!u(t))throw new TypeError("The conversionMap provided is not valid. It must be an object with values that are React Elements");do{}while(d(t));return(0,a.createElement)(a.Fragment,null,...o)}},82170:(e,t,n)=>{"use strict";var a=n(98504);Object.defineProperty(t,"__esModule",{value:!0});var r={createInterpolateElement:!0,Platform:!0,renderToString:!0,RawHTML:!0};Object.defineProperty(t,"Platform",{enumerable:!0,get:function(){return c.default}}),Object.defineProperty(t,"RawHTML",{enumerable:!0,get:function(){return d.default}}),Object.defineProperty(t,"createInterpolateElement",{enumerable:!0,get:function(){return s.default}}),Object.defineProperty(t,"renderToString",{enumerable:!0,get:function(){return u.default}});var s=a(n(95723)),o=n(84265);Object.keys(o).forEach((function(e){"default"!==e&&"__esModule"!==e&&(Object.prototype.hasOwnProperty.call(r,e)||e in t&&t[e]===o[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return o[e]}}))}));var i=n(81649);Object.keys(i).forEach((function(e){"default"!==e&&"__esModule"!==e&&(Object.prototype.hasOwnProperty.call(r,e)||e in t&&t[e]===i[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return i[e]}}))}));var l=n(98219);Object.keys(l).forEach((function(e){"default"!==e&&"__esModule"!==e&&(Object.prototype.hasOwnProperty.call(r,e)||e in t&&t[e]===l[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return l[e]}}))}));var c=a(n(52595)),u=a(n(54852)),d=a(n(94468))},52595:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={OS:"web",select:e=>"web"in e?e.web:e.default,isWeb:!0}},94468:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function({children:e,...t}){let n="";return a.Children.toArray(e).forEach((e=>{"string"==typeof e&&""!==e.trim()&&(n+=e)})),(0,a.createElement)("div",{dangerouslySetInnerHTML:{__html:n},...t})};var a=n(84265)},81649:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"createPortal",{enumerable:!0,get:function(){return a.createPortal}}),Object.defineProperty(t,"createRoot",{enumerable:!0,get:function(){return r.createRoot}}),Object.defineProperty(t,"findDOMNode",{enumerable:!0,get:function(){return a.findDOMNode}}),Object.defineProperty(t,"flushSync",{enumerable:!0,get:function(){return a.flushSync}}),Object.defineProperty(t,"hydrate",{enumerable:!0,get:function(){return a.hydrate}}),Object.defineProperty(t,"hydrateRoot",{enumerable:!0,get:function(){return r.hydrateRoot}}),Object.defineProperty(t,"render",{enumerable:!0,get:function(){return a.render}}),Object.defineProperty(t,"unmountComponentAtNode",{enumerable:!0,get:function(){return a.unmountComponentAtNode}});var a=n(75795),r=n(18950)},84265:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"Children",{enumerable:!0,get:function(){return a.Children}}),Object.defineProperty(t,"Component",{enumerable:!0,get:function(){return a.Component}}),Object.defineProperty(t,"Fragment",{enumerable:!0,get:function(){return a.Fragment}}),Object.defineProperty(t,"PureComponent",{enumerable:!0,get:function(){return a.PureComponent}}),Object.defineProperty(t,"StrictMode",{enumerable:!0,get:function(){return a.StrictMode}}),Object.defineProperty(t,"Suspense",{enumerable:!0,get:function(){return a.Suspense}}),Object.defineProperty(t,"cloneElement",{enumerable:!0,get:function(){return a.cloneElement}}),t.concatChildren=function(...e){return e.reduce(((e,t,n)=>(a.Children.forEach(t,((t,r)=>{t&&"string"!=typeof t&&(t=(0,a.cloneElement)(t,{key:[n,r].join()})),e.push(t)})),e)),[])},Object.defineProperty(t,"createContext",{enumerable:!0,get:function(){return a.createContext}}),Object.defineProperty(t,"createElement",{enumerable:!0,get:function(){return a.createElement}}),Object.defineProperty(t,"createRef",{enumerable:!0,get:function(){return a.createRef}}),Object.defineProperty(t,"forwardRef",{enumerable:!0,get:function(){return a.forwardRef}}),Object.defineProperty(t,"isValidElement",{enumerable:!0,get:function(){return a.isValidElement}}),Object.defineProperty(t,"lazy",{enumerable:!0,get:function(){return a.lazy}}),Object.defineProperty(t,"memo",{enumerable:!0,get:function(){return a.memo}}),Object.defineProperty(t,"startTransition",{enumerable:!0,get:function(){return a.startTransition}}),t.switchChildrenNodeName=function(e,t){return e&&a.Children.map(e,((e,n)=>{if("string"==typeof e?.valueOf())return(0,a.createElement)(t,{key:n},e);const{children:r,...s}=e.props;return(0,a.createElement)(t,{key:n,...s},r)}))},Object.defineProperty(t,"useCallback",{enumerable:!0,get:function(){return a.useCallback}}),Object.defineProperty(t,"useContext",{enumerable:!0,get:function(){return a.useContext}}),Object.defineProperty(t,"useDebugValue",{enumerable:!0,get:function(){return a.useDebugValue}}),Object.defineProperty(t,"useDeferredValue",{enumerable:!0,get:function(){return a.useDeferredValue}}),Object.defineProperty(t,"useEffect",{enumerable:!0,get:function(){return a.useEffect}}),Object.defineProperty(t,"useId",{enumerable:!0,get:function(){return a.useId}}),Object.defineProperty(t,"useImperativeHandle",{enumerable:!0,get:function(){return a.useImperativeHandle}}),Object.defineProperty(t,"useInsertionEffect",{enumerable:!0,get:function(){return a.useInsertionEffect}}),Object.defineProperty(t,"useLayoutEffect",{enumerable:!0,get:function(){return a.useLayoutEffect}}),Object.defineProperty(t,"useMemo",{enumerable:!0,get:function(){return a.useMemo}}),Object.defineProperty(t,"useReducer",{enumerable:!0,get:function(){return a.useReducer}}),Object.defineProperty(t,"useRef",{enumerable:!0,get:function(){return a.useRef}}),Object.defineProperty(t,"useState",{enumerable:!0,get:function(){return a.useState}}),Object.defineProperty(t,"useSyncExternalStore",{enumerable:!0,get:function(){return a.useSyncExternalStore}}),Object.defineProperty(t,"useTransition",{enumerable:!0,get:function(){return a.useTransition}});var a=n(51609)},54852:(e,t,n)=>{"use strict";var a=n(98504);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,t.hasPrefix=E,t.renderAttributes=S,t.renderComponent=x,t.renderElement=_,t.renderNativeComponent=I,t.renderStyle=Q;var r=n(21214),s=n(61433),o=n(89877),i=n(84265),l=a(n(94468));const{Provider:c,Consumer:u}=(0,i.createContext)(void 0),d=(0,i.forwardRef)((()=>null)),p=new Set(["string","boolean","number"]),m=new Set(["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]),g=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"]),A=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"]),h=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 E(e,t){return t.some((t=>0===e.indexOf(t)))}function f(e){return"key"===e||"children"===e}function b(e,t){return"style"===e?Q(t):t}const v=["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)),{}),C=["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)),{}),k=["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 y(e){switch(e){case"htmlFor":return"for";case"className":return"class"}const t=e.toLowerCase();return C[t]?C[t]:v[t]?(0,s.paramCase)(v[t]):k[t]?k[t]:t}function B(e){return e.startsWith("--")?e:E(e,["ms","O","Moz","Webkit"])?"-"+(0,s.paramCase)(e):(0,s.paramCase)(e)}function w(e,t){return"number"!=typeof t||0===t||h.has(e)?t:t+"px"}function _(e,t,n={}){if(null==e||!1===e)return"";if(Array.isArray(e))return j(e,t,n);switch(typeof e){case"string":return(0,o.escapeHTML)(e);case"number":return e.toString()}const{type:a,props:r}=e;switch(a){case i.StrictMode:case i.Fragment:return j(r.children,t,n);case l.default:const{children:e,...a}=r;return I(Object.keys(a).length?"div":null,{...a,dangerouslySetInnerHTML:{__html:e}},t,n)}switch(typeof a){case"string":return I(a,r,t,n);case"function":return a.prototype&&"function"==typeof a.prototype.render?x(a,r,t,n):_(a(r,n),t,n)}switch(a&&a.$$typeof){case c.$$typeof:return j(r.children,r.value,n);case u.$$typeof:return _(r.children(t||a._currentValue),t,n);case d.$$typeof:return _(a.render(r),t,n)}return""}function I(e,t,n,a={}){let r="";if("textarea"===e&&t.hasOwnProperty("value")){r=j(t.value,n,a);const{value:e,...s}=t;t=s}else t.dangerouslySetInnerHTML&&"string"==typeof t.dangerouslySetInnerHTML.__html?r=t.dangerouslySetInnerHTML.__html:void 0!==t.children&&(r=j(t.children,n,a));if(!e)return r;const s=S(t);return m.has(e)?"<"+e+s+"/>":"<"+e+s+">"+r+""}function x(e,t,n,a={}){const r=new e(t,a);"function"==typeof r.getChildContext&&Object.assign(a,r.getChildContext());return _(r.render(),n,a)}function j(e,t,n={}){let a="";e=Array.isArray(e)?e:[e];for(let r=0;r{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isEmptyElement=void 0;t.isEmptyElement=e=>"number"!=typeof e&&("string"==typeof e?.valueOf()||Array.isArray(e)?!e.length:!e)},51113:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(86087);const r=(0,a.forwardRef)((function({icon:e,size:t=24,...n},r){return(0,a.cloneElement)(e,{width:t,height:t,...n,ref:r})}))},66955:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},71797:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m14.5 6.5-1 1 3.7 3.7H4v1.6h13.2l-3.7 3.7 1 1 5.6-5.5z"})})},62510:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M12 3.9 6.5 9.5l1 1 3.8-3.7V20h1.5V6.8l3.7 3.7 1-1z"})})},62599:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"M12.5939 21C14.1472 21 16.1269 20.5701 17.0711 20.1975L16.6447 18.879C16.0964 19.051 14.3299 19.6242 12.6548 19.6242C7.4467 19.6242 4.67513 16.8726 4.67513 12C4.67513 7.21338 7.50762 4.34713 12.2893 4.34713C17.132 4.34713 19.4162 7.55732 19.4162 10.7675C19.4162 14.035 19.0508 15.4968 17.4975 15.4968C16.5838 15.4968 16.0964 14.7803 16.0964 13.9777V7.5H14.4822V8.30255H14.3909C14.1777 7.67198 12.9898 7.12739 11.467 7.2707C9.18274 7.5 7.4467 9.27707 7.4467 11.8567C7.4467 14.5796 8.81726 16.672 11.467 16.758C13.203 16.8153 14.1168 16.0127 14.4822 15.1815H14.5736C14.7563 16.414 16.401 16.8439 17.467 16.8439C20.6954 16.8439 21 13.5764 21 10.7962C21 6.86943 18.0761 3 12.3807 3C6.50254 3 3 6.3535 3 11.9427C3 17.7325 6.38071 21 12.5939 21ZM11.7107 15.2962C9.73096 15.2962 9.03046 13.6051 9.03046 11.7707C9.03046 10.1083 10.0355 8.67516 11.7716 8.67516C13.599 8.67516 14.5736 9.36306 14.5736 11.7707C14.5736 14.1497 13.7513 15.2962 11.7107 15.2962Z"})})},57003:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{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-2zM5 4.5h14c.3 0 .5.2.5.5v3.5h-15V5c0-.3.2-.5.5-.5zm8 5.5h6.5v3.5H13V10zm-1.5 3.5h-7V10h7v3.5zm-7 5.5v-4h7v4.5H5c-.3 0-.5-.2-.5-.5zm14.5.5h-6V15h6.5v4c0 .3-.2.5-.5.5z"})})},27375:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"M8 12.5h8V11H8v1.5Z M19 6.5H5a2 2 0 0 0-2 2V15a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.5a2 2 0 0 0-2-2ZM5 8h14a.5.5 0 0 1 .5.5V15a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V8.5A.5.5 0 0 1 5 8Z"})})},83883:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z"})})},64969:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"})})},68888:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"})})},29115:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"})})},98248:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"M6.5 12.4L12 8l5.5 4.4-.9 1.2L12 10l-4.5 3.6-1-1.2z"})})},31249:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},10991:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z"})})},24995:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M3.25 12a8.75 8.75 0 1117.5 0 8.75 8.75 0 01-17.5 0zM12 4.75a7.25 7.25 0 100 14.5 7.25 7.25 0 000-14.5zm-1.338 4.877c-.314.22-.412.452-.412.623 0 .171.098.403.412.623.312.218.783.377 1.338.377.825 0 1.605.233 2.198.648.59.414 1.052 1.057 1.052 1.852 0 .795-.461 1.438-1.052 1.852-.41.286-.907.486-1.448.582v.316a.75.75 0 01-1.5 0v-.316a3.64 3.64 0 01-1.448-.582c-.59-.414-1.052-1.057-1.052-1.852a.75.75 0 011.5 0c0 .171.098.403.412.623.312.218.783.377 1.338.377s1.026-.159 1.338-.377c.314-.22.412-.452.412-.623 0-.171-.098-.403-.412-.623-.312-.218-.783-.377-1.338-.377-.825 0-1.605-.233-2.198-.648-.59-.414-1.052-1.057-1.052-1.852 0-.795.461-1.438 1.052-1.852a3.64 3.64 0 011.448-.582V7.5a.75.75 0 011.5 0v.316c.54.096 1.039.296 1.448.582.59.414 1.052 1.057 1.052 1.852a.75.75 0 01-1.5 0c0-.171-.098-.403-.412-.623-.312-.218-.783-.377-1.338-.377s-1.026.159-1.338.377z"})})},93115:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M20.5 16h-.7V8c0-1.1-.9-2-2-2H6.2c-1.1 0-2 .9-2 2v8h-.7c-.8 0-1.5.7-1.5 1.5h20c0-.8-.7-1.5-1.5-1.5zM5.7 8c0-.3.2-.5.5-.5h11.6c.3 0 .5.2.5.5v7.6H5.7V8z"})})},92687:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=n(78938).A},53512:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M19.5 4.5h-7V6h4.44l-5.97 5.97 1.06 1.06L18 7.06v4.44h1.5v-7Zm-13 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3H17v3a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h3V5.5h-3Z"})})},84066:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},19783:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},76277:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"m6.734 16.106 2.176-2.38-1.093-1.028-3.846 4.158 3.846 4.158 1.093-1.028-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"})})},84008:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{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"})})},21679:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsxs)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:[(0,r.jsx)(a.Path,{d:"m7 6.5 4 2.5-4 2.5z"}),(0,r.jsx)(a.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"m5 3c-1.10457 0-2 .89543-2 2v14c0 1.1046.89543 2 2 2h14c1.1046 0 2-.8954 2-2v-14c0-1.10457-.8954-2-2-2zm14 1.5h-14c-.27614 0-.5.22386-.5.5v10.7072l3.62953-2.6465c.25108-.1831.58905-.1924.84981-.0234l2.92666 1.8969 3.5712-3.4719c.2911-.2831.7545-.2831 1.0456 0l2.9772 2.8945v-9.3568c0-.27614-.2239-.5-.5-.5zm-14.5 14.5v-1.4364l4.09643-2.987 2.99567 1.9417c.2936.1903.6798.1523.9307-.0917l3.4772-3.3806 3.4772 3.3806.0228-.0234v2.5968c0 .2761-.2239.5-.5.5h-14c-.27614 0-.5-.2239-.5-.5z"})]})},82065:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M15 4H9c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 14c0 .3-.2.5-.5.5H9c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h6c.3 0 .5.2.5.5v12zm-4.5-.5h2V16h-2v1.5z"})})},78938:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m19 7-3-3-8.5 8.5-1 4 4-1L19 7Zm-7 11.5H5V20h7v-1.5Z"})})},15788:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M15.5 9.5a1 1 0 100-2 1 1 0 000 2zm0 1.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm-2.25 6v-2a2.75 2.75 0 00-2.75-2.75h-4A2.75 2.75 0 003.75 15v2h1.5v-2c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25v2h1.5zm7-2v2h-1.5v-2c0-.69-.56-1.25-1.25-1.25H15v-1.5h2.5A2.75 2.75 0 0120.25 15zM9.5 8.5a1 1 0 11-2 0 1 1 0 012 0zm1.5 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z",fillRule:"evenodd"})})},45459:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M11 12.5V17.5H12.5V12.5H17.5V11H12.5V6H11V11H6V12.5H11Z"})})},41417:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M4 6h12V4.5H4V6Zm16 4.5H4V9h16v1.5ZM4 15h16v-1.5H4V15Zm0 4.5h16V18H4v1.5Z"})})},88669:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M8.001 3.984V9.47c0 1.518-.98 2.5-2.499 2.5h-.5v-1.5h.5c.69 0 1-.31 1-1V6.984H4v-3h4.001ZM4 20h9v-1.5H4V20Zm16-4H4v-1.5h16V16ZM13.001 3.984V9.47c0 1.518-.98 2.5-2.499 2.5h-.5v-1.5h.5c.69 0 1-.31 1-1V6.984H9v-3h4.001Z"})})},69457:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},40502:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M7 7.2h8.2L13.5 9l1.1 1.1 3.6-3.6-3.5-4-1.1 1 1.9 2.3H7c-.9 0-1.7.3-2.3.9-1.4 1.5-1.4 4.2-1.4 5.6v.2h1.5v-.3c0-1.1 0-3.5 1-4.5.3-.3.7-.5 1.2-.5zm13.8 4V11h-1.5v.3c0 1.1 0 3.5-1 4.5-.3.3-.7.5-1.3.5H8.8l1.7-1.7-1.1-1.1L5.9 17l3.5 4 1.1-1-1.9-2.3H17c.9 0 1.7-.3 2.3-.9 1.5-1.4 1.5-4.2 1.5-5.6z"})})},21955:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M17 4H7c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 14c0 .3-.2.5-.5.5H7c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h10c.3 0 .5.2.5.5v12zm-7.5-.5h4V16h-4v1.5z"})})},90254:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M6.08 10.103h2.914L9.657 12h1.417L8.23 4H6.846L4 12h1.417l.663-1.897Zm1.463-4.137.994 2.857h-2l1.006-2.857ZM11 16H4v-1.5h7V16Zm1 0h8v-1.5h-8V16Zm-4 4H4v-1.5h4V20Zm7-1.5V20H9v-1.5h6Z"})})},11269:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m4 5.5h2v6.5h1.5v-6.5h2v-1.5h-5.5zm16 10.5h-16v-1.5h16zm-7 4h-9v-1.5h9z"})})},76673:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5.5A2.25 2.25 0 0 0 9.878 7h4.244A2.251 2.251 0 0 0 12 5.5ZM12 4a3.751 3.751 0 0 0-3.675 3H5v1.5h1.27l.818 8.997a2.75 2.75 0 0 0 2.739 2.501h4.347a2.75 2.75 0 0 0 2.738-2.5L17.73 8.5H19V7h-3.325A3.751 3.751 0 0 0 12 4Zm4.224 4.5H7.776l.806 8.861a1.25 1.25 0 0 0 1.245 1.137h4.347a1.25 1.25 0 0 0 1.245-1.137l.805-8.861Z"})})},95789:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M18.3 11.7c-.6-.6-1.4-.9-2.3-.9H6.7l2.9-3.3-1.1-1-4.5 5L8.5 16l1-1-2.7-2.7H16c.5 0 .9.2 1.3.5 1 1 1 3.4 1 4.5v.3h1.5v-.2c0-1.5 0-4.3-1.5-5.7z"})})},83822:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m11.3 17.2-5-5c-.1-.1-.1-.3 0-.4l2.3-2.3-1.1-1-2.3 2.3c-.7.7-.7 1.8 0 2.5l5 5H7.5v1.5h5.3v-5.2h-1.5v2.6zm7.5-6.4-5-5h2.7V4.2h-5.2v5.2h1.5V6.8l5 5c.1.1.1.3 0 .4l-2.3 2.3 1.1 1.1 2.3-2.3c.6-.7.6-1.9-.1-2.5z"})})},7326:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},90311:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24",children:(0,r.jsx)(a.Path,{d:"M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm1.13 9.38l.35-6.46H8.52l.35 6.46h2.26zm-.09 3.36c.24-.23.37-.55.37-.96 0-.42-.12-.74-.36-.97s-.59-.35-1.06-.35-.82.12-1.07.35-.37.55-.37.97c0 .41.13.73.38.96.26.23.61.34 1.06.34s.8-.11 1.05-.34z"})})},51889:(e,t,n)=>{"use strict";n.d(t,{$4:()=>s,fZ:()=>o,xQ:()=>i});var a=n(54715),r=n(82769);function s(e,t){return 0===t?e.toLowerCase():(0,r.l3)(e,t)}function o(e,t){return 0===t?e.toLowerCase():(0,r.$7)(e)}function i(e,t){return void 0===t&&(t={}),(0,r.fL)(e,(0,a.Cl)({transform:s},t))}},91859:(e,t,n)=>{"use strict";n.d(t,{D:()=>i,f:()=>o});var a=n(54715),r=n(2532),s=n(21644);function o(e){return(0,s.R)(e.toLowerCase())}function i(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:" ",transform:o},t))}},61433:(e,t,n)=>{"use strict";n.r(t),n.d(t,{camelCase:()=>a.xQ,camelCaseTransform:()=>a.$4,camelCaseTransformMerge:()=>a.fZ,capitalCase:()=>r.D,capitalCaseTransform:()=>r.f,constantCase:()=>s.F,dotCase:()=>o.a,headerCase:()=>i.u,noCase:()=>l.W,paramCase:()=>c.c,pascalCase:()=>u.fL,pascalCaseTransform:()=>u.l3,pascalCaseTransformMerge:()=>u.$7,pathCase:()=>d.y,sentenceCase:()=>p.o,sentenceCaseTransform:()=>p.u,snakeCase:()=>m.L});var a=n(51889),r=n(91859),s=n(55633),o=n(19382),i=n(22774),l=n(2532),c=n(74572),u=n(82769),d=n(70320),p=n(82682),m=n(68963)},55633:(e,t,n)=>{"use strict";n.d(t,{F:()=>o});var a=n(54715),r=n(2532),s=n(88415);function o(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:"_",transform:s.l},t))}},87399:e=>{!function(){"use strict";var t=[],n=3988292384;function a(e){var t,a,r,s,o=-1;for(t=0,r=e.length;t>>=1:s=s>>>1^n;o=o>>>8^s}return~o}function r(e,n){var a,s,o;if(void 0!==r.crc&&n&&e||(r.crc=~0,e)){for(a=r.crc,s=0,o=e.length;s>>8^t[255&(a^e[s])];return r.crc=a,~a}}!function(){var e,a,r;for(a=0;a<256;a+=1){for(e=a,r=0;r<8;r+=1)1&e?e=n^e>>>1:e>>>=1;t[a]=e>>>0}}(),e.exports=function(e,t){var n;e="string"==typeof e?(n=e,Array.prototype.map.call(n,(function(e){return e.charCodeAt(0)}))):e;return((t?a(e):r(e))>>>0).toString(16)},e.exports.direct=a,e.exports.table=r}()},51601:function(e,t,n){var a;e.exports=(a=a||function(e,t){var a;if("undefined"!=typeof window&&window.crypto&&(a=window.crypto),"undefined"!=typeof self&&self.crypto&&(a=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(a=globalThis.crypto),!a&&"undefined"!=typeof window&&window.msCrypto&&(a=window.msCrypto),!a&&"undefined"!=typeof window&&window.crypto&&(a=window.crypto),!a)try{a=n(42305)}catch(e){}var r=function(){if(a){if("function"==typeof a.getRandomValues)try{return a.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof a.randomBytes)try{return a.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},s=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),o={},i=o.lib={},l=i.Base={extend:function(e){var t=s(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},c=i.WordArray=l.extend({init:function(e,n){e=this.words=e||[],this.sigBytes=n!=t?n:4*e.length},toString:function(e){return(e||d).stringify(this)},concat:function(e){var t=this.words,n=e.words,a=this.sigBytes,r=e.sigBytes;if(this.clamp(),a%4)for(var s=0;s>>2]>>>24-s%4*8&255;t[a+s>>>2]|=o<<24-(a+s)%4*8}else for(var i=0;i>>2]=n[i>>>2];return this.sigBytes+=r,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=l.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],n=0;n>>2]>>>24-r%4*8&255;a.push((s>>>4).toString(16)),a.push((15&s).toString(16))}return a.join("")},parse:function(e){for(var t=e.length,n=[],a=0;a>>3]|=parseInt(e.substr(a,2),16)<<24-a%8*4;return new c.init(n,t/2)}},p=u.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,a=[],r=0;r>>2]>>>24-r%4*8&255;a.push(String.fromCharCode(s))}return a.join("")},parse:function(e){for(var t=e.length,n=[],a=0;a>>2]|=(255&e.charCodeAt(a))<<24-a%4*8;return new c.init(n,t)}},m=u.Utf8={stringify:function(e){try{return decodeURIComponent(escape(p.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return p.parse(unescape(encodeURIComponent(e)))}},g=i.BufferedBlockAlgorithm=l.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=m.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n,a=this._data,r=a.words,s=a.sigBytes,o=this.blockSize,i=s/(4*o),l=(i=t?e.ceil(i):e.max((0|i)-this._minBufferSize,0))*o,u=e.min(4*l,s);if(l){for(var d=0;d>>24)|4278255360&(r<<24|r>>>8)}var s=this._hash.words,o=e[t+0],l=e[t+1],m=e[t+2],g=e[t+3],A=e[t+4],h=e[t+5],E=e[t+6],f=e[t+7],b=e[t+8],v=e[t+9],C=e[t+10],k=e[t+11],y=e[t+12],B=e[t+13],w=e[t+14],_=e[t+15],I=s[0],x=s[1],j=s[2],S=s[3];I=c(I,x,j,S,o,7,i[0]),S=c(S,I,x,j,l,12,i[1]),j=c(j,S,I,x,m,17,i[2]),x=c(x,j,S,I,g,22,i[3]),I=c(I,x,j,S,A,7,i[4]),S=c(S,I,x,j,h,12,i[5]),j=c(j,S,I,x,E,17,i[6]),x=c(x,j,S,I,f,22,i[7]),I=c(I,x,j,S,b,7,i[8]),S=c(S,I,x,j,v,12,i[9]),j=c(j,S,I,x,C,17,i[10]),x=c(x,j,S,I,k,22,i[11]),I=c(I,x,j,S,y,7,i[12]),S=c(S,I,x,j,B,12,i[13]),j=c(j,S,I,x,w,17,i[14]),I=u(I,x=c(x,j,S,I,_,22,i[15]),j,S,l,5,i[16]),S=u(S,I,x,j,E,9,i[17]),j=u(j,S,I,x,k,14,i[18]),x=u(x,j,S,I,o,20,i[19]),I=u(I,x,j,S,h,5,i[20]),S=u(S,I,x,j,C,9,i[21]),j=u(j,S,I,x,_,14,i[22]),x=u(x,j,S,I,A,20,i[23]),I=u(I,x,j,S,v,5,i[24]),S=u(S,I,x,j,w,9,i[25]),j=u(j,S,I,x,g,14,i[26]),x=u(x,j,S,I,b,20,i[27]),I=u(I,x,j,S,B,5,i[28]),S=u(S,I,x,j,m,9,i[29]),j=u(j,S,I,x,f,14,i[30]),I=d(I,x=u(x,j,S,I,y,20,i[31]),j,S,h,4,i[32]),S=d(S,I,x,j,b,11,i[33]),j=d(j,S,I,x,k,16,i[34]),x=d(x,j,S,I,w,23,i[35]),I=d(I,x,j,S,l,4,i[36]),S=d(S,I,x,j,A,11,i[37]),j=d(j,S,I,x,f,16,i[38]),x=d(x,j,S,I,C,23,i[39]),I=d(I,x,j,S,B,4,i[40]),S=d(S,I,x,j,o,11,i[41]),j=d(j,S,I,x,g,16,i[42]),x=d(x,j,S,I,E,23,i[43]),I=d(I,x,j,S,v,4,i[44]),S=d(S,I,x,j,y,11,i[45]),j=d(j,S,I,x,_,16,i[46]),I=p(I,x=d(x,j,S,I,m,23,i[47]),j,S,o,6,i[48]),S=p(S,I,x,j,f,10,i[49]),j=p(j,S,I,x,w,15,i[50]),x=p(x,j,S,I,h,21,i[51]),I=p(I,x,j,S,y,6,i[52]),S=p(S,I,x,j,g,10,i[53]),j=p(j,S,I,x,C,15,i[54]),x=p(x,j,S,I,l,21,i[55]),I=p(I,x,j,S,b,6,i[56]),S=p(S,I,x,j,_,10,i[57]),j=p(j,S,I,x,E,15,i[58]),x=p(x,j,S,I,B,21,i[59]),I=p(I,x,j,S,A,6,i[60]),S=p(S,I,x,j,k,10,i[61]),j=p(j,S,I,x,m,15,i[62]),x=p(x,j,S,I,v,21,i[63]),s[0]=s[0]+I|0,s[1]=s[1]+x|0,s[2]=s[2]+j|0,s[3]=s[3]+S|0},_doFinalize:function(){var t=this._data,n=t.words,a=8*this._nDataBytes,r=8*t.sigBytes;n[r>>>5]|=128<<24-r%32;var s=e.floor(a/4294967296),o=a;n[15+(r+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),n[14+(r+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),t.sigBytes=4*(n.length+1),this._process();for(var i=this._hash,l=i.words,c=0;c<4;c++){var u=l[c];l[c]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return i},clone:function(){var e=s.clone.call(this);return e._hash=this._hash.clone(),e}});function c(e,t,n,a,r,s,o){var i=e+(t&n|~t&a)+r+o;return(i<>>32-s)+t}function u(e,t,n,a,r,s,o){var i=e+(t&a|n&~a)+r+o;return(i<>>32-s)+t}function d(e,t,n,a,r,s,o){var i=e+(t^n^a)+r+o;return(i<>>32-s)+t}function p(e,t,n,a,r,s,o){var i=e+(n^(t|~a))+r+o;return(i<>>32-s)+t}t.MD5=s._createHelper(l),t.HmacMD5=s._createHmacHelper(l)}(Math),a.MD5)},19382:(e,t,n)=>{"use strict";n.d(t,{a:()=>s});var a=n(54715),r=n(2532);function s(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:"."},t))}},39904:(e,t)=>{"use strict";var n=/^[-!#$%&'*+\/0-9=?A-Z^_a-z{|}~](\.?[-!#$%&'*+\/0-9=?A-Z^_a-z`{|}~])*@[a-zA-Z0-9](-*\.?[a-zA-Z0-9])*\.[a-zA-Z](-?[a-zA-Z0-9])+$/;t.validate=function(e){if(!e)return!1;if(e.length>254)return!1;if(!n.test(e))return!1;var t=e.split("@");return!(t[0].length>64)&&!t[1].split(".").some((function(e){return e.length>63}))}},2467:e=>{"use strict";var t,n="object"==typeof Reflect?Reflect:null,a=n&&"function"==typeof n.apply?n.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};t=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var r=Number.isNaN||function(e){return e!=e};function s(){s.init.call(this)}e.exports=s,e.exports.once=function(e,t){return new Promise((function(n,a){function r(n){e.removeListener(t,s),a(n)}function s(){"function"==typeof e.removeListener&&e.removeListener("error",r),n([].slice.call(arguments))}A(e,t,s,{once:!0}),"error"!==t&&function(e,t,n){"function"==typeof e.on&&A(e,"error",t,n)}(e,r,{once:!0})}))},s.EventEmitter=s,s.prototype._events=void 0,s.prototype._eventsCount=0,s.prototype._maxListeners=void 0;var o=10;function i(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function l(e){return void 0===e._maxListeners?s.defaultMaxListeners:e._maxListeners}function c(e,t,n,a){var r,s,o,c;if(i(n),void 0===(s=e._events)?(s=e._events=Object.create(null),e._eventsCount=0):(void 0!==s.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),s=e._events),o=s[t]),void 0===o)o=s[t]=n,++e._eventsCount;else if("function"==typeof o?o=s[t]=a?[n,o]:[o,n]:a?o.unshift(n):o.push(n),(r=l(e))>0&&o.length>r&&!o.warned){o.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=o.length,c=u,console&&console.warn&&console.warn(c)}return e}function u(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function d(e,t,n){var a={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},r=u.bind(a);return r.listener=n,a.wrapFn=r,r}function p(e,t,n){var a=e._events;if(void 0===a)return[];var r=a[t];return void 0===r?[]:"function"==typeof r?n?[r.listener||r]:[r]:n?function(e){for(var t=new Array(e.length),n=0;n0&&(o=t[0]),o instanceof Error)throw o;var i=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw i.context=o,i}var l=s[e];if(void 0===l)return!1;if("function"==typeof l)a(l,this,t);else{var c=l.length,u=g(l,c);for(n=0;n=0;s--)if(n[s]===t||n[s].listener===t){o=n[s].listener,r=s;break}if(r<0)return this;0===r?n.shift():function(e,t){for(;t+1=0;a--)this.removeListener(e,t[a]);return this},s.prototype.listeners=function(e){return p(this,e,!0)},s.prototype.rawListeners=function(e){return p(this,e,!1)},s.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):m.call(e,t)},s.prototype.listenerCount=m,s.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},60633:function(e){e.exports=function(){"use strict";var e=/^(b|B)$/,t={iec:{bits:["bit","Kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["bit","Kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},n={iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]},a={floor:Math.floor,ceil:Math.ceil};function r(r){var s,o,i,l,c,u,d,p,m,g,A,h,E,f,b,v,C,k,y,B,w,_=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},I=[],x=0;if(isNaN(r))throw new TypeError("Invalid number");if(i=!0===_.bits,b=!0===_.unix,h=!0===_.pad,o=_.base||10,E=void 0!==_.round?_.round:b?1:2,d=void 0!==_.locale?_.locale:"",p=_.localeOptions||{},v=void 0!==_.separator?_.separator:"",C=void 0!==_.spacer?_.spacer:b?"":" ",y=_.symbols||{},k=2===o?_.standard||"iec":"jedec",A=_.output||"string",c=!0===_.fullform,u=_.fullforms instanceof Array?_.fullforms:[],s=void 0!==_.exponent?_.exponent:-1,B=a[_.roundingMethod]||Math.round,m=(g=Number(r))<0,l=o>2?1e3:1024,w=!1===isNaN(_.precision)?parseInt(_.precision,10):0,m&&(g=-g),(-1===s||isNaN(s))&&(s=Math.floor(Math.log(g)/Math.log(l)))<0&&(s=0),s>8&&(w>0&&(w+=8-s),s=8),"exponent"===A)return s;if(0===g)I[0]=0,f=I[1]=b?"":t[k][i?"bits":"bytes"][s];else{x=g/(2===o?Math.pow(2,10*s):Math.pow(1e3,s)),i&&(x*=8)>=l&&s<8&&(x/=l,s++);var j=Math.pow(10,s>0?E:0);I[0]=B(x*j)/j,I[0]===l&&s<8&&void 0===_.exponent&&(I[0]=1,s++),f=I[1]=10===o&&1===s?i?"kbit":"kB":t[k][i?"bits":"bytes"][s],b&&(I[1]=I[1].charAt(0),e.test(I[1])&&(I[0]=Math.floor(I[0]),I[1]=""))}if(m&&(I[0]=-I[0]),w>0&&(I[0]=I[0].toPrecision(w)),I[1]=y[I[1]]||I[1],!0===d?I[0]=I[0].toLocaleString():d.length>0?I[0]=I[0].toLocaleString(d,p):v.length>0&&(I[0]=I[0].toString().replace(".",v)),h&&!1===Number.isInteger(I[0])&&E>0){var S=v||".",Q=I[0].toString().split(S),N=Q[1]||"",R=N.length,T=E-R;I[0]="".concat(Q[0]).concat(S).concat(N.padEnd(R+T,"0"))}return c&&(I[1]=u[s]?u[s]:n[k][s]+(i?"bit":"byte")+(1===I[0]?"":"s")),"array"===A?I:"object"===A?{value:I[0],symbol:I[1],exponent:s,unit:f}:I.join(C)}return r.partial=function(e){return function(t){return r(t,e)}},r}()},22774:(e,t,n)=>{"use strict";n.d(t,{u:()=>s});var a=n(54715),r=n(91859);function s(e,t){return void 0===t&&(t={}),(0,r.D)(e,(0,a.Cl)({delimiter:"-"},t))}},58314:e=>{e.exports=function(e){return null!=e&&null!=e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}},21214:(e,t)=>{"use strict";function n(e){return"[object Object]"===Object.prototype.toString.call(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.isPlainObject=function(e){var t,a;return!1!==n(e)&&(void 0===(t=e.constructor)||!1!==n(a=t.prototype)&&!1!==a.hasOwnProperty("isPrototypeOf"))}},49475:function(e,t){var n,a;a="undefined"!=typeof self?self:"undefined"!=typeof window||"undefined"!=typeof window?window:this,e.exports=function(a){"use strict";var r,s=(a=a||{}).Base64,o="2.6.4",i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l=function(e){for(var t={},n=0,a=e.length;n>>6)+c(128|63&t):c(224|t>>>12&15)+c(128|t>>>6&63)+c(128|63&t);var t=65536+1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320);return c(240|t>>>18&7)+c(128|t>>>12&63)+c(128|t>>>6&63)+c(128|63&t)},d=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,p=function(e){return e.replace(d,u)},m=function(e){var t=[0,2,1][e.length%3],n=e.charCodeAt(0)<<16|(e.length>1?e.charCodeAt(1):0)<<8|(e.length>2?e.charCodeAt(2):0);return[i.charAt(n>>>18),i.charAt(n>>>12&63),t>=2?"=":i.charAt(n>>>6&63),t>=1?"=":i.charAt(63&n)].join("")},g=a.btoa&&"function"==typeof a.btoa?function(e){return a.btoa(e)}:function(e){if(e.match(/[^\x00-\xFF]/))throw new RangeError("The string contains invalid characters.");return e.replace(/[\s\S]{1,3}/g,m)},A=function(e){return g(p(String(e)))},h=function(e){return e.replace(/[+\/]/g,(function(e){return"+"==e?"-":"_"})).replace(/=/g,"")},E=function(e,t){return t?h(A(e)):A(e)},f=function(e){return E(e,!0)};a.Uint8Array&&(r=function(e,t){for(var n="",a=0,r=e.length;a>>18)+i.charAt(c>>>12&63)+(void 0!==o?i.charAt(c>>>6&63):"=")+(void 0!==l?i.charAt(63&c):"=")}return t?h(n):n});var b,v=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,C=function(e){switch(e.length){case 4:var t=((7&e.charCodeAt(0))<<18|(63&e.charCodeAt(1))<<12|(63&e.charCodeAt(2))<<6|63&e.charCodeAt(3))-65536;return c(55296+(t>>>10))+c(56320+(1023&t));case 3:return c((15&e.charCodeAt(0))<<12|(63&e.charCodeAt(1))<<6|63&e.charCodeAt(2));default:return c((31&e.charCodeAt(0))<<6|63&e.charCodeAt(1))}},k=function(e){return e.replace(v,C)},y=function(e){var t=e.length,n=t%4,a=(t>0?l[e.charAt(0)]<<18:0)|(t>1?l[e.charAt(1)]<<12:0)|(t>2?l[e.charAt(2)]<<6:0)|(t>3?l[e.charAt(3)]:0),r=[c(a>>>16),c(a>>>8&255),c(255&a)];return r.length-=[0,0,2,1][n],r.join("")},B=a.atob&&"function"==typeof a.atob?function(e){return a.atob(e)}:function(e){return e.replace(/\S{1,4}/g,y)},w=function(e){return B(String(e).replace(/[^A-Za-z0-9\+\/]/g,""))},_=function(e){return k(B(e))},I=function(e){return String(e).replace(/[-_]/g,(function(e){return"-"==e?"+":"/"})).replace(/[^A-Za-z0-9\+\/]/g,"")},x=function(e){return _(I(e))};a.Uint8Array&&(b=function(e){return Uint8Array.from(w(I(e)),(function(e){return e.charCodeAt(0)}))});var j=function(){var e=a.Base64;return a.Base64=s,e};if(a.Base64={VERSION:o,atob:w,btoa:g,fromBase64:x,toBase64:E,utob:p,encode:E,encodeURI:f,btou:k,decode:x,noConflict:j,fromUint8Array:r,toUint8Array:b},"function"==typeof Object.defineProperty){var S=function(e){return{value:e,enumerable:!1,writable:!0,configurable:!0}};a.Base64.extendString=function(){Object.defineProperty(String.prototype,"fromBase64",S((function(){return x(this)}))),Object.defineProperty(String.prototype,"toBase64",S((function(e){return E(this,e)}))),Object.defineProperty(String.prototype,"toBase64URI",S((function(){return E(this,!0)})))}}return a.Meteor&&(Base64=a.Base64),e.exports?e.exports.Base64=a.Base64:void 0===(n=function(){return a.Base64}.apply(t,[]))||(e.exports=n),{Base64:a.Base64}}(a)},25700:(e,t,n)=>{"use strict";n.d(t,{g:()=>a});function a(e){return e.toLowerCase()}},20305:e=>{"use strict";function t(e,t,n,a){var r=Number(e[t].meta.id+1).toString(),s="";return"string"==typeof a.docId&&(s="-"+a.docId+"-"),s+r}function n(e,t){var n=Number(e[t].meta.id+1).toString();return e[t].meta.subId>0&&(n+=":"+e[t].meta.subId),"["+n+"]"}function a(e,t,n,a,r){var s=r.rules.footnote_anchor_name(e,t,n,a,r),o=r.rules.footnote_caption(e,t,n,a,r),i=s;return e[t].meta.subId>0&&(i+=":"+e[t].meta.subId),''+o+""}function r(e,t,n){return(n.xhtmlOut?'
\n':'
\n')+'
\n
    \n'}function s(){return"
\n
\n"}function o(e,t,n,a,r){var s=r.rules.footnote_anchor_name(e,t,n,a,r);return e[t].meta.subId>0&&(s+=":"+e[t].meta.subId),'
  • '}function i(){return"
  • \n"}function l(e,t,n,a,r){var s=r.rules.footnote_anchor_name(e,t,n,a,r);return e[t].meta.subId>0&&(s+=":"+e[t].meta.subId),' ↩︎'}e.exports=function(e){var c=e.helpers.parseLinkLabel,u=e.utils.isSpace;e.renderer.rules.footnote_ref=a,e.renderer.rules.footnote_block_open=r,e.renderer.rules.footnote_block_close=s,e.renderer.rules.footnote_open=o,e.renderer.rules.footnote_close=i,e.renderer.rules.footnote_anchor=l,e.renderer.rules.footnote_caption=n,e.renderer.rules.footnote_anchor_name=t,e.block.ruler.before("reference","footnote_def",(function(e,t,n,a){var r,s,o,i,l,c,d,p,m,g,A,h=e.bMarks[t]+e.tShift[t],E=e.eMarks[t];if(h+4>E)return!1;if(91!==e.src.charCodeAt(h))return!1;if(94!==e.src.charCodeAt(h+1))return!1;for(l=h+2;l=E||58!==e.src.charCodeAt(++l))return!1;if(a)return!0;for(l++,e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.refs||(e.env.footnotes.refs={}),c=e.src.slice(h+2,l-2),e.env.footnotes.refs[":"+c]=-1,(d=new e.Token("footnote_reference_open","",1)).meta={label:c},d.level=e.level++,e.tokens.push(d),r=e.bMarks[t],s=e.tShift[t],o=e.sCount[t],i=e.parentType,A=l,p=m=e.sCount[t]+l-(e.bMarks[t]+e.tShift[t]);l=o)&&(94===e.src.charCodeAt(i)&&(91===e.src.charCodeAt(i+1)&&(n=i+2,!((a=c(e,i+1))<0)&&(t||(e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.list||(e.env.footnotes.list=[]),r=e.env.footnotes.list.length,e.md.inline.parse(e.src.slice(n,a),e.md,e.env,s=[]),e.push("footnote_ref","",0).meta={id:r},e.env.footnotes.list[r]={content:e.src.slice(n,a),tokens:s}),e.pos=a+1,e.posMax=o,!0))))})),e.inline.ruler.after("footnote_inline","footnote_ref",(function(e,t){var n,a,r,s,o=e.posMax,i=e.pos;if(i+3>o)return!1;if(!e.env.footnotes||!e.env.footnotes.refs)return!1;if(91!==e.src.charCodeAt(i))return!1;if(94!==e.src.charCodeAt(i+1))return!1;for(a=i+2;a=o)&&(a++,n=e.src.slice(i+2,a-1),void 0!==e.env.footnotes.refs[":"+n]&&(t||(e.env.footnotes.list||(e.env.footnotes.list=[]),e.env.footnotes.refs[":"+n]<0?(r=e.env.footnotes.list.length,e.env.footnotes.list[r]={label:n,count:0},e.env.footnotes.refs[":"+n]=r):r=e.env.footnotes.refs[":"+n],s=e.env.footnotes.list[r].count,e.env.footnotes.list[r].count++,e.push("footnote_ref","",0).meta={id:r,subId:s,label:n}),e.pos=a,e.posMax=o,!0)))})),e.core.ruler.after("inline","footnote_tail",(function(e){var t,n,a,r,s,o,i,l,c,u,d=!1,p={};if(e.env.footnotes&&(e.tokens=e.tokens.filter((function(e){return"footnote_reference_open"===e.type?(d=!0,c=[],u=e.meta.label,!1):"footnote_reference_close"===e.type?(d=!1,p[":"+u]=c,!1):(d&&c.push(e),!d)})),e.env.footnotes.list)){for(o=e.env.footnotes.list,i=new e.Token("footnote_block_open","",1),e.tokens.push(i),t=0,n=o.length;t0?o[t].count:1,a=0;a{},53290:()=>{},15583:()=>{},81500:()=>{},88904:()=>{},34006:()=>{},57482:()=>{},7683:()=>{},9944:()=>{},38742:()=>{},9383:()=>{},44288:()=>{},39653:()=>{},26075:()=>{},25634:()=>{},49488:()=>{},34229:()=>{},54447:()=>{},19569:()=>{},65486:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={container:"demNsMJjhi7BLY7xhjU5","icon-wrapper":"QiUjdjJSkqh6nH7YMG5A","is-error":"Q080AHcq29J2fc68Hhk5",icon:"hYWbIwhppukXmGnsiT9H","is-warning":"JjHuxWly0HI9C60gorbq","is-info":"Cm8ZFHi3mngl4cj9Gatx","is-success":"ytGBsU015p3LGwOPwFDx"}},77560:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={button:"zI5tJ_qhWE6Oe6Lk75GY","is-icon-button":"tuBt2DLqimiImoqVzPqo",small:"Na39I683LAaSA99REg14",normal:"ipS7tKy9GntCS4R3vekF",icon:"paGLQwtPEaJmtArCcmyK",regular:"lZAo6_oGfclXOO9CC6Rd","full-width":"xJDOiJxTt0R_wSl8Ipz_",loading:"q_tVWqMjl39RcY6WtQA6","external-icon":"CDuBjJp_8jxzx5j6Nept"}},4459:()=>{},84813:()=>{},47842:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"star-icon":"cuoSlhSNrqf1dozY22Xb",jetpack:"lAIiifeLMmZAPlQ9n9ZR","checkmark-icon":"JLquNpQVlysAamuh5lJO",socialIcon:"cbOwD8Y4tFjwimmtchQI",bluesky:"aLWBKY0yRghEk7tNCgK3",facebook:"aHOlEBGD5EA8NKRw3xTw",instagram:"cL3m0xBYTYhIKI7lCqDB",twitter:"af4Y_zItXvLAOEoSDPSv",linkedin:"f68aqF3XSD1OBvXR1get",tumblr:"xFI0dt3UiXRlRQdqPWkx",google:"q7JEoyymveP6kF747M43",mastodon:"DKOBOTVmTLbh26gUH_73",nextdoor:"n5XodNsuMfMAAvqHFmbw",whatsapp:"fftumuc_lJ6v0tq4UMVR",threads:"inzgC27qxdt7hSdhTWRI"}},59053:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={sm:"(max-width: 599px)",md:"(min-width: 600px) and (max-width: 959px)",lg:"(min-width: 960px)"}},47876:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={placeholder:"NisihrgiIKl_knpYJtfg",pulse:"R2i0K45dEF157drbVRPI"}},16024:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={container:"VHYulMcpzbr10HWR0iSE","icon-wrapper":"FGpSkMCiIHQjszcV0dbn","close-button":"KoWZcCwhW13xvkEb0QON","main-content":"smrfczkC53EaFM8OJUXs",title:"IKYRWoPwt9xOVEx1wzNS","action-bar":"qM0qY6mPYp1MPN54A3Kg","is-error":"A5YkDkkXuiYgavrY6Nux",icon:"y_IPyP1wIAOhyNaqvXJq","is-warning":"cT5rwuPMZzWvi5o6shMl","is-info":"yo0O3uvNomPsYUXFCpAS","is-success":"oZdDFf1jBLkzn5ICCC6x"}},85335:()=>{},22073:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={reset:"WQVtrU6q0L1Igcj7wCrQ","headline-medium":"UujoBFTnQNY2cWU2SIsH","headline-small":"TeGO5V_thHw5lDAm1_2M","headline-small-regular":"WolQzb2MsSgiNmLtc7_j","title-medium":"hUB0JT8p1T2Hw28N6qC8","title-medium-semi-bold":"gKZWDv5chz3_O3Syp74H","title-small":"zY2No8Ga4b8shbOQGhnv",body:"tIj0D1t8Cc892ikmgFPZ","body-small":"KdcN0BnOaVeVhyLRKqhS","body-extra-small":"dso3Rh3tl3Xv1GumBktz","body-extra-small-bold":"mQ1UlbN9u4Mg9byO8m7v",label:"PItlW5vRExLnTj4a8eLE","m-0":"TwRpPlktzxhmFVeua7P5","mx-0":"zVfqx7gyb3o9mxfGynn1","my-0":"iSHVzNiB9iVleGljaQxy","mt-0":"xqDIp6cNVr_E6RXaiPyD","mr-0":"S8EwaXk1kyPizt6x4WH2","mb-0":"ODX5Vr1TARoLFkDDFooD","ml-0":"cphJ8dCpfimnky7P2FHg","m-1":"PFgIhNxIyiSuNvQjAIYj","mx-1":"M2jKmUzDxvJjjVEPU3zn","my-1":"io15gAh8tMTNbSEfwJKk","mt-1":"rcTN5uw9xIEeMEGL3Xi_","mr-1":"CQSkybjq2TcRM1Xo9COV","mb-1":"hfqOWgq6_MEGdFE82eOY","ml-1":"I8MxZQYTbuu595yfesWA","m-2":"kQkc6rmdpvLKPkyoJtVQ","mx-2":"j6vFPxWuu4Jan2ldoxpp","my-2":"hqr39dC4H_AbactPAkCG","mt-2":"c3dQnMi16C6J6Ecy4283","mr-2":"YNZmHOuRo6hU7zzKfPdP","mb-2":"Db8lbak1_wunpPk8NwKU","ml-2":"ftsYE5J9hLzquQ0tA5dY","m-3":"Det4MHzLUW7EeDnafPzq","mx-3":"h_8EEAztC29Vve1datb5","my-3":"YXIXJ0h1k47u6hzK8KcM","mt-3":"soADBBkcIKCBXzCTuV9_","mr-3":"zSX59ziEaEWGjnpZa4uV","mb-3":"yrVTnq_WBMbejg89c2ZQ","ml-3":"UKtHPJnI2cXBWtPDm5hM","m-4":"guexok_Tqd5Tf52hRlbT","mx-4":"oS1E2KfTBZkJ3F0tN7T6","my-4":"DN1OhhXi6AoBgEdDSbGd","mt-4":"ot2kkMcYHv53hLZ4LSn0","mr-4":"A1krOZZhlQ6Sp8Cy4bly","mb-4":"pkDbXXXL32237M0hokEh","ml-4":"XXv4kDTGvEnQeuGKOPU3","m-5":"yGqHk1a57gaISwkXwXe6","mx-5":"X8cghM358X3DkXLc9aNK","my-5":"GdfSmGwHlFnN2S6xBn1f","mt-5":"yqeuzwyGQ7zG0avrGqi_","mr-5":"g9emeCkuHvYhveiJbfXO","mb-5":"Lvk3dqcyHbZ07QCRlrUQ","ml-5":"r3yQECDQ9qX0XZzXlVAg","m-6":"aQhlPwht2Cz1X_63Miw0","mx-6":"JyHb0vK3wJgpblL9s5j8","my-6":"cY2gULL1lAv6WPNIRuf3","mt-6":"NBWQ9Lwhh_fnry3lg_p7","mr-6":"yIOniNe5E40C8fWvBm5V","mb-6":"t30usboNSyqfQWIwHvT3","ml-6":"Nm_TyFkYCMhOoghoToKJ","m-7":"C4qJKoBXpgKtpmrqtEKB","mx-7":"S93Srbu6NQ_PBr7DmTiD","my-7":"fJj8k6gGJDks3crUZxOS","mt-7":"cW6D6djs7Ppm7fD7TeoV","mr-7":"DuCnqNfcxcP3Z__Yo5Ro","mb-7":"im8407m2fw5vOg7O2zsw","ml-7":"G0fbeBgvz2sh3uTP9gNl","m-8":"kvW3sBCxRxUqz1jrVMJl","mx-8":"tOjEqjLONQdkiYx_XRnw","my-8":"op5hFSx318zgxsoZZNLN","mt-8":"c9WfNHP6TFKWIfLxv52J","mr-8":"sBA75QqcqRwwYSHJh2wc","mb-8":"GpL6idrXmSOM6jB8Ohsf","ml-8":"HbtWJoQwpgGycz8dGzeT","p-0":"uxX3khU88VQ_Ah49Ejsa","px-0":"KX0FhpBKwKzs9fOUdbNz","py-0":"PfK8vKDyN32dnimlzYjz","pt-0":"emxLHRjQuJsImnPbQIzE","pr-0":"kJ8WzlpTVgdViXt8ukP9","pb-0":"tg_UIUI11VBzrTAn2AzJ","pl-0":"uczvl8kaz84oPQJ2DB2R","p-1":"o7UHPcdVK3lt7q3lqV4o","px-1":"IDqEOxvDoYrFYxELPmtX","py-1":"DdywPW2qSYlu2pt8tpO2","pt-1":"npy3hw4A5QSkDicb2CJJ","pr-1":"LgbptTApNY5NwLQvEFAt","pb-1":"WZQy2SZuZso59bUsXXyl","pl-1":"o331apInxNunbYB3SfPE","p-2":"fMPIyD9Vqki1Lrc_yJnG","px-2":"i2pMcTcdrr10IQoiSm_L","py-2":"eA702gn32kwptiI1obXH","pt-2":"o9bGieUKcYc8o0Ij9oZX","pr-2":"SwZcFez1RDqWsOFjB5iG","pb-2":"eHpLc_idmuEqeqCTvqkN","pl-2":"vU39i2B4P1fUTMB2l6Vo","p-3":"JHWNzBnE29awhdu5BEh1","px-3":"X72lGbb56L3KFzC2xQ9N","py-3":"BzfNhRG8wXdCEB5ocQ6e","pt-3":"srV0KSDC83a2fiimSMMQ","pr-3":"lUWfkmbQjCskhcNwkyCm","pb-3":"Ts0dIlc3aTSL7V4cIHis","pl-3":"CzlqQXXhX6MvorArFZ8B","p-4":"TqMPkQtR_DdZuKb5vBoV","px-4":"a7UrjhI69Vetlcj9ZVzz","py-4":"StEhBzGs2Gi5dDEkjhAv","pt-4":"FGneZfZyvYrt1dG0zcnm","pr-4":"APEH216rpdlJWgD2fHc8","pb-4":"oGwXC3ohCic9XnAj6x69","pl-4":"U6gnT9y42ViPNOcNzBwb","p-5":"IpdRLBwnHqbqFrixgbYC","px-5":"HgNeXvkBa9o3bQ5fvFZm","py-5":"tJtFZM3XfPG9v9TSDfN1","pt-5":"PdifHW45QeXYfK568uD8","pr-5":"mbLkWTTZ0Za_BBbFZ5b2","pb-5":"vVWpZpLlWrkTt0hMk8XU","pl-5":"RxfaJj5a1Nt6IavEo5Zl","p-6":"SppJULDGdnOGcjZNCYBy","px-6":"palY2nLwdoyooPUm9Hhk","py-6":"WYw1JvZC0ppLdvSAPhr_","pt-6":"YEEJ9b90ueQaPfiU8aeN","pr-6":"QE0ssnsKvWJMqlhPbY5u","pb-6":"n8yA3jHlMRyLd5UIfoND","pl-6":"tXHmxYnHzbwtfxEaG51n","p-7":"kBTsPKkO_3g_tLkj77Um","px-7":"RyhrFx6Y1FGDrGAAyaxm","py-7":"CBwRpB0bDN3iEdQPPMJO","pt-7":"vQVSq6SvWKbOMu6r4H6b","pr-7":"oBy5__aEADMsH46mrgFX","pb-7":"KVEXoJqf1s92j0JMdNmN","pl-7":"ZMXGNrNaKW3k_3TLz0Fq","p-8":"tuiR9PhkHXhGyEgzRZRI","px-8":"U7454qyWkQNa2iaSJziu","py-8":"VLYIv2GVocjuN93e8HC8","pt-8":"X1rm9DQ1zLGLfogja5Gn","pr-8":"JS7G6kAuqJo5GIuF8S5t","pb-8":"Y8F9ga1TDCMbM1lj4gUz","pl-8":"AJuyNGrI63BOWql719H8"}},25196:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={global:"_fUXxnSp5pagKBp9gSN7"}},85605:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"O5Go3eBOBqWlXy7fX0su","connection-name":"fgQ4OdnJ1svMwDnOKu2H","profile-link":"ArQoWnNoP4okGpEbxF6b",confirmDialog:"QsEfjoVyfc0gVACXTvUM","mark-shared-wrap":"eCH_xkiqbqL0UkJjU_1p","connection-panel":"J2Rz6Qb6mWPyJDF0yoqw","connection-list":"fXYYdRkn3LXtN9YH3354","connection-list-item":"LaK9P7Nfi4ZBH0NhtbSs","connection-item":"tI3FtttoJPuF9AJzCAMv","connection-item-name":"msoMjBB_4Uq5qpRgobsH","learn-more":"RjMLptH6v03AX5ABWBp3","connection-name-wrapper":"z5Do97zRnujyW3Oj0pPJ"}},49514:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"connection-container":"KQcQQLxH5fI08DfOlKwL"}},71016:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"connections-list":"Ua6eKcnk_tQQpFlgXMSn","components-notice":"SHqrIEguRfCILRHPyxE9","more-link":"ejyuBjiLmHz_UTFmBnjA","change-settings-button":"smqXe_da1eoP4Agql_Cs","enhanced-features-nudge":"eQZwqSCI_uVWrJ2jIRUA","enabled-connections-notice":"O_ZghPCUG7291iVsp1wx","no-connections-text":"nrOxj0JeSCWwCB4oaR94","broken-connection-btn":"Jxra4242dPPaUy28mM8H","broken-connection-service":"amoEz9VXiwF3eyLxTbOA","broken-connection":"irsbCLZJNayrJ0g_joAn","settings-button":"lIKYDl6xVVtMbvcUDrrn"}},60548:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={container:"OWstrHF6QZdaosKs0b6j",hidden:"HJMFrbZ0khdkKKkocrIK"}},18973:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={confirmation:"udAWaza1u34TkmZZUPq4","header-text":"JsO4jFxFAKjG6Go62bZF",form:"SeoSfJ6eII9O0PiDkl5g","accounts-list":"M6POQFFbhswwolN6D9VN","account-input":"Sk_WQxS97yTokR_rM3Ci","account-label":"CRjatFVv3dQMjG9_Vmjj","submit-wrap":"re3HrL6GJa59uqDgx771","profile-pic":"jPB4ApiYyEswu6AKKJqk","account-info":"JhIphWt8e2X_ee0l7KEZ"}},73842:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={modal:"Mu_jAq5ZcYDM1kmBbxcs","connect-form":"foAsC5GlXOWEzACnxT_P",small:"_7PKKGx44v2H9dJbUltFw","manual-share":"IGOk1gMf5SKkfOKyF7Xc"}},27681:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"pp_WJTHlGIX9bcHCLxJh",title:"IzRyqrcpwjKRBJKEtECz"}},97671:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"preview-wrapper":"cZuW54OEuUN9yvuE_rNU","preview-image":"vCs0BOExDMOystFhG2wa",container:"sKpch49QzrpontC0DvF7",subtitle:"vOO47kVjHn7i63fQ0bx0",preview:"ziE_jq4PmQmGBedGskf_",remove:"qqGj0rmSJvZs9dyr0u_I","remove-loading":"TJGgifcTHqUtknPqVQpH"}},35270:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"f92zWdEJJIwBvwH5rRzn",disabled:"rBTOWyeewE4VxAqYgjoI","preview-wrapper":"PykCvaqoL7AIDzVKJAtg",notice:"SSMDWFYkP44va5KqPpTP",subtitle:"Q21myqk1zOYB3IH8YuEq","learn-more":"RoerAwwhu_PqirHlSJPz"}},93794:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={notice:"ptn8jt555LOvMXWaoLxs","notice--default":"IVzciZv5S5E8XgR5EsLp","notice--highlight":"OpbDsm3F65Z4K5Bz43cz","notice--warning":"dlrSwB0tyuf1TYcypDec","notice--error":"hkpqil8E11PObwu7TVU2",content:"AeqtA3GRe7sFjKaC9SqL",dismiss:"IArBTmNL2K4du5WPBUhg",actions:"T7E2eJJN4qjwPpv3mcjV"}},87170:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={panel:"U_WW2qLSQA71SJYyITOq"}},5780:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={description:"D8uyjb_rjCf4HTMT0mj0"}},55387:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"loading-block":"dCsa7WNQhT_7RhRkZih1","loading-text":"VotVfPmHNdU_xItAWEKQ"}},61420:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"dhja1sVSpDACLZ6k4sBy"}},76445:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={prompt:"CW7R8fRQqVKfyXFYiNWR",buttons:"n34j0qWq2EZzYl1jAiej",button:"aIuCL8MdydCJGcrOqp4x",header:"qegtnlYWDc3UnIGPRlQb"}},42475:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={services:"SbpyhN5jnda8H868J3rX","service-list-item":"ONeewrk3aNC1gYJebq7K","service-item":"RoTxOeGFqAwk3pXUZpvF","service-item-info":"AjlYaYB_xi9ciXXCqHIJ","service-basics":"kdYli5nS3b46T57Ih5TQ",heading:"ci8T5eNe1rggYILce596",badges:"W6mPdl5wGQlXfp1hYSK0",badge:"QbcyaAVqz3U_2xlIOZCw",title:"fXvUC1jZNUXR7RSrIylI",description:"d22_aeSA1etqpnckP_Mr",actions:"ddhaNmGMqOySRjR_TtqJ","learn-more":"nnSF_IK4vYviTlCOzPrg","service-panel":"u17AiTny2Jbh35JFAUYw","connect-form-wrapper":"U_Z9JvOsEQ6BtkH9P1IQ","active-connection":"MyXskAb4aXwO7zitR97z","broken-connection-alert":"hMntEpO6BV5B11lyAitv","service-connection-list":"Y_4JpLfOnXVZKvEs179H","example-wrapper":"jdahJvXCrCw0hA5NP3D3",small:"LLeYGX7Owy6gmpNW88VV","service-connection":"EdjyE9tVLH6lWMoB9z3M","connection-details":"EQQHwkVXRn0caD6J7LqV","profile-pic":"vvlyiVm67wUWF9NhpMA4",disconnect:"zqX6xk8KCGK1_qbYKqY5","connect-form":"fNeO_MZFp7cPkgtCdkAF","connect-button":"zK8sijAMFNs2m6WRAoi4","mark-shared-wrap":"zLobzkXnF6jHxNvkfz5_"}},99811:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"share-buttons":"JUeclE9CucaXRlTL5K9H",x:"rhyZKz4FQtFOFAMwLgLj",whatsapp:"DDRhGoqXUOM6Jug54nEB",facebook:"h57Cabo4jn8Ke77_DLOX",clipboard:"tvNWJpaNzPro4QaItBae",vertical:"p_VTpBCFklSkcb0iiD0K",container:"DyIAUIn_2bkciyB_XtgH",label:"Lx8xScOApJmJdhJF9JWd"}},14150:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"trigger-wrapper":"kyLdsnatoC0HbIDJQm9S",wrapper:"Syp1HH254tFVzcFG2Zh2",spinner:"TqhtumZm_qrPdnAiAWk1",modal:"YABlqQXOGnawHFcJa7zT","share-item-name-wrapper":"vEA7jwVDDYmYUaVhX9QR","share-item-name":"AsH9JOuWehE027IlR7Y2","share-status-wrapper":"hvN5L4O60W8ftCvW1gRX","share-status-success":"aF8rESnbAc_uQUN0H3py","share-status-failure":"mfUKWd8ZvydeEyWeKhJ2","share-status-label":"pvVeQhJ9oNx0CFoHYEit","share-status-icon-tooltip":"fXQtkkrybB5DooWXxt67","share-status-icon":"bJAz31xuwL_vO4V97YfM","dataview-wrapper":"eYjvcy4kG7GH44dIVLYO","connection-name":"Zr_Eo4TmHx_X7UFoJcuM","retry-wrapper":"csen0rABejxv4X3l1cx5"}},53744:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={templateControl:"tfWupx32Rn5hHqVjTzui",customText:"qu9UsV1EEFeFxhU3Wgt5",mediaPicker:"nZhgKYFn6MQoIDGcKrUG"}},88375:()=>{"use strict"},52002:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={templates:"m9360_cMWKFHTNk9xpNz",template:"j4EvSJfKIJLGEIAETiEY","template--active":"dQb3Zpl0puk4V6ezZslo"}},47944:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={panel:"nOZgE6dP_guav2888GAK",modal:"jxndagXCphEhzYfnjHMZ","modal-content":"na9tpJVboVaxVNabSRsr","close-button":"VxWWpt730pSzZCEVjxA3","settings-header":"z14EiGfFuQwKazBW3LpF","settings-section":"LAWYmJPODB8LgzQMzsyx","settings-content":"vVbLRydJFLCVa49hSz83","preview-section":"uw1atyZ2fcJoKjwf6SZW","preview-content":"meKppCUznQhlkjwZuS6G","disabled-tab":"HS7f47n0w2xUqa4wQkwX","modal-description":"dKXzdVKZ7LYvSmUVrl26"}},95051:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"publicize-notice":"__nV49on4_ijaV8Brnsw","components-notice":"zZ3Pu7E87XyYIdPR2WTt","components-button":"fLC8AaLf3xcKaoJ4Opax"}},76794:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"sP1aklNMfj7lCDxuhWaq",progress:"a6tcXi51GAewl3qx0AVi",duration:"uFtCCGeycoI94JbCnJh8"}},54746:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"h2NGkiVs1r1nf85LtJpF","conversion-notice":"k3Apzwo3v9n0IaHbB8tf"}},44997:e=>{var t=1e3,n=60*t,a=60*n,r=24*a,s=7*r,o=365.25*r;function i(e,t,n,a){var r=t>=1.5*n;return Math.round(e/n)+" "+a+(r?"s":"")}e.exports=function(e,l){l=l||{};var c=typeof e;if("string"===c&&e.length>0)return function(e){if((e=String(e)).length>100)return;var i=/^(-?(?:\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(!i)return;var l=parseFloat(i[1]);switch((i[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return l*o;case"weeks":case"week":case"w":return l*s;case"days":case"day":case"d":return l*r;case"hours":case"hour":case"hrs":case"hr":case"h":return l*a;case"minutes":case"minute":case"mins":case"min":case"m":return l*n;case"seconds":case"second":case"secs":case"sec":case"s":return l*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return l;default:return}}(e);if("number"===c&&isFinite(e))return l.long?function(e){var s=Math.abs(e);if(s>=r)return i(e,s,r,"day");if(s>=a)return i(e,s,a,"hour");if(s>=n)return i(e,s,n,"minute");if(s>=t)return i(e,s,t,"second");return e+" ms"}(e):function(e){var s=Math.abs(e);if(s>=r)return Math.round(e/r)+"d";if(s>=a)return Math.round(e/a)+"h";if(s>=n)return Math.round(e/n)+"m";if(s>=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))}},2532:(e,t,n)=>{"use strict";n.d(t,{W:()=>o});var a=n(25700),r=[/([a-z0-9])([A-Z])/g,/([A-Z])([A-Z][a-z])/g],s=/[^A-Z0-9]+/gi;function o(e,t){void 0===t&&(t={});for(var n=t.splitRegexp,o=void 0===n?r:n,l=t.stripRegexp,c=void 0===l?s:l,u=t.transform,d=void 0===u?a.g:u,p=t.delimiter,m=void 0===p?" ":p,g=i(i(e,o,"$1\0$2"),c,"\0"),A=0,h=g.length;"\0"===g.charAt(A);)A++;for(;"\0"===g.charAt(h-1);)h--;return g.slice(A,h).split("\0").map(d).join(m)}function i(e,t,n){return t instanceof RegExp?e.replace(t,n):t.reduce((function(e,t){return e.replace(t,n)}),e)}},68530:(e,t,n)=>{"use strict";var a=n(10961);e.exports=function(e,t){var n=this;return a(n.data,e,n.data[t]||r,n),n};var r=[]},35479:(e,t,n)=>{"use strict";var a=n(75466);e.exports=function(e){return Boolean(a(this,e))}},49897:(e,t,n)=>{"use strict";var a=n(74424);e.exports=function(e){var t,n,r,s,o=this,i=-1;a(e,o,o.data);for(;++i{"use strict";var a=n(58314),r=n(58496);e.exports=o;var s=o.prototype;function o(e,t){var n,s=-1;if(!(this instanceof o))return new o(e,t);if("string"==typeof e||a(e)?("string"==typeof t||a(t))&&(n=[{dic:t}]):e&&("length"in e?(n=e,e=e[0]&&e[0].aff):(e.dic&&(n=[e]),e=e.aff)),!e)throw new Error("Missing `aff` in dictionary");if(e=r(e),this.data=Object.create(null),this.compoundRuleCodes=e.compoundRuleCodes,this.replacementTable=e.replacementTable,this.conversion=e.conversion,this.compoundRules=e.compoundRules,this.rules=e.rules,this.flags=e.flags,n)for(;++s{"use strict";e.exports=function(e){var t,n,a,r,s=this,o=e.toString("utf8").split("\n"),i=-1;void 0===s.flags.FORBIDDENWORD&&(s.flags.FORBIDDENWORD=!1);r=s.flags.FORBIDDENWORD;for(;++i{"use strict";e.exports=function(e){return delete this.data[e],this}},92347:(e,t,n)=>{"use strict";var a=n(75466),r=n(91534);e.exports=function(e){var t=this,n=a(t,e,!0);return{correct:t.correct(e),forbidden:Boolean(n&&r(t.flags,"FORBIDDENWORD",t.data[n])),warn:Boolean(n&&r(t.flags,"WARN",t.data[n]))}}},98559:(e,t,n)=>{"use strict";var a=n(41455),r=n(92545),s=n(91534),o=n(75466);e.exports=function(e){var t,n,s,o,c,u,d,p,m,g,A,h,E,f,b,v,C,k,y,B,w,_,I,x,j,S=this,Q={},N=[],R={},T=[];if(!(e=r(e.trim(),S.conversion.in))||S.correct(e))return[];j=a(e),o=-1;for(;++o-1;)T.push(e.replace(n[0],n[1])),c=e.indexOf(n[0],c+1);o=-1;for(;++oR[t]?-1:1}(e,t)||function(e,t){var n=a(e),r=a(t);return n===r?0:n===j?-1:r===j?1:void 0}(e,t)||function(e,t){return e.localeCompare(t)}(e,t)})),s=[],I=[],o=-1;for(;++o{"use strict";var a=n(77598);e.exports=function(e,t,n,o){var i,l,c,u,d,p,m,g=-1;(!("NEEDAFFIX"in o.flags)||n.indexOf(o.flags.NEEDAFFIX)<0)&&function(e,t,n){var a=e[t];t in e?a===s?e[t]=n.concat():r.apply(a,n):e[t]=n.concat()}(e,t,n);for(;++g{"use strict";var a=n(73509);e.exports=function(e){var t,n,u,d,p,m,g,A,h,E,f,b,v=Object.create(null),C=Object.create(null),k=Object.create(null),y=[],B={in:[],out:[]},w=[],_=e.toString("utf8"),I=[],x=0,j=_.indexOf("\n");k.KEY=[];for(;j>-1;)S(_.slice(x,j)),x=j+1,j=_.indexOf("\n",x);S(_.slice(x)),j=-1;for(;++j{"use strict";e.exports=function e(t,n,a,r){var s,o,i,l,c,u=-1;for(;++u{"use strict";function t(e){return e===e.toLowerCase()?"l":e===e.toUpperCase()?"u":null}e.exports=function(e){var n=t(e.charAt(0)),a=e.slice(1);if(!a)return n;if(a=t(a),n===a)return n;if("u"===n&&"l"===a)return"s";return null}},74424:(e,t,n)=>{"use strict";var a=n(73509),r=n(10961);e.exports=function(e,t,n){var a=e.toString("utf8"),r=a.indexOf("\n")+1,s=a.indexOf("\n",r);for(;s>-1;)9!==a.charCodeAt(r)&&o(a.slice(r,s),t,n),r=s+1,s=a.indexOf("\n",r);o(a.slice(r),t,n)};var s=/\s/g;function o(e,t,n){for(var o,i,l=e.indexOf("/"),c=e.indexOf("#"),u="";l>-1&&92===e.charCodeAt(l-1);)l=(e=e.slice(0,l-1)+e.slice(l)).indexOf("/",l);c>-1?l>-1&&l-1?(o=e.slice(0,l),u=e.slice(l+1)):o=e,(o=o.trim())&&r(n,o,a(t.flags,u.trim()),t)}},81277:(e,t,n)=>{"use strict";var a=n(91534);e.exports=function(e,t){var n=-1;if(e.data[t])return!a(e.flags,"ONLYINCOMPOUND",e.data[t]);if(t.length>=e.flags.COMPOUNDMIN)for(;++n{"use strict";e.exports=function(e,t,n){return n&&t in e&&n.indexOf(e[t])>-1}},75466:(e,t,n)=>{"use strict";var a=n(92545),r=n(81277),s=n(91534);function o(e,t,n){return s(e,"KEEPCASE",t)||n||s(e,"FORBIDDENWORD",t)}e.exports=function(e,t,n){var i,l=t.trim();if(!l)return null;if(l=a(l,e.conversion.in),r(e,l))return!n&&s(e.flags,"FORBIDDENWORD",e.data[l])?null:l;if(l.toUpperCase()===l){if(i=l.charAt(0)+l.slice(1).toLowerCase(),o(e.flags,e.data[i],n))return null;if(r(e,i))return i}if((i=l.toLowerCase())!==l){if(o(e.flags,e.data[i],n))return null;if(r(e,i))return i}return null}},92545:e=>{"use strict";e.exports=function(e,t){var n=-1;for(;++n{"use strict";e.exports=function(e,n){var a,r=0;if(!n)return t;if("long"===e.FLAG){for(a=new Array(Math.ceil(n.length/2));r{"use strict";e.exports=function(){return this.flags.WORDCHARS||null}},74572:(e,t,n)=>{"use strict";n.d(t,{c:()=>s});var a=n(54715),r=n(19382);function s(e,t){return void 0===t&&(t={}),(0,r.a)(e,(0,a.Cl)({delimiter:"-"},t))}},82769:(e,t,n)=>{"use strict";n.d(t,{$7:()=>o,fL:()=>i,l3:()=>s});var a=n(54715),r=n(2532);function s(e,t){var n=e.charAt(0),a=e.substr(1).toLowerCase();return t>0&&n>="0"&&n<="9"?"_"+n+a:""+n.toUpperCase()+a}function o(e){return e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()}function i(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:"",transform:s},t))}},70320:(e,t,n)=>{"use strict";n.d(t,{y:()=>s});var a=n(54715),r=n(19382);function s(e,t){return void 0===t&&(t={}),(0,r.a)(e,(0,a.Cl)({delimiter:"/"},t))}},14936:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(87399),r=n.n(a),s=n(11264),o=n.n(s),i=n(10067),l=n.n(i)()("photon"),c={width:"w",height:"h",letterboxing:"lb",removeLetterboxing:"ulb"},u="__domain__.invalid",d="http://".concat(u),p="https://i0.wp.com";function m(e,t){var n;try{n=new URL(e,d)}catch(e){return null}var a,s,i,m,g,A="https:"===n.protocol,h=new URL(p);if(g=n.host,/^i[0-2]\.wp\.com$/.test(g))h.pathname=n.pathname,h.hostname=n.hostname;else{if(n.search)return null;var E=n.href.replace("".concat(n.protocol,"/"),"");"blob:"===n.protocol&&(E=n.pathname.replace("://","//")),n.hostname===u&&(E=n.pathname),h.pathname=E,h.hostname=(a=E,s=r()(a),i=o()(s),m="i"+Math.floor(3*i()),l('determined server "%s" to use with "%s"',m,a),m+".wp.com"),A&&h.searchParams.set("ssl",1)}if(t)for(var f in t)"host"!==f&&"hostname"!==f?"secure"!==f||t[f]?h.searchParams.set(c[f]||f,t[f]):h.protocol="http:":h.hostname=t[f];return l("generated Photon URL: %s",h.href),h.href}},15762:(e,t,n)=>{"use strict";var a=n(53761);function r(){}function s(){}s.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,s,o){if(o!==a){var i=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 i.name="Invariant Violation",i}}function t(){return e}e.isRequired=e;var n={array:e,bigint: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:s,resetWarningCache:r};return n.PropTypes=n,n}},28120:(e,t,n)=>{e.exports=n(15762)()},53761:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},87072:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>f});const a=2147483647,r=36,s=/^xn--/,o=/[^\0-\x7F]/,i=/[\x2E\u3002\uFF0E\uFF61]/g,l={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},c=Math.floor,u=String.fromCharCode;function d(e){throw new RangeError(l[e])}function p(e,t){const n=e.split("@");let a="";n.length>1&&(a=n[0]+"@",e=n[1]);const r=function(e,t){const n=[];let a=e.length;for(;a--;)n[a]=t(e[a]);return n}((e=e.replace(i,".")).split("."),t).join(".");return a+r}function m(e){const t=[];let n=0;const a=e.length;for(;n=55296&&r<=56319&&n>1,e+=c(e/t);e>455;a+=r)e=c(e/35);return c(a+36*e/(e+38))},h=function(e){const t=[],n=e.length;let s=0,o=128,i=72,l=e.lastIndexOf("-");l<0&&(l=0);for(let n=0;n=128&&d("not-basic"),t.push(e.charCodeAt(n));for(let p=l>0?l+1:0;p=n&&d("invalid-input");const l=(u=e.charCodeAt(p++))>=48&&u<58?u-48+26:u>=65&&u<91?u-65:u>=97&&u<123?u-97:r;l>=r&&d("invalid-input"),l>c((a-s)/t)&&d("overflow"),s+=l*t;const m=o<=i?1:o>=i+26?26:o-i;if(lc(a/g)&&d("overflow"),t*=g}const m=t.length+1;i=A(s-l,m,0==l),c(s/m)>a-o&&d("overflow"),o+=c(s/m),s%=m,t.splice(s++,0,o)}var u;return String.fromCodePoint(...t)},E=function(e){const t=[],n=(e=m(e)).length;let s=128,o=0,i=72;for(const n of e)n<128&&t.push(u(n));const l=t.length;let p=l;for(l&&t.push("-");p=s&&tc((a-o)/m)&&d("overflow"),o+=(n-s)*m,s=n;for(const n of e)if(na&&d("overflow"),n===s){let e=o;for(let n=r;;n+=r){const a=n<=i?1:n>=i+26?26:n-i;if(eString.fromCodePoint(...e)},decode:h,encode:E,toASCII:function(e){return p(e,(function(e){return o.test(e)?"xn--"+E(e):e}))},toUnicode:function(e){return p(e,(function(e){return s.test(e)?h(e.slice(4).toLowerCase()):e}))}}},21782:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>x});var a,r=n(51609),s=n.n(r),o=Object.defineProperty,i=Object.getOwnPropertySymbols,l=Object.prototype.hasOwnProperty,c=Object.prototype.propertyIsEnumerable,u=(e,t,n)=>t in e?o(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,d=(e,t)=>{for(var n in t||(t={}))l.call(t,n)&&u(e,n,t[n]);if(i)for(var n of i(t))c.call(t,n)&&u(e,n,t[n]);return e},p=(e,t)=>{var n={};for(var a in e)l.call(e,a)&&t.indexOf(a)<0&&(n[a]=e[a]);if(null!=e&&i)for(var a of i(e))t.indexOf(a)<0&&c.call(e,a)&&(n[a]=e[a]);return n};(e=>{const t=class{constructor(e,n,a,r){if(this.version=e,this.errorCorrectionLevel=n,this.modules=[],this.isFunction=[],et.MAX_VERSION)throw new RangeError("Version value out of range");if(r<-1||r>7)throw new RangeError("Mask value out of range");this.size=4*e+17;let o=[];for(let e=0;e7)throw new RangeError("Invalid value");let u,d;for(u=r;;u++){const a=8*t.getNumDataCodewords(u,n),r=i.getTotalBits(e,u);if(r<=a){d=r;break}if(u>=o)throw new RangeError("Data too long")}for(const e of[t.Ecc.MEDIUM,t.Ecc.QUARTILE,t.Ecc.HIGH])c&&d<=8*t.getNumDataCodewords(u,e)&&(n=e);let p=[];for(const t of e){a(t.mode.modeBits,4,p),a(t.numChars,t.mode.numCharCountBits(u),p);for(const e of t.getData())p.push(e)}s(p.length==d);const m=8*t.getNumDataCodewords(u,n);s(p.length<=m),a(0,Math.min(4,m-p.length),p),a(0,(8-p.length%8)%8,p),s(p.length%8==0);for(let e=236;p.lengthg[t>>>3]|=e<<7-(7&t))),new t(u,n,g,l)}getModule(e,t){return 0<=e&&e>>9);const a=21522^(t<<10|n);s(a>>>15==0);for(let e=0;e<=5;e++)this.setFunctionModule(8,e,r(a,e));this.setFunctionModule(8,7,r(a,6)),this.setFunctionModule(8,8,r(a,7)),this.setFunctionModule(7,8,r(a,8));for(let e=9;e<15;e++)this.setFunctionModule(14-e,8,r(a,e));for(let e=0;e<8;e++)this.setFunctionModule(this.size-1-e,8,r(a,e));for(let e=8;e<15;e++)this.setFunctionModule(8,this.size-15+e,r(a,e));this.setFunctionModule(8,this.size-8,!0)}drawVersion(){if(this.version<7)return;let e=this.version;for(let t=0;t<12;t++)e=e<<1^7973*(e>>>11);const t=this.version<<12|e;s(t>>>18==0);for(let e=0;e<18;e++){const n=r(t,e),a=this.size-11+e%3,s=Math.floor(e/3);this.setFunctionModule(a,s,n),this.setFunctionModule(s,a,n)}}drawFinderPattern(e,t){for(let n=-4;n<=4;n++)for(let a=-4;a<=4;a++){const r=Math.max(Math.abs(a),Math.abs(n)),s=e+a,o=t+n;0<=s&&s{(e!=c-o||n>=l)&&p.push(t[e])}));return s(p.length==i),p}drawCodewords(e){if(e.length!=Math.floor(t.getNumRawDataModules(this.version)/8))throw new RangeError("Invalid argument");let n=0;for(let t=this.size-1;t>=1;t-=2){6==t&&(t=5);for(let a=0;a>>3],7-(7&n)),n++)}}s(n==8*e.length)}applyMask(e){if(e<0||e>7)throw new RangeError("Mask value out of range");for(let t=0;t5&&e++):(this.finderPenaltyAddHistory(r,s),a||(e+=this.finderPenaltyCountPatterns(s)*t.PENALTY_N3),a=this.modules[n][o],r=1);e+=this.finderPenaltyTerminateAndCount(a,r,s)*t.PENALTY_N3}for(let n=0;n5&&e++):(this.finderPenaltyAddHistory(r,s),a||(e+=this.finderPenaltyCountPatterns(s)*t.PENALTY_N3),a=this.modules[o][n],r=1);e+=this.finderPenaltyTerminateAndCount(a,r,s)*t.PENALTY_N3}for(let n=0;ne+(t?1:0)),n);const a=this.size*this.size,r=Math.ceil(Math.abs(20*n-10*a)/a)-1;return s(0<=r&&r<=9),e+=r*t.PENALTY_N4,s(0<=e&&e<=2568888),e}getAlignmentPatternPositions(){if(1==this.version)return[];{const e=Math.floor(this.version/7)+2,t=32==this.version?26:2*Math.ceil((4*this.version+4)/(2*e-2));let n=[6];for(let a=this.size-7;n.lengtht.MAX_VERSION)throw new RangeError("Version number out of range");let n=(16*e+128)*e+64;if(e>=2){const t=Math.floor(e/7)+2;n-=(25*t-10)*t-55,e>=7&&(n-=36)}return s(208<=n&&n<=29648),n}static getNumDataCodewords(e,n){return Math.floor(t.getNumRawDataModules(e)/8)-t.ECC_CODEWORDS_PER_BLOCK[n.ordinal][e]*t.NUM_ERROR_CORRECTION_BLOCKS[n.ordinal][e]}static reedSolomonComputeDivisor(e){if(e<1||e>255)throw new RangeError("Degree out of range");let n=[];for(let t=0;t0));for(const r of e){const e=r^a.shift();a.push(0),n.forEach(((n,r)=>a[r]^=t.reedSolomonMultiply(n,e)))}return a}static reedSolomonMultiply(e,t){if(e>>>8!=0||t>>>8!=0)throw new RangeError("Byte out of range");let n=0;for(let a=7;a>=0;a--)n=n<<1^285*(n>>>7),n^=(t>>>a&1)*e;return s(n>>>8==0),n}finderPenaltyCountPatterns(e){const t=e[1];s(t<=3*this.size);const n=t>0&&e[2]==t&&e[3]==3*t&&e[4]==t&&e[5]==t;return(n&&e[0]>=4*t&&e[6]>=t?1:0)+(n&&e[6]>=4*t&&e[0]>=t?1:0)}finderPenaltyTerminateAndCount(e,t,n){return e&&(this.finderPenaltyAddHistory(t,n),t=0),t+=this.size,this.finderPenaltyAddHistory(t,n),this.finderPenaltyCountPatterns(n)}finderPenaltyAddHistory(e,t){0==t[0]&&(e+=this.size),t.pop(),t.unshift(e)}};let n=t;function a(e,t,n){if(t<0||t>31||e>>>t!=0)throw new RangeError("Value out of range");for(let a=t-1;a>=0;a--)n.push(e>>>a&1)}function r(e,t){return!!(e>>>t&1)}function s(e){if(!e)throw new Error("Assertion error")}n.MIN_VERSION=1,n.MAX_VERSION=40,n.PENALTY_N1=3,n.PENALTY_N2=3,n.PENALTY_N3=40,n.PENALTY_N4=10,n.ECC_CODEWORDS_PER_BLOCK=[[-1,7,10,15,20,26,18,20,24,30,18,20,24,26,30,22,24,28,30,28,28,28,28,30,30,26,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,10,16,26,18,24,16,18,22,22,26,30,22,22,24,24,28,28,26,26,26,26,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28],[-1,13,22,18,26,18,24,18,22,20,24,28,26,24,20,30,24,28,28,26,30,28,30,30,30,30,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,17,28,22,16,22,28,26,26,24,28,24,28,22,24,24,30,28,28,26,28,30,24,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]],n.NUM_ERROR_CORRECTION_BLOCKS=[[-1,1,1,1,1,1,2,2,2,2,4,4,4,4,4,6,6,6,6,7,8,8,9,9,10,12,12,12,13,14,15,16,17,18,19,19,20,21,22,24,25],[-1,1,1,1,2,2,4,4,4,5,5,5,8,9,9,10,10,11,13,14,16,17,17,18,20,21,23,25,26,28,29,31,33,35,37,38,40,43,45,47,49],[-1,1,1,2,2,4,4,6,6,8,8,8,10,12,16,12,17,16,18,21,20,23,23,25,27,29,34,34,35,38,40,43,45,48,51,53,56,59,62,65,68],[-1,1,1,2,4,4,4,5,6,8,8,11,11,16,16,18,16,19,21,25,25,25,34,30,32,35,37,40,42,45,48,51,54,57,60,63,66,70,74,77,81]],e.QrCode=n;const o=class{constructor(e,t,n){if(this.mode=e,this.numChars=t,this.bitData=n,t<0)throw new RangeError("Invalid argument");this.bitData=n.slice()}static makeBytes(e){let t=[];for(const n of e)a(n,8,t);return new o(o.Mode.BYTE,e.length,t)}static makeNumeric(e){if(!o.isNumeric(e))throw new RangeError("String contains non-numeric characters");let t=[];for(let n=0;n=1<{let t;(e=>{const t=class{constructor(e,t){this.ordinal=e,this.formatBits=t}};let n=t;n.LOW=new t(0,1),n.MEDIUM=new t(1,0),n.QUARTILE=new t(2,3),n.HIGH=new t(3,2),e.Ecc=n})(t=e.QrCode||(e.QrCode={}))})(a||(a={})),(e=>{let t;(e=>{const t=class{constructor(e,t){this.modeBits=e,this.numBitsCharCount=t}numCharCountBits(e){return this.numBitsCharCount[Math.floor((e+7)/17)]}};let n=t;n.NUMERIC=new t(1,[10,12,14]),n.ALPHANUMERIC=new t(2,[9,11,13]),n.BYTE=new t(4,[8,16,16]),n.KANJI=new t(8,[8,10,12]),n.ECI=new t(7,[0,0,0]),e.Mode=n})(t=e.QrSegment||(e.QrSegment={}))})(a||(a={}));var m=a,g={L:m.QrCode.Ecc.LOW,M:m.QrCode.Ecc.MEDIUM,Q:m.QrCode.Ecc.QUARTILE,H:m.QrCode.Ecc.HIGH},A=128,h="L",E="#FFFFFF",f="#000000",b=!1,v=4,C=.1;function k(e,t=0){const n=[];return e.forEach((function(e,a){let r=null;e.forEach((function(s,o){if(!s&&null!==r)return n.push(`M${r+t} ${a+t}h${o-r}v1H${r+t}z`),void(r=null);if(o!==e.length-1)s&&null===r&&(r=o);else{if(!s)return;null===r?n.push(`M${o+t},${a+t} h1v1H${o+t}z`):n.push(`M${r+t},${a+t} h${o+1-r}v1H${r+t}z`)}}))})),n.join("")}function y(e,t){return e.slice().map(((e,n)=>n=t.y+t.h?e:e.map(((e,n)=>(n=t.x+t.w)&&e))))}function B(e,t,n,a){if(null==a)return null;const r=n?v:0,s=e.length+2*r,o=Math.floor(t*C),i=s/t,l=(a.width||o)*i,c=(a.height||o)*i,u=null==a.x?e.length/2-l/2:a.x*i,d=null==a.y?e.length/2-c/2:a.y*i;let p=null;if(a.excavate){let e=Math.floor(u),t=Math.floor(d);p={x:e,y:t,w:Math.ceil(l+u-e),h:Math.ceil(c+d-t)}}return{x:u,y:d,h:c,w:l,excavation:p}}var w=function(){try{(new Path2D).addPath(new Path2D)}catch(e){return!1}return!0}();function _(e){const t=e,{value:n,size:a=A,level:o=h,bgColor:i=E,fgColor:l=f,includeMargin:c=b,style:u,imageSettings:C}=t,_=p(t,["value","size","level","bgColor","fgColor","includeMargin","style","imageSettings"]),I=null==C?void 0:C.src,x=(0,r.useRef)(null),j=(0,r.useRef)(null),[S,Q]=(0,r.useState)(!1);(0,r.useEffect)((()=>{if(null!=x.current){const e=x.current,t=e.getContext("2d");if(!t)return;let r=m.QrCode.encodeText(n,g[o]).getModules();const s=c?v:0,u=r.length+2*s,d=B(r,a,c,C),p=j.current,A=null!=d&&null!==p&&p.complete&&0!==p.naturalHeight&&0!==p.naturalWidth;A&&null!=d.excavation&&(r=y(r,d.excavation));const h=window.devicePixelRatio||1;e.height=e.width=a*h;const E=a/u*h;t.scale(E,E),t.fillStyle=i,t.fillRect(0,0,u,u),t.fillStyle=l,w?t.fill(new Path2D(k(r,s))):r.forEach((function(e,n){e.forEach((function(e,a){e&&t.fillRect(a+s,n+s,1,1)}))})),A&&t.drawImage(p,d.x+s,d.y+s,d.w,d.h)}})),(0,r.useEffect)((()=>{Q(!1)}),[I]);const N=d({height:a,width:a},u);let R=null;return null!=I&&(R=s().createElement("img",{src:I,key:I,style:{display:"none"},onLoad:()=>{Q(!0)},ref:j})),s().createElement(s().Fragment,null,s().createElement("canvas",d({style:N,height:a,width:a,ref:x},_)),R)}function I(e){const t=e,{value:n,size:a=A,level:r=h,bgColor:o=E,fgColor:i=f,includeMargin:l=b,imageSettings:c}=t,u=p(t,["value","size","level","bgColor","fgColor","includeMargin","imageSettings"]);let C=m.QrCode.encodeText(n,g[r]).getModules();const w=l?v:0,_=C.length+2*w,I=B(C,a,l,c);let x=null;null!=c&&null!=I&&(null!=I.excavation&&(C=y(C,I.excavation)),x=s().createElement("image",{xlinkHref:c.src,height:I.h,width:I.w,x:I.x+w,y:I.y+w,preserveAspectRatio:"none"}));const j=k(C,w);return s().createElement("svg",d({height:a,width:a,viewBox:`0 0 ${_} ${_}`},u),s().createElement("path",{fill:o,d:`M0,0 h${_}v${_}H0z`,shapeRendering:"crispEdges"}),s().createElement("path",{fill:i,d:j,shapeRendering:"crispEdges"}),x)}var x=e=>{const t=e,{renderAs:n}=t,a=p(t,["renderAs"]);return"svg"===n?s().createElement(I,d({},a)):s().createElement(_,d({},a))}},24588:(e,t)=>{"use strict";var n=Object.prototype.hasOwnProperty;function a(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(e){return null}}function r(e){try{return encodeURIComponent(e)}catch(e){return null}}t.stringify=function(e,t){t=t||"";var a,s,o=[];for(s in"string"!=typeof t&&(t="?"),e)if(n.call(e,s)){if((a=e[s])||null!=a&&!isNaN(a)||(a=""),s=r(s),a=r(a),null===s||null===a)continue;o.push(s+"="+a)}return o.length?t+o.join("&"):""},t.parse=function(e){for(var t,n=/([^=?#&]+)=?([^&]*)/g,r={};t=n.exec(e);){var s=a(t[1]),o=a(t[2]);null===s||null===o||s in r||(r[s]=o)}return r}},18950:(e,t,n)=>{"use strict";var a=n(75795);t.createRoot=a.createRoot,t.hydrateRoot=a.hydrateRoot},86212:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(51609),r=n(76221),s=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],_n=!0,a=!1,r=void 0;try{for(var s,o=e[Symbol.iterator]();!(_n=(s=o.next()).done)&&(n.push(s.value),!t||n.length!==t);_n=!0);}catch(e){a=!0,r=e}finally{try{!_n&&o.return&&o.return()}finally{if(a)throw r}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")},o=r.TT&&r.XD;const i=function(){var e=(0,r.Y9)(),t=s(e,1)[0],n=(0,a.useState)(t),i=s(n,2),l=i[0],c=i[1];return(0,a.useEffect)((function(){if(o){var e=function(){var e=(0,r.Y9)(),t=s(e,1)[0];c(t)};return document.addEventListener(r.XD.event,e),function(){document.removeEventListener(r.XD.event,e)}}}),[]),l}},76221:(e,t,n)=>{"use strict";n.d(t,{TT:()=>s,XD:()=>o,Y9:()=>i});var a="undefined"!=typeof document,r=[{hidden:"hidden",event:"visibilitychange",state:"visibilityState"},{hidden:"webkitHidden",event:"webkitvisibilitychange",state:"webkitVisibilityState"},{hidden:"mozHidden",event:"mozvisibilitychange",state:"mozVisibilityState"},{hidden:"msHidden",event:"msvisibilitychange",state:"msVisibilityState"},{hidden:"oHidden",event:"ovisibilitychange",state:"oVisibilityState"}],s=a&&Boolean(document.addEventListener),o=function(){if(!s)return null;var e=!0,t=!1,n=void 0;try{for(var a,o=r[Symbol.iterator]();!(e=(a=o.next()).done);e=!0){var i=a.value;if(i.hidden in document)return i}}catch(e){t=!0,n=e}finally{try{!e&&o.return&&o.return()}finally{if(t)throw n}}return null}(),i=function(){if(!o)return[!0,"visible"];var e=o.hidden,t=o.state;return[!document[e],document[t]]}},32047:e=>{"use strict";function t(e,n){var a;if(Array.isArray(n))for(a=0;a{"use strict";e.exports=function(e,t){if(t=t.split(":")[0],!(e=+e))return!1;switch(t){case"http":case"ws":return 80!==e;case"https":case"wss":return 443!==e;case"ftp":return 21!==e;case"gopher":return 70!==e;case"file":return!1}return 0!==e}},94107:(e,t,n)=>{"use strict";n.d(t,{A:()=>B});var a=function(){if("undefined"!=typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,a){return e[0]===t&&(n=a,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),a=this.__entries__[n];return a&&a[1]},t.prototype.set=function(t,n){var a=e(this.__entries__,t);~a?this.__entries__[a][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,a=e(n,t);~a&&n.splice(a,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,a=this.__entries__;n0},e.prototype.connect_=function(){r&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),l?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){r&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t;i.some((function(e){return!!~n.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),u=function(e,t){for(var n=0,a=Object.keys(t);n0},e}(),k="undefined"!=typeof WeakMap?new WeakMap:new a,y=function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=c.getInstance(),a=new C(t,n,this);k.set(this,a)};["observe","unobserve","disconnect"].forEach((function(e){y.prototype[e]=function(){var t;return(t=k.get(this))[e].apply(t,arguments)}}));const B=void 0!==s.ResizeObserver?s.ResizeObserver:y},11264:e=>{"use strict";var t=256,n=[],a=window,r=Math.pow(t,6),s=Math.pow(2,52),o=2*s,i=255,l=Math.random;function c(e){var n,a=e.length,r=this,s=0,o=r.i=r.j=0,l=r.S=[];for(a||(e=[a++]);s=o;)e/=2,n/=2,a>>>=1;return(e+a)/n}},e.exports.resetGlobal=function(){Math.random=l},d(Math.random(),n)},82682:(e,t,n)=>{"use strict";n.d(t,{o:()=>i,u:()=>o});var a=n(54715),r=n(2532),s=n(21644);function o(e,t){var n=e.toLowerCase();return 0===t?(0,s.R)(n):n}function i(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:" ",transform:o},t))}},68963:(e,t,n)=>{"use strict";n.d(t,{L:()=>s});var a=n(54715),r=n(19382);function s(e,t){return void 0===t&&(t={}),(0,r.a)(e,(0,a.Cl)({delimiter:"_"},t))}},48931:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(1455),r=n.n(a);const s="default"in r()?r().default:r()},87286:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(10067),r=n.n(a),s=n(53664);const o=r()("jetpack-ai-client:ask-question");async function i(e,{postId:t=null,fromCache:n=!1,feature:a,functions:r,model:i}={}){return o("Asking question: %o. options: %o",e,{postId:t,fromCache:n,feature:a,functions:r,model:i}),new s.A({question:e,options:{postId:t,feature:a,fromCache:n,functions:r,model:i}})}},31439:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(10067),r=n.n(a),s=n(51391);const o=r()("jetpack-ai-client:ask-question-sync");async function i(e,t={}){o("Asking question with no streaming: %o. options: %o",e,t);let n=null;try{n=(await(0,s.A)()).token}catch(e){return o("Error getting token: %o",e),Promise.reject(e)}const a={...Array.isArray(e)?{messages:e}:{question:e},...t,stream:!1},r={Authorization:`Bearer ${n}`,"Content-Type":"application/json"};try{const e=await fetch("https://public-api.wordpress.com/wpcom/v2/jetpack-ai-query",{method:"POST",headers:r,body:JSON.stringify(a)}).then((e=>e.json()));return e?.data?.status&&e?.data?.status>200?(o("Error generating prompt: %o",e),Promise.reject(e)):e.choices?.[0]?.message?.content}catch(e){return o("Error asking question: %o",e),Promise.reject(e)}}},57745:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(10067),r=n.n(a),s=n(51391);const o=r()("jetpack-ai-client:audio-transcription");async function i(e,t,n){o("Transcribing audio: %o. Feature: %o",e,t);let a="";try{a=(await(0,s.A)()).token}catch(e){return o("Error getting token: %o",e),Promise.reject(e)}const r=new FormData;r.append("audio_file",e);try{const e={Authorization:`Bearer ${a}`},s="https://public-api.wordpress.com/wpcom/v2/jetpack-ai-transcription"+(t?`?feature=${t}`:"");return fetch(s,{method:"POST",body:r,headers:e,signal:n??void 0}).then((e=>(o("Transcription response: %o",e),e.ok?e.json().then((e=>e?.text)):e.json().then((e=>Promise.reject(e))))))}catch(e){return o("Transcription error response: %o",e),Promise.reject(e)}}},70629:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(94715),r=n(13022),s=n(51609),o=n.n(s),i=n(6754);function l({className:e,disabled:t=!1,value:n="",placeholder:s="",isTransparent:l=!1,state:c="init",onChange:u,banner:d=null,error:p=null,actions:m=null,message:g=null,promptUserInputRef:A=null,wrapperRef:h=null}){return o().createElement("div",{className:(0,r.A)("jetpack-components-ai-control__container-wrapper",e),ref:h},p,o().createElement("div",{className:"jetpack-components-ai-control__container"},d,o().createElement("div",{className:(0,r.A)("jetpack-components-ai-control__wrapper",{"is-transparent":l})},o().createElement(i.A,{state:c}),o().createElement("div",{className:"jetpack-components-ai-control__input-wrapper"},o().createElement(a.PlainText,{value:n,onChange:u,placeholder:s,className:"jetpack-components-ai-control__input",disabled:t,ref:A})),m),g))}},71417:(e,t,n)=>{"use strict";n.d(t,{A:()=>C});var a=n(56427),r=n(29491),s=n(86087),o=n(27723),i=n(51113),l=n(31249),c=n(62510),u=n(76673),d=n(40502),p=n(83883),m=n(10067),g=n.n(m),A=n(51609),h=n.n(A),E=n(63098),f=n(70629);const __=o.__,b=g()("jetpack-ai-client:block-ai-control");function v({disabled:e=!1,value:t="",placeholder:n="",showAccept:o=!1,acceptLabel:m=__("Accept","jetpack"),showButtonLabels:g=!0,isTransparent:A=!1,state:v="init",showGuideLine:C=!1,customFooter:k=null,onChange:y,onSend:B,onStop:w,onAccept:_,onDiscard:I,showRemove:x=!1,banner:j=null,error:S=null},Q){const N="requesting"===v||"suggesting"===v,[R,T]=(0,s.useState)(!1),[P,L]=(0,s.useState)(t||null),M=(0,s.useRef)(null);(0,s.useImperativeHandle)(Q,(()=>M.current)),(0,s.useEffect)((()=>{R&&M?.current?.focus()}),[R]);const D=(0,s.useCallback)((()=>{L(t),T(!1),B?.(t)}),[t]),F=(0,s.useCallback)((e=>{y?.(e),"init"!==v&&T(P?e!==P:e.length>0)}),[P,v]),O=(0,s.useCallback)((()=>{I?.()}),[]),z=(0,s.useCallback)((()=>{b("cancelEdit, revert to last value",P),y?.(P||""),T(!1)}),[P]);(0,r.useKeyboardShortcut)("mod+enter",(()=>{o&&_?.()}),{target:M}),(0,r.useKeyboardShortcut)("enter",(e=>{e.preventDefault(),D()}),{target:M});const U=h().createElement(h().Fragment,null,(!o||R)&&h().createElement("div",{className:"jetpack-components-ai-control__controls-prompt_button_wrapper"},N?h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:w,variant:"secondary",label:__("Stop request","jetpack")},g?__("Stop","jetpack"):h().createElement(i.A,{icon:l.A})):h().createElement(h().Fragment,null,R&&h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:z,variant:"secondary",label:__("Cancel","jetpack")},g?__("Cancel","jetpack"):h().createElement(i.A,{icon:l.A})),x&&!R&&!t?.length&&I&&h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:O,variant:"secondary",label:__("Cancel","jetpack")},g?__("Cancel","jetpack"):h().createElement(i.A,{icon:l.A})),t?.length>0&&h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:D,variant:"primary",disabled:!t?.length||e,label:__("Send request","jetpack")},g?__("Generate","jetpack"):h().createElement(i.A,{icon:c.A})))),o&&!R&&h().createElement("div",{className:"jetpack-components-ai-control__controls-prompt_button_wrapper"},(t?.length>0||null===P)&&h().createElement(a.ButtonGroup,null,h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",label:__("Discard","jetpack"),onClick:O,tooltipPosition:"top"},h().createElement(i.A,{icon:u.A})),h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",label:__("Regenerate","jetpack"),onClick:()=>B?.(t),tooltipPosition:"top",disabled:!t?.length||null===t||e},h().createElement(i.A,{icon:d.A}))),h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:_,variant:"primary",label:m},g?m:h().createElement(i.A,{icon:p.A})))),H=C&&!N&&!R&&(k||h().createElement(E.Yj,null));return h().createElement(f.A,{disabled:e||N,value:t,placeholder:n,isTransparent:A,state:v,onChange:F,banner:j,error:S,actions:U,message:H,promptUserInputRef:M})}const C=(0,A.forwardRef)(v)},61:(e,t,n)=>{"use strict";n.d(t,{A:()=>h});var a=n(56427),r=n(29491),s=n(86087),o=n(27723),i=n(51113),l=n(31249),c=n(62510),u=n(95789),d=n(51609),p=n.n(d),m=n(63098),g=n(70629);const __=o.__;function A({className:e,disabled:t=!1,value:n="",placeholder:o="",showButtonLabels:d=!0,isTransparent:A=!1,state:h="init",showGuideLine:E=!1,error:f,requestsRemaining:b,showUpgradeMessage:v=!1,showFairUsageMessage:C=!1,upgradeUrl:k,wrapperRef:y,onChange:B,onSend:w,onStop:_,onClose:I,onUndo:x,onUpgrade:j,onTryAgain:S},Q){const N="requesting"===h||"suggesting"===h,[R,T]=(0,s.useState)(!1),[P,L]=(0,s.useState)(n||null),M=(0,s.useRef)(null);(0,s.useImperativeHandle)(Q,(()=>M.current)),(0,s.useEffect)((()=>{R&&M?.current?.focus()}),[R]);const D=(0,s.useCallback)((()=>{L(n),T(!1),w?.(n)}),[w,n]),F=(0,s.useCallback)((e=>{B?.(e),"init"!==h&&T(P?e!==P:e.length>0)}),[B,P,h]),O=(0,s.useCallback)((()=>{_?.()}),[_]),z=(0,s.useCallback)((()=>{I?.()}),[I]),U=(0,s.useCallback)((()=>{x?.()}),[x]),H=(0,s.useCallback)((e=>{j?.(e)}),[j]),V=(0,s.useCallback)((()=>{S?.()}),[S]);(0,r.useKeyboardShortcut)("enter",(e=>{e.preventDefault(),D()}),{target:M});const q=p().createElement(p().Fragment,null,N?p().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:O,variant:"secondary",label:__("Stop request","jetpack")},d?__("Stop","jetpack"):p().createElement(i.A,{icon:l.A})):p().createElement(p().Fragment,null,n?.length>0&&p().createElement("div",{className:"jetpack-components-ai-control__controls-prompt_button_wrapper"},p().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:D,variant:"primary",disabled:!n?.length||t,label:__("Send request","jetpack")},d?__("Generate","jetpack"):p().createElement(i.A,{icon:c.A}))),n?.length<=0&&"done"===h&&p().createElement("div",{className:"jetpack-components-ai-control__controls-prompt_button_wrapper"},p().createElement(a.ButtonGroup,null,p().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",label:__("Undo","jetpack"),onClick:U,tooltipPosition:"top"},p().createElement(i.A,{icon:u.A})),p().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",label:__("Close","jetpack"),onClick:z,variant:"tertiary"},__("Close","jetpack"))))));let G=null;return f?.message?G=p().createElement(m.Kw,{error:f.message,code:f.code,onTryAgainClick:V,onUpgradeClick:H,upgradeUrl:k}):C?G=p().createElement(m.k9,null):v?G=p().createElement(m.AK,{requestsRemaining:b,onUpgradeClick:H,upgradeUrl:k}):E&&(G=p().createElement(m.Yj,null)),p().createElement(g.A,{className:e,disabled:t||N,value:n,placeholder:o,isTransparent:A,state:h,onChange:F,actions:q,message:G,promptUserInputRef:M,wrapperRef:y})}const h=(0,d.forwardRef)(A)},42299:(e,t,n)=>{"use strict";n.d(t,{FC:()=>r.A,N0:()=>a.A});n(70629);var a=n(71417),r=n(61)},6754:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(56427),r=n(13022);function s({state:e}){return React.createElement("div",{className:(0,r.A)("jetpack-ai-status-indicator__icon-wrapper",{[`is-${e}`]:!0})},React.createElement(a.Spinner,null))}},68203:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(32569);function r({duration:e,className:t}){return React.createElement("span",{className:t},(0,a.f)(e,{addDecimalPart:!1}))}},32569:(e,t,n)=>{"use strict";function a(e,{addDecimalPart:t=!1,showMinutes:n=!0,showHours:a=!1}={}){const r=Math.floor(e/36e5),s=Math.floor(e/6e4)%60,o=Math.floor(e/1e3)%60,i=Math.floor(e/10)%100,l=[r>0||a?r.toString().padStart(2,"0")+":":"",r>0||s>0||n?s.toString().padStart(2,"0")+":":"",o.toString().padStart(2,"0")];return t&&l.push("."+i.toString().padStart(2,"0")),l.join("")}n.d(t,{f:()=>a})},27802:(e,t,n)=>{"use strict";n.d(t,{AK:()=>o.AK,FC:()=>a.FC,N0:()=>a.N0,Yj:()=>o.Yj,wS:()=>r.A,z3:()=>s.A});var a=n(42299),r=n(6754),s=n(68203),o=n(63098)},63098:(e,t,n)=>{"use strict";n.d(t,{AK:()=>v,Kw:()=>C,Yj:()=>f,k9:()=>b});var a=n(56427),r=n(86087),s=n(27723),o=n(83883),i=n(51113),l=n(71797),c=n(13022),u=n(42154),d=n(78836);const __=s.__,p="warning",m="error",g="success",A="info",h={[A]:null,[p]:null,[m]:u.A,[g]:o.A};function E({severity:e=A,icon:t=null,showSidebarIcon:n=!1,onSidebarIconClick:r=()=>{},children:s}){return React.createElement("div",{className:(0,c.A)("jetpack-ai-assistant__message",`jetpack-ai-assistant__message-severity-${e}`)},(h[e]||t)&&React.createElement(i.A,{icon:h[e]||t}),React.createElement("div",{className:"jetpack-ai-assistant__message-content"},s),n&&React.createElement(a.Button,{className:"jetpack-ai-assistant__message-sidebar",onClick:r},React.createElement(i.A,{size:20,icon:l.A})))}function f(){return React.createElement(E,null,React.createElement("span",null,__("AI-generated content could be inaccurate or biased.","jetpack")),React.createElement(a.ExternalLink,{href:"https://automattic.com/ai-guidelines"},__("Learn more","jetpack")))}function b(){const e=__("You've reached this month's request limit, per our fair usage policy","jetpack"),t=(0,r.createInterpolateElement)(e,{link:React.createElement(a.ExternalLink,{href:"https://jetpack.com/redirect/?source=ai-assistant-fair-usage-policy"})});return React.createElement(E,{severity:p},t)}function v({requestsRemaining:e,severity:t,onUpgradeClick:n,upgradeUrl:r}){let o=t;return null==o&&(o=e>0?A:p),React.createElement(E,{severity:o},React.createElement("span",null,(0,s.sprintf)( +(()=>{var e,t,n,a,r,s,o={7675:(e,t,n)=>{"use strict";n.d(t,{y:()=>l});var a=n(76416),r=function(e,t){var n={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(n[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(a=Object.getOwnPropertySymbols(e);r{const E=Object.assign({},l);let f;function b(){f.abort(),document.hidden||w()}E.accept||(E.accept=s),g||document.addEventListener("visibilitychange",b);let v=o,C=0;function k(){document.removeEventListener("visibilitychange",b),window.clearTimeout(C),f.abort()}null==n||n.addEventListener("abort",(()=>{k(),t()}));const y=null!=A?A:window.fetch,B=null!=u?u:c;async function w(){var n;f=new AbortController;try{const n=await y(e,Object.assign(Object.assign({},h),{headers:E,signal:f.signal}));await B(n),await(0,a.q5)(n.body,(0,a.iv)((0,a.VL)((e=>{e?E[i]=e:delete E[i]}),(e=>{v=e}),d))),null==p||p(),k(),t()}catch(e){if(!f.signal.aborted)try{const t=null!==(n=null==m?void 0:m(e))&&void 0!==n?n:v;window.clearTimeout(C),C=window.setTimeout(w,t)}catch(e){k(),r(e)}}}w()}))}function c(e){const t=e.headers.get("content-type");if(!(null==t?void 0:t.startsWith(s)))throw new Error(`Expected content-type to be ${s}, Actual: ${t}`)}},76416:(e,t,n)=>{"use strict";async function a(e,t){const n=e.getReader();let a;for(;!(a=await n.read()).done;)t(a.value)}function r(e){let t,n,a,r=!1;return function(s){void 0===t?(t=s,n=0,a=-1):t=function(e,t){const n=new Uint8Array(e.length+t.length);return n.set(e),n.set(t,e.length),n}(t,s);const o=t.length;let i=0;for(;n0){const n=r.decode(s.subarray(0,i)),o=i+(32===s[i+1]?2:1),l=r.decode(s.subarray(o));switch(n){case"data":a.data=a.data?a.data+"\n"+l:l;break;case"event":a.event=l;break;case"id":e(a.id=l);break;case"retry":const n=parseInt(l,10);isNaN(n)||t(a.retry=n)}}}}function o(){return{data:"",event:"",id:"",retry:void 0}}n.d(t,{VL:()=>s,iv:()=>r,q5:()=>a})},95723:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=n(84265);let r,s,o,i;const l=/<(\/)?(\w+)\s*(\/)?>/g;function c(e,t,n,a,r){return{element:e,tokenStart:t,tokenLength:n,prevOffset:a,leadingTextStart:r,children:[]}}const u=e=>{const t="object"==typeof e,n=t&&Object.values(e);return t&&n.length&&n.every((e=>(0,a.isValidElement)(e)))};function d(e){const t=function(){const e=l.exec(r);if(null===e)return["no-more-tokens"];const t=e.index,[n,a,s,o]=e,i=n.length;if(o)return["self-closed",s,t,i];if(a)return["closer",s,t,i];return["opener",s,t,i]}(),[n,u,d,g]=t,A=i.length,h=d>s?s:null;if(!e[u])return p(),!1;switch(n){case"no-more-tokens":if(0!==A){const{leadingTextStart:e,tokenStart:t}=i.pop();o.push(r.substr(e,t))}return p(),!1;case"self-closed":return 0===A?(null!==h&&o.push(r.substr(h,d-h)),o.push(e[u]),s=d+g,!0):(m(c(e[u],d,g)),s=d+g,!0);case"opener":return i.push(c(e[u],d,g,d+g,h)),s=d+g,!0;case"closer":if(1===A)return function(e){const{element:t,leadingTextStart:n,prevOffset:s,tokenStart:l,children:c}=i.pop(),u=e?r.substr(s,e-s):r.substr(s);u&&c.push(u);null!==n&&o.push(r.substr(n,l-n));o.push((0,a.cloneElement)(t,null,...c))}(d),s=d+g,!0;const t=i.pop(),n=r.substr(t.prevOffset,d-t.prevOffset);t.children.push(n),t.prevOffset=d+g;const l=c(t.element,t.tokenStart,t.tokenLength,d+g);return l.children=t.children,m(l),s=d+g,!0;default:return p(),!1}}function p(){const e=r.length-s;0!==e&&o.push(r.substr(s,e))}function m(e){const{element:t,tokenStart:n,tokenLength:s,prevOffset:o,children:l}=e,c=i[i.length-1],u=r.substr(c.prevOffset,n-c.prevOffset);u&&c.children.push(u),c.children.push((0,a.cloneElement)(t,null,...l)),c.prevOffset=o||n+s}t.default=(e,t)=>{if(r=e,s=0,o=[],i=[],l.lastIndex=0,!u(t))throw new TypeError("The conversionMap provided is not valid. It must be an object with values that are React Elements");do{}while(d(t));return(0,a.createElement)(a.Fragment,null,...o)}},82170:(e,t,n)=>{"use strict";var a=n(98504);Object.defineProperty(t,"__esModule",{value:!0});var r={createInterpolateElement:!0,Platform:!0,renderToString:!0,RawHTML:!0};Object.defineProperty(t,"Platform",{enumerable:!0,get:function(){return c.default}}),Object.defineProperty(t,"RawHTML",{enumerable:!0,get:function(){return d.default}}),Object.defineProperty(t,"createInterpolateElement",{enumerable:!0,get:function(){return s.default}}),Object.defineProperty(t,"renderToString",{enumerable:!0,get:function(){return u.default}});var s=a(n(95723)),o=n(84265);Object.keys(o).forEach((function(e){"default"!==e&&"__esModule"!==e&&(Object.prototype.hasOwnProperty.call(r,e)||e in t&&t[e]===o[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return o[e]}}))}));var i=n(81649);Object.keys(i).forEach((function(e){"default"!==e&&"__esModule"!==e&&(Object.prototype.hasOwnProperty.call(r,e)||e in t&&t[e]===i[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return i[e]}}))}));var l=n(98219);Object.keys(l).forEach((function(e){"default"!==e&&"__esModule"!==e&&(Object.prototype.hasOwnProperty.call(r,e)||e in t&&t[e]===l[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return l[e]}}))}));var c=a(n(52595)),u=a(n(54852)),d=a(n(94468))},52595:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={OS:"web",select:e=>"web"in e?e.web:e.default,isWeb:!0}},94468:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function({children:e,...t}){let n="";return a.Children.toArray(e).forEach((e=>{"string"==typeof e&&""!==e.trim()&&(n+=e)})),(0,a.createElement)("div",{dangerouslySetInnerHTML:{__html:n},...t})};var a=n(84265)},81649:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"createPortal",{enumerable:!0,get:function(){return a.createPortal}}),Object.defineProperty(t,"createRoot",{enumerable:!0,get:function(){return r.createRoot}}),Object.defineProperty(t,"findDOMNode",{enumerable:!0,get:function(){return a.findDOMNode}}),Object.defineProperty(t,"flushSync",{enumerable:!0,get:function(){return a.flushSync}}),Object.defineProperty(t,"hydrate",{enumerable:!0,get:function(){return a.hydrate}}),Object.defineProperty(t,"hydrateRoot",{enumerable:!0,get:function(){return r.hydrateRoot}}),Object.defineProperty(t,"render",{enumerable:!0,get:function(){return a.render}}),Object.defineProperty(t,"unmountComponentAtNode",{enumerable:!0,get:function(){return a.unmountComponentAtNode}});var a=n(75795),r=n(18950)},84265:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"Children",{enumerable:!0,get:function(){return a.Children}}),Object.defineProperty(t,"Component",{enumerable:!0,get:function(){return a.Component}}),Object.defineProperty(t,"Fragment",{enumerable:!0,get:function(){return a.Fragment}}),Object.defineProperty(t,"PureComponent",{enumerable:!0,get:function(){return a.PureComponent}}),Object.defineProperty(t,"StrictMode",{enumerable:!0,get:function(){return a.StrictMode}}),Object.defineProperty(t,"Suspense",{enumerable:!0,get:function(){return a.Suspense}}),Object.defineProperty(t,"cloneElement",{enumerable:!0,get:function(){return a.cloneElement}}),t.concatChildren=function(...e){return e.reduce(((e,t,n)=>(a.Children.forEach(t,((t,r)=>{t&&"string"!=typeof t&&(t=(0,a.cloneElement)(t,{key:[n,r].join()})),e.push(t)})),e)),[])},Object.defineProperty(t,"createContext",{enumerable:!0,get:function(){return a.createContext}}),Object.defineProperty(t,"createElement",{enumerable:!0,get:function(){return a.createElement}}),Object.defineProperty(t,"createRef",{enumerable:!0,get:function(){return a.createRef}}),Object.defineProperty(t,"forwardRef",{enumerable:!0,get:function(){return a.forwardRef}}),Object.defineProperty(t,"isValidElement",{enumerable:!0,get:function(){return a.isValidElement}}),Object.defineProperty(t,"lazy",{enumerable:!0,get:function(){return a.lazy}}),Object.defineProperty(t,"memo",{enumerable:!0,get:function(){return a.memo}}),Object.defineProperty(t,"startTransition",{enumerable:!0,get:function(){return a.startTransition}}),t.switchChildrenNodeName=function(e,t){return e&&a.Children.map(e,((e,n)=>{if("string"==typeof e?.valueOf())return(0,a.createElement)(t,{key:n},e);const{children:r,...s}=e.props;return(0,a.createElement)(t,{key:n,...s},r)}))},Object.defineProperty(t,"useCallback",{enumerable:!0,get:function(){return a.useCallback}}),Object.defineProperty(t,"useContext",{enumerable:!0,get:function(){return a.useContext}}),Object.defineProperty(t,"useDebugValue",{enumerable:!0,get:function(){return a.useDebugValue}}),Object.defineProperty(t,"useDeferredValue",{enumerable:!0,get:function(){return a.useDeferredValue}}),Object.defineProperty(t,"useEffect",{enumerable:!0,get:function(){return a.useEffect}}),Object.defineProperty(t,"useId",{enumerable:!0,get:function(){return a.useId}}),Object.defineProperty(t,"useImperativeHandle",{enumerable:!0,get:function(){return a.useImperativeHandle}}),Object.defineProperty(t,"useInsertionEffect",{enumerable:!0,get:function(){return a.useInsertionEffect}}),Object.defineProperty(t,"useLayoutEffect",{enumerable:!0,get:function(){return a.useLayoutEffect}}),Object.defineProperty(t,"useMemo",{enumerable:!0,get:function(){return a.useMemo}}),Object.defineProperty(t,"useReducer",{enumerable:!0,get:function(){return a.useReducer}}),Object.defineProperty(t,"useRef",{enumerable:!0,get:function(){return a.useRef}}),Object.defineProperty(t,"useState",{enumerable:!0,get:function(){return a.useState}}),Object.defineProperty(t,"useSyncExternalStore",{enumerable:!0,get:function(){return a.useSyncExternalStore}}),Object.defineProperty(t,"useTransition",{enumerable:!0,get:function(){return a.useTransition}});var a=n(51609)},54852:(e,t,n)=>{"use strict";var a=n(98504);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,t.hasPrefix=E,t.renderAttributes=S,t.renderComponent=x,t.renderElement=_,t.renderNativeComponent=I,t.renderStyle=Q;var r=n(21214),s=n(61433),o=n(89877),i=n(84265),l=a(n(94468));const{Provider:c,Consumer:u}=(0,i.createContext)(void 0),d=(0,i.forwardRef)((()=>null)),p=new Set(["string","boolean","number"]),m=new Set(["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]),g=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"]),A=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"]),h=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 E(e,t){return t.some((t=>0===e.indexOf(t)))}function f(e){return"key"===e||"children"===e}function b(e,t){return"style"===e?Q(t):t}const v=["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)),{}),C=["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)),{}),k=["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 y(e){switch(e){case"htmlFor":return"for";case"className":return"class"}const t=e.toLowerCase();return C[t]?C[t]:v[t]?(0,s.paramCase)(v[t]):k[t]?k[t]:t}function B(e){return e.startsWith("--")?e:E(e,["ms","O","Moz","Webkit"])?"-"+(0,s.paramCase)(e):(0,s.paramCase)(e)}function w(e,t){return"number"!=typeof t||0===t||h.has(e)?t:t+"px"}function _(e,t,n={}){if(null==e||!1===e)return"";if(Array.isArray(e))return j(e,t,n);switch(typeof e){case"string":return(0,o.escapeHTML)(e);case"number":return e.toString()}const{type:a,props:r}=e;switch(a){case i.StrictMode:case i.Fragment:return j(r.children,t,n);case l.default:const{children:e,...a}=r;return I(Object.keys(a).length?"div":null,{...a,dangerouslySetInnerHTML:{__html:e}},t,n)}switch(typeof a){case"string":return I(a,r,t,n);case"function":return a.prototype&&"function"==typeof a.prototype.render?x(a,r,t,n):_(a(r,n),t,n)}switch(a&&a.$$typeof){case c.$$typeof:return j(r.children,r.value,n);case u.$$typeof:return _(r.children(t||a._currentValue),t,n);case d.$$typeof:return _(a.render(r),t,n)}return""}function I(e,t,n,a={}){let r="";if("textarea"===e&&t.hasOwnProperty("value")){r=j(t.value,n,a);const{value:e,...s}=t;t=s}else t.dangerouslySetInnerHTML&&"string"==typeof t.dangerouslySetInnerHTML.__html?r=t.dangerouslySetInnerHTML.__html:void 0!==t.children&&(r=j(t.children,n,a));if(!e)return r;const s=S(t);return m.has(e)?"<"+e+s+"/>":"<"+e+s+">"+r+""}function x(e,t,n,a={}){const r=new e(t,a);"function"==typeof r.getChildContext&&Object.assign(a,r.getChildContext());return _(r.render(),n,a)}function j(e,t,n={}){let a="";e=Array.isArray(e)?e:[e];for(let r=0;r{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isEmptyElement=void 0;t.isEmptyElement=e=>"number"!=typeof e&&("string"==typeof e?.valueOf()||Array.isArray(e)?!e.length:!e)},51113:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(86087);const r=(0,a.forwardRef)((function({icon:e,size:t=24,...n},r){return(0,a.cloneElement)(e,{width:t,height:t,...n,ref:r})}))},66955:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},71797:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m14.5 6.5-1 1 3.7 3.7H4v1.6h13.2l-3.7 3.7 1 1 5.6-5.5z"})})},62510:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M12 3.9 6.5 9.5l1 1 3.8-3.7V20h1.5V6.8l3.7 3.7 1-1z"})})},62599:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"M12.5939 21C14.1472 21 16.1269 20.5701 17.0711 20.1975L16.6447 18.879C16.0964 19.051 14.3299 19.6242 12.6548 19.6242C7.4467 19.6242 4.67513 16.8726 4.67513 12C4.67513 7.21338 7.50762 4.34713 12.2893 4.34713C17.132 4.34713 19.4162 7.55732 19.4162 10.7675C19.4162 14.035 19.0508 15.4968 17.4975 15.4968C16.5838 15.4968 16.0964 14.7803 16.0964 13.9777V7.5H14.4822V8.30255H14.3909C14.1777 7.67198 12.9898 7.12739 11.467 7.2707C9.18274 7.5 7.4467 9.27707 7.4467 11.8567C7.4467 14.5796 8.81726 16.672 11.467 16.758C13.203 16.8153 14.1168 16.0127 14.4822 15.1815H14.5736C14.7563 16.414 16.401 16.8439 17.467 16.8439C20.6954 16.8439 21 13.5764 21 10.7962C21 6.86943 18.0761 3 12.3807 3C6.50254 3 3 6.3535 3 11.9427C3 17.7325 6.38071 21 12.5939 21ZM11.7107 15.2962C9.73096 15.2962 9.03046 13.6051 9.03046 11.7707C9.03046 10.1083 10.0355 8.67516 11.7716 8.67516C13.599 8.67516 14.5736 9.36306 14.5736 11.7707C14.5736 14.1497 13.7513 15.2962 11.7107 15.2962Z"})})},57003:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{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-2zM5 4.5h14c.3 0 .5.2.5.5v3.5h-15V5c0-.3.2-.5.5-.5zm8 5.5h6.5v3.5H13V10zm-1.5 3.5h-7V10h7v3.5zm-7 5.5v-4h7v4.5H5c-.3 0-.5-.2-.5-.5zm14.5.5h-6V15h6.5v4c0 .3-.2.5-.5.5z"})})},27375:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"M8 12.5h8V11H8v1.5Z M19 6.5H5a2 2 0 0 0-2 2V15a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.5a2 2 0 0 0-2-2ZM5 8h14a.5.5 0 0 1 .5.5V15a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V8.5A.5.5 0 0 1 5 8Z"})})},83883:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z"})})},64969:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"})})},68888:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"})})},29115:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"})})},98248:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"M6.5 12.4L12 8l5.5 4.4-.9 1.2L12 10l-4.5 3.6-1-1.2z"})})},31249:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},10991:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z"})})},24995:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M3.25 12a8.75 8.75 0 1117.5 0 8.75 8.75 0 01-17.5 0zM12 4.75a7.25 7.25 0 100 14.5 7.25 7.25 0 000-14.5zm-1.338 4.877c-.314.22-.412.452-.412.623 0 .171.098.403.412.623.312.218.783.377 1.338.377.825 0 1.605.233 2.198.648.59.414 1.052 1.057 1.052 1.852 0 .795-.461 1.438-1.052 1.852-.41.286-.907.486-1.448.582v.316a.75.75 0 01-1.5 0v-.316a3.64 3.64 0 01-1.448-.582c-.59-.414-1.052-1.057-1.052-1.852a.75.75 0 011.5 0c0 .171.098.403.412.623.312.218.783.377 1.338.377s1.026-.159 1.338-.377c.314-.22.412-.452.412-.623 0-.171-.098-.403-.412-.623-.312-.218-.783-.377-1.338-.377-.825 0-1.605-.233-2.198-.648-.59-.414-1.052-1.057-1.052-1.852 0-.795.461-1.438 1.052-1.852a3.64 3.64 0 011.448-.582V7.5a.75.75 0 011.5 0v.316c.54.096 1.039.296 1.448.582.59.414 1.052 1.057 1.052 1.852a.75.75 0 01-1.5 0c0-.171-.098-.403-.412-.623-.312-.218-.783-.377-1.338-.377s-1.026.159-1.338.377z"})})},93115:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M20.5 16h-.7V8c0-1.1-.9-2-2-2H6.2c-1.1 0-2 .9-2 2v8h-.7c-.8 0-1.5.7-1.5 1.5h20c0-.8-.7-1.5-1.5-1.5zM5.7 8c0-.3.2-.5.5-.5h11.6c.3 0 .5.2.5.5v7.6H5.7V8z"})})},92687:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=n(78938).A},53512:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M19.5 4.5h-7V6h4.44l-5.97 5.97 1.06 1.06L18 7.06v4.44h1.5v-7Zm-13 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3H17v3a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h3V5.5h-3Z"})})},84066:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},19783:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},76277:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"m6.734 16.106 2.176-2.38-1.093-1.028-3.846 4.158 3.846 4.158 1.093-1.028-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"})})},84008:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{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"})})},21679:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsxs)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:[(0,r.jsx)(a.Path,{d:"m7 6.5 4 2.5-4 2.5z"}),(0,r.jsx)(a.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"m5 3c-1.10457 0-2 .89543-2 2v14c0 1.1046.89543 2 2 2h14c1.1046 0 2-.8954 2-2v-14c0-1.10457-.8954-2-2-2zm14 1.5h-14c-.27614 0-.5.22386-.5.5v10.7072l3.62953-2.6465c.25108-.1831.58905-.1924.84981-.0234l2.92666 1.8969 3.5712-3.4719c.2911-.2831.7545-.2831 1.0456 0l2.9772 2.8945v-9.3568c0-.27614-.2239-.5-.5-.5zm-14.5 14.5v-1.4364l4.09643-2.987 2.99567 1.9417c.2936.1903.6798.1523.9307-.0917l3.4772-3.3806 3.4772 3.3806.0228-.0234v2.5968c0 .2761-.2239.5-.5.5h-14c-.27614 0-.5-.2239-.5-.5z"})]})},82065:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M15 4H9c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 14c0 .3-.2.5-.5.5H9c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h6c.3 0 .5.2.5.5v12zm-4.5-.5h2V16h-2v1.5z"})})},78938:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m19 7-3-3-8.5 8.5-1 4 4-1L19 7Zm-7 11.5H5V20h7v-1.5Z"})})},15788:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M15.5 9.5a1 1 0 100-2 1 1 0 000 2zm0 1.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm-2.25 6v-2a2.75 2.75 0 00-2.75-2.75h-4A2.75 2.75 0 003.75 15v2h1.5v-2c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25v2h1.5zm7-2v2h-1.5v-2c0-.69-.56-1.25-1.25-1.25H15v-1.5h2.5A2.75 2.75 0 0120.25 15zM9.5 8.5a1 1 0 11-2 0 1 1 0 012 0zm1.5 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z",fillRule:"evenodd"})})},45459:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M11 12.5V17.5H12.5V12.5H17.5V11H12.5V6H11V11H6V12.5H11Z"})})},41417:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M4 6h12V4.5H4V6Zm16 4.5H4V9h16v1.5ZM4 15h16v-1.5H4V15Zm0 4.5h16V18H4v1.5Z"})})},88669:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M8.001 3.984V9.47c0 1.518-.98 2.5-2.499 2.5h-.5v-1.5h.5c.69 0 1-.31 1-1V6.984H4v-3h4.001ZM4 20h9v-1.5H4V20Zm16-4H4v-1.5h16V16ZM13.001 3.984V9.47c0 1.518-.98 2.5-2.499 2.5h-.5v-1.5h.5c.69 0 1-.31 1-1V6.984H9v-3h4.001Z"})})},69457:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},40502:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M7 7.2h8.2L13.5 9l1.1 1.1 3.6-3.6-3.5-4-1.1 1 1.9 2.3H7c-.9 0-1.7.3-2.3.9-1.4 1.5-1.4 4.2-1.4 5.6v.2h1.5v-.3c0-1.1 0-3.5 1-4.5.3-.3.7-.5 1.2-.5zm13.8 4V11h-1.5v.3c0 1.1 0 3.5-1 4.5-.3.3-.7.5-1.3.5H8.8l1.7-1.7-1.1-1.1L5.9 17l3.5 4 1.1-1-1.9-2.3H17c.9 0 1.7-.3 2.3-.9 1.5-1.4 1.5-4.2 1.5-5.6z"})})},21955:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M17 4H7c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 14c0 .3-.2.5-.5.5H7c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h10c.3 0 .5.2.5.5v12zm-7.5-.5h4V16h-4v1.5z"})})},90254:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M6.08 10.103h2.914L9.657 12h1.417L8.23 4H6.846L4 12h1.417l.663-1.897Zm1.463-4.137.994 2.857h-2l1.006-2.857ZM11 16H4v-1.5h7V16Zm1 0h8v-1.5h-8V16Zm-4 4H4v-1.5h4V20Zm7-1.5V20H9v-1.5h6Z"})})},11269:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m4 5.5h2v6.5h1.5v-6.5h2v-1.5h-5.5zm16 10.5h-16v-1.5h16zm-7 4h-9v-1.5h9z"})})},76673:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5.5A2.25 2.25 0 0 0 9.878 7h4.244A2.251 2.251 0 0 0 12 5.5ZM12 4a3.751 3.751 0 0 0-3.675 3H5v1.5h1.27l.818 8.997a2.75 2.75 0 0 0 2.739 2.501h4.347a2.75 2.75 0 0 0 2.738-2.5L17.73 8.5H19V7h-3.325A3.751 3.751 0 0 0 12 4Zm4.224 4.5H7.776l.806 8.861a1.25 1.25 0 0 0 1.245 1.137h4.347a1.25 1.25 0 0 0 1.245-1.137l.805-8.861Z"})})},95789:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M18.3 11.7c-.6-.6-1.4-.9-2.3-.9H6.7l2.9-3.3-1.1-1-4.5 5L8.5 16l1-1-2.7-2.7H16c.5 0 .9.2 1.3.5 1 1 1 3.4 1 4.5v.3h1.5v-.2c0-1.5 0-4.3-1.5-5.7z"})})},83822:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m11.3 17.2-5-5c-.1-.1-.1-.3 0-.4l2.3-2.3-1.1-1-2.3 2.3c-.7.7-.7 1.8 0 2.5l5 5H7.5v1.5h5.3v-5.2h-1.5v2.6zm7.5-6.4-5-5h2.7V4.2h-5.2v5.2h1.5V6.8l5 5c.1.1.1.3 0 .4l-2.3 2.3 1.1 1.1 2.3-2.3c.6-.7.6-1.9-.1-2.5z"})})},7326:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},90311:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24",children:(0,r.jsx)(a.Path,{d:"M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm1.13 9.38l.35-6.46H8.52l.35 6.46h2.26zm-.09 3.36c.24-.23.37-.55.37-.96 0-.42-.12-.74-.36-.97s-.59-.35-1.06-.35-.82.12-1.07.35-.37.55-.37.97c0 .41.13.73.38.96.26.23.61.34 1.06.34s.8-.11 1.05-.34z"})})},51889:(e,t,n)=>{"use strict";n.d(t,{$4:()=>s,fZ:()=>o,xQ:()=>i});var a=n(54715),r=n(82769);function s(e,t){return 0===t?e.toLowerCase():(0,r.l3)(e,t)}function o(e,t){return 0===t?e.toLowerCase():(0,r.$7)(e)}function i(e,t){return void 0===t&&(t={}),(0,r.fL)(e,(0,a.Cl)({transform:s},t))}},91859:(e,t,n)=>{"use strict";n.d(t,{D:()=>i,f:()=>o});var a=n(54715),r=n(2532),s=n(21644);function o(e){return(0,s.R)(e.toLowerCase())}function i(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:" ",transform:o},t))}},61433:(e,t,n)=>{"use strict";n.r(t),n.d(t,{camelCase:()=>a.xQ,camelCaseTransform:()=>a.$4,camelCaseTransformMerge:()=>a.fZ,capitalCase:()=>r.D,capitalCaseTransform:()=>r.f,constantCase:()=>s.F,dotCase:()=>o.a,headerCase:()=>i.u,noCase:()=>l.W,paramCase:()=>c.c,pascalCase:()=>u.fL,pascalCaseTransform:()=>u.l3,pascalCaseTransformMerge:()=>u.$7,pathCase:()=>d.y,sentenceCase:()=>p.o,sentenceCaseTransform:()=>p.u,snakeCase:()=>m.L});var a=n(51889),r=n(91859),s=n(55633),o=n(19382),i=n(22774),l=n(2532),c=n(74572),u=n(82769),d=n(70320),p=n(82682),m=n(68963)},55633:(e,t,n)=>{"use strict";n.d(t,{F:()=>o});var a=n(54715),r=n(2532),s=n(88415);function o(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:"_",transform:s.l},t))}},68767:(e,t)=>{"use strict";t.parse=function(e,t){if("string"!=typeof e)throw new TypeError("argument str must be a string");for(var a={},s=t||{},i=e.split(r),l=s.decode||n,c=0;c{!function(){"use strict";var t=[],n=3988292384;function a(e){var t,a,r,s,o=-1;for(t=0,r=e.length;t>>=1:s=s>>>1^n;o=o>>>8^s}return~o}function r(e,n){var a,s,o;if(void 0!==r.crc&&n&&e||(r.crc=~0,e)){for(a=r.crc,s=0,o=e.length;s>>8^t[255&(a^e[s])];return r.crc=a,~a}}!function(){var e,a,r;for(a=0;a<256;a+=1){for(e=a,r=0;r<8;r+=1)1&e?e=n^e>>>1:e>>>=1;t[a]=e>>>0}}(),e.exports=function(e,t){var n;e="string"==typeof e?(n=e,Array.prototype.map.call(n,(function(e){return e.charCodeAt(0)}))):e;return((t?a(e):r(e))>>>0).toString(16)},e.exports.direct=a,e.exports.table=r}()},51601:function(e,t,n){var a;e.exports=(a=a||function(e,t){var a;if("undefined"!=typeof window&&window.crypto&&(a=window.crypto),"undefined"!=typeof self&&self.crypto&&(a=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(a=globalThis.crypto),!a&&"undefined"!=typeof window&&window.msCrypto&&(a=window.msCrypto),!a&&"undefined"!=typeof window&&window.crypto&&(a=window.crypto),!a)try{a=n(42305)}catch(e){}var r=function(){if(a){if("function"==typeof a.getRandomValues)try{return a.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof a.randomBytes)try{return a.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},s=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),o={},i=o.lib={},l=i.Base={extend:function(e){var t=s(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},c=i.WordArray=l.extend({init:function(e,n){e=this.words=e||[],this.sigBytes=n!=t?n:4*e.length},toString:function(e){return(e||d).stringify(this)},concat:function(e){var t=this.words,n=e.words,a=this.sigBytes,r=e.sigBytes;if(this.clamp(),a%4)for(var s=0;s>>2]>>>24-s%4*8&255;t[a+s>>>2]|=o<<24-(a+s)%4*8}else for(var i=0;i>>2]=n[i>>>2];return this.sigBytes+=r,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=l.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],n=0;n>>2]>>>24-r%4*8&255;a.push((s>>>4).toString(16)),a.push((15&s).toString(16))}return a.join("")},parse:function(e){for(var t=e.length,n=[],a=0;a>>3]|=parseInt(e.substr(a,2),16)<<24-a%8*4;return new c.init(n,t/2)}},p=u.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,a=[],r=0;r>>2]>>>24-r%4*8&255;a.push(String.fromCharCode(s))}return a.join("")},parse:function(e){for(var t=e.length,n=[],a=0;a>>2]|=(255&e.charCodeAt(a))<<24-a%4*8;return new c.init(n,t)}},m=u.Utf8={stringify:function(e){try{return decodeURIComponent(escape(p.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return p.parse(unescape(encodeURIComponent(e)))}},g=i.BufferedBlockAlgorithm=l.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=m.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n,a=this._data,r=a.words,s=a.sigBytes,o=this.blockSize,i=s/(4*o),l=(i=t?e.ceil(i):e.max((0|i)-this._minBufferSize,0))*o,u=e.min(4*l,s);if(l){for(var d=0;d>>24)|4278255360&(r<<24|r>>>8)}var s=this._hash.words,o=e[t+0],l=e[t+1],m=e[t+2],g=e[t+3],A=e[t+4],h=e[t+5],E=e[t+6],f=e[t+7],b=e[t+8],v=e[t+9],C=e[t+10],k=e[t+11],y=e[t+12],B=e[t+13],w=e[t+14],_=e[t+15],I=s[0],x=s[1],j=s[2],S=s[3];I=c(I,x,j,S,o,7,i[0]),S=c(S,I,x,j,l,12,i[1]),j=c(j,S,I,x,m,17,i[2]),x=c(x,j,S,I,g,22,i[3]),I=c(I,x,j,S,A,7,i[4]),S=c(S,I,x,j,h,12,i[5]),j=c(j,S,I,x,E,17,i[6]),x=c(x,j,S,I,f,22,i[7]),I=c(I,x,j,S,b,7,i[8]),S=c(S,I,x,j,v,12,i[9]),j=c(j,S,I,x,C,17,i[10]),x=c(x,j,S,I,k,22,i[11]),I=c(I,x,j,S,y,7,i[12]),S=c(S,I,x,j,B,12,i[13]),j=c(j,S,I,x,w,17,i[14]),I=u(I,x=c(x,j,S,I,_,22,i[15]),j,S,l,5,i[16]),S=u(S,I,x,j,E,9,i[17]),j=u(j,S,I,x,k,14,i[18]),x=u(x,j,S,I,o,20,i[19]),I=u(I,x,j,S,h,5,i[20]),S=u(S,I,x,j,C,9,i[21]),j=u(j,S,I,x,_,14,i[22]),x=u(x,j,S,I,A,20,i[23]),I=u(I,x,j,S,v,5,i[24]),S=u(S,I,x,j,w,9,i[25]),j=u(j,S,I,x,g,14,i[26]),x=u(x,j,S,I,b,20,i[27]),I=u(I,x,j,S,B,5,i[28]),S=u(S,I,x,j,m,9,i[29]),j=u(j,S,I,x,f,14,i[30]),I=d(I,x=u(x,j,S,I,y,20,i[31]),j,S,h,4,i[32]),S=d(S,I,x,j,b,11,i[33]),j=d(j,S,I,x,k,16,i[34]),x=d(x,j,S,I,w,23,i[35]),I=d(I,x,j,S,l,4,i[36]),S=d(S,I,x,j,A,11,i[37]),j=d(j,S,I,x,f,16,i[38]),x=d(x,j,S,I,C,23,i[39]),I=d(I,x,j,S,B,4,i[40]),S=d(S,I,x,j,o,11,i[41]),j=d(j,S,I,x,g,16,i[42]),x=d(x,j,S,I,E,23,i[43]),I=d(I,x,j,S,v,4,i[44]),S=d(S,I,x,j,y,11,i[45]),j=d(j,S,I,x,_,16,i[46]),I=p(I,x=d(x,j,S,I,m,23,i[47]),j,S,o,6,i[48]),S=p(S,I,x,j,f,10,i[49]),j=p(j,S,I,x,w,15,i[50]),x=p(x,j,S,I,h,21,i[51]),I=p(I,x,j,S,y,6,i[52]),S=p(S,I,x,j,g,10,i[53]),j=p(j,S,I,x,C,15,i[54]),x=p(x,j,S,I,l,21,i[55]),I=p(I,x,j,S,b,6,i[56]),S=p(S,I,x,j,_,10,i[57]),j=p(j,S,I,x,E,15,i[58]),x=p(x,j,S,I,B,21,i[59]),I=p(I,x,j,S,A,6,i[60]),S=p(S,I,x,j,k,10,i[61]),j=p(j,S,I,x,m,15,i[62]),x=p(x,j,S,I,v,21,i[63]),s[0]=s[0]+I|0,s[1]=s[1]+x|0,s[2]=s[2]+j|0,s[3]=s[3]+S|0},_doFinalize:function(){var t=this._data,n=t.words,a=8*this._nDataBytes,r=8*t.sigBytes;n[r>>>5]|=128<<24-r%32;var s=e.floor(a/4294967296),o=a;n[15+(r+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),n[14+(r+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),t.sigBytes=4*(n.length+1),this._process();for(var i=this._hash,l=i.words,c=0;c<4;c++){var u=l[c];l[c]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return i},clone:function(){var e=s.clone.call(this);return e._hash=this._hash.clone(),e}});function c(e,t,n,a,r,s,o){var i=e+(t&n|~t&a)+r+o;return(i<>>32-s)+t}function u(e,t,n,a,r,s,o){var i=e+(t&a|n&~a)+r+o;return(i<>>32-s)+t}function d(e,t,n,a,r,s,o){var i=e+(t^n^a)+r+o;return(i<>>32-s)+t}function p(e,t,n,a,r,s,o){var i=e+(n^(t|~a))+r+o;return(i<>>32-s)+t}t.MD5=s._createHelper(l),t.HmacMD5=s._createHmacHelper(l)}(Math),a.MD5)},19382:(e,t,n)=>{"use strict";n.d(t,{a:()=>s});var a=n(54715),r=n(2532);function s(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:"."},t))}},39904:(e,t)=>{"use strict";var n=/^[-!#$%&'*+\/0-9=?A-Z^_a-z{|}~](\.?[-!#$%&'*+\/0-9=?A-Z^_a-z`{|}~])*@[a-zA-Z0-9](-*\.?[a-zA-Z0-9])*\.[a-zA-Z](-?[a-zA-Z0-9])+$/;t.validate=function(e){if(!e)return!1;if(e.length>254)return!1;if(!n.test(e))return!1;var t=e.split("@");return!(t[0].length>64)&&!t[1].split(".").some((function(e){return e.length>63}))}},2467:e=>{"use strict";var t,n="object"==typeof Reflect?Reflect:null,a=n&&"function"==typeof n.apply?n.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};t=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var r=Number.isNaN||function(e){return e!=e};function s(){s.init.call(this)}e.exports=s,e.exports.once=function(e,t){return new Promise((function(n,a){function r(n){e.removeListener(t,s),a(n)}function s(){"function"==typeof e.removeListener&&e.removeListener("error",r),n([].slice.call(arguments))}A(e,t,s,{once:!0}),"error"!==t&&function(e,t,n){"function"==typeof e.on&&A(e,"error",t,n)}(e,r,{once:!0})}))},s.EventEmitter=s,s.prototype._events=void 0,s.prototype._eventsCount=0,s.prototype._maxListeners=void 0;var o=10;function i(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function l(e){return void 0===e._maxListeners?s.defaultMaxListeners:e._maxListeners}function c(e,t,n,a){var r,s,o,c;if(i(n),void 0===(s=e._events)?(s=e._events=Object.create(null),e._eventsCount=0):(void 0!==s.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),s=e._events),o=s[t]),void 0===o)o=s[t]=n,++e._eventsCount;else if("function"==typeof o?o=s[t]=a?[n,o]:[o,n]:a?o.unshift(n):o.push(n),(r=l(e))>0&&o.length>r&&!o.warned){o.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=o.length,c=u,console&&console.warn&&console.warn(c)}return e}function u(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function d(e,t,n){var a={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},r=u.bind(a);return r.listener=n,a.wrapFn=r,r}function p(e,t,n){var a=e._events;if(void 0===a)return[];var r=a[t];return void 0===r?[]:"function"==typeof r?n?[r.listener||r]:[r]:n?function(e){for(var t=new Array(e.length),n=0;n0&&(o=t[0]),o instanceof Error)throw o;var i=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw i.context=o,i}var l=s[e];if(void 0===l)return!1;if("function"==typeof l)a(l,this,t);else{var c=l.length,u=g(l,c);for(n=0;n=0;s--)if(n[s]===t||n[s].listener===t){o=n[s].listener,r=s;break}if(r<0)return this;0===r?n.shift():function(e,t){for(;t+1=0;a--)this.removeListener(e,t[a]);return this},s.prototype.listeners=function(e){return p(this,e,!0)},s.prototype.rawListeners=function(e){return p(this,e,!1)},s.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):m.call(e,t)},s.prototype.listenerCount=m,s.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},60633:function(e){e.exports=function(){"use strict";var e=/^(b|B)$/,t={iec:{bits:["bit","Kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["bit","Kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},n={iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]},a={floor:Math.floor,ceil:Math.ceil};function r(r){var s,o,i,l,c,u,d,p,m,g,A,h,E,f,b,v,C,k,y,B,w,_=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},I=[],x=0;if(isNaN(r))throw new TypeError("Invalid number");if(i=!0===_.bits,b=!0===_.unix,h=!0===_.pad,o=_.base||10,E=void 0!==_.round?_.round:b?1:2,d=void 0!==_.locale?_.locale:"",p=_.localeOptions||{},v=void 0!==_.separator?_.separator:"",C=void 0!==_.spacer?_.spacer:b?"":" ",y=_.symbols||{},k=2===o?_.standard||"iec":"jedec",A=_.output||"string",c=!0===_.fullform,u=_.fullforms instanceof Array?_.fullforms:[],s=void 0!==_.exponent?_.exponent:-1,B=a[_.roundingMethod]||Math.round,m=(g=Number(r))<0,l=o>2?1e3:1024,w=!1===isNaN(_.precision)?parseInt(_.precision,10):0,m&&(g=-g),(-1===s||isNaN(s))&&(s=Math.floor(Math.log(g)/Math.log(l)))<0&&(s=0),s>8&&(w>0&&(w+=8-s),s=8),"exponent"===A)return s;if(0===g)I[0]=0,f=I[1]=b?"":t[k][i?"bits":"bytes"][s];else{x=g/(2===o?Math.pow(2,10*s):Math.pow(1e3,s)),i&&(x*=8)>=l&&s<8&&(x/=l,s++);var j=Math.pow(10,s>0?E:0);I[0]=B(x*j)/j,I[0]===l&&s<8&&void 0===_.exponent&&(I[0]=1,s++),f=I[1]=10===o&&1===s?i?"kbit":"kB":t[k][i?"bits":"bytes"][s],b&&(I[1]=I[1].charAt(0),e.test(I[1])&&(I[0]=Math.floor(I[0]),I[1]=""))}if(m&&(I[0]=-I[0]),w>0&&(I[0]=I[0].toPrecision(w)),I[1]=y[I[1]]||I[1],!0===d?I[0]=I[0].toLocaleString():d.length>0?I[0]=I[0].toLocaleString(d,p):v.length>0&&(I[0]=I[0].toString().replace(".",v)),h&&!1===Number.isInteger(I[0])&&E>0){var S=v||".",Q=I[0].toString().split(S),N=Q[1]||"",R=N.length,T=E-R;I[0]="".concat(Q[0]).concat(S).concat(N.padEnd(R+T,"0"))}return c&&(I[1]=u[s]?u[s]:n[k][s]+(i?"bit":"byte")+(1===I[0]?"":"s")),"array"===A?I:"object"===A?{value:I[0],symbol:I[1],exponent:s,unit:f}:I.join(C)}return r.partial=function(e){return function(t){return r(t,e)}},r}()},22774:(e,t,n)=>{"use strict";n.d(t,{u:()=>s});var a=n(54715),r=n(91859);function s(e,t){return void 0===t&&(t={}),(0,r.D)(e,(0,a.Cl)({delimiter:"-"},t))}},58314:e=>{e.exports=function(e){return null!=e&&null!=e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}},21214:(e,t)=>{"use strict";function n(e){return"[object Object]"===Object.prototype.toString.call(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.isPlainObject=function(e){var t,a;return!1!==n(e)&&(void 0===(t=e.constructor)||!1!==n(a=t.prototype)&&!1!==a.hasOwnProperty("isPrototypeOf"))}},49475:function(e,t){var n,a;a="undefined"!=typeof self?self:"undefined"!=typeof window||"undefined"!=typeof window?window:this,e.exports=function(a){"use strict";var r,s=(a=a||{}).Base64,o="2.6.4",i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l=function(e){for(var t={},n=0,a=e.length;n>>6)+c(128|63&t):c(224|t>>>12&15)+c(128|t>>>6&63)+c(128|63&t);var t=65536+1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320);return c(240|t>>>18&7)+c(128|t>>>12&63)+c(128|t>>>6&63)+c(128|63&t)},d=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,p=function(e){return e.replace(d,u)},m=function(e){var t=[0,2,1][e.length%3],n=e.charCodeAt(0)<<16|(e.length>1?e.charCodeAt(1):0)<<8|(e.length>2?e.charCodeAt(2):0);return[i.charAt(n>>>18),i.charAt(n>>>12&63),t>=2?"=":i.charAt(n>>>6&63),t>=1?"=":i.charAt(63&n)].join("")},g=a.btoa&&"function"==typeof a.btoa?function(e){return a.btoa(e)}:function(e){if(e.match(/[^\x00-\xFF]/))throw new RangeError("The string contains invalid characters.");return e.replace(/[\s\S]{1,3}/g,m)},A=function(e){return g(p(String(e)))},h=function(e){return e.replace(/[+\/]/g,(function(e){return"+"==e?"-":"_"})).replace(/=/g,"")},E=function(e,t){return t?h(A(e)):A(e)},f=function(e){return E(e,!0)};a.Uint8Array&&(r=function(e,t){for(var n="",a=0,r=e.length;a>>18)+i.charAt(c>>>12&63)+(void 0!==o?i.charAt(c>>>6&63):"=")+(void 0!==l?i.charAt(63&c):"=")}return t?h(n):n});var b,v=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,C=function(e){switch(e.length){case 4:var t=((7&e.charCodeAt(0))<<18|(63&e.charCodeAt(1))<<12|(63&e.charCodeAt(2))<<6|63&e.charCodeAt(3))-65536;return c(55296+(t>>>10))+c(56320+(1023&t));case 3:return c((15&e.charCodeAt(0))<<12|(63&e.charCodeAt(1))<<6|63&e.charCodeAt(2));default:return c((31&e.charCodeAt(0))<<6|63&e.charCodeAt(1))}},k=function(e){return e.replace(v,C)},y=function(e){var t=e.length,n=t%4,a=(t>0?l[e.charAt(0)]<<18:0)|(t>1?l[e.charAt(1)]<<12:0)|(t>2?l[e.charAt(2)]<<6:0)|(t>3?l[e.charAt(3)]:0),r=[c(a>>>16),c(a>>>8&255),c(255&a)];return r.length-=[0,0,2,1][n],r.join("")},B=a.atob&&"function"==typeof a.atob?function(e){return a.atob(e)}:function(e){return e.replace(/\S{1,4}/g,y)},w=function(e){return B(String(e).replace(/[^A-Za-z0-9\+\/]/g,""))},_=function(e){return k(B(e))},I=function(e){return String(e).replace(/[-_]/g,(function(e){return"-"==e?"+":"/"})).replace(/[^A-Za-z0-9\+\/]/g,"")},x=function(e){return _(I(e))};a.Uint8Array&&(b=function(e){return Uint8Array.from(w(I(e)),(function(e){return e.charCodeAt(0)}))});var j=function(){var e=a.Base64;return a.Base64=s,e};if(a.Base64={VERSION:o,atob:w,btoa:g,fromBase64:x,toBase64:E,utob:p,encode:E,encodeURI:f,btou:k,decode:x,noConflict:j,fromUint8Array:r,toUint8Array:b},"function"==typeof Object.defineProperty){var S=function(e){return{value:e,enumerable:!1,writable:!0,configurable:!0}};a.Base64.extendString=function(){Object.defineProperty(String.prototype,"fromBase64",S((function(){return x(this)}))),Object.defineProperty(String.prototype,"toBase64",S((function(e){return E(this,e)}))),Object.defineProperty(String.prototype,"toBase64URI",S((function(){return E(this,!0)})))}}return a.Meteor&&(Base64=a.Base64),e.exports?e.exports.Base64=a.Base64:void 0===(n=function(){return a.Base64}.apply(t,[]))||(e.exports=n),{Base64:a.Base64}}(a)},25700:(e,t,n)=>{"use strict";n.d(t,{g:()=>a});function a(e){return e.toLowerCase()}},20305:e=>{"use strict";function t(e,t,n,a){var r=Number(e[t].meta.id+1).toString(),s="";return"string"==typeof a.docId&&(s="-"+a.docId+"-"),s+r}function n(e,t){var n=Number(e[t].meta.id+1).toString();return e[t].meta.subId>0&&(n+=":"+e[t].meta.subId),"["+n+"]"}function a(e,t,n,a,r){var s=r.rules.footnote_anchor_name(e,t,n,a,r),o=r.rules.footnote_caption(e,t,n,a,r),i=s;return e[t].meta.subId>0&&(i+=":"+e[t].meta.subId),''+o+""}function r(e,t,n){return(n.xhtmlOut?'
    \n':'
    \n')+'
    \n
      \n'}function s(){return"
    \n
    \n"}function o(e,t,n,a,r){var s=r.rules.footnote_anchor_name(e,t,n,a,r);return e[t].meta.subId>0&&(s+=":"+e[t].meta.subId),'
  • '}function i(){return"
  • \n"}function l(e,t,n,a,r){var s=r.rules.footnote_anchor_name(e,t,n,a,r);return e[t].meta.subId>0&&(s+=":"+e[t].meta.subId),' ↩︎'}e.exports=function(e){var c=e.helpers.parseLinkLabel,u=e.utils.isSpace;e.renderer.rules.footnote_ref=a,e.renderer.rules.footnote_block_open=r,e.renderer.rules.footnote_block_close=s,e.renderer.rules.footnote_open=o,e.renderer.rules.footnote_close=i,e.renderer.rules.footnote_anchor=l,e.renderer.rules.footnote_caption=n,e.renderer.rules.footnote_anchor_name=t,e.block.ruler.before("reference","footnote_def",(function(e,t,n,a){var r,s,o,i,l,c,d,p,m,g,A,h=e.bMarks[t]+e.tShift[t],E=e.eMarks[t];if(h+4>E)return!1;if(91!==e.src.charCodeAt(h))return!1;if(94!==e.src.charCodeAt(h+1))return!1;for(l=h+2;l=E||58!==e.src.charCodeAt(++l))return!1;if(a)return!0;for(l++,e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.refs||(e.env.footnotes.refs={}),c=e.src.slice(h+2,l-2),e.env.footnotes.refs[":"+c]=-1,(d=new e.Token("footnote_reference_open","",1)).meta={label:c},d.level=e.level++,e.tokens.push(d),r=e.bMarks[t],s=e.tShift[t],o=e.sCount[t],i=e.parentType,A=l,p=m=e.sCount[t]+l-(e.bMarks[t]+e.tShift[t]);l=o)&&(94===e.src.charCodeAt(i)&&(91===e.src.charCodeAt(i+1)&&(n=i+2,!((a=c(e,i+1))<0)&&(t||(e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.list||(e.env.footnotes.list=[]),r=e.env.footnotes.list.length,e.md.inline.parse(e.src.slice(n,a),e.md,e.env,s=[]),e.push("footnote_ref","",0).meta={id:r},e.env.footnotes.list[r]={content:e.src.slice(n,a),tokens:s}),e.pos=a+1,e.posMax=o,!0))))})),e.inline.ruler.after("footnote_inline","footnote_ref",(function(e,t){var n,a,r,s,o=e.posMax,i=e.pos;if(i+3>o)return!1;if(!e.env.footnotes||!e.env.footnotes.refs)return!1;if(91!==e.src.charCodeAt(i))return!1;if(94!==e.src.charCodeAt(i+1))return!1;for(a=i+2;a=o)&&(a++,n=e.src.slice(i+2,a-1),void 0!==e.env.footnotes.refs[":"+n]&&(t||(e.env.footnotes.list||(e.env.footnotes.list=[]),e.env.footnotes.refs[":"+n]<0?(r=e.env.footnotes.list.length,e.env.footnotes.list[r]={label:n,count:0},e.env.footnotes.refs[":"+n]=r):r=e.env.footnotes.refs[":"+n],s=e.env.footnotes.list[r].count,e.env.footnotes.list[r].count++,e.push("footnote_ref","",0).meta={id:r,subId:s,label:n}),e.pos=a,e.posMax=o,!0)))})),e.core.ruler.after("inline","footnote_tail",(function(e){var t,n,a,r,s,o,i,l,c,u,d=!1,p={};if(e.env.footnotes&&(e.tokens=e.tokens.filter((function(e){return"footnote_reference_open"===e.type?(d=!0,c=[],u=e.meta.label,!1):"footnote_reference_close"===e.type?(d=!1,p[":"+u]=c,!1):(d&&c.push(e),!d)})),e.env.footnotes.list)){for(o=e.env.footnotes.list,i=new e.Token("footnote_block_open","",1),e.tokens.push(i),t=0,n=o.length;t0?o[t].count:1,a=0;a{},53290:()=>{},15583:()=>{},81500:()=>{},88904:()=>{},34006:()=>{},57482:()=>{},7683:()=>{},9944:()=>{},38742:()=>{},9383:()=>{},44288:()=>{},39653:()=>{},26075:()=>{},25634:()=>{},49488:()=>{},34229:()=>{},54447:()=>{},19569:()=>{},65486:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={container:"demNsMJjhi7BLY7xhjU5","icon-wrapper":"QiUjdjJSkqh6nH7YMG5A","is-error":"Q080AHcq29J2fc68Hhk5",icon:"hYWbIwhppukXmGnsiT9H","is-warning":"JjHuxWly0HI9C60gorbq","is-info":"Cm8ZFHi3mngl4cj9Gatx","is-success":"ytGBsU015p3LGwOPwFDx"}},77560:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={button:"zI5tJ_qhWE6Oe6Lk75GY","is-icon-button":"tuBt2DLqimiImoqVzPqo",small:"Na39I683LAaSA99REg14",normal:"ipS7tKy9GntCS4R3vekF",icon:"paGLQwtPEaJmtArCcmyK",regular:"lZAo6_oGfclXOO9CC6Rd","full-width":"xJDOiJxTt0R_wSl8Ipz_",loading:"q_tVWqMjl39RcY6WtQA6","external-icon":"CDuBjJp_8jxzx5j6Nept"}},4459:()=>{},84813:()=>{},47842:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"star-icon":"cuoSlhSNrqf1dozY22Xb",jetpack:"lAIiifeLMmZAPlQ9n9ZR","checkmark-icon":"JLquNpQVlysAamuh5lJO",socialIcon:"cbOwD8Y4tFjwimmtchQI",bluesky:"aLWBKY0yRghEk7tNCgK3",facebook:"aHOlEBGD5EA8NKRw3xTw",instagram:"cL3m0xBYTYhIKI7lCqDB",twitter:"af4Y_zItXvLAOEoSDPSv",linkedin:"f68aqF3XSD1OBvXR1get",tumblr:"xFI0dt3UiXRlRQdqPWkx",google:"q7JEoyymveP6kF747M43",mastodon:"DKOBOTVmTLbh26gUH_73",nextdoor:"n5XodNsuMfMAAvqHFmbw",whatsapp:"fftumuc_lJ6v0tq4UMVR",threads:"inzgC27qxdt7hSdhTWRI"}},59053:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={sm:"(max-width: 599px)",md:"(min-width: 600px) and (max-width: 959px)",lg:"(min-width: 960px)"}},47876:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={placeholder:"NisihrgiIKl_knpYJtfg",pulse:"R2i0K45dEF157drbVRPI"}},16024:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={container:"VHYulMcpzbr10HWR0iSE","icon-wrapper":"FGpSkMCiIHQjszcV0dbn","close-button":"KoWZcCwhW13xvkEb0QON","main-content":"smrfczkC53EaFM8OJUXs",title:"IKYRWoPwt9xOVEx1wzNS","action-bar":"qM0qY6mPYp1MPN54A3Kg","is-error":"A5YkDkkXuiYgavrY6Nux",icon:"y_IPyP1wIAOhyNaqvXJq","is-warning":"cT5rwuPMZzWvi5o6shMl","is-info":"yo0O3uvNomPsYUXFCpAS","is-success":"oZdDFf1jBLkzn5ICCC6x"}},85335:()=>{},22073:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={reset:"WQVtrU6q0L1Igcj7wCrQ","headline-medium":"UujoBFTnQNY2cWU2SIsH","headline-small":"TeGO5V_thHw5lDAm1_2M","headline-small-regular":"WolQzb2MsSgiNmLtc7_j","title-medium":"hUB0JT8p1T2Hw28N6qC8","title-medium-semi-bold":"gKZWDv5chz3_O3Syp74H","title-small":"zY2No8Ga4b8shbOQGhnv",body:"tIj0D1t8Cc892ikmgFPZ","body-small":"KdcN0BnOaVeVhyLRKqhS","body-extra-small":"dso3Rh3tl3Xv1GumBktz","body-extra-small-bold":"mQ1UlbN9u4Mg9byO8m7v",label:"PItlW5vRExLnTj4a8eLE","m-0":"TwRpPlktzxhmFVeua7P5","mx-0":"zVfqx7gyb3o9mxfGynn1","my-0":"iSHVzNiB9iVleGljaQxy","mt-0":"xqDIp6cNVr_E6RXaiPyD","mr-0":"S8EwaXk1kyPizt6x4WH2","mb-0":"ODX5Vr1TARoLFkDDFooD","ml-0":"cphJ8dCpfimnky7P2FHg","m-1":"PFgIhNxIyiSuNvQjAIYj","mx-1":"M2jKmUzDxvJjjVEPU3zn","my-1":"io15gAh8tMTNbSEfwJKk","mt-1":"rcTN5uw9xIEeMEGL3Xi_","mr-1":"CQSkybjq2TcRM1Xo9COV","mb-1":"hfqOWgq6_MEGdFE82eOY","ml-1":"I8MxZQYTbuu595yfesWA","m-2":"kQkc6rmdpvLKPkyoJtVQ","mx-2":"j6vFPxWuu4Jan2ldoxpp","my-2":"hqr39dC4H_AbactPAkCG","mt-2":"c3dQnMi16C6J6Ecy4283","mr-2":"YNZmHOuRo6hU7zzKfPdP","mb-2":"Db8lbak1_wunpPk8NwKU","ml-2":"ftsYE5J9hLzquQ0tA5dY","m-3":"Det4MHzLUW7EeDnafPzq","mx-3":"h_8EEAztC29Vve1datb5","my-3":"YXIXJ0h1k47u6hzK8KcM","mt-3":"soADBBkcIKCBXzCTuV9_","mr-3":"zSX59ziEaEWGjnpZa4uV","mb-3":"yrVTnq_WBMbejg89c2ZQ","ml-3":"UKtHPJnI2cXBWtPDm5hM","m-4":"guexok_Tqd5Tf52hRlbT","mx-4":"oS1E2KfTBZkJ3F0tN7T6","my-4":"DN1OhhXi6AoBgEdDSbGd","mt-4":"ot2kkMcYHv53hLZ4LSn0","mr-4":"A1krOZZhlQ6Sp8Cy4bly","mb-4":"pkDbXXXL32237M0hokEh","ml-4":"XXv4kDTGvEnQeuGKOPU3","m-5":"yGqHk1a57gaISwkXwXe6","mx-5":"X8cghM358X3DkXLc9aNK","my-5":"GdfSmGwHlFnN2S6xBn1f","mt-5":"yqeuzwyGQ7zG0avrGqi_","mr-5":"g9emeCkuHvYhveiJbfXO","mb-5":"Lvk3dqcyHbZ07QCRlrUQ","ml-5":"r3yQECDQ9qX0XZzXlVAg","m-6":"aQhlPwht2Cz1X_63Miw0","mx-6":"JyHb0vK3wJgpblL9s5j8","my-6":"cY2gULL1lAv6WPNIRuf3","mt-6":"NBWQ9Lwhh_fnry3lg_p7","mr-6":"yIOniNe5E40C8fWvBm5V","mb-6":"t30usboNSyqfQWIwHvT3","ml-6":"Nm_TyFkYCMhOoghoToKJ","m-7":"C4qJKoBXpgKtpmrqtEKB","mx-7":"S93Srbu6NQ_PBr7DmTiD","my-7":"fJj8k6gGJDks3crUZxOS","mt-7":"cW6D6djs7Ppm7fD7TeoV","mr-7":"DuCnqNfcxcP3Z__Yo5Ro","mb-7":"im8407m2fw5vOg7O2zsw","ml-7":"G0fbeBgvz2sh3uTP9gNl","m-8":"kvW3sBCxRxUqz1jrVMJl","mx-8":"tOjEqjLONQdkiYx_XRnw","my-8":"op5hFSx318zgxsoZZNLN","mt-8":"c9WfNHP6TFKWIfLxv52J","mr-8":"sBA75QqcqRwwYSHJh2wc","mb-8":"GpL6idrXmSOM6jB8Ohsf","ml-8":"HbtWJoQwpgGycz8dGzeT","p-0":"uxX3khU88VQ_Ah49Ejsa","px-0":"KX0FhpBKwKzs9fOUdbNz","py-0":"PfK8vKDyN32dnimlzYjz","pt-0":"emxLHRjQuJsImnPbQIzE","pr-0":"kJ8WzlpTVgdViXt8ukP9","pb-0":"tg_UIUI11VBzrTAn2AzJ","pl-0":"uczvl8kaz84oPQJ2DB2R","p-1":"o7UHPcdVK3lt7q3lqV4o","px-1":"IDqEOxvDoYrFYxELPmtX","py-1":"DdywPW2qSYlu2pt8tpO2","pt-1":"npy3hw4A5QSkDicb2CJJ","pr-1":"LgbptTApNY5NwLQvEFAt","pb-1":"WZQy2SZuZso59bUsXXyl","pl-1":"o331apInxNunbYB3SfPE","p-2":"fMPIyD9Vqki1Lrc_yJnG","px-2":"i2pMcTcdrr10IQoiSm_L","py-2":"eA702gn32kwptiI1obXH","pt-2":"o9bGieUKcYc8o0Ij9oZX","pr-2":"SwZcFez1RDqWsOFjB5iG","pb-2":"eHpLc_idmuEqeqCTvqkN","pl-2":"vU39i2B4P1fUTMB2l6Vo","p-3":"JHWNzBnE29awhdu5BEh1","px-3":"X72lGbb56L3KFzC2xQ9N","py-3":"BzfNhRG8wXdCEB5ocQ6e","pt-3":"srV0KSDC83a2fiimSMMQ","pr-3":"lUWfkmbQjCskhcNwkyCm","pb-3":"Ts0dIlc3aTSL7V4cIHis","pl-3":"CzlqQXXhX6MvorArFZ8B","p-4":"TqMPkQtR_DdZuKb5vBoV","px-4":"a7UrjhI69Vetlcj9ZVzz","py-4":"StEhBzGs2Gi5dDEkjhAv","pt-4":"FGneZfZyvYrt1dG0zcnm","pr-4":"APEH216rpdlJWgD2fHc8","pb-4":"oGwXC3ohCic9XnAj6x69","pl-4":"U6gnT9y42ViPNOcNzBwb","p-5":"IpdRLBwnHqbqFrixgbYC","px-5":"HgNeXvkBa9o3bQ5fvFZm","py-5":"tJtFZM3XfPG9v9TSDfN1","pt-5":"PdifHW45QeXYfK568uD8","pr-5":"mbLkWTTZ0Za_BBbFZ5b2","pb-5":"vVWpZpLlWrkTt0hMk8XU","pl-5":"RxfaJj5a1Nt6IavEo5Zl","p-6":"SppJULDGdnOGcjZNCYBy","px-6":"palY2nLwdoyooPUm9Hhk","py-6":"WYw1JvZC0ppLdvSAPhr_","pt-6":"YEEJ9b90ueQaPfiU8aeN","pr-6":"QE0ssnsKvWJMqlhPbY5u","pb-6":"n8yA3jHlMRyLd5UIfoND","pl-6":"tXHmxYnHzbwtfxEaG51n","p-7":"kBTsPKkO_3g_tLkj77Um","px-7":"RyhrFx6Y1FGDrGAAyaxm","py-7":"CBwRpB0bDN3iEdQPPMJO","pt-7":"vQVSq6SvWKbOMu6r4H6b","pr-7":"oBy5__aEADMsH46mrgFX","pb-7":"KVEXoJqf1s92j0JMdNmN","pl-7":"ZMXGNrNaKW3k_3TLz0Fq","p-8":"tuiR9PhkHXhGyEgzRZRI","px-8":"U7454qyWkQNa2iaSJziu","py-8":"VLYIv2GVocjuN93e8HC8","pt-8":"X1rm9DQ1zLGLfogja5Gn","pr-8":"JS7G6kAuqJo5GIuF8S5t","pb-8":"Y8F9ga1TDCMbM1lj4gUz","pl-8":"AJuyNGrI63BOWql719H8"}},25196:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={global:"_fUXxnSp5pagKBp9gSN7"}},85605:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"O5Go3eBOBqWlXy7fX0su","connection-name":"fgQ4OdnJ1svMwDnOKu2H","profile-link":"ArQoWnNoP4okGpEbxF6b",confirmDialog:"QsEfjoVyfc0gVACXTvUM","mark-shared-wrap":"eCH_xkiqbqL0UkJjU_1p","connection-panel":"J2Rz6Qb6mWPyJDF0yoqw","connection-list":"fXYYdRkn3LXtN9YH3354","connection-list-item":"LaK9P7Nfi4ZBH0NhtbSs","connection-item":"tI3FtttoJPuF9AJzCAMv","connection-item-name":"msoMjBB_4Uq5qpRgobsH","learn-more":"RjMLptH6v03AX5ABWBp3","connection-name-wrapper":"z5Do97zRnujyW3Oj0pPJ"}},49514:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"connection-container":"KQcQQLxH5fI08DfOlKwL"}},71016:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"connections-list":"Ua6eKcnk_tQQpFlgXMSn","components-notice":"SHqrIEguRfCILRHPyxE9","more-link":"ejyuBjiLmHz_UTFmBnjA","change-settings-button":"smqXe_da1eoP4Agql_Cs","enhanced-features-nudge":"eQZwqSCI_uVWrJ2jIRUA","enabled-connections-notice":"O_ZghPCUG7291iVsp1wx","no-connections-text":"nrOxj0JeSCWwCB4oaR94","broken-connection-btn":"Jxra4242dPPaUy28mM8H","broken-connection-service":"amoEz9VXiwF3eyLxTbOA","broken-connection":"irsbCLZJNayrJ0g_joAn","settings-button":"lIKYDl6xVVtMbvcUDrrn"}},60548:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={container:"OWstrHF6QZdaosKs0b6j",hidden:"HJMFrbZ0khdkKKkocrIK"}},18973:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={confirmation:"udAWaza1u34TkmZZUPq4","header-text":"JsO4jFxFAKjG6Go62bZF",form:"SeoSfJ6eII9O0PiDkl5g","accounts-list":"M6POQFFbhswwolN6D9VN","account-input":"Sk_WQxS97yTokR_rM3Ci","account-label":"CRjatFVv3dQMjG9_Vmjj","submit-wrap":"re3HrL6GJa59uqDgx771","profile-pic":"jPB4ApiYyEswu6AKKJqk","account-info":"JhIphWt8e2X_ee0l7KEZ"}},73842:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={modal:"Mu_jAq5ZcYDM1kmBbxcs","connect-form":"foAsC5GlXOWEzACnxT_P",small:"_7PKKGx44v2H9dJbUltFw","manual-share":"IGOk1gMf5SKkfOKyF7Xc"}},27681:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"pp_WJTHlGIX9bcHCLxJh",title:"IzRyqrcpwjKRBJKEtECz"}},97671:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"preview-wrapper":"cZuW54OEuUN9yvuE_rNU","preview-image":"vCs0BOExDMOystFhG2wa",container:"sKpch49QzrpontC0DvF7",subtitle:"vOO47kVjHn7i63fQ0bx0",preview:"ziE_jq4PmQmGBedGskf_",remove:"qqGj0rmSJvZs9dyr0u_I","remove-loading":"TJGgifcTHqUtknPqVQpH"}},35270:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"f92zWdEJJIwBvwH5rRzn",disabled:"rBTOWyeewE4VxAqYgjoI","preview-wrapper":"PykCvaqoL7AIDzVKJAtg",notice:"SSMDWFYkP44va5KqPpTP",subtitle:"Q21myqk1zOYB3IH8YuEq","learn-more":"RoerAwwhu_PqirHlSJPz"}},93794:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={notice:"ptn8jt555LOvMXWaoLxs","notice--default":"IVzciZv5S5E8XgR5EsLp","notice--highlight":"OpbDsm3F65Z4K5Bz43cz","notice--warning":"dlrSwB0tyuf1TYcypDec","notice--error":"hkpqil8E11PObwu7TVU2",content:"AeqtA3GRe7sFjKaC9SqL",dismiss:"IArBTmNL2K4du5WPBUhg",actions:"T7E2eJJN4qjwPpv3mcjV"}},87170:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={panel:"U_WW2qLSQA71SJYyITOq"}},5780:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={description:"D8uyjb_rjCf4HTMT0mj0"}},55387:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"loading-block":"dCsa7WNQhT_7RhRkZih1","loading-text":"VotVfPmHNdU_xItAWEKQ"}},61420:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"dhja1sVSpDACLZ6k4sBy"}},76445:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={prompt:"CW7R8fRQqVKfyXFYiNWR",buttons:"n34j0qWq2EZzYl1jAiej",button:"aIuCL8MdydCJGcrOqp4x",header:"qegtnlYWDc3UnIGPRlQb"}},42475:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={services:"SbpyhN5jnda8H868J3rX","service-list-item":"ONeewrk3aNC1gYJebq7K","service-item":"RoTxOeGFqAwk3pXUZpvF","service-item-info":"AjlYaYB_xi9ciXXCqHIJ","service-basics":"kdYli5nS3b46T57Ih5TQ",heading:"ci8T5eNe1rggYILce596",badges:"W6mPdl5wGQlXfp1hYSK0",badge:"QbcyaAVqz3U_2xlIOZCw",title:"fXvUC1jZNUXR7RSrIylI",description:"d22_aeSA1etqpnckP_Mr",actions:"ddhaNmGMqOySRjR_TtqJ","learn-more":"nnSF_IK4vYviTlCOzPrg","service-panel":"u17AiTny2Jbh35JFAUYw","connect-form-wrapper":"U_Z9JvOsEQ6BtkH9P1IQ","active-connection":"MyXskAb4aXwO7zitR97z","broken-connection-alert":"hMntEpO6BV5B11lyAitv","service-connection-list":"Y_4JpLfOnXVZKvEs179H","example-wrapper":"jdahJvXCrCw0hA5NP3D3",small:"LLeYGX7Owy6gmpNW88VV","service-connection":"EdjyE9tVLH6lWMoB9z3M","connection-details":"EQQHwkVXRn0caD6J7LqV","profile-pic":"vvlyiVm67wUWF9NhpMA4",disconnect:"zqX6xk8KCGK1_qbYKqY5","connect-form":"fNeO_MZFp7cPkgtCdkAF","connect-button":"zK8sijAMFNs2m6WRAoi4","mark-shared-wrap":"zLobzkXnF6jHxNvkfz5_"}},99811:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"share-buttons":"JUeclE9CucaXRlTL5K9H",x:"rhyZKz4FQtFOFAMwLgLj",whatsapp:"DDRhGoqXUOM6Jug54nEB",facebook:"h57Cabo4jn8Ke77_DLOX",clipboard:"tvNWJpaNzPro4QaItBae",vertical:"p_VTpBCFklSkcb0iiD0K",container:"DyIAUIn_2bkciyB_XtgH",label:"Lx8xScOApJmJdhJF9JWd"}},14150:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"trigger-wrapper":"kyLdsnatoC0HbIDJQm9S",wrapper:"Syp1HH254tFVzcFG2Zh2",modal:"YABlqQXOGnawHFcJa7zT","share-item-name-wrapper":"vEA7jwVDDYmYUaVhX9QR","share-item-name":"AsH9JOuWehE027IlR7Y2","share-status-wrapper":"hvN5L4O60W8ftCvW1gRX","share-status-success":"aF8rESnbAc_uQUN0H3py","share-status-failure":"mfUKWd8ZvydeEyWeKhJ2","share-status-label":"pvVeQhJ9oNx0CFoHYEit","share-status-icon-tooltip":"fXQtkkrybB5DooWXxt67","share-status-icon":"bJAz31xuwL_vO4V97YfM","dataview-wrapper":"eYjvcy4kG7GH44dIVLYO","connection-name":"Zr_Eo4TmHx_X7UFoJcuM","retry-wrapper":"csen0rABejxv4X3l1cx5"}},53744:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={templateControl:"tfWupx32Rn5hHqVjTzui",customText:"qu9UsV1EEFeFxhU3Wgt5",mediaPicker:"nZhgKYFn6MQoIDGcKrUG"}},88375:()=>{"use strict"},52002:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={templates:"m9360_cMWKFHTNk9xpNz",template:"j4EvSJfKIJLGEIAETiEY","template--active":"dQb3Zpl0puk4V6ezZslo"}},47944:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={panel:"nOZgE6dP_guav2888GAK",modal:"jxndagXCphEhzYfnjHMZ","modal-content":"na9tpJVboVaxVNabSRsr","close-button":"VxWWpt730pSzZCEVjxA3","settings-header":"z14EiGfFuQwKazBW3LpF","settings-section":"LAWYmJPODB8LgzQMzsyx","settings-content":"vVbLRydJFLCVa49hSz83","preview-section":"uw1atyZ2fcJoKjwf6SZW","preview-content":"meKppCUznQhlkjwZuS6G","disabled-tab":"HS7f47n0w2xUqa4wQkwX","modal-description":"dKXzdVKZ7LYvSmUVrl26"}},95051:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"publicize-notice":"__nV49on4_ijaV8Brnsw","components-notice":"zZ3Pu7E87XyYIdPR2WTt","components-button":"fLC8AaLf3xcKaoJ4Opax"}},76794:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"sP1aklNMfj7lCDxuhWaq",progress:"a6tcXi51GAewl3qx0AVi",duration:"uFtCCGeycoI94JbCnJh8"}},54746:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"h2NGkiVs1r1nf85LtJpF","conversion-notice":"k3Apzwo3v9n0IaHbB8tf"}},44997:e=>{var t=1e3,n=60*t,a=60*n,r=24*a,s=7*r,o=365.25*r;function i(e,t,n,a){var r=t>=1.5*n;return Math.round(e/n)+" "+a+(r?"s":"")}e.exports=function(e,l){l=l||{};var c=typeof e;if("string"===c&&e.length>0)return function(e){if((e=String(e)).length>100)return;var i=/^(-?(?:\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(!i)return;var l=parseFloat(i[1]);switch((i[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return l*o;case"weeks":case"week":case"w":return l*s;case"days":case"day":case"d":return l*r;case"hours":case"hour":case"hrs":case"hr":case"h":return l*a;case"minutes":case"minute":case"mins":case"min":case"m":return l*n;case"seconds":case"second":case"secs":case"sec":case"s":return l*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return l;default:return}}(e);if("number"===c&&isFinite(e))return l.long?function(e){var s=Math.abs(e);if(s>=r)return i(e,s,r,"day");if(s>=a)return i(e,s,a,"hour");if(s>=n)return i(e,s,n,"minute");if(s>=t)return i(e,s,t,"second");return e+" ms"}(e):function(e){var s=Math.abs(e);if(s>=r)return Math.round(e/r)+"d";if(s>=a)return Math.round(e/a)+"h";if(s>=n)return Math.round(e/n)+"m";if(s>=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))}},2532:(e,t,n)=>{"use strict";n.d(t,{W:()=>o});var a=n(25700),r=[/([a-z0-9])([A-Z])/g,/([A-Z])([A-Z][a-z])/g],s=/[^A-Z0-9]+/gi;function o(e,t){void 0===t&&(t={});for(var n=t.splitRegexp,o=void 0===n?r:n,l=t.stripRegexp,c=void 0===l?s:l,u=t.transform,d=void 0===u?a.g:u,p=t.delimiter,m=void 0===p?" ":p,g=i(i(e,o,"$1\0$2"),c,"\0"),A=0,h=g.length;"\0"===g.charAt(A);)A++;for(;"\0"===g.charAt(h-1);)h--;return g.slice(A,h).split("\0").map(d).join(m)}function i(e,t,n){return t instanceof RegExp?e.replace(t,n):t.reduce((function(e,t){return e.replace(t,n)}),e)}},68530:(e,t,n)=>{"use strict";var a=n(10961);e.exports=function(e,t){var n=this;return a(n.data,e,n.data[t]||r,n),n};var r=[]},35479:(e,t,n)=>{"use strict";var a=n(75466);e.exports=function(e){return Boolean(a(this,e))}},49897:(e,t,n)=>{"use strict";var a=n(74424);e.exports=function(e){var t,n,r,s,o=this,i=-1;a(e,o,o.data);for(;++i{"use strict";var a=n(58314),r=n(58496);e.exports=o;var s=o.prototype;function o(e,t){var n,s=-1;if(!(this instanceof o))return new o(e,t);if("string"==typeof e||a(e)?("string"==typeof t||a(t))&&(n=[{dic:t}]):e&&("length"in e?(n=e,e=e[0]&&e[0].aff):(e.dic&&(n=[e]),e=e.aff)),!e)throw new Error("Missing `aff` in dictionary");if(e=r(e),this.data=Object.create(null),this.compoundRuleCodes=e.compoundRuleCodes,this.replacementTable=e.replacementTable,this.conversion=e.conversion,this.compoundRules=e.compoundRules,this.rules=e.rules,this.flags=e.flags,n)for(;++s{"use strict";e.exports=function(e){var t,n,a,r,s=this,o=e.toString("utf8").split("\n"),i=-1;void 0===s.flags.FORBIDDENWORD&&(s.flags.FORBIDDENWORD=!1);r=s.flags.FORBIDDENWORD;for(;++i{"use strict";e.exports=function(e){return delete this.data[e],this}},92347:(e,t,n)=>{"use strict";var a=n(75466),r=n(91534);e.exports=function(e){var t=this,n=a(t,e,!0);return{correct:t.correct(e),forbidden:Boolean(n&&r(t.flags,"FORBIDDENWORD",t.data[n])),warn:Boolean(n&&r(t.flags,"WARN",t.data[n]))}}},98559:(e,t,n)=>{"use strict";var a=n(41455),r=n(92545),s=n(91534),o=n(75466);e.exports=function(e){var t,n,s,o,c,u,d,p,m,g,A,h,E,f,b,v,C,k,y,B,w,_,I,x,j,S=this,Q={},N=[],R={},T=[];if(!(e=r(e.trim(),S.conversion.in))||S.correct(e))return[];j=a(e),o=-1;for(;++o-1;)T.push(e.replace(n[0],n[1])),c=e.indexOf(n[0],c+1);o=-1;for(;++oR[t]?-1:1}(e,t)||function(e,t){var n=a(e),r=a(t);return n===r?0:n===j?-1:r===j?1:void 0}(e,t)||function(e,t){return e.localeCompare(t)}(e,t)})),s=[],I=[],o=-1;for(;++o{"use strict";var a=n(77598);e.exports=function(e,t,n,o){var i,l,c,u,d,p,m,g=-1;(!("NEEDAFFIX"in o.flags)||n.indexOf(o.flags.NEEDAFFIX)<0)&&function(e,t,n){var a=e[t];t in e?a===s?e[t]=n.concat():r.apply(a,n):e[t]=n.concat()}(e,t,n);for(;++g{"use strict";var a=n(73509);e.exports=function(e){var t,n,u,d,p,m,g,A,h,E,f,b,v=Object.create(null),C=Object.create(null),k=Object.create(null),y=[],B={in:[],out:[]},w=[],_=e.toString("utf8"),I=[],x=0,j=_.indexOf("\n");k.KEY=[];for(;j>-1;)S(_.slice(x,j)),x=j+1,j=_.indexOf("\n",x);S(_.slice(x)),j=-1;for(;++j{"use strict";e.exports=function e(t,n,a,r){var s,o,i,l,c,u=-1;for(;++u{"use strict";function t(e){return e===e.toLowerCase()?"l":e===e.toUpperCase()?"u":null}e.exports=function(e){var n=t(e.charAt(0)),a=e.slice(1);if(!a)return n;if(a=t(a),n===a)return n;if("u"===n&&"l"===a)return"s";return null}},74424:(e,t,n)=>{"use strict";var a=n(73509),r=n(10961);e.exports=function(e,t,n){var a=e.toString("utf8"),r=a.indexOf("\n")+1,s=a.indexOf("\n",r);for(;s>-1;)9!==a.charCodeAt(r)&&o(a.slice(r,s),t,n),r=s+1,s=a.indexOf("\n",r);o(a.slice(r),t,n)};var s=/\s/g;function o(e,t,n){for(var o,i,l=e.indexOf("/"),c=e.indexOf("#"),u="";l>-1&&92===e.charCodeAt(l-1);)l=(e=e.slice(0,l-1)+e.slice(l)).indexOf("/",l);c>-1?l>-1&&l-1?(o=e.slice(0,l),u=e.slice(l+1)):o=e,(o=o.trim())&&r(n,o,a(t.flags,u.trim()),t)}},81277:(e,t,n)=>{"use strict";var a=n(91534);e.exports=function(e,t){var n=-1;if(e.data[t])return!a(e.flags,"ONLYINCOMPOUND",e.data[t]);if(t.length>=e.flags.COMPOUNDMIN)for(;++n{"use strict";e.exports=function(e,t,n){return n&&t in e&&n.indexOf(e[t])>-1}},75466:(e,t,n)=>{"use strict";var a=n(92545),r=n(81277),s=n(91534);function o(e,t,n){return s(e,"KEEPCASE",t)||n||s(e,"FORBIDDENWORD",t)}e.exports=function(e,t,n){var i,l=t.trim();if(!l)return null;if(l=a(l,e.conversion.in),r(e,l))return!n&&s(e.flags,"FORBIDDENWORD",e.data[l])?null:l;if(l.toUpperCase()===l){if(i=l.charAt(0)+l.slice(1).toLowerCase(),o(e.flags,e.data[i],n))return null;if(r(e,i))return i}if((i=l.toLowerCase())!==l){if(o(e.flags,e.data[i],n))return null;if(r(e,i))return i}return null}},92545:e=>{"use strict";e.exports=function(e,t){var n=-1;for(;++n{"use strict";e.exports=function(e,n){var a,r=0;if(!n)return t;if("long"===e.FLAG){for(a=new Array(Math.ceil(n.length/2));r{"use strict";e.exports=function(){return this.flags.WORDCHARS||null}},74572:(e,t,n)=>{"use strict";n.d(t,{c:()=>s});var a=n(54715),r=n(19382);function s(e,t){return void 0===t&&(t={}),(0,r.a)(e,(0,a.Cl)({delimiter:"-"},t))}},82769:(e,t,n)=>{"use strict";n.d(t,{$7:()=>o,fL:()=>i,l3:()=>s});var a=n(54715),r=n(2532);function s(e,t){var n=e.charAt(0),a=e.substr(1).toLowerCase();return t>0&&n>="0"&&n<="9"?"_"+n+a:""+n.toUpperCase()+a}function o(e){return e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()}function i(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:"",transform:s},t))}},70320:(e,t,n)=>{"use strict";n.d(t,{y:()=>s});var a=n(54715),r=n(19382);function s(e,t){return void 0===t&&(t={}),(0,r.a)(e,(0,a.Cl)({delimiter:"/"},t))}},14936:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(87399),r=n.n(a),s=n(11264),o=n.n(s),i=n(10067),l=n.n(i)()("photon"),c={width:"w",height:"h",letterboxing:"lb",removeLetterboxing:"ulb"},u="__domain__.invalid",d="http://".concat(u),p="https://i0.wp.com";function m(e,t){var n;try{n=new URL(e,d)}catch(e){return null}var a,s,i,m,g,A="https:"===n.protocol,h=new URL(p);if(g=n.host,/^i[0-2]\.wp\.com$/.test(g))h.pathname=n.pathname,h.hostname=n.hostname;else{if(n.search)return null;var E=n.href.replace("".concat(n.protocol,"/"),"");"blob:"===n.protocol&&(E=n.pathname.replace("://","//")),n.hostname===u&&(E=n.pathname),h.pathname=E,h.hostname=(a=E,s=r()(a),i=o()(s),m="i"+Math.floor(3*i()),l('determined server "%s" to use with "%s"',m,a),m+".wp.com"),A&&h.searchParams.set("ssl",1)}if(t)for(var f in t)"host"!==f&&"hostname"!==f?"secure"!==f||t[f]?h.searchParams.set(c[f]||f,t[f]):h.protocol="http:":h.hostname=t[f];return l("generated Photon URL: %s",h.href),h.href}},15762:(e,t,n)=>{"use strict";var a=n(53761);function r(){}function s(){}s.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,s,o){if(o!==a){var i=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 i.name="Invariant Violation",i}}function t(){return e}e.isRequired=e;var n={array:e,bigint: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:s,resetWarningCache:r};return n.PropTypes=n,n}},28120:(e,t,n)=>{e.exports=n(15762)()},53761:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},87072:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>f});const a=2147483647,r=36,s=/^xn--/,o=/[^\0-\x7F]/,i=/[\x2E\u3002\uFF0E\uFF61]/g,l={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},c=Math.floor,u=String.fromCharCode;function d(e){throw new RangeError(l[e])}function p(e,t){const n=e.split("@");let a="";n.length>1&&(a=n[0]+"@",e=n[1]);const r=function(e,t){const n=[];let a=e.length;for(;a--;)n[a]=t(e[a]);return n}((e=e.replace(i,".")).split("."),t).join(".");return a+r}function m(e){const t=[];let n=0;const a=e.length;for(;n=55296&&r<=56319&&n>1,e+=c(e/t);e>455;a+=r)e=c(e/35);return c(a+36*e/(e+38))},h=function(e){const t=[],n=e.length;let s=0,o=128,i=72,l=e.lastIndexOf("-");l<0&&(l=0);for(let n=0;n=128&&d("not-basic"),t.push(e.charCodeAt(n));for(let p=l>0?l+1:0;p=n&&d("invalid-input");const l=(u=e.charCodeAt(p++))>=48&&u<58?u-48+26:u>=65&&u<91?u-65:u>=97&&u<123?u-97:r;l>=r&&d("invalid-input"),l>c((a-s)/t)&&d("overflow"),s+=l*t;const m=o<=i?1:o>=i+26?26:o-i;if(lc(a/g)&&d("overflow"),t*=g}const m=t.length+1;i=A(s-l,m,0==l),c(s/m)>a-o&&d("overflow"),o+=c(s/m),s%=m,t.splice(s++,0,o)}var u;return String.fromCodePoint(...t)},E=function(e){const t=[],n=(e=m(e)).length;let s=128,o=0,i=72;for(const n of e)n<128&&t.push(u(n));const l=t.length;let p=l;for(l&&t.push("-");p=s&&tc((a-o)/m)&&d("overflow"),o+=(n-s)*m,s=n;for(const n of e)if(na&&d("overflow"),n===s){let e=o;for(let n=r;;n+=r){const a=n<=i?1:n>=i+26?26:n-i;if(eString.fromCodePoint(...e)},decode:h,encode:E,toASCII:function(e){return p(e,(function(e){return o.test(e)?"xn--"+E(e):e}))},toUnicode:function(e){return p(e,(function(e){return s.test(e)?h(e.slice(4).toLowerCase()):e}))}}},21782:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>x});var a,r=n(51609),s=n.n(r),o=Object.defineProperty,i=Object.getOwnPropertySymbols,l=Object.prototype.hasOwnProperty,c=Object.prototype.propertyIsEnumerable,u=(e,t,n)=>t in e?o(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,d=(e,t)=>{for(var n in t||(t={}))l.call(t,n)&&u(e,n,t[n]);if(i)for(var n of i(t))c.call(t,n)&&u(e,n,t[n]);return e},p=(e,t)=>{var n={};for(var a in e)l.call(e,a)&&t.indexOf(a)<0&&(n[a]=e[a]);if(null!=e&&i)for(var a of i(e))t.indexOf(a)<0&&c.call(e,a)&&(n[a]=e[a]);return n};(e=>{const t=class{constructor(e,n,a,r){if(this.version=e,this.errorCorrectionLevel=n,this.modules=[],this.isFunction=[],et.MAX_VERSION)throw new RangeError("Version value out of range");if(r<-1||r>7)throw new RangeError("Mask value out of range");this.size=4*e+17;let o=[];for(let e=0;e7)throw new RangeError("Invalid value");let u,d;for(u=r;;u++){const a=8*t.getNumDataCodewords(u,n),r=i.getTotalBits(e,u);if(r<=a){d=r;break}if(u>=o)throw new RangeError("Data too long")}for(const e of[t.Ecc.MEDIUM,t.Ecc.QUARTILE,t.Ecc.HIGH])c&&d<=8*t.getNumDataCodewords(u,e)&&(n=e);let p=[];for(const t of e){a(t.mode.modeBits,4,p),a(t.numChars,t.mode.numCharCountBits(u),p);for(const e of t.getData())p.push(e)}s(p.length==d);const m=8*t.getNumDataCodewords(u,n);s(p.length<=m),a(0,Math.min(4,m-p.length),p),a(0,(8-p.length%8)%8,p),s(p.length%8==0);for(let e=236;p.lengthg[t>>>3]|=e<<7-(7&t))),new t(u,n,g,l)}getModule(e,t){return 0<=e&&e>>9);const a=21522^(t<<10|n);s(a>>>15==0);for(let e=0;e<=5;e++)this.setFunctionModule(8,e,r(a,e));this.setFunctionModule(8,7,r(a,6)),this.setFunctionModule(8,8,r(a,7)),this.setFunctionModule(7,8,r(a,8));for(let e=9;e<15;e++)this.setFunctionModule(14-e,8,r(a,e));for(let e=0;e<8;e++)this.setFunctionModule(this.size-1-e,8,r(a,e));for(let e=8;e<15;e++)this.setFunctionModule(8,this.size-15+e,r(a,e));this.setFunctionModule(8,this.size-8,!0)}drawVersion(){if(this.version<7)return;let e=this.version;for(let t=0;t<12;t++)e=e<<1^7973*(e>>>11);const t=this.version<<12|e;s(t>>>18==0);for(let e=0;e<18;e++){const n=r(t,e),a=this.size-11+e%3,s=Math.floor(e/3);this.setFunctionModule(a,s,n),this.setFunctionModule(s,a,n)}}drawFinderPattern(e,t){for(let n=-4;n<=4;n++)for(let a=-4;a<=4;a++){const r=Math.max(Math.abs(a),Math.abs(n)),s=e+a,o=t+n;0<=s&&s{(e!=c-o||n>=l)&&p.push(t[e])}));return s(p.length==i),p}drawCodewords(e){if(e.length!=Math.floor(t.getNumRawDataModules(this.version)/8))throw new RangeError("Invalid argument");let n=0;for(let t=this.size-1;t>=1;t-=2){6==t&&(t=5);for(let a=0;a>>3],7-(7&n)),n++)}}s(n==8*e.length)}applyMask(e){if(e<0||e>7)throw new RangeError("Mask value out of range");for(let t=0;t5&&e++):(this.finderPenaltyAddHistory(r,s),a||(e+=this.finderPenaltyCountPatterns(s)*t.PENALTY_N3),a=this.modules[n][o],r=1);e+=this.finderPenaltyTerminateAndCount(a,r,s)*t.PENALTY_N3}for(let n=0;n5&&e++):(this.finderPenaltyAddHistory(r,s),a||(e+=this.finderPenaltyCountPatterns(s)*t.PENALTY_N3),a=this.modules[o][n],r=1);e+=this.finderPenaltyTerminateAndCount(a,r,s)*t.PENALTY_N3}for(let n=0;ne+(t?1:0)),n);const a=this.size*this.size,r=Math.ceil(Math.abs(20*n-10*a)/a)-1;return s(0<=r&&r<=9),e+=r*t.PENALTY_N4,s(0<=e&&e<=2568888),e}getAlignmentPatternPositions(){if(1==this.version)return[];{const e=Math.floor(this.version/7)+2,t=32==this.version?26:2*Math.ceil((4*this.version+4)/(2*e-2));let n=[6];for(let a=this.size-7;n.lengtht.MAX_VERSION)throw new RangeError("Version number out of range");let n=(16*e+128)*e+64;if(e>=2){const t=Math.floor(e/7)+2;n-=(25*t-10)*t-55,e>=7&&(n-=36)}return s(208<=n&&n<=29648),n}static getNumDataCodewords(e,n){return Math.floor(t.getNumRawDataModules(e)/8)-t.ECC_CODEWORDS_PER_BLOCK[n.ordinal][e]*t.NUM_ERROR_CORRECTION_BLOCKS[n.ordinal][e]}static reedSolomonComputeDivisor(e){if(e<1||e>255)throw new RangeError("Degree out of range");let n=[];for(let t=0;t0));for(const r of e){const e=r^a.shift();a.push(0),n.forEach(((n,r)=>a[r]^=t.reedSolomonMultiply(n,e)))}return a}static reedSolomonMultiply(e,t){if(e>>>8!=0||t>>>8!=0)throw new RangeError("Byte out of range");let n=0;for(let a=7;a>=0;a--)n=n<<1^285*(n>>>7),n^=(t>>>a&1)*e;return s(n>>>8==0),n}finderPenaltyCountPatterns(e){const t=e[1];s(t<=3*this.size);const n=t>0&&e[2]==t&&e[3]==3*t&&e[4]==t&&e[5]==t;return(n&&e[0]>=4*t&&e[6]>=t?1:0)+(n&&e[6]>=4*t&&e[0]>=t?1:0)}finderPenaltyTerminateAndCount(e,t,n){return e&&(this.finderPenaltyAddHistory(t,n),t=0),t+=this.size,this.finderPenaltyAddHistory(t,n),this.finderPenaltyCountPatterns(n)}finderPenaltyAddHistory(e,t){0==t[0]&&(e+=this.size),t.pop(),t.unshift(e)}};let n=t;function a(e,t,n){if(t<0||t>31||e>>>t!=0)throw new RangeError("Value out of range");for(let a=t-1;a>=0;a--)n.push(e>>>a&1)}function r(e,t){return!!(e>>>t&1)}function s(e){if(!e)throw new Error("Assertion error")}n.MIN_VERSION=1,n.MAX_VERSION=40,n.PENALTY_N1=3,n.PENALTY_N2=3,n.PENALTY_N3=40,n.PENALTY_N4=10,n.ECC_CODEWORDS_PER_BLOCK=[[-1,7,10,15,20,26,18,20,24,30,18,20,24,26,30,22,24,28,30,28,28,28,28,30,30,26,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,10,16,26,18,24,16,18,22,22,26,30,22,22,24,24,28,28,26,26,26,26,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28],[-1,13,22,18,26,18,24,18,22,20,24,28,26,24,20,30,24,28,28,26,30,28,30,30,30,30,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,17,28,22,16,22,28,26,26,24,28,24,28,22,24,24,30,28,28,26,28,30,24,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]],n.NUM_ERROR_CORRECTION_BLOCKS=[[-1,1,1,1,1,1,2,2,2,2,4,4,4,4,4,6,6,6,6,7,8,8,9,9,10,12,12,12,13,14,15,16,17,18,19,19,20,21,22,24,25],[-1,1,1,1,2,2,4,4,4,5,5,5,8,9,9,10,10,11,13,14,16,17,17,18,20,21,23,25,26,28,29,31,33,35,37,38,40,43,45,47,49],[-1,1,1,2,2,4,4,6,6,8,8,8,10,12,16,12,17,16,18,21,20,23,23,25,27,29,34,34,35,38,40,43,45,48,51,53,56,59,62,65,68],[-1,1,1,2,4,4,4,5,6,8,8,11,11,16,16,18,16,19,21,25,25,25,34,30,32,35,37,40,42,45,48,51,54,57,60,63,66,70,74,77,81]],e.QrCode=n;const o=class{constructor(e,t,n){if(this.mode=e,this.numChars=t,this.bitData=n,t<0)throw new RangeError("Invalid argument");this.bitData=n.slice()}static makeBytes(e){let t=[];for(const n of e)a(n,8,t);return new o(o.Mode.BYTE,e.length,t)}static makeNumeric(e){if(!o.isNumeric(e))throw new RangeError("String contains non-numeric characters");let t=[];for(let n=0;n=1<{let t;(e=>{const t=class{constructor(e,t){this.ordinal=e,this.formatBits=t}};let n=t;n.LOW=new t(0,1),n.MEDIUM=new t(1,0),n.QUARTILE=new t(2,3),n.HIGH=new t(3,2),e.Ecc=n})(t=e.QrCode||(e.QrCode={}))})(a||(a={})),(e=>{let t;(e=>{const t=class{constructor(e,t){this.modeBits=e,this.numBitsCharCount=t}numCharCountBits(e){return this.numBitsCharCount[Math.floor((e+7)/17)]}};let n=t;n.NUMERIC=new t(1,[10,12,14]),n.ALPHANUMERIC=new t(2,[9,11,13]),n.BYTE=new t(4,[8,16,16]),n.KANJI=new t(8,[8,10,12]),n.ECI=new t(7,[0,0,0]),e.Mode=n})(t=e.QrSegment||(e.QrSegment={}))})(a||(a={}));var m=a,g={L:m.QrCode.Ecc.LOW,M:m.QrCode.Ecc.MEDIUM,Q:m.QrCode.Ecc.QUARTILE,H:m.QrCode.Ecc.HIGH},A=128,h="L",E="#FFFFFF",f="#000000",b=!1,v=4,C=.1;function k(e,t=0){const n=[];return e.forEach((function(e,a){let r=null;e.forEach((function(s,o){if(!s&&null!==r)return n.push(`M${r+t} ${a+t}h${o-r}v1H${r+t}z`),void(r=null);if(o!==e.length-1)s&&null===r&&(r=o);else{if(!s)return;null===r?n.push(`M${o+t},${a+t} h1v1H${o+t}z`):n.push(`M${r+t},${a+t} h${o+1-r}v1H${r+t}z`)}}))})),n.join("")}function y(e,t){return e.slice().map(((e,n)=>n=t.y+t.h?e:e.map(((e,n)=>(n=t.x+t.w)&&e))))}function B(e,t,n,a){if(null==a)return null;const r=n?v:0,s=e.length+2*r,o=Math.floor(t*C),i=s/t,l=(a.width||o)*i,c=(a.height||o)*i,u=null==a.x?e.length/2-l/2:a.x*i,d=null==a.y?e.length/2-c/2:a.y*i;let p=null;if(a.excavate){let e=Math.floor(u),t=Math.floor(d);p={x:e,y:t,w:Math.ceil(l+u-e),h:Math.ceil(c+d-t)}}return{x:u,y:d,h:c,w:l,excavation:p}}var w=function(){try{(new Path2D).addPath(new Path2D)}catch(e){return!1}return!0}();function _(e){const t=e,{value:n,size:a=A,level:o=h,bgColor:i=E,fgColor:l=f,includeMargin:c=b,style:u,imageSettings:C}=t,_=p(t,["value","size","level","bgColor","fgColor","includeMargin","style","imageSettings"]),I=null==C?void 0:C.src,x=(0,r.useRef)(null),j=(0,r.useRef)(null),[S,Q]=(0,r.useState)(!1);(0,r.useEffect)((()=>{if(null!=x.current){const e=x.current,t=e.getContext("2d");if(!t)return;let r=m.QrCode.encodeText(n,g[o]).getModules();const s=c?v:0,u=r.length+2*s,d=B(r,a,c,C),p=j.current,A=null!=d&&null!==p&&p.complete&&0!==p.naturalHeight&&0!==p.naturalWidth;A&&null!=d.excavation&&(r=y(r,d.excavation));const h=window.devicePixelRatio||1;e.height=e.width=a*h;const E=a/u*h;t.scale(E,E),t.fillStyle=i,t.fillRect(0,0,u,u),t.fillStyle=l,w?t.fill(new Path2D(k(r,s))):r.forEach((function(e,n){e.forEach((function(e,a){e&&t.fillRect(a+s,n+s,1,1)}))})),A&&t.drawImage(p,d.x+s,d.y+s,d.w,d.h)}})),(0,r.useEffect)((()=>{Q(!1)}),[I]);const N=d({height:a,width:a},u);let R=null;return null!=I&&(R=s().createElement("img",{src:I,key:I,style:{display:"none"},onLoad:()=>{Q(!0)},ref:j})),s().createElement(s().Fragment,null,s().createElement("canvas",d({style:N,height:a,width:a,ref:x},_)),R)}function I(e){const t=e,{value:n,size:a=A,level:r=h,bgColor:o=E,fgColor:i=f,includeMargin:l=b,imageSettings:c}=t,u=p(t,["value","size","level","bgColor","fgColor","includeMargin","imageSettings"]);let C=m.QrCode.encodeText(n,g[r]).getModules();const w=l?v:0,_=C.length+2*w,I=B(C,a,l,c);let x=null;null!=c&&null!=I&&(null!=I.excavation&&(C=y(C,I.excavation)),x=s().createElement("image",{xlinkHref:c.src,height:I.h,width:I.w,x:I.x+w,y:I.y+w,preserveAspectRatio:"none"}));const j=k(C,w);return s().createElement("svg",d({height:a,width:a,viewBox:`0 0 ${_} ${_}`},u),s().createElement("path",{fill:o,d:`M0,0 h${_}v${_}H0z`,shapeRendering:"crispEdges"}),s().createElement("path",{fill:i,d:j,shapeRendering:"crispEdges"}),x)}var x=e=>{const t=e,{renderAs:n}=t,a=p(t,["renderAs"]);return"svg"===n?s().createElement(I,d({},a)):s().createElement(_,d({},a))}},24588:(e,t)=>{"use strict";var n=Object.prototype.hasOwnProperty;function a(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(e){return null}}function r(e){try{return encodeURIComponent(e)}catch(e){return null}}t.stringify=function(e,t){t=t||"";var a,s,o=[];for(s in"string"!=typeof t&&(t="?"),e)if(n.call(e,s)){if((a=e[s])||null!=a&&!isNaN(a)||(a=""),s=r(s),a=r(a),null===s||null===a)continue;o.push(s+"="+a)}return o.length?t+o.join("&"):""},t.parse=function(e){for(var t,n=/([^=?#&]+)=?([^&]*)/g,r={};t=n.exec(e);){var s=a(t[1]),o=a(t[2]);null===s||null===o||s in r||(r[s]=o)}return r}},18950:(e,t,n)=>{"use strict";var a=n(75795);t.createRoot=a.createRoot,t.hydrateRoot=a.hydrateRoot},86212:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(51609),r=n(76221),s=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],_n=!0,a=!1,r=void 0;try{for(var s,o=e[Symbol.iterator]();!(_n=(s=o.next()).done)&&(n.push(s.value),!t||n.length!==t);_n=!0);}catch(e){a=!0,r=e}finally{try{!_n&&o.return&&o.return()}finally{if(a)throw r}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")},o=r.TT&&r.XD;const i=function(){var e=(0,r.Y9)(),t=s(e,1)[0],n=(0,a.useState)(t),i=s(n,2),l=i[0],c=i[1];return(0,a.useEffect)((function(){if(o){var e=function(){var e=(0,r.Y9)(),t=s(e,1)[0];c(t)};return document.addEventListener(r.XD.event,e),function(){document.removeEventListener(r.XD.event,e)}}}),[]),l}},76221:(e,t,n)=>{"use strict";n.d(t,{TT:()=>s,XD:()=>o,Y9:()=>i});var a="undefined"!=typeof document,r=[{hidden:"hidden",event:"visibilitychange",state:"visibilityState"},{hidden:"webkitHidden",event:"webkitvisibilitychange",state:"webkitVisibilityState"},{hidden:"mozHidden",event:"mozvisibilitychange",state:"mozVisibilityState"},{hidden:"msHidden",event:"msvisibilitychange",state:"msVisibilityState"},{hidden:"oHidden",event:"ovisibilitychange",state:"oVisibilityState"}],s=a&&Boolean(document.addEventListener),o=function(){if(!s)return null;var e=!0,t=!1,n=void 0;try{for(var a,o=r[Symbol.iterator]();!(e=(a=o.next()).done);e=!0){var i=a.value;if(i.hidden in document)return i}}catch(e){t=!0,n=e}finally{try{!e&&o.return&&o.return()}finally{if(t)throw n}}return null}(),i=function(){if(!o)return[!0,"visible"];var e=o.hidden,t=o.state;return[!document[e],document[t]]}},32047:e=>{"use strict";function t(e,n){var a;if(Array.isArray(n))for(a=0;a{"use strict";e.exports=function(e,t){if(t=t.split(":")[0],!(e=+e))return!1;switch(t){case"http":case"ws":return 80!==e;case"https":case"wss":return 443!==e;case"ftp":return 21!==e;case"gopher":return 70!==e;case"file":return!1}return 0!==e}},94107:(e,t,n)=>{"use strict";n.d(t,{A:()=>B});var a=function(){if("undefined"!=typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,a){return e[0]===t&&(n=a,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),a=this.__entries__[n];return a&&a[1]},t.prototype.set=function(t,n){var a=e(this.__entries__,t);~a?this.__entries__[a][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,a=e(n,t);~a&&n.splice(a,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,a=this.__entries__;n0},e.prototype.connect_=function(){r&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),l?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){r&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t;i.some((function(e){return!!~n.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),u=function(e,t){for(var n=0,a=Object.keys(t);n0},e}(),k="undefined"!=typeof WeakMap?new WeakMap:new a,y=function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=c.getInstance(),a=new C(t,n,this);k.set(this,a)};["observe","unobserve","disconnect"].forEach((function(e){y.prototype[e]=function(){var t;return(t=k.get(this))[e].apply(t,arguments)}}));const B=void 0!==s.ResizeObserver?s.ResizeObserver:y},11264:e=>{"use strict";var t=256,n=[],a=window,r=Math.pow(t,6),s=Math.pow(2,52),o=2*s,i=255,l=Math.random;function c(e){var n,a=e.length,r=this,s=0,o=r.i=r.j=0,l=r.S=[];for(a||(e=[a++]);s=o;)e/=2,n/=2,a>>>=1;return(e+a)/n}},e.exports.resetGlobal=function(){Math.random=l},d(Math.random(),n)},82682:(e,t,n)=>{"use strict";n.d(t,{o:()=>i,u:()=>o});var a=n(54715),r=n(2532),s=n(21644);function o(e,t){var n=e.toLowerCase();return 0===t?(0,s.R)(n):n}function i(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:" ",transform:o},t))}},68963:(e,t,n)=>{"use strict";n.d(t,{L:()=>s});var a=n(54715),r=n(19382);function s(e,t){return void 0===t&&(t={}),(0,r.a)(e,(0,a.Cl)({delimiter:"_"},t))}},48931:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(1455),r=n.n(a);const s="default"in r()?r().default:r()},87286:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(10067),r=n.n(a),s=n(53664);const o=r()("jetpack-ai-client:ask-question");async function i(e,{postId:t=null,fromCache:n=!1,feature:a,functions:r,model:i}={}){return o("Asking question: %o. options: %o",e,{postId:t,fromCache:n,feature:a,functions:r,model:i}),new s.A({question:e,options:{postId:t,feature:a,fromCache:n,functions:r,model:i}})}},31439:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(10067),r=n.n(a),s=n(51391);const o=r()("jetpack-ai-client:ask-question-sync");async function i(e,t={}){o("Asking question with no streaming: %o. options: %o",e,t);let n=null;try{n=(await(0,s.A)()).token}catch(e){return o("Error getting token: %o",e),Promise.reject(e)}const a={...Array.isArray(e)?{messages:e}:{question:e},...t,stream:!1},r={Authorization:`Bearer ${n}`,"Content-Type":"application/json"};try{const e=await fetch("https://public-api.wordpress.com/wpcom/v2/jetpack-ai-query",{method:"POST",headers:r,body:JSON.stringify(a)}).then((e=>e.json()));return e?.data?.status&&e?.data?.status>200?(o("Error generating prompt: %o",e),Promise.reject(e)):e.choices?.[0]?.message?.content}catch(e){return o("Error asking question: %o",e),Promise.reject(e)}}},57745:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(10067),r=n.n(a),s=n(51391);const o=r()("jetpack-ai-client:audio-transcription");async function i(e,t,n){o("Transcribing audio: %o. Feature: %o",e,t);let a="";try{a=(await(0,s.A)()).token}catch(e){return o("Error getting token: %o",e),Promise.reject(e)}const r=new FormData;r.append("audio_file",e);try{const e={Authorization:`Bearer ${a}`},s="https://public-api.wordpress.com/wpcom/v2/jetpack-ai-transcription"+(t?`?feature=${t}`:"");return fetch(s,{method:"POST",body:r,headers:e,signal:n??void 0}).then((e=>(o("Transcription response: %o",e),e.ok?e.json().then((e=>e?.text)):e.json().then((e=>Promise.reject(e))))))}catch(e){return o("Transcription error response: %o",e),Promise.reject(e)}}},70629:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(94715),r=n(13022),s=n(51609),o=n.n(s),i=n(6754);function l({className:e,disabled:t=!1,value:n="",placeholder:s="",isTransparent:l=!1,state:c="init",onChange:u,banner:d=null,error:p=null,actions:m=null,message:g=null,promptUserInputRef:A=null,wrapperRef:h=null}){return o().createElement("div",{className:(0,r.A)("jetpack-components-ai-control__container-wrapper",e),ref:h},p,o().createElement("div",{className:"jetpack-components-ai-control__container"},d,o().createElement("div",{className:(0,r.A)("jetpack-components-ai-control__wrapper",{"is-transparent":l})},o().createElement(i.A,{state:c}),o().createElement("div",{className:"jetpack-components-ai-control__input-wrapper"},o().createElement(a.PlainText,{value:n,onChange:u,placeholder:s,className:"jetpack-components-ai-control__input",disabled:t,ref:A})),m),g))}},71417:(e,t,n)=>{"use strict";n.d(t,{A:()=>C});var a=n(56427),r=n(29491),s=n(86087),o=n(27723),i=n(51113),l=n(31249),c=n(62510),u=n(76673),d=n(40502),p=n(83883),m=n(10067),g=n.n(m),A=n(51609),h=n.n(A),E=n(63098),f=n(70629);const __=o.__,b=g()("jetpack-ai-client:block-ai-control");function v({disabled:e=!1,value:t="",placeholder:n="",showAccept:o=!1,acceptLabel:m=__("Accept","jetpack"),showButtonLabels:g=!0,isTransparent:A=!1,state:v="init",showGuideLine:C=!1,customFooter:k=null,onChange:y,onSend:B,onStop:w,onAccept:_,onDiscard:I,showRemove:x=!1,banner:j=null,error:S=null},Q){const N="requesting"===v||"suggesting"===v,[R,T]=(0,s.useState)(!1),[P,L]=(0,s.useState)(t||null),M=(0,s.useRef)(null);(0,s.useImperativeHandle)(Q,(()=>M.current)),(0,s.useEffect)((()=>{R&&M?.current?.focus()}),[R]);const D=(0,s.useCallback)((()=>{L(t),T(!1),B?.(t)}),[t]),F=(0,s.useCallback)((e=>{y?.(e),"init"!==v&&T(P?e!==P:e.length>0)}),[P,v]),O=(0,s.useCallback)((()=>{I?.()}),[]),z=(0,s.useCallback)((()=>{b("cancelEdit, revert to last value",P),y?.(P||""),T(!1)}),[P]);(0,r.useKeyboardShortcut)("mod+enter",(()=>{o&&_?.()}),{target:M}),(0,r.useKeyboardShortcut)("enter",(e=>{e.preventDefault(),D()}),{target:M});const U=h().createElement(h().Fragment,null,(!o||R)&&h().createElement("div",{className:"jetpack-components-ai-control__controls-prompt_button_wrapper"},N?h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:w,variant:"secondary",label:__("Stop request","jetpack")},g?__("Stop","jetpack"):h().createElement(i.A,{icon:l.A})):h().createElement(h().Fragment,null,R&&h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:z,variant:"secondary",label:__("Cancel","jetpack")},g?__("Cancel","jetpack"):h().createElement(i.A,{icon:l.A})),x&&!R&&!t?.length&&I&&h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:O,variant:"secondary",label:__("Cancel","jetpack")},g?__("Cancel","jetpack"):h().createElement(i.A,{icon:l.A})),t?.length>0&&h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:D,variant:"primary",disabled:!t?.length||e,label:__("Send request","jetpack")},g?__("Generate","jetpack"):h().createElement(i.A,{icon:c.A})))),o&&!R&&h().createElement("div",{className:"jetpack-components-ai-control__controls-prompt_button_wrapper"},(t?.length>0||null===P)&&h().createElement(a.ButtonGroup,null,h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",label:__("Discard","jetpack"),onClick:O,tooltipPosition:"top"},h().createElement(i.A,{icon:u.A})),h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",label:__("Regenerate","jetpack"),onClick:()=>B?.(t),tooltipPosition:"top",disabled:!t?.length||null===t||e},h().createElement(i.A,{icon:d.A}))),h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:_,variant:"primary",label:m},g?m:h().createElement(i.A,{icon:p.A})))),H=C&&!N&&!R&&(k||h().createElement(E.Yj,null));return h().createElement(f.A,{disabled:e||N,value:t,placeholder:n,isTransparent:A,state:v,onChange:F,banner:j,error:S,actions:U,message:H,promptUserInputRef:M})}const C=(0,A.forwardRef)(v)},61:(e,t,n)=>{"use strict";n.d(t,{A:()=>h});var a=n(56427),r=n(29491),s=n(86087),o=n(27723),i=n(51113),l=n(31249),c=n(62510),u=n(95789),d=n(51609),p=n.n(d),m=n(63098),g=n(70629);const __=o.__;function A({className:e,disabled:t=!1,value:n="",placeholder:o="",showButtonLabels:d=!0,isTransparent:A=!1,state:h="init",showGuideLine:E=!1,error:f,requestsRemaining:b,showUpgradeMessage:v=!1,showFairUsageMessage:C=!1,upgradeUrl:k,wrapperRef:y,onChange:B,onSend:w,onStop:_,onClose:I,onUndo:x,onUpgrade:j,onTryAgain:S},Q){const N="requesting"===h||"suggesting"===h,[R,T]=(0,s.useState)(!1),[P,L]=(0,s.useState)(n||null),M=(0,s.useRef)(null);(0,s.useImperativeHandle)(Q,(()=>M.current)),(0,s.useEffect)((()=>{R&&M?.current?.focus()}),[R]);const D=(0,s.useCallback)((()=>{L(n),T(!1),w?.(n)}),[w,n]),F=(0,s.useCallback)((e=>{B?.(e),"init"!==h&&T(P?e!==P:e.length>0)}),[B,P,h]),O=(0,s.useCallback)((()=>{_?.()}),[_]),z=(0,s.useCallback)((()=>{I?.()}),[I]),U=(0,s.useCallback)((()=>{x?.()}),[x]),H=(0,s.useCallback)((e=>{j?.(e)}),[j]),V=(0,s.useCallback)((()=>{S?.()}),[S]);(0,r.useKeyboardShortcut)("enter",(e=>{e.preventDefault(),D()}),{target:M});const q=p().createElement(p().Fragment,null,N?p().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:O,variant:"secondary",label:__("Stop request","jetpack")},d?__("Stop","jetpack"):p().createElement(i.A,{icon:l.A})):p().createElement(p().Fragment,null,n?.length>0&&p().createElement("div",{className:"jetpack-components-ai-control__controls-prompt_button_wrapper"},p().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:D,variant:"primary",disabled:!n?.length||t,label:__("Send request","jetpack")},d?__("Generate","jetpack"):p().createElement(i.A,{icon:c.A}))),n?.length<=0&&"done"===h&&p().createElement("div",{className:"jetpack-components-ai-control__controls-prompt_button_wrapper"},p().createElement(a.ButtonGroup,null,p().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",label:__("Undo","jetpack"),onClick:U,tooltipPosition:"top"},p().createElement(i.A,{icon:u.A})),p().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",label:__("Close","jetpack"),onClick:z,variant:"tertiary"},__("Close","jetpack"))))));let G=null;return f?.message?G=p().createElement(m.Kw,{error:f.message,code:f.code,onTryAgainClick:V,onUpgradeClick:H,upgradeUrl:k}):C?G=p().createElement(m.k9,null):v?G=p().createElement(m.AK,{requestsRemaining:b,onUpgradeClick:H,upgradeUrl:k}):E&&(G=p().createElement(m.Yj,null)),p().createElement(g.A,{className:e,disabled:t||N,value:n,placeholder:o,isTransparent:A,state:h,onChange:F,actions:q,message:G,promptUserInputRef:M,wrapperRef:y})}const h=(0,d.forwardRef)(A)},42299:(e,t,n)=>{"use strict";n.d(t,{FC:()=>r.A,N0:()=>a.A});n(70629);var a=n(71417),r=n(61)},6754:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(56427),r=n(13022);function s({state:e}){return React.createElement("div",{className:(0,r.A)("jetpack-ai-status-indicator__icon-wrapper",{[`is-${e}`]:!0})},React.createElement(a.Spinner,null))}},68203:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(32569);function r({duration:e,className:t}){return React.createElement("span",{className:t},(0,a.f)(e,{addDecimalPart:!1}))}},32569:(e,t,n)=>{"use strict";function a(e,{addDecimalPart:t=!1,showMinutes:n=!0,showHours:a=!1}={}){const r=Math.floor(e/36e5),s=Math.floor(e/6e4)%60,o=Math.floor(e/1e3)%60,i=Math.floor(e/10)%100,l=[r>0||a?r.toString().padStart(2,"0")+":":"",r>0||s>0||n?s.toString().padStart(2,"0")+":":"",o.toString().padStart(2,"0")];return t&&l.push("."+i.toString().padStart(2,"0")),l.join("")}n.d(t,{f:()=>a})},27802:(e,t,n)=>{"use strict";n.d(t,{AK:()=>o.AK,FC:()=>a.FC,N0:()=>a.N0,Yj:()=>o.Yj,wS:()=>r.A,z3:()=>s.A});var a=n(42299),r=n(6754),s=n(68203),o=n(63098)},63098:(e,t,n)=>{"use strict";n.d(t,{AK:()=>v,Kw:()=>C,Yj:()=>f,k9:()=>b});var a=n(56427),r=n(86087),s=n(27723),o=n(83883),i=n(51113),l=n(71797),c=n(13022),u=n(42154),d=n(78836);const __=s.__,p="warning",m="error",g="success",A="info",h={[A]:null,[p]:null,[m]:u.A,[g]:o.A};function E({severity:e=A,icon:t=null,showSidebarIcon:n=!1,onSidebarIconClick:r=()=>{},children:s}){return React.createElement("div",{className:(0,c.A)("jetpack-ai-assistant__message",`jetpack-ai-assistant__message-severity-${e}`)},(h[e]||t)&&React.createElement(i.A,{icon:h[e]||t}),React.createElement("div",{className:"jetpack-ai-assistant__message-content"},s),n&&React.createElement(a.Button,{className:"jetpack-ai-assistant__message-sidebar",onClick:r},React.createElement(i.A,{size:20,icon:l.A})))}function f(){return React.createElement(E,null,React.createElement("span",null,__("AI-generated content could be inaccurate or biased.","jetpack")),React.createElement(a.ExternalLink,{href:"https://automattic.com/ai-guidelines"},__("Learn more","jetpack")))}function b(){const e=__("You've reached this month's request limit, per our fair usage policy","jetpack"),t=(0,r.createInterpolateElement)(e,{link:React.createElement(a.ExternalLink,{href:"https://jetpack.com/redirect/?source=ai-assistant-fair-usage-policy"})});return React.createElement(E,{severity:p},t)}function v({requestsRemaining:e,severity:t,onUpgradeClick:n,upgradeUrl:r}){let o=t;return null==o&&(o=e>0?A:p),React.createElement(E,{severity:o},React.createElement("span",null,(0,s.sprintf)( // translators: %1$d: number of requests remaining __("You have %1$d requests remaining.","jetpack"),e)),React.createElement(a.Button,{variant:"link",onClick:n,href:r,target:r?"_blank":null},__("Upgrade now","jetpack")))}function C({error:e,code:t,onTryAgainClick:n,onUpgradeClick:r,upgradeUrl:o}){const i=e||__("Something went wrong","jetpack");return React.createElement(E,{severity:m},React.createElement("span",null,(0,s.sprintf)( // translators: %1$d: A dynamic error message @@ -8,33 +8,23 @@ __("Error: %1$s","jetpack"),i)),t===d.Or?React.createElement(a.Button,{variant:" __("%u requests remaining.","jetpack"),b)),B&&React.createElement(React.Fragment,null," ",React.createElement(r.Button,{variant:"link",href:y,target:"_blank",onClick:()=>{n(p.AN,{context:T,placement:p.Cn})}},__("Upgrade","jetpack")))," ",React.createElement(r.Tooltip,{text:__("Logo generation costs 10 requests; prompt enhancement costs 1 request each","jetpack"),placement:"bottom"},React.createElement(o.A,{className:"prompt-footer__icon",icon:i.A}))),R&&P&&React.createElement(E.G,null),R&&!P&&React.createElement(h.Q,null),C&&React.createElement("div",{className:"jetpack-ai-logo-generator__prompt-error"},__("Error enhancing prompt. Please try again.","jetpack")),k&&React.createElement("div",{className:"jetpack-ai-logo-generator__prompt-error"},__("Error generating logo. Please try again.","jetpack"))))}},64024:(e,t,n)=>{"use strict";n.d(t,{G:()=>p});var a=n(85985),r=n(56427),s=n(86087),o=n(27723),i=n(51113),l=n(90311),c=n(61356),u=n(60674),d=n(88725);const __=o.__,p=()=>{const{tracks:e}=(0,a.st)(),{recordEvent:t}=e,n=__("Upgrade","jetpack"),o=(0,s.createInterpolateElement)(__("Not enough requests left to generate a logo. Upgrade now to increase it.","jetpack"),{strong:React.createElement("strong",null)}),{nextTierCheckoutURL:p}=(0,u.Q)(),{context:m}=(0,d.A)();return React.createElement("div",{className:"jetpack-upgrade-plan-banner"},React.createElement("div",{className:"jetpack-upgrade-plan-banner__wrapper"},React.createElement("div",null,React.createElement(i.A,{className:"jetpack-upgrade-plan-banner__icon",icon:l.A}),React.createElement("span",{className:"jetpack-upgrade-plan-banner__banner-description"},o)),React.createElement(r.Button,{href:p,target:"_blank",className:"is-primary",onClick:()=>{t(c.AN,{context:m,placement:c.tF})}},n)))}},35421:(e,t,n)=>{"use strict";n.d(t,{R:()=>l});var a=n(85985),r=n(56427),s=n(27723),o=n(61356),i=n(88725);const __=s.__,l=({onCancel:e,upgradeURL:t,reason:n})=>{const{tracks:s}=(0,a.st)(),{recordEvent:l}=s,c=__("The logo generator requires a paid Jetpack AI plan. Upgrade your plan to access exclusive features, including logo generation. The upgrade will also increase the amount of requests you can use in all AI-powered features.","jetpack"),u=__("Not enough requests left to generate a logo. Upgrade your Jetpack AI to increase the amount of requests you can use in all AI-powered features.","jetpack"),{context:d}=(0,i.A)();return React.createElement("div",{className:"jetpack-ai-logo-generator-modal__notice-message-wrapper"},React.createElement("div",{className:"jetpack-ai-logo-generator-modal__notice-message"},React.createElement("span",{className:"jetpack-ai-logo-generator-modal__loading-message"},"feature"===n?c:u)," ",React.createElement(r.Button,{variant:"link",href:"https://jetpack.com/ai/",target:"_blank"},__("Learn more about Jetpack AI.","jetpack"))),React.createElement("div",{className:"jetpack-ai-logo-generator-modal__notice-actions"},React.createElement(r.Button,{variant:"tertiary",onClick:e},__("Cancel","jetpack")),React.createElement(r.Button,{variant:"primary",href:t,target:"_blank",onClick:()=>{l(o.AN,{context:d,placement:o.Tz}),e()}},__("Upgrade","jetpack"))))}},48204:(e,t,n)=>{"use strict";n.d(t,{H:()=>l});var a=n(56427),r=n(27723),s=n(53512),o=n(13022),i=n(36791);const __=r.__,l=({className:e=null,onVisitBlankTarget:t})=>React.createElement("div",{className:(0,o.A)("jetpack-ai-logo-generator-modal-visit-site-banner",e)},React.createElement("div",{className:"jetpack-ai-logo-generator-modal-visit-site-banner__jetpack-logo"},React.createElement("img",{src:i,alt:"Jetpack"})),React.createElement("div",{className:"jetpack-ai-logo-generator-modal-visit-site-banner__content"},React.createElement("strong",null,__("Do you want to know all the amazing things you can do with Jetpack AI?","jetpack")),React.createElement("span",null,__("Generate and tweak content, create forms, get feedback and much more.","jetpack")),React.createElement("div",null,React.createElement(a.Button,{variant:"link",href:"https://jetpack.com/redirect/?source=logo_generator_learn_more_about_jetpack_ai",target:"_blank",onClick:t||null},__("Learn more about Jetpack AI","jetpack"),React.createElement(a.Icon,{icon:s.A,size:20})))))},61356:(e,t,n)=>{"use strict";n.d(t,{$i:()=>c,AN:()=>u,Cn:()=>d,N3:()=>g,Nt:()=>l,Tz:()=>p,Zb:()=>i,_S:()=>A,h4:()=>o,iz:()=>a,tF:()=>m,ub:()=>r,vm:()=>s});const a="jetpack_ai_logo_generator_modal_open",r="jetpack_ai_logo_generator_modal_close",s="jetpack_ai_logo_generator_generate",o="jetpack_ai_logo_generator_save",i="jetpack_ai_logo_generator_use",l="jetpack_ai_logo_generator_navigate",c="jetpack_ai_logo_generator_feedback",u="jetpack_ai_upgrade_button",d="input_footer",p="free_user_screen",m="upgrade_prompt",g=3,A=10},60674:(e,t,n)=>{"use strict";n.d(t,{Q:()=>c});var a=n(85985),r=n(47143),s=n(10067),o=n.n(s),i=n(74423);const l=o()("ai-client:logo-generator:use-checkout"),c=()=>{const{nextTier:e,tierPlansEnabled:t}=(0,r.useSelect)((e=>{const t=e(i.E);return{nextTier:t.getAiAssistantFeature().nextTier,tierPlansEnabled:t.getAiAssistantFeature().tierPlansEnabled}}),[]),n=new URL("https://jetpack.com/redirect/");n.searchParams.set("source","jetpack-ai-yearly-tier-upgrade-nudge"),n.searchParams.set("site",(0,a.GE)()),n.searchParams.set("path",t?`jetpack_ai_yearly:-q-${e?.limit}`:"jetpack_ai_yearly");const s=`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?redirect_to_referrer=1&page=my-jetpack#/add-jetpack-ai`,o=(0,a.d9)()||(0,a.Sy)()?n.toString():s;return l("Next tier checkout URL: ",o),{nextTierCheckoutURL:o,hasNextTier:!!e}}},78867:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(47143),r=n(86087),s=n(27723),o=n(74423);const __=s.__,i=()=>{const{usagePeriod:e}=(0,a.useSelect)((e=>({usagePeriod:e(o.E).getAiAssistantFeature().nextTier})),[]),t=(e=>{const t=__("You've reached this month's request limit, per our fair usage policy.","jetpack");if(!e)return t; // Translators: %s is the date when the requests will reset. const n=__("Requests will reset on %s.","jetpack");return`${t} ${(0,s.sprintf)(n,e)}`})((e=>{if(!e?.nextStart)return null;const t=new Date(e.nextStart);return t.toLocaleString("default",{month:"long"})+" "+t.getDate()})(e));return(0,r.createInterpolateElement)(t,{link:React.createElement("a",{href:"https://jetpack.com/redirect/?source=ai-logo-generator-fair-usage-policy",target:"_blank",rel:"noreferrer"})})}},88725:(e,t,n)=>{"use strict";n.d(t,{A:()=>A});var a=n(47143),r=n(10067),s=n.n(r),o=n(51609),i=n(62614),l=n(93869),c=n(51391),u=n(19362),d=n(28229),p=n(74423),m=n(44461);const g=s()("jetpack-ai-calypso:use-logo-generator"),A=()=>{const{setSelectedLogoIndex:e,setIsSavingLogoToLibrary:t,setIsApplyingLogo:n,setIsRequestingImage:r,setIsEnhancingPrompt:s,increaseAiAssistantRequestsCount:A,addLogoToHistory:h,setContext:E,setIsLoadingHistory:f}=(0,a.useDispatch)(p.E),{logos:b,selectedLogoIndex:v,selectedLogo:C,siteDetails:k,isSavingLogoToLibrary:y,isApplyingLogo:B,isEnhancingPrompt:w,isBusy:_,isRequestingImage:I,getAiAssistantFeature:x,requireUpgrade:j,context:S,tierPlansEnabled:Q,isLoadingHistory:N}=(0,a.useSelect)((e=>{const t=e(p.E);return{logos:t.getLogos(),selectedLogoIndex:t.getSelectedLogoIndex(),selectedLogo:t.getSelectedLogo(),siteDetails:t.getSiteDetails(),isSavingLogoToLibrary:t.getIsSavingLogoToLibrary(),isApplyingLogo:t.getIsApplyingLogo(),isRequestingImage:t.getIsRequestingImage(),isEnhancingPrompt:t.getIsEnhancingPrompt(),isBusy:t.getIsBusy(),getAiAssistantFeature:t.getAiAssistantFeature,requireUpgrade:t.getRequireUpgrade(),context:t.getContext(),tierPlansEnabled:t.getTierPlansEnabled(),isLoadingHistory:t.getIsLoadingHistory()}}),[]),{setFirstLogoPromptFetchError:R,setEnhancePromptFetchError:T,setLogoFetchError:P,setSaveToLibraryError:L,setLogoUpdateError:M}=(0,m.A)(),{generateImageWithParameters:D}=(0,i.A)(),{saveToMediaLibrary:F}=(0,l.A)(),{ID:O=null,name:z=null,description:U=null}=k||{},H=O?String(O):null,V=x(H),q=V?.costs?.["jetpack-ai-logo-generator"]?.logo,G=(0,o.useCallback)((async function(){R(null),A();try{const e=await(0,c.A)();if(!e||!e.token)throw new Error("No token provided");g("Generating first prompt for site");const t={question:`Generate a simple and short prompt asking for a logo based on the site's name and description, keeping the same language.\nExample for a site named "The minimalist fashion blog", described as "Daily inspiration for all things fashion": A logo for a minimalist fashion site focused on daily sartorial inspiration with a clean and modern aesthetic that is sleek and sophisticated.\nAnother example, now for a site called "El observatorio de aves", described as "Un sitio dedicado a nuestros compañeros y compañeras entusiastas de la observación de aves.": Un logo para un sitio web dedicado a la observación de aves, capturando la esencia de la naturaleza y la pasión por la avifauna en un diseño elegante y representativo, reflejando una estética natural y apasionada por la vida silvestre.\n\nSite name: ${z}\nSite description: ${U}`,feature:"jetpack-ai-logo-generator",stream:!1},n="https://public-api.wordpress.com/wpcom/v2/jetpack-ai-query",a={Authorization:`Bearer ${e.token}`,"Content-Type":"application/json"},r=await fetch(n,{method:"POST",headers:a,body:JSON.stringify(t)}).then((e=>e.json()));return r?.choices?.[0]?.message?.content}catch(e){throw A(-1),R(e),e}}),[R,A,z,U]),$=(0,o.useCallback)((async function({prompt:e}){P(null);try{const t=await(0,c.A)();if(!t||!t.token)throw new Error("No token provided");g("Generating image with prompt",e);const n={prompt:`I NEED to test how the tool works with extremely simple prompts. DO NOT add any detail, just use it AS-IS:\nCreate a single text-free iconic vector logo that symbolically represents the user request, using abstract or symbolic imagery.\nThe design should be modern, with either a vivid color scheme full of gradients or a color scheme that's monochromatic. Use any of those styles based on the user request mood.\nEnsure the logo is set against a clean solid background.\nEnsure the logo works in small sizes.\nThe imagery in the logo should subtly hint at the mood of the user request but DO NOT use any text, letters, or the name of the site on the imagery.\nThe image should contain a single icon, without variations, color palettes or different versions.\n\nUser request:${e}`,feature:"jetpack-ai-logo-generator",response_format:"b64_json"};return await D(n)}catch(e){throw P(e),e}}),[]),W=(0,o.useCallback)((async e=>{L(null);try{if(g("Saving logo for site"),e.mediaId)return{mediaId:e.mediaId,mediaURL:e.url};const n={mediaId:0,mediaURL:""};t(!0);const{id:a,url:r}=await F(e.url,"site-logo.png");return n.mediaId=parseInt(a),n.mediaURL=r,n}catch(e){throw L(e),e}finally{t(!1)}}),[t,L]),Z=(0,o.useCallback)((async()=>{M(null);try{if(!H||!C)throw new Error("Missing siteId or logo");g("Applying logo for site",H),n(!0);const{mediaId:e}=C;if(!e)throw new Error("Missing mediaId");await(0,d.Z)({siteId:H,imageId:String(e)})}catch(e){throw M(e),e}finally{n(!1)}}),[C,n,M,H]),Y=(0,o.useCallback)((e=>{h(e),(0,u.hm)({...e,siteId:String(H)})}),[H,h,u.hm]),J=(0,o.useCallback)((async function({prompt:e}){g("Generating logo for site"),r(!0);try{if(!q)throw new Error("Missing cost information");let t;A(q);try{if(t=await $({prompt:e}),!t||!t.data.length)throw new Error("No image returned")}catch(e){throw A(-q),e}const n={url:"data:image/png;base64,"+t.data[0].b64_json,description:e};try{const t=await W(n);Y({url:t.mediaURL,description:e,mediaId:t.mediaId})}catch(e){throw Y(n),e}}finally{r(!1)}}),[q,A,W,Y,$]);return{logos:b,selectedLogoIndex:v,selectedLogo:C,setSelectedLogoIndex:e,site:{id:H,name:z,description:U},generateFirstPrompt:G,saveLogo:W,applyLogo:Z,generateImage:$,enhancePrompt:async function({prompt:e}){T(null),A();try{const t=await(0,c.A)();if(!t||!t.token)throw new Error("No token provided");g("Enhancing prompt",e);const n={messages:[{role:"system",content:"Enhance the prompt you receive.\nThe prompt is meant for generating a logo. Return the same prompt enhanced, and make each enhancement wrapped in brackets.\nDo not add any mention to text, letters, typography or the name of the site in the prompt.\nFor example: user's prompt: A logo for an ice cream shop. Returned prompt: A logo for an ice cream shop [that is pink] [and vibrant]."},{role:"user",content:e}],feature:"jetpack-ai-logo-generator",stream:!1},a="https://public-api.wordpress.com/wpcom/v2/jetpack-ai-query",r={Authorization:`Bearer ${t.token}`,"Content-Type":"application/json"},s=await fetch(a,{method:"POST",headers:r,body:JSON.stringify(n)}).then((e=>e.json()));return s?.choices?.[0]?.message?.content}catch(e){throw A(-1),T(e),e}},storeLogo:Y,generateLogo:J,setIsEnhancingPrompt:s,setIsRequestingImage:r,setIsSavingLogoToLibrary:t,setIsApplyingLogo:n,setContext:E,isEnhancingPrompt:w,isRequestingImage:I,isSavingLogoToLibrary:y,isApplyingLogo:B,isBusy:_,getAiAssistantFeature:x,requireUpgrade:j,context:S,tierPlansEnabled:Q,isLoadingHistory:N,setIsLoadingHistory:f}}},44461:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(47143),r=n(74423);const s=()=>{const{setFeatureFetchError:e,setFirstLogoPromptFetchError:t,setEnhancePromptFetchError:n,setLogoFetchError:s,setSaveToLibraryError:o,setLogoUpdateError:i}=(0,a.useDispatch)(r.E),{featureFetchError:l,firstLogoPromptFetchError:c,enhancePromptFetchError:u,logoFetchError:d,saveToLibraryError:p,logoUpdateError:m}=(0,a.useSelect)((e=>{const t=e(r.E);return{featureFetchError:t.getFeatureFetchError(),firstLogoPromptFetchError:t.getFirstLogoPromptFetchError(),enhancePromptFetchError:t.getEnhancePromptFetchError(),logoFetchError:t.getLogoFetchError(),saveToLibraryError:t.getSaveToLibraryError(),logoUpdateError:t.getLogoUpdateError()}}),[]);return{setFeatureFetchError:e,setFirstLogoPromptFetchError:t,setEnhancePromptFetchError:n,setLogoFetchError:s,setSaveToLibraryError:o,setLogoUpdateError:i,clearErrors:()=>{e(null),t(null),n(null),s(null),o(null),i(null)},featureFetchError:l,firstLogoPromptFetchError:c,enhancePromptFetchError:u,logoFetchError:d,saveToLibraryError:p,logoUpdateError:m}}},23101:(e,t,n)=>{"use strict";n.d(t,{T:()=>a.T});var a=n(64537)},19362:(e,t,n)=>{"use strict";n.d(t,{$t:()=>i,H:()=>o,NP:()=>l,Pv:()=>c,hm:()=>s});var a=n(13858);const r=10;function s({siteId:e,url:t,description:n,mediaId:a}){const s=i(e),o={url:t,description:n,mediaId:a};return s.push(o),localStorage.setItem(`logo-history-${e}`,JSON.stringify(s.slice(-r))),o}function o({siteId:e,url:t,newUrl:n,mediaId:a}){const s=i(e),o=s.findIndex((e=>e.url===t));return o>-1&&(s[o].url=n,s[o].mediaId=a),localStorage.setItem(`logo-history-${e}`,JSON.stringify(s.slice(-r))),s[o]}function i(e){const t=localStorage.getItem(`logo-history-${e}`);let n=t?JSON.parse(t):[];return Array.isArray(n)||(n=[]),n=n.slice(-r),n=n.filter((e=>"object"==typeof e&&"string"==typeof e.url&&"string"==typeof e.description)).map((e=>({url:e.url,description:e.description,mediaId:e.mediaId}))),n}function l(e){return 0===i(e).length}async function c(e){const t=i(e).filter((({mediaId:e})=>void 0!==e)).map((({mediaId:t})=>new Promise(((n,r)=>{(0,a.T)({siteId:e,mediaId:t}).then((e=>n({mediaId:t,exists:e}))).catch((e=>r(e)))}))));try{(await Promise.all(t)).filter((({exists:e})=>!e)).forEach((({mediaId:t})=>function({siteId:e,mediaId:t}){const n=i(e),a=n.findIndex((e=>e.mediaId===t));-1!==a&&(n.splice(a,1),localStorage.setItem(`logo-history-${e}`,JSON.stringify(n)))}({siteId:e,mediaId:t})))}catch(e){}}},13858:(e,t,n)=>{"use strict";n.d(t,{T:()=>r});var a=n(48931);async function r({mediaId:e}){const t=Number(e);if(Number.isNaN(t))return!1;try{return await(0,a.A)({path:`/wp/v2/media/${Number(e)}`,method:"GET"}),!0}catch(e){const t=e?.data?.status;if(404===t)return!1;throw e}}},28229:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(22746);async function r({siteId:e,imageId:t}){const n={site_logo:t,site_icon:t};return(0,a.A)({path:`/sites/${String(e)}/settings`,apiVersion:"v2",apiNamespace:"wp/v2",body:n,query:"source=jetpack-ai",method:"POST"})}},22746:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(48931);const r=5;let s=0;async function o(e){if(s+=1,s>r)throw s-=1,new Error("Too many requests");return(0,a.A)(e).finally((()=>{s-=1}))}},9624:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(19362),r=n(22746),s=n(9938);const o={storeAiAssistantFeature:e=>({type:s.UU,feature:e}),fetchAiAssistantFeature:()=>async({dispatch:e})=>{e({type:s.ql});try{const t=await(0,r.A)({path:"/wpcom/v2/jetpack-ai/ai-assistant-feature",query:"force=wpcom"});e(o.storeAiAssistantFeature(function(e){return{hasFeature:!!e["has-feature"],isOverLimit:!!e["is-over-limit"],requestsCount:e["requests-count"],requestsLimit:e["requests-limit"],requireUpgrade:!!e["site-require-upgrade"],errorMessage:e["error-message"],errorCode:e["error-code"],upgradeType:e["upgrade-type"],usagePeriod:{currentStart:e["usage-period"]?.["current-start"],nextStart:e["usage-period"]?.["next-start"],requestsCount:e["usage-period"]?.["requests-count"]||0},currentTier:e["current-tier"],nextTier:e["next-tier"],tierPlansEnabled:!!e["tier-plans-enabled"],costs:e.costs,featuresControl:e["features-control"]}}(t)))}catch(t){e({type:s.Rx,error:t})}},increaseAiAssistantRequestsCount:(e=1)=>({dispatch:t})=>{t({type:s.Lg,count:e})},setAiAssistantFeatureRequireUpgrade:(e=!0)=>({type:s.Kt,requireUpgrade:e}),setTierPlansEnabled:(e=!0)=>({type:s.c1,tierPlansEnabled:e}),setSiteDetails:e=>({type:s.Bz,siteDetails:e}),setSelectedLogoIndex:e=>({type:s.BG,selectedLogoIndex:e}),addLogoToHistory:e=>({type:s.sG,logo:e}),setIsSavingLogoToLibrary:e=>({type:s.E6,isSavingLogoToLibrary:e}),setIsApplyingLogo:e=>({type:s.Ep,isApplyingLogo:e}),updateSelectedLogo:(e,t)=>({type:s.r_,mediaId:e,url:t}),setIsRequestingImage:e=>({type:s.vk,isRequestingImage:e}),setIsEnhancingPrompt:e=>({type:s.O5,isEnhancingPrompt:e}),loadLogoHistory(e){const t=(0,a.$t)(e);return{type:s.ZI,history:t}},setFeatureFetchError:e=>({type:s.Rx,error:e}),setFirstLogoPromptFetchError:e=>({type:s.MQ,error:e}),setEnhancePromptFetchError:e=>({type:s.gG,error:e}),setLogoFetchError:e=>({type:s.q_,error:e}),setSaveToLibraryError:e=>({type:s.x0,error:e}),setLogoUpdateError:e=>({type:s.FN,error:e}),setContext:e=>({type:s.kZ,context:e}),setIsLoadingHistory:e=>({type:s.hY,isLoadingHistory:e})},i=o},9938:(e,t,n)=>{"use strict";n.d(t,{BG:()=>m,Bz:()=>l,E6:()=>A,Ep:()=>h,FN:()=>I,GB:()=>c,Kt:()=>o,Lg:()=>s,MQ:()=>y,O5:()=>b,Rx:()=>k,UU:()=>a,ZI:()=>v,c1:()=>i,gG:()=>B,hY:()=>C,kZ:()=>p,mx:()=>d,nb:()=>u,q_:()=>w,ql:()=>r,r_:()=>E,sG:()=>g,vk:()=>f,x0:()=>_});const a="STORE_AI_ASSISTANT_FEATURE",r="REQUEST_AI_ASSISTANT_FEATURE",s="INCREASE_AI_ASSISTANT_REQUESTS_COUNT",o="SET_AI_ASSISTANT_FEATURE_REQUIRE_UPGRADE",i="SET_TIER_PLANS_ENABLED",l="SET_SITE_DETAILS",c=20,u=999999999,d=3,p="SET_CONTEXT",m="SET_SELECTED_LOGO_INDEX",g="ADD_LOGO_TO_HISTORY",A="SET_IS_SAVING_LOGO_TO_LIBRARY",h="SET_IS_APPLYING_LOGO",E="SAVE_SELECTED_LOGO",f="SET_IS_REQUESTING_IMAGE",b="SET_IS_ENHANCING_PROMPT",v="SET_SITE_HISTORY",C="SET_IS_LOADING_HISTORY",k="SET_FEATURE_FETCH_ERROR",y="SET_FIRST_LOGO_PROMPT_FETCH_ERROR",B="SET_ENHANCE_PROMPT_FETCH_ERROR",w="SET_LOGO_FETCH_ERROR",_="SET_SAVE_TO_LIBRARY_ERROR",I="SET_LOGO_UPDATE_ERROR"},74423:(e,t,n)=>{"use strict";n.d(t,{E:()=>i});var a=n(47143),r=n(9624),s=n(23695),o=n(80037);const i="jetpack-ai/logo-generator",l=(0,a.createReduxStore)(i,{__experimentalUseThunks:!0,actions:r.A,reducer:s.A,selectors:o.A});(0,a.register)(l)},94891:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(9938);const r={siteDetails:{},features:{aiAssistantFeature:{hasFeature:!0,isOverLimit:!1,requestsCount:0,requestsLimit:a.GB,requireUpgrade:!1,errorMessage:"",errorCode:"",upgradeType:"default",currentTier:{slug:"ai-assistant-tier-free",value:0,limit:20},usagePeriod:{currentStart:"",nextStart:"",requestsCount:0},nextTier:null,tierPlansEnabled:!1,_meta:{isRequesting:!1,asyncRequestCountdown:a.mx,asyncRequestTimerId:0,isRequestingImage:!1}}},history:[],selectedLogoIndex:0}},23695:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(61356),r=n(9938),s=n(94891);function o(e=s.A,t){switch(t.type){case r.ql:return{...e,_meta:{...e._meta??{},featureFetchError:null},features:{...e.features,aiAssistantFeature:{...e.features.aiAssistantFeature,_meta:{...e?.features?.aiAssistantFeature?._meta,isRequesting:!0,asyncRequestCountdown:r.mx,asyncRequestTimerId:0}}}};case r.UU:{const n={"jetpack-ai-logo-generator":{logo:a._S}};return{...e,features:{...e.features,aiAssistantFeature:{costs:n,...t.feature,requireUpgrade:t.feature?.requireUpgrade||0===t.feature?.currentTier?.value,_meta:{...e?.features?.aiAssistantFeature?._meta,isRequesting:!1}}}}}case r.Lg:{const n=e?.features?.aiAssistantFeature?.usagePeriod||{requestsCount:0},a=(e?.features?.aiAssistantFeature?.requestsCount||0)+(t.count??1);n.requestsCount+=t.count??1;const s=e?.features?.aiAssistantFeature?.currentTier?.value,o=void 0===s&&!e?.features?.aiAssistantFeature?.hasFeature||0===s,i=void 0===s&&e?.features?.aiAssistantFeature?.hasFeature||1===s;let l=e?.features?.aiAssistantFeature?.currentTier?.limit||r.GB;i?l=r.nb:o&&(l=e?.features?.aiAssistantFeature?.requestsLimit);const c=(i||o?a:e?.features?.aiAssistantFeature?.usagePeriod?.requestsCount||0)>=l,u=o||c&&null!==e?.features?.aiAssistantFeature?.nextTier;return{...e,features:{...e.features,aiAssistantFeature:{...e.features.aiAssistantFeature,isOverLimit:c,requestsCount:a,requireUpgrade:u,usagePeriod:{...n}}}}}case r.Kt:return{...e,features:{...e.features,aiAssistantFeature:{...e.features.aiAssistantFeature,requireUpgrade:t.requireUpgrade,...t.requireUpgrade?{isOverLimit:!0}:{}}}};case r.c1:return{...e,features:{...e.features,aiAssistantFeature:{...e.features.aiAssistantFeature,tierPlansEnabled:t.tierPlansEnabled}}};case r.Bz:return{...e,siteDetails:t.siteDetails};case r.BG:return{...e,selectedLogoIndex:t.selectedLogoIndex};case r.sG:{const n=[...e.history,t.logo];return{...e,history:n,selectedLogoIndex:n.length-1}}case r.E6:return{...e,_meta:{...e._meta??{},isSavingLogoToLibrary:t.isSavingLogoToLibrary}};case r.Ep:return{...e,_meta:{...e._meta??{},isApplyingLogo:t.isApplyingLogo}};case r.r_:{const n=e.history?.[e.selectedLogoIndex];return{...e,history:[...e.history.slice(0,e.selectedLogoIndex),{...n,mediaId:t.mediaId,url:t.url},...e.history.slice(e.selectedLogoIndex+1)]}}case r.vk:return{...e,_meta:{...e._meta??{},isRequestingImage:t.isRequestingImage}};case r.O5:return{...e,_meta:{...e._meta??{},isEnhancingPrompt:t.isEnhancingPrompt}};case r.ZI:return{...e,history:t.history,selectedLogoIndex:t.history?.length?t.history.length-1:0};case r.Rx:return{...e,_meta:{...e._meta??{},featureFetchError:t.error}};case r.MQ:return{...e,_meta:{...e._meta??{},firstLogoPromptFetchError:t.error}};case r.gG:return{...e,_meta:{...e._meta??{},enhancePromptFetchError:t.error}};case r.q_:return{...e,_meta:{...e._meta??{},logoFetchError:t.error}};case r.x0:return{...e,_meta:{...e._meta??{},saveToLibraryError:t.error}};case r.FN:return{...e,_meta:{...e._meta??{},logoUpdateError:t.error}};case r.kZ:return{...e,_meta:{...e._meta??{},context:t.context}};case r.hY:return{...e,_meta:{...e._meta??{},isLoadingHistory:t.isLoadingHistory}}}return e}},80037:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(61356);const r={getAiAssistantFeature(e){const t={...e.features.aiAssistantFeature};return delete t._meta,t},getSiteDetails:e=>e.siteDetails,getIsRequestingAiAssistantFeature:e=>e.features.aiAssistantFeature?._meta?.isRequesting??!1,getLogos:e=>e.history??[],getSelectedLogoIndex:e=>e.selectedLogoIndex??null,getSelectedLogo:e=>e.history?.[e.selectedLogoIndex]??null,getIsSavingLogoToLibrary:e=>e._meta?.isSavingLogoToLibrary??!1,getIsApplyingLogo:e=>e._meta?.isApplyingLogo??!1,getIsEnhancingPrompt:e=>e._meta?.isEnhancingPrompt??!1,getIsRequestingImage:e=>e._meta?.isRequestingImage??!1,getIsBusy:e=>r.getIsApplyingLogo(e)||r.getIsSavingLogoToLibrary(e)||r.getIsRequestingImage(e)||r.getIsEnhancingPrompt(e),getRequireUpgrade(e){const t=e.features.aiAssistantFeature;if(!t?.tierPlansEnabled)return t?.requireUpgrade;const n=t?.costs?.["jetpack-ai-logo-generator"]?.logo??a._S,r=t?.currentTier?.value||0,s=t?.usagePeriod?.requestsCount||0,o=1===r,i=!t?.nextTier;return e.features.aiAssistantFeature?.requireUpgrade||!o&&!i&&r-se._meta?.featureFetchError??null,getFirstLogoPromptFetchError:e=>e._meta?.firstLogoPromptFetchError??null,getEnhancePromptFetchError:e=>e._meta?.enhancePromptFetchError??null,getLogoFetchError:e=>e._meta?.logoFetchError??null,getSaveToLibraryError:e=>e._meta?.saveToLibraryError??null,getLogoUpdateError:e=>e._meta?.logoUpdateError??null,getContext:e=>e._meta?.context??"",getTierPlansEnabled:e=>e.features.aiAssistantFeature?.tierPlansEnabled??!1,getIsLoadingHistory:e=>e._meta?.isLoadingHistory??!1},s=r},53664:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(7675),r=n(10067),s=n.n(r),o=n(46219),i=n(51391),l=n(78836);const c=s()("jetpack-ai-client:suggestions-event-source");class u extends EventTarget{constructor(e){super(),this.fullMessage="",this.fullFunctionCall={name:"",arguments:""},this.isPromptClear=!1,this.controller=new AbortController,this.initEventSource(e)}async initEventSource({url:e,question:t,token:n,options:r={}}){if(!n)try{c("Token was not provided, requesting one..."),n=(await(0,i.A)()).token}catch(e){return void this.processErrorEvent(e)}const s={};if(Number.isInteger(parseInt(r.postId))&&(s.post_id=+r.postId),!e){const t=new URL("https://public-api.wordpress.com/wpcom/v2/jetpack-ai-query");r?.fromCache&&t.searchParams.append("stream_cache","true"),e=t.toString(),c("URL not provided, using default: %o",e)}Array.isArray(t)?s.messages=t:s.question=t,r?.feature?.length&&(c("Feature: %o",r.feature),s.feature=r.feature),r?.functions?.length&&(c("Functions: %o",r.functions),s.functions=r.functions),r?.model?.length&&(c("Model: %o",r.model),s.model=r.model),this.errorUnclearPromptTriggered=!1,await(0,a.y)(e,{openWhenHidden:!0,method:"POST",headers:{"Content-type":"application/json",Authorization:"Bearer "+n},body:JSON.stringify(s),onclose:()=>{c("Stream closed")},onerror:e=>{throw this.processErrorEvent(e),e},onmessage:e=>{this.processEvent(e)},onopen:async e=>{if(e.ok)return;let t;throw e.status>=400&&e.status<=500&&![413,422,429].includes(e.status)&&(c("Connection error: %o",e),t=l.mA,this.dispatchEvent(new CustomEvent(l.mA,{detail:e}))),503===e.status&&(t=l.AZ,this.dispatchEvent(new CustomEvent(l.AZ))),413===e.status&&(t=l.cT,this.dispatchEvent(new CustomEvent(l.cT))),422===e.status&&(t=l.ud,this.dispatchEvent(new CustomEvent(l.ud))),429===e.status&&(t=l.Or,this.dispatchEvent(new CustomEvent(l.Or))),this.dispatchEvent(new CustomEvent(l.zn,{detail:(0,o.fC)(t)})),new Error},signal:this.controller.signal})}checkForUnclearPrompt(){if(this.isPromptClear)return;const e=this.fullMessage.replace(/__|(\*\*)/g,"");if(e.startsWith("JETPACK_AI_ERROR")){if(this.errorUnclearPromptTriggered)return;this.errorUnclearPromptTriggered=!0,this.dispatchEvent(new CustomEvent(l.L9)),c("Unclear error prompt dispatched"),this.dispatchEvent(new CustomEvent(l.zn,{detail:(0,o.fC)(l.L9)}))}else"JETPACK_AI_ERROR".startsWith(e)?c(this.fullMessage):this.isPromptClear=!0}close(){this.controller.abort()}processEvent(e){if("[DONE]"===e.data){if(this.errorUnclearPromptTriggered)return;if(this.fullMessage.length)return this.dispatchEvent(new CustomEvent("done",{detail:this.fullMessage})),void c("Done: %o",this.fullMessage);if(this.fullFunctionCall.name.length)return this.dispatchEvent(new CustomEvent("function_done",{detail:this.fullFunctionCall})),void c("Done: %o",this.fullFunctionCall)}let t;try{t=JSON.parse(e.data)}catch(t){return void c("Error parsing JSON",e,t)}const{delta:n}=t?.choices?.[0]??{delta:{content:null,function_call:null}},a=n.content,r=n.function_call;a&&(this.fullMessage+=a,this.checkForUnclearPrompt(),this.isPromptClear&&(this.dispatchEvent(new CustomEvent("chunk",{detail:a})),c("suggestion: %o",this.fullMessage),this.dispatchEvent(new CustomEvent("suggestion",{detail:this.fullMessage})))),r&&(null!=r.name&&(this.fullFunctionCall.name+=r.name),null!=r.arguments&&(this.fullFunctionCall.arguments+=r.arguments),this.dispatchEvent(new CustomEvent("functionCallChunk",{detail:this.fullFunctionCall})))}processErrorEvent(e){c("onerror: %o",e),this.dispatchEvent(new CustomEvent(l.mA,{detail:e})),this.dispatchEvent(new CustomEvent(l.zn,{detail:(0,o.fC)(l.mA)}))}}},78836:(e,t,n)=>{"use strict";n.d(t,{AZ:()=>r,L9:()=>c,Or:()=>s,cT:()=>i,mA:()=>l,uH:()=>a.u,ud:()=>o,zn:()=>u});var a=n(97784);const r="error_service_unavailable",s="error_quota_exceeded",o="error_moderation",i="error_context_too_large",l="error_network",c="error_unclear_prompt",u="error_response"},90372:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(10067);const r=n.n(a)()("dops:analytics");let s,o;window._tkq=window._tkq||[],window.ga=window.ga||function(){(window.ga.q=window.ga.q||[]).push(arguments)},window.ga.l=+new Date;const i={initialize:function(e,t,n){i.setUser(e,t),i.setSuperProps(n),i.identifyUser()},setGoogleAnalyticsEnabled:function(e,t=null){this.googleAnalyticsEnabled=e,this.googleAnalyticsKey=t},setMcAnalyticsEnabled:function(e){this.mcAnalyticsEnabled=e},setUser:function(e,t){o={ID:e,username:t}},setSuperProps:function(e){s=e},assignSuperProps:function(e){s=Object.assign(s||{},e)},mc:{bumpStat:function(e,t){const n=function(e,t){let n="";if("object"==typeof e){for(const t in e)n+="&x_"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);r("Bumping stats %o",e)}else n="&x_"+encodeURIComponent(e)+"="+encodeURIComponent(t),r('Bumping stat "%s" in group "%s"',t,e);return n}(e,t);i.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom-no-pv"+n+"&t="+Math.random())},bumpStatWithPageView:function(e,t){const n=function(e,t){let n="";if("object"==typeof e){for(const t in e)n+="&"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);r("Built stats %o",e)}else n="&"+encodeURIComponent(e)+"="+encodeURIComponent(t),r('Built stat "%s" in group "%s"',t,e);return n}(e,t);i.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom"+n+"&t="+Math.random())}},pageView:{record:function(e,t){i.tracks.recordPageView(e),i.ga.recordPageView(e,t)}},purchase:{record:function(e,t,n,a,r,s,o){i.ga.recordPurchase(e,t,n,a,r,s,o)}},tracks:{recordEvent:function(e,t){t=t||{},0===e.indexOf("akismet_")||0===e.indexOf("jetpack_")?(s&&(r("- Super Props: %o",s),t=Object.assign(t,s)),r('Record event "%s" called with props %s',e,JSON.stringify(t)),window._tkq.push(["recordEvent",e,t])):r('- Event name must be prefixed by "akismet_" or "jetpack_"')},recordJetpackClick:function(e){const t="object"==typeof e?e:{target:e};i.tracks.recordEvent("jetpack_wpa_click",t)},recordPageView:function(e){i.tracks.recordEvent("akismet_page_view",{path:e})},setOptOut:function(e){r("Pushing setOptOut: %o",e),window._tkq.push(["setOptOut",e])}},ga:{initialized:!1,initialize:function(){let e={};i.ga.initialized||(o&&(e={userId:"u-"+o.ID}),window.ga("create",this.googleAnalyticsKey,"auto",e),i.ga.initialized=!0)},recordPageView:function(e,t){i.ga.initialize(),r("Recording Page View ~ [URL: "+e+"] [Title: "+t+"]"),this.googleAnalyticsEnabled&&(window.ga("set","page",e),window.ga("send",{hitType:"pageview",page:e,title:t}))},recordEvent:function(e,t,n,a){i.ga.initialize();let s="Recording Event ~ [Category: "+e+"] [Action: "+t+"]";void 0!==n&&(s+=" [Option Label: "+n+"]"),void 0!==a&&(s+=" [Option Value: "+a+"]"),r(s),this.googleAnalyticsEnabled&&window.ga("send","event",e,t,n,a)},recordPurchase:function(e,t,n,a,r,s,o){window.ga("require","ecommerce"),window.ga("ecommerce:addTransaction",{id:e,revenue:a,currency:o}),window.ga("ecommerce:addItem",{id:e,name:t,sku:n,price:r,quantity:s}),window.ga("ecommerce:send")}},identifyUser:function(){o&&window._tkq.push(["identifyUser",o.ID,o.username])},setProperties:function(e){window._tkq.push(["setProperties",e])},clearedIdentity:function(){window._tkq.push(["clearIdentity"])}},l=i},42266:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(90311),r=n(19783),s=n(83883),o=n(51113),i=n(13022),l=n(51609),c=n.n(l),u=n(65486);const d=e=>{switch(e){case"error":case"warning":default:return a.A;case"info":return r.A;case"success":return s.A}},p=({level:e="warning",children:t,showIcon:n=!0,className:a})=>{const r=(0,i.A)(u.A.container,u.A[`is-${e}`],a);return c().createElement("div",{className:r},n&&c().createElement("div",{className:u.A["icon-wrapper"]},c().createElement(o.A,{icon:d(e),className:u.A.icon})),c().createElement("div",null,t))}},51112:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(96072),r=n.n(a),s=n(56427),o=n(27723),i=n(51113),l=n(53512),c=n(13022),u=n(51609),d=n.n(u),p=n(77560);const __=o.__,m=(0,u.forwardRef)(((e,t)=>{const{children:n,variant:a="primary",size:o="normal",weight:u="bold",icon:m,iconSize:g,disabled:A,isDestructive:h,isLoading:E,isExternalLink:f,className:b,text:v,fullWidth:C,...k}=e,y=(0,c.A)(p.A.button,b,{[p.A.normal]:"normal"===o,[p.A.small]:"small"===o,[p.A.icon]:Boolean(m),[p.A.loading]:E,[p.A.regular]:"regular"===u,[p.A["full-width"]]:C,[p.A["is-icon-button"]]:Boolean(m)&&!n});k.ref=t;const B="normal"===o?20:16,w=f&&d().createElement(d().Fragment,null,d().createElement(i.A,{size:B,icon:l.A,className:p.A["external-icon"]}),d().createElement(s.VisuallyHidden,{as:"span"},/* translators: accessibility text */ -__("(opens in a new tab)","jetpack"))),_=f?"_blank":void 0,I=n?.[0]&&null!==n[0]&&"components-tooltip"!==n?.[0]?.props?.className;return d().createElement(s.Button,r()({target:_,variant:a,className:(0,c.A)(y,{"has-text":!!m&&I}),icon:f?void 0:m,iconSize:g,disabled:A,"aria-disabled":A,isDestructive:h,text:v},k),E&&d().createElement(s.Spinner,null),d().createElement("span",null,n),w)}));m.displayName="Button";const g=m},69222:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(96072),r=n.n(a),s=n(29491),o=n(86087),i=n(27723),l=n(51112),c=n(78478);const __=i.__,u=({buttonStyle:e="icon",textToCopy:t,onCopy:n,...a})=>{const[i,u]=(0,o.useState)(!1),d=(0,o.useRef)(),p=(0,s.useCopyToClipboard)(t,(()=>{d.current&&clearTimeout(d.current),u(!0),n?.(),d.current=setTimeout((()=>{u(!1),d.current=void 0}),3e3)}));(0,o.useEffect)((()=>()=>{d.current&&clearTimeout(d.current)}),[]);let m=null,g=null;"text"!==e&&(m=i?React.createElement(c.Nr,null):React.createElement(c.ui,null));const A=__("Copy to clipboard","jetpack");return"icon"!==e&&(g=i?__("Copied!","jetpack"):A),React.createElement(l.A,r()({"aria-label":A,icon:m,children:g,ref:p},a))}},63406:(e,t,n)=>{"use strict";n.d(t,{I:()=>s});var a=n(47143),r=n(692);function s(){const e=(0,a.useDispatch)(r.store),t=(0,a.useSelect)((e=>e(r.store).getNotices()),[]);return{...e,createNotice:(t,n,a)=>e.createNotice(t,n,{type:"snackbar",...a}),createErrorNotice:(t,n)=>e.createErrorNotice(t,{type:"snackbar",...n}),createInfoNotice:(t,n)=>e.createInfoNotice(t,{type:"snackbar",...n}),createSuccessNotice:(t,n)=>e.createSuccessNotice(t,{type:"snackbar",...n}),createWarningNotice:(t,n)=>e.createWarningNotice(t,{type:"snackbar",...n}),getNotices:()=>t}}},11883:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(27723),r=n(13022),s=n(51609);n(4459);const __=a.__;class o extends s.Component{static defaultProps={"aria-hidden":"false",focusable:"true"};needsOffset(e,t){return["gridicons-arrow-left","gridicons-arrow-right","gridicons-calendar","gridicons-cart","gridicons-folder","gridicons-info","gridicons-info-outline","gridicons-posts","gridicons-star-outline","gridicons-star"].indexOf(e)>=0&&t%18==0}getSVGDescription(e){if("description"in this.props)return this.props.description;switch(e){default:return"";case"gridicons-audio":return __("Has audio.","jetpack");case"gridicons-arrow-left":return __("Arrow left","jetpack");case"gridicons-arrow-right":return __("Arrow right","jetpack");case"gridicons-calendar":return __("Is an event.","jetpack");case"gridicons-cart":return __("Is a product.","jetpack");case"chevron-down":return __("Show filters","jetpack");case"gridicons-comment":return __("Matching comment.","jetpack");case"gridicons-cross":return __("Close.","jetpack");case"gridicons-filter":return __("Toggle search filters.","jetpack");case"gridicons-folder":return __("Category","jetpack");case"gridicons-info":case"gridicons-info-outline":return __("Information.","jetpack");case"gridicons-image-multiple":return __("Has multiple images.","jetpack");case"gridicons-image":return __("Has an image.","jetpack");case"gridicons-page":return __("Page","jetpack");case"gridicons-post":return __("Post","jetpack");case"gridicons-jetpack-search":case"gridicons-search":return __("Magnifying Glass","jetpack");case"gridicons-tag":return __("Tag","jetpack");case"gridicons-video":return __("Has a video.","jetpack")}}renderIcon(e){switch(e){default:return null;case"gridicons-audio":return React.createElement("g",null,React.createElement("path",{d:"M8 4v10.184C7.686 14.072 7.353 14 7 14c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3V7h7v4.184c-.314-.112-.647-.184-1-.184-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3V4H8z"}));case"gridicons-arrow-left":return React.createElement("g",null,React.createElement("path",{d:"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"}));case"gridicons-arrow-right":return React.createElement("g",null,React.createElement("path",{d:"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"}));case"gridicons-block":return React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zM4 12c0-4.418 3.582-8 8-8 1.848 0 3.545.633 4.9 1.686L5.686 16.9C4.633 15.545 4 13.848 4 12zm8 8c-1.848 0-3.546-.633-4.9-1.686L18.314 7.1C19.367 8.455 20 10.152 20 12c0 4.418-3.582 8-8 8z"}));case"gridicons-calendar":return React.createElement("g",null,React.createElement("path",{d:"M19 4h-1V2h-2v2H8V2H6v2H5c-1.105 0-2 .896-2 2v13c0 1.104.895 2 2 2h14c1.104 0 2-.896 2-2V6c0-1.104-.896-2-2-2zm0 15H5V8h14v11z"}));case"gridicons-cart":return React.createElement("g",null,React.createElement("path",{d:"M9 20c0 1.1-.9 2-2 2s-1.99-.9-1.99-2S5.9 18 7 18s2 .9 2 2zm8-2c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm.396-5c.937 0 1.75-.65 1.952-1.566L21 5H7V4c0-1.105-.895-2-2-2H3v2h2v11c0 1.105.895 2 2 2h12c0-1.105-.895-2-2-2H7v-2h10.396z"}));case"gridicons-checkmark":return React.createElement("g",null,React.createElement("path",{d:"M11 17.768l-4.884-4.884 1.768-1.768L11 14.232l8.658-8.658C17.823 3.39 15.075 2 12 2 6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-1.528-.353-2.97-.966-4.266L11 17.768z"}));case"gridicons-chevron-left":return React.createElement("g",null,React.createElement("path",{d:"M16.443 7.41L15.0399 6L9.06934 12L15.0399 18L16.443 16.59L11.8855 12L16.443 7.41Z"}));case"gridicons-chevron-right":return React.createElement("g",null,React.createElement("path",{d:"M10.2366 6L8.8335 7.41L13.391 12L8.8335 16.59L10.2366 18L16.2072 12L10.2366 6Z"}));case"gridicons-chevron-down":return React.createElement("g",null,React.createElement("path",{d:"M20 9l-8 8-8-8 1.414-1.414L12 14.172l6.586-6.586"}));case"gridicons-comment":return React.createElement("g",null,React.createElement("path",{d:"M3 6v9c0 1.105.895 2 2 2h9v5l5.325-3.804c1.05-.75 1.675-1.963 1.675-3.254V6c0-1.105-.895-2-2-2H5c-1.105 0-2 .895-2 2z"}));case"gridicons-computer":return React.createElement("g",null,React.createElement("path",{d:"M20 2H4c-1.104 0-2 .896-2 2v12c0 1.104.896 2 2 2h6v2H7v2h10v-2h-3v-2h6c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm0 14H4V4h16v12z"}));case"gridicons-cross":return React.createElement("g",null,React.createElement("path",{d:"M18.36 19.78L12 13.41l-6.36 6.37-1.42-1.42L10.59 12 4.22 5.64l1.42-1.42L12 10.59l6.36-6.36 1.41 1.41L13.41 12l6.36 6.36z"}));case"gridicons-filter":return React.createElement("g",null,React.createElement("path",{d:"M10 19h4v-2h-4v2zm-4-6h12v-2H6v2zM3 5v2h18V5H3z"}));case"gridicons-folder":return React.createElement("g",null,React.createElement("path",{d:"M18 19H6c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2h7c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2z"}));case"gridicons-image":return React.createElement("g",null,React.createElement("path",{d:"M13 9.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5-.672 1.5-1.5 1.5-1.5-.672-1.5-1.5zM22 6v12c0 1.105-.895 2-2 2H4c-1.105 0-2-.895-2-2V6c0-1.105.895-2 2-2h16c1.105 0 2 .895 2 2zm-2 0H4v7.444L8 9l5.895 6.55 1.587-1.85c.798-.932 2.24-.932 3.037 0L20 15.426V6z"}));case"gridicons-image-multiple":return React.createElement("g",null,React.createElement("path",{d:"M15 7.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5S17.328 9 16.5 9 15 8.328 15 7.5zM4 20h14c0 1.105-.895 2-2 2H4c-1.1 0-2-.9-2-2V8c0-1.105.895-2 2-2v14zM22 4v12c0 1.105-.895 2-2 2H8c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zM8 4v6.333L11 7l4.855 5.395.656-.73c.796-.886 2.183-.886 2.977 0l.513.57V4H8z"}));case"gridicons-info":return React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"}));case"gridicons-info-outline":return React.createElement("g",null,React.createElement("path",{d:"M13 9h-2V7h2v2zm0 2h-2v6h2v-6zm-1-7c-4.411 0-8 3.589-8 8s3.589 8 8 8 8-3.589 8-8-3.589-8-8-8m0-2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2z"}));case"gridicons-jetpack-search":return React.createElement("g",null,React.createElement("path",{d:"M0 9.257C0 4.15 4.151 0 9.257 0c5.105 0 9.256 4.151 9.256 9.257a9.218 9.218 0 01-2.251 6.045l.034.033h1.053L24 22.01l-1.986 1.989-6.664-6.662v-1.055l-.033-.033a9.218 9.218 0 01-6.06 2.264C4.15 18.513 0 14.362 0 9.257zm4.169 1.537h4.61V1.82l-4.61 8.973zm5.547-3.092v8.974l4.61-8.974h-4.61z"}));case"gridicons-phone":return React.createElement("g",null,React.createElement("path",{d:"M16 2H8c-1.104 0-2 .896-2 2v16c0 1.104.896 2 2 2h8c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm-3 19h-2v-1h2v1zm3-2H8V5h8v14z"}));case"gridicons-pages":return React.createElement("g",null,React.createElement("path",{d:"M16 8H8V6h8v2zm0 2H8v2h8v-2zm4-6v12l-6 6H6c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zm-2 10V4H6v16h6v-4c0-1.105.895-2 2-2h4z"}));case"gridicons-posts":return React.createElement("g",null,React.createElement("path",{d:"M16 19H3v-2h13v2zm5-10H3v2h18V9zM3 5v2h11V5H3zm14 0v2h4V5h-4zm-6 8v2h10v-2H11zm-8 0v2h5v-2H3z"}));case"gridicons-search":return React.createElement("g",null,React.createElement("path",{d:"M21 19l-5.154-5.154C16.574 12.742 17 11.42 17 10c0-3.866-3.134-7-7-7s-7 3.134-7 7 3.134 7 7 7c1.42 0 2.742-.426 3.846-1.154L19 21l2-2zM5 10c0-2.757 2.243-5 5-5s5 2.243 5 5-2.243 5-5 5-5-2.243-5-5z"}));case"gridicons-star-outline":return React.createElement("g",null,React.createElement("path",{d:"M12 6.308l1.176 3.167.347.936.997.042 3.374.14-2.647 2.09-.784.62.27.963.91 3.25-2.813-1.872-.83-.553-.83.552-2.814 1.87.91-3.248.27-.962-.783-.62-2.648-2.092 3.374-.14.996-.04.347-.936L12 6.308M12 2L9.418 8.953 2 9.257l5.822 4.602L5.82 21 12 16.89 18.18 21l-2.002-7.14L22 9.256l-7.418-.305L12 2z"}));case"gridicons-star":return React.createElement("g",null,React.createElement("path",{d:"M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304"}));case"gridicons-tag":return React.createElement("g",null,React.createElement("path",{d:"M20 2.007h-7.087c-.53 0-1.04.21-1.414.586L2.592 11.5c-.78.78-.78 2.046 0 2.827l7.086 7.086c.78.78 2.046.78 2.827 0l8.906-8.906c.376-.374.587-.883.587-1.413V4.007c0-1.105-.895-2-2-2zM17.007 9c-1.105 0-2-.895-2-2s.895-2 2-2 2 .895 2 2-.895 2-2 2z"}));case"gridicons-video":return React.createElement("g",null,React.createElement("path",{d:"M20 4v2h-2V4H6v2H4V4c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2v-2h2v2h12v-2h2v2c1.105 0 2-.895 2-2V6c0-1.105-.895-2-2-2zM6 16H4v-3h2v3zm0-5H4V8h2v3zm4 4V9l4.5 3-4.5 3zm10 1h-2v-3h2v3zm0-5h-2V8h2v3z"}));case"gridicons-lock":return React.createElement(React.Fragment,null,React.createElement("g",{id:"lock"},React.createElement("path",{d:"M18,8h-1V7c0-2.757-2.243-5-5-5S7,4.243,7,7v1H6c-1.105,0-2,0.895-2,2v10c0,1.105,0.895,2,2,2h12c1.105,0,2-0.895,2-2V10 C20,8.895,19.105,8,18,8z M9,7c0-1.654,1.346-3,3-3s3,1.346,3,3v1H9V7z M13,15.723V18h-2v-2.277c-0.595-0.346-1-0.984-1-1.723 c0-1.105,0.895-2,2-2s2,0.895,2,2C14,14.738,13.595,15.376,13,15.723z"})),React.createElement("g",{id:"Layer_1"}));case"gridicons-external":return React.createElement("g",null,React.createElement("path",{d:"M19 13v6c0 1.105-.895 2-2 2H5c-1.105 0-2-.895-2-2V7c0-1.105.895-2 2-2h6v2H5v12h12v-6h2zM13 3v2h4.586l-7.793 7.793 1.414 1.414L19 6.414V11h2V3h-8z"}))}}render(){const{size:e=24,className:t=""}=this.props,n=this.props.height||e,a=this.props.width||e,s=this.props.style||{height:n,width:a},o="gridicons-"+this.props.icon,i=(0,r.A)("gridicon",o,t,{"needs-offset":this.needsOffset(o,e)}),l=this.getSVGDescription(o);return React.createElement("svg",{className:i,focusable:this.props.focusable,height:n,onClick:this.props.onClick,style:s,viewBox:"0 0 24 24",width:a,xmlns:"http://www.w3.org/2000/svg","aria-hidden":this.props["aria-hidden"]},l?React.createElement("desc",null,l):null,this.renderIcon(o))}}const i=o},40597:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(56427),r=n(13022),s=n(51609),o=n.n(s),i=n(51112),l=n(11883);n(84813);const c=e=>({"top-end":"top left",top:"top center","top-start":"top right","bottom-end":"bottom left",bottom:"bottom center","bottom-start":"bottom right"}[e]),u=({className:e="",iconClassName:t="",placement:n="bottom-end",animate:u=!0,iconCode:d="info-outline",iconSize:p=18,offset:m=10,title:g,children:A,popoverAnchorStyle:h="icon",forceShow:E=!1,wide:f=!1,inline:b=!0,shift:v=!1})=>{const[C,k]=(0,s.useState)(!1),y=(0,s.useCallback)((()=>k(!1)),[k]),B=(0,s.useCallback)((e=>{e.preventDefault(),k(!C)}),[C,k]),w={position:c(n),placement:n,animate:u,noArrow:!1,resize:!1,flip:!1,offset:m,focusOnMount:"container",onClose:y,className:"icon-tooltip-container",inline:b,shift:v},_="wrapper"===h,I=(0,r.A)("icon-tooltip-wrapper",e),x={left:_?0:-(62-p/2)+"px"},j=_&&E;return o().createElement("div",{className:I,"data-testid":"icon-tooltip_wrapper"},!_&&o().createElement(i.A,{variant:"link",onMouseDown:B},o().createElement(l.A,{className:t,icon:d,size:p})),o().createElement("div",{className:(0,r.A)("icon-tooltip-helper",{"is-wide":f}),style:x},(j||C)&&o().createElement(a.Popover,w,o().createElement("div",null,g&&o().createElement("div",{className:"icon-tooltip-title"},g),o().createElement("div",{className:"icon-tooltip-content"},A)))))}},78478:(e,t,n)=>{"use strict";n.d(t,{M5:()=>p,Nr:()=>u,ui:()=>d});var a=n(96072),r=n.n(a),s=n(56427),o=n(13022),i=n(84705),l=n(47842);const c=({className:e,size:t=24,viewBox:n="0 0 24 24",opacity:a=1,color:i="#2C3338",children:c})=>{const u={className:(0,o.A)(l.A.iconWrapper,e),width:t,height:t,viewBox:n,opacity:a,fill:void 0};return i&&(u.fill=i),React.createElement(s.SVG,r()({},u,{fillRule:"evenodd",clipRule:"evenodd",xmlns:"http://www.w3.org/2000/svg"}),React.createElement(s.G,{opacity:a},c))},u=({size:e,className:t=l.A["checkmark-icon"],color:n})=>React.createElement(c,{className:t,size:e,color:n},React.createElement(s.Path,{d:"M11 17.768l-4.884-4.884 1.768-1.768L11 14.232l8.658-8.658C17.823 3.39 15.075 2 12 2 6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-1.528-.353-2.97-.966-4.266L11 17.768z"})),d=({size:e,className:t=l.A["clipboard-icon"],color:n})=>React.createElement(c,{className:t,size:e,color:n},React.createElement(s.Path,{d:"M5.625 5.5H15.375C15.444 5.5 15.5 5.55596 15.5 5.625V15.375C15.5 15.444 15.444 15.5 15.375 15.5H5.625C5.55596 15.5 5.5 15.444 5.5 15.375V5.625C5.5 5.55596 5.55596 5.5 5.625 5.5ZM4 5.625C4 4.72754 4.72754 4 5.625 4H15.375C16.2725 4 17 4.72754 17 5.625V10V15.375C17 16.2725 16.2725 17 15.375 17C15.375 17 6.52246 17 5.625 17C4.72754 17 4 16.2725 4 15.375V5.625ZM18.5 17.2812V8.28125H20V17.2812C20 18.7995 18.7704 20 17.2511 20H6.25V18.5H17.2511C17.9409 18.5 18.5 17.9721 18.5 17.2812Z"}));const p=({serviceName:e,className:t,iconSize:n})=>React.createElement(i.Ay,{className:(0,o.A)(l.A.socialIcon,l.A[e],t),icon:e,size:n||24})},67142:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(96072),r=n.n(a),s=n(27723),o=n(13022),i=n(51609),l=n.n(i);const __=s.__,c=({logoColor:e="#069e08",showText:t=!0,className:n,height:a=32,...s})=>{const i=t?"0 0 118 32":"0 0 32 32";return l().createElement("svg",r()({xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:i,className:(0,o.A)("jetpack-logo",n),"aria-labelledby":"jetpack-logo-title",height:a},s,{role:"img"}),l().createElement("title",{id:"jetpack-logo-title"},__("Jetpack Logo","jetpack")),l().createElement("path",{fill:e,d:"M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16s16-7.2,16-16S24.8,0,16,0z M15,19H7l8-16V19z M17,29V13h8L17,29z"}),t&&l().createElement(l().Fragment,null,l().createElement("path",{d:"M41.3,26.6c-0.5-0.7-0.9-1.4-1.3-2.1c2.3-1.4,3-2.5,3-4.6V8h-3V6h6v13.4C46,22.8,45,24.8,41.3,26.6z"}),l().createElement("path",{d:"M65,18.4c0,1.1,0.8,1.3,1.4,1.3c0.5,0,2-0.2,2.6-0.4v2.1c-0.9,0.3-2.5,0.5-3.7,0.5c-1.5,0-3.2-0.5-3.2-3.1V12H60v-2h2.1V7.1 H65V10h4v2h-4V18.4z"}),l().createElement("path",{d:"M71,10h3v1.3c1.1-0.8,1.9-1.3,3.3-1.3c2.5,0,4.5,1.8,4.5,5.6s-2.2,6.3-5.8,6.3c-0.9,0-1.3-0.1-2-0.3V28h-3V10z M76.5,12.3 c-0.8,0-1.6,0.4-2.5,1.2v5.9c0.6,0.1,0.9,0.2,1.8,0.2c2,0,3.2-1.3,3.2-3.9C79,13.4,78.1,12.3,76.5,12.3z"}),l().createElement("path",{d:"M93,22h-3v-1.5c-0.9,0.7-1.9,1.5-3.5,1.5c-1.5,0-3.1-1.1-3.1-3.2c0-2.9,2.5-3.4,4.2-3.7l2.4-0.3v-0.3c0-1.5-0.5-2.3-2-2.3 c-0.7,0-2.3,0.5-3.7,1.1L84,11c1.2-0.4,3-1,4.4-1c2.7,0,4.6,1.4,4.6,4.7L93,22z M90,16.4l-2.2,0.4c-0.7,0.1-1.4,0.5-1.4,1.6 c0,0.9,0.5,1.4,1.3,1.4s1.5-0.5,2.3-1V16.4z"}),l().createElement("path",{d:"M104.5,21.3c-1.1,0.4-2.2,0.6-3.5,0.6c-4.2,0-5.9-2.4-5.9-5.9c0-3.7,2.3-6,6.1-6c1.4,0,2.3,0.2,3.2,0.5V13 c-0.8-0.3-2-0.6-3.2-0.6c-1.7,0-3.2,0.9-3.2,3.6c0,2.9,1.5,3.8,3.3,3.8c0.9,0,1.9-0.2,3.2-0.7V21.3z"}),l().createElement("path",{d:"M110,15.2c0.2-0.3,0.2-0.8,3.8-5.2h3.7l-4.6,5.7l5,6.3h-3.7l-4.2-5.8V22h-3V6h3V15.2z"}),l().createElement("path",{d:"M58.5,21.3c-1.5,0.5-2.7,0.6-4.2,0.6c-3.6,0-5.8-1.8-5.8-6c0-3.1,1.9-5.9,5.5-5.9s4.9,2.5,4.9,4.9c0,0.8,0,1.5-0.1,2h-7.3 c0.1,2.5,1.5,2.8,3.6,2.8c1.1,0,2.2-0.3,3.4-0.7C58.5,19,58.5,21.3,58.5,21.3z M56,15c0-1.4-0.5-2.9-2-2.9c-1.4,0-2.3,1.3-2.4,2.9 C51.6,15,56,15,56,15z"})))}},60442:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(29491),r=n(59053);const s=["sm","md","lg"],o=(e,t)=>{const n=Array.isArray(e)?e:[e],o=Array.isArray(t)?t:[t],[i,l,c]=s,u={sm:(0,a.useMediaQuery)(r.A[i]),md:(0,a.useMediaQuery)(r.A[l]),lg:(0,a.useMediaQuery)(r.A[c])};return n.map(((e,t)=>{const n=o[t];return n?((e,t,n)=>{const a=s.indexOf(e),r=a+1,o=t.includes("=");let i=[];return t.startsWith("<")&&(i=s.slice(0,o?r:a)),t.startsWith(">")&&(i=s.slice(o?a:r)),i?.length?i.some((e=>n[e])):n[e]})(e,n,u):u[e]}))}},11876:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(13022),r=n(51609),s=n.n(r),o=n(47876);const i=({children:e=null,width:t=null,height:n=null,className:r=""})=>s().createElement("div",{className:(0,a.A)(o.A.placeholder,r),style:{width:t,height:n}},e)},47656:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(90311),r=n(19783),s=n(83883),o=n(51113),i=n(10991),l=n(13022),c=n(51609),u=n.n(c),d=n(16024);const p=e=>{switch(e){case"error":case"warning":default:return a.A;case"info":return r.A;case"success":return s.A}},m=({level:e="info",title:t,children:n,actions:a,hideCloseButton:r=!1,onClose:s})=>{const c=(0,l.A)(d.A.container,d.A[`is-${e}`]);return u().createElement("div",{className:c},u().createElement("div",{className:d.A["icon-wrapper"]},u().createElement(o.A,{icon:p(e),className:d.A.icon})),u().createElement("div",{className:d.A["main-content"]},t&&u().createElement("div",{className:d.A.title},t),n,a&&a.length>0&&u().createElement("div",{className:d.A["action-bar"]},a.map(((e,t)=>u().createElement("div",{key:t,className:d.A.action},e))))),!r&&u().createElement("button",{"aria-label":"close",className:d.A["close-button"],onClick:s},u().createElement(o.A,{icon:i.A})))}},37975:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(51437);const r=(e,t={})=>{const n=(0,a.Y)();return new Intl.NumberFormat(n,t).format(e)}},36281:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(21782);const r=({value:e="https://jetpack.com",bgColor:t,fgColor:n,level:r,includeMargin:s,imageSettings:o,renderAs:i="canvas",size:l=248})=>React.createElement(a.Ay,{value:e,size:l,bgColor:t,fgColor:n,level:r,includeMargin:s,imageSettings:o,renderAs:i})},56461:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(28120),r=n.n(a),s=n(51609),o=n.n(s);n(85335);const i=({color:e="#FFFFFF",className:t="",size:n=20})=>{const a=t+" jp-components-spinner",r={width:n,height:n,fontSize:n,borderTopColor:e},s={borderTopColor:e,borderRightColor:e};return o().createElement("div",{className:a},o().createElement("div",{className:"jp-components-spinner__outer",style:r},o().createElement("div",{className:"jp-components-spinner__inner",style:s})))};i.propTypes={color:r().string,className:r().string,size:r().number};const l=i},10110:(e,t,n)=>{"use strict";n.d(t,{Q:()=>a,Z:()=>r});const a={"headline-medium":"h1","headline-small":"h2","headline-small-regular":"h2","title-medium":"h3","title-medium-semi-bold":"h3","title-small":"h4",body:"p","body-small":"p","body-extra-small":"p","body-extra-small-bold":"p",label:"p"},r=["mt","mr","mb","ml","mx","my","m","pt","pr","pb","pl","px","py","p"]},47425:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>d});var a=n(96072),r=n.n(a),s=n(13022),o=n(51609),i=n.n(o),l=n(10110),c=n(22073);const u=(0,o.forwardRef)((({variant:e="body",children:t,component:n,className:a,...u},d)=>{const p=n||l.Q[e]||"span",m=(0,o.useMemo)((()=>l.Z.reduce(((e,t)=>(void 0!==u[t]&&(e+=c.A[`${t}-${u[t]}`]+" ",delete u[t]),e)),"")),[u]);return u.ref=d,i().createElement(p,r()({className:(0,s.A)(c.A.reset,c.A[e],a,m)},u),t)}));u.displayName="Text";const d=u},50723:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>p});var a=n(51609),r=n.n(a),s=n(25196);const o={"--font-headline-medium":"48px","--font-headline-small":"36px","--font-title-medium":"24px","--font-title-small":"20px","--font-body":"16px","--font-body-small":"14px","--font-body-extra-small":"12px","--font-title-large":"var(--font-headline-small)","--font-label":"var(--font-body-extra-small)"},i={"--jp-black":"#000000","--jp-black-80":"#2c3338","--jp-white":"#ffffff","--jp-white-off":"#f9f9f6","--jp-gray":"#dcdcde","--jp-gray-0":"#F6F7F7","--jp-gray-5":"var(--jp-gray)","--jp-gray-10":"#C3C4C7","--jp-gray-20":"#A7AAAD","--jp-gray-40":"#787C82","--jp-gray-50":"#646970","--jp-gray-60":"#50575E","--jp-gray-70":"#3C434A","--jp-gray-80":"#2C3338","--jp-gray-90":"#1d2327","--jp-gray-off":"#e2e2df","--jp-red-0":"#F7EBEC","--jp-red-5":"#FACFD2","--jp-red-40":"#E65054","--jp-red-50":"#D63638","--jp-red-60":"#B32D2E","--jp-red-70":"#8A2424","--jp-red-80":"#691C1C","--jp-red":"#d63639","--jp-yellow-5":"#F5E6B3","--jp-yellow-10":"#F2CF75","--jp-yellow-20":"#F0C930","--jp-yellow-30":"#DEB100","--jp-yellow-40":"#C08C00","--jp-yellow-50":"#9D6E00","--jp-yellow-60":"#7D5600","--jp-blue-20":"#68B3E8","--jp-blue-40":"#1689DB","--jp-pink":"#C9356E","--jp-green-0":"#f0f2eb","--jp-green-5":"#d0e6b8","--jp-green-10":"#9dd977","--jp-green-20":"#64ca43","--jp-green-30":"#2fb41f","--jp-green-40":"#069e08","--jp-green-50":"#008710","--jp-green-60":"#007117","--jp-green-70":"#005b18","--jp-green-80":"#004515","--jp-green-90":"#003010","--jp-green-100":"#001c09","--jp-green":"#069e08","--jp-green-primary":"var( --jp-green-40 )","--jp-green-secondary":"var( --jp-green-30 )"},l={"--jp-border-radius":"4px","--jp-menu-border-height":"1px","--jp-underline-thickness":"2px"},c={"--spacing-base":"8px"},u={},d=(e,t,n)=>{const a={...o,...i,...l,...c};for(const t in a)e.style.setProperty(t,a[t]);n&&e.classList.add(s.A.global),t&&(u[t]={provided:!0,root:e})},p=({children:e=null,targetDom:t,id:n,withGlobalStyles:s=!0})=>{const o=(0,a.useRef)(),i=u?.[n]?.provided;return(0,a.useLayoutEffect)((()=>{if(!i)return t?d(t,n,s):void(o?.current&&d(o.current,n,s))}),[t,o,i,n,s]),t?r().createElement(r().Fragment,null,e):r().createElement("div",{ref:o},e)}},51437:(e,t,n)=>{"use strict";n.d(t,{Y:()=>r});var a=n(38443);const r=()=>{const{l10n:{locale:e}}=(0,a.getSettings)();if(e)return(e=>{const t=e.match(/^([a-z]{2,3})(_[a-z]{2}|_[a-z][a-z0-9]{4,7})?(?:_.*)?$/i);return t?`${t[1]}${t[2]?t[2]:""}`.replace("_","-"):"en-US"})(e);return window?.window?.navigator?.language??"en-US"}},3924:(e,t,n)=>{"use strict";function a(e,t={}){const n={};let a;if("undefined"!=typeof window&&(a=window?.JP_CONNECTION_INITIAL_STATE?.calypsoEnv),0===e.search("https://")){const t=new URL(e);e=`https://${t.host}${t.pathname}`,n.url=encodeURIComponent(e)}else n.source=encodeURIComponent(e);for(const e in t)n[e]=encodeURIComponent(t[e]);!Object.keys(n).includes("site")&&"undefined"!=typeof jetpack_redirects&&Object.hasOwn(jetpack_redirects,"currentSiteRawUrl")&&(n.site=jetpack_redirects.currentBlogID??jetpack_redirects.currentSiteRawUrl),a&&(n.calypso_env=a);return"https://jetpack.com/redirect/?"+Object.keys(n).map((e=>e+"="+n[e])).join("&")}n.d(t,{A:()=>a})},7162:(e,t,n)=>{"use strict";n.d(t,{GlobalModals:()=>p.m,PostPublishPanels:()=>i.A,PublicizePanel:()=>o.A,SocialImageGeneratorPanel:()=>s.A,SocialPreviewsModal:()=>a.A,SocialPreviewsPanel:()=>r.A,usePublicizeConfig:()=>c.A,useSocialMediaConnections:()=>l.A,useSyncPostDataToStore:()=>d.F});n(89729),n(10267),n(70925);var a=n(81115),r=n(97192),s=n(29341),o=(n(12226),n(98725),n(29761),n(66561)),i=(n(25300),n(26029)),l=(n(37051),n(26637),n(50001)),c=(n(39553),n(77627)),u=(n(31873),n(54822),n(70407));n.o(u,"GlobalModals")&&n.d(t,{GlobalModals:function(){return u.GlobalModals}}),n.o(u,"useSyncPostDataToStore")&&n.d(t,{useSyncPostDataToStore:function(){return u.useSyncPostDataToStore}});n(39815);var d=n(75168),p=(n(49036),n(383),n(49192),n(48222),n(50646),n(47453))},12141:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(78478),r=n(86087),s=n(13022),o=n(28120),i=n.n(o);const l=e=>{const{checked:t,serviceName:n,label:o,onClick:i,profilePicture:l}=e,[c,u]=(0,r.useState)(!!l),d=(0,r.useCallback)((()=>u(!1)),[]),p=(0,r.useCallback)((e=>{13===e.keyCode&&i()}),[i]);return React.createElement("div",{onClick:i,onKeyDown:p,role:"switch","aria-checked":t,tabIndex:"0",className:(0,s.A)("components-connection-icon",{"components-connection-icon__picture":c})},c&&React.createElement("img",{src:l,alt:o,onError:d}),React.createElement(a.M5,{alt:o,serviceName:"instagram-business"===n?"instagram":"twitter"===n?"x":n,className:"jetpack-publicize-gutenberg-social-icon"}))};l.propTypes={serviceName:i().string,label:i().string,profilePicture:i().string};const c=l},55488:(e,t,n)=>{"use strict";n(56427),n(27723),n(51609),n(12141),n(27817),n(86158),n(43119),n(52683),n(85605)},27817:(e,t,n)=>{"use strict";n.d(t,{s:()=>l});var a=n(56427),r=n(47143),s=n(27723),o=n(89729),i=n(85605);const __=s.__;function l({connection:e}){const t=(0,r.useSelect)((t=>t(o.M_).getUpdatingConnections().includes(e.connection_id)),[e.connection_id]);return React.createElement("div",{className:i.A["connection-name"]},e.profile_link?React.createElement(a.ExternalLink,{className:i.A["profile-link"],href:e.profile_link},e.display_name||e.external_display):React.createElement("span",{className:i.A["profile-link"]},e.display_name),t?React.createElement(a.Spinner,{color:"black","aria-label":__("Updating account","jetpack")}):null)}},86158:(e,t,n)=>{"use strict";n.d(t,{v:()=>c});var a=n(3924),r=n(56427),s=n(86087),o=n(27723),i=n(43119),l=n(76046);const __=o.__;function c({connection:e,service:t}){return"broken"!==e.status?null:React.createElement("div",null,React.createElement("span",{className:"description"},t?__("There is an issue with this connection.","jetpack"):(0,s.createInterpolateElement)((0,o.sprintf)("%1$s %2$s",__("This platform is no longer supported.","jetpack"),__("You can use our Manual Sharing feature instead.","jetpack")),{link:React.createElement(r.ExternalLink,{href:(0,a.A)("jetpack-social-manual-sharing-help")})}))," ",t?React.createElement(l.C,{connection:e,service:t}):React.createElement(i.V,{connection:e,variant:"link",isDestructive:!1}))}},43119:(e,t,n)=>{"use strict";n.d(t,{V:()=>u});var a=n(51112),r=n(56427),s=n(47143),o=n(86087),i=n(27723),l=n(89729),c=n(85605);const __=i.__,_x=i._x;function u({connection:e,variant:t="secondary",isDestructive:n=!0,buttonClassName:u}){const[d,p]=(0,o.useReducer)((e=>!e),!1),{deleteConnectionById:m}=(0,s.useDispatch)(l.M_),{isDisconnecting:g}=(0,s.useSelect)((t=>{const{getDeletingConnections:n}=t(l.M_);return{isDisconnecting:n().includes(e.connection_id)}}),[e.connection_id]),A=(0,o.useCallback)((async()=>{p(),await m({connectionId:e.connection_id})}),[e.connection_id,m]);return e.can_disconnect?React.createElement(React.Fragment,null,React.createElement(r.__experimentalConfirmDialog,{className:c.A.confirmDialog,isOpen:d,onConfirm:A,onCancel:p,cancelButtonText:__("Cancel","jetpack"),confirmButtonText:__("Yes","jetpack")},(0,o.createInterpolateElement)((0,i.sprintf)( +__("(opens in a new tab)","jetpack"))),_=f?"_blank":void 0,I=n?.[0]&&null!==n[0]&&"components-tooltip"!==n?.[0]?.props?.className;return d().createElement(s.Button,r()({target:_,variant:a,className:(0,c.A)(y,{"has-text":!!m&&I}),icon:f?void 0:m,iconSize:g,disabled:A,"aria-disabled":A,isDestructive:h,text:v},k),E&&d().createElement(s.Spinner,null),d().createElement("span",null,n),w)}));m.displayName="Button";const g=m},69222:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(96072),r=n.n(a),s=n(29491),o=n(86087),i=n(27723),l=n(51112),c=n(78478);const __=i.__,u=({buttonStyle:e="icon",textToCopy:t,onCopy:n,...a})=>{const[i,u]=(0,o.useState)(!1),d=(0,o.useRef)(),p=(0,s.useCopyToClipboard)(t,(()=>{d.current&&clearTimeout(d.current),u(!0),n?.(),d.current=setTimeout((()=>{u(!1),d.current=void 0}),3e3)}));(0,o.useEffect)((()=>()=>{d.current&&clearTimeout(d.current)}),[]);let m=null,g=null;"text"!==e&&(m=i?React.createElement(c.Nr,null):React.createElement(c.ui,null));const A=__("Copy to clipboard","jetpack");return"icon"!==e&&(g=i?__("Copied!","jetpack"):A),React.createElement(l.A,r()({"aria-label":A,icon:m,children:g,ref:p},a))}},63406:(e,t,n)=>{"use strict";n.d(t,{I:()=>s});var a=n(47143),r=n(692);function s(){const e=(0,a.useDispatch)(r.store),t=(0,a.useSelect)((e=>e(r.store).getNotices()),[]);return{...e,createNotice:(t,n,a)=>e.createNotice(t,n,{type:"snackbar",...a}),createErrorNotice:(t,n)=>e.createErrorNotice(t,{type:"snackbar",...n}),createInfoNotice:(t,n)=>e.createInfoNotice(t,{type:"snackbar",...n}),createSuccessNotice:(t,n)=>e.createSuccessNotice(t,{type:"snackbar",...n}),createWarningNotice:(t,n)=>e.createWarningNotice(t,{type:"snackbar",...n}),getNotices:()=>t}}},11883:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(27723),r=n(13022),s=n(51609);n(4459);const __=a.__;class o extends s.Component{static defaultProps={"aria-hidden":"false",focusable:"true"};needsOffset(e,t){return["gridicons-arrow-left","gridicons-arrow-right","gridicons-calendar","gridicons-cart","gridicons-folder","gridicons-info","gridicons-info-outline","gridicons-posts","gridicons-star-outline","gridicons-star"].indexOf(e)>=0&&t%18==0}getSVGDescription(e){if("description"in this.props)return this.props.description;switch(e){default:return"";case"gridicons-audio":return __("Has audio.","jetpack");case"gridicons-arrow-left":return __("Arrow left","jetpack");case"gridicons-arrow-right":return __("Arrow right","jetpack");case"gridicons-calendar":return __("Is an event.","jetpack");case"gridicons-cart":return __("Is a product.","jetpack");case"chevron-down":return __("Show filters","jetpack");case"gridicons-comment":return __("Matching comment.","jetpack");case"gridicons-cross":return __("Close.","jetpack");case"gridicons-filter":return __("Toggle search filters.","jetpack");case"gridicons-folder":return __("Category","jetpack");case"gridicons-info":case"gridicons-info-outline":return __("Information.","jetpack");case"gridicons-image-multiple":return __("Has multiple images.","jetpack");case"gridicons-image":return __("Has an image.","jetpack");case"gridicons-page":return __("Page","jetpack");case"gridicons-post":return __("Post","jetpack");case"gridicons-jetpack-search":case"gridicons-search":return __("Magnifying Glass","jetpack");case"gridicons-tag":return __("Tag","jetpack");case"gridicons-video":return __("Has a video.","jetpack")}}renderIcon(e){switch(e){default:return null;case"gridicons-audio":return React.createElement("g",null,React.createElement("path",{d:"M8 4v10.184C7.686 14.072 7.353 14 7 14c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3V7h7v4.184c-.314-.112-.647-.184-1-.184-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3V4H8z"}));case"gridicons-arrow-left":return React.createElement("g",null,React.createElement("path",{d:"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"}));case"gridicons-arrow-right":return React.createElement("g",null,React.createElement("path",{d:"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"}));case"gridicons-block":return React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zM4 12c0-4.418 3.582-8 8-8 1.848 0 3.545.633 4.9 1.686L5.686 16.9C4.633 15.545 4 13.848 4 12zm8 8c-1.848 0-3.546-.633-4.9-1.686L18.314 7.1C19.367 8.455 20 10.152 20 12c0 4.418-3.582 8-8 8z"}));case"gridicons-calendar":return React.createElement("g",null,React.createElement("path",{d:"M19 4h-1V2h-2v2H8V2H6v2H5c-1.105 0-2 .896-2 2v13c0 1.104.895 2 2 2h14c1.104 0 2-.896 2-2V6c0-1.104-.896-2-2-2zm0 15H5V8h14v11z"}));case"gridicons-cart":return React.createElement("g",null,React.createElement("path",{d:"M9 20c0 1.1-.9 2-2 2s-1.99-.9-1.99-2S5.9 18 7 18s2 .9 2 2zm8-2c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm.396-5c.937 0 1.75-.65 1.952-1.566L21 5H7V4c0-1.105-.895-2-2-2H3v2h2v11c0 1.105.895 2 2 2h12c0-1.105-.895-2-2-2H7v-2h10.396z"}));case"gridicons-checkmark":return React.createElement("g",null,React.createElement("path",{d:"M11 17.768l-4.884-4.884 1.768-1.768L11 14.232l8.658-8.658C17.823 3.39 15.075 2 12 2 6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-1.528-.353-2.97-.966-4.266L11 17.768z"}));case"gridicons-chevron-left":return React.createElement("g",null,React.createElement("path",{d:"M16.443 7.41L15.0399 6L9.06934 12L15.0399 18L16.443 16.59L11.8855 12L16.443 7.41Z"}));case"gridicons-chevron-right":return React.createElement("g",null,React.createElement("path",{d:"M10.2366 6L8.8335 7.41L13.391 12L8.8335 16.59L10.2366 18L16.2072 12L10.2366 6Z"}));case"gridicons-chevron-down":return React.createElement("g",null,React.createElement("path",{d:"M20 9l-8 8-8-8 1.414-1.414L12 14.172l6.586-6.586"}));case"gridicons-comment":return React.createElement("g",null,React.createElement("path",{d:"M3 6v9c0 1.105.895 2 2 2h9v5l5.325-3.804c1.05-.75 1.675-1.963 1.675-3.254V6c0-1.105-.895-2-2-2H5c-1.105 0-2 .895-2 2z"}));case"gridicons-computer":return React.createElement("g",null,React.createElement("path",{d:"M20 2H4c-1.104 0-2 .896-2 2v12c0 1.104.896 2 2 2h6v2H7v2h10v-2h-3v-2h6c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm0 14H4V4h16v12z"}));case"gridicons-cross":return React.createElement("g",null,React.createElement("path",{d:"M18.36 19.78L12 13.41l-6.36 6.37-1.42-1.42L10.59 12 4.22 5.64l1.42-1.42L12 10.59l6.36-6.36 1.41 1.41L13.41 12l6.36 6.36z"}));case"gridicons-filter":return React.createElement("g",null,React.createElement("path",{d:"M10 19h4v-2h-4v2zm-4-6h12v-2H6v2zM3 5v2h18V5H3z"}));case"gridicons-folder":return React.createElement("g",null,React.createElement("path",{d:"M18 19H6c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2h7c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2z"}));case"gridicons-image":return React.createElement("g",null,React.createElement("path",{d:"M13 9.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5-.672 1.5-1.5 1.5-1.5-.672-1.5-1.5zM22 6v12c0 1.105-.895 2-2 2H4c-1.105 0-2-.895-2-2V6c0-1.105.895-2 2-2h16c1.105 0 2 .895 2 2zm-2 0H4v7.444L8 9l5.895 6.55 1.587-1.85c.798-.932 2.24-.932 3.037 0L20 15.426V6z"}));case"gridicons-image-multiple":return React.createElement("g",null,React.createElement("path",{d:"M15 7.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5S17.328 9 16.5 9 15 8.328 15 7.5zM4 20h14c0 1.105-.895 2-2 2H4c-1.1 0-2-.9-2-2V8c0-1.105.895-2 2-2v14zM22 4v12c0 1.105-.895 2-2 2H8c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zM8 4v6.333L11 7l4.855 5.395.656-.73c.796-.886 2.183-.886 2.977 0l.513.57V4H8z"}));case"gridicons-info":return React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"}));case"gridicons-info-outline":return React.createElement("g",null,React.createElement("path",{d:"M13 9h-2V7h2v2zm0 2h-2v6h2v-6zm-1-7c-4.411 0-8 3.589-8 8s3.589 8 8 8 8-3.589 8-8-3.589-8-8-8m0-2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2z"}));case"gridicons-jetpack-search":return React.createElement("g",null,React.createElement("path",{d:"M0 9.257C0 4.15 4.151 0 9.257 0c5.105 0 9.256 4.151 9.256 9.257a9.218 9.218 0 01-2.251 6.045l.034.033h1.053L24 22.01l-1.986 1.989-6.664-6.662v-1.055l-.033-.033a9.218 9.218 0 01-6.06 2.264C4.15 18.513 0 14.362 0 9.257zm4.169 1.537h4.61V1.82l-4.61 8.973zm5.547-3.092v8.974l4.61-8.974h-4.61z"}));case"gridicons-phone":return React.createElement("g",null,React.createElement("path",{d:"M16 2H8c-1.104 0-2 .896-2 2v16c0 1.104.896 2 2 2h8c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm-3 19h-2v-1h2v1zm3-2H8V5h8v14z"}));case"gridicons-pages":return React.createElement("g",null,React.createElement("path",{d:"M16 8H8V6h8v2zm0 2H8v2h8v-2zm4-6v12l-6 6H6c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zm-2 10V4H6v16h6v-4c0-1.105.895-2 2-2h4z"}));case"gridicons-posts":return React.createElement("g",null,React.createElement("path",{d:"M16 19H3v-2h13v2zm5-10H3v2h18V9zM3 5v2h11V5H3zm14 0v2h4V5h-4zm-6 8v2h10v-2H11zm-8 0v2h5v-2H3z"}));case"gridicons-search":return React.createElement("g",null,React.createElement("path",{d:"M21 19l-5.154-5.154C16.574 12.742 17 11.42 17 10c0-3.866-3.134-7-7-7s-7 3.134-7 7 3.134 7 7 7c1.42 0 2.742-.426 3.846-1.154L19 21l2-2zM5 10c0-2.757 2.243-5 5-5s5 2.243 5 5-2.243 5-5 5-5-2.243-5-5z"}));case"gridicons-star-outline":return React.createElement("g",null,React.createElement("path",{d:"M12 6.308l1.176 3.167.347.936.997.042 3.374.14-2.647 2.09-.784.62.27.963.91 3.25-2.813-1.872-.83-.553-.83.552-2.814 1.87.91-3.248.27-.962-.783-.62-2.648-2.092 3.374-.14.996-.04.347-.936L12 6.308M12 2L9.418 8.953 2 9.257l5.822 4.602L5.82 21 12 16.89 18.18 21l-2.002-7.14L22 9.256l-7.418-.305L12 2z"}));case"gridicons-star":return React.createElement("g",null,React.createElement("path",{d:"M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304"}));case"gridicons-tag":return React.createElement("g",null,React.createElement("path",{d:"M20 2.007h-7.087c-.53 0-1.04.21-1.414.586L2.592 11.5c-.78.78-.78 2.046 0 2.827l7.086 7.086c.78.78 2.046.78 2.827 0l8.906-8.906c.376-.374.587-.883.587-1.413V4.007c0-1.105-.895-2-2-2zM17.007 9c-1.105 0-2-.895-2-2s.895-2 2-2 2 .895 2 2-.895 2-2 2z"}));case"gridicons-video":return React.createElement("g",null,React.createElement("path",{d:"M20 4v2h-2V4H6v2H4V4c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2v-2h2v2h12v-2h2v2c1.105 0 2-.895 2-2V6c0-1.105-.895-2-2-2zM6 16H4v-3h2v3zm0-5H4V8h2v3zm4 4V9l4.5 3-4.5 3zm10 1h-2v-3h2v3zm0-5h-2V8h2v3z"}));case"gridicons-lock":return React.createElement(React.Fragment,null,React.createElement("g",{id:"lock"},React.createElement("path",{d:"M18,8h-1V7c0-2.757-2.243-5-5-5S7,4.243,7,7v1H6c-1.105,0-2,0.895-2,2v10c0,1.105,0.895,2,2,2h12c1.105,0,2-0.895,2-2V10 C20,8.895,19.105,8,18,8z M9,7c0-1.654,1.346-3,3-3s3,1.346,3,3v1H9V7z M13,15.723V18h-2v-2.277c-0.595-0.346-1-0.984-1-1.723 c0-1.105,0.895-2,2-2s2,0.895,2,2C14,14.738,13.595,15.376,13,15.723z"})),React.createElement("g",{id:"Layer_1"}));case"gridicons-external":return React.createElement("g",null,React.createElement("path",{d:"M19 13v6c0 1.105-.895 2-2 2H5c-1.105 0-2-.895-2-2V7c0-1.105.895-2 2-2h6v2H5v12h12v-6h2zM13 3v2h4.586l-7.793 7.793 1.414 1.414L19 6.414V11h2V3h-8z"}))}}render(){const{size:e=24,className:t=""}=this.props,n=this.props.height||e,a=this.props.width||e,s=this.props.style||{height:n,width:a},o="gridicons-"+this.props.icon,i=(0,r.A)("gridicon",o,t,{"needs-offset":this.needsOffset(o,e)}),l=this.getSVGDescription(o);return React.createElement("svg",{className:i,focusable:this.props.focusable,height:n,onClick:this.props.onClick,style:s,viewBox:"0 0 24 24",width:a,xmlns:"http://www.w3.org/2000/svg","aria-hidden":this.props["aria-hidden"]},l?React.createElement("desc",null,l):null,this.renderIcon(o))}}const i=o},40597:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(56427),r=n(13022),s=n(51609),o=n.n(s),i=n(51112),l=n(11883);n(84813);const c=e=>({"top-end":"top left",top:"top center","top-start":"top right","bottom-end":"bottom left",bottom:"bottom center","bottom-start":"bottom right"}[e]),u=({className:e="",iconClassName:t="",placement:n="bottom-end",animate:u=!0,iconCode:d="info-outline",iconSize:p=18,offset:m=10,title:g,children:A,popoverAnchorStyle:h="icon",forceShow:E=!1,wide:f=!1,inline:b=!0,shift:v=!1})=>{const[C,k]=(0,s.useState)(!1),y=(0,s.useCallback)((()=>k(!1)),[k]),B=(0,s.useCallback)((e=>{e.preventDefault(),k(!C)}),[C,k]),w={position:c(n),placement:n,animate:u,noArrow:!1,resize:!1,flip:!1,offset:m,focusOnMount:"container",onClose:y,className:"icon-tooltip-container",inline:b,shift:v},_="wrapper"===h,I=(0,r.A)("icon-tooltip-wrapper",e),x={left:_?0:-(62-p/2)+"px"},j=_&&E;return o().createElement("div",{className:I,"data-testid":"icon-tooltip_wrapper"},!_&&o().createElement(i.A,{variant:"link",onMouseDown:B},o().createElement(l.A,{className:t,icon:d,size:p})),o().createElement("div",{className:(0,r.A)("icon-tooltip-helper",{"is-wide":f}),style:x},(j||C)&&o().createElement(a.Popover,w,o().createElement("div",null,g&&o().createElement("div",{className:"icon-tooltip-title"},g),o().createElement("div",{className:"icon-tooltip-content"},A)))))}},78478:(e,t,n)=>{"use strict";n.d(t,{M5:()=>p,Nr:()=>u,ui:()=>d});var a=n(96072),r=n.n(a),s=n(56427),o=n(13022),i=n(84705),l=n(47842);const c=({className:e,size:t=24,viewBox:n="0 0 24 24",opacity:a=1,color:i="#2C3338",children:c})=>{const u={className:(0,o.A)(l.A.iconWrapper,e),width:t,height:t,viewBox:n,opacity:a,fill:void 0};return i&&(u.fill=i),React.createElement(s.SVG,r()({},u,{fillRule:"evenodd",clipRule:"evenodd",xmlns:"http://www.w3.org/2000/svg"}),React.createElement(s.G,{opacity:a},c))},u=({size:e,className:t=l.A["checkmark-icon"],color:n})=>React.createElement(c,{className:t,size:e,color:n},React.createElement(s.Path,{d:"M11 17.768l-4.884-4.884 1.768-1.768L11 14.232l8.658-8.658C17.823 3.39 15.075 2 12 2 6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-1.528-.353-2.97-.966-4.266L11 17.768z"})),d=({size:e,className:t=l.A["clipboard-icon"],color:n})=>React.createElement(c,{className:t,size:e,color:n},React.createElement(s.Path,{d:"M5.625 5.5H15.375C15.444 5.5 15.5 5.55596 15.5 5.625V15.375C15.5 15.444 15.444 15.5 15.375 15.5H5.625C5.55596 15.5 5.5 15.444 5.5 15.375V5.625C5.5 5.55596 5.55596 5.5 5.625 5.5ZM4 5.625C4 4.72754 4.72754 4 5.625 4H15.375C16.2725 4 17 4.72754 17 5.625V10V15.375C17 16.2725 16.2725 17 15.375 17C15.375 17 6.52246 17 5.625 17C4.72754 17 4 16.2725 4 15.375V5.625ZM18.5 17.2812V8.28125H20V17.2812C20 18.7995 18.7704 20 17.2511 20H6.25V18.5H17.2511C17.9409 18.5 18.5 17.9721 18.5 17.2812Z"}));const p=({serviceName:e,className:t,iconSize:n})=>React.createElement(i.Ay,{className:(0,o.A)(l.A.socialIcon,l.A[e],t),icon:e,size:n||24})},67142:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(96072),r=n.n(a),s=n(27723),o=n(13022),i=n(51609),l=n.n(i);const __=s.__,c=({logoColor:e="#069e08",showText:t=!0,className:n,height:a=32,...s})=>{const i=t?"0 0 118 32":"0 0 32 32";return l().createElement("svg",r()({xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:i,className:(0,o.A)("jetpack-logo",n),"aria-labelledby":"jetpack-logo-title",height:a},s,{role:"img"}),l().createElement("title",{id:"jetpack-logo-title"},__("Jetpack Logo","jetpack")),l().createElement("path",{fill:e,d:"M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16s16-7.2,16-16S24.8,0,16,0z M15,19H7l8-16V19z M17,29V13h8L17,29z"}),t&&l().createElement(l().Fragment,null,l().createElement("path",{d:"M41.3,26.6c-0.5-0.7-0.9-1.4-1.3-2.1c2.3-1.4,3-2.5,3-4.6V8h-3V6h6v13.4C46,22.8,45,24.8,41.3,26.6z"}),l().createElement("path",{d:"M65,18.4c0,1.1,0.8,1.3,1.4,1.3c0.5,0,2-0.2,2.6-0.4v2.1c-0.9,0.3-2.5,0.5-3.7,0.5c-1.5,0-3.2-0.5-3.2-3.1V12H60v-2h2.1V7.1 H65V10h4v2h-4V18.4z"}),l().createElement("path",{d:"M71,10h3v1.3c1.1-0.8,1.9-1.3,3.3-1.3c2.5,0,4.5,1.8,4.5,5.6s-2.2,6.3-5.8,6.3c-0.9,0-1.3-0.1-2-0.3V28h-3V10z M76.5,12.3 c-0.8,0-1.6,0.4-2.5,1.2v5.9c0.6,0.1,0.9,0.2,1.8,0.2c2,0,3.2-1.3,3.2-3.9C79,13.4,78.1,12.3,76.5,12.3z"}),l().createElement("path",{d:"M93,22h-3v-1.5c-0.9,0.7-1.9,1.5-3.5,1.5c-1.5,0-3.1-1.1-3.1-3.2c0-2.9,2.5-3.4,4.2-3.7l2.4-0.3v-0.3c0-1.5-0.5-2.3-2-2.3 c-0.7,0-2.3,0.5-3.7,1.1L84,11c1.2-0.4,3-1,4.4-1c2.7,0,4.6,1.4,4.6,4.7L93,22z M90,16.4l-2.2,0.4c-0.7,0.1-1.4,0.5-1.4,1.6 c0,0.9,0.5,1.4,1.3,1.4s1.5-0.5,2.3-1V16.4z"}),l().createElement("path",{d:"M104.5,21.3c-1.1,0.4-2.2,0.6-3.5,0.6c-4.2,0-5.9-2.4-5.9-5.9c0-3.7,2.3-6,6.1-6c1.4,0,2.3,0.2,3.2,0.5V13 c-0.8-0.3-2-0.6-3.2-0.6c-1.7,0-3.2,0.9-3.2,3.6c0,2.9,1.5,3.8,3.3,3.8c0.9,0,1.9-0.2,3.2-0.7V21.3z"}),l().createElement("path",{d:"M110,15.2c0.2-0.3,0.2-0.8,3.8-5.2h3.7l-4.6,5.7l5,6.3h-3.7l-4.2-5.8V22h-3V6h3V15.2z"}),l().createElement("path",{d:"M58.5,21.3c-1.5,0.5-2.7,0.6-4.2,0.6c-3.6,0-5.8-1.8-5.8-6c0-3.1,1.9-5.9,5.5-5.9s4.9,2.5,4.9,4.9c0,0.8,0,1.5-0.1,2h-7.3 c0.1,2.5,1.5,2.8,3.6,2.8c1.1,0,2.2-0.3,3.4-0.7C58.5,19,58.5,21.3,58.5,21.3z M56,15c0-1.4-0.5-2.9-2-2.9c-1.4,0-2.3,1.3-2.4,2.9 C51.6,15,56,15,56,15z"})))}},60442:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(29491),r=n(59053);const s=["sm","md","lg"],o=(e,t)=>{const n=Array.isArray(e)?e:[e],o=Array.isArray(t)?t:[t],[i,l,c]=s,u={sm:(0,a.useMediaQuery)(r.A[i]),md:(0,a.useMediaQuery)(r.A[l]),lg:(0,a.useMediaQuery)(r.A[c])};return n.map(((e,t)=>{const n=o[t];return n?((e,t,n)=>{const a=s.indexOf(e),r=a+1,o=t.includes("=");let i=[];return t.startsWith("<")&&(i=s.slice(0,o?r:a)),t.startsWith(">")&&(i=s.slice(o?a:r)),i?.length?i.some((e=>n[e])):n[e]})(e,n,u):u[e]}))}},11876:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(13022),r=n(51609),s=n.n(r),o=n(47876);const i=({children:e=null,width:t=null,height:n=null,className:r=""})=>s().createElement("div",{className:(0,a.A)(o.A.placeholder,r),style:{width:t,height:n}},e)},47656:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(90311),r=n(19783),s=n(83883),o=n(51113),i=n(10991),l=n(13022),c=n(51609),u=n.n(c),d=n(16024);const p=e=>{switch(e){case"error":case"warning":default:return a.A;case"info":return r.A;case"success":return s.A}},m=({level:e="info",title:t,children:n,actions:a,hideCloseButton:r=!1,onClose:s})=>{const c=(0,l.A)(d.A.container,d.A[`is-${e}`]);return u().createElement("div",{className:c},u().createElement("div",{className:d.A["icon-wrapper"]},u().createElement(o.A,{icon:p(e),className:d.A.icon})),u().createElement("div",{className:d.A["main-content"]},t&&u().createElement("div",{className:d.A.title},t),n,a&&a.length>0&&u().createElement("div",{className:d.A["action-bar"]},a.map(((e,t)=>u().createElement("div",{key:t,className:d.A.action},e))))),!r&&u().createElement("button",{"aria-label":"close",className:d.A["close-button"],onClick:s},u().createElement(o.A,{icon:i.A})))}},37975:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(51437);const r=(e,t={})=>{const n=(0,a.Y)();return new Intl.NumberFormat(n,t).format(e)}},36281:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(21782);const r=({value:e="https://jetpack.com",bgColor:t,fgColor:n,level:r,includeMargin:s,imageSettings:o,renderAs:i="canvas",size:l=248})=>React.createElement(a.Ay,{value:e,size:l,bgColor:t,fgColor:n,level:r,includeMargin:s,imageSettings:o,renderAs:i})},56461:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(28120),r=n.n(a),s=n(51609),o=n.n(s);n(85335);const i=({color:e="#FFFFFF",className:t="",size:n=20})=>{const a=t+" jp-components-spinner",r={width:n,height:n,fontSize:n,borderTopColor:e},s={borderTopColor:e,borderRightColor:e};return o().createElement("div",{className:a},o().createElement("div",{className:"jp-components-spinner__outer",style:r},o().createElement("div",{className:"jp-components-spinner__inner",style:s})))};i.propTypes={color:r().string,className:r().string,size:r().number};const l=i},10110:(e,t,n)=>{"use strict";n.d(t,{Q:()=>a,Z:()=>r});const a={"headline-medium":"h1","headline-small":"h2","headline-small-regular":"h2","title-medium":"h3","title-medium-semi-bold":"h3","title-small":"h4",body:"p","body-small":"p","body-extra-small":"p","body-extra-small-bold":"p",label:"p"},r=["mt","mr","mb","ml","mx","my","m","pt","pr","pb","pl","px","py","p"]},47425:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>d});var a=n(96072),r=n.n(a),s=n(13022),o=n(51609),i=n.n(o),l=n(10110),c=n(22073);const u=(0,o.forwardRef)((({variant:e="body",children:t,component:n,className:a,...u},d)=>{const p=n||l.Q[e]||"span",m=(0,o.useMemo)((()=>l.Z.reduce(((e,t)=>(void 0!==u[t]&&(e+=c.A[`${t}-${u[t]}`]+" ",delete u[t]),e)),"")),[u]);return u.ref=d,i().createElement(p,r()({className:(0,s.A)(c.A.reset,c.A[e],a,m)},u),t)}));u.displayName="Text";const d=u},50723:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>p});var a=n(51609),r=n.n(a),s=n(25196);const o={"--font-headline-medium":"48px","--font-headline-small":"36px","--font-title-medium":"24px","--font-title-small":"20px","--font-body":"16px","--font-body-small":"14px","--font-body-extra-small":"12px","--font-title-large":"var(--font-headline-small)","--font-label":"var(--font-body-extra-small)"},i={"--jp-black":"#000000","--jp-black-80":"#2c3338","--jp-white":"#ffffff","--jp-white-off":"#f9f9f6","--jp-gray":"#dcdcde","--jp-gray-0":"#F6F7F7","--jp-gray-5":"var(--jp-gray)","--jp-gray-10":"#C3C4C7","--jp-gray-20":"#A7AAAD","--jp-gray-40":"#787C82","--jp-gray-50":"#646970","--jp-gray-60":"#50575E","--jp-gray-70":"#3C434A","--jp-gray-80":"#2C3338","--jp-gray-90":"#1d2327","--jp-gray-off":"#e2e2df","--jp-red-0":"#F7EBEC","--jp-red-5":"#FACFD2","--jp-red-40":"#E65054","--jp-red-50":"#D63638","--jp-red-60":"#B32D2E","--jp-red-70":"#8A2424","--jp-red-80":"#691C1C","--jp-red":"#d63639","--jp-yellow-5":"#F5E6B3","--jp-yellow-10":"#F2CF75","--jp-yellow-20":"#F0C930","--jp-yellow-30":"#DEB100","--jp-yellow-40":"#C08C00","--jp-yellow-50":"#9D6E00","--jp-yellow-60":"#7D5600","--jp-blue-20":"#68B3E8","--jp-blue-40":"#1689DB","--jp-pink":"#C9356E","--jp-green-0":"#f0f2eb","--jp-green-5":"#d0e6b8","--jp-green-10":"#9dd977","--jp-green-20":"#64ca43","--jp-green-30":"#2fb41f","--jp-green-40":"#069e08","--jp-green-50":"#008710","--jp-green-60":"#007117","--jp-green-70":"#005b18","--jp-green-80":"#004515","--jp-green-90":"#003010","--jp-green-100":"#001c09","--jp-green":"#069e08","--jp-green-primary":"var( --jp-green-40 )","--jp-green-secondary":"var( --jp-green-30 )"},l={"--jp-border-radius":"4px","--jp-menu-border-height":"1px","--jp-underline-thickness":"2px"},c={"--spacing-base":"8px"},u={},d=(e,t,n)=>{const a={...o,...i,...l,...c};for(const t in a)e.style.setProperty(t,a[t]);n&&e.classList.add(s.A.global),t&&(u[t]={provided:!0,root:e})},p=({children:e=null,targetDom:t,id:n,withGlobalStyles:s=!0})=>{const o=(0,a.useRef)(),i=u?.[n]?.provided;return(0,a.useLayoutEffect)((()=>{if(!i)return t?d(t,n,s):void(o?.current&&d(o.current,n,s))}),[t,o,i,n,s]),t?r().createElement(r().Fragment,null,e):r().createElement("div",{ref:o},e)}},51437:(e,t,n)=>{"use strict";n.d(t,{Y:()=>r});var a=n(38443);const r=()=>{const{l10n:{locale:e}}=(0,a.getSettings)();if(e)return(e=>{const t=e.match(/^([a-z]{2,3})(_[a-z]{2}|_[a-z][a-z0-9]{4,7})?(?:_.*)?$/i);return t?`${t[1]}${t[2]?t[2]:""}`.replace("_","-"):"en-US"})(e);return window?.window?.navigator?.language??"en-US"}},3924:(e,t,n)=>{"use strict";function a(e,t={}){const n={};let a;if("undefined"!=typeof window&&(a=window?.JP_CONNECTION_INITIAL_STATE?.calypsoEnv),0===e.search("https://")){const t=new URL(e);e=`https://${t.host}${t.pathname}`,n.url=encodeURIComponent(e)}else n.source=encodeURIComponent(e);for(const e in t)n[e]=encodeURIComponent(t[e]);!Object.keys(n).includes("site")&&"undefined"!=typeof jetpack_redirects&&Object.hasOwn(jetpack_redirects,"currentSiteRawUrl")&&(n.site=jetpack_redirects.currentBlogID??jetpack_redirects.currentSiteRawUrl),a&&(n.calypso_env=a);return"https://jetpack.com/redirect/?"+Object.keys(n).map((e=>e+"="+n[e])).join("&")}n.d(t,{A:()=>a})},7162:(e,t,n)=>{"use strict";n.d(t,{GlobalModals:()=>m.m,PostPublishPanels:()=>i.A,PublicizePanel:()=>o.A,SocialImageGeneratorPanel:()=>s.A,SocialPreviewsModal:()=>a.A,SocialPreviewsPanel:()=>r.A,getSocialScriptData:()=>p.n,usePublicizeConfig:()=>c.A,useSocialMediaConnections:()=>l.A,useSyncPostDataToStore:()=>d.F});n(89729),n(10267),n(70925);var a=n(81115),r=n(97192),s=n(29341),o=(n(12226),n(98725),n(29761),n(66561)),i=(n(25300),n(26029)),l=(n(37051),n(26637),n(50001)),c=(n(39553),n(77627)),u=(n(31873),n(54822),n(70407));n.o(u,"GlobalModals")&&n.d(t,{GlobalModals:function(){return u.GlobalModals}}),n.o(u,"getSocialScriptData")&&n.d(t,{getSocialScriptData:function(){return u.getSocialScriptData}}),n.o(u,"useSyncPostDataToStore")&&n.d(t,{useSyncPostDataToStore:function(){return u.useSyncPostDataToStore}});n(1101);var d=n(75168),p=(n(49036),n(383),n(49192),n(48222),n(51371)),m=(n(50646),n(47453))},12141:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(78478),r=n(86087),s=n(13022),o=n(28120),i=n.n(o);const l=e=>{const{checked:t,serviceName:n,label:o,onClick:i,profilePicture:l}=e,[c,u]=(0,r.useState)(!!l),d=(0,r.useCallback)((()=>u(!1)),[]),p=(0,r.useCallback)((e=>{13===e.keyCode&&i()}),[i]);return React.createElement("div",{onClick:i,onKeyDown:p,role:"switch","aria-checked":t,tabIndex:"0",className:(0,s.A)("components-connection-icon",{"components-connection-icon__picture":c})},c&&React.createElement("img",{src:l,alt:o,onError:d}),React.createElement(a.M5,{alt:o,serviceName:"instagram-business"===n?"instagram":"twitter"===n?"x":n,className:"jetpack-publicize-gutenberg-social-icon"}))};l.propTypes={serviceName:i().string,label:i().string,profilePicture:i().string};const c=l},55488:(e,t,n)=>{"use strict";n(56427),n(27723),n(51609),n(12141),n(27817),n(86158),n(43119),n(52683),n(85605)},27817:(e,t,n)=>{"use strict";n.d(t,{s:()=>l});var a=n(56427),r=n(47143),s=n(27723),o=n(89729),i=n(85605);const __=s.__;function l({connection:e}){const t=(0,r.useSelect)((t=>t(o.M_).getUpdatingConnections().includes(e.connection_id)),[e.connection_id]);return React.createElement("div",{className:i.A["connection-name"]},e.profile_link?React.createElement(a.ExternalLink,{className:i.A["profile-link"],href:e.profile_link},e.display_name||e.external_display):React.createElement("span",{className:i.A["profile-link"]},e.display_name),t?React.createElement(a.Spinner,{color:"black","aria-label":__("Updating account","jetpack")}):null)}},86158:(e,t,n)=>{"use strict";n.d(t,{v:()=>c});var a=n(3924),r=n(56427),s=n(86087),o=n(27723),i=n(43119),l=n(76046);const __=o.__;function c({connection:e,service:t}){return"broken"!==e.status?null:React.createElement("div",null,React.createElement("span",{className:"description"},t?__("There is an issue with this connection.","jetpack"):(0,s.createInterpolateElement)((0,o.sprintf)("%1$s %2$s",__("This platform is no longer supported.","jetpack"),__("You can use our Manual Sharing feature instead.","jetpack")),{link:React.createElement(r.ExternalLink,{href:(0,a.A)("jetpack-social-manual-sharing-help")})}))," ",t?React.createElement(l.C,{connection:e,service:t}):React.createElement(i.V,{connection:e,variant:"link",isDestructive:!1}))}},43119:(e,t,n)=>{"use strict";n.d(t,{V:()=>u});var a=n(51112),r=n(56427),s=n(47143),o=n(86087),i=n(27723),l=n(89729),c=n(85605);const __=i.__,_x=i._x;function u({connection:e,variant:t="secondary",isDestructive:n=!0,buttonClassName:u}){const[d,p]=(0,o.useReducer)((e=>!e),!1),{deleteConnectionById:m}=(0,s.useDispatch)(l.M_),{isDisconnecting:g}=(0,s.useSelect)((t=>{const{getDeletingConnections:n}=t(l.M_);return{isDisconnecting:n().includes(e.connection_id)}}),[e.connection_id]),A=(0,o.useCallback)((async()=>{p(),await m({connectionId:e.connection_id})}),[e.connection_id,m]);return e.can_disconnect?React.createElement(React.Fragment,null,React.createElement(r.__experimentalConfirmDialog,{className:c.A.confirmDialog,isOpen:d,onConfirm:A,onCancel:p,cancelButtonText:__("Cancel","jetpack"),confirmButtonText:__("Yes","jetpack")},(0,o.createInterpolateElement)((0,i.sprintf)( // translators: %s: The name of the connection the user is disconnecting. -__("Are you sure you want to disconnect %s?","jetpack"),e.display_name),{strong:React.createElement("strong",null)})),React.createElement(a.A,{size:"small",onClick:p,disabled:g,variant:t,isDestructive:n,className:u},g?__("Disconnecting…","jetpack"):_x("Disconnect","Disconnect a social media account","jetpack"))):null}},26637:(e,t,n)=>{"use strict";n(56427),n(47143),n(86087),n(27723),n(50001),n(89729),n(48222),n(48712),n(55488),n(85605)},52683:(e,t,n)=>{"use strict";n.d(t,{j:()=>l});var a=n(56427),r=n(47143),s=n(86087),o=n(27723),i=n(89729);const __=o.__;function l({connection:e}){const{updateConnectionById:t}=(0,r.useDispatch)(i.M_),{isUpdating:n}=(0,r.useSelect)((t=>{const{getUpdatingConnections:n}=t(i.M_);return{isUpdating:n().includes(e.connection_id)}}),[e.connection_id]),o=(0,s.useCallback)((n=>{t(e.connection_id,{shared:n})}),[e.connection_id,t]);return React.createElement(a.CheckboxControl,{checked:e.shared??!1,onChange:o,disabled:n||"broken"===e.status,label:__("Mark the connection as shared","jetpack")})}},76046:(e,t,n)=>{"use strict";n.d(t,{C:()=>c});var a=n(51112),r=n(47143),s=n(86087),o=n(27723),i=n(89729),l=n(70745);const __=o.__,_x=o._x;function c({connection:e,service:t,variant:n="link"}){const{deleteConnectionById:o,setKeyringResult:c,openConnectionsModal:u,setReconnectingAccount:d}=(0,r.useDispatch)(i.M_),{isDisconnecting:p}=(0,r.useSelect)((t=>{const{getDeletingConnections:n}=t(i.M_);return{isDisconnecting:n().includes(e.connection_id)}}),[e.connection_id]),m=(0,s.useCallback)((e=>{c(e),e?.ID&&u()}),[u,c]),g=(0,l.P)({service:t,onConfirm:m}),A=(0,s.useCallback)((async()=>{if(!await o({connectionId:e.connection_id,showSuccessNotice:!1}))return;await d(`${e.service_name}:${e.external_id}`);const n=new FormData;"mastodon"===t.ID&&n.set("instance",e.external_display),g(n)}),[e,o,g,t.ID,d]);return e.can_disconnect?React.createElement(a.A,{size:"small",onClick:A,disabled:p,variant:n},p?__("Disconnecting…","jetpack"):_x("Reconnect","Reconnect a social media account","jetpack")):null}},91910:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(13022),r=n(28120),s=n.n(r),o=n(12141);const i=e=>{const{checked:t,disabled:n,onChange:r,serviceName:s,label:i,profilePicture:l}=e,c=(0,a.A)("components-connection-toggle",{"is-not-checked":!t,"is-disabled":n});return React.createElement("div",{className:c,title:i},React.createElement(o.A,{checked:t,label:i,onClick:r,serviceName:s,profilePicture:l}))};i.propTypes={className:s().string,checked:s().bool,id:s().string.isRequired,disabled:s().bool,onChange:s().func,serviceName:s().string,label:s().string,profilePicture:s().string};const l=i},10267:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(85985),r=n(56427),s=n(47143),o=n(86087),i=n(27723),l=n(89729),c=n(91910),u=n(95051),d=n(49514);const __=i.__;class p extends o.Component{maybeDisplayLinkedInNotice=()=>this.connectionNeedsReauth()&&React.createElement(r.Notice,{className:u.A["publicize-notice"],isDismissible:!1,status:"error"},React.createElement("p",null,__("Your LinkedIn connection needs to be reauthenticated to continue working – head to Sharing to take care of it.","jetpack")),React.createElement(r.ExternalLink,{href:`https://wordpress.com/marketing/connections/${(0,a.GE)()}`},__("Go to Sharing settings","jetpack")));connectionNeedsReauth=()=>this.props.mustReauthConnections.includes(this.props.name);onConnectionChange=()=>{const{id:e}=this.props;this.isDisabled()||this.props.toggleConnection(e)};connectionIsFailing(){const{failedConnections:e,name:t}=this.props;return e.some((e=>e.service_name===t))}isDisabled(){return this.props.disabled||this.connectionIsFailing()||this.connectionNeedsReauth()}render(){const{enabled:e,id:t,label:n,name:a,profilePicture:r}=this.props,s="connection-"+a+"-"+t,o=a.replace("_","-"),i=React.createElement(c.A,{id:s,className:d.A["connection-toggle"],checked:e,onChange:this.onConnectionChange,disabled:this.isDisabled(),serviceName:o,label:n,profilePicture:r});return React.createElement("li",null,this.maybeDisplayLinkedInNotice(),React.createElement("div",{className:d.A["connection-container"]},i))}}const m=(0,s.withSelect)((e=>({failedConnections:e(l.Af).getFailedConnections(),mustReauthConnections:e(l.Af).getMustReauthConnections()})))(p)},77125:(e,t,n)=>{"use strict";n.d(t,{l:()=>A});var a=n(51112),r=n(56427),s=n(47143),o=n(86087),i=n(27723),l=n(77627),c=n(50001),u=n(89729),d=n(51475),p=n(9515),m=n(71016),g=n(89886);const __=i.__,_x=i._x,A=()=>{const{connections:e}=(0,c.A)(),t=e.filter((e=>"broken"===e.status||(0,g.Y)(e,"broken"))),{connectionsAdminUrl:n}=(0,l.A)(),i=(0,s.useSelect)((e=>e(u.M_).useAdminUiV1()),[]),{openConnectionsModal:A}=(0,s.useDispatch)(u.M_),h=i?React.createElement(a.A,{variant:"link",onClick:A,className:m.A["broken-connection-btn"]}):React.createElement(r.ExternalLink,{href:n}),E=(0,p.h)();if(!t.length)return null;const f=t.reduce(((e,t)=>(e[t.service_name]||(e[t.service_name]=[]),e[t.service_name].push(t),e)),{});return t.length>0&&React.createElement(d.A,{type:"error"},__("Your following connections need to be reconnected:","jetpack"),React.createElement("ul",null,Object.entries(f).map((([e,t])=>{const n=E(e);return React.createElement("li",{key:e},React.createElement("div",{className:m.A["broken-connection-service"]},React.createElement("span",null,n,_x(":","Colon to display before the list of connections","jetpack")," "),t.map((({display_name:e,external_display:n,id:a},r)=>React.createElement(o.Fragment,{key:a},React.createElement("span",{className:m.A["broken-connection"]},e||n),rconnections management section.",'"them" refers to the broken connections.',"jetpack"),{fixLink:h}))}},64636:(e,t,n)=>{"use strict";n.d(t,{D:()=>c});var a=n(56427),r=n(27723),s=n(77627),o=n(50001),i=n(25349),l=n(71016);const __=r.__,c=()=>{const{hasConnections:e}=(0,o.A)(),{needsUserConnection:t,userConnectionUrl:n}=(0,s.A)();return t?React.createElement(a.PanelRow,null,React.createElement("p",null,__("You must connect your WordPress.com account to be able to add social media connections.","jetpack")," ",React.createElement("a",{href:n},__("Connect now","jetpack")))):e?null:React.createElement(a.PanelRow,null,React.createElement("p",null,React.createElement("span",{className:l.A["no-connections-text"]},__("Sharing is disabled because there are no social media accounts connected.","jetpack")),React.createElement(i.C,{label:__("Connect an account","jetpack")})))}},14993:(e,t,n)=>{"use strict";n.d(t,{E:()=>A});var a=n(85985),r=n(51609),s=n(77627),o=n(50001),i=n(10267),l=n(77125),c=n(57193),u=n(75013),d=n(25349),p=n(71016),m=n(50923),g=n(39329);const A=()=>{const{recordEvent:e}=(0,a.st)(),{connections:t,toggleById:n}=(0,o.A)(),{canBeTurnedOn:A,shouldBeDisabled:h}=(0,g.j)(),{needsUserConnection:E,isPublicizeEnabled:f}=(0,s.A)(),b=(0,r.useCallback)(((t,a)=>()=>{n(t),e("jetpack_social_connection_toggled",{location:"editor",enabled:!a.enabled,service_name:a.service_name})}),[e,n]);return React.createElement("div",null,React.createElement("ul",{className:p.A["connections-list"]},t.map((e=>{const{display_name:t,id:n,service_name:a,profile_picture:r,connection_id:s}=e,o=s||n;return React.createElement(i.A,{disabled:h(e),enabled:A(e)&&e.enabled,key:o,id:o,label:t,name:a,toggleConnection:b(o,e),profilePicture:r})}))),f?React.createElement(React.Fragment,null,React.createElement(u.L,null),React.createElement(l.l,null),React.createElement(m.Z,null),React.createElement(c.H,null)):null,E?null:React.createElement(d.C,{variant:"secondary"}))}},57193:(e,t,n)=>{"use strict";n.d(t,{H:()=>c});var a=n(56427),r=n(27723),s=n(77627),o=n(50001),i=n(71016),l=n(39329);const _n=r._n;function c(){const{enabledConnections:e}=(0,o.A)(),{isPublicizeEnabled:t}=(0,s.A)(),{canBeTurnedOn:n,shouldBeDisabled:c}=(0,l.j)(),u=e.filter((e=>n(e)&&!c(e)));return u.length&&t?React.createElement(a.PanelRow,null,React.createElement("p",{className:i.A["enabled-connections-notice"]},(0,r.sprintf)(/* translators: %d: number of connections */ -_n("This post will be shared to %d connection.","This post will be shared to %d connections.",u.length,"jetpack"),u.length))):null}},9573:(e,t,n)=>{"use strict";n.d(t,{X:()=>d});var a=n(3924),r=n(85985),s=n(56427),o=n(47143),i=n(27723),l=n(89729),c=n(71016),u=n(647);const _x=i._x,d=()=>{const e=(0,o.useSelect)((e=>e(l.M_).hasPaidFeatures()),[]),t=(0,u.X)();return(0,r.Sy)()||(0,r.d9)()||e?null:React.createElement(s.PanelRow,{className:c.A["enhanced-features-nudge"]},React.createElement(s.Button,{key:"upgrade",variant:"link",onClick:t,href:(0,a.A)("jetpack-social-basic-plan-block-editor",{site:(0,r.GE)()||"",query:"redirect_to="+encodeURIComponent(window.location.href)})},_x("Unlock enhanced media sharing features.","Call to action to buy a new plan","jetpack")))}},70925:(e,t,n)=>{"use strict";n.d(t,{A:()=>b});var a=n(56427),r=n(47143),s=n(86087),o=n(7162),i=n(98420),l=n(54915),c=n(80624),u=n(52367),d=n(50001),p=n(89729),m=n(48222),g=n(96390),A=n(64636),h=n(14993),E=n(9573),f=n(41190);function b(){const{hasConnections:e,hasEnabledConnections:t,connections:n}=(0,d.A)(),{isPublicizeEnabled:b,isPublicizeDisabledBySitePlan:v}=(0,o.usePublicizeConfig)(),{attachedMedia:C}=(0,i.A)(),k=(0,l.A)(),y=C[0]?.id||k,{validationErrors:B,isConvertible:w}=(0,u.A)(n,(0,c.A)(y)[0]),_=b&&(t||C.length>0||0!==Object.keys(B).length&&!w),{useAdminUiV1:I,featureFlags:x}=(0,r.useSelect)((e=>{const t=e(p.M_);return{useAdminUiV1:t.useAdminUiV1(),featureFlags:t.featureFlags()}}),[]),j=v?a.Disabled:s.Fragment;return React.createElement(j,null,I?React.createElement(m._,null):null,e?React.createElement(React.Fragment,null,React.createElement(a.PanelRow,null,React.createElement(h.E,null)),x.useEditorPreview&&b?React.createElement(g.n,null):null,React.createElement(E.X,null)):null,React.createElement(A.D,null),!v&&React.createElement(s.Fragment,null,_&&React.createElement(f.o,{analyticsData:{location:"editor"}})))}},62697:(e,t,n)=>{"use strict";n.d(t,{q:()=>l});var a=n(3924),r=n(56427),s=n(27723),o=n(7162),i=n(51475);const __=s.__,l=()=>{const{isEnhancedPublishingEnabled:e}=(0,o.usePublicizeConfig)();return e?React.createElement(i.A,{type:"warning"},__("To share to Instagram, add an image/video, or enable Social Image Generator.","jetpack"),React.createElement("br",null),React.createElement(r.ExternalLink,{href:(0,a.A)("jetpack-social-share-to-instagram")},__("Learn more","jetpack"))):React.createElement(i.A,{type:"warning"},__("You need a featured image to share to Instagram.","jetpack"),React.createElement("br",null),React.createElement(r.ExternalLink,{href:(0,a.A)("jetpack-social-share-to-instagram")},__("Learn more","jetpack")))}},31099:(e,t,n)=>{"use strict";n.d(t,{j:()=>p});var a=n(3924),r=n(56427),s=n(47143),o=n(86087),i=n(27723),l=n(80682),c=n(89729),u=n(51475),d=n(9515);const __=i.__,_x=i._x,p=({validationErrors:e})=>{const{getConnectionById:t}=(0,s.useSelect)((e=>e(c.M_)),[]),n=(0,d.h)(),i=(0,o.useMemo)((()=>Object.entries(e).reduce(((e,[a,r])=>{if(!r)return e;e[r]||(e[r]=[]);const s=n(t(a)?.service_name);return s&&!e[r].includes(s)&&e[r].push(s),e}),{})),[t,n,e]);return React.createElement(u.A,{type:"warning"},React.createElement("p",null,__("The selected media cannot be share to some social media platforms.","jetpack")),React.createElement("ul",null,Object.entries(i).map((([e,t])=>t.length?React.createElement("li",{key:e},React.createElement("i",null,(0,l.$m)(e)),_x(":","Colon to display before the list of social media platforms","jetpack")+" ",t.map(((e,t,{length:n})=>React.createElement(o.Fragment,{key:e},React.createElement("b",null,e),t{"use strict";n.d(t,{L:()=>d});var a=n(98420),r=n(54915),s=n(80624),o=n(52367),i=n(80682),l=n(50001),c=n(62697),u=n(31099);const d=()=>{const{connections:e}=(0,l.A)(),{attachedMedia:t}=(0,a.A)(),n=(0,r.A)(),d=t[0]?.id||n,{validationErrors:p,isConvertible:m}=(0,o.A)(e,(0,s.A)(d)[0]);return Object.keys(p).length?Object.values(p).includes(i.k3)?React.createElement(c.q,null):m?null:React.createElement(u.j,{validationErrors:p}):null}},25349:(e,t,n)=>{"use strict";n.d(t,{C:()=>c});var a=n(56427),r=n(47143),s=n(27723),o=n(77627),i=n(89729),l=n(71016);const __=s.__;function c({label:e,variant:t="primary"}){const{useAdminUiV1:n,connections:s}=(0,r.useSelect)((e=>({useAdminUiV1:e(i.M_).useAdminUiV1(),connections:e(i.M_).getConnections()})),[]),{openConnectionsModal:c}=(0,r.useDispatch)(i.M_),{connectionsAdminUrl:u}=(0,o.A)(),d=e||__("Manage connections","jetpack"),p=s.length>0;return n?React.createElement(a.Button,{onClick:c,variant:p?"link":t,size:p?"default":"small",className:l.A["settings-button"]},d):React.createElement(a.ExternalLink,{className:l.A["settings-button"],href:u},d)}},41190:(e,t,n)=>{"use strict";n.d(t,{o:()=>i});var a=n(7162),r=n(39553),s=n(12015),o=n(70694);const i=({analyticsData:e=null})=>{const{message:t,updateMessage:n,maxLength:i}=(0,r.A)(),{isEnhancedPublishingEnabled:l}=(0,a.usePublicizeConfig)();return React.createElement(React.Fragment,null,React.createElement(o.A,{maxLength:i,onChange:n,message:t,analyticsData:e}),l&&React.createElement(s.A,{analyticsData:e}))}},50923:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var a=n(56427),r=n(86087),s=n(27723),o=n(7162),i=n(50001),l=n(51475),c=n(89886);const __=s.__,u=()=>{const{connections:e}=(0,i.A)(),{connectionsAdminUrl:t}=(0,o.usePublicizeConfig)();return e.filter((e=>(0,c.Y)(e,"unsupported"))).length>0&&React.createElement(l.A,{type:"error"},(0,r.createInterpolateElement)(__("Twitter is not supported anymore. Learn more here.","jetpack"),{moreInfo:React.createElement(a.ExternalLink,{href:t})}))}},647:(e,t,n)=>{"use strict";n.d(t,{X:()=>o});var a=n(47143),r=n(43656),s=n(86087);function o(){const{isEditedPostDirty:e}=(0,a.useSelect)(r.store,[]),{autosave:t}=(0,a.useDispatch)(r.store);return(0,s.useCallback)((async n=>{if(!(n.target instanceof HTMLAnchorElement))return;const a=n.target.getAttribute("target");e()&&!a&&(n.preventDefault(),await t(),window.location.href=n.target.href),a&&(n.preventDefault(),window.open(n.target.href,a,"noreferrer"))}),[t,e])}},39329:(e,t,n)=>{"use strict";n.d(t,{j:()=>p});var a=n(86087),r=n(51609),s=n(7162),o=n(98420),i=n(54915),l=n(80624),c=n(52367),u=n(80682),d=n(50001);const p=()=>{const{connections:e}=(0,d.A)(),{isPublicizeEnabled:t,isPublicizeDisabledBySitePlan:n}=(0,s.usePublicizeConfig)(),{attachedMedia:p}=(0,o.A)(),m=(0,i.A)(),g=p[0]?.id||m,{validationErrors:A,isConvertible:h}=(0,c.A)(e,(0,l.A)(g)[0]),E=(0,a.useCallback)((e=>{const{id:t,is_healthy:n,connection_id:a,status:r}=e,s=a||t,o=!1!==n&&"broken"!==r,i=void 0!==A[s]&&!h,l=A[s]===u.k3;return o&&!i&&!l}),[h,A]),f=(0,a.useCallback)((e=>!t||!E(e)),[E,t]),b=(0,a.useCallback)((e=>!n&&E(e)),[E,n]);return(0,r.useMemo)((()=>({shouldBeDisabled:f,canBeTurnedOn:b})),[f,b])}},89886:(e,t,n)=>{"use strict";n.d(t,{Y:()=>a});const a=(e,t)=>!1===e.is_healthy&&t===(e.error_code??"broken")},56457:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>f});var a=n(50723),r=n(1455),s=n.n(r),o=n(56427),i=n(47143),l=n(43656),c=n(27723),u=n(13022),d=n(51609),p=n.n(d),m=n(49747),g=n(60548),A=n(74820);const __=c.__,_x=c._x,h="featured-image-still-loading",E=(e,t,n,a)=>{if("none"===e||"custom"===e&&!t||"featured"===(e??"featured")&&!n)return null;const r=a("custom"===e?t:n);return r?(e=>e?.media_details?.sizes?.large?.source_url||e?.source_url)(r):h};function f({shouldDebounce:e=!0,onNewToken:t,...n}){const[r,c]=(0,d.useState)(null),[f,b]=(0,d.useState)(!0),{customText:v,imageType:C,imageId:k,template:y,setToken:B}={...(0,m.A)(),...n},{title:w,imageUrl:_}=(0,i.useSelect)((e=>{const t=e(l.store).getEditedPostAttribute("featured_media");return{title:e(l.store).getEditedPostAttribute("title"),imageUrl:E(C,k,t,e("core").getMedia)}})),I=(0,d.useMemo)((()=>v||w||" "),[v,w]),x=(0,d.useRef)(I),j=(0,d.useRef)(r);(0,d.useEffect)((()=>{j.current=r})),(0,d.useEffect)((()=>{const n=setTimeout((async()=>{if(b(!0),_===h)return;const e=await s()({path:"/jetpack/v4/social-image-generator/generate-preview-token",method:"POST",data:{text:I,image_url:_,template:y}});B?.(e),t?.(e);const n=(0,A.S)(e);n!==j.current?c(n):b(!1)}),I!==x.current&&e?1500:0);return()=>{clearTimeout(n),x.current=I}}),[I,y,_,t]);const S=(0,d.useCallback)((()=>{b(!1)}),[]);return p().createElement(a.Ay,null,p().createElement(o.BaseControl,{__nextHasNoMarginBottom:!0,label:_x("Preview","Heading for the generated preview image","jetpack")},p().createElement("div",{className:g.A.container},p().createElement("img",{className:(0,u.A)({[g.A.hidden]:f}),src:r,alt:__("Generated preview","jetpack"),onLoad:S}),f&&p().createElement(o.Spinner,{"data-testid":"spinner"}))))}},74820:(e,t,n)=>{"use strict";n.d(t,{S:()=>r});var a=n(3924);function r(e){return e?(0,a.A)("sigenerate",{query:`t=${e}`}):""}},47453:(e,t,n)=>{"use strict";n.d(t,{m:()=>o});var a=n(47143),r=n(89729),s=n(7757);const o=()=>{const e=(0,a.useSelect)((e=>e(r.M_).featureFlags()),[]);return React.createElement(React.Fragment,null,e.useShareStatus?React.createElement(s.Q3,null):null)}},59493:(e,t,n)=>{"use strict";n.d(t,{O:()=>m});var a=n(63406),r=n(51112),s=n(56427),o=n(47143),i=n(86087),l=n(27723),c=n(89729),u=n(39630),d=n(18973);const __=l.__,_x=l._x;function p({label:e,profile_picture:t}){return React.createElement("div",{className:d.A["account-info"]},t?React.createElement("img",{className:d.A["profile-pic"],src:t,alt:e}):null,React.createElement("span",null,e))}function m({keyringResult:e,onComplete:t,isAdmin:n}){const l=(0,u.o)(),{existingConnections:m,reconnectingAccount:g}=(0,o.useSelect)((e=>{const t=e(c.M_);return{existingConnections:t.getConnections(),reconnectingAccount:t.getReconnectingAccount()}}),[]),{createErrorNotice:A}=(0,a.I)(),h=l.find((t=>t.ID===e.service)),E=(0,i.useCallback)((e=>m.some((t=>t.service_name===h?.ID&&t.external_id===e))),[m,h.ID]),f=(0,i.useMemo)((()=>{const t=[],n=[];if(!h)return{connected:t,not_connected:n};const a=[];if(h.external_users_only||a.push({label:e.external_display,value:e.external_ID,profile_picture:e.external_profile_picture}),h.multiple_external_user_ID_support&&e.additional_external_users?.length)for(const t of e.additional_external_users)a.push({label:t.external_name,value:t.external_ID,profile_picture:t.external_profile_picture});for(const e of a)E(e.value)?t.push(e):n.push(e);return{connected:t,not_connected:n}}),[E,e,h]),{createConnection:b,setReconnectingAccount:v}=(0,o.useDispatch)(c.M_),C=(0,i.useCallback)((async n=>{n.preventDefault(),n.stopPropagation();const a=n.target,r=new FormData(a),s=r.get("external_user_ID");if(!s)return void A(__("Please select an account to connect.","jetpack"));const o={external_user_ID:h.multiple_external_user_ID_support?s:void 0,keyring_connection_ID:e.ID,shared:"1"===r.get("shared")||void 0},i=f.not_connected.find((e=>e.value===s));g&&v(""),b(o,{display_name:i?.label,profile_picture:i?.profile_picture,service_name:h.ID,external_id:s}),t()}),[b,g,v,A,e.ID,t,h.multiple_external_user_ID_support,h.ID,f.not_connected]);return React.createElement("section",{className:d.A.confirmation},f.not_connected.length?React.createElement("div",null,React.createElement("p",{className:d.A["header-text"]},__("Select the account you'd like to connect. All your new blog posts will be automatically shared to this account. You'll be able to change this option in the editor sidebar when you're writing a post.","jetpack")),React.createElement("form",{className:d.A.form,onSubmit:C,id:"connection-confirmation-form"},React.createElement("div",{className:d.A["accounts-list"]},f.not_connected.map(((e,t)=>{const n=g?g===`${h?.ID}:${e.value}`:0===t;return React.createElement("label",{key:e.value,className:d.A["account-label"],"aria-required":!0},React.createElement("input",{type:"radio",name:"external_user_ID",value:e.value,defaultChecked:n,className:d.A["account-input"],required:!0}),React.createElement(p,{label:e.label,profile_picture:e.profile_picture}))}))),n?React.createElement(s.BaseControl,{__nextHasNoMarginBottom:!0,id:"mark-connection-as-shared",help:`${__("If enabled, the connection will be available to all administrators, editors, and authors.","jetpack")} ${__("You can change this later.","jetpack")}`},React.createElement(s.__experimentalHStack,{justify:"flex-start",spacing:3},React.createElement("span",null,React.createElement("input",{type:"checkbox",id:"mark-connection-as-shared",name:"shared",value:"1"})),React.createElement(s.FlexBlock,{as:"label",htmlFor:"mark-connection-as-shared"},__("Mark the connection as shared","jetpack")))):null,React.createElement("input",{type:"hidden",name:"keyring_connection_ID",value:e.ID}))):React.createElement("p",{className:d.A["header-text"]},f.connected.length?_x("No more accounts/pages found.","Message shown when there are no connections found to connect","jetpack"):__("No accounts/pages found.","jetpack")),f.connected.length?React.createElement("section",null,React.createElement("h3",null,__("Already connected","jetpack")),React.createElement("ul",null,f.connected.map(((e,t)=>React.createElement("li",{key:e.label+t},React.createElement(p,{label:e.label,profile_picture:e.profile_picture})))))):null,React.createElement("div",{className:d.A["submit-wrap"]},React.createElement(r.A,{variant:"secondary",onClick:t},__("Cancel","jetpack")),f.not_connected.length?React.createElement(r.A,{form:"connection-confirmation-form",type:"submit"},__("Confirm","jetpack")):null))}},48222:(e,t,n)=>{"use strict";n.d(t,{_:()=>f});var a=n(60442),r=n(47425),s=n(3924),o=n(50723),i=n(56427),l=n(3582),c=n(47143),u=n(86087),d=n(27723),p=n(13022),m=n(89729),g=n(78362),A=n(59493),h=n(73842);const __=d.__,_x=d._x,E=()=>{const{keyringResult:e}=(0,c.useSelect)((e=>{const{getKeyringResult:t}=e(m.M_);return{keyringResult:t()}}),[]),{setKeyringResult:t,closeConnectionsModal:n}=(0,c.useDispatch)(m.M_),[o]=(0,a.A)("sm"),d=(0,u.useCallback)((()=>{t(null),n()}),[n,t]),E=Boolean(e?.ID),f=E?__("Connection confirmation","jetpack"):_x("Manage Jetpack Social connections","","jetpack"),b=(0,c.useSelect)((e=>e(l.store).canUser("update","settings")),[]);return React.createElement(i.Modal,{className:(0,p.A)(h.A.modal,{[h.A.small]:o}),onRequestClose:d,title:f},E?React.createElement(A.O,{keyringResult:e,onComplete:d,isAdmin:b}):React.createElement(React.Fragment,null,React.createElement(g.b,null),React.createElement("div",{className:h.A["manual-share"]},React.createElement("em",null,React.createElement(r.Ay,null,__("Want to share to other networks? Use our Manual Sharing feature from the editor.","jetpack")," ",React.createElement(i.ExternalLink,{href:(0,s.A)("jetpack-social-manual-sharing-help")},__("Learn more","jetpack")))))))};function f(){const e=(0,c.useSelect)((e=>e(m.M_).isConnectionsModalOpen()),[]);return React.createElement(o.Ay,{targetDom:document.body},e?React.createElement(E,null):null)}},30642:(e,t,n)=>{"use strict";n.d(t,{F:()=>d});var a=n(50723),r=n(47425),s=n(40597),o=n(56427),i=n(27723),l=n(68541),c=n(34600),u=n(27681);const __=i.__;function d(e){return React.createElement(a.Ay,null,React.createElement("div",{className:u.A.wrapper},React.createElement(o.Flex,{align:"start",justify:"start"},React.createElement(r.Ay,{variant:"body-extra-small",className:u.A.title},__("Manual sharing","jetpack")),React.createElement(s.A,{inline:!1,shift:!0,iconSize:16,placement:"top-end"},React.createElement(c.P,e))),React.createElement(l.R,{buttonStyle:"icon"})))}},34600:(e,t,n)=>{"use strict";n.d(t,{P:()=>i});var a=n(47425),r=n(3924),s=n(56427),o=n(27723);const __=o.__;function i({...e}){return React.createElement(a.Ay,e,__('Just tap the social network or "Copy to Clipboard" icon, and we\'ll format your content for sharing.',"jetpack")," ",React.createElement(s.ExternalLink,{href:(0,r.A)("jetpack-social-manual-sharing-help")},__("Learn more","jetpack")))}},55858:(e,t,n)=>{"use strict";n.d(t,{A:()=>E});var a=n(51112),r=n(50723),s=n(94715),o=n(56427),i=n(86087),l=n(27723),c=n(51113),u=n(31249),d=n(13022),p=n(52367),m=n(2204),g=n(18699),A=n(97671);const __=l.__,h=e=>t=>{t.currentTarget.focus(),e()};function E({buttonLabel:e,subTitle:t,mediaId:n=null,mediaDetails:l={},onChange:E,wrapperClassName:f,allowedMediaTypes:b=null}){const{mediaData:{width:v,height:C,sourceUrl:k}={},metaData:{mime:y,length:B=null}={},previewData:{width:w,height:_,sourceUrl:I}={}}=l,x=!(k&&v&&C&&y),j=(0,i.useCallback)((()=>E(null)),[E]),S=(0,i.useCallback)((e=>{E(e)}),[E]),Q=(0,i.useCallback)((e=>{const t=(0,p.c)(y);return t&&!B?null:React.createElement("div",{className:(0,d.A)(A.A["preview-wrapper"],f)},React.createElement("button",{className:A.A.remove,onClick:j},React.createElement(o.VisuallyHidden,null,__("Remove media","jetpack")),React.createElement(c.A,{icon:u.A})),React.createElement("button",{className:A.A.preview,onClick:h(e),"data-unstable-ignore-focus-outside-for-relatedtarget":".media-modal"},t?React.createElement(g.A,{sourceUrl:k,mime:y,duration:B}):React.createElement(o.ResponsiveWrapper,{naturalWidth:w||v,naturalHeight:_||C,isInline:!0},React.createElement("img",{src:I||k,alt:"",className:A.A["preview-image"]}))))}),[C,B,y,j,_,I,w,k,v,f]),N=(0,i.useCallback)((r=>React.createElement("div",{className:A.A.container},n?React.createElement(React.Fragment,null,React.createElement("button",{className:A.A["remove-loading"],onClick:j},React.createElement(o.VisuallyHidden,null,__("Remove media","jetpack")),React.createElement(c.A,{icon:u.A})),React.createElement(o.Spinner,{"data-testid":"spinner"})):React.createElement(React.Fragment,null,React.createElement(a.A,{variant:"secondary",size:"small",className:A.A.preview,onClick:h(r),"data-unstable-ignore-focus-outside-for-relatedtarget":".media-modal"},e),t&&React.createElement("span",null,t)))),[e,n,j,t]),R=(0,i.useCallback)((({open:e})=>n&&!x?Q(e):N(e)),[n,x,Q,N]);return React.createElement(r.Ay,null,React.createElement(s.MediaUploadCheck,null,React.createElement(s.MediaUpload,{allowedTypes:b??m.UB,title:e,onSelect:S,render:R,value:n})))}},12015:(e,t,n)=>{"use strict";n.d(t,{A:()=>h});var a=n(50723),r=n(3924),s=n(85985),o=n(56427),i=n(86087),l=n(27723),c=n(51609),u=n.n(c),d=n(98420),p=n(80624),m=n(55858),g=n(35270);const __=l.__,A=__("Choose Media","jetpack");function h({disabled:e=!1,disabledNoticeMessage:t="",CustomNotice:n=null,analyticsData:l}){const{attachedMedia:h,updateAttachedMedia:E}=(0,d.A)(),{recordEvent:f}=(0,s.st)(),[b]=(0,p.A)(h[0]?.id),v=(0,i.useCallback)((e=>{if(e){f("jetpack_social_media_attached",l);const{id:t,url:n,mime:a}=e;E([{id:t,url:n,type:a}])}else E([])}),[l,f,E]),C=e?o.Disabled:c.Fragment,k=e?{className:g.A.disabled,"data-testid":"disabled"}:{};return u().createElement(a.Ay,null,u().createElement(o.BaseControl,{__nextHasNoMarginBottom:!0,label:__("Attached Media","jetpack"),className:g.A.wrapper},n||(t?u().createElement(o.Notice,{className:g.A.notice,isDismissible:!1,status:"warning"},u().createElement("p",{"data-testid":"notice"},t)):u().createElement("p",{className:g.A.subtitle},__("Choose a visual to accompany your post.","jetpack"))),u().createElement(C,k,u().createElement(m.A,{buttonLabel:A,subTitle:__("Add an image or video","jetpack"),mediaId:h[0]?.id,mediaDetails:b,onChange:v}),u().createElement(o.ExternalLink,{href:(0,r.A)("jetpack-social-media-support-information"),className:g.A["learn-more"]},__("Learn photo and video best practices","jetpack")))))}},70694:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(85985),r=n(56427),s=n(27723),o=n(51609);const __=s.__,_n=s._n;function i({message:e="",onChange:t,disabled:n,maxLength:i,analyticsData:l=null}){const{recordEvent:c}=(0,a.st)(),u=(0,o.useRef)(!0),d=i-e.length,p=(0,o.useCallback)((e=>{t(e),u.current&&(c("jetpack_social_custom_message_changed",l),u.current=!1)}),[l,u,t,c]);return React.createElement(r.TextareaControl,{value:e,label:__("Message","jetpack"),onChange:p,disabled:n,maxLength:i,placeholder:__("Write a custom message for your social audience here. This message will override your social post content.","jetpack"),rows:4,help:(0,s.sprintf)(/* translators: placeholder is a number. */ -_n("%d character remaining","%d characters remaining",d,"jetpack"),d)})}},51475:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(56427),r=n(27723),s=n(51113),o=n(31249),i=n(13022),l=n(28120),c=n.n(l),u=n(93794);const __=r.__,d=({children:e,type:t="default",actions:n=[],onDismiss:r})=>{const l=(0,i.A)(u.A.notice,u.A[`notice--${t}`]);return React.createElement("div",{className:l},React.createElement("div",{className:u.A.content}," ",e," "),r&&React.createElement("button",{className:u.A.dismiss,onClick:r},React.createElement(a.VisuallyHidden,null,__("Dismiss notice","jetpack")),React.createElement(s.A,{icon:o.A})),n&&n.length>0&&React.createElement("div",{className:u.A.actions},n.map((e=>e))))};d.propTypes={children:c().node.isRequired,type:c().oneOf(["default","highlight","warning","error"]),actions:c().arrayOf(c().element),onDismiss:c().func};const p=d},66561:(e,t,n)=>{"use strict";n.d(t,{A:()=>f});var a=n(56427),r=n(47143),s=n(43656),o=n(86087),i=n(27723),l=n(77627),c=n(88584),u=n(49036),d=n(50001),p=n(89729),m=n(70925),g=n(30642),A=n(51353),h=n(39815),E=n(87170);const __=i.__,f=({prePublish:e,children:t})=>{const{refresh:n,hasConnections:i,hasEnabledConnections:f}=(0,d.A)(),b=(0,r.useSelect)((e=>e(s.store).isCurrentPostPublished()),[]),v=(0,r.useSelect)((e=>e(p.M_).featureFlags()),[]),C=(0,c.A)(),{isPublicizeEnabled:k,hidePublicizeFeature:y,togglePublicizeFeature:B}=(0,l.A)();(0,u._D)((function(){f&&n()}),[f,n]);const w=e?o.Fragment:a.PanelBody,_=e?{}:{title:__("Share this post","jetpack"),className:E.A.panel};return C(),React.createElement(w,_,t,!y&&React.createElement(o.Fragment,null,!b&&React.createElement(a.ToggleControl,{label:k?__("Share when publishing","jetpack"):__("Sharing is disabled","jetpack",0),onChange:B,checked:k&&i,disabled:!i}),React.createElement(m.A,null),React.createElement(h.O,null)),b&&React.createElement(React.Fragment,null,v.useShareStatus?React.createElement(A.E,null):null,React.createElement(g.F,null)))}},65843:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(85985),r=n(47143),s=n(14309),o=n(43656),i=n(27723),l=n(34600),c=n(68541),u=n(5780);const __=i.__;function d(){const{isCurrentPostPublished:e}=(0,r.useSelect)((e=>e(o.store)),[]);return e()?React.createElement(s.PluginPostPublishPanel,{initialOpen:!0,title:__("Manual sharing","jetpack"),id:"publicize-manual-sharing",icon:React.createElement(a.jt,null)},React.createElement(l.P,{className:u.A.description,variant:"body-small"}),React.createElement(c.R,null)):null}},26029:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(50723),r=n(65843),s=n(39691),o=n(89640);const i=()=>React.createElement(a.Ay,{targetDom:document.body},React.createElement(o.p,null),React.createElement(r.A,null),React.createElement(s.A,null))},39691:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(3924),r=n(85985),s=n(1455),o=n.n(s),i=n(14309),l=n(86087),c=n(77627),u=n(49036),d=n(50001),p=n(25300);const m=()=>{const[e,t]=(0,l.useState)((0,r.$i)()?.social?.reviewRequestDismissed??!0),[n,s]=(0,l.useState)(!1),{hasEnabledConnections:m}=(0,d.A)(),{isPublicizeEnabled:g,isPostAlreadyShared:A}=(0,c.A)();(0,u.Wv)((()=>{s(!A&&g&&m)}),[A,m,g]);const h=(0,l.useCallback)((()=>{const e=(0,r.$i)()?.social?.dismissReviewRequestPath??null;o()({path:e,method:"POST",data:{dismissed:!0}}).catch((e=>{throw e})),t(!0)}),[]);return e||!n?null:React.createElement(i.PluginPostPublishPanel,{id:"publicize-title"},React.createElement(p.A,{href:(0,a.A)("jetpack-social-plugin-reviews"),onClose:h}))}},89640:(e,t,n)=>{"use strict";n.d(t,{p:()=>d});var a=n(47143),r=n(14309),s=n(43656),o=n(383),i=n(57275),l=n(49036),c=n(89729),u=n(79594);function d(){const{isPublicizeEnabled:e}=(0,o.h)(),{pollForPostShareStatus:t}=(0,a.useDispatch)(c.M_),{featureFlags:n,isPostPublised:d}=(0,a.useSelect)((e=>{const t=e(c.M_),n=e(s.store);return{featureFlags:t.featureFlags(),isPostPublised:n.isCurrentPostPublished()}}),[]),p=(0,i.z)((0,a.useSelect)((e=>e(c.M_).getEnabledConnections()),[])),m=e&&p.length>0,g=n.useShareStatus&&m&&d;return(0,l._D)((()=>{g&&t({isRequestComplete:({postShareStatus:e})=>e.done})}),[g]),g?React.createElement(r.PluginPostPublishPanel,{id:"publicize-share-status"},React.createElement(u.q,null)):null}},79594:(e,t,n)=>{"use strict";n.d(t,{q:()=>u});var a=n(56427),r=n(47143),s=n(27723),o=n(89729),i=n(51475),l=n(7757),c=n(55387);const __=s.__,_n=s._n;function u({reShareTimestamp:e}){const t=(0,r.useSelect)((e=>e(o.M_).getPostShareStatus()),[]),n=e?t.shares.filter((t=>t.timestamp>e)):t.shares;if(t.polling)return React.createElement("div",{className:c.A["loading-block"]},React.createElement(a.Spinner,null),React.createElement("span",{className:c.A["loading-text"]},__("Sharing to your social media…","jetpack")));const u=n.filter((e=>"failure"===e.status)).length;return u>0?React.createElement(i.A,{type:"warning"},React.createElement("p",null,(0,s.sprintf)(/* translators: %d: number of failed shares */ +__("Are you sure you want to disconnect %s?","jetpack"),e.display_name),{strong:React.createElement("strong",null)})),React.createElement(a.A,{size:"small",onClick:p,disabled:g,variant:t,isDestructive:n,className:u},g?__("Disconnecting…","jetpack"):_x("Disconnect","Disconnect a social media account","jetpack"))):null}},26637:(e,t,n)=>{"use strict";n(56427),n(47143),n(86087),n(27723),n(50001),n(89729),n(48222),n(48712),n(55488),n(85605)},52683:(e,t,n)=>{"use strict";n.d(t,{j:()=>l});var a=n(56427),r=n(47143),s=n(86087),o=n(27723),i=n(89729);const __=o.__;function l({connection:e}){const{updateConnectionById:t}=(0,r.useDispatch)(i.M_),{isUpdating:n}=(0,r.useSelect)((t=>{const{getUpdatingConnections:n}=t(i.M_);return{isUpdating:n().includes(e.connection_id)}}),[e.connection_id]),o=(0,s.useCallback)((n=>{t(e.connection_id,{shared:n})}),[e.connection_id,t]);return React.createElement(a.CheckboxControl,{checked:e.shared??!1,onChange:o,disabled:n||"broken"===e.status,label:__("Mark the connection as shared","jetpack")})}},76046:(e,t,n)=>{"use strict";n.d(t,{C:()=>c});var a=n(51112),r=n(47143),s=n(86087),o=n(27723),i=n(89729),l=n(70745);const __=o.__,_x=o._x;function c({connection:e,service:t,variant:n="link"}){const{deleteConnectionById:o,setKeyringResult:c,openConnectionsModal:u,setReconnectingAccount:d}=(0,r.useDispatch)(i.M_),{isDisconnecting:p}=(0,r.useSelect)((t=>{const{getDeletingConnections:n}=t(i.M_);return{isDisconnecting:n().includes(e.connection_id)}}),[e.connection_id]),m=(0,s.useCallback)((e=>{c(e),e?.ID&&u()}),[u,c]),g=(0,l.P)({service:t,onConfirm:m}),A=(0,s.useCallback)((async()=>{if(!await o({connectionId:e.connection_id,showSuccessNotice:!1}))return;await d(`${e.service_name}:${e.external_id}`);const n=new FormData;"mastodon"===t.ID&&n.set("instance",e.external_display),g(n)}),[e,o,g,t.ID,d]);return e.can_disconnect?React.createElement(a.A,{size:"small",onClick:A,disabled:p,variant:n},p?__("Disconnecting…","jetpack"):_x("Reconnect","Reconnect a social media account","jetpack")):null}},91910:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(13022),r=n(28120),s=n.n(r),o=n(12141);const i=e=>{const{checked:t,disabled:n,onChange:r,serviceName:s,label:i,profilePicture:l}=e,c=(0,a.A)("components-connection-toggle",{"is-not-checked":!t,"is-disabled":n});return React.createElement("div",{className:c,title:i},React.createElement(o.A,{checked:t,label:i,onClick:r,serviceName:s,profilePicture:l}))};i.propTypes={className:s().string,checked:s().bool,id:s().string.isRequired,disabled:s().bool,onChange:s().func,serviceName:s().string,label:s().string,profilePicture:s().string};const l=i},10267:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(85985),r=n(56427),s=n(47143),o=n(86087),i=n(27723),l=n(89729),c=n(91910),u=n(95051),d=n(49514);const __=i.__;class p extends o.Component{maybeDisplayLinkedInNotice=()=>this.connectionNeedsReauth()&&React.createElement(r.Notice,{className:u.A["publicize-notice"],isDismissible:!1,status:"error"},React.createElement("p",null,__("Your LinkedIn connection needs to be reauthenticated to continue working – head to Sharing to take care of it.","jetpack")),React.createElement(r.ExternalLink,{href:`https://wordpress.com/marketing/connections/${(0,a.GE)()}`},__("Go to Sharing settings","jetpack")));connectionNeedsReauth=()=>this.props.mustReauthConnections.includes(this.props.name);onConnectionChange=()=>{const{id:e}=this.props;this.isDisabled()||this.props.toggleConnection(e)};connectionIsFailing(){const{failedConnections:e,name:t}=this.props;return e.some((e=>e.service_name===t))}isDisabled(){return this.props.disabled||this.connectionIsFailing()||this.connectionNeedsReauth()}render(){const{enabled:e,id:t,label:n,name:a,profilePicture:r}=this.props,s="connection-"+a+"-"+t,o=a.replace("_","-"),i=React.createElement(c.A,{id:s,className:d.A["connection-toggle"],checked:e,onChange:this.onConnectionChange,disabled:this.isDisabled(),serviceName:o,label:n,profilePicture:r});return React.createElement("li",null,this.maybeDisplayLinkedInNotice(),React.createElement("div",{className:d.A["connection-container"]},i))}}const m=(0,s.withSelect)((e=>({failedConnections:e(l.Af).getFailedConnections(),mustReauthConnections:e(l.Af).getMustReauthConnections()})))(p)},77125:(e,t,n)=>{"use strict";n.d(t,{l:()=>h});var a=n(51112),r=n(56427),s=n(47143),o=n(86087),i=n(27723),l=n(77627),c=n(50001),u=n(89729),d=n(50384),p=n(51371),m=n(51475),g=n(9515),A=n(71016);const __=i.__,_x=i._x,h=()=>{const{connections:e}=(0,c.A)(),t=e.filter((e=>"broken"===e.status||(0,d.Y)(e,"broken"))),{connectionsAdminUrl:n}=(0,l.A)(),{useAdminUiV1:i}=(0,p.n)().feature_flags,{openConnectionsModal:h}=(0,s.useDispatch)(u.M_),E=i?React.createElement(a.A,{variant:"link",onClick:h,className:A.A["broken-connection-btn"]}):React.createElement(r.ExternalLink,{href:n}),f=(0,g.h)();if(!t.length)return null;const b=t.reduce(((e,t)=>(e[t.service_name]||(e[t.service_name]=[]),e[t.service_name].push(t),e)),{});return t.length>0&&React.createElement(m.A,{type:"error"},__("Your following connections need to be reconnected:","jetpack"),React.createElement("ul",null,Object.entries(b).map((([e,t])=>{const n=f(e);return React.createElement("li",{key:e},React.createElement("div",{className:A.A["broken-connection-service"]},React.createElement("span",null,n,_x(":","Colon to display before the list of connections","jetpack")," "),t.map((({display_name:e,external_display:n,id:a},r)=>React.createElement(o.Fragment,{key:a},React.createElement("span",{className:A.A["broken-connection"]},e||n),rconnections management section.",'"them" refers to the broken connections.',"jetpack"),{fixLink:E}))}},64636:(e,t,n)=>{"use strict";n.d(t,{D:()=>c});var a=n(56427),r=n(27723),s=n(77627),o=n(50001),i=n(25349),l=n(71016);const __=r.__,c=()=>{const{hasConnections:e}=(0,o.A)(),{needsUserConnection:t,userConnectionUrl:n}=(0,s.A)();return t?React.createElement(a.PanelRow,null,React.createElement("p",null,__("You must connect your WordPress.com account to be able to add social media connections.","jetpack")," ",React.createElement("a",{href:n},__("Connect now","jetpack")))):e?null:React.createElement(a.PanelRow,null,React.createElement("p",null,React.createElement("span",{className:l.A["no-connections-text"]},__("Sharing is disabled because there are no social media accounts connected.","jetpack")),React.createElement(i.C,{label:__("Connect an account","jetpack")})))}},14993:(e,t,n)=>{"use strict";n.d(t,{E:()=>A});var a=n(85985),r=n(51609),s=n(77627),o=n(50001),i=n(10267),l=n(77125),c=n(57193),u=n(75013),d=n(25349),p=n(71016),m=n(50923),g=n(39329);const A=()=>{const{recordEvent:e}=(0,a.st)(),{connections:t,toggleById:n}=(0,o.A)(),{canBeTurnedOn:A,shouldBeDisabled:h}=(0,g.j)(),{needsUserConnection:E,isPublicizeEnabled:f}=(0,s.A)(),b=(0,r.useCallback)(((t,a)=>()=>{n(t),e("jetpack_social_connection_toggled",{location:"editor",enabled:!a.enabled,service_name:a.service_name})}),[e,n]);return React.createElement("div",null,React.createElement("ul",{className:p.A["connections-list"]},t.map((e=>{const{display_name:t,id:n,service_name:a,profile_picture:r,connection_id:s}=e,o=s||n;return React.createElement(i.A,{disabled:h(e),enabled:A(e)&&e.enabled,key:o,id:o,label:t,name:a,toggleConnection:b(o,e),profilePicture:r})}))),f?React.createElement(React.Fragment,null,React.createElement(u.L,null),React.createElement(l.l,null),React.createElement(m.Z,null),React.createElement(c.H,null)):null,E?null:React.createElement(d.C,{variant:"secondary"}))}},57193:(e,t,n)=>{"use strict";n.d(t,{H:()=>c});var a=n(56427),r=n(27723),s=n(77627),o=n(50001),i=n(71016),l=n(39329);const _n=r._n;function c(){const{enabledConnections:e}=(0,o.A)(),{isPublicizeEnabled:t}=(0,s.A)(),{canBeTurnedOn:n,shouldBeDisabled:c}=(0,l.j)(),u=e.filter((e=>n(e)&&!c(e)));return u.length&&t?React.createElement(a.PanelRow,null,React.createElement("p",{className:i.A["enabled-connections-notice"]},(0,r.sprintf)(/* translators: %d: number of connections */ +_n("This post will be shared to %d connection.","This post will be shared to %d connections.",u.length,"jetpack"),u.length))):null}},9573:(e,t,n)=>{"use strict";n.d(t,{X:()=>d});var a=n(3924),r=n(85985),s=n(56427),o=n(47143),i=n(27723),l=n(89729),c=n(71016),u=n(647);const _x=i._x,d=()=>{const e=(0,o.useSelect)((e=>e(l.M_).hasPaidFeatures()),[]),t=(0,u.X)();return(0,r.Sy)()||(0,r.d9)()||e?null:React.createElement(s.PanelRow,{className:c.A["enhanced-features-nudge"]},React.createElement(s.Button,{key:"upgrade",variant:"link",onClick:t,href:(0,a.A)("jetpack-social-basic-plan-block-editor",{site:(0,r.GE)()||"",query:"redirect_to="+encodeURIComponent(window.location.href)})},_x("Unlock enhanced media sharing features.","Call to action to buy a new plan","jetpack")))}},70925:(e,t,n)=>{"use strict";n.d(t,{A:()=>b});var a=n(56427),r=n(47143),s=n(86087),o=n(7162),i=n(98420),l=n(54915),c=n(80624),u=n(52367),d=n(50001),p=n(89729),m=n(48222),g=n(96390),A=n(64636),h=n(14993),E=n(9573),f=n(41190);function b(){const{hasConnections:e,hasEnabledConnections:t,connections:n}=(0,d.A)(),{isPublicizeEnabled:b,isPublicizeDisabledBySitePlan:v}=(0,o.usePublicizeConfig)(),{attachedMedia:C}=(0,i.A)(),k=(0,l.A)(),y=C[0]?.id||k,{validationErrors:B,isConvertible:w}=(0,u.A)(n,(0,c.A)(y)[0]),_=b&&(t||C.length>0||0!==Object.keys(B).length&&!w),{featureFlags:I}=(0,r.useSelect)((e=>({featureFlags:e(p.M_).featureFlags()})),[]),x=v?a.Disabled:s.Fragment,{feature_flags:j}=(0,o.getSocialScriptData)();return React.createElement(x,null,j.useAdminUiV1?React.createElement(m._,null):null,e?React.createElement(React.Fragment,null,React.createElement(a.PanelRow,null,React.createElement(h.E,null)),I.useEditorPreview&&b?React.createElement(g.n,null):null,React.createElement(E.X,null)):null,React.createElement(A.D,null),!v&&React.createElement(s.Fragment,null,_&&React.createElement(f.o,{analyticsData:{location:"editor"}})))}},62697:(e,t,n)=>{"use strict";n.d(t,{q:()=>l});var a=n(3924),r=n(56427),s=n(27723),o=n(7162),i=n(51475);const __=s.__,l=()=>{const{isEnhancedPublishingEnabled:e}=(0,o.usePublicizeConfig)();return e?React.createElement(i.A,{type:"warning"},__("To share to Instagram, add an image/video, or enable Social Image Generator.","jetpack"),React.createElement("br",null),React.createElement(r.ExternalLink,{href:(0,a.A)("jetpack-social-share-to-instagram")},__("Learn more","jetpack"))):React.createElement(i.A,{type:"warning"},__("You need a featured image to share to Instagram.","jetpack"),React.createElement("br",null),React.createElement(r.ExternalLink,{href:(0,a.A)("jetpack-social-share-to-instagram")},__("Learn more","jetpack")))}},31099:(e,t,n)=>{"use strict";n.d(t,{j:()=>p});var a=n(3924),r=n(56427),s=n(47143),o=n(86087),i=n(27723),l=n(80682),c=n(89729),u=n(51475),d=n(9515);const __=i.__,_x=i._x,p=({validationErrors:e})=>{const{getConnectionById:t}=(0,s.useSelect)((e=>e(c.M_)),[]),n=(0,d.h)(),i=(0,o.useMemo)((()=>Object.entries(e).reduce(((e,[a,r])=>{if(!r)return e;e[r]||(e[r]=[]);const s=n(t(a)?.service_name);return s&&!e[r].includes(s)&&e[r].push(s),e}),{})),[t,n,e]);return React.createElement(u.A,{type:"warning"},React.createElement("p",null,__("The selected media cannot be share to some social media platforms.","jetpack")),React.createElement("ul",null,Object.entries(i).map((([e,t])=>t.length?React.createElement("li",{key:e},React.createElement("i",null,(0,l.$m)(e)),_x(":","Colon to display before the list of social media platforms","jetpack")+" ",t.map(((e,t,{length:n})=>React.createElement(o.Fragment,{key:e},React.createElement("b",null,e),t{"use strict";n.d(t,{L:()=>d});var a=n(98420),r=n(54915),s=n(80624),o=n(52367),i=n(80682),l=n(50001),c=n(62697),u=n(31099);const d=()=>{const{connections:e}=(0,l.A)(),{attachedMedia:t}=(0,a.A)(),n=(0,r.A)(),d=t[0]?.id||n,{validationErrors:p,isConvertible:m}=(0,o.A)(e,(0,s.A)(d)[0]);return Object.keys(p).length?Object.values(p).includes(i.k3)?React.createElement(c.q,null):m?null:React.createElement(u.j,{validationErrors:p}):null}},25349:(e,t,n)=>{"use strict";n.d(t,{C:()=>u});var a=n(56427),r=n(47143),s=n(27723),o=n(77627),i=n(89729),l=n(51371),c=n(71016);const __=s.__;function u({label:e,variant:t="primary"}){const{useAdminUiV1:n}=(0,l.n)().feature_flags,{connections:s}=(0,r.useSelect)((e=>({connections:e(i.M_).getConnections()})),[]),{openConnectionsModal:u}=(0,r.useDispatch)(i.M_),{connectionsAdminUrl:d}=(0,o.A)(),p=e||__("Manage connections","jetpack"),m=s.length>0;return n?React.createElement(a.Button,{onClick:u,variant:m?"link":t,size:m?"default":"small",className:c.A["settings-button"]},p):React.createElement(a.ExternalLink,{className:c.A["settings-button"],href:d},p)}},41190:(e,t,n)=>{"use strict";n.d(t,{o:()=>i});var a=n(7162),r=n(39553),s=n(12015),o=n(70694);const i=({analyticsData:e=null})=>{const{message:t,updateMessage:n,maxLength:i}=(0,r.A)(),{isEnhancedPublishingEnabled:l}=(0,a.usePublicizeConfig)();return React.createElement(React.Fragment,null,React.createElement(o.A,{maxLength:i,onChange:n,message:t,analyticsData:e}),l&&React.createElement(s.A,{analyticsData:e}))}},50923:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var a=n(56427),r=n(86087),s=n(27723),o=n(7162),i=n(50001),l=n(50384),c=n(51475);const __=s.__,u=()=>{const{connections:e}=(0,i.A)(),{connectionsAdminUrl:t}=(0,o.usePublicizeConfig)();return e.filter((e=>(0,l.Y)(e,"unsupported"))).length>0&&React.createElement(c.A,{type:"error"},(0,r.createInterpolateElement)(__("Twitter is not supported anymore. Learn more here.","jetpack"),{moreInfo:React.createElement(a.ExternalLink,{href:t})}))}},647:(e,t,n)=>{"use strict";n.d(t,{X:()=>o});var a=n(47143),r=n(43656),s=n(86087);function o(){const{isEditedPostDirty:e}=(0,a.useSelect)(r.store,[]),{autosave:t}=(0,a.useDispatch)(r.store);return(0,s.useCallback)((async n=>{if(!(n.target instanceof HTMLAnchorElement))return;const a=n.target.getAttribute("target");e()&&!a&&(n.preventDefault(),await t(),window.location.href=n.target.href),a&&(n.preventDefault(),window.open(n.target.href,a,"noreferrer"))}),[t,e])}},39329:(e,t,n)=>{"use strict";n.d(t,{j:()=>p});var a=n(86087),r=n(51609),s=n(7162),o=n(98420),i=n(54915),l=n(80624),c=n(52367),u=n(80682),d=n(50001);const p=()=>{const{connections:e}=(0,d.A)(),{isPublicizeEnabled:t,isPublicizeDisabledBySitePlan:n}=(0,s.usePublicizeConfig)(),{attachedMedia:p}=(0,o.A)(),m=(0,i.A)(),g=p[0]?.id||m,{validationErrors:A,isConvertible:h}=(0,c.A)(e,(0,l.A)(g)[0]),E=(0,a.useCallback)((e=>{const{id:t,is_healthy:n,connection_id:a,status:r}=e,s=a||t,o=!1!==n&&"broken"!==r,i=void 0!==A[s]&&!h,l=A[s]===u.k3;return o&&!i&&!l}),[h,A]),f=(0,a.useCallback)((e=>!t||!E(e)),[E,t]),b=(0,a.useCallback)((e=>!n&&E(e)),[E,n]);return(0,r.useMemo)((()=>({shouldBeDisabled:f,canBeTurnedOn:b})),[f,b])}},56457:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>f});var a=n(50723),r=n(1455),s=n.n(r),o=n(56427),i=n(47143),l=n(43656),c=n(27723),u=n(13022),d=n(51609),p=n.n(d),m=n(49747),g=n(60548),A=n(74820);const __=c.__,_x=c._x,h="featured-image-still-loading",E=(e,t,n,a)=>{if("none"===e||"custom"===e&&!t||"featured"===(e??"featured")&&!n)return null;const r=a("custom"===e?t:n);return r?(e=>e?.media_details?.sizes?.large?.source_url||e?.source_url)(r):h};function f({shouldDebounce:e=!0,onNewToken:t,...n}){const[r,c]=(0,d.useState)(null),[f,b]=(0,d.useState)(!0),{customText:v,imageType:C,imageId:k,template:y,setToken:B}={...(0,m.A)(),...n},{title:w,imageUrl:_}=(0,i.useSelect)((e=>{const t=e(l.store).getEditedPostAttribute("featured_media");return{title:e(l.store).getEditedPostAttribute("title"),imageUrl:E(C,k,t,e("core").getMedia)}})),I=(0,d.useMemo)((()=>v||w||" "),[v,w]),x=(0,d.useRef)(I),j=(0,d.useRef)(r);(0,d.useEffect)((()=>{j.current=r})),(0,d.useEffect)((()=>{const n=setTimeout((async()=>{if(b(!0),_===h)return;const e=await s()({path:"/jetpack/v4/social-image-generator/generate-preview-token",method:"POST",data:{text:I,image_url:_,template:y}});B?.(e),t?.(e);const n=(0,A.S)(e);n!==j.current?c(n):b(!1)}),I!==x.current&&e?1500:0);return()=>{clearTimeout(n),x.current=I}}),[I,y,_,t]);const S=(0,d.useCallback)((()=>{b(!1)}),[]);return p().createElement(a.Ay,null,p().createElement(o.BaseControl,{__nextHasNoMarginBottom:!0,label:_x("Preview","Heading for the generated preview image","jetpack")},p().createElement("div",{className:g.A.container},p().createElement("img",{className:(0,u.A)({[g.A.hidden]:f}),src:r,alt:__("Generated preview","jetpack"),onLoad:S}),f&&p().createElement(o.Spinner,{"data-testid":"spinner"}))))}},74820:(e,t,n)=>{"use strict";n.d(t,{S:()=>r});var a=n(3924);function r(e){return e?(0,a.A)("sigenerate",{query:`t=${e}`}):""}},47453:(e,t,n)=>{"use strict";n.d(t,{m:()=>o});var a=n(47143),r=n(89729),s=n(7757);const o=()=>{const e=(0,a.useSelect)((e=>e(r.M_).featureFlags()),[]);return React.createElement(React.Fragment,null,e.useShareStatus?React.createElement(s.Q3,null):null)}},59493:(e,t,n)=>{"use strict";n.d(t,{O:()=>m});var a=n(63406),r=n(51112),s=n(56427),o=n(47143),i=n(86087),l=n(27723),c=n(89729),u=n(39630),d=n(18973);const __=l.__,_x=l._x;function p({label:e,profile_picture:t}){return React.createElement("div",{className:d.A["account-info"]},t?React.createElement("img",{className:d.A["profile-pic"],src:t,alt:e}):null,React.createElement("span",null,e))}function m({keyringResult:e,onComplete:t,isAdmin:n}){const l=(0,u.o)(),{existingConnections:m,reconnectingAccount:g}=(0,o.useSelect)((e=>{const t=e(c.M_);return{existingConnections:t.getConnections(),reconnectingAccount:t.getReconnectingAccount()}}),[]),{createErrorNotice:A}=(0,a.I)(),h=l.find((t=>t.ID===e.service)),E=(0,i.useCallback)((e=>m.some((t=>t.service_name===h?.ID&&t.external_id===e))),[m,h.ID]),f=(0,i.useMemo)((()=>{const t=[],n=[];if(!h)return{connected:t,not_connected:n};const a=[];if(h.external_users_only||a.push({label:e.external_display,value:e.external_ID,profile_picture:e.external_profile_picture}),h.multiple_external_user_ID_support&&e.additional_external_users?.length)for(const t of e.additional_external_users)a.push({label:t.external_name,value:t.external_ID,profile_picture:t.external_profile_picture});for(const e of a)E(e.value)?t.push(e):n.push(e);return{connected:t,not_connected:n}}),[E,e,h]),{createConnection:b,setReconnectingAccount:v}=(0,o.useDispatch)(c.M_),C=(0,i.useCallback)((async n=>{n.preventDefault(),n.stopPropagation();const a=n.target,r=new FormData(a),s=r.get("external_user_ID");if(!s)return void A(__("Please select an account to connect.","jetpack"));const o={external_user_ID:h.multiple_external_user_ID_support?s:void 0,keyring_connection_ID:e.ID,shared:"1"===r.get("shared")||void 0},i=f.not_connected.find((e=>e.value===s));g&&v(""),b(o,{display_name:i?.label,profile_picture:i?.profile_picture,service_name:h.ID,external_id:s}),t()}),[b,g,v,A,e.ID,t,h.multiple_external_user_ID_support,h.ID,f.not_connected]);return React.createElement("section",{className:d.A.confirmation},f.not_connected.length?React.createElement("div",null,React.createElement("p",{className:d.A["header-text"]},__("Select the account you'd like to connect. All your new blog posts will be automatically shared to this account. You'll be able to change this option in the editor sidebar when you're writing a post.","jetpack")),React.createElement("form",{className:d.A.form,onSubmit:C,id:"connection-confirmation-form"},React.createElement("div",{className:d.A["accounts-list"]},f.not_connected.map(((e,t)=>{const n=g?g===`${h?.ID}:${e.value}`:0===t;return React.createElement("label",{key:e.value,className:d.A["account-label"],"aria-required":!0},React.createElement("input",{type:"radio",name:"external_user_ID",value:e.value,defaultChecked:n,className:d.A["account-input"],required:!0}),React.createElement(p,{label:e.label,profile_picture:e.profile_picture}))}))),n?React.createElement(s.BaseControl,{__nextHasNoMarginBottom:!0,id:"mark-connection-as-shared",help:`${__("If enabled, the connection will be available to all administrators, editors, and authors.","jetpack")} ${__("You can change this later.","jetpack")}`},React.createElement(s.__experimentalHStack,{justify:"flex-start",spacing:3},React.createElement("span",null,React.createElement("input",{type:"checkbox",id:"mark-connection-as-shared",name:"shared",value:"1"})),React.createElement(s.FlexBlock,{as:"label",htmlFor:"mark-connection-as-shared"},__("Mark the connection as shared","jetpack")))):null,React.createElement("input",{type:"hidden",name:"keyring_connection_ID",value:e.ID}))):React.createElement("p",{className:d.A["header-text"]},f.connected.length?_x("No more accounts/pages found.","Message shown when there are no connections found to connect","jetpack"):__("No accounts/pages found.","jetpack")),f.connected.length?React.createElement("section",null,React.createElement("h3",null,__("Already connected","jetpack")),React.createElement("ul",null,f.connected.map(((e,t)=>React.createElement("li",{key:e.label+t},React.createElement(p,{label:e.label,profile_picture:e.profile_picture})))))):null,React.createElement("div",{className:d.A["submit-wrap"]},React.createElement(r.A,{variant:"secondary",onClick:t},__("Cancel","jetpack")),f.not_connected.length?React.createElement(r.A,{form:"connection-confirmation-form",type:"submit"},__("Confirm","jetpack")):null))}},48222:(e,t,n)=>{"use strict";n.d(t,{_:()=>f});var a=n(60442),r=n(47425),s=n(3924),o=n(50723),i=n(56427),l=n(3582),c=n(47143),u=n(86087),d=n(27723),p=n(13022),m=n(89729),g=n(78362),A=n(59493),h=n(73842);const __=d.__,_x=d._x,E=()=>{const{keyringResult:e}=(0,c.useSelect)((e=>{const{getKeyringResult:t}=e(m.M_);return{keyringResult:t()}}),[]),{setKeyringResult:t,closeConnectionsModal:n}=(0,c.useDispatch)(m.M_),[o]=(0,a.A)("sm"),d=(0,u.useCallback)((()=>{t(null),n()}),[n,t]),E=Boolean(e?.ID),f=E?__("Connection confirmation","jetpack"):_x("Manage Jetpack Social connections","","jetpack"),b=(0,c.useSelect)((e=>e(l.store).canUser("update","settings")),[]);return React.createElement(i.Modal,{className:(0,p.A)(h.A.modal,{[h.A.small]:o}),onRequestClose:d,title:f},E?React.createElement(A.O,{keyringResult:e,onComplete:d,isAdmin:b}):React.createElement(React.Fragment,null,React.createElement(g.b,null),React.createElement("div",{className:h.A["manual-share"]},React.createElement("em",null,React.createElement(r.Ay,null,__("Want to share to other networks? Use our Manual Sharing feature from the editor.","jetpack")," ",React.createElement(i.ExternalLink,{href:(0,s.A)("jetpack-social-manual-sharing-help")},__("Learn more","jetpack")))))))};function f(){const e=(0,c.useSelect)((e=>e(m.M_).isConnectionsModalOpen()),[]);return React.createElement(o.Ay,{targetDom:document.body},e?React.createElement(E,null):null)}},30642:(e,t,n)=>{"use strict";n.d(t,{F:()=>d});var a=n(50723),r=n(47425),s=n(40597),o=n(56427),i=n(27723),l=n(68541),c=n(34600),u=n(27681);const __=i.__;function d(e){return React.createElement(a.Ay,null,React.createElement("div",{className:u.A.wrapper},React.createElement(o.Flex,{align:"start",justify:"start"},React.createElement(r.Ay,{variant:"body-extra-small",className:u.A.title},__("Manual sharing","jetpack")),React.createElement(s.A,{inline:!1,shift:!0,iconSize:16,placement:"top-end"},React.createElement(c.P,e))),React.createElement(l.R,{buttonStyle:"icon"})))}},34600:(e,t,n)=>{"use strict";n.d(t,{P:()=>i});var a=n(47425),r=n(3924),s=n(56427),o=n(27723);const __=o.__;function i({...e}){return React.createElement(a.Ay,e,__('Just tap the social network or "Copy to Clipboard" icon, and we\'ll format your content for sharing.',"jetpack")," ",React.createElement(s.ExternalLink,{href:(0,r.A)("jetpack-social-manual-sharing-help")},__("Learn more","jetpack")))}},55858:(e,t,n)=>{"use strict";n.d(t,{A:()=>E});var a=n(51112),r=n(50723),s=n(94715),o=n(56427),i=n(86087),l=n(27723),c=n(51113),u=n(31249),d=n(13022),p=n(52367),m=n(2204),g=n(18699),A=n(97671);const __=l.__,h=e=>t=>{t.currentTarget.focus(),e()};function E({buttonLabel:e,subTitle:t,mediaId:n=null,mediaDetails:l={},onChange:E,wrapperClassName:f,allowedMediaTypes:b=null}){const{mediaData:{width:v,height:C,sourceUrl:k}={},metaData:{mime:y,length:B=null}={},previewData:{width:w,height:_,sourceUrl:I}={}}=l,x=!(k&&v&&C&&y),j=(0,i.useCallback)((()=>E(null)),[E]),S=(0,i.useCallback)((e=>{E(e)}),[E]),Q=(0,i.useCallback)((e=>{const t=(0,p.c)(y);return t&&!B?null:React.createElement("div",{className:(0,d.A)(A.A["preview-wrapper"],f)},React.createElement("button",{className:A.A.remove,onClick:j},React.createElement(o.VisuallyHidden,null,__("Remove media","jetpack")),React.createElement(c.A,{icon:u.A})),React.createElement("button",{className:A.A.preview,onClick:h(e),"data-unstable-ignore-focus-outside-for-relatedtarget":".media-modal"},t?React.createElement(g.A,{sourceUrl:k,mime:y,duration:B}):React.createElement(o.ResponsiveWrapper,{naturalWidth:w||v,naturalHeight:_||C,isInline:!0},React.createElement("img",{src:I||k,alt:"",className:A.A["preview-image"]}))))}),[C,B,y,j,_,I,w,k,v,f]),N=(0,i.useCallback)((r=>React.createElement("div",{className:A.A.container},n?React.createElement(React.Fragment,null,React.createElement("button",{className:A.A["remove-loading"],onClick:j},React.createElement(o.VisuallyHidden,null,__("Remove media","jetpack")),React.createElement(c.A,{icon:u.A})),React.createElement(o.Spinner,{"data-testid":"spinner"})):React.createElement(React.Fragment,null,React.createElement(a.A,{variant:"secondary",size:"small",className:A.A.preview,onClick:h(r),"data-unstable-ignore-focus-outside-for-relatedtarget":".media-modal"},e),t&&React.createElement("span",null,t)))),[e,n,j,t]),R=(0,i.useCallback)((({open:e})=>n&&!x?Q(e):N(e)),[n,x,Q,N]);return React.createElement(r.Ay,null,React.createElement(s.MediaUploadCheck,null,React.createElement(s.MediaUpload,{allowedTypes:b??m.UB,title:e,onSelect:S,render:R,value:n})))}},12015:(e,t,n)=>{"use strict";n.d(t,{A:()=>h});var a=n(50723),r=n(3924),s=n(85985),o=n(56427),i=n(86087),l=n(27723),c=n(51609),u=n.n(c),d=n(98420),p=n(80624),m=n(55858),g=n(35270);const __=l.__,A=__("Choose Media","jetpack");function h({disabled:e=!1,disabledNoticeMessage:t="",CustomNotice:n=null,analyticsData:l}){const{attachedMedia:h,updateAttachedMedia:E}=(0,d.A)(),{recordEvent:f}=(0,s.st)(),[b]=(0,p.A)(h[0]?.id),v=(0,i.useCallback)((e=>{if(e){f("jetpack_social_media_attached",l);const{id:t,url:n,mime:a}=e;E([{id:t,url:n,type:a}])}else E([])}),[l,f,E]),C=e?o.Disabled:c.Fragment,k=e?{className:g.A.disabled,"data-testid":"disabled"}:{};return u().createElement(a.Ay,null,u().createElement(o.BaseControl,{__nextHasNoMarginBottom:!0,label:__("Attached Media","jetpack"),className:g.A.wrapper},n||(t?u().createElement(o.Notice,{className:g.A.notice,isDismissible:!1,status:"warning"},u().createElement("p",{"data-testid":"notice"},t)):u().createElement("p",{className:g.A.subtitle},__("Choose a visual to accompany your post.","jetpack"))),u().createElement(C,k,u().createElement(m.A,{buttonLabel:A,subTitle:__("Add an image or video","jetpack"),mediaId:h[0]?.id,mediaDetails:b,onChange:v}),u().createElement(o.ExternalLink,{href:(0,r.A)("jetpack-social-media-support-information"),className:g.A["learn-more"]},__("Learn photo and video best practices","jetpack")))))}},70694:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(85985),r=n(56427),s=n(27723),o=n(51609);const __=s.__,_n=s._n;function i({message:e="",onChange:t,disabled:n,maxLength:i,analyticsData:l=null}){const{recordEvent:c}=(0,a.st)(),u=(0,o.useRef)(!0),d=i-e.length,p=(0,o.useCallback)((e=>{t(e),u.current&&(c("jetpack_social_custom_message_changed",l),u.current=!1)}),[l,u,t,c]);return React.createElement(r.TextareaControl,{value:e,label:__("Message","jetpack"),onChange:p,disabled:n,maxLength:i,placeholder:__("Write a custom message for your social audience here. This message will override your social post content.","jetpack"),rows:4,help:(0,s.sprintf)(/* translators: placeholder is a number. */ +_n("%d character remaining","%d characters remaining",d,"jetpack"),d)})}},51475:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(56427),r=n(27723),s=n(51113),o=n(31249),i=n(13022),l=n(28120),c=n.n(l),u=n(93794);const __=r.__,d=({children:e,type:t="default",actions:n=[],onDismiss:r})=>{const l=(0,i.A)(u.A.notice,u.A[`notice--${t}`]);return React.createElement("div",{className:l},React.createElement("div",{className:u.A.content}," ",e," "),r&&React.createElement("button",{className:u.A.dismiss,onClick:r},React.createElement(a.VisuallyHidden,null,__("Dismiss notice","jetpack")),React.createElement(s.A,{icon:o.A})),n&&n.length>0&&React.createElement("div",{className:u.A.actions},n.map((e=>e))))};d.propTypes={children:c().node.isRequired,type:c().oneOf(["default","highlight","warning","error"]),actions:c().arrayOf(c().element),onDismiss:c().func};const p=d},66561:(e,t,n)=>{"use strict";n.d(t,{A:()=>f});var a=n(56427),r=n(47143),s=n(43656),o=n(86087),i=n(27723),l=n(77627),c=n(88584),u=n(49036),d=n(50001),p=n(89729),m=n(70925),g=n(30642),A=n(51353),h=n(1101),E=n(87170);const __=i.__,f=({prePublish:e,children:t})=>{const{refresh:n,hasConnections:i,hasEnabledConnections:f}=(0,d.A)(),b=(0,r.useSelect)((e=>e(s.store).isCurrentPostPublished()),[]),v=(0,r.useSelect)((e=>e(p.M_).featureFlags()),[]),C=(0,c.A)(),{isPublicizeEnabled:k,hidePublicizeFeature:y,togglePublicizeFeature:B}=(0,l.A)();(0,u._D)((function(){f&&n()}),[f,n]);const w=e?o.Fragment:a.PanelBody,_=e?{}:{title:__("Share this post","jetpack"),className:E.A.panel};return C(),React.createElement(w,_,t,!y&&React.createElement(o.Fragment,null,!b&&React.createElement(a.ToggleControl,{label:k?__("Share when publishing","jetpack"):__("Sharing is disabled","jetpack",0),onChange:B,checked:k&&i,disabled:!i}),React.createElement(m.A,null),React.createElement(h.O,null)),b&&React.createElement(React.Fragment,null,v.useShareStatus?React.createElement(A.E,null):null,React.createElement(g.F,null)))}},65843:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(85985),r=n(47143),s=n(14309),o=n(43656),i=n(27723),l=n(34600),c=n(68541),u=n(5780);const __=i.__;function d(){const{isCurrentPostPublished:e}=(0,r.useSelect)((e=>e(o.store)),[]);return e()?React.createElement(s.PluginPostPublishPanel,{initialOpen:!0,title:__("Manual sharing","jetpack"),id:"publicize-manual-sharing",icon:React.createElement(a.jt,null)},React.createElement(l.P,{className:u.A.description,variant:"body-small"}),React.createElement(c.R,null)):null}},26029:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(50723),r=n(65843),s=n(39691),o=n(89640);const i=()=>React.createElement(a.Ay,{targetDom:document.body},React.createElement(o.p,null),React.createElement(r.A,null),React.createElement(s.A,null))},39691:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(3924),r=n(85985),s=n(1455),o=n.n(s),i=n(14309),l=n(86087),c=n(77627),u=n(49036),d=n(50001),p=n(25300);const m=()=>{const[e,t]=(0,l.useState)((0,r.$i)()?.social?.reviewRequestDismissed??!0),[n,s]=(0,l.useState)(!1),{hasEnabledConnections:m}=(0,d.A)(),{isPublicizeEnabled:g,isPostAlreadyShared:A}=(0,c.A)();(0,u.Wv)((()=>{s(!A&&g&&m)}),[A,m,g]);const h=(0,l.useCallback)((()=>{const e=(0,r.$i)()?.social?.dismissReviewRequestPath??null;o()({path:e,method:"POST",data:{dismissed:!0}}).catch((e=>{throw e})),t(!0)}),[]);return e||!n?null:React.createElement(i.PluginPostPublishPanel,{id:"publicize-title"},React.createElement(p.A,{href:(0,a.A)("jetpack-social-plugin-reviews"),onClose:h}))}},89640:(e,t,n)=>{"use strict";n.d(t,{p:()=>p});var a=n(47143),r=n(14309),s=n(43656),o=n(92214),i=n(383),l=n(57275),c=n(49036),u=n(89729),d=n(79594);function p(){const{isPublicizeEnabled:e}=(0,i.h)(),{pollForPostShareStatus:t}=(0,a.useDispatch)(u.M_),{featureFlags:n,isPostPublised:p}=(0,a.useSelect)((e=>{const t=e(u.M_),n=e(s.store);return{featureFlags:t.featureFlags(),isPostPublised:n.isCurrentPostPublished()}}),[]),m=(0,l.z)((0,o.P)()),g=(0,l.z)((0,a.useSelect)((e=>e(u.M_).getEnabledConnections()),[])),A=e&&g.length>0&&m,h=n.useShareStatus&&A&&p;return(0,c._D)((()=>{h&&t({isRequestComplete:({postShareStatus:e})=>e.done})}),[h]),h?React.createElement(r.PluginPostPublishPanel,{id:"publicize-share-status"},React.createElement(d.q,null)):null}},79594:(e,t,n)=>{"use strict";n.d(t,{q:()=>u});var a=n(56427),r=n(47143),s=n(27723),o=n(89729),i=n(51475),l=n(7757),c=n(55387);const __=s.__,_n=s._n;function u({reShareTimestamp:e}){const t=(0,r.useSelect)((e=>e(o.M_).getPostShareStatus()),[]),n=e?t.shares.filter((t=>t.timestamp>e)):t.shares;if(t.polling)return React.createElement("div",{className:c.A["loading-block"]},React.createElement(a.Spinner,null),React.createElement("span",{className:c.A["loading-text"]},__("Sharing to your social media…","jetpack")));const u=n.filter((e=>"failure"===e.status)).length;return u>0?React.createElement(i.A,{type:"warning"},React.createElement("p",null,(0,s.sprintf)(/* translators: %d: number of failed shares */ _n("Your post was unable to be shared to %d connection.","Your post was unable to be shared to %d connections.",u,"jetpack"),u)),React.createElement(l.JU,{variant:"link",analyticsData:{location:"post-publish-panel"}},__("Review status and try again","jetpack"))):t.done?n.length?React.createElement(React.Fragment,null,React.createElement("b",null,__("Your post was shared.","jetpack"))," ","🎉",React.createElement("p",null,(0,s.sprintf)(/* translators: %d: number of connections to which a post was shared */ _n("You post was successfuly shared to %d connection.","You post was successfuly shared to %d connections.",n.length,"jetpack"),n.length)),React.createElement(l.JU,{analyticsData:{location:e?"resharing-section":"post-publish-panel"}})):React.createElement("span",null,__("Your post was not shared.","jetpack")):React.createElement("span",null,__("The request to share your post is still in progress.","jetpack")," ",__("Please refresh and check again in a few minutes.","jetpack"))}},37051:(e,t,n)=>{"use strict";n(47143),n(89729)},51353:(e,t,n)=>{"use strict";n.d(t,{E:()=>c});var a=n(47143),r=n(51609),s=n(89729),o=n(79594),i=n(7757),l=n(61420);const c=()=>{const e=(0,a.useSelect)((e=>e(s.M_).getPostShareStatus()),[]),[t,n]=(0,r.useState)(null);return(0,r.useEffect)((()=>{e.polling&&n(Date.now()/1e3)}),[e.polling]),t?React.createElement("div",{className:l.A.wrapper},React.createElement(o.q,{reShareTimestamp:t})):React.createElement(i.JU,{withWrapper:!0,analyticsData:{location:"editor"}})}},25300:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(50723),r=n(51112),s=n(85985),o=n(27723),i=n(51609),l=n(76445);const __=o.__,c=({href:e,onClose:t})=>{const{recordEvent:n}=(0,s.st)({pageViewEventName:"social_plugin_review_prompt",pageViewNamespace:"jetpack",pageViewSuffix:"view"}),c=(0,i.useCallback)((()=>{n("jetpack_social_plugin_review_prompt_new_review_click")}),[n]),u=(0,i.useCallback)((()=>{n("jetpack_social_plugin_review_prompt_dismiss_click"),t()}),[n,t]);return React.createElement(a.Ay,null,React.createElement("div",{className:l.A.prompt},React.createElement("h2",{className:l.A.header},/* translators: %s is the celebration emoji */ /* translators: %s is the celebration emoji */ (0,o.sprintf)(__("Presto! %s","jetpack"),String.fromCodePoint(127881))),React.createElement("p",null,__("Just like that, Jetpack Social has shared your post to your connected social accounts.","jetpack")),React.createElement("p",null,__("Please leave a review to let others know how easy getting your posts on social media can be!","jetpack")),React.createElement("div",{className:l.A.buttons},React.createElement(r.A,{onClick:c,isExternalLink:!0,href:e,className:l.A.button},__("Leave a Review","jetpack")),React.createElement(r.A,{onClick:u,variant:"link",className:l.A.button},__("Dismiss","jetpack")))))}},53774:(e,t,n)=>{"use strict";n.d(t,{$:()=>d});var a=n(51112),r=n(47143),s=n(27723),o=n(13022),i=n(51609),l=n(89729),c=n(42475),u=n(70745);const __=s.__,_x=s._x;function d({service:e,isSmall:t,onSubmit:n,displayInputs:s,hasConnections:d,buttonLabel:p}){const{setKeyringResult:m}=(0,r.useDispatch)(l.M_),{isConnectionsModalOpen:g}=(0,r.useSelect)((e=>e(l.M_)),[]),A=(0,i.useCallback)((e=>{g()&&m(e)}),[m,g]),h=(0,u.P)({service:e,onConfirm:A}),E=(0,i.useCallback)((e=>{if(e.preventDefault(),e.stopPropagation(),n)return n();const t=new FormData(e.target);h(t)}),[n,h]);return React.createElement("form",{className:(0,o.A)(c.A["connect-form"],{[c.A.small]:t}),onSubmit:E},s?React.createElement(React.Fragment,null,"mastodon"===e.ID?React.createElement("input",{required:!0,type:"text",name:"instance","aria-label":__("Mastodon username","jetpack"),placeholder:"@mastodon@mastodon.social"}):null):null,React.createElement(a.A,{variant:d?"secondary":"primary",type:"submit",className:c.A["connect-button"]},p||(d?_x("Connect more","","jetpack"):__("Connect","jetpack"))))}},77088:(e,t,n)=>{"use strict";n.d(t,{e:()=>d});var a=n(40597),r=n(47425),s=n(27723),o=n(27817),i=n(86158),l=n(43119),c=n(52683),u=n(42475);const __=s.__,d=({connection:e,service:t,isAdmin:n})=>{return React.createElement("div",{className:u.A["service-connection"]},React.createElement("div",null,e.profile_picture?React.createElement("img",{className:u.A["profile-pic"],src:e.profile_picture,alt:e.display_name}):React.createElement(t.icon,{iconSize:40})),React.createElement("div",{className:u.A["connection-details"]},React.createElement(o.s,{connection:e}),"broken"===(s=e).status&&s.can_disconnect?React.createElement(i.v,{connection:s,service:t}):n?React.createElement("div",{className:u.A["mark-shared-wrap"]},React.createElement(c.j,{connection:s}),React.createElement(a.A,{placement:"top",inline:!1,shift:!0},__("If enabled, the connection will be available to all administrators, editors, and authors.","jetpack"))):s.can_disconnect?null:React.createElement(React.Fragment,null,React.createElement(r.Ay,{className:u.A.description},__("This connection is added by a site administrator.","jetpack")),"broken"===s.status?React.createElement(i.v,{connection:s,service:t}):null)),React.createElement("div",{className:u.A["connection-actions"]},React.createElement(l.V,{connection:e,isDestructive:!1,variant:"tertiary",buttonClassName:u.A.disconnect})));var s}},46985:(e,t,n)=>{"use strict";n.d(t,{x:()=>d});var a=n(60442),r=n(56427),s=n(3582),o=n(47143),i=n(13022),l=n(89729),c=n(77088),u=n(42475);function d({service:e,serviceConnections:t}){const[n]=(0,a.A)("sm"),{deletingConnections:d,updatingConnections:p}=(0,o.useSelect)((e=>{const{getDeletingConnections:t,getUpdatingConnections:n}=e(l.M_);return{deletingConnections:t(),updatingConnections:n()}}),[]),m=(0,o.useSelect)((e=>e(s.store).canUser("update","settings")),[]);return t.length?React.createElement("ul",{className:u.A["service-connection-list"]},t.map((t=>{const n=p.includes(t.connection_id)||d.includes(t.connection_id);return React.createElement("li",{key:t.connection_id},React.createElement(r.Disabled,{isDisabled:n},React.createElement(c.e,{connection:t,service:e,isAdmin:m})))}))):React.createElement("div",{className:(0,i.A)(u.A["example-wrapper"],{[u.A.small]:n})},e.examples.map(((t,n)=>React.createElement("div",{key:e.ID+n,className:u.A.example},React.createElement(t,null)))))}},59008:(e,t,n)=>{"use strict";n.d(t,{j:()=>A});var a=n(60442),r=n(51112),s=n(56427),o=n(86087),i=n(27723),l=n(51113),c=n(98248),u=n(64969),d=n(53774),p=n(46985),m=n(21159),g=n(42475);const __=i.__,_x=i._x;function A({service:e,serviceConnections:t}){const[n]=(0,a.A)("sm"),[i,A]=(0,o.useReducer)((e=>!e),!1),h=i&&"mastodon"===e.ID,E=t.filter((({status:e})=>"broken"===e)),f=E.some((({can_disconnect:e})=>e)),b=h||f&&i,v=E.length>1?_x("Fix connections","Fix the social media connections","jetpack"):_x("Fix connection","Fix social media connection","jetpack");return React.createElement("div",{className:g.A["service-item"]},React.createElement("div",{className:g.A["service-item-info"]},React.createElement("div",null,React.createElement(e.icon,{iconSize:n?36:48})),React.createElement("div",{className:g.A["service-basics"]},React.createElement("div",{className:g.A.heading},React.createElement("span",{className:g.A.title},e.label),e.badges?.length?React.createElement("div",{className:g.A.badges},e.badges.map((({text:e,style:t},n)=>React.createElement("span",{key:n,className:g.A.badge,style:t},e)))):null),n||t.length?null:React.createElement("span",{className:g.A.description},e.description),React.createElement(m.E,{serviceConnections:t,brokenConnections:E})),React.createElement("div",{className:g.A.actions},b?null:React.createElement(d.$,{service:e,isSmall:n,onSubmit:f||e.needsCustomInputs?A:void 0,hasConnections:t.length>0,buttonLabel:f?v:void 0}),React.createElement(r.A,{size:"small",className:g.A["learn-more"],variant:"tertiary",onClick:A,"aria-label":__("Learn more","jetpack")},React.createElement(l.A,{className:g.A.chevron,icon:i?c.A:u.A})))),React.createElement(s.Panel,{className:g.A["service-panel"]},React.createElement(s.PanelBody,{opened:i,onToggle:A},React.createElement(p.x,{service:e,serviceConnections:t}),"mastodon"!==e.ID||f?null:React.createElement("div",{className:g.A["connect-form-wrapper"]},React.createElement(d.$,{service:e,displayInputs:!0,isSmall:!1,buttonLabel:__("Connect","jetpack")})))))}},21159:(e,t,n)=>{"use strict";n.d(t,{E:()=>o});var a=n(42266),r=n(27723),s=n(42475);const __=r.__,_n=r._n;function o({serviceConnections:e,brokenConnections:t}){if(!e.length)return null;if(t.length>0){const e=t.some((({can_disconnect:e})=>e));return React.createElement(a.A,{level:e?"error":"warning",showIcon:!1,className:s.A["broken-connection-alert"]},e?__("Please fix the broken connections or disconnect them to create more connections.","jetpack"):_n("Broken connection","Broken connections",t.length,"jetpack"))}return React.createElement("span",{className:s.A["active-connection"]},e.length>1?(0,r.sprintf)( // translators: %d: Number of connections __("%d connections","jetpack"),e.length):__("Connected","jetpack"))}},78362:(e,t,n)=>{"use strict";n.d(t,{b:()=>l});var a=n(47143),r=n(89729),s=n(59008),o=n(42475),i=n(39630);function l(){const e=(0,i.o)(),t=(0,a.useSelect)((e=>e(r.M_).getConnections().reduce(((e,t)=>(e[t.service_name]||(e[t.service_name]=[]),e[t.service_name].push(t),e)),{})),[]);return React.createElement("ul",{className:o.A.services},e.map((e=>React.createElement("li",{key:e.ID,className:o.A["service-list-item"]},React.createElement(s.j,{service:e,serviceConnections:t[e.ID]||[]})))))}},70745:(e,t,n)=>{"use strict";n.d(t,{P:()=>u});var a=n(63406),r=n(47143),s=n(86087),o=n(27723),i=n(89729),l=n(70407);const __=o.__,c=e=>/^@?\b([A-Z0-9_]+)@([A-Z0-9.-]+\.[A-Z]{2,})$/gi.test(e);function u({service:e,onConfirm:t}){const{createErrorNotice:n}=(0,a.I)(),o=(0,r.useSelect)((e=>e(i.M_).isMastodonAccountAlreadyConnected),[]);return(0,s.useCallback)((a=>{const r=new URL(e.connect_URL);switch(e.ID){case"mastodon":{const e=a.get("instance").toString().trim();if(!c(e))return void n(__("Invalid Mastodon username","jetpack"));if(o?.(e))return void n(__("This Mastodon account is already connected","jetpack"));r.searchParams.set("instance",a.get("instance"));break}}(0,l.requestExternalAccess)(r.toString(),t)}),[n,o,t,e.ID,e.connect_URL])}},9515:(e,t,n)=>{"use strict";n.d(t,{h:()=>s});var a=n(51609),r=n(48712);function s(){const e=(0,r.h)();return(0,a.useCallback)((t=>e(t)?.label||t[0].toUpperCase()+t.substring(1)),[e])}},48712:(e,t,n)=>{"use strict";n.d(t,{h:()=>s});var a=n(51609),r=n(39630);function s(){const e=(0,r.o)(),t=(0,a.useMemo)((()=>e.reduce(((e,t)=>(e[t.ID]=t,e)),{})),[e]);return(0,a.useCallback)((e=>t[e]),[t])}},39630:(e,t,n)=>{"use strict";n.d(t,{o:()=>h});var a=n(96072),r=n.n(a),s=n(78478),o=n(56427),i=n(86087),l=n(27723),c=n(30081),u=n(26818),d=n(43443),p=n(11326),m=n(65398),g=n(9791),A=n(51371);const __=l.__;function h(){const e=(0,i.useMemo)((()=>{const{supported_services:e}=(0,A.n)();return e.reduce(((e,t)=>({...e,[t.ID]:t})),{})}),[]),t={text:__("New","jetpack"),style:{background:"#e9eff5",color:"#0675C4"}};return[{...e.facebook,icon:e=>React.createElement(s.M5,r()({serviceName:"facebook"},e)),description:__("Share to your pages","jetpack"),examples:[()=>React.createElement(React.Fragment,null,(0,i.createInterpolateElement)(__("Connect to automatically share posts on your Facebook page.","jetpack"),{strong:React.createElement("strong",null)})),()=>React.createElement("img",{src:c,alt:__("Add Facebook connection","jetpack")})]},{...e["instagram-business"],icon:e=>React.createElement(s.M5,r()({serviceName:"instagram"},e)),description:__("Share to your Instagram Business account.","jetpack"),examples:[()=>React.createElement(React.Fragment,null,__("Drive engagement and save time by automatically sharing images to Instagram when you publish blog posts.","jetpack"),React.createElement("div",{className:"instagram-business__requirements"},React.createElement("h4",null,__("Requirements for connecting Instagram:","jetpack")),React.createElement("ol",null,React.createElement("li",null,__("You must have an Instagram Business account.","jetpack")),React.createElement("li",null,__("Your Instagram Business account must be linked to a Facebook page.","jetpack")))),(0,i.createInterpolateElement)(__("When you click “connect” you'll be asked to log into Facebook. If your Instagram Business account isn't listed, ensure it's linked to a Facebook page.","jetpack"),{strong:React.createElement("strong",null),i:React.createElement("em",null)}),React.createElement("br",null),React.createElement("br",null),React.createElement(o.ExternalLink,{className:"instagram-business__help-link",href:"https://jetpack.com/redirect/?source=jetpack-social-instagram-business-help"},__("Learn how to convert & link your Instagram account.","jetpack"))),()=>React.createElement("img",{src:u,alt:__("Add Instagram photo","jetpack")})]},{...e.threads,icon:e=>React.createElement(s.M5,r()({serviceName:"threads"},e)),description:__("Share posts to your Threads feed.","jetpack"),badges:[t],examples:[()=>React.createElement(React.Fragment,null,__("Increase your presence in social media by sharing your posts automatically to Threads.","jetpack")),()=>React.createElement("img",{src:m,alt:__("Add Threads connection","jetpack")})]},{...e.linkedin,icon:e=>React.createElement(s.M5,r()({serviceName:"linkedin"},e)),description:__("Share with your LinkedIn community.","jetpack"),examples:[()=>React.createElement(React.Fragment,null,(0,i.createInterpolateElement)(__("Connect to automatically share posts with your LinkedIn connections.","jetpack"),{strong:React.createElement("strong",null)})),()=>React.createElement("img",{src:d,alt:__("Add LinkedIn connection","jetpack")})]},{...e.nextdoor,icon:e=>React.createElement(s.M5,r()({serviceName:"nextdoor"},e)),description:__("Share on communities","jetpack"),examples:[()=>React.createElement(React.Fragment,null,(0,i.createInterpolateElement)(__("Connect with friends, neighbors, and local businesses by automatically sharing your posts to Nextdoor.","jetpack"),{strong:React.createElement("strong",null)})),()=>React.createElement("img",{src:p,alt:__("Add Instagram photo","jetpack")})]},{...e.tumblr,icon:e=>React.createElement(s.M5,r()({serviceName:"tumblr-alt"},e)),description:__("Share to your Tumblr blog.","jetpack"),examples:[()=>React.createElement(React.Fragment,null,(0,i.createInterpolateElement)(__("Connect to automatically share posts to your Tumblr blog.","jetpack"),{strong:React.createElement("strong",null)})),()=>React.createElement("img",{src:g,alt:__("Add Tumblr connection","jetpack")})]},{...e.mastodon,needsCustomInputs:!0,icon:e=>React.createElement(s.M5,r()({serviceName:"mastodon"},e)),description:__("Share with your network.","jetpack"),examples:[()=>React.createElement(React.Fragment,null,__("To share to Mastodon please enter your Mastodon username below, then click connect.","jetpack"))]}].filter((e=>Boolean(e.ID)))}},73905:(e,t,n)=>{"use strict";n.d(t,{t:()=>r});var a=n(27723);const __=a.__,r=[{label:__("X","jetpack"),networkName:"x",url:"https://x.com/intent/tweet?text={{text}}&url={{url}}"},{label:__("WhatsApp","jetpack"),networkName:"whatsapp",url:"https://api.whatsapp.com/send?text={{text}}"},{label:__("Facebook","jetpack"),networkName:"facebook",url:"https://www.facebook.com/sharer/sharer.php?u={{url}}"}]},49192:(e,t,n)=>{"use strict";n(68541)},68541:(e,t,n)=>{"use strict";n.d(t,{R:()=>g});var a=n(78478),r=n(51112),s=n(47425),o=n(69222),i=n(85985),l=n(86087),c=n(27723),u=n(13022),d=n(73905),p=n(99811),m=n(53975);const __=c.__;function g({buttonStyle:e="icon",buttonVariant:t}){const n=(0,m.i)(),{recordEvent:g}=(0,i.st)(),A=(0,l.useCallback)((()=>{g("jetpack_social_share_button_clicked",{network:"clipboard"})}),[g]),h=(0,l.useCallback)((()=>n("{{text}}\n{{url}}",!1)),[n]),E=(0,l.useCallback)((function(e,t){return function(n){n.preventDefault(),g("jetpack_social_share_button_clicked",t),window.open(e,"","menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600")}}),[g]);return React.createElement("div",{className:(0,u.A)(p.A["share-buttons"],{[p.A.vertical]:e.includes("text")})},d.t.map((({label:o,networkName:i,url:l})=>{const u=n(l),d="icon"===e?React.createElement(a.M5,{serviceName:i}):null,m=(0,c.sprintf)(/* translators: %s is the name of a social network, e.g. Twitter. */ -__("Share on %s","jetpack"),o);return React.createElement("div",{className:p.A.container,key:i},React.createElement(r.A,{icon:d,variant:t,"aria-label":m,href:u,target:"_blank",rel:"noopener noreferrer",onClick:E(u,{network:i}),className:"icon"===e?p.A[i]:"has-text"},"icon"===e?null:React.createElement(React.Fragment,null,"icon-text"===e&&React.createElement(a.M5,{className:p.A[i],serviceName:i}),React.createElement(s.Ay,{className:p.A.label,component:"span"},m))))})),React.createElement("div",{className:p.A.container},React.createElement(o.A,{buttonStyle:e,onCopy:A,textToCopy:h,className:"icon"===e?p.A.clipboard:" has-text",variant:t},"icon"===e?null:React.createElement(s.Ay,{className:p.A.label,component:"span"},__("Copy to clipboard","jetpack")))))}},53975:(e,t,n)=>{"use strict";n.d(t,{i:()=>o});var a=n(47143),r=n(86087),s=n(383);function o(){const{shareMessage:e}=(0,s.h)(),{message:t,link:n}=(0,a.useSelect)((t=>{const n=t("core/editor").getEditedPostAttribute;return{link:n("link"),message:e||n("meta")?.jetpack_seo_html_title||n("title")}}),[e]);return(0,r.useCallback)(((e,a=!0)=>{let r=t,s=n;return e.includes("{{url}}")||(r=r+"\n\n"+s,s=""),a&&(r=encodeURIComponent(r),s=encodeURIComponent(s)),e.replace("{{text}}",r).replace("{{url}}",s)}),[n,t])}},39815:(e,t,n)=>{"use strict";n.d(t,{O:()=>A});var a=n(56427),r=n(47143),s=n(43656),o=n(86087),i=n(27723),l=n(692),c=n(77627),u=n(31873),d=n(50001),p=n(89729);const __=i.__;function m(e=__("Unable to share the Post","jetpack")){const{createErrorNotice:t}=(0,r.dispatch)(l.store);t(e,{id:"publicize-post-share-message"})}function g(){const{hasEnabledConnections:e}=(0,d.A)(),{isPublicizeEnabled:t}=(0,c.A)(),{isFetching:n,isError:i,isSuccess:g,doPublicize:A}=(0,u.A)(),h=(0,r.useSelect)((e=>e(s.store).isCurrentPostPublished()),[]),E=(0,r.useSelect)((e=>e(p.M_).featureFlags()),[]),{pollForPostShareStatus:f}=(0,r.useDispatch)(p.M_);(0,o.useEffect)((()=>{if(!n)return i?m():void(g&&function(){const{createSuccessNotice:e}=(0,r.dispatch)(l.store);e(__("Your post will be shared soon.","jetpack"),{id:"publicize-post-share-message",type:"snackbar"})}())}),[n,i,g]);const b=!t||!e||!h||n,v=(0,o.useCallback)((async()=>{if(!h)return m(__("You must publish your post before you can share it.","jetpack"));(0,r.dispatch)(l.store).removeNotice("publicize-post-share-message"),await A(),E.useShareStatus&&f()}),[A,h,E.useShareStatus,f]);return React.createElement(a.Button,{variant:"secondary",onClick:v,disabled:b,isBusy:n},__("Share post","jetpack"))}function A(){const{isRePublicizeUpgradableViaUpsell:e}=(0,c.A)(),t=(0,r.useSelect)((e=>e(s.store).isCurrentPostPublished()),[]),{hasConnections:n}=(0,r.useSelect)((e=>e(p.M_)),[]);return t?e?null:n()?React.createElement(a.PanelRow,null,React.createElement(g,null)):null:null}},7757:(e,t,n)=>{"use strict";n.d(t,{JU:()=>r.g,Q3:()=>a.Q});var a=n(59032),r=n(95499)},95499:(e,t,n)=>{"use strict";n.d(t,{g:()=>p});var a=n(96072),r=n.n(a),s=n(85985),o=n(56427),i=n(47143),l=n(27723),c=n(51609),u=n(89729),d=n(14150);const __=l.__,p=(0,c.forwardRef)((({withWrapper:e=!1,analyticsData:t=null,...n},a)=>{const{recordEvent:l}=(0,s.st)(),{openShareStatusModal:p}=(0,i.useDispatch)(u.M_),m=(0,i.useSelect)((e=>e(u.M_).featureFlags()),[]),g=(0,i.useSelect)((e=>e(u.M_).getPostShareStatus()),[]),A=(0,c.useCallback)((()=>{l("jetpack_social_share_status_modal_opened",t),p()}),[t,p,l]);if(!g||!g.shares||0===g.shares.length)return null;if(!m.useShareStatus)return null;const h=React.createElement(o.Button,r()({variant:"secondary",onClick:A},n,{ref:a}),n.children||__("View sharing history","jetpack"));return e?React.createElement("div",{className:d.A["trigger-wrapper"]},h):h}))},59032:(e,t,n)=>{"use strict";n.d(t,{Q:()=>d});var a=n(50723),r=n(56427),s=n(47143),o=n(27723),i=n(89729),l=n(30557),c=n(14150);const __=o.__;function u(){const{closeShareStatusModal:e}=(0,s.useDispatch)(i.M_);return React.createElement("div",{className:c.A.wrapper},React.createElement(r.Modal,{onRequestClose:e,title:__("Sharing status","jetpack"),className:c.A.modal},React.createElement(l.W,null)))}function d(){const e=(0,s.useSelect)((e=>e(i.M_).isShareStatusModalOpen()),[]);return React.createElement(a.Ay,{targetDom:document.body},e?React.createElement(u,null):null)}},14329:(e,t,n)=>{"use strict";n.d(t,{f:()=>g});var a=n(40597),r=n(85985),s=n(56427),o=n(47143),i=n(43656),l=n(27723),c=n(51609),u=n(31873),d=n(89729),p=n(59061),m=n(14150);const __=l.__,_x=l._x;function g({shareItem:e}){const{recordEvent:t}=(0,r.st)(),n=(0,o.useSelect)((e=>e(i.store).getCurrentPostId()),[]),l=(0,o.useSelect)((e=>e(d.M_).getConnections()),[]),g=l.some((0,p.e)(e)),{doPublicize:A}=(0,u.A)(n),h=(0,c.useCallback)((async()=>{t("jetpack_social_share_status_retry",{service:e.service,location:"modal"});const n=(0,p.e)(e),a=l.filter((e=>!n(e))).map((({connection_id:e})=>e));a.length!==l.length&&await A(a)}),[e,l,A,t]);return React.createElement("div",{className:m.A["retry-wrapper"]},React.createElement(s.Button,{variant:g?"link":"tertiary",onClick:g?h:void 0,disabled:!g},__("Retry","jetpack")),g?null:React.createElement(a.A,{shift:!0,placement:"bottom-end"},e.external_id?_x("This connection has been removed.","Social media connection","jetpack"):_x("This connection has been reconnected or removed.","Social media connection","jetpack")))}},30557:(e,t,n)=>{"use strict";n.d(t,{W:()=>c});var a=n(56427),r=n(47143),s=n(27723),o=n(89729),i=n(48377),l=n(14150);const __=s.__;function c(){const e=(0,r.useSelect)((e=>e(o.M_).getPostShareStatus()),[]);return React.createElement("div",null,e.loading&&React.createElement("div",{className:l.A.spinner},React.createElement(a.Spinner,null)," ",__("Loading…","jetpack")),React.createElement(i.S,{postShareStatus:e}))}},368:(e,t,n)=>{"use strict";n.d(t,{C:()=>l});var a=n(85985),r=n(56427),s=n(27723),o=n(51609),i=n(14329);const __=s.__;function l({shareItem:e}){const{recordEvent:t}=(0,a.st)(),n=(0,o.useCallback)((()=>{t("jetpack_social_share_status_view",{service:e.service,location:"modal"})}),[t,e.service]);return"success"===e.status?React.createElement(r.ExternalLink,{href:e.message,onClick:n},__("View","jetpack")):React.createElement(i.f,{shareItem:e})}},69662:(e,t,n)=>{"use strict";n.d(t,{a:()=>p});var a=n(40597),r=n(47425),s=n(27723),o=n(51113),i=n(83883),l=n(13022),c=n(51609),u=n.n(c),d=n(14150);const __=s.__,_x=s._x;function p({status:e,message:t}){const n="success"===e,s=n?u().createElement(o.A,{className:d.A["share-status-icon"],icon:i.A}):u().createElement(a.A,{title:__("Sharing failed with the following message:","jetpack"),className:d.A["share-status-icon-tooltip"]},u().createElement(r.Ay,{variant:"body-small"},t));return u().createElement("div",{className:(0,l.A)(d.A["share-status-wrapper"],{[d.A["share-status-success"]]:n,[d.A["share-status-failure"]]:!n})},u().createElement("div",{className:d.A["share-status-icon"]},s),u().createElement("div",{className:d.A["share-status-label"]},n?_x("Shared","The sharing is successful","jetpack"):__("Failed","jetpack")))}},48377:(e,t,n)=>{"use strict";n.d(t,{S:()=>u});var a=n(38443),r=n(27723),s=n(12141),o=n(368),i=n(69662),l=n(14150);const __=r.__,c=e=>`${e.external_id||e.connection_id}:${e.timestamp}`;function u({postShareStatus:e}){return React.createElement("div",{className:l.A["dataview-wrapper"]},React.createElement("div",{className:"dataviews-wrapper"},React.createElement("table",{className:"dataviews-view-table"},React.createElement("thead",null,React.createElement("tr",{className:"dataviews-view-table__row"},React.createElement("th",null,__("Connection","jetpack")),React.createElement("th",null,__("Time","jetpack")),React.createElement("th",null,__("Status","jetpack")),React.createElement("th",null,__("Actions","jetpack")))),React.createElement("tbody",null,e.shares.map((e=>React.createElement("tr",{key:c(e),className:"dataviews-view-table__row"},React.createElement("td",null,React.createElement("div",{className:"dataviews-view-table__cell-content-wrapper"},React.createElement("div",{className:l.A["connection-name"]},React.createElement(s.A,{serviceName:e.service,label:e.external_name,profilePicture:e.profile_picture}),React.createElement("div",{className:l.A["share-item-name-wrapper"]},React.createElement("div",{className:l.A["share-item-name"]},e.external_name))))),React.createElement("td",null,React.createElement("div",{className:"dataviews-view-table__cell-content-wrapper"},(0,a.humanTimeDiff)(1e3*e.timestamp,(0,a.getDate)(null)))),React.createElement("td",null,React.createElement("div",{className:"dataviews-view-table__cell-content-wrapper"},React.createElement(i.a,{status:e.status,message:e.message}))),React.createElement("td",null,React.createElement("div",{className:"dataviews-view-table__cell-content-wrapper"},React.createElement(o.C,{shareItem:e}))))))))))}},29341:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(63406),r=n(56427),s=n(86087),o=n(27723),i=n(49747),l=n(38394),c=n(56457),u=n(77932);const __=o.__,_x=o._x,d=({prePublish:e=!1})=>{const t=e?s.Fragment:r.PanelBody,n=e?{}:{title:__("Social Image Generator","jetpack")},{isEnabled:o,setIsEnabled:d}=(0,i.A)(),[p,m]=(0,s.useState)(!1),g=(0,s.useCallback)((()=>m(!0)),[]),A=(0,s.useCallback)((()=>m(!1)),[]),[h,E]=(0,s.useState)(null),{createErrorNotice:f,createSuccessNotice:b}=(0,a.I)(),{save:v,isSaving:C}=(0,l.i)({onError:e=>{f(e.message)},onSuccess:()=>{b(__("Image saved to media library.","jetpack"))}}),k=(0,s.useCallback)((()=>{v(`https://s0.wp.com/_si/?t=${h}`,"generated-image.jpg")}),[h,v]);return React.createElement(t,n,p&&React.createElement(u.A,{onClose:A}),React.createElement(r.ToggleControl,{label:__("Enable Social Image","jetpack"),help:o?"":__("Social Image is disabled for this post.","jetpack"),checked:o,onChange:d}),o&&React.createElement(React.Fragment,null,React.createElement("hr",null),React.createElement(c.Ay,{onNewToken:E}),React.createElement("hr",null),React.createElement(r.__experimentalHStack,{spacing:2,wrap:!0},React.createElement(r.Button,{variant:"secondary",onClick:g,label:__("Open the Social Image Generator settings","jetpack")},__("Settings","jetpack")),React.createElement(r.Button,{variant:"secondary",onClick:k,label:__("Save the generated image to your media library.","jetpack"),disabled:!h||C},C?_x("Saving…","Saving the file to media library","jetpack"):__("Save to media library","jetpack")))))}},77932:(e,t,n)=>{"use strict";n.d(t,{A:()=>A});var a=n(50723),r=n(56427),s=n(86087),o=n(27723),i=n(49747),l=n(80624),c=n(56457),u=n(55858),d=n(81299),p=n(53744);const __=o.__,m=["image/jpeg","image/png"],g=__("Choose Image","jetpack"),A=({onClose:e})=>{const{customText:t,imageType:n,imageId:o,template:A,updateSettings:h}=(0,i.A)(),[E,f]=(0,s.useState)(o),[b,v]=(0,s.useState)(n||"featured"),[C,k]=(0,s.useState)(t),[y,B]=(0,s.useState)(A),[w]=(0,l.A)(E),_=(0,s.useCallback)((()=>{h({template:y,image_type:b,custom_text:C||"",..."custom"===b&&{image_id:E}}),e()}),[h,y,b,E,C,e]),I=(0,s.useCallback)((e=>{f(e?.id)}),[f]);return React.createElement(a.Ay,{targetDom:document.body},React.createElement(r.Modal,{onRequestClose:e},React.createElement(c.Ay,{className:p.A.preview,imageId:E,customText:C,imageType:b,template:y}),React.createElement(r.SelectControl,{label:__("Image Type","jetpack"),value:b||"featured",options:[{label:__("Featured Image","jetpack"),value:"featured"},{label:__("Custom Image","jetpack"),value:"custom"},{label:__("No Image","jetpack"),value:"none"}],onChange:v}),"custom"===b&&React.createElement(u.A,{buttonLabel:g,subTitle:__("Add a custom image","jetpack"),mediaId:E,mediaDetails:w,onChange:I,allowedMediaTypes:m,wrapperClassName:p.A.mediaPicker}),React.createElement(r.TextControl,{className:p.A.customText,value:C||"",onChange:k,label:__("Custom Header","jetpack"),help:__("By default the post title is used for the image. You can use this field to set your own text.","jetpack")}),React.createElement(r.BaseControl,{__nextHasNoMarginBottom:!0,label:__("Templates","jetpack"),className:p.A.templateControl},React.createElement(d.A,{value:y,onTemplateSelected:B})),React.createElement(r.Button,{onClick:e,variant:"tertiary"},__("Cancel","jetpack")),React.createElement(r.Button,{onClick:_,variant:"primary"},__("Save","jetpack"))))}},29761:(e,t,n)=>{"use strict";n(47143),n(86087),n(27723),n(51609),n(89729),n(12226)},12226:(e,t,n)=>{"use strict";n(56427),n(86087),n(27723),n(81299),n(88375)},81299:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(86087),r=n(27723),s=n(13022),o=n(52002),i=n(10936);const __=r.__,l=({value:e=null,onTemplateSelected:t=null})=>{const n=(0,a.useCallback)((e=>{const n=e.target.id;t?.(n)}),[t]);return React.createElement("div",{className:o.A.templates},i.A.map((t=>React.createElement("button",{onClick:n,id:t.name,key:t.name,className:(0,s.A)(o.A.template,{[o.A["template--active"]]:t.name===e})},React.createElement("img",{src:t.image,alt:t.label}),React.createElement("span",{className:"screen-reader-text"},/* translators: %s is the name of the template */ /* translators: %s is the name of the template */ -(0,r.sprintf)(__("Pick the %s template","jetpack"),t.label))))))}},10936:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(26365),r=n(45329),s=n(9509);const o=[{name:"highway",label:"Highway",image:n(22417)},{name:"dois",label:"Dois",image:a},{name:"edge",label:"Edge",image:r},{name:"fullscreen",label:"Fullscreen",image:s}]},98725:(e,t,n)=>{"use strict";n(47143),n(86087),n(51609),n(89729)},96390:(e,t,n)=>{"use strict";n.d(t,{n:()=>d});var a=n(85985),r=n(56427),s=n(86087),o=n(27723),i=n(10991),l=n(18603),c=n(94360),u=n(47944);const __=o.__;function d(){const[e,t]=(0,s.useReducer)((e=>!e),!1),{recordEvent:n}=(0,a.st)(),o=(0,s.useCallback)((()=>{e||n("jetpack_social_preview_modal_opened"),t()}),[e,n]);return React.createElement(r.PanelRow,{className:u.A.panel},e&&React.createElement(r.Modal,{onRequestClose:t,title:__("Social Previews","jetpack"),className:u.A.modal,__experimentalHideHeader:!0},React.createElement("div",{className:u.A["modal-content"]},React.createElement(c.X,null),React.createElement(l.w,null)),React.createElement(r.Button,{className:u.A["close-button"],onClick:t,icon:i.A,label:__("Close","jetpack")})),React.createElement(r.Button,{variant:"secondary",onClick:o},__("Preview social posts","jetpack")))}},98588:(e,t,n)=>{"use strict";n.d(t,{z:()=>C});var a=n(96072),r=n.n(a),s=n(73188),o=n(73066),i=n(57984),l=n(48914),c=n(83945),u=n(73915),d=n(89075),p=n(95550),m=n(3582),g=n(47143),A=n(86087),h=n(18537),E=n(27723),f=n(39553),b=n(62697),v=n(31137);const __=E.__;function C({connection:e}){const t=(0,A.useMemo)((()=>({displayName:e.display_name||e.external_display,profileImage:e.profile_picture})),[e]),{image:n,media:a,title:E,description:C,url:k,excerpt:y}=(0,v.s)(),B=((0,f.A)().message||"").trim(),w=(0,A.useMemo)((()=>({description:C,image:n,media:a,title:E,url:k})),[C,n,a,E,k]),_=(0,g.useSelect)((e=>{const{getUnstableBase:t}=e(m.store);return(0,h.decodeEntities)(t()?.name)}),[]),I=a?.some((({type:e})=>e.startsWith("image/")||e.startsWith("video/")));switch(e.service_name){case"facebook":return I?React.createElement(s.h,r()({},w,{type:"article",customText:B||y||E,user:t})):React.createElement(o.l,r()({},w,{type:"article",customText:B||y||E,user:t}));case"instagram-business":{const e=Boolean(n);return I||e?React.createElement(i.l,r()({},w,{image:a?.[0]?.url||n,name:t.displayName,profileImage:t.profileImage,caption:B||E||C})):React.createElement(b.q,null)}case"linkedin":return React.createElement(l.$,r()({},w,{jobTitle:__("Job Title (Company Name)","jetpack"),name:t.displayName,profileImage:t.profileImage,description:B||E||C}));case"mastodon":{const e=a?.[0],n=e?.type.startsWith("image/")?e.url:null;return React.createElement(c._,r()({},w,{description:y,siteName:_,user:{avatarUrl:t.profileImage,address:t.displayName,displayName:t.displayName},customText:B,customImage:n}))}case"nextdoor":{const e=`${B||E||C} ${a.length?k:""}`.trim();return React.createElement(u.K,r()({},w,{description:e,name:t.displayName,profileImage:t.profileImage}))}case"threads":{let e=E;B?e=B:E&&y&&(e=`${E}\n\n${y}`);const n=500-k.length-2;return e=(0,h.decodeEntities)(e).slice(0,n),e+=`\n\n${k}`,React.createElement(d.s,r()({},w,{caption:e,name:t.displayName,profileImage:t.profileImage}))}case"tumblr":return React.createElement(p.B,r()({},w,{user:{displayName:t.displayName,avatarUrl:t.profileImage},customText:B}));default:return null}}},18603:(e,t,n)=>{"use strict";n.d(t,{w:()=>g});var a=n(85985),r=n(56427),s=n(47143),o=n(27723),i=n(51609),l=n(89729),c=n(12141),u=n(39329),d=n(48712),p=n(98588),m=n(47944);const __=o.__,_x=o._x;function g(){const{recordEvent:e}=(0,a.st)(),t=(0,d.h)(),{canBeTurnedOn:n,shouldBeDisabled:o}=(0,u.j)(),g=(0,s.useSelect)((e=>e(l.M_).getConnections().filter((({service_name:e})=>t(e))).map((e=>{const t=e.display_name||e.external_display,a=`${e.service_name}-${e.connection_id}`,r=React.createElement(c.A,{label:t,serviceName:e.service_name,profilePicture:e.profile_picture}),s=o(e)||!n(e)||!e.enabled;return{...e,className:s?m.A["disabled-tab"]:"",name:a,title:t,icon:r}}))),[t,o]),{toggleConnectionById:A}=(0,s.useDispatch)(l.M_),h=(0,i.useCallback)(((t,n)=>()=>{A(t),e("jetpack_social_connection_toggled",{location:"preview-modal",enabled:!n.enabled,service_name:n.service_name})}),[e,A]);return React.createElement("div",{className:m.A["preview-section"]},React.createElement(r.TabPanel,{tabs:g},(e=>{const t=n(e)&&e.enabled;return React.createElement("div",{className:m.A["preview-content"]},o(e)?null:React.createElement(r.ToggleControl,{label:t?_x("Connection enabled","","jetpack"):__("Connection disabled","jetpack"),checked:t,onChange:h(e.connection_id,e)}),React.createElement(p.z,{connection:e}))})))}},94360:(e,t,n)=>{"use strict";n.d(t,{X:()=>o});var a=n(27723),r=n(41190),s=n(47944);const __=a.__;function o(){return React.createElement("div",{className:s.A["settings-section"]},React.createElement("div",{className:s.A["settings-header"]},React.createElement("h2",null,__("Social Preview","jetpack"))),React.createElement("div",{className:s.A["settings-content"]},React.createElement("p",{className:s.A["modal-description"]},__("Edit and preview your social post before sharing.","jetpack")),React.createElement(r.o,{analyticsData:{location:"preview-modal"}})))}},59540:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(96072),r=n.n(a),s=n(87070),o=n(47143),i=n(39553),l=n(89729);const c=(0,o.withSelect)((e=>{const{getEditedPostAttribute:t}=e("core/editor");return{excerpt:t("excerpt"),content:t("content").split("\x3c!--more")[0]}}))((e=>{const{message:t}=(0,i.A)(),{title:n,excerpt:a,content:c}=e,u=(0,o.useSelect)((e=>{const{displayName:t,profileImage:n}=e(l.Af).getConnectionProfileDetails(l.s);return{displayName:t,avatarUrl:n}}));return React.createElement(s.k,r()({},e,{type:"article",user:u,customText:t||a||c||n}))}))},81048:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(96072),r=n.n(a),s=n(8797),o=n(47143),i=n(18537),l=n(51609),c=n.n(l);const u=function(e){const t=(0,o.useSelect)((e=>{const{getUnstableBase:t}=e("core"),n=t().name;return(0,i.decodeEntities)(n)}));return c().createElement(s.m,r()({},e,{siteTitle:t}))}},91262:(e,t,n)=>{"use strict";n.d(t,{p:()=>g});var a=n(47656),r=n(3924),s=n(20578),o=n(56427),i=n(47143),l=n(27723),c=n(51609),u=n.n(c),d=n(77627),p=n(39553),m=n(89729);const __=l.__,_x=l._x;function g(e){const{title:t,image:n,media:l,description:c}=e,{username:g,profileImage:A}=(0,i.useSelect)((e=>e(m.Af).getConnectionProfileDetails(m.bN))),{isEnhancedPublishingEnabled:h}=(0,d.A)(),{message:E}=(0,p.A)(),f=l?.some((({type:e})=>e.startsWith("image/")||e.startsWith("video/"))),b=Boolean(n);if(!f&&!b)return u().createElement(a.A,{hideCloseButton:!0,actions:[u().createElement(o.ExternalLink,{href:(0,r.A)("jetpack-social-share-to-instagram")},__("Learn more","jetpack"))]},h?__("To share to Instagram, add an image/video, or enable Social Image Generator.","jetpack"):_x("You need a featured image to share to Instagram.","The message shown in the Instagram social preview","jetpack"));const v=E||t||c;return u().createElement(s.a,{image:l?.[0]?.url||n,media:l,name:g,profileImage:A,caption:v})}},29650:(e,t,n)=>{"use strict";n.d(t,{p:()=>u});var a=n(7368),r=n(47143),s=n(27723),o=n(51609),i=n.n(o),l=n(39553),c=n(89729);const __=s.__;function u(e){const{title:t,url:n,image:s,media:o,description:u}=e,{displayName:d,profileImage:p}=(0,r.useSelect)((e=>e(c.Af).getConnectionProfileDetails(c.gt))),{message:m}=(0,l.A)(),g=`${m||t||u} ${o.length?n:""}`.trim();return i().createElement(a.G,{jobTitle:__("Job Title (Company Name)","jetpack"),image:s,name:d,profileImage:p,title:t,description:g,url:n,media:o})}},98175:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(96072),r=n.n(a),s=n(71751),o=n(47143),i=n(18537),l=n(383),c=n(39553),u=n(89729);const d=e=>{const{message:t}=(0,c.A)(),{content:n,siteName:a}=(0,o.useSelect)((e=>{const{getEditedPostAttribute:t}=e("core/editor"),{getUnstableBase:n}=e("core");return{content:t("content").split("\x3c!--more")[0],siteName:(0,i.decodeEntities)(n().name)}})),{attachedMedia:d}=(0,l.h)(),p=(0,o.useSelect)((e=>{const{displayName:t,profileImage:n,username:a}=e(u.Af).getConnectionProfileDetails(u.V6);return{displayName:t,avatarUrl:n,address:a}})),m=e.media?.[0],g=m?.type.startsWith("image/")?m.url:null;return React.createElement(s.R,r()({},e,{siteName:a,user:p,description:n,customText:t,customImage:g,isSocialPost:d.length>0}))}},81115:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(56427),r=n(27723),s=n(10991),o=n(19779),i=n(31137);const __=r.__,l=function({onClose:e,initialTabName:t}){const n=(0,o.r)(),{image:r,media:l,title:c,description:u,url:d,excerpt:p}=(0,i.s)();return React.createElement(a.Modal,{onRequestClose:e,className:"jetpack-social-previews__modal",__experimentalHideHeader:!0},React.createElement(a.Button,{className:"jetpack-social-previews__modal--close-btn",onClick:e,icon:s.A,label:__("Close","jetpack")}),React.createElement(a.TabPanel,{className:"jetpack-social-previews__modal-previews",tabs:n,initialTabName:t},(e=>React.createElement("div",null,React.createElement(e.preview,{excerpt:p,title:c,description:u,url:d,image:r,media:l})))))}},49257:(e,t,n)=>{"use strict";n.d(t,{s:()=>c});var a=n(58581),r=n(47143),s=n(51609),o=n.n(s),i=n(39553),l=n(89729);function c(e){const{title:t,url:n,image:s,media:c,description:u}=e,{displayName:d,profileImage:p}=(0,r.useSelect)((e=>e(l.Af).getConnectionProfileDetails(l.zk))),{message:m}=(0,i.A)(),g=`${m||t||u} ${c.length?n:""}`.trim();return o().createElement(a.n,{image:s,name:d,profileImage:p,title:t,description:g,url:n,media:c})}},97192:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(56427),r=n(27723),s=n(19779);const __=r.__,_x=r._x,o=({openModal:e})=>{const t=(0,s.r)();return React.createElement("div",{className:"jetpack-social-previews__panel"},React.createElement("p",null,__("Preview what this will look like on social networks and Google search.","jetpack")),React.createElement("div",{className:"jetpack-gutenberg-social-icons"},t.map((e=>React.createElement(e.icon,{key:e.name,className:"jetpack-social-previews__icon"})))),React.createElement(a.Button,{variant:"secondary",onClick:e,label:__("Open Social Previews","jetpack")},_x("Preview","Button label that opens the social previews modal","jetpack")))}},68655:(e,t,n)=>{"use strict";n.d(t,{Q:()=>u});var a=n(33389),r=n(47143),s=n(18537),o=n(51609),i=n.n(o),l=n(383),c=n(89729);function u({excerpt:e,title:t,description:n,image:o,url:u,media:d}){const{shareMessage:p}=(0,l.h)(),m=(0,r.useSelect)((a=>{const{displayName:r,profileImage:i}=a(c.M_).getConnectionProfileDetails(c.BB);let l=t;p?l=p:t&&e&&(l=`${t}\n\n${e}`);const m=500-u.length-2;return l=(0,s.decodeEntities)(l).slice(0,m),l+=`\n\n${u}`,[{caption:l,name:r,profileImage:i,title:t,description:n,image:o,media:d,url:u}]}),[t,o,n,d,u]),g=(0,r.useSelect)((e=>e(c.M_).getConnectionsByService(c.BB)),[]);return i().createElement(a.n,{posts:m,hidePostPreview:!g.length})}},22322:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(96072),r=n.n(a),s=n(19036),o=n(47143),i=n(39553),l=n(89729);const c=e=>{const{content:t,author:n}=(0,o.useSelect)((e=>{const{getUser:t}=e("core"),{getEditedPostAttribute:n}=e("core/editor"),a=n("author"),r=a&&t(a);return{content:n("content").split("\x3c!--more")[0],author:r?.name}})),{message:a}=(0,i.A)(),c=(0,o.useSelect)((e=>{const{displayName:t,profileImage:a}=e(l.Af).getConnectionProfileDetails(l.me);return{displayName:t||n,avatarUrl:a}}),[n]);return React.createElement(s.s,r()({},e,{user:c,description:t,customText:a}))}},91537:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(43731),r=n(47143),s=n(51609),o=n.n(s),i=n(383),l=n(89729);const c=function({title:e,description:t,image:n,url:s,media:c}){const{shareMessage:u}=(0,i.h)(),d=(0,r.useSelect)((a=>{const{displayName:r,profileImage:o,username:i}=a(l.Af).getConnectionProfileDetails(l.PX);return[{name:r,profileImage:o,screenName:i,text:u+(c.length?` ${s}`:""),cardType:n?"summary_large_image":"summary",title:e,description:t,image:n,media:c,url:s}]}),[e,n,t,c,s,u]);return o().createElement(a.p,{tweets:d,hidePostPreview:!0})}},19779:(e,t,n)=>{"use strict";n.d(t,{r:()=>v});var a=n(96072),r=n.n(a),s=n(78478),o=n(27723),i=n(51609),l=n.n(i),c=n(89729),u=n(70407),d=n(59540),p=n(81048),m=n(91262),g=n(29650),A=n(98175),h=n(49257),E=n(68655),f=n(22322),b=n(91537);const __=o.__,_x=o._x;function v(){const e=(0,u.getSupportedAdditionalConnections)().includes(c.BB);return(0,i.useMemo)((()=>[{title:__("Google Search","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"google"},e)),name:"google",preview:p.A},{title:__("X","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"x"},e)),name:"x",preview:b.A},{title:__("Facebook","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"facebook"},e)),name:"facebook",preview:d.A},{title:__("Instagram","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"instagram"},e)),name:"instagram",preview:m.p},e?{title:_x("Threads","The name of the social media network - threads.net","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"threads"},e)),name:"threads",preview:E.Q}:null,{title:__("LinkedIn","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"linkedin"},e)),name:"linkedin",preview:g.p},{title:__("Nextdoor","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"nextdoor"},e)),name:"nextdoor",preview:h.s},{title:__("Tumblr","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"tumblr-alt"},e)),name:"tumblr",preview:f.A},{title:__("Mastodon","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"mastodon"},e)),name:"mastodon",preview:A.A}].filter(Boolean)),[e])}},31137:(e,t,n)=>{"use strict";n.d(t,{s:()=>l});var a=n(47143),r=n(27723),s=n(383),o=n(74820),i=n(25995);const __=r.__;function l(){const{attachedMedia:e,imageGeneratorSettings:t}=(0,s.h)();return(0,a.useSelect)((n=>{const{getMedia:a}=n("core"),{getEditedPostAttribute:r,getEditedPostContent:s}=n("core/editor"),l=r("featured_media");let c=l?(0,i.l)(a(l)):"";const u=t.enabled?(0,o.S)(t.token):"";if(u&&(c=u),!c){const e=(0,i.t)(s());e&&(c=e)}const d=[],p=e=>{const t=a(e);return t?{type:t.mime_type,url:(0,i.l)(t),alt:t.alt_text}:null};for(const{id:t}of e){const e=p(t);e&&d.push(e)}return{title:(r("meta")?.jetpack_seo_html_title||r("title")||"").trim(),description:(r("meta")?.advanced_seo_description||r("excerpt")||r("content").split("\x3c!--more")[0]||__("Visit the post for more.","jetpack")||"").trim(),url:r("link"),excerpt:(r("excerpt")||r("content").split("\x3c!--more")[0]||"").trim(),image:c,media:d,initialTabName:null}}),[e,t])}},25995:(e,t,n)=>{"use strict";function a(e){return e?e.media_details?.sizes?.large?.source_url||e.source_url:null}function r(e){const t=(new DOMParser).parseFromString(e,"text/html"),n=Array.from(t.querySelectorAll("img")),a=n[0]?.src;return a??null}n.d(t,{l:()=>a,t:()=>r})},18699:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(86087),r=n(76794);const s=({sourceUrl:e,mime:t,duration:n})=>{const[s,o]=(0,a.useState)(!1),[i,l]=(0,a.useState)(0),c=(0,a.useRef)(null),u=(0,a.useRef)(null),d=(0,a.useRef)(null);(0,a.useEffect)((()=>{c.current?.load()}),[e]);const p=(0,a.useCallback)((()=>{c.current.pause(),c.current.currentTime=0,clearInterval(u.current),clearTimeout(d.current),l(0),o(!1)}),[]),m=(0,a.useCallback)((()=>{d.current=setTimeout((()=>{s||(c.current.play(),o(!0),u.current=setInterval((()=>{l((e=>e+1))}),1e3))}),500)}),[s]),g=()=>{const e=n-i,t=Math.floor(e/60),a=String(Math.floor(e%60)).padStart(2,"0");return React.createElement("div",{className:r.A.progress},React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"6",height:"8",fill:"none"},React.createElement("path",{fill:"#fff",d:"M5.25 3.567a.5.5 0 0 1 0 .866L.75 7.031A.5.5 0 0 1 0 6.598V1.402A.5.5 0 0 1 .75.969l4.5 2.598Z"})),React.createElement("span",{className:r.A.duration},`${t}:${a}`))};return React.createElement("div",{className:r.A.wrapper,onMouseEnter:m,onMouseLeave:p},React.createElement("video",{ref:c,onEnded:p,muted:!0},React.createElement("source",{src:e,type:t})),React.createElement(g,null))}},98420:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(383);function r(){const{attachedMedia:e,updateJetpackSocialOptions:t}=(0,a.h)();return{attachedMedia:e,updateAttachedMedia:e=>t("attached_media",e)}}},54822:(e,t,n)=>{"use strict";n(85985),n(1455),n(86087)},54915:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(47143),r=n(43656);const s=()=>(0,a.useSelect)((e=>e(r.store).getEditedPostAttribute("featured_media")))},49747:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(47143),r=n(43656),s=n(86087),o=n(383);const i=(e,t)=>({isEnabled:e?.enabled??!t,customText:e?.custom_text??null,imageType:e?.image_type??null,imageId:e?.image_id??null,template:e?.template??null,token:e?.token??null});function l(){const{imageGeneratorSettings:e,jetpackSocialOptions:t,updateJetpackSocialOptions:n}=(0,o.h)(),{isPostPublished:l}=(0,a.useSelect)((e=>({isPostPublished:e(r.store).isCurrentPostPublished()}))),c=(0,s.useCallback)(((t,a)=>{const r={...e,[t]:a};n("image_generator_settings",r)}),[e,n]),u=(0,s.useCallback)((t=>{const a={...e,...t};n("image_generator_settings",a)}),[e,n]);return{...i(t.image_generator_settings,l),setIsEnabled:e=>c("enabled",e),setToken:e=>c("token",e),updateSettings:u}}},80624:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(47143),r=n(86087);const s=async e=>{if(!e)return{};let t={mime:e.mime_type,fileSize:e.media_details.filesize,length:e.media_details?.length};"video/videopress"===e.mime_type&&(t=await(async e=>{if(!e?.media_details?.videopress?.original||!e?.media_details?.videopress?.duration)return{};const t=await fetch(e?.media_details?.videopress?.original,{method:"HEAD"}),n=t.headers.get("content-length"),a=t.headers.get("content-type");return n&&a?{mime:a,fileSize:n,length:Math.round(e.media_details.videopress.duration/1e3)}:{}})(e));const n=e?.media_details?.sizes??{};if(!n.full)return{mediaData:{width:e.media_details.width,height:e.media_details.height,sourceUrl:e.source_url},metaData:t};const a=n.medium||n.large,r={width:a.width,height:a.height,sourceUrl:a.source_url};return{mediaData:{width:n.full.width,height:n.full.height,sourceUrl:n.full.source_url},metaData:t,previewData:r}};function o(e=null){const[t,n]=(0,r.useState)([{}]),o=(0,a.useSelect)((t=>t("core").getMedia(e,{context:"view"})),[e]),i=(0,r.useCallback)((async()=>{try{const e=await s(o);n([e??{}])}catch{n([{}])}}),[o]);return(0,r.useEffect)((()=>{i()}),[i]),t}},80682:(e,t,n)=>{"use strict";n.d(t,{$m:()=>u,I1:()=>l,eF:()=>i,ec:()=>o,i1:()=>c,k3:()=>r,z9:()=>s});var a=n(27723);const __=a.__,r="NO_MEDIA_ERROR",s="FILE_TYPE_ERROR",o="FILE_SIZE_ERROR",i="VIDEO_LENGTH_TOO_LONG_ERROR",l="VIDEO_LENGTH_TOO_SHORT_ERROR",c="DIMENSION_ERROR";function u(e){return{[o]:__("File too big","jetpack"),[i]:__("Video too long","jetpack"),[l]:__("Video too short","jetpack"),[c]:__("Invalid dimensions","jetpack")}[e]||__("Invalid media","jetpack")}},52367:(e,t,n)=>{"use strict";n.d(t,{A:()=>d,c:()=>l});var a=n(86087),r=n(98420),s=n(49747),o=n(80682),i=n(2204);function l(e){return"video"===e.split("/")[0]}const c=e=>{if(!e?.mime||!e?.fileSize)return!1;const{mime:t,fileSize:n}=e;if(l(t))return!1;if(!i.nJ.includes(t))return!1;return!((n?n/Math.pow(1e3,2):0)>=55)},u=(e,t,n,a,r)=>{const s=i.mB[n]??i.EX;if(!e||0===Object.keys(e).length)return s.requiresMedia&&!r?o.k3:null;const{mime:c,fileSize:u}=e;if(!s.requiresMedia&&!a)return null;if(!c||!s.allowedMediaTypes.includes(c.toLowerCase()))return o.z9;if(!t?.width||!t?.height)return o.i1;const d=u?u/Math.pow(1e3,2):null;return l(c)?((e,t,n,a,r)=>{const{minSize:s=0,maxSize:l=i.TR,minLength:c=0,maxLength:u=i.TR,maxWidth:d=i.TR,aspectRatio:p=i.EX.video.aspectRatio}=r;if(!e||e>l||eu)return o.eF;const m=n/a;return mp.max||n>d?o.i1:null})(d,e.length,t.width,t.height,s.video):((e,t,n,a)=>{const{maxSize:r=i.TR,minWidth:s=0,maxWidth:l=i.TR,aspectRatio:c=i.EX.image.aspectRatio}=a,u=t/n;return uc.max||t>l||tr?o.ec:null})(d,t.width,t.height,s.image)},d=(e,t)=>{const{attachedMedia:n}=(0,r.A)(),{isEnabled:o}=(0,s.A)(),i=n.length>0,l=(0,a.useRef)({});return(0,a.useMemo)((()=>{const n=e.reduce(((e,{connection_id:n,service_name:a})=>{const r=u(t.metaData,t.mediaData,a,i,o&&"instagram-business"===a);return r&&(e[n]=r),e}),{});return JSON.stringify(n)!==JSON.stringify(l.current)&&(l.current=n),{validationErrors:l.current,isConvertible:c(t.metaData)}}),[e,t.metaData,t.mediaData,i,o])}},2204:(e,t,n)=>{"use strict";n.d(t,{EX:()=>g,TR:()=>m,UB:()=>E,mB:()=>A,nJ:()=>h});const a="video/mp4",r="video/mov",s="video/videopress",o=["image/jpeg","image/jpg","image/png"],i=o.concat(["image/gif","image/bmp"]),l=["video/3g2","video/3gp","video/3gpp","video/asf","video/avi","video/dat","video/divx","video/dv","video/f4v","video/flv","video/gif","video/m2ts","video/m4v","video/mkv","video/mod","video/mov","video/mp4","video/mpe","video/mpeg","video/mpeg4","video/mpg","video/mts","video/nsv","video/ogm","video/ogv","video/qt","video/tod","video/ts","video/vob","video/wmv"],c=o.concat(["image/gif","image/heic","image/heif","image/webp","image/avif"]),u=["video/webm","video/quicktime","video/ogg"],d=o.concat(["image/gif","image/jpe","image/tif","image/tiff","image/webp"]),p=[r,"video/avi","video/mpg","video/mpeg","video/m4v"],m=1e5,g={requiresMedia:!1,allowedMediaTypes:o.concat([a,s,r]),image:{maxSize:4,minWidth:0,maxWidth:m,aspectRatio:{min:0,max:m}},video:{minLength:0,minSize:0,maxSize:m,maxLength:m,maxWidth:m,aspectRatio:{min:0,max:m}}},A={twitter:{allowedMediaTypes:o.concat([a,s]),image:{maxSize:5},video:{maxSize:512,maxLength:140}},facebook:{allowedMediaTypes:i.concat([s,...l]),image:{maxSize:8},video:{maxSize:1e4,maxLength:14400}},tumblr:{allowedMediaTypes:o.concat([a,r,s]),image:{maxSize:20},video:{maxSize:500,maxLength:600}},linkedin:{allowedMediaTypes:o.concat([a,s]),image:{maxSize:20},video:{minSize:.075,maxSize:200,maxLength:600,minLength:3}},"instagram-business":{requiresMedia:!0,allowedMediaTypes:["image/jpg","image/jpeg",a,r,s],image:{maxSize:8,minWidth:320,maxWidth:1440,aspectRatio:{min:.8,max:1.91}},video:{maxLength:90,minLength:3,maxSize:1e3,maxWidth:1920,aspectRatio:{min:.01,max:10}}},mastodon:{allowedMediaTypes:c.concat([...u,a,s]),image:{maxSize:10},video:{maxSize:40}},nextdoor:{allowedMediaTypes:d.concat([...p,a,s]),image:{maxSize:10},video:{maxSize:500}}},h=["image/png","image/jpeg","image/jpg","image/heic","image/heif","image/webp"],E=[...new Set([...o,...i,...c,...l,...u,...h])]},383:(e,t,n)=>{"use strict";n.d(t,{h:()=>i});var a=n(47143),r=n(43656),s=n(86087),o=n(70407);function i(){const{editPost:e}=(0,a.useDispatch)(r.store),t=(0,a.useSelect)((e=>{const t=e(r.store).getEditedPostAttribute("meta")||{},n=t.jetpack_publicize_feature_enabled??!0,a=t.jetpack_social_options||{};return{isPublicizeEnabled:n,jetpackSocialOptions:a,attachedMedia:a.attached_media||[],imageGeneratorSettings:a.image_generator_settings??{enabled:!1},isPostAlreadyShared:t.jetpack_social_post_already_shared??!1,shareMessage:`${t.jetpack_publicize_message||""}`.substring(0,(0,o.getShareMessageMaxLength)())}}),[]),n=(0,s.useCallback)(((t,n)=>{e({meta:{[t]:n}})}),[e]),i=(0,s.useCallback)((()=>{n("jetpack_publicize_feature_enabled",!t.isPublicizeEnabled)}),[t.isPublicizeEnabled,n]),l=(0,s.useCallback)(((e,a)=>{n("jetpack_social_options",{...t.jetpackSocialOptions,[e]:a,version:2})}),[t.jetpackSocialOptions,n]);return(0,s.useMemo)((()=>({...t,togglePublicizeFeature:i,updateJetpackSocialOptions:l,updateMeta:n})),[t,i,l,n])}},57275:(e,t,n)=>{"use strict";n.d(t,{z:()=>o});var a=n(47143),r=n(43656),s=n(86087);function o(e){const t=(0,a.useSelect)((e=>e(r.store).isPublishingPost()),[]),[n,o]=(0,s.useState)(e),i=(0,s.useRef)(!1);return(0,s.useEffect)((()=>{t&&(i.current=!0),i.current||o(e)}),[t,e]),n}},77627:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(39384),r=n(85985),s=n(47143),o=n(43656),i=n(89729),l=n(383);const c="republicize";function u(){const e=!(0,r.d9)()&&!(0,r.Sy)(),t=(0,r.$i)()?.wpcomBlogId,n=e||(0,r.FB)(c)?.available,u=(0,s.useSelect)((e=>e(o.store).isCurrentPostPublished()),[]),d=(0,s.useSelect)((e=>e(o.store).getCurrentPostType()),[]),{isUserConnected:p}=(0,a.useConnection)(),m=(0,r.$i)()?.social?.publicizeConnectionsUrl??"https://wordpress.com/marketing/connections/",{isPublicizeEnabled:g,togglePublicizeFeature:A,isPostAlreadyShared:h}=(0,l.h)(),E=(0,r.W4)(c)&&!n,f=u?n:g,b=u&&E,v=u&&!n,C=!!(0,r.$i)()?.social?.hasPaidPlan,k=!!(0,r.$i)()?.social?.isEnhancedPublishingEnabled,y="jetpack-social-note"===d,B=!p&&!(0,r.Sy)(),w=(0,s.useSelect)((e=>e(i.M_).userConnectionUrl()),[]);return{isPublicizeEnabledMeta:g,isPublicizeEnabled:f,togglePublicizeFeature:A,isPublicizeDisabledBySitePlan:b,isRePublicizeFeatureAvailable:n,isRePublicizeUpgradableViaUpsell:E,hidePublicizeFeature:v,isPostAlreadyShared:h,hasPaidPlan:C,isEnhancedPublishingEnabled:k,isSocialImageGeneratorAvailable:!!(0,r.$i)()?.social?.isSocialImageGeneratorAvailable&&!y,isSocialImageGeneratorEnabled:!!(0,r.$i)()?.social?.isSocialImageGeneratorEnabled,connectionsAdminUrl:m+(t??(0,r.GE)()),adminUrl:(0,r.$i)()?.social?.adminUrl,jetpackSharingSettingsUrl:(0,r.$i)()?.social?.jetpackSharingSettingsUrl,isJetpackSocialNote:y,needsUserConnection:B,userConnectionUrl:w}}},88584:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(29491),r=n(86087),s=n(86212),o=n(50001);function i(){const e=(0,r.useRef)(!1),t=(0,r.useRef)(!0),n=(0,s.A)(),{refresh:i}=(0,o.A)(),l=(0,a.useDebounce)(i,0),c=(0,a.useDebounce)(i,2e3);return()=>{t.current&&(l(),t.current=!1),n||(e.current=!0,c.cancel()),n&&e.current&&(c(),e.current=!1)}}},38394:(e,t,n)=>{"use strict";n.d(t,{i:()=>o});var a=n(27723),r=n(16480),s=n(51609);const __=a.__;function o({onError:e,onSuccess:t}){const[n,a]=(0,s.useState)(!1),o=(0,s.useCallback)((async(n,s="image")=>{try{a(!0);const o=await fetch(n);if(!o.ok)return void e(new Error(__("Failed to download image.","jetpack"),{cause:o}));const i=await o.blob(),l=new File([i],s,{type:i.type});await(0,r.uploadMedia)({filesList:[l],onFileChange:([e])=>{void 0!==e.id&&(t(e),a(!1))},onError:t=>{e(new Error(__("Failed to save image to library.","jetpack"),{cause:t})),a(!1)},maxUploadFileSize:0})}catch(t){e(new Error(__("Failed to save image to library.","jetpack"),{cause:t}))}finally{a(!1)}}),[e,t]);return(0,s.useMemo)((()=>({isSaving:n,save:o})),[n,o])}},49036:(e,t,n)=>{"use strict";n.d(t,{Wv:()=>l,_D:()=>i});var a=n(29491),r=n(47143),s=n(43656),o=n(86087);function i(e,t){const n=(0,r.useSelect)((e=>e(s.store).isPublishingPost()),[]),i=(0,a.usePrevious)(n);(0,o.useEffect)((()=>{i&&!n&&e()}),[n,i,e,t])}function l(e,t){const n=(0,r.useSelect)((e=>e(s.store).isPublishingPost()),[]),i=(0,a.usePrevious)(n);(0,o.useEffect)((()=>{!i&&n&&e()}),[n,i,e,t])}},31873:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(1455),r=n.n(a),s=n(47143),o=n(43656),i=n(86087),l=n(27723),c=n(50001),u=n(39553),d=n(51371);const __=l.__;function p(e){const t=e?.code,n=e?.errors?.length;if(!t&&!n)return!1;let a="";return t&&(a=__("Unable to share the Post","jetpack")),n&&(a=__("Unable to share the Post","jetpack")),{message:a,result:e}}function m(e){const{message:t}=(0,u.A)(),{skippedConnections:n}=(0,c.A)(),a=(0,s.useSelect)((e=>e(o.store).getCurrentPostId()),[]);e=e||a;const[l,m]=(0,i.useState)({data:[],error:{}}),g=(0,d.n)().api_paths.resharePost.replace("{postId}",e),A=(0,i.useCallback)((async function(a=null){const s={isFetching:!1,isError:!1,isSuccess:!1,data:[],error:{},postId:e};if(l.isFetching)return;const o=a||n;return m({...s,isFetching:!0}),await r()({path:g,method:"POST",data:{message:t,skipped_connections:o,async:!0}}).then(((e={})=>{const t=p(e);if(t)return m((e=>({...e,isFetching:!1,isSuccess:!1,isError:!0,data:[],error:t})));m((t=>({...t,isFetching:!1,isSuccess:!0,isError:!1,data:e?.results,error:{}})))})).catch((e=>{m((t=>({...t,isFetching:!1,isSuccess:!1,isError:!0,data:[],error:p(e)})))})),function(){m(s)}}),[e,t,n,l.isFetching,g]);return{...l,doPublicize:A}}},50001:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(47143),r=n(89729);function s(){const{refreshConnectionTestResults:e,toggleConnectionById:t}=(0,a.useDispatch)(r.M_);return{...(0,a.useSelect)((e=>{const t=e(r.M_),n=t.getConnections(),a=t.getEnabledConnections(),s=t.getDisabledConnections().map((e=>e.connection_id));return{connections:n,hasConnections:n.length>0,hasEnabledConnections:a.length>0,skippedConnections:s,enabledConnections:a}}),[]),toggleById:t,refresh:e}}},39553:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(70407),r=n(383);function s(){const{updateMeta:e,shareMessage:t}=(0,r.h)();return{message:t,maxLength:(0,a.getShareMessageMaxLength)(),updateMessage:function(t){e("jetpack_publicize_message",t)}}}},75168:(e,t,n)=>{"use strict";n.d(t,{F:()=>i});var a=n(47143),r=n(43656),s=n(89729),o=n(49036);function i(){const{mergeConnections:e}=(0,a.useDispatch)(s.M_),{didPostSaveRequestSucceed:t,isCurrentPostPublished:n,getEditedPostAttribute:i}=(0,a.useSelect)((e=>e(r.store)),[]);(0,o._D)((()=>{if(t()&&n()){const t=i("jetpack_publicize_connections");t?.length&&e(t)}}),[t,n,i])}},93394:(e,t,n)=>{"use strict";n.r(t),n.d(t,{abortRefreshConnectionsRequest:()=>b,abortRequest:()=>f,addConnection:()=>m,closeConnectionsModal:()=>T,createAbortController:()=>h,createConnection:()=>I,deleteConnection:()=>y,deleteConnectionById:()=>w,deletingConnection:()=>B,mergeConnections:()=>A,openConnectionsModal:()=>R,refreshConnectionTestResults:()=>v,removeAbortControllers:()=>E,setConnections:()=>d,setKeyringResult:()=>p,setReconnectingAccount:()=>S,syncConnectionsToPostMeta:()=>C,toggleConnection:()=>g,toggleConnectionById:()=>k,toggleConnectionsModal:()=>N,updateConnection:()=>x,updateConnectionById:()=>Q,updatingConnection:()=>j});var a=n(692),r=n(1455),s=n.n(r),o=n(47143),i=n(43656),l=n(27723),c=n(51371),u=n(54118);const __=l.__;function d(e){return{type:u.dA,connections:e}}function p(e){return{type:u.BN,keyringResult:e}}function m(e){return{type:u.Bc,connection:e}}function g(e){return{type:u.af,connectionId:e}}function A(e){return function({dispatch:t,select:n}){const a=n.getConnections(),r=[],s={done:!1,enabled:!0,toggleable:!0};for(const t of e){const e=a.find((e=>e.connection_id?e.connection_id===t.connection_id:e.id===t.id)),n={...s,...e,...t,shared:e?.shared,is_healthy:t.test_success};r.push(n)}t(d(r))}}function h(e,t){return{type:u.WB,requestType:t,abortController:e}}function E(e){return{type:u.Wp,requestType:e}}function f(e){return function({dispatch:t,select:n}){const a=n.getAbortControllers(e);for(const e of a)e.abort();t(E(e))}}function b(){return f(u.rz)}function v(e=!1){return async function({dispatch:t,select:n}){try{const a=(0,c.n)().api_paths.refreshConnections;for(;n.getUpdatingConnections().length>0||n.getDeletingConnections().length>0;)await new Promise((e=>setTimeout(e,100)));const r=new AbortController;t(h(r,u.rz));t(A(await s()({path:a,signal:r.signal}))),e&&t(C())}catch(n){"AbortError"===n.name&&t(v(e))}}}function C(){return function({registry:e,select:t}){const n=t.getConnections();return e.dispatch(i.store).editPost({jetpack_publicize_connections:n})}}function k(e,t=!0){return function({dispatch:n}){n(g(e)),t&&n(C())}}function y(e){return{type:u.nC,connectionId:e}}function B(e,t=!0){return{type:u.WH,connectionId:e,deleting:t}}function w({connectionId:e,showSuccessNotice:t=!0}){return async function({registry:n,dispatch:r}){const{createErrorNotice:l,createSuccessNotice:c}=(0,o.dispatch)(a.store);try{const a=`/jetpack/v4/social/connections/${e}`;return r(b()),r(B(e)),await s()({method:"DELETE",path:a}),r(y(e)),t&&c(__("Account disconnected successfully.","jetpack"),{type:"snackbar",isDismissible:!0}),n.select(i.store).getCurrentPostId()&&r(C()),!0}catch(e){let t=__("Error disconnecting account.","jetpack");"object"==typeof e&&"message"in e&&e.message&&(t=`${t} ${e.message}`),l(t,{type:"snackbar",isDismissible:!0})}finally{r(B(e,!1))}return!1}}let _=1;function I(e,t={}){return async function({registry:n,dispatch:r}){const{createErrorNotice:c,createSuccessNotice:u}=(0,o.dispatch)(a.store),d="new-"+ ++_;try{const a="/jetpack/v4/social/connections/";r(m({connection_id:d,...t})),r(b()),r(j(d));const o=await s()({method:"POST",path:a,data:e});o&&(r(x(d,{...o,can_disconnect:!0,enabled:!0})),u((0,l.sprintf)(/* translators: %s is the name of the social media platform e.g. "Facebook" */ -__("%s account connected successfully.","jetpack"),o.label),{type:"snackbar",isDismissible:!0}),n.select(i.store).getCurrentPostId()&&r(C()))}catch(e){let t=__("Error connecting account.","jetpack");"object"==typeof e&&"message"in e&&e.message&&(t=`${t} ${e.message}`),c(t,{type:"snackbar",isDismissible:!0})}finally{r(j(d,!1)),r(y(d))}}}function x(e,t){return{type:u.dw,connectionId:e,data:t}}function j(e,t=!0){return{type:u._6,connectionId:e,updating:t}}function S(e){return{type:u.Nv,reconnectingAccount:e}}function Q(e,t){return async function({dispatch:n,select:r}){const{createErrorNotice:i,createSuccessNotice:l}=(0,o.dispatch)(a.store),c=r.getConnectionById(e);try{const a=`/jetpack/v4/social/connections/${e}`;n(b()),n(x(e,t)),n(j(e));await s()({method:"POST",path:a,data:t})&&l(__("Account updated successfully.","jetpack"),{type:"snackbar",isDismissible:!0})}catch(t){let a=__("Error updating account.","jetpack");"object"==typeof t&&"message"in t&&t.message&&(a=`${a} ${t.message}`),n(x(e,c)),i(a,{type:"snackbar",isDismissible:!0})}finally{n(j(e,!1))}}}function N(e){return{type:u.xW,isOpen:e}}function R(){return N(!0)}function T(){return N(!1)}},54118:(e,t,n)=>{"use strict";n.d(t,{BN:()=>d,Bc:()=>r,M6:()=>b,Nv:()=>u,WB:()=>m,WH:()=>i,Wp:()=>g,_6:()=>c,_y:()=>f,aF:()=>v,af:()=>s,b5:()=>A,dA:()=>a,dw:()=>l,fz:()=>E,nC:()=>o,rz:()=>h,xW:()=>p});const a="SET_CONNECTIONS",r="ADD_CONNECTION",s="TOGGLE_CONNECTION",o="DELETE_CONNECTION",i="DELETING_CONNECTION",l="UPDATE_CONNECTION",c="UPDATING_CONNECTION",u="SET_RECONNECTING_ACCOUNT",d="SET_KEYRING_RESULT",p="TOGGLE_CONNECTIONS_MODAL",m="ADD_ABORT_CONTROLLER",g="REMOVE_ABORT_CONTROLLERS",A="DEFAULT",h="REFRESH_CONNECTIONS",E="FETCH_POST_SHARE_STATUS",f="RECEIVE_POST_SHARE_STATUS",b="TOGGLE_SHARE_STATUS_MODAL",v="POLLING_FOR_POST_SHARE_STATUS"},20257:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(93394),r=n(36305),s=n(33857),o=n(72451),i=n(52930),l=n(40898);const c={...o,...r.Ay,...i.Ay,...s.A,...a,...l.Ay}},36305:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>l,iJ:()=>i,ql:()=>o});var a=n(47143),r=n(89729),s=n(51979);const o="SET_JETPACK_SETTINGS";function i(e){return{type:o,options:e}}const l={updateJetpackSettings:function*(e){try{yield i({is_updating:!0}),yield i(e),yield(0,s.He)(e);const t=yield(0,s._r)();return yield i(t),!0}catch(e){const t=(0,a.select)(r.Af).getJetpackSettings();return yield i(t),!1}finally{yield i({is_updating:!1})}},setJetpackSettings:i}},33857:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(51979),r=n(52930);const s={refreshJetpackSocialSettings:function*(){try{yield(0,r.tK)();const e=yield(0,a.Bm)();return yield(0,r.DE)(e.jetpack_social_image_generator_settings),!0}catch(e){return!1}finally{yield(0,r.xK)()}}}},72451:(e,t,n)=>{"use strict";n.r(t),n.d(t,{closeShareStatusModal:()=>c,defaultIsRequestComplete:()=>u,fetchPostShareStatus:()=>s,openShareStatusModal:()=>l,pollForPostShareStatus:()=>g,pollingForPostShareStatus:()=>m,receivePostShareStaus:()=>o,toggleShareStatusModal:()=>i});var a=n(43656),r=n(54118);function s(e,t=!0){return{type:r.fz,postId:e,loading:t}}function o(e,t){return{type:r._y,shareStatus:e,postId:t}}function i(e){return{type:r.M6,isOpen:e}}function l(){return i(!0)}function c(){return i(!1)}const u=({lastTimestamp:e,postShareStatus:t})=>e?t.shares.some((t=>t.timestamp>e)):t.shares.length>0,d=6e4,p=3e3;function m(e,t=!0){return{type:r.aF,postId:e,polling:t}}function g({pollingInterval:e=p,postId:t,isRequestComplete:n=u,timeout:r=d}={}){return async function({dispatch:s,select:o,registry:i}){const l=Date.now(),c=t||i.select(a.store).getCurrentPostId(),u=o.getPostShareStatus(c).shares[0]?.timestamp||0;let d=!1,p=!1;s(m(c));do{o.getPostShareStatus(c).loading||s.invalidateResolution("getPostShareStatus",[c]),await new Promise((t=>setTimeout(t,e))),d=n({lastTimestamp:u,postShareStatus:o.getPostShareStatus(c)}),p=Date.now()-l>r}while(!d&&!p);s(m(c,!1))}}},52930:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>u,DE:()=>c,Xh:()=>o,tK:()=>i,xK:()=>l});var a=n(47143),r=n(89729),s=n(51979);const o="SET_SOCIAL_IMAGE_GENERATOR_SETTINGS";function i(){return c({isUpdating:!0})}function l(){return c({isUpdating:!1})}function c(e){return{type:o,options:e}}const u={updateSocialImageGeneratorSettings:function*(e){try{yield i(),yield c(e),yield(0,s.uy)(e);const t=yield(0,s.lz)();return yield c(t.jetpack_social_image_generator_settings),!0}catch(e){const t=(0,a.select)(r.Af).getSocialImageGeneratorSettings();return yield c(t),!1}finally{yield l()}},setSocialImageGeneratorSettings:c,refreshSocialImageGeneratorSettings:function*(){try{yield i();const e=yield(0,s.lz)();return yield c(e.jetpack_social_image_generator_settings),!0}catch(e){return!1}finally{yield l()}}}},40898:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c});var a=n(47143),r=n(89729),s=n(51979),o=n(36305);function i(){return(0,o.iJ)({social_notes_is_updating:!0})}function l(){return(0,o.iJ)({social_notes_is_updating:!1})}const c={updateSocialNotesSettings:function*(e){try{yield i(),yield(0,o.iJ)(e),yield(0,s.He)(e);const t=yield(0,s._r)();return yield(0,o.iJ)(t),!0}catch(e){const t=(0,a.select)(r.Af).getSocialNotesSettings();return yield(0,o.iJ)(t),!1}finally{yield l()}},updateSocialNotesConfig:function*(e){const t=(0,a.select)(r.Af).getSocialNotesConfig(),n={...t,...e};try{yield(0,o.iJ)({social_notes_config:n}),yield(0,s.He)({social_notes_config:e});const t=yield(0,s._r)();return yield(0,o.iJ)(t),!0}catch(e){return yield(0,o.iJ)({social_notes_config:t}),!1}},refreshSocialNotesSettings:function*(){try{yield i();const e=yield(0,s._r)();return yield(0,o.iJ)(e),!0}catch(e){return!1}finally{yield l()}}}},51979:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>A,Bm:()=>g,He:()=>d,_r:()=>u,lz:()=>p,uy:()=>m});var a=n(1455),r=n.n(a);const s="FETCH_JETPACK_SETTINGS",o="UPDATE_JETPACK_SETTINGS",i="FETCH_SOCIAL_IMAGE_GENERATOR_SETTINGS",l="UPDATE_SOCIAL_IMAGE_GENERATOR_SETTINGS",c="FETCH_JETPACK_SOCIAL_SETTINGS",u=()=>({type:s}),d=e=>({type:o,settings:e}),p=()=>({type:i}),m=e=>({type:l,settings:e}),g=()=>({type:c}),A={[s]:function(){return r()({path:"/jetpack/v4/social/settings"})},[o]:function(e){return r()({path:"/jetpack/v4/social/settings",method:"POST",data:e.settings})},[i]:function(){return r()({path:"/wp/v2/settings?_fields=jetpack_social_image_generator_settings"})},[l]:function(e){return r()({path:"/wp/v2/settings",method:"POST",data:{jetpack_social_image_generator_settings:e.settings}})},[c]:function(){return r()({path:"/wp/v2/settings?_fields=jetpack_social_image_generator_settings"})}}},89729:(e,t,n)=>{"use strict";n.d(t,{Af:()=>c,BB:()=>f,M_:()=>b,PX:()=>E,V6:()=>g,bN:()=>p,gt:()=>m,me:()=>h,s:()=>d,zk:()=>A});var a=n(47143),r=n(20257),s=n(51979),o=n(81194),i=n(37394),l=n(89580);const c="jetpack-social-plugin",u={reducer:o.A,actions:r.A,selectors:l.A,resolvers:i.Ay,controls:s.Ay,initialState:window?.jetpackSocialInitialState||window?.Initial_State?.socialInitialState||window?.Jetpack_Editor_Initial_State?.social||{}},d="facebook",p="instagram-business",m="linkedin",g="mastodon",A="nextdoor",h="tumblr",E="twitter",f="threads",b=(0,a.createReduxStore)(c,u);(0,a.register)(b)},86589:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54118);const r=(e={},t)=>{switch(t.type){case a.xW:return{...e,isConnectionsModalOpen:t.isOpen};case a.Bc:return{...e,connections:[...e.connections,t.connection]};case a.dA:return{...e,connections:t.connections};case a.nC:return{...e,connections:e.connections.filter((({connection_id:e})=>e!==t.connectionId))};case a.WH:{const n=new Set(e.deletingConnections);return t.deleting?n.add(t.connectionId):n.delete(t.connectionId),{...e,deletingConnections:[...n]}}case a.Nv:return{...e,reconnectingAccount:t.reconnectingAccount};case a.dw:return{...e,connections:e.connections.map((e=>e.connection_id===t.connectionId?{...e,...t.data}:e))};case a._6:{const n=new Set(e.updatingConnections);return t.updating?n.add(t.connectionId):n.delete(t.connectionId),{...e,updatingConnections:[...n]}}case a.WB:{const n=t.requestType||a.b5;return{...e,abortControllers:{...e.abortControllers,[n]:[...e.abortControllers?.[n]||[],t.abortController]}}}case a.Wp:{const n=t.requestType||a.b5;return{...e,abortControllers:{...e.abortControllers,[n]:[]}}}case a.BN:return{...e,keyringResult:t.keyringResult};case a.af:return{...e,connections:e.connections.map((e=>(e.connection_id?e.connection_id===t.connectionId:e.id===t.connectionId)?{...e,enabled:!e.enabled}:e))}}return e}},81194:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(47143),r=n(86589),s=n(61556),o=n(53202),i=n(55532),l=n(81105);const c=(0,a.combineReducers)({siteData:i.A,connectionData:r.A,jetpackSettings:s.A,socialImageGeneratorSettings:l.A,shareStatus:o.q,hasPaidPlan:(e=!1)=>e,userConnectionUrl:(e="")=>e,useAdminUiV1:(e=!1)=>e,featureFlags:(e=!1)=>e,hasPaidFeatures:(e=!1)=>e})},61556:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(36305);const r=(e={},t)=>t.type===a.ql?{...e,...t.options}:e},53202:(e,t,n)=>{"use strict";n.d(t,{q:()=>r});var a=n(54118);function r(e={},t){switch(t.type){case a.fz:return{...e,[t.postId]:{shares:[],...e?.[t.postId],loading:t.loading??!0}};case a.aF:return{...e,[t.postId]:{shares:[],...e?.[t.postId],polling:t.polling??!0}};case a._y:return{...e,[t.postId]:{...e?.[t.postId],...t.shareStatus,loading:!1}};case a.M6:return{...e,isModalOpen:t.isOpen}}return e}},55532:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=(e={})=>e},81105:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(52930);const r=(e={},t)=>t.type===a.Xh?{...e,...t.options}:e},37394:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>p});var a=n(1455),r=n.n(a),s=n(43656),o=n(59061),i=n(93394),l=n(36305),c=n(72451),u=n(52930),d=n(51979);const p={getJetpackSettings:function*(){try{const e=yield(0,d._r)();if(e)return(0,l.iJ)(e)}catch(e){console.log(e)}},getSocialImageGeneratorSettings:function*(){try{const e=yield(0,d.lz)();if(e)return(0,u.DE)(e.jetpack_social_image_generator_settings)}catch(e){console.log(e)}},getConnections:function(){return function({dispatch:e,registry:t}){const n=t.select(s.store);if(!n.getCurrentPostId())return;const a=n.getEditedPostAttribute("jetpack_publicize_connections");e((0,i.setConnections)(a||[]))}},getPostShareStatus:function(e){return async({dispatch:t,registry:n,select:a})=>{const i=e||n.select(s.store).getCurrentPostId();if(a.featureFlags().useShareStatus)try{t((0,c.fetchPostShareStatus)(i));let e=await r()({path:`jetpack/v4/social/share-status/${i}`});e=(0,o.x)(e),t((0,c.receivePostShareStaus)(e,i))}catch(e){t((0,c.fetchPostShareStatus)(i,!1))}}}}},28343:(e,t,n)=>{"use strict";n.r(t),n.d(t,{getAbortControllers:()=>E,getConnectionById:()=>s,getConnectionProfileDetails:()=>m,getConnections:()=>r,getConnectionsAdminUrl:()=>i,getConnectionsByService:()=>o,getDeletingConnections:()=>g,getDisabledConnections:()=>p,getEnabledConnections:()=>d,getFailedConnections:()=>c,getKeyringResult:()=>b,getMustReauthConnections:()=>u,getReconnectingAccount:()=>h,getUpdatingConnections:()=>A,hasConnections:()=>l,isConnectionsModalOpen:()=>v,isMastodonAccountAlreadyConnected:()=>f});var a=n(54118);function r(e){return e.connectionData?.connections??[]}function s(e,t){return r(e).find((e=>e.connection_id===t))}function o(e,t){return r(e).filter((({service_name:e})=>e===t))}function i(e){return e.connectionData?.adminUrl??null}function l(e){return r(e).length>0}function c(e){return r(e).filter((e=>!1===e.test_success))}function u(e){return r(e).filter((e=>"must_reauth"===e.test_success)).map((e=>e.service_name))}function d(e){return r(e).filter((e=>e.enabled))}function p(e){return r(e).filter((e=>!e.enabled))}function m(e,t,{forceDefaults:n=!1}={}){let a="",s="",o="";if(!n){const n=r(e).find((({service_name:e})=>t===e));if(n){const{display_name:e,profile_display_name:r,profile_picture:i,external_display:l}=n;a="twitter"===t?r:e||l,o="twitter"===t?e:n.username,s=i}}return{displayName:a,profileImage:s,username:o}}function g(e){return e.connectionData?.deletingConnections??[]}function A(e){return e.connectionData?.updatingConnections??[]}function h(e){return e.connectionData?.reconnectingAccount??""}function E(e,t=a.b5){return e.connectionData?.abortControllers?.[t]??[]}function f(e,t){return o(e,"mastodon").some((e=>e.external_display===t))}function b(e){return e.connectionData?.keyringResult}function v(e){return e.connectionData?.isConnectionsModalOpen??!1}},89580:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(28343),r=n(91906),s=n(49424),o=n(80078),i=n(67027);const l={...o.A,...a,...r.A,...i.A,...s,userConnectionUrl:e=>e.userConnectionUrl,useAdminUiV1:e=>e.useAdminUiV1,featureFlags:e=>e.featureFlags,hasPaidFeatures:e=>e.hasPaidFeatures}},91906:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={getJetpackSettings:e=>e.jetpackSettings,isModuleEnabled:e=>e.jetpackSettings.publicize_active,showPricingPage:e=>e.jetpackSettings.show_pricing_page,isUpdatingJetpackSettings:e=>e.jetpackSettings.is_updating,hasPaidPlan:e=>!(e.jetpackSettings?.showNudge??1),isEnhancedPublishingEnabled:e=>e.jetpackSettings?.isEnhancedPublishingEnabled??!1,getDismissedNotices:e=>e.jetpackSettings?.dismissedNotices,isSocialNotesEnabled:e=>e.jetpackSettings?.social_notes_enabled,isSocialNotesSettingsUpdating:e=>e.jetpackSettings?.social_notes_is_updating,getSocialNotesConfig:e=>e.jetpackSettings?.social_notes_config??{}}},49424:(e,t,n)=>{"use strict";n.r(t),n.d(t,{getPostShareStatus:()=>s,isShareStatusModalOpen:()=>o});var a=n(47143),r=n(43656);const s=(0,a.createRegistrySelector)((e=>(t,n)=>{const a=n||e(r.store).getCurrentPostId();return t.shareStatus?.[a]??{shares:[]}}));function o(e){return e.shareStatus?.isModalOpen??!1}},80078:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={getAdminUrl:e=>e.siteData?.adminUrl??null,getAPIRootUrl:e=>e.siteData?.apiRoot??null,getAPINonce:e=>e.siteData?.apiNonce??null,getRegistrationNonce:e=>e.siteData?.registrationNonce??null,getSiteSuffix:e=>e.siteData?.siteSuffix??null,getBlogID:e=>e.siteData?.blogID??null,getPluginVersion:e=>e.siteData?.pluginVersion??null}},67027:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={getSocialImageGeneratorSettings:e=>e.socialImageGeneratorSettings,isSocialImageGeneratorAvailable:e=>e.socialImageGeneratorSettings.available,isSocialImageGeneratorEnabled:e=>e.socialImageGeneratorSettings.enabled,isUpdatingSocialImageGeneratorSettings:e=>e.socialImageGeneratorSettings.isUpdating,getSocialImageGeneratorDefaultTemplate:e=>e.socialImageGeneratorSettings.template}},12093:(e,t,n)=>{"use strict";n.d(t,{T:()=>r});const a=255;function r(){return a}},3280:(e,t,n)=>{"use strict";n.d(t,{n:()=>r});var a=n(85985);function r(){return(0,a.$i)()?.social?.supportedAdditionalConnections||[]}},70407:(e,t,n)=>{"use strict";n.d(t,{getShareMessageMaxLength:()=>a.T,getSupportedAdditionalConnections:()=>r.n,requestExternalAccess:()=>s.x});var a=n(12093),r=n(3280),s=n(5367),o=n(18672);n.o(o,"GlobalModals")&&n.d(t,{GlobalModals:function(){return o.GlobalModals}}),n.o(o,"useSyncPostDataToStore")&&n.d(t,{useSyncPostDataToStore:function(){return o.useSyncPostDataToStore}})},5367:(e,t,n)=>{"use strict";n.d(t,{x:()=>r});var a=n(51119);const r=(e,t)=>{const n=new a.A;let r;n.open(e,null,"toolbar=0,location=0,status=0,menubar=0,"+n.getScreenCenterSpecs(780,700)),n.once("close",(()=>{t(r?.ID?r:{})})),n.on("message",(e=>{r=e?.data}))}},51371:(e,t,n)=>{"use strict";n.d(t,{n:()=>r});var a=n(97999);function r(){return(0,a.getScriptData)().social}},59061:(e,t,n)=>{"use strict";function a(e){return e&&"shares"in e&&e.done&&e.shares.sort(((e,t)=>t.timestamp-e.timestamp)),e}function r(e){return t=>t.service_name===e.service&&(e.external_id?t.external_id===e.external_id:t.connection_id===e.connection_id.toString())}n.d(t,{e:()=>r,x:()=>a})},50646:(e,t,n)=>{"use strict";n(51371)},18672:()=>{},85985:(e,t,n)=>{"use strict";n.d(t,{$i:()=>a.A,BT:()=>l.A,Cq:()=>g.C,Dk:()=>c.Dk,FB:()=>o.A,GE:()=>r.A,GT:()=>c.GT,Q4:()=>c.Q4,Sy:()=>s.Sy,W4:()=>c.W4,aq:()=>c.aq,d9:()=>s.d9,gB:()=>u.A,jt:()=>m.A,lk:()=>s.lk,pP:()=>s.pP,q7:()=>p.A,sH:()=>c.sH,sh:()=>g.s,st:()=>d.A,tu:()=>c.tu,vp:()=>i.A});var a=n(34972),r=n(54815),s=n(62634),o=n(60703),i=n(82034),l=n(65595),c=n(53265),u=n(49354),d=n(73489),p=n(76923),m=n(15877),g=n(30335);n(88290)},15877:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(67142),r=n(51609),s=n.n(r);const o=()=>s().createElement(a.A,{className:"jetpack-editor-panel-logo",height:16,logoColor:"#1E1E1E",showText:!1})},30335:(e,t,n)=>{"use strict";n.d(t,{C:()=>o,s:()=>s});var a=n(86087),r=n(19334);function s(e){const t={};let n="span",r=e.icon;const s=document.createElement("div");s.innerHTML=e.icon;const o=s.querySelector("svg");return o&&(n="svg",r=o.innerHTML,Array.from(o.attributes).forEach((({nodeName:e,nodeValue:n})=>t[e]=n))),(0,a.createElement)(n,{...t,dangerouslySetInnerHTML:{__html:r||""}})}function o(e){return{src:s(e),foreground:(0,r.A)()}}},19334:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(62634);const r="#069e08";function s(){return(0,a.d9)()||(0,a.Sy)()?null:r}},34972:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const a="Jetpack_Editor_Initial_State";function r(){return"object"==typeof window?window?.[a]??null:null}},60703:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(34972);function r(e){const t=(0,a.A)(),n=t?.available_blocks?.[e]?.available??!1,r=t?.available_blocks?.[e]?.unavailable_reason??"unknown";return{available:n,...!n&&{details:t?.available_blocks?.[e]?.details??[],unavailableReason:r}}}},54815:(e,t,n)=>{"use strict";function a(){return window&&window.Jetpack_Editor_Initial_State&&window.Jetpack_Editor_Initial_State.siteFragment?window.Jetpack_Editor_Initial_State.siteFragment:null}n.d(t,{A:()=>a})},73489:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(90372),r=n(39384),s=n(86087);const{tracks:o}=a.A,{recordEvent:i}=o,l=({pageViewEventName:e=null,pageViewNamespace:t="jetpack",pageViewSuffix:n="page_view",pageViewEventProperties:l={}}={})=>{const[c,u]=(0,s.useState)(!1),{isUserConnected:d,isRegistered:p,userConnectionData:m={}}=(0,r.useConnection)(),{wpcomUser:{login:g,ID:A}={},blogId:h}=m.currentUser||{},E=(0,s.useCallback)((async(e,t={})=>{d&&A&&g&&i(e,t)}),[d,A,g]);return(0,s.useEffect)((()=>{d&&A&&g&&h&&a.A.initialize(A,g,{blog_id:h})}),[h,A,g,d]),(0,s.useEffect)((()=>{const a=e?`${t}_${e}_${n}`:null;p&&a&&(c||(E(a,l),u(!0)))}),[c,t,e,n,p,l,E]),{recordEvent:E,tracks:o}}},76923:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(47143),r=n(86087),s=n(88290);const o=e=>{const{isModuleActive:t,isChangingStatus:n,isLoadingModules:o}=(0,a.useSelect)((t=>{const n=t(s.F);return{isModuleActive:n.isModuleActive(e),isChangingStatus:n.isModuleUpdating(e),isLoadingModules:n.areModulesLoading(e)}}),[s.F]),{updateJetpackModuleStatus:i}=(0,a.useDispatch)(s.F),l=(0,r.useCallback)((t=>i({name:e,active:t})),[e,i]);return(0,r.useMemo)((()=>({isLoadingModules:o,isChangingStatus:n,isModuleActive:t,changeStatus:l})),[o,n,t,l])}},49354:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(34972);function r(){return(0,a.A)()?.jetpack?.is_current_user_connected??!1}},27105:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>p,E9:()=>d});var a=n(47143),r=n(62634),s=n(94478),o=n(88290);const i="SET_JETPACK_MODULES",l="SET_MODULE_UPDATING";function c(e){return d({isLoading:e})}function u(e,t){return{type:l,name:e,isUpdating:t}}function d(e){return{type:i,options:e}}const p={updateJetpackModuleStatus:function*(e){try{yield u(e.name,!0),yield(0,s.sB)(e);const t=yield(0,s.wz)();return yield d({data:t}),!0}catch(e){const t=(0,a.select)(o.F).getJetpackModules();return yield d(t),!1}finally{yield u(e.name,!1)}},setJetpackModules:d,fetchModules:function*(){if((0,r.Sy)())return!0;try{yield c(!0);const e=yield(0,s.wz)();return yield d({data:e}),!0}catch(e){const t=(0,a.select)(o.F).getJetpackModules();return yield d(t),!1}finally{yield c(!1)}}}},94478:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c,sB:()=>l,wz:()=>i});var a=n(1455),r=n.n(a);const s="FETCH_JETPACK_MODULES",o="UPDATE_JETPACK_MODULE_STATUS",i=()=>({type:s}),l=e=>({type:o,settings:e}),c={[s]:function(){return r()({path:"/jetpack/v4/module/all",method:"GET"})},[o]:function({settings:e}){return r()({path:`/jetpack/v4/module/${e.name}/active`,method:"POST",data:{active:e.active}})}}},88290:(e,t,n)=>{"use strict";n.d(t,{F:()=>c});var a=n(47143),r=n(27105),s=n(94478),o=n(38862),i=n(62701),l=n(31640);const c="jetpack-modules",u=(0,a.createReduxStore)(c,{reducer:o.A,actions:r.Ay,controls:s.Ay,resolvers:i.A,selectors:l.A});(0,a.register)(u);const d=window?.Initial_State?.getModules||window?.Jetpack_Editor_Initial_State?.modules||null;null!==d&&(0,a.dispatch)(c).setJetpackModules({data:{...d}})},38862:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const a={isLoading:!1,isUpdating:{},data:{}},r=(e=a,t)=>{switch(t.type){case"SET_JETPACK_MODULES":return{...e,...t.options};case"SET_MODULE_UPDATING":return{...e,isUpdating:{...e.isUpdating,[t.name]:t.isUpdating}}}return e}},62701:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(27105),r=n(94478);const s={getJetpackModules:function*(){try{const e=yield(0,r.wz)();if(e)return(0,a.E9)({data:e})}catch(e){console.error(e)}}}},31640:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(62634);const r={getJetpackModules:e=>e.data,isModuleActive:(e,t)=>(0,a.Sy)()||(e?.data?.[t]?.activated??!1),areModulesLoading:e=>e.isLoading??!1,isModuleUpdating:(e,t)=>e?.isUpdating?.[t]??!1}},53265:(e,t,n)=>{"use strict";n.d(t,{Dk:()=>A,GT:()=>E,Q4:()=>u,W4:()=>d,aq:()=>p,sH:()=>h,tu:()=>m});var a=n(27723),r=n(93832),s=n(66087),o=n(34972),i=n(60703),l=n(54815),c=n(62634);const __=a.__;function u({planSlug:e,plan:t,postId:n,postType:a}){const o=(0,s.startsWith)(e,"jetpack_")?e:(0,s.get)(t,["path_slug"]),i=(void 0===a?()=>{const e=new URLSearchParams(window.location.search);return(0,r.addQueryArgs)(window.location.protocol+`//${(0,l.A)().replace("::","/")}/wp-admin/site-editor.php`,{postId:e.get("postId"),postType:e.get("postType"),plan_upgraded:1})}:()=>{const e=["page","post"].includes(a)?"":"edit";return(0,c.Sy)()?(0,r.addQueryArgs)("/"+(0,s.compact)([e,a,(0,l.A)(),n]).join("/"),{plan_upgraded:1}):(0,r.addQueryArgs)(window.location.protocol+`//${(0,l.A)().replace("::","/")}/wp-admin/post.php`,{action:"edit",post:n,plan_upgraded:1})})();return(0,c.d9)()?(0,r.addQueryArgs)(`https://wordpress.com/plans/${(0,l.A)()}`,{redirect_to:i,customerType:"business"}):o&&(0,r.addQueryArgs)(`https://wordpress.com/checkout/${(0,l.A)()}/${o}`,{redirect_to:i})}function d(e){if(!e)return!1;const t=/^jetpack\//.test(e)?e.substr(8,e.length):e,{available:n,unavailableReason:a}=(0,i.A)(t);return!n&&"missing_plan"===a}function p(e,t){return"missing_plan"===e&&t.required_plan}function m(e){if(!e)return!1;const t=/^jetpack\//.test(e)?e.substr(8,e.length):e,{details:n,unavailableReason:a}=(0,i.A)(t);return p(a,n)}const g=[{name:"core/cover",mediaPlaceholder:!0,mediaReplaceFlow:!0,fileType:"video",description:__("Upgrade your plan to use video covers","jetpack")},{name:"core/audio",mediaPlaceholder:!0,mediaReplaceFlow:!0,fileType:"audio",description:__("Upgrade your plan to upload audio","jetpack")}];function A(){return(0,s.get)((0,o.A)(),"jetpack.enable_upgrade_nudge",!1)}const h=e=>(0,s.map)(g,"name").includes(e),E=e=>(0,s.head)((0,s.filter)(g,(({name:t})=>t===e)))},82034:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(92279),r=n(60703);function s(e,t){const{available:n,unavailableReason:s}=(0,r.A)(e);return!!n&&(0,a.registerPlugin)(`jetpack-${e}`,t)}},62634:(e,t,n)=>{"use strict";n.d(t,{Sy:()=>s,d9:()=>o,lk:()=>l,pP:()=>i});var a=n(34972);function r(){return"object"==typeof window&&"string"==typeof window._currentSiteType?window._currentSiteType:null}function s(){return"simple"===r()}function o(){return"atomic"===r()}function i(){const e=(0,a.A)();return e?.jetpack?.is_private_site??!1}function l(){const e=(0,a.A)();return e?.jetpack?.is_coming_soon??!1}},65595:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(96072),r=n.n(a),s=n(29491);const o=e=>(0,s.createHigherOrderComponent)((t=>n=>React.createElement(t,r()({},n,{className:n.name===e?"has-warning is-interactive":n.className}))),"withHasWarningIsInteractiveClassNames")},84705:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>a.d});var a=n(58992);n(91135)},91135:(e,t,n)=>{"use strict";n.d(t,{$:()=>a});const a=[{name:"amazon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M13.582 8.182c-1.648.185-3.802.308-5.344.984-1.781.769-3.03 2.337-3.03 4.644 0 2.953 1.86 4.429 4.253 4.429 2.02 0 3.125-.477 4.685-2.065.516.747.685 1.109 1.629 1.894a.59.59 0 0 0 .672-.066l.006.006c.567-.505 1.599-1.401 2.18-1.888.231-.188.19-.496.009-.754-.52-.718-1.072-1.303-1.072-2.634V8.305c0-1.876.133-3.599-1.249-4.891C15.23 2.369 13.422 2 12.04 2 9.336 2 6.318 3.01 5.686 6.351c-.068.355.191.542.423.594l2.754.298c.258-.013.445-.266.494-.523.236-1.151 1.2-1.706 2.284-1.706.584 0 1.249.215 1.595.738.398.584.346 1.384.346 2.061zm-.533 5.906c-.451.8-1.169 1.291-1.967 1.291-1.09 0-1.728-.83-1.728-2.061 0-2.42 2.171-2.86 4.227-2.86v.615c.001 1.108.027 2.031-.532 3.015m7.634 5.251C18.329 21.076 14.917 22 11.979 22c-4.118 0-7.826-1.522-10.632-4.057-.22-.199-.024-.471.241-.317 3.027 1.762 6.771 2.823 10.639 2.823 2.608 0 5.476-.541 8.115-1.66.397-.169.73.262.341.55m.653 1.704c-.194.163-.379.076-.293-.139.284-.71.92-2.298.619-2.684s-1.99-.183-2.749-.092c-.23.027-.266-.173-.059-.319 1.348-.946 3.555-.673 3.811-.356.26.32-.066 2.533-1.329 3.59"})))},{name:"behance",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M7.799 5.698c.589 0 1.12.051 1.606.156q.722.155 1.241.507.516.351.804.938c.188.387.281.871.281 1.443q0 .93-.421 1.551-.424.62-1.255 1.014 1.133.328 1.689 1.146.559.822.557 1.975 0 .935-.359 1.612a3.14 3.14 0 0 1-.973 1.114q-.613.432-1.399.637A6.1 6.1 0 0 1 7.963 18H2V5.698zm-.35 4.97q.721 0 1.192-.345.465-.344.463-1.119 0-.43-.152-.707a1.1 1.1 0 0 0-.416-.427 1.7 1.7 0 0 0-.596-.216 3.6 3.6 0 0 0-.697-.06H4.709v2.874zm.151 5.237q.401.001.759-.077c.243-.053.457-.137.637-.261.182-.12.332-.283.441-.491q.164-.31.163-.798-.002-.948-.533-1.357c-.356-.27-.83-.404-1.413-.404H4.709v3.388zm8.562-.041q.552.538 1.583.538.74 0 1.277-.374c.354-.248.571-.514.654-.79h2.155c-.347 1.072-.872 1.838-1.589 2.299-.708.463-1.572.693-2.58.693q-1.05 0-1.899-.337a4 4 0 0 1-1.439-.958 4.4 4.4 0 0 1-.904-1.484 5.4 5.4 0 0 1-.32-1.899q0-1 .329-1.863a4.4 4.4 0 0 1 .933-1.492q.607-.63 1.444-.994a4.6 4.6 0 0 1 1.857-.363q1.131-.001 1.98.44a3.94 3.94 0 0 1 1.389 1.181 4.8 4.8 0 0 1 .783 1.69q.24.947.171 1.983h-6.428c-.001.706.237 1.372.604 1.73m2.811-4.68c-.291-.321-.783-.496-1.384-.496q-.585 0-.973.2a2 2 0 0 0-.621.491 1.8 1.8 0 0 0-.328.628 2.7 2.7 0 0 0-.111.587h3.98c-.058-.625-.271-1.085-.563-1.41m-3.916-3.446h4.985V6.524h-4.985z"})))},{name:"blogger-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.779 9.904h-.981l-.021.001a1.163 1.163 0 0 1-1.16-1.079l-.001-.013A5.813 5.813 0 0 0 11.803 3H8.871a5.813 5.813 0 0 0-5.813 5.813v6.375a5.813 5.813 0 0 0 5.813 5.813h6.257a5.814 5.814 0 0 0 5.813-5.813l.002-4.121a1.164 1.164 0 0 0-1.164-1.163M8.726 7.713h3.291a1.117 1.117 0 1 1 0 2.234H8.726a1.117 1.117 0 1 1 0-2.234m6.601 8.657H8.72a1.057 1.057 0 1 1 0-2.114h6.607a1.057 1.057 0 1 1 0 2.114"})))},{name:"blogger",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M14.722 14.019a.654.654 0 0 1-.654.654H9.977a.654.654 0 0 1 0-1.308h4.091c.361 0 .654.293.654.654m-4.741-3.321h2.038a.692.692 0 0 0 0-1.384H9.981a.692.692 0 0 0 0 1.384M21 5v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2m-3.456 6.39a.72.72 0 0 0-.72-.72h-.607l-.013.001a.72.72 0 0 1-.718-.668l-.001-.008a3.6 3.6 0 0 0-3.599-3.599H10.07a3.6 3.6 0 0 0-3.599 3.599v3.947a3.6 3.6 0 0 0 3.599 3.599h3.874a3.6 3.6 0 0 0 3.599-3.599z"})))},{name:"bluesky",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.2 3.3c-.5-.2-1.4-.5-3.6 1C15.4 6 12.9 9.2 12 11c-.9-1.8-3.4-5-5.7-6.7-2.2-1.6-3-1.3-3.6-1S2 4.6 2 5.1s.3 4.7.5 5.4c.7 2.3 3.1 3.1 5.3 2.8-3.3.5-6.2 1.7-2.4 5.9 4.2 4.3 5.7-.9 6.5-3.6.8 2.7 1.7 7.7 6.4 3.6 3.6-3.6 1-5.4-2.3-5.9 2.2.2 4.6-.5 5.3-2.8.4-.7.7-4.8.7-5.4 0-.5-.1-1.5-.8-1.8"})))},{name:"codepen",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m22.016 8.84-.007-.037q-.006-.037-.015-.072-.007-.022-.013-.042l-.023-.062-.02-.042a.4.4 0 0 0-.03-.057l-.025-.038-.035-.052-.03-.037q-.021-.026-.043-.045-.015-.018-.035-.035a.4.4 0 0 0-.048-.04l-.037-.03-.015-.012-9.161-6.096a.86.86 0 0 0-.955 0L2.359 8.237l-.015.012-.038.028-.048.04a.638.638 0 0 0-.078.082q-.018.018-.03.037-.018.026-.035.052l-.025.038q-.016.031-.03.059l-.02.041a1 1 0 0 0-.034.106q-.01.034-.016.071-.003.02-.006.037a1 1 0 0 0-.009.114v6.093q0 .056.008.112l.007.038q.006.035.015.072a.2.2 0 0 0 .013.04q.01.032.022.063l.02.04a.4.4 0 0 0 .055.096l.035.052.03.037.042.045.035.035q.023.02.048.04l.038.03.013.01 9.163 6.095a.858.858 0 0 0 .959.004l9.163-6.095.015-.01q.02-.015.037-.03l.048-.04q.02-.017.035-.035.025-.024.043-.045l.03-.037.035-.052.025-.038a.4.4 0 0 0 .03-.058l.02-.04.023-.063c.003-.013.01-.027.013-.04q.009-.037.015-.072l.007-.037q.006-.062.007-.117V8.954a1 1 0 0 0-.008-.114m-9.154-4.376 6.751 4.49-3.016 2.013-3.735-2.492zm-1.724 0v4.009l-3.735 2.494-3.014-2.013zm-7.439 6.098L5.853 12l-2.155 1.438zm7.439 8.974-6.749-4.491 3.015-2.011 3.735 2.492zM12 14.035 8.953 12 12 9.966 15.047 12zm.862 5.501v-4.009l3.735-2.492 3.016 2.011zm7.441-6.098L18.147 12l2.156-1.438z"})))},{name:"deezer",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20.129 3.662c.222-1.287.548-2.096.909-2.098h.001c.673.002 1.219 2.809 1.219 6.274s-.546 6.274-1.22 6.274c-.276 0-.531-.477-.736-1.276-.324 2.926-.997 4.937-1.776 4.937-.603 0-1.144-1.208-1.507-3.114-.248 3.624-.872 6.195-1.602 6.195-.458 0-.875-1.019-1.184-2.678C13.861 21.6 13.003 24 12.002 24s-1.861-2.399-2.231-5.824c-.307 1.659-.724 2.678-1.184 2.678-.73 0-1.352-2.571-1.602-6.195-.363 1.905-.903 3.114-1.507 3.114-.778 0-1.452-2.011-1.776-4.937-.204.802-.46 1.276-.736 1.276-.674 0-1.22-2.809-1.22-6.274s.546-6.274 1.22-6.274c.362 0 .685.812.91 2.098.357-2.22.94-3.662 1.6-3.662.784 0 1.463 2.04 1.784 5.002.314-2.156.791-3.53 1.325-3.53.749 0 1.385 2.703 1.621 6.474.443-1.933 1.085-3.146 1.795-3.146s1.352 1.214 1.795 3.146c.237-3.771.872-6.474 1.621-6.474.533 0 1.009 1.374 1.325 3.53.321-2.962 1-5.002 1.784-5.002.658 0 1.244 1.443 1.603 3.662M0 7.221c0-1.549.31-2.805.692-2.805s.692 1.256.692 2.805-.31 2.805-.692 2.805S0 8.77 0 7.221m22.616 0c0-1.549.31-2.805.692-2.805S24 5.672 24 7.221s-.31 2.805-.692 2.805-.692-1.256-.692-2.805"})))},{name:"discord",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20.33 4.523A20 20 0 0 0 15.379 3a14 14 0 0 0-.634 1.289 18.4 18.4 0 0 0-5.495 0A14 14 0 0 0 8.615 3 20 20 0 0 0 3.66 4.527C.527 9.163-.323 13.684.102 18.141a20 20 0 0 0 6.073 3.049 14.7 14.7 0 0 0 1.301-2.097 13 13 0 0 1-2.048-.978q.258-.189.502-.378a14.27 14.27 0 0 0 12.142 0q.247.202.502.378a13 13 0 0 1-2.052.98 14.5 14.5 0 0 0 1.301 2.095 19.9 19.9 0 0 0 6.076-3.047c.498-5.168-.851-9.648-3.568-13.62M8.013 15.4c-1.183 0-2.161-1.074-2.161-2.395S6.796 10.6 8.01 10.6s2.183 1.083 2.163 2.405S9.22 15.4 8.013 15.4m7.974 0c-1.186 0-2.16-1.074-2.16-2.395s.944-2.405 2.16-2.405 2.178 1.083 2.157 2.405-.951 2.395-2.158 2.395"})))},{name:"dribbble",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10m8.434-8.631c-.292-.092-2.644-.794-5.32-.365 1.117 3.07 1.572 5.57 1.659 6.09a8.56 8.56 0 0 0 3.661-5.725m-5.098 6.507c-.127-.749-.623-3.361-1.822-6.477l-.056.019c-4.818 1.679-6.547 5.02-6.701 5.334A8.5 8.5 0 0 0 12 20.555a8.5 8.5 0 0 0 3.336-.679m-9.682-2.152c.193-.331 2.538-4.213 6.943-5.637q.167-.054.337-.102a29 29 0 0 0-.692-1.45c-4.266 1.277-8.405 1.223-8.778 1.216a8.497 8.497 0 0 0 2.19 5.973m-2.015-7.46c.382.005 3.901.02 7.897-1.041a55 55 0 0 0-3.167-4.94 8.57 8.57 0 0 0-4.73 5.981m6.359-6.555a46 46 0 0 1 3.187 5c3.037-1.138 4.323-2.867 4.477-3.085a8.51 8.51 0 0 0-7.664-1.915m8.614 2.903c-.18.243-1.612 2.078-4.77 3.367a27 27 0 0 1 .751 1.678c2.842-.357 5.666.215 5.948.275a8.5 8.5 0 0 0-1.929-5.32"})))},{name:"dropbox",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 6.134 6.069 9.797 2 6.54l5.883-3.843zm-10 6.92 5.883 3.843L12 13.459 6.069 9.797zm10 .405 4.116 3.439L22 13.054l-4.069-3.257zM22 6.54l-5.884-3.843L12 6.134l5.931 3.663zm-9.989 7.66-4.129 3.426-1.767-1.153v1.291l5.896 3.539 5.897-3.539v-1.291l-1.769 1.153z"})))},{name:"eventbrite",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18.041 3.931 5.959 3A2.96 2.96 0 0 0 3 5.959v12.083A2.96 2.96 0 0 0 5.959 21l12.083-.931C19.699 19.983 21 18.744 21 17.11V6.89c0-1.634-1.259-2.863-2.959-2.959M16.933 8.17c-.082.215-.192.432-.378.551-.188.122-.489.132-.799.132-1.521 0-3.062-.048-4.607-.048q-.23 1.061-.451 2.128c.932-.004 1.873.005 2.81.005.726 0 1.462-.069 1.586.525.04.189-.001.426-.052.615-.105.38-.258.676-.625.783-.185.054-.408.058-.646.058-1.145 0-2.345.017-3.493.02-.169.772-.328 1.553-.489 2.333 1.57-.005 3.067-.041 4.633-.058.627-.007 1.085.194 1.009.85a2.2 2.2 0 0 1-.211.725c-.102.208-.248.376-.488.452-.237.075-.541.064-.862.078-.304.014-.614.008-.924.016-.309.009-.619.022-.919.022-1.253 0-2.429.08-3.683.073-.603-.004-1.014-.249-1.124-.757-.059-.273-.018-.58.036-.841a3543 3543 0 0 1 1.629-7.763c.056-.265.114-.511.225-.714a1.24 1.24 0 0 1 .79-.62c.368-.099.883-.047 1.344-.047.305 0 .612.008.914.016.925.026 1.817.03 2.747.053.304.007.615.016.915.016.621 0 1.17.073 1.245.614.039.288-.051.567-.132.783"})))},{name:"facebook",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10"})))},{name:"fediverse",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 743 743"},React.createElement("g",null,React.createElement("path",{d:"M181.131 275.137a68.9 68.9 0 0 1-29.465 29.328l161.758 162.389 38.998-19.764zm213.363 214.187-38.998 19.764 81.963 82.283a68.9 68.9 0 0 1 29.471-29.332zM581.646 339.391l-91.576 46.41 6.752 43.189 103.616-52.513a68.9 68.9 0 0 1-18.792-37.086m-144.738 73.351L220.383 522.477a68.9 68.9 0 0 1 18.795 37.089L443.66 455.934zM367.275 142.438l-104.48 203.97 30.848 30.967 110.623-215.957a68.9 68.9 0 0 1-36.991-18.98M235.621 399.459l-52.922 103.314a68.9 68.9 0 0 1 36.987 18.979l46.781-91.328zM150.768 304.918a68.9 68.9 0 0 1-34.416 7.195 69 69 0 0 1-6.651-.695l30.903 197.662a68.9 68.9 0 0 1 34.416-7.195 69 69 0 0 1 6.646.695zM239.342 560.545c.707 4.589.949 9.239.72 13.877a68.9 68.9 0 0 1-7.267 27.18l197.629 31.712c-.708-4.59-.95-9.24-.723-13.878a68.9 68.9 0 0 1 7.27-27.178zM601.133 377.199l-91.219 178.082a68.9 68.9 0 0 1 36.994 18.983l91.217-178.08a68.9 68.9 0 0 1-36.992-18.985M476.723 125.33a68.9 68.9 0 0 1-29.471 29.332l141.266 141.811a68.9 68.9 0 0 1 29.468-29.332zM347.787 104.631l-178.576 90.498a68.9 68.9 0 0 1 18.793 37.086l178.574-90.502a68.9 68.9 0 0 1-18.791-37.082M446.926 154.826a68.9 68.9 0 0 1-34.983 7.483 69 69 0 0 1-6.029-.633l15.818 101.291 43.163 6.926zm-16 167.028 37.4 239.482a68.9 68.9 0 0 1 33.914-6.943q3.625.206 7.207.791L474.09 328.777zM188.131 232.975c.734 4.66.988 9.383.758 14.095a68.9 68.9 0 0 1-7.16 26.983l101.369 16.281 19.923-38.908zm173.736 27.9-19.926 38.912 239.514 38.467a69 69 0 0 1-.695-13.719 68.9 68.9 0 0 1 7.349-27.324z"}),React.createElement("path",{fillOpacity:".996",d:"M412.284 156.054c34.538 1.882 64.061-24.592 65.943-59.13s-24.592-64.062-59.131-65.943c-34.538-1.882-64.061 24.592-65.943 59.13s24.593 64.062 59.131 65.943M646.144 390.82c34.538 1.881 64.062-24.593 65.943-59.131s-24.592-64.061-59.13-65.943-64.062 24.593-65.943 59.131 24.592 64.061 59.13 65.943M495.086 685.719c34.538 1.881 64.062-24.592 65.943-59.13s-24.592-64.062-59.13-65.943-64.062 24.592-65.943 59.13 24.592 64.062 59.13 65.943M167.866 633.211c34.538 1.882 64.062-24.592 65.943-59.13s-24.592-64.062-59.13-65.943-64.062 24.592-65.943 59.13 24.592 64.062 59.13 65.943M116.692 305.86c34.538 1.882 64.062-24.592 65.943-59.13s-24.592-64.062-59.131-65.943c-34.538-1.881-64.061 24.592-65.943 59.13s24.593 64.062 59.131 65.943"})))},{name:"feed",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M2 8.667V12c5.515 0 10 4.485 10 10h3.333c0-7.363-5.97-13.333-13.333-13.333M2 2v3.333c9.19 0 16.667 7.477 16.667 16.667H22C22 10.955 13.045 2 2 2m2.5 15a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5"})))},{name:"flickr",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M6.5 7c-2.75 0-5 2.25-5 5s2.25 5 5 5 5-2.25 5-5-2.25-5-5-5m11 0c-2.75 0-5 2.25-5 5s2.25 5 5 5 5-2.25 5-5-2.25-5-5-5"})))},{name:"foursquare",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M17.573 2H6.905C5.434 2 5 3.107 5 3.805v16.948c0 .785.422 1.077.66 1.172.238.097.892.177 1.285-.275 0 0 5.035-5.843 5.122-5.93.132-.132.132-.132.262-.132h3.26c1.368 0 1.588-.977 1.732-1.552.078-.318.692-3.428 1.225-6.122l.675-3.368C19.56 2.893 19.14 2 17.573 2m-1.078 5.22c-.053.252-.372.518-.665.518h-4.157c-.467 0-.802.318-.802.787v.508c0 .467.337.798.805.798h3.528c.331 0 .655.362.583.715s-.407 2.102-.448 2.295c-.04.193-.262.523-.655.523h-2.88c-.523 0-.683.068-1.033.503-.35.437-3.505 4.223-3.505 4.223-.032.035-.063.027-.063-.015V4.852c0-.298.26-.648.648-.648h8.562c.315 0 .61.297.528.683z"})))},{name:"ghost",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M10.203 20.997H3.005v-3.599h7.198zm10.792-3.599h-7.193v3.599h7.193zm.003-7.198H3v3.599h17.998zm-7.195-7.197H3.005v3.599h10.798zm7.197 0h-3.599v3.599H21z"})))},{name:"git",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M23.519 10.947 13.053.482a1.543 1.543 0 0 0-2.183 0L8.696 2.656l2.756 2.756a1.83 1.83 0 0 1 1.886.439 1.84 1.84 0 0 1 .436 1.898l2.656 2.657a1.83 1.83 0 0 1 1.899.436 1.837 1.837 0 0 1 0 2.597 1.84 1.84 0 0 1-2.599 0 1.84 1.84 0 0 1-.4-1.998l-2.478-2.477v6.521a1.837 1.837 0 0 1 .485 2.945 1.837 1.837 0 0 1-2.597 0 1.837 1.837 0 0 1 0-2.598 1.8 1.8 0 0 1 .602-.401V8.85a1.8 1.8 0 0 1-.602-.4 1.84 1.84 0 0 1-.395-2.009L7.628 3.723.452 10.898a1.544 1.544 0 0 0 0 2.184l10.467 10.467a1.544 1.544 0 0 0 2.183 0l10.417-10.418a1.546 1.546 0 0 0 0-2.184"})))},{name:"github",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12c0 4.419 2.865 8.166 6.839 9.489.5.09.682-.218.682-.484 0-.236-.009-.866-.014-1.699-2.782.602-3.369-1.34-3.369-1.34-.455-1.157-1.11-1.465-1.11-1.465-.909-.62.069-.608.069-.608 1.004.071 1.532 1.03 1.532 1.03.891 1.529 2.341 1.089 2.91.833.091-.647.349-1.086.635-1.337-2.22-.251-4.555-1.111-4.555-4.943 0-1.091.39-1.984 1.03-2.682-.103-.254-.447-1.27.097-2.646 0 0 .84-.269 2.75 1.025A9.6 9.6 0 0 1 12 6.836c.85.004 1.705.114 2.504.336 1.909-1.294 2.748-1.025 2.748-1.025.546 1.376.202 2.394.1 2.646.64.699 1.026 1.591 1.026 2.682 0 3.841-2.337 4.687-4.565 4.935.359.307.679.917.679 1.852 0 1.335-.012 2.415-.012 2.741 0 .269.18.579.688.481A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10"})))},{name:"google-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m-.05 16c-3.312 0-6-2.688-6-6s2.688-6 6-6c1.62 0 2.976.594 4.014 1.566L14.26 9.222c-.432-.408-1.188-.888-2.31-.888-1.986 0-3.606 1.65-3.606 3.672s1.62 3.672 3.606 3.672c2.298 0 3.144-1.59 3.3-2.532h-3.306v-2.238h5.616c.084.378.15.732.15 1.23 0 3.426-2.298 5.862-5.76 5.862"})))},{name:"google-plus-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M8 11h6.61c.06.35.11.7.11 1.16 0 4-2.68 6.84-6.72 6.84-3.87 0-7-3.13-7-7s3.13-7 7-7c1.89 0 3.47.69 4.69 1.83l-1.9 1.83c-.52-.5-1.43-1.08-2.79-1.08-2.39 0-4.34 1.98-4.34 4.42S5.61 16.42 8 16.42c2.77 0 3.81-1.99 3.97-3.02H8zm15 0h-2V9h-2v2h-2v2h2v2h2v-2h2"})))},{name:"google-plus",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m-1.919 14.05a4.051 4.051 0 0 1 0-8.1c1.094 0 2.009.401 2.709 1.057l-1.15 1.118a2.23 2.23 0 0 0-1.559-.599c-1.341 0-2.434 1.114-2.434 2.479s1.094 2.479 2.434 2.479c1.551 0 2.122-1.073 2.227-1.709h-2.232v-1.511h3.791c.057.255.101.494.101.83.001 2.312-1.55 3.956-3.887 3.956M19 12.75h-1.25V14h-1.5v-1.25H15v-1.5h1.25V10h1.5v1.25H19z"})))},{name:"google",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.02 10.18v3.73h5.51c-.26 1.57-1.67 4.22-5.5 4.22-3.31 0-6.01-2.75-6.01-6.12s2.7-6.12 6.01-6.12c1.87 0 3.13.8 3.85 1.48l2.84-2.76C16.99 2.99 14.73 2 12.03 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.77 0 9.6-4.06 9.6-9.77 0-.83-.11-1.42-.25-2.05z"})))},{name:"instagram",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 4.622c2.403 0 2.688.009 3.637.052.877.04 1.354.187 1.671.31.42.163.72.358 1.035.673s.51.615.673 1.035c.123.317.27.794.31 1.671.043.949.052 1.234.052 3.637s-.009 2.688-.052 3.637c-.04.877-.187 1.354-.31 1.671-.163.42-.358.72-.673 1.035s-.615.51-1.035.673c-.317.123-.794.27-1.671.31-.949.043-1.233.052-3.637.052s-2.688-.009-3.637-.052c-.877-.04-1.354-.187-1.671-.31a2.8 2.8 0 0 1-1.035-.673 2.8 2.8 0 0 1-.673-1.035c-.123-.317-.27-.794-.31-1.671-.043-.949-.052-1.234-.052-3.637s.009-2.688.052-3.637c.04-.877.187-1.354.31-1.671.163-.42.358-.72.673-1.035s.615-.51 1.035-.673c.317-.123.794-.27 1.671-.31.949-.043 1.234-.052 3.637-.052M12 3c-2.444 0-2.751.01-3.711.054-.958.044-1.612.196-2.184.418a4.4 4.4 0 0 0-1.594 1.039c-.5.5-.808 1.002-1.038 1.594-.223.572-.375 1.226-.419 2.184C3.01 9.249 3 9.556 3 12s.01 2.751.054 3.711c.044.958.196 1.612.418 2.185.23.592.538 1.094 1.038 1.594s1.002.808 1.594 1.038c.572.222 1.227.375 2.185.418.96.044 1.267.054 3.711.054s2.751-.01 3.711-.054c.958-.044 1.612-.196 2.185-.418a4.4 4.4 0 0 0 1.594-1.038c.5-.5.808-1.002 1.038-1.594.222-.572.375-1.227.418-2.185.044-.96.054-1.267.054-3.711s-.01-2.751-.054-3.711c-.044-.958-.196-1.612-.418-2.185A4.4 4.4 0 0 0 19.49 4.51c-.5-.5-1.002-.808-1.594-1.038-.572-.222-1.227-.375-2.185-.418C14.751 3.01 14.444 3 12 3m0 4.378a4.622 4.622 0 1 0 0 9.244 4.622 4.622 0 0 0 0-9.244M12 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6m4.804-8.884a1.08 1.08 0 1 0 .001 2.161 1.08 1.08 0 0 0-.001-2.161"})))},{name:"json-feed",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m8.522 17.424.027.027c1.076-1.076 1.854-.993 3.154.306l2.053 2.053c2.136 2.136 4.131 2.028 6.515-.356l.729-.728-1.548-1.548-.373.373c-1.349 1.349-2.293 1.366-3.585.075l-2.409-2.409c-1.242-1.242-2.475-1.366-3.659-.381l-.232-.232c1.01-1.225.911-2.368-.29-3.568l-2.16-2.162c-1.317-1.317-1.308-2.236.058-3.602l.372-.372-1.54-1.54-.728.729c-2.393 2.393-2.525 4.346-.439 6.433l1.78 1.78c1.3 1.3 1.383 2.095.315 3.163l.008.008a1.384 1.384 0 0 0 1.952 1.951"}),React.createElement("circle",{cx:"13.089",cy:"10.905",r:"1.383"}),React.createElement("circle",{cx:"16.349",cy:"7.644",r:"1.383"}),React.createElement("circle",{cx:"19.61",cy:"4.383",r:"1.383"})))},{name:"line",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M14.255 9.572v3.333c0 .084-.066.15-.15.15h-.534a.16.16 0 0 1-.122-.061l-1.528-2.063v1.978c0 .084-.066.15-.15.15h-.534a.15.15 0 0 1-.15-.15V9.576c0-.084.066-.15.15-.15h.529a.14.14 0 0 1 .122.066l1.528 2.063V9.577c0-.084.066-.15.15-.15h.534a.15.15 0 0 1 .155.145m-3.844-.15h-.534a.15.15 0 0 0-.15.15v3.333c0 .084.066.15.15.15h.534c.084 0 .15-.066.15-.15V9.572c0-.08-.066-.15-.15-.15m-1.289 2.794H7.664V9.572a.15.15 0 0 0-.15-.15H6.98a.15.15 0 0 0-.15.15v3.333q0 .062.042.103a.16.16 0 0 0 .103.042h2.142c.084 0 .15-.066.15-.15v-.534a.15.15 0 0 0-.145-.15m7.945-2.794h-2.142c-.08 0-.15.066-.15.15v3.333c0 .08.066.15.15.15h2.142c.084 0 .15-.066.15-.15v-.534a.15.15 0 0 0-.15-.15h-1.458v-.563h1.458c.084 0 .15-.066.15-.15v-.539a.15.15 0 0 0-.15-.15h-1.458v-.563h1.458c.084 0 .15-.066.15-.15v-.534c-.005-.08-.07-.15-.15-.15M22.5 5.33v13.373c-.005 2.1-1.725 3.802-3.83 3.797H5.297c-2.1-.005-3.802-1.73-3.797-3.83V5.297c.005-2.1 1.73-3.802 3.83-3.797h13.373c2.1.005 3.802 1.725 3.797 3.83m-2.888 5.747c0-3.422-3.431-6.206-7.645-6.206s-7.645 2.784-7.645 6.206c0 3.066 2.719 5.634 6.394 6.122.895.192.792.52.591 1.725-.033.192-.155.755.661.413s4.402-2.592 6.009-4.439c1.106-1.219 1.636-2.452 1.636-3.82"})))},{name:"link",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M17 13H7v-2h10zm1-6h-1c-1.631 0-3.065.792-3.977 2H18c1.103 0 2 .897 2 2v2c0 1.103-.897 2-2 2h-4.977c.913 1.208 2.347 2 3.977 2h1a4 4 0 0 0 4-4v-2a4 4 0 0 0-4-4M2 11v2a4 4 0 0 0 4 4h1c1.63 0 3.065-.792 3.977-2H6c-1.103 0-2-.897-2-2v-2c0-1.103.897-2 2-2h4.977C10.065 7.792 8.631 7 7 7H6a4 4 0 0 0-4 4"})))},{name:"linkedin",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.7 3H4.3A1.3 1.3 0 0 0 3 4.3v15.4A1.3 1.3 0 0 0 4.3 21h15.4a1.3 1.3 0 0 0 1.3-1.3V4.3A1.3 1.3 0 0 0 19.7 3M8.339 18.338H5.667v-8.59h2.672zM7.004 8.574a1.548 1.548 0 1 1-.002-3.096 1.548 1.548 0 0 1 .002 3.096m11.335 9.764H15.67v-4.177c0-.996-.017-2.278-1.387-2.278-1.389 0-1.601 1.086-1.601 2.206v4.249h-2.667v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.779 3.203 4.092v4.711z"})))},{name:"mail",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m0 4.236-8 4.882-8-4.882V6h16z"})))},{name:"mastodon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M11.973 2.352c-2.468.02-4.842.286-6.225.921 0 0-2.742 1.229-2.742 5.415 0 .958-.018 2.105.012 3.32.1 4.094.75 8.128 4.535 9.129 1.745.462 3.244.56 4.45.494 2.19-.122 3.417-.781 3.417-.781l-.072-1.588s-1.565.491-3.32.431c-1.74-.06-3.576-.188-3.858-2.324a4 4 0 0 1-.04-.598s1.709.416 3.874.516c1.324.06 2.563-.076 3.824-.226 2.418-.29 4.524-1.78 4.79-3.141.416-2.144.38-5.232.38-5.232 0-4.186-2.74-5.415-2.74-5.415-1.383-.635-3.76-.9-6.227-.921zM9.18 5.622c1.028 0 1.804.395 2.318 1.185l.502.84.5-.84c.514-.79 1.292-1.186 2.32-1.186.888 0 1.605.313 2.15.922q.795.915.794 2.469v5.068h-2.008V9.16c0-1.037-.438-1.562-1.31-1.562-.966 0-1.448.622-1.448 1.857v2.693h-1.996V9.455c0-1.235-.484-1.857-1.45-1.857-.872 0-1.308.525-1.308 1.562v4.92H6.236V9.012q-.001-1.554.793-2.469c.547-.609 1.263-.922 2.15-.922"})))},{name:"medium-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{fillRule:"nonzero",d:"M7.423 6c3.27 0 5.922 2.686 5.922 6s-2.651 6-5.922 6S1.5 15.313 1.5 12s2.652-6 5.923-6m9.458.351c1.635 0 2.961 2.53 2.961 5.65 0 3.118-1.325 5.648-2.96 5.648S13.92 15.119 13.92 12s1.325-5.649 2.96-5.649m4.577.589c.576 0 1.042 2.265 1.042 5.06s-.466 5.06-1.042 5.06c-.575 0-1.04-2.265-1.04-5.06s.465-5.06 1.04-5.06"})))},{name:"medium",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M3 3v18h18V3zm15 4.26-1 .93a.28.28 0 0 0-.11.27v6.8a.27.27 0 0 0 .11.27l.94.93v.2h-4.75v-.2l1-1c.09-.1.09-.12.09-.27V9.74l-2.71 6.9h-.37L8 9.74v4.62a.67.67 0 0 0 .17.54l1.27 1.54v.2H5.86v-.2l1.27-1.54a.64.64 0 0 0 .17-.54V9a.5.5 0 0 0-.16-.4L6 7.26v-.2h3.52L12.23 13l2.38-5.94H18z"})))},{name:"messenger",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.026.375C5.462.375.375 5.172.375 11.652c0 3.389 1.393 6.318 3.66 8.341.391.352.311.556.377 2.73a.934.934 0 0 0 1.307.823c2.48-1.092 2.512-1.178 2.933-1.064 7.185 1.977 14.973-2.621 14.973-10.83 0-6.48-5.035-11.277-11.599-11.277m6.996 8.678L15.6 14.47a1.75 1.75 0 0 1-2.527.465l-2.723-2.038a.7.7 0 0 0-.844 0l-3.674 2.786c-.49.372-1.133-.216-.802-.735l3.422-5.417a1.75 1.75 0 0 1 2.527-.465l2.722 2.037a.7.7 0 0 0 .844 0L18.22 8.32c.489-.374 1.132.213.801.732"})))},{name:"microblog",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.641 17.086c1.294-1.522 2.067-3.438 2.067-5.521 0-4.957-4.371-8.972-9.763-8.972s-9.763 4.015-9.763 8.972 4.371 8.972 9.763 8.972a10.5 10.5 0 0 0 3.486-.59.315.315 0 0 1 .356.112c.816 1.101 2.09 1.876 3.506 2.191a.194.194 0 0 0 .192-.309 3.82 3.82 0 0 1 .162-4.858zm-3.065-6.575-2.514 1.909.912 3.022a.286.286 0 0 1-.437.317l-2.592-1.802-2.592 1.802a.285.285 0 0 1-.436-.317l.912-3.022-2.515-1.909a.285.285 0 0 1 .167-.513l3.155-.066 1.038-2.981a.285.285 0 0 1 .539 0l1.038 2.981 3.155.066a.285.285 0 0 1 .17.513"})))},{name:"nextdoor",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",strokeMiterlimit:"10",viewBox:"0 0 130 130"},React.createElement("g",null,React.createElement("path",{d:"M64.25 3.531c-31.144.337-57.596 24.22-60.469 55.907-3.064 33.799 21.857 63.685 55.657 66.75s63.685-21.857 66.75-55.657-21.857-63.686-55.657-66.75a62 62 0 0 0-6.281-.25m3.938 34.907C82.468 38.438 93.5 48.58 93.5 61.5v27c0 .685-.565 1.25-1.25 1.25H80.906a1.267 1.267 0 0 1-1.25-1.25V63.375c0-5.58-4.309-11.937-11.469-11.937-7.47 0-11.468 6.357-11.468 11.937V88.5c0 .685-.565 1.25-1.25 1.25H44.125c-.68 0-1.219-.57-1.219-1.25V64.156c0-.74-.529-1.364-1.25-1.531-13.13-2.93-15.115-10.285-15.375-21.125-.005-.332.142-.67.375-.906.233-.237.543-.375.875-.375l11.688.062c.66.01 1.187.529 1.218 1.188.13 4.44.438 9.406 4.438 9.406.83 0 1.443-1.179 1.813-1.719 4.41-6.48 12.28-10.718 21.5-10.718"})))},{name:"patreon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20 7.408c-.003-2.299-1.746-4.182-3.79-4.862-2.54-.844-5.888-.722-8.312.453-2.939 1.425-3.862 4.545-3.896 7.656-.028 2.559.22 9.297 3.92 9.345 2.75.036 3.159-3.603 4.43-5.356.906-1.247 2.071-1.599 3.506-1.963 2.465-.627 4.146-2.626 4.142-5.273"})))},{name:"pinterest-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.289 2C6.617 2 3.606 5.648 3.606 9.622c0 1.846 1.025 4.146 2.666 4.878.25.111.381.063.439-.169.044-.175.267-1.029.365-1.428a.37.37 0 0 0-.091-.362c-.54-.63-.975-1.791-.975-2.873 0-2.777 2.194-5.464 5.933-5.464 3.23 0 5.49 2.108 5.49 5.122 0 3.407-1.794 5.768-4.13 5.768-1.291 0-2.257-1.021-1.948-2.277.372-1.495 1.089-3.112 1.089-4.191 0-.967-.542-1.775-1.663-1.775-1.319 0-2.379 1.309-2.379 3.059 0 1.115.394 1.869.394 1.869s-1.302 5.279-1.54 6.261c-.405 1.666.053 4.368.094 4.604.021.126.167.169.25.063.129-.165 1.699-2.419 2.142-4.051.158-.59.817-2.995.817-2.995.43.784 1.681 1.446 3.013 1.446 3.963 0 6.822-3.494 6.822-7.833C20.394 5.112 16.849 2 12.289 2"})))},{name:"pinterest",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12c0 4.236 2.636 7.855 6.356 9.312-.087-.791-.166-2.005.035-2.869.182-.78 1.173-4.971 1.173-4.971s-.299-.599-.299-1.484c0-1.39.806-2.429 1.809-2.429.853 0 1.265.641 1.265 1.409 0 .858-.546 2.141-.828 3.329-.236.996.499 1.807 1.481 1.807 1.777 0 3.144-1.874 3.144-4.579 0-2.394-1.72-4.068-4.177-4.068-2.845 0-4.515 2.134-4.515 4.34 0 .859.331 1.781.744 2.282a.3.3 0 0 1 .069.287c-.077.316-.246.995-.279 1.134-.044.183-.145.222-.334.134-1.249-.581-2.03-2.407-2.03-3.874 0-3.154 2.292-6.051 6.607-6.051 3.469 0 6.165 2.472 6.165 5.775 0 3.446-2.173 6.22-5.189 6.22-1.013 0-1.966-.526-2.292-1.148l-.623 2.377c-.226.869-.835 1.957-1.243 2.622.936.289 1.93.445 2.961.445 5.523 0 10-4.477 10-10S17.523 2 12 2"})))},{name:"pocket",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.927 4.194A1.82 1.82 0 0 0 20.222 3H3.839a1.823 1.823 0 0 0-1.813 1.814v6.035l.069 1.2c.29 2.73 1.707 5.115 3.899 6.778l.119.089.025.018a9.9 9.9 0 0 0 3.91 1.727 10.06 10.06 0 0 0 4.049-.014.3.3 0 0 0 .064-.023 9.9 9.9 0 0 0 3.753-1.691l.025-.018q.06-.043.119-.089c2.192-1.664 3.609-4.049 3.898-6.778l.069-1.2V4.814a1.8 1.8 0 0 0-.098-.62m-4.235 6.287-4.704 4.512a1.37 1.37 0 0 1-1.898 0l-4.705-4.512a1.371 1.371 0 1 1 1.898-1.979l3.756 3.601 3.755-3.601a1.372 1.372 0 0 1 1.898 1.979"})))},{name:"polldaddy",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.487 2 2 6.487 2 12c0 5.514 4.487 10 10 10 5.514 0 10-4.486 10-10 0-5.513-4.486-10-10-10m.991 1.68c2.361.084 4.657 1.251 6.197 3.136.283.334.541.693.774 1.067a7.78 7.78 0 0 0-6.094-2.94 7.76 7.76 0 0 0-5.896 2.703q-.008.006-.016.014l-.152.159-.031.032a6.12 6.12 0 0 0-1.633 4.165 6.15 6.15 0 0 0 6.143 6.143c.57 0 1.123-.081 1.649-.227-1.849.839-4.131.747-5.926-.324-1.841-1.089-3.171-3.111-3.433-5.313A7.39 7.39 0 0 1 6.69 6.137C8.294 4.5 10.634 3.563 12.991 3.68m3.373 8.519c-.049-2.024-1.587-3.889-3.544-4.174-1.927-.343-3.917.857-4.451 2.661a3.67 3.67 0 0 0 .2 2.653c.39.8 1.067 1.451 1.894 1.759 1.664.654 3.63-.27 4.173-1.863.593-1.58-.396-3.423-1.94-3.776-1.52-.407-3.161.757-3.204 2.243a2.36 2.36 0 0 0 .753 1.879c.501.476 1.23.667 1.871.529a2.07 2.07 0 0 0 1.469-1.134 1.91 1.91 0 0 0-.087-1.767c-.297-.513-.859-.863-1.429-.881a1.7 1.7 0 0 0-1.437.679 1.53 1.53 0 0 0-.18 1.489q.006.016.016.03c.193.634.774 1.1 1.467 1.117a1.6 1.6 0 0 1-.97-.183c-.466-.244-.809-.747-.893-1.29a1.8 1.8 0 0 1 .499-1.539 2.02 2.02 0 0 1 1.58-.606c.593.04 1.159.35 1.517.859.364.496.51 1.156.383 1.773-.116.62-.529 1.174-1.093 1.514a2.52 2.52 0 0 1-1.914.286c-.65-.161-1.226-.606-1.584-1.206a2.83 2.83 0 0 1-.341-2.031c.143-.7.573-1.321 1.176-1.753 1.193-.883 3.056-.751 4.106.411 1.106 1.1 1.327 3.027.406 4.371-.877 1.376-2.74 2.086-4.374 1.594-1.639-.449-2.913-2.079-3.031-3.853-.07-.884.13-1.797.583-2.577.445-.777 1.155-1.432 1.972-1.862 1.64-.88 3.816-.743 5.349.424 1.251.924 2.083 2.42 2.236 4.009l.001.03c0 2.9-2.359 5.26-5.26 5.26a5.2 5.2 0 0 1-1.947-.376 5 5 0 0 0 2.613-.079 4.96 4.96 0 0 0 2.514-1.751c.618-.828.95-1.861.901-2.869M12 21.113c-5.024 0-9.111-4.087-9.111-9.113 0-4.789 3.713-8.723 8.411-9.081a7 7 0 0 0-.397.06c-2.644.453-5.017 2.106-6.32 4.409-1.309 2.301-1.391 5.19-.3 7.527 1.056 2.34 3.253 4.156 5.776 4.553 2.497.44 5.133-.483 6.787-2.301 1.719-1.797 2.269-4.529 1.486-6.796-.583-1.81-1.976-3.331-3.7-4.046 3.417.594 6.174 3.221 6.174 6.781 0 1.004-.241 2.02-.657 2.966-1.498 2.984-4.586 5.041-8.149 5.041"})))},{name:"print",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M9 16h6v2H9zm13 1h-3v3a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3H2V9a2 2 0 0 1 2-2h1V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2h1a2 2 0 0 1 2 2zM7 7h10V5H7zm10 7H7v6h10zm3-3.5a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 20 10.5"})))},{name:"quora",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M47.736 16.521c-.41-.81-.898-1.631-1.846-1.631a1 1 0 0 0-.527.107l-.322-.644a2.93 2.93 0 0 1 1.836-.595c1.26 0 1.914.605 2.431 1.397a6.8 6.8 0 0 0 .449-2.675c0-2.773-.869-4.199-2.929-4.199-1.992 0-2.851 1.465-2.851 4.199s.859 4.17 2.851 4.17a4 4 0 0 0 .869-.107zm.498.966a6 6 0 0 1-1.367.185 5.27 5.27 0 0 1-5.263-5.204c0-3.114 2.558-5.233 5.263-5.233s5.282 2.109 5.282 5.233a5.08 5.08 0 0 1-1.992 4.072c.381.566.781.956 1.319.956.595 0 .839-.459.878-.82h.781c.049.488-.195 2.48-2.373 2.48-1.319 0-2.012-.761-2.529-1.66zm5.624-2.646v-3.563c0-.371-.146-.586-.615-.586h-.498v-.956h3.251v5.048c0 .849.459 1.231 1.161 1.231a1.56 1.56 0 0 0 1.465-.839V11.28c0-.371-.146-.586-.615-.586h-.527v-.957h3.28v5.302c0 .527.195.732.8.732h.107v.976l-2.929.468V16.21h-.057a3.12 3.12 0 0 1-2.509 1.152c-1.28 0-2.304-.644-2.304-2.558zm12.059 1.611c1.152 0 1.592-1.005 1.611-3.027.02-1.982-.459-2.929-1.611-2.929-1.005 0-1.641.956-1.641 2.929 0 2.021.625 3.027 1.641 3.027m0 .956a3.906 3.906 0 0 1-3.974-3.974c0-2.334 1.836-3.886 3.974-3.886 2.226 0 4.004 1.582 4.004 3.886a3.867 3.867 0 0 1-4.004 3.974m4.072-.146v-.956h.312c.781 0 .859-.224.859-.908v-4.121c0-.371-.215-.586-.732-.586h-.42v-.955h2.968l.146 1.553h.108c.371-1.113 1.221-1.699 2.051-1.699.693 0 1.221.39 1.221 1.181 0 .547-.264 1.093-1.005 1.093-.664 0-.8-.449-1.358-.449-.488 0-.869.468-.869 1.152v2.783c0 .673.166.908.937.908h.439v.956h-4.658zm9.901-1.093c.956 0 1.338-.898 1.338-1.797v-1.211c-.732.722-2.304.742-2.304 2.021 0 .625.371.986.966.986m1.387 0c-.39.752-1.191 1.26-2.314 1.26-1.309 0-2.148-.732-2.148-1.914 0-2.451 3.417-1.797 4.423-3.427v-.185c0-1.25-.488-1.445-1.035-1.445-1.524 0-.83 1.631-2.226 1.631-.673 0-.937-.371-.937-.859 0-.927 1.093-1.67 3.173-1.67 1.963 0 3.163.537 3.163 2.49v3.114q-.02.742.595.742a1 1 0 0 0 .449-.127l.254.615c-.205.312-.752.869-1.836.869-.908 0-1.465-.42-1.543-1.113h-.01zm-68.554 2.558c-.83-1.641-1.807-3.3-3.711-3.3a2.9 2.9 0 0 0-1.093.215l-.644-1.299a5.66 5.66 0 0 1 3.662-1.211c2.548 0 3.857 1.231 4.892 2.792q.917-2.012.908-5.38c0-5.585-1.748-8.417-5.829-8.417-4.033 0-5.76 2.87-5.76 8.417s1.738 8.397 5.76 8.397a5.9 5.9 0 0 0 1.748-.224zm.996 1.953a9.8 9.8 0 0 1-2.744.371C5.614 21.041.371 16.764.371 10.545.371 4.277 5.614 0 10.965 0c5.448 0 10.642 4.248 10.642 10.545a10.25 10.25 0 0 1-4.013 8.201c.732 1.152 1.563 1.914 2.665 1.914 1.201 0 1.689-.927 1.768-1.66h1.572c.088.966-.4 4.999-4.775 4.999-2.646 0-4.052-1.543-5.106-3.339z"})))},{name:"reddit",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M22 11.816a2.28 2.28 0 0 0-2.277-2.277c-.593 0-1.122.24-1.526.614-1.481-.965-3.455-1.594-5.647-1.69l1.171-3.702 3.18.748a1.88 1.88 0 0 0 1.876 1.862 1.88 1.88 0 0 0 1.877-1.878 1.88 1.88 0 0 0-1.877-1.877c-.769 0-1.431.466-1.72 1.13l-3.508-.826a.386.386 0 0 0-.46.261l-1.35 4.268c-2.316.038-4.411.67-5.97 1.671a2.24 2.24 0 0 0-1.492-.581A2.28 2.28 0 0 0 2 11.816c0 .814.433 1.523 1.078 1.925a4 4 0 0 0-.061.672c0 3.292 4.011 5.97 8.941 5.97s8.941-2.678 8.941-5.97q-.002-.32-.053-.632A2.26 2.26 0 0 0 22 11.816m-3.224-7.422a1.1 1.1 0 1 1-.001 2.199 1.1 1.1 0 0 1 .001-2.199M2.777 11.816c0-.827.672-1.5 1.499-1.5.313 0 .598.103.838.269-.851.676-1.477 1.479-1.812 2.36a1.48 1.48 0 0 1-.525-1.129m9.182 7.79c-4.501 0-8.164-2.329-8.164-5.193S7.457 9.22 11.959 9.22s8.164 2.329 8.164 5.193-3.663 5.193-8.164 5.193m8.677-6.605c-.326-.89-.948-1.701-1.797-2.384.248-.186.55-.301.883-.301.827 0 1.5.673 1.5 1.5.001.483-.23.911-.586 1.185m-11.64 1.703c-.76 0-1.397-.616-1.397-1.376s.637-1.397 1.397-1.397 1.376.637 1.376 1.397-.616 1.376-1.376 1.376m7.405-1.376c0 .76-.616 1.376-1.376 1.376s-1.399-.616-1.399-1.376.639-1.397 1.399-1.397 1.376.637 1.376 1.397m-1.172 3.38a.39.39 0 0 1 0 .55c-.674.674-1.727 1.002-3.219 1.002l-.011-.002-.011.002c-1.492 0-2.544-.328-3.218-1.002a.389.389 0 1 1 .55-.55c.521.521 1.394.775 2.669.775l.011.002.011-.002c1.275 0 2.148-.253 2.669-.775a.387.387 0 0 1 .549 0"})))},{name:"share",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18 16c-.788 0-1.499.31-2.034.807L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.048 4.118A3 3 0 0 0 15 19a3 3 0 1 0 3-3"})))},{name:"skype",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m10.113 2.699.1-.02q.05.025.098.051zM2.72 10.223l-.017.103q.025.048.051.095zm18.555 3.548q.009-.053.018-.106-.025-.047-.052-.095zm-7.712 7.428q.049.027.096.053l.105-.017zM22 16.386a5.55 5.55 0 0 1-1.637 3.953 5.55 5.55 0 0 1-3.953 1.637 5.6 5.6 0 0 1-2.75-.725l.105-.017-.202-.035q.049.027.096.053a9.5 9.5 0 0 1-1.654.147 9.4 9.4 0 0 1-3.676-.743 9.4 9.4 0 0 1-3.002-2.023 9.4 9.4 0 0 1-2.023-3.002 9.4 9.4 0 0 1-.743-3.676c0-.546.049-1.093.142-1.628q.025.048.051.095l-.034-.199-.017.103A5.6 5.6 0 0 1 2 7.615c0-1.493.582-2.898 1.637-3.953A5.56 5.56 0 0 1 7.59 2.024c.915 0 1.818.228 2.622.655l-.1.02.199.031q-.049-.026-.098-.051l.004-.001a9.5 9.5 0 0 1 1.788-.169 9.41 9.41 0 0 1 6.678 2.766 9.4 9.4 0 0 1 2.024 3.002 9.4 9.4 0 0 1 .743 3.676c0 .575-.054 1.15-.157 1.712q-.025-.047-.052-.095l.034.201q.009-.053.018-.106c.461.829.707 1.767.707 2.721m-5.183-2.248c0-1.331-.613-2.743-3.033-3.282l-2.209-.49c-.84-.192-1.807-.444-1.807-1.237s.679-1.348 1.903-1.348c2.468 0 2.243 1.696 3.468 1.696.645 0 1.209-.379 1.209-1.031 0-1.521-2.435-2.663-4.5-2.663-2.242 0-4.63.952-4.63 3.488 0 1.221.436 2.521 2.839 3.123l2.984.745c.903.223 1.129.731 1.129 1.189 0 .762-.758 1.507-2.129 1.507-2.679 0-2.307-2.062-3.743-2.062-.645 0-1.113.444-1.113 1.078 0 1.236 1.501 2.886 4.856 2.886 3.195 0 4.776-1.538 4.776-3.599"})))},{name:"sms",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M17.696 4C20.069 4 22 5.973 22 8.398v4.357c0 2.04-1.368 3.783-3.261 4.266v4.427l-5.234-4.295h-7.2C3.93 17.153 2 15.18 2 12.755V8.398C2 5.973 3.931 4 6.304 4zM7.028 8.515c-.98 0-1.66.562-1.66 1.349-.009.497.322.91.985 1.178l.39.142c.242.097.305.171.305.297 0 .162-.131.251-.442.251s-.76-.135-1.004-.284l-.112.046-.215.868c.359.258.832.364 1.33.364 1.104 0 1.764-.523 1.764-1.333-.008-.574-.305-.956-.954-1.216l-.393-.146c-.266-.108-.341-.181-.341-.287 0-.152.131-.243.387-.243.274 0 .587.093.808.214l.109-.047.214-.837c-.315-.224-.741-.316-1.171-.316m10.302 0c-.98 0-1.66.562-1.66 1.349-.008.497.322.91.985 1.178l.39.142c.243.097.305.171.305.297 0 .162-.13.251-.442.251-.311 0-.76-.135-1.004-.284l-.112.046-.215.868c.359.258.832.364 1.33.364 1.104 0 1.764-.523 1.764-1.333-.008-.574-.305-.956-.954-1.216l-.393-.146c-.266-.108-.341-.181-.341-.287 0-.152.131-.243.387-.243.274 0 .587.093.808.214l.109-.047.214-.837c-.316-.224-.741-.316-1.171-.316m-3.733 0c-.297 0-.55.066-.78.202l-.144.098a2 2 0 0 0-.264.247l-.078.095-.027-.077c-.15-.34-.55-.565-1.033-.565l-.169.007a1.36 1.36 0 0 0-.896.42l-.08.09-.038-.363-.075-.067H8.994l-.075.079.024.634c.005.2.008.397.008.604v2.652l.075.075h1.178l.075-.075v-2.269q-.002-.168.042-.274c.083-.23.262-.392.496-.392.314 0 .483.267.483.753v2.182l.075.075h1.179l.075-.075v-2.277c0-.097.016-.213.043-.285.077-.224.26-.373.486-.373.33 0 .5.272.5.817v2.118l.074.075h1.179l.075-.075v-2.293c0-1.131-.537-1.763-1.39-1.763Z"})))},{name:"snapchat",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M11.989 1.728c3.221.001 5.904 2.683 5.908 5.912q.002 1.133.067 2.094a.737.737 0 0 0 .902.669l1.009-.237a.6.6 0 0 1 .129-.015c.256 0 .492.175.55.434a.74.74 0 0 1-.479.861l-1.532.618a.823.823 0 0 0-.485.98c1.229 4.543 4.661 4.071 4.661 4.662 0 .743-2.587.848-2.821 1.082s-.01 1.368-.532 1.588a1.1 1.1 0 0 1-.409.056c-.393 0-.95-.077-1.536-.077-.509 0-1.04.058-1.507.273-1.239.572-2.433 1.641-3.914 1.641S9.325 21.2 8.086 20.628c-.467-.216-.998-.273-1.507-.273-.586 0-1.143.077-1.536.077-.17 0-.31-.014-.409-.056-.522-.22-.299-1.354-.532-1.588s-2.821-.337-2.821-1.08c0-.592 3.432-.119 4.661-4.662a.824.824 0 0 0-.486-.98l-1.532-.618a.74.74 0 0 1-.479-.861.56.56 0 0 1 .679-.419l1.009.237q.086.02.169.02a.737.737 0 0 0 .733-.689q.065-.961.067-2.094c.004-3.229 2.666-5.91 5.887-5.912m0-1.281c-.961 0-1.898.194-2.784.574A7.2 7.2 0 0 0 6.93 2.572a7.2 7.2 0 0 0-1.539 2.282A7.1 7.1 0 0 0 4.82 7.64a33 33 0 0 1-.029 1.369l-.375-.088a2 2 0 0 0-.421-.049 1.86 1.86 0 0 0-1.135.389 1.84 1.84 0 0 0-.666 1.049 2.024 2.024 0 0 0 1.271 2.335l1.124.454c-.744 2.285-2.117 2.723-3.041 3.018a5 5 0 0 0-.659.246C.087 16.76 0 17.436 0 17.708c0 .521.247.996.694 1.339.223.17.499.311.844.43.47.162 1.016.265 1.459.347.021.164.053.341.106.518.22.738.684 1.069 1.034 1.217.332.14.676.156.905.156.224 0 .462-.018.713-.036.269-.02.548-.041.823-.041.426 0 .743.051.97.155.311.144.64.337.989.542.972.571 2.073 1.217 3.462 1.217s2.49-.647 3.462-1.217c.349-.205.679-.399.989-.542.226-.105.544-.155.97-.155.275 0 .554.021.823.041.251.019.488.036.713.036.229 0 .573-.016.905-.156.35-.147.814-.478 1.034-1.217.053-.178.084-.354.106-.518.443-.082.989-.185 1.459-.347.345-.119.621-.259.844-.43.448-.342.694-.818.694-1.339 0-.272-.087-.948-.891-1.347a5 5 0 0 0-.659-.246c-.924-.295-2.297-.733-3.041-3.018l1.124-.454a2.025 2.025 0 0 0 1.271-2.335 1.83 1.83 0 0 0-.666-1.049 1.86 1.86 0 0 0-1.556-.34l-.375.088a33 33 0 0 1-.029-1.369 7.1 7.1 0 0 0-.575-2.789c-.365-.853-.886-1.62-1.547-2.282s-1.428-1.182-2.28-1.547a7.1 7.1 0 0 0-2.786-.574"})))},{name:"soundcloud",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M23.587 13.923a3.303 3.303 0 0 1-3.344 3.117h-8.037a.674.674 0 0 1-.667-.67V7.717a.74.74 0 0 1 .444-.705s.739-.512 2.296-.512a5.27 5.27 0 0 1 2.702.742 5.35 5.35 0 0 1 2.516 3.485 3.1 3.1 0 0 1 .852-.116 3.217 3.217 0 0 1 3.237 3.312m-13.05-5.659c.242 2.935.419 5.612 0 8.538a.261.261 0 0 1-.519 0c-.39-2.901-.221-5.628 0-8.538a.26.26 0 0 1 .398-.25.26.26 0 0 1 .12.25zm-1.627 8.541a.273.273 0 0 1-.541 0 32.7 32.7 0 0 1 0-7.533.274.274 0 0 1 .544 0 29.4 29.4 0 0 1-.003 7.533m-1.63-7.788c.264 2.69.384 5.099-.003 7.782a.262.262 0 0 1-.522 0c-.374-2.649-.249-5.127 0-7.782a.264.264 0 0 1 .525 0m-1.631 7.792a.268.268 0 0 1-.532 0 27.6 27.6 0 0 1 0-7.034.27.27 0 1 1 .541 0 25.8 25.8 0 0 1-.01 7.034zm-1.63-5.276c.412 1.824.227 3.435-.015 5.294a.255.255 0 0 1-.504 0c-.22-1.834-.402-3.482-.015-5.295a.268.268 0 0 1 .535 0m-1.626-.277c.378 1.869.254 3.451-.01 5.325-.031.277-.506.28-.531 0-.239-1.846-.352-3.476-.01-5.325a.277.277 0 0 1 .551 0m-1.643.907c.396 1.239.261 2.246-.016 3.517a.258.258 0 0 1-.514 0c-.239-1.246-.336-2.274-.021-3.517a.276.276 0 0 1 .55 0z"})))},{name:"spotify",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m4.586 14.424a.62.62 0 0 1-.857.207c-2.348-1.435-5.304-1.76-8.785-.964a.622.622 0 1 1-.277-1.215c3.809-.871 7.077-.496 9.713 1.115a.623.623 0 0 1 .206.857M17.81 13.7a.78.78 0 0 1-1.072.257c-2.687-1.652-6.785-2.131-9.965-1.166A.779.779 0 1 1 6.32 11.3c3.632-1.102 8.147-.568 11.234 1.328a.78.78 0 0 1 .256 1.072m.105-2.835c-3.223-1.914-8.54-2.09-11.618-1.156a.935.935 0 1 1-.542-1.79c3.532-1.072 9.404-.865 13.115 1.338a.936.936 0 1 1-.955 1.608"})))},{name:"squarespace",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20.87 9.271a3.86 3.86 0 0 0-5.458 0l-6.141 6.141a.964.964 0 1 0 1.365 1.364l6.14-6.14a1.929 1.929 0 1 1 2.729 2.729l-6.022 6.022a1.93 1.93 0 0 0 2.729 0l4.658-4.658a3.86 3.86 0 0 0 0-5.458m-2.047 2.047a.965.965 0 0 0-1.365 0l-6.14 6.14a1.93 1.93 0 0 1-2.729 0 .964.964 0 1 0-1.364 1.364 3.86 3.86 0 0 0 5.458 0l6.14-6.14a.966.966 0 0 0 0-1.364m-2.047-6.141a3.86 3.86 0 0 0-5.458 0l-6.14 6.14a.964.964 0 1 0 1.364 1.364l6.141-6.14a1.93 1.93 0 0 1 2.729 0 .965.965 0 1 0 1.364-1.364m-2.047 2.047a.964.964 0 0 0-1.364 0l-6.14 6.141a1.929 1.929 0 1 1-2.729-2.729l6.022-6.022a1.93 1.93 0 0 0-2.729 0L3.13 9.271a3.86 3.86 0 0 0 5.458 5.458l6.14-6.141a.963.963 0 0 0 .001-1.364"})))},{name:"stackexchange",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M4 11.606h16v3.272H4zM4 7.377h16v3.272H4zM17.514 3H6.55C5.147 3 4 4.169 4 5.614v.848h16v-.85C20 4.167 18.895 3 17.514 3M4 15.813v.85c0 1.445 1.147 2.614 2.55 2.614h6.799v3.463l3.357-3.463h.744c1.402 0 2.55-1.169 2.55-2.614v-.85z"})))},{name:"stackoverflow",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18.18 20.103V14.78h1.767v7.09H4v-7.09h1.767v5.323z"}),React.createElement("path",{d:"m7.717 14.275 8.673 1.813.367-1.744-8.673-1.813zm1.147-4.13 8.031 3.74.734-1.606-8.031-3.763zm2.226-3.946 6.815 5.667 1.124-1.354-6.815-5.667zM15.495 2l-1.423 1.055 5.277 7.113 1.423-1.055zM7.533 18.314h8.857v-1.767H7.533z"})))},{name:"stumbleupon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 4.294a4.47 4.47 0 0 0-4.471 4.471v6.353a1.059 1.059 0 1 1-2.118 0v-2.824H2v2.941a4.471 4.471 0 0 0 8.942 0v-6.47a1.059 1.059 0 1 1 2.118 0v1.294l1.412.647 2-.647V8.765A4.473 4.473 0 0 0 12 4.294m1.059 8.059v2.882a4.471 4.471 0 0 0 8.941 0v-2.824h-3.412v2.824a1.059 1.059 0 1 1-2.118 0v-2.882l-2 .647z"})))},{name:"substack",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.904 9.182H4.095V7.054h15.81v2.127M4.095 11.109V21L12 16.583 19.905 21v-9.891zM19.905 3H4.095v2.127h15.81z"})))},{name:"telegram",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m3.08 14.757s-.25.625-.936.325l-2.541-1.949-1.63 1.486s-.127.096-.266.036c0 0-.12-.011-.27-.486s-.911-2.972-.911-2.972L6 12.349s-.387-.137-.425-.438c-.037-.3.437-.462.437-.462l10.03-3.934s.824-.362.824.238z"})))},{name:"threads",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 192 192"},React.createElement("g",null,React.createElement("path",{d:"M141.537 88.988a67 67 0 0 0-2.518-1.143c-1.482-27.307-16.403-42.94-41.457-43.1h-.34c-14.986 0-27.449 6.396-35.12 18.036l13.779 9.452c5.73-8.695 14.724-10.548 21.348-10.548h.229c8.249.053 14.474 2.452 18.503 7.129 2.932 3.405 4.893 8.111 5.864 14.05-7.314-1.243-15.224-1.626-23.68-1.14-23.82 1.371-39.134 15.264-38.105 34.568.522 9.792 5.4 18.216 13.735 23.719 7.047 4.652 16.124 6.927 25.557 6.412 12.458-.683 22.231-5.436 29.049-14.127 5.178-6.6 8.453-15.153 9.899-25.93 5.937 3.583 10.337 8.298 12.767 13.966 4.132 9.635 4.373 25.468-8.546 38.376-11.319 11.308-24.925 16.2-45.488 16.351-22.809-.169-40.06-7.484-51.275-21.742C35.236 139.966 29.808 120.682 29.605 96c.203-24.682 5.63-43.966 16.133-57.317C56.954 24.425 74.204 17.11 97.013 16.94c22.975.17 40.526 7.52 52.171 21.847 5.71 7.026 10.015 15.86 12.853 26.162l16.147-4.308c-3.44-12.68-8.853-23.606-16.219-32.668C147.036 9.607 125.202.195 97.07 0h-.113C68.882.194 47.292 9.642 32.788 28.08 19.882 44.485 13.224 67.315 13.001 95.932L13 96v.067c.224 28.617 6.882 51.447 19.788 67.854C47.292 182.358 68.882 191.806 96.957 192h.113c24.96-.173 42.554-6.708 57.048-21.189 18.963-18.945 18.392-42.692 12.142-57.27-4.484-10.454-13.033-18.945-24.723-24.553M98.44 129.507c-10.44.588-21.286-4.098-21.82-14.135-.397-7.442 5.296-15.746 22.461-16.735q2.948-.17 5.79-.169c6.235 0 12.068.606 17.371 1.765-1.978 24.702-13.58 28.713-23.802 29.274"})))},{name:"tiktok-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm7.531 3h2.053s-.114 2.635 2.85 2.82v2.04s-1.582.099-2.85-.87l.021 4.207a3.804 3.804 0 1 1-3.802-3.802h.533v2.082a1.73 1.73 0 0 0-1.922.648 1.727 1.727 0 0 0 1.947 2.646 1.73 1.73 0 0 0 1.19-1.642z"})))},{name:"tiktok",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.22 2h3.42s-.19 4.394 4.75 4.702v3.396s-2.636.166-4.75-1.448l.037 7.012a6.338 6.338 0 1 1-6.34-6.339h.89v3.472a2.882 2.882 0 1 0 2.024 2.752z"})))},{name:"tripadvisor",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.01 9.859c.236-1.002.985-2.003.985-2.003l-3.341-.002C16.779 6.643 14.502 6 11.979 6 9.363 6 7 6.659 5.135 7.877L2 7.88s.74.988.98 1.983a4.98 4.98 0 0 0-.977 2.961 5.01 5.01 0 0 0 5.009 5.003 5 5 0 0 0 3.904-1.875l1.065 1.592 1.076-1.606a4.96 4.96 0 0 0 1.838 1.448 4.98 4.98 0 0 0 3.831.151 5.01 5.01 0 0 0 2.963-6.431 5 5 0 0 0-.679-1.247m-13.998 6.96a4 4 0 0 1-3.998-3.995 4 4 0 0 1 3.998-3.997 4 4 0 0 1 3.996 3.997 4 4 0 0 1-3.996 3.995m4.987-4.36A5.007 5.007 0 0 0 7.11 7.821c1.434-.613 3.081-.947 4.867-.947 1.798 0 3.421.324 4.853.966a4.984 4.984 0 0 0-4.831 4.619m6.288 4.134a3.97 3.97 0 0 1-3.058-.122 3.96 3.96 0 0 1-2.075-2.245v-.001a3.97 3.97 0 0 1 .118-3.056 3.97 3.97 0 0 1 2.246-2.077 4.005 4.005 0 0 1 5.135 2.366 4.006 4.006 0 0 1-2.366 5.135"}),React.createElement("path",{d:"M6.949 10.307a2.477 2.477 0 0 0-2.475 2.472 2.48 2.48 0 0 0 2.475 2.474 2.474 2.474 0 0 0 0-4.946m0 4.094a1.626 1.626 0 0 1-1.624-1.623 1.621 1.621 0 1 1 1.624 1.623M16.981 10.307a2.477 2.477 0 0 0-2.474 2.472 2.48 2.48 0 0 0 2.474 2.474 2.476 2.476 0 0 0 2.472-2.474 2.475 2.475 0 0 0-2.472-2.472m0 4.094a1.625 1.625 0 0 1-1.622-1.623 1.622 1.622 0 1 1 1.622 1.623"}),React.createElement("path",{d:"M7.778 12.778a.832.832 0 1 1-1.664.002.832.832 0 0 1 1.664-.002M16.981 11.947a.832.832 0 1 0 .002 1.666.832.832 0 0 0-.002-1.666"})))},{name:"tumblr-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M16.749 17.396c-.357.17-1.041.319-1.551.332-1.539.041-1.837-1.081-1.85-1.896V9.847h3.861v-2.91h-3.847V2.039h-2.817c-.046 0-.127.041-.138.144-.165 1.499-.867 4.13-3.783 5.181v2.484h1.945v6.282c0 2.151 1.587 5.206 5.775 5.135 1.413-.024 2.982-.616 3.329-1.126z"})))},{name:"tumblr",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-5.569 14.265c-2.446.042-3.372-1.742-3.372-2.998v-3.668H8.923v-1.45c1.703-.614 2.113-2.15 2.209-3.025.007-.06.054-.084.081-.084h1.645V8.9h2.246v1.7H12.85v3.495c.008.476.182 1.131 1.081 1.107.298-.008.697-.094.906-.194l.54 1.601c-.205.296-1.121.641-1.946.656"})))},{name:"twitch",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M16.499 8.089h-1.636v4.91h1.636zm-4.499 0h-1.637v4.91H12zM4.228 3.178 3 6.451v13.092h4.499V22h2.456l2.454-2.456h3.681L21 14.636V3.178zm15.136 10.638L16.5 16.681H12l-2.453 2.453V16.68H5.863V4.814h13.501z"})))},{name:"twitter-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M22.23 5.924a8.2 8.2 0 0 1-2.357.646 4.12 4.12 0 0 0 1.804-2.27 8.2 8.2 0 0 1-2.606.996 4.103 4.103 0 0 0-6.991 3.742 11.65 11.65 0 0 1-8.457-4.287 4.1 4.1 0 0 0-.556 2.063 4.1 4.1 0 0 0 1.825 3.415 4.1 4.1 0 0 1-1.859-.513v.052a4.104 4.104 0 0 0 3.292 4.023 4.1 4.1 0 0 1-1.853.07 4.11 4.11 0 0 0 3.833 2.85 8.24 8.24 0 0 1-5.096 1.756 8 8 0 0 1-.979-.057 11.6 11.6 0 0 0 6.29 1.843c7.547 0 11.675-6.252 11.675-11.675q0-.267-.012-.531a8.3 8.3 0 0 0 2.047-2.123"})))},{name:"twitter",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-2.534 6.71q.007.148.007.298c0 3.045-2.318 6.556-6.556 6.556a6.5 6.5 0 0 1-3.532-1.035q.27.032.55.032a4.63 4.63 0 0 0 2.862-.986 2.31 2.31 0 0 1-2.152-1.6 2.3 2.3 0 0 0 1.04-.04 2.306 2.306 0 0 1-1.848-2.259v-.029c.311.173.666.276 1.044.288a2.303 2.303 0 0 1-.713-3.076 6.54 6.54 0 0 0 4.749 2.407 2.305 2.305 0 0 1 3.926-2.101 4.6 4.6 0 0 0 1.463-.559 2.3 2.3 0 0 1-1.013 1.275c.466-.056.91-.18 1.323-.363-.31.461-.7.867-1.15 1.192"})))},{name:"untappd",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m11 13.299-5.824 8.133c-.298.416-.8.635-1.308.572-.578-.072-1.374-.289-2.195-.879S.392 19.849.139 19.323a1.4 1.4 0 0 1 .122-1.425l5.824-8.133a3.1 3.1 0 0 1 1.062-.927l1.146-.604c.23-.121.436-.283.608-.478.556-.631 2.049-2.284 4.696-4.957l.046-.212a.13.13 0 0 1 .096-.1l.146-.037a.135.135 0 0 0 .101-.141l-.015-.18a.13.13 0 0 1 .125-.142c.176-.005.518.046 1.001.393s.64.656.692.824a.13.13 0 0 1-.095.164l-.175.044a.13.13 0 0 0-.101.141l.012.15a.13.13 0 0 1-.063.123l-.186.112c-1.679 3.369-2.764 5.316-3.183 6.046a2.2 2.2 0 0 0-.257.73l-.205 1.281A3.1 3.1 0 0 1 11 13.3zm12.739 4.598-5.824-8.133a3.1 3.1 0 0 0-1.062-.927l-1.146-.605a2.1 2.1 0 0 1-.608-.478 51 51 0 0 0-.587-.654.09.09 0 0 0-.142.018 97 97 0 0 1-1.745 3.223 1.4 1.4 0 0 0-.171.485 3.5 3.5 0 0 0 0 1.103l.01.064c.075.471.259.918.536 1.305l5.824 8.133c.296.413.79.635 1.294.574a4.76 4.76 0 0 0 2.209-.881 4.76 4.76 0 0 0 1.533-1.802 1.4 1.4 0 0 0-.122-1.425zM8.306 3.366l.175.044a.134.134 0 0 1 .101.141l-.012.15a.13.13 0 0 0 .063.123l.186.112q.465.933.869 1.721c.026.051.091.06.129.019q.655-.703 1.585-1.668a.137.137 0 0 0 .003-.19c-.315-.322-.645-.659-1.002-1.02l-.046-.212a.13.13 0 0 0-.096-.099l-.146-.037a.135.135 0 0 1-.101-.141l.015-.18a.13.13 0 0 0-.123-.142c-.175-.005-.518.045-1.002.393-.483.347-.64.656-.692.824a.13.13 0 0 0 .095.164z"})))},{name:"vimeo",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M22.396 7.164q-.139 3.039-4.245 8.32Q13.907 21 10.97 21q-1.82 0-3.079-3.359l-1.68-6.159q-.934-3.36-2.005-3.36-.234.001-1.634.98l-.978-1.261q1.541-1.353 3.037-2.708 2.056-1.774 3.084-1.869 2.429-.234 2.99 3.321.607 3.836.841 4.769.7 3.181 1.542 3.181.653 0 1.963-2.065 1.307-2.063 1.401-3.142.187-1.781-1.401-1.782-.747.001-1.541.341 1.534-5.024 5.862-4.884 3.21.095 3.024 4.161"})))},{name:"vk",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{fillRule:"evenodd",d:"M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.431 0 8.146 1.687 9.833S6.09 24 11.52 24h.96c5.431 0 8.146 0 9.833-1.687S24 17.91 24 12.48v-.96c0-5.431 0-8.146-1.687-9.833S17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687M4.05 7.3c.13 6.24 3.25 9.99 8.72 9.99h.31v-3.57c2.01.2 3.53 1.67 4.14 3.57h2.84c-.78-2.84-2.83-4.41-4.11-5.01 1.28-.74 3.08-2.54 3.51-4.98h-2.58c-.56 1.98-2.22 3.78-3.8 3.95V7.3H10.5v6.92c-1.6-.4-3.62-2.34-3.71-6.92z"})))},{name:"whatsapp",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m2.048 22 1.406-5.136a9.9 9.9 0 0 1-1.323-4.955C2.133 6.446 6.579 2 12.042 2a9.85 9.85 0 0 1 7.011 2.906 9.85 9.85 0 0 1 2.9 7.011c-.002 5.464-4.448 9.91-9.91 9.91h-.004a9.9 9.9 0 0 1-4.736-1.206zm5.497-3.172.301.179a8.2 8.2 0 0 0 4.193 1.148h.003c4.54 0 8.235-3.695 8.237-8.237a8.2 8.2 0 0 0-2.41-5.828 8.18 8.18 0 0 0-5.824-2.416c-4.544 0-8.239 3.695-8.241 8.237a8.2 8.2 0 0 0 1.259 4.384l.196.312-.832 3.04zm9.49-4.554c-.062-.103-.227-.165-.475-.289s-1.465-.723-1.692-.806-.392-.124-.557.124-.64.806-.784.971-.289.186-.536.062-1.046-.385-1.991-1.229c-.736-.657-1.233-1.468-1.378-1.715s-.015-.382.109-.505c.111-.111.248-.289.371-.434.124-.145.165-.248.248-.413s.041-.31-.021-.434-.557-1.343-.763-1.839c-.202-.483-.407-.417-.559-.425-.144-.007-.31-.009-.475-.009a.9.9 0 0 0-.66.31c-.226.248-.866.847-.866 2.066s.887 2.396 1.011 2.562 1.746 2.666 4.23 3.739c.591.255 1.052.408 1.412.522.593.189 1.133.162 1.56.098.476-.071 1.465-.599 1.671-1.177.206-.58.206-1.075.145-1.179"})))},{name:"woocommerce",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19 2H5C3.3 2 2 3.3 2 5v11c0 1.7 1.3 3 3 3h4l6 3-1-3h5c1.7 0 3-1.3 3-3V5c0-1.7-1.3-3-3-3m-1.6 4.5c-.4.8-.8 2.1-1 3.9-.3 1.8-.4 3.1-.3 4.1 0 .3 0 .5-.1.7s-.3.4-.6.4-.6-.1-.9-.4c-1-1-1.8-2.6-2.4-4.6-.7 1.4-1.2 2.4-1.6 3.1-.6 1.2-1.2 1.8-1.6 1.9-.3 0-.5-.2-.8-.7-.5-1.4-1.1-4.2-1.7-8.2 0-.3 0-.5.2-.7.1-.2.4-.3.7-.4.5 0 .9.2.9.8.3 2.3.7 4.2 1.1 5.7l2.4-4.5c.2-.4.4-.6.8-.6q.75 0 .9.9c.3 1.4.6 2.6 1 3.7.3-2.7.8-4.7 1.4-5.9.2-.3.4-.5.7-.5.2 0 .5.1.7.2q.3.3.3.6c0 .3 0 .4-.1.5"})))},{name:"wordpress",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.158 12.786 9.46 20.625a9 9 0 0 0 5.526-.144 1 1 0 0 1-.065-.124zM3.009 12a8.99 8.99 0 0 0 5.067 8.092L3.788 8.341A8.95 8.95 0 0 0 3.009 12m15.06-.454c0-1.112-.399-1.881-.741-2.48-.456-.741-.883-1.368-.883-2.109 0-.826.627-1.596 1.51-1.596q.06.002.116.007A8.96 8.96 0 0 0 12 3.009a8.98 8.98 0 0 0-7.512 4.052c.211.007.41.011.579.011.94 0 2.396-.114 2.396-.114.484-.028.541.684.057.741 0 0-.487.057-1.029.085l3.274 9.739 1.968-5.901-1.401-3.838c-.484-.028-.943-.085-.943-.085-.485-.029-.428-.769.057-.741 0 0 1.484.114 2.368.114.94 0 2.397-.114 2.397-.114.485-.028.542.684.057.741 0 0-.488.057-1.029.085l3.249 9.665.897-2.996q.684-1.753.684-2.907m1.82-3.86q.06.428.06.924c0 .912-.171 1.938-.684 3.22l-2.746 7.94a8.98 8.98 0 0 0 4.47-7.771 8.9 8.9 0 0 0-1.1-4.313M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10"})))},{name:"x",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M13.982 10.622 20.54 3h-1.554l-5.693 6.618L8.745 3H3.5l6.876 10.007L3.5 21h1.554l6.012-6.989L15.868 21h5.245zm-2.128 2.474-.697-.997-5.543-7.93H8l4.474 6.4.697.996 5.815 8.318h-2.387z"})))},{name:"xanga",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M9 9h6v6H9zM3 9h6V3H3zm12 0h6V3h-6zm0 12h6v-6h-6zM3 21h6v-6H3z"})))},{name:"youtube",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.8 8.001s-.195-1.378-.795-1.985c-.76-.797-1.613-.801-2.004-.847-2.799-.202-6.997-.202-6.997-.202h-.009s-4.198 0-6.997.202c-.39.047-1.242.051-2.003.847-.6.607-.795 1.985-.795 1.985S2 9.62 2 11.238v1.517c0 1.618.2 3.237.2 3.237s.195 1.378.795 1.985c.761.797 1.76.771 2.205.855 1.6.153 6.8.201 6.8.201s4.203-.006 7.001-.209c.391-.047 1.243-.051 2.004-.847.6-.607.795-1.985.795-1.985s.2-1.618.2-3.237v-1.517c0-1.618-.2-3.237-.2-3.237M9.935 14.594l-.001-5.62 5.404 2.82z"})))}]},58992:(e,t,n)=>{"use strict";n.d(t,{d:()=>u});var a=n(96072),r=n.n(a),s=n(28120),o=n.n(s),i=n(51609),l=n.n(i),c=n(91135);class u extends i.PureComponent{static defaultProps={size:24};static propTypes={icon:o().string.isRequired,size:o().number,onClick:o().func,className:o().string};render(){const{size:e,onClick:t,icon:n,className:a,...s}=this.props,o=["social-logo","social-logo-"+n,a].filter(Boolean).join(" "),i=c.$.find((e=>e.name===n));if(!i)return l().createElement("svg",r()({height:e,width:e},s));return l().cloneElement(i.svg,{className:o,height:e,width:e,onClick:t,...s})}}},52068:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>C});var a=n(82170),r=n(96865),s=n(56427),o=n(27723),i=n(90254),l=n(69457),c=n(88669),u=n(41417),d=n(57003),p=(n(51609),n(95396)),m=n(64425),g=n(47264),A=n(2162),h=n(62402);const __=o.__,E="simplify",f="make-longer",b="make-shorter",v={default:[{name:__("Correct spelling and grammar","jetpack"),key:"correct-spelling",aiSuggestion:m.yy,icon:i.A}],"core/paragraph":[{name:__("Simplify","jetpack"),key:E,aiSuggestion:m.A4,icon:l.A},{name:__("Summarize","jetpack"),key:"summarize",aiSuggestion:m.UA,icon:c.A},{name:__("Expand","jetpack"),key:f,aiSuggestion:m.br,icon:u.A},{name:__("Make shorter","jetpack"),key:b,aiSuggestion:m.fD,icon:u.A}],"core/list-item":[{name:__("Simplify","jetpack"),key:E,aiSuggestion:m.A4,icon:l.A},{name:__("Expand","jetpack"),key:f,aiSuggestion:m.br,icon:u.A},{name:__("Make shorter","jetpack"),key:b,aiSuggestion:m.fD,icon:u.A}],"core/list":p.L.includes("core/list")?[{name:__("Simplify","jetpack"),key:E,aiSuggestion:m.A4,icon:l.A},{name:__("Expand","jetpack"),key:f,aiSuggestion:m.br,icon:u.A},{name:__("Make shorter","jetpack"),key:b,aiSuggestion:m.fD,icon:u.A}]:[{name:__("Turn list into a table","jetpack"),key:"turn-into-table",aiSuggestion:m.pE,icon:d.A,options:{userPrompt:"make a table from this list, do not enclose the response in a code block"}},{name:__("Write a post from this list","jetpack"),key:"write-post-from-list",aiSuggestion:m.pE,icon:l.A,options:{userPrompt:"Write a post based on the list items. Include a title as first order heading and try to use secondary headings for each entry"}}]};function C({blockType:e,disabled:t=!1,onAskAiAssistant:n,onRequestSuggestion:o}){const i=v[e]??[];return(0,a.createElement)(a.Fragment,null,t&&(0,a.createElement)(s.Notice,{status:"warning",isDismissible:!1,className:"jetpack-ai-assistant__info"},__("Add content to activate the tools below","jetpack")),(0,a.createElement)(s.MenuGroup,null,(0,a.createElement)(s.MenuItem,{icon:r.cj,iconPosition:"left",key:"key-ai-assistant",onClick:n,disabled:t},(0,a.createElement)("div",{className:"jetpack-ai-assistant__menu-item"},__("Ask AI Assistant","jetpack"))),[...v.default,...i].map((e=>(0,a.createElement)(s.MenuItem,{icon:e?.icon,iconPosition:"left",key:`key-${e.key}`,onClick:()=>{o(e.aiSuggestion,{...e.options??{}},e.name)},disabled:t},(0,a.createElement)("div",{className:"jetpack-ai-assistant__menu-item"},e.name)))),(0,a.createElement)(h.hN,{onChange:e=>{o(m.eJ,{tone:e},`${h.uQ}: ${(0,g.Z)(e)}`)},disabled:t}),(0,a.createElement)(A.HU,{onChange:(e,t)=>{o(m.Gm,{language:e},`${A.u0}: ${t}`)},disabled:t})))}},72901:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(27723),s=n(56333),o=n(10617);const __=r.__,i=()=>{const e=`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?page=my-jetpack#/connection`,{autosaveAndRedirect:t,isRedirecting:n}=(0,o.A)(e);return(0,a.createElement)(s.c,{buttonText:__("Connect Jetpack","jetpack"),checkoutUrl:e,className:"jetpack-ai-connect-banner",description:__("Your account is not connected to Jetpack at the moment.","jetpack"),goToCheckoutPage:e=>{t(e)},isRedirecting:n,visible:!0,align:null,title:null,context:null})}},32249:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(3924),s=n(56427),o=n(27723);const __=o.__;const i=function(){const e=(0,r.A)("jetpack-ai-feedback");return(0,a.createElement)("div",{className:"jetpack-ai-feedback-control"},(0,a.createElement)(s.BaseControl,{label:__("Feedback","jetpack")},(0,a.createElement)("p",null,__("Your feedback is valuable in our commitment to refine and improve this feature.","jetpack")),(0,a.createElement)(s.ExternalLink,{href:e},__("Share your feedback","jetpack"))))}},2162:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>h,HU:()=>E,so:()=>g,u0:()=>p});var a=n(82170),r=n(85985),s=n(56427),o=n(27723),i=n(51113),l=n(29115),c=n(84066);n(51609);const __=o.__,u=["en","es","fr","de","it","pt","ru","zh","ja","ar","hi","ko"],d=window?.Jetpack_Editor_Initial_State?.siteLocale||navigator?.language,p=__("Translate","jetpack"),m=d?.split("-")[0]||"en",g=(d?.split("-"),{en:{label:__("English","jetpack")},es:{label:__("Spanish","jetpack")},fr:{label:__("French","jetpack")},de:{label:__("German","jetpack")},it:{label:__("Italian","jetpack")},pt:{label:__("Portuguese","jetpack")},ru:{label:__("Russian","jetpack")},zh:{label:__("Chinese","jetpack")},ja:{label:__("Japanese","jetpack")},ar:{label:__("Arabic","jetpack")},hi:{label:__("Hindi","jetpack")},ko:{label:__("Korean","jetpack")}}),A=({value:e,onChange:t})=>{const n=[...u.filter((e=>e!==m))];return u.includes(m)&&n.unshift(m),(0,a.createElement)(s.MenuGroup,{label:__("Select language","jetpack")},n.map((n=>(0,a.createElement)(s.MenuItem,{key:`key-${n}`,onClick:()=>t(n+" ("+g[n].label+")",g[n].label),isSelected:e===n},g[n].label))))};function h({value:e=m,label:t=p,onChange:n,disabled:o=!1}){const{tracks:l}=(0,r.st)();return o?(0,a.createElement)(s.Tooltip,{text:t},(0,a.createElement)(s.Button,{disabled:!0},(0,a.createElement)(i.A,{icon:c.A}))):(0,a.createElement)(s.ToolbarDropdownMenu,{icon:c.A,label:t,popoverProps:{variant:"toolbar"},onToggle:e=>{e&&l.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"i18n"})}},(()=>(0,a.createElement)(A,{value:e,onChange:n})))}function E({value:e=m,label:t=p,onChange:n,disabled:r=!1}){return(0,a.createElement)(s.DropdownMenu,{className:"ai-assistant__i18n-dropdown",icon:c.A,label:t,toggleProps:{children:(0,a.createElement)(a.Fragment,null,(0,a.createElement)("div",{className:"ai-assistant__i18n-dropdown__toggle-label"},t),(0,a.createElement)(i.A,{icon:l.A})),disabled:r}},(({onClose:t})=>(0,a.createElement)(A,{onChange:(...e)=>{n(...e),t()},value:e})))}},99050:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>A});var a=n(82170),r=n(85985),s=n(56427),o=n(27723),i=n(78938);const __=o.__,l="make-longer",c="makeLonger",u="make-shorter",d="makeShorter",p="summarize",m="summarize",g=[{name:__("Summarize","jetpack"),key:p,aiSuggestion:m},{name:__("Make longer","jetpack"),key:l,aiSuggestion:c},{name:__("Make shorter","jetpack"),key:u,aiSuggestion:d}];function A({key:e,label:t=__("Improve","jetpack"),exclude:n=[],onChange:o,disabled:l=!1}){const{tracks:c}=(0,r.st)();return l?(0,a.createElement)(s.Tooltip,{text:t},(0,a.createElement)(s.Button,{disabled:!0},(0,a.createElement)(s.Icon,{icon:i.A}))):(0,a.createElement)(s.ToolbarDropdownMenu,{icon:i.A,label:t,popoverProps:{variant:"toolbar"},onToggle:e=>{e&&c.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"improve"})}},(()=>{const r=g.filter((e=>!n.includes(e.key)));return(0,a.createElement)(s.MenuGroup,{label:t},r.map((t=>(0,a.createElement)(s.MenuItem,{key:`key-${t.key}`,onClick:()=>o(t.aiSuggestion,{contentType:"generated"}),isSelected:e===t.key},t.name))))}))}},33468:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>A});var a=n(82170),r=n(85985),s=n(56427),o=n(27723),i=n(78938),l=n(41417),c=n(90254),u=n(69457),d=n(88669),p=n(11269);const __=o.__,m=[{label:__("Post about…","jetpack"),description:{original:"Write a post about ",translated:__("Write a post about ","jetpack")}},{label:__("Informative article on…","jetpack"),description:{original:"Craft an informative article explaining ",translated:__("Craft an informative article explaining ","jetpack")}},{label:__("Step-by-step tutorial on…","jetpack"),description:{original:"Write a step-by-step tutorial on ",translated:__("Write a step-by-step tutorial on ","jetpack")}},{label:__("Motivational post on…","jetpack"),description:{original:"Create a motivational post on ",translated:__("Create a motivational post on ","jetpack")}}],g=[{label:__("Say it differently…","jetpack"),description:{original:"Rewrite it in a way that ",translated:__("Rewrite it in a way that ","jetpack")}},{label:__("Add…","jetpack"),description:{original:"Add more details about ",translated:__("Add more details about ","jetpack")}},{label:__("Remove…","jetpack"),description:{original:"Remove unnecessary details about ",translated:__("Remove unnecessary details about ","jetpack")}}];function A({hasContentBefore:e,hasContent:t,hasPostTitle:n,contentIsLoaded:o,onPromptSelect:A,onSuggestionSelect:h}){const E=__("Write with AI…","jetpack"),{tracks:f}=(0,r.st)();return(0,a.createElement)(s.ToolbarDropdownMenu,{className:"jetpack-ai-assistant__templates-control",icon:null,label:E,text:E,onToggle:e=>{e&&f.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"write-with-ai"})}},(({onClose:r})=>o?(0,a.createElement)(s.MenuGroup,{label:__("Write…","jetpack")},g.map(((e,t)=>(0,a.createElement)(s.MenuItem,{icon:i.A,iconPosition:"left",key:`key-${t}`,onClick:()=>{r(),A(e.description)}},e.label)))):(0,a.createElement)(a.Fragment,null,e&&(0,a.createElement)(s.MenuGroup,{label:__("Based on preceding content…","jetpack")},(0,a.createElement)(s.MenuItem,{icon:l.A,iconPosition:"left",onClick:()=>h("continue")},__("Continue writing","jetpack")),(0,a.createElement)(s.MenuItem,{icon:c.A,iconPosition:"left",onClick:()=>h("correctSpelling")},__("Correct spelling and grammar","jetpack")),(0,a.createElement)(s.MenuItem,{icon:u.A,iconPosition:"left",onClick:()=>h("simplify")},__("Simplify","jetpack"))),t&&(0,a.createElement)(s.MenuGroup,{label:__("Based on entire content…","jetpack")},t&&(0,a.createElement)(s.MenuItem,{icon:d.A,iconPosition:"left",onClick:()=>h("summarize")},__("Summarize","jetpack")),t&&(0,a.createElement)(s.MenuItem,{icon:p.A,iconPosition:"left",onClick:()=>h("generateTitle")},__("Generate a post title","jetpack"))),(0,a.createElement)(s.MenuGroup,{label:__("Write…","jetpack")},n&&(0,a.createElement)(s.MenuItem,{icon:i.A,iconPosition:"left",onClick:()=>h("titleSummary")},__("Summary based on title","jetpack")),m.map(((e,t)=>(0,a.createElement)(s.MenuItem,{icon:i.A,iconPosition:"left",key:`key-${t}`,onClick:()=>{r(),A(e.description)}},e.label)))))))}},23e3:(e,t,n)=>{"use strict";n.d(t,{A:()=>f,Q:()=>E});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(86087),l=n(27723),c=n(10067),u=n.n(c),d=n(56333),p=n(92169),m=n(61297),g=n(7503),A=n(93094);const __=l.__,h=u()("jetpack-ai-assistant:upgrade-prompt"),E=({variant:e="error"})=>{const t=(()=>{const{usagePeriod:e}=(0,m.A)(),t=(e=>{const t=__("You've reached this month's request limit, per our fair usage policy.","jetpack");if(!e)return t; +__("Share on %s","jetpack"),o);return React.createElement("div",{className:p.A.container,key:i},React.createElement(r.A,{icon:d,variant:t,"aria-label":m,href:u,target:"_blank",rel:"noopener noreferrer",onClick:E(u,{network:i}),className:"icon"===e?p.A[i]:"has-text"},"icon"===e?null:React.createElement(React.Fragment,null,"icon-text"===e&&React.createElement(a.M5,{className:p.A[i],serviceName:i}),React.createElement(s.Ay,{className:p.A.label,component:"span"},m))))})),React.createElement("div",{className:p.A.container},React.createElement(o.A,{buttonStyle:e,onCopy:A,textToCopy:h,className:"icon"===e?p.A.clipboard:" has-text",variant:t},"icon"===e?null:React.createElement(s.Ay,{className:p.A.label,component:"span"},__("Copy to clipboard","jetpack")))))}},53975:(e,t,n)=>{"use strict";n.d(t,{i:()=>o});var a=n(47143),r=n(86087),s=n(383);function o(){const{shareMessage:e}=(0,s.h)(),{message:t,link:n}=(0,a.useSelect)((t=>{const n=t("core/editor").getEditedPostAttribute;return{link:n("link"),message:e||n("meta")?.jetpack_seo_html_title||n("title")}}),[e]);return(0,r.useCallback)(((e,a=!0)=>{let r=t,s=n;return e.includes("{{url}}")||(r=r+"\n\n"+s,s=""),a&&(r=encodeURIComponent(r),s=encodeURIComponent(s)),e.replace("{{text}}",r).replace("{{url}}",s)}),[n,t])}},1101:(e,t,n)=>{"use strict";n.d(t,{O:()=>A});var a=n(56427),r=n(47143),s=n(43656),o=n(86087),i=n(27723),l=n(692),c=n(92214),u=n(77627),d=n(31873),p=n(89729);const __=i.__;function m(e=__("Unable to share the Post","jetpack")){const{createErrorNotice:t}=(0,r.dispatch)(l.store);t(e,{id:"publicize-post-share-message"})}function g(){const{isPublicizeEnabled:e}=(0,u.A)(),{isFetching:t,isError:n,isSuccess:i,doPublicize:g}=(0,d.A)(),A=(0,r.useSelect)((e=>e(s.store).isCurrentPostPublished()),[]),h=(0,r.useSelect)((e=>e(p.M_).featureFlags()),[]),{pollForPostShareStatus:E}=(0,r.useDispatch)(p.M_);(0,o.useEffect)((()=>{if(!t)return n?m():void(i&&function(){const{createSuccessNotice:e}=(0,r.dispatch)(l.store);e(__("Your post will be shared soon.","jetpack"),{id:"publicize-post-share-message",type:"snackbar"})}())}),[t,n,i]);const f=(0,c.P)(),b=!e||!f||!A||t,v=(0,o.useCallback)((async()=>{if(!A)return m(__("You must publish your post before you can share it.","jetpack"));(0,r.dispatch)(l.store).removeNotice("publicize-post-share-message"),await g(),h.useShareStatus&&E()}),[g,A,h.useShareStatus,E]);return React.createElement(a.Button,{variant:"secondary",onClick:v,disabled:b,isBusy:t},__("Share post","jetpack"))}function A(){const{isRePublicizeUpgradableViaUpsell:e}=(0,u.A)(),t=(0,r.useSelect)((e=>e(s.store).isCurrentPostPublished()),[]),{hasConnections:n}=(0,r.useSelect)((e=>e(p.M_)),[]);return t?e?null:n()?React.createElement(a.PanelRow,null,React.createElement(g,null)):null:null}},7757:(e,t,n)=>{"use strict";n.d(t,{JU:()=>r.g,Q3:()=>a.Q});var a=n(59032),r=n(95499)},95499:(e,t,n)=>{"use strict";n.d(t,{g:()=>p});var a=n(96072),r=n.n(a),s=n(85985),o=n(56427),i=n(47143),l=n(27723),c=n(51609),u=n(89729),d=n(14150);const __=l.__,p=(0,c.forwardRef)((({withWrapper:e=!1,analyticsData:t=null,...n},a)=>{const{recordEvent:l}=(0,s.st)(),{openShareStatusModal:p}=(0,i.useDispatch)(u.M_),m=(0,i.useSelect)((e=>e(u.M_).featureFlags()),[]),g=(0,i.useSelect)((e=>e(u.M_).getPostShareStatus()),[]),A=(0,c.useCallback)((()=>{l("jetpack_social_share_status_modal_opened",t),p()}),[t,p,l]);if(!g||!g.shares||0===g.shares.length)return null;if(!m.useShareStatus)return null;const h=React.createElement(o.Button,r()({variant:"secondary",onClick:A},n,{ref:a}),n.children||__("View sharing history","jetpack"));return e?React.createElement("div",{className:d.A["trigger-wrapper"]},h):h}))},59032:(e,t,n)=>{"use strict";n.d(t,{Q:()=>d});var a=n(50723),r=n(56427),s=n(47143),o=n(27723),i=n(89729),l=n(30557),c=n(14150);const __=o.__;function u(){const{closeShareStatusModal:e}=(0,s.useDispatch)(i.M_);return React.createElement("div",{className:c.A.wrapper},React.createElement(r.Modal,{onRequestClose:e,title:__("Sharing status","jetpack"),className:c.A.modal},React.createElement(l.W,null)))}function d(){const e=(0,s.useSelect)((e=>e(i.M_).isShareStatusModalOpen()),[]);return React.createElement(a.Ay,{targetDom:document.body},e?React.createElement(u,null):null)}},14329:(e,t,n)=>{"use strict";n.d(t,{f:()=>g});var a=n(40597),r=n(85985),s=n(56427),o=n(47143),i=n(43656),l=n(27723),c=n(51609),u=n(31873),d=n(89729),p=n(59061),m=n(14150);const __=l.__,_x=l._x;function g({shareItem:e}){const{recordEvent:t}=(0,r.st)(),n=(0,o.useSelect)((e=>e(i.store).getCurrentPostId()),[]),l=(0,o.useSelect)((e=>e(d.M_).getConnections()),[]),g=l.some((0,p.eJ)(e)),{doPublicize:A}=(0,u.A)(n),{pollForPostShareStatus:h}=(0,o.useDispatch)(d.M_),[E,f]=(0,c.useState)(!1),b=(0,c.useCallback)((async()=>{t("jetpack_social_share_status_retry",{service:e.service,location:"modal"});const n=(0,p.eJ)(e),a=l.filter((e=>!n(e))).map((({connection_id:e})=>e));a.length!==l.length&&(f(!0),await A(a),await h({isRequestComplete({postShareStatus:t,lastTimestamp:n}){const a=t.shares.some((t=>t.timestamp>n&&(0,p.Ri)(e,t)));return a&&f(!1),a}}))}),[t,e,l,A,h]);return E?React.createElement(s.Spinner,null):React.createElement("div",{className:m.A["retry-wrapper"]},React.createElement(s.Button,{variant:g?"link":"tertiary",onClick:g?b:void 0,disabled:!g},__("Retry","jetpack")),g?null:React.createElement(a.A,{shift:!0,placement:"bottom-end"},e.external_id?_x("This connection has been removed.","Social media connection","jetpack"):_x("This connection has been reconnected or removed.","Social media connection","jetpack")))}},30557:(e,t,n)=>{"use strict";n.d(t,{W:()=>o});var a=n(47143),r=n(89729),s=n(48377);function o(){const e=(0,a.useSelect)((e=>e(r.M_).getPostShareStatus()),[]);return React.createElement("div",null,React.createElement(s.S,{postShareStatus:e}))}},368:(e,t,n)=>{"use strict";n.d(t,{C:()=>l});var a=n(85985),r=n(56427),s=n(27723),o=n(51609),i=n(14329);const __=s.__;function l({shareItem:e}){const{recordEvent:t}=(0,a.st)(),n=(0,o.useCallback)((()=>{t("jetpack_social_share_status_view",{service:e.service,location:"modal"})}),[t,e.service]);return"success"===e.status?React.createElement(r.ExternalLink,{href:e.message,onClick:n},__("View","jetpack")):React.createElement(i.f,{shareItem:e})}},69662:(e,t,n)=>{"use strict";n.d(t,{a:()=>p});var a=n(40597),r=n(47425),s=n(27723),o=n(51113),i=n(83883),l=n(13022),c=n(51609),u=n.n(c),d=n(14150);const __=s.__,_x=s._x;function p({status:e,message:t}){const n="success"===e,s=n?u().createElement(o.A,{className:d.A["share-status-icon"],icon:i.A}):u().createElement(a.A,{shift:!0,inline:!1,title:__("Sharing failed with the following message:","jetpack"),className:d.A["share-status-icon-tooltip"]},u().createElement(r.Ay,{variant:"body-small"},t));return u().createElement("div",{className:(0,l.A)(d.A["share-status-wrapper"],{[d.A["share-status-success"]]:n,[d.A["share-status-failure"]]:!n})},u().createElement("div",{className:d.A["share-status-icon"]},s),u().createElement("div",{className:d.A["share-status-label"]},n?_x("Shared","The sharing is successful","jetpack"):__("Failed","jetpack")))}},48377:(e,t,n)=>{"use strict";n.d(t,{S:()=>u});var a=n(38443),r=n(27723),s=n(12141),o=n(368),i=n(69662),l=n(14150);const __=r.__,c=e=>`${e.external_id||e.connection_id}:${e.timestamp}`;function u({postShareStatus:e}){return React.createElement("div",{className:l.A["dataview-wrapper"]},React.createElement("div",{className:"dataviews-wrapper"},React.createElement("table",{className:"dataviews-view-table"},React.createElement("thead",null,React.createElement("tr",{className:"dataviews-view-table__row"},React.createElement("th",null,__("Connection","jetpack")),React.createElement("th",null,__("Time","jetpack")),React.createElement("th",null,__("Status","jetpack")),React.createElement("th",null,__("Actions","jetpack")))),React.createElement("tbody",null,e.shares.map((e=>React.createElement("tr",{key:c(e),className:"dataviews-view-table__row"},React.createElement("td",null,React.createElement("div",{className:"dataviews-view-table__cell-content-wrapper"},React.createElement("div",{className:l.A["connection-name"]},React.createElement(s.A,{serviceName:e.service,label:e.external_name,profilePicture:e.profile_picture}),React.createElement("div",{className:l.A["share-item-name-wrapper"]},React.createElement("div",{className:l.A["share-item-name"]},e.external_name))))),React.createElement("td",null,React.createElement("div",{className:"dataviews-view-table__cell-content-wrapper"},(0,a.humanTimeDiff)(1e3*e.timestamp,(0,a.getDate)(null)))),React.createElement("td",null,React.createElement("div",{className:"dataviews-view-table__cell-content-wrapper"},React.createElement(i.a,{status:e.status,message:e.message}))),React.createElement("td",null,React.createElement("div",{className:"dataviews-view-table__cell-content-wrapper"},React.createElement(o.C,{shareItem:e}))))))))))}},29341:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(63406),r=n(56427),s=n(86087),o=n(27723),i=n(49747),l=n(38394),c=n(56457),u=n(77932);const __=o.__,_x=o._x,d=({prePublish:e=!1})=>{const t=e?s.Fragment:r.PanelBody,n=e?{}:{title:__("Social Image Generator","jetpack")},{isEnabled:o,setIsEnabled:d}=(0,i.A)(),[p,m]=(0,s.useState)(!1),g=(0,s.useCallback)((()=>m(!0)),[]),A=(0,s.useCallback)((()=>m(!1)),[]),[h,E]=(0,s.useState)(null),{createErrorNotice:f,createSuccessNotice:b}=(0,a.I)(),{save:v,isSaving:C}=(0,l.i)({onError:e=>{f(e.message)},onSuccess:()=>{b(__("Image saved to media library.","jetpack"))}}),k=(0,s.useCallback)((()=>{v(`https://s0.wp.com/_si/?t=${h}`,"generated-image.jpg")}),[h,v]);return React.createElement(t,n,p&&React.createElement(u.A,{onClose:A}),React.createElement(r.ToggleControl,{label:__("Enable Social Image","jetpack"),help:o?"":__("Social Image is disabled for this post.","jetpack"),checked:o,onChange:d}),o&&React.createElement(React.Fragment,null,React.createElement("hr",null),React.createElement(c.Ay,{onNewToken:E}),React.createElement("hr",null),React.createElement(r.__experimentalHStack,{spacing:2,wrap:!0},React.createElement(r.Button,{variant:"secondary",onClick:g,label:__("Open the Social Image Generator settings","jetpack")},__("Settings","jetpack")),React.createElement(r.Button,{variant:"secondary",onClick:k,label:__("Save the generated image to your media library.","jetpack"),disabled:!h||C},C?_x("Saving…","Saving the file to media library","jetpack"):__("Save to media library","jetpack")))))}},77932:(e,t,n)=>{"use strict";n.d(t,{A:()=>A});var a=n(50723),r=n(56427),s=n(86087),o=n(27723),i=n(49747),l=n(80624),c=n(56457),u=n(55858),d=n(81299),p=n(53744);const __=o.__,m=["image/jpeg","image/png"],g=__("Choose Image","jetpack"),A=({onClose:e})=>{const{customText:t,imageType:n,imageId:o,template:A,updateSettings:h}=(0,i.A)(),[E,f]=(0,s.useState)(o),[b,v]=(0,s.useState)(n||"featured"),[C,k]=(0,s.useState)(t),[y,B]=(0,s.useState)(A),[w]=(0,l.A)(E),_=(0,s.useCallback)((()=>{h({template:y,image_type:b,custom_text:C||"",..."custom"===b&&{image_id:E}}),e()}),[h,y,b,E,C,e]),I=(0,s.useCallback)((e=>{f(e?.id)}),[f]);return React.createElement(a.Ay,{targetDom:document.body},React.createElement(r.Modal,{onRequestClose:e},React.createElement(c.Ay,{className:p.A.preview,imageId:E,customText:C,imageType:b,template:y}),React.createElement(r.SelectControl,{label:__("Image Type","jetpack"),value:b||"featured",options:[{label:__("Featured Image","jetpack"),value:"featured"},{label:__("Custom Image","jetpack"),value:"custom"},{label:__("No Image","jetpack"),value:"none"}],onChange:v}),"custom"===b&&React.createElement(u.A,{buttonLabel:g,subTitle:__("Add a custom image","jetpack"),mediaId:E,mediaDetails:w,onChange:I,allowedMediaTypes:m,wrapperClassName:p.A.mediaPicker}),React.createElement(r.TextControl,{className:p.A.customText,value:C||"",onChange:k,label:__("Custom Header","jetpack"),help:__("By default the post title is used for the image. You can use this field to set your own text.","jetpack")}),React.createElement(r.BaseControl,{__nextHasNoMarginBottom:!0,label:__("Templates","jetpack"),className:p.A.templateControl},React.createElement(d.A,{value:y,onTemplateSelected:B})),React.createElement(r.Button,{onClick:e,variant:"tertiary"},__("Cancel","jetpack")),React.createElement(r.Button,{onClick:_,variant:"primary"},__("Save","jetpack"))))}},29761:(e,t,n)=>{"use strict";n(47143),n(86087),n(27723),n(51609),n(89729),n(12226)},12226:(e,t,n)=>{"use strict";n(56427),n(86087),n(27723),n(81299),n(88375)},81299:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(86087),r=n(27723),s=n(13022),o=n(52002),i=n(10936);const __=r.__,l=({value:e=null,onTemplateSelected:t=null})=>{const n=(0,a.useCallback)((e=>{const n=e.target.id;t?.(n)}),[t]);return React.createElement("div",{className:o.A.templates},i.A.map((t=>React.createElement("button",{onClick:n,id:t.name,key:t.name,className:(0,s.A)(o.A.template,{[o.A["template--active"]]:t.name===e})},React.createElement("img",{src:t.image,alt:t.label}),React.createElement("span",{className:"screen-reader-text"},/* translators: %s is the name of the template */ /* translators: %s is the name of the template */ +(0,r.sprintf)(__("Pick the %s template","jetpack"),t.label))))))}},10936:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(26365),r=n(45329),s=n(9509);const o=[{name:"highway",label:"Highway",image:n(22417)},{name:"dois",label:"Dois",image:a},{name:"edge",label:"Edge",image:r},{name:"fullscreen",label:"Fullscreen",image:s}]},98725:(e,t,n)=>{"use strict";n(47143),n(86087),n(51609),n(89729)},96390:(e,t,n)=>{"use strict";n.d(t,{n:()=>d});var a=n(85985),r=n(56427),s=n(86087),o=n(27723),i=n(10991),l=n(18603),c=n(94360),u=n(47944);const __=o.__;function d(){const[e,t]=(0,s.useReducer)((e=>!e),!1),{recordEvent:n}=(0,a.st)(),o=(0,s.useCallback)((()=>{e||n("jetpack_social_preview_modal_opened"),t()}),[e,n]);return React.createElement(r.PanelRow,{className:u.A.panel},e&&React.createElement(r.Modal,{onRequestClose:t,title:__("Social Previews","jetpack"),className:u.A.modal,__experimentalHideHeader:!0},React.createElement("div",{className:u.A["modal-content"]},React.createElement(c.X,null),React.createElement(l.w,null)),React.createElement(r.Button,{className:u.A["close-button"],onClick:t,icon:i.A,label:__("Close","jetpack")})),React.createElement(r.Button,{variant:"secondary",onClick:o},__("Preview social posts","jetpack")))}},98588:(e,t,n)=>{"use strict";n.d(t,{z:()=>C});var a=n(96072),r=n.n(a),s=n(73188),o=n(73066),i=n(57984),l=n(48914),c=n(83945),u=n(73915),d=n(89075),p=n(95550),m=n(3582),g=n(47143),A=n(86087),h=n(18537),E=n(27723),f=n(39553),b=n(62697),v=n(31137);const __=E.__;function C({connection:e}){const t=(0,A.useMemo)((()=>({displayName:e.display_name||e.external_display,profileImage:e.profile_picture})),[e]),{image:n,media:a,title:E,description:C,url:k,excerpt:y}=(0,v.s)(),B=((0,f.A)().message||"").trim(),w=(0,A.useMemo)((()=>({description:C,image:n,media:a,title:E,url:k})),[C,n,a,E,k]),_=(0,g.useSelect)((e=>{const{getUnstableBase:t}=e(m.store);return(0,h.decodeEntities)(t()?.name)}),[]),I=a?.some((({type:e})=>e.startsWith("image/")||e.startsWith("video/")));switch(e.service_name){case"facebook":return I?React.createElement(s.h,r()({},w,{type:"article",customText:B||y||E,user:t})):React.createElement(o.l,r()({},w,{type:"article",customText:B||y||E,user:t}));case"instagram-business":{const e=Boolean(n);return I||e?React.createElement(i.l,r()({},w,{image:a?.[0]?.url||n,name:t.displayName,profileImage:t.profileImage,caption:B||E||C})):React.createElement(b.q,null)}case"linkedin":return React.createElement(l.$,r()({},w,{jobTitle:__("Job Title (Company Name)","jetpack"),name:t.displayName,profileImage:t.profileImage,description:B||E||C}));case"mastodon":{const e=a?.[0],n=e?.type.startsWith("image/")?e.url:null;return React.createElement(c._,r()({},w,{description:y,siteName:_,user:{avatarUrl:t.profileImage,address:t.displayName,displayName:t.displayName},customText:B,customImage:n}))}case"nextdoor":{const e=`${B||E||C} ${a.length?k:""}`.trim();return React.createElement(u.K,r()({},w,{description:e,name:t.displayName,profileImage:t.profileImage}))}case"threads":{let e=E;B?e=B:E&&y&&(e=`${E}\n\n${y}`);const n=500-k.length-2;return e=(0,h.decodeEntities)(e).slice(0,n),e+=`\n\n${k}`,React.createElement(d.s,r()({},w,{caption:e,name:t.displayName,profileImage:t.profileImage}))}case"tumblr":return React.createElement(p.B,r()({},w,{user:{displayName:t.displayName,avatarUrl:t.profileImage},customText:B}));default:return null}}},18603:(e,t,n)=>{"use strict";n.d(t,{w:()=>g});var a=n(85985),r=n(56427),s=n(47143),o=n(27723),i=n(51609),l=n(89729),c=n(12141),u=n(39329),d=n(48712),p=n(98588),m=n(47944);const __=o.__,_x=o._x;function g(){const{recordEvent:e}=(0,a.st)(),t=(0,d.h)(),{canBeTurnedOn:n,shouldBeDisabled:o}=(0,u.j)(),g=(0,s.useSelect)((e=>e(l.M_).getConnections().filter((({service_name:e})=>t(e))).map((e=>{const t=e.display_name||e.external_display,a=`${e.service_name}-${e.connection_id}`,r=React.createElement(c.A,{label:t,serviceName:e.service_name,profilePicture:e.profile_picture}),s=o(e)||!n(e)||!e.enabled;return{...e,className:s?m.A["disabled-tab"]:"",name:a,title:t,icon:r}}))),[t,o]),{toggleConnectionById:A}=(0,s.useDispatch)(l.M_),h=(0,i.useCallback)(((t,n)=>()=>{A(t),e("jetpack_social_connection_toggled",{location:"preview-modal",enabled:!n.enabled,service_name:n.service_name})}),[e,A]);return React.createElement("div",{className:m.A["preview-section"]},React.createElement(r.TabPanel,{tabs:g},(e=>{const t=n(e)&&e.enabled;return React.createElement("div",{className:m.A["preview-content"]},o(e)?null:React.createElement(r.ToggleControl,{label:t?_x("Connection enabled","","jetpack"):__("Connection disabled","jetpack"),checked:t,onChange:h(e.connection_id,e)}),React.createElement(p.z,{connection:e}))})))}},94360:(e,t,n)=>{"use strict";n.d(t,{X:()=>o});var a=n(27723),r=n(41190),s=n(47944);const __=a.__;function o(){return React.createElement("div",{className:s.A["settings-section"]},React.createElement("div",{className:s.A["settings-header"]},React.createElement("h2",null,__("Social Preview","jetpack"))),React.createElement("div",{className:s.A["settings-content"]},React.createElement("p",{className:s.A["modal-description"]},__("Edit and preview your social post before sharing.","jetpack")),React.createElement(r.o,{analyticsData:{location:"preview-modal"}})))}},59540:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(96072),r=n.n(a),s=n(87070),o=n(47143),i=n(39553),l=n(89729);const c=(0,o.withSelect)((e=>{const{getEditedPostAttribute:t}=e("core/editor");return{excerpt:t("excerpt"),content:t("content").split("\x3c!--more")[0]}}))((e=>{const{message:t}=(0,i.A)(),{title:n,excerpt:a,content:c}=e,u=(0,o.useSelect)((e=>{const{displayName:t,profileImage:n}=e(l.Af).getConnectionProfileDetails(l.s);return{displayName:t,avatarUrl:n}}));return React.createElement(s.k,r()({},e,{type:"article",user:u,customText:t||a||c||n}))}))},81048:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(96072),r=n.n(a),s=n(8797),o=n(47143),i=n(18537),l=n(51609),c=n.n(l);const u=function(e){const t=(0,o.useSelect)((e=>{const{getUnstableBase:t}=e("core"),n=t().name;return(0,i.decodeEntities)(n)}));return c().createElement(s.m,r()({},e,{siteTitle:t}))}},91262:(e,t,n)=>{"use strict";n.d(t,{p:()=>g});var a=n(47656),r=n(3924),s=n(20578),o=n(56427),i=n(47143),l=n(27723),c=n(51609),u=n.n(c),d=n(77627),p=n(39553),m=n(89729);const __=l.__,_x=l._x;function g(e){const{title:t,image:n,media:l,description:c}=e,{username:g,profileImage:A}=(0,i.useSelect)((e=>e(m.Af).getConnectionProfileDetails(m.bN))),{isEnhancedPublishingEnabled:h}=(0,d.A)(),{message:E}=(0,p.A)(),f=l?.some((({type:e})=>e.startsWith("image/")||e.startsWith("video/"))),b=Boolean(n);if(!f&&!b)return u().createElement(a.A,{hideCloseButton:!0,actions:[u().createElement(o.ExternalLink,{href:(0,r.A)("jetpack-social-share-to-instagram")},__("Learn more","jetpack"))]},h?__("To share to Instagram, add an image/video, or enable Social Image Generator.","jetpack"):_x("You need a featured image to share to Instagram.","The message shown in the Instagram social preview","jetpack"));const v=E||t||c;return u().createElement(s.a,{image:l?.[0]?.url||n,media:l,name:g,profileImage:A,caption:v})}},29650:(e,t,n)=>{"use strict";n.d(t,{p:()=>u});var a=n(7368),r=n(47143),s=n(27723),o=n(51609),i=n.n(o),l=n(39553),c=n(89729);const __=s.__;function u(e){const{title:t,url:n,image:s,media:o,description:u}=e,{displayName:d,profileImage:p}=(0,r.useSelect)((e=>e(c.Af).getConnectionProfileDetails(c.gt))),{message:m}=(0,l.A)(),g=`${m||t||u} ${o.length?n:""}`.trim();return i().createElement(a.G,{jobTitle:__("Job Title (Company Name)","jetpack"),image:s,name:d,profileImage:p,title:t,description:g,url:n,media:o})}},98175:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(96072),r=n.n(a),s=n(71751),o=n(47143),i=n(18537),l=n(383),c=n(39553),u=n(89729);const d=e=>{const{message:t}=(0,c.A)(),{content:n,siteName:a}=(0,o.useSelect)((e=>{const{getEditedPostAttribute:t}=e("core/editor"),{getUnstableBase:n}=e("core");return{content:t("content").split("\x3c!--more")[0],siteName:(0,i.decodeEntities)(n().name)}})),{attachedMedia:d}=(0,l.h)(),p=(0,o.useSelect)((e=>{const{displayName:t,profileImage:n,username:a}=e(u.Af).getConnectionProfileDetails(u.V6);return{displayName:t,avatarUrl:n,address:a}})),m=e.media?.[0],g=m?.type.startsWith("image/")?m.url:null;return React.createElement(s.R,r()({},e,{siteName:a,user:p,description:n,customText:t,customImage:g,isSocialPost:d.length>0}))}},81115:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(56427),r=n(27723),s=n(10991),o=n(19779),i=n(31137);const __=r.__,l=function({onClose:e,initialTabName:t}){const n=(0,o.r)(),{image:r,media:l,title:c,description:u,url:d,excerpt:p}=(0,i.s)();return React.createElement(a.Modal,{onRequestClose:e,className:"jetpack-social-previews__modal",__experimentalHideHeader:!0},React.createElement(a.Button,{className:"jetpack-social-previews__modal--close-btn",onClick:e,icon:s.A,label:__("Close","jetpack")}),React.createElement(a.TabPanel,{className:"jetpack-social-previews__modal-previews",tabs:n,initialTabName:t},(e=>React.createElement("div",null,React.createElement(e.preview,{excerpt:p,title:c,description:u,url:d,image:r,media:l})))))}},49257:(e,t,n)=>{"use strict";n.d(t,{s:()=>c});var a=n(58581),r=n(47143),s=n(51609),o=n.n(s),i=n(39553),l=n(89729);function c(e){const{title:t,url:n,image:s,media:c,description:u}=e,{displayName:d,profileImage:p}=(0,r.useSelect)((e=>e(l.Af).getConnectionProfileDetails(l.zk))),{message:m}=(0,i.A)(),g=`${m||t||u} ${c.length?n:""}`.trim();return o().createElement(a.n,{image:s,name:d,profileImage:p,title:t,description:g,url:n,media:c})}},97192:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(56427),r=n(27723),s=n(19779);const __=r.__,_x=r._x,o=({openModal:e})=>{const t=(0,s.r)();return React.createElement("div",{className:"jetpack-social-previews__panel"},React.createElement("p",null,__("Preview what this will look like on social networks and Google search.","jetpack")),React.createElement("div",{className:"jetpack-gutenberg-social-icons"},t.map((e=>React.createElement(e.icon,{key:e.name,className:"jetpack-social-previews__icon"})))),React.createElement(a.Button,{variant:"secondary",onClick:e,label:__("Open Social Previews","jetpack")},_x("Preview","Button label that opens the social previews modal","jetpack")))}},68655:(e,t,n)=>{"use strict";n.d(t,{Q:()=>u});var a=n(33389),r=n(47143),s=n(18537),o=n(51609),i=n.n(o),l=n(383),c=n(89729);function u({excerpt:e,title:t,description:n,image:o,url:u,media:d}){const{shareMessage:p}=(0,l.h)(),m=(0,r.useSelect)((a=>{const{displayName:r,profileImage:i}=a(c.M_).getConnectionProfileDetails(c.BB);let l=t;p?l=p:t&&e&&(l=`${t}\n\n${e}`);const m=500-u.length-2;return l=(0,s.decodeEntities)(l).slice(0,m),l+=`\n\n${u}`,[{caption:l,name:r,profileImage:i,title:t,description:n,image:o,media:d,url:u}]}),[t,o,n,d,u]),g=(0,r.useSelect)((e=>e(c.M_).getConnectionsByService(c.BB)),[]);return i().createElement(a.n,{posts:m,hidePostPreview:!g.length})}},22322:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(96072),r=n.n(a),s=n(19036),o=n(47143),i=n(39553),l=n(89729);const c=e=>{const{content:t,author:n}=(0,o.useSelect)((e=>{const{getUser:t}=e("core"),{getEditedPostAttribute:n}=e("core/editor"),a=n("author"),r=a&&t(a);return{content:n("content").split("\x3c!--more")[0],author:r?.name}})),{message:a}=(0,i.A)(),c=(0,o.useSelect)((e=>{const{displayName:t,profileImage:a}=e(l.Af).getConnectionProfileDetails(l.me);return{displayName:t||n,avatarUrl:a}}),[n]);return React.createElement(s.s,r()({},e,{user:c,description:t,customText:a}))}},91537:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(43731),r=n(47143),s=n(51609),o=n.n(s),i=n(383),l=n(89729);const c=function({title:e,description:t,image:n,url:s,media:c}){const{shareMessage:u}=(0,i.h)(),d=(0,r.useSelect)((a=>{const{displayName:r,profileImage:o,username:i}=a(l.Af).getConnectionProfileDetails(l.PX);return[{name:r,profileImage:o,screenName:i,text:u+(c.length?` ${s}`:""),cardType:n?"summary_large_image":"summary",title:e,description:t,image:n,media:c,url:s}]}),[e,n,t,c,s,u]);return o().createElement(a.p,{tweets:d,hidePostPreview:!0})}},19779:(e,t,n)=>{"use strict";n.d(t,{r:()=>v});var a=n(96072),r=n.n(a),s=n(78478),o=n(27723),i=n(51609),l=n.n(i),c=n(89729),u=n(70407),d=n(59540),p=n(81048),m=n(91262),g=n(29650),A=n(98175),h=n(49257),E=n(68655),f=n(22322),b=n(91537);const __=o.__,_x=o._x;function v(){const e=(0,u.getSupportedAdditionalConnections)().includes(c.BB);return(0,i.useMemo)((()=>[{title:__("Google Search","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"google"},e)),name:"google",preview:p.A},{title:__("X","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"x"},e)),name:"x",preview:b.A},{title:__("Facebook","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"facebook"},e)),name:"facebook",preview:d.A},{title:__("Instagram","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"instagram"},e)),name:"instagram",preview:m.p},e?{title:_x("Threads","The name of the social media network - threads.net","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"threads"},e)),name:"threads",preview:E.Q}:null,{title:__("LinkedIn","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"linkedin"},e)),name:"linkedin",preview:g.p},{title:__("Nextdoor","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"nextdoor"},e)),name:"nextdoor",preview:h.s},{title:__("Tumblr","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"tumblr-alt"},e)),name:"tumblr",preview:f.A},{title:__("Mastodon","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"mastodon"},e)),name:"mastodon",preview:A.A}].filter(Boolean)),[e])}},31137:(e,t,n)=>{"use strict";n.d(t,{s:()=>l});var a=n(47143),r=n(27723),s=n(383),o=n(74820),i=n(25995);const __=r.__;function l(){const{attachedMedia:e,imageGeneratorSettings:t}=(0,s.h)();return(0,a.useSelect)((n=>{const{getMedia:a}=n("core"),{getEditedPostAttribute:r,getEditedPostContent:s}=n("core/editor"),l=r("featured_media");let c=l?(0,i.l)(a(l)):"";const u=t.enabled?(0,o.S)(t.token):"";if(u&&(c=u),!c){const e=(0,i.t)(s());e&&(c=e)}const d=[],p=e=>{const t=a(e);return t?{type:t.mime_type,url:(0,i.l)(t),alt:t.alt_text}:null};for(const{id:t}of e){const e=p(t);e&&d.push(e)}return{title:(r("meta")?.jetpack_seo_html_title||r("title")||"").trim(),description:(r("meta")?.advanced_seo_description||r("excerpt")||r("content").split("\x3c!--more")[0]||__("Visit the post for more.","jetpack")||"").trim(),url:r("link"),excerpt:(r("excerpt")||r("content").split("\x3c!--more")[0]||"").trim(),image:c,media:d,initialTabName:null}}),[e,t])}},25995:(e,t,n)=>{"use strict";function a(e){return e?e.media_details?.sizes?.large?.source_url||e.source_url:null}function r(e){const t=(new DOMParser).parseFromString(e,"text/html"),n=Array.from(t.querySelectorAll("img")),a=n[0]?.src;return a??null}n.d(t,{l:()=>a,t:()=>r})},18699:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(86087),r=n(76794);const s=({sourceUrl:e,mime:t,duration:n})=>{const[s,o]=(0,a.useState)(!1),[i,l]=(0,a.useState)(0),c=(0,a.useRef)(null),u=(0,a.useRef)(null),d=(0,a.useRef)(null);(0,a.useEffect)((()=>{c.current?.load()}),[e]);const p=(0,a.useCallback)((()=>{c.current.pause(),c.current.currentTime=0,clearInterval(u.current),clearTimeout(d.current),l(0),o(!1)}),[]),m=(0,a.useCallback)((()=>{d.current=setTimeout((()=>{s||(c.current.play(),o(!0),u.current=setInterval((()=>{l((e=>e+1))}),1e3))}),500)}),[s]),g=()=>{const e=n-i,t=Math.floor(e/60),a=String(Math.floor(e%60)).padStart(2,"0");return React.createElement("div",{className:r.A.progress},React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"6",height:"8",fill:"none"},React.createElement("path",{fill:"#fff",d:"M5.25 3.567a.5.5 0 0 1 0 .866L.75 7.031A.5.5 0 0 1 0 6.598V1.402A.5.5 0 0 1 .75.969l4.5 2.598Z"})),React.createElement("span",{className:r.A.duration},`${t}:${a}`))};return React.createElement("div",{className:r.A.wrapper,onMouseEnter:m,onMouseLeave:p},React.createElement("video",{ref:c,onEnded:p,muted:!0},React.createElement("source",{src:e,type:t})),React.createElement(g,null))}},98420:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(383);function r(){const{attachedMedia:e,updateJetpackSocialOptions:t}=(0,a.h)();return{attachedMedia:e,updateAttachedMedia:e=>t("attached_media",e)}}},54822:(e,t,n)=>{"use strict";n(85985),n(1455),n(86087)},54915:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(47143),r=n(43656);const s=()=>(0,a.useSelect)((e=>e(r.store).getEditedPostAttribute("featured_media")))},49747:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(47143),r=n(43656),s=n(86087),o=n(383);const i=(e,t)=>({isEnabled:e?.enabled??!t,customText:e?.custom_text??null,imageType:e?.image_type??null,imageId:e?.image_id??null,template:e?.template??null,token:e?.token??null});function l(){const{imageGeneratorSettings:e,jetpackSocialOptions:t,updateJetpackSocialOptions:n}=(0,o.h)(),{isPostPublished:l}=(0,a.useSelect)((e=>({isPostPublished:e(r.store).isCurrentPostPublished()}))),c=(0,s.useCallback)(((t,a)=>{const r={...e,[t]:a};n("image_generator_settings",r)}),[e,n]),u=(0,s.useCallback)((t=>{const a={...e,...t};n("image_generator_settings",a)}),[e,n]);return{...i(t.image_generator_settings,l),setIsEnabled:e=>c("enabled",e),setToken:e=>c("token",e),updateSettings:u}}},92214:(e,t,n)=>{"use strict";n.d(t,{P:()=>d});var a=n(47143),r=n(98420),s=n(54915),o=n(80624),i=n(52367),l=n(80682),c=n(50001),u=n(89729);function d(){const{enabledConnections:e}=(0,c.A)(),{attachedMedia:t}=(0,r.A)(),n=(0,s.A)(),d=t[0]?.id||n,{validationErrors:p,isConvertible:m}=(0,i.A)(e,(0,o.A)(d)[0]),g=(0,a.useSelect)((e=>e(u.M_).getBrokenConnections().map((e=>e.connection_id))),[]);return e.some((function({connection_id:e,service_name:t}){return!g.includes(e)&&(!(e in p)||("instagram-business"!==t||!Object.values(p).includes(l.k3))&&m)}))}},80624:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(47143),r=n(86087);const s=async e=>{if(!e)return{};let t={mime:e.mime_type,fileSize:e.media_details.filesize,length:e.media_details?.length};"video/videopress"===e.mime_type&&(t=await(async e=>{if(!e?.media_details?.videopress?.original||!e?.media_details?.videopress?.duration)return{};const t=await fetch(e?.media_details?.videopress?.original,{method:"HEAD"}),n=t.headers.get("content-length"),a=t.headers.get("content-type");return n&&a?{mime:a,fileSize:n,length:Math.round(e.media_details.videopress.duration/1e3)}:{}})(e));const n=e?.media_details?.sizes??{};if(!n.full)return{mediaData:{width:e.media_details.width,height:e.media_details.height,sourceUrl:e.source_url},metaData:t};const a=n.medium||n.large,r={width:a.width,height:a.height,sourceUrl:a.source_url};return{mediaData:{width:n.full.width,height:n.full.height,sourceUrl:n.full.source_url},metaData:t,previewData:r}};function o(e=null){const[t,n]=(0,r.useState)([{}]),o=(0,a.useSelect)((t=>t("core").getMedia(e,{context:"view"})),[e]),i=(0,r.useCallback)((async()=>{try{const e=await s(o);n([e??{}])}catch{n([{}])}}),[o]);return(0,r.useEffect)((()=>{i()}),[i]),t}},80682:(e,t,n)=>{"use strict";n.d(t,{$m:()=>u,I1:()=>l,eF:()=>i,ec:()=>o,i1:()=>c,k3:()=>r,z9:()=>s});var a=n(27723);const __=a.__,r="NO_MEDIA_ERROR",s="FILE_TYPE_ERROR",o="FILE_SIZE_ERROR",i="VIDEO_LENGTH_TOO_LONG_ERROR",l="VIDEO_LENGTH_TOO_SHORT_ERROR",c="DIMENSION_ERROR";function u(e){return{[o]:__("File too big","jetpack"),[i]:__("Video too long","jetpack"),[l]:__("Video too short","jetpack"),[c]:__("Invalid dimensions","jetpack")}[e]||__("Invalid media","jetpack")}},52367:(e,t,n)=>{"use strict";n.d(t,{A:()=>d,c:()=>l});var a=n(86087),r=n(98420),s=n(49747),o=n(80682),i=n(2204);function l(e){return"video"===e.split("/")[0]}const c=e=>{if(!e?.mime||!e?.fileSize)return!1;const{mime:t,fileSize:n}=e;if(l(t))return!1;if(!i.nJ.includes(t))return!1;return!((n?n/Math.pow(1e3,2):0)>=55)},u=(e,t,n,a,r)=>{const s=i.mB[n]??i.EX;if(!e||0===Object.keys(e).length)return s.requiresMedia&&!r?o.k3:null;const{mime:c,fileSize:u}=e;if(!s.requiresMedia&&!a)return null;if(!c||!s.allowedMediaTypes.includes(c.toLowerCase()))return o.z9;if(!t?.width||!t?.height)return o.i1;const d=u?u/Math.pow(1e3,2):null;return l(c)?((e,t,n,a,r)=>{const{minSize:s=0,maxSize:l=i.TR,minLength:c=0,maxLength:u=i.TR,maxWidth:d=i.TR,aspectRatio:p=i.EX.video.aspectRatio}=r;if(!e||e>l||eu)return o.eF;const m=n/a;return mp.max||n>d?o.i1:null})(d,e.length,t.width,t.height,s.video):((e,t,n,a)=>{const{maxSize:r=i.TR,minWidth:s=0,maxWidth:l=i.TR,aspectRatio:c=i.EX.image.aspectRatio}=a,u=t/n;return uc.max||t>l||tr?o.ec:null})(d,t.width,t.height,s.image)},d=(e,t)=>{const{attachedMedia:n}=(0,r.A)(),{isEnabled:o}=(0,s.A)(),i=n.length>0,l=(0,a.useRef)({});return(0,a.useMemo)((()=>{const n=e.reduce(((e,{connection_id:n,service_name:a})=>{const r=u(t.metaData,t.mediaData,a,i,o&&"instagram-business"===a);return r&&(e[n]=r),e}),{});return JSON.stringify(n)!==JSON.stringify(l.current)&&(l.current=n),{validationErrors:l.current,isConvertible:c(t.metaData)}}),[e,t.metaData,t.mediaData,i,o])}},2204:(e,t,n)=>{"use strict";n.d(t,{EX:()=>g,TR:()=>m,UB:()=>E,mB:()=>A,nJ:()=>h});const a="video/mp4",r="video/mov",s="video/videopress",o=["image/jpeg","image/jpg","image/png"],i=o.concat(["image/gif","image/bmp"]),l=["video/3g2","video/3gp","video/3gpp","video/asf","video/avi","video/dat","video/divx","video/dv","video/f4v","video/flv","video/gif","video/m2ts","video/m4v","video/mkv","video/mod","video/mov","video/mp4","video/mpe","video/mpeg","video/mpeg4","video/mpg","video/mts","video/nsv","video/ogm","video/ogv","video/qt","video/tod","video/ts","video/vob","video/wmv"],c=o.concat(["image/gif","image/heic","image/heif","image/webp","image/avif"]),u=["video/webm","video/quicktime","video/ogg"],d=o.concat(["image/gif","image/jpe","image/tif","image/tiff","image/webp"]),p=[r,"video/avi","video/mpg","video/mpeg","video/m4v"],m=1e5,g={requiresMedia:!1,allowedMediaTypes:o.concat([a,s,r]),image:{maxSize:4,minWidth:0,maxWidth:m,aspectRatio:{min:0,max:m}},video:{minLength:0,minSize:0,maxSize:m,maxLength:m,maxWidth:m,aspectRatio:{min:0,max:m}}},A={twitter:{allowedMediaTypes:o.concat([a,s]),image:{maxSize:5},video:{maxSize:512,maxLength:140}},facebook:{allowedMediaTypes:i.concat([s,...l]),image:{maxSize:8},video:{maxSize:1e4,maxLength:14400}},tumblr:{allowedMediaTypes:o.concat([a,r,s]),image:{maxSize:20},video:{maxSize:500,maxLength:600}},linkedin:{allowedMediaTypes:o.concat([a,s]),image:{maxSize:20},video:{minSize:.075,maxSize:200,maxLength:600,minLength:3}},"instagram-business":{requiresMedia:!0,allowedMediaTypes:["image/jpg","image/jpeg",a,r,s],image:{maxSize:8,minWidth:320,maxWidth:1440,aspectRatio:{min:.8,max:1.91}},video:{maxLength:90,minLength:3,maxSize:1e3,maxWidth:1920,aspectRatio:{min:.01,max:10}}},mastodon:{allowedMediaTypes:c.concat([...u,a,s]),image:{maxSize:10},video:{maxSize:40}},nextdoor:{allowedMediaTypes:d.concat([...p,a,s]),image:{maxSize:10},video:{maxSize:500}}},h=["image/png","image/jpeg","image/jpg","image/heic","image/heif","image/webp"],E=[...new Set([...o,...i,...c,...l,...u,...h])]},383:(e,t,n)=>{"use strict";n.d(t,{h:()=>i});var a=n(47143),r=n(43656),s=n(86087),o=n(70407);function i(){const{editPost:e}=(0,a.useDispatch)(r.store),t=(0,a.useSelect)((e=>{const t=e(r.store).getEditedPostAttribute("meta")||{},n=t.jetpack_publicize_feature_enabled??!0,a=t.jetpack_social_options||{};return{isPublicizeEnabled:n,jetpackSocialOptions:a,attachedMedia:a.attached_media||[],imageGeneratorSettings:a.image_generator_settings??{enabled:!1},isPostAlreadyShared:t.jetpack_social_post_already_shared??!1,shareMessage:`${t.jetpack_publicize_message||""}`.substring(0,(0,o.getShareMessageMaxLength)())}}),[]),n=(0,s.useCallback)(((t,n)=>{e({meta:{[t]:n}})}),[e]),i=(0,s.useCallback)((()=>{n("jetpack_publicize_feature_enabled",!t.isPublicizeEnabled)}),[t.isPublicizeEnabled,n]),l=(0,s.useCallback)(((e,a)=>{n("jetpack_social_options",{...t.jetpackSocialOptions,[e]:a,version:2})}),[t.jetpackSocialOptions,n]);return(0,s.useMemo)((()=>({...t,togglePublicizeFeature:i,updateJetpackSocialOptions:l,updateMeta:n})),[t,i,l,n])}},57275:(e,t,n)=>{"use strict";n.d(t,{z:()=>o});var a=n(47143),r=n(43656),s=n(86087);function o(e){const t=(0,a.useSelect)((e=>e(r.store).isPublishingPost()),[]),[n,o]=(0,s.useState)(e),i=(0,s.useRef)(!1);return(0,s.useEffect)((()=>{t&&(i.current=!0),i.current||o(e)}),[t,e]),n}},77627:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(39384),r=n(85985),s=n(47143),o=n(43656),i=n(89729),l=n(383);const c="republicize";function u(){const e=!(0,r.d9)()&&!(0,r.Sy)(),t=(0,r.$i)()?.wpcomBlogId,n=e||(0,r.FB)(c)?.available,u=(0,s.useSelect)((e=>e(o.store).isCurrentPostPublished()),[]),d=(0,s.useSelect)((e=>e(o.store).getCurrentPostType()),[]),{isUserConnected:p}=(0,a.useConnection)(),m=(0,r.$i)()?.social?.publicizeConnectionsUrl??"https://wordpress.com/marketing/connections/",{isPublicizeEnabled:g,togglePublicizeFeature:A,isPostAlreadyShared:h}=(0,l.h)(),E=(0,r.W4)(c)&&!n,f=u?n:g,b=u&&E,v=u&&!n,C=!!(0,r.$i)()?.social?.hasPaidPlan,k=!!(0,r.$i)()?.social?.isEnhancedPublishingEnabled,y="jetpack-social-note"===d,B=!p&&!(0,r.Sy)(),w=(0,s.useSelect)((e=>e(i.M_).userConnectionUrl()),[]);return{isPublicizeEnabledMeta:g,isPublicizeEnabled:f,togglePublicizeFeature:A,isPublicizeDisabledBySitePlan:b,isRePublicizeFeatureAvailable:n,isRePublicizeUpgradableViaUpsell:E,hidePublicizeFeature:v,isPostAlreadyShared:h,hasPaidPlan:C,isEnhancedPublishingEnabled:k,isSocialImageGeneratorAvailable:!!(0,r.$i)()?.social?.isSocialImageGeneratorAvailable&&!y,isSocialImageGeneratorEnabled:!!(0,r.$i)()?.social?.isSocialImageGeneratorEnabled,connectionsAdminUrl:m+(t??(0,r.GE)()),adminUrl:(0,r.$i)()?.social?.adminUrl,jetpackSharingSettingsUrl:(0,r.$i)()?.social?.jetpackSharingSettingsUrl,isJetpackSocialNote:y,needsUserConnection:B,userConnectionUrl:w}}},88584:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(29491),r=n(86087),s=n(86212),o=n(50001);function i(){const e=(0,r.useRef)(!1),t=(0,r.useRef)(!0),n=(0,s.A)(),{refresh:i}=(0,o.A)(),l=(0,a.useDebounce)(i,0),c=(0,a.useDebounce)(i,2e3);return()=>{t.current&&(l(),t.current=!1),n||(e.current=!0,c.cancel()),n&&e.current&&(c(),e.current=!1)}}},38394:(e,t,n)=>{"use strict";n.d(t,{i:()=>o});var a=n(27723),r=n(16480),s=n(51609);const __=a.__;function o({onError:e,onSuccess:t}){const[n,a]=(0,s.useState)(!1),o=(0,s.useCallback)((async(n,s="image")=>{try{a(!0);const o=await fetch(n);if(!o.ok)return void e(new Error(__("Failed to download image.","jetpack"),{cause:o}));const i=await o.blob(),l=new File([i],s,{type:i.type});await(0,r.uploadMedia)({filesList:[l],onFileChange:([e])=>{void 0!==e.id&&(t(e),a(!1))},onError:t=>{e(new Error(__("Failed to save image to library.","jetpack"),{cause:t})),a(!1)},maxUploadFileSize:0})}catch(t){e(new Error(__("Failed to save image to library.","jetpack"),{cause:t}))}finally{a(!1)}}),[e,t]);return(0,s.useMemo)((()=>({isSaving:n,save:o})),[n,o])}},49036:(e,t,n)=>{"use strict";n.d(t,{Wv:()=>l,_D:()=>i});var a=n(29491),r=n(47143),s=n(43656),o=n(86087);function i(e,t){const n=(0,r.useSelect)((e=>e(s.store).isPublishingPost()),[]),i=(0,a.usePrevious)(n);(0,o.useEffect)((()=>{i&&!n&&e()}),[n,i,e,t])}function l(e,t){const n=(0,r.useSelect)((e=>e(s.store).isPublishingPost()),[]),i=(0,a.usePrevious)(n);(0,o.useEffect)((()=>{!i&&n&&e()}),[n,i,e,t])}},31873:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(1455),r=n.n(a),s=n(47143),o=n(43656),i=n(86087),l=n(27723),c=n(50001),u=n(39553),d=n(51371);const __=l.__;function p(e){const t=e?.code,n=e?.errors?.length;if(!t&&!n)return!1;let a="";return t&&(a=__("Unable to share the Post","jetpack")),n&&(a=__("Unable to share the Post","jetpack")),{message:a,result:e}}function m(e){const{message:t}=(0,u.A)(),{skippedConnections:n}=(0,c.A)(),a=(0,s.useSelect)((e=>e(o.store).getCurrentPostId()),[]);e=e||a;const[l,m]=(0,i.useState)({data:[],error:{}}),g=(0,d.n)().api_paths.resharePost.replace("{postId}",e),A=(0,i.useCallback)((async function(a=null){const s={isFetching:!1,isError:!1,isSuccess:!1,data:[],error:{},postId:e};if(l.isFetching)return;const o=a||n;return m({...s,isFetching:!0}),await r()({path:g,method:"POST",data:{message:t,skipped_connections:o,async:!0}}).then(((e={})=>{const t=p(e);if(t)return m((e=>({...e,isFetching:!1,isSuccess:!1,isError:!0,data:[],error:t})));m((t=>({...t,isFetching:!1,isSuccess:!0,isError:!1,data:e?.results,error:{}})))})).catch((e=>{m((t=>({...t,isFetching:!1,isSuccess:!1,isError:!0,data:[],error:p(e)})))})),function(){m(s)}}),[e,t,n,l.isFetching,g]);return{...l,doPublicize:A}}},50001:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(47143),r=n(89729);function s(){const{refreshConnectionTestResults:e,toggleConnectionById:t}=(0,a.useDispatch)(r.M_);return{...(0,a.useSelect)((e=>{const t=e(r.M_),n=t.getConnections(),a=t.getEnabledConnections(),s=t.getDisabledConnections().map((e=>e.connection_id));return{connections:n,hasConnections:n.length>0,hasEnabledConnections:a.length>0,skippedConnections:s,enabledConnections:a}}),[]),toggleById:t,refresh:e}}},39553:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(70407),r=n(383);function s(){const{updateMeta:e,shareMessage:t}=(0,r.h)();return{message:t,maxLength:(0,a.getShareMessageMaxLength)(),updateMessage:function(t){e("jetpack_publicize_message",t)}}}},75168:(e,t,n)=>{"use strict";n.d(t,{F:()=>i});var a=n(47143),r=n(43656),s=n(89729),o=n(49036);function i(){const{mergeConnections:e}=(0,a.useDispatch)(s.M_),{didPostSaveRequestSucceed:t,isCurrentPostPublished:n,getEditedPostAttribute:i}=(0,a.useSelect)((e=>e(r.store)),[]);(0,o._D)((()=>{if(t()&&n()){const t=i("jetpack_publicize_connections");t?.length&&e(t)}}),[t,n,i])}},93394:(e,t,n)=>{"use strict";n.r(t),n.d(t,{abortRefreshConnectionsRequest:()=>b,abortRequest:()=>f,addConnection:()=>m,closeConnectionsModal:()=>T,createAbortController:()=>h,createConnection:()=>I,deleteConnection:()=>y,deleteConnectionById:()=>w,deletingConnection:()=>B,mergeConnections:()=>A,openConnectionsModal:()=>R,refreshConnectionTestResults:()=>v,removeAbortControllers:()=>E,setConnections:()=>d,setKeyringResult:()=>p,setReconnectingAccount:()=>S,syncConnectionsToPostMeta:()=>C,toggleConnection:()=>g,toggleConnectionById:()=>k,toggleConnectionsModal:()=>N,updateConnection:()=>x,updateConnectionById:()=>Q,updatingConnection:()=>j});var a=n(692),r=n(1455),s=n.n(r),o=n(47143),i=n(43656),l=n(27723),c=n(51371),u=n(54118);const __=l.__;function d(e){return{type:u.dA,connections:e}}function p(e){return{type:u.BN,keyringResult:e}}function m(e){return{type:u.Bc,connection:e}}function g(e){return{type:u.af,connectionId:e}}function A(e){return function({dispatch:t,select:n}){const a=n.getConnections(),r=[],s={done:!1,enabled:!0,toggleable:!0};for(const t of e){const e=a.find((e=>e.connection_id?e.connection_id===t.connection_id:e.id===t.id)),n={...s,...e,...t,shared:e?.shared,is_healthy:t.test_success};r.push(n)}t(d(r))}}function h(e,t){return{type:u.WB,requestType:t,abortController:e}}function E(e){return{type:u.Wp,requestType:e}}function f(e){return function({dispatch:t,select:n}){const a=n.getAbortControllers(e);for(const e of a)e.abort();t(E(e))}}function b(){return f(u.rz)}function v(e=!1){return async function({dispatch:t,select:n}){try{const a=(0,c.n)().api_paths.refreshConnections;for(;n.getUpdatingConnections().length>0||n.getDeletingConnections().length>0;)await new Promise((e=>setTimeout(e,100)));const r=new AbortController;t(h(r,u.rz));t(A(await s()({path:a,signal:r.signal}))),e&&t(C())}catch(n){"AbortError"===n.name&&t(v(e))}}}function C(){return function({registry:e,select:t}){const n=t.getConnections();return e.dispatch(i.store).editPost({jetpack_publicize_connections:n})}}function k(e,t=!0){return function({dispatch:n}){n(g(e)),t&&n(C())}}function y(e){return{type:u.nC,connectionId:e}}function B(e,t=!0){return{type:u.WH,connectionId:e,deleting:t}}function w({connectionId:e,showSuccessNotice:t=!0}){return async function({registry:n,dispatch:r}){const{createErrorNotice:l,createSuccessNotice:c}=(0,o.dispatch)(a.store);try{const a=`/jetpack/v4/social/connections/${e}`;return r(b()),r(B(e)),await s()({method:"DELETE",path:a}),r(y(e)),t&&c(__("Account disconnected successfully.","jetpack"),{type:"snackbar",isDismissible:!0}),n.select(i.store).getCurrentPostId()&&r(C()),!0}catch(e){let t=__("Error disconnecting account.","jetpack");"object"==typeof e&&"message"in e&&e.message&&(t=`${t} ${e.message}`),l(t,{type:"snackbar",isDismissible:!0})}finally{r(B(e,!1))}return!1}}let _=1;function I(e,t={}){return async function({registry:n,dispatch:r}){const{createErrorNotice:c,createSuccessNotice:u}=(0,o.dispatch)(a.store),d="new-"+ ++_;try{const a="/jetpack/v4/social/connections/";r(m({connection_id:d,...t})),r(b()),r(j(d));const o=await s()({method:"POST",path:a,data:e});o&&(r(x(d,{...o,can_disconnect:!0,enabled:!0})),u((0,l.sprintf)(/* translators: %s is the name of the social media platform e.g. "Facebook" */ +__("%s account connected successfully.","jetpack"),o.label),{type:"snackbar",isDismissible:!0}),n.select(i.store).getCurrentPostId()&&r(C()))}catch(e){let t=__("Error connecting account.","jetpack");"object"==typeof e&&"message"in e&&e.message&&(t=`${t} ${e.message}`),c(t,{type:"snackbar",isDismissible:!0})}finally{r(j(d,!1)),r(y(d))}}}function x(e,t){return{type:u.dw,connectionId:e,data:t}}function j(e,t=!0){return{type:u._6,connectionId:e,updating:t}}function S(e){return{type:u.Nv,reconnectingAccount:e}}function Q(e,t){return async function({dispatch:n,select:r}){const{createErrorNotice:i,createSuccessNotice:l}=(0,o.dispatch)(a.store),c=r.getConnectionById(e);try{const a=`/jetpack/v4/social/connections/${e}`;n(b()),n(x(e,t)),n(j(e));await s()({method:"POST",path:a,data:t})&&l(__("Account updated successfully.","jetpack"),{type:"snackbar",isDismissible:!0})}catch(t){let a=__("Error updating account.","jetpack");"object"==typeof t&&"message"in t&&t.message&&(a=`${a} ${t.message}`),n(x(e,c)),i(a,{type:"snackbar",isDismissible:!0})}finally{n(j(e,!1))}}}function N(e){return{type:u.xW,isOpen:e}}function R(){return N(!0)}function T(){return N(!1)}},54118:(e,t,n)=>{"use strict";n.d(t,{BN:()=>d,Bc:()=>r,M6:()=>b,Nv:()=>u,WB:()=>m,WH:()=>i,Wp:()=>g,_6:()=>c,_y:()=>f,aF:()=>v,af:()=>s,b5:()=>A,dA:()=>a,dw:()=>l,fz:()=>E,nC:()=>o,rz:()=>h,xW:()=>p});const a="SET_CONNECTIONS",r="ADD_CONNECTION",s="TOGGLE_CONNECTION",o="DELETE_CONNECTION",i="DELETING_CONNECTION",l="UPDATE_CONNECTION",c="UPDATING_CONNECTION",u="SET_RECONNECTING_ACCOUNT",d="SET_KEYRING_RESULT",p="TOGGLE_CONNECTIONS_MODAL",m="ADD_ABORT_CONTROLLER",g="REMOVE_ABORT_CONTROLLERS",A="DEFAULT",h="REFRESH_CONNECTIONS",E="FETCH_POST_SHARE_STATUS",f="RECEIVE_POST_SHARE_STATUS",b="TOGGLE_SHARE_STATUS_MODAL",v="POLLING_FOR_POST_SHARE_STATUS"},20257:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(93394),r=n(36305),s=n(33857),o=n(72451),i=n(52930),l=n(40898);const c={...o,...r.Ay,...i.Ay,...s.A,...a,...l.Ay}},36305:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>l,iJ:()=>i,ql:()=>o});var a=n(47143),r=n(89729),s=n(51979);const o="SET_JETPACK_SETTINGS";function i(e){return{type:o,options:e}}const l={updateJetpackSettings:function*(e){try{yield i({is_updating:!0}),yield i(e),yield(0,s.He)(e);const t=yield(0,s._r)();return yield i(t),!0}catch(e){const t=(0,a.select)(r.Af).getJetpackSettings();return yield i(t),!1}finally{yield i({is_updating:!1})}},setJetpackSettings:i}},33857:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(51979),r=n(52930);const s={refreshJetpackSocialSettings:function*(){try{yield(0,r.tK)();const e=yield(0,a.Bm)();return yield(0,r.DE)(e.jetpack_social_image_generator_settings),!0}catch(e){return!1}finally{yield(0,r.xK)()}}}},72451:(e,t,n)=>{"use strict";n.r(t),n.d(t,{closeShareStatusModal:()=>c,defaultIsRequestComplete:()=>u,fetchPostShareStatus:()=>s,openShareStatusModal:()=>l,pollForPostShareStatus:()=>g,pollingForPostShareStatus:()=>m,receivePostShareStaus:()=>o,toggleShareStatusModal:()=>i});var a=n(43656),r=n(54118);function s(e,t=!0){return{type:r.fz,postId:e,loading:t}}function o(e,t){return{type:r._y,shareStatus:e,postId:t}}function i(e){return{type:r.M6,isOpen:e}}function l(){return i(!0)}function c(){return i(!1)}const u=({lastTimestamp:e,postShareStatus:t})=>e?t.shares.some((t=>t.timestamp>e)):t.shares.length>0,d=6e4,p=3e3;function m(e,t=!0){return{type:r.aF,postId:e,polling:t}}function g({pollingInterval:e=p,postId:t,isRequestComplete:n=u,timeout:r=d}={}){return async function({dispatch:s,select:o,registry:i}){const l=Date.now(),c=t||i.select(a.store).getCurrentPostId(),u=o.getPostShareStatus(c).shares[0]?.timestamp||0;let d=!1,p=!1;s(m(c));do{o.getPostShareStatus(c).loading||s.invalidateResolution("getPostShareStatus",[c]),await new Promise((t=>setTimeout(t,e))),d=n({lastTimestamp:u,postShareStatus:o.getPostShareStatus(c)}),p=Date.now()-l>r}while(!d&&!p);s(m(c,!1))}}},52930:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>u,DE:()=>c,Xh:()=>o,tK:()=>i,xK:()=>l});var a=n(47143),r=n(89729),s=n(51979);const o="SET_SOCIAL_IMAGE_GENERATOR_SETTINGS";function i(){return c({isUpdating:!0})}function l(){return c({isUpdating:!1})}function c(e){return{type:o,options:e}}const u={updateSocialImageGeneratorSettings:function*(e){try{yield i(),yield c(e),yield(0,s.uy)(e);const t=yield(0,s.lz)();return yield c(t.jetpack_social_image_generator_settings),!0}catch(e){const t=(0,a.select)(r.Af).getSocialImageGeneratorSettings();return yield c(t),!1}finally{yield l()}},setSocialImageGeneratorSettings:c,refreshSocialImageGeneratorSettings:function*(){try{yield i();const e=yield(0,s.lz)();return yield c(e.jetpack_social_image_generator_settings),!0}catch(e){return!1}finally{yield l()}}}},40898:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c});var a=n(47143),r=n(89729),s=n(51979),o=n(36305);function i(){return(0,o.iJ)({social_notes_is_updating:!0})}function l(){return(0,o.iJ)({social_notes_is_updating:!1})}const c={updateSocialNotesSettings:function*(e){try{yield i(),yield(0,o.iJ)(e),yield(0,s.He)(e);const t=yield(0,s._r)();return yield(0,o.iJ)(t),!0}catch(e){const t=(0,a.select)(r.Af).getSocialNotesSettings();return yield(0,o.iJ)(t),!1}finally{yield l()}},updateSocialNotesConfig:function*(e){const t=(0,a.select)(r.Af).getSocialNotesConfig(),n={...t,...e};try{yield(0,o.iJ)({social_notes_config:n}),yield(0,s.He)({social_notes_config:e});const t=yield(0,s._r)();return yield(0,o.iJ)(t),!0}catch(e){return yield(0,o.iJ)({social_notes_config:t}),!1}},refreshSocialNotesSettings:function*(){try{yield i();const e=yield(0,s._r)();return yield(0,o.iJ)(e),!0}catch(e){return!1}finally{yield l()}}}},51979:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>A,Bm:()=>g,He:()=>d,_r:()=>u,lz:()=>p,uy:()=>m});var a=n(1455),r=n.n(a);const s="FETCH_JETPACK_SETTINGS",o="UPDATE_JETPACK_SETTINGS",i="FETCH_SOCIAL_IMAGE_GENERATOR_SETTINGS",l="UPDATE_SOCIAL_IMAGE_GENERATOR_SETTINGS",c="FETCH_JETPACK_SOCIAL_SETTINGS",u=()=>({type:s}),d=e=>({type:o,settings:e}),p=()=>({type:i}),m=e=>({type:l,settings:e}),g=()=>({type:c}),A={[s]:function(){return r()({path:"/jetpack/v4/social/settings"})},[o]:function(e){return r()({path:"/jetpack/v4/social/settings",method:"POST",data:e.settings})},[i]:function(){return r()({path:"/wp/v2/settings?_fields=jetpack_social_image_generator_settings"})},[l]:function(e){return r()({path:"/wp/v2/settings",method:"POST",data:{jetpack_social_image_generator_settings:e.settings}})},[c]:function(){return r()({path:"/wp/v2/settings?_fields=jetpack_social_image_generator_settings"})}}},89729:(e,t,n)=>{"use strict";n.d(t,{Af:()=>c,BB:()=>f,M_:()=>b,PX:()=>E,V6:()=>g,bN:()=>p,gt:()=>m,me:()=>h,s:()=>d,zk:()=>A});var a=n(47143),r=n(20257),s=n(51979),o=n(81194),i=n(37394),l=n(89580);const c="jetpack-social-plugin",u={reducer:o.A,actions:r.A,selectors:l.A,resolvers:i.Ay,controls:s.Ay,initialState:window?.jetpackSocialInitialState||window?.Initial_State?.socialInitialState||window?.Jetpack_Editor_Initial_State?.social||{}},d="facebook",p="instagram-business",m="linkedin",g="mastodon",A="nextdoor",h="tumblr",E="twitter",f="threads",b=(0,a.createReduxStore)(c,u);(0,a.register)(b)},86589:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54118);const r=(e={},t)=>{switch(t.type){case a.xW:return{...e,isConnectionsModalOpen:t.isOpen};case a.Bc:return{...e,connections:[...e.connections,t.connection]};case a.dA:return{...e,connections:t.connections};case a.nC:return{...e,connections:e.connections.filter((({connection_id:e})=>e!==t.connectionId))};case a.WH:{const n=new Set(e.deletingConnections);return t.deleting?n.add(t.connectionId):n.delete(t.connectionId),{...e,deletingConnections:[...n]}}case a.Nv:return{...e,reconnectingAccount:t.reconnectingAccount};case a.dw:return{...e,connections:e.connections.map((e=>e.connection_id===t.connectionId?{...e,...t.data}:e))};case a._6:{const n=new Set(e.updatingConnections);return t.updating?n.add(t.connectionId):n.delete(t.connectionId),{...e,updatingConnections:[...n]}}case a.WB:{const n=t.requestType||a.b5;return{...e,abortControllers:{...e.abortControllers,[n]:[...e.abortControllers?.[n]||[],t.abortController]}}}case a.Wp:{const n=t.requestType||a.b5;return{...e,abortControllers:{...e.abortControllers,[n]:[]}}}case a.BN:return{...e,keyringResult:t.keyringResult};case a.af:return{...e,connections:e.connections.map((e=>(e.connection_id?e.connection_id===t.connectionId:e.id===t.connectionId)?{...e,enabled:!e.enabled}:e))}}return e}},81194:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(47143),r=n(86589),s=n(61556),o=n(53202),i=n(55532),l=n(81105);const c=(0,a.combineReducers)({siteData:i.A,connectionData:r.A,jetpackSettings:s.A,socialImageGeneratorSettings:l.A,shareStatus:o.q,hasPaidPlan:(e=!1)=>e,userConnectionUrl:(e="")=>e,featureFlags:(e=!1)=>e,hasPaidFeatures:(e=!1)=>e})},61556:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(36305);const r=(e={},t)=>t.type===a.ql?{...e,...t.options}:e},53202:(e,t,n)=>{"use strict";n.d(t,{q:()=>r});var a=n(54118);function r(e={},t){switch(t.type){case a.fz:return{...e,[t.postId]:{shares:[],...e?.[t.postId],loading:t.loading??!0}};case a.aF:return{...e,[t.postId]:{shares:[],...e?.[t.postId],polling:t.polling??!0}};case a._y:return{...e,[t.postId]:{...e?.[t.postId],...t.shareStatus,loading:!1}};case a.M6:return{...e,isModalOpen:t.isOpen}}return e}},55532:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=(e={})=>e},81105:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(52930);const r=(e={},t)=>t.type===a.Xh?{...e,...t.options}:e},37394:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>p});var a=n(1455),r=n.n(a),s=n(43656),o=n(59061),i=n(93394),l=n(36305),c=n(72451),u=n(52930),d=n(51979);const p={getJetpackSettings:function*(){try{const e=yield(0,d._r)();if(e)return(0,l.iJ)(e)}catch(e){console.log(e)}},getSocialImageGeneratorSettings:function*(){try{const e=yield(0,d.lz)();if(e)return(0,u.DE)(e.jetpack_social_image_generator_settings)}catch(e){console.log(e)}},getConnections:function(){return function({dispatch:e,registry:t}){const n=t.select(s.store);if(!n.getCurrentPostId())return;const a=n.getEditedPostAttribute("jetpack_publicize_connections");e((0,i.setConnections)(a||[]))}},getPostShareStatus:function(e){return async({dispatch:t,registry:n,select:a})=>{const i=e||n.select(s.store).getCurrentPostId();if(a.featureFlags().useShareStatus)try{t((0,c.fetchPostShareStatus)(i));let e=await r()({path:`jetpack/v4/social/share-status/${i}`});e=(0,o.xA)(e),t((0,c.receivePostShareStaus)(e,i))}catch(e){t((0,c.fetchPostShareStatus)(i,!1))}}}}},28343:(e,t,n)=>{"use strict";n.r(t),n.d(t,{getAbortControllers:()=>b,getBrokenConnections:()=>i,getConnectionById:()=>o,getConnectionProfileDetails:()=>A,getConnections:()=>s,getConnectionsAdminUrl:()=>c,getConnectionsByService:()=>l,getDeletingConnections:()=>h,getDisabledConnections:()=>g,getEnabledConnections:()=>m,getFailedConnections:()=>d,getKeyringResult:()=>C,getMustReauthConnections:()=>p,getReconnectingAccount:()=>f,getUpdatingConnections:()=>E,hasConnections:()=>u,isConnectionsModalOpen:()=>k,isMastodonAccountAlreadyConnected:()=>v});var a=n(50384),r=n(54118);function s(e){return e.connectionData?.connections??[]}function o(e,t){return s(e).find((e=>e.connection_id===t))}function i(e){return s(e).filter((e=>"broken"===e.status||(0,a.Y)(e,"broken")))}function l(e,t){return s(e).filter((({service_name:e})=>e===t))}function c(e){return e.connectionData?.adminUrl??null}function u(e){return s(e).length>0}function d(e){return s(e).filter((e=>!1===e.test_success))}function p(e){return s(e).filter((e=>"must_reauth"===e.test_success)).map((e=>e.service_name))}function m(e){return s(e).filter((e=>e.enabled))}function g(e){return s(e).filter((e=>!e.enabled))}function A(e,t,{forceDefaults:n=!1}={}){let a="",r="",o="";if(!n){const n=s(e).find((({service_name:e})=>t===e));if(n){const{display_name:e,profile_display_name:s,profile_picture:i,external_display:l}=n;a="twitter"===t?s:e||l,o="twitter"===t?e:n.username,r=i}}return{displayName:a,profileImage:r,username:o}}function h(e){return e.connectionData?.deletingConnections??[]}function E(e){return e.connectionData?.updatingConnections??[]}function f(e){return e.connectionData?.reconnectingAccount??""}function b(e,t=r.b5){return e.connectionData?.abortControllers?.[t]??[]}function v(e,t){return l(e,"mastodon").some((e=>e.external_display===t))}function C(e){return e.connectionData?.keyringResult}function k(e){return e.connectionData?.isConnectionsModalOpen??!1}},89580:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(28343),r=n(91906),s=n(49424),o=n(80078),i=n(67027);const l={...o.A,...a,...r.A,...i.A,...s,userConnectionUrl:e=>e.userConnectionUrl,featureFlags:e=>e.featureFlags,hasPaidFeatures:e=>e.hasPaidFeatures}},91906:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={getJetpackSettings:e=>e.jetpackSettings,isModuleEnabled:e=>e.jetpackSettings.publicize_active,showPricingPage:e=>e.jetpackSettings.show_pricing_page,isUpdatingJetpackSettings:e=>e.jetpackSettings.is_updating,hasPaidPlan:e=>!(e.jetpackSettings?.showNudge??1),isEnhancedPublishingEnabled:e=>e.jetpackSettings?.isEnhancedPublishingEnabled??!1,getDismissedNotices:e=>e.jetpackSettings?.dismissedNotices,isSocialNotesEnabled:e=>e.jetpackSettings?.social_notes_enabled,isSocialNotesSettingsUpdating:e=>e.jetpackSettings?.social_notes_is_updating,getSocialNotesConfig:e=>e.jetpackSettings?.social_notes_config??{}}},49424:(e,t,n)=>{"use strict";n.r(t),n.d(t,{getPostShareStatus:()=>s,isShareStatusModalOpen:()=>o});var a=n(47143),r=n(43656);const s=(0,a.createRegistrySelector)((e=>(t,n)=>{const a=n||e(r.store).getCurrentPostId();return t.shareStatus?.[a]??{shares:[]}}));function o(e){return e.shareStatus?.isModalOpen??!1}},80078:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={getAdminUrl:e=>e.siteData?.adminUrl??null,getAPIRootUrl:e=>e.siteData?.apiRoot??null,getAPINonce:e=>e.siteData?.apiNonce??null,getRegistrationNonce:e=>e.siteData?.registrationNonce??null,getSiteSuffix:e=>e.siteData?.siteSuffix??null,getBlogID:e=>e.siteData?.blogID??null,getPluginVersion:e=>e.siteData?.pluginVersion??null}},67027:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={getSocialImageGeneratorSettings:e=>e.socialImageGeneratorSettings,isSocialImageGeneratorAvailable:e=>e.socialImageGeneratorSettings.available,isSocialImageGeneratorEnabled:e=>e.socialImageGeneratorSettings.enabled,isUpdatingSocialImageGeneratorSettings:e=>e.socialImageGeneratorSettings.isUpdating,getSocialImageGeneratorDefaultTemplate:e=>e.socialImageGeneratorSettings.template}},50384:(e,t,n)=>{"use strict";n.d(t,{Y:()=>a});const a=(e,t)=>!1===e.is_healthy&&t===(e.error_code??"broken")},12093:(e,t,n)=>{"use strict";n.d(t,{T:()=>r});const a=255;function r(){return a}},3280:(e,t,n)=>{"use strict";n.d(t,{n:()=>r});var a=n(85985);function r(){return(0,a.$i)()?.social?.supportedAdditionalConnections||[]}},70407:(e,t,n)=>{"use strict";n.d(t,{getShareMessageMaxLength:()=>a.T,getSupportedAdditionalConnections:()=>r.n,requestExternalAccess:()=>s.x});var a=n(12093),r=n(3280),s=n(5367),o=n(18672);n.o(o,"GlobalModals")&&n.d(t,{GlobalModals:function(){return o.GlobalModals}}),n.o(o,"getSocialScriptData")&&n.d(t,{getSocialScriptData:function(){return o.getSocialScriptData}}),n.o(o,"useSyncPostDataToStore")&&n.d(t,{useSyncPostDataToStore:function(){return o.useSyncPostDataToStore}})},5367:(e,t,n)=>{"use strict";n.d(t,{x:()=>r});var a=n(51119);const r=(e,t)=>{const n=new a.A;let r;n.open(e,null,"toolbar=0,location=0,status=0,menubar=0,"+n.getScreenCenterSpecs(780,700)),n.once("close",(()=>{t(r?.ID?r:{})})),n.on("message",(e=>{r=e?.data}))}},51371:(e,t,n)=>{"use strict";n.d(t,{n:()=>r});var a=n(97999);function r(){return(0,a.getScriptData)().social}},59061:(e,t,n)=>{"use strict";function a(e){return e&&"shares"in e&&e.done&&e.shares.sort(((e,t)=>t.timestamp-e.timestamp)),e}function r(e){return t=>t.service_name===e.service&&(e.external_id?t.external_id===e.external_id:t.connection_id===e.connection_id.toString())}function s(e,t){return e.service===t.service&&(e.connection_id===t.connection_id||!(!e.external_id&&!t.external_id)&&e.external_id===t.external_id)}n.d(t,{Ri:()=>s,eJ:()=>r,xA:()=>a})},50646:(e,t,n)=>{"use strict";n(51371)},18672:()=>{},85985:(e,t,n)=>{"use strict";n.d(t,{$i:()=>a.A,BT:()=>l.A,Cq:()=>g.C,Dk:()=>c.Dk,FB:()=>o.A,GE:()=>r.A,GT:()=>c.GT,Q4:()=>c.Q4,Sy:()=>s.Sy,W4:()=>c.W4,aq:()=>c.aq,d9:()=>s.d9,gB:()=>u.A,jt:()=>m.A,lk:()=>s.lk,pP:()=>s.pP,q7:()=>p.A,sH:()=>c.sH,sh:()=>g.s,st:()=>d.A,tu:()=>c.tu,vp:()=>i.A});var a=n(34972),r=n(54815),s=n(62634),o=n(60703),i=n(82034),l=n(65595),c=n(53265),u=n(49354),d=n(73489),p=n(76923),m=n(15877),g=n(30335);n(88290)},15877:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(67142),r=n(51609),s=n.n(r);const o=()=>s().createElement(a.A,{className:"jetpack-editor-panel-logo",height:16,logoColor:"#1E1E1E",showText:!1})},30335:(e,t,n)=>{"use strict";n.d(t,{C:()=>o,s:()=>s});var a=n(86087),r=n(19334);function s(e){const t={};let n="span",r=e.icon;const s=document.createElement("div");s.innerHTML=e.icon;const o=s.querySelector("svg");return o&&(n="svg",r=o.innerHTML,Array.from(o.attributes).forEach((({nodeName:e,nodeValue:n})=>t[e]=n))),(0,a.createElement)(n,{...t,dangerouslySetInnerHTML:{__html:r||""}})}function o(e){return{src:s(e),foreground:(0,r.A)()}}},19334:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(62634);const r="#069e08";function s(){return(0,a.d9)()||(0,a.Sy)()?null:r}},34972:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const a="Jetpack_Editor_Initial_State";function r(){return"object"==typeof window?window?.[a]??null:null}},60703:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(34972);function r(e){const t=(0,a.A)(),n=t?.available_blocks?.[e]?.available??!1,r=t?.available_blocks?.[e]?.unavailable_reason??"unknown";return{available:n,...!n&&{details:t?.available_blocks?.[e]?.details??[],unavailableReason:r}}}},54815:(e,t,n)=>{"use strict";function a(){return window&&window.Jetpack_Editor_Initial_State&&window.Jetpack_Editor_Initial_State.siteFragment?window.Jetpack_Editor_Initial_State.siteFragment:null}n.d(t,{A:()=>a})},73489:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(90372),r=n(39384),s=n(86087);const{tracks:o}=a.A,{recordEvent:i}=o,l=({pageViewEventName:e=null,pageViewNamespace:t="jetpack",pageViewSuffix:n="page_view",pageViewEventProperties:l={}}={})=>{const[c,u]=(0,s.useState)(!1),{isUserConnected:d,isRegistered:p,userConnectionData:m={}}=(0,r.useConnection)(),{wpcomUser:{login:g,ID:A}={},blogId:h}=m.currentUser||{},E=(0,s.useCallback)((async(e,t={})=>{d&&A&&g&&i(e,t)}),[d,A,g]);return(0,s.useEffect)((()=>{d&&A&&g&&h&&a.A.initialize(A,g,{blog_id:h})}),[h,A,g,d]),(0,s.useEffect)((()=>{const a=e?`${t}_${e}_${n}`:null;p&&a&&(c||(E(a,l),u(!0)))}),[c,t,e,n,p,l,E]),{recordEvent:E,tracks:o}}},76923:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(47143),r=n(86087),s=n(88290);const o=e=>{const{isModuleActive:t,isChangingStatus:n,isLoadingModules:o}=(0,a.useSelect)((t=>{const n=t(s.F);return{isModuleActive:n.isModuleActive(e),isChangingStatus:n.isModuleUpdating(e),isLoadingModules:n.areModulesLoading(e)}}),[s.F]),{updateJetpackModuleStatus:i}=(0,a.useDispatch)(s.F),l=(0,r.useCallback)((t=>i({name:e,active:t})),[e,i]);return(0,r.useMemo)((()=>({isLoadingModules:o,isChangingStatus:n,isModuleActive:t,changeStatus:l})),[o,n,t,l])}},49354:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(34972);function r(){return(0,a.A)()?.jetpack?.is_current_user_connected??!1}},27105:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>p,E9:()=>d});var a=n(47143),r=n(62634),s=n(94478),o=n(88290);const i="SET_JETPACK_MODULES",l="SET_MODULE_UPDATING";function c(e){return d({isLoading:e})}function u(e,t){return{type:l,name:e,isUpdating:t}}function d(e){return{type:i,options:e}}const p={updateJetpackModuleStatus:function*(e){try{yield u(e.name,!0),yield(0,s.sB)(e);const t=yield(0,s.wz)();return yield d({data:t}),!0}catch(e){const t=(0,a.select)(o.F).getJetpackModules();return yield d(t),!1}finally{yield u(e.name,!1)}},setJetpackModules:d,fetchModules:function*(){if((0,r.Sy)())return!0;try{yield c(!0);const e=yield(0,s.wz)();return yield d({data:e}),!0}catch(e){const t=(0,a.select)(o.F).getJetpackModules();return yield d(t),!1}finally{yield c(!1)}}}},94478:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c,sB:()=>l,wz:()=>i});var a=n(1455),r=n.n(a);const s="FETCH_JETPACK_MODULES",o="UPDATE_JETPACK_MODULE_STATUS",i=()=>({type:s}),l=e=>({type:o,settings:e}),c={[s]:function(){return r()({path:"/jetpack/v4/module/all",method:"GET"})},[o]:function({settings:e}){return r()({path:`/jetpack/v4/module/${e.name}/active`,method:"POST",data:{active:e.active}})}}},88290:(e,t,n)=>{"use strict";n.d(t,{F:()=>c});var a=n(47143),r=n(27105),s=n(94478),o=n(38862),i=n(62701),l=n(31640);const c="jetpack-modules",u=(0,a.createReduxStore)(c,{reducer:o.A,actions:r.Ay,controls:s.Ay,resolvers:i.A,selectors:l.A});(0,a.register)(u);const d=window?.Initial_State?.getModules||window?.Jetpack_Editor_Initial_State?.modules||null;null!==d&&(0,a.dispatch)(c).setJetpackModules({data:{...d}})},38862:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const a={isLoading:!1,isUpdating:{},data:{}},r=(e=a,t)=>{switch(t.type){case"SET_JETPACK_MODULES":return{...e,...t.options};case"SET_MODULE_UPDATING":return{...e,isUpdating:{...e.isUpdating,[t.name]:t.isUpdating}}}return e}},62701:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(27105),r=n(94478);const s={getJetpackModules:function*(){try{const e=yield(0,r.wz)();if(e)return(0,a.E9)({data:e})}catch(e){console.error(e)}}}},31640:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(62634);const r={getJetpackModules:e=>e.data,isModuleActive:(e,t)=>(0,a.Sy)()||(e?.data?.[t]?.activated??!1),areModulesLoading:e=>e.isLoading??!1,isModuleUpdating:(e,t)=>e?.isUpdating?.[t]??!1}},53265:(e,t,n)=>{"use strict";n.d(t,{Dk:()=>A,GT:()=>E,Q4:()=>u,W4:()=>d,aq:()=>p,sH:()=>h,tu:()=>m});var a=n(27723),r=n(93832),s=n(66087),o=n(34972),i=n(60703),l=n(54815),c=n(62634);const __=a.__;function u({planSlug:e,plan:t,postId:n,postType:a}){const o=(0,s.startsWith)(e,"jetpack_")?e:(0,s.get)(t,["path_slug"]),i=(void 0===a?()=>{const e=new URLSearchParams(window.location.search);return(0,r.addQueryArgs)(window.location.protocol+`//${(0,l.A)().replace("::","/")}/wp-admin/site-editor.php`,{postId:e.get("postId"),postType:e.get("postType"),plan_upgraded:1})}:()=>{const e=["page","post"].includes(a)?"":"edit";return(0,c.Sy)()?(0,r.addQueryArgs)("/"+(0,s.compact)([e,a,(0,l.A)(),n]).join("/"),{plan_upgraded:1}):(0,r.addQueryArgs)(window.location.protocol+`//${(0,l.A)().replace("::","/")}/wp-admin/post.php`,{action:"edit",post:n,plan_upgraded:1})})();return(0,c.d9)()?(0,r.addQueryArgs)(`https://wordpress.com/plans/${(0,l.A)()}`,{redirect_to:i,customerType:"business"}):o&&(0,r.addQueryArgs)(`https://wordpress.com/checkout/${(0,l.A)()}/${o}`,{redirect_to:i})}function d(e){if(!e)return!1;const t=/^jetpack\//.test(e)?e.substr(8,e.length):e,{available:n,unavailableReason:a}=(0,i.A)(t);return!n&&"missing_plan"===a}function p(e,t){return"missing_plan"===e&&t.required_plan}function m(e){if(!e)return!1;const t=/^jetpack\//.test(e)?e.substr(8,e.length):e,{details:n,unavailableReason:a}=(0,i.A)(t);return p(a,n)}const g=[{name:"core/cover",mediaPlaceholder:!0,mediaReplaceFlow:!0,fileType:"video",description:__("Upgrade your plan to use video covers","jetpack")},{name:"core/audio",mediaPlaceholder:!0,mediaReplaceFlow:!0,fileType:"audio",description:__("Upgrade your plan to upload audio","jetpack")}];function A(){return(0,s.get)((0,o.A)(),"jetpack.enable_upgrade_nudge",!1)}const h=e=>(0,s.map)(g,"name").includes(e),E=e=>(0,s.head)((0,s.filter)(g,(({name:t})=>t===e)))},82034:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(92279),r=n(60703);function s(e,t){const{available:n,unavailableReason:s}=(0,r.A)(e);return!!n&&(0,a.registerPlugin)(`jetpack-${e}`,t)}},62634:(e,t,n)=>{"use strict";n.d(t,{Sy:()=>s,d9:()=>o,lk:()=>l,pP:()=>i});var a=n(34972);function r(){return"object"==typeof window&&"string"==typeof window._currentSiteType?window._currentSiteType:null}function s(){return"simple"===r()}function o(){return"atomic"===r()}function i(){const e=(0,a.A)();return e?.jetpack?.is_private_site??!1}function l(){const e=(0,a.A)();return e?.jetpack?.is_coming_soon??!1}},65595:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(96072),r=n.n(a),s=n(29491);const o=e=>(0,s.createHigherOrderComponent)((t=>n=>React.createElement(t,r()({},n,{className:n.name===e?"has-warning is-interactive":n.className}))),"withHasWarningIsInteractiveClassNames")},84705:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>a.d});var a=n(58992);n(91135)},91135:(e,t,n)=>{"use strict";n.d(t,{$:()=>a});const a=[{name:"amazon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M13.582 8.182c-1.648.185-3.802.308-5.344.984-1.781.769-3.03 2.337-3.03 4.644 0 2.953 1.86 4.429 4.253 4.429 2.02 0 3.125-.477 4.685-2.065.516.747.685 1.109 1.629 1.894a.59.59 0 0 0 .672-.066l.006.006c.567-.505 1.599-1.401 2.18-1.888.231-.188.19-.496.009-.754-.52-.718-1.072-1.303-1.072-2.634V8.305c0-1.876.133-3.599-1.249-4.891C15.23 2.369 13.422 2 12.04 2 9.336 2 6.318 3.01 5.686 6.351c-.068.355.191.542.423.594l2.754.298c.258-.013.445-.266.494-.523.236-1.151 1.2-1.706 2.284-1.706.584 0 1.249.215 1.595.738.398.584.346 1.384.346 2.061zm-.533 5.906c-.451.8-1.169 1.291-1.967 1.291-1.09 0-1.728-.83-1.728-2.061 0-2.42 2.171-2.86 4.227-2.86v.615c.001 1.108.027 2.031-.532 3.015m7.634 5.251C18.329 21.076 14.917 22 11.979 22c-4.118 0-7.826-1.522-10.632-4.057-.22-.199-.024-.471.241-.317 3.027 1.762 6.771 2.823 10.639 2.823 2.608 0 5.476-.541 8.115-1.66.397-.169.73.262.341.55m.653 1.704c-.194.163-.379.076-.293-.139.284-.71.92-2.298.619-2.684s-1.99-.183-2.749-.092c-.23.027-.266-.173-.059-.319 1.348-.946 3.555-.673 3.811-.356.26.32-.066 2.533-1.329 3.59"})))},{name:"behance",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M7.799 5.698c.589 0 1.12.051 1.606.156q.722.155 1.241.507.516.351.804.938c.188.387.281.871.281 1.443q0 .93-.421 1.551-.424.62-1.255 1.014 1.133.328 1.689 1.146.559.822.557 1.975 0 .935-.359 1.612a3.14 3.14 0 0 1-.973 1.114q-.613.432-1.399.637A6.1 6.1 0 0 1 7.963 18H2V5.698zm-.35 4.97q.721 0 1.192-.345.465-.344.463-1.119 0-.43-.152-.707a1.1 1.1 0 0 0-.416-.427 1.7 1.7 0 0 0-.596-.216 3.6 3.6 0 0 0-.697-.06H4.709v2.874zm.151 5.237q.401.001.759-.077c.243-.053.457-.137.637-.261.182-.12.332-.283.441-.491q.164-.31.163-.798-.002-.948-.533-1.357c-.356-.27-.83-.404-1.413-.404H4.709v3.388zm8.562-.041q.552.538 1.583.538.74 0 1.277-.374c.354-.248.571-.514.654-.79h2.155c-.347 1.072-.872 1.838-1.589 2.299-.708.463-1.572.693-2.58.693q-1.05 0-1.899-.337a4 4 0 0 1-1.439-.958 4.4 4.4 0 0 1-.904-1.484 5.4 5.4 0 0 1-.32-1.899q0-1 .329-1.863a4.4 4.4 0 0 1 .933-1.492q.607-.63 1.444-.994a4.6 4.6 0 0 1 1.857-.363q1.131-.001 1.98.44a3.94 3.94 0 0 1 1.389 1.181 4.8 4.8 0 0 1 .783 1.69q.24.947.171 1.983h-6.428c-.001.706.237 1.372.604 1.73m2.811-4.68c-.291-.321-.783-.496-1.384-.496q-.585 0-.973.2a2 2 0 0 0-.621.491 1.8 1.8 0 0 0-.328.628 2.7 2.7 0 0 0-.111.587h3.98c-.058-.625-.271-1.085-.563-1.41m-3.916-3.446h4.985V6.524h-4.985z"})))},{name:"blogger-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.779 9.904h-.981l-.021.001a1.163 1.163 0 0 1-1.16-1.079l-.001-.013A5.813 5.813 0 0 0 11.803 3H8.871a5.813 5.813 0 0 0-5.813 5.813v6.375a5.813 5.813 0 0 0 5.813 5.813h6.257a5.814 5.814 0 0 0 5.813-5.813l.002-4.121a1.164 1.164 0 0 0-1.164-1.163M8.726 7.713h3.291a1.117 1.117 0 1 1 0 2.234H8.726a1.117 1.117 0 1 1 0-2.234m6.601 8.657H8.72a1.057 1.057 0 1 1 0-2.114h6.607a1.057 1.057 0 1 1 0 2.114"})))},{name:"blogger",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M14.722 14.019a.654.654 0 0 1-.654.654H9.977a.654.654 0 0 1 0-1.308h4.091c.361 0 .654.293.654.654m-4.741-3.321h2.038a.692.692 0 0 0 0-1.384H9.981a.692.692 0 0 0 0 1.384M21 5v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2m-3.456 6.39a.72.72 0 0 0-.72-.72h-.607l-.013.001a.72.72 0 0 1-.718-.668l-.001-.008a3.6 3.6 0 0 0-3.599-3.599H10.07a3.6 3.6 0 0 0-3.599 3.599v3.947a3.6 3.6 0 0 0 3.599 3.599h3.874a3.6 3.6 0 0 0 3.599-3.599z"})))},{name:"bluesky",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.2 3.3c-.5-.2-1.4-.5-3.6 1C15.4 6 12.9 9.2 12 11c-.9-1.8-3.4-5-5.7-6.7-2.2-1.6-3-1.3-3.6-1S2 4.6 2 5.1s.3 4.7.5 5.4c.7 2.3 3.1 3.1 5.3 2.8-3.3.5-6.2 1.7-2.4 5.9 4.2 4.3 5.7-.9 6.5-3.6.8 2.7 1.7 7.7 6.4 3.6 3.6-3.6 1-5.4-2.3-5.9 2.2.2 4.6-.5 5.3-2.8.4-.7.7-4.8.7-5.4 0-.5-.1-1.5-.8-1.8"})))},{name:"codepen",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m22.016 8.84-.007-.037q-.006-.037-.015-.072-.007-.022-.013-.042l-.023-.062-.02-.042a.4.4 0 0 0-.03-.057l-.025-.038-.035-.052-.03-.037q-.021-.026-.043-.045-.015-.018-.035-.035a.4.4 0 0 0-.048-.04l-.037-.03-.015-.012-9.161-6.096a.86.86 0 0 0-.955 0L2.359 8.237l-.015.012-.038.028-.048.04a.638.638 0 0 0-.078.082q-.018.018-.03.037-.018.026-.035.052l-.025.038q-.016.031-.03.059l-.02.041a1 1 0 0 0-.034.106q-.01.034-.016.071-.003.02-.006.037a1 1 0 0 0-.009.114v6.093q0 .056.008.112l.007.038q.006.035.015.072a.2.2 0 0 0 .013.04q.01.032.022.063l.02.04a.4.4 0 0 0 .055.096l.035.052.03.037.042.045.035.035q.023.02.048.04l.038.03.013.01 9.163 6.095a.858.858 0 0 0 .959.004l9.163-6.095.015-.01q.02-.015.037-.03l.048-.04q.02-.017.035-.035.025-.024.043-.045l.03-.037.035-.052.025-.038a.4.4 0 0 0 .03-.058l.02-.04.023-.063c.003-.013.01-.027.013-.04q.009-.037.015-.072l.007-.037q.006-.062.007-.117V8.954a1 1 0 0 0-.008-.114m-9.154-4.376 6.751 4.49-3.016 2.013-3.735-2.492zm-1.724 0v4.009l-3.735 2.494-3.014-2.013zm-7.439 6.098L5.853 12l-2.155 1.438zm7.439 8.974-6.749-4.491 3.015-2.011 3.735 2.492zM12 14.035 8.953 12 12 9.966 15.047 12zm.862 5.501v-4.009l3.735-2.492 3.016 2.011zm7.441-6.098L18.147 12l2.156-1.438z"})))},{name:"deezer",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20.129 3.662c.222-1.287.548-2.096.909-2.098h.001c.673.002 1.219 2.809 1.219 6.274s-.546 6.274-1.22 6.274c-.276 0-.531-.477-.736-1.276-.324 2.926-.997 4.937-1.776 4.937-.603 0-1.144-1.208-1.507-3.114-.248 3.624-.872 6.195-1.602 6.195-.458 0-.875-1.019-1.184-2.678C13.861 21.6 13.003 24 12.002 24s-1.861-2.399-2.231-5.824c-.307 1.659-.724 2.678-1.184 2.678-.73 0-1.352-2.571-1.602-6.195-.363 1.905-.903 3.114-1.507 3.114-.778 0-1.452-2.011-1.776-4.937-.204.802-.46 1.276-.736 1.276-.674 0-1.22-2.809-1.22-6.274s.546-6.274 1.22-6.274c.362 0 .685.812.91 2.098.357-2.22.94-3.662 1.6-3.662.784 0 1.463 2.04 1.784 5.002.314-2.156.791-3.53 1.325-3.53.749 0 1.385 2.703 1.621 6.474.443-1.933 1.085-3.146 1.795-3.146s1.352 1.214 1.795 3.146c.237-3.771.872-6.474 1.621-6.474.533 0 1.009 1.374 1.325 3.53.321-2.962 1-5.002 1.784-5.002.658 0 1.244 1.443 1.603 3.662M0 7.221c0-1.549.31-2.805.692-2.805s.692 1.256.692 2.805-.31 2.805-.692 2.805S0 8.77 0 7.221m22.616 0c0-1.549.31-2.805.692-2.805S24 5.672 24 7.221s-.31 2.805-.692 2.805-.692-1.256-.692-2.805"})))},{name:"discord",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20.33 4.523A20 20 0 0 0 15.379 3a14 14 0 0 0-.634 1.289 18.4 18.4 0 0 0-5.495 0A14 14 0 0 0 8.615 3 20 20 0 0 0 3.66 4.527C.527 9.163-.323 13.684.102 18.141a20 20 0 0 0 6.073 3.049 14.7 14.7 0 0 0 1.301-2.097 13 13 0 0 1-2.048-.978q.258-.189.502-.378a14.27 14.27 0 0 0 12.142 0q.247.202.502.378a13 13 0 0 1-2.052.98 14.5 14.5 0 0 0 1.301 2.095 19.9 19.9 0 0 0 6.076-3.047c.498-5.168-.851-9.648-3.568-13.62M8.013 15.4c-1.183 0-2.161-1.074-2.161-2.395S6.796 10.6 8.01 10.6s2.183 1.083 2.163 2.405S9.22 15.4 8.013 15.4m7.974 0c-1.186 0-2.16-1.074-2.16-2.395s.944-2.405 2.16-2.405 2.178 1.083 2.157 2.405-.951 2.395-2.158 2.395"})))},{name:"dribbble",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10m8.434-8.631c-.292-.092-2.644-.794-5.32-.365 1.117 3.07 1.572 5.57 1.659 6.09a8.56 8.56 0 0 0 3.661-5.725m-5.098 6.507c-.127-.749-.623-3.361-1.822-6.477l-.056.019c-4.818 1.679-6.547 5.02-6.701 5.334A8.5 8.5 0 0 0 12 20.555a8.5 8.5 0 0 0 3.336-.679m-9.682-2.152c.193-.331 2.538-4.213 6.943-5.637q.167-.054.337-.102a29 29 0 0 0-.692-1.45c-4.266 1.277-8.405 1.223-8.778 1.216a8.497 8.497 0 0 0 2.19 5.973m-2.015-7.46c.382.005 3.901.02 7.897-1.041a55 55 0 0 0-3.167-4.94 8.57 8.57 0 0 0-4.73 5.981m6.359-6.555a46 46 0 0 1 3.187 5c3.037-1.138 4.323-2.867 4.477-3.085a8.51 8.51 0 0 0-7.664-1.915m8.614 2.903c-.18.243-1.612 2.078-4.77 3.367a27 27 0 0 1 .751 1.678c2.842-.357 5.666.215 5.948.275a8.5 8.5 0 0 0-1.929-5.32"})))},{name:"dropbox",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 6.134 6.069 9.797 2 6.54l5.883-3.843zm-10 6.92 5.883 3.843L12 13.459 6.069 9.797zm10 .405 4.116 3.439L22 13.054l-4.069-3.257zM22 6.54l-5.884-3.843L12 6.134l5.931 3.663zm-9.989 7.66-4.129 3.426-1.767-1.153v1.291l5.896 3.539 5.897-3.539v-1.291l-1.769 1.153z"})))},{name:"eventbrite",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18.041 3.931 5.959 3A2.96 2.96 0 0 0 3 5.959v12.083A2.96 2.96 0 0 0 5.959 21l12.083-.931C19.699 19.983 21 18.744 21 17.11V6.89c0-1.634-1.259-2.863-2.959-2.959M16.933 8.17c-.082.215-.192.432-.378.551-.188.122-.489.132-.799.132-1.521 0-3.062-.048-4.607-.048q-.23 1.061-.451 2.128c.932-.004 1.873.005 2.81.005.726 0 1.462-.069 1.586.525.04.189-.001.426-.052.615-.105.38-.258.676-.625.783-.185.054-.408.058-.646.058-1.145 0-2.345.017-3.493.02-.169.772-.328 1.553-.489 2.333 1.57-.005 3.067-.041 4.633-.058.627-.007 1.085.194 1.009.85a2.2 2.2 0 0 1-.211.725c-.102.208-.248.376-.488.452-.237.075-.541.064-.862.078-.304.014-.614.008-.924.016-.309.009-.619.022-.919.022-1.253 0-2.429.08-3.683.073-.603-.004-1.014-.249-1.124-.757-.059-.273-.018-.58.036-.841a3543 3543 0 0 1 1.629-7.763c.056-.265.114-.511.225-.714a1.24 1.24 0 0 1 .79-.62c.368-.099.883-.047 1.344-.047.305 0 .612.008.914.016.925.026 1.817.03 2.747.053.304.007.615.016.915.016.621 0 1.17.073 1.245.614.039.288-.051.567-.132.783"})))},{name:"facebook",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10"})))},{name:"fediverse",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 743 743"},React.createElement("g",null,React.createElement("path",{d:"M181.131 275.137a68.9 68.9 0 0 1-29.465 29.328l161.758 162.389 38.998-19.764zm213.363 214.187-38.998 19.764 81.963 82.283a68.9 68.9 0 0 1 29.471-29.332zM581.646 339.391l-91.576 46.41 6.752 43.189 103.616-52.513a68.9 68.9 0 0 1-18.792-37.086m-144.738 73.351L220.383 522.477a68.9 68.9 0 0 1 18.795 37.089L443.66 455.934zM367.275 142.438l-104.48 203.97 30.848 30.967 110.623-215.957a68.9 68.9 0 0 1-36.991-18.98M235.621 399.459l-52.922 103.314a68.9 68.9 0 0 1 36.987 18.979l46.781-91.328zM150.768 304.918a68.9 68.9 0 0 1-34.416 7.195 69 69 0 0 1-6.651-.695l30.903 197.662a68.9 68.9 0 0 1 34.416-7.195 69 69 0 0 1 6.646.695zM239.342 560.545c.707 4.589.949 9.239.72 13.877a68.9 68.9 0 0 1-7.267 27.18l197.629 31.712c-.708-4.59-.95-9.24-.723-13.878a68.9 68.9 0 0 1 7.27-27.178zM601.133 377.199l-91.219 178.082a68.9 68.9 0 0 1 36.994 18.983l91.217-178.08a68.9 68.9 0 0 1-36.992-18.985M476.723 125.33a68.9 68.9 0 0 1-29.471 29.332l141.266 141.811a68.9 68.9 0 0 1 29.468-29.332zM347.787 104.631l-178.576 90.498a68.9 68.9 0 0 1 18.793 37.086l178.574-90.502a68.9 68.9 0 0 1-18.791-37.082M446.926 154.826a68.9 68.9 0 0 1-34.983 7.483 69 69 0 0 1-6.029-.633l15.818 101.291 43.163 6.926zm-16 167.028 37.4 239.482a68.9 68.9 0 0 1 33.914-6.943q3.625.206 7.207.791L474.09 328.777zM188.131 232.975c.734 4.66.988 9.383.758 14.095a68.9 68.9 0 0 1-7.16 26.983l101.369 16.281 19.923-38.908zm173.736 27.9-19.926 38.912 239.514 38.467a69 69 0 0 1-.695-13.719 68.9 68.9 0 0 1 7.349-27.324z"}),React.createElement("path",{fillOpacity:".996",d:"M412.284 156.054c34.538 1.882 64.061-24.592 65.943-59.13s-24.592-64.062-59.131-65.943c-34.538-1.882-64.061 24.592-65.943 59.13s24.593 64.062 59.131 65.943M646.144 390.82c34.538 1.881 64.062-24.593 65.943-59.131s-24.592-64.061-59.13-65.943-64.062 24.593-65.943 59.131 24.592 64.061 59.13 65.943M495.086 685.719c34.538 1.881 64.062-24.592 65.943-59.13s-24.592-64.062-59.13-65.943-64.062 24.592-65.943 59.13 24.592 64.062 59.13 65.943M167.866 633.211c34.538 1.882 64.062-24.592 65.943-59.13s-24.592-64.062-59.13-65.943-64.062 24.592-65.943 59.13 24.592 64.062 59.13 65.943M116.692 305.86c34.538 1.882 64.062-24.592 65.943-59.13s-24.592-64.062-59.131-65.943c-34.538-1.881-64.061 24.592-65.943 59.13s24.593 64.062 59.131 65.943"})))},{name:"feed",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M2 8.667V12c5.515 0 10 4.485 10 10h3.333c0-7.363-5.97-13.333-13.333-13.333M2 2v3.333c9.19 0 16.667 7.477 16.667 16.667H22C22 10.955 13.045 2 2 2m2.5 15a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5"})))},{name:"flickr",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M6.5 7c-2.75 0-5 2.25-5 5s2.25 5 5 5 5-2.25 5-5-2.25-5-5-5m11 0c-2.75 0-5 2.25-5 5s2.25 5 5 5 5-2.25 5-5-2.25-5-5-5"})))},{name:"foursquare",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M17.573 2H6.905C5.434 2 5 3.107 5 3.805v16.948c0 .785.422 1.077.66 1.172.238.097.892.177 1.285-.275 0 0 5.035-5.843 5.122-5.93.132-.132.132-.132.262-.132h3.26c1.368 0 1.588-.977 1.732-1.552.078-.318.692-3.428 1.225-6.122l.675-3.368C19.56 2.893 19.14 2 17.573 2m-1.078 5.22c-.053.252-.372.518-.665.518h-4.157c-.467 0-.802.318-.802.787v.508c0 .467.337.798.805.798h3.528c.331 0 .655.362.583.715s-.407 2.102-.448 2.295c-.04.193-.262.523-.655.523h-2.88c-.523 0-.683.068-1.033.503-.35.437-3.505 4.223-3.505 4.223-.032.035-.063.027-.063-.015V4.852c0-.298.26-.648.648-.648h8.562c.315 0 .61.297.528.683z"})))},{name:"ghost",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M10.203 20.997H3.005v-3.599h7.198zm10.792-3.599h-7.193v3.599h7.193zm.003-7.198H3v3.599h17.998zm-7.195-7.197H3.005v3.599h10.798zm7.197 0h-3.599v3.599H21z"})))},{name:"git",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M23.519 10.947 13.053.482a1.543 1.543 0 0 0-2.183 0L8.696 2.656l2.756 2.756a1.83 1.83 0 0 1 1.886.439 1.84 1.84 0 0 1 .436 1.898l2.656 2.657a1.83 1.83 0 0 1 1.899.436 1.837 1.837 0 0 1 0 2.597 1.84 1.84 0 0 1-2.599 0 1.84 1.84 0 0 1-.4-1.998l-2.478-2.477v6.521a1.837 1.837 0 0 1 .485 2.945 1.837 1.837 0 0 1-2.597 0 1.837 1.837 0 0 1 0-2.598 1.8 1.8 0 0 1 .602-.401V8.85a1.8 1.8 0 0 1-.602-.4 1.84 1.84 0 0 1-.395-2.009L7.628 3.723.452 10.898a1.544 1.544 0 0 0 0 2.184l10.467 10.467a1.544 1.544 0 0 0 2.183 0l10.417-10.418a1.546 1.546 0 0 0 0-2.184"})))},{name:"github",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12c0 4.419 2.865 8.166 6.839 9.489.5.09.682-.218.682-.484 0-.236-.009-.866-.014-1.699-2.782.602-3.369-1.34-3.369-1.34-.455-1.157-1.11-1.465-1.11-1.465-.909-.62.069-.608.069-.608 1.004.071 1.532 1.03 1.532 1.03.891 1.529 2.341 1.089 2.91.833.091-.647.349-1.086.635-1.337-2.22-.251-4.555-1.111-4.555-4.943 0-1.091.39-1.984 1.03-2.682-.103-.254-.447-1.27.097-2.646 0 0 .84-.269 2.75 1.025A9.6 9.6 0 0 1 12 6.836c.85.004 1.705.114 2.504.336 1.909-1.294 2.748-1.025 2.748-1.025.546 1.376.202 2.394.1 2.646.64.699 1.026 1.591 1.026 2.682 0 3.841-2.337 4.687-4.565 4.935.359.307.679.917.679 1.852 0 1.335-.012 2.415-.012 2.741 0 .269.18.579.688.481A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10"})))},{name:"google-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m-.05 16c-3.312 0-6-2.688-6-6s2.688-6 6-6c1.62 0 2.976.594 4.014 1.566L14.26 9.222c-.432-.408-1.188-.888-2.31-.888-1.986 0-3.606 1.65-3.606 3.672s1.62 3.672 3.606 3.672c2.298 0 3.144-1.59 3.3-2.532h-3.306v-2.238h5.616c.084.378.15.732.15 1.23 0 3.426-2.298 5.862-5.76 5.862"})))},{name:"google-plus-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M8 11h6.61c.06.35.11.7.11 1.16 0 4-2.68 6.84-6.72 6.84-3.87 0-7-3.13-7-7s3.13-7 7-7c1.89 0 3.47.69 4.69 1.83l-1.9 1.83c-.52-.5-1.43-1.08-2.79-1.08-2.39 0-4.34 1.98-4.34 4.42S5.61 16.42 8 16.42c2.77 0 3.81-1.99 3.97-3.02H8zm15 0h-2V9h-2v2h-2v2h2v2h2v-2h2"})))},{name:"google-plus",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m-1.919 14.05a4.051 4.051 0 0 1 0-8.1c1.094 0 2.009.401 2.709 1.057l-1.15 1.118a2.23 2.23 0 0 0-1.559-.599c-1.341 0-2.434 1.114-2.434 2.479s1.094 2.479 2.434 2.479c1.551 0 2.122-1.073 2.227-1.709h-2.232v-1.511h3.791c.057.255.101.494.101.83.001 2.312-1.55 3.956-3.887 3.956M19 12.75h-1.25V14h-1.5v-1.25H15v-1.5h1.25V10h1.5v1.25H19z"})))},{name:"google",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.02 10.18v3.73h5.51c-.26 1.57-1.67 4.22-5.5 4.22-3.31 0-6.01-2.75-6.01-6.12s2.7-6.12 6.01-6.12c1.87 0 3.13.8 3.85 1.48l2.84-2.76C16.99 2.99 14.73 2 12.03 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.77 0 9.6-4.06 9.6-9.77 0-.83-.11-1.42-.25-2.05z"})))},{name:"instagram",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 4.622c2.403 0 2.688.009 3.637.052.877.04 1.354.187 1.671.31.42.163.72.358 1.035.673s.51.615.673 1.035c.123.317.27.794.31 1.671.043.949.052 1.234.052 3.637s-.009 2.688-.052 3.637c-.04.877-.187 1.354-.31 1.671-.163.42-.358.72-.673 1.035s-.615.51-1.035.673c-.317.123-.794.27-1.671.31-.949.043-1.233.052-3.637.052s-2.688-.009-3.637-.052c-.877-.04-1.354-.187-1.671-.31a2.8 2.8 0 0 1-1.035-.673 2.8 2.8 0 0 1-.673-1.035c-.123-.317-.27-.794-.31-1.671-.043-.949-.052-1.234-.052-3.637s.009-2.688.052-3.637c.04-.877.187-1.354.31-1.671.163-.42.358-.72.673-1.035s.615-.51 1.035-.673c.317-.123.794-.27 1.671-.31.949-.043 1.234-.052 3.637-.052M12 3c-2.444 0-2.751.01-3.711.054-.958.044-1.612.196-2.184.418a4.4 4.4 0 0 0-1.594 1.039c-.5.5-.808 1.002-1.038 1.594-.223.572-.375 1.226-.419 2.184C3.01 9.249 3 9.556 3 12s.01 2.751.054 3.711c.044.958.196 1.612.418 2.185.23.592.538 1.094 1.038 1.594s1.002.808 1.594 1.038c.572.222 1.227.375 2.185.418.96.044 1.267.054 3.711.054s2.751-.01 3.711-.054c.958-.044 1.612-.196 2.185-.418a4.4 4.4 0 0 0 1.594-1.038c.5-.5.808-1.002 1.038-1.594.222-.572.375-1.227.418-2.185.044-.96.054-1.267.054-3.711s-.01-2.751-.054-3.711c-.044-.958-.196-1.612-.418-2.185A4.4 4.4 0 0 0 19.49 4.51c-.5-.5-1.002-.808-1.594-1.038-.572-.222-1.227-.375-2.185-.418C14.751 3.01 14.444 3 12 3m0 4.378a4.622 4.622 0 1 0 0 9.244 4.622 4.622 0 0 0 0-9.244M12 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6m4.804-8.884a1.08 1.08 0 1 0 .001 2.161 1.08 1.08 0 0 0-.001-2.161"})))},{name:"json-feed",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m8.522 17.424.027.027c1.076-1.076 1.854-.993 3.154.306l2.053 2.053c2.136 2.136 4.131 2.028 6.515-.356l.729-.728-1.548-1.548-.373.373c-1.349 1.349-2.293 1.366-3.585.075l-2.409-2.409c-1.242-1.242-2.475-1.366-3.659-.381l-.232-.232c1.01-1.225.911-2.368-.29-3.568l-2.16-2.162c-1.317-1.317-1.308-2.236.058-3.602l.372-.372-1.54-1.54-.728.729c-2.393 2.393-2.525 4.346-.439 6.433l1.78 1.78c1.3 1.3 1.383 2.095.315 3.163l.008.008a1.384 1.384 0 0 0 1.952 1.951"}),React.createElement("circle",{cx:"13.089",cy:"10.905",r:"1.383"}),React.createElement("circle",{cx:"16.349",cy:"7.644",r:"1.383"}),React.createElement("circle",{cx:"19.61",cy:"4.383",r:"1.383"})))},{name:"line",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M14.255 9.572v3.333c0 .084-.066.15-.15.15h-.534a.16.16 0 0 1-.122-.061l-1.528-2.063v1.978c0 .084-.066.15-.15.15h-.534a.15.15 0 0 1-.15-.15V9.576c0-.084.066-.15.15-.15h.529a.14.14 0 0 1 .122.066l1.528 2.063V9.577c0-.084.066-.15.15-.15h.534a.15.15 0 0 1 .155.145m-3.844-.15h-.534a.15.15 0 0 0-.15.15v3.333c0 .084.066.15.15.15h.534c.084 0 .15-.066.15-.15V9.572c0-.08-.066-.15-.15-.15m-1.289 2.794H7.664V9.572a.15.15 0 0 0-.15-.15H6.98a.15.15 0 0 0-.15.15v3.333q0 .062.042.103a.16.16 0 0 0 .103.042h2.142c.084 0 .15-.066.15-.15v-.534a.15.15 0 0 0-.145-.15m7.945-2.794h-2.142c-.08 0-.15.066-.15.15v3.333c0 .08.066.15.15.15h2.142c.084 0 .15-.066.15-.15v-.534a.15.15 0 0 0-.15-.15h-1.458v-.563h1.458c.084 0 .15-.066.15-.15v-.539a.15.15 0 0 0-.15-.15h-1.458v-.563h1.458c.084 0 .15-.066.15-.15v-.534c-.005-.08-.07-.15-.15-.15M22.5 5.33v13.373c-.005 2.1-1.725 3.802-3.83 3.797H5.297c-2.1-.005-3.802-1.73-3.797-3.83V5.297c.005-2.1 1.73-3.802 3.83-3.797h13.373c2.1.005 3.802 1.725 3.797 3.83m-2.888 5.747c0-3.422-3.431-6.206-7.645-6.206s-7.645 2.784-7.645 6.206c0 3.066 2.719 5.634 6.394 6.122.895.192.792.52.591 1.725-.033.192-.155.755.661.413s4.402-2.592 6.009-4.439c1.106-1.219 1.636-2.452 1.636-3.82"})))},{name:"link",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M17 13H7v-2h10zm1-6h-1c-1.631 0-3.065.792-3.977 2H18c1.103 0 2 .897 2 2v2c0 1.103-.897 2-2 2h-4.977c.913 1.208 2.347 2 3.977 2h1a4 4 0 0 0 4-4v-2a4 4 0 0 0-4-4M2 11v2a4 4 0 0 0 4 4h1c1.63 0 3.065-.792 3.977-2H6c-1.103 0-2-.897-2-2v-2c0-1.103.897-2 2-2h4.977C10.065 7.792 8.631 7 7 7H6a4 4 0 0 0-4 4"})))},{name:"linkedin",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.7 3H4.3A1.3 1.3 0 0 0 3 4.3v15.4A1.3 1.3 0 0 0 4.3 21h15.4a1.3 1.3 0 0 0 1.3-1.3V4.3A1.3 1.3 0 0 0 19.7 3M8.339 18.338H5.667v-8.59h2.672zM7.004 8.574a1.548 1.548 0 1 1-.002-3.096 1.548 1.548 0 0 1 .002 3.096m11.335 9.764H15.67v-4.177c0-.996-.017-2.278-1.387-2.278-1.389 0-1.601 1.086-1.601 2.206v4.249h-2.667v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.779 3.203 4.092v4.711z"})))},{name:"mail",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m0 4.236-8 4.882-8-4.882V6h16z"})))},{name:"mastodon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M11.973 2.352c-2.468.02-4.842.286-6.225.921 0 0-2.742 1.229-2.742 5.415 0 .958-.018 2.105.012 3.32.1 4.094.75 8.128 4.535 9.129 1.745.462 3.244.56 4.45.494 2.19-.122 3.417-.781 3.417-.781l-.072-1.588s-1.565.491-3.32.431c-1.74-.06-3.576-.188-3.858-2.324a4 4 0 0 1-.04-.598s1.709.416 3.874.516c1.324.06 2.563-.076 3.824-.226 2.418-.29 4.524-1.78 4.79-3.141.416-2.144.38-5.232.38-5.232 0-4.186-2.74-5.415-2.74-5.415-1.383-.635-3.76-.9-6.227-.921zM9.18 5.622c1.028 0 1.804.395 2.318 1.185l.502.84.5-.84c.514-.79 1.292-1.186 2.32-1.186.888 0 1.605.313 2.15.922q.795.915.794 2.469v5.068h-2.008V9.16c0-1.037-.438-1.562-1.31-1.562-.966 0-1.448.622-1.448 1.857v2.693h-1.996V9.455c0-1.235-.484-1.857-1.45-1.857-.872 0-1.308.525-1.308 1.562v4.92H6.236V9.012q-.001-1.554.793-2.469c.547-.609 1.263-.922 2.15-.922"})))},{name:"medium-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{fillRule:"nonzero",d:"M7.423 6c3.27 0 5.922 2.686 5.922 6s-2.651 6-5.922 6S1.5 15.313 1.5 12s2.652-6 5.923-6m9.458.351c1.635 0 2.961 2.53 2.961 5.65 0 3.118-1.325 5.648-2.96 5.648S13.92 15.119 13.92 12s1.325-5.649 2.96-5.649m4.577.589c.576 0 1.042 2.265 1.042 5.06s-.466 5.06-1.042 5.06c-.575 0-1.04-2.265-1.04-5.06s.465-5.06 1.04-5.06"})))},{name:"medium",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M3 3v18h18V3zm15 4.26-1 .93a.28.28 0 0 0-.11.27v6.8a.27.27 0 0 0 .11.27l.94.93v.2h-4.75v-.2l1-1c.09-.1.09-.12.09-.27V9.74l-2.71 6.9h-.37L8 9.74v4.62a.67.67 0 0 0 .17.54l1.27 1.54v.2H5.86v-.2l1.27-1.54a.64.64 0 0 0 .17-.54V9a.5.5 0 0 0-.16-.4L6 7.26v-.2h3.52L12.23 13l2.38-5.94H18z"})))},{name:"messenger",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.026.375C5.462.375.375 5.172.375 11.652c0 3.389 1.393 6.318 3.66 8.341.391.352.311.556.377 2.73a.934.934 0 0 0 1.307.823c2.48-1.092 2.512-1.178 2.933-1.064 7.185 1.977 14.973-2.621 14.973-10.83 0-6.48-5.035-11.277-11.599-11.277m6.996 8.678L15.6 14.47a1.75 1.75 0 0 1-2.527.465l-2.723-2.038a.7.7 0 0 0-.844 0l-3.674 2.786c-.49.372-1.133-.216-.802-.735l3.422-5.417a1.75 1.75 0 0 1 2.527-.465l2.722 2.037a.7.7 0 0 0 .844 0L18.22 8.32c.489-.374 1.132.213.801.732"})))},{name:"microblog",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.641 17.086c1.294-1.522 2.067-3.438 2.067-5.521 0-4.957-4.371-8.972-9.763-8.972s-9.763 4.015-9.763 8.972 4.371 8.972 9.763 8.972a10.5 10.5 0 0 0 3.486-.59.315.315 0 0 1 .356.112c.816 1.101 2.09 1.876 3.506 2.191a.194.194 0 0 0 .192-.309 3.82 3.82 0 0 1 .162-4.858zm-3.065-6.575-2.514 1.909.912 3.022a.286.286 0 0 1-.437.317l-2.592-1.802-2.592 1.802a.285.285 0 0 1-.436-.317l.912-3.022-2.515-1.909a.285.285 0 0 1 .167-.513l3.155-.066 1.038-2.981a.285.285 0 0 1 .539 0l1.038 2.981 3.155.066a.285.285 0 0 1 .17.513"})))},{name:"nextdoor",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",strokeMiterlimit:"10",viewBox:"0 0 130 130"},React.createElement("g",null,React.createElement("path",{d:"M64.25 3.531c-31.144.337-57.596 24.22-60.469 55.907-3.064 33.799 21.857 63.685 55.657 66.75s63.685-21.857 66.75-55.657-21.857-63.686-55.657-66.75a62 62 0 0 0-6.281-.25m3.938 34.907C82.468 38.438 93.5 48.58 93.5 61.5v27c0 .685-.565 1.25-1.25 1.25H80.906a1.267 1.267 0 0 1-1.25-1.25V63.375c0-5.58-4.309-11.937-11.469-11.937-7.47 0-11.468 6.357-11.468 11.937V88.5c0 .685-.565 1.25-1.25 1.25H44.125c-.68 0-1.219-.57-1.219-1.25V64.156c0-.74-.529-1.364-1.25-1.531-13.13-2.93-15.115-10.285-15.375-21.125-.005-.332.142-.67.375-.906.233-.237.543-.375.875-.375l11.688.062c.66.01 1.187.529 1.218 1.188.13 4.44.438 9.406 4.438 9.406.83 0 1.443-1.179 1.813-1.719 4.41-6.48 12.28-10.718 21.5-10.718"})))},{name:"patreon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20 7.408c-.003-2.299-1.746-4.182-3.79-4.862-2.54-.844-5.888-.722-8.312.453-2.939 1.425-3.862 4.545-3.896 7.656-.028 2.559.22 9.297 3.92 9.345 2.75.036 3.159-3.603 4.43-5.356.906-1.247 2.071-1.599 3.506-1.963 2.465-.627 4.146-2.626 4.142-5.273"})))},{name:"pinterest-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.289 2C6.617 2 3.606 5.648 3.606 9.622c0 1.846 1.025 4.146 2.666 4.878.25.111.381.063.439-.169.044-.175.267-1.029.365-1.428a.37.37 0 0 0-.091-.362c-.54-.63-.975-1.791-.975-2.873 0-2.777 2.194-5.464 5.933-5.464 3.23 0 5.49 2.108 5.49 5.122 0 3.407-1.794 5.768-4.13 5.768-1.291 0-2.257-1.021-1.948-2.277.372-1.495 1.089-3.112 1.089-4.191 0-.967-.542-1.775-1.663-1.775-1.319 0-2.379 1.309-2.379 3.059 0 1.115.394 1.869.394 1.869s-1.302 5.279-1.54 6.261c-.405 1.666.053 4.368.094 4.604.021.126.167.169.25.063.129-.165 1.699-2.419 2.142-4.051.158-.59.817-2.995.817-2.995.43.784 1.681 1.446 3.013 1.446 3.963 0 6.822-3.494 6.822-7.833C20.394 5.112 16.849 2 12.289 2"})))},{name:"pinterest",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12c0 4.236 2.636 7.855 6.356 9.312-.087-.791-.166-2.005.035-2.869.182-.78 1.173-4.971 1.173-4.971s-.299-.599-.299-1.484c0-1.39.806-2.429 1.809-2.429.853 0 1.265.641 1.265 1.409 0 .858-.546 2.141-.828 3.329-.236.996.499 1.807 1.481 1.807 1.777 0 3.144-1.874 3.144-4.579 0-2.394-1.72-4.068-4.177-4.068-2.845 0-4.515 2.134-4.515 4.34 0 .859.331 1.781.744 2.282a.3.3 0 0 1 .069.287c-.077.316-.246.995-.279 1.134-.044.183-.145.222-.334.134-1.249-.581-2.03-2.407-2.03-3.874 0-3.154 2.292-6.051 6.607-6.051 3.469 0 6.165 2.472 6.165 5.775 0 3.446-2.173 6.22-5.189 6.22-1.013 0-1.966-.526-2.292-1.148l-.623 2.377c-.226.869-.835 1.957-1.243 2.622.936.289 1.93.445 2.961.445 5.523 0 10-4.477 10-10S17.523 2 12 2"})))},{name:"pocket",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.927 4.194A1.82 1.82 0 0 0 20.222 3H3.839a1.823 1.823 0 0 0-1.813 1.814v6.035l.069 1.2c.29 2.73 1.707 5.115 3.899 6.778l.119.089.025.018a9.9 9.9 0 0 0 3.91 1.727 10.06 10.06 0 0 0 4.049-.014.3.3 0 0 0 .064-.023 9.9 9.9 0 0 0 3.753-1.691l.025-.018q.06-.043.119-.089c2.192-1.664 3.609-4.049 3.898-6.778l.069-1.2V4.814a1.8 1.8 0 0 0-.098-.62m-4.235 6.287-4.704 4.512a1.37 1.37 0 0 1-1.898 0l-4.705-4.512a1.371 1.371 0 1 1 1.898-1.979l3.756 3.601 3.755-3.601a1.372 1.372 0 0 1 1.898 1.979"})))},{name:"polldaddy",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.487 2 2 6.487 2 12c0 5.514 4.487 10 10 10 5.514 0 10-4.486 10-10 0-5.513-4.486-10-10-10m.991 1.68c2.361.084 4.657 1.251 6.197 3.136.283.334.541.693.774 1.067a7.78 7.78 0 0 0-6.094-2.94 7.76 7.76 0 0 0-5.896 2.703q-.008.006-.016.014l-.152.159-.031.032a6.12 6.12 0 0 0-1.633 4.165 6.15 6.15 0 0 0 6.143 6.143c.57 0 1.123-.081 1.649-.227-1.849.839-4.131.747-5.926-.324-1.841-1.089-3.171-3.111-3.433-5.313A7.39 7.39 0 0 1 6.69 6.137C8.294 4.5 10.634 3.563 12.991 3.68m3.373 8.519c-.049-2.024-1.587-3.889-3.544-4.174-1.927-.343-3.917.857-4.451 2.661a3.67 3.67 0 0 0 .2 2.653c.39.8 1.067 1.451 1.894 1.759 1.664.654 3.63-.27 4.173-1.863.593-1.58-.396-3.423-1.94-3.776-1.52-.407-3.161.757-3.204 2.243a2.36 2.36 0 0 0 .753 1.879c.501.476 1.23.667 1.871.529a2.07 2.07 0 0 0 1.469-1.134 1.91 1.91 0 0 0-.087-1.767c-.297-.513-.859-.863-1.429-.881a1.7 1.7 0 0 0-1.437.679 1.53 1.53 0 0 0-.18 1.489q.006.016.016.03c.193.634.774 1.1 1.467 1.117a1.6 1.6 0 0 1-.97-.183c-.466-.244-.809-.747-.893-1.29a1.8 1.8 0 0 1 .499-1.539 2.02 2.02 0 0 1 1.58-.606c.593.04 1.159.35 1.517.859.364.496.51 1.156.383 1.773-.116.62-.529 1.174-1.093 1.514a2.52 2.52 0 0 1-1.914.286c-.65-.161-1.226-.606-1.584-1.206a2.83 2.83 0 0 1-.341-2.031c.143-.7.573-1.321 1.176-1.753 1.193-.883 3.056-.751 4.106.411 1.106 1.1 1.327 3.027.406 4.371-.877 1.376-2.74 2.086-4.374 1.594-1.639-.449-2.913-2.079-3.031-3.853-.07-.884.13-1.797.583-2.577.445-.777 1.155-1.432 1.972-1.862 1.64-.88 3.816-.743 5.349.424 1.251.924 2.083 2.42 2.236 4.009l.001.03c0 2.9-2.359 5.26-5.26 5.26a5.2 5.2 0 0 1-1.947-.376 5 5 0 0 0 2.613-.079 4.96 4.96 0 0 0 2.514-1.751c.618-.828.95-1.861.901-2.869M12 21.113c-5.024 0-9.111-4.087-9.111-9.113 0-4.789 3.713-8.723 8.411-9.081a7 7 0 0 0-.397.06c-2.644.453-5.017 2.106-6.32 4.409-1.309 2.301-1.391 5.19-.3 7.527 1.056 2.34 3.253 4.156 5.776 4.553 2.497.44 5.133-.483 6.787-2.301 1.719-1.797 2.269-4.529 1.486-6.796-.583-1.81-1.976-3.331-3.7-4.046 3.417.594 6.174 3.221 6.174 6.781 0 1.004-.241 2.02-.657 2.966-1.498 2.984-4.586 5.041-8.149 5.041"})))},{name:"print",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M9 16h6v2H9zm13 1h-3v3a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3H2V9a2 2 0 0 1 2-2h1V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2h1a2 2 0 0 1 2 2zM7 7h10V5H7zm10 7H7v6h10zm3-3.5a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 20 10.5"})))},{name:"quora",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M47.736 16.521c-.41-.81-.898-1.631-1.846-1.631a1 1 0 0 0-.527.107l-.322-.644a2.93 2.93 0 0 1 1.836-.595c1.26 0 1.914.605 2.431 1.397a6.8 6.8 0 0 0 .449-2.675c0-2.773-.869-4.199-2.929-4.199-1.992 0-2.851 1.465-2.851 4.199s.859 4.17 2.851 4.17a4 4 0 0 0 .869-.107zm.498.966a6 6 0 0 1-1.367.185 5.27 5.27 0 0 1-5.263-5.204c0-3.114 2.558-5.233 5.263-5.233s5.282 2.109 5.282 5.233a5.08 5.08 0 0 1-1.992 4.072c.381.566.781.956 1.319.956.595 0 .839-.459.878-.82h.781c.049.488-.195 2.48-2.373 2.48-1.319 0-2.012-.761-2.529-1.66zm5.624-2.646v-3.563c0-.371-.146-.586-.615-.586h-.498v-.956h3.251v5.048c0 .849.459 1.231 1.161 1.231a1.56 1.56 0 0 0 1.465-.839V11.28c0-.371-.146-.586-.615-.586h-.527v-.957h3.28v5.302c0 .527.195.732.8.732h.107v.976l-2.929.468V16.21h-.057a3.12 3.12 0 0 1-2.509 1.152c-1.28 0-2.304-.644-2.304-2.558zm12.059 1.611c1.152 0 1.592-1.005 1.611-3.027.02-1.982-.459-2.929-1.611-2.929-1.005 0-1.641.956-1.641 2.929 0 2.021.625 3.027 1.641 3.027m0 .956a3.906 3.906 0 0 1-3.974-3.974c0-2.334 1.836-3.886 3.974-3.886 2.226 0 4.004 1.582 4.004 3.886a3.867 3.867 0 0 1-4.004 3.974m4.072-.146v-.956h.312c.781 0 .859-.224.859-.908v-4.121c0-.371-.215-.586-.732-.586h-.42v-.955h2.968l.146 1.553h.108c.371-1.113 1.221-1.699 2.051-1.699.693 0 1.221.39 1.221 1.181 0 .547-.264 1.093-1.005 1.093-.664 0-.8-.449-1.358-.449-.488 0-.869.468-.869 1.152v2.783c0 .673.166.908.937.908h.439v.956h-4.658zm9.901-1.093c.956 0 1.338-.898 1.338-1.797v-1.211c-.732.722-2.304.742-2.304 2.021 0 .625.371.986.966.986m1.387 0c-.39.752-1.191 1.26-2.314 1.26-1.309 0-2.148-.732-2.148-1.914 0-2.451 3.417-1.797 4.423-3.427v-.185c0-1.25-.488-1.445-1.035-1.445-1.524 0-.83 1.631-2.226 1.631-.673 0-.937-.371-.937-.859 0-.927 1.093-1.67 3.173-1.67 1.963 0 3.163.537 3.163 2.49v3.114q-.02.742.595.742a1 1 0 0 0 .449-.127l.254.615c-.205.312-.752.869-1.836.869-.908 0-1.465-.42-1.543-1.113h-.01zm-68.554 2.558c-.83-1.641-1.807-3.3-3.711-3.3a2.9 2.9 0 0 0-1.093.215l-.644-1.299a5.66 5.66 0 0 1 3.662-1.211c2.548 0 3.857 1.231 4.892 2.792q.917-2.012.908-5.38c0-5.585-1.748-8.417-5.829-8.417-4.033 0-5.76 2.87-5.76 8.417s1.738 8.397 5.76 8.397a5.9 5.9 0 0 0 1.748-.224zm.996 1.953a9.8 9.8 0 0 1-2.744.371C5.614 21.041.371 16.764.371 10.545.371 4.277 5.614 0 10.965 0c5.448 0 10.642 4.248 10.642 10.545a10.25 10.25 0 0 1-4.013 8.201c.732 1.152 1.563 1.914 2.665 1.914 1.201 0 1.689-.927 1.768-1.66h1.572c.088.966-.4 4.999-4.775 4.999-2.646 0-4.052-1.543-5.106-3.339z"})))},{name:"reddit",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M22 11.816a2.28 2.28 0 0 0-2.277-2.277c-.593 0-1.122.24-1.526.614-1.481-.965-3.455-1.594-5.647-1.69l1.171-3.702 3.18.748a1.88 1.88 0 0 0 1.876 1.862 1.88 1.88 0 0 0 1.877-1.878 1.88 1.88 0 0 0-1.877-1.877c-.769 0-1.431.466-1.72 1.13l-3.508-.826a.386.386 0 0 0-.46.261l-1.35 4.268c-2.316.038-4.411.67-5.97 1.671a2.24 2.24 0 0 0-1.492-.581A2.28 2.28 0 0 0 2 11.816c0 .814.433 1.523 1.078 1.925a4 4 0 0 0-.061.672c0 3.292 4.011 5.97 8.941 5.97s8.941-2.678 8.941-5.97q-.002-.32-.053-.632A2.26 2.26 0 0 0 22 11.816m-3.224-7.422a1.1 1.1 0 1 1-.001 2.199 1.1 1.1 0 0 1 .001-2.199M2.777 11.816c0-.827.672-1.5 1.499-1.5.313 0 .598.103.838.269-.851.676-1.477 1.479-1.812 2.36a1.48 1.48 0 0 1-.525-1.129m9.182 7.79c-4.501 0-8.164-2.329-8.164-5.193S7.457 9.22 11.959 9.22s8.164 2.329 8.164 5.193-3.663 5.193-8.164 5.193m8.677-6.605c-.326-.89-.948-1.701-1.797-2.384.248-.186.55-.301.883-.301.827 0 1.5.673 1.5 1.5.001.483-.23.911-.586 1.185m-11.64 1.703c-.76 0-1.397-.616-1.397-1.376s.637-1.397 1.397-1.397 1.376.637 1.376 1.397-.616 1.376-1.376 1.376m7.405-1.376c0 .76-.616 1.376-1.376 1.376s-1.399-.616-1.399-1.376.639-1.397 1.399-1.397 1.376.637 1.376 1.397m-1.172 3.38a.39.39 0 0 1 0 .55c-.674.674-1.727 1.002-3.219 1.002l-.011-.002-.011.002c-1.492 0-2.544-.328-3.218-1.002a.389.389 0 1 1 .55-.55c.521.521 1.394.775 2.669.775l.011.002.011-.002c1.275 0 2.148-.253 2.669-.775a.387.387 0 0 1 .549 0"})))},{name:"share",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18 16c-.788 0-1.499.31-2.034.807L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.048 4.118A3 3 0 0 0 15 19a3 3 0 1 0 3-3"})))},{name:"skype",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m10.113 2.699.1-.02q.05.025.098.051zM2.72 10.223l-.017.103q.025.048.051.095zm18.555 3.548q.009-.053.018-.106-.025-.047-.052-.095zm-7.712 7.428q.049.027.096.053l.105-.017zM22 16.386a5.55 5.55 0 0 1-1.637 3.953 5.55 5.55 0 0 1-3.953 1.637 5.6 5.6 0 0 1-2.75-.725l.105-.017-.202-.035q.049.027.096.053a9.5 9.5 0 0 1-1.654.147 9.4 9.4 0 0 1-3.676-.743 9.4 9.4 0 0 1-3.002-2.023 9.4 9.4 0 0 1-2.023-3.002 9.4 9.4 0 0 1-.743-3.676c0-.546.049-1.093.142-1.628q.025.048.051.095l-.034-.199-.017.103A5.6 5.6 0 0 1 2 7.615c0-1.493.582-2.898 1.637-3.953A5.56 5.56 0 0 1 7.59 2.024c.915 0 1.818.228 2.622.655l-.1.02.199.031q-.049-.026-.098-.051l.004-.001a9.5 9.5 0 0 1 1.788-.169 9.41 9.41 0 0 1 6.678 2.766 9.4 9.4 0 0 1 2.024 3.002 9.4 9.4 0 0 1 .743 3.676c0 .575-.054 1.15-.157 1.712q-.025-.047-.052-.095l.034.201q.009-.053.018-.106c.461.829.707 1.767.707 2.721m-5.183-2.248c0-1.331-.613-2.743-3.033-3.282l-2.209-.49c-.84-.192-1.807-.444-1.807-1.237s.679-1.348 1.903-1.348c2.468 0 2.243 1.696 3.468 1.696.645 0 1.209-.379 1.209-1.031 0-1.521-2.435-2.663-4.5-2.663-2.242 0-4.63.952-4.63 3.488 0 1.221.436 2.521 2.839 3.123l2.984.745c.903.223 1.129.731 1.129 1.189 0 .762-.758 1.507-2.129 1.507-2.679 0-2.307-2.062-3.743-2.062-.645 0-1.113.444-1.113 1.078 0 1.236 1.501 2.886 4.856 2.886 3.195 0 4.776-1.538 4.776-3.599"})))},{name:"sms",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M17.696 4C20.069 4 22 5.973 22 8.398v4.357c0 2.04-1.368 3.783-3.261 4.266v4.427l-5.234-4.295h-7.2C3.93 17.153 2 15.18 2 12.755V8.398C2 5.973 3.931 4 6.304 4zM7.028 8.515c-.98 0-1.66.562-1.66 1.349-.009.497.322.91.985 1.178l.39.142c.242.097.305.171.305.297 0 .162-.131.251-.442.251s-.76-.135-1.004-.284l-.112.046-.215.868c.359.258.832.364 1.33.364 1.104 0 1.764-.523 1.764-1.333-.008-.574-.305-.956-.954-1.216l-.393-.146c-.266-.108-.341-.181-.341-.287 0-.152.131-.243.387-.243.274 0 .587.093.808.214l.109-.047.214-.837c-.315-.224-.741-.316-1.171-.316m10.302 0c-.98 0-1.66.562-1.66 1.349-.008.497.322.91.985 1.178l.39.142c.243.097.305.171.305.297 0 .162-.13.251-.442.251-.311 0-.76-.135-1.004-.284l-.112.046-.215.868c.359.258.832.364 1.33.364 1.104 0 1.764-.523 1.764-1.333-.008-.574-.305-.956-.954-1.216l-.393-.146c-.266-.108-.341-.181-.341-.287 0-.152.131-.243.387-.243.274 0 .587.093.808.214l.109-.047.214-.837c-.316-.224-.741-.316-1.171-.316m-3.733 0c-.297 0-.55.066-.78.202l-.144.098a2 2 0 0 0-.264.247l-.078.095-.027-.077c-.15-.34-.55-.565-1.033-.565l-.169.007a1.36 1.36 0 0 0-.896.42l-.08.09-.038-.363-.075-.067H8.994l-.075.079.024.634c.005.2.008.397.008.604v2.652l.075.075h1.178l.075-.075v-2.269q-.002-.168.042-.274c.083-.23.262-.392.496-.392.314 0 .483.267.483.753v2.182l.075.075h1.179l.075-.075v-2.277c0-.097.016-.213.043-.285.077-.224.26-.373.486-.373.33 0 .5.272.5.817v2.118l.074.075h1.179l.075-.075v-2.293c0-1.131-.537-1.763-1.39-1.763Z"})))},{name:"snapchat",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M11.989 1.728c3.221.001 5.904 2.683 5.908 5.912q.002 1.133.067 2.094a.737.737 0 0 0 .902.669l1.009-.237a.6.6 0 0 1 .129-.015c.256 0 .492.175.55.434a.74.74 0 0 1-.479.861l-1.532.618a.823.823 0 0 0-.485.98c1.229 4.543 4.661 4.071 4.661 4.662 0 .743-2.587.848-2.821 1.082s-.01 1.368-.532 1.588a1.1 1.1 0 0 1-.409.056c-.393 0-.95-.077-1.536-.077-.509 0-1.04.058-1.507.273-1.239.572-2.433 1.641-3.914 1.641S9.325 21.2 8.086 20.628c-.467-.216-.998-.273-1.507-.273-.586 0-1.143.077-1.536.077-.17 0-.31-.014-.409-.056-.522-.22-.299-1.354-.532-1.588s-2.821-.337-2.821-1.08c0-.592 3.432-.119 4.661-4.662a.824.824 0 0 0-.486-.98l-1.532-.618a.74.74 0 0 1-.479-.861.56.56 0 0 1 .679-.419l1.009.237q.086.02.169.02a.737.737 0 0 0 .733-.689q.065-.961.067-2.094c.004-3.229 2.666-5.91 5.887-5.912m0-1.281c-.961 0-1.898.194-2.784.574A7.2 7.2 0 0 0 6.93 2.572a7.2 7.2 0 0 0-1.539 2.282A7.1 7.1 0 0 0 4.82 7.64a33 33 0 0 1-.029 1.369l-.375-.088a2 2 0 0 0-.421-.049 1.86 1.86 0 0 0-1.135.389 1.84 1.84 0 0 0-.666 1.049 2.024 2.024 0 0 0 1.271 2.335l1.124.454c-.744 2.285-2.117 2.723-3.041 3.018a5 5 0 0 0-.659.246C.087 16.76 0 17.436 0 17.708c0 .521.247.996.694 1.339.223.17.499.311.844.43.47.162 1.016.265 1.459.347.021.164.053.341.106.518.22.738.684 1.069 1.034 1.217.332.14.676.156.905.156.224 0 .462-.018.713-.036.269-.02.548-.041.823-.041.426 0 .743.051.97.155.311.144.64.337.989.542.972.571 2.073 1.217 3.462 1.217s2.49-.647 3.462-1.217c.349-.205.679-.399.989-.542.226-.105.544-.155.97-.155.275 0 .554.021.823.041.251.019.488.036.713.036.229 0 .573-.016.905-.156.35-.147.814-.478 1.034-1.217.053-.178.084-.354.106-.518.443-.082.989-.185 1.459-.347.345-.119.621-.259.844-.43.448-.342.694-.818.694-1.339 0-.272-.087-.948-.891-1.347a5 5 0 0 0-.659-.246c-.924-.295-2.297-.733-3.041-3.018l1.124-.454a2.025 2.025 0 0 0 1.271-2.335 1.83 1.83 0 0 0-.666-1.049 1.86 1.86 0 0 0-1.556-.34l-.375.088a33 33 0 0 1-.029-1.369 7.1 7.1 0 0 0-.575-2.789c-.365-.853-.886-1.62-1.547-2.282s-1.428-1.182-2.28-1.547a7.1 7.1 0 0 0-2.786-.574"})))},{name:"soundcloud",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M23.587 13.923a3.303 3.303 0 0 1-3.344 3.117h-8.037a.674.674 0 0 1-.667-.67V7.717a.74.74 0 0 1 .444-.705s.739-.512 2.296-.512a5.27 5.27 0 0 1 2.702.742 5.35 5.35 0 0 1 2.516 3.485 3.1 3.1 0 0 1 .852-.116 3.217 3.217 0 0 1 3.237 3.312m-13.05-5.659c.242 2.935.419 5.612 0 8.538a.261.261 0 0 1-.519 0c-.39-2.901-.221-5.628 0-8.538a.26.26 0 0 1 .398-.25.26.26 0 0 1 .12.25zm-1.627 8.541a.273.273 0 0 1-.541 0 32.7 32.7 0 0 1 0-7.533.274.274 0 0 1 .544 0 29.4 29.4 0 0 1-.003 7.533m-1.63-7.788c.264 2.69.384 5.099-.003 7.782a.262.262 0 0 1-.522 0c-.374-2.649-.249-5.127 0-7.782a.264.264 0 0 1 .525 0m-1.631 7.792a.268.268 0 0 1-.532 0 27.6 27.6 0 0 1 0-7.034.27.27 0 1 1 .541 0 25.8 25.8 0 0 1-.01 7.034zm-1.63-5.276c.412 1.824.227 3.435-.015 5.294a.255.255 0 0 1-.504 0c-.22-1.834-.402-3.482-.015-5.295a.268.268 0 0 1 .535 0m-1.626-.277c.378 1.869.254 3.451-.01 5.325-.031.277-.506.28-.531 0-.239-1.846-.352-3.476-.01-5.325a.277.277 0 0 1 .551 0m-1.643.907c.396 1.239.261 2.246-.016 3.517a.258.258 0 0 1-.514 0c-.239-1.246-.336-2.274-.021-3.517a.276.276 0 0 1 .55 0z"})))},{name:"spotify",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m4.586 14.424a.62.62 0 0 1-.857.207c-2.348-1.435-5.304-1.76-8.785-.964a.622.622 0 1 1-.277-1.215c3.809-.871 7.077-.496 9.713 1.115a.623.623 0 0 1 .206.857M17.81 13.7a.78.78 0 0 1-1.072.257c-2.687-1.652-6.785-2.131-9.965-1.166A.779.779 0 1 1 6.32 11.3c3.632-1.102 8.147-.568 11.234 1.328a.78.78 0 0 1 .256 1.072m.105-2.835c-3.223-1.914-8.54-2.09-11.618-1.156a.935.935 0 1 1-.542-1.79c3.532-1.072 9.404-.865 13.115 1.338a.936.936 0 1 1-.955 1.608"})))},{name:"squarespace",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20.87 9.271a3.86 3.86 0 0 0-5.458 0l-6.141 6.141a.964.964 0 1 0 1.365 1.364l6.14-6.14a1.929 1.929 0 1 1 2.729 2.729l-6.022 6.022a1.93 1.93 0 0 0 2.729 0l4.658-4.658a3.86 3.86 0 0 0 0-5.458m-2.047 2.047a.965.965 0 0 0-1.365 0l-6.14 6.14a1.93 1.93 0 0 1-2.729 0 .964.964 0 1 0-1.364 1.364 3.86 3.86 0 0 0 5.458 0l6.14-6.14a.966.966 0 0 0 0-1.364m-2.047-6.141a3.86 3.86 0 0 0-5.458 0l-6.14 6.14a.964.964 0 1 0 1.364 1.364l6.141-6.14a1.93 1.93 0 0 1 2.729 0 .965.965 0 1 0 1.364-1.364m-2.047 2.047a.964.964 0 0 0-1.364 0l-6.14 6.141a1.929 1.929 0 1 1-2.729-2.729l6.022-6.022a1.93 1.93 0 0 0-2.729 0L3.13 9.271a3.86 3.86 0 0 0 5.458 5.458l6.14-6.141a.963.963 0 0 0 .001-1.364"})))},{name:"stackexchange",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M4 11.606h16v3.272H4zM4 7.377h16v3.272H4zM17.514 3H6.55C5.147 3 4 4.169 4 5.614v.848h16v-.85C20 4.167 18.895 3 17.514 3M4 15.813v.85c0 1.445 1.147 2.614 2.55 2.614h6.799v3.463l3.357-3.463h.744c1.402 0 2.55-1.169 2.55-2.614v-.85z"})))},{name:"stackoverflow",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18.18 20.103V14.78h1.767v7.09H4v-7.09h1.767v5.323z"}),React.createElement("path",{d:"m7.717 14.275 8.673 1.813.367-1.744-8.673-1.813zm1.147-4.13 8.031 3.74.734-1.606-8.031-3.763zm2.226-3.946 6.815 5.667 1.124-1.354-6.815-5.667zM15.495 2l-1.423 1.055 5.277 7.113 1.423-1.055zM7.533 18.314h8.857v-1.767H7.533z"})))},{name:"stumbleupon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 4.294a4.47 4.47 0 0 0-4.471 4.471v6.353a1.059 1.059 0 1 1-2.118 0v-2.824H2v2.941a4.471 4.471 0 0 0 8.942 0v-6.47a1.059 1.059 0 1 1 2.118 0v1.294l1.412.647 2-.647V8.765A4.473 4.473 0 0 0 12 4.294m1.059 8.059v2.882a4.471 4.471 0 0 0 8.941 0v-2.824h-3.412v2.824a1.059 1.059 0 1 1-2.118 0v-2.882l-2 .647z"})))},{name:"substack",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.904 9.182H4.095V7.054h15.81v2.127M4.095 11.109V21L12 16.583 19.905 21v-9.891zM19.905 3H4.095v2.127h15.81z"})))},{name:"telegram",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m3.08 14.757s-.25.625-.936.325l-2.541-1.949-1.63 1.486s-.127.096-.266.036c0 0-.12-.011-.27-.486s-.911-2.972-.911-2.972L6 12.349s-.387-.137-.425-.438c-.037-.3.437-.462.437-.462l10.03-3.934s.824-.362.824.238z"})))},{name:"threads",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 192 192"},React.createElement("g",null,React.createElement("path",{d:"M141.537 88.988a67 67 0 0 0-2.518-1.143c-1.482-27.307-16.403-42.94-41.457-43.1h-.34c-14.986 0-27.449 6.396-35.12 18.036l13.779 9.452c5.73-8.695 14.724-10.548 21.348-10.548h.229c8.249.053 14.474 2.452 18.503 7.129 2.932 3.405 4.893 8.111 5.864 14.05-7.314-1.243-15.224-1.626-23.68-1.14-23.82 1.371-39.134 15.264-38.105 34.568.522 9.792 5.4 18.216 13.735 23.719 7.047 4.652 16.124 6.927 25.557 6.412 12.458-.683 22.231-5.436 29.049-14.127 5.178-6.6 8.453-15.153 9.899-25.93 5.937 3.583 10.337 8.298 12.767 13.966 4.132 9.635 4.373 25.468-8.546 38.376-11.319 11.308-24.925 16.2-45.488 16.351-22.809-.169-40.06-7.484-51.275-21.742C35.236 139.966 29.808 120.682 29.605 96c.203-24.682 5.63-43.966 16.133-57.317C56.954 24.425 74.204 17.11 97.013 16.94c22.975.17 40.526 7.52 52.171 21.847 5.71 7.026 10.015 15.86 12.853 26.162l16.147-4.308c-3.44-12.68-8.853-23.606-16.219-32.668C147.036 9.607 125.202.195 97.07 0h-.113C68.882.194 47.292 9.642 32.788 28.08 19.882 44.485 13.224 67.315 13.001 95.932L13 96v.067c.224 28.617 6.882 51.447 19.788 67.854C47.292 182.358 68.882 191.806 96.957 192h.113c24.96-.173 42.554-6.708 57.048-21.189 18.963-18.945 18.392-42.692 12.142-57.27-4.484-10.454-13.033-18.945-24.723-24.553M98.44 129.507c-10.44.588-21.286-4.098-21.82-14.135-.397-7.442 5.296-15.746 22.461-16.735q2.948-.17 5.79-.169c6.235 0 12.068.606 17.371 1.765-1.978 24.702-13.58 28.713-23.802 29.274"})))},{name:"tiktok-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm7.531 3h2.053s-.114 2.635 2.85 2.82v2.04s-1.582.099-2.85-.87l.021 4.207a3.804 3.804 0 1 1-3.802-3.802h.533v2.082a1.73 1.73 0 0 0-1.922.648 1.727 1.727 0 0 0 1.947 2.646 1.73 1.73 0 0 0 1.19-1.642z"})))},{name:"tiktok",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.22 2h3.42s-.19 4.394 4.75 4.702v3.396s-2.636.166-4.75-1.448l.037 7.012a6.338 6.338 0 1 1-6.34-6.339h.89v3.472a2.882 2.882 0 1 0 2.024 2.752z"})))},{name:"tripadvisor",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.01 9.859c.236-1.002.985-2.003.985-2.003l-3.341-.002C16.779 6.643 14.502 6 11.979 6 9.363 6 7 6.659 5.135 7.877L2 7.88s.74.988.98 1.983a4.98 4.98 0 0 0-.977 2.961 5.01 5.01 0 0 0 5.009 5.003 5 5 0 0 0 3.904-1.875l1.065 1.592 1.076-1.606a4.96 4.96 0 0 0 1.838 1.448 4.98 4.98 0 0 0 3.831.151 5.01 5.01 0 0 0 2.963-6.431 5 5 0 0 0-.679-1.247m-13.998 6.96a4 4 0 0 1-3.998-3.995 4 4 0 0 1 3.998-3.997 4 4 0 0 1 3.996 3.997 4 4 0 0 1-3.996 3.995m4.987-4.36A5.007 5.007 0 0 0 7.11 7.821c1.434-.613 3.081-.947 4.867-.947 1.798 0 3.421.324 4.853.966a4.984 4.984 0 0 0-4.831 4.619m6.288 4.134a3.97 3.97 0 0 1-3.058-.122 3.96 3.96 0 0 1-2.075-2.245v-.001a3.97 3.97 0 0 1 .118-3.056 3.97 3.97 0 0 1 2.246-2.077 4.005 4.005 0 0 1 5.135 2.366 4.006 4.006 0 0 1-2.366 5.135"}),React.createElement("path",{d:"M6.949 10.307a2.477 2.477 0 0 0-2.475 2.472 2.48 2.48 0 0 0 2.475 2.474 2.474 2.474 0 0 0 0-4.946m0 4.094a1.626 1.626 0 0 1-1.624-1.623 1.621 1.621 0 1 1 1.624 1.623M16.981 10.307a2.477 2.477 0 0 0-2.474 2.472 2.48 2.48 0 0 0 2.474 2.474 2.476 2.476 0 0 0 2.472-2.474 2.475 2.475 0 0 0-2.472-2.472m0 4.094a1.625 1.625 0 0 1-1.622-1.623 1.622 1.622 0 1 1 1.622 1.623"}),React.createElement("path",{d:"M7.778 12.778a.832.832 0 1 1-1.664.002.832.832 0 0 1 1.664-.002M16.981 11.947a.832.832 0 1 0 .002 1.666.832.832 0 0 0-.002-1.666"})))},{name:"tumblr-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M16.749 17.396c-.357.17-1.041.319-1.551.332-1.539.041-1.837-1.081-1.85-1.896V9.847h3.861v-2.91h-3.847V2.039h-2.817c-.046 0-.127.041-.138.144-.165 1.499-.867 4.13-3.783 5.181v2.484h1.945v6.282c0 2.151 1.587 5.206 5.775 5.135 1.413-.024 2.982-.616 3.329-1.126z"})))},{name:"tumblr",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-5.569 14.265c-2.446.042-3.372-1.742-3.372-2.998v-3.668H8.923v-1.45c1.703-.614 2.113-2.15 2.209-3.025.007-.06.054-.084.081-.084h1.645V8.9h2.246v1.7H12.85v3.495c.008.476.182 1.131 1.081 1.107.298-.008.697-.094.906-.194l.54 1.601c-.205.296-1.121.641-1.946.656"})))},{name:"twitch",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M16.499 8.089h-1.636v4.91h1.636zm-4.499 0h-1.637v4.91H12zM4.228 3.178 3 6.451v13.092h4.499V22h2.456l2.454-2.456h3.681L21 14.636V3.178zm15.136 10.638L16.5 16.681H12l-2.453 2.453V16.68H5.863V4.814h13.501z"})))},{name:"twitter-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M22.23 5.924a8.2 8.2 0 0 1-2.357.646 4.12 4.12 0 0 0 1.804-2.27 8.2 8.2 0 0 1-2.606.996 4.103 4.103 0 0 0-6.991 3.742 11.65 11.65 0 0 1-8.457-4.287 4.1 4.1 0 0 0-.556 2.063 4.1 4.1 0 0 0 1.825 3.415 4.1 4.1 0 0 1-1.859-.513v.052a4.104 4.104 0 0 0 3.292 4.023 4.1 4.1 0 0 1-1.853.07 4.11 4.11 0 0 0 3.833 2.85 8.24 8.24 0 0 1-5.096 1.756 8 8 0 0 1-.979-.057 11.6 11.6 0 0 0 6.29 1.843c7.547 0 11.675-6.252 11.675-11.675q0-.267-.012-.531a8.3 8.3 0 0 0 2.047-2.123"})))},{name:"twitter",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-2.534 6.71q.007.148.007.298c0 3.045-2.318 6.556-6.556 6.556a6.5 6.5 0 0 1-3.532-1.035q.27.032.55.032a4.63 4.63 0 0 0 2.862-.986 2.31 2.31 0 0 1-2.152-1.6 2.3 2.3 0 0 0 1.04-.04 2.306 2.306 0 0 1-1.848-2.259v-.029c.311.173.666.276 1.044.288a2.303 2.303 0 0 1-.713-3.076 6.54 6.54 0 0 0 4.749 2.407 2.305 2.305 0 0 1 3.926-2.101 4.6 4.6 0 0 0 1.463-.559 2.3 2.3 0 0 1-1.013 1.275c.466-.056.91-.18 1.323-.363-.31.461-.7.867-1.15 1.192"})))},{name:"untappd",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m11 13.299-5.824 8.133c-.298.416-.8.635-1.308.572-.578-.072-1.374-.289-2.195-.879S.392 19.849.139 19.323a1.4 1.4 0 0 1 .122-1.425l5.824-8.133a3.1 3.1 0 0 1 1.062-.927l1.146-.604c.23-.121.436-.283.608-.478.556-.631 2.049-2.284 4.696-4.957l.046-.212a.13.13 0 0 1 .096-.1l.146-.037a.135.135 0 0 0 .101-.141l-.015-.18a.13.13 0 0 1 .125-.142c.176-.005.518.046 1.001.393s.64.656.692.824a.13.13 0 0 1-.095.164l-.175.044a.13.13 0 0 0-.101.141l.012.15a.13.13 0 0 1-.063.123l-.186.112c-1.679 3.369-2.764 5.316-3.183 6.046a2.2 2.2 0 0 0-.257.73l-.205 1.281A3.1 3.1 0 0 1 11 13.3zm12.739 4.598-5.824-8.133a3.1 3.1 0 0 0-1.062-.927l-1.146-.605a2.1 2.1 0 0 1-.608-.478 51 51 0 0 0-.587-.654.09.09 0 0 0-.142.018 97 97 0 0 1-1.745 3.223 1.4 1.4 0 0 0-.171.485 3.5 3.5 0 0 0 0 1.103l.01.064c.075.471.259.918.536 1.305l5.824 8.133c.296.413.79.635 1.294.574a4.76 4.76 0 0 0 2.209-.881 4.76 4.76 0 0 0 1.533-1.802 1.4 1.4 0 0 0-.122-1.425zM8.306 3.366l.175.044a.134.134 0 0 1 .101.141l-.012.15a.13.13 0 0 0 .063.123l.186.112q.465.933.869 1.721c.026.051.091.06.129.019q.655-.703 1.585-1.668a.137.137 0 0 0 .003-.19c-.315-.322-.645-.659-1.002-1.02l-.046-.212a.13.13 0 0 0-.096-.099l-.146-.037a.135.135 0 0 1-.101-.141l.015-.18a.13.13 0 0 0-.123-.142c-.175-.005-.518.045-1.002.393-.483.347-.64.656-.692.824a.13.13 0 0 0 .095.164z"})))},{name:"vimeo",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M22.396 7.164q-.139 3.039-4.245 8.32Q13.907 21 10.97 21q-1.82 0-3.079-3.359l-1.68-6.159q-.934-3.36-2.005-3.36-.234.001-1.634.98l-.978-1.261q1.541-1.353 3.037-2.708 2.056-1.774 3.084-1.869 2.429-.234 2.99 3.321.607 3.836.841 4.769.7 3.181 1.542 3.181.653 0 1.963-2.065 1.307-2.063 1.401-3.142.187-1.781-1.401-1.782-.747.001-1.541.341 1.534-5.024 5.862-4.884 3.21.095 3.024 4.161"})))},{name:"vk",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{fillRule:"evenodd",d:"M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.431 0 8.146 1.687 9.833S6.09 24 11.52 24h.96c5.431 0 8.146 0 9.833-1.687S24 17.91 24 12.48v-.96c0-5.431 0-8.146-1.687-9.833S17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687M4.05 7.3c.13 6.24 3.25 9.99 8.72 9.99h.31v-3.57c2.01.2 3.53 1.67 4.14 3.57h2.84c-.78-2.84-2.83-4.41-4.11-5.01 1.28-.74 3.08-2.54 3.51-4.98h-2.58c-.56 1.98-2.22 3.78-3.8 3.95V7.3H10.5v6.92c-1.6-.4-3.62-2.34-3.71-6.92z"})))},{name:"whatsapp",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m2.048 22 1.406-5.136a9.9 9.9 0 0 1-1.323-4.955C2.133 6.446 6.579 2 12.042 2a9.85 9.85 0 0 1 7.011 2.906 9.85 9.85 0 0 1 2.9 7.011c-.002 5.464-4.448 9.91-9.91 9.91h-.004a9.9 9.9 0 0 1-4.736-1.206zm5.497-3.172.301.179a8.2 8.2 0 0 0 4.193 1.148h.003c4.54 0 8.235-3.695 8.237-8.237a8.2 8.2 0 0 0-2.41-5.828 8.18 8.18 0 0 0-5.824-2.416c-4.544 0-8.239 3.695-8.241 8.237a8.2 8.2 0 0 0 1.259 4.384l.196.312-.832 3.04zm9.49-4.554c-.062-.103-.227-.165-.475-.289s-1.465-.723-1.692-.806-.392-.124-.557.124-.64.806-.784.971-.289.186-.536.062-1.046-.385-1.991-1.229c-.736-.657-1.233-1.468-1.378-1.715s-.015-.382.109-.505c.111-.111.248-.289.371-.434.124-.145.165-.248.248-.413s.041-.31-.021-.434-.557-1.343-.763-1.839c-.202-.483-.407-.417-.559-.425-.144-.007-.31-.009-.475-.009a.9.9 0 0 0-.66.31c-.226.248-.866.847-.866 2.066s.887 2.396 1.011 2.562 1.746 2.666 4.23 3.739c.591.255 1.052.408 1.412.522.593.189 1.133.162 1.56.098.476-.071 1.465-.599 1.671-1.177.206-.58.206-1.075.145-1.179"})))},{name:"woocommerce",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19 2H5C3.3 2 2 3.3 2 5v11c0 1.7 1.3 3 3 3h4l6 3-1-3h5c1.7 0 3-1.3 3-3V5c0-1.7-1.3-3-3-3m-1.6 4.5c-.4.8-.8 2.1-1 3.9-.3 1.8-.4 3.1-.3 4.1 0 .3 0 .5-.1.7s-.3.4-.6.4-.6-.1-.9-.4c-1-1-1.8-2.6-2.4-4.6-.7 1.4-1.2 2.4-1.6 3.1-.6 1.2-1.2 1.8-1.6 1.9-.3 0-.5-.2-.8-.7-.5-1.4-1.1-4.2-1.7-8.2 0-.3 0-.5.2-.7.1-.2.4-.3.7-.4.5 0 .9.2.9.8.3 2.3.7 4.2 1.1 5.7l2.4-4.5c.2-.4.4-.6.8-.6q.75 0 .9.9c.3 1.4.6 2.6 1 3.7.3-2.7.8-4.7 1.4-5.9.2-.3.4-.5.7-.5.2 0 .5.1.7.2q.3.3.3.6c0 .3 0 .4-.1.5"})))},{name:"wordpress",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.158 12.786 9.46 20.625a9 9 0 0 0 5.526-.144 1 1 0 0 1-.065-.124zM3.009 12a8.99 8.99 0 0 0 5.067 8.092L3.788 8.341A8.95 8.95 0 0 0 3.009 12m15.06-.454c0-1.112-.399-1.881-.741-2.48-.456-.741-.883-1.368-.883-2.109 0-.826.627-1.596 1.51-1.596q.06.002.116.007A8.96 8.96 0 0 0 12 3.009a8.98 8.98 0 0 0-7.512 4.052c.211.007.41.011.579.011.94 0 2.396-.114 2.396-.114.484-.028.541.684.057.741 0 0-.487.057-1.029.085l3.274 9.739 1.968-5.901-1.401-3.838c-.484-.028-.943-.085-.943-.085-.485-.029-.428-.769.057-.741 0 0 1.484.114 2.368.114.94 0 2.397-.114 2.397-.114.485-.028.542.684.057.741 0 0-.488.057-1.029.085l3.249 9.665.897-2.996q.684-1.753.684-2.907m1.82-3.86q.06.428.06.924c0 .912-.171 1.938-.684 3.22l-2.746 7.94a8.98 8.98 0 0 0 4.47-7.771 8.9 8.9 0 0 0-1.1-4.313M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10"})))},{name:"x",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M13.982 10.622 20.54 3h-1.554l-5.693 6.618L8.745 3H3.5l6.876 10.007L3.5 21h1.554l6.012-6.989L15.868 21h5.245zm-2.128 2.474-.697-.997-5.543-7.93H8l4.474 6.4.697.996 5.815 8.318h-2.387z"})))},{name:"xanga",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M9 9h6v6H9zM3 9h6V3H3zm12 0h6V3h-6zm0 12h6v-6h-6zM3 21h6v-6H3z"})))},{name:"youtube",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.8 8.001s-.195-1.378-.795-1.985c-.76-.797-1.613-.801-2.004-.847-2.799-.202-6.997-.202-6.997-.202h-.009s-4.198 0-6.997.202c-.39.047-1.242.051-2.003.847-.6.607-.795 1.985-.795 1.985S2 9.62 2 11.238v1.517c0 1.618.2 3.237.2 3.237s.195 1.378.795 1.985c.761.797 1.76.771 2.205.855 1.6.153 6.8.201 6.8.201s4.203-.006 7.001-.209c.391-.047 1.243-.051 2.004-.847.6-.607.795-1.985.795-1.985s.2-1.618.2-3.237v-1.517c0-1.618-.2-3.237-.2-3.237M9.935 14.594l-.001-5.62 5.404 2.82z"})))}]},58992:(e,t,n)=>{"use strict";n.d(t,{d:()=>u});var a=n(96072),r=n.n(a),s=n(28120),o=n.n(s),i=n(51609),l=n.n(i),c=n(91135);class u extends i.PureComponent{static defaultProps={size:24};static propTypes={icon:o().string.isRequired,size:o().number,onClick:o().func,className:o().string};render(){const{size:e,onClick:t,icon:n,className:a,...s}=this.props,o=["social-logo","social-logo-"+n,a].filter(Boolean).join(" "),i=c.$.find((e=>e.name===n));if(!i)return l().createElement("svg",r()({height:e,width:e},s));return l().cloneElement(i.svg,{className:o,height:e,width:e,onClick:t,...s})}}},4187:(e,t,n)=>{"use strict";n.d(t,{Ck:()=>o,wf:()=>s});var a=n(68767);let r=null;const s=async()=>{let e=0;return r=new Promise((t=>{const n=()=>{const r=a.parse(document.cookie).tk_ai||null;"string"!=typeof r||""===r?99<=e?t(null):(e+=1,setTimeout(n,50)):t(r)};n()})),r},o=async()=>await r},57344:(e,t,n)=>{"use strict";n.d(t,{V:()=>l,z:()=>i});var a=n(1455),r=n.n(a),s=n(93832);const o=(e=!1)=>async({experimentName:t,anonId:n})=>{if(!n)throw new Error("Tracking is disabled, can't fetch experimentAssignment");const a={experiment_name:t,anon_id:n??void 0,as_connected_user:e},o=(0,s.addQueryArgs)("jetpack/v4/explat/assignments",a);return await r()({path:o})},i=o(!1),l=o(!0)},54639:(e,t,n)=>{"use strict";n.d(t,{v:()=>r});var a=n(98548);const r=e=>{const t=e=>{a.D&&console.error("[ExPlat] Unable to send error to server:",e)};try{const{message:n,...r}=e,s={message:n,properties:{...r,context:"explat",explat_client:"jetpack"}};if(a.D)console.error("[ExPlat] ",e.message,e);else{const e=new window.FormData;e.append("error",JSON.stringify(s)),window.fetch("https://public-api.wordpress.com/rest/v1.1/js-error",{method:"POST",body:e}).catch(t)}}catch(e){t(e)}}},99101:(e,t,n)=>{"use strict";n.d(t,{nQ:()=>u});var a=n(39292),r=n(40090),s=n(4187),o=n(57344),i=n(54639),l=n(98548);(0,s.wf)().catch((e=>(0,i.v)({message:e.message})));const c=(0,a.k)({fetchExperimentAssignment:o.z,getAnonId:s.Ck,logError:i.v,isDevelopmentMode:l.D}),{loadExperimentAssignment:u,dangerouslyGetExperimentAssignment:d}=c,{useExperiment:p,Experiment:m,ProvideExperimentData:g}=(0,r.A)(c),A=(0,a.k)({fetchExperimentAssignment:o.V,getAnonId:s.Ck,logError:i.v,isDevelopmentMode:l.D}),{loadExperimentAssignment:h,dangerouslyGetExperimentAssignment:E}=A,{useExperiment:f,Experiment:b,ProvideExperimentData:v}=(0,r.A)(A)},98548:(e,t,n)=>{"use strict";n.d(t,{D:()=>a});const a=!1},52068:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>C});var a=n(82170),r=n(96865),s=n(56427),o=n(27723),i=n(90254),l=n(69457),c=n(88669),u=n(41417),d=n(57003),p=(n(51609),n(95396)),m=n(64425),g=n(47264),A=n(2162),h=n(62402);const __=o.__,E="simplify",f="make-longer",b="make-shorter",v={default:[{name:__("Correct spelling and grammar","jetpack"),key:"correct-spelling",aiSuggestion:m.yy,icon:i.A}],"core/paragraph":[{name:__("Simplify","jetpack"),key:E,aiSuggestion:m.A4,icon:l.A},{name:__("Summarize","jetpack"),key:"summarize",aiSuggestion:m.UA,icon:c.A},{name:__("Expand","jetpack"),key:f,aiSuggestion:m.br,icon:u.A},{name:__("Make shorter","jetpack"),key:b,aiSuggestion:m.fD,icon:u.A}],"core/list-item":[{name:__("Simplify","jetpack"),key:E,aiSuggestion:m.A4,icon:l.A},{name:__("Expand","jetpack"),key:f,aiSuggestion:m.br,icon:u.A},{name:__("Make shorter","jetpack"),key:b,aiSuggestion:m.fD,icon:u.A}],"core/list":p.L.includes("core/list")?[{name:__("Simplify","jetpack"),key:E,aiSuggestion:m.A4,icon:l.A},{name:__("Expand","jetpack"),key:f,aiSuggestion:m.br,icon:u.A},{name:__("Make shorter","jetpack"),key:b,aiSuggestion:m.fD,icon:u.A}]:[{name:__("Turn list into a table","jetpack"),key:"turn-into-table",aiSuggestion:m.pE,icon:d.A,options:{userPrompt:"make a table from this list, do not enclose the response in a code block"}},{name:__("Write a post from this list","jetpack"),key:"write-post-from-list",aiSuggestion:m.pE,icon:l.A,options:{userPrompt:"Write a post based on the list items. Include a title as first order heading and try to use secondary headings for each entry"}}]};function C({blockType:e,disabled:t=!1,onAskAiAssistant:n,onRequestSuggestion:o}){const i=v[e]??[];return(0,a.createElement)(a.Fragment,null,t&&(0,a.createElement)(s.Notice,{status:"warning",isDismissible:!1,className:"jetpack-ai-assistant__info"},__("Add content to activate the tools below","jetpack")),(0,a.createElement)(s.MenuGroup,null,(0,a.createElement)(s.MenuItem,{icon:r.cj,iconPosition:"left",key:"key-ai-assistant",onClick:n,disabled:t},(0,a.createElement)("div",{className:"jetpack-ai-assistant__menu-item"},__("Ask AI Assistant","jetpack"))),[...v.default,...i].map((e=>(0,a.createElement)(s.MenuItem,{icon:e?.icon,iconPosition:"left",key:`key-${e.key}`,onClick:()=>{o(e.aiSuggestion,{...e.options??{}},e.name)},disabled:t},(0,a.createElement)("div",{className:"jetpack-ai-assistant__menu-item"},e.name)))),(0,a.createElement)(h.hN,{onChange:e=>{o(m.eJ,{tone:e},`${h.uQ}: ${(0,g.Z)(e)}`)},disabled:t}),(0,a.createElement)(A.HU,{onChange:(e,t)=>{o(m.Gm,{language:e},`${A.u0}: ${t}`)},disabled:t})))}},72901:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(27723),s=n(56333),o=n(10617);const __=r.__,i=()=>{const e=`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?page=my-jetpack#/connection`,{autosaveAndRedirect:t,isRedirecting:n}=(0,o.A)(e);return(0,a.createElement)(s.c,{buttonText:__("Connect Jetpack","jetpack"),checkoutUrl:e,className:"jetpack-ai-connect-banner",description:__("Your account is not connected to Jetpack at the moment.","jetpack"),goToCheckoutPage:e=>{t(e)},isRedirecting:n,visible:!0,align:null,title:null,context:null})}},32249:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(3924),s=n(56427),o=n(27723);const __=o.__;const i=function(){const e=(0,r.A)("jetpack-ai-feedback");return(0,a.createElement)("div",{className:"jetpack-ai-feedback-control"},(0,a.createElement)(s.BaseControl,{label:__("Feedback","jetpack")},(0,a.createElement)("p",null,__("Your feedback is valuable in our commitment to refine and improve this feature.","jetpack")),(0,a.createElement)(s.ExternalLink,{href:e},__("Share your feedback","jetpack"))))}},2162:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>h,HU:()=>E,so:()=>g,u0:()=>p});var a=n(82170),r=n(85985),s=n(56427),o=n(27723),i=n(51113),l=n(29115),c=n(84066);n(51609);const __=o.__,u=["en","es","fr","de","it","pt","ru","zh","ja","ar","hi","ko"],d=window?.Jetpack_Editor_Initial_State?.siteLocale||navigator?.language,p=__("Translate","jetpack"),m=d?.split("-")[0]||"en",g=(d?.split("-"),{en:{label:__("English","jetpack")},es:{label:__("Spanish","jetpack")},fr:{label:__("French","jetpack")},de:{label:__("German","jetpack")},it:{label:__("Italian","jetpack")},pt:{label:__("Portuguese","jetpack")},ru:{label:__("Russian","jetpack")},zh:{label:__("Chinese","jetpack")},ja:{label:__("Japanese","jetpack")},ar:{label:__("Arabic","jetpack")},hi:{label:__("Hindi","jetpack")},ko:{label:__("Korean","jetpack")}}),A=({value:e,onChange:t})=>{const n=[...u.filter((e=>e!==m))];return u.includes(m)&&n.unshift(m),(0,a.createElement)(s.MenuGroup,{label:__("Select language","jetpack")},n.map((n=>(0,a.createElement)(s.MenuItem,{key:`key-${n}`,onClick:()=>t(n+" ("+g[n].label+")",g[n].label),isSelected:e===n},g[n].label))))};function h({value:e=m,label:t=p,onChange:n,disabled:o=!1}){const{tracks:l}=(0,r.st)();return o?(0,a.createElement)(s.Tooltip,{text:t},(0,a.createElement)(s.Button,{disabled:!0},(0,a.createElement)(i.A,{icon:c.A}))):(0,a.createElement)(s.ToolbarDropdownMenu,{icon:c.A,label:t,popoverProps:{variant:"toolbar"},onToggle:e=>{e&&l.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"i18n"})}},(()=>(0,a.createElement)(A,{value:e,onChange:n})))}function E({value:e=m,label:t=p,onChange:n,disabled:r=!1}){return(0,a.createElement)(s.DropdownMenu,{className:"ai-assistant__i18n-dropdown",icon:c.A,label:t,toggleProps:{children:(0,a.createElement)(a.Fragment,null,(0,a.createElement)("div",{className:"ai-assistant__i18n-dropdown__toggle-label"},t),(0,a.createElement)(i.A,{icon:l.A})),disabled:r}},(({onClose:t})=>(0,a.createElement)(A,{onChange:(...e)=>{n(...e),t()},value:e})))}},99050:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>A});var a=n(82170),r=n(85985),s=n(56427),o=n(27723),i=n(78938);const __=o.__,l="make-longer",c="makeLonger",u="make-shorter",d="makeShorter",p="summarize",m="summarize",g=[{name:__("Summarize","jetpack"),key:p,aiSuggestion:m},{name:__("Make longer","jetpack"),key:l,aiSuggestion:c},{name:__("Make shorter","jetpack"),key:u,aiSuggestion:d}];function A({key:e,label:t=__("Improve","jetpack"),exclude:n=[],onChange:o,disabled:l=!1}){const{tracks:c}=(0,r.st)();return l?(0,a.createElement)(s.Tooltip,{text:t},(0,a.createElement)(s.Button,{disabled:!0},(0,a.createElement)(s.Icon,{icon:i.A}))):(0,a.createElement)(s.ToolbarDropdownMenu,{icon:i.A,label:t,popoverProps:{variant:"toolbar"},onToggle:e=>{e&&c.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"improve"})}},(()=>{const r=g.filter((e=>!n.includes(e.key)));return(0,a.createElement)(s.MenuGroup,{label:t},r.map((t=>(0,a.createElement)(s.MenuItem,{key:`key-${t.key}`,onClick:()=>o(t.aiSuggestion,{contentType:"generated"}),isSelected:e===t.key},t.name))))}))}},33468:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>A});var a=n(82170),r=n(85985),s=n(56427),o=n(27723),i=n(78938),l=n(41417),c=n(90254),u=n(69457),d=n(88669),p=n(11269);const __=o.__,m=[{label:__("Post about…","jetpack"),description:{original:"Write a post about ",translated:__("Write a post about","jetpack")+" "}},{label:__("Informative article on…","jetpack"),description:{original:"Craft an informative article explaining ",translated:__("Craft an informative article explaining","jetpack")+" "}},{label:__("Step-by-step tutorial on…","jetpack"),description:{original:"Write a step-by-step tutorial on ",translated:__("Write a step-by-step tutorial on","jetpack")+" "}},{label:__("Motivational post on…","jetpack"),description:{original:"Create a motivational post on ",translated:__("Create a motivational post on","jetpack")+" "}}],g=[{label:__("Say it differently…","jetpack"),description:{original:"Rewrite it in a way that ",translated:__("Rewrite it in a way that","jetpack")+" "}},{label:__("Add…","jetpack"),description:{original:"Add more details about ",translated:__("Add more details about","jetpack")+" "}},{label:__("Remove…","jetpack"),description:{original:"Remove unnecessary details about ",translated:__("Remove unnecessary details about","jetpack")+" "}}];function A({hasContentBefore:e,hasContent:t,hasPostTitle:n,contentIsLoaded:o,onPromptSelect:A,onSuggestionSelect:h}){const E=__("Write with AI…","jetpack"),{tracks:f}=(0,r.st)();return(0,a.createElement)(s.ToolbarDropdownMenu,{className:"jetpack-ai-assistant__templates-control",icon:null,label:E,text:E,onToggle:e=>{e&&f.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"write-with-ai"})}},(({onClose:r})=>o?(0,a.createElement)(s.MenuGroup,{label:__("Write…","jetpack")},g.map(((e,t)=>(0,a.createElement)(s.MenuItem,{icon:i.A,iconPosition:"left",key:`key-${t}`,onClick:()=>{r(),A(e.description)}},e.label)))):(0,a.createElement)(a.Fragment,null,e&&(0,a.createElement)(s.MenuGroup,{label:__("Based on preceding content…","jetpack")},(0,a.createElement)(s.MenuItem,{icon:l.A,iconPosition:"left",onClick:()=>h("continue")},__("Continue writing","jetpack")),(0,a.createElement)(s.MenuItem,{icon:c.A,iconPosition:"left",onClick:()=>h("correctSpelling")},__("Correct spelling and grammar","jetpack")),(0,a.createElement)(s.MenuItem,{icon:u.A,iconPosition:"left",onClick:()=>h("simplify")},__("Simplify","jetpack"))),t&&(0,a.createElement)(s.MenuGroup,{label:__("Based on entire content…","jetpack")},t&&(0,a.createElement)(s.MenuItem,{icon:d.A,iconPosition:"left",onClick:()=>h("summarize")},__("Summarize","jetpack")),t&&(0,a.createElement)(s.MenuItem,{icon:p.A,iconPosition:"left",onClick:()=>h("generateTitle")},__("Generate a post title","jetpack"))),(0,a.createElement)(s.MenuGroup,{label:__("Write…","jetpack")},n&&(0,a.createElement)(s.MenuItem,{icon:i.A,iconPosition:"left",onClick:()=>h("titleSummary")},__("Summary based on title","jetpack")),m.map(((e,t)=>(0,a.createElement)(s.MenuItem,{icon:i.A,iconPosition:"left",key:`key-${t}`,onClick:()=>{r(),A(e.description)}},e.label)))))))}},23e3:(e,t,n)=>{"use strict";n.d(t,{A:()=>f,Q:()=>E});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(86087),l=n(27723),c=n(10067),u=n.n(c),d=n(56333),p=n(92169),m=n(61297),g=n(7503),A=n(93094);const __=l.__,h=u()("jetpack-ai-assistant:upgrade-prompt"),E=({variant:e="error"})=>{const t=(()=>{const{usagePeriod:e}=(0,m.A)(),t=(e=>{const t=__("You've reached this month's request limit, per our fair usage policy.","jetpack");if(!e)return t; // Translators: %s is the date when the requests will reset. const n=__("Requests will reset on %s.","jetpack");return`${t} ${(0,l.sprintf)(n,e)}`})((e=>{if(!e?.nextStart)return null;const t=new Date(e.nextStart);return t.toLocaleString("default",{month:"long"})+" "+t.getDate()})(e));return(0,i.createInterpolateElement)(t,{link:(0,a.createElement)("a",{href:"https://jetpack.com/redirect/?source=ai-assistant-fair-usage-policy",target:"_blank",rel:"noreferrer"})})})();return"muted"===e?(0,a.createElement)("span",{className:"jetpack-ai-fair-usage-notice-muted-variant"},t):"error"===e?(0,a.createElement)(o.Notice,{status:"error",isDismissible:!1,className:"jetpack-ai-fair-usage-notice"},t):null},f=e=>{const{upgradeType:t,currentTier:n}=(0,m.A)();return 1===n?.value?(0,a.createElement)(E,null):"vip"===t?(({description:e=null,useLightNudge:t=!1})=>{const n=t?A.U:d.c,r=(0,i.createInterpolateElement)(__("You've reached the Jetpack AI rate limit. Please reach out to your VIP account team.","jetpack"),{strong:(0,a.createElement)("strong",null)});return(0,a.createElement)(n,{buttonText:null,checkoutUrl:null,className:"jetpack-ai-upgrade-banner",description:e||r,goToCheckoutPage:null,isRedirecting:null,visible:!0,align:null,title:null,context:null})})({description:e.description,useLightNudge:e?.useLightNudge}):(({placement:e=null,description:t=null,useLightNudge:n=!1})=>{const o=n?A.U:d.c,{checkoutUrl:c}=(0,p.A)(),u=(0,g.C)(),{nextTier:E,tierPlansEnabled:f,currentTier:b,requestsCount:v}=(0,m.A)(),{tracks:C}=(0,s.st)(),k=(0,i.useCallback)((()=>{h("upgrade",e),C.recordEvent("jetpack_ai_upgrade_button",{current_tier_slug:b?.slug,requests_count:v,placement:e})}),[b,v,C,e]),y=(0,i.useCallback)((()=>{h("contact us",e),C.recordEvent("jetpack_ai_upgrade_contact_us",{placement:e})}),[C,e]);if(!u){const e=(0,i.createInterpolateElement)(__("Congratulations on exploring Jetpack AI and reaching the free requests limit! Reach out to the site administrator to upgrade and keep using Jetpack AI.","jetpack"),{strong:(0,a.createElement)("strong",null)});return(0,a.createElement)(o,{showButton:!1,className:"jetpack-ai-upgrade-banner",description:t||e,visible:!0,align:null,title:null,context:null})}if(f){if(!E){const e=(0,r.A)("jetpack-ai-tiers-more-requests-contact"),n=__("You have reached the request limit for your current plan.","jetpack");return(0,a.createElement)(o,{buttonText:__("Contact Us","jetpack"),description:t||n,className:"jetpack-ai-upgrade-banner",checkoutUrl:e,visible:!0,align:null,title:null,context:null,goToCheckoutPage:y,target:"_blank"})}const e=(0,i.createInterpolateElement)((0,l.sprintf)(/* Translators: number of requests */ __("You have reached the requests limit for your current plan. Upgrade now to increase your requests limit to %d.","jetpack"),E.limit),{strong:(0,a.createElement)("strong",null)});return(0,a.createElement)(o,{buttonText:(0,l.sprintf)(/* Translators: number of requests */ -__("Upgrade to %d requests","jetpack"),E.limit),checkoutUrl:c,className:"jetpack-ai-upgrade-banner",description:t||e,goToCheckoutPage:k,visible:!0,align:"center",title:null,context:null,target:"_blank"})}return(0,a.createElement)(o,{buttonText:"Upgrade",checkoutUrl:c,className:"jetpack-ai-upgrade-banner",description:(0,i.createInterpolateElement)(__("Congratulations on exploring Jetpack AI and reaching the free requests limit! Upgrade now to keep using it.","jetpack"),{strong:(0,a.createElement)("strong",null)}),goToCheckoutPage:k,visible:!0,align:null,title:null,context:null,target:"_blank"})})(e)}},93094:(e,t,n)=>{"use strict";n.d(t,{U:()=>o});var a=n(82170),r=n(56427),s=n(27723);const __=s.__,o=({title:e,description:t,buttonText:n=null,checkoutUrl:s=null,goToCheckoutPage:o=null,isRedirecting:i=!1,showButton:l=!0,target:c="_top"})=>{const u=__("Redirecting…","jetpack");return(0,a.createElement)("div",{className:"jetpack-upgrade-plan-banner-light"},(0,a.createElement)(r.Notice,{status:"error",isDismissible:!1},(0,a.createElement)("p",null,e&&(0,a.createElement)("strong",null,e),t," ",l&&(0,a.createElement)(r.Button,{href:i?null:s,onClick:o,variant:"link",target:c},i?u:n))))}},62402:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>A,US:()=>u,hN:()=>g,oZ:()=>p,uQ:()=>d});var a=n(82170),r=n(96865),s=n(85985),o=n(56427),i=n(27723),l=n(29115);n(51609);const __=i.__,c=["formal","informal","optimistic","humorous","serious","skeptical","empathetic","confident","passionate","provocative"],u="formal",d=__("Change tone","jetpack"),p={formal:{label:__("Formal","jetpack"),emoji:"🎩"},informal:{label:__("Informal","jetpack"),emoji:"😊"},optimistic:{label:__("Optimistic","jetpack"),emoji:"😃"},humorous:{label:__("Humorous","jetpack"),emoji:"😂"},serious:{label:__("Serious","jetpack"),emoji:"😐"},skeptical:{label:__("Skeptical","jetpack"),emoji:"🤨"},empathetic:{label:__("Empathetic","jetpack"),emoji:"💗"},confident:{label:__("Confident","jetpack"),emoji:"😎"},passionate:{label:__("Passionate","jetpack"),emoji:"❤️"},provocative:{label:__("Provocative","jetpack"),emoji:"🔥"}},m=({value:e,onChange:t})=>(0,a.createElement)(o.MenuGroup,{label:__("Select tone","jetpack")},c.map((n=>(0,a.createElement)(o.MenuItem,{key:`key-${n}`,onClick:()=>t(n),isSelected:e===n},`${p[n].emoji} ${p[n].label}`))));function g({label:e=d,value:t=u,onChange:n,disabled:s=!1}){return(0,a.createElement)(o.DropdownMenu,{icon:r.Qr,label:e,className:"ai-assistant__tone-dropdown",popoverProps:{variant:"toolbar"},toggleProps:{children:(0,a.createElement)(a.Fragment,null,(0,a.createElement)("div",{className:"ai-assistant__tone-dropdown__toggle-label"},e),(0,a.createElement)(o.Icon,{icon:l.A})),disabled:s}},(({onClose:e})=>(0,a.createElement)(m,{value:t,onChange:t=>{n(t),e()}})))}function A({value:e=u,onChange:t,disabled:n=!1}){const{tracks:i}=(0,s.st)();return n?(0,a.createElement)(o.Tooltip,{text:d},(0,a.createElement)(o.Button,{disabled:!0},(0,a.createElement)(o.Icon,{icon:r.Qr}))):(0,a.createElement)(o.ToolbarDropdownMenu,{icon:r.Qr,label:d,popoverProps:{variant:"toolbar"},disabled:n,onToggle:e=>{e&&i.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"tone"})}},(()=>(0,a.createElement)(m,{value:e,onChange:t})))}},51698:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(94715),s=n(56427),o=n(27723),i=n(83883),l=n(83822),c=n(64425),u=n(2162),d=n(99050),p=n(33468),m=n(62402);const __=o.__,g=({contentIsLoaded:e,getSuggestionFromOpenAI:t,retryRequest:n,handleAcceptContent:o,handleTryAgain:g,showRetry:A,contentBefore:h,hasPostTitle:E,wholeContent:f,setUserPrompt:b,recordEvent:v,isGeneratingTitle:C})=>(0,a.createElement)(a.Fragment,null,(0,a.createElement)(r.BlockControls,null,!A&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)(s.ToolbarGroup,null,(0,a.createElement)(p.Ay,{hasContentBefore:!!h?.length,hasContent:!!f?.length,hasPostTitle:E,contentIsLoaded:e,onPromptSelect:e=>{v("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"prompt-template",prompt:e.original}),b(e.translated)},onSuggestionSelect:e=>{v("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"suggestion",suggestion:e}),t(e)}})),(0,a.createElement)(r.BlockControls,{group:"block"},(0,a.createElement)(m.Ay,{value:"neutral",onChange:n=>{v("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"suggestion",suggestion:c.eJ}),t(c.eJ,{tone:n,contentType:e?"generated":null})},disabled:!e&&!f?.length}),(0,a.createElement)(u.Ay,{value:"en",onChange:n=>{v("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"suggestion",suggestion:c.Gm}),t(c.Gm,{language:n,contentType:e?"generated":null})},disabled:!e&&!f?.length}),(0,a.createElement)(d.Ay,{onChange:t,exclude:C?["summarize"]:[],disabled:!e}))),(A||g)&&(0,a.createElement)(s.ToolbarGroup,null,!A&&e&&g&&(0,a.createElement)(s.ToolbarButton,{onClick:g},__("Try Again","jetpack")),A&&e&&(0,a.createElement)(s.ToolbarButton,{icon:i.A,onClick:o},__("Accept","jetpack")),A&&(0,a.createElement)(s.ToolbarButton,{icon:l.A,onClick:n},__("Retry","jetpack")))))},3586:(e,t,n)=>{"use strict";n.d(t,{A:()=>x});var a=n(82170),r=n(96865),s=n(85985),o=n(94715),i=n(74997),l=n(56427),c=n(29491),u=n(47143),d=n(86087),p=n(27723),m=n(13022),g=n(27970),A=n(56199),h=n(58164),E=n(72901),f=n(32249),b=n(23e3),v=n(51698),C=n(4393),k=n(92169),y=n(61297),B=n(44732),w=n(76695),_=n(7503);const __=p.__,I="post"===window?.Jetpack_Editor_Initial_State?.screenBase;function x({attributes:e,setAttributes:t,clientId:n,isSelected:p}){const[x,j]=(0,d.useState)(null),{tracks:S}=(0,s.st)(),{getBlock:Q}=(0,u.useSelect)("core/block-editor"),N=(0,d.useRef)(null),R=(0,d.useRef)(null),{replaceBlocks:T,removeBlock:P}=(0,u.useDispatch)("core/block-editor"),{editPost:L}=(0,u.useDispatch)("core/editor"),{isOverLimit:M,requireUpgrade:D,increaseRequestsCount:F,requestsCount:O,requestsLimit:z,currentTier:U,loading:H,tierPlansEnabled:V}=(0,y.A)(),q=Math.max(z-O,0),{autosaveAndRedirect:G}=(0,k.A)(),$=(0,h.Bd)(U),W=()=>{setTimeout((()=>{N.current?.focus?.()}),100)},Z=()=>{setTimeout((()=>{R.current?.focus?.()}),100)},Y=(0,c.useViewportMatch)("medium","<"),J=(0,d.useRef)(null),{getSuggestionFromOpenAI:K,stopSuggestion:X,showRetry:ee,contentBefore:te,postTitle:ne,retryRequest:ae,wholeContent:re,requestingState:se,error:oe}=(0,C.A)({onSuggestionDone:(0,d.useCallback)((()=>{W(),F()}),[F]),onUnclearPrompt:(0,d.useCallback)((()=>{Z(),F()}),[F]),onModeration:W,attributes:e,clientId:n,content:e.content,tracks:S,userPrompt:e.userPrompt,requireUpgrade:D,initialRequestingState:e.requestingState,contentRef:J,blockRef:R}),ie="requesting"===se,le=["requesting","suggesting"].includes(se),ce=(0,_.x)(),{productPageUrl:ue}=(0,B.A)(),de=(0,w.y)(n);(0,d.useEffect)((()=>{if(!de)return;const e=JSON.parse(localStorage.getItem(de));if(!e)return;const{type:t,options:n}=e;localStorage.removeItem(de),K(t,n)}),[de,K]),(0,d.useEffect)((()=>{oe&&j(!1)}),[oe]),(0,d.useEffect)((()=>{["init","done"].includes(se)&&t({requestingState:se})}),[se,t]);const pe=!!e.content,me="generateTitle"===e.promptType,ge=__("Accept","jetpack"),Ae=__("Accept title","jetpack"),he=me?Ae:ge,Ee=async()=>{let t=[],a=(0,r.Hh)({content:e.content||""});if(a?.split("\n").length>1&&a?.split("\n")?.[0]?.match(/^

    .*<\/h1>$/)&&!ne){const e=a.split("\n"),t=e.shift();a=e.join("\n"),L({title:t.replace(/<[^>]*>/g,"")})}t=(0,i.rawHandler)({HTML:a}),await T(n,t);const s=(e=>{let t=null;return e.forEach((e=>{const n=document.querySelector(`.wp-block[data-block="${e.clientId}"]`);if(!n)return;"true"===n.contentEditable&&(t=n);const a=n.querySelectorAll("[contenteditable=true]");t=a.length?a[a.length-1]:t})),t})(t);s&&(e=>{const t=window.getSelection();t.selectAllChildren(e),t.collapseToEnd(),e.focus()})(s)},fe=()=>{Ee(),S.recordEvent("jetpack_ai_assistant_block_accept",{feature:"ai-assistant"})},be=()=>{I?(L({title:e.content?e.content.trim():""}),P(n),S.recordEvent("jetpack_ai_assistant_block_accept",{feature:"ai-assistant"})):fe()},ve=()=>{X(),W(),S.recordEvent("jetpack_ai_assistant_block_stop",{feature:"ai-assistant"})},Ce=(0,o.useBlockProps)({ref:R,className:(0,m.A)({"is-waiting-response":ie})}),ke=__("Ask Jetpack AI…","jetpack"),ye=__("Write about… Make a table for…","jetpack"),Be=(0,a.createElement)(a.Fragment,null,M&&p&&(0,a.createElement)(b.A,{placement:"ai-assistant-block"}),!ce&&(0,a.createElement)(E.A,null)),we=(0,a.createElement)(a.Fragment,null,oe?.message&&!x&&"error_quota_exceeded"!==oe?.code&&(0,a.createElement)(l.Notice,{status:oe.status,isDismissible:!1,className:"jetpack-ai-assistant__error"},oe.message)),_e=M&&$===h.Ti?(0,a.createElement)(b.Q,{variant:"muted"}):null,Ie=(0,d.useCallback)((e=>{e.preventDefault(),S.recordEvent("jetpack_ai_upgrade_button",{current_tier_slug:U?.slug,requests_count:O,placement:"jetpack_ai_assistant_block"}),G(e)}),[S,U,O,G]);return(0,a.createElement)(l.KeyboardShortcuts,{bindGlobal:!0,shortcuts:{esc:()=>{["requesting","suggesting"].includes(se)&&ve()}}},(0,a.createElement)("div",Ce,pe&&(0,a.createElement)("div",{ref:J,className:"jetpack-ai-assistant__content"},(0,a.createElement)(d.RawHTML,null,(0,r.Hh)({content:e.content||""}))),(0,a.createElement)(o.InspectorControls,null,_e&&(0,a.createElement)("div",{className:"block-editor-block-card",style:{paddingTop:0}},(0,a.createElement)("span",{className:"block-editor-block-icon"}),_e),(0,a.createElement)("div",{className:"block-editor-block-card",style:{paddingTop:0}},(0,a.createElement)("span",{className:"block-editor-block-icon"}),(0,a.createElement)(l.ExternalLink,{href:ue},__("Discover all features","jetpack"))),($===h._X||V&&$!==h.Ti)&&(0,a.createElement)(l.PanelBody,{initialOpen:!0},(0,a.createElement)(l.PanelRow,null,(0,a.createElement)(g.A,{placement:A.k}))),(0,a.createElement)(l.PanelBody,{initialOpen:!0},(0,a.createElement)(l.PanelRow,null,(0,a.createElement)(f.A,null)))),!le&&ce&&!D&&(0,a.createElement)(v.A,{isWaitingState:le,contentIsLoaded:pe,getSuggestionFromOpenAI:K,retryRequest:ae,handleAcceptContent:fe,handleAcceptTitle:be,handleTryAgain:null,showRetry:ee,contentBefore:te,hasPostTitle:!!ne?.length,wholeContent:re,promptType:e.promptType,setUserPrompt:e=>{if(!N?.current)return;N.current.focus(),t({userPrompt:e})},recordEvent:S.recordEvent,isGeneratingTitle:me}),(0,a.createElement)(r.N0,{ref:N,disabled:D||!ce,value:e.userPrompt,placeholder:e?.content?ke:ye,onChange:e=>{j(!0),t({userPrompt:e})},onSend:()=>{((...e)=>{K(...e),Z()})("userPrompt"),S.recordEvent("jetpack_ai_assistant_block_generate",{feature:"ai-assistant"})},onStop:ve,onAccept:()=>{me?be():fe()},onDiscard:()=>{const a=e?.content===Q(n).attributes?.content;t({content:e?.originalContent,promptType:void 0,messages:e?.originalMessages}),Ee(),a?S.recordEvent("jetpack_ai_assistant_block_dismiss"):S.recordEvent("jetpack_ai_assistant_block_discard",{feature:"ai-assistant"})},state:se,isTransparent:D||!ce,showButtonLabels:!Y,showAccept:"init"!==se&&pe&&!le,acceptLabel:he,showGuideLine:pe,showRemove:e?.content?.length>0,banner:Be,error:we,customFooter:q%5!=0&&1!==O||H||$!==h._X?null:(0,a.createElement)(r.AK,{requestsRemaining:q,onUpgradeClick:Ie})})))}},61351:(e,t,n)=>{"use strict";var a=n(94375),r=n(54681),s=n(3586),o=n(13802);n(99800);(0,a.M)(r,{edit:s.A,save:()=>null,transforms:o.Ay})},10603:(e,t,n)=>{"use strict";n.d(t,{mt:()=>o});var a=n(96865),r=n(74997),s=n(47143);class o{renderRules=[];firstUpdate=!0;behavior="dropdown";isChildBlock=!1;feature="ai-assistant";adjustPosition=!0;startOpen=!1;hideOnBlockFocus=!0;constructor(e,t=[]){this.clientId=e,this.renderRules=t}getBlock(){const{getBlock:e}=(0,s.select)("core/block-editor");return e(this.clientId)}getContent(){const e=this.getBlock();return t=(0,r.getBlockContent)(e),(0,a.rh)({content:t});var t}renderContent(e){return function(e,t=[]){return(0,a.Hh)({content:e,rules:t,extension:!0})}(e,this.renderRules)}onSuggestion(e){if(!e)return;const t=this.renderContent(e);this.replaceBlockContent(t)}onDone(e){this.firstUpdate=!0}replaceBlockContent(e){const[t]=(0,r.rawHandler)({HTML:e});if(!t)return;const{updateBlockAttributes:n,replaceInnerBlocks:a,__unstableMarkNextChangeAsNotPersistent:o}=(0,s.dispatch)("core/block-editor");this.firstUpdate?this.firstUpdate=!1:o(),n(this.clientId,t.attributes),o(),a(this.clientId,t.innerBlocks)}}},67607:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(82170),r=n(96865),s=n(85985),o=n(86087),i=n(27723),l=n(13022),c=(n(51609),n(92169)),u=n(61297);const __=i.__,d=(0,l.A)("jetpack-ai-assistant-extension-ai-input","wp-block");function p({className:e,requestingState:t,requestingError:n,inputRef:i,wrapperRef:p,action:m,blockType:g,feature:A,request:h,stopSuggestion:E,close:f,undo:b,tryAgain:v}){const[C,k]=(0,o.useState)(""),[y,B]=(0,o.useState)(__("Ask Jetpack AI to edit…","jetpack")),{checkoutUrl:w}=(0,c.A)(),{tracks:_}=(0,s.st)(),[I,x]=(0,o.useState)(0),[j,S]=(0,o.useState)(!1),{requireUpgrade:Q,requestsCount:N,requestsLimit:R,loading:T,nextTier:P,currentTier:L}=(0,u.A)(),M=(0,o.useMemo)((()=>Q||["requesting","suggesting"].includes(t)),[Q,t]),D=(0,o.useMemo)((()=>Q&&1===L?.value),[Q,L]),F=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_assistant_extension_generate",{block_type:g,feature:A}),h?.(C)}),[g,A,h,_,C]),O=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_assistant_extension_stop",{block_type:g}),E?.()}),[g,E,_]);const z=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_assistant_undo",{block_type:g}),b?.()}),[g,_,b]),U=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_upgrade_button",{current_tier_slug:L?.slug,requests_count:N,placement:"jetpack_ai_assistant_extension"})}),[L?.slug,N,_]),H=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_assistant_try_again",{block_type:g}),v?.()}),[g,_,v]);return(0,o.useEffect)((()=>{["init","done"].includes(t)&&k("")}),[t]),(0,o.useEffect)((()=>{B(m||__("Ask Jetpack AI to edit…","jetpack")),m&&k("")}),[m]),(0,o.useEffect)((()=>{S(!T&&!!P&&0===C.length)}),[T,P,C]),(0,o.useEffect)((()=>{const e=Math.max(R-N,0);x(e)}),[R,N]),(0,a.createElement)(r.FC,{className:(0,l.A)(d,e),placeholder:y,disabled:M,value:C,state:t,showGuideLine:!0,error:n,requestsRemaining:I,showUpgradeMessage:j,showFairUsageMessage:D,upgradeUrl:w,onChange:k,onSend:F,onStop:O,onClose:function(){f?.()},onUndo:z,onUpgrade:U,onTryAgain:H,wrapperRef:p,ref:i})}},31124:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(82170),r=n(96865),s=n(85985),o=n(56427),i=n(86087),l=n(27723),c=n(52068),u=n(76695),d=n(2612);const __=l.__;function p({blockType:e,onClose:t,onAskAiAssistant:n,onRequestSuggestion:r}){const{canTransformToAIAssistant:s,transformToAIAssistant:o,getSelectedBlockClientIds:l}=(0,u.A)(),d=(0,i.useCallback)((a=>{const i=l(),[c]=i;i.length<2||!s({clientId:c,blockName:e})?(a?r?.(a.promptType,a.options,a.humanText):n?.(),t?.()):o({request:a})}),[e,s,l,n,t,r,o]);return(0,a.createElement)(c.Ay,{blockType:e,onRequestSuggestion:(e,t,n)=>{d({promptType:e,options:t,humanText:n})},onAskAiAssistant:async()=>{d()},disabled:!1})}function m({behavior:e,blockType:t,label:n=__("AI Assistant","jetpack"),onAskAiAssistant:l,onRequestSuggestion:c}){const{tracks:u}=(0,s.st)(),m=(0,i.useContext)(d.B),g=(0,i.useCallback)((e=>{e&&u.recordEvent("jetpack_ai_assistant_extension_toolbar_menu_show",{block_type:t})}),[t,u]),A=(0,i.useCallback)((()=>{u.recordEvent("jetpack_editor_ai_assistant_extension_toolbar_prompt_show",{block_type:t}),l?.()}),[t,l,u]),h=(0,i.useCallback)(((e,n,a)=>{u.recordEvent("jetpack_editor_ai_assistant_extension_toolbar_button_click",{suggestion:e,block_type:t}),c?.(e,n,a)}),[t,c,u]);return(0,a.createElement)(o.Dropdown,{popoverProps:{variant:"toolbar"},renderToggle:({isOpen:t,onToggle:s})=>(0,a.createElement)(o.ToolbarButton,{className:"jetpack-ai-assistant__button",showTooltip:!0,onClick:()=>{if("function"!=typeof e)switch(e){case"action":A();break;case"dropdown":s()}else e({onToggle:s,onAskAiAssistant:l,context:m})},"aria-haspopup":"true","aria-expanded":t,label:n,icon:r.cj}),onToggle:g,renderContent:({onClose:e})=>(0,a.createElement)(p,{onClose:e,blockType:t,onAskAiAssistant:A,onRequestSuggestion:h})})}},95396:(e,t,n)=>{"use strict";n.d(t,{L:()=>r,l:()=>a});const a=["jetpack/field-name","jetpack/field-email","jetpack/field-text","jetpack/field-textarea","jetpack/field-checkbox","jetpack/field-date","jetpack/field-telephone","jetpack/field-url","jetpack/field-checkbox-multiple","jetpack/field-radio","jetpack/field-select","jetpack/field-consent","jetpack/button"],r=["core/heading","core/paragraph","core/list-item","core/list","jetpack/contact-form",...a]},2612:(e,t,n)=>{"use strict";n.d(t,{B:()=>A,Q:()=>h});var a=n(86087),r=n(10067),s=n.n(r),o=n(10603),i=n(95396),l=n(42160),c=n(47007),u=n(75430),d=n(24310),p=n(63904);const m=s()("jetpack-ai-assistant:extensions:get-block-handler"),g={"core/heading":l.T,"core/paragraph":p.d,"core/list-item":d.g,"core/list":u.b,"jetpack/contact-form":c.p,...i.l.reduce(((e,t)=>({...e,[t]:c.g})),{})},A=(0,a.createContext)({});function h(e,t){let n=g[e];n||(m(`No handler found for block type: ${e}. Using default handler.`),n=o.mt);const a=new n(t);return{onSuggestion:a.onSuggestion.bind(a),onDone:a.onDone.bind(a),getContent:a.getContent.bind(a),behavior:a.behavior,isChildBlock:a.isChildBlock,feature:a.feature,adjustPosition:a.adjustPosition,startOpen:a.startOpen,hideOnBlockFocus:a.hideOnBlockFocus}}},42160:(e,t,n)=>{"use strict";n.d(t,{T:()=>r});var a=n(10603);class r extends a.mt{constructor(e){super(e,[])}onSuggestion(e){const t=this.getBlock();if(e.startsWith("#")||(e=`${"#".repeat(t?.attributes?.level||1)} ${e}`),e.match(/^#*\s*$/))return;const n=this.renderContent(e);this.replaceBlockContent(n)}}},14602:(e,t,n)=>{"use strict";n.d(t,{g:()=>s});var a=n(47143),r=n(10603);class s extends r.mt{jetpackFormBlockName="jetpack/contact-form";constructor(e){super(e,[]),this.behavior=this.handleBehavior,this.isChildBlock=!0,this.hideOnBlockFocus=!1}handleBehavior=({context:e})=>{const t=(0,a.dispatch)("core/block-editor"),{getBlockParentsByBlockName:n}=(0,a.select)("core/block-editor"),r=n(this.clientId,this.jetpackFormBlockName)?.[0];t.selectBlock(r),e?.[this.jetpackFormBlockName]?.handleAskAiAssistant?.()}}},47007:(e,t,n)=>{"use strict";n.d(t,{g:()=>c.g,p:()=>u});var a=n(74997),r=n(47143),s=n(27723),o=n(62514),i=n(96568),l=n(10603),c=n(14602);const __=s.__;class u extends l.mt{currentListOfValidBlocks=[];constructor(e){super(e,[]),this.behavior="action",this.feature="jetpack-form-ai-extension",this.adjustPosition=!1,this.startOpen=!0,this.hideOnBlockFocus=!1}setContent(e,t=!1){const{replaceInnerBlocks:n}=(0,r.dispatch)("core/block-editor"),s=e.replace(//g,""),l=(0,i.d)(s),c=(0,a.parse)(l).filter((e=>e.isValid&&!["core/freeform","core/missing","core/html"].includes(e.name)));let u=!1;if(c.length0){const e=c[c.length-1],t=this.currentListOfValidBlocks[c.length-1];u=!(0,o.w)(e,t)}if(c.length>0&&(c.length!==this.currentListOfValidBlocks.length||u)&&(n(this.clientId,c),this.currentListOfValidBlocks=c),t){const e=c.filter((e=>"jetpack/button"===e.name));if(this.currentListOfValidBlocks=this.currentListOfValidBlocks||[],e.length>1){let t=0;this.currentListOfValidBlocks=this.currentListOfValidBlocks.filter((n=>"jetpack/button"!==n.name||(t++,t===e.length))),n(this.clientId,this.currentListOfValidBlocks)}else 0===e.length&&n(this.clientId,[...this.currentListOfValidBlocks,(0,a.createBlock)("jetpack/button",{label:__("Submit","jetpack"),element:"button",text:__("Submit","jetpack"),borderRadius:8,lock:{remove:!0}})]);this.currentListOfValidBlocks=[]}}getContent(){const e=this.getBlock();if(!e)return"";const{innerBlocks:t}=e;return t?.length?t.reduce(((e,t)=>e+(0,a.serialize)(t)+"\n\n"),""):""}onSuggestion(e){this.setContent(e)}onDone(e){this.setContent(e,!0)}}},10821:(e,t,n)=>{"use strict";n.d(t,{Bi:()=>i});var a=n(74997),r=n(47143),s=n(7503);const o=(0,n(48499).C)("ai-assistant-support");function i(){if(!(0,a.getBlockType)("jetpack/ai-assistant"))return!1;if(!o)return!1;if(!(0,s.x)())return!1;const{errorCode:e}=(0,r.select)("wordpress-com/plans")?.getAiAssistantFeature?.()||{};if(e)return!1;const{getHiddenBlockTypes:t}=(0,r.select)("core/edit-post")||{};return!(t?.()||[]).includes("jetpack/ai-assistant")}},91184:(e,t,n)=>{"use strict";n.d(t,{Y:()=>s});var a=n(95396),r=n(10821);function s(e){return!!(0,r.Bi)()&&!!a.L.includes(e)}},24310:(e,t,n)=>{"use strict";n.d(t,{g:()=>r});var a=n(10603);class r extends a.mt{constructor(e){super(e,["listItem"]),this.isChildBlock=!0}}},75430:(e,t,n)=>{"use strict";n.d(t,{b:()=>r});var a=n(10603);class r extends a.mt{constructor(e){super(e,["list"])}}},63904:(e,t,n)=>{"use strict";n.d(t,{d:()=>i});var a=n(96865),r=n(74997),s=n(10603);const o=new a.OO({fixes:["paragraph"]});class i extends s.mt{constructor(e){super(e,["paragraph"])}getContent(){const e=this.getBlock();return t=(0,r.getBlockContent)(e),o.render({content:t});var t}}},99800:(e,t,n)=>{"use strict";var a=n(82170),r=n(96865),s=n(94715),o=n(29491),i=n(47143),l=n(86087),c=n(52619),u=n(13022),d=n(10067),p=n.n(d),m=(n(51609),n(61297)),g=n(32735),A=n(4e4),h=n(67607),E=n(31124),f=n(2612),b=n(91184);const v=p()("jetpack-ai-assistant:extensions:with-ai-extension"),C={"core/heading":"heading","core/paragraph":"paragraph","core/list-item":"list-item","core/list":"list","jetpack/contact-form":"form-ai"},k={group:"block"},y=(0,o.createHigherOrderComponent)((e=>t=>{const{clientId:n,isSelected:o,name:c,isSelectionEnabled:d}=t,p=(0,l.useRef)(null),b=(0,l.useRef)(0),y=(0,l.useRef)(null),B=(0,l.useRef)(""),w=(0,l.useRef)(null),_=(0,l.useRef)(document),I=(0,l.useRef)([]),[x,j]=(0,l.useState)(""),S=(0,l.useRef)(null),Q=(0,l.useRef)(null),{undo:N}=(0,i.useDispatch)("core/editor"),{postId:R}=(0,i.useSelect)((e=>{const{getCurrentPostId:t}=e("core/editor");return{postId:t()}}),[]),{id:T,className:P}=(0,s.useBlockProps)({className:(0,u.A)({[c?.replace?.("/","-")]:!0})}),{increaseRequestsCount:L,dequeueAsyncRequest:M,requireUpgrade:D}=(0,m.A)(),{snapToBottom:F,enableAutoScroll:O,disableAutoScroll:z}=(0,g.A)({current:_?.current?.getElementById(T)},void 0,!0),U=(0,l.useCallback)((()=>{w.current?.focus()}),[]),{onSuggestion:H,onDone:V,getContent:q,behavior:G,isChildBlock:$,feature:W,adjustPosition:Z,startOpen:Y,hideOnBlockFocus:J}=(0,l.useMemo)((()=>(0,f.Q)(c,n)),[c,n]),[K,X]=(0,l.useState)(Y),ee=(0,l.useCallback)((()=>{X((e=>!e))}),[]),te=(0,l.useCallback)((({promptType:e,options:t})=>{const n=q(),a=C[c];return[...I.current,{role:"jetpack-ai",context:{type:(0,A.p$)(e,a),content:n,request:t?.userPrompt,tone:t?.tone,language:t?.language,is_follow_up:I.current.length>0}}]}),[c,q]),ne=(0,l.useCallback)((e=>{const t=e||_.current.getElementById(T);t&&p.current&&t.style.setProperty("padding-bottom",`calc(${b.current+16}px + ${B.current||"0px"} )`,"important")}),[T]),ae=(0,l.useCallback)((e=>{H(e),Z&&ne(),F()}),[H,Z,F,ne]),re=(0,l.useCallback)((e=>{if(z(),V(e),L(),j(""),S.current?.message){const e={role:"assistant",content:q()};if(I.current.push(S.current.message,e),I.current.length>20){I.current.splice(0,I.current.length-20);const e=I.current.findIndex((e=>"jetpack-ai"===e.role));-1!==e&&(I.current=I.current.slice(e),I.current[0].context={...I.current[0].context,is_follow_up:!1})}}S.current=null,setTimeout((()=>{Z&&ne(),U()}),100)}),[z,V,L,q,Z,U,ne]),se=(0,l.useCallback)((e=>{z(),j(""),v("Request error",e),e.code!==r.mA&&e.code!==r.Or&&L()}),[z,L]),{request:oe,stopSuggestion:ie,requestingState:le,error:ce,reset:ue}=(0,r.XE)({onSuggestion:ae,onDone:re,onError:se,askQuestionOptions:{postId:R,feature:W}});(0,l.useEffect)((()=>{Q.current=le}),[le]);const de=(0,l.useCallback)(((e,t,n)=>{if(X(!0),D)return;n&&j(n);const a=te({promptType:e,options:t});v("Request suggestion",e,t);const r=a[a.length-1];S.current={promptType:e,options:t,humanText:n,message:r},M(),O(),oe(a)}),[M,O,te,oe,D]),pe=(0,l.useCallback)((e=>{const t={userPrompt:e};O(),de("userPrompt",t)}),[O,de]),me=(0,l.useCallback)((()=>{z(),ie(),U()}),[z,ie,U]),ge=(0,l.useCallback)((()=>{S.current&&de(S.current.promptType,S.current.options,S.current.humanText)}),[S,de]),Ae=(0,l.useCallback)((()=>{X(!1),ue(),j(""),S.current=null,I.current=[]}),[ue]),he=(0,l.useCallback)((async()=>{await N(),Ae()}),[N,Ae]);(0,l.useEffect)((()=>{o||Ae()}),[o,Ae]),(0,l.useEffect)((()=>{w.current&&d&&(_.current=w.current.ownerDocument,U())}),[K,U,d]),(0,l.useEffect)((()=>{let e=_.current.getElementById(T);if(e&&Z)return K&&!y.current&&p.current?(B.current=e.style.paddingBottom,y.current=new ResizeObserver((([t])=>{if(e=_.current.getElementById(T),b.current=t.contentRect.height,e&&p.current&&b.current>0){ne(e);const{marginBottom:t}=getComputedStyle(e),n=parseFloat(t);p.current.style.setProperty("margin-top",`-${b.current+n}px`,"important"),p.current.style.setProperty("margin-bottom",`${n+16}px`,"important")}})),y.current.observe(p.current)):y.current&&(e.style.paddingBottom=B.current,y.current.disconnect(),y.current=null,b.current=0),()=>{y.current&&y.current.disconnect()}}),[ne,Z,n,y,T,K]),(0,l.useEffect)((()=>{if(J&&K){const e=_.current.getElementById(T),t=()=>{["requesting","suggesting"].includes(Q.current)||(X(!1),e?.removeEventListener("focusin",t))};return e?.addEventListener("focusin",t),()=>{e?.removeEventListener("focusin",t)}}}),[J,K,T]);const Ee=(0,a.createElement)(a.Fragment,null,(0,a.createElement)(e,t),K&&(0,a.createElement)(h.A,{className:P,requestingState:le,requestingError:ce,wrapperRef:p,inputRef:w,action:x,blockType:c,feature:W,request:pe,stopSuggestion:me,close:Ae,undo:he,tryAgain:ge}),(0,a.createElement)(s.BlockControls,k,(0,a.createElement)(E.A,{blockType:c,onAskAiAssistant:ee,onRequestSuggestion:de,behavior:G})));if($)return Ee;const fe={value:{[c]:{handleAskAiAssistant:ee,handleRequestSuggestion:de}}};return(0,a.createElement)(f.B.Provider,fe,Ee)}),"blockEditWithAiComponents");(0,c.addFilter)("blocks.registerBlockType","jetpack/ai-assistant-support/with-ai-extension",(function(e,t){return(0,b.Y)(t)?{...e,edit:y(e.edit),supports:{...e.supports,"jetpack/ai":{assistant:!0}}}:e}),100)},4393:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(96865),r=n(47143),s=n(86087),o=n(10067),i=n.n(o),l=n(62402),c=n(64425),u=n(16597),d=n(32735);const p=i()("jetpack-ai-assistant:error"),m=({attributes:e,clientId:t,content:n,tracks:o,userPrompt:i,onSuggestionDone:m,onUnclearPrompt:g,onModeration:A,requireUpgrade:h,initialRequestingState:E,contentRef:f,blockRef:b})=>{const[v,C]=(0,s.useState)(!1),[k,y]=(0,s.useState)(""),{updateBlockAttributes:B}=(0,r.useDispatch)("core/block-editor"),{dequeueAiAssistantFeatureAsyncRequest:w,setAiAssistantFeatureRequireUpgrade:_}=(0,r.useDispatch)("wordpress-com/plans"),{snapToBottom:I,enableAutoScroll:x,disableAutoScroll:j}=(0,d.A)(b,f),S=(0,r.useSelect)((e=>e("core/editor").getEditedPostAttribute("title"))),Q=(0,r.useSelect)((e=>e("core/editor").getCurrentPostId())),N=(0,s.useRef)([]),R=(0,s.useRef)(void 0),{request:T,stopSuggestion:P,handleErrorQuotaExceededError:L,requestingState:M,error:D}=(0,a.XE)({onSuggestion:e=>{B(t,{content:e?.replaceAll(c.uV,"")}),I()},onDone:e=>{const n=e.replaceAll(c.uV,""),a={role:"assistant",content:n};N.current.push(R.current,a),N.current.length>20&&N.current.splice(0,N.current.length-20),B(t,{content:n,messages:N.current}),I(),j(),m?.()},onStop:()=>{I(),j(),m?.()},onError:e=>{switch(e?.code){case a.cT:C(!1);break;case a.ud:C(!1),A?.();break;case a.mA:case a.AZ:C(!0);break;case a.Or:C(!1),_(!0);break;case a.L9:g?.()}},onAllErrors:e=>{p(e)},initialRequestingState:E,askQuestionOptions:{postId:Q,feature:"ai-assistant",functions:{}}}),F=["requesting","suggesting"].includes(M),O=async(a,r={})=>{if(w(),h)return L(),void C(!1);if(r={retryRequest:!1,tone:l.US,...r},F)return;C(!1);let s=k;if(o.recordEvent("jetpack_ai_chat_completion",{post_id:Q}),N.current=[...e.messages]??[],R.current={},r.retryRequest)R.current=s[s.length-1];else{const o=e?.isLayoutBuldingModeEnable?(0,u.rJ)(t):(0,u.aB)();s=(0,c.jf)({generatedContent:n,allPostContent:o,postContentAbove:(0,u.b$)(t),currentPostTitle:S,options:r,userPrompt:r?.userPrompt||i,type:a,isGeneratingTitle:"generateTitle"===e.promptType}),R.current=s.pop(),s=[...s,...N.current],s.push(R.current),y(s),"generateTitle"!==e.promptType&&B(t,{promptType:a})}try{x(),await T(s)}catch(e){p(e),C(!0),j()}};return{setShowRetry:C,showRetry:v,postTitle:S,contentBefore:(0,u.b$)(t),wholeContent:(0,u.aB)(),requestingState:M,error:D,getSuggestionFromOpenAI:O,stopSuggestion:P,retryRequest:()=>O("",{retryRequest:!0})}}},92169:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(3924),r=n(85985),s=n(10617),o=n(61297);const i=()=>{const e=new URLSearchParams(window.location.search),t=(0,r.GE)();return(0,r.Sy)()&&e.has("post")?`https://wordpress.com/post/${t}/${e.get("post")}`:`https://wordpress.com/home/${t}`};function l(){const{nextTier:e,tierPlansEnabled:t}=(0,o.A)(),n=i(),l=t?(0,a.A)("jetpack-ai-yearly-tier-upgrade-nudge",{site:(0,r.GE)(),path:`jetpack_ai_yearly:-q-${e?.limit}`,query:`redirect_to=${encodeURIComponent(n)}`}):(0,a.A)("jetpack-ai-monthly-plan-ai-assistant-block-banner",{site:(0,r.GE)()}),c=(0,r.d9)()||(0,r.Sy)()?l:`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?redirect_to_referrer=1&page=my-jetpack#/add-jetpack-ai`,{autosaveAndRedirect:u,isRedirecting:d}=(0,s.A)(c);return{checkoutUrl:c,autosaveAndRedirect:u,isRedirecting:d}}},61297:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(47143),r=n(58164);function s(){const{data:e,loading:t,requestsLimit:n,requestsCount:s}=(0,a.useSelect)((e=>{const{getAiAssistantFeature:t,getIsRequestingAiAssistantFeature:n}=e("wordpress-com/plans"),a=t(),{currentTier:s,usagePeriod:o,requestsCount:i,requestsLimit:l}=a,c=(0,r.Bd)(s),u=s?.limit||l,d=c===r._X?i:o?.requestsCount,p=c===r._X?l:u;return{data:a,loading:n(),requestsCount:d,requestsLimit:p}}),[]),{fetchAiAssistantFeature:o,increaseAiAssistantRequestsCount:i,dequeueAiAssistantFeatureAsyncRequest:l}=(0,a.useDispatch)("wordpress-com/plans");return{...e,requestsCount:s,requestsLimit:n,loading:t,error:null,refresh:o,increaseRequestsCount:i,dequeueAsyncRequest:l}}},44732:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(3924),r=n(85985),s=n(10617);function o(){const e=(0,r.$i)()?.jetpack?.is_my_jetpack_available,t=e?`${(0,r.$i)()?.adminUrl||""}admin.php?page=my-jetpack#/jetpack-ai`:(0,a.A)("org-ai"),{autosaveAndRedirect:n,isRedirecting:o}=(0,s.A)(t);return{productPageUrl:t,autosaveAndRedirect:n,isRedirecting:o,isMyJetpackAvailable:e}}},75956:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(90372),r=n(86087);const s=window?.Jetpack_Editor_Initial_State?.tracksUserData||null,o=parseInt(window?.Jetpack_Editor_Initial_State?.wpcomBlogId)||0,i=()=>((0,r.useEffect)((()=>{s&&a.A.initialize(s?.userid,s?.username,o?{blog_id:o}:{})}),[]),a.A)},32735:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(86087),r=n(10067);const s=n.n(r)()("jetpack-ai-assistant:use-auto-scroll"),o=(e,t,n=!1)=>{const r=(0,a.useRef)(null),o=(0,a.useRef)(null),i=(0,a.useRef)(!1),l=(0,a.useRef)(!1),c=(0,a.useRef)(!1),u=(0,a.useRef)(!1),d=(0,a.useRef)({scrollPadding:"",scrollMargin:""}),p=(0,a.useCallback)((()=>{s("enabling ignore scroll"),l.current=!0}),[]),m=(0,a.useCallback)((()=>{i.current&&c.current&&!l.current&&p()}),[p]),g=(0,a.useCallback)((()=>{i.current=!0,l.current=!1,c.current=!1,u.current=!1,r.current?.addEventListener("scroll",m),s("enabling auto scroll")}),[m]),A=(0,a.useCallback)((()=>{i.current=!1,l.current=!1,c.current=!1,u.current=!1,r.current?.removeEventListener("scroll",m),o.current?.style&&(o.current.style.scrollPadding=d.current.scrollPadding,o.current.style.scrollMargin=d.current.scrollMargin),r.current=null,s("disabling auto scroll")}),[m]),h=(0,a.useCallback)((()=>{if(!i.current||l.current)return;const a=n?e?.current:t?.current?.firstElementChild?.lastElementChild;a&&!u.current&&(c.current=!0,u.current=!0,r?.current?.removeEventListener?.("scroll",m),a?.scrollIntoView({block:"end",inline:"end"}),setTimeout((()=>{u.current=!1,r?.current?.addEventListener?.("scroll",m)}),200))}),[e,t,n,m]),E=(0,a.useCallback)((e=>{if(null==e)return null;if("BODY"===e?.nodeName)return e;if(e?.ownerDocument!==document)return e.ownerDocument;const{overflow:t}=window.getComputedStyle(e);return t.split(" ").every((e=>"auto"===e||"scroll"===e))?e:e?.parentElement?E(e?.parentElement):e}),[]);return(0,a.useEffect)((()=>{const t=E(e?.current?.parentElement);!r.current&&t&&(r.current=t,o.current=t instanceof HTMLElement?t:t.documentElement,d.current={scrollPadding:o.current.style.scrollPadding,scrollMargin:o.current.style.scrollMargin},i.current&&(o.current.style.scrollPadding="80px",o.current.style.scrollMargin="10px"))}),[e,E]),{snapToBottom:h,enableAutoScroll:g,disableAutoScroll:A}}},76695:(e,t,n)=>{"use strict";n.d(t,{A:()=>c,y:()=>l});var a=n(85985),r=n(47143),s=n(51609),o=n(16597),i=n(13802);function l(e){return`ai-assistant-block-${e}`}const c=()=>{const{replaceBlock:e,removeBlocks:t}=(0,r.useDispatch)("core/block-editor"),n=(0,r.useSelect)((e=>e("core/block-editor")),[]),{getSelectedBlockClientIds:c,getBlocksByClientId:u,getBlock:d,getBlockParents:p}=n,{tracks:m}=(0,a.st)();return{canTransformToAIAssistant:(0,s.useCallback)((({clientId:e,blockName:t})=>{if(!d(e))return!1;if(!i.y7.includes(t))return!1;const n=p(e);if(0===n.length)return!0;const a=d(n[n.length-1]);return!["core/list","core/list-item"].includes(a.name)}),[d,p]),transformToAIAssistant:(0,s.useCallback)((({request:n}={})=>{const a=c(),r=u(a),s=(0,o.Sb)(r),[d]=r,[p,...g]=a,A={...d?.attributes||{},content:s},h=(0,i.rr)(d.name,A);if(n?.promptType){m.recordEvent("jetpack_editor_ai_assistant_extension_toolbar_button_click",{suggestion:n.promptType,block_type:d.name});const e={clientId:p,type:n.promptType,options:{...n.options,contentType:"generated",fromExtension:!0}};localStorage.setItem(l(h.clientId),JSON.stringify(e))}else m.recordEvent("jetpack_ai_assistant_prompt_show",{block_type:d.name});e(p,h),t(g)}),[u,c,t,e,m]),getSelectedBlockClientIds:c}}},7503:(e,t,n)=>{"use strict";n.d(t,{C:()=>d,x:()=>u});var a=n(85985),r=n(10067),s=n.n(r);const o=window?.JP_CONNECTION_INITIAL_STATE,i=s()("jetpack-ai-assistant:connection");let l=!1;const c=e=>{l||(i(e),l=!0)};function u(){return(0,a.Sy)()?(c("Simple site connected ✅"),!0):(0,a.d9)()?(c("Atomic site connected ✅"),!0):o?.connectionStatus?.isUserConnected?(c("Jetpack user is connected ✅"),!0):(c("User is not connected ❌"),!1)}function d(){if((0,a.Sy)())return!0;return!1==!(o?.userConnectionData?.currentUser?.permissions??{}).manage_options}},4e4:(e,t,n)=>{"use strict";n.d(t,{J1:()=>i,K6:()=>l,p$:()=>u});var a=n(64425);const r="title",s="content",o=null;function i(e){return{role:"jetpack-ai",context:{type:"ai-assistant-initial-prompt",for:u(e)}}}function l({generatedContent:e,allPostContent:t,postContentAbove:n,currentPostTitle:r,options:s,type:o,userPrompt:i,isGeneratingTitle:l}){const u=[],d="generated"===s?.contentType;let p=null;switch(o){case a.im:p=r;break;case a.sn:case a.A4:case a.yy:p=n;break;case a.vE:p=t;break;case a.br:case a.fD:p=e;break;case a.eJ:case a.UA:case a.Gm:p=d?e:t;break;case a.pE:p=e||t}const m=function(e,t){return!e&&t&&t.length>0?{role:"jetpack-ai",context:{type:"ai-assistant-relevant-content",content:t}}:null}(o===a.pE?!!e?.length:d,p);return m&&u.push(m),u.push({role:"jetpack-ai",context:c({generatedContent:e,allPostContent:t,postContentAbove:n,currentPostTitle:r,options:s,type:o,userPrompt:i,isGeneratingTitle:l})}),u}function c({options:e,type:t,userPrompt:n,isGeneratingTitle:i}){const l=function(e,t,n){return e?r:!t||n?s:o}(i,"generated"===e?.contentType,e?.fromExtension||!1);return{type:u(t),...l?{subject:l}:{},...t===a.eJ&&e?.tone?{tone:e.tone}:{},...t===a.Gm&&e?.language?{language:e.language}:{},...t===a.pE&&n?{request:n}:{}}}function u(e,t){const n={[a.im]:"ai-assistant-summary-by-title",[a.sn]:"ai-assistant-continue-writing",[a.A4]:"ai-assistant-simplify",[a.yy]:"ai-assistant-correct-spelling",[a.vE]:"ai-assistant-generate-title",[a.br]:"ai-assistant-make-longer",[a.fD]:"ai-assistant-make-shorter",[a.eJ]:"ai-assistant-change-tone",[a.UA]:"ai-assistant-summarize",[a.Gm]:"ai-assistant-change-language",[a.pE]:"ai-assistant-user-prompt"};return"form-ai"===t?"form-ai-extension":t?`${n[e]}-${t}-extension`:n[e]}},64425:(e,t,n)=>{"use strict";n.d(t,{A4:()=>o,Gm:()=>m,UA:()=>p,br:()=>c,eJ:()=>d,fD:()=>u,im:()=>r,jf:()=>h,pE:()=>g,sn:()=>s,uV:()=>A,vE:()=>l,yy:()=>i});var a=n(4e4);const r="titleSummary",s="continue",o="simplify",i="correctSpelling",l="generateTitle",c="makeLonger",u="makeShorter",d="changeTone",p="summarize",m="changeLanguage",g="userPrompt",A="````";function h({generatedContent:e,allPostContent:t,postContentAbove:n,currentPostTitle:r,options:s,type:o,userPrompt:i,isGeneratingTitle:l}){return[(0,a.J1)(o),...(0,a.K6)({generatedContent:e,allPostContent:t,postContentAbove:n,currentPostTitle:r,options:s,type:o,userPrompt:i,isGeneratingTitle:l})]}},16597:(e,t,n)=>{"use strict";n.d(t,{Sb:()=>l,aB:()=>i,b$:()=>o,rJ:()=>c});var a=n(96865),r=n(74997),s=n(47143);function o(e){if(!e)return"";const t=(0,s.select)("core/block-editor"),n=t.getBlockIndex(e),o=t.getBlocks().slice(0,n)??[];return o?.length?(0,a.rh)({content:(0,r.serialize)(o)}):""}function i(){const e=(0,s.select)("core/block-editor").getBlocks();return e?.length?(0,a.rh)({content:(0,r.serialize)(e)}):""}function l(e){return e.filter((e=>null!=e)).map((e=>(0,r.getBlockContent)(e))).join("\n\n")}function c(e){const t=(0,s.select)("core/block-editor").getBlock(e);return t?.innerBlocks?.length?l(t.innerBlocks):""}},47264:(e,t,n)=>{"use strict";function a(e){return e&&"string"==typeof e?e.charAt(0).toUpperCase()+e.slice(1):""}n.d(t,{Z:()=>a})},62514:(e,t,n)=>{"use strict";n.d(t,{w:()=>s});const a=e=>{delete e.clientId;for(const t of e.innerBlocks??[])a(t);return e},r=e=>a((e=>JSON.parse(JSON.stringify(e)))(e));function s(e,t){const n=r(e),a=r(t);return JSON.stringify(n)===JSON.stringify(a)}},96568:(e,t,n)=>{"use strict";function a(e){const t=document.createElement("div");return t.innerHTML=e,t.innerHTML}n.d(t,{d:()=>a})},48499:(e,t,n)=>{"use strict";function a(e){return!0===window?.Jetpack_Editor_Initial_State?.available_blocks?.[e]?.available}n.d(t,{C:()=>a})},13802:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c,rr:()=>l,y7:()=>o});var a=n(96865),r=n(74997),s=n(54681);const o=["core/heading","core/paragraph","core/list"],i=[];function l(e,t){const{content:n,...o}=t;let i=n;"core/heading"===e&&t?.level&&(i=i.replace(/<(\/?)h\d([^>]*)>/g,`<$1h${t.level}$2>`));const l=(0,a.rh)({content:i}),c=[];return c.push({role:"jetpack-ai",context:{type:"ai-assistant-relevant-content",content:l}}),(0,r.createBlock)(s.name,{...o,content:l,originalContent:l,messages:c,originalMessages:c})}for(const e of o)i.push({type:"block",blocks:[e],isMatch:()=>o.includes(e),transform:(t,n)=>{const a=(0,r.getSaveContent)(e,t,n);return l(e,{...t,content:a})}});const c={from:i}},86712:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(27723),s=n(56333),o=n(10617);const __=r.__,i=()=>{const e=`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?page=my-jetpack#/connection`,{autosaveAndRedirect:t,isRedirecting:n}=(0,o.A)(e);if(window?.Jetpack_Editor_Initial_State?.jetpack?.is_current_user_connected)return null;return(0,a.createElement)(s.c,{buttonText:__("Reconnect Jetpack","jetpack"),checkoutUrl:e,className:"jetpack-ai-connect-banner",description:__("Your account is not connected to Jetpack at the moment.","jetpack"),goToCheckoutPage:e=>{t(e)},isRedirecting:n,visible:!0,align:null,title:null,context:null})}},36920:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(27723),s=n(56333),o=n(10617);const __=r.__,i=()=>{let e=window?.Jetpack_Editor_Initial_State?.adminUrl||"";e=e.replace(/wp-admin\/\?frame-nonce=[a-z0-9]+/,"wp-admin/");const t=`${e}admin.php?page=jetpack-search`,{autosaveAndRedirect:n,isRedirecting:r}=(0,o.A)(t);if(window?.Jetpack_AIChatBlock?.jetpackSettings?.instant_search_enabled)return null;return(0,a.createElement)(s.c,{buttonText:__("Enable Jetpack Search","jetpack"),checkoutUrl:t,className:"jetpack-ai-connect-banner",description:__("You need to enable Jetpack Search so that Jetpack AI can index your site.","jetpack"),goToCheckoutPage:e=>{n(e)},isRedirecting:r,visible:!0,align:null,title:null,context:null})}},50443:(e,t,n)=>{"use strict";n.d(t,{G:()=>s,W:()=>r});var a=n(27723);const __=a.__,r=__("Ask","jetpack"),s=__("Ask a question about this site","jetpack")},51686:(e,t,n)=>{"use strict";n.d(t,{z:()=>c});var a=n(82170),r=n(94715),s=n(56427),o=n(3582),i=n(27723),l=n(50443);const __=i.__;function c({setAttributes:e,placeholder:t,showCopy:n,showFeedback:i,showSources:c}){const[u,d]=(0,o.useEntityProp)("root","site","jetpack_search_ai_prompt_override");return(0,a.createElement)(a.Fragment,null,(0,a.createElement)(r.InspectorControls,null,(0,a.createElement)(s.PanelBody,{title:__("Settings","jetpack"),initialOpen:!1},(0,a.createElement)(s.BaseControl,{label:__("Placeholder Text","jetpack"),className:"jetpack-ai-chat__ask-button-text"},(0,a.createElement)(s.TextControl,{placeholder:l.G,onChange:t=>e({placeholder:t}),value:t})))),(0,a.createElement)(r.InspectorAdvancedControls,null,(0,a.createElement)(s.BaseControl,{label:__("Additional instructions","jetpack"),help:__("Give Jetpack AI additional instructions for answer length, format, and tone.","jetpack")},(0,a.createElement)(s.TextareaControl,{value:u,onChange:d})),(0,a.createElement)(s.ToggleControl,{label:__("Show copy answer button.","jetpack"),help:__("Allow users to easily copy the answer.","jetpack"),checked:n,onChange:t=>e({showCopy:t})}),(0,a.createElement)(s.ToggleControl,{label:__("Show rating button.","jetpack"),help:__("Allow users to rate the answer and give feedback.","jetpack"),checked:i,onChange:t=>e({showFeedback:t})}),(0,a.createElement)(s.ToggleControl,{label:__("Show list of sources.","jetpack"),help:__("Show used sources at the bottom of the answer.","jetpack"),checked:c,onChange:t=>e({showSources:t})})))}},32908:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(82170),r=n(96865),s=n(94715),o=n(56427),i=n(47143),l=n(86712),c=n(36920),u=n(50443),d=n(51686);function p({attributes:e,setAttributes:t,clientId:n}){const{askButtonLabel:p=u.W,placeholder:m=u.G,showCopy:g,showFeedback:A,showSources:h}=e,E=(0,s.useBlockProps)(),f=(0,i.useSelect)((e=>e("core/block-editor").isBlockSelected(n)),[n]);return(0,a.createElement)("div",E,(0,a.createElement)(l.A,null),(0,a.createElement)(c.A,null),(0,a.createElement)("div",{className:"jetpack-ai-chat-question-wrapper"},(0,a.createElement)(o.TextControl,{className:"jetpack-ai-chat-question-input",placeholder:m,disabled:!0}),(0,a.createElement)(s.RichText,{className:"wp-block-button__link jetpack-ai-chat-question-button",onChange:e=>t({askButtonLabel:e}),value:p,withoutInteractiveFormatting:!0,allowedFormats:["core/bold","core/italic","core/strikethrough"]})),f&&(0,a.createElement)(r.Yj,null),(0,a.createElement)(s.InspectorControls,null,(0,a.createElement)(d.z,{askButtonLabel:p,placeholder:m,setAttributes:t,showCopy:g,showFeedback:A,showSources:h})))}},8393:(e,t,n)=>{"use strict";var a=n(94375),r=n(1629),s=n(32908),o=n(41825);(0,a.M)(r,{edit:s.A,save:o.A})},41825:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(82170),r=n(94715),s=n(50443);function o({attributes:e}){const t=r.useBlockProps.save({"data-ask-button-label":e.askButtonLabel||s.W});return(0,a.createElement)("div",t)}},97398:(e,t,n)=>{"use strict";n.d(t,{K:()=>a});const a=["A digital Illustration of the a purely mechanical television, 4k, detailed, fantasy vivid colors","3D render of a floating futuristic castle in a clear sky, digital art","Hedgehog smelling a flower | clear blue sky | intricate artwork by Beatrix Potter | cottagecore aesthetic | 8K | highly detailed | wide angle |","Hyper realistic photo of a high end futuristic single-level house where walls are made of windows, light coming through the window, mid century modern style, cinematic lighting","Pink ape Astronaut in space holding a claymate in a photorealistic style, digital art","Studio photography set of high detail irregular marble stones with gold lines stacked in impossible balance, perfect composition, cinematic light photo studio, beige color scheme, indirect lighting, 8k, elegant and luxury style","Ultrawide, highway, with golden ratio style, 4K , sides are prairies, light is Golden hour, sky with red Clouds, ultrarealistic, CinémaScope, ultra wide format, ratio 16/9, 1/1000 sec, maximum resolution, Sharp details","A photo of cat flying out to space as an astronaut, digital art","A hyper realistic rilakkuma enjoying an icecream in the snow","A lush tropical forest with a waterfall.","A majestic snowy mountain peak.","A beautiful sunset over a beach.","A serene lake surrounded by trees.","A picturesque countryside with rolling hills.","A colorful hot air balloon in the sky.","A peaceful Zen garden.","A grand castle on a hill.","A lively street market in a bustling city.","A delightful flower garden in full bloom.","A cozy cabin in the woods.","A vibrant coral reef teeming with sea life.","A classic European city with cobblestone streets.","A stunning waterfall cascading into a crystal clear pool.","A secluded cabin on the edge of a lake.","A beautiful desert landscape with sand dunes.","A majestic elephant in its natural habitat.","A charming countryside village with thatched roof cottages.","A dreamy castle floating on a cloud.","A whimsical tree house in a forest.","A vibrant city skyline at night.","A picturesque vineyard with rows of grapevines.","A peaceful Japanese garden with a koi pond.","A charming lighthouse on a rocky coastline.","A beautiful waterfall surrounded by greenery.","A dreamy castle with a moat and drawbridge.","A colorful hot air balloon festival.","A beautiful garden with a fountain and sculptures.","A picturesque countryside with a windmill.","A stunning mountain landscape with a rainbow."]},31741:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(85985),s=n(1455),o=n.n(s),i=n(94715),l=n(74997),c=n(56427),u=n(47143),d=n(86087),p=n(27723),m=n(97398);const __=p.__;function g({attributes:e,setAttributes:t,clientId:n}){const[s,p]=(0,d.useState)(!1),[g,A]=(0,d.useState)([]),[h,E]=(0,d.useState)(null),[f,b]=(0,d.useState)(""),{replaceBlock:v}=(0,u.useDispatch)(i.store),[C,k]=(0,d.useState)(null),[y]=(0,d.useState)((B=m.K)[Math.floor(Math.random()*B.length)]);var B;const w=__("Retry","jetpack"),_=__("Submit","jetpack"),I=C?w:_,{tracks:x}=(0,r.st)(),{mediaUpload:j}=(0,u.useSelect)((e=>{const{getSettings:t}=e(i.store);return{mediaUpload:t().mediaUpload}}),[]),S=(0,u.useSelect)((e=>e("core/editor").getCurrentPostId())),Q=({image:e,inModal:t=!1})=>(0,a.createElement)(c.Flex,{direction:"column"},t&&(0,a.createElement)(c.FlexItem,{style:{"text-align":"center"}},(0,a.createElement)(c.Button,{variant:"primary",onClick:()=>N(e)},__("Use this image","jetpack"))),(0,a.createElement)(c.FlexBlock,null,(0,a.createElement)("img",{className:"wp-block-ai-image-image",src:e,alt:"",onClick:()=>E(e)})),!t&&(0,a.createElement)(c.FlexBlock,null,(0,a.createElement)(c.Flex,{direction:"column",style:{"align-items":"center"}},(0,a.createElement)(c.FlexItem,null,(0,a.createElement)(c.Button,{variant:"primary",onClick:()=>N(e)},__("Use this image","jetpack")))))),N=async t=>{if(s)return;p(!0),k(null);const a=await fetch(t),r=await a.blob(),o=new File([r],"jetpack_ai_image.png",{type:"image/png"});j({filesList:[o],onFileChange:([t])=>{t.id&&v(n,(0,l.createBlock)("core/image",{url:t.url,caption:e.requestedPrompt,alt:e.requestedPrompt}))},allowedTypes:["image"],onError:e=>{console.error(e),p(!1)}}),x.recordEvent("jetpack_ai_dalle_generation_upload",{post_id:S})};return(0,a.createElement)("div",(0,i.useBlockProps)(),(0,a.createElement)(c.Placeholder,{label:__("AI Image","jetpack"),notices:C&&[(0,a.createElement)("div",null,C)]},!s&&0===g.length&&(0,a.createElement)(c.Flex,{expanded:!0},(0,a.createElement)(c.FlexBlock,null,(0,a.createElement)(c.TextareaControl,{label:__("What would you like to see?","jetpack"),placeholder:y,allowedFormats:[],onChange:b,rows:6}),(0,a.createElement)(c.Button,{variant:"primary",onClick:()=>{p(!1),A([]),k(null),function(e,t,n,a,r,s){n(!0),r(null),t({requestedPrompt:e}),o()({path:"/wpcom/v2/jetpack-ai/images/generations",method:"POST",data:{prompt:e,post_id:s}}).then((e=>{n(!1);const t=e.data.map((e=>"data:image/png;base64,"+e.b64_json));a(t)})).catch((e=>{e.message?r(e.message):r(__("Whoops, we have encountered an error. AI is like really, really hard and this is an experimental feature. Please try again later.","jetpack")),n(!1)}))}(""===f.trim()?y:f,t,p,A,k,S),x.recordEvent("jetpack_ai_dalle_generation",{post_id:S})}},I))),!s&&g.length>0&&(0,a.createElement)(c.Flex,{direction:"column",style:{width:"100%"}},(0,a.createElement)(c.FlexBlock,{style:{textAlign:"center",margin:"12px",fontStyle:"italic",width:"100%"}},e.requestedPrompt),(0,a.createElement)(c.FlexBlock,{style:{fontSize:"20px",lineHeight:"38px"}},__("Please choose your image","jetpack")),(0,a.createElement)(c.Flex,{direction:"row",wrap:!0},g.map((e=>(0,a.createElement)(Q,{image:e}))))),!s&&h&&(0,a.createElement)(c.Modal,{onRequestClose:()=>E(null)},(0,a.createElement)(Q,{image:h,inModal:!0})),e.content&&(0,a.createElement)("div",{className:"content"},e.content),s&&(0,a.createElement)(c.FlexBlock,{style:{padding:"10px",textAlign:"center"}},(0,a.createElement)(c.Spinner,{style:{height:"calc(4px * 20)",width:"calc(4px * 20)"}}))))}},21052:(e,t,n)=>{"use strict";var a=n(94375),r=n(57468),s=n(31741);(0,a.M)(r,{edit:s.A,save:()=>""})},88588:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>A});var a=n(82170),r=n(85985),s=n(1455),o=n.n(s),i=n(94715),l=n(56427),c=n(47143),u=n(86087),d=n(27723),p=n(55595);const __=d.__,m=(e="",t=[],n="",a="")=>{const r=t.filter((function(e){return e&&e.attributes&&e.attributes.content})).map((function(e){return e.attributes.content.replaceAll("
    ","\n")})).join("\n").slice(-1024);if(!(e||r||n||a))return!1;let s="";return s=e?(0,d.sprintf)(/** translators: This will be the beginning of a prompt that will be sent to OpenAI based on the post title. */ -__("Please help me write a short piece of a blog post titled '%1$s'","jetpack"),e):__("Please help me write a short piece of a blog post","jetpack"),n&&( -/** translators: This will be the follow up of a prompt that will be sent to OpenAI based on comma-seperated category names. */ -s+=(0,d.sprintf)(__(", published in categories '%1$s'","jetpack"),n)),a&&( -/** translators: This will be the follow up of a prompt that will be sent to OpenAI based on comma-seperated category names. */ -s+=(0,d.sprintf)(__(" and tagged '%1$s'","jetpack"),a)),s+=__(". Please only output generated content ready for publishing.","jetpack"),r&&( -/** translators: This will be the end of a prompt that will be sent to OpenAI with the last MAXIMUM_NUMBER_OF_CHARACTERS_SENT_FROM_CONTENT characters of content.*/ -s+=(0,d.sprintf)(__(" Please continue from here:\n\n … %s","jetpack"),r)),s.trim()};function g({html:e,showAnimation:t,onAnimationDone:n}){const[r,s]=(0,u.useState)("");return(0,u.useEffect)((()=>{if(t){const t=e.split(" ");for(let e=1;es(n)),50*e)}setTimeout((()=>{s(e),n()}),50*t.length)}else s(e)}),[]),(0,a.createElement)("div",{className:"content"},(0,a.createElement)(u.RawHTML,null,r))}function A({attributes:e,setAttributes:t,clientId:n}){const[s,d]=(0,u.useState)(!1),[A,h]=(0,u.useState)(!1),[E,f]=(0,u.useState)(!1),[b,v]=(0,u.useState)(!1),[C,k]=(0,u.useState)(!1),{tracks:y}=(0,r.st)(),B=(0,c.useSelect)((e=>e("core/editor").getEditedPostAttribute("title")));let w=!1;const _=(0,c.useSelect)((e=>e("core/editor").getEditedPostAttribute("categories")))||[],I=(0,c.useSelect)((e=>_.map((t=>{const n=e("core").getEntityRecord("taxonomy","category",t);if(n)return n;w=!0})).filter(Boolean)),[_]),x=(0,c.useSelect)((e=>e("core/editor").getEditedPostAttribute("tags")),[])||[],j=(0,c.useSelect)((e=>x.map((t=>{const n=e("core").getEntityRecord("taxonomy","post_tag",t);if(n)return n;w=!0})).filter(Boolean)),[x]);(0,u.useEffect)((()=>{h(w)}),[w]);const S=(0,c.useSelect)((e=>e("core/editor").getCurrentPostId())),Q=I.filter((e=>1!==e.id)).map((({name:e})=>e)).join(", "),N=j.map((({name:e})=>e)).join(", "),R=(0,c.useSelect)((e=>{const t=e("core/block-editor"),a=t.getBlockIndex(n);return t.getBlocks().slice(0,a)??[]})),T=()=>{if(e.content||s)return;v(!1),k(!1),f(!1),d(!0);const n={content:m(B,R,Q,N)};y.recordEvent("jetpack_ai_chat_completion",{post_id:S}),o()({path:"/wpcom/v2/jetpack-ai/completions",method:"POST",data:n}).then((e=>{const n=e.trim().replaceAll("\n","
    ");t({content:n}),d(!1)})).catch((e=>{e.message?k(e.message):k(__("Whoops, we have encountered an error. AI is like really, really hard and this is an experimental feature. Please try again later.","jetpack")),v(!0),d(!1)}))},P=s||A,L=!!e.content,M=L||P;return(0,c.useSelect)((()=>{if(!M){const e=m(B,R,Q,N);(()=>{const e=p.name;return R.filter((t=>t.name&&t.name===e&&!t.attributes.content)).length>0})()?k(/** translators: This will be an error message when multiple Open AI paragraph blocks are triggered on the same page. */ -__("Waiting for the previous AI paragraph block to finish","jetpack")):e?E?(k(/** translators: This is to retry to complete the text */ -__("Ready to retry","jetpack")),v(!0),f(!1)):E||b||T():(k(/** translators: First placeholder is a number of more characters we need */ -__("Please write a longer title or a few more words in the opening preceding the AI block. Our AI model needs some content.","jetpack")),f(!0))}}),[B,R,Q,N,M,E,b]),(0,a.createElement)("div",(0,i.useBlockProps)(),!s&&!A&&C&&(0,a.createElement)(l.Placeholder,{label:__("AI Paragraph","jetpack"),instructions:C},b&&(0,a.createElement)(l.Button,{variant:"primary",onClick:()=>T()},__("Retry","jetpack"))),L&&(0,a.createElement)(g,{showAnimation:!e.animationDone,onAnimationDone:()=>{t({animationDone:!0})},html:e.content}),!e.content&&P&&(0,a.createElement)("div",{style:{padding:"10px",textAlign:"center"}},(0,a.createElement)(l.Spinner,{style:{height:"calc(4px * 20)",width:"calc(4px * 20)"}})))}},93865:(e,t,n)=>{"use strict";var a=n(82170),r=n(94715),s=n(74997),o=n(86087),i=n(94375),l=n(55595),c=n(88588);(0,i.M)(l,{edit:c.Ay,save:e=>{const t=r.useBlockProps.save();return(0,a.createElement)(o.RawHTML,t,e.attributes.content)},transforms:{to:[{type:"block",blocks:["core/paragraph"],transform:({content:e})=>(0,s.createBlock)("core/paragraph",{content:e})}]}})},97571:(e,t,n)=>{"use strict";n.d(t,{z:()=>o});var a=n(82170),r=n(56427),s=n(27723);const __=s.__;function o({attributes:e,setAttributes:t}){const{statsData:n,statsOption:s}=e,o=[{value:"views",label:__("Views","jetpack")},{value:"visitors",label:__("Visitors","jetpack")}],i=[{value:"site",label:__("My whole site","jetpack")},{value:"post",label:__("This individual post","jetpack")}];return(0,a.createElement)(a.Fragment,null,(0,a.createElement)(r.PanelBody,{title:__("Settings","jetpack")},(0,a.createElement)(r.RadioControl,{label:__("Views or visitors","jetpack"),selected:n,onChange:e=>t({statsData:e}),options:o,help:__("Views represent site visits, whereas visitors represent unique individuals.","jetpack")}),(0,a.createElement)(r.RadioControl,{label:__("Show stats data for","jetpack"),selected:s,onChange:e=>t({statsOption:e}),options:i,disabled:"visitors"===n,help:"visitors"===n?__("Visitor counts aren't available for individual posts.","jetpack"):null}),(0,a.createElement)("span",{className:"jetpack-blog-stats__delay-notice"},__("Stats are delayed for up to 5 minutes.","jetpack"))))}},20201:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(37975),s=n(85985),o=n(1455),i=n.n(o),l=n(94715),c=n(47143),u=n(86087),d=n(27723),p=n(97571),m=n(51744);const __=d.__,_n=d._n;const g=function({attributes:e,className:t,setAttributes:n}){const{isLoadingModules:o,isChangingStatus:d,isModuleActive:g,changeStatus:A}=(0,s.q7)("stats"),{label:h,statsData:E,statsOption:f}=e,[b,v]=(0,u.useState)(null),[C,k]=(0,u.useState)(),[y,B]=(0,u.useState)(),w=(0,l.useBlockProps)(),_="post"===f?y:"views"===E?b:C,I=(0,c.useSelect)((e=>e("core/editor").getCurrentPostId()),[]);if((0,u.useEffect)((()=>{g&&i()({path:Number.isInteger(I)?`/wpcom/v2/blog-stats?post_id=${I}`:"/wpcom/v2/blog-stats"}).then((e=>{v(e["blog-views"]),k(e["blog-visitors"]),B(Number.isInteger(I)?e["post-views"]:"12345")}))}),[I,g]),(0,u.useEffect)((()=>{"visitors"===E&&n({statsOption:"site"})}),[E,n]),!g&&!o)return(0,a.createElement)(m.k,{className:t,changeStatus:A,isLoading:d});const x=/* Translators: Number of visitors */ +__("Upgrade to %d requests","jetpack"),E.limit),checkoutUrl:c,className:"jetpack-ai-upgrade-banner",description:t||e,goToCheckoutPage:k,visible:!0,align:"center",title:null,context:null,target:"_blank"})}return(0,a.createElement)(o,{buttonText:"Upgrade",checkoutUrl:c,className:"jetpack-ai-upgrade-banner",description:(0,i.createInterpolateElement)(__("Congratulations on exploring Jetpack AI and reaching the free requests limit! Upgrade now to keep using it.","jetpack"),{strong:(0,a.createElement)("strong",null)}),goToCheckoutPage:k,visible:!0,align:null,title:null,context:null,target:"_blank"})})(e)}},93094:(e,t,n)=>{"use strict";n.d(t,{U:()=>o});var a=n(82170),r=n(56427),s=n(27723);const __=s.__,o=({title:e,description:t,buttonText:n=null,checkoutUrl:s=null,goToCheckoutPage:o=null,isRedirecting:i=!1,showButton:l=!0,target:c="_top"})=>{const u=__("Redirecting…","jetpack");return(0,a.createElement)("div",{className:"jetpack-upgrade-plan-banner-light"},(0,a.createElement)(r.Notice,{status:"error",isDismissible:!1},(0,a.createElement)("p",null,e&&(0,a.createElement)("strong",null,e),t," ",l&&(0,a.createElement)(r.Button,{href:i?null:s,onClick:o,variant:"link",target:c},i?u:n))))}},62402:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>A,US:()=>u,hN:()=>g,oZ:()=>p,uQ:()=>d});var a=n(82170),r=n(96865),s=n(85985),o=n(56427),i=n(27723),l=n(29115);n(51609);const __=i.__,c=["formal","informal","optimistic","humorous","serious","skeptical","empathetic","confident","passionate","provocative"],u="formal",d=__("Change tone","jetpack"),p={formal:{label:__("Formal","jetpack"),emoji:"🎩"},informal:{label:__("Informal","jetpack"),emoji:"😊"},optimistic:{label:__("Optimistic","jetpack"),emoji:"😃"},humorous:{label:__("Humorous","jetpack"),emoji:"😂"},serious:{label:__("Serious","jetpack"),emoji:"😐"},skeptical:{label:__("Skeptical","jetpack"),emoji:"🤨"},empathetic:{label:__("Empathetic","jetpack"),emoji:"💗"},confident:{label:__("Confident","jetpack"),emoji:"😎"},passionate:{label:__("Passionate","jetpack"),emoji:"❤️"},provocative:{label:__("Provocative","jetpack"),emoji:"🔥"}},m=({value:e,onChange:t})=>(0,a.createElement)(o.MenuGroup,{label:__("Select tone","jetpack")},c.map((n=>(0,a.createElement)(o.MenuItem,{key:`key-${n}`,onClick:()=>t(n),isSelected:e===n},`${p[n].emoji} ${p[n].label}`))));function g({label:e=d,value:t=u,onChange:n,disabled:s=!1}){return(0,a.createElement)(o.DropdownMenu,{icon:r.Qr,label:e,className:"ai-assistant__tone-dropdown",popoverProps:{variant:"toolbar"},toggleProps:{children:(0,a.createElement)(a.Fragment,null,(0,a.createElement)("div",{className:"ai-assistant__tone-dropdown__toggle-label"},e),(0,a.createElement)(o.Icon,{icon:l.A})),disabled:s}},(({onClose:e})=>(0,a.createElement)(m,{value:t,onChange:t=>{n(t),e()}})))}function A({value:e=u,onChange:t,disabled:n=!1}){const{tracks:i}=(0,s.st)();return n?(0,a.createElement)(o.Tooltip,{text:d},(0,a.createElement)(o.Button,{disabled:!0},(0,a.createElement)(o.Icon,{icon:r.Qr}))):(0,a.createElement)(o.ToolbarDropdownMenu,{icon:r.Qr,label:d,popoverProps:{variant:"toolbar"},disabled:n,onToggle:e=>{e&&i.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"tone"})}},(()=>(0,a.createElement)(m,{value:e,onChange:t})))}},51698:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(94715),s=n(56427),o=n(27723),i=n(83883),l=n(83822),c=n(64425),u=n(2162),d=n(99050),p=n(33468),m=n(62402);const __=o.__,g=({contentIsLoaded:e,getSuggestionFromOpenAI:t,retryRequest:n,handleAcceptContent:o,handleTryAgain:g,showRetry:A,contentBefore:h,hasPostTitle:E,wholeContent:f,setUserPrompt:b,recordEvent:v,isGeneratingTitle:C})=>(0,a.createElement)(a.Fragment,null,(0,a.createElement)(r.BlockControls,null,!A&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)(s.ToolbarGroup,null,(0,a.createElement)(p.Ay,{hasContentBefore:!!h?.length,hasContent:!!f?.length,hasPostTitle:E,contentIsLoaded:e,onPromptSelect:e=>{v("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"prompt-template",prompt:e.original}),b(e.translated)},onSuggestionSelect:e=>{v("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"suggestion",suggestion:e}),t(e)}})),(0,a.createElement)(r.BlockControls,{group:"block"},(0,a.createElement)(m.Ay,{value:"neutral",onChange:n=>{v("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"suggestion",suggestion:c.eJ}),t(c.eJ,{tone:n,contentType:e?"generated":null})},disabled:!e&&!f?.length}),(0,a.createElement)(u.Ay,{value:"en",onChange:n=>{v("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"suggestion",suggestion:c.Gm}),t(c.Gm,{language:n,contentType:e?"generated":null})},disabled:!e&&!f?.length}),(0,a.createElement)(d.Ay,{onChange:t,exclude:C?["summarize"]:[],disabled:!e}))),(A||g)&&(0,a.createElement)(s.ToolbarGroup,null,!A&&e&&g&&(0,a.createElement)(s.ToolbarButton,{onClick:g},__("Try Again","jetpack")),A&&e&&(0,a.createElement)(s.ToolbarButton,{icon:i.A,onClick:o},__("Accept","jetpack")),A&&(0,a.createElement)(s.ToolbarButton,{icon:l.A,onClick:n},__("Retry","jetpack")))))},3586:(e,t,n)=>{"use strict";n.d(t,{A:()=>x});var a=n(82170),r=n(96865),s=n(85985),o=n(94715),i=n(74997),l=n(56427),c=n(29491),u=n(47143),d=n(86087),p=n(27723),m=n(13022),g=n(27970),A=n(56199),h=n(58164),E=n(72901),f=n(32249),b=n(23e3),v=n(51698),C=n(4393),k=n(92169),y=n(61297),B=n(44732),w=n(76695),_=n(7503);const __=p.__,I="post"===window?.Jetpack_Editor_Initial_State?.screenBase;function x({attributes:e,setAttributes:t,clientId:n,isSelected:p}){const[x,j]=(0,d.useState)(null),{tracks:S}=(0,s.st)(),{getBlock:Q}=(0,u.useSelect)("core/block-editor"),N=(0,d.useRef)(null),R=(0,d.useRef)(null),{replaceBlocks:T,removeBlock:P}=(0,u.useDispatch)("core/block-editor"),{editPost:L}=(0,u.useDispatch)("core/editor"),{isOverLimit:M,requireUpgrade:D,increaseRequestsCount:F,requestsCount:O,requestsLimit:z,currentTier:U,loading:H,tierPlansEnabled:V}=(0,y.A)(),q=Math.max(z-O,0),{autosaveAndRedirect:G}=(0,k.A)(),$=(0,h.Bd)(U),W=()=>{setTimeout((()=>{N.current?.focus?.()}),100)},Z=()=>{setTimeout((()=>{R.current?.focus?.()}),100)},Y=(0,c.useViewportMatch)("medium","<"),J=(0,d.useRef)(null),{getSuggestionFromOpenAI:K,stopSuggestion:X,showRetry:ee,contentBefore:te,postTitle:ne,retryRequest:ae,wholeContent:re,requestingState:se,error:oe}=(0,C.A)({onSuggestionDone:(0,d.useCallback)((()=>{W(),F()}),[F]),onUnclearPrompt:(0,d.useCallback)((()=>{Z(),F()}),[F]),onModeration:W,attributes:e,clientId:n,content:e.content,tracks:S,userPrompt:e.userPrompt,requireUpgrade:D,initialRequestingState:e.requestingState,contentRef:J,blockRef:R}),ie="requesting"===se,le=["requesting","suggesting"].includes(se),ce=(0,_.x)(),{productPageUrl:ue}=(0,B.A)(),de=(0,w.y)(n);(0,d.useEffect)((()=>{if(!de)return;const e=JSON.parse(localStorage.getItem(de));if(!e)return;const{type:t,options:n}=e;localStorage.removeItem(de),K(t,n)}),[de,K]),(0,d.useEffect)((()=>{oe&&j(!1)}),[oe]),(0,d.useEffect)((()=>{["init","done"].includes(se)&&t({requestingState:se})}),[se,t]);const pe=!!e.content,me="generateTitle"===e.promptType,ge=__("Accept","jetpack"),Ae=__("Accept title","jetpack"),he=me?Ae:ge,Ee=async()=>{let t=[],a=(0,r.Hh)({content:e.content||""});if(a?.split("\n").length>1&&a?.split("\n")?.[0]?.match(/^

    .*<\/h1>$/)&&!ne){const e=a.split("\n"),t=e.shift();a=e.join("\n"),L({title:t.replace(/<[^>]*>/g,"")})}t=(0,i.rawHandler)({HTML:a}),await T(n,t);const s=(e=>{let t=null;return e.forEach((e=>{const n=document.querySelector(`.wp-block[data-block="${e.clientId}"]`);if(!n)return;"true"===n.contentEditable&&(t=n);const a=n.querySelectorAll("[contenteditable=true]");t=a.length?a[a.length-1]:t})),t})(t);s&&(e=>{const t=window.getSelection();t.selectAllChildren(e),t.collapseToEnd(),e.focus()})(s)},fe=()=>{Ee(),S.recordEvent("jetpack_ai_assistant_block_accept",{feature:"ai-assistant"})},be=()=>{I?(L({title:e.content?e.content.trim():""}),P(n),S.recordEvent("jetpack_ai_assistant_block_accept",{feature:"ai-assistant"})):fe()},ve=()=>{X(),W(),S.recordEvent("jetpack_ai_assistant_block_stop",{feature:"ai-assistant"})},Ce=(0,o.useBlockProps)({ref:R,className:(0,m.A)({"is-waiting-response":ie})}),ke=__("Ask Jetpack AI…","jetpack"),ye=__("Write about… Make a table for…","jetpack"),Be=(0,a.createElement)(a.Fragment,null,M&&p&&(0,a.createElement)(b.A,{placement:"ai-assistant-block"}),!ce&&(0,a.createElement)(E.A,null)),we=(0,a.createElement)(a.Fragment,null,oe?.message&&!x&&"error_quota_exceeded"!==oe?.code&&(0,a.createElement)(l.Notice,{status:oe.status,isDismissible:!1,className:"jetpack-ai-assistant__error"},oe.message)),_e=M&&$===h.Ti?(0,a.createElement)(b.Q,{variant:"muted"}):null,Ie=(0,d.useCallback)((e=>{e.preventDefault(),S.recordEvent("jetpack_ai_upgrade_button",{current_tier_slug:U?.slug,requests_count:O,placement:"jetpack_ai_assistant_block"}),G(e)}),[S,U,O,G]);return(0,a.createElement)(l.KeyboardShortcuts,{bindGlobal:!0,shortcuts:{esc:()=>{["requesting","suggesting"].includes(se)&&ve()}}},(0,a.createElement)("div",Ce,pe&&(0,a.createElement)("div",{ref:J,className:"jetpack-ai-assistant__content"},(0,a.createElement)(d.RawHTML,null,(0,r.Hh)({content:e.content||""}))),(0,a.createElement)(o.InspectorControls,null,_e&&(0,a.createElement)("div",{className:"block-editor-block-card",style:{paddingTop:0}},(0,a.createElement)("span",{className:"block-editor-block-icon"}),_e),(0,a.createElement)("div",{className:"block-editor-block-card",style:{paddingTop:0}},(0,a.createElement)("span",{className:"block-editor-block-icon"}),(0,a.createElement)(l.ExternalLink,{href:ue},__("Discover all features","jetpack"))),($===h._X||V&&$!==h.Ti)&&(0,a.createElement)(l.PanelBody,{initialOpen:!0},(0,a.createElement)(l.PanelRow,null,(0,a.createElement)(g.A,{placement:A.k}))),(0,a.createElement)(l.PanelBody,{initialOpen:!0},(0,a.createElement)(l.PanelRow,null,(0,a.createElement)(f.A,null)))),!le&&ce&&!D&&(0,a.createElement)(v.A,{isWaitingState:le,contentIsLoaded:pe,getSuggestionFromOpenAI:K,retryRequest:ae,handleAcceptContent:fe,handleAcceptTitle:be,handleTryAgain:null,showRetry:ee,contentBefore:te,hasPostTitle:!!ne?.length,wholeContent:re,promptType:e.promptType,setUserPrompt:e=>{if(!N?.current)return;N.current.focus(),t({userPrompt:e})},recordEvent:S.recordEvent,isGeneratingTitle:me}),(0,a.createElement)(r.N0,{ref:N,disabled:D||!ce,value:e.userPrompt,placeholder:e?.content?ke:ye,onChange:e=>{j(!0),t({userPrompt:e})},onSend:()=>{((...e)=>{K(...e),Z()})("userPrompt"),S.recordEvent("jetpack_ai_assistant_block_generate",{feature:"ai-assistant"})},onStop:ve,onAccept:()=>{me?be():fe()},onDiscard:()=>{const a=e?.content===Q(n).attributes?.content;t({content:e?.originalContent,promptType:void 0,messages:e?.originalMessages}),Ee(),a?S.recordEvent("jetpack_ai_assistant_block_dismiss"):S.recordEvent("jetpack_ai_assistant_block_discard",{feature:"ai-assistant"})},state:se,isTransparent:D||!ce,showButtonLabels:!Y,showAccept:"init"!==se&&pe&&!le,acceptLabel:he,showGuideLine:pe,showRemove:e?.content?.length>0,banner:Be,error:we,customFooter:q%5!=0&&1!==O||H||$!==h._X?null:(0,a.createElement)(r.AK,{requestsRemaining:q,onUpgradeClick:Ie})})))}},61351:(e,t,n)=>{"use strict";var a=n(94375),r=n(54681),s=n(3586),o=n(13802);n(99800);(0,a.M)(r,{edit:s.A,save:()=>null,transforms:o.Ay})},10603:(e,t,n)=>{"use strict";n.d(t,{mt:()=>o});var a=n(96865),r=n(74997),s=n(47143);class o{renderRules=[];firstUpdate=!0;behavior="dropdown";isChildBlock=!1;feature="ai-assistant";adjustPosition=!0;startOpen=!1;hideOnBlockFocus=!0;constructor(e,t=[]){this.clientId=e,this.renderRules=t}getBlock(){const{getBlock:e}=(0,s.select)("core/block-editor");return e(this.clientId)}getContent(){const e=this.getBlock();return t=(0,r.getBlockContent)(e),(0,a.rh)({content:t});var t}renderContent(e){return function(e,t=[]){return(0,a.Hh)({content:e,rules:t,extension:!0})}(e,this.renderRules)}onSuggestion(e){if(!e)return;const t=this.renderContent(e);this.replaceBlockContent(t)}onDone(e){this.firstUpdate=!0}replaceBlockContent(e){const[t]=(0,r.rawHandler)({HTML:e});if(!t)return;const{updateBlockAttributes:n,replaceInnerBlocks:a,__unstableMarkNextChangeAsNotPersistent:o}=(0,s.dispatch)("core/block-editor");this.firstUpdate?this.firstUpdate=!1:o(),n(this.clientId,t.attributes),o(),a(this.clientId,t.innerBlocks)}}},67607:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(82170),r=n(96865),s=n(85985),o=n(86087),i=n(27723),l=n(13022),c=(n(51609),n(92169)),u=n(61297);const __=i.__,d=(0,l.A)("jetpack-ai-assistant-extension-ai-input","wp-block");function p({className:e,requestingState:t,requestingError:n,inputRef:i,wrapperRef:p,action:m,blockType:g,feature:A,request:h,stopSuggestion:E,close:f,undo:b,tryAgain:v}){const[C,k]=(0,o.useState)(""),[y,B]=(0,o.useState)(__("Ask Jetpack AI to edit…","jetpack")),{checkoutUrl:w}=(0,c.A)(),{tracks:_}=(0,s.st)(),[I,x]=(0,o.useState)(0),[j,S]=(0,o.useState)(!1),{requireUpgrade:Q,requestsCount:N,requestsLimit:R,loading:T,nextTier:P,currentTier:L}=(0,u.A)(),M=(0,o.useMemo)((()=>Q||["requesting","suggesting"].includes(t)),[Q,t]),D=(0,o.useMemo)((()=>Q&&1===L?.value),[Q,L]),F=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_assistant_extension_generate",{block_type:g,feature:A}),h?.(C)}),[g,A,h,_,C]),O=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_assistant_extension_stop",{block_type:g}),E?.()}),[g,E,_]);const z=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_assistant_undo",{block_type:g}),b?.()}),[g,_,b]),U=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_upgrade_button",{current_tier_slug:L?.slug,requests_count:N,placement:"jetpack_ai_assistant_extension"})}),[L?.slug,N,_]),H=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_assistant_try_again",{block_type:g}),v?.()}),[g,_,v]);return(0,o.useEffect)((()=>{["init","done"].includes(t)&&k("")}),[t]),(0,o.useEffect)((()=>{B(m||__("Ask Jetpack AI to edit…","jetpack")),m&&k("")}),[m]),(0,o.useEffect)((()=>{S(!T&&!!P&&0===C.length)}),[T,P,C]),(0,o.useEffect)((()=>{const e=Math.max(R-N,0);x(e)}),[R,N]),(0,a.createElement)(r.FC,{className:(0,l.A)(d,e),placeholder:y,disabled:M,value:C,state:t,showGuideLine:!0,error:n,requestsRemaining:I,showUpgradeMessage:j,showFairUsageMessage:D,upgradeUrl:w,onChange:k,onSend:F,onStop:O,onClose:function(){f?.()},onUndo:z,onUpgrade:U,onTryAgain:H,wrapperRef:p,ref:i})}},31124:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(82170),r=n(96865),s=n(85985),o=n(56427),i=n(86087),l=n(27723),c=n(52068),u=n(76695),d=n(2612);const __=l.__;function p({blockType:e,onClose:t,onAskAiAssistant:n,onRequestSuggestion:r}){const{canTransformToAIAssistant:s,transformToAIAssistant:o,getSelectedBlockClientIds:l}=(0,u.A)(),d=(0,i.useCallback)((a=>{const i=l(),[c]=i;i.length<2||!s({clientId:c,blockName:e})?(a?r?.(a.promptType,a.options,a.humanText):n?.(),t?.()):o({request:a})}),[e,s,l,n,t,r,o]);return(0,a.createElement)(c.Ay,{blockType:e,onRequestSuggestion:(e,t,n)=>{d({promptType:e,options:t,humanText:n})},onAskAiAssistant:async()=>{d()},disabled:!1})}function m({behavior:e,blockType:t,label:n=__("AI Assistant","jetpack"),onAskAiAssistant:l,onRequestSuggestion:c}){const{tracks:u}=(0,s.st)(),m=(0,i.useContext)(d.B),g=(0,i.useCallback)((e=>{e&&u.recordEvent("jetpack_ai_assistant_extension_toolbar_menu_show",{block_type:t})}),[t,u]),A=(0,i.useCallback)((()=>{u.recordEvent("jetpack_editor_ai_assistant_extension_toolbar_prompt_show",{block_type:t}),l?.()}),[t,l,u]),h=(0,i.useCallback)(((e,n,a)=>{u.recordEvent("jetpack_editor_ai_assistant_extension_toolbar_button_click",{suggestion:e,block_type:t}),c?.(e,n,a)}),[t,c,u]);return(0,a.createElement)(o.Dropdown,{popoverProps:{variant:"toolbar"},renderToggle:({isOpen:t,onToggle:s})=>(0,a.createElement)(o.ToolbarButton,{className:"jetpack-ai-assistant__button",showTooltip:!0,onClick:()=>{if("function"!=typeof e)switch(e){case"action":A();break;case"dropdown":s()}else e({onToggle:s,onAskAiAssistant:l,context:m})},"aria-haspopup":"true","aria-expanded":t,label:n,icon:r.cj}),onToggle:g,renderContent:({onClose:e})=>(0,a.createElement)(p,{onClose:e,blockType:t,onAskAiAssistant:A,onRequestSuggestion:h})})}},95396:(e,t,n)=>{"use strict";n.d(t,{L:()=>r,l:()=>a});const a=["jetpack/field-name","jetpack/field-email","jetpack/field-text","jetpack/field-textarea","jetpack/field-checkbox","jetpack/field-date","jetpack/field-telephone","jetpack/field-url","jetpack/field-checkbox-multiple","jetpack/field-radio","jetpack/field-select","jetpack/field-consent","jetpack/button"],r=["core/heading","core/paragraph","core/list-item","core/list","jetpack/contact-form",...a]},2612:(e,t,n)=>{"use strict";n.d(t,{B:()=>A,Q:()=>h});var a=n(86087),r=n(10067),s=n.n(r),o=n(10603),i=n(95396),l=n(42160),c=n(47007),u=n(75430),d=n(24310),p=n(63904);const m=s()("jetpack-ai-assistant:extensions:get-block-handler"),g={"core/heading":l.T,"core/paragraph":p.d,"core/list-item":d.g,"core/list":u.b,"jetpack/contact-form":c.p,...i.l.reduce(((e,t)=>({...e,[t]:c.g})),{})},A=(0,a.createContext)({});function h(e,t){let n=g[e];n||(m(`No handler found for block type: ${e}. Using default handler.`),n=o.mt);const a=new n(t);return{onSuggestion:a.onSuggestion.bind(a),onDone:a.onDone.bind(a),getContent:a.getContent.bind(a),behavior:a.behavior,isChildBlock:a.isChildBlock,feature:a.feature,adjustPosition:a.adjustPosition,startOpen:a.startOpen,hideOnBlockFocus:a.hideOnBlockFocus}}},42160:(e,t,n)=>{"use strict";n.d(t,{T:()=>r});var a=n(10603);class r extends a.mt{constructor(e){super(e,[])}onSuggestion(e){const t=this.getBlock();if(e.startsWith("#")||(e=`${"#".repeat(t?.attributes?.level||1)} ${e}`),e.match(/^#*\s*$/))return;const n=this.renderContent(e);this.replaceBlockContent(n)}}},14602:(e,t,n)=>{"use strict";n.d(t,{g:()=>s});var a=n(47143),r=n(10603);class s extends r.mt{jetpackFormBlockName="jetpack/contact-form";constructor(e){super(e,[]),this.behavior=this.handleBehavior,this.isChildBlock=!0,this.hideOnBlockFocus=!1}handleBehavior=({context:e})=>{const t=(0,a.dispatch)("core/block-editor"),{getBlockParentsByBlockName:n}=(0,a.select)("core/block-editor"),r=n(this.clientId,this.jetpackFormBlockName)?.[0];t.selectBlock(r),e?.[this.jetpackFormBlockName]?.handleAskAiAssistant?.()}}},47007:(e,t,n)=>{"use strict";n.d(t,{g:()=>c.g,p:()=>u});var a=n(74997),r=n(47143),s=n(27723),o=n(62514),i=n(96568),l=n(10603),c=n(14602);const __=s.__;class u extends l.mt{currentListOfValidBlocks=[];constructor(e){super(e,[]),this.behavior="action",this.feature="jetpack-form-ai-extension",this.adjustPosition=!1,this.startOpen=!0,this.hideOnBlockFocus=!1}setContent(e,t=!1){const{replaceInnerBlocks:n}=(0,r.dispatch)("core/block-editor"),s=e.replace(//g,""),l=(0,i.d)(s),c=(0,a.parse)(l).filter((e=>e.isValid&&!["core/freeform","core/missing","core/html"].includes(e.name)));let u=!1;if(c.length0){const e=c[c.length-1],t=this.currentListOfValidBlocks[c.length-1];u=!(0,o.w)(e,t)}if(c.length>0&&(c.length!==this.currentListOfValidBlocks.length||u)&&(n(this.clientId,c),this.currentListOfValidBlocks=c),t){const e=c.filter((e=>"jetpack/button"===e.name));if(this.currentListOfValidBlocks=this.currentListOfValidBlocks||[],e.length>1){let t=0;this.currentListOfValidBlocks=this.currentListOfValidBlocks.filter((n=>"jetpack/button"!==n.name||(t++,t===e.length))),n(this.clientId,this.currentListOfValidBlocks)}else 0===e.length&&n(this.clientId,[...this.currentListOfValidBlocks,(0,a.createBlock)("jetpack/button",{label:__("Submit","jetpack"),element:"button",text:__("Submit","jetpack"),borderRadius:8,lock:{remove:!0}})]);this.currentListOfValidBlocks=[]}}getContent(){const e=this.getBlock();if(!e)return"";const{innerBlocks:t}=e;return t?.length?t.reduce(((e,t)=>e+(0,a.serialize)(t)+"\n\n"),""):""}onSuggestion(e){this.setContent(e)}onDone(e){this.setContent(e,!0)}}},10821:(e,t,n)=>{"use strict";n.d(t,{Bi:()=>i});var a=n(74997),r=n(47143),s=n(7503);const o=(0,n(48499).C)("ai-assistant-support");function i(){if(!(0,a.getBlockType)("jetpack/ai-assistant"))return!1;if(!o)return!1;if(!(0,s.x)())return!1;const{errorCode:e}=(0,r.select)("wordpress-com/plans")?.getAiAssistantFeature?.()||{};if(e)return!1;const{getHiddenBlockTypes:t}=(0,r.select)("core/edit-post")||{};return!(t?.()||[]).includes("jetpack/ai-assistant")}},91184:(e,t,n)=>{"use strict";n.d(t,{Y:()=>s});var a=n(95396),r=n(10821);function s(e){return!!(0,r.Bi)()&&!!a.L.includes(e)}},24310:(e,t,n)=>{"use strict";n.d(t,{g:()=>r});var a=n(10603);class r extends a.mt{constructor(e){super(e,["listItem"]),this.isChildBlock=!0}}},75430:(e,t,n)=>{"use strict";n.d(t,{b:()=>r});var a=n(10603);class r extends a.mt{constructor(e){super(e,["list"])}}},63904:(e,t,n)=>{"use strict";n.d(t,{d:()=>i});var a=n(96865),r=n(74997),s=n(10603);const o=new a.OO({fixes:["paragraph"]});class i extends s.mt{constructor(e){super(e,["paragraph"])}getContent(){const e=this.getBlock();return t=(0,r.getBlockContent)(e),o.render({content:t});var t}}},99800:(e,t,n)=>{"use strict";var a=n(82170),r=n(96865),s=n(94715),o=n(29491),i=n(47143),l=n(86087),c=n(52619),u=n(13022),d=n(10067),p=n.n(d),m=(n(51609),n(61297)),g=n(32735),A=n(4e4),h=n(67607),E=n(31124),f=n(2612),b=n(91184);const v=p()("jetpack-ai-assistant:extensions:with-ai-extension"),C={"core/heading":"heading","core/paragraph":"paragraph","core/list-item":"list-item","core/list":"list","jetpack/contact-form":"form-ai"},k={group:"block"},y=(0,o.createHigherOrderComponent)((e=>t=>{const{clientId:n,isSelected:o,name:c,isSelectionEnabled:d}=t,p=(0,l.useRef)(null),b=(0,l.useRef)(0),y=(0,l.useRef)(null),B=(0,l.useRef)(""),w=(0,l.useRef)(null),_=(0,l.useRef)(document),I=(0,l.useRef)([]),[x,j]=(0,l.useState)(""),S=(0,l.useRef)(null),Q=(0,l.useRef)(null),{undo:N}=(0,i.useDispatch)("core/editor"),{postId:R}=(0,i.useSelect)((e=>{const{getCurrentPostId:t}=e("core/editor");return{postId:t()}}),[]),{id:T,className:P}=(0,s.useBlockProps)({className:(0,u.A)({[c?.replace?.("/","-")]:!0})}),{increaseRequestsCount:L,dequeueAsyncRequest:M,requireUpgrade:D}=(0,m.A)(),{snapToBottom:F,enableAutoScroll:O,disableAutoScroll:z}=(0,g.A)({current:_?.current?.getElementById(T)},void 0,!0),U=(0,l.useCallback)((()=>{w.current?.focus()}),[]),{onSuggestion:H,onDone:V,getContent:q,behavior:G,isChildBlock:$,feature:W,adjustPosition:Z,startOpen:Y,hideOnBlockFocus:J}=(0,l.useMemo)((()=>(0,f.Q)(c,n)),[c,n]),[K,X]=(0,l.useState)(Y),ee=(0,l.useCallback)((()=>{X((e=>!e))}),[]),te=(0,l.useCallback)((({promptType:e,options:t})=>{const n=q(),a=C[c];return[...I.current,{role:"jetpack-ai",context:{type:(0,A.p$)(e,a),content:n,request:t?.userPrompt,tone:t?.tone,language:t?.language,is_follow_up:I.current.length>0}}]}),[c,q]),ne=(0,l.useCallback)((e=>{const t=e||_.current.getElementById(T);t&&p.current&&t.style.setProperty("padding-bottom",`calc(${b.current+16}px + ${B.current||"0px"} )`,"important")}),[T]),ae=(0,l.useCallback)((e=>{H(e),Z&&ne(),F()}),[H,Z,F,ne]),re=(0,l.useCallback)((e=>{if(z(),V(e),L(),j(""),S.current?.message){const e={role:"assistant",content:q()};if(I.current.push(S.current.message,e),I.current.length>20){I.current.splice(0,I.current.length-20);const e=I.current.findIndex((e=>"jetpack-ai"===e.role));-1!==e&&(I.current=I.current.slice(e),I.current[0].context={...I.current[0].context,is_follow_up:!1})}}S.current=null,setTimeout((()=>{Z&&ne(),U()}),100)}),[z,V,L,q,Z,U,ne]),se=(0,l.useCallback)((e=>{z(),j(""),v("Request error",e),e.code!==r.mA&&e.code!==r.Or&&L()}),[z,L]),{request:oe,stopSuggestion:ie,requestingState:le,error:ce,reset:ue}=(0,r.XE)({onSuggestion:ae,onDone:re,onError:se,askQuestionOptions:{postId:R,feature:W}});(0,l.useEffect)((()=>{Q.current=le}),[le]);const de=(0,l.useCallback)(((e,t,n)=>{if(X(!0),D)return;n&&j(n);const a=te({promptType:e,options:t});v("Request suggestion",e,t);const r=a[a.length-1];S.current={promptType:e,options:t,humanText:n,message:r},M(),O(),oe(a)}),[M,O,te,oe,D]),pe=(0,l.useCallback)((e=>{const t={userPrompt:e};O(),de("userPrompt",t)}),[O,de]),me=(0,l.useCallback)((()=>{z(),ie(),U()}),[z,ie,U]),ge=(0,l.useCallback)((()=>{S.current&&de(S.current.promptType,S.current.options,S.current.humanText)}),[S,de]),Ae=(0,l.useCallback)((()=>{X(!1),ue(),j(""),S.current=null,I.current=[]}),[ue]),he=(0,l.useCallback)((async()=>{await N(),Ae()}),[N,Ae]);(0,l.useEffect)((()=>{o||Ae()}),[o,Ae]),(0,l.useEffect)((()=>{w.current&&d&&(_.current=w.current.ownerDocument,U())}),[K,U,d]),(0,l.useEffect)((()=>{let e=_.current.getElementById(T);if(e&&Z)return K&&!y.current&&p.current?(B.current=e.style.paddingBottom,y.current=new ResizeObserver((([t])=>{if(e=_.current.getElementById(T),b.current=t.contentRect.height,e&&p.current&&b.current>0){ne(e);const{marginBottom:t}=getComputedStyle(e),n=parseFloat(t);p.current.style.setProperty("margin-top",`-${b.current+n}px`,"important"),p.current.style.setProperty("margin-bottom",`${n+16}px`,"important")}})),y.current.observe(p.current)):y.current&&(e.style.paddingBottom=B.current,y.current.disconnect(),y.current=null,b.current=0),()=>{y.current&&y.current.disconnect()}}),[ne,Z,n,y,T,K]),(0,l.useEffect)((()=>{if(J&&K){const e=_.current.getElementById(T),t=()=>{["requesting","suggesting"].includes(Q.current)||(X(!1),e?.removeEventListener("focusin",t))};return e?.addEventListener("focusin",t),()=>{e?.removeEventListener("focusin",t)}}}),[J,K,T]);const Ee=(0,a.createElement)(a.Fragment,null,(0,a.createElement)(e,t),K&&(0,a.createElement)(h.A,{className:P,requestingState:le,requestingError:ce,wrapperRef:p,inputRef:w,action:x,blockType:c,feature:W,request:pe,stopSuggestion:me,close:Ae,undo:he,tryAgain:ge}),(0,a.createElement)(s.BlockControls,k,(0,a.createElement)(E.A,{blockType:c,onAskAiAssistant:ee,onRequestSuggestion:de,behavior:G})));if($)return Ee;const fe={value:{[c]:{handleAskAiAssistant:ee,handleRequestSuggestion:de}}};return(0,a.createElement)(f.B.Provider,fe,Ee)}),"blockEditWithAiComponents");(0,c.addFilter)("blocks.registerBlockType","jetpack/ai-assistant-support/with-ai-extension",(function(e,t){return(0,b.Y)(t)?{...e,edit:y(e.edit),supports:{...e.supports,"jetpack/ai":{assistant:!0}}}:e}),100)},4393:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(96865),r=n(47143),s=n(86087),o=n(10067),i=n.n(o),l=n(62402),c=n(64425),u=n(16597),d=n(32735);const p=i()("jetpack-ai-assistant:error"),m=({attributes:e,clientId:t,content:n,tracks:o,userPrompt:i,onSuggestionDone:m,onUnclearPrompt:g,onModeration:A,requireUpgrade:h,initialRequestingState:E,contentRef:f,blockRef:b})=>{const[v,C]=(0,s.useState)(!1),[k,y]=(0,s.useState)(""),{updateBlockAttributes:B}=(0,r.useDispatch)("core/block-editor"),{dequeueAiAssistantFeatureAsyncRequest:w,setAiAssistantFeatureRequireUpgrade:_}=(0,r.useDispatch)("wordpress-com/plans"),{snapToBottom:I,enableAutoScroll:x,disableAutoScroll:j}=(0,d.A)(b,f),S=(0,r.useSelect)((e=>e("core/editor").getEditedPostAttribute("title"))),Q=(0,r.useSelect)((e=>e("core/editor").getCurrentPostId())),N=(0,s.useRef)([]),R=(0,s.useRef)(void 0),{request:T,stopSuggestion:P,handleErrorQuotaExceededError:L,requestingState:M,error:D}=(0,a.XE)({onSuggestion:e=>{B(t,{content:e?.replaceAll(c.uV,"")}),I()},onDone:e=>{const n=e.replaceAll(c.uV,""),a={role:"assistant",content:n};N.current.push(R.current,a),N.current.length>20&&N.current.splice(0,N.current.length-20),B(t,{content:n,messages:N.current}),I(),j(),m?.()},onStop:()=>{I(),j(),m?.()},onError:e=>{switch(e?.code){case a.cT:C(!1);break;case a.ud:C(!1),A?.();break;case a.mA:case a.AZ:C(!0);break;case a.Or:C(!1),_(!0);break;case a.L9:g?.()}},onAllErrors:e=>{p(e)},initialRequestingState:E,askQuestionOptions:{postId:Q,feature:"ai-assistant",functions:{}}}),F=["requesting","suggesting"].includes(M),O=async(a,r={})=>{if(w(),h)return L(),void C(!1);if(r={retryRequest:!1,tone:l.US,...r},F)return;C(!1);let s=k;if(o.recordEvent("jetpack_ai_chat_completion",{post_id:Q}),N.current=[...e.messages]??[],R.current={},r.retryRequest)R.current=s[s.length-1];else{const o=e?.isLayoutBuldingModeEnable?(0,u.rJ)(t):(0,u.aB)();s=(0,c.jf)({generatedContent:n,allPostContent:o,postContentAbove:(0,u.b$)(t),currentPostTitle:S,options:r,userPrompt:r?.userPrompt||i,type:a,isGeneratingTitle:"generateTitle"===e.promptType}),R.current=s.pop(),s=[...s,...N.current],s.push(R.current),y(s),"generateTitle"!==e.promptType&&B(t,{promptType:a})}try{x(),await T(s)}catch(e){p(e),C(!0),j()}};return{setShowRetry:C,showRetry:v,postTitle:S,contentBefore:(0,u.b$)(t),wholeContent:(0,u.aB)(),requestingState:M,error:D,getSuggestionFromOpenAI:O,stopSuggestion:P,retryRequest:()=>O("",{retryRequest:!0})}}},92169:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(3924),r=n(85985),s=n(10617),o=n(61297);const i=()=>{const e=new URLSearchParams(window.location.search),t=(0,r.GE)();return(0,r.Sy)()&&e.has("post")?`https://wordpress.com/post/${t}/${e.get("post")}`:`https://wordpress.com/home/${t}`};function l(){const{nextTier:e,tierPlansEnabled:t}=(0,o.A)(),n=i(),l=t?(0,a.A)("jetpack-ai-yearly-tier-upgrade-nudge",{site:(0,r.GE)(),path:`jetpack_ai_yearly:-q-${e?.limit}`,query:`redirect_to=${encodeURIComponent(n)}`}):(0,a.A)("jetpack-ai-yearly-tier-upgrade-nudge",{site:(0,r.GE)(),path:"jetpack_ai_yearly",query:`redirect_to=${encodeURIComponent(n)}`}),c=(0,r.d9)()||(0,r.Sy)()?l:`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?redirect_to_referrer=1&page=my-jetpack#/add-jetpack-ai`,{autosaveAndRedirect:u,isRedirecting:d}=(0,s.A)(c);return{checkoutUrl:c,autosaveAndRedirect:u,isRedirecting:d}}},61297:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(47143),r=n(58164);function s(){const{data:e,loading:t,requestsLimit:n,requestsCount:s}=(0,a.useSelect)((e=>{const{getAiAssistantFeature:t,getIsRequestingAiAssistantFeature:n}=e("wordpress-com/plans"),a=t(),{currentTier:s,usagePeriod:o,requestsCount:i,requestsLimit:l}=a,c=(0,r.Bd)(s),u=s?.limit||l,d=c===r._X?i:o?.requestsCount,p=c===r._X?l:u;return{data:a,loading:n(),requestsCount:d,requestsLimit:p}}),[]),{fetchAiAssistantFeature:o,increaseAiAssistantRequestsCount:i,dequeueAiAssistantFeatureAsyncRequest:l}=(0,a.useDispatch)("wordpress-com/plans");return{...e,requestsCount:s,requestsLimit:n,loading:t,error:null,refresh:o,increaseRequestsCount:i,dequeueAsyncRequest:l}}},44732:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(3924),r=n(85985),s=n(10617);function o(){const e=(0,r.$i)()?.jetpack?.is_my_jetpack_available,t=e?`${(0,r.$i)()?.adminUrl||""}admin.php?page=my-jetpack#/jetpack-ai`:(0,a.A)("org-ai"),{autosaveAndRedirect:n,isRedirecting:o}=(0,s.A)(t);return{productPageUrl:t,autosaveAndRedirect:n,isRedirecting:o,isMyJetpackAvailable:e}}},75956:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(90372),r=n(86087);const s=window?.Jetpack_Editor_Initial_State?.tracksUserData||null,o=parseInt(window?.Jetpack_Editor_Initial_State?.wpcomBlogId)||0,i=()=>((0,r.useEffect)((()=>{s&&a.A.initialize(s?.userid,s?.username,o?{blog_id:o}:{})}),[]),a.A)},32735:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(86087),r=n(10067);const s=n.n(r)()("jetpack-ai-assistant:use-auto-scroll"),o=(e,t,n=!1)=>{const r=(0,a.useRef)(null),o=(0,a.useRef)(null),i=(0,a.useRef)(!1),l=(0,a.useRef)(!1),c=(0,a.useRef)(!1),u=(0,a.useRef)(!1),d=(0,a.useRef)({scrollPadding:"",scrollMargin:""}),p=(0,a.useCallback)((()=>{s("enabling ignore scroll"),l.current=!0}),[]),m=(0,a.useCallback)((()=>{i.current&&c.current&&!l.current&&p()}),[p]),g=(0,a.useCallback)((()=>{i.current=!0,l.current=!1,c.current=!1,u.current=!1,r.current?.addEventListener("scroll",m),s("enabling auto scroll")}),[m]),A=(0,a.useCallback)((()=>{i.current=!1,l.current=!1,c.current=!1,u.current=!1,r.current?.removeEventListener("scroll",m),o.current?.style&&(o.current.style.scrollPadding=d.current.scrollPadding,o.current.style.scrollMargin=d.current.scrollMargin),r.current=null,s("disabling auto scroll")}),[m]),h=(0,a.useCallback)((()=>{if(!i.current||l.current)return;const a=n?e?.current:t?.current?.firstElementChild?.lastElementChild;a&&!u.current&&(c.current=!0,u.current=!0,r?.current?.removeEventListener?.("scroll",m),a?.scrollIntoView({block:"end",inline:"end"}),setTimeout((()=>{u.current=!1,r?.current?.addEventListener?.("scroll",m)}),200))}),[e,t,n,m]),E=(0,a.useCallback)((e=>{if(null==e)return null;if("BODY"===e?.nodeName)return e;if(e?.ownerDocument!==document)return e.ownerDocument;const{overflow:t}=window.getComputedStyle(e);return t.split(" ").every((e=>"auto"===e||"scroll"===e))?e:e?.parentElement?E(e?.parentElement):e}),[]);return(0,a.useEffect)((()=>{const t=E(e?.current?.parentElement);!r.current&&t&&(r.current=t,o.current=t instanceof HTMLElement?t:t.documentElement,d.current={scrollPadding:o.current.style.scrollPadding,scrollMargin:o.current.style.scrollMargin},i.current&&(o.current.style.scrollPadding="80px",o.current.style.scrollMargin="10px"))}),[e,E]),{snapToBottom:h,enableAutoScroll:g,disableAutoScroll:A}}},76695:(e,t,n)=>{"use strict";n.d(t,{A:()=>c,y:()=>l});var a=n(85985),r=n(47143),s=n(51609),o=n(16597),i=n(13802);function l(e){return`ai-assistant-block-${e}`}const c=()=>{const{replaceBlock:e,removeBlocks:t}=(0,r.useDispatch)("core/block-editor"),n=(0,r.useSelect)((e=>e("core/block-editor")),[]),{getSelectedBlockClientIds:c,getBlocksByClientId:u,getBlock:d,getBlockParents:p}=n,{tracks:m}=(0,a.st)();return{canTransformToAIAssistant:(0,s.useCallback)((({clientId:e,blockName:t})=>{if(!d(e))return!1;if(!i.y7.includes(t))return!1;const n=p(e);if(0===n.length)return!0;const a=d(n[n.length-1]);return!["core/list","core/list-item"].includes(a.name)}),[d,p]),transformToAIAssistant:(0,s.useCallback)((({request:n}={})=>{const a=c(),r=u(a),s=(0,o.Sb)(r),[d]=r,[p,...g]=a,A={...d?.attributes||{},content:s},h=(0,i.rr)(d.name,A);if(n?.promptType){m.recordEvent("jetpack_editor_ai_assistant_extension_toolbar_button_click",{suggestion:n.promptType,block_type:d.name});const e={clientId:p,type:n.promptType,options:{...n.options,contentType:"generated",fromExtension:!0}};localStorage.setItem(l(h.clientId),JSON.stringify(e))}else m.recordEvent("jetpack_ai_assistant_prompt_show",{block_type:d.name});e(p,h),t(g)}),[u,c,t,e,m]),getSelectedBlockClientIds:c}}},7503:(e,t,n)=>{"use strict";n.d(t,{C:()=>d,x:()=>u});var a=n(85985),r=n(10067),s=n.n(r);const o=window?.JP_CONNECTION_INITIAL_STATE,i=s()("jetpack-ai-assistant:connection");let l=!1;const c=e=>{l||(i(e),l=!0)};function u(){return(0,a.Sy)()?(c("Simple site connected ✅"),!0):(0,a.d9)()?(c("Atomic site connected ✅"),!0):o?.connectionStatus?.isUserConnected?(c("Jetpack user is connected ✅"),!0):(c("User is not connected ❌"),!1)}function d(){if((0,a.Sy)())return!0;return!1==!(o?.userConnectionData?.currentUser?.permissions??{}).manage_options}},4e4:(e,t,n)=>{"use strict";n.d(t,{J1:()=>i,K6:()=>l,p$:()=>u});var a=n(64425);const r="title",s="content",o=null;function i(e){return{role:"jetpack-ai",context:{type:"ai-assistant-initial-prompt",for:u(e)}}}function l({generatedContent:e,allPostContent:t,postContentAbove:n,currentPostTitle:r,options:s,type:o,userPrompt:i,isGeneratingTitle:l}){const u=[],d="generated"===s?.contentType;let p=null;switch(o){case a.im:p=r;break;case a.sn:case a.A4:case a.yy:p=n;break;case a.vE:p=t;break;case a.br:case a.fD:p=e;break;case a.eJ:case a.UA:case a.Gm:p=d?e:t;break;case a.pE:p=e||t}const m=function(e,t){return!e&&t&&t.length>0?{role:"jetpack-ai",context:{type:"ai-assistant-relevant-content",content:t}}:null}(o===a.pE?!!e?.length:d,p);return m&&u.push(m),u.push({role:"jetpack-ai",context:c({generatedContent:e,allPostContent:t,postContentAbove:n,currentPostTitle:r,options:s,type:o,userPrompt:i,isGeneratingTitle:l})}),u}function c({options:e,type:t,userPrompt:n,isGeneratingTitle:i}){const l=function(e,t,n){return e?r:!t||n?s:o}(i,"generated"===e?.contentType,e?.fromExtension||!1);return{type:u(t),...l?{subject:l}:{},...t===a.eJ&&e?.tone?{tone:e.tone}:{},...t===a.Gm&&e?.language?{language:e.language}:{},...t===a.pE&&n?{request:n}:{}}}function u(e,t){const n={[a.im]:"ai-assistant-summary-by-title",[a.sn]:"ai-assistant-continue-writing",[a.A4]:"ai-assistant-simplify",[a.yy]:"ai-assistant-correct-spelling",[a.vE]:"ai-assistant-generate-title",[a.br]:"ai-assistant-make-longer",[a.fD]:"ai-assistant-make-shorter",[a.eJ]:"ai-assistant-change-tone",[a.UA]:"ai-assistant-summarize",[a.Gm]:"ai-assistant-change-language",[a.pE]:"ai-assistant-user-prompt"};return"form-ai"===t?"form-ai-extension":t?`${n[e]}-${t}-extension`:n[e]}},64425:(e,t,n)=>{"use strict";n.d(t,{A4:()=>o,Gm:()=>m,UA:()=>p,br:()=>c,eJ:()=>d,fD:()=>u,im:()=>r,jf:()=>h,pE:()=>g,sn:()=>s,uV:()=>A,vE:()=>l,yy:()=>i});var a=n(4e4);const r="titleSummary",s="continue",o="simplify",i="correctSpelling",l="generateTitle",c="makeLonger",u="makeShorter",d="changeTone",p="summarize",m="changeLanguage",g="userPrompt",A="````";function h({generatedContent:e,allPostContent:t,postContentAbove:n,currentPostTitle:r,options:s,type:o,userPrompt:i,isGeneratingTitle:l}){return[(0,a.J1)(o),...(0,a.K6)({generatedContent:e,allPostContent:t,postContentAbove:n,currentPostTitle:r,options:s,type:o,userPrompt:i,isGeneratingTitle:l})]}},16597:(e,t,n)=>{"use strict";n.d(t,{Sb:()=>l,aB:()=>i,b$:()=>o,rJ:()=>c});var a=n(96865),r=n(74997),s=n(47143);function o(e){if(!e)return"";const t=(0,s.select)("core/block-editor"),n=t.getBlockIndex(e),o=t.getBlocks().slice(0,n)??[];return o?.length?(0,a.rh)({content:(0,r.serialize)(o)}):""}function i(){const e=(0,s.select)("core/block-editor").getBlocks();return e?.length?(0,a.rh)({content:(0,r.serialize)(e)}):""}function l(e){return e.filter((e=>null!=e)).map((e=>(0,r.getBlockContent)(e))).join("\n\n")}function c(e){const t=(0,s.select)("core/block-editor").getBlock(e);return t?.innerBlocks?.length?l(t.innerBlocks):""}},47264:(e,t,n)=>{"use strict";function a(e){return e&&"string"==typeof e?e.charAt(0).toUpperCase()+e.slice(1):""}n.d(t,{Z:()=>a})},62514:(e,t,n)=>{"use strict";n.d(t,{w:()=>s});const a=e=>{delete e.clientId;for(const t of e.innerBlocks??[])a(t);return e},r=e=>a((e=>JSON.parse(JSON.stringify(e)))(e));function s(e,t){const n=r(e),a=r(t);return JSON.stringify(n)===JSON.stringify(a)}},96568:(e,t,n)=>{"use strict";function a(e){const t=document.createElement("div");return t.innerHTML=e,t.innerHTML}n.d(t,{d:()=>a})},48499:(e,t,n)=>{"use strict";function a(e){return!0===window?.Jetpack_Editor_Initial_State?.available_blocks?.[e]?.available}n.d(t,{C:()=>a})},13802:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c,rr:()=>l,y7:()=>o});var a=n(96865),r=n(74997),s=n(54681);const o=["core/heading","core/paragraph","core/list"],i=[];function l(e,t){const{content:n,...o}=t;let i=n;"core/heading"===e&&t?.level&&(i=i.replace(/<(\/?)h\d([^>]*)>/g,`<$1h${t.level}$2>`));const l=(0,a.rh)({content:i}),c=[];return c.push({role:"jetpack-ai",context:{type:"ai-assistant-relevant-content",content:l}}),(0,r.createBlock)(s.name,{...o,content:l,originalContent:l,messages:c,originalMessages:c})}for(const e of o)i.push({type:"block",blocks:[e],isMatch:()=>o.includes(e),transform:(t,n)=>{const a=(0,r.getSaveContent)(e,t,n);return l(e,{...t,content:a})}});const c={from:i}},86712:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(27723),s=n(56333),o=n(10617);const __=r.__,i=()=>{const e=`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?page=my-jetpack#/connection`,{autosaveAndRedirect:t,isRedirecting:n}=(0,o.A)(e);if(window?.Jetpack_Editor_Initial_State?.jetpack?.is_current_user_connected)return null;return(0,a.createElement)(s.c,{buttonText:__("Reconnect Jetpack","jetpack"),checkoutUrl:e,className:"jetpack-ai-connect-banner",description:__("Your account is not connected to Jetpack at the moment.","jetpack"),goToCheckoutPage:e=>{t(e)},isRedirecting:n,visible:!0,align:null,title:null,context:null})}},36920:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(27723),s=n(56333),o=n(10617);const __=r.__,i=()=>{let e=window?.Jetpack_Editor_Initial_State?.adminUrl||"";e=e.replace(/wp-admin\/\?frame-nonce=[a-z0-9]+/,"wp-admin/");const t=`${e}admin.php?page=jetpack-search`,{autosaveAndRedirect:n,isRedirecting:r}=(0,o.A)(t);if(window?.Jetpack_AIChatBlock?.jetpackSettings?.instant_search_enabled)return null;return(0,a.createElement)(s.c,{buttonText:__("Enable Jetpack Search","jetpack"),checkoutUrl:t,className:"jetpack-ai-connect-banner",description:__("You need to enable Jetpack Search so that Jetpack AI can index your site.","jetpack"),goToCheckoutPage:e=>{n(e)},isRedirecting:r,visible:!0,align:null,title:null,context:null})}},50443:(e,t,n)=>{"use strict";n.d(t,{G:()=>s,W:()=>r});var a=n(27723);const __=a.__,r=__("Ask","jetpack"),s=__("Ask a question about this site","jetpack")},51686:(e,t,n)=>{"use strict";n.d(t,{z:()=>c});var a=n(82170),r=n(94715),s=n(56427),o=n(3582),i=n(27723),l=n(50443);const __=i.__;function c({setAttributes:e,placeholder:t,showCopy:n,showFeedback:i,showSources:c}){const[u,d]=(0,o.useEntityProp)("root","site","jetpack_search_ai_prompt_override");return(0,a.createElement)(a.Fragment,null,(0,a.createElement)(r.InspectorControls,null,(0,a.createElement)(s.PanelBody,{title:__("Settings","jetpack"),initialOpen:!1},(0,a.createElement)(s.BaseControl,{label:__("Placeholder Text","jetpack"),className:"jetpack-ai-chat__ask-button-text"},(0,a.createElement)(s.TextControl,{placeholder:l.G,onChange:t=>e({placeholder:t}),value:t})))),(0,a.createElement)(r.InspectorAdvancedControls,null,(0,a.createElement)(s.BaseControl,{label:__("Additional instructions","jetpack"),help:__("Give Jetpack AI additional instructions for answer length, format, and tone.","jetpack")},(0,a.createElement)(s.TextareaControl,{value:u,onChange:d})),(0,a.createElement)(s.ToggleControl,{label:__("Show copy answer button.","jetpack"),help:__("Allow users to easily copy the answer.","jetpack"),checked:n,onChange:t=>e({showCopy:t})}),(0,a.createElement)(s.ToggleControl,{label:__("Show rating button.","jetpack"),help:__("Allow users to rate the answer and give feedback.","jetpack"),checked:i,onChange:t=>e({showFeedback:t})}),(0,a.createElement)(s.ToggleControl,{label:__("Show list of sources.","jetpack"),help:__("Show used sources at the bottom of the answer.","jetpack"),checked:c,onChange:t=>e({showSources:t})})))}},32908:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(82170),r=n(96865),s=n(94715),o=n(56427),i=n(47143),l=n(86712),c=n(36920),u=n(50443),d=n(51686);function p({attributes:e,setAttributes:t,clientId:n}){const{askButtonLabel:p=u.W,placeholder:m=u.G,showCopy:g,showFeedback:A,showSources:h}=e,E=(0,s.useBlockProps)(),f=(0,i.useSelect)((e=>e("core/block-editor").isBlockSelected(n)),[n]);return(0,a.createElement)("div",E,(0,a.createElement)(l.A,null),(0,a.createElement)(c.A,null),(0,a.createElement)("div",{className:"jetpack-ai-chat-question-wrapper"},(0,a.createElement)(o.TextControl,{className:"jetpack-ai-chat-question-input",placeholder:m,disabled:!0}),(0,a.createElement)(s.RichText,{className:"wp-block-button__link jetpack-ai-chat-question-button",onChange:e=>t({askButtonLabel:e}),value:p,withoutInteractiveFormatting:!0,allowedFormats:["core/bold","core/italic","core/strikethrough"]})),f&&(0,a.createElement)(r.Yj,null),(0,a.createElement)(s.InspectorControls,null,(0,a.createElement)(d.z,{askButtonLabel:p,placeholder:m,setAttributes:t,showCopy:g,showFeedback:A,showSources:h})))}},8393:(e,t,n)=>{"use strict";var a=n(94375),r=n(1629),s=n(32908),o=n(41825);(0,a.M)(r,{edit:s.A,save:o.A})},41825:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(82170),r=n(94715),s=n(50443);function o({attributes:e}){const t=r.useBlockProps.save({"data-ask-button-label":e.askButtonLabel||s.W});return(0,a.createElement)("div",t)}},97571:(e,t,n)=>{"use strict";n.d(t,{z:()=>o});var a=n(82170),r=n(56427),s=n(27723);const __=s.__;function o({attributes:e,setAttributes:t}){const{statsData:n,statsOption:s}=e,o=[{value:"views",label:__("Views","jetpack")},{value:"visitors",label:__("Visitors","jetpack")}],i=[{value:"site",label:__("My whole site","jetpack")},{value:"post",label:__("This individual post","jetpack")}];return(0,a.createElement)(a.Fragment,null,(0,a.createElement)(r.PanelBody,{title:__("Settings","jetpack")},(0,a.createElement)(r.RadioControl,{label:__("Views or visitors","jetpack"),selected:n,onChange:e=>t({statsData:e}),options:o,help:__("Views represent site visits, whereas visitors represent unique individuals.","jetpack")}),(0,a.createElement)(r.RadioControl,{label:__("Show stats data for","jetpack"),selected:s,onChange:e=>t({statsOption:e}),options:i,disabled:"visitors"===n,help:"visitors"===n?__("Visitor counts aren't available for individual posts.","jetpack"):null}),(0,a.createElement)("span",{className:"jetpack-blog-stats__delay-notice"},__("Stats are delayed for up to 5 minutes.","jetpack"))))}},20201:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(37975),s=n(85985),o=n(1455),i=n.n(o),l=n(94715),c=n(47143),u=n(86087),d=n(27723),p=n(97571),m=n(51744);const __=d.__,_n=d._n;const g=function({attributes:e,className:t,setAttributes:n}){const{isLoadingModules:o,isChangingStatus:d,isModuleActive:g,changeStatus:A}=(0,s.q7)("stats"),{label:h,statsData:E,statsOption:f}=e,[b,v]=(0,u.useState)(null),[C,k]=(0,u.useState)(),[y,B]=(0,u.useState)(),w=(0,l.useBlockProps)(),_="post"===f?y:"views"===E?b:C,I=(0,c.useSelect)((e=>e("core/editor").getCurrentPostId()),[]);if((0,u.useEffect)((()=>{g&&i()({path:Number.isInteger(I)?`/wpcom/v2/blog-stats?post_id=${I}`:"/wpcom/v2/blog-stats"}).then((e=>{v(e["blog-views"]),k(e["blog-visitors"]),B(Number.isInteger(I)?e["post-views"]:"12345")}))}),[I,g]),(0,u.useEffect)((()=>{"visitors"===E&&n({statsOption:"site"})}),[E,n]),!g&&!o)return(0,a.createElement)(m.k,{className:t,changeStatus:A,isLoading:d});const x=/* Translators: Number of visitors */ _n("visitor","visitors",parseInt(_),"jetpack",0),j=/* Translators: Number of views */ _n("hit","hits",parseInt(_),"jetpack",0);return(0,a.createElement)("div",w,(0,a.createElement)(l.InspectorControls,null,(0,a.createElement)(p.z,{attributes:e,setAttributes:n})),(0,a.createElement)("div",{className:t},o||null===b?(0,a.createElement)("p",{className:"jetpack-blog-stats__loading"},__("Loading stats…","jetpack")):(0,a.createElement)("p",null,(0,a.createElement)("span",null,(0,r.A)(_)," "),(0,a.createElement)(l.RichText,{tagName:"span",placeholder:"visitors"===E?x:j,value:h,allowedFormats:["core/bold","core/italic","core/link"],onChange:e=>n({label:e})}))))}},95184:(e,t,n)=>{"use strict";var a=n(74997),r=n(94375),s=n(35116),o=n(20201);(0,r.M)(s,{edit:o.A,save:()=>null,transforms:{from:[{type:"block",blocks:["core/legacy-widget"],isMatch:({idBase:e,instance:t})=>!!t?.raw&&"blog-stats"===e,transform:({instance:e})=>{const t=e.raw.title?(0,a.createBlock)("core/heading",{content:e.raw.title,level:3}):null,n=(0,a.createBlock)("jetpack/blog-stats",{label:e.raw.hits});return t?[t,n]:n}}]}})},51744:(e,t,n)=>{"use strict";n.d(t,{k:()=>l});var a=n(82170),r=n(85985),s=n(56427),o=n(27723),i=n(35116);const __=o.__,l=({className:e,isLoading:t,changeStatus:n})=>{const o=(0,r.d9)()?"https://wordpress.com/support/stats/":"https://jetpack.com/support/jetpack-stats/";return(0,a.createElement)("div",{className:e},(0,a.createElement)(s.Placeholder,{icon:(0,r.sh)(i),instructions:__("You'll need to activate the Stats module to use this block. Please note that hits are only counted while this module is active.","jetpack"),label:i.title},(0,a.createElement)(s.Button,{disabled:t,isBusy:t,onClick:()=>n(!0),variant:"secondary"},t?__("Activating Stats","jetpack"):__("Activate Stats","jetpack",0)),(0,a.createElement)("div",null,(0,a.createElement)(s.ExternalLink,{href:o},__("Learn more about the Stats module.","jetpack")))))}},12169:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(1455),s=n.n(r),o=n(94715),i=n(56427),l=n(47143),c=n(86087),u=n(27723),d=n(93832),p=n(13022),m=n(9075);const __=u.__,_x=u._x;const g=(0,i.withNotices)((function({attributes:e,noticeOperations:t,noticeUI:n,setAttributes:r}){const g=(0,c.useRef)(!1),{answersLink:A,answersLinkText:h,gravatars:E,promptFetched:f,promptId:b,promptLabel:v,promptText:C,showLabel:k,showResponses:y,tagsAdded:B,isBloganuary:w}=e,_=(0,o.useBlockProps)({className:"jetpack-blogging-prompt"});(0,m.J)(b,B,(e=>r({tagsAdded:e})));const I=(0,l.useSelect)((e=>{const{getEntityRecord:t,hasFinishedResolution:n}=e("core"),a=t("root","site")?.language||"en_US";return n("getEntityRecord",["root","site"])?a:null}),[]);(0,c.useEffect)((()=>{if(!I||g.current||f)return;const e=()=>{r({promptFetched:!1,promptId:null,tagsAdded:!1}),g.current=!1,t.removeAllNotices()};let n="/wpcom/v3/blogging-prompts";if(b)n+="/"+encodeURIComponent(b);else{const e=new Date;n+=`?after=--${(e.getMonth()+1).toString().padStart(2,"0")}-${e.getDate().toString().padStart(2,"0")}&order=desc`}n=(0,d.addQueryArgs)(n,{_locale:I,force_year:(new Date)?.getFullYear()}),g.current=!0,s()({path:n}).then((e=>{const t=b?e:e[0];r({answersLink:t.answered_link,answersLinkText:t.answered_link_text,gravatars:t.answered_users_sample.map((({avatar:e})=>({url:e}))),promptFetched:!0,promptLabel:t.label,promptText:t.text,promptId:t.id,isBloganuary:!!t.bloganuary_id})})).catch((n=>{r({promptFetched:!0});const s="rest_post_invalid_id"===n.code&&b?(o=b,(0,a.createElement)(a.Fragment,null,(0,u.sprintf)(/* translators: %d is the prompt id. */ __("Prompt with id %d not found.","jetpack"),o)," ",(0,a.createElement)(i.Button,{variant:"link",onClick:e},__("Reset prompt","jetpack")))):(t=>(0,a.createElement)(a.Fragment,null,(0,u.sprintf)(/* translators: %s is the error message. */ @@ -58,7 +48,7 @@ _n("%d result found, use up and down arrow keys to navigate.","%d results found, __("Open Table Preview %s","jetpack"),t),scrolling:"no",src:`https://www.opentable.com/widget/reservation/canvas?rid=${(0,d.join)(j,"%2C")}&type=${n}&theme=${r}&overlay=false&domain=${Q}&lang=${N&&A.L.includes(N)?N:"en-US"}&newtab=${R}&disablega=true`}))})()))}))},82144:(e,t,n)=>{"use strict";var a=n(82170),r=n(94715),s=n(74997),o=n(94375),i=n(79018),l=n(34157),c=n(8100),u=n(71833),d=n(50387),p=n(84260);(0,o.M)(i,{edit:u.A,save:({attributes:{rid:e}})=>{const t=r.useBlockProps.save();return(0,a.createElement)("div",t,e?.map(((e,t)=>(0,a.createElement)("a",{href:`https://www.opentable.com/restref/client/?rid=${e}`,key:`${e}-${t}`},`https://www.opentable.com/restref/client/?rid=${e}`))))},attributes:i.attributes,styles:(0,d.Iy)(),transforms:{from:[{type:"raw",isMatch:e=>"P"===e.nodeName&&0===e.textContent.indexOf("http")&&(p.XA.test(e.textContent)||p.JJ.test(e.textContent)),transform:e=>{const t=(0,p.a9)(e.textContent);return(0,s.createBlock)("jetpack/opentable",t)}}]},deprecated:[l.A,c.A]})},82101:(e,t,n)=>{"use strict";n.d(t,{L:()=>r,P:()=>a});const a=[{value:"en-US",label:"English"},{value:"fr-CA",label:"Français"},{value:"de-DE",label:"Deutsch"},{value:"es-MX",label:"Español"},{value:"ja-JP",label:"日本語"},{value:"nl-NL",label:"Nederlands"},{value:"it-IT",label:"Italiano"}],r=a.map((e=>e.value))},98233:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(96072),r=n.n(a),s=n(82170),o=n(56427),i=n(86087),l=n(27723),c=n(66087),u=n(4673);const __=l.__,_n=l._n,d=20;function p(e){const[t,n]=(0,i.useState)(""),a=(0,u.A)(t,d),[l,p]=(0,i.useState)(e.rids||[]),m=/^(\d+)$|\(\#(\d+)\)$/,g=a.filter((e=>l.indexOf(e.rid.toString())<0)).map((e=>e.name+` (#${e.rid})`)),A=(0,s.createElement)(o.FormTokenField,r()({value:l,suggestions:g,saveTransform:e=>u.h.test(e)?"":e.trim(),onInputChange:n,maxSuggestions:d,label:_n("Restaurant","Restaurants",l.length,"jetpack")},e,{onChange:t=>{const n=t.map((e=>{const t=m.exec(e);return t[1]||t[2]}));p(n),e.onChange&&e.onChange(n)}}));return(0,s.createElement)("div",{className:"wp-block-jetpack-opentable-restaurant-picker"},e.onSubmit?(0,s.createElement)("form",{onSubmit:n=>{n.preventDefault(),e.onSubmit((0,c.isEmpty)(l)?t:l)}},A,(0,s.createElement)(o.Button,{variant:"secondary",type:"submit"},__("Embed","jetpack"))):A)}},50387:(e,t,n)=>{"use strict";n.d(t,{Iy:()=>o,K5:()=>i,i9:()=>s});var a=n(27723),r=n(66087);const __=a.__,s={name:"button",label:__("Button (210 x 113 pixels)","jetpack")},o=e=>(0,r.compact)([{name:"standard",label:__("Standard (224 x 301 pixels)","jetpack"),isDefault:!0},{name:"tall",label:__("Tall (288 x 490 pixels)","jetpack")},{name:"wide",label:__("Wide (840 x 150 pixels)","jetpack")},(!e||1===e.length)&&s]),i=e=>o(e).map((e=>e.name))},59038:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(86087);function r(e){const t=(0,a.useRef)(void 0);return(0,a.useEffect)((()=>{t.current=e}),[e]),t.current}},4673:(e,t,n)=>{"use strict";n.d(t,{A:()=>o,h:()=>s});var a=n(86087),r=n(66087);const s=/^\s*(http[s]?:\/\/|\{fetch("https://www.opentable.com/widget/reservation/restaurant-search?pageSize="+t+"&query="+encodeURIComponent(e)).then((e=>e.json())).then((e=>o((0,r.unionBy)(n,e.items,"rid"))))}),500),[n]);return(0,a.useEffect)((()=>{(0,r.isEmpty)(e)||s.test(e)||i(e)}),[e]),n}},84260:(e,t,n)=>{"use strict";n.d(t,{JJ:()=>r,XA:()=>s,a9:()=>o});const a=/<\s*script[^>]*src\s*=\s*["']?([^"']*)/i,r=/restref=([0-9]+)&/,s=/rid=([0-9]+)&/,o=e=>{if(e)return(e=>{if(!e)return;let t="";if(t=0===e.indexOf("http")?new URL(e):new URL("http:"+e),!t.host||-1===t.host.indexOf("opentable")||!t.search)return;const n=new URLSearchParams(t.search);let a=n.get("theme");"button"===n.get("type")&&(a=n.get("type"));let r=n.getAll("rid");if(r&&0!==r.length||(r=n.getAll("restref")),!r||0===r.length)return;const s={};r&&(s.rid=r);const o=n.get("domain");o&&(s.domain=o);const i=n.get("iframe");i&&(s.iframe=i);const l=n.get("lang");l&&(s.lang=l);const c=n.get("newtab");return c&&(s.newtab=c),a&&(s.style=a),s})((e=>{const t=e.match(a);return t&&t[1]?t[1]:r.test(e)||s.test(e)?e:void 0})(e))}},72347:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(82170),r=n(94715),s=n(47143),o=n(86087),i=n(52619),l=n(13022),c=n(72462),u=n(53796),d=n(16521);const p=["jetpack/recurring-payments"];const m=function({clientId:e,attributes:t}){const{layout:n,fontSize:m}=t,{connectUrl:g,isApiConnected:A}=(0,s.useSelect)((e=>{const{getConnectUrl:t,isApiStateConnected:n}=e(d.M);return{connectUrl:t(),isApiConnected:n()}})),h=(0,s.useSelect)((t=>t("core/block-editor").getBlock(e).innerBlocks.filter((e=>"jetpack/recurring-payments"===e.name))),[e]);(0,o.useEffect)((()=>{(0,i.addFilter)("jetpack.recurringPayments.editorSettings","jetpack/payment-buttons-hide-nudges-from-inner-blocks",((e,t)=>h.some((e=>e.clientId===t))?{...e,showStripeNudge:!1,showUpgradeNudge:!1}:e))}),[h]);const E=!A&&!!g,f=(0,r.useBlockProps)({className:(0,l.A)({"has-custom-font-size":!!m||t?.style?.typography?.fontSize})}),b=(0,r.useInnerBlocksProps)(f,{allowedBlocks:p,orientation:"horizontal",template:[["jetpack/recurring-payments"]],templateInsertUpdatesSelection:!0,layout:n});return delete b.id,delete b["data-block"],(0,a.createElement)("div",f,E&&(0,a.createElement)(r.BlockControls,{group:"block"},(0,a.createElement)(c.A,{blockName:"jetpack/payment-buttons",connectUrl:g})),E&&(0,a.createElement)(u.V,{blockName:"payment-buttons"}),(0,a.createElement)("div",b))}},54154:(e,t,n)=>{"use strict";var a=n(94375),r=n(97472),s=n(72347),o=n(74054);(0,a.M)(r,{edit:s.A,save:o.A})},74054:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(82170),r=n(94715),s=n(13022);function o({attributes:e}){const t=(0,s.A)({"has-custom-font-size":!!e?.fontSize||e?.style?.typography?.fontSize}),n=r.useBlockProps.save({className:t}),o=r.useInnerBlocksProps.save(n);return(0,a.createElement)("div",o)}},3601:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(82170),r=n(56427);const s="undefined"!=typeof window?window.wp?.blocks?.getBlockType:null;function o({variations:e,onSelect:t,label:n}){return(0,a.createElement)("ul",{"aria-label":n,className:"wp-block-jetpack-payments-intro__variation-picker"},e.map((e=>(0,a.createElement)("li",{key:e.name},(0,a.createElement)(r.Button,{variant:"secondary",icon:e.icon,iconSize:48,onClick:()=>t(e),className:"wp-block-jetpack-payments-intro__variation-picker__variation",label:e.description||e.title}),(0,a.createElement)("span",{className:"wp-block-jetpack-payments-intro__variation-picker__variation-label",role:"presentation"},s?.(e.name)?.title||e.title)))))}},44809:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=[n(91515)]},71938:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={}},91515:(e,t,n)=>{"use strict";n.r(t),n.d(t,{attributes:()=>s.A,save:()=>i,supports:()=>o.A});var a=n(82170),r=n(94715),s=n(71938),o=n(62755);const i=()=>(0,a.createElement)(r.InnerBlocks.Content,null)},62755:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={alignWide:!1,className:!0,customClassName:!1,html:!1,reusable:!1}},37659:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(94715),s=n(74997),o=n(56427),i=n(47143),l=n(86087),c=n(27723),u=n(66087),d=n(3601),p=n(64276),m=n(69661);const __=c.__;function g({name:e,clientId:t}){const n=e=>e.categories?.includes("shop"),c=(0,r.useBlockProps)(),{blockType:g,hasInnerBlocks:A,hasPatterns:h,settings:E}=(0,i.useSelect)((a=>{const{getBlocks:o,__experimentalGetAllowedPatterns:i,getSettings:l}=a(r.store);return{settings:l(),blockType:(0,s.getBlockType)(e),hasInnerBlocks:o(t)?.length>0,hasPatterns:i?.().filter(n).length>0}})),{replaceBlock:f,selectBlock:b,updateSettings:v}=(0,i.useDispatch)(r.store),C=(0,l.useCallback)((e=>{!0===E?.allowedBlockTypes||E?.allowedBlockTypes?.includes(e)||v({...E,allowedBlockTypes:[...E.allowedBlockTypes,e]})}),[E,v]),k=e=>{const n=e.name;C(n),f(t,(0,s.createBlock)(n)),b(t)},y=m.A.filter((e=>(0,s.getBlockType)(e.name)));(0,l.useEffect)((()=>{A||s.registerBlockVariation||k(y[0])}));const B=y.length&&s.registerBlockVariation;let w,_=__("Please select which kind of payment you'd like to add.","jetpack");return h&&(_=__("Start by choosing one of our suggested layout patterns.","jetpack")),w=!A&&B?(0,a.createElement)(o.Placeholder,{icon:(0,u.get)(g,["icon","src"]),label:(0,u.get)(g,["title"]),instructions:_},h&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)(p.A,{onBlockPatternSelect:e=>f(t,e.map(s.cloneBlock)),patternFilter:n}),(0,a.createElement)("p",null,__("Or use one of our blocks to create your own.","jetpack"))),(0,a.createElement)(d.A,{label:__("Payment Block list","jetpack"),variations:y,onSelect:(e=y[0])=>{k(e)}})):(0,a.createElement)(r.InnerBlocks,null),(0,a.createElement)("div",c,w)}},98980:(e,t,n)=>{"use strict";var a=n(82170),r=n(94715),s=n(94375),o=n(87325),i=n(58087),l=n(77675),c=n(80830),u=n(44809),d=n(37659);(0,s.M)(c,{edit:d.A,save:()=>{const e=r.useBlockProps.save();return(0,a.createElement)("div",e,(0,a.createElement)(r.InnerBlocks.Content,null))},keywords:[...new Set([...c.keywords,o.title,...o.keywords,l.title,...l.keywords,i.title,...i.keywords])],deprecated:u.A})},64276:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(82170),r=n(94715),s=n(56427),o=n(86087),i=n(27723);const __=i.__;function l({onBlockPatternSelect:e,patternFilter:t}){const[n,i]=(0,o.useState)(!1);return r.__experimentalBlockPatternSetup?(0,a.createElement)(a.Fragment,null,(0,a.createElement)(s.Button,{variant:"primary",onClick:()=>i(!0),className:"wp-payments-intro-pattern-picker__opener"},__("Choose a pattern","jetpack")),n&&(0,a.createElement)(s.Modal,{className:"wp-block-jetpack-payments-intro__pattern-picker__selection-modal",title:__("Choose a pattern","jetpack"),closeLabel:__("Cancel","jetpack"),onRequestClose:()=>i(!1)},(0,a.createElement)(r.__experimentalBlockPatternSetup,{onBlockPatternSelect:e,filterPatternsFn:t}))):null}},69661:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(85985),r=n(87325),s=n(97472),o=n(58087);const i=[[r.name,r],[s.name,s],[o.name,o]].map((([e,t])=>{const n=t.icon.src??t.icon;return{name:e.includes("/")?e:"jetpack/"+e,title:t.title,description:t.description,icon:"string"==typeof n&&n.toLowerCase().startsWith("{"use strict";n.d(t,{A:()=>b});var a=n(82170),r=n(85985),s=n(94715),o=n(56427),i=n(47143),l=n(43656),c=n(86087),u=n(27723),d=n(51113),p=n(66955),m=n(15788),g=n(83883),A=n(49452),h=n(37906),E=n(42167),f=n(11354);const __=u.__;const b=function(){const e=(0,s.useBlockProps)(),t=(0,i.useSelect)((e=>e(l.store).getCurrentPostType()),[]),n=(0,E.I)(t),{stripeConnectUrl:u,hasTierPlans:b}=(0,i.useSelect)((e=>{const{getNewsletterTierProducts:t,getConnectUrl:n}=e("jetpack/membership-products");return{stripeConnectUrl:n(),hasTierPlans:0!==t()?.length}})),[v,C]=(0,c.useState)(!1),k=(0,f.iF)();function y(e){h.P2.paid_subscribers.key!==e||!u&&b?k(e):C(!0)}(0,c.useEffect)((()=>{n&&n!==h.P2.everybody.key||k(h.P2.subscribers.key)}),[n,k]);const B=e=>e===h.P2.paid_subscribers.key?h.P2.paid_subscribers.label:h.P2.subscribers.label,w=(e=>{switch(e){case h.P2.subscribers.key:return __("Subscriber-only content below","jetpack");case h.P2.paid_subscribers.key:return __("Paid content below this line","jetpack");default:return __("Paywall","jetpack")}})(n);let _=n??h.P2.subscribers.key;return _===h.P2.everybody.key&&(_=h.P2.subscribers.key),(0,a.createElement)("div",e,(0,a.createElement)("div",{className:"wp-block-jetpack-paywall-block"},(0,a.createElement)("span",null,w,(0,a.createElement)(d.A,{icon:p.A,size:16}))),(0,a.createElement)(s.BlockControls,{__experimentalShareWithChildBlocks:!0,group:"block"},(0,a.createElement)(o.ToolbarDropdownMenu,{className:"product-management-control-toolbar__dropdown-button",icon:m.A,text:B(n)},(({onClose:e})=>(0,a.createElement)(a.Fragment,null,(0,a.createElement)(o.MenuGroup,null,(0,a.createElement)(o.MenuItem,{onClick:()=>{y(h.P2.subscribers.key),e()},isSelected:n===h.P2.subscribers.key,icon:n===h.P2.subscribers.key&&g.A,iconPosition:"right"},B(h.P2.subscribers.key)),(0,a.createElement)(o.MenuItem,{onClick:()=>{y(h.P2.paid_subscribers.key),e()},isSelected:n===h.P2.paid_subscribers.key,icon:n===h.P2.paid_subscribers.key&&g.A,iconPosition:"right"},B(h.P2.paid_subscribers.key))))))),(0,a.createElement)(A.A,{closeDialog:()=>C(!1),showDialog:v}),(0,a.createElement)(s.InspectorControls,null,(0,a.createElement)(o.PanelBody,{className:"jetpack-subscribe-newsletters-panel",title:__("Content access","jetpack"),icon:(0,a.createElement)(r.jt,null),initialOpen:!0},(0,a.createElement)(f.EX,{isEditorPanel:!0,accessLevel:_,stripeConnectUrl:u,hasTierPlans:b,postHasPaywallBlock:!0}))))}},19954:(e,t,n)=>{"use strict";var a=n(74997),r=n(47143),s=n(43656),o=n(94375),i=n(64524),l=n(68851),c=n(89110);const u=(0,r.subscribe)((()=>{const e=(0,r.select)(s.store).getCurrentPostType();null!==e&&(u(),e&&"post"!==e&&void 0!==(0,a.getBlockType)(i.name)&&(0,a.unregisterBlockType)(i.name))}));(0,o.M)(i,{edit:l.A,save:()=>null,transforms:c.A})},89110:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(74997),r=n(64524);const s={from:[{type:"block",blocks:["core/more","core/nextpage"],transform:()=>(0,a.createBlock)(r.name)}],to:[{type:"block",blocks:["core/more"],transform:()=>(0,a.createBlock)("core/more")},{type:"block",blocks:["core/nextpage"],transform:()=>(0,a.createBlock)("core/nextpage")}]}},6149:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(85985),s=n(56427),o=n(27723),i=n(73800);const __=o.__,_x=o._x,l=(0,r.sh)(i);function c({className:e,onSubmit:t,noticeUI:n,url:r,setUrl:o}){return(0,a.createElement)("div",{className:e},(0,a.createElement)(s.Placeholder,{label:__("Pinterest","jetpack"),icon:l,notices:n},(0,a.createElement)("form",{onSubmit:e=>{e.preventDefault(),t()}},(0,a.createElement)("input",{type:"url",value:r,className:"components-placeholder__input","aria-label":__("Pinterest URL","jetpack"),placeholder:__("Enter URL to embed here…","jetpack"),onChange:e=>o(e.target.value)}),(0,a.createElement)(s.Button,{variant:"secondary",type:"submit"},_x("Embed","button label","jetpack")))))}},62595:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(82170),r=n(74997),s=n(56427),o=n(86087),i=n(27723);const __=i.__,_x=i._x;function l({fallbackUrl:e,onClick:t}){return(0,a.createElement)(a.Fragment,null,__("Sorry, this content could not be embedded.","jetpack")," ",(0,a.createElement)(s.Button,{variant:"link",onClick:()=>{const n=(0,a.createElement)("a",{href:e},e);t((0,r.createBlock)("core/paragraph",{content:(0,o.renderToString)(n)}))}},_x("Convert block to link","button label","jetpack")))}},37602:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(82170),r=n(56427),s=n(27723);const __=s.__;function o(){return(0,a.createElement)("div",{className:"wp-block-embed is-loading"},(0,a.createElement)(r.Spinner,null),(0,a.createElement)("p",null,__("Embedding…","jetpack")))}},76910:(e,t,n)=>{"use strict";n.d(t,{_:()=>r,e:()=>a});const a="https://pinterest.com/anapinskywalker/",r=/^\s*https?:\/\/(?:www\.)?(?:[a-z]{2}\.)?(?:pinterest\.[a-z.]+|pin\.it)\/([^/]+)(\/[^/]+)?/i},5163:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(82170),r=n(57462);const s={attributes:{url:{type:"string"}},supports:{align:!1,html:!1},save:({attributes:e,className:t})=>{const{url:n}=e;return(0,r.C)(n)?(0,a.createElement)("div",{className:t},(0,a.createElement)("a",{"data-pin-do":(0,r.C)(n),href:n})):null}}},18379:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(82170),r=n(94715),s=n(56427),o=n(86087),i=n(6149),l=n(62595),c=n(37602),u=n(67627),d=n(57462);const p=(0,s.withNotices)((function({attributes:e,isSelected:t,noticeOperations:n,noticeUI:p,setAttributes:m,onReplace:g}){const{url:A}=e,h=(0,r.useBlockProps)(),{isFetching:E,pinterestUrl:f,testUrl:b,hasTestUrlError:v}=(0,u.A)(),[C,k]=(0,o.useState)(!1),[y,B]=(0,o.useState)(""),[w,_]=(0,o.useState)(!1),I=(0,o.useCallback)((()=>(0,a.createElement)(l.A,{fallbackUrl:y,onClick:g})),[v]),x=()=>{E||(b(y),_(!1))},j=()=>{k(!0)};if((0,o.useEffect)((()=>{A&&b(A)}),[]),(0,o.useEffect)((()=>{!t&&C&&k(!1)}),[t,C]),(0,o.useEffect)((()=>{m({url:f}),n.removeAllNotices(),f&&B(f),v&&n.createErrorNotice(I())}),[f,v,m,I]),E)return(0,a.createElement)(c.A,null);const S=(0,d.C)(A);let Q;if(w||!A||A&&!S)Q=(0,a.createElement)(i.A,{onSubmit:x,noticeUI:p,url:y,setUrl:B});else{const e=``;Q=(0,a.createElement)("div",h,(0,a.createElement)("div",null,(0,a.createElement)(s.SandBox,{html:e,scripts:["https://assets.pinterest.com/js/pinit.js"],onFocus:j}),!C&&(0,a.createElement)("div",{className:"block-library-embed__interactive-overlay",onMouseUp:j})))}return(0,a.createElement)("div",h,Q)}))},46010:(e,t,n)=>{"use strict";var a=n(94375),r=n(73800),s=n(5163),o=n(18379),i=n(2230);(0,a.M)(r,{edit:o.A,save:i.A,deprecated:[s.A]})},67627:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(86087),r=n(56145),s=n(76910);const o=(e="")=>{const[t,n]=(0,a.useState)(!1),[o,i]=(0,a.useState)(e),[l,c]=(0,a.useState)(!1);return(0,a.useEffect)((()=>{o&&o!==s.e&&(n(!0),(0,r.A)(o).then((e=>{n(!1),i(e),c(!1)})).catch((()=>{n(!1),i(o||void 0),c(!0)})))}),[o]),{isFetching:t,pinterestUrl:o,hasTestUrlError:l,testUrl:i}}},2230:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(96072),r=n.n(a),s=n(82170),o=n(94715);function i({attributes:e}){const t=o.useBlockProps.save(),{url:n}=e;return(0,s.createElement)("a",r()({},t,{href:n}),n)}},57462:(e,t,n)=>{"use strict";n.d(t,{C:()=>s});var a=n(93832),r=n(76910);function s(e){if(!r._.test(e))return"";const t=(0,a.getPath)(e);return t?t.startsWith("pin/")?"embedPin":t.match(/^([^/]+)\/?$/)?"embedUser":t.match(/^([^/]+)\/([^/]+)\/?$/)?"embedBoard":"":""}},50961:(e,t,n)=>{"use strict";n.d(t,{N:()=>i,T:()=>l});var a=n(1455),r=n.n(a),s=n(93832),o=n(38288);const i=async()=>await r()({path:"/wpcom/v2/podcast-player/track-quantity"}),l=async({url:e,guids:t=[],fetchEpisodeOptions:n=!1})=>{let a,i,l;try{a=await r()({path:(0,s.addQueryArgs)("/wpcom/v2/podcast-player",{url:e,guids:t,"episode-options":n})})}catch(e){i=e}if(a)return{type:o.g,data:a};try{l=await r()({path:(0,s.addQueryArgs)("/oembed/1.0/proxy",{url:e})})}catch(e){}const c=''+e+"";if(l&&l.html!==c)return{type:o.Q};throw i}},82389:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(82170),r=n(86087),s=n(13022),o=n(79094);const i=(0,r.memo)((({playerId:e,title:t,cover:n,link:r,track:s,children:o,showEpisodeTitle:i,showCoverArt:c,showEpisodeDescription:u,colors:d})=>c||i||u?(0,a.createElement)("div",{className:"jetpack-podcast-player__header"},(0,a.createElement)("div",{className:"jetpack-podcast-player__current-track-info"},c&&n&&(0,a.createElement)("div",{className:"jetpack-podcast-player__cover"},(0,a.createElement)("img",{className:"jetpack-podcast-player__cover-image",src:n,alt:""})),i&&!!(t||s&&s.title)&&(0,a.createElement)(l,{playerId:e,title:t,link:r,track:s,colors:d})),!!(u&&s&&s.description)&&(0,a.createElement)("p",{id:`${e}__track-description`,className:"jetpack-podcast-player__track-description"},s.description),o):o)),l=(0,r.memo)((({playerId:e,title:t,link:n,track:r,colors:i={primary:{name:null,custom:null,classes:""}}})=>(0,a.createElement)("h2",{id:`${e}__title`,className:"jetpack-podcast-player__title"},!(!r||!r.title)&&(0,a.createElement)("span",{className:(0,s.A)("jetpack-podcast-player__current-track-title",i.primary.classes),style:{color:i.primary.custom}},r.title,(0,a.createElement)("a",{className:"jetpack-podcast-player__track-title-link",href:r.link||r.src,target:"_blank",rel:"noopener noreferrer nofollow"},o.A)),!!(r&&r.title&&t)&&(0,a.createElement)("span",{className:"jetpack-podcast-player--visually-hidden"}," - "),!!t&&(0,a.createElement)(c,{title:t,link:n,colors:i})))),c=(0,r.memo)((({title:e,link:t})=>(0,a.createElement)("span",{className:"jetpack-podcast-player__podcast-title"},t?(0,a.createElement)("a",{className:"jetpack-podcast-player__link",href:t,target:"_blank",rel:"noopener noreferrer nofollow"},e):{title:e}))),u=i},3750:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(86087),s=n(23117),o=n(91677);const i=(0,r.memo)((({playerId:e,tracks:t,selectTrack:n,currentTrack:r,playerState:i,colors:l})=>(0,a.createElement)("ol",{className:"jetpack-podcast-player__tracks","aria-labelledby":`jetpack-podcast-player__tracklist-title--${e}`,"aria-describedby":`jetpack-podcast-player__tracklist-description--${e}`},t.map(((e,t)=>{const c=r===t;return(0,a.createElement)(o.A,{key:e.id,index:t,track:e,selectTrack:n,isActive:c,isPlaying:c&&i===s.v8,isError:c&&i===s.pF,colors:l})})))))},57162:(e,t,n)=>{"use strict";n.d(t,{A:()=>E});var a=n(82170),r=n(20195),s=n(29491),o=n(47143),i=n(86087),l=n(27723),c=n(13022),u=n(72445),d=n(23117),p=n(19812),m=n(82389),g=n(3750),A=n(81166);const __=l.__;class h extends i.Component{state={currentTrack:0,hasUserInteraction:!1};recordUserInteraction=()=>{this.state.hasUserInteraction||this.setState({hasUserInteraction:!0})};selectTrack=e=>{const{currentTrack:t}=this.state;if(t===e)return this.recordUserInteraction(),void this.props.toggleMediaSource(this.props.playerId);-1!==t&&this.props.pauseMediaSource(this.props.playerId),this.loadAndPlay(e)};loadTrack=e=>{const t=this.getTrack(e);if(!t)return!1;this.state.currentTrack!==e&&this.setState({currentTrack:e});const{title:n,link:a,description:s}=t;return this.props.updateMediaSourceData(this.props.playerId,{title:n,link:a}),(0,r.speak)(/* translators: %s is the track title. It describes the current state of the track as "Loading: [track title]". */ `${(0,l.sprintf)(__("Loading: %s","jetpack"),n)} ${s}`,"assertive"),!0};loadAndPlay=e=>{this.recordUserInteraction(),this.loadTrack(e)&&this.props.playMediaSource(this.props.playerId)};getTrack=e=>this.props.tracks[e];handleError=e=>{if(!this.state.hasUserInteraction){const t=window.navigator.userAgent.match(/Trident\/7\./)?"IE11: Playing sounds in webpages setting is not checked":e;this.setState((()=>{throw new Error(t)}))}this.props.errorMediaSource(this.props.playerId),(0,r.speak)(`${__("Error: Episode unavailable - Open in a new tab","jetpack")}`,"assertive")};handlePlay=()=>{this.props.playMediaSource(this.props.playerId),this.setState({hasUserInteraction:!0})};handlePause=()=>{this.props.pauseMediaSource(this.props.playerId),this.props.playerState!==d.pF&&this.props.pauseMediaSource(this.props.playerId)};handleTimeChange=e=>{this.props.setMediaSourceCurrentTime(this.props.playerId,e)};handleJump=()=>{this.props.setMediaSourceCurrentTime(this.props.playerId,this.props.currentTime-5)};handleSkip=()=>{this.props.setMediaSourceCurrentTime(this.props.playerId,this.props.currentTime+30)};updateMediaData=e=>{this.props.updateMediaSourceData(this.props.playerId,{duration:e.target?.duration,domId:e.target?.id})};registerPlayer(){const e=this.getTrack(this.state.currentTrack)||{},{playerId:t}=this.props;this.props.registerMediaSource(t,{title:e.title,link:e.link,state:d.vh}),this.props.setDefaultMediaSource(t)}componentDidMount(){this.props.playerId&&this.registerPlayer()}componentWillUnmount(){this.props.playerId&&this.props.unregisterMediaSource(this.props.playerId)}componentDidUpdate(e){const t=e=>e?.length?e.map((e=>e.guid)):[],n=t(this.props.tracks),a=new Set(t(e.tracks));n.length===a.size&&n.every((e=>a.has(e)))||this.loadTrack(0)}static getDerivedStateFromProps(e,t){return e.tracks.length<=t.currentTrack?{...t,currentTrack:0}:null}render(){const{playerId:e,title:t,link:n,cover:r,tracks:s,attributes:o,currentTime:i,playerState:d}=this.props,{itemsToShow:A,primaryColor:h,customPrimaryColor:E,hexPrimaryColor:f,secondaryColor:b,customSecondaryColor:v,hexSecondaryColor:C,backgroundColor:k,customBackgroundColor:y,hexBackgroundColor:B,showCoverArt:w,showEpisodeTitle:_,showEpisodeDescription:I}=o,{currentTrack:x}=this.state,j=s.slice(0,A),S=this.getTrack(x),Q=(0,p.GU)({primaryColor:h,customPrimaryColor:E,secondaryColor:b,customSecondaryColor:v,backgroundColor:k,customBackgroundColor:y}),N={color:v,backgroundColor:y,"--jetpack-podcast-player-primary":f,"--jetpack-podcast-player-secondary":C,"--jetpack-podcast-player-background":B},R=(0,c.A)("jetpack-podcast-player",d,Q.secondary.classes,Q.background.classes);return(0,a.createElement)("section",{className:R,style:N,"aria-labelledby":t||S&&S.title?`${e}__title`:void 0,"aria-describedby":S&&S.description?`${e}__track-description`:void 0,"data-jetpack-iframe-ignore":!0},(0,a.createElement)(m.A,{playerId:e,title:t,link:n,cover:r,track:this.getTrack(x),showCoverArt:w,showEpisodeTitle:_,showEpisodeDescription:I,colors:Q},(0,a.createElement)(u.A,{onJumpBack:this.handleJump,onSkipForward:this.handleSkip,trackSource:this.getTrack(x).src,onPlay:this.handlePlay,onPause:this.handlePause,onError:this.handleError,playStatus:d,currentTime:i,onTimeChange:this.handleTimeChange,onMetadataLoaded:this.updateMediaData})),j.length>1&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)("h4",{id:`jetpack-podcast-player__tracklist-title--${e}`,className:"jetpack-podcast-player--visually-hidden"},(0,l.sprintf)( // translators: %s is the track title. -__("Playlist: %s","jetpack"),t)),(0,a.createElement)("p",{id:`jetpack-podcast-player__tracklist-description--${e}`,className:"jetpack-podcast-player--visually-hidden"},__("Select an episode to play it in the audio player.","jetpack")),(0,a.createElement)(g.A,{playerId:e,playerState:d,currentTrack:x,tracks:j,selectTrack:this.selectTrack,colors:Q})))}}h.defaultProps={title:"",cover:"",link:"",attributes:{url:null,itemsToShow:5,showCoverArt:!0,showEpisodeTitle:!0,showEpisodeDescription:!0},tracks:[]};const E=(0,s.compose)([A.A,(0,o.withSelect)(((e,t)=>{const{playerId:n}=t,{getMediaSourceCurrentTime:a,getMediaPlayerState:r}=e(d.ax);return{currentTime:a(n),playerState:r(n)}})),(0,o.withDispatch)((e=>{const{registerMediaSource:t,updateMediaSourceData:n,unregisterMediaSource:a,setDefaultMediaSource:r,playMediaSource:s,pauseMediaSource:o,toggleMediaSource:i,errorMediaSource:l,setMediaSourceCurrentTime:c}=e(d.ax);return{registerMediaSource:t,updateMediaSourceData:n,unregisterMediaSource:a,setDefaultMediaSource:r,playMediaSource:s,pauseMediaSource:o,toggleMediaSource:i,errorMediaSource:l,setMediaSourceCurrentTime:c}}))])(h)},74050:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(82170),r=n(86087),s=n(27723);const __=s.__,o=(0,r.memo)((({link:e,title:t,colors:n})=>(0,a.createElement)("div",{className:"jetpack-podcast-player__track-error"},__("Episode unavailable. ","jetpack"),e&&(0,a.createElement)("span",{className:n.secondary.classes,style:{color:n.secondary.custom}},(0,a.createElement)("a",{className:"jetpack-podcast-player__link",href:e,rel:"noopener noreferrer nofollow",target:"_blank"},(0,a.createElement)("span",{className:"jetpack-podcast-player--visually-hidden"},`${(0,s.sprintf)(/* translators: %s is the title of the track. This text is visually hidden from the screen, but available to screen readers. */ +__("Playlist: %s","jetpack"),t)),(0,a.createElement)("p",{id:`jetpack-podcast-player__tracklist-description--${e}`,className:"jetpack-podcast-player--visually-hidden"},__("Select an episode to play it in the audio player.","jetpack")),(0,a.createElement)(g.A,{playerId:e,playerState:d,currentTrack:x,tracks:j,selectTrack:this.selectTrack,colors:Q})))}}h.defaultProps={title:"",cover:"",link:"",attributes:{url:null,itemsToShow:5,showCoverArt:!0,showEpisodeTitle:!0,showEpisodeDescription:!0},tracks:[]};const E=(0,s.compose)([A.A,(0,o.withSelect)(((e,t)=>{const{playerId:n}=t,{getMediaSourceCurrentTime:a,getMediaPlayerState:r}=e(d.ax);return{currentTime:a(n),playerState:r(n)}})),(0,o.withDispatch)((e=>{const{registerMediaSource:t,updateMediaSourceData:n,unregisterMediaSource:a,setDefaultMediaSource:r,playMediaSource:s,pauseMediaSource:o,toggleMediaSource:i,errorMediaSource:l,setMediaSourceCurrentTime:c}=e(d.ax);return{registerMediaSource:t,updateMediaSourceData:n,unregisterMediaSource:a,setDefaultMediaSource:r,playMediaSource:s,pauseMediaSource:o,toggleMediaSource:i,errorMediaSource:l,setMediaSourceCurrentTime:c}}))])(h)},74050:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(82170),r=n(86087),s=n(27723);const __=s.__,o=(0,r.memo)((({link:e,title:t,colors:n})=>(0,a.createElement)("div",{className:"jetpack-podcast-player__track-error"},__("Episode unavailable.","jetpack")," ",e&&(0,a.createElement)("span",{className:n.secondary.classes,style:{color:n.secondary.custom}},(0,a.createElement)("a",{className:"jetpack-podcast-player__link",href:e,rel:"noopener noreferrer nofollow",target:"_blank"},(0,a.createElement)("span",{className:"jetpack-podcast-player--visually-hidden"},`${(0,s.sprintf)(/* translators: %s is the title of the track. This text is visually hidden from the screen, but available to screen readers. */ __("%s:","jetpack"),t)} `),__("Open in a new tab","jetpack"))))))},35311:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(86087),s=n(27723),o=n(62796);const __=s.__,i=(0,r.memo)((({isPlaying:e,isError:t,className:n})=>{let r,s;t?(s="error", /* translators: This is text to describe the current state. This will go before the track title, such as "Error: [The title of the track]". */ @@ -143,16 +133,16 @@ __("%d requests per image","jetpack"),t),V=1===t?U:H,q=C||v||k,G=(k||C)&&!v,$=Bo // Translators: %d is the cost of generating a featured image. __("Featured image generation costs %d requests per image. You don't have enough requests to generate another image.","jetpack"),M):null,le=(0,a.createElement)(s.Button,{onClick:re,variant:"primary",disabled:!Z?.image||Z?.generating},__("Set as featured image","jetpack"));return(0,a.createElement)(a.Fragment,null,(n===m.s6||n===m.wb)&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)("p",null,__("Create and use an AI generated featured image for your post.","jetpack")),(0,a.createElement)(s.Button,{onClick:X,isBusy:e,disabled:t||O,variant:"secondary"},__("Generate image","jetpack"))),(0,a.createElement)(g.A,{postContent:k,autoStart:""!==k,autoStartAction:ee,images:J,currentIndex:V,title:__("Generate a featured image with AI","jetpack"),cost:M,open:b,placement:n,onClose:K,onTryAgain:ne,onGenerate:H?.current>0?te:ee,generating:Y?.generating,notEnoughRequests:O,requireUpgrade:Q,upgradeDescription:ie,currentLimit:R,currentUsage:N,isUnlimited:F,hasError:Boolean(Y?.error),handlePreviousImage:$,handleNextImage:W,acceptButton:le,generateButtonLabel:H?.current>0?se:oe,instructionsPlaceholder:__("Describe the image you'd like to create, or have the prompt written for you if you've added content to your post.","jetpack")}))}},83729:(e,t,n)=>{"use strict";n.d(t,{A:()=>h});var a=n(82170),r=n(85985),s=n(56427),o=n(86087),i=n(27723),l=n(61297),c=n(58164),u=n(9847),d=n(99991),p=n(2561),m=n(96051),g=n(16615),A=n(22465);const __=i.__;function h({placement:e,onClose:t=()=>{},onSetImage:n=()=>{}}){const[h,E]=(0,o.useState)(!0),f=(0,g.A)(),b=(0,u.A)(),{saveToMediaLibrary:v}=(0,d.A)(),{tracks:C}=(0,r.st)(),{recordEvent:k}=C,{requireUpgrade:y,requestsCount:B,requestsLimit:w,currentTier:_,costs:I}=(0,l.A)(),x=(0,c.Bd)(_),j=I?.[A.yP]?.activeModel??10,S=j===I?.[A.yP]?.stableDiffusion?A.Dk:A.bb,Q=x===c.Ti,N=w-B{E(!1),t?.()}),[t]),H=(0,o.useCallback)((({userPrompt:t})=>{k("jetpack_ai_general_image_generation_generate_image",{placement:e,model:S,site_type:f}),P({userPrompt:t,postContent:b,notEnoughRequests:N}).catch((t=>{k("jetpack_ai_general_image_generation_error",{placement:e,error:t?.message,model:S,site_type:f})}))}),[k,e,S,f,P,b,N]),V=(0,o.useCallback)((({userPrompt:t})=>{k("jetpack_ai_general_image_generation_generate_another_image",{placement:e,model:S,site_type:f}),T((e=>e+1)),P({userPrompt:t,postContent:b,notEnoughRequests:N}).catch((t=>{k("jetpack_ai_general_image_generation_error",{placement:e,error:t?.message,model:S,site_type:f})}))}),[k,e,S,f,P,b,N,T]),q=(0,o.useCallback)((({userPrompt:t})=>{k("jetpack_ai_general_image_generation_try_again",{placement:e,model:S,site_type:f}),P({userPrompt:t,postContent:b,notEnoughRequests:N}).catch((t=>{k("jetpack_ai_general_image_generation_error",{placement:e,error:t?.message,model:S,site_type:f})}))}),[k,e,S,f,P,b,N]),G=(0,o.useCallback)((()=>{k("jetpack_ai_general_image_generation_use_image",{placement:e,model:S,site_type:f});const t=e=>{n?.({id:e.id,url:e.url}),U()};D?.libraryId?t({id:D?.libraryId,url:D?.libraryUrl}):v(D?.image).then((e=>{t(e)}))}),[k,e,S,f,D?.libraryId,D?.libraryUrl,D?.image,n,U,v]),$=__("Generate another image","jetpack"),W=__("Generate","jetpack"),Z=N?(0,i.sprintf)( // Translators: %d is the cost of generating a featured image. -__("Image generation costs %d requests per image. You don't have enough requests to generate another image.","jetpack"),j):null,Y=(0,a.createElement)(s.Button,{onClick:G,variant:"primary",disabled:!D?.image||D?.generating},__("Insert image","jetpack"));return(0,a.createElement)(p.A,{images:O,currentIndex:R,title:__("Generate an image with AI","jetpack"),cost:j,open:h,placement:e,onClose:U,onTryAgain:q,onGenerate:z?.current>0?V:H,generating:F?.generating,notEnoughRequests:N,requireUpgrade:y,upgradeDescription:Z,currentLimit:w,currentUsage:B,isUnlimited:Q,hasError:Boolean(F?.error),handlePreviousImage:L,handleNextImage:M,acceptButton:Y,generateButtonLabel:z?.current>0?$:W,instructionsPlaceholder:__("Describe the image you'd like to create.","jetpack")})}},96051:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(96865),r=n(47143),s=n(86087),o=n(27723),i=n(93832),l=n(61297),c=n(99991);const __=o.__;function u({feature:e,type:t,cost:n,autoStart:o=!0}){const{generateImageWithParameters:u}=(0,a.Kf)(),{increaseRequestsCount:d}=(0,l.A)(),{saveToMediaLibrary:p}=(0,c.A)(),{createNotice:m}=(0,r.useDispatch)("core/notices"),g=(0,s.useRef)(0),[A,h]=(0,s.useState)(0),[E,f]=(0,s.useState)([{generating:o}]),b=(0,s.useCallback)(((e,t)=>{f((n=>{const a=[...n];return a[t]={...a[t],...e},a}))}),[]),v=(0,s.useCallback)((e=>{m("success",e,{type:"snackbar",isDismissible:!0})}),[m]),C=(0,s.useCallback)((()=>{d(n)}),[d,n]),k=(0,s.useCallback)((e=>{if(!e)return"image.png";const t=e.split(" ").slice(0,10).join(" ");return(0,i.cleanForSlug)(t)+".png"}),[]),y=(0,s.useCallback)((({userPrompt:n,postContent:a,notEnoughRequests:r})=>new Promise(((s,o)=>{if(b({generating:!0,error:null},g.current),r)return b({generating:!1,error:new Error(__("You don't have enough requests to generate another image.","jetpack"))},g.current),void s({});const i=u({feature:e,size:"1792x1024",responseFormat:"b64_json",style:"photographic",messages:[{role:"jetpack-ai",context:{type:t,request:n||null,content:a}}]}),l=k(n);i.then((e=>{if(e.data.length>0){const t="data:image/png;base64,"+e.data[0].b64_json;b({image:t},g.current),C(),p(t,l).then((e=>{v(__("Image saved to media library.","jetpack")),b({libraryId:e?.id,libraryUrl:e?.url,generating:!1},g.current),g.current+=1,s({image:t,libraryId:e?.id,libraryUrl:e?.url})})).catch((()=>{b({generating:!1},g.current),g.current+=1,s({image:t})}))}})).catch((e=>{b({generating:!1,error:e},g.current),o(e)}))}))),[b,u,e,t,C,p,v,k]),B=(0,s.useCallback)((()=>{h(Math.max(A-1,0))}),[A,h]),w=(0,s.useCallback)((()=>{h(Math.min(A+1,E.length-1))}),[A,E.length]);return{current:A,setCurrent:h,processImageGeneration:y,handlePreviousImage:B,handleNextImage:w,currentImage:E[A],currentPointer:E[g.current],images:E,pointer:g}}},16615:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(85985),r=n(86087);function s(){const[e]=(0,r.useState)((0,a.d9)()?"atomic":(0,a.Sy)()?"simple":"jetpack");return e}},46536:(e,t,n)=>{"use strict";n.d(t,{OE:()=>r.A,dY:()=>s.dY,hB:()=>s.hB,m2:()=>a.A});var a=n(90096),r=n(83729),s=n(22465)},22465:(e,t,n)=>{"use strict";n.d(t,{Dk:()=>s,bb:()=>o,dY:()=>l,hB:()=>i,oW:()=>a,yP:()=>r});const a="featured-post-image",r="general-image",s="stable-diffusion",o="dall-e-3",i="media-source-dropdown",l="block-placeholder-button"},1661:(e,t,n)=>{"use strict";n.d(t,{S:()=>a});const a="jetpack-ai-breve"},27180:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(85985),s=n(56427),o=n(29491),i=n(47143),l=n(27723),c=n(51609),u=n(29526),d=n(67789),p=n(81932),m=n(73359);const __=l.__,g=(0,o.compose)((0,i.withSelect)((e=>({blocks:e("core/block-editor").getBlocks(),disabledFeatures:e("jetpack/ai-breve").getDisabledFeatures()}))))((({blocks:e,disabledFeatures:t})=>{const[n,l]=(0,c.useState)(null),{toggleFeature:g,toggleProofread:A,setPopoverHover:h,setHighlightHover:E,setPopoverAnchor:f}=(0,i.useDispatch)("jetpack/ai-breve"),{tracks:b}=(0,r.st)(),v=(0,i.useSelect)((e=>e("jetpack/ai-breve").isProofreadEnabled()),[]),C=(0,c.useCallback)((()=>{if(!v)return;const t=(0,m.M)(e),n=(0,d.A)(t),a="number"==typeof n?n.toFixed(2):null;l(a)}),[e,v]),k=(0,o.useDebounce)(C,250),y=(0,c.useCallback)((e=>t=>{b.recordEvent("jetpack_ai_breve_feature_toggle",{type:e,on:t}),g(e,t)}),[b,g]),B=(0,c.useCallback)((()=>{b.recordEvent("jetpack_ai_breve_toggle",{on:!v}),A()}),[b,v,A]);return(0,c.useEffect)((()=>{k()}),[k]),(e=>{const[t,n]=(0,c.useState)(!1);t||(e(),n(!0))})(C),(0,c.useEffect)((()=>{h(!1),E(!1),f({target:null,virtual:null})}),[h,E,f,v,t]),(0,a.createElement)("div",{className:"jetpack-ai-proofread"},(0,a.createElement)("p",null," ",__("Improve your writing with AI.","jetpack")),(0,a.createElement)(s.PanelRow,null,(0,a.createElement)(s.BaseControl,null,(0,a.createElement)("div",{className:"grade-level-container"},null===n?(0,a.createElement)("p",{className:"jetpack-ai-proofread__help-text"},__("Write to see your grade level.","jetpack")):(0,a.createElement)(s.Tooltip,{text:__("To make it easy to read, aim for level 8-12","jetpack")},(0,a.createElement)("p",null,n,(0,a.createElement)("span",{className:"jetpack-ai-proofread__grade-label"},__("Reading grade score","jetpack"))))))),(0,a.createElement)(s.PanelRow,null,(0,a.createElement)(s.BaseControl,null,(0,a.createElement)(s.ToggleControl,{checked:v,onChange:B,label:__("Show suggestions","jetpack")}),(0,a.createElement)("div",{className:"feature-checkboxes-container"},u.A.map((e=>(0,p.Ur)(e.config.name)&&(0,a.createElement)(s.CheckboxControl,{className:v?"":"is-disabled",disabled:!v,"data-breve-type":e.config.name,key:e.config.name,label:e.config.title,checked:!t.includes(e.config.name),onChange:y(e.config.name)})))))))}))},64949:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c,jp:()=>i,zz:()=>o});var a=n(27723),r=n(23094),s=n(80811);const __=a.__,o=s.A,i={name:"complex-words",title:__("Complex words","jetpack"),tagName:"span",className:"jetpack-ai-breve__has-proofread-highlight--complex-words",defaultEnabled:!0},l=new RegExp(`\\b(${Object.keys(s.A).map(r.N).join("|")})\\b`,"gi");function c(e){const t=e.matchAll(l),n=[];for(const e of t){const t=e[0].trim();n.push({text:t,suggestion:s.A[t],startIndex:e.index,endIndex:e.index+t.length})}return n}},80811:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"a and/or b":"a or b or both","able to":"can",accompany:"go with",accomplish:"do",accorded:"given",accordingly:"so",accrue:"add",accurate:"correct",activate:"turn on",additional:"more",address:"discuss","adjacent to":"next to",administer:"manage",advantageous:"helpful","adversely impact on":"hurt",advise:"recommend","afford an opportunity":"allow",aircraft:"plane",allocate:"divide","allows you to":"lets you",alternative:"other",anticipate:"expect","a number of":"some",apparent:"clear",appreciable:"many",approximate:"about","arrive onboard":"arrive","as a means of":"to",ascertain:"find out",assist:"help","associated with":"part of",attain:"meet",attempt:"try","at the present time":"now",begin:"start",benefit:"help","by means of":"by",cannot:"can't",capability:"ability",caveat:"warning","close proximity":"near","combat environment":"combat",combined:"joint",complete:"finish","comply with":"follow",component:"part",comprise:"form",concerning:"about",configure:"set up",consequently:"so",consolidate:"combine",constitutes:"is",contains:"has",convene:"meet",credentials:"username and password",currently:"now",customizations:"changes",customize:"edit",deactivate:"turn off",deem:"consider",delete:"cut",demonstrate:"show",depart:"leave",designate:"appoint",desire:"want",determine:"decide",disable:"turn off",disclose:"show",discontinue:"stop",display:"show",disseminate:"give","due to the fact that":"since","due to the fact":"since","during the period":"during","e.g.":"like","effect modifications":"make changes",elect:"choose",eliminate:"cut",employ:"use",enable:"turn on","enables you to":"lets you",encounter:"meet",endeavor:"try",ensure:"make sure",enumerate:"count",equipments:"equipment",equitable:"fair",establish:"prove",evidenced:"showed",evident:"clear",exhibit:"show",expedite:"speed up",expeditious:"fast",expend:"spend",expertise:"ability",expiration:"end",facilitate:"help","failed to":"didn't",feasible:"workable",females:"women",finalize:"finish",following:"next","for a period of":"for","for example,______etc.":"for example",forfeit:"lose",forward:"send",frequently:"often",function:"role",furnish:"give","gives you the ability to":"lets you","has a requirement for":"needs","he or she":"they",herein:"here",heretofore:"until now",herewith:"below","his or her":"their",however:"but",identical:"same",identify:"find",immediately:"at once",impacted:"affected","in a timely manner":"on time","in accordance with":"by","in addition":"also","in an effort to":"to","in conjunction with":"at the same time","in lieu of":"instead of","in order that":"for","in order to":"to","in regard to":"about","in relation to":"about","in the amount of":"for","in the event of":"if","in the near future":"soon","in view of":"since","in view of the above":"so","inasmuch as":"since",inception:"start","incumbent upon":"must",indicate:"show",indication:"sign",initial:"first",initiate:"start",input:"enter","interpose no objection":"don't object","is applicable to":"applies to","is authorized to":"may","is in consonance with":"agrees with","it appears":"seems",liaison:"discussion","limited number":"limits",magnitude:"size",maintain:"keep",maximum:"most",methodology:"method",methods:"ways",minimize:"decrease",minimum:"least",modify:"change",monitor:"check",necessitate:"need",notify:"tell","not later than 10 May":"by 10 May","not later than 1600":"by 1600",notwithstanding:"still",numerous:"many",objective:"aim",obligate:"bind",observe:"see",operate:"run",optimization:"improvement",optimize:"improve",optimum:"best",option:"choice",parameters:"limits",participate:"take part",perform:"do",permit:"let","pertaining to":"about",portion:"part",possess:"have",practicable:"practical",preceding:"before",preclude:"prevent",present:"show",previous:"earlier",previously:"before",prioritize:"rank","prior to":"before",proceed:"do",proficiency:"skill",promulgate:"issue",provide:"give","provided that":"if","provides guidance for":"guides",purchase:"buy","pursuant to":"by",receive:"get",reflect:"show",regarding:"about","relative to":"about",relocate:"move",remain:"stay",remainder:"rest",remuneration:"pay",render:"give",represents:"is",request:"ask",require:"must","required to":"need to",requirement:"need",reside:"live",retain:"keep",selection:"choice","set forth in":"in","similar to":"like",simultaneously:"at the same time",solicit:"ask for","state-of-the-art":"latest",subject:"the",submit:"send",subsequent:"later",subsequently:"after",substantial:"large","such as":"like",sufficient:"enough",terminate:"end","the system":"we","the undersigned":"I",therefore:"so",therein:"there",thereof:"its",timely:"prompt","to be able to":"to",transaction:"order",transmit:"send","unable to":"can't","under the provisions of":"under","until such time as":"until",utilize:"use",url:"link",validate:"confirm",viable:"workable",vice:"instead of",warrant:"permit",whereas:"since","with reference to":"about","with the exception of":"except for",witnessed:"saw","x and/or y":"x, y, or both"}},87453:(e,t,n)=>{"use strict";function a(){const e=document.querySelector('iframe[name="editor-canvas"]'),t=e?.contentDocument||e?.contentWindow?.document;return{foundContainer:t?.body||document.querySelector(".edit-post-visual-editor > div"),foundIframe:!!e}}n.d(t,{A:()=>a})},95073:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(47143),r=n(74263),s=n(87453),o=n(65634),i=n(29526);let l,c,u=!localStorage.getItem("jetpack-ai-breve-first-hover");function d(e){if(e===document.body||null===e)return null;const t=e.getAttribute("data-breve-type");return i.A.map((({config:e})=>e.name)).includes(t)?e:d(e.parentElement)}async function p(e){if(u){await(0,r.F)(),u=!1,localStorage.setItem("jetpack-ai-breve-first-hover","false");if(window.innerWidth<600)return}clearTimeout(l),clearTimeout(c);const t=(0,a.select)("jetpack/ai-breve");c=setTimeout((()=>{if(t.isPopoverHover())return;const n=d(e.target);if(!n)return;let r=n;if(n.getAttribute("data-breve-type")===o.S.name){const t=n.getBoundingClientRect(),a=0===e.clientY-Math.floor(t.top)?10:0;r={getBoundingClientRect:()=>({top:e.clientY+a,left:e.clientX,bottom:e.clientY,right:e.clientX,width:0,height:0,x:e.clientX,y:e.clientY}),contextElement:e.target}}(0,a.dispatch)("jetpack/ai-breve").setHighlightHover(!0),(0,a.dispatch)("jetpack/ai-breve").setPopoverAnchor({target:n,virtual:r})}),500)}function m(){clearTimeout(l),clearTimeout(c),l=setTimeout((()=>{(0,a.dispatch)("jetpack/ai-breve").setHighlightHover(!1)}),100)}function g(e){const{foundContainer:t}=(0,s.A)(),n=`block-${e}`,a=t?.querySelector?.(`#${n}`);i.A.forEach((({config:e})=>{const t=a?.querySelectorAll?.(`[data-breve-type='${e.name}']`);t&&t?.length>0&&t.forEach((e=>{e?.removeEventListener?.("mouseover",p),e?.addEventListener?.("mouseover",p),e?.removeEventListener?.("mouseleave",m),e?.addEventListener?.("mouseleave",m)}))}))}},29526:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(27723),r=n(64949),s=n(65634),o=n(8589),i=n(39e3);const __=a.__,l=[{config:o.rp,highlight:o.Ay,description:__("Fix spelling mistakes.","jetpack")},{config:r.jp,highlight:r.Ay,dictionary:r.zz,description:__("Use simple, direct words.","jetpack")},{config:s.S,highlight:s.A,description:__("Long sentences are hard to read.","jetpack")},{config:i.E,highlight:i.A,description:__("Remove weasel words.","jetpack")}]},65634:(e,t,n)=>{"use strict";n.d(t,{A:()=>i,S:()=>s});var a=n(27723),r=n(23094);const s={name:"long-sentences",title:(0,a.__)("Long sentences","jetpack"),tagName:"span",className:"jetpack-ai-breve__has-proofread-highlight--long-sentences",defaultEnabled:!1},o=/[^\s][^.!?]+[.!?]+/g;function i(e){const t=[],n=e.match(o);if(!n)return t;return[...new Set(n.filter((e=>e.split(/\s+/).length>20)))].forEach((n=>{const a=new RegExp((0,r.N)(n),"gi"),s=e.matchAll(a);for(const e of s)t.push({text:n,startIndex:e.index,endIndex:e.index+n.length})})),t}},46927:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a="Automattic\nTumblr\nWooCommerce\nJetpack\nSimplenote\nWPScan\nCrowdsignal\nCloudup\nAkismet\nLongreads\nNewspack\nGravatar\nBuddyPress\nbbPress\nWordCamp\nAutomatticians\nAutomattician\nMullenweg"},8589:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>b,S$:()=>E,aj:()=>f,rp:()=>p});var a=n(47143),r=n(27723),s=n(10067),o=n.n(s),i=n(16073),l=n.n(i),c=n(80847),u=n(46927);const __=r.__,d=o()("jetpack-ai-breve:spelling-mistakes"),p={name:"spelling-mistakes",title:__("Spelling mistakes","jetpack"),tagName:"span",className:"jetpack-ai-breve__has-proofread-highlight--spelling-mistakes",defaultEnabled:!1},m={},g={},A=e=>{const t=localStorage.getItem(`jetpack-ai-breve-spelling-context-${e}`);let n=null;const{loading:r,failed:s}=g[e]||{};return t?(n=JSON.parse(t),d("Loaded spelling context from local storage")):r||s||(async e=>{d("Fetching spelling context from the server");const{setDictionaryLoading:t}=(0,a.dispatch)("jetpack/ai-breve");t(p.name,!0);try{g[e]={loading:!0,loaded:!1,failed:!1};const t=await(0,c.A)(p.name,e);localStorage.setItem(`jetpack-ai-breve-spelling-context-${e}`,JSON.stringify(t)),g[e]={loading:!1,loaded:!0,failed:!1},d("Loaded spelling context from the server")}catch(t){d("Failed to fetch spelling context",t),g[e]={loading:!1,loaded:!1,failed:!0}}finally{t(p.name,!1)}})(e),n},h=({language:e="en"}={})=>{if(m[e])return m[e];const t=A(e);if(!t)return null;const{affix:n,dictionary:a}=t,r=l()(n,a);return Array.from(new Set(JSON.parse(localStorage.getItem(`jetpack-ai-breve-spelling-exceptions-${e}`))||[])).forEach((e=>r.add(e))),r.personal(u.A),m[e]=r,m[e]},E=(e,{language:t="en"}={})=>{const n=h({language:t}),{reloadDictionary:r}=(0,a.dispatch)("jetpack/ai-breve");if(n){try{const n=new Set(JSON.parse(localStorage.getItem(`jetpack-ai-breve-spelling-exceptions-${t}`))||[]);n.add(e),localStorage.setItem(`jetpack-ai-breve-spelling-exceptions-${t}`,JSON.stringify(Array.from(n)))}catch(e){return void d("Failed to add text to the dictionary",e)}delete m[t],r(),d("Added text to the dictionary",e)}},f=(e,{language:t="en"}={})=>{const n=h({language:t});if(!n||!e)return[];if("wordpress"===e.toLocaleLowerCase())return["WordPress"];return n.suggest(e)};function b(e){const t=[],n=h();if(!n)return t;const a=new RegExp(/[@#+$/]{0,1}[\p{L}\p{M}'-]+(?:\/[\p{L}\p{M}'-]+)*/gu);return Array.from(e.matchAll(a)).forEach((e=>{const a=e[0],r=e.index;if(-1!==["@","#","+","$","/"].indexOf(a[0]))return;a.split(/[-/]/).forEach((e=>{if(!n.correct(e)){const n=r+a.indexOf(e);t.push({text:e,startIndex:n,endIndex:n+e.length})}}))})),t}},39e3:(e,t,n)=>{"use strict";n.d(t,{A:()=>l,E:()=>o});var a=n(27723),r=n(23094),s=n(81421);const o={name:"unconfident-words",title:(0,a.__)("Unconfident words","jetpack"),tagName:"span",className:"jetpack-ai-breve__has-proofread-highlight--unconfident-words",defaultEnabled:!0},i=new RegExp(`\\b(${s.A.map(r.N).join("|")})\\b`,"gi");function l(e){const t=e.matchAll(i),n=[];for(const e of t){const t=e[0].trim();n.push({text:t,startIndex:e.index,endIndex:e.index+t.length})}return n}},81421:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=["may","might","could","seem","appear","probably","possibly","generally","relatively"]},41863:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(50876),r=n(70960),s=n.n(r);const o=({content:e,type:t,indexes:n,attributes:r={},ignored:o=[]})=>{let i=e;return n.length>0&&(i=n.map((e=>{const{startIndex:t,endIndex:n,text:a}=e;return{start:t,end:n,id:s()(`${a}-${t}-${n}`).toString()}})).filter((e=>!o.includes(e?.id))).reduce(((e,{start:n,end:s,id:o})=>{const i={...r,"data-id":o},l={type:t,attributes:i};return(0,a.applyFormat)(e,l,n,s)}),e)),i};function i({content:e,type:t,indexes:n,attributes:a,ignored:r}){return o({indexes:n,content:e,type:t,attributes:a,ignored:r})}},73333:(e,t,n)=>{"use strict";n.d(t,{A:()=>C});var a=n(82170),r=n(96865),s=n(85985),o=n(74997),i=n(56427),l=n(47143),c=n(86087),u=n(27723),d=n(40502),p=n(13022),m=(n(51609),n(78058)),g=n(1661),A=n(29526),h=n(65634),E=n(8589),f=n(2632),b=n(55983),v=n(23686);const __=u.__;function C(){const{setPopoverHover:e,setSuggestions:t,invalidateSuggestions:n,ignoreSuggestion:u,invalidateSingleSuggestion:C}=(0,l.useDispatch)("jetpack/ai-breve"),{tracks:k}=(0,s.st)(),{updateBlockAttributes:y}=(0,l.useDispatch)("core/block-editor"),{getBlock:B}=(0,l.useSelect)((e=>({getBlock:e("core/block-editor").getBlock})),[]),[w,_]=(0,c.useState)([]),{anchor:I,virtual:x,popoverOpen:j,id:S,feature:Q,blockId:N,title:R,loading:T,suggestions:P,description:L}=(0,l.useSelect)((e=>{const t=e("jetpack/ai-breve"),n=t.isPopoverHover(),a=t.isHighlightHover(),{target:r,virtual:s}=t.getPopoverAnchor()??{target:null,virtual:null},o=r?.getAttribute?.("data-breve-type"),i=r?.getAttribute?.("data-id"),l=r?.getAttribute?.("data-block"),c=A.A?.find?.((e=>e.config.name===o)),u=c?.config??{name:"",title:""},d=c?.description??"",p=u?.title??"",m=t.getSuggestionsLoading({feature:o,id:i,blockId:l}),g=t.getSuggestions({feature:o,id:i,blockId:l});return{title:p,description:d,anchor:r,virtual:s,feature:o,id:i,blockId:l,popoverOpen:a||n,loading:m,suggestions:g}}),[]),M=j&&x,D=Boolean(P?.suggestion)||w.length>0,F=()=>{const n=B(N);if(!n)return void e(!1);k.recordEvent("jetpack_ai_breve_ask",{feature:g.S,block:n.name,type:Q});const{target:a,text:r,occurrence:s}=(0,f.A)(I),o=(0,b.s)(s);t({anchor:I,id:S,target:a,feature:Q,text:r,blockId:N,occurrence:o})};return(0,c.useEffect)((()=>{if(Q===E.rp.name&&M){const e=I?.innerText;if(!e)return;_((0,E.aj)(e))}else _([])}),[Q,M,I]),(0,a.createElement)(a.Fragment,null,M&&I?.parentElement&&(0,a.createElement)(i.Popover,{anchor:x,placement:Q===h.S.name?"bottom":"bottom-start",className:"jetpack-ai-breve__highlight-popover",variant:"tooltip",animate:!1,focusOnMount:!1,onMouseEnter:()=>{e(!0)},onMouseLeave:t=>{t.stopPropagation(),e(!1)}},(0,a.createElement)("div",{className:(0,p.A)("jetpack-ai-breve__highlight-content",{"jetpack-ai-breve__has-suggestions":D})},(0,a.createElement)("div",{className:"jetpack-ai-breve__header-container"},(0,a.createElement)("div",{className:"jetpack-ai-breve__title"},(0,a.createElement)("div",{className:"jetpack-ai-breve__color","data-breve-type":Q}),(0,a.createElement)("div",null,R)),Q!==E.rp.name&&(0,a.createElement)("div",{className:"jetpack-ai-breve__action"},D?(0,a.createElement)(i.Button,{showTooltip:!0,size:"small",iconSize:20,icon:d.A,label:__("Retry","jetpack"),onClick:()=>{C(Q,N,S),F(),k.recordEvent("jetpack_ai_breve_retry",{feature:g.S,type:Q})}}):(0,a.createElement)(a.Fragment,null,T?(0,a.createElement)("div",{className:"jetpack-ai-breve__loading"},(0,a.createElement)(i.Spinner,null)):(0,a.createElement)(i.Button,{className:"jetpack-ai-breve__suggest",icon:m.R,iconSize:18,onClick:F},__("Suggest","jetpack"))))),(0,a.createElement)("div",{className:"jetpack-ai-breve__suggestions-container"},Q!==E.rp.name&&D&&(0,a.createElement)(i.Button,{variant:"tertiary",onClick:()=>{const t=B(N);if(!t)return void e(!1);let a=P?.html;"core/table"===t.name&&(a=r.Su.table(P?.html,!0,{hasFixedLayout:t.attributes?.hasFixedLayout})),"core/list-item"===t.name&&(a=r.Su.listItem(P?.html,!0));const[s]=(0,o.rawHandler)({HTML:a});n(N),y(N,s.attributes),e(!1),k.recordEvent("jetpack_ai_breve_apply",{feature:g.S,block:t.name,type:Q})}},P?.suggestion),Q===E.rp.name&&w.map((t=>(0,a.createElement)(i.Button,{variant:"tertiary",onClick:()=>(t=>{const a=B(N);if(!a)return void e(!1);const{target:r,occurrence:s}=(0,f.A)(I),i=(0,o.serialize)(a),l=(0,v.A)({text:i,target:r,occurrence:s,replacement:t}),[c]=(0,o.rawHandler)({HTML:l});n(N),y(N,c.attributes),e(!1)})(t),key:t,className:"jetpack-ai-breve__spelling-suggestion"},t)))),(0,a.createElement)("div",{className:"jetpack-ai-breve__helper"},Q===E.rp.name&&(0,a.createElement)(i.Button,{variant:"link",onClick:()=>{const{target:e}=(0,f.A)(I);(0,E.S$)(e),k.recordEvent("jetpack_ai_breve_add_to_dictionary",{feature:g.S,type:Q,word:e,language:"en"})}},__("Add to dictionary","jetpack")),Q!==E.rp.name&&(D?__("Click on the suggestion to insert it.","jetpack"):L),(0,a.createElement)("div",{className:"jetpack-ai-breve__helper-buttons-wrapper"},(0,a.createElement)(i.Button,{variant:"link",onClick:()=>{u(N,S),e(!1),k.recordEvent("jetpack_ai_breve_ignore",{feature:g.S,type:Q})}},__("Ignore","jetpack")))))))}},50976:(e,t,n)=>{"use strict";n.d(t,{$A:()=>s.$A,Lx:()=>o,f4:()=>r.A});var a=n(27180),r=(n(59958),n(73333)),s=n(52965);const o=a.A},55305:(e,t,n)=>{"use strict";n.r(t),n.d(t,{ignoreSuggestion:()=>A,invalidateSingleSuggestion:()=>h,invalidateSuggestions:()=>g,reloadDictionary:()=>E,setBlockMd5:()=>m,setDictionaryLoading:()=>p,setHighlightHover:()=>i,setPopoverAnchor:()=>c,setPopoverHover:()=>l,setSuggestions:()=>f,toggleFeature:()=>d,toggleProofread:()=>u});var a=n(96865),r=n(47143),s=n(1661),o=n(56267);function i(e){return{type:"SET_HIGHLIGHT_HOVER",isHover:e}}function l(e){return{type:"SET_POPOVER_HOVER",isHover:e}}function c(e){return{type:"SET_POPOVER_ANCHOR",anchor:e}}function u(e){const t=(0,r.select)("jetpack/ai-breve").isProofreadEnabled();return{type:"SET_PROOFREAD_ENABLED",enabled:void 0===e?!t:e}}function d(e,t){const n=(0,r.select)("jetpack/ai-breve").isFeatureEnabled(e);return{type:(void 0===t?!n:t)?"ENABLE_FEATURE":"DISABLE_FEATURE",feature:e}}function p(e,t){return{type:"SET_DICTIONARY_LOADING",feature:e,loading:t}}function m(e,t){return{type:"SET_BLOCK_MD5",blockId:e,md5:t}}function g(e){return{type:"INVALIDATE_SUGGESTIONS",blockId:e}}function A(e,t){return{type:"IGNORE_SUGGESTION",blockId:e,id:t}}function h(e,t,n){return{type:"INVALIDATE_SINGLE_SUGGESTION",feature:e,blockId:t,id:n}}function E(){return{type:"RELOAD_DICTIONARY"}}function f({anchor:e,id:t,feature:n,target:r,text:i,blockId:l,occurrence:c}){return({dispatch:u})=>{e?.classList?.add("jetpack-ai-breve__is-loading"),u({type:"SET_SUGGESTIONS_LOADING",id:t,feature:n,blockId:l,loading:!0}),(0,a.R0)((0,o.o)({feature:n,target:r,text:i,blockId:l,occurrence:c}),{feature:s.S}).then((a=>{e?.classList?.remove("jetpack-ai-breve__is-loading");try{const e=JSON.parse(a);u({type:"SET_SUGGESTIONS",id:t,feature:n,suggestions:e,blockId:l})}catch(e){u({type:"SET_SUGGESTIONS_LOADING",id:t,feature:n,blockId:l,loading:!1})}})).catch((()=>{e?.classList?.remove("jetpack-ai-breve__is-loading"),u({type:"SET_SUGGESTIONS_LOADING",id:t,feature:n,blockId:l,loading:!1})}))}}},59958:(e,t,n)=>{"use strict";var a=n(47143),r=n(55305),s=n(89746),o=n(10248);const i=(0,a.createReduxStore)("jetpack/ai-breve",{reducer:s.Ay,selectors:o,actions:r});(0,a.register)(i)},89746:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c});var a=n(47143),r=n(29526);const s=window.localStorage.getItem("jetpack-ai-breve-enabled"),o=window.localStorage.getItem("jetpack-ai-breve-disabled-features"),i={enabled:"true"===s,disabled:null!==o?JSON.parse(o):r.A.filter((e=>!e.config.defaultEnabled)).map((e=>e.config.name))};const l="jetpack-ai-breve__highlight-hovered";const c=(0,a.combineReducers)({popover:function(e={},t){const n=()=>{e?.anchor?.target?.classList?.remove(l)};switch(t.type){case"SET_HIGHLIGHT_HOVER":return e?.isPopoverHover||t?.isHover||n(),{...e,isHighlightHover:t.isHover};case"SET_POPOVER_HOVER":return e?.isHighlightHover||t?.isHover||n(),{...e,isPopoverHover:t.isHover};case"SET_POPOVER_ANCHOR":{if(!t.anchor)return e;const a=e?.anchor?.target,r=t?.anchor?.target;return a!==r&&n(),r?.classList?.add(l),{...e,anchor:t.anchor}}}return e},configuration:function(e=i,t){switch(t.type){case"SET_PROOFREAD_ENABLED":{const n=void 0!==t?.enabled?t?.enabled:!e?.enabled;return window.localStorage.setItem("jetpack-ai-breve-enabled",String(n)),{...e,enabled:n}}case"ENABLE_FEATURE":{const n=(e.disabled??[]).filter((e=>e!==t.feature));return window.localStorage.setItem("jetpack-ai-breve-disabled-features",JSON.stringify(n)),{...e,disabled:n}}case"DISABLE_FEATURE":{const n=[...e.disabled??[],t.feature];return window.localStorage.setItem("jetpack-ai-breve-disabled-features",JSON.stringify(n)),{...e,disabled:n}}case"SET_DICTIONARY_LOADING":{const n=t.loading?[...e.loading??[],t.feature]:[...e.loading??[]].filter((e=>e!==t.feature));return{...e,loading:n}}case"RELOAD_DICTIONARY":return{...e,reload:!e.reload}}return e},suggestions:function(e={},t){const{id:n,feature:a,blockId:r}=t??{},s={...e},o=s?.[r]??{},i=s?.[r]?.[a]?.[n]||{};switch(t.type){case"SET_SUGGESTIONS_LOADING":return{...s,[r]:{...o,[a]:{...o[a]??{},[n]:{...i,loading:t.loading}}}};case"SET_SUGGESTIONS":return{...s,[r]:{...o,[a]:{...o[a]??{},[n]:{...i,loading:!1,suggestions:t.suggestions}}}};case"SET_BLOCK_MD5":return{...s,[r]:{md5:t.md5,...o}};case"INVALIDATE_SUGGESTIONS":return{...s,[r]:{}};case"INVALIDATE_SINGLE_SUGGESTION":return{...s,[r]:{...o,[a]:{...o[a]??{},[n]:{}}}};case"IGNORE_SUGGESTION":return{...s,[r]:{...o,ignored:[...o.ignored??[],n]}}}return e}})},10248:(e,t,n)=>{"use strict";function a(e){return e.popover?.isHighlightHover}function r(e){return e.popover?.isPopoverHover}function s(e){return e?.popover?.anchor??null}function o(e){return e.popover?.level}function i(e){return e.configuration?.enabled}function l(e,t){return!e.configuration?.disabled?.includes(t)}function c(e,t){return e.configuration?.loading?.includes(t)}function u(e){return e.configuration?.disabled}function d(e){return e.configuration?.reload}function p(e,t){return e.suggestions?.[t]?.md5??""}function m(e,{feature:t,id:n,blockId:a}){return e.suggestions?.[a]?.[t]?.[n]?.loading}function g(e,{feature:t,id:n,blockId:a}){return e.suggestions?.[a]?.[t]?.[n]?.suggestions}function A(e,{blockId:t}){return e.suggestions?.[t]?.ignored}n.r(t),n.d(t,{getBlockMd5:()=>p,getDisabledFeatures:()=>u,getIgnoredSuggestions:()=>A,getPopoverAnchor:()=>s,getPopoverLevel:()=>o,getReloadFlag:()=>d,getSuggestions:()=>g,getSuggestionsLoading:()=>m,isFeatureDictionaryLoading:()=>c,isFeatureEnabled:()=>l,isHighlightHover:()=>a,isPopoverHover:()=>r,isProofreadEnabled:()=>i})},67789:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=e=>{const t=(e=>e.split(/\s+/).filter((e=>e.length>0)).length)(e),n=(e=>e.split(/[.!?]+/).filter((e=>e.length>0)).length)(e),a=(e=>e.split(/\s+/).reduce(((e,t)=>e+(e=>{if(e.length<=3)return 1;const t=(e=e.toLowerCase().replace(/(?:[^laeiouy]es|ed|[^laeiouy]e)$/,"").replace(/^y/,"")).match(/[aeiouy]{1,2}/g);return t?t.length:1})(t)),0))(e),r=((e,t,n)=>0===e||0===t?null:e/t*.39+n/e*11.8-15.59)(t,n,a);return r}},23094:(e,t,n)=>{"use strict";n.d(t,{N:()=>a});const a=e=>e.replace(/[.*+?^${}()|[\]\\/]/g,"\\$&")},81932:(e,t,n)=>{"use strict";n.d(t,{GB:()=>i,Ul:()=>o,Ur:()=>l});var a=n(47143),r=n(48499);function s(){const{getAiAssistantFeature:e}=(0,a.select)("wordpress-com/plans");return e()}function o(){const{currentTier:e,featuresControl:t}=s();if(!1===t?.["write-brief"]?.enabled)return!1;const{getHiddenBlockTypes:n}=(0,a.select)("core/edit-post")||{};return!(n?.()||[]).includes("jetpack/ai-assistant")&&(0,r.C)("ai-proofread-breve")}function i(){const{featuresControl:e}=s();return!1!==e?.["write-brief"]?.enabled}function l(e){const{featuresControl:t}=s();return!1!==t?.["write-brief"]?.[e]?.enabled}},80847:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(10067);const r=n.n(a)()("jetpack-ai-breve:get-dictionary");async function s(e,t){r("Asking dictionary for type: %s. language: %s",e,t);const n=`https://s${Math.floor(3*Math.random())}.wp.com/wp-content/lib/jetpack-ai/breve-dictionaries/${e}/${t}.json`;try{const e=await fetch(n);if(404===e.status)throw new Error("The requested dictionary does not exist");if(200!==e.status)throw new Error("Failed to fetch dictionary");return e.json()}catch(e){return r("Error getting dictionary: %o",e),Promise.reject(e)}}},10402:(e,t,n)=>{"use strict";n.d(t,{u:()=>a});const a=(e,t)=>{const n=Array.from(e.childNodes),a=n.indexOf(t),r=n.slice(0,a),s=document.createElement("div");return r.forEach((e=>s.appendChild(e.cloneNode(!0)))),s.innerText.length}},54711:(e,t,n)=>{"use strict";n.d(t,{D:()=>a});const a=e=>{let t=e?.parentElement??null;for(;t&&"A"===t.tagName;)t=t.parentElement;return t}},56267:(e,t,n)=>{"use strict";n.d(t,{o:()=>i});var a=n(74997),r=n(47143),s=n(29526);const o={"complex-words":"breve-complex-word","unconfident-words":"breve-unconfident-word","long-sentences":"breve-long-sentence"},i=({feature:e,target:t,text:n,blockId:i,occurrence:l})=>{const c=(0,r.select)("core/block-editor").getBlock(i),u=(0,a.getBlockContent)(c),d=(s.A?.find?.((t=>t.config.name===e))?.dictionary||{})[t.toLowerCase()]||null;return[{role:"jetpack-ai",context:{type:o[e],target:t,text:n,html:u,replacement:d,occurrence:l}}]}},2632:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(10402),r=n(54711);function s(e){const t=e?.innerText,n=(0,r.D)(e),s=n?.innerText,o=(0,a.u)(n,e),i=new RegExp(t,"gi"),l=Array.from(s.matchAll(i)).map((e=>e.index));return{target:t,parent:n,text:s,occurrence:Math.max(1,l.indexOf(o)+1)}}},73359:(e,t,n)=>{"use strict";n.d(t,{M:()=>s});var a=n(74997);const{getBlockContent:r}=a;function s(e){return function(e){const t=document.implementation.createHTMLDocument("");return t.body.innerHTML=e,t.body.querySelectorAll("td, th").forEach((e=>{e.innerHTML=` ${e.innerHTML}`})),t.body.innerText}(e.map((e=>r(e))).join(""))}},55983:(e,t,n)=>{"use strict";n.d(t,{s:()=>a});const a=e=>{const t=["th","st","nd","rd"],n=e%100;return e+(t[(n-20)%10]||t[n]||t[0])}},52965:(e,t,n)=>{"use strict";n.d(t,{$A:()=>p});var a=n(74997),r=n(47143),s=n(50876),o=n(70960),i=n.n(o),l=n(29526),c=n(95073),u=n(41863),d=n(81932);function p(){l.A.forEach((e=>{!function(e){if(!e)return;const{highlight:t,config:n}=e,{name:o,...l}=n,p=`jetpack/ai-proofread-${o}`,m={name:p,interactive:!1,edit:()=>{},...l,__experimentalGetPropsForEditableTreePreparation(e,{blockClientId:t}){const{getIgnoredSuggestions:a,isFeatureEnabled:s,isProofreadEnabled:o,isFeatureDictionaryLoading:i,getReloadFlag:l}=(0,r.select)("jetpack/ai-breve"),c=(0,d.GB)(),u=(0,d.Ur)(n.name);return{isProofreadEnabled:c&&o()&&(0,d.Ul)(),isFeatureEnabled:u&&s(n.name),ignored:a({blockId:t}),isFeatureDictionaryLoading:i(n.name),reloadFlag:l()}},__experimentalCreatePrepareEditableTree:({isProofreadEnabled:e,isFeatureEnabled:o,ignored:l,isFeatureDictionaryLoading:d},{blockClientId:m,richTextIdentifier:g})=>(A,h)=>{const{getBlock:E}=(0,r.select)("core/block-editor"),{getBlockMd5:f}=(0,r.select)("jetpack/ai-breve"),{invalidateSuggestions:b,setBlockMd5:v}=(0,r.dispatch)("jetpack/ai-breve"),C={formats:A,text:h},k=p;let y=l;const B=f(m);if(h&&e&&o&&!d){const e=E(m),r="content"===g?h:(0,a.getBlockContent)(e),s=i()(r).toString();B!==s&&(y=[],b(m),v(m,s));const o=t(h),l=(0,u.A)({ignored:y,content:C,type:k,indexes:o,attributes:{"data-breve-type":n.name,"data-identifier":g??"none","data-block":m}});return setTimeout((()=>{(0,c.A)(m)}),100),l.formats}return(0,s.removeFormat)(C,k,0,C.text.length).formats}};(0,s.registerFormatType)(p,m)}(e)}))}},23686:(e,t,n)=>{"use strict";function a({text:e,target:t,occurrence:n,replacement:a}){const r=new RegExp(t,"gi"),s=Array.from(e.matchAll(r)).map((e=>e.index))[n-1],o=s+t.length;return e.substring(0,s)+a+e.substring(o)}n.d(t,{A:()=>a})},74263:(e,t,n)=>{"use strict";n.d(t,{F:()=>r});var a=n(47143);const r=async()=>{const{clearSelectedBlock:e}=(0,a.dispatch)("core/block-editor"),{enableComplementaryArea:t}=(0,a.dispatch)("core/interface");e(),await t("core/edit-post","jetpack-sidebar/jetpack");const n=document.querySelector(".jetpack-ai-assistant-panel"),r=n?.classList.contains("is-opened"),s=n?.querySelector("h2 button");r&&s?.click(),setTimeout((()=>{s?.click()}),50)}},37215:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(82170),r=n(96865),s=n(85985),o=n(56427),i=n(47143),l=n(86087),c=n(27723),u=(n(51609),n(9847)),d=n(71933);const __=c.__;function p({disabled:e=!1,busy:t=!1,placement:n}){const[c,p]=(0,l.useState)(!1),[m,g]=(0,l.useState)([null]),{tracks:A}=(0,s.st)(),h=(0,i.useSelect)((e=>e("core/editor").getCurrentPostId()),[]),E=(0,u.A)(),f=()=>{p(!c)},{increaseAiAssistantRequestsCount:b,dequeueAiAssistantFeatureAsyncRequest:v}=(0,i.useDispatch)("wordpress-com/plans"),C=(0,l.useCallback)((()=>{b()}),[b]),{request:k,requestingState:y}=(0,r.XE)({askQuestionOptions:{postId:h},onSuggestion:e=>{const t=e.split("\n").map(((e,t)=>e?.length?(0,a.createElement)("p",{key:`line-${t}`},e):null));g(t)},onDone:C,onError:()=>{}});return(0,a.createElement)("div",null,c&&(0,a.createElement)(d.A,{requestingState:y,handleClose:f},(0,a.createElement)("div",{className:"ai-assistant-post-feedback__suggestion"},m)),(0,a.createElement)("p",null,__("Get feedback on content structure.","jetpack")),(0,a.createElement)(o.Button,{onClick:()=>{const e=[{role:"jetpack-ai",context:{type:"proofread-plugin",content:E}}];v(),k(e,{feature:"jetpack-ai-proofread-plugin"}),f(),A.recordEvent("jetpack_ai_get_feedback",{feature:"jetpack-ai-proofread-plugin",placement:n})},variant:"secondary",disabled:!E||e,isBusy:t},__("Generate feedback","jetpack")))}},71933:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(96865),s=n(56427),o=n(27723),i=n(10991);const __=o.__,l=({requestingState:e,onClose:t,title:n})=>(0,a.createElement)("div",{className:"ai-assistant-modal__header"},(0,a.createElement)("div",{className:"ai-assistant-modal__title-wrapper"},(0,a.createElement)(r.wS,{state:e}),(0,a.createElement)("h1",{className:"ai-assistant-modal__title"},n)),(0,a.createElement)(s.Button,{icon:i.A,label:__("Close","jetpack"),onClick:t}));function c({children:e,handleClose:t,hideHeader:n=!0,requestingState:r="init",title:o=__("AI Assistant","jetpack"),maxWidth:i=720}){return(0,a.createElement)(s.Modal,{__experimentalHideHeader:n,className:"ai-assistant-modal",shouldCloseOnClickOutside:!1,onRequestClose:t},(0,a.createElement)("div",{className:"ai-assistant-modal__content",style:{maxWidth:i}},(0,a.createElement)(l,{requestingState:r,onClose:t,title:o}),(0,a.createElement)("hr",{className:"ai-assistant-modal__divider"}),e))}},76318:(e,t,n)=>{"use strict";n.d(t,{A:()=>E});var a=n(82170),r=n(96865),s=n(85985),o=n(56427),i=n(47143),l=n(86087),c=n(27723),u=n(48499),d=n(10617),p=n(9847),m=n(71933),g=n(22079),A=n(22473);const __=c.__,h=(0,u.C)("ai-title-optimization-keywords-support");function E({placement:e,busy:t,disabled:n}){const c=__("Optimize post title","jetpack"),u=__("Improve title for SEO","jetpack"),E=h?u:c,f=__("Use AI to optimize key details of your post.","jetpack"),b=__("AI suggested titles based on your content and keywords for better SEO results.","jetpack"),v=h?b:f,C=__("Improve title","jetpack"),k=__("Improve title for SEO","jetpack"),y=h?k:C,B=(0,p.A)(),[w,_]=(0,l.useState)(null),[I,x]=(0,l.useState)(!1),[j,S]=(0,l.useState)(!1),[Q,N]=(0,l.useState)([]),[R,T]=(0,l.useState)(!1),[P,L]=(0,l.useState)(""),{editPost:M}=(0,i.useDispatch)("core/editor"),{autosave:D}=(0,d.A)(),{increaseAiAssistantRequestsCount:F}=(0,i.useDispatch)("wordpress-com/plans"),{tracks:O}=(0,s.st)(),{recordEvent:z}=O,U=(0,l.useCallback)((()=>{x(!I)}),[I]),H=(0,l.useCallback)((e=>{S(!1),F();try{const t=JSON.parse(e);N(t),_(t?.[0]?.title)}catch(e){}}),[F]),{request:V,stopSuggestion:q}=(0,r.XE)({onDone:H,onError:()=>{T(!0),S(!1)}}),G=(0,l.useCallback)(((t=!1)=>{z("jetpack_ai_title_optimization_generate",{placement:e,has_keywords:!!P,is_retry:t}),S(!0);V([{role:"jetpack-ai",context:{type:"title-optimization",content:B,keywords:P}}],{feature:"jetpack-ai-title-optimization"})}),[z,e,B,P,V]),$=(0,l.useCallback)((()=>{U(),G()}),[G,U]),W=(0,l.useCallback)((()=>{T(!1),G(!0)}),[G]),Z=(0,l.useCallback)((()=>{G()}),[G]),Y=(0,l.useCallback)((t=>{z("jetpack_ai_title_optimization_accept",{placement:e}),M({title:w}),U();try{D(t)}catch(e){}}),[D,M,e,z,w,U]),J=(0,l.useCallback)((()=>{U(),L(""),q()}),[q,U]);return(0,a.createElement)("div",null,(0,a.createElement)("p",null,v),(0,a.createElement)(o.Button,{isBusy:t,disabled:!B||n,onClick:$,variant:"secondary"},y),I&&(0,a.createElement)(m.A,{handleClose:J,title:E,maxWidth:h?700:512},j?(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__loading"},(0,a.createElement)(o.Spinner,{style:{width:"50px",height:"50px"}}),__("Reading your post and generating suggestions…","jetpack")):(0,a.createElement)(a.Fragment,null,R?(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__error"},__("The generation of your suggested titles failed. Please try again.","jetpack")):(0,a.createElement)(a.Fragment,null,h&&(0,a.createElement)(g.A,{onGenerate:Z,onKeywordsChange:L,disabled:j,currentKeywords:P}),!h&&(0,a.createElement)("span",{className:"jetpack-ai-title-optimization__intro"},__("Choose an optimized title below:","jetpack")),(0,a.createElement)(A.A,{onChangeValue:e=>_(e.target.value),selected:w,options:Q?.map?.((e=>({value:e.title,label:e.title,description:e.explanation})))})),(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__cta"},(0,a.createElement)(o.Button,{variant:"secondary",onClick:U},__("Cancel","jetpack")),R?(0,a.createElement)(o.Button,{variant:"primary",onClick:W},__("Try again","jetpack")):(0,a.createElement)(o.Button,{variant:"primary",onClick:Y},__("Replace title","jetpack")))),(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__footer"},(0,a.createElement)(o.ExternalLink,{href:"https://jetpack.com/redirect/?source=jetpack-ai-feedback"},__("Provide feedback","jetpack")))))}},22079:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(82170),r=n(56427),s=n(27723);const __=s.__;function o({onGenerate:e,onKeywordsChange:t,currentKeywords:n,disabled:s}){return(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__keywords"},(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__keywords__textarea"},(0,a.createElement)("textarea",{value:n,disabled:s,maxLength:100,rows:1,onChange:e=>{t(e.target.value)},placeholder:__("Add optional keywords you'd like to include and generate new suggestions.","jetpack")})),(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__keywords__button"},(0,a.createElement)(r.Button,{onClick:e,variant:"secondary",disabled:s},__("Generate again","jetpack"))))}},22473:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(82170);const r="title-optimization-option";function s({options:e,selected:t,onChangeValue:n}){return(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__options"},e.map(((e,s)=>(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__option",key:`${r}-${s}`},(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__option-input"},(0,a.createElement)("input",{id:`${r}-${s}`,type:"radio",name:r,value:e.value,onChange:n,checked:e.value===t})),(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__option-content"},(0,a.createElement)("label",{className:"jetpack-ai-title-optimization__option-label",htmlFor:`${r}-${s}`},e.label,(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__option-description"},e.description)))))))}},93471:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(82170),r=n(11876),s=n(56427),o=n(86087),i=n(27723),l=n(13022),c=(n(51609),n(58164));const __=i.__,u=({usage:e})=>{if(null==e)return null;const t=100-100*Math.max(Math.min(e,1),0),n={width:`${t}%`};return(0,a.createElement)("div",{className:"ai-assistant-usage-bar-wrapper"},(0,a.createElement)("div",{className:(0,l.A)("ai-assistant-usage-bar-usage",{warning:t<60&&t>20,danger:t<=20}),style:n}))};const d=function({isOverLimit:e,planType:t,requestsCount:n,requestsLimit:l,nextResetDate:d=null,loading:p=!1}){const m=e||n>=l;let g=null;const A=Array(),h=Math.max(0,l-n);m&&t===c._X&&A.push(__("You've reached your free requests limit.","jetpack")),m&&t===c.ds&&A.push(__("You've reached your plan requests limit.","jetpack")),d&&t===c.ds&&(g=(0,o.createInterpolateElement)((0,i.sprintf)( +__("Image generation costs %d requests per image. You don't have enough requests to generate another image.","jetpack"),j):null,Y=(0,a.createElement)(s.Button,{onClick:G,variant:"primary",disabled:!D?.image||D?.generating},__("Insert image","jetpack"));return(0,a.createElement)(p.A,{images:O,currentIndex:R,title:__("Generate an image with AI","jetpack"),cost:j,open:h,placement:e,onClose:U,onTryAgain:q,onGenerate:z?.current>0?V:H,generating:F?.generating,notEnoughRequests:N,requireUpgrade:y,upgradeDescription:Z,currentLimit:w,currentUsage:B,isUnlimited:Q,hasError:Boolean(F?.error),handlePreviousImage:L,handleNextImage:M,acceptButton:Y,generateButtonLabel:z?.current>0?$:W,instructionsPlaceholder:__("Describe the image you'd like to create.","jetpack")})}},96051:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(96865),r=n(47143),s=n(86087),o=n(27723),i=n(93832),l=n(61297),c=n(99991);const __=o.__;function u({feature:e,type:t,cost:n,autoStart:o=!0}){const{generateImageWithParameters:u}=(0,a.Kf)(),{increaseRequestsCount:d}=(0,l.A)(),{saveToMediaLibrary:p}=(0,c.A)(),{createNotice:m}=(0,r.useDispatch)("core/notices"),g=(0,s.useRef)(0),[A,h]=(0,s.useState)(0),[E,f]=(0,s.useState)([{generating:o}]),b=(0,s.useCallback)(((e,t)=>{f((n=>{const a=[...n];return a[t]={...a[t],...e},a}))}),[]),v=(0,s.useCallback)((e=>{m("success",e,{type:"snackbar",isDismissible:!0})}),[m]),C=(0,s.useCallback)((()=>{d(n)}),[d,n]),k=(0,s.useCallback)((e=>{if(!e)return"image.png";const t=e.split(" ").slice(0,10).join(" ");return(0,i.cleanForSlug)(t)+".png"}),[]),y=(0,s.useCallback)((({userPrompt:n,postContent:a,notEnoughRequests:r})=>new Promise(((s,o)=>{if(b({generating:!0,error:null},g.current),r)return b({generating:!1,error:new Error(__("You don't have enough requests to generate another image.","jetpack"))},g.current),void s({});const i=u({feature:e,size:"1792x1024",responseFormat:"b64_json",style:"photographic",messages:[{role:"jetpack-ai",context:{type:t,request:n||null,content:a}}]}),l=k(n);i.then((e=>{if(e.data.length>0){const t="data:image/png;base64,"+e.data[0].b64_json;b({image:t},g.current),C(),p(t,l).then((e=>{v(__("Image saved to media library.","jetpack")),b({libraryId:e?.id,libraryUrl:e?.url,generating:!1},g.current),g.current+=1,s({image:t,libraryId:e?.id,libraryUrl:e?.url})})).catch((()=>{b({generating:!1},g.current),g.current+=1,s({image:t})}))}})).catch((e=>{b({generating:!1,error:e},g.current),o(e)}))}))),[b,u,e,t,C,p,v,k]),B=(0,s.useCallback)((()=>{h(Math.max(A-1,0))}),[A,h]),w=(0,s.useCallback)((()=>{h(Math.min(A+1,E.length-1))}),[A,E.length]);return{current:A,setCurrent:h,processImageGeneration:y,handlePreviousImage:B,handleNextImage:w,currentImage:E[A],currentPointer:E[g.current],images:E,pointer:g}}},16615:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(85985),r=n(86087);function s(){const[e]=(0,r.useState)((0,a.d9)()?"atomic":(0,a.Sy)()?"simple":"jetpack");return e}},46536:(e,t,n)=>{"use strict";n.d(t,{OE:()=>r.A,dY:()=>s.dY,hB:()=>s.hB,m2:()=>a.A});var a=n(90096),r=n(83729),s=n(22465)},22465:(e,t,n)=>{"use strict";n.d(t,{Dk:()=>s,bb:()=>o,dY:()=>l,hB:()=>i,oW:()=>a,yP:()=>r});const a="featured-post-image",r="general-image",s="stable-diffusion",o="dall-e-3",i="media-source-dropdown",l="block-placeholder-button"},1661:(e,t,n)=>{"use strict";n.d(t,{S:()=>a});const a="jetpack-ai-breve"},27180:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(85985),s=n(56427),o=n(29491),i=n(47143),l=n(27723),c=n(51609),u=n(29526),d=n(67789),p=n(81932),m=n(73359);const __=l.__,g=(0,o.compose)((0,i.withSelect)((e=>({blocks:e("core/block-editor").getBlocks(),disabledFeatures:e("jetpack/ai-breve").getDisabledFeatures()}))))((({blocks:e,disabledFeatures:t})=>{const[n,l]=(0,c.useState)(null),{toggleFeature:g,toggleProofread:A,setPopoverHover:h,setHighlightHover:E,setPopoverAnchor:f}=(0,i.useDispatch)("jetpack/ai-breve"),{tracks:b}=(0,r.st)(),v=(0,i.useSelect)((e=>e("jetpack/ai-breve").isProofreadEnabled()),[]),C=(0,c.useCallback)((()=>{if(!v)return;const t=(0,m.M)(e),n=(0,d.A)(t),a="number"==typeof n?n.toFixed(2):null;l(a)}),[e,v]),k=(0,o.useDebounce)(C,250),y=(0,c.useCallback)((e=>t=>{b.recordEvent("jetpack_ai_breve_feature_toggle",{type:e,on:t}),g(e,t)}),[b,g]),B=(0,c.useCallback)((()=>{b.recordEvent("jetpack_ai_breve_toggle",{on:!v}),A()}),[b,v,A]);return(0,c.useEffect)((()=>{k()}),[k]),(e=>{const[t,n]=(0,c.useState)(!1);t||(e(),n(!0))})(C),(0,c.useEffect)((()=>{h(!1),E(!1),f({target:null,virtual:null})}),[h,E,f,v,t]),(0,a.createElement)("div",{className:"jetpack-ai-proofread"},(0,a.createElement)("p",null," ",__("Improve your writing with AI.","jetpack")),(0,a.createElement)(s.PanelRow,null,(0,a.createElement)(s.BaseControl,null,(0,a.createElement)("div",{className:"grade-level-container"},null===n?(0,a.createElement)("p",{className:"jetpack-ai-proofread__help-text"},__("Write to see your grade level.","jetpack")):(0,a.createElement)(s.Tooltip,{text:__("To make it easy to read, aim for level 8–12","jetpack")},(0,a.createElement)("p",null,n,(0,a.createElement)("span",{className:"jetpack-ai-proofread__grade-label"},__("Reading grade score","jetpack"))))))),(0,a.createElement)(s.PanelRow,null,(0,a.createElement)(s.BaseControl,null,(0,a.createElement)(s.ToggleControl,{checked:v,onChange:B,label:__("Show suggestions","jetpack")}),(0,a.createElement)("div",{className:"feature-checkboxes-container"},u.A.map((e=>(0,p.Ur)(e.config.name)&&(0,a.createElement)(s.CheckboxControl,{className:v?"":"is-disabled",disabled:!v,"data-breve-type":e.config.name,key:e.config.name,label:e.config.title,checked:!t.includes(e.config.name),onChange:y(e.config.name)})))))))}))},64949:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c,jp:()=>i,zz:()=>o});var a=n(27723),r=n(23094),s=n(80811);const __=a.__,o=s.A,i={name:"complex-words",title:__("Complex words","jetpack"),tagName:"span",className:"jetpack-ai-breve__has-proofread-highlight--complex-words",defaultEnabled:!0},l=new RegExp(`\\b(${Object.keys(s.A).map(r.N).join("|")})\\b`,"gi");function c(e){const t=e.matchAll(l),n=[];for(const e of t){const t=e[0].trim();n.push({text:t,suggestion:s.A[t],startIndex:e.index,endIndex:e.index+t.length})}return n}},80811:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"a and/or b":"a or b or both","able to":"can",accompany:"go with",accomplish:"do",accorded:"given",accordingly:"so",accrue:"add",accurate:"correct",activate:"turn on",additional:"more",address:"discuss","adjacent to":"next to",administer:"manage",advantageous:"helpful","adversely impact on":"hurt",advise:"recommend","afford an opportunity":"allow",aircraft:"plane",allocate:"divide","allows you to":"lets you",alternative:"other",anticipate:"expect","a number of":"some",apparent:"clear",appreciable:"many",approximate:"about","arrive onboard":"arrive","as a means of":"to",ascertain:"find out",assist:"help","associated with":"part of",attain:"meet",attempt:"try","at the present time":"now",begin:"start",benefit:"help","by means of":"by",cannot:"can't",capability:"ability",caveat:"warning","close proximity":"near","combat environment":"combat",combined:"joint",complete:"finish","comply with":"follow",component:"part",comprise:"form",concerning:"about",configure:"set up",consequently:"so",consolidate:"combine",constitutes:"is",contains:"has",convene:"meet",credentials:"username and password",currently:"now",customizations:"changes",customize:"edit",deactivate:"turn off",deem:"consider",delete:"cut",demonstrate:"show",depart:"leave",designate:"appoint",desire:"want",determine:"decide",disable:"turn off",disclose:"show",discontinue:"stop",display:"show",disseminate:"give","due to the fact that":"since","due to the fact":"since","during the period":"during","e.g.":"like","effect modifications":"make changes",elect:"choose",eliminate:"cut",employ:"use",enable:"turn on","enables you to":"lets you",encounter:"meet",endeavor:"try",ensure:"make sure",enumerate:"count",equipments:"equipment",equitable:"fair",establish:"prove",evidenced:"showed",evident:"clear",exhibit:"show",expedite:"speed up",expeditious:"fast",expend:"spend",expertise:"ability",expiration:"end",facilitate:"help","failed to":"didn't",feasible:"workable",females:"women",finalize:"finish",following:"next","for a period of":"for","for example,______etc.":"for example",forfeit:"lose",forward:"send",frequently:"often",function:"role",furnish:"give","gives you the ability to":"lets you","has a requirement for":"needs","he or she":"they",herein:"here",heretofore:"until now",herewith:"below","his or her":"their",however:"but",identical:"same",identify:"find",immediately:"at once",impacted:"affected","in a timely manner":"on time","in accordance with":"by","in addition":"also","in an effort to":"to","in conjunction with":"at the same time","in lieu of":"instead of","in order that":"for","in order to":"to","in regard to":"about","in relation to":"about","in the amount of":"for","in the event of":"if","in the near future":"soon","in view of":"since","in view of the above":"so","inasmuch as":"since",inception:"start","incumbent upon":"must",indicate:"show",indication:"sign",initial:"first",initiate:"start",input:"enter","interpose no objection":"don't object","is applicable to":"applies to","is authorized to":"may","is in consonance with":"agrees with","it appears":"seems",liaison:"discussion","limited number":"limits",magnitude:"size",maintain:"keep",maximum:"most",methodology:"method",methods:"ways",minimize:"decrease",minimum:"least",modify:"change",monitor:"check",necessitate:"need",notify:"tell","not later than 10 May":"by 10 May","not later than 1600":"by 1600",notwithstanding:"still",numerous:"many",objective:"aim",obligate:"bind",observe:"see",operate:"run",optimization:"improvement",optimize:"improve",optimum:"best",option:"choice",parameters:"limits",participate:"take part",perform:"do",permit:"let","pertaining to":"about",portion:"part",possess:"have",practicable:"practical",preceding:"before",preclude:"prevent",present:"show",previous:"earlier",previously:"before",prioritize:"rank","prior to":"before",proceed:"do",proficiency:"skill",promulgate:"issue",provide:"give","provided that":"if","provides guidance for":"guides",purchase:"buy","pursuant to":"by",receive:"get",reflect:"show",regarding:"about","relative to":"about",relocate:"move",remain:"stay",remainder:"rest",remuneration:"pay",render:"give",represents:"is",request:"ask",require:"must","required to":"need to",requirement:"need",reside:"live",retain:"keep",selection:"choice","set forth in":"in","similar to":"like",simultaneously:"at the same time",solicit:"ask for","state-of-the-art":"latest",subject:"the",submit:"send",subsequent:"later",subsequently:"after",substantial:"large","such as":"like",sufficient:"enough",terminate:"end","the system":"we","the undersigned":"I",therefore:"so",therein:"there",thereof:"its",timely:"prompt","to be able to":"to",transaction:"order",transmit:"send","unable to":"can't","under the provisions of":"under","until such time as":"until",utilize:"use",url:"link",validate:"confirm",viable:"workable",vice:"instead of",warrant:"permit",whereas:"since","with reference to":"about","with the exception of":"except for",witnessed:"saw","x and/or y":"x, y, or both"}},87453:(e,t,n)=>{"use strict";function a(){const e=document.querySelector('iframe[name="editor-canvas"]'),t=e?.contentDocument||e?.contentWindow?.document;return{foundContainer:t?.body||document.querySelector(".edit-post-visual-editor > div"),foundIframe:!!e}}n.d(t,{A:()=>a})},95073:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(47143),r=n(74263),s=n(87453),o=n(65634),i=n(29526);let l,c,u=!localStorage.getItem("jetpack-ai-breve-first-hover");function d(e){if(e===document.body||null===e)return null;const t=e.getAttribute("data-breve-type");return i.A.map((({config:e})=>e.name)).includes(t)?e:d(e.parentElement)}async function p(e){if(u){await(0,r.F)(),u=!1,localStorage.setItem("jetpack-ai-breve-first-hover","false");if(window.innerWidth<600)return}clearTimeout(l),clearTimeout(c);const t=(0,a.select)("jetpack/ai-breve");c=setTimeout((()=>{if(t.isPopoverHover())return;const n=d(e.target);if(!n)return;let r=n;if(n.getAttribute("data-breve-type")===o.S.name){const t=n.getBoundingClientRect(),a=0===e.clientY-Math.floor(t.top)?10:0;r={getBoundingClientRect:()=>({top:e.clientY+a,left:e.clientX,bottom:e.clientY,right:e.clientX,width:0,height:0,x:e.clientX,y:e.clientY}),contextElement:e.target}}(0,a.dispatch)("jetpack/ai-breve").setHighlightHover(!0),(0,a.dispatch)("jetpack/ai-breve").setPopoverAnchor({target:n,virtual:r})}),500)}function m(){clearTimeout(l),clearTimeout(c),l=setTimeout((()=>{(0,a.dispatch)("jetpack/ai-breve").setHighlightHover(!1)}),100)}function g(e){const{foundContainer:t}=(0,s.A)(),n=`block-${e}`,a=t?.querySelector?.(`#${n}`);i.A.forEach((({config:e})=>{const t=a?.querySelectorAll?.(`[data-breve-type='${e.name}']`);t&&t?.length>0&&t.forEach((e=>{e?.removeEventListener?.("mouseover",p),e?.addEventListener?.("mouseover",p),e?.removeEventListener?.("mouseleave",m),e?.addEventListener?.("mouseleave",m)}))}))}},29526:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(27723),r=n(64949),s=n(65634),o=n(8589),i=n(39e3);const __=a.__,l=[{config:o.rp,highlight:o.Ay,description:__("Fix spelling mistakes.","jetpack")},{config:r.jp,highlight:r.Ay,dictionary:r.zz,description:__("Use simple, direct words.","jetpack")},{config:s.S,highlight:s.A,description:__("Long sentences are hard to read.","jetpack")},{config:i.E,highlight:i.A,description:__("Remove weasel words.","jetpack")}]},65634:(e,t,n)=>{"use strict";n.d(t,{A:()=>i,S:()=>s});var a=n(27723),r=n(23094);const s={name:"long-sentences",title:(0,a.__)("Long sentences","jetpack"),tagName:"span",className:"jetpack-ai-breve__has-proofread-highlight--long-sentences",defaultEnabled:!1},o=/[^\s][^.!?]+[.!?]+/g;function i(e){const t=[],n=e.match(o);if(!n)return t;return[...new Set(n.filter((e=>e.split(/\s+/).length>20)))].forEach((n=>{const a=new RegExp((0,r.N)(n),"gi"),s=e.matchAll(a);for(const e of s)t.push({text:n,startIndex:e.index,endIndex:e.index+n.length})})),t}},46927:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a="Automattic\nTumblr\nWooCommerce\nJetpack\nSimplenote\nWPScan\nCrowdsignal\nCloudup\nAkismet\nLongreads\nNewspack\nGravatar\nBuddyPress\nbbPress\nWordCamp\nAutomatticians\nAutomattician\nMullenweg"},8589:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>b,S$:()=>E,aj:()=>f,rp:()=>p});var a=n(47143),r=n(27723),s=n(10067),o=n.n(s),i=n(16073),l=n.n(i),c=n(80847),u=n(46927);const __=r.__,d=o()("jetpack-ai-breve:spelling-mistakes"),p={name:"spelling-mistakes",title:__("Spelling mistakes","jetpack"),tagName:"span",className:"jetpack-ai-breve__has-proofread-highlight--spelling-mistakes",defaultEnabled:!1},m={},g={},A=e=>{const t=localStorage.getItem(`jetpack-ai-breve-spelling-context-${e}`);let n=null;const{loading:r,failed:s}=g[e]||{};return t?(n=JSON.parse(t),d("Loaded spelling context from local storage")):r||s||(async e=>{d("Fetching spelling context from the server");const{setDictionaryLoading:t}=(0,a.dispatch)("jetpack/ai-breve");t(p.name,!0);try{g[e]={loading:!0,loaded:!1,failed:!1};const t=await(0,c.A)(p.name,e);localStorage.setItem(`jetpack-ai-breve-spelling-context-${e}`,JSON.stringify(t)),g[e]={loading:!1,loaded:!0,failed:!1},d("Loaded spelling context from the server")}catch(t){d("Failed to fetch spelling context",t),g[e]={loading:!1,loaded:!1,failed:!0}}finally{t(p.name,!1)}})(e),n},h=({language:e="en"}={})=>{if(m[e])return m[e];const t=A(e);if(!t)return null;const{affix:n,dictionary:a}=t,r=l()(n,a);return Array.from(new Set(JSON.parse(localStorage.getItem(`jetpack-ai-breve-spelling-exceptions-${e}`))||[])).forEach((e=>r.add(e))),r.personal(u.A),m[e]=r,m[e]},E=(e,{language:t="en"}={})=>{const n=h({language:t}),{reloadDictionary:r}=(0,a.dispatch)("jetpack/ai-breve");if(n){try{const n=new Set(JSON.parse(localStorage.getItem(`jetpack-ai-breve-spelling-exceptions-${t}`))||[]);n.add(e),localStorage.setItem(`jetpack-ai-breve-spelling-exceptions-${t}`,JSON.stringify(Array.from(n)))}catch(e){return void d("Failed to add text to the dictionary",e)}delete m[t],r(),d("Added text to the dictionary",e)}},f=(e,{language:t="en"}={})=>{const n=h({language:t});if(!n||!e)return[];if("wordpress"===e.toLocaleLowerCase())return["WordPress"];return n.suggest(e)};function b(e){const t=[],n=h();if(!n)return t;const a=new RegExp(/[@#+$/]{0,1}[\p{L}\p{M}'-]+(?:\/[\p{L}\p{M}'-]+)*/gu);return Array.from(e.matchAll(a)).forEach((e=>{const a=e[0],r=e.index;if(-1!==["@","#","+","$","/"].indexOf(a[0]))return;a.split(/[-/]/).forEach((e=>{if(!n.correct(e)){const n=r+a.indexOf(e);t.push({text:e,startIndex:n,endIndex:n+e.length})}}))})),t}},39e3:(e,t,n)=>{"use strict";n.d(t,{A:()=>l,E:()=>o});var a=n(27723),r=n(23094),s=n(81421);const o={name:"unconfident-words",title:(0,a.__)("Unconfident words","jetpack"),tagName:"span",className:"jetpack-ai-breve__has-proofread-highlight--unconfident-words",defaultEnabled:!0},i=new RegExp(`\\b(${s.A.map(r.N).join("|")})\\b`,"gi");function l(e){const t=e.matchAll(i),n=[];for(const e of t){const t=e[0].trim();n.push({text:t,startIndex:e.index,endIndex:e.index+t.length})}return n}},81421:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=["may","might","could","seem","appear","probably","possibly","generally","relatively"]},41863:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(50876),r=n(70960),s=n.n(r);const o=({content:e,type:t,indexes:n,attributes:r={},ignored:o=[]})=>{let i=e;return n.length>0&&(i=n.map((e=>{const{startIndex:t,endIndex:n,text:a}=e;return{start:t,end:n,id:s()(`${a}-${t}-${n}`).toString()}})).filter((e=>!o.includes(e?.id))).reduce(((e,{start:n,end:s,id:o})=>{const i={...r,"data-id":o},l={type:t,attributes:i};return(0,a.applyFormat)(e,l,n,s)}),e)),i};function i({content:e,type:t,indexes:n,attributes:a,ignored:r}){return o({indexes:n,content:e,type:t,attributes:a,ignored:r})}},73333:(e,t,n)=>{"use strict";n.d(t,{A:()=>C});var a=n(82170),r=n(96865),s=n(85985),o=n(74997),i=n(56427),l=n(47143),c=n(86087),u=n(27723),d=n(40502),p=n(13022),m=(n(51609),n(78058)),g=n(1661),A=n(29526),h=n(65634),E=n(8589),f=n(2632),b=n(55983),v=n(23686);const __=u.__;function C(){const{setPopoverHover:e,setSuggestions:t,invalidateSuggestions:n,ignoreSuggestion:u,invalidateSingleSuggestion:C}=(0,l.useDispatch)("jetpack/ai-breve"),{tracks:k}=(0,s.st)(),{updateBlockAttributes:y}=(0,l.useDispatch)("core/block-editor"),{getBlock:B}=(0,l.useSelect)((e=>({getBlock:e("core/block-editor").getBlock})),[]),[w,_]=(0,c.useState)([]),{anchor:I,virtual:x,popoverOpen:j,id:S,feature:Q,blockId:N,title:R,loading:T,suggestions:P,description:L}=(0,l.useSelect)((e=>{const t=e("jetpack/ai-breve"),n=t.isPopoverHover(),a=t.isHighlightHover(),{target:r,virtual:s}=t.getPopoverAnchor()??{target:null,virtual:null},o=r?.getAttribute?.("data-breve-type"),i=r?.getAttribute?.("data-id"),l=r?.getAttribute?.("data-block"),c=A.A?.find?.((e=>e.config.name===o)),u=c?.config??{name:"",title:""},d=c?.description??"",p=u?.title??"",m=t.getSuggestionsLoading({feature:o,id:i,blockId:l}),g=t.getSuggestions({feature:o,id:i,blockId:l});return{title:p,description:d,anchor:r,virtual:s,feature:o,id:i,blockId:l,popoverOpen:a||n,loading:m,suggestions:g}}),[]),M=j&&x,D=Boolean(P?.suggestion)||w.length>0,F=()=>{const n=B(N);if(!n)return void e(!1);k.recordEvent("jetpack_ai_breve_ask",{feature:g.S,block:n.name,type:Q});const{target:a,text:r,occurrence:s}=(0,f.A)(I),o=(0,b.s)(s);t({anchor:I,id:S,target:a,feature:Q,text:r,blockId:N,occurrence:o})};return(0,c.useEffect)((()=>{if(Q===E.rp.name&&M){const e=I?.innerText;if(!e)return;_((0,E.aj)(e))}else _([])}),[Q,M,I]),(0,a.createElement)(a.Fragment,null,M&&I?.parentElement&&(0,a.createElement)(i.Popover,{anchor:x,placement:Q===h.S.name?"bottom":"bottom-start",className:"jetpack-ai-breve__highlight-popover",variant:"tooltip",animate:!1,focusOnMount:!1,onMouseEnter:()=>{e(!0)},onMouseLeave:t=>{t.stopPropagation(),e(!1)}},(0,a.createElement)("div",{className:(0,p.A)("jetpack-ai-breve__highlight-content",{"jetpack-ai-breve__has-suggestions":D})},(0,a.createElement)("div",{className:"jetpack-ai-breve__header-container"},(0,a.createElement)("div",{className:"jetpack-ai-breve__title"},(0,a.createElement)("div",{className:"jetpack-ai-breve__color","data-breve-type":Q}),(0,a.createElement)("div",null,R)),Q!==E.rp.name&&(0,a.createElement)("div",{className:"jetpack-ai-breve__action"},D?(0,a.createElement)(i.Button,{showTooltip:!0,size:"small",iconSize:20,icon:d.A,label:__("Retry","jetpack"),onClick:()=>{C(Q,N,S),F(),k.recordEvent("jetpack_ai_breve_retry",{feature:g.S,type:Q})}}):(0,a.createElement)(a.Fragment,null,T?(0,a.createElement)("div",{className:"jetpack-ai-breve__loading"},(0,a.createElement)(i.Spinner,null)):(0,a.createElement)(i.Button,{className:"jetpack-ai-breve__suggest",icon:m.R,iconSize:18,onClick:F},__("Suggest","jetpack"))))),(0,a.createElement)("div",{className:"jetpack-ai-breve__suggestions-container"},Q!==E.rp.name&&D&&(0,a.createElement)(i.Button,{variant:"tertiary",onClick:()=>{const t=B(N);if(!t)return void e(!1);let a=P?.html;"core/table"===t.name&&(a=r.Su.table(P?.html,!0,{hasFixedLayout:t.attributes?.hasFixedLayout})),"core/list-item"===t.name&&(a=r.Su.listItem(P?.html,!0));const[s]=(0,o.rawHandler)({HTML:a});n(N),y(N,s.attributes),e(!1),k.recordEvent("jetpack_ai_breve_apply",{feature:g.S,block:t.name,type:Q})}},P?.suggestion),Q===E.rp.name&&w.map((t=>(0,a.createElement)(i.Button,{variant:"tertiary",onClick:()=>(t=>{const a=B(N);if(!a)return void e(!1);const{target:r,occurrence:s}=(0,f.A)(I),i=(0,o.serialize)(a),l=(0,v.A)({text:i,target:r,occurrence:s,replacement:t}),[c]=(0,o.rawHandler)({HTML:l});n(N),y(N,c.attributes),e(!1)})(t),key:t,className:"jetpack-ai-breve__spelling-suggestion"},t)))),(0,a.createElement)("div",{className:"jetpack-ai-breve__helper"},Q===E.rp.name&&(0,a.createElement)(i.Button,{variant:"link",onClick:()=>{const{target:e}=(0,f.A)(I);(0,E.S$)(e),k.recordEvent("jetpack_ai_breve_add_to_dictionary",{feature:g.S,type:Q,word:e,language:"en"})}},__("Add to dictionary","jetpack")),Q!==E.rp.name&&(D?__("Click on the suggestion to insert it.","jetpack"):L),(0,a.createElement)("div",{className:"jetpack-ai-breve__helper-buttons-wrapper"},(0,a.createElement)(i.Button,{variant:"link",onClick:()=>{u(N,S),e(!1),k.recordEvent("jetpack_ai_breve_ignore",{feature:g.S,type:Q})}},__("Ignore","jetpack")))))))}},50976:(e,t,n)=>{"use strict";n.d(t,{$A:()=>s.$A,Lx:()=>o,f4:()=>r.A});var a=n(27180),r=(n(59958),n(73333)),s=n(52965);const o=a.A},55305:(e,t,n)=>{"use strict";n.r(t),n.d(t,{ignoreSuggestion:()=>A,invalidateSingleSuggestion:()=>h,invalidateSuggestions:()=>g,reloadDictionary:()=>E,setBlockMd5:()=>m,setDictionaryLoading:()=>p,setHighlightHover:()=>i,setPopoverAnchor:()=>c,setPopoverHover:()=>l,setSuggestions:()=>f,toggleFeature:()=>d,toggleProofread:()=>u});var a=n(96865),r=n(47143),s=n(1661),o=n(56267);function i(e){return{type:"SET_HIGHLIGHT_HOVER",isHover:e}}function l(e){return{type:"SET_POPOVER_HOVER",isHover:e}}function c(e){return{type:"SET_POPOVER_ANCHOR",anchor:e}}function u(e){const t=(0,r.select)("jetpack/ai-breve").isProofreadEnabled();return{type:"SET_PROOFREAD_ENABLED",enabled:void 0===e?!t:e}}function d(e,t){const n=(0,r.select)("jetpack/ai-breve").isFeatureEnabled(e);return{type:(void 0===t?!n:t)?"ENABLE_FEATURE":"DISABLE_FEATURE",feature:e}}function p(e,t){return{type:"SET_DICTIONARY_LOADING",feature:e,loading:t}}function m(e,t){return{type:"SET_BLOCK_MD5",blockId:e,md5:t}}function g(e){return{type:"INVALIDATE_SUGGESTIONS",blockId:e}}function A(e,t){return{type:"IGNORE_SUGGESTION",blockId:e,id:t}}function h(e,t,n){return{type:"INVALIDATE_SINGLE_SUGGESTION",feature:e,blockId:t,id:n}}function E(){return{type:"RELOAD_DICTIONARY"}}function f({anchor:e,id:t,feature:n,target:r,text:i,blockId:l,occurrence:c}){return({dispatch:u})=>{e?.classList?.add("jetpack-ai-breve__is-loading"),u({type:"SET_SUGGESTIONS_LOADING",id:t,feature:n,blockId:l,loading:!0}),(0,a.R0)((0,o.o)({feature:n,target:r,text:i,blockId:l,occurrence:c}),{feature:s.S}).then((a=>{e?.classList?.remove("jetpack-ai-breve__is-loading");try{const e=JSON.parse(a);u({type:"SET_SUGGESTIONS",id:t,feature:n,suggestions:e,blockId:l})}catch(e){u({type:"SET_SUGGESTIONS_LOADING",id:t,feature:n,blockId:l,loading:!1})}})).catch((()=>{e?.classList?.remove("jetpack-ai-breve__is-loading"),u({type:"SET_SUGGESTIONS_LOADING",id:t,feature:n,blockId:l,loading:!1})}))}}},59958:(e,t,n)=>{"use strict";var a=n(47143),r=n(55305),s=n(89746),o=n(10248);const i=(0,a.createReduxStore)("jetpack/ai-breve",{reducer:s.Ay,selectors:o,actions:r});(0,a.register)(i)},89746:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c});var a=n(47143),r=n(29526);const s=window.localStorage.getItem("jetpack-ai-breve-enabled"),o=window.localStorage.getItem("jetpack-ai-breve-disabled-features"),i={enabled:"true"===s,disabled:null!==o?JSON.parse(o):r.A.filter((e=>!e.config.defaultEnabled)).map((e=>e.config.name))};const l="jetpack-ai-breve__highlight-hovered";const c=(0,a.combineReducers)({popover:function(e={},t){const n=()=>{e?.anchor?.target?.classList?.remove(l)};switch(t.type){case"SET_HIGHLIGHT_HOVER":return e?.isPopoverHover||t?.isHover||n(),{...e,isHighlightHover:t.isHover};case"SET_POPOVER_HOVER":return e?.isHighlightHover||t?.isHover||n(),{...e,isPopoverHover:t.isHover};case"SET_POPOVER_ANCHOR":{if(!t.anchor)return e;const a=e?.anchor?.target,r=t?.anchor?.target;return a!==r&&n(),r?.classList?.add(l),{...e,anchor:t.anchor}}}return e},configuration:function(e=i,t){switch(t.type){case"SET_PROOFREAD_ENABLED":{const n=void 0!==t?.enabled?t?.enabled:!e?.enabled;return window.localStorage.setItem("jetpack-ai-breve-enabled",String(n)),{...e,enabled:n}}case"ENABLE_FEATURE":{const n=(e.disabled??[]).filter((e=>e!==t.feature));return window.localStorage.setItem("jetpack-ai-breve-disabled-features",JSON.stringify(n)),{...e,disabled:n}}case"DISABLE_FEATURE":{const n=[...e.disabled??[],t.feature];return window.localStorage.setItem("jetpack-ai-breve-disabled-features",JSON.stringify(n)),{...e,disabled:n}}case"SET_DICTIONARY_LOADING":{const n=t.loading?[...e.loading??[],t.feature]:[...e.loading??[]].filter((e=>e!==t.feature));return{...e,loading:n}}case"RELOAD_DICTIONARY":return{...e,reload:!e.reload}}return e},suggestions:function(e={},t){const{id:n,feature:a,blockId:r}=t??{},s={...e},o=s?.[r]??{},i=s?.[r]?.[a]?.[n]||{};switch(t.type){case"SET_SUGGESTIONS_LOADING":return{...s,[r]:{...o,[a]:{...o[a]??{},[n]:{...i,loading:t.loading}}}};case"SET_SUGGESTIONS":return{...s,[r]:{...o,[a]:{...o[a]??{},[n]:{...i,loading:!1,suggestions:t.suggestions}}}};case"SET_BLOCK_MD5":return{...s,[r]:{md5:t.md5,...o}};case"INVALIDATE_SUGGESTIONS":return{...s,[r]:{}};case"INVALIDATE_SINGLE_SUGGESTION":return{...s,[r]:{...o,[a]:{...o[a]??{},[n]:{}}}};case"IGNORE_SUGGESTION":return{...s,[r]:{...o,ignored:[...o.ignored??[],n]}}}return e}})},10248:(e,t,n)=>{"use strict";function a(e){return e.popover?.isHighlightHover}function r(e){return e.popover?.isPopoverHover}function s(e){return e?.popover?.anchor??null}function o(e){return e.popover?.level}function i(e){return e.configuration?.enabled}function l(e,t){return!e.configuration?.disabled?.includes(t)}function c(e,t){return e.configuration?.loading?.includes(t)}function u(e){return e.configuration?.disabled}function d(e){return e.configuration?.reload}function p(e,t){return e.suggestions?.[t]?.md5??""}function m(e,{feature:t,id:n,blockId:a}){return e.suggestions?.[a]?.[t]?.[n]?.loading}function g(e,{feature:t,id:n,blockId:a}){return e.suggestions?.[a]?.[t]?.[n]?.suggestions}function A(e,{blockId:t}){return e.suggestions?.[t]?.ignored}n.r(t),n.d(t,{getBlockMd5:()=>p,getDisabledFeatures:()=>u,getIgnoredSuggestions:()=>A,getPopoverAnchor:()=>s,getPopoverLevel:()=>o,getReloadFlag:()=>d,getSuggestions:()=>g,getSuggestionsLoading:()=>m,isFeatureDictionaryLoading:()=>c,isFeatureEnabled:()=>l,isHighlightHover:()=>a,isPopoverHover:()=>r,isProofreadEnabled:()=>i})},67789:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=e=>{const t=(e=>e.split(/\s+/).filter((e=>e.length>0)).length)(e),n=(e=>e.split(/[.!?]+/).filter((e=>e.length>0)).length)(e),a=(e=>e.split(/\s+/).reduce(((e,t)=>e+(e=>{if(e.length<=3)return 1;const t=(e=e.toLowerCase().replace(/(?:[^laeiouy]es|ed|[^laeiouy]e)$/,"").replace(/^y/,"")).match(/[aeiouy]{1,2}/g);return t?t.length:1})(t)),0))(e),r=((e,t,n)=>0===e||0===t?null:e/t*.39+n/e*11.8-15.59)(t,n,a);return r}},23094:(e,t,n)=>{"use strict";n.d(t,{N:()=>a});const a=e=>e.replace(/[.*+?^${}()|[\]\\/]/g,"\\$&")},81932:(e,t,n)=>{"use strict";n.d(t,{GB:()=>i,Ul:()=>o,Ur:()=>l});var a=n(47143),r=n(48499);function s(){const{getAiAssistantFeature:e}=(0,a.select)("wordpress-com/plans");return e()}function o(){const{currentTier:e,featuresControl:t}=s();if(!1===t?.["write-brief"]?.enabled)return!1;const{getHiddenBlockTypes:n}=(0,a.select)("core/edit-post")||{};return!(n?.()||[]).includes("jetpack/ai-assistant")&&(0,r.C)("ai-proofread-breve")}function i(){const{featuresControl:e}=s();return!1!==e?.["write-brief"]?.enabled}function l(e){const{featuresControl:t}=s();return!1!==t?.["write-brief"]?.[e]?.enabled}},80847:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(10067);const r=n.n(a)()("jetpack-ai-breve:get-dictionary");async function s(e,t){r("Asking dictionary for type: %s. language: %s",e,t);const n=`https://s${Math.floor(3*Math.random())}.wp.com/wp-content/lib/jetpack-ai/breve-dictionaries/${e}/${t}.json`;try{const e=await fetch(n);if(404===e.status)throw new Error("The requested dictionary does not exist");if(200!==e.status)throw new Error("Failed to fetch dictionary");return e.json()}catch(e){return r("Error getting dictionary: %o",e),Promise.reject(e)}}},10402:(e,t,n)=>{"use strict";n.d(t,{u:()=>a});const a=(e,t)=>{const n=Array.from(e.childNodes),a=n.indexOf(t),r=n.slice(0,a),s=document.createElement("div");return r.forEach((e=>s.appendChild(e.cloneNode(!0)))),s.innerText.length}},54711:(e,t,n)=>{"use strict";n.d(t,{D:()=>a});const a=e=>{let t=e?.parentElement??null;for(;t&&"A"===t.tagName;)t=t.parentElement;return t}},56267:(e,t,n)=>{"use strict";n.d(t,{o:()=>i});var a=n(74997),r=n(47143),s=n(29526);const o={"complex-words":"breve-complex-word","unconfident-words":"breve-unconfident-word","long-sentences":"breve-long-sentence"},i=({feature:e,target:t,text:n,blockId:i,occurrence:l})=>{const c=(0,r.select)("core/block-editor").getBlock(i),u=(0,a.getBlockContent)(c),d=(s.A?.find?.((t=>t.config.name===e))?.dictionary||{})[t.toLowerCase()]||null;return[{role:"jetpack-ai",context:{type:o[e],target:t,text:n,html:u,replacement:d,occurrence:l}}]}},2632:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(10402),r=n(54711);function s(e){const t=e?.innerText,n=(0,r.D)(e),s=n?.innerText,o=(0,a.u)(n,e),i=new RegExp(t,"gi"),l=Array.from(s.matchAll(i)).map((e=>e.index));return{target:t,parent:n,text:s,occurrence:Math.max(1,l.indexOf(o)+1)}}},73359:(e,t,n)=>{"use strict";n.d(t,{M:()=>s});var a=n(74997);const{getBlockContent:r}=a;function s(e){return function(e){const t=document.implementation.createHTMLDocument("");return t.body.innerHTML=e,t.body.querySelectorAll("td, th").forEach((e=>{e.innerHTML=` ${e.innerHTML}`})),t.body.innerText}(e.map((e=>r(e))).join(""))}},55983:(e,t,n)=>{"use strict";n.d(t,{s:()=>a});const a=e=>{const t=["th","st","nd","rd"],n=e%100;return e+(t[(n-20)%10]||t[n]||t[0])}},52965:(e,t,n)=>{"use strict";n.d(t,{$A:()=>p});var a=n(74997),r=n(47143),s=n(50876),o=n(70960),i=n.n(o),l=n(29526),c=n(95073),u=n(41863),d=n(81932);function p(){l.A.forEach((e=>{!function(e){if(!e)return;const{highlight:t,config:n}=e,{name:o,...l}=n,p=`jetpack/ai-proofread-${o}`,m={name:p,interactive:!1,edit:()=>{},...l,__experimentalGetPropsForEditableTreePreparation(e,{blockClientId:t}){const{getIgnoredSuggestions:a,isFeatureEnabled:s,isProofreadEnabled:o,isFeatureDictionaryLoading:i,getReloadFlag:l}=(0,r.select)("jetpack/ai-breve"),c=(0,d.GB)(),u=(0,d.Ur)(n.name);return{isProofreadEnabled:c&&o()&&(0,d.Ul)(),isFeatureEnabled:u&&s(n.name),ignored:a({blockId:t}),isFeatureDictionaryLoading:i(n.name),reloadFlag:l()}},__experimentalCreatePrepareEditableTree:({isProofreadEnabled:e,isFeatureEnabled:o,ignored:l,isFeatureDictionaryLoading:d},{blockClientId:m,richTextIdentifier:g})=>(A,h)=>{const{getBlock:E}=(0,r.select)("core/block-editor"),{getBlockMd5:f}=(0,r.select)("jetpack/ai-breve"),{invalidateSuggestions:b,setBlockMd5:v}=(0,r.dispatch)("jetpack/ai-breve"),C={formats:A,text:h},k=p;let y=l;const B=f(m);if(h&&e&&o&&!d){const e=E(m),r="content"===g?h:(0,a.getBlockContent)(e),s=i()(r).toString();B!==s&&(y=[],b(m),v(m,s));const o=t(h),l=(0,u.A)({ignored:y,content:C,type:k,indexes:o,attributes:{"data-breve-type":n.name,"data-identifier":g??"none","data-block":m}});return setTimeout((()=>{(0,c.A)(m)}),100),l.formats}return(0,s.removeFormat)(C,k,0,C.text.length).formats}};(0,s.registerFormatType)(p,m)}(e)}))}},23686:(e,t,n)=>{"use strict";function a({text:e,target:t,occurrence:n,replacement:a}){const r=new RegExp(t,"gi"),s=Array.from(e.matchAll(r)).map((e=>e.index))[n-1],o=s+t.length;return e.substring(0,s)+a+e.substring(o)}n.d(t,{A:()=>a})},74263:(e,t,n)=>{"use strict";n.d(t,{F:()=>r});var a=n(47143);const r=async()=>{const{clearSelectedBlock:e}=(0,a.dispatch)("core/block-editor"),{enableComplementaryArea:t}=(0,a.dispatch)("core/interface");e(),await t("core/edit-post","jetpack-sidebar/jetpack");const n=document.querySelector(".jetpack-ai-assistant-panel"),r=n?.classList.contains("is-opened"),s=n?.querySelector("h2 button");r&&s?.click(),setTimeout((()=>{s?.click()}),50)}},37215:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(82170),r=n(96865),s=n(85985),o=n(56427),i=n(47143),l=n(86087),c=n(27723),u=(n(51609),n(9847)),d=n(71933);const __=c.__;function p({disabled:e=!1,busy:t=!1,placement:n}){const[c,p]=(0,l.useState)(!1),[m,g]=(0,l.useState)([null]),{tracks:A}=(0,s.st)(),h=(0,i.useSelect)((e=>e("core/editor").getCurrentPostId()),[]),E=(0,u.A)(),f=()=>{p(!c)},{increaseAiAssistantRequestsCount:b,dequeueAiAssistantFeatureAsyncRequest:v}=(0,i.useDispatch)("wordpress-com/plans"),C=(0,l.useCallback)((()=>{b()}),[b]),{request:k,requestingState:y}=(0,r.XE)({askQuestionOptions:{postId:h},onSuggestion:e=>{const t=e.split("\n").map(((e,t)=>e?.length?(0,a.createElement)("p",{key:`line-${t}`},e):null));g(t)},onDone:C,onError:()=>{}});return(0,a.createElement)("div",null,c&&(0,a.createElement)(d.A,{requestingState:y,handleClose:f},(0,a.createElement)("div",{className:"ai-assistant-post-feedback__suggestion"},m)),(0,a.createElement)("p",null,__("Get feedback on content structure.","jetpack")),(0,a.createElement)(o.Button,{onClick:()=>{const e=[{role:"jetpack-ai",context:{type:"proofread-plugin",content:E}}];v(),k(e,{feature:"jetpack-ai-proofread-plugin"}),f(),A.recordEvent("jetpack_ai_get_feedback",{feature:"jetpack-ai-proofread-plugin",placement:n})},variant:"secondary",disabled:!E||e,isBusy:t},__("Generate feedback","jetpack")))}},71933:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(96865),s=n(56427),o=n(27723),i=n(10991);const __=o.__,l=({requestingState:e,onClose:t,title:n})=>(0,a.createElement)("div",{className:"ai-assistant-modal__header"},(0,a.createElement)("div",{className:"ai-assistant-modal__title-wrapper"},(0,a.createElement)(r.wS,{state:e}),(0,a.createElement)("h1",{className:"ai-assistant-modal__title"},n)),(0,a.createElement)(s.Button,{icon:i.A,label:__("Close","jetpack"),onClick:t}));function c({children:e,handleClose:t,hideHeader:n=!0,requestingState:r="init",title:o=__("AI Assistant","jetpack"),maxWidth:i=720}){return(0,a.createElement)(s.Modal,{__experimentalHideHeader:n,className:"ai-assistant-modal",shouldCloseOnClickOutside:!1,onRequestClose:t},(0,a.createElement)("div",{className:"ai-assistant-modal__content",style:{maxWidth:i}},(0,a.createElement)(l,{requestingState:r,onClose:t,title:o}),(0,a.createElement)("hr",{className:"ai-assistant-modal__divider"}),e))}},76318:(e,t,n)=>{"use strict";n.d(t,{A:()=>C});var a=n(82170),r=n(96865),s=n(85985),o=n(56427),i=n(47143),l=n(86087),c=n(27723),u=n(23e3),d=n(48499),p=n(10617),m=n(9847),g=n(71933),A=n(22079),h=n(22473);const __=c.__,E=(0,d.C)("ai-title-optimization-keywords-support"),f=__("The generation of your suggested titles failed. Please try again.","jetpack"),b="json-parse-error",v=({error:e})=>{if(e.code===r.Or)return(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__error"},(0,a.createElement)(u.A,{useLightNudge:!0}));const t=e.message?e.message:f;return(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__error"},(0,a.createElement)(o.Notice,{status:"error",isDismissible:!1},t))};function C({placement:e,busy:t,disabled:n}){const c=__("Optimize post title","jetpack"),u=__("Improve title for SEO","jetpack"),d=E?u:c,C=__("Use AI to optimize key details of your post.","jetpack"),k=__("AI suggested titles based on your content and keywords for better SEO results.","jetpack"),y=E?k:C,B=__("Improve title","jetpack"),w=__("Improve title for SEO","jetpack"),_=E?w:B,I=(0,m.A)(),[x,j]=(0,l.useState)(null),[S,Q]=(0,l.useState)(!1),[N,R]=(0,l.useState)(!1),[T,P]=(0,l.useState)([]),[L,M]=(0,l.useState)(null),[D,F]=(0,l.useState)(""),{editPost:O}=(0,i.useDispatch)("core/editor"),{autosave:z}=(0,p.A)(),{increaseAiAssistantRequestsCount:U}=(0,i.useDispatch)("wordpress-com/plans"),{tracks:H}=(0,s.st)(),{recordEvent:V}=H,q=(0,l.useCallback)((()=>{Q(!S)}),[S]),G=(0,l.useCallback)((e=>{R(!1),U();try{const t=JSON.parse(e);P(t),j(t?.[0]?.title)}catch(e){M({code:b,message:f})}}),[U]),{request:$,stopSuggestion:W}=(0,r.XE)({onDone:G,onError:e=>{M(e),R(!1)}}),Z=(0,l.useCallback)(((t=!1)=>{V("jetpack_ai_title_optimization_generate",{placement:e,has_keywords:!!D,is_retry:t}),R(!0);$([{role:"jetpack-ai",context:{type:"title-optimization",content:I,keywords:D}}],{feature:"jetpack-ai-title-optimization"})}),[V,e,I,D,$]),Y=(0,l.useCallback)((()=>{q(),Z()}),[Z,q]),J=(0,l.useCallback)((()=>{M(null),Z(!0)}),[Z]),K=(0,l.useCallback)((()=>{Z()}),[Z]),X=(0,l.useCallback)((t=>{V("jetpack_ai_title_optimization_accept",{placement:e}),O({title:x}),q();try{z(t)}catch(e){}}),[z,O,e,V,x,q]),ee=(0,l.useCallback)((()=>{q(),F(""),W()}),[W,q]),te=L&&[b,r.mA,r.AZ,r.L9].includes(L.code),ne=!L;return(0,a.createElement)("div",null,(0,a.createElement)("p",null,y),(0,a.createElement)(o.Button,{isBusy:t,disabled:!I||n,onClick:Y,variant:"secondary"},_),S&&(0,a.createElement)(g.A,{handleClose:ee,title:d,maxWidth:E?700:512},N?(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__loading"},(0,a.createElement)(o.Spinner,{style:{width:"50px",height:"50px"}}),__("Reading your post and generating suggestions…","jetpack")):(0,a.createElement)(a.Fragment,null,L?(0,a.createElement)(v,{error:L}):(0,a.createElement)(a.Fragment,null,E&&(0,a.createElement)(A.A,{onGenerate:K,onKeywordsChange:F,disabled:N,currentKeywords:D}),!E&&(0,a.createElement)("span",{className:"jetpack-ai-title-optimization__intro"},__("Choose an optimized title below:","jetpack")),(0,a.createElement)(h.A,{onChangeValue:e=>j(e.target.value),selected:x,options:T?.map?.((e=>({value:e.title,label:e.title,description:e.explanation})))})),(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__cta"},(0,a.createElement)(o.Button,{variant:"secondary",onClick:q},__("Cancel","jetpack")),te&&(0,a.createElement)(o.Button,{variant:"primary",onClick:J},__("Try again","jetpack")),ne&&(0,a.createElement)(o.Button,{variant:"primary",onClick:X},__("Replace title","jetpack")))),(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__footer"},(0,a.createElement)(o.ExternalLink,{href:"https://jetpack.com/redirect/?source=jetpack-ai-feedback"},__("Provide feedback","jetpack")))))}},22079:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(82170),r=n(56427),s=n(27723);const __=s.__;function o({onGenerate:e,onKeywordsChange:t,currentKeywords:n,disabled:s}){return(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__keywords"},(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__keywords__textarea"},(0,a.createElement)(r.KeyboardShortcuts,{bindGlobal:!0,shortcuts:{enter:()=>{s||e()}}},(0,a.createElement)("textarea",{value:n,disabled:s,maxLength:100,rows:1,onChange:e=>{t(e.target.value)},placeholder:__("Add optional keywords you'd like to include and generate new suggestions.","jetpack")}))),(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__keywords__button"},(0,a.createElement)(r.Button,{onClick:e,variant:"secondary",disabled:s},__("Generate again","jetpack"))))}},22473:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(82170);const r="title-optimization-option";function s({options:e,selected:t,onChangeValue:n}){return(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__options"},e.map(((e,s)=>(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__option",key:`${r}-${s}`},(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__option-input"},(0,a.createElement)("input",{id:`${r}-${s}`,type:"radio",name:r,value:e.value,onChange:n,checked:e.value===t})),(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__option-content"},(0,a.createElement)("label",{className:"jetpack-ai-title-optimization__option-label",htmlFor:`${r}-${s}`},e.label,(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__option-description"},e.description)))))))}},93471:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(82170),r=n(11876),s=n(56427),o=n(86087),i=n(27723),l=n(13022),c=(n(51609),n(58164));const __=i.__,u=({usage:e})=>{if(null==e)return null;const t=100-100*Math.max(Math.min(e,1),0),n={width:`${t}%`};return(0,a.createElement)("div",{className:"ai-assistant-usage-bar-wrapper"},(0,a.createElement)("div",{className:(0,l.A)("ai-assistant-usage-bar-usage",{warning:t<60&&t>20,danger:t<=20}),style:n}))};const d=function({isOverLimit:e,planType:t,requestsCount:n,requestsLimit:l,nextResetDate:d=null,loading:p=!1}){const m=e||n>=l;let g=null;const A=Array(),h=Math.max(0,l-n);m&&t===c._X&&A.push(__("You've reached your free requests limit.","jetpack")),m&&t===c.ds&&A.push(__("You've reached your plan requests limit.","jetpack")),d&&t===c.ds&&(g=(0,o.createInterpolateElement)((0,i.sprintf)( // translators: %1$d: number of days until the next usage count reset __("Requests will reset to %1$d on %2$s.","jetpack"),l,d),{strong:(0,a.createElement)("strong",null)}));const E=n/l,f=(0,a.createElement)(a.Fragment,null,t===c.Ti&&(0,a.createElement)("p",null,__("Unlimited requests.","jetpack")),(t===c._X||t===c.ds)&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)("p",{className:"jetpack-ai-usage-panel__available-requests"},h),(0,a.createElement)(u,{usage:E}))),b=(0,a.createElement)(r.A,{height:100,className:"jetpack-ai-usage-panel__loading-placeholder"}),v=(0,a.createElement)(a.Fragment,null,!p&&A.length?A.join(" ").concat(" "):null,!p&&g);return(0,a.createElement)(s.BaseControl,{help:v,label:__("Available Requests","jetpack")},!p&&f,p&&b)}},27970:(e,t,n)=>{"use strict";n.d(t,{A:()=>C});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(38443),l=n(86087),c=n(27723),u=(n(51609),n(92169)),d=n(61297),p=n(75956),m=n(7503),g=n(10617),A=n(58164),h=n(93471);const __=c.__,E=e=>e?(0,i.gmdateI18n)("F j",e):null,f=(e,t)=>e===A._X?__("Upgrade","jetpack"):t?(0,c.sprintf)( // translators: %1$d: an integer, the number of requests to upgrade to on the next tier __("Get %1$d requests","jetpack"),t):__("Get more requests","jetpack"),b=()=>{const e=(0,r.A)("jetpack-ai-tiers-more-requests-contact"),{autosaveAndRedirect:t,isRedirecting:n}=(0,g.A)(e);return{contactUsURL:e,autosaveAndRedirectContactUs:t,isRedirectingContactUs:n}};function v({isOverLimit:e,requestsCount:t,requestsLimit:n,nextStart:r,planType:s,loading:i,canUpgrade:l,showContactUsCallToAction:c,nextLimit:u,contactUsURL:d,handleContactUsClick:p,checkoutUrl:m,handleUpgradeClick:g}){const b=f(s,u),v=E(r);return(0,a.createElement)("div",{className:"jetpack-ai-usage-panel"},(0,a.createElement)(a.Fragment,null,(0,a.createElement)(h.A,{isOverLimit:e,requestsCount:t,requestsLimit:n,nextResetDate:v,planType:s,loading:i}),!i&&(s===A._X||s===A.ds)&&l&&(0,a.createElement)("div",{className:"jetpack-ai-usage-panel-upgrade-button"},c&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)("p",null,__("Need more requests?","jetpack")),(0,a.createElement)(o.Button,{target:"_blank",variant:"primary",label:__("Contact us for more requests","jetpack"),href:d,onClick:p},__("Contact Us","jetpack"))),!c&&(0,a.createElement)(o.Button,{target:"_blank",variant:"primary",label:__("Upgrade your Jetpack AI plan","jetpack"),href:m,onClick:g},b))))}function C({placement:e=null}){const{checkoutUrl:t}=(0,u.A)(),{contactUsURL:n}=b(),{tracks:r}=(0,p.A)(),o=(0,m.C)(),{requestsCount:i,requestsLimit:c,isOverLimit:g,usagePeriod:h,currentTier:E,nextTier:f,loading:C}=(0,d.A)(),k=(0,A.Bd)(E),y=(0,l.useCallback)((()=>{r.recordEvent("jetpack_ai_upgrade_button",{current_tier_slug:E?.slug,requests_count:i,...e?{placement:e}:{}})}),[r,E,i,e]),B=(0,l.useCallback)((()=>{r.recordEvent("jetpack_ai_upgrade_button",{current_tier_slug:E?.slug,requests_count:i,...e?{placement:e}:{}})}),[r,E,i,e]),w=((0,s.Sy)()||(0,s.d9)())&&k===A.ds&&!f;return(0,a.createElement)(v,{isOverLimit:g,requestsCount:i,requestsLimit:c,nextStart:h?.nextStart,nextLimit:f?.limit,planType:k,loading:C,canUpgrade:o,showContactUsCallToAction:w,contactUsURL:n,handleContactUsClick:B,checkoutUrl:t,handleUpgradeClick:y})}},56199:(e,t,n)=>{"use strict";n.d(t,{k:()=>a});const a="block_settings_sidebar"},88797:(e,t,n)=>{"use strict";var a=n(85985),r=n(23806);(0,a.vp)(r.U,r.W)},9847:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(96865),r=n(74997),s=n(47143);const o=()=>{const e=(0,s.useSelect)((e=>e("core/block-editor").getBlocks()),[]);return e?.length?(0,a.rh)({content:(0,r.serialize)(e)}):""}},99991:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(63162),r=n(47143),s=n(86087),o=n(10067);const i=n.n(o)()("jetpack-ai-assistant-plugin:save-to-media-library");function l(){const[e,t]=(0,s.useState)(!1),{getSettings:n}=(0,r.useSelect)((e=>e("core/block-editor")),[]);return{isLoading:e,saveToMediaLibrary:(e,r=null)=>{const s=n();return new Promise(((n,o)=>{t(!0),i("Fetching image from URL"),fetch(e).then((e=>{i("Transforming response to blob"),e.blob().then((e=>{i("Uploading blob to media library");const l=[];r?l.push(new File([e],r)):l.push(e),s.mediaUpload({allowedTypes:["image"],filesList:l,onFileChange([e]){(0,a.isBlobURL)(e?.url)||(e&&(i("Image uploaded to media library",e),n(e)),t(!1))},onError(e){i("Error uploading image to media library:",e),o(e),t(!1)}})})).catch((e=>{i("Error transforming response to blob:",e?.message),o(e?.message),t(!1)}))})).catch((e=>{i("Error fetching image from URL:",e?.message),o(e?.message),t(!1)}))}))}}}},23806:(e,t,n)=>{"use strict";n.d(t,{U:()=>r,W:()=>s});var a=n(23162);const r="ai-assistant-plugin",s={render:a.A}},1176:(e,t,n)=>{"use strict";n.d(t,{N:()=>d});var a=n(82170),r=n(96865),s=n(56427),o=n(27723),i=n(51609),l=n.n(i),c=n(2162),u=n(62402);const __=o.__;function d({minWords:e=10,maxWords:t=100,disabled:n,words:o,onWordsNumberChange:i,language:d,onLanguageChange:p,tone:m,onToneChange:g}){const[A,h]=l().useState(!1);const E=d?.split(" ")[0],f=c.so[E]?.label||__("Language","jetpack"),b=u.oZ[m]?.label||__("Tone","jetpack");return(0,a.createElement)("div",{className:"jetpack-ai-generate-excerpt-control"},(0,a.createElement)(s.BaseControl,{className:"jetpack-ai-generate-excerpt-control__header",label:__("Settings","jetpack")},(0,a.createElement)(s.Button,{label:__("Advanced AI options","jetpack"),icon:r.cj,onClick:function(){h((e=>!e))},"aria-pressed":A,isSmall:!0})),A&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)(c.HU,{disabled:n,onChange:p,value:d,label:f}),(0,a.createElement)(u.hN,{disabled:n,label:b,value:m,onChange:g})),(0,a.createElement)(s.RangeControl,{label:__("Desired length","jetpack"),value:o,onChange:i,min:e,max:t,help:__("Sets the desired length in words for the auto-generated excerpt. The final count may vary due to how AI works.","jetpack"),showTooltip:!1,disabled:n}))}},25101:(e,t,n)=>{"use strict";var a=n(85985),r=n(47143),s=n(43656),o=n(52619),i=n(10067),l=n.n(i),c=n(54681),u=n(10821),d=n(33792);const p=l()("jetpack-ai-content-lens:registration"),m=window?.Jetpack_Editor_Initial_State?.available_blocks["ai-content-lens"];m?.available&&((0,o.addFilter)("blocks.registerBlockType","jetpack/ai-content-lens-features",(function(e,t){return t!==c.name?e:(0,u.Bi)()?((0,a.vp)(d.s,d.$),p("Registered AI Excerpt plugin"),(0,(0,r.dispatch)(s.store).removeEditorPanel)("post-excerpt"),p("Removed the post-excerpt panel"),e):e})),p("Added filter for AI Content Lens features"))},33251:(e,t,n)=>{"use strict";n.d(t,{g:()=>f});var a=n(82170),r=n(96865),s=n(85985),o=n(56427),i=n(47143),l=n(14309),c=n(43656),u=n(86087),d=n(27723),p=n(69446),m=n(23e3),g=n(61297),A=n(67858),h=n(1176);const __=d.__,_n=d._n;function E(){const{excerpt:e,postId:t}=(0,i.useSelect)((e=>{const{getEditedPostAttribute:t,getCurrentPostId:n}=e(c.store);return{excerpt:t("excerpt")??"",postId:n()??0}}),[]),{tracks:n}=(0,s.st)(),{editPost:l}=(0,i.useDispatch)("core/editor"),{dequeueAiAssistantFeatureAsyncRequest:A,increaseAiAssistantRequestsCount:E}=(0,i.useDispatch)("wordpress-com/plans"),[f,b]=(0,u.useState)(50),[v,C]=(0,u.useState)(!1),[k,y]=(0,u.useState)(),[B,w]=(0,u.useState)(),[_,I]=(0,u.useState)(null),{request:x,stopSuggestion:j,suggestion:S,requestingState:Q,error:N,reset:R}=(0,r.XE)({onDone:(0,u.useCallback)((()=>{E()}),[E]),onError:(0,u.useCallback)((e=>{"error_network"!==e.code&&"error_quota_exceeded"!==e.code&&E()}),[E])});(0,u.useEffect)((()=>()=>{j(),R()}),[j,R]);const T=(0,i.useSelect)((e=>{const t=e(c.store).getEditedPostContent();if(!t)return"";const n=(new window.DOMParser).parseFromString(t,"text/html");return(n.body.textContent||n.body.innerText||"").replace(/\n{2,}/g,"\n").trim()}),[t]),P=S||e,L=(0,p.count)(P,"words"),M=(0,d.sprintf)( // Translators: %1$s is the number of words in the excerpt. -_n("%1$s word","%1$s words",L,"jetpack"),L),D="requesting"===Q||"suggesting"===Q||"done"===Q&&!v,F="requesting"===Q||"suggesting"===Q,O=F||"done"===Q;const{requireUpgrade:z,isOverLimit:U}=(0,g.A)(),H=(0,s.d9)()||(0,s.Sy)()?__("https://wordpress.com/support/excerpts/","jetpack"):__("https://jetpack.com/support/create-better-post-excerpts-with-ai/","jetpack");return(0,a.createElement)("div",{className:"jetpack-ai-post-excerpt"},(0,a.createElement)(o.TextareaControl,{__nextHasNoMarginBottom:!0,label:__("Write an excerpt (optional)","jetpack"),onChange:e=>l({excerpt:e}),help:L?M:null,value:P,disabled:O}),(0,a.createElement)(o.ExternalLink,{href:H},__("Learn more about manual excerpts","jetpack")),(0,a.createElement)("div",{className:"jetpack-generated-excerpt__ai-container"},N?.code&&"error_quota_exceeded"!==N.code&&(0,a.createElement)(o.Notice,{status:N.severity,isDismissible:!1,className:"jetpack-ai-assistant__error"},N.message),U&&(0,a.createElement)(m.A,{placement:"excerpt-panel"}),(0,a.createElement)(h.N,{words:f,onWordsNumberChange:e=>{b(e),C(!0)},language:k,onLanguageChange:e=>{y(e),C(!0)},tone:B,onToneChange:e=>{w(e),C(!0)},model:_,onModelChange:e=>{I(e),C(!0)},disabled:F||z}),(0,a.createElement)(o.BaseControl,{help:T?.length?null:__("Add content to generate an excerpt.","jetpack")},(0,a.createElement)("div",{className:"jetpack-generated-excerpt__generate-buttons-container"},(0,a.createElement)(o.Button,{onClick:function(){l({excerpt:e}),n.recordEvent("jetpack_ai_assistant_block_discard",{feature:"jetpack-ai-content-lens"}),R()},variant:"secondary",isDestructive:!0,disabled:"done"!==Q||z},__("Discard","jetpack")),(0,a.createElement)(o.Button,{onClick:function(){l({excerpt:S}),n.recordEvent("jetpack_ai_assistant_block_accept",{feature:"jetpack-ai-content-lens"}),R()},variant:"secondary",disabled:"done"!==Q||z},__("Accept","jetpack")),(0,a.createElement)(o.Button,{onClick:function(){C(!1),R();const e=[{role:"jetpack-ai",context:{type:"ai-content-lens",contentType:"post-excerpt",postId:t,words:f,language:k,tone:B,content:`Post content:\n${T}\n`}}];A(),x(e,{feature:"jetpack-ai-content-lens",model:_}),n.recordEvent("jetpack_ai_assistant_block_generate",{feature:"jetpack-ai-content-lens"})},variant:"secondary",isBusy:F,disabled:D||z||!T},__("Generate","jetpack"))))))}const f=()=>(0,i.useSelect)((e=>{const{getCurrentPostType:t}=e(c.store),n=t();return"wp_template"===n||"wp_template_part"===n||"wp_block"===n}),[])?null:(0,a.createElement)(c.PostTypeSupportCheck,{supportKeys:"excerpt"},(0,a.createElement)(l.PluginDocumentSettingPanel,{className:(0,A.m)("ai-content-lens")?"is-beta-extension inset-shadow":"",name:"ai-content-lens-plugin",title:__("Excerpt","jetpack")},(0,a.createElement)(E,null)))},33792:(e,t,n)=>{"use strict";n.d(t,{$:()=>s,s:()=>r});var a=n(33251);const r="ai-content-lens",s={render:a.g}},68246:(e,t,n)=>{"use strict";var a=n(85985),r=n(95975);(0,a.vp)(r.U,r.W)},95975:(e,t,n)=>{"use strict";n.d(t,{U:()=>A,W:()=>E});var a=n(82170),r=n(3924),s=n(85985),o=n(1455),i=n.n(o),l=n(56427),c=n(29491),u=n(3582),d=n(47143),p=n(43656),m=n(86087),g=n(27723);const __=g.__,A="launchpad-save-modal",h=["hideFSENextStepsModal"],E={render:function(){const{isSavingSite:e,isSavingPost:t,isCurrentPostPublished:n,postLink:o,postType:g}=(0,d.useSelect)((e=>{const{__experimentalGetDirtyEntityRecords:t,isSavingEntityRecord:n}=e(u.store);return{isSavingSite:t().some((e=>n(e.kind,e.name,e.key))),isSavingPost:e(p.store).isSavingPost(),isCurrentPostPublished:e(p.store).isCurrentPostPublished(),postLink:e(p.store).getPermalink(),postType:e(p.store).getCurrentPostType()}})),A=(0,c.usePrevious)(e),E=(0,c.usePrevious)(t),[f,b]=(0,m.useState)(!1),{launchpadScreenOption:v,hasNeverPublishedPostOption:C,hideFSENextStepsModal:k,siteIntentOption:y}=window?.Jetpack_LaunchpadSaveModal||{},B=!!k,[w,_]=(0,m.useState)(!1),[I,x]=(0,m.useState)(B),[j,S]=(0,m.useState)(B),Q=null!==document.getElementById("site-editor"),N=null!==document.querySelector(".block-editor"),R=(0,m.useRef)(B),T=(0,s.GE)(),P=(0,r.A)("wpcom-launchpad-setup",{path:y,query:`siteSlug=${T}`}),{tracks:L}=(0,s.st)(),M=e=>L.recordEvent(e,{site_intent:y,launchpad_screen:v,dont_show_again:j,editor_type:Q?"site":"post"});(0,m.useEffect)((()=>{C&&"write"===y&&N?_(!1):(!0===A&&!1===e||!0===E&&!1===t)&&_(!0)}),[e,C,A,t,E,y,N]),(0,m.useEffect)((()=>{!1===n&&b(!0)}),[n]);const{title:D,body:F,actionButtonHref:O,actionButtonTracksEvent:z,actionButtonText:U}=function(){const e={title:__("Great progress!","jetpack"),body:__("You are one step away from bringing your site to life. Check out the next steps that will help you to launch your site.","jetpack"),actionButtonHref:P,actionButtonTracksEvent:"jetpack_launchpad_save_modal_next_steps",actionButtonText:__("Next Steps","jetpack")};return"newsletter"===y&&("post"===g?(e.title=__("Your first post is published!","jetpack"),e.body=__("Congratulations! You did it. View your post to see how it will look on your site.","jetpack"),e.actionButtonHref=o,e.actionButtonTracksEvent="jetpack_launchpad_save_modal_view_post",e.actionButtonText=__("View Post","jetpack")):e.body=__("You are one step away from bringing your site to life. Check out the next steps that will help you to setup your newsletter.","jetpack")),e}(),H=e=>{x(e),(e=>{if(e&&"object"==typeof e){window.Jetpack_LaunchpadSaveModal||(window.Jetpack_LaunchpadSaveModal={});for(const t of h)Object.hasOwn(e,t)&&(window.Jetpack_LaunchpadSaveModal[t]=e[t])}})({hideFSENextStepsModal:e}),e!==R.current&&(async e=>{i()({path:"/wpcom/v2/launchpad",method:"POST",data:{hide_fse_next_steps_modal:!!e}})})(e)};return(N&&n||Q)&&"full"===v&&!I&&w&&(0,a.createElement)(l.Modal,{isDismissible:!0,className:"launchpad__save-modal",onRequestClose:()=>{H(j),f?b(!1):(_(!1),M("jetpack_launchpad_save_modal_close"))}},(0,a.createElement)("div",{className:"launchpad__save-modal-body"},(0,a.createElement)("div",{className:"launchpad__save-modal-text"},(0,a.createElement)("h1",{className:"launchpad__save-modal-heading"},D),(0,a.createElement)("p",{className:"launchpad__save-modal-message"},F)),(0,a.createElement)("div",{className:"launchpad__save-modal-controls"},(0,a.createElement)(l.CheckboxControl,{label:__("Don't show this again.","jetpack"),checked:j,onChange:()=>S(!j)}),(0,a.createElement)("div",{className:"launchpad__save-modal-buttons"},(0,a.createElement)(l.Button,{variant:"secondary",onClick:()=>{H(j),_(!1),M("jetpack_launchpad_save_modal_back_to_edit")}},__("Back to Edit","jetpack")),(0,a.createElement)(l.Button,{variant:"primary",href:O,target:"_top",onClick:()=>{H(j),M(z)}},U)))))}}},31009:(e,t,n)=>{"use strict";n.d(t,{m:()=>l});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(27723);const __=i.__,l=({changeStatus:e,isLoading:t,isModuleActive:n})=>{const{tracks:i}=(0,s.st)();return(0,a.createElement)(a.Fragment,null,(0,a.createElement)("p",null,__("Activate the Likes feature to allow others to like your posts.","jetpack")),(0,a.createElement)(o.Button,{disabled:n||t,isBusy:t,onClick:()=>(i.recordEvent("jetpack_editor_likes_enable"),e(!0)),variant:"secondary"},t?__("Activating Likes","jetpack"):__("Activate Likes","jetpack",0)),(0,a.createElement)("div",{className:"components-likes-placeholder__learn-more"},(0,a.createElement)(o.ExternalLink,{href:(0,r.A)("jetpack-support-likes")},__("Learn more about Jetpack Likes.","jetpack"))))}},79013:(e,t,n)=>{"use strict";n.d(t,{L:()=>i});var a=n(82170),r=n(50723),s=n(11876),o=n(56427);const i=()=>(0,a.createElement)(r.Ay,null,(0,a.createElement)(o.Placeholder,null,(0,a.createElement)(o.Flex,{gap:2,direction:"column",style:{flexBasis:"100%",padding:"0 1em"}},(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:90})))))},24938:(e,t,n)=>{"use strict";var a=n(85985),r=n(35739);(0,a.vp)(r.U,r.W)},35739:(e,t,n)=>{"use strict";n.d(t,{U:()=>r,W:()=>s});var a=n(88385);const r="likes",s={render:a.A}},88385:(e,t,n)=>{"use strict";n.d(t,{A:()=>A});var a=n(82170),r=n(85985),s=n(56427),o=n(29491),i=n(47143),l=n(43656),c=n(27723),u=n(96788),d=n(31009),p=n(79013);const __=c.__,m=(0,i.withSelect)((e=>{const{getEditedPostAttribute:t}=e("core/editor");return{areLikesEnabled:t("jetpack_likes_enabled")}})),g=(0,i.withDispatch)((e=>{const{editPost:t}=e("core/editor");return{editPost:t}})),A=(0,o.compose)([m,g])((({areLikesEnabled:e,editPost:t})=>{const{isLoadingModules:n,isChangingStatus:o,isModuleActive:i,changeStatus:c}=(0,r.q7)("likes");return i?(0,a.createElement)(l.PostTypeSupportCheck,{supportKeys:"jetpack-post-likes"},(0,a.createElement)(u.A,null,(0,a.createElement)(s.ToggleControl,{label:__("Show likes","jetpack"),checked:e,onChange:e=>{t({jetpack_likes_enabled:e})}}))):(0,a.createElement)(l.PostTypeSupportCheck,{supportKeys:"jetpack-post-likes"},(0,a.createElement)(u.A,null,n?(0,a.createElement)(p.L,null):(0,a.createElement)(d.m,{changeStatus:c,isModuleActive:i,isLoading:o})))}))},74585:(e,t,n)=>{"use strict";var a=n(85985),r=n(9354);(0,a.vp)(r.U,r.W)},9354:(e,t,n)=>{"use strict";n.d(t,{U:()=>p,W:()=>m});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(47143),l=n(14309),c=n(43656),u=n(27723),d=n(24995);const __=u.__,p="payments",m={render:()=>{const{tracks:e}=(0,s.st)();if("page"!==(0,i.useSelect)((e=>e(c.store).getCurrentPostType()),[]))return null;const t=(0,r.A)("wpcom-payments-donations");return(0,a.createElement)(l.PluginPostPublishPanel,{className:"jetpack-payments-post-publish-panel",title:__("Start accepting payments","jetpack"),initialOpen:!0,icon:d.A},(0,a.createElement)("p",null,__("Insert the Payment Button or the Donations Form — no plugin required.","jetpack")),(0,a.createElement)("p",null,(0,a.createElement)(o.ExternalLink,{href:t,onClick:()=>{e.recordEvent("jetpack_editor_payments_post_publish_click")}},__("Learn more about these blocks","jetpack"))))}}},95668:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(82170),r=n(36281),s=n(56427),o=n(47143),i=n(43656),l=n(86087),c=n(27723),u=n(12199),d=n(40639);const __=c.__;function p(){const e=(0,l.useRef)(void 0),[t,n]=(0,l.useState)();(0,l.useEffect)((()=>{if(!e?.current)return;const t=e.current.querySelector("svg");if(!t)return;const a=(new XMLSerializer).serializeToString(t);n(`data:image/svg+xml;base64,${window.btoa(a)}`)}),[e]);const s=(0,o.useSelect)((e=>e(i.store).getPermalink()),[]),{dataUrl:c}=(0,d.A)({generateDataUrl:!0}),p=c||t;return(0,a.createElement)("div",{ref:e},(0,a.createElement)(r.A,{value:s,size:300,imageSettings:p&&{src:p,width:64,height:64},renderAs:"canvas",level:"H"}),(0,a.createElement)(u.ux,{className:"qr-post-jetpack-logo",size:48,border:2}))}function m(){const e=(0,l.useRef)(void 0),[t,n]=(0,l.useState)(!1);return(0,a.createElement)("div",{className:"qr-post-button"},(0,a.createElement)(s.Button,{variant:"secondary",onClick:()=>n((e=>!e))},__("Get QR code","jetpack")),t&&(0,a.createElement)(s.Modal,{title:__("QR Post code","jetpack"),onRequestClose:()=>n(!1),className:"qr-post-modal"},(0,a.createElement)("div",{className:"qr-post-modal__qr-code",ref:e},(0,a.createElement)(p,null))))}},42286:(e,t,n)=>{"use strict";var a=n(85985),r=n(8543);(0,a.vp)(r.U,r.W)},40639:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(3582),r=n(47143),s=n(86087),o=n(52619);function i({generateDataUrl:e=!1}={}){const[t,n]=(0,s.useState)(),{id:i,mediaItemData:l}=(0,r.useSelect)((e=>{const{canUser:t,getEntityRecord:n,getEditedEntityRecord:r}=e(a.store),s=r("root","site"),o=n("root","__unstableBase"),i=s?.site_logo,l=o?.site_logo,c=t("update","settings")?i:l,u=c&&e(a.store).getMedia(c,{context:"view"});return{id:c,mediaItemData:u&&{mediaId:u.id,url:u.source_url,alt:u.alt_text}}}),[]);if(!i||!l?.url)return{};if(!e)return{id:i,...l};const c=new Image,u=(0,o.applyFilters)("media.crossOrigin",void 0,l.url);return"string"==typeof u&&(c.crossOrigin=u),c.onload=function(){const e=document.createElement("canvas"),t=e.getContext("2d");e.height=this.naturalHeight,e.width=this.naturalWidth,t.fillStyle="white",t.lineJoin="round",t.fillRect(0,0,e.width,e.height);const a=.08*e.width;t.drawImage(this,a,a,e.width-2*a,e.height-2*a);try{n(e.toDataURL("image/png"))}catch(e){console.warn("Error generating QR code extensions post-publish-qr-post-panel: ",e),console.warn("In case it's a cross-origin issue, take a look at https://developer.wordpress.org/block-editor/reference-guides/filters/editor-filters/#media-crossorigin"),n(null)}},c.src=l.url,{id:i,...l,dataUrl:t}}},8543:(e,t,n)=>{"use strict";n.d(t,{U:()=>A,W:()=>h});var a=n(96072),r=n.n(a),s=n(82170),o=n(85985),i=n(56427),l=n(3582),c=n(47143),u=n(14309),d=n(43656),p=n(27723),m=n(90062),g=n(95668);const __=p.__,A="post-publish-qr-post-panel",h={render:function(){const e={name:"post-publish-qr-post-panel",title:__("QR Code","jetpack"),className:"post-publish-qr-post-panel",initialOpen:!1},{isViewable:t,isPostPublished:n}=(0,c.useSelect)((e=>{const t=e(d.store).getCurrentPostType(),n=e(l.store).getPostType(t);return{isViewable:n?.viewable,isPostPublished:e(d.store).isCurrentPostPublished()}}),[]);if(!t)return null;function a(){return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(i.PanelRow,null,(0,s.createElement)("p",null,__("Take advantage of the QR code to open the post from different devices.","jetpack"))),(0,s.createElement)(g.A,null))}return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(u.PluginPostPublishPanel,r()({},e,{icon:(0,s.createElement)(o.jt,null)}),(0,s.createElement)(a,null)),n&&(0,s.createElement)(m.A,null,(0,s.createElement)(i.PanelBody,e,(0,s.createElement)(a,null))))}}},96042:(e,t,n)=>{"use strict";n.d(t,{n:()=>c});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(86087),l=n(27723);const __=l.__,c=({changeStatus:e,isLoading:t,isModuleActive:n})=>{const{tracks:l}=(0,s.st)(),[c,u]=(0,i.useState)(!1),d=(0,i.useCallback)((()=>{c||(u(!0),l.recordEvent("jetpack_editor_publicize_placeholder_view"))}),[c,l]);return(0,a.createElement)(o.PanelBody,{className:"jetpack-publicize__placeholder",title:__("Share this post","jetpack"),initialOpen:!1,onToggle:d},(0,a.createElement)("p",null,__("Activate the Jetpack Social feature to connect your website to the social media networks you use.","jetpack")),(0,a.createElement)(o.Button,{disabled:n||t,isBusy:t,onClick:()=>(l.recordEvent("jetpack_editor_publicize_enable"),e(!0)),variant:"secondary"},t?__("Activating Jetpack Social","jetpack"):__("Activate Jetpack Social","jetpack",0)),(0,a.createElement)("div",{className:"components-placeholder__learn-more"},(0,a.createElement)(o.ExternalLink,{href:(0,r.A)("jetpack-support-publicize")},__("Learn more about Jetpack Social.","jetpack"))))}},77398:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(50723),s=n(11876),o=n(56427);const i=function(){return(0,a.createElement)(r.Ay,null,(0,a.createElement)(o.Placeholder,null,(0,a.createElement)(o.Flex,{gap:2,direction:"column",style:{flexBasis:"100%",padding:"0 1em"}},(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:90})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})))))}},44529:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(7162),s=n(85985),o=n(56427),i=n(47143),l=n(43656),c=n(27723),u=n(53512),d=n(13022),p=n(86183);const __=c.__,m=()=>({start:__("Start sharing your posts by connecting your social media accounts.","jetpack"),enabled:__("Click on the social icons below to control where you want to share your post.","jetpack"),disabled:__("Use this tool to share your post on all your social media accounts.","jetpack"),reshare:__('Enable the social media accounts where you want to re-share your post, then click on the "Share post" button below.',"jetpack")});function g(){const{isRePublicizeUpgradableViaUpsell:e,isRePublicizeFeatureAvailable:t,isPublicizeEnabled:n}=(0,r.usePublicizeConfig)(),g=(0,s.tu)("republicize"),[A,h,E,f]=(0,p.A)(g),{hasConnections:b,hasEnabledConnections:v}=(0,r.useSocialMediaConnections)(),C=n&&!e,k=(0,i.useSelect)((e=>e(l.store).isCurrentPostPublished()),[]);if(!k||k&&t)return(0,a.createElement)("div",{className:"jetpack-publicize__upsell"},function(e,t,n){const a=m();return n?e?a.reshare:t?a.enabled:a.disabled:a.start}(k,C,b));const y=f?.product_name||__("paid","jetpack"),B=!(0,s.d9)()&&!(0,s.Sy)(),w=B?__("Re-sharing your content","jetpack"):__("Share Your Content Again","jetpack",0),_=B?"https://jetpack.com/support/jetpack-social/#re-sharing-your-content":"https://wordpress.com/support/jetpack-social/#share-your-content-again",I=__("Upgrade now","jetpack");return t||e?(0,a.createElement)("div",{className:"jetpack-publicize__upsell"},(0,a.createElement)("div",{className:"jetpack-publicize__upsell-description"},(0,c.sprintf)(/* translators: placeholder is the product name of the plan. */ +_n("%1$s word","%1$s words",L,"jetpack"),L),D="requesting"===Q||"suggesting"===Q||"done"===Q&&!v,F="requesting"===Q||"suggesting"===Q,O=F||"done"===Q;const{requireUpgrade:z,isOverLimit:U}=(0,g.A)(),H=(0,s.d9)()||(0,s.Sy)()?__("https://wordpress.com/support/excerpts/","jetpack"):__("https://jetpack.com/support/create-better-post-excerpts-with-ai/","jetpack");return(0,a.createElement)("div",{className:"jetpack-ai-post-excerpt"},(0,a.createElement)(o.TextareaControl,{__nextHasNoMarginBottom:!0,label:__("Write an excerpt (optional)","jetpack"),onChange:e=>l({excerpt:e}),help:L?M:null,value:P,disabled:O}),(0,a.createElement)(o.ExternalLink,{href:H},__("Learn more about manual excerpts","jetpack")),(0,a.createElement)("div",{className:"jetpack-generated-excerpt__ai-container"},N?.code&&"error_quota_exceeded"!==N.code&&(0,a.createElement)(o.Notice,{status:N.severity,isDismissible:!1,className:"jetpack-ai-assistant__error"},N.message),U&&(0,a.createElement)(m.A,{placement:"excerpt-panel"}),(0,a.createElement)(h.N,{words:f,onWordsNumberChange:e=>{b(e),C(!0)},language:k,onLanguageChange:e=>{y(e),C(!0)},tone:B,onToneChange:e=>{w(e),C(!0)},model:_,onModelChange:e=>{I(e),C(!0)},disabled:F||z}),(0,a.createElement)(o.BaseControl,{help:T?.length?null:__("Add content to generate an excerpt.","jetpack")},(0,a.createElement)("div",{className:"jetpack-generated-excerpt__generate-buttons-container"},(0,a.createElement)(o.Button,{onClick:function(){l({excerpt:e}),n.recordEvent("jetpack_ai_assistant_block_discard",{feature:"jetpack-ai-content-lens"}),R()},variant:"secondary",isDestructive:!0,disabled:"done"!==Q||z},__("Discard","jetpack")),(0,a.createElement)(o.Button,{onClick:function(){l({excerpt:S}),n.recordEvent("jetpack_ai_assistant_block_accept",{feature:"jetpack-ai-content-lens"}),R()},variant:"secondary",disabled:"done"!==Q||z},__("Accept","jetpack")),(0,a.createElement)(o.Button,{onClick:function(){C(!1),R();const e=[{role:"jetpack-ai",context:{type:"ai-content-lens",contentType:"post-excerpt",postId:t,words:f,language:k,tone:B,content:`Post content:\n${T}\n`}}];A(),x(e,{feature:"jetpack-ai-content-lens",model:_}),n.recordEvent("jetpack_ai_assistant_block_generate",{feature:"jetpack-ai-content-lens"})},variant:"secondary",isBusy:F,disabled:D||z||!T},__("Generate","jetpack"))))))}const f=()=>(0,i.useSelect)((e=>{const{getCurrentPostType:t}=e(c.store),n=t();return"wp_template"===n||"wp_template_part"===n||"wp_block"===n}),[])?null:(0,a.createElement)(c.PostTypeSupportCheck,{supportKeys:"excerpt"},(0,a.createElement)(l.PluginDocumentSettingPanel,{className:(0,A.m)("ai-content-lens")?"is-beta-extension inset-shadow":"",name:"ai-content-lens-plugin",title:__("Excerpt","jetpack")},(0,a.createElement)(E,null)))},33792:(e,t,n)=>{"use strict";n.d(t,{$:()=>s,s:()=>r});var a=n(33251);const r="ai-content-lens",s={render:a.g}},68246:(e,t,n)=>{"use strict";var a=n(85985),r=n(95975);(0,a.vp)(r.U,r.W)},95975:(e,t,n)=>{"use strict";n.d(t,{U:()=>h,W:()=>f});var a=n(82170),r=n(3924),s=n(99101),o=n(85985),i=n(1455),l=n.n(i),c=n(56427),u=n(29491),d=n(3582),p=n(47143),m=n(43656),g=n(86087),A=n(27723);const __=A.__,h="launchpad-save-modal",E=["hideFSENextStepsModal"],f={render:function(){const[e,t]=(0,g.useState)(),n=window.sessionStorage.getItem("launchpad_removal_2024_experiment_variation"),{isSavingSite:i,isSavingPost:A,isCurrentPostPublished:h,postLink:f,postType:b}=(0,p.useSelect)((e=>{const{__experimentalGetDirtyEntityRecords:t,isSavingEntityRecord:n}=e(d.store);return{isSavingSite:t().some((e=>n(e.kind,e.name,e.key))),isSavingPost:e(m.store).isSavingPost(),isCurrentPostPublished:e(m.store).isCurrentPostPublished(),postLink:e(m.store).getPermalink(),postType:e(m.store).getCurrentPostType()}}));(0,g.useEffect)((()=>{(0,s.nQ)("calypso_onboarding_launchpad_removal_test_2024_08").then((e=>{t(n||e.variationName)}))}),[n]);const v=(0,u.usePrevious)(i),C=(0,u.usePrevious)(A),[k,y]=(0,g.useState)(!1),{launchpadScreenOption:B,hasNeverPublishedPostOption:w,hideFSENextStepsModal:_,siteIntentOption:I}=window?.Jetpack_LaunchpadSaveModal||{},x=!!_,[j,S]=(0,g.useState)(!1),[Q,N]=(0,g.useState)(x),[R,T]=(0,g.useState)(x),P=null!==document.getElementById("site-editor"),L=null!==document.querySelector(".block-editor"),M=(0,g.useRef)(x),D=(0,o.GE)(),F=(0,r.A)("wpcom-launchpad-setup",{path:I,query:`siteSlug=${D}`}),O=(0,r.A)("calypso-home",{site:D}),z="treatment"===e?O:F,{tracks:U}=(0,o.st)(),H=e=>U.recordEvent(e,{site_intent:I,launchpad_screen:B,dont_show_again:R,editor_type:P?"site":"post"});(0,g.useEffect)((()=>{w&&"write"===I&&L?S(!1):(!0===v&&!1===i||!0===C&&!1===A)&&S(!0)}),[i,w,v,A,C,I,L]),(0,g.useEffect)((()=>{!1===h&&y(!0)}),[h]);const{title:V,body:q,actionButtonHref:G,actionButtonTracksEvent:$,actionButtonText:W}=function(){const e={title:__("Great progress!","jetpack"),body:__("You are one step away from bringing your site to life. Check out the next steps that will help you to launch your site.","jetpack"),actionButtonHref:z,actionButtonTracksEvent:"jetpack_launchpad_save_modal_next_steps",actionButtonText:__("Next Steps","jetpack")};return"newsletter"===I&&("post"===b?(e.title=__("Your first post is published!","jetpack"),e.body=__("Congratulations! You did it. View your post to see how it will look on your site.","jetpack"),e.actionButtonHref=f,e.actionButtonTracksEvent="jetpack_launchpad_save_modal_view_post",e.actionButtonText=__("View Post","jetpack")):e.body=__("You are one step away from bringing your site to life. Check out the next steps that will help you to setup your newsletter.","jetpack")),e}(),Z=e=>{N(e),(e=>{if(e&&"object"==typeof e){window.Jetpack_LaunchpadSaveModal||(window.Jetpack_LaunchpadSaveModal={});for(const t of E)Object.hasOwn(e,t)&&(window.Jetpack_LaunchpadSaveModal[t]=e[t])}})({hideFSENextStepsModal:e}),e!==M.current&&(async e=>{l()({path:"/wpcom/v2/launchpad",method:"POST",data:{hide_fse_next_steps_modal:!!e}})})(e)};return(L&&h||P)&&"full"===B&&!Q&&j&&(0,a.createElement)(c.Modal,{isDismissible:!0,className:"launchpad__save-modal",onRequestClose:()=>{Z(R),k?y(!1):(S(!1),H("jetpack_launchpad_save_modal_close"))}},(0,a.createElement)("div",{className:"launchpad__save-modal-body"},(0,a.createElement)("div",{className:"launchpad__save-modal-text"},(0,a.createElement)("h1",{className:"launchpad__save-modal-heading"},V),(0,a.createElement)("p",{className:"launchpad__save-modal-message"},q)),(0,a.createElement)("div",{className:"launchpad__save-modal-controls"},(0,a.createElement)(c.CheckboxControl,{label:__("Don't show this again.","jetpack"),checked:R,onChange:()=>T(!R)}),(0,a.createElement)("div",{className:"launchpad__save-modal-buttons"},(0,a.createElement)(c.Button,{variant:"secondary",onClick:()=>{Z(R),S(!1),H("jetpack_launchpad_save_modal_back_to_edit")}},__("Back to Edit","jetpack")),(0,a.createElement)(c.Button,{variant:"primary",href:G,target:"_top",onClick:()=>{Z(R),H($)}},W)))))}}},31009:(e,t,n)=>{"use strict";n.d(t,{m:()=>l});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(27723);const __=i.__,l=({changeStatus:e,isLoading:t,isModuleActive:n})=>{const{tracks:i}=(0,s.st)();return(0,a.createElement)(a.Fragment,null,(0,a.createElement)("p",null,__("Activate the Likes feature to allow others to like your posts.","jetpack")),(0,a.createElement)(o.Button,{disabled:n||t,isBusy:t,onClick:()=>(i.recordEvent("jetpack_editor_likes_enable"),e(!0)),variant:"secondary"},t?__("Activating Likes","jetpack"):__("Activate Likes","jetpack",0)),(0,a.createElement)("div",{className:"components-likes-placeholder__learn-more"},(0,a.createElement)(o.ExternalLink,{href:(0,r.A)("jetpack-support-likes")},__("Learn more about Jetpack Likes.","jetpack"))))}},79013:(e,t,n)=>{"use strict";n.d(t,{L:()=>i});var a=n(82170),r=n(50723),s=n(11876),o=n(56427);const i=()=>(0,a.createElement)(r.Ay,null,(0,a.createElement)(o.Placeholder,null,(0,a.createElement)(o.Flex,{gap:2,direction:"column",style:{flexBasis:"100%",padding:"0 1em"}},(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:90})))))},24938:(e,t,n)=>{"use strict";var a=n(85985),r=n(35739);(0,a.vp)(r.U,r.W)},35739:(e,t,n)=>{"use strict";n.d(t,{U:()=>r,W:()=>s});var a=n(88385);const r="likes",s={render:a.A}},88385:(e,t,n)=>{"use strict";n.d(t,{A:()=>A});var a=n(82170),r=n(85985),s=n(56427),o=n(29491),i=n(47143),l=n(43656),c=n(27723),u=n(96788),d=n(31009),p=n(79013);const __=c.__,m=(0,i.withSelect)((e=>{const{getEditedPostAttribute:t}=e("core/editor");return{areLikesEnabled:t("jetpack_likes_enabled")}})),g=(0,i.withDispatch)((e=>{const{editPost:t}=e("core/editor");return{editPost:t}})),A=(0,o.compose)([m,g])((({areLikesEnabled:e,editPost:t})=>{const{isLoadingModules:n,isChangingStatus:o,isModuleActive:i,changeStatus:c}=(0,r.q7)("likes");return i?(0,a.createElement)(l.PostTypeSupportCheck,{supportKeys:"jetpack-post-likes"},(0,a.createElement)(u.A,null,(0,a.createElement)(s.ToggleControl,{label:__("Show likes","jetpack"),checked:e,onChange:e=>{t({jetpack_likes_enabled:e})}}))):(0,a.createElement)(l.PostTypeSupportCheck,{supportKeys:"jetpack-post-likes"},(0,a.createElement)(u.A,null,n?(0,a.createElement)(p.L,null):(0,a.createElement)(d.m,{changeStatus:c,isModuleActive:i,isLoading:o})))}))},74585:(e,t,n)=>{"use strict";var a=n(85985),r=n(9354);(0,a.vp)(r.U,r.W)},9354:(e,t,n)=>{"use strict";n.d(t,{U:()=>p,W:()=>m});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(47143),l=n(14309),c=n(43656),u=n(27723),d=n(24995);const __=u.__,p="payments",m={render:()=>{const{tracks:e}=(0,s.st)();if("page"!==(0,i.useSelect)((e=>e(c.store).getCurrentPostType()),[]))return null;const t=(0,r.A)("wpcom-payments-donations");return(0,a.createElement)(l.PluginPostPublishPanel,{className:"jetpack-payments-post-publish-panel",title:__("Start accepting payments","jetpack"),initialOpen:!0,icon:d.A},(0,a.createElement)("p",null,__("Insert the Payment Button or the Donations Form — no plugin required.","jetpack")),(0,a.createElement)("p",null,(0,a.createElement)(o.ExternalLink,{href:t,onClick:()=>{e.recordEvent("jetpack_editor_payments_post_publish_click")}},__("Learn more about these blocks","jetpack"))))}}},95668:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(82170),r=n(36281),s=n(56427),o=n(47143),i=n(43656),l=n(86087),c=n(27723),u=n(12199),d=n(40639);const __=c.__;function p(){const e=(0,l.useRef)(void 0),[t,n]=(0,l.useState)();(0,l.useEffect)((()=>{if(!e?.current)return;const t=e.current.querySelector("svg");if(!t)return;const a=(new XMLSerializer).serializeToString(t);n(`data:image/svg+xml;base64,${window.btoa(a)}`)}),[e]);const s=(0,o.useSelect)((e=>e(i.store).getPermalink()),[]),{dataUrl:c}=(0,d.A)({generateDataUrl:!0}),p=c||t;return(0,a.createElement)("div",{ref:e},(0,a.createElement)(r.A,{value:s,size:300,imageSettings:p&&{src:p,width:64,height:64},renderAs:"canvas",level:"H"}),(0,a.createElement)(u.ux,{className:"qr-post-jetpack-logo",size:48,border:2}))}function m(){const e=(0,l.useRef)(void 0),[t,n]=(0,l.useState)(!1);return(0,a.createElement)("div",{className:"qr-post-button"},(0,a.createElement)(s.Button,{variant:"secondary",onClick:()=>n((e=>!e))},__("Get QR code","jetpack")),t&&(0,a.createElement)(s.Modal,{title:__("QR Post code","jetpack"),onRequestClose:()=>n(!1),className:"qr-post-modal"},(0,a.createElement)("div",{className:"qr-post-modal__qr-code",ref:e},(0,a.createElement)(p,null))))}},42286:(e,t,n)=>{"use strict";var a=n(85985),r=n(8543);(0,a.vp)(r.U,r.W)},40639:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(3582),r=n(47143),s=n(86087),o=n(52619);function i({generateDataUrl:e=!1}={}){const[t,n]=(0,s.useState)(),{id:i,mediaItemData:l}=(0,r.useSelect)((e=>{const{canUser:t,getEntityRecord:n,getEditedEntityRecord:r}=e(a.store),s=r("root","site"),o=n("root","__unstableBase"),i=s?.site_logo,l=o?.site_logo,c=t("update","settings")?i:l,u=c&&e(a.store).getMedia(c,{context:"view"});return{id:c,mediaItemData:u&&{mediaId:u.id,url:u.source_url,alt:u.alt_text}}}),[]);if(!i||!l?.url)return{};if(!e)return{id:i,...l};const c=new Image,u=(0,o.applyFilters)("media.crossOrigin",void 0,l.url);return"string"==typeof u&&(c.crossOrigin=u),c.onload=function(){const e=document.createElement("canvas"),t=e.getContext("2d");e.height=this.naturalHeight,e.width=this.naturalWidth,t.fillStyle="white",t.lineJoin="round",t.fillRect(0,0,e.width,e.height);const a=.08*e.width;t.drawImage(this,a,a,e.width-2*a,e.height-2*a);try{n(e.toDataURL("image/png"))}catch(e){console.warn("Error generating QR code extensions post-publish-qr-post-panel: ",e),console.warn("In case it's a cross-origin issue, take a look at https://developer.wordpress.org/block-editor/reference-guides/filters/editor-filters/#media-crossorigin"),n(null)}},c.src=l.url,{id:i,...l,dataUrl:t}}},8543:(e,t,n)=>{"use strict";n.d(t,{U:()=>A,W:()=>h});var a=n(96072),r=n.n(a),s=n(82170),o=n(85985),i=n(56427),l=n(3582),c=n(47143),u=n(14309),d=n(43656),p=n(27723),m=n(90062),g=n(95668);const __=p.__,A="post-publish-qr-post-panel",h={render:function(){const e={name:"post-publish-qr-post-panel",title:__("QR Code","jetpack"),className:"post-publish-qr-post-panel",initialOpen:!1},{isViewable:t,isPostPublished:n}=(0,c.useSelect)((e=>{const t=e(d.store).getCurrentPostType(),n=e(l.store).getPostType(t);return{isViewable:n?.viewable,isPostPublished:e(d.store).isCurrentPostPublished()}}),[]);if(!t)return null;function a(){return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(i.PanelRow,null,(0,s.createElement)("p",null,__("Take advantage of the QR code to open the post from different devices.","jetpack"))),(0,s.createElement)(g.A,null))}return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(u.PluginPostPublishPanel,r()({},e,{icon:(0,s.createElement)(o.jt,null)}),(0,s.createElement)(a,null)),n&&(0,s.createElement)(m.A,null,(0,s.createElement)(i.PanelBody,e,(0,s.createElement)(a,null))))}}},96042:(e,t,n)=>{"use strict";n.d(t,{n:()=>c});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(86087),l=n(27723);const __=l.__,c=({changeStatus:e,isLoading:t,isModuleActive:n})=>{const{tracks:l}=(0,s.st)(),[c,u]=(0,i.useState)(!1),d=(0,i.useCallback)((()=>{c||(u(!0),l.recordEvent("jetpack_editor_publicize_placeholder_view"))}),[c,l]);return(0,a.createElement)(o.PanelBody,{className:"jetpack-publicize__placeholder",title:__("Share this post","jetpack"),initialOpen:!1,onToggle:d},(0,a.createElement)("p",null,__("Activate the Jetpack Social feature to connect your website to the social media networks you use.","jetpack")),(0,a.createElement)(o.Button,{disabled:n||t,isBusy:t,onClick:()=>(l.recordEvent("jetpack_editor_publicize_enable"),e(!0)),variant:"secondary"},t?__("Activating Jetpack Social","jetpack"):__("Activate Jetpack Social","jetpack",0)),(0,a.createElement)("div",{className:"components-placeholder__learn-more"},(0,a.createElement)(o.ExternalLink,{href:(0,r.A)("jetpack-support-publicize")},__("Learn more about Jetpack Social.","jetpack"))))}},77398:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(50723),s=n(11876),o=n(56427);const i=function(){return(0,a.createElement)(r.Ay,null,(0,a.createElement)(o.Placeholder,null,(0,a.createElement)(o.Flex,{gap:2,direction:"column",style:{flexBasis:"100%",padding:"0 1em"}},(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:90})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})))))}},44529:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(7162),s=n(85985),o=n(56427),i=n(47143),l=n(43656),c=n(27723),u=n(53512),d=n(13022),p=n(86183);const __=c.__,m=()=>({start:__("Start sharing your posts by connecting your social media accounts.","jetpack"),enabled:__("Click on the social icons below to control where you want to share your post.","jetpack"),disabled:__("Use this tool to share your post on all your social media accounts.","jetpack"),reshare:__('Enable the social media accounts where you want to re-share your post, then click on the "Share post" button below.',"jetpack")});function g(){const{isRePublicizeUpgradableViaUpsell:e,isRePublicizeFeatureAvailable:t,isPublicizeEnabled:n}=(0,r.usePublicizeConfig)(),g=(0,s.tu)("republicize"),[A,h,E,f]=(0,p.A)(g),{hasConnections:b,hasEnabledConnections:v}=(0,r.useSocialMediaConnections)(),C=n&&!e,k=(0,i.useSelect)((e=>e(l.store).isCurrentPostPublished()),[]);if(!k||k&&t)return(0,a.createElement)("div",{className:"jetpack-publicize__upsell"},function(e,t,n){const a=m();return n?e?a.reshare:t?a.enabled:a.disabled:a.start}(k,C,b));const y=f?.product_name||__("paid","jetpack"),B=!(0,s.d9)()&&!(0,s.Sy)(),w=B?__("Re-sharing your content","jetpack"):__("Share Your Content Again","jetpack",0),_=B?"https://jetpack.com/support/jetpack-social/#re-sharing-your-content":"https://wordpress.com/support/jetpack-social/#share-your-content-again",I=__("Upgrade now","jetpack");return t||e?(0,a.createElement)("div",{className:"jetpack-publicize__upsell"},(0,a.createElement)("div",{className:"jetpack-publicize__upsell-description"},(0,c.sprintf)(/* translators: placeholder is the product name of the plan. */ __("To re-share a post, you need to upgrade to the %s plan","jetpack"),y)),(0,a.createElement)(o.Button,{href:E?null:A,onClick:h,target:"_top",icon:u.A,className:(0,d.A)("jetpack-publicize__upsell-button is-primary",{"jetpack-upgrade-plan__hidden":!A}),isBusy:E},E?__("Redirecting…","jetpack"):I)):(0,a.createElement)("div",{className:"jetpack-publicize__upsell"},(0,a.createElement)("strong",null,w),(0,a.createElement)("br",null),(0,c.sprintf)(/* translators: placeholder is the product name of the plan. */ -__("This feature is for sites with a %s plan.","jetpack"),y),(0,a.createElement)("br",null),(0,a.createElement)(o.ExternalLink,{href:_},__("More information.","jetpack")))}},9357:(e,t,n)=>{"use strict";var a=n(85985),r=n(19822);(0,a.vp)(r.U,r.W)},19822:(e,t,n)=>{"use strict";n.d(t,{U:()=>p,W:()=>m});var a=n(82170),r=n(7162),s=n(85985),o=n(43656),i=n(90062),l=n(96042),c=n(77398),u=n(44529),d=n(59185);const p="publicize",m={render:()=>{const{isLoadingModules:e,isChangingStatus:t,isModuleActive:n,changeStatus:m}=(0,s.q7)(p),{isSocialImageGeneratorAvailable:g}=(0,r.usePublicizeConfig)();let A=null,h=null;return e?A=(0,a.createElement)(c.A,null):n?(A=(0,a.createElement)(a.Fragment,null,(0,a.createElement)(r.PublicizePanel,null,(0,a.createElement)(u.A,null)),g&&(0,a.createElement)(r.SocialImageGeneratorPanel,null)),h=(0,a.createElement)(a.Fragment,null,(0,a.createElement)(d.A,{isSocialImageGeneratorAvailable:g}),(0,a.createElement)(r.PostPublishPanels,null),(0,a.createElement)(r.GlobalModals,null))):A=(0,a.createElement)(l.n,{changeStatus:m,isModuleActive:n,isLoading:t}),(0,a.createElement)(o.PostTypeSupportCheck,{supportKeys:"publicize"},(0,a.createElement)(i.A,null,A),h)}}},59185:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(7162),s=n(85985),o=n(14309),i=n(27723),l=n(44529);const __=i.__,c=({isSocialImageGeneratorAvailable:e})=>{(0,r.useSyncPostDataToStore)();const{hasEnabledConnections:t}=(0,r.useSocialMediaConnections)();return(0,a.createElement)(a.Fragment,null,(0,a.createElement)(o.PluginPrePublishPanel,{initialOpen:t,id:"publicize-title",title:(0,a.createElement)("span",{id:"publicize-defaults",key:"publicize-title-span"},__("Share this post","jetpack")),icon:(0,a.createElement)(s.jt,null)},(0,a.createElement)(r.PublicizePanel,{prePublish:!0},(0,a.createElement)(l.A,null))),e&&(0,a.createElement)(o.PluginPrePublishPanel,{initialOpen:!0,title:__("Social Image Generator","jetpack"),icon:(0,a.createElement)(s.jt,null)},(0,a.createElement)(r.SocialImageGeneratorPanel,{prePublish:!0})))}},76262:(e,t,n)=>{"use strict";n.d(t,{l:()=>l});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(27723);const __=i.__,l=({changeStatus:e,isLoading:t,isModuleActive:n})=>{const{tracks:i}=(0,s.st)();return(0,a.createElement)(a.Fragment,null,(0,a.createElement)("p",null,__("Activate the SEO feature and start optimizing your posts for search engines.","jetpack")),(0,a.createElement)(o.Button,{disabled:n||t,isBusy:t,onClick:()=>(i.recordEvent("jetpack_editor_seo_enable"),e(!0)),variant:"secondary"},t?__("Activating Jetpack SEO","jetpack"):__("Activate Jetpack SEO","jetpack",0)),(0,a.createElement)("div",{className:"components-seo-placeholder__learn-more"},(0,a.createElement)(o.ExternalLink,{href:(0,r.A)("jetpack-support-seo-tools")},__("Learn more about Jetpack SEO.","jetpack"))))}},51626:(e,t,n)=>{"use strict";n.d(t,{G:()=>i});var a=n(82170),r=n(50723),s=n(11876),o=n(56427);const i=()=>(0,a.createElement)(r.Ay,null,(0,a.createElement)(o.Placeholder,null,(0,a.createElement)(o.Flex,{gap:2,direction:"column",style:{flexBasis:"100%",padding:"0 1em"}},(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:90})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})))))},24294:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(82170),r=n(85985),s=n(56427),o=n(27723),i=n(53512),l=n(13022),c=n(86183);const __=o.__,u=({requiredPlan:e})=>{const[t,n,u,d]=(0,c.A)(e),{tracks:p}=(0,r.st)(),m=d?.product_name||__("paid","jetpack"),g=__("Upgrade now","jetpack");return(0,a.createElement)(a.Fragment,null,(0,a.createElement)("div",null,(0,o.sprintf)(/* translators: placeholder is the product name of the plan. */ -__("To use the SEO feature you need to upgrade to the %s plan","jetpack"),m)),(0,a.createElement)("div",{className:"components-seo-upsell__learn-more"},(0,a.createElement)(s.ExternalLink,{href:"https://wordpress.com/support/seo-tools/"},__("Learn more about SEO feature.","jetpack"))),(0,a.createElement)(s.Button,{href:u?null:t,onClick:e=>{e.preventDefault(),p.recordEvent("jetpack_seo_tools_upsell_click"),n(e)},target:"_top",icon:i.A,className:(0,l.A)("components-seo-upsell__button is-primary",{"jetpack-upgrade-plan__hidden":!t}),isBusy:u},u?__("Redirecting…","jetpack"):g))}},99463:(e,t,n)=>{"use strict";n.d(t,{P:()=>l});var a=n(96072),r=n.n(a),s=n(82170),o=n(56427),i=n(27723);n(51609);const __=i.__,_n=i._n,l=({suggestedLimit:e,value:t,label:n,...a})=>{const l=!e||t.length<=e?(0,i.sprintf)(/* translators: Placeholder is a number of characters in a sentence. */ +__("This feature is for sites with a %s plan.","jetpack"),y),(0,a.createElement)("br",null),(0,a.createElement)(o.ExternalLink,{href:_},__("More information.","jetpack")))}},9357:(e,t,n)=>{"use strict";var a=n(85985),r=n(19822);(0,a.vp)(r.U,r.W)},19822:(e,t,n)=>{"use strict";n.d(t,{U:()=>p,W:()=>m});var a=n(82170),r=n(7162),s=n(85985),o=n(43656),i=n(90062),l=n(96042),c=n(77398),u=n(44529),d=n(59185);const p="publicize",m={render:()=>{const{isLoadingModules:e,isChangingStatus:t,isModuleActive:n,changeStatus:m}=(0,s.q7)(p),{isSocialImageGeneratorAvailable:g}=(0,r.usePublicizeConfig)();let A=null,h=null;return e?A=(0,a.createElement)(c.A,null):n?(A=(0,a.createElement)(a.Fragment,null,(0,a.createElement)(r.PublicizePanel,null,(0,a.createElement)(u.A,null)),g&&(0,a.createElement)(r.SocialImageGeneratorPanel,null)),h=(0,a.createElement)(a.Fragment,null,(0,a.createElement)(d.A,{isSocialImageGeneratorAvailable:g}),(0,a.createElement)(r.PostPublishPanels,null),(0,a.createElement)(r.GlobalModals,null))):A=(0,a.createElement)(l.n,{changeStatus:m,isModuleActive:n,isLoading:t}),(0,a.createElement)(o.PostTypeSupportCheck,{supportKeys:"publicize"},(0,a.createElement)(i.A,null,A),h)}}},59185:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(7162),s=n(85985),o=n(14309),i=n(27723),l=n(44529);const __=i.__,c=({isSocialImageGeneratorAvailable:e})=>{(0,r.useSyncPostDataToStore)();const{hasEnabledConnections:t}=(0,r.useSocialMediaConnections)();return(0,a.createElement)(a.Fragment,null,(0,a.createElement)(o.PluginPrePublishPanel,{initialOpen:t,id:"publicize-title",title:(0,a.createElement)("span",{id:"publicize-defaults",key:"publicize-title-span"},__("Share this post","jetpack")),icon:(0,a.createElement)(s.jt,null)},(0,a.createElement)(r.PublicizePanel,{prePublish:!0},(0,a.createElement)(l.A,null))),e&&(0,a.createElement)(o.PluginPrePublishPanel,{initialOpen:!0,title:__("Social Image Generator","jetpack"),icon:(0,a.createElement)(s.jt,null)},(0,a.createElement)(r.SocialImageGeneratorPanel,{prePublish:!0})))}},76262:(e,t,n)=>{"use strict";n.d(t,{l:()=>l});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(27723);const __=i.__,l=({changeStatus:e,isLoading:t,isModuleActive:n})=>{const{tracks:i}=(0,s.st)();return(0,a.createElement)(a.Fragment,null,(0,a.createElement)("p",null,__("Activate the SEO feature and start optimizing your posts for search engines.","jetpack")),(0,a.createElement)(o.Button,{disabled:n||t,isBusy:t,onClick:()=>(i.recordEvent("jetpack_editor_seo_enable"),e(!0)),variant:"secondary"},t?__("Activating Jetpack SEO","jetpack"):__("Activate Jetpack SEO","jetpack",0)),(0,a.createElement)("div",{className:"components-seo-placeholder__learn-more"},(0,a.createElement)(o.ExternalLink,{href:(0,r.A)("jetpack-support-seo-tools")},__("Learn more about Jetpack SEO.","jetpack"))))}},51626:(e,t,n)=>{"use strict";n.d(t,{G:()=>i});var a=n(82170),r=n(50723),s=n(11876),o=n(56427);const i=()=>(0,a.createElement)(r.Ay,null,(0,a.createElement)(o.Placeholder,null,(0,a.createElement)(o.Flex,{gap:2,direction:"column",style:{flexBasis:"100%",padding:"0 1em"}},(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:90})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})))))},24294:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(82170),r=n(85985),s=n(56427),o=n(47143),i=n(27723),l=n(53512),c=n(13022),u=n(86183);const __=i.__,d=({requiredPlan:e})=>{const[t,n,d,p]=(0,u.A)(e),{tracks:m}=(0,r.st)(),g=p?.product_name||__("paid","jetpack"),A=__("Upgrade now","jetpack"),h="https://wordpress.com/support/seo-tools/",E=__("Learn more about the SEO feature.","jetpack"),f=(0,o.useDispatch)("automattic/help-center"),b=f?.setShowHelpCenter,v=f?.setShowSupportDoc;return(0,a.createElement)(a.Fragment,null,(0,a.createElement)("div",null,(0,i.sprintf)(/* translators: placeholder is the product name of the plan. */ +__("To use the SEO feature you need to upgrade to the %s plan","jetpack"),g)),(0,a.createElement)("div",{className:"components-seo-upsell__learn-more"},b?(0,a.createElement)(s.Button,{onClick:()=>{b(!0),v(h)},className:"components-seo-upsell__learn-more-link",variant:"link"},E):(0,a.createElement)(s.ExternalLink,{href:h},E)),(0,a.createElement)(s.Button,{href:d?null:t,onClick:e=>{e.preventDefault(),m.recordEvent("jetpack_seo_tools_upsell_click"),n(e)},target:"_top",icon:l.A,className:(0,c.A)("components-seo-upsell__button is-primary",{"jetpack-upgrade-plan__hidden":!t}),isBusy:d},d?__("Redirecting…","jetpack"):A))}},99463:(e,t,n)=>{"use strict";n.d(t,{P:()=>l});var a=n(96072),r=n.n(a),s=n(82170),o=n(56427),i=n(27723);n(51609);const __=i.__,_n=i._n,l=({suggestedLimit:e,value:t,label:n,...a})=>{const l=!e||t.length<=e?(0,i.sprintf)(/* translators: Placeholder is a number of characters in a sentence. */ _n("%d character","%d characters",t.length,"jetpack"),t.length):(0,i.sprintf)(/* translators: Placeholder is a number of characters in a sentence. */ __("It’s recommended to use less than %1$d characters in this field. (%2$d used)","jetpack"),e,t.length);return(0,s.createElement)("div",{className:"jetpack-seo-message-box"},(0,s.createElement)(o.TextareaControl,r()({label:n,help:l,value:t},a)))}},92411:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(86087),s=n(27723),o=n(99463),i=n(53189);const __=s.__;class l extends r.Component{onMessageChange=e=>{this.props.updateMetaValue(e)};render(){const{metaValue:e}=this.props;return(0,a.createElement)(o.P,{value:e,onChange:this.onMessageChange,label:__("SEO Description","jetpack"),placeholder:__("Write a description…","jetpack"),suggestedLimit:156,rows:4})}}const c=(0,i.m)("advanced_seo_description")(l)},44921:(e,t,n)=>{"use strict";var a=n(85985),r=n(37802);(0,a.vp)(r.U,r.W)},37802:(e,t,n)=>{"use strict";n.d(t,{U:()=>C,W:()=>y});var a=n(96072),r=n.n(a),s=n(82170),o=n(85985),i=n(56427),l=n(3582),c=n(47143),u=n(14309),d=n(43656),p=n(86087),m=n(27723),g=n(90062),A=n(76262),h=n(51626),E=n(24294),f=n(92411),b=n(5664),v=n(80151);const __=m.__,C="seo",k=()=>{const{isLoadingModules:e,isChangingStatus:t,isModuleActive:n,changeStatus:a}=(0,o.q7)("seo-tools");if(!(0,c.useSelect)((e=>{const t=e(d.store).getCurrentPostType(),n=e(l.store).getPostType(t);return n?.viewable}),[]))return null;const m=(0,o.tu)("advanced-seo"),C=(0,o.d9)()||(0,o.Sy)(),k={title:__("SEO","jetpack")};if(C&&!1!==m)return(0,s.createElement)(p.Fragment,null,(0,s.createElement)(g.A,null,(0,s.createElement)(i.PanelBody,r()({className:"jetpack-seo-panel"},k,{initialOpen:!1}),(0,s.createElement)(E.A,{requiredPlan:m}))));if(!n)return(0,s.createElement)(p.Fragment,null,(0,s.createElement)(g.A,null,(0,s.createElement)(i.PanelBody,r()({className:"jetpack-seo-panel"},k,{initialOpen:!1}),e?(0,s.createElement)(h.G,null):(0,s.createElement)(A.l,{changeStatus:a,isModuleActive:n,isLoading:t}))));const y={icon:(0,s.createElement)(o.jt,null),title:__("SEO","jetpack")};return(0,s.createElement)(p.Fragment,null,(0,s.createElement)(g.A,null,(0,s.createElement)(i.PanelBody,r()({className:"jetpack-seo-panel"},k),(0,s.createElement)(i.PanelRow,null,(0,s.createElement)(v.A,null)),(0,s.createElement)(i.PanelRow,null,(0,s.createElement)(f.A,null)),(0,s.createElement)(i.PanelRow,null,(0,s.createElement)(b.A,null)))),(0,s.createElement)(u.PluginPrePublishPanel,y,(0,s.createElement)(p.Fragment,null,(0,s.createElement)(i.PanelRow,null,(0,s.createElement)(v.A,null)),(0,s.createElement)(i.PanelRow,null,(0,s.createElement)(f.A,null)),(0,s.createElement)(i.PanelRow,null,(0,s.createElement)(b.A,null)))))},y={render:()=>(0,s.createElement)(k,null)}},5664:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(56427),s=n(27723),o=(n(51609),n(53189));const __=s.__,i=(0,o.m)("jetpack_seo_noindex")((({metaValue:e,updateMetaValue:t})=>(0,a.createElement)(r.ToggleControl,{label:__("Hide page from search engines","jetpack"),help:__("If selected, a 'noindex' tag will help instruct search engines to not include this page in search results. This page will also be removed from the Jetpack sitemap.","jetpack"),checked:!!e,onChange:e=>{t(e)}})))},80151:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(86087),s=n(27723),o=(n(51609),n(99463)),i=n(53189);const __=s.__;class l extends r.Component{onTitleChange=e=>{this.props.updateMetaValue(e)};render(){const{metaValue:e}=this.props;return(0,a.createElement)(o.P,{value:e,onChange:this.onTitleChange,label:__("SEO Title","jetpack"),placeholder:__("Write a title…","jetpack"),suggestedLimit:70,rows:2})}}const c=(0,i.m)("jetpack_seo_html_title")(l)},53189:(e,t,n)=>{"use strict";n.d(t,{m:()=>o});var a=n(29491),r=n(47143),s=n(66087);const o=e=>(0,a.compose)([(0,r.withSelect)((t=>({metaValue:(0,s.get)(t("core/editor").getEditedPostAttribute("meta"),[e],"")}))),(0,r.withDispatch)((t=>({updateMetaValue(n){var a;"boolean"!=typeof(a=n)&&("string"!=typeof a||""!==a&&0===a.trim().length)||t("core/editor").editPost({meta:{[e]:n}})}})))])},40669:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(27723);const __=i.__,l=({changeStatus:e,isLoading:t,isModuleActive:n})=>{const{tracks:i}=(0,s.st)();return(0,a.createElement)(a.Fragment,null,(0,a.createElement)("p",null,__("Activate the Sharing feature to allow others to share your posts.","jetpack")),(0,a.createElement)(o.Button,{disabled:n||t,isBusy:t,onClick:()=>(i.recordEvent("jetpack_editor_sharing_enable"),e(!0)),variant:"secondary"},t?__("Activating Sharing","jetpack"):__("Activate Sharing","jetpack",0)),(0,a.createElement)("div",{className:"components-sharing-placeholder__learn-more"},(0,a.createElement)(o.ExternalLink,{href:(0,r.A)("jetpack-support-sharing")},__("Learn more about Jetpack Sharing.","jetpack"))))}},69253:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(82170),r=n(85985),s=n(56427),o=n(47143),i=n(43656),l=n(27723),c=n(96788),u=n(40669),d=n(25593);const __=l.__;function p({checked:e,onChange:t}){return(0,a.createElement)(s.ToggleControl,{label:__("Show sharing buttons","jetpack"),checked:e,onChange:e=>{t({jetpack_sharing_enabled:e})}})}function m(){const{isLoadingModules:e,isChangingStatus:t,isModuleActive:n,changeStatus:s}=(0,r.q7)("sharedaddy"),l=(0,o.useSelect)((e=>e(i.store).getEditedPostAttribute("jetpack_sharing_enabled")),[]),{editPost:m}=(0,o.useDispatch)(i.store);return n?(0,a.createElement)(i.PostTypeSupportCheck,{supportKeys:"jetpack-sharing-buttons"},(0,a.createElement)(c.A,null,(0,a.createElement)(p,{checked:l,onChange:m}))):(0,a.createElement)(i.PostTypeSupportCheck,{supportKeys:"jetpack-sharing-buttons"},(0,a.createElement)(c.A,null,e?(0,a.createElement)(d.A,null):(0,a.createElement)(u.A,{changeStatus:s,isModuleActive:n,isLoading:t})))}},25593:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(50723),s=n(11876),o=n(56427);const i=function(){return(0,a.createElement)(r.Ay,null,(0,a.createElement)(o.Placeholder,null,(0,a.createElement)(o.Flex,{gap:2,direction:"column",style:{flexBasis:"100%",padding:"0 1em"}},(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:90})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})))))}},29590:(e,t,n)=>{"use strict";var a=n(85985),r=n(61383);(0,a.vp)(r.U,r.W)},61383:(e,t,n)=>{"use strict";n.d(t,{U:()=>r,W:()=>s});var a=n(69253);const r="sharing",s={render:a.A}},68699:(e,t,n)=>{"use strict";var a=n(85985),r=n(40724);(0,a.vp)(r.UU,r.W0)},40724:(e,t,n)=>{"use strict";n.d(t,{UU:()=>g,W0:()=>A});var a=n(82170),r=n(7162),s=n(85985),o=n(56427),i=n(3582),l=n(47143),c=n(14309),u=n(43656),d=n(86087),p=n(27723),m=n(90062);const __=p.__,g="social-previews",A={render:()=>(0,a.createElement)(h,null)},h=function(){const[e,t]=(0,d.useState)(!1);return(0,l.useSelect)((e=>{const t=e(u.store).getCurrentPostType(),n=e(i.store).getPostType(t);return n?.viewable}),[])?(0,a.createElement)(a.Fragment,null,e&&(0,a.createElement)(r.SocialPreviewsModal,{onClose:()=>t(!1)}),(0,a.createElement)(m.A,null,(0,a.createElement)(o.PanelBody,{title:__("Social Previews","jetpack"),initialOpen:!1},(0,a.createElement)(r.SocialPreviewsPanel,{openModal:()=>t(!0)}))),(0,a.createElement)(c.PluginPrePublishPanel,{title:__("Social Previews","jetpack"),icon:(0,a.createElement)(s.jt,null),initialOpen:!1},(0,a.createElement)(r.SocialPreviewsPanel,{openModal:()=>t(!0)}))):null}},49487:(e,t,n)=>{"use strict";n.d(t,{T:()=>r});var a=n(56427);const r=(0,a.withFallbackStyles)(((e,t)=>{const{textColor:n,backgroundColor:a}=t,r=a&&a.color,s=n&&n.color;return{fallbackBackgroundColor:r||!e?void 0:getComputedStyle(e).backgroundColor,fallbackTextColor:s||!e?void 0:getComputedStyle(e).color}}))},75181:(e,t,n)=>{"use strict";var a=n(82170),r=n(85985),s=n(74997),o=n(27723),i=n(12199);const __=o.__;(0,r.Sy)()||(0,r.d9)()||(0,s.registerBlockCollection)("jetpack",{title:"Jetpack",icon:(0,a.createElement)(i.ux,null)}),(0,s.setCategories)([...(0,s.getCategories)().filter((({slug:e})=>"contact-form"!==e)),{slug:"contact-form",title:__("Forms","jetpack"),icon:(0,a.createElement)(i.ux,null)}]),(0,s.setCategories)([...(0,s.getCategories)().filter((({slug:e})=>"monetize"!==e)),{slug:"monetize",title:__("Monetize","jetpack"),icon:(0,a.createElement)(i.ux,null)}]),(0,s.setCategories)([...(0,s.getCategories)().filter((({slug:e})=>"grow"!==e)),{slug:"grow",title:__("Grow","jetpack"),icon:(0,a.createElement)(i.ux,null)}])},34377:(e,t,n)=>{"use strict";function a(e){const t=e.ownerDocument;return{currentDoc:t,currentWindow:t.defaultView||t.parentWindow}}function r(e,t,n=!1){let r=[];if(!t||!e&&!e.length||!function(e){const{currentWindow:t}=a(e);return"editor-canvas"===t.name&&t.self!==t.top}(t))return r;const{currentDoc:s,currentWindow:o}=a(t);if(!function(e){try{return!!e?.parent?.location.href}catch(e){return!1}}(o))return r;const i=o?.parent?.document;return s&&i?(r=e.filter((e=>{const t=i.querySelector(e),a=!!s.querySelector(e);return!(!t||a)&&(s.head.appendChild(t.cloneNode()),n&&t.remove(),!0)})),r):r}function s(e,t,r){let s;try{s=new URL("editor-assets",n.p)}catch(e){return}const o=s.href,{currentDoc:i}=a(r),l=i.getElementsByTagName("head")[0];e.forEach((e=>{const[n,a]=e.file.split("/").pop().split(".");if("css"===a){if(i.getElementById(e.id))return;const t=i.createElement("link");t.id=e.id,t.rel="stylesheet",t.href=`${o}/${n}-${e.version}.${a}`,l.appendChild(t)}if("js"===a){const r=t[e.id]?t[e.id]:null;if(i.getElementById(e.id))return r();const s=i.createElement("script");s.id=e.id,s.type="text/javascript",s.src=`${o}/${n}-${e.version}.${a}`,s.onload=r,l.appendChild(s)}}))}function o(e,t){return new Promise((n=>{const a=()=>{e[t]?n(e[t]):e.requestAnimationFrame(a)};a()}))}n.d(t,{Cu:()=>o,a$:()=>s,ry:()=>r,sG:()=>a})},88659:(e,t,n)=>{"use strict";n.d(t,{V:()=>o});var a=n(38377),r=n(85985);const s=a.T["Jetpack Green 40"];function o(){return(0,r.d9)()||(0,r.Sy)()?null:s}},90907:(e,t,n)=>{"use strict";n.d(t,{D:()=>o});var a=n(36536),r=n.n(a),s=n(66087);function o(e,t){const n=function(e,t){for(const n of new(r())(t).values()){if(-1===n.indexOf("is-style-"))continue;const t=n.substring(9),a=(0,s.find)(e,{name:t});if(a)return a}return(0,s.find)(e,"isDefault")}(e,t);return n?n.name:null}},71046:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(82170),r=n(56427),s=n(86087),o=n(27723);const __=o.__,_x=o._x;class i extends s.Component{state={hasCopied:!1};onCopy=()=>this.setState({hasCopied:!0});onFinishCopy=()=>this.setState({hasCopied:!1});onFocus=e=>e.target.select();render(){const{link:e}=this.props,{hasCopied:t}=this.state;return e?(0,a.createElement)("div",{className:"jetpack-clipboard-input"},(0,a.createElement)(r.TextControl,{readOnly:!0,onFocus:this.onFocus,value:e}),(0,a.createElement)(r.ClipboardButton,{variant:"secondary",onCopy:this.onCopy,onFinishCopy:this.onFinishCopy,text:e},t?__("Copied!","jetpack"):_x("Copy","verb","jetpack"))):null}}const l=i},20710:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const a=/^#?[A-Fa-f0-9]{6}$/;function r(e){return a.test(e)}},72445:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(82170),r=n(20195),s=n(86087),o=n(27723),i=n(66087),l=n(23117);const __=o.__,c="undefined"!=typeof _wpmejsSettings?_wpmejsSettings:{};function u(e,t,n){const a=document.createElement("div");a.className=e;const r=document.createElement("button");return r.innerText=t,r.addEventListener("click",n),r.setAttribute("aria-label",t),r.setAttribute("title",t),a.appendChild(r),a}const d=function({trackSource:e,onPlay:t,onPause:n,onError:o,onTimeChange:d,onSkipForward:p,onJumpBack:m,currentTime:g,playStatus:A=l.vh,onMetadataLoaded:h,loadWhenReady:E=!1,preload:f="metadata"}){const b=(0,s.useRef)(void 0),v=()=>{b.current.play().catch((()=>{}))},C=()=>{b.current.pause(),(0,r.speak)(__("Paused","jetpack"),"assertive")};return(0,s.useEffect)((()=>{MediaElementPlayer.prototype._setResponsiveMode||(MediaElementPlayer.prototype._setResponsiveMode=MediaElementPlayer.prototype.setResponsiveMode,MediaElementPlayer.prototype.setResponsiveMode=function(){const e=this;e.getElement(e.container).parentNode&&e._setResponsiveMode()})}),[]),(0,s.useEffect)((()=>{const e=b.current;e.preload=f;const a=new MediaElementPlayer(e,{...c,success:()=>E&&e?.load()});if(m||p){const e=`${a.options.classPrefix}button ${a.options.classPrefix}jump-button`;if(m){const t=`${e} ${a.options.classPrefix}jump-backward-button`;a.addControlElement(u(t,__("Jump Back","jetpack"),m),"jumpBackwardButton")}if(p){const t=`${e} ${a.options.classPrefix}skip-forward-button`;a.addControlElement(u(t,__("Skip Forward","jetpack"),p),"skipForwardButton")}}return t&&e.addEventListener("play",t),n&&e.addEventListener("pause",n),o&&e.addEventListener("error",o),h&&e.addEventListener("loadedmetadata",h),()=>{a.remove(),t&&e.removeEventListener("play",t),n&&e.removeEventListener("pause",n),o&&e.removeEventListener("error",o),h&&e.removeEventListener("loadedmetadata",h)}}),[t,n,o,m,p,h,E,f]),(0,s.useEffect)((()=>{const[e,t]=!1===b.current?.paused?[l.v8,C]:[l.vh,v],n=(0,i.debounce)(t,100);return l.pF!==A&&e!==A&&n(),()=>{n.cancel()}}),[b,A,e]),(0,s.useEffect)((()=>{if(!d)return;const e=b.current,t=(0,i.throttle)((e=>d(e)),1e3,{leading:!0,trailing:!1}),n=e=>t(e.target.currentTime);return d&&e?.addEventListener("timeupdate",n),()=>{t.cancel(),e?.removeEventListener("timeupdate",n)}}),[b,d]),(0,s.useEffect)((()=>{const e=b.current;g&&e&&Math.abs(Math.floor(g-e.currentTime))>1&&(e.currentTime=g)}),[b,g]),(0,a.createElement)("div",{className:"jetpack-audio-player"},(0,a.createElement)("audio",{src:e,ref:b}))}},11998:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(94715),s=n(56427),o=n(27723),i=n(13022),l=n(10617);const __=o.__;function c({blockName:e,buttonLabel:t,className:n,href:o,icon:c,onClick:u,readMoreUrl:d,subtitle:p,title:m}){const{autosaveAndRedirect:g}=(0,l.A)(o);return(0,a.createElement)(r.Warning,{actions:o&&[(0,a.createElement)(s.Button,{href:o,onClick:t=>{t.preventDefault(),u(e),g(t)},target:"_top",variant:"secondary",className:"jetpack-stripe-nudge__link"},t)],className:(0,i.A)(n,"jetpack-block-nudge wp-block")},(0,a.createElement)("span",{className:"jetpack-block-nudge__info"},c,(0,a.createElement)("span",{className:"jetpack-block-nudge__text-container"},(0,a.createElement)("span",{className:"jetpack-block-nudge__title"},m),p&&(0,a.createElement)("span",{className:"jetpack-block-nudge__message"},p,d&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)("br",null),(0,a.createElement)(s.ExternalLink,{href:d},__("Learn more about the block and fees","jetpack")))))))}},5873:(e,t,n)=>{"use strict";n.d(t,{A:()=>A});var a=n(82170),r=n(94715),s=n(74997),o=n(56427),i=n(47143),l=n(86087),c=n(27723),u=n(48558),d=n(13022),p=n(66087);const __=c.__,m=({attributes:e,styleOption:t,viewportWidth:n,blockName:o})=>{const i=(0,s.getBlockType)(o);return(0,a.createElement)(r.BlockPreview,{viewportWidth:n,blocks:(l=i.example?(0,s.getBlockFromExample)(o,{attributes:{...i.example.attributes,style:t.value},innerBlocks:i.example.innerBlocks}):(0,s.createBlock)(o,e),{...l,attributes:{...l.attributes,__isBlockPreview:!0}})});var l},g=l.memo?(0,l.memo)(m,((e,t)=>(0,p.isEqual)(e,t))):m;function A({attributes:e,clientId:t,styleOptions:n,onSelectStyle:s,activeStyle:l,viewportWidth:c,title:p}){let m;return i.useSelect&&(m=(0,i.useSelect)((e=>{const{getBlock:n}=e("core/block-editor");return n(t)}))),(0,a.createElement)(a.Fragment,null,(0,a.createElement)(r.BlockControls,null,(0,a.createElement)(o.ToolbarGroup,{isCollapsed:!0,icon:"admin-appearance",label:__("Style","jetpack"),controls:n.map((e=>({title:e.label,isActive:e.value===l,onClick:()=>s({style:e.value})}))),popoverProps:{className:"jetpack-block-styles-selector-toolbar"}})),(0,a.createElement)(r.InspectorControls,null,(0,a.createElement)(o.PanelBody,{title:p||__("Styles","jetpack")},(0,a.createElement)("div",{className:"block-editor-block-styles jetpack-block-styles-selector"},n.map((t=>{const n={...e,style:t.value};return(0,a.createElement)("div",{key:t.value,className:(0,d.A)("block-editor-block-styles__item",{"is-active":t.value===l}),onClick:()=>{s({style:t.value})},onKeyDown:e=>{u.ENTER!==e.keyCode&&u.SPACE!==e.keyCode||(e.preventDefault(),s({style:t.value}))},role:"button",tabIndex:"0","aria-label":t.label},(0,a.createElement)("div",{className:"block-editor-block-styles__item-preview"},t.preview?t.preview:i.useSelect&&m&&(0,a.createElement)(g,{blockName:m.name,styleOption:t,attributes:n,viewportWidth:c})),(0,a.createElement)("div",{className:"block-editor-block-styles__item-label"},t.label))}))))))}},57753:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(82170);function r({children:e,spanClass:t}){return(0,a.createElement)("div",{className:"jetpack-inspector-notice"},(0,a.createElement)("span",{className:t},e))}},9522:(e,t,n)=>{"use strict";n.d(t,{G:()=>i});var a=n(82170),r=n(50723),s=n(11876),o=n(56427);const i=()=>(0,a.createElement)(r.Ay,null,(0,a.createElement)(o.Placeholder,null,(0,a.createElement)(o.Flex,{gap:2,direction:"column",style:{flexBasis:"33.3%",padding:"0 1em"}},(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:90}))),(0,a.createElement)(o.Flex,{gap:2,direction:"column",style:{flexBasis:"33.3%",padding:"0 1em"}},(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:90}))),(0,a.createElement)(o.Flex,{gap:2,direction:"column",style:{flexBasis:"33.3%",padding:"0 1em"}},(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:90})))))},1458:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(96072),r=n.n(a),s=n(82170),o=n(56427);const i=o.NumberControl||o.__experimentalNumberControl||function(e){return(0,s.createElement)(o.TextControl,r()({type:"number",inputMode:"numeric"},e))}},49452:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(56427),s=n(47143),o=n(27723),i=n(64234),l=n(10617);const __=o.__;function c({showDialog:e,closeDialog:t}){const{hasTierPlans:n}=(0,s.useSelect)((e=>{const{getNewsletterTierProducts:t,getConnectUrl:n}=e("jetpack/membership-products");return{stripeConnectUrl:n(),hasTierPlans:0!==t()?.length}})),o=(0,i.Qu)(n),{autosaveAndRedirect:c}=(0,l.A)(o);return(0,a.createElement)(r.__experimentalConfirmDialog,{onRequestClose:t,cancelButtonText:__("Not now","jetpack"),confirmButtonText:__("Get started","jetpack"),isOpen:e,onCancel:t,onConfirm:c,style:{maxWidth:400}},(0,a.createElement)("h2",null,__("Set up payments","jetpack")),(0,a.createElement)("p",null,__("To start collecting payments, you’ll just need to:","jetpack")),(0,a.createElement)("ol",null,(0,a.createElement)("li",null,__("Create a payment offer and choose a price for access to paid content","jetpack")),(0,a.createElement)("li",null,__("Set up or connect your Stripe account","jetpack"))))}},29726:(e,t,n)=>{"use strict";n.d(t,{Hb:()=>r,V$:()=>a,_$:()=>s,h5:()=>o});const a=0,r=1,s="payment-plan",o="subscription"},37072:(e,t,n)=>{"use strict";n.d(t,{B:()=>o,o:()=>s});var a=n(86087),r=n(29726);const s=(0,a.createContext)({blockName:void 0,clientId:void 0,products:[],productType:r._$,selectedProductIds:[],setSelectedProductIds:()=>{}}),o=()=>(0,a.useContext)(s)},97627:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(82170),r=n(94715),s=n(47143),o=n(16521),i=n(72462),l=n(29726),c=n(37072),u=n(34666),d=n(69095),p=n(12788);function m({blockName:e,clientId:t,productType:n=l._$,selectedProductIds:m=[],setSelectedProductIds:g=()=>{}}){const A=(0,s.useSelect)((e=>e(o.M).getProducts(n,m,g)),[]),{connectUrl:h,isApiConnected:E,areSelectedProductsInvalid:f}=(0,s.useSelect)((e=>{const{getConnectUrl:t,isApiStateConnected:n,hasInvalidProducts:a}=e(o.M);return{connectUrl:t(),isApiConnected:n(),areSelectedProductsInvalid:a(m)}}));if(!E)return null;const b={blockName:e,clientId:t,products:A,productType:n,selectedProductIds:m,setSelectedProductIds:g};return(0,a.createElement)(c.o.Provider,{value:b},!E&&!!h&&(0,a.createElement)(r.BlockControls,{__experimentalShareWithChildBlocks:!0,group:"block"},(0,a.createElement)(i.A,{blockName:e,connectUrl:h})),E&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)(u.A,null),(0,a.createElement)(p.A,null)),E&&f&&(0,a.createElement)(d.A,null))}},34666:(e,t,n)=>{"use strict";n.d(t,{A:()=>v});var a=n(82170),r=n(94715),s=n(56427),o=n(47143),i=n(86087),l=n(27723),c=n(84008),u=n(51609),d=n(16521),p=n(72730),m=n(29726),g=n(37072),A=n(1990);const __=l.__,h="USD",E=5,f="1 month",b=!1;function v(){const{productType:e,setSelectedProductIds:t}=(0,g.B)(),n=(0,o.useSelect)((e=>e(d.M).getSiteSlug())),{saveProduct:l}=(0,o.useDispatch)(d.M),[v,C]=(0,i.useState)(m.V$),[k,y]=(0,i.useState)((0,A.W)("default new product title",e)),[B,w]=(0,i.useState)(!1),[_,I]=(0,i.useState)(h),[x,j]=(0,i.useState)(E),[S,Q]=(0,i.useState)(f),[N,R]=(0,i.useState)(b),T=[{label:__("Month","jetpack"),value:"1 month"},{label:__("Year","jetpack"),value:"1 year"},{label:__("One-Time Payment","jetpack"),value:"one-time"}];return(0,u.useEffect)((()=>{B||(y((0,A.G)(S)),w(!1))}),[S,B]),(0,a.createElement)(r.InspectorControls,null,n&&(0,a.createElement)(s.PanelBody,null,(0,a.createElement)(s.ExternalLink,{href:`https://wordpress.com/earn/payments/${n}`},(0,A.W)("manage your products",e))),(0,a.createElement)(s.PanelBody,{title:(0,A.W)("add a new product",e),initialOpen:!0,className:"product-management-control-inspector__add-plan"},v===m.Hb&&(0,a.createElement)(s.Placeholder,{icon:c.A,label:(0,A.W)("saving product",e)},(0,a.createElement)(s.Spinner,null)),v===m.V$&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)(s.PanelRow,{className:"product-management-control-inspector__product-title"},(0,a.createElement)(s.TextControl,{id:"new-product-title",label:__("Name","jetpack"),onChange:e=>{y(e),w(!0)},value:k})),(0,a.createElement)(s.PanelRow,{className:"product-management-control-inspector__product-price"},(0,a.createElement)(s.SelectControl,{label:__("Currency","jetpack"),onChange:e=>I(e),options:p.T,value:_}),(0,a.createElement)(s.TextControl,{label:__("Price","jetpack"),onChange:e=>j(e),type:"number",value:x})),(0,a.createElement)(s.PanelRow,{className:"plan-interval"},(0,a.createElement)(s.SelectControl,{label:__("Interval","jetpack"),onChange:e=>Q(e),options:T,value:S})),(0,a.createElement)(s.PanelRow,{className:"custom-amount"},(0,a.createElement)(s.ToggleControl,{label:__("Enable customers to pick their own amount","jetpack"),onChange:e=>R(e),checked:N})),(0,a.createElement)(s.PanelRow,null,(0,a.createElement)(s.ExternalLink,{href:"https://wordpress.com/support/wordpress-editor/blocks/payments/#related-fees"},__("Read more about Payments and related fees.","jetpack"))),(0,a.createElement)(s.PanelRow,null,(0,a.createElement)(s.Button,{onClick:n=>{n.preventDefault(),C(m.Hb),l({title:k,currency:_,price:x,interval:S,type:null,buyer_can_change_amount:N,is_editable:!0},e,t,(e=>{C(m.V$),e&&(j(E),w(!1),Q(f),R(b),I(h))}))},variant:"secondary"},(0,A.W)("add product",e))))))}},69095:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(94715),s=n(51113),o=n(90311),i=n(37072),l=n(1990);function c(){const{productType:e}=(0,i.B)();return(0,a.createElement)(r.Warning,{className:"product-management-control-nudge"},(0,a.createElement)("span",{className:"product-management-control-nudge__info"},(0,a.createElement)(s.A,{icon:o.A}),(0,a.createElement)("span",{className:"product-management-control-nudge__text-container"},(0,a.createElement)("span",{className:"product-management-control-nudge__title"},(0,l.W)("invalid product configured for this block",e)),(0,a.createElement)("span",{className:"product-management-control-nudge__message"},(0,l.W)("the button will be hidden from your visitors until you select a valid product",e)))))}},12788:(e,t,n)=>{"use strict";n.d(t,{A:()=>v});var a=n(82170),r=n(4567),s=n(94715),o=n(56427),i=n(47143),l=n(27723),c=n(83883),u=n(83822),d=n(90311),p=n(16521),m=n(59340),g=n(37072),A=n(21212),h=n(1990);const __=l.__;function E(e){const{currency:t,interval:n,price:a}=e,s=(0,r.Ay)(parseFloat(a),t);switch(n){case"1 month":return(0,l.sprintf)( // translators: %s: amount @@ -219,7 +209,7 @@ _n("This post was sent to %s paid subscriber only.","This post _n("This post was sent to %s subscriber.","This post was sent to %s subscribers.",a,"jetpack"),r)})({futureTense:B,isPaidPost:y,postHasPaywallBlock:n,reachCount:w}),(0,a.createElement)("p",null,(0,i.createInterpolateElement)(_,{strong:(0,a.createElement)("strong",null)}))}},64234:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>d,Qu:()=>l,fI:()=>c,mf:()=>u});var a=n(82170),r=n(56427),s=n(86087),o=n(27723),i=n(37906);const _x=o._x,__=o.__,l=e=>{const t="https://wordpress.com/earn/payments/"+location.hostname;return e?t:t+"#add-tier-plan"},c=(e,t)=>"public"!==e&&t!==i.P2.everybody.key,u=()=>(0,a.createElement)(r.Notice,{status:"warning",isDismissible:!1,className:"edit-post-post-misconfiguration__warning"},(0,s.createInterpolateElement)(__("You’ll need to change the post’s access to Everybody or visibility to Public.

    Subscribers aren’t able to view private or password-protected posts.","jetpack"),{br:(0,a.createElement)("br",null)}));function d({context:e="other",hasTierPlans:t}){const n=t?_x("Manage plans","unused context to distinguish translations","jetpack"):__("Set up a paid plan","jetpack");return"toolbar"===e?(0,a.createElement)(r.ToolbarButton,{href:l(t),target:"_blank"},n):(0,a.createElement)(r.Button,{variant:"primary",href:l(t),target:"_blank"},n)}},14435:(e,t,n)=>{"use strict";var a=n(85985),r=n(1455),s=n.n(r),o=n(47143),i=n(27723);n(692);const __=i.__;function l(){const e=(0,a.GE)();return void 0!==typeof window&&window.location&&e?(0,a.Sy)()||(0,a.d9)()?`https://wordpress.com/plans/my-plan/${e}`:`${window.location.protocol}//${e.replace("::","/")}/wp-admin/admin.php?page=jetpack#/my-plan`:null}(async()=>{if(void 0!==typeof window&&window.location){if(new URLSearchParams(window.location.search).get("plan_upgraded")){let e=null;e:try{if((0,a.Sy)())break e;const t=await s()({path:"/jetpack/v4/site"});e=JSON.parse(t.data).plan.product_name}finally{const t=l();(0,o.dispatch)("core/notices").createNotice("success",e?(0,i.sprintf)(/* translators: %s is the plan name, such as Jetpack Premium. */ __("Congratulations! Your site is now on the %s plan.","jetpack"),e):__("Congratulations! Your site is now on a paid plan.","jetpack"),{isDismissible:!0,...t&&{actions:[{url:l(),label:__("View my plan","jetpack")}]}})}}}})()},79366:(e,t,n)=>{"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&(n.p=window.Jetpack_Block_Assets_Base_Url)},94375:(e,t,n)=>{"use strict";n.d(t,{A:()=>i,M:()=>l});var a=n(85985),r=n(74997),s=n(52619);const o="jetpack/";function i(e,t,n=[],i=!0){const l="string"==typeof e?e:e.name,c=l.startsWith(o),u=c?l.slice(o.length):l,{available:d,details:p,unavailableReason:m}=(0,a.FB)(u),g=(0,a.aq)(m,p),A=i||c?o:"";if(!d&&!g)return!1;const h=A+u,E=(0,r.registerBlockType)("object"==typeof e?e:h,t);return g&&(0,s.addFilter)("editor.BlockListBlock",`${h}-with-has-warning-is-interactive-class-names`,(0,a.BT)(h)),n.forEach((e=>(0,r.registerBlockType)(A+e.name,e.settings))),E}function l(e,t,n,r){return i(e,{...t,icon:(0,a.Cq)(e),attributes:e.attributes||{}},n,r)}},62289:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(82170),r=n(5573);const s=(e,t=24,n=24,s="0 0 24 24")=>(0,a.createElement)(r.SVG,{xmlns:"http://www.w3.org/2000/svg",width:t,height:n,viewBox:s},(0,a.createElement)(r.Path,{fill:"none",d:"M0 0h24v24H0V0z",className:"icon-filler"}),e)},64882:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(82170),r=n(94715);const s=(e,t,n,s,o)=>{const{isSelected:i}=t,l=t.attributes[e];return(0,a.createElement)("div",{className:i?`jetpack-${e}-block is-selected`:`jetpack-${e}-block`},!i&&""!==l&&s(t),(i||""===l)&&(0,a.createElement)(r.PlainText,{value:l,placeholder:n,"aria-label":n,onChange:o}))}},21929:(e,t,n)=>{"use strict";var a=n(47143),r=n(27723);n(692);const __=r.__;if("undefined"!=typeof window&&window.location){const e=new URLSearchParams(window.location.search);e.get("stripe_connect_success")?(0,a.dispatch)("core/notices").createNotice("success",__("Congrats! Your site is now connected to Stripe. You can now start accepting funds!","jetpack")):e.get("stripe_connect_cancelled")&&(0,a.dispatch)("core/notices").createNotice("error",__("You cancelled connecting your site to Stripe.","jetpack"))}},56145:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(1455),r=n.n(a),s=n(66087);function o(e,t=s.noop){return t(!0),new Promise(((n,a)=>{r()({path:`/wpcom/v2/resolve-redirect/?url=${encodeURIComponent(e)}`}).then((r=>{t(!1);const s=r.status?parseInt(r.status,10):null;s&&s>=400?a():n(r.url||e)}),(()=>{t(!1),a()}))}))}},10617:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(47143),r=n(86087),s=n(66087);function o(e,t=s.noop){const[n,o]=(0,r.useState)(!1),{isAutosaveablePost:i,isDirtyPost:l,currentPost:c}=(0,a.useSelect)((e=>{const t=e("core/editor");return{isAutosaveablePost:t.isEditedPostAutosaveable(),isDirtyPost:t.isEditedPostDirty(),currentPost:t.getCurrentPost()}}),[]),u=Object.keys(c).length>0,d=(0,a.useSelect)((e=>!!window.wp?.customize||!!e("core/edit-widgets"))),p=(0,a.dispatch)("core/editor").savePost,m=(0,a.useSelect)((e=>e("core").__experimentalGetDirtyEntityRecords())),g=async e=>{e.preventDefault(),u?l&&i&&await p(e):await(async()=>{for(let e=0;e{a.preventDefault(),n||(o(!0),g(a).then((()=>{!function(e,t,n=!1){t&&t(e),n?window.open(e,"_blank"):window.top.location.href=e}(e,t,d)})))},isRedirecting:n}}},58164:(e,t,n)=>{"use strict";n.d(t,{Bd:()=>o,Ti:()=>s,_X:()=>a,ds:()=>r});const a="free",r="tiered",s="unlimited",o=e=>e?0===e?.value?a:1===e?.value?s:r:null},71960:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(86087);const r=e=>{e&&cancelAnimationFrame(e.id)},s=(e,t=0)=>{const n=(0,a.useRef)(),s=(0,a.useRef)(e);s.current=e,(0,a.useEffect)((()=>(n.current=((e,t=0)=>{const n=t<0?0:t,a={id:0};let r=Date.now();const s=()=>{const t=Date.now();t-r>=n&&(r=t,e()),a.id=requestAnimationFrame(s)};return a.id=requestAnimationFrame(s),a})((()=>{s.current()}),t),()=>{r(n.current)})),[t]);return(0,a.useCallback)((()=>{r(n.current)}),[])}},86183:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(85985),r=n(47143),s=n(52619),o=n(66087),i=n(10617);const l="a8c.wpcom-block-editor.openCheckoutModal";function c(e,t=o.noop){const{checkoutUrl:n,planData:c}=(0,r.useSelect)((t=>{const n=t("core/editor"),r=t("wordpress-com/plans"),{id:s,type:o}=n.getCurrentPost(),i=r&&r.getPlan(e);return{checkoutUrl:(0,a.Q4)({plan:i,planSlug:e,postId:s,postType:o}),planData:i}}),[]),{autosave:u,autosaveAndRedirect:d,isRedirecting:p}=(0,i.A)(n,t);return[n,async e=>{if(e.preventDefault(),(0,s.hasAction)(l))return e.preventDefault(),u(e),void(0,s.doAction)(l,{products:[c]});d(e)},p,c]}},89303:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(86087);const r=e=>{const t=(0,a.useRef)(void 0);return(0,a.useEffect)((()=>{t.current=e}),[e]),t.current};function s({attributes:e,disableEffects:t=!1,setAttributes:n}){const{align:s,width:o}=e,i=r(s);(0,a.useEffect)((()=>{if(t)return;i!==s&&("left"===s||"right"===s)&&o?.includes("%")&&n({width:void 0})}),[s,t,i,n,o])}},27734:(e,t,n)=>{"use strict";n.d(t,{O:()=>r});var a=n(47143);const r=async()=>new Promise((e=>{const t=(0,a.subscribe)((()=>{(0,a.select)("core/editor").isCleanNewPost()&&(t(),e());(0,a.select)("core/block-editor").getBlocks().length>0&&(t(),e())}))}))},1874:(e,t,n)=>{"use strict";n.d(t,{f:()=>r});var a=n(47143);const r=async e=>new Promise((t=>{const n=(0,a.subscribe)((()=>{e()&&(n(),t())}))}))},38062:(e,t,n)=>{"use strict";n.d(t,{D:()=>m,s:()=>g});var a=n(96072),r=n.n(a),s=n(82170),o=n(56427),i=n(86087),l=n(27723),c=n(13022);const __=l.__,u=[{value:"%",label:"%",default:100},{value:"px",label:"px",default:150},{value:"em",label:"em",default:10}],d=[{value:"px",label:"px",default:150},{value:"em",label:"em",default:10}],p=["25%","50%","75%","100%"];function m(e){return(0,s.createElement)(o.PanelBody,{title:__("Width settings","jetpack")},(0,s.createElement)(g,r()({showLabel:!1},e)))}function g({align:e,width:t,onChange:n,showLabel:a=!0}){const[r,l]=(0,i.useState)("%");(0,i.useEffect)((()=>{void 0===t&&l("px")}),[t]);const m="left"===e||"right"===e;return(0,s.createElement)(o.BaseControl,{__nextHasNoMarginBottom:!0,label:a&&__("Width","jetpack")},(0,s.createElement)("div",{className:(0,c.A)("jetpack-block-width-controls",{"is-aligned":m})},!m&&(0,s.createElement)(o.ButtonGroup,{"aria-label":__("Percentage Width","jetpack")},p.map((e=>(0,s.createElement)(o.Button,{key:e,isSmall:!0,variant:e===t?"primary":void 0,onClick:()=>function(e){const a=t===e?void 0:e;l("%"),n(a)}(e)},e)))),(0,s.createElement)(o.__experimentalUnitControl,{isResetValueOnUnitChange:!0,max:"%"===r||t?.includes("%")?100:void 0,min:0,onChange:e=>n(e),onUnitChange:e=>l(e),size:"small",units:m?d:u,value:t})))}},23117:(e,t,n)=>{"use strict";n.d(t,{ax:()=>a,pF:()=>s,v8:()=>r,vh:()=>o});const a="jetpack/media-source",r="is-playing",s="is-error",o="is-paused"},12088:(e,t,n)=>{"use strict";var a=n(47143),r=n(23117),s=n(11267);if(void 0!==a.createReduxStore){const e=(0,a.createReduxStore)(r.ax,s.A);(0,a.register)(e)}else(0,a.registerStore)(r.ax,s.A)},11267:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(23117);const r={sources:{},default:null},s={registerMediaSource:(e,t)=>({type:"REGISTER_MEDIA_SOURCE",id:e,mediaSourceState:t}),updateMediaSourceData:(e,t)=>({type:"UPDATE_MEDIA_SOURCE_DATA",id:e,data:t}),unregisterMediaSource:e=>({type:"UNREGISTER_MEDIA_SOURCE",id:e}),setDefaultMediaSource:e=>({type:"SET_DEFAULT_MEDIA_SOURCE",id:e}),playMediaSource:e=>({type:"SET_MEDIA_PLAYER_STATE",id:e,state:a.v8}),toggleMediaSource:e=>({type:"TOGGLE_MEDIA_PLAYER_STATE",id:e}),pauseMediaSource:e=>({type:"SET_MEDIA_PLAYER_STATE",id:e,state:a.vh}),errorMediaSource:e=>({type:"SET_MEDIA_PLAYER_STATE",id:e,state:a.pF}),setMediaSourceCurrentTime:(e,t)=>({type:"SET_MEDIA_PLAYER_CURRENT_TIME",id:e,currentTime:t})},o={getDefaultMediaSource(e){let t=null;const n=Object.keys(e.sources);if(e.default?t=e.default:n?.length&&(t=e.sources[n[0]].id),t)return e.sources[t]},getMediaPlayerState(e,t){const n=t?e.sources?.[t]:o.getDefaultMediaSource(e);return n?.state},getMediaSourceCurrentTime(e,t){const n=t?e.sources?.[t]:o.getDefaultMediaSource(e);return n?.currentTime},getMediaSourceDuration(e,t){if(!t){const t=o.getDefaultMediaSource(e);return t?.duration}return e.sources?.[t]?.duration},getMediaSourceDomReference(e,t){const n=t?e.sources?.[t]:o.getDefaultMediaSource(e);if(!n)return;const a=n?.domId;return a?document.getElementById(a):void 0}},i={reducer(e=r,t){const n=t.id||e.default||Object.keys(e.sources)?.[0];switch(t.type){case"REGISTER_MEDIA_SOURCE":return{...e,sources:{...e.sources,[t.id]:{id:t.id,...t.mediaSourceState}}};case"UPDATE_MEDIA_SOURCE_DATA":return{...e,sources:{...e.sources,[t.id]:{...e.sources[t.id],...t.data}}};case"UNREGISTER_MEDIA_SOURCE":{const n=Object.assign({},e);return n.sources[t.id]&&delete n.sources[t.id],t.id===e.default&&(n.default=Object.keys(e.sources)?.[0]),n}case"SET_DEFAULT_MEDIA_SOURCE":return{...e,default:t.id};case"SET_MEDIA_PLAYER_STATE":return{...e,sources:{...e.sources,[n]:{...e.sources[n],state:t.state}}};case"TOGGLE_MEDIA_PLAYER_STATE":return{...e,sources:{...e.sources,[n]:{...e.sources[n],state:e.sources[n].state===a.v8?a.vh:a.v8}}};case"SET_MEDIA_PLAYER_CURRENT_TIME":return{...e,sources:{...e.sources,[n]:{...e.sources[n],currentTime:t.currentTime}}}}return e},actions:s,selectors:o}},66314:(e,t,n)=>{"use strict";n.r(t),n.d(t,{saveProduct:()=>E,setApiState:()=>A,setConnectUrl:()=>m,setConnectedAccountDefaultCurrency:()=>g,setNewsletterCategories:()=>b,setNewsletterCategoriesSubscriptionsCount:()=>v,setProducts:()=>p,setSiteSlug:()=>h,setSubscriberCounts:()=>f});var a=n(4567),r=n(1455),s=n.n(r),o=n(27723),i=n(29726),l=n(1990),c=n(72730),u=n(3696),d=n(34884);const __=o.__,p=e=>({type:"SET_PRODUCTS",products:e}),m=e=>({type:"SET_CONNECT_URL",connectUrl:e}),g=e=>({type:"SET_CONNECTED_ACCOUNT_DEFAULT_CURRENCY",connectedAccountDefaultCurrency:e}),A=e=>({type:"SET_API_STATE",apiState:e}),h=e=>({type:"SET_SITE_SLUG",siteSlug:e}),E=(e,t=i._$,n=()=>{},r=()=>{},m=!0)=>async({dispatch:i,registry:g})=>{const{title:A,price:h,currency:E}=e;if(!A||0===A.length)return(0,d.S)((0,l.W)("product requires a name",t),g),void r(!1);const f=parseFloat(h),b=(0,c.dv)(E);if(f({type:"SET_SUBSCRIBER_COUNTS",subscriberCounts:e}),b=e=>({type:"SET_NEWSLETTER_CATEGORIES",newsletterCategories:e}),v=e=>({type:"SET_NEWSLETTER_CATEGORIES_SUBSCRIPTIONS_COUNT",newsletterCategoriesSubscriptionsCount:e})},3696:(e,t,n)=>{"use strict";n.d(t,{EF:()=>a,JA:()=>s,an:()=>r,gI:()=>o,ky:()=>i});const a="jetpack/membership-products",r=0,s=1,o=2,i="tier"},16521:(e,t,n)=>{"use strict";n.d(t,{M:()=>c});var a=n(47143),r=n(66314),s=n(3696),o=n(91497),i=n(18410),l=n(92955);const c=(0,a.createReduxStore)(s.EF,{actions:r,reducer:o.A,resolvers:i,selectors:l,__experimentalUseThunks:!0});(0,a.register)(c)},91497:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const a={products:[],apiState:n(3696).an,connectUrl:null,siteSlug:"",connectedAccountDefaultCurrency:"",subscriberCounts:{socialFollowers:null,emailSubscribers:null,paidSubscribers:null},newsletterCategories:{enabled:!1,categories:[]}};function r(e=a,t){switch(t.type){case"SET_PRODUCTS":return{...e,products:t.products};case"SET_CONNECT_URL":return{...e,connectUrl:t.connectUrl};case"SET_API_STATE":return{...e,apiState:t.apiState};case"SET_SITE_SLUG":return{...e,siteSlug:t.siteSlug};case"SET_CONNECTED_ACCOUNT_DEFAULT_CURRENCY":return{...e,connectedAccountDefaultCurrency:t.connectedAccountDefaultCurrency};case"SET_SUBSCRIBER_COUNTS":return{...e,subscriberCounts:t.subscriberCounts};case"SET_NEWSLETTER_CATEGORIES":return{...e,newsletterCategories:t.newsletterCategories};case"SET_NEWSLETTER_CATEGORIES_SUBSCRIPTIONS_COUNT":return{...e,newsletterCategoriesSubscriptionsCount:t.newsletterCategoriesSubscriptionsCount}}return e}},18410:(e,t,n)=>{"use strict";n.r(t),n.d(t,{fetchNewsletterCategoriesSubscriptionsCount:()=>b,getNewsletterCategories:()=>B,getNewsletterCategoriesSubscriptionsCount:()=>w,getNewsletterTierProducts:()=>C,getProducts:()=>k,getSubscriberCounts:()=>y});var a=n(1455),r=n.n(a),s=n(43656),o=n(93832),i=n(29726),l=n(1990),c=n(56539),u=n(27574),d=n(66314),p=n(3696),m=n(34884);const g="membership-products-resolver-getProducts",A="membership-products-resolver-getSubscriberCounts",h="membership-products-resolver-getNewsletterCategories",E="membership-products-resolver-getNewsletterCategoriesSubscriptionsCount";let f=!1;const b=async e=>{const t=await r()({path:`/wpcom/v2/newsletter-categories/count?term_ids=${e.join(",")}`,method:"GET"});if(!t||"object"!=typeof t)throw new Error("Unexpected API response");const n=t?.errors&&Object.values(t.errors)?.[0]?.[0];if(n)throw new Error(n);return t},v=(e,t,n)=>{if(e.length>0)return;const a=n.getProductsNoResolver()[0]?.id;a&&t([a])},C=(e=i._$,t=[],n=()=>{})=>k(e,t,n,!1),k=(e=i._$,t=[],n=()=>{},a=!0)=>async({dispatch:i,registry:A,select:h})=>{if(await c.A.blockExecution(g),f)return void v(t,n,h);const E=c.A.acquire(g);try{const c=await(async()=>{const e=(0,o.getQueryArg)(window.location.href,"origin"),t=(0,o.addQueryArgs)("/wpcom/v2/memberships/status",{source:"https://wordpress.com"===e?"gutenberg-wpcom":"gutenberg",type:"all",is_editable:!0}),n=await r()({path:t,method:"GET"});if(!n&&"object"!=typeof n)throw new Error("Unexpected API response");const a=n?.errors&&Object.values(n.errors)?.[0]?.[0];if(a)throw new Error(a);return n})();((e,t,n)=>{const a=t.select(s.store).getCurrentPostId();n((0,d.setConnectUrl)((0,u.A)(a,e.connect_url))),n((0,d.setSiteSlug)(e.site_slug)),n((0,d.setProducts)(e.products)),n((0,d.setConnectedAccountDefaultCurrency)(e.connected_account_default_currency)),n((0,d.setApiState)(e.connected_account_id?p.JA:p.gI))})(c,A,i),(e=>!e.products.length&&e.connected_account_id)(c)&&await(async(e,t,n,a)=>{await n((0,d.saveProduct)({title:(0,l.W)("default new product title",e),currency:"USD",price:5,interval:"1 month"},e,t,(()=>{}),a))})(e,n,i,a),v(t,n,h),f=!0}catch(e){i((0,d.setConnectUrl)(null)),i((0,d.setApiState)(p.gI)),(0,m.S)(e.message,A)}c.A.release(E)},y=()=>async({dispatch:e,registry:t})=>{await c.A.blockExecution(A);const n=c.A.acquire(A);try{const t=await(async()=>{const e=await r()({path:"/wpcom/v2/subscribers/counts"});if(!e||"object"!=typeof e)throw new Error("Unexpected API response");const t=e?.errors&&Object.values(e.errors)?.[0]?.[0];if(t)throw new Error(t);return e})();e((0,d.setSubscriberCounts)({socialFollowers:t.counts.social_followers,emailSubscribers:t.counts.email_subscribers,paidSubscribers:t.counts.paid_subscribers}))}catch(n){e((0,d.setApiState)(p.gI)),(0,m.S)(n.message,t)}c.A.release(n)},B=()=>async({dispatch:e,registry:t})=>{await c.A.blockExecution(h);const n=c.A.acquire(h);try{const t=await(async()=>{const e=await r()({path:"/wpcom/v2/newsletter-categories"});if(!e||"object"!=typeof e)throw new Error("Unexpected API response");const t=e?.errors&&Object.values(e.errors)?.[0]?.[0];if(t)throw new Error(t);return e})();e((0,d.setNewsletterCategories)({enabled:t.enabled,categories:t.newsletter_categories}))}catch(n){e((0,d.setApiState)(p.gI)),(0,m.S)(n.message,t)}c.A.release(n)},w=(e=[])=>async({dispatch:t,registry:n})=>{await c.A.blockExecution(E);const a=c.A.acquire(E);try{const n=await b(e);t((0,d.setNewsletterCategoriesSubscriptionsCount)(n.subscriptions_count))}catch(e){t((0,d.setApiState)(p.gI)),(0,m.S)(e.message,n)}c.A.release(a)}},92955:(e,t,n)=>{"use strict";n.r(t),n.d(t,{getApiState:()=>r,getConnectUrl:()=>s,getConnectedAccountDefaultCurrency:()=>o,getNewsletterCategories:()=>E,getNewsletterCategoriesEnabled:()=>f,getNewsletterCategoriesSubscriptionsCount:()=>b,getNewsletterTierProducts:()=>d,getProduct:()=>c,getProducts:()=>i,getProductsNoResolver:()=>l,getSelectedProducts:()=>u,getSiteSlug:()=>p,getSubscriberCounts:()=>h,hasInvalidProducts:()=>v,isApiStateConnected:()=>m,isApiStateLoading:()=>g,isInvalidProduct:()=>A});var a=n(3696);const r=e=>e.apiState,s=e=>e.connectUrl,o=e=>e.connectedAccountDefaultCurrency,i=e=>e.products,l=e=>i(e),c=(e,t)=>i(e).find((e=>e.id===t)),u=(e,t)=>i(e).filter((e=>t.includes(e.id))),d=e=>e.products.filter((e=>e.type===a.ky)),p=e=>e.siteSlug,m=e=>e.apiState===a.JA,g=e=>e.apiState===a.an,A=(e,t)=>!!t&&!c(e,t),h=e=>e.subscriberCounts,E=e=>e.newsletterCategories.categories,f=e=>e.newsletterCategories.enabled,b=e=>e.newsletterCategoriesSubscriptionsCount,v=(e,t)=>!!t&&t.some((t=>A(e,t)))},34884:(e,t,n)=>{"use strict";n.d(t,{L:()=>s,S:()=>r});var a=n(692);const r=(e,t)=>t.dispatch(a.store).createErrorNotice(e,{type:"snackbar"}),s=(e,t)=>t.dispatch(a.store).createSuccessNotice(e,{type:"snackbar"})},68224:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(1455),r=n.n(a),s=n(38458);const o={setPlans:e=>({type:s.PC,plans:e}),fetchFromAPI:e=>({type:s.iH,url:e}),storeAiAssistantFeature:e=>({type:s.UU,feature:e}),fetchAiAssistantFeature:()=>async({dispatch:e})=>{e({type:s.ql});try{const t=await r()({path:s.J8});e(o.storeAiAssistantFeature(function(e){return{hasFeature:!!e["has-feature"],isOverLimit:!!e["is-over-limit"],requestsCount:e["requests-count"],requestsLimit:e["requests-limit"],requireUpgrade:!!e["site-require-upgrade"],errorMessage:e["error-message"],errorCode:e["error-code"],upgradeType:e["upgrade-type"],usagePeriod:{currentStart:e["usage-period"]?.["current-start"],nextStart:e["usage-period"]?.["next-start"],requestsCount:e["usage-period"]?.["requests-count"]||0},currentTier:e["current-tier"],nextTier:e["next-tier"],tierPlansEnabled:!!e["tier-plans-enabled"],costs:e.costs,featuresControl:e["features-control"]}}(t)))}catch(e){console.error(e)}},increaseAiAssistantRequestsCount:(e=1)=>({dispatch:t})=>{t({type:s.Lg,count:e}),t(o.decreaseAsyncRequestCountdownValue())},decreaseAsyncRequestCountdownValue:()=>async({dispatch:e,select:t})=>{e({type:s.yO});t.getAsyncRequestCountdownValue()<=0&&e(o.enqueueAiAssistantFeatureAsyncRequest())},enqueueAiAssistantFeatureAsyncRequest:()=>({dispatch:e})=>{e.dequeueAiAssistantFeatureAsyncRequest();const t=setTimeout((()=>{e(o.fetchAiAssistantFeature())}),s.gW);e({type:s.jM,timerId:t})},dequeueAiAssistantFeatureAsyncRequest:()=>({dispatch:e,select:t})=>{e({type:s.js,timerId:0});const n=t.getAsyncRequestCountdownTimerId();n&&window?.clearTimeout(n)},setAiAssistantFeatureRequireUpgrade:(e=!0)=>({type:s.Kt,requireUpgrade:e}),setTierPlansEnabled:(e=!0)=>({type:s.c1,tierPlansEnabled:e})},i=o},38458:(e,t,n)=>{"use strict";n.d(t,{GB:()=>d,J8:()=>u,Kt:()=>l,Lg:()=>i,PC:()=>a,UU:()=>s,c1:()=>c,gW:()=>g,iH:()=>r,jM:()=>h,js:()=>E,mx:()=>m,nb:()=>p,ql:()=>o,yO:()=>A});const a="SET_PLANS",r="FETCH_FROM_API",s="STORE_AI_ASSISTANT_FEATURE",o="REQUEST_AI_ASSISTANT_FEATURE",i="INCREASE_AI_ASSISTANT_REQUESTS_COUNT",l="SET_AI_ASSISTANT_FEATURE_REQUIRE_UPGRADE",c="SET_TIER_PLANS_ENABLED",u="/wpcom/v2/jetpack-ai/ai-assistant-feature",d=20,p=999999999,m=3,g=5e3,A="DECREASE_NEW_ASYNC_REQUEST_COUNTDOWN",h="ENQUEUE_ASYNC_COUNTDOWN_REQUEST",E="DEQUEUE_ASYNC_COUNTDOWN_REQUEST"},20831:(e,t,n)=>{"use strict";var a=n(47143),r=n(68224),s=n(19399);const o="wordpress-com/plans",i={getPlan:(e,t)=>e.plans.find((e=>e.product_slug===t)),getAiAssistantFeature(e){const t={...e.features.aiAssistant};return delete t._meta,t},getIsRequestingAiAssistantFeature:e=>e.features.aiAssistant?._meta?.isRequesting,getAsyncRequestCountdownValue:e=>e.features.aiAssistant?._meta?.asyncRequestCountdown,getAsyncRequestCountdownTimerId:e=>e.features.aiAssistant?._meta?.asyncRequestTimerId},l=(0,a.createReduxStore)(o,{actions:r.A,reducer:s.A,selectors:i,controls:{FETCH_FROM_API:({url:e})=>fetch(e).then((e=>e.json()))},resolvers:{*getPlan(){const e=yield r.A.fetchFromAPI("https://public-api.wordpress.com/rest/v1.5/plans");return r.A.setPlans(e)},getAiAssistantFeature:e=>{if(!e?.features?.aiAssistant)return r.A.fetchAiAssistantFeature()}}});(0,a.register)(l),window.Jetpack_Editor_Initial_State?.["ai-assistant"]?.["is-enabled"]&&(0,a.select)(o).getAiAssistantFeature()},19399:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(38458);const r={plans:[],features:{aiAssistant:{hasFeature:!0,isOverLimit:!1,requestsCount:0,requestsLimit:a.GB,requireUpgrade:!1,errorMessage:"",errorCode:"",upgradeType:"default",currentTier:{slug:"ai-assistant-tier-free",value:0,limit:20},usagePeriod:{currentStart:"",nextStart:"",requestsCount:0},nextTier:null,tierPlansEnabled:!1,_meta:{isRequesting:!1,asyncRequestCountdown:a.mx,asyncRequestTimerId:0}}}};function s(e=r,t){switch(t.type){case a.PC:return{...e,plans:t.plans};case a.ql:return{...e,features:{...e.features,aiAssistant:{...e.features.aiAssistant,_meta:{...e.features.aiAssistant._meta,isRequesting:!0,asyncRequestCountdown:a.mx,asyncRequestTimerId:0}}}};case a.UU:return{...e,features:{...e.features,aiAssistant:{...t.feature,_meta:{...e.features.aiAssistant._meta,isRequesting:!1}}}};case a.Lg:{const n=e.features.aiAssistant.usagePeriod||{requestsCount:0},r=e.features.aiAssistant.requestsCount+t.count;n.requestsCount+=t.count;const s=e.features.aiAssistant.currentTier?.value,o=void 0===s&&!e.features.aiAssistant.hasFeature||0===s,i=void 0===s&&e.features.aiAssistant.hasFeature||1===s;let l=e.features.aiAssistant.currentTier?.limit;i?l=a.nb:o&&(l=e.features.aiAssistant.requestsLimit);const c=(i||o?r:e.features.aiAssistant.usagePeriod?.requestsCount)>=l,u=c&&null!==e.features.aiAssistant.nextTier;return{...e,features:{...e.features,aiAssistant:{...e.features.aiAssistant,isOverLimit:c,requestsCount:r,requireUpgrade:u,usagePeriod:{...n}}}}}case a.yO:return{...e,features:{...e.features,aiAssistant:{...e.features.aiAssistant,_meta:{...e.features.aiAssistant._meta,asyncRequestCountdown:e.features.aiAssistant._meta.asyncRequestCountdown-1}}}};case a.jM:return{...e,features:{...e.features,aiAssistant:{...e.features.aiAssistant,_meta:{...e.features.aiAssistant._meta,asyncRequestTimerId:t.timerId}}}};case a.Kt:return{...e,features:{...e.features,aiAssistant:{...e.features.aiAssistant,requireUpgrade:t.requireUpgrade,...t.requireUpgrade?{isOverLimit:!0}:{}}}};case a.c1:return{...e,features:{...e.features,aiAssistant:{...e.features.aiAssistant,tierPlansEnabled:t.tierPlansEnabled}}}}return e}},3975:(e,t,n)=>{"use strict";n.d(t,{i:()=>r,y:()=>a});const a={AED:{symbol:"د.إ.‏",grouping:",",decimal:".",precision:2},AFN:{symbol:"؋",grouping:",",decimal:".",precision:2},ALL:{symbol:"Lek",grouping:".",decimal:",",precision:2},AMD:{symbol:"֏",grouping:",",decimal:".",precision:2},ANG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AOA:{symbol:"Kz",grouping:",",decimal:".",precision:2},ARS:{symbol:"$",grouping:".",decimal:",",precision:2},AUD:{symbol:"A$",grouping:",",decimal:".",precision:2},AWG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AZN:{symbol:"₼",grouping:" ",decimal:",",precision:2},BAM:{symbol:"КМ",grouping:".",decimal:",",precision:2},BBD:{symbol:"Bds$",grouping:",",decimal:".",precision:2},BDT:{symbol:"৳",grouping:",",decimal:".",precision:0},BGN:{symbol:"лв.",grouping:" ",decimal:",",precision:2},BHD:{symbol:"د.ب.‏",grouping:",",decimal:".",precision:3},BIF:{symbol:"FBu",grouping:",",decimal:".",precision:0},BMD:{symbol:"$",grouping:",",decimal:".",precision:2},BND:{symbol:"$",grouping:".",decimal:",",precision:0},BOB:{symbol:"Bs",grouping:".",decimal:",",precision:2},BRL:{symbol:"R$",grouping:".",decimal:",",precision:2},BSD:{symbol:"$",grouping:",",decimal:".",precision:2},BTC:{symbol:"Ƀ",grouping:",",decimal:".",precision:2},BTN:{symbol:"Nu.",grouping:",",decimal:".",precision:1},BWP:{symbol:"P",grouping:",",decimal:".",precision:2},BYR:{symbol:"р.",grouping:" ",decimal:",",precision:2},BZD:{symbol:"BZ$",grouping:",",decimal:".",precision:2},CAD:{symbol:"C$",grouping:",",decimal:".",precision:2},CDF:{symbol:"FC",grouping:",",decimal:".",precision:2},CHF:{symbol:"CHF",grouping:"'",decimal:".",precision:2},CLP:{symbol:"$",grouping:".",decimal:",",precision:2},CNY:{symbol:"¥",grouping:",",decimal:".",precision:2},COP:{symbol:"$",grouping:".",decimal:",",precision:2},CRC:{symbol:"₡",grouping:".",decimal:",",precision:2},CUC:{symbol:"CUC",grouping:",",decimal:".",precision:2},CUP:{symbol:"$MN",grouping:",",decimal:".",precision:2},CVE:{symbol:"$",grouping:",",decimal:".",precision:2},CZK:{symbol:"Kč",grouping:" ",decimal:",",precision:2},DJF:{symbol:"Fdj",grouping:",",decimal:".",precision:0},DKK:{symbol:"kr.",grouping:"",decimal:",",precision:2},DOP:{symbol:"RD$",grouping:",",decimal:".",precision:2},DZD:{symbol:"د.ج.‏",grouping:",",decimal:".",precision:2},EGP:{symbol:"ج.م.‏",grouping:",",decimal:".",precision:2},ERN:{symbol:"Nfk",grouping:",",decimal:".",precision:2},ETB:{symbol:"ETB",grouping:",",decimal:".",precision:2},EUR:{symbol:"€",grouping:".",decimal:",",precision:2},FJD:{symbol:"FJ$",grouping:",",decimal:".",precision:2},FKP:{symbol:"£",grouping:",",decimal:".",precision:2},GBP:{symbol:"£",grouping:",",decimal:".",precision:2},GEL:{symbol:"Lari",grouping:" ",decimal:",",precision:2},GHS:{symbol:"₵",grouping:",",decimal:".",precision:2},GIP:{symbol:"£",grouping:",",decimal:".",precision:2},GMD:{symbol:"D",grouping:",",decimal:".",precision:2},GNF:{symbol:"FG",grouping:",",decimal:".",precision:0},GTQ:{symbol:"Q",grouping:",",decimal:".",precision:2},GYD:{symbol:"G$",grouping:",",decimal:".",precision:2},HKD:{symbol:"HK$",grouping:",",decimal:".",precision:2},HNL:{symbol:"L.",grouping:",",decimal:".",precision:2},HRK:{symbol:"kn",grouping:".",decimal:",",precision:2},HTG:{symbol:"G",grouping:",",decimal:".",precision:2},HUF:{symbol:"Ft",grouping:".",decimal:",",precision:0},IDR:{symbol:"Rp",grouping:".",decimal:",",precision:0},ILS:{symbol:"₪",grouping:",",decimal:".",precision:2},INR:{symbol:"₹",grouping:",",decimal:".",precision:2},IQD:{symbol:"د.ع.‏",grouping:",",decimal:".",precision:2},IRR:{symbol:"﷼",grouping:",",decimal:"/",precision:2},ISK:{symbol:"kr.",grouping:".",decimal:",",precision:0},JMD:{symbol:"J$",grouping:",",decimal:".",precision:2},JOD:{symbol:"د.ا.‏",grouping:",",decimal:".",precision:3},JPY:{symbol:"¥",grouping:",",decimal:".",precision:0},KES:{symbol:"S",grouping:",",decimal:".",precision:2},KGS:{symbol:"сом",grouping:" ",decimal:"-",precision:2},KHR:{symbol:"៛",grouping:",",decimal:".",precision:0},KMF:{symbol:"CF",grouping:",",decimal:".",precision:2},KPW:{symbol:"₩",grouping:",",decimal:".",precision:0},KRW:{symbol:"₩",grouping:",",decimal:".",precision:0},KWD:{symbol:"د.ك.‏",grouping:",",decimal:".",precision:3},KYD:{symbol:"$",grouping:",",decimal:".",precision:2},KZT:{symbol:"₸",grouping:" ",decimal:"-",precision:2},LAK:{symbol:"₭",grouping:",",decimal:".",precision:0},LBP:{symbol:"ل.ل.‏",grouping:",",decimal:".",precision:2},LKR:{symbol:"₨",grouping:",",decimal:".",precision:0},LRD:{symbol:"L$",grouping:",",decimal:".",precision:2},LSL:{symbol:"M",grouping:",",decimal:".",precision:2},LYD:{symbol:"د.ل.‏",grouping:",",decimal:".",precision:3},MAD:{symbol:"د.م.‏",grouping:",",decimal:".",precision:2},MDL:{symbol:"lei",grouping:",",decimal:".",precision:2},MGA:{symbol:"Ar",grouping:",",decimal:".",precision:0},MKD:{symbol:"ден.",grouping:".",decimal:",",precision:2},MMK:{symbol:"K",grouping:",",decimal:".",precision:2},MNT:{symbol:"₮",grouping:" ",decimal:",",precision:2},MOP:{symbol:"MOP$",grouping:",",decimal:".",precision:2},MRO:{symbol:"UM",grouping:",",decimal:".",precision:2},MTL:{symbol:"₤",grouping:",",decimal:".",precision:2},MUR:{symbol:"₨",grouping:",",decimal:".",precision:2},MVR:{symbol:"MVR",grouping:",",decimal:".",precision:1},MWK:{symbol:"MK",grouping:",",decimal:".",precision:2},MXN:{symbol:"MX$",grouping:",",decimal:".",precision:2},MYR:{symbol:"RM",grouping:",",decimal:".",precision:2},MZN:{symbol:"MT",grouping:",",decimal:".",precision:0},NAD:{symbol:"N$",grouping:",",decimal:".",precision:2},NGN:{symbol:"₦",grouping:",",decimal:".",precision:2},NIO:{symbol:"C$",grouping:",",decimal:".",precision:2},NOK:{symbol:"kr",grouping:" ",decimal:",",precision:2},NPR:{symbol:"₨",grouping:",",decimal:".",precision:2},NZD:{symbol:"NZ$",grouping:",",decimal:".",precision:2},OMR:{symbol:"﷼",grouping:",",decimal:".",precision:3},PAB:{symbol:"B/.",grouping:",",decimal:".",precision:2},PEN:{symbol:"S/.",grouping:",",decimal:".",precision:2},PGK:{symbol:"K",grouping:",",decimal:".",precision:2},PHP:{symbol:"₱",grouping:",",decimal:".",precision:2},PKR:{symbol:"₨",grouping:",",decimal:".",precision:2},PLN:{symbol:"zł",grouping:" ",decimal:",",precision:2},PYG:{symbol:"₲",grouping:".",decimal:",",precision:2},QAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},RON:{symbol:"lei",grouping:".",decimal:",",precision:2},RSD:{symbol:"Дин.",grouping:".",decimal:",",precision:2},RUB:{symbol:"₽",grouping:" ",decimal:",",precision:2},RWF:{symbol:"RWF",grouping:" ",decimal:",",precision:2},SAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},SBD:{symbol:"S$",grouping:",",decimal:".",precision:2},SCR:{symbol:"₨",grouping:",",decimal:".",precision:2},SDD:{symbol:"LSd",grouping:",",decimal:".",precision:2},SDG:{symbol:"£‏",grouping:",",decimal:".",precision:2},SEK:{symbol:"kr",grouping:",",decimal:".",precision:2},SGD:{symbol:"S$",grouping:",",decimal:".",precision:2},SHP:{symbol:"£",grouping:",",decimal:".",precision:2},SLL:{symbol:"Le",grouping:",",decimal:".",precision:2},SOS:{symbol:"S",grouping:",",decimal:".",precision:2},SRD:{symbol:"$",grouping:",",decimal:".",precision:2},STD:{symbol:"Db",grouping:",",decimal:".",precision:2},SVC:{symbol:"₡",grouping:",",decimal:".",precision:2},SYP:{symbol:"£",grouping:",",decimal:".",precision:2},SZL:{symbol:"E",grouping:",",decimal:".",precision:2},THB:{symbol:"฿",grouping:",",decimal:".",precision:2},TJS:{symbol:"TJS",grouping:" ",decimal:";",precision:2},TMT:{symbol:"m",grouping:" ",decimal:",",precision:0},TND:{symbol:"د.ت.‏",grouping:",",decimal:".",precision:3},TOP:{symbol:"T$",grouping:",",decimal:".",precision:2},TRY:{symbol:"TL",grouping:".",decimal:",",precision:2},TTD:{symbol:"TT$",grouping:",",decimal:".",precision:2},TVD:{symbol:"$T",grouping:",",decimal:".",precision:2},TWD:{symbol:"NT$",grouping:",",decimal:".",precision:2},TZS:{symbol:"TSh",grouping:",",decimal:".",precision:2},UAH:{symbol:"₴",grouping:" ",decimal:",",precision:2},UGX:{symbol:"USh",grouping:",",decimal:".",precision:2},USD:{symbol:"$",grouping:",",decimal:".",precision:2},UYU:{symbol:"$U",grouping:".",decimal:",",precision:2},UZS:{symbol:"сўм",grouping:" ",decimal:",",precision:2},VEB:{symbol:"Bs.",grouping:",",decimal:".",precision:2},VEF:{symbol:"Bs. F.",grouping:".",decimal:",",precision:2},VND:{symbol:"₫",grouping:".",decimal:",",precision:1},VUV:{symbol:"VT",grouping:",",decimal:".",precision:0},WST:{symbol:"WS$",grouping:",",decimal:".",precision:2},XAF:{symbol:"F",grouping:",",decimal:".",precision:2},XCD:{symbol:"$",grouping:",",decimal:".",precision:2},XOF:{symbol:"F",grouping:" ",decimal:",",precision:2},XPF:{symbol:"F",grouping:",",decimal:".",precision:2},YER:{symbol:"﷼",grouping:",",decimal:".",precision:2},ZAR:{symbol:"R",grouping:" ",decimal:",",precision:2},ZMW:{symbol:"ZK",grouping:",",decimal:".",precision:2},WON:{symbol:"₩",grouping:",",decimal:".",precision:2}};function r(e){return a[e]||{symbol:"$",grouping:",",decimal:".",precision:2}}},4567:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>s});var a=n(3975),r=n(18360);function s(e,t,n={}){const s=(0,a.i)(t);if(!s||isNaN(e))return null;const{decimal:o,grouping:i,precision:l,symbol:c}={...s,...n},u=e<0?"-":"";let d=(0,r.A)(Math.abs(e),l,o,i);return n.stripZeros&&(d=function(e,t){const n=new RegExp(`\\${t}0+$`);return e.replace(n,"")}(d,o)),`${u}${c}${d}`}},18360:(e,t,n)=>{"use strict";function a(e,t=0,n=".",a=","){const r=(e+"").replace(/[^0-9+\-Ee.]/g,""),s=isFinite(+r)?+r:0,o=isFinite(+t)?Math.abs(t):0,i=(o?function(e,t){const n=Math.pow(10,t);return""+(Math.round(e*n)/n).toFixed(t)}(s,o):""+Math.round(s)).split(".");return i[0].length>3&&(i[0]=i[0].replace(/\B(?=(?:\d{3})+(?!\d))/g,a)),(i[1]||"").lengtha})},51119:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a,r=n(2467);function s(){this.intervals={},this.monitorInterval=null,this.windowInstance=null,this.onMessage=e=>{e.source===this.windowInstance&&this.emit("message",e.data)}}a=s.prototype,Object.assign(a,r.EventEmitter.prototype),a.emitChange=function(){this.emit("change")},a.off=a.removeListener,s.prototype.open=function(e,t,n){return t=t||Date.now(),this.windowInstance=window.open(e,t,n),this.startMonitoring(t,this.windowInstance),window.addEventListener("message",this.onMessage,!1),this},s.prototype.getScreenCenterSpecs=function(e,t){const n=void 0!==window.screenTop?window.screenTop:window.screenY,a=void 0!==window.screenLeft?window.screenLeft:window.screenX;return["width="+e,"height="+t,"top="+(n+window.innerHeight/2-t/2),"left="+(a+window.innerWidth/2-e/2)].join()},s.prototype.isOpen=function(e){let t=!1;try{t=this.intervals[e]&&this.intervals[e].closed}catch(e){}return!t},s.prototype.checkStatus=function(){for(const e in this.intervals)this.intervals.hasOwnProperty(e)&&!this.isOpen(e)&&(this.emit("close",e),delete this.intervals[e]);0===Object.keys(this.intervals).length&&(clearInterval(this.monitorInterval),delete this.monitorInterval,window.removeEventListener("message",this.onMessage))},s.prototype.startMonitoring=function(e,t){this.monitorInterval||(this.monitorInterval=setInterval(this.checkStatus.bind(this),100)),this.intervals[e]=t};const o=s},97684:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(51119);const r=function(e,t){var n,r=new a.A;r.open(e,null,"toolbar=0,location=0,status=0,menubar=0,"+r.getScreenCenterSpecs(780,700)),r.once("close",(function(){var e={};n&&n.keyring_id&&(e.keyring_id=Number(n.keyring_id),e.id_token=n.id_token,e.user=n.user),t(e)})),r.on("message",(function(e){return n=e}))}},46140:(e,t,n)=>{"use strict";n.d(t,{Kq:()=>a,_I:()=>r,q8:()=>s});const a="article",r="landscape",s="portrait"},5954:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(10790),r=n(31280),s=n(57466);const o=({text:e,url:t,forceUrlDisplay:n})=>{let o;return(n||(0,r.ti)(e,"a"))&&(o=(0,a.jsx)("a",{className:"facebook-preview__custom-text-post-url",href:t,rel:"nofollow noopener noreferrer",target:"_blank",children:t})),(0,a.jsxs)("p",{className:"facebook-preview__custom-text",children:[(0,a.jsx)("span",{children:(0,r.x5)(e,{platform:"facebook",maxChars:s.zl})}),o]})}},57466:(e,t,n)=>{"use strict";n.d(t,{B2:()=>i,GA:()=>s,t2:()=>o,zl:()=>r});var a=n(31280);const r=440,s=e=>e.replace(/^[^/]+[/]*/,"").replace(/\/.*$/,""),o=e=>(0,a.RA)((0,a.f5)(110),(0,a.ZT)(110))((0,a.$J)(e))||"",i=e=>(0,a.RA)((0,a.f5)(200),(0,a.ZT)(200))((0,a.$J)(e))||""},72691:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(27723),r=n(51609),s=n(46140);const __=a.__,o=({mode:e})=>{const[t,n]=(0,r.useState)(e),[a,o]=(0,r.useState)(!0),i=(0,r.useCallback)((({target:e})=>{if(!t){const t=e;n(t.naturalWidth>t.naturalHeight?s._I:s.q8)}o(!1)}),[t]),l=(0,r.useCallback)((()=>o(!1)),[]);return[t,a,{alt:__("Facebook Preview Thumbnail","jetpack"),onLoad:i,onError:l}]}},57181:(e,t,n)=>{"use strict";n.d(t,{D:()=>c});var a=n(10790),r=n(46140),s=n(5954),o=n(72691),i=n(72870),l=n(77114);const c=({url:e,customImage:t,user:n,customText:c,imageMode:u})=>{const[d,p,m]=(0,o.A)({mode:u}),g="is-"+(d===r.q8?"portrait":"landscape");return(0,a.jsxs)("div",{className:"facebook-preview__post",children:[(0,a.jsx)(l.A,{user:void 0}),(0,a.jsx)("div",{className:"facebook-preview__content",children:(0,a.jsxs)("div",{className:`facebook-preview__window ${g} ${t&&p?"is-loading":""}`,children:[(0,a.jsx)("div",{className:`facebook-preview__custom-image ${g}`,children:(0,a.jsx)("img",{src:t,...m})}),(0,a.jsx)(l.A,{user:n,timeElapsed:!0,hideOptions:!0}),c&&(0,a.jsx)(s.A,{text:c,url:e,forceUrlDisplay:!0})]})}),(0,a.jsx)(i.A,{})]})}},73066:(e,t,n)=>{"use strict";n.d(t,{l:()=>p});var a=n(10790),r=n(27723),s=n(46140),o=n(5954),i=n(57466),l=n(72691),c=n(72870),u=n(77114),d=n(29659);n(81500);const __=r.__,p=({url:e,title:t,description:n,image:r,user:p,customText:m,type:g,imageMode:A,compactDescription:h})=>{const[E,f,b]=(0,l.A)({mode:A}),v=g===s.Kq,C="is-"+(v&&!r||E===s.q8?"portrait":"landscape");return(0,a.jsxs)("div",{className:"facebook-preview__post",children:[(0,a.jsx)(u.A,{user:p}),(0,a.jsxs)("div",{className:"facebook-preview__content",children:[m&&(0,a.jsx)(o.A,{text:m,url:e}),(0,a.jsxs)("div",{className:`facebook-preview__body ${C} ${r&&f?"is-loading":""}`,children:[(r||v)&&(0,a.jsx)("div",{className:`facebook-preview__image ${r?"":"is-empty"} ${C}`,children:r&&(0,a.jsx)("img",{src:r,...b})}),(0,a.jsx)("div",{className:"facebook-preview__text",children:(0,a.jsxs)("div",{className:"facebook-preview__text-wrapper",children:[(0,a.jsx)("div",{className:"facebook-preview__url",children:(0,i.GA)(e)}),(0,a.jsx)("div",{className:"facebook-preview__title",children:(0,i.t2)(t)||(0,i.GA)(e)}),(0,a.jsxs)("div",{className:"facebook-preview__description "+(h?"is-compact":""),children:[n&&(0,i.B2)(n),v&&!n&& +__("Minimum allowed price is %s.","jetpack"),(0,a.Ay)(b,E)),g),void r(!1);if(!(0,c.kF)(E,f))return(0,d.S)((0,l.W)("product requires a valid price",t),g),void r(!1);try{const a=await s()({path:"/wpcom/v2/memberships/product",method:"POST",data:e}),o={id:a.id,title:a.title,interval:a.interval,price:a.price,currency:a.currency},c=g.select(u.EF).getProducts();i(p(c.concat([o]))),n([o.id]),m&&(0,d.L)((0,l.W)("successfully created product",t),g),r(!0)}catch(e){(0,d.S)((0,l.W)("there was an error when adding the product",t),g),r(!1)}},f=e=>({type:"SET_SUBSCRIBER_COUNTS",subscriberCounts:e}),b=e=>({type:"SET_NEWSLETTER_CATEGORIES",newsletterCategories:e}),v=e=>({type:"SET_NEWSLETTER_CATEGORIES_SUBSCRIPTIONS_COUNT",newsletterCategoriesSubscriptionsCount:e})},3696:(e,t,n)=>{"use strict";n.d(t,{EF:()=>a,JA:()=>s,an:()=>r,gI:()=>o,ky:()=>i});const a="jetpack/membership-products",r=0,s=1,o=2,i="tier"},16521:(e,t,n)=>{"use strict";n.d(t,{M:()=>c});var a=n(47143),r=n(66314),s=n(3696),o=n(91497),i=n(18410),l=n(92955);const c=(0,a.createReduxStore)(s.EF,{actions:r,reducer:o.A,resolvers:i,selectors:l,__experimentalUseThunks:!0});(0,a.register)(c)},91497:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const a={products:[],apiState:n(3696).an,connectUrl:null,siteSlug:"",connectedAccountDefaultCurrency:"",subscriberCounts:{socialFollowers:null,emailSubscribers:null,paidSubscribers:null},newsletterCategories:{enabled:!1,categories:[]}};function r(e=a,t){switch(t.type){case"SET_PRODUCTS":return{...e,products:t.products};case"SET_CONNECT_URL":return{...e,connectUrl:t.connectUrl};case"SET_API_STATE":return{...e,apiState:t.apiState};case"SET_SITE_SLUG":return{...e,siteSlug:t.siteSlug};case"SET_CONNECTED_ACCOUNT_DEFAULT_CURRENCY":return{...e,connectedAccountDefaultCurrency:t.connectedAccountDefaultCurrency};case"SET_SUBSCRIBER_COUNTS":return{...e,subscriberCounts:t.subscriberCounts};case"SET_NEWSLETTER_CATEGORIES":return{...e,newsletterCategories:t.newsletterCategories};case"SET_NEWSLETTER_CATEGORIES_SUBSCRIPTIONS_COUNT":return{...e,newsletterCategoriesSubscriptionsCount:t.newsletterCategoriesSubscriptionsCount}}return e}},18410:(e,t,n)=>{"use strict";n.r(t),n.d(t,{fetchNewsletterCategoriesSubscriptionsCount:()=>b,getNewsletterCategories:()=>B,getNewsletterCategoriesSubscriptionsCount:()=>w,getNewsletterTierProducts:()=>C,getProducts:()=>k,getSubscriberCounts:()=>y});var a=n(1455),r=n.n(a),s=n(43656),o=n(93832),i=n(29726),l=n(1990),c=n(56539),u=n(27574),d=n(66314),p=n(3696),m=n(34884);const g="membership-products-resolver-getProducts",A="membership-products-resolver-getSubscriberCounts",h="membership-products-resolver-getNewsletterCategories",E="membership-products-resolver-getNewsletterCategoriesSubscriptionsCount";let f=!1;const b=async e=>{const t=await r()({path:`/wpcom/v2/newsletter-categories/count?term_ids=${e.join(",")}`,method:"GET"});if(!t||"object"!=typeof t)throw new Error("Unexpected API response");const n=t?.errors&&Object.values(t.errors)?.[0]?.[0];if(n)throw new Error(n);return t},v=(e,t,n)=>{if(e.length>0)return;const a=n.getProductsNoResolver()[0]?.id;a&&t([a])},C=(e=i._$,t=[],n=()=>{})=>k(e,t,n,!1),k=(e=i._$,t=[],n=()=>{},a=!0)=>async({dispatch:i,registry:A,select:h})=>{if(await c.A.blockExecution(g),f)return void v(t,n,h);const E=c.A.acquire(g);try{const c=await(async()=>{const e=(0,o.getQueryArg)(window.location.href,"origin"),t=(0,o.addQueryArgs)("/wpcom/v2/memberships/status",{source:"https://wordpress.com"===e?"gutenberg-wpcom":"gutenberg",type:"all",is_editable:!0}),n=await r()({path:t,method:"GET"});if(!n&&"object"!=typeof n)throw new Error("Unexpected API response");const a=n?.errors&&Object.values(n.errors)?.[0]?.[0];if(a)throw new Error(a);return n})();((e,t,n)=>{const a=t.select(s.store).getCurrentPostId();n((0,d.setConnectUrl)((0,u.A)(a,e.connect_url))),n((0,d.setSiteSlug)(e.site_slug)),n((0,d.setProducts)(e.products)),n((0,d.setConnectedAccountDefaultCurrency)(e.connected_account_default_currency)),n((0,d.setApiState)(e.connected_account_id?p.JA:p.gI))})(c,A,i),(e=>!e.products.length&&e.connected_account_id)(c)&&await(async(e,t,n,a)=>{await n((0,d.saveProduct)({title:(0,l.W)("default new product title",e),currency:"USD",price:5,interval:"1 month"},e,t,(()=>{}),a))})(e,n,i,a),v(t,n,h),f=!0}catch(e){i((0,d.setConnectUrl)(null)),i((0,d.setApiState)(p.gI)),(0,m.S)(e.message,A)}c.A.release(E)},y=()=>async({dispatch:e,registry:t})=>{await c.A.blockExecution(A);const n=c.A.acquire(A);try{const t=await(async()=>{const e=await r()({path:"/wpcom/v2/subscribers/counts"});if(!e||"object"!=typeof e)throw new Error("Unexpected API response");const t=e?.errors&&Object.values(e.errors)?.[0]?.[0];if(t)throw new Error(t);return e})();e((0,d.setSubscriberCounts)({socialFollowers:t.counts.social_followers,emailSubscribers:t.counts.email_subscribers,paidSubscribers:t.counts.paid_subscribers}))}catch(n){e((0,d.setApiState)(p.gI)),(0,m.S)(n.message,t)}c.A.release(n)},B=()=>async({dispatch:e,registry:t})=>{await c.A.blockExecution(h);const n=c.A.acquire(h);try{const t=await(async()=>{const e=await r()({path:"/wpcom/v2/newsletter-categories"});if(!e||"object"!=typeof e)throw new Error("Unexpected API response");const t=e?.errors&&Object.values(e.errors)?.[0]?.[0];if(t)throw new Error(t);return e})();e((0,d.setNewsletterCategories)({enabled:t.enabled,categories:t.newsletter_categories}))}catch(n){e((0,d.setApiState)(p.gI)),(0,m.S)(n.message,t)}c.A.release(n)},w=(e=[])=>async({dispatch:t,registry:n})=>{await c.A.blockExecution(E);const a=c.A.acquire(E);try{const n=await b(e);t((0,d.setNewsletterCategoriesSubscriptionsCount)(n.subscriptions_count))}catch(e){t((0,d.setApiState)(p.gI)),(0,m.S)(e.message,n)}c.A.release(a)}},92955:(e,t,n)=>{"use strict";n.r(t),n.d(t,{getApiState:()=>r,getConnectUrl:()=>s,getConnectedAccountDefaultCurrency:()=>o,getNewsletterCategories:()=>E,getNewsletterCategoriesEnabled:()=>f,getNewsletterCategoriesSubscriptionsCount:()=>b,getNewsletterTierProducts:()=>d,getProduct:()=>c,getProducts:()=>i,getProductsNoResolver:()=>l,getSelectedProducts:()=>u,getSiteSlug:()=>p,getSubscriberCounts:()=>h,hasInvalidProducts:()=>v,isApiStateConnected:()=>m,isApiStateLoading:()=>g,isInvalidProduct:()=>A});var a=n(3696);const r=e=>e.apiState,s=e=>e.connectUrl,o=e=>e.connectedAccountDefaultCurrency,i=e=>e.products,l=e=>i(e),c=(e,t)=>i(e).find((e=>e.id===t)),u=(e,t)=>i(e).filter((e=>t.includes(e.id))),d=e=>e.products.filter((e=>e.type===a.ky)),p=e=>e.siteSlug,m=e=>e.apiState===a.JA,g=e=>e.apiState===a.an,A=(e,t)=>!!t&&!c(e,t),h=e=>e.subscriberCounts,E=e=>e.newsletterCategories.categories,f=e=>e.newsletterCategories.enabled,b=e=>e.newsletterCategoriesSubscriptionsCount,v=(e,t)=>!!t&&t.some((t=>A(e,t)))},34884:(e,t,n)=>{"use strict";n.d(t,{L:()=>s,S:()=>r});var a=n(692);const r=(e,t)=>t.dispatch(a.store).createErrorNotice(e,{type:"snackbar"}),s=(e,t)=>t.dispatch(a.store).createSuccessNotice(e,{type:"snackbar"})},68224:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(1455),r=n.n(a),s=n(38458);const o={setPlans:e=>({type:s.PC,plans:e}),fetchFromAPI:e=>({type:s.iH,url:e}),storeAiAssistantFeature:e=>({type:s.UU,feature:e}),fetchAiAssistantFeature:()=>async({dispatch:e})=>{e({type:s.ql});try{const t=await r()({path:s.J8});e(o.storeAiAssistantFeature(function(e){return{hasFeature:!!e["has-feature"],isOverLimit:!!e["is-over-limit"],requestsCount:e["requests-count"],requestsLimit:e["requests-limit"],requireUpgrade:!!e["site-require-upgrade"],errorMessage:e["error-message"],errorCode:e["error-code"],upgradeType:e["upgrade-type"],usagePeriod:{currentStart:e["usage-period"]?.["current-start"],nextStart:e["usage-period"]?.["next-start"],requestsCount:e["usage-period"]?.["requests-count"]||0},currentTier:e["current-tier"],nextTier:e["next-tier"],tierPlansEnabled:!!e["tier-plans-enabled"],costs:e.costs,featuresControl:e["features-control"]}}(t)))}catch(e){console.error(e)}},increaseAiAssistantRequestsCount:(e=1)=>({dispatch:t})=>{t({type:s.Lg,count:e}),t(o.decreaseAsyncRequestCountdownValue())},decreaseAsyncRequestCountdownValue:()=>async({dispatch:e,select:t})=>{e({type:s.yO});t.getAsyncRequestCountdownValue()<=0&&e(o.enqueueAiAssistantFeatureAsyncRequest())},enqueueAiAssistantFeatureAsyncRequest:()=>({dispatch:e})=>{e.dequeueAiAssistantFeatureAsyncRequest();const t=setTimeout((()=>{e(o.fetchAiAssistantFeature())}),s.gW);e({type:s.jM,timerId:t})},dequeueAiAssistantFeatureAsyncRequest:()=>({dispatch:e,select:t})=>{e({type:s.js,timerId:0});const n=t.getAsyncRequestCountdownTimerId();n&&window?.clearTimeout(n)},setAiAssistantFeatureRequireUpgrade:(e=!0)=>({type:s.Kt,requireUpgrade:e}),setTierPlansEnabled:(e=!0)=>({type:s.c1,tierPlansEnabled:e})},i=o},38458:(e,t,n)=>{"use strict";n.d(t,{GB:()=>d,J8:()=>u,Kt:()=>l,Lg:()=>i,PC:()=>a,UU:()=>s,c1:()=>c,gW:()=>g,iH:()=>r,jM:()=>h,js:()=>E,mx:()=>m,nb:()=>p,ql:()=>o,yO:()=>A});const a="SET_PLANS",r="FETCH_FROM_API",s="STORE_AI_ASSISTANT_FEATURE",o="REQUEST_AI_ASSISTANT_FEATURE",i="INCREASE_AI_ASSISTANT_REQUESTS_COUNT",l="SET_AI_ASSISTANT_FEATURE_REQUIRE_UPGRADE",c="SET_TIER_PLANS_ENABLED",u="/wpcom/v2/jetpack-ai/ai-assistant-feature",d=20,p=999999999,m=3,g=5e3,A="DECREASE_NEW_ASYNC_REQUEST_COUNTDOWN",h="ENQUEUE_ASYNC_COUNTDOWN_REQUEST",E="DEQUEUE_ASYNC_COUNTDOWN_REQUEST"},20831:(e,t,n)=>{"use strict";var a=n(47143),r=n(68224),s=n(19399);const o="wordpress-com/plans",i={getPlan:(e,t)=>e.plans.find((e=>e.product_slug===t)),getAiAssistantFeature(e){const t={...e.features.aiAssistant};return delete t._meta,t},getIsRequestingAiAssistantFeature:e=>e.features.aiAssistant?._meta?.isRequesting,getAsyncRequestCountdownValue:e=>e.features.aiAssistant?._meta?.asyncRequestCountdown,getAsyncRequestCountdownTimerId:e=>e.features.aiAssistant?._meta?.asyncRequestTimerId},l=(0,a.createReduxStore)(o,{actions:r.A,reducer:s.A,selectors:i,controls:{FETCH_FROM_API:({url:e})=>fetch(e).then((e=>e.json()))},resolvers:{*getPlan(){const e=yield r.A.fetchFromAPI("https://public-api.wordpress.com/rest/v1.5/plans");return r.A.setPlans(e)},getAiAssistantFeature:e=>{if(!e?.features?.aiAssistant)return r.A.fetchAiAssistantFeature()}}});(0,a.register)(l),window.Jetpack_Editor_Initial_State?.["ai-assistant"]?.["is-enabled"]&&(0,a.select)(o).getAiAssistantFeature()},19399:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(38458);const r={plans:[],features:{aiAssistant:{hasFeature:!0,isOverLimit:!1,requestsCount:0,requestsLimit:a.GB,requireUpgrade:!1,errorMessage:"",errorCode:"",upgradeType:"default",currentTier:{slug:"ai-assistant-tier-free",value:0,limit:20},usagePeriod:{currentStart:"",nextStart:"",requestsCount:0},nextTier:null,tierPlansEnabled:!1,_meta:{isRequesting:!1,asyncRequestCountdown:a.mx,asyncRequestTimerId:0}}}};function s(e=r,t){switch(t.type){case a.PC:return{...e,plans:t.plans};case a.ql:return{...e,features:{...e.features,aiAssistant:{...e.features.aiAssistant,_meta:{...e.features.aiAssistant._meta,isRequesting:!0,asyncRequestCountdown:a.mx,asyncRequestTimerId:0}}}};case a.UU:return{...e,features:{...e.features,aiAssistant:{...t.feature,_meta:{...e.features.aiAssistant._meta,isRequesting:!1}}}};case a.Lg:{const n=e.features.aiAssistant.usagePeriod||{requestsCount:0},r=e.features.aiAssistant.requestsCount+t.count;n.requestsCount+=t.count;const s=e.features.aiAssistant.currentTier?.value,o=void 0===s&&!e.features.aiAssistant.hasFeature||0===s,i=void 0===s&&e.features.aiAssistant.hasFeature||1===s;let l=e.features.aiAssistant.currentTier?.limit;i?l=a.nb:o&&(l=e.features.aiAssistant.requestsLimit);const c=(i||o?r:e.features.aiAssistant.usagePeriod?.requestsCount)>=l,u=c&&null!==e.features.aiAssistant.nextTier;return{...e,features:{...e.features,aiAssistant:{...e.features.aiAssistant,isOverLimit:c,requestsCount:r,requireUpgrade:u,usagePeriod:{...n}}}}}case a.yO:return{...e,features:{...e.features,aiAssistant:{...e.features.aiAssistant,_meta:{...e.features.aiAssistant._meta,asyncRequestCountdown:e.features.aiAssistant._meta.asyncRequestCountdown-1}}}};case a.jM:return{...e,features:{...e.features,aiAssistant:{...e.features.aiAssistant,_meta:{...e.features.aiAssistant._meta,asyncRequestTimerId:t.timerId}}}};case a.Kt:return{...e,features:{...e.features,aiAssistant:{...e.features.aiAssistant,requireUpgrade:t.requireUpgrade,...t.requireUpgrade?{isOverLimit:!0}:{}}}};case a.c1:return{...e,features:{...e.features,aiAssistant:{...e.features.aiAssistant,tierPlansEnabled:t.tierPlansEnabled}}}}return e}},40090:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(10790),r=n(51609);const s={isEligible:!0};function o(e){const t=(t,n={})=>{const a={...s,...n},[,o]=(0,r.useReducer)((e=>e+1),0),i=(0,r.useRef)(t);if((0,r.useEffect)((()=>{let n=!0;return a.isEligible&&e.loadExperimentAssignment(t).then((()=>{n&&o()})),()=>{n=!1}}),[t,a.isEligible]),t===i.current||i.current.startsWith("explat_test")||e.config.logError({message:"[ExPlat] useExperiment: experimentName should never change between renders!"}),!a.isEligible)return[!1,null];const l=e.dangerouslyGetMaybeLoadedExperimentAssignment(t);return[!l,l]};return{useExperiment:t,Experiment:({defaultExperience:e,treatmentExperience:n,loadingExperience:r,name:s,options:o})=>{const[i,l]=t(s,o);return i?(0,a.jsx)(a.Fragment,{children:r}):l?.variationName?(0,a.jsx)(a.Fragment,{children:n}):(0,a.jsx)(a.Fragment,{children:e})},ProvideExperimentData:({children:e,name:n,options:a})=>{const[r,s]=t(n,a);return e(r,s)}}}},38031:(e,t,n)=>{"use strict";n.d(t,{kU:()=>c,pg:()=>u});var a=n(57259),r=n(76078),s=n(74268),o=n(50888),i=n(10676);const l=1e4;Error;function c(e){if("undefined"==typeof window)throw new Error("Running outside of a browser context.");const t={},n=(...t)=>{try{e.logError(...t)}catch(e){}};try{(0,a.bZ)()}catch(e){n({message:e.message,source:"removeExpiredExperimentAssignments-error"})}return{loadExperimentAssignment:async c=>{try{if(!i.Eo(c))throw new Error(`Invalid experimentName: "${c}"`);const n=(0,a.B1)(c);if(n&&r.H2(n))return n;void 0===t[c]&&(t[c]=(t=>o.MC((async()=>{const n=await s.FI(e,t);return(0,a.a2)(n),n})))(c));let u=l;Math.random()>.5&&(u=5e3);const d=await o.BK(t[c](),u);if(!d)throw new Error("Could not fetch ExperimentAssignment");return d}catch(e){n({message:e.message,experimentName:c,source:"loadExperimentAssignment-initialError"})}try{const e=(0,a.B1)(c);if(e)return e;const t=(0,r.fj)(c);return(0,a.a2)(t),t}catch(e){return n({message:e.message,experimentName:c,source:"loadExperimentAssignment-fallbackError"}),(0,r.fj)(c)}},dangerouslyGetExperimentAssignment:t=>{try{if(!i.Eo(t))throw new Error(`Invalid experimentName: ${t}`);const r=(0,a.B1)(t);if(!r)throw new Error("Trying to dangerously get an ExperimentAssignment that hasn't loaded.");return e.isDevelopmentMode&&r&&o.XZ()-r.retrievedTimestamp<1e3&&n({message:"Warning: Trying to dangerously get an ExperimentAssignment too soon after loading it.",experimentName:t,source:"dangerouslyGetExperimentAssignment"}),r}catch(a){return e.isDevelopmentMode&&n({message:a.message,experimentName:t,source:"dangerouslyGetExperimentAssignment-error"}),(0,r.fj)(t)}},dangerouslyGetMaybeLoadedExperimentAssignment:t=>{try{if(!i.Eo(t))throw new Error(`Invalid experimentName: ${t}`);const e=(0,a.B1)(t);return e||null}catch(a){return e.isDevelopmentMode&&n({message:a.message,experimentName:t,source:"dangerouslyGetMaybeLoadedExperimentAssignment-error"}),(0,r.fj)(t)}},config:e}}function u(e){return{loadExperimentAssignment:async t=>(e.logError({message:"Attempting to load ExperimentAssignment in SSR context",experimentName:t}),(0,r.fj)(t)),dangerouslyGetExperimentAssignment:t=>(e.logError({message:"Attempting to dangerously get ExperimentAssignment in SSR context",experimentName:t}),(0,r.fj)(t)),dangerouslyGetMaybeLoadedExperimentAssignment:t=>(e.logError({message:"Attempting to dangerously get ExperimentAssignment in SSR context",experimentName:t}),(0,r.fj)(t)),config:e}}},39292:(e,t,n)=>{"use strict";n.d(t,{k:()=>r});var a=n(38031);const r="undefined"==typeof window?a.pg:a.kU},57259:(e,t,n)=>{"use strict";n.d(t,{B1:()=>c,a2:()=>l,bZ:()=>m});var a=n(76078),r=n(51439),s=n(10676);const o="explat-experiment-",i=e=>`${o}-${e}`;function l(e){s.zV(e);const t=c(e.experimentName);if(t&&e.retrievedTimestamp[...Array(e).keys()];function d(e){return e.startsWith(o)}function p(e){return e.slice(o.length+1)}function m(){u(r.A.length).map((e=>r.A.key(e))).filter(d).map(p).filter((e=>{try{if(a.H2(c(e)))return!1}catch(e){}return!0})).map(i).map((e=>r.A.removeItem(e)))}},76078:(e,t,n)=>{"use strict";n.d(t,{H2:()=>r,fj:()=>o,fn:()=>s});var a=n(50888);function r(e){return a.XZ()({experimentName:e,variationName:null,retrievedTimestamp:a.XZ(),ttl:Math.max(s,t),isFallbackExperimentAssignment:!0})},51439:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});let a={_data:{},setItem:function(e,t){this._data[e]=t},getItem:function(e){return this._data.hasOwnProperty(e)?this._data[e]:null},removeItem:function(e){delete this._data[e]},clear:function(){this._data={}},get length(){return Object.keys(this._data).length},key:function(e){const t=Object.keys(this._data);return e in t?t[e]:null}};try{window.localStorage&&(a=window.localStorage)}catch(e){}const r=a},74268:(e,t,n)=>{"use strict";n.d(t,{FI:()=>d});var a=n(76078),r=n(51439),s=n(50888),o=n(10676);function i(e){if(function(e){return(0,o.Gv)(e)&&(0,o.Gv)(e.variations)&&"number"==typeof e.ttl&&0{const t=await e();if(t)return r.A.setItem(l,t),r.A.setItem(c,String((0,s.XZ)())),t;const n=r.A.getItem(l),a=r.A.getItem(c);return n&&a&&(0,s.XZ)()-parseInt(a,10)<864e5?n:null};async function d(e,t){const n=(0,s.XZ)(),{variations:r,ttl:l}=i(await e.fetchExperimentAssignment({anonId:await u(e.getAnonId),experimentName:t})),c=Math.max(a.fn,l),d=Object.entries(r).map((([e,t])=>({experimentName:e,variationName:t,retrievedTimestamp:n,ttl:c}))).map(o.zV);if(d.length>1)throw new Error("Received multiple experiment assignments while trying to fetch exactly one.");if(0===d.length)return a.fj(t,c);const p=d[0];if(p.experimentName!==t)throw new Error("Newly fetched ExperimentAssignment's experiment name does not match request.");if(!a.H2(p))throw new Error("Newly fetched experiment isn't alive.");return p}},50888:(e,t,n)=>{"use strict";n.d(t,{BK:()=>o,If:()=>a,MC:()=>i,XZ:()=>s});const a=1e3;let r=Date.now();function s(){const e=Date.now();return r=rsetTimeout((()=>n(new Error(`Promise has timed-out after ${t}ms.`))),t)))])}function i(e){let t=null;return()=>(t||(t=e().finally((()=>{t=null}))),t)}},10676:(e,t,n)=>{"use strict";function a(e){return"object"==typeof e&&null!==e}function r(e){return"string"==typeof e&&""!==e&&/^[a-z0-9_]*$/.test(e)}function s(e){if(!function(e){return a(e)&&r(e.experimentName)&&(r(e.variationName)||null===e.variationName)&&"number"==typeof e.retrievedTimestamp&&"number"==typeof e.ttl&&0!==e.ttl}(e))throw new Error("Invalid ExperimentAssignment");return e}n.d(t,{Eo:()=>r,Gv:()=>a,zV:()=>s})},3975:(e,t,n)=>{"use strict";n.d(t,{i:()=>r,y:()=>a});const a={AED:{symbol:"د.إ.‏",grouping:",",decimal:".",precision:2},AFN:{symbol:"؋",grouping:",",decimal:".",precision:2},ALL:{symbol:"Lek",grouping:".",decimal:",",precision:2},AMD:{symbol:"֏",grouping:",",decimal:".",precision:2},ANG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AOA:{symbol:"Kz",grouping:",",decimal:".",precision:2},ARS:{symbol:"$",grouping:".",decimal:",",precision:2},AUD:{symbol:"A$",grouping:",",decimal:".",precision:2},AWG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AZN:{symbol:"₼",grouping:" ",decimal:",",precision:2},BAM:{symbol:"КМ",grouping:".",decimal:",",precision:2},BBD:{symbol:"Bds$",grouping:",",decimal:".",precision:2},BDT:{symbol:"৳",grouping:",",decimal:".",precision:0},BGN:{symbol:"лв.",grouping:" ",decimal:",",precision:2},BHD:{symbol:"د.ب.‏",grouping:",",decimal:".",precision:3},BIF:{symbol:"FBu",grouping:",",decimal:".",precision:0},BMD:{symbol:"$",grouping:",",decimal:".",precision:2},BND:{symbol:"$",grouping:".",decimal:",",precision:0},BOB:{symbol:"Bs",grouping:".",decimal:",",precision:2},BRL:{symbol:"R$",grouping:".",decimal:",",precision:2},BSD:{symbol:"$",grouping:",",decimal:".",precision:2},BTC:{symbol:"Ƀ",grouping:",",decimal:".",precision:2},BTN:{symbol:"Nu.",grouping:",",decimal:".",precision:1},BWP:{symbol:"P",grouping:",",decimal:".",precision:2},BYR:{symbol:"р.",grouping:" ",decimal:",",precision:2},BZD:{symbol:"BZ$",grouping:",",decimal:".",precision:2},CAD:{symbol:"C$",grouping:",",decimal:".",precision:2},CDF:{symbol:"FC",grouping:",",decimal:".",precision:2},CHF:{symbol:"CHF",grouping:"'",decimal:".",precision:2},CLP:{symbol:"$",grouping:".",decimal:",",precision:2},CNY:{symbol:"¥",grouping:",",decimal:".",precision:2},COP:{symbol:"$",grouping:".",decimal:",",precision:2},CRC:{symbol:"₡",grouping:".",decimal:",",precision:2},CUC:{symbol:"CUC",grouping:",",decimal:".",precision:2},CUP:{symbol:"$MN",grouping:",",decimal:".",precision:2},CVE:{symbol:"$",grouping:",",decimal:".",precision:2},CZK:{symbol:"Kč",grouping:" ",decimal:",",precision:2},DJF:{symbol:"Fdj",grouping:",",decimal:".",precision:0},DKK:{symbol:"kr.",grouping:"",decimal:",",precision:2},DOP:{symbol:"RD$",grouping:",",decimal:".",precision:2},DZD:{symbol:"د.ج.‏",grouping:",",decimal:".",precision:2},EGP:{symbol:"ج.م.‏",grouping:",",decimal:".",precision:2},ERN:{symbol:"Nfk",grouping:",",decimal:".",precision:2},ETB:{symbol:"ETB",grouping:",",decimal:".",precision:2},EUR:{symbol:"€",grouping:".",decimal:",",precision:2},FJD:{symbol:"FJ$",grouping:",",decimal:".",precision:2},FKP:{symbol:"£",grouping:",",decimal:".",precision:2},GBP:{symbol:"£",grouping:",",decimal:".",precision:2},GEL:{symbol:"Lari",grouping:" ",decimal:",",precision:2},GHS:{symbol:"₵",grouping:",",decimal:".",precision:2},GIP:{symbol:"£",grouping:",",decimal:".",precision:2},GMD:{symbol:"D",grouping:",",decimal:".",precision:2},GNF:{symbol:"FG",grouping:",",decimal:".",precision:0},GTQ:{symbol:"Q",grouping:",",decimal:".",precision:2},GYD:{symbol:"G$",grouping:",",decimal:".",precision:2},HKD:{symbol:"HK$",grouping:",",decimal:".",precision:2},HNL:{symbol:"L.",grouping:",",decimal:".",precision:2},HRK:{symbol:"kn",grouping:".",decimal:",",precision:2},HTG:{symbol:"G",grouping:",",decimal:".",precision:2},HUF:{symbol:"Ft",grouping:".",decimal:",",precision:0},IDR:{symbol:"Rp",grouping:".",decimal:",",precision:0},ILS:{symbol:"₪",grouping:",",decimal:".",precision:2},INR:{symbol:"₹",grouping:",",decimal:".",precision:2},IQD:{symbol:"د.ع.‏",grouping:",",decimal:".",precision:2},IRR:{symbol:"﷼",grouping:",",decimal:"/",precision:2},ISK:{symbol:"kr.",grouping:".",decimal:",",precision:0},JMD:{symbol:"J$",grouping:",",decimal:".",precision:2},JOD:{symbol:"د.ا.‏",grouping:",",decimal:".",precision:3},JPY:{symbol:"¥",grouping:",",decimal:".",precision:0},KES:{symbol:"S",grouping:",",decimal:".",precision:2},KGS:{symbol:"сом",grouping:" ",decimal:"-",precision:2},KHR:{symbol:"៛",grouping:",",decimal:".",precision:0},KMF:{symbol:"CF",grouping:",",decimal:".",precision:2},KPW:{symbol:"₩",grouping:",",decimal:".",precision:0},KRW:{symbol:"₩",grouping:",",decimal:".",precision:0},KWD:{symbol:"د.ك.‏",grouping:",",decimal:".",precision:3},KYD:{symbol:"$",grouping:",",decimal:".",precision:2},KZT:{symbol:"₸",grouping:" ",decimal:"-",precision:2},LAK:{symbol:"₭",grouping:",",decimal:".",precision:0},LBP:{symbol:"ل.ل.‏",grouping:",",decimal:".",precision:2},LKR:{symbol:"₨",grouping:",",decimal:".",precision:0},LRD:{symbol:"L$",grouping:",",decimal:".",precision:2},LSL:{symbol:"M",grouping:",",decimal:".",precision:2},LYD:{symbol:"د.ل.‏",grouping:",",decimal:".",precision:3},MAD:{symbol:"د.م.‏",grouping:",",decimal:".",precision:2},MDL:{symbol:"lei",grouping:",",decimal:".",precision:2},MGA:{symbol:"Ar",grouping:",",decimal:".",precision:0},MKD:{symbol:"ден.",grouping:".",decimal:",",precision:2},MMK:{symbol:"K",grouping:",",decimal:".",precision:2},MNT:{symbol:"₮",grouping:" ",decimal:",",precision:2},MOP:{symbol:"MOP$",grouping:",",decimal:".",precision:2},MRO:{symbol:"UM",grouping:",",decimal:".",precision:2},MTL:{symbol:"₤",grouping:",",decimal:".",precision:2},MUR:{symbol:"₨",grouping:",",decimal:".",precision:2},MVR:{symbol:"MVR",grouping:",",decimal:".",precision:1},MWK:{symbol:"MK",grouping:",",decimal:".",precision:2},MXN:{symbol:"MX$",grouping:",",decimal:".",precision:2},MYR:{symbol:"RM",grouping:",",decimal:".",precision:2},MZN:{symbol:"MT",grouping:",",decimal:".",precision:0},NAD:{symbol:"N$",grouping:",",decimal:".",precision:2},NGN:{symbol:"₦",grouping:",",decimal:".",precision:2},NIO:{symbol:"C$",grouping:",",decimal:".",precision:2},NOK:{symbol:"kr",grouping:" ",decimal:",",precision:2},NPR:{symbol:"₨",grouping:",",decimal:".",precision:2},NZD:{symbol:"NZ$",grouping:",",decimal:".",precision:2},OMR:{symbol:"﷼",grouping:",",decimal:".",precision:3},PAB:{symbol:"B/.",grouping:",",decimal:".",precision:2},PEN:{symbol:"S/.",grouping:",",decimal:".",precision:2},PGK:{symbol:"K",grouping:",",decimal:".",precision:2},PHP:{symbol:"₱",grouping:",",decimal:".",precision:2},PKR:{symbol:"₨",grouping:",",decimal:".",precision:2},PLN:{symbol:"zł",grouping:" ",decimal:",",precision:2},PYG:{symbol:"₲",grouping:".",decimal:",",precision:2},QAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},RON:{symbol:"lei",grouping:".",decimal:",",precision:2},RSD:{symbol:"Дин.",grouping:".",decimal:",",precision:2},RUB:{symbol:"₽",grouping:" ",decimal:",",precision:2},RWF:{symbol:"RWF",grouping:" ",decimal:",",precision:2},SAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},SBD:{symbol:"S$",grouping:",",decimal:".",precision:2},SCR:{symbol:"₨",grouping:",",decimal:".",precision:2},SDD:{symbol:"LSd",grouping:",",decimal:".",precision:2},SDG:{symbol:"£‏",grouping:",",decimal:".",precision:2},SEK:{symbol:"kr",grouping:",",decimal:".",precision:2},SGD:{symbol:"S$",grouping:",",decimal:".",precision:2},SHP:{symbol:"£",grouping:",",decimal:".",precision:2},SLL:{symbol:"Le",grouping:",",decimal:".",precision:2},SOS:{symbol:"S",grouping:",",decimal:".",precision:2},SRD:{symbol:"$",grouping:",",decimal:".",precision:2},STD:{symbol:"Db",grouping:",",decimal:".",precision:2},SVC:{symbol:"₡",grouping:",",decimal:".",precision:2},SYP:{symbol:"£",grouping:",",decimal:".",precision:2},SZL:{symbol:"E",grouping:",",decimal:".",precision:2},THB:{symbol:"฿",grouping:",",decimal:".",precision:2},TJS:{symbol:"TJS",grouping:" ",decimal:";",precision:2},TMT:{symbol:"m",grouping:" ",decimal:",",precision:0},TND:{symbol:"د.ت.‏",grouping:",",decimal:".",precision:3},TOP:{symbol:"T$",grouping:",",decimal:".",precision:2},TRY:{symbol:"TL",grouping:".",decimal:",",precision:2},TTD:{symbol:"TT$",grouping:",",decimal:".",precision:2},TVD:{symbol:"$T",grouping:",",decimal:".",precision:2},TWD:{symbol:"NT$",grouping:",",decimal:".",precision:2},TZS:{symbol:"TSh",grouping:",",decimal:".",precision:2},UAH:{symbol:"₴",grouping:" ",decimal:",",precision:2},UGX:{symbol:"USh",grouping:",",decimal:".",precision:2},USD:{symbol:"$",grouping:",",decimal:".",precision:2},UYU:{symbol:"$U",grouping:".",decimal:",",precision:2},UZS:{symbol:"сўм",grouping:" ",decimal:",",precision:2},VEB:{symbol:"Bs.",grouping:",",decimal:".",precision:2},VEF:{symbol:"Bs. F.",grouping:".",decimal:",",precision:2},VND:{symbol:"₫",grouping:".",decimal:",",precision:1},VUV:{symbol:"VT",grouping:",",decimal:".",precision:0},WST:{symbol:"WS$",grouping:",",decimal:".",precision:2},XAF:{symbol:"F",grouping:",",decimal:".",precision:2},XCD:{symbol:"$",grouping:",",decimal:".",precision:2},XOF:{symbol:"F",grouping:" ",decimal:",",precision:2},XPF:{symbol:"F",grouping:",",decimal:".",precision:2},YER:{symbol:"﷼",grouping:",",decimal:".",precision:2},ZAR:{symbol:"R",grouping:" ",decimal:",",precision:2},ZMW:{symbol:"ZK",grouping:",",decimal:".",precision:2},WON:{symbol:"₩",grouping:",",decimal:".",precision:2}};function r(e){return a[e]||{symbol:"$",grouping:",",decimal:".",precision:2}}},4567:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>s});var a=n(3975),r=n(18360);function s(e,t,n={}){const s=(0,a.i)(t);if(!s||isNaN(e))return null;const{decimal:o,grouping:i,precision:l,symbol:c}={...s,...n},u=e<0?"-":"";let d=(0,r.A)(Math.abs(e),l,o,i);return n.stripZeros&&(d=function(e,t){const n=new RegExp(`\\${t}0+$`);return e.replace(n,"")}(d,o)),`${u}${c}${d}`}},18360:(e,t,n)=>{"use strict";function a(e,t=0,n=".",a=","){const r=(e+"").replace(/[^0-9+\-Ee.]/g,""),s=isFinite(+r)?+r:0,o=isFinite(+t)?Math.abs(t):0,i=(o?function(e,t){const n=Math.pow(10,t);return""+(Math.round(e*n)/n).toFixed(t)}(s,o):""+Math.round(s)).split(".");return i[0].length>3&&(i[0]=i[0].replace(/\B(?=(?:\d{3})+(?!\d))/g,a)),(i[1]||"").lengtha})},51119:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a,r=n(2467);function s(){this.intervals={},this.monitorInterval=null,this.windowInstance=null,this.onMessage=e=>{e.source===this.windowInstance&&this.emit("message",e.data)}}a=s.prototype,Object.assign(a,r.EventEmitter.prototype),a.emitChange=function(){this.emit("change")},a.off=a.removeListener,s.prototype.open=function(e,t,n){return t=t||Date.now(),this.windowInstance=window.open(e,t,n),this.startMonitoring(t,this.windowInstance),window.addEventListener("message",this.onMessage,!1),this},s.prototype.getScreenCenterSpecs=function(e,t){const n=void 0!==window.screenTop?window.screenTop:window.screenY,a=void 0!==window.screenLeft?window.screenLeft:window.screenX;return["width="+e,"height="+t,"top="+(n+window.innerHeight/2-t/2),"left="+(a+window.innerWidth/2-e/2)].join()},s.prototype.isOpen=function(e){let t=!1;try{t=this.intervals[e]&&this.intervals[e].closed}catch(e){}return!t},s.prototype.checkStatus=function(){for(const e in this.intervals)this.intervals.hasOwnProperty(e)&&!this.isOpen(e)&&(this.emit("close",e),delete this.intervals[e]);0===Object.keys(this.intervals).length&&(clearInterval(this.monitorInterval),delete this.monitorInterval,window.removeEventListener("message",this.onMessage))},s.prototype.startMonitoring=function(e,t){this.monitorInterval||(this.monitorInterval=setInterval(this.checkStatus.bind(this),100)),this.intervals[e]=t};const o=s},97684:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(51119);const r=function(e,t){var n,r=new a.A;r.open(e,null,"toolbar=0,location=0,status=0,menubar=0,"+r.getScreenCenterSpecs(780,700)),r.once("close",(function(){var e={};n&&n.keyring_id&&(e.keyring_id=Number(n.keyring_id),e.id_token=n.id_token,e.user=n.user),t(e)})),r.on("message",(function(e){return n=e}))}},46140:(e,t,n)=>{"use strict";n.d(t,{Kq:()=>a,_I:()=>r,q8:()=>s});const a="article",r="landscape",s="portrait"},5954:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(10790),r=n(31280),s=n(57466);const o=({text:e,url:t,forceUrlDisplay:n})=>{let o;return(n||(0,r.ti)(e,"a"))&&(o=(0,a.jsx)("a",{className:"facebook-preview__custom-text-post-url",href:t,rel:"nofollow noopener noreferrer",target:"_blank",children:t})),(0,a.jsxs)("p",{className:"facebook-preview__custom-text",children:[(0,a.jsx)("span",{children:(0,r.x5)(e,{platform:"facebook",maxChars:s.zl})}),o]})}},57466:(e,t,n)=>{"use strict";n.d(t,{B2:()=>i,GA:()=>s,t2:()=>o,zl:()=>r});var a=n(31280);const r=440,s=e=>e.replace(/^[^/]+[/]*/,"").replace(/\/.*$/,""),o=e=>(0,a.RA)((0,a.f5)(110),(0,a.ZT)(110))((0,a.$J)(e))||"",i=e=>(0,a.RA)((0,a.f5)(200),(0,a.ZT)(200))((0,a.$J)(e))||""},72691:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(27723),r=n(51609),s=n(46140);const __=a.__,o=({mode:e})=>{const[t,n]=(0,r.useState)(e),[a,o]=(0,r.useState)(!0),i=(0,r.useCallback)((({target:e})=>{if(!t){const t=e;n(t.naturalWidth>t.naturalHeight?s._I:s.q8)}o(!1)}),[t]),l=(0,r.useCallback)((()=>o(!1)),[]);return[t,a,{alt:__("Facebook Preview Thumbnail","jetpack"),onLoad:i,onError:l}]}},57181:(e,t,n)=>{"use strict";n.d(t,{D:()=>c});var a=n(10790),r=n(46140),s=n(5954),o=n(72691),i=n(72870),l=n(77114);const c=({url:e,customImage:t,user:n,customText:c,imageMode:u})=>{const[d,p,m]=(0,o.A)({mode:u}),g="is-"+(d===r.q8?"portrait":"landscape");return(0,a.jsxs)("div",{className:"facebook-preview__post",children:[(0,a.jsx)(l.A,{user:void 0}),(0,a.jsx)("div",{className:"facebook-preview__content",children:(0,a.jsxs)("div",{className:`facebook-preview__window ${g} ${t&&p?"is-loading":""}`,children:[(0,a.jsx)("div",{className:`facebook-preview__custom-image ${g}`,children:(0,a.jsx)("img",{src:t,...m})}),(0,a.jsx)(l.A,{user:n,timeElapsed:!0,hideOptions:!0}),c&&(0,a.jsx)(s.A,{text:c,url:e,forceUrlDisplay:!0})]})}),(0,a.jsx)(i.A,{})]})}},73066:(e,t,n)=>{"use strict";n.d(t,{l:()=>p});var a=n(10790),r=n(27723),s=n(46140),o=n(5954),i=n(57466),l=n(72691),c=n(72870),u=n(77114),d=n(29659);n(81500);const __=r.__,p=({url:e,title:t,description:n,image:r,user:p,customText:m,type:g,imageMode:A,compactDescription:h})=>{const[E,f,b]=(0,l.A)({mode:A}),v=g===s.Kq,C="is-"+(v&&!r||E===s.q8?"portrait":"landscape");return(0,a.jsxs)("div",{className:"facebook-preview__post",children:[(0,a.jsx)(u.A,{user:p}),(0,a.jsxs)("div",{className:"facebook-preview__content",children:[m&&(0,a.jsx)(o.A,{text:m,url:e}),(0,a.jsxs)("div",{className:`facebook-preview__body ${C} ${r&&f?"is-loading":""}`,children:[(r||v)&&(0,a.jsx)("div",{className:`facebook-preview__image ${r?"":"is-empty"} ${C}`,children:r&&(0,a.jsx)("img",{src:r,...b})}),(0,a.jsx)("div",{className:"facebook-preview__text",children:(0,a.jsxs)("div",{className:"facebook-preview__text-wrapper",children:[(0,a.jsx)("div",{className:"facebook-preview__url",children:(0,i.GA)(e)}),(0,a.jsx)("div",{className:"facebook-preview__title",children:(0,i.t2)(t)||(0,i.GA)(e)}),(0,a.jsxs)("div",{className:"facebook-preview__description "+(h?"is-compact":""),children:[n&&(0,i.B2)(n),v&&!n&& // translators: Default description for a Facebook post __("Visit the post for more.","jetpack")]}),(0,a.jsx)("div",{className:"facebook-preview__info",children:(0,a.jsx)(d.A,{name:"info"})})]})})]})]}),(0,a.jsx)(c.A,{})]})}},73188:(e,t,n)=>{"use strict";n.d(t,{h:()=>c});var a=n(10790),r=n(46140),s=n(5954),o=n(72691),i=n(72870),l=n(77114);n(81500);const c=({url:e,user:t,customText:n,media:c,imageMode:u})=>{const[d]=(0,o.A)({mode:u}),p="is-"+(d===r.q8?"portrait":"landscape");return(0,a.jsxs)("div",{className:"facebook-preview__post",children:[(0,a.jsx)(l.A,{user:t}),(0,a.jsxs)("div",{className:"facebook-preview__content",children:[n&&(0,a.jsx)(s.A,{text:n,url:e,forceUrlDisplay:!0}),(0,a.jsx)("div",{className:"facebook-preview__body",children:c?(0,a.jsx)("div",{className:`facebook-preview__media ${p}`,children:c.map(((e,t)=>(0,a.jsx)("div",{className:`facebook-preview__media-item ${p}`,children:e.type.startsWith("video/")?(0,a.jsx)("video",{controls:!0,children:(0,a.jsx)("source",{src:e.url,type:e.type})}):(0,a.jsx)("img",{alt:e.alt||"",src:e.url})},`facebook-preview__media-item-${t}`)))}):null})]}),(0,a.jsx)(i.A,{})]})}},72870:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(10790),r=n(27723),s=n(29659);n(87748);const __=r.__,o=()=>(0,a.jsx)("ul",{className:"facebook-preview__post-actions",children:[{icon:"like", // translators: Facebook "Like" action @@ -287,4 +277,4 @@ __("Link preview","jetpack")}),(0,a.jsxs)("p",{className:"social-preview__sectio // translators: refers to a social post on Twitter __("Your post","jetpack")}),(0,a.jsx)("p",{className:"social-preview__section-desc",children:__("This is what your social post will look like on X:","jetpack")}),s.map(((e,t)=>{const n=t+1===s.length;return(0,a.jsx)(l.O,{...e,showThreadConnector:!n},`twitter-preview__tweet-${t}`)}))]}),!t&&(0,a.jsxs)("section",{className:"social-preview__section twitter-preview__section",children:[(0,a.jsx)(o.A,{level:e,children: // translators: refers to a link to a Twitter post -__("Link preview","jetpack")}),(0,a.jsxs)("p",{className:"social-preview__section-desc",children:[__("This is what it will look like when someone shares the link to your WordPress post on X.","jetpack")," ",(0,a.jsx)(r.ExternalLink,{href:"https://jetpack.com/support/jetpack-social-image-generator",children:__("Learn more about links","jetpack")})]}),(0,a.jsx)(i.E,{...s[0],name:"",profileImage:"",screenName:""})]})]}):null},58024:(e,t,n)=>{"use strict";n.d(t,{g:()=>s});var a=n(10790),r=n(56427);const s=({tweet:e})=>e?(0,a.jsxs)("div",{className:"twitter-preview__quote-tweet",children:[(0,a.jsx)(r.SandBox,{html:``,scripts:["https://platform.twitter.com/widgets.js"],title:"Embedded tweet"}),(0,a.jsx)("div",{className:"twitter-preview__quote-tweet-overlay"})]}):null},940:(e,t,n)=>{"use strict";n.d(t,{B:()=>o});var a=n(10790),r=n(27723),s=n(43204);const __=r.__,o=({profileImage:e,showThreadConnector:t})=>(0,a.jsxs)("div",{className:"twitter-preview__sidebar",children:[(0,a.jsx)("div",{className:"twitter-preview__profile-image",children:e?(0,a.jsx)("img",{alt:__("Twitter profile image","jetpack"),src:e}):(0,a.jsx)(s.f,{})}),t&&(0,a.jsx)("div",{className:"twitter-preview__connector"})]})},16801:(e,t,n)=>{"use strict";n.d(t,{E:()=>s});var a=n(10790),r=n(31280);const s=({text:e,url:t,retainUrl:n})=>{if(!e)return null;const s=t&&!n&&e.endsWith(t)?e.substring(0,e.lastIndexOf(t)):e;return(0,a.jsx)("div",{className:"twitter-preview__text",children:(0,r.x5)(s,{platform:"twitter"})})}},10067:(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 a=0,r=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(a++,"%c"===e&&(r=a))})),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=process.env.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(78926)(t);const{formatters:a}=e.exports;a.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},78926:(e,t,n)=>{e.exports=function(e){function t(e){let n,r,s,o=null;function i(...e){if(!i.enabled)return;const a=i,r=Number(new Date),s=r-(n||r);a.diff=s,a.prev=n,a.curr=r,n=r,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let o=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((n,r)=>{if("%%"===n)return"%";o++;const s=t.formatters[r];if("function"==typeof s){const t=e[o];n=s.call(a,t),e.splice(o,1),o--}return n})),t.formatArgs.call(a,e);(a.log||t.log).apply(a,e)}return i.namespace=e,i.useColors=t.useColors(),i.color=t.selectColor(e),i.extend=a,i.destroy=t.destroy,Object.defineProperty(i,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==o?o:(r!==t.namespaces&&(r=t.namespaces,s=t.enabled(e)),s),set:e=>{o=e}}),"function"==typeof t.init&&t.init(i),i}function a(e,n){const a=t(this.namespace+(void 0===n?":":n)+e);return a.log=this.log,a}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 a=("string"==typeof e?e:"").split(/[\s,]+/),r=a.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";t.A=function(e){var t=e.size,n=void 0===t?24:t,a=e.onClick,i=(e.icon,e.className),l=function(e,t){if(null==e)return{};var n,a,r=function(e,t){if(null==e)return{};var n,a,r={},s=Object.keys(e);for(a=0;a{"use strict";t.A=function(e){var t=e.size,n=void 0===t?24:t,a=e.onClick,i=(e.icon,e.className),l=function(e,t){if(null==e)return{};var n,a,r=function(e,t){if(null==e)return{};var n,a,r={},s=Object.keys(e);for(a=0;a{"use strict";t.A=function(e){var t=e.size,n=void 0===t?24:t,a=e.onClick,i=(e.icon,e.className),l=function(e,t){if(null==e)return{};var n,a,r=function(e,t){if(null==e)return{};var n,a,r={},s=Object.keys(e);for(a=0;a{"use strict";n.d(t,{Cl:()=>a});var a=function(){return a=Object.assign||function(e){for(var t,n=1,a=arguments.length;n{"use strict";function a(e,t){return Array(t+1).join(e)}n.d(t,{A:()=>R});var r=["ADDRESS","ARTICLE","ASIDE","AUDIO","BLOCKQUOTE","BODY","CANVAS","CENTER","DD","DIR","DIV","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","FORM","FRAMESET","H1","H2","H3","H4","H5","H6","HEADER","HGROUP","HR","HTML","ISINDEX","LI","MAIN","MENU","NAV","NOFRAMES","NOSCRIPT","OL","OUTPUT","P","PRE","SECTION","TABLE","TBODY","TD","TFOOT","TH","THEAD","TR","UL"];function s(e){return c(e,r)}var o=["AREA","BASE","BR","COL","COMMAND","EMBED","HR","IMG","INPUT","KEYGEN","LINK","META","PARAM","SOURCE","TRACK","WBR"];function i(e){return c(e,o)}var l=["A","TABLE","THEAD","TBODY","TFOOT","TH","TD","IFRAME","SCRIPT","AUDIO","VIDEO"];function c(e,t){return t.indexOf(e.nodeName)>=0}function u(e,t){return e.getElementsByTagName&&t.some((function(t){return e.getElementsByTagName(t).length}))}var d={};function p(e){return e?e.replace(/(\n+\s*)+/g,"\n"):""}function m(e){for(var t in this.options=e,this._keep=[],this._remove=[],this.blankRule={replacement:e.blankReplacement},this.keepReplacement=e.keepReplacement,this.defaultRule={replacement:e.defaultReplacement},this.array=[],e.rules)this.array.push(e.rules[t])}function g(e,t,n){for(var a=0;a-1)return!0}else{if("function"!=typeof a)throw new TypeError("`filter` needs to be a string, array, or function");if(a.call(e,t,n))return!0}}function h(e){var t=e.nextSibling||e.parentNode;return e.parentNode.removeChild(e),t}function E(e,t,n){return e&&e.parentNode===t||n(t)?t.nextSibling||t.parentNode:t.firstChild||t.nextSibling||t.parentNode}d.paragraph={filter:"p",replacement:function(e){return"\n\n"+e+"\n\n"}},d.lineBreak={filter:"br",replacement:function(e,t,n){return n.br+"\n"}},d.heading={filter:["h1","h2","h3","h4","h5","h6"],replacement:function(e,t,n){var r=Number(t.nodeName.charAt(1));return"setext"===n.headingStyle&&r<3?"\n\n"+e+"\n"+a(1===r?"=":"-",e.length)+"\n\n":"\n\n"+a("#",r)+" "+e+"\n\n"}},d.blockquote={filter:"blockquote",replacement:function(e){return"\n\n"+(e=(e=e.replace(/^\n+|\n+$/g,"")).replace(/^/gm,"> "))+"\n\n"}},d.list={filter:["ul","ol"],replacement:function(e,t){var n=t.parentNode;return"LI"===n.nodeName&&n.lastElementChild===t?"\n"+e:"\n\n"+e+"\n\n"}},d.listItem={filter:"li",replacement:function(e,t,n){e=e.replace(/^\n+/,"").replace(/\n+$/,"\n").replace(/\n/gm,"\n ");var a=n.bulletListMarker+" ",r=t.parentNode;if("OL"===r.nodeName){var s=r.getAttribute("start"),o=Array.prototype.indexOf.call(r.children,t);a=(s?Number(s)+o:o+1)+". "}return a+e+(t.nextSibling&&!/\n$/.test(e)?"\n":"")}},d.indentedCodeBlock={filter:function(e,t){return"indented"===t.codeBlockStyle&&"PRE"===e.nodeName&&e.firstChild&&"CODE"===e.firstChild.nodeName},replacement:function(e,t,n){return"\n\n "+t.firstChild.textContent.replace(/\n/g,"\n ")+"\n\n"}},d.fencedCodeBlock={filter:function(e,t){return"fenced"===t.codeBlockStyle&&"PRE"===e.nodeName&&e.firstChild&&"CODE"===e.firstChild.nodeName},replacement:function(e,t,n){for(var r,s=((t.firstChild.getAttribute("class")||"").match(/language-(\S+)/)||[null,""])[1],o=t.firstChild.textContent,i=n.fence.charAt(0),l=3,c=new RegExp("^"+i+"{3,}","gm");r=c.exec(o);)r[0].length>=l&&(l=r[0].length+1);var u=a(i,l);return"\n\n"+u+s+"\n"+o.replace(/\n$/,"")+"\n"+u+"\n\n"}},d.horizontalRule={filter:"hr",replacement:function(e,t,n){return"\n\n"+n.hr+"\n\n"}},d.inlineLink={filter:function(e,t){return"inlined"===t.linkStyle&&"A"===e.nodeName&&e.getAttribute("href")},replacement:function(e,t){var n=t.getAttribute("href"),a=p(t.getAttribute("title"));return a&&(a=' "'+a+'"'),"["+e+"]("+n+a+")"}},d.referenceLink={filter:function(e,t){return"referenced"===t.linkStyle&&"A"===e.nodeName&&e.getAttribute("href")},replacement:function(e,t,n){var a,r,s=t.getAttribute("href"),o=p(t.getAttribute("title"));switch(o&&(o=' "'+o+'"'),n.linkReferenceStyle){case"collapsed":a="["+e+"][]",r="["+e+"]: "+s+o;break;case"shortcut":a="["+e+"]",r="["+e+"]: "+s+o;break;default:var i=this.references.length+1;a="["+e+"]["+i+"]",r="["+i+"]: "+s+o}return this.references.push(r),a},references:[],append:function(e){var t="";return this.references.length&&(t="\n\n"+this.references.join("\n")+"\n\n",this.references=[]),t}},d.emphasis={filter:["em","i"],replacement:function(e,t,n){return e.trim()?n.emDelimiter+e+n.emDelimiter:""}},d.strong={filter:["strong","b"],replacement:function(e,t,n){return e.trim()?n.strongDelimiter+e+n.strongDelimiter:""}},d.code={filter:function(e){var t=e.previousSibling||e.nextSibling,n="PRE"===e.parentNode.nodeName&&!t;return"CODE"===e.nodeName&&!n},replacement:function(e){if(!e)return"";e=e.replace(/\r?\n|\r/g," ");for(var t=/^`|^ .*?[^ ].* $|`$/.test(e)?" ":"",n="`",a=e.match(/`+/gm)||[];-1!==a.indexOf(n);)n+="`";return n+t+e+t+n}},d.image={filter:"img",replacement:function(e,t){var n=p(t.getAttribute("alt")),a=t.getAttribute("src")||"",r=p(t.getAttribute("title"));return a?"!["+n+"]("+a+(r?' "'+r+'"':"")+")":""}},m.prototype={add:function(e,t){this.array.unshift(t)},keep:function(e){this._keep.unshift({filter:e,replacement:this.keepReplacement})},remove:function(e){this._remove.unshift({filter:e,replacement:function(){return""}})},forNode:function(e){return e.isBlank?this.blankRule:(t=g(this.array,e,this.options))||(t=g(this._keep,e,this.options))||(t=g(this._remove,e,this.options))?t:this.defaultRule;var t},forEach:function(e){for(var t=0;t'+e+"","text/html").getElementById("turndown-root"):n=e.cloneNode(!0);return function(e){var t=e.element,n=e.isBlock,a=e.isVoid,r=e.isPre||function(e){return"PRE"===e.nodeName};if(t.firstChild&&!r(t)){for(var s=null,o=!1,i=null,l=E(i,t,r);l!==t;){if(3===l.nodeType||4===l.nodeType){var c=l.data.replace(/[ \r\n\t]+/g," ");if(s&&!/ $/.test(s.data)||o||" "!==c[0]||(c=c.substr(1)),!c){l=h(l);continue}l.data=c,s=l}else{if(1!==l.nodeType){l=h(l);continue}n(l)||"BR"===l.nodeName?(s&&(s.data=s.data.replace(/ $/,"")),s=null,o=!1):a(l)||r(l)?(s=null,o=!0):s&&(o=!1)}var u=E(i,l,r);i=l,l=u}s&&(s.data=s.data.replace(/ $/,""),s.data||h(s))}}({element:n,isBlock:s,isVoid:i,isPre:t.preformattedCode?y:null}),n}function y(e){return"PRE"===e.nodeName||"CODE"===e.nodeName}function B(e,t){return e.isBlock=s(e),e.isCode="CODE"===e.nodeName||e.parentNode.isCode,e.isBlank=function(e){return!i(e)&&!function(e){return c(e,l)}(e)&&/^\s*$/i.test(e.textContent)&&!function(e){return u(e,o)}(e)&&!function(e){return u(e,l)}(e)}(e),e.flankingWhitespace=function(e,t){if(e.isBlock||t.preformattedCode&&e.isCode)return{leading:"",trailing:""};var n=(a=e.textContent,r=a.match(/^(([ \t\r\n]*)(\s*))(?:(?=\S)[\s\S]*\S)?((\s*?)([ \t\r\n]*))$/),{leading:r[1],leadingAscii:r[2],leadingNonAscii:r[3],trailing:r[4],trailingNonAscii:r[5],trailingAscii:r[6]});var a,r;n.leadingAscii&&w("left",e,t)&&(n.leading=n.leadingNonAscii);n.trailingAscii&&w("right",e,t)&&(n.trailing=n.trailingNonAscii);return{leading:n.leading,trailing:n.trailing}}(e,t),e}function w(e,t,n){var a,r,o;return"left"===e?(a=t.previousSibling,r=/ $/):(a=t.nextSibling,r=/^ /),a&&(3===a.nodeType?o=r.test(a.nodeValue):n.preformattedCode&&"CODE"===a.nodeName?o=!1:1!==a.nodeType||s(a)||(o=r.test(a.textContent))),o}var _=Array.prototype.reduce,I=[[/\\/g,"\\\\"],[/\*/g,"\\*"],[/^-/g,"\\-"],[/^\+ /g,"\\+ "],[/^(=+)/g,"\\$1"],[/^(#{1,6}) /g,"\\$1 "],[/`/g,"\\`"],[/^~~~/g,"\\~~~"],[/\[/g,"\\["],[/\]/g,"\\]"],[/^>/g,"\\>"],[/_/g,"\\_"],[/^(\d+)\. /g,"$1\\. "]];function x(e){if(!(this instanceof x))return new x(e);var t={rules:d,headingStyle:"setext",hr:"* * *",bulletListMarker:"*",codeBlockStyle:"indented",fence:"```",emDelimiter:"_",strongDelimiter:"**",linkStyle:"inlined",linkReferenceStyle:"full",br:" ",preformattedCode:!1,blankReplacement:function(e,t){return t.isBlock?"\n\n":""},keepReplacement:function(e,t){return t.isBlock?"\n\n"+t.outerHTML+"\n\n":t.outerHTML},defaultReplacement:function(e,t){return t.isBlock?"\n\n"+e+"\n\n":e}};this.options=function(e){for(var t=1;t0&&"\n"===e[t-1];)t--;return e.substring(0,t)}(e),a=t.replace(/^\n*/,""),r=Math.max(e.length-n.length,t.length-a.length);return n+"\n\n".substring(0,r)+a}x.prototype={turndown:function(e){if(!function(e){return null!=e&&("string"==typeof e||e.nodeType&&(1===e.nodeType||9===e.nodeType||11===e.nodeType))}(e))throw new TypeError(e+" is not a string, or an element/document/fragment node.");if(""===e)return"";var t=j.call(this,new k(e,this.options));return S.call(this,t)},use:function(e){if(Array.isArray(e))for(var t=0;t{"use strict";n.d(t,{A:()=>m});var a=n(74085),r=n(55217),s=n(39537),o=n(63350);function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){for(var n=0;nthis._bufferOffset&&(this._buffer=this._buffer.slice(e-this._bufferOffset),this._bufferOffset=e);var n=0===p(this._buffer);return this._done&&n?null:this._buffer.slice(0,t-e)}},{key:"close",value:function(){this._reader.cancel&&this._reader.cancel()}}]),e}();function p(e){return void 0===e?0:void 0!==e.size?e.size:e.length}var m=function(){function e(){i(this,e)}return c(e,[{key:"openFile",value:function(e,t){return(0,a.A)()&&e&&void 0!==e.uri?(0,r.A)(e.uri).then((function(e){return new u(e)})).catch((function(e){throw new Error("tus: cannot fetch `file.uri` as Blob, make sure the uri is correct and accessible. ".concat(e))})):"function"==typeof e.slice&&void 0!==e.size?Promise.resolve(new u(e)):"function"==typeof e.read?(t=+t,isFinite(t)?Promise.resolve(new d(e,t)):Promise.reject(new Error("cannot create source for stream without a finite value for the `chunkSize` option"))):Promise.reject(new Error("source object may only be an instance of File, Blob, or Reader in this environment"))}}]),e}()},91337:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(74085);function r(e,t){return(0,a.A)()?Promise.resolve(function(e,t){var n=e.exif?function(e){var t=0;if(0===e.length)return t;for(var n=0;n{"use strict";function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){for(var n=0;no});var o=function(){function e(){a(this,e)}return s(e,[{key:"createRequest",value:function(e,t){return new i(e,t)}},{key:"getName",value:function(){return"XHRHttpStack"}}]),e}(),i=function(){function e(t,n){a(this,e),this._xhr=new XMLHttpRequest,this._xhr.open(t,n,!0),this._method=t,this._url=n,this._headers={}}return s(e,[{key:"getMethod",value:function(){return this._method}},{key:"getURL",value:function(){return this._url}},{key:"setHeader",value:function(e,t){this._xhr.setRequestHeader(e,t),this._headers[e]=t}},{key:"getHeader",value:function(e){return this._headers[e]}},{key:"setProgressHandler",value:function(e){"upload"in this._xhr&&(this._xhr.upload.onprogress=function(t){t.lengthComputable&&e(t.loaded)})}},{key:"send",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return new Promise((function(n,a){e._xhr.onload=function(){n(new l(e._xhr))},e._xhr.onerror=function(e){a(e)},e._xhr.send(t)}))}},{key:"abort",value:function(){return this._xhr.abort(),Promise.resolve()}},{key:"getUnderlyingObject",value:function(){return this._xhr}}]),e}(),l=function(){function e(t){a(this,e),this._xhr=t}return s(e,[{key:"getStatus",value:function(){return this._xhr.status}},{key:"getHeader",value:function(e){return this._xhr.getResponseHeader(e)}},{key:"getBody",value:function(){return this._xhr.responseText}},{key:"getUnderlyingObject",value:function(){return this._xhr}}]),e}()},10781:(e,t,n)=>{"use strict";n.d(t,{_O:()=>f});var a=n(82701),r=n(52494),s=n(10851),o=n(45369),i=n(91016),l=n(91337);function c(e){return c="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},c(e)}function u(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,o),t=A({},E,{},t),s.call(this,e,t)}return t=o,r=[{key:"terminate",value:function(e,t,n){return t=A({},E,{},t),a.A.terminate(e,t,n)}}],(n=null)&&u(t.prototype,n),r&&u(t,r),o}(a.A),b=window,v=b.XMLHttpRequest,C=b.Blob;v&&C&&C.prototype.slice},39537:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=function(){return"undefined"!=typeof window&&(void 0!==window.PhoneGap||void 0!==window.Cordova||void 0!==window.cordova)}},74085:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=function(){return"undefined"!=typeof navigator&&"string"==typeof navigator.product&&"reactnative"===navigator.product.toLowerCase()}},63350:(e,t,n)=>{"use strict";function a(e){return new Promise((function(t,n){var a=new FileReader;a.onload=function(){var e=new Uint8Array(a.result);t({value:e})},a.onerror=function(e){n(e)},a.readAsArrayBuffer(e)}))}n.d(t,{A:()=>a})},55217:(e,t,n)=>{"use strict";function a(e){return new Promise((function(t,n){var a=new XMLHttpRequest;a.responseType="blob",a.onload=function(){var e=a.response;t(e)},a.onerror=function(e){n(e)},a.open("GET",e),a.send()}))}n.d(t,{A:()=>a})},10851:(e,t,n)=>{"use strict";function a(e,t){for(var n=0;ni,o:()=>o});var r=!1;try{r="localStorage"in window;var s="tusSupport";localStorage.setItem(s,localStorage.getItem(s))}catch(e){if(e.code!==e.SECURITY_ERR&&e.code!==e.QUOTA_EXCEEDED_ERR)throw e;r=!1}var o=r,i=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,r;return t=e,n=[{key:"findAllUploads",value:function(){var e=this._findEntries("tus::");return Promise.resolve(e)}},{key:"findUploadsByFingerprint",value:function(e){var t=this._findEntries("tus::".concat(e,"::"));return Promise.resolve(t)}},{key:"removeUpload",value:function(e){return localStorage.removeItem(e),Promise.resolve()}},{key:"addUpload",value:function(e,t){var n=Math.round(1e12*Math.random()),a="tus::".concat(e,"::").concat(n);return localStorage.setItem(a,JSON.stringify(t)),Promise.resolve(a)}},{key:"_findEntries",value:function(e){for(var t=[],n=0;n{"use strict";function a(e){return a="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},a(e)}function r(e){return function(){var t,n=c(e);if(i()){var r=c(this).constructor;t=Reflect.construct(n,arguments,r)}else t=n.apply(this,arguments);return function(e,t){if(t&&("object"===a(t)||"function"==typeof t))return t;return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(this,t)}}function s(e){var t="function"==typeof Map?new Map:void 0;return s=function(e){if(null===e||(n=e,-1===Function.toString.call(n).indexOf("[native code]")))return e;var n;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,a)}function a(){return o(e,arguments,c(this).constructor)}return a.prototype=Object.create(e.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),l(a,e)},s(e)}function o(e,t,n){return o=i()?Reflect.construct:function(e,t,n){var a=[null];a.push.apply(a,t);var r=new(Function.bind.apply(e,a));return n&&l(r,n.prototype),r},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function l(e,t){return l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},l(e,t)}function c(e){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},c(e)}n.d(t,{A:()=>u});const u=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&l(e,t)}(n,e);var t=r(n);function n(e){var a,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),(a=t.call(this,e)).originalRequest=s,a.originalResponse=o,a.causingError=r,null!=r&&(e+=", caused by ".concat(r.toString())),null!=s){var i=s.getHeader("X-Request-ID")||"n/a",l=s.getMethod(),c=s.getURL(),u=o?o.getStatus():"n/a",d=o?o.getBody()||"":"n/a";e+=", originated from request (method: ".concat(l,", url: ").concat(c,", response code: ").concat(u,", response text: ").concat(d,", request id: ").concat(i,")")}return a.message=e,a}return n}(s(Error))},12380:(e,t,n)=>{"use strict";n.d(t,{R:()=>r});var a=!1;function r(e){a&&console.log(e)}},52494:(e,t,n)=>{"use strict";function a(e,t){for(var n=0;nr});var r=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,r;return t=e,(n=[{key:"listAllUploads",value:function(){return Promise.resolve([])}},{key:"findUploadsByFingerprint",value:function(e){return Promise.resolve([])}},{key:"removeUpload",value:function(e){return Promise.resolve()}},{key:"addUpload",value:function(e,t){return Promise.resolve(null)}}])&&a(t.prototype,n),r&&a(t,r),e}()},82701:(e,t,n)=>{"use strict";n.d(t,{A:()=>C});var a=n(49475),r=n(76580),s=n.n(r),o=n(33004),i=n(12380),l=n(17291);function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function u(e){for(var t=1;t1&&["uploadUrl","uploadSize","uploadLengthDeferred"].forEach((function(t){e.options[t]&&e._emitError(new Error("tus: cannot use the ".concat(t," option when parallelUploads is enabled")))})),this.options.fingerprint(t,this.options).then((function(n){return null==n?(0,i.R)("No fingerprint was calculated meaning that the upload cannot be stored in the URL storage."):(0,i.R)("Calculated fingerprint: ".concat(n)),e._fingerprint=n,e._source?e._source:e.options.fileReader.openFile(t,e.options.chunkSize)})).then((function(t){e._source=t,e.options.parallelUploads>1||null!=e._parallelUploadUrls?e._startParallelUpload():e._startSingleUpload()})).catch((function(t){e._emitError(t)}))):this._emitError(new Error("tus: the `retryDelays` option must either be an array or null"))}else this._emitError(new Error("tus: neither an endpoint or an upload URL is provided"));else this._emitError(new Error("tus: no file or stream to upload provided"))}},{key:"_startParallelUpload",value:function(){var t=this,n=this._size=this._source.size,a=0;this._parallelUploads=[];var r=null!=this._parallelUploadUrls?this._parallelUploadUrls.length:this.options.parallelUploads,s=function(e,t,n){for(var a=Math.floor(e/t),r=[],s=0;s1&&"function"==typeof arguments[1])throw new Error("tus: the abort function does not accept a callback since v2 anymore; please use the returned Promise instead");return null!=this._parallelUploads&&this._parallelUploads.forEach((function(e){e.abort(t)})),null!==this._req&&(this._req.abort(),this._source.close()),this._aborted=!0,null!=this._retryTimeout&&(clearTimeout(this._retryTimeout),this._retryTimeout=null),t&&null!=this.url?e.terminate(this.url,this.options).then((function(){return n._removeFromUrlStorage()})):Promise.resolve()}},{key:"_emitHttpError",value:function(e,t,n,a){this._emitError(new o.A(n,a,e,t))}},{key:"_emitError",value:function(e){var t=this;if(!this._aborted){if(null!=this.options.retryDelays&&(null!=this._offset&&this._offset>this._offsetBeforeRetry&&(this._retryAttempt=0),b(e,this._retryAttempt,this.options))){var n=this.options.retryDelays[this._retryAttempt++];return this._offsetBeforeRetry=this._offset,void(this._retryTimeout=setTimeout((function(){t.start()}),n))}if("function"!=typeof this.options.onError)throw e;this.options.onError(e)}}},{key:"_emitSuccess",value:function(){this.options.removeFingerprintOnSuccess&&this._removeFromUrlStorage(),"function"==typeof this.options.onSuccess&&this.options.onSuccess()}},{key:"_emitProgress",value:function(e,t){"function"==typeof this.options.onProgress&&this.options.onProgress(e,t)}},{key:"_emitChunkComplete",value:function(e,t,n){"function"==typeof this.options.onChunkComplete&&this.options.onChunkComplete(e,t,n)}},{key:"_createUpload",value:function(){var e=this;if(this.options.endpoint){var t=this._openRequest("POST",this.options.endpoint);this.options.uploadLengthDeferred?t.setHeader("Upload-Defer-Length",1):t.setHeader("Upload-Length",this._size);var n,a=A(this.options.metadata);""!==a&&t.setHeader("Upload-Metadata",a),this.options.uploadDataDuringCreation&&!this.options.uploadLengthDeferred?(this._offset=0,n=this._addChunkToRequest(t)):n=this._sendRequest(t,null),n.then((function(n){if(h(n.getStatus(),200)){var a=n.getHeader("Location");if(null!=a){if(e.url=v(e.options.endpoint,a),(0,i.R)("Created upload at ".concat(e.url)),"function"==typeof e.options._onUploadUrlAvailable&&e.options._onUploadUrlAvailable(),0===e._size)return e._emitSuccess(),void e._source.close();e._saveUploadInUrlStorage(),e.options.uploadDataDuringCreation?e._handleUploadResponse(t,n):(e._offset=0,e._performUpload())}else e._emitHttpError(t,n,"tus: invalid or missing Location header")}else e._emitHttpError(t,n,"tus: unexpected response while creating upload")})).catch((function(n){e._emitHttpError(t,null,"tus: failed to create upload",n)}))}else this._emitError(new Error("tus: unable to create upload because no endpoint is provided"))}},{key:"_resumeUpload",value:function(){var e=this,t=this._openRequest("HEAD",this.url);this._sendRequest(t,null).then((function(n){var a=n.getStatus();if(!h(a,200))return h(a,400)&&e._removeFromUrlStorage(),423===a?void e._emitHttpError(t,n,"tus: upload is currently locked; retry later"):e.options.endpoint?(e.url=null,void e._createUpload()):void e._emitHttpError(t,n,"tus: unable to resume upload (new upload cannot be created without an endpoint)");var r=parseInt(n.getHeader("Upload-Offset"),10);if(isNaN(r))e._emitHttpError(t,n,"tus: invalid or missing offset value");else{var s=parseInt(n.getHeader("Upload-Length"),10);if(!isNaN(s)||e.options.uploadLengthDeferred){if("function"==typeof e.options._onUploadUrlAvailable&&e.options._onUploadUrlAvailable(),r===s)return e._emitProgress(s,s),void e._emitSuccess();e._offset=r,e._performUpload()}else e._emitHttpError(t,n,"tus: invalid or missing length value")}})).catch((function(n){e._emitHttpError(t,null,"tus: failed to resume upload",n)}))}},{key:"_performUpload",value:function(){var e,t=this;this._aborted||(this.options.overridePatchMethod?(e=this._openRequest("POST",this.url)).setHeader("X-HTTP-Method-Override","PATCH"):e=this._openRequest("PATCH",this.url),e.setHeader("Upload-Offset",this._offset),this._addChunkToRequest(e).then((function(n){h(n.getStatus(),200)?t._handleUploadResponse(e,n):t._emitHttpError(e,n,"tus: unexpected response while uploading chunk")})).catch((function(n){t._aborted||t._emitHttpError(e,null,"tus: failed to upload chunk at offset ".concat(t._offset),n)})))}},{key:"_addChunkToRequest",value:function(e){var t=this,n=this._offset,a=this._offset+this.options.chunkSize;return e.setProgressHandler((function(e){t._emitProgress(n+e,t._size)})),e.setHeader("Content-Type","application/offset+octet-stream"),(a===1/0||a>this._size)&&!this.options.uploadLengthDeferred&&(a=this._size),this._source.slice(n,a).then((function(n){var a=n.value,r=n.done;return t.options.uploadLengthDeferred&&r&&(t._size=t._offset+(a&&a.size?a.size:0),e.setHeader("Upload-Length",t._size)),null===a?t._sendRequest(e):(t._emitProgress(t._offset,t._size),t._sendRequest(e,a))}))}},{key:"_handleUploadResponse",value:function(e,t){var n=parseInt(t.getHeader("Upload-Offset"),10);if(isNaN(n))this._emitHttpError(e,t,"tus: invalid or missing offset value");else{if(this._emitProgress(n,this._size),this._emitChunkComplete(n-this._offset,n,this._size),this._offset=n,n==this._size)return this._emitSuccess(),void this._source.close();this._performUpload()}}},{key:"_openRequest",value:function(e,t){var n=E(e,t,this.options);return this._req=n,n}},{key:"_removeFromUrlStorage",value:function(){var e=this;this._urlStorageKey&&(this._urlStorage.removeUpload(this._urlStorageKey).catch((function(t){e._emitError(t)})),this._urlStorageKey=null)}},{key:"_saveUploadInUrlStorage",value:function(){var e=this;if(this.options.storeFingerprintForResuming&&this._fingerprint){var t={size:this._size,metadata:this.options.metadata,creationTime:(new Date).toString()};this._parallelUploads?t.parallelUploadUrls=this._parallelUploadUrls:t.uploadUrl=this.url,this._urlStorage.addUpload(this._fingerprint,t).then((function(t){return e._urlStorageKey=t})).catch((function(t){e._emitError(t)}))}}},{key:"_sendRequest",value:function(e){return f(e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,this.options)}}],a=[{key:"terminate",value:function(t,n){if(arguments.length>1&&"function"==typeof arguments[arguments.length-1])throw new Error("tus: the terminate function does not accept a callback since v2 anymore; please use the returned Promise instead");void 0===n&&(n={});var a=E("DELETE",t,n);return f(a,null,n).then((function(e){if(204!==e.getStatus())throw new o.A("tus: unexpected response while terminating upload",null,a,e)})).catch((function(r){if(r instanceof o.A||(r=new o.A("tus: failed to terminate upload",r,a,null)),!b(r,0,n))throw r;var s=n.retryDelays[0],i=n.retryDelays.slice(1),l=u({},n,{retryDelays:i});return new Promise((function(e){return setTimeout(e,s)})).then((function(){return e.terminate(t,l)}))}))}}],n&&p(t.prototype,n),a&&p(t,a),e}();function A(e){var t=[];for(var n in e)t.push("".concat(n," ").concat(a.Base64.encode(e[n])));return t.join(",")}function h(e,t){return e>=t&&e=n.retryDelays.length||null==e.originalRequest)return!1;if(n&&"function"==typeof n.onShouldRetry)return n.onShouldRetry(e,t,n);var a,r=e.originalResponse?e.originalResponse.getStatus():0;return(!h(r,400)||409===r||423===r)&&(a=!0,"undefined"!=typeof window&&"navigator"in window&&!1===window.navigator.onLine&&(a=!1),a)}function v(e,t){return new(s())(t,e).toString()}g.defaultOptions=m;const C=g},17291:(e,t,n)=>{"use strict";function a(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"==e?t:3&t|8).toString(16)}))}n.d(t,{A:()=>a})},21644:(e,t,n)=>{"use strict";function a(e){return e.charAt(0).toUpperCase()+e.substr(1)}n.d(t,{R:()=>a})},88415:(e,t,n)=>{"use strict";n.d(t,{l:()=>a});function a(e){return e.toUpperCase()}},76580:(e,t,n)=>{"use strict";var a=n(96811),r=n(24588),s=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,o=/[\n\r\t]/g,i=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,l=/:\d+$/,c=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,u=/^[a-zA-Z]:/;function d(e){return(e||"").toString().replace(s,"")}var p=[["#","hash"],["?","query"],function(e,t){return A(t.protocol)?e.replace(/\\/g,"/"):e},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d*)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],m={hash:1,query:1};function g(e){var t,n=("undefined"!=typeof window||"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).location||{},a={},r=typeof(e=e||n);if("blob:"===e.protocol)a=new E(unescape(e.pathname),{});else if("string"===r)for(t in a=new E(e,{}),m)delete a[t];else if("object"===r){for(t in e)t in m||(a[t]=e[t]);void 0===a.slashes&&(a.slashes=i.test(e.href))}return a}function A(e){return"file:"===e||"ftp:"===e||"http:"===e||"https:"===e||"ws:"===e||"wss:"===e}function h(e,t){e=(e=d(e)).replace(o,""),t=t||{};var n,a=c.exec(e),r=a[1]?a[1].toLowerCase():"",s=!!a[2],i=!!a[3],l=0;return s?i?(n=a[2]+a[3]+a[4],l=a[2].length+a[3].length):(n=a[2]+a[4],l=a[2].length):i?(n=a[3]+a[4],l=a[3].length):n=a[4],"file:"===r?l>=2&&(n=n.slice(2)):A(r)?n=a[4]:r?s&&(n=n.slice(2)):l>=2&&A(t.protocol)&&(n=a[4]),{protocol:r,slashes:s||A(r),slashesCount:l,rest:n}}function E(e,t,n){if(e=(e=d(e)).replace(o,""),!(this instanceof E))return new E(e,t,n);var s,i,l,c,m,f,b=p.slice(),v=typeof t,C=this,k=0;for("object"!==v&&"string"!==v&&(n=t,t=null),n&&"function"!=typeof n&&(n=r.parse),s=!(i=h(e||"",t=g(t))).protocol&&!i.slashes,C.slashes=i.slashes||s&&t.slashes,C.protocol=i.protocol||t.protocol||"",e=i.rest,("file:"===i.protocol&&(2!==i.slashesCount||u.test(e))||!i.slashes&&(i.protocol||i.slashesCount<2||!A(C.protocol)))&&(b[3]=[/(.*)/,"pathname"]);k{"use strict";e.exports=n.p+"images/jetpack-logo-0869ca6c8490d0aaecca.svg"},26076:(e,t,n)=>{"use strict";e.exports=n.p+"images/loader-0855308317756931a4f5.gif"},30081:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-facebook-c8a9715c8b6c8707594f.png"},26818:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-instagram-business-53d4764803db1a7b3cbc.png"},43443:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-linkedin-553fcb77cb734fc8d08f.png"},11326:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-nextdoor-6e76141465483081fde8.png"},65398:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-threads-1c941351fac252724ae7.png"},9791:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-tumblr-ac23dad7016040416331.png"},26365:(e,t,n)=>{"use strict";e.exports=n.p+"images/dois-66b3f018328e8f585646.jpg"},45329:(e,t,n)=>{"use strict";e.exports=n.p+"images/edge-e1adff73f2dc1c1dc64e.jpg"},9509:(e,t,n)=>{"use strict";e.exports=n.p+"images/fullscreen-21ca1ee2bafcb1c8eb55.jpg"},22417:(e,t,n)=>{"use strict";e.exports=n.p+"images/highway-205f94656e2fcc4aeb86.jpg"},63757:(e,t,n)=>{"use strict";e.exports=n.p+"images/avatar1-e8722a0be8a3a2815ce4.jpg"},94530:(e,t,n)=>{"use strict";e.exports=n.p+"images/avatar2-5c5ad1b19340e0c7a5fd.jpg"},86239:(e,t,n)=>{"use strict";e.exports=n.p+"images/avatar3-5c7c3997fa2aad717819.jpg"},84954:(e,t,n)=>{"use strict";e.exports=n.p+"images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg"},72660:(e,t,n)=>{"use strict";e.exports=n.p+"images/eventbrite-in-page-example-47588367313e644097c9.png"},94739:(e,t,n)=>{"use strict";e.exports=n.p+"images/img-example-after-e2742d7b0f7c7e9157a3.png"},93220:(e,t,n)=>{"use strict";e.exports=n.p+"images/img-example-before-0b3e07296a7ca4bf4187.png"},25836:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-preview-0088ca72fca2cbebe7a4.jpg"},93797:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_black_and_white-a33452734cf5f59eb2f9.jpg"},49364:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_black_and_white_mapkit-50e9383d59f6ad6a44ed.jpg"},77971:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_default-d3a324cdc6ff2f461574.jpg"},98430:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_default_mapkit-0ed10cab18f62edff74e.jpg"},27415:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_satellite-58322e843e983f7397b5.jpg"},72386:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_satellite_mapkit-6062205f7c3804fae12c.jpg"},92747:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_terrain-a408b936442d6d33df07.jpg"},11628:(e,t,n)=>{"use strict";e.exports=n.p+"images/paypal-button-2x-4b3170770abd36302540.png"},96411:(e,t,n)=>{"use strict";e.exports=n.p+"images/paypal-button-185a418796b918a5e24b.png"},96374:(e,t,n)=>{"use strict";e.exports=n.p+"images/slideshow_example-1-27620cbeda003e2c71d1.jpg"},88513:(e,t,n)=>{"use strict";e.exports=n.p+"images/slideshow_example-2-cce21819e376a0c6a174.jpg"},98564:(e,t,n)=>{"use strict";e.exports=n.p+"images/slideshow_example-3-9de0a668f5077bab7ece.jpg"},48734:(e,t,n)=>{"use strict";e.exports=n.p+"images/story_example-1-8d272acaba13e96e3b48.png"},32022:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-1-d2817eb0e669267ab3eb.jpg"},2369:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-2-78fc061b3eff2af1311b.jpg"},24324:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-3-27620cbeda003e2c71d1.jpg"},49263:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-4-cce21819e376a0c6a174.jpg"},76882:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-5-18efa42161dfe5708046.jpg"},86781:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-6-bd61852e61001ce631d7.jpg"},40932:(e,t,n)=>{"use strict";e.exports=n.p+"images/videopress-block-example-image-d7dd9fae6ff49181bfca.jpg"},60651:(e,t,n)=>{"use strict";e.exports=n.p+"images/example_160x600-4df685f9bf14f11d9012.png"},26408:(e,t,n)=>{"use strict";e.exports=n.p+"images/example_300x250-9e27534cd219e940abaf.png"},68364:(e,t,n)=>{"use strict";e.exports=n.p+"images/example_320x50-34c171b9cf96506c8fc4.png"},90244:(e,t,n)=>{"use strict";e.exports=n.p+"images/example_728x90-1a8de274d08ab4d07f48.png"},39384:e=>{"use strict";e.exports=window.JetpackConnection},97999:e=>{"use strict";e.exports=window.JetpackScriptDataModule},51609:e=>{"use strict";e.exports=window.React},75795:e=>{"use strict";e.exports=window.ReactDOM},10790:e=>{"use strict";e.exports=window.ReactJSXRuntime},66087:e=>{"use strict";e.exports=window.lodash},76154:e=>{"use strict";e.exports=window.moment},20195:e=>{"use strict";e.exports=window.wp.a11y},1455:e=>{"use strict";e.exports=window.wp.apiFetch},63162:e=>{"use strict";e.exports=window.wp.blob},94715:e=>{"use strict";e.exports=window.wp.blockEditor},75994:e=>{"use strict";e.exports=window.wp.blockSerializationDefaultParser},74997:e=>{"use strict";e.exports=window.wp.blocks},82165:e=>{"use strict";e.exports=window.wp.commands},56427:e=>{"use strict";e.exports=window.wp.components},29491:e=>{"use strict";e.exports=window.wp.compose},3582:e=>{"use strict";e.exports=window.wp.coreData},47143:e=>{"use strict";e.exports=window.wp.data},38443:e=>{"use strict";e.exports=window.wp.date},98490:e=>{"use strict";e.exports=window.wp.domReady},14309:e=>{"use strict";e.exports=window.wp.editPost},43656:e=>{"use strict";e.exports=window.wp.editor},86087:e=>{"use strict";e.exports=window.wp.element},89877:e=>{"use strict";e.exports=window.wp.escapeHtml},52619:e=>{"use strict";e.exports=window.wp.hooks},18537:e=>{"use strict";e.exports=window.wp.htmlEntities},27723:e=>{"use strict";e.exports=window.wp.i18n},48558:e=>{"use strict";e.exports=window.wp.keycodes},16480:e=>{"use strict";e.exports=window.wp.mediaUtils},692:e=>{"use strict";e.exports=window.wp.notices},92279:e=>{"use strict";e.exports=window.wp.plugins},5573:e=>{"use strict";e.exports=window.wp.primitives},50876:e=>{"use strict";e.exports=window.wp.richText},36536:e=>{"use strict";e.exports=window.wp.tokenList},93832:e=>{"use strict";e.exports=window.wp.url},26873:e=>{"use strict";e.exports=window.wp.viewport},48588:e=>{"use strict";e.exports=window.wp.widgets},69446:e=>{"use strict";e.exports=window.wp.wordcount},42305:()=>{},96072:e=>{function t(){return e.exports=t=Object.assign?Object.assign.bind():function(e){for(var t=1;t{e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},13022:(e,t,n)=>{"use strict";function a(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var s=e.length;for(t=0;tr});const r=function(){for(var e,t,n=0,r="",s=arguments.length;n{"use strict";n.d(t,{Gz:()=>h});var a,r=n(25006),s=n(82826),o=n(72485);!function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"}(a||(a={}));var i,l,c;function u(e){return e>=a.ZERO&&e<=a.NINE}function d(e){return e===a.EQUALS||function(e){return e>=a.UPPER_A&&e<=a.UPPER_Z||e>=a.LOWER_A&&e<=a.LOWER_Z||u(e)}(e)}!function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(i||(i={})),function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"}(l||(l={})),function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"}(c||(c={}));class p{constructor(e,t,n){this.decodeTree=e,this.emitCodePoint=t,this.errors=n,this.state=l.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=c.Strict}startEntity(e){this.decodeMode=e,this.state=l.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case l.EntityStart:return e.charCodeAt(t)===a.NUM?(this.state=l.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=l.NamedEntity,this.stateNamedEntity(e,t));case l.NumericStart:return this.stateNumericStart(e,t);case l.NumericDecimal:return this.stateNumericDecimal(e,t);case l.NumericHex:return this.stateNumericHex(e,t);case l.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===a.LOWER_X?(this.state=l.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=l.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,n,a){if(t!==n){const r=n-t;this.result=this.result*Math.pow(a,r)+parseInt(e.substr(t,r),a),this.consumed+=r}}stateNumericHex(e,t){const n=t;for(;t=a.UPPER_A&&r<=a.UPPER_F||r>=a.LOWER_A&&r<=a.LOWER_F)))return this.addToNumericResult(e,n,t,16),this.emitNumericEntity(s,3);t+=1}var r;return this.addToNumericResult(e,n,t,16),-1}stateNumericDecimal(e,t){const n=t;for(;t>14;for(;t>14,0!==s){if(o===a.SEMI)return this.emitNamedEntityData(this.treeIndex,s,this.consumed+this.excess);this.decodeMode!==c.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const{result:t,decodeTree:n}=this,a=(n[t]&i.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,a,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,n){const{decodeTree:a}=this;return this.emitCodePoint(1===t?a[e]&~i.VALUE_LENGTH:a[e+1],n),3===t&&this.emitCodePoint(a[e+2],n),n}end(){var e;switch(this.state){case l.NamedEntity:return 0===this.result||this.decodeMode===c.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case l.NumericDecimal:return this.emitNumericEntity(0,2);case l.NumericHex:return this.emitNumericEntity(0,3);case l.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case l.EntityStart:return 0}}}function m(e){let t="";const n=new p(e,(e=>t+=(0,o.MK)(e)));return function(e,a){let r=0,s=0;for(;(s=e.indexOf("&",s))>=0;){t+=e.slice(r,s),n.startEntity(a);const o=n.write(e,s+1);if(o<0){r=s+n.end();break}r=s+o,s=0===o?r+1:r}const o=t+e.slice(r);return t="",o}}function g(e,t,n,a){const r=(t&i.BRANCH_LENGTH)>>7,s=t&i.JUMP_TABLE;if(0===r)return 0!==s&&a===s?n:-1;if(s){const t=a-s;return t<0||t>=r?-1:e[n+t]-1}let o=n,l=o+r-1;for(;o<=l;){const t=o+l>>>1,n=e[t];if(na))return e[t+r];l=t-1}}return-1}const A=m(r.A);m(s.A);function h(e,t=c.Legacy){return A(e,t)}},72485:(e,t,n)=>{"use strict";var a;n.d(t,{MK:()=>s,y6:()=>o});const r=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),s=null!==(a=String.fromCodePoint)&&void 0!==a?a:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e),t};function o(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=r.get(e))&&void 0!==t?t:e}},97187:(e,t,n)=>{"use strict";n(47431),n(26834)},26834:(e,t,n)=>{"use strict";const a=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]);String.prototype.codePointAt;function r(e,t){return function(n){let a,r=0,s="";for(;a=e.exec(n);)r!==a.index&&(s+=n.substring(r,a.index)),s+=t.get(a[0].charCodeAt(0)),r=a.index+1;return s+n.substring(r)}}r(/[&<>'"]/g,a),r(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),r(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))},25006:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((e=>e.charCodeAt(0))))},82826:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e=>e.charCodeAt(0))))},47431:()=>{"use strict";function e(e){for(let t=1;t{"use strict";n.d(t,{Gz:()=>s.Gz});var a,r,s=n(3175);n(97187),n(26834);!function(e){e[e.XML=0]="XML",e[e.HTML=1]="HTML"}(a||(a={})),function(e){e[e.UTF8=0]="UTF8",e[e.ASCII=1]="ASCII",e[e.Extensive=2]="Extensive",e[e.Attribute=3]="Attribute",e[e.Text=4]="Text"}(r||(r={}))},7237:(e,t,n)=>{"use strict";n.d(t,{A:()=>h});var a=n(30724);function r(e){return Array.prototype.slice.call(arguments,1).forEach((function(t){t&&Object.keys(t).forEach((function(n){e[n]=t[n]}))})),e}function s(e){return Object.prototype.toString.call(e)}function o(e){return"[object Function]"===s(e)}function i(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}const l={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};const c={"http:":{validate:function(e,t,n){const a=e.slice(t);return n.re.http||(n.re.http=new RegExp("^\\/\\/"+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,"i")),n.re.http.test(a)?a.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,t,n){const a=e.slice(t);return n.re.no_http||(n.re.no_http=new RegExp("^"+n.re.src_auth+"(?:localhost|(?:(?:"+n.re.src_domain+")\\.)+"+n.re.src_domain_root+")"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,"i")),n.re.no_http.test(a)?t>=3&&":"===e[t-3]||t>=3&&"/"===e[t-3]?0:a.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,n){const a=e.slice(t);return n.re.mailto||(n.re.mailto=new RegExp("^"+n.re.src_email_name+"@"+n.re.src_host_strict,"i")),n.re.mailto.test(a)?a.match(n.re.mailto)[0].length:0}}},u="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",d="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function p(e){const t=e.re=(0,a.A)(e.__opts__),n=e.__tlds__.slice();function r(e){return e.replace("%TLDS%",t.src_tlds)}e.onCompile(),e.__tlds_replaced__||n.push(u),n.push(t.src_xn),t.src_tlds=n.join("|"),t.email_fuzzy=RegExp(r(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(r(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(r(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(r(t.tpl_host_fuzzy_test),"i");const l=[];function c(e,t){throw new Error('(LinkifyIt) Invalid schema "'+e+'": '+t)}e.__compiled__={},Object.keys(e.__schemas__).forEach((function(t){const n=e.__schemas__[t];if(null===n)return;const a={validate:null,link:null};if(e.__compiled__[t]=a,"[object Object]"===s(n))return!function(e){return"[object RegExp]"===s(e)}(n.validate)?o(n.validate)?a.validate=n.validate:c(t,n):a.validate=function(e){return function(t,n){const a=t.slice(n);return e.test(a)?a.match(e)[0].length:0}}(n.validate),void(o(n.normalize)?a.normalize=n.normalize:n.normalize?c(t,n):a.normalize=function(e,t){t.normalize(e)});!function(e){return"[object String]"===s(e)}(n)?c(t,n):l.push(t)})),l.forEach((function(t){e.__compiled__[e.__schemas__[t]]&&(e.__compiled__[t].validate=e.__compiled__[e.__schemas__[t]].validate,e.__compiled__[t].normalize=e.__compiled__[e.__schemas__[t]].normalize)})),e.__compiled__[""]={validate:null,normalize:function(e,t){t.normalize(e)}};const d=Object.keys(e.__compiled__).filter((function(t){return t.length>0&&e.__compiled__[t]})).map(i).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+d+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+d+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),function(e){e.__index__=-1,e.__text_cache__=""}(e)}function m(e,t){const n=e.__index__,a=e.__last_index__,r=e.__text_cache__.slice(n,a);this.schema=e.__schema__.toLowerCase(),this.index=n+t,this.lastIndex=a+t,this.raw=r,this.text=r,this.url=r}function g(e,t){const n=new m(e,t);return e.__compiled__[n.schema].normalize(n,e),n}function A(e,t){if(!(this instanceof A))return new A(e,t);var n;t||(n=e,Object.keys(n||{}).reduce((function(e,t){return e||l.hasOwnProperty(t)}),!1)&&(t=e,e={})),this.__opts__=r({},l,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=r({},c,e),this.__compiled__={},this.__tlds__=d,this.__tlds_replaced__=!1,this.re={},p(this)}A.prototype.add=function(e,t){return this.__schemas__[e]=t,p(this),this},A.prototype.set=function(e){return this.__opts__=r(this.__opts__,e),this},A.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;let t,n,a,r,s,o,i,l,c;if(this.re.schema_test.test(e))for(i=this.re.schema_search,i.lastIndex=0;null!==(t=i.exec(e));)if(r=this.testSchemaAt(e,t[2],i.lastIndex),r){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+r;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(l=e.search(this.re.host_fuzzy_test),l>=0&&(this.__index__<0||l=0&&null!==(a=e.match(this.re.email_fuzzy))&&(s=a.index+a[1].length,o=a.index+a[0].length,(this.__index__<0||sthis.__last_index__)&&(this.__schema__="mailto:",this.__index__=s,this.__last_index__=o))),this.__index__>=0},A.prototype.pretest=function(e){return this.re.pretest.test(e)},A.prototype.testSchemaAt=function(e,t,n){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,n,this):0},A.prototype.match=function(e){const t=[];let n=0;this.__index__>=0&&this.__text_cache__===e&&(t.push(g(this,n)),n=this.__last_index__);let a=n?e.slice(n):e;for(;this.test(a);)t.push(g(this,n)),a=a.slice(this.__last_index__),n+=this.__last_index__;return t.length?t:null},A.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;const t=this.re.schema_at_start.exec(e);if(!t)return null;const n=this.testSchemaAt(e,t[2],t[0].length);return n?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+n,g(this,0)):null},A.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter((function(e,t,n){return e!==n[t-1]})).reverse(),p(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,p(this),this)},A.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),"mailto:"!==e.schema||/^mailto:/i.test(e.url)||(e.url="mailto:"+e.url)},A.prototype.onCompile=function(){};const h=A},30724:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(60905),r=n(80786),s=n(3506),o=n(60804);function i(e){const t={};e=e||{},t.src_Any=a.A.source,t.src_Cc=r.A.source,t.src_Z=s.A.source,t.src_P=o.A.source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|");const n="[><|]";return t.src_pseudo_letter="(?:(?![><|]|"+t.src_ZPCc+")"+t.src_Any+")",t.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|[><|]|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+n+"|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]|$)|"+(e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+t.src_ZCc+"|$)|;(?!"+t.src_ZCc+"|$)|\\!+(?!"+t.src_ZCc+"|[!]|$)|\\?(?!"+t.src_ZCc+"|[?]|$))+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy='(^|[><|]|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}},97158:(e,t,n)=>{"use strict";n.d(t,{A:()=>a.A});var a=n(56838)},84384:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]},58105:(e,t,n)=>{"use strict";n.d(t,{l:()=>s,p:()=>o});const a="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",r="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",s=new RegExp("^(?:"+a+"|"+r+"|\x3c!----\x3e|\x3c!--(?:-?[^>-])(?:-?[^-])*--\x3e|<[?][\\s\\S]*?[?]>|]*>|)"),o=new RegExp("^(?:"+a+"|"+r+")")},54439:(e,t,n)=>{"use strict";n.r(t),n.d(t,{arrayReplaceAt:()=>d,assign:()=>u,escapeHtml:()=>y,escapeRE:()=>w,fromCodePoint:()=>m,has:()=>c,isMdAsciiPunct:()=>j,isPunctChar:()=>x,isSpace:()=>_,isString:()=>i,isValidEntityCode:()=>p,isWhiteSpace:()=>I,lib:()=>Q,normalizeReference:()=>S,unescapeAll:()=>f,unescapeMd:()=>E});var a=n(25315),r=n(60804),s=n(68407),o=n(9405);function i(e){return"[object String]"===function(e){return Object.prototype.toString.call(e)}(e)}const l=Object.prototype.hasOwnProperty;function c(e,t){return l.call(e,t)}function u(e){return Array.prototype.slice.call(arguments,1).forEach((function(t){if(t){if("object"!=typeof t)throw new TypeError(t+"must be object");Object.keys(t).forEach((function(n){e[n]=t[n]}))}})),e}function d(e,t,n){return[].concat(e.slice(0,t),n,e.slice(t+1))}function p(e){return!(e>=55296&&e<=57343)&&(!(e>=64976&&e<=65007)&&(!!(65535&~e&&65534!=(65535&e))&&(!(e>=0&&e<=8)&&(11!==e&&(!(e>=14&&e<=31)&&(!(e>=127&&e<=159)&&!(e>1114111)))))))}function m(e){if(e>65535){const t=55296+((e-=65536)>>10),n=56320+(1023&e);return String.fromCharCode(t,n)}return String.fromCharCode(e)}const g=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,A=new RegExp(g.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),h=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function E(e){return e.indexOf("\\")<0?e:e.replace(g,"$1")}function f(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(A,(function(e,t,n){return t||function(e,t){if(35===t.charCodeAt(0)&&h.test(t)){const n="x"===t[1].toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10);return p(n)?m(n):e}const n=(0,o.Gz)(e);return n!==e?n:e}(e,n)}))}const b=/[&<>"]/,v=/[&<>"]/g,C={"&":"&","<":"<",">":">",'"':"""};function k(e){return C[e]}function y(e){return b.test(e)?e.replace(v,k):e}const B=/[.?*+^$[\]\\(){}|-]/g;function w(e){return e.replace(B,"\\$&")}function _(e){switch(e){case 9:case 32:return!0}return!1}function I(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function x(e){return r.A.test(e)}function j(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function S(e){return e=e.trim().replace(/\s+/g," "),"Ṿ"==="ẞ".toLowerCase()&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}const Q={mdurl:a,ucmicro:s}},80016:(e,t,n)=>{"use strict";n.r(t),n.d(t,{parseLinkDestination:()=>r.A,parseLinkLabel:()=>a.A,parseLinkTitle:()=>s.A});var a=n(65739),r=n(39945),s=n(8859)},39945:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n){let r,s=t;const o={ok:!1,pos:0,lines:0,str:""};if(60===e.charCodeAt(s)){for(s++;s32))return o;if(41===r){if(0===i)break;i--}s++}return t===s||0!==i||(o.str=(0,a.unescapeAll)(e.slice(t,s)),o.pos=s,o.ok=!0),o}},65739:(e,t,n)=>{"use strict";function a(e,t,n){let a,r,s,o;const i=e.posMax,l=e.pos;for(e.pos=t+1,a=1;e.posa})},8859:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n){let r,s,o=0,i=t;const l={ok:!1,pos:0,lines:0,str:""};if(i>=n)return l;if(s=e.charCodeAt(i),34!==s&&39!==s&&40!==s)return l;for(i++,40===s&&(s=41);i{"use strict";n.d(t,{A:()=>y});var a=n(54439),r=n(80016),s=n(71455),o=n(55439),i=n(60737),l=n(42813),c=n(7237),u=n(25315),d=n(87072),p=n(69404),m=n(8079),g=n(26881);const A={default:p.A,zero:m.A,commonmark:g.A},h=/^(vbscript|javascript|file|data):/,E=/^data:image\/(gif|png|jpeg|webp);/;function f(e){const t=e.trim().toLowerCase();return!h.test(t)||E.test(t)}const b=["http:","https:","mailto:"];function v(e){const t=u.parse(e,!0);if(t.hostname&&(!t.protocol||b.indexOf(t.protocol)>=0))try{t.hostname=d.Ay.toASCII(t.hostname)}catch(e){}return u.encode(u.format(t))}function C(e){const t=u.parse(e,!0);if(t.hostname&&(!t.protocol||b.indexOf(t.protocol)>=0))try{t.hostname=d.Ay.toUnicode(t.hostname)}catch(e){}return u.decode(u.format(t),u.decode.defaultChars+"%")}function k(e,t){if(!(this instanceof k))return new k(e,t);t||a.isString(e)||(t=e||{},e="default"),this.inline=new l.A,this.block=new i.A,this.core=new o.A,this.renderer=new s.A,this.linkify=new c.A,this.validateLink=f,this.normalizeLink=v,this.normalizeLinkText=C,this.utils=a,this.helpers=a.assign({},r),this.options={},this.configure(e),t&&this.set(t)}k.prototype.set=function(e){return a.assign(this.options,e),this},k.prototype.configure=function(e){const t=this;if(a.isString(e)){const t=e;if(!(e=A[t]))throw new Error('Wrong `markdown-it` preset "'+t+'", check name')}if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach((function(n){e.components[n].rules&&t[n].ruler.enableOnly(e.components[n].rules),e.components[n].rules2&&t[n].ruler2.enableOnly(e.components[n].rules2)})),this},k.prototype.enable=function(e,t){let n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(t){n=n.concat(this[t].ruler.enable(e,!0))}),this),n=n.concat(this.inline.ruler2.enable(e,!0));const a=e.filter((function(e){return n.indexOf(e)<0}));if(a.length&&!t)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+a);return this},k.prototype.disable=function(e,t){let n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(t){n=n.concat(this[t].ruler.disable(e,!0))}),this),n=n.concat(this.inline.ruler2.disable(e,!0));const a=e.filter((function(e){return n.indexOf(e)<0}));if(a.length&&!t)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+a);return this},k.prototype.use=function(e){const t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this},k.prototype.parse=function(e,t){if("string"!=typeof e)throw new Error("Input data should be a String");const n=new this.core.State(e,this,t);return this.core.process(n),n.tokens},k.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)},k.prototype.parseInline=function(e,t){const n=new this.core.State(e,this,t);return n.inlineMode=!0,this.core.process(n),n.tokens},k.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)};const y=k},60737:(e,t,n)=>{"use strict";n.d(t,{A:()=>f});var a=n(79358),r=n(52961),s=n(20712),o=n(47103),i=n(36283),l=n(97537),c=n(79062),u=n(25792),d=n(43863),p=n(72577),m=n(13318),g=n(94206),A=n(94970);const h=[["table",s.A,["paragraph","reference"]],["code",o.A],["fence",i.A,["paragraph","reference","blockquote","list"]],["blockquote",l.A,["paragraph","reference","blockquote","list"]],["hr",c.A,["paragraph","reference","blockquote","list"]],["list",u.A,["paragraph","reference","blockquote"]],["reference",d.A],["html_block",p.A,["paragraph","reference","blockquote"]],["heading",m.A,["paragraph","reference","blockquote"]],["lheading",g.A],["paragraph",A.A]];function E(){this.ruler=new a.A;for(let e=0;e=n))&&!(e.sCount[o]=s){e.line=n;break}const t=e.line;let l=!1;for(let s=0;s=e.line)throw new Error("block rule didn't increment state.line");break}if(!l)throw new Error("none of the block rules matched");e.tight=!i,e.isEmpty(e.line-1)&&(i=!0),o=e.line,o{"use strict";n.d(t,{A:()=>g});var a=n(79358),r=n(37569),s=n(2699),o=n(79417),i=n(85189),l=n(96084),c=n(48541),u=n(55834),d=n(11242);const p=[["normalize",s.A],["block",o.A],["inline",i.A],["linkify",l.A],["replacements",c.A],["smartquotes",u.A],["text_join",d.A]];function m(){this.ruler=new a.A;for(let e=0;e{"use strict";n.d(t,{A:()=>k});var a=n(79358),r=n(60057),s=n(68597),o=n(44938),i=n(94076),l=n(17785),c=n(38797),u=n(50925),d=n(62206),p=n(22128),m=n(74427),g=n(85469),A=n(7105),h=n(41517),E=n(76014),f=n(70322);const b=[["text",s.A],["linkify",o.A],["newline",i.A],["escape",l.A],["backticks",c.A],["strikethrough",u.A.tokenize],["emphasis",d.A.tokenize],["link",p.A],["image",m.A],["autolink",g.A],["html_inline",A.A],["entity",h.A]],v=[["balance_pairs",E.A],["strikethrough",u.A.postProcess],["emphasis",d.A.postProcess],["fragments_join",f.A]];function C(){this.ruler=new a.A;for(let e=0;e=e.pos)throw new Error("inline rule didn't increment state.pos");break}}else e.pos=e.posMax;o||e.pos++,s[t]=e.pos},C.prototype.tokenize=function(e){const t=this.ruler.getRules(""),n=t.length,a=e.posMax,r=e.md.options.maxNesting;for(;e.pos=e.pos)throw new Error("inline rule didn't increment state.pos");break}if(o){if(e.pos>=a)break}else e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},C.prototype.parse=function(e,t,n,a){const r=new this.State(e,t,n,a);this.tokenize(r);const s=this.ruler2.getRules(""),o=s.length;for(let e=0;e{"use strict";n.d(t,{A:()=>a});const a={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}}},69404:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}}},8079:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}}},71455:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(54439);const r={};function s(){this.rules=(0,a.assign)({},r)}r.code_inline=function(e,t,n,r,s){const o=e[t];return""+(0,a.escapeHtml)(o.content)+""},r.code_block=function(e,t,n,r,s){const o=e[t];return""+(0,a.escapeHtml)(e[t].content)+"\n"},r.fence=function(e,t,n,r,s){const o=e[t],i=o.info?(0,a.unescapeAll)(o.info).trim():"";let l,c="",u="";if(i){const e=i.split(/(\s+)/g);c=e[0],u=e.slice(2).join("")}if(l=n.highlight&&n.highlight(o.content,c,u)||(0,a.escapeHtml)(o.content),0===l.indexOf("${l}\n`}return`
    ${l}
    \n`},r.image=function(e,t,n,a,r){const s=e[t];return s.attrs[s.attrIndex("alt")][1]=r.renderInlineAsText(s.children,n,a),r.renderToken(e,t,n)},r.hardbreak=function(e,t,n){return n.xhtmlOut?"
    \n":"
    \n"},r.softbreak=function(e,t,n){return n.breaks?n.xhtmlOut?"
    \n":"
    \n":"\n"},r.text=function(e,t){return(0,a.escapeHtml)(e[t].content)},r.html_block=function(e,t){return e[t].content},r.html_inline=function(e,t){return e[t].content},s.prototype.renderAttrs=function(e){let t,n,r;if(!e.attrs)return"";for(r="",t=0,n=e.attrs.length;t\n":">",r},s.prototype.renderInline=function(e,t,n){let a="";const r=this.rules;for(let s=0,o=e.length;s{"use strict";function a(){this.__rules__=[],this.__cache__=null}n.d(t,{A:()=>r}),a.prototype.__find__=function(e){for(let t=0;t{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n,r){let s=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];const i=e.lineMax;if(e.sCount[t]-e.blkIndent>=4)return!1;if(62!==e.src.charCodeAt(s))return!1;if(r)return!0;const l=[],c=[],u=[],d=[],p=e.md.block.ruler.getRules("blockquote"),m=e.parentType;e.parentType="blockquote";let g,A=!1;for(g=t;g=o)break;if(62===e.src.charCodeAt(s++)&&!t){let t,n,r=e.sCount[g]+1;32===e.src.charCodeAt(s)?(s++,r++,n=!1,t=!0):9===e.src.charCodeAt(s)?(t=!0,(e.bsCount[g]+r)%4==3?(s++,r++,n=!1):n=!0):t=!1;let i=r;for(l.push(e.bMarks[g]),e.bMarks[g]=s;s=o,c.push(e.bsCount[g]),e.bsCount[g]=e.sCount[g]+1+(t?1:0),u.push(e.sCount[g]),e.sCount[g]=i-r,d.push(e.tShift[g]),e.tShift[g]=s-e.bMarks[g];continue}if(A)break;let r=!1;for(let t=0,a=p.length;t";const f=[t,0];E.map=f,e.md.block.tokenize(e,t,g);e.push("blockquote_close","blockquote",-1).markup=">",e.lineMax=i,e.parentType=m,f[1]=e.line;for(let n=0;n{"use strict";function a(e,t,n){if(e.sCount[t]-e.blkIndent<4)return!1;let a=t+1,r=a;for(;a=4))break;a++,r=a}e.line=r;const s=e.push("code_block","code",0);return s.content=e.getLines(t,r,4+e.blkIndent,!1)+"\n",s.map=[t,e.line],!0}n.d(t,{A:()=>a})},36283:(e,t,n)=>{"use strict";function a(e,t,n,a){let r=e.bMarks[t]+e.tShift[t],s=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(r+3>s)return!1;const o=e.src.charCodeAt(r);if(126!==o&&96!==o)return!1;let i=r;r=e.skipChars(r,o);let l=r-i;if(l<3)return!1;const c=e.src.slice(i,r),u=e.src.slice(r,s);if(96===o&&u.indexOf(String.fromCharCode(o))>=0)return!1;if(a)return!0;let d=t,p=!1;for(;(d++,!(d>=n))&&(r=i=e.bMarks[d]+e.tShift[d],s=e.eMarks[d],!(r=4||(r=e.skipChars(r,o),r-ia})},13318:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n,r){let s=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let i=e.src.charCodeAt(s);if(35!==i||s>=o)return!1;let l=1;for(i=e.src.charCodeAt(++s);35===i&&s6||ss&&(0,a.isSpace)(e.src.charCodeAt(c-1))&&(o=c),e.line=t+1;const u=e.push("heading_open","h"+String(l),1);u.markup="########".slice(0,l),u.map=[t,e.line];const d=e.push("inline","",0);d.content=e.src.slice(s,o).trim(),d.map=[t,e.line],d.children=[];return e.push("heading_close","h"+String(l),-1).markup="########".slice(0,l),!0}},79062:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n,r){const s=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let o=e.bMarks[t]+e.tShift[t];const i=e.src.charCodeAt(o++);if(42!==i&&45!==i&&95!==i)return!1;let l=1;for(;o{"use strict";n.d(t,{A:()=>o});var a=n(84384),r=n(58105);const s=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^/,!0],[/^<\?/,/\?>/,!0],[/^/,!0],[/^/,!0],[new RegExp("^|$))","i"),/^$/,!0],[new RegExp(r.p.source+"\\s*$"),/^$/,!1]];function o(e,t,n,a){let r=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(!e.md.options.html)return!1;if(60!==e.src.charCodeAt(r))return!1;let i=e.src.slice(r,o),l=0;for(;l{"use strict";function a(e,t,n){const a=e.md.block.ruler.getRules("paragraph");if(e.sCount[t]-e.blkIndent>=4)return!1;const r=e.parentType;e.parentType="paragraph";let s,o=0,i=t+1;for(;i3)continue;if(e.sCount[i]>=e.blkIndent){let t=e.bMarks[i]+e.tShift[i];const n=e.eMarks[i];if(t=n))){o=61===s?1:2;break}}if(e.sCount[i]<0)continue;let t=!1;for(let r=0,s=a.length;ra})},25792:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(54439);function r(e,t){const n=e.eMarks[t];let r=e.bMarks[t]+e.tShift[t];const s=e.src.charCodeAt(r++);if(42!==s&&45!==s&&43!==s)return-1;if(r=r)return-1;let o=e.src.charCodeAt(s++);if(o<48||o>57)return-1;for(;;){if(s>=r)return-1;if(o=e.src.charCodeAt(s++),!(o>=48&&o<=57)){if(41===o||46===o)break;return-1}if(s-n>=10)return-1}return s=4)return!1;if(e.listIndent>=0&&e.sCount[u]-e.listIndent>=4&&e.sCount[u]=e.blkIndent&&(A=!0),(g=s(e,u))>=0){if(p=!0,l=e.bMarks[u]+e.tShift[u],m=Number(e.src.slice(l,g-1)),A&&1!==m)return!1}else{if(!((g=r(e,u))>=0))return!1;p=!1}if(A&&e.skipSpaces(g)>=e.eMarks[u])return!1;if(a)return!0;const h=e.src.charCodeAt(g-1),E=e.tokens.length;p?(c=e.push("ordered_list_open","ol",1),1!==m&&(c.attrs=[["start",m]])):c=e.push("bullet_list_open","ul",1);const f=[u,0];c.map=f,c.markup=String.fromCharCode(h);let b=!1;const v=e.md.block.ruler.getRules("list"),C=e.parentType;for(e.parentType="list";u=o?1:a-t,A>4&&(A=1);const E=t+A;c=e.push("list_item_open","li",1),c.markup=String.fromCharCode(h);const f=[u,0];c.map=f,p&&(c.info=e.src.slice(l,g-1));const C=e.tight,k=e.tShift[u],y=e.sCount[u],B=e.listIndent;if(e.listIndent=e.blkIndent,e.blkIndent=E,e.tight=!0,e.tShift[u]=m-e.bMarks[u],e.sCount[u]=a,m>=o&&e.isEmpty(u+1)?e.line=Math.min(e.line+2,n):e.md.block.tokenize(e,u,n,!0),e.tight&&!b||(d=!1),b=e.line-u>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=B,e.tShift[u]=k,e.sCount[u]=y,e.tight=C,c=e.push("list_item_close","li",-1),c.markup=String.fromCharCode(h),u=e.line,f[1]=u,u>=n)break;if(e.sCount[u]=4)break;let w=!1;for(let t=0,a=v.length;t{"use strict";function a(e,t,n){const a=e.md.block.ruler.getRules("paragraph"),r=e.parentType;let s=t+1;for(e.parentType="paragraph";s3)continue;if(e.sCount[s]<0)continue;let t=!1;for(let r=0,o=a.length;ra})},43863:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n,r){let s=0,o=e.bMarks[t]+e.tShift[t],i=e.eMarks[t],l=t+1;if(e.sCount[t]-e.blkIndent>=4)return!1;if(91!==e.src.charCodeAt(o))return!1;for(;++o3)continue;if(e.sCount[l]<0)continue;let t=!1;for(let n=0,a=u.length;n{"use strict";n.d(t,{A:()=>o});var a=n(57997),r=n(54439);function s(e,t,n,a){this.src=e,this.md=t,this.env=n,this.tokens=a,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0;const s=this.src;for(let e=0,t=0,n=0,a=0,o=s.length,i=!1;t0&&this.level++,this.tokens.push(r),r},s.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},s.prototype.skipEmptyLines=function(e){for(let t=this.lineMax;et;)if(!(0,r.isSpace)(this.src.charCodeAt(--e)))return e+1;return e},s.prototype.skipChars=function(e,t){for(let n=this.src.length;en;)if(t!==this.src.charCodeAt(--e))return e+1;return e},s.prototype.getLines=function(e,t,n,a){if(e>=t)return"";const s=new Array(t-e);for(let o=0,i=e;in?new Array(e-n+1).join(" ")+this.src.slice(u,c):this.src.slice(u,c)}return s.join("")},s.prototype.Token=a.A;const o=s},20712:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(54439);function r(e,t){const n=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];return e.src.slice(n,a)}function s(e){const t=[],n=e.length;let a=0,r=e.charCodeAt(a),s=!1,o=0,i="";for(;an)return!1;let i=t+1;if(e.sCount[i]=4)return!1;let l=e.bMarks[i]+e.tShift[i];if(l>=e.eMarks[i])return!1;const c=e.src.charCodeAt(l++);if(124!==c&&45!==c&&58!==c)return!1;if(l>=e.eMarks[i])return!1;const u=e.src.charCodeAt(l++);if(124!==u&&45!==u&&58!==u&&!(0,a.isSpace)(u))return!1;if(45===c&&(0,a.isSpace)(u))return!1;for(;l=4)return!1;p=s(d),p.length&&""===p[0]&&p.shift(),p.length&&""===p[p.length-1]&&p.pop();const g=p.length;if(0===g||g!==m.length)return!1;if(o)return!0;const A=e.parentType;e.parentType="table";const h=e.md.block.ruler.getRules("blockquote"),E=[t,0];e.push("table_open","table",1).map=E;e.push("thead_open","thead",1).map=[t,t+1];e.push("tr_open","tr",1).map=[t,t+1];for(let t=0;t=4)break;if(p=s(d),p.length&&""===p[0]&&p.shift(),p.length&&""===p[p.length-1]&&p.pop(),i===t+2){e.push("tbody_open","tbody",1).map=f=[t+2,0]}e.push("tr_open","tr",1).map=[i,i+1];for(let t=0;t{"use strict";function a(e){let t;e.inlineMode?(t=new e.Token("inline","",0),t.content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}n.d(t,{A:()=>a})},85189:(e,t,n)=>{"use strict";function a(e){const t=e.tokens;for(let n=0,a=t.length;na})},96084:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(54439);function r(e){return/^<\/a\s*>/i.test(e)}function s(e){const t=e.tokens;var n;if(e.md.options.linkify)for(let s=0,o=t.length;s=0;l--){const c=o[l];if("link_close"!==c.type){if("html_inline"===c.type&&(n=c.content,/^\s]/i.test(n)&&i>0&&i--,r(c.content)&&i++),!(i>0)&&"text"===c.type&&e.md.linkify.test(c.content)){const n=c.content;let r=e.md.linkify.match(n);const i=[];let u=c.level,d=0;r.length>0&&0===r[0].index&&l>0&&"text_special"===o[l-1].type&&(r=r.slice(1));for(let t=0;td){const t=new e.Token("text","",0);t.content=n.slice(d,l),t.level=u,i.push(t)}const c=new e.Token("link_open","a",1);c.attrs=[["href",s]],c.level=u++,c.markup="linkify",c.info="auto",i.push(c);const p=new e.Token("text","",0);p.content=o,p.level=u,i.push(p);const m=new e.Token("link_close","a",-1);m.level=--u,m.markup="linkify",m.info="auto",i.push(m),d=r[t].lastIndex}if(d{"use strict";n.d(t,{A:()=>s});const a=/\r\n?|\n/g,r=/\0/g;function s(e){let t;t=e.src.replace(a,"\n"),t=t.replace(r,"�"),e.src=t}},48541:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});const a=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,r=/\((c|tm|r)\)/i,s=/\((c|tm|r)\)/gi,o={c:"©",r:"®",tm:"™"};function i(e,t){return o[t.toLowerCase()]}function l(e){let t=0;for(let n=e.length-1;n>=0;n--){const a=e[n];"text"!==a.type||t||(a.content=a.content.replace(s,i)),"link_open"===a.type&&"auto"===a.info&&t--,"link_close"===a.type&&"auto"===a.info&&t++}}function c(e){let t=0;for(let n=e.length-1;n>=0;n--){const r=e[n];"text"!==r.type||t||a.test(r.content)&&(r.content=r.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1—").replace(/(^|\s)--(?=\s|$)/gm,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1–")),"link_open"===r.type&&"auto"===r.info&&t--,"link_close"===r.type&&"auto"===r.info&&t++}}function u(e){let t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)"inline"===e.tokens[t].type&&(r.test(e.tokens[t].content)&&l(e.tokens[t].children),a.test(e.tokens[t].content)&&c(e.tokens[t].children))}},55834:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(54439);const r=/['"]/,s=/['"]/g,o="’";function i(e,t,n){return e.slice(0,t)+n+e.slice(t+1)}function l(e,t){let n;const r=[];for(let l=0;l=0&&!(r[n].level<=u);n--);if(r.length=n+1,"text"!==c.type)continue;let d=c.content,p=0,m=d.length;e:for(;p=0)f=d.charCodeAt(g.index-1);else for(n=l-1;n>=0&&("softbreak"!==e[n].type&&"hardbreak"!==e[n].type);n--)if(e[n].content){f=e[n].content.charCodeAt(e[n].content.length-1);break}let b=32;if(p=48&&f<=57&&(h=A=!1),A&&h&&(A=v,h=C),A||h){if(h)for(n=r.length-1;n>=0;n--){let a=r[n];if(r[n].level=0;t--)"inline"===e.tokens[t].type&&r.test(e.tokens[t].content)&&l(e.tokens[t].children,e)}},37569:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(57997);function r(e,t,n){this.src=e,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=t}r.prototype.Token=a.A;const s=r},11242:(e,t,n)=>{"use strict";function a(e){let t,n;const a=e.tokens,r=a.length;for(let e=0;ea})},85469:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});const a=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,r=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;function s(e,t){let n=e.pos;if(60!==e.src.charCodeAt(n))return!1;const s=e.pos,o=e.posMax;for(;;){if(++n>=o)return!1;const t=e.src.charCodeAt(n);if(60===t)return!1;if(62===t)break}const i=e.src.slice(s+1,n);if(r.test(i)){const n=e.md.normalizeLink(i);if(!e.md.validateLink(n))return!1;if(!t){const t=e.push("link_open","a",1);t.attrs=[["href",n]],t.markup="autolink",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(i);const a=e.push("link_close","a",-1);a.markup="autolink",a.info="auto"}return e.pos+=i.length+2,!0}if(a.test(i)){const n=e.md.normalizeLink("mailto:"+i);if(!e.md.validateLink(n))return!1;if(!t){const t=e.push("link_open","a",1);t.attrs=[["href",n]],t.markup="autolink",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(i);const a=e.push("link_close","a",-1);a.markup="autolink",a.info="auto"}return e.pos+=i.length+2,!0}return!1}},38797:(e,t,n)=>{"use strict";function a(e,t){let n=e.pos;if(96!==e.src.charCodeAt(n))return!1;const a=n;n++;const r=e.posMax;for(;na})},76014:(e,t,n)=>{"use strict";function a(e){const t={},n=e.length;if(!n)return;let a=0,r=-2;const s=[];for(let o=0;oi;l-=s[l]+1){const t=e[l];if(t.marker===n.marker&&(t.open&&t.end<0)){let a=!1;if((t.close||n.open)&&(t.length+n.length)%3==0&&(t.length%3==0&&n.length%3==0||(a=!0)),!a){const a=l>0&&!e[l-1].open?s[l-1]+1:0;s[o]=o-l+a,s[l]=a,n.open=!1,t.end=o,t.close=!1,c=-1,r=-2;break}}}-1!==c&&(t[n.marker][(n.open?3:0)+(n.length||0)%3]=c)}}function r(e){const t=e.tokens_meta,n=e.tokens_meta.length;a(e.delimiters);for(let e=0;er})},62206:(e,t,n)=>{"use strict";function a(e,t){for(let n=t.length-1;n>=0;n--){const a=t[n];if(95!==a.marker&&42!==a.marker)continue;if(-1===a.end)continue;const r=t[a.end],s=n>0&&t[n-1].end===a.end+1&&t[n-1].marker===a.marker&&t[n-1].token===a.token-1&&t[a.end+1].token===r.token+1,o=String.fromCharCode(a.marker),i=e.tokens[a.token];i.type=s?"strong_open":"em_open",i.tag=s?"strong":"em",i.nesting=1,i.markup=s?o+o:o,i.content="";const l=e.tokens[r.token];l.type=s?"strong_close":"em_close",l.tag=s?"strong":"em",l.nesting=-1,l.markup=s?o+o:o,l.content="",s&&(e.tokens[t[n-1].token].content="",e.tokens[t[a.end+1].token].content="",n--)}}n.d(t,{A:()=>r});const r={tokenize:function(e,t){const n=e.pos,a=e.src.charCodeAt(n);if(t)return!1;if(95!==a&&42!==a)return!1;const r=e.scanDelims(e.pos,42===a);for(let t=0;t{"use strict";n.d(t,{A:()=>i});var a=n(9405),r=n(54439);const s=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,o=/^&([a-z][a-z0-9]{1,31});/i;function i(e,t){const n=e.pos,i=e.posMax;if(38!==e.src.charCodeAt(n))return!1;if(n+1>=i)return!1;if(35===e.src.charCodeAt(n+1)){const a=e.src.slice(n).match(s);if(a){if(!t){const t="x"===a[1][0].toLowerCase()?parseInt(a[1].slice(1),16):parseInt(a[1],10),n=e.push("text_special","",0);n.content=(0,r.isValidEntityCode)(t)?(0,r.fromCodePoint)(t):(0,r.fromCodePoint)(65533),n.markup=a[0],n.info="entity"}return e.pos+=a[0].length,!0}}else{const r=e.src.slice(n).match(o);if(r){const n=(0,a.Gz)(r[0]);if(n!==r[0]){if(!t){const t=e.push("text_special","",0);t.content=n,t.markup=r[0],t.info="entity"}return e.pos+=r[0].length,!0}}}return!1}},17785:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(54439);const r=[];for(let e=0;e<256;e++)r.push(0);function s(e,t){let n=e.pos;const s=e.posMax;if(92!==e.src.charCodeAt(n))return!1;if(n++,n>=s)return!1;let o=e.src.charCodeAt(n);if(10===o){for(t||e.push("hardbreak","br",0),n++;n=55296&&o<=56319&&n+1=56320&&t<=57343&&(i+=e.src[n+1],n++)}const l="\\"+i;if(!t){const t=e.push("text_special","",0);o<256&&0!==r[o]?t.content=i:t.content=l,t.markup=l,t.info="escape"}return e.pos=n+1,!0}"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach((function(e){r[e.charCodeAt(0)]=1}))},70322:(e,t,n)=>{"use strict";function a(e){let t,n,a=0;const r=e.tokens,s=e.tokens.length;for(t=n=0;t0&&a++,"text"===r[t].type&&t+1a})},7105:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(58105);function r(e,t){if(!e.md.options.html)return!1;const n=e.posMax,r=e.pos;if(60!==e.src.charCodeAt(r)||r+2>=n)return!1;const s=e.src.charCodeAt(r+1);if(33!==s&&63!==s&&47!==s&&!function(e){const t=32|e;return t>=97&&t<=122}(s))return!1;const o=e.src.slice(r).match(a.l);if(!o)return!1;if(!t){const t=e.push("html_inline","",0);t.content=o[0],i=t.content,/^\s]/i.test(i)&&e.linkLevel++,function(e){return/^<\/a\s*>/i.test(e)}(t.content)&&e.linkLevel--}var i;return e.pos+=o[0].length,!0}},74427:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t){let n,r,s,o,i,l,c,u,d="";const p=e.pos,m=e.posMax;if(33!==e.src.charCodeAt(e.pos))return!1;if(91!==e.src.charCodeAt(e.pos+1))return!1;const g=e.pos+2,A=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(A<0)return!1;if(o=A+1,o=m)return!1;for(u=o,l=e.md.helpers.parseLinkDestination(e.src,o,e.posMax),l.ok&&(d=e.md.normalizeLink(l.str),e.md.validateLink(d)?o=l.pos:d=""),u=o;o=m||41!==e.src.charCodeAt(o))return e.pos=p,!1;o++}else{if(void 0===e.env.references)return!1;if(o=0?s=e.src.slice(u,o++):o=A+1):o=A+1,s||(s=e.src.slice(g,A)),i=e.env.references[(0,a.normalizeReference)(s)],!i)return e.pos=p,!1;d=i.href,c=i.title}if(!t){r=e.src.slice(g,A);const t=[];e.md.inline.parse(r,e.md,e.env,t);const n=e.push("image","img",0),a=[["src",d],["alt",""]];n.attrs=a,n.children=t,n.content=r,c&&a.push(["title",c])}return e.pos=o,e.posMax=m,!0}},22128:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t){let n,r,s,o,i="",l="",c=e.pos,u=!0;if(91!==e.src.charCodeAt(e.pos))return!1;const d=e.pos,p=e.posMax,m=e.pos+1,g=e.md.helpers.parseLinkLabel(e,e.pos,!0);if(g<0)return!1;let A=g+1;if(A=p)return!1;if(c=A,s=e.md.helpers.parseLinkDestination(e.src,A,e.posMax),s.ok){for(i=e.md.normalizeLink(s.str),e.md.validateLink(i)?A=s.pos:i="",c=A;A=p||41!==e.src.charCodeAt(A))&&(u=!0),A++}if(u){if(void 0===e.env.references)return!1;if(A=0?r=e.src.slice(c,A++):A=g+1):A=g+1,r||(r=e.src.slice(m,g)),o=e.env.references[(0,a.normalizeReference)(r)],!o)return e.pos=d,!1;i=o.href,l=o.title}if(!t){e.pos=m,e.posMax=g;const t=[["href",i]];e.push("link_open","a",1).attrs=t,l&&t.push(["title",l]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push("link_close","a",-1)}return e.pos=A,e.posMax=p,!0}},44938:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const a=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;function r(e,t){if(!e.md.options.linkify)return!1;if(e.linkLevel>0)return!1;const n=e.pos;if(n+3>e.posMax)return!1;if(58!==e.src.charCodeAt(n))return!1;if(47!==e.src.charCodeAt(n+1))return!1;if(47!==e.src.charCodeAt(n+2))return!1;const r=e.pending.match(a);if(!r)return!1;const s=r[1],o=e.md.linkify.matchAtStart(e.src.slice(n-s.length));if(!o)return!1;let i=o.url;if(i.length<=s.length)return!1;i=i.replace(/\*+$/,"");const l=e.md.normalizeLink(i);if(!e.md.validateLink(l))return!1;if(!t){e.pending=e.pending.slice(0,-s.length);const t=e.push("link_open","a",1);t.attrs=[["href",l]],t.markup="linkify",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(i);const n=e.push("link_close","a",-1);n.markup="linkify",n.info="auto"}return e.pos+=i.length-s.length,!0}},94076:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t){let n=e.pos;if(10!==e.src.charCodeAt(n))return!1;const r=e.pending.length-1,s=e.posMax;if(!t)if(r>=0&&32===e.pending.charCodeAt(r))if(r>=1&&32===e.pending.charCodeAt(r-1)){let t=r-1;for(;t>=1&&32===e.pending.charCodeAt(t-1);)t--;e.pending=e.pending.slice(0,t),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(n++;n{"use strict";n.d(t,{A:()=>o});var a=n(57997),r=n(54439);function s(e,t,n,a){this.src=e,this.env=n,this.md=t,this.tokens=a,this.tokens_meta=Array(a.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}s.prototype.pushPending=function(){const e=new a.A("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e},s.prototype.push=function(e,t,n){this.pending&&this.pushPending();const r=new a.A(e,t,n);let s=null;return n<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),r.level=this.level,n>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],s={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(r),this.tokens_meta.push(s),r},s.prototype.scanDelims=function(e,t){let n,a,s=!0,o=!0;const i=this.posMax,l=this.src.charCodeAt(e),c=e>0?this.src.charCodeAt(e-1):32;let u=e;for(;u{"use strict";function a(e,t){let n;const a=[],r=t.length;for(let s=0;sr});const r={tokenize:function(e,t){const n=e.pos,a=e.src.charCodeAt(n);if(t)return!1;if(126!==a)return!1;const r=e.scanDelims(e.pos,!0);let s=r.length;const o=String.fromCharCode(a);if(s<2)return!1;let i;s%2&&(i=e.push("text","",0),i.content=o,s--);for(let t=0;t{"use strict";function a(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}function r(e,t){let n=e.pos;for(;nr})},57997:(e,t,n)=>{"use strict";function a(e,t,n){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=n,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}n.d(t,{A:()=>r}),a.prototype.attrIndex=function(e){if(!this.attrs)return-1;const t=this.attrs;for(let n=0,a=t.length;n=0&&(n=this.attrs[t][1]),n},a.prototype.attrJoin=function(e,t){const n=this.attrIndex(e);n<0?this.attrPush([e,t]):this.attrs[n][1]=this.attrs[n][1]+" "+t};const r=a},25315:(e,t,n)=>{"use strict";n.r(t),n.d(t,{decode:()=>a.A,encode:()=>r.A,format:()=>s.A,parse:()=>o.A});var a=n(51227),r=n(10963),s=n(5840),o=n(26786)},51227:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});const a={};function r(e,t){"string"!=typeof t&&(t=r.defaultChars);const n=function(e){let t=a[e];if(t)return t;t=a[e]=[];for(let e=0;e<128;e++){const n=String.fromCharCode(e);t.push(n)}for(let n=0;n=55296&&e<=57343?"���":String.fromCharCode(e),a+=6;continue}}if(240==(248&s)&&a+91114111?t+="����":(e-=65536,t+=String.fromCharCode(55296+(e>>10),56320+(1023&e))),a+=9;continue}}t+="�"}}return t}))}r.defaultChars=";/?:@&=+$,#",r.componentChars="";const s=r},10963:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});const a={};function r(e,t,n){"string"!=typeof t&&(n=t,t=r.defaultChars),void 0===n&&(n=!0);const s=function(e){let t=a[e];if(t)return t;t=a[e]=[];for(let e=0;e<128;e++){const n=String.fromCharCode(e);/^[0-9a-z]$/i.test(n)?t.push(n):t.push("%"+("0"+e.toString(16).toUpperCase()).slice(-2))}for(let n=0;n=55296&&r<=57343){if(r>=55296&&r<=56319&&t+1=56320&&n<=57343){o+=encodeURIComponent(e[t]+e[t+1]),t++;continue}}o+="%EF%BF%BD"}else o+=encodeURIComponent(e[t])}return o}r.defaultChars=";/?:@&=+$,-_.!~*'()#",r.componentChars="-_.!~*'()";const s=r},5840:(e,t,n)=>{"use strict";function a(e){let t="";return t+=e.protocol||"",t+=e.slashes?"//":"",t+=e.auth?e.auth+"@":"",e.hostname&&-1!==e.hostname.indexOf(":")?t+="["+e.hostname+"]":t+=e.hostname||"",t+=e.port?":"+e.port:"",t+=e.pathname||"",t+=e.search||"",t+=e.hash||"",t}n.d(t,{A:()=>a})},26786:(e,t,n)=>{"use strict";function a(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}n.d(t,{A:()=>A});const r=/^([a-z0-9.+-]+:)/i,s=/:[0-9]*$/,o=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,i=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),l=["'"].concat(i),c=["%","/","?",";","#"].concat(l),u=["/","?","#"],d=/^[+a-z0-9A-Z_-]{0,63}$/,p=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,m={javascript:!0,"javascript:":!0},g={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};a.prototype.parse=function(e,t){let n,a,s,i=e;if(i=i.trim(),!t&&1===e.split("#").length){const e=o.exec(i);if(e)return this.pathname=e[1],e[2]&&(this.search=e[2]),this}let l=r.exec(i);if(l&&(l=l[0],n=l.toLowerCase(),this.protocol=l,i=i.substr(l.length)),(t||l||i.match(/^\/\/[^@\/]+@[^@\/]+/))&&(s="//"===i.substr(0,2),!s||l&&m[l]||(i=i.substr(2),this.slashes=!0)),!m[l]&&(s||l&&!g[l])){let e,t,n=-1;for(let e=0;e127?a+="x":a+=n[e];if(!a.match(d)){const a=e.slice(0,t),r=e.slice(t+1),s=n.match(p);s&&(a.push(s[1]),r.unshift(s[2])),r.length&&(i=r.join(".")+i),this.hostname=a.join(".");break}}}}this.hostname.length>255&&(this.hostname=""),s&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}const A=i.indexOf("#");-1!==A&&(this.hash=i.substr(A),i=i.slice(0,A));const h=i.indexOf("?");return-1!==h&&(this.search=i.substr(h),i=i.slice(0,h)),i&&(this.pathname=i),g[n]&&this.hostname&&!this.pathname&&(this.pathname=""),this},a.prototype.parseHost=function(e){let t=s.exec(e);t&&(t=t[0],":"!==t&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)};const A=function(e,t){if(e&&e instanceof a)return e;const n=new a;return n.parse(e,t),n}},80786:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[\0-\x1F\x7F-\x9F]/},14935:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/},60804:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/},47795:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/},3506:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/},68407:(e,t,n)=>{"use strict";n.r(t),n.d(t,{Any:()=>a.A,Cc:()=>r.A,Cf:()=>s.A,P:()=>o.A,S:()=>i.A,Z:()=>l.A});var a=n(60905),r=n(80786),s=n(14935),o=n(60804),i=n(47795),l=n(3506)},60905:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/},38377:e=>{"use strict";e.exports=JSON.parse('{"T":{"White":"#fff","Black":"#000","Gray":"#646970","Gray 0":"#f6f7f7","Gray 5":"#dcdcde","Gray 10":"#c3c4c7","Gray 20":"#a7aaad","Gray 30":"#8c8f94","Gray 40":"#787c82","Gray 50":"#646970","Gray 60":"#50575e","Gray 70":"#3c434a","Gray 80":"#2c3338","Gray 90":"#1d2327","Gray 100":"#101517","Blue":"#0675c4","Blue 0":"#e9f0f5","Blue 5":"#bbe0fa","Blue 10":"#91caf2","Blue 20":"#68b3e8","Blue 30":"#399ce3","Blue 40":"#1689db","Blue 50":"#0675c4","Blue 60":"#055d9c","Blue 70":"#044b7a","Blue 80":"#02395c","Blue 90":"#01283d","Blue 100":"#001621","Purple":"#984a9c","Purple 0":"#f2e9ed","Purple 5":"#ebcee0","Purple 10":"#e3afd5","Purple 20":"#d48fc8","Purple 30":"#c475bd","Purple 40":"#b35eb1","Purple 50":"#984a9c","Purple 60":"#7c3982","Purple 70":"#662c6e","Purple 80":"#4d2054","Purple 90":"#35163b","Purple 100":"#1e0c21","Pink":"#c9356e","Pink 0":"#f5e9ed","Pink 5":"#f2ceda","Pink 10":"#f7a8c3","Pink 20":"#f283aa","Pink 30":"#eb6594","Pink 40":"#e34c84","Pink 50":"#c9356e","Pink 60":"#ab235a","Pink 70":"#8c1749","Pink 80":"#700f3b","Pink 90":"#4f092a","Pink 100":"#260415","Red":"#d63638","Red 0":"#f7ebec","Red 5":"#facfd2","Red 10":"#ffabaf","Red 20":"#ff8085","Red 30":"#f86368","Red 40":"#e65054","Red 50":"#d63638","Red 60":"#b32d2e","Red 70":"#8a2424","Red 80":"#691c1c","Red 90":"#451313","Red 100":"#240a0a","Orange":"#b26200","Orange 0":"#f5ece6","Orange 5":"#f7dcc6","Orange 10":"#ffbf86","Orange 20":"#faa754","Orange 30":"#e68b28","Orange 40":"#d67709","Orange 50":"#b26200","Orange 60":"#8a4d00","Orange 70":"#704000","Orange 80":"#543100","Orange 90":"#361f00","Orange 100":"#1f1200","Yellow":"#9d6e00","Yellow 0":"#f5f1e1","Yellow 5":"#f5e6b3","Yellow 10":"#f2d76b","Yellow 20":"#f0c930","Yellow 30":"#deb100","Yellow 40":"#c08c00","Yellow 50":"#9d6e00","Yellow 60":"#7d5600","Yellow 70":"#674600","Yellow 80":"#4f3500","Yellow 90":"#320","Yellow 100":"#1c1300","Green":"#008a20","Green 0":"#e6f2e8","Green 5":"#b8e6bf","Green 10":"#68de86","Green 20":"#1ed15a","Green 30":"#00ba37","Green 40":"#00a32a","Green 50":"#008a20","Green 60":"#007017","Green 70":"#005c12","Green 80":"#00450c","Green 90":"#003008","Green 100":"#001c05","Celadon":"#008763","Celadon 0":"#e4f2ed","Celadon 5":"#a7e8d3","Celadon 10":"#66deb9","Celadon 20":"#31cc9f","Celadon 30":"#09b585","Celadon 40":"#009e73","Celadon 50":"#008763","Celadon 60":"#007053","Celadon 70":"#005c44","Celadon 80":"#004533","Celadon 90":"#003024","Celadon 100":"#001c15","Automattic Blue":"#24a3e0","Automattic Blue 0":"#ebf4fa","Automattic Blue 5":"#c4e2f5","Automattic Blue 10":"#88ccf2","Automattic Blue 20":"#5ab7e8","Automattic Blue 30":"#24a3e0","Automattic Blue 40":"#1490c7","Automattic Blue 50":"#0277a8","Automattic Blue 60":"#036085","Automattic Blue 70":"#02506e","Automattic Blue 80":"#02384d","Automattic Blue 90":"#022836","Automattic Blue 100":"#021b24","WordPress Blue":"#006088","WordPress Blue 0":"#e6f1f5","WordPress Blue 5":"#bedae6","WordPress Blue 10":"#98c6d9","WordPress Blue 20":"#6ab3d0","WordPress Blue 30":"#3895ba","WordPress Blue 40":"#187aa2","WordPress Blue 50":"#006088","WordPress Blue 60":"#004e6e","WordPress Blue 70":"#003c56","WordPress Blue 80":"#002c40","WordPress Blue 90":"#001d2d","WordPress Blue 100":"#00101c","Simplenote Blue":"#3361cc","Simplenote Blue 0":"#e9ecf5","Simplenote Blue 5":"#ced9f2","Simplenote Blue 10":"#abc1f5","Simplenote Blue 20":"#84a4f0","Simplenote Blue 30":"#618df2","Simplenote Blue 40":"#4678eb","Simplenote Blue 50":"#3361cc","Simplenote Blue 60":"#1d4fc4","Simplenote Blue 70":"#113ead","Simplenote Blue 80":"#0d2f85","Simplenote Blue 90":"#09205c","Simplenote Blue 100":"#05102e","WooCommerce Purple":"#7f54b3","WooCommerce Purple 0":"#f7edf7","WooCommerce Purple 5":"#e5cfe8","WooCommerce Purple 10":"#d6b4e0","WooCommerce Purple 20":"#c792e0","WooCommerce Purple 30":"#af7dd1","WooCommerce Purple 40":"#9a69c7","WooCommerce Purple 50":"#7f54b3","WooCommerce Purple 60":"#674399","WooCommerce Purple 70":"#533582","WooCommerce Purple 80":"#3c2861","WooCommerce Purple 90":"#271b3d","WooCommerce Purple 100":"#140e1f","Jetpack Green":"#069e08","Jetpack Green 0":"#f0f2eb","Jetpack Green 5":"#d0e6b8","Jetpack Green 10":"#9dd977","Jetpack Green 20":"#64ca43","Jetpack Green 30":"#2fb41f","Jetpack Green 40":"#069e08","Jetpack Green 50":"#008710","Jetpack Green 60":"#007117","Jetpack Green 70":"#005b18","Jetpack Green 80":"#004515","Jetpack Green 90":"#003010","Jetpack Green 100":"#001c09"}}')},54681:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/ai-assistant","title":"AI Assistant","description":"Elevate your content creation with our AI-powered Gutenberg Block, offering seamless customization and generation. Bear in mind that, as an evolving tool, occasional imprecision may occur.","keywords":["AI","GPT","AL","Magic","help","assistant"],"version":"12.5.0","textdomain":"jetpack","category":"text","icon":"","supports":{"html":false,"multiple":true,"reusable":false},"attributes":{"content":{"type":"string"},"originalContent":{"type":"string"},"promptType":{"type":"string"},"originalMessages":{"type":"array","default":[]},"messages":{"type":"array","default":[]},"userPrompt":{"type":"string","default":""},"requestingState":{"type":"string","default":"init"}},"example":{"attributes":{"content":"With **Jetpack AI Assistant**, you can provide a prompt, and it will generate high-quality blog posts, informative pages, well-organized lists, and thorough tables that meet your specific requirements.\\n\\nTo start using the **Jetpack AI Assistant**, type `/AI` in the block editor."}}}')},1629:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/ai-chat","title":"Jetpack AI Search","description":"Provide a summarized answer to questions, trained on the sites content. Powered by AI.","keywords":["AI","GPT","Chat","Search"],"version":"12.5.0","textdomain":"jetpack","category":"text","icon":"","supports":{"align":true,"alignWide":true,"customClassName":true,"className":true,"html":false,"multiple":false,"reusable":false},"attributes":{"askButtonLabel":{"type":"string"},"placeholder":{"type":"string"},"showCopy":{"type":"boolean","default":true},"showFeedback":{"type":"boolean","default":true},"showSources":{"type":"boolean","default":true}}}')},57468:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/ai-image","title":"AI Image (Experimental)","description":"Automatically generate an illustration for your post, powered by AI magic. We are experimenting with this feature and can tweak or remove it at any point.","keywords":["AI","AL","DALLe","Diffusion","Magic"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"align":false,"alignWide":false,"anchor":false,"customClassName":false,"className":true,"html":false,"multiple":true,"reusable":false,"inserter":false},"attributes":{"content":{"type":"string","source":"text"},"requestedPrompt":{"type":"string","default":false}}}')},55595:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/ai-paragraph","title":"AI Paragraph (Experimental)","description":"Automatically generate new paragraphs using your existing content, powered by AI magic. We are experimenting with this feature and can tweak or remove it at any point.","keywords":["AI","GPT","AL","Magic"],"version":"12.5.0","textdomain":"jetpack","category":"text","icon":"","supports":{"align":true,"alignWide":true,"anchor":true,"customClassName":true,"className":true,"html":true,"multiple":true,"reusable":false,"inserter":false},"attributes":{"content":{"type":"string","source":"html"},"animationDone":{"type":"boolean","default":false}},"example":{"attributes":{"animationDone":false,"content":"I\'m afraid I can\'t do that, Dave."}}}')},35116:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/blog-stats","title":"Blog Stats","description":"Show a stats counter for your blog.","keywords":["views","hits","analytics","counter","visitors"],"version":"1.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":true,"alignWide":true,"html":false,"multiple":true,"reusable":true,"color":{"gradients":true},"spacing":{"margin":true,"padding":true},"typography":{"__experimentalFontFamily":true,"fontSize":true}},"attributes":{"label":{"type":"string"},"statsData":{"type":"string","default":"views"},"statsOption":{"type":"string","default":"site"}}}')},32442:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/blogging-prompt","title":"Writing Prompt","description":"Answer a new and inspiring writing prompt each day.","keywords":["writing","blogging"],"version":"12.5.0","textdomain":"jetpack","category":"text","icon":"","supports":{"align":false,"alignWide":false,"anchor":false,"className":true,"color":{"background":true,"gradients":true,"link":true,"text":true},"customClassName":true,"html":false,"inserter":true,"multiple":false,"reusable":true,"spacing":{"margin":["top","bottom"],"padding":true,"blockGap":false}},"attributes":{"answersLink":{"type":"string","source":"attribute","attribute":"href","selector":".jetpack-blogging-prompt__answers-link"},"answersLinkText":{"type":"string","source":"html","selector":".jetpack-blogging-prompt__answers-link"},"gravatars":{"type":"array","source":"query","selector":".jetpack-blogging-prompt__answers-gravatar","query":{"url":{"type":"string","source":"attribute","attribute":"src"}},"default":[]},"promptLabel":{"type":"string","source":"html","selector":".jetpack-blogging-prompt__label"},"promptText":{"type":"string","source":"html","selector":".jetpack-blogging-prompt__text"},"promptFetched":{"type":"boolean","default":false},"promptId":{"type":"number"},"showResponses":{"type":"boolean","default":true},"showLabel":{"type":"boolean","default":true},"tagsAdded":{"type":"boolean","default":false},"isBloganuary":{"type":"boolean","default":false}},"styles":[{"name":"block","label":"Block","isDefault":true},{"name":"quote","label":"Quote"}]}')},52829:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/blogroll","title":"Blogroll","description":"Share the sites you follow with your users.","keywords":[],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":false,"alignWide":true,"anchor":false,"customClassName":true,"className":true,"html":false,"multiple":true,"reusable":true,"color":{"link":true,"gradients":true},"spacing":{"padding":true,"margin":true},"typography":{"fontSize":true,"lineHeight":true}},"attributes":{"show_avatar":{"type":"boolean","default":true},"show_description":{"type":"boolean","default":true},"open_links_new_window":{"type":"boolean","default":true},"ignore_user_blogs":{"type":"boolean","default":true},"load_placeholders":{"type":"boolean","default":true}},"providesContext":{"showAvatar":"show_avatar","showDescription":"show_description","openLinksNewWindow":"open_links_new_window"}}')},9050:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/business-hours","title":"Business Hours","description":"Display opening hours for your business.","keywords":["opening hours","closing time","schedule","working day"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"html":true,"color":{"gradients":true},"spacing":{"margin":true,"padding":true},"typography":{"fontSize":true,"lineHeight":true},"align":["wide","full"]},"attributes":{"days":{"type":"array","default":[{"name":"Sun","hours":[]},{"name":"Mon","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Tue","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Wed","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Thu","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Fri","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Sat","hours":[]}]}},"example":{"attributes":{"days":[{"name":"Sun","hours":[]},{"name":"Mon","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Tue","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Wed","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Thu","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Fri","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Sat","hours":[]}]}}}')},13248:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/calendly","title":"Calendly","description":"Embed a calendar for customers to schedule appointments.","keywords":["calendar","schedule","appointments","events","dates"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":true,"alignWide":false,"html":false},"attributes":{"backgroundColor":{"type":"string","default":"ffffff"},"hideEventTypeDetails":{"type":"boolean","default":false},"primaryColor":{"type":"string","default":"00A2FF"},"textColor":{"type":"string","default":"4D5055"},"style":{"type":"string","default":"inline","enum":["inline","link"]},"url":{"type":"string"}},"example":{"attributes":{"hideEventTypeDetails":false,"style":"inline","url":"https://calendly.com/wpcom/jetpack-block-example"},"innerBlocks":[{"name":"jetpack/button","attributes":{"element":"a","text":"Schedule time with me","uniqueId":"calendly-widget-id","url":"https://calendly.com/wpcom/jetpack-block-example"}}]}}')},75173:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/contact-info","title":"Contact Info","description":"Add an email address, phone number, and physical address with improved markup for better SEO results.","keywords":["email","phone","address"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":["wide","full"],"html":false,"color":{"link":true,"gradients":true},"spacing":{"padding":true,"margin":true},"typography":{"fontSize":true,"lineHeight":true}},"example":{"attributes":{},"innerBlocks":[{"name":"jetpack/email","attributes":{"email":"hello@yourjetpack.blog"}},{"name":"jetpack/phone","attributes":{"phone":"123-456-7890"}},{"name":"jetpack/address","attributes":{"address":"987 Photon Drive","city":"Speedyville","region":"CA","postal":"12345","country":"USA"}}]}}')},74095:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/cookie-consent","title":"Cookie Consent","description":"Display a customizable cookie consent banner. To display this block on all pages of your site, please add it inside a Template Part that is present on all your templates, like a Header or a Footer.","keywords":["cookie","consent","privacy","GDPR","EU"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":["left","right","wide","full"],"alignWide":true,"anchor":false,"color":{"gradients":true,"link":true},"spacing":{"padding":true},"customClassName":true,"className":true,"html":false,"lock":false,"multiple":false,"reusable":false},"attributes":{"text":{"type":"string","source":"html","selector":"p"},"style":{"type":"object","default":{"color":{"text":"var(--wp--preset--color--contrast)","background":"var(--wp--preset--color--tertiary)","link":"var(--wp--preset--color--contrast)"},"spacing":{"padding":{"top":"1em","right":"1em","bottom":"1em","left":"1em"}}}},"align":{"type":"string","default":"wide"},"consentExpiryDays":{"type":"integer","default":365},"showOverlay":{"type":"boolean","default":false}}}')},87325:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/donations","title":"Donations Form","description":"Collect one-time, monthly, or annually recurring donations.","keywords":["charity","contribution","credit card","debit card","donate","earn","monetize","ecommerce","fundraising","fundraiser","gofundme","money","nonprofit","non-profit","paid","patreon","pay","payments","recurring","stripe","sponsor","square","tipping","venmo"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"html":false},"attributes":{"currency":{"type":"string","default":""},"oneTimeDonation":{"type":"object","default":{"show":true,"planId":null,"amounts":[5,15,100]}},"monthlyDonation":{"type":"object","default":{"show":true,"planId":null,"amounts":[5,15,100]}},"annualDonation":{"type":"object","default":{"show":true,"planId":null,"amounts":[5,15,100]}},"showCustomAmount":{"type":"boolean","default":true},"chooseAmountText":{"type":"string"},"customAmountText":{"type":"string"},"fallbackLinkUrl":{"type":"string"}},"example":{}}')},82306:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/eventbrite","title":"Eventbrite Checkout","description":"Embed Eventbrite event details and ticket checkout.","keywords":["events","tickets"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"align":true},"attributes":{"url":{"type":"string"},"eventId":{"type":"number"},"style":{"type":"string","default":"inline"}},"example":{"attributes":{"url":"https://www.eventbrite.com/e/test-event-tickets-123456789","eventId":123456789,"style":"modal"},"innerBlocks":[{"name":"jetpack/button","attributes":{"element":"a","text":"Register","uniqueId":"eventbrite-widget-id"}}]}}')},5564:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/gif","title":"GIF","description":"Search for and insert an animated image.","keywords":["animated","giphy","image"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"align":true},"attributes":{"align":{"type":"string","default":"center"},"caption":{"type":"string"},"giphyUrl":{"type":"string"},"searchText":{"type":"string"},"paddingTop":{"type":"string","default":"56.2%"}},"example":{"attributes":{"align":"center","giphyUrl":"https://giphy.com/embed/fxKWgoOG9hzPPkE1oc","paddingTop":"100%","searchText":"WordPress"}}}')},24360:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/goodreads","title":"Goodreads","description":"Features books from the shelves of your Goodreads account.","keywords":["book","read","author"],"version":"1.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"align":true},"attributes":{"bookNumber":{"type":"string","default":"5"},"class":{"type":"string"},"customTitle":{"type":"string"},"goodreadsId":{"type":"number"},"id":{"type":"string"},"link":{"type":"string"},"orderOption":{"type":"string","default":"d"},"shelfOption":{"type":"string","default":"read"},"showAuthor":{"type":"boolean","default":true},"showCover":{"type":"boolean","default":true},"showRating":{"type":"boolean","default":true},"showReview":{"type":"boolean","default":false},"showTags":{"type":"boolean","default":false},"showTitle":{"type":"boolean","default":true},"sortOption":{"type":"string","default":"date_added"},"style":{"type":"string","default":"default"},"userInput":{"type":"string"},"widgetId":{"type":"number"}},"example":{"attributes":{"goodreadsId":1176283}}}')},76862:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/google-calendar","title":"Google Calendar","description":"Embed a Google Calendar.","keywords":["events","dates","schedule","appointments"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"align":true,"alignWide":true,"html":false},"attributes":{"url":{"type":"string"},"height":{"type":"integer","default":600}},"example":{"attributes":{"url":"https://calendar.google.com/calendar/embed?src=jb4bu80jirp0u11a6niie21pp4%40group.calendar.google.com&ctz=America/New_York"}}}')},94575:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/google-docs-embed","title":"Google Docs (Beta)","description":"Embed a Google Document.","keywords":["document","gsuite","doc"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"align":["left","right","center","wide","full"],"anchor":true},"attributes":{"url":{"type":"string","default":""},"aspectRatio":{"type":"string"},"variation":{"type":"string"}}}')},88285:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/image-compare","title":"Image Compare","description":"Compare two images with a slider. Works best with images of the same size.","keywords":["juxtapose","photos","pictures","side by side","slider"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"align":["wide","full"]},"attributes":{"imageBefore":{"type":"object","default":{}},"imageAfter":{"type":"object","default":{}},"caption":{"type":"string"},"orientation":{"type":"string","default":"horizontal"}}}')},89525:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/instagram-gallery","title":"Latest Instagram Posts","description":"Display an automatically updating list of the latest posts from your Instagram feed.","keywords":["images","photos","pictures"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"align":true,"html":false},"attributes":{"accessToken":{"type":"string"},"instagramUser":{"type":"string"},"columns":{"type":"number","default":3,"min":1,"max":6},"count":{"type":"number","default":9,"min":1,"max":30},"spacing":{"type":"number","default":10,"min":0,"max":50},"isStackedOnMobile":{"type":"boolean","default":true}}}')},71969:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/like","title":"Like","description":"Give your readers the ability to show appreciation for your posts.","keywords":["like","likes","thumbs up","button","heart"],"version":"1.0.0","textdomain":"jetpack","category":"grow","icon":"","usesContext":["postId"],"attributes":{"showReblogButton":{"type":"boolean","default":false}}}')},37120:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/mailchimp","title":"Mailchimp","description":"Allow readers to join a Mailchimp audience.","keywords":["email","subscription","newsletter"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":["wide","full"],"color":{"gradients":true},"spacing":{"padding":true,"margin":true}},"attributes":{"emailPlaceholder":{"type":"string"},"consentText":{"type":"string"},"interests":{"type":"array","default":[]},"processingLabel":{"type":"string"},"signupFieldTag":{"type":"string"},"signupFieldValue":{"type":"string"},"successLabel":{"type":"string"},"errorLabel":{"type":"string"},"preview":{"type":"boolean","default":false}},"example":{"attributes":{"preview":true},"innerBlocks":[{"name":"jetpack/button","attributes":{"element":"button","text":"Join my Mailchimp audience","uniqueId":"mailchimp-widget-id"}}]}}')},55740:e=>{"use strict";e.exports=JSON.parse('[{"id":"mapbox-gl-js","file":"node_modules/mapbox-gl/dist/mapbox-gl.js","version":"1.13.0"},{"id":"mapbox-gl-css","file":"node_modules/mapbox-gl/dist/mapbox-gl.css","version":"1.13.0"}]')},6852:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/map","title":"Map","description":"Add an interactive map showing one or more locations.","keywords":["maps","location","navigation"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"defaultStylePicker":false,"html":false},"attributes":{"align":{"type":"string"},"points":{"type":"array","default":[]},"address":{"type":"string","default":""},"mapDetails":{"type":"boolean","default":true},"zoom":{"type":"integer","default":13},"mapCenter":{"type":"object","default":{"longitude":-122.41941550000001,"latitude":37.7749295}},"markerColor":{"type":"string","default":"red"},"preview":{"type":"boolean","default":false},"scrollToZoom":{"type":"boolean","default":false},"mapHeight":{"type":"integer"},"showFullscreenButton":{"type":"boolean","default":true}},"example":{"attributes":{"preview":true}}}')},73431:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/markdown","title":"Markdown","description":"Add headings, lists, or links to plain text with ease.","keywords":["formatting","syntax","markup"],"version":"12.5.0","textdomain":"jetpack","category":"text","icon":"","supports":{"align":["wide","full"],"html":false,"spacing":{"padding":true,"margin":true,"__experimentalDefaultControls":{"padding":true,"margin":true}}},"attributes":{"source":{"type":"string"}},"example":{"attributes":{"source":"## ## Try Markdown\\n\\nMarkdown is a text formatting syntax that is converted into HTML. You can _emphasize_ text or **make it strong** with just a few characters."}}}')},17195:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/nextdoor","title":"Nextdoor","description":"Embed a Nextdoor post for your neighbors on your blog.","keywords":["neighbor"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":true,"alignWide":true,"html":false},"attributes":{"url":{"type":"string"}}}')},79018:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/opentable","title":"OpenTable","description":"Book a reservation with OpenTable.","keywords":["booking","reservation","restaurant"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"align":true,"html":false},"attributes":{"rid":{"default":[],"type":"array"},"style":{"default":"standard","type":"string","enum":["button","standard","wide","tall"]},"iframe":{"default":true,"type":"boolean"},"domain":{"default":"com","type":"string"},"lang":{"default":"en-US","type":"string","enum":["en-US","fr-CA","de-DE","es-MX","ja-JP","nl-NL","it-IT"]},"newtab":{"default":false,"type":"boolean"},"negativeMargin":{"default":false,"type":"boolean"}},"example":{"attributes":{"rid":["1"],"style":"standard","iframe":true,"domain":"com","lang":"en-US","newtab":false,"negativeMargin":false}}}')},97472:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/payment-buttons","title":"Payment Buttons","description":"Sell products and subscriptions.","keywords":["buy","contribution","commerce","credit card","debit card","donate","Donations","earn","monetize","ecommerce","gofundme","memberships","money","paid","patreon","pay","payments","products","purchase","recurring","sell","shop","stripe","subscribe","subscriptions","sponsor","square","toast","venmo"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"__experimentalExposeControlsToChildren":true,"align":["wide","full"],"spacing":{"blockGap":true,"margin":["vertical"],"__experimentalDefaultControls":{"blockGap":true}},"layout":{"allowSwitching":false,"allowInheriting":false,"default":{"type":"flex"}},"typography":{"fontSize":true,"__experimentalFontFamily":true,"__experimentalTextTransform":true,"__experimentalDefaultControls":{"fontSize":true}}},"attributes":{}}')},80830:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/payments-intro","title":"Payments","description":"Sell products and services or receive donations on your website.","keywords":["earn","monetize","paid","pay","money","checkout"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"alignWide":false,"className":true,"customClassName":false,"html":false,"reusable":false}}')},64524:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/paywall","title":"Paywall","description":"Limit access to the content below this block to chosen subscribers.","keywords":["earn","monetize","more","email","follow","gated","memberships","newsletter","signin","subscribe","subscription","subscriptions"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"customClassName":false,"html":false,"multiple":false},"parent":["core/post-content"]}')},73800:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/pinterest","title":"Pinterest","description":"Embed a Pinterest pin, board, or user.","keywords":["social","pinboard","pins"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"align":false,"inserter":false},"attributes":{"url":{"type":"string"}},"example":{"attributes":{"url":"https://pinterest.com/anapinskywalker/"}}}')},1624:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/podcast-player","title":"Podcast Player","description":"Select and play episodes from a single podcast.","keywords":["audio","embed"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"align":["wide","full"],"spacing":{"padding":true,"margin":true},"anchor":false,"customClassName":true,"className":true,"html":false,"multiple":true,"reusable":true},"attributes":{"url":{"type":"string"},"selectedEpisodes":{"type":"array","default":[]},"itemsToShow":{"type":"integer","default":5},"showCoverArt":{"type":"boolean","default":true},"showEpisodeTitle":{"type":"boolean","default":true},"showEpisodeDescription":{"type":"boolean","default":true},"primaryColor":{"type":"string"},"customPrimaryColor":{"type":"string"},"hexPrimaryColor":{"type":"string"},"secondaryColor":{"type":"string"},"customSecondaryColor":{"type":"string"},"hexSecondaryColor":{"type":"string"},"backgroundColor":{"type":"string"},"customBackgroundColor":{"type":"string"},"hexBackgroundColor":{"type":"string"},"exampleFeedData":{"type":"object"}},"example":{"attributes":{"customPrimaryColor":"GREEN","hexPrimaryColor":"GREEN","exampleFeedData":{"title":"Jetpack Example Podcast","link":"https://jetpack.com","cover":"https://jetpackme.files.wordpress.com/2020/05/jetpack-example-podcast-cover.png?w=160","tracks":[{"id":"3","title":"3. Our third episode","duration":"14:58"},{"id":"2","title":"2. Interview with a special guest","duration":"19:17"},{"id":"1","title":"1. Welcome to Example Podcast","duration":"11:25"}]}}}}')},58087:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"premium-content/container","title":"Paid Content","description":"Restrict access to your content for paying subscribers.","keywords":["buy","credit card","debit card","monetize","earn","exclusive","gated","gofundme","memberships","money","newsletter","paid","patreon","pay","payments","paywall","premium content","purchase","recurring","repeat","signin","stripe","subscribe","subscriptions","support","sponsor","square","toast","venmo","stripe","substack"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"html":false},"providesContext":{"premium-content/planIds":"selectedPlanIds","premium-content/isPreview":"isPreview","isPremiumContentChild":"isPremiumContentChild"},"attributes":{"selectedPlanIds":{"type":"array","default":[]},"isPreview":{"type":"boolean","default":false},"isPremiumContentChild":{"type":"boolean","default":true}},"example":{"attributes":{"isPreview":true}}}')},8206:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/rating-star","title":"Star Rating","description":"Rate movies, books, songs, recipes — anything you can put a number on.","keywords":["star","rating","review"],"version":"12.5.0","textdomain":"jetpack","category":"widgets","icon":"","supports":{"html":false},"styles":[{"name":"filled","label":"Filled","isDefault":true},{"name":"outlined","label":"Outlined"}],"attributes":{"rating":{"type":"number","default":1},"maxRating":{"type":"number","default":5},"color":{"type":"string"},"ratingStyle":{"type":"string","default":"star"},"className":{"type":"string"},"align":{"type":"string","default":"left"}},"example":{}}')},85660:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/recipe","title":"Recipe (Beta)","description":"Add images, ingredients and cooking steps to display an easy to read recipe.","keywords":[],"version":"12.5.0","textdomain":"jetpack","category":"widgets","icon":"","supports":{"align":["full","wide"],"alignWide":true,"anchor":false,"customClassName":true,"className":true,"html":false,"multiple":true,"reusable":true},"attributes":{"ingredients":{"type":"array","default":[]},"steps":{"type":"array","default":[]}}}')},77675:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/recurring-payments","title":"Payment Button","description":"Button allowing you to sell products and subscriptions.","keywords":["buy","contribution","commerce","credit card","debit card","donate","Donations","monetize","earn","ecommerce","gofundme","memberships","money","paid","patreon","pay","payments","products","purchase","recurring","sell","shop","stripe","subscribe","subscriptions","sponsor","square","toast","venmo"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"html":false,"__experimentalExposeControlsToChildren":true},"usesContext":["isPremiumContentChild"],"providesContext":{"jetpack/parentBlockWidth":"width"},"attributes":{"planId":{"type":"integer"},"planIds":{"type":"array"},"align":{"type":"string"},"url":{"type":"string","default":"#"},"uniqueId":{"type":"string","default":"id"},"width":{"type":"string"}},"parent":["jetpack/payment-buttons"]}')},88795:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/related-posts","title":"Related Posts","description":"Display a list of related posts.","keywords":["similar content","linked","connected"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"multiple":false,"reusable":false,"color":{"gradients":true,"link":true},"spacing":{"margin":true,"padding":true},"typography":{"__experimentalFontFamily":true,"fontSize":true,"lineHeight":true},"align":["wide","full"]},"attributes":{"postLayout":{"type":"string","default":"grid"},"displayAuthor":{"type":"boolean","default":false},"displayDate":{"type":"boolean","default":true},"displayThumbnails":{"type":"boolean","default":false},"displayContext":{"type":"boolean","default":false},"postsToShow":{"type":"number","default":3}},"example":{"attributes":{"postLayout":"grid","displayAuthor":false,"displayDate":true,"displayThumbnails":true,"displayContext":false,"postsToShow":2}}}')},20242:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/repeat-visitor","title":"Repeat Visitor","description":"Control block visibility based on how often a visitor has viewed the page.","keywords":["return","visitors","visibility"],"version":"12.5.0","textdomain":"jetpack","category":"widgets","icon":"","supports":{"align":["wide","full"],"html":false},"attributes":{"criteria":{"type":"string","default":"after-visits"},"threshold":{"type":"number","default":3}},"example":{"attributes":{"criteria":"after-visits","threshold":3},"innerBlocks":[{"name":"core/paragraph","attributes":"This block will only appear to a visitor who visited the page three or more times."}]}}')},58180:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/send-a-message","title":"Send A Message","description":"Let your visitors send you messages with the tap of a button.","keywords":["whatsapp","messenger","contact","support"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"html":false},"attributes":{},"example":{}}')},50233:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/sharing-button","title":"Sharing Button","description":"Display a sharing button, allowing users to share your post.","keywords":[],"version":"12.5.0","textdomain":"jetpack","category":"embed","parent":["jetpack/sharing-buttons"],"attributes":{"service":{"type":"string"},"label":{"type":"string"}},"usesContext":["styleType","postId","iconColorValue","iconBackgroundColorValue"],"supports":{"reusable":false,"html":false},"viewScript":"file:./view.js"}')},32870:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/sharing-buttons","title":"Sharing Buttons","description":"Give your readers the ability to easily share your content with X, Facebook, Tumblr, LinkedIn, and a host of other services to help spread your message across the web.","keywords":["sharing","social","bluesky","twitter","x","linkedin","facebook","mastodon","tumblr","threads","whatsapp","telegram","pinterest","pocket","reddit","nextdoor","print","email"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","attributes":{"styleType":{"type":"string","default":"icon-text","validValues":["icon-text","icon","text","official"]},"size":{"type":"string","default":"has-normal-icon-size","validValues":["has-small-icon-size","has-normal-icon-size","has-large-icon-size","has-huge-icon-size"]},"iconColor":{"type":"string"},"customIconColor":{"type":"string"},"iconColorValue":{"type":"string"},"iconBackgroundColor":{"type":"string"},"customIconBackgroundColor":{"type":"string"},"iconBackgroundColorValue":{"type":"string"}},"providesContext":{"styleType":"styleType","iconColor":"iconColor","iconColorValue":"iconColorValue","iconBackgroundColor":"iconBackgroundColor","iconBackgroundColorValue":"iconBackgroundColorValue"},"supports":{"align":["left","center","right"],"anchor":true,"__experimentalExposeControlsToChildren":true,"layout":{"allowSwitching":false,"allowInheriting":false,"allowVerticalAlignment":false,"default":{"type":"flex"}},"color":{"enableContrastChecker":true,"background":true,"gradients":true,"customGradient":true,"text":false,"__experimentalDefaultControls":{"background":false}},"spacing":{"blockGap":["horizontal","vertical"],"margin":true,"padding":true,"units":["px","em","rem","vh","vw"],"__experimentalDefaultControls":{"blockGap":true,"margin":true,"padding":false}}},"example":{"innerBlocks":[{"name":"jetpack/sharing-button","attributes":{"service":"facebook"}},{"name":"jetpack/sharing-button","attributes":{"service":"x"}},{"name":"jetpack/sharing-button","attributes":{"service":"mastodon"}}]},"viewScript":"file:./view.js","style":"file:./view.css"}')},16668:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/simple-payments","title":"Pay with PayPal","description":"Add credit and debit card payment buttons with minimal setup. Good for collecting donations or payments for products and services.","keywords":["buy","commerce","credit card","debit card","monetize","earn","ecommerce","money","paid","payments","products","purchase","sell","shop","square","payments"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"className":false,"customClassName":false,"html":false,"reusable":false},"attributes":{"currency":{"type":"string","default":"USD"},"content":{"type":"string","source":"html","selector":".jetpack-simple-payments-description p","default":""},"email":{"type":"string","default":""},"featuredMediaId":{"type":"number","default":0},"featuredMediaUrl":{"type":"string","source":"attribute","selector":".jetpack-simple-payments-image img","attribute":"src","default":null},"featuredMediaTitle":{"type":"string","source":"attribute","selector":".jetpack-simple-payments-image img","attribute":"alt","default":null},"multiple":{"type":"boolean","default":false},"postLinkUrl":{"type":"string","source":"attribute","selector":".jetpack-simple-payments-purchase","attribute":"href"},"postLinkText":{"type":"string","source":"html","selector":".jetpack-simple-payments-purchase","default":"Click here to purchase."},"price":{"type":"number"},"productId":{"type":"number"},"title":{"type":"string","source":"html","selector":".jetpack-simple-payments-title p","default":""}},"example":{"attributes":{"price":25,"title":"Jetpack t-shirt","content":"Take flight in ultimate comfort with this stylish t-shirt featuring the Jetpack logo.","email":"jetpack@jetpack.com","featuredMediaUrl":"./simple-payments_example-1.jpg"}}}')},87762:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/slideshow","title":"Slideshow","description":"Display multiple images in sequential order.","keywords":["story","image","video","gallery"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"html":false,"align":["center","wide","full"]},"attributes":{"align":{"default":"center","type":"string"},"autoplay":{"type":"boolean","default":false},"delay":{"type":"number","default":3},"ids":{"default":[],"type":"array"},"images":{"type":"array","default":[],"source":"query","selector":".swiper-slide","query":{"alt":{"source":"attribute","selector":"img","attribute":"alt","default":""},"caption":{"type":"string","source":"html","selector":"figcaption"},"id":{"source":"attribute","selector":"img","attribute":"data-id"},"url":{"source":"attribute","selector":"img","attribute":"src"}}},"effect":{"type":"string","default":"slide"},"sizeSlug":{"type":"string"}},"example":{"align":"center","autoplay":true,"ids":[22,23,24],"images":[{"alt":"","caption":"","id":22,"url":"./slideshowExample1.png"},{"alt":"","caption":"","id":23,"url":"./slideshowExample2.png"},{"alt":"","caption":"","id":24,"url":"./slideshowExample3.png"}],"effect":"slide"}}')},68331:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/story","title":"Story","description":"Add an interactive story.","keywords":["story","image","video","gallery"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"html":false},"attributes":{"settings":{"type":"object"},"mediaFiles":{"type":"array","default":[]}},"example":{"attributes":{"mediaFiles":[{"alt":"","caption":"","mime":"image/jpg","type":"image","id":22,"url":"./storyExample1.png"}]}}}')},11380:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/subscriber-login","title":"Subscriber Login","description":"Show links for subscribers to login, logout, or manage their subscription.","keywords":["login","logout","subscription","member","account","user"],"version":"0.0.1","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":true,"anchor":false,"customClassName":true,"className":true,"html":false,"multiple":true,"reusable":true,"spacing":{"margin":true,"padding":true},"typography":{"fontSize":true,"lineHeight":true},"color":{"text":false,"link":true,"gradients":true}},"attributes":{"redirectToCurrent":{"type":"boolean","default":true},"logInLabel":{"type":"string"},"logOutLabel":{"type":"string"},"showManageSubscriptionsLink":{"type":"boolean","default":true},"manageSubscriptionsLabel":{"type":"string"}}}')},99876:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/subscriptions","title":"Subscribe","description":"Subscribe to this blog\'s posts as a newsletter.","keywords":["newsletter","email","follow"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"spacing":{"margin":true,"padding":true},"align":["wide","full"]},"styles":[{"name":"split","label":"Split","isDefault":true},{"name":"compact","label":"Compact"},{"name":"button","label":"Button only"}],"attributes":{"subscribePlaceholder":{"type":"string"},"showSubscribersTotal":{"type":"boolean","default":false},"includeSocialFollowers":{"type":"boolean"},"buttonOnNewLine":{"type":"boolean","default":false},"buttonWidth":{"type":"string"},"submitButtonText":{"type":"string"},"emailFieldBackgroundColor":{"type":"string"},"customEmailFieldBackgroundColor":{"type":"string"},"emailFieldGradient":{"type":"string"},"customEmailFieldGradient":{"type":"string"},"buttonBackgroundColor":{"type":"string"},"customButtonBackgroundColor":{"type":"string"},"buttonGradient":{"type":"string"},"customButtonGradient":{"type":"string"},"textColor":{"type":"string"},"customTextColor":{"type":"string"},"fontSize":{"type":"string"},"customFontSize":{"type":"string"},"borderRadius":{"type":"number"},"borderWeight":{"type":"number"},"borderColor":{"type":"string"},"customBorderColor":{"type":"string"},"padding":{"type":"number"},"spacing":{"type":"number"},"successMessage":{"type":"string","default":"Success! An email was just sent to confirm your subscription. Please find the email now and click \'Confirm\' to start subscribing."},"appSource":{"type":"string"},"className":{"type":"string"}},"example":{}}')},76585:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/tiled-gallery","title":"Tiled Gallery","description":"Display multiple images in an elegantly organized tiled layout.","keywords":["columns","images","photos","pictures","square","circle","mosaic"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"align":["center","wide","full"],"color":{"gradients":true,"text":false},"customClassName":false,"html":false,"spacing":{"margin":true,"padding":true},"__experimentalHideChildBlockControls":true},"providesContext":{"imageCrop":"imageCrop"},"styles":[{"name":"rectangular","label":"Tiled mosaic","isDefault":true},{"name":"circle","label":"Circles"},{"name":"square","label":"Square tiles"},{"name":"columns","label":"Tiled columns"}],"attributes":{"align":{"type":"string","default":"center"},"className":{"type":"string","default":"is-style-rectangular"},"columns":{"type":"number"},"columnWidths":{"type":"array","default":[]},"ids":{"type":"array","default":[]},"imageFilter":{"type":"string"},"images":{"type":"array","default":[],"source":"query","selector":".tiled-gallery__item","query":{"alt":{"attribute":"alt","default":"","selector":"img","source":"attribute"},"height":{"attribute":"data-height","type":"number","selector":"img","source":"attribute"},"id":{"attribute":"data-id","selector":"img","source":"attribute"},"link":{"attribute":"data-link","selector":"img","source":"attribute"},"url":{"attribute":"data-url","selector":"img","source":"attribute"},"width":{"attribute":"data-width","selector":"img","source":"attribute","type":"number"}}},"imageCrop":{"type":"boolean","default":true},"linkTo":{"default":"none","type":"string"},"roundedCorners":{"type":"integer","default":0}}}')},86525:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/tock","title":"Tock","description":"Reserve a table at your restaurant with Tock.","keywords":["booking","reservation","restaurant"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"align":true,"html":false,"multiple":false},"attributes":{"url":{"type":"string"}},"example":{"attributes":{"url":"roister"},"viewportWidth":250}}')},35075:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/top-posts","title":"Top Posts & Pages","description":"Display your most popular content.","keywords":["ranking","views","trending","popular"],"version":"1.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"align":["wide","full"],"html":false,"multiple":true,"reusable":true,"color":{"gradients":true,"link":true},"spacing":{"margin":true,"padding":true},"typography":{"__experimentalFontFamily":true,"fontSize":true,"lineHeight":true}},"attributes":{"layout":{"type":"string","default":"grid"},"displayAuthor":{"type":"boolean","default":true},"displayDate":{"type":"boolean","default":true},"displayThumbnail":{"type":"boolean","default":true},"displayContext":{"type":"boolean","default":false},"period":{"type":"string","default":"7"},"postsToShow":{"type":"number","default":3},"postTypes":{"type":"object","default":{"post":true,"page":true}}}}')},15210:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/voice-to-content","title":"Voice to content","description":"Transform your spoken words into a post ready to publish with AI.","keywords":["AI","GPT","AL","Magic","help","assistant"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"html":false,"multiple":true,"reusable":false},"attributes":{"content":{"type":"string"}}}')},16344:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/wordads","title":"Ad","description":"Earn income by adding high quality ads to your post.","keywords":["ads","WordAds","advertisement"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"align":["left","center","right"],"alignWide":false,"className":false,"customClassName":false,"html":false,"reusable":false},"attributes":{"align":{"type":"string","default":"center"},"format":{"type":"string","default":"mrec"},"hideMobile":{"type":"boolean","default":false}},"example":{}}')},73391:e=>{"use strict";e.exports=JSON.parse('{"production":["ai-assistant","ai-chat","ai-assistant-plugin","blogging-prompt","business-hours","button","calendly","cookie-consent","contact-form","contact-form/salesforce-lead-form","contact-info","donations","eventbrite","gif","google-calendar","image-compare","instagram-gallery","like","likes","mailchimp","map","markdown","opentable","payments","pinterest","podcast-player","premium-content","publicize","rating-star","recurring-payments","related-posts","repeat-visitor","send-a-message","whatsapp-button","seo","sharing","shortlinks","simple-payments","slideshow","social-previews","story","subscriber-login","subscriptions","tiled-gallery","tock","videopress","wordads","payments-intro","post-publish-qr-post-panel","payment-buttons","videopress/video","ai-assistant-support","ai-assistant-form-support","paywall","blogroll","blogroll-item","nextdoor","ai-assistant-usage-panel","sharing-button","sharing-buttons","ai-content-lens","blog-stats","top-posts","goodreads","voice-to-content","ai-featured-image-generator","ai-title-optimization","ai-assistant-experimental-image-generation-support","ai-general-purpose-image-generator","ai-proofread-breve","ai-assistant-site-logo-support"],"beta":["google-docs-embed","launchpad-save-modal","recipe","v6-video-frame-poster","videopress/video-chapters","ai-assistant-backend-prompts","ai-title-optimization-keywords-support"],"experimental":["ai-image","ai-paragraph"],"no-post-editor":["ai-assistant","business-hours","button","calendly","contact-form","contact-info","donations","eventbrite","gif","google-calendar","instagram-gallery","mailchimp","map","markdown","opentable","pinterest","rating-star","related-posts","repeat-visitor","simple-payments","slideshow","tiled-gallery","tock","videopress","voice-to-content","wordads"]}')},8912:e=>{"use strict";e.exports=JSON.parse('{"K":"iVBORw0KGgoAAAANSUhEUgAABwAAAAQACAYAAADm/02CAAAAAXNSR0IArs4c6QAAIABJREFUeF7s2UERAAAIAkHpX9oeN2sDVn7sHAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECGYFlkghCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMAZAJWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIB7b027AAAgAElEQVQAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQG7bqScAACAASURBVIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQ+PbsmAYAAABhmH/X87FUAoWPkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIGdj10AAAIABJREFUECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBwXgv4AAAFzklEQVRAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgxEwQBvhGJcwAAAABJRU5ErkJggg=="}')}},i={};function l(e){var t=i[e];if(void 0!==t)return t.exports;var n=i[e]={exports:{}};return o[e].call(n.exports,n,n.exports,l),n.exports}l.m=o,l.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return l.d(t,{a:t}),t},t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,l.t=function(n,a){if(1&a&&(n=this(n)),8&a)return n;if("object"==typeof n&&n){if(4&a&&n.__esModule)return n;if(16&a&&"function"==typeof n.then)return n}var r=Object.create(null);l.r(r);var s={};e=e||[null,t({}),t([]),t(t)];for(var o=2&a&&n;"object"==typeof o&&!~e.indexOf(o);o=t(o))Object.getOwnPropertyNames(o).forEach((e=>s[e]=()=>n[e]));return s.default=()=>n,l.d(r,s),r},l.d=(e,t)=>{for(var n in t)l.o(t,n)&&!l.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},l.f={},l.e=e=>Promise.all(Object.keys(l.f).reduce(((t,n)=>(l.f[n](e,t),t)),[])),l.u=e=>(979===e?"swiper":e)+".js?minify=false&ver="+{92:"14ef15236750d3a72c67",979:"c603174e80bc2acf9e4f"}[e],l.miniCssF=e=>"swiper.css?minify=false&ver=ec8bb6b572560ea05dfb",(()=>{if(!l.miniCssF)throw new Error("MiniCSSWithRTLPlugin was loaded before MiniCSSExtractPlugin");var e;l.miniCssF=(e=l.miniCssF,t=>{var n="rtl"===document.dir,a=e(t);return n?a.replace(/\.css(?:$|\?)/,".rtl$&"):a})})(),l.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),l.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n={},a="Jetpack:",l.l=(e,t,r,s)=>{if(n[e])n[e].push(t);else{var o,i;if(void 0!==r)for(var c=document.getElementsByTagName("script"),u=0;u{o.onerror=o.onload=null,clearTimeout(m);var r=n[e];if(delete n[e],o.parentNode&&o.parentNode.removeChild(o),r&&r.forEach((e=>e(a))),t)return t(a)},m=setTimeout(p.bind(null,void 0,{type:"timeout",target:o}),12e4);o.onerror=p.bind(null,o.onerror),o.onload=p.bind(null,o.onload),i&&document.head.appendChild(o)}},l.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{var e;l.g.importScripts&&(e=l.g.location+"");var t=l.g.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var n=t.getElementsByTagName("script");if(n.length)for(var a=n.length-1;a>-1&&(!e||!/^http(s?):/.test(e));)e=n[a--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),l.p=e})(),r=e=>new Promise(((t,n)=>{var a=l.miniCssF(e),r=l.p+a;if(((e,t)=>{for(var n=document.getElementsByTagName("link"),a=0;a{var r=document.createElement("link");r.rel="stylesheet",r.type="text/css",r.onerror=r.onload=s=>{if(r.onerror=r.onload=null,"load"===s.type)n();else{var o=s&&("load"===s.type?"missing":s.type),i=s&&s.target&&s.target.href||t,l=new Error("Loading CSS chunk "+e+" failed.\n("+i+")");l.code="CSS_CHUNK_LOAD_FAILED",l.type=o,l.request=i,r.parentNode.removeChild(r),a(l)}},r.href=t,document.head.appendChild(r)})(e,r,t,n)})),s={975:0,8:0,195:0,755:0},l.f.miniCss=(e,t)=>{s[e]?t.push(s[e]):0!==s[e]&&{979:1}[e]&&t.push(s[e]=r(e).then((()=>{s[e]=0}),(t=>{throw delete s[e],t})))},(()=>{var e={975:0,8:0,195:0,755:0};l.f.j=(t,n)=>{var a=l.o(e,t)?e[t]:void 0;if(0!==a)if(a)n.push(a[2]);else if(979!=t){var r=new Promise(((n,r)=>a=e[t]=[n,r]));n.push(a[2]=r);var s=l.p+l.u(t),o=new Error;l.l(s,(n=>{if(l.o(e,t)&&(0!==(a=e[t])&&(e[t]=void 0),a)){var r=n&&("load"===n.type?"missing":n.type),s=n&&n.target&&n.target.src;o.message="Loading chunk "+t+" failed.\n("+r+": "+s+")",o.name="ChunkLoadError",o.type=r,o.request=s,a[1](o)}}),"chunk-"+t,t)}else e[t]=0};var t=(t,n)=>{var a,r,s=n[0],o=n[1],i=n[2],c=0;if(s.some((t=>0!==e[t]))){for(a in o)l.o(o,a)&&(l.m[a]=o[a]);if(i)i(l)}for(t&&t(n);c{"use strict";n.d(t,{g:()=>s});var a=n(10790),r=n(56427);const s=({tweet:e})=>e?(0,a.jsxs)("div",{className:"twitter-preview__quote-tweet",children:[(0,a.jsx)(r.SandBox,{html:``,scripts:["https://platform.twitter.com/widgets.js"],title:"Embedded tweet"}),(0,a.jsx)("div",{className:"twitter-preview__quote-tweet-overlay"})]}):null},940:(e,t,n)=>{"use strict";n.d(t,{B:()=>o});var a=n(10790),r=n(27723),s=n(43204);const __=r.__,o=({profileImage:e,showThreadConnector:t})=>(0,a.jsxs)("div",{className:"twitter-preview__sidebar",children:[(0,a.jsx)("div",{className:"twitter-preview__profile-image",children:e?(0,a.jsx)("img",{alt:__("Twitter profile image","jetpack"),src:e}):(0,a.jsx)(s.f,{})}),t&&(0,a.jsx)("div",{className:"twitter-preview__connector"})]})},16801:(e,t,n)=>{"use strict";n.d(t,{E:()=>s});var a=n(10790),r=n(31280);const s=({text:e,url:t,retainUrl:n})=>{if(!e)return null;const s=t&&!n&&e.endsWith(t)?e.substring(0,e.lastIndexOf(t)):e;return(0,a.jsx)("div",{className:"twitter-preview__text",children:(0,r.x5)(s,{platform:"twitter"})})}},10067:(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 a=0,r=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(a++,"%c"===e&&(r=a))})),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=process.env.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(78926)(t);const{formatters:a}=e.exports;a.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},78926:(e,t,n)=>{e.exports=function(e){function t(e){let n,r,s,o=null;function i(...e){if(!i.enabled)return;const a=i,r=Number(new Date),s=r-(n||r);a.diff=s,a.prev=n,a.curr=r,n=r,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let o=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((n,r)=>{if("%%"===n)return"%";o++;const s=t.formatters[r];if("function"==typeof s){const t=e[o];n=s.call(a,t),e.splice(o,1),o--}return n})),t.formatArgs.call(a,e);(a.log||t.log).apply(a,e)}return i.namespace=e,i.useColors=t.useColors(),i.color=t.selectColor(e),i.extend=a,i.destroy=t.destroy,Object.defineProperty(i,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==o?o:(r!==t.namespaces&&(r=t.namespaces,s=t.enabled(e)),s),set:e=>{o=e}}),"function"==typeof t.init&&t.init(i),i}function a(e,n){const a=t(this.namespace+(void 0===n?":":n)+e);return a.log=this.log,a}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 a=("string"==typeof e?e:"").split(/[\s,]+/),r=a.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";t.A=function(e){var t=e.size,n=void 0===t?24:t,a=e.onClick,i=(e.icon,e.className),l=function(e,t){if(null==e)return{};var n,a,r=function(e,t){if(null==e)return{};var n,a,r={},s=Object.keys(e);for(a=0;a{"use strict";t.A=function(e){var t=e.size,n=void 0===t?24:t,a=e.onClick,i=(e.icon,e.className),l=function(e,t){if(null==e)return{};var n,a,r=function(e,t){if(null==e)return{};var n,a,r={},s=Object.keys(e);for(a=0;a{"use strict";t.A=function(e){var t=e.size,n=void 0===t?24:t,a=e.onClick,i=(e.icon,e.className),l=function(e,t){if(null==e)return{};var n,a,r=function(e,t){if(null==e)return{};var n,a,r={},s=Object.keys(e);for(a=0;a{"use strict";n.d(t,{Cl:()=>a});var a=function(){return a=Object.assign||function(e){for(var t,n=1,a=arguments.length;n{"use strict";function a(e,t){return Array(t+1).join(e)}n.d(t,{A:()=>R});var r=["ADDRESS","ARTICLE","ASIDE","AUDIO","BLOCKQUOTE","BODY","CANVAS","CENTER","DD","DIR","DIV","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","FORM","FRAMESET","H1","H2","H3","H4","H5","H6","HEADER","HGROUP","HR","HTML","ISINDEX","LI","MAIN","MENU","NAV","NOFRAMES","NOSCRIPT","OL","OUTPUT","P","PRE","SECTION","TABLE","TBODY","TD","TFOOT","TH","THEAD","TR","UL"];function s(e){return c(e,r)}var o=["AREA","BASE","BR","COL","COMMAND","EMBED","HR","IMG","INPUT","KEYGEN","LINK","META","PARAM","SOURCE","TRACK","WBR"];function i(e){return c(e,o)}var l=["A","TABLE","THEAD","TBODY","TFOOT","TH","TD","IFRAME","SCRIPT","AUDIO","VIDEO"];function c(e,t){return t.indexOf(e.nodeName)>=0}function u(e,t){return e.getElementsByTagName&&t.some((function(t){return e.getElementsByTagName(t).length}))}var d={};function p(e){return e?e.replace(/(\n+\s*)+/g,"\n"):""}function m(e){for(var t in this.options=e,this._keep=[],this._remove=[],this.blankRule={replacement:e.blankReplacement},this.keepReplacement=e.keepReplacement,this.defaultRule={replacement:e.defaultReplacement},this.array=[],e.rules)this.array.push(e.rules[t])}function g(e,t,n){for(var a=0;a-1)return!0}else{if("function"!=typeof a)throw new TypeError("`filter` needs to be a string, array, or function");if(a.call(e,t,n))return!0}}function h(e){var t=e.nextSibling||e.parentNode;return e.parentNode.removeChild(e),t}function E(e,t,n){return e&&e.parentNode===t||n(t)?t.nextSibling||t.parentNode:t.firstChild||t.nextSibling||t.parentNode}d.paragraph={filter:"p",replacement:function(e){return"\n\n"+e+"\n\n"}},d.lineBreak={filter:"br",replacement:function(e,t,n){return n.br+"\n"}},d.heading={filter:["h1","h2","h3","h4","h5","h6"],replacement:function(e,t,n){var r=Number(t.nodeName.charAt(1));return"setext"===n.headingStyle&&r<3?"\n\n"+e+"\n"+a(1===r?"=":"-",e.length)+"\n\n":"\n\n"+a("#",r)+" "+e+"\n\n"}},d.blockquote={filter:"blockquote",replacement:function(e){return"\n\n"+(e=(e=e.replace(/^\n+|\n+$/g,"")).replace(/^/gm,"> "))+"\n\n"}},d.list={filter:["ul","ol"],replacement:function(e,t){var n=t.parentNode;return"LI"===n.nodeName&&n.lastElementChild===t?"\n"+e:"\n\n"+e+"\n\n"}},d.listItem={filter:"li",replacement:function(e,t,n){e=e.replace(/^\n+/,"").replace(/\n+$/,"\n").replace(/\n/gm,"\n ");var a=n.bulletListMarker+" ",r=t.parentNode;if("OL"===r.nodeName){var s=r.getAttribute("start"),o=Array.prototype.indexOf.call(r.children,t);a=(s?Number(s)+o:o+1)+". "}return a+e+(t.nextSibling&&!/\n$/.test(e)?"\n":"")}},d.indentedCodeBlock={filter:function(e,t){return"indented"===t.codeBlockStyle&&"PRE"===e.nodeName&&e.firstChild&&"CODE"===e.firstChild.nodeName},replacement:function(e,t,n){return"\n\n "+t.firstChild.textContent.replace(/\n/g,"\n ")+"\n\n"}},d.fencedCodeBlock={filter:function(e,t){return"fenced"===t.codeBlockStyle&&"PRE"===e.nodeName&&e.firstChild&&"CODE"===e.firstChild.nodeName},replacement:function(e,t,n){for(var r,s=((t.firstChild.getAttribute("class")||"").match(/language-(\S+)/)||[null,""])[1],o=t.firstChild.textContent,i=n.fence.charAt(0),l=3,c=new RegExp("^"+i+"{3,}","gm");r=c.exec(o);)r[0].length>=l&&(l=r[0].length+1);var u=a(i,l);return"\n\n"+u+s+"\n"+o.replace(/\n$/,"")+"\n"+u+"\n\n"}},d.horizontalRule={filter:"hr",replacement:function(e,t,n){return"\n\n"+n.hr+"\n\n"}},d.inlineLink={filter:function(e,t){return"inlined"===t.linkStyle&&"A"===e.nodeName&&e.getAttribute("href")},replacement:function(e,t){var n=t.getAttribute("href"),a=p(t.getAttribute("title"));return a&&(a=' "'+a+'"'),"["+e+"]("+n+a+")"}},d.referenceLink={filter:function(e,t){return"referenced"===t.linkStyle&&"A"===e.nodeName&&e.getAttribute("href")},replacement:function(e,t,n){var a,r,s=t.getAttribute("href"),o=p(t.getAttribute("title"));switch(o&&(o=' "'+o+'"'),n.linkReferenceStyle){case"collapsed":a="["+e+"][]",r="["+e+"]: "+s+o;break;case"shortcut":a="["+e+"]",r="["+e+"]: "+s+o;break;default:var i=this.references.length+1;a="["+e+"]["+i+"]",r="["+i+"]: "+s+o}return this.references.push(r),a},references:[],append:function(e){var t="";return this.references.length&&(t="\n\n"+this.references.join("\n")+"\n\n",this.references=[]),t}},d.emphasis={filter:["em","i"],replacement:function(e,t,n){return e.trim()?n.emDelimiter+e+n.emDelimiter:""}},d.strong={filter:["strong","b"],replacement:function(e,t,n){return e.trim()?n.strongDelimiter+e+n.strongDelimiter:""}},d.code={filter:function(e){var t=e.previousSibling||e.nextSibling,n="PRE"===e.parentNode.nodeName&&!t;return"CODE"===e.nodeName&&!n},replacement:function(e){if(!e)return"";e=e.replace(/\r?\n|\r/g," ");for(var t=/^`|^ .*?[^ ].* $|`$/.test(e)?" ":"",n="`",a=e.match(/`+/gm)||[];-1!==a.indexOf(n);)n+="`";return n+t+e+t+n}},d.image={filter:"img",replacement:function(e,t){var n=p(t.getAttribute("alt")),a=t.getAttribute("src")||"",r=p(t.getAttribute("title"));return a?"!["+n+"]("+a+(r?' "'+r+'"':"")+")":""}},m.prototype={add:function(e,t){this.array.unshift(t)},keep:function(e){this._keep.unshift({filter:e,replacement:this.keepReplacement})},remove:function(e){this._remove.unshift({filter:e,replacement:function(){return""}})},forNode:function(e){return e.isBlank?this.blankRule:(t=g(this.array,e,this.options))||(t=g(this._keep,e,this.options))||(t=g(this._remove,e,this.options))?t:this.defaultRule;var t},forEach:function(e){for(var t=0;t'+e+"","text/html").getElementById("turndown-root"):n=e.cloneNode(!0);return function(e){var t=e.element,n=e.isBlock,a=e.isVoid,r=e.isPre||function(e){return"PRE"===e.nodeName};if(t.firstChild&&!r(t)){for(var s=null,o=!1,i=null,l=E(i,t,r);l!==t;){if(3===l.nodeType||4===l.nodeType){var c=l.data.replace(/[ \r\n\t]+/g," ");if(s&&!/ $/.test(s.data)||o||" "!==c[0]||(c=c.substr(1)),!c){l=h(l);continue}l.data=c,s=l}else{if(1!==l.nodeType){l=h(l);continue}n(l)||"BR"===l.nodeName?(s&&(s.data=s.data.replace(/ $/,"")),s=null,o=!1):a(l)||r(l)?(s=null,o=!0):s&&(o=!1)}var u=E(i,l,r);i=l,l=u}s&&(s.data=s.data.replace(/ $/,""),s.data||h(s))}}({element:n,isBlock:s,isVoid:i,isPre:t.preformattedCode?y:null}),n}function y(e){return"PRE"===e.nodeName||"CODE"===e.nodeName}function B(e,t){return e.isBlock=s(e),e.isCode="CODE"===e.nodeName||e.parentNode.isCode,e.isBlank=function(e){return!i(e)&&!function(e){return c(e,l)}(e)&&/^\s*$/i.test(e.textContent)&&!function(e){return u(e,o)}(e)&&!function(e){return u(e,l)}(e)}(e),e.flankingWhitespace=function(e,t){if(e.isBlock||t.preformattedCode&&e.isCode)return{leading:"",trailing:""};var n=(a=e.textContent,r=a.match(/^(([ \t\r\n]*)(\s*))(?:(?=\S)[\s\S]*\S)?((\s*?)([ \t\r\n]*))$/),{leading:r[1],leadingAscii:r[2],leadingNonAscii:r[3],trailing:r[4],trailingNonAscii:r[5],trailingAscii:r[6]});var a,r;n.leadingAscii&&w("left",e,t)&&(n.leading=n.leadingNonAscii);n.trailingAscii&&w("right",e,t)&&(n.trailing=n.trailingNonAscii);return{leading:n.leading,trailing:n.trailing}}(e,t),e}function w(e,t,n){var a,r,o;return"left"===e?(a=t.previousSibling,r=/ $/):(a=t.nextSibling,r=/^ /),a&&(3===a.nodeType?o=r.test(a.nodeValue):n.preformattedCode&&"CODE"===a.nodeName?o=!1:1!==a.nodeType||s(a)||(o=r.test(a.textContent))),o}var _=Array.prototype.reduce,I=[[/\\/g,"\\\\"],[/\*/g,"\\*"],[/^-/g,"\\-"],[/^\+ /g,"\\+ "],[/^(=+)/g,"\\$1"],[/^(#{1,6}) /g,"\\$1 "],[/`/g,"\\`"],[/^~~~/g,"\\~~~"],[/\[/g,"\\["],[/\]/g,"\\]"],[/^>/g,"\\>"],[/_/g,"\\_"],[/^(\d+)\. /g,"$1\\. "]];function x(e){if(!(this instanceof x))return new x(e);var t={rules:d,headingStyle:"setext",hr:"* * *",bulletListMarker:"*",codeBlockStyle:"indented",fence:"```",emDelimiter:"_",strongDelimiter:"**",linkStyle:"inlined",linkReferenceStyle:"full",br:" ",preformattedCode:!1,blankReplacement:function(e,t){return t.isBlock?"\n\n":""},keepReplacement:function(e,t){return t.isBlock?"\n\n"+t.outerHTML+"\n\n":t.outerHTML},defaultReplacement:function(e,t){return t.isBlock?"\n\n"+e+"\n\n":e}};this.options=function(e){for(var t=1;t0&&"\n"===e[t-1];)t--;return e.substring(0,t)}(e),a=t.replace(/^\n*/,""),r=Math.max(e.length-n.length,t.length-a.length);return n+"\n\n".substring(0,r)+a}x.prototype={turndown:function(e){if(!function(e){return null!=e&&("string"==typeof e||e.nodeType&&(1===e.nodeType||9===e.nodeType||11===e.nodeType))}(e))throw new TypeError(e+" is not a string, or an element/document/fragment node.");if(""===e)return"";var t=j.call(this,new k(e,this.options));return S.call(this,t)},use:function(e){if(Array.isArray(e))for(var t=0;t{"use strict";n.d(t,{A:()=>m});var a=n(74085),r=n(55217),s=n(39537),o=n(63350);function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){for(var n=0;nthis._bufferOffset&&(this._buffer=this._buffer.slice(e-this._bufferOffset),this._bufferOffset=e);var n=0===p(this._buffer);return this._done&&n?null:this._buffer.slice(0,t-e)}},{key:"close",value:function(){this._reader.cancel&&this._reader.cancel()}}]),e}();function p(e){return void 0===e?0:void 0!==e.size?e.size:e.length}var m=function(){function e(){i(this,e)}return c(e,[{key:"openFile",value:function(e,t){return(0,a.A)()&&e&&void 0!==e.uri?(0,r.A)(e.uri).then((function(e){return new u(e)})).catch((function(e){throw new Error("tus: cannot fetch `file.uri` as Blob, make sure the uri is correct and accessible. ".concat(e))})):"function"==typeof e.slice&&void 0!==e.size?Promise.resolve(new u(e)):"function"==typeof e.read?(t=+t,isFinite(t)?Promise.resolve(new d(e,t)):Promise.reject(new Error("cannot create source for stream without a finite value for the `chunkSize` option"))):Promise.reject(new Error("source object may only be an instance of File, Blob, or Reader in this environment"))}}]),e}()},91337:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(74085);function r(e,t){return(0,a.A)()?Promise.resolve(function(e,t){var n=e.exif?function(e){var t=0;if(0===e.length)return t;for(var n=0;n{"use strict";function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){for(var n=0;no});var o=function(){function e(){a(this,e)}return s(e,[{key:"createRequest",value:function(e,t){return new i(e,t)}},{key:"getName",value:function(){return"XHRHttpStack"}}]),e}(),i=function(){function e(t,n){a(this,e),this._xhr=new XMLHttpRequest,this._xhr.open(t,n,!0),this._method=t,this._url=n,this._headers={}}return s(e,[{key:"getMethod",value:function(){return this._method}},{key:"getURL",value:function(){return this._url}},{key:"setHeader",value:function(e,t){this._xhr.setRequestHeader(e,t),this._headers[e]=t}},{key:"getHeader",value:function(e){return this._headers[e]}},{key:"setProgressHandler",value:function(e){"upload"in this._xhr&&(this._xhr.upload.onprogress=function(t){t.lengthComputable&&e(t.loaded)})}},{key:"send",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return new Promise((function(n,a){e._xhr.onload=function(){n(new l(e._xhr))},e._xhr.onerror=function(e){a(e)},e._xhr.send(t)}))}},{key:"abort",value:function(){return this._xhr.abort(),Promise.resolve()}},{key:"getUnderlyingObject",value:function(){return this._xhr}}]),e}(),l=function(){function e(t){a(this,e),this._xhr=t}return s(e,[{key:"getStatus",value:function(){return this._xhr.status}},{key:"getHeader",value:function(e){return this._xhr.getResponseHeader(e)}},{key:"getBody",value:function(){return this._xhr.responseText}},{key:"getUnderlyingObject",value:function(){return this._xhr}}]),e}()},10781:(e,t,n)=>{"use strict";n.d(t,{_O:()=>f});var a=n(82701),r=n(52494),s=n(10851),o=n(45369),i=n(91016),l=n(91337);function c(e){return c="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},c(e)}function u(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,o),t=A({},E,{},t),s.call(this,e,t)}return t=o,r=[{key:"terminate",value:function(e,t,n){return t=A({},E,{},t),a.A.terminate(e,t,n)}}],(n=null)&&u(t.prototype,n),r&&u(t,r),o}(a.A),b=window,v=b.XMLHttpRequest,C=b.Blob;v&&C&&C.prototype.slice},39537:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=function(){return"undefined"!=typeof window&&(void 0!==window.PhoneGap||void 0!==window.Cordova||void 0!==window.cordova)}},74085:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=function(){return"undefined"!=typeof navigator&&"string"==typeof navigator.product&&"reactnative"===navigator.product.toLowerCase()}},63350:(e,t,n)=>{"use strict";function a(e){return new Promise((function(t,n){var a=new FileReader;a.onload=function(){var e=new Uint8Array(a.result);t({value:e})},a.onerror=function(e){n(e)},a.readAsArrayBuffer(e)}))}n.d(t,{A:()=>a})},55217:(e,t,n)=>{"use strict";function a(e){return new Promise((function(t,n){var a=new XMLHttpRequest;a.responseType="blob",a.onload=function(){var e=a.response;t(e)},a.onerror=function(e){n(e)},a.open("GET",e),a.send()}))}n.d(t,{A:()=>a})},10851:(e,t,n)=>{"use strict";function a(e,t){for(var n=0;ni,o:()=>o});var r=!1;try{r="localStorage"in window;var s="tusSupport";localStorage.setItem(s,localStorage.getItem(s))}catch(e){if(e.code!==e.SECURITY_ERR&&e.code!==e.QUOTA_EXCEEDED_ERR)throw e;r=!1}var o=r,i=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,r;return t=e,n=[{key:"findAllUploads",value:function(){var e=this._findEntries("tus::");return Promise.resolve(e)}},{key:"findUploadsByFingerprint",value:function(e){var t=this._findEntries("tus::".concat(e,"::"));return Promise.resolve(t)}},{key:"removeUpload",value:function(e){return localStorage.removeItem(e),Promise.resolve()}},{key:"addUpload",value:function(e,t){var n=Math.round(1e12*Math.random()),a="tus::".concat(e,"::").concat(n);return localStorage.setItem(a,JSON.stringify(t)),Promise.resolve(a)}},{key:"_findEntries",value:function(e){for(var t=[],n=0;n{"use strict";function a(e){return a="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},a(e)}function r(e){return function(){var t,n=c(e);if(i()){var r=c(this).constructor;t=Reflect.construct(n,arguments,r)}else t=n.apply(this,arguments);return function(e,t){if(t&&("object"===a(t)||"function"==typeof t))return t;return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(this,t)}}function s(e){var t="function"==typeof Map?new Map:void 0;return s=function(e){if(null===e||(n=e,-1===Function.toString.call(n).indexOf("[native code]")))return e;var n;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,a)}function a(){return o(e,arguments,c(this).constructor)}return a.prototype=Object.create(e.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),l(a,e)},s(e)}function o(e,t,n){return o=i()?Reflect.construct:function(e,t,n){var a=[null];a.push.apply(a,t);var r=new(Function.bind.apply(e,a));return n&&l(r,n.prototype),r},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function l(e,t){return l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},l(e,t)}function c(e){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},c(e)}n.d(t,{A:()=>u});const u=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&l(e,t)}(n,e);var t=r(n);function n(e){var a,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),(a=t.call(this,e)).originalRequest=s,a.originalResponse=o,a.causingError=r,null!=r&&(e+=", caused by ".concat(r.toString())),null!=s){var i=s.getHeader("X-Request-ID")||"n/a",l=s.getMethod(),c=s.getURL(),u=o?o.getStatus():"n/a",d=o?o.getBody()||"":"n/a";e+=", originated from request (method: ".concat(l,", url: ").concat(c,", response code: ").concat(u,", response text: ").concat(d,", request id: ").concat(i,")")}return a.message=e,a}return n}(s(Error))},12380:(e,t,n)=>{"use strict";n.d(t,{R:()=>r});var a=!1;function r(e){a&&console.log(e)}},52494:(e,t,n)=>{"use strict";function a(e,t){for(var n=0;nr});var r=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,r;return t=e,(n=[{key:"listAllUploads",value:function(){return Promise.resolve([])}},{key:"findUploadsByFingerprint",value:function(e){return Promise.resolve([])}},{key:"removeUpload",value:function(e){return Promise.resolve()}},{key:"addUpload",value:function(e,t){return Promise.resolve(null)}}])&&a(t.prototype,n),r&&a(t,r),e}()},82701:(e,t,n)=>{"use strict";n.d(t,{A:()=>C});var a=n(49475),r=n(76580),s=n.n(r),o=n(33004),i=n(12380),l=n(17291);function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function u(e){for(var t=1;t1&&["uploadUrl","uploadSize","uploadLengthDeferred"].forEach((function(t){e.options[t]&&e._emitError(new Error("tus: cannot use the ".concat(t," option when parallelUploads is enabled")))})),this.options.fingerprint(t,this.options).then((function(n){return null==n?(0,i.R)("No fingerprint was calculated meaning that the upload cannot be stored in the URL storage."):(0,i.R)("Calculated fingerprint: ".concat(n)),e._fingerprint=n,e._source?e._source:e.options.fileReader.openFile(t,e.options.chunkSize)})).then((function(t){e._source=t,e.options.parallelUploads>1||null!=e._parallelUploadUrls?e._startParallelUpload():e._startSingleUpload()})).catch((function(t){e._emitError(t)}))):this._emitError(new Error("tus: the `retryDelays` option must either be an array or null"))}else this._emitError(new Error("tus: neither an endpoint or an upload URL is provided"));else this._emitError(new Error("tus: no file or stream to upload provided"))}},{key:"_startParallelUpload",value:function(){var t=this,n=this._size=this._source.size,a=0;this._parallelUploads=[];var r=null!=this._parallelUploadUrls?this._parallelUploadUrls.length:this.options.parallelUploads,s=function(e,t,n){for(var a=Math.floor(e/t),r=[],s=0;s1&&"function"==typeof arguments[1])throw new Error("tus: the abort function does not accept a callback since v2 anymore; please use the returned Promise instead");return null!=this._parallelUploads&&this._parallelUploads.forEach((function(e){e.abort(t)})),null!==this._req&&(this._req.abort(),this._source.close()),this._aborted=!0,null!=this._retryTimeout&&(clearTimeout(this._retryTimeout),this._retryTimeout=null),t&&null!=this.url?e.terminate(this.url,this.options).then((function(){return n._removeFromUrlStorage()})):Promise.resolve()}},{key:"_emitHttpError",value:function(e,t,n,a){this._emitError(new o.A(n,a,e,t))}},{key:"_emitError",value:function(e){var t=this;if(!this._aborted){if(null!=this.options.retryDelays&&(null!=this._offset&&this._offset>this._offsetBeforeRetry&&(this._retryAttempt=0),b(e,this._retryAttempt,this.options))){var n=this.options.retryDelays[this._retryAttempt++];return this._offsetBeforeRetry=this._offset,void(this._retryTimeout=setTimeout((function(){t.start()}),n))}if("function"!=typeof this.options.onError)throw e;this.options.onError(e)}}},{key:"_emitSuccess",value:function(){this.options.removeFingerprintOnSuccess&&this._removeFromUrlStorage(),"function"==typeof this.options.onSuccess&&this.options.onSuccess()}},{key:"_emitProgress",value:function(e,t){"function"==typeof this.options.onProgress&&this.options.onProgress(e,t)}},{key:"_emitChunkComplete",value:function(e,t,n){"function"==typeof this.options.onChunkComplete&&this.options.onChunkComplete(e,t,n)}},{key:"_createUpload",value:function(){var e=this;if(this.options.endpoint){var t=this._openRequest("POST",this.options.endpoint);this.options.uploadLengthDeferred?t.setHeader("Upload-Defer-Length",1):t.setHeader("Upload-Length",this._size);var n,a=A(this.options.metadata);""!==a&&t.setHeader("Upload-Metadata",a),this.options.uploadDataDuringCreation&&!this.options.uploadLengthDeferred?(this._offset=0,n=this._addChunkToRequest(t)):n=this._sendRequest(t,null),n.then((function(n){if(h(n.getStatus(),200)){var a=n.getHeader("Location");if(null!=a){if(e.url=v(e.options.endpoint,a),(0,i.R)("Created upload at ".concat(e.url)),"function"==typeof e.options._onUploadUrlAvailable&&e.options._onUploadUrlAvailable(),0===e._size)return e._emitSuccess(),void e._source.close();e._saveUploadInUrlStorage(),e.options.uploadDataDuringCreation?e._handleUploadResponse(t,n):(e._offset=0,e._performUpload())}else e._emitHttpError(t,n,"tus: invalid or missing Location header")}else e._emitHttpError(t,n,"tus: unexpected response while creating upload")})).catch((function(n){e._emitHttpError(t,null,"tus: failed to create upload",n)}))}else this._emitError(new Error("tus: unable to create upload because no endpoint is provided"))}},{key:"_resumeUpload",value:function(){var e=this,t=this._openRequest("HEAD",this.url);this._sendRequest(t,null).then((function(n){var a=n.getStatus();if(!h(a,200))return h(a,400)&&e._removeFromUrlStorage(),423===a?void e._emitHttpError(t,n,"tus: upload is currently locked; retry later"):e.options.endpoint?(e.url=null,void e._createUpload()):void e._emitHttpError(t,n,"tus: unable to resume upload (new upload cannot be created without an endpoint)");var r=parseInt(n.getHeader("Upload-Offset"),10);if(isNaN(r))e._emitHttpError(t,n,"tus: invalid or missing offset value");else{var s=parseInt(n.getHeader("Upload-Length"),10);if(!isNaN(s)||e.options.uploadLengthDeferred){if("function"==typeof e.options._onUploadUrlAvailable&&e.options._onUploadUrlAvailable(),r===s)return e._emitProgress(s,s),void e._emitSuccess();e._offset=r,e._performUpload()}else e._emitHttpError(t,n,"tus: invalid or missing length value")}})).catch((function(n){e._emitHttpError(t,null,"tus: failed to resume upload",n)}))}},{key:"_performUpload",value:function(){var e,t=this;this._aborted||(this.options.overridePatchMethod?(e=this._openRequest("POST",this.url)).setHeader("X-HTTP-Method-Override","PATCH"):e=this._openRequest("PATCH",this.url),e.setHeader("Upload-Offset",this._offset),this._addChunkToRequest(e).then((function(n){h(n.getStatus(),200)?t._handleUploadResponse(e,n):t._emitHttpError(e,n,"tus: unexpected response while uploading chunk")})).catch((function(n){t._aborted||t._emitHttpError(e,null,"tus: failed to upload chunk at offset ".concat(t._offset),n)})))}},{key:"_addChunkToRequest",value:function(e){var t=this,n=this._offset,a=this._offset+this.options.chunkSize;return e.setProgressHandler((function(e){t._emitProgress(n+e,t._size)})),e.setHeader("Content-Type","application/offset+octet-stream"),(a===1/0||a>this._size)&&!this.options.uploadLengthDeferred&&(a=this._size),this._source.slice(n,a).then((function(n){var a=n.value,r=n.done;return t.options.uploadLengthDeferred&&r&&(t._size=t._offset+(a&&a.size?a.size:0),e.setHeader("Upload-Length",t._size)),null===a?t._sendRequest(e):(t._emitProgress(t._offset,t._size),t._sendRequest(e,a))}))}},{key:"_handleUploadResponse",value:function(e,t){var n=parseInt(t.getHeader("Upload-Offset"),10);if(isNaN(n))this._emitHttpError(e,t,"tus: invalid or missing offset value");else{if(this._emitProgress(n,this._size),this._emitChunkComplete(n-this._offset,n,this._size),this._offset=n,n==this._size)return this._emitSuccess(),void this._source.close();this._performUpload()}}},{key:"_openRequest",value:function(e,t){var n=E(e,t,this.options);return this._req=n,n}},{key:"_removeFromUrlStorage",value:function(){var e=this;this._urlStorageKey&&(this._urlStorage.removeUpload(this._urlStorageKey).catch((function(t){e._emitError(t)})),this._urlStorageKey=null)}},{key:"_saveUploadInUrlStorage",value:function(){var e=this;if(this.options.storeFingerprintForResuming&&this._fingerprint){var t={size:this._size,metadata:this.options.metadata,creationTime:(new Date).toString()};this._parallelUploads?t.parallelUploadUrls=this._parallelUploadUrls:t.uploadUrl=this.url,this._urlStorage.addUpload(this._fingerprint,t).then((function(t){return e._urlStorageKey=t})).catch((function(t){e._emitError(t)}))}}},{key:"_sendRequest",value:function(e){return f(e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,this.options)}}],a=[{key:"terminate",value:function(t,n){if(arguments.length>1&&"function"==typeof arguments[arguments.length-1])throw new Error("tus: the terminate function does not accept a callback since v2 anymore; please use the returned Promise instead");void 0===n&&(n={});var a=E("DELETE",t,n);return f(a,null,n).then((function(e){if(204!==e.getStatus())throw new o.A("tus: unexpected response while terminating upload",null,a,e)})).catch((function(r){if(r instanceof o.A||(r=new o.A("tus: failed to terminate upload",r,a,null)),!b(r,0,n))throw r;var s=n.retryDelays[0],i=n.retryDelays.slice(1),l=u({},n,{retryDelays:i});return new Promise((function(e){return setTimeout(e,s)})).then((function(){return e.terminate(t,l)}))}))}}],n&&p(t.prototype,n),a&&p(t,a),e}();function A(e){var t=[];for(var n in e)t.push("".concat(n," ").concat(a.Base64.encode(e[n])));return t.join(",")}function h(e,t){return e>=t&&e=n.retryDelays.length||null==e.originalRequest)return!1;if(n&&"function"==typeof n.onShouldRetry)return n.onShouldRetry(e,t,n);var a,r=e.originalResponse?e.originalResponse.getStatus():0;return(!h(r,400)||409===r||423===r)&&(a=!0,"undefined"!=typeof window&&"navigator"in window&&!1===window.navigator.onLine&&(a=!1),a)}function v(e,t){return new(s())(t,e).toString()}g.defaultOptions=m;const C=g},17291:(e,t,n)=>{"use strict";function a(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"==e?t:3&t|8).toString(16)}))}n.d(t,{A:()=>a})},21644:(e,t,n)=>{"use strict";function a(e){return e.charAt(0).toUpperCase()+e.substr(1)}n.d(t,{R:()=>a})},88415:(e,t,n)=>{"use strict";n.d(t,{l:()=>a});function a(e){return e.toUpperCase()}},76580:(e,t,n)=>{"use strict";var a=n(96811),r=n(24588),s=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,o=/[\n\r\t]/g,i=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,l=/:\d+$/,c=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,u=/^[a-zA-Z]:/;function d(e){return(e||"").toString().replace(s,"")}var p=[["#","hash"],["?","query"],function(e,t){return A(t.protocol)?e.replace(/\\/g,"/"):e},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d*)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],m={hash:1,query:1};function g(e){var t,n=("undefined"!=typeof window||"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).location||{},a={},r=typeof(e=e||n);if("blob:"===e.protocol)a=new E(unescape(e.pathname),{});else if("string"===r)for(t in a=new E(e,{}),m)delete a[t];else if("object"===r){for(t in e)t in m||(a[t]=e[t]);void 0===a.slashes&&(a.slashes=i.test(e.href))}return a}function A(e){return"file:"===e||"ftp:"===e||"http:"===e||"https:"===e||"ws:"===e||"wss:"===e}function h(e,t){e=(e=d(e)).replace(o,""),t=t||{};var n,a=c.exec(e),r=a[1]?a[1].toLowerCase():"",s=!!a[2],i=!!a[3],l=0;return s?i?(n=a[2]+a[3]+a[4],l=a[2].length+a[3].length):(n=a[2]+a[4],l=a[2].length):i?(n=a[3]+a[4],l=a[3].length):n=a[4],"file:"===r?l>=2&&(n=n.slice(2)):A(r)?n=a[4]:r?s&&(n=n.slice(2)):l>=2&&A(t.protocol)&&(n=a[4]),{protocol:r,slashes:s||A(r),slashesCount:l,rest:n}}function E(e,t,n){if(e=(e=d(e)).replace(o,""),!(this instanceof E))return new E(e,t,n);var s,i,l,c,m,f,b=p.slice(),v=typeof t,C=this,k=0;for("object"!==v&&"string"!==v&&(n=t,t=null),n&&"function"!=typeof n&&(n=r.parse),s=!(i=h(e||"",t=g(t))).protocol&&!i.slashes,C.slashes=i.slashes||s&&t.slashes,C.protocol=i.protocol||t.protocol||"",e=i.rest,("file:"===i.protocol&&(2!==i.slashesCount||u.test(e))||!i.slashes&&(i.protocol||i.slashesCount<2||!A(C.protocol)))&&(b[3]=[/(.*)/,"pathname"]);k{"use strict";e.exports=n.p+"images/jetpack-logo-0869ca6c8490d0aaecca.svg"},26076:(e,t,n)=>{"use strict";e.exports=n.p+"images/loader-0855308317756931a4f5.gif"},30081:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-facebook-c8a9715c8b6c8707594f.png"},26818:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-instagram-business-53d4764803db1a7b3cbc.png"},43443:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-linkedin-553fcb77cb734fc8d08f.png"},11326:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-nextdoor-6e76141465483081fde8.png"},65398:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-threads-1c941351fac252724ae7.png"},9791:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-tumblr-ac23dad7016040416331.png"},26365:(e,t,n)=>{"use strict";e.exports=n.p+"images/dois-66b3f018328e8f585646.jpg"},45329:(e,t,n)=>{"use strict";e.exports=n.p+"images/edge-e1adff73f2dc1c1dc64e.jpg"},9509:(e,t,n)=>{"use strict";e.exports=n.p+"images/fullscreen-21ca1ee2bafcb1c8eb55.jpg"},22417:(e,t,n)=>{"use strict";e.exports=n.p+"images/highway-205f94656e2fcc4aeb86.jpg"},63757:(e,t,n)=>{"use strict";e.exports=n.p+"images/avatar1-e8722a0be8a3a2815ce4.jpg"},94530:(e,t,n)=>{"use strict";e.exports=n.p+"images/avatar2-5c5ad1b19340e0c7a5fd.jpg"},86239:(e,t,n)=>{"use strict";e.exports=n.p+"images/avatar3-5c7c3997fa2aad717819.jpg"},84954:(e,t,n)=>{"use strict";e.exports=n.p+"images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg"},72660:(e,t,n)=>{"use strict";e.exports=n.p+"images/eventbrite-in-page-example-47588367313e644097c9.png"},94739:(e,t,n)=>{"use strict";e.exports=n.p+"images/img-example-after-e2742d7b0f7c7e9157a3.png"},93220:(e,t,n)=>{"use strict";e.exports=n.p+"images/img-example-before-0b3e07296a7ca4bf4187.png"},25836:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-preview-0088ca72fca2cbebe7a4.jpg"},93797:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_black_and_white-a33452734cf5f59eb2f9.jpg"},49364:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_black_and_white_mapkit-50e9383d59f6ad6a44ed.jpg"},77971:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_default-d3a324cdc6ff2f461574.jpg"},98430:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_default_mapkit-0ed10cab18f62edff74e.jpg"},27415:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_satellite-58322e843e983f7397b5.jpg"},72386:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_satellite_mapkit-6062205f7c3804fae12c.jpg"},92747:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_terrain-a408b936442d6d33df07.jpg"},11628:(e,t,n)=>{"use strict";e.exports=n.p+"images/paypal-button-2x-4b3170770abd36302540.png"},96411:(e,t,n)=>{"use strict";e.exports=n.p+"images/paypal-button-185a418796b918a5e24b.png"},96374:(e,t,n)=>{"use strict";e.exports=n.p+"images/slideshow_example-1-27620cbeda003e2c71d1.jpg"},88513:(e,t,n)=>{"use strict";e.exports=n.p+"images/slideshow_example-2-cce21819e376a0c6a174.jpg"},98564:(e,t,n)=>{"use strict";e.exports=n.p+"images/slideshow_example-3-9de0a668f5077bab7ece.jpg"},48734:(e,t,n)=>{"use strict";e.exports=n.p+"images/story_example-1-8d272acaba13e96e3b48.png"},32022:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-1-d2817eb0e669267ab3eb.jpg"},2369:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-2-78fc061b3eff2af1311b.jpg"},24324:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-3-27620cbeda003e2c71d1.jpg"},49263:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-4-cce21819e376a0c6a174.jpg"},76882:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-5-18efa42161dfe5708046.jpg"},86781:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-6-bd61852e61001ce631d7.jpg"},40932:(e,t,n)=>{"use strict";e.exports=n.p+"images/videopress-block-example-image-d7dd9fae6ff49181bfca.jpg"},60651:(e,t,n)=>{"use strict";e.exports=n.p+"images/example_160x600-4df685f9bf14f11d9012.png"},26408:(e,t,n)=>{"use strict";e.exports=n.p+"images/example_300x250-9e27534cd219e940abaf.png"},68364:(e,t,n)=>{"use strict";e.exports=n.p+"images/example_320x50-34c171b9cf96506c8fc4.png"},90244:(e,t,n)=>{"use strict";e.exports=n.p+"images/example_728x90-1a8de274d08ab4d07f48.png"},39384:e=>{"use strict";e.exports=window.JetpackConnection},97999:e=>{"use strict";e.exports=window.JetpackScriptDataModule},51609:e=>{"use strict";e.exports=window.React},75795:e=>{"use strict";e.exports=window.ReactDOM},10790:e=>{"use strict";e.exports=window.ReactJSXRuntime},66087:e=>{"use strict";e.exports=window.lodash},76154:e=>{"use strict";e.exports=window.moment},20195:e=>{"use strict";e.exports=window.wp.a11y},1455:e=>{"use strict";e.exports=window.wp.apiFetch},63162:e=>{"use strict";e.exports=window.wp.blob},94715:e=>{"use strict";e.exports=window.wp.blockEditor},75994:e=>{"use strict";e.exports=window.wp.blockSerializationDefaultParser},74997:e=>{"use strict";e.exports=window.wp.blocks},82165:e=>{"use strict";e.exports=window.wp.commands},56427:e=>{"use strict";e.exports=window.wp.components},29491:e=>{"use strict";e.exports=window.wp.compose},3582:e=>{"use strict";e.exports=window.wp.coreData},47143:e=>{"use strict";e.exports=window.wp.data},38443:e=>{"use strict";e.exports=window.wp.date},98490:e=>{"use strict";e.exports=window.wp.domReady},14309:e=>{"use strict";e.exports=window.wp.editPost},43656:e=>{"use strict";e.exports=window.wp.editor},86087:e=>{"use strict";e.exports=window.wp.element},89877:e=>{"use strict";e.exports=window.wp.escapeHtml},52619:e=>{"use strict";e.exports=window.wp.hooks},18537:e=>{"use strict";e.exports=window.wp.htmlEntities},27723:e=>{"use strict";e.exports=window.wp.i18n},48558:e=>{"use strict";e.exports=window.wp.keycodes},16480:e=>{"use strict";e.exports=window.wp.mediaUtils},692:e=>{"use strict";e.exports=window.wp.notices},92279:e=>{"use strict";e.exports=window.wp.plugins},5573:e=>{"use strict";e.exports=window.wp.primitives},50876:e=>{"use strict";e.exports=window.wp.richText},36536:e=>{"use strict";e.exports=window.wp.tokenList},93832:e=>{"use strict";e.exports=window.wp.url},26873:e=>{"use strict";e.exports=window.wp.viewport},48588:e=>{"use strict";e.exports=window.wp.widgets},69446:e=>{"use strict";e.exports=window.wp.wordcount},42305:()=>{},96072:e=>{function t(){return e.exports=t=Object.assign?Object.assign.bind():function(e){for(var t=1;t{e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},13022:(e,t,n)=>{"use strict";function a(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var s=e.length;for(t=0;tr});const r=function(){for(var e,t,n=0,r="",s=arguments.length;n{"use strict";n.d(t,{Gz:()=>h});var a,r=n(25006),s=n(82826),o=n(72485);!function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"}(a||(a={}));var i,l,c;function u(e){return e>=a.ZERO&&e<=a.NINE}function d(e){return e===a.EQUALS||function(e){return e>=a.UPPER_A&&e<=a.UPPER_Z||e>=a.LOWER_A&&e<=a.LOWER_Z||u(e)}(e)}!function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(i||(i={})),function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"}(l||(l={})),function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"}(c||(c={}));class p{constructor(e,t,n){this.decodeTree=e,this.emitCodePoint=t,this.errors=n,this.state=l.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=c.Strict}startEntity(e){this.decodeMode=e,this.state=l.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case l.EntityStart:return e.charCodeAt(t)===a.NUM?(this.state=l.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=l.NamedEntity,this.stateNamedEntity(e,t));case l.NumericStart:return this.stateNumericStart(e,t);case l.NumericDecimal:return this.stateNumericDecimal(e,t);case l.NumericHex:return this.stateNumericHex(e,t);case l.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===a.LOWER_X?(this.state=l.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=l.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,n,a){if(t!==n){const r=n-t;this.result=this.result*Math.pow(a,r)+parseInt(e.substr(t,r),a),this.consumed+=r}}stateNumericHex(e,t){const n=t;for(;t=a.UPPER_A&&r<=a.UPPER_F||r>=a.LOWER_A&&r<=a.LOWER_F)))return this.addToNumericResult(e,n,t,16),this.emitNumericEntity(s,3);t+=1}var r;return this.addToNumericResult(e,n,t,16),-1}stateNumericDecimal(e,t){const n=t;for(;t>14;for(;t>14,0!==s){if(o===a.SEMI)return this.emitNamedEntityData(this.treeIndex,s,this.consumed+this.excess);this.decodeMode!==c.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const{result:t,decodeTree:n}=this,a=(n[t]&i.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,a,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,n){const{decodeTree:a}=this;return this.emitCodePoint(1===t?a[e]&~i.VALUE_LENGTH:a[e+1],n),3===t&&this.emitCodePoint(a[e+2],n),n}end(){var e;switch(this.state){case l.NamedEntity:return 0===this.result||this.decodeMode===c.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case l.NumericDecimal:return this.emitNumericEntity(0,2);case l.NumericHex:return this.emitNumericEntity(0,3);case l.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case l.EntityStart:return 0}}}function m(e){let t="";const n=new p(e,(e=>t+=(0,o.MK)(e)));return function(e,a){let r=0,s=0;for(;(s=e.indexOf("&",s))>=0;){t+=e.slice(r,s),n.startEntity(a);const o=n.write(e,s+1);if(o<0){r=s+n.end();break}r=s+o,s=0===o?r+1:r}const o=t+e.slice(r);return t="",o}}function g(e,t,n,a){const r=(t&i.BRANCH_LENGTH)>>7,s=t&i.JUMP_TABLE;if(0===r)return 0!==s&&a===s?n:-1;if(s){const t=a-s;return t<0||t>=r?-1:e[n+t]-1}let o=n,l=o+r-1;for(;o<=l;){const t=o+l>>>1,n=e[t];if(na))return e[t+r];l=t-1}}return-1}const A=m(r.A);m(s.A);function h(e,t=c.Legacy){return A(e,t)}},72485:(e,t,n)=>{"use strict";var a;n.d(t,{MK:()=>s,y6:()=>o});const r=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),s=null!==(a=String.fromCodePoint)&&void 0!==a?a:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e),t};function o(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=r.get(e))&&void 0!==t?t:e}},97187:(e,t,n)=>{"use strict";n(47431),n(26834)},26834:(e,t,n)=>{"use strict";const a=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]);String.prototype.codePointAt;function r(e,t){return function(n){let a,r=0,s="";for(;a=e.exec(n);)r!==a.index&&(s+=n.substring(r,a.index)),s+=t.get(a[0].charCodeAt(0)),r=a.index+1;return s+n.substring(r)}}r(/[&<>'"]/g,a),r(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),r(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))},25006:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((e=>e.charCodeAt(0))))},82826:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e=>e.charCodeAt(0))))},47431:()=>{"use strict";function e(e){for(let t=1;t{"use strict";n.d(t,{Gz:()=>s.Gz});var a,r,s=n(3175);n(97187),n(26834);!function(e){e[e.XML=0]="XML",e[e.HTML=1]="HTML"}(a||(a={})),function(e){e[e.UTF8=0]="UTF8",e[e.ASCII=1]="ASCII",e[e.Extensive=2]="Extensive",e[e.Attribute=3]="Attribute",e[e.Text=4]="Text"}(r||(r={}))},7237:(e,t,n)=>{"use strict";n.d(t,{A:()=>h});var a=n(30724);function r(e){return Array.prototype.slice.call(arguments,1).forEach((function(t){t&&Object.keys(t).forEach((function(n){e[n]=t[n]}))})),e}function s(e){return Object.prototype.toString.call(e)}function o(e){return"[object Function]"===s(e)}function i(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}const l={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};const c={"http:":{validate:function(e,t,n){const a=e.slice(t);return n.re.http||(n.re.http=new RegExp("^\\/\\/"+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,"i")),n.re.http.test(a)?a.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,t,n){const a=e.slice(t);return n.re.no_http||(n.re.no_http=new RegExp("^"+n.re.src_auth+"(?:localhost|(?:(?:"+n.re.src_domain+")\\.)+"+n.re.src_domain_root+")"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,"i")),n.re.no_http.test(a)?t>=3&&":"===e[t-3]||t>=3&&"/"===e[t-3]?0:a.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,n){const a=e.slice(t);return n.re.mailto||(n.re.mailto=new RegExp("^"+n.re.src_email_name+"@"+n.re.src_host_strict,"i")),n.re.mailto.test(a)?a.match(n.re.mailto)[0].length:0}}},u="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",d="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function p(e){const t=e.re=(0,a.A)(e.__opts__),n=e.__tlds__.slice();function r(e){return e.replace("%TLDS%",t.src_tlds)}e.onCompile(),e.__tlds_replaced__||n.push(u),n.push(t.src_xn),t.src_tlds=n.join("|"),t.email_fuzzy=RegExp(r(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(r(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(r(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(r(t.tpl_host_fuzzy_test),"i");const l=[];function c(e,t){throw new Error('(LinkifyIt) Invalid schema "'+e+'": '+t)}e.__compiled__={},Object.keys(e.__schemas__).forEach((function(t){const n=e.__schemas__[t];if(null===n)return;const a={validate:null,link:null};if(e.__compiled__[t]=a,"[object Object]"===s(n))return!function(e){return"[object RegExp]"===s(e)}(n.validate)?o(n.validate)?a.validate=n.validate:c(t,n):a.validate=function(e){return function(t,n){const a=t.slice(n);return e.test(a)?a.match(e)[0].length:0}}(n.validate),void(o(n.normalize)?a.normalize=n.normalize:n.normalize?c(t,n):a.normalize=function(e,t){t.normalize(e)});!function(e){return"[object String]"===s(e)}(n)?c(t,n):l.push(t)})),l.forEach((function(t){e.__compiled__[e.__schemas__[t]]&&(e.__compiled__[t].validate=e.__compiled__[e.__schemas__[t]].validate,e.__compiled__[t].normalize=e.__compiled__[e.__schemas__[t]].normalize)})),e.__compiled__[""]={validate:null,normalize:function(e,t){t.normalize(e)}};const d=Object.keys(e.__compiled__).filter((function(t){return t.length>0&&e.__compiled__[t]})).map(i).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+d+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+d+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),function(e){e.__index__=-1,e.__text_cache__=""}(e)}function m(e,t){const n=e.__index__,a=e.__last_index__,r=e.__text_cache__.slice(n,a);this.schema=e.__schema__.toLowerCase(),this.index=n+t,this.lastIndex=a+t,this.raw=r,this.text=r,this.url=r}function g(e,t){const n=new m(e,t);return e.__compiled__[n.schema].normalize(n,e),n}function A(e,t){if(!(this instanceof A))return new A(e,t);var n;t||(n=e,Object.keys(n||{}).reduce((function(e,t){return e||l.hasOwnProperty(t)}),!1)&&(t=e,e={})),this.__opts__=r({},l,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=r({},c,e),this.__compiled__={},this.__tlds__=d,this.__tlds_replaced__=!1,this.re={},p(this)}A.prototype.add=function(e,t){return this.__schemas__[e]=t,p(this),this},A.prototype.set=function(e){return this.__opts__=r(this.__opts__,e),this},A.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;let t,n,a,r,s,o,i,l,c;if(this.re.schema_test.test(e))for(i=this.re.schema_search,i.lastIndex=0;null!==(t=i.exec(e));)if(r=this.testSchemaAt(e,t[2],i.lastIndex),r){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+r;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(l=e.search(this.re.host_fuzzy_test),l>=0&&(this.__index__<0||l=0&&null!==(a=e.match(this.re.email_fuzzy))&&(s=a.index+a[1].length,o=a.index+a[0].length,(this.__index__<0||sthis.__last_index__)&&(this.__schema__="mailto:",this.__index__=s,this.__last_index__=o))),this.__index__>=0},A.prototype.pretest=function(e){return this.re.pretest.test(e)},A.prototype.testSchemaAt=function(e,t,n){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,n,this):0},A.prototype.match=function(e){const t=[];let n=0;this.__index__>=0&&this.__text_cache__===e&&(t.push(g(this,n)),n=this.__last_index__);let a=n?e.slice(n):e;for(;this.test(a);)t.push(g(this,n)),a=a.slice(this.__last_index__),n+=this.__last_index__;return t.length?t:null},A.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;const t=this.re.schema_at_start.exec(e);if(!t)return null;const n=this.testSchemaAt(e,t[2],t[0].length);return n?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+n,g(this,0)):null},A.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter((function(e,t,n){return e!==n[t-1]})).reverse(),p(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,p(this),this)},A.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),"mailto:"!==e.schema||/^mailto:/i.test(e.url)||(e.url="mailto:"+e.url)},A.prototype.onCompile=function(){};const h=A},30724:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(60905),r=n(80786),s=n(3506),o=n(60804);function i(e){const t={};e=e||{},t.src_Any=a.A.source,t.src_Cc=r.A.source,t.src_Z=s.A.source,t.src_P=o.A.source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|");const n="[><|]";return t.src_pseudo_letter="(?:(?![><|]|"+t.src_ZPCc+")"+t.src_Any+")",t.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|[><|]|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+n+"|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]|$)|"+(e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+t.src_ZCc+"|$)|;(?!"+t.src_ZCc+"|$)|\\!+(?!"+t.src_ZCc+"|[!]|$)|\\?(?!"+t.src_ZCc+"|[?]|$))+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy='(^|[><|]|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}},97158:(e,t,n)=>{"use strict";n.d(t,{A:()=>a.A});var a=n(56838)},84384:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]},58105:(e,t,n)=>{"use strict";n.d(t,{l:()=>s,p:()=>o});const a="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",r="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",s=new RegExp("^(?:"+a+"|"+r+"|\x3c!----\x3e|\x3c!--(?:-?[^>-])(?:-?[^-])*--\x3e|<[?][\\s\\S]*?[?]>|]*>|)"),o=new RegExp("^(?:"+a+"|"+r+")")},54439:(e,t,n)=>{"use strict";n.r(t),n.d(t,{arrayReplaceAt:()=>d,assign:()=>u,escapeHtml:()=>y,escapeRE:()=>w,fromCodePoint:()=>m,has:()=>c,isMdAsciiPunct:()=>j,isPunctChar:()=>x,isSpace:()=>_,isString:()=>i,isValidEntityCode:()=>p,isWhiteSpace:()=>I,lib:()=>Q,normalizeReference:()=>S,unescapeAll:()=>f,unescapeMd:()=>E});var a=n(25315),r=n(60804),s=n(68407),o=n(9405);function i(e){return"[object String]"===function(e){return Object.prototype.toString.call(e)}(e)}const l=Object.prototype.hasOwnProperty;function c(e,t){return l.call(e,t)}function u(e){return Array.prototype.slice.call(arguments,1).forEach((function(t){if(t){if("object"!=typeof t)throw new TypeError(t+"must be object");Object.keys(t).forEach((function(n){e[n]=t[n]}))}})),e}function d(e,t,n){return[].concat(e.slice(0,t),n,e.slice(t+1))}function p(e){return!(e>=55296&&e<=57343)&&(!(e>=64976&&e<=65007)&&(!!(65535&~e&&65534!=(65535&e))&&(!(e>=0&&e<=8)&&(11!==e&&(!(e>=14&&e<=31)&&(!(e>=127&&e<=159)&&!(e>1114111)))))))}function m(e){if(e>65535){const t=55296+((e-=65536)>>10),n=56320+(1023&e);return String.fromCharCode(t,n)}return String.fromCharCode(e)}const g=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,A=new RegExp(g.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),h=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function E(e){return e.indexOf("\\")<0?e:e.replace(g,"$1")}function f(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(A,(function(e,t,n){return t||function(e,t){if(35===t.charCodeAt(0)&&h.test(t)){const n="x"===t[1].toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10);return p(n)?m(n):e}const n=(0,o.Gz)(e);return n!==e?n:e}(e,n)}))}const b=/[&<>"]/,v=/[&<>"]/g,C={"&":"&","<":"<",">":">",'"':"""};function k(e){return C[e]}function y(e){return b.test(e)?e.replace(v,k):e}const B=/[.?*+^$[\]\\(){}|-]/g;function w(e){return e.replace(B,"\\$&")}function _(e){switch(e){case 9:case 32:return!0}return!1}function I(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function x(e){return r.A.test(e)}function j(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function S(e){return e=e.trim().replace(/\s+/g," "),"Ṿ"==="ẞ".toLowerCase()&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}const Q={mdurl:a,ucmicro:s}},80016:(e,t,n)=>{"use strict";n.r(t),n.d(t,{parseLinkDestination:()=>r.A,parseLinkLabel:()=>a.A,parseLinkTitle:()=>s.A});var a=n(65739),r=n(39945),s=n(8859)},39945:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n){let r,s=t;const o={ok:!1,pos:0,lines:0,str:""};if(60===e.charCodeAt(s)){for(s++;s32))return o;if(41===r){if(0===i)break;i--}s++}return t===s||0!==i||(o.str=(0,a.unescapeAll)(e.slice(t,s)),o.pos=s,o.ok=!0),o}},65739:(e,t,n)=>{"use strict";function a(e,t,n){let a,r,s,o;const i=e.posMax,l=e.pos;for(e.pos=t+1,a=1;e.posa})},8859:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n){let r,s,o=0,i=t;const l={ok:!1,pos:0,lines:0,str:""};if(i>=n)return l;if(s=e.charCodeAt(i),34!==s&&39!==s&&40!==s)return l;for(i++,40===s&&(s=41);i{"use strict";n.d(t,{A:()=>y});var a=n(54439),r=n(80016),s=n(71455),o=n(55439),i=n(60737),l=n(42813),c=n(7237),u=n(25315),d=n(87072),p=n(69404),m=n(8079),g=n(26881);const A={default:p.A,zero:m.A,commonmark:g.A},h=/^(vbscript|javascript|file|data):/,E=/^data:image\/(gif|png|jpeg|webp);/;function f(e){const t=e.trim().toLowerCase();return!h.test(t)||E.test(t)}const b=["http:","https:","mailto:"];function v(e){const t=u.parse(e,!0);if(t.hostname&&(!t.protocol||b.indexOf(t.protocol)>=0))try{t.hostname=d.Ay.toASCII(t.hostname)}catch(e){}return u.encode(u.format(t))}function C(e){const t=u.parse(e,!0);if(t.hostname&&(!t.protocol||b.indexOf(t.protocol)>=0))try{t.hostname=d.Ay.toUnicode(t.hostname)}catch(e){}return u.decode(u.format(t),u.decode.defaultChars+"%")}function k(e,t){if(!(this instanceof k))return new k(e,t);t||a.isString(e)||(t=e||{},e="default"),this.inline=new l.A,this.block=new i.A,this.core=new o.A,this.renderer=new s.A,this.linkify=new c.A,this.validateLink=f,this.normalizeLink=v,this.normalizeLinkText=C,this.utils=a,this.helpers=a.assign({},r),this.options={},this.configure(e),t&&this.set(t)}k.prototype.set=function(e){return a.assign(this.options,e),this},k.prototype.configure=function(e){const t=this;if(a.isString(e)){const t=e;if(!(e=A[t]))throw new Error('Wrong `markdown-it` preset "'+t+'", check name')}if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach((function(n){e.components[n].rules&&t[n].ruler.enableOnly(e.components[n].rules),e.components[n].rules2&&t[n].ruler2.enableOnly(e.components[n].rules2)})),this},k.prototype.enable=function(e,t){let n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(t){n=n.concat(this[t].ruler.enable(e,!0))}),this),n=n.concat(this.inline.ruler2.enable(e,!0));const a=e.filter((function(e){return n.indexOf(e)<0}));if(a.length&&!t)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+a);return this},k.prototype.disable=function(e,t){let n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(t){n=n.concat(this[t].ruler.disable(e,!0))}),this),n=n.concat(this.inline.ruler2.disable(e,!0));const a=e.filter((function(e){return n.indexOf(e)<0}));if(a.length&&!t)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+a);return this},k.prototype.use=function(e){const t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this},k.prototype.parse=function(e,t){if("string"!=typeof e)throw new Error("Input data should be a String");const n=new this.core.State(e,this,t);return this.core.process(n),n.tokens},k.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)},k.prototype.parseInline=function(e,t){const n=new this.core.State(e,this,t);return n.inlineMode=!0,this.core.process(n),n.tokens},k.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)};const y=k},60737:(e,t,n)=>{"use strict";n.d(t,{A:()=>f});var a=n(79358),r=n(52961),s=n(20712),o=n(47103),i=n(36283),l=n(97537),c=n(79062),u=n(25792),d=n(43863),p=n(72577),m=n(13318),g=n(94206),A=n(94970);const h=[["table",s.A,["paragraph","reference"]],["code",o.A],["fence",i.A,["paragraph","reference","blockquote","list"]],["blockquote",l.A,["paragraph","reference","blockquote","list"]],["hr",c.A,["paragraph","reference","blockquote","list"]],["list",u.A,["paragraph","reference","blockquote"]],["reference",d.A],["html_block",p.A,["paragraph","reference","blockquote"]],["heading",m.A,["paragraph","reference","blockquote"]],["lheading",g.A],["paragraph",A.A]];function E(){this.ruler=new a.A;for(let e=0;e=n))&&!(e.sCount[o]=s){e.line=n;break}const t=e.line;let l=!1;for(let s=0;s=e.line)throw new Error("block rule didn't increment state.line");break}if(!l)throw new Error("none of the block rules matched");e.tight=!i,e.isEmpty(e.line-1)&&(i=!0),o=e.line,o{"use strict";n.d(t,{A:()=>g});var a=n(79358),r=n(37569),s=n(2699),o=n(79417),i=n(85189),l=n(96084),c=n(48541),u=n(55834),d=n(11242);const p=[["normalize",s.A],["block",o.A],["inline",i.A],["linkify",l.A],["replacements",c.A],["smartquotes",u.A],["text_join",d.A]];function m(){this.ruler=new a.A;for(let e=0;e{"use strict";n.d(t,{A:()=>k});var a=n(79358),r=n(60057),s=n(68597),o=n(44938),i=n(94076),l=n(17785),c=n(38797),u=n(50925),d=n(62206),p=n(22128),m=n(74427),g=n(85469),A=n(7105),h=n(41517),E=n(76014),f=n(70322);const b=[["text",s.A],["linkify",o.A],["newline",i.A],["escape",l.A],["backticks",c.A],["strikethrough",u.A.tokenize],["emphasis",d.A.tokenize],["link",p.A],["image",m.A],["autolink",g.A],["html_inline",A.A],["entity",h.A]],v=[["balance_pairs",E.A],["strikethrough",u.A.postProcess],["emphasis",d.A.postProcess],["fragments_join",f.A]];function C(){this.ruler=new a.A;for(let e=0;e=e.pos)throw new Error("inline rule didn't increment state.pos");break}}else e.pos=e.posMax;o||e.pos++,s[t]=e.pos},C.prototype.tokenize=function(e){const t=this.ruler.getRules(""),n=t.length,a=e.posMax,r=e.md.options.maxNesting;for(;e.pos=e.pos)throw new Error("inline rule didn't increment state.pos");break}if(o){if(e.pos>=a)break}else e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},C.prototype.parse=function(e,t,n,a){const r=new this.State(e,t,n,a);this.tokenize(r);const s=this.ruler2.getRules(""),o=s.length;for(let e=0;e{"use strict";n.d(t,{A:()=>a});const a={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}}},69404:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}}},8079:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}}},71455:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(54439);const r={};function s(){this.rules=(0,a.assign)({},r)}r.code_inline=function(e,t,n,r,s){const o=e[t];return""+(0,a.escapeHtml)(o.content)+""},r.code_block=function(e,t,n,r,s){const o=e[t];return""+(0,a.escapeHtml)(e[t].content)+"\n"},r.fence=function(e,t,n,r,s){const o=e[t],i=o.info?(0,a.unescapeAll)(o.info).trim():"";let l,c="",u="";if(i){const e=i.split(/(\s+)/g);c=e[0],u=e.slice(2).join("")}if(l=n.highlight&&n.highlight(o.content,c,u)||(0,a.escapeHtml)(o.content),0===l.indexOf("${l}\n`}return`
    ${l}
    \n`},r.image=function(e,t,n,a,r){const s=e[t];return s.attrs[s.attrIndex("alt")][1]=r.renderInlineAsText(s.children,n,a),r.renderToken(e,t,n)},r.hardbreak=function(e,t,n){return n.xhtmlOut?"
    \n":"
    \n"},r.softbreak=function(e,t,n){return n.breaks?n.xhtmlOut?"
    \n":"
    \n":"\n"},r.text=function(e,t){return(0,a.escapeHtml)(e[t].content)},r.html_block=function(e,t){return e[t].content},r.html_inline=function(e,t){return e[t].content},s.prototype.renderAttrs=function(e){let t,n,r;if(!e.attrs)return"";for(r="",t=0,n=e.attrs.length;t\n":">",r},s.prototype.renderInline=function(e,t,n){let a="";const r=this.rules;for(let s=0,o=e.length;s{"use strict";function a(){this.__rules__=[],this.__cache__=null}n.d(t,{A:()=>r}),a.prototype.__find__=function(e){for(let t=0;t{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n,r){let s=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];const i=e.lineMax;if(e.sCount[t]-e.blkIndent>=4)return!1;if(62!==e.src.charCodeAt(s))return!1;if(r)return!0;const l=[],c=[],u=[],d=[],p=e.md.block.ruler.getRules("blockquote"),m=e.parentType;e.parentType="blockquote";let g,A=!1;for(g=t;g=o)break;if(62===e.src.charCodeAt(s++)&&!t){let t,n,r=e.sCount[g]+1;32===e.src.charCodeAt(s)?(s++,r++,n=!1,t=!0):9===e.src.charCodeAt(s)?(t=!0,(e.bsCount[g]+r)%4==3?(s++,r++,n=!1):n=!0):t=!1;let i=r;for(l.push(e.bMarks[g]),e.bMarks[g]=s;s=o,c.push(e.bsCount[g]),e.bsCount[g]=e.sCount[g]+1+(t?1:0),u.push(e.sCount[g]),e.sCount[g]=i-r,d.push(e.tShift[g]),e.tShift[g]=s-e.bMarks[g];continue}if(A)break;let r=!1;for(let t=0,a=p.length;t";const f=[t,0];E.map=f,e.md.block.tokenize(e,t,g);e.push("blockquote_close","blockquote",-1).markup=">",e.lineMax=i,e.parentType=m,f[1]=e.line;for(let n=0;n{"use strict";function a(e,t,n){if(e.sCount[t]-e.blkIndent<4)return!1;let a=t+1,r=a;for(;a=4))break;a++,r=a}e.line=r;const s=e.push("code_block","code",0);return s.content=e.getLines(t,r,4+e.blkIndent,!1)+"\n",s.map=[t,e.line],!0}n.d(t,{A:()=>a})},36283:(e,t,n)=>{"use strict";function a(e,t,n,a){let r=e.bMarks[t]+e.tShift[t],s=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(r+3>s)return!1;const o=e.src.charCodeAt(r);if(126!==o&&96!==o)return!1;let i=r;r=e.skipChars(r,o);let l=r-i;if(l<3)return!1;const c=e.src.slice(i,r),u=e.src.slice(r,s);if(96===o&&u.indexOf(String.fromCharCode(o))>=0)return!1;if(a)return!0;let d=t,p=!1;for(;(d++,!(d>=n))&&(r=i=e.bMarks[d]+e.tShift[d],s=e.eMarks[d],!(r=4||(r=e.skipChars(r,o),r-ia})},13318:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n,r){let s=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let i=e.src.charCodeAt(s);if(35!==i||s>=o)return!1;let l=1;for(i=e.src.charCodeAt(++s);35===i&&s6||ss&&(0,a.isSpace)(e.src.charCodeAt(c-1))&&(o=c),e.line=t+1;const u=e.push("heading_open","h"+String(l),1);u.markup="########".slice(0,l),u.map=[t,e.line];const d=e.push("inline","",0);d.content=e.src.slice(s,o).trim(),d.map=[t,e.line],d.children=[];return e.push("heading_close","h"+String(l),-1).markup="########".slice(0,l),!0}},79062:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n,r){const s=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let o=e.bMarks[t]+e.tShift[t];const i=e.src.charCodeAt(o++);if(42!==i&&45!==i&&95!==i)return!1;let l=1;for(;o{"use strict";n.d(t,{A:()=>o});var a=n(84384),r=n(58105);const s=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^/,!0],[/^<\?/,/\?>/,!0],[/^/,!0],[/^/,!0],[new RegExp("^|$))","i"),/^$/,!0],[new RegExp(r.p.source+"\\s*$"),/^$/,!1]];function o(e,t,n,a){let r=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(!e.md.options.html)return!1;if(60!==e.src.charCodeAt(r))return!1;let i=e.src.slice(r,o),l=0;for(;l{"use strict";function a(e,t,n){const a=e.md.block.ruler.getRules("paragraph");if(e.sCount[t]-e.blkIndent>=4)return!1;const r=e.parentType;e.parentType="paragraph";let s,o=0,i=t+1;for(;i3)continue;if(e.sCount[i]>=e.blkIndent){let t=e.bMarks[i]+e.tShift[i];const n=e.eMarks[i];if(t=n))){o=61===s?1:2;break}}if(e.sCount[i]<0)continue;let t=!1;for(let r=0,s=a.length;ra})},25792:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(54439);function r(e,t){const n=e.eMarks[t];let r=e.bMarks[t]+e.tShift[t];const s=e.src.charCodeAt(r++);if(42!==s&&45!==s&&43!==s)return-1;if(r=r)return-1;let o=e.src.charCodeAt(s++);if(o<48||o>57)return-1;for(;;){if(s>=r)return-1;if(o=e.src.charCodeAt(s++),!(o>=48&&o<=57)){if(41===o||46===o)break;return-1}if(s-n>=10)return-1}return s=4)return!1;if(e.listIndent>=0&&e.sCount[u]-e.listIndent>=4&&e.sCount[u]=e.blkIndent&&(A=!0),(g=s(e,u))>=0){if(p=!0,l=e.bMarks[u]+e.tShift[u],m=Number(e.src.slice(l,g-1)),A&&1!==m)return!1}else{if(!((g=r(e,u))>=0))return!1;p=!1}if(A&&e.skipSpaces(g)>=e.eMarks[u])return!1;if(a)return!0;const h=e.src.charCodeAt(g-1),E=e.tokens.length;p?(c=e.push("ordered_list_open","ol",1),1!==m&&(c.attrs=[["start",m]])):c=e.push("bullet_list_open","ul",1);const f=[u,0];c.map=f,c.markup=String.fromCharCode(h);let b=!1;const v=e.md.block.ruler.getRules("list"),C=e.parentType;for(e.parentType="list";u=o?1:a-t,A>4&&(A=1);const E=t+A;c=e.push("list_item_open","li",1),c.markup=String.fromCharCode(h);const f=[u,0];c.map=f,p&&(c.info=e.src.slice(l,g-1));const C=e.tight,k=e.tShift[u],y=e.sCount[u],B=e.listIndent;if(e.listIndent=e.blkIndent,e.blkIndent=E,e.tight=!0,e.tShift[u]=m-e.bMarks[u],e.sCount[u]=a,m>=o&&e.isEmpty(u+1)?e.line=Math.min(e.line+2,n):e.md.block.tokenize(e,u,n,!0),e.tight&&!b||(d=!1),b=e.line-u>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=B,e.tShift[u]=k,e.sCount[u]=y,e.tight=C,c=e.push("list_item_close","li",-1),c.markup=String.fromCharCode(h),u=e.line,f[1]=u,u>=n)break;if(e.sCount[u]=4)break;let w=!1;for(let t=0,a=v.length;t{"use strict";function a(e,t,n){const a=e.md.block.ruler.getRules("paragraph"),r=e.parentType;let s=t+1;for(e.parentType="paragraph";s3)continue;if(e.sCount[s]<0)continue;let t=!1;for(let r=0,o=a.length;ra})},43863:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n,r){let s=0,o=e.bMarks[t]+e.tShift[t],i=e.eMarks[t],l=t+1;if(e.sCount[t]-e.blkIndent>=4)return!1;if(91!==e.src.charCodeAt(o))return!1;for(;++o3)continue;if(e.sCount[l]<0)continue;let t=!1;for(let n=0,a=u.length;n{"use strict";n.d(t,{A:()=>o});var a=n(57997),r=n(54439);function s(e,t,n,a){this.src=e,this.md=t,this.env=n,this.tokens=a,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0;const s=this.src;for(let e=0,t=0,n=0,a=0,o=s.length,i=!1;t0&&this.level++,this.tokens.push(r),r},s.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},s.prototype.skipEmptyLines=function(e){for(let t=this.lineMax;et;)if(!(0,r.isSpace)(this.src.charCodeAt(--e)))return e+1;return e},s.prototype.skipChars=function(e,t){for(let n=this.src.length;en;)if(t!==this.src.charCodeAt(--e))return e+1;return e},s.prototype.getLines=function(e,t,n,a){if(e>=t)return"";const s=new Array(t-e);for(let o=0,i=e;in?new Array(e-n+1).join(" ")+this.src.slice(u,c):this.src.slice(u,c)}return s.join("")},s.prototype.Token=a.A;const o=s},20712:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(54439);function r(e,t){const n=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];return e.src.slice(n,a)}function s(e){const t=[],n=e.length;let a=0,r=e.charCodeAt(a),s=!1,o=0,i="";for(;an)return!1;let i=t+1;if(e.sCount[i]=4)return!1;let l=e.bMarks[i]+e.tShift[i];if(l>=e.eMarks[i])return!1;const c=e.src.charCodeAt(l++);if(124!==c&&45!==c&&58!==c)return!1;if(l>=e.eMarks[i])return!1;const u=e.src.charCodeAt(l++);if(124!==u&&45!==u&&58!==u&&!(0,a.isSpace)(u))return!1;if(45===c&&(0,a.isSpace)(u))return!1;for(;l=4)return!1;p=s(d),p.length&&""===p[0]&&p.shift(),p.length&&""===p[p.length-1]&&p.pop();const g=p.length;if(0===g||g!==m.length)return!1;if(o)return!0;const A=e.parentType;e.parentType="table";const h=e.md.block.ruler.getRules("blockquote"),E=[t,0];e.push("table_open","table",1).map=E;e.push("thead_open","thead",1).map=[t,t+1];e.push("tr_open","tr",1).map=[t,t+1];for(let t=0;t=4)break;if(p=s(d),p.length&&""===p[0]&&p.shift(),p.length&&""===p[p.length-1]&&p.pop(),i===t+2){e.push("tbody_open","tbody",1).map=f=[t+2,0]}e.push("tr_open","tr",1).map=[i,i+1];for(let t=0;t{"use strict";function a(e){let t;e.inlineMode?(t=new e.Token("inline","",0),t.content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}n.d(t,{A:()=>a})},85189:(e,t,n)=>{"use strict";function a(e){const t=e.tokens;for(let n=0,a=t.length;na})},96084:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(54439);function r(e){return/^<\/a\s*>/i.test(e)}function s(e){const t=e.tokens;var n;if(e.md.options.linkify)for(let s=0,o=t.length;s=0;l--){const c=o[l];if("link_close"!==c.type){if("html_inline"===c.type&&(n=c.content,/^\s]/i.test(n)&&i>0&&i--,r(c.content)&&i++),!(i>0)&&"text"===c.type&&e.md.linkify.test(c.content)){const n=c.content;let r=e.md.linkify.match(n);const i=[];let u=c.level,d=0;r.length>0&&0===r[0].index&&l>0&&"text_special"===o[l-1].type&&(r=r.slice(1));for(let t=0;td){const t=new e.Token("text","",0);t.content=n.slice(d,l),t.level=u,i.push(t)}const c=new e.Token("link_open","a",1);c.attrs=[["href",s]],c.level=u++,c.markup="linkify",c.info="auto",i.push(c);const p=new e.Token("text","",0);p.content=o,p.level=u,i.push(p);const m=new e.Token("link_close","a",-1);m.level=--u,m.markup="linkify",m.info="auto",i.push(m),d=r[t].lastIndex}if(d{"use strict";n.d(t,{A:()=>s});const a=/\r\n?|\n/g,r=/\0/g;function s(e){let t;t=e.src.replace(a,"\n"),t=t.replace(r,"�"),e.src=t}},48541:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});const a=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,r=/\((c|tm|r)\)/i,s=/\((c|tm|r)\)/gi,o={c:"©",r:"®",tm:"™"};function i(e,t){return o[t.toLowerCase()]}function l(e){let t=0;for(let n=e.length-1;n>=0;n--){const a=e[n];"text"!==a.type||t||(a.content=a.content.replace(s,i)),"link_open"===a.type&&"auto"===a.info&&t--,"link_close"===a.type&&"auto"===a.info&&t++}}function c(e){let t=0;for(let n=e.length-1;n>=0;n--){const r=e[n];"text"!==r.type||t||a.test(r.content)&&(r.content=r.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1—").replace(/(^|\s)--(?=\s|$)/gm,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1–")),"link_open"===r.type&&"auto"===r.info&&t--,"link_close"===r.type&&"auto"===r.info&&t++}}function u(e){let t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)"inline"===e.tokens[t].type&&(r.test(e.tokens[t].content)&&l(e.tokens[t].children),a.test(e.tokens[t].content)&&c(e.tokens[t].children))}},55834:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(54439);const r=/['"]/,s=/['"]/g,o="’";function i(e,t,n){return e.slice(0,t)+n+e.slice(t+1)}function l(e,t){let n;const r=[];for(let l=0;l=0&&!(r[n].level<=u);n--);if(r.length=n+1,"text"!==c.type)continue;let d=c.content,p=0,m=d.length;e:for(;p=0)f=d.charCodeAt(g.index-1);else for(n=l-1;n>=0&&("softbreak"!==e[n].type&&"hardbreak"!==e[n].type);n--)if(e[n].content){f=e[n].content.charCodeAt(e[n].content.length-1);break}let b=32;if(p=48&&f<=57&&(h=A=!1),A&&h&&(A=v,h=C),A||h){if(h)for(n=r.length-1;n>=0;n--){let a=r[n];if(r[n].level=0;t--)"inline"===e.tokens[t].type&&r.test(e.tokens[t].content)&&l(e.tokens[t].children,e)}},37569:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(57997);function r(e,t,n){this.src=e,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=t}r.prototype.Token=a.A;const s=r},11242:(e,t,n)=>{"use strict";function a(e){let t,n;const a=e.tokens,r=a.length;for(let e=0;ea})},85469:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});const a=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,r=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;function s(e,t){let n=e.pos;if(60!==e.src.charCodeAt(n))return!1;const s=e.pos,o=e.posMax;for(;;){if(++n>=o)return!1;const t=e.src.charCodeAt(n);if(60===t)return!1;if(62===t)break}const i=e.src.slice(s+1,n);if(r.test(i)){const n=e.md.normalizeLink(i);if(!e.md.validateLink(n))return!1;if(!t){const t=e.push("link_open","a",1);t.attrs=[["href",n]],t.markup="autolink",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(i);const a=e.push("link_close","a",-1);a.markup="autolink",a.info="auto"}return e.pos+=i.length+2,!0}if(a.test(i)){const n=e.md.normalizeLink("mailto:"+i);if(!e.md.validateLink(n))return!1;if(!t){const t=e.push("link_open","a",1);t.attrs=[["href",n]],t.markup="autolink",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(i);const a=e.push("link_close","a",-1);a.markup="autolink",a.info="auto"}return e.pos+=i.length+2,!0}return!1}},38797:(e,t,n)=>{"use strict";function a(e,t){let n=e.pos;if(96!==e.src.charCodeAt(n))return!1;const a=n;n++;const r=e.posMax;for(;na})},76014:(e,t,n)=>{"use strict";function a(e){const t={},n=e.length;if(!n)return;let a=0,r=-2;const s=[];for(let o=0;oi;l-=s[l]+1){const t=e[l];if(t.marker===n.marker&&(t.open&&t.end<0)){let a=!1;if((t.close||n.open)&&(t.length+n.length)%3==0&&(t.length%3==0&&n.length%3==0||(a=!0)),!a){const a=l>0&&!e[l-1].open?s[l-1]+1:0;s[o]=o-l+a,s[l]=a,n.open=!1,t.end=o,t.close=!1,c=-1,r=-2;break}}}-1!==c&&(t[n.marker][(n.open?3:0)+(n.length||0)%3]=c)}}function r(e){const t=e.tokens_meta,n=e.tokens_meta.length;a(e.delimiters);for(let e=0;er})},62206:(e,t,n)=>{"use strict";function a(e,t){for(let n=t.length-1;n>=0;n--){const a=t[n];if(95!==a.marker&&42!==a.marker)continue;if(-1===a.end)continue;const r=t[a.end],s=n>0&&t[n-1].end===a.end+1&&t[n-1].marker===a.marker&&t[n-1].token===a.token-1&&t[a.end+1].token===r.token+1,o=String.fromCharCode(a.marker),i=e.tokens[a.token];i.type=s?"strong_open":"em_open",i.tag=s?"strong":"em",i.nesting=1,i.markup=s?o+o:o,i.content="";const l=e.tokens[r.token];l.type=s?"strong_close":"em_close",l.tag=s?"strong":"em",l.nesting=-1,l.markup=s?o+o:o,l.content="",s&&(e.tokens[t[n-1].token].content="",e.tokens[t[a.end+1].token].content="",n--)}}n.d(t,{A:()=>r});const r={tokenize:function(e,t){const n=e.pos,a=e.src.charCodeAt(n);if(t)return!1;if(95!==a&&42!==a)return!1;const r=e.scanDelims(e.pos,42===a);for(let t=0;t{"use strict";n.d(t,{A:()=>i});var a=n(9405),r=n(54439);const s=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,o=/^&([a-z][a-z0-9]{1,31});/i;function i(e,t){const n=e.pos,i=e.posMax;if(38!==e.src.charCodeAt(n))return!1;if(n+1>=i)return!1;if(35===e.src.charCodeAt(n+1)){const a=e.src.slice(n).match(s);if(a){if(!t){const t="x"===a[1][0].toLowerCase()?parseInt(a[1].slice(1),16):parseInt(a[1],10),n=e.push("text_special","",0);n.content=(0,r.isValidEntityCode)(t)?(0,r.fromCodePoint)(t):(0,r.fromCodePoint)(65533),n.markup=a[0],n.info="entity"}return e.pos+=a[0].length,!0}}else{const r=e.src.slice(n).match(o);if(r){const n=(0,a.Gz)(r[0]);if(n!==r[0]){if(!t){const t=e.push("text_special","",0);t.content=n,t.markup=r[0],t.info="entity"}return e.pos+=r[0].length,!0}}}return!1}},17785:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(54439);const r=[];for(let e=0;e<256;e++)r.push(0);function s(e,t){let n=e.pos;const s=e.posMax;if(92!==e.src.charCodeAt(n))return!1;if(n++,n>=s)return!1;let o=e.src.charCodeAt(n);if(10===o){for(t||e.push("hardbreak","br",0),n++;n=55296&&o<=56319&&n+1=56320&&t<=57343&&(i+=e.src[n+1],n++)}const l="\\"+i;if(!t){const t=e.push("text_special","",0);o<256&&0!==r[o]?t.content=i:t.content=l,t.markup=l,t.info="escape"}return e.pos=n+1,!0}"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach((function(e){r[e.charCodeAt(0)]=1}))},70322:(e,t,n)=>{"use strict";function a(e){let t,n,a=0;const r=e.tokens,s=e.tokens.length;for(t=n=0;t0&&a++,"text"===r[t].type&&t+1a})},7105:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(58105);function r(e,t){if(!e.md.options.html)return!1;const n=e.posMax,r=e.pos;if(60!==e.src.charCodeAt(r)||r+2>=n)return!1;const s=e.src.charCodeAt(r+1);if(33!==s&&63!==s&&47!==s&&!function(e){const t=32|e;return t>=97&&t<=122}(s))return!1;const o=e.src.slice(r).match(a.l);if(!o)return!1;if(!t){const t=e.push("html_inline","",0);t.content=o[0],i=t.content,/^\s]/i.test(i)&&e.linkLevel++,function(e){return/^<\/a\s*>/i.test(e)}(t.content)&&e.linkLevel--}var i;return e.pos+=o[0].length,!0}},74427:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t){let n,r,s,o,i,l,c,u,d="";const p=e.pos,m=e.posMax;if(33!==e.src.charCodeAt(e.pos))return!1;if(91!==e.src.charCodeAt(e.pos+1))return!1;const g=e.pos+2,A=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(A<0)return!1;if(o=A+1,o=m)return!1;for(u=o,l=e.md.helpers.parseLinkDestination(e.src,o,e.posMax),l.ok&&(d=e.md.normalizeLink(l.str),e.md.validateLink(d)?o=l.pos:d=""),u=o;o=m||41!==e.src.charCodeAt(o))return e.pos=p,!1;o++}else{if(void 0===e.env.references)return!1;if(o=0?s=e.src.slice(u,o++):o=A+1):o=A+1,s||(s=e.src.slice(g,A)),i=e.env.references[(0,a.normalizeReference)(s)],!i)return e.pos=p,!1;d=i.href,c=i.title}if(!t){r=e.src.slice(g,A);const t=[];e.md.inline.parse(r,e.md,e.env,t);const n=e.push("image","img",0),a=[["src",d],["alt",""]];n.attrs=a,n.children=t,n.content=r,c&&a.push(["title",c])}return e.pos=o,e.posMax=m,!0}},22128:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t){let n,r,s,o,i="",l="",c=e.pos,u=!0;if(91!==e.src.charCodeAt(e.pos))return!1;const d=e.pos,p=e.posMax,m=e.pos+1,g=e.md.helpers.parseLinkLabel(e,e.pos,!0);if(g<0)return!1;let A=g+1;if(A=p)return!1;if(c=A,s=e.md.helpers.parseLinkDestination(e.src,A,e.posMax),s.ok){for(i=e.md.normalizeLink(s.str),e.md.validateLink(i)?A=s.pos:i="",c=A;A=p||41!==e.src.charCodeAt(A))&&(u=!0),A++}if(u){if(void 0===e.env.references)return!1;if(A=0?r=e.src.slice(c,A++):A=g+1):A=g+1,r||(r=e.src.slice(m,g)),o=e.env.references[(0,a.normalizeReference)(r)],!o)return e.pos=d,!1;i=o.href,l=o.title}if(!t){e.pos=m,e.posMax=g;const t=[["href",i]];e.push("link_open","a",1).attrs=t,l&&t.push(["title",l]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push("link_close","a",-1)}return e.pos=A,e.posMax=p,!0}},44938:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const a=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;function r(e,t){if(!e.md.options.linkify)return!1;if(e.linkLevel>0)return!1;const n=e.pos;if(n+3>e.posMax)return!1;if(58!==e.src.charCodeAt(n))return!1;if(47!==e.src.charCodeAt(n+1))return!1;if(47!==e.src.charCodeAt(n+2))return!1;const r=e.pending.match(a);if(!r)return!1;const s=r[1],o=e.md.linkify.matchAtStart(e.src.slice(n-s.length));if(!o)return!1;let i=o.url;if(i.length<=s.length)return!1;i=i.replace(/\*+$/,"");const l=e.md.normalizeLink(i);if(!e.md.validateLink(l))return!1;if(!t){e.pending=e.pending.slice(0,-s.length);const t=e.push("link_open","a",1);t.attrs=[["href",l]],t.markup="linkify",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(i);const n=e.push("link_close","a",-1);n.markup="linkify",n.info="auto"}return e.pos+=i.length-s.length,!0}},94076:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t){let n=e.pos;if(10!==e.src.charCodeAt(n))return!1;const r=e.pending.length-1,s=e.posMax;if(!t)if(r>=0&&32===e.pending.charCodeAt(r))if(r>=1&&32===e.pending.charCodeAt(r-1)){let t=r-1;for(;t>=1&&32===e.pending.charCodeAt(t-1);)t--;e.pending=e.pending.slice(0,t),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(n++;n{"use strict";n.d(t,{A:()=>o});var a=n(57997),r=n(54439);function s(e,t,n,a){this.src=e,this.env=n,this.md=t,this.tokens=a,this.tokens_meta=Array(a.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}s.prototype.pushPending=function(){const e=new a.A("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e},s.prototype.push=function(e,t,n){this.pending&&this.pushPending();const r=new a.A(e,t,n);let s=null;return n<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),r.level=this.level,n>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],s={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(r),this.tokens_meta.push(s),r},s.prototype.scanDelims=function(e,t){let n,a,s=!0,o=!0;const i=this.posMax,l=this.src.charCodeAt(e),c=e>0?this.src.charCodeAt(e-1):32;let u=e;for(;u{"use strict";function a(e,t){let n;const a=[],r=t.length;for(let s=0;sr});const r={tokenize:function(e,t){const n=e.pos,a=e.src.charCodeAt(n);if(t)return!1;if(126!==a)return!1;const r=e.scanDelims(e.pos,!0);let s=r.length;const o=String.fromCharCode(a);if(s<2)return!1;let i;s%2&&(i=e.push("text","",0),i.content=o,s--);for(let t=0;t{"use strict";function a(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}function r(e,t){let n=e.pos;for(;nr})},57997:(e,t,n)=>{"use strict";function a(e,t,n){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=n,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}n.d(t,{A:()=>r}),a.prototype.attrIndex=function(e){if(!this.attrs)return-1;const t=this.attrs;for(let n=0,a=t.length;n=0&&(n=this.attrs[t][1]),n},a.prototype.attrJoin=function(e,t){const n=this.attrIndex(e);n<0?this.attrPush([e,t]):this.attrs[n][1]=this.attrs[n][1]+" "+t};const r=a},25315:(e,t,n)=>{"use strict";n.r(t),n.d(t,{decode:()=>a.A,encode:()=>r.A,format:()=>s.A,parse:()=>o.A});var a=n(51227),r=n(10963),s=n(5840),o=n(26786)},51227:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});const a={};function r(e,t){"string"!=typeof t&&(t=r.defaultChars);const n=function(e){let t=a[e];if(t)return t;t=a[e]=[];for(let e=0;e<128;e++){const n=String.fromCharCode(e);t.push(n)}for(let n=0;n=55296&&e<=57343?"���":String.fromCharCode(e),a+=6;continue}}if(240==(248&s)&&a+91114111?t+="����":(e-=65536,t+=String.fromCharCode(55296+(e>>10),56320+(1023&e))),a+=9;continue}}t+="�"}}return t}))}r.defaultChars=";/?:@&=+$,#",r.componentChars="";const s=r},10963:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});const a={};function r(e,t,n){"string"!=typeof t&&(n=t,t=r.defaultChars),void 0===n&&(n=!0);const s=function(e){let t=a[e];if(t)return t;t=a[e]=[];for(let e=0;e<128;e++){const n=String.fromCharCode(e);/^[0-9a-z]$/i.test(n)?t.push(n):t.push("%"+("0"+e.toString(16).toUpperCase()).slice(-2))}for(let n=0;n=55296&&r<=57343){if(r>=55296&&r<=56319&&t+1=56320&&n<=57343){o+=encodeURIComponent(e[t]+e[t+1]),t++;continue}}o+="%EF%BF%BD"}else o+=encodeURIComponent(e[t])}return o}r.defaultChars=";/?:@&=+$,-_.!~*'()#",r.componentChars="-_.!~*'()";const s=r},5840:(e,t,n)=>{"use strict";function a(e){let t="";return t+=e.protocol||"",t+=e.slashes?"//":"",t+=e.auth?e.auth+"@":"",e.hostname&&-1!==e.hostname.indexOf(":")?t+="["+e.hostname+"]":t+=e.hostname||"",t+=e.port?":"+e.port:"",t+=e.pathname||"",t+=e.search||"",t+=e.hash||"",t}n.d(t,{A:()=>a})},26786:(e,t,n)=>{"use strict";function a(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}n.d(t,{A:()=>A});const r=/^([a-z0-9.+-]+:)/i,s=/:[0-9]*$/,o=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,i=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),l=["'"].concat(i),c=["%","/","?",";","#"].concat(l),u=["/","?","#"],d=/^[+a-z0-9A-Z_-]{0,63}$/,p=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,m={javascript:!0,"javascript:":!0},g={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};a.prototype.parse=function(e,t){let n,a,s,i=e;if(i=i.trim(),!t&&1===e.split("#").length){const e=o.exec(i);if(e)return this.pathname=e[1],e[2]&&(this.search=e[2]),this}let l=r.exec(i);if(l&&(l=l[0],n=l.toLowerCase(),this.protocol=l,i=i.substr(l.length)),(t||l||i.match(/^\/\/[^@\/]+@[^@\/]+/))&&(s="//"===i.substr(0,2),!s||l&&m[l]||(i=i.substr(2),this.slashes=!0)),!m[l]&&(s||l&&!g[l])){let e,t,n=-1;for(let e=0;e127?a+="x":a+=n[e];if(!a.match(d)){const a=e.slice(0,t),r=e.slice(t+1),s=n.match(p);s&&(a.push(s[1]),r.unshift(s[2])),r.length&&(i=r.join(".")+i),this.hostname=a.join(".");break}}}}this.hostname.length>255&&(this.hostname=""),s&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}const A=i.indexOf("#");-1!==A&&(this.hash=i.substr(A),i=i.slice(0,A));const h=i.indexOf("?");return-1!==h&&(this.search=i.substr(h),i=i.slice(0,h)),i&&(this.pathname=i),g[n]&&this.hostname&&!this.pathname&&(this.pathname=""),this},a.prototype.parseHost=function(e){let t=s.exec(e);t&&(t=t[0],":"!==t&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)};const A=function(e,t){if(e&&e instanceof a)return e;const n=new a;return n.parse(e,t),n}},80786:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[\0-\x1F\x7F-\x9F]/},14935:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/},60804:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/},47795:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/},3506:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/},68407:(e,t,n)=>{"use strict";n.r(t),n.d(t,{Any:()=>a.A,Cc:()=>r.A,Cf:()=>s.A,P:()=>o.A,S:()=>i.A,Z:()=>l.A});var a=n(60905),r=n(80786),s=n(14935),o=n(60804),i=n(47795),l=n(3506)},60905:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/},38377:e=>{"use strict";e.exports=JSON.parse('{"T":{"White":"#fff","Black":"#000","Gray":"#646970","Gray 0":"#f6f7f7","Gray 5":"#dcdcde","Gray 10":"#c3c4c7","Gray 20":"#a7aaad","Gray 30":"#8c8f94","Gray 40":"#787c82","Gray 50":"#646970","Gray 60":"#50575e","Gray 70":"#3c434a","Gray 80":"#2c3338","Gray 90":"#1d2327","Gray 100":"#101517","Blue":"#0675c4","Blue 0":"#e9f0f5","Blue 5":"#bbe0fa","Blue 10":"#91caf2","Blue 20":"#68b3e8","Blue 30":"#399ce3","Blue 40":"#1689db","Blue 50":"#0675c4","Blue 60":"#055d9c","Blue 70":"#044b7a","Blue 80":"#02395c","Blue 90":"#01283d","Blue 100":"#001621","Purple":"#984a9c","Purple 0":"#f2e9ed","Purple 5":"#ebcee0","Purple 10":"#e3afd5","Purple 20":"#d48fc8","Purple 30":"#c475bd","Purple 40":"#b35eb1","Purple 50":"#984a9c","Purple 60":"#7c3982","Purple 70":"#662c6e","Purple 80":"#4d2054","Purple 90":"#35163b","Purple 100":"#1e0c21","Pink":"#c9356e","Pink 0":"#f5e9ed","Pink 5":"#f2ceda","Pink 10":"#f7a8c3","Pink 20":"#f283aa","Pink 30":"#eb6594","Pink 40":"#e34c84","Pink 50":"#c9356e","Pink 60":"#ab235a","Pink 70":"#8c1749","Pink 80":"#700f3b","Pink 90":"#4f092a","Pink 100":"#260415","Red":"#d63638","Red 0":"#f7ebec","Red 5":"#facfd2","Red 10":"#ffabaf","Red 20":"#ff8085","Red 30":"#f86368","Red 40":"#e65054","Red 50":"#d63638","Red 60":"#b32d2e","Red 70":"#8a2424","Red 80":"#691c1c","Red 90":"#451313","Red 100":"#240a0a","Orange":"#b26200","Orange 0":"#f5ece6","Orange 5":"#f7dcc6","Orange 10":"#ffbf86","Orange 20":"#faa754","Orange 30":"#e68b28","Orange 40":"#d67709","Orange 50":"#b26200","Orange 60":"#8a4d00","Orange 70":"#704000","Orange 80":"#543100","Orange 90":"#361f00","Orange 100":"#1f1200","Yellow":"#9d6e00","Yellow 0":"#f5f1e1","Yellow 5":"#f5e6b3","Yellow 10":"#f2d76b","Yellow 20":"#f0c930","Yellow 30":"#deb100","Yellow 40":"#c08c00","Yellow 50":"#9d6e00","Yellow 60":"#7d5600","Yellow 70":"#674600","Yellow 80":"#4f3500","Yellow 90":"#320","Yellow 100":"#1c1300","Green":"#008a20","Green 0":"#e6f2e8","Green 5":"#b8e6bf","Green 10":"#68de86","Green 20":"#1ed15a","Green 30":"#00ba37","Green 40":"#00a32a","Green 50":"#008a20","Green 60":"#007017","Green 70":"#005c12","Green 80":"#00450c","Green 90":"#003008","Green 100":"#001c05","Celadon":"#008763","Celadon 0":"#e4f2ed","Celadon 5":"#a7e8d3","Celadon 10":"#66deb9","Celadon 20":"#31cc9f","Celadon 30":"#09b585","Celadon 40":"#009e73","Celadon 50":"#008763","Celadon 60":"#007053","Celadon 70":"#005c44","Celadon 80":"#004533","Celadon 90":"#003024","Celadon 100":"#001c15","Automattic Blue":"#24a3e0","Automattic Blue 0":"#ebf4fa","Automattic Blue 5":"#c4e2f5","Automattic Blue 10":"#88ccf2","Automattic Blue 20":"#5ab7e8","Automattic Blue 30":"#24a3e0","Automattic Blue 40":"#1490c7","Automattic Blue 50":"#0277a8","Automattic Blue 60":"#036085","Automattic Blue 70":"#02506e","Automattic Blue 80":"#02384d","Automattic Blue 90":"#022836","Automattic Blue 100":"#021b24","WordPress Blue":"#006088","WordPress Blue 0":"#e6f1f5","WordPress Blue 5":"#bedae6","WordPress Blue 10":"#98c6d9","WordPress Blue 20":"#6ab3d0","WordPress Blue 30":"#3895ba","WordPress Blue 40":"#187aa2","WordPress Blue 50":"#006088","WordPress Blue 60":"#004e6e","WordPress Blue 70":"#003c56","WordPress Blue 80":"#002c40","WordPress Blue 90":"#001d2d","WordPress Blue 100":"#00101c","Simplenote Blue":"#3361cc","Simplenote Blue 0":"#e9ecf5","Simplenote Blue 5":"#ced9f2","Simplenote Blue 10":"#abc1f5","Simplenote Blue 20":"#84a4f0","Simplenote Blue 30":"#618df2","Simplenote Blue 40":"#4678eb","Simplenote Blue 50":"#3361cc","Simplenote Blue 60":"#1d4fc4","Simplenote Blue 70":"#113ead","Simplenote Blue 80":"#0d2f85","Simplenote Blue 90":"#09205c","Simplenote Blue 100":"#05102e","WooCommerce Purple":"#7f54b3","WooCommerce Purple 0":"#f7edf7","WooCommerce Purple 5":"#e5cfe8","WooCommerce Purple 10":"#d6b4e0","WooCommerce Purple 20":"#c792e0","WooCommerce Purple 30":"#af7dd1","WooCommerce Purple 40":"#9a69c7","WooCommerce Purple 50":"#7f54b3","WooCommerce Purple 60":"#674399","WooCommerce Purple 70":"#533582","WooCommerce Purple 80":"#3c2861","WooCommerce Purple 90":"#271b3d","WooCommerce Purple 100":"#140e1f","Jetpack Green":"#069e08","Jetpack Green 0":"#f0f2eb","Jetpack Green 5":"#d0e6b8","Jetpack Green 10":"#9dd977","Jetpack Green 20":"#64ca43","Jetpack Green 30":"#2fb41f","Jetpack Green 40":"#069e08","Jetpack Green 50":"#008710","Jetpack Green 60":"#007117","Jetpack Green 70":"#005b18","Jetpack Green 80":"#004515","Jetpack Green 90":"#003010","Jetpack Green 100":"#001c09"}}')},54681:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/ai-assistant","title":"AI Assistant","description":"Elevate your content creation with our AI-powered Gutenberg Block, offering seamless customization and generation. Bear in mind that, as an evolving tool, occasional imprecision may occur.","keywords":["AI","GPT","AL","Magic","help","assistant"],"version":"12.5.0","textdomain":"jetpack","category":"text","icon":"","supports":{"html":false,"multiple":true,"reusable":false},"attributes":{"content":{"type":"string"},"originalContent":{"type":"string"},"promptType":{"type":"string"},"originalMessages":{"type":"array","default":[]},"messages":{"type":"array","default":[]},"userPrompt":{"type":"string","default":""},"requestingState":{"type":"string","default":"init"}},"example":{"attributes":{"content":"With **Jetpack AI Assistant**, you can provide a prompt, and it will generate high-quality blog posts, informative pages, well-organized lists, and thorough tables that meet your specific requirements.\\n\\nTo start using the **Jetpack AI Assistant**, type `/AI` in the block editor."}}}')},1629:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/ai-chat","title":"Jetpack AI Search","description":"Provide a summarized answer to questions, trained on the sites content. Powered by AI.","keywords":["AI","GPT","Chat","Search"],"version":"12.5.0","textdomain":"jetpack","category":"text","icon":"","supports":{"align":true,"alignWide":true,"customClassName":true,"className":true,"html":false,"multiple":false,"reusable":false},"attributes":{"askButtonLabel":{"type":"string"},"placeholder":{"type":"string"},"showCopy":{"type":"boolean","default":true},"showFeedback":{"type":"boolean","default":true},"showSources":{"type":"boolean","default":true}}}')},35116:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/blog-stats","title":"Blog Stats","description":"Show a stats counter for your blog.","keywords":["views","hits","analytics","counter","visitors"],"version":"1.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":true,"alignWide":true,"html":false,"multiple":true,"reusable":true,"color":{"gradients":true},"spacing":{"margin":true,"padding":true},"typography":{"__experimentalFontFamily":true,"fontSize":true}},"attributes":{"label":{"type":"string"},"statsData":{"type":"string","default":"views"},"statsOption":{"type":"string","default":"site"}}}')},32442:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/blogging-prompt","title":"Writing Prompt","description":"Answer a new and inspiring writing prompt each day.","keywords":["writing","blogging"],"version":"12.5.0","textdomain":"jetpack","category":"text","icon":"","supports":{"align":false,"alignWide":false,"anchor":false,"className":true,"color":{"background":true,"gradients":true,"link":true,"text":true},"customClassName":true,"html":false,"inserter":true,"multiple":false,"reusable":true,"spacing":{"margin":["top","bottom"],"padding":true,"blockGap":false}},"attributes":{"answersLink":{"type":"string","source":"attribute","attribute":"href","selector":".jetpack-blogging-prompt__answers-link"},"answersLinkText":{"type":"string","source":"html","selector":".jetpack-blogging-prompt__answers-link"},"gravatars":{"type":"array","source":"query","selector":".jetpack-blogging-prompt__answers-gravatar","query":{"url":{"type":"string","source":"attribute","attribute":"src"}},"default":[]},"promptLabel":{"type":"string","source":"html","selector":".jetpack-blogging-prompt__label"},"promptText":{"type":"string","source":"html","selector":".jetpack-blogging-prompt__text"},"promptFetched":{"type":"boolean","default":false},"promptId":{"type":"number"},"showResponses":{"type":"boolean","default":true},"showLabel":{"type":"boolean","default":true},"tagsAdded":{"type":"boolean","default":false},"isBloganuary":{"type":"boolean","default":false}},"styles":[{"name":"block","label":"Block","isDefault":true},{"name":"quote","label":"Quote"}]}')},52829:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/blogroll","title":"Blogroll","description":"Share the sites you follow with your users.","keywords":[],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":false,"alignWide":true,"anchor":false,"customClassName":true,"className":true,"html":false,"multiple":true,"reusable":true,"color":{"link":true,"gradients":true},"spacing":{"padding":true,"margin":true},"typography":{"fontSize":true,"lineHeight":true}},"attributes":{"show_avatar":{"type":"boolean","default":true},"show_description":{"type":"boolean","default":true},"open_links_new_window":{"type":"boolean","default":true},"ignore_user_blogs":{"type":"boolean","default":true},"load_placeholders":{"type":"boolean","default":true}},"providesContext":{"showAvatar":"show_avatar","showDescription":"show_description","openLinksNewWindow":"open_links_new_window"}}')},9050:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/business-hours","title":"Business Hours","description":"Display opening hours for your business.","keywords":["opening hours","closing time","schedule","working day"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"html":true,"color":{"gradients":true},"spacing":{"margin":true,"padding":true},"typography":{"fontSize":true,"lineHeight":true},"align":["wide","full"]},"attributes":{"days":{"type":"array","default":[{"name":"Sun","hours":[]},{"name":"Mon","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Tue","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Wed","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Thu","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Fri","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Sat","hours":[]}]}},"example":{"attributes":{"days":[{"name":"Sun","hours":[]},{"name":"Mon","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Tue","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Wed","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Thu","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Fri","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Sat","hours":[]}]}}}')},13248:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/calendly","title":"Calendly","description":"Embed a calendar for customers to schedule appointments.","keywords":["calendar","schedule","appointments","events","dates"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":true,"alignWide":false,"html":false},"attributes":{"backgroundColor":{"type":"string","default":"ffffff"},"hideEventTypeDetails":{"type":"boolean","default":false},"primaryColor":{"type":"string","default":"00A2FF"},"textColor":{"type":"string","default":"4D5055"},"style":{"type":"string","default":"inline","enum":["inline","link"]},"url":{"type":"string"}},"example":{"attributes":{"hideEventTypeDetails":false,"style":"inline","url":"https://calendly.com/wpcom/jetpack-block-example"},"innerBlocks":[{"name":"jetpack/button","attributes":{"element":"a","text":"Schedule time with me","uniqueId":"calendly-widget-id","url":"https://calendly.com/wpcom/jetpack-block-example"}}]}}')},75173:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/contact-info","title":"Contact Info","description":"Add an email address, phone number, and physical address with improved markup for better SEO results.","keywords":["email","phone","address"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":["wide","full"],"html":false,"color":{"link":true,"gradients":true},"spacing":{"padding":true,"margin":true},"typography":{"fontSize":true,"lineHeight":true}},"example":{"attributes":{},"innerBlocks":[{"name":"jetpack/email","attributes":{"email":"hello@yourjetpack.blog"}},{"name":"jetpack/phone","attributes":{"phone":"123-456-7890"}},{"name":"jetpack/address","attributes":{"address":"987 Photon Drive","city":"Speedyville","region":"CA","postal":"12345","country":"USA"}}]}}')},74095:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/cookie-consent","title":"Cookie Consent","description":"Display a customizable cookie consent banner. To display this block on all pages of your site, please add it inside a Template Part that is present on all your templates, like a Header or a Footer.","keywords":["cookie","consent","privacy","GDPR","EU"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":["left","right","wide","full"],"alignWide":true,"anchor":false,"color":{"gradients":true,"link":true},"spacing":{"padding":true},"customClassName":true,"className":true,"html":false,"lock":false,"multiple":false,"reusable":false},"attributes":{"text":{"type":"string","source":"html","selector":"p"},"style":{"type":"object","default":{"color":{"text":"var(--wp--preset--color--contrast)","background":"var(--wp--preset--color--tertiary)","link":"var(--wp--preset--color--contrast)"},"spacing":{"padding":{"top":"1em","right":"1em","bottom":"1em","left":"1em"}}}},"align":{"type":"string","default":"wide"},"consentExpiryDays":{"type":"integer","default":365},"showOverlay":{"type":"boolean","default":false}}}')},87325:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/donations","title":"Donations Form","description":"Collect one-time, monthly, or annually recurring donations.","keywords":["charity","contribution","credit card","debit card","donate","earn","monetize","ecommerce","fundraising","fundraiser","gofundme","money","nonprofit","non-profit","paid","patreon","pay","payments","recurring","stripe","sponsor","square","tipping","venmo"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"html":false},"attributes":{"currency":{"type":"string","default":""},"oneTimeDonation":{"type":"object","default":{"show":true,"planId":null,"amounts":[5,15,100]}},"monthlyDonation":{"type":"object","default":{"show":true,"planId":null,"amounts":[5,15,100]}},"annualDonation":{"type":"object","default":{"show":true,"planId":null,"amounts":[5,15,100]}},"showCustomAmount":{"type":"boolean","default":true},"chooseAmountText":{"type":"string"},"customAmountText":{"type":"string"},"fallbackLinkUrl":{"type":"string"}},"example":{}}')},82306:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/eventbrite","title":"Eventbrite Checkout","description":"Embed Eventbrite event details and ticket checkout.","keywords":["events","tickets"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"align":true},"attributes":{"url":{"type":"string"},"eventId":{"type":"number"},"style":{"type":"string","default":"inline"}},"example":{"attributes":{"url":"https://www.eventbrite.com/e/test-event-tickets-123456789","eventId":123456789,"style":"modal"},"innerBlocks":[{"name":"jetpack/button","attributes":{"element":"a","text":"Register","uniqueId":"eventbrite-widget-id"}}]}}')},5564:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/gif","title":"GIF","description":"Search for and insert an animated image.","keywords":["animated","giphy","image"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"align":true},"attributes":{"align":{"type":"string","default":"center"},"caption":{"type":"string"},"giphyUrl":{"type":"string"},"searchText":{"type":"string"},"paddingTop":{"type":"string","default":"56.2%"}},"example":{"attributes":{"align":"center","giphyUrl":"https://giphy.com/embed/fxKWgoOG9hzPPkE1oc","paddingTop":"100%","searchText":"WordPress"}}}')},24360:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/goodreads","title":"Goodreads","description":"Features books from the shelves of your Goodreads account.","keywords":["book","read","author"],"version":"1.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"align":true},"attributes":{"bookNumber":{"type":"string","default":"5"},"class":{"type":"string"},"customTitle":{"type":"string"},"goodreadsId":{"type":"number"},"id":{"type":"string"},"link":{"type":"string"},"orderOption":{"type":"string","default":"d"},"shelfOption":{"type":"string","default":"read"},"showAuthor":{"type":"boolean","default":true},"showCover":{"type":"boolean","default":true},"showRating":{"type":"boolean","default":true},"showReview":{"type":"boolean","default":false},"showTags":{"type":"boolean","default":false},"showTitle":{"type":"boolean","default":true},"sortOption":{"type":"string","default":"date_added"},"style":{"type":"string","default":"default"},"userInput":{"type":"string"},"widgetId":{"type":"number"}},"example":{"attributes":{"goodreadsId":1176283}}}')},76862:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/google-calendar","title":"Google Calendar","description":"Embed a Google Calendar.","keywords":["events","dates","schedule","appointments"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"align":true,"alignWide":true,"html":false},"attributes":{"url":{"type":"string"},"height":{"type":"integer","default":600}},"example":{"attributes":{"url":"https://calendar.google.com/calendar/embed?src=jb4bu80jirp0u11a6niie21pp4%40group.calendar.google.com&ctz=America/New_York"}}}')},94575:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/google-docs-embed","title":"Google Docs (Beta)","description":"Embed a Google Document.","keywords":["document","gsuite","doc"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"align":["left","right","center","wide","full"],"anchor":true},"attributes":{"url":{"type":"string","default":""},"aspectRatio":{"type":"string"},"variation":{"type":"string"}}}')},88285:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/image-compare","title":"Image Compare","description":"Compare two images with a slider. Works best with images of the same size.","keywords":["juxtapose","photos","pictures","side by side","slider"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"align":["wide","full"]},"attributes":{"imageBefore":{"type":"object","default":{}},"imageAfter":{"type":"object","default":{}},"caption":{"type":"string"},"orientation":{"type":"string","default":"horizontal"}}}')},89525:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/instagram-gallery","title":"Latest Instagram Posts","description":"Display an automatically updating list of the latest posts from your Instagram feed.","keywords":["images","photos","pictures"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"align":true,"html":false},"attributes":{"accessToken":{"type":"string"},"instagramUser":{"type":"string"},"columns":{"type":"number","default":3,"min":1,"max":6},"count":{"type":"number","default":9,"min":1,"max":30},"spacing":{"type":"number","default":10,"min":0,"max":50},"isStackedOnMobile":{"type":"boolean","default":true}}}')},71969:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/like","title":"Like","description":"Give your readers the ability to show appreciation for your posts.","keywords":["like","likes","thumbs up","button","heart"],"version":"1.0.0","textdomain":"jetpack","category":"grow","icon":"","usesContext":["postId"],"attributes":{"showReblogButton":{"type":"boolean","default":false}}}')},37120:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/mailchimp","title":"Mailchimp","description":"Allow readers to join a Mailchimp audience.","keywords":["email","subscription","newsletter"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":["wide","full"],"color":{"gradients":true},"spacing":{"padding":true,"margin":true}},"attributes":{"emailPlaceholder":{"type":"string"},"consentText":{"type":"string"},"interests":{"type":"array","default":[]},"processingLabel":{"type":"string"},"signupFieldTag":{"type":"string"},"signupFieldValue":{"type":"string"},"successLabel":{"type":"string"},"errorLabel":{"type":"string"},"preview":{"type":"boolean","default":false}},"example":{"attributes":{"preview":true},"innerBlocks":[{"name":"jetpack/button","attributes":{"element":"button","text":"Join my Mailchimp audience","uniqueId":"mailchimp-widget-id"}}]}}')},55740:e=>{"use strict";e.exports=JSON.parse('[{"id":"mapbox-gl-js","file":"node_modules/mapbox-gl/dist/mapbox-gl.js","version":"1.13.0"},{"id":"mapbox-gl-css","file":"node_modules/mapbox-gl/dist/mapbox-gl.css","version":"1.13.0"}]')},6852:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/map","title":"Map","description":"Add an interactive map showing one or more locations.","keywords":["maps","location","navigation"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"defaultStylePicker":false,"html":false},"attributes":{"align":{"type":"string"},"points":{"type":"array","default":[]},"address":{"type":"string","default":""},"mapDetails":{"type":"boolean","default":true},"zoom":{"type":"integer","default":13},"mapCenter":{"type":"object","default":{"longitude":-122.41941550000001,"latitude":37.7749295}},"markerColor":{"type":"string","default":"red"},"preview":{"type":"boolean","default":false},"scrollToZoom":{"type":"boolean","default":false},"mapHeight":{"type":"integer"},"showFullscreenButton":{"type":"boolean","default":true}},"example":{"attributes":{"preview":true}}}')},73431:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/markdown","title":"Markdown","description":"Add headings, lists, or links to plain text with ease.","keywords":["formatting","syntax","markup"],"version":"12.5.0","textdomain":"jetpack","category":"text","icon":"","supports":{"align":["wide","full"],"html":false,"spacing":{"padding":true,"margin":true,"__experimentalDefaultControls":{"padding":true,"margin":true}}},"attributes":{"source":{"type":"string"}},"example":{"attributes":{"source":"## ## Try Markdown\\n\\nMarkdown is a text formatting syntax that is converted into HTML. You can _emphasize_ text or **make it strong** with just a few characters."}}}')},17195:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/nextdoor","title":"Nextdoor","description":"Embed a Nextdoor post for your neighbors on your blog.","keywords":["neighbor"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":true,"alignWide":true,"html":false},"attributes":{"url":{"type":"string"}}}')},79018:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/opentable","title":"OpenTable","description":"Book a reservation with OpenTable.","keywords":["booking","reservation","restaurant"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"align":true,"html":false},"attributes":{"rid":{"default":[],"type":"array"},"style":{"default":"standard","type":"string","enum":["button","standard","wide","tall"]},"iframe":{"default":true,"type":"boolean"},"domain":{"default":"com","type":"string"},"lang":{"default":"en-US","type":"string","enum":["en-US","fr-CA","de-DE","es-MX","ja-JP","nl-NL","it-IT"]},"newtab":{"default":false,"type":"boolean"},"negativeMargin":{"default":false,"type":"boolean"}},"example":{"attributes":{"rid":["1"],"style":"standard","iframe":true,"domain":"com","lang":"en-US","newtab":false,"negativeMargin":false}}}')},97472:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/payment-buttons","title":"Payment Buttons","description":"Sell products and subscriptions.","keywords":["buy","contribution","commerce","credit card","debit card","donate","Donations","earn","monetize","ecommerce","gofundme","memberships","money","paid","patreon","pay","payments","products","purchase","recurring","sell","shop","stripe","subscribe","subscriptions","sponsor","square","toast","venmo"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"__experimentalExposeControlsToChildren":true,"align":["wide","full"],"spacing":{"blockGap":true,"margin":["vertical"],"__experimentalDefaultControls":{"blockGap":true}},"layout":{"allowSwitching":false,"allowInheriting":false,"default":{"type":"flex"}},"typography":{"fontSize":true,"__experimentalFontFamily":true,"__experimentalTextTransform":true,"__experimentalDefaultControls":{"fontSize":true}}},"attributes":{}}')},80830:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/payments-intro","title":"Payments","description":"Sell products and services or receive donations on your website.","keywords":["earn","monetize","paid","pay","money","checkout"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"alignWide":false,"className":true,"customClassName":false,"html":false,"reusable":false}}')},64524:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/paywall","title":"Paywall","description":"Limit access to the content below this block to chosen subscribers.","keywords":["earn","monetize","more","email","follow","gated","memberships","newsletter","signin","subscribe","subscription","subscriptions"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"customClassName":false,"html":false,"multiple":false},"parent":["core/post-content"]}')},73800:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/pinterest","title":"Pinterest","description":"Embed a Pinterest pin, board, or user.","keywords":["social","pinboard","pins"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"align":false,"inserter":false},"attributes":{"url":{"type":"string"}},"example":{"attributes":{"url":"https://pinterest.com/anapinskywalker/"}}}')},1624:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/podcast-player","title":"Podcast Player","description":"Select and play episodes from a single podcast.","keywords":["audio","embed"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"align":["wide","full"],"spacing":{"padding":true,"margin":true},"anchor":false,"customClassName":true,"className":true,"html":false,"multiple":true,"reusable":true},"attributes":{"url":{"type":"string"},"selectedEpisodes":{"type":"array","default":[]},"itemsToShow":{"type":"integer","default":5},"showCoverArt":{"type":"boolean","default":true},"showEpisodeTitle":{"type":"boolean","default":true},"showEpisodeDescription":{"type":"boolean","default":true},"primaryColor":{"type":"string"},"customPrimaryColor":{"type":"string"},"hexPrimaryColor":{"type":"string"},"secondaryColor":{"type":"string"},"customSecondaryColor":{"type":"string"},"hexSecondaryColor":{"type":"string"},"backgroundColor":{"type":"string"},"customBackgroundColor":{"type":"string"},"hexBackgroundColor":{"type":"string"},"exampleFeedData":{"type":"object"}},"example":{"attributes":{"customPrimaryColor":"GREEN","hexPrimaryColor":"GREEN","exampleFeedData":{"title":"Jetpack Example Podcast","link":"https://jetpack.com","cover":"https://jetpackme.files.wordpress.com/2020/05/jetpack-example-podcast-cover.png?w=160","tracks":[{"id":"3","title":"3. Our third episode","duration":"14:58"},{"id":"2","title":"2. Interview with a special guest","duration":"19:17"},{"id":"1","title":"1. Welcome to Example Podcast","duration":"11:25"}]}}}}')},58087:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"premium-content/container","title":"Paid Content","description":"Restrict access to your content for paying subscribers.","keywords":["buy","credit card","debit card","monetize","earn","exclusive","gated","gofundme","memberships","money","newsletter","paid","patreon","pay","payments","paywall","premium content","purchase","recurring","repeat","signin","stripe","subscribe","subscriptions","support","sponsor","square","toast","venmo","stripe","substack"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"html":false},"providesContext":{"premium-content/planIds":"selectedPlanIds","premium-content/isPreview":"isPreview","isPremiumContentChild":"isPremiumContentChild"},"attributes":{"selectedPlanIds":{"type":"array","default":[]},"isPreview":{"type":"boolean","default":false},"isPremiumContentChild":{"type":"boolean","default":true}},"example":{"attributes":{"isPreview":true}}}')},8206:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/rating-star","title":"Star Rating","description":"Rate movies, books, songs, recipes — anything you can put a number on.","keywords":["star","rating","review"],"version":"12.5.0","textdomain":"jetpack","category":"widgets","icon":"","supports":{"html":false},"styles":[{"name":"filled","label":"Filled","isDefault":true},{"name":"outlined","label":"Outlined"}],"attributes":{"rating":{"type":"number","default":1},"maxRating":{"type":"number","default":5},"color":{"type":"string"},"ratingStyle":{"type":"string","default":"star"},"className":{"type":"string"},"align":{"type":"string","default":"left"}},"example":{}}')},85660:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/recipe","title":"Recipe (Beta)","description":"Add images, ingredients and cooking steps to display an easy to read recipe.","keywords":[],"version":"12.5.0","textdomain":"jetpack","category":"widgets","icon":"","supports":{"align":["full","wide"],"alignWide":true,"anchor":false,"customClassName":true,"className":true,"html":false,"multiple":true,"reusable":true},"attributes":{"ingredients":{"type":"array","default":[]},"steps":{"type":"array","default":[]}}}')},77675:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/recurring-payments","title":"Payment Button","description":"Button allowing you to sell products and subscriptions.","keywords":["buy","contribution","commerce","credit card","debit card","donate","Donations","monetize","earn","ecommerce","gofundme","memberships","money","paid","patreon","pay","payments","products","purchase","recurring","sell","shop","stripe","subscribe","subscriptions","sponsor","square","toast","venmo"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"html":false,"__experimentalExposeControlsToChildren":true},"usesContext":["isPremiumContentChild"],"providesContext":{"jetpack/parentBlockWidth":"width"},"attributes":{"planId":{"type":"integer"},"planIds":{"type":"array"},"align":{"type":"string"},"url":{"type":"string","default":"#"},"uniqueId":{"type":"string","default":"id"},"width":{"type":"string"}},"parent":["jetpack/payment-buttons"]}')},88795:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/related-posts","title":"Related Posts","description":"Display a list of related posts.","keywords":["similar content","linked","connected"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"multiple":false,"reusable":false,"color":{"gradients":true,"link":true},"spacing":{"margin":true,"padding":true},"typography":{"__experimentalFontFamily":true,"fontSize":true,"lineHeight":true},"align":["wide","full"]},"attributes":{"postLayout":{"type":"string","default":"grid"},"displayAuthor":{"type":"boolean","default":false},"displayDate":{"type":"boolean","default":true},"displayThumbnails":{"type":"boolean","default":false},"displayContext":{"type":"boolean","default":false},"postsToShow":{"type":"number","default":3}},"example":{"attributes":{"postLayout":"grid","displayAuthor":false,"displayDate":true,"displayThumbnails":true,"displayContext":false,"postsToShow":2}}}')},20242:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/repeat-visitor","title":"Repeat Visitor","description":"Control block visibility based on how often a visitor has viewed the page.","keywords":["return","visitors","visibility"],"version":"12.5.0","textdomain":"jetpack","category":"widgets","icon":"","supports":{"align":["wide","full"],"html":false},"attributes":{"criteria":{"type":"string","default":"after-visits"},"threshold":{"type":"number","default":3}},"example":{"attributes":{"criteria":"after-visits","threshold":3},"innerBlocks":[{"name":"core/paragraph","attributes":"This block will only appear to a visitor who visited the page three or more times."}]}}')},58180:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/send-a-message","title":"Send A Message","description":"Let your visitors send you messages with the tap of a button.","keywords":["whatsapp","messenger","contact","support"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"html":false},"attributes":{},"example":{}}')},50233:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/sharing-button","title":"Sharing Button","description":"Display a sharing button, allowing users to share your post.","keywords":[],"version":"12.5.0","textdomain":"jetpack","category":"embed","parent":["jetpack/sharing-buttons"],"attributes":{"service":{"type":"string"},"label":{"type":"string"}},"usesContext":["styleType","postId","iconColorValue","iconBackgroundColorValue"],"supports":{"reusable":false,"html":false},"viewScript":"file:./view.js"}')},32870:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/sharing-buttons","title":"Sharing Buttons","description":"Give your readers the ability to easily share your content with X, Facebook, Tumblr, LinkedIn, and a host of other services to help spread your message across the web.","keywords":["sharing","social","bluesky","twitter","x","linkedin","facebook","mastodon","tumblr","threads","whatsapp","telegram","pinterest","pocket","reddit","nextdoor","print","email"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","attributes":{"styleType":{"type":"string","default":"icon-text","validValues":["icon-text","icon","text","official"]},"size":{"type":"string","default":"has-normal-icon-size","validValues":["has-small-icon-size","has-normal-icon-size","has-large-icon-size","has-huge-icon-size"]},"iconColor":{"type":"string"},"customIconColor":{"type":"string"},"iconColorValue":{"type":"string"},"iconBackgroundColor":{"type":"string"},"customIconBackgroundColor":{"type":"string"},"iconBackgroundColorValue":{"type":"string"}},"providesContext":{"styleType":"styleType","iconColor":"iconColor","iconColorValue":"iconColorValue","iconBackgroundColor":"iconBackgroundColor","iconBackgroundColorValue":"iconBackgroundColorValue"},"supports":{"align":["left","center","right"],"anchor":true,"__experimentalExposeControlsToChildren":true,"layout":{"allowSwitching":false,"allowInheriting":false,"allowVerticalAlignment":false,"default":{"type":"flex"}},"color":{"enableContrastChecker":true,"background":true,"gradients":true,"customGradient":true,"text":false,"__experimentalDefaultControls":{"background":false}},"spacing":{"blockGap":["horizontal","vertical"],"margin":true,"padding":true,"units":["px","em","rem","vh","vw"],"__experimentalDefaultControls":{"blockGap":true,"margin":true,"padding":false}}},"example":{"innerBlocks":[{"name":"jetpack/sharing-button","attributes":{"service":"facebook"}},{"name":"jetpack/sharing-button","attributes":{"service":"x"}},{"name":"jetpack/sharing-button","attributes":{"service":"mastodon"}}]},"viewScript":"file:./view.js","style":"file:./view.css"}')},16668:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/simple-payments","title":"Pay with PayPal","description":"Add credit and debit card payment buttons with minimal setup. Good for collecting donations or payments for products and services.","keywords":["buy","commerce","credit card","debit card","monetize","earn","ecommerce","money","paid","payments","products","purchase","sell","shop","square","payments"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"className":false,"customClassName":false,"html":false,"reusable":false},"attributes":{"currency":{"type":"string","default":"USD"},"content":{"type":"string","source":"html","selector":".jetpack-simple-payments-description p","default":""},"email":{"type":"string","default":""},"featuredMediaId":{"type":"number","default":0},"featuredMediaUrl":{"type":"string","source":"attribute","selector":".jetpack-simple-payments-image img","attribute":"src","default":null},"featuredMediaTitle":{"type":"string","source":"attribute","selector":".jetpack-simple-payments-image img","attribute":"alt","default":null},"multiple":{"type":"boolean","default":false},"postLinkUrl":{"type":"string","source":"attribute","selector":".jetpack-simple-payments-purchase","attribute":"href"},"postLinkText":{"type":"string","source":"html","selector":".jetpack-simple-payments-purchase","default":"Click here to purchase."},"price":{"type":"number"},"productId":{"type":"number"},"title":{"type":"string","source":"html","selector":".jetpack-simple-payments-title p","default":""}},"example":{"attributes":{"price":25,"title":"Jetpack t-shirt","content":"Take flight in ultimate comfort with this stylish t-shirt featuring the Jetpack logo.","email":"jetpack@jetpack.com","featuredMediaUrl":"./simple-payments_example-1.jpg"}}}')},87762:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/slideshow","title":"Slideshow","description":"Display multiple images in sequential order.","keywords":["story","image","video","gallery"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"html":false,"align":["center","wide","full"]},"attributes":{"align":{"default":"center","type":"string"},"autoplay":{"type":"boolean","default":false},"delay":{"type":"number","default":3},"ids":{"default":[],"type":"array"},"images":{"type":"array","default":[],"source":"query","selector":".swiper-slide","query":{"alt":{"source":"attribute","selector":"img","attribute":"alt","default":""},"caption":{"type":"string","source":"html","selector":"figcaption"},"id":{"source":"attribute","selector":"img","attribute":"data-id"},"url":{"source":"attribute","selector":"img","attribute":"src"}}},"effect":{"type":"string","default":"slide"},"sizeSlug":{"type":"string"}},"example":{"align":"center","autoplay":true,"ids":[22,23,24],"images":[{"alt":"","caption":"","id":22,"url":"./slideshowExample1.png"},{"alt":"","caption":"","id":23,"url":"./slideshowExample2.png"},{"alt":"","caption":"","id":24,"url":"./slideshowExample3.png"}],"effect":"slide"}}')},68331:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/story","title":"Story","description":"Add an interactive story.","keywords":["story","image","video","gallery"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"html":false},"attributes":{"settings":{"type":"object"},"mediaFiles":{"type":"array","default":[]}},"example":{"attributes":{"mediaFiles":[{"alt":"","caption":"","mime":"image/jpg","type":"image","id":22,"url":"./storyExample1.png"}]}}}')},11380:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/subscriber-login","title":"Subscriber Login","description":"Show links for subscribers to login, logout, or manage their subscription.","keywords":["login","logout","subscription","member","account","user"],"version":"0.0.1","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":true,"anchor":false,"customClassName":true,"className":true,"html":false,"multiple":true,"reusable":true,"spacing":{"margin":true,"padding":true},"typography":{"fontSize":true,"lineHeight":true},"color":{"text":false,"link":true,"gradients":true}},"attributes":{"redirectToCurrent":{"type":"boolean","default":true},"logInLabel":{"type":"string"},"logOutLabel":{"type":"string"},"showManageSubscriptionsLink":{"type":"boolean","default":true},"manageSubscriptionsLabel":{"type":"string"}}}')},99876:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/subscriptions","title":"Subscribe","description":"Subscribe to this blog\'s posts as a newsletter.","keywords":["newsletter","email","follow"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"spacing":{"margin":true,"padding":true},"align":["wide","full"]},"styles":[{"name":"split","label":"Split","isDefault":true},{"name":"compact","label":"Compact"},{"name":"button","label":"Button only"}],"attributes":{"subscribePlaceholder":{"type":"string"},"showSubscribersTotal":{"type":"boolean","default":false},"includeSocialFollowers":{"type":"boolean"},"buttonOnNewLine":{"type":"boolean","default":false},"buttonWidth":{"type":"string"},"submitButtonText":{"type":"string"},"emailFieldBackgroundColor":{"type":"string"},"customEmailFieldBackgroundColor":{"type":"string"},"emailFieldGradient":{"type":"string"},"customEmailFieldGradient":{"type":"string"},"buttonBackgroundColor":{"type":"string"},"customButtonBackgroundColor":{"type":"string"},"buttonGradient":{"type":"string"},"customButtonGradient":{"type":"string"},"textColor":{"type":"string"},"customTextColor":{"type":"string"},"fontSize":{"type":"string"},"customFontSize":{"type":"string"},"borderRadius":{"type":"number"},"borderWeight":{"type":"number"},"borderColor":{"type":"string"},"customBorderColor":{"type":"string"},"padding":{"type":"number"},"spacing":{"type":"number"},"successMessage":{"type":"string","default":"Success! An email was just sent to confirm your subscription. Please find the email now and click \'Confirm\' to start subscribing."},"appSource":{"type":"string"},"className":{"type":"string"}},"example":{}}')},76585:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/tiled-gallery","title":"Tiled Gallery","description":"Display multiple images in an elegantly organized tiled layout.","keywords":["columns","images","photos","pictures","square","circle","mosaic"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"align":["center","wide","full"],"color":{"gradients":true,"text":false},"customClassName":false,"html":false,"spacing":{"margin":true,"padding":true},"__experimentalHideChildBlockControls":true},"providesContext":{"imageCrop":"imageCrop"},"styles":[{"name":"rectangular","label":"Tiled mosaic","isDefault":true},{"name":"circle","label":"Circles"},{"name":"square","label":"Square tiles"},{"name":"columns","label":"Tiled columns"}],"attributes":{"align":{"type":"string","default":"center"},"className":{"type":"string","default":"is-style-rectangular"},"columns":{"type":"number"},"columnWidths":{"type":"array","default":[]},"ids":{"type":"array","default":[]},"imageFilter":{"type":"string"},"images":{"type":"array","default":[],"source":"query","selector":".tiled-gallery__item","query":{"alt":{"attribute":"alt","default":"","selector":"img","source":"attribute"},"height":{"attribute":"data-height","type":"number","selector":"img","source":"attribute"},"id":{"attribute":"data-id","selector":"img","source":"attribute"},"link":{"attribute":"data-link","selector":"img","source":"attribute"},"url":{"attribute":"data-url","selector":"img","source":"attribute"},"width":{"attribute":"data-width","selector":"img","source":"attribute","type":"number"}}},"imageCrop":{"type":"boolean","default":true},"linkTo":{"default":"none","type":"string"},"roundedCorners":{"type":"integer","default":0}}}')},86525:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/tock","title":"Tock","description":"Reserve a table at your restaurant with Tock.","keywords":["booking","reservation","restaurant"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"align":true,"html":false,"multiple":false},"attributes":{"url":{"type":"string"}},"example":{"attributes":{"url":"roister"},"viewportWidth":250}}')},35075:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/top-posts","title":"Top Posts & Pages","description":"Display your most popular content.","keywords":["ranking","views","trending","popular"],"version":"1.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"align":["wide","full"],"html":false,"multiple":true,"reusable":true,"color":{"gradients":true,"link":true},"spacing":{"margin":true,"padding":true},"typography":{"__experimentalFontFamily":true,"fontSize":true,"lineHeight":true}},"attributes":{"layout":{"type":"string","default":"grid"},"displayAuthor":{"type":"boolean","default":true},"displayDate":{"type":"boolean","default":true},"displayThumbnail":{"type":"boolean","default":true},"displayContext":{"type":"boolean","default":false},"period":{"type":"string","default":"7"},"postsToShow":{"type":"number","default":3},"postTypes":{"type":"object","default":{"post":true,"page":true}}}}')},15210:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/voice-to-content","title":"Voice to content","description":"Transform your spoken words into a post ready to publish with AI.","keywords":["AI","GPT","AL","Magic","help","assistant"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"html":false,"multiple":true,"reusable":false},"attributes":{"content":{"type":"string"}}}')},16344:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/wordads","title":"Ad","description":"Earn income by adding high quality ads to your post.","keywords":["ads","WordAds","advertisement"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"align":["left","center","right"],"alignWide":false,"className":false,"customClassName":false,"html":false,"reusable":false},"attributes":{"align":{"type":"string","default":"center"},"format":{"type":"string","default":"mrec"},"hideMobile":{"type":"boolean","default":false}},"example":{}}')},73391:e=>{"use strict";e.exports=JSON.parse('{"production":["ai-assistant","ai-chat","ai-assistant-plugin","blogging-prompt","business-hours","button","calendly","cookie-consent","contact-form","contact-form/salesforce-lead-form","contact-info","donations","eventbrite","gif","google-calendar","image-compare","instagram-gallery","like","likes","mailchimp","map","markdown","opentable","payments","pinterest","podcast-player","premium-content","publicize","rating-star","recurring-payments","related-posts","repeat-visitor","send-a-message","whatsapp-button","seo","sharing","shortlinks","simple-payments","slideshow","social-previews","story","subscriber-login","subscriptions","tiled-gallery","tock","videopress","wordads","payments-intro","post-publish-qr-post-panel","payment-buttons","videopress/video","ai-assistant-support","ai-assistant-form-support","paywall","blogroll","blogroll-item","nextdoor","ai-assistant-usage-panel","sharing-button","sharing-buttons","ai-content-lens","blog-stats","top-posts","goodreads","voice-to-content","ai-featured-image-generator","ai-title-optimization","ai-assistant-experimental-image-generation-support","ai-general-purpose-image-generator","ai-proofread-breve","ai-assistant-site-logo-support"],"beta":["google-docs-embed","launchpad-save-modal","recipe","v6-video-frame-poster","videopress/video-chapters","ai-assistant-backend-prompts","ai-title-optimization-keywords-support"],"experimental":[],"no-post-editor":["ai-assistant","business-hours","button","calendly","contact-form","contact-info","donations","eventbrite","gif","google-calendar","instagram-gallery","mailchimp","map","markdown","opentable","pinterest","rating-star","related-posts","repeat-visitor","simple-payments","slideshow","tiled-gallery","tock","videopress","voice-to-content","wordads"]}')},8912:e=>{"use strict";e.exports=JSON.parse('{"K":"iVBORw0KGgoAAAANSUhEUgAABwAAAAQACAYAAADm/02CAAAAAXNSR0IArs4c6QAAIABJREFUeF7s2UERAAAIAkHpX9oeN2sDVn7sHAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECGYFlkghCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMAZAJWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIB7b027AAAgAElEQVQAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQG7bqScAACAASURBVIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQ+PbsmAYAAABhmH/X87FUAoWPkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIGdj10AAAIABJREFUECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBwXgv4AAAFzklEQVRAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgxEwQBvhGJcwAAAABJRU5ErkJggg=="}')}},i={};function l(e){var t=i[e];if(void 0!==t)return t.exports;var n=i[e]={exports:{}};return o[e].call(n.exports,n,n.exports,l),n.exports}l.m=o,l.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return l.d(t,{a:t}),t},t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,l.t=function(n,a){if(1&a&&(n=this(n)),8&a)return n;if("object"==typeof n&&n){if(4&a&&n.__esModule)return n;if(16&a&&"function"==typeof n.then)return n}var r=Object.create(null);l.r(r);var s={};e=e||[null,t({}),t([]),t(t)];for(var o=2&a&&n;"object"==typeof o&&!~e.indexOf(o);o=t(o))Object.getOwnPropertyNames(o).forEach((e=>s[e]=()=>n[e]));return s.default=()=>n,l.d(r,s),r},l.d=(e,t)=>{for(var n in t)l.o(t,n)&&!l.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},l.f={},l.e=e=>Promise.all(Object.keys(l.f).reduce(((t,n)=>(l.f[n](e,t),t)),[])),l.u=e=>(979===e?"swiper":e)+".js?minify=false&ver="+{92:"14ef15236750d3a72c67",979:"c603174e80bc2acf9e4f"}[e],l.miniCssF=e=>"swiper.css?minify=false&ver=ec8bb6b572560ea05dfb",(()=>{if(!l.miniCssF)throw new Error("MiniCSSWithRTLPlugin was loaded before MiniCSSExtractPlugin");var e;l.miniCssF=(e=l.miniCssF,t=>{var n="rtl"===document.dir,a=e(t);return n?a.replace(/\.css(?:$|\?)/,".rtl$&"):a})})(),l.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),l.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n={},a="Jetpack:",l.l=(e,t,r,s)=>{if(n[e])n[e].push(t);else{var o,i;if(void 0!==r)for(var c=document.getElementsByTagName("script"),u=0;u{o.onerror=o.onload=null,clearTimeout(m);var r=n[e];if(delete n[e],o.parentNode&&o.parentNode.removeChild(o),r&&r.forEach((e=>e(a))),t)return t(a)},m=setTimeout(p.bind(null,void 0,{type:"timeout",target:o}),12e4);o.onerror=p.bind(null,o.onerror),o.onload=p.bind(null,o.onload),i&&document.head.appendChild(o)}},l.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{var e;l.g.importScripts&&(e=l.g.location+"");var t=l.g.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var n=t.getElementsByTagName("script");if(n.length)for(var a=n.length-1;a>-1&&(!e||!/^http(s?):/.test(e));)e=n[a--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),l.p=e})(),r=e=>new Promise(((t,n)=>{var a=l.miniCssF(e),r=l.p+a;if(((e,t)=>{for(var n=document.getElementsByTagName("link"),a=0;a{var r=document.createElement("link");r.rel="stylesheet",r.type="text/css",r.onerror=r.onload=s=>{if(r.onerror=r.onload=null,"load"===s.type)n();else{var o=s&&("load"===s.type?"missing":s.type),i=s&&s.target&&s.target.href||t,l=new Error("Loading CSS chunk "+e+" failed.\n("+i+")");l.code="CSS_CHUNK_LOAD_FAILED",l.type=o,l.request=i,r.parentNode.removeChild(r),a(l)}},r.href=t,document.head.appendChild(r)})(e,r,t,n)})),s={975:0,8:0,195:0,755:0},l.f.miniCss=(e,t)=>{s[e]?t.push(s[e]):0!==s[e]&&{979:1}[e]&&t.push(s[e]=r(e).then((()=>{s[e]=0}),(t=>{throw delete s[e],t})))},(()=>{var e={975:0,8:0,195:0,755:0};l.f.j=(t,n)=>{var a=l.o(e,t)?e[t]:void 0;if(0!==a)if(a)n.push(a[2]);else if(979!=t){var r=new Promise(((n,r)=>a=e[t]=[n,r]));n.push(a[2]=r);var s=l.p+l.u(t),o=new Error;l.l(s,(n=>{if(l.o(e,t)&&(0!==(a=e[t])&&(e[t]=void 0),a)){var r=n&&("load"===n.type?"missing":n.type),s=n&&n.target&&n.target.src;o.message="Loading chunk "+t+" failed.\n("+r+": "+s+")",o.name="ChunkLoadError",o.type=r,o.request=s,a[1](o)}}),"chunk-"+t,t)}else e[t]=0};var t=(t,n)=>{var a,r,s=n[0],o=n[1],i=n[2],c=0;if(s.some((t=>0!==e[t]))){for(a in o)l.o(o,a)&&(l.m[a]=o[a]);if(i)i(l)}for(t&&t(n);c * diff --git a/_inc/blocks/editor-beta.rtl.css b/_inc/blocks/editor-beta.rtl.css index ff006ba662..f5712a91b9 100644 --- a/_inc/blocks/editor-beta.rtl.css +++ b/_inc/blocks/editor-beta.rtl.css @@ -1 +1 @@ -.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive>*{pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive:after{content:none}.jetpack-editor-panel-logo{margin-right:.5em}.jetpack-gutenberg-social-icon{fill:#757575}.jetpack-gutenberg-social-icon.is-facebook{fill:#0866ff}.jetpack-gutenberg-social-icon.is-twitter{fill:#55acee}.jetpack-gutenberg-social-icon.is-linkedin{fill:#0976b4}.jetpack-gutenberg-social-icon.is-tumblr{fill:#35465c}.jetpack-gutenberg-social-icon.is-google{fill:var(--color-gplus)}.jetpack-ai-status-indicator__icon-wrapper{align-self:baseline;opacity:0;transition:opacity .25s ease-in-out,width .25s;width:0}.jetpack-ai-status-indicator__icon-wrapper>svg{height:24px;margin:6px 0 0;width:24px}.jetpack-ai-status-indicator__icon-wrapper.is-requesting,.jetpack-ai-status-indicator__icon-wrapper.is-suggesting{opacity:1;width:24px}.jetpack-components-ai-control__container-wrapper{bottom:16px;position:sticky}.jetpack-components-ai-control__container{background-color:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 12px 15px 0 #0000001f,0 3px 9px 0 #0000001f,0 1px 3px 0 #00000026;color:#2c3338;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.jetpack-components-ai-control__wrapper{align-items:flex-end;border-radius:6px 6px 0 0;box-sizing:border-box;display:flex;gap:6px;padding:8px 12px 8px 8px}.jetpack-components-ai-control__wrapper.is-transparent{opacity:.4}.jetpack-components-ai-control__input-wrapper{align-items:center;align-self:center;display:flex;flex-grow:1;min-height:36px}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input{background-color:#fff;border:none;border-radius:2px;box-shadow:none;color:#2c3338;font-size:16px;font-weight:400;line-height:20px;min-height:20px;padding:6px 8px;resize:none!important;transition:box-shadow .1s linear 0s;width:100%}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input:focus{box-shadow:none;color:#2c3338}@media(min-width:600px){.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input{font-size:13px}}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input::-moz-placeholder{opacity:.75;text-overflow:ellipsis;white-space:nowrap}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input::placeholder{opacity:.75;text-overflow:ellipsis;white-space:nowrap}.jetpack-components-ai-control__controls-prompt_button_wrapper{align-items:center;display:flex;gap:8px}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button.is-small:not(.has-label){padding:0}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button-group .components-button{box-shadow:none;padding:6px 8px}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button-group{display:flex}.jetpack-components-ai-control__controls-prompt_button:disabled{cursor:not-allowed;opacity:.6}.jetpack-ai-assistant__message{align-items:center;align-self:center;border-radius:4px;display:flex;font-size:12px;line-height:28px;min-height:28px;padding:0 12px}.jetpack-ai-assistant__message>svg{fill:#787c82;flex-shrink:0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content{align-items:center;display:flex;flex-grow:2;gap:4px;line-height:1.4em;margin:0 8px}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content span{padding:5px 0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-external-link{color:#646970}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-button.is-link{padding:0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-button.is-link,.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-external-link{flex-shrink:0}.jetpack-ai-assistant__message-severity-info{background-color:#f6f7f7;color:#646970}.jetpack-ai-assistant__message-severity-warning{background-color:#fef8ee;color:#101517}.jetpack-ai-assistant__message-severity-error{background-color:#f7ebec;color:#101517}.jetpack-ai-assistant__message-severity-error>svg{fill:#e65054}.jetpack-ai-assistant__message-severity-success{background-color:#d0e6b8;color:#101517}.jetpack-ai-assistant__message-severity-success>svg{fill:#2fb41f}.jetpack-ai-assistant__message-sidebar{display:flex;height:unset;padding:0}.jetpack-ai-assistant__message-sidebar>svg{fill:#646970}.jetpack-ai-logo-generator-modal__loading-wrapper{align-items:center;display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:center}.jetpack-ai-logo-generator-modal__loader{margin-bottom:29px}.jetpack-ai-logo-generator__carousel{display:flex;flex-shrink:0;gap:8px;overflow-x:auto}.jetpack-ai-logo-generator__carousel .components-button{height:unset;padding:unset}@media(min-width:700px){.jetpack-ai-logo-generator__carousel{padding:2px}}.jetpack-ai-logo-generator__carousel-logo{align-items:center;border:1px solid #dcdcde;border-radius:2px;display:flex;flex-shrink:0;justify-content:center}.jetpack-ai-logo-generator__carousel-logo.is-selected{border-color:#0675c4;border-width:1.5px}.jetpack-ai-logo-generator__carousel-logo img{height:48px;width:48px}.jetpack-ai-logo-generator-icon path{fill:#0675c4}.jetpack-ai-logo-generator-modal-presenter__wrapper{display:flex;flex-direction:column;gap:8px}.jetpack-ai-logo-generator-modal-presenter{display:flex}.jetpack-ai-logo-generator-modal-presenter__content{align-items:center;background:#f6f7f7;border-radius:4px;display:flex;flex-grow:1;max-height:229px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__content{flex-direction:column;max-height:unset}}.jetpack-ai-logo-generator-modal-presenter__rectangle{position:relative;width:0}.jetpack-ai-logo-generator-modal-presenter__rectangle:after{background-color:#f6f7f7;content:"";height:15px;position:absolute;right:-66px;top:-7.5px;transform:rotate(45deg);width:15px}.jetpack-ai-logo-generator-modal-presenter__loading-text{flex-grow:1;text-align:center}.jetpack-ai-logo-generator-modal-presenter__logo{height:198px;margin:16px 16px 16px 30px;width:198px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__logo{margin:16px}}.jetpack-ai-logo-generator-modal-presenter__action-wrapper{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;height:100%;margin-left:32px;padding:16px 0}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__action-wrapper{margin-right:32px}}.jetpack-ai-logo-generator-modal-presenter__description{color:#646970;flex-grow:1;overflow-y:auto;padding-top:16px}.jetpack-ai-logo-generator-modal-presenter__actions{border-top:1px solid #dcdcde;display:flex;gap:24px;margin-top:16px;padding-top:16px}.jetpack-ai-logo-generator-modal-presenter__action{align-items:center;display:flex}.jetpack-ai-logo-generator-modal-presenter__action.components-button,.jetpack-ai-logo-generator-modal-presenter__action.components-button:active,.jetpack-ai-logo-generator-modal-presenter__action.components-button:hover{color:#0675c4}.jetpack-ai-logo-generator-modal-presenter__action .action-text{font-size:var(--font-body-extra-small)}.jetpack-ai-logo-generator-modal-presenter__action .jetpack-ai-logo-generator-icon{margin-left:8px}.jetpack-ai-logo-generator-modal-presenter__success-wrapper{align-items:center;display:flex;flex-direction:column;gap:16px;width:100%}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__success-wrapper{padding-bottom:16px}}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{font-size:var(--font-body-small);padding:8px 16px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__banner-description{color:#fff;line-height:21px;word-wrap:break-word;vertical-align:middle}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__icon{height:24px;margin-left:8px;position:relative;vertical-align:middle;width:24px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__icon path{fill:#8c8f94}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{font-size:var(--font-body-extra-small);font-weight:600;height:auto;line-height:20px;padding:4px 8px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#fff;color:#000}.jetpack-ai-logo-generator__prompt{display:flex;flex-direction:column;font-size:var(--font-body-small);gap:8px}.jetpack-ai-logo-generator__prompt-header{align-items:flex-start;align-self:stretch;display:flex;justify-content:space-between}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-label{font-weight:500}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-actions{display:flex;font-size:var(--font-body-extra-small);line-height:20px}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-actions .jetpack-ai-logo-generator-icon{margin-left:4px}.jetpack-ai-logo-generator__prompt-query{align-items:flex-end;align-self:stretch;background:#fff;border:1px solid #c3c4c7;border-radius:8px;display:flex;gap:8px;justify-content:space-between;padding:8px 16px 8px 8px}@media(min-width:700px){.jetpack-ai-logo-generator__prompt-query{gap:48px}}.jetpack-ai-logo-generator__prompt-query .prompt-query__input{border:0;color:#101517;flex-grow:1;line-height:1.6;padding:6px 0;resize:none;vertical-align:initial;word-break:break-word}.jetpack-ai-logo-generator__prompt-query .prompt-query__input:active,.jetpack-ai-logo-generator__prompt-query .prompt-query__input:focus{outline:0}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[contentEditable=false]{color:#646970}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[data-placeholder]:empty:before{color:#646970;content:attr(data-placeholder)}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[data-placeholder]:empty:focus:before{content:""}.jetpack-ai-logo-generator__prompt-footer{display:flex;flex-direction:column;gap:8px}.jetpack-ai-logo-generator__prompt-requests{color:#646970;display:flex;font-size:var(--font-body-extra-small);line-height:21px}.jetpack-ai-logo-generator__prompt-requests .prompt-footer__icon{height:20px;width:20px}.jetpack-ai-logo-generator__prompt-requests .prompt-footer__icon path{fill:#a7aaad}.jetpack-ai-logo-generator__prompt-error{color:#d63638;font-size:var(--font-body-extra-small);line-height:21px}.jetpack-ai-logo-generator-modal-visit-site-banner{background:#f6f7f7;border-radius:4px;display:flex;gap:16px;padding:16px 20px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-visit-site-banner{flex-direction:column}}.jetpack-ai-logo-generator-modal-visit-site-banner__jetpack-logo{align-items:center;display:flex;justify-content:center}.jetpack-ai-logo-generator-modal-visit-site-banner__content{display:flex;flex-direction:column;font-size:14px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-visit-site-banner__content{gap:8px}}@media(min-width:960px){.jetpack-ai-logo-generator-modal{max-height:90%}}.jetpack-ai-logo-generator-modal .components-modal__header{border-bottom:1px solid #dcdcde;padding:20px 24px}.jetpack-ai-logo-generator-modal .components-modal__content{margin-bottom:30px;padding:32px 32px 2px}.jetpack-ai-logo-generator-modal .components-modal__content>div:not(.components-modal__header){height:100%}.jetpack-ai-logo-generator-modal .components-button:focus:not(:disabled):not(.is-primary){box-shadow:0 0 0 2px #0675c4}.jetpack-ai-logo-generator-modal .components-button.is-link{color:#0675c4;text-decoration:none}.jetpack-ai-logo-generator-modal__body{display:flex;flex-direction:column;gap:16px;height:100%}@media(min-width:700px){.jetpack-ai-logo-generator-modal__body{min-height:409px;width:700px}.jetpack-ai-logo-generator-modal__body.notice-modal{min-height:unset;width:470px}}.jetpack-ai-logo-generator__footer{display:flex}.jetpack-ai-logo-generator__footer .jetpack-ai-logo-generator__feedback-button{align-items:center;display:flex;gap:4px;margin-top:8px}.jetpack-ai-logo-generator__footer .jetpack-ai-logo-generator__feedback-button .icon{color:#a7aaad}.jetpack-ai-logo-generator-modal__notice-message-wrapper{display:flex;flex-direction:column;gap:24px}.jetpack-ai-logo-generator-modal__notice-message{font-size:var(--font-body-small)}.jetpack-ai-logo-generator-modal__notice-actions{display:flex;gap:12px;justify-content:flex-end}.jetpack-ai-logo-generator__accept{display:flex;flex-direction:column;gap:64px}.jetpack-ai-logo-generator__accept-actions{display:flex;gap:22px;justify-content:flex-end}.ai-assistant-featured-image__content{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:32px}.ai-assistant-featured-image__actions,.ai-assistant-featured-image__user-prompt{display:flex;justify-content:center;width:100%}.ai-assistant-featured-image__user-prompt{flex-direction:row}.ai-assistant-featured-image__user-prompt-textarea{display:flex;justify-content:center;width:100%}.ai-assistant-featured-image__user-prompt-textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.ai-assistant-featured-image__user-prompt-textarea textarea:disabled{opacity:.5}.ai-assistant-featured-image__actions-left{display:flex;justify-content:flex-start;width:50%}.ai-assistant-featured-image__actions-right{display:flex;justify-content:flex-end;width:50%}.ai-assistant-featured-image__action-buttons{display:flex;gap:12px;justify-content:center}.ai-assistant-featured-image__image-canvas{margin-top:24px;width:100%}.ai-assistant-featured-image__image-canvas>.jetpack-ai-upgrade-banner{margin-bottom:8px}.ai-assistant-featured-image__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:8px 32px}.ai-assistant-featured-image__footer__feedback-button{display:inline-block}.ai-assistant-featured-image__footer__feedback-button a{text-decoration:none}.ai-assistant-featured-image__footer .icon{color:#a7aaad;height:20px;margin-right:4px;width:20px}.ai-image-modal__content{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:32px}.ai-image-modal__content .jetpack-ai-fair-usage-notice{width:100%}.ai-image-modal__actions,.ai-image-modal__user-prompt{display:flex;justify-content:center;width:100%}.ai-image-modal__user-prompt{flex-direction:row}.ai-image-modal__user-prompt-textarea{display:flex;justify-content:center;width:100%}.ai-image-modal__user-prompt-textarea div{display:flex;width:100%}.ai-image-modal__user-prompt-textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.ai-image-modal__user-prompt-textarea textarea:disabled{opacity:.5}.ai-image-modal__actions-left{display:flex;justify-content:flex-start;width:50%}.ai-image-modal__actions-right{display:flex;justify-content:flex-end;width:50%}.ai-image-modal__action-buttons{display:flex;gap:12px;justify-content:center}.ai-image-modal__image-canvas{margin-top:24px;width:100%}.ai-image-modal__image-canvas>.jetpack-ai-upgrade-banner{margin-bottom:8px}.ai-image-modal__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:8px 32px}.ai-image-modal__footer__feedback-button{display:inline-block}.ai-image-modal__footer__feedback-button a{text-decoration:none}.ai-image-modal__footer .icon{color:#a7aaad;height:20px;margin-right:4px;width:20px}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-bottom:0}.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper{max-width:580px}.jetpack-upgrade-plan-banner__wrapper{column-gap:32px}.jetpack-upgrade-plan-banner.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background:#fff;color:#000}.jetpack-ai-fair-usage-notice-muted-variant{color:#757575;font-size:13px;font-weight:400;line-height:1.4;margin:0;text-wrap:pretty}.jetpack-ai-fair-usage-notice-muted-variant a{color:#757575}.jetpack-ai-fair-usage-notice,.jetpack-ai-fair-usage-notice a{color:#1e1e1e}@media(min-width:960px){.ai-assistant-modal{max-height:95%}}.ai-assistant-modal__content{display:flex;flex-direction:column}@media screen and (min-width:960px){.ai-assistant-modal__content{width:100vw}}.ai-assistant-modal__header{display:flex;justify-content:space-between;margin-left:-32px;margin-right:-32px;margin-top:-32px;padding:8px 12px}.ai-assistant-modal__divider{background:#dcdcde;height:1px;margin:0 -32px}.ai-assistant-modal__title-wrapper{align-items:center;display:flex;gap:16px}.ai-assistant-modal__title-wrapper>svg{color:#008710;margin:0}.ai-assistant-modal__title{font-size:14px;line-height:24px;margin:0}.ai-assistant-image__blank{height:auto;position:relative}.ai-assistant-image__blank,.ai-assistant-image__blank-content{align-items:center;display:flex;justify-content:center;width:100%}.ai-assistant-image__blank-content{height:100%;position:absolute}.ai-assistant-image__blank-content.is-dotted{border:1px dotted}.ai-assistant-image__loading{flex-direction:column;gap:8px}.ai-assistant-image__error{align-items:center;display:flex;flex-direction:column;justify-content:center}.ai-assistant-image__error-message{color:red;font-size:10px}.ai-assistant-image__carrousel{flex-direction:column;width:100%}.ai-assistant-image__carrousel-images{align-items:center;display:flex;overflow:hidden;position:relative}.ai-assistant-image__carrousel-images .ai-carrousel__prev{right:0}.ai-assistant-image__carrousel-images .ai-carrousel__next{left:0}.ai-assistant-image__carrousel-images .ai-carrousel__next,.ai-assistant-image__carrousel-images .ai-carrousel__prev{align-items:center;background:#0000;border:none;bottom:0;cursor:pointer;display:flex;height:100%;justify-content:center;opacity:0;position:absolute;top:0;transition:opacity .3s;width:60px;z-index:1}.ai-assistant-image__carrousel-images .ai-carrousel__next:hover,.ai-assistant-image__carrousel-images .ai-carrousel__prev:hover{background-color:#0000004d;opacity:1}.ai-assistant-image__carrousel-images .ai-carrousel__next-icon,.ai-assistant-image__carrousel-images .ai-carrousel__prev-icon{fill:#fff}.ai-assistant-image__carrousel-images .ai-carrousel__next-icon.is-disabled,.ai-assistant-image__carrousel-images .ai-carrousel__prev-icon.is-disabled{fill:gray}.ai-assistant-image__carrousel-footer{display:flex;justify-content:space-between;margin-top:8px}.ai-assistant-image__carrousel-counter{align-items:center;display:flex;font-size:13px;justify-content:flex-start;padding:6px 0}.ai-assistant-image__carrousel-counter .ai-carrousel__next,.ai-assistant-image__carrousel-counter .ai-carrousel__prev{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;justify-content:center;padding:0}.ai-assistant-image__carrousel-counter .ai-carrousel__next-icon.is-disabled,.ai-assistant-image__carrousel-counter .ai-carrousel__prev-icon.is-disabled{fill:gray}.ai-assistant-image__carrousel-image{height:auto;width:100%}.ai-assistant-image__carrousel-image-container{display:flex;height:auto;position:absolute;right:8px;transform:translateX(-100%);transition:transform .5s;width:100%}.ai-assistant-image__carrousel-image-container.is-prev{right:-8px;transform:translateX(100%)}.ai-assistant-image__carrousel-image-container.is-current{position:static;transform:translateX(0)}.ai-assistant-featured-image__usage-counter{color:#646970;display:flex;flex-direction:column;font-size:12px}.ai-assistant-featured-image__usage-counter>span{align-items:center;display:flex;gap:8px;justify-content:space-between}.ai-assistant-featured-image__usage-counter-no-limit{color:red}@keyframes jetpack-external-media-loading-fade{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.jetpack-external-media-browser--visually-hidden{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.modal-open .jetpack-external-media-button-menu__options{display:none}.jetpack-external-media-browser .is-error{margin-bottom:1em;margin-left:0;margin-right:0}.jetpack-external-media-browser .components-placeholder{background-color:#0000}.jetpack-external-media-browser .components-modal__content{overflow:auto;padding-bottom:0;width:100%}@media(min-width:600px){.jetpack-external-media-browser .components-modal__content{height:90vh;width:90vw}}.jetpack-external-media-browser.is-jetpack-app-media{max-width:733px}@media(min-width:600px){.jetpack-external-media-browser.is-jetpack-app-media .components-modal__content{height:90vh;max-width:733px;width:90vw}}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-app-icon{width:69px}.jetpack-external-media-browser.is-jetpack-app-media .components-notice-list{position:relative;z-index:1}.jetpack-external-media-browser.is-jetpack-app-media .components-modal__header{border-bottom:0}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-wrapper__jetpack_app_media-instructions{bottom:-104px;left:-56px;position:relative}.jetpack-external-media-browser.is-jetpack-app-media .components-modal__content{margin-top:0;padding:40px 56px}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__item{animation:animate-drop .3s ease;opacity:1}@media only screen and (min-width:600px){.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__item{padding-top:96px;width:112px}}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser .jetpack-external-media-browser__media__item img{height:80px;width:80px}@keyframes animate-drop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.jetpack-external-media-wrapper__jetpack_app_media-title{color:var(--jp-gray-100);font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-size:24px;font-weight:400;letter-spacing:-.32px;line-height:1.67;margin:0 0 14px}.jetpack-external-media-wrapper__jetpack_app_media-description{color:var(--jp-gray-60);font-size:14px;font-weight:400;line-height:1.43;margin:0;text-align:right}.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-description,.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-title{max-width:100%}@media only screen and (min-width:600px){.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-description,.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-title{max-width:calc(100% - 300px)}}.jetpack-external-media-wrapper__jetpack_app_media-qr-code canvas{height:100px;margin-top:24px;width:100px}.jetpack-external-media-wrapper__jetpack_app_media-instructions img{bottom:0;display:none;left:56px;position:absolute}@media only screen and (min-width:600px){.jetpack-external-media-wrapper__jetpack_app_media-instructions img{display:inline}}.jetpack-external-media-browser__jetpack_app_media_browser{margin:0 -20px}.jetpack-external-media-browser__jetpack_app_media_browser .jetpack-external-media-browser__media{margin:6px 0 -15px}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__toolbar{background-color:#0000;padding:0}.jetpack-external-media-wrapper__jetpack_app_media-qr-code-wrapper{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:space-between}.jetpack-external-media-wrapper__jetpack_app_media .jetpack-external-media-browser__empty{display:none}.jetpack-external-media-browser--is-copying{pointer-events:none}.jetpack-external-media-browser{align-items:flex-start;background:#fff;display:flex;flex-direction:column}.jetpack-external-media-browser .jetpack-external-media-browser__media{width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__item{background:#0000;border:0;display:inline-flex;height:0;padding-top:50%;position:relative;width:50%}.jetpack-external-media-browser .jetpack-external-media-browser__media__item img{display:block;height:calc(100% - 16px);object-fit:contain;position:absolute;right:8px;top:8px;width:calc(100% - 16px)}.jetpack-external-media-browser .jetpack-external-media-browser__media__item.is-transient img{opacity:.3}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;right:0;text-align:center;top:0;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator .components-spinner{margin-bottom:8px}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator__label{font-size:12px}.jetpack-external-media-browser .jetpack-external-media-browser__media__folder{align-content:flex-start;align-items:center;display:flex;flex-wrap:wrap;float:right;justify-content:space-between;margin-bottom:36px}.jetpack-external-media-browser .jetpack-external-media-browser__media__info{display:flex;font-size:12px;font-weight:700;justify-content:space-between;padding:3px;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__count{background-color:#dcdcde;border-radius:8px;margin-bottom:auto;padding:3px 4px}.jetpack-external-media-browser .jetpack-external-media-browser__media__item{border:8px solid #0000}.jetpack-external-media-browser .jetpack-external-media-browser__media__item:focus{border-radius:10px;box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color);outline:none}.jetpack-external-media-browser .jetpack-external-media-browser__media__item__selected{border-radius:10px;box-shadow:inset 0 0 0 6px var(--wp-admin-theme-color)}.jetpack-external-media-browser .jetpack-external-media-browser__media__item__selected:focus{box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color),inset 0 0 0 3px #fff,inset 0 0 0 6px var(--wp-admin-theme-color)}.jetpack-external-media-browser .jetpack-external-media-browser__media__placeholder{animation:jetpack-external-media-loading-fade 1.6s ease-in-out infinite;background-color:#ccc;border:0;height:100px;margin:16px;width:100px}.jetpack-external-media-browser .jetpack-external-media-browser__media__toolbar{background:#fff;bottom:0;display:flex;justify-content:flex-end;padding:20px 0;position:fixed;position:sticky;right:0;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__loadmore{clear:both;display:block;margin:24px auto 48px}@media only screen and (min-width:600px){.jetpack-external-media-browser .jetpack-external-media-browser__media__item{padding-top:20%;width:20%}}.jetpack-external-media-header__view{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:48px}@media only screen and (min-width:600px){.jetpack-external-media-header__view{align-items:center;flex-direction:row}}.jetpack-external-media-header__view select{max-width:200px!important}.jetpack-external-media-header__view .components-base-control__field{display:flex;flex-direction:column}.jetpack-external-media-header__filter label,.jetpack-external-media-header__view label{margin-left:10px}.jetpack-external-media-header__filter .components-base-control,.jetpack-external-media-header__view .components-base-control{margin-bottom:0;padding-left:8px}.jetpack-external-media-header__filter{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;justify-content:flex-start}@media only screen and (min-width:600px){.jetpack-external-media-header__filter{border-right:1px solid #ccc;margin-right:16px;padding-right:16px}}.jetpack-external-media-header__filter .jetpack-external-media-date-filter{display:flex;flex-wrap:wrap}.jetpack-external-media-header__filter .jetpack-external-media-date-filter button{height:40px;margin-top:27px}@media only screen and (min-width:783px){.jetpack-external-media-header__filter .jetpack-external-media-date-filter button{height:30px}}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__label{margin-bottom:3px}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__backdrop{border-color:#e0e0e0;border-radius:3px}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__input{height:40px;width:70px}@media only screen and (min-width:783px){.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__input{height:30px}}.jetpack-external-media-header__account{display:flex;flex-direction:column}.jetpack-external-media-header__account .jetpack-external-media-header__account-info{display:flex;margin-bottom:8px}.jetpack-external-media-header__account .jetpack-external-media-header__account-image{margin-left:8px}.jetpack-external-media-header__account .jetpack-external-media-header__account-name{height:18px;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jetpack-external-media-header__account .jetpack-external-media-browser__disconnect{height:40px;margin:1px 0 9px 1px}@media only screen and (min-width:783px){.jetpack-external-media-header__account .jetpack-external-media-browser__disconnect{height:30px}}.jetpack-external-media-header__openverse,.jetpack-external-media-header__pexels{display:flex;margin-bottom:48px}.jetpack-external-media-header__openverse .components-base-control,.jetpack-external-media-header__pexels .components-base-control{flex:1;margin-left:12px}.jetpack-external-media-header__openverse .components-base-control__field,.jetpack-external-media-header__pexels .components-base-control__field{margin-bottom:0}.jetpack-external-media-header__openverse .components-base-control__field,.jetpack-external-media-header__openverse .components-text-control__input,.jetpack-external-media-header__pexels .components-base-control__field,.jetpack-external-media-header__pexels .components-text-control__input{height:100%}.jetpack-external-media-placeholder__open-modal{align-items:center;display:flex;justify-content:center;left:0;margin-top:-48px;padding:0;position:absolute;z-index:1}.jetpack-external-media-placeholder__open-modal .components-button{background:none;margin:0;padding:12px}.jetpack-external-media-placeholder__open-modal .components-button:before{content:none}.jetpack-external-media-placeholder__open-modal .components-button svg{display:block;fill:currentColor}.jetpack-external-media-browsing>div.components-placeholder:not(.jetpack-external-media-replacedholder){display:none}.jetpack-external-media-browser__empty{padding-top:2em;text-align:center;width:100%}.jetpack-external-media-auth{margin:0 auto;max-width:340px;padding-bottom:80px;text-align:center}.jetpack-external-media-auth p{margin:2em 0}.jetpack-external-media-filters{display:flex;justify-content:space-between}.jetpack-external-media-button-menu__dropdown{width:100%}.jetpack-external-media-button-menu__dropdown .jetpack-external-media-button-menu{flex-direction:row;padding-left:12px;padding-right:12px;text-align:right;width:100%}.jetpack-external-media-button-menu__dropdown .jetpack-external-media-button-menu .jetpack-external-media-button-menu__label{flex-grow:2}.jetpack-external-media-button-wrapper{display:flex}.components-placeholder__fieldset .components-dropdown .jetpack-external-media-button-menu,.editor-post-featured-image .components-dropdown .jetpack-external-media-button-menu{margin-bottom:1em;width:auto}.components-placeholder__fieldset .components-dropdown .jetpack-external-media-button-menu>svg,.editor-post-featured-image .components-dropdown .jetpack-external-media-button-menu>svg{display:none}.editor-post-featured-image .components-dropdown{display:initial}.block-editor-inserter__media-panel .components-search-control input[type=search].components-search-control__input[placeholder~=Google],.block-editor-inserter__media-panel .components-search-control input[type=search].components-search-control__input[placeholder~=Google]+.components-search-control__icon{display:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{align-items:center;background:#000;border-radius:2px;box-shadow:inset 0 0 1px #fff;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;justify-content:space-between;padding:0 20px;text-transform:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-title{color:#fff;margin-bottom:10px;margin-left:10px;margin-top:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__title{margin-left:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{flex-shrink:0;height:28px;line-height:1;margin-bottom:10px;margin-right:auto;margin-top:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#e34c84;color:#fff;text-decoration:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background:#eb6594}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background-image:linear-gradient(45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-bottom:12px;margin-top:0}.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper{max-width:840px;width:100%}.jetpack-paid-block-symbol,.jetpack-upgrade-plan__hidden{display:none}.jetpack-enable-upgrade-nudge .block-editor-block-icon{position:relative}.jetpack-enable-upgrade-nudge .block-editor-block-icon>svg{overflow:visible}.jetpack-enable-upgrade-nudge svg.jetpack-paid-block-symbol{display:block;position:absolute;right:calc(100% - 1px);top:3px}.jetpack-enable-upgrade-nudge .components-placeholder__label .jetpack-paid-block-symbol{display:none}.wp-block-cover.is-placeholder{display:block}.paid-block-media-placeholder{width:100%}.wp-block-cover:not(.is-placeholder) .paid-block-media-placeholder{bottom:0;left:0;position:absolute;right:0;top:0}.block-editor-block-list__block.is-upgradable.is-selected.is-placeholder{background-color:#0000;padding-top:0}.block-editor-block-list__layout .block-editor-block-list__block.is-upgradable:focus:after{box-shadow:none}.interface-interface-skeleton__editor{max-width:100%}.is-beta-extension{box-shadow:0 0 3px #2fb41f;position:relative;transition:box-shadow .5s linear}.is-beta-extension.inset-shadow{box-shadow:inset 0 0 3px #2fb41f}.is-beta-extension:before{background-color:#2fb41f;border-radius:4px;color:#fff;content:"BETA";font-size:11px;font-weight:600;height:24px;left:3px;line-height:24px;opacity:1;padding:0 5px;position:absolute;top:3px;transition:visibility .5s,opacity .5s linear;visibility:visible;z-index:10000}.is-beta-extension:focus,.is-beta-extension:hover{box-shadow:none}.is-beta-extension:focus:before,.is-beta-extension:hover:before{opacity:0;visibility:hidden}.jetpack-ai-usage-panel{width:100%}.jetpack-ai-usage-panel p.muted{color:#646970}.jetpack-ai-usage-panel .jetpack-ai-usage-panel-upgrade-button{margin-top:1em}.jetpack-ai-usage-panel{--spacing-base:8px}.jetpack-ai-usage-panel .components-base-control{margin:0}.jetpack-ai-usage-panel .jetpack-ai-usage-panel-loading{background-color:#dcdcde;height:calc(var(--spacing-base)*11 + .5px)}.jetpack-ai-usage-panel .ai-assistant-usage-bar-wrapper{background-color:#dcdcde;border-radius:2px;height:4px;margin:0;overflow:hidden;width:100%}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage{background-color:#069e08;border-radius:2px;height:100%}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage.warning{background-color:#f2cf75}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage.danger{background-color:#d63639}.jetpack-ai-usage-panel .jetpack-ai-usage-panel__loading-placeholder{background-color:#c3c4c7;margin-top:var(--spacing-base)}.jetpack-ai-usage-panel__available-requests{font-size:16px;font-weight:600;margin-bottom:8px;margin-top:0}@keyframes R2i0K45dEF157drbVRPI{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.NisihrgiIKl_knpYJtfg{animation:R2i0K45dEF157drbVRPI 1.5s infinite;background-color:var(--jp-gray);height:100%;width:100%}.jetpack-ai-feedback-control .components-base-control:last-child{margin-bottom:0}.ai-assistant__i18n-dropdown{width:100%}.ai-assistant__i18n-dropdown .components-dropdown-menu__toggle{display:flex;gap:8px;width:100%}.ai-assistant__i18n-dropdown__toggle-label{flex-grow:2;text-align:right}.ai-assistant__tone-dropdown{width:100%}.ai-assistant__tone-dropdown .components-dropdown-menu__toggle{display:flex;gap:8px;width:100%}.ai-assistant__tone-dropdown__toggle-label{flex-grow:2;text-align:right;width:100}.block-editor-block-toolbar__slot{flex-shrink:0}.wp-block-jetpack-ai-assistant .jetpack-ai-assistant__content{opacity:1;transition:opacity .2s ease-in-out}.wp-block-jetpack-ai-assistant.is-waiting-response .jetpack-ai-assistant__content{opacity:.5}.jetpack-ai-assistant__error{color:var(--wp--preset--color--black);margin:0 0 8px}.jetpack-ai-assistant__accept{display:flex;justify-content:right;margin:12px}.jetpack-ai-assistant__content{overflow-x:auto}.jetpack-ai-assistant__content table{border-collapse:collapse;width:100%}.jetpack-ai-assistant__content thead{border-bottom:3px solid}.jetpack-ai-assistant__content tfoot{border-top:3px solid}.jetpack-ai-assistant__content td,.jetpack-ai-assistant__content th{border:1px solid;padding:.5em}.jetpack-ai-assistant__content .has-fixed-layout{table-layout:fixed;width:100%}.jetpack-ai-assistant__content .has-fixed-layout td,.jetpack-ai-assistant__content .has-fixed-layout th{word-break:break-word}.jetpack-ai-assistant__content.aligncenter,.jetpack-ai-assistant__content.alignleft,.jetpack-ai-assistant__content.alignright{display:table;width:auto}.jetpack-ai-assistant__content.aligncenter td,.jetpack-ai-assistant__content.aligncenter th,.jetpack-ai-assistant__content.alignleft td,.jetpack-ai-assistant__content.alignleft th,.jetpack-ai-assistant__content.alignright td,.jetpack-ai-assistant__content.alignright th{word-break:break-word}.jetpack-ai-assistant__content .has-border-color td,.jetpack-ai-assistant__content .has-border-color th,.jetpack-ai-assistant__content .has-border-color tr,.jetpack-ai-assistant__content .has-border-color>*{border-color:inherit}.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child,.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child td,.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child th,.jetpack-ai-assistant__content table[style*=border-top-color]>*,.jetpack-ai-assistant__content table[style*=border-top-color]>* td,.jetpack-ai-assistant__content table[style*=border-top-color]>* th{border-top-color:inherit}.jetpack-ai-assistant__content table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.jetpack-ai-assistant__content table[style*=border-right-color] td:last-child,.jetpack-ai-assistant__content table[style*=border-right-color] th,.jetpack-ai-assistant__content table[style*=border-right-color] tr,.jetpack-ai-assistant__content table[style*=border-right-color]>*{border-left-color:inherit}.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child,.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child td,.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child th,.jetpack-ai-assistant__content table[style*=border-bottom-color]>*,.jetpack-ai-assistant__content table[style*=border-bottom-color]>* td,.jetpack-ai-assistant__content table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.jetpack-ai-assistant__content table[style*=border-left-color] td:first-child,.jetpack-ai-assistant__content table[style*=border-left-color] th,.jetpack-ai-assistant__content table[style*=border-left-color] tr,.jetpack-ai-assistant__content table[style*=border-left-color]>*{border-right-color:inherit}.jetpack-ai-assistant__content table[style*=border-style] td,.jetpack-ai-assistant__content table[style*=border-style] th,.jetpack-ai-assistant__content table[style*=border-style] tr,.jetpack-ai-assistant__content table[style*=border-style]>*{border-style:inherit}.jetpack-ai-assistant__content table[style*=border-width] td,.jetpack-ai-assistant__content table[style*=border-width] th,.jetpack-ai-assistant__content table[style*=border-width] tr,.jetpack-ai-assistant__content table[style*=border-width]>*{border-style:inherit;border-width:inherit}.wp-block-ai-image-image{cursor:pointer;height:128px;width:128px}.jetpack-ai-assistant__templates-control svg{padding-left:4px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper{flex-wrap:nowrap}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-connect-banner__description,.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-connect-banner__description,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description{line-height:24px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background-color:#fff;color:#000;margin-bottom:8px;margin-top:8px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background-color:#f6f7f7}.jetpack-ai-assistant__custom-prompt{width:800px}.jetpack-ai-assistant__custom-prompt__footer{display:flex;gap:8px;justify-content:flex-end}.jetpack-contact-form{margin-top:16px}.jetpack-components-ai-control__container-wrapper.jetpack-ai-assistant-extension-ai-input{position:sticky;z-index:1}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path{animation:fadingSpark .3s ease-in-out infinite alternate}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path.spark-first{animation-delay:.2s}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path.spark-second{animation-delay:.6s}.jetpack-ai-assistant__info{margin:0 0 8px}@keyframes fadingSpark{to{opacity:.3}}.jetpack-ai-chat-copy-button-container{margin:1rem 0}.jetpack-ai-chat-copy-button-container button{background:none;border:none;color:var(--wp--preset--color--secondary);cursor:pointer;display:block;font-size:16px;padding:inherit;position:relative;transition:.3s}.jetpack-ai-chat-copy-button-container button:disabled{cursor:not-allowed;opacity:.5}.jetpack-ai-chat-copy-button-container button .copy-icon{margin-left:.5rem;vertical-align:middle}.jetpack-ai-chat-error-container{color:#dc3232;font-size:1rem;margin:1rem 0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input{flex:auto;flex-grow:4}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input .components-base-control__field{margin-bottom:0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-button{display:block;flex:auto;flex-grow:1;height:53px;margin-right:10px;text-wrap:nowrap;white-space:-moz-pre-space}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references{font-size:1rem;margin-top:12px}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references hr{margin:1rem 0}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input{flex:auto;flex-grow:4}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-submit{flex:auto;flex-grow:1;height:53px;margin-right:10px;text-wrap:nowrap}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a{border:none;border-radius:2px;cursor:pointer;margin-right:.5rem;padding:.5rem;transition:.3s}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a svg{width:20px;fill:var(--wp--preset--color--contrast);vertical-align:middle}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a:disabled{cursor:not-allowed;opacity:.5}.interface-more-menu-dropdown__content .components-button .jetpack-logo,.interface-pinned-items .components-button .jetpack-logo{height:20px;width:20px}.edit-post-more-menu__content .components-icon-button .jetpack-logo{margin-left:4px}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-triangle{stroke:none!important}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-circle{fill:#069e08!important}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-triangle{fill:#fff!important}.jetpack-ai-proofread{margin-bottom:24px}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=complex-words]{border-color:#f0b849}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=unconfident-words]{border-color:#09b585}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=long-sentences]{border-color:#7a00df}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=spelling-mistakes]{border-color:#d63638}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=complex-words]{background-color:#f0b849}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=unconfident-words]{background-color:#09b585}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=long-sentences]{background-color:#7a00df}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=spelling-mistakes]{background-color:#d63638}.jetpack-ai-proofread .components-checkbox-control__input:disabled{background-color:#ddd;border-color:#ddd}.jetpack-ai-proofread .components-toggle-control{color:#1e1e1e;margin-bottom:16px}.jetpack-ai-proofread__grade-label{color:#757575;margin-right:12px}.jetpack-ai-proofread__help-text{color:#757575;font-size:12px}.jetpack-ai-proofread .feature-checkboxes-container{display:flex;flex-direction:column;gap:12px}[class^=jetpack-ai-breve__has-proofread-highlight]{border-bottom:3px solid;transition:background-color;transition-duration:.3s}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=complex-words]{border-bottom-color:#f0b849}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=unconfident-words]{border-bottom-color:#09b585}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=long-sentences]{border-bottom-color:#7a00df}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=spelling-mistakes]{border-bottom-color:#d63638}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__is-loading{animation-duration:1s;animation-iteration-count:infinite;animation-name:jetpack-ai-breve-loading-pulse}@keyframes jetpack-ai-breve-loading-pulse{0%{opacity:1}50%{opacity:.3}to{opacity:1}}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=complex-words]{background-color:#f0b84933}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=unconfident-words]{background-color:#09b58533}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=long-sentences]{background-color:#7a00df33}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=spelling-mistakes]{background-color:#d6363833}.jetpack-ai-breve__highlight-popover{color:#000;cursor:default;font-size:13px;font-style:normal;font-weight:400;line-height:18px;width:auto}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content{align-items:center;display:flex;flex-direction:column}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content.jetpack-ai-breve__has-suggestions{align-items:flex-start}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content.jetpack-ai-breve__has-suggestions .jetpack-ai-breve__suggestions-container{max-height:168px;overflow-x:hidden;overflow-y:auto;padding:3px 0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container{display:flex;gap:32px;height:40px;justify-content:space-between;width:100%}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action,.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title{padding:8px 12px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title{align-items:center;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:flex-start;white-space:nowrap}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color{border-radius:50%;height:10px;width:10px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=complex-words]{background-color:#f0b849}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=unconfident-words]{background-color:#09b585}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=long-sentences]{background-color:#7a00df}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=spelling-mistakes]{background-color:#d63638}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action{align-items:center;display:flex;font-size:13px;gap:4px;justify-content:flex-end}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button{height:24px;padding-bottom:0;padding-left:0;padding-top:0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button path,.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button>svg{fill:#0277a8}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__loading{align-items:center;display:flex;height:24px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__loading svg{margin-top:0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container{border-top:1px solid #dcdcde;display:flex;flex-direction:column;width:100%}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .jetpack-ai-breve__spelling-suggestion+.jetpack-ai-breve__spelling-suggestion{border-top:1px solid #dcdcde}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .jetpack-ai-breve__spelling-suggestion.components-button.is-tertiary{padding:8px 12px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .components-button.is-tertiary{color:#000;height:unset;line-height:20px;min-height:36px;min-width:320px;padding-bottom:16px;padding-top:16px;text-align:unset;white-space:break-spaces}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper{align-items:center;background-color:#f6f7f7;border-radius:4px;color:#646970;display:flex;font-size:12px;gap:8px;justify-content:space-between;margin:4px;padding:4px 8px;white-space:nowrap;width:calc(100% - 8px)}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper .jetpack-ai-breve__helper-buttons-wrapper{display:flex;gap:16px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper .components-button{color:#646970;padding:0}.ai-assistant-post-feedback__suggestion{margin-bottom:-32px;padding:18px 0}.jetpack-ai-title-optimization__keywords{margin-bottom:16px;margin-top:32px}.jetpack-ai-title-optimization__keywords__textarea{display:flex;justify-content:center}.jetpack-ai-title-optimization__keywords__textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.jetpack-ai-title-optimization__keywords__textarea textarea:disabled{opacity:.5}.jetpack-ai-title-optimization__keywords__button{display:flex;justify-content:flex-end;margin-top:8px}.jetpack-ai-title-optimization__options{margin-top:16px}.jetpack-ai-title-optimization__option{align-items:start;display:flex;gap:16px;justify-content:center;margin-bottom:16px}.jetpack-ai-title-optimization__option>input{margin-top:8px}@media screen and (max-width:600px){.jetpack-ai-title-optimization__option-input{min-width:10%}}.jetpack-ai-title-optimization__option-content{display:flex;flex-direction:column}.jetpack-ai-title-optimization__option-label{font-size:15px;font-weight:600;line-height:22px}.jetpack-ai-title-optimization__option-description{font-size:13px;font-weight:400;line-height:20px;padding-top:4px}.jetpack-ai-title-optimization__loading{align-items:center;display:flex;flex-direction:column;gap:16px;height:200px;justify-content:center;width:100%}.jetpack-ai-title-optimization__error,.jetpack-ai-title-optimization__intro{margin-top:16px}.jetpack-ai-title-optimization__cta{align-items:center;display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.jetpack-ai-title-optimization__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:20px 32px}.jetpack-ai-sidebar__feature-section{margin-bottom:2em}.jetpack-ai-sidebar__feature-section p,.jetpack-ai-sidebar__feature-section p>*{text-wrap:pretty}.jetpack-ai-feedback__label{display:flex;gap:16px}.jetpack-ai-feedback__label .components-toggle-control{margin-bottom:8px}.jetpack-ai__feedback-button .icon{color:#a7aaad;height:20px;margin-right:4px;width:20px}.jetpack-blogging-prompt{border:1px solid #ddd;border-radius:2px;box-sizing:border-box;padding:24px}.jetpack-blogging-prompt__label{background:no-repeat url(images/icon-cd4e9ecf53fadf95246d.svg);background-position:-5px;background-size:24px 24px;font-size:14px;margin-bottom:16px;padding-inline-start:22px}.jetpack-blogging-prompt__label.is-bloganuary-icon{background:no-repeat url(images/bloganuary-icon-20e07d1c81f21708f183.svg);background-position:0;padding-inline-start:26px}.jetpack-blogging-prompt__text{font-size:24px;margin-bottom:16px}.jetpack-blogging-prompt__answers-link{display:inline-block;margin-inline-start:10px;text-decoration:underline}.jetpack-blogging-prompt__answers{font-size:16px}.jetpack-blogging-prompt__answers-gravatar{border:2px solid #fff;border-radius:50%;height:24px;vertical-align:middle;width:24px}.jetpack-blogging-prompt__answers-gravatar:first-child{margin-inline-start:-2px}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:-15px}.jetpack-blogging-prompt__spinner{text-align:center}.jetpack-blogging-prompt.is-style-quote{border:none;border-inline-start:4px solid #2f2f2f;margin-bottom:16px;padding:0 24px}@media only email{.jetpack-blogging-prompt__label{background:none;padding-inline-start:0}.jetpack-blogging-prompt__answers,.jetpack-blogging-prompt__answers-gravatar{margin-bottom:0}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:0}}.wp-block-jetpack-business-hours{overflow:hidden}@media(min-width:480px){.wp-block-jetpack-business-hours dd,.wp-block-jetpack-business-hours dt{display:inline-block}}.wp-block-jetpack-business-hours dt{min-width:30%;vertical-align:top}.wp-block-jetpack-business-hours dd{margin:0}@media(min-width:480px){.wp-block-jetpack-business-hours dd{max-width:calc(70% - .5em)}}.wp-block-jetpack-business-hours .components-base-control__label,.wp-block-jetpack-business-hours .components-toggle-control__label{font-size:13px}.wp-block-jetpack-business-hours .components-base-control__field{margin-bottom:0}.wp-block-jetpack-business-hours .jetpack-business-hours__item{margin-bottom:.5em}.wp-block-jetpack-business-hours .business-hours__row{display:flex;line-height:normal;margin-bottom:4px}.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add,.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__closed{margin-bottom:20px}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day{align-items:flex-start;display:flex;width:44%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day .business-hours__day-name{font-weight:700;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;width:60%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day .components-form-toggle{margin-left:4px;margin-top:4px}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{align-items:center;display:flex;flex-wrap:wrap;margin:0;width:44%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-button{padding:0}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control{display:inline-block;margin-bottom:0;width:48%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control.business-hours__open{margin-left:4%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control .components-base-control__label{margin-bottom:0}.wp-block-jetpack-business-hours .business-hours__remove{align-self:flex-end;margin-bottom:8px;text-align:center;width:10%}.wp-block-jetpack-business-hours .business-hours-row__add button:hover{box-shadow:none!important}.wp-block-jetpack-business-hours .business-hours__remove button{display:block;margin:0 auto}.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:active,.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:focus,.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:hover,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:active,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:focus,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:hover{background:none;box-shadow:none}@media(max-width:1080px){.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}}@media(max-width:600px){.wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}@media(min-width:480px){.jetpack-business-hours dd,.jetpack-business-hours dt{display:inline-block}}.jetpack-business-hours dt{font-weight:700;margin-inline-end:.5em;min-width:30%;vertical-align:top}.jetpack-business-hours dd{margin:0}@media(min-width:480px){.jetpack-business-hours dd{max-width:calc(70% - .5em)}}.jetpack-business-hours__item{margin-bottom:.5em}.jetpack-block-width-controls{align-items:center;display:flex}.jetpack-block-width-controls .components-button-group{display:flex;margin-left:1em}.jetpack-block-width-controls:not(.is-aligned) .components-unit-control-wrapper{flex:1}.wp-block[data-type="jetpack/button"]{display:inline-block;margin:0 auto}.wp-block[data-align=center] .wp-block-jetpack-button{display:flex;justify-content:center}.wp-block[data-align=right] .wp-block-jetpack-button{display:flex;justify-content:flex-end}div[data-type="jetpack/button"]:not([data-align=left]):not([data-align=right]){width:100%}div[data-type="jetpack/button"][data-align]{width:100%;z-index:1}.wp-block-button__link.has-custom-width,.wp-block-jetpack-button,div[data-type="jetpack/button"][data-align] .wp-block>div{max-width:100%}.jetpack-block-styles-selector .editor-styles-wrapper .block-editor-block-list__block{margin:0}.jetpack-block-styles-selector-toolbar .is-active{font-weight:700}.wp-block-jetpack-calendly{position:relative}.wp-block-jetpack-calendly-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-calendly-link-editable{cursor:text}.wp-block-jetpack-calendly-embed-form-sidebar{display:flex;margin-bottom:1em}.wp-block-jetpack-calendly-learn-more{margin-top:1em}.wp-block-jetpack-calendly-color-notice{margin:0}div[data-align=center]>.wp-block-jetpack-calendly{text-align:center}.wp-block-jetpack-calendly .components-placeholder__fieldset input{flex:1}.admin-bar .calendly-overlay .calendly-popup-close{top:47px}.wp-block-jetpack-calendly.calendly-style-inline{height:630px;position:relative}.wp-block-jetpack-calendly .calendly-spinner{top:50px}.wp-block-jetpack-calendly.aligncenter{text-align:center}.wp-block-jetpack-calendly .wp-block-jetpack-button{color:#fff}.wp-block-jetpack-cookie-consent{align-items:center;background-color:#0000;bottom:unset;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;position:static}.wp-block-jetpack-cookie-consent:not(.is-selected) *{pointer-events:none}.wp-block-jetpack-cookie-consent:not(.is-selected):before{content:unset}.wp-block-jetpack-cookie-consent.alignleft,.wp-block-jetpack-cookie-consent.alignright{flex-wrap:nowrap;margin-left:0!important;margin-right:0!important;max-width:50%}.wp-block-jetpack-cookie-consent.alignright{margin-right:auto!important}.wp-block-jetpack-cookie-consent.alignwide{max-width:unset;right:unset;width:unset}.wp-block-jetpack-cookie-consent .wp-block-button__link{white-space:nowrap!important}.jetpack-contact-info-block .block-editor-plain-text.block-editor-plain-text:focus{box-shadow:none}.jetpack-contact-info-block .block-editor-plain-text{border:none;border-radius:4px;box-shadow:none;color:inherit;display:block;flex-grow:1;font-family:inherit;font-size:inherit;line-height:inherit;margin:.5em 0;min-height:unset;padding:0;resize:none}.block-editor-inserter__preview .jetpack-contact-info-block{padding:16px}.block-editor-inserter__preview .jetpack-contact-info-block>.block-editor-inner-blocks>.block-editor-block-list__layout{margin:0}.wp-block-jetpack-contact-info{margin-bottom:1.5em}.jetpack-block-nudge.block-editor-warning{margin-bottom:12px}.jetpack-block-nudge .block-editor-warning__message{margin:13px 0}.jetpack-block-nudge .block-editor-warning__actions{line-height:1}.jetpack-block-nudge .jetpack-block-nudge__info{display:flex;flex-direction:row;font-size:13px;line-height:1.4}.jetpack-block-nudge .jetpack-block-nudge__text-container{display:flex;flex-direction:column}.jetpack-block-nudge .jetpack-block-nudge__title{font-size:14px}.jetpack-block-nudge .jetpack-block-nudge__message{color:#646970}.jetpack-stripe-nudge__banner .block-editor-warning__contents{align-items:center}.jetpack-stripe-nudge__icon{align-self:center;background:#0675c4;border-radius:50%;box-sizing:initial;color:#fff;fill:#fff;flex-shrink:0;margin-left:16px;padding:6px}.jetpack-stripe-nudge__banner span a.jetpack-stripe-nudge__link{color:#0675c4}.jp-components-spinner{align-items:center;display:flex}.jp-components-spinner__inner,.jp-components-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid #0000;border-radius:50%;box-sizing:border-box;margin:auto}.jp-components-spinner__outer{border-top-color:#fff}.jp-components-spinner__inner{border-left-color:#fff;border-top-color:#fff;height:100%;opacity:.4;width:100%}.wp-block-jetpack-donations .donations__container{border:1px solid #ccc}.wp-block-jetpack-donations .donations__nav{border-bottom:1px solid #ccc;display:flex}.wp-block-jetpack-donations .donations__nav-item{background:#fff;border-inline-start:1px solid #ccc;color:#1e1e1e;cursor:pointer;display:inline-block;flex:1;font-size:16px;font-weight:700;padding:12px;text-align:center}@media(min-width:600px){.wp-block-jetpack-donations .donations__nav-item{padding:16px 24px}}.wp-block-jetpack-donations .donations__nav-item:first-child{border-inline-start:none}.wp-block-jetpack-donations .donations__nav-item.is-active{background:#1e1e1e;color:#fff;cursor:default}.wp-block-jetpack-donations .donations__content{padding:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__content{padding:32px}}.wp-block-jetpack-donations .donations__content h4,.wp-block-jetpack-donations .donations__content p{margin:0 0 16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__content h4,.wp-block-jetpack-donations .donations__content p{margin:0 0 24px}}.wp-block-jetpack-donations .donations__amounts{display:flex;flex-wrap:wrap;margin-bottom:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__amounts{margin:0 0 24px}}.wp-block-jetpack-donations .donations__amount{background-color:#fff;border:1px solid #ccc;color:#1e1e1e;display:inline-block;font-size:16px;font-weight:600;margin-inline-end:8px;margin-bottom:8px;padding:16px 24px;white-space:nowrap}.wp-block-jetpack-donations .donations__amount.has-error{box-shadow:0 0 0 1px #fff,0 0 0 3px #cc1818;outline:2px solid #0000;outline-offset:-2px}.wp-block-jetpack-donations .donations__custom-amount .donations__amount-value{display:inline-block;margin-inline-start:4px;min-width:60px}.wp-block-jetpack-donations .donations__separator{margin-bottom:16px;margin-top:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__separator{margin-bottom:32px;margin-top:32px}}.wp-block-jetpack-donations .donations__donate-button,.wp-block-jetpack-donations .donations__donate-button-wrapper{margin:0}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount{cursor:text}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount.has-focus{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:-2px}.editor-styles-wrapper .wp-block-jetpack-donations .donations__custom-amount{cursor:default}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount .block-editor-rich-text__editable{display:inline-block;text-align:right}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount .block-editor-rich-text__editable:focus{box-shadow:none;outline:none;outline-offset:0}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount [data-rich-text-placeholder]:after{color:#ccc;opacity:1}.editor-styles-wrapper .wp-block-jetpack-donations .donations__custom-amount .donations__amount-value{color:#ccc}.editor-styles-wrapper .wp-block-jetpack-donations .donations__donate-button-wrapper:not(.alignleft):not(.alignright){margin:0}.editor-styles-wrapper .wp-block-jetpack-donations .jetpack-block-nudge{max-width:none}.jetpack-donations__currency-toggle{font-weight:700;line-height:100%;width:max-content}.jetpack-donations__currency-popover .components-popover__content{min-width:130px}.wp-block-jetpack-eventbrite{position:relative}.wp-block-jetpack-eventbrite .components-placeholder__learn-more{margin-top:1em}[data-type="jetpack/eventbrite"][data-align=center]{text-align:center}.wp-block-jetpack-gif{clear:both;margin:0 0 20px}.wp-block-jetpack-gif figure{margin:0;position:relative;width:100%}.wp-block-jetpack-gif.aligncenter{text-align:center}.wp-block-jetpack-gif.alignleft,.wp-block-jetpack-gif.alignright{min-width:300px}.wp-block-jetpack-gif .wp-block-jetpack-gif-caption{color:#949494;margin-bottom:1em;margin-top:.5em;text-align:center}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper{height:0;margin:0;padding:calc(56.2% + 12px) 0 0;position:relative;width:100%}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper iframe{border:0;height:100%;inset-inline-start:0;position:absolute;top:0;width:100%}.wp-block-jetpack-gif figure{transition:padding-top 125ms ease-in-out}.wp-block-jetpack-gif figure .wp-block-jetpack-gif_input-container{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:10px}.wp-block-jetpack-gif figure .wp-block-jetpack-gif_input{max-width:400px}.wp-block-jetpack-gif .components-base-control__field{text-align:center}.wp-block-jetpack-gif .components-placeholder__label svg{margin-left:1ch}.wp-block-jetpack-gif .wp-block-jetpack-gif_cover{background:none;border:none;height:100%;margin:0;padding:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-block-jetpack-gif .wp-block-jetpack-gif_cover:focus{outline:none}.wp-block-jetpack-gif .wp-block-jetpack-gif_input{flex:1;margin-left:6px}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnails-container{display:flex;margin:-2px -2px 2px 0;overflow-x:auto;width:calc(100% + 4px)}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnails-container::-webkit-scrollbar{display:none}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container{align-items:center;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:3px;cursor:pointer;display:flex;justify-content:center;margin:2px;padding:0 0 calc(10% - 4px);width:calc(10% - 4px)}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container:hover{box-shadow:0 0 0 1px #949494}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container:focus{box-shadow:0 0 0 2px var(--wp-admin-theme-color);outline:0}.components-panel__body-gif-branding svg{display:block;margin:0 auto;max-width:200px}.components-panel__body-gif-branding svg path{fill:#e0e0e0}.wp-block-jetpack-google-calendar{min-width:420px}.wp-block-jetpack-google-calendar iframe{border:none;width:100%}.wp-block-jetpack-google-calendar>amp-iframe>[placeholder]{line-height:1}.wp-block-jetpack-google-calendar>amp-iframe>noscript{display:inline-block!important}.wp-block-jetpack-google-calendar>amp-iframe>noscript>iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-block-jetpack-google-calendar-embed-form-sidebar textarea{height:75px;width:100%}.wp-block-jetpack-google-calendar-embed-form-sidebar button{display:block;margin-top:8px}.wp-block-jetpack-google-calendar-embed-form-editor{margin:0}.wp-block-jetpack-google-calendar-embed-form-editor textarea{flex:1;font-family:inherit;font-size:inherit;height:36px;margin-left:1px;padding-top:9px}.wp-block-jetpack-google-calendar-placeholder-links{margin-top:19px}.wp-block-jetpack-google-calendar ol.wp-block-jetpack-google-calendar-placeholder-instructions{font-family:inherit;list-style-position:inside;margin:0;padding:0}.wp-block-jetpack-google-calendar ol.wp-block-jetpack-google-calendar-placeholder-instructions li{margin-bottom:19px;text-align:right}.wp-block-jetpack-google-calendar .components-placeholder__label{margin-bottom:19px}.wp-block-jetpack-google-calendar .components-placeholder p{margin:0 0 19px}.wp-block-jetpack-image-compare{margin-inline-end:0;margin-inline-start:0}.wp-block-jetpack-image-compare img{max-width:100%}.jx-slider.jx-slider{inset-inline-start:1px;top:1px;width:calc(100% - 2px)}.image-compare__placeholder>.components-placeholder{align-items:center;flex-direction:row}.image-compare__placeholder>.components-placeholder>.components-placeholder__label{display:none}.image-compare__placeholder>.components-placeholder .components-placeholder{background:none}.image-compare__image-after,.image-compare__image-before{display:flex;flex:1;flex-direction:column;position:relative}.image-compare__image-after .components-placeholder.components-placeholder,.image-compare__image-before .components-placeholder.components-placeholder{box-shadow:none;min-height:0;padding:0}.image-compare__image-after .components-placeholder.components-placeholder .components-placeholder__instructions,.image-compare__image-before .components-placeholder.components-placeholder .components-placeholder__instructions{display:none}.components-placeholder.is-large .image-compare__image-before{padding-inline-end:12px}.components-placeholder.is-large .image-compare__image-after{padding-inline-start:12px}.components-placeholder.is-medium .image-compare__image-before{margin-bottom:24px}[data-type="jetpack/image-compare"]:not(.is-selected) .image-compare__comparison{pointer-events:none}.juxtapose .components-placeholder{border:none;box-shadow:none;padding:0}.juxtapose .components-placeholder .components-placeholder__label{display:none}.juxtapose .components-placeholder .image-compare__image-after,.juxtapose .components-placeholder .image-compare__image-before{flex:none;padding:0;width:100%}.juxtapose .components-placeholder:before{background:#fff;content:"";display:block;height:4px;position:absolute;width:100%;z-index:2}.juxtapose .components-placeholder .image-compare__image-after{height:50%;overflow:hidden;position:absolute;width:100%}.juxtapose .components-placeholder .image-compare__image-after img{align-self:flex-end;display:flex;height:200%;max-width:none;width:100%}div.juxtapose{font-family:Helvetica,Arial,sans-serif;width:100%}div.jx-slider{color:#f3f3f3;cursor:pointer;height:100%;overflow:hidden;position:relative;width:100%}div.jx-handle{cursor:col-resize;height:100%;margin-right:-20px;position:absolute;width:40px;z-index:15}.vertical div.jx-handle{cursor:row-resize;height:40px;margin-right:0;margin-top:-20px;width:100%}div.jx-control{background-color:currentColor;height:100%;margin-left:auto;margin-right:auto;width:3px}.vertical div.jx-control{background-color:currentColor;height:3px;position:relative;top:50%;transform:translateY(-50%);width:100%}div.jx-controller{background-color:currentColor;bottom:0;height:60px;margin:auto -3px auto auto;position:absolute;top:0;width:9px}.vertical div.jx-controller{height:9px;margin-left:auto;margin-right:auto;position:relative;top:-3px;width:100px}div.jx-arrow{bottom:0;margin:auto;top:0}.vertical div.jx-arrow,div.jx-arrow{height:0;position:absolute;transition:all .2s ease;width:0}.vertical div.jx-arrow{left:0;margin:0 auto;right:0}div.jx-arrow.jx-left{border-color:#0000 #0000 #0000 currentcolor;border-style:solid;border-width:8px 0 8px 8px;right:2px}div.jx-arrow.jx-right{border-color:#0000 currentcolor #0000 #0000;border-style:solid;border-width:8px 8px 8px 0;left:2px}.vertical div.jx-arrow.jx-left{border-color:#0000 #0000 currentcolor;border-style:solid;border-width:0 8px 8px;right:0;top:2px}.vertical div.jx-arrow.jx-right{border-color:currentcolor #0000 #0000;border-style:solid;border-width:8px 8px 0;bottom:2px;left:0;top:auto}div.jx-handle:active div.jx-arrow.jx-left,div.jx-handle:hover div.jx-arrow.jx-left{right:-1px}div.jx-handle:active div.jx-arrow.jx-right,div.jx-handle:hover div.jx-arrow.jx-right{left:-1px}.vertical div.jx-handle:active div.jx-arrow.jx-left,.vertical div.jx-handle:hover div.jx-arrow.jx-left{right:0;top:0}.vertical div.jx-handle:active div.jx-arrow.jx-right,.vertical div.jx-handle:hover div.jx-arrow.jx-right{bottom:0;left:0}div.jx-image{display:inline-block;height:100%;overflow:hidden;position:absolute;top:0}.vertical div.jx-image{right:0;top:auto;width:100%}div.jx-slider div.jx-image img{height:100%!important;margin-bottom:0;max-height:none!important;max-width:none!important;position:absolute;width:auto!important;z-index:5}div.jx-slider.vertical div.jx-image img{height:auto!important;width:100%!important}div.jx-image.jx-left{background-position:100%;right:0}div.jx-image.jx-left img{right:0}div.jx-image.jx-right{background-position:0;left:0}div.jx-image.jx-right img{bottom:0;left:0}.veritcal div.jx-image.jx-left{background-position:top;top:0}.veritcal div.jx-image.jx-left img{top:0}.vertical div.jx-image.jx-right{background-position:bottom;bottom:0}.veritcal div.jx-image.jx-right img{bottom:0}div.jx-image div.jx-label{background-color:#000;background-color:#000000b3;color:#fff;display:inline-block;font-size:1em;line-height:18px;padding:.25em .75em;position:relative;top:0;vertical-align:middle;white-space:nowrap;z-index:10}div.jx-image.jx-left div.jx-label{float:right;right:0}div.jx-image.jx-right div.jx-label{float:left;left:0}.vertical div.jx-image div.jx-label{display:table;position:absolute}.vertical div.jx-image.jx-right div.jx-label{bottom:0;right:0;top:auto}div.jx-image.transition{transition:width .5s ease}div.jx-handle.transition{transition:right .5s ease}.vertical div.jx-image.transition{transition:height .5s ease}.vertical div.jx-handle.transition{transition:top .5s ease}div.jx-controller:focus,div.jx-image.jx-left div.jx-label:focus,div.jx-image.jx-right div.jx-label:focus,figure.wp-block-jetpack-image-compare figcaption{font-size:85%;text-align:center}div.jx-control{color:#fff}.vertical div.jx-controller,div.jx-controller{border-radius:50%;height:48px;width:48px}div.jx-controller{margin-right:-22.5px}.vertical div.jx-controller{transform:translateY(-19.5px)}.vertical div.jx-arrow.jx-left,.vertical div.jx-arrow.jx-right,div.jx-arrow.jx-left,div.jx-arrow.jx-right{background-repeat:no-repeat;border:none;height:24px;width:24px;will-change:transform;z-index:1}div.jx-arrow.jx-left{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEzLjQgMTggOCAxMmw1LjQtNiAxLjIgMS00LjYgNSA0LjYgNXoiLz48L3N2Zz4=);right:0}div.jx-arrow.jx-right{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEwLjYgNiA5LjQgN2w0LjYgNS00LjYgNSAxLjIgMSA1LjQtNnoiLz48L3N2Zz4=);left:0}div.vertical div.jx-arrow.jx-left,div.vertical div.jx-arrow.jx-right{transform:rotate(-90deg)}.wp-block-jetpack-instagram-gallery__grid{align-content:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{box-sizing:border-box;display:block;line-height:0;position:relative}.wp-block-jetpack-instagram-gallery__grid img{height:auto;width:100%}.wp-block-jetpack-instagram-gallery__grid-columns-1 .wp-block-jetpack-instagram-gallery__grid-post{width:100%}.wp-block-jetpack-instagram-gallery__grid-columns-2 .wp-block-jetpack-instagram-gallery__grid-post{width:50%}.wp-block-jetpack-instagram-gallery__grid-columns-3 .wp-block-jetpack-instagram-gallery__grid-post{width:33.33333%}.wp-block-jetpack-instagram-gallery__grid-columns-4 .wp-block-jetpack-instagram-gallery__grid-post{width:25%}.wp-block-jetpack-instagram-gallery__grid-columns-5 .wp-block-jetpack-instagram-gallery__grid-post{width:20%}.wp-block-jetpack-instagram-gallery__grid-columns-6 .wp-block-jetpack-instagram-gallery__grid-post{width:16.66667%}@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__grid-post{width:100%}}@supports(display:grid){.wp-block-jetpack-instagram-gallery__grid{display:grid;grid-gap:10px;grid-auto-columns:1fr}@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile{display:block}.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__grid-post{padding:var(--latest-instagram-posts-spacing)}}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{width:auto}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post img{height:100%;object-fit:cover}.wp-block-jetpack-instagram-gallery__grid-columns-1{grid-template-columns:repeat(1,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-2{grid-template-columns:repeat(2,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-3{grid-template-columns:repeat(3,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-4{grid-template-columns:repeat(4,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-5{grid-template-columns:repeat(5,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-6{grid-template-columns:repeat(6,1fr)}}@supports(object-fit:cover){.wp-block-jetpack-instagram-gallery__grid-post img{height:100%;object-fit:cover}}.wp-block-jetpack-instagram-gallery .components-placeholder .components-radio-control{margin-bottom:28px}.wp-block-jetpack-instagram-gallery .components-placeholder .components-radio-control label{font-weight:400}.wp-block-jetpack-instagram-gallery .components-placeholder .wp-block-jetpack-instagram-gallery__new-account-instructions{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.wp-block-jetpack-instagram-gallery__count-notice .components-notice{margin:0 0 15px}.wp-block-jetpack-instagram-gallery__count-notice .components-notice__content{line-height:inherit;margin:0;padding-inline-end:0}.wp-block-jetpack-instagram-gallery__disconnection-warning{font-style:italic;margin-bottom:0}.wp-block-jetpack-instagram-gallery__placeholder{animation-delay:0ms,.3s;animation-duration:.3s,1.6s;animation-iteration-count:1,infinite;animation-name:fadeIn,pulse;animation-timing-function:ease-out,ease-out;background-color:#a7a79f;display:flex;opacity:1}.wp-block-jetpack-instagram-gallery__placeholder.is-loaded{animation:none;height:auto}.wp-block-jetpack-instagram-gallery__placeholder img{opacity:0;transition:opacity .5s ease-in-out}.wp-block-jetpack-instagram-gallery__placeholder img.is-loaded{opacity:1}@keyframes fadeIn{0%{opacity:0}50%{opacity:.5}to{opacity:1}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@supports(object-fit:cover){.wp-block-jetpack-instagram-gallery__placeholder.is-loaded{display:flex;flex-direction:column;flex-grow:1}.wp-block-jetpack-instagram-gallery__placeholder.is-loaded img{flex-grow:1;height:auto;object-fit:cover}}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{display:flex;flex-direction:column}@supports(display:grid){@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__placeholder{margin:0!important}}}.wp-block-jetpack-like__learn-more{margin-top:-12px;padding:0 52px 16px 16px}.wp-block-jetpack-like .sharedaddy{display:none}.wpl-likebox{container-type:inline-size}.wpl-count a,.wpl-follow a,.wpl-likebox{font-family:Open Sans,sans-serif!important;font-size:11px!important}.wpl-button{min-width:40px;overflow:hidden}.wpl-button a{align-items:center;background:#fff;border-radius:4px;box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f;box-sizing:border-box;color:#2c3338;display:flex;font-family:Open Sans,sans-serif;font-size:13px;font-weight:500;line-height:23px;margin:1px 1px 8px 6px;min-height:30px;min-width:33px;padding:4px 9px 3px 10px;text-decoration:none;text-shadow:none}.rtl .wpl-button a{margin:1px 6px 8px 1px;padding:4px 10px 3px 9px}.wpl-button a:active,.wpl-button a:hover{box-shadow:0 1px 2px #00000038,0 0 0 1px #00000038}.wpl-button a:before{background-size:16px 16px;content:"";display:inline-block;height:16px;margin-left:-1px;margin-right:0;min-width:16px;position:relative;text-align:center;width:16px}.wpl-button.like a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%232c3338' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.like a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%230675C4' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.liked a{min-width:-moz-fit-content;min-width:fit-content}.wpl-button.liked a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%230675C4' stroke='%230675C4' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.reblog a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%23fff' d='M1 0h16v16H1z'/%3E%3Cpath fill='%232c3338' stroke='%232c3338' stroke-width='.14' d='m16.016 5.566-1.45-1.434v8.993c0 .76-.623 1.375-1.392 1.375h-4.87v-1.375h4.87V4.132l-1.451 1.434-.984-.972L13.87 1.5 17 4.594zm-11.19 6.302V2.875h4.87V1.5h-4.87c-.769 0-1.391.615-1.391 1.375v8.993l-1.451-1.434-.984.972L4.13 14.5l3.13-3.094-.983-.972z'/%3E%3C/svg%3E")}.wpl-button.reblog a.reblogged:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%23fff' d='M1 0h16v16H1z'/%3E%3Cpath fill='%230675c4' stroke='%230675c4' stroke-width='.14' d='m16.016 5.566-1.45-1.434v8.993c0 .76-.623 1.375-1.392 1.375h-4.87v-1.375h4.87V4.132l-1.451 1.434-.984-.972L13.87 1.5 17 4.594zm-11.19 6.302V2.875h4.87V1.5h-4.87c-.769 0-1.391.615-1.391 1.375v8.993l-1.451-1.434-.984.972L4.13 14.5l3.13-3.094-.983-.972z'/%3E%3C/svg%3E")}.rtl .wpl-button.like a:before,.rtl .wpl-button.liked a:before{margin-left:0;margin-right:-1px}.wpl-button.like a span,.wpl-button.liked a span,.wpl-button.reblog a span{margin-right:5px;text-wrap:nowrap}.rtl .wpl-button.like a span,.rtl .wpl-button.liked a span,.rtl .wpl-button.reblog a span{margin-left:5px}.wpl-count{clear:both;overflow:hidden;text-overflow:ellipsis}.wpl-count-text{line-height:1.6}.wpl-likebox .wpl-count,.wpl-likebox .wpl-count a,.wpl-likebox .wpl-count-text,.wpl-likebox .wpl-count-text a{font-size:12px!important}.wpl-button{float:right}.rtl .wpl-button{float:left}.wpl-avatars{height:34px;list-style:none;margin:0;overflow:hidden;padding:0}.wpl-avatars:empty{display:none}.wpl-avatars li{display:inline;margin:0}.wpl-avatars li a{border:0;display:block;float:right;margin:1px 0 3px 5px}.rtl .wpl-avatars li a{float:left;margin:0 5px 3px 0}.wpl-avatars li a img{border:0;height:30px;padding:0!important;width:30px}span.wpl-comment,span.wpl-follow{margin-right:5px}a.comment-like-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%232EA2CC' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px 16px;color:#2ea2cc;content:"";display:inline-block;height:16px;padding-left:5px;position:relative;top:3px;width:16px}a.comment-like-link:hover:before,a.comment-liked:before,div.comment-liked a.comment-like-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23f1831e' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E")}a.comment-liked:hover:before,div.comment-liked a.comment-like-link:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23ff9a00' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E")}a.comment-like-link{color:#222;font-size:12px;opacity:.8;text-decoration:none}a.comment-like-link.loading:before{opacity:0;transition:opacity 2s}.wpl-likebox{align-items:center;display:flex}.wpl-likebox .wpl-avatars{align-content:end;align-items:center;display:inline-flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:center;margin-bottom:4px;min-width:30px}.rtl .wpl-likebox .wpl-avatars li,.wpl-likebox .wpl-avatars li{margin-bottom:1px;margin-top:1px}.wpl-likebox .wpl-avatars li a{margin:0;position:relative}.wpl-likebox .wpl-avatars li:not(:first-child) a{margin-left:-4px}.rtl .wpl-likebox .wpl-avatars li:not(:first-child) a{margin-left:0;margin-right:-4px}.wpl-likebox .wpl-avatars li a img{border:1.5px solid #ffffff80;border-radius:50%;height:26px;width:26px}.wpl-likebox .wpl-count{clear:none;margin-bottom:4px;margin-right:4px;white-space:nowrap}.rtl .wpl-likebox .wpl-count{clear:none;margin-bottom:4px;margin-left:4px;white-space:nowrap}.wpl-likebox a{color:#2c3338!important}.wpl-likebox a,.wpl-likebox a:focus{outline:none!important;text-decoration:none!important}.wpl-likebox.wpl-new-layout *{cursor:default}.wpl-likebox.wpl-new-layout .wpl-avatars{align-content:unset;margin:0;padding-right:0}.wpl-likebox.wpl-new-layout .wpl-avatars li{margin:0}.wpl-likebox.wpl-new-layout .wpl-avatars li a:focus{box-shadow:none;outline:none}.wpl-likebox.wpl-new-layout .wpl-avatars li a img{vertical-align:unset}.wpl-likebox.wpl-new-layout .wpl-count a:focus,.wpl-likebox.wpl-new-layout .wpl-count-text a:focus,.wpl-likebox.wpl-new-layout .wpl-count-text:focus,.wpl-likebox.wpl-new-layout .wpl-count:focus{box-shadow:none;outline:none}.wpl-likebox .wpl-button a:hover{box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f}.wpl-likebox .wpl-button.like a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%232c3338' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}@container (max-width: 320px){.wpl-button{min-width:auto}.wpl-button a span{display:none}}.components-likes-placeholder__learn-more{margin:1em 0 2em}._fUXxnSp5pagKBp9gSN7 *{box-sizing:border-box}.wp-block-jetpack-mailchimp.is-processing form{display:none}.wp-block-jetpack-mailchimp .wp-block-jetpack-button,.wp-block-jetpack-mailchimp p{margin-bottom:1em}.wp-block-jetpack-mailchimp input{box-sizing:border-box;width:100%}.wp-block-jetpack-mailchimp .error,.wp-block-jetpack-mailchimp .error:focus{outline:1px;outline-color:#d63638;outline-offset:-2px;outline-style:auto}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification{display:none;margin-bottom:1.5em;padding:.75em}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.is-visible{display:block}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_error{background-color:#d63638;color:#fff}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_processing{background-color:rgba(0,0,0,.025)}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_success{background-color:#008a20;color:#fff}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp__is-amp{display:block}.wp-block-jetpack-mailchimp form.amp-form-submit-error>p,.wp-block-jetpack-mailchimp form.amp-form-submit-success>p,.wp-block-jetpack-mailchimp form.amp-form-submitting>p{display:none}.wp-block-jetpack-mailchimp .components-placeholder__label svg{margin-left:1ch}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification{display:block}.wp-block-jetpack-mailchimp .editor-rich-text__inline-toolbar{pointer-events:none}.wp-block-jetpack-mailchimp .editor-rich-text__inline-toolbar .components-toolbar{pointer-events:all}.wp-block-jetpack-mailchimp-recheck{margin-top:1em}.wp-block-jetpack-mailchimp.wp-block-jetpack-mailchimp_notication-audition>:not(.wp-block-jetpack-mailchimp_notification){display:none}.wp-block-jetpack-mailchimp .jetpack-submit-button,.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_text-input{margin-bottom:1.5rem}.wp-block-jetpack-mailchimp .wp-block-button .wp-block-button__link{margin-top:0}.wp-block-jetpack-mailchimp .components-placeholder__fieldset{display:block;flex-direction:unset;flex-wrap:unset}.wp-block-jetpack-mailchimp .components-placeholder__fieldset .components-button{margin-bottom:0}.wp-block-jetpack-mailchimp .components-placeholder__fieldset .align-center{text-align:center}.component__add-point{background-image:url(images/oval-5f1d889983a8747472c7.svg);background-repeat:no-repeat;height:38px;margin-right:-16px;margin-top:-19px;position:absolute;right:50%;text-indent:-9999px;top:50%;width:32px}.component__add-point,.component__add-point.components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#0000;box-shadow:none}.component__add-point:active,.component__add-point:focus{background-color:#0000}.component__add-point__popover .components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#0000;box-shadow:none}.component__add-point__popover .components-popover__content{padding:.1rem}.component__add-point__popover .components-location-search{margin:.5rem}.component__add-point__close{border:none;box-shadow:none;float:left;margin:.4rem 0 0;padding:0}.component__add-point__close path{color:#e0e0e0}.wp-block-jetpack-map-marker{height:38px;opacity:.9;width:32px}.edit-post-settings-sidebar__panel-block .component__locations__panel{margin-bottom:1em}.edit-post-settings-sidebar__panel-block .component__locations__panel:empty{display:none}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:first-child{border-top:none}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body,.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:first-child,.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:last-child{margin:0;max-width:100%}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body button{padding-left:40px}.component__locations__delete-btn{padding:0}.component__locations__delete-btn svg{margin-left:.4em}.wp-block-group-is-layout-flex:not(.is-vertical)>.wp-block-jetpack-map{flex-basis:100%}.wp-block-group-is-layout-flex.is-vertical>.wp-block-jetpack-map{width:100%}.wp-block-jetpack-map .wp-block-jetpack-map__gm-container{background:#e0e0e0;min-height:400px;overflow:hidden;text-align:start;width:100%}.wp-block-jetpack-map .mapkit-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;max-width:300px;min-width:150px;padding:10px 10px 15px;pointer-events:auto}.wp-block-jetpack-map .mapkit-popup-content h3{font-size:1.3125em;font-weight:400;margin-bottom:.5rem}.wp-block-jetpack-map .mapkit-popup-content p{margin-bottom:0}.wp-block-jetpack-map .wp-block-jetpack-map__mb-container{height:400px}.wp-block-jetpack-map .mapboxgl-popup{max-width:300px}.wp-block-jetpack-map .mapboxgl-popup h3{font-size:1.3125em;font-weight:400;margin-bottom:.5rem}.wp-block-jetpack-map .mapboxgl-popup p{margin-bottom:0}.wp-block-jetpack-map .mapboxgl-ctrl-group button{background-color:#0000!important;border-radius:0}.wp-block-jetpack-map__delete-btn{padding:0}.wp-block-jetpack-map__delete-btn svg{margin-left:.4em}.wp-block-group-is-layout-flex:not(.is-vertical)>.wp-block[data-type="jetpack/map"]{flex-basis:100%}.wp-block-group-is-layout-flex.is-vertical>.wp-block[data-type="jetpack/map"]{width:100%}.wp-block[data-type="jetpack/map"] .components-placeholder__label svg{fill:currentColor;margin-left:1ch}.wp-block[data-type="jetpack/map"] .components-placeholder__instructions{margin-top:0}.wp-block[data-type="jetpack/map"] .components-placeholder__instructions .components-external-link{display:inline-block;margin:1em auto}.wp-block-jetpack-map .mapboxgl-popup-close-button{font-size:21px;padding:0 9px 5px 10px}.wp-block-jetpack-map .wp-block-jetpack-map__map_wrapper{background-color:#e4e2de;overflow:hidden}.wp-block-jetpack-map .wp-block-jetpack-map__gm-container{inset:0;position:absolute;z-index:0}.wp-block-jetpack-map .wp-block-jetpack-map__select-overlay{background-color:#0000;inset:0;pointer-events:auto;position:absolute;z-index:2}.wp-block-jetpack-map__height_input{display:block}.component__add-point__popover .components-popover__content{width:250px}.component__add-point__popover .components-popover__content .component__add-point__close{margin-top:-.55em;padding:.3em}.wp-block-jetpack-markdown__placeholder{opacity:.62;pointer-events:none}.block-editor-block-list__block .wp-block-jetpack-markdown__preview{line-height:1.8;min-height:1.8em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview>*{margin-bottom:32px;margin-top:32px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h1,.block-editor-block-list__block .wp-block-jetpack-markdown__preview h2,.block-editor-block-list__block .wp-block-jetpack-markdown__preview h3{line-height:1.4}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h1{font-size:2.44em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h2{font-size:1.95em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h3{font-size:1.56em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h4{font-size:1.25em;line-height:1.5}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h5{font-size:1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h6{font-size:.8em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview hr{border:none;border-bottom:2px solid #f0f0f0;margin:2em auto;max-width:100px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview p{line-height:1.8}.block-editor-block-list__block .wp-block-jetpack-markdown__preview blockquote{border-right:4px solid #000;margin-left:0;margin-right:0;padding-right:1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview blockquote p{line-height:1.5;margin:1em 0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview ol,.block-editor-block-list__block .wp-block-jetpack-markdown__preview ul{margin-right:1.3em;padding-right:1.3em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview li p{margin:0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview code,.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre{color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace}.block-editor-block-list__block .wp-block-jetpack-markdown__preview code{background:#f0f0f0;border-radius:2px;font-size:inherit;padding:2px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre{border:1px solid #e0e0e0;border-radius:4px;font-size:15px;padding:.8em 1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre code{background:#0000;padding:0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview table{border-collapse:collapse;overflow-x:auto;width:100%}.block-editor-block-list__block .wp-block-jetpack-markdown__preview tbody,.block-editor-block-list__block .wp-block-jetpack-markdown__preview tfoot,.block-editor-block-list__block .wp-block-jetpack-markdown__preview thead{min-width:240px;width:100%}.block-editor-block-list__block .wp-block-jetpack-markdown__preview td,.block-editor-block-list__block .wp-block-jetpack-markdown__preview th{border:1px solid;padding:.5em}.wp-block-jetpack-markdown .wp-block-jetpack-markdown__editor{color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:15px}.wp-block-jetpack-markdown .wp-block-jetpack-markdown__editor:focus{border-color:#0000;box-shadow:0 0 0 #0000}.wp-block-jetpack-opentable{display:inline-block}.wp-block-jetpack-opentable>.is-placeholder,.wp-block-jetpack-opentable>.is-style-wide{display:block}.wp-block-jetpack-opentable .components-base-control{width:100%}.wp-block-jetpack-opentable .components-placeholder__fieldset p{font-size:13px;margin:0 0 1em}.wp-block-jetpack-opentable .components-placeholder__fieldset form{flex-direction:row;flex-wrap:nowrap}@media screen and (max-width:479px){.wp-block-jetpack-opentable .components-placeholder__fieldset form{display:block}}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field{flex-grow:1}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__label{display:none}.wp-block-jetpack-opentable .components-placeholder__fieldset form p{margin-top:1em}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__input-container{width:100%}@media screen and (min-width:480px){.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__input-container input[type=text].components-form-token-field__input{min-height:32px}}.wp-block-jetpack-opentable .components-placeholder__fieldset form>.components-button{align-items:center;height:42px;line-height:normal;padding:0 8px}@media screen and (min-width:480px){.wp-block-jetpack-opentable .components-placeholder__fieldset form>.components-button{margin:0 4px 0 0;position:relative}}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__remove-token{padding:2px 6px}.wp-block-jetpack-opentable iframe{height:100%;width:100%}.wp-block-jetpack-opentable-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-opentable-restaurant-picker{margin-bottom:1em;position:relative;width:100%}.wp-block-jetpack-opentable-restaurant-picker .components-form-token-field__token-text{align-items:center;display:inline-flex}.wp-block-jetpack-opentable-placeholder-links{display:flex;flex-direction:column}@media screen and (min-width:480px){.wp-block-jetpack-opentable-placeholder-links{display:block}}.wp-block-jetpack-opentable-placeholder-links a{padding:.25em 0 .25em 1em}@media screen and (min-width:480px){.wp-block-jetpack-opentable-placeholder-links a form>button{height:50px}}.wp-block-jetpack-opentable-placeholder-links a:last-child{padding-left:0;padding-right:1em}.wp-block-jetpack-opentable>.is-style-button.has-no-margin iframe{margin:-14px}.editor-styles-wrapper .wp-block-jetpack-opentable .components-form-token-field__suggestions-list{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;padding:0;text-align:right}.wp-block-jetpack-opentable.wp-block>.is-style-wide.alignright{left:0;right:auto}.wp-block[data-type="jetpack/opentable"] .components-notice__content{text-align:right}.components-toggle-control.is-opentable{padding-top:6px}.is-opentable button.is-active{font-weight:700}.wp-block-jetpack-opentable{position:relative}.wp-block-jetpack-opentable>iframe{background:#0000;margin:0}.wp-block-jetpack-opentable>.aligncenter iframe{margin:0 auto}.wp-block-jetpack-opentable>.is-style-standard,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile{height:301px}.wp-block-jetpack-opentable>.is-style-standard.is-multi,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile.is-multi{height:361px}.wp-block-jetpack-opentable>.is-style-standard.aligncenter iframe,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile.aligncenter iframe{width:224px!important}.wp-block-jetpack-opentable>.is-style-tall{height:490px}.wp-block-jetpack-opentable>.is-style-tall.is-multi{height:550px}.wp-block-jetpack-opentable>.is-style-tall.aligncenter iframe{width:288px!important}.wp-block-jetpack-opentable>.is-style-wide{height:150px}.wp-block-jetpack-opentable>.is-style-wide iframe{width:840px!important}.wp-block-jetpack-opentable>.is-style-wide.alignleft{left:auto;margin-right:2rem;max-width:840px}.wp-block-jetpack-opentable>.is-style-wide.alignright{max-width:840px;right:calc(100% - 840px - 2rem)}.wp-block-jetpack-opentable>.is-style-button{height:113px}.wp-block-jetpack-opentable>.is-style-button.aligncenter iframe{width:210px!important}.wp-block-jetpack-opentable>.is-style-button.has-no-margin>div[id^=ot-widget-container]{margin:-14px}.wp-block-jetpack-opentable .ot-dtp-picker{box-sizing:initial}.wp-block-jetpack-opentable .ot-dtp-picker .ot-title{margin:4px auto 12px}.wp-block-jetpack-opentable .ot-dtp-picker .ot-dtp-picker-selector-link{text-decoration:none}.wp-block-jetpack-opentable .ot-dtp-picker input[type=submit]{padding:0;text-transform:none}.wp-block-jetpack-opentable .ot-dtp-picker input[type=submit]:hover{text-decoration:none}.jetpack-audio-player-loading{background:#ccc;background:var(--jetpack-audio-player-secondary);height:10px;margin:15px 24px}.jetpack-audio-player{--jetpack-audio-player-primary:var( --jetpack-podcast-player-primary,#000 );--jetpack-audio-player-secondary:var( --jetpack-podcast-player-secondary,#ccc );--jetpack-audio-player-background:var( --jetpack-podcast-player-background,#fff );height:40px}.jetpack-audio-player .mejs-container,.jetpack-audio-player .mejs-container .mejs-controls,.jetpack-audio-player .mejs-embed,.jetpack-audio-player .mejs-embed body,.jetpack-audio-player .mejs-mediaelement{background-color:#0000}.jetpack-audio-player .mejs-container:focus{box-shadow:none;outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-controls{padding:0;position:static}.jetpack-podcast-player__header .jetpack-audio-player .mejs-controls{padding-left:18px;padding-right:15px}.jetpack-audio-player .mejs-time{color:#ccc;color:var(--jetpack-audio-player-secondary)}.jetpack-audio-player .mejs-time-float{background:#000;background:var(--jetpack-audio-player-primary);border-color:#000;border-color:var(--jetpack-audio-player-primary);color:#fff;color:var(--jetpack-audio-player-background)}.jetpack-audio-player .mejs-time-float-corner{border-top-color:#000;border-top-color:var(--jetpack-audio-player-primary)}.jetpack-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-total{background-color:#ccc;background-color:var(--jetpack-audio-player-secondary)}.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded{opacity:.5}.jetpack-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-current,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded{background-color:#000;background-color:var(--jetpack-audio-player-primary)}.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-slider:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-button>button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23000;width:16px;height:16px}.st1{fill:none;stroke:%23000;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m47.2.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' d='m52.8 7 5.4 5.4m-5.4 0L58.2 7'/%3E%3Cpath fill='none' stroke='%23000' d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zm22.4 1h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath fill='%23231f20' d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='5' d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' opacity='.75'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='5' d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' opacity='.4'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' opacity='.6'/%3E%3Ccircle cx='170.1' cy='79' r='7' opacity='.8'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' opacity='.9'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' opacity='.3'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' opacity='.5'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' opacity='.7'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2m14-12.7c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E")}.jetpack-audio-player .mejs-button.mejs-jump-button>button{background-image:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-size:60.78px 35.296px}.jetpack-audio-player .mejs-button.mejs-jump-backward-button>button{background-position:-32px -6px}.jetpack-audio-player .mejs-button.mejs-skip-forward-button>button{background-position:-9px -6px}@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.jetpack-audio-player .mejs-button>button{background-image:none}.jetpack-audio-player .mejs-button>button:before{background-color:var(--jetpack-audio-player-primary);background-image:none;content:"";display:block;height:100%;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23fff;width:16px;height:16px}.st1{fill:none;stroke:%23fff;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='m52.8 7 5.4 5.4m-5.4 0L58.2 7' style='fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round'/%3E%3Cpath d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9' style='fill:none;stroke:%23fff'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zM143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8' style='fill:%23231f20'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' style='opacity:.75;fill:none;stroke:%23fff;stroke-width:5'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z' style='fill:none;stroke:%23fff;stroke-width:5'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' style='opacity:.4;fill:%23fff'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' style='opacity:.6;fill:%23fff'/%3E%3Ccircle cx='170.1' cy='79' r='7' style='opacity:.8;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' style='opacity:.9;fill:%23fff'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' style='opacity:.3;fill:%23fff'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' style='opacity:.5;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' style='opacity:.7;fill:%23fff'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23fff;width:16px;height:16px}.st1{fill:none;stroke:%23fff;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='m52.8 7 5.4 5.4m-5.4 0L58.2 7' style='fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round'/%3E%3Cpath d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9' style='fill:none;stroke:%23fff'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zM143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8' style='fill:%23231f20'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' style='opacity:.75;fill:none;stroke:%23fff;stroke-width:5'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z' style='fill:none;stroke:%23fff;stroke-width:5'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' style='opacity:.4;fill:%23fff'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' style='opacity:.6;fill:%23fff'/%3E%3Ccircle cx='170.1' cy='79' r='7' style='opacity:.8;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' style='opacity:.9;fill:%23fff'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' style='opacity:.3;fill:%23fff'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' style='opacity:.5;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' style='opacity:.7;fill:%23fff'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E");width:100%}.jetpack-audio-player .mejs-button.mejs-jump-button>button{background-image:none}.jetpack-audio-player .mejs-button.mejs-jump-button>button:before{background-image:none;-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') 0 0/60.78px 35.296px;mask:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') 0 0/60.78px 35.296px}.jetpack-audio-player .mejs-button.mejs-jump-backward-button>button:before{-webkit-mask-position:-32px -6px;mask-position:-32px -6px}.jetpack-audio-player .mejs-button.mejs-skip-forward-button>button:before{-webkit-mask-position:-9px -6px;mask-position:-9px -6px}.jetpack-audio-player .mejs-button>button:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-play>button:before{-webkit-mask-position:0 0;mask-position:0 0}.jetpack-audio-player .mejs-pause>button:before{-webkit-mask-position:-20px 0;mask-position:-20px 0}.jetpack-audio-player .mejs-replay>button:before{-webkit-mask-position:-160px 0;mask-position:-160px 0}.jetpack-audio-player .mejs-mute>button:before{-webkit-mask-position:-60px 0;mask-position:-60px 0}.jetpack-audio-player .mejs-unmute>button:before{-webkit-mask-position:-40px 0;mask-position:-40px 0}}.block-editor-block-contextual-toolbar[data-type="jetpack/podcast-player"] .components-toolbar__control,[data-type="jetpack/podcast-player"] .block-editor-block-contextual-toolbar .components-toolbar__control{padding:0 1em;width:auto}.jetpack-podcast-player__interactive-overlay,.jetpack-podcast-player__loading-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.jetpack-podcast-player__loading-overlay{align-items:center;background:#ffffffb3;display:flex;justify-content:center}.jetpack-podcast-player__placeholder .components-base-control,.jetpack-podcast-player__placeholder .components-base-control__field{display:flex;flex-grow:1}.jetpack-podcast-player__placeholder .components-base-control__field{margin-bottom:0}.jetpack-podcast-player__placeholder .components-placeholder__learn-more{margin-top:1em}.block-editor-block-inspector .components-base-control.jetpack-podcast-player__episode-selector{margin-bottom:24px}.jetpack-podcast-player--visually-hidden{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.wp-block-jetpack-podcast-player{overflow:hidden}.wp-block-jetpack-podcast-player audio{display:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player{--jetpack-podcast-player-primary:#000;--jetpack-podcast-player-secondary:#ccc;--jetpack-podcast-player-background:#fff;background-color:var(--jetpack-podcast-player-background);color:var(--jetpack-podcast-player-secondary);padding-bottom:0;padding-top:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player:not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player:not(.has-background){background-color:#fff}.wp-block-jetpack-podcast-player .jetpack-podcast-player a,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:hover,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:visited{border:none;box-shadow:none;text-decoration:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player a:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-podcast-player-secondary);outline-offset:2px}.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:visited{color:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:hover{color:inherit;color:var(--jetpack-podcast-player-primary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__header{display:flex;flex-direction:column}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-info{display:flex;padding:24px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__cover{flex-shrink:0;margin-inline-end:24px;width:80px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__cover-image{border:0;height:80px;max-width:100%;padding:0;width:80px}.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title{color:inherit;display:flex;flex-direction:column;letter-spacing:0;margin:0;padding:0;width:100%}.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title:after,.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title:before{display:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-title{color:var(--jetpack-podcast-player-primary);font-size:24px;margin:0 0 10px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-title:not(.has-primary){color:#000}.wp-block-jetpack-podcast-player .jetpack-podcast-player__podcast-title{color:inherit;font-size:16px;margin:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__tracks{display:flex;flex-direction:column;list-style-type:none;margin:24px 0 0;padding:0 0 15px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track{color:var(--jetpack-podcast-player-secondary);font-size:16px;line-height:1.8;margin:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track:not(.is-active):not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.is-active{color:var(--jetpack-podcast-player-primary);font-weight:700}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.is-active:not(.has-primary){color:#000}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-link{display:flex;flex-flow:row nowrap;justify-content:space-between;padding-bottom:10px;padding-inline-end:24px;padding-top:10px;padding-inline-start:22px;transition:none}.wp-block-jetpack-podcast-player .is-error .jetpack-podcast-player__track.is-active .jetpack-podcast-player__track-link{padding-bottom:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon{flex:22px 0 0;fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon svg{display:block;height:22px;margin-top:3.4px;width:22px;fill:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--error{fill:#cc1818}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.has-primary .jetpack-podcast-player__track-status-icon--error{fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title{flex-grow:1;padding:0 15px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link{display:inline-block;height:27px;margin-inline-start:5px;vertical-align:top}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:visited{color:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:hover{color:inherit;color:var(--jetpack-podcast-player-secondary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link svg{display:block;height:27px;width:27px;fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-duration{word-break:normal}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-description{color:inherit;font-size:16px;line-height:1.8;margin:0 0 24px;max-height:7.2em;order:99;overflow:hidden;padding:0 24px}@supports(display:-webkit-box){.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;max-height:none}}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error{color:#cc1818;display:block;font-size:.8em;font-weight:400;margin-inline-start:59px;margin-bottom:10px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error>span{color:var(--jetpack-podcast-player-secondary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error>span:not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.has-primary .jetpack-podcast-player__track-error{color:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player__error{color:#cc1818;font-size:.8em;font-weight:400;margin:0;padding:24px}@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing{background-image:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing:before{background-color:var(--jetpack-podcast-player-primary);background-image:none;content:"";display:block;height:100%;margin:4px 0 0 2px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 4.763 4.763'%3E%3Cpath d='M1.65 1.204a.8.8 0 0 1-.476.159H.327c-.159 0-.264.106-.264.264v1.508c0 .16.105.265.264.265h1.111c.08.053.133.106.212.159l.926.688c.106.079.212.026.212-.106V.595c0-.132-.106-.185-.212-.105z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.48.33S4.512.118 4.512 2.367 3.48 4.431 3.48 4.431' class='st1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.13 1.362s.688-.106.688 1.005S3.13 3.4 3.13 3.4' class='st1'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 4.763 4.763'%3E%3Cpath d='M1.65 1.204a.8.8 0 0 1-.476.159H.327c-.159 0-.264.106-.264.264v1.508c0 .16.105.265.264.265h1.111c.08.053.133.106.212.159l.926.688c.106.079.212.026.212-.106V.595c0-.132-.106-.185-.212-.105z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.48.33S4.512.118 4.512 2.367 3.48 4.431 3.48 4.431' class='st1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.13 1.362s.688-.106.688 1.005S3.13 3.4 3.13 3.4' class='st1'/%3E%3C/svg%3E");-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;max-height:22px;max-width:20px;width:100%}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing svg{display:none}}.wp-block-jetpack-podcast-player.is-default .jetpack-podcast-player__track-title{padding-inline-start:0}.wp-block-jetpack-podcast-player.is-default .jetpack-audio-player,.wp-block-jetpack-podcast-player.is-default .jetpack-podcast-player__track-status-icon{display:none}.connect-stripe.has-icon.has-text svg{margin-left:0}.connect-stripe.has-icon.has-text{font-weight:400}.product-management-control-inspector__product-interval .components-base-control,.product-management-control-inspector__product-title .components-base-control{width:100%}.product-management-control-inspector__product-price .components-base-control{margin:0;width:45%}.product-management-control-inspector__add-plan .components-panel__row:last-child{margin-top:25px}.product-management-control-inspector__add-plan .components-base-control:last-child{margin:0}.product-management-control-nudge .editor-warning{margin-bottom:0}.product-management-control-nudge .editor-warning__message{margin:13px 0}.product-management-control-nudge .editor-warning__actions{line-height:1}.product-management-control-nudge .product-management-control-nudge__info{display:flex;flex-direction:row;font-size:13px;line-height:1.4}.product-management-control-nudge .product-management-control-nudge__text-container{display:flex;flex-direction:column;padding-right:10px}.product-management-control-nudge .product-management-control-nudge__title{font-size:14px}.product-management-control-nudge__message{color:#646970}.editor-styles-wrapper a.product-management-control-nudge__button{color:#0075af;text-decoration:none}.wp-block-premium-content-container .premium-content-tabs{align-items:center;background:#fff;border:1px solid #1e1e1e;border-radius:2px;color:#757575;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0 -1px 0 0;padding:8px 14px;position:relative}.wp-block-premium-content-container--tab{align-items:center;background:#0000;border:none;display:flex;flex-direction:row;margin-inline-end:5px;padding:5px;text-decoration:none}.premium-content-tabs>button.edit{margin-inline-start:auto}.premium-content-wrapper{margin:0}.membership-button__disclaimer{color:var(--color-gray-200);flex-basis:100%;font-style:italic;margin:0}.membership-button__disclaimer a{color:var(--color-gray-400);line-height:36px}.wp-block-buttons .wp-block[data-type="jetpack/recurring-payments"]{display:inline-block;margin:0 0 0 .5em;width:auto}.editor-styles-wrapper .wp-block-buttons .wp-block[data-type="jetpack/recurring-payments"] .wp-block-button:not(.alignleft):not(.alignright){margin:0}.wp-block-premium-content-container .premium-content-wrapper .jetpack-block-nudge{display:none}.wp-block-premium-content-login-button{display:inline-block}.wp-block[data-align=center]>.wp-block-premium-content-login-button{align-items:center;display:flex;justify-content:center}.jetpack-publicize-gutenberg-social-icon{margin-left:10px}.components-connection-icon{cursor:pointer;display:grid}.components-connection-icon__picture .placeholder,.components-connection-icon__picture img{border-radius:2px;grid-area:1/1/2/2;height:24px;width:24px}.components-connection-icon__picture .placeholder{background-color:#a8bece;display:block}.components-connection-icon__picture .jetpack-publicize-gutenberg-social-icon{background-color:#fff;border-radius:2px;grid-area:1/1/2/2;height:15px;margin-left:5px;margin-right:14px;margin-top:14px;width:15px}.components-connection-icon__picture .jetpack-publicize-gutenberg-social-icon.is-facebook{border-radius:50%}.jetpack-publicize-connection-label-copy,.jetpack-publicize-gutenberg-social-icon{display:inline-block;vertical-align:middle}.cuoSlhSNrqf1dozY22Xb{fill:#000}.JLquNpQVlysAamuh5lJO,.lAIiifeLMmZAPlQ9n9ZR{fill:var(--jp-green-primary)}.cbOwD8Y4tFjwimmtchQI{fill:#757575}.cbOwD8Y4tFjwimmtchQI.aLWBKY0yRghEk7tNCgK3{fill:#0085ff}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw{fill:#0866ff}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.af4Y_zItXvLAOEoSDPSv{fill:#55acee}.cbOwD8Y4tFjwimmtchQI.f68aqF3XSD1OBvXR1get{fill:#0976b4}.cbOwD8Y4tFjwimmtchQI.xFI0dt3UiXRlRQdqPWkx{fill:#35465c}.cbOwD8Y4tFjwimmtchQI.q7JEoyymveP6kF747M43{fill:var(--color-gplus)}.cbOwD8Y4tFjwimmtchQI.DKOBOTVmTLbh26gUH_73{fill:#6364ff}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw{fill:#8ed500}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.cL3m0xBYTYhIKI7lCqDB{fill:#d93174}.cbOwD8Y4tFjwimmtchQI.fftumuc_lJ6v0tq4UMVR{fill:#43d854}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI{fill:#000}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI.social-logo{border-radius:40%}.components-connection-toggle{align-items:center;display:flex;position:relative;width:100%}.components-connection-toggle.is-not-checked .components-connection-icon__picture img{filter:saturate(0)}.components-connection-toggle.is-not-checked .jetpack-publicize-gutenberg-social-icon{fill:#949494;filter:saturate(0)}.components-connection-toggle.is-disabled{opacity:.5;width:100%}.__nV49on4_ijaV8Brnsw.zZ3Pu7E87XyYIdPR2WTt{margin-bottom:13px;margin-left:0;margin-right:0}.__nV49on4_ijaV8Brnsw .fLC8AaLf3xcKaoJ4Opax{height:auto;line-height:normal;padding-bottom:6px;padding-top:6px}.__nV49on4_ijaV8Brnsw .fLC8AaLf3xcKaoJ4Opax+.fLC8AaLf3xcKaoJ4Opax{margin-top:5px}.KQcQQLxH5fI08DfOlKwL{display:flex}.SbpyhN5jnda8H868J3rX{border-radius:4px;outline:1px solid var(--jp-gray-5)}.SbpyhN5jnda8H868J3rX .ONeewrk3aNC1gYJebq7K{margin-bottom:0}.SbpyhN5jnda8H868J3rX .ONeewrk3aNC1gYJebq7K:not(:last-child){border-bottom:1px solid var(--jp-gray-5)}.SbpyhN5jnda8H868J3rX .RoTxOeGFqAwk3pXUZpvF{padding:.75rem}@media(min-width:600px){.SbpyhN5jnda8H868J3rX .RoTxOeGFqAwk3pXUZpvF{padding:1rem}}.SbpyhN5jnda8H868J3rX .AjlYaYB_xi9ciXXCqHIJ{align-items:center;display:flex;gap:1rem}.SbpyhN5jnda8H868J3rX .kdYli5nS3b46T57Ih5TQ{display:flex;flex:1;flex-direction:column;gap:.25rem}.SbpyhN5jnda8H868J3rX .ci8T5eNe1rggYILce596{align-items:center;display:flex;gap:1rem}.SbpyhN5jnda8H868J3rX .W6mPdl5wGQlXfp1hYSK0{display:flex;gap:.5rem}.SbpyhN5jnda8H868J3rX .QbcyaAVqz3U_2xlIOZCw{border-radius:4px;font-size:.75rem;font-weight:600;padding:2px 8px}.SbpyhN5jnda8H868J3rX .fXvUC1jZNUXR7RSrIylI{color:var(--jp-gray-80);font-size:16px;font-weight:600;line-height:24px}.SbpyhN5jnda8H868J3rX .d22_aeSA1etqpnckP_Mr{color:var(--jp-gray-50);font-size:14px}.SbpyhN5jnda8H868J3rX .ddhaNmGMqOySRjR_TtqJ{display:flex;gap:.5rem}.SbpyhN5jnda8H868J3rX .nnSF_IK4vYviTlCOzPrg.components-button{font-size:14px;font-weight:500;line-height:20px;padding-inline:6px}.SbpyhN5jnda8H868J3rX .nnSF_IK4vYviTlCOzPrg.components-button span{display:flex}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw{border:0}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .components-panel__body{border-bottom:0;border-top:0;padding:0}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .components-panel__body.is-opened{margin-top:1rem}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ{display:flex;margin-top:1rem}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ form{display:flex;flex-direction:column;gap:1rem;justify-content:flex-end;width:100%}@media(min-width:600px){.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ form{flex-direction:row}}.SbpyhN5jnda8H868J3rX .MyXskAb4aXwO7zitR97z{color:var(--jp-green-50);white-space:nowrap}.SbpyhN5jnda8H868J3rX .hMntEpO6BV5B11lyAitv{font-size:var(--font-body-small);margin-block:0}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H{border-top:1px solid var(--jp-gray-5);padding-top:1rem}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H li:not(:last-child){margin-bottom:1rem}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H [inert=true]{opacity:.7}.jdahJvXCrCw0hA5NP3D3{display:grid;font-size:15px;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;margin-top:.4rem}.jdahJvXCrCw0hA5NP3D3.LLeYGX7Owy6gmpNW88VV{grid-auto-flow:row;grid-gap:2rem;height:auto;min-height:unset}.jdahJvXCrCw0hA5NP3D3 img{max-height:520px;max-width:100%}.jdahJvXCrCw0hA5NP3D3>div{padding:.4rem}.jdahJvXCrCw0hA5NP3D3>div:has(img){margin-inline-end:auto;margin-inline-start:auto}.EdjyE9tVLH6lWMoB9z3M{display:flex;gap:1rem}.EdjyE9tVLH6lWMoB9z3M .EQQHwkVXRn0caD6J7LqV{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:.5rem}.EdjyE9tVLH6lWMoB9z3M .vvlyiVm67wUWF9NhpMA4{height:38px;width:38px}.EdjyE9tVLH6lWMoB9z3M .zqX6xk8KCGK1_qbYKqY5.components-button.is-tertiary{color:var(--jp-gray-50);font-size:1rem;font-weight:400}.fNeO_MZFp7cPkgtCdkAF .zK8sijAMFNs2m6WRAoi4.components-button{font-size:14px;font-weight:500;line-height:20px;padding:6px 16px}.fNeO_MZFp7cPkgtCdkAF input{min-width:220px}@media(max-width:782px){.fNeO_MZFp7cPkgtCdkAF input{font-size:14px;min-height:30px;padding:0 8px}}.zLobzkXnF6jHxNvkfz5_{display:flex;gap:.5rem}.zI5tJ_qhWE6Oe6Lk75GY{--wp-admin-theme-color:var(--jp-black);--wp-admin-theme-color-darker-10:var(--jp-black-80);--wp-admin-theme-color-darker-20:var(--jp-black-80);--wp-admin-border-width-focus:1.51px;border-radius:var(--jp-border-radius);font-weight:600;justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo{height:calc(var(--spacing-base)*5);padding:var(--spacing-base);width:calc(var(--spacing-base)*5)}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo>svg:first-child{margin:0;padding:0}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo.Na39I683LAaSA99REg14{height:calc(var(--spacing-base)*4);min-width:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*4)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body);height:auto;line-height:24px;padding:var(--spacing-base) calc(var(--spacing-base)*3)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK{padding:var(--spacing-base) calc(var(--spacing-base)*2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body-extra-small);height:auto;line-height:20px;padding:calc(var(--spacing-base)/2) var(--spacing-base)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK>svg:first-child{margin-left:calc(var(--spacing-base)/2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo)>.components-spinner{height:20px}.zI5tJ_qhWE6Oe6Lk75GY.lZAo6_oGfclXOO9CC6Rd{font-weight:400}.zI5tJ_qhWE6Oe6Lk75GY.xJDOiJxTt0R_wSl8Ipz_{min-width:100%}.zI5tJ_qhWE6Oe6Lk75GY.is-primary:disabled,.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:disabled{background:var(--jp-gray);color:var(--jp-gray-20)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary{background:var(--jp-white);box-shadow:inset 0 0 0 1.51px var(--jp-black)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:active:not(:disabled),.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:hover:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-link.Na39I683LAaSA99REg14,.zI5tJ_qhWE6Oe6Lk75GY.is-link.ipS7tKy9GntCS4R3vekF{padding:0}.zI5tJ_qhWE6Oe6Lk75GY.is-link:hover:not(:disabled){text-decoration-thickness:3px}.zI5tJ_qhWE6Oe6Lk75GY.is-link:focus:not(:disabled){text-decoration-line:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:not(:disabled){background:var(--jp-red-50);box-shadow:inset 0 0 0 1px var(--jp-red-50);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:hover:not(:disabled){background:var(--jp-red-60);box-shadow:inset 0 0 0 1px var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:focus:not(:disabled){background:var(--jp-red-70);box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:active:not(:disabled){background:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:not(:disabled){background:var(--jp-white);box-shadow:inset 0 0 0 1.5px var(--jp-red-50);color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:hover:not(:disabled){background:var(--jp-red-0);box-shadow:inset 0 0 0 1.5px var(--jp-red-60);color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:active:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:not(:disabled){color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:hover:not(:disabled){box-shadow:none;color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6{position:relative}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6.has-icon{justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>:not(.components-spinner){visibility:hidden}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>.components-spinner{margin:0;position:absolute}.CDuBjJp_8jxzx5j6Nept{margin-right:calc(var(--spacing-base)/2)}.O5Go3eBOBqWlXy7fX0su{align-items:start;display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem;width:100%}.O5Go3eBOBqWlXy7fX0su>h3{margin-block:0}.fgQ4OdnJ1svMwDnOKu2H{align-items:center;display:flex}.fgQ4OdnJ1svMwDnOKu2H .components-spinner{margin-top:0}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b{color:inherit;font-size:1rem;font-weight:400;text-decoration:none}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link>svg,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b>svg{vertical-align:bottom}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link span,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b span{text-decoration:none}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link:hover{text-decoration:underline}.fgQ4OdnJ1svMwDnOKu2H span{text-decoration:none}.QsEfjoVyfc0gVACXTvUM span{font-size:15px}.eCH_xkiqbqL0UkJjU_1p{border-top:1px solid var(--jp-gray-5);display:flex;gap:.5rem;margin-bottom:1rem;padding-top:1rem}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw{border:0;margin-right:3rem}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw .components-panel__body{border-bottom:0;border-top:0;padding:0}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw .components-panel__body.is-opened{margin-top:1rem}.fXYYdRkn3LXtN9YH3354{border-radius:4px;margin:0;outline:1px solid var(--jp-gray-5);width:100%}.fXYYdRkn3LXtN9YH3354 [inert=true]{opacity:.7}.fXYYdRkn3LXtN9YH3354 .LaK9P7Nfi4ZBH0NhtbSs{margin-bottom:0;padding:1rem}.fXYYdRkn3LXtN9YH3354 .LaK9P7Nfi4ZBH0NhtbSs:not(:last-child){border-bottom:1px solid var(--jp-gray-5)}.fXYYdRkn3LXtN9YH3354 .tI3FtttoJPuF9AJzCAMv{align-items:center;display:flex;gap:1rem}.fXYYdRkn3LXtN9YH3354 .msoMjBB_4Uq5qpRgobsH{font-size:1rem;font-weight:400}.fXYYdRkn3LXtN9YH3354 .RjMLptH6v03AX5ABWBp3.components-button{font-size:14px;font-weight:500;line-height:20px;padding-inline:6px}.fXYYdRkn3LXtN9YH3354 .RjMLptH6v03AX5ABWBp3.components-button span{display:flex}.z5Do97zRnujyW3Oj0pPJ{display:flex;flex:1;flex-direction:column;gap:.5rem}.gridicon{fill:currentColor;display:inline-block}.gridicon.needs-offset g{transform:translate(-1px,1px)}.gridicon.needs-offset-x g{transform:translate(-1px)}.gridicon.needs-offset-y g{transform:translateY(1px)}.components-popover:not(.is-without-arrow):before{border-color:#dcdcde}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=left] .components-popover__content{margin-left:-62px}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=right] .components-popover__content{margin-right:-62px}.icon-tooltip-helper .components-popover[data-y-axis=bottom] .components-popover__content{top:2px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-6px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-4px!important}.icon-tooltip-helper .components-popover[data-y-axis=top] .components-popover__content{bottom:10px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:3px}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:4px}.icon-tooltip-helper.is-wide .components-popover__content{width:440px}.icon-tooltip-wrapper{color:#000;display:inline-block;position:relative}.icon-tooltip-wrapper .components-button.is-link:focus:not(:disabled){box-shadow:none}.icon-tooltip-helper{height:18px;pointer-events:none;position:absolute;right:-53px;top:0;width:124px}.icon-tooltip-container{pointer-events:all}.icon-tooltip-container .components-popover__content{border:1px solid #dcdcde;border-radius:4px;margin:0 10px;max-width:90vw;outline:none;padding:24px;white-space:normal;width:304px}.icon-tooltip-title{font-size:16px;font-weight:600;line-height:19px}.icon-tooltip-title:not(:last-child){margin-bottom:8px}.icon-tooltip-content{font-size:14px;font-weight:400;line-height:24px}.icon-tooltip-content ul{list-style-type:disc;margin:0 1rem 0 0}.icon-tooltip-content ul li:last-child{margin-bottom:0}.WQVtrU6q0L1Igcj7wCrQ{margin:0;padding:0}.UujoBFTnQNY2cWU2SIsH{font-size:var(--font-headline-medium);font-weight:700;line-height:52px}.TeGO5V_thHw5lDAm1_2M{font-weight:700}.TeGO5V_thHw5lDAm1_2M,.WolQzb2MsSgiNmLtc7_j{font-size:var(--font-headline-small);line-height:40px}.WolQzb2MsSgiNmLtc7_j{font-weight:400}.hUB0JT8p1T2Hw28N6qC8{font-weight:500}.gKZWDv5chz3_O3Syp74H,.hUB0JT8p1T2Hw28N6qC8{font-size:var(--font-title-medium);line-height:32px}.gKZWDv5chz3_O3Syp74H{font-weight:600}.zY2No8Ga4b8shbOQGhnv{font-size:var(--font-title-small);font-weight:500;line-height:30px}.tIj0D1t8Cc892ikmgFPZ{font-size:var(--font-body);font-weight:400;line-height:24px}.KdcN0BnOaVeVhyLRKqhS{font-size:var(--font-body-small);font-weight:400;line-height:24px}.dso3Rh3tl3Xv1GumBktz{font-weight:400}.dso3Rh3tl3Xv1GumBktz,.mQ1UlbN9u4Mg9byO8m7v{font-size:var(--font-body-extra-small);line-height:20px}.mQ1UlbN9u4Mg9byO8m7v{font-weight:700}.PItlW5vRExLnTj4a8eLE{font-size:var(--font-body-extra-small);font-weight:600;line-height:16px}.TwRpPlktzxhmFVeua7P5{margin:calc(var( --spacing-base )*0)}.zVfqx7gyb3o9mxfGynn1{margin-left:calc(var( --spacing-base )*0);margin-right:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy{margin-bottom:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy,.xqDIp6cNVr_E6RXaiPyD{margin-top:calc(var( --spacing-base )*0)}.S8EwaXk1kyPizt6x4WH2{margin-left:calc(var( --spacing-base )*0)}.ODX5Vr1TARoLFkDDFooD{margin-bottom:calc(var( --spacing-base )*0)}.cphJ8dCpfimnky7P2FHg{margin-right:calc(var( --spacing-base )*0)}.PFgIhNxIyiSuNvQjAIYj{margin:calc(var( --spacing-base )*1)}.M2jKmUzDxvJjjVEPU3zn{margin-left:calc(var( --spacing-base )*1);margin-right:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk{margin-bottom:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk,.rcTN5uw9xIEeMEGL3Xi_{margin-top:calc(var( --spacing-base )*1)}.CQSkybjq2TcRM1Xo9COV{margin-left:calc(var( --spacing-base )*1)}.hfqOWgq6_MEGdFE82eOY{margin-bottom:calc(var( --spacing-base )*1)}.I8MxZQYTbuu595yfesWA{margin-right:calc(var( --spacing-base )*1)}.kQkc6rmdpvLKPkyoJtVQ{margin:calc(var( --spacing-base )*2)}.j6vFPxWuu4Jan2ldoxpp{margin-left:calc(var( --spacing-base )*2);margin-right:calc(var( --spacing-base )*2)}.hqr39dC4H_AbactPAkCG{margin-bottom:calc(var( --spacing-base )*2)}.c3dQnMi16C6J6Ecy4283,.hqr39dC4H_AbactPAkCG{margin-top:calc(var( --spacing-base )*2)}.YNZmHOuRo6hU7zzKfPdP{margin-left:calc(var( --spacing-base )*2)}.Db8lbak1_wunpPk8NwKU{margin-bottom:calc(var( --spacing-base )*2)}.ftsYE5J9hLzquQ0tA5dY{margin-right:calc(var( --spacing-base )*2)}.Det4MHzLUW7EeDnafPzq{margin:calc(var( --spacing-base )*3)}.h_8EEAztC29Vve1datb5{margin-left:calc(var( --spacing-base )*3);margin-right:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM{margin-bottom:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM,.soADBBkcIKCBXzCTuV9_{margin-top:calc(var( --spacing-base )*3)}.zSX59ziEaEWGjnpZa4uV{margin-left:calc(var( --spacing-base )*3)}.yrVTnq_WBMbejg89c2ZQ{margin-bottom:calc(var( --spacing-base )*3)}.UKtHPJnI2cXBWtPDm5hM{margin-right:calc(var( --spacing-base )*3)}.guexok_Tqd5Tf52hRlbT{margin:calc(var( --spacing-base )*4)}.oS1E2KfTBZkJ3F0tN7T6{margin-left:calc(var( --spacing-base )*4);margin-right:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd{margin-bottom:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd,.ot2kkMcYHv53hLZ4LSn0{margin-top:calc(var( --spacing-base )*4)}.A1krOZZhlQ6Sp8Cy4bly{margin-left:calc(var( --spacing-base )*4)}.pkDbXXXL32237M0hokEh{margin-bottom:calc(var( --spacing-base )*4)}.XXv4kDTGvEnQeuGKOPU3{margin-right:calc(var( --spacing-base )*4)}.yGqHk1a57gaISwkXwXe6{margin:calc(var( --spacing-base )*5)}.X8cghM358X3DkXLc9aNK{margin-left:calc(var( --spacing-base )*5);margin-right:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f{margin-bottom:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f,.yqeuzwyGQ7zG0avrGqi_{margin-top:calc(var( --spacing-base )*5)}.g9emeCkuHvYhveiJbfXO{margin-left:calc(var( --spacing-base )*5)}.Lvk3dqcyHbZ07QCRlrUQ{margin-bottom:calc(var( --spacing-base )*5)}.r3yQECDQ9qX0XZzXlVAg{margin-right:calc(var( --spacing-base )*5)}.aQhlPwht2Cz1X_63Miw0{margin:calc(var( --spacing-base )*6)}.JyHb0vK3wJgpblL9s5j8{margin-left:calc(var( --spacing-base )*6);margin-right:calc(var( --spacing-base )*6)}.cY2gULL1lAv6WPNIRuf3{margin-bottom:calc(var( --spacing-base )*6)}.NBWQ9Lwhh_fnry3lg_p7,.cY2gULL1lAv6WPNIRuf3{margin-top:calc(var( --spacing-base )*6)}.yIOniNe5E40C8fWvBm5V{margin-left:calc(var( --spacing-base )*6)}.t30usboNSyqfQWIwHvT3{margin-bottom:calc(var( --spacing-base )*6)}.Nm_TyFkYCMhOoghoToKJ{margin-right:calc(var( --spacing-base )*6)}.C4qJKoBXpgKtpmrqtEKB{margin:calc(var( --spacing-base )*7)}.S93Srbu6NQ_PBr7DmTiD{margin-left:calc(var( --spacing-base )*7);margin-right:calc(var( --spacing-base )*7)}.fJj8k6gGJDks3crUZxOS{margin-bottom:calc(var( --spacing-base )*7)}.cW6D6djs7Ppm7fD7TeoV,.fJj8k6gGJDks3crUZxOS{margin-top:calc(var( --spacing-base )*7)}.DuCnqNfcxcP3Z__Yo5Ro{margin-left:calc(var( --spacing-base )*7)}.im8407m2fw5vOg7O2zsw{margin-bottom:calc(var( --spacing-base )*7)}.G0fbeBgvz2sh3uTP9gNl{margin-right:calc(var( --spacing-base )*7)}.kvW3sBCxRxUqz1jrVMJl{margin:calc(var( --spacing-base )*8)}.tOjEqjLONQdkiYx_XRnw{margin-left:calc(var( --spacing-base )*8);margin-right:calc(var( --spacing-base )*8)}.op5hFSx318zgxsoZZNLN{margin-bottom:calc(var( --spacing-base )*8)}.c9WfNHP6TFKWIfLxv52J,.op5hFSx318zgxsoZZNLN{margin-top:calc(var( --spacing-base )*8)}.sBA75QqcqRwwYSHJh2wc{margin-left:calc(var( --spacing-base )*8)}.GpL6idrXmSOM6jB8Ohsf{margin-bottom:calc(var( --spacing-base )*8)}.HbtWJoQwpgGycz8dGzeT{margin-right:calc(var( --spacing-base )*8)}.uxX3khU88VQ_Ah49Ejsa{padding:calc(var( --spacing-base )*0)}.KX0FhpBKwKzs9fOUdbNz{padding-left:calc(var( --spacing-base )*0);padding-right:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz{padding-bottom:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz,.emxLHRjQuJsImnPbQIzE{padding-top:calc(var( --spacing-base )*0)}.kJ8WzlpTVgdViXt8ukP9{padding-left:calc(var( --spacing-base )*0)}.tg_UIUI11VBzrTAn2AzJ{padding-bottom:calc(var( --spacing-base )*0)}.uczvl8kaz84oPQJ2DB2R{padding-right:calc(var( --spacing-base )*0)}.o7UHPcdVK3lt7q3lqV4o{padding:calc(var( --spacing-base )*1)}.IDqEOxvDoYrFYxELPmtX{padding-left:calc(var( --spacing-base )*1);padding-right:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2{padding-bottom:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2,.npy3hw4A5QSkDicb2CJJ{padding-top:calc(var( --spacing-base )*1)}.LgbptTApNY5NwLQvEFAt{padding-left:calc(var( --spacing-base )*1)}.WZQy2SZuZso59bUsXXyl{padding-bottom:calc(var( --spacing-base )*1)}.o331apInxNunbYB3SfPE{padding-right:calc(var( --spacing-base )*1)}.fMPIyD9Vqki1Lrc_yJnG{padding:calc(var( --spacing-base )*2)}.i2pMcTcdrr10IQoiSm_L{padding-left:calc(var( --spacing-base )*2);padding-right:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH{padding-bottom:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH,.o9bGieUKcYc8o0Ij9oZX{padding-top:calc(var( --spacing-base )*2)}.SwZcFez1RDqWsOFjB5iG{padding-left:calc(var( --spacing-base )*2)}.eHpLc_idmuEqeqCTvqkN{padding-bottom:calc(var( --spacing-base )*2)}.vU39i2B4P1fUTMB2l6Vo{padding-right:calc(var( --spacing-base )*2)}.JHWNzBnE29awhdu5BEh1{padding:calc(var( --spacing-base )*3)}.X72lGbb56L3KFzC2xQ9N{padding-left:calc(var( --spacing-base )*3);padding-right:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e{padding-bottom:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e,.srV0KSDC83a2fiimSMMQ{padding-top:calc(var( --spacing-base )*3)}.lUWfkmbQjCskhcNwkyCm{padding-left:calc(var( --spacing-base )*3)}.Ts0dIlc3aTSL7V4cIHis{padding-bottom:calc(var( --spacing-base )*3)}.CzlqQXXhX6MvorArFZ8B{padding-right:calc(var( --spacing-base )*3)}.TqMPkQtR_DdZuKb5vBoV{padding:calc(var( --spacing-base )*4)}.a7UrjhI69Vetlcj9ZVzz{padding-left:calc(var( --spacing-base )*4);padding-right:calc(var( --spacing-base )*4)}.StEhBzGs2Gi5dDEkjhAv{padding-bottom:calc(var( --spacing-base )*4)}.FGneZfZyvYrt1dG0zcnm,.StEhBzGs2Gi5dDEkjhAv{padding-top:calc(var( --spacing-base )*4)}.APEH216rpdlJWgD2fHc8{padding-left:calc(var( --spacing-base )*4)}.oGwXC3ohCic9XnAj6x69{padding-bottom:calc(var( --spacing-base )*4)}.U6gnT9y42ViPNOcNzBwb{padding-right:calc(var( --spacing-base )*4)}.IpdRLBwnHqbqFrixgbYC{padding:calc(var( --spacing-base )*5)}.HgNeXvkBa9o3bQ5fvFZm{padding-left:calc(var( --spacing-base )*5);padding-right:calc(var( --spacing-base )*5)}.tJtFZM3XfPG9v9TSDfN1{padding-bottom:calc(var( --spacing-base )*5)}.PdifHW45QeXYfK568uD8,.tJtFZM3XfPG9v9TSDfN1{padding-top:calc(var( --spacing-base )*5)}.mbLkWTTZ0Za_BBbFZ5b2{padding-left:calc(var( --spacing-base )*5)}.vVWpZpLlWrkTt0hMk8XU{padding-bottom:calc(var( --spacing-base )*5)}.RxfaJj5a1Nt6IavEo5Zl{padding-right:calc(var( --spacing-base )*5)}.SppJULDGdnOGcjZNCYBy{padding:calc(var( --spacing-base )*6)}.palY2nLwdoyooPUm9Hhk{padding-left:calc(var( --spacing-base )*6);padding-right:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_{padding-bottom:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_,.YEEJ9b90ueQaPfiU8aeN{padding-top:calc(var( --spacing-base )*6)}.QE0ssnsKvWJMqlhPbY5u{padding-left:calc(var( --spacing-base )*6)}.n8yA3jHlMRyLd5UIfoND{padding-bottom:calc(var( --spacing-base )*6)}.tXHmxYnHzbwtfxEaG51n{padding-right:calc(var( --spacing-base )*6)}.kBTsPKkO_3g_tLkj77Um{padding:calc(var( --spacing-base )*7)}.RyhrFx6Y1FGDrGAAyaxm{padding-left:calc(var( --spacing-base )*7);padding-right:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO{padding-bottom:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO,.vQVSq6SvWKbOMu6r4H6b{padding-top:calc(var( --spacing-base )*7)}.oBy5__aEADMsH46mrgFX{padding-left:calc(var( --spacing-base )*7)}.KVEXoJqf1s92j0JMdNmN{padding-bottom:calc(var( --spacing-base )*7)}.ZMXGNrNaKW3k_3TLz0Fq{padding-right:calc(var( --spacing-base )*7)}.tuiR9PhkHXhGyEgzRZRI{padding:calc(var( --spacing-base )*8)}.U7454qyWkQNa2iaSJziu{padding-left:calc(var( --spacing-base )*8);padding-right:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8{padding-bottom:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8,.X1rm9DQ1zLGLfogja5Gn{padding-top:calc(var( --spacing-base )*8)}.JS7G6kAuqJo5GIuF8S5t{padding-left:calc(var( --spacing-base )*8)}.Y8F9ga1TDCMbM1lj4gUz{padding-bottom:calc(var( --spacing-base )*8)}.AJuyNGrI63BOWql719H8{padding-right:calc(var( --spacing-base )*8)}.demNsMJjhi7BLY7xhjU5{align-items:center;display:flex;font-size:var(--font-body);line-height:calc(var(--spacing-base)*3);margin:calc(var(--spacing-base)*2) 0;min-height:calc(var(--spacing-base)*3)}.QiUjdjJSkqh6nH7YMG5A{align-self:flex-start;height:calc(var(--spacing-base)*3);margin-left:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*3)}.Q080AHcq29J2fc68Hhk5{color:var(--jp-red)}.Q080AHcq29J2fc68Hhk5 .hYWbIwhppukXmGnsiT9H{fill:var(--jp-red)}.JjHuxWly0HI9C60gorbq{color:var(--jp-yellow-40)}.JjHuxWly0HI9C60gorbq .hYWbIwhppukXmGnsiT9H{fill:var(--jp-yellow-40)}.Cm8ZFHi3mngl4cj9Gatx{color:var(--jp-blue-40)}.Cm8ZFHi3mngl4cj9Gatx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-blue-40)}.ytGBsU015p3LGwOPwFDx{color:var(--jp-green)}.ytGBsU015p3LGwOPwFDx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-green)}.udAWaza1u34TkmZZUPq4 .JsO4jFxFAKjG6Go62bZF{font-size:1rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .M6POQFFbhswwolN6D9VN{display:flex;flex-direction:column;gap:1rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .Sk_WQxS97yTokR_rM3Ci{flex-shrink:0}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .CRjatFVv3dQMjG9_Vmjj{align-items:center;display:flex;gap:.5rem}.udAWaza1u34TkmZZUPq4 .re3HrL6GJa59uqDgx771{align-items:center;display:flex;gap:1rem;justify-content:end;margin-top:3rem}.udAWaza1u34TkmZZUPq4 .jPB4ApiYyEswu6AKKJqk{height:2rem;width:2rem}.udAWaza1u34TkmZZUPq4 .JhIphWt8e2X_ee0l7KEZ{align-items:center;display:flex;font-size:1rem;gap:.5rem}.Mu_jAq5ZcYDM1kmBbxcs.Mu_jAq5ZcYDM1kmBbxcs{width:65rem}.foAsC5GlXOWEzACnxT_P{display:grid;gap:.5rem}.foAsC5GlXOWEzACnxT_P>input{height:100%;width:18rem}.foAsC5GlXOWEzACnxT_P:not(._7PKKGx44v2H9dJbUltFw){grid-auto-flow:column}.IGOk1gMf5SKkfOKyF7Xc{padding-block:2rem}.ptn8jt555LOvMXWaoLxs{font-size:13px;line-height:24px;margin:5px 0 12px;position:relative}.IVzciZv5S5E8XgR5EsLp{color:#757575}.OpbDsm3F65Z4K5Bz43cz,.dlrSwB0tyuf1TYcypDec,.hkpqil8E11PObwu7TVU2{padding:8px 16px}.OpbDsm3F65Z4K5Bz43cz a,.dlrSwB0tyuf1TYcypDec a,.hkpqil8E11PObwu7TVU2 a{color:inherit}.dlrSwB0tyuf1TYcypDec{background-color:#fef8ee;border-right:2px solid #f0b849}.hkpqil8E11PObwu7TVU2{background-color:#f4a2a2;border-right:2px solid #cc1818}.OpbDsm3F65Z4K5Bz43cz{border:1px solid #007cba;border-right-width:4px;padding:12px 16px}.AeqtA3GRe7sFjKaC9SqL{padding-left:25px}.IArBTmNL2K4du5WPBUhg{all:unset;cursor:pointer;left:16px;position:absolute;top:12px}.IArBTmNL2K4du5WPBUhg:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #007cba}.T7E2eJJN4qjwPpv3mcjV{margin-top:12px}.facebook-preview__post-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJIAAAAkCAYAAABi6GPmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAfySURBVHgB7Vx/iFVFFP6SCAmTCAuRisVqkTCTMouIEJEQBAkREcEIEYnWQqIsIor+EBGJRSQwlhAMWUxMQlqRRfxDthCRsBBdRDaR2kosWgmxddfm887Vc+fNzJ15b+6+92A/OLC8mTlz79zvnl8zd4HG0alkr5ILSv5WMqBkg5K7MYmJxMNKepUMa+nVv4WO7VLSp2RQyVUtg/q3rghddWGlkn+V3LTIQKLJn1TSreQMspu7mUiuap3deo4qsVbJRSX7ldyP9OA6X0HtPV6B/xnMUtKj5AbK1+uG7jsLiTEF9ouXcl7JNNQHWrSdSsaQjjwuGdNzVWVFL4u5Til5AGnRC/e99TrGLFcyovv8p+RrJWuQeZhpWjr1b38pGdd9R/TYZHgIRebPVTJDyWYl10Xbl4gHH2g/qieQKf2ohkzmPD8iLZmG4b6nYUv/t3DnBf1GyWMl+gcMnSTV20iEmULxJaPtVdE2ivhF24nihR9H9hakNKuztM7jxlw7kR62B3wa2YuXAjFE4j2PaXmvXDVes+gc15LEMs0Qii9b2o+J9g0IB+MV6c62InOjVWGKnkO6udQxk+lG879/RmbZG0Woa+PLk7uz90t03qXkK/gt+AgSvNzThMKrlvZNon0HwtGNoiWqkkQ5pqBombqRFnLxGXNIMjHgb5RMocF2j/79XIDOJxAWDvSgQdyLovsyId3bAYTjjBiXNKgrwXIUH25KyIUnVqNIprPIQoVGUJb+829mXnRJXQH67lHyC/wkGtc6G8rO1wuFg5b2ZaL9MMIhU/zkqaYHs+C3sI3AJBLB0skoimtY5f12ibmesbSvQlai+ELJ88gC8KMIs0obUSfoCgaFoncsfdaJ9j0Ih23RJwpVze3SuwJFMrFcUlXhr0/Ms9bSThc1jjDimNKHOiHdFqvZtlrRNsekXDgG5yeUbEdWq5BodyLNUfImsuIjXZZZsDXBtZRk4g7BoyVzMAtmgpAXaf9Btp6MS10x5TkUPYSrzPE4yl2aKYOoEyeEkq2OPociLmSbGNeOROLDo2s4Bf99jjrGMwyQtbchJR2OvvNRLHCachBZfGNixNKvwzHHEWTkJPlYW/sN/vuqKxR4WSi4BnfG8QPiWL1Fj2s3Ii1CZkXK7o9E2erRY5KJ8UqHpV/+gvJBjzrmsrmuEUdfehQahqfgxn1KfkIJkWhG+42bsC1Cv+57WPy+C/WB5OPCnUTxbZ2J9iESrVA3ateKroxuje5tnpLpCMcryF7OXBcLvbONPlyj+fpvuiEbmfotus/BT/T98IPu9BNkBDbH3nJtMVsR0sqM6RtpBHwY0k0uR3sQia7jgNGfNZuP0PjWxxIUyfQr/Otsqx/Zyhd98D/b0JLH06gl761g+zrCiRTD4FDIoHwz2oNIB42+3yJNhTrHYhSDdJKp09JvHuzPZsjStwv+53kR4bhkjL1VlwpZPNvEC5AGu4XO9Wh9In1o9NuGarAIRTIdt/RxeZMBS19ZkLSN4e+zUY5HjDG3C5KxRGJgtQZpwLdYmuZ1aG0ivYBiRXo7qgP3Ms+KuS4Y7WYYIOUzh84e+K3S90oehB8bjTG3t0hiidSJdOA2y16h23zDJhplc8sY8Riq2wdkQC23ikje1UYfWRA25UWHXrlp65I/kRWQmflNteiQMW1h0zaWSKkxW+j+o+K5yuCbe6VoYzBcVQWaes+jSCIznZclGFPOlujPj5GEVLEPGWOfxR2XVnOMpNlEksdRzNRyouGbW54OqCou6kAWKOfzMDtaZem3A+6HvwzlkAfbyuQ5PYZ7b7/jDpFqDrY1m0gyLqLraMVN207RxizXl+IvVPKxkn3IzhsNa320Yls845jiXzLmcZ1+cBV7+xEOedTWZ51YN+Qx3Dzldx61bRaRuNfDN1uWH1iHacVjJFtEm63swQP9nyJL031v93XYwf05ecqRpFsKN4Yc+uchDkkP/zeLSISsDHNxpqI1D7bJANN0HdwotVV7XWKCD1/unTHlXww/zlj0Xkb9SPI5UjOJtAK1b3qrHbWdLq6H5j0/6cDSxRHUPlAmDHxzGSAvQPEjCXP9eC5Ilj/48F5COWz1I15bXgHnFkqjB+Wi0UwiyaBR7tu10uH/paLtpP7NzKwozJYYGNtIb1s/1qSkJePm6UKEYS3s1m5U6DyECUYziMRg9V0U46Mlor3scySOcwWujFf4CdQ1hLubXGyfI8mz5yRZB4oxypi+Fp/VNNeP6btMKmiV5iMc3Oszt2lMNxejLwmaQaR9hs4Tlj5lH0jaAlfGL75Pc1zi+0Dyc9HPTAauISzdlnPxhZFbH3SFcxEPEpck59rRCuVfDtNNp/4AMwjNINLrQh9L/74b932ynYNWaA/iyBP6ybaMg2TBlCRagjCYL0D+t2szti0RSyTWRpaiMewS+mI//TGv12aFhhFmKUJwGnYirorQYRvP3faQTdK2QSyRcmGWxQxjKsJAU8yDcR+geJ6lLNX1XYvNCvG3lP+oYcgyR2xl2xwfci677VAvkVLIUTR2vVVZIQnzfDRjkthyhEzxq/7sqGmIJRIzohT/IYRl/nq+fbfpSm2FJGRcxvhmDuLxBrL0nllhygNwLYWYE5J5psQAkXEO44fRwLHsx7iAi8k6SL3/9UOm9VVZIYnvxHybMAknYs5sx2wKVgXuafHt3o3qrJAEK9ncLa+asG2P2K9IJjGJGvwP+tnxKdafpLoAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:73px 18px;display:inline-block;filter:invert(40%)}.facebook-preview__post-icon-like{background-position:100% 0;height:18px;width:18px}.facebook-preview__post-icon-comment{background-position:-18px 0;height:18px;width:18px}.facebook-preview__post-icon-share{background-position:-36px 0;height:18px;width:18px}.facebook-preview__post-icon-info{background-position:-54px 0;height:14px;width:7px}.facebook-preview__post-icon-public{background-position:-61px 0;height:12px;width:12px}.facebook-preview__post-actions{align-items:center;color:#65676b;display:flex;font-size:.9375rem;font-weight:600;height:2.625rem;justify-content:space-around;line-height:1.33;list-style-type:none;margin:0;padding:0;width:100%}.facebook-preview__post-actions>li{align-items:center;display:flex;gap:.5rem;margin:0}.facebook-preview__post-header{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;min-height:60px;padding:.75rem 1rem .5rem;width:100%}.facebook-preview__post-header-content{display:flex;gap:.5rem}.facebook-preview__post-header-avatar{background-color:#caccd1;border:1px solid #e5e5e5;border-radius:50%;height:40px;width:40px}.facebook-preview__post-header-name{color:#050505;font-size:.9375rem;font-weight:600;line-height:1.33}.facebook-preview__post-header-share{align-items:center;color:#65676b;display:flex}.facebook-preview__post-header-time{font-size:.8125rem;line-height:1.23}.facebook-preview__post-header-dot{text-align:center;width:.625rem}.facebook-preview__post-header-more{background-image:radial-gradient(circle at .125rem .125rem,#65676b 2px,#0000 0);background-size:.5rem .25rem;height:.25rem;margin:0 0 0 .625rem;width:1.25rem}.facebook-preview__post{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px #0003,0 -1px 0 #0000000d;display:flex;flex-direction:column;font-family:system-ui,-apple-system,BlinkMacSystemFont,\.SFNSText-Regular,sans-serif;margin-inline:auto;max-width:clamp(508px,100%,680px);overflow-y:hidden}.facebook-preview__post :-moz-any-link{color:#216fdb;text-decoration:none}.facebook-preview__post :any-link{color:#216fdb;text-decoration:none}.facebook-preview__custom-text{color:#050505;font-size:.9375rem;line-height:1.33;margin:0;padding:0 1rem 1rem;word-break:break-word}.facebook-preview__custom-text-post-url{display:block;margin-top:.5rem}.facebook-preview__body{border-bottom:1px solid #d4d0d4;border-top:1px solid #d4d0d4;display:flex;flex-direction:column}.facebook-preview__body.is-loading{visibility:hidden}.facebook-preview__body.is-portrait{flex-direction:row}.facebook-preview__text{align-items:center;background-color:#f0f2f5;color:#050505;display:flex;flex:1;padding:.5rem 1rem;position:relative;word-break:break-word}.facebook-preview__text-wrapper{width:100%}.facebook-preview__url{color:#65676b;font-size:.8125rem;line-height:1;margin-bottom:.25rem;text-transform:uppercase}.facebook-preview__title{font-size:.9444rem;font-weight:600;line-height:1.18;margin:.25rem 0 .125rem}.facebook-preview__description{color:#65676b;font-size:.9375rem;line-height:1.33}.facebook-preview__body.is-landscape .facebook-preview__description.is-compact{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.facebook-preview__custom-image img,.facebook-preview__custom-image video,.facebook-preview__image img,.facebook-preview__image video,.facebook-preview__media-item img,.facebook-preview__media-item video{display:block;-o-object-fit:cover;object-fit:cover;width:100%}.facebook-preview__image.is-empty{border-inline-end:1px solid #d4d0d4;height:140px;width:140px}.facebook-preview__image.is-portrait img{height:430px;width:278px}.facebook-preview__image.is-landscape img{aspect-ratio:1.91;width:100%}.facebook-preview__custom-image,.facebook-preview__media-item{background-color:#121212;display:flex;justify-content:center;width:100%}.facebook-preview__custom-image.is-portrait img,.facebook-preview__media-item.is-portrait img{height:685px;width:500px}.facebook-preview__custom-image.is-landscape img,.facebook-preview__media-item.is-landscape img{aspect-ratio:1.78;width:100%}.facebook-preview__info{align-items:center;background-color:#fff;border:1px solid #d4d0d4;border-radius:50%;display:flex;height:30px;justify-content:center;left:15px;position:absolute;top:-10px;width:30px}.facebook-preview__info i{filter:invert(8%)}.facebook-preview__window{border:1px solid #d4d0d4;border-radius:16px;margin:0 .75rem}.facebook-preview__window .facebook-preview__custom-image,.facebook-preview__window .facebook-preview__custom-image img,.facebook-preview__window .facebook-preview__image,.facebook-preview__window .facebook-preview__image img{border-top-left-radius:inherit;border-top-right-radius:inherit}.instagram-preview__wrapper{background-color:#fff;margin-inline:auto;max-width:clamp(200px,100%,555px);padding:20px}.instagram-preview__section .instagram-preview__wrapper{padding:0}.instagram-preview__section.social-preview__section{width:clamp(200px,100%,555px)}.instagram-preview__container{box-shadow:0 0 0 1px #00000014;overflow:hidden}.instagram-preview__header{display:flex;gap:.5rem;padding:.5rem 1rem}.instagram-preview__header--avatar{align-items:center;display:flex;max-height:32px;max-width:32px}.instagram-preview__header--avatar img{border-radius:50%;height:100%;width:100%}.instagram-preview__header--profile{align-items:center;display:flex;flex-grow:1;justify-content:space-between}.instagram-preview__header--profile-name{font-weight:700}.instagram-preview__media{display:flex}.instagram-preview__media--image,.instagram-preview__media--video{-o-object-fit:cover;object-fit:cover;width:100%}.instagram-preview__media-item{flex-grow:1}.instagram-preview__content{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 1rem}.instagram-preview__content a{color:#00376b;text-decoration:none}.instagram-preview__content--actions{display:flex;justify-content:space-between}.instagram-preview__content--actions-primary{align-items:center;display:flex;gap:1rem}.instagram-preview__content--name{display:inline;font-weight:600}.instagram-preview__content--text{display:inline}.instagram-preview__content--footer{color:#737373;font-weight:400}.linkedin-preview__wrapper{background-color:#fff;margin-inline:auto;max-width:clamp(200px,100%,555px);padding:20px}.linkedin-preview__section .linkedin-preview__wrapper{padding:0}.linkedin-preview__section.social-preview__section{width:clamp(200px,100%,555px)}.linkedin-preview__container{border-radius:8px;box-shadow:0 0 0 1px #00000014;overflow:hidden}.linkedin-preview__container.has-media{border-end-end-radius:0;border-end-start-radius:0}.linkedin-preview__header{display:flex;gap:.5rem;margin-bottom:.8rem;padding:.8rem 1rem 0}.linkedin-preview__header--avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:48px;overflow:hidden;width:48px}.linkedin-preview__header--avatar img{-o-object-fit:contain;object-fit:contain;width:100%}.linkedin-preview__header--profile{display:flex;flex-direction:column;overflow:hidden}.linkedin-preview__header--profile-title{font-size:.75rem}.linkedin-preview__header--profile-info{display:flex;gap:.25rem}.linkedin-preview__header--profile-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.linkedin-preview__header--profile-meta{align-items:center;display:flex;gap:.25rem}.linkedin-preview__caption{font-size:.875rem;font-weight:400;line-height:20px;margin:0 1rem}.linkedin-preview__content article,.linkedin-preview__media{background-color:#eef3f8;display:flex;flex-direction:column;margin-top:.5rem}.linkedin-preview__media-item{display:flex}.linkedin-preview__media-item img,.linkedin-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.linkedin-preview__description{padding:.5rem .75rem}.linkedin-preview__description--title{font-size:.875rem;font-weight:600;margin:0}.linkedin-preview__description--meta{color:#0009;display:flex;font-size:.875rem;font-weight:400;gap:.25rem;margin-top:.5rem}.linkedin-preview__image{-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__post-actions{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.mastodon-preview__post-actions>div{align-items:center;color:#606984;display:flex}.mastodon-preview__post-actions svg{fill:currentColor}.mastodon-preview__post-icon-text{color:#525a71;font-size:.75rem;font-weight:500}.mastodon-preview__body{color:#000;margin-bottom:1rem}.mastodon-preview__body>p{margin-bottom:1.25rem}.mastodon-preview__card{border:1px solid #d9e1e8;border-radius:8px;color:#000;display:flex;margin-bottom:1rem;margin-top:1rem;overflow:hidden}.mastodon-preview__card.has-image{flex-direction:column}.mastodon-preview__card.has-image .mastodon-preview__card-img{width:100%}.mastodon-preview__card-img{min-height:60px}.mastodon-preview__card-img img{border-end-start-radius:inherit;border-start-start-radius:inherit;display:block;min-height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__card-img--fallback{align-items:center;aspect-ratio:1;background:#c0cdd9;display:flex;justify-content:center;position:relative;width:120px}.mastodon-preview__card-text{display:flex;flex-direction:column;gap:.5rem;overflow:hidden;padding:1rem}.mastodon-preview__card-title{color:#282c37;font-size:1.187rem;font-weight:700;line-height:1.4}.mastodon-preview__card-site{display:block;font-size:.875rem}.mastodon-preview__card-description{font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mastodon-preview__post-header{align-items:start;display:flex;font-size:.9375rem;justify-content:space-between;line-height:1.47;margin-bottom:.625rem}.mastodon-preview__post-avatar{border-radius:4px;height:46px;width:46px}.mastodon-preview__post-header-user{align-items:center;display:flex;gap:.75rem}.mastodon-preview__post-header-displayname{color:#000;font-weight:700}.mastodon-preview__post-header-audience{align-items:center;display:flex;gap:.25rem}.mastodon-preview__section{margin-inline:auto;max-width:100%;width:578px}.mastodon-preview__post{background-color:#fff;border:1px solid #c0cdd9;box-sizing:border-box;color:#444b5d;font-family:"mastodon-font-sans-serif",sans-serif;font-size:.9375rem;line-height:1.47;overflow-y:hidden;padding:1rem;width:100%}.mastodon-preview__post :-moz-any-link{color:#3a3bff;text-decoration:none}.mastodon-preview__post :any-link{color:#3a3bff;text-decoration:none}.mastodon-preview__img{aspect-ratio:16/9;border-radius:4px;display:block;margin:.875rem auto 0;-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__media{border-radius:8px;margin-top:8px;min-height:64px}.mastodon-preview__media.as-grid{display:grid;gap:2px;grid-template-columns:50% 50%;overflow:hidden;width:100%}.mastodon-preview__media-item{border:0;border-radius:8px;display:flex;overflow:hidden}.mastodon-preview__media-item img,.mastodon-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.nextdoor-preview__wrapper{max-width:clamp(200px,100%,600px)}.nextdoor-preview__section .nextdoor-preview__wrapper{padding:0}.nextdoor-preview__section.social-preview__section{width:clamp(200px,100%,600px)}.nextdoor-preview__container{background-color:#fff;border-radius:8px;box-shadow:0 0 8px #0000001a;overflow:hidden}.nextdoor-preview__container.small-preview{border-end-end-radius:0;border-end-start-radius:0}.nextdoor-preview__header{align-items:center;display:flex;gap:.5rem;margin-bottom:8px}.nextdoor-preview__header--avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:40px;overflow:hidden;width:40px}.nextdoor-preview__header--avatar img{-o-object-fit:contain;object-fit:contain;width:100%}.nextdoor-preview__header--details{display:flex;flex-direction:column}.nextdoor-preview__header--name{font-size:1rem;font-weight:600;letter-spacing:-.32px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nextdoor-preview__header--meta{align-items:center;color:#666;display:flex;font-size:14px;gap:.25rem;letter-spacing:-.32px;line-height:19px;white-space:pre-wrap}.nextdoor-preview__footer{display:flex;flex-direction:row;justify-content:flex-end;margin-top:24px}.nextdoor-preview__footer--actions{align-items:center;display:flex;gap:1rem}.nextdoor-preview__footer--actions-item{align-items:center;display:flex;font-size:13px;font-weight:600;gap:.25rem;line-height:16px}.nextdoor-preview__content{padding:12px 16px}.nextdoor-preview__card{border-radius:16px;box-shadow:0 1px 4px 0 #00000014,0 0 2px 0 #0003;display:flex;flex-direction:column;margin-top:12px;overflow:hidden}.nextdoor-preview__card.small-preview{align-items:center;flex-direction:row}.nextdoor-preview__card--chevron-wrapper{align-items:center;display:flex;justify-content:center;min-width:40px;width:40px}.nextdoor-preview__caption{font-size:1rem;font-weight:400;line-height:20px;margin-bottom:20px}.nextdoor-preview__media-item{display:flex}.nextdoor-preview__media-item img,.nextdoor-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.nextdoor-preview__description{display:flex;flex-direction:column;overflow:hidden;padding:16px}.small-preview .nextdoor-preview__description{flex-grow:1;padding:10px}.nextdoor-preview__description--title{font-size:15px;font-weight:600;line-height:20px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nextdoor-preview__description--url{color:#666;font-size:13px}.nextdoor-preview__media{margin-inline:-16px}.nextdoor-preview__image{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;width:100%}.small-preview .nextdoor-preview__image{height:62px;width:62px}.nextdoor-preview__default-avatar{align-items:center;background-color:#8c6e63;border-radius:50%;color:#fff;display:flex;font-size:x-large;height:40px;justify-content:center;width:40px}.nextdoor-preview__default-image{align-items:center;background-color:#f1ffca;display:flex;height:62px;justify-content:center;width:62px}.threads-preview{padding:20px}.threads-preview__wrapper{background-color:#fff;border-radius:4px;margin-inline:auto;max-width:clamp(200px,100%,635px);padding-inline-end:1rem;padding-top:1rem}.threads-preview__section.social-preview__section{width:clamp(200px,100%,635px)}.threads-preview__section.social-preview__section .social-preview__section-desc,.threads-preview__section.social-preview__section .social-preview__section-heading{padding-inline-start:17px}.threads-preview__container{color:#000;display:grid;font-size:15px;grid-template-columns:50px auto;line-height:21px;margin-bottom:5px}.threads-preview__container .threads-preview__sidebar{display:grid;grid-template-rows:35px auto;justify-items:center}.threads-preview__container .threads-preview__sidebar .threads-preview__profile-image{align-items:center;border-radius:50%;display:flex;max-height:36px;max-width:36px;overflow:hidden}.threads-preview__container .threads-preview__sidebar .threads-preview__profile-image img{-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__sidebar .threads-preview__connector{background-color:#8c8f94;width:2px}.threads-preview__container .threads-preview__main{overflow:hidden;padding-bottom:1rem}.threads-preview__container .threads-preview__header{display:flex;font-size:16px;gap:6px;line-height:18px;margin-bottom:2px}.threads-preview__container .threads-preview__name{font-size:15px;font-weight:600}.threads-preview__container .threads-preview__date{color:#999}.threads-preview__container .threads-preview__content .threads-preview__text{white-space:pre-wrap;word-break:break-word}.threads-preview__container .threads-preview__content .threads-preview__media{border-radius:15px;display:grid;overflow:hidden;grid-gap:2px;grid-template-areas:"a";height:300px;margin-top:12px}.threads-preview__container .threads-preview__content .threads-preview__media img,.threads-preview__container .threads-preview__content .threads-preview__media video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__content .threads-preview__media img:first-child,.threads-preview__container .threads-preview__content .threads-preview__media video:first-child{grid-area:a}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(2),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(2){grid-area:b}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(3),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(3){grid-area:c}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(4),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(4){grid-area:d}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-2{grid-template-areas:"a b"}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-3{grid-template-areas:"a b" "a c"}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-4{grid-template-areas:"a b" "c d"}.threads-preview__container .threads-preview__content .threads-preview__card{border:1px solid #e1e8ed;border-radius:8px;margin-bottom:12px;margin-top:12px;overflow:hidden}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-image{aspect-ratio:16/9;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-body{color:#000;display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;gap:2px;overflow:hidden;padding:.75em;text-align:right;text-decoration:none}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-title{text-overflow:ellipsis}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-url{color:#999;font-size:12px;overflow-inline:hidden;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}.threads-preview__container .threads-preview__footer{display:flex;gap:2.5rem;margin-top:1rem}.threads-preview__container .threads-preview__footer svg{height:19px;width:19px;fill:#424242}.threads-preview__container .threads-preview__icon--like svg,.threads-preview__container .threads-preview__icon--reply svg,.threads-preview__container .threads-preview__icon--share svg{fill:#0000;stroke:#424242}.tumblr-preview__post-icon{align-items:center;display:flex}.tumblr-preview__post-icon svg{fill:#000000a6}.tumblr-preview__post-icon-blaze{height:20px;width:23px}.tumblr-preview__post-icon-delete{height:21px;width:17px}.tumblr-preview__post-icon-edit{height:21px;width:21px}.tumblr-preview__post-icon-share{height:24px;width:24px}.tumblr-preview__post-icon-reblog,.tumblr-preview__post-icon-reply{height:21px;width:21px}.tumblr-preview__post-icon-like{height:21px;width:23px}.tumblr-preview__post-icon-ellipsis{height:4px;width:18px}.tumblr-preview__post-actions{color:#000000a6;font-size:1rem;font-weight:700;line-height:1.5;margin-top:.25rem;padding:0 1.25rem}.tumblr-preview__post-manage-actions,.tumblr-preview__post-social-actions{align-items:center;display:flex;justify-content:space-between;min-height:3.5rem}.tumblr-preview__post-manage-actions ul,.tumblr-preview__post-social-actions ul{align-items:center;display:flex;gap:1.25rem;list-style-type:none;margin:0;padding:0}.tumblr-preview__post-manage-actions ul>li,.tumblr-preview__post-social-actions ul>li{align-items:center;display:flex;justify-content:center}.tumblr-preview__post-social-actions{border-top:1px solid #c27b7b26}.tumblr-preview__post-actions-blaze,.tumblr-preview__post-header{align-items:center;display:flex}.tumblr-preview__post-header{justify-content:space-between;margin:1rem 0;padding:0 1.25rem}.tumblr-preview__post-header-username{font-size:.875rem;font-weight:700;line-height:1.5}.social-preview{padding:0 .5rem}.social-preview__section{margin-bottom:2rem;margin-inline:auto;width:clamp(200px,100%,680px)}.social-preview__section-heading{color:#1e1e1e;font-size:.875rem;font-weight:600;line-height:1.42;margin-bottom:.375rem;margin-top:0}.social-preview__section-desc{color:#757575;font-size:.75rem;line-height:1.33;margin-bottom:1rem;margin-top:0}.social-preview__section-desc .components-external-link{align-items:center;display:inline-flex;gap:.25rem}.tumblr-preview__section.social-preview__section{width:clamp(200px,100%,604px + 1.25rem)}.tumblr-preview__post{align-items:flex-start;display:flex;gap:1.25rem}.tumblr-preview__avatar{border-radius:3px;height:64px;width:64px}@media(max-width:660px){.tumblr-preview__avatar{display:none}}.tumblr-preview__card{background-color:#fff;border-radius:3px;color:#000;font-family:Favorit,Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif;font-size:1rem;overflow-y:hidden}.tumblr-preview__card :-moz-any-link{color:inherit;text-decoration:underline}.tumblr-preview__card :any-link{color:inherit;text-decoration:underline}.tumblr-preview__custom-text,.tumblr-preview__title{margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__title{font-size:1.625rem;font-weight:400;line-height:1.3}.tumblr-preview__description{font-size:1rem;line-height:1.5;margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__image{aspect-ratio:16/9;display:block;margin:3.375rem 0 1rem;width:100%}.tumblr-preview__url{display:inline-block;margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__site-name{color:#000000a6;font-size:.75rem;text-transform:uppercase}.tumblr-preview__window{margin:0 1.25rem 1.25rem}.tumblr-preview__window-top{border-top-left-radius:6px;border-top-right-radius:6px;position:relative}.tumblr-preview__window-top .tumblr-preview__image{aspect-ratio:16/9;border-top-left-radius:inherit;border-top-right-radius:inherit;margin:0;width:100%}.tumblr-preview__window-bottom{border:1px solid #00000040;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:flex;flex-direction:column;gap:.5rem;padding:1rem .75rem}.tumblr-preview__window-bottom.is-full{border-top-left-radius:6px;border-top-right-radius:6px}.tumblr-preview__window-bottom>*{margin:0;padding:0}.tumblr-preview__overlay{align-items:center;background-color:#0006;border-top-left-radius:inherit;border-top-right-radius:inherit;bottom:0;color:#fff;display:flex;justify-content:center;left:0;padding:1rem .75rem;position:absolute;right:0;top:0}.tumblr-preview__overlay>*{margin:0;padding:0}.nOZgE6dP_guav2888GAK{margin:1rem 0 1.5rem}@media(min-width:600px){.jxndagXCphEhzYfnjHMZ{width:calc(100vw - 40px)}}@media(min-width:960px){.jxndagXCphEhzYfnjHMZ{max-height:calc(100% - 120px);width:920px}}.jxndagXCphEhzYfnjHMZ .components-modal__content.hide-header{padding:0}.na9tpJVboVaxVNabSRsr{display:flex}@media(max-width:782px){.na9tpJVboVaxVNabSRsr{flex-direction:column}}.VxWWpt730pSzZCEVjxA3{height:2rem;left:.5rem;position:absolute;top:.5rem}.z14EiGfFuQwKazBW3LpF{align-items:center;border-bottom:1px solid #dcdcde;display:flex;height:48px;padding-inline:2rem}@media(min-width:782px){.z14EiGfFuQwKazBW3LpF{border-inline-end:1px solid #dcdcde}}.z14EiGfFuQwKazBW3LpF h2{font-size:1rem;font-weight:600;line-height:16px;margin-block:0}@media(min-width:782px){.LAWYmJPODB8LgzQMzsyx{flex:1}}.vVbLRydJFLCVa49hSz83{padding:1rem 2rem}@media(min-width:782px){.vVbLRydJFLCVa49hSz83{border-inline-end:1px solid #dcdcde}}.uw1atyZ2fcJoKjwf6SZW{background:var(--jp-gray-0);flex:1}@media(min-width:782px){.uw1atyZ2fcJoKjwf6SZW{flex:2}}.uw1atyZ2fcJoKjwf6SZW .components-tab-panel__tabs{background:var(--jp-white);border-bottom:1px solid #dcdcde;height:48px;justify-content:center}.meKppCUznQhlkjwZuS6G{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:1rem 2rem}.HS7f47n0w2xUqa4wQkwX{opacity:.5}.dKXzdVKZ7LYvSmUVrl26{color:var(--jp-gray-40);margin-top:0}.sP1aklNMfj7lCDxuhWaq{position:relative}.a6tcXi51GAewl3qx0AVi{align-items:center;background-color:#2c3338e6;border-radius:2px;bottom:8px;display:flex;font-variant-numeric:tabular-nums;padding:4px;position:absolute;right:8px}.a6tcXi51GAewl3qx0AVi svg{margin-left:2px}.uFtCCGeycoI94JbCnJh8.uFtCCGeycoI94JbCnJh8{color:var(--jp-white);font-size:9px;font-weight:600;line-height:8px}.cZuW54OEuUN9yvuE_rNU{margin:auto;position:relative}.vCs0BOExDMOystFhG2wa{width:auto}.sKpch49QzrpontC0DvF7{background-color:var(--jp-gray-0);border:1px dashed var(--jp-gray-20);border-radius:calc(var(--jp-border-radius)*.5);display:grid;grid-template-rows:1fr auto 2fr;justify-content:center;margin-bottom:8px;min-height:130px;padding:24px;position:relative;width:100%}.sKpch49QzrpontC0DvF7>*{justify-self:center}.sKpch49QzrpontC0DvF7>button{grid-row:2}.sKpch49QzrpontC0DvF7>button:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.sKpch49QzrpontC0DvF7>span{color:var(--jp-gray-60);font-size:13px;grid-row:3;line-height:16px;margin-top:16px;text-align:center}.sKpch49QzrpontC0DvF7>svg{align-self:center;margin:0;position:absolute}.vOO47kVjHn7i63fQ0bx0{color:#757575;font-size:12px;font-weight:400;line-height:16px;margin-bottom:8px}.ziE_jq4PmQmGBedGskf_{width:100%}.TJGgifcTHqUtknPqVQpH,.qqGj0rmSJvZs9dyr0u_I,.ziE_jq4PmQmGBedGskf_{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;cursor:pointer;margin:0;padding:0}.TJGgifcTHqUtknPqVQpH,.qqGj0rmSJvZs9dyr0u_I{align-items:center;background-color:var(--jp-black);border:1.5px solid var(--jp-white);border-radius:100%;display:flex;height:20px;justify-content:center;left:-4px;line-height:0;position:absolute;top:-4px;transition:background .1s ease-in-out;width:20px;z-index:2}.TJGgifcTHqUtknPqVQpH svg,.qqGj0rmSJvZs9dyr0u_I svg{fill:var(--jp-white)}.TJGgifcTHqUtknPqVQpH:hover,.qqGj0rmSJvZs9dyr0u_I:hover{background-color:var(--wp-admin-theme-color)}.TJGgifcTHqUtknPqVQpH{left:-5px;top:-56px}.f92zWdEJJIwBvwH5rRzn{margin-bottom:16px}.f92zWdEJJIwBvwH5rRzn .components-responsive-wrapper__content{width:auto}.rBTOWyeewE4VxAqYgjoI{filter:grayscale(100%);opacity:.5}.PykCvaqoL7AIDzVKJAtg{position:relative}.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP{margin:16px 0 8px;padding-left:8px}.components-base-control__label+.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP{margin-top:0}.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP p{margin:0 0 4px}.Q21myqk1zOYB3IH8YuEq{color:var(--jp-gray-40);margin-top:0}.RoerAwwhu_PqirHlSJPz{display:block;margin-top:1rem}.Ua6eKcnk_tQQpFlgXMSn{display:inherit;display:flex;flex-wrap:wrap;list-style-type:none;margin:0;width:100%}.Ua6eKcnk_tQQpFlgXMSn .SHqrIEguRfCILRHPyxE9{margin:5px 0 10px}.ejyuBjiLmHz_UTFmBnjA{display:inline-block;margin-top:6px}.smqXe_da1eoP4Agql_Cs{height:auto;margin-inline-start:15px;padding:0}.eQZwqSCI_uVWrJ2jIRUA{margin-block-end:1rem}.O_ZghPCUG7291iVsp1wx{color:#646970;margin-bottom:.25rem}.nrOxj0JeSCWwCB4oaR94{display:block;margin-bottom:1rem}.Jxra4242dPPaUy28mM8H.components-button.is-link{font-size:inherit;font-weight:inherit}.Jxra4242dPPaUy28mM8H.components-button.is-link:hover{text-decoration:none}.amoEz9VXiwF3eyLxTbOA .irsbCLZJNayrJ0g_joAn{font-style:italic;font-weight:700;word-wrap:break-word}.lIKYDl6xVVtMbvcUDrrn.lIKYDl6xVVtMbvcUDrrn{display:block;margin-bottom:.5rem}.search-preview__display{border:1px solid #f6f7f7;font-family:arial,sans-serif;padding:10px 20px;word-wrap:break-word}.search-preview__header{align-items:flex-end;display:flex;gap:.5rem}.search-preview__menu{color:#4d5156;height:18px;position:relative;width:18px}.search-preview__branding{align-items:center;display:flex;gap:.75rem}.search-preview__site--title{color:#202124;font-size:14px;line-height:20px}.search-preview__icon{height:1.75rem;width:1.75rem}.search-preview__title{color:#1a0dab;font-size:20px;line-height:1.3;margin-bottom:7px;margin-top:8px;max-width:616px}.search-preview__title:hover{cursor:pointer;text-decoration:underline}.search-preview__url{color:#4d5156;font-size:12px;line-height:1.3;max-width:616px}.search-preview__description{color:#4d5156;font-size:14px;font-weight:400;line-height:1.5;max-width:616px}.VHYulMcpzbr10HWR0iSE{align-items:flex-start;border:1px solid var(--jp-black);border-color:var(--jp-gray-5);border-radius:4px;border-right-width:6px;display:flex;font-size:var(--font-body);padding:24px 18px 27px 31px}.FGpSkMCiIHQjszcV0dbn{margin-left:20px}.FGpSkMCiIHQjszcV0dbn,.KoWZcCwhW13xvkEb0QON{height:calc(var(--spacing-base)*3);width:calc(var(--spacing-base)*3)}.KoWZcCwhW13xvkEb0QON{background-color:#0000;border:none;cursor:pointer;outline:none}@media screen and (max-width:600px){.VHYulMcpzbr10HWR0iSE{box-shadow:0 4px 8px #00000008,0 1px 2px #0000000f;padding-top:68px;position:relative}.FGpSkMCiIHQjszcV0dbn{position:absolute;right:24px;top:24px}.KoWZcCwhW13xvkEb0QON{left:24px;position:absolute;top:24px}}.smrfczkC53EaFM8OJUXs{flex-grow:1}.IKYRWoPwt9xOVEx1wzNS{font-weight:600;margin-bottom:8px}.qM0qY6mPYp1MPN54A3Kg{align-items:center;display:flex;margin-top:20px}.qM0qY6mPYp1MPN54A3Kg a,.qM0qY6mPYp1MPN54A3Kg a:active,.qM0qY6mPYp1MPN54A3Kg a:focus,.qM0qY6mPYp1MPN54A3Kg a:hover{color:var(--jp-black)}.qM0qY6mPYp1MPN54A3Kg>*{margin-left:24px}.A5YkDkkXuiYgavrY6Nux{border-right-color:var(--jp-red)}.A5YkDkkXuiYgavrY6Nux .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-red)}.cT5rwuPMZzWvi5o6shMl{border-right-color:var(--jp-yellow-20)}.cT5rwuPMZzWvi5o6shMl .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-yellow-20)}.yo0O3uvNomPsYUXFCpAS{border-right-color:var(--black)}.yo0O3uvNomPsYUXFCpAS .y_IPyP1wIAOhyNaqvXJq{fill:var(--black)}.oZdDFf1jBLkzn5ICCC6x{border-right-color:var(--jp-green)}.oZdDFf1jBLkzn5ICCC6x .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-green)}.twitter-preview{padding:20px}.twitter-preview__wrapper{background-color:#fff;border-radius:4px;margin-inline:auto;max-width:clamp(200px,100%,635px);padding-inline-end:1rem;padding-top:1rem}.twitter-preview__section.social-preview__section{width:clamp(200px,100%,635px)}.twitter-preview__section.social-preview__section .social-preview__section-desc,.twitter-preview__section.social-preview__section .social-preview__section-heading{padding-inline-start:17px}.twitter-preview__container{display:grid;font-size:15px;grid-template-columns:65px auto;line-height:20px;margin-bottom:5px}.twitter-preview__container .twitter-preview__sidebar{display:grid;grid-template-rows:35px auto;justify-items:center}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__profile-image{align-items:center;border-radius:50%;display:flex;max-height:30px;max-width:30px;overflow:hidden}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__profile-image img{-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__connector{background-color:#8c8f94;width:2px}.twitter-preview__container .twitter-preview__main{overflow:hidden;padding-bottom:1rem}.twitter-preview__container .twitter-preview__header{display:flex;font-size:16px;gap:.25rem;line-height:18px;margin-bottom:2px}.twitter-preview__container .twitter-preview__name{font-weight:700}.twitter-preview__container .twitter-preview__date,.twitter-preview__container .twitter-preview__screen-name{color:#667886;letter-spacing:-.3px}.twitter-preview__container .twitter-preview__content .twitter-preview__text{color:#0f1419;white-space:pre-wrap;word-break:break-word}.twitter-preview__container .twitter-preview__content .twitter-preview__media{border-radius:15px;display:grid;overflow:hidden;grid-gap:2px;grid-template-areas:"a";height:300px;margin-top:12px}.twitter-preview__container .twitter-preview__content .twitter-preview__media img,.twitter-preview__container .twitter-preview__content .twitter-preview__media video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:first-child,.twitter-preview__container .twitter-preview__content .twitter-preview__media video:first-child{grid-area:a}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(2),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(2){grid-area:b}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(3),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(3){grid-area:c}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(4),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(4){grid-area:d}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-2{grid-template-areas:"a b"}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-3{grid-template-areas:"a b" "a c"}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-4{grid-template-areas:"a b" "c d"}.twitter-preview__container .twitter-preview__content .twitter-preview__quote-tweet{margin-top:10px;min-height:200px}.twitter-preview__container .twitter-preview__content .twitter-preview__quote-tweet .twitter-preview__quote-tweet-overlay{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.twitter-preview__container .twitter-preview__content .twitter-preview__card{border:1px solid #e1e8ed;border-radius:12px;margin-bottom:12px;margin-top:12px;overflow:hidden}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary{display:grid}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image{display:grid;grid-template-columns:125px auto;height:125px}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image .twitter-preview__card-body{border-right:1px solid #e1e8ed;height:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image .twitter-preview__card-description{-webkit-line-clamp:3}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary_large_image{display:grid;grid-template-rows:254px auto}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-image{aspect-ratio:16/9;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-body{color:#000;display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;gap:2px;overflow:hidden;padding:.75em;text-align:right;text-decoration:none}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-title{max-height:1.3em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-description{color:#536471;display:-webkit-box;max-height:3.9em;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-url{color:#8899a6;overflow-inline:hidden;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}.twitter-preview__container .twitter-preview__footer{display:flex;justify-content:space-between;margin-top:12px;max-width:425px}.twitter-preview__container .twitter-preview__footer svg{fill:#787c82;height:16px;width:16px}.jetpack-social-previews__modal .components-modal__header{margin:0}.jetpack-social-previews__modal .components-modal__content{padding:0}.jetpack-social-previews__modal--close-btn{height:2rem;left:.5rem;position:absolute;top:.5rem}.jetpack-social-previews__modal-previews{display:flex;flex-direction:column;height:100%}.jetpack-social-previews__modal-previews .components-tab-panel__tabs-item:focus-visible:before{box-shadow:none;outline:none}.jetpack-social-previews__modal-previews .components-tab-panel__tabs{border-bottom:1px solid #dcdcde;display:flex;flex-direction:row;height:3rem;justify-content:center;max-width:none}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button{font-size:0;height:100%;outline:0;white-space:nowrap;width:2.5rem}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button svg{display:block;fill:currentColor}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button.is-active:after{border-bottom:1px solid #3858e9;height:0;margin-bottom:-1px}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):not(.is-primary):not(.is-tertiary):not(.is-link):hover:after{border-bottom:1px solid #3858e9;margin-bottom:-1px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content{background-color:#fff;flex:1;overflow:auto;padding:10px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content>div{display:flex;justify-content:center}@media(min-width:600px){.jetpack-social-previews__modal-previews{width:calc(100vw - 40px)}}@media(min-width:960px){.jetpack-social-previews__modal-previews{width:920px}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button{font-size:13px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content{padding:40px}}.jetpack-social-previews__modal-previews .facebook-preview{width:100%}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content .mastodon-preview{max-width:578px}.jetpack-social-previews__modal-upgrade{padding:2em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-illustration{height:auto;max-width:351px;width:100%}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{margin-bottom:1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-heading{font-size:2em;line-height:1.15}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list{font-size:1.1em;line-height:1.4;list-style:none;margin-bottom:2em;padding-right:1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list li{margin-bottom:12px;position:relative}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list li:before{color:#4ab866;content:"✓";position:absolute;right:-20px}@media(min-width:600px){.jetpack-social-previews__modal-upgrade{display:grid;max-width:870px;width:80vw;grid-gap:3em;grid-template-columns:1fr 1fr;padding-top:4em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-illustration{grid-column:2;grid-row:1;max-width:100%;padding-left:2em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{grid-column:1;grid-row:1;margin-bottom:0;padding:0 1em 1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-heading{margin-top:0}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list{padding-right:0}}@media(min-width:782px){.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{padding:0 2em 2em}}.jetpack-gutenberg-social-icons{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.jetpack-gutenberg-social-icons .jetpack-social-previews__icon{margin-left:0;fill:currentColor}.OWstrHF6QZdaosKs0b6j{aspect-ratio:1200/630;background-color:var(--jp-gray-0);display:flex;justify-content:center;margin-bottom:8px;max-height:250px;min-height:130px;position:relative;width:100%}.OWstrHF6QZdaosKs0b6j>*{justify-self:center}.OWstrHF6QZdaosKs0b6j>svg{align-self:center;margin:0;position:absolute}.OWstrHF6QZdaosKs0b6j img{height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}.HJMFrbZ0khdkKKkocrIK{display:none}.m9360_cMWKFHTNk9xpNz{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)*4) 0}.j4EvSJfKIJLGEIAETiEY{all:unset;border-radius:calc(var(--jp-border-radius)/2);cursor:pointer;position:relative}.j4EvSJfKIJLGEIAETiEY img{border-radius:calc(var(--jp-border-radius)/2);display:block;height:auto;max-width:100%;pointer-events:none}.j4EvSJfKIJLGEIAETiEY:after{background-color:var(--jp-white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath stroke='%2309B585' stroke-width='1.5' d='m11.327.53-6.75 9.08L.662 6.7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;content:"";height:calc(var(--spacing-base)*3);left:calc(var(--spacing-base)*-1.5);opacity:0;position:absolute;top:calc(var(--spacing-base)*-1.5);transform:translateY(5px);transition:all .15s cubic-bezier(.4,0,.2,1);width:calc(var(--spacing-base)*3)}.j4EvSJfKIJLGEIAETiEY:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #007cba;outline:3px solid #0000}.dQb3Zpl0puk4V6ezZslo:after{opacity:1;transform:translateY(0)}.tfWupx32Rn5hHqVjTzui div{padding-top:0}.qu9UsV1EEFeFxhU3Wgt5{margin-top:15px}.nZhgKYFn6MQoIDGcKrUG{max-width:150px}.WJ5nPw0EHj7eoNZB06TW{display:flex;justify-content:flex-end}.WJ5nPw0EHj7eoNZB06TW>*+*{margin-right:var(--spacing-base)}.JUeclE9CucaXRlTL5K9H{display:flex;flex-wrap:wrap;gap:.7rem}.JUeclE9CucaXRlTL5K9H a{border-radius:4px;color:#fff}.JUeclE9CucaXRlTL5K9H a:hover{color:#fff}.JUeclE9CucaXRlTL5K9H a>span{align-items:center;display:flex}.JUeclE9CucaXRlTL5K9H a>span>svg{border-radius:var(--jp-border-radius);color:#fff}.JUeclE9CucaXRlTL5K9H a.components-button svg{fill:currentColor}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary{background:#0000;color:var(--jp-black);gap:0;justify-content:start;padding:0}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary:hover{background:#0000;color:var(--jp-gray-50)}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary svg{height:calc(var(--spacing-base)*3);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*3)}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary:focus{border:0;box-shadow:none;outline:none}.JUeclE9CucaXRlTL5K9H .rhyZKz4FQtFOFAMwLgLj{background-color:var(--jp-black)}.JUeclE9CucaXRlTL5K9H .DDRhGoqXUOM6Jug54nEB{background-color:#2ab318}.JUeclE9CucaXRlTL5K9H .h57Cabo4jn8Ke77_DLOX{background-color:#0866ff;border-radius:var(--jp-border-radius)!important}.JUeclE9CucaXRlTL5K9H .tvNWJpaNzPro4QaItBae{background-color:#fff;color:var(--jp-black);outline:1px solid var(--jp-gray)}.p_VTpBCFklSkcb0iiD0K{flex-direction:column}.DyIAUIn_2bkciyB_XtgH{display:flex}.Lx8xScOApJmJdhJF9JWd.Lx8xScOApJmJdhJF9JWd{font-size:13px;font-weight:400;line-height:24px;margin-inline-start:var(--spacing-base)}.pp_WJTHlGIX9bcHCLxJh{display:flex;flex-direction:column;gap:1rem;padding-block:1rem}.IzRyqrcpwjKRBJKEtECz{font-weight:600;text-transform:uppercase}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.dataviews-wrapper{box-sizing:border-box;container:dataviews-wrapper/inline-size;display:flex;flex-direction:column;font-size:13px;height:100%;line-height:1.4;overflow:auto;scroll-padding-bottom:64px}.dataviews-filters__container,.dataviews__view-actions{box-sizing:border-box;flex-shrink:0;padding:16px 48px;position:sticky;right:0;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-filters__container,.dataviews__view-actions{transition-delay:0s;transition-duration:0s}}.dataviews-view-grid__primary-field,.dataviews-view-list__primary-field,.dataviews-view-table__primary-field{color:#757575;font-size:13px;font-weight:500;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-view-grid__primary-field a,.dataviews-view-list__primary-field a,.dataviews-view-table__primary-field a{color:#1e1e1e;display:block;flex-grow:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.dataviews-view-grid__primary-field a:hover,.dataviews-view-list__primary-field a:hover,.dataviews-view-table__primary-field a:hover{color:#007cba}.dataviews-view-grid__primary-field a:focus,.dataviews-view-list__primary-field a:focus,.dataviews-view-table__primary-field a:focus{border-radius:2px;box-shadow:0 0 0 2px #007cba;color:0,124,186}.dataviews-view-grid__primary-field button.components-button.is-link,.dataviews-view-list__primary-field button.components-button.is-link,.dataviews-view-table__primary-field button.components-button.is-link{color:#1e1e1e;display:block;font-weight:inherit;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-view-grid__primary-field button.components-button.is-link:hover,.dataviews-view-list__primary-field button.components-button.is-link:hover,.dataviews-view-table__primary-field button.components-button.is-link:hover{color:#007cba}.dataviews-loading,.dataviews-no-results{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:0 48px;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-loading,.dataviews-no-results{transition-delay:0s;transition-duration:0s}}@container (max-width: 430px){.dataviews-filters__container,.dataviews__view-actions{padding:12px 24px}.dataviews-loading,.dataviews-no-results,.dataviews-view-grid{padding-left:24px;padding-right:24px}}.dataviews-bulk-actions-footer__item-count{color:#1e1e1e;font-size:11px;font-weight:500;text-transform:uppercase}.dataviews-bulk-actions-footer__container{margin-left:auto;min-height:32px}.dataviews-filters__button{position:relative}.dataviews-filters__container{padding-top:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{opacity:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{opacity:1}.dataviews-filters__summary-popover{font-size:13px;line-height:1.4}.dataviews-filters__summary-popover .components-popover__content{border-radius:4px;width:230px}.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{padding:0}.dataviews-filters__summary-operators-container{padding:8px 8px 0}.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox){border-bottom:1px solid #e0e0e0;padding-bottom:8px}.dataviews-filters__summary-operators-container:empty{display:none}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{color:#757575}.dataviews-filters__summary-chip-container{position:relative;white-space:pre-wrap}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{align-items:center;background:#f0f0f0;border:1px solid #0000;border-radius:16px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:flex;min-height:32px;padding:4px 12px;position:relative}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{padding-inline-end:28px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{background:#e0e0e0;color:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{background:#007cba0a;color:#007cba}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{background:#007cba1f}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{box-shadow:0 0 0 2px #007cba;outline:none}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{font-weight:500}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{align-items:center;background:#0000;border:0;border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;left:4px;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{fill:#757575}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{background:#e0e0e0}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{fill:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{fill:#007cba}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{background:#007cba14}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{box-shadow:0 0 0 2px #007cba;outline:none}.dataviews-filters__search-widget-filter-combobox-list{border-top:1px solid #e0e0e0;max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{font-weight:600}.dataviews-filters__search-widget-listbox{max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-listitem{align-items:center;border-radius:2px;box-sizing:border-box;cursor:default;display:flex;gap:8px;margin-block-end:2px;padding:8px 12px}.dataviews-filters__search-widget-listitem:last-child{margin-block-end:0}.dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{background-color:#007cba;color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-check{fill:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{color:#fff}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-check{flex-shrink:0;height:24px;width:24px}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{color:#757575;display:block;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis}.dataviews-filters__search-widget-filter-combobox__wrapper{padding:8px;position:relative}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{background:#f0f0f0;border:none;border-radius:2px;box-shadow:0 0 0 #0000;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin-left:0;margin-right:0;padding:0 8px 0 32px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{transition-delay:0s;transition-duration:0s}}@media(min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{border-color:#007cba;box-shadow:0 0 0 .5px #007cba;outline:2px solid #0000}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#1e1e1e9e;opacity:1}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder{color:#1e1e1e9e}@media(min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{background:#fff;box-shadow:inset 0 0 0 2px #007cba}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{-webkit-appearance:none}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{align-items:center;display:flex;justify-content:center;left:12px;position:absolute;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__container-visibility-toggle{flex-shrink:0;position:relative}.dataviews-filters-toggle__count{background:#007cba;border-radius:8px;box-sizing:border-box;color:#fff;font-size:11px;height:16px;left:0;line-height:16px;min-width:16px;outline:2px solid #fff;padding:0 4px;position:absolute;text-align:center;top:0;transform:translate(-50%,-50%)}.dataviews-search{width:-moz-fit-content;width:fit-content}.dataviews-footer{background-color:#fff;border-top:1px solid #f0f0f0;bottom:0;flex-shrink:0;padding:12px 48px;position:sticky;right:0;transition:padding .1s ease-out;z-index:2}@media(prefers-reduced-motion:reduce){.dataviews-footer{transition-delay:0s;transition-duration:0s}}@container (max-width: 430px){.dataviews-footer{padding:12px 24px}}@container (max-width: 560px){.dataviews-footer{flex-direction:column!important}.dataviews-footer .dataviews-bulk-actions-footer__container{width:100%}.dataviews-footer .dataviews-bulk-actions-footer__item-count{flex-grow:1}.dataviews-footer .dataviews-pagination{justify-content:space-between;width:100%}}.dataviews-pagination__page-select{font-size:11px;font-weight:500;text-transform:uppercase}@media(min-width:600px){.dataviews-pagination__page-select .components-select-control__input{font-size:11px!important;font-weight:500}}.dataviews-action-modal{z-index:1000001}.dataviews-selection-checkbox{--checkbox-input-size:24px;flex-shrink:0;line-height:0}@media(min-width:600px){.dataviews-selection-checkbox{--checkbox-input-size:16px}}.dataviews-selection-checkbox .components-checkbox-control__input-container{margin:0}.dataviews-view-config{container-type:inline-size;font-size:13px;line-height:1.4;padding:16px;width:320px}.dataviews-view-config__sort-direction .components-toggle-group-control-option-base{text-transform:uppercase}.dataviews-settings-section__title.dataviews-settings-section__title{font-size:15px;line-height:24px}.dataviews-settings-section__sidebar{grid-column:span 4}.dataviews-settings-section__content,.dataviews-settings-section__content>*{grid-column:span 8}.dataviews-settings-section__content .is-divided-in-two{display:contents}.dataviews-settings-section__content .is-divided-in-two>*{grid-column:span 4}.dataviews-settings-section:has(.dataviews-settings-section__content:empty){display:none}@container (max-width: 500px){.dataviews-settings-section.dataviews-settings-section{grid-template-columns:repeat(2,1fr)}.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{grid-column:span 2}}.dataviews-field-control__field{height:32px}.dataviews-field-control__actions{position:absolute;top:-9999em}.dataviews-field-control__actions.dataviews-field-control__actions{gap:4px}.dataviews-field-control__field:focus-within .dataviews-field-control__actions,.dataviews-field-control__field:hover .dataviews-field-control__actions{position:unset;top:unset}.dataviews-view-grid{grid-template-rows:max-content;margin-bottom:auto;padding:0 48px 24px;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-view-grid{transition-delay:0s;transition-duration:0s}}.dataviews-view-grid .dataviews-view-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions{padding:8px 0 4px}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__primary-field{min-height:32px}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{color:#1e1e1e}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{background-color:#007cba14;box-shadow:inset 0 0 0 1px #007cba}.dataviews-view-grid .dataviews-view-grid__media{aspect-ratio:1/1;background-color:#f0f0f0;border-radius:4px;min-height:200px;position:relative;width:100%}.dataviews-view-grid .dataviews-view-grid__media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-grid .dataviews-view-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-grid .dataviews-view-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{align-items:flex-start;min-height:24px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){display:none}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column){align-items:center}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-name{width:35%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field.is-column+.is-row{margin-top:4px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{color:#757575}.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-grid .dataviews-view-grid__badge-fields .dataviews-view-grid__field-value{align-items:center;background:#f0f0f0;border-radius:2px;display:flex;font-size:12px;min-height:24px;padding:0 8px;width:-moz-fit-content;width:fit-content}.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:480px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1080px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1440px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1920px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{display:none}.dataviews-view-grid__card .dataviews-selection-checkbox{position:absolute;right:8px;top:-9999em;z-index:1}.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{top:8px}ul.dataviews-view-list{list-style-type:none}.dataviews-view-list{margin:0 0 auto}.dataviews-view-list li{border-top:1px solid #f0f0f0;cursor:pointer;margin:0}.dataviews-view-list li .dataviews-view-list__item-wrapper{border-radius:4px;position:relative}.dataviews-view-list li .dataviews-view-list__item-wrapper>*{width:100%}.dataviews-view-list li .dataviews-view-list__item-actions{left:0;position:absolute;top:16px}.dataviews-view-list li .dataviews-view-list__item-actions>div{height:24px}.dataviews-view-list li .dataviews-view-list__item-actions .components-button{opacity:0}.dataviews-view-list li:has(.dataviews-view-list__fields:empty) .dataviews-view-list__item-actions{top:50%;transform:translateY(-50%)}.dataviews-view-list li.is-hovered .dataviews-view-list__item-actions,.dataviews-view-list li.is-selected .dataviews-view-list__item-actions,.dataviews-view-list li:focus-within .dataviews-view-list__item-actions{background:#f8f8f8;box-shadow:12px 0 8px 0 #f8f8f8;margin-left:24px;padding-right:8px}.dataviews-view-list li.is-hovered .dataviews-view-list__item-actions .components-button,.dataviews-view-list li.is-selected .dataviews-view-list__item-actions .components-button,.dataviews-view-list li:focus-within .dataviews-view-list__item-actions .components-button{opacity:1;position:static}.dataviews-view-list li.is-selected .dataviews-view-list__item-actions{background-color:#f7f8ff;box-shadow:12px 0 8px 0 #f7f8ff}.dataviews-view-list li.is-selected.is-selected,.dataviews-view-list li.is-selected.is-selected+li{border-top:1px solid #007cba1f}.dataviews-view-list li:not(.is-selected) .dataviews-view-list__primary-field{color:#1e1e1e}.dataviews-view-list li:not(.is-selected).is-hovered,.dataviews-view-list li:not(.is-selected):focus-within,.dataviews-view-list li:not(.is-selected):hover{background-color:#f8f8f8;color:#007cba}.dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__primary-field,.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__primary-field,.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__primary-field{color:#007cba}.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper{background-color:#007cba0a;color:#1e1e1e}.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__primary-field,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__primary-field{color:#007cba}.dataviews-view-list .dataviews-view-list__item{box-sizing:border-box;padding:16px 24px;scroll-margin:8px 0;width:100%}.dataviews-view-list .dataviews-view-list__item:focus-visible:before{border-radius:2px;bottom:2px;box-shadow:inset 0 0 0 2px #007cba;content:"";left:2px;position:absolute;right:2px;top:2px}.dataviews-view-list .dataviews-view-list__item .dataviews-view-list__primary-field{line-height:24px;min-height:24px;overflow:hidden}.dataviews-view-list .dataviews-view-list__media-wrapper{background-color:#f0f0f0;border-radius:4px;flex-shrink:0;height:52px;overflow:hidden;position:relative;width:52px}.dataviews-view-list .dataviews-view-list__media-wrapper img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-list .dataviews-view-list__media-wrapper:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;position:absolute;right:0;top:0;width:100%}.dataviews-view-list .dataviews-view-list__media-placeholder{background-color:#e0e0e0;height:52px;width:52px}.dataviews-view-list .dataviews-view-list__field-wrapper{min-height:52px}.dataviews-view-list .dataviews-view-list__fields{color:#757575;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;row-gap:4px}.dataviews-view-list .dataviews-view-list__fields:empty{display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty){display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{align-items:center;display:flex;line-height:20px;min-height:24px}.dataviews-view-list+.dataviews-pagination{justify-content:space-between}.dataviews-view-table{border-collapse:collapse;border-color:inherit;color:#757575;margin-bottom:auto;position:relative;text-indent:0;width:100%}.dataviews-view-table th{color:#1e1e1e;font-size:13px;font-weight:400;text-align:right}.dataviews-view-table td,.dataviews-view-table th{padding:12px;white-space:nowrap}.dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{text-align:left}.dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{padding-left:0}.dataviews-view-table tr{border-top:1px solid #f0f0f0}.dataviews-view-table tr .dataviews-view-table-header-button{gap:4px}.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-right:48px}.dataviews-view-table tr td:first-child .dataviews-view-table-header,.dataviews-view-table tr td:first-child .dataviews-view-table-header-button,.dataviews-view-table tr th:first-child .dataviews-view-table-header,.dataviews-view-table tr th:first-child .dataviews-view-table-header-button{margin-right:-8px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-left:48px}.dataviews-view-table tr:last-child{border-bottom:0}.dataviews-view-table tr.is-hovered{background-color:#f8f8f8}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input{opacity:0}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate{opacity:1}.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:0}.dataviews-view-table tr.is-hovered .components-checkbox-control__input,.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .components-checkbox-control__input,.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .components-checkbox-control__input,.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}@media(hover:none){.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}}.dataviews-view-table tr.is-selected{background-color:#007cba0a;color:#757575}.dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{border-top:1px solid #007cba1f}.dataviews-view-table tr.is-selected:hover{background-color:#007cba14}.dataviews-view-table thead{inset-block-start:0;position:sticky;z-index:1}.dataviews-view-table thead tr{border:0}.dataviews-view-table thead th{background-color:#fff;font-size:11px;font-weight:500;padding-bottom:8px;padding-right:12px;padding-top:8px;text-transform:uppercase}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-right:4px}.dataviews-view-table tbody td{vertical-align:top}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{align-items:center;display:flex;min-height:32px}.dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){min-height:0}.dataviews-view-table .dataviews-view-table-header-button{font-size:11px;font-weight:500;padding:4px 8px;text-transform:uppercase}.dataviews-view-table .dataviews-view-table-header-button:not(:hover){color:#1e1e1e}.dataviews-view-table .dataviews-view-table-header-button span{speak:none}.dataviews-view-table .dataviews-view-table-header-button span:empty{display:none}.dataviews-view-table .dataviews-view-table-header{padding-right:4px}.dataviews-view-table .dataviews-view-table__actions-column{width:1%}.dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input{opacity:1}.dataviews-view-table__cell-content-wrapper:empty{display:none}@container (max-width: 430px){.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-right:24px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-left:24px}}.dataviews-view-table-selection-checkbox{--checkbox-input-size:24px}@media(min-width:600px){.dataviews-view-table-selection-checkbox{--checkbox-input-size:16px}}.dataviews-controls__datetime{border:none;padding:0}.dataforms-layouts-panel__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.dataforms-layouts-panel__field-label{align-items:center;display:flex;flex-shrink:0;-webkit-hyphens:auto;hyphens:auto;line-height:20px;min-height:32px;padding:6px 0;width:38%}.dataforms-layouts-panel__field-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.dataforms-layouts-panel__field-control .components-button{max-width:100%;min-height:32px;text-align:right;text-wrap:balance;text-wrap:pretty;white-space:normal}.dataforms-layouts-panel__field-control .components-dropdown{max-width:100%}.dataforms-layouts-panel__field-dropdown .components-popover__content{min-width:320px;padding:16px}.dataforms-layouts-panel__dropdown-header{margin-bottom:16px}[class].dataforms-layouts-panel__dropdown-header-action{height:24px}[class].dataforms-layouts-panel__dropdown-header-action.has-icon{min-width:24px;padding:0}[class].dataforms-layouts-panel__dropdown-header-action:not(.has-icon){text-decoration:underline}.Syp1HH254tFVzcFG2Zh2,.kyLdsnatoC0HbIDJQm9S{margin-top:1rem;padding-block:1rem}.TqhtumZm_qrPdnAiAWk1{margin:0 1rem 1rem}.YABlqQXOGnawHFcJa7zT{min-height:20rem;width:60rem}.vEA7jwVDDYmYUaVhX9QR{display:flex;flex:1;flex-direction:column;gap:.5rem;overflow:auto}.AsH9JOuWehE027IlR7Y2,.hvN5L4O60W8ftCvW1gRX{align-items:center;display:flex}.hvN5L4O60W8ftCvW1gRX.aF8rESnbAc_uQUN0H3py{color:var(--jp-green-50)}.hvN5L4O60W8ftCvW1gRX.mfUKWd8ZvydeEyWeKhJ2{color:var(--jp-red-50);height:29px}.pvVeQhJ9oNx0CFoHYEit{flex:1}.fXQtkkrybB5DooWXxt67{margin-inline-start:2px;top:2px;width:24px}.fXQtkkrybB5DooWXxt67>button{color:var(--jp-red-50)!important}.bJAz31xuwL_vO4V97YfM{fill:var(--jp-green-50)}.eYjvcy4kG7GH44dIVLYO .dataviews__view-actions{display:none}.eYjvcy4kG7GH44dIVLYO table{overflow:hidden}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table-header-button{pointer-events:none}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table__row td:last-child{width:1%}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table__row td:last-child .dataviews-view-table__cell-content-wrapper{justify-content:center}.eYjvcy4kG7GH44dIVLYO .Zr_Eo4TmHx_X7UFoJcuM{align-items:center;display:flex}.eYjvcy4kG7GH44dIVLYO .components-external-link{color:#2271b1;font-weight:400}.csen0rABejxv4X3l1cx5{align-items:center;display:flex;gap:.5rem}.csen0rABejxv4X3l1cx5 button{padding:0}.csen0rABejxv4X3l1cx5 .icon-tooltip-wrapper,.csen0rABejxv4X3l1cx5 .icon-tooltip-wrapper button span{display:flex}.dCsa7WNQhT_7RhRkZih1{align-items:center;display:flex}.dCsa7WNQhT_7RhRkZih1 .components-spinner{margin-top:0}.VotVfPmHNdU_xItAWEKQ{color:var(--jp-gray-40)}.dhja1sVSpDACLZ6k4sBy{margin-top:1rem;padding-block:1rem}.U_WW2qLSQA71SJYyITOq{position:relative}.wp-admin.post-type-jetpack-social-note .post-publish-panel__postpublish-header{display:none}.CW7R8fRQqVKfyXFYiNWR{align-items:center;background:none;border:2px solid var(--jp-green-40);border-radius:4px;color:var(--jp-gray-90);display:block;gap:calc(var(--spacing-base)*3);justify-content:space-between;margin:0;padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3);text-align:right;text-decoration:none;width:100%}.CW7R8fRQqVKfyXFYiNWR:active,.CW7R8fRQqVKfyXFYiNWR:focus{outline-color:var(--jp-black)}.CW7R8fRQqVKfyXFYiNWR .n34j0qWq2EZzYl1jAiej button.aIuCL8MdydCJGcrOqp4x{font-size:var(--font-body-small)}.qegtnlYWDc3UnIGPRlQb{font-size:var(--font-body)}.n34j0qWq2EZzYl1jAiej{align-content:space-between;display:flex;flex-direction:column;gap:var(--spacing-base)}.aIuCL8MdydCJGcrOqp4x{align-items:center;justify-content:space-between;width:100%}.D8uyjb_rjCf4HTMT0mj0.D8uyjb_rjCf4HTMT0mj0{font-size:13px;line-height:1.5;margin-bottom:16px}.jetpack-publicize__upsell{margin-bottom:13px}.jetpack-publicize__upsell-description{font-weight:600;margin-bottom:10px}.jetpack-publicize__upsell-button.is-primary{background:#e34c84;color:#fff;padding-left:10px}.jetpack-publicize__upsell-button.is-primary:hover{background:#eb6594}.jetpack-publicize__upsell-button.is-primary.is-busy{background-image:linear-gradient(45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-publicize__placeholder .components-placeholder__learn-more{margin-top:1em}.wp-block-jetpack-rating-star{line-height:0;margin-bottom:1.5em;stroke-width:0}.wp-block-jetpack-rating-star .is-rating-unfilled{fill-opacity:.33}.wp-block-jetpack-rating-star .jetpack-ratings-button{border-radius:2px;display:inline-flex}.wp-block-jetpack-rating-star .jetpack-ratings-button:focus{box-shadow:0 0 0 1px currentColor;outline:2px solid #0000}.wp-block-jetpack-rating-star>p{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.wp-block-jetpack-rating-star>span{display:inline-flex!important;margin-inline-end:.3em}.wp-block-jetpack-rating-star .jetpack-ratings-button span,.wp-block-jetpack-rating-star>span span{display:inline-flex;flex-shrink:0;overflow:hidden;width:12px}.wp-block-jetpack-rating-star .jetpack-ratings-button span svg,.wp-block-jetpack-rating-star>span span svg{flex-shrink:0}.wp-block-jetpack-rating-star .jetpack-ratings-button span:nth-child(2n),.wp-block-jetpack-rating-star>span span:nth-child(2n){justify-content:flex-end}.wp-block-jetpack-rating-star svg{display:inline-block!important;max-width:none!important}.wp-block-jetpack-rating-star.is-style-outlined{stroke-width:2px}.wp-block-jetpack-rating-star.is-style-outlined .is-rating-unfilled{fill:#0000}.wp-block-jetpack-rating-star .jetpack-ratings-button{margin-inline-end:.3em}.jetpack-ratings-button{cursor:pointer}.jetpack-ratings-button:focus{border:none;outline:none}@keyframes jetpack-memberships_button__spinner-animation{to{transform:rotate(-1turn)}}.jetpack-memberships-spinner{display:none;height:1em;margin:0 5px 0 0;width:1em}.jetpack-memberships-spinner svg{height:100%;margin-bottom:-2px;width:100%}.jetpack-memberships-spinner-rotating{animation:jetpack-memberships_button__spinner-animation .75s linear infinite;transform-origin:center}.is-loading .jetpack-memberships-spinner{display:inline-block}body.jetpack-memberships-modal-open{overflow:hidden}dialog.jetpack-memberships-modal{opacity:1}dialog.jetpack-memberships-modal,dialog.jetpack-memberships-modal iframe{background:#0000;border:0;bottom:0;box-shadow:none;height:100%;left:0;margin:0;padding:0;position:fixed;right:0;top:0;width:100%}dialog.jetpack-memberships-modal::backdrop{background-color:#000;opacity:.7;transition:opacity .2s ease-out}dialog.jetpack-memberships-modal.is-loading,dialog.jetpack-memberships-modal.is-loading::backdrop{opacity:0}.wp-block-jetpack-recurring-payments.aligncenter .wp-block-jetpack-button{text-align:center}.wp-block-jetpack-recurring-payments{width:100%}.wp-block-jetpack-recurring-payments .components-base-control__label{text-align:right}.wp-block-jetpack-recurring-payments .components-placeholder{min-height:150px;padding:24px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset{max-width:500px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset p{font-size:13px;margin:20px 0 10px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset p:first-child{margin-top:0}.wp-block-jetpack-recurring-payments .components-placeholder__instructions .components-select-control__input{padding:0 8px 0 24px}.wp-block-jetpack-recurring-payments .components-placeholder .components-placeholder__instructions{display:block}.wp-block-jetpack-recurring-payments .components-placeholder label{font-size:13px}.wp-block-jetpack-recurring-payments .editor-rich-text__inline-toolbar{pointer-events:none}.wp-block-jetpack-recurring-payments .editor-rich-text__inline-toolbar .components-toolbar{pointer-events:all}.wp-block-jetpack-recurring-payments .membership-button__add-amount{margin-left:4px}.wp-block-jetpack-recurring-payments .membership-button__disclaimer{color:var(--color-gray-200);flex-basis:100%;font-style:italic;margin:0}.wp-block-jetpack-recurring-payments .membership-button__disclaimer a{color:var(--color-gray-400);line-height:36px}.wp-block-jetpack-recurring-payments .membership-button__field-button{margin-left:4px}.wp-block-jetpack-recurring-payments .membership-button__field-error .components-text-control__input{border:1px solid #d63638}.wp-block-jetpack-recurring-payments .membership-button__field-price{width:65%}.wp-block-jetpack-recurring-payments .membership-button__price-container{display:flex;flex-wrap:wrap}.wp-block-jetpack-recurring-payments .membership-button__price-container .components-input-control__container{top:4px}.wp-block-jetpack-recurring-payments .membership-button__price-container div.membership-button__field-currency{border-left:10px solid #0000}.wp-block-jetpack-recurring-payments .membership-button__price-container p{margin-top:0}.wp-block-jetpack-recurring-payments.disclaimer-only{background:#1e1e1e9e;box-sizing:initial;font-size:13px;margin:0 -14px;padding:14px;text-align:center;transform:translateY(14px)}.is-dark-theme .wp-block-jetpack-recurring-payments.disclaimer-only{background:#ffffffa6}.wp-block-jetpack-recurring-payments .wp-block-jetpack-membership-button_notification{display:block}.wp-block-jetpack-recurring-payments .wp-block[data-type="jetpack/button"]{margin-bottom:0;margin-top:0}.wp-block-jetpack-related-posts .components-placeholder__learn-more{flex-basis:100%;margin-top:1em}.jp-related-posts-i2__row{display:flex;margin-left:-10px;margin-right:-10px;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33.33333% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post{display:flex;flex-basis:0;flex-direction:column;flex-grow:1;margin:0 10px}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row}.jp-related-posts-i2__post-image-placeholder,.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-heading{font-size:1rem;line-height:1.2em;margin:.5rem 0}.jp-related-posts-i2__post-link{display:block;line-height:1.2em;margin:.2em 0;width:100%}.jp-related-posts-i2__post-img{width:100%}.jp-related-posts-i2__post-image-placeholder{display:block;margin:0 auto;max-width:350px;position:relative}.jp-related-posts-i2__post-image-placeholder-icon{position:absolute;right:calc(50% - 12px);top:calc(50% - 12px)}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{display:block;margin:0}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{margin:1rem 0 0;max-width:none}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post-image-placeholder{margin:0;max-width:350px}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post-img-link{margin-top:1rem}.wp-block-jetpack-repeat-visitor .components-notice{color:#1e1e1e;margin:1em 0 0}.wp-block-jetpack-repeat-visitor .components-radio-control__option{text-align:right}.wp-block-jetpack-repeat-visitor .components-notice__content{font-size:1em;margin:.5em 0}.wp-block-jetpack-repeat-visitor .components-notice__content .components-base-control{display:inline-block;max-width:8em;vertical-align:middle}.wp-block-jetpack-repeat-visitor .components-notice__content .components-base-control .components-base-control__field{margin-bottom:0}.wp-block-jetpack-repeat-visitor-placeholder{min-height:inherit}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__label svg{margin-left:.5ch}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__fieldset{flex-wrap:nowrap}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__fieldset .components-base-control{flex-basis:100%;margin-bottom:0}.wp-block-jetpack-repeat-visitor-placeholder .components-base-control__help{color:#cc1818;font-size:13px}.wp-block-jetpack-repeat-visitor--is-unselected .wp-block-jetpack-repeat-visitor-placeholder{display:none}.wp-block-jetpack-repeat-visitor-threshold{margin-left:20px}.wp-block-jetpack-repeat-visitor-threshold .components-text-control__input{margin-right:12px;text-align:center;width:5em}.block-editor-inserter__preview .wp-block-jetpack-repeat-visitor{padding:16px}.block-editor-inserter__preview .wp-block-jetpack-repeat-visitor>.block-editor-inner-blocks>.block-editor-block-list__layout{margin:0}.help-message{display:flex;font-size:13px;line-height:1.4em;margin-bottom:1em;margin-top:-.5em}.help-message svg{margin-left:5px;min-width:24px}.help-message>span{margin-top:2px}.help-message.help-message-is-error{color:#d63638}.help-message.help-message-is-error svg{fill:#d63638}div.wp-block-jetpack-whatsapp-button{display:flex;margin-inline-end:5px}div.wp-block-jetpack-whatsapp-button a.whatsapp-block__button{background:#25d366;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");background-position:16px;background-repeat:no-repeat;background-size:32px 32px;border:none;border-radius:8px;box-sizing:border-box;color:#fff;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:20px;font-weight:500;line-height:36px;min-height:50px;padding:8px 56px 8px 16px;text-decoration:none;white-space:nowrap}div.wp-block-jetpack-whatsapp-button.is-color-light a.whatsapp-block__button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%2523465B64' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");color:#465b64}div.wp-block-jetpack-whatsapp-button.alignleft{float:none;justify-content:flex-start}div.wp-block-jetpack-whatsapp-button.aligncenter{justify-content:center}div.wp-block-jetpack-whatsapp-button.alignright{float:none;justify-content:flex-end}div.wp-block-jetpack-whatsapp-button.has-no-text a.whatsapp-block__button{padding-inline-start:48px}div.wp-block-jetpack-whatsapp-button:hover{opacity:.9}div.wp-block-jetpack-send-a-message>div.wp-block-jetpack-whatsapp-button>a.whatsapp-block__button:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");background-position:16px;background-repeat:no-repeat;background-size:32px 32px}.jetpack-whatsapp-button__phonenumber .components-base-control{margin-bottom:0}.jetpack-whatsapp-button__phonenumber input.components-text-control__input{margin-bottom:5px}.jetpack-whatsapp-button__phonenumber select.components-select-control__input{min-height:30px;padding-right:10px;width:105px}.jetpack-whatsapp-button__phonenumber .components-placeholder__label svg{margin-left:6px}.jetpack-whatsapp-error{display:inline-flex;margin-bottom:10px}.jetpack-whatsapp-error span,.jetpack-whatsapp-error svg{color:red;fill:red;vertical-align:middle}.jetpack-whatsapp-error svg{margin:-3px 0 0 5px}.jetpack-whatsapp-button__popover .components-popover__content{min-width:260px;padding:12px}.wp-block[data-align=center] .wp-block-jetpack-whatsapp-button{justify-content:center}.components-seo-placeholder__learn-more{margin-top:1em}.components-seo-upsell__learn-more{margin:1em 0}.components-seo-upsell__button.is-primary{background:#e34c84;color:#fff;padding-left:10px}.components-seo-upsell__button.is-primary:hover{background:#eb6594}.components-seo-upsell__button.is-primary.is-busy{background-image:linear-gradient(45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-seo-message-box{width:100%}.components-sharing-placeholder__learn-more{margin-top:1em}.jetpack-clipboard-input{display:flex}.jetpack-clipboard-input .components-clipboard-button,.jetpack-clipboard-input .components-text-control__input{min-height:36px}.jetpack-clipboard-input .components-clipboard-button{margin-right:6px}.simple-payments__loading{animation:simple-payments-loading 1.6s ease-in-out infinite}@keyframes simple-payments-loading{0%{opacity:.5}50%{opacity:.7}to{opacity:.5}}.jetpack-simple-payments-wrapper{margin-bottom:1.5em}body .jetpack-simple-payments-wrapper .jetpack-simple-payments-details p{margin:0 0 1.5em;padding:0}.jetpack-simple-payments-description{white-space:pre-wrap}.jetpack-simple-payments-product{display:flex;flex-direction:column}.jetpack-simple-payments-product-image{flex:0 0 30%;margin-bottom:1.5em}.jetpack-simple-payments-image{box-sizing:border-box;min-width:70px;padding-top:100%;position:relative}.jetpack-simple-payments-image img{border:0;border-radius:0;height:auto;margin:0;max-height:100%;max-width:100%;padding:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:auto}.jetpack-simple-payments-price p,.jetpack-simple-payments-title p{font-weight:700}.jetpack-simple-payments-purchase-box{align-items:flex-start;display:flex}.jetpack-simple-payments-items{flex:0 0 auto;margin-left:10px}input[type=number].jetpack-simple-payments-items-number{background:#fff;font-size:16px;line-height:1;max-width:60px;padding:4px 8px!important}input[type=number].jetpack-simple-payments-items-number::-webkit-inner-spin-button,input[type=number].jetpack-simple-payments-items-number::-webkit-outer-spin-button{opacity:1}@media screen and (min-width:400px){.jetpack-simple-payments-product{flex-direction:row}.jetpack-simple-payments-product-image+.jetpack-simple-payments-details{flex-basis:70%;padding-right:1em}}.wp-block-jetpack-simple-payments .simple-payments__wrapper{display:grid;grid-template-columns:200px auto;grid-column-gap:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.wp-block-jetpack-simple-payments .simple-payments__field .components-base-control__field{margin-bottom:1em}.wp-block-jetpack-simple-payments .simple-payments__field textarea{display:block}.wp-block-jetpack-simple-payments .simple-payments__field input,.wp-block-jetpack-simple-payments .simple-payments__field textarea{font:inherit}.wp-block-jetpack-simple-payments img{max-width:100%}.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-content .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-email .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-title .components-base-control__label{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.wp-block-jetpack-simple-payments .simple-payments__field-has-error .components-text-control__input,.wp-block-jetpack-simple-payments .simple-payments__field-has-error .components-textarea-control__input{border-color:#d63638}.wp-block-jetpack-simple-payments .simple-payments__price-container{display:flex;flex-wrap:wrap}.wp-block-jetpack-simple-payments .simple-payments__price-container .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__price-container .components-input-control__label{display:block;font-weight:400;margin:0 0 4px}.wp-block-jetpack-simple-payments .simple-payments__price-container select.components-select-control__input{-webkit-appearance:none;-moz-appearance:none;height:auto;max-width:none;padding:3px 8px 1px}.wp-block-jetpack-simple-payments .simple-payments__price-container div.components-input-control__container{position:relative}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-currency{margin-left:5px}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-currency .components-input-control__container{width:calc(100% - 5px)}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-price .components-base-control__field{display:flex;flex-direction:column}.wp-block-jetpack-simple-payments .simple-payments__price-container .help-message{flex:1 1 100%;margin-top:0}.wp-block-jetpack-simple-payments .simple-payments__price-container .components-input-control__suffix>div{align-items:center;bottom:0;box-sizing:border-box;display:flex;left:0;padding:0 4px;pointer-events:none;position:absolute;top:0}.wp-block-jetpack-simple-payments .simple-payments__field-email .components-text-control__input{max-width:400px}.wp-block-jetpack-simple-payments .simple-payments__field-multiple{margin-bottom:5px}.wp-block-jetpack-simple-payments .simple-payments__field-multiple .components-toggle-control__label{line-height:1.4em}.wp-block-jetpack-simple-payments .simple-payments__field-content .components-textarea-control__input{min-height:32px;padding:8px;width:100%}.jetpack-simple-payments__purchase-link-text .components-base-control{margin-bottom:0}.jetpack-simple-payments__purchase-link-text input.components-text-control__input{margin-bottom:5px}.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow{margin-bottom:1.5em;position:relative}.wp-block-jetpack-slideshow [tabindex="-1"]:focus{outline:0}.wp-block-jetpack-slideshow.wp-amp-block>.wp-block-jetpack-slideshow_container{opacity:1}.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay .wp-block-jetpack-slideshow_button-play,.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay.wp-block-jetpack-slideshow__autoplay-playing .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay.wp-block-jetpack-slideshow__autoplay-playing .wp-block-jetpack-slideshow_button-play{display:none}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container{opacity:0;overflow:hidden;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.wp-swiper-initialized{opacity:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.swiper-container{display:block}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_slide,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_swiper-wrapper{line-height:normal;margin:0;padding:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper{display:flex}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{display:flex;height:100%;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure{align-items:center;display:flex;height:100%;justify-content:center;margin:0;position:relative;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure .wp-block-jetpack-slideshow_image{pointer-events:none;-webkit-user-select:none;user-select:none}.wp-block-jetpack-slideshow.alignfull .wp-block-jetpack-slideshow_image,.wp-block-jetpack-slideshow.alignwide .wp-block-jetpack-slideshow_image{max-width:unset;object-fit:cover;width:100vw}.wp-block-jetpack-slideshow .swiper-container-fade .wp-block-jetpack-slideshow_slide:not(.swiper-slide-active){opacity:0!important}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.wp-block-jetpack-slideshow .amp-carousel-button,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;border-radius:4px;box-shadow:none;height:30px;margin:-14px 0 0;opacity:.5;padding:0;transition:opacity .5s ease-out;width:28px}.wp-block-jetpack-slideshow .amp-carousel-button:focus,.wp-block-jetpack-slideshow .amp-carousel-button:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:hover{background-color:#fff;opacity:1}.wp-block-jetpack-slideshow .amp-carousel-button:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus{outline:thin dotted #fff;outline-offset:-4px}.wp-block-jetpack-slideshow .amp-carousel-button{margin:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{display:none}.wp-block-jetpack-slideshow .swiper-button-next:after,.wp-block-jetpack-slideshow .swiper-button-prev:after,.wp-block-jetpack-slideshow .swiper-container-rtl .swiper-button-next:after,.wp-block-jetpack-slideshow .swiper-container-rtl .swiper-button-prev:after{content:""}.wp-block-jetpack-slideshow .amp-carousel-button-next,.wp-block-jetpack-slideshow .swiper-button-next.swiper-button-white,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-prev.swiper-button-white,.wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB4PSI4IiB5PSI2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOC41OTggMTYuNTkgMTMuMTU2IDEyIDguNTk4IDcuNDEgMTAuMDAxIDZsNS45NyA2LTUuOTcgNnoiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTS4zNDQgMGgyMy44ODJ2MjRILjM0NHoiLz48L2c+PC9zdmc+)}.wp-block-jetpack-slideshow .amp-carousel-button-prev,.wp-block-jetpack-slideshow .swiper-button-prev.swiper-button-white,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev,.wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-next.swiper-button-white,.wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI5IiBoZWlnaHQ9IjEyIiB4PSI4IiB5PSI2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTYuMjA3IDE2LjU5IDExLjY1IDEybDQuNTU3LTQuNTlMMTQuODA0IDZsLTUuOTcgNiA1Ljk3IDZ6Ii8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0uNTc5IDBoMjMuODgydjI0SC41Nzl6Ii8+PC9nPjwvc3ZnPg==)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M6 19h4V5H6zm8-14v14h4V5z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");display:none;inset-inline-end:10px;margin-top:0;position:absolute;top:10px;z-index:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_autoplay-paused .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E")}.wp-block-jetpack-slideshow:has(>div[data-autoplay=true]) .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{background-color:#00000080;bottom:0;box-sizing:border-box;color:#fff;cursor:text;left:0;margin:0!important;max-height:100%;opacity:1;padding:.75em;position:absolute;right:0;text-align:initial;z-index:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption a{color:inherit}.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_caption.gallery-caption{max-height:calc(100% - 68px)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom{bottom:0;display:flex;gap:8px;justify-content:flex-start;line-height:24px;padding:10px 0 2px;position:relative}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet{background:currentColor;color:currentColor;height:8px;opacity:.5;transform:scale(.75);transition:opacity .25s,transform .25s;vertical-align:top;width:8px}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:hover{opacity:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:focus{outline:thin dotted;outline-offset:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet[selected],.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet-active,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet[selected]{background-color:currentColor;opacity:1;transform:scale(1)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-simple,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-simple{font-size:14px;line-height:16px;text-align:start;width:100%}.wp-block-jetpack-slideshow_pagination.amp-pagination{text-align:center}.wp-block-jetpack-slideshow_pagination.amp-pagination .swiper-pagination-bullet{border:0;border-radius:100%;display:inline-block;margin:0 4px;padding:0}@media(min-width:600px){.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{display:block}}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container{height:auto;opacity:1;overflow:visible;width:auto}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper,.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure{display:block;margin-bottom:12px}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper,.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{list-style:none;margin-left:auto;margin-right:auto}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{display:inline-block;height:auto;margin-left:2%!important;margin-right:2%!important;vertical-align:top;width:42%}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{background-color:#0000;bottom:auto;color:inherit;inset-inline-end:auto;padding-top:0;position:relative}.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block-jetpack-slideshow,.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block>.wp-block-jetpack-slideshow{display:grid}.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block-jetpack-slideshow>.swiper-container,.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block>.wp-block-jetpack-slideshow>.swiper-container{width:100%}.wp-block-jetpack-slideshow__add-item{margin-top:4px;width:100%}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button,.wp-block-jetpack-slideshow__add-item .components-form-file-upload{width:100%}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button:focus,.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button:hover{border:1px solid #949494}.wp-block[data-align=full] .wp-block-jetpack-slideshow_image,.wp-block[data-align=wide] .wp-block-jetpack-slideshow_image{max-width:unset;object-fit:cover;width:100vw}.wp-block-jetpack-slideshow_slide .components-spinner{margin-right:-9px;margin-top:-9px;position:absolute;right:50%;top:50%}.wp-block-jetpack-slideshow_slide.is-transient img{opacity:.3}.jetpack-mdc-icon-button{align-items:center;border:0;box-sizing:border-box;display:inline-flex;justify-content:center;padding:0;position:relative;fill:currentColor;appearance:none;background-color:#0000;color:#fff;cursor:pointer;overflow:hidden;text-decoration:none!important;-webkit-user-select:none;user-select:none}.jetpack-mdc-icon-button.outlined{background-color:#00000080}.jetpack-mdc-icon-button.outlined:hover{background-color:#0000004d}.jetpack-mdc-icon-button.outlined-w{background-color:#fff3}.jetpack-mdc-icon-button.outlined-w:hover{background-color:#ffffff4d}.jetpack-mdc-icon-button.bordered{border:2px solid #fff}.jetpack-mdc-icon-button.circle-icon{border-radius:50%}.wp-story-display-contents{display:contents}.wp-story-app{padding:10px}.wp-story-container{border-radius:15px;display:block;height:320px;list-style:none;margin-bottom:24px;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;width:180px;z-index:1;-webkit-tap-highlight-color:rgba(0,0,0,0);box-shadow:0 2px 12px #00000040;break-inside:avoid;page-break-inside:avoid;transition:box-shadow .3s ease-in-out,transform .3s cubic-bezier(.18,.14,.25,1)}.wp-story-container figure{transition:transform .3s cubic-bezier(.18,.14,.25,1)}.wp-story-container:hover{box-shadow:0 4px 12px #0000004d;transform:scale3d(1.03,1.03,1)}.wp-story-container:hover figure{transform:scale3d(1.07,1.07,1)}.wp-story-container button{background-color:#0000;border:0;box-shadow:none;cursor:pointer;outline-width:0;text-shadow:none}.wp-story-container.wp-story-initialized{opacity:1}.wp-story-container.wp-story-clickable{cursor:pointer}.wp-story-container .wp-story-slide,.wp-story-container .wp-story-wrapper{line-height:normal;list-style-type:none;margin:0;padding:0}.wp-story-container .wp-story-wrapper{background-color:#0e1112;border-radius:15px;bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;z-index:-1}.wp-story-container .wp-story-slide{display:flex;height:100%;width:100%}.wp-story-container .wp-story-slide figure{align-items:center;display:flex;height:100%;justify-content:center;margin:0;object-fit:contain;overflow:hidden;position:relative;width:100%}.wp-story-container .wp-story-slide.is-loading{align-items:center;background-color:#484542;justify-content:center;position:absolute;z-index:1}.wp-story-container .wp-story-slide.is-loading.semi-transparent{background-color:rgba(72,69,66,.498)}.wp-story-container .wp-story-slide.is-loading.transparent{background-color:#0000}@keyframes rotate-spinner{to{transform:rotate(-1turn)}}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner{align-items:center;display:flex}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__inner,.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid #0000;border-radius:50%;box-sizing:border-box;margin:auto}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__outer{border-top-color:#fff;font-size:40px;height:40px;width:40px}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__inner{border-left-color:#c4c4c4;border-top-color:#c4c4c4;height:100%;opacity:.4;width:100%}.wp-story-container .wp-story-image,.wp-story-container .wp-story-video{border:0;display:block;height:auto;margin:0;max-height:100%;max-width:100%;width:auto}.wp-story-container .wp-story-image.wp-story-crop-wide,.wp-story-container .wp-story-video.wp-story-crop-wide{max-width:revert}.wp-story-container .wp-story-image.wp-story-crop-narrow,.wp-story-container .wp-story-video.wp-story-crop-narrow{max-height:revert}.wp-story-container .wp-story-controls,.wp-story-container .wp-story-meta{display:none}.wp-story-container .wp-story-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-story-container .wp-story-overlay .wp-story-button-play,.wp-story-container .wp-story-overlay .wp-story-button-replay{cursor:pointer}.wp-story-container .wp-story-overlay .wp-story-embed-icon,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{align-items:center;background-color:#00000080;border-radius:5px;color:#fff;display:flex;left:0;margin:15px;padding:5px 3px;position:absolute;top:0}.wp-story-container .wp-story-overlay .wp-story-embed-icon *,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand *{margin:0 2px}.wp-story-container .wp-story-overlay .wp-story-embed-icon svg,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand svg{fill:#fff;height:20px;width:20px}.wp-story-container .wp-story-overlay .wp-story-embed-icon span,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand span{color:#fff;font-family:sans-serif;font-size:16px;font-weight:600;line-height:20px}.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{background-color:#0000}.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand svg{filter:drop-shadow(0 0 2px rgba(0,0,0,.6))}.wp-story-container.wp-story-disabled .wp-story-overlay,.wp-story-container.wp-story-ended .wp-story-overlay{background-color:#fff6}.wp-story-container .wp-story-next-slide,.wp-story-container .wp-story-prev-slide{display:none;position:absolute}.wp-story-container .wp-story-next-slide button,.wp-story-container .wp-story-prev-slide button{border-width:0}.wp-story-container .wp-story-next-slide button:hover,.wp-story-container .wp-story-prev-slide button:hover{border-width:2px}.wp-story-container .wp-story-prev-slide{margin:auto;right:-84px}.wp-story-container .wp-story-next-slide{left:-84px;margin:auto}.wp-story-container .wp-story-pagination{position:absolute;text-align:center;z-index:2}.wp-story-container .wp-story-pagination-bullets{bottom:0;display:flex;left:0;margin:7px 10px;overflow:hidden;position:absolute;right:0;top:auto;transition:flex-basis 1s ease-in-out}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet{flex:1;justify-content:space-between;margin:0 2px;opacity:1;padding:6px 0;vertical-align:top}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet .wp-story-pagination-bullet-bar{background:#fff9;height:4px;min-width:12px;width:100%}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet .wp-story-pagination-bullet-bar-progress{background-color:#fff;height:4px;opacity:1;transition:width .1s ease;width:0}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-ellipsis{flex:0 0 4px}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-ellipsis .wp-story-pagination-bullet-bar{min-width:6px}.wp-story-container .wp-story-controls{bottom:30px;display:none;flex-direction:row;justify-content:space-between;margin:0 10px;position:absolute;width:64px;z-index:3}@media(max-width:782px){.wp-story-container .wp-story-controls{bottom:50px;margin:0 16px}}.wp-story-container.wp-story-with-controls{border-radius:0;box-shadow:none!important;overflow:visible;transition:none!important}.wp-story-container.wp-story-with-controls .wp-story-wrapper{border-radius:15px;box-shadow:0 2px 12px #00000040;overflow:hidden}.wp-story-container.wp-story-with-controls figure{transform:none!important;transition:none!important}.wp-story-container.wp-story-with-controls:hover{box-shadow:none!important;transform:none!important}.wp-story-container.wp-story-with-controls:hover figure{transform:none}.wp-story-container.wp-story-with-controls .wp-story-next-slide,.wp-story-container.wp-story-with-controls .wp-story-prev-slide{display:block}.wp-story-container.wp-story-with-controls .wp-story-prev-slide{margin:auto;right:-48px}.wp-story-container.wp-story-with-controls .wp-story-next-slide{left:-48px;margin:auto}.wp-story-container.wp-story-with-controls .wp-story-controls{display:flex}@media(max-width:782px){.wp-story-container.wp-story-with-controls .wp-story-controls{bottom:30px;margin:0 10px}}.wp-story-fullscreen.wp-story-app{bottom:0;height:100%;left:0;margin:0;max-width:100%!important;padding:0;position:fixed;right:0;top:0;transform:translateZ(0);-webkit-user-select:none;user-select:none;width:100%!important;z-index:9999999999;-webkit-touch-callout:none}.wp-story-fullscreen.wp-story-container{border-radius:0;box-shadow:none;height:100%;margin:auto;max-height:100%;max-width:100%;overflow:initial;width:100%}.wp-story-fullscreen.wp-story-container,.wp-story-fullscreen.wp-story-container figure{transform:none;transition:none!important}.wp-story-fullscreen.wp-story-container:focus{outline:none}.wp-story-fullscreen.wp-story-container:before{box-shadow:none}.wp-story-fullscreen.wp-story-container:before:hover{opacity:0;transition:none!important}.wp-story-fullscreen.wp-story-container .wp-story-wrapper{border-radius:0;height:auto;margin-bottom:84px;margin-top:84px;overflow:initial}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-wrapper{margin-bottom:0;margin-top:0}}.wp-story-fullscreen.wp-story-container .wp-story-slide{height:100%;width:auto}.wp-story-fullscreen.wp-story-container .wp-story-slide.is-loading{width:100%}.wp-story-fullscreen.wp-story-container .wp-story-meta{align-items:center;color:#fff;display:flex;flex-direction:row;font-family:sans-serif;line-height:20px;padding:20px 0}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta{background:#000;background:linear-gradient(-180deg,#000000a1,#0000);padding:16px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon{background-color:#fff;border:2px solid #fff;border-radius:4px;flex-shrink:0;height:40px;margin:0 0 0 16px;width:40px}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon img{height:100%;text-align:center;width:100%}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon{height:24px;margin:0 0 0 12px;width:24px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-title{display:-webkit-box;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-title{font-size:12px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-exit-fullscreen{margin-right:auto;min-height:24px;min-width:24px;order:3}.wp-story-fullscreen.wp-story-container .wp-story-overlay{margin-bottom:84px;margin-top:84px}.wp-story-fullscreen.wp-story-container .wp-story-overlay .wp-story-embed-icon,.wp-story-fullscreen.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{display:none}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-overlay{bottom:76px;margin-bottom:0;margin-top:0;top:76px}.wp-story-fullscreen.wp-story-container.wp-story-disabled .wp-story-overlay,.wp-story-fullscreen.wp-story-container.wp-story-ended .wp-story-overlay{bottom:0;top:0}}.wp-story-fullscreen.wp-story-container .wp-story-next-slide,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{display:block}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-next-slide,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{bottom:0;display:block;height:100%;position:absolute;top:0}.wp-story-fullscreen.wp-story-container .wp-story-next-slide button,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide button{display:none}.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{right:0;width:33.33%}.wp-story-fullscreen.wp-story-container .wp-story-next-slide{left:0;width:66.66%}}.wp-story-fullscreen.wp-story-container .wp-story-controls{bottom:20px;display:flex;flex-direction:row;justify-content:space-between;margin:0;position:absolute;width:88px}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-controls{bottom:36px;margin:0 16px}}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets{bottom:42px;display:flex;margin:0;padding:14px 0;position:absolute;top:auto}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet{justify-content:space-between}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet:first-child{margin-right:0}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet:last-child{margin-left:0}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets{bottom:0;padding:10px 16px}}.wp-story-background{background-color:#0e1112;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:-2}.wp-story-background svg{height:0;width:0}.wp-story-background img{height:100%;width:100%}.wp-story-background .wp-story-background-dark{bottom:0;left:0;opacity:.12;position:absolute;right:0;top:0}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-dark{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}}.wp-story-background .wp-story-background-image{background-position:100%;background-repeat:no-repeat;background-size:100% auto;display:none;height:100%;width:100%}@supports not ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-image{filter:blur(18px);filter:url(#gaussian-blur-18);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius="18")}}.wp-story-background .wp-story-background-blur{background-color:rgba(14,17,18,.878);bottom:0;left:0;position:absolute;right:0;top:0}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-blur{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}}html.wp-story-in-fullscreen{overflow:hidden;scroll-behavior:auto}body.wp-story-in-fullscreen{height:100%;overflow:hidden;padding-left:15px;position:fixed;width:100%}.wp-block-jetpack-story__add-item{margin-top:4px;width:100%}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button,.wp-block-jetpack-story__add-item .components-form-file-upload{height:100%;width:100%}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button:focus,.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button:hover{border:1px solid #949494}.wp-story-container .wp-story-next-slide button,.wp-story-container .wp-story-prev-slide button{background-color:#0000;border:1px solid #50575e;color:#50575e;height:36px!important;outline:0;width:36px!important}.wp-story-container .wp-story-next-slide button:hover,.wp-story-container .wp-story-prev-slide button:hover{background-color:#0000;border:1px solid #50575e}.wp-story-container .wp-story-next-slide button:hover i,.wp-story-container .wp-story-prev-slide button:hover i{color:#3381b8}.jetpack-inspector-notice span.jetpack-subscribe-notice-visibility{margin:0;padding:0;width:100%}.jetpack-newsletter-link{text-decoration:none}.jetpack-newsletter-access-radio-buttons input[type=radio]{flex-shrink:0}.jetpack-newsletter-access-radio-buttons label{text-wrap:balance}.jetpack-subscribe-newsletters-panel .edit-post-post-misconfiguration__warning{font-size:12px;margin:0}.jetpack-subscribe-newsletters-panel .edit-post-post-misconfiguration__warning .components-notice__content{margin-left:0}.jetpack-editor-post-tiers{padding-right:35px;padding-top:5px}.jetpack-subscribe-affirmation-loading{background:#ccc;color:#ccc}.is-style-compact .is-not-subscriber .wp-block-button__link,.is-style-compact .is-not-subscriber .wp-block-jetpack-subscriptions__button{border-end-start-radius:0!important;border-start-start-radius:0!important;margin-inline-start:0!important}.is-style-compact .is-not-subscriber .components-text-control__input,.is-style-compact .is-not-subscriber p#subscribe-email input[type=email]{border-end-end-radius:0!important;border-start-end-radius:0!important}.is-style-compact:not(.wp-block-jetpack-subscriptions__use-newline) .components-text-control__input{border-inline-end-width:0!important}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form-container{display:flex;flex-direction:column}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) .is-not-subscriber .wp-block-jetpack-subscriptions__form-elements{align-items:flex-start;display:flex}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) p#subscribe-submit{display:flex;justify-content:center}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]{box-sizing:border-box;cursor:pointer;line-height:1.3;min-width:auto!important;white-space:nowrap!important}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]::placeholder,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]:disabled,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]::placeholder,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]:disabled{color:currentColor;opacity:.5}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button{border-color:#0000;border-style:solid}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email{background:#0000;flex-grow:1}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email input[type=email]{height:auto;margin:0;width:100%}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-submit,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-submit{line-height:0;margin:0;padding:0}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__show-subs .wp-block-jetpack-subscriptions__subscount{font-size:16px;margin:8px 0;text-align:end}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__form-elements{display:block}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline button{display:inline-block;max-width:100%}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__subscount{text-align:start}#subscribe-submit.is-link{text-align:center;width:auto!important}#subscribe-submit.is-link a{margin-right:0!important;margin-top:0!important;width:auto!important}.jetpack-inspector-notice{align-items:center;background:#f0f0f0;border-radius:4px;display:flex;justify-content:space-between;margin:0 16px 24px;padding:24px}.jetpack-inspector-notice>.jetpack-logo{margin-right:12px}.components-tab-panel__tab-content div:first-child .jetpack-inspector-notice{margin-top:24px}.jetpack-newsletter-test-email-modal__email-sent{color:#2fb41f}.jetpack-newsletter-test-email-modal__email-sent svg{fill:#2fb41f}.jetpack-newsletter-preview-modal h1{flex-shrink:0}.jetpack-subscribe-post-publish-panel .jetpack-inspector-notice,.jetpack-subscribe-pre-publish-panel .jetpack-inspector-notice{margin:0}.jetpack-subscribe-post-publish-panel .jetpack-subscribe-reader-count,.jetpack-subscribe-pre-publish-panel .jetpack-subscribe-reader-count{font-weight:700;white-space:nowrap}.jetpack-subscribe-post-publish-panel__heading,.jetpack-subscribe-pre-publish-panel__heading{font-weight:400;margin-inline-start:3px}.jetpack-subscribe-post-publish-panel .components-notice__content,.jetpack-subscribe-pre-publish-panel .components-notice__content{margin-top:0}.jetpack-subscribe-post-publish-panel__notice.components-notice,.jetpack-subscribe-pre-publish-panel__notice.components-notice{margin:0;padding:0}.jetpack-subscribe-post-publish-panel__notice.components-notice.is-info,.jetpack-subscribe-pre-publish-panel__notice.components-notice.is-info{border-inline-start-color:#fff}.jetpack-subscribe-post-publish-panel__notice.components-notice.is-info a,.jetpack-subscribe-pre-publish-panel__notice.components-notice.is-info a{text-decoration:underline}.paid-newsletters-post-publish-panel__external_icon{height:1.55em;margin:-.2em .1em 0;vertical-align:middle;fill:currentColor}.paid-newsletters-post-publish-panel .post-publish-panel__postpublish-buttons .components-button{padding-bottom:.4em;padding-top:.5em}.paid-newsletters-post-publish-panel .components-panel__body-toggle svg{margin:0 .5em 0 0}.paid-newsletters-post-publish-panel p{margin-top:0}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img{border-radius:50%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row{flex-grow:1;width:100%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col{width:100%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col{width:calc(50% - 2px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col{width:calc(33.33333% - 2.66667px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col{width:calc(25% - 3px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col{width:calc(20% - 3.2px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col{width:calc(16.66667% - 3.33333px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col{width:calc(14.28571% - 3.42857px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col{width:calc(12.5% - 3.5px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col{width:calc(11.11111% - 3.55556px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col{width:calc(10% - 3.6px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col{width:calc(9.09091% - 3.63636px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col{width:calc(8.33333% - 3.66667px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col{width:calc(7.69231% - 3.69231px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col{width:calc(7.14286% - 3.71429px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col{width:calc(6.66667% - 3.73333px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col{width:calc(6.25% - 3.75px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col{width:calc(5.88235% - 3.76471px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col{width:calc(5.55556% - 3.77778px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col{width:calc(5.26316% - 3.78947px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col{width:calc(5% - 3.8px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__item img{aspect-ratio:1}.wp-block-jetpack-tiled-gallery .is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery .is-style-rectangular .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item{display:flex}.wp-block-jetpack-tiled-gallery .has-rounded-corners-1 .tiled-gallery__item img{border-radius:1px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-2 .tiled-gallery__item img{border-radius:2px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-3 .tiled-gallery__item img{border-radius:3px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-4 .tiled-gallery__item img{border-radius:4px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-5 .tiled-gallery__item img{border-radius:5px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-6 .tiled-gallery__item img{border-radius:6px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-7 .tiled-gallery__item img{border-radius:7px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-8 .tiled-gallery__item img{border-radius:8px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-9 .tiled-gallery__item img{border-radius:9px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-10 .tiled-gallery__item img{border-radius:10px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-11 .tiled-gallery__item img{border-radius:11px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-12 .tiled-gallery__item img{border-radius:12px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-13 .tiled-gallery__item img{border-radius:13px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-14 .tiled-gallery__item img{border-radius:14px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-15 .tiled-gallery__item img{border-radius:15px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-16 .tiled-gallery__item img{border-radius:16px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-17 .tiled-gallery__item img{border-radius:17px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-18 .tiled-gallery__item img{border-radius:18px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-19 .tiled-gallery__item img{border-radius:19px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-20 .tiled-gallery__item img{border-radius:20px}.tiled-gallery__gallery{display:flex;flex-wrap:wrap;padding:0;width:100%}.tiled-gallery__row{display:flex;flex-direction:row;justify-content:center;margin:0;width:100%}.tiled-gallery__row+.tiled-gallery__row{margin-top:4px}.tiled-gallery__col{display:flex;flex-direction:column;justify-content:center;margin:0}.tiled-gallery__col+.tiled-gallery__col{margin-inline-start:4px}.tiled-gallery__item{flex-grow:1;justify-content:center;margin:0;overflow:hidden;padding:0;position:relative}.tiled-gallery__item.filter__black-and-white{filter:grayscale(100%)}.tiled-gallery__item.filter__sepia{filter:sepia(100%)}.tiled-gallery__item.filter__1977{filter:contrast(1.1) brightness(1.1) saturate(1.3);position:relative}.tiled-gallery__item.filter__1977 img{width:100%;z-index:1}.tiled-gallery__item.filter__1977:before{z-index:2}.tiled-gallery__item.filter__1977:after,.tiled-gallery__item.filter__1977:before{content:"";display:block;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.tiled-gallery__item.filter__1977:after{background:#f36abc4d;mix-blend-mode:screen;z-index:3}.tiled-gallery__item.filter__clarendon{filter:contrast(1.2) saturate(1.35);position:relative}.tiled-gallery__item.filter__clarendon img{width:100%;z-index:1}.tiled-gallery__item.filter__clarendon:before{z-index:2}.tiled-gallery__item.filter__clarendon:after,.tiled-gallery__item.filter__clarendon:before{content:"";display:block;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.tiled-gallery__item.filter__clarendon:after{z-index:3}.tiled-gallery__item.filter__clarendon:before{background:#7fbbe333;mix-blend-mode:overlay}.tiled-gallery__item.filter__gingham{filter:brightness(1.05) hue-rotate(-10deg);position:relative}.tiled-gallery__item.filter__gingham img{width:100%;z-index:1}.tiled-gallery__item.filter__gingham:before{z-index:2}.tiled-gallery__item.filter__gingham:after,.tiled-gallery__item.filter__gingham:before{content:"";display:block;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.tiled-gallery__item.filter__gingham:after{background:#e6e6fa;mix-blend-mode:soft-light;z-index:3}.tiled-gallery__item+.tiled-gallery__item{margin-top:4px}.tiled-gallery__item:focus-within{box-shadow:0 0 0 2px var(--wp-admin-theme-color);overflow:visible}.tiled-gallery__item>img{background-color:#0000001a}.tiled-gallery__item>a,.tiled-gallery__item>a>img,.tiled-gallery__item>img{display:block;height:auto;margin:0;max-width:100%;object-fit:cover;object-position:center;padding:0;width:100%}.is-email .tiled-gallery__gallery{display:block}@keyframes tiled-gallery-img-placeholder{0%{background-color:#f6f7f7}50%{background-color:#f6f7f780}to{background-color:#f6f7f7}}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item.is-transient img,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__item.is-transient img{margin-bottom:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__wrapper{padding-left:4px;padding-right:4px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item>img:focus{outline:none}.wp-block-jetpack-tiled-gallery .tiled-gallery__item>img{animation:tiled-gallery-img-placeholder 1.6s ease-in-out infinite}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected{filter:none;outline:4px solid #0085ba}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected:after,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected:before{content:none}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-transient{height:100%;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-transient img{background-position:50%;background-size:cover;height:100%;opacity:.3;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu{background:#fff;border:1px solid #1e1e1e9e;border-radius:2px;transition:box-shadow .2s ease-out}@media(prefers-reduced-motion:reduce){.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu{transition-delay:0s;transition-duration:0s}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu:hover,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu:hover{box-shadow:0 .7px 1px #0000001a,0 1.2px 1.7px -.2px #0000001a,0 2.3px 3.3px -.5px #0000001a}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button{color:#1e1e1e9e;height:24px;padding:2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}@media(min-width:600px){.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button{height:inherit;padding:0;width:inherit}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button:focus,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button:focus{color:inherit}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item{margin-top:4px;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-form-file-upload{width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button:focus,.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button:hover{border:1px solid #949494}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{display:inline-flex;margin:8px;z-index:20}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu .components-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu .components-button{color:#0000}@media(min-width:600px){.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{padding:2px}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu{left:-2px;position:absolute;top:-2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{position:absolute;right:-2px;top:-2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-backward,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-forward,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__remove{padding:0}.wp-block-jetpack-tiled-gallery .tiled-gallery__item .components-spinner{margin:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%)}.block-editor-block-preview__content .wp-block-jetpack-tiled-gallery .block-editor-media-placeholder{display:none}.tiled-gallery__filter-picker-menu{padding:7px}.tiled-gallery__filter-picker-menu .components-menu-item__button+.components-menu-item__button{margin-top:2px}.tiled-gallery__filter-picker-menu .components-menu-item__button.is-active{box-shadow:0 0 0 2px #949494!important;color:#1e1e1e}.wp-block-jetpack-tock.aligncenter{width:-moz-fit-content;width:fit-content}.jetpack-tock-url-settings{margin:8px}.jetpack-tock-url-input{max-width:300px;min-width:auto;width:90vw}.jetpack-tock-url-input .components-text-control__input{padding:10px 10px 10px 36px}.jetpack-tock-url-instructions{margin:16px}.jetpack-tock-url-input-wrapper{position:relative}.jetpack-tock-url-input-action{left:14px;position:absolute;top:0}.resumable-upload{align-items:flex-start;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:20px 0}.resumable-upload__editor{display:flex;flex-direction:column;justify-content:space-between;width:100%}.resumable-upload__editor-col{padding-right:10px;width:100%}.resumable-upload__editor-col:first-child{padding-right:0}.resumable-upload__editor-thumb-placeholder{align-content:center;aspect-ratio:16/9;background-color:#000;color:#fff;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;text-align:center;width:100%}.resumable-upload__editor-thumb-placeholder img,.uploading-editor__video{max-height:100%;object-fit:contain}.uploading-editor__video{aspect-ratio:16/9;background-color:#000}.resumable-upload__error,.resumable-upload__status{border-top:1px solid #e0e0e0;box-sizing:border-box;margin-top:24px;width:100%}.resumable-upload__status{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px 24px;padding:20px 20px 0}.resumable-upload__error{padding:0 20px}.resumable-upload__file-info{display:flex;flex-direction:row}.resumable-upload__file-size{color:#757575;margin-right:12px}.resumable-upload__progress{background:#d2d2d2;border-radius:4px;box-sizing:border-box;height:8px;max-width:160px;overflow:hidden;width:100%}.resumable-upload__progress-loaded{background:var(--wp-admin-theme-color);color:#fff;height:100%;min-height:8px;text-align:center;transition:width .3s ease}.resumable-upload__select-file{align-items:center;display:flex;flex-direction:row}.resumable-upload__select-file-name{margin-right:12px}.resumable-upload__actions{align-items:center;display:flex;flex-direction:row;justify-content:space-between;justify-self:flex-end;margin-right:auto;width:-moz-fit-content;width:fit-content}.resumable-upload__actions .components-button.is-link{padding:0;text-decoration:none}.resumable-upload__actions .components-button.is-link:focus{box-shadow:none}.resumable-upload__error-text{color:#cc1818;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin-top:16px}.resumable-upload__error-cancel{margin-right:12px;margin-top:16px}.uploading-editor{width:100%}.uploading-editor__title input{margin-left:0;margin-right:0}.uploading-editor__frame-selector{display:flex;flex-direction:column}.uploading-editor__fields{display:block;padding:0 20px}.uploading-editor__content{padding:0 3px}.uploading-editor__video-container{position:relative}.uploading-editor__video-container:hover .uploading-editor__play-icon{opacity:0}.uploading-editor__play-icon{height:130px;margin:-65px -65px 0 0;opacity:1;position:absolute;right:50%;top:50%;transition:opacity .3s ease-out;width:130px}.resumable-upload__editor-thumb-placeholder .uploading-editor__play-icon{margin-top:-91px}.uploading-editor__scrubber-help{color:#757575}.uploading-editor__upload-link{color:var(--wp-admin-theme-color)!important;cursor:pointer;text-decoration:underline!important}.uploading-editor__video-poster{object-fit:cover;position:absolute;right:0;top:0}.uploading-editor__range{margin-top:-19px}.uploading-editor__range .components-range-control__track{background-color:#272526;border-radius:0;height:8px;opacity:.7}.uploading-editor__range .components-range-control__slider{padding-bottom:0}.uploading-editor__range .components-base-control__field{margin-bottom:0}.uploading-editor__range .components-range-control__wrapper span:first-of-type{background-color:#d9d9d9;border-radius:0;height:8px;opacity:.8}.uploading-editor__range .components-range-control__wrapper span:last-of-type{display:none}.resumable-upload__editor-thumb-placeholder img{object-fit:cover}.poster-selector__buttons{text-align:left}.h2NGkiVs1r1nf85LtJpF{padding:16px}.k3Apzwo3v9n0IaHbB8tf{--spacing-base:8px;margin:0 0 calc(var(--spacing-base)*3) 0}.is-beta{position:relative;transition:box-shadow .5s linear}.is-beta.is-opened{box-shadow:inset 0 0 3px #2fb41f}.is-beta:before{background-color:#2fb41f;border-radius:4px;color:#fff;content:"BETA";font-size:11px;font-weight:600;height:24px;left:16px;line-height:24px;opacity:1;padding:0 5px;position:absolute;top:12px;transition:visibility .5s,opacity .5s linear;visibility:visible;z-index:10000}.is-beta:focus,.is-beta:hover{box-shadow:none}.is-beta:focus:before,.is-beta:hover:before{opacity:0;visibility:hidden}.no-videopress-media-placeholder .components-placeholder__fieldset{align-items:flex-start;flex-direction:row-reverse;justify-content:flex-end}.no-videopress-media-placeholder .components-placeholder__fieldset button{display:none}.no-videopress-media-placeholder .components-placeholder__fieldset .block-editor-media-placeholder__url-input-container button,.no-videopress-media-placeholder .components-placeholder__fieldset .no-videopress-disabled-button{display:inline-flex}.no-videopress-media-placeholder .components-placeholder__fieldset .no-videopress-disabled-button:last-child{margin-left:12px}.videopress-block-hide{display:none}.seekbar-color-settings__panel .components-panel__body.is-opened{padding:0}.seekbar-color-settings__panel .components-panel__body{border-top:none}.videopress-block-tracks-editor>.components-popover__content{width:360px}.videopress-block-tracks-editor__track-list-track{align-items:center;display:flex;min-height:23px;padding:4px 12px 4px 0;place-content:space-between}.videopress-block-tracks-editor__track-list-track-delete{align-items:center;display:flex}.videopress-block-tracks-editor__single-track-editor-label-language{display:flex;margin-top:12px}.videopress-block-tracks-editor__single-track-editor-label-language>.components-base-control{width:50%}.videopress-block-tracks-editor__single-track-editor-label-language>.components-base-control:first-child{margin-left:16px}.videopress-block-tracks-editor__single-track-editor-kind-select{max-width:240px}.videopress-block-tracks-editor__single-track-editor-buttons-container{display:flex;margin-top:32px;min-height:36px;place-content:space-between}.videopress-block-tracks-editor__single-track-editor-upload-file-help{color:#757575;font-size:12px;margin-top:12px}.videopress-block-tracks-editor__single-track-editor-label{color:#757575;display:block;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;text-transform:uppercase}.videopress-block-tracks-editor>.components-popover__content>div,.videopress-block-tracks-editor__add-tracks-container .components-menu-group__label,.videopress-block-tracks-editor__track-list .components-menu-group__label{padding:0}.videopress-block-tracks-editor__add-tracks-container,.videopress-block-tracks-editor__single-track-editor,.videopress-block-tracks-editor__track-list{padding:12px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-base-control__label{margin-bottom:4px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-base-control__field{margin-bottom:12px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-text-control__input{margin-right:0}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-input-control__label{margin-bottom:4px}.videopress-block-tracks-editor__single-track-editor-upload-file-label{display:flex}.videopress-block-tracks-editor__single-track-editor-upload-file-label .components-form-file-upload,.videopress-block-tracks-editor__single-track-editor-upload-file-label .videopress-block-tracks-editor__single-track-editor-upload-file-label-name{margin-inline-start:8px}.videopress-block-tracks-editor__single-track-editor-error{color:#cc1818;padding:12px 0}.uploader-block__logo{align-items:center;display:flex;flex-direction:row;font-size:24px;line-height:29px;margin-bottom:12px;padding:0 20px}.uploader-block__logo-text{margin-right:10px}.uploader-block__upload-complete{align-items:center;border-top:1px solid #e0e0e0;box-sizing:border-box;display:flex;justify-content:space-between;margin-top:24px;padding:20px 20px 0;width:100%}[data-type="jetpack/wordads"][data-align=center] .jetpack-wordads__ad{margin:0 auto}.jetpack-wordads__ad{display:flex;flex-direction:column;max-width:100%;overflow:hidden}.jetpack-wordads__ad .components-placeholder{flex-grow:2}.jetpack-wordads__ad .components-toggle-control__label{line-height:1.4em}.jetpack-wordads__ad .components-base-control__field,.wp-block-jetpack-wordads__format-picker{padding:7px}.wp-block-jetpack-wordads__format-picker .components-menu-item__button+.components-menu-item__button{margin-top:2px}.wp-block-jetpack-wordads__format-picker .components-menu-item__button.is-active{box-shadow:0 0 0 2px #949494!important;color:#1e1e1e}.jetpack-wordads__mobile-visibility{margin-top:20px}.wp-block-jetpack-payments-intro .components-placeholder__fieldset{flex-direction:column}.wp-block-jetpack-payments-intro .components-placeholder__fieldset>p,.wp-block-jetpack-payments-intro .components-placeholder__instructions{margin-bottom:0}.wp-payments-intro-pattern-picker__opener{margin-top:16px;width:min-content}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:8px}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{max-height:250px}.wp-block-jetpack-payments-intro__pattern-picker__selection-modal .components-modal__content{overflow:hidden;padding:0}.wp-block-jetpack-payments-intro__pattern-picker__selection-modal .components-modal__content:before{margin-bottom:0}@media(min-width:600px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{height:calc(100% - 120px);width:calc(100% - 32px)}}@media(min-width:782px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{width:750px}}@media(min-width:960px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{height:80%;max-height:none;width:80%}}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:16px 0;padding:0;width:100%}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker>li{flex-shrink:1;list-style:none;margin:8px 0 0 20px;text-align:center;width:75px}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker>li button{display:inline-flex;margin-left:0}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker .wp-block-jetpack-payments-intro__variation-picker__variation{padding:8px}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker .wp-block-jetpack-payments-intro__variation-picker__variation-label{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4}.wp-block-jetpack-payments-intro__variation-picker__variation{width:100%}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button.has-icon{justify-content:center;width:auto}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button.has-icon.is-secondary{background-color:#fff}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button{height:auto;padding:0}.wp-block-jetpack-payments-intro__variation-picker__variation:before{content:"";padding-bottom:100%}.wp-block-jetpack-payments-intro__variation-picker__variation:first-child{margin-inline-start:0}.wp-block-jetpack-payments-intro__variation-picker__variation:last-child{margin-inline-end:0}.post-publish-qr-post-panel .components-panel__body-toggle>svg{margin-right:5px}.post-publish-qr-post-panel .components-panel__row .components-button{flex-grow:1;justify-content:center;margin:5px;padding:3px 10px 4px;text-align:center}.qr-post-modal__qr-code{display:flex;justify-content:center}.qr-post-jetpack-logo{display:none}.editor-styles-wrapper .wp-block-jetpack-payment-buttons{--jetpack-payment-buttons-gap:0.5em}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.is-layout-flex{display:flex;gap:var(--jetpack-payment-buttons-gap)}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.is-layout-flex .is-layout-flex{display:flex}.editor-styles-wrapper .wp-block-jetpack-payment-buttons .wp-block-jetpack-recurring-payments{margin:0;width:auto}.editor-styles-wrapper .wp-block-jetpack-payment-buttons .wp-block-button__link{width:100%}.components-placeholder.jetpack-payment-buttons__upgrade-nudge{margin-bottom:16px}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.has-custom-font-size .wp-block-jetpack-button .wp-block-button__link:not(.has-custom-font-size){font-size:inherit}.wp-block-jetpack-paywall-block{align-items:center;color:currentColor;display:flex;opacity:.8}.wp-block-jetpack-paywall-block span{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:0 8px;text-align:center;text-transform:uppercase;-webkit-user-select:"none";user-select:"none";white-space:nowrap}.wp-block-jetpack-paywall-block span svg{vertical-align:text-top;fill:currentColor}.wp-block-jetpack-paywall-block:after,.wp-block-jetpack-paywall-block:before{background:currentColor;content:"";flex:1;height:1px;margin:auto;opacity:.5}.block-editor-block-inspector .jetpack-subscribe-newsletters-panel .components-base-control{margin-bottom:0}.wp-block-jetpack-blogroll h3+div .jetpack-blogroll-item-divider{display:none}.wp-block-jetpack-blogroll .jetpack-blogroll-item-divider{border-style:solid;border-width:1px 0 0;margin-block-end:0;margin-block-start:0;opacity:.2;width:100%}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{display:flex;font-style:normal;font-weight:400;gap:20px;padding:20px 0}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure{align-self:flex-start;height:48px;margin:0;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure.empty-site-icon{background:url(images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);background-size:cover}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure.empty-site-icon .blogroll-item-image{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .blogroll-item-image{border-radius:50%;height:48px;max-width:48px;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item p.jetpack-blogroll-item-title.rich-text{color:inherit;font-weight:700;margin:0}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-content{align-self:flex-start}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-description{word-break:break-word}.jetpack-blogroll__appender-results{padding:0 18px 18px}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-result-list-header-text{color:#757575;font-size:11px;line-height:16px;padding:6px 0;text-transform:uppercase}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:center;overflow:hidden}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message-main-text{color:#101517;font-size:14px;font-weight:500;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message-secondary-text{color:#757575;font-size:12px;font-weight:400;line-height:16px}.jetpack-blogroll__appender-results>ul{list-style:none;margin:0;max-height:200px;overflow-y:auto;padding-right:0!important}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container{margin:0}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button{align-items:center;align-self:stretch;background:none;border:none;cursor:pointer;display:flex;gap:12px;padding:8px 4px;text-decoration:none;width:100%}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button[disabled]{background:#f6f7f7;cursor:not-allowed}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button[disabled]>*{opacity:.5}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image{flex-shrink:0;height:40px;width:40px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image.empty-site-icon{background:url(images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);background-size:cover}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image.empty-site-icon img{display:none}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image img{border-radius:50%;height:40px;width:40px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:center;overflow:hidden;text-align:right}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text .jetpack-blogroll__appender-result-title{color:#101517;font-size:14px;font-weight:500;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text .jetpack-blogroll__appender-result-description{color:#646970;font-size:14px;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-search{display:flex;padding:16px}.jetpack-blogroll__appender-search>div{flex-grow:1;padding:1px;position:relative}.jetpack-blogroll__appender-search .components-text-control__input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' aria-hidden='true' viewBox='-2 -2 24 24'%3E%3Cpath d='m6.734 16.106 2.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.5q.276 0 .553-.002c1.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 0z'/%3E%3C/svg%3E");background-position-x:8px;background-position-y:calc(100% - 8px);background-repeat:no-repeat;background-size:24px;height:40px;padding-left:40px}.jetpack-blogroll__appender-search button{height:32px;min-width:32px!important;width:32px}.jetpack-blogroll__appender-spinner{margin:0!important}.jetpack-blogroll__appender .components-popover__content{height:300px;overflow-y:hidden!important;width:318px}.jetpack-blogroll__appender .components-popover__content button.block-editor-button-blogroll-block-appender{background:#1e1e1e;border-radius:2px;color:#fff;height:24px;min-width:24px;padding:0}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll{padding:24px}}.wp-block-jetpack-blogroll .block-editor-inner-blocks h3{font-size:20px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:24px;margin-top:0}.wp-block-jetpack-blogroll.hide-avatar figure,.wp-block-jetpack-blogroll.hide-description .jetpack-blogroll-item-description{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{container-name:bitem;container-type:inline-size}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:flex-start;display:flex;flex-direction:column;gap:20px;padding:20px 8px}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:center;flex-direction:row}}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item+.wp-block-jetpack-blogroll-item .jetpack-blogroll-item-divider{display:block}.wp-block-jetpack-blogroll [data-type="jetpack/blogroll-item"]+[data-type="jetpack/blogroll-item"]{border-top:1px solid #dcdcde}.wp-block-jetpack-blogroll .block-list-appender button.has-icon{background:#1e1e1e;border-radius:2px;color:#fff;height:24px;min-width:24px;padding:0}.wp-block-jetpack-nextdoor{position:relative}.wp-block-jetpack-nextdoor-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-nextdoor-link-editable{cursor:text}.wp-block-jetpack-nextdoor-embed-form-sidebar{display:flex;margin-bottom:1em}.wp-block-jetpack-nextdoor-color-notice{margin:0}div[data-align=center]>.wp-block-jetpack-nextdoor{text-align:center}.wp-block-jetpack-nextdoor .components-placeholder__fieldset input{flex:1}a.jetpack-sharing-button__button{color:inherit}.jetpack-sharing-button__button{align-items:center;background:#fff;border-radius:4px;box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f;color:#2c3338;color:inherit;cursor:default;display:flex;flex-direction:row;font-size:inherit;font-weight:500;height:auto;justify-content:center;line-height:23px;margin:4px 4px 0;padding:4px 9px 3px;text-decoration:none}.jetpack-sharing-button__button svg{height:1.5em;width:1.5em;fill:currentColor}.jetpack-sharing-button__button:hover{box-shadow:0 1px 2px #00000038,0 0 0 1px #00000038;cursor:pointer}.jetpack-sharing-button__button.components-button{font-size:inherit;padding:4px 9px 3px 11px}.jetpack-sharing-button__button.style-icon{border:0;border-radius:50%;box-shadow:none;color:#fff;height:auto;line-height:1;margin-bottom:0;padding:7px;position:relative;top:-2px;width:auto}.jetpack-sharing-button__button.style-icon.share-bluesky{background:#0085ff}.jetpack-sharing-button__button.style-icon.share-x{background:#000}.jetpack-sharing-button__button.style-icon.share-print{background:#c5c2c2}.jetpack-sharing-button__button.style-icon.share-reddit{background:#5f99cf}.jetpack-sharing-button__button.style-icon.share-skype{background:#00aff0}.jetpack-sharing-button__button.style-icon.share-facebook{background:#0866ff}.jetpack-sharing-button__button.style-icon.share-linkedin{background:#0976b4}.jetpack-sharing-button__button.style-icon.share-mail{background:#c5c2c2}.jetpack-sharing-button__button.style-icon.share-twitter{background:#55acee}.jetpack-sharing-button__button.style-icon.share-tumblr{background:#35465c}.jetpack-sharing-button__button.style-icon.share-pinterest{background:#cc2127}.jetpack-sharing-button__button.style-icon.share-pocket{background:#ee4256}.jetpack-sharing-button__button.style-icon.share-telegram{background:#08c}.jetpack-sharing-button__button.style-icon.share-threads{background:#000}.jetpack-sharing-button__button.style-icon.share-whatsapp{background:#43d854}.jetpack-sharing-button__button.style-icon.share-mastodon{background:#6364ff}.jetpack-sharing-button__button.style-icon.share-nextdoor{background:#8ed500}.jetpack-sharing-button__button.style-icon.share-share{background:#000}.jetpack-sharing-button__button.style-icon.is-custom{padding:8px;top:2px}.jetpack-sharing-button__button.style-icon-text{margin-inline-end:4px;padding-inline-end:11px}.style-icon .jetpack-sharing-button__service-label,.style-text .sharing-buttons-preview-button__custom-icon,.style-text .social-logo{display:none}.jetpack-sharing-button__list-item{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;list-style-type:none;padding:0}.jetpack-sharing-button__list-item:first-child .jetpack-sharing-button__button{margin-inline-start:0}.style-icon-text .jetpack-sharing-button__service-label{margin-inline-start:5px}.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}.jetpack-ai-generate-excerpt-control .jetpack-ai-generate-excerpt-control__header{margin-top:8px}.jetpack-ai-generate-excerpt-control .jetpack-ai-generate-excerpt-control__header .components-base-control__field{align-items:center;display:flex;justify-content:space-between}.jetpack-ai-generate-excerpt-control .ai-assistant__tone-dropdown{margin-bottom:12px}.jetpack-ai-post-excerpt .components-textarea-control__input{margin-bottom:10px;width:100%}.jetpack-generated-excerpt__ai-container{margin-top:12px}.jetpack-generated-excerpt__ai-container .jetpack-ai-assistant__error{margin:0 0 12px}.jetpack-generated-excerpt__generate-buttons-container{display:flex;gap:12px;justify-content:end;justify-content:space-around;margin-bottom:10px}.jetpack-ai-post-excerpt .jetpack-upgrade-plan-banner__wrapper{flex-direction:column;margin:0 0 12px;padding:0 10px}.jetpack-ai-post-excerpt .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description{margin:10px 0 0}.wp-block-jetpack-blog-stats .jetpack-blog-stats__loading{opacity:.62}.wp-block-jetpack-blog-stats .components-placeholder__fieldset{display:block}.jetpack-blog-stats__delay-notice{font-size:12px}.wp-block-jetpack-top-posts{margin-bottom:1.5em}.wp-block-jetpack-top-posts img{width:100%}.wp-block-jetpack-top-posts span{display:block;word-wrap:break-word}.wp-block-jetpack-top-posts.is-list-layout .jetpack-top-posts-item{margin-bottom:1.5em}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper{align-items:flex-start;display:grid;gap:16px 12px;grid:auto/repeat(6,1fr)}@media only screen and (max-width:600px){.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper{display:block}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper .jetpack-top-posts-mock-thumbnail{display:none}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper .jetpack-top-posts-item{margin-bottom:1.5em}}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-mock-thumbnail{background-color:#f0f0f0;height:0;padding-bottom:75%;position:relative;width:100%}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-thumbnail{aspect-ratio:4/3;height:auto;max-width:100%;object-fit:cover}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-item{grid-column:span 2}.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="2"] .jetpack-top-posts-item,.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="4"] .jetpack-top-posts-item,.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="5"] .jetpack-top-posts-item:nth-child(5n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="5"] .jetpack-top-posts-item:nth-child(5n-1),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(5n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(5n-1),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(7n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(7n-1){grid-column:span 3}.wp-block-jetpack-top-posts .components-placeholder__fieldset{display:block}.jetpack-top-posts__error{margin:0}:where(body){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;min-height:100%;padding:0}.jp-wrap{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.jp-row{display:grid;grid-gap:24px;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.jp-row{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.jp-row{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.sm-col-span-1{grid-column-end:span 1}.sm-col-span-2{grid-column-end:span 2}.sm-col-span-3{grid-column-end:span 3}.sm-col-span-4{grid-column-end:span 4}@media(min-width:600px){.md-col-span-1{grid-column-end:span 1}.md-col-span-2{grid-column-end:span 2}.md-col-span-3{grid-column-end:span 3}.md-col-span-4{grid-column-end:span 4}.md-col-span-5{grid-column-end:span 5}.md-col-span-6{grid-column-end:span 6}.md-col-span-7{grid-column-end:span 7}.md-col-span-8{grid-column-end:span 8}}@media(min-width:960px){.lg-col-span-1{grid-column-end:span 1}.lg-col-span-2{grid-column-end:span 2}.lg-col-span-3{grid-column-end:span 3}.lg-col-span-4{grid-column-end:span 4}.lg-col-span-5{grid-column-end:span 5}.lg-col-span-6{grid-column-end:span 6}.lg-col-span-7{grid-column-end:span 7}.lg-col-span-8{grid-column-end:span 8}.lg-col-span-9{grid-column-end:span 9}.lg-col-span-10{grid-column-end:span 10}.lg-col-span-11{grid-column-end:span 11}.lg-col-span-12{grid-column-end:span 12}}@media(max-width:960px){.md-col-span-0{display:none}}@media(max-width:600px){.sm-col-span-0{display:none}}.jp-cut{border:2px solid #069e08;border-radius:4px;margin:32px 0;padding:16px 24px 16px 64px;position:relative;text-decoration:none}.jp-cut,.jp-cut span{display:block}.jp-cut span:last-of-type{font-weight:600}.jp-cut:focus span:last-of-type,.jp-cut:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:2px}.jp-cut:focus:after,.jp-cut:hover:after{transform:translateY(-50%) translateX(-8px)}.jp-cut:after{color:#069e08;content:"→";font-size:24px;font-weight:600;left:24px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.jetpack-ai-voice-to-content__modal .components-modal__header{border-bottom:1px solid #dcdcde;padding:20px 24px}.jetpack-ai-voice-to-content__modal .components-modal__content{padding:24px 32px}@media(min-width:700px){.jetpack-ai-voice-to-content__modal{width:700px}}.jetpack-ai-voice-to-content__wrapper{display:flex;flex-direction:column;gap:28px}.jetpack-ai-voice-to-content__body{display:flex;flex-direction:column;gap:16px}.jetpack-ai-voice-to-content__action-buttons{display:flex;gap:8px}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary{background-color:#008710;color:#fff}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):hover{background-color:#007117}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):active{background-color:#005b18}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary{box-shadow:inset 0 0 0 1px #008710;color:#008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):focus{box-shadow:0 0 0 2px #008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):hover{box-shadow:inset 0 0 0 1px #007117}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):active{box-shadow:none}.jetpack-ai-voice-to-content__description{font-size:var(--font-body-small)}.jetpack-ai-voice-to-content__contextual-row{align-items:center;display:flex;height:38px}.jetpack-ai-voice-to-content__information{color:#787c82}.jetpack-ai-voice-to-content__audio{align-items:center;display:flex;gap:4px}.jetpack-ai-voice-to-content__audio--duration{font-weight:700}.jetpack-ai-voice-to-content__footer{display:flex}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button{align-items:center;color:#008710;display:flex;font-size:var(--font-body-extra-small);gap:4px}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #008710}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button .icon{color:#a7aaad}.jetpack-ai-voice-to-content__information--error{color:var(--jp-red-40)}.jetpack-ai-voice-to-content__oscilloscope{height:38px;width:70px}.wp-block-jetpack-ai-image .wp-block-ai-image-image{cursor:pointer;height:128px;width:128px}.wp-block-ai-generate-suggestion{padding:0}.wp-block-ai-generate-suggestion .components-text-control__input{margin:10px;width:80%}.wp-block-ai-generate-suggestion .components-button.is-primary{margin:10px}.wp-block-jetpack-google-docs-embed{border:1px solid #ccc;flex-basis:50%}.wp-block-jetpack-google-docs-embed.aligncenter{margin-left:auto;margin-right:auto}.wp-block-jetpack-google-docs-embed.alignleft,.wp-block-jetpack-google-docs-embed.alignright{margin-bottom:20px;max-width:600px}@media only screen and (min-width:600px){.wp-block-jetpack-google-docs-embed.alignleft{float:right;margin-left:20px!important}.wp-block-jetpack-google-docs-embed.alignright{float:left;margin-right:20px!important}}.wp-block-jetpack-google-docs-embed.ar-50 .wp-block-jetpack-google-docs-embed__wrapper:before{padding-top:50%}.wp-block-jetpack-google-docs-embed.ar-100 .wp-block-jetpack-google-docs-embed__wrapper:before{padding-top:100%}.wp-block-jetpack-google-docs-embed__wrapper--error:before{content:none}.wp-block-jetpack-google-docs-embed__error-msg{background-color:#f8f9fa;color:#333;font-size:16px;margin:0;padding:20px}.wp-block-jetpack-google-docs-embed__error-msg:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%231E2935' fill-rule='evenodd' d='M4.125 12A7.875 7.875 0 0 1 12 4.124a7.875 7.875 0 1 1-7.875 7.874ZM12 3a9 9 0 1 0 0 17.999A9 9 0 1 0 12 3m.041 5.28c.31 0 .563.253.563.563v4.5a.562.562 0 0 1-1.125 0v-4.5c0-.31.252-.562.562-.562Zm-.562 7.313c0-.31.252-.563.562-.563h.011a.562.562 0 0 1 0 1.125h-.01a.56.56 0 0 1-.563-.562' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:top;background-repeat:no-repeat;background-size:20px;content:"";display:inline-block;height:20px;margin-inline-end:8px;position:relative;top:4px;width:20px}.wp-block-jetpack-google-docs-embed__error-msg a{color:#333;text-decoration:underline}.wp-block-jetpack-google-docs-embed__error-msg a:focus,.wp-block-jetpack-google-docs-embed__error-msg a:hover{text-decoration:none}.wp-block-jetpack-google-docs-embed .loader{background-color:#fff;display:none;height:100%;position:absolute;text-align:center;top:0;width:100%;z-index:99}.wp-block-jetpack-google-docs-embed .loader.is-active{display:block}.wp-block-jetpack-google-docs-embed .loader span{position:relative;top:50%;transform:translateY(-50%)}.editor-styles-wrapper .wp-block-jetpack-google-docs-embed figure{margin:0}.editor-styles-wrapper [data-align=left] .wp-block-jetpack-google-docs-embed,.editor-styles-wrapper [data-align=right] .wp-block-jetpack-google-docs-embed{width:auto}.editor-styles-wrapper [data-align=left] .wp-block-jetpack-google-docs-embed__wrapper:before,.editor-styles-wrapper [data-align=right] .wp-block-jetpack-google-docs-embed__wrapper:before{content:none}.editor-styles-wrapper [data-align=left] iframe,.editor-styles-wrapper [data-align=right] iframe{position:relative}.editor-styles-wrapper [data-align=left] .wp-block-jetpack-google-docs-embed{margin-left:20px}.editor-styles-wrapper [data-align=right] .wp-block-jetpack-google-docs-embed{margin-right:20px}html[amp] .wp-block-jetpack-google-docs-embed.alignleft,html[amp] .wp-block-jetpack-google-docs-embed.alignright{float:none}html[amp] .wp-block-jetpack-google-docs-embed__wrapper:before{content:none}html[amp] .wp-block-jetpack-google-docs-embed__error-msg:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%231E2935' d='M1.5 3.5v11h11V10H14v5a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h5v1.5z'/%3E%3Cpath fill='%231E2935' d='m15.922 1.178-8.907 8.907-1.06-1.06L14.86.118l1.06 1.06Z'/%3E%3Cpath fill='%231E2935' d='M7.5 0H16v1.5H7.5z'/%3E%3Cpath fill='%231E2935' d='M16 0v8.5h-1.5V0z'/%3E%3C/svg%3E");background-size:12px;height:12px;top:1px;width:12px}html[amp] .wp-block-jetpack-google-docs-embed .loader{display:none}.wp-block-jetpack-google-docs-embed{clear:both;margin:0 0 1.5em}.wp-block-jetpack-google-docs-embed__wrapper{position:relative}.wp-block-jetpack-google-docs-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-block-jetpack-google-docs-embed__interactive-overlay{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.wp-block-jetpack-google-docs-embed-embed-form-editor{margin:0}.wp-block-jetpack-google-docs-embed-embed-form-editor textarea{flex:1;font-family:inherit;font-size:inherit;height:36px;margin-inline-end:1px;padding-top:9px}.wp-block-jetpack-google-docs-embed iframe{bottom:0;height:100%;left:0;max-width:100%;position:absolute;right:0;top:0;width:100%}.wp-block-jetpack-google-docs-embed.alignleft,.wp-block-jetpack-google-docs-embed.alignright,.wp-block[data-align=left]>.wp-block-jetpack-google-docs-embed,.wp-block[data-align=right]>.wp-block-jetpack-google-docs-embed{max-width:360px;width:100%}.wp-block-jetpack-google-docs-embed.alignleft__wrapper,.wp-block-jetpack-google-docs-embed.alignright__wrapper,.wp-block[data-align=left]>.wp-block-jetpack-google-docs-embed__wrapper,.wp-block[data-align=right]>.wp-block-jetpack-google-docs-embed__wrapper{min-width:280px}.launchpad__save-modal .components-modal__content{margin:0;max-width:656px;padding:60px 48px 48px}.launchpad__save-modal-body{align-items:flex-end;display:flex;flex-direction:column;gap:32px}.launchpad__save-modal-text{display:flex;flex-direction:column;gap:8px}.launchpad__save-modal-controls{display:flex;justify-content:space-between;width:100%}.launchpad__save-modal-buttons{display:flex;gap:16px}.launchpad__save-modal-heading{color:#101517;font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-size:32px;font-weight:400;letter-spacing:.2px;line-height:40px;margin:0}.launchpad__save-modal-message{color:#2c3338;font-size:16px;line-height:24px;margin:0}[data-title="Recipe Details"].aligncenter,[data-title="Recipe Details"].alignleft,[data-title="Recipe Details"].alignright{float:none}[data-title="Recipe Details"].alignright .wp-recipe-block-details{justify-content:right}[data-title="Recipe Details"].aligncenter .wp-recipe-block-details{justify-content:center}.wp-block-jetpack-recipe-details{display:block}.wp-block-jetpack-recipe-details .wp-recipe-block-details{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(100px,150px))}.wp-block-jetpack-recipe-details .wp-recipe-block-details.alignright{justify-content:right}.wp-block-jetpack-recipe-details .wp-recipe-block-details.aligncenter{justify-content:center}.wp-block-jetpack-recipe-details .components-unit-control .components-input-control__container{max-height:30px}.wp-block-jetpack-recipe-details .components-unit-control .components-input-control__container .components-unit-control__select{width:40px}.wp-block-jetpack-recipe-ingredients-list .block-list-appender{position:relative}.wp-block-jetpack-recipe-steps .block-list-appender{margin-top:1rem;position:relative} \ No newline at end of file +.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive>*{pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive:after{content:none}.jetpack-editor-panel-logo{margin-right:.5em}.jetpack-gutenberg-social-icon{fill:#757575}.jetpack-gutenberg-social-icon.is-facebook{fill:#0866ff}.jetpack-gutenberg-social-icon.is-twitter{fill:#55acee}.jetpack-gutenberg-social-icon.is-linkedin{fill:#0976b4}.jetpack-gutenberg-social-icon.is-tumblr{fill:#35465c}.jetpack-gutenberg-social-icon.is-google{fill:var(--color-gplus)}.jetpack-ai-status-indicator__icon-wrapper{align-self:baseline;opacity:0;transition:opacity .25s ease-in-out,width .25s;width:0}.jetpack-ai-status-indicator__icon-wrapper>svg{height:24px;margin:6px 0 0;width:24px}.jetpack-ai-status-indicator__icon-wrapper.is-requesting,.jetpack-ai-status-indicator__icon-wrapper.is-suggesting{opacity:1;width:24px}.jetpack-components-ai-control__container-wrapper{bottom:16px;position:sticky}.jetpack-components-ai-control__container{background-color:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 12px 15px 0 #0000001f,0 3px 9px 0 #0000001f,0 1px 3px 0 #00000026;color:#2c3338;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.jetpack-components-ai-control__wrapper{align-items:flex-end;border-radius:6px 6px 0 0;box-sizing:border-box;display:flex;gap:6px;padding:8px 12px 8px 8px}.jetpack-components-ai-control__wrapper.is-transparent{opacity:.4}.jetpack-components-ai-control__input-wrapper{align-items:center;align-self:center;display:flex;flex-grow:1;min-height:36px}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input{background-color:#fff;border:none;border-radius:2px;box-shadow:none;color:#2c3338;font-size:16px;font-weight:400;line-height:20px;min-height:20px;padding:6px 8px;resize:none!important;transition:box-shadow .1s linear 0s;width:100%}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input:focus{box-shadow:none;color:#2c3338}@media(min-width:600px){.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input{font-size:13px}}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input::-moz-placeholder{opacity:.75;text-overflow:ellipsis;white-space:nowrap}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input::placeholder{opacity:.75;text-overflow:ellipsis;white-space:nowrap}.jetpack-components-ai-control__controls-prompt_button_wrapper{align-items:center;display:flex;gap:8px}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button.is-small:not(.has-label){padding:0}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button-group .components-button{box-shadow:none;padding:6px 8px}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button-group{display:flex}.jetpack-components-ai-control__controls-prompt_button:disabled{cursor:not-allowed;opacity:.6}.jetpack-ai-assistant__message{align-items:center;align-self:center;border-radius:4px;display:flex;font-size:12px;line-height:28px;min-height:28px;padding:0 12px}.jetpack-ai-assistant__message>svg{fill:#787c82;flex-shrink:0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content{align-items:center;display:flex;flex-grow:2;gap:4px;line-height:1.4em;margin:0 8px}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content span{padding:5px 0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-external-link{color:#646970}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-button.is-link{padding:0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-button.is-link,.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-external-link{flex-shrink:0}.jetpack-ai-assistant__message-severity-info{background-color:#f6f7f7;color:#646970}.jetpack-ai-assistant__message-severity-warning{background-color:#fef8ee;color:#101517}.jetpack-ai-assistant__message-severity-error{background-color:#f7ebec;color:#101517}.jetpack-ai-assistant__message-severity-error>svg{fill:#e65054}.jetpack-ai-assistant__message-severity-success{background-color:#d0e6b8;color:#101517}.jetpack-ai-assistant__message-severity-success>svg{fill:#2fb41f}.jetpack-ai-assistant__message-sidebar{display:flex;height:unset;padding:0}.jetpack-ai-assistant__message-sidebar>svg{fill:#646970}.jetpack-ai-logo-generator-modal__loading-wrapper{align-items:center;display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:center}.jetpack-ai-logo-generator-modal__loader{margin-bottom:29px}.jetpack-ai-logo-generator__carousel{display:flex;flex-shrink:0;gap:8px;overflow-x:auto}.jetpack-ai-logo-generator__carousel .components-button{height:unset;padding:unset}@media(min-width:700px){.jetpack-ai-logo-generator__carousel{padding:2px}}.jetpack-ai-logo-generator__carousel-logo{align-items:center;border:1px solid #dcdcde;border-radius:2px;display:flex;flex-shrink:0;justify-content:center}.jetpack-ai-logo-generator__carousel-logo.is-selected{border-color:#0675c4;border-width:1.5px}.jetpack-ai-logo-generator__carousel-logo img{height:48px;width:48px}.jetpack-ai-logo-generator-icon path{fill:#0675c4}.jetpack-ai-logo-generator-modal-presenter__wrapper{display:flex;flex-direction:column;gap:8px}.jetpack-ai-logo-generator-modal-presenter{display:flex}.jetpack-ai-logo-generator-modal-presenter__content{align-items:center;background:#f6f7f7;border-radius:4px;display:flex;flex-grow:1;max-height:229px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__content{flex-direction:column;max-height:unset}}.jetpack-ai-logo-generator-modal-presenter__rectangle{position:relative;width:0}.jetpack-ai-logo-generator-modal-presenter__rectangle:after{background-color:#f6f7f7;content:"";height:15px;position:absolute;right:-66px;top:-7.5px;transform:rotate(45deg);width:15px}.jetpack-ai-logo-generator-modal-presenter__loading-text{flex-grow:1;text-align:center}.jetpack-ai-logo-generator-modal-presenter__logo{height:198px;margin:16px 16px 16px 30px;width:198px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__logo{margin:16px}}.jetpack-ai-logo-generator-modal-presenter__action-wrapper{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;height:100%;margin-left:32px;padding:16px 0}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__action-wrapper{margin-right:32px}}.jetpack-ai-logo-generator-modal-presenter__description{color:#646970;flex-grow:1;overflow-y:auto;padding-top:16px}.jetpack-ai-logo-generator-modal-presenter__actions{border-top:1px solid #dcdcde;display:flex;gap:24px;margin-top:16px;padding-top:16px}.jetpack-ai-logo-generator-modal-presenter__action{align-items:center;display:flex}.jetpack-ai-logo-generator-modal-presenter__action.components-button,.jetpack-ai-logo-generator-modal-presenter__action.components-button:active,.jetpack-ai-logo-generator-modal-presenter__action.components-button:hover{color:#0675c4}.jetpack-ai-logo-generator-modal-presenter__action .action-text{font-size:var(--font-body-extra-small)}.jetpack-ai-logo-generator-modal-presenter__action .jetpack-ai-logo-generator-icon{margin-left:8px}.jetpack-ai-logo-generator-modal-presenter__success-wrapper{align-items:center;display:flex;flex-direction:column;gap:16px;width:100%}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__success-wrapper{padding-bottom:16px}}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{font-size:var(--font-body-small);padding:8px 16px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__banner-description{color:#fff;line-height:21px;word-wrap:break-word;vertical-align:middle}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__icon{height:24px;margin-left:8px;position:relative;vertical-align:middle;width:24px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__icon path{fill:#8c8f94}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{font-size:var(--font-body-extra-small);font-weight:600;height:auto;line-height:20px;padding:4px 8px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#fff;color:#000}.jetpack-ai-logo-generator__prompt{display:flex;flex-direction:column;font-size:var(--font-body-small);gap:8px}.jetpack-ai-logo-generator__prompt-header{align-items:flex-start;align-self:stretch;display:flex;justify-content:space-between}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-label{font-weight:500}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-actions{display:flex;font-size:var(--font-body-extra-small);line-height:20px}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-actions .jetpack-ai-logo-generator-icon{margin-left:4px}.jetpack-ai-logo-generator__prompt-query{align-items:flex-end;align-self:stretch;background:#fff;border:1px solid #c3c4c7;border-radius:8px;display:flex;gap:8px;justify-content:space-between;padding:8px 16px 8px 8px}@media(min-width:700px){.jetpack-ai-logo-generator__prompt-query{gap:48px}}.jetpack-ai-logo-generator__prompt-query .prompt-query__input{border:0;color:#101517;flex-grow:1;line-height:1.6;padding:6px 0;resize:none;vertical-align:initial;word-break:break-word}.jetpack-ai-logo-generator__prompt-query .prompt-query__input:active,.jetpack-ai-logo-generator__prompt-query .prompt-query__input:focus{outline:0}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[contentEditable=false]{color:#646970}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[data-placeholder]:empty:before{color:#646970;content:attr(data-placeholder)}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[data-placeholder]:empty:focus:before{content:""}.jetpack-ai-logo-generator__prompt-footer{display:flex;flex-direction:column;gap:8px}.jetpack-ai-logo-generator__prompt-requests{color:#646970;display:flex;font-size:var(--font-body-extra-small);line-height:21px}.jetpack-ai-logo-generator__prompt-requests .prompt-footer__icon{height:20px;width:20px}.jetpack-ai-logo-generator__prompt-requests .prompt-footer__icon path{fill:#a7aaad}.jetpack-ai-logo-generator__prompt-error{color:#d63638;font-size:var(--font-body-extra-small);line-height:21px}.jetpack-ai-logo-generator-modal-visit-site-banner{background:#f6f7f7;border-radius:4px;display:flex;gap:16px;padding:16px 20px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-visit-site-banner{flex-direction:column}}.jetpack-ai-logo-generator-modal-visit-site-banner__jetpack-logo{align-items:center;display:flex;justify-content:center}.jetpack-ai-logo-generator-modal-visit-site-banner__content{display:flex;flex-direction:column;font-size:14px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-visit-site-banner__content{gap:8px}}@media(min-width:960px){.jetpack-ai-logo-generator-modal{max-height:90%}}.jetpack-ai-logo-generator-modal .components-modal__header{border-bottom:1px solid #dcdcde;padding:20px 24px}.jetpack-ai-logo-generator-modal .components-modal__content{margin-bottom:30px;padding:32px 32px 2px}.jetpack-ai-logo-generator-modal .components-modal__content>div:not(.components-modal__header){height:100%}.jetpack-ai-logo-generator-modal .components-button:focus:not(:disabled):not(.is-primary){box-shadow:0 0 0 2px #0675c4}.jetpack-ai-logo-generator-modal .components-button.is-link{color:#0675c4;text-decoration:none}.jetpack-ai-logo-generator-modal__body{display:flex;flex-direction:column;gap:16px;height:100%}@media(min-width:700px){.jetpack-ai-logo-generator-modal__body{min-height:409px;width:700px}.jetpack-ai-logo-generator-modal__body.notice-modal{min-height:unset;width:470px}}.jetpack-ai-logo-generator__footer{display:flex}.jetpack-ai-logo-generator__footer .jetpack-ai-logo-generator__feedback-button{align-items:center;display:flex;gap:4px;margin-top:8px}.jetpack-ai-logo-generator__footer .jetpack-ai-logo-generator__feedback-button .icon{color:#a7aaad}.jetpack-ai-logo-generator-modal__notice-message-wrapper{display:flex;flex-direction:column;gap:24px}.jetpack-ai-logo-generator-modal__notice-message{font-size:var(--font-body-small)}.jetpack-ai-logo-generator-modal__notice-actions{display:flex;gap:12px;justify-content:flex-end}.jetpack-ai-logo-generator__accept{display:flex;flex-direction:column;gap:64px}.jetpack-ai-logo-generator__accept-actions{display:flex;gap:22px;justify-content:flex-end}.ai-assistant-featured-image__content{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:32px}.ai-assistant-featured-image__actions,.ai-assistant-featured-image__user-prompt{display:flex;justify-content:center;width:100%}.ai-assistant-featured-image__user-prompt{flex-direction:row}.ai-assistant-featured-image__user-prompt-textarea{display:flex;justify-content:center;width:100%}.ai-assistant-featured-image__user-prompt-textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.ai-assistant-featured-image__user-prompt-textarea textarea:disabled{opacity:.5}.ai-assistant-featured-image__actions-left{display:flex;justify-content:flex-start;width:50%}.ai-assistant-featured-image__actions-right{display:flex;justify-content:flex-end;width:50%}.ai-assistant-featured-image__action-buttons{display:flex;gap:12px;justify-content:center}.ai-assistant-featured-image__image-canvas{margin-top:24px;width:100%}.ai-assistant-featured-image__image-canvas>.jetpack-ai-upgrade-banner{margin-bottom:8px}.ai-assistant-featured-image__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:8px 32px}.ai-assistant-featured-image__footer__feedback-button{display:inline-block}.ai-assistant-featured-image__footer__feedback-button a{text-decoration:none}.ai-assistant-featured-image__footer .icon{color:#a7aaad;height:20px;margin-right:4px;width:20px}.ai-image-modal__content{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:32px}.ai-image-modal__content .jetpack-ai-fair-usage-notice{width:100%}.ai-image-modal__actions,.ai-image-modal__user-prompt{display:flex;justify-content:center;width:100%}.ai-image-modal__user-prompt{flex-direction:row}.ai-image-modal__user-prompt-textarea{display:flex;justify-content:center;width:100%}.ai-image-modal__user-prompt-textarea div{display:flex;width:100%}.ai-image-modal__user-prompt-textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.ai-image-modal__user-prompt-textarea textarea:disabled{opacity:.5}.ai-image-modal__actions-left{display:flex;justify-content:flex-start;width:50%}.ai-image-modal__actions-right{display:flex;justify-content:flex-end;width:50%}.ai-image-modal__action-buttons{display:flex;gap:12px;justify-content:center}.ai-image-modal__image-canvas{margin-top:24px;width:100%}.ai-image-modal__image-canvas>.jetpack-ai-upgrade-banner{margin-bottom:8px}.ai-image-modal__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:8px 32px}.ai-image-modal__footer__feedback-button{display:inline-block}.ai-image-modal__footer__feedback-button a{text-decoration:none}.ai-image-modal__footer .icon{color:#a7aaad;height:20px;margin-right:4px;width:20px}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-bottom:0}.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper{max-width:580px}.jetpack-upgrade-plan-banner__wrapper{column-gap:32px}.jetpack-upgrade-plan-banner.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background:#fff;color:#000}.jetpack-ai-fair-usage-notice-muted-variant{color:#757575;font-size:13px;font-weight:400;line-height:1.4;margin:0;text-wrap:pretty}.jetpack-ai-fair-usage-notice-muted-variant a{color:#757575}.jetpack-ai-fair-usage-notice,.jetpack-ai-fair-usage-notice a{color:#1e1e1e}@media(min-width:960px){.ai-assistant-modal{max-height:95%}}.ai-assistant-modal__content{display:flex;flex-direction:column}@media screen and (min-width:960px){.ai-assistant-modal__content{width:100vw}}.ai-assistant-modal__header{display:flex;justify-content:space-between;margin-left:-32px;margin-right:-32px;margin-top:-32px;padding:8px 12px}.ai-assistant-modal__divider{background:#dcdcde;height:1px;margin:0 -32px}.ai-assistant-modal__title-wrapper{align-items:center;display:flex;gap:16px}.ai-assistant-modal__title-wrapper>svg{color:#008710;margin:0}.ai-assistant-modal__title{font-size:14px;line-height:24px;margin:0}.ai-assistant-image__blank{height:auto;position:relative}.ai-assistant-image__blank,.ai-assistant-image__blank-content{align-items:center;display:flex;justify-content:center;width:100%}.ai-assistant-image__blank-content{height:100%;position:absolute}.ai-assistant-image__blank-content.is-dotted{border:1px dotted}.ai-assistant-image__loading{flex-direction:column;gap:8px}.ai-assistant-image__error{align-items:center;display:flex;flex-direction:column;justify-content:center}.ai-assistant-image__error-message{color:red;font-size:10px}.ai-assistant-image__carrousel{flex-direction:column;width:100%}.ai-assistant-image__carrousel-images{align-items:center;display:flex;overflow:hidden;position:relative}.ai-assistant-image__carrousel-images .ai-carrousel__prev{right:0}.ai-assistant-image__carrousel-images .ai-carrousel__next{left:0}.ai-assistant-image__carrousel-images .ai-carrousel__next,.ai-assistant-image__carrousel-images .ai-carrousel__prev{align-items:center;background:#0000;border:none;bottom:0;cursor:pointer;display:flex;height:100%;justify-content:center;opacity:0;position:absolute;top:0;transition:opacity .3s;width:60px;z-index:1}.ai-assistant-image__carrousel-images .ai-carrousel__next:hover,.ai-assistant-image__carrousel-images .ai-carrousel__prev:hover{background-color:#0000004d;opacity:1}.ai-assistant-image__carrousel-images .ai-carrousel__next-icon,.ai-assistant-image__carrousel-images .ai-carrousel__prev-icon{fill:#fff}.ai-assistant-image__carrousel-images .ai-carrousel__next-icon.is-disabled,.ai-assistant-image__carrousel-images .ai-carrousel__prev-icon.is-disabled{fill:gray}.ai-assistant-image__carrousel-footer{display:flex;justify-content:space-between;margin-top:8px}.ai-assistant-image__carrousel-counter{align-items:center;display:flex;font-size:13px;justify-content:flex-start;padding:6px 0}.ai-assistant-image__carrousel-counter .ai-carrousel__next,.ai-assistant-image__carrousel-counter .ai-carrousel__prev{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;justify-content:center;padding:0}.ai-assistant-image__carrousel-counter .ai-carrousel__next-icon.is-disabled,.ai-assistant-image__carrousel-counter .ai-carrousel__prev-icon.is-disabled{fill:gray}.ai-assistant-image__carrousel-image{height:auto;width:100%}.ai-assistant-image__carrousel-image-container{display:flex;height:auto;position:absolute;right:8px;transform:translateX(-100%);transition:transform .5s;width:100%}.ai-assistant-image__carrousel-image-container.is-prev{right:-8px;transform:translateX(100%)}.ai-assistant-image__carrousel-image-container.is-current{position:static;transform:translateX(0)}.ai-assistant-featured-image__usage-counter{color:#646970;display:flex;flex-direction:column;font-size:12px}.ai-assistant-featured-image__usage-counter>span{align-items:center;display:flex;gap:8px;justify-content:space-between}.ai-assistant-featured-image__usage-counter-no-limit{color:red}@keyframes jetpack-external-media-loading-fade{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.jetpack-external-media-browser--visually-hidden{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.modal-open .jetpack-external-media-button-menu__options{display:none}.jetpack-external-media-browser .is-error{margin-bottom:1em;margin-left:0;margin-right:0}.jetpack-external-media-browser .components-placeholder{background-color:#0000}.jetpack-external-media-browser .components-modal__content{overflow:auto;padding-bottom:0;width:100%}@media(min-width:600px){.jetpack-external-media-browser .components-modal__content{height:90vh;width:90vw}}.jetpack-external-media-browser.is-jetpack-app-media{max-width:733px}@media(min-width:600px){.jetpack-external-media-browser.is-jetpack-app-media .components-modal__content{height:90vh;max-width:733px;width:90vw}}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-app-icon{width:69px}.jetpack-external-media-browser.is-jetpack-app-media .components-notice-list{position:relative;z-index:1}.jetpack-external-media-browser.is-jetpack-app-media .components-modal__header{border-bottom:0}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-wrapper__jetpack_app_media-instructions{bottom:-104px;left:-56px;position:relative}.jetpack-external-media-browser.is-jetpack-app-media .components-modal__content{margin-top:0;padding:40px 56px}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__item{animation:animate-drop .3s ease;opacity:1}@media only screen and (min-width:600px){.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__item{padding-top:96px;width:112px}}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser .jetpack-external-media-browser__media__item img{height:80px;width:80px}@keyframes animate-drop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.jetpack-external-media-wrapper__jetpack_app_media-title{color:var(--jp-gray-100);font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-size:24px;font-weight:400;letter-spacing:-.32px;line-height:1.67;margin:0 0 14px}.jetpack-external-media-wrapper__jetpack_app_media-description{color:var(--jp-gray-60);font-size:14px;font-weight:400;line-height:1.43;margin:0;text-align:right}.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-description,.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-title{max-width:100%}@media only screen and (min-width:600px){.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-description,.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-title{max-width:calc(100% - 300px)}}.jetpack-external-media-wrapper__jetpack_app_media-qr-code canvas{height:100px;margin-top:24px;width:100px}.jetpack-external-media-wrapper__jetpack_app_media-instructions img{bottom:0;display:none;left:56px;position:absolute}@media only screen and (min-width:600px){.jetpack-external-media-wrapper__jetpack_app_media-instructions img{display:inline}}.jetpack-external-media-browser__jetpack_app_media_browser{margin:0 -20px}.jetpack-external-media-browser__jetpack_app_media_browser .jetpack-external-media-browser__media{margin:6px 0 -15px}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__toolbar{background-color:#0000;padding:0}.jetpack-external-media-wrapper__jetpack_app_media-qr-code-wrapper{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:space-between}.jetpack-external-media-wrapper__jetpack_app_media .jetpack-external-media-browser__empty{display:none}.jetpack-external-media-browser--is-copying{pointer-events:none}.jetpack-external-media-browser{align-items:flex-start;background:#fff;display:flex;flex-direction:column}.jetpack-external-media-browser .jetpack-external-media-browser__media{width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__item{background:#0000;border:0;display:inline-flex;height:0;padding-top:50%;position:relative;width:50%}.jetpack-external-media-browser .jetpack-external-media-browser__media__item img{display:block;height:calc(100% - 16px);object-fit:contain;position:absolute;right:8px;top:8px;width:calc(100% - 16px)}.jetpack-external-media-browser .jetpack-external-media-browser__media__item.is-transient img{opacity:.3}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;right:0;text-align:center;top:0;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator .components-spinner{margin-bottom:8px}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator__label{font-size:12px}.jetpack-external-media-browser .jetpack-external-media-browser__media__folder{align-content:flex-start;align-items:center;display:flex;flex-wrap:wrap;float:right;justify-content:space-between;margin-bottom:36px}.jetpack-external-media-browser .jetpack-external-media-browser__media__info{display:flex;font-size:12px;font-weight:700;justify-content:space-between;padding:3px;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__count{background-color:#dcdcde;border-radius:8px;margin-bottom:auto;padding:3px 4px}.jetpack-external-media-browser .jetpack-external-media-browser__media__item{border:8px solid #0000}.jetpack-external-media-browser .jetpack-external-media-browser__media__item:focus{border-radius:10px;box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color);outline:none}.jetpack-external-media-browser .jetpack-external-media-browser__media__item__selected{border-radius:10px;box-shadow:inset 0 0 0 6px var(--wp-admin-theme-color)}.jetpack-external-media-browser .jetpack-external-media-browser__media__item__selected:focus{box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color),inset 0 0 0 3px #fff,inset 0 0 0 6px var(--wp-admin-theme-color)}.jetpack-external-media-browser .jetpack-external-media-browser__media__placeholder{animation:jetpack-external-media-loading-fade 1.6s ease-in-out infinite;background-color:#ccc;border:0;height:100px;margin:16px;width:100px}.jetpack-external-media-browser .jetpack-external-media-browser__media__toolbar{background:#fff;bottom:0;display:flex;justify-content:flex-end;padding:20px 0;position:fixed;position:sticky;right:0;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__loadmore{clear:both;display:block;margin:24px auto 48px}@media only screen and (min-width:600px){.jetpack-external-media-browser .jetpack-external-media-browser__media__item{padding-top:20%;width:20%}}.jetpack-external-media-header__view{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:48px}@media only screen and (min-width:600px){.jetpack-external-media-header__view{align-items:center;flex-direction:row}}.jetpack-external-media-header__view select{max-width:200px!important}.jetpack-external-media-header__view .components-base-control__field{display:flex;flex-direction:column}.jetpack-external-media-header__filter label,.jetpack-external-media-header__view label{margin-left:10px}.jetpack-external-media-header__filter .components-base-control,.jetpack-external-media-header__view .components-base-control{margin-bottom:0;padding-left:8px}.jetpack-external-media-header__filter{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;justify-content:flex-start}@media only screen and (min-width:600px){.jetpack-external-media-header__filter{border-right:1px solid #ccc;margin-right:16px;padding-right:16px}}.jetpack-external-media-header__filter .jetpack-external-media-date-filter{display:flex;flex-wrap:wrap}.jetpack-external-media-header__filter .jetpack-external-media-date-filter button{height:40px;margin-top:27px}@media only screen and (min-width:783px){.jetpack-external-media-header__filter .jetpack-external-media-date-filter button{height:30px}}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__label{margin-bottom:3px}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__backdrop{border-color:#e0e0e0;border-radius:3px}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__input{height:40px;width:70px}@media only screen and (min-width:783px){.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__input{height:30px}}.jetpack-external-media-header__account{display:flex;flex-direction:column}.jetpack-external-media-header__account .jetpack-external-media-header__account-info{display:flex;margin-bottom:8px}.jetpack-external-media-header__account .jetpack-external-media-header__account-image{margin-left:8px}.jetpack-external-media-header__account .jetpack-external-media-header__account-name{height:18px;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jetpack-external-media-header__account .jetpack-external-media-browser__disconnect{height:40px;margin:1px 0 9px 1px}@media only screen and (min-width:783px){.jetpack-external-media-header__account .jetpack-external-media-browser__disconnect{height:30px}}.jetpack-external-media-header__openverse,.jetpack-external-media-header__pexels{display:flex;margin-bottom:48px}.jetpack-external-media-header__openverse .components-base-control,.jetpack-external-media-header__pexels .components-base-control{flex:1;margin-left:12px}.jetpack-external-media-header__openverse .components-base-control__field,.jetpack-external-media-header__pexels .components-base-control__field{margin-bottom:0}.jetpack-external-media-header__openverse .components-base-control__field,.jetpack-external-media-header__openverse .components-text-control__input,.jetpack-external-media-header__pexels .components-base-control__field,.jetpack-external-media-header__pexels .components-text-control__input{height:100%}.jetpack-external-media-placeholder__open-modal{align-items:center;display:flex;justify-content:center;left:0;margin-top:-48px;padding:0;position:absolute;z-index:1}.jetpack-external-media-placeholder__open-modal .components-button{background:none;margin:0;padding:12px}.jetpack-external-media-placeholder__open-modal .components-button:before{content:none}.jetpack-external-media-placeholder__open-modal .components-button svg{display:block;fill:currentColor}.jetpack-external-media-browsing>div.components-placeholder:not(.jetpack-external-media-replacedholder){display:none}.jetpack-external-media-browser__empty{padding-top:2em;text-align:center;width:100%}.jetpack-external-media-auth{margin:0 auto;max-width:340px;padding-bottom:80px;text-align:center}.jetpack-external-media-auth p{margin:2em 0}.jetpack-external-media-filters{display:flex;justify-content:space-between}.jetpack-external-media-button-menu__dropdown{width:100%}.jetpack-external-media-button-menu__dropdown .jetpack-external-media-button-menu{flex-direction:row;padding-left:12px;padding-right:12px;text-align:right;width:100%}.jetpack-external-media-button-menu__dropdown .jetpack-external-media-button-menu .jetpack-external-media-button-menu__label{flex-grow:2}.jetpack-external-media-button-wrapper{display:flex}.components-placeholder__fieldset .components-dropdown .jetpack-external-media-button-menu,.editor-post-featured-image .components-dropdown .jetpack-external-media-button-menu{margin-bottom:1em;width:auto}.components-placeholder__fieldset .components-dropdown .jetpack-external-media-button-menu>svg,.editor-post-featured-image .components-dropdown .jetpack-external-media-button-menu>svg{display:none}.editor-post-featured-image .components-dropdown{display:initial}.block-editor-inserter__media-panel .components-search-control input[type=search].components-search-control__input[placeholder~=Google],.block-editor-inserter__media-panel .components-search-control input[type=search].components-search-control__input[placeholder~=Google]+.components-search-control__icon{display:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{align-items:center;background:#000;border-radius:2px;box-shadow:inset 0 0 1px #fff;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;justify-content:space-between;padding:0 20px;text-transform:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-title{color:#fff;margin-bottom:10px;margin-left:10px;margin-top:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__title{margin-left:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{flex-shrink:0;height:28px;line-height:1;margin-bottom:10px;margin-right:auto;margin-top:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#e34c84;color:#fff;text-decoration:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background:#eb6594}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background-image:linear-gradient(45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-bottom:12px;margin-top:0}.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper{max-width:840px;width:100%}.jetpack-paid-block-symbol,.jetpack-upgrade-plan__hidden{display:none}.jetpack-enable-upgrade-nudge .block-editor-block-icon{position:relative}.jetpack-enable-upgrade-nudge .block-editor-block-icon>svg{overflow:visible}.jetpack-enable-upgrade-nudge svg.jetpack-paid-block-symbol{display:block;position:absolute;right:calc(100% - 1px);top:3px}.jetpack-enable-upgrade-nudge .components-placeholder__label .jetpack-paid-block-symbol{display:none}.wp-block-cover.is-placeholder{display:block}.paid-block-media-placeholder{width:100%}.wp-block-cover:not(.is-placeholder) .paid-block-media-placeholder{bottom:0;left:0;position:absolute;right:0;top:0}.block-editor-block-list__block.is-upgradable.is-selected.is-placeholder{background-color:#0000;padding-top:0}.block-editor-block-list__layout .block-editor-block-list__block.is-upgradable:focus:after{box-shadow:none}.interface-interface-skeleton__editor{max-width:100%}.is-beta-extension{box-shadow:0 0 3px #2fb41f;position:relative;transition:box-shadow .5s linear}.is-beta-extension.inset-shadow{box-shadow:inset 0 0 3px #2fb41f}.is-beta-extension:before{background-color:#2fb41f;border-radius:4px;color:#fff;content:"BETA";font-size:11px;font-weight:600;height:24px;left:3px;line-height:24px;opacity:1;padding:0 5px;position:absolute;top:3px;transition:visibility .5s,opacity .5s linear;visibility:visible;z-index:10000}.is-beta-extension:focus,.is-beta-extension:hover{box-shadow:none}.is-beta-extension:focus:before,.is-beta-extension:hover:before{opacity:0;visibility:hidden}.jetpack-ai-usage-panel{width:100%}.jetpack-ai-usage-panel p.muted{color:#646970}.jetpack-ai-usage-panel .jetpack-ai-usage-panel-upgrade-button{margin-top:1em}.jetpack-ai-usage-panel{--spacing-base:8px}.jetpack-ai-usage-panel .components-base-control{margin:0}.jetpack-ai-usage-panel .jetpack-ai-usage-panel-loading{background-color:#dcdcde;height:calc(var(--spacing-base)*11 + .5px)}.jetpack-ai-usage-panel .ai-assistant-usage-bar-wrapper{background-color:#dcdcde;border-radius:2px;height:4px;margin:0;overflow:hidden;width:100%}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage{background-color:#069e08;border-radius:2px;height:100%}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage.warning{background-color:#f2cf75}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage.danger{background-color:#d63639}.jetpack-ai-usage-panel .jetpack-ai-usage-panel__loading-placeholder{background-color:#c3c4c7;margin-top:var(--spacing-base)}.jetpack-ai-usage-panel__available-requests{font-size:16px;font-weight:600;margin-bottom:8px;margin-top:0}@keyframes R2i0K45dEF157drbVRPI{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.NisihrgiIKl_knpYJtfg{animation:R2i0K45dEF157drbVRPI 1.5s infinite;background-color:var(--jp-gray);height:100%;width:100%}.jetpack-ai-feedback-control .components-base-control:last-child{margin-bottom:0}.ai-assistant__i18n-dropdown{width:100%}.ai-assistant__i18n-dropdown .components-dropdown-menu__toggle{display:flex;gap:8px;width:100%}.ai-assistant__i18n-dropdown__toggle-label{flex-grow:2;text-align:right}.ai-assistant__tone-dropdown{width:100%}.ai-assistant__tone-dropdown .components-dropdown-menu__toggle{display:flex;gap:8px;width:100%}.ai-assistant__tone-dropdown__toggle-label{flex-grow:2;text-align:right;width:100}.block-editor-block-toolbar__slot{flex-shrink:0}.wp-block-ai-generate-suggestion{padding:0}.wp-block-ai-generate-suggestion .components-text-control__input{margin:10px;width:80%}.wp-block-ai-generate-suggestion .components-button.is-primary{margin:10px}.wp-block-jetpack-ai-assistant .jetpack-ai-assistant__content{opacity:1;transition:opacity .2s ease-in-out}.wp-block-jetpack-ai-assistant.is-waiting-response .jetpack-ai-assistant__content{opacity:.5}.jetpack-ai-assistant__error{color:var(--wp--preset--color--black);margin:0 0 8px}.jetpack-ai-assistant__accept{display:flex;justify-content:right;margin:12px}.jetpack-ai-assistant__content{overflow-x:auto}.jetpack-ai-assistant__content table{border-collapse:collapse;width:100%}.jetpack-ai-assistant__content thead{border-bottom:3px solid}.jetpack-ai-assistant__content tfoot{border-top:3px solid}.jetpack-ai-assistant__content td,.jetpack-ai-assistant__content th{border:1px solid;padding:.5em}.jetpack-ai-assistant__content .has-fixed-layout{table-layout:fixed;width:100%}.jetpack-ai-assistant__content .has-fixed-layout td,.jetpack-ai-assistant__content .has-fixed-layout th{word-break:break-word}.jetpack-ai-assistant__content.aligncenter,.jetpack-ai-assistant__content.alignleft,.jetpack-ai-assistant__content.alignright{display:table;width:auto}.jetpack-ai-assistant__content.aligncenter td,.jetpack-ai-assistant__content.aligncenter th,.jetpack-ai-assistant__content.alignleft td,.jetpack-ai-assistant__content.alignleft th,.jetpack-ai-assistant__content.alignright td,.jetpack-ai-assistant__content.alignright th{word-break:break-word}.jetpack-ai-assistant__content .has-border-color td,.jetpack-ai-assistant__content .has-border-color th,.jetpack-ai-assistant__content .has-border-color tr,.jetpack-ai-assistant__content .has-border-color>*{border-color:inherit}.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child,.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child td,.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child th,.jetpack-ai-assistant__content table[style*=border-top-color]>*,.jetpack-ai-assistant__content table[style*=border-top-color]>* td,.jetpack-ai-assistant__content table[style*=border-top-color]>* th{border-top-color:inherit}.jetpack-ai-assistant__content table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.jetpack-ai-assistant__content table[style*=border-right-color] td:last-child,.jetpack-ai-assistant__content table[style*=border-right-color] th,.jetpack-ai-assistant__content table[style*=border-right-color] tr,.jetpack-ai-assistant__content table[style*=border-right-color]>*{border-left-color:inherit}.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child,.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child td,.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child th,.jetpack-ai-assistant__content table[style*=border-bottom-color]>*,.jetpack-ai-assistant__content table[style*=border-bottom-color]>* td,.jetpack-ai-assistant__content table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.jetpack-ai-assistant__content table[style*=border-left-color] td:first-child,.jetpack-ai-assistant__content table[style*=border-left-color] th,.jetpack-ai-assistant__content table[style*=border-left-color] tr,.jetpack-ai-assistant__content table[style*=border-left-color]>*{border-right-color:inherit}.jetpack-ai-assistant__content table[style*=border-style] td,.jetpack-ai-assistant__content table[style*=border-style] th,.jetpack-ai-assistant__content table[style*=border-style] tr,.jetpack-ai-assistant__content table[style*=border-style]>*{border-style:inherit}.jetpack-ai-assistant__content table[style*=border-width] td,.jetpack-ai-assistant__content table[style*=border-width] th,.jetpack-ai-assistant__content table[style*=border-width] tr,.jetpack-ai-assistant__content table[style*=border-width]>*{border-style:inherit;border-width:inherit}.wp-block-ai-image-image{cursor:pointer;height:128px;width:128px}.jetpack-ai-assistant__templates-control svg{padding-left:4px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper{flex-wrap:nowrap}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-connect-banner__description,.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-connect-banner__description,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description{line-height:24px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background-color:#fff;color:#000;margin-bottom:8px;margin-top:8px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background-color:#f6f7f7}.jetpack-ai-assistant__custom-prompt{width:800px}.jetpack-ai-assistant__custom-prompt__footer{display:flex;gap:8px;justify-content:flex-end}.jetpack-contact-form{margin-top:16px}.jetpack-components-ai-control__container-wrapper.jetpack-ai-assistant-extension-ai-input{position:sticky;z-index:1}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path{animation:fadingSpark .3s ease-in-out infinite alternate}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path.spark-first{animation-delay:.2s}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path.spark-second{animation-delay:.6s}.jetpack-ai-assistant__info{margin:0 0 8px}@keyframes fadingSpark{to{opacity:.3}}.jetpack-ai-chat-copy-button-container{margin:1rem 0}.jetpack-ai-chat-copy-button-container button{background:none;border:none;color:var(--wp--preset--color--secondary);cursor:pointer;display:block;font-size:16px;padding:inherit;position:relative;transition:.3s}.jetpack-ai-chat-copy-button-container button:disabled{cursor:not-allowed;opacity:.5}.jetpack-ai-chat-copy-button-container button .copy-icon{margin-left:.5rem;vertical-align:middle}.jetpack-ai-chat-error-container{color:#dc3232;font-size:1rem;margin:1rem 0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input{flex:auto;flex-grow:4}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input .components-base-control__field{margin-bottom:0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-button{display:block;flex:auto;flex-grow:1;height:53px;margin-right:10px;text-wrap:nowrap;white-space:-moz-pre-space}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references{font-size:1rem;margin-top:12px}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references hr{margin:1rem 0}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input{flex:auto;flex-grow:4}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-submit{flex:auto;flex-grow:1;height:53px;margin-right:10px;text-wrap:nowrap}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a{border:none;border-radius:2px;cursor:pointer;margin-right:.5rem;padding:.5rem;transition:.3s}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a svg{width:20px;fill:var(--wp--preset--color--contrast);vertical-align:middle}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a:disabled{cursor:not-allowed;opacity:.5}.interface-more-menu-dropdown__content .components-button .jetpack-logo,.interface-pinned-items .components-button .jetpack-logo{height:20px;width:20px}.edit-post-more-menu__content .components-icon-button .jetpack-logo{margin-left:4px}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-triangle{stroke:none!important}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-circle{fill:#069e08!important}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-triangle{fill:#fff!important}.jetpack-ai-proofread{margin-bottom:24px}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=complex-words]{border-color:#f0b849}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=unconfident-words]{border-color:#09b585}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=long-sentences]{border-color:#7a00df}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=spelling-mistakes]{border-color:#d63638}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=complex-words]{background-color:#f0b849}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=unconfident-words]{background-color:#09b585}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=long-sentences]{background-color:#7a00df}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=spelling-mistakes]{background-color:#d63638}.jetpack-ai-proofread .components-checkbox-control__input:disabled{background-color:#ddd;border-color:#ddd}.jetpack-ai-proofread .components-toggle-control{color:#1e1e1e;margin-bottom:16px}.jetpack-ai-proofread__grade-label{color:#757575;margin-right:12px}.jetpack-ai-proofread__help-text{color:#757575;font-size:12px}.jetpack-ai-proofread .feature-checkboxes-container{display:flex;flex-direction:column;gap:12px}[class^=jetpack-ai-breve__has-proofread-highlight]{border-bottom:3px solid;transition:background-color;transition-duration:.3s}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=complex-words]{border-bottom-color:#f0b849}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=unconfident-words]{border-bottom-color:#09b585}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=long-sentences]{border-bottom-color:#7a00df}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=spelling-mistakes]{border-bottom-color:#d63638}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__is-loading{animation-duration:1s;animation-iteration-count:infinite;animation-name:jetpack-ai-breve-loading-pulse}@keyframes jetpack-ai-breve-loading-pulse{0%{opacity:1}50%{opacity:.3}to{opacity:1}}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=complex-words]{background-color:#f0b84933}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=unconfident-words]{background-color:#09b58533}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=long-sentences]{background-color:#7a00df33}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=spelling-mistakes]{background-color:#d6363833}.jetpack-ai-breve__highlight-popover{color:#000;cursor:default;font-size:13px;font-style:normal;font-weight:400;line-height:18px;width:auto}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content{align-items:center;display:flex;flex-direction:column}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content.jetpack-ai-breve__has-suggestions{align-items:flex-start}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content.jetpack-ai-breve__has-suggestions .jetpack-ai-breve__suggestions-container{max-height:168px;overflow-x:hidden;overflow-y:auto;padding:3px 0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container{display:flex;gap:32px;height:40px;justify-content:space-between;width:100%}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action,.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title{padding:8px 12px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title{align-items:center;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:flex-start;white-space:nowrap}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color{border-radius:50%;height:10px;width:10px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=complex-words]{background-color:#f0b849}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=unconfident-words]{background-color:#09b585}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=long-sentences]{background-color:#7a00df}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=spelling-mistakes]{background-color:#d63638}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action{align-items:center;display:flex;font-size:13px;gap:4px;justify-content:flex-end}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button{height:24px;padding-bottom:0;padding-left:0;padding-top:0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button path,.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button>svg{fill:#0277a8}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__loading{align-items:center;display:flex;height:24px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__loading svg{margin-top:0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container{border-top:1px solid #dcdcde;display:flex;flex-direction:column;width:100%}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .jetpack-ai-breve__spelling-suggestion+.jetpack-ai-breve__spelling-suggestion{border-top:1px solid #dcdcde}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .jetpack-ai-breve__spelling-suggestion.components-button.is-tertiary{padding:8px 12px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .components-button.is-tertiary{color:#000;height:unset;line-height:20px;min-height:36px;min-width:320px;padding-bottom:16px;padding-top:16px;text-align:unset;white-space:break-spaces}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper{align-items:center;background-color:#f6f7f7;border-radius:4px;color:#646970;display:flex;font-size:12px;gap:8px;justify-content:space-between;margin:4px;padding:4px 8px;white-space:nowrap;width:calc(100% - 8px)}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper .jetpack-ai-breve__helper-buttons-wrapper{display:flex;gap:16px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper .components-button{color:#646970;padding:0}.ai-assistant-post-feedback__suggestion{margin-bottom:-32px;padding:18px 0}.jetpack-ai-title-optimization__keywords{margin-bottom:16px;margin-top:32px}.jetpack-ai-title-optimization__keywords__textarea{display:flex;justify-content:center}.jetpack-ai-title-optimization__keywords__textarea div{width:100%}.jetpack-ai-title-optimization__keywords__textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.jetpack-ai-title-optimization__keywords__textarea textarea:disabled{opacity:.5}.jetpack-ai-title-optimization__keywords__button{display:flex;justify-content:flex-end;margin-top:8px}.jetpack-ai-title-optimization__options{margin-top:16px}.jetpack-ai-title-optimization__option{align-items:start;display:flex;gap:16px;justify-content:left;margin-bottom:16px}.jetpack-ai-title-optimization__option>input{margin-top:8px}@media screen and (max-width:600px){.jetpack-ai-title-optimization__option-input{min-width:10%}}.jetpack-ai-title-optimization__option-content{display:flex;flex-direction:column}.jetpack-ai-title-optimization__option-label{font-size:15px;font-weight:600;line-height:22px}.jetpack-ai-title-optimization__option-description{font-size:13px;font-weight:400;line-height:20px;padding-top:4px}.jetpack-ai-title-optimization__loading{align-items:center;display:flex;flex-direction:column;gap:16px;height:200px;justify-content:center;width:100%}.jetpack-ai-title-optimization__error,.jetpack-ai-title-optimization__intro{margin-top:16px}.jetpack-ai-title-optimization__cta{align-items:center;display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.jetpack-ai-title-optimization__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:20px 32px}.jetpack-ai-sidebar__feature-section{margin-bottom:2em}.jetpack-ai-sidebar__feature-section p,.jetpack-ai-sidebar__feature-section p>*{text-wrap:pretty}.jetpack-ai-feedback__label{display:flex;gap:16px}.jetpack-ai-feedback__label .components-toggle-control{margin-bottom:8px}.jetpack-ai__feedback-button .icon{color:#a7aaad;height:20px;margin-right:4px;width:20px}.jetpack-blogging-prompt{border:1px solid #ddd;border-radius:2px;box-sizing:border-box;padding:24px}.jetpack-blogging-prompt__label{background:no-repeat url(images/icon-cd4e9ecf53fadf95246d.svg);background-position:-5px;background-size:24px 24px;font-size:14px;margin-bottom:16px;padding-inline-start:22px}.jetpack-blogging-prompt__label.is-bloganuary-icon{background:no-repeat url(images/bloganuary-icon-20e07d1c81f21708f183.svg);background-position:0;padding-inline-start:26px}.jetpack-blogging-prompt__text{font-size:24px;margin-bottom:16px}.jetpack-blogging-prompt__answers-link{display:inline-block;margin-inline-start:10px;text-decoration:underline}.jetpack-blogging-prompt__answers{font-size:16px}.jetpack-blogging-prompt__answers-gravatar{border:2px solid #fff;border-radius:50%;height:24px;vertical-align:middle;width:24px}.jetpack-blogging-prompt__answers-gravatar:first-child{margin-inline-start:-2px}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:-15px}.jetpack-blogging-prompt__spinner{text-align:center}.jetpack-blogging-prompt.is-style-quote{border:none;border-inline-start:4px solid #2f2f2f;margin-bottom:16px;padding:0 24px}@media only email{.jetpack-blogging-prompt__label{background:none;padding-inline-start:0}.jetpack-blogging-prompt__answers,.jetpack-blogging-prompt__answers-gravatar{margin-bottom:0}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:0}}.wp-block-jetpack-business-hours{overflow:hidden}@media(min-width:480px){.wp-block-jetpack-business-hours dd,.wp-block-jetpack-business-hours dt{display:inline-block}}.wp-block-jetpack-business-hours dt{min-width:30%;vertical-align:top}.wp-block-jetpack-business-hours dd{margin:0}@media(min-width:480px){.wp-block-jetpack-business-hours dd{max-width:calc(70% - .5em)}}.wp-block-jetpack-business-hours .components-base-control__label,.wp-block-jetpack-business-hours .components-toggle-control__label{font-size:13px}.wp-block-jetpack-business-hours .components-base-control__field{margin-bottom:0}.wp-block-jetpack-business-hours .jetpack-business-hours__item{margin-bottom:.5em}.wp-block-jetpack-business-hours .business-hours__row{display:flex;line-height:normal;margin-bottom:4px}.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add,.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__closed{margin-bottom:20px}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day{align-items:flex-start;display:flex;width:44%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day .business-hours__day-name{font-weight:700;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;width:60%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day .components-form-toggle{margin-left:4px;margin-top:4px}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{align-items:center;display:flex;flex-wrap:wrap;margin:0;width:44%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-button{padding:0}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control{display:inline-block;margin-bottom:0;width:48%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control.business-hours__open{margin-left:4%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control .components-base-control__label{margin-bottom:0}.wp-block-jetpack-business-hours .business-hours__remove{align-self:flex-end;margin-bottom:8px;text-align:center;width:10%}.wp-block-jetpack-business-hours .business-hours-row__add button:hover{box-shadow:none!important}.wp-block-jetpack-business-hours .business-hours__remove button{display:block;margin:0 auto}.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:active,.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:focus,.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:hover,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:active,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:focus,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:hover{background:none;box-shadow:none}@media(max-width:1080px){.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}}@media(max-width:600px){.wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}@media(min-width:480px){.jetpack-business-hours dd,.jetpack-business-hours dt{display:inline-block}}.jetpack-business-hours dt{font-weight:700;margin-inline-end:.5em;min-width:30%;vertical-align:top}.jetpack-business-hours dd{margin:0}@media(min-width:480px){.jetpack-business-hours dd{max-width:calc(70% - .5em)}}.jetpack-business-hours__item{margin-bottom:.5em}.jetpack-block-width-controls{align-items:center;display:flex}.jetpack-block-width-controls .components-button-group{display:flex;margin-left:1em}.jetpack-block-width-controls:not(.is-aligned) .components-unit-control-wrapper{flex:1}.wp-block[data-type="jetpack/button"]{display:inline-block;margin:0 auto}.wp-block[data-align=center] .wp-block-jetpack-button{display:flex;justify-content:center}.wp-block[data-align=right] .wp-block-jetpack-button{display:flex;justify-content:flex-end}div[data-type="jetpack/button"]:not([data-align=left]):not([data-align=right]){width:100%}div[data-type="jetpack/button"][data-align]{width:100%;z-index:1}.wp-block-button__link.has-custom-width,.wp-block-jetpack-button,div[data-type="jetpack/button"][data-align] .wp-block>div{max-width:100%}.jetpack-block-styles-selector .editor-styles-wrapper .block-editor-block-list__block{margin:0}.jetpack-block-styles-selector-toolbar .is-active{font-weight:700}.wp-block-jetpack-calendly{position:relative}.wp-block-jetpack-calendly-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-calendly-link-editable{cursor:text}.wp-block-jetpack-calendly-embed-form-sidebar{display:flex;margin-bottom:1em}.wp-block-jetpack-calendly-learn-more{margin-top:1em}.wp-block-jetpack-calendly-color-notice{margin:0}div[data-align=center]>.wp-block-jetpack-calendly{text-align:center}.wp-block-jetpack-calendly .components-placeholder__fieldset input{flex:1}.admin-bar .calendly-overlay .calendly-popup-close{top:47px}.wp-block-jetpack-calendly.calendly-style-inline{height:630px;position:relative}.wp-block-jetpack-calendly .calendly-spinner{top:50px}.wp-block-jetpack-calendly.aligncenter{text-align:center}.wp-block-jetpack-calendly .wp-block-jetpack-button{color:#fff}.wp-block-jetpack-cookie-consent{align-items:center;background-color:#0000;bottom:unset;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;position:static}.wp-block-jetpack-cookie-consent:not(.is-selected) *{pointer-events:none}.wp-block-jetpack-cookie-consent:not(.is-selected):before{content:unset}.wp-block-jetpack-cookie-consent.alignleft,.wp-block-jetpack-cookie-consent.alignright{flex-wrap:nowrap;margin-left:0!important;margin-right:0!important;max-width:50%}.wp-block-jetpack-cookie-consent.alignright{margin-right:auto!important}.wp-block-jetpack-cookie-consent.alignwide{max-width:unset;right:unset;width:unset}.wp-block-jetpack-cookie-consent .wp-block-button__link{white-space:nowrap!important}.jetpack-contact-info-block .block-editor-plain-text.block-editor-plain-text:focus{box-shadow:none}.jetpack-contact-info-block .block-editor-plain-text{border:none;border-radius:4px;box-shadow:none;color:inherit;display:block;flex-grow:1;font-family:inherit;font-size:inherit;line-height:inherit;margin:.5em 0;min-height:unset;padding:0;resize:none}.block-editor-inserter__preview .jetpack-contact-info-block{padding:16px}.block-editor-inserter__preview .jetpack-contact-info-block>.block-editor-inner-blocks>.block-editor-block-list__layout{margin:0}.wp-block-jetpack-contact-info{margin-bottom:1.5em}.jetpack-block-nudge.block-editor-warning{margin-bottom:12px}.jetpack-block-nudge .block-editor-warning__message{margin:13px 0}.jetpack-block-nudge .block-editor-warning__actions{line-height:1}.jetpack-block-nudge .jetpack-block-nudge__info{display:flex;flex-direction:row;font-size:13px;line-height:1.4}.jetpack-block-nudge .jetpack-block-nudge__text-container{display:flex;flex-direction:column}.jetpack-block-nudge .jetpack-block-nudge__title{font-size:14px}.jetpack-block-nudge .jetpack-block-nudge__message{color:#646970}.jetpack-stripe-nudge__banner .block-editor-warning__contents{align-items:center}.jetpack-stripe-nudge__icon{align-self:center;background:#0675c4;border-radius:50%;box-sizing:initial;color:#fff;fill:#fff;flex-shrink:0;margin-left:16px;padding:6px}.jetpack-stripe-nudge__banner span a.jetpack-stripe-nudge__link{color:#0675c4}.jp-components-spinner{align-items:center;display:flex}.jp-components-spinner__inner,.jp-components-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid #0000;border-radius:50%;box-sizing:border-box;margin:auto}.jp-components-spinner__outer{border-top-color:#fff}.jp-components-spinner__inner{border-left-color:#fff;border-top-color:#fff;height:100%;opacity:.4;width:100%}.wp-block-jetpack-donations .donations__container{border:1px solid #ccc}.wp-block-jetpack-donations .donations__nav{border-bottom:1px solid #ccc;display:flex}.wp-block-jetpack-donations .donations__nav-item{background:#fff;border-inline-start:1px solid #ccc;color:#1e1e1e;cursor:pointer;display:inline-block;flex:1;font-size:16px;font-weight:700;padding:12px;text-align:center}@media(min-width:600px){.wp-block-jetpack-donations .donations__nav-item{padding:16px 24px}}.wp-block-jetpack-donations .donations__nav-item:first-child{border-inline-start:none}.wp-block-jetpack-donations .donations__nav-item.is-active{background:#1e1e1e;color:#fff;cursor:default}.wp-block-jetpack-donations .donations__content{padding:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__content{padding:32px}}.wp-block-jetpack-donations .donations__content h4,.wp-block-jetpack-donations .donations__content p{margin:0 0 16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__content h4,.wp-block-jetpack-donations .donations__content p{margin:0 0 24px}}.wp-block-jetpack-donations .donations__amounts{display:flex;flex-wrap:wrap;margin-bottom:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__amounts{margin:0 0 24px}}.wp-block-jetpack-donations .donations__amount{background-color:#fff;border:1px solid #ccc;color:#1e1e1e;display:inline-block;font-size:16px;font-weight:600;margin-inline-end:8px;margin-bottom:8px;padding:16px 24px;white-space:nowrap}.wp-block-jetpack-donations .donations__amount.has-error{box-shadow:0 0 0 1px #fff,0 0 0 3px #cc1818;outline:2px solid #0000;outline-offset:-2px}.wp-block-jetpack-donations .donations__custom-amount .donations__amount-value{display:inline-block;margin-inline-start:4px;min-width:60px}.wp-block-jetpack-donations .donations__separator{margin-bottom:16px;margin-top:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__separator{margin-bottom:32px;margin-top:32px}}.wp-block-jetpack-donations .donations__donate-button,.wp-block-jetpack-donations .donations__donate-button-wrapper{margin:0}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount{cursor:text}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount.has-focus{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:-2px}.editor-styles-wrapper .wp-block-jetpack-donations .donations__custom-amount{cursor:default}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount .block-editor-rich-text__editable{display:inline-block;text-align:right}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount .block-editor-rich-text__editable:focus{box-shadow:none;outline:none;outline-offset:0}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount [data-rich-text-placeholder]:after{color:#ccc;opacity:1}.editor-styles-wrapper .wp-block-jetpack-donations .donations__custom-amount .donations__amount-value{color:#ccc}.editor-styles-wrapper .wp-block-jetpack-donations .donations__donate-button-wrapper:not(.alignleft):not(.alignright){margin:0}.editor-styles-wrapper .wp-block-jetpack-donations .jetpack-block-nudge{max-width:none}.jetpack-donations__currency-toggle{font-weight:700;line-height:100%;width:max-content}.jetpack-donations__currency-popover .components-popover__content{min-width:130px}.wp-block-jetpack-eventbrite{position:relative}.wp-block-jetpack-eventbrite .components-placeholder__learn-more{margin-top:1em}[data-type="jetpack/eventbrite"][data-align=center]{text-align:center}.wp-block-jetpack-gif{clear:both;margin:0 0 20px}.wp-block-jetpack-gif figure{margin:0;position:relative;width:100%}.wp-block-jetpack-gif.aligncenter{text-align:center}.wp-block-jetpack-gif.alignleft,.wp-block-jetpack-gif.alignright{min-width:300px}.wp-block-jetpack-gif .wp-block-jetpack-gif-caption{color:#949494;margin-bottom:1em;margin-top:.5em;text-align:center}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper{height:0;margin:0;padding:calc(56.2% + 12px) 0 0;position:relative;width:100%}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper iframe{border:0;height:100%;inset-inline-start:0;position:absolute;top:0;width:100%}.wp-block-jetpack-gif figure{transition:padding-top 125ms ease-in-out}.wp-block-jetpack-gif figure .wp-block-jetpack-gif_input-container{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:10px}.wp-block-jetpack-gif figure .wp-block-jetpack-gif_input{max-width:400px}.wp-block-jetpack-gif .components-base-control__field{text-align:center}.wp-block-jetpack-gif .components-placeholder__label svg{margin-left:1ch}.wp-block-jetpack-gif .wp-block-jetpack-gif_cover{background:none;border:none;height:100%;margin:0;padding:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-block-jetpack-gif .wp-block-jetpack-gif_cover:focus{outline:none}.wp-block-jetpack-gif .wp-block-jetpack-gif_input{flex:1;margin-left:6px}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnails-container{display:flex;margin:-2px -2px 2px 0;overflow-x:auto;width:calc(100% + 4px)}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnails-container::-webkit-scrollbar{display:none}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container{align-items:center;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:3px;cursor:pointer;display:flex;justify-content:center;margin:2px;padding:0 0 calc(10% - 4px);width:calc(10% - 4px)}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container:hover{box-shadow:0 0 0 1px #949494}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container:focus{box-shadow:0 0 0 2px var(--wp-admin-theme-color);outline:0}.components-panel__body-gif-branding svg{display:block;margin:0 auto;max-width:200px}.components-panel__body-gif-branding svg path{fill:#e0e0e0}.wp-block-jetpack-google-calendar{min-width:420px}.wp-block-jetpack-google-calendar iframe{border:none;width:100%}.wp-block-jetpack-google-calendar>amp-iframe>[placeholder]{line-height:1}.wp-block-jetpack-google-calendar>amp-iframe>noscript{display:inline-block!important}.wp-block-jetpack-google-calendar>amp-iframe>noscript>iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-block-jetpack-google-calendar-embed-form-sidebar textarea{height:75px;width:100%}.wp-block-jetpack-google-calendar-embed-form-sidebar button{display:block;margin-top:8px}.wp-block-jetpack-google-calendar-embed-form-editor{margin:0}.wp-block-jetpack-google-calendar-embed-form-editor textarea{flex:1;font-family:inherit;font-size:inherit;height:36px;margin-left:1px;padding-top:9px}.wp-block-jetpack-google-calendar-placeholder-links{margin-top:19px}.wp-block-jetpack-google-calendar ol.wp-block-jetpack-google-calendar-placeholder-instructions{font-family:inherit;list-style-position:inside;margin:0;padding:0}.wp-block-jetpack-google-calendar ol.wp-block-jetpack-google-calendar-placeholder-instructions li{margin-bottom:19px;text-align:right}.wp-block-jetpack-google-calendar .components-placeholder__label{margin-bottom:19px}.wp-block-jetpack-google-calendar .components-placeholder p{margin:0 0 19px}.wp-block-jetpack-image-compare{margin-inline-end:0;margin-inline-start:0}.wp-block-jetpack-image-compare img{max-width:100%}.jx-slider.jx-slider{inset-inline-start:1px;top:1px;width:calc(100% - 2px)}.image-compare__placeholder>.components-placeholder{align-items:center;flex-direction:row}.image-compare__placeholder>.components-placeholder>.components-placeholder__label{display:none}.image-compare__placeholder>.components-placeholder .components-placeholder{background:none}.image-compare__image-after,.image-compare__image-before{display:flex;flex:1;flex-direction:column;position:relative}.image-compare__image-after .components-placeholder.components-placeholder,.image-compare__image-before .components-placeholder.components-placeholder{box-shadow:none;min-height:0;padding:0}.image-compare__image-after .components-placeholder.components-placeholder .components-placeholder__instructions,.image-compare__image-before .components-placeholder.components-placeholder .components-placeholder__instructions{display:none}.components-placeholder.is-large .image-compare__image-before{padding-inline-end:12px}.components-placeholder.is-large .image-compare__image-after{padding-inline-start:12px}.components-placeholder.is-medium .image-compare__image-before{margin-bottom:24px}[data-type="jetpack/image-compare"]:not(.is-selected) .image-compare__comparison{pointer-events:none}.juxtapose .components-placeholder{border:none;box-shadow:none;padding:0}.juxtapose .components-placeholder .components-placeholder__label{display:none}.juxtapose .components-placeholder .image-compare__image-after,.juxtapose .components-placeholder .image-compare__image-before{flex:none;padding:0;width:100%}.juxtapose .components-placeholder:before{background:#fff;content:"";display:block;height:4px;position:absolute;width:100%;z-index:2}.juxtapose .components-placeholder .image-compare__image-after{height:50%;overflow:hidden;position:absolute;width:100%}.juxtapose .components-placeholder .image-compare__image-after img{align-self:flex-end;display:flex;height:200%;max-width:none;width:100%}div.juxtapose{font-family:Helvetica,Arial,sans-serif;width:100%}div.jx-slider{color:#f3f3f3;cursor:pointer;height:100%;overflow:hidden;position:relative;width:100%}div.jx-handle{cursor:col-resize;height:100%;margin-right:-20px;position:absolute;width:40px;z-index:15}.vertical div.jx-handle{cursor:row-resize;height:40px;margin-right:0;margin-top:-20px;width:100%}div.jx-control{background-color:currentColor;height:100%;margin-left:auto;margin-right:auto;width:3px}.vertical div.jx-control{background-color:currentColor;height:3px;position:relative;top:50%;transform:translateY(-50%);width:100%}div.jx-controller{background-color:currentColor;bottom:0;height:60px;margin:auto -3px auto auto;position:absolute;top:0;width:9px}.vertical div.jx-controller{height:9px;margin-left:auto;margin-right:auto;position:relative;top:-3px;width:100px}div.jx-arrow{bottom:0;margin:auto;top:0}.vertical div.jx-arrow,div.jx-arrow{height:0;position:absolute;transition:all .2s ease;width:0}.vertical div.jx-arrow{left:0;margin:0 auto;right:0}div.jx-arrow.jx-left{border-color:#0000 #0000 #0000 currentcolor;border-style:solid;border-width:8px 0 8px 8px;right:2px}div.jx-arrow.jx-right{border-color:#0000 currentcolor #0000 #0000;border-style:solid;border-width:8px 8px 8px 0;left:2px}.vertical div.jx-arrow.jx-left{border-color:#0000 #0000 currentcolor;border-style:solid;border-width:0 8px 8px;right:0;top:2px}.vertical div.jx-arrow.jx-right{border-color:currentcolor #0000 #0000;border-style:solid;border-width:8px 8px 0;bottom:2px;left:0;top:auto}div.jx-handle:active div.jx-arrow.jx-left,div.jx-handle:hover div.jx-arrow.jx-left{right:-1px}div.jx-handle:active div.jx-arrow.jx-right,div.jx-handle:hover div.jx-arrow.jx-right{left:-1px}.vertical div.jx-handle:active div.jx-arrow.jx-left,.vertical div.jx-handle:hover div.jx-arrow.jx-left{right:0;top:0}.vertical div.jx-handle:active div.jx-arrow.jx-right,.vertical div.jx-handle:hover div.jx-arrow.jx-right{bottom:0;left:0}div.jx-image{display:inline-block;height:100%;overflow:hidden;position:absolute;top:0}.vertical div.jx-image{right:0;top:auto;width:100%}div.jx-slider div.jx-image img{height:100%!important;margin-bottom:0;max-height:none!important;max-width:none!important;position:absolute;width:auto!important;z-index:5}div.jx-slider.vertical div.jx-image img{height:auto!important;width:100%!important}div.jx-image.jx-left{background-position:100%;right:0}div.jx-image.jx-left img{right:0}div.jx-image.jx-right{background-position:0;left:0}div.jx-image.jx-right img{bottom:0;left:0}.veritcal div.jx-image.jx-left{background-position:top;top:0}.veritcal div.jx-image.jx-left img{top:0}.vertical div.jx-image.jx-right{background-position:bottom;bottom:0}.veritcal div.jx-image.jx-right img{bottom:0}div.jx-image div.jx-label{background-color:#000;background-color:#000000b3;color:#fff;display:inline-block;font-size:1em;line-height:18px;padding:.25em .75em;position:relative;top:0;vertical-align:middle;white-space:nowrap;z-index:10}div.jx-image.jx-left div.jx-label{float:right;right:0}div.jx-image.jx-right div.jx-label{float:left;left:0}.vertical div.jx-image div.jx-label{display:table;position:absolute}.vertical div.jx-image.jx-right div.jx-label{bottom:0;right:0;top:auto}div.jx-image.transition{transition:width .5s ease}div.jx-handle.transition{transition:right .5s ease}.vertical div.jx-image.transition{transition:height .5s ease}.vertical div.jx-handle.transition{transition:top .5s ease}div.jx-controller:focus,div.jx-image.jx-left div.jx-label:focus,div.jx-image.jx-right div.jx-label:focus,figure.wp-block-jetpack-image-compare figcaption{font-size:85%;text-align:center}div.jx-control{color:#fff}.vertical div.jx-controller,div.jx-controller{border-radius:50%;height:48px;width:48px}div.jx-controller{margin-right:-22.5px}.vertical div.jx-controller{transform:translateY(-19.5px)}.vertical div.jx-arrow.jx-left,.vertical div.jx-arrow.jx-right,div.jx-arrow.jx-left,div.jx-arrow.jx-right{background-repeat:no-repeat;border:none;height:24px;width:24px;will-change:transform;z-index:1}div.jx-arrow.jx-left{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEzLjQgMTggOCAxMmw1LjQtNiAxLjIgMS00LjYgNSA0LjYgNXoiLz48L3N2Zz4=);right:0}div.jx-arrow.jx-right{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEwLjYgNiA5LjQgN2w0LjYgNS00LjYgNSAxLjIgMSA1LjQtNnoiLz48L3N2Zz4=);left:0}div.vertical div.jx-arrow.jx-left,div.vertical div.jx-arrow.jx-right{transform:rotate(-90deg)}.wp-block-jetpack-instagram-gallery__grid{align-content:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{box-sizing:border-box;display:block;line-height:0;position:relative}.wp-block-jetpack-instagram-gallery__grid img{height:auto;width:100%}.wp-block-jetpack-instagram-gallery__grid-columns-1 .wp-block-jetpack-instagram-gallery__grid-post{width:100%}.wp-block-jetpack-instagram-gallery__grid-columns-2 .wp-block-jetpack-instagram-gallery__grid-post{width:50%}.wp-block-jetpack-instagram-gallery__grid-columns-3 .wp-block-jetpack-instagram-gallery__grid-post{width:33.33333%}.wp-block-jetpack-instagram-gallery__grid-columns-4 .wp-block-jetpack-instagram-gallery__grid-post{width:25%}.wp-block-jetpack-instagram-gallery__grid-columns-5 .wp-block-jetpack-instagram-gallery__grid-post{width:20%}.wp-block-jetpack-instagram-gallery__grid-columns-6 .wp-block-jetpack-instagram-gallery__grid-post{width:16.66667%}@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__grid-post{width:100%}}@supports(display:grid){.wp-block-jetpack-instagram-gallery__grid{display:grid;grid-gap:10px;grid-auto-columns:1fr}@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile{display:block}.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__grid-post{padding:var(--latest-instagram-posts-spacing)}}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{width:auto}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post img{height:100%;object-fit:cover}.wp-block-jetpack-instagram-gallery__grid-columns-1{grid-template-columns:repeat(1,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-2{grid-template-columns:repeat(2,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-3{grid-template-columns:repeat(3,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-4{grid-template-columns:repeat(4,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-5{grid-template-columns:repeat(5,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-6{grid-template-columns:repeat(6,1fr)}}@supports(object-fit:cover){.wp-block-jetpack-instagram-gallery__grid-post img{height:100%;object-fit:cover}}.wp-block-jetpack-instagram-gallery .components-placeholder .components-radio-control{margin-bottom:28px}.wp-block-jetpack-instagram-gallery .components-placeholder .components-radio-control label{font-weight:400}.wp-block-jetpack-instagram-gallery .components-placeholder .wp-block-jetpack-instagram-gallery__new-account-instructions{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.wp-block-jetpack-instagram-gallery__count-notice .components-notice{margin:0 0 15px}.wp-block-jetpack-instagram-gallery__count-notice .components-notice__content{line-height:inherit;margin:0;padding-inline-end:0}.wp-block-jetpack-instagram-gallery__disconnection-warning{font-style:italic;margin-bottom:0}.wp-block-jetpack-instagram-gallery__placeholder{animation-delay:0ms,.3s;animation-duration:.3s,1.6s;animation-iteration-count:1,infinite;animation-name:fadeIn,pulse;animation-timing-function:ease-out,ease-out;background-color:#a7a79f;display:flex;opacity:1}.wp-block-jetpack-instagram-gallery__placeholder.is-loaded{animation:none;height:auto}.wp-block-jetpack-instagram-gallery__placeholder img{opacity:0;transition:opacity .5s ease-in-out}.wp-block-jetpack-instagram-gallery__placeholder img.is-loaded{opacity:1}@keyframes fadeIn{0%{opacity:0}50%{opacity:.5}to{opacity:1}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@supports(object-fit:cover){.wp-block-jetpack-instagram-gallery__placeholder.is-loaded{display:flex;flex-direction:column;flex-grow:1}.wp-block-jetpack-instagram-gallery__placeholder.is-loaded img{flex-grow:1;height:auto;object-fit:cover}}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{display:flex;flex-direction:column}@supports(display:grid){@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__placeholder{margin:0!important}}}.wp-block-jetpack-like__learn-more{margin-top:-12px;padding:0 52px 16px 16px}.wp-block-jetpack-like .sharedaddy{display:none}.wpl-likebox{container-type:inline-size}.wpl-count a,.wpl-follow a,.wpl-likebox{font-family:Open Sans,sans-serif!important;font-size:11px!important}.wpl-button{min-width:40px;overflow:hidden}.wpl-button a{align-items:center;background:#fff;border-radius:4px;box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f;box-sizing:border-box;color:#2c3338;display:flex;font-family:Open Sans,sans-serif;font-size:13px;font-weight:500;line-height:23px;margin:1px 1px 8px 6px;min-height:30px;min-width:33px;padding:4px 9px 3px 10px;text-decoration:none;text-shadow:none}.rtl .wpl-button a{margin:1px 6px 8px 1px;padding:4px 10px 3px 9px}.wpl-button a:active,.wpl-button a:hover{box-shadow:0 1px 2px #00000038,0 0 0 1px #00000038}.wpl-button a:before{background-size:16px 16px;content:"";display:inline-block;height:16px;margin-left:-1px;margin-right:0;min-width:16px;position:relative;text-align:center;width:16px}.wpl-button.like a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%232c3338' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.like a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%230675C4' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.liked a{min-width:-moz-fit-content;min-width:fit-content}.wpl-button.liked a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%230675C4' stroke='%230675C4' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.reblog a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%23fff' d='M1 0h16v16H1z'/%3E%3Cpath fill='%232c3338' stroke='%232c3338' stroke-width='.14' d='m16.016 5.566-1.45-1.434v8.993c0 .76-.623 1.375-1.392 1.375h-4.87v-1.375h4.87V4.132l-1.451 1.434-.984-.972L13.87 1.5 17 4.594zm-11.19 6.302V2.875h4.87V1.5h-4.87c-.769 0-1.391.615-1.391 1.375v8.993l-1.451-1.434-.984.972L4.13 14.5l3.13-3.094-.983-.972z'/%3E%3C/svg%3E")}.wpl-button.reblog a.reblogged:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%23fff' d='M1 0h16v16H1z'/%3E%3Cpath fill='%230675c4' stroke='%230675c4' stroke-width='.14' d='m16.016 5.566-1.45-1.434v8.993c0 .76-.623 1.375-1.392 1.375h-4.87v-1.375h4.87V4.132l-1.451 1.434-.984-.972L13.87 1.5 17 4.594zm-11.19 6.302V2.875h4.87V1.5h-4.87c-.769 0-1.391.615-1.391 1.375v8.993l-1.451-1.434-.984.972L4.13 14.5l3.13-3.094-.983-.972z'/%3E%3C/svg%3E")}.rtl .wpl-button.like a:before,.rtl .wpl-button.liked a:before{margin-left:0;margin-right:-1px}.wpl-button.like a span,.wpl-button.liked a span,.wpl-button.reblog a span{margin-right:5px;text-wrap:nowrap}.rtl .wpl-button.like a span,.rtl .wpl-button.liked a span,.rtl .wpl-button.reblog a span{margin-left:5px}.wpl-count{clear:both;overflow:hidden;text-overflow:ellipsis}.wpl-count-text{line-height:1.6}.wpl-likebox .wpl-count,.wpl-likebox .wpl-count a,.wpl-likebox .wpl-count-text,.wpl-likebox .wpl-count-text a{font-size:12px!important}.wpl-button{float:right}.rtl .wpl-button{float:left}.wpl-avatars{height:34px;list-style:none;margin:0;overflow:hidden;padding:0}.wpl-avatars:empty{display:none}.wpl-avatars li{display:inline;margin:0}.wpl-avatars li a{border:0;display:block;float:right;margin:1px 0 3px 5px}.rtl .wpl-avatars li a{float:left;margin:0 5px 3px 0}.wpl-avatars li a img{border:0;height:30px;padding:0!important;width:30px}span.wpl-comment,span.wpl-follow{margin-right:5px}a.comment-like-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%232EA2CC' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px 16px;color:#2ea2cc;content:"";display:inline-block;height:16px;padding-left:5px;position:relative;top:3px;width:16px}a.comment-like-link:hover:before,a.comment-liked:before,div.comment-liked a.comment-like-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23f1831e' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E")}a.comment-liked:hover:before,div.comment-liked a.comment-like-link:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23ff9a00' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E")}a.comment-like-link{color:#222;font-size:12px;opacity:.8;text-decoration:none}a.comment-like-link.loading:before{opacity:0;transition:opacity 2s}.wpl-likebox{align-items:center;display:flex}.wpl-likebox .wpl-avatars{align-content:end;align-items:center;display:inline-flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:center;margin-bottom:4px;min-width:30px}.rtl .wpl-likebox .wpl-avatars li,.wpl-likebox .wpl-avatars li{margin-bottom:1px;margin-top:1px}.wpl-likebox .wpl-avatars li a{margin:0;position:relative}.wpl-likebox .wpl-avatars li:not(:first-child) a{margin-left:-4px}.rtl .wpl-likebox .wpl-avatars li:not(:first-child) a{margin-left:0;margin-right:-4px}.wpl-likebox .wpl-avatars li a img{border:1.5px solid #ffffff80;border-radius:50%;height:26px;width:26px}.wpl-likebox .wpl-count{clear:none;margin-bottom:4px;margin-right:4px;white-space:nowrap}.rtl .wpl-likebox .wpl-count{clear:none;margin-bottom:4px;margin-left:4px;white-space:nowrap}.wpl-likebox a{color:#2c3338!important}.wpl-likebox a,.wpl-likebox a:focus{outline:none!important;text-decoration:none!important}.wpl-likebox.wpl-new-layout *{cursor:default}.wpl-likebox.wpl-new-layout .wpl-avatars{align-content:unset;margin:0;padding-right:0}.wpl-likebox.wpl-new-layout .wpl-avatars li{margin:0}.wpl-likebox.wpl-new-layout .wpl-avatars li a:focus{box-shadow:none;outline:none}.wpl-likebox.wpl-new-layout .wpl-avatars li a img{vertical-align:unset}.wpl-likebox.wpl-new-layout .wpl-count a:focus,.wpl-likebox.wpl-new-layout .wpl-count-text a:focus,.wpl-likebox.wpl-new-layout .wpl-count-text:focus,.wpl-likebox.wpl-new-layout .wpl-count:focus{box-shadow:none;outline:none}.wpl-likebox .wpl-button a:hover{box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f}.wpl-likebox .wpl-button.like a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%232c3338' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}@container (max-width: 320px){.wpl-button{min-width:auto}.wpl-button a span{display:none}}.components-likes-placeholder__learn-more{margin:1em 0 2em}._fUXxnSp5pagKBp9gSN7 *{box-sizing:border-box}.wp-block-jetpack-mailchimp.is-processing form{display:none}.wp-block-jetpack-mailchimp .wp-block-jetpack-button,.wp-block-jetpack-mailchimp p{margin-bottom:1em}.wp-block-jetpack-mailchimp input{box-sizing:border-box;width:100%}.wp-block-jetpack-mailchimp .error,.wp-block-jetpack-mailchimp .error:focus{outline:1px;outline-color:#d63638;outline-offset:-2px;outline-style:auto}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification{display:none;margin-bottom:1.5em;padding:.75em}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.is-visible{display:block}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_error{background-color:#d63638;color:#fff}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_processing{background-color:rgba(0,0,0,.025)}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_success{background-color:#008a20;color:#fff}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp__is-amp{display:block}.wp-block-jetpack-mailchimp form.amp-form-submit-error>p,.wp-block-jetpack-mailchimp form.amp-form-submit-success>p,.wp-block-jetpack-mailchimp form.amp-form-submitting>p{display:none}.wp-block-jetpack-mailchimp .components-placeholder__label svg{margin-left:1ch}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification{display:block}.wp-block-jetpack-mailchimp .editor-rich-text__inline-toolbar{pointer-events:none}.wp-block-jetpack-mailchimp .editor-rich-text__inline-toolbar .components-toolbar{pointer-events:all}.wp-block-jetpack-mailchimp-recheck{margin-top:1em}.wp-block-jetpack-mailchimp.wp-block-jetpack-mailchimp_notication-audition>:not(.wp-block-jetpack-mailchimp_notification){display:none}.wp-block-jetpack-mailchimp .jetpack-submit-button,.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_text-input{margin-bottom:1.5rem}.wp-block-jetpack-mailchimp .wp-block-button .wp-block-button__link{margin-top:0}.wp-block-jetpack-mailchimp .components-placeholder__fieldset{display:block;flex-direction:unset;flex-wrap:unset}.wp-block-jetpack-mailchimp .components-placeholder__fieldset .components-button{margin-bottom:0}.wp-block-jetpack-mailchimp .components-placeholder__fieldset .align-center{text-align:center}.component__add-point{background-image:url(images/oval-5f1d889983a8747472c7.svg);background-repeat:no-repeat;height:38px;margin-right:-16px;margin-top:-19px;position:absolute;right:50%;text-indent:-9999px;top:50%;width:32px}.component__add-point,.component__add-point.components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#0000;box-shadow:none}.component__add-point:active,.component__add-point:focus{background-color:#0000}.component__add-point__popover .components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#0000;box-shadow:none}.component__add-point__popover .components-popover__content{padding:.1rem}.component__add-point__popover .components-location-search{margin:.5rem}.component__add-point__close{border:none;box-shadow:none;float:left;margin:.4rem 0 0;padding:0}.component__add-point__close path{color:#e0e0e0}.wp-block-jetpack-map-marker{height:38px;opacity:.9;width:32px}.edit-post-settings-sidebar__panel-block .component__locations__panel{margin-bottom:1em}.edit-post-settings-sidebar__panel-block .component__locations__panel:empty{display:none}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:first-child{border-top:none}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body,.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:first-child,.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:last-child{margin:0;max-width:100%}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body button{padding-left:40px}.component__locations__delete-btn{padding:0}.component__locations__delete-btn svg{margin-left:.4em}.wp-block-group-is-layout-flex:not(.is-vertical)>.wp-block-jetpack-map{flex-basis:100%}.wp-block-group-is-layout-flex.is-vertical>.wp-block-jetpack-map{width:100%}.wp-block-jetpack-map .wp-block-jetpack-map__gm-container{background:#e0e0e0;min-height:400px;overflow:hidden;text-align:start;width:100%}.wp-block-jetpack-map .mapkit-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;max-width:300px;min-width:150px;padding:10px 10px 15px;pointer-events:auto}.wp-block-jetpack-map .mapkit-popup-content h3{font-size:1.3125em;font-weight:400;margin-bottom:.5rem}.wp-block-jetpack-map .mapkit-popup-content p{margin-bottom:0}.wp-block-jetpack-map .wp-block-jetpack-map__mb-container{height:400px}.wp-block-jetpack-map .mapboxgl-popup{max-width:300px}.wp-block-jetpack-map .mapboxgl-popup h3{font-size:1.3125em;font-weight:400;margin-bottom:.5rem}.wp-block-jetpack-map .mapboxgl-popup p{margin-bottom:0}.wp-block-jetpack-map .mapboxgl-ctrl-group button{background-color:#0000!important;border-radius:0}.wp-block-jetpack-map__delete-btn{padding:0}.wp-block-jetpack-map__delete-btn svg{margin-left:.4em}.wp-block-group-is-layout-flex:not(.is-vertical)>.wp-block[data-type="jetpack/map"]{flex-basis:100%}.wp-block-group-is-layout-flex.is-vertical>.wp-block[data-type="jetpack/map"]{width:100%}.wp-block[data-type="jetpack/map"] .components-placeholder__label svg{fill:currentColor;margin-left:1ch}.wp-block[data-type="jetpack/map"] .components-placeholder__instructions{margin-top:0}.wp-block[data-type="jetpack/map"] .components-placeholder__instructions .components-external-link{display:inline-block;margin:1em auto}.wp-block-jetpack-map .mapboxgl-popup-close-button{font-size:21px;padding:0 9px 5px 10px}.wp-block-jetpack-map .wp-block-jetpack-map__map_wrapper{background-color:#e4e2de;overflow:hidden}.wp-block-jetpack-map .wp-block-jetpack-map__gm-container{inset:0;position:absolute;z-index:0}.wp-block-jetpack-map .wp-block-jetpack-map__select-overlay{background-color:#0000;inset:0;pointer-events:auto;position:absolute;z-index:2}.wp-block-jetpack-map__height_input{display:block}.component__add-point__popover .components-popover__content{width:250px}.component__add-point__popover .components-popover__content .component__add-point__close{margin-top:-.55em;padding:.3em}.wp-block-jetpack-markdown__placeholder{opacity:.62;pointer-events:none}.block-editor-block-list__block .wp-block-jetpack-markdown__preview{line-height:1.8;min-height:1.8em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview>*{margin-bottom:32px;margin-top:32px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h1,.block-editor-block-list__block .wp-block-jetpack-markdown__preview h2,.block-editor-block-list__block .wp-block-jetpack-markdown__preview h3{line-height:1.4}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h1{font-size:2.44em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h2{font-size:1.95em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h3{font-size:1.56em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h4{font-size:1.25em;line-height:1.5}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h5{font-size:1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h6{font-size:.8em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview hr{border:none;border-bottom:2px solid #f0f0f0;margin:2em auto;max-width:100px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview p{line-height:1.8}.block-editor-block-list__block .wp-block-jetpack-markdown__preview blockquote{border-right:4px solid #000;margin-left:0;margin-right:0;padding-right:1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview blockquote p{line-height:1.5;margin:1em 0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview ol,.block-editor-block-list__block .wp-block-jetpack-markdown__preview ul{margin-right:1.3em;padding-right:1.3em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview li p{margin:0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview code,.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre{color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace}.block-editor-block-list__block .wp-block-jetpack-markdown__preview code{background:#f0f0f0;border-radius:2px;font-size:inherit;padding:2px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre{border:1px solid #e0e0e0;border-radius:4px;font-size:15px;padding:.8em 1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre code{background:#0000;padding:0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview table{border-collapse:collapse;overflow-x:auto;width:100%}.block-editor-block-list__block .wp-block-jetpack-markdown__preview tbody,.block-editor-block-list__block .wp-block-jetpack-markdown__preview tfoot,.block-editor-block-list__block .wp-block-jetpack-markdown__preview thead{min-width:240px;width:100%}.block-editor-block-list__block .wp-block-jetpack-markdown__preview td,.block-editor-block-list__block .wp-block-jetpack-markdown__preview th{border:1px solid;padding:.5em}.wp-block-jetpack-markdown .wp-block-jetpack-markdown__editor{color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:15px}.wp-block-jetpack-markdown .wp-block-jetpack-markdown__editor:focus{border-color:#0000;box-shadow:0 0 0 #0000}.wp-block-jetpack-opentable{display:inline-block}.wp-block-jetpack-opentable>.is-placeholder,.wp-block-jetpack-opentable>.is-style-wide{display:block}.wp-block-jetpack-opentable .components-base-control{width:100%}.wp-block-jetpack-opentable .components-placeholder__fieldset p{font-size:13px;margin:0 0 1em}.wp-block-jetpack-opentable .components-placeholder__fieldset form{flex-direction:row;flex-wrap:nowrap}@media screen and (max-width:479px){.wp-block-jetpack-opentable .components-placeholder__fieldset form{display:block}}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field{flex-grow:1}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__label{display:none}.wp-block-jetpack-opentable .components-placeholder__fieldset form p{margin-top:1em}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__input-container{width:100%}@media screen and (min-width:480px){.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__input-container input[type=text].components-form-token-field__input{min-height:32px}}.wp-block-jetpack-opentable .components-placeholder__fieldset form>.components-button{align-items:center;height:42px;line-height:normal;padding:0 8px}@media screen and (min-width:480px){.wp-block-jetpack-opentable .components-placeholder__fieldset form>.components-button{margin:0 4px 0 0;position:relative}}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__remove-token{padding:2px 6px}.wp-block-jetpack-opentable iframe{height:100%;width:100%}.wp-block-jetpack-opentable-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-opentable-restaurant-picker{margin-bottom:1em;position:relative;width:100%}.wp-block-jetpack-opentable-restaurant-picker .components-form-token-field__token-text{align-items:center;display:inline-flex}.wp-block-jetpack-opentable-placeholder-links{display:flex;flex-direction:column}@media screen and (min-width:480px){.wp-block-jetpack-opentable-placeholder-links{display:block}}.wp-block-jetpack-opentable-placeholder-links a{padding:.25em 0 .25em 1em}@media screen and (min-width:480px){.wp-block-jetpack-opentable-placeholder-links a form>button{height:50px}}.wp-block-jetpack-opentable-placeholder-links a:last-child{padding-left:0;padding-right:1em}.wp-block-jetpack-opentable>.is-style-button.has-no-margin iframe{margin:-14px}.editor-styles-wrapper .wp-block-jetpack-opentable .components-form-token-field__suggestions-list{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;padding:0;text-align:right}.wp-block-jetpack-opentable.wp-block>.is-style-wide.alignright{left:0;right:auto}.wp-block[data-type="jetpack/opentable"] .components-notice__content{text-align:right}.components-toggle-control.is-opentable{padding-top:6px}.is-opentable button.is-active{font-weight:700}.wp-block-jetpack-opentable{position:relative}.wp-block-jetpack-opentable>iframe{background:#0000;margin:0}.wp-block-jetpack-opentable>.aligncenter iframe{margin:0 auto}.wp-block-jetpack-opentable>.is-style-standard,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile{height:301px}.wp-block-jetpack-opentable>.is-style-standard.is-multi,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile.is-multi{height:361px}.wp-block-jetpack-opentable>.is-style-standard.aligncenter iframe,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile.aligncenter iframe{width:224px!important}.wp-block-jetpack-opentable>.is-style-tall{height:490px}.wp-block-jetpack-opentable>.is-style-tall.is-multi{height:550px}.wp-block-jetpack-opentable>.is-style-tall.aligncenter iframe{width:288px!important}.wp-block-jetpack-opentable>.is-style-wide{height:150px}.wp-block-jetpack-opentable>.is-style-wide iframe{width:840px!important}.wp-block-jetpack-opentable>.is-style-wide.alignleft{left:auto;margin-right:2rem;max-width:840px}.wp-block-jetpack-opentable>.is-style-wide.alignright{max-width:840px;right:calc(100% - 840px - 2rem)}.wp-block-jetpack-opentable>.is-style-button{height:113px}.wp-block-jetpack-opentable>.is-style-button.aligncenter iframe{width:210px!important}.wp-block-jetpack-opentable>.is-style-button.has-no-margin>div[id^=ot-widget-container]{margin:-14px}.wp-block-jetpack-opentable .ot-dtp-picker{box-sizing:initial}.wp-block-jetpack-opentable .ot-dtp-picker .ot-title{margin:4px auto 12px}.wp-block-jetpack-opentable .ot-dtp-picker .ot-dtp-picker-selector-link{text-decoration:none}.wp-block-jetpack-opentable .ot-dtp-picker input[type=submit]{padding:0;text-transform:none}.wp-block-jetpack-opentable .ot-dtp-picker input[type=submit]:hover{text-decoration:none}.jetpack-audio-player-loading{background:#ccc;background:var(--jetpack-audio-player-secondary);height:10px;margin:15px 24px}.jetpack-audio-player{--jetpack-audio-player-primary:var( --jetpack-podcast-player-primary,#000 );--jetpack-audio-player-secondary:var( --jetpack-podcast-player-secondary,#ccc );--jetpack-audio-player-background:var( --jetpack-podcast-player-background,#fff );height:40px}.jetpack-audio-player .mejs-container,.jetpack-audio-player .mejs-container .mejs-controls,.jetpack-audio-player .mejs-embed,.jetpack-audio-player .mejs-embed body,.jetpack-audio-player .mejs-mediaelement{background-color:#0000}.jetpack-audio-player .mejs-container:focus{box-shadow:none;outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-controls{padding:0;position:static}.jetpack-podcast-player__header .jetpack-audio-player .mejs-controls{padding-left:18px;padding-right:15px}.jetpack-audio-player .mejs-time{color:#ccc;color:var(--jetpack-audio-player-secondary)}.jetpack-audio-player .mejs-time-float{background:#000;background:var(--jetpack-audio-player-primary);border-color:#000;border-color:var(--jetpack-audio-player-primary);color:#fff;color:var(--jetpack-audio-player-background)}.jetpack-audio-player .mejs-time-float-corner{border-top-color:#000;border-top-color:var(--jetpack-audio-player-primary)}.jetpack-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-total{background-color:#ccc;background-color:var(--jetpack-audio-player-secondary)}.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded{opacity:.5}.jetpack-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-current,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded{background-color:#000;background-color:var(--jetpack-audio-player-primary)}.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-slider:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-button>button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23000;width:16px;height:16px}.st1{fill:none;stroke:%23000;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m47.2.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' d='m52.8 7 5.4 5.4m-5.4 0L58.2 7'/%3E%3Cpath fill='none' stroke='%23000' d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zm22.4 1h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath fill='%23231f20' d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='5' d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' opacity='.75'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='5' d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' opacity='.4'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' opacity='.6'/%3E%3Ccircle cx='170.1' cy='79' r='7' opacity='.8'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' opacity='.9'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' opacity='.3'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' opacity='.5'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' opacity='.7'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2m14-12.7c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E")}.jetpack-audio-player .mejs-button.mejs-jump-button>button{background-image:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-size:60.78px 35.296px}.jetpack-audio-player .mejs-button.mejs-jump-backward-button>button{background-position:-32px -6px}.jetpack-audio-player .mejs-button.mejs-skip-forward-button>button{background-position:-9px -6px}@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.jetpack-audio-player .mejs-button>button{background-image:none}.jetpack-audio-player .mejs-button>button:before{background-color:var(--jetpack-audio-player-primary);background-image:none;content:"";display:block;height:100%;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23fff;width:16px;height:16px}.st1{fill:none;stroke:%23fff;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='m52.8 7 5.4 5.4m-5.4 0L58.2 7' style='fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round'/%3E%3Cpath d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9' style='fill:none;stroke:%23fff'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zM143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8' style='fill:%23231f20'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' style='opacity:.75;fill:none;stroke:%23fff;stroke-width:5'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z' style='fill:none;stroke:%23fff;stroke-width:5'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' style='opacity:.4;fill:%23fff'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' style='opacity:.6;fill:%23fff'/%3E%3Ccircle cx='170.1' cy='79' r='7' style='opacity:.8;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' style='opacity:.9;fill:%23fff'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' style='opacity:.3;fill:%23fff'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' style='opacity:.5;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' style='opacity:.7;fill:%23fff'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23fff;width:16px;height:16px}.st1{fill:none;stroke:%23fff;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='m52.8 7 5.4 5.4m-5.4 0L58.2 7' style='fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round'/%3E%3Cpath d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9' style='fill:none;stroke:%23fff'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zM143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8' style='fill:%23231f20'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' style='opacity:.75;fill:none;stroke:%23fff;stroke-width:5'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z' style='fill:none;stroke:%23fff;stroke-width:5'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' style='opacity:.4;fill:%23fff'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' style='opacity:.6;fill:%23fff'/%3E%3Ccircle cx='170.1' cy='79' r='7' style='opacity:.8;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' style='opacity:.9;fill:%23fff'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' style='opacity:.3;fill:%23fff'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' style='opacity:.5;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' style='opacity:.7;fill:%23fff'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E");width:100%}.jetpack-audio-player .mejs-button.mejs-jump-button>button{background-image:none}.jetpack-audio-player .mejs-button.mejs-jump-button>button:before{background-image:none;-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') 0 0/60.78px 35.296px;mask:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') 0 0/60.78px 35.296px}.jetpack-audio-player .mejs-button.mejs-jump-backward-button>button:before{-webkit-mask-position:-32px -6px;mask-position:-32px -6px}.jetpack-audio-player .mejs-button.mejs-skip-forward-button>button:before{-webkit-mask-position:-9px -6px;mask-position:-9px -6px}.jetpack-audio-player .mejs-button>button:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-play>button:before{-webkit-mask-position:0 0;mask-position:0 0}.jetpack-audio-player .mejs-pause>button:before{-webkit-mask-position:-20px 0;mask-position:-20px 0}.jetpack-audio-player .mejs-replay>button:before{-webkit-mask-position:-160px 0;mask-position:-160px 0}.jetpack-audio-player .mejs-mute>button:before{-webkit-mask-position:-60px 0;mask-position:-60px 0}.jetpack-audio-player .mejs-unmute>button:before{-webkit-mask-position:-40px 0;mask-position:-40px 0}}.block-editor-block-contextual-toolbar[data-type="jetpack/podcast-player"] .components-toolbar__control,[data-type="jetpack/podcast-player"] .block-editor-block-contextual-toolbar .components-toolbar__control{padding:0 1em;width:auto}.jetpack-podcast-player__interactive-overlay,.jetpack-podcast-player__loading-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.jetpack-podcast-player__loading-overlay{align-items:center;background:#ffffffb3;display:flex;justify-content:center}.jetpack-podcast-player__placeholder .components-base-control,.jetpack-podcast-player__placeholder .components-base-control__field{display:flex;flex-grow:1}.jetpack-podcast-player__placeholder .components-base-control__field{margin-bottom:0}.jetpack-podcast-player__placeholder .components-placeholder__learn-more{margin-top:1em}.block-editor-block-inspector .components-base-control.jetpack-podcast-player__episode-selector{margin-bottom:24px}.jetpack-podcast-player--visually-hidden{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.wp-block-jetpack-podcast-player{overflow:hidden}.wp-block-jetpack-podcast-player audio{display:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player{--jetpack-podcast-player-primary:#000;--jetpack-podcast-player-secondary:#ccc;--jetpack-podcast-player-background:#fff;background-color:var(--jetpack-podcast-player-background);color:var(--jetpack-podcast-player-secondary);padding-bottom:0;padding-top:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player:not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player:not(.has-background){background-color:#fff}.wp-block-jetpack-podcast-player .jetpack-podcast-player a,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:hover,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:visited{border:none;box-shadow:none;text-decoration:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player a:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-podcast-player-secondary);outline-offset:2px}.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:visited{color:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:hover{color:inherit;color:var(--jetpack-podcast-player-primary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__header{display:flex;flex-direction:column}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-info{display:flex;padding:24px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__cover{flex-shrink:0;margin-inline-end:24px;width:80px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__cover-image{border:0;height:80px;max-width:100%;padding:0;width:80px}.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title{color:inherit;display:flex;flex-direction:column;letter-spacing:0;margin:0;padding:0;width:100%}.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title:after,.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title:before{display:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-title{color:var(--jetpack-podcast-player-primary);font-size:24px;margin:0 0 10px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-title:not(.has-primary){color:#000}.wp-block-jetpack-podcast-player .jetpack-podcast-player__podcast-title{color:inherit;font-size:16px;margin:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__tracks{display:flex;flex-direction:column;list-style-type:none;margin:24px 0 0;padding:0 0 15px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track{color:var(--jetpack-podcast-player-secondary);font-size:16px;line-height:1.8;margin:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track:not(.is-active):not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.is-active{color:var(--jetpack-podcast-player-primary);font-weight:700}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.is-active:not(.has-primary){color:#000}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-link{display:flex;flex-flow:row nowrap;justify-content:space-between;padding-bottom:10px;padding-inline-end:24px;padding-top:10px;padding-inline-start:22px;transition:none}.wp-block-jetpack-podcast-player .is-error .jetpack-podcast-player__track.is-active .jetpack-podcast-player__track-link{padding-bottom:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon{flex:22px 0 0;fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon svg{display:block;height:22px;margin-top:3.4px;width:22px;fill:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--error{fill:#cc1818}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.has-primary .jetpack-podcast-player__track-status-icon--error{fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title{flex-grow:1;padding:0 15px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link{display:inline-block;height:27px;margin-inline-start:5px;vertical-align:top}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:visited{color:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:hover{color:inherit;color:var(--jetpack-podcast-player-secondary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link svg{display:block;height:27px;width:27px;fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-duration{word-break:normal}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-description{color:inherit;font-size:16px;line-height:1.8;margin:0 0 24px;max-height:7.2em;order:99;overflow:hidden;padding:0 24px}@supports(display:-webkit-box){.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;max-height:none}}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error{color:#cc1818;display:block;font-size:.8em;font-weight:400;margin-inline-start:59px;margin-bottom:10px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error>span{color:var(--jetpack-podcast-player-secondary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error>span:not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.has-primary .jetpack-podcast-player__track-error{color:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player__error{color:#cc1818;font-size:.8em;font-weight:400;margin:0;padding:24px}@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing{background-image:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing:before{background-color:var(--jetpack-podcast-player-primary);background-image:none;content:"";display:block;height:100%;margin:4px 0 0 2px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 4.763 4.763'%3E%3Cpath d='M1.65 1.204a.8.8 0 0 1-.476.159H.327c-.159 0-.264.106-.264.264v1.508c0 .16.105.265.264.265h1.111c.08.053.133.106.212.159l.926.688c.106.079.212.026.212-.106V.595c0-.132-.106-.185-.212-.105z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.48.33S4.512.118 4.512 2.367 3.48 4.431 3.48 4.431' class='st1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.13 1.362s.688-.106.688 1.005S3.13 3.4 3.13 3.4' class='st1'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 4.763 4.763'%3E%3Cpath d='M1.65 1.204a.8.8 0 0 1-.476.159H.327c-.159 0-.264.106-.264.264v1.508c0 .16.105.265.264.265h1.111c.08.053.133.106.212.159l.926.688c.106.079.212.026.212-.106V.595c0-.132-.106-.185-.212-.105z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.48.33S4.512.118 4.512 2.367 3.48 4.431 3.48 4.431' class='st1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.13 1.362s.688-.106.688 1.005S3.13 3.4 3.13 3.4' class='st1'/%3E%3C/svg%3E");-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;max-height:22px;max-width:20px;width:100%}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing svg{display:none}}.wp-block-jetpack-podcast-player.is-default .jetpack-podcast-player__track-title{padding-inline-start:0}.wp-block-jetpack-podcast-player.is-default .jetpack-audio-player,.wp-block-jetpack-podcast-player.is-default .jetpack-podcast-player__track-status-icon{display:none}.connect-stripe.has-icon.has-text svg{margin-left:0}.connect-stripe.has-icon.has-text{font-weight:400}.product-management-control-inspector__product-interval .components-base-control,.product-management-control-inspector__product-title .components-base-control{width:100%}.product-management-control-inspector__product-price .components-base-control{margin:0;width:45%}.product-management-control-inspector__add-plan .components-panel__row:last-child{margin-top:25px}.product-management-control-inspector__add-plan .components-base-control:last-child{margin:0}.product-management-control-nudge .editor-warning{margin-bottom:0}.product-management-control-nudge .editor-warning__message{margin:13px 0}.product-management-control-nudge .editor-warning__actions{line-height:1}.product-management-control-nudge .product-management-control-nudge__info{display:flex;flex-direction:row;font-size:13px;line-height:1.4}.product-management-control-nudge .product-management-control-nudge__text-container{display:flex;flex-direction:column;padding-right:10px}.product-management-control-nudge .product-management-control-nudge__title{font-size:14px}.product-management-control-nudge__message{color:#646970}.editor-styles-wrapper a.product-management-control-nudge__button{color:#0075af;text-decoration:none}.wp-block-premium-content-container .premium-content-tabs{align-items:center;background:#fff;border:1px solid #1e1e1e;border-radius:2px;color:#757575;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0 -1px 0 0;padding:8px 14px;position:relative}.wp-block-premium-content-container--tab{align-items:center;background:#0000;border:none;display:flex;flex-direction:row;margin-inline-end:5px;padding:5px;text-decoration:none}.premium-content-tabs>button.edit{margin-inline-start:auto}.premium-content-wrapper{margin:0}.membership-button__disclaimer{color:var(--color-gray-200);flex-basis:100%;font-style:italic;margin:0}.membership-button__disclaimer a{color:var(--color-gray-400);line-height:36px}.wp-block-buttons .wp-block[data-type="jetpack/recurring-payments"]{display:inline-block;margin:0 0 0 .5em;width:auto}.editor-styles-wrapper .wp-block-buttons .wp-block[data-type="jetpack/recurring-payments"] .wp-block-button:not(.alignleft):not(.alignright){margin:0}.wp-block-premium-content-container .premium-content-wrapper .jetpack-block-nudge{display:none}.wp-block-premium-content-login-button{display:inline-block}.wp-block[data-align=center]>.wp-block-premium-content-login-button{align-items:center;display:flex;justify-content:center}.jetpack-publicize-gutenberg-social-icon{margin-left:10px}.components-connection-icon{cursor:pointer;display:grid}.components-connection-icon__picture .placeholder,.components-connection-icon__picture img{border-radius:2px;grid-area:1/1/2/2;height:24px;width:24px}.components-connection-icon__picture .placeholder{background-color:#a8bece;display:block}.components-connection-icon__picture .jetpack-publicize-gutenberg-social-icon{background-color:#fff;border-radius:2px;grid-area:1/1/2/2;height:15px;margin-left:5px;margin-right:14px;margin-top:14px;width:15px}.components-connection-icon__picture .jetpack-publicize-gutenberg-social-icon.is-facebook{border-radius:50%}.jetpack-publicize-connection-label-copy,.jetpack-publicize-gutenberg-social-icon{display:inline-block;vertical-align:middle}.cuoSlhSNrqf1dozY22Xb{fill:#000}.JLquNpQVlysAamuh5lJO,.lAIiifeLMmZAPlQ9n9ZR{fill:var(--jp-green-primary)}.cbOwD8Y4tFjwimmtchQI{fill:#757575}.cbOwD8Y4tFjwimmtchQI.aLWBKY0yRghEk7tNCgK3{fill:#0085ff}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw{fill:#0866ff}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.af4Y_zItXvLAOEoSDPSv{fill:#55acee}.cbOwD8Y4tFjwimmtchQI.f68aqF3XSD1OBvXR1get{fill:#0976b4}.cbOwD8Y4tFjwimmtchQI.xFI0dt3UiXRlRQdqPWkx{fill:#35465c}.cbOwD8Y4tFjwimmtchQI.q7JEoyymveP6kF747M43{fill:var(--color-gplus)}.cbOwD8Y4tFjwimmtchQI.DKOBOTVmTLbh26gUH_73{fill:#6364ff}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw{fill:#8ed500}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.cL3m0xBYTYhIKI7lCqDB{fill:#d93174}.cbOwD8Y4tFjwimmtchQI.fftumuc_lJ6v0tq4UMVR{fill:#43d854}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI{fill:#000}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI.social-logo{border-radius:40%}.components-connection-toggle{align-items:center;display:flex;position:relative;width:100%}.components-connection-toggle.is-not-checked .components-connection-icon__picture img{filter:saturate(0)}.components-connection-toggle.is-not-checked .jetpack-publicize-gutenberg-social-icon{fill:#949494;filter:saturate(0)}.components-connection-toggle.is-disabled{opacity:.5;width:100%}.__nV49on4_ijaV8Brnsw.zZ3Pu7E87XyYIdPR2WTt{margin-bottom:13px;margin-left:0;margin-right:0}.__nV49on4_ijaV8Brnsw .fLC8AaLf3xcKaoJ4Opax{height:auto;line-height:normal;padding-bottom:6px;padding-top:6px}.__nV49on4_ijaV8Brnsw .fLC8AaLf3xcKaoJ4Opax+.fLC8AaLf3xcKaoJ4Opax{margin-top:5px}.KQcQQLxH5fI08DfOlKwL{display:flex}.SbpyhN5jnda8H868J3rX{border-radius:4px;outline:1px solid var(--jp-gray-5)}.SbpyhN5jnda8H868J3rX .ONeewrk3aNC1gYJebq7K{margin-bottom:0}.SbpyhN5jnda8H868J3rX .ONeewrk3aNC1gYJebq7K:not(:last-child){border-bottom:1px solid var(--jp-gray-5)}.SbpyhN5jnda8H868J3rX .RoTxOeGFqAwk3pXUZpvF{padding:.75rem}@media(min-width:600px){.SbpyhN5jnda8H868J3rX .RoTxOeGFqAwk3pXUZpvF{padding:1rem}}.SbpyhN5jnda8H868J3rX .AjlYaYB_xi9ciXXCqHIJ{align-items:center;display:flex;gap:1rem}.SbpyhN5jnda8H868J3rX .kdYli5nS3b46T57Ih5TQ{display:flex;flex:1;flex-direction:column;gap:.25rem}.SbpyhN5jnda8H868J3rX .ci8T5eNe1rggYILce596{align-items:center;display:flex;gap:1rem}.SbpyhN5jnda8H868J3rX .W6mPdl5wGQlXfp1hYSK0{display:flex;gap:.5rem}.SbpyhN5jnda8H868J3rX .QbcyaAVqz3U_2xlIOZCw{border-radius:4px;font-size:.75rem;font-weight:600;padding:2px 8px}.SbpyhN5jnda8H868J3rX .fXvUC1jZNUXR7RSrIylI{color:var(--jp-gray-80);font-size:16px;font-weight:600;line-height:24px}.SbpyhN5jnda8H868J3rX .d22_aeSA1etqpnckP_Mr{color:var(--jp-gray-50);font-size:14px}.SbpyhN5jnda8H868J3rX .ddhaNmGMqOySRjR_TtqJ{display:flex;gap:.5rem}.SbpyhN5jnda8H868J3rX .nnSF_IK4vYviTlCOzPrg.components-button{font-size:14px;font-weight:500;line-height:20px;padding-inline:6px}.SbpyhN5jnda8H868J3rX .nnSF_IK4vYviTlCOzPrg.components-button span{display:flex}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw{border:0}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .components-panel__body{border-bottom:0;border-top:0;padding:0}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .components-panel__body.is-opened{margin-top:1rem}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ{display:flex;margin-top:1rem}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ form{display:flex;flex-direction:column;gap:1rem;justify-content:flex-end;width:100%}@media(min-width:600px){.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ form{flex-direction:row}}.SbpyhN5jnda8H868J3rX .MyXskAb4aXwO7zitR97z{color:var(--jp-green-50);white-space:nowrap}.SbpyhN5jnda8H868J3rX .hMntEpO6BV5B11lyAitv{font-size:var(--font-body-small);margin-block:0}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H{border-top:1px solid var(--jp-gray-5);padding-top:1rem}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H li:not(:last-child){margin-bottom:1rem}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H [inert=true]{opacity:.7}.jdahJvXCrCw0hA5NP3D3{display:grid;font-size:15px;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;margin-top:.4rem}.jdahJvXCrCw0hA5NP3D3.LLeYGX7Owy6gmpNW88VV{grid-auto-flow:row;grid-gap:2rem;height:auto;min-height:unset}.jdahJvXCrCw0hA5NP3D3 img{max-height:520px;max-width:100%}.jdahJvXCrCw0hA5NP3D3>div{padding:.4rem}.jdahJvXCrCw0hA5NP3D3>div:has(img){margin-inline-end:auto;margin-inline-start:auto}.EdjyE9tVLH6lWMoB9z3M{display:flex;gap:1rem}.EdjyE9tVLH6lWMoB9z3M .EQQHwkVXRn0caD6J7LqV{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:.5rem}.EdjyE9tVLH6lWMoB9z3M .vvlyiVm67wUWF9NhpMA4{height:38px;width:38px}.EdjyE9tVLH6lWMoB9z3M .zqX6xk8KCGK1_qbYKqY5.components-button.is-tertiary{color:var(--jp-gray-50);font-size:1rem;font-weight:400}.fNeO_MZFp7cPkgtCdkAF .zK8sijAMFNs2m6WRAoi4.components-button{font-size:14px;font-weight:500;line-height:20px;padding:6px 16px}.fNeO_MZFp7cPkgtCdkAF input{min-width:220px}@media(max-width:782px){.fNeO_MZFp7cPkgtCdkAF input{font-size:14px;min-height:30px;padding:0 8px}}.zLobzkXnF6jHxNvkfz5_{display:flex;gap:.5rem}.zI5tJ_qhWE6Oe6Lk75GY{--wp-admin-theme-color:var(--jp-black);--wp-admin-theme-color-darker-10:var(--jp-black-80);--wp-admin-theme-color-darker-20:var(--jp-black-80);--wp-admin-border-width-focus:1.51px;border-radius:var(--jp-border-radius);font-weight:600;justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo{height:calc(var(--spacing-base)*5);padding:var(--spacing-base);width:calc(var(--spacing-base)*5)}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo>svg:first-child{margin:0;padding:0}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo.Na39I683LAaSA99REg14{height:calc(var(--spacing-base)*4);min-width:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*4)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body);height:auto;line-height:24px;padding:var(--spacing-base) calc(var(--spacing-base)*3)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK{padding:var(--spacing-base) calc(var(--spacing-base)*2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body-extra-small);height:auto;line-height:20px;padding:calc(var(--spacing-base)/2) var(--spacing-base)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK>svg:first-child{margin-left:calc(var(--spacing-base)/2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo)>.components-spinner{height:20px}.zI5tJ_qhWE6Oe6Lk75GY.lZAo6_oGfclXOO9CC6Rd{font-weight:400}.zI5tJ_qhWE6Oe6Lk75GY.xJDOiJxTt0R_wSl8Ipz_{min-width:100%}.zI5tJ_qhWE6Oe6Lk75GY.is-primary:disabled,.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:disabled{background:var(--jp-gray);color:var(--jp-gray-20)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary{background:var(--jp-white);box-shadow:inset 0 0 0 1.51px var(--jp-black)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:active:not(:disabled),.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:hover:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-link.Na39I683LAaSA99REg14,.zI5tJ_qhWE6Oe6Lk75GY.is-link.ipS7tKy9GntCS4R3vekF{padding:0}.zI5tJ_qhWE6Oe6Lk75GY.is-link:hover:not(:disabled){text-decoration-thickness:3px}.zI5tJ_qhWE6Oe6Lk75GY.is-link:focus:not(:disabled){text-decoration-line:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:not(:disabled){background:var(--jp-red-50);box-shadow:inset 0 0 0 1px var(--jp-red-50);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:hover:not(:disabled){background:var(--jp-red-60);box-shadow:inset 0 0 0 1px var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:focus:not(:disabled){background:var(--jp-red-70);box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:active:not(:disabled){background:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:not(:disabled){background:var(--jp-white);box-shadow:inset 0 0 0 1.5px var(--jp-red-50);color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:hover:not(:disabled){background:var(--jp-red-0);box-shadow:inset 0 0 0 1.5px var(--jp-red-60);color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:active:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:not(:disabled){color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:hover:not(:disabled){box-shadow:none;color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6{position:relative}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6.has-icon{justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>:not(.components-spinner){visibility:hidden}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>.components-spinner{margin:0;position:absolute}.CDuBjJp_8jxzx5j6Nept{margin-right:calc(var(--spacing-base)/2)}.O5Go3eBOBqWlXy7fX0su{align-items:start;display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem;width:100%}.O5Go3eBOBqWlXy7fX0su>h3{margin-block:0}.fgQ4OdnJ1svMwDnOKu2H{align-items:center;display:flex}.fgQ4OdnJ1svMwDnOKu2H .components-spinner{margin-top:0}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b{color:inherit;font-size:1rem;font-weight:400;text-decoration:none}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link>svg,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b>svg{vertical-align:bottom}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link span,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b span{text-decoration:none}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link:hover{text-decoration:underline}.fgQ4OdnJ1svMwDnOKu2H span{text-decoration:none}.QsEfjoVyfc0gVACXTvUM span{font-size:15px}.eCH_xkiqbqL0UkJjU_1p{border-top:1px solid var(--jp-gray-5);display:flex;gap:.5rem;margin-bottom:1rem;padding-top:1rem}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw{border:0;margin-right:3rem}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw .components-panel__body{border-bottom:0;border-top:0;padding:0}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw .components-panel__body.is-opened{margin-top:1rem}.fXYYdRkn3LXtN9YH3354{border-radius:4px;margin:0;outline:1px solid var(--jp-gray-5);width:100%}.fXYYdRkn3LXtN9YH3354 [inert=true]{opacity:.7}.fXYYdRkn3LXtN9YH3354 .LaK9P7Nfi4ZBH0NhtbSs{margin-bottom:0;padding:1rem}.fXYYdRkn3LXtN9YH3354 .LaK9P7Nfi4ZBH0NhtbSs:not(:last-child){border-bottom:1px solid var(--jp-gray-5)}.fXYYdRkn3LXtN9YH3354 .tI3FtttoJPuF9AJzCAMv{align-items:center;display:flex;gap:1rem}.fXYYdRkn3LXtN9YH3354 .msoMjBB_4Uq5qpRgobsH{font-size:1rem;font-weight:400}.fXYYdRkn3LXtN9YH3354 .RjMLptH6v03AX5ABWBp3.components-button{font-size:14px;font-weight:500;line-height:20px;padding-inline:6px}.fXYYdRkn3LXtN9YH3354 .RjMLptH6v03AX5ABWBp3.components-button span{display:flex}.z5Do97zRnujyW3Oj0pPJ{display:flex;flex:1;flex-direction:column;gap:.5rem}.gridicon{fill:currentColor;display:inline-block}.gridicon.needs-offset g{transform:translate(-1px,1px)}.gridicon.needs-offset-x g{transform:translate(-1px)}.gridicon.needs-offset-y g{transform:translateY(1px)}.components-popover:not(.is-without-arrow):before{border-color:#dcdcde}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=left] .components-popover__content{margin-left:-62px}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=right] .components-popover__content{margin-right:-62px}.icon-tooltip-helper .components-popover[data-y-axis=bottom] .components-popover__content{top:2px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-6px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-4px!important}.icon-tooltip-helper .components-popover[data-y-axis=top] .components-popover__content{bottom:10px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:3px}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:4px}.icon-tooltip-helper.is-wide .components-popover__content{width:440px}.icon-tooltip-wrapper{color:#000;display:inline-block;position:relative}.icon-tooltip-wrapper .components-button.is-link:focus:not(:disabled){box-shadow:none}.icon-tooltip-helper{height:18px;pointer-events:none;position:absolute;right:-53px;top:0;width:124px}.icon-tooltip-container{pointer-events:all}.icon-tooltip-container .components-popover__content{border:1px solid #dcdcde;border-radius:4px;margin:0 10px;max-width:90vw;outline:none;padding:24px;white-space:normal;width:304px}.icon-tooltip-title{font-size:16px;font-weight:600;line-height:19px}.icon-tooltip-title:not(:last-child){margin-bottom:8px}.icon-tooltip-content{font-size:14px;font-weight:400;line-height:24px}.icon-tooltip-content ul{list-style-type:disc;margin:0 1rem 0 0}.icon-tooltip-content ul li:last-child{margin-bottom:0}.WQVtrU6q0L1Igcj7wCrQ{margin:0;padding:0}.UujoBFTnQNY2cWU2SIsH{font-size:var(--font-headline-medium);font-weight:700;line-height:52px}.TeGO5V_thHw5lDAm1_2M{font-weight:700}.TeGO5V_thHw5lDAm1_2M,.WolQzb2MsSgiNmLtc7_j{font-size:var(--font-headline-small);line-height:40px}.WolQzb2MsSgiNmLtc7_j{font-weight:400}.hUB0JT8p1T2Hw28N6qC8{font-weight:500}.gKZWDv5chz3_O3Syp74H,.hUB0JT8p1T2Hw28N6qC8{font-size:var(--font-title-medium);line-height:32px}.gKZWDv5chz3_O3Syp74H{font-weight:600}.zY2No8Ga4b8shbOQGhnv{font-size:var(--font-title-small);font-weight:500;line-height:30px}.tIj0D1t8Cc892ikmgFPZ{font-size:var(--font-body);font-weight:400;line-height:24px}.KdcN0BnOaVeVhyLRKqhS{font-size:var(--font-body-small);font-weight:400;line-height:24px}.dso3Rh3tl3Xv1GumBktz{font-weight:400}.dso3Rh3tl3Xv1GumBktz,.mQ1UlbN9u4Mg9byO8m7v{font-size:var(--font-body-extra-small);line-height:20px}.mQ1UlbN9u4Mg9byO8m7v{font-weight:700}.PItlW5vRExLnTj4a8eLE{font-size:var(--font-body-extra-small);font-weight:600;line-height:16px}.TwRpPlktzxhmFVeua7P5{margin:calc(var( --spacing-base )*0)}.zVfqx7gyb3o9mxfGynn1{margin-left:calc(var( --spacing-base )*0);margin-right:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy{margin-bottom:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy,.xqDIp6cNVr_E6RXaiPyD{margin-top:calc(var( --spacing-base )*0)}.S8EwaXk1kyPizt6x4WH2{margin-left:calc(var( --spacing-base )*0)}.ODX5Vr1TARoLFkDDFooD{margin-bottom:calc(var( --spacing-base )*0)}.cphJ8dCpfimnky7P2FHg{margin-right:calc(var( --spacing-base )*0)}.PFgIhNxIyiSuNvQjAIYj{margin:calc(var( --spacing-base )*1)}.M2jKmUzDxvJjjVEPU3zn{margin-left:calc(var( --spacing-base )*1);margin-right:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk{margin-bottom:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk,.rcTN5uw9xIEeMEGL3Xi_{margin-top:calc(var( --spacing-base )*1)}.CQSkybjq2TcRM1Xo9COV{margin-left:calc(var( --spacing-base )*1)}.hfqOWgq6_MEGdFE82eOY{margin-bottom:calc(var( --spacing-base )*1)}.I8MxZQYTbuu595yfesWA{margin-right:calc(var( --spacing-base )*1)}.kQkc6rmdpvLKPkyoJtVQ{margin:calc(var( --spacing-base )*2)}.j6vFPxWuu4Jan2ldoxpp{margin-left:calc(var( --spacing-base )*2);margin-right:calc(var( --spacing-base )*2)}.hqr39dC4H_AbactPAkCG{margin-bottom:calc(var( --spacing-base )*2)}.c3dQnMi16C6J6Ecy4283,.hqr39dC4H_AbactPAkCG{margin-top:calc(var( --spacing-base )*2)}.YNZmHOuRo6hU7zzKfPdP{margin-left:calc(var( --spacing-base )*2)}.Db8lbak1_wunpPk8NwKU{margin-bottom:calc(var( --spacing-base )*2)}.ftsYE5J9hLzquQ0tA5dY{margin-right:calc(var( --spacing-base )*2)}.Det4MHzLUW7EeDnafPzq{margin:calc(var( --spacing-base )*3)}.h_8EEAztC29Vve1datb5{margin-left:calc(var( --spacing-base )*3);margin-right:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM{margin-bottom:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM,.soADBBkcIKCBXzCTuV9_{margin-top:calc(var( --spacing-base )*3)}.zSX59ziEaEWGjnpZa4uV{margin-left:calc(var( --spacing-base )*3)}.yrVTnq_WBMbejg89c2ZQ{margin-bottom:calc(var( --spacing-base )*3)}.UKtHPJnI2cXBWtPDm5hM{margin-right:calc(var( --spacing-base )*3)}.guexok_Tqd5Tf52hRlbT{margin:calc(var( --spacing-base )*4)}.oS1E2KfTBZkJ3F0tN7T6{margin-left:calc(var( --spacing-base )*4);margin-right:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd{margin-bottom:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd,.ot2kkMcYHv53hLZ4LSn0{margin-top:calc(var( --spacing-base )*4)}.A1krOZZhlQ6Sp8Cy4bly{margin-left:calc(var( --spacing-base )*4)}.pkDbXXXL32237M0hokEh{margin-bottom:calc(var( --spacing-base )*4)}.XXv4kDTGvEnQeuGKOPU3{margin-right:calc(var( --spacing-base )*4)}.yGqHk1a57gaISwkXwXe6{margin:calc(var( --spacing-base )*5)}.X8cghM358X3DkXLc9aNK{margin-left:calc(var( --spacing-base )*5);margin-right:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f{margin-bottom:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f,.yqeuzwyGQ7zG0avrGqi_{margin-top:calc(var( --spacing-base )*5)}.g9emeCkuHvYhveiJbfXO{margin-left:calc(var( --spacing-base )*5)}.Lvk3dqcyHbZ07QCRlrUQ{margin-bottom:calc(var( --spacing-base )*5)}.r3yQECDQ9qX0XZzXlVAg{margin-right:calc(var( --spacing-base )*5)}.aQhlPwht2Cz1X_63Miw0{margin:calc(var( --spacing-base )*6)}.JyHb0vK3wJgpblL9s5j8{margin-left:calc(var( --spacing-base )*6);margin-right:calc(var( --spacing-base )*6)}.cY2gULL1lAv6WPNIRuf3{margin-bottom:calc(var( --spacing-base )*6)}.NBWQ9Lwhh_fnry3lg_p7,.cY2gULL1lAv6WPNIRuf3{margin-top:calc(var( --spacing-base )*6)}.yIOniNe5E40C8fWvBm5V{margin-left:calc(var( --spacing-base )*6)}.t30usboNSyqfQWIwHvT3{margin-bottom:calc(var( --spacing-base )*6)}.Nm_TyFkYCMhOoghoToKJ{margin-right:calc(var( --spacing-base )*6)}.C4qJKoBXpgKtpmrqtEKB{margin:calc(var( --spacing-base )*7)}.S93Srbu6NQ_PBr7DmTiD{margin-left:calc(var( --spacing-base )*7);margin-right:calc(var( --spacing-base )*7)}.fJj8k6gGJDks3crUZxOS{margin-bottom:calc(var( --spacing-base )*7)}.cW6D6djs7Ppm7fD7TeoV,.fJj8k6gGJDks3crUZxOS{margin-top:calc(var( --spacing-base )*7)}.DuCnqNfcxcP3Z__Yo5Ro{margin-left:calc(var( --spacing-base )*7)}.im8407m2fw5vOg7O2zsw{margin-bottom:calc(var( --spacing-base )*7)}.G0fbeBgvz2sh3uTP9gNl{margin-right:calc(var( --spacing-base )*7)}.kvW3sBCxRxUqz1jrVMJl{margin:calc(var( --spacing-base )*8)}.tOjEqjLONQdkiYx_XRnw{margin-left:calc(var( --spacing-base )*8);margin-right:calc(var( --spacing-base )*8)}.op5hFSx318zgxsoZZNLN{margin-bottom:calc(var( --spacing-base )*8)}.c9WfNHP6TFKWIfLxv52J,.op5hFSx318zgxsoZZNLN{margin-top:calc(var( --spacing-base )*8)}.sBA75QqcqRwwYSHJh2wc{margin-left:calc(var( --spacing-base )*8)}.GpL6idrXmSOM6jB8Ohsf{margin-bottom:calc(var( --spacing-base )*8)}.HbtWJoQwpgGycz8dGzeT{margin-right:calc(var( --spacing-base )*8)}.uxX3khU88VQ_Ah49Ejsa{padding:calc(var( --spacing-base )*0)}.KX0FhpBKwKzs9fOUdbNz{padding-left:calc(var( --spacing-base )*0);padding-right:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz{padding-bottom:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz,.emxLHRjQuJsImnPbQIzE{padding-top:calc(var( --spacing-base )*0)}.kJ8WzlpTVgdViXt8ukP9{padding-left:calc(var( --spacing-base )*0)}.tg_UIUI11VBzrTAn2AzJ{padding-bottom:calc(var( --spacing-base )*0)}.uczvl8kaz84oPQJ2DB2R{padding-right:calc(var( --spacing-base )*0)}.o7UHPcdVK3lt7q3lqV4o{padding:calc(var( --spacing-base )*1)}.IDqEOxvDoYrFYxELPmtX{padding-left:calc(var( --spacing-base )*1);padding-right:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2{padding-bottom:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2,.npy3hw4A5QSkDicb2CJJ{padding-top:calc(var( --spacing-base )*1)}.LgbptTApNY5NwLQvEFAt{padding-left:calc(var( --spacing-base )*1)}.WZQy2SZuZso59bUsXXyl{padding-bottom:calc(var( --spacing-base )*1)}.o331apInxNunbYB3SfPE{padding-right:calc(var( --spacing-base )*1)}.fMPIyD9Vqki1Lrc_yJnG{padding:calc(var( --spacing-base )*2)}.i2pMcTcdrr10IQoiSm_L{padding-left:calc(var( --spacing-base )*2);padding-right:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH{padding-bottom:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH,.o9bGieUKcYc8o0Ij9oZX{padding-top:calc(var( --spacing-base )*2)}.SwZcFez1RDqWsOFjB5iG{padding-left:calc(var( --spacing-base )*2)}.eHpLc_idmuEqeqCTvqkN{padding-bottom:calc(var( --spacing-base )*2)}.vU39i2B4P1fUTMB2l6Vo{padding-right:calc(var( --spacing-base )*2)}.JHWNzBnE29awhdu5BEh1{padding:calc(var( --spacing-base )*3)}.X72lGbb56L3KFzC2xQ9N{padding-left:calc(var( --spacing-base )*3);padding-right:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e{padding-bottom:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e,.srV0KSDC83a2fiimSMMQ{padding-top:calc(var( --spacing-base )*3)}.lUWfkmbQjCskhcNwkyCm{padding-left:calc(var( --spacing-base )*3)}.Ts0dIlc3aTSL7V4cIHis{padding-bottom:calc(var( --spacing-base )*3)}.CzlqQXXhX6MvorArFZ8B{padding-right:calc(var( --spacing-base )*3)}.TqMPkQtR_DdZuKb5vBoV{padding:calc(var( --spacing-base )*4)}.a7UrjhI69Vetlcj9ZVzz{padding-left:calc(var( --spacing-base )*4);padding-right:calc(var( --spacing-base )*4)}.StEhBzGs2Gi5dDEkjhAv{padding-bottom:calc(var( --spacing-base )*4)}.FGneZfZyvYrt1dG0zcnm,.StEhBzGs2Gi5dDEkjhAv{padding-top:calc(var( --spacing-base )*4)}.APEH216rpdlJWgD2fHc8{padding-left:calc(var( --spacing-base )*4)}.oGwXC3ohCic9XnAj6x69{padding-bottom:calc(var( --spacing-base )*4)}.U6gnT9y42ViPNOcNzBwb{padding-right:calc(var( --spacing-base )*4)}.IpdRLBwnHqbqFrixgbYC{padding:calc(var( --spacing-base )*5)}.HgNeXvkBa9o3bQ5fvFZm{padding-left:calc(var( --spacing-base )*5);padding-right:calc(var( --spacing-base )*5)}.tJtFZM3XfPG9v9TSDfN1{padding-bottom:calc(var( --spacing-base )*5)}.PdifHW45QeXYfK568uD8,.tJtFZM3XfPG9v9TSDfN1{padding-top:calc(var( --spacing-base )*5)}.mbLkWTTZ0Za_BBbFZ5b2{padding-left:calc(var( --spacing-base )*5)}.vVWpZpLlWrkTt0hMk8XU{padding-bottom:calc(var( --spacing-base )*5)}.RxfaJj5a1Nt6IavEo5Zl{padding-right:calc(var( --spacing-base )*5)}.SppJULDGdnOGcjZNCYBy{padding:calc(var( --spacing-base )*6)}.palY2nLwdoyooPUm9Hhk{padding-left:calc(var( --spacing-base )*6);padding-right:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_{padding-bottom:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_,.YEEJ9b90ueQaPfiU8aeN{padding-top:calc(var( --spacing-base )*6)}.QE0ssnsKvWJMqlhPbY5u{padding-left:calc(var( --spacing-base )*6)}.n8yA3jHlMRyLd5UIfoND{padding-bottom:calc(var( --spacing-base )*6)}.tXHmxYnHzbwtfxEaG51n{padding-right:calc(var( --spacing-base )*6)}.kBTsPKkO_3g_tLkj77Um{padding:calc(var( --spacing-base )*7)}.RyhrFx6Y1FGDrGAAyaxm{padding-left:calc(var( --spacing-base )*7);padding-right:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO{padding-bottom:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO,.vQVSq6SvWKbOMu6r4H6b{padding-top:calc(var( --spacing-base )*7)}.oBy5__aEADMsH46mrgFX{padding-left:calc(var( --spacing-base )*7)}.KVEXoJqf1s92j0JMdNmN{padding-bottom:calc(var( --spacing-base )*7)}.ZMXGNrNaKW3k_3TLz0Fq{padding-right:calc(var( --spacing-base )*7)}.tuiR9PhkHXhGyEgzRZRI{padding:calc(var( --spacing-base )*8)}.U7454qyWkQNa2iaSJziu{padding-left:calc(var( --spacing-base )*8);padding-right:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8{padding-bottom:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8,.X1rm9DQ1zLGLfogja5Gn{padding-top:calc(var( --spacing-base )*8)}.JS7G6kAuqJo5GIuF8S5t{padding-left:calc(var( --spacing-base )*8)}.Y8F9ga1TDCMbM1lj4gUz{padding-bottom:calc(var( --spacing-base )*8)}.AJuyNGrI63BOWql719H8{padding-right:calc(var( --spacing-base )*8)}.demNsMJjhi7BLY7xhjU5{align-items:center;display:flex;font-size:var(--font-body);line-height:calc(var(--spacing-base)*3);margin:calc(var(--spacing-base)*2) 0;min-height:calc(var(--spacing-base)*3)}.QiUjdjJSkqh6nH7YMG5A{align-self:flex-start;height:calc(var(--spacing-base)*3);margin-left:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*3)}.Q080AHcq29J2fc68Hhk5{color:var(--jp-red)}.Q080AHcq29J2fc68Hhk5 .hYWbIwhppukXmGnsiT9H{fill:var(--jp-red)}.JjHuxWly0HI9C60gorbq{color:var(--jp-yellow-40)}.JjHuxWly0HI9C60gorbq .hYWbIwhppukXmGnsiT9H{fill:var(--jp-yellow-40)}.Cm8ZFHi3mngl4cj9Gatx{color:var(--jp-blue-40)}.Cm8ZFHi3mngl4cj9Gatx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-blue-40)}.ytGBsU015p3LGwOPwFDx{color:var(--jp-green)}.ytGBsU015p3LGwOPwFDx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-green)}.udAWaza1u34TkmZZUPq4 .JsO4jFxFAKjG6Go62bZF{font-size:1rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .M6POQFFbhswwolN6D9VN{display:flex;flex-direction:column;gap:1rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .Sk_WQxS97yTokR_rM3Ci{flex-shrink:0}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .CRjatFVv3dQMjG9_Vmjj{align-items:center;display:flex;gap:.5rem}.udAWaza1u34TkmZZUPq4 .re3HrL6GJa59uqDgx771{align-items:center;display:flex;gap:1rem;justify-content:end;margin-top:3rem}.udAWaza1u34TkmZZUPq4 .jPB4ApiYyEswu6AKKJqk{height:2rem;width:2rem}.udAWaza1u34TkmZZUPq4 .JhIphWt8e2X_ee0l7KEZ{align-items:center;display:flex;font-size:1rem;gap:.5rem}.Mu_jAq5ZcYDM1kmBbxcs.Mu_jAq5ZcYDM1kmBbxcs{width:65rem}.foAsC5GlXOWEzACnxT_P{display:grid;gap:.5rem}.foAsC5GlXOWEzACnxT_P>input{height:100%;width:18rem}.foAsC5GlXOWEzACnxT_P:not(._7PKKGx44v2H9dJbUltFw){grid-auto-flow:column}.IGOk1gMf5SKkfOKyF7Xc{padding-block:2rem}.ptn8jt555LOvMXWaoLxs{font-size:13px;line-height:24px;margin:5px 0 12px;position:relative}.IVzciZv5S5E8XgR5EsLp{color:#757575}.OpbDsm3F65Z4K5Bz43cz,.dlrSwB0tyuf1TYcypDec,.hkpqil8E11PObwu7TVU2{padding:8px 16px}.OpbDsm3F65Z4K5Bz43cz a,.dlrSwB0tyuf1TYcypDec a,.hkpqil8E11PObwu7TVU2 a{color:inherit}.dlrSwB0tyuf1TYcypDec{background-color:#fef8ee;border-right:2px solid #f0b849}.hkpqil8E11PObwu7TVU2{background-color:#f4a2a2;border-right:2px solid #cc1818}.OpbDsm3F65Z4K5Bz43cz{border:1px solid #007cba;border-right-width:4px;padding:12px 16px}.AeqtA3GRe7sFjKaC9SqL{padding-left:25px}.IArBTmNL2K4du5WPBUhg{all:unset;cursor:pointer;left:16px;position:absolute;top:12px}.IArBTmNL2K4du5WPBUhg:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #007cba}.T7E2eJJN4qjwPpv3mcjV{margin-top:12px}.facebook-preview__post-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJIAAAAkCAYAAABi6GPmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAfySURBVHgB7Vx/iFVFFP6SCAmTCAuRisVqkTCTMouIEJEQBAkREcEIEYnWQqIsIor+EBGJRSQwlhAMWUxMQlqRRfxDthCRsBBdRDaR2kosWgmxddfm887Vc+fNzJ15b+6+92A/OLC8mTlz79zvnl8zd4HG0alkr5ILSv5WMqBkg5K7MYmJxMNKepUMa+nVv4WO7VLSp2RQyVUtg/q3rghddWGlkn+V3LTIQKLJn1TSreQMspu7mUiuap3deo4qsVbJRSX7ldyP9OA6X0HtPV6B/xnMUtKj5AbK1+uG7jsLiTEF9ouXcl7JNNQHWrSdSsaQjjwuGdNzVWVFL4u5Til5AGnRC/e99TrGLFcyovv8p+RrJWuQeZhpWjr1b38pGdd9R/TYZHgIRebPVTJDyWYl10Xbl4gHH2g/qieQKf2ohkzmPD8iLZmG4b6nYUv/t3DnBf1GyWMl+gcMnSTV20iEmULxJaPtVdE2ivhF24nihR9H9hakNKuztM7jxlw7kR62B3wa2YuXAjFE4j2PaXmvXDVes+gc15LEMs0Qii9b2o+J9g0IB+MV6c62InOjVWGKnkO6udQxk+lG879/RmbZG0Woa+PLk7uz90t03qXkK/gt+AgSvNzThMKrlvZNon0HwtGNoiWqkkQ5pqBombqRFnLxGXNIMjHgb5RMocF2j/79XIDOJxAWDvSgQdyLovsyId3bAYTjjBiXNKgrwXIUH25KyIUnVqNIprPIQoVGUJb+829mXnRJXQH67lHyC/wkGtc6G8rO1wuFg5b2ZaL9MMIhU/zkqaYHs+C3sI3AJBLB0skoimtY5f12ibmesbSvQlai+ELJ88gC8KMIs0obUSfoCgaFoncsfdaJ9j0Ih23RJwpVze3SuwJFMrFcUlXhr0/Ms9bSThc1jjDimNKHOiHdFqvZtlrRNsekXDgG5yeUbEdWq5BodyLNUfImsuIjXZZZsDXBtZRk4g7BoyVzMAtmgpAXaf9Btp6MS10x5TkUPYSrzPE4yl2aKYOoEyeEkq2OPociLmSbGNeOROLDo2s4Bf99jjrGMwyQtbchJR2OvvNRLHCachBZfGNixNKvwzHHEWTkJPlYW/sN/vuqKxR4WSi4BnfG8QPiWL1Fj2s3Ii1CZkXK7o9E2erRY5KJ8UqHpV/+gvJBjzrmsrmuEUdfehQahqfgxn1KfkIJkWhG+42bsC1Cv+57WPy+C/WB5OPCnUTxbZ2J9iESrVA3ateKroxuje5tnpLpCMcryF7OXBcLvbONPlyj+fpvuiEbmfotus/BT/T98IPu9BNkBDbH3nJtMVsR0sqM6RtpBHwY0k0uR3sQia7jgNGfNZuP0PjWxxIUyfQr/Otsqx/Zyhd98D/b0JLH06gl761g+zrCiRTD4FDIoHwz2oNIB42+3yJNhTrHYhSDdJKp09JvHuzPZsjStwv+53kR4bhkjL1VlwpZPNvEC5AGu4XO9Wh9In1o9NuGarAIRTIdt/RxeZMBS19ZkLSN4e+zUY5HjDG3C5KxRGJgtQZpwLdYmuZ1aG0ivYBiRXo7qgP3Ms+KuS4Y7WYYIOUzh84e+K3S90oehB8bjTG3t0hiidSJdOA2y16h23zDJhplc8sY8Riq2wdkQC23ikje1UYfWRA25UWHXrlp65I/kRWQmflNteiQMW1h0zaWSKkxW+j+o+K5yuCbe6VoYzBcVQWaes+jSCIznZclGFPOlujPj5GEVLEPGWOfxR2XVnOMpNlEksdRzNRyouGbW54OqCou6kAWKOfzMDtaZem3A+6HvwzlkAfbyuQ5PYZ7b7/jDpFqDrY1m0gyLqLraMVN207RxizXl+IvVPKxkn3IzhsNa320Yls845jiXzLmcZ1+cBV7+xEOedTWZ51YN+Qx3Dzldx61bRaRuNfDN1uWH1iHacVjJFtEm63swQP9nyJL031v93XYwf05ecqRpFsKN4Yc+uchDkkP/zeLSISsDHNxpqI1D7bJANN0HdwotVV7XWKCD1/unTHlXww/zlj0Xkb9SPI5UjOJtAK1b3qrHbWdLq6H5j0/6cDSxRHUPlAmDHxzGSAvQPEjCXP9eC5Ilj/48F5COWz1I15bXgHnFkqjB+Wi0UwiyaBR7tu10uH/paLtpP7NzKwozJYYGNtIb1s/1qSkJePm6UKEYS3s1m5U6DyECUYziMRg9V0U46Mlor3scySOcwWujFf4CdQ1hLubXGyfI8mz5yRZB4oxypi+Fp/VNNeP6btMKmiV5iMc3Oszt2lMNxejLwmaQaR9hs4Tlj5lH0jaAlfGL75Pc1zi+0Dyc9HPTAauISzdlnPxhZFbH3SFcxEPEpck59rRCuVfDtNNp/4AMwjNINLrQh9L/74b932ynYNWaA/iyBP6ybaMg2TBlCRagjCYL0D+t2szti0RSyTWRpaiMewS+mI//TGv12aFhhFmKUJwGnYirorQYRvP3faQTdK2QSyRcmGWxQxjKsJAU8yDcR+geJ6lLNX1XYvNCvG3lP+oYcgyR2xl2xwfci677VAvkVLIUTR2vVVZIQnzfDRjkthyhEzxq/7sqGmIJRIzohT/IYRl/nq+fbfpSm2FJGRcxvhmDuLxBrL0nllhygNwLYWYE5J5psQAkXEO44fRwLHsx7iAi8k6SL3/9UOm9VVZIYnvxHybMAknYs5sx2wKVgXuafHt3o3qrJAEK9ncLa+asG2P2K9IJjGJGvwP+tnxKdafpLoAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:73px 18px;display:inline-block;filter:invert(40%)}.facebook-preview__post-icon-like{background-position:100% 0;height:18px;width:18px}.facebook-preview__post-icon-comment{background-position:-18px 0;height:18px;width:18px}.facebook-preview__post-icon-share{background-position:-36px 0;height:18px;width:18px}.facebook-preview__post-icon-info{background-position:-54px 0;height:14px;width:7px}.facebook-preview__post-icon-public{background-position:-61px 0;height:12px;width:12px}.facebook-preview__post-actions{align-items:center;color:#65676b;display:flex;font-size:.9375rem;font-weight:600;height:2.625rem;justify-content:space-around;line-height:1.33;list-style-type:none;margin:0;padding:0;width:100%}.facebook-preview__post-actions>li{align-items:center;display:flex;gap:.5rem;margin:0}.facebook-preview__post-header{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;min-height:60px;padding:.75rem 1rem .5rem;width:100%}.facebook-preview__post-header-content{display:flex;gap:.5rem}.facebook-preview__post-header-avatar{background-color:#caccd1;border:1px solid #e5e5e5;border-radius:50%;height:40px;width:40px}.facebook-preview__post-header-name{color:#050505;font-size:.9375rem;font-weight:600;line-height:1.33}.facebook-preview__post-header-share{align-items:center;color:#65676b;display:flex}.facebook-preview__post-header-time{font-size:.8125rem;line-height:1.23}.facebook-preview__post-header-dot{text-align:center;width:.625rem}.facebook-preview__post-header-more{background-image:radial-gradient(circle at .125rem .125rem,#65676b 2px,#0000 0);background-size:.5rem .25rem;height:.25rem;margin:0 0 0 .625rem;width:1.25rem}.facebook-preview__post{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px #0003,0 -1px 0 #0000000d;display:flex;flex-direction:column;font-family:system-ui,-apple-system,BlinkMacSystemFont,\.SFNSText-Regular,sans-serif;margin-inline:auto;max-width:clamp(508px,100%,680px);overflow-y:hidden}.facebook-preview__post :-moz-any-link{color:#216fdb;text-decoration:none}.facebook-preview__post :any-link{color:#216fdb;text-decoration:none}.facebook-preview__custom-text{color:#050505;font-size:.9375rem;line-height:1.33;margin:0;padding:0 1rem 1rem;word-break:break-word}.facebook-preview__custom-text-post-url{display:block;margin-top:.5rem}.facebook-preview__body{border-bottom:1px solid #d4d0d4;border-top:1px solid #d4d0d4;display:flex;flex-direction:column}.facebook-preview__body.is-loading{visibility:hidden}.facebook-preview__body.is-portrait{flex-direction:row}.facebook-preview__text{align-items:center;background-color:#f0f2f5;color:#050505;display:flex;flex:1;padding:.5rem 1rem;position:relative;word-break:break-word}.facebook-preview__text-wrapper{width:100%}.facebook-preview__url{color:#65676b;font-size:.8125rem;line-height:1;margin-bottom:.25rem;text-transform:uppercase}.facebook-preview__title{font-size:.9444rem;font-weight:600;line-height:1.18;margin:.25rem 0 .125rem}.facebook-preview__description{color:#65676b;font-size:.9375rem;line-height:1.33}.facebook-preview__body.is-landscape .facebook-preview__description.is-compact{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.facebook-preview__custom-image img,.facebook-preview__custom-image video,.facebook-preview__image img,.facebook-preview__image video,.facebook-preview__media-item img,.facebook-preview__media-item video{display:block;-o-object-fit:cover;object-fit:cover;width:100%}.facebook-preview__image.is-empty{border-inline-end:1px solid #d4d0d4;height:140px;width:140px}.facebook-preview__image.is-portrait img{height:430px;width:278px}.facebook-preview__image.is-landscape img{aspect-ratio:1.91;width:100%}.facebook-preview__custom-image,.facebook-preview__media-item{background-color:#121212;display:flex;justify-content:center;width:100%}.facebook-preview__custom-image.is-portrait img,.facebook-preview__media-item.is-portrait img{height:685px;width:500px}.facebook-preview__custom-image.is-landscape img,.facebook-preview__media-item.is-landscape img{aspect-ratio:1.78;width:100%}.facebook-preview__info{align-items:center;background-color:#fff;border:1px solid #d4d0d4;border-radius:50%;display:flex;height:30px;justify-content:center;left:15px;position:absolute;top:-10px;width:30px}.facebook-preview__info i{filter:invert(8%)}.facebook-preview__window{border:1px solid #d4d0d4;border-radius:16px;margin:0 .75rem}.facebook-preview__window .facebook-preview__custom-image,.facebook-preview__window .facebook-preview__custom-image img,.facebook-preview__window .facebook-preview__image,.facebook-preview__window .facebook-preview__image img{border-top-left-radius:inherit;border-top-right-radius:inherit}.instagram-preview__wrapper{background-color:#fff;margin-inline:auto;max-width:clamp(200px,100%,555px);padding:20px}.instagram-preview__section .instagram-preview__wrapper{padding:0}.instagram-preview__section.social-preview__section{width:clamp(200px,100%,555px)}.instagram-preview__container{box-shadow:0 0 0 1px #00000014;overflow:hidden}.instagram-preview__header{display:flex;gap:.5rem;padding:.5rem 1rem}.instagram-preview__header--avatar{align-items:center;display:flex;max-height:32px;max-width:32px}.instagram-preview__header--avatar img{border-radius:50%;height:100%;width:100%}.instagram-preview__header--profile{align-items:center;display:flex;flex-grow:1;justify-content:space-between}.instagram-preview__header--profile-name{font-weight:700}.instagram-preview__media{display:flex}.instagram-preview__media--image,.instagram-preview__media--video{-o-object-fit:cover;object-fit:cover;width:100%}.instagram-preview__media-item{flex-grow:1}.instagram-preview__content{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 1rem}.instagram-preview__content a{color:#00376b;text-decoration:none}.instagram-preview__content--actions{display:flex;justify-content:space-between}.instagram-preview__content--actions-primary{align-items:center;display:flex;gap:1rem}.instagram-preview__content--name{display:inline;font-weight:600}.instagram-preview__content--text{display:inline}.instagram-preview__content--footer{color:#737373;font-weight:400}.linkedin-preview__wrapper{background-color:#fff;margin-inline:auto;max-width:clamp(200px,100%,555px);padding:20px}.linkedin-preview__section .linkedin-preview__wrapper{padding:0}.linkedin-preview__section.social-preview__section{width:clamp(200px,100%,555px)}.linkedin-preview__container{border-radius:8px;box-shadow:0 0 0 1px #00000014;overflow:hidden}.linkedin-preview__container.has-media{border-end-end-radius:0;border-end-start-radius:0}.linkedin-preview__header{display:flex;gap:.5rem;margin-bottom:.8rem;padding:.8rem 1rem 0}.linkedin-preview__header--avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:48px;overflow:hidden;width:48px}.linkedin-preview__header--avatar img{-o-object-fit:contain;object-fit:contain;width:100%}.linkedin-preview__header--profile{display:flex;flex-direction:column;overflow:hidden}.linkedin-preview__header--profile-title{font-size:.75rem}.linkedin-preview__header--profile-info{display:flex;gap:.25rem}.linkedin-preview__header--profile-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.linkedin-preview__header--profile-meta{align-items:center;display:flex;gap:.25rem}.linkedin-preview__caption{font-size:.875rem;font-weight:400;line-height:20px;margin:0 1rem}.linkedin-preview__content article,.linkedin-preview__media{background-color:#eef3f8;display:flex;flex-direction:column;margin-top:.5rem}.linkedin-preview__media-item{display:flex}.linkedin-preview__media-item img,.linkedin-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.linkedin-preview__description{padding:.5rem .75rem}.linkedin-preview__description--title{font-size:.875rem;font-weight:600;margin:0}.linkedin-preview__description--meta{color:#0009;display:flex;font-size:.875rem;font-weight:400;gap:.25rem;margin-top:.5rem}.linkedin-preview__image{-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__post-actions{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.mastodon-preview__post-actions>div{align-items:center;color:#606984;display:flex}.mastodon-preview__post-actions svg{fill:currentColor}.mastodon-preview__post-icon-text{color:#525a71;font-size:.75rem;font-weight:500}.mastodon-preview__body{color:#000;margin-bottom:1rem}.mastodon-preview__body>p{margin-bottom:1.25rem}.mastodon-preview__card{border:1px solid #d9e1e8;border-radius:8px;color:#000;display:flex;margin-bottom:1rem;margin-top:1rem;overflow:hidden}.mastodon-preview__card.has-image{flex-direction:column}.mastodon-preview__card.has-image .mastodon-preview__card-img{width:100%}.mastodon-preview__card-img{min-height:60px}.mastodon-preview__card-img img{border-end-start-radius:inherit;border-start-start-radius:inherit;display:block;min-height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__card-img--fallback{align-items:center;aspect-ratio:1;background:#c0cdd9;display:flex;justify-content:center;position:relative;width:120px}.mastodon-preview__card-text{display:flex;flex-direction:column;gap:.5rem;overflow:hidden;padding:1rem}.mastodon-preview__card-title{color:#282c37;font-size:1.187rem;font-weight:700;line-height:1.4}.mastodon-preview__card-site{display:block;font-size:.875rem}.mastodon-preview__card-description{font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mastodon-preview__post-header{align-items:start;display:flex;font-size:.9375rem;justify-content:space-between;line-height:1.47;margin-bottom:.625rem}.mastodon-preview__post-avatar{border-radius:4px;height:46px;width:46px}.mastodon-preview__post-header-user{align-items:center;display:flex;gap:.75rem}.mastodon-preview__post-header-displayname{color:#000;font-weight:700}.mastodon-preview__post-header-audience{align-items:center;display:flex;gap:.25rem}.mastodon-preview__section{margin-inline:auto;max-width:100%;width:578px}.mastodon-preview__post{background-color:#fff;border:1px solid #c0cdd9;box-sizing:border-box;color:#444b5d;font-family:"mastodon-font-sans-serif",sans-serif;font-size:.9375rem;line-height:1.47;overflow-y:hidden;padding:1rem;width:100%}.mastodon-preview__post :-moz-any-link{color:#3a3bff;text-decoration:none}.mastodon-preview__post :any-link{color:#3a3bff;text-decoration:none}.mastodon-preview__img{aspect-ratio:16/9;border-radius:4px;display:block;margin:.875rem auto 0;-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__media{border-radius:8px;margin-top:8px;min-height:64px}.mastodon-preview__media.as-grid{display:grid;gap:2px;grid-template-columns:50% 50%;overflow:hidden;width:100%}.mastodon-preview__media-item{border:0;border-radius:8px;display:flex;overflow:hidden}.mastodon-preview__media-item img,.mastodon-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.nextdoor-preview__wrapper{max-width:clamp(200px,100%,600px)}.nextdoor-preview__section .nextdoor-preview__wrapper{padding:0}.nextdoor-preview__section.social-preview__section{width:clamp(200px,100%,600px)}.nextdoor-preview__container{background-color:#fff;border-radius:8px;box-shadow:0 0 8px #0000001a;overflow:hidden}.nextdoor-preview__container.small-preview{border-end-end-radius:0;border-end-start-radius:0}.nextdoor-preview__header{align-items:center;display:flex;gap:.5rem;margin-bottom:8px}.nextdoor-preview__header--avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:40px;overflow:hidden;width:40px}.nextdoor-preview__header--avatar img{-o-object-fit:contain;object-fit:contain;width:100%}.nextdoor-preview__header--details{display:flex;flex-direction:column}.nextdoor-preview__header--name{font-size:1rem;font-weight:600;letter-spacing:-.32px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nextdoor-preview__header--meta{align-items:center;color:#666;display:flex;font-size:14px;gap:.25rem;letter-spacing:-.32px;line-height:19px;white-space:pre-wrap}.nextdoor-preview__footer{display:flex;flex-direction:row;justify-content:flex-end;margin-top:24px}.nextdoor-preview__footer--actions{align-items:center;display:flex;gap:1rem}.nextdoor-preview__footer--actions-item{align-items:center;display:flex;font-size:13px;font-weight:600;gap:.25rem;line-height:16px}.nextdoor-preview__content{padding:12px 16px}.nextdoor-preview__card{border-radius:16px;box-shadow:0 1px 4px 0 #00000014,0 0 2px 0 #0003;display:flex;flex-direction:column;margin-top:12px;overflow:hidden}.nextdoor-preview__card.small-preview{align-items:center;flex-direction:row}.nextdoor-preview__card--chevron-wrapper{align-items:center;display:flex;justify-content:center;min-width:40px;width:40px}.nextdoor-preview__caption{font-size:1rem;font-weight:400;line-height:20px;margin-bottom:20px}.nextdoor-preview__media-item{display:flex}.nextdoor-preview__media-item img,.nextdoor-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.nextdoor-preview__description{display:flex;flex-direction:column;overflow:hidden;padding:16px}.small-preview .nextdoor-preview__description{flex-grow:1;padding:10px}.nextdoor-preview__description--title{font-size:15px;font-weight:600;line-height:20px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nextdoor-preview__description--url{color:#666;font-size:13px}.nextdoor-preview__media{margin-inline:-16px}.nextdoor-preview__image{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;width:100%}.small-preview .nextdoor-preview__image{height:62px;width:62px}.nextdoor-preview__default-avatar{align-items:center;background-color:#8c6e63;border-radius:50%;color:#fff;display:flex;font-size:x-large;height:40px;justify-content:center;width:40px}.nextdoor-preview__default-image{align-items:center;background-color:#f1ffca;display:flex;height:62px;justify-content:center;width:62px}.threads-preview{padding:20px}.threads-preview__wrapper{background-color:#fff;border-radius:4px;margin-inline:auto;max-width:clamp(200px,100%,635px);padding-inline-end:1rem;padding-top:1rem}.threads-preview__section.social-preview__section{width:clamp(200px,100%,635px)}.threads-preview__section.social-preview__section .social-preview__section-desc,.threads-preview__section.social-preview__section .social-preview__section-heading{padding-inline-start:17px}.threads-preview__container{color:#000;display:grid;font-size:15px;grid-template-columns:50px auto;line-height:21px;margin-bottom:5px}.threads-preview__container .threads-preview__sidebar{display:grid;grid-template-rows:35px auto;justify-items:center}.threads-preview__container .threads-preview__sidebar .threads-preview__profile-image{align-items:center;border-radius:50%;display:flex;max-height:36px;max-width:36px;overflow:hidden}.threads-preview__container .threads-preview__sidebar .threads-preview__profile-image img{-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__sidebar .threads-preview__connector{background-color:#8c8f94;width:2px}.threads-preview__container .threads-preview__main{overflow:hidden;padding-bottom:1rem}.threads-preview__container .threads-preview__header{display:flex;font-size:16px;gap:6px;line-height:18px;margin-bottom:2px}.threads-preview__container .threads-preview__name{font-size:15px;font-weight:600}.threads-preview__container .threads-preview__date{color:#999}.threads-preview__container .threads-preview__content .threads-preview__text{white-space:pre-wrap;word-break:break-word}.threads-preview__container .threads-preview__content .threads-preview__media{border-radius:15px;display:grid;overflow:hidden;grid-gap:2px;grid-template-areas:"a";height:300px;margin-top:12px}.threads-preview__container .threads-preview__content .threads-preview__media img,.threads-preview__container .threads-preview__content .threads-preview__media video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__content .threads-preview__media img:first-child,.threads-preview__container .threads-preview__content .threads-preview__media video:first-child{grid-area:a}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(2),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(2){grid-area:b}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(3),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(3){grid-area:c}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(4),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(4){grid-area:d}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-2{grid-template-areas:"a b"}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-3{grid-template-areas:"a b" "a c"}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-4{grid-template-areas:"a b" "c d"}.threads-preview__container .threads-preview__content .threads-preview__card{border:1px solid #e1e8ed;border-radius:8px;margin-bottom:12px;margin-top:12px;overflow:hidden}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-image{aspect-ratio:16/9;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-body{color:#000;display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;gap:2px;overflow:hidden;padding:.75em;text-align:right;text-decoration:none}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-title{text-overflow:ellipsis}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-url{color:#999;font-size:12px;overflow-inline:hidden;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}.threads-preview__container .threads-preview__footer{display:flex;gap:2.5rem;margin-top:1rem}.threads-preview__container .threads-preview__footer svg{height:19px;width:19px;fill:#424242}.threads-preview__container .threads-preview__icon--like svg,.threads-preview__container .threads-preview__icon--reply svg,.threads-preview__container .threads-preview__icon--share svg{fill:#0000;stroke:#424242}.tumblr-preview__post-icon{align-items:center;display:flex}.tumblr-preview__post-icon svg{fill:#000000a6}.tumblr-preview__post-icon-blaze{height:20px;width:23px}.tumblr-preview__post-icon-delete{height:21px;width:17px}.tumblr-preview__post-icon-edit{height:21px;width:21px}.tumblr-preview__post-icon-share{height:24px;width:24px}.tumblr-preview__post-icon-reblog,.tumblr-preview__post-icon-reply{height:21px;width:21px}.tumblr-preview__post-icon-like{height:21px;width:23px}.tumblr-preview__post-icon-ellipsis{height:4px;width:18px}.tumblr-preview__post-actions{color:#000000a6;font-size:1rem;font-weight:700;line-height:1.5;margin-top:.25rem;padding:0 1.25rem}.tumblr-preview__post-manage-actions,.tumblr-preview__post-social-actions{align-items:center;display:flex;justify-content:space-between;min-height:3.5rem}.tumblr-preview__post-manage-actions ul,.tumblr-preview__post-social-actions ul{align-items:center;display:flex;gap:1.25rem;list-style-type:none;margin:0;padding:0}.tumblr-preview__post-manage-actions ul>li,.tumblr-preview__post-social-actions ul>li{align-items:center;display:flex;justify-content:center}.tumblr-preview__post-social-actions{border-top:1px solid #c27b7b26}.tumblr-preview__post-actions-blaze,.tumblr-preview__post-header{align-items:center;display:flex}.tumblr-preview__post-header{justify-content:space-between;margin:1rem 0;padding:0 1.25rem}.tumblr-preview__post-header-username{font-size:.875rem;font-weight:700;line-height:1.5}.social-preview{padding:0 .5rem}.social-preview__section{margin-bottom:2rem;margin-inline:auto;width:clamp(200px,100%,680px)}.social-preview__section-heading{color:#1e1e1e;font-size:.875rem;font-weight:600;line-height:1.42;margin-bottom:.375rem;margin-top:0}.social-preview__section-desc{color:#757575;font-size:.75rem;line-height:1.33;margin-bottom:1rem;margin-top:0}.social-preview__section-desc .components-external-link{align-items:center;display:inline-flex;gap:.25rem}.tumblr-preview__section.social-preview__section{width:clamp(200px,100%,604px + 1.25rem)}.tumblr-preview__post{align-items:flex-start;display:flex;gap:1.25rem}.tumblr-preview__avatar{border-radius:3px;height:64px;width:64px}@media(max-width:660px){.tumblr-preview__avatar{display:none}}.tumblr-preview__card{background-color:#fff;border-radius:3px;color:#000;font-family:Favorit,Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif;font-size:1rem;overflow-y:hidden}.tumblr-preview__card :-moz-any-link{color:inherit;text-decoration:underline}.tumblr-preview__card :any-link{color:inherit;text-decoration:underline}.tumblr-preview__custom-text,.tumblr-preview__title{margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__title{font-size:1.625rem;font-weight:400;line-height:1.3}.tumblr-preview__description{font-size:1rem;line-height:1.5;margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__image{aspect-ratio:16/9;display:block;margin:3.375rem 0 1rem;width:100%}.tumblr-preview__url{display:inline-block;margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__site-name{color:#000000a6;font-size:.75rem;text-transform:uppercase}.tumblr-preview__window{margin:0 1.25rem 1.25rem}.tumblr-preview__window-top{border-top-left-radius:6px;border-top-right-radius:6px;position:relative}.tumblr-preview__window-top .tumblr-preview__image{aspect-ratio:16/9;border-top-left-radius:inherit;border-top-right-radius:inherit;margin:0;width:100%}.tumblr-preview__window-bottom{border:1px solid #00000040;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:flex;flex-direction:column;gap:.5rem;padding:1rem .75rem}.tumblr-preview__window-bottom.is-full{border-top-left-radius:6px;border-top-right-radius:6px}.tumblr-preview__window-bottom>*{margin:0;padding:0}.tumblr-preview__overlay{align-items:center;background-color:#0006;border-top-left-radius:inherit;border-top-right-radius:inherit;bottom:0;color:#fff;display:flex;justify-content:center;left:0;padding:1rem .75rem;position:absolute;right:0;top:0}.tumblr-preview__overlay>*{margin:0;padding:0}.nOZgE6dP_guav2888GAK{margin:1rem 0 1.5rem}@media(min-width:600px){.jxndagXCphEhzYfnjHMZ{width:calc(100vw - 40px)}}@media(min-width:960px){.jxndagXCphEhzYfnjHMZ{max-height:calc(100% - 120px);width:920px}}.jxndagXCphEhzYfnjHMZ .components-modal__content.hide-header{padding:0}.na9tpJVboVaxVNabSRsr{display:flex}@media(max-width:782px){.na9tpJVboVaxVNabSRsr{flex-direction:column}}.VxWWpt730pSzZCEVjxA3{height:2rem;left:.5rem;position:absolute;top:.5rem}.z14EiGfFuQwKazBW3LpF{align-items:center;border-bottom:1px solid #dcdcde;display:flex;height:48px;padding-inline:2rem}@media(min-width:782px){.z14EiGfFuQwKazBW3LpF{border-inline-end:1px solid #dcdcde}}.z14EiGfFuQwKazBW3LpF h2{font-size:1rem;font-weight:600;line-height:16px;margin-block:0}@media(min-width:782px){.LAWYmJPODB8LgzQMzsyx{flex:1}}.vVbLRydJFLCVa49hSz83{padding:1rem 2rem}@media(min-width:782px){.vVbLRydJFLCVa49hSz83{border-inline-end:1px solid #dcdcde}}.uw1atyZ2fcJoKjwf6SZW{background:var(--jp-gray-0);flex:1}@media(min-width:782px){.uw1atyZ2fcJoKjwf6SZW{flex:2}}.uw1atyZ2fcJoKjwf6SZW .components-tab-panel__tabs{background:var(--jp-white);border-bottom:1px solid #dcdcde;height:48px;justify-content:center}.meKppCUznQhlkjwZuS6G{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:1rem 2rem}.HS7f47n0w2xUqa4wQkwX{opacity:.5}.dKXzdVKZ7LYvSmUVrl26{color:var(--jp-gray-40);margin-top:0}.sP1aklNMfj7lCDxuhWaq{position:relative}.a6tcXi51GAewl3qx0AVi{align-items:center;background-color:#2c3338e6;border-radius:2px;bottom:8px;display:flex;font-variant-numeric:tabular-nums;padding:4px;position:absolute;right:8px}.a6tcXi51GAewl3qx0AVi svg{margin-left:2px}.uFtCCGeycoI94JbCnJh8.uFtCCGeycoI94JbCnJh8{color:var(--jp-white);font-size:9px;font-weight:600;line-height:8px}.cZuW54OEuUN9yvuE_rNU{margin:auto;position:relative}.vCs0BOExDMOystFhG2wa{width:auto}.sKpch49QzrpontC0DvF7{background-color:var(--jp-gray-0);border:1px dashed var(--jp-gray-20);border-radius:calc(var(--jp-border-radius)*.5);display:grid;grid-template-rows:1fr auto 2fr;justify-content:center;margin-bottom:8px;min-height:130px;padding:24px;position:relative;width:100%}.sKpch49QzrpontC0DvF7>*{justify-self:center}.sKpch49QzrpontC0DvF7>button{grid-row:2}.sKpch49QzrpontC0DvF7>button:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.sKpch49QzrpontC0DvF7>span{color:var(--jp-gray-60);font-size:13px;grid-row:3;line-height:16px;margin-top:16px;text-align:center}.sKpch49QzrpontC0DvF7>svg{align-self:center;margin:0;position:absolute}.vOO47kVjHn7i63fQ0bx0{color:#757575;font-size:12px;font-weight:400;line-height:16px;margin-bottom:8px}.ziE_jq4PmQmGBedGskf_{width:100%}.TJGgifcTHqUtknPqVQpH,.qqGj0rmSJvZs9dyr0u_I,.ziE_jq4PmQmGBedGskf_{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;cursor:pointer;margin:0;padding:0}.TJGgifcTHqUtknPqVQpH,.qqGj0rmSJvZs9dyr0u_I{align-items:center;background-color:var(--jp-black);border:1.5px solid var(--jp-white);border-radius:100%;display:flex;height:20px;justify-content:center;left:-4px;line-height:0;position:absolute;top:-4px;transition:background .1s ease-in-out;width:20px;z-index:2}.TJGgifcTHqUtknPqVQpH svg,.qqGj0rmSJvZs9dyr0u_I svg{fill:var(--jp-white)}.TJGgifcTHqUtknPqVQpH:hover,.qqGj0rmSJvZs9dyr0u_I:hover{background-color:var(--wp-admin-theme-color)}.TJGgifcTHqUtknPqVQpH{left:-5px;top:-56px}.f92zWdEJJIwBvwH5rRzn{margin-bottom:16px}.f92zWdEJJIwBvwH5rRzn .components-responsive-wrapper__content{width:auto}.rBTOWyeewE4VxAqYgjoI{filter:grayscale(100%);opacity:.5}.PykCvaqoL7AIDzVKJAtg{position:relative}.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP{margin:16px 0 8px;padding-left:8px}.components-base-control__label+.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP{margin-top:0}.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP p{margin:0 0 4px}.Q21myqk1zOYB3IH8YuEq{color:var(--jp-gray-40);margin-top:0}.RoerAwwhu_PqirHlSJPz{display:block;margin-top:1rem}.Ua6eKcnk_tQQpFlgXMSn{display:inherit;display:flex;flex-wrap:wrap;list-style-type:none;margin:0;width:100%}.Ua6eKcnk_tQQpFlgXMSn .SHqrIEguRfCILRHPyxE9{margin:5px 0 10px}.ejyuBjiLmHz_UTFmBnjA{display:inline-block;margin-top:6px}.smqXe_da1eoP4Agql_Cs{height:auto;margin-inline-start:15px;padding:0}.eQZwqSCI_uVWrJ2jIRUA{margin-block-end:1rem}.O_ZghPCUG7291iVsp1wx{color:#646970;margin-bottom:.25rem}.nrOxj0JeSCWwCB4oaR94{display:block;margin-bottom:1rem}.Jxra4242dPPaUy28mM8H.components-button.is-link{font-size:inherit;font-weight:inherit}.Jxra4242dPPaUy28mM8H.components-button.is-link:hover{text-decoration:none}.amoEz9VXiwF3eyLxTbOA .irsbCLZJNayrJ0g_joAn{font-style:italic;font-weight:700;word-wrap:break-word}.lIKYDl6xVVtMbvcUDrrn.lIKYDl6xVVtMbvcUDrrn{display:block;margin-bottom:.5rem}.search-preview__display{border:1px solid #f6f7f7;font-family:arial,sans-serif;padding:10px 20px;word-wrap:break-word}.search-preview__header{align-items:flex-end;display:flex;gap:.5rem}.search-preview__menu{color:#4d5156;height:18px;position:relative;width:18px}.search-preview__branding{align-items:center;display:flex;gap:.75rem}.search-preview__site--title{color:#202124;font-size:14px;line-height:20px}.search-preview__icon{height:1.75rem;width:1.75rem}.search-preview__title{color:#1a0dab;font-size:20px;line-height:1.3;margin-bottom:7px;margin-top:8px;max-width:616px}.search-preview__title:hover{cursor:pointer;text-decoration:underline}.search-preview__url{color:#4d5156;font-size:12px;line-height:1.3;max-width:616px}.search-preview__description{color:#4d5156;font-size:14px;font-weight:400;line-height:1.5;max-width:616px}.VHYulMcpzbr10HWR0iSE{align-items:flex-start;border:1px solid var(--jp-black);border-color:var(--jp-gray-5);border-radius:4px;border-right-width:6px;display:flex;font-size:var(--font-body);padding:24px 18px 27px 31px}.FGpSkMCiIHQjszcV0dbn{margin-left:20px}.FGpSkMCiIHQjszcV0dbn,.KoWZcCwhW13xvkEb0QON{height:calc(var(--spacing-base)*3);width:calc(var(--spacing-base)*3)}.KoWZcCwhW13xvkEb0QON{background-color:#0000;border:none;cursor:pointer;outline:none}@media screen and (max-width:600px){.VHYulMcpzbr10HWR0iSE{box-shadow:0 4px 8px #00000008,0 1px 2px #0000000f;padding-top:68px;position:relative}.FGpSkMCiIHQjszcV0dbn{position:absolute;right:24px;top:24px}.KoWZcCwhW13xvkEb0QON{left:24px;position:absolute;top:24px}}.smrfczkC53EaFM8OJUXs{flex-grow:1}.IKYRWoPwt9xOVEx1wzNS{font-weight:600;margin-bottom:8px}.qM0qY6mPYp1MPN54A3Kg{align-items:center;display:flex;margin-top:20px}.qM0qY6mPYp1MPN54A3Kg a,.qM0qY6mPYp1MPN54A3Kg a:active,.qM0qY6mPYp1MPN54A3Kg a:focus,.qM0qY6mPYp1MPN54A3Kg a:hover{color:var(--jp-black)}.qM0qY6mPYp1MPN54A3Kg>*{margin-left:24px}.A5YkDkkXuiYgavrY6Nux{border-right-color:var(--jp-red)}.A5YkDkkXuiYgavrY6Nux .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-red)}.cT5rwuPMZzWvi5o6shMl{border-right-color:var(--jp-yellow-20)}.cT5rwuPMZzWvi5o6shMl .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-yellow-20)}.yo0O3uvNomPsYUXFCpAS{border-right-color:var(--black)}.yo0O3uvNomPsYUXFCpAS .y_IPyP1wIAOhyNaqvXJq{fill:var(--black)}.oZdDFf1jBLkzn5ICCC6x{border-right-color:var(--jp-green)}.oZdDFf1jBLkzn5ICCC6x .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-green)}.twitter-preview{padding:20px}.twitter-preview__wrapper{background-color:#fff;border-radius:4px;margin-inline:auto;max-width:clamp(200px,100%,635px);padding-inline-end:1rem;padding-top:1rem}.twitter-preview__section.social-preview__section{width:clamp(200px,100%,635px)}.twitter-preview__section.social-preview__section .social-preview__section-desc,.twitter-preview__section.social-preview__section .social-preview__section-heading{padding-inline-start:17px}.twitter-preview__container{display:grid;font-size:15px;grid-template-columns:65px auto;line-height:20px;margin-bottom:5px}.twitter-preview__container .twitter-preview__sidebar{display:grid;grid-template-rows:35px auto;justify-items:center}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__profile-image{align-items:center;border-radius:50%;display:flex;max-height:30px;max-width:30px;overflow:hidden}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__profile-image img{-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__connector{background-color:#8c8f94;width:2px}.twitter-preview__container .twitter-preview__main{overflow:hidden;padding-bottom:1rem}.twitter-preview__container .twitter-preview__header{display:flex;font-size:16px;gap:.25rem;line-height:18px;margin-bottom:2px}.twitter-preview__container .twitter-preview__name{font-weight:700}.twitter-preview__container .twitter-preview__date,.twitter-preview__container .twitter-preview__screen-name{color:#667886;letter-spacing:-.3px}.twitter-preview__container .twitter-preview__content .twitter-preview__text{color:#0f1419;white-space:pre-wrap;word-break:break-word}.twitter-preview__container .twitter-preview__content .twitter-preview__media{border-radius:15px;display:grid;overflow:hidden;grid-gap:2px;grid-template-areas:"a";height:300px;margin-top:12px}.twitter-preview__container .twitter-preview__content .twitter-preview__media img,.twitter-preview__container .twitter-preview__content .twitter-preview__media video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:first-child,.twitter-preview__container .twitter-preview__content .twitter-preview__media video:first-child{grid-area:a}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(2),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(2){grid-area:b}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(3),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(3){grid-area:c}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(4),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(4){grid-area:d}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-2{grid-template-areas:"a b"}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-3{grid-template-areas:"a b" "a c"}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-4{grid-template-areas:"a b" "c d"}.twitter-preview__container .twitter-preview__content .twitter-preview__quote-tweet{margin-top:10px;min-height:200px}.twitter-preview__container .twitter-preview__content .twitter-preview__quote-tweet .twitter-preview__quote-tweet-overlay{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.twitter-preview__container .twitter-preview__content .twitter-preview__card{border:1px solid #e1e8ed;border-radius:12px;margin-bottom:12px;margin-top:12px;overflow:hidden}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary{display:grid}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image{display:grid;grid-template-columns:125px auto;height:125px}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image .twitter-preview__card-body{border-right:1px solid #e1e8ed;height:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image .twitter-preview__card-description{-webkit-line-clamp:3}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary_large_image{display:grid;grid-template-rows:254px auto}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-image{aspect-ratio:16/9;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-body{color:#000;display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;gap:2px;overflow:hidden;padding:.75em;text-align:right;text-decoration:none}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-title{max-height:1.3em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-description{color:#536471;display:-webkit-box;max-height:3.9em;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-url{color:#8899a6;overflow-inline:hidden;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}.twitter-preview__container .twitter-preview__footer{display:flex;justify-content:space-between;margin-top:12px;max-width:425px}.twitter-preview__container .twitter-preview__footer svg{fill:#787c82;height:16px;width:16px}.jetpack-social-previews__modal .components-modal__header{margin:0}.jetpack-social-previews__modal .components-modal__content{padding:0}.jetpack-social-previews__modal--close-btn{height:2rem;left:.5rem;position:absolute;top:.5rem}.jetpack-social-previews__modal-previews{display:flex;flex-direction:column;height:100%}.jetpack-social-previews__modal-previews .components-tab-panel__tabs-item:focus-visible:before{box-shadow:none;outline:none}.jetpack-social-previews__modal-previews .components-tab-panel__tabs{border-bottom:1px solid #dcdcde;display:flex;flex-direction:row;height:3rem;justify-content:center;max-width:none}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button{font-size:0;height:100%;outline:0;white-space:nowrap;width:2.5rem}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button svg{display:block;fill:currentColor}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button.is-active:after{border-bottom:1px solid #3858e9;height:0;margin-bottom:-1px}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):not(.is-primary):not(.is-tertiary):not(.is-link):hover:after{border-bottom:1px solid #3858e9;margin-bottom:-1px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content{background-color:#fff;flex:1;overflow:auto;padding:10px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content>div{display:flex;justify-content:center}@media(min-width:600px){.jetpack-social-previews__modal-previews{width:calc(100vw - 40px)}}@media(min-width:960px){.jetpack-social-previews__modal-previews{width:920px}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button{font-size:13px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content{padding:40px}}.jetpack-social-previews__modal-previews .facebook-preview{width:100%}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content .mastodon-preview{max-width:578px}.jetpack-social-previews__modal-upgrade{padding:2em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-illustration{height:auto;max-width:351px;width:100%}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{margin-bottom:1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-heading{font-size:2em;line-height:1.15}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list{font-size:1.1em;line-height:1.4;list-style:none;margin-bottom:2em;padding-right:1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list li{margin-bottom:12px;position:relative}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list li:before{color:#4ab866;content:"✓";position:absolute;right:-20px}@media(min-width:600px){.jetpack-social-previews__modal-upgrade{display:grid;max-width:870px;width:80vw;grid-gap:3em;grid-template-columns:1fr 1fr;padding-top:4em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-illustration{grid-column:2;grid-row:1;max-width:100%;padding-left:2em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{grid-column:1;grid-row:1;margin-bottom:0;padding:0 1em 1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-heading{margin-top:0}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list{padding-right:0}}@media(min-width:782px){.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{padding:0 2em 2em}}.jetpack-gutenberg-social-icons{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.jetpack-gutenberg-social-icons .jetpack-social-previews__icon{margin-left:0;fill:currentColor}.OWstrHF6QZdaosKs0b6j{aspect-ratio:1200/630;background-color:var(--jp-gray-0);display:flex;justify-content:center;margin-bottom:8px;max-height:250px;min-height:130px;position:relative;width:100%}.OWstrHF6QZdaosKs0b6j>*{justify-self:center}.OWstrHF6QZdaosKs0b6j>svg{align-self:center;margin:0;position:absolute}.OWstrHF6QZdaosKs0b6j img{height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}.HJMFrbZ0khdkKKkocrIK{display:none}.m9360_cMWKFHTNk9xpNz{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)*4) 0}.j4EvSJfKIJLGEIAETiEY{all:unset;border-radius:calc(var(--jp-border-radius)/2);cursor:pointer;position:relative}.j4EvSJfKIJLGEIAETiEY img{border-radius:calc(var(--jp-border-radius)/2);display:block;height:auto;max-width:100%;pointer-events:none}.j4EvSJfKIJLGEIAETiEY:after{background-color:var(--jp-white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath stroke='%2309B585' stroke-width='1.5' d='m11.327.53-6.75 9.08L.662 6.7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;content:"";height:calc(var(--spacing-base)*3);left:calc(var(--spacing-base)*-1.5);opacity:0;position:absolute;top:calc(var(--spacing-base)*-1.5);transform:translateY(5px);transition:all .15s cubic-bezier(.4,0,.2,1);width:calc(var(--spacing-base)*3)}.j4EvSJfKIJLGEIAETiEY:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #007cba;outline:3px solid #0000}.dQb3Zpl0puk4V6ezZslo:after{opacity:1;transform:translateY(0)}.tfWupx32Rn5hHqVjTzui div{padding-top:0}.qu9UsV1EEFeFxhU3Wgt5{margin-top:15px}.nZhgKYFn6MQoIDGcKrUG{max-width:150px}.WJ5nPw0EHj7eoNZB06TW{display:flex;justify-content:flex-end}.WJ5nPw0EHj7eoNZB06TW>*+*{margin-right:var(--spacing-base)}.JUeclE9CucaXRlTL5K9H{display:flex;flex-wrap:wrap;gap:.7rem}.JUeclE9CucaXRlTL5K9H a{border-radius:4px;color:#fff}.JUeclE9CucaXRlTL5K9H a:hover{color:#fff}.JUeclE9CucaXRlTL5K9H a>span{align-items:center;display:flex}.JUeclE9CucaXRlTL5K9H a>span>svg{border-radius:var(--jp-border-radius);color:#fff}.JUeclE9CucaXRlTL5K9H a.components-button svg{fill:currentColor}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary{background:#0000;color:var(--jp-black);gap:0;justify-content:start;padding:0}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary:hover{background:#0000;color:var(--jp-gray-50)}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary svg{height:calc(var(--spacing-base)*3);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*3)}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary:focus{border:0;box-shadow:none;outline:none}.JUeclE9CucaXRlTL5K9H .rhyZKz4FQtFOFAMwLgLj{background-color:var(--jp-black)}.JUeclE9CucaXRlTL5K9H .DDRhGoqXUOM6Jug54nEB{background-color:#2ab318}.JUeclE9CucaXRlTL5K9H .h57Cabo4jn8Ke77_DLOX{background-color:#0866ff;border-radius:var(--jp-border-radius)!important}.JUeclE9CucaXRlTL5K9H .tvNWJpaNzPro4QaItBae{background-color:#fff;color:var(--jp-black);outline:1px solid var(--jp-gray)}.p_VTpBCFklSkcb0iiD0K{flex-direction:column}.DyIAUIn_2bkciyB_XtgH{display:flex}.Lx8xScOApJmJdhJF9JWd.Lx8xScOApJmJdhJF9JWd{font-size:13px;font-weight:400;line-height:24px;margin-inline-start:var(--spacing-base)}.pp_WJTHlGIX9bcHCLxJh{display:flex;flex-direction:column;gap:1rem;padding-block:1rem}.IzRyqrcpwjKRBJKEtECz{font-weight:600;text-transform:uppercase}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.dataviews-wrapper{box-sizing:border-box;container:dataviews-wrapper/inline-size;display:flex;flex-direction:column;font-size:13px;height:100%;line-height:1.4;overflow:auto;scroll-padding-bottom:64px}.dataviews-filters__container,.dataviews__view-actions{box-sizing:border-box;flex-shrink:0;padding:16px 48px;position:sticky;right:0;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-filters__container,.dataviews__view-actions{transition-delay:0s;transition-duration:0s}}.dataviews-view-grid__primary-field,.dataviews-view-list__primary-field,.dataviews-view-table__primary-field{color:#757575;font-size:13px;font-weight:500;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-view-grid__primary-field a,.dataviews-view-list__primary-field a,.dataviews-view-table__primary-field a{color:#1e1e1e;display:block;flex-grow:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.dataviews-view-grid__primary-field a:hover,.dataviews-view-list__primary-field a:hover,.dataviews-view-table__primary-field a:hover{color:#007cba}.dataviews-view-grid__primary-field a:focus,.dataviews-view-list__primary-field a:focus,.dataviews-view-table__primary-field a:focus{border-radius:2px;box-shadow:0 0 0 2px #007cba;color:0,124,186}.dataviews-view-grid__primary-field button.components-button.is-link,.dataviews-view-list__primary-field button.components-button.is-link,.dataviews-view-table__primary-field button.components-button.is-link{color:#1e1e1e;display:block;font-weight:inherit;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-view-grid__primary-field button.components-button.is-link:hover,.dataviews-view-list__primary-field button.components-button.is-link:hover,.dataviews-view-table__primary-field button.components-button.is-link:hover{color:#007cba}.dataviews-loading,.dataviews-no-results{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:0 48px;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-loading,.dataviews-no-results{transition-delay:0s;transition-duration:0s}}@container (max-width: 430px){.dataviews-filters__container,.dataviews__view-actions{padding:12px 24px}.dataviews-loading,.dataviews-no-results,.dataviews-view-grid{padding-left:24px;padding-right:24px}}.dataviews-bulk-actions-footer__item-count{color:#1e1e1e;font-size:11px;font-weight:500;text-transform:uppercase}.dataviews-bulk-actions-footer__container{margin-left:auto;min-height:32px}.dataviews-filters__button{position:relative}.dataviews-filters__container{padding-top:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{opacity:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{opacity:1}.dataviews-filters__summary-popover{font-size:13px;line-height:1.4}.dataviews-filters__summary-popover .components-popover__content{border-radius:4px;width:230px}.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{padding:0}.dataviews-filters__summary-operators-container{padding:8px 8px 0}.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox){border-bottom:1px solid #e0e0e0;padding-bottom:8px}.dataviews-filters__summary-operators-container:empty{display:none}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{color:#757575}.dataviews-filters__summary-chip-container{position:relative;white-space:pre-wrap}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{align-items:center;background:#f0f0f0;border:1px solid #0000;border-radius:16px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:flex;min-height:32px;padding:4px 12px;position:relative}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{padding-inline-end:28px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{background:#e0e0e0;color:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{background:#007cba0a;color:#007cba}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{background:#007cba1f}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{box-shadow:0 0 0 2px #007cba;outline:none}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{font-weight:500}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{align-items:center;background:#0000;border:0;border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;left:4px;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{fill:#757575}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{background:#e0e0e0}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{fill:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{fill:#007cba}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{background:#007cba14}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{box-shadow:0 0 0 2px #007cba;outline:none}.dataviews-filters__search-widget-filter-combobox-list{border-top:1px solid #e0e0e0;max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{font-weight:600}.dataviews-filters__search-widget-listbox{max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-listitem{align-items:center;border-radius:2px;box-sizing:border-box;cursor:default;display:flex;gap:8px;margin-block-end:2px;padding:8px 12px}.dataviews-filters__search-widget-listitem:last-child{margin-block-end:0}.dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{background-color:#007cba;color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-check{fill:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{color:#fff}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-check{flex-shrink:0;height:24px;width:24px}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{color:#757575;display:block;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis}.dataviews-filters__search-widget-filter-combobox__wrapper{padding:8px;position:relative}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{background:#f0f0f0;border:none;border-radius:2px;box-shadow:0 0 0 #0000;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin-left:0;margin-right:0;padding:0 8px 0 32px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{transition-delay:0s;transition-duration:0s}}@media(min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{border-color:#007cba;box-shadow:0 0 0 .5px #007cba;outline:2px solid #0000}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#1e1e1e9e;opacity:1}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder{color:#1e1e1e9e}@media(min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{background:#fff;box-shadow:inset 0 0 0 2px #007cba}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{-webkit-appearance:none}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{align-items:center;display:flex;justify-content:center;left:12px;position:absolute;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__container-visibility-toggle{flex-shrink:0;position:relative}.dataviews-filters-toggle__count{background:#007cba;border-radius:8px;box-sizing:border-box;color:#fff;font-size:11px;height:16px;left:0;line-height:16px;min-width:16px;outline:2px solid #fff;padding:0 4px;position:absolute;text-align:center;top:0;transform:translate(-50%,-50%)}.dataviews-search{width:-moz-fit-content;width:fit-content}.dataviews-footer{background-color:#fff;border-top:1px solid #f0f0f0;bottom:0;flex-shrink:0;padding:12px 48px;position:sticky;right:0;transition:padding .1s ease-out;z-index:2}@media(prefers-reduced-motion:reduce){.dataviews-footer{transition-delay:0s;transition-duration:0s}}@container (max-width: 430px){.dataviews-footer{padding:12px 24px}}@container (max-width: 560px){.dataviews-footer{flex-direction:column!important}.dataviews-footer .dataviews-bulk-actions-footer__container{width:100%}.dataviews-footer .dataviews-bulk-actions-footer__item-count{flex-grow:1}.dataviews-footer .dataviews-pagination{justify-content:space-between;width:100%}}.dataviews-pagination__page-select{font-size:11px;font-weight:500;text-transform:uppercase}@media(min-width:600px){.dataviews-pagination__page-select .components-select-control__input{font-size:11px!important;font-weight:500}}.dataviews-action-modal{z-index:1000001}.dataviews-selection-checkbox{--checkbox-input-size:24px;flex-shrink:0;line-height:0}@media(min-width:600px){.dataviews-selection-checkbox{--checkbox-input-size:16px}}.dataviews-selection-checkbox .components-checkbox-control__input-container{margin:0}.dataviews-view-config{container-type:inline-size;font-size:13px;line-height:1.4;padding:16px;width:320px}.dataviews-view-config__sort-direction .components-toggle-group-control-option-base{text-transform:uppercase}.dataviews-settings-section__title.dataviews-settings-section__title{font-size:15px;line-height:24px}.dataviews-settings-section__sidebar{grid-column:span 4}.dataviews-settings-section__content,.dataviews-settings-section__content>*{grid-column:span 8}.dataviews-settings-section__content .is-divided-in-two{display:contents}.dataviews-settings-section__content .is-divided-in-two>*{grid-column:span 4}.dataviews-settings-section:has(.dataviews-settings-section__content:empty){display:none}@container (max-width: 500px){.dataviews-settings-section.dataviews-settings-section{grid-template-columns:repeat(2,1fr)}.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{grid-column:span 2}}.dataviews-field-control__field{height:32px}.dataviews-field-control__actions{position:absolute;top:-9999em}.dataviews-field-control__actions.dataviews-field-control__actions{gap:4px}.dataviews-field-control__field:focus-within .dataviews-field-control__actions,.dataviews-field-control__field:hover .dataviews-field-control__actions{position:unset;top:unset}.dataviews-view-grid{grid-template-rows:max-content;margin-bottom:auto;padding:0 48px 24px;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-view-grid{transition-delay:0s;transition-duration:0s}}.dataviews-view-grid .dataviews-view-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions{padding:8px 0 4px}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__primary-field{min-height:32px}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{color:#1e1e1e}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{background-color:#007cba14;box-shadow:inset 0 0 0 1px #007cba}.dataviews-view-grid .dataviews-view-grid__media{aspect-ratio:1/1;background-color:#f0f0f0;border-radius:4px;min-height:200px;position:relative;width:100%}.dataviews-view-grid .dataviews-view-grid__media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-grid .dataviews-view-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-grid .dataviews-view-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{align-items:flex-start;min-height:24px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){display:none}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column){align-items:center}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-name{width:35%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field.is-column+.is-row{margin-top:4px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{color:#757575}.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-grid .dataviews-view-grid__badge-fields .dataviews-view-grid__field-value{align-items:center;background:#f0f0f0;border-radius:2px;display:flex;font-size:12px;min-height:24px;padding:0 8px;width:-moz-fit-content;width:fit-content}.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:480px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1080px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1440px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1920px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{display:none}.dataviews-view-grid__card .dataviews-selection-checkbox{position:absolute;right:8px;top:-9999em;z-index:1}.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{top:8px}ul.dataviews-view-list{list-style-type:none}.dataviews-view-list{margin:0 0 auto}.dataviews-view-list li{border-top:1px solid #f0f0f0;cursor:pointer;margin:0}.dataviews-view-list li .dataviews-view-list__item-wrapper{border-radius:4px;position:relative}.dataviews-view-list li .dataviews-view-list__item-wrapper>*{width:100%}.dataviews-view-list li .dataviews-view-list__item-actions{left:0;position:absolute;top:16px}.dataviews-view-list li .dataviews-view-list__item-actions>div{height:24px}.dataviews-view-list li .dataviews-view-list__item-actions .components-button{opacity:0}.dataviews-view-list li:has(.dataviews-view-list__fields:empty) .dataviews-view-list__item-actions{top:50%;transform:translateY(-50%)}.dataviews-view-list li.is-hovered .dataviews-view-list__item-actions,.dataviews-view-list li.is-selected .dataviews-view-list__item-actions,.dataviews-view-list li:focus-within .dataviews-view-list__item-actions{background:#f8f8f8;box-shadow:12px 0 8px 0 #f8f8f8;margin-left:24px;padding-right:8px}.dataviews-view-list li.is-hovered .dataviews-view-list__item-actions .components-button,.dataviews-view-list li.is-selected .dataviews-view-list__item-actions .components-button,.dataviews-view-list li:focus-within .dataviews-view-list__item-actions .components-button{opacity:1;position:static}.dataviews-view-list li.is-selected .dataviews-view-list__item-actions{background-color:#f7f8ff;box-shadow:12px 0 8px 0 #f7f8ff}.dataviews-view-list li.is-selected.is-selected,.dataviews-view-list li.is-selected.is-selected+li{border-top:1px solid #007cba1f}.dataviews-view-list li:not(.is-selected) .dataviews-view-list__primary-field{color:#1e1e1e}.dataviews-view-list li:not(.is-selected).is-hovered,.dataviews-view-list li:not(.is-selected):focus-within,.dataviews-view-list li:not(.is-selected):hover{background-color:#f8f8f8;color:#007cba}.dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__primary-field,.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__primary-field,.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__primary-field{color:#007cba}.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper{background-color:#007cba0a;color:#1e1e1e}.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__primary-field,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__primary-field{color:#007cba}.dataviews-view-list .dataviews-view-list__item{box-sizing:border-box;padding:16px 24px;scroll-margin:8px 0;width:100%}.dataviews-view-list .dataviews-view-list__item:focus-visible:before{border-radius:2px;bottom:2px;box-shadow:inset 0 0 0 2px #007cba;content:"";left:2px;position:absolute;right:2px;top:2px}.dataviews-view-list .dataviews-view-list__item .dataviews-view-list__primary-field{line-height:24px;min-height:24px;overflow:hidden}.dataviews-view-list .dataviews-view-list__media-wrapper{background-color:#f0f0f0;border-radius:4px;flex-shrink:0;height:52px;overflow:hidden;position:relative;width:52px}.dataviews-view-list .dataviews-view-list__media-wrapper img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-list .dataviews-view-list__media-wrapper:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;position:absolute;right:0;top:0;width:100%}.dataviews-view-list .dataviews-view-list__media-placeholder{background-color:#e0e0e0;height:52px;width:52px}.dataviews-view-list .dataviews-view-list__field-wrapper{min-height:52px}.dataviews-view-list .dataviews-view-list__fields{color:#757575;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;row-gap:4px}.dataviews-view-list .dataviews-view-list__fields:empty{display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty){display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{align-items:center;display:flex;line-height:20px;min-height:24px}.dataviews-view-list+.dataviews-pagination{justify-content:space-between}.dataviews-view-table{border-collapse:collapse;border-color:inherit;color:#757575;margin-bottom:auto;position:relative;text-indent:0;width:100%}.dataviews-view-table th{color:#1e1e1e;font-size:13px;font-weight:400;text-align:right}.dataviews-view-table td,.dataviews-view-table th{padding:12px;white-space:nowrap}.dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{text-align:left}.dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{padding-left:0}.dataviews-view-table tr{border-top:1px solid #f0f0f0}.dataviews-view-table tr .dataviews-view-table-header-button{gap:4px}.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-right:48px}.dataviews-view-table tr td:first-child .dataviews-view-table-header,.dataviews-view-table tr td:first-child .dataviews-view-table-header-button,.dataviews-view-table tr th:first-child .dataviews-view-table-header,.dataviews-view-table tr th:first-child .dataviews-view-table-header-button{margin-right:-8px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-left:48px}.dataviews-view-table tr:last-child{border-bottom:0}.dataviews-view-table tr.is-hovered{background-color:#f8f8f8}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input{opacity:0}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate{opacity:1}.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:0}.dataviews-view-table tr.is-hovered .components-checkbox-control__input,.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .components-checkbox-control__input,.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .components-checkbox-control__input,.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}@media(hover:none){.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}}.dataviews-view-table tr.is-selected{background-color:#007cba0a;color:#757575}.dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{border-top:1px solid #007cba1f}.dataviews-view-table tr.is-selected:hover{background-color:#007cba14}.dataviews-view-table thead{inset-block-start:0;position:sticky;z-index:1}.dataviews-view-table thead tr{border:0}.dataviews-view-table thead th{background-color:#fff;font-size:11px;font-weight:500;padding-bottom:8px;padding-right:12px;padding-top:8px;text-transform:uppercase}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-right:4px}.dataviews-view-table tbody td{vertical-align:top}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{align-items:center;display:flex;min-height:32px}.dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){min-height:0}.dataviews-view-table .dataviews-view-table-header-button{font-size:11px;font-weight:500;padding:4px 8px;text-transform:uppercase}.dataviews-view-table .dataviews-view-table-header-button:not(:hover){color:#1e1e1e}.dataviews-view-table .dataviews-view-table-header-button span{speak:none}.dataviews-view-table .dataviews-view-table-header-button span:empty{display:none}.dataviews-view-table .dataviews-view-table-header{padding-right:4px}.dataviews-view-table .dataviews-view-table__actions-column{width:1%}.dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input{opacity:1}.dataviews-view-table__cell-content-wrapper:empty{display:none}@container (max-width: 430px){.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-right:24px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-left:24px}}.dataviews-view-table-selection-checkbox{--checkbox-input-size:24px}@media(min-width:600px){.dataviews-view-table-selection-checkbox{--checkbox-input-size:16px}}.dataviews-controls__datetime{border:none;padding:0}.dataforms-layouts-panel__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.dataforms-layouts-panel__field-label{align-items:center;display:flex;flex-shrink:0;-webkit-hyphens:auto;hyphens:auto;line-height:20px;min-height:32px;padding:6px 0;width:38%}.dataforms-layouts-panel__field-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.dataforms-layouts-panel__field-control .components-button{max-width:100%;min-height:32px;text-align:right;text-wrap:balance;text-wrap:pretty;white-space:normal}.dataforms-layouts-panel__field-control .components-dropdown{max-width:100%}.dataforms-layouts-panel__field-dropdown .components-popover__content{min-width:320px;padding:16px}.dataforms-layouts-panel__dropdown-header{margin-bottom:16px}[class].dataforms-layouts-panel__dropdown-header-action{height:24px}[class].dataforms-layouts-panel__dropdown-header-action.has-icon{min-width:24px;padding:0}[class].dataforms-layouts-panel__dropdown-header-action:not(.has-icon){text-decoration:underline}.Syp1HH254tFVzcFG2Zh2,.kyLdsnatoC0HbIDJQm9S{margin-top:1rem;padding-block:1rem}.YABlqQXOGnawHFcJa7zT{min-height:20rem;width:60rem}.vEA7jwVDDYmYUaVhX9QR{display:flex;flex:1;flex-direction:column;gap:.5rem;overflow:auto}.AsH9JOuWehE027IlR7Y2,.hvN5L4O60W8ftCvW1gRX{align-items:center;display:flex}.hvN5L4O60W8ftCvW1gRX.aF8rESnbAc_uQUN0H3py{color:var(--jp-green-50)}.hvN5L4O60W8ftCvW1gRX.mfUKWd8ZvydeEyWeKhJ2{color:var(--jp-red-50);height:29px}.pvVeQhJ9oNx0CFoHYEit{flex:1}.fXQtkkrybB5DooWXxt67{margin-inline-start:2px;top:2px;width:24px}.fXQtkkrybB5DooWXxt67>button{color:var(--jp-red-50)!important}.bJAz31xuwL_vO4V97YfM{fill:var(--jp-green-50)}.eYjvcy4kG7GH44dIVLYO .dataviews__view-actions{display:none}.eYjvcy4kG7GH44dIVLYO table{overflow:hidden}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table-header-button{pointer-events:none}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table__row td:last-child{width:1%}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table__row td:last-child .dataviews-view-table__cell-content-wrapper{justify-content:center}.eYjvcy4kG7GH44dIVLYO .Zr_Eo4TmHx_X7UFoJcuM{align-items:center;display:flex}.eYjvcy4kG7GH44dIVLYO .components-external-link{color:#2271b1;font-weight:400}.csen0rABejxv4X3l1cx5{align-items:center;display:flex;gap:.5rem}.csen0rABejxv4X3l1cx5 button{padding:0}.csen0rABejxv4X3l1cx5 .icon-tooltip-wrapper,.csen0rABejxv4X3l1cx5 .icon-tooltip-wrapper button span{display:flex}.dCsa7WNQhT_7RhRkZih1{align-items:center;display:flex}.dCsa7WNQhT_7RhRkZih1 .components-spinner{margin-top:0}.VotVfPmHNdU_xItAWEKQ{color:var(--jp-gray-40)}.dhja1sVSpDACLZ6k4sBy{margin-top:1rem;padding-block:1rem}.U_WW2qLSQA71SJYyITOq{position:relative}.wp-admin.post-type-jetpack-social-note .post-publish-panel__postpublish-header{display:none}.CW7R8fRQqVKfyXFYiNWR{align-items:center;background:none;border:2px solid var(--jp-green-40);border-radius:4px;color:var(--jp-gray-90);display:block;gap:calc(var(--spacing-base)*3);justify-content:space-between;margin:0;padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3);text-align:right;text-decoration:none;width:100%}.CW7R8fRQqVKfyXFYiNWR:active,.CW7R8fRQqVKfyXFYiNWR:focus{outline-color:var(--jp-black)}.CW7R8fRQqVKfyXFYiNWR .n34j0qWq2EZzYl1jAiej button.aIuCL8MdydCJGcrOqp4x{font-size:var(--font-body-small)}.qegtnlYWDc3UnIGPRlQb{font-size:var(--font-body)}.n34j0qWq2EZzYl1jAiej{align-content:space-between;display:flex;flex-direction:column;gap:var(--spacing-base)}.aIuCL8MdydCJGcrOqp4x{align-items:center;justify-content:space-between;width:100%}.D8uyjb_rjCf4HTMT0mj0.D8uyjb_rjCf4HTMT0mj0{font-size:13px;line-height:1.5;margin-bottom:16px}.jetpack-publicize__upsell{margin-bottom:13px}.jetpack-publicize__upsell-description{font-weight:600;margin-bottom:10px}.jetpack-publicize__upsell-button.is-primary{background:#e34c84;color:#fff;padding-left:10px}.jetpack-publicize__upsell-button.is-primary:hover{background:#eb6594}.jetpack-publicize__upsell-button.is-primary.is-busy{background-image:linear-gradient(45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-publicize__placeholder .components-placeholder__learn-more{margin-top:1em}.wp-block-jetpack-rating-star{line-height:0;margin-bottom:1.5em;stroke-width:0}.wp-block-jetpack-rating-star .is-rating-unfilled{fill-opacity:.33}.wp-block-jetpack-rating-star .jetpack-ratings-button{border-radius:2px;display:inline-flex}.wp-block-jetpack-rating-star .jetpack-ratings-button:focus{box-shadow:0 0 0 1px currentColor;outline:2px solid #0000}.wp-block-jetpack-rating-star>p{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.wp-block-jetpack-rating-star>span{display:inline-flex!important;margin-inline-end:.3em}.wp-block-jetpack-rating-star .jetpack-ratings-button span,.wp-block-jetpack-rating-star>span span{display:inline-flex;flex-shrink:0;overflow:hidden;width:12px}.wp-block-jetpack-rating-star .jetpack-ratings-button span svg,.wp-block-jetpack-rating-star>span span svg{flex-shrink:0}.wp-block-jetpack-rating-star .jetpack-ratings-button span:nth-child(2n),.wp-block-jetpack-rating-star>span span:nth-child(2n){justify-content:flex-end}.wp-block-jetpack-rating-star svg{display:inline-block!important;max-width:none!important}.wp-block-jetpack-rating-star.is-style-outlined{stroke-width:2px}.wp-block-jetpack-rating-star.is-style-outlined .is-rating-unfilled{fill:#0000}.wp-block-jetpack-rating-star .jetpack-ratings-button{margin-inline-end:.3em}.jetpack-ratings-button{cursor:pointer}.jetpack-ratings-button:focus{border:none;outline:none}@keyframes jetpack-memberships_button__spinner-animation{to{transform:rotate(-1turn)}}.jetpack-memberships-spinner{display:none;height:1em;margin:0 5px 0 0;width:1em}.jetpack-memberships-spinner svg{height:100%;margin-bottom:-2px;width:100%}.jetpack-memberships-spinner-rotating{animation:jetpack-memberships_button__spinner-animation .75s linear infinite;transform-origin:center}.is-loading .jetpack-memberships-spinner{display:inline-block}body.jetpack-memberships-modal-open{overflow:hidden}dialog.jetpack-memberships-modal{opacity:1}dialog.jetpack-memberships-modal,dialog.jetpack-memberships-modal iframe{background:#0000;border:0;bottom:0;box-shadow:none;height:100%;left:0;margin:0;padding:0;position:fixed;right:0;top:0;width:100%}dialog.jetpack-memberships-modal::backdrop{background-color:#000;opacity:.7;transition:opacity .2s ease-out}dialog.jetpack-memberships-modal.is-loading,dialog.jetpack-memberships-modal.is-loading::backdrop{opacity:0}.wp-block-jetpack-recurring-payments.aligncenter .wp-block-jetpack-button{text-align:center}.wp-block-jetpack-recurring-payments{width:100%}.wp-block-jetpack-recurring-payments .components-base-control__label{text-align:right}.wp-block-jetpack-recurring-payments .components-placeholder{min-height:150px;padding:24px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset{max-width:500px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset p{font-size:13px;margin:20px 0 10px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset p:first-child{margin-top:0}.wp-block-jetpack-recurring-payments .components-placeholder__instructions .components-select-control__input{padding:0 8px 0 24px}.wp-block-jetpack-recurring-payments .components-placeholder .components-placeholder__instructions{display:block}.wp-block-jetpack-recurring-payments .components-placeholder label{font-size:13px}.wp-block-jetpack-recurring-payments .editor-rich-text__inline-toolbar{pointer-events:none}.wp-block-jetpack-recurring-payments .editor-rich-text__inline-toolbar .components-toolbar{pointer-events:all}.wp-block-jetpack-recurring-payments .membership-button__add-amount{margin-left:4px}.wp-block-jetpack-recurring-payments .membership-button__disclaimer{color:var(--color-gray-200);flex-basis:100%;font-style:italic;margin:0}.wp-block-jetpack-recurring-payments .membership-button__disclaimer a{color:var(--color-gray-400);line-height:36px}.wp-block-jetpack-recurring-payments .membership-button__field-button{margin-left:4px}.wp-block-jetpack-recurring-payments .membership-button__field-error .components-text-control__input{border:1px solid #d63638}.wp-block-jetpack-recurring-payments .membership-button__field-price{width:65%}.wp-block-jetpack-recurring-payments .membership-button__price-container{display:flex;flex-wrap:wrap}.wp-block-jetpack-recurring-payments .membership-button__price-container .components-input-control__container{top:4px}.wp-block-jetpack-recurring-payments .membership-button__price-container div.membership-button__field-currency{border-left:10px solid #0000}.wp-block-jetpack-recurring-payments .membership-button__price-container p{margin-top:0}.wp-block-jetpack-recurring-payments.disclaimer-only{background:#1e1e1e9e;box-sizing:initial;font-size:13px;margin:0 -14px;padding:14px;text-align:center;transform:translateY(14px)}.is-dark-theme .wp-block-jetpack-recurring-payments.disclaimer-only{background:#ffffffa6}.wp-block-jetpack-recurring-payments .wp-block-jetpack-membership-button_notification{display:block}.wp-block-jetpack-recurring-payments .wp-block[data-type="jetpack/button"]{margin-bottom:0;margin-top:0}.wp-block-jetpack-related-posts .components-placeholder__learn-more{flex-basis:100%;margin-top:1em}.jp-related-posts-i2__row{display:flex;margin-left:-10px;margin-right:-10px;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33.33333% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post{display:flex;flex-basis:0;flex-direction:column;flex-grow:1;margin:0 10px}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row}.jp-related-posts-i2__post-image-placeholder,.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-heading{font-size:1rem;line-height:1.2em;margin:.5rem 0}.jp-related-posts-i2__post-link{display:block;line-height:1.2em;margin:.2em 0;width:100%}.jp-related-posts-i2__post-img{width:100%}.jp-related-posts-i2__post-image-placeholder{display:block;margin:0 auto;max-width:350px;position:relative}.jp-related-posts-i2__post-image-placeholder-icon{position:absolute;right:calc(50% - 12px);top:calc(50% - 12px)}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{display:block;margin:0}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{margin:1rem 0 0;max-width:none}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post-image-placeholder{margin:0;max-width:350px}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post-img-link{margin-top:1rem}.wp-block-jetpack-repeat-visitor .components-notice{color:#1e1e1e;margin:1em 0 0}.wp-block-jetpack-repeat-visitor .components-radio-control__option{text-align:right}.wp-block-jetpack-repeat-visitor .components-notice__content{font-size:1em;margin:.5em 0}.wp-block-jetpack-repeat-visitor .components-notice__content .components-base-control{display:inline-block;max-width:8em;vertical-align:middle}.wp-block-jetpack-repeat-visitor .components-notice__content .components-base-control .components-base-control__field{margin-bottom:0}.wp-block-jetpack-repeat-visitor-placeholder{min-height:inherit}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__label svg{margin-left:.5ch}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__fieldset{flex-wrap:nowrap}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__fieldset .components-base-control{flex-basis:100%;margin-bottom:0}.wp-block-jetpack-repeat-visitor-placeholder .components-base-control__help{color:#cc1818;font-size:13px}.wp-block-jetpack-repeat-visitor--is-unselected .wp-block-jetpack-repeat-visitor-placeholder{display:none}.wp-block-jetpack-repeat-visitor-threshold{margin-left:20px}.wp-block-jetpack-repeat-visitor-threshold .components-text-control__input{margin-right:12px;text-align:center;width:5em}.block-editor-inserter__preview .wp-block-jetpack-repeat-visitor{padding:16px}.block-editor-inserter__preview .wp-block-jetpack-repeat-visitor>.block-editor-inner-blocks>.block-editor-block-list__layout{margin:0}.help-message{display:flex;font-size:13px;line-height:1.4em;margin-bottom:1em;margin-top:-.5em}.help-message svg{margin-left:5px;min-width:24px}.help-message>span{margin-top:2px}.help-message.help-message-is-error{color:#d63638}.help-message.help-message-is-error svg{fill:#d63638}div.wp-block-jetpack-whatsapp-button{display:flex;margin-inline-end:5px}div.wp-block-jetpack-whatsapp-button a.whatsapp-block__button{background:#25d366;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");background-position:16px;background-repeat:no-repeat;background-size:32px 32px;border:none;border-radius:8px;box-sizing:border-box;color:#fff;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:20px;font-weight:500;line-height:36px;min-height:50px;padding:8px 56px 8px 16px;text-decoration:none;white-space:nowrap}div.wp-block-jetpack-whatsapp-button.is-color-light a.whatsapp-block__button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%2523465B64' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");color:#465b64}div.wp-block-jetpack-whatsapp-button.alignleft{float:none;justify-content:flex-start}div.wp-block-jetpack-whatsapp-button.aligncenter{justify-content:center}div.wp-block-jetpack-whatsapp-button.alignright{float:none;justify-content:flex-end}div.wp-block-jetpack-whatsapp-button.has-no-text a.whatsapp-block__button{padding-inline-start:48px}div.wp-block-jetpack-whatsapp-button:hover{opacity:.9}div.wp-block-jetpack-send-a-message>div.wp-block-jetpack-whatsapp-button>a.whatsapp-block__button:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");background-position:16px;background-repeat:no-repeat;background-size:32px 32px}.jetpack-whatsapp-button__phonenumber .components-base-control{margin-bottom:0}.jetpack-whatsapp-button__phonenumber input.components-text-control__input{margin-bottom:5px}.jetpack-whatsapp-button__phonenumber select.components-select-control__input{min-height:30px;padding-right:10px;width:105px}.jetpack-whatsapp-button__phonenumber .components-placeholder__label svg{margin-left:6px}.jetpack-whatsapp-error{display:inline-flex;margin-bottom:10px}.jetpack-whatsapp-error span,.jetpack-whatsapp-error svg{color:red;fill:red;vertical-align:middle}.jetpack-whatsapp-error svg{margin:-3px 0 0 5px}.jetpack-whatsapp-button__popover .components-popover__content{min-width:260px;padding:12px}.wp-block[data-align=center] .wp-block-jetpack-whatsapp-button{justify-content:center}.components-seo-placeholder__learn-more{margin-top:1em}.components-seo-upsell__learn-more{margin:1em 0}.components-seo-upsell__button.is-primary{background:#e34c84;color:#fff;padding-left:10px}.components-seo-upsell__button.is-primary:hover{background:#eb6594}.components-seo-upsell__button.is-primary.is-busy{background-image:linear-gradient(45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-seo-message-box{width:100%}.components-sharing-placeholder__learn-more{margin-top:1em}.jetpack-clipboard-input{display:flex}.jetpack-clipboard-input .components-clipboard-button,.jetpack-clipboard-input .components-text-control__input{min-height:36px}.jetpack-clipboard-input .components-clipboard-button{margin-right:6px}.simple-payments__loading{animation:simple-payments-loading 1.6s ease-in-out infinite}@keyframes simple-payments-loading{0%{opacity:.5}50%{opacity:.7}to{opacity:.5}}.jetpack-simple-payments-wrapper{margin-bottom:1.5em}body .jetpack-simple-payments-wrapper .jetpack-simple-payments-details p{margin:0 0 1.5em;padding:0}.jetpack-simple-payments-description{white-space:pre-wrap}.jetpack-simple-payments-product{display:flex;flex-direction:column}.jetpack-simple-payments-product-image{flex:0 0 30%;margin-bottom:1.5em}.jetpack-simple-payments-image{box-sizing:border-box;min-width:70px;padding-top:100%;position:relative}.jetpack-simple-payments-image img{border:0;border-radius:0;height:auto;margin:0;max-height:100%;max-width:100%;padding:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:auto}.jetpack-simple-payments-price p,.jetpack-simple-payments-title p{font-weight:700}.jetpack-simple-payments-purchase-box{align-items:flex-start;display:flex}.jetpack-simple-payments-items{flex:0 0 auto;margin-left:10px}input[type=number].jetpack-simple-payments-items-number{background:#fff;font-size:16px;line-height:1;max-width:60px;padding:4px 8px!important}input[type=number].jetpack-simple-payments-items-number::-webkit-inner-spin-button,input[type=number].jetpack-simple-payments-items-number::-webkit-outer-spin-button{opacity:1}@media screen and (min-width:400px){.jetpack-simple-payments-product{flex-direction:row}.jetpack-simple-payments-product-image+.jetpack-simple-payments-details{flex-basis:70%;padding-right:1em}}.wp-block-jetpack-simple-payments .simple-payments__wrapper{display:grid;grid-template-columns:200px auto;grid-column-gap:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.wp-block-jetpack-simple-payments .simple-payments__field .components-base-control__field{margin-bottom:1em}.wp-block-jetpack-simple-payments .simple-payments__field textarea{display:block}.wp-block-jetpack-simple-payments .simple-payments__field input,.wp-block-jetpack-simple-payments .simple-payments__field textarea{font:inherit}.wp-block-jetpack-simple-payments img{max-width:100%}.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-content .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-email .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-title .components-base-control__label{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.wp-block-jetpack-simple-payments .simple-payments__field-has-error .components-text-control__input,.wp-block-jetpack-simple-payments .simple-payments__field-has-error .components-textarea-control__input{border-color:#d63638}.wp-block-jetpack-simple-payments .simple-payments__price-container{display:flex;flex-wrap:wrap}.wp-block-jetpack-simple-payments .simple-payments__price-container .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__price-container .components-input-control__label{display:block;font-weight:400;margin:0 0 4px}.wp-block-jetpack-simple-payments .simple-payments__price-container select.components-select-control__input{-webkit-appearance:none;-moz-appearance:none;height:auto;max-width:none;padding:3px 8px 1px}.wp-block-jetpack-simple-payments .simple-payments__price-container div.components-input-control__container{position:relative}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-currency{margin-left:5px}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-currency .components-input-control__container{width:calc(100% - 5px)}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-price .components-base-control__field{display:flex;flex-direction:column}.wp-block-jetpack-simple-payments .simple-payments__price-container .help-message{flex:1 1 100%;margin-top:0}.wp-block-jetpack-simple-payments .simple-payments__price-container .components-input-control__suffix>div{align-items:center;bottom:0;box-sizing:border-box;display:flex;left:0;padding:0 4px;pointer-events:none;position:absolute;top:0}.wp-block-jetpack-simple-payments .simple-payments__field-email .components-text-control__input{max-width:400px}.wp-block-jetpack-simple-payments .simple-payments__field-multiple{margin-bottom:5px}.wp-block-jetpack-simple-payments .simple-payments__field-multiple .components-toggle-control__label{line-height:1.4em}.wp-block-jetpack-simple-payments .simple-payments__field-content .components-textarea-control__input{min-height:32px;padding:8px;width:100%}.jetpack-simple-payments__purchase-link-text .components-base-control{margin-bottom:0}.jetpack-simple-payments__purchase-link-text input.components-text-control__input{margin-bottom:5px}.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow{margin-bottom:1.5em;position:relative}.wp-block-jetpack-slideshow [tabindex="-1"]:focus{outline:0}.wp-block-jetpack-slideshow.wp-amp-block>.wp-block-jetpack-slideshow_container{opacity:1}.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay .wp-block-jetpack-slideshow_button-play,.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay.wp-block-jetpack-slideshow__autoplay-playing .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay.wp-block-jetpack-slideshow__autoplay-playing .wp-block-jetpack-slideshow_button-play{display:none}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container{opacity:0;overflow:hidden;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.wp-swiper-initialized{opacity:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.swiper-container{display:block}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_slide,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_swiper-wrapper{line-height:normal;margin:0;padding:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper{display:flex}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{display:flex;height:100%;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure{align-items:center;display:flex;height:100%;justify-content:center;margin:0;position:relative;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure .wp-block-jetpack-slideshow_image{pointer-events:none;-webkit-user-select:none;user-select:none}.wp-block-jetpack-slideshow.alignfull .wp-block-jetpack-slideshow_image,.wp-block-jetpack-slideshow.alignwide .wp-block-jetpack-slideshow_image{max-width:unset;object-fit:cover;width:100vw}.wp-block-jetpack-slideshow .swiper-container-fade .wp-block-jetpack-slideshow_slide:not(.swiper-slide-active){opacity:0!important}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.wp-block-jetpack-slideshow .amp-carousel-button,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;border-radius:4px;box-shadow:none;height:30px;margin:-14px 0 0;opacity:.5;padding:0;transition:opacity .5s ease-out;width:28px}.wp-block-jetpack-slideshow .amp-carousel-button:focus,.wp-block-jetpack-slideshow .amp-carousel-button:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:hover{background-color:#fff;opacity:1}.wp-block-jetpack-slideshow .amp-carousel-button:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus{outline:thin dotted #fff;outline-offset:-4px}.wp-block-jetpack-slideshow .amp-carousel-button{margin:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{display:none}.wp-block-jetpack-slideshow .swiper-button-next:after,.wp-block-jetpack-slideshow .swiper-button-prev:after,.wp-block-jetpack-slideshow .swiper-container-rtl .swiper-button-next:after,.wp-block-jetpack-slideshow .swiper-container-rtl .swiper-button-prev:after{content:""}.wp-block-jetpack-slideshow .amp-carousel-button-next,.wp-block-jetpack-slideshow .swiper-button-next.swiper-button-white,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-prev.swiper-button-white,.wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB4PSI4IiB5PSI2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOC41OTggMTYuNTkgMTMuMTU2IDEyIDguNTk4IDcuNDEgMTAuMDAxIDZsNS45NyA2LTUuOTcgNnoiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTS4zNDQgMGgyMy44ODJ2MjRILjM0NHoiLz48L2c+PC9zdmc+)}.wp-block-jetpack-slideshow .amp-carousel-button-prev,.wp-block-jetpack-slideshow .swiper-button-prev.swiper-button-white,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev,.wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-next.swiper-button-white,.wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI5IiBoZWlnaHQ9IjEyIiB4PSI4IiB5PSI2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTYuMjA3IDE2LjU5IDExLjY1IDEybDQuNTU3LTQuNTlMMTQuODA0IDZsLTUuOTcgNiA1Ljk3IDZ6Ii8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0uNTc5IDBoMjMuODgydjI0SC41Nzl6Ii8+PC9nPjwvc3ZnPg==)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M6 19h4V5H6zm8-14v14h4V5z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");display:none;inset-inline-end:10px;margin-top:0;position:absolute;top:10px;z-index:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_autoplay-paused .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E")}.wp-block-jetpack-slideshow:has(>div[data-autoplay=true]) .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{background-color:#00000080;bottom:0;box-sizing:border-box;color:#fff;cursor:text;left:0;margin:0!important;max-height:100%;opacity:1;padding:.75em;position:absolute;right:0;text-align:initial;z-index:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption a{color:inherit}.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_caption.gallery-caption{max-height:calc(100% - 68px)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom{bottom:0;display:flex;gap:8px;justify-content:flex-start;line-height:24px;padding:10px 0 2px;position:relative}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet{background:currentColor;color:currentColor;height:8px;opacity:.5;transform:scale(.75);transition:opacity .25s,transform .25s;vertical-align:top;width:8px}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:hover{opacity:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:focus{outline:thin dotted;outline-offset:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet[selected],.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet-active,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet[selected]{background-color:currentColor;opacity:1;transform:scale(1)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-simple,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-simple{font-size:14px;line-height:16px;text-align:start;width:100%}.wp-block-jetpack-slideshow_pagination.amp-pagination{text-align:center}.wp-block-jetpack-slideshow_pagination.amp-pagination .swiper-pagination-bullet{border:0;border-radius:100%;display:inline-block;margin:0 4px;padding:0}@media(min-width:600px){.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{display:block}}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container{height:auto;opacity:1;overflow:visible;width:auto}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper,.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure{display:block;margin-bottom:12px}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper,.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{list-style:none;margin-left:auto;margin-right:auto}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{display:inline-block;height:auto;margin-left:2%!important;margin-right:2%!important;vertical-align:top;width:42%}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{background-color:#0000;bottom:auto;color:inherit;inset-inline-end:auto;padding-top:0;position:relative}.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block-jetpack-slideshow,.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block>.wp-block-jetpack-slideshow{display:grid}.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block-jetpack-slideshow>.swiper-container,.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block>.wp-block-jetpack-slideshow>.swiper-container{width:100%}.wp-block-jetpack-slideshow__add-item{margin-top:4px;width:100%}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button,.wp-block-jetpack-slideshow__add-item .components-form-file-upload{width:100%}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button:focus,.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button:hover{border:1px solid #949494}.wp-block[data-align=full] .wp-block-jetpack-slideshow_image,.wp-block[data-align=wide] .wp-block-jetpack-slideshow_image{max-width:unset;object-fit:cover;width:100vw}.wp-block-jetpack-slideshow_slide .components-spinner{margin-right:-9px;margin-top:-9px;position:absolute;right:50%;top:50%}.wp-block-jetpack-slideshow_slide.is-transient img{opacity:.3}.jetpack-mdc-icon-button{align-items:center;border:0;box-sizing:border-box;display:inline-flex;justify-content:center;padding:0;position:relative;fill:currentColor;appearance:none;background-color:#0000;color:#fff;cursor:pointer;overflow:hidden;text-decoration:none!important;-webkit-user-select:none;user-select:none}.jetpack-mdc-icon-button.outlined{background-color:#00000080}.jetpack-mdc-icon-button.outlined:hover{background-color:#0000004d}.jetpack-mdc-icon-button.outlined-w{background-color:#fff3}.jetpack-mdc-icon-button.outlined-w:hover{background-color:#ffffff4d}.jetpack-mdc-icon-button.bordered{border:2px solid #fff}.jetpack-mdc-icon-button.circle-icon{border-radius:50%}.wp-story-display-contents{display:contents}.wp-story-app{padding:10px}.wp-story-container{border-radius:15px;display:block;height:320px;list-style:none;margin-bottom:24px;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;width:180px;z-index:1;-webkit-tap-highlight-color:rgba(0,0,0,0);box-shadow:0 2px 12px #00000040;break-inside:avoid;page-break-inside:avoid;transition:box-shadow .3s ease-in-out,transform .3s cubic-bezier(.18,.14,.25,1)}.wp-story-container figure{transition:transform .3s cubic-bezier(.18,.14,.25,1)}.wp-story-container:hover{box-shadow:0 4px 12px #0000004d;transform:scale3d(1.03,1.03,1)}.wp-story-container:hover figure{transform:scale3d(1.07,1.07,1)}.wp-story-container button{background-color:#0000;border:0;box-shadow:none;cursor:pointer;outline-width:0;text-shadow:none}.wp-story-container.wp-story-initialized{opacity:1}.wp-story-container.wp-story-clickable{cursor:pointer}.wp-story-container .wp-story-slide,.wp-story-container .wp-story-wrapper{line-height:normal;list-style-type:none;margin:0;padding:0}.wp-story-container .wp-story-wrapper{background-color:#0e1112;border-radius:15px;bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;z-index:-1}.wp-story-container .wp-story-slide{display:flex;height:100%;width:100%}.wp-story-container .wp-story-slide figure{align-items:center;display:flex;height:100%;justify-content:center;margin:0;object-fit:contain;overflow:hidden;position:relative;width:100%}.wp-story-container .wp-story-slide.is-loading{align-items:center;background-color:#484542;justify-content:center;position:absolute;z-index:1}.wp-story-container .wp-story-slide.is-loading.semi-transparent{background-color:rgba(72,69,66,.498)}.wp-story-container .wp-story-slide.is-loading.transparent{background-color:#0000}@keyframes rotate-spinner{to{transform:rotate(-1turn)}}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner{align-items:center;display:flex}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__inner,.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid #0000;border-radius:50%;box-sizing:border-box;margin:auto}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__outer{border-top-color:#fff;font-size:40px;height:40px;width:40px}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__inner{border-left-color:#c4c4c4;border-top-color:#c4c4c4;height:100%;opacity:.4;width:100%}.wp-story-container .wp-story-image,.wp-story-container .wp-story-video{border:0;display:block;height:auto;margin:0;max-height:100%;max-width:100%;width:auto}.wp-story-container .wp-story-image.wp-story-crop-wide,.wp-story-container .wp-story-video.wp-story-crop-wide{max-width:revert}.wp-story-container .wp-story-image.wp-story-crop-narrow,.wp-story-container .wp-story-video.wp-story-crop-narrow{max-height:revert}.wp-story-container .wp-story-controls,.wp-story-container .wp-story-meta{display:none}.wp-story-container .wp-story-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-story-container .wp-story-overlay .wp-story-button-play,.wp-story-container .wp-story-overlay .wp-story-button-replay{cursor:pointer}.wp-story-container .wp-story-overlay .wp-story-embed-icon,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{align-items:center;background-color:#00000080;border-radius:5px;color:#fff;display:flex;left:0;margin:15px;padding:5px 3px;position:absolute;top:0}.wp-story-container .wp-story-overlay .wp-story-embed-icon *,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand *{margin:0 2px}.wp-story-container .wp-story-overlay .wp-story-embed-icon svg,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand svg{fill:#fff;height:20px;width:20px}.wp-story-container .wp-story-overlay .wp-story-embed-icon span,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand span{color:#fff;font-family:sans-serif;font-size:16px;font-weight:600;line-height:20px}.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{background-color:#0000}.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand svg{filter:drop-shadow(0 0 2px rgba(0,0,0,.6))}.wp-story-container.wp-story-disabled .wp-story-overlay,.wp-story-container.wp-story-ended .wp-story-overlay{background-color:#fff6}.wp-story-container .wp-story-next-slide,.wp-story-container .wp-story-prev-slide{display:none;position:absolute}.wp-story-container .wp-story-next-slide button,.wp-story-container .wp-story-prev-slide button{border-width:0}.wp-story-container .wp-story-next-slide button:hover,.wp-story-container .wp-story-prev-slide button:hover{border-width:2px}.wp-story-container .wp-story-prev-slide{margin:auto;right:-84px}.wp-story-container .wp-story-next-slide{left:-84px;margin:auto}.wp-story-container .wp-story-pagination{position:absolute;text-align:center;z-index:2}.wp-story-container .wp-story-pagination-bullets{bottom:0;display:flex;left:0;margin:7px 10px;overflow:hidden;position:absolute;right:0;top:auto;transition:flex-basis 1s ease-in-out}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet{flex:1;justify-content:space-between;margin:0 2px;opacity:1;padding:6px 0;vertical-align:top}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet .wp-story-pagination-bullet-bar{background:#fff9;height:4px;min-width:12px;width:100%}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet .wp-story-pagination-bullet-bar-progress{background-color:#fff;height:4px;opacity:1;transition:width .1s ease;width:0}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-ellipsis{flex:0 0 4px}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-ellipsis .wp-story-pagination-bullet-bar{min-width:6px}.wp-story-container .wp-story-controls{bottom:30px;display:none;flex-direction:row;justify-content:space-between;margin:0 10px;position:absolute;width:64px;z-index:3}@media(max-width:782px){.wp-story-container .wp-story-controls{bottom:50px;margin:0 16px}}.wp-story-container.wp-story-with-controls{border-radius:0;box-shadow:none!important;overflow:visible;transition:none!important}.wp-story-container.wp-story-with-controls .wp-story-wrapper{border-radius:15px;box-shadow:0 2px 12px #00000040;overflow:hidden}.wp-story-container.wp-story-with-controls figure{transform:none!important;transition:none!important}.wp-story-container.wp-story-with-controls:hover{box-shadow:none!important;transform:none!important}.wp-story-container.wp-story-with-controls:hover figure{transform:none}.wp-story-container.wp-story-with-controls .wp-story-next-slide,.wp-story-container.wp-story-with-controls .wp-story-prev-slide{display:block}.wp-story-container.wp-story-with-controls .wp-story-prev-slide{margin:auto;right:-48px}.wp-story-container.wp-story-with-controls .wp-story-next-slide{left:-48px;margin:auto}.wp-story-container.wp-story-with-controls .wp-story-controls{display:flex}@media(max-width:782px){.wp-story-container.wp-story-with-controls .wp-story-controls{bottom:30px;margin:0 10px}}.wp-story-fullscreen.wp-story-app{bottom:0;height:100%;left:0;margin:0;max-width:100%!important;padding:0;position:fixed;right:0;top:0;transform:translateZ(0);-webkit-user-select:none;user-select:none;width:100%!important;z-index:9999999999;-webkit-touch-callout:none}.wp-story-fullscreen.wp-story-container{border-radius:0;box-shadow:none;height:100%;margin:auto;max-height:100%;max-width:100%;overflow:initial;width:100%}.wp-story-fullscreen.wp-story-container,.wp-story-fullscreen.wp-story-container figure{transform:none;transition:none!important}.wp-story-fullscreen.wp-story-container:focus{outline:none}.wp-story-fullscreen.wp-story-container:before{box-shadow:none}.wp-story-fullscreen.wp-story-container:before:hover{opacity:0;transition:none!important}.wp-story-fullscreen.wp-story-container .wp-story-wrapper{border-radius:0;height:auto;margin-bottom:84px;margin-top:84px;overflow:initial}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-wrapper{margin-bottom:0;margin-top:0}}.wp-story-fullscreen.wp-story-container .wp-story-slide{height:100%;width:auto}.wp-story-fullscreen.wp-story-container .wp-story-slide.is-loading{width:100%}.wp-story-fullscreen.wp-story-container .wp-story-meta{align-items:center;color:#fff;display:flex;flex-direction:row;font-family:sans-serif;line-height:20px;padding:20px 0}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta{background:#000;background:linear-gradient(-180deg,#000000a1,#0000);padding:16px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon{background-color:#fff;border:2px solid #fff;border-radius:4px;flex-shrink:0;height:40px;margin:0 0 0 16px;width:40px}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon img{height:100%;text-align:center;width:100%}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon{height:24px;margin:0 0 0 12px;width:24px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-title{display:-webkit-box;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-title{font-size:12px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-exit-fullscreen{margin-right:auto;min-height:24px;min-width:24px;order:3}.wp-story-fullscreen.wp-story-container .wp-story-overlay{margin-bottom:84px;margin-top:84px}.wp-story-fullscreen.wp-story-container .wp-story-overlay .wp-story-embed-icon,.wp-story-fullscreen.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{display:none}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-overlay{bottom:76px;margin-bottom:0;margin-top:0;top:76px}.wp-story-fullscreen.wp-story-container.wp-story-disabled .wp-story-overlay,.wp-story-fullscreen.wp-story-container.wp-story-ended .wp-story-overlay{bottom:0;top:0}}.wp-story-fullscreen.wp-story-container .wp-story-next-slide,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{display:block}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-next-slide,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{bottom:0;display:block;height:100%;position:absolute;top:0}.wp-story-fullscreen.wp-story-container .wp-story-next-slide button,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide button{display:none}.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{right:0;width:33.33%}.wp-story-fullscreen.wp-story-container .wp-story-next-slide{left:0;width:66.66%}}.wp-story-fullscreen.wp-story-container .wp-story-controls{bottom:20px;display:flex;flex-direction:row;justify-content:space-between;margin:0;position:absolute;width:88px}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-controls{bottom:36px;margin:0 16px}}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets{bottom:42px;display:flex;margin:0;padding:14px 0;position:absolute;top:auto}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet{justify-content:space-between}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet:first-child{margin-right:0}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet:last-child{margin-left:0}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets{bottom:0;padding:10px 16px}}.wp-story-background{background-color:#0e1112;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:-2}.wp-story-background svg{height:0;width:0}.wp-story-background img{height:100%;width:100%}.wp-story-background .wp-story-background-dark{bottom:0;left:0;opacity:.12;position:absolute;right:0;top:0}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-dark{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}}.wp-story-background .wp-story-background-image{background-position:100%;background-repeat:no-repeat;background-size:100% auto;display:none;height:100%;width:100%}@supports not ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-image{filter:blur(18px);filter:url(#gaussian-blur-18);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius="18")}}.wp-story-background .wp-story-background-blur{background-color:rgba(14,17,18,.878);bottom:0;left:0;position:absolute;right:0;top:0}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-blur{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}}html.wp-story-in-fullscreen{overflow:hidden;scroll-behavior:auto}body.wp-story-in-fullscreen{height:100%;overflow:hidden;padding-left:15px;position:fixed;width:100%}.wp-block-jetpack-story__add-item{margin-top:4px;width:100%}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button,.wp-block-jetpack-story__add-item .components-form-file-upload{height:100%;width:100%}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button:focus,.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button:hover{border:1px solid #949494}.wp-story-container .wp-story-next-slide button,.wp-story-container .wp-story-prev-slide button{background-color:#0000;border:1px solid #50575e;color:#50575e;height:36px!important;outline:0;width:36px!important}.wp-story-container .wp-story-next-slide button:hover,.wp-story-container .wp-story-prev-slide button:hover{background-color:#0000;border:1px solid #50575e}.wp-story-container .wp-story-next-slide button:hover i,.wp-story-container .wp-story-prev-slide button:hover i{color:#3381b8}.jetpack-inspector-notice span.jetpack-subscribe-notice-visibility{margin:0;padding:0;width:100%}.jetpack-newsletter-link{text-decoration:none}.jetpack-newsletter-access-radio-buttons input[type=radio]{flex-shrink:0}.jetpack-newsletter-access-radio-buttons label{text-wrap:balance}.jetpack-subscribe-newsletters-panel .edit-post-post-misconfiguration__warning{font-size:12px;margin:0}.jetpack-subscribe-newsletters-panel .edit-post-post-misconfiguration__warning .components-notice__content{margin-left:0}.jetpack-editor-post-tiers{padding-right:35px;padding-top:5px}.jetpack-subscribe-affirmation-loading{background:#ccc;color:#ccc}.is-style-compact .is-not-subscriber .wp-block-button__link,.is-style-compact .is-not-subscriber .wp-block-jetpack-subscriptions__button{border-end-start-radius:0!important;border-start-start-radius:0!important;margin-inline-start:0!important}.is-style-compact .is-not-subscriber .components-text-control__input,.is-style-compact .is-not-subscriber p#subscribe-email input[type=email]{border-end-end-radius:0!important;border-start-end-radius:0!important}.is-style-compact:not(.wp-block-jetpack-subscriptions__use-newline) .components-text-control__input{border-inline-end-width:0!important}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form-container{display:flex;flex-direction:column}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) .is-not-subscriber .wp-block-jetpack-subscriptions__form-elements{align-items:flex-start;display:flex}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) p#subscribe-submit{display:flex;justify-content:center}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]{box-sizing:border-box;cursor:pointer;line-height:1.3;min-width:auto!important;white-space:nowrap!important}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]::placeholder,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]:disabled,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]::placeholder,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]:disabled{color:currentColor;opacity:.5}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button{border-color:#0000;border-style:solid}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email{background:#0000;flex-grow:1}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email input[type=email]{height:auto;margin:0;width:100%}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-submit,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-submit{line-height:0;margin:0;padding:0}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__show-subs .wp-block-jetpack-subscriptions__subscount{font-size:16px;margin:8px 0;text-align:end}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__form-elements{display:block}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline button{display:inline-block;max-width:100%}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__subscount{text-align:start}#subscribe-submit.is-link{text-align:center;width:auto!important}#subscribe-submit.is-link a{margin-right:0!important;margin-top:0!important;width:auto!important}.jetpack-inspector-notice{align-items:center;background:#f0f0f0;border-radius:4px;display:flex;justify-content:space-between;margin:0 16px 24px;padding:24px}.jetpack-inspector-notice>.jetpack-logo{margin-right:12px}.components-tab-panel__tab-content div:first-child .jetpack-inspector-notice{margin-top:24px}.jetpack-newsletter-test-email-modal__email-sent{color:#2fb41f}.jetpack-newsletter-test-email-modal__email-sent svg{fill:#2fb41f}.jetpack-newsletter-preview-modal h1{flex-shrink:0}.jetpack-subscribe-post-publish-panel .jetpack-inspector-notice,.jetpack-subscribe-pre-publish-panel .jetpack-inspector-notice{margin:0}.jetpack-subscribe-post-publish-panel .jetpack-subscribe-reader-count,.jetpack-subscribe-pre-publish-panel .jetpack-subscribe-reader-count{font-weight:700;white-space:nowrap}.jetpack-subscribe-post-publish-panel__heading,.jetpack-subscribe-pre-publish-panel__heading{font-weight:400;margin-inline-start:3px}.jetpack-subscribe-post-publish-panel .components-notice__content,.jetpack-subscribe-pre-publish-panel .components-notice__content{margin-top:0}.jetpack-subscribe-post-publish-panel__notice.components-notice,.jetpack-subscribe-pre-publish-panel__notice.components-notice{margin:0;padding:0}.jetpack-subscribe-post-publish-panel__notice.components-notice.is-info,.jetpack-subscribe-pre-publish-panel__notice.components-notice.is-info{border-inline-start-color:#fff}.jetpack-subscribe-post-publish-panel__notice.components-notice.is-info a,.jetpack-subscribe-pre-publish-panel__notice.components-notice.is-info a{text-decoration:underline}.paid-newsletters-post-publish-panel__external_icon{height:1.55em;margin:-.2em .1em 0;vertical-align:middle;fill:currentColor}.paid-newsletters-post-publish-panel .post-publish-panel__postpublish-buttons .components-button{padding-bottom:.4em;padding-top:.5em}.paid-newsletters-post-publish-panel .components-panel__body-toggle svg{margin:0 .5em 0 0}.paid-newsletters-post-publish-panel p{margin-top:0}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img{border-radius:50%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row{flex-grow:1;width:100%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col{width:100%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col{width:calc(50% - 2px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col{width:calc(33.33333% - 2.66667px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col{width:calc(25% - 3px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col{width:calc(20% - 3.2px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col{width:calc(16.66667% - 3.33333px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col{width:calc(14.28571% - 3.42857px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col{width:calc(12.5% - 3.5px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col{width:calc(11.11111% - 3.55556px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col{width:calc(10% - 3.6px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col{width:calc(9.09091% - 3.63636px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col{width:calc(8.33333% - 3.66667px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col{width:calc(7.69231% - 3.69231px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col{width:calc(7.14286% - 3.71429px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col{width:calc(6.66667% - 3.73333px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col{width:calc(6.25% - 3.75px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col{width:calc(5.88235% - 3.76471px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col{width:calc(5.55556% - 3.77778px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col{width:calc(5.26316% - 3.78947px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col{width:calc(5% - 3.8px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__item img{aspect-ratio:1}.wp-block-jetpack-tiled-gallery .is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery .is-style-rectangular .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item{display:flex}.wp-block-jetpack-tiled-gallery .has-rounded-corners-1 .tiled-gallery__item img{border-radius:1px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-2 .tiled-gallery__item img{border-radius:2px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-3 .tiled-gallery__item img{border-radius:3px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-4 .tiled-gallery__item img{border-radius:4px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-5 .tiled-gallery__item img{border-radius:5px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-6 .tiled-gallery__item img{border-radius:6px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-7 .tiled-gallery__item img{border-radius:7px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-8 .tiled-gallery__item img{border-radius:8px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-9 .tiled-gallery__item img{border-radius:9px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-10 .tiled-gallery__item img{border-radius:10px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-11 .tiled-gallery__item img{border-radius:11px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-12 .tiled-gallery__item img{border-radius:12px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-13 .tiled-gallery__item img{border-radius:13px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-14 .tiled-gallery__item img{border-radius:14px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-15 .tiled-gallery__item img{border-radius:15px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-16 .tiled-gallery__item img{border-radius:16px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-17 .tiled-gallery__item img{border-radius:17px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-18 .tiled-gallery__item img{border-radius:18px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-19 .tiled-gallery__item img{border-radius:19px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-20 .tiled-gallery__item img{border-radius:20px}.tiled-gallery__gallery{display:flex;flex-wrap:wrap;padding:0;width:100%}.tiled-gallery__row{display:flex;flex-direction:row;justify-content:center;margin:0;width:100%}.tiled-gallery__row+.tiled-gallery__row{margin-top:4px}.tiled-gallery__col{display:flex;flex-direction:column;justify-content:center;margin:0}.tiled-gallery__col+.tiled-gallery__col{margin-inline-start:4px}.tiled-gallery__item{flex-grow:1;justify-content:center;margin:0;overflow:hidden;padding:0;position:relative}.tiled-gallery__item.filter__black-and-white{filter:grayscale(100%)}.tiled-gallery__item.filter__sepia{filter:sepia(100%)}.tiled-gallery__item.filter__1977{filter:contrast(1.1) brightness(1.1) saturate(1.3);position:relative}.tiled-gallery__item.filter__1977 img{width:100%;z-index:1}.tiled-gallery__item.filter__1977:before{z-index:2}.tiled-gallery__item.filter__1977:after,.tiled-gallery__item.filter__1977:before{content:"";display:block;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.tiled-gallery__item.filter__1977:after{background:#f36abc4d;mix-blend-mode:screen;z-index:3}.tiled-gallery__item.filter__clarendon{filter:contrast(1.2) saturate(1.35);position:relative}.tiled-gallery__item.filter__clarendon img{width:100%;z-index:1}.tiled-gallery__item.filter__clarendon:before{z-index:2}.tiled-gallery__item.filter__clarendon:after,.tiled-gallery__item.filter__clarendon:before{content:"";display:block;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.tiled-gallery__item.filter__clarendon:after{z-index:3}.tiled-gallery__item.filter__clarendon:before{background:#7fbbe333;mix-blend-mode:overlay}.tiled-gallery__item.filter__gingham{filter:brightness(1.05) hue-rotate(-10deg);position:relative}.tiled-gallery__item.filter__gingham img{width:100%;z-index:1}.tiled-gallery__item.filter__gingham:before{z-index:2}.tiled-gallery__item.filter__gingham:after,.tiled-gallery__item.filter__gingham:before{content:"";display:block;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.tiled-gallery__item.filter__gingham:after{background:#e6e6fa;mix-blend-mode:soft-light;z-index:3}.tiled-gallery__item+.tiled-gallery__item{margin-top:4px}.tiled-gallery__item:focus-within{box-shadow:0 0 0 2px var(--wp-admin-theme-color);overflow:visible}.tiled-gallery__item>img{background-color:#0000001a}.tiled-gallery__item>a,.tiled-gallery__item>a>img,.tiled-gallery__item>img{display:block;height:auto;margin:0;max-width:100%;object-fit:cover;object-position:center;padding:0;width:100%}.is-email .tiled-gallery__gallery{display:block}@keyframes tiled-gallery-img-placeholder{0%{background-color:#f6f7f7}50%{background-color:#f6f7f780}to{background-color:#f6f7f7}}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item.is-transient img,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__item.is-transient img{margin-bottom:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__wrapper{padding-left:4px;padding-right:4px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item>img:focus{outline:none}.wp-block-jetpack-tiled-gallery .tiled-gallery__item>img{animation:tiled-gallery-img-placeholder 1.6s ease-in-out infinite}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected{filter:none;outline:4px solid #0085ba}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected:after,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected:before{content:none}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-transient{height:100%;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-transient img{background-position:50%;background-size:cover;height:100%;opacity:.3;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu{background:#fff;border:1px solid #1e1e1e9e;border-radius:2px;transition:box-shadow .2s ease-out}@media(prefers-reduced-motion:reduce){.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu{transition-delay:0s;transition-duration:0s}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu:hover,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu:hover{box-shadow:0 .7px 1px #0000001a,0 1.2px 1.7px -.2px #0000001a,0 2.3px 3.3px -.5px #0000001a}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button{color:#1e1e1e9e;height:24px;padding:2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}@media(min-width:600px){.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button{height:inherit;padding:0;width:inherit}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button:focus,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button:focus{color:inherit}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item{margin-top:4px;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-form-file-upload{width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button:focus,.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button:hover{border:1px solid #949494}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{display:inline-flex;margin:8px;z-index:20}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu .components-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu .components-button{color:#0000}@media(min-width:600px){.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{padding:2px}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu{left:-2px;position:absolute;top:-2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{position:absolute;right:-2px;top:-2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-backward,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-forward,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__remove{padding:0}.wp-block-jetpack-tiled-gallery .tiled-gallery__item .components-spinner{margin:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%)}.block-editor-block-preview__content .wp-block-jetpack-tiled-gallery .block-editor-media-placeholder{display:none}.tiled-gallery__filter-picker-menu{padding:7px}.tiled-gallery__filter-picker-menu .components-menu-item__button+.components-menu-item__button{margin-top:2px}.tiled-gallery__filter-picker-menu .components-menu-item__button.is-active{box-shadow:0 0 0 2px #949494!important;color:#1e1e1e}.wp-block-jetpack-tock.aligncenter{width:-moz-fit-content;width:fit-content}.jetpack-tock-url-settings{margin:8px}.jetpack-tock-url-input{max-width:300px;min-width:auto;width:90vw}.jetpack-tock-url-input .components-text-control__input{padding:10px 10px 10px 36px}.jetpack-tock-url-instructions{margin:16px}.jetpack-tock-url-input-wrapper{position:relative}.jetpack-tock-url-input-action{left:14px;position:absolute;top:0}.resumable-upload{align-items:flex-start;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:20px 0}.resumable-upload__editor{display:flex;flex-direction:column;justify-content:space-between;width:100%}.resumable-upload__editor-col{padding-right:10px;width:100%}.resumable-upload__editor-col:first-child{padding-right:0}.resumable-upload__editor-thumb-placeholder{align-content:center;aspect-ratio:16/9;background-color:#000;color:#fff;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;text-align:center;width:100%}.resumable-upload__editor-thumb-placeholder img,.uploading-editor__video{max-height:100%;object-fit:contain}.uploading-editor__video{aspect-ratio:16/9;background-color:#000}.resumable-upload__error,.resumable-upload__status{border-top:1px solid #e0e0e0;box-sizing:border-box;margin-top:24px;width:100%}.resumable-upload__status{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px 24px;padding:20px 20px 0}.resumable-upload__error{padding:0 20px}.resumable-upload__file-info{display:flex;flex-direction:row}.resumable-upload__file-size{color:#757575;margin-right:12px}.resumable-upload__progress{background:#d2d2d2;border-radius:4px;box-sizing:border-box;height:8px;max-width:160px;overflow:hidden;width:100%}.resumable-upload__progress-loaded{background:var(--wp-admin-theme-color);color:#fff;height:100%;min-height:8px;text-align:center;transition:width .3s ease}.resumable-upload__select-file{align-items:center;display:flex;flex-direction:row}.resumable-upload__select-file-name{margin-right:12px}.resumable-upload__actions{align-items:center;display:flex;flex-direction:row;justify-content:space-between;justify-self:flex-end;margin-right:auto;width:-moz-fit-content;width:fit-content}.resumable-upload__actions .components-button.is-link{padding:0;text-decoration:none}.resumable-upload__actions .components-button.is-link:focus{box-shadow:none}.resumable-upload__error-text{color:#cc1818;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin-top:16px}.resumable-upload__error-cancel{margin-right:12px;margin-top:16px}.uploading-editor{width:100%}.uploading-editor__title input{margin-left:0;margin-right:0}.uploading-editor__frame-selector{display:flex;flex-direction:column}.uploading-editor__fields{display:block;padding:0 20px}.uploading-editor__content{padding:0 3px}.uploading-editor__video-container{position:relative}.uploading-editor__video-container:hover .uploading-editor__play-icon{opacity:0}.uploading-editor__play-icon{height:130px;margin:-65px -65px 0 0;opacity:1;position:absolute;right:50%;top:50%;transition:opacity .3s ease-out;width:130px}.resumable-upload__editor-thumb-placeholder .uploading-editor__play-icon{margin-top:-91px}.uploading-editor__scrubber-help{color:#757575}.uploading-editor__upload-link{color:var(--wp-admin-theme-color)!important;cursor:pointer;text-decoration:underline!important}.uploading-editor__video-poster{object-fit:cover;position:absolute;right:0;top:0}.uploading-editor__range{margin-top:-19px}.uploading-editor__range .components-range-control__track{background-color:#272526;border-radius:0;height:8px;opacity:.7}.uploading-editor__range .components-range-control__slider{padding-bottom:0}.uploading-editor__range .components-base-control__field{margin-bottom:0}.uploading-editor__range .components-range-control__wrapper span:first-of-type{background-color:#d9d9d9;border-radius:0;height:8px;opacity:.8}.uploading-editor__range .components-range-control__wrapper span:last-of-type{display:none}.resumable-upload__editor-thumb-placeholder img{object-fit:cover}.poster-selector__buttons{text-align:left}.h2NGkiVs1r1nf85LtJpF{padding:16px}.k3Apzwo3v9n0IaHbB8tf{--spacing-base:8px;margin:0 0 calc(var(--spacing-base)*3) 0}.is-beta{position:relative;transition:box-shadow .5s linear}.is-beta.is-opened{box-shadow:inset 0 0 3px #2fb41f}.is-beta:before{background-color:#2fb41f;border-radius:4px;color:#fff;content:"BETA";font-size:11px;font-weight:600;height:24px;left:16px;line-height:24px;opacity:1;padding:0 5px;position:absolute;top:12px;transition:visibility .5s,opacity .5s linear;visibility:visible;z-index:10000}.is-beta:focus,.is-beta:hover{box-shadow:none}.is-beta:focus:before,.is-beta:hover:before{opacity:0;visibility:hidden}.no-videopress-media-placeholder .components-placeholder__fieldset{align-items:flex-start;flex-direction:row-reverse;justify-content:flex-end}.no-videopress-media-placeholder .components-placeholder__fieldset button{display:none}.no-videopress-media-placeholder .components-placeholder__fieldset .block-editor-media-placeholder__url-input-container button,.no-videopress-media-placeholder .components-placeholder__fieldset .no-videopress-disabled-button{display:inline-flex}.no-videopress-media-placeholder .components-placeholder__fieldset .no-videopress-disabled-button:last-child{margin-left:12px}.videopress-block-hide{display:none}.seekbar-color-settings__panel .components-panel__body.is-opened{padding:0}.seekbar-color-settings__panel .components-panel__body{border-top:none}.videopress-block-tracks-editor>.components-popover__content{width:360px}.videopress-block-tracks-editor__track-list-track{align-items:center;display:flex;min-height:23px;padding:4px 12px 4px 0;place-content:space-between}.videopress-block-tracks-editor__track-list-track-delete{align-items:center;display:flex}.videopress-block-tracks-editor__single-track-editor-label-language{display:flex;margin-top:12px}.videopress-block-tracks-editor__single-track-editor-label-language>.components-base-control{width:50%}.videopress-block-tracks-editor__single-track-editor-label-language>.components-base-control:first-child{margin-left:16px}.videopress-block-tracks-editor__single-track-editor-kind-select{max-width:240px}.videopress-block-tracks-editor__single-track-editor-buttons-container{display:flex;margin-top:32px;min-height:36px;place-content:space-between}.videopress-block-tracks-editor__single-track-editor-upload-file-help{color:#757575;font-size:12px;margin-top:12px}.videopress-block-tracks-editor__single-track-editor-label{color:#757575;display:block;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;text-transform:uppercase}.videopress-block-tracks-editor>.components-popover__content>div,.videopress-block-tracks-editor__add-tracks-container .components-menu-group__label,.videopress-block-tracks-editor__track-list .components-menu-group__label{padding:0}.videopress-block-tracks-editor__add-tracks-container,.videopress-block-tracks-editor__single-track-editor,.videopress-block-tracks-editor__track-list{padding:12px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-base-control__label{margin-bottom:4px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-base-control__field{margin-bottom:12px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-text-control__input{margin-right:0}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-input-control__label{margin-bottom:4px}.videopress-block-tracks-editor__single-track-editor-upload-file-label{display:flex}.videopress-block-tracks-editor__single-track-editor-upload-file-label .components-form-file-upload,.videopress-block-tracks-editor__single-track-editor-upload-file-label .videopress-block-tracks-editor__single-track-editor-upload-file-label-name{margin-inline-start:8px}.videopress-block-tracks-editor__single-track-editor-error{color:#cc1818;padding:12px 0}.uploader-block__logo{align-items:center;display:flex;flex-direction:row;font-size:24px;line-height:29px;margin-bottom:12px;padding:0 20px}.uploader-block__logo-text{margin-right:10px}.uploader-block__upload-complete{align-items:center;border-top:1px solid #e0e0e0;box-sizing:border-box;display:flex;justify-content:space-between;margin-top:24px;padding:20px 20px 0;width:100%}[data-type="jetpack/wordads"][data-align=center] .jetpack-wordads__ad{margin:0 auto}.jetpack-wordads__ad{display:flex;flex-direction:column;max-width:100%;overflow:hidden}.jetpack-wordads__ad .components-placeholder{flex-grow:2}.jetpack-wordads__ad .components-toggle-control__label{line-height:1.4em}.jetpack-wordads__ad .components-base-control__field,.wp-block-jetpack-wordads__format-picker{padding:7px}.wp-block-jetpack-wordads__format-picker .components-menu-item__button+.components-menu-item__button{margin-top:2px}.wp-block-jetpack-wordads__format-picker .components-menu-item__button.is-active{box-shadow:0 0 0 2px #949494!important;color:#1e1e1e}.jetpack-wordads__mobile-visibility{margin-top:20px}.wp-block-jetpack-payments-intro .components-placeholder__fieldset{flex-direction:column}.wp-block-jetpack-payments-intro .components-placeholder__fieldset>p,.wp-block-jetpack-payments-intro .components-placeholder__instructions{margin-bottom:0}.wp-payments-intro-pattern-picker__opener{margin-top:16px;width:min-content}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:8px}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{max-height:250px}.wp-block-jetpack-payments-intro__pattern-picker__selection-modal .components-modal__content{overflow:hidden;padding:0}.wp-block-jetpack-payments-intro__pattern-picker__selection-modal .components-modal__content:before{margin-bottom:0}@media(min-width:600px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{height:calc(100% - 120px);width:calc(100% - 32px)}}@media(min-width:782px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{width:750px}}@media(min-width:960px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{height:80%;max-height:none;width:80%}}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:16px 0;padding:0;width:100%}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker>li{flex-shrink:1;list-style:none;margin:8px 0 0 20px;text-align:center;width:75px}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker>li button{display:inline-flex;margin-left:0}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker .wp-block-jetpack-payments-intro__variation-picker__variation{padding:8px}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker .wp-block-jetpack-payments-intro__variation-picker__variation-label{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4}.wp-block-jetpack-payments-intro__variation-picker__variation{width:100%}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button.has-icon{justify-content:center;width:auto}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button.has-icon.is-secondary{background-color:#fff}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button{height:auto;padding:0}.wp-block-jetpack-payments-intro__variation-picker__variation:before{content:"";padding-bottom:100%}.wp-block-jetpack-payments-intro__variation-picker__variation:first-child{margin-inline-start:0}.wp-block-jetpack-payments-intro__variation-picker__variation:last-child{margin-inline-end:0}.post-publish-qr-post-panel .components-panel__body-toggle>svg{margin-right:5px}.post-publish-qr-post-panel .components-panel__row .components-button{flex-grow:1;justify-content:center;margin:5px;padding:3px 10px 4px;text-align:center}.qr-post-modal__qr-code{display:flex;justify-content:center}.qr-post-jetpack-logo{display:none}.editor-styles-wrapper .wp-block-jetpack-payment-buttons{--jetpack-payment-buttons-gap:0.5em}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.is-layout-flex{display:flex;gap:var(--jetpack-payment-buttons-gap)}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.is-layout-flex .is-layout-flex{display:flex}.editor-styles-wrapper .wp-block-jetpack-payment-buttons .wp-block-jetpack-recurring-payments{margin:0;width:auto}.editor-styles-wrapper .wp-block-jetpack-payment-buttons .wp-block-button__link{width:100%}.components-placeholder.jetpack-payment-buttons__upgrade-nudge{margin-bottom:16px}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.has-custom-font-size .wp-block-jetpack-button .wp-block-button__link:not(.has-custom-font-size){font-size:inherit}.wp-block-jetpack-paywall-block{align-items:center;color:currentColor;display:flex;opacity:.8}.wp-block-jetpack-paywall-block span{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:0 8px;text-align:center;text-transform:uppercase;-webkit-user-select:"none";user-select:"none";white-space:nowrap}.wp-block-jetpack-paywall-block span svg{vertical-align:text-top;fill:currentColor}.wp-block-jetpack-paywall-block:after,.wp-block-jetpack-paywall-block:before{background:currentColor;content:"";flex:1;height:1px;margin:auto;opacity:.5}.block-editor-block-inspector .jetpack-subscribe-newsletters-panel .components-base-control{margin-bottom:0}.wp-block-jetpack-blogroll h3+div .jetpack-blogroll-item-divider{display:none}.wp-block-jetpack-blogroll .jetpack-blogroll-item-divider{border-style:solid;border-width:1px 0 0;margin-block-end:0;margin-block-start:0;opacity:.2;width:100%}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{display:flex;font-style:normal;font-weight:400;gap:20px;padding:20px 0}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure{align-self:flex-start;height:48px;margin:0;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure.empty-site-icon{background:url(images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);background-size:cover}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure.empty-site-icon .blogroll-item-image{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .blogroll-item-image{border-radius:50%;height:48px;max-width:48px;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item p.jetpack-blogroll-item-title.rich-text{color:inherit;font-weight:700;margin:0}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-content{align-self:flex-start}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-description{word-break:break-word}.jetpack-blogroll__appender-results{padding:0 18px 18px}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-result-list-header-text{color:#757575;font-size:11px;line-height:16px;padding:6px 0;text-transform:uppercase}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:center;overflow:hidden}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message-main-text{color:#101517;font-size:14px;font-weight:500;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message-secondary-text{color:#757575;font-size:12px;font-weight:400;line-height:16px}.jetpack-blogroll__appender-results>ul{list-style:none;margin:0;max-height:200px;overflow-y:auto;padding-right:0!important}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container{margin:0}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button{align-items:center;align-self:stretch;background:none;border:none;cursor:pointer;display:flex;gap:12px;padding:8px 4px;text-decoration:none;width:100%}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button[disabled]{background:#f6f7f7;cursor:not-allowed}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button[disabled]>*{opacity:.5}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image{flex-shrink:0;height:40px;width:40px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image.empty-site-icon{background:url(images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);background-size:cover}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image.empty-site-icon img{display:none}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image img{border-radius:50%;height:40px;width:40px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:center;overflow:hidden;text-align:right}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text .jetpack-blogroll__appender-result-title{color:#101517;font-size:14px;font-weight:500;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text .jetpack-blogroll__appender-result-description{color:#646970;font-size:14px;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-search{display:flex;padding:16px}.jetpack-blogroll__appender-search>div{flex-grow:1;padding:1px;position:relative}.jetpack-blogroll__appender-search .components-text-control__input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' aria-hidden='true' viewBox='-2 -2 24 24'%3E%3Cpath d='m6.734 16.106 2.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.5q.276 0 .553-.002c1.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 0z'/%3E%3C/svg%3E");background-position-x:8px;background-position-y:calc(100% - 8px);background-repeat:no-repeat;background-size:24px;height:40px;padding-left:40px}.jetpack-blogroll__appender-search button{height:32px;min-width:32px!important;width:32px}.jetpack-blogroll__appender-spinner{margin:0!important}.jetpack-blogroll__appender .components-popover__content{height:300px;overflow-y:hidden!important;width:318px}.jetpack-blogroll__appender .components-popover__content button.block-editor-button-blogroll-block-appender{background:#1e1e1e;border-radius:2px;color:#fff;height:24px;min-width:24px;padding:0}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll{padding:24px}}.wp-block-jetpack-blogroll .block-editor-inner-blocks h3{font-size:20px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:24px;margin-top:0}.wp-block-jetpack-blogroll.hide-avatar figure,.wp-block-jetpack-blogroll.hide-description .jetpack-blogroll-item-description{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{container-name:bitem;container-type:inline-size}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:flex-start;display:flex;flex-direction:column;gap:20px;padding:20px 8px}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:center;flex-direction:row}}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item+.wp-block-jetpack-blogroll-item .jetpack-blogroll-item-divider{display:block}.wp-block-jetpack-blogroll [data-type="jetpack/blogroll-item"]+[data-type="jetpack/blogroll-item"]{border-top:1px solid #dcdcde}.wp-block-jetpack-blogroll .block-list-appender button.has-icon{background:#1e1e1e;border-radius:2px;color:#fff;height:24px;min-width:24px;padding:0}.wp-block-jetpack-nextdoor{position:relative}.wp-block-jetpack-nextdoor-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-nextdoor-link-editable{cursor:text}.wp-block-jetpack-nextdoor-embed-form-sidebar{display:flex;margin-bottom:1em}.wp-block-jetpack-nextdoor-color-notice{margin:0}div[data-align=center]>.wp-block-jetpack-nextdoor{text-align:center}.wp-block-jetpack-nextdoor .components-placeholder__fieldset input{flex:1}a.jetpack-sharing-button__button{color:inherit}.jetpack-sharing-button__button{align-items:center;background:#fff;border-radius:4px;box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f;color:#2c3338;color:inherit;cursor:default;display:flex;flex-direction:row;font-size:inherit;font-weight:500;height:auto;justify-content:center;line-height:23px;margin:4px 4px 0;padding:4px 9px 3px;text-decoration:none}.jetpack-sharing-button__button svg{height:1.5em;width:1.5em;fill:currentColor}.jetpack-sharing-button__button:hover{box-shadow:0 1px 2px #00000038,0 0 0 1px #00000038;cursor:pointer}.jetpack-sharing-button__button.components-button{font-size:inherit;padding:4px 9px 3px 11px}.jetpack-sharing-button__button.style-icon{border:0;border-radius:50%;box-shadow:none;color:#fff;height:auto;line-height:1;margin-bottom:0;padding:7px;position:relative;top:-2px;width:auto}.jetpack-sharing-button__button.style-icon.share-bluesky{background:#0085ff}.jetpack-sharing-button__button.style-icon.share-x{background:#000}.jetpack-sharing-button__button.style-icon.share-print{background:#c5c2c2}.jetpack-sharing-button__button.style-icon.share-reddit{background:#5f99cf}.jetpack-sharing-button__button.style-icon.share-skype{background:#00aff0}.jetpack-sharing-button__button.style-icon.share-facebook{background:#0866ff}.jetpack-sharing-button__button.style-icon.share-linkedin{background:#0976b4}.jetpack-sharing-button__button.style-icon.share-mail{background:#c5c2c2}.jetpack-sharing-button__button.style-icon.share-twitter{background:#55acee}.jetpack-sharing-button__button.style-icon.share-tumblr{background:#35465c}.jetpack-sharing-button__button.style-icon.share-pinterest{background:#cc2127}.jetpack-sharing-button__button.style-icon.share-pocket{background:#ee4256}.jetpack-sharing-button__button.style-icon.share-telegram{background:#08c}.jetpack-sharing-button__button.style-icon.share-threads{background:#000}.jetpack-sharing-button__button.style-icon.share-whatsapp{background:#43d854}.jetpack-sharing-button__button.style-icon.share-mastodon{background:#6364ff}.jetpack-sharing-button__button.style-icon.share-nextdoor{background:#8ed500}.jetpack-sharing-button__button.style-icon.share-share{background:#000}.jetpack-sharing-button__button.style-icon.is-custom{padding:8px;top:2px}.jetpack-sharing-button__button.style-icon-text{margin-inline-end:4px;padding-inline-end:11px}.style-icon .jetpack-sharing-button__service-label,.style-text .sharing-buttons-preview-button__custom-icon,.style-text .social-logo{display:none}.jetpack-sharing-button__list-item{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;list-style-type:none;padding:0}.jetpack-sharing-button__list-item:first-child .jetpack-sharing-button__button{margin-inline-start:0}.style-icon-text .jetpack-sharing-button__service-label{margin-inline-start:5px}.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}.jetpack-ai-generate-excerpt-control .jetpack-ai-generate-excerpt-control__header{margin-top:8px}.jetpack-ai-generate-excerpt-control .jetpack-ai-generate-excerpt-control__header .components-base-control__field{align-items:center;display:flex;justify-content:space-between}.jetpack-ai-generate-excerpt-control .ai-assistant__tone-dropdown{margin-bottom:12px}.jetpack-ai-post-excerpt .components-textarea-control__input{margin-bottom:10px;width:100%}.jetpack-generated-excerpt__ai-container{margin-top:12px}.jetpack-generated-excerpt__ai-container .jetpack-ai-assistant__error{margin:0 0 12px}.jetpack-generated-excerpt__generate-buttons-container{display:flex;gap:12px;justify-content:end;justify-content:space-around;margin-bottom:10px}.jetpack-ai-post-excerpt .jetpack-upgrade-plan-banner__wrapper{flex-direction:column;margin:0 0 12px;padding:0 10px}.jetpack-ai-post-excerpt .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description{margin:10px 0 0}.wp-block-jetpack-blog-stats .jetpack-blog-stats__loading{opacity:.62}.wp-block-jetpack-blog-stats .components-placeholder__fieldset{display:block}.jetpack-blog-stats__delay-notice{font-size:12px}.wp-block-jetpack-top-posts{margin-bottom:1.5em}.wp-block-jetpack-top-posts img{width:100%}.wp-block-jetpack-top-posts span{display:block;word-wrap:break-word}.wp-block-jetpack-top-posts.is-list-layout .jetpack-top-posts-item{margin-bottom:1.5em}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper{align-items:flex-start;display:grid;gap:16px 12px;grid:auto/repeat(6,1fr)}@media only screen and (max-width:600px){.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper{display:block}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper .jetpack-top-posts-mock-thumbnail{display:none}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper .jetpack-top-posts-item{margin-bottom:1.5em}}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-mock-thumbnail{background-color:#f0f0f0;height:0;padding-bottom:75%;position:relative;width:100%}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-thumbnail{aspect-ratio:4/3;height:auto;max-width:100%;object-fit:cover}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-item{grid-column:span 2}.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="2"] .jetpack-top-posts-item,.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="4"] .jetpack-top-posts-item,.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="5"] .jetpack-top-posts-item:nth-child(5n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="5"] .jetpack-top-posts-item:nth-child(5n-1),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(5n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(5n-1),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(7n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(7n-1){grid-column:span 3}.wp-block-jetpack-top-posts .components-placeholder__fieldset{display:block}.jetpack-top-posts__error{margin:0}:where(body){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;min-height:100%;padding:0}.jp-wrap{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.jp-row{display:grid;grid-gap:24px;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.jp-row{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.jp-row{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.sm-col-span-1{grid-column-end:span 1}.sm-col-span-2{grid-column-end:span 2}.sm-col-span-3{grid-column-end:span 3}.sm-col-span-4{grid-column-end:span 4}@media(min-width:600px){.md-col-span-1{grid-column-end:span 1}.md-col-span-2{grid-column-end:span 2}.md-col-span-3{grid-column-end:span 3}.md-col-span-4{grid-column-end:span 4}.md-col-span-5{grid-column-end:span 5}.md-col-span-6{grid-column-end:span 6}.md-col-span-7{grid-column-end:span 7}.md-col-span-8{grid-column-end:span 8}}@media(min-width:960px){.lg-col-span-1{grid-column-end:span 1}.lg-col-span-2{grid-column-end:span 2}.lg-col-span-3{grid-column-end:span 3}.lg-col-span-4{grid-column-end:span 4}.lg-col-span-5{grid-column-end:span 5}.lg-col-span-6{grid-column-end:span 6}.lg-col-span-7{grid-column-end:span 7}.lg-col-span-8{grid-column-end:span 8}.lg-col-span-9{grid-column-end:span 9}.lg-col-span-10{grid-column-end:span 10}.lg-col-span-11{grid-column-end:span 11}.lg-col-span-12{grid-column-end:span 12}}@media(max-width:960px){.md-col-span-0{display:none}}@media(max-width:600px){.sm-col-span-0{display:none}}.jp-cut{border:2px solid #069e08;border-radius:4px;margin:32px 0;padding:16px 24px 16px 64px;position:relative;text-decoration:none}.jp-cut,.jp-cut span{display:block}.jp-cut span:last-of-type{font-weight:600}.jp-cut:focus span:last-of-type,.jp-cut:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:2px}.jp-cut:focus:after,.jp-cut:hover:after{transform:translateY(-50%) translateX(-8px)}.jp-cut:after{color:#069e08;content:"→";font-size:24px;font-weight:600;left:24px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.jetpack-ai-voice-to-content__modal .components-modal__header{border-bottom:1px solid #dcdcde;padding:20px 24px}.jetpack-ai-voice-to-content__modal .components-modal__content{padding:24px 32px}@media(min-width:700px){.jetpack-ai-voice-to-content__modal{width:700px}}.jetpack-ai-voice-to-content__wrapper{display:flex;flex-direction:column;gap:28px}.jetpack-ai-voice-to-content__body{display:flex;flex-direction:column;gap:16px}.jetpack-ai-voice-to-content__action-buttons{display:flex;gap:8px}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary{background-color:#008710;color:#fff}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):hover{background-color:#007117}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):active{background-color:#005b18}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary{box-shadow:inset 0 0 0 1px #008710;color:#008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):focus{box-shadow:0 0 0 2px #008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):hover{box-shadow:inset 0 0 0 1px #007117}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):active{box-shadow:none}.jetpack-ai-voice-to-content__description{font-size:var(--font-body-small)}.jetpack-ai-voice-to-content__contextual-row{align-items:center;display:flex;height:38px}.jetpack-ai-voice-to-content__information{color:#787c82}.jetpack-ai-voice-to-content__audio{align-items:center;display:flex;gap:4px}.jetpack-ai-voice-to-content__audio--duration{font-weight:700}.jetpack-ai-voice-to-content__footer{display:flex}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button{align-items:center;color:#008710;display:flex;font-size:var(--font-body-extra-small);gap:4px}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #008710}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button .icon{color:#a7aaad}.jetpack-ai-voice-to-content__information--error{color:var(--jp-red-40)}.jetpack-ai-voice-to-content__oscilloscope{height:38px;width:70px}.wp-block-jetpack-google-docs-embed{border:1px solid #ccc;flex-basis:50%}.wp-block-jetpack-google-docs-embed.aligncenter{margin-left:auto;margin-right:auto}.wp-block-jetpack-google-docs-embed.alignleft,.wp-block-jetpack-google-docs-embed.alignright{margin-bottom:20px;max-width:600px}@media only screen and (min-width:600px){.wp-block-jetpack-google-docs-embed.alignleft{float:right;margin-left:20px!important}.wp-block-jetpack-google-docs-embed.alignright{float:left;margin-right:20px!important}}.wp-block-jetpack-google-docs-embed.ar-50 .wp-block-jetpack-google-docs-embed__wrapper:before{padding-top:50%}.wp-block-jetpack-google-docs-embed.ar-100 .wp-block-jetpack-google-docs-embed__wrapper:before{padding-top:100%}.wp-block-jetpack-google-docs-embed__wrapper--error:before{content:none}.wp-block-jetpack-google-docs-embed__error-msg{background-color:#f8f9fa;color:#333;font-size:16px;margin:0;padding:20px}.wp-block-jetpack-google-docs-embed__error-msg:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%231E2935' fill-rule='evenodd' d='M4.125 12A7.875 7.875 0 0 1 12 4.124a7.875 7.875 0 1 1-7.875 7.874ZM12 3a9 9 0 1 0 0 17.999A9 9 0 1 0 12 3m.041 5.28c.31 0 .563.253.563.563v4.5a.562.562 0 0 1-1.125 0v-4.5c0-.31.252-.562.562-.562Zm-.562 7.313c0-.31.252-.563.562-.563h.011a.562.562 0 0 1 0 1.125h-.01a.56.56 0 0 1-.563-.562' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:top;background-repeat:no-repeat;background-size:20px;content:"";display:inline-block;height:20px;margin-inline-end:8px;position:relative;top:4px;width:20px}.wp-block-jetpack-google-docs-embed__error-msg a{color:#333;text-decoration:underline}.wp-block-jetpack-google-docs-embed__error-msg a:focus,.wp-block-jetpack-google-docs-embed__error-msg a:hover{text-decoration:none}.wp-block-jetpack-google-docs-embed .loader{background-color:#fff;display:none;height:100%;position:absolute;text-align:center;top:0;width:100%;z-index:99}.wp-block-jetpack-google-docs-embed .loader.is-active{display:block}.wp-block-jetpack-google-docs-embed .loader span{position:relative;top:50%;transform:translateY(-50%)}.editor-styles-wrapper .wp-block-jetpack-google-docs-embed figure{margin:0}.editor-styles-wrapper [data-align=left] .wp-block-jetpack-google-docs-embed,.editor-styles-wrapper [data-align=right] .wp-block-jetpack-google-docs-embed{width:auto}.editor-styles-wrapper [data-align=left] .wp-block-jetpack-google-docs-embed__wrapper:before,.editor-styles-wrapper [data-align=right] .wp-block-jetpack-google-docs-embed__wrapper:before{content:none}.editor-styles-wrapper [data-align=left] iframe,.editor-styles-wrapper [data-align=right] iframe{position:relative}.editor-styles-wrapper [data-align=left] .wp-block-jetpack-google-docs-embed{margin-left:20px}.editor-styles-wrapper [data-align=right] .wp-block-jetpack-google-docs-embed{margin-right:20px}html[amp] .wp-block-jetpack-google-docs-embed.alignleft,html[amp] .wp-block-jetpack-google-docs-embed.alignright{float:none}html[amp] .wp-block-jetpack-google-docs-embed__wrapper:before{content:none}html[amp] .wp-block-jetpack-google-docs-embed__error-msg:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%231E2935' d='M1.5 3.5v11h11V10H14v5a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h5v1.5z'/%3E%3Cpath fill='%231E2935' d='m15.922 1.178-8.907 8.907-1.06-1.06L14.86.118l1.06 1.06Z'/%3E%3Cpath fill='%231E2935' d='M7.5 0H16v1.5H7.5z'/%3E%3Cpath fill='%231E2935' d='M16 0v8.5h-1.5V0z'/%3E%3C/svg%3E");background-size:12px;height:12px;top:1px;width:12px}html[amp] .wp-block-jetpack-google-docs-embed .loader{display:none}.wp-block-jetpack-google-docs-embed{clear:both;margin:0 0 1.5em}.wp-block-jetpack-google-docs-embed__wrapper{position:relative}.wp-block-jetpack-google-docs-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-block-jetpack-google-docs-embed__interactive-overlay{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.wp-block-jetpack-google-docs-embed-embed-form-editor{margin:0}.wp-block-jetpack-google-docs-embed-embed-form-editor textarea{flex:1;font-family:inherit;font-size:inherit;height:36px;margin-inline-end:1px;padding-top:9px}.wp-block-jetpack-google-docs-embed iframe{bottom:0;height:100%;left:0;max-width:100%;position:absolute;right:0;top:0;width:100%}.wp-block-jetpack-google-docs-embed.alignleft,.wp-block-jetpack-google-docs-embed.alignright,.wp-block[data-align=left]>.wp-block-jetpack-google-docs-embed,.wp-block[data-align=right]>.wp-block-jetpack-google-docs-embed{max-width:360px;width:100%}.wp-block-jetpack-google-docs-embed.alignleft__wrapper,.wp-block-jetpack-google-docs-embed.alignright__wrapper,.wp-block[data-align=left]>.wp-block-jetpack-google-docs-embed__wrapper,.wp-block[data-align=right]>.wp-block-jetpack-google-docs-embed__wrapper{min-width:280px}.launchpad__save-modal .components-modal__content{margin:0;max-width:656px;padding:60px 48px 48px}.launchpad__save-modal-body{align-items:flex-end;display:flex;flex-direction:column;gap:32px}.launchpad__save-modal-text{display:flex;flex-direction:column;gap:8px}.launchpad__save-modal-controls{display:flex;justify-content:space-between;width:100%}.launchpad__save-modal-buttons{display:flex;gap:16px}.launchpad__save-modal-heading{color:#101517;font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-size:32px;font-weight:400;letter-spacing:.2px;line-height:40px;margin:0}.launchpad__save-modal-message{color:#2c3338;font-size:16px;line-height:24px;margin:0}[data-title="Recipe Details"].aligncenter,[data-title="Recipe Details"].alignleft,[data-title="Recipe Details"].alignright{float:none}[data-title="Recipe Details"].alignright .wp-recipe-block-details{justify-content:right}[data-title="Recipe Details"].aligncenter .wp-recipe-block-details{justify-content:center}.wp-block-jetpack-recipe-details{display:block}.wp-block-jetpack-recipe-details .wp-recipe-block-details{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(100px,150px))}.wp-block-jetpack-recipe-details .wp-recipe-block-details.alignright{justify-content:right}.wp-block-jetpack-recipe-details .wp-recipe-block-details.aligncenter{justify-content:center}.wp-block-jetpack-recipe-details .components-unit-control .components-input-control__container{max-height:30px}.wp-block-jetpack-recipe-details .components-unit-control .components-input-control__container .components-unit-control__select{width:40px}.wp-block-jetpack-recipe-ingredients-list .block-list-appender{position:relative}.wp-block-jetpack-recipe-steps .block-list-appender{margin-top:1rem;position:relative} \ No newline at end of file diff --git a/_inc/blocks/editor-experimental.asset.php b/_inc/blocks/editor-experimental.asset.php index 5a33ebc04a..23b3ecb308 100644 --- a/_inc/blocks/editor-experimental.asset.php +++ b/_inc/blocks/editor-experimental.asset.php @@ -1 +1 @@ - array('jetpack-connection', 'jetpack-script-data', 'lodash', 'moment', 'react', 'react-dom', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-commands', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-widgets', 'wp-wordcount'), 'version' => 'fc7d1ab67c6f14532932'); + array('jetpack-connection', 'jetpack-script-data', 'lodash', 'moment', 'react', 'react-dom', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-commands', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-widgets', 'wp-wordcount'), 'version' => 'b26d8959d584356fad9f'); diff --git a/_inc/blocks/editor-experimental.css b/_inc/blocks/editor-experimental.css index fc6a861424..dde9c8f1c1 100644 --- a/_inc/blocks/editor-experimental.css +++ b/_inc/blocks/editor-experimental.css @@ -1 +1 @@ -.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive>*{pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive:after{content:none}.jetpack-editor-panel-logo{margin-left:.5em}.jetpack-gutenberg-social-icon{fill:#757575}.jetpack-gutenberg-social-icon.is-facebook{fill:#0866ff}.jetpack-gutenberg-social-icon.is-twitter{fill:#55acee}.jetpack-gutenberg-social-icon.is-linkedin{fill:#0976b4}.jetpack-gutenberg-social-icon.is-tumblr{fill:#35465c}.jetpack-gutenberg-social-icon.is-google{fill:var(--color-gplus)}.jetpack-ai-status-indicator__icon-wrapper{align-self:baseline;opacity:0;transition:opacity .25s ease-in-out,width .25s;width:0}.jetpack-ai-status-indicator__icon-wrapper>svg{height:24px;margin:6px 0 0;width:24px}.jetpack-ai-status-indicator__icon-wrapper.is-requesting,.jetpack-ai-status-indicator__icon-wrapper.is-suggesting{opacity:1;width:24px}.jetpack-components-ai-control__container-wrapper{bottom:16px;position:sticky}.jetpack-components-ai-control__container{background-color:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 12px 15px 0 #0000001f,0 3px 9px 0 #0000001f,0 1px 3px 0 #00000026;color:#2c3338;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.jetpack-components-ai-control__wrapper{align-items:flex-end;border-radius:6px 6px 0 0;box-sizing:border-box;display:flex;gap:6px;padding:8px 8px 8px 12px}.jetpack-components-ai-control__wrapper.is-transparent{opacity:.4}.jetpack-components-ai-control__input-wrapper{align-items:center;align-self:center;display:flex;flex-grow:1;min-height:36px}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input{background-color:#fff;border:none;border-radius:2px;box-shadow:none;color:#2c3338;font-size:16px;font-weight:400;line-height:20px;min-height:20px;padding:6px 8px;resize:none!important;transition:box-shadow .1s linear 0s;width:100%}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input:focus{box-shadow:none;color:#2c3338}@media(min-width:600px){.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input{font-size:13px}}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input::-moz-placeholder{opacity:.75;text-overflow:ellipsis;white-space:nowrap}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input::placeholder{opacity:.75;text-overflow:ellipsis;white-space:nowrap}.jetpack-components-ai-control__controls-prompt_button_wrapper{align-items:center;display:flex;gap:8px}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button.is-small:not(.has-label){padding:0}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button-group .components-button{box-shadow:none;padding:6px 8px}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button-group{display:flex}.jetpack-components-ai-control__controls-prompt_button:disabled{cursor:not-allowed;opacity:.6}.jetpack-ai-assistant__message{align-items:center;align-self:center;border-radius:4px;display:flex;font-size:12px;line-height:28px;min-height:28px;padding:0 12px}.jetpack-ai-assistant__message>svg{fill:#787c82;flex-shrink:0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content{align-items:center;display:flex;flex-grow:2;gap:4px;line-height:1.4em;margin:0 8px}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content span{padding:5px 0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-external-link{color:#646970}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-button.is-link{padding:0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-button.is-link,.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-external-link{flex-shrink:0}.jetpack-ai-assistant__message-severity-info{background-color:#f6f7f7;color:#646970}.jetpack-ai-assistant__message-severity-warning{background-color:#fef8ee;color:#101517}.jetpack-ai-assistant__message-severity-error{background-color:#f7ebec;color:#101517}.jetpack-ai-assistant__message-severity-error>svg{fill:#e65054}.jetpack-ai-assistant__message-severity-success{background-color:#d0e6b8;color:#101517}.jetpack-ai-assistant__message-severity-success>svg{fill:#2fb41f}.jetpack-ai-assistant__message-sidebar{display:flex;height:unset;padding:0}.jetpack-ai-assistant__message-sidebar>svg{fill:#646970}.jetpack-ai-logo-generator-modal__loading-wrapper{align-items:center;display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:center}.jetpack-ai-logo-generator-modal__loader{margin-bottom:29px}.jetpack-ai-logo-generator__carousel{display:flex;flex-shrink:0;gap:8px;overflow-x:auto}.jetpack-ai-logo-generator__carousel .components-button{height:unset;padding:unset}@media(min-width:700px){.jetpack-ai-logo-generator__carousel{padding:2px}}.jetpack-ai-logo-generator__carousel-logo{align-items:center;border:1px solid #dcdcde;border-radius:2px;display:flex;flex-shrink:0;justify-content:center}.jetpack-ai-logo-generator__carousel-logo.is-selected{border-color:#0675c4;border-width:1.5px}.jetpack-ai-logo-generator__carousel-logo img{height:48px;width:48px}.jetpack-ai-logo-generator-icon path{fill:#0675c4}.jetpack-ai-logo-generator-modal-presenter__wrapper{display:flex;flex-direction:column;gap:8px}.jetpack-ai-logo-generator-modal-presenter{display:flex}.jetpack-ai-logo-generator-modal-presenter__content{align-items:center;background:#f6f7f7;border-radius:4px;display:flex;flex-grow:1;max-height:229px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__content{flex-direction:column;max-height:unset}}.jetpack-ai-logo-generator-modal-presenter__rectangle{position:relative;width:0}.jetpack-ai-logo-generator-modal-presenter__rectangle:after{background-color:#f6f7f7;content:"";height:15px;left:-66px;position:absolute;top:-7.5px;transform:rotate(-45deg);width:15px}.jetpack-ai-logo-generator-modal-presenter__loading-text{flex-grow:1;text-align:center}.jetpack-ai-logo-generator-modal-presenter__logo{height:198px;margin:16px 30px 16px 16px;width:198px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__logo{margin:16px}}.jetpack-ai-logo-generator-modal-presenter__action-wrapper{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;height:100%;margin-right:32px;padding:16px 0}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__action-wrapper{margin-left:32px}}.jetpack-ai-logo-generator-modal-presenter__description{color:#646970;flex-grow:1;overflow-y:auto;padding-top:16px}.jetpack-ai-logo-generator-modal-presenter__actions{border-top:1px solid #dcdcde;display:flex;gap:24px;margin-top:16px;padding-top:16px}.jetpack-ai-logo-generator-modal-presenter__action{align-items:center;display:flex}.jetpack-ai-logo-generator-modal-presenter__action.components-button,.jetpack-ai-logo-generator-modal-presenter__action.components-button:active,.jetpack-ai-logo-generator-modal-presenter__action.components-button:hover{color:#0675c4}.jetpack-ai-logo-generator-modal-presenter__action .action-text{font-size:var(--font-body-extra-small)}.jetpack-ai-logo-generator-modal-presenter__action .jetpack-ai-logo-generator-icon{margin-right:8px}.jetpack-ai-logo-generator-modal-presenter__success-wrapper{align-items:center;display:flex;flex-direction:column;gap:16px;width:100%}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__success-wrapper{padding-bottom:16px}}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{font-size:var(--font-body-small);padding:8px 16px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__banner-description{color:#fff;line-height:21px;word-wrap:break-word;vertical-align:middle}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__icon{height:24px;margin-right:8px;position:relative;vertical-align:middle;width:24px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__icon path{fill:#8c8f94}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{font-size:var(--font-body-extra-small);font-weight:600;height:auto;line-height:20px;padding:4px 8px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#fff;color:#000}.jetpack-ai-logo-generator__prompt{display:flex;flex-direction:column;font-size:var(--font-body-small);gap:8px}.jetpack-ai-logo-generator__prompt-header{align-items:flex-start;align-self:stretch;display:flex;justify-content:space-between}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-label{font-weight:500}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-actions{display:flex;font-size:var(--font-body-extra-small);line-height:20px}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-actions .jetpack-ai-logo-generator-icon{margin-right:4px}.jetpack-ai-logo-generator__prompt-query{align-items:flex-end;align-self:stretch;background:#fff;border:1px solid #c3c4c7;border-radius:8px;display:flex;gap:8px;justify-content:space-between;padding:8px 8px 8px 16px}@media(min-width:700px){.jetpack-ai-logo-generator__prompt-query{gap:48px}}.jetpack-ai-logo-generator__prompt-query .prompt-query__input{border:0;color:#101517;flex-grow:1;line-height:1.6;padding:6px 0;resize:none;vertical-align:initial;word-break:break-word}.jetpack-ai-logo-generator__prompt-query .prompt-query__input:active,.jetpack-ai-logo-generator__prompt-query .prompt-query__input:focus{outline:0}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[contentEditable=false]{color:#646970}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[data-placeholder]:empty:before{color:#646970;content:attr(data-placeholder)}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[data-placeholder]:empty:focus:before{content:""}.jetpack-ai-logo-generator__prompt-footer{display:flex;flex-direction:column;gap:8px}.jetpack-ai-logo-generator__prompt-requests{color:#646970;display:flex;font-size:var(--font-body-extra-small);line-height:21px}.jetpack-ai-logo-generator__prompt-requests .prompt-footer__icon{height:20px;width:20px}.jetpack-ai-logo-generator__prompt-requests .prompt-footer__icon path{fill:#a7aaad}.jetpack-ai-logo-generator__prompt-error{color:#d63638;font-size:var(--font-body-extra-small);line-height:21px}.jetpack-ai-logo-generator-modal-visit-site-banner{background:#f6f7f7;border-radius:4px;display:flex;gap:16px;padding:16px 20px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-visit-site-banner{flex-direction:column}}.jetpack-ai-logo-generator-modal-visit-site-banner__jetpack-logo{align-items:center;display:flex;justify-content:center}.jetpack-ai-logo-generator-modal-visit-site-banner__content{display:flex;flex-direction:column;font-size:14px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-visit-site-banner__content{gap:8px}}@media(min-width:960px){.jetpack-ai-logo-generator-modal{max-height:90%}}.jetpack-ai-logo-generator-modal .components-modal__header{border-bottom:1px solid #dcdcde;padding:20px 24px}.jetpack-ai-logo-generator-modal .components-modal__content{margin-bottom:30px;padding:32px 32px 2px}.jetpack-ai-logo-generator-modal .components-modal__content>div:not(.components-modal__header){height:100%}.jetpack-ai-logo-generator-modal .components-button:focus:not(:disabled):not(.is-primary){box-shadow:0 0 0 2px #0675c4}.jetpack-ai-logo-generator-modal .components-button.is-link{color:#0675c4;text-decoration:none}.jetpack-ai-logo-generator-modal__body{display:flex;flex-direction:column;gap:16px;height:100%}@media(min-width:700px){.jetpack-ai-logo-generator-modal__body{min-height:409px;width:700px}.jetpack-ai-logo-generator-modal__body.notice-modal{min-height:unset;width:470px}}.jetpack-ai-logo-generator__footer{display:flex}.jetpack-ai-logo-generator__footer .jetpack-ai-logo-generator__feedback-button{align-items:center;display:flex;gap:4px;margin-top:8px}.jetpack-ai-logo-generator__footer .jetpack-ai-logo-generator__feedback-button .icon{color:#a7aaad}.jetpack-ai-logo-generator-modal__notice-message-wrapper{display:flex;flex-direction:column;gap:24px}.jetpack-ai-logo-generator-modal__notice-message{font-size:var(--font-body-small)}.jetpack-ai-logo-generator-modal__notice-actions{display:flex;gap:12px;justify-content:flex-end}.jetpack-ai-logo-generator__accept{display:flex;flex-direction:column;gap:64px}.jetpack-ai-logo-generator__accept-actions{display:flex;gap:22px;justify-content:flex-end}.ai-assistant-featured-image__content{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:32px}.ai-assistant-featured-image__actions,.ai-assistant-featured-image__user-prompt{display:flex;justify-content:center;width:100%}.ai-assistant-featured-image__user-prompt{flex-direction:row}.ai-assistant-featured-image__user-prompt-textarea{display:flex;justify-content:center;width:100%}.ai-assistant-featured-image__user-prompt-textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.ai-assistant-featured-image__user-prompt-textarea textarea:disabled{opacity:.5}.ai-assistant-featured-image__actions-left{display:flex;justify-content:flex-start;width:50%}.ai-assistant-featured-image__actions-right{display:flex;justify-content:flex-end;width:50%}.ai-assistant-featured-image__action-buttons{display:flex;gap:12px;justify-content:center}.ai-assistant-featured-image__image-canvas{margin-top:24px;width:100%}.ai-assistant-featured-image__image-canvas>.jetpack-ai-upgrade-banner{margin-bottom:8px}.ai-assistant-featured-image__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:8px 32px}.ai-assistant-featured-image__footer__feedback-button{display:inline-block}.ai-assistant-featured-image__footer__feedback-button a{text-decoration:none}.ai-assistant-featured-image__footer .icon{color:#a7aaad;height:20px;margin-left:4px;width:20px}.ai-image-modal__content{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:32px}.ai-image-modal__content .jetpack-ai-fair-usage-notice{width:100%}.ai-image-modal__actions,.ai-image-modal__user-prompt{display:flex;justify-content:center;width:100%}.ai-image-modal__user-prompt{flex-direction:row}.ai-image-modal__user-prompt-textarea{display:flex;justify-content:center;width:100%}.ai-image-modal__user-prompt-textarea div{display:flex;width:100%}.ai-image-modal__user-prompt-textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.ai-image-modal__user-prompt-textarea textarea:disabled{opacity:.5}.ai-image-modal__actions-left{display:flex;justify-content:flex-start;width:50%}.ai-image-modal__actions-right{display:flex;justify-content:flex-end;width:50%}.ai-image-modal__action-buttons{display:flex;gap:12px;justify-content:center}.ai-image-modal__image-canvas{margin-top:24px;width:100%}.ai-image-modal__image-canvas>.jetpack-ai-upgrade-banner{margin-bottom:8px}.ai-image-modal__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:8px 32px}.ai-image-modal__footer__feedback-button{display:inline-block}.ai-image-modal__footer__feedback-button a{text-decoration:none}.ai-image-modal__footer .icon{color:#a7aaad;height:20px;margin-left:4px;width:20px}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-bottom:0}.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper{max-width:580px}.jetpack-upgrade-plan-banner__wrapper{column-gap:32px}.jetpack-upgrade-plan-banner.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background:#fff;color:#000}.jetpack-ai-fair-usage-notice-muted-variant{color:#757575;font-size:13px;font-weight:400;line-height:1.4;margin:0;text-wrap:pretty}.jetpack-ai-fair-usage-notice-muted-variant a{color:#757575}.jetpack-ai-fair-usage-notice,.jetpack-ai-fair-usage-notice a{color:#1e1e1e}@media(min-width:960px){.ai-assistant-modal{max-height:95%}}.ai-assistant-modal__content{display:flex;flex-direction:column}@media screen and (min-width:960px){.ai-assistant-modal__content{width:100vw}}.ai-assistant-modal__header{display:flex;justify-content:space-between;margin-left:-32px;margin-right:-32px;margin-top:-32px;padding:8px 12px}.ai-assistant-modal__divider{background:#dcdcde;height:1px;margin:0 -32px}.ai-assistant-modal__title-wrapper{align-items:center;display:flex;gap:16px}.ai-assistant-modal__title-wrapper>svg{color:#008710;margin:0}.ai-assistant-modal__title{font-size:14px;line-height:24px;margin:0}.ai-assistant-image__blank{height:auto;position:relative}.ai-assistant-image__blank,.ai-assistant-image__blank-content{align-items:center;display:flex;justify-content:center;width:100%}.ai-assistant-image__blank-content{height:100%;position:absolute}.ai-assistant-image__blank-content.is-dotted{border:1px dotted}.ai-assistant-image__loading{flex-direction:column;gap:8px}.ai-assistant-image__error{align-items:center;display:flex;flex-direction:column;justify-content:center}.ai-assistant-image__error-message{color:red;font-size:10px}.ai-assistant-image__carrousel{flex-direction:column;width:100%}.ai-assistant-image__carrousel-images{align-items:center;display:flex;overflow:hidden;position:relative}.ai-assistant-image__carrousel-images .ai-carrousel__prev{left:0}.ai-assistant-image__carrousel-images .ai-carrousel__next{right:0}.ai-assistant-image__carrousel-images .ai-carrousel__next,.ai-assistant-image__carrousel-images .ai-carrousel__prev{align-items:center;background:#0000;border:none;bottom:0;cursor:pointer;display:flex;height:100%;justify-content:center;opacity:0;position:absolute;top:0;transition:opacity .3s;width:60px;z-index:1}.ai-assistant-image__carrousel-images .ai-carrousel__next:hover,.ai-assistant-image__carrousel-images .ai-carrousel__prev:hover{background-color:#0000004d;opacity:1}.ai-assistant-image__carrousel-images .ai-carrousel__next-icon,.ai-assistant-image__carrousel-images .ai-carrousel__prev-icon{fill:#fff}.ai-assistant-image__carrousel-images .ai-carrousel__next-icon.is-disabled,.ai-assistant-image__carrousel-images .ai-carrousel__prev-icon.is-disabled{fill:gray}.ai-assistant-image__carrousel-footer{display:flex;justify-content:space-between;margin-top:8px}.ai-assistant-image__carrousel-counter{align-items:center;display:flex;font-size:13px;justify-content:flex-start;padding:6px 0}.ai-assistant-image__carrousel-counter .ai-carrousel__next,.ai-assistant-image__carrousel-counter .ai-carrousel__prev{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;justify-content:center;padding:0}.ai-assistant-image__carrousel-counter .ai-carrousel__next-icon.is-disabled,.ai-assistant-image__carrousel-counter .ai-carrousel__prev-icon.is-disabled{fill:gray}.ai-assistant-image__carrousel-image{height:auto;width:100%}.ai-assistant-image__carrousel-image-container{display:flex;height:auto;left:8px;position:absolute;transform:translateX(100%);transition:transform .5s;width:100%}.ai-assistant-image__carrousel-image-container.is-prev{left:-8px;transform:translateX(-100%)}.ai-assistant-image__carrousel-image-container.is-current{position:static;transform:translateX(0)}.ai-assistant-featured-image__usage-counter{color:#646970;display:flex;flex-direction:column;font-size:12px}.ai-assistant-featured-image__usage-counter>span{align-items:center;display:flex;gap:8px;justify-content:space-between}.ai-assistant-featured-image__usage-counter-no-limit{color:red}@keyframes jetpack-external-media-loading-fade{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.jetpack-external-media-browser--visually-hidden{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.modal-open .jetpack-external-media-button-menu__options{display:none}.jetpack-external-media-browser .is-error{margin-bottom:1em;margin-left:0;margin-right:0}.jetpack-external-media-browser .components-placeholder{background-color:#0000}.jetpack-external-media-browser .components-modal__content{overflow:auto;padding-bottom:0;width:100%}@media(min-width:600px){.jetpack-external-media-browser .components-modal__content{height:90vh;width:90vw}}.jetpack-external-media-browser.is-jetpack-app-media{max-width:733px}@media(min-width:600px){.jetpack-external-media-browser.is-jetpack-app-media .components-modal__content{height:90vh;max-width:733px;width:90vw}}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-app-icon{width:69px}.jetpack-external-media-browser.is-jetpack-app-media .components-notice-list{position:relative;z-index:1}.jetpack-external-media-browser.is-jetpack-app-media .components-modal__header{border-bottom:0}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-wrapper__jetpack_app_media-instructions{bottom:-104px;position:relative;right:-56px}.jetpack-external-media-browser.is-jetpack-app-media .components-modal__content{margin-top:0;padding:40px 56px}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__item{animation:animate-drop .3s ease;opacity:1}@media only screen and (min-width:600px){.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__item{padding-top:96px;width:112px}}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser .jetpack-external-media-browser__media__item img{height:80px;width:80px}@keyframes animate-drop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.jetpack-external-media-wrapper__jetpack_app_media-title{color:var(--jp-gray-100);font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-size:24px;font-weight:400;letter-spacing:-.32px;line-height:1.67;margin:0 0 14px}.jetpack-external-media-wrapper__jetpack_app_media-description{color:var(--jp-gray-60);font-size:14px;font-weight:400;line-height:1.43;margin:0;text-align:left}.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-description,.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-title{max-width:100%}@media only screen and (min-width:600px){.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-description,.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-title{max-width:calc(100% - 300px)}}.jetpack-external-media-wrapper__jetpack_app_media-qr-code canvas{height:100px;margin-top:24px;width:100px}.jetpack-external-media-wrapper__jetpack_app_media-instructions img{bottom:0;display:none;position:absolute;right:56px}@media only screen and (min-width:600px){.jetpack-external-media-wrapper__jetpack_app_media-instructions img{display:inline}}.jetpack-external-media-browser__jetpack_app_media_browser{margin:0 -20px}.jetpack-external-media-browser__jetpack_app_media_browser .jetpack-external-media-browser__media{margin:6px 0 -15px}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__toolbar{background-color:#0000;padding:0}.jetpack-external-media-wrapper__jetpack_app_media-qr-code-wrapper{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:space-between}.jetpack-external-media-wrapper__jetpack_app_media .jetpack-external-media-browser__empty{display:none}.jetpack-external-media-browser--is-copying{pointer-events:none}.jetpack-external-media-browser{align-items:flex-start;background:#fff;display:flex;flex-direction:column}.jetpack-external-media-browser .jetpack-external-media-browser__media{width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__item{background:#0000;border:0;display:inline-flex;height:0;padding-top:50%;position:relative;width:50%}.jetpack-external-media-browser .jetpack-external-media-browser__media__item img{display:block;height:calc(100% - 16px);left:8px;object-fit:contain;position:absolute;top:8px;width:calc(100% - 16px)}.jetpack-external-media-browser .jetpack-external-media-browser__media__item.is-transient img{opacity:.3}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;text-align:center;top:0;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator .components-spinner{margin-bottom:8px}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator__label{font-size:12px}.jetpack-external-media-browser .jetpack-external-media-browser__media__folder{align-content:flex-start;align-items:center;display:flex;flex-wrap:wrap;float:left;justify-content:space-between;margin-bottom:36px}.jetpack-external-media-browser .jetpack-external-media-browser__media__info{display:flex;font-size:12px;font-weight:700;justify-content:space-between;padding:3px;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__count{background-color:#dcdcde;border-radius:8px;margin-bottom:auto;padding:3px 4px}.jetpack-external-media-browser .jetpack-external-media-browser__media__item{border:8px solid #0000}.jetpack-external-media-browser .jetpack-external-media-browser__media__item:focus{border-radius:10px;box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color);outline:none}.jetpack-external-media-browser .jetpack-external-media-browser__media__item__selected{border-radius:10px;box-shadow:inset 0 0 0 6px var(--wp-admin-theme-color)}.jetpack-external-media-browser .jetpack-external-media-browser__media__item__selected:focus{box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color),inset 0 0 0 3px #fff,inset 0 0 0 6px var(--wp-admin-theme-color)}.jetpack-external-media-browser .jetpack-external-media-browser__media__placeholder{animation:jetpack-external-media-loading-fade 1.6s ease-in-out infinite;background-color:#ccc;border:0;height:100px;margin:16px;width:100px}.jetpack-external-media-browser .jetpack-external-media-browser__media__toolbar{background:#fff;bottom:0;display:flex;justify-content:flex-end;left:0;padding:20px 0;position:fixed;position:sticky;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__loadmore{clear:both;display:block;margin:24px auto 48px}@media only screen and (min-width:600px){.jetpack-external-media-browser .jetpack-external-media-browser__media__item{padding-top:20%;width:20%}}.jetpack-external-media-header__view{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:48px}@media only screen and (min-width:600px){.jetpack-external-media-header__view{align-items:center;flex-direction:row}}.jetpack-external-media-header__view select{max-width:200px!important}.jetpack-external-media-header__view .components-base-control__field{display:flex;flex-direction:column}.jetpack-external-media-header__filter label,.jetpack-external-media-header__view label{margin-right:10px}.jetpack-external-media-header__filter .components-base-control,.jetpack-external-media-header__view .components-base-control{margin-bottom:0;padding-right:8px}.jetpack-external-media-header__filter{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;justify-content:flex-start}@media only screen and (min-width:600px){.jetpack-external-media-header__filter{border-left:1px solid #ccc;margin-left:16px;padding-left:16px}}.jetpack-external-media-header__filter .jetpack-external-media-date-filter{display:flex;flex-wrap:wrap}.jetpack-external-media-header__filter .jetpack-external-media-date-filter button{height:40px;margin-top:27px}@media only screen and (min-width:783px){.jetpack-external-media-header__filter .jetpack-external-media-date-filter button{height:30px}}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__label{margin-bottom:3px}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__backdrop{border-color:#e0e0e0;border-radius:3px}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__input{height:40px;width:70px}@media only screen and (min-width:783px){.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__input{height:30px}}.jetpack-external-media-header__account{display:flex;flex-direction:column}.jetpack-external-media-header__account .jetpack-external-media-header__account-info{display:flex;margin-bottom:8px}.jetpack-external-media-header__account .jetpack-external-media-header__account-image{margin-right:8px}.jetpack-external-media-header__account .jetpack-external-media-header__account-name{height:18px;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jetpack-external-media-header__account .jetpack-external-media-browser__disconnect{height:40px;margin:1px 1px 9px 0}@media only screen and (min-width:783px){.jetpack-external-media-header__account .jetpack-external-media-browser__disconnect{height:30px}}.jetpack-external-media-header__openverse,.jetpack-external-media-header__pexels{display:flex;margin-bottom:48px}.jetpack-external-media-header__openverse .components-base-control,.jetpack-external-media-header__pexels .components-base-control{flex:1;margin-right:12px}.jetpack-external-media-header__openverse .components-base-control__field,.jetpack-external-media-header__pexels .components-base-control__field{margin-bottom:0}.jetpack-external-media-header__openverse .components-base-control__field,.jetpack-external-media-header__openverse .components-text-control__input,.jetpack-external-media-header__pexels .components-base-control__field,.jetpack-external-media-header__pexels .components-text-control__input{height:100%}.jetpack-external-media-placeholder__open-modal{align-items:center;display:flex;justify-content:center;margin-top:-48px;padding:0;position:absolute;right:0;z-index:1}.jetpack-external-media-placeholder__open-modal .components-button{background:none;margin:0;padding:12px}.jetpack-external-media-placeholder__open-modal .components-button:before{content:none}.jetpack-external-media-placeholder__open-modal .components-button svg{display:block;fill:currentColor}.jetpack-external-media-browsing>div.components-placeholder:not(.jetpack-external-media-replacedholder){display:none}.jetpack-external-media-browser__empty{padding-top:2em;text-align:center;width:100%}.jetpack-external-media-auth{margin:0 auto;max-width:340px;padding-bottom:80px;text-align:center}.jetpack-external-media-auth p{margin:2em 0}.jetpack-external-media-filters{display:flex;justify-content:space-between}.jetpack-external-media-button-menu__dropdown{width:100%}.jetpack-external-media-button-menu__dropdown .jetpack-external-media-button-menu{flex-direction:row;padding-left:12px;padding-right:12px;text-align:left;width:100%}.jetpack-external-media-button-menu__dropdown .jetpack-external-media-button-menu .jetpack-external-media-button-menu__label{flex-grow:2}.jetpack-external-media-button-wrapper{display:flex}.components-placeholder__fieldset .components-dropdown .jetpack-external-media-button-menu,.editor-post-featured-image .components-dropdown .jetpack-external-media-button-menu{margin-bottom:1em;width:auto}.components-placeholder__fieldset .components-dropdown .jetpack-external-media-button-menu>svg,.editor-post-featured-image .components-dropdown .jetpack-external-media-button-menu>svg{display:none}.editor-post-featured-image .components-dropdown{display:initial}.block-editor-inserter__media-panel .components-search-control input[type=search].components-search-control__input[placeholder~=Google],.block-editor-inserter__media-panel .components-search-control input[type=search].components-search-control__input[placeholder~=Google]+.components-search-control__icon{display:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{align-items:center;background:#000;border-radius:2px;box-shadow:inset 0 0 1px #fff;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;justify-content:space-between;padding:0 20px;text-transform:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-title{color:#fff;margin-bottom:10px;margin-right:10px;margin-top:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__title{margin-right:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{flex-shrink:0;height:28px;line-height:1;margin-bottom:10px;margin-left:auto;margin-top:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#e34c84;color:#fff;text-decoration:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background:#eb6594}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background-image:linear-gradient(-45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-bottom:12px;margin-top:0}.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper{max-width:840px;width:100%}.jetpack-paid-block-symbol,.jetpack-upgrade-plan__hidden{display:none}.jetpack-enable-upgrade-nudge .block-editor-block-icon{position:relative}.jetpack-enable-upgrade-nudge .block-editor-block-icon>svg{overflow:visible}.jetpack-enable-upgrade-nudge svg.jetpack-paid-block-symbol{display:block;left:calc(100% - 1px);position:absolute;top:3px}.jetpack-enable-upgrade-nudge .components-placeholder__label .jetpack-paid-block-symbol{display:none}.wp-block-cover.is-placeholder{display:block}.paid-block-media-placeholder{width:100%}.wp-block-cover:not(.is-placeholder) .paid-block-media-placeholder{bottom:0;left:0;position:absolute;right:0;top:0}.block-editor-block-list__block.is-upgradable.is-selected.is-placeholder{background-color:#0000;padding-top:0}.block-editor-block-list__layout .block-editor-block-list__block.is-upgradable:focus:after{box-shadow:none}.interface-interface-skeleton__editor{max-width:100%}.is-beta-extension{box-shadow:0 0 3px #2fb41f;position:relative;transition:box-shadow .5s linear}.is-beta-extension.inset-shadow{box-shadow:inset 0 0 3px #2fb41f}.is-beta-extension:before{background-color:#2fb41f;border-radius:4px;color:#fff;content:"BETA";font-size:11px;font-weight:600;height:24px;line-height:24px;opacity:1;padding:0 5px;position:absolute;right:3px;top:3px;transition:visibility .5s,opacity .5s linear;visibility:visible;z-index:10000}.is-beta-extension:focus,.is-beta-extension:hover{box-shadow:none}.is-beta-extension:focus:before,.is-beta-extension:hover:before{opacity:0;visibility:hidden}.jetpack-ai-usage-panel{width:100%}.jetpack-ai-usage-panel p.muted{color:#646970}.jetpack-ai-usage-panel .jetpack-ai-usage-panel-upgrade-button{margin-top:1em}.jetpack-ai-usage-panel{--spacing-base:8px}.jetpack-ai-usage-panel .components-base-control{margin:0}.jetpack-ai-usage-panel .jetpack-ai-usage-panel-loading{background-color:#dcdcde;height:calc(var(--spacing-base)*11 + .5px)}.jetpack-ai-usage-panel .ai-assistant-usage-bar-wrapper{background-color:#dcdcde;border-radius:2px;height:4px;margin:0;overflow:hidden;width:100%}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage{background-color:#069e08;border-radius:2px;height:100%}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage.warning{background-color:#f2cf75}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage.danger{background-color:#d63639}.jetpack-ai-usage-panel .jetpack-ai-usage-panel__loading-placeholder{background-color:#c3c4c7;margin-top:var(--spacing-base)}.jetpack-ai-usage-panel__available-requests{font-size:16px;font-weight:600;margin-bottom:8px;margin-top:0}@keyframes R2i0K45dEF157drbVRPI{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.NisihrgiIKl_knpYJtfg{animation:R2i0K45dEF157drbVRPI 1.5s infinite;background-color:var(--jp-gray);height:100%;width:100%}.jetpack-ai-feedback-control .components-base-control:last-child{margin-bottom:0}.ai-assistant__i18n-dropdown{width:100%}.ai-assistant__i18n-dropdown .components-dropdown-menu__toggle{display:flex;gap:8px;width:100%}.ai-assistant__i18n-dropdown__toggle-label{flex-grow:2;text-align:left}.ai-assistant__tone-dropdown{width:100%}.ai-assistant__tone-dropdown .components-dropdown-menu__toggle{display:flex;gap:8px;width:100%}.ai-assistant__tone-dropdown__toggle-label{flex-grow:2;text-align:left;width:100}.block-editor-block-toolbar__slot{flex-shrink:0}.wp-block-jetpack-ai-assistant .jetpack-ai-assistant__content{opacity:1;transition:opacity .2s ease-in-out}.wp-block-jetpack-ai-assistant.is-waiting-response .jetpack-ai-assistant__content{opacity:.5}.jetpack-ai-assistant__error{color:var(--wp--preset--color--black);margin:0 0 8px}.jetpack-ai-assistant__accept{display:flex;justify-content:right;margin:12px}.jetpack-ai-assistant__content{overflow-x:auto}.jetpack-ai-assistant__content table{border-collapse:collapse;width:100%}.jetpack-ai-assistant__content thead{border-bottom:3px solid}.jetpack-ai-assistant__content tfoot{border-top:3px solid}.jetpack-ai-assistant__content td,.jetpack-ai-assistant__content th{border:1px solid;padding:.5em}.jetpack-ai-assistant__content .has-fixed-layout{table-layout:fixed;width:100%}.jetpack-ai-assistant__content .has-fixed-layout td,.jetpack-ai-assistant__content .has-fixed-layout th{word-break:break-word}.jetpack-ai-assistant__content.aligncenter,.jetpack-ai-assistant__content.alignleft,.jetpack-ai-assistant__content.alignright{display:table;width:auto}.jetpack-ai-assistant__content.aligncenter td,.jetpack-ai-assistant__content.aligncenter th,.jetpack-ai-assistant__content.alignleft td,.jetpack-ai-assistant__content.alignleft th,.jetpack-ai-assistant__content.alignright td,.jetpack-ai-assistant__content.alignright th{word-break:break-word}.jetpack-ai-assistant__content .has-border-color td,.jetpack-ai-assistant__content .has-border-color th,.jetpack-ai-assistant__content .has-border-color tr,.jetpack-ai-assistant__content .has-border-color>*{border-color:inherit}.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child,.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child td,.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child th,.jetpack-ai-assistant__content table[style*=border-top-color]>*,.jetpack-ai-assistant__content table[style*=border-top-color]>* td,.jetpack-ai-assistant__content table[style*=border-top-color]>* th{border-top-color:inherit}.jetpack-ai-assistant__content table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.jetpack-ai-assistant__content table[style*=border-right-color] td:last-child,.jetpack-ai-assistant__content table[style*=border-right-color] th,.jetpack-ai-assistant__content table[style*=border-right-color] tr,.jetpack-ai-assistant__content table[style*=border-right-color]>*{border-right-color:inherit}.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child,.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child td,.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child th,.jetpack-ai-assistant__content table[style*=border-bottom-color]>*,.jetpack-ai-assistant__content table[style*=border-bottom-color]>* td,.jetpack-ai-assistant__content table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.jetpack-ai-assistant__content table[style*=border-left-color] td:first-child,.jetpack-ai-assistant__content table[style*=border-left-color] th,.jetpack-ai-assistant__content table[style*=border-left-color] tr,.jetpack-ai-assistant__content table[style*=border-left-color]>*{border-left-color:inherit}.jetpack-ai-assistant__content table[style*=border-style] td,.jetpack-ai-assistant__content table[style*=border-style] th,.jetpack-ai-assistant__content table[style*=border-style] tr,.jetpack-ai-assistant__content table[style*=border-style]>*{border-style:inherit}.jetpack-ai-assistant__content table[style*=border-width] td,.jetpack-ai-assistant__content table[style*=border-width] th,.jetpack-ai-assistant__content table[style*=border-width] tr,.jetpack-ai-assistant__content table[style*=border-width]>*{border-style:inherit;border-width:inherit}.wp-block-ai-image-image{cursor:pointer;height:128px;width:128px}.jetpack-ai-assistant__templates-control svg{padding-right:4px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper{flex-wrap:nowrap}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-connect-banner__description,.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-connect-banner__description,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description{line-height:24px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background-color:#fff;color:#000;margin-bottom:8px;margin-top:8px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background-color:#f6f7f7}.jetpack-ai-assistant__custom-prompt{width:800px}.jetpack-ai-assistant__custom-prompt__footer{display:flex;gap:8px;justify-content:flex-end}.jetpack-contact-form{margin-top:16px}.jetpack-components-ai-control__container-wrapper.jetpack-ai-assistant-extension-ai-input{position:sticky;z-index:1}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path{animation:fadingSpark .3s ease-in-out infinite alternate}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path.spark-first{animation-delay:.2s}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path.spark-second{animation-delay:.6s}.jetpack-ai-assistant__info{margin:0 0 8px}@keyframes fadingSpark{to{opacity:.3}}.jetpack-ai-chat-copy-button-container{margin:1rem 0}.jetpack-ai-chat-copy-button-container button{background:none;border:none;color:var(--wp--preset--color--secondary);cursor:pointer;display:block;font-size:16px;padding:inherit;position:relative;transition:.3s}.jetpack-ai-chat-copy-button-container button:disabled{cursor:not-allowed;opacity:.5}.jetpack-ai-chat-copy-button-container button .copy-icon{margin-right:.5rem;vertical-align:middle}.jetpack-ai-chat-error-container{color:#dc3232;font-size:1rem;margin:1rem 0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input{flex:auto;flex-grow:4}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input .components-base-control__field{margin-bottom:0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-button{display:block;flex:auto;flex-grow:1;height:53px;margin-left:10px;text-wrap:nowrap;white-space:-moz-pre-space}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references{font-size:1rem;margin-top:12px}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references hr{margin:1rem 0}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input{flex:auto;flex-grow:4}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-submit{flex:auto;flex-grow:1;height:53px;margin-left:10px;text-wrap:nowrap}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a{border:none;border-radius:2px;cursor:pointer;margin-left:.5rem;padding:.5rem;transition:.3s}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a svg{width:20px;fill:var(--wp--preset--color--contrast);vertical-align:middle}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a:disabled{cursor:not-allowed;opacity:.5}.interface-more-menu-dropdown__content .components-button .jetpack-logo,.interface-pinned-items .components-button .jetpack-logo{height:20px;width:20px}.edit-post-more-menu__content .components-icon-button .jetpack-logo{margin-right:4px}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-triangle{stroke:none!important}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-circle{fill:#069e08!important}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-triangle{fill:#fff!important}.jetpack-ai-proofread{margin-bottom:24px}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=complex-words]{border-color:#f0b849}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=unconfident-words]{border-color:#09b585}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=long-sentences]{border-color:#7a00df}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=spelling-mistakes]{border-color:#d63638}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=complex-words]{background-color:#f0b849}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=unconfident-words]{background-color:#09b585}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=long-sentences]{background-color:#7a00df}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=spelling-mistakes]{background-color:#d63638}.jetpack-ai-proofread .components-checkbox-control__input:disabled{background-color:#ddd;border-color:#ddd}.jetpack-ai-proofread .components-toggle-control{color:#1e1e1e;margin-bottom:16px}.jetpack-ai-proofread__grade-label{color:#757575;margin-left:12px}.jetpack-ai-proofread__help-text{color:#757575;font-size:12px}.jetpack-ai-proofread .feature-checkboxes-container{display:flex;flex-direction:column;gap:12px}[class^=jetpack-ai-breve__has-proofread-highlight]{border-bottom:3px solid;transition:background-color;transition-duration:.3s}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=complex-words]{border-bottom-color:#f0b849}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=unconfident-words]{border-bottom-color:#09b585}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=long-sentences]{border-bottom-color:#7a00df}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=spelling-mistakes]{border-bottom-color:#d63638}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__is-loading{animation-duration:1s;animation-iteration-count:infinite;animation-name:jetpack-ai-breve-loading-pulse}@keyframes jetpack-ai-breve-loading-pulse{0%{opacity:1}50%{opacity:.3}to{opacity:1}}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=complex-words]{background-color:#f0b84933}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=unconfident-words]{background-color:#09b58533}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=long-sentences]{background-color:#7a00df33}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=spelling-mistakes]{background-color:#d6363833}.jetpack-ai-breve__highlight-popover{color:#000;cursor:default;font-size:13px;font-style:normal;font-weight:400;line-height:18px;width:auto}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content{align-items:center;display:flex;flex-direction:column}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content.jetpack-ai-breve__has-suggestions{align-items:flex-start}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content.jetpack-ai-breve__has-suggestions .jetpack-ai-breve__suggestions-container{max-height:168px;overflow-x:hidden;overflow-y:auto;padding:3px 0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container{display:flex;gap:32px;height:40px;justify-content:space-between;width:100%}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action,.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title{padding:8px 12px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title{align-items:center;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:flex-start;white-space:nowrap}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color{border-radius:50%;height:10px;width:10px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=complex-words]{background-color:#f0b849}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=unconfident-words]{background-color:#09b585}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=long-sentences]{background-color:#7a00df}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=spelling-mistakes]{background-color:#d63638}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action{align-items:center;display:flex;font-size:13px;gap:4px;justify-content:flex-end}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button{height:24px;padding-bottom:0;padding-right:0;padding-top:0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button path,.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button>svg{fill:#0277a8}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__loading{align-items:center;display:flex;height:24px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__loading svg{margin-top:0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container{border-top:1px solid #dcdcde;display:flex;flex-direction:column;width:100%}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .jetpack-ai-breve__spelling-suggestion+.jetpack-ai-breve__spelling-suggestion{border-top:1px solid #dcdcde}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .jetpack-ai-breve__spelling-suggestion.components-button.is-tertiary{padding:8px 12px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .components-button.is-tertiary{color:#000;height:unset;line-height:20px;min-height:36px;min-width:320px;padding-bottom:16px;padding-top:16px;text-align:unset;white-space:break-spaces}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper{align-items:center;background-color:#f6f7f7;border-radius:4px;color:#646970;display:flex;font-size:12px;gap:8px;justify-content:space-between;margin:4px;padding:4px 8px;white-space:nowrap;width:calc(100% - 8px)}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper .jetpack-ai-breve__helper-buttons-wrapper{display:flex;gap:16px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper .components-button{color:#646970;padding:0}.ai-assistant-post-feedback__suggestion{margin-bottom:-32px;padding:18px 0}.jetpack-ai-title-optimization__keywords{margin-bottom:16px;margin-top:32px}.jetpack-ai-title-optimization__keywords__textarea{display:flex;justify-content:center}.jetpack-ai-title-optimization__keywords__textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.jetpack-ai-title-optimization__keywords__textarea textarea:disabled{opacity:.5}.jetpack-ai-title-optimization__keywords__button{display:flex;justify-content:flex-end;margin-top:8px}.jetpack-ai-title-optimization__options{margin-top:16px}.jetpack-ai-title-optimization__option{align-items:start;display:flex;gap:16px;justify-content:center;margin-bottom:16px}.jetpack-ai-title-optimization__option>input{margin-top:8px}@media screen and (max-width:600px){.jetpack-ai-title-optimization__option-input{min-width:10%}}.jetpack-ai-title-optimization__option-content{display:flex;flex-direction:column}.jetpack-ai-title-optimization__option-label{font-size:15px;font-weight:600;line-height:22px}.jetpack-ai-title-optimization__option-description{font-size:13px;font-weight:400;line-height:20px;padding-top:4px}.jetpack-ai-title-optimization__loading{align-items:center;display:flex;flex-direction:column;gap:16px;height:200px;justify-content:center;width:100%}.jetpack-ai-title-optimization__error,.jetpack-ai-title-optimization__intro{margin-top:16px}.jetpack-ai-title-optimization__cta{align-items:center;display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.jetpack-ai-title-optimization__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:20px 32px}.jetpack-ai-sidebar__feature-section{margin-bottom:2em}.jetpack-ai-sidebar__feature-section p,.jetpack-ai-sidebar__feature-section p>*{text-wrap:pretty}.jetpack-ai-feedback__label{display:flex;gap:16px}.jetpack-ai-feedback__label .components-toggle-control{margin-bottom:8px}.jetpack-ai__feedback-button .icon{color:#a7aaad;height:20px;margin-left:4px;width:20px}.jetpack-blogging-prompt{border:1px solid #ddd;border-radius:2px;box-sizing:border-box;padding:24px}.jetpack-blogging-prompt__label{background:no-repeat url(images/icon-cd4e9ecf53fadf95246d.svg);background-position:-5px;background-size:24px 24px;font-size:14px;margin-bottom:16px;padding-inline-start:22px}.jetpack-blogging-prompt__label.is-bloganuary-icon{background:no-repeat url(images/bloganuary-icon-20e07d1c81f21708f183.svg);background-position:0;padding-inline-start:26px}.jetpack-blogging-prompt__text{font-size:24px;margin-bottom:16px}.jetpack-blogging-prompt__answers-link{display:inline-block;margin-inline-start:10px;text-decoration:underline}.jetpack-blogging-prompt__answers{font-size:16px}.jetpack-blogging-prompt__answers-gravatar{border:2px solid #fff;border-radius:50%;height:24px;vertical-align:middle;width:24px}.jetpack-blogging-prompt__answers-gravatar:first-child{margin-inline-start:-2px}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:-15px}.jetpack-blogging-prompt__spinner{text-align:center}.jetpack-blogging-prompt.is-style-quote{border:none;border-inline-start:4px solid #2f2f2f;margin-bottom:16px;padding:0 24px}@media only email{.jetpack-blogging-prompt__label{background:none;padding-inline-start:0}.jetpack-blogging-prompt__answers,.jetpack-blogging-prompt__answers-gravatar{margin-bottom:0}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:0}}.wp-block-jetpack-business-hours{overflow:hidden}@media(min-width:480px){.wp-block-jetpack-business-hours dd,.wp-block-jetpack-business-hours dt{display:inline-block}}.wp-block-jetpack-business-hours dt{min-width:30%;vertical-align:top}.wp-block-jetpack-business-hours dd{margin:0}@media(min-width:480px){.wp-block-jetpack-business-hours dd{max-width:calc(70% - .5em)}}.wp-block-jetpack-business-hours .components-base-control__label,.wp-block-jetpack-business-hours .components-toggle-control__label{font-size:13px}.wp-block-jetpack-business-hours .components-base-control__field{margin-bottom:0}.wp-block-jetpack-business-hours .jetpack-business-hours__item{margin-bottom:.5em}.wp-block-jetpack-business-hours .business-hours__row{display:flex;line-height:normal;margin-bottom:4px}.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add,.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__closed{margin-bottom:20px}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day{align-items:flex-start;display:flex;width:44%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day .business-hours__day-name{font-weight:700;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;width:60%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day .components-form-toggle{margin-right:4px;margin-top:4px}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{align-items:center;display:flex;flex-wrap:wrap;margin:0;width:44%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-button{padding:0}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control{display:inline-block;margin-bottom:0;width:48%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control.business-hours__open{margin-right:4%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control .components-base-control__label{margin-bottom:0}.wp-block-jetpack-business-hours .business-hours__remove{align-self:flex-end;margin-bottom:8px;text-align:center;width:10%}.wp-block-jetpack-business-hours .business-hours-row__add button:hover{box-shadow:none!important}.wp-block-jetpack-business-hours .business-hours__remove button{display:block;margin:0 auto}.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:active,.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:focus,.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:hover,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:active,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:focus,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:hover{background:none;box-shadow:none}@media(max-width:1080px){.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}}@media(max-width:600px){.wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}@media(min-width:480px){.jetpack-business-hours dd,.jetpack-business-hours dt{display:inline-block}}.jetpack-business-hours dt{font-weight:700;margin-inline-end:.5em;min-width:30%;vertical-align:top}.jetpack-business-hours dd{margin:0}@media(min-width:480px){.jetpack-business-hours dd{max-width:calc(70% - .5em)}}.jetpack-business-hours__item{margin-bottom:.5em}.jetpack-block-width-controls{align-items:center;display:flex}.jetpack-block-width-controls .components-button-group{display:flex;margin-right:1em}.jetpack-block-width-controls:not(.is-aligned) .components-unit-control-wrapper{flex:1}.wp-block[data-type="jetpack/button"]{display:inline-block;margin:0 auto}.wp-block[data-align=center] .wp-block-jetpack-button{display:flex;justify-content:center}.wp-block[data-align=right] .wp-block-jetpack-button{display:flex;justify-content:flex-end}div[data-type="jetpack/button"]:not([data-align=left]):not([data-align=right]){width:100%}div[data-type="jetpack/button"][data-align]{width:100%;z-index:1}.wp-block-button__link.has-custom-width,.wp-block-jetpack-button,div[data-type="jetpack/button"][data-align] .wp-block>div{max-width:100%}.jetpack-block-styles-selector .editor-styles-wrapper .block-editor-block-list__block{margin:0}.jetpack-block-styles-selector-toolbar .is-active{font-weight:700}.wp-block-jetpack-calendly{position:relative}.wp-block-jetpack-calendly-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-calendly-link-editable{cursor:text}.wp-block-jetpack-calendly-embed-form-sidebar{display:flex;margin-bottom:1em}.wp-block-jetpack-calendly-learn-more{margin-top:1em}.wp-block-jetpack-calendly-color-notice{margin:0}div[data-align=center]>.wp-block-jetpack-calendly{text-align:center}.wp-block-jetpack-calendly .components-placeholder__fieldset input{flex:1}.admin-bar .calendly-overlay .calendly-popup-close{top:47px}.wp-block-jetpack-calendly.calendly-style-inline{height:630px;position:relative}.wp-block-jetpack-calendly .calendly-spinner{top:50px}.wp-block-jetpack-calendly.aligncenter{text-align:center}.wp-block-jetpack-calendly .wp-block-jetpack-button{color:#fff}.wp-block-jetpack-cookie-consent{align-items:center;background-color:#0000;bottom:unset;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;position:static}.wp-block-jetpack-cookie-consent:not(.is-selected) *{pointer-events:none}.wp-block-jetpack-cookie-consent:not(.is-selected):before{content:unset}.wp-block-jetpack-cookie-consent.alignleft,.wp-block-jetpack-cookie-consent.alignright{flex-wrap:nowrap;margin-left:0!important;margin-right:0!important;max-width:50%}.wp-block-jetpack-cookie-consent.alignright{margin-left:auto!important}.wp-block-jetpack-cookie-consent.alignwide{left:unset;max-width:unset;width:unset}.wp-block-jetpack-cookie-consent .wp-block-button__link{white-space:nowrap!important}.jetpack-contact-info-block .block-editor-plain-text.block-editor-plain-text:focus{box-shadow:none}.jetpack-contact-info-block .block-editor-plain-text{border:none;border-radius:4px;box-shadow:none;color:inherit;display:block;flex-grow:1;font-family:inherit;font-size:inherit;line-height:inherit;margin:.5em 0;min-height:unset;padding:0;resize:none}.block-editor-inserter__preview .jetpack-contact-info-block{padding:16px}.block-editor-inserter__preview .jetpack-contact-info-block>.block-editor-inner-blocks>.block-editor-block-list__layout{margin:0}.wp-block-jetpack-contact-info{margin-bottom:1.5em}.jetpack-block-nudge.block-editor-warning{margin-bottom:12px}.jetpack-block-nudge .block-editor-warning__message{margin:13px 0}.jetpack-block-nudge .block-editor-warning__actions{line-height:1}.jetpack-block-nudge .jetpack-block-nudge__info{display:flex;flex-direction:row;font-size:13px;line-height:1.4}.jetpack-block-nudge .jetpack-block-nudge__text-container{display:flex;flex-direction:column}.jetpack-block-nudge .jetpack-block-nudge__title{font-size:14px}.jetpack-block-nudge .jetpack-block-nudge__message{color:#646970}.jetpack-stripe-nudge__banner .block-editor-warning__contents{align-items:center}.jetpack-stripe-nudge__icon{align-self:center;background:#0675c4;border-radius:50%;box-sizing:initial;color:#fff;fill:#fff;flex-shrink:0;margin-right:16px;padding:6px}.jetpack-stripe-nudge__banner span a.jetpack-stripe-nudge__link{color:#0675c4}.jp-components-spinner{align-items:center;display:flex}.jp-components-spinner__inner,.jp-components-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid #0000;border-radius:50%;box-sizing:border-box;margin:auto}.jp-components-spinner__outer{border-top-color:#fff}.jp-components-spinner__inner{border-right-color:#fff;border-top-color:#fff;height:100%;opacity:.4;width:100%}.wp-block-jetpack-donations .donations__container{border:1px solid #ccc}.wp-block-jetpack-donations .donations__nav{border-bottom:1px solid #ccc;display:flex}.wp-block-jetpack-donations .donations__nav-item{background:#fff;border-inline-start:1px solid #ccc;color:#1e1e1e;cursor:pointer;display:inline-block;flex:1;font-size:16px;font-weight:700;padding:12px;text-align:center}@media(min-width:600px){.wp-block-jetpack-donations .donations__nav-item{padding:16px 24px}}.wp-block-jetpack-donations .donations__nav-item:first-child{border-inline-start:none}.wp-block-jetpack-donations .donations__nav-item.is-active{background:#1e1e1e;color:#fff;cursor:default}.wp-block-jetpack-donations .donations__content{padding:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__content{padding:32px}}.wp-block-jetpack-donations .donations__content h4,.wp-block-jetpack-donations .donations__content p{margin:0 0 16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__content h4,.wp-block-jetpack-donations .donations__content p{margin:0 0 24px}}.wp-block-jetpack-donations .donations__amounts{display:flex;flex-wrap:wrap;margin-bottom:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__amounts{margin:0 0 24px}}.wp-block-jetpack-donations .donations__amount{background-color:#fff;border:1px solid #ccc;color:#1e1e1e;display:inline-block;font-size:16px;font-weight:600;margin-inline-end:8px;margin-bottom:8px;padding:16px 24px;white-space:nowrap}.wp-block-jetpack-donations .donations__amount.has-error{box-shadow:0 0 0 1px #fff,0 0 0 3px #cc1818;outline:2px solid #0000;outline-offset:-2px}.wp-block-jetpack-donations .donations__custom-amount .donations__amount-value{display:inline-block;margin-inline-start:4px;min-width:60px}.wp-block-jetpack-donations .donations__separator{margin-bottom:16px;margin-top:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__separator{margin-bottom:32px;margin-top:32px}}.wp-block-jetpack-donations .donations__donate-button,.wp-block-jetpack-donations .donations__donate-button-wrapper{margin:0}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount{cursor:text}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount.has-focus{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:-2px}.editor-styles-wrapper .wp-block-jetpack-donations .donations__custom-amount{cursor:default}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount .block-editor-rich-text__editable{display:inline-block;text-align:left}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount .block-editor-rich-text__editable:focus{box-shadow:none;outline:none;outline-offset:0}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount [data-rich-text-placeholder]:after{color:#ccc;opacity:1}.editor-styles-wrapper .wp-block-jetpack-donations .donations__custom-amount .donations__amount-value{color:#ccc}.editor-styles-wrapper .wp-block-jetpack-donations .donations__donate-button-wrapper:not(.alignleft):not(.alignright){margin:0}.editor-styles-wrapper .wp-block-jetpack-donations .jetpack-block-nudge{max-width:none}.jetpack-donations__currency-toggle{font-weight:700;line-height:100%;width:max-content}.jetpack-donations__currency-popover .components-popover__content{min-width:130px}.wp-block-jetpack-eventbrite{position:relative}.wp-block-jetpack-eventbrite .components-placeholder__learn-more{margin-top:1em}[data-type="jetpack/eventbrite"][data-align=center]{text-align:center}.wp-block-jetpack-gif{clear:both;margin:0 0 20px}.wp-block-jetpack-gif figure{margin:0;position:relative;width:100%}.wp-block-jetpack-gif.aligncenter{text-align:center}.wp-block-jetpack-gif.alignleft,.wp-block-jetpack-gif.alignright{min-width:300px}.wp-block-jetpack-gif .wp-block-jetpack-gif-caption{color:#949494;margin-bottom:1em;margin-top:.5em;text-align:center}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper{height:0;margin:0;padding:calc(56.2% + 12px) 0 0;position:relative;width:100%}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper iframe{border:0;height:100%;inset-inline-start:0;position:absolute;top:0;width:100%}.wp-block-jetpack-gif figure{transition:padding-top 125ms ease-in-out}.wp-block-jetpack-gif figure .wp-block-jetpack-gif_input-container{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:10px}.wp-block-jetpack-gif figure .wp-block-jetpack-gif_input{max-width:400px}.wp-block-jetpack-gif .components-base-control__field{text-align:center}.wp-block-jetpack-gif .components-placeholder__label svg{margin-right:1ch}.wp-block-jetpack-gif .wp-block-jetpack-gif_cover{background:none;border:none;height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.wp-block-jetpack-gif .wp-block-jetpack-gif_cover:focus{outline:none}.wp-block-jetpack-gif .wp-block-jetpack-gif_input{flex:1;margin-right:6px}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnails-container{display:flex;margin:-2px 0 2px -2px;overflow-x:auto;width:calc(100% + 4px)}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnails-container::-webkit-scrollbar{display:none}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container{align-items:center;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:3px;cursor:pointer;display:flex;justify-content:center;margin:2px;padding:0 0 calc(10% - 4px);width:calc(10% - 4px)}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container:hover{box-shadow:0 0 0 1px #949494}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container:focus{box-shadow:0 0 0 2px var(--wp-admin-theme-color);outline:0}.components-panel__body-gif-branding svg{display:block;margin:0 auto;max-width:200px}.components-panel__body-gif-branding svg path{fill:#e0e0e0}.wp-block-jetpack-google-calendar{min-width:420px}.wp-block-jetpack-google-calendar iframe{border:none;width:100%}.wp-block-jetpack-google-calendar>amp-iframe>[placeholder]{line-height:1}.wp-block-jetpack-google-calendar>amp-iframe>noscript{display:inline-block!important}.wp-block-jetpack-google-calendar>amp-iframe>noscript>iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-block-jetpack-google-calendar-embed-form-sidebar textarea{height:75px;width:100%}.wp-block-jetpack-google-calendar-embed-form-sidebar button{display:block;margin-top:8px}.wp-block-jetpack-google-calendar-embed-form-editor{margin:0}.wp-block-jetpack-google-calendar-embed-form-editor textarea{flex:1;font-family:inherit;font-size:inherit;height:36px;margin-right:1px;padding-top:9px}.wp-block-jetpack-google-calendar-placeholder-links{margin-top:19px}.wp-block-jetpack-google-calendar ol.wp-block-jetpack-google-calendar-placeholder-instructions{font-family:inherit;list-style-position:inside;margin:0;padding:0}.wp-block-jetpack-google-calendar ol.wp-block-jetpack-google-calendar-placeholder-instructions li{margin-bottom:19px;text-align:left}.wp-block-jetpack-google-calendar .components-placeholder__label{margin-bottom:19px}.wp-block-jetpack-google-calendar .components-placeholder p{margin:0 0 19px}.wp-block-jetpack-image-compare{margin-inline-end:0;margin-inline-start:0}.wp-block-jetpack-image-compare img{max-width:100%}.jx-slider.jx-slider{inset-inline-start:1px;top:1px;width:calc(100% - 2px)}.image-compare__placeholder>.components-placeholder{align-items:center;flex-direction:row}.image-compare__placeholder>.components-placeholder>.components-placeholder__label{display:none}.image-compare__placeholder>.components-placeholder .components-placeholder{background:none}.image-compare__image-after,.image-compare__image-before{display:flex;flex:1;flex-direction:column;position:relative}.image-compare__image-after .components-placeholder.components-placeholder,.image-compare__image-before .components-placeholder.components-placeholder{box-shadow:none;min-height:0;padding:0}.image-compare__image-after .components-placeholder.components-placeholder .components-placeholder__instructions,.image-compare__image-before .components-placeholder.components-placeholder .components-placeholder__instructions{display:none}.components-placeholder.is-large .image-compare__image-before{padding-inline-end:12px}.components-placeholder.is-large .image-compare__image-after{padding-inline-start:12px}.components-placeholder.is-medium .image-compare__image-before{margin-bottom:24px}[data-type="jetpack/image-compare"]:not(.is-selected) .image-compare__comparison{pointer-events:none}.juxtapose .components-placeholder{border:none;box-shadow:none;padding:0}.juxtapose .components-placeholder .components-placeholder__label{display:none}.juxtapose .components-placeholder .image-compare__image-after,.juxtapose .components-placeholder .image-compare__image-before{flex:none;padding:0;width:100%}.juxtapose .components-placeholder:before{background:#fff;content:"";display:block;height:4px;position:absolute;width:100%;z-index:2}.juxtapose .components-placeholder .image-compare__image-after{height:50%;overflow:hidden;position:absolute;width:100%}.juxtapose .components-placeholder .image-compare__image-after img{align-self:flex-end;display:flex;height:200%;max-width:none;width:100%}div.juxtapose{font-family:Helvetica,Arial,sans-serif;width:100%}div.jx-slider{color:#f3f3f3;cursor:pointer;height:100%;overflow:hidden;position:relative;width:100%}div.jx-handle{cursor:col-resize;height:100%;margin-left:-20px;position:absolute;width:40px;z-index:15}.vertical div.jx-handle{cursor:row-resize;height:40px;margin-left:0;margin-top:-20px;width:100%}div.jx-control{background-color:currentColor;height:100%;margin-left:auto;margin-right:auto;width:3px}.vertical div.jx-control{background-color:currentColor;height:3px;position:relative;top:50%;transform:translateY(-50%);width:100%}div.jx-controller{background-color:currentColor;bottom:0;height:60px;margin:auto auto auto -3px;position:absolute;top:0;width:9px}.vertical div.jx-controller{height:9px;margin-left:auto;margin-right:auto;position:relative;top:-3px;width:100px}div.jx-arrow{bottom:0;margin:auto;top:0}.vertical div.jx-arrow,div.jx-arrow{height:0;position:absolute;transition:all .2s ease;width:0}.vertical div.jx-arrow{left:0;margin:0 auto;right:0}div.jx-arrow.jx-left{border-color:#0000 currentcolor #0000 #0000;border-style:solid;border-width:8px 8px 8px 0;left:2px}div.jx-arrow.jx-right{border-color:#0000 #0000 #0000 currentcolor;border-style:solid;border-width:8px 0 8px 8px;right:2px}.vertical div.jx-arrow.jx-left{border-color:#0000 #0000 currentcolor;border-style:solid;border-width:0 8px 8px;left:0;top:2px}.vertical div.jx-arrow.jx-right{border-color:currentcolor #0000 #0000;border-style:solid;border-width:8px 8px 0;bottom:2px;right:0;top:auto}div.jx-handle:active div.jx-arrow.jx-left,div.jx-handle:hover div.jx-arrow.jx-left{left:-1px}div.jx-handle:active div.jx-arrow.jx-right,div.jx-handle:hover div.jx-arrow.jx-right{right:-1px}.vertical div.jx-handle:active div.jx-arrow.jx-left,.vertical div.jx-handle:hover div.jx-arrow.jx-left{left:0;top:0}.vertical div.jx-handle:active div.jx-arrow.jx-right,.vertical div.jx-handle:hover div.jx-arrow.jx-right{bottom:0;right:0}div.jx-image{display:inline-block;height:100%;overflow:hidden;position:absolute;top:0}.vertical div.jx-image{left:0;top:auto;width:100%}div.jx-slider div.jx-image img{height:100%!important;margin-bottom:0;max-height:none!important;max-width:none!important;position:absolute;width:auto!important;z-index:5}div.jx-slider.vertical div.jx-image img{height:auto!important;width:100%!important}div.jx-image.jx-left{background-position:0;left:0}div.jx-image.jx-left img{left:0}div.jx-image.jx-right{background-position:100%;right:0}div.jx-image.jx-right img{bottom:0;right:0}.veritcal div.jx-image.jx-left{background-position:top;top:0}.veritcal div.jx-image.jx-left img{top:0}.vertical div.jx-image.jx-right{background-position:bottom;bottom:0}.veritcal div.jx-image.jx-right img{bottom:0}div.jx-image div.jx-label{background-color:#000;background-color:#000000b3;color:#fff;display:inline-block;font-size:1em;line-height:18px;padding:.25em .75em;position:relative;top:0;vertical-align:middle;white-space:nowrap;z-index:10}div.jx-image.jx-left div.jx-label{float:left;left:0}div.jx-image.jx-right div.jx-label{float:right;right:0}.vertical div.jx-image div.jx-label{display:table;position:absolute}.vertical div.jx-image.jx-right div.jx-label{bottom:0;left:0;top:auto}div.jx-image.transition{transition:width .5s ease}div.jx-handle.transition{transition:left .5s ease}.vertical div.jx-image.transition{transition:height .5s ease}.vertical div.jx-handle.transition{transition:top .5s ease}div.jx-controller:focus,div.jx-image.jx-left div.jx-label:focus,div.jx-image.jx-right div.jx-label:focus,figure.wp-block-jetpack-image-compare figcaption{font-size:85%;text-align:center}div.jx-control{color:#fff}.vertical div.jx-controller,div.jx-controller{border-radius:50%;height:48px;width:48px}div.jx-controller{margin-left:-22.5px}.vertical div.jx-controller{transform:translateY(-19.5px)}.vertical div.jx-arrow.jx-left,.vertical div.jx-arrow.jx-right,div.jx-arrow.jx-left,div.jx-arrow.jx-right{background-repeat:no-repeat;border:none;height:24px;width:24px;will-change:transform;z-index:1}div.jx-arrow.jx-left{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEzLjQgMTggOCAxMmw1LjQtNiAxLjIgMS00LjYgNSA0LjYgNXoiLz48L3N2Zz4=);left:0}div.jx-arrow.jx-right{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEwLjYgNiA5LjQgN2w0LjYgNS00LjYgNSAxLjIgMSA1LjQtNnoiLz48L3N2Zz4=);right:0}div.vertical div.jx-arrow.jx-left,div.vertical div.jx-arrow.jx-right{transform:rotate(90deg)}.wp-block-jetpack-instagram-gallery__grid{align-content:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{box-sizing:border-box;display:block;line-height:0;position:relative}.wp-block-jetpack-instagram-gallery__grid img{height:auto;width:100%}.wp-block-jetpack-instagram-gallery__grid-columns-1 .wp-block-jetpack-instagram-gallery__grid-post{width:100%}.wp-block-jetpack-instagram-gallery__grid-columns-2 .wp-block-jetpack-instagram-gallery__grid-post{width:50%}.wp-block-jetpack-instagram-gallery__grid-columns-3 .wp-block-jetpack-instagram-gallery__grid-post{width:33.33333%}.wp-block-jetpack-instagram-gallery__grid-columns-4 .wp-block-jetpack-instagram-gallery__grid-post{width:25%}.wp-block-jetpack-instagram-gallery__grid-columns-5 .wp-block-jetpack-instagram-gallery__grid-post{width:20%}.wp-block-jetpack-instagram-gallery__grid-columns-6 .wp-block-jetpack-instagram-gallery__grid-post{width:16.66667%}@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__grid-post{width:100%}}@supports(display:grid){.wp-block-jetpack-instagram-gallery__grid{display:grid;grid-gap:10px;grid-auto-columns:1fr}@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile{display:block}.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__grid-post{padding:var(--latest-instagram-posts-spacing)}}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{width:auto}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post img{height:100%;object-fit:cover}.wp-block-jetpack-instagram-gallery__grid-columns-1{grid-template-columns:repeat(1,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-2{grid-template-columns:repeat(2,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-3{grid-template-columns:repeat(3,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-4{grid-template-columns:repeat(4,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-5{grid-template-columns:repeat(5,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-6{grid-template-columns:repeat(6,1fr)}}@supports(object-fit:cover){.wp-block-jetpack-instagram-gallery__grid-post img{height:100%;object-fit:cover}}.wp-block-jetpack-instagram-gallery .components-placeholder .components-radio-control{margin-bottom:28px}.wp-block-jetpack-instagram-gallery .components-placeholder .components-radio-control label{font-weight:400}.wp-block-jetpack-instagram-gallery .components-placeholder .wp-block-jetpack-instagram-gallery__new-account-instructions{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.wp-block-jetpack-instagram-gallery__count-notice .components-notice{margin:0 0 15px}.wp-block-jetpack-instagram-gallery__count-notice .components-notice__content{line-height:inherit;margin:0;padding-inline-end:0}.wp-block-jetpack-instagram-gallery__disconnection-warning{font-style:italic;margin-bottom:0}.wp-block-jetpack-instagram-gallery__placeholder{animation-delay:0ms,.3s;animation-duration:.3s,1.6s;animation-iteration-count:1,infinite;animation-name:fadeIn,pulse;animation-timing-function:ease-out,ease-out;background-color:#a7a79f;display:flex;opacity:1}.wp-block-jetpack-instagram-gallery__placeholder.is-loaded{animation:none;height:auto}.wp-block-jetpack-instagram-gallery__placeholder img{opacity:0;transition:opacity .5s ease-in-out}.wp-block-jetpack-instagram-gallery__placeholder img.is-loaded{opacity:1}@keyframes fadeIn{0%{opacity:0}50%{opacity:.5}to{opacity:1}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@supports(object-fit:cover){.wp-block-jetpack-instagram-gallery__placeholder.is-loaded{display:flex;flex-direction:column;flex-grow:1}.wp-block-jetpack-instagram-gallery__placeholder.is-loaded img{flex-grow:1;height:auto;object-fit:cover}}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{display:flex;flex-direction:column}@supports(display:grid){@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__placeholder{margin:0!important}}}.wp-block-jetpack-like__learn-more{margin-top:-12px;padding:0 16px 16px 52px}.wp-block-jetpack-like .sharedaddy{display:none}.wpl-likebox{container-type:inline-size}.wpl-count a,.wpl-follow a,.wpl-likebox{font-family:Open Sans,sans-serif!important;font-size:11px!important}.wpl-button{min-width:40px;overflow:hidden}.wpl-button a{align-items:center;background:#fff;border-radius:4px;box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f;box-sizing:border-box;color:#2c3338;display:flex;font-family:Open Sans,sans-serif;font-size:13px;font-weight:500;line-height:23px;margin:1px 6px 8px 1px;min-height:30px;min-width:33px;padding:4px 10px 3px 9px;text-decoration:none;text-shadow:none}.rtl .wpl-button a{margin:1px 1px 8px 6px;padding:4px 9px 3px 10px}.wpl-button a:active,.wpl-button a:hover{box-shadow:0 1px 2px #00000038,0 0 0 1px #00000038}.wpl-button a:before{background-size:16px 16px;content:"";display:inline-block;height:16px;margin-left:0;margin-right:-1px;min-width:16px;position:relative;text-align:center;width:16px}.wpl-button.like a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%232c3338' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.like a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%230675C4' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.liked a{min-width:-moz-fit-content;min-width:fit-content}.wpl-button.liked a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%230675C4' stroke='%230675C4' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.reblog a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%23fff' d='M1 0h16v16H1z'/%3E%3Cpath fill='%232c3338' stroke='%232c3338' stroke-width='.14' d='m16.016 5.566-1.45-1.434v8.993c0 .76-.623 1.375-1.392 1.375h-4.87v-1.375h4.87V4.132l-1.451 1.434-.984-.972L13.87 1.5 17 4.594zm-11.19 6.302V2.875h4.87V1.5h-4.87c-.769 0-1.391.615-1.391 1.375v8.993l-1.451-1.434-.984.972L4.13 14.5l3.13-3.094-.983-.972z'/%3E%3C/svg%3E")}.wpl-button.reblog a.reblogged:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%23fff' d='M1 0h16v16H1z'/%3E%3Cpath fill='%230675c4' stroke='%230675c4' stroke-width='.14' d='m16.016 5.566-1.45-1.434v8.993c0 .76-.623 1.375-1.392 1.375h-4.87v-1.375h4.87V4.132l-1.451 1.434-.984-.972L13.87 1.5 17 4.594zm-11.19 6.302V2.875h4.87V1.5h-4.87c-.769 0-1.391.615-1.391 1.375v8.993l-1.451-1.434-.984.972L4.13 14.5l3.13-3.094-.983-.972z'/%3E%3C/svg%3E")}.rtl .wpl-button.like a:before,.rtl .wpl-button.liked a:before{margin-left:-1px;margin-right:0}.wpl-button.like a span,.wpl-button.liked a span,.wpl-button.reblog a span{margin-left:5px;text-wrap:nowrap}.rtl .wpl-button.like a span,.rtl .wpl-button.liked a span,.rtl .wpl-button.reblog a span{margin-right:5px}.wpl-count{clear:both;overflow:hidden;text-overflow:ellipsis}.wpl-count-text{line-height:1.6}.wpl-likebox .wpl-count,.wpl-likebox .wpl-count a,.wpl-likebox .wpl-count-text,.wpl-likebox .wpl-count-text a{font-size:12px!important}.wpl-button{float:left}.rtl .wpl-button{float:right}.wpl-avatars{height:34px;list-style:none;margin:0;overflow:hidden;padding:0}.wpl-avatars:empty{display:none}.wpl-avatars li{display:inline;margin:0}.wpl-avatars li a{border:0;display:block;float:left;margin:1px 5px 3px 0}.rtl .wpl-avatars li a{float:right;margin:0 0 3px 5px}.wpl-avatars li a img{border:0;height:30px;padding:0!important;width:30px}span.wpl-comment,span.wpl-follow{margin-left:5px}a.comment-like-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%232EA2CC' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px 16px;color:#2ea2cc;content:"";display:inline-block;height:16px;padding-right:5px;position:relative;top:3px;width:16px}a.comment-like-link:hover:before,a.comment-liked:before,div.comment-liked a.comment-like-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23f1831e' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E")}a.comment-liked:hover:before,div.comment-liked a.comment-like-link:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23ff9a00' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E")}a.comment-like-link{color:#222;font-size:12px;opacity:.8;text-decoration:none}a.comment-like-link.loading:before{opacity:0;transition:opacity 2s}.wpl-likebox{align-items:center;display:flex}.wpl-likebox .wpl-avatars{align-content:end;align-items:center;display:inline-flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:center;margin-bottom:4px;min-width:30px}.rtl .wpl-likebox .wpl-avatars li,.wpl-likebox .wpl-avatars li{margin-bottom:1px;margin-top:1px}.wpl-likebox .wpl-avatars li a{margin:0;position:relative}.wpl-likebox .wpl-avatars li:not(:first-child) a{margin-right:-4px}.rtl .wpl-likebox .wpl-avatars li:not(:first-child) a{margin-left:-4px;margin-right:0}.wpl-likebox .wpl-avatars li a img{border:1.5px solid #ffffff80;border-radius:50%;height:26px;width:26px}.wpl-likebox .wpl-count{clear:none;margin-bottom:4px;margin-left:4px;white-space:nowrap}.rtl .wpl-likebox .wpl-count{clear:none;margin-bottom:4px;margin-right:4px;white-space:nowrap}.wpl-likebox a{color:#2c3338!important}.wpl-likebox a,.wpl-likebox a:focus{outline:none!important;text-decoration:none!important}.wpl-likebox.wpl-new-layout *{cursor:default}.wpl-likebox.wpl-new-layout .wpl-avatars{align-content:unset;margin:0;padding-left:0}.wpl-likebox.wpl-new-layout .wpl-avatars li{margin:0}.wpl-likebox.wpl-new-layout .wpl-avatars li a:focus{box-shadow:none;outline:none}.wpl-likebox.wpl-new-layout .wpl-avatars li a img{vertical-align:unset}.wpl-likebox.wpl-new-layout .wpl-count a:focus,.wpl-likebox.wpl-new-layout .wpl-count-text a:focus,.wpl-likebox.wpl-new-layout .wpl-count-text:focus,.wpl-likebox.wpl-new-layout .wpl-count:focus{box-shadow:none;outline:none}.wpl-likebox .wpl-button a:hover{box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f}.wpl-likebox .wpl-button.like a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%232c3338' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}@container (max-width: 320px){.wpl-button{min-width:auto}.wpl-button a span{display:none}}.components-likes-placeholder__learn-more{margin:1em 0 2em}._fUXxnSp5pagKBp9gSN7 *{box-sizing:border-box}.wp-block-jetpack-mailchimp.is-processing form{display:none}.wp-block-jetpack-mailchimp .wp-block-jetpack-button,.wp-block-jetpack-mailchimp p{margin-bottom:1em}.wp-block-jetpack-mailchimp input{box-sizing:border-box;width:100%}.wp-block-jetpack-mailchimp .error,.wp-block-jetpack-mailchimp .error:focus{outline:1px;outline-color:#d63638;outline-offset:-2px;outline-style:auto}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification{display:none;margin-bottom:1.5em;padding:.75em}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.is-visible{display:block}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_error{background-color:#d63638;color:#fff}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_processing{background-color:rgba(0,0,0,.025)}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_success{background-color:#008a20;color:#fff}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp__is-amp{display:block}.wp-block-jetpack-mailchimp form.amp-form-submit-error>p,.wp-block-jetpack-mailchimp form.amp-form-submit-success>p,.wp-block-jetpack-mailchimp form.amp-form-submitting>p{display:none}.wp-block-jetpack-mailchimp .components-placeholder__label svg{margin-right:1ch}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification{display:block}.wp-block-jetpack-mailchimp .editor-rich-text__inline-toolbar{pointer-events:none}.wp-block-jetpack-mailchimp .editor-rich-text__inline-toolbar .components-toolbar{pointer-events:all}.wp-block-jetpack-mailchimp-recheck{margin-top:1em}.wp-block-jetpack-mailchimp.wp-block-jetpack-mailchimp_notication-audition>:not(.wp-block-jetpack-mailchimp_notification){display:none}.wp-block-jetpack-mailchimp .jetpack-submit-button,.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_text-input{margin-bottom:1.5rem}.wp-block-jetpack-mailchimp .wp-block-button .wp-block-button__link{margin-top:0}.wp-block-jetpack-mailchimp .components-placeholder__fieldset{display:block;flex-direction:unset;flex-wrap:unset}.wp-block-jetpack-mailchimp .components-placeholder__fieldset .components-button{margin-bottom:0}.wp-block-jetpack-mailchimp .components-placeholder__fieldset .align-center{text-align:center}.component__add-point{background-image:url(images/oval-5f1d889983a8747472c7.svg);background-repeat:no-repeat;height:38px;left:50%;margin-left:-16px;margin-top:-19px;position:absolute;text-indent:-9999px;top:50%;width:32px}.component__add-point,.component__add-point.components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#0000;box-shadow:none}.component__add-point:active,.component__add-point:focus{background-color:#0000}.component__add-point__popover .components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#0000;box-shadow:none}.component__add-point__popover .components-popover__content{padding:.1rem}.component__add-point__popover .components-location-search{margin:.5rem}.component__add-point__close{border:none;box-shadow:none;float:right;margin:.4rem 0 0;padding:0}.component__add-point__close path{color:#e0e0e0}.wp-block-jetpack-map-marker{height:38px;opacity:.9;width:32px}.edit-post-settings-sidebar__panel-block .component__locations__panel{margin-bottom:1em}.edit-post-settings-sidebar__panel-block .component__locations__panel:empty{display:none}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:first-child{border-top:none}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body,.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:first-child,.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:last-child{margin:0;max-width:100%}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body button{padding-right:40px}.component__locations__delete-btn{padding:0}.component__locations__delete-btn svg{margin-right:.4em}.wp-block-group-is-layout-flex:not(.is-vertical)>.wp-block-jetpack-map{flex-basis:100%}.wp-block-group-is-layout-flex.is-vertical>.wp-block-jetpack-map{width:100%}.wp-block-jetpack-map .wp-block-jetpack-map__gm-container{background:#e0e0e0;min-height:400px;overflow:hidden;text-align:start;width:100%}.wp-block-jetpack-map .mapkit-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;max-width:300px;min-width:150px;padding:10px 10px 15px;pointer-events:auto}.wp-block-jetpack-map .mapkit-popup-content h3{font-size:1.3125em;font-weight:400;margin-bottom:.5rem}.wp-block-jetpack-map .mapkit-popup-content p{margin-bottom:0}.wp-block-jetpack-map .wp-block-jetpack-map__mb-container{height:400px}.wp-block-jetpack-map .mapboxgl-popup{max-width:300px}.wp-block-jetpack-map .mapboxgl-popup h3{font-size:1.3125em;font-weight:400;margin-bottom:.5rem}.wp-block-jetpack-map .mapboxgl-popup p{margin-bottom:0}.wp-block-jetpack-map .mapboxgl-ctrl-group button{background-color:#0000!important;border-radius:0}.wp-block-jetpack-map__delete-btn{padding:0}.wp-block-jetpack-map__delete-btn svg{margin-right:.4em}.wp-block-group-is-layout-flex:not(.is-vertical)>.wp-block[data-type="jetpack/map"]{flex-basis:100%}.wp-block-group-is-layout-flex.is-vertical>.wp-block[data-type="jetpack/map"]{width:100%}.wp-block[data-type="jetpack/map"] .components-placeholder__label svg{fill:currentColor;margin-right:1ch}.wp-block[data-type="jetpack/map"] .components-placeholder__instructions{margin-top:0}.wp-block[data-type="jetpack/map"] .components-placeholder__instructions .components-external-link{display:inline-block;margin:1em auto}.wp-block-jetpack-map .mapboxgl-popup-close-button{font-size:21px;padding:0 10px 5px 9px}.wp-block-jetpack-map .wp-block-jetpack-map__map_wrapper{background-color:#e4e2de;overflow:hidden}.wp-block-jetpack-map .wp-block-jetpack-map__gm-container{inset:0;position:absolute;z-index:0}.wp-block-jetpack-map .wp-block-jetpack-map__select-overlay{background-color:#0000;inset:0;pointer-events:auto;position:absolute;z-index:2}.wp-block-jetpack-map__height_input{display:block}.component__add-point__popover .components-popover__content{width:250px}.component__add-point__popover .components-popover__content .component__add-point__close{margin-top:-.55em;padding:.3em}.wp-block-jetpack-markdown__placeholder{opacity:.62;pointer-events:none}.block-editor-block-list__block .wp-block-jetpack-markdown__preview{line-height:1.8;min-height:1.8em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview>*{margin-bottom:32px;margin-top:32px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h1,.block-editor-block-list__block .wp-block-jetpack-markdown__preview h2,.block-editor-block-list__block .wp-block-jetpack-markdown__preview h3{line-height:1.4}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h1{font-size:2.44em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h2{font-size:1.95em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h3{font-size:1.56em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h4{font-size:1.25em;line-height:1.5}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h5{font-size:1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h6{font-size:.8em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview hr{border:none;border-bottom:2px solid #f0f0f0;margin:2em auto;max-width:100px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview p{line-height:1.8}.block-editor-block-list__block .wp-block-jetpack-markdown__preview blockquote{border-left:4px solid #000;margin-left:0;margin-right:0;padding-left:1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview blockquote p{line-height:1.5;margin:1em 0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview ol,.block-editor-block-list__block .wp-block-jetpack-markdown__preview ul{margin-left:1.3em;padding-left:1.3em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview li p{margin:0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview code,.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre{color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace}.block-editor-block-list__block .wp-block-jetpack-markdown__preview code{background:#f0f0f0;border-radius:2px;font-size:inherit;padding:2px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre{border:1px solid #e0e0e0;border-radius:4px;font-size:15px;padding:.8em 1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre code{background:#0000;padding:0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview table{border-collapse:collapse;overflow-x:auto;width:100%}.block-editor-block-list__block .wp-block-jetpack-markdown__preview tbody,.block-editor-block-list__block .wp-block-jetpack-markdown__preview tfoot,.block-editor-block-list__block .wp-block-jetpack-markdown__preview thead{min-width:240px;width:100%}.block-editor-block-list__block .wp-block-jetpack-markdown__preview td,.block-editor-block-list__block .wp-block-jetpack-markdown__preview th{border:1px solid;padding:.5em}.wp-block-jetpack-markdown .wp-block-jetpack-markdown__editor{color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:15px}.wp-block-jetpack-markdown .wp-block-jetpack-markdown__editor:focus{border-color:#0000;box-shadow:0 0 0 #0000}.wp-block-jetpack-opentable{display:inline-block}.wp-block-jetpack-opentable>.is-placeholder,.wp-block-jetpack-opentable>.is-style-wide{display:block}.wp-block-jetpack-opentable .components-base-control{width:100%}.wp-block-jetpack-opentable .components-placeholder__fieldset p{font-size:13px;margin:0 0 1em}.wp-block-jetpack-opentable .components-placeholder__fieldset form{flex-direction:row;flex-wrap:nowrap}@media screen and (max-width:479px){.wp-block-jetpack-opentable .components-placeholder__fieldset form{display:block}}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field{flex-grow:1}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__label{display:none}.wp-block-jetpack-opentable .components-placeholder__fieldset form p{margin-top:1em}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__input-container{width:100%}@media screen and (min-width:480px){.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__input-container input[type=text].components-form-token-field__input{min-height:32px}}.wp-block-jetpack-opentable .components-placeholder__fieldset form>.components-button{align-items:center;height:42px;line-height:normal;padding:0 8px}@media screen and (min-width:480px){.wp-block-jetpack-opentable .components-placeholder__fieldset form>.components-button{margin:0 0 0 4px;position:relative}}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__remove-token{padding:2px 6px}.wp-block-jetpack-opentable iframe{height:100%;width:100%}.wp-block-jetpack-opentable-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-opentable-restaurant-picker{margin-bottom:1em;position:relative;width:100%}.wp-block-jetpack-opentable-restaurant-picker .components-form-token-field__token-text{align-items:center;display:inline-flex}.wp-block-jetpack-opentable-placeholder-links{display:flex;flex-direction:column}@media screen and (min-width:480px){.wp-block-jetpack-opentable-placeholder-links{display:block}}.wp-block-jetpack-opentable-placeholder-links a{padding:.25em 1em .25em 0}@media screen and (min-width:480px){.wp-block-jetpack-opentable-placeholder-links a form>button{height:50px}}.wp-block-jetpack-opentable-placeholder-links a:last-child{padding-left:1em;padding-right:0}.wp-block-jetpack-opentable>.is-style-button.has-no-margin iframe{margin:-14px}.editor-styles-wrapper .wp-block-jetpack-opentable .components-form-token-field__suggestions-list{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;padding:0;text-align:left}.wp-block-jetpack-opentable.wp-block>.is-style-wide.alignright{left:auto;right:0}.wp-block[data-type="jetpack/opentable"] .components-notice__content{text-align:left}.components-toggle-control.is-opentable{padding-top:6px}.is-opentable button.is-active{font-weight:700}.wp-block-jetpack-opentable{position:relative}.wp-block-jetpack-opentable>iframe{background:#0000;margin:0}.wp-block-jetpack-opentable>.aligncenter iframe{margin:0 auto}.wp-block-jetpack-opentable>.is-style-standard,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile{height:301px}.wp-block-jetpack-opentable>.is-style-standard.is-multi,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile.is-multi{height:361px}.wp-block-jetpack-opentable>.is-style-standard.aligncenter iframe,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile.aligncenter iframe{width:224px!important}.wp-block-jetpack-opentable>.is-style-tall{height:490px}.wp-block-jetpack-opentable>.is-style-tall.is-multi{height:550px}.wp-block-jetpack-opentable>.is-style-tall.aligncenter iframe{width:288px!important}.wp-block-jetpack-opentable>.is-style-wide{height:150px}.wp-block-jetpack-opentable>.is-style-wide iframe{width:840px!important}.wp-block-jetpack-opentable>.is-style-wide.alignleft{margin-left:2rem;max-width:840px;right:auto}.wp-block-jetpack-opentable>.is-style-wide.alignright{left:calc(100% - 840px - 2rem);max-width:840px}.wp-block-jetpack-opentable>.is-style-button{height:113px}.wp-block-jetpack-opentable>.is-style-button.aligncenter iframe{width:210px!important}.wp-block-jetpack-opentable>.is-style-button.has-no-margin>div[id^=ot-widget-container]{margin:-14px}.wp-block-jetpack-opentable .ot-dtp-picker{box-sizing:initial}.wp-block-jetpack-opentable .ot-dtp-picker .ot-title{margin:4px auto 12px}.wp-block-jetpack-opentable .ot-dtp-picker .ot-dtp-picker-selector-link{text-decoration:none}.wp-block-jetpack-opentable .ot-dtp-picker input[type=submit]{padding:0;text-transform:none}.wp-block-jetpack-opentable .ot-dtp-picker input[type=submit]:hover{text-decoration:none}.jetpack-audio-player-loading{background:#ccc;background:var(--jetpack-audio-player-secondary);height:10px;margin:15px 24px}.jetpack-audio-player{--jetpack-audio-player-primary:var( --jetpack-podcast-player-primary,#000 );--jetpack-audio-player-secondary:var( --jetpack-podcast-player-secondary,#ccc );--jetpack-audio-player-background:var( --jetpack-podcast-player-background,#fff );height:40px}.jetpack-audio-player .mejs-container,.jetpack-audio-player .mejs-container .mejs-controls,.jetpack-audio-player .mejs-embed,.jetpack-audio-player .mejs-embed body,.jetpack-audio-player .mejs-mediaelement{background-color:#0000}.jetpack-audio-player .mejs-container:focus{box-shadow:none;outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-controls{padding:0;position:static}.jetpack-podcast-player__header .jetpack-audio-player .mejs-controls{padding-left:15px;padding-right:18px}.jetpack-audio-player .mejs-time{color:#ccc;color:var(--jetpack-audio-player-secondary)}.jetpack-audio-player .mejs-time-float{background:#000;background:var(--jetpack-audio-player-primary);border-color:#000;border-color:var(--jetpack-audio-player-primary);color:#fff;color:var(--jetpack-audio-player-background)}.jetpack-audio-player .mejs-time-float-corner{border-top-color:#000;border-top-color:var(--jetpack-audio-player-primary)}.jetpack-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-total{background-color:#ccc;background-color:var(--jetpack-audio-player-secondary)}.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded{opacity:.5}.jetpack-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-current,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded{background-color:#000;background-color:var(--jetpack-audio-player-primary)}.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-slider:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-button>button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23000;width:16px;height:16px}.st1{fill:none;stroke:%23000;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m47.2.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' d='m52.8 7 5.4 5.4m-5.4 0L58.2 7'/%3E%3Cpath fill='none' stroke='%23000' d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zm22.4 1h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath fill='%23231f20' d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='5' d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' opacity='.75'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='5' d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' opacity='.4'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' opacity='.6'/%3E%3Ccircle cx='170.1' cy='79' r='7' opacity='.8'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' opacity='.9'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' opacity='.3'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' opacity='.5'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' opacity='.7'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2m14-12.7c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E")}.jetpack-audio-player .mejs-button.mejs-jump-button>button{background-image:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-size:60.78px 35.296px}.jetpack-audio-player .mejs-button.mejs-jump-backward-button>button{background-position:-32px -6px}.jetpack-audio-player .mejs-button.mejs-skip-forward-button>button{background-position:-9px -6px}@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.jetpack-audio-player .mejs-button>button{background-image:none}.jetpack-audio-player .mejs-button>button:before{background-color:var(--jetpack-audio-player-primary);background-image:none;content:"";display:block;height:100%;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23fff;width:16px;height:16px}.st1{fill:none;stroke:%23fff;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='m52.8 7 5.4 5.4m-5.4 0L58.2 7' style='fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round'/%3E%3Cpath d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9' style='fill:none;stroke:%23fff'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zM143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8' style='fill:%23231f20'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' style='opacity:.75;fill:none;stroke:%23fff;stroke-width:5'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z' style='fill:none;stroke:%23fff;stroke-width:5'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' style='opacity:.4;fill:%23fff'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' style='opacity:.6;fill:%23fff'/%3E%3Ccircle cx='170.1' cy='79' r='7' style='opacity:.8;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' style='opacity:.9;fill:%23fff'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' style='opacity:.3;fill:%23fff'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' style='opacity:.5;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' style='opacity:.7;fill:%23fff'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23fff;width:16px;height:16px}.st1{fill:none;stroke:%23fff;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='m52.8 7 5.4 5.4m-5.4 0L58.2 7' style='fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round'/%3E%3Cpath d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9' style='fill:none;stroke:%23fff'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zM143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8' style='fill:%23231f20'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' style='opacity:.75;fill:none;stroke:%23fff;stroke-width:5'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z' style='fill:none;stroke:%23fff;stroke-width:5'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' style='opacity:.4;fill:%23fff'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' style='opacity:.6;fill:%23fff'/%3E%3Ccircle cx='170.1' cy='79' r='7' style='opacity:.8;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' style='opacity:.9;fill:%23fff'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' style='opacity:.3;fill:%23fff'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' style='opacity:.5;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' style='opacity:.7;fill:%23fff'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E");width:100%}.jetpack-audio-player .mejs-button.mejs-jump-button>button{background-image:none}.jetpack-audio-player .mejs-button.mejs-jump-button>button:before{background-image:none;-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') 0 0/60.78px 35.296px;mask:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') 0 0/60.78px 35.296px}.jetpack-audio-player .mejs-button.mejs-jump-backward-button>button:before{-webkit-mask-position:-32px -6px;mask-position:-32px -6px}.jetpack-audio-player .mejs-button.mejs-skip-forward-button>button:before{-webkit-mask-position:-9px -6px;mask-position:-9px -6px}.jetpack-audio-player .mejs-button>button:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-play>button:before{-webkit-mask-position:0 0;mask-position:0 0}.jetpack-audio-player .mejs-pause>button:before{-webkit-mask-position:-20px 0;mask-position:-20px 0}.jetpack-audio-player .mejs-replay>button:before{-webkit-mask-position:-160px 0;mask-position:-160px 0}.jetpack-audio-player .mejs-mute>button:before{-webkit-mask-position:-60px 0;mask-position:-60px 0}.jetpack-audio-player .mejs-unmute>button:before{-webkit-mask-position:-40px 0;mask-position:-40px 0}}.block-editor-block-contextual-toolbar[data-type="jetpack/podcast-player"] .components-toolbar__control,[data-type="jetpack/podcast-player"] .block-editor-block-contextual-toolbar .components-toolbar__control{padding:0 1em;width:auto}.jetpack-podcast-player__interactive-overlay,.jetpack-podcast-player__loading-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.jetpack-podcast-player__loading-overlay{align-items:center;background:#ffffffb3;display:flex;justify-content:center}.jetpack-podcast-player__placeholder .components-base-control,.jetpack-podcast-player__placeholder .components-base-control__field{display:flex;flex-grow:1}.jetpack-podcast-player__placeholder .components-base-control__field{margin-bottom:0}.jetpack-podcast-player__placeholder .components-placeholder__learn-more{margin-top:1em}.block-editor-block-inspector .components-base-control.jetpack-podcast-player__episode-selector{margin-bottom:24px}.jetpack-podcast-player--visually-hidden{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.wp-block-jetpack-podcast-player{overflow:hidden}.wp-block-jetpack-podcast-player audio{display:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player{--jetpack-podcast-player-primary:#000;--jetpack-podcast-player-secondary:#ccc;--jetpack-podcast-player-background:#fff;background-color:var(--jetpack-podcast-player-background);color:var(--jetpack-podcast-player-secondary);padding-bottom:0;padding-top:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player:not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player:not(.has-background){background-color:#fff}.wp-block-jetpack-podcast-player .jetpack-podcast-player a,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:hover,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:visited{border:none;box-shadow:none;text-decoration:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player a:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-podcast-player-secondary);outline-offset:2px}.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:visited{color:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:hover{color:inherit;color:var(--jetpack-podcast-player-primary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__header{display:flex;flex-direction:column}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-info{display:flex;padding:24px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__cover{flex-shrink:0;margin-inline-end:24px;width:80px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__cover-image{border:0;height:80px;max-width:100%;padding:0;width:80px}.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title{color:inherit;display:flex;flex-direction:column;letter-spacing:0;margin:0;padding:0;width:100%}.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title:after,.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title:before{display:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-title{color:var(--jetpack-podcast-player-primary);font-size:24px;margin:0 0 10px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-title:not(.has-primary){color:#000}.wp-block-jetpack-podcast-player .jetpack-podcast-player__podcast-title{color:inherit;font-size:16px;margin:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__tracks{display:flex;flex-direction:column;list-style-type:none;margin:24px 0 0;padding:0 0 15px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track{color:var(--jetpack-podcast-player-secondary);font-size:16px;line-height:1.8;margin:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track:not(.is-active):not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.is-active{color:var(--jetpack-podcast-player-primary);font-weight:700}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.is-active:not(.has-primary){color:#000}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-link{display:flex;flex-flow:row nowrap;justify-content:space-between;padding-bottom:10px;padding-inline-end:24px;padding-top:10px;padding-inline-start:22px;transition:none}.wp-block-jetpack-podcast-player .is-error .jetpack-podcast-player__track.is-active .jetpack-podcast-player__track-link{padding-bottom:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon{flex:22px 0 0;fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon svg{display:block;height:22px;margin-top:3.4px;width:22px;fill:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--error{fill:#cc1818}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.has-primary .jetpack-podcast-player__track-status-icon--error{fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title{flex-grow:1;padding:0 15px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link{display:inline-block;height:27px;margin-inline-start:5px;vertical-align:top}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:visited{color:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:hover{color:inherit;color:var(--jetpack-podcast-player-secondary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link svg{display:block;height:27px;width:27px;fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-duration{word-break:normal}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-description{color:inherit;font-size:16px;line-height:1.8;margin:0 0 24px;max-height:7.2em;order:99;overflow:hidden;padding:0 24px}@supports(display:-webkit-box){.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;max-height:none}}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error{color:#cc1818;display:block;font-size:.8em;font-weight:400;margin-inline-start:59px;margin-bottom:10px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error>span{color:var(--jetpack-podcast-player-secondary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error>span:not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.has-primary .jetpack-podcast-player__track-error{color:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player__error{color:#cc1818;font-size:.8em;font-weight:400;margin:0;padding:24px}@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing{background-image:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing:before{background-color:var(--jetpack-podcast-player-primary);background-image:none;content:"";display:block;height:100%;margin:4px 2px 0 0;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 4.763 4.763'%3E%3Cpath d='M1.65 1.204a.8.8 0 0 1-.476.159H.327c-.159 0-.264.106-.264.264v1.508c0 .16.105.265.264.265h1.111c.08.053.133.106.212.159l.926.688c.106.079.212.026.212-.106V.595c0-.132-.106-.185-.212-.105z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.48.33S4.512.118 4.512 2.367 3.48 4.431 3.48 4.431' class='st1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.13 1.362s.688-.106.688 1.005S3.13 3.4 3.13 3.4' class='st1'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 4.763 4.763'%3E%3Cpath d='M1.65 1.204a.8.8 0 0 1-.476.159H.327c-.159 0-.264.106-.264.264v1.508c0 .16.105.265.264.265h1.111c.08.053.133.106.212.159l.926.688c.106.079.212.026.212-.106V.595c0-.132-.106-.185-.212-.105z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.48.33S4.512.118 4.512 2.367 3.48 4.431 3.48 4.431' class='st1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.13 1.362s.688-.106.688 1.005S3.13 3.4 3.13 3.4' class='st1'/%3E%3C/svg%3E");-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;max-height:22px;max-width:20px;width:100%}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing svg{display:none}}.wp-block-jetpack-podcast-player.is-default .jetpack-podcast-player__track-title{padding-inline-start:0}.wp-block-jetpack-podcast-player.is-default .jetpack-audio-player,.wp-block-jetpack-podcast-player.is-default .jetpack-podcast-player__track-status-icon{display:none}.connect-stripe.has-icon.has-text svg{margin-right:0}.connect-stripe.has-icon.has-text{font-weight:400}.product-management-control-inspector__product-interval .components-base-control,.product-management-control-inspector__product-title .components-base-control{width:100%}.product-management-control-inspector__product-price .components-base-control{margin:0;width:45%}.product-management-control-inspector__add-plan .components-panel__row:last-child{margin-top:25px}.product-management-control-inspector__add-plan .components-base-control:last-child{margin:0}.product-management-control-nudge .editor-warning{margin-bottom:0}.product-management-control-nudge .editor-warning__message{margin:13px 0}.product-management-control-nudge .editor-warning__actions{line-height:1}.product-management-control-nudge .product-management-control-nudge__info{display:flex;flex-direction:row;font-size:13px;line-height:1.4}.product-management-control-nudge .product-management-control-nudge__text-container{display:flex;flex-direction:column;padding-left:10px}.product-management-control-nudge .product-management-control-nudge__title{font-size:14px}.product-management-control-nudge__message{color:#646970}.editor-styles-wrapper a.product-management-control-nudge__button{color:#0075af;text-decoration:none}.wp-block-premium-content-container .premium-content-tabs{align-items:center;background:#fff;border:1px solid #1e1e1e;border-radius:2px;color:#757575;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0 0 0 -1px;padding:8px 14px;position:relative}.wp-block-premium-content-container--tab{align-items:center;background:#0000;border:none;display:flex;flex-direction:row;margin-inline-end:5px;padding:5px;text-decoration:none}.premium-content-tabs>button.edit{margin-inline-start:auto}.premium-content-wrapper{margin:0}.membership-button__disclaimer{color:var(--color-gray-200);flex-basis:100%;font-style:italic;margin:0}.membership-button__disclaimer a{color:var(--color-gray-400);line-height:36px}.wp-block-buttons .wp-block[data-type="jetpack/recurring-payments"]{display:inline-block;margin:0 .5em 0 0;width:auto}.editor-styles-wrapper .wp-block-buttons .wp-block[data-type="jetpack/recurring-payments"] .wp-block-button:not(.alignleft):not(.alignright){margin:0}.wp-block-premium-content-container .premium-content-wrapper .jetpack-block-nudge{display:none}.wp-block-premium-content-login-button{display:inline-block}.wp-block[data-align=center]>.wp-block-premium-content-login-button{align-items:center;display:flex;justify-content:center}.jetpack-publicize-gutenberg-social-icon{margin-right:10px}.components-connection-icon{cursor:pointer;display:grid}.components-connection-icon__picture .placeholder,.components-connection-icon__picture img{border-radius:2px;grid-area:1/1/2/2;height:24px;width:24px}.components-connection-icon__picture .placeholder{background-color:#a8bece;display:block}.components-connection-icon__picture .jetpack-publicize-gutenberg-social-icon{background-color:#fff;border-radius:2px;grid-area:1/1/2/2;height:15px;margin-left:14px;margin-right:5px;margin-top:14px;width:15px}.components-connection-icon__picture .jetpack-publicize-gutenberg-social-icon.is-facebook{border-radius:50%}.jetpack-publicize-connection-label-copy,.jetpack-publicize-gutenberg-social-icon{display:inline-block;vertical-align:middle}.cuoSlhSNrqf1dozY22Xb{fill:#000}.JLquNpQVlysAamuh5lJO,.lAIiifeLMmZAPlQ9n9ZR{fill:var(--jp-green-primary)}.cbOwD8Y4tFjwimmtchQI{fill:#757575}.cbOwD8Y4tFjwimmtchQI.aLWBKY0yRghEk7tNCgK3{fill:#0085ff}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw{fill:#0866ff}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.af4Y_zItXvLAOEoSDPSv{fill:#55acee}.cbOwD8Y4tFjwimmtchQI.f68aqF3XSD1OBvXR1get{fill:#0976b4}.cbOwD8Y4tFjwimmtchQI.xFI0dt3UiXRlRQdqPWkx{fill:#35465c}.cbOwD8Y4tFjwimmtchQI.q7JEoyymveP6kF747M43{fill:var(--color-gplus)}.cbOwD8Y4tFjwimmtchQI.DKOBOTVmTLbh26gUH_73{fill:#6364ff}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw{fill:#8ed500}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.cL3m0xBYTYhIKI7lCqDB{fill:#d93174}.cbOwD8Y4tFjwimmtchQI.fftumuc_lJ6v0tq4UMVR{fill:#43d854}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI{fill:#000}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI.social-logo{border-radius:40%}.components-connection-toggle{align-items:center;display:flex;position:relative;width:100%}.components-connection-toggle.is-not-checked .components-connection-icon__picture img{filter:saturate(0)}.components-connection-toggle.is-not-checked .jetpack-publicize-gutenberg-social-icon{fill:#949494;filter:saturate(0)}.components-connection-toggle.is-disabled{opacity:.5;width:100%}.__nV49on4_ijaV8Brnsw.zZ3Pu7E87XyYIdPR2WTt{margin-bottom:13px;margin-left:0;margin-right:0}.__nV49on4_ijaV8Brnsw .fLC8AaLf3xcKaoJ4Opax{height:auto;line-height:normal;padding-bottom:6px;padding-top:6px}.__nV49on4_ijaV8Brnsw .fLC8AaLf3xcKaoJ4Opax+.fLC8AaLf3xcKaoJ4Opax{margin-top:5px}.KQcQQLxH5fI08DfOlKwL{display:flex}.SbpyhN5jnda8H868J3rX{border-radius:4px;outline:1px solid var(--jp-gray-5)}.SbpyhN5jnda8H868J3rX .ONeewrk3aNC1gYJebq7K{margin-bottom:0}.SbpyhN5jnda8H868J3rX .ONeewrk3aNC1gYJebq7K:not(:last-child){border-bottom:1px solid var(--jp-gray-5)}.SbpyhN5jnda8H868J3rX .RoTxOeGFqAwk3pXUZpvF{padding:.75rem}@media(min-width:600px){.SbpyhN5jnda8H868J3rX .RoTxOeGFqAwk3pXUZpvF{padding:1rem}}.SbpyhN5jnda8H868J3rX .AjlYaYB_xi9ciXXCqHIJ{align-items:center;display:flex;gap:1rem}.SbpyhN5jnda8H868J3rX .kdYli5nS3b46T57Ih5TQ{display:flex;flex:1;flex-direction:column;gap:.25rem}.SbpyhN5jnda8H868J3rX .ci8T5eNe1rggYILce596{align-items:center;display:flex;gap:1rem}.SbpyhN5jnda8H868J3rX .W6mPdl5wGQlXfp1hYSK0{display:flex;gap:.5rem}.SbpyhN5jnda8H868J3rX .QbcyaAVqz3U_2xlIOZCw{border-radius:4px;font-size:.75rem;font-weight:600;padding:2px 8px}.SbpyhN5jnda8H868J3rX .fXvUC1jZNUXR7RSrIylI{color:var(--jp-gray-80);font-size:16px;font-weight:600;line-height:24px}.SbpyhN5jnda8H868J3rX .d22_aeSA1etqpnckP_Mr{color:var(--jp-gray-50);font-size:14px}.SbpyhN5jnda8H868J3rX .ddhaNmGMqOySRjR_TtqJ{display:flex;gap:.5rem}.SbpyhN5jnda8H868J3rX .nnSF_IK4vYviTlCOzPrg.components-button{font-size:14px;font-weight:500;line-height:20px;padding-inline:6px}.SbpyhN5jnda8H868J3rX .nnSF_IK4vYviTlCOzPrg.components-button span{display:flex}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw{border:0}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .components-panel__body{border-bottom:0;border-top:0;padding:0}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .components-panel__body.is-opened{margin-top:1rem}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ{display:flex;margin-top:1rem}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ form{display:flex;flex-direction:column;gap:1rem;justify-content:flex-end;width:100%}@media(min-width:600px){.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ form{flex-direction:row}}.SbpyhN5jnda8H868J3rX .MyXskAb4aXwO7zitR97z{color:var(--jp-green-50);white-space:nowrap}.SbpyhN5jnda8H868J3rX .hMntEpO6BV5B11lyAitv{font-size:var(--font-body-small);margin-block:0}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H{border-top:1px solid var(--jp-gray-5);padding-top:1rem}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H li:not(:last-child){margin-bottom:1rem}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H [inert=true]{opacity:.7}.jdahJvXCrCw0hA5NP3D3{display:grid;font-size:15px;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;margin-top:.4rem}.jdahJvXCrCw0hA5NP3D3.LLeYGX7Owy6gmpNW88VV{grid-auto-flow:row;grid-gap:2rem;height:auto;min-height:unset}.jdahJvXCrCw0hA5NP3D3 img{max-height:520px;max-width:100%}.jdahJvXCrCw0hA5NP3D3>div{padding:.4rem}.jdahJvXCrCw0hA5NP3D3>div:has(img){margin-inline-end:auto;margin-inline-start:auto}.EdjyE9tVLH6lWMoB9z3M{display:flex;gap:1rem}.EdjyE9tVLH6lWMoB9z3M .EQQHwkVXRn0caD6J7LqV{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:.5rem}.EdjyE9tVLH6lWMoB9z3M .vvlyiVm67wUWF9NhpMA4{height:38px;width:38px}.EdjyE9tVLH6lWMoB9z3M .zqX6xk8KCGK1_qbYKqY5.components-button.is-tertiary{color:var(--jp-gray-50);font-size:1rem;font-weight:400}.fNeO_MZFp7cPkgtCdkAF .zK8sijAMFNs2m6WRAoi4.components-button{font-size:14px;font-weight:500;line-height:20px;padding:6px 16px}.fNeO_MZFp7cPkgtCdkAF input{min-width:220px}@media(max-width:782px){.fNeO_MZFp7cPkgtCdkAF input{font-size:14px;min-height:30px;padding:0 8px}}.zLobzkXnF6jHxNvkfz5_{display:flex;gap:.5rem}.zI5tJ_qhWE6Oe6Lk75GY{--wp-admin-theme-color:var(--jp-black);--wp-admin-theme-color-darker-10:var(--jp-black-80);--wp-admin-theme-color-darker-20:var(--jp-black-80);--wp-admin-border-width-focus:1.51px;border-radius:var(--jp-border-radius);font-weight:600;justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo{height:calc(var(--spacing-base)*5);padding:var(--spacing-base);width:calc(var(--spacing-base)*5)}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo>svg:first-child{margin:0;padding:0}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo.Na39I683LAaSA99REg14{height:calc(var(--spacing-base)*4);min-width:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*4)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body);height:auto;line-height:24px;padding:var(--spacing-base) calc(var(--spacing-base)*3)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK{padding:var(--spacing-base) calc(var(--spacing-base)*2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body-extra-small);height:auto;line-height:20px;padding:calc(var(--spacing-base)/2) var(--spacing-base)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK>svg:first-child{margin-right:calc(var(--spacing-base)/2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo)>.components-spinner{height:20px}.zI5tJ_qhWE6Oe6Lk75GY.lZAo6_oGfclXOO9CC6Rd{font-weight:400}.zI5tJ_qhWE6Oe6Lk75GY.xJDOiJxTt0R_wSl8Ipz_{min-width:100%}.zI5tJ_qhWE6Oe6Lk75GY.is-primary:disabled,.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:disabled{background:var(--jp-gray);color:var(--jp-gray-20)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary{background:var(--jp-white);box-shadow:inset 0 0 0 1.51px var(--jp-black)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:active:not(:disabled),.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:hover:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-link.Na39I683LAaSA99REg14,.zI5tJ_qhWE6Oe6Lk75GY.is-link.ipS7tKy9GntCS4R3vekF{padding:0}.zI5tJ_qhWE6Oe6Lk75GY.is-link:hover:not(:disabled){text-decoration-thickness:3px}.zI5tJ_qhWE6Oe6Lk75GY.is-link:focus:not(:disabled){text-decoration-line:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:not(:disabled){background:var(--jp-red-50);box-shadow:inset 0 0 0 1px var(--jp-red-50);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:hover:not(:disabled){background:var(--jp-red-60);box-shadow:inset 0 0 0 1px var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:focus:not(:disabled){background:var(--jp-red-70);box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:active:not(:disabled){background:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:not(:disabled){background:var(--jp-white);box-shadow:inset 0 0 0 1.5px var(--jp-red-50);color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:hover:not(:disabled){background:var(--jp-red-0);box-shadow:inset 0 0 0 1.5px var(--jp-red-60);color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:active:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:not(:disabled){color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:hover:not(:disabled){box-shadow:none;color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6{position:relative}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6.has-icon{justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>:not(.components-spinner){visibility:hidden}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>.components-spinner{margin:0;position:absolute}.CDuBjJp_8jxzx5j6Nept{margin-left:calc(var(--spacing-base)/2)}.O5Go3eBOBqWlXy7fX0su{align-items:start;display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem;width:100%}.O5Go3eBOBqWlXy7fX0su>h3{margin-block:0}.fgQ4OdnJ1svMwDnOKu2H{align-items:center;display:flex}.fgQ4OdnJ1svMwDnOKu2H .components-spinner{margin-top:0}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b{color:inherit;font-size:1rem;font-weight:400;text-decoration:none}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link>svg,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b>svg{vertical-align:bottom}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link span,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b span{text-decoration:none}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link:hover{text-decoration:underline}.fgQ4OdnJ1svMwDnOKu2H span{text-decoration:none}.QsEfjoVyfc0gVACXTvUM span{font-size:15px}.eCH_xkiqbqL0UkJjU_1p{border-top:1px solid var(--jp-gray-5);display:flex;gap:.5rem;margin-bottom:1rem;padding-top:1rem}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw{border:0;margin-left:3rem}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw .components-panel__body{border-bottom:0;border-top:0;padding:0}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw .components-panel__body.is-opened{margin-top:1rem}.fXYYdRkn3LXtN9YH3354{border-radius:4px;margin:0;outline:1px solid var(--jp-gray-5);width:100%}.fXYYdRkn3LXtN9YH3354 [inert=true]{opacity:.7}.fXYYdRkn3LXtN9YH3354 .LaK9P7Nfi4ZBH0NhtbSs{margin-bottom:0;padding:1rem}.fXYYdRkn3LXtN9YH3354 .LaK9P7Nfi4ZBH0NhtbSs:not(:last-child){border-bottom:1px solid var(--jp-gray-5)}.fXYYdRkn3LXtN9YH3354 .tI3FtttoJPuF9AJzCAMv{align-items:center;display:flex;gap:1rem}.fXYYdRkn3LXtN9YH3354 .msoMjBB_4Uq5qpRgobsH{font-size:1rem;font-weight:400}.fXYYdRkn3LXtN9YH3354 .RjMLptH6v03AX5ABWBp3.components-button{font-size:14px;font-weight:500;line-height:20px;padding-inline:6px}.fXYYdRkn3LXtN9YH3354 .RjMLptH6v03AX5ABWBp3.components-button span{display:flex}.z5Do97zRnujyW3Oj0pPJ{display:flex;flex:1;flex-direction:column;gap:.5rem}.gridicon{fill:currentColor;display:inline-block}.gridicon.needs-offset g{transform:translate(1px,1px)}.gridicon.needs-offset-x g{transform:translate(1px)}.gridicon.needs-offset-y g{transform:translateY(1px)}.components-popover:not(.is-without-arrow):before{border-color:#dcdcde}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=left] .components-popover__content{margin-right:-62px}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=right] .components-popover__content{margin-left:-62px}.icon-tooltip-helper .components-popover[data-y-axis=bottom] .components-popover__content{top:2px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-6px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-4px!important}.icon-tooltip-helper .components-popover[data-y-axis=top] .components-popover__content{bottom:10px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:3px}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:4px}.icon-tooltip-helper.is-wide .components-popover__content{width:440px}.icon-tooltip-wrapper{color:#000;display:inline-block;position:relative}.icon-tooltip-wrapper .components-button.is-link:focus:not(:disabled){box-shadow:none}.icon-tooltip-helper{height:18px;left:-53px;pointer-events:none;position:absolute;top:0;width:124px}.icon-tooltip-container{pointer-events:all}.icon-tooltip-container .components-popover__content{border:1px solid #dcdcde;border-radius:4px;margin:0 10px;max-width:90vw;outline:none;padding:24px;white-space:normal;width:304px}.icon-tooltip-title{font-size:16px;font-weight:600;line-height:19px}.icon-tooltip-title:not(:last-child){margin-bottom:8px}.icon-tooltip-content{font-size:14px;font-weight:400;line-height:24px}.icon-tooltip-content ul{list-style-type:disc;margin:0 0 0 1rem}.icon-tooltip-content ul li:last-child{margin-bottom:0}.WQVtrU6q0L1Igcj7wCrQ{margin:0;padding:0}.UujoBFTnQNY2cWU2SIsH{font-size:var(--font-headline-medium);font-weight:700;line-height:52px}.TeGO5V_thHw5lDAm1_2M{font-weight:700}.TeGO5V_thHw5lDAm1_2M,.WolQzb2MsSgiNmLtc7_j{font-size:var(--font-headline-small);line-height:40px}.WolQzb2MsSgiNmLtc7_j{font-weight:400}.hUB0JT8p1T2Hw28N6qC8{font-weight:500}.gKZWDv5chz3_O3Syp74H,.hUB0JT8p1T2Hw28N6qC8{font-size:var(--font-title-medium);line-height:32px}.gKZWDv5chz3_O3Syp74H{font-weight:600}.zY2No8Ga4b8shbOQGhnv{font-size:var(--font-title-small);font-weight:500;line-height:30px}.tIj0D1t8Cc892ikmgFPZ{font-size:var(--font-body);font-weight:400;line-height:24px}.KdcN0BnOaVeVhyLRKqhS{font-size:var(--font-body-small);font-weight:400;line-height:24px}.dso3Rh3tl3Xv1GumBktz{font-weight:400}.dso3Rh3tl3Xv1GumBktz,.mQ1UlbN9u4Mg9byO8m7v{font-size:var(--font-body-extra-small);line-height:20px}.mQ1UlbN9u4Mg9byO8m7v{font-weight:700}.PItlW5vRExLnTj4a8eLE{font-size:var(--font-body-extra-small);font-weight:600;line-height:16px}.TwRpPlktzxhmFVeua7P5{margin:calc(var( --spacing-base )*0)}.zVfqx7gyb3o9mxfGynn1{margin-left:calc(var( --spacing-base )*0);margin-right:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy{margin-bottom:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy,.xqDIp6cNVr_E6RXaiPyD{margin-top:calc(var( --spacing-base )*0)}.S8EwaXk1kyPizt6x4WH2{margin-right:calc(var( --spacing-base )*0)}.ODX5Vr1TARoLFkDDFooD{margin-bottom:calc(var( --spacing-base )*0)}.cphJ8dCpfimnky7P2FHg{margin-left:calc(var( --spacing-base )*0)}.PFgIhNxIyiSuNvQjAIYj{margin:calc(var( --spacing-base )*1)}.M2jKmUzDxvJjjVEPU3zn{margin-left:calc(var( --spacing-base )*1);margin-right:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk{margin-bottom:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk,.rcTN5uw9xIEeMEGL3Xi_{margin-top:calc(var( --spacing-base )*1)}.CQSkybjq2TcRM1Xo9COV{margin-right:calc(var( --spacing-base )*1)}.hfqOWgq6_MEGdFE82eOY{margin-bottom:calc(var( --spacing-base )*1)}.I8MxZQYTbuu595yfesWA{margin-left:calc(var( --spacing-base )*1)}.kQkc6rmdpvLKPkyoJtVQ{margin:calc(var( --spacing-base )*2)}.j6vFPxWuu4Jan2ldoxpp{margin-left:calc(var( --spacing-base )*2);margin-right:calc(var( --spacing-base )*2)}.hqr39dC4H_AbactPAkCG{margin-bottom:calc(var( --spacing-base )*2)}.c3dQnMi16C6J6Ecy4283,.hqr39dC4H_AbactPAkCG{margin-top:calc(var( --spacing-base )*2)}.YNZmHOuRo6hU7zzKfPdP{margin-right:calc(var( --spacing-base )*2)}.Db8lbak1_wunpPk8NwKU{margin-bottom:calc(var( --spacing-base )*2)}.ftsYE5J9hLzquQ0tA5dY{margin-left:calc(var( --spacing-base )*2)}.Det4MHzLUW7EeDnafPzq{margin:calc(var( --spacing-base )*3)}.h_8EEAztC29Vve1datb5{margin-left:calc(var( --spacing-base )*3);margin-right:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM{margin-bottom:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM,.soADBBkcIKCBXzCTuV9_{margin-top:calc(var( --spacing-base )*3)}.zSX59ziEaEWGjnpZa4uV{margin-right:calc(var( --spacing-base )*3)}.yrVTnq_WBMbejg89c2ZQ{margin-bottom:calc(var( --spacing-base )*3)}.UKtHPJnI2cXBWtPDm5hM{margin-left:calc(var( --spacing-base )*3)}.guexok_Tqd5Tf52hRlbT{margin:calc(var( --spacing-base )*4)}.oS1E2KfTBZkJ3F0tN7T6{margin-left:calc(var( --spacing-base )*4);margin-right:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd{margin-bottom:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd,.ot2kkMcYHv53hLZ4LSn0{margin-top:calc(var( --spacing-base )*4)}.A1krOZZhlQ6Sp8Cy4bly{margin-right:calc(var( --spacing-base )*4)}.pkDbXXXL32237M0hokEh{margin-bottom:calc(var( --spacing-base )*4)}.XXv4kDTGvEnQeuGKOPU3{margin-left:calc(var( --spacing-base )*4)}.yGqHk1a57gaISwkXwXe6{margin:calc(var( --spacing-base )*5)}.X8cghM358X3DkXLc9aNK{margin-left:calc(var( --spacing-base )*5);margin-right:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f{margin-bottom:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f,.yqeuzwyGQ7zG0avrGqi_{margin-top:calc(var( --spacing-base )*5)}.g9emeCkuHvYhveiJbfXO{margin-right:calc(var( --spacing-base )*5)}.Lvk3dqcyHbZ07QCRlrUQ{margin-bottom:calc(var( --spacing-base )*5)}.r3yQECDQ9qX0XZzXlVAg{margin-left:calc(var( --spacing-base )*5)}.aQhlPwht2Cz1X_63Miw0{margin:calc(var( --spacing-base )*6)}.JyHb0vK3wJgpblL9s5j8{margin-left:calc(var( --spacing-base )*6);margin-right:calc(var( --spacing-base )*6)}.cY2gULL1lAv6WPNIRuf3{margin-bottom:calc(var( --spacing-base )*6)}.NBWQ9Lwhh_fnry3lg_p7,.cY2gULL1lAv6WPNIRuf3{margin-top:calc(var( --spacing-base )*6)}.yIOniNe5E40C8fWvBm5V{margin-right:calc(var( --spacing-base )*6)}.t30usboNSyqfQWIwHvT3{margin-bottom:calc(var( --spacing-base )*6)}.Nm_TyFkYCMhOoghoToKJ{margin-left:calc(var( --spacing-base )*6)}.C4qJKoBXpgKtpmrqtEKB{margin:calc(var( --spacing-base )*7)}.S93Srbu6NQ_PBr7DmTiD{margin-left:calc(var( --spacing-base )*7);margin-right:calc(var( --spacing-base )*7)}.fJj8k6gGJDks3crUZxOS{margin-bottom:calc(var( --spacing-base )*7)}.cW6D6djs7Ppm7fD7TeoV,.fJj8k6gGJDks3crUZxOS{margin-top:calc(var( --spacing-base )*7)}.DuCnqNfcxcP3Z__Yo5Ro{margin-right:calc(var( --spacing-base )*7)}.im8407m2fw5vOg7O2zsw{margin-bottom:calc(var( --spacing-base )*7)}.G0fbeBgvz2sh3uTP9gNl{margin-left:calc(var( --spacing-base )*7)}.kvW3sBCxRxUqz1jrVMJl{margin:calc(var( --spacing-base )*8)}.tOjEqjLONQdkiYx_XRnw{margin-left:calc(var( --spacing-base )*8);margin-right:calc(var( --spacing-base )*8)}.op5hFSx318zgxsoZZNLN{margin-bottom:calc(var( --spacing-base )*8)}.c9WfNHP6TFKWIfLxv52J,.op5hFSx318zgxsoZZNLN{margin-top:calc(var( --spacing-base )*8)}.sBA75QqcqRwwYSHJh2wc{margin-right:calc(var( --spacing-base )*8)}.GpL6idrXmSOM6jB8Ohsf{margin-bottom:calc(var( --spacing-base )*8)}.HbtWJoQwpgGycz8dGzeT{margin-left:calc(var( --spacing-base )*8)}.uxX3khU88VQ_Ah49Ejsa{padding:calc(var( --spacing-base )*0)}.KX0FhpBKwKzs9fOUdbNz{padding-left:calc(var( --spacing-base )*0);padding-right:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz{padding-bottom:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz,.emxLHRjQuJsImnPbQIzE{padding-top:calc(var( --spacing-base )*0)}.kJ8WzlpTVgdViXt8ukP9{padding-right:calc(var( --spacing-base )*0)}.tg_UIUI11VBzrTAn2AzJ{padding-bottom:calc(var( --spacing-base )*0)}.uczvl8kaz84oPQJ2DB2R{padding-left:calc(var( --spacing-base )*0)}.o7UHPcdVK3lt7q3lqV4o{padding:calc(var( --spacing-base )*1)}.IDqEOxvDoYrFYxELPmtX{padding-left:calc(var( --spacing-base )*1);padding-right:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2{padding-bottom:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2,.npy3hw4A5QSkDicb2CJJ{padding-top:calc(var( --spacing-base )*1)}.LgbptTApNY5NwLQvEFAt{padding-right:calc(var( --spacing-base )*1)}.WZQy2SZuZso59bUsXXyl{padding-bottom:calc(var( --spacing-base )*1)}.o331apInxNunbYB3SfPE{padding-left:calc(var( --spacing-base )*1)}.fMPIyD9Vqki1Lrc_yJnG{padding:calc(var( --spacing-base )*2)}.i2pMcTcdrr10IQoiSm_L{padding-left:calc(var( --spacing-base )*2);padding-right:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH{padding-bottom:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH,.o9bGieUKcYc8o0Ij9oZX{padding-top:calc(var( --spacing-base )*2)}.SwZcFez1RDqWsOFjB5iG{padding-right:calc(var( --spacing-base )*2)}.eHpLc_idmuEqeqCTvqkN{padding-bottom:calc(var( --spacing-base )*2)}.vU39i2B4P1fUTMB2l6Vo{padding-left:calc(var( --spacing-base )*2)}.JHWNzBnE29awhdu5BEh1{padding:calc(var( --spacing-base )*3)}.X72lGbb56L3KFzC2xQ9N{padding-left:calc(var( --spacing-base )*3);padding-right:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e{padding-bottom:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e,.srV0KSDC83a2fiimSMMQ{padding-top:calc(var( --spacing-base )*3)}.lUWfkmbQjCskhcNwkyCm{padding-right:calc(var( --spacing-base )*3)}.Ts0dIlc3aTSL7V4cIHis{padding-bottom:calc(var( --spacing-base )*3)}.CzlqQXXhX6MvorArFZ8B{padding-left:calc(var( --spacing-base )*3)}.TqMPkQtR_DdZuKb5vBoV{padding:calc(var( --spacing-base )*4)}.a7UrjhI69Vetlcj9ZVzz{padding-left:calc(var( --spacing-base )*4);padding-right:calc(var( --spacing-base )*4)}.StEhBzGs2Gi5dDEkjhAv{padding-bottom:calc(var( --spacing-base )*4)}.FGneZfZyvYrt1dG0zcnm,.StEhBzGs2Gi5dDEkjhAv{padding-top:calc(var( --spacing-base )*4)}.APEH216rpdlJWgD2fHc8{padding-right:calc(var( --spacing-base )*4)}.oGwXC3ohCic9XnAj6x69{padding-bottom:calc(var( --spacing-base )*4)}.U6gnT9y42ViPNOcNzBwb{padding-left:calc(var( --spacing-base )*4)}.IpdRLBwnHqbqFrixgbYC{padding:calc(var( --spacing-base )*5)}.HgNeXvkBa9o3bQ5fvFZm{padding-left:calc(var( --spacing-base )*5);padding-right:calc(var( --spacing-base )*5)}.tJtFZM3XfPG9v9TSDfN1{padding-bottom:calc(var( --spacing-base )*5)}.PdifHW45QeXYfK568uD8,.tJtFZM3XfPG9v9TSDfN1{padding-top:calc(var( --spacing-base )*5)}.mbLkWTTZ0Za_BBbFZ5b2{padding-right:calc(var( --spacing-base )*5)}.vVWpZpLlWrkTt0hMk8XU{padding-bottom:calc(var( --spacing-base )*5)}.RxfaJj5a1Nt6IavEo5Zl{padding-left:calc(var( --spacing-base )*5)}.SppJULDGdnOGcjZNCYBy{padding:calc(var( --spacing-base )*6)}.palY2nLwdoyooPUm9Hhk{padding-left:calc(var( --spacing-base )*6);padding-right:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_{padding-bottom:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_,.YEEJ9b90ueQaPfiU8aeN{padding-top:calc(var( --spacing-base )*6)}.QE0ssnsKvWJMqlhPbY5u{padding-right:calc(var( --spacing-base )*6)}.n8yA3jHlMRyLd5UIfoND{padding-bottom:calc(var( --spacing-base )*6)}.tXHmxYnHzbwtfxEaG51n{padding-left:calc(var( --spacing-base )*6)}.kBTsPKkO_3g_tLkj77Um{padding:calc(var( --spacing-base )*7)}.RyhrFx6Y1FGDrGAAyaxm{padding-left:calc(var( --spacing-base )*7);padding-right:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO{padding-bottom:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO,.vQVSq6SvWKbOMu6r4H6b{padding-top:calc(var( --spacing-base )*7)}.oBy5__aEADMsH46mrgFX{padding-right:calc(var( --spacing-base )*7)}.KVEXoJqf1s92j0JMdNmN{padding-bottom:calc(var( --spacing-base )*7)}.ZMXGNrNaKW3k_3TLz0Fq{padding-left:calc(var( --spacing-base )*7)}.tuiR9PhkHXhGyEgzRZRI{padding:calc(var( --spacing-base )*8)}.U7454qyWkQNa2iaSJziu{padding-left:calc(var( --spacing-base )*8);padding-right:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8{padding-bottom:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8,.X1rm9DQ1zLGLfogja5Gn{padding-top:calc(var( --spacing-base )*8)}.JS7G6kAuqJo5GIuF8S5t{padding-right:calc(var( --spacing-base )*8)}.Y8F9ga1TDCMbM1lj4gUz{padding-bottom:calc(var( --spacing-base )*8)}.AJuyNGrI63BOWql719H8{padding-left:calc(var( --spacing-base )*8)}.demNsMJjhi7BLY7xhjU5{align-items:center;display:flex;font-size:var(--font-body);line-height:calc(var(--spacing-base)*3);margin:calc(var(--spacing-base)*2) 0;min-height:calc(var(--spacing-base)*3)}.QiUjdjJSkqh6nH7YMG5A{align-self:flex-start;height:calc(var(--spacing-base)*3);margin-right:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*3)}.Q080AHcq29J2fc68Hhk5{color:var(--jp-red)}.Q080AHcq29J2fc68Hhk5 .hYWbIwhppukXmGnsiT9H{fill:var(--jp-red)}.JjHuxWly0HI9C60gorbq{color:var(--jp-yellow-40)}.JjHuxWly0HI9C60gorbq .hYWbIwhppukXmGnsiT9H{fill:var(--jp-yellow-40)}.Cm8ZFHi3mngl4cj9Gatx{color:var(--jp-blue-40)}.Cm8ZFHi3mngl4cj9Gatx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-blue-40)}.ytGBsU015p3LGwOPwFDx{color:var(--jp-green)}.ytGBsU015p3LGwOPwFDx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-green)}.udAWaza1u34TkmZZUPq4 .JsO4jFxFAKjG6Go62bZF{font-size:1rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .M6POQFFbhswwolN6D9VN{display:flex;flex-direction:column;gap:1rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .Sk_WQxS97yTokR_rM3Ci{flex-shrink:0}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .CRjatFVv3dQMjG9_Vmjj{align-items:center;display:flex;gap:.5rem}.udAWaza1u34TkmZZUPq4 .re3HrL6GJa59uqDgx771{align-items:center;display:flex;gap:1rem;justify-content:end;margin-top:3rem}.udAWaza1u34TkmZZUPq4 .jPB4ApiYyEswu6AKKJqk{height:2rem;width:2rem}.udAWaza1u34TkmZZUPq4 .JhIphWt8e2X_ee0l7KEZ{align-items:center;display:flex;font-size:1rem;gap:.5rem}.Mu_jAq5ZcYDM1kmBbxcs.Mu_jAq5ZcYDM1kmBbxcs{width:65rem}.foAsC5GlXOWEzACnxT_P{display:grid;gap:.5rem}.foAsC5GlXOWEzACnxT_P>input{height:100%;width:18rem}.foAsC5GlXOWEzACnxT_P:not(._7PKKGx44v2H9dJbUltFw){grid-auto-flow:column}.IGOk1gMf5SKkfOKyF7Xc{padding-block:2rem}.ptn8jt555LOvMXWaoLxs{font-size:13px;line-height:24px;margin:5px 0 12px;position:relative}.IVzciZv5S5E8XgR5EsLp{color:#757575}.OpbDsm3F65Z4K5Bz43cz,.dlrSwB0tyuf1TYcypDec,.hkpqil8E11PObwu7TVU2{padding:8px 16px}.OpbDsm3F65Z4K5Bz43cz a,.dlrSwB0tyuf1TYcypDec a,.hkpqil8E11PObwu7TVU2 a{color:inherit}.dlrSwB0tyuf1TYcypDec{background-color:#fef8ee;border-left:2px solid #f0b849}.hkpqil8E11PObwu7TVU2{background-color:#f4a2a2;border-left:2px solid #cc1818}.OpbDsm3F65Z4K5Bz43cz{border:1px solid #007cba;border-left-width:4px;padding:12px 16px}.AeqtA3GRe7sFjKaC9SqL{padding-right:25px}.IArBTmNL2K4du5WPBUhg{all:unset;cursor:pointer;position:absolute;right:16px;top:12px}.IArBTmNL2K4du5WPBUhg:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #007cba}.T7E2eJJN4qjwPpv3mcjV{margin-top:12px}.facebook-preview__post-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJIAAAAkCAYAAABi6GPmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAfySURBVHgB7Vx/iFVFFP6SCAmTCAuRisVqkTCTMouIEJEQBAkREcEIEYnWQqIsIor+EBGJRSQwlhAMWUxMQlqRRfxDthCRsBBdRDaR2kosWgmxddfm887Vc+fNzJ15b+6+92A/OLC8mTlz79zvnl8zd4HG0alkr5ILSv5WMqBkg5K7MYmJxMNKepUMa+nVv4WO7VLSp2RQyVUtg/q3rghddWGlkn+V3LTIQKLJn1TSreQMspu7mUiuap3deo4qsVbJRSX7ldyP9OA6X0HtPV6B/xnMUtKj5AbK1+uG7jsLiTEF9ouXcl7JNNQHWrSdSsaQjjwuGdNzVWVFL4u5Til5AGnRC/e99TrGLFcyovv8p+RrJWuQeZhpWjr1b38pGdd9R/TYZHgIRebPVTJDyWYl10Xbl4gHH2g/qieQKf2ohkzmPD8iLZmG4b6nYUv/t3DnBf1GyWMl+gcMnSTV20iEmULxJaPtVdE2ivhF24nihR9H9hakNKuztM7jxlw7kR62B3wa2YuXAjFE4j2PaXmvXDVes+gc15LEMs0Qii9b2o+J9g0IB+MV6c62InOjVWGKnkO6udQxk+lG879/RmbZG0Woa+PLk7uz90t03qXkK/gt+AgSvNzThMKrlvZNon0HwtGNoiWqkkQ5pqBombqRFnLxGXNIMjHgb5RMocF2j/79XIDOJxAWDvSgQdyLovsyId3bAYTjjBiXNKgrwXIUH25KyIUnVqNIprPIQoVGUJb+829mXnRJXQH67lHyC/wkGtc6G8rO1wuFg5b2ZaL9MMIhU/zkqaYHs+C3sI3AJBLB0skoimtY5f12ibmesbSvQlai+ELJ88gC8KMIs0obUSfoCgaFoncsfdaJ9j0Ih23RJwpVze3SuwJFMrFcUlXhr0/Ms9bSThc1jjDimNKHOiHdFqvZtlrRNsekXDgG5yeUbEdWq5BodyLNUfImsuIjXZZZsDXBtZRk4g7BoyVzMAtmgpAXaf9Btp6MS10x5TkUPYSrzPE4yl2aKYOoEyeEkq2OPociLmSbGNeOROLDo2s4Bf99jjrGMwyQtbchJR2OvvNRLHCachBZfGNixNKvwzHHEWTkJPlYW/sN/vuqKxR4WSi4BnfG8QPiWL1Fj2s3Ii1CZkXK7o9E2erRY5KJ8UqHpV/+gvJBjzrmsrmuEUdfehQahqfgxn1KfkIJkWhG+42bsC1Cv+57WPy+C/WB5OPCnUTxbZ2J9iESrVA3ateKroxuje5tnpLpCMcryF7OXBcLvbONPlyj+fpvuiEbmfotus/BT/T98IPu9BNkBDbH3nJtMVsR0sqM6RtpBHwY0k0uR3sQia7jgNGfNZuP0PjWxxIUyfQr/Otsqx/Zyhd98D/b0JLH06gl761g+zrCiRTD4FDIoHwz2oNIB42+3yJNhTrHYhSDdJKp09JvHuzPZsjStwv+53kR4bhkjL1VlwpZPNvEC5AGu4XO9Wh9In1o9NuGarAIRTIdt/RxeZMBS19ZkLSN4e+zUY5HjDG3C5KxRGJgtQZpwLdYmuZ1aG0ivYBiRXo7qgP3Ms+KuS4Y7WYYIOUzh84e+K3S90oehB8bjTG3t0hiidSJdOA2y16h23zDJhplc8sY8Riq2wdkQC23ikje1UYfWRA25UWHXrlp65I/kRWQmflNteiQMW1h0zaWSKkxW+j+o+K5yuCbe6VoYzBcVQWaes+jSCIznZclGFPOlujPj5GEVLEPGWOfxR2XVnOMpNlEksdRzNRyouGbW54OqCou6kAWKOfzMDtaZem3A+6HvwzlkAfbyuQ5PYZ7b7/jDpFqDrY1m0gyLqLraMVN207RxizXl+IvVPKxkn3IzhsNa320Yls845jiXzLmcZ1+cBV7+xEOedTWZ51YN+Qx3Dzldx61bRaRuNfDN1uWH1iHacVjJFtEm63swQP9nyJL031v93XYwf05ecqRpFsKN4Yc+uchDkkP/zeLSISsDHNxpqI1D7bJANN0HdwotVV7XWKCD1/unTHlXww/zlj0Xkb9SPI5UjOJtAK1b3qrHbWdLq6H5j0/6cDSxRHUPlAmDHxzGSAvQPEjCXP9eC5Ilj/48F5COWz1I15bXgHnFkqjB+Wi0UwiyaBR7tu10uH/paLtpP7NzKwozJYYGNtIb1s/1qSkJePm6UKEYS3s1m5U6DyECUYziMRg9V0U46Mlor3scySOcwWujFf4CdQ1hLubXGyfI8mz5yRZB4oxypi+Fp/VNNeP6btMKmiV5iMc3Oszt2lMNxejLwmaQaR9hs4Tlj5lH0jaAlfGL75Pc1zi+0Dyc9HPTAauISzdlnPxhZFbH3SFcxEPEpck59rRCuVfDtNNp/4AMwjNINLrQh9L/74b932ynYNWaA/iyBP6ybaMg2TBlCRagjCYL0D+t2szti0RSyTWRpaiMewS+mI//TGv12aFhhFmKUJwGnYirorQYRvP3faQTdK2QSyRcmGWxQxjKsJAU8yDcR+geJ6lLNX1XYvNCvG3lP+oYcgyR2xl2xwfci677VAvkVLIUTR2vVVZIQnzfDRjkthyhEzxq/7sqGmIJRIzohT/IYRl/nq+fbfpSm2FJGRcxvhmDuLxBrL0nllhygNwLYWYE5J5psQAkXEO44fRwLHsx7iAi8k6SL3/9UOm9VVZIYnvxHybMAknYs5sx2wKVgXuafHt3o3qrJAEK9ncLa+asG2P2K9IJjGJGvwP+tnxKdafpLoAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:73px 18px;display:inline-block;filter:invert(40%)}.facebook-preview__post-icon-like{background-position:0 0;height:18px;width:18px}.facebook-preview__post-icon-comment{background-position:-18px 0;height:18px;width:18px}.facebook-preview__post-icon-share{background-position:-36px 0;height:18px;width:18px}.facebook-preview__post-icon-info{background-position:-54px 0;height:14px;width:7px}.facebook-preview__post-icon-public{background-position:-61px 0;height:12px;width:12px}.facebook-preview__post-actions{align-items:center;color:#65676b;display:flex;font-size:.9375rem;font-weight:600;height:2.625rem;justify-content:space-around;line-height:1.33;list-style-type:none;margin:0;padding:0;width:100%}.facebook-preview__post-actions>li{align-items:center;display:flex;gap:.5rem;margin:0}.facebook-preview__post-header{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;min-height:60px;padding:.75rem 1rem .5rem;width:100%}.facebook-preview__post-header-content{display:flex;gap:.5rem}.facebook-preview__post-header-avatar{background-color:#caccd1;border:1px solid #e5e5e5;border-radius:50%;height:40px;width:40px}.facebook-preview__post-header-name{color:#050505;font-size:.9375rem;font-weight:600;line-height:1.33}.facebook-preview__post-header-share{align-items:center;color:#65676b;display:flex}.facebook-preview__post-header-time{font-size:.8125rem;line-height:1.23}.facebook-preview__post-header-dot{text-align:center;width:.625rem}.facebook-preview__post-header-more{background-image:radial-gradient(circle at .125rem .125rem,#65676b 2px,#0000 0);background-size:.5rem .25rem;height:.25rem;margin:0 .625rem 0 0;width:1.25rem}.facebook-preview__post{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px #0003,0 -1px 0 #0000000d;display:flex;flex-direction:column;font-family:system-ui,-apple-system,BlinkMacSystemFont,\.SFNSText-Regular,sans-serif;margin-inline:auto;max-width:clamp(508px,100%,680px);overflow-y:hidden}.facebook-preview__post :-moz-any-link{color:#216fdb;text-decoration:none}.facebook-preview__post :any-link{color:#216fdb;text-decoration:none}.facebook-preview__custom-text{color:#050505;font-size:.9375rem;line-height:1.33;margin:0;padding:0 1rem 1rem;word-break:break-word}.facebook-preview__custom-text-post-url{display:block;margin-top:.5rem}.facebook-preview__body{border-bottom:1px solid #d4d0d4;border-top:1px solid #d4d0d4;display:flex;flex-direction:column}.facebook-preview__body.is-loading{visibility:hidden}.facebook-preview__body.is-portrait{flex-direction:row}.facebook-preview__text{align-items:center;background-color:#f0f2f5;color:#050505;display:flex;flex:1;padding:.5rem 1rem;position:relative;word-break:break-word}.facebook-preview__text-wrapper{width:100%}.facebook-preview__url{color:#65676b;font-size:.8125rem;line-height:1;margin-bottom:.25rem;text-transform:uppercase}.facebook-preview__title{font-size:.9444rem;font-weight:600;line-height:1.18;margin:.25rem 0 .125rem}.facebook-preview__description{color:#65676b;font-size:.9375rem;line-height:1.33}.facebook-preview__body.is-landscape .facebook-preview__description.is-compact{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.facebook-preview__custom-image img,.facebook-preview__custom-image video,.facebook-preview__image img,.facebook-preview__image video,.facebook-preview__media-item img,.facebook-preview__media-item video{display:block;-o-object-fit:cover;object-fit:cover;width:100%}.facebook-preview__image.is-empty{border-inline-end:1px solid #d4d0d4;height:140px;width:140px}.facebook-preview__image.is-portrait img{height:430px;width:278px}.facebook-preview__image.is-landscape img{aspect-ratio:1.91;width:100%}.facebook-preview__custom-image,.facebook-preview__media-item{background-color:#121212;display:flex;justify-content:center;width:100%}.facebook-preview__custom-image.is-portrait img,.facebook-preview__media-item.is-portrait img{height:685px;width:500px}.facebook-preview__custom-image.is-landscape img,.facebook-preview__media-item.is-landscape img{aspect-ratio:1.78;width:100%}.facebook-preview__info{align-items:center;background-color:#fff;border:1px solid #d4d0d4;border-radius:50%;display:flex;height:30px;justify-content:center;position:absolute;right:15px;top:-10px;width:30px}.facebook-preview__info i{filter:invert(8%)}.facebook-preview__window{border:1px solid #d4d0d4;border-radius:16px;margin:0 .75rem}.facebook-preview__window .facebook-preview__custom-image,.facebook-preview__window .facebook-preview__custom-image img,.facebook-preview__window .facebook-preview__image,.facebook-preview__window .facebook-preview__image img{border-top-left-radius:inherit;border-top-right-radius:inherit}.instagram-preview__wrapper{background-color:#fff;margin-inline:auto;max-width:clamp(200px,100%,555px);padding:20px}.instagram-preview__section .instagram-preview__wrapper{padding:0}.instagram-preview__section.social-preview__section{width:clamp(200px,100%,555px)}.instagram-preview__container{box-shadow:0 0 0 1px #00000014;overflow:hidden}.instagram-preview__header{display:flex;gap:.5rem;padding:.5rem 1rem}.instagram-preview__header--avatar{align-items:center;display:flex;max-height:32px;max-width:32px}.instagram-preview__header--avatar img{border-radius:50%;height:100%;width:100%}.instagram-preview__header--profile{align-items:center;display:flex;flex-grow:1;justify-content:space-between}.instagram-preview__header--profile-name{font-weight:700}.instagram-preview__media{display:flex}.instagram-preview__media--image,.instagram-preview__media--video{-o-object-fit:cover;object-fit:cover;width:100%}.instagram-preview__media-item{flex-grow:1}.instagram-preview__content{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 1rem}.instagram-preview__content a{color:#00376b;text-decoration:none}.instagram-preview__content--actions{display:flex;justify-content:space-between}.instagram-preview__content--actions-primary{align-items:center;display:flex;gap:1rem}.instagram-preview__content--name{display:inline;font-weight:600}.instagram-preview__content--text{display:inline}.instagram-preview__content--footer{color:#737373;font-weight:400}.linkedin-preview__wrapper{background-color:#fff;margin-inline:auto;max-width:clamp(200px,100%,555px);padding:20px}.linkedin-preview__section .linkedin-preview__wrapper{padding:0}.linkedin-preview__section.social-preview__section{width:clamp(200px,100%,555px)}.linkedin-preview__container{border-radius:8px;box-shadow:0 0 0 1px #00000014;overflow:hidden}.linkedin-preview__container.has-media{border-end-end-radius:0;border-end-start-radius:0}.linkedin-preview__header{display:flex;gap:.5rem;margin-bottom:.8rem;padding:.8rem 1rem 0}.linkedin-preview__header--avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:48px;overflow:hidden;width:48px}.linkedin-preview__header--avatar img{-o-object-fit:contain;object-fit:contain;width:100%}.linkedin-preview__header--profile{display:flex;flex-direction:column;overflow:hidden}.linkedin-preview__header--profile-title{font-size:.75rem}.linkedin-preview__header--profile-info{display:flex;gap:.25rem}.linkedin-preview__header--profile-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.linkedin-preview__header--profile-meta{align-items:center;display:flex;gap:.25rem}.linkedin-preview__caption{font-size:.875rem;font-weight:400;line-height:20px;margin:0 1rem}.linkedin-preview__content article,.linkedin-preview__media{background-color:#eef3f8;display:flex;flex-direction:column;margin-top:.5rem}.linkedin-preview__media-item{display:flex}.linkedin-preview__media-item img,.linkedin-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.linkedin-preview__description{padding:.5rem .75rem}.linkedin-preview__description--title{font-size:.875rem;font-weight:600;margin:0}.linkedin-preview__description--meta{color:#0009;display:flex;font-size:.875rem;font-weight:400;gap:.25rem;margin-top:.5rem}.linkedin-preview__image{-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__post-actions{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.mastodon-preview__post-actions>div{align-items:center;color:#606984;display:flex}.mastodon-preview__post-actions svg{fill:currentColor}.mastodon-preview__post-icon-text{color:#525a71;font-size:.75rem;font-weight:500}.mastodon-preview__body{color:#000;margin-bottom:1rem}.mastodon-preview__body>p{margin-bottom:1.25rem}.mastodon-preview__card{border:1px solid #d9e1e8;border-radius:8px;color:#000;display:flex;margin-bottom:1rem;margin-top:1rem;overflow:hidden}.mastodon-preview__card.has-image{flex-direction:column}.mastodon-preview__card.has-image .mastodon-preview__card-img{width:100%}.mastodon-preview__card-img{min-height:60px}.mastodon-preview__card-img img{border-end-start-radius:inherit;border-start-start-radius:inherit;display:block;min-height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__card-img--fallback{align-items:center;aspect-ratio:1;background:#c0cdd9;display:flex;justify-content:center;position:relative;width:120px}.mastodon-preview__card-text{display:flex;flex-direction:column;gap:.5rem;overflow:hidden;padding:1rem}.mastodon-preview__card-title{color:#282c37;font-size:1.187rem;font-weight:700;line-height:1.4}.mastodon-preview__card-site{display:block;font-size:.875rem}.mastodon-preview__card-description{font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mastodon-preview__post-header{align-items:start;display:flex;font-size:.9375rem;justify-content:space-between;line-height:1.47;margin-bottom:.625rem}.mastodon-preview__post-avatar{border-radius:4px;height:46px;width:46px}.mastodon-preview__post-header-user{align-items:center;display:flex;gap:.75rem}.mastodon-preview__post-header-displayname{color:#000;font-weight:700}.mastodon-preview__post-header-audience{align-items:center;display:flex;gap:.25rem}.mastodon-preview__section{margin-inline:auto;max-width:100%;width:578px}.mastodon-preview__post{background-color:#fff;border:1px solid #c0cdd9;box-sizing:border-box;color:#444b5d;font-family:"mastodon-font-sans-serif",sans-serif;font-size:.9375rem;line-height:1.47;overflow-y:hidden;padding:1rem;width:100%}.mastodon-preview__post :-moz-any-link{color:#3a3bff;text-decoration:none}.mastodon-preview__post :any-link{color:#3a3bff;text-decoration:none}.mastodon-preview__img{aspect-ratio:16/9;border-radius:4px;display:block;margin:.875rem auto 0;-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__media{border-radius:8px;margin-top:8px;min-height:64px}.mastodon-preview__media.as-grid{display:grid;gap:2px;grid-template-columns:50% 50%;overflow:hidden;width:100%}.mastodon-preview__media-item{border:0;border-radius:8px;display:flex;overflow:hidden}.mastodon-preview__media-item img,.mastodon-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.nextdoor-preview__wrapper{max-width:clamp(200px,100%,600px)}.nextdoor-preview__section .nextdoor-preview__wrapper{padding:0}.nextdoor-preview__section.social-preview__section{width:clamp(200px,100%,600px)}.nextdoor-preview__container{background-color:#fff;border-radius:8px;box-shadow:0 0 8px #0000001a;overflow:hidden}.nextdoor-preview__container.small-preview{border-end-end-radius:0;border-end-start-radius:0}.nextdoor-preview__header{align-items:center;display:flex;gap:.5rem;margin-bottom:8px}.nextdoor-preview__header--avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:40px;overflow:hidden;width:40px}.nextdoor-preview__header--avatar img{-o-object-fit:contain;object-fit:contain;width:100%}.nextdoor-preview__header--details{display:flex;flex-direction:column}.nextdoor-preview__header--name{font-size:1rem;font-weight:600;letter-spacing:-.32px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nextdoor-preview__header--meta{align-items:center;color:#666;display:flex;font-size:14px;gap:.25rem;letter-spacing:-.32px;line-height:19px;white-space:pre-wrap}.nextdoor-preview__footer{display:flex;flex-direction:row;justify-content:flex-end;margin-top:24px}.nextdoor-preview__footer--actions{align-items:center;display:flex;gap:1rem}.nextdoor-preview__footer--actions-item{align-items:center;display:flex;font-size:13px;font-weight:600;gap:.25rem;line-height:16px}.nextdoor-preview__content{padding:12px 16px}.nextdoor-preview__card{border-radius:16px;box-shadow:0 1px 4px 0 #00000014,0 0 2px 0 #0003;display:flex;flex-direction:column;margin-top:12px;overflow:hidden}.nextdoor-preview__card.small-preview{align-items:center;flex-direction:row}.nextdoor-preview__card--chevron-wrapper{align-items:center;display:flex;justify-content:center;min-width:40px;width:40px}.nextdoor-preview__caption{font-size:1rem;font-weight:400;line-height:20px;margin-bottom:20px}.nextdoor-preview__media-item{display:flex}.nextdoor-preview__media-item img,.nextdoor-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.nextdoor-preview__description{display:flex;flex-direction:column;overflow:hidden;padding:16px}.small-preview .nextdoor-preview__description{flex-grow:1;padding:10px}.nextdoor-preview__description--title{font-size:15px;font-weight:600;line-height:20px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nextdoor-preview__description--url{color:#666;font-size:13px}.nextdoor-preview__media{margin-inline:-16px}.nextdoor-preview__image{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;width:100%}.small-preview .nextdoor-preview__image{height:62px;width:62px}.nextdoor-preview__default-avatar{align-items:center;background-color:#8c6e63;border-radius:50%;color:#fff;display:flex;font-size:x-large;height:40px;justify-content:center;width:40px}.nextdoor-preview__default-image{align-items:center;background-color:#f1ffca;display:flex;height:62px;justify-content:center;width:62px}.threads-preview{padding:20px}.threads-preview__wrapper{background-color:#fff;border-radius:4px;margin-inline:auto;max-width:clamp(200px,100%,635px);padding-inline-end:1rem;padding-top:1rem}.threads-preview__section.social-preview__section{width:clamp(200px,100%,635px)}.threads-preview__section.social-preview__section .social-preview__section-desc,.threads-preview__section.social-preview__section .social-preview__section-heading{padding-inline-start:17px}.threads-preview__container{color:#000;display:grid;font-size:15px;grid-template-columns:50px auto;line-height:21px;margin-bottom:5px}.threads-preview__container .threads-preview__sidebar{display:grid;grid-template-rows:35px auto;justify-items:center}.threads-preview__container .threads-preview__sidebar .threads-preview__profile-image{align-items:center;border-radius:50%;display:flex;max-height:36px;max-width:36px;overflow:hidden}.threads-preview__container .threads-preview__sidebar .threads-preview__profile-image img{-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__sidebar .threads-preview__connector{background-color:#8c8f94;width:2px}.threads-preview__container .threads-preview__main{overflow:hidden;padding-bottom:1rem}.threads-preview__container .threads-preview__header{display:flex;font-size:16px;gap:6px;line-height:18px;margin-bottom:2px}.threads-preview__container .threads-preview__name{font-size:15px;font-weight:600}.threads-preview__container .threads-preview__date{color:#999}.threads-preview__container .threads-preview__content .threads-preview__text{white-space:pre-wrap;word-break:break-word}.threads-preview__container .threads-preview__content .threads-preview__media{border-radius:15px;display:grid;overflow:hidden;grid-gap:2px;grid-template-areas:"a";height:300px;margin-top:12px}.threads-preview__container .threads-preview__content .threads-preview__media img,.threads-preview__container .threads-preview__content .threads-preview__media video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__content .threads-preview__media img:first-child,.threads-preview__container .threads-preview__content .threads-preview__media video:first-child{grid-area:a}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(2),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(2){grid-area:b}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(3),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(3){grid-area:c}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(4),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(4){grid-area:d}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-2{grid-template-areas:"a b"}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-3{grid-template-areas:"a b" "a c"}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-4{grid-template-areas:"a b" "c d"}.threads-preview__container .threads-preview__content .threads-preview__card{border:1px solid #e1e8ed;border-radius:8px;margin-bottom:12px;margin-top:12px;overflow:hidden}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-image{aspect-ratio:16/9;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-body{color:#000;display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;gap:2px;overflow:hidden;padding:.75em;text-align:left;text-decoration:none}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-title{text-overflow:ellipsis}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-url{color:#999;font-size:12px;overflow-inline:hidden;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}.threads-preview__container .threads-preview__footer{display:flex;gap:2.5rem;margin-top:1rem}.threads-preview__container .threads-preview__footer svg{height:19px;width:19px;fill:#424242}.threads-preview__container .threads-preview__icon--like svg,.threads-preview__container .threads-preview__icon--reply svg,.threads-preview__container .threads-preview__icon--share svg{fill:#0000;stroke:#424242}.tumblr-preview__post-icon{align-items:center;display:flex}.tumblr-preview__post-icon svg{fill:#000000a6}.tumblr-preview__post-icon-blaze{height:20px;width:23px}.tumblr-preview__post-icon-delete{height:21px;width:17px}.tumblr-preview__post-icon-edit{height:21px;width:21px}.tumblr-preview__post-icon-share{height:24px;width:24px}.tumblr-preview__post-icon-reblog,.tumblr-preview__post-icon-reply{height:21px;width:21px}.tumblr-preview__post-icon-like{height:21px;width:23px}.tumblr-preview__post-icon-ellipsis{height:4px;width:18px}.tumblr-preview__post-actions{color:#000000a6;font-size:1rem;font-weight:700;line-height:1.5;margin-top:.25rem;padding:0 1.25rem}.tumblr-preview__post-manage-actions,.tumblr-preview__post-social-actions{align-items:center;display:flex;justify-content:space-between;min-height:3.5rem}.tumblr-preview__post-manage-actions ul,.tumblr-preview__post-social-actions ul{align-items:center;display:flex;gap:1.25rem;list-style-type:none;margin:0;padding:0}.tumblr-preview__post-manage-actions ul>li,.tumblr-preview__post-social-actions ul>li{align-items:center;display:flex;justify-content:center}.tumblr-preview__post-social-actions{border-top:1px solid #c27b7b26}.tumblr-preview__post-actions-blaze,.tumblr-preview__post-header{align-items:center;display:flex}.tumblr-preview__post-header{justify-content:space-between;margin:1rem 0;padding:0 1.25rem}.tumblr-preview__post-header-username{font-size:.875rem;font-weight:700;line-height:1.5}.social-preview{padding:0 .5rem}.social-preview__section{margin-bottom:2rem;margin-inline:auto;width:clamp(200px,100%,680px)}.social-preview__section-heading{color:#1e1e1e;font-size:.875rem;font-weight:600;line-height:1.42;margin-bottom:.375rem;margin-top:0}.social-preview__section-desc{color:#757575;font-size:.75rem;line-height:1.33;margin-bottom:1rem;margin-top:0}.social-preview__section-desc .components-external-link{align-items:center;display:inline-flex;gap:.25rem}.tumblr-preview__section.social-preview__section{width:clamp(200px,100%,604px + 1.25rem)}.tumblr-preview__post{align-items:flex-start;display:flex;gap:1.25rem}.tumblr-preview__avatar{border-radius:3px;height:64px;width:64px}@media(max-width:660px){.tumblr-preview__avatar{display:none}}.tumblr-preview__card{background-color:#fff;border-radius:3px;color:#000;font-family:Favorit,Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif;font-size:1rem;overflow-y:hidden}.tumblr-preview__card :-moz-any-link{color:inherit;text-decoration:underline}.tumblr-preview__card :any-link{color:inherit;text-decoration:underline}.tumblr-preview__custom-text,.tumblr-preview__title{margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__title{font-size:1.625rem;font-weight:400;line-height:1.3}.tumblr-preview__description{font-size:1rem;line-height:1.5;margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__image{aspect-ratio:16/9;display:block;margin:3.375rem 0 1rem;width:100%}.tumblr-preview__url{display:inline-block;margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__site-name{color:#000000a6;font-size:.75rem;text-transform:uppercase}.tumblr-preview__window{margin:0 1.25rem 1.25rem}.tumblr-preview__window-top{border-top-left-radius:6px;border-top-right-radius:6px;position:relative}.tumblr-preview__window-top .tumblr-preview__image{aspect-ratio:16/9;border-top-left-radius:inherit;border-top-right-radius:inherit;margin:0;width:100%}.tumblr-preview__window-bottom{border:1px solid #00000040;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:flex;flex-direction:column;gap:.5rem;padding:1rem .75rem}.tumblr-preview__window-bottom.is-full{border-top-left-radius:6px;border-top-right-radius:6px}.tumblr-preview__window-bottom>*{margin:0;padding:0}.tumblr-preview__overlay{align-items:center;background-color:#0006;border-top-left-radius:inherit;border-top-right-radius:inherit;bottom:0;color:#fff;display:flex;justify-content:center;left:0;padding:1rem .75rem;position:absolute;right:0;top:0}.tumblr-preview__overlay>*{margin:0;padding:0}.nOZgE6dP_guav2888GAK{margin:1rem 0 1.5rem}@media(min-width:600px){.jxndagXCphEhzYfnjHMZ{width:calc(100vw - 40px)}}@media(min-width:960px){.jxndagXCphEhzYfnjHMZ{max-height:calc(100% - 120px);width:920px}}.jxndagXCphEhzYfnjHMZ .components-modal__content.hide-header{padding:0}.na9tpJVboVaxVNabSRsr{display:flex}@media(max-width:782px){.na9tpJVboVaxVNabSRsr{flex-direction:column}}.VxWWpt730pSzZCEVjxA3{height:2rem;position:absolute;right:.5rem;top:.5rem}.z14EiGfFuQwKazBW3LpF{align-items:center;border-bottom:1px solid #dcdcde;display:flex;height:48px;padding-inline:2rem}@media(min-width:782px){.z14EiGfFuQwKazBW3LpF{border-inline-end:1px solid #dcdcde}}.z14EiGfFuQwKazBW3LpF h2{font-size:1rem;font-weight:600;line-height:16px;margin-block:0}@media(min-width:782px){.LAWYmJPODB8LgzQMzsyx{flex:1}}.vVbLRydJFLCVa49hSz83{padding:1rem 2rem}@media(min-width:782px){.vVbLRydJFLCVa49hSz83{border-inline-end:1px solid #dcdcde}}.uw1atyZ2fcJoKjwf6SZW{background:var(--jp-gray-0);flex:1}@media(min-width:782px){.uw1atyZ2fcJoKjwf6SZW{flex:2}}.uw1atyZ2fcJoKjwf6SZW .components-tab-panel__tabs{background:var(--jp-white);border-bottom:1px solid #dcdcde;height:48px;justify-content:center}.meKppCUznQhlkjwZuS6G{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:1rem 2rem}.HS7f47n0w2xUqa4wQkwX{opacity:.5}.dKXzdVKZ7LYvSmUVrl26{color:var(--jp-gray-40);margin-top:0}.sP1aklNMfj7lCDxuhWaq{position:relative}.a6tcXi51GAewl3qx0AVi{align-items:center;background-color:#2c3338e6;border-radius:2px;bottom:8px;display:flex;font-variant-numeric:tabular-nums;left:8px;padding:4px;position:absolute}.a6tcXi51GAewl3qx0AVi svg{margin-right:2px}.uFtCCGeycoI94JbCnJh8.uFtCCGeycoI94JbCnJh8{color:var(--jp-white);font-size:9px;font-weight:600;line-height:8px}.cZuW54OEuUN9yvuE_rNU{margin:auto;position:relative}.vCs0BOExDMOystFhG2wa{width:auto}.sKpch49QzrpontC0DvF7{background-color:var(--jp-gray-0);border:1px dashed var(--jp-gray-20);border-radius:calc(var(--jp-border-radius)*.5);display:grid;grid-template-rows:1fr auto 2fr;justify-content:center;margin-bottom:8px;min-height:130px;padding:24px;position:relative;width:100%}.sKpch49QzrpontC0DvF7>*{justify-self:center}.sKpch49QzrpontC0DvF7>button{grid-row:2}.sKpch49QzrpontC0DvF7>button:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.sKpch49QzrpontC0DvF7>span{color:var(--jp-gray-60);font-size:13px;grid-row:3;line-height:16px;margin-top:16px;text-align:center}.sKpch49QzrpontC0DvF7>svg{align-self:center;margin:0;position:absolute}.vOO47kVjHn7i63fQ0bx0{color:#757575;font-size:12px;font-weight:400;line-height:16px;margin-bottom:8px}.ziE_jq4PmQmGBedGskf_{width:100%}.TJGgifcTHqUtknPqVQpH,.qqGj0rmSJvZs9dyr0u_I,.ziE_jq4PmQmGBedGskf_{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;cursor:pointer;margin:0;padding:0}.TJGgifcTHqUtknPqVQpH,.qqGj0rmSJvZs9dyr0u_I{align-items:center;background-color:var(--jp-black);border:1.5px solid var(--jp-white);border-radius:100%;display:flex;height:20px;justify-content:center;line-height:0;position:absolute;right:-4px;top:-4px;transition:background .1s ease-in-out;width:20px;z-index:2}.TJGgifcTHqUtknPqVQpH svg,.qqGj0rmSJvZs9dyr0u_I svg{fill:var(--jp-white)}.TJGgifcTHqUtknPqVQpH:hover,.qqGj0rmSJvZs9dyr0u_I:hover{background-color:var(--wp-admin-theme-color)}.TJGgifcTHqUtknPqVQpH{right:-5px;top:-56px}.f92zWdEJJIwBvwH5rRzn{margin-bottom:16px}.f92zWdEJJIwBvwH5rRzn .components-responsive-wrapper__content{width:auto}.rBTOWyeewE4VxAqYgjoI{filter:grayscale(100%);opacity:.5}.PykCvaqoL7AIDzVKJAtg{position:relative}.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP{margin:16px 0 8px;padding-right:8px}.components-base-control__label+.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP{margin-top:0}.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP p{margin:0 0 4px}.Q21myqk1zOYB3IH8YuEq{color:var(--jp-gray-40);margin-top:0}.RoerAwwhu_PqirHlSJPz{display:block;margin-top:1rem}.Ua6eKcnk_tQQpFlgXMSn{display:inherit;display:flex;flex-wrap:wrap;list-style-type:none;margin:0;width:100%}.Ua6eKcnk_tQQpFlgXMSn .SHqrIEguRfCILRHPyxE9{margin:5px 0 10px}.ejyuBjiLmHz_UTFmBnjA{display:inline-block;margin-top:6px}.smqXe_da1eoP4Agql_Cs{height:auto;margin-inline-start:15px;padding:0}.eQZwqSCI_uVWrJ2jIRUA{margin-block-end:1rem}.O_ZghPCUG7291iVsp1wx{color:#646970;margin-bottom:.25rem}.nrOxj0JeSCWwCB4oaR94{display:block;margin-bottom:1rem}.Jxra4242dPPaUy28mM8H.components-button.is-link{font-size:inherit;font-weight:inherit}.Jxra4242dPPaUy28mM8H.components-button.is-link:hover{text-decoration:none}.amoEz9VXiwF3eyLxTbOA .irsbCLZJNayrJ0g_joAn{font-style:italic;font-weight:700;word-wrap:break-word}.lIKYDl6xVVtMbvcUDrrn.lIKYDl6xVVtMbvcUDrrn{display:block;margin-bottom:.5rem}.search-preview__display{border:1px solid #f6f7f7;font-family:arial,sans-serif;padding:10px 20px;word-wrap:break-word}.search-preview__header{align-items:flex-end;display:flex;gap:.5rem}.search-preview__menu{color:#4d5156;height:18px;position:relative;width:18px}.search-preview__branding{align-items:center;display:flex;gap:.75rem}.search-preview__site--title{color:#202124;font-size:14px;line-height:20px}.search-preview__icon{height:1.75rem;width:1.75rem}.search-preview__title{color:#1a0dab;font-size:20px;line-height:1.3;margin-bottom:7px;margin-top:8px;max-width:616px}.search-preview__title:hover{cursor:pointer;text-decoration:underline}.search-preview__url{color:#4d5156;font-size:12px;line-height:1.3;max-width:616px}.search-preview__description{color:#4d5156;font-size:14px;font-weight:400;line-height:1.5;max-width:616px}.VHYulMcpzbr10HWR0iSE{align-items:flex-start;border:1px solid var(--jp-black);border-color:var(--jp-gray-5);border-left-width:6px;border-radius:4px;display:flex;font-size:var(--font-body);padding:24px 31px 27px 18px}.FGpSkMCiIHQjszcV0dbn{margin-right:20px}.FGpSkMCiIHQjszcV0dbn,.KoWZcCwhW13xvkEb0QON{height:calc(var(--spacing-base)*3);width:calc(var(--spacing-base)*3)}.KoWZcCwhW13xvkEb0QON{background-color:#0000;border:none;cursor:pointer;outline:none}@media screen and (max-width:600px){.VHYulMcpzbr10HWR0iSE{box-shadow:0 4px 8px #00000008,0 1px 2px #0000000f;padding-top:68px;position:relative}.FGpSkMCiIHQjszcV0dbn{left:24px;position:absolute;top:24px}.KoWZcCwhW13xvkEb0QON{position:absolute;right:24px;top:24px}}.smrfczkC53EaFM8OJUXs{flex-grow:1}.IKYRWoPwt9xOVEx1wzNS{font-weight:600;margin-bottom:8px}.qM0qY6mPYp1MPN54A3Kg{align-items:center;display:flex;margin-top:20px}.qM0qY6mPYp1MPN54A3Kg a,.qM0qY6mPYp1MPN54A3Kg a:active,.qM0qY6mPYp1MPN54A3Kg a:focus,.qM0qY6mPYp1MPN54A3Kg a:hover{color:var(--jp-black)}.qM0qY6mPYp1MPN54A3Kg>*{margin-right:24px}.A5YkDkkXuiYgavrY6Nux{border-left-color:var(--jp-red)}.A5YkDkkXuiYgavrY6Nux .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-red)}.cT5rwuPMZzWvi5o6shMl{border-left-color:var(--jp-yellow-20)}.cT5rwuPMZzWvi5o6shMl .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-yellow-20)}.yo0O3uvNomPsYUXFCpAS{border-left-color:var(--black)}.yo0O3uvNomPsYUXFCpAS .y_IPyP1wIAOhyNaqvXJq{fill:var(--black)}.oZdDFf1jBLkzn5ICCC6x{border-left-color:var(--jp-green)}.oZdDFf1jBLkzn5ICCC6x .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-green)}.twitter-preview{padding:20px}.twitter-preview__wrapper{background-color:#fff;border-radius:4px;margin-inline:auto;max-width:clamp(200px,100%,635px);padding-inline-end:1rem;padding-top:1rem}.twitter-preview__section.social-preview__section{width:clamp(200px,100%,635px)}.twitter-preview__section.social-preview__section .social-preview__section-desc,.twitter-preview__section.social-preview__section .social-preview__section-heading{padding-inline-start:17px}.twitter-preview__container{display:grid;font-size:15px;grid-template-columns:65px auto;line-height:20px;margin-bottom:5px}.twitter-preview__container .twitter-preview__sidebar{display:grid;grid-template-rows:35px auto;justify-items:center}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__profile-image{align-items:center;border-radius:50%;display:flex;max-height:30px;max-width:30px;overflow:hidden}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__profile-image img{-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__connector{background-color:#8c8f94;width:2px}.twitter-preview__container .twitter-preview__main{overflow:hidden;padding-bottom:1rem}.twitter-preview__container .twitter-preview__header{display:flex;font-size:16px;gap:.25rem;line-height:18px;margin-bottom:2px}.twitter-preview__container .twitter-preview__name{font-weight:700}.twitter-preview__container .twitter-preview__date,.twitter-preview__container .twitter-preview__screen-name{color:#667886;letter-spacing:-.3px}.twitter-preview__container .twitter-preview__content .twitter-preview__text{color:#0f1419;white-space:pre-wrap;word-break:break-word}.twitter-preview__container .twitter-preview__content .twitter-preview__media{border-radius:15px;display:grid;overflow:hidden;grid-gap:2px;grid-template-areas:"a";height:300px;margin-top:12px}.twitter-preview__container .twitter-preview__content .twitter-preview__media img,.twitter-preview__container .twitter-preview__content .twitter-preview__media video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:first-child,.twitter-preview__container .twitter-preview__content .twitter-preview__media video:first-child{grid-area:a}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(2),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(2){grid-area:b}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(3),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(3){grid-area:c}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(4),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(4){grid-area:d}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-2{grid-template-areas:"a b"}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-3{grid-template-areas:"a b" "a c"}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-4{grid-template-areas:"a b" "c d"}.twitter-preview__container .twitter-preview__content .twitter-preview__quote-tweet{margin-top:10px;min-height:200px}.twitter-preview__container .twitter-preview__content .twitter-preview__quote-tweet .twitter-preview__quote-tweet-overlay{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.twitter-preview__container .twitter-preview__content .twitter-preview__card{border:1px solid #e1e8ed;border-radius:12px;margin-bottom:12px;margin-top:12px;overflow:hidden}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary{display:grid}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image{display:grid;grid-template-columns:125px auto;height:125px}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image .twitter-preview__card-body{border-left:1px solid #e1e8ed;height:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image .twitter-preview__card-description{-webkit-line-clamp:3}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary_large_image{display:grid;grid-template-rows:254px auto}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-image{aspect-ratio:16/9;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-body{color:#000;display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;gap:2px;overflow:hidden;padding:.75em;text-align:left;text-decoration:none}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-title{max-height:1.3em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-description{color:#536471;display:-webkit-box;max-height:3.9em;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-url{color:#8899a6;overflow-inline:hidden;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}.twitter-preview__container .twitter-preview__footer{display:flex;justify-content:space-between;margin-top:12px;max-width:425px}.twitter-preview__container .twitter-preview__footer svg{fill:#787c82;height:16px;width:16px}.jetpack-social-previews__modal .components-modal__header{margin:0}.jetpack-social-previews__modal .components-modal__content{padding:0}.jetpack-social-previews__modal--close-btn{height:2rem;position:absolute;right:.5rem;top:.5rem}.jetpack-social-previews__modal-previews{display:flex;flex-direction:column;height:100%}.jetpack-social-previews__modal-previews .components-tab-panel__tabs-item:focus-visible:before{box-shadow:none;outline:none}.jetpack-social-previews__modal-previews .components-tab-panel__tabs{border-bottom:1px solid #dcdcde;display:flex;flex-direction:row;height:3rem;justify-content:center;max-width:none}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button{font-size:0;height:100%;outline:0;white-space:nowrap;width:2.5rem}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button svg{display:block;fill:currentColor}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button.is-active:after{border-bottom:1px solid #3858e9;height:0;margin-bottom:-1px}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):not(.is-primary):not(.is-tertiary):not(.is-link):hover:after{border-bottom:1px solid #3858e9;margin-bottom:-1px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content{background-color:#fff;flex:1;overflow:auto;padding:10px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content>div{display:flex;justify-content:center}@media(min-width:600px){.jetpack-social-previews__modal-previews{width:calc(100vw - 40px)}}@media(min-width:960px){.jetpack-social-previews__modal-previews{width:920px}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button{font-size:13px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content{padding:40px}}.jetpack-social-previews__modal-previews .facebook-preview{width:100%}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content .mastodon-preview{max-width:578px}.jetpack-social-previews__modal-upgrade{padding:2em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-illustration{height:auto;max-width:351px;width:100%}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{margin-bottom:1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-heading{font-size:2em;line-height:1.15}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list{font-size:1.1em;line-height:1.4;list-style:none;margin-bottom:2em;padding-left:1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list li{margin-bottom:12px;position:relative}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list li:before{color:#4ab866;content:"✓";left:-20px;position:absolute}@media(min-width:600px){.jetpack-social-previews__modal-upgrade{display:grid;max-width:870px;width:80vw;grid-gap:3em;grid-template-columns:1fr 1fr;padding-top:4em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-illustration{grid-column:2;grid-row:1;max-width:100%;padding-right:2em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{grid-column:1;grid-row:1;margin-bottom:0;padding:0 1em 1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-heading{margin-top:0}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list{padding-left:0}}@media(min-width:782px){.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{padding:0 2em 2em}}.jetpack-gutenberg-social-icons{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.jetpack-gutenberg-social-icons .jetpack-social-previews__icon{margin-right:0;fill:currentColor}.OWstrHF6QZdaosKs0b6j{aspect-ratio:1200/630;background-color:var(--jp-gray-0);display:flex;justify-content:center;margin-bottom:8px;max-height:250px;min-height:130px;position:relative;width:100%}.OWstrHF6QZdaosKs0b6j>*{justify-self:center}.OWstrHF6QZdaosKs0b6j>svg{align-self:center;margin:0;position:absolute}.OWstrHF6QZdaosKs0b6j img{height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}.HJMFrbZ0khdkKKkocrIK{display:none}.m9360_cMWKFHTNk9xpNz{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)*4) 0}.j4EvSJfKIJLGEIAETiEY{all:unset;border-radius:calc(var(--jp-border-radius)/2);cursor:pointer;position:relative}.j4EvSJfKIJLGEIAETiEY img{border-radius:calc(var(--jp-border-radius)/2);display:block;height:auto;max-width:100%;pointer-events:none}.j4EvSJfKIJLGEIAETiEY:after{background-color:var(--jp-white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath stroke='%2309B585' stroke-width='1.5' d='m11.327.53-6.75 9.08L.662 6.7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;content:"";height:calc(var(--spacing-base)*3);opacity:0;position:absolute;right:calc(var(--spacing-base)*-1.5);top:calc(var(--spacing-base)*-1.5);transform:translateY(5px);transition:all .15s cubic-bezier(.4,0,.2,1);width:calc(var(--spacing-base)*3)}.j4EvSJfKIJLGEIAETiEY:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #007cba;outline:3px solid #0000}.dQb3Zpl0puk4V6ezZslo:after{opacity:1;transform:translateY(0)}.tfWupx32Rn5hHqVjTzui div{padding-top:0}.qu9UsV1EEFeFxhU3Wgt5{margin-top:15px}.nZhgKYFn6MQoIDGcKrUG{max-width:150px}.WJ5nPw0EHj7eoNZB06TW{display:flex;justify-content:flex-end}.WJ5nPw0EHj7eoNZB06TW>*+*{margin-left:var(--spacing-base)}.JUeclE9CucaXRlTL5K9H{display:flex;flex-wrap:wrap;gap:.7rem}.JUeclE9CucaXRlTL5K9H a{border-radius:4px;color:#fff}.JUeclE9CucaXRlTL5K9H a:hover{color:#fff}.JUeclE9CucaXRlTL5K9H a>span{align-items:center;display:flex}.JUeclE9CucaXRlTL5K9H a>span>svg{border-radius:var(--jp-border-radius);color:#fff}.JUeclE9CucaXRlTL5K9H a.components-button svg{fill:currentColor}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary{background:#0000;color:var(--jp-black);gap:0;justify-content:start;padding:0}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary:hover{background:#0000;color:var(--jp-gray-50)}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary svg{height:calc(var(--spacing-base)*3);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*3)}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary:focus{border:0;box-shadow:none;outline:none}.JUeclE9CucaXRlTL5K9H .rhyZKz4FQtFOFAMwLgLj{background-color:var(--jp-black)}.JUeclE9CucaXRlTL5K9H .DDRhGoqXUOM6Jug54nEB{background-color:#2ab318}.JUeclE9CucaXRlTL5K9H .h57Cabo4jn8Ke77_DLOX{background-color:#0866ff;border-radius:var(--jp-border-radius)!important}.JUeclE9CucaXRlTL5K9H .tvNWJpaNzPro4QaItBae{background-color:#fff;color:var(--jp-black);outline:1px solid var(--jp-gray)}.p_VTpBCFklSkcb0iiD0K{flex-direction:column}.DyIAUIn_2bkciyB_XtgH{display:flex}.Lx8xScOApJmJdhJF9JWd.Lx8xScOApJmJdhJF9JWd{font-size:13px;font-weight:400;line-height:24px;margin-inline-start:var(--spacing-base)}.pp_WJTHlGIX9bcHCLxJh{display:flex;flex-direction:column;gap:1rem;padding-block:1rem}.IzRyqrcpwjKRBJKEtECz{font-weight:600;text-transform:uppercase}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.dataviews-wrapper{box-sizing:border-box;container:dataviews-wrapper/inline-size;display:flex;flex-direction:column;font-size:13px;height:100%;line-height:1.4;overflow:auto;scroll-padding-bottom:64px}.dataviews-filters__container,.dataviews__view-actions{box-sizing:border-box;flex-shrink:0;left:0;padding:16px 48px;position:sticky;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-filters__container,.dataviews__view-actions{transition-delay:0s;transition-duration:0s}}.dataviews-view-grid__primary-field,.dataviews-view-list__primary-field,.dataviews-view-table__primary-field{color:#757575;font-size:13px;font-weight:500;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-view-grid__primary-field a,.dataviews-view-list__primary-field a,.dataviews-view-table__primary-field a{color:#1e1e1e;display:block;flex-grow:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.dataviews-view-grid__primary-field a:hover,.dataviews-view-list__primary-field a:hover,.dataviews-view-table__primary-field a:hover{color:#007cba}.dataviews-view-grid__primary-field a:focus,.dataviews-view-list__primary-field a:focus,.dataviews-view-table__primary-field a:focus{border-radius:2px;box-shadow:0 0 0 2px #007cba;color:0,124,186}.dataviews-view-grid__primary-field button.components-button.is-link,.dataviews-view-list__primary-field button.components-button.is-link,.dataviews-view-table__primary-field button.components-button.is-link{color:#1e1e1e;display:block;font-weight:inherit;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-view-grid__primary-field button.components-button.is-link:hover,.dataviews-view-list__primary-field button.components-button.is-link:hover,.dataviews-view-table__primary-field button.components-button.is-link:hover{color:#007cba}.dataviews-loading,.dataviews-no-results{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:0 48px;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-loading,.dataviews-no-results{transition-delay:0s;transition-duration:0s}}@container (max-width: 430px){.dataviews-filters__container,.dataviews__view-actions{padding:12px 24px}.dataviews-loading,.dataviews-no-results,.dataviews-view-grid{padding-left:24px;padding-right:24px}}.dataviews-bulk-actions-footer__item-count{color:#1e1e1e;font-size:11px;font-weight:500;text-transform:uppercase}.dataviews-bulk-actions-footer__container{margin-right:auto;min-height:32px}.dataviews-filters__button{position:relative}.dataviews-filters__container{padding-top:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{opacity:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{opacity:1}.dataviews-filters__summary-popover{font-size:13px;line-height:1.4}.dataviews-filters__summary-popover .components-popover__content{border-radius:4px;width:230px}.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{padding:0}.dataviews-filters__summary-operators-container{padding:8px 8px 0}.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox){border-bottom:1px solid #e0e0e0;padding-bottom:8px}.dataviews-filters__summary-operators-container:empty{display:none}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{color:#757575}.dataviews-filters__summary-chip-container{position:relative;white-space:pre-wrap}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{align-items:center;background:#f0f0f0;border:1px solid #0000;border-radius:16px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:flex;min-height:32px;padding:4px 12px;position:relative}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{padding-inline-end:28px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{background:#e0e0e0;color:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{background:#007cba0a;color:#007cba}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{background:#007cba1f}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{box-shadow:0 0 0 2px #007cba;outline:none}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{font-weight:500}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{align-items:center;background:#0000;border:0;border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;position:absolute;right:4px;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{fill:#757575}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{background:#e0e0e0}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{fill:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{fill:#007cba}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{background:#007cba14}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{box-shadow:0 0 0 2px #007cba;outline:none}.dataviews-filters__search-widget-filter-combobox-list{border-top:1px solid #e0e0e0;max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{font-weight:600}.dataviews-filters__search-widget-listbox{max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-listitem{align-items:center;border-radius:2px;box-sizing:border-box;cursor:default;display:flex;gap:8px;margin-block-end:2px;padding:8px 12px}.dataviews-filters__search-widget-listitem:last-child{margin-block-end:0}.dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{background-color:#007cba;color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-check{fill:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{color:#fff}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-check{flex-shrink:0;height:24px;width:24px}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{color:#757575;display:block;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis}.dataviews-filters__search-widget-filter-combobox__wrapper{padding:8px;position:relative}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{background:#f0f0f0;border:none;border-radius:2px;box-shadow:0 0 0 #0000;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin-left:0;margin-right:0;padding:0 32px 0 8px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{transition-delay:0s;transition-duration:0s}}@media(min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{border-color:#007cba;box-shadow:0 0 0 .5px #007cba;outline:2px solid #0000}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#1e1e1e9e;opacity:1}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder{color:#1e1e1e9e}@media(min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{background:#fff;box-shadow:inset 0 0 0 2px #007cba}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{-webkit-appearance:none}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{align-items:center;display:flex;justify-content:center;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__container-visibility-toggle{flex-shrink:0;position:relative}.dataviews-filters-toggle__count{background:#007cba;border-radius:8px;box-sizing:border-box;color:#fff;font-size:11px;height:16px;line-height:16px;min-width:16px;outline:2px solid #fff;padding:0 4px;position:absolute;right:0;text-align:center;top:0;transform:translate(50%,-50%)}.dataviews-search{width:-moz-fit-content;width:fit-content}.dataviews-footer{background-color:#fff;border-top:1px solid #f0f0f0;bottom:0;flex-shrink:0;left:0;padding:12px 48px;position:sticky;transition:padding .1s ease-out;z-index:2}@media(prefers-reduced-motion:reduce){.dataviews-footer{transition-delay:0s;transition-duration:0s}}@container (max-width: 430px){.dataviews-footer{padding:12px 24px}}@container (max-width: 560px){.dataviews-footer{flex-direction:column!important}.dataviews-footer .dataviews-bulk-actions-footer__container{width:100%}.dataviews-footer .dataviews-bulk-actions-footer__item-count{flex-grow:1}.dataviews-footer .dataviews-pagination{justify-content:space-between;width:100%}}.dataviews-pagination__page-select{font-size:11px;font-weight:500;text-transform:uppercase}@media(min-width:600px){.dataviews-pagination__page-select .components-select-control__input{font-size:11px!important;font-weight:500}}.dataviews-action-modal{z-index:1000001}.dataviews-selection-checkbox{--checkbox-input-size:24px;flex-shrink:0;line-height:0}@media(min-width:600px){.dataviews-selection-checkbox{--checkbox-input-size:16px}}.dataviews-selection-checkbox .components-checkbox-control__input-container{margin:0}.dataviews-view-config{container-type:inline-size;font-size:13px;line-height:1.4;padding:16px;width:320px}.dataviews-view-config__sort-direction .components-toggle-group-control-option-base{text-transform:uppercase}.dataviews-settings-section__title.dataviews-settings-section__title{font-size:15px;line-height:24px}.dataviews-settings-section__sidebar{grid-column:span 4}.dataviews-settings-section__content,.dataviews-settings-section__content>*{grid-column:span 8}.dataviews-settings-section__content .is-divided-in-two{display:contents}.dataviews-settings-section__content .is-divided-in-two>*{grid-column:span 4}.dataviews-settings-section:has(.dataviews-settings-section__content:empty){display:none}@container (max-width: 500px){.dataviews-settings-section.dataviews-settings-section{grid-template-columns:repeat(2,1fr)}.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{grid-column:span 2}}.dataviews-field-control__field{height:32px}.dataviews-field-control__actions{position:absolute;top:-9999em}.dataviews-field-control__actions.dataviews-field-control__actions{gap:4px}.dataviews-field-control__field:focus-within .dataviews-field-control__actions,.dataviews-field-control__field:hover .dataviews-field-control__actions{position:unset;top:unset}.dataviews-view-grid{grid-template-rows:max-content;margin-bottom:auto;padding:0 48px 24px;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-view-grid{transition-delay:0s;transition-duration:0s}}.dataviews-view-grid .dataviews-view-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions{padding:8px 0 4px}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__primary-field{min-height:32px}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{color:#1e1e1e}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{background-color:#007cba14;box-shadow:inset 0 0 0 1px #007cba}.dataviews-view-grid .dataviews-view-grid__media{aspect-ratio:1/1;background-color:#f0f0f0;border-radius:4px;min-height:200px;position:relative;width:100%}.dataviews-view-grid .dataviews-view-grid__media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-grid .dataviews-view-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-grid .dataviews-view-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{align-items:flex-start;min-height:24px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){display:none}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column){align-items:center}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-name{width:35%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field.is-column+.is-row{margin-top:4px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{color:#757575}.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-grid .dataviews-view-grid__badge-fields .dataviews-view-grid__field-value{align-items:center;background:#f0f0f0;border-radius:2px;display:flex;font-size:12px;min-height:24px;padding:0 8px;width:-moz-fit-content;width:fit-content}.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:480px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1080px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1440px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1920px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{display:none}.dataviews-view-grid__card .dataviews-selection-checkbox{left:8px;position:absolute;top:-9999em;z-index:1}.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{top:8px}ul.dataviews-view-list{list-style-type:none}.dataviews-view-list{margin:0 0 auto}.dataviews-view-list li{border-top:1px solid #f0f0f0;cursor:pointer;margin:0}.dataviews-view-list li .dataviews-view-list__item-wrapper{border-radius:4px;position:relative}.dataviews-view-list li .dataviews-view-list__item-wrapper>*{width:100%}.dataviews-view-list li .dataviews-view-list__item-actions{position:absolute;right:0;top:16px}.dataviews-view-list li .dataviews-view-list__item-actions>div{height:24px}.dataviews-view-list li .dataviews-view-list__item-actions .components-button{opacity:0}.dataviews-view-list li:has(.dataviews-view-list__fields:empty) .dataviews-view-list__item-actions{top:50%;transform:translateY(-50%)}.dataviews-view-list li.is-hovered .dataviews-view-list__item-actions,.dataviews-view-list li.is-selected .dataviews-view-list__item-actions,.dataviews-view-list li:focus-within .dataviews-view-list__item-actions{background:#f8f8f8;box-shadow:-12px 0 8px 0 #f8f8f8;margin-right:24px;padding-left:8px}.dataviews-view-list li.is-hovered .dataviews-view-list__item-actions .components-button,.dataviews-view-list li.is-selected .dataviews-view-list__item-actions .components-button,.dataviews-view-list li:focus-within .dataviews-view-list__item-actions .components-button{opacity:1;position:static}.dataviews-view-list li.is-selected .dataviews-view-list__item-actions{background-color:#f7f8ff;box-shadow:-12px 0 8px 0 #f7f8ff}.dataviews-view-list li.is-selected.is-selected,.dataviews-view-list li.is-selected.is-selected+li{border-top:1px solid #007cba1f}.dataviews-view-list li:not(.is-selected) .dataviews-view-list__primary-field{color:#1e1e1e}.dataviews-view-list li:not(.is-selected).is-hovered,.dataviews-view-list li:not(.is-selected):focus-within,.dataviews-view-list li:not(.is-selected):hover{background-color:#f8f8f8;color:#007cba}.dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__primary-field,.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__primary-field,.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__primary-field{color:#007cba}.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper{background-color:#007cba0a;color:#1e1e1e}.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__primary-field,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__primary-field{color:#007cba}.dataviews-view-list .dataviews-view-list__item{box-sizing:border-box;padding:16px 24px;scroll-margin:8px 0;width:100%}.dataviews-view-list .dataviews-view-list__item:focus-visible:before{border-radius:2px;bottom:2px;box-shadow:inset 0 0 0 2px #007cba;content:"";left:2px;position:absolute;right:2px;top:2px}.dataviews-view-list .dataviews-view-list__item .dataviews-view-list__primary-field{line-height:24px;min-height:24px;overflow:hidden}.dataviews-view-list .dataviews-view-list__media-wrapper{background-color:#f0f0f0;border-radius:4px;flex-shrink:0;height:52px;overflow:hidden;position:relative;width:52px}.dataviews-view-list .dataviews-view-list__media-wrapper img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-list .dataviews-view-list__media-wrapper:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.dataviews-view-list .dataviews-view-list__media-placeholder{background-color:#e0e0e0;height:52px;width:52px}.dataviews-view-list .dataviews-view-list__field-wrapper{min-height:52px}.dataviews-view-list .dataviews-view-list__fields{color:#757575;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;row-gap:4px}.dataviews-view-list .dataviews-view-list__fields:empty{display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty){display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{align-items:center;display:flex;line-height:20px;min-height:24px}.dataviews-view-list+.dataviews-pagination{justify-content:space-between}.dataviews-view-table{border-collapse:collapse;border-color:inherit;color:#757575;margin-bottom:auto;position:relative;text-indent:0;width:100%}.dataviews-view-table th{color:#1e1e1e;font-size:13px;font-weight:400;text-align:left}.dataviews-view-table td,.dataviews-view-table th{padding:12px;white-space:nowrap}.dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{text-align:right}.dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{padding-right:0}.dataviews-view-table tr{border-top:1px solid #f0f0f0}.dataviews-view-table tr .dataviews-view-table-header-button{gap:4px}.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-left:48px}.dataviews-view-table tr td:first-child .dataviews-view-table-header,.dataviews-view-table tr td:first-child .dataviews-view-table-header-button,.dataviews-view-table tr th:first-child .dataviews-view-table-header,.dataviews-view-table tr th:first-child .dataviews-view-table-header-button{margin-left:-8px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-right:48px}.dataviews-view-table tr:last-child{border-bottom:0}.dataviews-view-table tr.is-hovered{background-color:#f8f8f8}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input{opacity:0}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate{opacity:1}.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:0}.dataviews-view-table tr.is-hovered .components-checkbox-control__input,.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .components-checkbox-control__input,.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .components-checkbox-control__input,.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}@media(hover:none){.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}}.dataviews-view-table tr.is-selected{background-color:#007cba0a;color:#757575}.dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{border-top:1px solid #007cba1f}.dataviews-view-table tr.is-selected:hover{background-color:#007cba14}.dataviews-view-table thead{inset-block-start:0;position:sticky;z-index:1}.dataviews-view-table thead tr{border:0}.dataviews-view-table thead th{background-color:#fff;font-size:11px;font-weight:500;padding-bottom:8px;padding-left:12px;padding-top:8px;text-transform:uppercase}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-left:4px}.dataviews-view-table tbody td{vertical-align:top}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{align-items:center;display:flex;min-height:32px}.dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){min-height:0}.dataviews-view-table .dataviews-view-table-header-button{font-size:11px;font-weight:500;padding:4px 8px;text-transform:uppercase}.dataviews-view-table .dataviews-view-table-header-button:not(:hover){color:#1e1e1e}.dataviews-view-table .dataviews-view-table-header-button span{speak:none}.dataviews-view-table .dataviews-view-table-header-button span:empty{display:none}.dataviews-view-table .dataviews-view-table-header{padding-left:4px}.dataviews-view-table .dataviews-view-table__actions-column{width:1%}.dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input{opacity:1}.dataviews-view-table__cell-content-wrapper:empty{display:none}@container (max-width: 430px){.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-left:24px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-right:24px}}.dataviews-view-table-selection-checkbox{--checkbox-input-size:24px}@media(min-width:600px){.dataviews-view-table-selection-checkbox{--checkbox-input-size:16px}}.dataviews-controls__datetime{border:none;padding:0}.dataforms-layouts-panel__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.dataforms-layouts-panel__field-label{align-items:center;display:flex;flex-shrink:0;-webkit-hyphens:auto;hyphens:auto;line-height:20px;min-height:32px;padding:6px 0;width:38%}.dataforms-layouts-panel__field-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.dataforms-layouts-panel__field-control .components-button{max-width:100%;min-height:32px;text-align:left;text-wrap:balance;text-wrap:pretty;white-space:normal}.dataforms-layouts-panel__field-control .components-dropdown{max-width:100%}.dataforms-layouts-panel__field-dropdown .components-popover__content{min-width:320px;padding:16px}.dataforms-layouts-panel__dropdown-header{margin-bottom:16px}[class].dataforms-layouts-panel__dropdown-header-action{height:24px}[class].dataforms-layouts-panel__dropdown-header-action.has-icon{min-width:24px;padding:0}[class].dataforms-layouts-panel__dropdown-header-action:not(.has-icon){text-decoration:underline}.Syp1HH254tFVzcFG2Zh2,.kyLdsnatoC0HbIDJQm9S{margin-top:1rem;padding-block:1rem}.TqhtumZm_qrPdnAiAWk1{margin:0 1rem 1rem}.YABlqQXOGnawHFcJa7zT{min-height:20rem;width:60rem}.vEA7jwVDDYmYUaVhX9QR{display:flex;flex:1;flex-direction:column;gap:.5rem;overflow:auto}.AsH9JOuWehE027IlR7Y2,.hvN5L4O60W8ftCvW1gRX{align-items:center;display:flex}.hvN5L4O60W8ftCvW1gRX.aF8rESnbAc_uQUN0H3py{color:var(--jp-green-50)}.hvN5L4O60W8ftCvW1gRX.mfUKWd8ZvydeEyWeKhJ2{color:var(--jp-red-50);height:29px}.pvVeQhJ9oNx0CFoHYEit{flex:1}.fXQtkkrybB5DooWXxt67{margin-inline-start:2px;top:2px;width:24px}.fXQtkkrybB5DooWXxt67>button{color:var(--jp-red-50)!important}.bJAz31xuwL_vO4V97YfM{fill:var(--jp-green-50)}.eYjvcy4kG7GH44dIVLYO .dataviews__view-actions{display:none}.eYjvcy4kG7GH44dIVLYO table{overflow:hidden}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table-header-button{pointer-events:none}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table__row td:last-child{width:1%}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table__row td:last-child .dataviews-view-table__cell-content-wrapper{justify-content:center}.eYjvcy4kG7GH44dIVLYO .Zr_Eo4TmHx_X7UFoJcuM{align-items:center;display:flex}.eYjvcy4kG7GH44dIVLYO .components-external-link{color:#2271b1;font-weight:400}.csen0rABejxv4X3l1cx5{align-items:center;display:flex;gap:.5rem}.csen0rABejxv4X3l1cx5 button{padding:0}.csen0rABejxv4X3l1cx5 .icon-tooltip-wrapper,.csen0rABejxv4X3l1cx5 .icon-tooltip-wrapper button span{display:flex}.dCsa7WNQhT_7RhRkZih1{align-items:center;display:flex}.dCsa7WNQhT_7RhRkZih1 .components-spinner{margin-top:0}.VotVfPmHNdU_xItAWEKQ{color:var(--jp-gray-40)}.dhja1sVSpDACLZ6k4sBy{margin-top:1rem;padding-block:1rem}.U_WW2qLSQA71SJYyITOq{position:relative}.wp-admin.post-type-jetpack-social-note .post-publish-panel__postpublish-header{display:none}.CW7R8fRQqVKfyXFYiNWR{align-items:center;background:none;border:2px solid var(--jp-green-40);border-radius:4px;color:var(--jp-gray-90);display:block;gap:calc(var(--spacing-base)*3);justify-content:space-between;margin:0;padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3);text-align:left;text-decoration:none;width:100%}.CW7R8fRQqVKfyXFYiNWR:active,.CW7R8fRQqVKfyXFYiNWR:focus{outline-color:var(--jp-black)}.CW7R8fRQqVKfyXFYiNWR .n34j0qWq2EZzYl1jAiej button.aIuCL8MdydCJGcrOqp4x{font-size:var(--font-body-small)}.qegtnlYWDc3UnIGPRlQb{font-size:var(--font-body)}.n34j0qWq2EZzYl1jAiej{align-content:space-between;display:flex;flex-direction:column;gap:var(--spacing-base)}.aIuCL8MdydCJGcrOqp4x{align-items:center;justify-content:space-between;width:100%}.D8uyjb_rjCf4HTMT0mj0.D8uyjb_rjCf4HTMT0mj0{font-size:13px;line-height:1.5;margin-bottom:16px}.jetpack-publicize__upsell{margin-bottom:13px}.jetpack-publicize__upsell-description{font-weight:600;margin-bottom:10px}.jetpack-publicize__upsell-button.is-primary{background:#e34c84;color:#fff;padding-right:10px}.jetpack-publicize__upsell-button.is-primary:hover{background:#eb6594}.jetpack-publicize__upsell-button.is-primary.is-busy{background-image:linear-gradient(-45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-publicize__placeholder .components-placeholder__learn-more{margin-top:1em}.wp-block-jetpack-rating-star{line-height:0;margin-bottom:1.5em;stroke-width:0}.wp-block-jetpack-rating-star .is-rating-unfilled{fill-opacity:.33}.wp-block-jetpack-rating-star .jetpack-ratings-button{border-radius:2px;display:inline-flex}.wp-block-jetpack-rating-star .jetpack-ratings-button:focus{box-shadow:0 0 0 1px currentColor;outline:2px solid #0000}.wp-block-jetpack-rating-star>p{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.wp-block-jetpack-rating-star>span{display:inline-flex!important;margin-inline-end:.3em}.wp-block-jetpack-rating-star .jetpack-ratings-button span,.wp-block-jetpack-rating-star>span span{display:inline-flex;flex-shrink:0;overflow:hidden;width:12px}.wp-block-jetpack-rating-star .jetpack-ratings-button span svg,.wp-block-jetpack-rating-star>span span svg{flex-shrink:0}.wp-block-jetpack-rating-star .jetpack-ratings-button span:nth-child(2n),.wp-block-jetpack-rating-star>span span:nth-child(2n){justify-content:flex-end}.wp-block-jetpack-rating-star svg{display:inline-block!important;max-width:none!important}.wp-block-jetpack-rating-star.is-style-outlined{stroke-width:2px}.wp-block-jetpack-rating-star.is-style-outlined .is-rating-unfilled{fill:#0000}.wp-block-jetpack-rating-star .jetpack-ratings-button{margin-inline-end:.3em}.jetpack-ratings-button{cursor:pointer}.jetpack-ratings-button:focus{border:none;outline:none}@keyframes jetpack-memberships_button__spinner-animation{to{transform:rotate(1turn)}}.jetpack-memberships-spinner{display:none;height:1em;margin:0 0 0 5px;width:1em}.jetpack-memberships-spinner svg{height:100%;margin-bottom:-2px;width:100%}.jetpack-memberships-spinner-rotating{animation:jetpack-memberships_button__spinner-animation .75s linear infinite;transform-origin:center}.is-loading .jetpack-memberships-spinner{display:inline-block}body.jetpack-memberships-modal-open{overflow:hidden}dialog.jetpack-memberships-modal{opacity:1}dialog.jetpack-memberships-modal,dialog.jetpack-memberships-modal iframe{background:#0000;border:0;bottom:0;box-shadow:none;height:100%;left:0;margin:0;padding:0;position:fixed;right:0;top:0;width:100%}dialog.jetpack-memberships-modal::backdrop{background-color:#000;opacity:.7;transition:opacity .2s ease-out}dialog.jetpack-memberships-modal.is-loading,dialog.jetpack-memberships-modal.is-loading::backdrop{opacity:0}.wp-block-jetpack-recurring-payments.aligncenter .wp-block-jetpack-button{text-align:center}.wp-block-jetpack-recurring-payments{width:100%}.wp-block-jetpack-recurring-payments .components-base-control__label{text-align:left}.wp-block-jetpack-recurring-payments .components-placeholder{min-height:150px;padding:24px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset{max-width:500px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset p{font-size:13px;margin:20px 0 10px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset p:first-child{margin-top:0}.wp-block-jetpack-recurring-payments .components-placeholder__instructions .components-select-control__input{padding:0 24px 0 8px}.wp-block-jetpack-recurring-payments .components-placeholder .components-placeholder__instructions{display:block}.wp-block-jetpack-recurring-payments .components-placeholder label{font-size:13px}.wp-block-jetpack-recurring-payments .editor-rich-text__inline-toolbar{pointer-events:none}.wp-block-jetpack-recurring-payments .editor-rich-text__inline-toolbar .components-toolbar{pointer-events:all}.wp-block-jetpack-recurring-payments .membership-button__add-amount{margin-right:4px}.wp-block-jetpack-recurring-payments .membership-button__disclaimer{color:var(--color-gray-200);flex-basis:100%;font-style:italic;margin:0}.wp-block-jetpack-recurring-payments .membership-button__disclaimer a{color:var(--color-gray-400);line-height:36px}.wp-block-jetpack-recurring-payments .membership-button__field-button{margin-right:4px}.wp-block-jetpack-recurring-payments .membership-button__field-error .components-text-control__input{border:1px solid #d63638}.wp-block-jetpack-recurring-payments .membership-button__field-price{width:65%}.wp-block-jetpack-recurring-payments .membership-button__price-container{display:flex;flex-wrap:wrap}.wp-block-jetpack-recurring-payments .membership-button__price-container .components-input-control__container{top:4px}.wp-block-jetpack-recurring-payments .membership-button__price-container div.membership-button__field-currency{border-right:10px solid #0000}.wp-block-jetpack-recurring-payments .membership-button__price-container p{margin-top:0}.wp-block-jetpack-recurring-payments.disclaimer-only{background:#1e1e1e9e;box-sizing:initial;font-size:13px;margin:0 -14px;padding:14px;text-align:center;transform:translateY(14px)}.is-dark-theme .wp-block-jetpack-recurring-payments.disclaimer-only{background:#ffffffa6}.wp-block-jetpack-recurring-payments .wp-block-jetpack-membership-button_notification{display:block}.wp-block-jetpack-recurring-payments .wp-block[data-type="jetpack/button"]{margin-bottom:0;margin-top:0}.wp-block-jetpack-related-posts .components-placeholder__learn-more{flex-basis:100%;margin-top:1em}.jp-related-posts-i2__row{display:flex;margin-left:-10px;margin-right:-10px;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33.33333% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post{display:flex;flex-basis:0;flex-direction:column;flex-grow:1;margin:0 10px}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row}.jp-related-posts-i2__post-image-placeholder,.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-heading{font-size:1rem;line-height:1.2em;margin:.5rem 0}.jp-related-posts-i2__post-link{display:block;line-height:1.2em;margin:.2em 0;width:100%}.jp-related-posts-i2__post-img{width:100%}.jp-related-posts-i2__post-image-placeholder{display:block;margin:0 auto;max-width:350px;position:relative}.jp-related-posts-i2__post-image-placeholder-icon{left:calc(50% - 12px);position:absolute;top:calc(50% - 12px)}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{display:block;margin:0}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{margin:1rem 0 0;max-width:none}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post-image-placeholder{margin:0;max-width:350px}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post-img-link{margin-top:1rem}.wp-block-jetpack-repeat-visitor .components-notice{color:#1e1e1e;margin:1em 0 0}.wp-block-jetpack-repeat-visitor .components-radio-control__option{text-align:left}.wp-block-jetpack-repeat-visitor .components-notice__content{font-size:1em;margin:.5em 0}.wp-block-jetpack-repeat-visitor .components-notice__content .components-base-control{display:inline-block;max-width:8em;vertical-align:middle}.wp-block-jetpack-repeat-visitor .components-notice__content .components-base-control .components-base-control__field{margin-bottom:0}.wp-block-jetpack-repeat-visitor-placeholder{min-height:inherit}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__label svg{margin-right:.5ch}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__fieldset{flex-wrap:nowrap}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__fieldset .components-base-control{flex-basis:100%;margin-bottom:0}.wp-block-jetpack-repeat-visitor-placeholder .components-base-control__help{color:#cc1818;font-size:13px}.wp-block-jetpack-repeat-visitor--is-unselected .wp-block-jetpack-repeat-visitor-placeholder{display:none}.wp-block-jetpack-repeat-visitor-threshold{margin-right:20px}.wp-block-jetpack-repeat-visitor-threshold .components-text-control__input{margin-left:12px;text-align:center;width:5em}.block-editor-inserter__preview .wp-block-jetpack-repeat-visitor{padding:16px}.block-editor-inserter__preview .wp-block-jetpack-repeat-visitor>.block-editor-inner-blocks>.block-editor-block-list__layout{margin:0}.help-message{display:flex;font-size:13px;line-height:1.4em;margin-bottom:1em;margin-top:-.5em}.help-message svg{margin-right:5px;min-width:24px}.help-message>span{margin-top:2px}.help-message.help-message-is-error{color:#d63638}.help-message.help-message-is-error svg{fill:#d63638}div.wp-block-jetpack-whatsapp-button{display:flex;margin-inline-end:5px}div.wp-block-jetpack-whatsapp-button a.whatsapp-block__button{background:#25d366;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");background-position:16px;background-repeat:no-repeat;background-size:32px 32px;border:none;border-radius:8px;box-sizing:border-box;color:#fff;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:20px;font-weight:500;line-height:36px;min-height:50px;padding:8px 16px 8px 56px;text-decoration:none;white-space:nowrap}div.wp-block-jetpack-whatsapp-button.is-color-light a.whatsapp-block__button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%2523465B64' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");color:#465b64}div.wp-block-jetpack-whatsapp-button.alignleft{float:none;justify-content:flex-start}div.wp-block-jetpack-whatsapp-button.aligncenter{justify-content:center}div.wp-block-jetpack-whatsapp-button.alignright{float:none;justify-content:flex-end}div.wp-block-jetpack-whatsapp-button.has-no-text a.whatsapp-block__button{padding-inline-start:48px}div.wp-block-jetpack-whatsapp-button:hover{opacity:.9}div.wp-block-jetpack-send-a-message>div.wp-block-jetpack-whatsapp-button>a.whatsapp-block__button:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");background-position:16px;background-repeat:no-repeat;background-size:32px 32px}.jetpack-whatsapp-button__phonenumber .components-base-control{margin-bottom:0}.jetpack-whatsapp-button__phonenumber input.components-text-control__input{margin-bottom:5px}.jetpack-whatsapp-button__phonenumber select.components-select-control__input{min-height:30px;padding-left:10px;width:105px}.jetpack-whatsapp-button__phonenumber .components-placeholder__label svg{margin-right:6px}.jetpack-whatsapp-error{display:inline-flex;margin-bottom:10px}.jetpack-whatsapp-error span,.jetpack-whatsapp-error svg{color:red;fill:red;vertical-align:middle}.jetpack-whatsapp-error svg{margin:-3px 5px 0 0}.jetpack-whatsapp-button__popover .components-popover__content{min-width:260px;padding:12px}.wp-block[data-align=center] .wp-block-jetpack-whatsapp-button{justify-content:center}.components-seo-placeholder__learn-more{margin-top:1em}.components-seo-upsell__learn-more{margin:1em 0}.components-seo-upsell__button.is-primary{background:#e34c84;color:#fff;padding-right:10px}.components-seo-upsell__button.is-primary:hover{background:#eb6594}.components-seo-upsell__button.is-primary.is-busy{background-image:linear-gradient(-45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-seo-message-box{width:100%}.components-sharing-placeholder__learn-more{margin-top:1em}.jetpack-clipboard-input{display:flex}.jetpack-clipboard-input .components-clipboard-button,.jetpack-clipboard-input .components-text-control__input{min-height:36px}.jetpack-clipboard-input .components-clipboard-button{margin-left:6px}.simple-payments__loading{animation:simple-payments-loading 1.6s ease-in-out infinite}@keyframes simple-payments-loading{0%{opacity:.5}50%{opacity:.7}to{opacity:.5}}.jetpack-simple-payments-wrapper{margin-bottom:1.5em}body .jetpack-simple-payments-wrapper .jetpack-simple-payments-details p{margin:0 0 1.5em;padding:0}.jetpack-simple-payments-description{white-space:pre-wrap}.jetpack-simple-payments-product{display:flex;flex-direction:column}.jetpack-simple-payments-product-image{flex:0 0 30%;margin-bottom:1.5em}.jetpack-simple-payments-image{box-sizing:border-box;min-width:70px;padding-top:100%;position:relative}.jetpack-simple-payments-image img{border:0;border-radius:0;height:auto;left:50%;margin:0;max-height:100%;max-width:100%;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}.jetpack-simple-payments-price p,.jetpack-simple-payments-title p{font-weight:700}.jetpack-simple-payments-purchase-box{align-items:flex-start;display:flex}.jetpack-simple-payments-items{flex:0 0 auto;margin-right:10px}input[type=number].jetpack-simple-payments-items-number{background:#fff;font-size:16px;line-height:1;max-width:60px;padding:4px 8px!important}input[type=number].jetpack-simple-payments-items-number::-webkit-inner-spin-button,input[type=number].jetpack-simple-payments-items-number::-webkit-outer-spin-button{opacity:1}@media screen and (min-width:400px){.jetpack-simple-payments-product{flex-direction:row}.jetpack-simple-payments-product-image+.jetpack-simple-payments-details{flex-basis:70%;padding-left:1em}}.wp-block-jetpack-simple-payments .simple-payments__wrapper{display:grid;grid-template-columns:200px auto;grid-column-gap:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.wp-block-jetpack-simple-payments .simple-payments__field .components-base-control__field{margin-bottom:1em}.wp-block-jetpack-simple-payments .simple-payments__field textarea{display:block}.wp-block-jetpack-simple-payments .simple-payments__field input,.wp-block-jetpack-simple-payments .simple-payments__field textarea{font:inherit}.wp-block-jetpack-simple-payments img{max-width:100%}.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-content .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-email .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-title .components-base-control__label{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.wp-block-jetpack-simple-payments .simple-payments__field-has-error .components-text-control__input,.wp-block-jetpack-simple-payments .simple-payments__field-has-error .components-textarea-control__input{border-color:#d63638}.wp-block-jetpack-simple-payments .simple-payments__price-container{display:flex;flex-wrap:wrap}.wp-block-jetpack-simple-payments .simple-payments__price-container .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__price-container .components-input-control__label{display:block;font-weight:400;margin:0 0 4px}.wp-block-jetpack-simple-payments .simple-payments__price-container select.components-select-control__input{-webkit-appearance:none;-moz-appearance:none;height:auto;max-width:none;padding:3px 8px 1px}.wp-block-jetpack-simple-payments .simple-payments__price-container div.components-input-control__container{position:relative}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-currency{margin-right:5px}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-currency .components-input-control__container{width:calc(100% - 5px)}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-price .components-base-control__field{display:flex;flex-direction:column}.wp-block-jetpack-simple-payments .simple-payments__price-container .help-message{flex:1 1 100%;margin-top:0}.wp-block-jetpack-simple-payments .simple-payments__price-container .components-input-control__suffix>div{align-items:center;bottom:0;box-sizing:border-box;display:flex;padding:0 4px;pointer-events:none;position:absolute;right:0;top:0}.wp-block-jetpack-simple-payments .simple-payments__field-email .components-text-control__input{max-width:400px}.wp-block-jetpack-simple-payments .simple-payments__field-multiple{margin-bottom:5px}.wp-block-jetpack-simple-payments .simple-payments__field-multiple .components-toggle-control__label{line-height:1.4em}.wp-block-jetpack-simple-payments .simple-payments__field-content .components-textarea-control__input{min-height:32px;padding:8px;width:100%}.jetpack-simple-payments__purchase-link-text .components-base-control{margin-bottom:0}.jetpack-simple-payments__purchase-link-text input.components-text-control__input{margin-bottom:5px}.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow{margin-bottom:1.5em;position:relative}.wp-block-jetpack-slideshow [tabindex="-1"]:focus{outline:0}.wp-block-jetpack-slideshow.wp-amp-block>.wp-block-jetpack-slideshow_container{opacity:1}.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay .wp-block-jetpack-slideshow_button-play,.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay.wp-block-jetpack-slideshow__autoplay-playing .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay.wp-block-jetpack-slideshow__autoplay-playing .wp-block-jetpack-slideshow_button-play{display:none}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container{opacity:0;overflow:hidden;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.wp-swiper-initialized{opacity:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.swiper-container{display:block}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_slide,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_swiper-wrapper{line-height:normal;margin:0;padding:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper{display:flex}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{display:flex;height:100%;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure{align-items:center;display:flex;height:100%;justify-content:center;margin:0;position:relative;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure .wp-block-jetpack-slideshow_image{pointer-events:none;-webkit-user-select:none;user-select:none}.wp-block-jetpack-slideshow.alignfull .wp-block-jetpack-slideshow_image,.wp-block-jetpack-slideshow.alignwide .wp-block-jetpack-slideshow_image{max-width:unset;object-fit:cover;width:100vw}.wp-block-jetpack-slideshow .swiper-container-fade .wp-block-jetpack-slideshow_slide:not(.swiper-slide-active){opacity:0!important}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.wp-block-jetpack-slideshow .amp-carousel-button,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;border-radius:4px;box-shadow:none;height:30px;margin:-14px 0 0;opacity:.5;padding:0;transition:opacity .5s ease-out;width:28px}.wp-block-jetpack-slideshow .amp-carousel-button:focus,.wp-block-jetpack-slideshow .amp-carousel-button:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:hover{background-color:#fff;opacity:1}.wp-block-jetpack-slideshow .amp-carousel-button:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus{outline:thin dotted #fff;outline-offset:-4px}.wp-block-jetpack-slideshow .amp-carousel-button{margin:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{display:none}.wp-block-jetpack-slideshow .swiper-button-next:after,.wp-block-jetpack-slideshow .swiper-button-prev:after,.wp-block-jetpack-slideshow .swiper-container-rtl .swiper-button-next:after,.wp-block-jetpack-slideshow .swiper-container-rtl .swiper-button-prev:after{content:""}.wp-block-jetpack-slideshow .amp-carousel-button-next,.wp-block-jetpack-slideshow .swiper-button-next.swiper-button-white,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-prev.swiper-button-white,.wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB4PSI4IiB5PSI2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOC41OTggMTYuNTkgMTMuMTU2IDEyIDguNTk4IDcuNDEgMTAuMDAxIDZsNS45NyA2LTUuOTcgNnoiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTS4zNDQgMGgyMy44ODJ2MjRILjM0NHoiLz48L2c+PC9zdmc+)}.wp-block-jetpack-slideshow .amp-carousel-button-prev,.wp-block-jetpack-slideshow .swiper-button-prev.swiper-button-white,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev,.wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-next.swiper-button-white,.wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI5IiBoZWlnaHQ9IjEyIiB4PSI4IiB5PSI2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTYuMjA3IDE2LjU5IDExLjY1IDEybDQuNTU3LTQuNTlMMTQuODA0IDZsLTUuOTcgNiA1Ljk3IDZ6Ii8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0uNTc5IDBoMjMuODgydjI0SC41Nzl6Ii8+PC9nPjwvc3ZnPg==)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M6 19h4V5H6zm8-14v14h4V5z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");display:none;inset-inline-end:10px;margin-top:0;position:absolute;top:10px;z-index:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_autoplay-paused .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E")}.wp-block-jetpack-slideshow:has(>div[data-autoplay=true]) .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{background-color:#00000080;bottom:0;box-sizing:border-box;color:#fff;cursor:text;left:0;margin:0!important;max-height:100%;opacity:1;padding:.75em;position:absolute;right:0;text-align:initial;z-index:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption a{color:inherit}.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_caption.gallery-caption{max-height:calc(100% - 68px)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom{bottom:0;display:flex;gap:8px;justify-content:flex-start;line-height:24px;padding:10px 0 2px;position:relative}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet{background:currentColor;color:currentColor;height:8px;opacity:.5;transform:scale(.75);transition:opacity .25s,transform .25s;vertical-align:top;width:8px}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:hover{opacity:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:focus{outline:thin dotted;outline-offset:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet[selected],.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet-active,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet[selected]{background-color:currentColor;opacity:1;transform:scale(1)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-simple,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-simple{font-size:14px;line-height:16px;text-align:start;width:100%}.wp-block-jetpack-slideshow_pagination.amp-pagination{text-align:center}.wp-block-jetpack-slideshow_pagination.amp-pagination .swiper-pagination-bullet{border:0;border-radius:100%;display:inline-block;margin:0 4px;padding:0}@media(min-width:600px){.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{display:block}}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container{height:auto;opacity:1;overflow:visible;width:auto}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper,.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure{display:block;margin-bottom:12px}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper,.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{list-style:none;margin-left:auto;margin-right:auto}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{display:inline-block;height:auto;margin-left:2%!important;margin-right:2%!important;vertical-align:top;width:42%}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{background-color:#0000;bottom:auto;color:inherit;inset-inline-end:auto;padding-top:0;position:relative}.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block-jetpack-slideshow,.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block>.wp-block-jetpack-slideshow{display:grid}.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block-jetpack-slideshow>.swiper-container,.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block>.wp-block-jetpack-slideshow>.swiper-container{width:100%}.wp-block-jetpack-slideshow__add-item{margin-top:4px;width:100%}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button,.wp-block-jetpack-slideshow__add-item .components-form-file-upload{width:100%}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button:focus,.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button:hover{border:1px solid #949494}.wp-block[data-align=full] .wp-block-jetpack-slideshow_image,.wp-block[data-align=wide] .wp-block-jetpack-slideshow_image{max-width:unset;object-fit:cover;width:100vw}.wp-block-jetpack-slideshow_slide .components-spinner{left:50%;margin-left:-9px;margin-top:-9px;position:absolute;top:50%}.wp-block-jetpack-slideshow_slide.is-transient img{opacity:.3}.jetpack-mdc-icon-button{align-items:center;border:0;box-sizing:border-box;display:inline-flex;justify-content:center;padding:0;position:relative;fill:currentColor;appearance:none;background-color:#0000;color:#fff;cursor:pointer;overflow:hidden;text-decoration:none!important;-webkit-user-select:none;user-select:none}.jetpack-mdc-icon-button.outlined{background-color:#00000080}.jetpack-mdc-icon-button.outlined:hover{background-color:#0000004d}.jetpack-mdc-icon-button.outlined-w{background-color:#fff3}.jetpack-mdc-icon-button.outlined-w:hover{background-color:#ffffff4d}.jetpack-mdc-icon-button.bordered{border:2px solid #fff}.jetpack-mdc-icon-button.circle-icon{border-radius:50%}.wp-story-display-contents{display:contents}.wp-story-app{padding:10px}.wp-story-container{border-radius:15px;display:block;height:320px;list-style:none;margin-bottom:24px;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;width:180px;z-index:1;-webkit-tap-highlight-color:rgba(0,0,0,0);box-shadow:0 2px 12px #00000040;break-inside:avoid;page-break-inside:avoid;transition:box-shadow .3s ease-in-out,transform .3s cubic-bezier(.18,.14,.25,1)}.wp-story-container figure{transition:transform .3s cubic-bezier(.18,.14,.25,1)}.wp-story-container:hover{box-shadow:0 4px 12px #0000004d;transform:scale3d(1.03,1.03,1)}.wp-story-container:hover figure{transform:scale3d(1.07,1.07,1)}.wp-story-container button{background-color:#0000;border:0;box-shadow:none;cursor:pointer;outline-width:0;text-shadow:none}.wp-story-container.wp-story-initialized{opacity:1}.wp-story-container.wp-story-clickable{cursor:pointer}.wp-story-container .wp-story-slide,.wp-story-container .wp-story-wrapper{line-height:normal;list-style-type:none;margin:0;padding:0}.wp-story-container .wp-story-wrapper{background-color:#0e1112;border-radius:15px;bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;z-index:-1}.wp-story-container .wp-story-slide{display:flex;height:100%;width:100%}.wp-story-container .wp-story-slide figure{align-items:center;display:flex;height:100%;justify-content:center;margin:0;object-fit:contain;overflow:hidden;position:relative;width:100%}.wp-story-container .wp-story-slide.is-loading{align-items:center;background-color:#484542;justify-content:center;position:absolute;z-index:1}.wp-story-container .wp-story-slide.is-loading.semi-transparent{background-color:rgba(72,69,66,.498)}.wp-story-container .wp-story-slide.is-loading.transparent{background-color:#0000}@keyframes rotate-spinner{to{transform:rotate(1turn)}}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner{align-items:center;display:flex}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__inner,.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid #0000;border-radius:50%;box-sizing:border-box;margin:auto}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__outer{border-top-color:#fff;font-size:40px;height:40px;width:40px}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__inner{border-right-color:#c4c4c4;border-top-color:#c4c4c4;height:100%;opacity:.4;width:100%}.wp-story-container .wp-story-image,.wp-story-container .wp-story-video{border:0;display:block;height:auto;margin:0;max-height:100%;max-width:100%;width:auto}.wp-story-container .wp-story-image.wp-story-crop-wide,.wp-story-container .wp-story-video.wp-story-crop-wide{max-width:revert}.wp-story-container .wp-story-image.wp-story-crop-narrow,.wp-story-container .wp-story-video.wp-story-crop-narrow{max-height:revert}.wp-story-container .wp-story-controls,.wp-story-container .wp-story-meta{display:none}.wp-story-container .wp-story-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-story-container .wp-story-overlay .wp-story-button-play,.wp-story-container .wp-story-overlay .wp-story-button-replay{cursor:pointer}.wp-story-container .wp-story-overlay .wp-story-embed-icon,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{align-items:center;background-color:#00000080;border-radius:5px;color:#fff;display:flex;margin:15px;padding:5px 3px;position:absolute;right:0;top:0}.wp-story-container .wp-story-overlay .wp-story-embed-icon *,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand *{margin:0 2px}.wp-story-container .wp-story-overlay .wp-story-embed-icon svg,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand svg{fill:#fff;height:20px;width:20px}.wp-story-container .wp-story-overlay .wp-story-embed-icon span,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand span{color:#fff;font-family:sans-serif;font-size:16px;font-weight:600;line-height:20px}.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{background-color:#0000}.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand svg{filter:drop-shadow(0 0 2px rgba(0,0,0,.6))}.wp-story-container.wp-story-disabled .wp-story-overlay,.wp-story-container.wp-story-ended .wp-story-overlay{background-color:#fff6}.wp-story-container .wp-story-next-slide,.wp-story-container .wp-story-prev-slide{display:none;position:absolute}.wp-story-container .wp-story-next-slide button,.wp-story-container .wp-story-prev-slide button{border-width:0}.wp-story-container .wp-story-next-slide button:hover,.wp-story-container .wp-story-prev-slide button:hover{border-width:2px}.wp-story-container .wp-story-prev-slide{left:-84px;margin:auto}.wp-story-container .wp-story-next-slide{margin:auto;right:-84px}.wp-story-container .wp-story-pagination{position:absolute;text-align:center;z-index:2}.wp-story-container .wp-story-pagination-bullets{bottom:0;display:flex;left:0;margin:7px 10px;overflow:hidden;position:absolute;right:0;top:auto;transition:flex-basis 1s ease-in-out}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet{flex:1;justify-content:space-between;margin:0 2px;opacity:1;padding:6px 0;vertical-align:top}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet .wp-story-pagination-bullet-bar{background:#fff9;height:4px;min-width:12px;width:100%}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet .wp-story-pagination-bullet-bar-progress{background-color:#fff;height:4px;opacity:1;transition:width .1s ease;width:0}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-ellipsis{flex:0 0 4px}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-ellipsis .wp-story-pagination-bullet-bar{min-width:6px}.wp-story-container .wp-story-controls{bottom:30px;display:none;flex-direction:row;justify-content:space-between;margin:0 10px;position:absolute;width:64px;z-index:3}@media(max-width:782px){.wp-story-container .wp-story-controls{bottom:50px;margin:0 16px}}.wp-story-container.wp-story-with-controls{border-radius:0;box-shadow:none!important;overflow:visible;transition:none!important}.wp-story-container.wp-story-with-controls .wp-story-wrapper{border-radius:15px;box-shadow:0 2px 12px #00000040;overflow:hidden}.wp-story-container.wp-story-with-controls figure{transform:none!important;transition:none!important}.wp-story-container.wp-story-with-controls:hover{box-shadow:none!important;transform:none!important}.wp-story-container.wp-story-with-controls:hover figure{transform:none}.wp-story-container.wp-story-with-controls .wp-story-next-slide,.wp-story-container.wp-story-with-controls .wp-story-prev-slide{display:block}.wp-story-container.wp-story-with-controls .wp-story-prev-slide{left:-48px;margin:auto}.wp-story-container.wp-story-with-controls .wp-story-next-slide{margin:auto;right:-48px}.wp-story-container.wp-story-with-controls .wp-story-controls{display:flex}@media(max-width:782px){.wp-story-container.wp-story-with-controls .wp-story-controls{bottom:30px;margin:0 10px}}.wp-story-fullscreen.wp-story-app{bottom:0;height:100%;left:0;margin:0;max-width:100%!important;padding:0;position:fixed;right:0;top:0;transform:translateZ(0);-webkit-user-select:none;user-select:none;width:100%!important;z-index:9999999999;-webkit-touch-callout:none}.wp-story-fullscreen.wp-story-container{border-radius:0;box-shadow:none;height:100%;margin:auto;max-height:100%;max-width:100%;overflow:initial;width:100%}.wp-story-fullscreen.wp-story-container,.wp-story-fullscreen.wp-story-container figure{transform:none;transition:none!important}.wp-story-fullscreen.wp-story-container:focus{outline:none}.wp-story-fullscreen.wp-story-container:before{box-shadow:none}.wp-story-fullscreen.wp-story-container:before:hover{opacity:0;transition:none!important}.wp-story-fullscreen.wp-story-container .wp-story-wrapper{border-radius:0;height:auto;margin-bottom:84px;margin-top:84px;overflow:initial}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-wrapper{margin-bottom:0;margin-top:0}}.wp-story-fullscreen.wp-story-container .wp-story-slide{height:100%;width:auto}.wp-story-fullscreen.wp-story-container .wp-story-slide.is-loading{width:100%}.wp-story-fullscreen.wp-story-container .wp-story-meta{align-items:center;color:#fff;display:flex;flex-direction:row;font-family:sans-serif;line-height:20px;padding:20px 0}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta{background:#000;background:linear-gradient(180deg,#000000a1,#0000);padding:16px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon{background-color:#fff;border:2px solid #fff;border-radius:4px;flex-shrink:0;height:40px;margin:0 16px 0 0;width:40px}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon img{height:100%;text-align:center;width:100%}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon{height:24px;margin:0 12px 0 0;width:24px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-title{display:-webkit-box;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-title{font-size:12px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-exit-fullscreen{margin-left:auto;min-height:24px;min-width:24px;order:3}.wp-story-fullscreen.wp-story-container .wp-story-overlay{margin-bottom:84px;margin-top:84px}.wp-story-fullscreen.wp-story-container .wp-story-overlay .wp-story-embed-icon,.wp-story-fullscreen.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{display:none}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-overlay{bottom:76px;margin-bottom:0;margin-top:0;top:76px}.wp-story-fullscreen.wp-story-container.wp-story-disabled .wp-story-overlay,.wp-story-fullscreen.wp-story-container.wp-story-ended .wp-story-overlay{bottom:0;top:0}}.wp-story-fullscreen.wp-story-container .wp-story-next-slide,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{display:block}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-next-slide,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{bottom:0;display:block;height:100%;position:absolute;top:0}.wp-story-fullscreen.wp-story-container .wp-story-next-slide button,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide button{display:none}.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{left:0;width:33.33%}.wp-story-fullscreen.wp-story-container .wp-story-next-slide{right:0;width:66.66%}}.wp-story-fullscreen.wp-story-container .wp-story-controls{bottom:20px;display:flex;flex-direction:row;justify-content:space-between;margin:0;position:absolute;width:88px}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-controls{bottom:36px;margin:0 16px}}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets{bottom:42px;display:flex;margin:0;padding:14px 0;position:absolute;top:auto}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet{justify-content:space-between}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet:first-child{margin-left:0}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet:last-child{margin-right:0}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets{bottom:0;padding:10px 16px}}.wp-story-background{background-color:#0e1112;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:-2}.wp-story-background svg{height:0;width:0}.wp-story-background img{height:100%;width:100%}.wp-story-background .wp-story-background-dark{bottom:0;left:0;opacity:.12;position:absolute;right:0;top:0}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-dark{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}}.wp-story-background .wp-story-background-image{background-position:0;background-repeat:no-repeat;background-size:100% auto;display:none;height:100%;width:100%}@supports not ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-image{filter:blur(18px);filter:url(#gaussian-blur-18);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius="18")}}.wp-story-background .wp-story-background-blur{background-color:rgba(14,17,18,.878);bottom:0;left:0;position:absolute;right:0;top:0}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-blur{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}}html.wp-story-in-fullscreen{overflow:hidden;scroll-behavior:auto}body.wp-story-in-fullscreen{height:100%;overflow:hidden;padding-right:15px;position:fixed;width:100%}.wp-block-jetpack-story__add-item{margin-top:4px;width:100%}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button,.wp-block-jetpack-story__add-item .components-form-file-upload{height:100%;width:100%}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button:focus,.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button:hover{border:1px solid #949494}.wp-story-container .wp-story-next-slide button,.wp-story-container .wp-story-prev-slide button{background-color:#0000;border:1px solid #50575e;color:#50575e;height:36px!important;outline:0;width:36px!important}.wp-story-container .wp-story-next-slide button:hover,.wp-story-container .wp-story-prev-slide button:hover{background-color:#0000;border:1px solid #50575e}.wp-story-container .wp-story-next-slide button:hover i,.wp-story-container .wp-story-prev-slide button:hover i{color:#3381b8}.jetpack-inspector-notice span.jetpack-subscribe-notice-visibility{margin:0;padding:0;width:100%}.jetpack-newsletter-link{text-decoration:none}.jetpack-newsletter-access-radio-buttons input[type=radio]{flex-shrink:0}.jetpack-newsletter-access-radio-buttons label{text-wrap:balance}.jetpack-subscribe-newsletters-panel .edit-post-post-misconfiguration__warning{font-size:12px;margin:0}.jetpack-subscribe-newsletters-panel .edit-post-post-misconfiguration__warning .components-notice__content{margin-right:0}.jetpack-editor-post-tiers{padding-left:35px;padding-top:5px}.jetpack-subscribe-affirmation-loading{background:#ccc;color:#ccc}.is-style-compact .is-not-subscriber .wp-block-button__link,.is-style-compact .is-not-subscriber .wp-block-jetpack-subscriptions__button{border-end-start-radius:0!important;border-start-start-radius:0!important;margin-inline-start:0!important}.is-style-compact .is-not-subscriber .components-text-control__input,.is-style-compact .is-not-subscriber p#subscribe-email input[type=email]{border-end-end-radius:0!important;border-start-end-radius:0!important}.is-style-compact:not(.wp-block-jetpack-subscriptions__use-newline) .components-text-control__input{border-inline-end-width:0!important}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form-container{display:flex;flex-direction:column}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) .is-not-subscriber .wp-block-jetpack-subscriptions__form-elements{align-items:flex-start;display:flex}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) p#subscribe-submit{display:flex;justify-content:center}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]{box-sizing:border-box;cursor:pointer;line-height:1.3;min-width:auto!important;white-space:nowrap!important}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]::placeholder,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]:disabled,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]::placeholder,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]:disabled{color:currentColor;opacity:.5}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button{border-color:#0000;border-style:solid}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email{background:#0000;flex-grow:1}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email input[type=email]{height:auto;margin:0;width:100%}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-submit,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-submit{line-height:0;margin:0;padding:0}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__show-subs .wp-block-jetpack-subscriptions__subscount{font-size:16px;margin:8px 0;text-align:end}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__form-elements{display:block}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline button{display:inline-block;max-width:100%}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__subscount{text-align:start}#subscribe-submit.is-link{text-align:center;width:auto!important}#subscribe-submit.is-link a{margin-left:0!important;margin-top:0!important;width:auto!important}.jetpack-inspector-notice{align-items:center;background:#f0f0f0;border-radius:4px;display:flex;justify-content:space-between;margin:0 16px 24px;padding:24px}.jetpack-inspector-notice>.jetpack-logo{margin-left:12px}.components-tab-panel__tab-content div:first-child .jetpack-inspector-notice{margin-top:24px}.jetpack-newsletter-test-email-modal__email-sent{color:#2fb41f}.jetpack-newsletter-test-email-modal__email-sent svg{fill:#2fb41f}.jetpack-newsletter-preview-modal h1{flex-shrink:0}.jetpack-subscribe-post-publish-panel .jetpack-inspector-notice,.jetpack-subscribe-pre-publish-panel .jetpack-inspector-notice{margin:0}.jetpack-subscribe-post-publish-panel .jetpack-subscribe-reader-count,.jetpack-subscribe-pre-publish-panel .jetpack-subscribe-reader-count{font-weight:700;white-space:nowrap}.jetpack-subscribe-post-publish-panel__heading,.jetpack-subscribe-pre-publish-panel__heading{font-weight:400;margin-inline-start:3px}.jetpack-subscribe-post-publish-panel .components-notice__content,.jetpack-subscribe-pre-publish-panel .components-notice__content{margin-top:0}.jetpack-subscribe-post-publish-panel__notice.components-notice,.jetpack-subscribe-pre-publish-panel__notice.components-notice{margin:0;padding:0}.jetpack-subscribe-post-publish-panel__notice.components-notice.is-info,.jetpack-subscribe-pre-publish-panel__notice.components-notice.is-info{border-inline-start-color:#fff}.jetpack-subscribe-post-publish-panel__notice.components-notice.is-info a,.jetpack-subscribe-pre-publish-panel__notice.components-notice.is-info a{text-decoration:underline}.paid-newsletters-post-publish-panel__external_icon{height:1.55em;margin:-.2em .1em 0;vertical-align:middle;fill:currentColor}.paid-newsletters-post-publish-panel .post-publish-panel__postpublish-buttons .components-button{padding-bottom:.4em;padding-top:.5em}.paid-newsletters-post-publish-panel .components-panel__body-toggle svg{margin:0 0 0 .5em}.paid-newsletters-post-publish-panel p{margin-top:0}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img{border-radius:50%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row{flex-grow:1;width:100%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col{width:100%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col{width:calc(50% - 2px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col{width:calc(33.33333% - 2.66667px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col{width:calc(25% - 3px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col{width:calc(20% - 3.2px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col{width:calc(16.66667% - 3.33333px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col{width:calc(14.28571% - 3.42857px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col{width:calc(12.5% - 3.5px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col{width:calc(11.11111% - 3.55556px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col{width:calc(10% - 3.6px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col{width:calc(9.09091% - 3.63636px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col{width:calc(8.33333% - 3.66667px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col{width:calc(7.69231% - 3.69231px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col{width:calc(7.14286% - 3.71429px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col{width:calc(6.66667% - 3.73333px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col{width:calc(6.25% - 3.75px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col{width:calc(5.88235% - 3.76471px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col{width:calc(5.55556% - 3.77778px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col{width:calc(5.26316% - 3.78947px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col{width:calc(5% - 3.8px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__item img{aspect-ratio:1}.wp-block-jetpack-tiled-gallery .is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery .is-style-rectangular .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item{display:flex}.wp-block-jetpack-tiled-gallery .has-rounded-corners-1 .tiled-gallery__item img{border-radius:1px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-2 .tiled-gallery__item img{border-radius:2px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-3 .tiled-gallery__item img{border-radius:3px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-4 .tiled-gallery__item img{border-radius:4px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-5 .tiled-gallery__item img{border-radius:5px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-6 .tiled-gallery__item img{border-radius:6px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-7 .tiled-gallery__item img{border-radius:7px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-8 .tiled-gallery__item img{border-radius:8px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-9 .tiled-gallery__item img{border-radius:9px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-10 .tiled-gallery__item img{border-radius:10px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-11 .tiled-gallery__item img{border-radius:11px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-12 .tiled-gallery__item img{border-radius:12px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-13 .tiled-gallery__item img{border-radius:13px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-14 .tiled-gallery__item img{border-radius:14px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-15 .tiled-gallery__item img{border-radius:15px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-16 .tiled-gallery__item img{border-radius:16px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-17 .tiled-gallery__item img{border-radius:17px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-18 .tiled-gallery__item img{border-radius:18px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-19 .tiled-gallery__item img{border-radius:19px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-20 .tiled-gallery__item img{border-radius:20px}.tiled-gallery__gallery{display:flex;flex-wrap:wrap;padding:0;width:100%}.tiled-gallery__row{display:flex;flex-direction:row;justify-content:center;margin:0;width:100%}.tiled-gallery__row+.tiled-gallery__row{margin-top:4px}.tiled-gallery__col{display:flex;flex-direction:column;justify-content:center;margin:0}.tiled-gallery__col+.tiled-gallery__col{margin-inline-start:4px}.tiled-gallery__item{flex-grow:1;justify-content:center;margin:0;overflow:hidden;padding:0;position:relative}.tiled-gallery__item.filter__black-and-white{filter:grayscale(100%)}.tiled-gallery__item.filter__sepia{filter:sepia(100%)}.tiled-gallery__item.filter__1977{filter:contrast(1.1) brightness(1.1) saturate(1.3);position:relative}.tiled-gallery__item.filter__1977 img{width:100%;z-index:1}.tiled-gallery__item.filter__1977:before{z-index:2}.tiled-gallery__item.filter__1977:after,.tiled-gallery__item.filter__1977:before{content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.tiled-gallery__item.filter__1977:after{background:#f36abc4d;mix-blend-mode:screen;z-index:3}.tiled-gallery__item.filter__clarendon{filter:contrast(1.2) saturate(1.35);position:relative}.tiled-gallery__item.filter__clarendon img{width:100%;z-index:1}.tiled-gallery__item.filter__clarendon:before{z-index:2}.tiled-gallery__item.filter__clarendon:after,.tiled-gallery__item.filter__clarendon:before{content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.tiled-gallery__item.filter__clarendon:after{z-index:3}.tiled-gallery__item.filter__clarendon:before{background:#7fbbe333;mix-blend-mode:overlay}.tiled-gallery__item.filter__gingham{filter:brightness(1.05) hue-rotate(-10deg);position:relative}.tiled-gallery__item.filter__gingham img{width:100%;z-index:1}.tiled-gallery__item.filter__gingham:before{z-index:2}.tiled-gallery__item.filter__gingham:after,.tiled-gallery__item.filter__gingham:before{content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.tiled-gallery__item.filter__gingham:after{background:#e6e6fa;mix-blend-mode:soft-light;z-index:3}.tiled-gallery__item+.tiled-gallery__item{margin-top:4px}.tiled-gallery__item:focus-within{box-shadow:0 0 0 2px var(--wp-admin-theme-color);overflow:visible}.tiled-gallery__item>img{background-color:#0000001a}.tiled-gallery__item>a,.tiled-gallery__item>a>img,.tiled-gallery__item>img{display:block;height:auto;margin:0;max-width:100%;object-fit:cover;object-position:center;padding:0;width:100%}.is-email .tiled-gallery__gallery{display:block}@keyframes tiled-gallery-img-placeholder{0%{background-color:#f6f7f7}50%{background-color:#f6f7f780}to{background-color:#f6f7f7}}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item.is-transient img,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__item.is-transient img{margin-bottom:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__wrapper{padding-left:4px;padding-right:4px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item>img:focus{outline:none}.wp-block-jetpack-tiled-gallery .tiled-gallery__item>img{animation:tiled-gallery-img-placeholder 1.6s ease-in-out infinite}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected{filter:none;outline:4px solid #0085ba}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected:after,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected:before{content:none}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-transient{height:100%;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-transient img{background-position:50%;background-size:cover;height:100%;opacity:.3;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu{background:#fff;border:1px solid #1e1e1e9e;border-radius:2px;transition:box-shadow .2s ease-out}@media(prefers-reduced-motion:reduce){.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu{transition-delay:0s;transition-duration:0s}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu:hover,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu:hover{box-shadow:0 .7px 1px #0000001a,0 1.2px 1.7px -.2px #0000001a,0 2.3px 3.3px -.5px #0000001a}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button{color:#1e1e1e9e;height:24px;padding:2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}@media(min-width:600px){.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button{height:inherit;padding:0;width:inherit}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button:focus,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button:focus{color:inherit}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item{margin-top:4px;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-form-file-upload{width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button:focus,.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button:hover{border:1px solid #949494}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{display:inline-flex;margin:8px;z-index:20}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu .components-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu .components-button{color:#0000}@media(min-width:600px){.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{padding:2px}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu{position:absolute;right:-2px;top:-2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{left:-2px;position:absolute;top:-2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-backward,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-forward,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__remove{padding:0}.wp-block-jetpack-tiled-gallery .tiled-gallery__item .components-spinner{left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.block-editor-block-preview__content .wp-block-jetpack-tiled-gallery .block-editor-media-placeholder{display:none}.tiled-gallery__filter-picker-menu{padding:7px}.tiled-gallery__filter-picker-menu .components-menu-item__button+.components-menu-item__button{margin-top:2px}.tiled-gallery__filter-picker-menu .components-menu-item__button.is-active{box-shadow:0 0 0 2px #949494!important;color:#1e1e1e}.wp-block-jetpack-tock.aligncenter{width:-moz-fit-content;width:fit-content}.jetpack-tock-url-settings{margin:8px}.jetpack-tock-url-input{max-width:300px;min-width:auto;width:90vw}.jetpack-tock-url-input .components-text-control__input{padding:10px 36px 10px 10px}.jetpack-tock-url-instructions{margin:16px}.jetpack-tock-url-input-wrapper{position:relative}.jetpack-tock-url-input-action{position:absolute;right:14px;top:0}.resumable-upload{align-items:flex-start;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:20px 0}.resumable-upload__editor{display:flex;flex-direction:column;justify-content:space-between;width:100%}.resumable-upload__editor-col{padding-left:10px;width:100%}.resumable-upload__editor-col:first-child{padding-left:0}.resumable-upload__editor-thumb-placeholder{align-content:center;aspect-ratio:16/9;background-color:#000;color:#fff;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;text-align:center;width:100%}.resumable-upload__editor-thumb-placeholder img,.uploading-editor__video{max-height:100%;object-fit:contain}.uploading-editor__video{aspect-ratio:16/9;background-color:#000}.resumable-upload__error,.resumable-upload__status{border-top:1px solid #e0e0e0;box-sizing:border-box;margin-top:24px;width:100%}.resumable-upload__status{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px 24px;padding:20px 20px 0}.resumable-upload__error{padding:0 20px}.resumable-upload__file-info{display:flex;flex-direction:row}.resumable-upload__file-size{color:#757575;margin-left:12px}.resumable-upload__progress{background:#d2d2d2;border-radius:4px;box-sizing:border-box;height:8px;max-width:160px;overflow:hidden;width:100%}.resumable-upload__progress-loaded{background:var(--wp-admin-theme-color);color:#fff;height:100%;min-height:8px;text-align:center;transition:width .3s ease}.resumable-upload__select-file{align-items:center;display:flex;flex-direction:row}.resumable-upload__select-file-name{margin-left:12px}.resumable-upload__actions{align-items:center;display:flex;flex-direction:row;justify-content:space-between;justify-self:flex-end;margin-left:auto;width:-moz-fit-content;width:fit-content}.resumable-upload__actions .components-button.is-link{padding:0;text-decoration:none}.resumable-upload__actions .components-button.is-link:focus{box-shadow:none}.resumable-upload__error-text{color:#cc1818;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin-top:16px}.resumable-upload__error-cancel{margin-left:12px;margin-top:16px}.uploading-editor{width:100%}.uploading-editor__title input{margin-left:0;margin-right:0}.uploading-editor__frame-selector{display:flex;flex-direction:column}.uploading-editor__fields{display:block;padding:0 20px}.uploading-editor__content{padding:0 3px}.uploading-editor__video-container{position:relative}.uploading-editor__video-container:hover .uploading-editor__play-icon{opacity:0}.uploading-editor__play-icon{height:130px;left:50%;margin:-65px 0 0 -65px;opacity:1;position:absolute;top:50%;transition:opacity .3s ease-out;width:130px}.resumable-upload__editor-thumb-placeholder .uploading-editor__play-icon{margin-top:-91px}.uploading-editor__scrubber-help{color:#757575}.uploading-editor__upload-link{color:var(--wp-admin-theme-color)!important;cursor:pointer;text-decoration:underline!important}.uploading-editor__video-poster{left:0;object-fit:cover;position:absolute;top:0}.uploading-editor__range{margin-top:-19px}.uploading-editor__range .components-range-control__track{background-color:#272526;border-radius:0;height:8px;opacity:.7}.uploading-editor__range .components-range-control__slider{padding-bottom:0}.uploading-editor__range .components-base-control__field{margin-bottom:0}.uploading-editor__range .components-range-control__wrapper span:first-of-type{background-color:#d9d9d9;border-radius:0;height:8px;opacity:.8}.uploading-editor__range .components-range-control__wrapper span:last-of-type{display:none}.resumable-upload__editor-thumb-placeholder img{object-fit:cover}.poster-selector__buttons{text-align:right}.h2NGkiVs1r1nf85LtJpF{padding:16px}.k3Apzwo3v9n0IaHbB8tf{--spacing-base:8px;margin:0 0 calc(var(--spacing-base)*3) 0}.is-beta{position:relative;transition:box-shadow .5s linear}.is-beta.is-opened{box-shadow:inset 0 0 3px #2fb41f}.is-beta:before{background-color:#2fb41f;border-radius:4px;color:#fff;content:"BETA";font-size:11px;font-weight:600;height:24px;line-height:24px;opacity:1;padding:0 5px;position:absolute;right:16px;top:12px;transition:visibility .5s,opacity .5s linear;visibility:visible;z-index:10000}.is-beta:focus,.is-beta:hover{box-shadow:none}.is-beta:focus:before,.is-beta:hover:before{opacity:0;visibility:hidden}.no-videopress-media-placeholder .components-placeholder__fieldset{align-items:flex-start;flex-direction:row-reverse;justify-content:flex-end}.no-videopress-media-placeholder .components-placeholder__fieldset button{display:none}.no-videopress-media-placeholder .components-placeholder__fieldset .block-editor-media-placeholder__url-input-container button,.no-videopress-media-placeholder .components-placeholder__fieldset .no-videopress-disabled-button{display:inline-flex}.no-videopress-media-placeholder .components-placeholder__fieldset .no-videopress-disabled-button:last-child{margin-right:12px}.videopress-block-hide{display:none}.seekbar-color-settings__panel .components-panel__body.is-opened{padding:0}.seekbar-color-settings__panel .components-panel__body{border-top:none}.videopress-block-tracks-editor>.components-popover__content{width:360px}.videopress-block-tracks-editor__track-list-track{align-items:center;display:flex;min-height:23px;padding:4px 0 4px 12px;place-content:space-between}.videopress-block-tracks-editor__track-list-track-delete{align-items:center;display:flex}.videopress-block-tracks-editor__single-track-editor-label-language{display:flex;margin-top:12px}.videopress-block-tracks-editor__single-track-editor-label-language>.components-base-control{width:50%}.videopress-block-tracks-editor__single-track-editor-label-language>.components-base-control:first-child{margin-right:16px}.videopress-block-tracks-editor__single-track-editor-kind-select{max-width:240px}.videopress-block-tracks-editor__single-track-editor-buttons-container{display:flex;margin-top:32px;min-height:36px;place-content:space-between}.videopress-block-tracks-editor__single-track-editor-upload-file-help{color:#757575;font-size:12px;margin-top:12px}.videopress-block-tracks-editor__single-track-editor-label{color:#757575;display:block;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;text-transform:uppercase}.videopress-block-tracks-editor>.components-popover__content>div,.videopress-block-tracks-editor__add-tracks-container .components-menu-group__label,.videopress-block-tracks-editor__track-list .components-menu-group__label{padding:0}.videopress-block-tracks-editor__add-tracks-container,.videopress-block-tracks-editor__single-track-editor,.videopress-block-tracks-editor__track-list{padding:12px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-base-control__label{margin-bottom:4px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-base-control__field{margin-bottom:12px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-text-control__input{margin-left:0}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-input-control__label{margin-bottom:4px}.videopress-block-tracks-editor__single-track-editor-upload-file-label{display:flex}.videopress-block-tracks-editor__single-track-editor-upload-file-label .components-form-file-upload,.videopress-block-tracks-editor__single-track-editor-upload-file-label .videopress-block-tracks-editor__single-track-editor-upload-file-label-name{margin-inline-start:8px}.videopress-block-tracks-editor__single-track-editor-error{color:#cc1818;padding:12px 0}.uploader-block__logo{align-items:center;display:flex;flex-direction:row;font-size:24px;line-height:29px;margin-bottom:12px;padding:0 20px}.uploader-block__logo-text{margin-left:10px}.uploader-block__upload-complete{align-items:center;border-top:1px solid #e0e0e0;box-sizing:border-box;display:flex;justify-content:space-between;margin-top:24px;padding:20px 20px 0;width:100%}[data-type="jetpack/wordads"][data-align=center] .jetpack-wordads__ad{margin:0 auto}.jetpack-wordads__ad{display:flex;flex-direction:column;max-width:100%;overflow:hidden}.jetpack-wordads__ad .components-placeholder{flex-grow:2}.jetpack-wordads__ad .components-toggle-control__label{line-height:1.4em}.jetpack-wordads__ad .components-base-control__field,.wp-block-jetpack-wordads__format-picker{padding:7px}.wp-block-jetpack-wordads__format-picker .components-menu-item__button+.components-menu-item__button{margin-top:2px}.wp-block-jetpack-wordads__format-picker .components-menu-item__button.is-active{box-shadow:0 0 0 2px #949494!important;color:#1e1e1e}.jetpack-wordads__mobile-visibility{margin-top:20px}.wp-block-jetpack-payments-intro .components-placeholder__fieldset{flex-direction:column}.wp-block-jetpack-payments-intro .components-placeholder__fieldset>p,.wp-block-jetpack-payments-intro .components-placeholder__instructions{margin-bottom:0}.wp-payments-intro-pattern-picker__opener{margin-top:16px;width:min-content}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:8px}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{max-height:250px}.wp-block-jetpack-payments-intro__pattern-picker__selection-modal .components-modal__content{overflow:hidden;padding:0}.wp-block-jetpack-payments-intro__pattern-picker__selection-modal .components-modal__content:before{margin-bottom:0}@media(min-width:600px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{height:calc(100% - 120px);width:calc(100% - 32px)}}@media(min-width:782px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{width:750px}}@media(min-width:960px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{height:80%;max-height:none;width:80%}}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:16px 0;padding:0;width:100%}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker>li{flex-shrink:1;list-style:none;margin:8px 20px 0 0;text-align:center;width:75px}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker>li button{display:inline-flex;margin-right:0}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker .wp-block-jetpack-payments-intro__variation-picker__variation{padding:8px}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker .wp-block-jetpack-payments-intro__variation-picker__variation-label{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4}.wp-block-jetpack-payments-intro__variation-picker__variation{width:100%}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button.has-icon{justify-content:center;width:auto}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button.has-icon.is-secondary{background-color:#fff}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button{height:auto;padding:0}.wp-block-jetpack-payments-intro__variation-picker__variation:before{content:"";padding-bottom:100%}.wp-block-jetpack-payments-intro__variation-picker__variation:first-child{margin-inline-start:0}.wp-block-jetpack-payments-intro__variation-picker__variation:last-child{margin-inline-end:0}.post-publish-qr-post-panel .components-panel__body-toggle>svg{margin-left:5px}.post-publish-qr-post-panel .components-panel__row .components-button{flex-grow:1;justify-content:center;margin:5px;padding:3px 10px 4px;text-align:center}.qr-post-modal__qr-code{display:flex;justify-content:center}.qr-post-jetpack-logo{display:none}.editor-styles-wrapper .wp-block-jetpack-payment-buttons{--jetpack-payment-buttons-gap:0.5em}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.is-layout-flex{display:flex;gap:var(--jetpack-payment-buttons-gap)}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.is-layout-flex .is-layout-flex{display:flex}.editor-styles-wrapper .wp-block-jetpack-payment-buttons .wp-block-jetpack-recurring-payments{margin:0;width:auto}.editor-styles-wrapper .wp-block-jetpack-payment-buttons .wp-block-button__link{width:100%}.components-placeholder.jetpack-payment-buttons__upgrade-nudge{margin-bottom:16px}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.has-custom-font-size .wp-block-jetpack-button .wp-block-button__link:not(.has-custom-font-size){font-size:inherit}.wp-block-jetpack-paywall-block{align-items:center;color:currentColor;display:flex;opacity:.8}.wp-block-jetpack-paywall-block span{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:0 8px;text-align:center;text-transform:uppercase;-webkit-user-select:"none";user-select:"none";white-space:nowrap}.wp-block-jetpack-paywall-block span svg{vertical-align:text-top;fill:currentColor}.wp-block-jetpack-paywall-block:after,.wp-block-jetpack-paywall-block:before{background:currentColor;content:"";flex:1;height:1px;margin:auto;opacity:.5}.block-editor-block-inspector .jetpack-subscribe-newsletters-panel .components-base-control{margin-bottom:0}.wp-block-jetpack-blogroll h3+div .jetpack-blogroll-item-divider{display:none}.wp-block-jetpack-blogroll .jetpack-blogroll-item-divider{border-style:solid;border-width:1px 0 0;margin-block-end:0;margin-block-start:0;opacity:.2;width:100%}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{display:flex;font-style:normal;font-weight:400;gap:20px;padding:20px 0}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure{align-self:flex-start;height:48px;margin:0;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure.empty-site-icon{background:url(images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);background-size:cover}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure.empty-site-icon .blogroll-item-image{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .blogroll-item-image{border-radius:50%;height:48px;max-width:48px;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item p.jetpack-blogroll-item-title.rich-text{color:inherit;font-weight:700;margin:0}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-content{align-self:flex-start}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-description{word-break:break-word}.jetpack-blogroll__appender-results{padding:0 18px 18px}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-result-list-header-text{color:#757575;font-size:11px;line-height:16px;padding:6px 0;text-transform:uppercase}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:center;overflow:hidden}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message-main-text{color:#101517;font-size:14px;font-weight:500;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message-secondary-text{color:#757575;font-size:12px;font-weight:400;line-height:16px}.jetpack-blogroll__appender-results>ul{list-style:none;margin:0;max-height:200px;overflow-y:auto;padding-left:0!important}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container{margin:0}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button{align-items:center;align-self:stretch;background:none;border:none;cursor:pointer;display:flex;gap:12px;padding:8px 4px;text-decoration:none;width:100%}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button[disabled]{background:#f6f7f7;cursor:not-allowed}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button[disabled]>*{opacity:.5}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image{flex-shrink:0;height:40px;width:40px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image.empty-site-icon{background:url(images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);background-size:cover}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image.empty-site-icon img{display:none}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image img{border-radius:50%;height:40px;width:40px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:center;overflow:hidden;text-align:left}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text .jetpack-blogroll__appender-result-title{color:#101517;font-size:14px;font-weight:500;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text .jetpack-blogroll__appender-result-description{color:#646970;font-size:14px;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-search{display:flex;padding:16px}.jetpack-blogroll__appender-search>div{flex-grow:1;padding:1px;position:relative}.jetpack-blogroll__appender-search .components-text-control__input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' aria-hidden='true' viewBox='-2 -2 24 24'%3E%3Cpath d='m6.734 16.106 2.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.5q.276 0 .553-.002c1.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 0z'/%3E%3C/svg%3E");background-position-x:calc(100% - 8px);background-position-y:calc(100% - 8px);background-repeat:no-repeat;background-size:24px;height:40px;padding-right:40px}.jetpack-blogroll__appender-search button{height:32px;min-width:32px!important;width:32px}.jetpack-blogroll__appender-spinner{margin:0!important}.jetpack-blogroll__appender .components-popover__content{height:300px;overflow-y:hidden!important;width:318px}.jetpack-blogroll__appender .components-popover__content button.block-editor-button-blogroll-block-appender{background:#1e1e1e;border-radius:2px;color:#fff;height:24px;min-width:24px;padding:0}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll{padding:24px}}.wp-block-jetpack-blogroll .block-editor-inner-blocks h3{font-size:20px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:24px;margin-top:0}.wp-block-jetpack-blogroll.hide-avatar figure,.wp-block-jetpack-blogroll.hide-description .jetpack-blogroll-item-description{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{container-name:bitem;container-type:inline-size}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:flex-start;display:flex;flex-direction:column;gap:20px;padding:20px 8px}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:center;flex-direction:row}}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item+.wp-block-jetpack-blogroll-item .jetpack-blogroll-item-divider{display:block}.wp-block-jetpack-blogroll [data-type="jetpack/blogroll-item"]+[data-type="jetpack/blogroll-item"]{border-top:1px solid #dcdcde}.wp-block-jetpack-blogroll .block-list-appender button.has-icon{background:#1e1e1e;border-radius:2px;color:#fff;height:24px;min-width:24px;padding:0}.wp-block-jetpack-nextdoor{position:relative}.wp-block-jetpack-nextdoor-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-nextdoor-link-editable{cursor:text}.wp-block-jetpack-nextdoor-embed-form-sidebar{display:flex;margin-bottom:1em}.wp-block-jetpack-nextdoor-color-notice{margin:0}div[data-align=center]>.wp-block-jetpack-nextdoor{text-align:center}.wp-block-jetpack-nextdoor .components-placeholder__fieldset input{flex:1}a.jetpack-sharing-button__button{color:inherit}.jetpack-sharing-button__button{align-items:center;background:#fff;border-radius:4px;box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f;color:#2c3338;color:inherit;cursor:default;display:flex;flex-direction:row;font-size:inherit;font-weight:500;height:auto;justify-content:center;line-height:23px;margin:4px 4px 0;padding:4px 9px 3px;text-decoration:none}.jetpack-sharing-button__button svg{height:1.5em;width:1.5em;fill:currentColor}.jetpack-sharing-button__button:hover{box-shadow:0 1px 2px #00000038,0 0 0 1px #00000038;cursor:pointer}.jetpack-sharing-button__button.components-button{font-size:inherit;padding:4px 11px 3px 9px}.jetpack-sharing-button__button.style-icon{border:0;border-radius:50%;box-shadow:none;color:#fff;height:auto;line-height:1;margin-bottom:0;padding:7px;position:relative;top:-2px;width:auto}.jetpack-sharing-button__button.style-icon.share-bluesky{background:#0085ff}.jetpack-sharing-button__button.style-icon.share-x{background:#000}.jetpack-sharing-button__button.style-icon.share-print{background:#c5c2c2}.jetpack-sharing-button__button.style-icon.share-reddit{background:#5f99cf}.jetpack-sharing-button__button.style-icon.share-skype{background:#00aff0}.jetpack-sharing-button__button.style-icon.share-facebook{background:#0866ff}.jetpack-sharing-button__button.style-icon.share-linkedin{background:#0976b4}.jetpack-sharing-button__button.style-icon.share-mail{background:#c5c2c2}.jetpack-sharing-button__button.style-icon.share-twitter{background:#55acee}.jetpack-sharing-button__button.style-icon.share-tumblr{background:#35465c}.jetpack-sharing-button__button.style-icon.share-pinterest{background:#cc2127}.jetpack-sharing-button__button.style-icon.share-pocket{background:#ee4256}.jetpack-sharing-button__button.style-icon.share-telegram{background:#08c}.jetpack-sharing-button__button.style-icon.share-threads{background:#000}.jetpack-sharing-button__button.style-icon.share-whatsapp{background:#43d854}.jetpack-sharing-button__button.style-icon.share-mastodon{background:#6364ff}.jetpack-sharing-button__button.style-icon.share-nextdoor{background:#8ed500}.jetpack-sharing-button__button.style-icon.share-share{background:#000}.jetpack-sharing-button__button.style-icon.is-custom{padding:8px;top:2px}.jetpack-sharing-button__button.style-icon-text{margin-inline-end:4px;padding-inline-end:11px}.style-icon .jetpack-sharing-button__service-label,.style-text .sharing-buttons-preview-button__custom-icon,.style-text .social-logo{display:none}.jetpack-sharing-button__list-item{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;list-style-type:none;padding:0}.jetpack-sharing-button__list-item:first-child .jetpack-sharing-button__button{margin-inline-start:0}.style-icon-text .jetpack-sharing-button__service-label{margin-inline-start:5px}.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}.jetpack-ai-generate-excerpt-control .jetpack-ai-generate-excerpt-control__header{margin-top:8px}.jetpack-ai-generate-excerpt-control .jetpack-ai-generate-excerpt-control__header .components-base-control__field{align-items:center;display:flex;justify-content:space-between}.jetpack-ai-generate-excerpt-control .ai-assistant__tone-dropdown{margin-bottom:12px}.jetpack-ai-post-excerpt .components-textarea-control__input{margin-bottom:10px;width:100%}.jetpack-generated-excerpt__ai-container{margin-top:12px}.jetpack-generated-excerpt__ai-container .jetpack-ai-assistant__error{margin:0 0 12px}.jetpack-generated-excerpt__generate-buttons-container{display:flex;gap:12px;justify-content:end;justify-content:space-around;margin-bottom:10px}.jetpack-ai-post-excerpt .jetpack-upgrade-plan-banner__wrapper{flex-direction:column;margin:0 0 12px;padding:0 10px}.jetpack-ai-post-excerpt .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description{margin:10px 0 0}.wp-block-jetpack-blog-stats .jetpack-blog-stats__loading{opacity:.62}.wp-block-jetpack-blog-stats .components-placeholder__fieldset{display:block}.jetpack-blog-stats__delay-notice{font-size:12px}.wp-block-jetpack-top-posts{margin-bottom:1.5em}.wp-block-jetpack-top-posts img{width:100%}.wp-block-jetpack-top-posts span{display:block;word-wrap:break-word}.wp-block-jetpack-top-posts.is-list-layout .jetpack-top-posts-item{margin-bottom:1.5em}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper{align-items:flex-start;display:grid;gap:16px 12px;grid:auto/repeat(6,1fr)}@media only screen and (max-width:600px){.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper{display:block}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper .jetpack-top-posts-mock-thumbnail{display:none}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper .jetpack-top-posts-item{margin-bottom:1.5em}}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-mock-thumbnail{background-color:#f0f0f0;height:0;padding-bottom:75%;position:relative;width:100%}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-thumbnail{aspect-ratio:4/3;height:auto;max-width:100%;object-fit:cover}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-item{grid-column:span 2}.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="2"] .jetpack-top-posts-item,.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="4"] .jetpack-top-posts-item,.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="5"] .jetpack-top-posts-item:nth-child(5n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="5"] .jetpack-top-posts-item:nth-child(5n-1),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(5n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(5n-1),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(7n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(7n-1){grid-column:span 3}.wp-block-jetpack-top-posts .components-placeholder__fieldset{display:block}.jetpack-top-posts__error{margin:0}:where(body){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;min-height:100%;padding:0}.jp-wrap{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.jp-row{display:grid;grid-gap:24px;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.jp-row{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.jp-row{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.sm-col-span-1{grid-column-end:span 1}.sm-col-span-2{grid-column-end:span 2}.sm-col-span-3{grid-column-end:span 3}.sm-col-span-4{grid-column-end:span 4}@media(min-width:600px){.md-col-span-1{grid-column-end:span 1}.md-col-span-2{grid-column-end:span 2}.md-col-span-3{grid-column-end:span 3}.md-col-span-4{grid-column-end:span 4}.md-col-span-5{grid-column-end:span 5}.md-col-span-6{grid-column-end:span 6}.md-col-span-7{grid-column-end:span 7}.md-col-span-8{grid-column-end:span 8}}@media(min-width:960px){.lg-col-span-1{grid-column-end:span 1}.lg-col-span-2{grid-column-end:span 2}.lg-col-span-3{grid-column-end:span 3}.lg-col-span-4{grid-column-end:span 4}.lg-col-span-5{grid-column-end:span 5}.lg-col-span-6{grid-column-end:span 6}.lg-col-span-7{grid-column-end:span 7}.lg-col-span-8{grid-column-end:span 8}.lg-col-span-9{grid-column-end:span 9}.lg-col-span-10{grid-column-end:span 10}.lg-col-span-11{grid-column-end:span 11}.lg-col-span-12{grid-column-end:span 12}}@media(max-width:960px){.md-col-span-0{display:none}}@media(max-width:600px){.sm-col-span-0{display:none}}.jp-cut{border:2px solid #069e08;border-radius:4px;margin:32px 0;padding:16px 64px 16px 24px;position:relative;text-decoration:none}.jp-cut,.jp-cut span{display:block}.jp-cut span:last-of-type{font-weight:600}.jp-cut:focus span:last-of-type,.jp-cut:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:2px}.jp-cut:focus:after,.jp-cut:hover:after{transform:translateY(-50%) translateX(8px)}.jp-cut:after{color:#069e08;content:"→";font-size:24px;font-weight:600;position:absolute;right:24px;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.jetpack-ai-voice-to-content__modal .components-modal__header{border-bottom:1px solid #dcdcde;padding:20px 24px}.jetpack-ai-voice-to-content__modal .components-modal__content{padding:24px 32px}@media(min-width:700px){.jetpack-ai-voice-to-content__modal{width:700px}}.jetpack-ai-voice-to-content__wrapper{display:flex;flex-direction:column;gap:28px}.jetpack-ai-voice-to-content__body{display:flex;flex-direction:column;gap:16px}.jetpack-ai-voice-to-content__action-buttons{display:flex;gap:8px}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary{background-color:#008710;color:#fff}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):hover{background-color:#007117}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):active{background-color:#005b18}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary{box-shadow:inset 0 0 0 1px #008710;color:#008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):focus{box-shadow:0 0 0 2px #008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):hover{box-shadow:inset 0 0 0 1px #007117}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):active{box-shadow:none}.jetpack-ai-voice-to-content__description{font-size:var(--font-body-small)}.jetpack-ai-voice-to-content__contextual-row{align-items:center;display:flex;height:38px}.jetpack-ai-voice-to-content__information{color:#787c82}.jetpack-ai-voice-to-content__audio{align-items:center;display:flex;gap:4px}.jetpack-ai-voice-to-content__audio--duration{font-weight:700}.jetpack-ai-voice-to-content__footer{display:flex}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button{align-items:center;color:#008710;display:flex;font-size:var(--font-body-extra-small);gap:4px}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #008710}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button .icon{color:#a7aaad}.jetpack-ai-voice-to-content__information--error{color:var(--jp-red-40)}.jetpack-ai-voice-to-content__oscilloscope{height:38px;width:70px}.wp-block-jetpack-ai-image .wp-block-ai-image-image{cursor:pointer;height:128px;width:128px}.wp-block-ai-generate-suggestion{padding:0}.wp-block-ai-generate-suggestion .components-text-control__input{margin:10px;width:80%}.wp-block-ai-generate-suggestion .components-button.is-primary{margin:10px} \ No newline at end of file +.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive>*{pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive:after{content:none}.jetpack-editor-panel-logo{margin-left:.5em}.jetpack-gutenberg-social-icon{fill:#757575}.jetpack-gutenberg-social-icon.is-facebook{fill:#0866ff}.jetpack-gutenberg-social-icon.is-twitter{fill:#55acee}.jetpack-gutenberg-social-icon.is-linkedin{fill:#0976b4}.jetpack-gutenberg-social-icon.is-tumblr{fill:#35465c}.jetpack-gutenberg-social-icon.is-google{fill:var(--color-gplus)}.jetpack-ai-status-indicator__icon-wrapper{align-self:baseline;opacity:0;transition:opacity .25s ease-in-out,width .25s;width:0}.jetpack-ai-status-indicator__icon-wrapper>svg{height:24px;margin:6px 0 0;width:24px}.jetpack-ai-status-indicator__icon-wrapper.is-requesting,.jetpack-ai-status-indicator__icon-wrapper.is-suggesting{opacity:1;width:24px}.jetpack-components-ai-control__container-wrapper{bottom:16px;position:sticky}.jetpack-components-ai-control__container{background-color:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 12px 15px 0 #0000001f,0 3px 9px 0 #0000001f,0 1px 3px 0 #00000026;color:#2c3338;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.jetpack-components-ai-control__wrapper{align-items:flex-end;border-radius:6px 6px 0 0;box-sizing:border-box;display:flex;gap:6px;padding:8px 8px 8px 12px}.jetpack-components-ai-control__wrapper.is-transparent{opacity:.4}.jetpack-components-ai-control__input-wrapper{align-items:center;align-self:center;display:flex;flex-grow:1;min-height:36px}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input{background-color:#fff;border:none;border-radius:2px;box-shadow:none;color:#2c3338;font-size:16px;font-weight:400;line-height:20px;min-height:20px;padding:6px 8px;resize:none!important;transition:box-shadow .1s linear 0s;width:100%}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input:focus{box-shadow:none;color:#2c3338}@media(min-width:600px){.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input{font-size:13px}}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input::-moz-placeholder{opacity:.75;text-overflow:ellipsis;white-space:nowrap}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input::placeholder{opacity:.75;text-overflow:ellipsis;white-space:nowrap}.jetpack-components-ai-control__controls-prompt_button_wrapper{align-items:center;display:flex;gap:8px}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button.is-small:not(.has-label){padding:0}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button-group .components-button{box-shadow:none;padding:6px 8px}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button-group{display:flex}.jetpack-components-ai-control__controls-prompt_button:disabled{cursor:not-allowed;opacity:.6}.jetpack-ai-assistant__message{align-items:center;align-self:center;border-radius:4px;display:flex;font-size:12px;line-height:28px;min-height:28px;padding:0 12px}.jetpack-ai-assistant__message>svg{fill:#787c82;flex-shrink:0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content{align-items:center;display:flex;flex-grow:2;gap:4px;line-height:1.4em;margin:0 8px}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content span{padding:5px 0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-external-link{color:#646970}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-button.is-link{padding:0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-button.is-link,.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-external-link{flex-shrink:0}.jetpack-ai-assistant__message-severity-info{background-color:#f6f7f7;color:#646970}.jetpack-ai-assistant__message-severity-warning{background-color:#fef8ee;color:#101517}.jetpack-ai-assistant__message-severity-error{background-color:#f7ebec;color:#101517}.jetpack-ai-assistant__message-severity-error>svg{fill:#e65054}.jetpack-ai-assistant__message-severity-success{background-color:#d0e6b8;color:#101517}.jetpack-ai-assistant__message-severity-success>svg{fill:#2fb41f}.jetpack-ai-assistant__message-sidebar{display:flex;height:unset;padding:0}.jetpack-ai-assistant__message-sidebar>svg{fill:#646970}.jetpack-ai-logo-generator-modal__loading-wrapper{align-items:center;display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:center}.jetpack-ai-logo-generator-modal__loader{margin-bottom:29px}.jetpack-ai-logo-generator__carousel{display:flex;flex-shrink:0;gap:8px;overflow-x:auto}.jetpack-ai-logo-generator__carousel .components-button{height:unset;padding:unset}@media(min-width:700px){.jetpack-ai-logo-generator__carousel{padding:2px}}.jetpack-ai-logo-generator__carousel-logo{align-items:center;border:1px solid #dcdcde;border-radius:2px;display:flex;flex-shrink:0;justify-content:center}.jetpack-ai-logo-generator__carousel-logo.is-selected{border-color:#0675c4;border-width:1.5px}.jetpack-ai-logo-generator__carousel-logo img{height:48px;width:48px}.jetpack-ai-logo-generator-icon path{fill:#0675c4}.jetpack-ai-logo-generator-modal-presenter__wrapper{display:flex;flex-direction:column;gap:8px}.jetpack-ai-logo-generator-modal-presenter{display:flex}.jetpack-ai-logo-generator-modal-presenter__content{align-items:center;background:#f6f7f7;border-radius:4px;display:flex;flex-grow:1;max-height:229px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__content{flex-direction:column;max-height:unset}}.jetpack-ai-logo-generator-modal-presenter__rectangle{position:relative;width:0}.jetpack-ai-logo-generator-modal-presenter__rectangle:after{background-color:#f6f7f7;content:"";height:15px;left:-66px;position:absolute;top:-7.5px;transform:rotate(-45deg);width:15px}.jetpack-ai-logo-generator-modal-presenter__loading-text{flex-grow:1;text-align:center}.jetpack-ai-logo-generator-modal-presenter__logo{height:198px;margin:16px 30px 16px 16px;width:198px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__logo{margin:16px}}.jetpack-ai-logo-generator-modal-presenter__action-wrapper{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;height:100%;margin-right:32px;padding:16px 0}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__action-wrapper{margin-left:32px}}.jetpack-ai-logo-generator-modal-presenter__description{color:#646970;flex-grow:1;overflow-y:auto;padding-top:16px}.jetpack-ai-logo-generator-modal-presenter__actions{border-top:1px solid #dcdcde;display:flex;gap:24px;margin-top:16px;padding-top:16px}.jetpack-ai-logo-generator-modal-presenter__action{align-items:center;display:flex}.jetpack-ai-logo-generator-modal-presenter__action.components-button,.jetpack-ai-logo-generator-modal-presenter__action.components-button:active,.jetpack-ai-logo-generator-modal-presenter__action.components-button:hover{color:#0675c4}.jetpack-ai-logo-generator-modal-presenter__action .action-text{font-size:var(--font-body-extra-small)}.jetpack-ai-logo-generator-modal-presenter__action .jetpack-ai-logo-generator-icon{margin-right:8px}.jetpack-ai-logo-generator-modal-presenter__success-wrapper{align-items:center;display:flex;flex-direction:column;gap:16px;width:100%}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__success-wrapper{padding-bottom:16px}}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{font-size:var(--font-body-small);padding:8px 16px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__banner-description{color:#fff;line-height:21px;word-wrap:break-word;vertical-align:middle}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__icon{height:24px;margin-right:8px;position:relative;vertical-align:middle;width:24px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__icon path{fill:#8c8f94}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{font-size:var(--font-body-extra-small);font-weight:600;height:auto;line-height:20px;padding:4px 8px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#fff;color:#000}.jetpack-ai-logo-generator__prompt{display:flex;flex-direction:column;font-size:var(--font-body-small);gap:8px}.jetpack-ai-logo-generator__prompt-header{align-items:flex-start;align-self:stretch;display:flex;justify-content:space-between}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-label{font-weight:500}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-actions{display:flex;font-size:var(--font-body-extra-small);line-height:20px}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-actions .jetpack-ai-logo-generator-icon{margin-right:4px}.jetpack-ai-logo-generator__prompt-query{align-items:flex-end;align-self:stretch;background:#fff;border:1px solid #c3c4c7;border-radius:8px;display:flex;gap:8px;justify-content:space-between;padding:8px 8px 8px 16px}@media(min-width:700px){.jetpack-ai-logo-generator__prompt-query{gap:48px}}.jetpack-ai-logo-generator__prompt-query .prompt-query__input{border:0;color:#101517;flex-grow:1;line-height:1.6;padding:6px 0;resize:none;vertical-align:initial;word-break:break-word}.jetpack-ai-logo-generator__prompt-query .prompt-query__input:active,.jetpack-ai-logo-generator__prompt-query .prompt-query__input:focus{outline:0}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[contentEditable=false]{color:#646970}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[data-placeholder]:empty:before{color:#646970;content:attr(data-placeholder)}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[data-placeholder]:empty:focus:before{content:""}.jetpack-ai-logo-generator__prompt-footer{display:flex;flex-direction:column;gap:8px}.jetpack-ai-logo-generator__prompt-requests{color:#646970;display:flex;font-size:var(--font-body-extra-small);line-height:21px}.jetpack-ai-logo-generator__prompt-requests .prompt-footer__icon{height:20px;width:20px}.jetpack-ai-logo-generator__prompt-requests .prompt-footer__icon path{fill:#a7aaad}.jetpack-ai-logo-generator__prompt-error{color:#d63638;font-size:var(--font-body-extra-small);line-height:21px}.jetpack-ai-logo-generator-modal-visit-site-banner{background:#f6f7f7;border-radius:4px;display:flex;gap:16px;padding:16px 20px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-visit-site-banner{flex-direction:column}}.jetpack-ai-logo-generator-modal-visit-site-banner__jetpack-logo{align-items:center;display:flex;justify-content:center}.jetpack-ai-logo-generator-modal-visit-site-banner__content{display:flex;flex-direction:column;font-size:14px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-visit-site-banner__content{gap:8px}}@media(min-width:960px){.jetpack-ai-logo-generator-modal{max-height:90%}}.jetpack-ai-logo-generator-modal .components-modal__header{border-bottom:1px solid #dcdcde;padding:20px 24px}.jetpack-ai-logo-generator-modal .components-modal__content{margin-bottom:30px;padding:32px 32px 2px}.jetpack-ai-logo-generator-modal .components-modal__content>div:not(.components-modal__header){height:100%}.jetpack-ai-logo-generator-modal .components-button:focus:not(:disabled):not(.is-primary){box-shadow:0 0 0 2px #0675c4}.jetpack-ai-logo-generator-modal .components-button.is-link{color:#0675c4;text-decoration:none}.jetpack-ai-logo-generator-modal__body{display:flex;flex-direction:column;gap:16px;height:100%}@media(min-width:700px){.jetpack-ai-logo-generator-modal__body{min-height:409px;width:700px}.jetpack-ai-logo-generator-modal__body.notice-modal{min-height:unset;width:470px}}.jetpack-ai-logo-generator__footer{display:flex}.jetpack-ai-logo-generator__footer .jetpack-ai-logo-generator__feedback-button{align-items:center;display:flex;gap:4px;margin-top:8px}.jetpack-ai-logo-generator__footer .jetpack-ai-logo-generator__feedback-button .icon{color:#a7aaad}.jetpack-ai-logo-generator-modal__notice-message-wrapper{display:flex;flex-direction:column;gap:24px}.jetpack-ai-logo-generator-modal__notice-message{font-size:var(--font-body-small)}.jetpack-ai-logo-generator-modal__notice-actions{display:flex;gap:12px;justify-content:flex-end}.jetpack-ai-logo-generator__accept{display:flex;flex-direction:column;gap:64px}.jetpack-ai-logo-generator__accept-actions{display:flex;gap:22px;justify-content:flex-end}.ai-assistant-featured-image__content{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:32px}.ai-assistant-featured-image__actions,.ai-assistant-featured-image__user-prompt{display:flex;justify-content:center;width:100%}.ai-assistant-featured-image__user-prompt{flex-direction:row}.ai-assistant-featured-image__user-prompt-textarea{display:flex;justify-content:center;width:100%}.ai-assistant-featured-image__user-prompt-textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.ai-assistant-featured-image__user-prompt-textarea textarea:disabled{opacity:.5}.ai-assistant-featured-image__actions-left{display:flex;justify-content:flex-start;width:50%}.ai-assistant-featured-image__actions-right{display:flex;justify-content:flex-end;width:50%}.ai-assistant-featured-image__action-buttons{display:flex;gap:12px;justify-content:center}.ai-assistant-featured-image__image-canvas{margin-top:24px;width:100%}.ai-assistant-featured-image__image-canvas>.jetpack-ai-upgrade-banner{margin-bottom:8px}.ai-assistant-featured-image__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:8px 32px}.ai-assistant-featured-image__footer__feedback-button{display:inline-block}.ai-assistant-featured-image__footer__feedback-button a{text-decoration:none}.ai-assistant-featured-image__footer .icon{color:#a7aaad;height:20px;margin-left:4px;width:20px}.ai-image-modal__content{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:32px}.ai-image-modal__content .jetpack-ai-fair-usage-notice{width:100%}.ai-image-modal__actions,.ai-image-modal__user-prompt{display:flex;justify-content:center;width:100%}.ai-image-modal__user-prompt{flex-direction:row}.ai-image-modal__user-prompt-textarea{display:flex;justify-content:center;width:100%}.ai-image-modal__user-prompt-textarea div{display:flex;width:100%}.ai-image-modal__user-prompt-textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.ai-image-modal__user-prompt-textarea textarea:disabled{opacity:.5}.ai-image-modal__actions-left{display:flex;justify-content:flex-start;width:50%}.ai-image-modal__actions-right{display:flex;justify-content:flex-end;width:50%}.ai-image-modal__action-buttons{display:flex;gap:12px;justify-content:center}.ai-image-modal__image-canvas{margin-top:24px;width:100%}.ai-image-modal__image-canvas>.jetpack-ai-upgrade-banner{margin-bottom:8px}.ai-image-modal__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:8px 32px}.ai-image-modal__footer__feedback-button{display:inline-block}.ai-image-modal__footer__feedback-button a{text-decoration:none}.ai-image-modal__footer .icon{color:#a7aaad;height:20px;margin-left:4px;width:20px}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-bottom:0}.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper{max-width:580px}.jetpack-upgrade-plan-banner__wrapper{column-gap:32px}.jetpack-upgrade-plan-banner.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background:#fff;color:#000}.jetpack-ai-fair-usage-notice-muted-variant{color:#757575;font-size:13px;font-weight:400;line-height:1.4;margin:0;text-wrap:pretty}.jetpack-ai-fair-usage-notice-muted-variant a{color:#757575}.jetpack-ai-fair-usage-notice,.jetpack-ai-fair-usage-notice a{color:#1e1e1e}@media(min-width:960px){.ai-assistant-modal{max-height:95%}}.ai-assistant-modal__content{display:flex;flex-direction:column}@media screen and (min-width:960px){.ai-assistant-modal__content{width:100vw}}.ai-assistant-modal__header{display:flex;justify-content:space-between;margin-left:-32px;margin-right:-32px;margin-top:-32px;padding:8px 12px}.ai-assistant-modal__divider{background:#dcdcde;height:1px;margin:0 -32px}.ai-assistant-modal__title-wrapper{align-items:center;display:flex;gap:16px}.ai-assistant-modal__title-wrapper>svg{color:#008710;margin:0}.ai-assistant-modal__title{font-size:14px;line-height:24px;margin:0}.ai-assistant-image__blank{height:auto;position:relative}.ai-assistant-image__blank,.ai-assistant-image__blank-content{align-items:center;display:flex;justify-content:center;width:100%}.ai-assistant-image__blank-content{height:100%;position:absolute}.ai-assistant-image__blank-content.is-dotted{border:1px dotted}.ai-assistant-image__loading{flex-direction:column;gap:8px}.ai-assistant-image__error{align-items:center;display:flex;flex-direction:column;justify-content:center}.ai-assistant-image__error-message{color:red;font-size:10px}.ai-assistant-image__carrousel{flex-direction:column;width:100%}.ai-assistant-image__carrousel-images{align-items:center;display:flex;overflow:hidden;position:relative}.ai-assistant-image__carrousel-images .ai-carrousel__prev{left:0}.ai-assistant-image__carrousel-images .ai-carrousel__next{right:0}.ai-assistant-image__carrousel-images .ai-carrousel__next,.ai-assistant-image__carrousel-images .ai-carrousel__prev{align-items:center;background:#0000;border:none;bottom:0;cursor:pointer;display:flex;height:100%;justify-content:center;opacity:0;position:absolute;top:0;transition:opacity .3s;width:60px;z-index:1}.ai-assistant-image__carrousel-images .ai-carrousel__next:hover,.ai-assistant-image__carrousel-images .ai-carrousel__prev:hover{background-color:#0000004d;opacity:1}.ai-assistant-image__carrousel-images .ai-carrousel__next-icon,.ai-assistant-image__carrousel-images .ai-carrousel__prev-icon{fill:#fff}.ai-assistant-image__carrousel-images .ai-carrousel__next-icon.is-disabled,.ai-assistant-image__carrousel-images .ai-carrousel__prev-icon.is-disabled{fill:gray}.ai-assistant-image__carrousel-footer{display:flex;justify-content:space-between;margin-top:8px}.ai-assistant-image__carrousel-counter{align-items:center;display:flex;font-size:13px;justify-content:flex-start;padding:6px 0}.ai-assistant-image__carrousel-counter .ai-carrousel__next,.ai-assistant-image__carrousel-counter .ai-carrousel__prev{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;justify-content:center;padding:0}.ai-assistant-image__carrousel-counter .ai-carrousel__next-icon.is-disabled,.ai-assistant-image__carrousel-counter .ai-carrousel__prev-icon.is-disabled{fill:gray}.ai-assistant-image__carrousel-image{height:auto;width:100%}.ai-assistant-image__carrousel-image-container{display:flex;height:auto;left:8px;position:absolute;transform:translateX(100%);transition:transform .5s;width:100%}.ai-assistant-image__carrousel-image-container.is-prev{left:-8px;transform:translateX(-100%)}.ai-assistant-image__carrousel-image-container.is-current{position:static;transform:translateX(0)}.ai-assistant-featured-image__usage-counter{color:#646970;display:flex;flex-direction:column;font-size:12px}.ai-assistant-featured-image__usage-counter>span{align-items:center;display:flex;gap:8px;justify-content:space-between}.ai-assistant-featured-image__usage-counter-no-limit{color:red}@keyframes jetpack-external-media-loading-fade{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.jetpack-external-media-browser--visually-hidden{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.modal-open .jetpack-external-media-button-menu__options{display:none}.jetpack-external-media-browser .is-error{margin-bottom:1em;margin-left:0;margin-right:0}.jetpack-external-media-browser .components-placeholder{background-color:#0000}.jetpack-external-media-browser .components-modal__content{overflow:auto;padding-bottom:0;width:100%}@media(min-width:600px){.jetpack-external-media-browser .components-modal__content{height:90vh;width:90vw}}.jetpack-external-media-browser.is-jetpack-app-media{max-width:733px}@media(min-width:600px){.jetpack-external-media-browser.is-jetpack-app-media .components-modal__content{height:90vh;max-width:733px;width:90vw}}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-app-icon{width:69px}.jetpack-external-media-browser.is-jetpack-app-media .components-notice-list{position:relative;z-index:1}.jetpack-external-media-browser.is-jetpack-app-media .components-modal__header{border-bottom:0}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-wrapper__jetpack_app_media-instructions{bottom:-104px;position:relative;right:-56px}.jetpack-external-media-browser.is-jetpack-app-media .components-modal__content{margin-top:0;padding:40px 56px}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__item{animation:animate-drop .3s ease;opacity:1}@media only screen and (min-width:600px){.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__item{padding-top:96px;width:112px}}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser .jetpack-external-media-browser__media__item img{height:80px;width:80px}@keyframes animate-drop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.jetpack-external-media-wrapper__jetpack_app_media-title{color:var(--jp-gray-100);font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-size:24px;font-weight:400;letter-spacing:-.32px;line-height:1.67;margin:0 0 14px}.jetpack-external-media-wrapper__jetpack_app_media-description{color:var(--jp-gray-60);font-size:14px;font-weight:400;line-height:1.43;margin:0;text-align:left}.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-description,.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-title{max-width:100%}@media only screen and (min-width:600px){.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-description,.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-title{max-width:calc(100% - 300px)}}.jetpack-external-media-wrapper__jetpack_app_media-qr-code canvas{height:100px;margin-top:24px;width:100px}.jetpack-external-media-wrapper__jetpack_app_media-instructions img{bottom:0;display:none;position:absolute;right:56px}@media only screen and (min-width:600px){.jetpack-external-media-wrapper__jetpack_app_media-instructions img{display:inline}}.jetpack-external-media-browser__jetpack_app_media_browser{margin:0 -20px}.jetpack-external-media-browser__jetpack_app_media_browser .jetpack-external-media-browser__media{margin:6px 0 -15px}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__toolbar{background-color:#0000;padding:0}.jetpack-external-media-wrapper__jetpack_app_media-qr-code-wrapper{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:space-between}.jetpack-external-media-wrapper__jetpack_app_media .jetpack-external-media-browser__empty{display:none}.jetpack-external-media-browser--is-copying{pointer-events:none}.jetpack-external-media-browser{align-items:flex-start;background:#fff;display:flex;flex-direction:column}.jetpack-external-media-browser .jetpack-external-media-browser__media{width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__item{background:#0000;border:0;display:inline-flex;height:0;padding-top:50%;position:relative;width:50%}.jetpack-external-media-browser .jetpack-external-media-browser__media__item img{display:block;height:calc(100% - 16px);left:8px;object-fit:contain;position:absolute;top:8px;width:calc(100% - 16px)}.jetpack-external-media-browser .jetpack-external-media-browser__media__item.is-transient img{opacity:.3}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;text-align:center;top:0;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator .components-spinner{margin-bottom:8px}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator__label{font-size:12px}.jetpack-external-media-browser .jetpack-external-media-browser__media__folder{align-content:flex-start;align-items:center;display:flex;flex-wrap:wrap;float:left;justify-content:space-between;margin-bottom:36px}.jetpack-external-media-browser .jetpack-external-media-browser__media__info{display:flex;font-size:12px;font-weight:700;justify-content:space-between;padding:3px;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__count{background-color:#dcdcde;border-radius:8px;margin-bottom:auto;padding:3px 4px}.jetpack-external-media-browser .jetpack-external-media-browser__media__item{border:8px solid #0000}.jetpack-external-media-browser .jetpack-external-media-browser__media__item:focus{border-radius:10px;box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color);outline:none}.jetpack-external-media-browser .jetpack-external-media-browser__media__item__selected{border-radius:10px;box-shadow:inset 0 0 0 6px var(--wp-admin-theme-color)}.jetpack-external-media-browser .jetpack-external-media-browser__media__item__selected:focus{box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color),inset 0 0 0 3px #fff,inset 0 0 0 6px var(--wp-admin-theme-color)}.jetpack-external-media-browser .jetpack-external-media-browser__media__placeholder{animation:jetpack-external-media-loading-fade 1.6s ease-in-out infinite;background-color:#ccc;border:0;height:100px;margin:16px;width:100px}.jetpack-external-media-browser .jetpack-external-media-browser__media__toolbar{background:#fff;bottom:0;display:flex;justify-content:flex-end;left:0;padding:20px 0;position:fixed;position:sticky;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__loadmore{clear:both;display:block;margin:24px auto 48px}@media only screen and (min-width:600px){.jetpack-external-media-browser .jetpack-external-media-browser__media__item{padding-top:20%;width:20%}}.jetpack-external-media-header__view{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:48px}@media only screen and (min-width:600px){.jetpack-external-media-header__view{align-items:center;flex-direction:row}}.jetpack-external-media-header__view select{max-width:200px!important}.jetpack-external-media-header__view .components-base-control__field{display:flex;flex-direction:column}.jetpack-external-media-header__filter label,.jetpack-external-media-header__view label{margin-right:10px}.jetpack-external-media-header__filter .components-base-control,.jetpack-external-media-header__view .components-base-control{margin-bottom:0;padding-right:8px}.jetpack-external-media-header__filter{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;justify-content:flex-start}@media only screen and (min-width:600px){.jetpack-external-media-header__filter{border-left:1px solid #ccc;margin-left:16px;padding-left:16px}}.jetpack-external-media-header__filter .jetpack-external-media-date-filter{display:flex;flex-wrap:wrap}.jetpack-external-media-header__filter .jetpack-external-media-date-filter button{height:40px;margin-top:27px}@media only screen and (min-width:783px){.jetpack-external-media-header__filter .jetpack-external-media-date-filter button{height:30px}}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__label{margin-bottom:3px}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__backdrop{border-color:#e0e0e0;border-radius:3px}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__input{height:40px;width:70px}@media only screen and (min-width:783px){.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__input{height:30px}}.jetpack-external-media-header__account{display:flex;flex-direction:column}.jetpack-external-media-header__account .jetpack-external-media-header__account-info{display:flex;margin-bottom:8px}.jetpack-external-media-header__account .jetpack-external-media-header__account-image{margin-right:8px}.jetpack-external-media-header__account .jetpack-external-media-header__account-name{height:18px;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jetpack-external-media-header__account .jetpack-external-media-browser__disconnect{height:40px;margin:1px 1px 9px 0}@media only screen and (min-width:783px){.jetpack-external-media-header__account .jetpack-external-media-browser__disconnect{height:30px}}.jetpack-external-media-header__openverse,.jetpack-external-media-header__pexels{display:flex;margin-bottom:48px}.jetpack-external-media-header__openverse .components-base-control,.jetpack-external-media-header__pexels .components-base-control{flex:1;margin-right:12px}.jetpack-external-media-header__openverse .components-base-control__field,.jetpack-external-media-header__pexels .components-base-control__field{margin-bottom:0}.jetpack-external-media-header__openverse .components-base-control__field,.jetpack-external-media-header__openverse .components-text-control__input,.jetpack-external-media-header__pexels .components-base-control__field,.jetpack-external-media-header__pexels .components-text-control__input{height:100%}.jetpack-external-media-placeholder__open-modal{align-items:center;display:flex;justify-content:center;margin-top:-48px;padding:0;position:absolute;right:0;z-index:1}.jetpack-external-media-placeholder__open-modal .components-button{background:none;margin:0;padding:12px}.jetpack-external-media-placeholder__open-modal .components-button:before{content:none}.jetpack-external-media-placeholder__open-modal .components-button svg{display:block;fill:currentColor}.jetpack-external-media-browsing>div.components-placeholder:not(.jetpack-external-media-replacedholder){display:none}.jetpack-external-media-browser__empty{padding-top:2em;text-align:center;width:100%}.jetpack-external-media-auth{margin:0 auto;max-width:340px;padding-bottom:80px;text-align:center}.jetpack-external-media-auth p{margin:2em 0}.jetpack-external-media-filters{display:flex;justify-content:space-between}.jetpack-external-media-button-menu__dropdown{width:100%}.jetpack-external-media-button-menu__dropdown .jetpack-external-media-button-menu{flex-direction:row;padding-left:12px;padding-right:12px;text-align:left;width:100%}.jetpack-external-media-button-menu__dropdown .jetpack-external-media-button-menu .jetpack-external-media-button-menu__label{flex-grow:2}.jetpack-external-media-button-wrapper{display:flex}.components-placeholder__fieldset .components-dropdown .jetpack-external-media-button-menu,.editor-post-featured-image .components-dropdown .jetpack-external-media-button-menu{margin-bottom:1em;width:auto}.components-placeholder__fieldset .components-dropdown .jetpack-external-media-button-menu>svg,.editor-post-featured-image .components-dropdown .jetpack-external-media-button-menu>svg{display:none}.editor-post-featured-image .components-dropdown{display:initial}.block-editor-inserter__media-panel .components-search-control input[type=search].components-search-control__input[placeholder~=Google],.block-editor-inserter__media-panel .components-search-control input[type=search].components-search-control__input[placeholder~=Google]+.components-search-control__icon{display:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{align-items:center;background:#000;border-radius:2px;box-shadow:inset 0 0 1px #fff;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;justify-content:space-between;padding:0 20px;text-transform:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-title{color:#fff;margin-bottom:10px;margin-right:10px;margin-top:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__title{margin-right:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{flex-shrink:0;height:28px;line-height:1;margin-bottom:10px;margin-left:auto;margin-top:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#e34c84;color:#fff;text-decoration:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background:#eb6594}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background-image:linear-gradient(-45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-bottom:12px;margin-top:0}.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper{max-width:840px;width:100%}.jetpack-paid-block-symbol,.jetpack-upgrade-plan__hidden{display:none}.jetpack-enable-upgrade-nudge .block-editor-block-icon{position:relative}.jetpack-enable-upgrade-nudge .block-editor-block-icon>svg{overflow:visible}.jetpack-enable-upgrade-nudge svg.jetpack-paid-block-symbol{display:block;left:calc(100% - 1px);position:absolute;top:3px}.jetpack-enable-upgrade-nudge .components-placeholder__label .jetpack-paid-block-symbol{display:none}.wp-block-cover.is-placeholder{display:block}.paid-block-media-placeholder{width:100%}.wp-block-cover:not(.is-placeholder) .paid-block-media-placeholder{bottom:0;left:0;position:absolute;right:0;top:0}.block-editor-block-list__block.is-upgradable.is-selected.is-placeholder{background-color:#0000;padding-top:0}.block-editor-block-list__layout .block-editor-block-list__block.is-upgradable:focus:after{box-shadow:none}.interface-interface-skeleton__editor{max-width:100%}.is-beta-extension{box-shadow:0 0 3px #2fb41f;position:relative;transition:box-shadow .5s linear}.is-beta-extension.inset-shadow{box-shadow:inset 0 0 3px #2fb41f}.is-beta-extension:before{background-color:#2fb41f;border-radius:4px;color:#fff;content:"BETA";font-size:11px;font-weight:600;height:24px;line-height:24px;opacity:1;padding:0 5px;position:absolute;right:3px;top:3px;transition:visibility .5s,opacity .5s linear;visibility:visible;z-index:10000}.is-beta-extension:focus,.is-beta-extension:hover{box-shadow:none}.is-beta-extension:focus:before,.is-beta-extension:hover:before{opacity:0;visibility:hidden}.jetpack-ai-usage-panel{width:100%}.jetpack-ai-usage-panel p.muted{color:#646970}.jetpack-ai-usage-panel .jetpack-ai-usage-panel-upgrade-button{margin-top:1em}.jetpack-ai-usage-panel{--spacing-base:8px}.jetpack-ai-usage-panel .components-base-control{margin:0}.jetpack-ai-usage-panel .jetpack-ai-usage-panel-loading{background-color:#dcdcde;height:calc(var(--spacing-base)*11 + .5px)}.jetpack-ai-usage-panel .ai-assistant-usage-bar-wrapper{background-color:#dcdcde;border-radius:2px;height:4px;margin:0;overflow:hidden;width:100%}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage{background-color:#069e08;border-radius:2px;height:100%}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage.warning{background-color:#f2cf75}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage.danger{background-color:#d63639}.jetpack-ai-usage-panel .jetpack-ai-usage-panel__loading-placeholder{background-color:#c3c4c7;margin-top:var(--spacing-base)}.jetpack-ai-usage-panel__available-requests{font-size:16px;font-weight:600;margin-bottom:8px;margin-top:0}@keyframes R2i0K45dEF157drbVRPI{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.NisihrgiIKl_knpYJtfg{animation:R2i0K45dEF157drbVRPI 1.5s infinite;background-color:var(--jp-gray);height:100%;width:100%}.jetpack-ai-feedback-control .components-base-control:last-child{margin-bottom:0}.ai-assistant__i18n-dropdown{width:100%}.ai-assistant__i18n-dropdown .components-dropdown-menu__toggle{display:flex;gap:8px;width:100%}.ai-assistant__i18n-dropdown__toggle-label{flex-grow:2;text-align:left}.ai-assistant__tone-dropdown{width:100%}.ai-assistant__tone-dropdown .components-dropdown-menu__toggle{display:flex;gap:8px;width:100%}.ai-assistant__tone-dropdown__toggle-label{flex-grow:2;text-align:left;width:100}.block-editor-block-toolbar__slot{flex-shrink:0}.wp-block-ai-generate-suggestion{padding:0}.wp-block-ai-generate-suggestion .components-text-control__input{margin:10px;width:80%}.wp-block-ai-generate-suggestion .components-button.is-primary{margin:10px}.wp-block-jetpack-ai-assistant .jetpack-ai-assistant__content{opacity:1;transition:opacity .2s ease-in-out}.wp-block-jetpack-ai-assistant.is-waiting-response .jetpack-ai-assistant__content{opacity:.5}.jetpack-ai-assistant__error{color:var(--wp--preset--color--black);margin:0 0 8px}.jetpack-ai-assistant__accept{display:flex;justify-content:right;margin:12px}.jetpack-ai-assistant__content{overflow-x:auto}.jetpack-ai-assistant__content table{border-collapse:collapse;width:100%}.jetpack-ai-assistant__content thead{border-bottom:3px solid}.jetpack-ai-assistant__content tfoot{border-top:3px solid}.jetpack-ai-assistant__content td,.jetpack-ai-assistant__content th{border:1px solid;padding:.5em}.jetpack-ai-assistant__content .has-fixed-layout{table-layout:fixed;width:100%}.jetpack-ai-assistant__content .has-fixed-layout td,.jetpack-ai-assistant__content .has-fixed-layout th{word-break:break-word}.jetpack-ai-assistant__content.aligncenter,.jetpack-ai-assistant__content.alignleft,.jetpack-ai-assistant__content.alignright{display:table;width:auto}.jetpack-ai-assistant__content.aligncenter td,.jetpack-ai-assistant__content.aligncenter th,.jetpack-ai-assistant__content.alignleft td,.jetpack-ai-assistant__content.alignleft th,.jetpack-ai-assistant__content.alignright td,.jetpack-ai-assistant__content.alignright th{word-break:break-word}.jetpack-ai-assistant__content .has-border-color td,.jetpack-ai-assistant__content .has-border-color th,.jetpack-ai-assistant__content .has-border-color tr,.jetpack-ai-assistant__content .has-border-color>*{border-color:inherit}.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child,.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child td,.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child th,.jetpack-ai-assistant__content table[style*=border-top-color]>*,.jetpack-ai-assistant__content table[style*=border-top-color]>* td,.jetpack-ai-assistant__content table[style*=border-top-color]>* th{border-top-color:inherit}.jetpack-ai-assistant__content table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.jetpack-ai-assistant__content table[style*=border-right-color] td:last-child,.jetpack-ai-assistant__content table[style*=border-right-color] th,.jetpack-ai-assistant__content table[style*=border-right-color] tr,.jetpack-ai-assistant__content table[style*=border-right-color]>*{border-right-color:inherit}.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child,.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child td,.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child th,.jetpack-ai-assistant__content table[style*=border-bottom-color]>*,.jetpack-ai-assistant__content table[style*=border-bottom-color]>* td,.jetpack-ai-assistant__content table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.jetpack-ai-assistant__content table[style*=border-left-color] td:first-child,.jetpack-ai-assistant__content table[style*=border-left-color] th,.jetpack-ai-assistant__content table[style*=border-left-color] tr,.jetpack-ai-assistant__content table[style*=border-left-color]>*{border-left-color:inherit}.jetpack-ai-assistant__content table[style*=border-style] td,.jetpack-ai-assistant__content table[style*=border-style] th,.jetpack-ai-assistant__content table[style*=border-style] tr,.jetpack-ai-assistant__content table[style*=border-style]>*{border-style:inherit}.jetpack-ai-assistant__content table[style*=border-width] td,.jetpack-ai-assistant__content table[style*=border-width] th,.jetpack-ai-assistant__content table[style*=border-width] tr,.jetpack-ai-assistant__content table[style*=border-width]>*{border-style:inherit;border-width:inherit}.wp-block-ai-image-image{cursor:pointer;height:128px;width:128px}.jetpack-ai-assistant__templates-control svg{padding-right:4px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper{flex-wrap:nowrap}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-connect-banner__description,.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-connect-banner__description,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description{line-height:24px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background-color:#fff;color:#000;margin-bottom:8px;margin-top:8px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background-color:#f6f7f7}.jetpack-ai-assistant__custom-prompt{width:800px}.jetpack-ai-assistant__custom-prompt__footer{display:flex;gap:8px;justify-content:flex-end}.jetpack-contact-form{margin-top:16px}.jetpack-components-ai-control__container-wrapper.jetpack-ai-assistant-extension-ai-input{position:sticky;z-index:1}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path{animation:fadingSpark .3s ease-in-out infinite alternate}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path.spark-first{animation-delay:.2s}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path.spark-second{animation-delay:.6s}.jetpack-ai-assistant__info{margin:0 0 8px}@keyframes fadingSpark{to{opacity:.3}}.jetpack-ai-chat-copy-button-container{margin:1rem 0}.jetpack-ai-chat-copy-button-container button{background:none;border:none;color:var(--wp--preset--color--secondary);cursor:pointer;display:block;font-size:16px;padding:inherit;position:relative;transition:.3s}.jetpack-ai-chat-copy-button-container button:disabled{cursor:not-allowed;opacity:.5}.jetpack-ai-chat-copy-button-container button .copy-icon{margin-right:.5rem;vertical-align:middle}.jetpack-ai-chat-error-container{color:#dc3232;font-size:1rem;margin:1rem 0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input{flex:auto;flex-grow:4}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input .components-base-control__field{margin-bottom:0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-button{display:block;flex:auto;flex-grow:1;height:53px;margin-left:10px;text-wrap:nowrap;white-space:-moz-pre-space}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references{font-size:1rem;margin-top:12px}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references hr{margin:1rem 0}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input{flex:auto;flex-grow:4}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-submit{flex:auto;flex-grow:1;height:53px;margin-left:10px;text-wrap:nowrap}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a{border:none;border-radius:2px;cursor:pointer;margin-left:.5rem;padding:.5rem;transition:.3s}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a svg{width:20px;fill:var(--wp--preset--color--contrast);vertical-align:middle}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a:disabled{cursor:not-allowed;opacity:.5}.interface-more-menu-dropdown__content .components-button .jetpack-logo,.interface-pinned-items .components-button .jetpack-logo{height:20px;width:20px}.edit-post-more-menu__content .components-icon-button .jetpack-logo{margin-right:4px}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-triangle{stroke:none!important}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-circle{fill:#069e08!important}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-triangle{fill:#fff!important}.jetpack-ai-proofread{margin-bottom:24px}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=complex-words]{border-color:#f0b849}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=unconfident-words]{border-color:#09b585}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=long-sentences]{border-color:#7a00df}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=spelling-mistakes]{border-color:#d63638}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=complex-words]{background-color:#f0b849}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=unconfident-words]{background-color:#09b585}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=long-sentences]{background-color:#7a00df}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=spelling-mistakes]{background-color:#d63638}.jetpack-ai-proofread .components-checkbox-control__input:disabled{background-color:#ddd;border-color:#ddd}.jetpack-ai-proofread .components-toggle-control{color:#1e1e1e;margin-bottom:16px}.jetpack-ai-proofread__grade-label{color:#757575;margin-left:12px}.jetpack-ai-proofread__help-text{color:#757575;font-size:12px}.jetpack-ai-proofread .feature-checkboxes-container{display:flex;flex-direction:column;gap:12px}[class^=jetpack-ai-breve__has-proofread-highlight]{border-bottom:3px solid;transition:background-color;transition-duration:.3s}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=complex-words]{border-bottom-color:#f0b849}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=unconfident-words]{border-bottom-color:#09b585}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=long-sentences]{border-bottom-color:#7a00df}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=spelling-mistakes]{border-bottom-color:#d63638}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__is-loading{animation-duration:1s;animation-iteration-count:infinite;animation-name:jetpack-ai-breve-loading-pulse}@keyframes jetpack-ai-breve-loading-pulse{0%{opacity:1}50%{opacity:.3}to{opacity:1}}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=complex-words]{background-color:#f0b84933}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=unconfident-words]{background-color:#09b58533}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=long-sentences]{background-color:#7a00df33}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=spelling-mistakes]{background-color:#d6363833}.jetpack-ai-breve__highlight-popover{color:#000;cursor:default;font-size:13px;font-style:normal;font-weight:400;line-height:18px;width:auto}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content{align-items:center;display:flex;flex-direction:column}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content.jetpack-ai-breve__has-suggestions{align-items:flex-start}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content.jetpack-ai-breve__has-suggestions .jetpack-ai-breve__suggestions-container{max-height:168px;overflow-x:hidden;overflow-y:auto;padding:3px 0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container{display:flex;gap:32px;height:40px;justify-content:space-between;width:100%}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action,.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title{padding:8px 12px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title{align-items:center;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:flex-start;white-space:nowrap}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color{border-radius:50%;height:10px;width:10px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=complex-words]{background-color:#f0b849}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=unconfident-words]{background-color:#09b585}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=long-sentences]{background-color:#7a00df}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=spelling-mistakes]{background-color:#d63638}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action{align-items:center;display:flex;font-size:13px;gap:4px;justify-content:flex-end}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button{height:24px;padding-bottom:0;padding-right:0;padding-top:0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button path,.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button>svg{fill:#0277a8}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__loading{align-items:center;display:flex;height:24px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__loading svg{margin-top:0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container{border-top:1px solid #dcdcde;display:flex;flex-direction:column;width:100%}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .jetpack-ai-breve__spelling-suggestion+.jetpack-ai-breve__spelling-suggestion{border-top:1px solid #dcdcde}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .jetpack-ai-breve__spelling-suggestion.components-button.is-tertiary{padding:8px 12px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .components-button.is-tertiary{color:#000;height:unset;line-height:20px;min-height:36px;min-width:320px;padding-bottom:16px;padding-top:16px;text-align:unset;white-space:break-spaces}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper{align-items:center;background-color:#f6f7f7;border-radius:4px;color:#646970;display:flex;font-size:12px;gap:8px;justify-content:space-between;margin:4px;padding:4px 8px;white-space:nowrap;width:calc(100% - 8px)}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper .jetpack-ai-breve__helper-buttons-wrapper{display:flex;gap:16px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper .components-button{color:#646970;padding:0}.ai-assistant-post-feedback__suggestion{margin-bottom:-32px;padding:18px 0}.jetpack-ai-title-optimization__keywords{margin-bottom:16px;margin-top:32px}.jetpack-ai-title-optimization__keywords__textarea{display:flex;justify-content:center}.jetpack-ai-title-optimization__keywords__textarea div{width:100%}.jetpack-ai-title-optimization__keywords__textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.jetpack-ai-title-optimization__keywords__textarea textarea:disabled{opacity:.5}.jetpack-ai-title-optimization__keywords__button{display:flex;justify-content:flex-end;margin-top:8px}.jetpack-ai-title-optimization__options{margin-top:16px}.jetpack-ai-title-optimization__option{align-items:start;display:flex;gap:16px;justify-content:left;margin-bottom:16px}.jetpack-ai-title-optimization__option>input{margin-top:8px}@media screen and (max-width:600px){.jetpack-ai-title-optimization__option-input{min-width:10%}}.jetpack-ai-title-optimization__option-content{display:flex;flex-direction:column}.jetpack-ai-title-optimization__option-label{font-size:15px;font-weight:600;line-height:22px}.jetpack-ai-title-optimization__option-description{font-size:13px;font-weight:400;line-height:20px;padding-top:4px}.jetpack-ai-title-optimization__loading{align-items:center;display:flex;flex-direction:column;gap:16px;height:200px;justify-content:center;width:100%}.jetpack-ai-title-optimization__error,.jetpack-ai-title-optimization__intro{margin-top:16px}.jetpack-ai-title-optimization__cta{align-items:center;display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.jetpack-ai-title-optimization__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:20px 32px}.jetpack-ai-sidebar__feature-section{margin-bottom:2em}.jetpack-ai-sidebar__feature-section p,.jetpack-ai-sidebar__feature-section p>*{text-wrap:pretty}.jetpack-ai-feedback__label{display:flex;gap:16px}.jetpack-ai-feedback__label .components-toggle-control{margin-bottom:8px}.jetpack-ai__feedback-button .icon{color:#a7aaad;height:20px;margin-left:4px;width:20px}.jetpack-blogging-prompt{border:1px solid #ddd;border-radius:2px;box-sizing:border-box;padding:24px}.jetpack-blogging-prompt__label{background:no-repeat url(images/icon-cd4e9ecf53fadf95246d.svg);background-position:-5px;background-size:24px 24px;font-size:14px;margin-bottom:16px;padding-inline-start:22px}.jetpack-blogging-prompt__label.is-bloganuary-icon{background:no-repeat url(images/bloganuary-icon-20e07d1c81f21708f183.svg);background-position:0;padding-inline-start:26px}.jetpack-blogging-prompt__text{font-size:24px;margin-bottom:16px}.jetpack-blogging-prompt__answers-link{display:inline-block;margin-inline-start:10px;text-decoration:underline}.jetpack-blogging-prompt__answers{font-size:16px}.jetpack-blogging-prompt__answers-gravatar{border:2px solid #fff;border-radius:50%;height:24px;vertical-align:middle;width:24px}.jetpack-blogging-prompt__answers-gravatar:first-child{margin-inline-start:-2px}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:-15px}.jetpack-blogging-prompt__spinner{text-align:center}.jetpack-blogging-prompt.is-style-quote{border:none;border-inline-start:4px solid #2f2f2f;margin-bottom:16px;padding:0 24px}@media only email{.jetpack-blogging-prompt__label{background:none;padding-inline-start:0}.jetpack-blogging-prompt__answers,.jetpack-blogging-prompt__answers-gravatar{margin-bottom:0}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:0}}.wp-block-jetpack-business-hours{overflow:hidden}@media(min-width:480px){.wp-block-jetpack-business-hours dd,.wp-block-jetpack-business-hours dt{display:inline-block}}.wp-block-jetpack-business-hours dt{min-width:30%;vertical-align:top}.wp-block-jetpack-business-hours dd{margin:0}@media(min-width:480px){.wp-block-jetpack-business-hours dd{max-width:calc(70% - .5em)}}.wp-block-jetpack-business-hours .components-base-control__label,.wp-block-jetpack-business-hours .components-toggle-control__label{font-size:13px}.wp-block-jetpack-business-hours .components-base-control__field{margin-bottom:0}.wp-block-jetpack-business-hours .jetpack-business-hours__item{margin-bottom:.5em}.wp-block-jetpack-business-hours .business-hours__row{display:flex;line-height:normal;margin-bottom:4px}.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add,.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__closed{margin-bottom:20px}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day{align-items:flex-start;display:flex;width:44%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day .business-hours__day-name{font-weight:700;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;width:60%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day .components-form-toggle{margin-right:4px;margin-top:4px}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{align-items:center;display:flex;flex-wrap:wrap;margin:0;width:44%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-button{padding:0}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control{display:inline-block;margin-bottom:0;width:48%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control.business-hours__open{margin-right:4%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control .components-base-control__label{margin-bottom:0}.wp-block-jetpack-business-hours .business-hours__remove{align-self:flex-end;margin-bottom:8px;text-align:center;width:10%}.wp-block-jetpack-business-hours .business-hours-row__add button:hover{box-shadow:none!important}.wp-block-jetpack-business-hours .business-hours__remove button{display:block;margin:0 auto}.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:active,.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:focus,.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:hover,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:active,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:focus,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:hover{background:none;box-shadow:none}@media(max-width:1080px){.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}}@media(max-width:600px){.wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}@media(min-width:480px){.jetpack-business-hours dd,.jetpack-business-hours dt{display:inline-block}}.jetpack-business-hours dt{font-weight:700;margin-inline-end:.5em;min-width:30%;vertical-align:top}.jetpack-business-hours dd{margin:0}@media(min-width:480px){.jetpack-business-hours dd{max-width:calc(70% - .5em)}}.jetpack-business-hours__item{margin-bottom:.5em}.jetpack-block-width-controls{align-items:center;display:flex}.jetpack-block-width-controls .components-button-group{display:flex;margin-right:1em}.jetpack-block-width-controls:not(.is-aligned) .components-unit-control-wrapper{flex:1}.wp-block[data-type="jetpack/button"]{display:inline-block;margin:0 auto}.wp-block[data-align=center] .wp-block-jetpack-button{display:flex;justify-content:center}.wp-block[data-align=right] .wp-block-jetpack-button{display:flex;justify-content:flex-end}div[data-type="jetpack/button"]:not([data-align=left]):not([data-align=right]){width:100%}div[data-type="jetpack/button"][data-align]{width:100%;z-index:1}.wp-block-button__link.has-custom-width,.wp-block-jetpack-button,div[data-type="jetpack/button"][data-align] .wp-block>div{max-width:100%}.jetpack-block-styles-selector .editor-styles-wrapper .block-editor-block-list__block{margin:0}.jetpack-block-styles-selector-toolbar .is-active{font-weight:700}.wp-block-jetpack-calendly{position:relative}.wp-block-jetpack-calendly-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-calendly-link-editable{cursor:text}.wp-block-jetpack-calendly-embed-form-sidebar{display:flex;margin-bottom:1em}.wp-block-jetpack-calendly-learn-more{margin-top:1em}.wp-block-jetpack-calendly-color-notice{margin:0}div[data-align=center]>.wp-block-jetpack-calendly{text-align:center}.wp-block-jetpack-calendly .components-placeholder__fieldset input{flex:1}.admin-bar .calendly-overlay .calendly-popup-close{top:47px}.wp-block-jetpack-calendly.calendly-style-inline{height:630px;position:relative}.wp-block-jetpack-calendly .calendly-spinner{top:50px}.wp-block-jetpack-calendly.aligncenter{text-align:center}.wp-block-jetpack-calendly .wp-block-jetpack-button{color:#fff}.wp-block-jetpack-cookie-consent{align-items:center;background-color:#0000;bottom:unset;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;position:static}.wp-block-jetpack-cookie-consent:not(.is-selected) *{pointer-events:none}.wp-block-jetpack-cookie-consent:not(.is-selected):before{content:unset}.wp-block-jetpack-cookie-consent.alignleft,.wp-block-jetpack-cookie-consent.alignright{flex-wrap:nowrap;margin-left:0!important;margin-right:0!important;max-width:50%}.wp-block-jetpack-cookie-consent.alignright{margin-left:auto!important}.wp-block-jetpack-cookie-consent.alignwide{left:unset;max-width:unset;width:unset}.wp-block-jetpack-cookie-consent .wp-block-button__link{white-space:nowrap!important}.jetpack-contact-info-block .block-editor-plain-text.block-editor-plain-text:focus{box-shadow:none}.jetpack-contact-info-block .block-editor-plain-text{border:none;border-radius:4px;box-shadow:none;color:inherit;display:block;flex-grow:1;font-family:inherit;font-size:inherit;line-height:inherit;margin:.5em 0;min-height:unset;padding:0;resize:none}.block-editor-inserter__preview .jetpack-contact-info-block{padding:16px}.block-editor-inserter__preview .jetpack-contact-info-block>.block-editor-inner-blocks>.block-editor-block-list__layout{margin:0}.wp-block-jetpack-contact-info{margin-bottom:1.5em}.jetpack-block-nudge.block-editor-warning{margin-bottom:12px}.jetpack-block-nudge .block-editor-warning__message{margin:13px 0}.jetpack-block-nudge .block-editor-warning__actions{line-height:1}.jetpack-block-nudge .jetpack-block-nudge__info{display:flex;flex-direction:row;font-size:13px;line-height:1.4}.jetpack-block-nudge .jetpack-block-nudge__text-container{display:flex;flex-direction:column}.jetpack-block-nudge .jetpack-block-nudge__title{font-size:14px}.jetpack-block-nudge .jetpack-block-nudge__message{color:#646970}.jetpack-stripe-nudge__banner .block-editor-warning__contents{align-items:center}.jetpack-stripe-nudge__icon{align-self:center;background:#0675c4;border-radius:50%;box-sizing:initial;color:#fff;fill:#fff;flex-shrink:0;margin-right:16px;padding:6px}.jetpack-stripe-nudge__banner span a.jetpack-stripe-nudge__link{color:#0675c4}.jp-components-spinner{align-items:center;display:flex}.jp-components-spinner__inner,.jp-components-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid #0000;border-radius:50%;box-sizing:border-box;margin:auto}.jp-components-spinner__outer{border-top-color:#fff}.jp-components-spinner__inner{border-right-color:#fff;border-top-color:#fff;height:100%;opacity:.4;width:100%}.wp-block-jetpack-donations .donations__container{border:1px solid #ccc}.wp-block-jetpack-donations .donations__nav{border-bottom:1px solid #ccc;display:flex}.wp-block-jetpack-donations .donations__nav-item{background:#fff;border-inline-start:1px solid #ccc;color:#1e1e1e;cursor:pointer;display:inline-block;flex:1;font-size:16px;font-weight:700;padding:12px;text-align:center}@media(min-width:600px){.wp-block-jetpack-donations .donations__nav-item{padding:16px 24px}}.wp-block-jetpack-donations .donations__nav-item:first-child{border-inline-start:none}.wp-block-jetpack-donations .donations__nav-item.is-active{background:#1e1e1e;color:#fff;cursor:default}.wp-block-jetpack-donations .donations__content{padding:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__content{padding:32px}}.wp-block-jetpack-donations .donations__content h4,.wp-block-jetpack-donations .donations__content p{margin:0 0 16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__content h4,.wp-block-jetpack-donations .donations__content p{margin:0 0 24px}}.wp-block-jetpack-donations .donations__amounts{display:flex;flex-wrap:wrap;margin-bottom:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__amounts{margin:0 0 24px}}.wp-block-jetpack-donations .donations__amount{background-color:#fff;border:1px solid #ccc;color:#1e1e1e;display:inline-block;font-size:16px;font-weight:600;margin-inline-end:8px;margin-bottom:8px;padding:16px 24px;white-space:nowrap}.wp-block-jetpack-donations .donations__amount.has-error{box-shadow:0 0 0 1px #fff,0 0 0 3px #cc1818;outline:2px solid #0000;outline-offset:-2px}.wp-block-jetpack-donations .donations__custom-amount .donations__amount-value{display:inline-block;margin-inline-start:4px;min-width:60px}.wp-block-jetpack-donations .donations__separator{margin-bottom:16px;margin-top:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__separator{margin-bottom:32px;margin-top:32px}}.wp-block-jetpack-donations .donations__donate-button,.wp-block-jetpack-donations .donations__donate-button-wrapper{margin:0}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount{cursor:text}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount.has-focus{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:-2px}.editor-styles-wrapper .wp-block-jetpack-donations .donations__custom-amount{cursor:default}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount .block-editor-rich-text__editable{display:inline-block;text-align:left}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount .block-editor-rich-text__editable:focus{box-shadow:none;outline:none;outline-offset:0}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount [data-rich-text-placeholder]:after{color:#ccc;opacity:1}.editor-styles-wrapper .wp-block-jetpack-donations .donations__custom-amount .donations__amount-value{color:#ccc}.editor-styles-wrapper .wp-block-jetpack-donations .donations__donate-button-wrapper:not(.alignleft):not(.alignright){margin:0}.editor-styles-wrapper .wp-block-jetpack-donations .jetpack-block-nudge{max-width:none}.jetpack-donations__currency-toggle{font-weight:700;line-height:100%;width:max-content}.jetpack-donations__currency-popover .components-popover__content{min-width:130px}.wp-block-jetpack-eventbrite{position:relative}.wp-block-jetpack-eventbrite .components-placeholder__learn-more{margin-top:1em}[data-type="jetpack/eventbrite"][data-align=center]{text-align:center}.wp-block-jetpack-gif{clear:both;margin:0 0 20px}.wp-block-jetpack-gif figure{margin:0;position:relative;width:100%}.wp-block-jetpack-gif.aligncenter{text-align:center}.wp-block-jetpack-gif.alignleft,.wp-block-jetpack-gif.alignright{min-width:300px}.wp-block-jetpack-gif .wp-block-jetpack-gif-caption{color:#949494;margin-bottom:1em;margin-top:.5em;text-align:center}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper{height:0;margin:0;padding:calc(56.2% + 12px) 0 0;position:relative;width:100%}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper iframe{border:0;height:100%;inset-inline-start:0;position:absolute;top:0;width:100%}.wp-block-jetpack-gif figure{transition:padding-top 125ms ease-in-out}.wp-block-jetpack-gif figure .wp-block-jetpack-gif_input-container{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:10px}.wp-block-jetpack-gif figure .wp-block-jetpack-gif_input{max-width:400px}.wp-block-jetpack-gif .components-base-control__field{text-align:center}.wp-block-jetpack-gif .components-placeholder__label svg{margin-right:1ch}.wp-block-jetpack-gif .wp-block-jetpack-gif_cover{background:none;border:none;height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.wp-block-jetpack-gif .wp-block-jetpack-gif_cover:focus{outline:none}.wp-block-jetpack-gif .wp-block-jetpack-gif_input{flex:1;margin-right:6px}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnails-container{display:flex;margin:-2px 0 2px -2px;overflow-x:auto;width:calc(100% + 4px)}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnails-container::-webkit-scrollbar{display:none}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container{align-items:center;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:3px;cursor:pointer;display:flex;justify-content:center;margin:2px;padding:0 0 calc(10% - 4px);width:calc(10% - 4px)}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container:hover{box-shadow:0 0 0 1px #949494}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container:focus{box-shadow:0 0 0 2px var(--wp-admin-theme-color);outline:0}.components-panel__body-gif-branding svg{display:block;margin:0 auto;max-width:200px}.components-panel__body-gif-branding svg path{fill:#e0e0e0}.wp-block-jetpack-google-calendar{min-width:420px}.wp-block-jetpack-google-calendar iframe{border:none;width:100%}.wp-block-jetpack-google-calendar>amp-iframe>[placeholder]{line-height:1}.wp-block-jetpack-google-calendar>amp-iframe>noscript{display:inline-block!important}.wp-block-jetpack-google-calendar>amp-iframe>noscript>iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-block-jetpack-google-calendar-embed-form-sidebar textarea{height:75px;width:100%}.wp-block-jetpack-google-calendar-embed-form-sidebar button{display:block;margin-top:8px}.wp-block-jetpack-google-calendar-embed-form-editor{margin:0}.wp-block-jetpack-google-calendar-embed-form-editor textarea{flex:1;font-family:inherit;font-size:inherit;height:36px;margin-right:1px;padding-top:9px}.wp-block-jetpack-google-calendar-placeholder-links{margin-top:19px}.wp-block-jetpack-google-calendar ol.wp-block-jetpack-google-calendar-placeholder-instructions{font-family:inherit;list-style-position:inside;margin:0;padding:0}.wp-block-jetpack-google-calendar ol.wp-block-jetpack-google-calendar-placeholder-instructions li{margin-bottom:19px;text-align:left}.wp-block-jetpack-google-calendar .components-placeholder__label{margin-bottom:19px}.wp-block-jetpack-google-calendar .components-placeholder p{margin:0 0 19px}.wp-block-jetpack-image-compare{margin-inline-end:0;margin-inline-start:0}.wp-block-jetpack-image-compare img{max-width:100%}.jx-slider.jx-slider{inset-inline-start:1px;top:1px;width:calc(100% - 2px)}.image-compare__placeholder>.components-placeholder{align-items:center;flex-direction:row}.image-compare__placeholder>.components-placeholder>.components-placeholder__label{display:none}.image-compare__placeholder>.components-placeholder .components-placeholder{background:none}.image-compare__image-after,.image-compare__image-before{display:flex;flex:1;flex-direction:column;position:relative}.image-compare__image-after .components-placeholder.components-placeholder,.image-compare__image-before .components-placeholder.components-placeholder{box-shadow:none;min-height:0;padding:0}.image-compare__image-after .components-placeholder.components-placeholder .components-placeholder__instructions,.image-compare__image-before .components-placeholder.components-placeholder .components-placeholder__instructions{display:none}.components-placeholder.is-large .image-compare__image-before{padding-inline-end:12px}.components-placeholder.is-large .image-compare__image-after{padding-inline-start:12px}.components-placeholder.is-medium .image-compare__image-before{margin-bottom:24px}[data-type="jetpack/image-compare"]:not(.is-selected) .image-compare__comparison{pointer-events:none}.juxtapose .components-placeholder{border:none;box-shadow:none;padding:0}.juxtapose .components-placeholder .components-placeholder__label{display:none}.juxtapose .components-placeholder .image-compare__image-after,.juxtapose .components-placeholder .image-compare__image-before{flex:none;padding:0;width:100%}.juxtapose .components-placeholder:before{background:#fff;content:"";display:block;height:4px;position:absolute;width:100%;z-index:2}.juxtapose .components-placeholder .image-compare__image-after{height:50%;overflow:hidden;position:absolute;width:100%}.juxtapose .components-placeholder .image-compare__image-after img{align-self:flex-end;display:flex;height:200%;max-width:none;width:100%}div.juxtapose{font-family:Helvetica,Arial,sans-serif;width:100%}div.jx-slider{color:#f3f3f3;cursor:pointer;height:100%;overflow:hidden;position:relative;width:100%}div.jx-handle{cursor:col-resize;height:100%;margin-left:-20px;position:absolute;width:40px;z-index:15}.vertical div.jx-handle{cursor:row-resize;height:40px;margin-left:0;margin-top:-20px;width:100%}div.jx-control{background-color:currentColor;height:100%;margin-left:auto;margin-right:auto;width:3px}.vertical div.jx-control{background-color:currentColor;height:3px;position:relative;top:50%;transform:translateY(-50%);width:100%}div.jx-controller{background-color:currentColor;bottom:0;height:60px;margin:auto auto auto -3px;position:absolute;top:0;width:9px}.vertical div.jx-controller{height:9px;margin-left:auto;margin-right:auto;position:relative;top:-3px;width:100px}div.jx-arrow{bottom:0;margin:auto;top:0}.vertical div.jx-arrow,div.jx-arrow{height:0;position:absolute;transition:all .2s ease;width:0}.vertical div.jx-arrow{left:0;margin:0 auto;right:0}div.jx-arrow.jx-left{border-color:#0000 currentcolor #0000 #0000;border-style:solid;border-width:8px 8px 8px 0;left:2px}div.jx-arrow.jx-right{border-color:#0000 #0000 #0000 currentcolor;border-style:solid;border-width:8px 0 8px 8px;right:2px}.vertical div.jx-arrow.jx-left{border-color:#0000 #0000 currentcolor;border-style:solid;border-width:0 8px 8px;left:0;top:2px}.vertical div.jx-arrow.jx-right{border-color:currentcolor #0000 #0000;border-style:solid;border-width:8px 8px 0;bottom:2px;right:0;top:auto}div.jx-handle:active div.jx-arrow.jx-left,div.jx-handle:hover div.jx-arrow.jx-left{left:-1px}div.jx-handle:active div.jx-arrow.jx-right,div.jx-handle:hover div.jx-arrow.jx-right{right:-1px}.vertical div.jx-handle:active div.jx-arrow.jx-left,.vertical div.jx-handle:hover div.jx-arrow.jx-left{left:0;top:0}.vertical div.jx-handle:active div.jx-arrow.jx-right,.vertical div.jx-handle:hover div.jx-arrow.jx-right{bottom:0;right:0}div.jx-image{display:inline-block;height:100%;overflow:hidden;position:absolute;top:0}.vertical div.jx-image{left:0;top:auto;width:100%}div.jx-slider div.jx-image img{height:100%!important;margin-bottom:0;max-height:none!important;max-width:none!important;position:absolute;width:auto!important;z-index:5}div.jx-slider.vertical div.jx-image img{height:auto!important;width:100%!important}div.jx-image.jx-left{background-position:0;left:0}div.jx-image.jx-left img{left:0}div.jx-image.jx-right{background-position:100%;right:0}div.jx-image.jx-right img{bottom:0;right:0}.veritcal div.jx-image.jx-left{background-position:top;top:0}.veritcal div.jx-image.jx-left img{top:0}.vertical div.jx-image.jx-right{background-position:bottom;bottom:0}.veritcal div.jx-image.jx-right img{bottom:0}div.jx-image div.jx-label{background-color:#000;background-color:#000000b3;color:#fff;display:inline-block;font-size:1em;line-height:18px;padding:.25em .75em;position:relative;top:0;vertical-align:middle;white-space:nowrap;z-index:10}div.jx-image.jx-left div.jx-label{float:left;left:0}div.jx-image.jx-right div.jx-label{float:right;right:0}.vertical div.jx-image div.jx-label{display:table;position:absolute}.vertical div.jx-image.jx-right div.jx-label{bottom:0;left:0;top:auto}div.jx-image.transition{transition:width .5s ease}div.jx-handle.transition{transition:left .5s ease}.vertical div.jx-image.transition{transition:height .5s ease}.vertical div.jx-handle.transition{transition:top .5s ease}div.jx-controller:focus,div.jx-image.jx-left div.jx-label:focus,div.jx-image.jx-right div.jx-label:focus,figure.wp-block-jetpack-image-compare figcaption{font-size:85%;text-align:center}div.jx-control{color:#fff}.vertical div.jx-controller,div.jx-controller{border-radius:50%;height:48px;width:48px}div.jx-controller{margin-left:-22.5px}.vertical div.jx-controller{transform:translateY(-19.5px)}.vertical div.jx-arrow.jx-left,.vertical div.jx-arrow.jx-right,div.jx-arrow.jx-left,div.jx-arrow.jx-right{background-repeat:no-repeat;border:none;height:24px;width:24px;will-change:transform;z-index:1}div.jx-arrow.jx-left{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEzLjQgMTggOCAxMmw1LjQtNiAxLjIgMS00LjYgNSA0LjYgNXoiLz48L3N2Zz4=);left:0}div.jx-arrow.jx-right{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEwLjYgNiA5LjQgN2w0LjYgNS00LjYgNSAxLjIgMSA1LjQtNnoiLz48L3N2Zz4=);right:0}div.vertical div.jx-arrow.jx-left,div.vertical div.jx-arrow.jx-right{transform:rotate(90deg)}.wp-block-jetpack-instagram-gallery__grid{align-content:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{box-sizing:border-box;display:block;line-height:0;position:relative}.wp-block-jetpack-instagram-gallery__grid img{height:auto;width:100%}.wp-block-jetpack-instagram-gallery__grid-columns-1 .wp-block-jetpack-instagram-gallery__grid-post{width:100%}.wp-block-jetpack-instagram-gallery__grid-columns-2 .wp-block-jetpack-instagram-gallery__grid-post{width:50%}.wp-block-jetpack-instagram-gallery__grid-columns-3 .wp-block-jetpack-instagram-gallery__grid-post{width:33.33333%}.wp-block-jetpack-instagram-gallery__grid-columns-4 .wp-block-jetpack-instagram-gallery__grid-post{width:25%}.wp-block-jetpack-instagram-gallery__grid-columns-5 .wp-block-jetpack-instagram-gallery__grid-post{width:20%}.wp-block-jetpack-instagram-gallery__grid-columns-6 .wp-block-jetpack-instagram-gallery__grid-post{width:16.66667%}@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__grid-post{width:100%}}@supports(display:grid){.wp-block-jetpack-instagram-gallery__grid{display:grid;grid-gap:10px;grid-auto-columns:1fr}@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile{display:block}.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__grid-post{padding:var(--latest-instagram-posts-spacing)}}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{width:auto}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post img{height:100%;object-fit:cover}.wp-block-jetpack-instagram-gallery__grid-columns-1{grid-template-columns:repeat(1,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-2{grid-template-columns:repeat(2,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-3{grid-template-columns:repeat(3,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-4{grid-template-columns:repeat(4,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-5{grid-template-columns:repeat(5,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-6{grid-template-columns:repeat(6,1fr)}}@supports(object-fit:cover){.wp-block-jetpack-instagram-gallery__grid-post img{height:100%;object-fit:cover}}.wp-block-jetpack-instagram-gallery .components-placeholder .components-radio-control{margin-bottom:28px}.wp-block-jetpack-instagram-gallery .components-placeholder .components-radio-control label{font-weight:400}.wp-block-jetpack-instagram-gallery .components-placeholder .wp-block-jetpack-instagram-gallery__new-account-instructions{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.wp-block-jetpack-instagram-gallery__count-notice .components-notice{margin:0 0 15px}.wp-block-jetpack-instagram-gallery__count-notice .components-notice__content{line-height:inherit;margin:0;padding-inline-end:0}.wp-block-jetpack-instagram-gallery__disconnection-warning{font-style:italic;margin-bottom:0}.wp-block-jetpack-instagram-gallery__placeholder{animation-delay:0ms,.3s;animation-duration:.3s,1.6s;animation-iteration-count:1,infinite;animation-name:fadeIn,pulse;animation-timing-function:ease-out,ease-out;background-color:#a7a79f;display:flex;opacity:1}.wp-block-jetpack-instagram-gallery__placeholder.is-loaded{animation:none;height:auto}.wp-block-jetpack-instagram-gallery__placeholder img{opacity:0;transition:opacity .5s ease-in-out}.wp-block-jetpack-instagram-gallery__placeholder img.is-loaded{opacity:1}@keyframes fadeIn{0%{opacity:0}50%{opacity:.5}to{opacity:1}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@supports(object-fit:cover){.wp-block-jetpack-instagram-gallery__placeholder.is-loaded{display:flex;flex-direction:column;flex-grow:1}.wp-block-jetpack-instagram-gallery__placeholder.is-loaded img{flex-grow:1;height:auto;object-fit:cover}}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{display:flex;flex-direction:column}@supports(display:grid){@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__placeholder{margin:0!important}}}.wp-block-jetpack-like__learn-more{margin-top:-12px;padding:0 16px 16px 52px}.wp-block-jetpack-like .sharedaddy{display:none}.wpl-likebox{container-type:inline-size}.wpl-count a,.wpl-follow a,.wpl-likebox{font-family:Open Sans,sans-serif!important;font-size:11px!important}.wpl-button{min-width:40px;overflow:hidden}.wpl-button a{align-items:center;background:#fff;border-radius:4px;box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f;box-sizing:border-box;color:#2c3338;display:flex;font-family:Open Sans,sans-serif;font-size:13px;font-weight:500;line-height:23px;margin:1px 6px 8px 1px;min-height:30px;min-width:33px;padding:4px 10px 3px 9px;text-decoration:none;text-shadow:none}.rtl .wpl-button a{margin:1px 1px 8px 6px;padding:4px 9px 3px 10px}.wpl-button a:active,.wpl-button a:hover{box-shadow:0 1px 2px #00000038,0 0 0 1px #00000038}.wpl-button a:before{background-size:16px 16px;content:"";display:inline-block;height:16px;margin-left:0;margin-right:-1px;min-width:16px;position:relative;text-align:center;width:16px}.wpl-button.like a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%232c3338' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.like a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%230675C4' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.liked a{min-width:-moz-fit-content;min-width:fit-content}.wpl-button.liked a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%230675C4' stroke='%230675C4' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.reblog a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%23fff' d='M1 0h16v16H1z'/%3E%3Cpath fill='%232c3338' stroke='%232c3338' stroke-width='.14' d='m16.016 5.566-1.45-1.434v8.993c0 .76-.623 1.375-1.392 1.375h-4.87v-1.375h4.87V4.132l-1.451 1.434-.984-.972L13.87 1.5 17 4.594zm-11.19 6.302V2.875h4.87V1.5h-4.87c-.769 0-1.391.615-1.391 1.375v8.993l-1.451-1.434-.984.972L4.13 14.5l3.13-3.094-.983-.972z'/%3E%3C/svg%3E")}.wpl-button.reblog a.reblogged:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%23fff' d='M1 0h16v16H1z'/%3E%3Cpath fill='%230675c4' stroke='%230675c4' stroke-width='.14' d='m16.016 5.566-1.45-1.434v8.993c0 .76-.623 1.375-1.392 1.375h-4.87v-1.375h4.87V4.132l-1.451 1.434-.984-.972L13.87 1.5 17 4.594zm-11.19 6.302V2.875h4.87V1.5h-4.87c-.769 0-1.391.615-1.391 1.375v8.993l-1.451-1.434-.984.972L4.13 14.5l3.13-3.094-.983-.972z'/%3E%3C/svg%3E")}.rtl .wpl-button.like a:before,.rtl .wpl-button.liked a:before{margin-left:-1px;margin-right:0}.wpl-button.like a span,.wpl-button.liked a span,.wpl-button.reblog a span{margin-left:5px;text-wrap:nowrap}.rtl .wpl-button.like a span,.rtl .wpl-button.liked a span,.rtl .wpl-button.reblog a span{margin-right:5px}.wpl-count{clear:both;overflow:hidden;text-overflow:ellipsis}.wpl-count-text{line-height:1.6}.wpl-likebox .wpl-count,.wpl-likebox .wpl-count a,.wpl-likebox .wpl-count-text,.wpl-likebox .wpl-count-text a{font-size:12px!important}.wpl-button{float:left}.rtl .wpl-button{float:right}.wpl-avatars{height:34px;list-style:none;margin:0;overflow:hidden;padding:0}.wpl-avatars:empty{display:none}.wpl-avatars li{display:inline;margin:0}.wpl-avatars li a{border:0;display:block;float:left;margin:1px 5px 3px 0}.rtl .wpl-avatars li a{float:right;margin:0 0 3px 5px}.wpl-avatars li a img{border:0;height:30px;padding:0!important;width:30px}span.wpl-comment,span.wpl-follow{margin-left:5px}a.comment-like-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%232EA2CC' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px 16px;color:#2ea2cc;content:"";display:inline-block;height:16px;padding-right:5px;position:relative;top:3px;width:16px}a.comment-like-link:hover:before,a.comment-liked:before,div.comment-liked a.comment-like-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23f1831e' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E")}a.comment-liked:hover:before,div.comment-liked a.comment-like-link:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23ff9a00' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E")}a.comment-like-link{color:#222;font-size:12px;opacity:.8;text-decoration:none}a.comment-like-link.loading:before{opacity:0;transition:opacity 2s}.wpl-likebox{align-items:center;display:flex}.wpl-likebox .wpl-avatars{align-content:end;align-items:center;display:inline-flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:center;margin-bottom:4px;min-width:30px}.rtl .wpl-likebox .wpl-avatars li,.wpl-likebox .wpl-avatars li{margin-bottom:1px;margin-top:1px}.wpl-likebox .wpl-avatars li a{margin:0;position:relative}.wpl-likebox .wpl-avatars li:not(:first-child) a{margin-right:-4px}.rtl .wpl-likebox .wpl-avatars li:not(:first-child) a{margin-left:-4px;margin-right:0}.wpl-likebox .wpl-avatars li a img{border:1.5px solid #ffffff80;border-radius:50%;height:26px;width:26px}.wpl-likebox .wpl-count{clear:none;margin-bottom:4px;margin-left:4px;white-space:nowrap}.rtl .wpl-likebox .wpl-count{clear:none;margin-bottom:4px;margin-right:4px;white-space:nowrap}.wpl-likebox a{color:#2c3338!important}.wpl-likebox a,.wpl-likebox a:focus{outline:none!important;text-decoration:none!important}.wpl-likebox.wpl-new-layout *{cursor:default}.wpl-likebox.wpl-new-layout .wpl-avatars{align-content:unset;margin:0;padding-left:0}.wpl-likebox.wpl-new-layout .wpl-avatars li{margin:0}.wpl-likebox.wpl-new-layout .wpl-avatars li a:focus{box-shadow:none;outline:none}.wpl-likebox.wpl-new-layout .wpl-avatars li a img{vertical-align:unset}.wpl-likebox.wpl-new-layout .wpl-count a:focus,.wpl-likebox.wpl-new-layout .wpl-count-text a:focus,.wpl-likebox.wpl-new-layout .wpl-count-text:focus,.wpl-likebox.wpl-new-layout .wpl-count:focus{box-shadow:none;outline:none}.wpl-likebox .wpl-button a:hover{box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f}.wpl-likebox .wpl-button.like a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%232c3338' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}@container (max-width: 320px){.wpl-button{min-width:auto}.wpl-button a span{display:none}}.components-likes-placeholder__learn-more{margin:1em 0 2em}._fUXxnSp5pagKBp9gSN7 *{box-sizing:border-box}.wp-block-jetpack-mailchimp.is-processing form{display:none}.wp-block-jetpack-mailchimp .wp-block-jetpack-button,.wp-block-jetpack-mailchimp p{margin-bottom:1em}.wp-block-jetpack-mailchimp input{box-sizing:border-box;width:100%}.wp-block-jetpack-mailchimp .error,.wp-block-jetpack-mailchimp .error:focus{outline:1px;outline-color:#d63638;outline-offset:-2px;outline-style:auto}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification{display:none;margin-bottom:1.5em;padding:.75em}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.is-visible{display:block}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_error{background-color:#d63638;color:#fff}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_processing{background-color:rgba(0,0,0,.025)}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_success{background-color:#008a20;color:#fff}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp__is-amp{display:block}.wp-block-jetpack-mailchimp form.amp-form-submit-error>p,.wp-block-jetpack-mailchimp form.amp-form-submit-success>p,.wp-block-jetpack-mailchimp form.amp-form-submitting>p{display:none}.wp-block-jetpack-mailchimp .components-placeholder__label svg{margin-right:1ch}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification{display:block}.wp-block-jetpack-mailchimp .editor-rich-text__inline-toolbar{pointer-events:none}.wp-block-jetpack-mailchimp .editor-rich-text__inline-toolbar .components-toolbar{pointer-events:all}.wp-block-jetpack-mailchimp-recheck{margin-top:1em}.wp-block-jetpack-mailchimp.wp-block-jetpack-mailchimp_notication-audition>:not(.wp-block-jetpack-mailchimp_notification){display:none}.wp-block-jetpack-mailchimp .jetpack-submit-button,.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_text-input{margin-bottom:1.5rem}.wp-block-jetpack-mailchimp .wp-block-button .wp-block-button__link{margin-top:0}.wp-block-jetpack-mailchimp .components-placeholder__fieldset{display:block;flex-direction:unset;flex-wrap:unset}.wp-block-jetpack-mailchimp .components-placeholder__fieldset .components-button{margin-bottom:0}.wp-block-jetpack-mailchimp .components-placeholder__fieldset .align-center{text-align:center}.component__add-point{background-image:url(images/oval-5f1d889983a8747472c7.svg);background-repeat:no-repeat;height:38px;left:50%;margin-left:-16px;margin-top:-19px;position:absolute;text-indent:-9999px;top:50%;width:32px}.component__add-point,.component__add-point.components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#0000;box-shadow:none}.component__add-point:active,.component__add-point:focus{background-color:#0000}.component__add-point__popover .components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#0000;box-shadow:none}.component__add-point__popover .components-popover__content{padding:.1rem}.component__add-point__popover .components-location-search{margin:.5rem}.component__add-point__close{border:none;box-shadow:none;float:right;margin:.4rem 0 0;padding:0}.component__add-point__close path{color:#e0e0e0}.wp-block-jetpack-map-marker{height:38px;opacity:.9;width:32px}.edit-post-settings-sidebar__panel-block .component__locations__panel{margin-bottom:1em}.edit-post-settings-sidebar__panel-block .component__locations__panel:empty{display:none}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:first-child{border-top:none}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body,.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:first-child,.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:last-child{margin:0;max-width:100%}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body button{padding-right:40px}.component__locations__delete-btn{padding:0}.component__locations__delete-btn svg{margin-right:.4em}.wp-block-group-is-layout-flex:not(.is-vertical)>.wp-block-jetpack-map{flex-basis:100%}.wp-block-group-is-layout-flex.is-vertical>.wp-block-jetpack-map{width:100%}.wp-block-jetpack-map .wp-block-jetpack-map__gm-container{background:#e0e0e0;min-height:400px;overflow:hidden;text-align:start;width:100%}.wp-block-jetpack-map .mapkit-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;max-width:300px;min-width:150px;padding:10px 10px 15px;pointer-events:auto}.wp-block-jetpack-map .mapkit-popup-content h3{font-size:1.3125em;font-weight:400;margin-bottom:.5rem}.wp-block-jetpack-map .mapkit-popup-content p{margin-bottom:0}.wp-block-jetpack-map .wp-block-jetpack-map__mb-container{height:400px}.wp-block-jetpack-map .mapboxgl-popup{max-width:300px}.wp-block-jetpack-map .mapboxgl-popup h3{font-size:1.3125em;font-weight:400;margin-bottom:.5rem}.wp-block-jetpack-map .mapboxgl-popup p{margin-bottom:0}.wp-block-jetpack-map .mapboxgl-ctrl-group button{background-color:#0000!important;border-radius:0}.wp-block-jetpack-map__delete-btn{padding:0}.wp-block-jetpack-map__delete-btn svg{margin-right:.4em}.wp-block-group-is-layout-flex:not(.is-vertical)>.wp-block[data-type="jetpack/map"]{flex-basis:100%}.wp-block-group-is-layout-flex.is-vertical>.wp-block[data-type="jetpack/map"]{width:100%}.wp-block[data-type="jetpack/map"] .components-placeholder__label svg{fill:currentColor;margin-right:1ch}.wp-block[data-type="jetpack/map"] .components-placeholder__instructions{margin-top:0}.wp-block[data-type="jetpack/map"] .components-placeholder__instructions .components-external-link{display:inline-block;margin:1em auto}.wp-block-jetpack-map .mapboxgl-popup-close-button{font-size:21px;padding:0 10px 5px 9px}.wp-block-jetpack-map .wp-block-jetpack-map__map_wrapper{background-color:#e4e2de;overflow:hidden}.wp-block-jetpack-map .wp-block-jetpack-map__gm-container{inset:0;position:absolute;z-index:0}.wp-block-jetpack-map .wp-block-jetpack-map__select-overlay{background-color:#0000;inset:0;pointer-events:auto;position:absolute;z-index:2}.wp-block-jetpack-map__height_input{display:block}.component__add-point__popover .components-popover__content{width:250px}.component__add-point__popover .components-popover__content .component__add-point__close{margin-top:-.55em;padding:.3em}.wp-block-jetpack-markdown__placeholder{opacity:.62;pointer-events:none}.block-editor-block-list__block .wp-block-jetpack-markdown__preview{line-height:1.8;min-height:1.8em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview>*{margin-bottom:32px;margin-top:32px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h1,.block-editor-block-list__block .wp-block-jetpack-markdown__preview h2,.block-editor-block-list__block .wp-block-jetpack-markdown__preview h3{line-height:1.4}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h1{font-size:2.44em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h2{font-size:1.95em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h3{font-size:1.56em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h4{font-size:1.25em;line-height:1.5}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h5{font-size:1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h6{font-size:.8em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview hr{border:none;border-bottom:2px solid #f0f0f0;margin:2em auto;max-width:100px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview p{line-height:1.8}.block-editor-block-list__block .wp-block-jetpack-markdown__preview blockquote{border-left:4px solid #000;margin-left:0;margin-right:0;padding-left:1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview blockquote p{line-height:1.5;margin:1em 0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview ol,.block-editor-block-list__block .wp-block-jetpack-markdown__preview ul{margin-left:1.3em;padding-left:1.3em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview li p{margin:0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview code,.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre{color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace}.block-editor-block-list__block .wp-block-jetpack-markdown__preview code{background:#f0f0f0;border-radius:2px;font-size:inherit;padding:2px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre{border:1px solid #e0e0e0;border-radius:4px;font-size:15px;padding:.8em 1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre code{background:#0000;padding:0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview table{border-collapse:collapse;overflow-x:auto;width:100%}.block-editor-block-list__block .wp-block-jetpack-markdown__preview tbody,.block-editor-block-list__block .wp-block-jetpack-markdown__preview tfoot,.block-editor-block-list__block .wp-block-jetpack-markdown__preview thead{min-width:240px;width:100%}.block-editor-block-list__block .wp-block-jetpack-markdown__preview td,.block-editor-block-list__block .wp-block-jetpack-markdown__preview th{border:1px solid;padding:.5em}.wp-block-jetpack-markdown .wp-block-jetpack-markdown__editor{color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:15px}.wp-block-jetpack-markdown .wp-block-jetpack-markdown__editor:focus{border-color:#0000;box-shadow:0 0 0 #0000}.wp-block-jetpack-opentable{display:inline-block}.wp-block-jetpack-opentable>.is-placeholder,.wp-block-jetpack-opentable>.is-style-wide{display:block}.wp-block-jetpack-opentable .components-base-control{width:100%}.wp-block-jetpack-opentable .components-placeholder__fieldset p{font-size:13px;margin:0 0 1em}.wp-block-jetpack-opentable .components-placeholder__fieldset form{flex-direction:row;flex-wrap:nowrap}@media screen and (max-width:479px){.wp-block-jetpack-opentable .components-placeholder__fieldset form{display:block}}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field{flex-grow:1}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__label{display:none}.wp-block-jetpack-opentable .components-placeholder__fieldset form p{margin-top:1em}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__input-container{width:100%}@media screen and (min-width:480px){.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__input-container input[type=text].components-form-token-field__input{min-height:32px}}.wp-block-jetpack-opentable .components-placeholder__fieldset form>.components-button{align-items:center;height:42px;line-height:normal;padding:0 8px}@media screen and (min-width:480px){.wp-block-jetpack-opentable .components-placeholder__fieldset form>.components-button{margin:0 0 0 4px;position:relative}}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__remove-token{padding:2px 6px}.wp-block-jetpack-opentable iframe{height:100%;width:100%}.wp-block-jetpack-opentable-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-opentable-restaurant-picker{margin-bottom:1em;position:relative;width:100%}.wp-block-jetpack-opentable-restaurant-picker .components-form-token-field__token-text{align-items:center;display:inline-flex}.wp-block-jetpack-opentable-placeholder-links{display:flex;flex-direction:column}@media screen and (min-width:480px){.wp-block-jetpack-opentable-placeholder-links{display:block}}.wp-block-jetpack-opentable-placeholder-links a{padding:.25em 1em .25em 0}@media screen and (min-width:480px){.wp-block-jetpack-opentable-placeholder-links a form>button{height:50px}}.wp-block-jetpack-opentable-placeholder-links a:last-child{padding-left:1em;padding-right:0}.wp-block-jetpack-opentable>.is-style-button.has-no-margin iframe{margin:-14px}.editor-styles-wrapper .wp-block-jetpack-opentable .components-form-token-field__suggestions-list{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;padding:0;text-align:left}.wp-block-jetpack-opentable.wp-block>.is-style-wide.alignright{left:auto;right:0}.wp-block[data-type="jetpack/opentable"] .components-notice__content{text-align:left}.components-toggle-control.is-opentable{padding-top:6px}.is-opentable button.is-active{font-weight:700}.wp-block-jetpack-opentable{position:relative}.wp-block-jetpack-opentable>iframe{background:#0000;margin:0}.wp-block-jetpack-opentable>.aligncenter iframe{margin:0 auto}.wp-block-jetpack-opentable>.is-style-standard,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile{height:301px}.wp-block-jetpack-opentable>.is-style-standard.is-multi,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile.is-multi{height:361px}.wp-block-jetpack-opentable>.is-style-standard.aligncenter iframe,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile.aligncenter iframe{width:224px!important}.wp-block-jetpack-opentable>.is-style-tall{height:490px}.wp-block-jetpack-opentable>.is-style-tall.is-multi{height:550px}.wp-block-jetpack-opentable>.is-style-tall.aligncenter iframe{width:288px!important}.wp-block-jetpack-opentable>.is-style-wide{height:150px}.wp-block-jetpack-opentable>.is-style-wide iframe{width:840px!important}.wp-block-jetpack-opentable>.is-style-wide.alignleft{margin-left:2rem;max-width:840px;right:auto}.wp-block-jetpack-opentable>.is-style-wide.alignright{left:calc(100% - 840px - 2rem);max-width:840px}.wp-block-jetpack-opentable>.is-style-button{height:113px}.wp-block-jetpack-opentable>.is-style-button.aligncenter iframe{width:210px!important}.wp-block-jetpack-opentable>.is-style-button.has-no-margin>div[id^=ot-widget-container]{margin:-14px}.wp-block-jetpack-opentable .ot-dtp-picker{box-sizing:initial}.wp-block-jetpack-opentable .ot-dtp-picker .ot-title{margin:4px auto 12px}.wp-block-jetpack-opentable .ot-dtp-picker .ot-dtp-picker-selector-link{text-decoration:none}.wp-block-jetpack-opentable .ot-dtp-picker input[type=submit]{padding:0;text-transform:none}.wp-block-jetpack-opentable .ot-dtp-picker input[type=submit]:hover{text-decoration:none}.jetpack-audio-player-loading{background:#ccc;background:var(--jetpack-audio-player-secondary);height:10px;margin:15px 24px}.jetpack-audio-player{--jetpack-audio-player-primary:var( --jetpack-podcast-player-primary,#000 );--jetpack-audio-player-secondary:var( --jetpack-podcast-player-secondary,#ccc );--jetpack-audio-player-background:var( --jetpack-podcast-player-background,#fff );height:40px}.jetpack-audio-player .mejs-container,.jetpack-audio-player .mejs-container .mejs-controls,.jetpack-audio-player .mejs-embed,.jetpack-audio-player .mejs-embed body,.jetpack-audio-player .mejs-mediaelement{background-color:#0000}.jetpack-audio-player .mejs-container:focus{box-shadow:none;outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-controls{padding:0;position:static}.jetpack-podcast-player__header .jetpack-audio-player .mejs-controls{padding-left:15px;padding-right:18px}.jetpack-audio-player .mejs-time{color:#ccc;color:var(--jetpack-audio-player-secondary)}.jetpack-audio-player .mejs-time-float{background:#000;background:var(--jetpack-audio-player-primary);border-color:#000;border-color:var(--jetpack-audio-player-primary);color:#fff;color:var(--jetpack-audio-player-background)}.jetpack-audio-player .mejs-time-float-corner{border-top-color:#000;border-top-color:var(--jetpack-audio-player-primary)}.jetpack-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-total{background-color:#ccc;background-color:var(--jetpack-audio-player-secondary)}.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded{opacity:.5}.jetpack-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-current,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded{background-color:#000;background-color:var(--jetpack-audio-player-primary)}.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-slider:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-button>button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23000;width:16px;height:16px}.st1{fill:none;stroke:%23000;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m47.2.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' d='m52.8 7 5.4 5.4m-5.4 0L58.2 7'/%3E%3Cpath fill='none' stroke='%23000' d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zm22.4 1h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath fill='%23231f20' d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='5' d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' opacity='.75'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='5' d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' opacity='.4'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' opacity='.6'/%3E%3Ccircle cx='170.1' cy='79' r='7' opacity='.8'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' opacity='.9'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' opacity='.3'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' opacity='.5'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' opacity='.7'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2m14-12.7c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E")}.jetpack-audio-player .mejs-button.mejs-jump-button>button{background-image:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-size:60.78px 35.296px}.jetpack-audio-player .mejs-button.mejs-jump-backward-button>button{background-position:-32px -6px}.jetpack-audio-player .mejs-button.mejs-skip-forward-button>button{background-position:-9px -6px}@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.jetpack-audio-player .mejs-button>button{background-image:none}.jetpack-audio-player .mejs-button>button:before{background-color:var(--jetpack-audio-player-primary);background-image:none;content:"";display:block;height:100%;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23fff;width:16px;height:16px}.st1{fill:none;stroke:%23fff;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='m52.8 7 5.4 5.4m-5.4 0L58.2 7' style='fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round'/%3E%3Cpath d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9' style='fill:none;stroke:%23fff'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zM143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8' style='fill:%23231f20'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' style='opacity:.75;fill:none;stroke:%23fff;stroke-width:5'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z' style='fill:none;stroke:%23fff;stroke-width:5'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' style='opacity:.4;fill:%23fff'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' style='opacity:.6;fill:%23fff'/%3E%3Ccircle cx='170.1' cy='79' r='7' style='opacity:.8;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' style='opacity:.9;fill:%23fff'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' style='opacity:.3;fill:%23fff'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' style='opacity:.5;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' style='opacity:.7;fill:%23fff'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23fff;width:16px;height:16px}.st1{fill:none;stroke:%23fff;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='m52.8 7 5.4 5.4m-5.4 0L58.2 7' style='fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round'/%3E%3Cpath d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9' style='fill:none;stroke:%23fff'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zM143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8' style='fill:%23231f20'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' style='opacity:.75;fill:none;stroke:%23fff;stroke-width:5'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z' style='fill:none;stroke:%23fff;stroke-width:5'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' style='opacity:.4;fill:%23fff'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' style='opacity:.6;fill:%23fff'/%3E%3Ccircle cx='170.1' cy='79' r='7' style='opacity:.8;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' style='opacity:.9;fill:%23fff'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' style='opacity:.3;fill:%23fff'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' style='opacity:.5;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' style='opacity:.7;fill:%23fff'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E");width:100%}.jetpack-audio-player .mejs-button.mejs-jump-button>button{background-image:none}.jetpack-audio-player .mejs-button.mejs-jump-button>button:before{background-image:none;-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') 0 0/60.78px 35.296px;mask:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') 0 0/60.78px 35.296px}.jetpack-audio-player .mejs-button.mejs-jump-backward-button>button:before{-webkit-mask-position:-32px -6px;mask-position:-32px -6px}.jetpack-audio-player .mejs-button.mejs-skip-forward-button>button:before{-webkit-mask-position:-9px -6px;mask-position:-9px -6px}.jetpack-audio-player .mejs-button>button:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-play>button:before{-webkit-mask-position:0 0;mask-position:0 0}.jetpack-audio-player .mejs-pause>button:before{-webkit-mask-position:-20px 0;mask-position:-20px 0}.jetpack-audio-player .mejs-replay>button:before{-webkit-mask-position:-160px 0;mask-position:-160px 0}.jetpack-audio-player .mejs-mute>button:before{-webkit-mask-position:-60px 0;mask-position:-60px 0}.jetpack-audio-player .mejs-unmute>button:before{-webkit-mask-position:-40px 0;mask-position:-40px 0}}.block-editor-block-contextual-toolbar[data-type="jetpack/podcast-player"] .components-toolbar__control,[data-type="jetpack/podcast-player"] .block-editor-block-contextual-toolbar .components-toolbar__control{padding:0 1em;width:auto}.jetpack-podcast-player__interactive-overlay,.jetpack-podcast-player__loading-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.jetpack-podcast-player__loading-overlay{align-items:center;background:#ffffffb3;display:flex;justify-content:center}.jetpack-podcast-player__placeholder .components-base-control,.jetpack-podcast-player__placeholder .components-base-control__field{display:flex;flex-grow:1}.jetpack-podcast-player__placeholder .components-base-control__field{margin-bottom:0}.jetpack-podcast-player__placeholder .components-placeholder__learn-more{margin-top:1em}.block-editor-block-inspector .components-base-control.jetpack-podcast-player__episode-selector{margin-bottom:24px}.jetpack-podcast-player--visually-hidden{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.wp-block-jetpack-podcast-player{overflow:hidden}.wp-block-jetpack-podcast-player audio{display:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player{--jetpack-podcast-player-primary:#000;--jetpack-podcast-player-secondary:#ccc;--jetpack-podcast-player-background:#fff;background-color:var(--jetpack-podcast-player-background);color:var(--jetpack-podcast-player-secondary);padding-bottom:0;padding-top:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player:not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player:not(.has-background){background-color:#fff}.wp-block-jetpack-podcast-player .jetpack-podcast-player a,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:hover,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:visited{border:none;box-shadow:none;text-decoration:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player a:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-podcast-player-secondary);outline-offset:2px}.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:visited{color:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:hover{color:inherit;color:var(--jetpack-podcast-player-primary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__header{display:flex;flex-direction:column}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-info{display:flex;padding:24px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__cover{flex-shrink:0;margin-inline-end:24px;width:80px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__cover-image{border:0;height:80px;max-width:100%;padding:0;width:80px}.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title{color:inherit;display:flex;flex-direction:column;letter-spacing:0;margin:0;padding:0;width:100%}.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title:after,.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title:before{display:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-title{color:var(--jetpack-podcast-player-primary);font-size:24px;margin:0 0 10px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-title:not(.has-primary){color:#000}.wp-block-jetpack-podcast-player .jetpack-podcast-player__podcast-title{color:inherit;font-size:16px;margin:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__tracks{display:flex;flex-direction:column;list-style-type:none;margin:24px 0 0;padding:0 0 15px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track{color:var(--jetpack-podcast-player-secondary);font-size:16px;line-height:1.8;margin:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track:not(.is-active):not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.is-active{color:var(--jetpack-podcast-player-primary);font-weight:700}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.is-active:not(.has-primary){color:#000}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-link{display:flex;flex-flow:row nowrap;justify-content:space-between;padding-bottom:10px;padding-inline-end:24px;padding-top:10px;padding-inline-start:22px;transition:none}.wp-block-jetpack-podcast-player .is-error .jetpack-podcast-player__track.is-active .jetpack-podcast-player__track-link{padding-bottom:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon{flex:22px 0 0;fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon svg{display:block;height:22px;margin-top:3.4px;width:22px;fill:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--error{fill:#cc1818}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.has-primary .jetpack-podcast-player__track-status-icon--error{fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title{flex-grow:1;padding:0 15px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link{display:inline-block;height:27px;margin-inline-start:5px;vertical-align:top}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:visited{color:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:hover{color:inherit;color:var(--jetpack-podcast-player-secondary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link svg{display:block;height:27px;width:27px;fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-duration{word-break:normal}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-description{color:inherit;font-size:16px;line-height:1.8;margin:0 0 24px;max-height:7.2em;order:99;overflow:hidden;padding:0 24px}@supports(display:-webkit-box){.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;max-height:none}}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error{color:#cc1818;display:block;font-size:.8em;font-weight:400;margin-inline-start:59px;margin-bottom:10px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error>span{color:var(--jetpack-podcast-player-secondary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error>span:not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.has-primary .jetpack-podcast-player__track-error{color:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player__error{color:#cc1818;font-size:.8em;font-weight:400;margin:0;padding:24px}@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing{background-image:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing:before{background-color:var(--jetpack-podcast-player-primary);background-image:none;content:"";display:block;height:100%;margin:4px 2px 0 0;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 4.763 4.763'%3E%3Cpath d='M1.65 1.204a.8.8 0 0 1-.476.159H.327c-.159 0-.264.106-.264.264v1.508c0 .16.105.265.264.265h1.111c.08.053.133.106.212.159l.926.688c.106.079.212.026.212-.106V.595c0-.132-.106-.185-.212-.105z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.48.33S4.512.118 4.512 2.367 3.48 4.431 3.48 4.431' class='st1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.13 1.362s.688-.106.688 1.005S3.13 3.4 3.13 3.4' class='st1'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 4.763 4.763'%3E%3Cpath d='M1.65 1.204a.8.8 0 0 1-.476.159H.327c-.159 0-.264.106-.264.264v1.508c0 .16.105.265.264.265h1.111c.08.053.133.106.212.159l.926.688c.106.079.212.026.212-.106V.595c0-.132-.106-.185-.212-.105z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.48.33S4.512.118 4.512 2.367 3.48 4.431 3.48 4.431' class='st1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.13 1.362s.688-.106.688 1.005S3.13 3.4 3.13 3.4' class='st1'/%3E%3C/svg%3E");-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;max-height:22px;max-width:20px;width:100%}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing svg{display:none}}.wp-block-jetpack-podcast-player.is-default .jetpack-podcast-player__track-title{padding-inline-start:0}.wp-block-jetpack-podcast-player.is-default .jetpack-audio-player,.wp-block-jetpack-podcast-player.is-default .jetpack-podcast-player__track-status-icon{display:none}.connect-stripe.has-icon.has-text svg{margin-right:0}.connect-stripe.has-icon.has-text{font-weight:400}.product-management-control-inspector__product-interval .components-base-control,.product-management-control-inspector__product-title .components-base-control{width:100%}.product-management-control-inspector__product-price .components-base-control{margin:0;width:45%}.product-management-control-inspector__add-plan .components-panel__row:last-child{margin-top:25px}.product-management-control-inspector__add-plan .components-base-control:last-child{margin:0}.product-management-control-nudge .editor-warning{margin-bottom:0}.product-management-control-nudge .editor-warning__message{margin:13px 0}.product-management-control-nudge .editor-warning__actions{line-height:1}.product-management-control-nudge .product-management-control-nudge__info{display:flex;flex-direction:row;font-size:13px;line-height:1.4}.product-management-control-nudge .product-management-control-nudge__text-container{display:flex;flex-direction:column;padding-left:10px}.product-management-control-nudge .product-management-control-nudge__title{font-size:14px}.product-management-control-nudge__message{color:#646970}.editor-styles-wrapper a.product-management-control-nudge__button{color:#0075af;text-decoration:none}.wp-block-premium-content-container .premium-content-tabs{align-items:center;background:#fff;border:1px solid #1e1e1e;border-radius:2px;color:#757575;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0 0 0 -1px;padding:8px 14px;position:relative}.wp-block-premium-content-container--tab{align-items:center;background:#0000;border:none;display:flex;flex-direction:row;margin-inline-end:5px;padding:5px;text-decoration:none}.premium-content-tabs>button.edit{margin-inline-start:auto}.premium-content-wrapper{margin:0}.membership-button__disclaimer{color:var(--color-gray-200);flex-basis:100%;font-style:italic;margin:0}.membership-button__disclaimer a{color:var(--color-gray-400);line-height:36px}.wp-block-buttons .wp-block[data-type="jetpack/recurring-payments"]{display:inline-block;margin:0 .5em 0 0;width:auto}.editor-styles-wrapper .wp-block-buttons .wp-block[data-type="jetpack/recurring-payments"] .wp-block-button:not(.alignleft):not(.alignright){margin:0}.wp-block-premium-content-container .premium-content-wrapper .jetpack-block-nudge{display:none}.wp-block-premium-content-login-button{display:inline-block}.wp-block[data-align=center]>.wp-block-premium-content-login-button{align-items:center;display:flex;justify-content:center}.jetpack-publicize-gutenberg-social-icon{margin-right:10px}.components-connection-icon{cursor:pointer;display:grid}.components-connection-icon__picture .placeholder,.components-connection-icon__picture img{border-radius:2px;grid-area:1/1/2/2;height:24px;width:24px}.components-connection-icon__picture .placeholder{background-color:#a8bece;display:block}.components-connection-icon__picture .jetpack-publicize-gutenberg-social-icon{background-color:#fff;border-radius:2px;grid-area:1/1/2/2;height:15px;margin-left:14px;margin-right:5px;margin-top:14px;width:15px}.components-connection-icon__picture .jetpack-publicize-gutenberg-social-icon.is-facebook{border-radius:50%}.jetpack-publicize-connection-label-copy,.jetpack-publicize-gutenberg-social-icon{display:inline-block;vertical-align:middle}.cuoSlhSNrqf1dozY22Xb{fill:#000}.JLquNpQVlysAamuh5lJO,.lAIiifeLMmZAPlQ9n9ZR{fill:var(--jp-green-primary)}.cbOwD8Y4tFjwimmtchQI{fill:#757575}.cbOwD8Y4tFjwimmtchQI.aLWBKY0yRghEk7tNCgK3{fill:#0085ff}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw{fill:#0866ff}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.af4Y_zItXvLAOEoSDPSv{fill:#55acee}.cbOwD8Y4tFjwimmtchQI.f68aqF3XSD1OBvXR1get{fill:#0976b4}.cbOwD8Y4tFjwimmtchQI.xFI0dt3UiXRlRQdqPWkx{fill:#35465c}.cbOwD8Y4tFjwimmtchQI.q7JEoyymveP6kF747M43{fill:var(--color-gplus)}.cbOwD8Y4tFjwimmtchQI.DKOBOTVmTLbh26gUH_73{fill:#6364ff}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw{fill:#8ed500}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.cL3m0xBYTYhIKI7lCqDB{fill:#d93174}.cbOwD8Y4tFjwimmtchQI.fftumuc_lJ6v0tq4UMVR{fill:#43d854}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI{fill:#000}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI.social-logo{border-radius:40%}.components-connection-toggle{align-items:center;display:flex;position:relative;width:100%}.components-connection-toggle.is-not-checked .components-connection-icon__picture img{filter:saturate(0)}.components-connection-toggle.is-not-checked .jetpack-publicize-gutenberg-social-icon{fill:#949494;filter:saturate(0)}.components-connection-toggle.is-disabled{opacity:.5;width:100%}.__nV49on4_ijaV8Brnsw.zZ3Pu7E87XyYIdPR2WTt{margin-bottom:13px;margin-left:0;margin-right:0}.__nV49on4_ijaV8Brnsw .fLC8AaLf3xcKaoJ4Opax{height:auto;line-height:normal;padding-bottom:6px;padding-top:6px}.__nV49on4_ijaV8Brnsw .fLC8AaLf3xcKaoJ4Opax+.fLC8AaLf3xcKaoJ4Opax{margin-top:5px}.KQcQQLxH5fI08DfOlKwL{display:flex}.SbpyhN5jnda8H868J3rX{border-radius:4px;outline:1px solid var(--jp-gray-5)}.SbpyhN5jnda8H868J3rX .ONeewrk3aNC1gYJebq7K{margin-bottom:0}.SbpyhN5jnda8H868J3rX .ONeewrk3aNC1gYJebq7K:not(:last-child){border-bottom:1px solid var(--jp-gray-5)}.SbpyhN5jnda8H868J3rX .RoTxOeGFqAwk3pXUZpvF{padding:.75rem}@media(min-width:600px){.SbpyhN5jnda8H868J3rX .RoTxOeGFqAwk3pXUZpvF{padding:1rem}}.SbpyhN5jnda8H868J3rX .AjlYaYB_xi9ciXXCqHIJ{align-items:center;display:flex;gap:1rem}.SbpyhN5jnda8H868J3rX .kdYli5nS3b46T57Ih5TQ{display:flex;flex:1;flex-direction:column;gap:.25rem}.SbpyhN5jnda8H868J3rX .ci8T5eNe1rggYILce596{align-items:center;display:flex;gap:1rem}.SbpyhN5jnda8H868J3rX .W6mPdl5wGQlXfp1hYSK0{display:flex;gap:.5rem}.SbpyhN5jnda8H868J3rX .QbcyaAVqz3U_2xlIOZCw{border-radius:4px;font-size:.75rem;font-weight:600;padding:2px 8px}.SbpyhN5jnda8H868J3rX .fXvUC1jZNUXR7RSrIylI{color:var(--jp-gray-80);font-size:16px;font-weight:600;line-height:24px}.SbpyhN5jnda8H868J3rX .d22_aeSA1etqpnckP_Mr{color:var(--jp-gray-50);font-size:14px}.SbpyhN5jnda8H868J3rX .ddhaNmGMqOySRjR_TtqJ{display:flex;gap:.5rem}.SbpyhN5jnda8H868J3rX .nnSF_IK4vYviTlCOzPrg.components-button{font-size:14px;font-weight:500;line-height:20px;padding-inline:6px}.SbpyhN5jnda8H868J3rX .nnSF_IK4vYviTlCOzPrg.components-button span{display:flex}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw{border:0}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .components-panel__body{border-bottom:0;border-top:0;padding:0}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .components-panel__body.is-opened{margin-top:1rem}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ{display:flex;margin-top:1rem}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ form{display:flex;flex-direction:column;gap:1rem;justify-content:flex-end;width:100%}@media(min-width:600px){.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ form{flex-direction:row}}.SbpyhN5jnda8H868J3rX .MyXskAb4aXwO7zitR97z{color:var(--jp-green-50);white-space:nowrap}.SbpyhN5jnda8H868J3rX .hMntEpO6BV5B11lyAitv{font-size:var(--font-body-small);margin-block:0}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H{border-top:1px solid var(--jp-gray-5);padding-top:1rem}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H li:not(:last-child){margin-bottom:1rem}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H [inert=true]{opacity:.7}.jdahJvXCrCw0hA5NP3D3{display:grid;font-size:15px;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;margin-top:.4rem}.jdahJvXCrCw0hA5NP3D3.LLeYGX7Owy6gmpNW88VV{grid-auto-flow:row;grid-gap:2rem;height:auto;min-height:unset}.jdahJvXCrCw0hA5NP3D3 img{max-height:520px;max-width:100%}.jdahJvXCrCw0hA5NP3D3>div{padding:.4rem}.jdahJvXCrCw0hA5NP3D3>div:has(img){margin-inline-end:auto;margin-inline-start:auto}.EdjyE9tVLH6lWMoB9z3M{display:flex;gap:1rem}.EdjyE9tVLH6lWMoB9z3M .EQQHwkVXRn0caD6J7LqV{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:.5rem}.EdjyE9tVLH6lWMoB9z3M .vvlyiVm67wUWF9NhpMA4{height:38px;width:38px}.EdjyE9tVLH6lWMoB9z3M .zqX6xk8KCGK1_qbYKqY5.components-button.is-tertiary{color:var(--jp-gray-50);font-size:1rem;font-weight:400}.fNeO_MZFp7cPkgtCdkAF .zK8sijAMFNs2m6WRAoi4.components-button{font-size:14px;font-weight:500;line-height:20px;padding:6px 16px}.fNeO_MZFp7cPkgtCdkAF input{min-width:220px}@media(max-width:782px){.fNeO_MZFp7cPkgtCdkAF input{font-size:14px;min-height:30px;padding:0 8px}}.zLobzkXnF6jHxNvkfz5_{display:flex;gap:.5rem}.zI5tJ_qhWE6Oe6Lk75GY{--wp-admin-theme-color:var(--jp-black);--wp-admin-theme-color-darker-10:var(--jp-black-80);--wp-admin-theme-color-darker-20:var(--jp-black-80);--wp-admin-border-width-focus:1.51px;border-radius:var(--jp-border-radius);font-weight:600;justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo{height:calc(var(--spacing-base)*5);padding:var(--spacing-base);width:calc(var(--spacing-base)*5)}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo>svg:first-child{margin:0;padding:0}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo.Na39I683LAaSA99REg14{height:calc(var(--spacing-base)*4);min-width:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*4)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body);height:auto;line-height:24px;padding:var(--spacing-base) calc(var(--spacing-base)*3)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK{padding:var(--spacing-base) calc(var(--spacing-base)*2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body-extra-small);height:auto;line-height:20px;padding:calc(var(--spacing-base)/2) var(--spacing-base)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK>svg:first-child{margin-right:calc(var(--spacing-base)/2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo)>.components-spinner{height:20px}.zI5tJ_qhWE6Oe6Lk75GY.lZAo6_oGfclXOO9CC6Rd{font-weight:400}.zI5tJ_qhWE6Oe6Lk75GY.xJDOiJxTt0R_wSl8Ipz_{min-width:100%}.zI5tJ_qhWE6Oe6Lk75GY.is-primary:disabled,.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:disabled{background:var(--jp-gray);color:var(--jp-gray-20)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary{background:var(--jp-white);box-shadow:inset 0 0 0 1.51px var(--jp-black)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:active:not(:disabled),.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:hover:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-link.Na39I683LAaSA99REg14,.zI5tJ_qhWE6Oe6Lk75GY.is-link.ipS7tKy9GntCS4R3vekF{padding:0}.zI5tJ_qhWE6Oe6Lk75GY.is-link:hover:not(:disabled){text-decoration-thickness:3px}.zI5tJ_qhWE6Oe6Lk75GY.is-link:focus:not(:disabled){text-decoration-line:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:not(:disabled){background:var(--jp-red-50);box-shadow:inset 0 0 0 1px var(--jp-red-50);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:hover:not(:disabled){background:var(--jp-red-60);box-shadow:inset 0 0 0 1px var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:focus:not(:disabled){background:var(--jp-red-70);box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:active:not(:disabled){background:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:not(:disabled){background:var(--jp-white);box-shadow:inset 0 0 0 1.5px var(--jp-red-50);color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:hover:not(:disabled){background:var(--jp-red-0);box-shadow:inset 0 0 0 1.5px var(--jp-red-60);color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:active:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:not(:disabled){color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:hover:not(:disabled){box-shadow:none;color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6{position:relative}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6.has-icon{justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>:not(.components-spinner){visibility:hidden}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>.components-spinner{margin:0;position:absolute}.CDuBjJp_8jxzx5j6Nept{margin-left:calc(var(--spacing-base)/2)}.O5Go3eBOBqWlXy7fX0su{align-items:start;display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem;width:100%}.O5Go3eBOBqWlXy7fX0su>h3{margin-block:0}.fgQ4OdnJ1svMwDnOKu2H{align-items:center;display:flex}.fgQ4OdnJ1svMwDnOKu2H .components-spinner{margin-top:0}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b{color:inherit;font-size:1rem;font-weight:400;text-decoration:none}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link>svg,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b>svg{vertical-align:bottom}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link span,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b span{text-decoration:none}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link:hover{text-decoration:underline}.fgQ4OdnJ1svMwDnOKu2H span{text-decoration:none}.QsEfjoVyfc0gVACXTvUM span{font-size:15px}.eCH_xkiqbqL0UkJjU_1p{border-top:1px solid var(--jp-gray-5);display:flex;gap:.5rem;margin-bottom:1rem;padding-top:1rem}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw{border:0;margin-left:3rem}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw .components-panel__body{border-bottom:0;border-top:0;padding:0}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw .components-panel__body.is-opened{margin-top:1rem}.fXYYdRkn3LXtN9YH3354{border-radius:4px;margin:0;outline:1px solid var(--jp-gray-5);width:100%}.fXYYdRkn3LXtN9YH3354 [inert=true]{opacity:.7}.fXYYdRkn3LXtN9YH3354 .LaK9P7Nfi4ZBH0NhtbSs{margin-bottom:0;padding:1rem}.fXYYdRkn3LXtN9YH3354 .LaK9P7Nfi4ZBH0NhtbSs:not(:last-child){border-bottom:1px solid var(--jp-gray-5)}.fXYYdRkn3LXtN9YH3354 .tI3FtttoJPuF9AJzCAMv{align-items:center;display:flex;gap:1rem}.fXYYdRkn3LXtN9YH3354 .msoMjBB_4Uq5qpRgobsH{font-size:1rem;font-weight:400}.fXYYdRkn3LXtN9YH3354 .RjMLptH6v03AX5ABWBp3.components-button{font-size:14px;font-weight:500;line-height:20px;padding-inline:6px}.fXYYdRkn3LXtN9YH3354 .RjMLptH6v03AX5ABWBp3.components-button span{display:flex}.z5Do97zRnujyW3Oj0pPJ{display:flex;flex:1;flex-direction:column;gap:.5rem}.gridicon{fill:currentColor;display:inline-block}.gridicon.needs-offset g{transform:translate(1px,1px)}.gridicon.needs-offset-x g{transform:translate(1px)}.gridicon.needs-offset-y g{transform:translateY(1px)}.components-popover:not(.is-without-arrow):before{border-color:#dcdcde}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=left] .components-popover__content{margin-right:-62px}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=right] .components-popover__content{margin-left:-62px}.icon-tooltip-helper .components-popover[data-y-axis=bottom] .components-popover__content{top:2px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-6px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-4px!important}.icon-tooltip-helper .components-popover[data-y-axis=top] .components-popover__content{bottom:10px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:3px}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:4px}.icon-tooltip-helper.is-wide .components-popover__content{width:440px}.icon-tooltip-wrapper{color:#000;display:inline-block;position:relative}.icon-tooltip-wrapper .components-button.is-link:focus:not(:disabled){box-shadow:none}.icon-tooltip-helper{height:18px;left:-53px;pointer-events:none;position:absolute;top:0;width:124px}.icon-tooltip-container{pointer-events:all}.icon-tooltip-container .components-popover__content{border:1px solid #dcdcde;border-radius:4px;margin:0 10px;max-width:90vw;outline:none;padding:24px;white-space:normal;width:304px}.icon-tooltip-title{font-size:16px;font-weight:600;line-height:19px}.icon-tooltip-title:not(:last-child){margin-bottom:8px}.icon-tooltip-content{font-size:14px;font-weight:400;line-height:24px}.icon-tooltip-content ul{list-style-type:disc;margin:0 0 0 1rem}.icon-tooltip-content ul li:last-child{margin-bottom:0}.WQVtrU6q0L1Igcj7wCrQ{margin:0;padding:0}.UujoBFTnQNY2cWU2SIsH{font-size:var(--font-headline-medium);font-weight:700;line-height:52px}.TeGO5V_thHw5lDAm1_2M{font-weight:700}.TeGO5V_thHw5lDAm1_2M,.WolQzb2MsSgiNmLtc7_j{font-size:var(--font-headline-small);line-height:40px}.WolQzb2MsSgiNmLtc7_j{font-weight:400}.hUB0JT8p1T2Hw28N6qC8{font-weight:500}.gKZWDv5chz3_O3Syp74H,.hUB0JT8p1T2Hw28N6qC8{font-size:var(--font-title-medium);line-height:32px}.gKZWDv5chz3_O3Syp74H{font-weight:600}.zY2No8Ga4b8shbOQGhnv{font-size:var(--font-title-small);font-weight:500;line-height:30px}.tIj0D1t8Cc892ikmgFPZ{font-size:var(--font-body);font-weight:400;line-height:24px}.KdcN0BnOaVeVhyLRKqhS{font-size:var(--font-body-small);font-weight:400;line-height:24px}.dso3Rh3tl3Xv1GumBktz{font-weight:400}.dso3Rh3tl3Xv1GumBktz,.mQ1UlbN9u4Mg9byO8m7v{font-size:var(--font-body-extra-small);line-height:20px}.mQ1UlbN9u4Mg9byO8m7v{font-weight:700}.PItlW5vRExLnTj4a8eLE{font-size:var(--font-body-extra-small);font-weight:600;line-height:16px}.TwRpPlktzxhmFVeua7P5{margin:calc(var( --spacing-base )*0)}.zVfqx7gyb3o9mxfGynn1{margin-left:calc(var( --spacing-base )*0);margin-right:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy{margin-bottom:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy,.xqDIp6cNVr_E6RXaiPyD{margin-top:calc(var( --spacing-base )*0)}.S8EwaXk1kyPizt6x4WH2{margin-right:calc(var( --spacing-base )*0)}.ODX5Vr1TARoLFkDDFooD{margin-bottom:calc(var( --spacing-base )*0)}.cphJ8dCpfimnky7P2FHg{margin-left:calc(var( --spacing-base )*0)}.PFgIhNxIyiSuNvQjAIYj{margin:calc(var( --spacing-base )*1)}.M2jKmUzDxvJjjVEPU3zn{margin-left:calc(var( --spacing-base )*1);margin-right:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk{margin-bottom:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk,.rcTN5uw9xIEeMEGL3Xi_{margin-top:calc(var( --spacing-base )*1)}.CQSkybjq2TcRM1Xo9COV{margin-right:calc(var( --spacing-base )*1)}.hfqOWgq6_MEGdFE82eOY{margin-bottom:calc(var( --spacing-base )*1)}.I8MxZQYTbuu595yfesWA{margin-left:calc(var( --spacing-base )*1)}.kQkc6rmdpvLKPkyoJtVQ{margin:calc(var( --spacing-base )*2)}.j6vFPxWuu4Jan2ldoxpp{margin-left:calc(var( --spacing-base )*2);margin-right:calc(var( --spacing-base )*2)}.hqr39dC4H_AbactPAkCG{margin-bottom:calc(var( --spacing-base )*2)}.c3dQnMi16C6J6Ecy4283,.hqr39dC4H_AbactPAkCG{margin-top:calc(var( --spacing-base )*2)}.YNZmHOuRo6hU7zzKfPdP{margin-right:calc(var( --spacing-base )*2)}.Db8lbak1_wunpPk8NwKU{margin-bottom:calc(var( --spacing-base )*2)}.ftsYE5J9hLzquQ0tA5dY{margin-left:calc(var( --spacing-base )*2)}.Det4MHzLUW7EeDnafPzq{margin:calc(var( --spacing-base )*3)}.h_8EEAztC29Vve1datb5{margin-left:calc(var( --spacing-base )*3);margin-right:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM{margin-bottom:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM,.soADBBkcIKCBXzCTuV9_{margin-top:calc(var( --spacing-base )*3)}.zSX59ziEaEWGjnpZa4uV{margin-right:calc(var( --spacing-base )*3)}.yrVTnq_WBMbejg89c2ZQ{margin-bottom:calc(var( --spacing-base )*3)}.UKtHPJnI2cXBWtPDm5hM{margin-left:calc(var( --spacing-base )*3)}.guexok_Tqd5Tf52hRlbT{margin:calc(var( --spacing-base )*4)}.oS1E2KfTBZkJ3F0tN7T6{margin-left:calc(var( --spacing-base )*4);margin-right:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd{margin-bottom:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd,.ot2kkMcYHv53hLZ4LSn0{margin-top:calc(var( --spacing-base )*4)}.A1krOZZhlQ6Sp8Cy4bly{margin-right:calc(var( --spacing-base )*4)}.pkDbXXXL32237M0hokEh{margin-bottom:calc(var( --spacing-base )*4)}.XXv4kDTGvEnQeuGKOPU3{margin-left:calc(var( --spacing-base )*4)}.yGqHk1a57gaISwkXwXe6{margin:calc(var( --spacing-base )*5)}.X8cghM358X3DkXLc9aNK{margin-left:calc(var( --spacing-base )*5);margin-right:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f{margin-bottom:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f,.yqeuzwyGQ7zG0avrGqi_{margin-top:calc(var( --spacing-base )*5)}.g9emeCkuHvYhveiJbfXO{margin-right:calc(var( --spacing-base )*5)}.Lvk3dqcyHbZ07QCRlrUQ{margin-bottom:calc(var( --spacing-base )*5)}.r3yQECDQ9qX0XZzXlVAg{margin-left:calc(var( --spacing-base )*5)}.aQhlPwht2Cz1X_63Miw0{margin:calc(var( --spacing-base )*6)}.JyHb0vK3wJgpblL9s5j8{margin-left:calc(var( --spacing-base )*6);margin-right:calc(var( --spacing-base )*6)}.cY2gULL1lAv6WPNIRuf3{margin-bottom:calc(var( --spacing-base )*6)}.NBWQ9Lwhh_fnry3lg_p7,.cY2gULL1lAv6WPNIRuf3{margin-top:calc(var( --spacing-base )*6)}.yIOniNe5E40C8fWvBm5V{margin-right:calc(var( --spacing-base )*6)}.t30usboNSyqfQWIwHvT3{margin-bottom:calc(var( --spacing-base )*6)}.Nm_TyFkYCMhOoghoToKJ{margin-left:calc(var( --spacing-base )*6)}.C4qJKoBXpgKtpmrqtEKB{margin:calc(var( --spacing-base )*7)}.S93Srbu6NQ_PBr7DmTiD{margin-left:calc(var( --spacing-base )*7);margin-right:calc(var( --spacing-base )*7)}.fJj8k6gGJDks3crUZxOS{margin-bottom:calc(var( --spacing-base )*7)}.cW6D6djs7Ppm7fD7TeoV,.fJj8k6gGJDks3crUZxOS{margin-top:calc(var( --spacing-base )*7)}.DuCnqNfcxcP3Z__Yo5Ro{margin-right:calc(var( --spacing-base )*7)}.im8407m2fw5vOg7O2zsw{margin-bottom:calc(var( --spacing-base )*7)}.G0fbeBgvz2sh3uTP9gNl{margin-left:calc(var( --spacing-base )*7)}.kvW3sBCxRxUqz1jrVMJl{margin:calc(var( --spacing-base )*8)}.tOjEqjLONQdkiYx_XRnw{margin-left:calc(var( --spacing-base )*8);margin-right:calc(var( --spacing-base )*8)}.op5hFSx318zgxsoZZNLN{margin-bottom:calc(var( --spacing-base )*8)}.c9WfNHP6TFKWIfLxv52J,.op5hFSx318zgxsoZZNLN{margin-top:calc(var( --spacing-base )*8)}.sBA75QqcqRwwYSHJh2wc{margin-right:calc(var( --spacing-base )*8)}.GpL6idrXmSOM6jB8Ohsf{margin-bottom:calc(var( --spacing-base )*8)}.HbtWJoQwpgGycz8dGzeT{margin-left:calc(var( --spacing-base )*8)}.uxX3khU88VQ_Ah49Ejsa{padding:calc(var( --spacing-base )*0)}.KX0FhpBKwKzs9fOUdbNz{padding-left:calc(var( --spacing-base )*0);padding-right:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz{padding-bottom:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz,.emxLHRjQuJsImnPbQIzE{padding-top:calc(var( --spacing-base )*0)}.kJ8WzlpTVgdViXt8ukP9{padding-right:calc(var( --spacing-base )*0)}.tg_UIUI11VBzrTAn2AzJ{padding-bottom:calc(var( --spacing-base )*0)}.uczvl8kaz84oPQJ2DB2R{padding-left:calc(var( --spacing-base )*0)}.o7UHPcdVK3lt7q3lqV4o{padding:calc(var( --spacing-base )*1)}.IDqEOxvDoYrFYxELPmtX{padding-left:calc(var( --spacing-base )*1);padding-right:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2{padding-bottom:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2,.npy3hw4A5QSkDicb2CJJ{padding-top:calc(var( --spacing-base )*1)}.LgbptTApNY5NwLQvEFAt{padding-right:calc(var( --spacing-base )*1)}.WZQy2SZuZso59bUsXXyl{padding-bottom:calc(var( --spacing-base )*1)}.o331apInxNunbYB3SfPE{padding-left:calc(var( --spacing-base )*1)}.fMPIyD9Vqki1Lrc_yJnG{padding:calc(var( --spacing-base )*2)}.i2pMcTcdrr10IQoiSm_L{padding-left:calc(var( --spacing-base )*2);padding-right:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH{padding-bottom:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH,.o9bGieUKcYc8o0Ij9oZX{padding-top:calc(var( --spacing-base )*2)}.SwZcFez1RDqWsOFjB5iG{padding-right:calc(var( --spacing-base )*2)}.eHpLc_idmuEqeqCTvqkN{padding-bottom:calc(var( --spacing-base )*2)}.vU39i2B4P1fUTMB2l6Vo{padding-left:calc(var( --spacing-base )*2)}.JHWNzBnE29awhdu5BEh1{padding:calc(var( --spacing-base )*3)}.X72lGbb56L3KFzC2xQ9N{padding-left:calc(var( --spacing-base )*3);padding-right:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e{padding-bottom:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e,.srV0KSDC83a2fiimSMMQ{padding-top:calc(var( --spacing-base )*3)}.lUWfkmbQjCskhcNwkyCm{padding-right:calc(var( --spacing-base )*3)}.Ts0dIlc3aTSL7V4cIHis{padding-bottom:calc(var( --spacing-base )*3)}.CzlqQXXhX6MvorArFZ8B{padding-left:calc(var( --spacing-base )*3)}.TqMPkQtR_DdZuKb5vBoV{padding:calc(var( --spacing-base )*4)}.a7UrjhI69Vetlcj9ZVzz{padding-left:calc(var( --spacing-base )*4);padding-right:calc(var( --spacing-base )*4)}.StEhBzGs2Gi5dDEkjhAv{padding-bottom:calc(var( --spacing-base )*4)}.FGneZfZyvYrt1dG0zcnm,.StEhBzGs2Gi5dDEkjhAv{padding-top:calc(var( --spacing-base )*4)}.APEH216rpdlJWgD2fHc8{padding-right:calc(var( --spacing-base )*4)}.oGwXC3ohCic9XnAj6x69{padding-bottom:calc(var( --spacing-base )*4)}.U6gnT9y42ViPNOcNzBwb{padding-left:calc(var( --spacing-base )*4)}.IpdRLBwnHqbqFrixgbYC{padding:calc(var( --spacing-base )*5)}.HgNeXvkBa9o3bQ5fvFZm{padding-left:calc(var( --spacing-base )*5);padding-right:calc(var( --spacing-base )*5)}.tJtFZM3XfPG9v9TSDfN1{padding-bottom:calc(var( --spacing-base )*5)}.PdifHW45QeXYfK568uD8,.tJtFZM3XfPG9v9TSDfN1{padding-top:calc(var( --spacing-base )*5)}.mbLkWTTZ0Za_BBbFZ5b2{padding-right:calc(var( --spacing-base )*5)}.vVWpZpLlWrkTt0hMk8XU{padding-bottom:calc(var( --spacing-base )*5)}.RxfaJj5a1Nt6IavEo5Zl{padding-left:calc(var( --spacing-base )*5)}.SppJULDGdnOGcjZNCYBy{padding:calc(var( --spacing-base )*6)}.palY2nLwdoyooPUm9Hhk{padding-left:calc(var( --spacing-base )*6);padding-right:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_{padding-bottom:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_,.YEEJ9b90ueQaPfiU8aeN{padding-top:calc(var( --spacing-base )*6)}.QE0ssnsKvWJMqlhPbY5u{padding-right:calc(var( --spacing-base )*6)}.n8yA3jHlMRyLd5UIfoND{padding-bottom:calc(var( --spacing-base )*6)}.tXHmxYnHzbwtfxEaG51n{padding-left:calc(var( --spacing-base )*6)}.kBTsPKkO_3g_tLkj77Um{padding:calc(var( --spacing-base )*7)}.RyhrFx6Y1FGDrGAAyaxm{padding-left:calc(var( --spacing-base )*7);padding-right:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO{padding-bottom:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO,.vQVSq6SvWKbOMu6r4H6b{padding-top:calc(var( --spacing-base )*7)}.oBy5__aEADMsH46mrgFX{padding-right:calc(var( --spacing-base )*7)}.KVEXoJqf1s92j0JMdNmN{padding-bottom:calc(var( --spacing-base )*7)}.ZMXGNrNaKW3k_3TLz0Fq{padding-left:calc(var( --spacing-base )*7)}.tuiR9PhkHXhGyEgzRZRI{padding:calc(var( --spacing-base )*8)}.U7454qyWkQNa2iaSJziu{padding-left:calc(var( --spacing-base )*8);padding-right:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8{padding-bottom:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8,.X1rm9DQ1zLGLfogja5Gn{padding-top:calc(var( --spacing-base )*8)}.JS7G6kAuqJo5GIuF8S5t{padding-right:calc(var( --spacing-base )*8)}.Y8F9ga1TDCMbM1lj4gUz{padding-bottom:calc(var( --spacing-base )*8)}.AJuyNGrI63BOWql719H8{padding-left:calc(var( --spacing-base )*8)}.demNsMJjhi7BLY7xhjU5{align-items:center;display:flex;font-size:var(--font-body);line-height:calc(var(--spacing-base)*3);margin:calc(var(--spacing-base)*2) 0;min-height:calc(var(--spacing-base)*3)}.QiUjdjJSkqh6nH7YMG5A{align-self:flex-start;height:calc(var(--spacing-base)*3);margin-right:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*3)}.Q080AHcq29J2fc68Hhk5{color:var(--jp-red)}.Q080AHcq29J2fc68Hhk5 .hYWbIwhppukXmGnsiT9H{fill:var(--jp-red)}.JjHuxWly0HI9C60gorbq{color:var(--jp-yellow-40)}.JjHuxWly0HI9C60gorbq .hYWbIwhppukXmGnsiT9H{fill:var(--jp-yellow-40)}.Cm8ZFHi3mngl4cj9Gatx{color:var(--jp-blue-40)}.Cm8ZFHi3mngl4cj9Gatx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-blue-40)}.ytGBsU015p3LGwOPwFDx{color:var(--jp-green)}.ytGBsU015p3LGwOPwFDx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-green)}.udAWaza1u34TkmZZUPq4 .JsO4jFxFAKjG6Go62bZF{font-size:1rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .M6POQFFbhswwolN6D9VN{display:flex;flex-direction:column;gap:1rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .Sk_WQxS97yTokR_rM3Ci{flex-shrink:0}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .CRjatFVv3dQMjG9_Vmjj{align-items:center;display:flex;gap:.5rem}.udAWaza1u34TkmZZUPq4 .re3HrL6GJa59uqDgx771{align-items:center;display:flex;gap:1rem;justify-content:end;margin-top:3rem}.udAWaza1u34TkmZZUPq4 .jPB4ApiYyEswu6AKKJqk{height:2rem;width:2rem}.udAWaza1u34TkmZZUPq4 .JhIphWt8e2X_ee0l7KEZ{align-items:center;display:flex;font-size:1rem;gap:.5rem}.Mu_jAq5ZcYDM1kmBbxcs.Mu_jAq5ZcYDM1kmBbxcs{width:65rem}.foAsC5GlXOWEzACnxT_P{display:grid;gap:.5rem}.foAsC5GlXOWEzACnxT_P>input{height:100%;width:18rem}.foAsC5GlXOWEzACnxT_P:not(._7PKKGx44v2H9dJbUltFw){grid-auto-flow:column}.IGOk1gMf5SKkfOKyF7Xc{padding-block:2rem}.ptn8jt555LOvMXWaoLxs{font-size:13px;line-height:24px;margin:5px 0 12px;position:relative}.IVzciZv5S5E8XgR5EsLp{color:#757575}.OpbDsm3F65Z4K5Bz43cz,.dlrSwB0tyuf1TYcypDec,.hkpqil8E11PObwu7TVU2{padding:8px 16px}.OpbDsm3F65Z4K5Bz43cz a,.dlrSwB0tyuf1TYcypDec a,.hkpqil8E11PObwu7TVU2 a{color:inherit}.dlrSwB0tyuf1TYcypDec{background-color:#fef8ee;border-left:2px solid #f0b849}.hkpqil8E11PObwu7TVU2{background-color:#f4a2a2;border-left:2px solid #cc1818}.OpbDsm3F65Z4K5Bz43cz{border:1px solid #007cba;border-left-width:4px;padding:12px 16px}.AeqtA3GRe7sFjKaC9SqL{padding-right:25px}.IArBTmNL2K4du5WPBUhg{all:unset;cursor:pointer;position:absolute;right:16px;top:12px}.IArBTmNL2K4du5WPBUhg:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #007cba}.T7E2eJJN4qjwPpv3mcjV{margin-top:12px}.facebook-preview__post-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJIAAAAkCAYAAABi6GPmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAfySURBVHgB7Vx/iFVFFP6SCAmTCAuRisVqkTCTMouIEJEQBAkREcEIEYnWQqIsIor+EBGJRSQwlhAMWUxMQlqRRfxDthCRsBBdRDaR2kosWgmxddfm887Vc+fNzJ15b+6+92A/OLC8mTlz79zvnl8zd4HG0alkr5ILSv5WMqBkg5K7MYmJxMNKepUMa+nVv4WO7VLSp2RQyVUtg/q3rghddWGlkn+V3LTIQKLJn1TSreQMspu7mUiuap3deo4qsVbJRSX7ldyP9OA6X0HtPV6B/xnMUtKj5AbK1+uG7jsLiTEF9ouXcl7JNNQHWrSdSsaQjjwuGdNzVWVFL4u5Til5AGnRC/e99TrGLFcyovv8p+RrJWuQeZhpWjr1b38pGdd9R/TYZHgIRebPVTJDyWYl10Xbl4gHH2g/qieQKf2ohkzmPD8iLZmG4b6nYUv/t3DnBf1GyWMl+gcMnSTV20iEmULxJaPtVdE2ivhF24nihR9H9hakNKuztM7jxlw7kR62B3wa2YuXAjFE4j2PaXmvXDVes+gc15LEMs0Qii9b2o+J9g0IB+MV6c62InOjVWGKnkO6udQxk+lG879/RmbZG0Woa+PLk7uz90t03qXkK/gt+AgSvNzThMKrlvZNon0HwtGNoiWqkkQ5pqBombqRFnLxGXNIMjHgb5RMocF2j/79XIDOJxAWDvSgQdyLovsyId3bAYTjjBiXNKgrwXIUH25KyIUnVqNIprPIQoVGUJb+829mXnRJXQH67lHyC/wkGtc6G8rO1wuFg5b2ZaL9MMIhU/zkqaYHs+C3sI3AJBLB0skoimtY5f12ibmesbSvQlai+ELJ88gC8KMIs0obUSfoCgaFoncsfdaJ9j0Ih23RJwpVze3SuwJFMrFcUlXhr0/Ms9bSThc1jjDimNKHOiHdFqvZtlrRNsekXDgG5yeUbEdWq5BodyLNUfImsuIjXZZZsDXBtZRk4g7BoyVzMAtmgpAXaf9Btp6MS10x5TkUPYSrzPE4yl2aKYOoEyeEkq2OPociLmSbGNeOROLDo2s4Bf99jjrGMwyQtbchJR2OvvNRLHCachBZfGNixNKvwzHHEWTkJPlYW/sN/vuqKxR4WSi4BnfG8QPiWL1Fj2s3Ii1CZkXK7o9E2erRY5KJ8UqHpV/+gvJBjzrmsrmuEUdfehQahqfgxn1KfkIJkWhG+42bsC1Cv+57WPy+C/WB5OPCnUTxbZ2J9iESrVA3ateKroxuje5tnpLpCMcryF7OXBcLvbONPlyj+fpvuiEbmfotus/BT/T98IPu9BNkBDbH3nJtMVsR0sqM6RtpBHwY0k0uR3sQia7jgNGfNZuP0PjWxxIUyfQr/Otsqx/Zyhd98D/b0JLH06gl761g+zrCiRTD4FDIoHwz2oNIB42+3yJNhTrHYhSDdJKp09JvHuzPZsjStwv+53kR4bhkjL1VlwpZPNvEC5AGu4XO9Wh9In1o9NuGarAIRTIdt/RxeZMBS19ZkLSN4e+zUY5HjDG3C5KxRGJgtQZpwLdYmuZ1aG0ivYBiRXo7qgP3Ms+KuS4Y7WYYIOUzh84e+K3S90oehB8bjTG3t0hiidSJdOA2y16h23zDJhplc8sY8Riq2wdkQC23ikje1UYfWRA25UWHXrlp65I/kRWQmflNteiQMW1h0zaWSKkxW+j+o+K5yuCbe6VoYzBcVQWaes+jSCIznZclGFPOlujPj5GEVLEPGWOfxR2XVnOMpNlEksdRzNRyouGbW54OqCou6kAWKOfzMDtaZem3A+6HvwzlkAfbyuQ5PYZ7b7/jDpFqDrY1m0gyLqLraMVN207RxizXl+IvVPKxkn3IzhsNa320Yls845jiXzLmcZ1+cBV7+xEOedTWZ51YN+Qx3Dzldx61bRaRuNfDN1uWH1iHacVjJFtEm63swQP9nyJL031v93XYwf05ecqRpFsKN4Yc+uchDkkP/zeLSISsDHNxpqI1D7bJANN0HdwotVV7XWKCD1/unTHlXww/zlj0Xkb9SPI5UjOJtAK1b3qrHbWdLq6H5j0/6cDSxRHUPlAmDHxzGSAvQPEjCXP9eC5Ilj/48F5COWz1I15bXgHnFkqjB+Wi0UwiyaBR7tu10uH/paLtpP7NzKwozJYYGNtIb1s/1qSkJePm6UKEYS3s1m5U6DyECUYziMRg9V0U46Mlor3scySOcwWujFf4CdQ1hLubXGyfI8mz5yRZB4oxypi+Fp/VNNeP6btMKmiV5iMc3Oszt2lMNxejLwmaQaR9hs4Tlj5lH0jaAlfGL75Pc1zi+0Dyc9HPTAauISzdlnPxhZFbH3SFcxEPEpck59rRCuVfDtNNp/4AMwjNINLrQh9L/74b932ynYNWaA/iyBP6ybaMg2TBlCRagjCYL0D+t2szti0RSyTWRpaiMewS+mI//TGv12aFhhFmKUJwGnYirorQYRvP3faQTdK2QSyRcmGWxQxjKsJAU8yDcR+geJ6lLNX1XYvNCvG3lP+oYcgyR2xl2xwfci677VAvkVLIUTR2vVVZIQnzfDRjkthyhEzxq/7sqGmIJRIzohT/IYRl/nq+fbfpSm2FJGRcxvhmDuLxBrL0nllhygNwLYWYE5J5psQAkXEO44fRwLHsx7iAi8k6SL3/9UOm9VVZIYnvxHybMAknYs5sx2wKVgXuafHt3o3qrJAEK9ncLa+asG2P2K9IJjGJGvwP+tnxKdafpLoAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:73px 18px;display:inline-block;filter:invert(40%)}.facebook-preview__post-icon-like{background-position:0 0;height:18px;width:18px}.facebook-preview__post-icon-comment{background-position:-18px 0;height:18px;width:18px}.facebook-preview__post-icon-share{background-position:-36px 0;height:18px;width:18px}.facebook-preview__post-icon-info{background-position:-54px 0;height:14px;width:7px}.facebook-preview__post-icon-public{background-position:-61px 0;height:12px;width:12px}.facebook-preview__post-actions{align-items:center;color:#65676b;display:flex;font-size:.9375rem;font-weight:600;height:2.625rem;justify-content:space-around;line-height:1.33;list-style-type:none;margin:0;padding:0;width:100%}.facebook-preview__post-actions>li{align-items:center;display:flex;gap:.5rem;margin:0}.facebook-preview__post-header{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;min-height:60px;padding:.75rem 1rem .5rem;width:100%}.facebook-preview__post-header-content{display:flex;gap:.5rem}.facebook-preview__post-header-avatar{background-color:#caccd1;border:1px solid #e5e5e5;border-radius:50%;height:40px;width:40px}.facebook-preview__post-header-name{color:#050505;font-size:.9375rem;font-weight:600;line-height:1.33}.facebook-preview__post-header-share{align-items:center;color:#65676b;display:flex}.facebook-preview__post-header-time{font-size:.8125rem;line-height:1.23}.facebook-preview__post-header-dot{text-align:center;width:.625rem}.facebook-preview__post-header-more{background-image:radial-gradient(circle at .125rem .125rem,#65676b 2px,#0000 0);background-size:.5rem .25rem;height:.25rem;margin:0 .625rem 0 0;width:1.25rem}.facebook-preview__post{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px #0003,0 -1px 0 #0000000d;display:flex;flex-direction:column;font-family:system-ui,-apple-system,BlinkMacSystemFont,\.SFNSText-Regular,sans-serif;margin-inline:auto;max-width:clamp(508px,100%,680px);overflow-y:hidden}.facebook-preview__post :-moz-any-link{color:#216fdb;text-decoration:none}.facebook-preview__post :any-link{color:#216fdb;text-decoration:none}.facebook-preview__custom-text{color:#050505;font-size:.9375rem;line-height:1.33;margin:0;padding:0 1rem 1rem;word-break:break-word}.facebook-preview__custom-text-post-url{display:block;margin-top:.5rem}.facebook-preview__body{border-bottom:1px solid #d4d0d4;border-top:1px solid #d4d0d4;display:flex;flex-direction:column}.facebook-preview__body.is-loading{visibility:hidden}.facebook-preview__body.is-portrait{flex-direction:row}.facebook-preview__text{align-items:center;background-color:#f0f2f5;color:#050505;display:flex;flex:1;padding:.5rem 1rem;position:relative;word-break:break-word}.facebook-preview__text-wrapper{width:100%}.facebook-preview__url{color:#65676b;font-size:.8125rem;line-height:1;margin-bottom:.25rem;text-transform:uppercase}.facebook-preview__title{font-size:.9444rem;font-weight:600;line-height:1.18;margin:.25rem 0 .125rem}.facebook-preview__description{color:#65676b;font-size:.9375rem;line-height:1.33}.facebook-preview__body.is-landscape .facebook-preview__description.is-compact{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.facebook-preview__custom-image img,.facebook-preview__custom-image video,.facebook-preview__image img,.facebook-preview__image video,.facebook-preview__media-item img,.facebook-preview__media-item video{display:block;-o-object-fit:cover;object-fit:cover;width:100%}.facebook-preview__image.is-empty{border-inline-end:1px solid #d4d0d4;height:140px;width:140px}.facebook-preview__image.is-portrait img{height:430px;width:278px}.facebook-preview__image.is-landscape img{aspect-ratio:1.91;width:100%}.facebook-preview__custom-image,.facebook-preview__media-item{background-color:#121212;display:flex;justify-content:center;width:100%}.facebook-preview__custom-image.is-portrait img,.facebook-preview__media-item.is-portrait img{height:685px;width:500px}.facebook-preview__custom-image.is-landscape img,.facebook-preview__media-item.is-landscape img{aspect-ratio:1.78;width:100%}.facebook-preview__info{align-items:center;background-color:#fff;border:1px solid #d4d0d4;border-radius:50%;display:flex;height:30px;justify-content:center;position:absolute;right:15px;top:-10px;width:30px}.facebook-preview__info i{filter:invert(8%)}.facebook-preview__window{border:1px solid #d4d0d4;border-radius:16px;margin:0 .75rem}.facebook-preview__window .facebook-preview__custom-image,.facebook-preview__window .facebook-preview__custom-image img,.facebook-preview__window .facebook-preview__image,.facebook-preview__window .facebook-preview__image img{border-top-left-radius:inherit;border-top-right-radius:inherit}.instagram-preview__wrapper{background-color:#fff;margin-inline:auto;max-width:clamp(200px,100%,555px);padding:20px}.instagram-preview__section .instagram-preview__wrapper{padding:0}.instagram-preview__section.social-preview__section{width:clamp(200px,100%,555px)}.instagram-preview__container{box-shadow:0 0 0 1px #00000014;overflow:hidden}.instagram-preview__header{display:flex;gap:.5rem;padding:.5rem 1rem}.instagram-preview__header--avatar{align-items:center;display:flex;max-height:32px;max-width:32px}.instagram-preview__header--avatar img{border-radius:50%;height:100%;width:100%}.instagram-preview__header--profile{align-items:center;display:flex;flex-grow:1;justify-content:space-between}.instagram-preview__header--profile-name{font-weight:700}.instagram-preview__media{display:flex}.instagram-preview__media--image,.instagram-preview__media--video{-o-object-fit:cover;object-fit:cover;width:100%}.instagram-preview__media-item{flex-grow:1}.instagram-preview__content{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 1rem}.instagram-preview__content a{color:#00376b;text-decoration:none}.instagram-preview__content--actions{display:flex;justify-content:space-between}.instagram-preview__content--actions-primary{align-items:center;display:flex;gap:1rem}.instagram-preview__content--name{display:inline;font-weight:600}.instagram-preview__content--text{display:inline}.instagram-preview__content--footer{color:#737373;font-weight:400}.linkedin-preview__wrapper{background-color:#fff;margin-inline:auto;max-width:clamp(200px,100%,555px);padding:20px}.linkedin-preview__section .linkedin-preview__wrapper{padding:0}.linkedin-preview__section.social-preview__section{width:clamp(200px,100%,555px)}.linkedin-preview__container{border-radius:8px;box-shadow:0 0 0 1px #00000014;overflow:hidden}.linkedin-preview__container.has-media{border-end-end-radius:0;border-end-start-radius:0}.linkedin-preview__header{display:flex;gap:.5rem;margin-bottom:.8rem;padding:.8rem 1rem 0}.linkedin-preview__header--avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:48px;overflow:hidden;width:48px}.linkedin-preview__header--avatar img{-o-object-fit:contain;object-fit:contain;width:100%}.linkedin-preview__header--profile{display:flex;flex-direction:column;overflow:hidden}.linkedin-preview__header--profile-title{font-size:.75rem}.linkedin-preview__header--profile-info{display:flex;gap:.25rem}.linkedin-preview__header--profile-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.linkedin-preview__header--profile-meta{align-items:center;display:flex;gap:.25rem}.linkedin-preview__caption{font-size:.875rem;font-weight:400;line-height:20px;margin:0 1rem}.linkedin-preview__content article,.linkedin-preview__media{background-color:#eef3f8;display:flex;flex-direction:column;margin-top:.5rem}.linkedin-preview__media-item{display:flex}.linkedin-preview__media-item img,.linkedin-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.linkedin-preview__description{padding:.5rem .75rem}.linkedin-preview__description--title{font-size:.875rem;font-weight:600;margin:0}.linkedin-preview__description--meta{color:#0009;display:flex;font-size:.875rem;font-weight:400;gap:.25rem;margin-top:.5rem}.linkedin-preview__image{-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__post-actions{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.mastodon-preview__post-actions>div{align-items:center;color:#606984;display:flex}.mastodon-preview__post-actions svg{fill:currentColor}.mastodon-preview__post-icon-text{color:#525a71;font-size:.75rem;font-weight:500}.mastodon-preview__body{color:#000;margin-bottom:1rem}.mastodon-preview__body>p{margin-bottom:1.25rem}.mastodon-preview__card{border:1px solid #d9e1e8;border-radius:8px;color:#000;display:flex;margin-bottom:1rem;margin-top:1rem;overflow:hidden}.mastodon-preview__card.has-image{flex-direction:column}.mastodon-preview__card.has-image .mastodon-preview__card-img{width:100%}.mastodon-preview__card-img{min-height:60px}.mastodon-preview__card-img img{border-end-start-radius:inherit;border-start-start-radius:inherit;display:block;min-height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__card-img--fallback{align-items:center;aspect-ratio:1;background:#c0cdd9;display:flex;justify-content:center;position:relative;width:120px}.mastodon-preview__card-text{display:flex;flex-direction:column;gap:.5rem;overflow:hidden;padding:1rem}.mastodon-preview__card-title{color:#282c37;font-size:1.187rem;font-weight:700;line-height:1.4}.mastodon-preview__card-site{display:block;font-size:.875rem}.mastodon-preview__card-description{font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mastodon-preview__post-header{align-items:start;display:flex;font-size:.9375rem;justify-content:space-between;line-height:1.47;margin-bottom:.625rem}.mastodon-preview__post-avatar{border-radius:4px;height:46px;width:46px}.mastodon-preview__post-header-user{align-items:center;display:flex;gap:.75rem}.mastodon-preview__post-header-displayname{color:#000;font-weight:700}.mastodon-preview__post-header-audience{align-items:center;display:flex;gap:.25rem}.mastodon-preview__section{margin-inline:auto;max-width:100%;width:578px}.mastodon-preview__post{background-color:#fff;border:1px solid #c0cdd9;box-sizing:border-box;color:#444b5d;font-family:"mastodon-font-sans-serif",sans-serif;font-size:.9375rem;line-height:1.47;overflow-y:hidden;padding:1rem;width:100%}.mastodon-preview__post :-moz-any-link{color:#3a3bff;text-decoration:none}.mastodon-preview__post :any-link{color:#3a3bff;text-decoration:none}.mastodon-preview__img{aspect-ratio:16/9;border-radius:4px;display:block;margin:.875rem auto 0;-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__media{border-radius:8px;margin-top:8px;min-height:64px}.mastodon-preview__media.as-grid{display:grid;gap:2px;grid-template-columns:50% 50%;overflow:hidden;width:100%}.mastodon-preview__media-item{border:0;border-radius:8px;display:flex;overflow:hidden}.mastodon-preview__media-item img,.mastodon-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.nextdoor-preview__wrapper{max-width:clamp(200px,100%,600px)}.nextdoor-preview__section .nextdoor-preview__wrapper{padding:0}.nextdoor-preview__section.social-preview__section{width:clamp(200px,100%,600px)}.nextdoor-preview__container{background-color:#fff;border-radius:8px;box-shadow:0 0 8px #0000001a;overflow:hidden}.nextdoor-preview__container.small-preview{border-end-end-radius:0;border-end-start-radius:0}.nextdoor-preview__header{align-items:center;display:flex;gap:.5rem;margin-bottom:8px}.nextdoor-preview__header--avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:40px;overflow:hidden;width:40px}.nextdoor-preview__header--avatar img{-o-object-fit:contain;object-fit:contain;width:100%}.nextdoor-preview__header--details{display:flex;flex-direction:column}.nextdoor-preview__header--name{font-size:1rem;font-weight:600;letter-spacing:-.32px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nextdoor-preview__header--meta{align-items:center;color:#666;display:flex;font-size:14px;gap:.25rem;letter-spacing:-.32px;line-height:19px;white-space:pre-wrap}.nextdoor-preview__footer{display:flex;flex-direction:row;justify-content:flex-end;margin-top:24px}.nextdoor-preview__footer--actions{align-items:center;display:flex;gap:1rem}.nextdoor-preview__footer--actions-item{align-items:center;display:flex;font-size:13px;font-weight:600;gap:.25rem;line-height:16px}.nextdoor-preview__content{padding:12px 16px}.nextdoor-preview__card{border-radius:16px;box-shadow:0 1px 4px 0 #00000014,0 0 2px 0 #0003;display:flex;flex-direction:column;margin-top:12px;overflow:hidden}.nextdoor-preview__card.small-preview{align-items:center;flex-direction:row}.nextdoor-preview__card--chevron-wrapper{align-items:center;display:flex;justify-content:center;min-width:40px;width:40px}.nextdoor-preview__caption{font-size:1rem;font-weight:400;line-height:20px;margin-bottom:20px}.nextdoor-preview__media-item{display:flex}.nextdoor-preview__media-item img,.nextdoor-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.nextdoor-preview__description{display:flex;flex-direction:column;overflow:hidden;padding:16px}.small-preview .nextdoor-preview__description{flex-grow:1;padding:10px}.nextdoor-preview__description--title{font-size:15px;font-weight:600;line-height:20px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nextdoor-preview__description--url{color:#666;font-size:13px}.nextdoor-preview__media{margin-inline:-16px}.nextdoor-preview__image{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;width:100%}.small-preview .nextdoor-preview__image{height:62px;width:62px}.nextdoor-preview__default-avatar{align-items:center;background-color:#8c6e63;border-radius:50%;color:#fff;display:flex;font-size:x-large;height:40px;justify-content:center;width:40px}.nextdoor-preview__default-image{align-items:center;background-color:#f1ffca;display:flex;height:62px;justify-content:center;width:62px}.threads-preview{padding:20px}.threads-preview__wrapper{background-color:#fff;border-radius:4px;margin-inline:auto;max-width:clamp(200px,100%,635px);padding-inline-end:1rem;padding-top:1rem}.threads-preview__section.social-preview__section{width:clamp(200px,100%,635px)}.threads-preview__section.social-preview__section .social-preview__section-desc,.threads-preview__section.social-preview__section .social-preview__section-heading{padding-inline-start:17px}.threads-preview__container{color:#000;display:grid;font-size:15px;grid-template-columns:50px auto;line-height:21px;margin-bottom:5px}.threads-preview__container .threads-preview__sidebar{display:grid;grid-template-rows:35px auto;justify-items:center}.threads-preview__container .threads-preview__sidebar .threads-preview__profile-image{align-items:center;border-radius:50%;display:flex;max-height:36px;max-width:36px;overflow:hidden}.threads-preview__container .threads-preview__sidebar .threads-preview__profile-image img{-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__sidebar .threads-preview__connector{background-color:#8c8f94;width:2px}.threads-preview__container .threads-preview__main{overflow:hidden;padding-bottom:1rem}.threads-preview__container .threads-preview__header{display:flex;font-size:16px;gap:6px;line-height:18px;margin-bottom:2px}.threads-preview__container .threads-preview__name{font-size:15px;font-weight:600}.threads-preview__container .threads-preview__date{color:#999}.threads-preview__container .threads-preview__content .threads-preview__text{white-space:pre-wrap;word-break:break-word}.threads-preview__container .threads-preview__content .threads-preview__media{border-radius:15px;display:grid;overflow:hidden;grid-gap:2px;grid-template-areas:"a";height:300px;margin-top:12px}.threads-preview__container .threads-preview__content .threads-preview__media img,.threads-preview__container .threads-preview__content .threads-preview__media video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__content .threads-preview__media img:first-child,.threads-preview__container .threads-preview__content .threads-preview__media video:first-child{grid-area:a}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(2),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(2){grid-area:b}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(3),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(3){grid-area:c}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(4),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(4){grid-area:d}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-2{grid-template-areas:"a b"}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-3{grid-template-areas:"a b" "a c"}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-4{grid-template-areas:"a b" "c d"}.threads-preview__container .threads-preview__content .threads-preview__card{border:1px solid #e1e8ed;border-radius:8px;margin-bottom:12px;margin-top:12px;overflow:hidden}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-image{aspect-ratio:16/9;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-body{color:#000;display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;gap:2px;overflow:hidden;padding:.75em;text-align:left;text-decoration:none}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-title{text-overflow:ellipsis}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-url{color:#999;font-size:12px;overflow-inline:hidden;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}.threads-preview__container .threads-preview__footer{display:flex;gap:2.5rem;margin-top:1rem}.threads-preview__container .threads-preview__footer svg{height:19px;width:19px;fill:#424242}.threads-preview__container .threads-preview__icon--like svg,.threads-preview__container .threads-preview__icon--reply svg,.threads-preview__container .threads-preview__icon--share svg{fill:#0000;stroke:#424242}.tumblr-preview__post-icon{align-items:center;display:flex}.tumblr-preview__post-icon svg{fill:#000000a6}.tumblr-preview__post-icon-blaze{height:20px;width:23px}.tumblr-preview__post-icon-delete{height:21px;width:17px}.tumblr-preview__post-icon-edit{height:21px;width:21px}.tumblr-preview__post-icon-share{height:24px;width:24px}.tumblr-preview__post-icon-reblog,.tumblr-preview__post-icon-reply{height:21px;width:21px}.tumblr-preview__post-icon-like{height:21px;width:23px}.tumblr-preview__post-icon-ellipsis{height:4px;width:18px}.tumblr-preview__post-actions{color:#000000a6;font-size:1rem;font-weight:700;line-height:1.5;margin-top:.25rem;padding:0 1.25rem}.tumblr-preview__post-manage-actions,.tumblr-preview__post-social-actions{align-items:center;display:flex;justify-content:space-between;min-height:3.5rem}.tumblr-preview__post-manage-actions ul,.tumblr-preview__post-social-actions ul{align-items:center;display:flex;gap:1.25rem;list-style-type:none;margin:0;padding:0}.tumblr-preview__post-manage-actions ul>li,.tumblr-preview__post-social-actions ul>li{align-items:center;display:flex;justify-content:center}.tumblr-preview__post-social-actions{border-top:1px solid #c27b7b26}.tumblr-preview__post-actions-blaze,.tumblr-preview__post-header{align-items:center;display:flex}.tumblr-preview__post-header{justify-content:space-between;margin:1rem 0;padding:0 1.25rem}.tumblr-preview__post-header-username{font-size:.875rem;font-weight:700;line-height:1.5}.social-preview{padding:0 .5rem}.social-preview__section{margin-bottom:2rem;margin-inline:auto;width:clamp(200px,100%,680px)}.social-preview__section-heading{color:#1e1e1e;font-size:.875rem;font-weight:600;line-height:1.42;margin-bottom:.375rem;margin-top:0}.social-preview__section-desc{color:#757575;font-size:.75rem;line-height:1.33;margin-bottom:1rem;margin-top:0}.social-preview__section-desc .components-external-link{align-items:center;display:inline-flex;gap:.25rem}.tumblr-preview__section.social-preview__section{width:clamp(200px,100%,604px + 1.25rem)}.tumblr-preview__post{align-items:flex-start;display:flex;gap:1.25rem}.tumblr-preview__avatar{border-radius:3px;height:64px;width:64px}@media(max-width:660px){.tumblr-preview__avatar{display:none}}.tumblr-preview__card{background-color:#fff;border-radius:3px;color:#000;font-family:Favorit,Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif;font-size:1rem;overflow-y:hidden}.tumblr-preview__card :-moz-any-link{color:inherit;text-decoration:underline}.tumblr-preview__card :any-link{color:inherit;text-decoration:underline}.tumblr-preview__custom-text,.tumblr-preview__title{margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__title{font-size:1.625rem;font-weight:400;line-height:1.3}.tumblr-preview__description{font-size:1rem;line-height:1.5;margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__image{aspect-ratio:16/9;display:block;margin:3.375rem 0 1rem;width:100%}.tumblr-preview__url{display:inline-block;margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__site-name{color:#000000a6;font-size:.75rem;text-transform:uppercase}.tumblr-preview__window{margin:0 1.25rem 1.25rem}.tumblr-preview__window-top{border-top-left-radius:6px;border-top-right-radius:6px;position:relative}.tumblr-preview__window-top .tumblr-preview__image{aspect-ratio:16/9;border-top-left-radius:inherit;border-top-right-radius:inherit;margin:0;width:100%}.tumblr-preview__window-bottom{border:1px solid #00000040;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:flex;flex-direction:column;gap:.5rem;padding:1rem .75rem}.tumblr-preview__window-bottom.is-full{border-top-left-radius:6px;border-top-right-radius:6px}.tumblr-preview__window-bottom>*{margin:0;padding:0}.tumblr-preview__overlay{align-items:center;background-color:#0006;border-top-left-radius:inherit;border-top-right-radius:inherit;bottom:0;color:#fff;display:flex;justify-content:center;left:0;padding:1rem .75rem;position:absolute;right:0;top:0}.tumblr-preview__overlay>*{margin:0;padding:0}.nOZgE6dP_guav2888GAK{margin:1rem 0 1.5rem}@media(min-width:600px){.jxndagXCphEhzYfnjHMZ{width:calc(100vw - 40px)}}@media(min-width:960px){.jxndagXCphEhzYfnjHMZ{max-height:calc(100% - 120px);width:920px}}.jxndagXCphEhzYfnjHMZ .components-modal__content.hide-header{padding:0}.na9tpJVboVaxVNabSRsr{display:flex}@media(max-width:782px){.na9tpJVboVaxVNabSRsr{flex-direction:column}}.VxWWpt730pSzZCEVjxA3{height:2rem;position:absolute;right:.5rem;top:.5rem}.z14EiGfFuQwKazBW3LpF{align-items:center;border-bottom:1px solid #dcdcde;display:flex;height:48px;padding-inline:2rem}@media(min-width:782px){.z14EiGfFuQwKazBW3LpF{border-inline-end:1px solid #dcdcde}}.z14EiGfFuQwKazBW3LpF h2{font-size:1rem;font-weight:600;line-height:16px;margin-block:0}@media(min-width:782px){.LAWYmJPODB8LgzQMzsyx{flex:1}}.vVbLRydJFLCVa49hSz83{padding:1rem 2rem}@media(min-width:782px){.vVbLRydJFLCVa49hSz83{border-inline-end:1px solid #dcdcde}}.uw1atyZ2fcJoKjwf6SZW{background:var(--jp-gray-0);flex:1}@media(min-width:782px){.uw1atyZ2fcJoKjwf6SZW{flex:2}}.uw1atyZ2fcJoKjwf6SZW .components-tab-panel__tabs{background:var(--jp-white);border-bottom:1px solid #dcdcde;height:48px;justify-content:center}.meKppCUznQhlkjwZuS6G{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:1rem 2rem}.HS7f47n0w2xUqa4wQkwX{opacity:.5}.dKXzdVKZ7LYvSmUVrl26{color:var(--jp-gray-40);margin-top:0}.sP1aklNMfj7lCDxuhWaq{position:relative}.a6tcXi51GAewl3qx0AVi{align-items:center;background-color:#2c3338e6;border-radius:2px;bottom:8px;display:flex;font-variant-numeric:tabular-nums;left:8px;padding:4px;position:absolute}.a6tcXi51GAewl3qx0AVi svg{margin-right:2px}.uFtCCGeycoI94JbCnJh8.uFtCCGeycoI94JbCnJh8{color:var(--jp-white);font-size:9px;font-weight:600;line-height:8px}.cZuW54OEuUN9yvuE_rNU{margin:auto;position:relative}.vCs0BOExDMOystFhG2wa{width:auto}.sKpch49QzrpontC0DvF7{background-color:var(--jp-gray-0);border:1px dashed var(--jp-gray-20);border-radius:calc(var(--jp-border-radius)*.5);display:grid;grid-template-rows:1fr auto 2fr;justify-content:center;margin-bottom:8px;min-height:130px;padding:24px;position:relative;width:100%}.sKpch49QzrpontC0DvF7>*{justify-self:center}.sKpch49QzrpontC0DvF7>button{grid-row:2}.sKpch49QzrpontC0DvF7>button:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.sKpch49QzrpontC0DvF7>span{color:var(--jp-gray-60);font-size:13px;grid-row:3;line-height:16px;margin-top:16px;text-align:center}.sKpch49QzrpontC0DvF7>svg{align-self:center;margin:0;position:absolute}.vOO47kVjHn7i63fQ0bx0{color:#757575;font-size:12px;font-weight:400;line-height:16px;margin-bottom:8px}.ziE_jq4PmQmGBedGskf_{width:100%}.TJGgifcTHqUtknPqVQpH,.qqGj0rmSJvZs9dyr0u_I,.ziE_jq4PmQmGBedGskf_{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;cursor:pointer;margin:0;padding:0}.TJGgifcTHqUtknPqVQpH,.qqGj0rmSJvZs9dyr0u_I{align-items:center;background-color:var(--jp-black);border:1.5px solid var(--jp-white);border-radius:100%;display:flex;height:20px;justify-content:center;line-height:0;position:absolute;right:-4px;top:-4px;transition:background .1s ease-in-out;width:20px;z-index:2}.TJGgifcTHqUtknPqVQpH svg,.qqGj0rmSJvZs9dyr0u_I svg{fill:var(--jp-white)}.TJGgifcTHqUtknPqVQpH:hover,.qqGj0rmSJvZs9dyr0u_I:hover{background-color:var(--wp-admin-theme-color)}.TJGgifcTHqUtknPqVQpH{right:-5px;top:-56px}.f92zWdEJJIwBvwH5rRzn{margin-bottom:16px}.f92zWdEJJIwBvwH5rRzn .components-responsive-wrapper__content{width:auto}.rBTOWyeewE4VxAqYgjoI{filter:grayscale(100%);opacity:.5}.PykCvaqoL7AIDzVKJAtg{position:relative}.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP{margin:16px 0 8px;padding-right:8px}.components-base-control__label+.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP{margin-top:0}.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP p{margin:0 0 4px}.Q21myqk1zOYB3IH8YuEq{color:var(--jp-gray-40);margin-top:0}.RoerAwwhu_PqirHlSJPz{display:block;margin-top:1rem}.Ua6eKcnk_tQQpFlgXMSn{display:inherit;display:flex;flex-wrap:wrap;list-style-type:none;margin:0;width:100%}.Ua6eKcnk_tQQpFlgXMSn .SHqrIEguRfCILRHPyxE9{margin:5px 0 10px}.ejyuBjiLmHz_UTFmBnjA{display:inline-block;margin-top:6px}.smqXe_da1eoP4Agql_Cs{height:auto;margin-inline-start:15px;padding:0}.eQZwqSCI_uVWrJ2jIRUA{margin-block-end:1rem}.O_ZghPCUG7291iVsp1wx{color:#646970;margin-bottom:.25rem}.nrOxj0JeSCWwCB4oaR94{display:block;margin-bottom:1rem}.Jxra4242dPPaUy28mM8H.components-button.is-link{font-size:inherit;font-weight:inherit}.Jxra4242dPPaUy28mM8H.components-button.is-link:hover{text-decoration:none}.amoEz9VXiwF3eyLxTbOA .irsbCLZJNayrJ0g_joAn{font-style:italic;font-weight:700;word-wrap:break-word}.lIKYDl6xVVtMbvcUDrrn.lIKYDl6xVVtMbvcUDrrn{display:block;margin-bottom:.5rem}.search-preview__display{border:1px solid #f6f7f7;font-family:arial,sans-serif;padding:10px 20px;word-wrap:break-word}.search-preview__header{align-items:flex-end;display:flex;gap:.5rem}.search-preview__menu{color:#4d5156;height:18px;position:relative;width:18px}.search-preview__branding{align-items:center;display:flex;gap:.75rem}.search-preview__site--title{color:#202124;font-size:14px;line-height:20px}.search-preview__icon{height:1.75rem;width:1.75rem}.search-preview__title{color:#1a0dab;font-size:20px;line-height:1.3;margin-bottom:7px;margin-top:8px;max-width:616px}.search-preview__title:hover{cursor:pointer;text-decoration:underline}.search-preview__url{color:#4d5156;font-size:12px;line-height:1.3;max-width:616px}.search-preview__description{color:#4d5156;font-size:14px;font-weight:400;line-height:1.5;max-width:616px}.VHYulMcpzbr10HWR0iSE{align-items:flex-start;border:1px solid var(--jp-black);border-color:var(--jp-gray-5);border-left-width:6px;border-radius:4px;display:flex;font-size:var(--font-body);padding:24px 31px 27px 18px}.FGpSkMCiIHQjszcV0dbn{margin-right:20px}.FGpSkMCiIHQjszcV0dbn,.KoWZcCwhW13xvkEb0QON{height:calc(var(--spacing-base)*3);width:calc(var(--spacing-base)*3)}.KoWZcCwhW13xvkEb0QON{background-color:#0000;border:none;cursor:pointer;outline:none}@media screen and (max-width:600px){.VHYulMcpzbr10HWR0iSE{box-shadow:0 4px 8px #00000008,0 1px 2px #0000000f;padding-top:68px;position:relative}.FGpSkMCiIHQjszcV0dbn{left:24px;position:absolute;top:24px}.KoWZcCwhW13xvkEb0QON{position:absolute;right:24px;top:24px}}.smrfczkC53EaFM8OJUXs{flex-grow:1}.IKYRWoPwt9xOVEx1wzNS{font-weight:600;margin-bottom:8px}.qM0qY6mPYp1MPN54A3Kg{align-items:center;display:flex;margin-top:20px}.qM0qY6mPYp1MPN54A3Kg a,.qM0qY6mPYp1MPN54A3Kg a:active,.qM0qY6mPYp1MPN54A3Kg a:focus,.qM0qY6mPYp1MPN54A3Kg a:hover{color:var(--jp-black)}.qM0qY6mPYp1MPN54A3Kg>*{margin-right:24px}.A5YkDkkXuiYgavrY6Nux{border-left-color:var(--jp-red)}.A5YkDkkXuiYgavrY6Nux .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-red)}.cT5rwuPMZzWvi5o6shMl{border-left-color:var(--jp-yellow-20)}.cT5rwuPMZzWvi5o6shMl .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-yellow-20)}.yo0O3uvNomPsYUXFCpAS{border-left-color:var(--black)}.yo0O3uvNomPsYUXFCpAS .y_IPyP1wIAOhyNaqvXJq{fill:var(--black)}.oZdDFf1jBLkzn5ICCC6x{border-left-color:var(--jp-green)}.oZdDFf1jBLkzn5ICCC6x .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-green)}.twitter-preview{padding:20px}.twitter-preview__wrapper{background-color:#fff;border-radius:4px;margin-inline:auto;max-width:clamp(200px,100%,635px);padding-inline-end:1rem;padding-top:1rem}.twitter-preview__section.social-preview__section{width:clamp(200px,100%,635px)}.twitter-preview__section.social-preview__section .social-preview__section-desc,.twitter-preview__section.social-preview__section .social-preview__section-heading{padding-inline-start:17px}.twitter-preview__container{display:grid;font-size:15px;grid-template-columns:65px auto;line-height:20px;margin-bottom:5px}.twitter-preview__container .twitter-preview__sidebar{display:grid;grid-template-rows:35px auto;justify-items:center}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__profile-image{align-items:center;border-radius:50%;display:flex;max-height:30px;max-width:30px;overflow:hidden}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__profile-image img{-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__connector{background-color:#8c8f94;width:2px}.twitter-preview__container .twitter-preview__main{overflow:hidden;padding-bottom:1rem}.twitter-preview__container .twitter-preview__header{display:flex;font-size:16px;gap:.25rem;line-height:18px;margin-bottom:2px}.twitter-preview__container .twitter-preview__name{font-weight:700}.twitter-preview__container .twitter-preview__date,.twitter-preview__container .twitter-preview__screen-name{color:#667886;letter-spacing:-.3px}.twitter-preview__container .twitter-preview__content .twitter-preview__text{color:#0f1419;white-space:pre-wrap;word-break:break-word}.twitter-preview__container .twitter-preview__content .twitter-preview__media{border-radius:15px;display:grid;overflow:hidden;grid-gap:2px;grid-template-areas:"a";height:300px;margin-top:12px}.twitter-preview__container .twitter-preview__content .twitter-preview__media img,.twitter-preview__container .twitter-preview__content .twitter-preview__media video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:first-child,.twitter-preview__container .twitter-preview__content .twitter-preview__media video:first-child{grid-area:a}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(2),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(2){grid-area:b}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(3),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(3){grid-area:c}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(4),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(4){grid-area:d}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-2{grid-template-areas:"a b"}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-3{grid-template-areas:"a b" "a c"}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-4{grid-template-areas:"a b" "c d"}.twitter-preview__container .twitter-preview__content .twitter-preview__quote-tweet{margin-top:10px;min-height:200px}.twitter-preview__container .twitter-preview__content .twitter-preview__quote-tweet .twitter-preview__quote-tweet-overlay{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.twitter-preview__container .twitter-preview__content .twitter-preview__card{border:1px solid #e1e8ed;border-radius:12px;margin-bottom:12px;margin-top:12px;overflow:hidden}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary{display:grid}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image{display:grid;grid-template-columns:125px auto;height:125px}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image .twitter-preview__card-body{border-left:1px solid #e1e8ed;height:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image .twitter-preview__card-description{-webkit-line-clamp:3}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary_large_image{display:grid;grid-template-rows:254px auto}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-image{aspect-ratio:16/9;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-body{color:#000;display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;gap:2px;overflow:hidden;padding:.75em;text-align:left;text-decoration:none}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-title{max-height:1.3em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-description{color:#536471;display:-webkit-box;max-height:3.9em;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-url{color:#8899a6;overflow-inline:hidden;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}.twitter-preview__container .twitter-preview__footer{display:flex;justify-content:space-between;margin-top:12px;max-width:425px}.twitter-preview__container .twitter-preview__footer svg{fill:#787c82;height:16px;width:16px}.jetpack-social-previews__modal .components-modal__header{margin:0}.jetpack-social-previews__modal .components-modal__content{padding:0}.jetpack-social-previews__modal--close-btn{height:2rem;position:absolute;right:.5rem;top:.5rem}.jetpack-social-previews__modal-previews{display:flex;flex-direction:column;height:100%}.jetpack-social-previews__modal-previews .components-tab-panel__tabs-item:focus-visible:before{box-shadow:none;outline:none}.jetpack-social-previews__modal-previews .components-tab-panel__tabs{border-bottom:1px solid #dcdcde;display:flex;flex-direction:row;height:3rem;justify-content:center;max-width:none}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button{font-size:0;height:100%;outline:0;white-space:nowrap;width:2.5rem}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button svg{display:block;fill:currentColor}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button.is-active:after{border-bottom:1px solid #3858e9;height:0;margin-bottom:-1px}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):not(.is-primary):not(.is-tertiary):not(.is-link):hover:after{border-bottom:1px solid #3858e9;margin-bottom:-1px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content{background-color:#fff;flex:1;overflow:auto;padding:10px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content>div{display:flex;justify-content:center}@media(min-width:600px){.jetpack-social-previews__modal-previews{width:calc(100vw - 40px)}}@media(min-width:960px){.jetpack-social-previews__modal-previews{width:920px}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button{font-size:13px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content{padding:40px}}.jetpack-social-previews__modal-previews .facebook-preview{width:100%}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content .mastodon-preview{max-width:578px}.jetpack-social-previews__modal-upgrade{padding:2em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-illustration{height:auto;max-width:351px;width:100%}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{margin-bottom:1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-heading{font-size:2em;line-height:1.15}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list{font-size:1.1em;line-height:1.4;list-style:none;margin-bottom:2em;padding-left:1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list li{margin-bottom:12px;position:relative}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list li:before{color:#4ab866;content:"✓";left:-20px;position:absolute}@media(min-width:600px){.jetpack-social-previews__modal-upgrade{display:grid;max-width:870px;width:80vw;grid-gap:3em;grid-template-columns:1fr 1fr;padding-top:4em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-illustration{grid-column:2;grid-row:1;max-width:100%;padding-right:2em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{grid-column:1;grid-row:1;margin-bottom:0;padding:0 1em 1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-heading{margin-top:0}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list{padding-left:0}}@media(min-width:782px){.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{padding:0 2em 2em}}.jetpack-gutenberg-social-icons{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.jetpack-gutenberg-social-icons .jetpack-social-previews__icon{margin-right:0;fill:currentColor}.OWstrHF6QZdaosKs0b6j{aspect-ratio:1200/630;background-color:var(--jp-gray-0);display:flex;justify-content:center;margin-bottom:8px;max-height:250px;min-height:130px;position:relative;width:100%}.OWstrHF6QZdaosKs0b6j>*{justify-self:center}.OWstrHF6QZdaosKs0b6j>svg{align-self:center;margin:0;position:absolute}.OWstrHF6QZdaosKs0b6j img{height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}.HJMFrbZ0khdkKKkocrIK{display:none}.m9360_cMWKFHTNk9xpNz{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)*4) 0}.j4EvSJfKIJLGEIAETiEY{all:unset;border-radius:calc(var(--jp-border-radius)/2);cursor:pointer;position:relative}.j4EvSJfKIJLGEIAETiEY img{border-radius:calc(var(--jp-border-radius)/2);display:block;height:auto;max-width:100%;pointer-events:none}.j4EvSJfKIJLGEIAETiEY:after{background-color:var(--jp-white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath stroke='%2309B585' stroke-width='1.5' d='m11.327.53-6.75 9.08L.662 6.7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;content:"";height:calc(var(--spacing-base)*3);opacity:0;position:absolute;right:calc(var(--spacing-base)*-1.5);top:calc(var(--spacing-base)*-1.5);transform:translateY(5px);transition:all .15s cubic-bezier(.4,0,.2,1);width:calc(var(--spacing-base)*3)}.j4EvSJfKIJLGEIAETiEY:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #007cba;outline:3px solid #0000}.dQb3Zpl0puk4V6ezZslo:after{opacity:1;transform:translateY(0)}.tfWupx32Rn5hHqVjTzui div{padding-top:0}.qu9UsV1EEFeFxhU3Wgt5{margin-top:15px}.nZhgKYFn6MQoIDGcKrUG{max-width:150px}.WJ5nPw0EHj7eoNZB06TW{display:flex;justify-content:flex-end}.WJ5nPw0EHj7eoNZB06TW>*+*{margin-left:var(--spacing-base)}.JUeclE9CucaXRlTL5K9H{display:flex;flex-wrap:wrap;gap:.7rem}.JUeclE9CucaXRlTL5K9H a{border-radius:4px;color:#fff}.JUeclE9CucaXRlTL5K9H a:hover{color:#fff}.JUeclE9CucaXRlTL5K9H a>span{align-items:center;display:flex}.JUeclE9CucaXRlTL5K9H a>span>svg{border-radius:var(--jp-border-radius);color:#fff}.JUeclE9CucaXRlTL5K9H a.components-button svg{fill:currentColor}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary{background:#0000;color:var(--jp-black);gap:0;justify-content:start;padding:0}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary:hover{background:#0000;color:var(--jp-gray-50)}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary svg{height:calc(var(--spacing-base)*3);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*3)}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary:focus{border:0;box-shadow:none;outline:none}.JUeclE9CucaXRlTL5K9H .rhyZKz4FQtFOFAMwLgLj{background-color:var(--jp-black)}.JUeclE9CucaXRlTL5K9H .DDRhGoqXUOM6Jug54nEB{background-color:#2ab318}.JUeclE9CucaXRlTL5K9H .h57Cabo4jn8Ke77_DLOX{background-color:#0866ff;border-radius:var(--jp-border-radius)!important}.JUeclE9CucaXRlTL5K9H .tvNWJpaNzPro4QaItBae{background-color:#fff;color:var(--jp-black);outline:1px solid var(--jp-gray)}.p_VTpBCFklSkcb0iiD0K{flex-direction:column}.DyIAUIn_2bkciyB_XtgH{display:flex}.Lx8xScOApJmJdhJF9JWd.Lx8xScOApJmJdhJF9JWd{font-size:13px;font-weight:400;line-height:24px;margin-inline-start:var(--spacing-base)}.pp_WJTHlGIX9bcHCLxJh{display:flex;flex-direction:column;gap:1rem;padding-block:1rem}.IzRyqrcpwjKRBJKEtECz{font-weight:600;text-transform:uppercase}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.dataviews-wrapper{box-sizing:border-box;container:dataviews-wrapper/inline-size;display:flex;flex-direction:column;font-size:13px;height:100%;line-height:1.4;overflow:auto;scroll-padding-bottom:64px}.dataviews-filters__container,.dataviews__view-actions{box-sizing:border-box;flex-shrink:0;left:0;padding:16px 48px;position:sticky;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-filters__container,.dataviews__view-actions{transition-delay:0s;transition-duration:0s}}.dataviews-view-grid__primary-field,.dataviews-view-list__primary-field,.dataviews-view-table__primary-field{color:#757575;font-size:13px;font-weight:500;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-view-grid__primary-field a,.dataviews-view-list__primary-field a,.dataviews-view-table__primary-field a{color:#1e1e1e;display:block;flex-grow:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.dataviews-view-grid__primary-field a:hover,.dataviews-view-list__primary-field a:hover,.dataviews-view-table__primary-field a:hover{color:#007cba}.dataviews-view-grid__primary-field a:focus,.dataviews-view-list__primary-field a:focus,.dataviews-view-table__primary-field a:focus{border-radius:2px;box-shadow:0 0 0 2px #007cba;color:0,124,186}.dataviews-view-grid__primary-field button.components-button.is-link,.dataviews-view-list__primary-field button.components-button.is-link,.dataviews-view-table__primary-field button.components-button.is-link{color:#1e1e1e;display:block;font-weight:inherit;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-view-grid__primary-field button.components-button.is-link:hover,.dataviews-view-list__primary-field button.components-button.is-link:hover,.dataviews-view-table__primary-field button.components-button.is-link:hover{color:#007cba}.dataviews-loading,.dataviews-no-results{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:0 48px;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-loading,.dataviews-no-results{transition-delay:0s;transition-duration:0s}}@container (max-width: 430px){.dataviews-filters__container,.dataviews__view-actions{padding:12px 24px}.dataviews-loading,.dataviews-no-results,.dataviews-view-grid{padding-left:24px;padding-right:24px}}.dataviews-bulk-actions-footer__item-count{color:#1e1e1e;font-size:11px;font-weight:500;text-transform:uppercase}.dataviews-bulk-actions-footer__container{margin-right:auto;min-height:32px}.dataviews-filters__button{position:relative}.dataviews-filters__container{padding-top:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{opacity:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{opacity:1}.dataviews-filters__summary-popover{font-size:13px;line-height:1.4}.dataviews-filters__summary-popover .components-popover__content{border-radius:4px;width:230px}.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{padding:0}.dataviews-filters__summary-operators-container{padding:8px 8px 0}.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox){border-bottom:1px solid #e0e0e0;padding-bottom:8px}.dataviews-filters__summary-operators-container:empty{display:none}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{color:#757575}.dataviews-filters__summary-chip-container{position:relative;white-space:pre-wrap}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{align-items:center;background:#f0f0f0;border:1px solid #0000;border-radius:16px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:flex;min-height:32px;padding:4px 12px;position:relative}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{padding-inline-end:28px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{background:#e0e0e0;color:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{background:#007cba0a;color:#007cba}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{background:#007cba1f}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{box-shadow:0 0 0 2px #007cba;outline:none}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{font-weight:500}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{align-items:center;background:#0000;border:0;border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;position:absolute;right:4px;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{fill:#757575}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{background:#e0e0e0}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{fill:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{fill:#007cba}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{background:#007cba14}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{box-shadow:0 0 0 2px #007cba;outline:none}.dataviews-filters__search-widget-filter-combobox-list{border-top:1px solid #e0e0e0;max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{font-weight:600}.dataviews-filters__search-widget-listbox{max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-listitem{align-items:center;border-radius:2px;box-sizing:border-box;cursor:default;display:flex;gap:8px;margin-block-end:2px;padding:8px 12px}.dataviews-filters__search-widget-listitem:last-child{margin-block-end:0}.dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{background-color:#007cba;color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-check{fill:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{color:#fff}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-check{flex-shrink:0;height:24px;width:24px}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{color:#757575;display:block;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis}.dataviews-filters__search-widget-filter-combobox__wrapper{padding:8px;position:relative}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{background:#f0f0f0;border:none;border-radius:2px;box-shadow:0 0 0 #0000;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin-left:0;margin-right:0;padding:0 32px 0 8px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{transition-delay:0s;transition-duration:0s}}@media(min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{border-color:#007cba;box-shadow:0 0 0 .5px #007cba;outline:2px solid #0000}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#1e1e1e9e;opacity:1}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder{color:#1e1e1e9e}@media(min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{background:#fff;box-shadow:inset 0 0 0 2px #007cba}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{-webkit-appearance:none}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{align-items:center;display:flex;justify-content:center;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__container-visibility-toggle{flex-shrink:0;position:relative}.dataviews-filters-toggle__count{background:#007cba;border-radius:8px;box-sizing:border-box;color:#fff;font-size:11px;height:16px;line-height:16px;min-width:16px;outline:2px solid #fff;padding:0 4px;position:absolute;right:0;text-align:center;top:0;transform:translate(50%,-50%)}.dataviews-search{width:-moz-fit-content;width:fit-content}.dataviews-footer{background-color:#fff;border-top:1px solid #f0f0f0;bottom:0;flex-shrink:0;left:0;padding:12px 48px;position:sticky;transition:padding .1s ease-out;z-index:2}@media(prefers-reduced-motion:reduce){.dataviews-footer{transition-delay:0s;transition-duration:0s}}@container (max-width: 430px){.dataviews-footer{padding:12px 24px}}@container (max-width: 560px){.dataviews-footer{flex-direction:column!important}.dataviews-footer .dataviews-bulk-actions-footer__container{width:100%}.dataviews-footer .dataviews-bulk-actions-footer__item-count{flex-grow:1}.dataviews-footer .dataviews-pagination{justify-content:space-between;width:100%}}.dataviews-pagination__page-select{font-size:11px;font-weight:500;text-transform:uppercase}@media(min-width:600px){.dataviews-pagination__page-select .components-select-control__input{font-size:11px!important;font-weight:500}}.dataviews-action-modal{z-index:1000001}.dataviews-selection-checkbox{--checkbox-input-size:24px;flex-shrink:0;line-height:0}@media(min-width:600px){.dataviews-selection-checkbox{--checkbox-input-size:16px}}.dataviews-selection-checkbox .components-checkbox-control__input-container{margin:0}.dataviews-view-config{container-type:inline-size;font-size:13px;line-height:1.4;padding:16px;width:320px}.dataviews-view-config__sort-direction .components-toggle-group-control-option-base{text-transform:uppercase}.dataviews-settings-section__title.dataviews-settings-section__title{font-size:15px;line-height:24px}.dataviews-settings-section__sidebar{grid-column:span 4}.dataviews-settings-section__content,.dataviews-settings-section__content>*{grid-column:span 8}.dataviews-settings-section__content .is-divided-in-two{display:contents}.dataviews-settings-section__content .is-divided-in-two>*{grid-column:span 4}.dataviews-settings-section:has(.dataviews-settings-section__content:empty){display:none}@container (max-width: 500px){.dataviews-settings-section.dataviews-settings-section{grid-template-columns:repeat(2,1fr)}.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{grid-column:span 2}}.dataviews-field-control__field{height:32px}.dataviews-field-control__actions{position:absolute;top:-9999em}.dataviews-field-control__actions.dataviews-field-control__actions{gap:4px}.dataviews-field-control__field:focus-within .dataviews-field-control__actions,.dataviews-field-control__field:hover .dataviews-field-control__actions{position:unset;top:unset}.dataviews-view-grid{grid-template-rows:max-content;margin-bottom:auto;padding:0 48px 24px;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-view-grid{transition-delay:0s;transition-duration:0s}}.dataviews-view-grid .dataviews-view-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions{padding:8px 0 4px}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__primary-field{min-height:32px}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{color:#1e1e1e}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{background-color:#007cba14;box-shadow:inset 0 0 0 1px #007cba}.dataviews-view-grid .dataviews-view-grid__media{aspect-ratio:1/1;background-color:#f0f0f0;border-radius:4px;min-height:200px;position:relative;width:100%}.dataviews-view-grid .dataviews-view-grid__media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-grid .dataviews-view-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-grid .dataviews-view-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{align-items:flex-start;min-height:24px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){display:none}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column){align-items:center}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-name{width:35%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field.is-column+.is-row{margin-top:4px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{color:#757575}.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-grid .dataviews-view-grid__badge-fields .dataviews-view-grid__field-value{align-items:center;background:#f0f0f0;border-radius:2px;display:flex;font-size:12px;min-height:24px;padding:0 8px;width:-moz-fit-content;width:fit-content}.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:480px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1080px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1440px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1920px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{display:none}.dataviews-view-grid__card .dataviews-selection-checkbox{left:8px;position:absolute;top:-9999em;z-index:1}.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{top:8px}ul.dataviews-view-list{list-style-type:none}.dataviews-view-list{margin:0 0 auto}.dataviews-view-list li{border-top:1px solid #f0f0f0;cursor:pointer;margin:0}.dataviews-view-list li .dataviews-view-list__item-wrapper{border-radius:4px;position:relative}.dataviews-view-list li .dataviews-view-list__item-wrapper>*{width:100%}.dataviews-view-list li .dataviews-view-list__item-actions{position:absolute;right:0;top:16px}.dataviews-view-list li .dataviews-view-list__item-actions>div{height:24px}.dataviews-view-list li .dataviews-view-list__item-actions .components-button{opacity:0}.dataviews-view-list li:has(.dataviews-view-list__fields:empty) .dataviews-view-list__item-actions{top:50%;transform:translateY(-50%)}.dataviews-view-list li.is-hovered .dataviews-view-list__item-actions,.dataviews-view-list li.is-selected .dataviews-view-list__item-actions,.dataviews-view-list li:focus-within .dataviews-view-list__item-actions{background:#f8f8f8;box-shadow:-12px 0 8px 0 #f8f8f8;margin-right:24px;padding-left:8px}.dataviews-view-list li.is-hovered .dataviews-view-list__item-actions .components-button,.dataviews-view-list li.is-selected .dataviews-view-list__item-actions .components-button,.dataviews-view-list li:focus-within .dataviews-view-list__item-actions .components-button{opacity:1;position:static}.dataviews-view-list li.is-selected .dataviews-view-list__item-actions{background-color:#f7f8ff;box-shadow:-12px 0 8px 0 #f7f8ff}.dataviews-view-list li.is-selected.is-selected,.dataviews-view-list li.is-selected.is-selected+li{border-top:1px solid #007cba1f}.dataviews-view-list li:not(.is-selected) .dataviews-view-list__primary-field{color:#1e1e1e}.dataviews-view-list li:not(.is-selected).is-hovered,.dataviews-view-list li:not(.is-selected):focus-within,.dataviews-view-list li:not(.is-selected):hover{background-color:#f8f8f8;color:#007cba}.dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__primary-field,.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__primary-field,.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__primary-field{color:#007cba}.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper{background-color:#007cba0a;color:#1e1e1e}.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__primary-field,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__primary-field{color:#007cba}.dataviews-view-list .dataviews-view-list__item{box-sizing:border-box;padding:16px 24px;scroll-margin:8px 0;width:100%}.dataviews-view-list .dataviews-view-list__item:focus-visible:before{border-radius:2px;bottom:2px;box-shadow:inset 0 0 0 2px #007cba;content:"";left:2px;position:absolute;right:2px;top:2px}.dataviews-view-list .dataviews-view-list__item .dataviews-view-list__primary-field{line-height:24px;min-height:24px;overflow:hidden}.dataviews-view-list .dataviews-view-list__media-wrapper{background-color:#f0f0f0;border-radius:4px;flex-shrink:0;height:52px;overflow:hidden;position:relative;width:52px}.dataviews-view-list .dataviews-view-list__media-wrapper img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-list .dataviews-view-list__media-wrapper:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.dataviews-view-list .dataviews-view-list__media-placeholder{background-color:#e0e0e0;height:52px;width:52px}.dataviews-view-list .dataviews-view-list__field-wrapper{min-height:52px}.dataviews-view-list .dataviews-view-list__fields{color:#757575;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;row-gap:4px}.dataviews-view-list .dataviews-view-list__fields:empty{display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty){display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{align-items:center;display:flex;line-height:20px;min-height:24px}.dataviews-view-list+.dataviews-pagination{justify-content:space-between}.dataviews-view-table{border-collapse:collapse;border-color:inherit;color:#757575;margin-bottom:auto;position:relative;text-indent:0;width:100%}.dataviews-view-table th{color:#1e1e1e;font-size:13px;font-weight:400;text-align:left}.dataviews-view-table td,.dataviews-view-table th{padding:12px;white-space:nowrap}.dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{text-align:right}.dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{padding-right:0}.dataviews-view-table tr{border-top:1px solid #f0f0f0}.dataviews-view-table tr .dataviews-view-table-header-button{gap:4px}.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-left:48px}.dataviews-view-table tr td:first-child .dataviews-view-table-header,.dataviews-view-table tr td:first-child .dataviews-view-table-header-button,.dataviews-view-table tr th:first-child .dataviews-view-table-header,.dataviews-view-table tr th:first-child .dataviews-view-table-header-button{margin-left:-8px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-right:48px}.dataviews-view-table tr:last-child{border-bottom:0}.dataviews-view-table tr.is-hovered{background-color:#f8f8f8}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input{opacity:0}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate{opacity:1}.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:0}.dataviews-view-table tr.is-hovered .components-checkbox-control__input,.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .components-checkbox-control__input,.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .components-checkbox-control__input,.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}@media(hover:none){.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}}.dataviews-view-table tr.is-selected{background-color:#007cba0a;color:#757575}.dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{border-top:1px solid #007cba1f}.dataviews-view-table tr.is-selected:hover{background-color:#007cba14}.dataviews-view-table thead{inset-block-start:0;position:sticky;z-index:1}.dataviews-view-table thead tr{border:0}.dataviews-view-table thead th{background-color:#fff;font-size:11px;font-weight:500;padding-bottom:8px;padding-left:12px;padding-top:8px;text-transform:uppercase}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-left:4px}.dataviews-view-table tbody td{vertical-align:top}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{align-items:center;display:flex;min-height:32px}.dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){min-height:0}.dataviews-view-table .dataviews-view-table-header-button{font-size:11px;font-weight:500;padding:4px 8px;text-transform:uppercase}.dataviews-view-table .dataviews-view-table-header-button:not(:hover){color:#1e1e1e}.dataviews-view-table .dataviews-view-table-header-button span{speak:none}.dataviews-view-table .dataviews-view-table-header-button span:empty{display:none}.dataviews-view-table .dataviews-view-table-header{padding-left:4px}.dataviews-view-table .dataviews-view-table__actions-column{width:1%}.dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input{opacity:1}.dataviews-view-table__cell-content-wrapper:empty{display:none}@container (max-width: 430px){.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-left:24px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-right:24px}}.dataviews-view-table-selection-checkbox{--checkbox-input-size:24px}@media(min-width:600px){.dataviews-view-table-selection-checkbox{--checkbox-input-size:16px}}.dataviews-controls__datetime{border:none;padding:0}.dataforms-layouts-panel__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.dataforms-layouts-panel__field-label{align-items:center;display:flex;flex-shrink:0;-webkit-hyphens:auto;hyphens:auto;line-height:20px;min-height:32px;padding:6px 0;width:38%}.dataforms-layouts-panel__field-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.dataforms-layouts-panel__field-control .components-button{max-width:100%;min-height:32px;text-align:left;text-wrap:balance;text-wrap:pretty;white-space:normal}.dataforms-layouts-panel__field-control .components-dropdown{max-width:100%}.dataforms-layouts-panel__field-dropdown .components-popover__content{min-width:320px;padding:16px}.dataforms-layouts-panel__dropdown-header{margin-bottom:16px}[class].dataforms-layouts-panel__dropdown-header-action{height:24px}[class].dataforms-layouts-panel__dropdown-header-action.has-icon{min-width:24px;padding:0}[class].dataforms-layouts-panel__dropdown-header-action:not(.has-icon){text-decoration:underline}.Syp1HH254tFVzcFG2Zh2,.kyLdsnatoC0HbIDJQm9S{margin-top:1rem;padding-block:1rem}.YABlqQXOGnawHFcJa7zT{min-height:20rem;width:60rem}.vEA7jwVDDYmYUaVhX9QR{display:flex;flex:1;flex-direction:column;gap:.5rem;overflow:auto}.AsH9JOuWehE027IlR7Y2,.hvN5L4O60W8ftCvW1gRX{align-items:center;display:flex}.hvN5L4O60W8ftCvW1gRX.aF8rESnbAc_uQUN0H3py{color:var(--jp-green-50)}.hvN5L4O60W8ftCvW1gRX.mfUKWd8ZvydeEyWeKhJ2{color:var(--jp-red-50);height:29px}.pvVeQhJ9oNx0CFoHYEit{flex:1}.fXQtkkrybB5DooWXxt67{margin-inline-start:2px;top:2px;width:24px}.fXQtkkrybB5DooWXxt67>button{color:var(--jp-red-50)!important}.bJAz31xuwL_vO4V97YfM{fill:var(--jp-green-50)}.eYjvcy4kG7GH44dIVLYO .dataviews__view-actions{display:none}.eYjvcy4kG7GH44dIVLYO table{overflow:hidden}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table-header-button{pointer-events:none}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table__row td:last-child{width:1%}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table__row td:last-child .dataviews-view-table__cell-content-wrapper{justify-content:center}.eYjvcy4kG7GH44dIVLYO .Zr_Eo4TmHx_X7UFoJcuM{align-items:center;display:flex}.eYjvcy4kG7GH44dIVLYO .components-external-link{color:#2271b1;font-weight:400}.csen0rABejxv4X3l1cx5{align-items:center;display:flex;gap:.5rem}.csen0rABejxv4X3l1cx5 button{padding:0}.csen0rABejxv4X3l1cx5 .icon-tooltip-wrapper,.csen0rABejxv4X3l1cx5 .icon-tooltip-wrapper button span{display:flex}.dCsa7WNQhT_7RhRkZih1{align-items:center;display:flex}.dCsa7WNQhT_7RhRkZih1 .components-spinner{margin-top:0}.VotVfPmHNdU_xItAWEKQ{color:var(--jp-gray-40)}.dhja1sVSpDACLZ6k4sBy{margin-top:1rem;padding-block:1rem}.U_WW2qLSQA71SJYyITOq{position:relative}.wp-admin.post-type-jetpack-social-note .post-publish-panel__postpublish-header{display:none}.CW7R8fRQqVKfyXFYiNWR{align-items:center;background:none;border:2px solid var(--jp-green-40);border-radius:4px;color:var(--jp-gray-90);display:block;gap:calc(var(--spacing-base)*3);justify-content:space-between;margin:0;padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3);text-align:left;text-decoration:none;width:100%}.CW7R8fRQqVKfyXFYiNWR:active,.CW7R8fRQqVKfyXFYiNWR:focus{outline-color:var(--jp-black)}.CW7R8fRQqVKfyXFYiNWR .n34j0qWq2EZzYl1jAiej button.aIuCL8MdydCJGcrOqp4x{font-size:var(--font-body-small)}.qegtnlYWDc3UnIGPRlQb{font-size:var(--font-body)}.n34j0qWq2EZzYl1jAiej{align-content:space-between;display:flex;flex-direction:column;gap:var(--spacing-base)}.aIuCL8MdydCJGcrOqp4x{align-items:center;justify-content:space-between;width:100%}.D8uyjb_rjCf4HTMT0mj0.D8uyjb_rjCf4HTMT0mj0{font-size:13px;line-height:1.5;margin-bottom:16px}.jetpack-publicize__upsell{margin-bottom:13px}.jetpack-publicize__upsell-description{font-weight:600;margin-bottom:10px}.jetpack-publicize__upsell-button.is-primary{background:#e34c84;color:#fff;padding-right:10px}.jetpack-publicize__upsell-button.is-primary:hover{background:#eb6594}.jetpack-publicize__upsell-button.is-primary.is-busy{background-image:linear-gradient(-45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-publicize__placeholder .components-placeholder__learn-more{margin-top:1em}.wp-block-jetpack-rating-star{line-height:0;margin-bottom:1.5em;stroke-width:0}.wp-block-jetpack-rating-star .is-rating-unfilled{fill-opacity:.33}.wp-block-jetpack-rating-star .jetpack-ratings-button{border-radius:2px;display:inline-flex}.wp-block-jetpack-rating-star .jetpack-ratings-button:focus{box-shadow:0 0 0 1px currentColor;outline:2px solid #0000}.wp-block-jetpack-rating-star>p{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.wp-block-jetpack-rating-star>span{display:inline-flex!important;margin-inline-end:.3em}.wp-block-jetpack-rating-star .jetpack-ratings-button span,.wp-block-jetpack-rating-star>span span{display:inline-flex;flex-shrink:0;overflow:hidden;width:12px}.wp-block-jetpack-rating-star .jetpack-ratings-button span svg,.wp-block-jetpack-rating-star>span span svg{flex-shrink:0}.wp-block-jetpack-rating-star .jetpack-ratings-button span:nth-child(2n),.wp-block-jetpack-rating-star>span span:nth-child(2n){justify-content:flex-end}.wp-block-jetpack-rating-star svg{display:inline-block!important;max-width:none!important}.wp-block-jetpack-rating-star.is-style-outlined{stroke-width:2px}.wp-block-jetpack-rating-star.is-style-outlined .is-rating-unfilled{fill:#0000}.wp-block-jetpack-rating-star .jetpack-ratings-button{margin-inline-end:.3em}.jetpack-ratings-button{cursor:pointer}.jetpack-ratings-button:focus{border:none;outline:none}@keyframes jetpack-memberships_button__spinner-animation{to{transform:rotate(1turn)}}.jetpack-memberships-spinner{display:none;height:1em;margin:0 0 0 5px;width:1em}.jetpack-memberships-spinner svg{height:100%;margin-bottom:-2px;width:100%}.jetpack-memberships-spinner-rotating{animation:jetpack-memberships_button__spinner-animation .75s linear infinite;transform-origin:center}.is-loading .jetpack-memberships-spinner{display:inline-block}body.jetpack-memberships-modal-open{overflow:hidden}dialog.jetpack-memberships-modal{opacity:1}dialog.jetpack-memberships-modal,dialog.jetpack-memberships-modal iframe{background:#0000;border:0;bottom:0;box-shadow:none;height:100%;left:0;margin:0;padding:0;position:fixed;right:0;top:0;width:100%}dialog.jetpack-memberships-modal::backdrop{background-color:#000;opacity:.7;transition:opacity .2s ease-out}dialog.jetpack-memberships-modal.is-loading,dialog.jetpack-memberships-modal.is-loading::backdrop{opacity:0}.wp-block-jetpack-recurring-payments.aligncenter .wp-block-jetpack-button{text-align:center}.wp-block-jetpack-recurring-payments{width:100%}.wp-block-jetpack-recurring-payments .components-base-control__label{text-align:left}.wp-block-jetpack-recurring-payments .components-placeholder{min-height:150px;padding:24px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset{max-width:500px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset p{font-size:13px;margin:20px 0 10px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset p:first-child{margin-top:0}.wp-block-jetpack-recurring-payments .components-placeholder__instructions .components-select-control__input{padding:0 24px 0 8px}.wp-block-jetpack-recurring-payments .components-placeholder .components-placeholder__instructions{display:block}.wp-block-jetpack-recurring-payments .components-placeholder label{font-size:13px}.wp-block-jetpack-recurring-payments .editor-rich-text__inline-toolbar{pointer-events:none}.wp-block-jetpack-recurring-payments .editor-rich-text__inline-toolbar .components-toolbar{pointer-events:all}.wp-block-jetpack-recurring-payments .membership-button__add-amount{margin-right:4px}.wp-block-jetpack-recurring-payments .membership-button__disclaimer{color:var(--color-gray-200);flex-basis:100%;font-style:italic;margin:0}.wp-block-jetpack-recurring-payments .membership-button__disclaimer a{color:var(--color-gray-400);line-height:36px}.wp-block-jetpack-recurring-payments .membership-button__field-button{margin-right:4px}.wp-block-jetpack-recurring-payments .membership-button__field-error .components-text-control__input{border:1px solid #d63638}.wp-block-jetpack-recurring-payments .membership-button__field-price{width:65%}.wp-block-jetpack-recurring-payments .membership-button__price-container{display:flex;flex-wrap:wrap}.wp-block-jetpack-recurring-payments .membership-button__price-container .components-input-control__container{top:4px}.wp-block-jetpack-recurring-payments .membership-button__price-container div.membership-button__field-currency{border-right:10px solid #0000}.wp-block-jetpack-recurring-payments .membership-button__price-container p{margin-top:0}.wp-block-jetpack-recurring-payments.disclaimer-only{background:#1e1e1e9e;box-sizing:initial;font-size:13px;margin:0 -14px;padding:14px;text-align:center;transform:translateY(14px)}.is-dark-theme .wp-block-jetpack-recurring-payments.disclaimer-only{background:#ffffffa6}.wp-block-jetpack-recurring-payments .wp-block-jetpack-membership-button_notification{display:block}.wp-block-jetpack-recurring-payments .wp-block[data-type="jetpack/button"]{margin-bottom:0;margin-top:0}.wp-block-jetpack-related-posts .components-placeholder__learn-more{flex-basis:100%;margin-top:1em}.jp-related-posts-i2__row{display:flex;margin-left:-10px;margin-right:-10px;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33.33333% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post{display:flex;flex-basis:0;flex-direction:column;flex-grow:1;margin:0 10px}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row}.jp-related-posts-i2__post-image-placeholder,.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-heading{font-size:1rem;line-height:1.2em;margin:.5rem 0}.jp-related-posts-i2__post-link{display:block;line-height:1.2em;margin:.2em 0;width:100%}.jp-related-posts-i2__post-img{width:100%}.jp-related-posts-i2__post-image-placeholder{display:block;margin:0 auto;max-width:350px;position:relative}.jp-related-posts-i2__post-image-placeholder-icon{left:calc(50% - 12px);position:absolute;top:calc(50% - 12px)}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{display:block;margin:0}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{margin:1rem 0 0;max-width:none}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post-image-placeholder{margin:0;max-width:350px}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post-img-link{margin-top:1rem}.wp-block-jetpack-repeat-visitor .components-notice{color:#1e1e1e;margin:1em 0 0}.wp-block-jetpack-repeat-visitor .components-radio-control__option{text-align:left}.wp-block-jetpack-repeat-visitor .components-notice__content{font-size:1em;margin:.5em 0}.wp-block-jetpack-repeat-visitor .components-notice__content .components-base-control{display:inline-block;max-width:8em;vertical-align:middle}.wp-block-jetpack-repeat-visitor .components-notice__content .components-base-control .components-base-control__field{margin-bottom:0}.wp-block-jetpack-repeat-visitor-placeholder{min-height:inherit}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__label svg{margin-right:.5ch}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__fieldset{flex-wrap:nowrap}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__fieldset .components-base-control{flex-basis:100%;margin-bottom:0}.wp-block-jetpack-repeat-visitor-placeholder .components-base-control__help{color:#cc1818;font-size:13px}.wp-block-jetpack-repeat-visitor--is-unselected .wp-block-jetpack-repeat-visitor-placeholder{display:none}.wp-block-jetpack-repeat-visitor-threshold{margin-right:20px}.wp-block-jetpack-repeat-visitor-threshold .components-text-control__input{margin-left:12px;text-align:center;width:5em}.block-editor-inserter__preview .wp-block-jetpack-repeat-visitor{padding:16px}.block-editor-inserter__preview .wp-block-jetpack-repeat-visitor>.block-editor-inner-blocks>.block-editor-block-list__layout{margin:0}.help-message{display:flex;font-size:13px;line-height:1.4em;margin-bottom:1em;margin-top:-.5em}.help-message svg{margin-right:5px;min-width:24px}.help-message>span{margin-top:2px}.help-message.help-message-is-error{color:#d63638}.help-message.help-message-is-error svg{fill:#d63638}div.wp-block-jetpack-whatsapp-button{display:flex;margin-inline-end:5px}div.wp-block-jetpack-whatsapp-button a.whatsapp-block__button{background:#25d366;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");background-position:16px;background-repeat:no-repeat;background-size:32px 32px;border:none;border-radius:8px;box-sizing:border-box;color:#fff;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:20px;font-weight:500;line-height:36px;min-height:50px;padding:8px 16px 8px 56px;text-decoration:none;white-space:nowrap}div.wp-block-jetpack-whatsapp-button.is-color-light a.whatsapp-block__button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%2523465B64' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");color:#465b64}div.wp-block-jetpack-whatsapp-button.alignleft{float:none;justify-content:flex-start}div.wp-block-jetpack-whatsapp-button.aligncenter{justify-content:center}div.wp-block-jetpack-whatsapp-button.alignright{float:none;justify-content:flex-end}div.wp-block-jetpack-whatsapp-button.has-no-text a.whatsapp-block__button{padding-inline-start:48px}div.wp-block-jetpack-whatsapp-button:hover{opacity:.9}div.wp-block-jetpack-send-a-message>div.wp-block-jetpack-whatsapp-button>a.whatsapp-block__button:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");background-position:16px;background-repeat:no-repeat;background-size:32px 32px}.jetpack-whatsapp-button__phonenumber .components-base-control{margin-bottom:0}.jetpack-whatsapp-button__phonenumber input.components-text-control__input{margin-bottom:5px}.jetpack-whatsapp-button__phonenumber select.components-select-control__input{min-height:30px;padding-left:10px;width:105px}.jetpack-whatsapp-button__phonenumber .components-placeholder__label svg{margin-right:6px}.jetpack-whatsapp-error{display:inline-flex;margin-bottom:10px}.jetpack-whatsapp-error span,.jetpack-whatsapp-error svg{color:red;fill:red;vertical-align:middle}.jetpack-whatsapp-error svg{margin:-3px 5px 0 0}.jetpack-whatsapp-button__popover .components-popover__content{min-width:260px;padding:12px}.wp-block[data-align=center] .wp-block-jetpack-whatsapp-button{justify-content:center}.components-seo-placeholder__learn-more{margin-top:1em}.components-seo-upsell__learn-more{margin:1em 0}.components-seo-upsell__button.is-primary{background:#e34c84;color:#fff;padding-right:10px}.components-seo-upsell__button.is-primary:hover{background:#eb6594}.components-seo-upsell__button.is-primary.is-busy{background-image:linear-gradient(-45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-seo-message-box{width:100%}.components-sharing-placeholder__learn-more{margin-top:1em}.jetpack-clipboard-input{display:flex}.jetpack-clipboard-input .components-clipboard-button,.jetpack-clipboard-input .components-text-control__input{min-height:36px}.jetpack-clipboard-input .components-clipboard-button{margin-left:6px}.simple-payments__loading{animation:simple-payments-loading 1.6s ease-in-out infinite}@keyframes simple-payments-loading{0%{opacity:.5}50%{opacity:.7}to{opacity:.5}}.jetpack-simple-payments-wrapper{margin-bottom:1.5em}body .jetpack-simple-payments-wrapper .jetpack-simple-payments-details p{margin:0 0 1.5em;padding:0}.jetpack-simple-payments-description{white-space:pre-wrap}.jetpack-simple-payments-product{display:flex;flex-direction:column}.jetpack-simple-payments-product-image{flex:0 0 30%;margin-bottom:1.5em}.jetpack-simple-payments-image{box-sizing:border-box;min-width:70px;padding-top:100%;position:relative}.jetpack-simple-payments-image img{border:0;border-radius:0;height:auto;left:50%;margin:0;max-height:100%;max-width:100%;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}.jetpack-simple-payments-price p,.jetpack-simple-payments-title p{font-weight:700}.jetpack-simple-payments-purchase-box{align-items:flex-start;display:flex}.jetpack-simple-payments-items{flex:0 0 auto;margin-right:10px}input[type=number].jetpack-simple-payments-items-number{background:#fff;font-size:16px;line-height:1;max-width:60px;padding:4px 8px!important}input[type=number].jetpack-simple-payments-items-number::-webkit-inner-spin-button,input[type=number].jetpack-simple-payments-items-number::-webkit-outer-spin-button{opacity:1}@media screen and (min-width:400px){.jetpack-simple-payments-product{flex-direction:row}.jetpack-simple-payments-product-image+.jetpack-simple-payments-details{flex-basis:70%;padding-left:1em}}.wp-block-jetpack-simple-payments .simple-payments__wrapper{display:grid;grid-template-columns:200px auto;grid-column-gap:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.wp-block-jetpack-simple-payments .simple-payments__field .components-base-control__field{margin-bottom:1em}.wp-block-jetpack-simple-payments .simple-payments__field textarea{display:block}.wp-block-jetpack-simple-payments .simple-payments__field input,.wp-block-jetpack-simple-payments .simple-payments__field textarea{font:inherit}.wp-block-jetpack-simple-payments img{max-width:100%}.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-content .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-email .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-title .components-base-control__label{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.wp-block-jetpack-simple-payments .simple-payments__field-has-error .components-text-control__input,.wp-block-jetpack-simple-payments .simple-payments__field-has-error .components-textarea-control__input{border-color:#d63638}.wp-block-jetpack-simple-payments .simple-payments__price-container{display:flex;flex-wrap:wrap}.wp-block-jetpack-simple-payments .simple-payments__price-container .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__price-container .components-input-control__label{display:block;font-weight:400;margin:0 0 4px}.wp-block-jetpack-simple-payments .simple-payments__price-container select.components-select-control__input{-webkit-appearance:none;-moz-appearance:none;height:auto;max-width:none;padding:3px 8px 1px}.wp-block-jetpack-simple-payments .simple-payments__price-container div.components-input-control__container{position:relative}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-currency{margin-right:5px}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-currency .components-input-control__container{width:calc(100% - 5px)}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-price .components-base-control__field{display:flex;flex-direction:column}.wp-block-jetpack-simple-payments .simple-payments__price-container .help-message{flex:1 1 100%;margin-top:0}.wp-block-jetpack-simple-payments .simple-payments__price-container .components-input-control__suffix>div{align-items:center;bottom:0;box-sizing:border-box;display:flex;padding:0 4px;pointer-events:none;position:absolute;right:0;top:0}.wp-block-jetpack-simple-payments .simple-payments__field-email .components-text-control__input{max-width:400px}.wp-block-jetpack-simple-payments .simple-payments__field-multiple{margin-bottom:5px}.wp-block-jetpack-simple-payments .simple-payments__field-multiple .components-toggle-control__label{line-height:1.4em}.wp-block-jetpack-simple-payments .simple-payments__field-content .components-textarea-control__input{min-height:32px;padding:8px;width:100%}.jetpack-simple-payments__purchase-link-text .components-base-control{margin-bottom:0}.jetpack-simple-payments__purchase-link-text input.components-text-control__input{margin-bottom:5px}.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow{margin-bottom:1.5em;position:relative}.wp-block-jetpack-slideshow [tabindex="-1"]:focus{outline:0}.wp-block-jetpack-slideshow.wp-amp-block>.wp-block-jetpack-slideshow_container{opacity:1}.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay .wp-block-jetpack-slideshow_button-play,.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay.wp-block-jetpack-slideshow__autoplay-playing .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay.wp-block-jetpack-slideshow__autoplay-playing .wp-block-jetpack-slideshow_button-play{display:none}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container{opacity:0;overflow:hidden;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.wp-swiper-initialized{opacity:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.swiper-container{display:block}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_slide,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_swiper-wrapper{line-height:normal;margin:0;padding:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper{display:flex}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{display:flex;height:100%;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure{align-items:center;display:flex;height:100%;justify-content:center;margin:0;position:relative;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure .wp-block-jetpack-slideshow_image{pointer-events:none;-webkit-user-select:none;user-select:none}.wp-block-jetpack-slideshow.alignfull .wp-block-jetpack-slideshow_image,.wp-block-jetpack-slideshow.alignwide .wp-block-jetpack-slideshow_image{max-width:unset;object-fit:cover;width:100vw}.wp-block-jetpack-slideshow .swiper-container-fade .wp-block-jetpack-slideshow_slide:not(.swiper-slide-active){opacity:0!important}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.wp-block-jetpack-slideshow .amp-carousel-button,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;border-radius:4px;box-shadow:none;height:30px;margin:-14px 0 0;opacity:.5;padding:0;transition:opacity .5s ease-out;width:28px}.wp-block-jetpack-slideshow .amp-carousel-button:focus,.wp-block-jetpack-slideshow .amp-carousel-button:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:hover{background-color:#fff;opacity:1}.wp-block-jetpack-slideshow .amp-carousel-button:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus{outline:thin dotted #fff;outline-offset:-4px}.wp-block-jetpack-slideshow .amp-carousel-button{margin:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{display:none}.wp-block-jetpack-slideshow .swiper-button-next:after,.wp-block-jetpack-slideshow .swiper-button-prev:after,.wp-block-jetpack-slideshow .swiper-container-rtl .swiper-button-next:after,.wp-block-jetpack-slideshow .swiper-container-rtl .swiper-button-prev:after{content:""}.wp-block-jetpack-slideshow .amp-carousel-button-next,.wp-block-jetpack-slideshow .swiper-button-next.swiper-button-white,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-prev.swiper-button-white,.wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB4PSI4IiB5PSI2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOC41OTggMTYuNTkgMTMuMTU2IDEyIDguNTk4IDcuNDEgMTAuMDAxIDZsNS45NyA2LTUuOTcgNnoiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTS4zNDQgMGgyMy44ODJ2MjRILjM0NHoiLz48L2c+PC9zdmc+)}.wp-block-jetpack-slideshow .amp-carousel-button-prev,.wp-block-jetpack-slideshow .swiper-button-prev.swiper-button-white,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev,.wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-next.swiper-button-white,.wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI5IiBoZWlnaHQ9IjEyIiB4PSI4IiB5PSI2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTYuMjA3IDE2LjU5IDExLjY1IDEybDQuNTU3LTQuNTlMMTQuODA0IDZsLTUuOTcgNiA1Ljk3IDZ6Ii8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0uNTc5IDBoMjMuODgydjI0SC41Nzl6Ii8+PC9nPjwvc3ZnPg==)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M6 19h4V5H6zm8-14v14h4V5z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");display:none;inset-inline-end:10px;margin-top:0;position:absolute;top:10px;z-index:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_autoplay-paused .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E")}.wp-block-jetpack-slideshow:has(>div[data-autoplay=true]) .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{background-color:#00000080;bottom:0;box-sizing:border-box;color:#fff;cursor:text;left:0;margin:0!important;max-height:100%;opacity:1;padding:.75em;position:absolute;right:0;text-align:initial;z-index:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption a{color:inherit}.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_caption.gallery-caption{max-height:calc(100% - 68px)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom{bottom:0;display:flex;gap:8px;justify-content:flex-start;line-height:24px;padding:10px 0 2px;position:relative}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet{background:currentColor;color:currentColor;height:8px;opacity:.5;transform:scale(.75);transition:opacity .25s,transform .25s;vertical-align:top;width:8px}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:hover{opacity:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:focus{outline:thin dotted;outline-offset:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet[selected],.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet-active,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet[selected]{background-color:currentColor;opacity:1;transform:scale(1)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-simple,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-simple{font-size:14px;line-height:16px;text-align:start;width:100%}.wp-block-jetpack-slideshow_pagination.amp-pagination{text-align:center}.wp-block-jetpack-slideshow_pagination.amp-pagination .swiper-pagination-bullet{border:0;border-radius:100%;display:inline-block;margin:0 4px;padding:0}@media(min-width:600px){.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{display:block}}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container{height:auto;opacity:1;overflow:visible;width:auto}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper,.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure{display:block;margin-bottom:12px}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper,.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{list-style:none;margin-left:auto;margin-right:auto}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{display:inline-block;height:auto;margin-left:2%!important;margin-right:2%!important;vertical-align:top;width:42%}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{background-color:#0000;bottom:auto;color:inherit;inset-inline-end:auto;padding-top:0;position:relative}.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block-jetpack-slideshow,.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block>.wp-block-jetpack-slideshow{display:grid}.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block-jetpack-slideshow>.swiper-container,.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block>.wp-block-jetpack-slideshow>.swiper-container{width:100%}.wp-block-jetpack-slideshow__add-item{margin-top:4px;width:100%}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button,.wp-block-jetpack-slideshow__add-item .components-form-file-upload{width:100%}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button:focus,.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button:hover{border:1px solid #949494}.wp-block[data-align=full] .wp-block-jetpack-slideshow_image,.wp-block[data-align=wide] .wp-block-jetpack-slideshow_image{max-width:unset;object-fit:cover;width:100vw}.wp-block-jetpack-slideshow_slide .components-spinner{left:50%;margin-left:-9px;margin-top:-9px;position:absolute;top:50%}.wp-block-jetpack-slideshow_slide.is-transient img{opacity:.3}.jetpack-mdc-icon-button{align-items:center;border:0;box-sizing:border-box;display:inline-flex;justify-content:center;padding:0;position:relative;fill:currentColor;appearance:none;background-color:#0000;color:#fff;cursor:pointer;overflow:hidden;text-decoration:none!important;-webkit-user-select:none;user-select:none}.jetpack-mdc-icon-button.outlined{background-color:#00000080}.jetpack-mdc-icon-button.outlined:hover{background-color:#0000004d}.jetpack-mdc-icon-button.outlined-w{background-color:#fff3}.jetpack-mdc-icon-button.outlined-w:hover{background-color:#ffffff4d}.jetpack-mdc-icon-button.bordered{border:2px solid #fff}.jetpack-mdc-icon-button.circle-icon{border-radius:50%}.wp-story-display-contents{display:contents}.wp-story-app{padding:10px}.wp-story-container{border-radius:15px;display:block;height:320px;list-style:none;margin-bottom:24px;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;width:180px;z-index:1;-webkit-tap-highlight-color:rgba(0,0,0,0);box-shadow:0 2px 12px #00000040;break-inside:avoid;page-break-inside:avoid;transition:box-shadow .3s ease-in-out,transform .3s cubic-bezier(.18,.14,.25,1)}.wp-story-container figure{transition:transform .3s cubic-bezier(.18,.14,.25,1)}.wp-story-container:hover{box-shadow:0 4px 12px #0000004d;transform:scale3d(1.03,1.03,1)}.wp-story-container:hover figure{transform:scale3d(1.07,1.07,1)}.wp-story-container button{background-color:#0000;border:0;box-shadow:none;cursor:pointer;outline-width:0;text-shadow:none}.wp-story-container.wp-story-initialized{opacity:1}.wp-story-container.wp-story-clickable{cursor:pointer}.wp-story-container .wp-story-slide,.wp-story-container .wp-story-wrapper{line-height:normal;list-style-type:none;margin:0;padding:0}.wp-story-container .wp-story-wrapper{background-color:#0e1112;border-radius:15px;bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;z-index:-1}.wp-story-container .wp-story-slide{display:flex;height:100%;width:100%}.wp-story-container .wp-story-slide figure{align-items:center;display:flex;height:100%;justify-content:center;margin:0;object-fit:contain;overflow:hidden;position:relative;width:100%}.wp-story-container .wp-story-slide.is-loading{align-items:center;background-color:#484542;justify-content:center;position:absolute;z-index:1}.wp-story-container .wp-story-slide.is-loading.semi-transparent{background-color:rgba(72,69,66,.498)}.wp-story-container .wp-story-slide.is-loading.transparent{background-color:#0000}@keyframes rotate-spinner{to{transform:rotate(1turn)}}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner{align-items:center;display:flex}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__inner,.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid #0000;border-radius:50%;box-sizing:border-box;margin:auto}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__outer{border-top-color:#fff;font-size:40px;height:40px;width:40px}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__inner{border-right-color:#c4c4c4;border-top-color:#c4c4c4;height:100%;opacity:.4;width:100%}.wp-story-container .wp-story-image,.wp-story-container .wp-story-video{border:0;display:block;height:auto;margin:0;max-height:100%;max-width:100%;width:auto}.wp-story-container .wp-story-image.wp-story-crop-wide,.wp-story-container .wp-story-video.wp-story-crop-wide{max-width:revert}.wp-story-container .wp-story-image.wp-story-crop-narrow,.wp-story-container .wp-story-video.wp-story-crop-narrow{max-height:revert}.wp-story-container .wp-story-controls,.wp-story-container .wp-story-meta{display:none}.wp-story-container .wp-story-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-story-container .wp-story-overlay .wp-story-button-play,.wp-story-container .wp-story-overlay .wp-story-button-replay{cursor:pointer}.wp-story-container .wp-story-overlay .wp-story-embed-icon,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{align-items:center;background-color:#00000080;border-radius:5px;color:#fff;display:flex;margin:15px;padding:5px 3px;position:absolute;right:0;top:0}.wp-story-container .wp-story-overlay .wp-story-embed-icon *,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand *{margin:0 2px}.wp-story-container .wp-story-overlay .wp-story-embed-icon svg,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand svg{fill:#fff;height:20px;width:20px}.wp-story-container .wp-story-overlay .wp-story-embed-icon span,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand span{color:#fff;font-family:sans-serif;font-size:16px;font-weight:600;line-height:20px}.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{background-color:#0000}.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand svg{filter:drop-shadow(0 0 2px rgba(0,0,0,.6))}.wp-story-container.wp-story-disabled .wp-story-overlay,.wp-story-container.wp-story-ended .wp-story-overlay{background-color:#fff6}.wp-story-container .wp-story-next-slide,.wp-story-container .wp-story-prev-slide{display:none;position:absolute}.wp-story-container .wp-story-next-slide button,.wp-story-container .wp-story-prev-slide button{border-width:0}.wp-story-container .wp-story-next-slide button:hover,.wp-story-container .wp-story-prev-slide button:hover{border-width:2px}.wp-story-container .wp-story-prev-slide{left:-84px;margin:auto}.wp-story-container .wp-story-next-slide{margin:auto;right:-84px}.wp-story-container .wp-story-pagination{position:absolute;text-align:center;z-index:2}.wp-story-container .wp-story-pagination-bullets{bottom:0;display:flex;left:0;margin:7px 10px;overflow:hidden;position:absolute;right:0;top:auto;transition:flex-basis 1s ease-in-out}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet{flex:1;justify-content:space-between;margin:0 2px;opacity:1;padding:6px 0;vertical-align:top}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet .wp-story-pagination-bullet-bar{background:#fff9;height:4px;min-width:12px;width:100%}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet .wp-story-pagination-bullet-bar-progress{background-color:#fff;height:4px;opacity:1;transition:width .1s ease;width:0}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-ellipsis{flex:0 0 4px}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-ellipsis .wp-story-pagination-bullet-bar{min-width:6px}.wp-story-container .wp-story-controls{bottom:30px;display:none;flex-direction:row;justify-content:space-between;margin:0 10px;position:absolute;width:64px;z-index:3}@media(max-width:782px){.wp-story-container .wp-story-controls{bottom:50px;margin:0 16px}}.wp-story-container.wp-story-with-controls{border-radius:0;box-shadow:none!important;overflow:visible;transition:none!important}.wp-story-container.wp-story-with-controls .wp-story-wrapper{border-radius:15px;box-shadow:0 2px 12px #00000040;overflow:hidden}.wp-story-container.wp-story-with-controls figure{transform:none!important;transition:none!important}.wp-story-container.wp-story-with-controls:hover{box-shadow:none!important;transform:none!important}.wp-story-container.wp-story-with-controls:hover figure{transform:none}.wp-story-container.wp-story-with-controls .wp-story-next-slide,.wp-story-container.wp-story-with-controls .wp-story-prev-slide{display:block}.wp-story-container.wp-story-with-controls .wp-story-prev-slide{left:-48px;margin:auto}.wp-story-container.wp-story-with-controls .wp-story-next-slide{margin:auto;right:-48px}.wp-story-container.wp-story-with-controls .wp-story-controls{display:flex}@media(max-width:782px){.wp-story-container.wp-story-with-controls .wp-story-controls{bottom:30px;margin:0 10px}}.wp-story-fullscreen.wp-story-app{bottom:0;height:100%;left:0;margin:0;max-width:100%!important;padding:0;position:fixed;right:0;top:0;transform:translateZ(0);-webkit-user-select:none;user-select:none;width:100%!important;z-index:9999999999;-webkit-touch-callout:none}.wp-story-fullscreen.wp-story-container{border-radius:0;box-shadow:none;height:100%;margin:auto;max-height:100%;max-width:100%;overflow:initial;width:100%}.wp-story-fullscreen.wp-story-container,.wp-story-fullscreen.wp-story-container figure{transform:none;transition:none!important}.wp-story-fullscreen.wp-story-container:focus{outline:none}.wp-story-fullscreen.wp-story-container:before{box-shadow:none}.wp-story-fullscreen.wp-story-container:before:hover{opacity:0;transition:none!important}.wp-story-fullscreen.wp-story-container .wp-story-wrapper{border-radius:0;height:auto;margin-bottom:84px;margin-top:84px;overflow:initial}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-wrapper{margin-bottom:0;margin-top:0}}.wp-story-fullscreen.wp-story-container .wp-story-slide{height:100%;width:auto}.wp-story-fullscreen.wp-story-container .wp-story-slide.is-loading{width:100%}.wp-story-fullscreen.wp-story-container .wp-story-meta{align-items:center;color:#fff;display:flex;flex-direction:row;font-family:sans-serif;line-height:20px;padding:20px 0}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta{background:#000;background:linear-gradient(180deg,#000000a1,#0000);padding:16px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon{background-color:#fff;border:2px solid #fff;border-radius:4px;flex-shrink:0;height:40px;margin:0 16px 0 0;width:40px}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon img{height:100%;text-align:center;width:100%}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon{height:24px;margin:0 12px 0 0;width:24px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-title{display:-webkit-box;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-title{font-size:12px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-exit-fullscreen{margin-left:auto;min-height:24px;min-width:24px;order:3}.wp-story-fullscreen.wp-story-container .wp-story-overlay{margin-bottom:84px;margin-top:84px}.wp-story-fullscreen.wp-story-container .wp-story-overlay .wp-story-embed-icon,.wp-story-fullscreen.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{display:none}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-overlay{bottom:76px;margin-bottom:0;margin-top:0;top:76px}.wp-story-fullscreen.wp-story-container.wp-story-disabled .wp-story-overlay,.wp-story-fullscreen.wp-story-container.wp-story-ended .wp-story-overlay{bottom:0;top:0}}.wp-story-fullscreen.wp-story-container .wp-story-next-slide,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{display:block}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-next-slide,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{bottom:0;display:block;height:100%;position:absolute;top:0}.wp-story-fullscreen.wp-story-container .wp-story-next-slide button,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide button{display:none}.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{left:0;width:33.33%}.wp-story-fullscreen.wp-story-container .wp-story-next-slide{right:0;width:66.66%}}.wp-story-fullscreen.wp-story-container .wp-story-controls{bottom:20px;display:flex;flex-direction:row;justify-content:space-between;margin:0;position:absolute;width:88px}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-controls{bottom:36px;margin:0 16px}}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets{bottom:42px;display:flex;margin:0;padding:14px 0;position:absolute;top:auto}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet{justify-content:space-between}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet:first-child{margin-left:0}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet:last-child{margin-right:0}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets{bottom:0;padding:10px 16px}}.wp-story-background{background-color:#0e1112;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:-2}.wp-story-background svg{height:0;width:0}.wp-story-background img{height:100%;width:100%}.wp-story-background .wp-story-background-dark{bottom:0;left:0;opacity:.12;position:absolute;right:0;top:0}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-dark{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}}.wp-story-background .wp-story-background-image{background-position:0;background-repeat:no-repeat;background-size:100% auto;display:none;height:100%;width:100%}@supports not ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-image{filter:blur(18px);filter:url(#gaussian-blur-18);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius="18")}}.wp-story-background .wp-story-background-blur{background-color:rgba(14,17,18,.878);bottom:0;left:0;position:absolute;right:0;top:0}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-blur{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}}html.wp-story-in-fullscreen{overflow:hidden;scroll-behavior:auto}body.wp-story-in-fullscreen{height:100%;overflow:hidden;padding-right:15px;position:fixed;width:100%}.wp-block-jetpack-story__add-item{margin-top:4px;width:100%}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button,.wp-block-jetpack-story__add-item .components-form-file-upload{height:100%;width:100%}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button:focus,.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button:hover{border:1px solid #949494}.wp-story-container .wp-story-next-slide button,.wp-story-container .wp-story-prev-slide button{background-color:#0000;border:1px solid #50575e;color:#50575e;height:36px!important;outline:0;width:36px!important}.wp-story-container .wp-story-next-slide button:hover,.wp-story-container .wp-story-prev-slide button:hover{background-color:#0000;border:1px solid #50575e}.wp-story-container .wp-story-next-slide button:hover i,.wp-story-container .wp-story-prev-slide button:hover i{color:#3381b8}.jetpack-inspector-notice span.jetpack-subscribe-notice-visibility{margin:0;padding:0;width:100%}.jetpack-newsletter-link{text-decoration:none}.jetpack-newsletter-access-radio-buttons input[type=radio]{flex-shrink:0}.jetpack-newsletter-access-radio-buttons label{text-wrap:balance}.jetpack-subscribe-newsletters-panel .edit-post-post-misconfiguration__warning{font-size:12px;margin:0}.jetpack-subscribe-newsletters-panel .edit-post-post-misconfiguration__warning .components-notice__content{margin-right:0}.jetpack-editor-post-tiers{padding-left:35px;padding-top:5px}.jetpack-subscribe-affirmation-loading{background:#ccc;color:#ccc}.is-style-compact .is-not-subscriber .wp-block-button__link,.is-style-compact .is-not-subscriber .wp-block-jetpack-subscriptions__button{border-end-start-radius:0!important;border-start-start-radius:0!important;margin-inline-start:0!important}.is-style-compact .is-not-subscriber .components-text-control__input,.is-style-compact .is-not-subscriber p#subscribe-email input[type=email]{border-end-end-radius:0!important;border-start-end-radius:0!important}.is-style-compact:not(.wp-block-jetpack-subscriptions__use-newline) .components-text-control__input{border-inline-end-width:0!important}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form-container{display:flex;flex-direction:column}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) .is-not-subscriber .wp-block-jetpack-subscriptions__form-elements{align-items:flex-start;display:flex}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) p#subscribe-submit{display:flex;justify-content:center}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]{box-sizing:border-box;cursor:pointer;line-height:1.3;min-width:auto!important;white-space:nowrap!important}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]::placeholder,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]:disabled,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]::placeholder,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]:disabled{color:currentColor;opacity:.5}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button{border-color:#0000;border-style:solid}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email{background:#0000;flex-grow:1}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email input[type=email]{height:auto;margin:0;width:100%}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-submit,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-submit{line-height:0;margin:0;padding:0}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__show-subs .wp-block-jetpack-subscriptions__subscount{font-size:16px;margin:8px 0;text-align:end}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__form-elements{display:block}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline button{display:inline-block;max-width:100%}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__subscount{text-align:start}#subscribe-submit.is-link{text-align:center;width:auto!important}#subscribe-submit.is-link a{margin-left:0!important;margin-top:0!important;width:auto!important}.jetpack-inspector-notice{align-items:center;background:#f0f0f0;border-radius:4px;display:flex;justify-content:space-between;margin:0 16px 24px;padding:24px}.jetpack-inspector-notice>.jetpack-logo{margin-left:12px}.components-tab-panel__tab-content div:first-child .jetpack-inspector-notice{margin-top:24px}.jetpack-newsletter-test-email-modal__email-sent{color:#2fb41f}.jetpack-newsletter-test-email-modal__email-sent svg{fill:#2fb41f}.jetpack-newsletter-preview-modal h1{flex-shrink:0}.jetpack-subscribe-post-publish-panel .jetpack-inspector-notice,.jetpack-subscribe-pre-publish-panel .jetpack-inspector-notice{margin:0}.jetpack-subscribe-post-publish-panel .jetpack-subscribe-reader-count,.jetpack-subscribe-pre-publish-panel .jetpack-subscribe-reader-count{font-weight:700;white-space:nowrap}.jetpack-subscribe-post-publish-panel__heading,.jetpack-subscribe-pre-publish-panel__heading{font-weight:400;margin-inline-start:3px}.jetpack-subscribe-post-publish-panel .components-notice__content,.jetpack-subscribe-pre-publish-panel .components-notice__content{margin-top:0}.jetpack-subscribe-post-publish-panel__notice.components-notice,.jetpack-subscribe-pre-publish-panel__notice.components-notice{margin:0;padding:0}.jetpack-subscribe-post-publish-panel__notice.components-notice.is-info,.jetpack-subscribe-pre-publish-panel__notice.components-notice.is-info{border-inline-start-color:#fff}.jetpack-subscribe-post-publish-panel__notice.components-notice.is-info a,.jetpack-subscribe-pre-publish-panel__notice.components-notice.is-info a{text-decoration:underline}.paid-newsletters-post-publish-panel__external_icon{height:1.55em;margin:-.2em .1em 0;vertical-align:middle;fill:currentColor}.paid-newsletters-post-publish-panel .post-publish-panel__postpublish-buttons .components-button{padding-bottom:.4em;padding-top:.5em}.paid-newsletters-post-publish-panel .components-panel__body-toggle svg{margin:0 0 0 .5em}.paid-newsletters-post-publish-panel p{margin-top:0}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img{border-radius:50%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row{flex-grow:1;width:100%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col{width:100%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col{width:calc(50% - 2px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col{width:calc(33.33333% - 2.66667px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col{width:calc(25% - 3px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col{width:calc(20% - 3.2px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col{width:calc(16.66667% - 3.33333px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col{width:calc(14.28571% - 3.42857px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col{width:calc(12.5% - 3.5px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col{width:calc(11.11111% - 3.55556px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col{width:calc(10% - 3.6px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col{width:calc(9.09091% - 3.63636px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col{width:calc(8.33333% - 3.66667px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col{width:calc(7.69231% - 3.69231px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col{width:calc(7.14286% - 3.71429px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col{width:calc(6.66667% - 3.73333px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col{width:calc(6.25% - 3.75px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col{width:calc(5.88235% - 3.76471px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col{width:calc(5.55556% - 3.77778px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col{width:calc(5.26316% - 3.78947px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col{width:calc(5% - 3.8px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__item img{aspect-ratio:1}.wp-block-jetpack-tiled-gallery .is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery .is-style-rectangular .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item{display:flex}.wp-block-jetpack-tiled-gallery .has-rounded-corners-1 .tiled-gallery__item img{border-radius:1px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-2 .tiled-gallery__item img{border-radius:2px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-3 .tiled-gallery__item img{border-radius:3px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-4 .tiled-gallery__item img{border-radius:4px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-5 .tiled-gallery__item img{border-radius:5px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-6 .tiled-gallery__item img{border-radius:6px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-7 .tiled-gallery__item img{border-radius:7px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-8 .tiled-gallery__item img{border-radius:8px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-9 .tiled-gallery__item img{border-radius:9px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-10 .tiled-gallery__item img{border-radius:10px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-11 .tiled-gallery__item img{border-radius:11px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-12 .tiled-gallery__item img{border-radius:12px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-13 .tiled-gallery__item img{border-radius:13px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-14 .tiled-gallery__item img{border-radius:14px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-15 .tiled-gallery__item img{border-radius:15px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-16 .tiled-gallery__item img{border-radius:16px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-17 .tiled-gallery__item img{border-radius:17px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-18 .tiled-gallery__item img{border-radius:18px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-19 .tiled-gallery__item img{border-radius:19px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-20 .tiled-gallery__item img{border-radius:20px}.tiled-gallery__gallery{display:flex;flex-wrap:wrap;padding:0;width:100%}.tiled-gallery__row{display:flex;flex-direction:row;justify-content:center;margin:0;width:100%}.tiled-gallery__row+.tiled-gallery__row{margin-top:4px}.tiled-gallery__col{display:flex;flex-direction:column;justify-content:center;margin:0}.tiled-gallery__col+.tiled-gallery__col{margin-inline-start:4px}.tiled-gallery__item{flex-grow:1;justify-content:center;margin:0;overflow:hidden;padding:0;position:relative}.tiled-gallery__item.filter__black-and-white{filter:grayscale(100%)}.tiled-gallery__item.filter__sepia{filter:sepia(100%)}.tiled-gallery__item.filter__1977{filter:contrast(1.1) brightness(1.1) saturate(1.3);position:relative}.tiled-gallery__item.filter__1977 img{width:100%;z-index:1}.tiled-gallery__item.filter__1977:before{z-index:2}.tiled-gallery__item.filter__1977:after,.tiled-gallery__item.filter__1977:before{content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.tiled-gallery__item.filter__1977:after{background:#f36abc4d;mix-blend-mode:screen;z-index:3}.tiled-gallery__item.filter__clarendon{filter:contrast(1.2) saturate(1.35);position:relative}.tiled-gallery__item.filter__clarendon img{width:100%;z-index:1}.tiled-gallery__item.filter__clarendon:before{z-index:2}.tiled-gallery__item.filter__clarendon:after,.tiled-gallery__item.filter__clarendon:before{content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.tiled-gallery__item.filter__clarendon:after{z-index:3}.tiled-gallery__item.filter__clarendon:before{background:#7fbbe333;mix-blend-mode:overlay}.tiled-gallery__item.filter__gingham{filter:brightness(1.05) hue-rotate(-10deg);position:relative}.tiled-gallery__item.filter__gingham img{width:100%;z-index:1}.tiled-gallery__item.filter__gingham:before{z-index:2}.tiled-gallery__item.filter__gingham:after,.tiled-gallery__item.filter__gingham:before{content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.tiled-gallery__item.filter__gingham:after{background:#e6e6fa;mix-blend-mode:soft-light;z-index:3}.tiled-gallery__item+.tiled-gallery__item{margin-top:4px}.tiled-gallery__item:focus-within{box-shadow:0 0 0 2px var(--wp-admin-theme-color);overflow:visible}.tiled-gallery__item>img{background-color:#0000001a}.tiled-gallery__item>a,.tiled-gallery__item>a>img,.tiled-gallery__item>img{display:block;height:auto;margin:0;max-width:100%;object-fit:cover;object-position:center;padding:0;width:100%}.is-email .tiled-gallery__gallery{display:block}@keyframes tiled-gallery-img-placeholder{0%{background-color:#f6f7f7}50%{background-color:#f6f7f780}to{background-color:#f6f7f7}}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item.is-transient img,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__item.is-transient img{margin-bottom:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__wrapper{padding-left:4px;padding-right:4px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item>img:focus{outline:none}.wp-block-jetpack-tiled-gallery .tiled-gallery__item>img{animation:tiled-gallery-img-placeholder 1.6s ease-in-out infinite}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected{filter:none;outline:4px solid #0085ba}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected:after,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected:before{content:none}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-transient{height:100%;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-transient img{background-position:50%;background-size:cover;height:100%;opacity:.3;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu{background:#fff;border:1px solid #1e1e1e9e;border-radius:2px;transition:box-shadow .2s ease-out}@media(prefers-reduced-motion:reduce){.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu{transition-delay:0s;transition-duration:0s}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu:hover,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu:hover{box-shadow:0 .7px 1px #0000001a,0 1.2px 1.7px -.2px #0000001a,0 2.3px 3.3px -.5px #0000001a}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button{color:#1e1e1e9e;height:24px;padding:2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}@media(min-width:600px){.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button{height:inherit;padding:0;width:inherit}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button:focus,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button:focus{color:inherit}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item{margin-top:4px;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-form-file-upload{width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button:focus,.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button:hover{border:1px solid #949494}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{display:inline-flex;margin:8px;z-index:20}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu .components-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu .components-button{color:#0000}@media(min-width:600px){.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{padding:2px}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu{position:absolute;right:-2px;top:-2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{left:-2px;position:absolute;top:-2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-backward,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-forward,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__remove{padding:0}.wp-block-jetpack-tiled-gallery .tiled-gallery__item .components-spinner{left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.block-editor-block-preview__content .wp-block-jetpack-tiled-gallery .block-editor-media-placeholder{display:none}.tiled-gallery__filter-picker-menu{padding:7px}.tiled-gallery__filter-picker-menu .components-menu-item__button+.components-menu-item__button{margin-top:2px}.tiled-gallery__filter-picker-menu .components-menu-item__button.is-active{box-shadow:0 0 0 2px #949494!important;color:#1e1e1e}.wp-block-jetpack-tock.aligncenter{width:-moz-fit-content;width:fit-content}.jetpack-tock-url-settings{margin:8px}.jetpack-tock-url-input{max-width:300px;min-width:auto;width:90vw}.jetpack-tock-url-input .components-text-control__input{padding:10px 36px 10px 10px}.jetpack-tock-url-instructions{margin:16px}.jetpack-tock-url-input-wrapper{position:relative}.jetpack-tock-url-input-action{position:absolute;right:14px;top:0}.resumable-upload{align-items:flex-start;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:20px 0}.resumable-upload__editor{display:flex;flex-direction:column;justify-content:space-between;width:100%}.resumable-upload__editor-col{padding-left:10px;width:100%}.resumable-upload__editor-col:first-child{padding-left:0}.resumable-upload__editor-thumb-placeholder{align-content:center;aspect-ratio:16/9;background-color:#000;color:#fff;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;text-align:center;width:100%}.resumable-upload__editor-thumb-placeholder img,.uploading-editor__video{max-height:100%;object-fit:contain}.uploading-editor__video{aspect-ratio:16/9;background-color:#000}.resumable-upload__error,.resumable-upload__status{border-top:1px solid #e0e0e0;box-sizing:border-box;margin-top:24px;width:100%}.resumable-upload__status{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px 24px;padding:20px 20px 0}.resumable-upload__error{padding:0 20px}.resumable-upload__file-info{display:flex;flex-direction:row}.resumable-upload__file-size{color:#757575;margin-left:12px}.resumable-upload__progress{background:#d2d2d2;border-radius:4px;box-sizing:border-box;height:8px;max-width:160px;overflow:hidden;width:100%}.resumable-upload__progress-loaded{background:var(--wp-admin-theme-color);color:#fff;height:100%;min-height:8px;text-align:center;transition:width .3s ease}.resumable-upload__select-file{align-items:center;display:flex;flex-direction:row}.resumable-upload__select-file-name{margin-left:12px}.resumable-upload__actions{align-items:center;display:flex;flex-direction:row;justify-content:space-between;justify-self:flex-end;margin-left:auto;width:-moz-fit-content;width:fit-content}.resumable-upload__actions .components-button.is-link{padding:0;text-decoration:none}.resumable-upload__actions .components-button.is-link:focus{box-shadow:none}.resumable-upload__error-text{color:#cc1818;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin-top:16px}.resumable-upload__error-cancel{margin-left:12px;margin-top:16px}.uploading-editor{width:100%}.uploading-editor__title input{margin-left:0;margin-right:0}.uploading-editor__frame-selector{display:flex;flex-direction:column}.uploading-editor__fields{display:block;padding:0 20px}.uploading-editor__content{padding:0 3px}.uploading-editor__video-container{position:relative}.uploading-editor__video-container:hover .uploading-editor__play-icon{opacity:0}.uploading-editor__play-icon{height:130px;left:50%;margin:-65px 0 0 -65px;opacity:1;position:absolute;top:50%;transition:opacity .3s ease-out;width:130px}.resumable-upload__editor-thumb-placeholder .uploading-editor__play-icon{margin-top:-91px}.uploading-editor__scrubber-help{color:#757575}.uploading-editor__upload-link{color:var(--wp-admin-theme-color)!important;cursor:pointer;text-decoration:underline!important}.uploading-editor__video-poster{left:0;object-fit:cover;position:absolute;top:0}.uploading-editor__range{margin-top:-19px}.uploading-editor__range .components-range-control__track{background-color:#272526;border-radius:0;height:8px;opacity:.7}.uploading-editor__range .components-range-control__slider{padding-bottom:0}.uploading-editor__range .components-base-control__field{margin-bottom:0}.uploading-editor__range .components-range-control__wrapper span:first-of-type{background-color:#d9d9d9;border-radius:0;height:8px;opacity:.8}.uploading-editor__range .components-range-control__wrapper span:last-of-type{display:none}.resumable-upload__editor-thumb-placeholder img{object-fit:cover}.poster-selector__buttons{text-align:right}.h2NGkiVs1r1nf85LtJpF{padding:16px}.k3Apzwo3v9n0IaHbB8tf{--spacing-base:8px;margin:0 0 calc(var(--spacing-base)*3) 0}.is-beta{position:relative;transition:box-shadow .5s linear}.is-beta.is-opened{box-shadow:inset 0 0 3px #2fb41f}.is-beta:before{background-color:#2fb41f;border-radius:4px;color:#fff;content:"BETA";font-size:11px;font-weight:600;height:24px;line-height:24px;opacity:1;padding:0 5px;position:absolute;right:16px;top:12px;transition:visibility .5s,opacity .5s linear;visibility:visible;z-index:10000}.is-beta:focus,.is-beta:hover{box-shadow:none}.is-beta:focus:before,.is-beta:hover:before{opacity:0;visibility:hidden}.no-videopress-media-placeholder .components-placeholder__fieldset{align-items:flex-start;flex-direction:row-reverse;justify-content:flex-end}.no-videopress-media-placeholder .components-placeholder__fieldset button{display:none}.no-videopress-media-placeholder .components-placeholder__fieldset .block-editor-media-placeholder__url-input-container button,.no-videopress-media-placeholder .components-placeholder__fieldset .no-videopress-disabled-button{display:inline-flex}.no-videopress-media-placeholder .components-placeholder__fieldset .no-videopress-disabled-button:last-child{margin-right:12px}.videopress-block-hide{display:none}.seekbar-color-settings__panel .components-panel__body.is-opened{padding:0}.seekbar-color-settings__panel .components-panel__body{border-top:none}.videopress-block-tracks-editor>.components-popover__content{width:360px}.videopress-block-tracks-editor__track-list-track{align-items:center;display:flex;min-height:23px;padding:4px 0 4px 12px;place-content:space-between}.videopress-block-tracks-editor__track-list-track-delete{align-items:center;display:flex}.videopress-block-tracks-editor__single-track-editor-label-language{display:flex;margin-top:12px}.videopress-block-tracks-editor__single-track-editor-label-language>.components-base-control{width:50%}.videopress-block-tracks-editor__single-track-editor-label-language>.components-base-control:first-child{margin-right:16px}.videopress-block-tracks-editor__single-track-editor-kind-select{max-width:240px}.videopress-block-tracks-editor__single-track-editor-buttons-container{display:flex;margin-top:32px;min-height:36px;place-content:space-between}.videopress-block-tracks-editor__single-track-editor-upload-file-help{color:#757575;font-size:12px;margin-top:12px}.videopress-block-tracks-editor__single-track-editor-label{color:#757575;display:block;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;text-transform:uppercase}.videopress-block-tracks-editor>.components-popover__content>div,.videopress-block-tracks-editor__add-tracks-container .components-menu-group__label,.videopress-block-tracks-editor__track-list .components-menu-group__label{padding:0}.videopress-block-tracks-editor__add-tracks-container,.videopress-block-tracks-editor__single-track-editor,.videopress-block-tracks-editor__track-list{padding:12px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-base-control__label{margin-bottom:4px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-base-control__field{margin-bottom:12px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-text-control__input{margin-left:0}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-input-control__label{margin-bottom:4px}.videopress-block-tracks-editor__single-track-editor-upload-file-label{display:flex}.videopress-block-tracks-editor__single-track-editor-upload-file-label .components-form-file-upload,.videopress-block-tracks-editor__single-track-editor-upload-file-label .videopress-block-tracks-editor__single-track-editor-upload-file-label-name{margin-inline-start:8px}.videopress-block-tracks-editor__single-track-editor-error{color:#cc1818;padding:12px 0}.uploader-block__logo{align-items:center;display:flex;flex-direction:row;font-size:24px;line-height:29px;margin-bottom:12px;padding:0 20px}.uploader-block__logo-text{margin-left:10px}.uploader-block__upload-complete{align-items:center;border-top:1px solid #e0e0e0;box-sizing:border-box;display:flex;justify-content:space-between;margin-top:24px;padding:20px 20px 0;width:100%}[data-type="jetpack/wordads"][data-align=center] .jetpack-wordads__ad{margin:0 auto}.jetpack-wordads__ad{display:flex;flex-direction:column;max-width:100%;overflow:hidden}.jetpack-wordads__ad .components-placeholder{flex-grow:2}.jetpack-wordads__ad .components-toggle-control__label{line-height:1.4em}.jetpack-wordads__ad .components-base-control__field,.wp-block-jetpack-wordads__format-picker{padding:7px}.wp-block-jetpack-wordads__format-picker .components-menu-item__button+.components-menu-item__button{margin-top:2px}.wp-block-jetpack-wordads__format-picker .components-menu-item__button.is-active{box-shadow:0 0 0 2px #949494!important;color:#1e1e1e}.jetpack-wordads__mobile-visibility{margin-top:20px}.wp-block-jetpack-payments-intro .components-placeholder__fieldset{flex-direction:column}.wp-block-jetpack-payments-intro .components-placeholder__fieldset>p,.wp-block-jetpack-payments-intro .components-placeholder__instructions{margin-bottom:0}.wp-payments-intro-pattern-picker__opener{margin-top:16px;width:min-content}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:8px}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{max-height:250px}.wp-block-jetpack-payments-intro__pattern-picker__selection-modal .components-modal__content{overflow:hidden;padding:0}.wp-block-jetpack-payments-intro__pattern-picker__selection-modal .components-modal__content:before{margin-bottom:0}@media(min-width:600px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{height:calc(100% - 120px);width:calc(100% - 32px)}}@media(min-width:782px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{width:750px}}@media(min-width:960px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{height:80%;max-height:none;width:80%}}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:16px 0;padding:0;width:100%}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker>li{flex-shrink:1;list-style:none;margin:8px 20px 0 0;text-align:center;width:75px}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker>li button{display:inline-flex;margin-right:0}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker .wp-block-jetpack-payments-intro__variation-picker__variation{padding:8px}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker .wp-block-jetpack-payments-intro__variation-picker__variation-label{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4}.wp-block-jetpack-payments-intro__variation-picker__variation{width:100%}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button.has-icon{justify-content:center;width:auto}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button.has-icon.is-secondary{background-color:#fff}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button{height:auto;padding:0}.wp-block-jetpack-payments-intro__variation-picker__variation:before{content:"";padding-bottom:100%}.wp-block-jetpack-payments-intro__variation-picker__variation:first-child{margin-inline-start:0}.wp-block-jetpack-payments-intro__variation-picker__variation:last-child{margin-inline-end:0}.post-publish-qr-post-panel .components-panel__body-toggle>svg{margin-left:5px}.post-publish-qr-post-panel .components-panel__row .components-button{flex-grow:1;justify-content:center;margin:5px;padding:3px 10px 4px;text-align:center}.qr-post-modal__qr-code{display:flex;justify-content:center}.qr-post-jetpack-logo{display:none}.editor-styles-wrapper .wp-block-jetpack-payment-buttons{--jetpack-payment-buttons-gap:0.5em}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.is-layout-flex{display:flex;gap:var(--jetpack-payment-buttons-gap)}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.is-layout-flex .is-layout-flex{display:flex}.editor-styles-wrapper .wp-block-jetpack-payment-buttons .wp-block-jetpack-recurring-payments{margin:0;width:auto}.editor-styles-wrapper .wp-block-jetpack-payment-buttons .wp-block-button__link{width:100%}.components-placeholder.jetpack-payment-buttons__upgrade-nudge{margin-bottom:16px}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.has-custom-font-size .wp-block-jetpack-button .wp-block-button__link:not(.has-custom-font-size){font-size:inherit}.wp-block-jetpack-paywall-block{align-items:center;color:currentColor;display:flex;opacity:.8}.wp-block-jetpack-paywall-block span{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:0 8px;text-align:center;text-transform:uppercase;-webkit-user-select:"none";user-select:"none";white-space:nowrap}.wp-block-jetpack-paywall-block span svg{vertical-align:text-top;fill:currentColor}.wp-block-jetpack-paywall-block:after,.wp-block-jetpack-paywall-block:before{background:currentColor;content:"";flex:1;height:1px;margin:auto;opacity:.5}.block-editor-block-inspector .jetpack-subscribe-newsletters-panel .components-base-control{margin-bottom:0}.wp-block-jetpack-blogroll h3+div .jetpack-blogroll-item-divider{display:none}.wp-block-jetpack-blogroll .jetpack-blogroll-item-divider{border-style:solid;border-width:1px 0 0;margin-block-end:0;margin-block-start:0;opacity:.2;width:100%}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{display:flex;font-style:normal;font-weight:400;gap:20px;padding:20px 0}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure{align-self:flex-start;height:48px;margin:0;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure.empty-site-icon{background:url(images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);background-size:cover}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure.empty-site-icon .blogroll-item-image{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .blogroll-item-image{border-radius:50%;height:48px;max-width:48px;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item p.jetpack-blogroll-item-title.rich-text{color:inherit;font-weight:700;margin:0}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-content{align-self:flex-start}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-description{word-break:break-word}.jetpack-blogroll__appender-results{padding:0 18px 18px}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-result-list-header-text{color:#757575;font-size:11px;line-height:16px;padding:6px 0;text-transform:uppercase}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:center;overflow:hidden}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message-main-text{color:#101517;font-size:14px;font-weight:500;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message-secondary-text{color:#757575;font-size:12px;font-weight:400;line-height:16px}.jetpack-blogroll__appender-results>ul{list-style:none;margin:0;max-height:200px;overflow-y:auto;padding-left:0!important}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container{margin:0}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button{align-items:center;align-self:stretch;background:none;border:none;cursor:pointer;display:flex;gap:12px;padding:8px 4px;text-decoration:none;width:100%}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button[disabled]{background:#f6f7f7;cursor:not-allowed}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button[disabled]>*{opacity:.5}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image{flex-shrink:0;height:40px;width:40px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image.empty-site-icon{background:url(images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);background-size:cover}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image.empty-site-icon img{display:none}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image img{border-radius:50%;height:40px;width:40px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:center;overflow:hidden;text-align:left}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text .jetpack-blogroll__appender-result-title{color:#101517;font-size:14px;font-weight:500;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text .jetpack-blogroll__appender-result-description{color:#646970;font-size:14px;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-search{display:flex;padding:16px}.jetpack-blogroll__appender-search>div{flex-grow:1;padding:1px;position:relative}.jetpack-blogroll__appender-search .components-text-control__input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' aria-hidden='true' viewBox='-2 -2 24 24'%3E%3Cpath d='m6.734 16.106 2.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.5q.276 0 .553-.002c1.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 0z'/%3E%3C/svg%3E");background-position-x:calc(100% - 8px);background-position-y:calc(100% - 8px);background-repeat:no-repeat;background-size:24px;height:40px;padding-right:40px}.jetpack-blogroll__appender-search button{height:32px;min-width:32px!important;width:32px}.jetpack-blogroll__appender-spinner{margin:0!important}.jetpack-blogroll__appender .components-popover__content{height:300px;overflow-y:hidden!important;width:318px}.jetpack-blogroll__appender .components-popover__content button.block-editor-button-blogroll-block-appender{background:#1e1e1e;border-radius:2px;color:#fff;height:24px;min-width:24px;padding:0}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll{padding:24px}}.wp-block-jetpack-blogroll .block-editor-inner-blocks h3{font-size:20px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:24px;margin-top:0}.wp-block-jetpack-blogroll.hide-avatar figure,.wp-block-jetpack-blogroll.hide-description .jetpack-blogroll-item-description{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{container-name:bitem;container-type:inline-size}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:flex-start;display:flex;flex-direction:column;gap:20px;padding:20px 8px}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:center;flex-direction:row}}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item+.wp-block-jetpack-blogroll-item .jetpack-blogroll-item-divider{display:block}.wp-block-jetpack-blogroll [data-type="jetpack/blogroll-item"]+[data-type="jetpack/blogroll-item"]{border-top:1px solid #dcdcde}.wp-block-jetpack-blogroll .block-list-appender button.has-icon{background:#1e1e1e;border-radius:2px;color:#fff;height:24px;min-width:24px;padding:0}.wp-block-jetpack-nextdoor{position:relative}.wp-block-jetpack-nextdoor-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-nextdoor-link-editable{cursor:text}.wp-block-jetpack-nextdoor-embed-form-sidebar{display:flex;margin-bottom:1em}.wp-block-jetpack-nextdoor-color-notice{margin:0}div[data-align=center]>.wp-block-jetpack-nextdoor{text-align:center}.wp-block-jetpack-nextdoor .components-placeholder__fieldset input{flex:1}a.jetpack-sharing-button__button{color:inherit}.jetpack-sharing-button__button{align-items:center;background:#fff;border-radius:4px;box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f;color:#2c3338;color:inherit;cursor:default;display:flex;flex-direction:row;font-size:inherit;font-weight:500;height:auto;justify-content:center;line-height:23px;margin:4px 4px 0;padding:4px 9px 3px;text-decoration:none}.jetpack-sharing-button__button svg{height:1.5em;width:1.5em;fill:currentColor}.jetpack-sharing-button__button:hover{box-shadow:0 1px 2px #00000038,0 0 0 1px #00000038;cursor:pointer}.jetpack-sharing-button__button.components-button{font-size:inherit;padding:4px 11px 3px 9px}.jetpack-sharing-button__button.style-icon{border:0;border-radius:50%;box-shadow:none;color:#fff;height:auto;line-height:1;margin-bottom:0;padding:7px;position:relative;top:-2px;width:auto}.jetpack-sharing-button__button.style-icon.share-bluesky{background:#0085ff}.jetpack-sharing-button__button.style-icon.share-x{background:#000}.jetpack-sharing-button__button.style-icon.share-print{background:#c5c2c2}.jetpack-sharing-button__button.style-icon.share-reddit{background:#5f99cf}.jetpack-sharing-button__button.style-icon.share-skype{background:#00aff0}.jetpack-sharing-button__button.style-icon.share-facebook{background:#0866ff}.jetpack-sharing-button__button.style-icon.share-linkedin{background:#0976b4}.jetpack-sharing-button__button.style-icon.share-mail{background:#c5c2c2}.jetpack-sharing-button__button.style-icon.share-twitter{background:#55acee}.jetpack-sharing-button__button.style-icon.share-tumblr{background:#35465c}.jetpack-sharing-button__button.style-icon.share-pinterest{background:#cc2127}.jetpack-sharing-button__button.style-icon.share-pocket{background:#ee4256}.jetpack-sharing-button__button.style-icon.share-telegram{background:#08c}.jetpack-sharing-button__button.style-icon.share-threads{background:#000}.jetpack-sharing-button__button.style-icon.share-whatsapp{background:#43d854}.jetpack-sharing-button__button.style-icon.share-mastodon{background:#6364ff}.jetpack-sharing-button__button.style-icon.share-nextdoor{background:#8ed500}.jetpack-sharing-button__button.style-icon.share-share{background:#000}.jetpack-sharing-button__button.style-icon.is-custom{padding:8px;top:2px}.jetpack-sharing-button__button.style-icon-text{margin-inline-end:4px;padding-inline-end:11px}.style-icon .jetpack-sharing-button__service-label,.style-text .sharing-buttons-preview-button__custom-icon,.style-text .social-logo{display:none}.jetpack-sharing-button__list-item{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;list-style-type:none;padding:0}.jetpack-sharing-button__list-item:first-child .jetpack-sharing-button__button{margin-inline-start:0}.style-icon-text .jetpack-sharing-button__service-label{margin-inline-start:5px}.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}.jetpack-ai-generate-excerpt-control .jetpack-ai-generate-excerpt-control__header{margin-top:8px}.jetpack-ai-generate-excerpt-control .jetpack-ai-generate-excerpt-control__header .components-base-control__field{align-items:center;display:flex;justify-content:space-between}.jetpack-ai-generate-excerpt-control .ai-assistant__tone-dropdown{margin-bottom:12px}.jetpack-ai-post-excerpt .components-textarea-control__input{margin-bottom:10px;width:100%}.jetpack-generated-excerpt__ai-container{margin-top:12px}.jetpack-generated-excerpt__ai-container .jetpack-ai-assistant__error{margin:0 0 12px}.jetpack-generated-excerpt__generate-buttons-container{display:flex;gap:12px;justify-content:end;justify-content:space-around;margin-bottom:10px}.jetpack-ai-post-excerpt .jetpack-upgrade-plan-banner__wrapper{flex-direction:column;margin:0 0 12px;padding:0 10px}.jetpack-ai-post-excerpt .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description{margin:10px 0 0}.wp-block-jetpack-blog-stats .jetpack-blog-stats__loading{opacity:.62}.wp-block-jetpack-blog-stats .components-placeholder__fieldset{display:block}.jetpack-blog-stats__delay-notice{font-size:12px}.wp-block-jetpack-top-posts{margin-bottom:1.5em}.wp-block-jetpack-top-posts img{width:100%}.wp-block-jetpack-top-posts span{display:block;word-wrap:break-word}.wp-block-jetpack-top-posts.is-list-layout .jetpack-top-posts-item{margin-bottom:1.5em}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper{align-items:flex-start;display:grid;gap:16px 12px;grid:auto/repeat(6,1fr)}@media only screen and (max-width:600px){.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper{display:block}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper .jetpack-top-posts-mock-thumbnail{display:none}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper .jetpack-top-posts-item{margin-bottom:1.5em}}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-mock-thumbnail{background-color:#f0f0f0;height:0;padding-bottom:75%;position:relative;width:100%}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-thumbnail{aspect-ratio:4/3;height:auto;max-width:100%;object-fit:cover}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-item{grid-column:span 2}.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="2"] .jetpack-top-posts-item,.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="4"] .jetpack-top-posts-item,.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="5"] .jetpack-top-posts-item:nth-child(5n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="5"] .jetpack-top-posts-item:nth-child(5n-1),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(5n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(5n-1),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(7n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(7n-1){grid-column:span 3}.wp-block-jetpack-top-posts .components-placeholder__fieldset{display:block}.jetpack-top-posts__error{margin:0}:where(body){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;min-height:100%;padding:0}.jp-wrap{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.jp-row{display:grid;grid-gap:24px;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.jp-row{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.jp-row{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.sm-col-span-1{grid-column-end:span 1}.sm-col-span-2{grid-column-end:span 2}.sm-col-span-3{grid-column-end:span 3}.sm-col-span-4{grid-column-end:span 4}@media(min-width:600px){.md-col-span-1{grid-column-end:span 1}.md-col-span-2{grid-column-end:span 2}.md-col-span-3{grid-column-end:span 3}.md-col-span-4{grid-column-end:span 4}.md-col-span-5{grid-column-end:span 5}.md-col-span-6{grid-column-end:span 6}.md-col-span-7{grid-column-end:span 7}.md-col-span-8{grid-column-end:span 8}}@media(min-width:960px){.lg-col-span-1{grid-column-end:span 1}.lg-col-span-2{grid-column-end:span 2}.lg-col-span-3{grid-column-end:span 3}.lg-col-span-4{grid-column-end:span 4}.lg-col-span-5{grid-column-end:span 5}.lg-col-span-6{grid-column-end:span 6}.lg-col-span-7{grid-column-end:span 7}.lg-col-span-8{grid-column-end:span 8}.lg-col-span-9{grid-column-end:span 9}.lg-col-span-10{grid-column-end:span 10}.lg-col-span-11{grid-column-end:span 11}.lg-col-span-12{grid-column-end:span 12}}@media(max-width:960px){.md-col-span-0{display:none}}@media(max-width:600px){.sm-col-span-0{display:none}}.jp-cut{border:2px solid #069e08;border-radius:4px;margin:32px 0;padding:16px 64px 16px 24px;position:relative;text-decoration:none}.jp-cut,.jp-cut span{display:block}.jp-cut span:last-of-type{font-weight:600}.jp-cut:focus span:last-of-type,.jp-cut:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:2px}.jp-cut:focus:after,.jp-cut:hover:after{transform:translateY(-50%) translateX(8px)}.jp-cut:after{color:#069e08;content:"→";font-size:24px;font-weight:600;position:absolute;right:24px;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.jetpack-ai-voice-to-content__modal .components-modal__header{border-bottom:1px solid #dcdcde;padding:20px 24px}.jetpack-ai-voice-to-content__modal .components-modal__content{padding:24px 32px}@media(min-width:700px){.jetpack-ai-voice-to-content__modal{width:700px}}.jetpack-ai-voice-to-content__wrapper{display:flex;flex-direction:column;gap:28px}.jetpack-ai-voice-to-content__body{display:flex;flex-direction:column;gap:16px}.jetpack-ai-voice-to-content__action-buttons{display:flex;gap:8px}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary{background-color:#008710;color:#fff}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):hover{background-color:#007117}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):active{background-color:#005b18}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary{box-shadow:inset 0 0 0 1px #008710;color:#008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):focus{box-shadow:0 0 0 2px #008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):hover{box-shadow:inset 0 0 0 1px #007117}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):active{box-shadow:none}.jetpack-ai-voice-to-content__description{font-size:var(--font-body-small)}.jetpack-ai-voice-to-content__contextual-row{align-items:center;display:flex;height:38px}.jetpack-ai-voice-to-content__information{color:#787c82}.jetpack-ai-voice-to-content__audio{align-items:center;display:flex;gap:4px}.jetpack-ai-voice-to-content__audio--duration{font-weight:700}.jetpack-ai-voice-to-content__footer{display:flex}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button{align-items:center;color:#008710;display:flex;font-size:var(--font-body-extra-small);gap:4px}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #008710}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button .icon{color:#a7aaad}.jetpack-ai-voice-to-content__information--error{color:var(--jp-red-40)}.jetpack-ai-voice-to-content__oscilloscope{height:38px;width:70px} \ No newline at end of file diff --git a/_inc/blocks/editor-experimental.js b/_inc/blocks/editor-experimental.js index e1d2180494..f0ccc527f5 100644 --- a/_inc/blocks/editor-experimental.js +++ b/_inc/blocks/editor-experimental.js @@ -1,5 +1,5 @@ /*! For license information please see editor-experimental.js.LICENSE.txt */ -(()=>{var e,t,n,a,r,s,o={7675:(e,t,n)=>{"use strict";n.d(t,{y:()=>l});var a=n(76416),r=function(e,t){var n={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(n[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(a=Object.getOwnPropertySymbols(e);r{const E=Object.assign({},l);let f;function b(){f.abort(),document.hidden||w()}E.accept||(E.accept=s),g||document.addEventListener("visibilitychange",b);let v=o,C=0;function k(){document.removeEventListener("visibilitychange",b),window.clearTimeout(C),f.abort()}null==n||n.addEventListener("abort",(()=>{k(),t()}));const y=null!=A?A:window.fetch,B=null!=u?u:c;async function w(){var n;f=new AbortController;try{const n=await y(e,Object.assign(Object.assign({},h),{headers:E,signal:f.signal}));await B(n),await(0,a.q5)(n.body,(0,a.iv)((0,a.VL)((e=>{e?E[i]=e:delete E[i]}),(e=>{v=e}),d))),null==p||p(),k(),t()}catch(e){if(!f.signal.aborted)try{const t=null!==(n=null==m?void 0:m(e))&&void 0!==n?n:v;window.clearTimeout(C),C=window.setTimeout(w,t)}catch(e){k(),r(e)}}}w()}))}function c(e){const t=e.headers.get("content-type");if(!(null==t?void 0:t.startsWith(s)))throw new Error(`Expected content-type to be ${s}, Actual: ${t}`)}},76416:(e,t,n)=>{"use strict";async function a(e,t){const n=e.getReader();let a;for(;!(a=await n.read()).done;)t(a.value)}function r(e){let t,n,a,r=!1;return function(s){void 0===t?(t=s,n=0,a=-1):t=function(e,t){const n=new Uint8Array(e.length+t.length);return n.set(e),n.set(t,e.length),n}(t,s);const o=t.length;let i=0;for(;n0){const n=r.decode(s.subarray(0,i)),o=i+(32===s[i+1]?2:1),l=r.decode(s.subarray(o));switch(n){case"data":a.data=a.data?a.data+"\n"+l:l;break;case"event":a.event=l;break;case"id":e(a.id=l);break;case"retry":const n=parseInt(l,10);isNaN(n)||t(a.retry=n)}}}}function o(){return{data:"",event:"",id:"",retry:void 0}}n.d(t,{VL:()=>s,iv:()=>r,q5:()=>a})},95723:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=n(84265);let r,s,o,i;const l=/<(\/)?(\w+)\s*(\/)?>/g;function c(e,t,n,a,r){return{element:e,tokenStart:t,tokenLength:n,prevOffset:a,leadingTextStart:r,children:[]}}const u=e=>{const t="object"==typeof e,n=t&&Object.values(e);return t&&n.length&&n.every((e=>(0,a.isValidElement)(e)))};function d(e){const t=function(){const e=l.exec(r);if(null===e)return["no-more-tokens"];const t=e.index,[n,a,s,o]=e,i=n.length;if(o)return["self-closed",s,t,i];if(a)return["closer",s,t,i];return["opener",s,t,i]}(),[n,u,d,g]=t,A=i.length,h=d>s?s:null;if(!e[u])return p(),!1;switch(n){case"no-more-tokens":if(0!==A){const{leadingTextStart:e,tokenStart:t}=i.pop();o.push(r.substr(e,t))}return p(),!1;case"self-closed":return 0===A?(null!==h&&o.push(r.substr(h,d-h)),o.push(e[u]),s=d+g,!0):(m(c(e[u],d,g)),s=d+g,!0);case"opener":return i.push(c(e[u],d,g,d+g,h)),s=d+g,!0;case"closer":if(1===A)return function(e){const{element:t,leadingTextStart:n,prevOffset:s,tokenStart:l,children:c}=i.pop(),u=e?r.substr(s,e-s):r.substr(s);u&&c.push(u);null!==n&&o.push(r.substr(n,l-n));o.push((0,a.cloneElement)(t,null,...c))}(d),s=d+g,!0;const t=i.pop(),n=r.substr(t.prevOffset,d-t.prevOffset);t.children.push(n),t.prevOffset=d+g;const l=c(t.element,t.tokenStart,t.tokenLength,d+g);return l.children=t.children,m(l),s=d+g,!0;default:return p(),!1}}function p(){const e=r.length-s;0!==e&&o.push(r.substr(s,e))}function m(e){const{element:t,tokenStart:n,tokenLength:s,prevOffset:o,children:l}=e,c=i[i.length-1],u=r.substr(c.prevOffset,n-c.prevOffset);u&&c.children.push(u),c.children.push((0,a.cloneElement)(t,null,...l)),c.prevOffset=o||n+s}t.default=(e,t)=>{if(r=e,s=0,o=[],i=[],l.lastIndex=0,!u(t))throw new TypeError("The conversionMap provided is not valid. It must be an object with values that are React Elements");do{}while(d(t));return(0,a.createElement)(a.Fragment,null,...o)}},82170:(e,t,n)=>{"use strict";var a=n(98504);Object.defineProperty(t,"__esModule",{value:!0});var r={createInterpolateElement:!0,Platform:!0,renderToString:!0,RawHTML:!0};Object.defineProperty(t,"Platform",{enumerable:!0,get:function(){return c.default}}),Object.defineProperty(t,"RawHTML",{enumerable:!0,get:function(){return d.default}}),Object.defineProperty(t,"createInterpolateElement",{enumerable:!0,get:function(){return s.default}}),Object.defineProperty(t,"renderToString",{enumerable:!0,get:function(){return u.default}});var s=a(n(95723)),o=n(84265);Object.keys(o).forEach((function(e){"default"!==e&&"__esModule"!==e&&(Object.prototype.hasOwnProperty.call(r,e)||e in t&&t[e]===o[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return o[e]}}))}));var i=n(81649);Object.keys(i).forEach((function(e){"default"!==e&&"__esModule"!==e&&(Object.prototype.hasOwnProperty.call(r,e)||e in t&&t[e]===i[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return i[e]}}))}));var l=n(98219);Object.keys(l).forEach((function(e){"default"!==e&&"__esModule"!==e&&(Object.prototype.hasOwnProperty.call(r,e)||e in t&&t[e]===l[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return l[e]}}))}));var c=a(n(52595)),u=a(n(54852)),d=a(n(94468))},52595:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={OS:"web",select:e=>"web"in e?e.web:e.default,isWeb:!0}},94468:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function({children:e,...t}){let n="";return a.Children.toArray(e).forEach((e=>{"string"==typeof e&&""!==e.trim()&&(n+=e)})),(0,a.createElement)("div",{dangerouslySetInnerHTML:{__html:n},...t})};var a=n(84265)},81649:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"createPortal",{enumerable:!0,get:function(){return a.createPortal}}),Object.defineProperty(t,"createRoot",{enumerable:!0,get:function(){return r.createRoot}}),Object.defineProperty(t,"findDOMNode",{enumerable:!0,get:function(){return a.findDOMNode}}),Object.defineProperty(t,"flushSync",{enumerable:!0,get:function(){return a.flushSync}}),Object.defineProperty(t,"hydrate",{enumerable:!0,get:function(){return a.hydrate}}),Object.defineProperty(t,"hydrateRoot",{enumerable:!0,get:function(){return r.hydrateRoot}}),Object.defineProperty(t,"render",{enumerable:!0,get:function(){return a.render}}),Object.defineProperty(t,"unmountComponentAtNode",{enumerable:!0,get:function(){return a.unmountComponentAtNode}});var a=n(75795),r=n(18950)},84265:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"Children",{enumerable:!0,get:function(){return a.Children}}),Object.defineProperty(t,"Component",{enumerable:!0,get:function(){return a.Component}}),Object.defineProperty(t,"Fragment",{enumerable:!0,get:function(){return a.Fragment}}),Object.defineProperty(t,"PureComponent",{enumerable:!0,get:function(){return a.PureComponent}}),Object.defineProperty(t,"StrictMode",{enumerable:!0,get:function(){return a.StrictMode}}),Object.defineProperty(t,"Suspense",{enumerable:!0,get:function(){return a.Suspense}}),Object.defineProperty(t,"cloneElement",{enumerable:!0,get:function(){return a.cloneElement}}),t.concatChildren=function(...e){return e.reduce(((e,t,n)=>(a.Children.forEach(t,((t,r)=>{t&&"string"!=typeof t&&(t=(0,a.cloneElement)(t,{key:[n,r].join()})),e.push(t)})),e)),[])},Object.defineProperty(t,"createContext",{enumerable:!0,get:function(){return a.createContext}}),Object.defineProperty(t,"createElement",{enumerable:!0,get:function(){return a.createElement}}),Object.defineProperty(t,"createRef",{enumerable:!0,get:function(){return a.createRef}}),Object.defineProperty(t,"forwardRef",{enumerable:!0,get:function(){return a.forwardRef}}),Object.defineProperty(t,"isValidElement",{enumerable:!0,get:function(){return a.isValidElement}}),Object.defineProperty(t,"lazy",{enumerable:!0,get:function(){return a.lazy}}),Object.defineProperty(t,"memo",{enumerable:!0,get:function(){return a.memo}}),Object.defineProperty(t,"startTransition",{enumerable:!0,get:function(){return a.startTransition}}),t.switchChildrenNodeName=function(e,t){return e&&a.Children.map(e,((e,n)=>{if("string"==typeof e?.valueOf())return(0,a.createElement)(t,{key:n},e);const{children:r,...s}=e.props;return(0,a.createElement)(t,{key:n,...s},r)}))},Object.defineProperty(t,"useCallback",{enumerable:!0,get:function(){return a.useCallback}}),Object.defineProperty(t,"useContext",{enumerable:!0,get:function(){return a.useContext}}),Object.defineProperty(t,"useDebugValue",{enumerable:!0,get:function(){return a.useDebugValue}}),Object.defineProperty(t,"useDeferredValue",{enumerable:!0,get:function(){return a.useDeferredValue}}),Object.defineProperty(t,"useEffect",{enumerable:!0,get:function(){return a.useEffect}}),Object.defineProperty(t,"useId",{enumerable:!0,get:function(){return a.useId}}),Object.defineProperty(t,"useImperativeHandle",{enumerable:!0,get:function(){return a.useImperativeHandle}}),Object.defineProperty(t,"useInsertionEffect",{enumerable:!0,get:function(){return a.useInsertionEffect}}),Object.defineProperty(t,"useLayoutEffect",{enumerable:!0,get:function(){return a.useLayoutEffect}}),Object.defineProperty(t,"useMemo",{enumerable:!0,get:function(){return a.useMemo}}),Object.defineProperty(t,"useReducer",{enumerable:!0,get:function(){return a.useReducer}}),Object.defineProperty(t,"useRef",{enumerable:!0,get:function(){return a.useRef}}),Object.defineProperty(t,"useState",{enumerable:!0,get:function(){return a.useState}}),Object.defineProperty(t,"useSyncExternalStore",{enumerable:!0,get:function(){return a.useSyncExternalStore}}),Object.defineProperty(t,"useTransition",{enumerable:!0,get:function(){return a.useTransition}});var a=n(51609)},54852:(e,t,n)=>{"use strict";var a=n(98504);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,t.hasPrefix=E,t.renderAttributes=S,t.renderComponent=x,t.renderElement=_,t.renderNativeComponent=I,t.renderStyle=Q;var r=n(21214),s=n(61433),o=n(89877),i=n(84265),l=a(n(94468));const{Provider:c,Consumer:u}=(0,i.createContext)(void 0),d=(0,i.forwardRef)((()=>null)),p=new Set(["string","boolean","number"]),m=new Set(["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]),g=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"]),A=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"]),h=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 E(e,t){return t.some((t=>0===e.indexOf(t)))}function f(e){return"key"===e||"children"===e}function b(e,t){return"style"===e?Q(t):t}const v=["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)),{}),C=["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)),{}),k=["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 y(e){switch(e){case"htmlFor":return"for";case"className":return"class"}const t=e.toLowerCase();return C[t]?C[t]:v[t]?(0,s.paramCase)(v[t]):k[t]?k[t]:t}function B(e){return e.startsWith("--")?e:E(e,["ms","O","Moz","Webkit"])?"-"+(0,s.paramCase)(e):(0,s.paramCase)(e)}function w(e,t){return"number"!=typeof t||0===t||h.has(e)?t:t+"px"}function _(e,t,n={}){if(null==e||!1===e)return"";if(Array.isArray(e))return j(e,t,n);switch(typeof e){case"string":return(0,o.escapeHTML)(e);case"number":return e.toString()}const{type:a,props:r}=e;switch(a){case i.StrictMode:case i.Fragment:return j(r.children,t,n);case l.default:const{children:e,...a}=r;return I(Object.keys(a).length?"div":null,{...a,dangerouslySetInnerHTML:{__html:e}},t,n)}switch(typeof a){case"string":return I(a,r,t,n);case"function":return a.prototype&&"function"==typeof a.prototype.render?x(a,r,t,n):_(a(r,n),t,n)}switch(a&&a.$$typeof){case c.$$typeof:return j(r.children,r.value,n);case u.$$typeof:return _(r.children(t||a._currentValue),t,n);case d.$$typeof:return _(a.render(r),t,n)}return""}function I(e,t,n,a={}){let r="";if("textarea"===e&&t.hasOwnProperty("value")){r=j(t.value,n,a);const{value:e,...s}=t;t=s}else t.dangerouslySetInnerHTML&&"string"==typeof t.dangerouslySetInnerHTML.__html?r=t.dangerouslySetInnerHTML.__html:void 0!==t.children&&(r=j(t.children,n,a));if(!e)return r;const s=S(t);return m.has(e)?"<"+e+s+"/>":"<"+e+s+">"+r+""}function x(e,t,n,a={}){const r=new e(t,a);"function"==typeof r.getChildContext&&Object.assign(a,r.getChildContext());return _(r.render(),n,a)}function j(e,t,n={}){let a="";e=Array.isArray(e)?e:[e];for(let r=0;r{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isEmptyElement=void 0;t.isEmptyElement=e=>"number"!=typeof e&&("string"==typeof e?.valueOf()||Array.isArray(e)?!e.length:!e)},51113:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(86087);const r=(0,a.forwardRef)((function({icon:e,size:t=24,...n},r){return(0,a.cloneElement)(e,{width:t,height:t,...n,ref:r})}))},66955:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},71797:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m14.5 6.5-1 1 3.7 3.7H4v1.6h13.2l-3.7 3.7 1 1 5.6-5.5z"})})},62510:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M12 3.9 6.5 9.5l1 1 3.8-3.7V20h1.5V6.8l3.7 3.7 1-1z"})})},62599:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"M12.5939 21C14.1472 21 16.1269 20.5701 17.0711 20.1975L16.6447 18.879C16.0964 19.051 14.3299 19.6242 12.6548 19.6242C7.4467 19.6242 4.67513 16.8726 4.67513 12C4.67513 7.21338 7.50762 4.34713 12.2893 4.34713C17.132 4.34713 19.4162 7.55732 19.4162 10.7675C19.4162 14.035 19.0508 15.4968 17.4975 15.4968C16.5838 15.4968 16.0964 14.7803 16.0964 13.9777V7.5H14.4822V8.30255H14.3909C14.1777 7.67198 12.9898 7.12739 11.467 7.2707C9.18274 7.5 7.4467 9.27707 7.4467 11.8567C7.4467 14.5796 8.81726 16.672 11.467 16.758C13.203 16.8153 14.1168 16.0127 14.4822 15.1815H14.5736C14.7563 16.414 16.401 16.8439 17.467 16.8439C20.6954 16.8439 21 13.5764 21 10.7962C21 6.86943 18.0761 3 12.3807 3C6.50254 3 3 6.3535 3 11.9427C3 17.7325 6.38071 21 12.5939 21ZM11.7107 15.2962C9.73096 15.2962 9.03046 13.6051 9.03046 11.7707C9.03046 10.1083 10.0355 8.67516 11.7716 8.67516C13.599 8.67516 14.5736 9.36306 14.5736 11.7707C14.5736 14.1497 13.7513 15.2962 11.7107 15.2962Z"})})},57003:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{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-2zM5 4.5h14c.3 0 .5.2.5.5v3.5h-15V5c0-.3.2-.5.5-.5zm8 5.5h6.5v3.5H13V10zm-1.5 3.5h-7V10h7v3.5zm-7 5.5v-4h7v4.5H5c-.3 0-.5-.2-.5-.5zm14.5.5h-6V15h6.5v4c0 .3-.2.5-.5.5z"})})},27375:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"M8 12.5h8V11H8v1.5Z M19 6.5H5a2 2 0 0 0-2 2V15a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.5a2 2 0 0 0-2-2ZM5 8h14a.5.5 0 0 1 .5.5V15a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V8.5A.5.5 0 0 1 5 8Z"})})},83883:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z"})})},64969:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"})})},68888:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"})})},29115:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"})})},98248:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"M6.5 12.4L12 8l5.5 4.4-.9 1.2L12 10l-4.5 3.6-1-1.2z"})})},31249:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},10991:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z"})})},24995:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M3.25 12a8.75 8.75 0 1117.5 0 8.75 8.75 0 01-17.5 0zM12 4.75a7.25 7.25 0 100 14.5 7.25 7.25 0 000-14.5zm-1.338 4.877c-.314.22-.412.452-.412.623 0 .171.098.403.412.623.312.218.783.377 1.338.377.825 0 1.605.233 2.198.648.59.414 1.052 1.057 1.052 1.852 0 .795-.461 1.438-1.052 1.852-.41.286-.907.486-1.448.582v.316a.75.75 0 01-1.5 0v-.316a3.64 3.64 0 01-1.448-.582c-.59-.414-1.052-1.057-1.052-1.852a.75.75 0 011.5 0c0 .171.098.403.412.623.312.218.783.377 1.338.377s1.026-.159 1.338-.377c.314-.22.412-.452.412-.623 0-.171-.098-.403-.412-.623-.312-.218-.783-.377-1.338-.377-.825 0-1.605-.233-2.198-.648-.59-.414-1.052-1.057-1.052-1.852 0-.795.461-1.438 1.052-1.852a3.64 3.64 0 011.448-.582V7.5a.75.75 0 011.5 0v.316c.54.096 1.039.296 1.448.582.59.414 1.052 1.057 1.052 1.852a.75.75 0 01-1.5 0c0-.171-.098-.403-.412-.623-.312-.218-.783-.377-1.338-.377s-1.026.159-1.338.377z"})})},93115:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M20.5 16h-.7V8c0-1.1-.9-2-2-2H6.2c-1.1 0-2 .9-2 2v8h-.7c-.8 0-1.5.7-1.5 1.5h20c0-.8-.7-1.5-1.5-1.5zM5.7 8c0-.3.2-.5.5-.5h11.6c.3 0 .5.2.5.5v7.6H5.7V8z"})})},53512:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M19.5 4.5h-7V6h4.44l-5.97 5.97 1.06 1.06L18 7.06v4.44h1.5v-7Zm-13 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3H17v3a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h3V5.5h-3Z"})})},84066:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},19783:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},76277:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"m6.734 16.106 2.176-2.38-1.093-1.028-3.846 4.158 3.846 4.158 1.093-1.028-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"})})},84008:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{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"})})},21679:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsxs)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:[(0,r.jsx)(a.Path,{d:"m7 6.5 4 2.5-4 2.5z"}),(0,r.jsx)(a.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"m5 3c-1.10457 0-2 .89543-2 2v14c0 1.1046.89543 2 2 2h14c1.1046 0 2-.8954 2-2v-14c0-1.10457-.8954-2-2-2zm14 1.5h-14c-.27614 0-.5.22386-.5.5v10.7072l3.62953-2.6465c.25108-.1831.58905-.1924.84981-.0234l2.92666 1.8969 3.5712-3.4719c.2911-.2831.7545-.2831 1.0456 0l2.9772 2.8945v-9.3568c0-.27614-.2239-.5-.5-.5zm-14.5 14.5v-1.4364l4.09643-2.987 2.99567 1.9417c.2936.1903.6798.1523.9307-.0917l3.4772-3.3806 3.4772 3.3806.0228-.0234v2.5968c0 .2761-.2239.5-.5.5h-14c-.27614 0-.5-.2239-.5-.5z"})]})},82065:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M15 4H9c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 14c0 .3-.2.5-.5.5H9c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h6c.3 0 .5.2.5.5v12zm-4.5-.5h2V16h-2v1.5z"})})},78938:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m19 7-3-3-8.5 8.5-1 4 4-1L19 7Zm-7 11.5H5V20h7v-1.5Z"})})},15788:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M15.5 9.5a1 1 0 100-2 1 1 0 000 2zm0 1.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm-2.25 6v-2a2.75 2.75 0 00-2.75-2.75h-4A2.75 2.75 0 003.75 15v2h1.5v-2c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25v2h1.5zm7-2v2h-1.5v-2c0-.69-.56-1.25-1.25-1.25H15v-1.5h2.5A2.75 2.75 0 0120.25 15zM9.5 8.5a1 1 0 11-2 0 1 1 0 012 0zm1.5 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z",fillRule:"evenodd"})})},45459:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M11 12.5V17.5H12.5V12.5H17.5V11H12.5V6H11V11H6V12.5H11Z"})})},41417:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M4 6h12V4.5H4V6Zm16 4.5H4V9h16v1.5ZM4 15h16v-1.5H4V15Zm0 4.5h16V18H4v1.5Z"})})},88669:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M8.001 3.984V9.47c0 1.518-.98 2.5-2.499 2.5h-.5v-1.5h.5c.69 0 1-.31 1-1V6.984H4v-3h4.001ZM4 20h9v-1.5H4V20Zm16-4H4v-1.5h16V16ZM13.001 3.984V9.47c0 1.518-.98 2.5-2.499 2.5h-.5v-1.5h.5c.69 0 1-.31 1-1V6.984H9v-3h4.001Z"})})},69457:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},40502:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M7 7.2h8.2L13.5 9l1.1 1.1 3.6-3.6-3.5-4-1.1 1 1.9 2.3H7c-.9 0-1.7.3-2.3.9-1.4 1.5-1.4 4.2-1.4 5.6v.2h1.5v-.3c0-1.1 0-3.5 1-4.5.3-.3.7-.5 1.2-.5zm13.8 4V11h-1.5v.3c0 1.1 0 3.5-1 4.5-.3.3-.7.5-1.3.5H8.8l1.7-1.7-1.1-1.1L5.9 17l3.5 4 1.1-1-1.9-2.3H17c.9 0 1.7-.3 2.3-.9 1.5-1.4 1.5-4.2 1.5-5.6z"})})},21955:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M17 4H7c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 14c0 .3-.2.5-.5.5H7c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h10c.3 0 .5.2.5.5v12zm-7.5-.5h4V16h-4v1.5z"})})},90254:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M6.08 10.103h2.914L9.657 12h1.417L8.23 4H6.846L4 12h1.417l.663-1.897Zm1.463-4.137.994 2.857h-2l1.006-2.857ZM11 16H4v-1.5h7V16Zm1 0h8v-1.5h-8V16Zm-4 4H4v-1.5h4V20Zm7-1.5V20H9v-1.5h6Z"})})},11269:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m4 5.5h2v6.5h1.5v-6.5h2v-1.5h-5.5zm16 10.5h-16v-1.5h16zm-7 4h-9v-1.5h9z"})})},76673:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5.5A2.25 2.25 0 0 0 9.878 7h4.244A2.251 2.251 0 0 0 12 5.5ZM12 4a3.751 3.751 0 0 0-3.675 3H5v1.5h1.27l.818 8.997a2.75 2.75 0 0 0 2.739 2.501h4.347a2.75 2.75 0 0 0 2.738-2.5L17.73 8.5H19V7h-3.325A3.751 3.751 0 0 0 12 4Zm4.224 4.5H7.776l.806 8.861a1.25 1.25 0 0 0 1.245 1.137h4.347a1.25 1.25 0 0 0 1.245-1.137l.805-8.861Z"})})},95789:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M18.3 11.7c-.6-.6-1.4-.9-2.3-.9H6.7l2.9-3.3-1.1-1-4.5 5L8.5 16l1-1-2.7-2.7H16c.5 0 .9.2 1.3.5 1 1 1 3.4 1 4.5v.3h1.5v-.2c0-1.5 0-4.3-1.5-5.7z"})})},83822:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m11.3 17.2-5-5c-.1-.1-.1-.3 0-.4l2.3-2.3-1.1-1-2.3 2.3c-.7.7-.7 1.8 0 2.5l5 5H7.5v1.5h5.3v-5.2h-1.5v2.6zm7.5-6.4-5-5h2.7V4.2h-5.2v5.2h1.5V6.8l5 5c.1.1.1.3 0 .4l-2.3 2.3 1.1 1.1 2.3-2.3c.6-.7.6-1.9-.1-2.5z"})})},7326:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},90311:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24",children:(0,r.jsx)(a.Path,{d:"M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm1.13 9.38l.35-6.46H8.52l.35 6.46h2.26zm-.09 3.36c.24-.23.37-.55.37-.96 0-.42-.12-.74-.36-.97s-.59-.35-1.06-.35-.82.12-1.07.35-.37.55-.37.97c0 .41.13.73.38.96.26.23.61.34 1.06.34s.8-.11 1.05-.34z"})})},51889:(e,t,n)=>{"use strict";n.d(t,{$4:()=>s,fZ:()=>o,xQ:()=>i});var a=n(54715),r=n(82769);function s(e,t){return 0===t?e.toLowerCase():(0,r.l3)(e,t)}function o(e,t){return 0===t?e.toLowerCase():(0,r.$7)(e)}function i(e,t){return void 0===t&&(t={}),(0,r.fL)(e,(0,a.Cl)({transform:s},t))}},91859:(e,t,n)=>{"use strict";n.d(t,{D:()=>i,f:()=>o});var a=n(54715),r=n(2532),s=n(21644);function o(e){return(0,s.R)(e.toLowerCase())}function i(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:" ",transform:o},t))}},61433:(e,t,n)=>{"use strict";n.r(t),n.d(t,{camelCase:()=>a.xQ,camelCaseTransform:()=>a.$4,camelCaseTransformMerge:()=>a.fZ,capitalCase:()=>r.D,capitalCaseTransform:()=>r.f,constantCase:()=>s.F,dotCase:()=>o.a,headerCase:()=>i.u,noCase:()=>l.W,paramCase:()=>c.c,pascalCase:()=>u.fL,pascalCaseTransform:()=>u.l3,pascalCaseTransformMerge:()=>u.$7,pathCase:()=>d.y,sentenceCase:()=>p.o,sentenceCaseTransform:()=>p.u,snakeCase:()=>m.L});var a=n(51889),r=n(91859),s=n(55633),o=n(19382),i=n(22774),l=n(2532),c=n(74572),u=n(82769),d=n(70320),p=n(82682),m=n(68963)},55633:(e,t,n)=>{"use strict";n.d(t,{F:()=>o});var a=n(54715),r=n(2532),s=n(88415);function o(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:"_",transform:s.l},t))}},87399:e=>{!function(){"use strict";var t=[],n=3988292384;function a(e){var t,a,r,s,o=-1;for(t=0,r=e.length;t>>=1:s=s>>>1^n;o=o>>>8^s}return~o}function r(e,n){var a,s,o;if(void 0!==r.crc&&n&&e||(r.crc=~0,e)){for(a=r.crc,s=0,o=e.length;s>>8^t[255&(a^e[s])];return r.crc=a,~a}}!function(){var e,a,r;for(a=0;a<256;a+=1){for(e=a,r=0;r<8;r+=1)1&e?e=n^e>>>1:e>>>=1;t[a]=e>>>0}}(),e.exports=function(e,t){var n;e="string"==typeof e?(n=e,Array.prototype.map.call(n,(function(e){return e.charCodeAt(0)}))):e;return((t?a(e):r(e))>>>0).toString(16)},e.exports.direct=a,e.exports.table=r}()},51601:function(e,t,n){var a;e.exports=(a=a||function(e,t){var a;if("undefined"!=typeof window&&window.crypto&&(a=window.crypto),"undefined"!=typeof self&&self.crypto&&(a=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(a=globalThis.crypto),!a&&"undefined"!=typeof window&&window.msCrypto&&(a=window.msCrypto),!a&&"undefined"!=typeof window&&window.crypto&&(a=window.crypto),!a)try{a=n(42305)}catch(e){}var r=function(){if(a){if("function"==typeof a.getRandomValues)try{return a.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof a.randomBytes)try{return a.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},s=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),o={},i=o.lib={},l=i.Base={extend:function(e){var t=s(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},c=i.WordArray=l.extend({init:function(e,n){e=this.words=e||[],this.sigBytes=n!=t?n:4*e.length},toString:function(e){return(e||d).stringify(this)},concat:function(e){var t=this.words,n=e.words,a=this.sigBytes,r=e.sigBytes;if(this.clamp(),a%4)for(var s=0;s>>2]>>>24-s%4*8&255;t[a+s>>>2]|=o<<24-(a+s)%4*8}else for(var i=0;i>>2]=n[i>>>2];return this.sigBytes+=r,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=l.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],n=0;n>>2]>>>24-r%4*8&255;a.push((s>>>4).toString(16)),a.push((15&s).toString(16))}return a.join("")},parse:function(e){for(var t=e.length,n=[],a=0;a>>3]|=parseInt(e.substr(a,2),16)<<24-a%8*4;return new c.init(n,t/2)}},p=u.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,a=[],r=0;r>>2]>>>24-r%4*8&255;a.push(String.fromCharCode(s))}return a.join("")},parse:function(e){for(var t=e.length,n=[],a=0;a>>2]|=(255&e.charCodeAt(a))<<24-a%4*8;return new c.init(n,t)}},m=u.Utf8={stringify:function(e){try{return decodeURIComponent(escape(p.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return p.parse(unescape(encodeURIComponent(e)))}},g=i.BufferedBlockAlgorithm=l.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=m.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n,a=this._data,r=a.words,s=a.sigBytes,o=this.blockSize,i=s/(4*o),l=(i=t?e.ceil(i):e.max((0|i)-this._minBufferSize,0))*o,u=e.min(4*l,s);if(l){for(var d=0;d>>24)|4278255360&(r<<24|r>>>8)}var s=this._hash.words,o=e[t+0],l=e[t+1],m=e[t+2],g=e[t+3],A=e[t+4],h=e[t+5],E=e[t+6],f=e[t+7],b=e[t+8],v=e[t+9],C=e[t+10],k=e[t+11],y=e[t+12],B=e[t+13],w=e[t+14],_=e[t+15],I=s[0],x=s[1],j=s[2],S=s[3];I=c(I,x,j,S,o,7,i[0]),S=c(S,I,x,j,l,12,i[1]),j=c(j,S,I,x,m,17,i[2]),x=c(x,j,S,I,g,22,i[3]),I=c(I,x,j,S,A,7,i[4]),S=c(S,I,x,j,h,12,i[5]),j=c(j,S,I,x,E,17,i[6]),x=c(x,j,S,I,f,22,i[7]),I=c(I,x,j,S,b,7,i[8]),S=c(S,I,x,j,v,12,i[9]),j=c(j,S,I,x,C,17,i[10]),x=c(x,j,S,I,k,22,i[11]),I=c(I,x,j,S,y,7,i[12]),S=c(S,I,x,j,B,12,i[13]),j=c(j,S,I,x,w,17,i[14]),I=u(I,x=c(x,j,S,I,_,22,i[15]),j,S,l,5,i[16]),S=u(S,I,x,j,E,9,i[17]),j=u(j,S,I,x,k,14,i[18]),x=u(x,j,S,I,o,20,i[19]),I=u(I,x,j,S,h,5,i[20]),S=u(S,I,x,j,C,9,i[21]),j=u(j,S,I,x,_,14,i[22]),x=u(x,j,S,I,A,20,i[23]),I=u(I,x,j,S,v,5,i[24]),S=u(S,I,x,j,w,9,i[25]),j=u(j,S,I,x,g,14,i[26]),x=u(x,j,S,I,b,20,i[27]),I=u(I,x,j,S,B,5,i[28]),S=u(S,I,x,j,m,9,i[29]),j=u(j,S,I,x,f,14,i[30]),I=d(I,x=u(x,j,S,I,y,20,i[31]),j,S,h,4,i[32]),S=d(S,I,x,j,b,11,i[33]),j=d(j,S,I,x,k,16,i[34]),x=d(x,j,S,I,w,23,i[35]),I=d(I,x,j,S,l,4,i[36]),S=d(S,I,x,j,A,11,i[37]),j=d(j,S,I,x,f,16,i[38]),x=d(x,j,S,I,C,23,i[39]),I=d(I,x,j,S,B,4,i[40]),S=d(S,I,x,j,o,11,i[41]),j=d(j,S,I,x,g,16,i[42]),x=d(x,j,S,I,E,23,i[43]),I=d(I,x,j,S,v,4,i[44]),S=d(S,I,x,j,y,11,i[45]),j=d(j,S,I,x,_,16,i[46]),I=p(I,x=d(x,j,S,I,m,23,i[47]),j,S,o,6,i[48]),S=p(S,I,x,j,f,10,i[49]),j=p(j,S,I,x,w,15,i[50]),x=p(x,j,S,I,h,21,i[51]),I=p(I,x,j,S,y,6,i[52]),S=p(S,I,x,j,g,10,i[53]),j=p(j,S,I,x,C,15,i[54]),x=p(x,j,S,I,l,21,i[55]),I=p(I,x,j,S,b,6,i[56]),S=p(S,I,x,j,_,10,i[57]),j=p(j,S,I,x,E,15,i[58]),x=p(x,j,S,I,B,21,i[59]),I=p(I,x,j,S,A,6,i[60]),S=p(S,I,x,j,k,10,i[61]),j=p(j,S,I,x,m,15,i[62]),x=p(x,j,S,I,v,21,i[63]),s[0]=s[0]+I|0,s[1]=s[1]+x|0,s[2]=s[2]+j|0,s[3]=s[3]+S|0},_doFinalize:function(){var t=this._data,n=t.words,a=8*this._nDataBytes,r=8*t.sigBytes;n[r>>>5]|=128<<24-r%32;var s=e.floor(a/4294967296),o=a;n[15+(r+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),n[14+(r+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),t.sigBytes=4*(n.length+1),this._process();for(var i=this._hash,l=i.words,c=0;c<4;c++){var u=l[c];l[c]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return i},clone:function(){var e=s.clone.call(this);return e._hash=this._hash.clone(),e}});function c(e,t,n,a,r,s,o){var i=e+(t&n|~t&a)+r+o;return(i<>>32-s)+t}function u(e,t,n,a,r,s,o){var i=e+(t&a|n&~a)+r+o;return(i<>>32-s)+t}function d(e,t,n,a,r,s,o){var i=e+(t^n^a)+r+o;return(i<>>32-s)+t}function p(e,t,n,a,r,s,o){var i=e+(n^(t|~a))+r+o;return(i<>>32-s)+t}t.MD5=s._createHelper(l),t.HmacMD5=s._createHmacHelper(l)}(Math),a.MD5)},19382:(e,t,n)=>{"use strict";n.d(t,{a:()=>s});var a=n(54715),r=n(2532);function s(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:"."},t))}},39904:(e,t)=>{"use strict";var n=/^[-!#$%&'*+\/0-9=?A-Z^_a-z{|}~](\.?[-!#$%&'*+\/0-9=?A-Z^_a-z`{|}~])*@[a-zA-Z0-9](-*\.?[a-zA-Z0-9])*\.[a-zA-Z](-?[a-zA-Z0-9])+$/;t.validate=function(e){if(!e)return!1;if(e.length>254)return!1;if(!n.test(e))return!1;var t=e.split("@");return!(t[0].length>64)&&!t[1].split(".").some((function(e){return e.length>63}))}},2467:e=>{"use strict";var t,n="object"==typeof Reflect?Reflect:null,a=n&&"function"==typeof n.apply?n.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};t=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var r=Number.isNaN||function(e){return e!=e};function s(){s.init.call(this)}e.exports=s,e.exports.once=function(e,t){return new Promise((function(n,a){function r(n){e.removeListener(t,s),a(n)}function s(){"function"==typeof e.removeListener&&e.removeListener("error",r),n([].slice.call(arguments))}A(e,t,s,{once:!0}),"error"!==t&&function(e,t,n){"function"==typeof e.on&&A(e,"error",t,n)}(e,r,{once:!0})}))},s.EventEmitter=s,s.prototype._events=void 0,s.prototype._eventsCount=0,s.prototype._maxListeners=void 0;var o=10;function i(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function l(e){return void 0===e._maxListeners?s.defaultMaxListeners:e._maxListeners}function c(e,t,n,a){var r,s,o,c;if(i(n),void 0===(s=e._events)?(s=e._events=Object.create(null),e._eventsCount=0):(void 0!==s.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),s=e._events),o=s[t]),void 0===o)o=s[t]=n,++e._eventsCount;else if("function"==typeof o?o=s[t]=a?[n,o]:[o,n]:a?o.unshift(n):o.push(n),(r=l(e))>0&&o.length>r&&!o.warned){o.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=o.length,c=u,console&&console.warn&&console.warn(c)}return e}function u(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function d(e,t,n){var a={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},r=u.bind(a);return r.listener=n,a.wrapFn=r,r}function p(e,t,n){var a=e._events;if(void 0===a)return[];var r=a[t];return void 0===r?[]:"function"==typeof r?n?[r.listener||r]:[r]:n?function(e){for(var t=new Array(e.length),n=0;n0&&(o=t[0]),o instanceof Error)throw o;var i=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw i.context=o,i}var l=s[e];if(void 0===l)return!1;if("function"==typeof l)a(l,this,t);else{var c=l.length,u=g(l,c);for(n=0;n=0;s--)if(n[s]===t||n[s].listener===t){o=n[s].listener,r=s;break}if(r<0)return this;0===r?n.shift():function(e,t){for(;t+1=0;a--)this.removeListener(e,t[a]);return this},s.prototype.listeners=function(e){return p(this,e,!0)},s.prototype.rawListeners=function(e){return p(this,e,!1)},s.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):m.call(e,t)},s.prototype.listenerCount=m,s.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},60633:function(e){e.exports=function(){"use strict";var e=/^(b|B)$/,t={iec:{bits:["bit","Kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["bit","Kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},n={iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]},a={floor:Math.floor,ceil:Math.ceil};function r(r){var s,o,i,l,c,u,d,p,m,g,A,h,E,f,b,v,C,k,y,B,w,_=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},I=[],x=0;if(isNaN(r))throw new TypeError("Invalid number");if(i=!0===_.bits,b=!0===_.unix,h=!0===_.pad,o=_.base||10,E=void 0!==_.round?_.round:b?1:2,d=void 0!==_.locale?_.locale:"",p=_.localeOptions||{},v=void 0!==_.separator?_.separator:"",C=void 0!==_.spacer?_.spacer:b?"":" ",y=_.symbols||{},k=2===o?_.standard||"iec":"jedec",A=_.output||"string",c=!0===_.fullform,u=_.fullforms instanceof Array?_.fullforms:[],s=void 0!==_.exponent?_.exponent:-1,B=a[_.roundingMethod]||Math.round,m=(g=Number(r))<0,l=o>2?1e3:1024,w=!1===isNaN(_.precision)?parseInt(_.precision,10):0,m&&(g=-g),(-1===s||isNaN(s))&&(s=Math.floor(Math.log(g)/Math.log(l)))<0&&(s=0),s>8&&(w>0&&(w+=8-s),s=8),"exponent"===A)return s;if(0===g)I[0]=0,f=I[1]=b?"":t[k][i?"bits":"bytes"][s];else{x=g/(2===o?Math.pow(2,10*s):Math.pow(1e3,s)),i&&(x*=8)>=l&&s<8&&(x/=l,s++);var j=Math.pow(10,s>0?E:0);I[0]=B(x*j)/j,I[0]===l&&s<8&&void 0===_.exponent&&(I[0]=1,s++),f=I[1]=10===o&&1===s?i?"kbit":"kB":t[k][i?"bits":"bytes"][s],b&&(I[1]=I[1].charAt(0),e.test(I[1])&&(I[0]=Math.floor(I[0]),I[1]=""))}if(m&&(I[0]=-I[0]),w>0&&(I[0]=I[0].toPrecision(w)),I[1]=y[I[1]]||I[1],!0===d?I[0]=I[0].toLocaleString():d.length>0?I[0]=I[0].toLocaleString(d,p):v.length>0&&(I[0]=I[0].toString().replace(".",v)),h&&!1===Number.isInteger(I[0])&&E>0){var S=v||".",Q=I[0].toString().split(S),N=Q[1]||"",R=N.length,T=E-R;I[0]="".concat(Q[0]).concat(S).concat(N.padEnd(R+T,"0"))}return c&&(I[1]=u[s]?u[s]:n[k][s]+(i?"bit":"byte")+(1===I[0]?"":"s")),"array"===A?I:"object"===A?{value:I[0],symbol:I[1],exponent:s,unit:f}:I.join(C)}return r.partial=function(e){return function(t){return r(t,e)}},r}()},22774:(e,t,n)=>{"use strict";n.d(t,{u:()=>s});var a=n(54715),r=n(91859);function s(e,t){return void 0===t&&(t={}),(0,r.D)(e,(0,a.Cl)({delimiter:"-"},t))}},58314:e=>{e.exports=function(e){return null!=e&&null!=e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}},21214:(e,t)=>{"use strict";function n(e){return"[object Object]"===Object.prototype.toString.call(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.isPlainObject=function(e){var t,a;return!1!==n(e)&&(void 0===(t=e.constructor)||!1!==n(a=t.prototype)&&!1!==a.hasOwnProperty("isPrototypeOf"))}},49475:function(e,t){var n,a;a="undefined"!=typeof self?self:"undefined"!=typeof window||"undefined"!=typeof window?window:this,e.exports=function(a){"use strict";var r,s=(a=a||{}).Base64,o="2.6.4",i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l=function(e){for(var t={},n=0,a=e.length;n>>6)+c(128|63&t):c(224|t>>>12&15)+c(128|t>>>6&63)+c(128|63&t);var t=65536+1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320);return c(240|t>>>18&7)+c(128|t>>>12&63)+c(128|t>>>6&63)+c(128|63&t)},d=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,p=function(e){return e.replace(d,u)},m=function(e){var t=[0,2,1][e.length%3],n=e.charCodeAt(0)<<16|(e.length>1?e.charCodeAt(1):0)<<8|(e.length>2?e.charCodeAt(2):0);return[i.charAt(n>>>18),i.charAt(n>>>12&63),t>=2?"=":i.charAt(n>>>6&63),t>=1?"=":i.charAt(63&n)].join("")},g=a.btoa&&"function"==typeof a.btoa?function(e){return a.btoa(e)}:function(e){if(e.match(/[^\x00-\xFF]/))throw new RangeError("The string contains invalid characters.");return e.replace(/[\s\S]{1,3}/g,m)},A=function(e){return g(p(String(e)))},h=function(e){return e.replace(/[+\/]/g,(function(e){return"+"==e?"-":"_"})).replace(/=/g,"")},E=function(e,t){return t?h(A(e)):A(e)},f=function(e){return E(e,!0)};a.Uint8Array&&(r=function(e,t){for(var n="",a=0,r=e.length;a>>18)+i.charAt(c>>>12&63)+(void 0!==o?i.charAt(c>>>6&63):"=")+(void 0!==l?i.charAt(63&c):"=")}return t?h(n):n});var b,v=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,C=function(e){switch(e.length){case 4:var t=((7&e.charCodeAt(0))<<18|(63&e.charCodeAt(1))<<12|(63&e.charCodeAt(2))<<6|63&e.charCodeAt(3))-65536;return c(55296+(t>>>10))+c(56320+(1023&t));case 3:return c((15&e.charCodeAt(0))<<12|(63&e.charCodeAt(1))<<6|63&e.charCodeAt(2));default:return c((31&e.charCodeAt(0))<<6|63&e.charCodeAt(1))}},k=function(e){return e.replace(v,C)},y=function(e){var t=e.length,n=t%4,a=(t>0?l[e.charAt(0)]<<18:0)|(t>1?l[e.charAt(1)]<<12:0)|(t>2?l[e.charAt(2)]<<6:0)|(t>3?l[e.charAt(3)]:0),r=[c(a>>>16),c(a>>>8&255),c(255&a)];return r.length-=[0,0,2,1][n],r.join("")},B=a.atob&&"function"==typeof a.atob?function(e){return a.atob(e)}:function(e){return e.replace(/\S{1,4}/g,y)},w=function(e){return B(String(e).replace(/[^A-Za-z0-9\+\/]/g,""))},_=function(e){return k(B(e))},I=function(e){return String(e).replace(/[-_]/g,(function(e){return"-"==e?"+":"/"})).replace(/[^A-Za-z0-9\+\/]/g,"")},x=function(e){return _(I(e))};a.Uint8Array&&(b=function(e){return Uint8Array.from(w(I(e)),(function(e){return e.charCodeAt(0)}))});var j=function(){var e=a.Base64;return a.Base64=s,e};if(a.Base64={VERSION:o,atob:w,btoa:g,fromBase64:x,toBase64:E,utob:p,encode:E,encodeURI:f,btou:k,decode:x,noConflict:j,fromUint8Array:r,toUint8Array:b},"function"==typeof Object.defineProperty){var S=function(e){return{value:e,enumerable:!1,writable:!0,configurable:!0}};a.Base64.extendString=function(){Object.defineProperty(String.prototype,"fromBase64",S((function(){return x(this)}))),Object.defineProperty(String.prototype,"toBase64",S((function(e){return E(this,e)}))),Object.defineProperty(String.prototype,"toBase64URI",S((function(){return E(this,!0)})))}}return a.Meteor&&(Base64=a.Base64),e.exports?e.exports.Base64=a.Base64:void 0===(n=function(){return a.Base64}.apply(t,[]))||(e.exports=n),{Base64:a.Base64}}(a)},25700:(e,t,n)=>{"use strict";n.d(t,{g:()=>a});function a(e){return e.toLowerCase()}},20305:e=>{"use strict";function t(e,t,n,a){var r=Number(e[t].meta.id+1).toString(),s="";return"string"==typeof a.docId&&(s="-"+a.docId+"-"),s+r}function n(e,t){var n=Number(e[t].meta.id+1).toString();return e[t].meta.subId>0&&(n+=":"+e[t].meta.subId),"["+n+"]"}function a(e,t,n,a,r){var s=r.rules.footnote_anchor_name(e,t,n,a,r),o=r.rules.footnote_caption(e,t,n,a,r),i=s;return e[t].meta.subId>0&&(i+=":"+e[t].meta.subId),''+o+""}function r(e,t,n){return(n.xhtmlOut?'
    \n':'
    \n')+'
    \n
      \n'}function s(){return"
    \n
    \n"}function o(e,t,n,a,r){var s=r.rules.footnote_anchor_name(e,t,n,a,r);return e[t].meta.subId>0&&(s+=":"+e[t].meta.subId),'
  • '}function i(){return"
  • \n"}function l(e,t,n,a,r){var s=r.rules.footnote_anchor_name(e,t,n,a,r);return e[t].meta.subId>0&&(s+=":"+e[t].meta.subId),' ↩︎'}e.exports=function(e){var c=e.helpers.parseLinkLabel,u=e.utils.isSpace;e.renderer.rules.footnote_ref=a,e.renderer.rules.footnote_block_open=r,e.renderer.rules.footnote_block_close=s,e.renderer.rules.footnote_open=o,e.renderer.rules.footnote_close=i,e.renderer.rules.footnote_anchor=l,e.renderer.rules.footnote_caption=n,e.renderer.rules.footnote_anchor_name=t,e.block.ruler.before("reference","footnote_def",(function(e,t,n,a){var r,s,o,i,l,c,d,p,m,g,A,h=e.bMarks[t]+e.tShift[t],E=e.eMarks[t];if(h+4>E)return!1;if(91!==e.src.charCodeAt(h))return!1;if(94!==e.src.charCodeAt(h+1))return!1;for(l=h+2;l=E||58!==e.src.charCodeAt(++l))return!1;if(a)return!0;for(l++,e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.refs||(e.env.footnotes.refs={}),c=e.src.slice(h+2,l-2),e.env.footnotes.refs[":"+c]=-1,(d=new e.Token("footnote_reference_open","",1)).meta={label:c},d.level=e.level++,e.tokens.push(d),r=e.bMarks[t],s=e.tShift[t],o=e.sCount[t],i=e.parentType,A=l,p=m=e.sCount[t]+l-(e.bMarks[t]+e.tShift[t]);l=o)&&(94===e.src.charCodeAt(i)&&(91===e.src.charCodeAt(i+1)&&(n=i+2,!((a=c(e,i+1))<0)&&(t||(e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.list||(e.env.footnotes.list=[]),r=e.env.footnotes.list.length,e.md.inline.parse(e.src.slice(n,a),e.md,e.env,s=[]),e.push("footnote_ref","",0).meta={id:r},e.env.footnotes.list[r]={content:e.src.slice(n,a),tokens:s}),e.pos=a+1,e.posMax=o,!0))))})),e.inline.ruler.after("footnote_inline","footnote_ref",(function(e,t){var n,a,r,s,o=e.posMax,i=e.pos;if(i+3>o)return!1;if(!e.env.footnotes||!e.env.footnotes.refs)return!1;if(91!==e.src.charCodeAt(i))return!1;if(94!==e.src.charCodeAt(i+1))return!1;for(a=i+2;a=o)&&(a++,n=e.src.slice(i+2,a-1),void 0!==e.env.footnotes.refs[":"+n]&&(t||(e.env.footnotes.list||(e.env.footnotes.list=[]),e.env.footnotes.refs[":"+n]<0?(r=e.env.footnotes.list.length,e.env.footnotes.list[r]={label:n,count:0},e.env.footnotes.refs[":"+n]=r):r=e.env.footnotes.refs[":"+n],s=e.env.footnotes.list[r].count,e.env.footnotes.list[r].count++,e.push("footnote_ref","",0).meta={id:r,subId:s,label:n}),e.pos=a,e.posMax=o,!0)))})),e.core.ruler.after("inline","footnote_tail",(function(e){var t,n,a,r,s,o,i,l,c,u,d=!1,p={};if(e.env.footnotes&&(e.tokens=e.tokens.filter((function(e){return"footnote_reference_open"===e.type?(d=!0,c=[],u=e.meta.label,!1):"footnote_reference_close"===e.type?(d=!1,p[":"+u]=c,!1):(d&&c.push(e),!d)})),e.env.footnotes.list)){for(o=e.env.footnotes.list,i=new e.Token("footnote_block_open","",1),e.tokens.push(i),t=0,n=o.length;t0?o[t].count:1,a=0;a{},53290:()=>{},15583:()=>{},81500:()=>{},88904:()=>{},34006:()=>{},57482:()=>{},7683:()=>{},9944:()=>{},38742:()=>{},9383:()=>{},44288:()=>{},39653:()=>{},26075:()=>{},25634:()=>{},49488:()=>{},34229:()=>{},54447:()=>{},19569:()=>{},65486:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={container:"demNsMJjhi7BLY7xhjU5","icon-wrapper":"QiUjdjJSkqh6nH7YMG5A","is-error":"Q080AHcq29J2fc68Hhk5",icon:"hYWbIwhppukXmGnsiT9H","is-warning":"JjHuxWly0HI9C60gorbq","is-info":"Cm8ZFHi3mngl4cj9Gatx","is-success":"ytGBsU015p3LGwOPwFDx"}},77560:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={button:"zI5tJ_qhWE6Oe6Lk75GY","is-icon-button":"tuBt2DLqimiImoqVzPqo",small:"Na39I683LAaSA99REg14",normal:"ipS7tKy9GntCS4R3vekF",icon:"paGLQwtPEaJmtArCcmyK",regular:"lZAo6_oGfclXOO9CC6Rd","full-width":"xJDOiJxTt0R_wSl8Ipz_",loading:"q_tVWqMjl39RcY6WtQA6","external-icon":"CDuBjJp_8jxzx5j6Nept"}},4459:()=>{},84813:()=>{},47842:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"star-icon":"cuoSlhSNrqf1dozY22Xb",jetpack:"lAIiifeLMmZAPlQ9n9ZR","checkmark-icon":"JLquNpQVlysAamuh5lJO",socialIcon:"cbOwD8Y4tFjwimmtchQI",bluesky:"aLWBKY0yRghEk7tNCgK3",facebook:"aHOlEBGD5EA8NKRw3xTw",instagram:"cL3m0xBYTYhIKI7lCqDB",twitter:"af4Y_zItXvLAOEoSDPSv",linkedin:"f68aqF3XSD1OBvXR1get",tumblr:"xFI0dt3UiXRlRQdqPWkx",google:"q7JEoyymveP6kF747M43",mastodon:"DKOBOTVmTLbh26gUH_73",nextdoor:"n5XodNsuMfMAAvqHFmbw",whatsapp:"fftumuc_lJ6v0tq4UMVR",threads:"inzgC27qxdt7hSdhTWRI"}},59053:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={sm:"(max-width: 599px)",md:"(min-width: 600px) and (max-width: 959px)",lg:"(min-width: 960px)"}},47876:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={placeholder:"NisihrgiIKl_knpYJtfg",pulse:"R2i0K45dEF157drbVRPI"}},16024:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={container:"VHYulMcpzbr10HWR0iSE","icon-wrapper":"FGpSkMCiIHQjszcV0dbn","close-button":"KoWZcCwhW13xvkEb0QON","main-content":"smrfczkC53EaFM8OJUXs",title:"IKYRWoPwt9xOVEx1wzNS","action-bar":"qM0qY6mPYp1MPN54A3Kg","is-error":"A5YkDkkXuiYgavrY6Nux",icon:"y_IPyP1wIAOhyNaqvXJq","is-warning":"cT5rwuPMZzWvi5o6shMl","is-info":"yo0O3uvNomPsYUXFCpAS","is-success":"oZdDFf1jBLkzn5ICCC6x"}},85335:()=>{},22073:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={reset:"WQVtrU6q0L1Igcj7wCrQ","headline-medium":"UujoBFTnQNY2cWU2SIsH","headline-small":"TeGO5V_thHw5lDAm1_2M","headline-small-regular":"WolQzb2MsSgiNmLtc7_j","title-medium":"hUB0JT8p1T2Hw28N6qC8","title-medium-semi-bold":"gKZWDv5chz3_O3Syp74H","title-small":"zY2No8Ga4b8shbOQGhnv",body:"tIj0D1t8Cc892ikmgFPZ","body-small":"KdcN0BnOaVeVhyLRKqhS","body-extra-small":"dso3Rh3tl3Xv1GumBktz","body-extra-small-bold":"mQ1UlbN9u4Mg9byO8m7v",label:"PItlW5vRExLnTj4a8eLE","m-0":"TwRpPlktzxhmFVeua7P5","mx-0":"zVfqx7gyb3o9mxfGynn1","my-0":"iSHVzNiB9iVleGljaQxy","mt-0":"xqDIp6cNVr_E6RXaiPyD","mr-0":"S8EwaXk1kyPizt6x4WH2","mb-0":"ODX5Vr1TARoLFkDDFooD","ml-0":"cphJ8dCpfimnky7P2FHg","m-1":"PFgIhNxIyiSuNvQjAIYj","mx-1":"M2jKmUzDxvJjjVEPU3zn","my-1":"io15gAh8tMTNbSEfwJKk","mt-1":"rcTN5uw9xIEeMEGL3Xi_","mr-1":"CQSkybjq2TcRM1Xo9COV","mb-1":"hfqOWgq6_MEGdFE82eOY","ml-1":"I8MxZQYTbuu595yfesWA","m-2":"kQkc6rmdpvLKPkyoJtVQ","mx-2":"j6vFPxWuu4Jan2ldoxpp","my-2":"hqr39dC4H_AbactPAkCG","mt-2":"c3dQnMi16C6J6Ecy4283","mr-2":"YNZmHOuRo6hU7zzKfPdP","mb-2":"Db8lbak1_wunpPk8NwKU","ml-2":"ftsYE5J9hLzquQ0tA5dY","m-3":"Det4MHzLUW7EeDnafPzq","mx-3":"h_8EEAztC29Vve1datb5","my-3":"YXIXJ0h1k47u6hzK8KcM","mt-3":"soADBBkcIKCBXzCTuV9_","mr-3":"zSX59ziEaEWGjnpZa4uV","mb-3":"yrVTnq_WBMbejg89c2ZQ","ml-3":"UKtHPJnI2cXBWtPDm5hM","m-4":"guexok_Tqd5Tf52hRlbT","mx-4":"oS1E2KfTBZkJ3F0tN7T6","my-4":"DN1OhhXi6AoBgEdDSbGd","mt-4":"ot2kkMcYHv53hLZ4LSn0","mr-4":"A1krOZZhlQ6Sp8Cy4bly","mb-4":"pkDbXXXL32237M0hokEh","ml-4":"XXv4kDTGvEnQeuGKOPU3","m-5":"yGqHk1a57gaISwkXwXe6","mx-5":"X8cghM358X3DkXLc9aNK","my-5":"GdfSmGwHlFnN2S6xBn1f","mt-5":"yqeuzwyGQ7zG0avrGqi_","mr-5":"g9emeCkuHvYhveiJbfXO","mb-5":"Lvk3dqcyHbZ07QCRlrUQ","ml-5":"r3yQECDQ9qX0XZzXlVAg","m-6":"aQhlPwht2Cz1X_63Miw0","mx-6":"JyHb0vK3wJgpblL9s5j8","my-6":"cY2gULL1lAv6WPNIRuf3","mt-6":"NBWQ9Lwhh_fnry3lg_p7","mr-6":"yIOniNe5E40C8fWvBm5V","mb-6":"t30usboNSyqfQWIwHvT3","ml-6":"Nm_TyFkYCMhOoghoToKJ","m-7":"C4qJKoBXpgKtpmrqtEKB","mx-7":"S93Srbu6NQ_PBr7DmTiD","my-7":"fJj8k6gGJDks3crUZxOS","mt-7":"cW6D6djs7Ppm7fD7TeoV","mr-7":"DuCnqNfcxcP3Z__Yo5Ro","mb-7":"im8407m2fw5vOg7O2zsw","ml-7":"G0fbeBgvz2sh3uTP9gNl","m-8":"kvW3sBCxRxUqz1jrVMJl","mx-8":"tOjEqjLONQdkiYx_XRnw","my-8":"op5hFSx318zgxsoZZNLN","mt-8":"c9WfNHP6TFKWIfLxv52J","mr-8":"sBA75QqcqRwwYSHJh2wc","mb-8":"GpL6idrXmSOM6jB8Ohsf","ml-8":"HbtWJoQwpgGycz8dGzeT","p-0":"uxX3khU88VQ_Ah49Ejsa","px-0":"KX0FhpBKwKzs9fOUdbNz","py-0":"PfK8vKDyN32dnimlzYjz","pt-0":"emxLHRjQuJsImnPbQIzE","pr-0":"kJ8WzlpTVgdViXt8ukP9","pb-0":"tg_UIUI11VBzrTAn2AzJ","pl-0":"uczvl8kaz84oPQJ2DB2R","p-1":"o7UHPcdVK3lt7q3lqV4o","px-1":"IDqEOxvDoYrFYxELPmtX","py-1":"DdywPW2qSYlu2pt8tpO2","pt-1":"npy3hw4A5QSkDicb2CJJ","pr-1":"LgbptTApNY5NwLQvEFAt","pb-1":"WZQy2SZuZso59bUsXXyl","pl-1":"o331apInxNunbYB3SfPE","p-2":"fMPIyD9Vqki1Lrc_yJnG","px-2":"i2pMcTcdrr10IQoiSm_L","py-2":"eA702gn32kwptiI1obXH","pt-2":"o9bGieUKcYc8o0Ij9oZX","pr-2":"SwZcFez1RDqWsOFjB5iG","pb-2":"eHpLc_idmuEqeqCTvqkN","pl-2":"vU39i2B4P1fUTMB2l6Vo","p-3":"JHWNzBnE29awhdu5BEh1","px-3":"X72lGbb56L3KFzC2xQ9N","py-3":"BzfNhRG8wXdCEB5ocQ6e","pt-3":"srV0KSDC83a2fiimSMMQ","pr-3":"lUWfkmbQjCskhcNwkyCm","pb-3":"Ts0dIlc3aTSL7V4cIHis","pl-3":"CzlqQXXhX6MvorArFZ8B","p-4":"TqMPkQtR_DdZuKb5vBoV","px-4":"a7UrjhI69Vetlcj9ZVzz","py-4":"StEhBzGs2Gi5dDEkjhAv","pt-4":"FGneZfZyvYrt1dG0zcnm","pr-4":"APEH216rpdlJWgD2fHc8","pb-4":"oGwXC3ohCic9XnAj6x69","pl-4":"U6gnT9y42ViPNOcNzBwb","p-5":"IpdRLBwnHqbqFrixgbYC","px-5":"HgNeXvkBa9o3bQ5fvFZm","py-5":"tJtFZM3XfPG9v9TSDfN1","pt-5":"PdifHW45QeXYfK568uD8","pr-5":"mbLkWTTZ0Za_BBbFZ5b2","pb-5":"vVWpZpLlWrkTt0hMk8XU","pl-5":"RxfaJj5a1Nt6IavEo5Zl","p-6":"SppJULDGdnOGcjZNCYBy","px-6":"palY2nLwdoyooPUm9Hhk","py-6":"WYw1JvZC0ppLdvSAPhr_","pt-6":"YEEJ9b90ueQaPfiU8aeN","pr-6":"QE0ssnsKvWJMqlhPbY5u","pb-6":"n8yA3jHlMRyLd5UIfoND","pl-6":"tXHmxYnHzbwtfxEaG51n","p-7":"kBTsPKkO_3g_tLkj77Um","px-7":"RyhrFx6Y1FGDrGAAyaxm","py-7":"CBwRpB0bDN3iEdQPPMJO","pt-7":"vQVSq6SvWKbOMu6r4H6b","pr-7":"oBy5__aEADMsH46mrgFX","pb-7":"KVEXoJqf1s92j0JMdNmN","pl-7":"ZMXGNrNaKW3k_3TLz0Fq","p-8":"tuiR9PhkHXhGyEgzRZRI","px-8":"U7454qyWkQNa2iaSJziu","py-8":"VLYIv2GVocjuN93e8HC8","pt-8":"X1rm9DQ1zLGLfogja5Gn","pr-8":"JS7G6kAuqJo5GIuF8S5t","pb-8":"Y8F9ga1TDCMbM1lj4gUz","pl-8":"AJuyNGrI63BOWql719H8"}},25196:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={global:"_fUXxnSp5pagKBp9gSN7"}},85605:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"O5Go3eBOBqWlXy7fX0su","connection-name":"fgQ4OdnJ1svMwDnOKu2H","profile-link":"ArQoWnNoP4okGpEbxF6b",confirmDialog:"QsEfjoVyfc0gVACXTvUM","mark-shared-wrap":"eCH_xkiqbqL0UkJjU_1p","connection-panel":"J2Rz6Qb6mWPyJDF0yoqw","connection-list":"fXYYdRkn3LXtN9YH3354","connection-list-item":"LaK9P7Nfi4ZBH0NhtbSs","connection-item":"tI3FtttoJPuF9AJzCAMv","connection-item-name":"msoMjBB_4Uq5qpRgobsH","learn-more":"RjMLptH6v03AX5ABWBp3","connection-name-wrapper":"z5Do97zRnujyW3Oj0pPJ"}},49514:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"connection-container":"KQcQQLxH5fI08DfOlKwL"}},71016:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"connections-list":"Ua6eKcnk_tQQpFlgXMSn","components-notice":"SHqrIEguRfCILRHPyxE9","more-link":"ejyuBjiLmHz_UTFmBnjA","change-settings-button":"smqXe_da1eoP4Agql_Cs","enhanced-features-nudge":"eQZwqSCI_uVWrJ2jIRUA","enabled-connections-notice":"O_ZghPCUG7291iVsp1wx","no-connections-text":"nrOxj0JeSCWwCB4oaR94","broken-connection-btn":"Jxra4242dPPaUy28mM8H","broken-connection-service":"amoEz9VXiwF3eyLxTbOA","broken-connection":"irsbCLZJNayrJ0g_joAn","settings-button":"lIKYDl6xVVtMbvcUDrrn"}},60548:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={container:"OWstrHF6QZdaosKs0b6j",hidden:"HJMFrbZ0khdkKKkocrIK"}},18973:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={confirmation:"udAWaza1u34TkmZZUPq4","header-text":"JsO4jFxFAKjG6Go62bZF",form:"SeoSfJ6eII9O0PiDkl5g","accounts-list":"M6POQFFbhswwolN6D9VN","account-input":"Sk_WQxS97yTokR_rM3Ci","account-label":"CRjatFVv3dQMjG9_Vmjj","submit-wrap":"re3HrL6GJa59uqDgx771","profile-pic":"jPB4ApiYyEswu6AKKJqk","account-info":"JhIphWt8e2X_ee0l7KEZ"}},73842:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={modal:"Mu_jAq5ZcYDM1kmBbxcs","connect-form":"foAsC5GlXOWEzACnxT_P",small:"_7PKKGx44v2H9dJbUltFw","manual-share":"IGOk1gMf5SKkfOKyF7Xc"}},27681:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"pp_WJTHlGIX9bcHCLxJh",title:"IzRyqrcpwjKRBJKEtECz"}},97671:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"preview-wrapper":"cZuW54OEuUN9yvuE_rNU","preview-image":"vCs0BOExDMOystFhG2wa",container:"sKpch49QzrpontC0DvF7",subtitle:"vOO47kVjHn7i63fQ0bx0",preview:"ziE_jq4PmQmGBedGskf_",remove:"qqGj0rmSJvZs9dyr0u_I","remove-loading":"TJGgifcTHqUtknPqVQpH"}},35270:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"f92zWdEJJIwBvwH5rRzn",disabled:"rBTOWyeewE4VxAqYgjoI","preview-wrapper":"PykCvaqoL7AIDzVKJAtg",notice:"SSMDWFYkP44va5KqPpTP",subtitle:"Q21myqk1zOYB3IH8YuEq","learn-more":"RoerAwwhu_PqirHlSJPz"}},93794:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={notice:"ptn8jt555LOvMXWaoLxs","notice--default":"IVzciZv5S5E8XgR5EsLp","notice--highlight":"OpbDsm3F65Z4K5Bz43cz","notice--warning":"dlrSwB0tyuf1TYcypDec","notice--error":"hkpqil8E11PObwu7TVU2",content:"AeqtA3GRe7sFjKaC9SqL",dismiss:"IArBTmNL2K4du5WPBUhg",actions:"T7E2eJJN4qjwPpv3mcjV"}},87170:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={panel:"U_WW2qLSQA71SJYyITOq"}},5780:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={description:"D8uyjb_rjCf4HTMT0mj0"}},55387:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"loading-block":"dCsa7WNQhT_7RhRkZih1","loading-text":"VotVfPmHNdU_xItAWEKQ"}},61420:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"dhja1sVSpDACLZ6k4sBy"}},76445:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={prompt:"CW7R8fRQqVKfyXFYiNWR",buttons:"n34j0qWq2EZzYl1jAiej",button:"aIuCL8MdydCJGcrOqp4x",header:"qegtnlYWDc3UnIGPRlQb"}},42475:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={services:"SbpyhN5jnda8H868J3rX","service-list-item":"ONeewrk3aNC1gYJebq7K","service-item":"RoTxOeGFqAwk3pXUZpvF","service-item-info":"AjlYaYB_xi9ciXXCqHIJ","service-basics":"kdYli5nS3b46T57Ih5TQ",heading:"ci8T5eNe1rggYILce596",badges:"W6mPdl5wGQlXfp1hYSK0",badge:"QbcyaAVqz3U_2xlIOZCw",title:"fXvUC1jZNUXR7RSrIylI",description:"d22_aeSA1etqpnckP_Mr",actions:"ddhaNmGMqOySRjR_TtqJ","learn-more":"nnSF_IK4vYviTlCOzPrg","service-panel":"u17AiTny2Jbh35JFAUYw","connect-form-wrapper":"U_Z9JvOsEQ6BtkH9P1IQ","active-connection":"MyXskAb4aXwO7zitR97z","broken-connection-alert":"hMntEpO6BV5B11lyAitv","service-connection-list":"Y_4JpLfOnXVZKvEs179H","example-wrapper":"jdahJvXCrCw0hA5NP3D3",small:"LLeYGX7Owy6gmpNW88VV","service-connection":"EdjyE9tVLH6lWMoB9z3M","connection-details":"EQQHwkVXRn0caD6J7LqV","profile-pic":"vvlyiVm67wUWF9NhpMA4",disconnect:"zqX6xk8KCGK1_qbYKqY5","connect-form":"fNeO_MZFp7cPkgtCdkAF","connect-button":"zK8sijAMFNs2m6WRAoi4","mark-shared-wrap":"zLobzkXnF6jHxNvkfz5_"}},99811:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"share-buttons":"JUeclE9CucaXRlTL5K9H",x:"rhyZKz4FQtFOFAMwLgLj",whatsapp:"DDRhGoqXUOM6Jug54nEB",facebook:"h57Cabo4jn8Ke77_DLOX",clipboard:"tvNWJpaNzPro4QaItBae",vertical:"p_VTpBCFklSkcb0iiD0K",container:"DyIAUIn_2bkciyB_XtgH",label:"Lx8xScOApJmJdhJF9JWd"}},14150:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"trigger-wrapper":"kyLdsnatoC0HbIDJQm9S",wrapper:"Syp1HH254tFVzcFG2Zh2",spinner:"TqhtumZm_qrPdnAiAWk1",modal:"YABlqQXOGnawHFcJa7zT","share-item-name-wrapper":"vEA7jwVDDYmYUaVhX9QR","share-item-name":"AsH9JOuWehE027IlR7Y2","share-status-wrapper":"hvN5L4O60W8ftCvW1gRX","share-status-success":"aF8rESnbAc_uQUN0H3py","share-status-failure":"mfUKWd8ZvydeEyWeKhJ2","share-status-label":"pvVeQhJ9oNx0CFoHYEit","share-status-icon-tooltip":"fXQtkkrybB5DooWXxt67","share-status-icon":"bJAz31xuwL_vO4V97YfM","dataview-wrapper":"eYjvcy4kG7GH44dIVLYO","connection-name":"Zr_Eo4TmHx_X7UFoJcuM","retry-wrapper":"csen0rABejxv4X3l1cx5"}},53744:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={templateControl:"tfWupx32Rn5hHqVjTzui",customText:"qu9UsV1EEFeFxhU3Wgt5",mediaPicker:"nZhgKYFn6MQoIDGcKrUG"}},88375:()=>{"use strict"},52002:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={templates:"m9360_cMWKFHTNk9xpNz",template:"j4EvSJfKIJLGEIAETiEY","template--active":"dQb3Zpl0puk4V6ezZslo"}},47944:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={panel:"nOZgE6dP_guav2888GAK",modal:"jxndagXCphEhzYfnjHMZ","modal-content":"na9tpJVboVaxVNabSRsr","close-button":"VxWWpt730pSzZCEVjxA3","settings-header":"z14EiGfFuQwKazBW3LpF","settings-section":"LAWYmJPODB8LgzQMzsyx","settings-content":"vVbLRydJFLCVa49hSz83","preview-section":"uw1atyZ2fcJoKjwf6SZW","preview-content":"meKppCUznQhlkjwZuS6G","disabled-tab":"HS7f47n0w2xUqa4wQkwX","modal-description":"dKXzdVKZ7LYvSmUVrl26"}},95051:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"publicize-notice":"__nV49on4_ijaV8Brnsw","components-notice":"zZ3Pu7E87XyYIdPR2WTt","components-button":"fLC8AaLf3xcKaoJ4Opax"}},76794:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"sP1aklNMfj7lCDxuhWaq",progress:"a6tcXi51GAewl3qx0AVi",duration:"uFtCCGeycoI94JbCnJh8"}},54746:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"h2NGkiVs1r1nf85LtJpF","conversion-notice":"k3Apzwo3v9n0IaHbB8tf"}},44997:e=>{var t=1e3,n=60*t,a=60*n,r=24*a,s=7*r,o=365.25*r;function i(e,t,n,a){var r=t>=1.5*n;return Math.round(e/n)+" "+a+(r?"s":"")}e.exports=function(e,l){l=l||{};var c=typeof e;if("string"===c&&e.length>0)return function(e){if((e=String(e)).length>100)return;var i=/^(-?(?:\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(!i)return;var l=parseFloat(i[1]);switch((i[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return l*o;case"weeks":case"week":case"w":return l*s;case"days":case"day":case"d":return l*r;case"hours":case"hour":case"hrs":case"hr":case"h":return l*a;case"minutes":case"minute":case"mins":case"min":case"m":return l*n;case"seconds":case"second":case"secs":case"sec":case"s":return l*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return l;default:return}}(e);if("number"===c&&isFinite(e))return l.long?function(e){var s=Math.abs(e);if(s>=r)return i(e,s,r,"day");if(s>=a)return i(e,s,a,"hour");if(s>=n)return i(e,s,n,"minute");if(s>=t)return i(e,s,t,"second");return e+" ms"}(e):function(e){var s=Math.abs(e);if(s>=r)return Math.round(e/r)+"d";if(s>=a)return Math.round(e/a)+"h";if(s>=n)return Math.round(e/n)+"m";if(s>=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))}},2532:(e,t,n)=>{"use strict";n.d(t,{W:()=>o});var a=n(25700),r=[/([a-z0-9])([A-Z])/g,/([A-Z])([A-Z][a-z])/g],s=/[^A-Z0-9]+/gi;function o(e,t){void 0===t&&(t={});for(var n=t.splitRegexp,o=void 0===n?r:n,l=t.stripRegexp,c=void 0===l?s:l,u=t.transform,d=void 0===u?a.g:u,p=t.delimiter,m=void 0===p?" ":p,g=i(i(e,o,"$1\0$2"),c,"\0"),A=0,h=g.length;"\0"===g.charAt(A);)A++;for(;"\0"===g.charAt(h-1);)h--;return g.slice(A,h).split("\0").map(d).join(m)}function i(e,t,n){return t instanceof RegExp?e.replace(t,n):t.reduce((function(e,t){return e.replace(t,n)}),e)}},68530:(e,t,n)=>{"use strict";var a=n(10961);e.exports=function(e,t){var n=this;return a(n.data,e,n.data[t]||r,n),n};var r=[]},35479:(e,t,n)=>{"use strict";var a=n(75466);e.exports=function(e){return Boolean(a(this,e))}},49897:(e,t,n)=>{"use strict";var a=n(74424);e.exports=function(e){var t,n,r,s,o=this,i=-1;a(e,o,o.data);for(;++i{"use strict";var a=n(58314),r=n(58496);e.exports=o;var s=o.prototype;function o(e,t){var n,s=-1;if(!(this instanceof o))return new o(e,t);if("string"==typeof e||a(e)?("string"==typeof t||a(t))&&(n=[{dic:t}]):e&&("length"in e?(n=e,e=e[0]&&e[0].aff):(e.dic&&(n=[e]),e=e.aff)),!e)throw new Error("Missing `aff` in dictionary");if(e=r(e),this.data=Object.create(null),this.compoundRuleCodes=e.compoundRuleCodes,this.replacementTable=e.replacementTable,this.conversion=e.conversion,this.compoundRules=e.compoundRules,this.rules=e.rules,this.flags=e.flags,n)for(;++s{"use strict";e.exports=function(e){var t,n,a,r,s=this,o=e.toString("utf8").split("\n"),i=-1;void 0===s.flags.FORBIDDENWORD&&(s.flags.FORBIDDENWORD=!1);r=s.flags.FORBIDDENWORD;for(;++i{"use strict";e.exports=function(e){return delete this.data[e],this}},92347:(e,t,n)=>{"use strict";var a=n(75466),r=n(91534);e.exports=function(e){var t=this,n=a(t,e,!0);return{correct:t.correct(e),forbidden:Boolean(n&&r(t.flags,"FORBIDDENWORD",t.data[n])),warn:Boolean(n&&r(t.flags,"WARN",t.data[n]))}}},98559:(e,t,n)=>{"use strict";var a=n(41455),r=n(92545),s=n(91534),o=n(75466);e.exports=function(e){var t,n,s,o,c,u,d,p,m,g,A,h,E,f,b,v,C,k,y,B,w,_,I,x,j,S=this,Q={},N=[],R={},T=[];if(!(e=r(e.trim(),S.conversion.in))||S.correct(e))return[];j=a(e),o=-1;for(;++o-1;)T.push(e.replace(n[0],n[1])),c=e.indexOf(n[0],c+1);o=-1;for(;++oR[t]?-1:1}(e,t)||function(e,t){var n=a(e),r=a(t);return n===r?0:n===j?-1:r===j?1:void 0}(e,t)||function(e,t){return e.localeCompare(t)}(e,t)})),s=[],I=[],o=-1;for(;++o{"use strict";var a=n(77598);e.exports=function(e,t,n,o){var i,l,c,u,d,p,m,g=-1;(!("NEEDAFFIX"in o.flags)||n.indexOf(o.flags.NEEDAFFIX)<0)&&function(e,t,n){var a=e[t];t in e?a===s?e[t]=n.concat():r.apply(a,n):e[t]=n.concat()}(e,t,n);for(;++g{"use strict";var a=n(73509);e.exports=function(e){var t,n,u,d,p,m,g,A,h,E,f,b,v=Object.create(null),C=Object.create(null),k=Object.create(null),y=[],B={in:[],out:[]},w=[],_=e.toString("utf8"),I=[],x=0,j=_.indexOf("\n");k.KEY=[];for(;j>-1;)S(_.slice(x,j)),x=j+1,j=_.indexOf("\n",x);S(_.slice(x)),j=-1;for(;++j{"use strict";e.exports=function e(t,n,a,r){var s,o,i,l,c,u=-1;for(;++u{"use strict";function t(e){return e===e.toLowerCase()?"l":e===e.toUpperCase()?"u":null}e.exports=function(e){var n=t(e.charAt(0)),a=e.slice(1);if(!a)return n;if(a=t(a),n===a)return n;if("u"===n&&"l"===a)return"s";return null}},74424:(e,t,n)=>{"use strict";var a=n(73509),r=n(10961);e.exports=function(e,t,n){var a=e.toString("utf8"),r=a.indexOf("\n")+1,s=a.indexOf("\n",r);for(;s>-1;)9!==a.charCodeAt(r)&&o(a.slice(r,s),t,n),r=s+1,s=a.indexOf("\n",r);o(a.slice(r),t,n)};var s=/\s/g;function o(e,t,n){for(var o,i,l=e.indexOf("/"),c=e.indexOf("#"),u="";l>-1&&92===e.charCodeAt(l-1);)l=(e=e.slice(0,l-1)+e.slice(l)).indexOf("/",l);c>-1?l>-1&&l-1?(o=e.slice(0,l),u=e.slice(l+1)):o=e,(o=o.trim())&&r(n,o,a(t.flags,u.trim()),t)}},81277:(e,t,n)=>{"use strict";var a=n(91534);e.exports=function(e,t){var n=-1;if(e.data[t])return!a(e.flags,"ONLYINCOMPOUND",e.data[t]);if(t.length>=e.flags.COMPOUNDMIN)for(;++n{"use strict";e.exports=function(e,t,n){return n&&t in e&&n.indexOf(e[t])>-1}},75466:(e,t,n)=>{"use strict";var a=n(92545),r=n(81277),s=n(91534);function o(e,t,n){return s(e,"KEEPCASE",t)||n||s(e,"FORBIDDENWORD",t)}e.exports=function(e,t,n){var i,l=t.trim();if(!l)return null;if(l=a(l,e.conversion.in),r(e,l))return!n&&s(e.flags,"FORBIDDENWORD",e.data[l])?null:l;if(l.toUpperCase()===l){if(i=l.charAt(0)+l.slice(1).toLowerCase(),o(e.flags,e.data[i],n))return null;if(r(e,i))return i}if((i=l.toLowerCase())!==l){if(o(e.flags,e.data[i],n))return null;if(r(e,i))return i}return null}},92545:e=>{"use strict";e.exports=function(e,t){var n=-1;for(;++n{"use strict";e.exports=function(e,n){var a,r=0;if(!n)return t;if("long"===e.FLAG){for(a=new Array(Math.ceil(n.length/2));r{"use strict";e.exports=function(){return this.flags.WORDCHARS||null}},74572:(e,t,n)=>{"use strict";n.d(t,{c:()=>s});var a=n(54715),r=n(19382);function s(e,t){return void 0===t&&(t={}),(0,r.a)(e,(0,a.Cl)({delimiter:"-"},t))}},82769:(e,t,n)=>{"use strict";n.d(t,{$7:()=>o,fL:()=>i,l3:()=>s});var a=n(54715),r=n(2532);function s(e,t){var n=e.charAt(0),a=e.substr(1).toLowerCase();return t>0&&n>="0"&&n<="9"?"_"+n+a:""+n.toUpperCase()+a}function o(e){return e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()}function i(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:"",transform:s},t))}},70320:(e,t,n)=>{"use strict";n.d(t,{y:()=>s});var a=n(54715),r=n(19382);function s(e,t){return void 0===t&&(t={}),(0,r.a)(e,(0,a.Cl)({delimiter:"/"},t))}},14936:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(87399),r=n.n(a),s=n(11264),o=n.n(s),i=n(10067),l=n.n(i)()("photon"),c={width:"w",height:"h",letterboxing:"lb",removeLetterboxing:"ulb"},u="__domain__.invalid",d="http://".concat(u),p="https://i0.wp.com";function m(e,t){var n;try{n=new URL(e,d)}catch(e){return null}var a,s,i,m,g,A="https:"===n.protocol,h=new URL(p);if(g=n.host,/^i[0-2]\.wp\.com$/.test(g))h.pathname=n.pathname,h.hostname=n.hostname;else{if(n.search)return null;var E=n.href.replace("".concat(n.protocol,"/"),"");"blob:"===n.protocol&&(E=n.pathname.replace("://","//")),n.hostname===u&&(E=n.pathname),h.pathname=E,h.hostname=(a=E,s=r()(a),i=o()(s),m="i"+Math.floor(3*i()),l('determined server "%s" to use with "%s"',m,a),m+".wp.com"),A&&h.searchParams.set("ssl",1)}if(t)for(var f in t)"host"!==f&&"hostname"!==f?"secure"!==f||t[f]?h.searchParams.set(c[f]||f,t[f]):h.protocol="http:":h.hostname=t[f];return l("generated Photon URL: %s",h.href),h.href}},15762:(e,t,n)=>{"use strict";var a=n(53761);function r(){}function s(){}s.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,s,o){if(o!==a){var i=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 i.name="Invariant Violation",i}}function t(){return e}e.isRequired=e;var n={array:e,bigint: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:s,resetWarningCache:r};return n.PropTypes=n,n}},28120:(e,t,n)=>{e.exports=n(15762)()},53761:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},87072:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>f});const a=2147483647,r=36,s=/^xn--/,o=/[^\0-\x7F]/,i=/[\x2E\u3002\uFF0E\uFF61]/g,l={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},c=Math.floor,u=String.fromCharCode;function d(e){throw new RangeError(l[e])}function p(e,t){const n=e.split("@");let a="";n.length>1&&(a=n[0]+"@",e=n[1]);const r=function(e,t){const n=[];let a=e.length;for(;a--;)n[a]=t(e[a]);return n}((e=e.replace(i,".")).split("."),t).join(".");return a+r}function m(e){const t=[];let n=0;const a=e.length;for(;n=55296&&r<=56319&&n>1,e+=c(e/t);e>455;a+=r)e=c(e/35);return c(a+36*e/(e+38))},h=function(e){const t=[],n=e.length;let s=0,o=128,i=72,l=e.lastIndexOf("-");l<0&&(l=0);for(let n=0;n=128&&d("not-basic"),t.push(e.charCodeAt(n));for(let p=l>0?l+1:0;p=n&&d("invalid-input");const l=(u=e.charCodeAt(p++))>=48&&u<58?u-48+26:u>=65&&u<91?u-65:u>=97&&u<123?u-97:r;l>=r&&d("invalid-input"),l>c((a-s)/t)&&d("overflow"),s+=l*t;const m=o<=i?1:o>=i+26?26:o-i;if(lc(a/g)&&d("overflow"),t*=g}const m=t.length+1;i=A(s-l,m,0==l),c(s/m)>a-o&&d("overflow"),o+=c(s/m),s%=m,t.splice(s++,0,o)}var u;return String.fromCodePoint(...t)},E=function(e){const t=[],n=(e=m(e)).length;let s=128,o=0,i=72;for(const n of e)n<128&&t.push(u(n));const l=t.length;let p=l;for(l&&t.push("-");p=s&&tc((a-o)/m)&&d("overflow"),o+=(n-s)*m,s=n;for(const n of e)if(na&&d("overflow"),n===s){let e=o;for(let n=r;;n+=r){const a=n<=i?1:n>=i+26?26:n-i;if(eString.fromCodePoint(...e)},decode:h,encode:E,toASCII:function(e){return p(e,(function(e){return o.test(e)?"xn--"+E(e):e}))},toUnicode:function(e){return p(e,(function(e){return s.test(e)?h(e.slice(4).toLowerCase()):e}))}}},21782:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>x});var a,r=n(51609),s=n.n(r),o=Object.defineProperty,i=Object.getOwnPropertySymbols,l=Object.prototype.hasOwnProperty,c=Object.prototype.propertyIsEnumerable,u=(e,t,n)=>t in e?o(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,d=(e,t)=>{for(var n in t||(t={}))l.call(t,n)&&u(e,n,t[n]);if(i)for(var n of i(t))c.call(t,n)&&u(e,n,t[n]);return e},p=(e,t)=>{var n={};for(var a in e)l.call(e,a)&&t.indexOf(a)<0&&(n[a]=e[a]);if(null!=e&&i)for(var a of i(e))t.indexOf(a)<0&&c.call(e,a)&&(n[a]=e[a]);return n};(e=>{const t=class{constructor(e,n,a,r){if(this.version=e,this.errorCorrectionLevel=n,this.modules=[],this.isFunction=[],et.MAX_VERSION)throw new RangeError("Version value out of range");if(r<-1||r>7)throw new RangeError("Mask value out of range");this.size=4*e+17;let o=[];for(let e=0;e7)throw new RangeError("Invalid value");let u,d;for(u=r;;u++){const a=8*t.getNumDataCodewords(u,n),r=i.getTotalBits(e,u);if(r<=a){d=r;break}if(u>=o)throw new RangeError("Data too long")}for(const e of[t.Ecc.MEDIUM,t.Ecc.QUARTILE,t.Ecc.HIGH])c&&d<=8*t.getNumDataCodewords(u,e)&&(n=e);let p=[];for(const t of e){a(t.mode.modeBits,4,p),a(t.numChars,t.mode.numCharCountBits(u),p);for(const e of t.getData())p.push(e)}s(p.length==d);const m=8*t.getNumDataCodewords(u,n);s(p.length<=m),a(0,Math.min(4,m-p.length),p),a(0,(8-p.length%8)%8,p),s(p.length%8==0);for(let e=236;p.lengthg[t>>>3]|=e<<7-(7&t))),new t(u,n,g,l)}getModule(e,t){return 0<=e&&e>>9);const a=21522^(t<<10|n);s(a>>>15==0);for(let e=0;e<=5;e++)this.setFunctionModule(8,e,r(a,e));this.setFunctionModule(8,7,r(a,6)),this.setFunctionModule(8,8,r(a,7)),this.setFunctionModule(7,8,r(a,8));for(let e=9;e<15;e++)this.setFunctionModule(14-e,8,r(a,e));for(let e=0;e<8;e++)this.setFunctionModule(this.size-1-e,8,r(a,e));for(let e=8;e<15;e++)this.setFunctionModule(8,this.size-15+e,r(a,e));this.setFunctionModule(8,this.size-8,!0)}drawVersion(){if(this.version<7)return;let e=this.version;for(let t=0;t<12;t++)e=e<<1^7973*(e>>>11);const t=this.version<<12|e;s(t>>>18==0);for(let e=0;e<18;e++){const n=r(t,e),a=this.size-11+e%3,s=Math.floor(e/3);this.setFunctionModule(a,s,n),this.setFunctionModule(s,a,n)}}drawFinderPattern(e,t){for(let n=-4;n<=4;n++)for(let a=-4;a<=4;a++){const r=Math.max(Math.abs(a),Math.abs(n)),s=e+a,o=t+n;0<=s&&s{(e!=c-o||n>=l)&&p.push(t[e])}));return s(p.length==i),p}drawCodewords(e){if(e.length!=Math.floor(t.getNumRawDataModules(this.version)/8))throw new RangeError("Invalid argument");let n=0;for(let t=this.size-1;t>=1;t-=2){6==t&&(t=5);for(let a=0;a>>3],7-(7&n)),n++)}}s(n==8*e.length)}applyMask(e){if(e<0||e>7)throw new RangeError("Mask value out of range");for(let t=0;t5&&e++):(this.finderPenaltyAddHistory(r,s),a||(e+=this.finderPenaltyCountPatterns(s)*t.PENALTY_N3),a=this.modules[n][o],r=1);e+=this.finderPenaltyTerminateAndCount(a,r,s)*t.PENALTY_N3}for(let n=0;n5&&e++):(this.finderPenaltyAddHistory(r,s),a||(e+=this.finderPenaltyCountPatterns(s)*t.PENALTY_N3),a=this.modules[o][n],r=1);e+=this.finderPenaltyTerminateAndCount(a,r,s)*t.PENALTY_N3}for(let n=0;ne+(t?1:0)),n);const a=this.size*this.size,r=Math.ceil(Math.abs(20*n-10*a)/a)-1;return s(0<=r&&r<=9),e+=r*t.PENALTY_N4,s(0<=e&&e<=2568888),e}getAlignmentPatternPositions(){if(1==this.version)return[];{const e=Math.floor(this.version/7)+2,t=32==this.version?26:2*Math.ceil((4*this.version+4)/(2*e-2));let n=[6];for(let a=this.size-7;n.lengtht.MAX_VERSION)throw new RangeError("Version number out of range");let n=(16*e+128)*e+64;if(e>=2){const t=Math.floor(e/7)+2;n-=(25*t-10)*t-55,e>=7&&(n-=36)}return s(208<=n&&n<=29648),n}static getNumDataCodewords(e,n){return Math.floor(t.getNumRawDataModules(e)/8)-t.ECC_CODEWORDS_PER_BLOCK[n.ordinal][e]*t.NUM_ERROR_CORRECTION_BLOCKS[n.ordinal][e]}static reedSolomonComputeDivisor(e){if(e<1||e>255)throw new RangeError("Degree out of range");let n=[];for(let t=0;t0));for(const r of e){const e=r^a.shift();a.push(0),n.forEach(((n,r)=>a[r]^=t.reedSolomonMultiply(n,e)))}return a}static reedSolomonMultiply(e,t){if(e>>>8!=0||t>>>8!=0)throw new RangeError("Byte out of range");let n=0;for(let a=7;a>=0;a--)n=n<<1^285*(n>>>7),n^=(t>>>a&1)*e;return s(n>>>8==0),n}finderPenaltyCountPatterns(e){const t=e[1];s(t<=3*this.size);const n=t>0&&e[2]==t&&e[3]==3*t&&e[4]==t&&e[5]==t;return(n&&e[0]>=4*t&&e[6]>=t?1:0)+(n&&e[6]>=4*t&&e[0]>=t?1:0)}finderPenaltyTerminateAndCount(e,t,n){return e&&(this.finderPenaltyAddHistory(t,n),t=0),t+=this.size,this.finderPenaltyAddHistory(t,n),this.finderPenaltyCountPatterns(n)}finderPenaltyAddHistory(e,t){0==t[0]&&(e+=this.size),t.pop(),t.unshift(e)}};let n=t;function a(e,t,n){if(t<0||t>31||e>>>t!=0)throw new RangeError("Value out of range");for(let a=t-1;a>=0;a--)n.push(e>>>a&1)}function r(e,t){return!!(e>>>t&1)}function s(e){if(!e)throw new Error("Assertion error")}n.MIN_VERSION=1,n.MAX_VERSION=40,n.PENALTY_N1=3,n.PENALTY_N2=3,n.PENALTY_N3=40,n.PENALTY_N4=10,n.ECC_CODEWORDS_PER_BLOCK=[[-1,7,10,15,20,26,18,20,24,30,18,20,24,26,30,22,24,28,30,28,28,28,28,30,30,26,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,10,16,26,18,24,16,18,22,22,26,30,22,22,24,24,28,28,26,26,26,26,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28],[-1,13,22,18,26,18,24,18,22,20,24,28,26,24,20,30,24,28,28,26,30,28,30,30,30,30,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,17,28,22,16,22,28,26,26,24,28,24,28,22,24,24,30,28,28,26,28,30,24,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]],n.NUM_ERROR_CORRECTION_BLOCKS=[[-1,1,1,1,1,1,2,2,2,2,4,4,4,4,4,6,6,6,6,7,8,8,9,9,10,12,12,12,13,14,15,16,17,18,19,19,20,21,22,24,25],[-1,1,1,1,2,2,4,4,4,5,5,5,8,9,9,10,10,11,13,14,16,17,17,18,20,21,23,25,26,28,29,31,33,35,37,38,40,43,45,47,49],[-1,1,1,2,2,4,4,6,6,8,8,8,10,12,16,12,17,16,18,21,20,23,23,25,27,29,34,34,35,38,40,43,45,48,51,53,56,59,62,65,68],[-1,1,1,2,4,4,4,5,6,8,8,11,11,16,16,18,16,19,21,25,25,25,34,30,32,35,37,40,42,45,48,51,54,57,60,63,66,70,74,77,81]],e.QrCode=n;const o=class{constructor(e,t,n){if(this.mode=e,this.numChars=t,this.bitData=n,t<0)throw new RangeError("Invalid argument");this.bitData=n.slice()}static makeBytes(e){let t=[];for(const n of e)a(n,8,t);return new o(o.Mode.BYTE,e.length,t)}static makeNumeric(e){if(!o.isNumeric(e))throw new RangeError("String contains non-numeric characters");let t=[];for(let n=0;n=1<{let t;(e=>{const t=class{constructor(e,t){this.ordinal=e,this.formatBits=t}};let n=t;n.LOW=new t(0,1),n.MEDIUM=new t(1,0),n.QUARTILE=new t(2,3),n.HIGH=new t(3,2),e.Ecc=n})(t=e.QrCode||(e.QrCode={}))})(a||(a={})),(e=>{let t;(e=>{const t=class{constructor(e,t){this.modeBits=e,this.numBitsCharCount=t}numCharCountBits(e){return this.numBitsCharCount[Math.floor((e+7)/17)]}};let n=t;n.NUMERIC=new t(1,[10,12,14]),n.ALPHANUMERIC=new t(2,[9,11,13]),n.BYTE=new t(4,[8,16,16]),n.KANJI=new t(8,[8,10,12]),n.ECI=new t(7,[0,0,0]),e.Mode=n})(t=e.QrSegment||(e.QrSegment={}))})(a||(a={}));var m=a,g={L:m.QrCode.Ecc.LOW,M:m.QrCode.Ecc.MEDIUM,Q:m.QrCode.Ecc.QUARTILE,H:m.QrCode.Ecc.HIGH},A=128,h="L",E="#FFFFFF",f="#000000",b=!1,v=4,C=.1;function k(e,t=0){const n=[];return e.forEach((function(e,a){let r=null;e.forEach((function(s,o){if(!s&&null!==r)return n.push(`M${r+t} ${a+t}h${o-r}v1H${r+t}z`),void(r=null);if(o!==e.length-1)s&&null===r&&(r=o);else{if(!s)return;null===r?n.push(`M${o+t},${a+t} h1v1H${o+t}z`):n.push(`M${r+t},${a+t} h${o+1-r}v1H${r+t}z`)}}))})),n.join("")}function y(e,t){return e.slice().map(((e,n)=>n=t.y+t.h?e:e.map(((e,n)=>(n=t.x+t.w)&&e))))}function B(e,t,n,a){if(null==a)return null;const r=n?v:0,s=e.length+2*r,o=Math.floor(t*C),i=s/t,l=(a.width||o)*i,c=(a.height||o)*i,u=null==a.x?e.length/2-l/2:a.x*i,d=null==a.y?e.length/2-c/2:a.y*i;let p=null;if(a.excavate){let e=Math.floor(u),t=Math.floor(d);p={x:e,y:t,w:Math.ceil(l+u-e),h:Math.ceil(c+d-t)}}return{x:u,y:d,h:c,w:l,excavation:p}}var w=function(){try{(new Path2D).addPath(new Path2D)}catch(e){return!1}return!0}();function _(e){const t=e,{value:n,size:a=A,level:o=h,bgColor:i=E,fgColor:l=f,includeMargin:c=b,style:u,imageSettings:C}=t,_=p(t,["value","size","level","bgColor","fgColor","includeMargin","style","imageSettings"]),I=null==C?void 0:C.src,x=(0,r.useRef)(null),j=(0,r.useRef)(null),[S,Q]=(0,r.useState)(!1);(0,r.useEffect)((()=>{if(null!=x.current){const e=x.current,t=e.getContext("2d");if(!t)return;let r=m.QrCode.encodeText(n,g[o]).getModules();const s=c?v:0,u=r.length+2*s,d=B(r,a,c,C),p=j.current,A=null!=d&&null!==p&&p.complete&&0!==p.naturalHeight&&0!==p.naturalWidth;A&&null!=d.excavation&&(r=y(r,d.excavation));const h=window.devicePixelRatio||1;e.height=e.width=a*h;const E=a/u*h;t.scale(E,E),t.fillStyle=i,t.fillRect(0,0,u,u),t.fillStyle=l,w?t.fill(new Path2D(k(r,s))):r.forEach((function(e,n){e.forEach((function(e,a){e&&t.fillRect(a+s,n+s,1,1)}))})),A&&t.drawImage(p,d.x+s,d.y+s,d.w,d.h)}})),(0,r.useEffect)((()=>{Q(!1)}),[I]);const N=d({height:a,width:a},u);let R=null;return null!=I&&(R=s().createElement("img",{src:I,key:I,style:{display:"none"},onLoad:()=>{Q(!0)},ref:j})),s().createElement(s().Fragment,null,s().createElement("canvas",d({style:N,height:a,width:a,ref:x},_)),R)}function I(e){const t=e,{value:n,size:a=A,level:r=h,bgColor:o=E,fgColor:i=f,includeMargin:l=b,imageSettings:c}=t,u=p(t,["value","size","level","bgColor","fgColor","includeMargin","imageSettings"]);let C=m.QrCode.encodeText(n,g[r]).getModules();const w=l?v:0,_=C.length+2*w,I=B(C,a,l,c);let x=null;null!=c&&null!=I&&(null!=I.excavation&&(C=y(C,I.excavation)),x=s().createElement("image",{xlinkHref:c.src,height:I.h,width:I.w,x:I.x+w,y:I.y+w,preserveAspectRatio:"none"}));const j=k(C,w);return s().createElement("svg",d({height:a,width:a,viewBox:`0 0 ${_} ${_}`},u),s().createElement("path",{fill:o,d:`M0,0 h${_}v${_}H0z`,shapeRendering:"crispEdges"}),s().createElement("path",{fill:i,d:j,shapeRendering:"crispEdges"}),x)}var x=e=>{const t=e,{renderAs:n}=t,a=p(t,["renderAs"]);return"svg"===n?s().createElement(I,d({},a)):s().createElement(_,d({},a))}},24588:(e,t)=>{"use strict";var n=Object.prototype.hasOwnProperty;function a(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(e){return null}}function r(e){try{return encodeURIComponent(e)}catch(e){return null}}t.stringify=function(e,t){t=t||"";var a,s,o=[];for(s in"string"!=typeof t&&(t="?"),e)if(n.call(e,s)){if((a=e[s])||null!=a&&!isNaN(a)||(a=""),s=r(s),a=r(a),null===s||null===a)continue;o.push(s+"="+a)}return o.length?t+o.join("&"):""},t.parse=function(e){for(var t,n=/([^=?#&]+)=?([^&]*)/g,r={};t=n.exec(e);){var s=a(t[1]),o=a(t[2]);null===s||null===o||s in r||(r[s]=o)}return r}},18950:(e,t,n)=>{"use strict";var a=n(75795);t.createRoot=a.createRoot,t.hydrateRoot=a.hydrateRoot},86212:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(51609),r=n(76221),s=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],_n=!0,a=!1,r=void 0;try{for(var s,o=e[Symbol.iterator]();!(_n=(s=o.next()).done)&&(n.push(s.value),!t||n.length!==t);_n=!0);}catch(e){a=!0,r=e}finally{try{!_n&&o.return&&o.return()}finally{if(a)throw r}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")},o=r.TT&&r.XD;const i=function(){var e=(0,r.Y9)(),t=s(e,1)[0],n=(0,a.useState)(t),i=s(n,2),l=i[0],c=i[1];return(0,a.useEffect)((function(){if(o){var e=function(){var e=(0,r.Y9)(),t=s(e,1)[0];c(t)};return document.addEventListener(r.XD.event,e),function(){document.removeEventListener(r.XD.event,e)}}}),[]),l}},76221:(e,t,n)=>{"use strict";n.d(t,{TT:()=>s,XD:()=>o,Y9:()=>i});var a="undefined"!=typeof document,r=[{hidden:"hidden",event:"visibilitychange",state:"visibilityState"},{hidden:"webkitHidden",event:"webkitvisibilitychange",state:"webkitVisibilityState"},{hidden:"mozHidden",event:"mozvisibilitychange",state:"mozVisibilityState"},{hidden:"msHidden",event:"msvisibilitychange",state:"msVisibilityState"},{hidden:"oHidden",event:"ovisibilitychange",state:"oVisibilityState"}],s=a&&Boolean(document.addEventListener),o=function(){if(!s)return null;var e=!0,t=!1,n=void 0;try{for(var a,o=r[Symbol.iterator]();!(e=(a=o.next()).done);e=!0){var i=a.value;if(i.hidden in document)return i}}catch(e){t=!0,n=e}finally{try{!e&&o.return&&o.return()}finally{if(t)throw n}}return null}(),i=function(){if(!o)return[!0,"visible"];var e=o.hidden,t=o.state;return[!document[e],document[t]]}},32047:e=>{"use strict";function t(e,n){var a;if(Array.isArray(n))for(a=0;a{"use strict";e.exports=function(e,t){if(t=t.split(":")[0],!(e=+e))return!1;switch(t){case"http":case"ws":return 80!==e;case"https":case"wss":return 443!==e;case"ftp":return 21!==e;case"gopher":return 70!==e;case"file":return!1}return 0!==e}},94107:(e,t,n)=>{"use strict";n.d(t,{A:()=>B});var a=function(){if("undefined"!=typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,a){return e[0]===t&&(n=a,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),a=this.__entries__[n];return a&&a[1]},t.prototype.set=function(t,n){var a=e(this.__entries__,t);~a?this.__entries__[a][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,a=e(n,t);~a&&n.splice(a,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,a=this.__entries__;n0},e.prototype.connect_=function(){r&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),l?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){r&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t;i.some((function(e){return!!~n.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),u=function(e,t){for(var n=0,a=Object.keys(t);n0},e}(),k="undefined"!=typeof WeakMap?new WeakMap:new a,y=function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=c.getInstance(),a=new C(t,n,this);k.set(this,a)};["observe","unobserve","disconnect"].forEach((function(e){y.prototype[e]=function(){var t;return(t=k.get(this))[e].apply(t,arguments)}}));const B=void 0!==s.ResizeObserver?s.ResizeObserver:y},11264:e=>{"use strict";var t=256,n=[],a=window,r=Math.pow(t,6),s=Math.pow(2,52),o=2*s,i=255,l=Math.random;function c(e){var n,a=e.length,r=this,s=0,o=r.i=r.j=0,l=r.S=[];for(a||(e=[a++]);s=o;)e/=2,n/=2,a>>>=1;return(e+a)/n}},e.exports.resetGlobal=function(){Math.random=l},d(Math.random(),n)},82682:(e,t,n)=>{"use strict";n.d(t,{o:()=>i,u:()=>o});var a=n(54715),r=n(2532),s=n(21644);function o(e,t){var n=e.toLowerCase();return 0===t?(0,s.R)(n):n}function i(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:" ",transform:o},t))}},68963:(e,t,n)=>{"use strict";n.d(t,{L:()=>s});var a=n(54715),r=n(19382);function s(e,t){return void 0===t&&(t={}),(0,r.a)(e,(0,a.Cl)({delimiter:"_"},t))}},48931:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(1455),r=n.n(a);const s="default"in r()?r().default:r()},87286:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(10067),r=n.n(a),s=n(53664);const o=r()("jetpack-ai-client:ask-question");async function i(e,{postId:t=null,fromCache:n=!1,feature:a,functions:r,model:i}={}){return o("Asking question: %o. options: %o",e,{postId:t,fromCache:n,feature:a,functions:r,model:i}),new s.A({question:e,options:{postId:t,feature:a,fromCache:n,functions:r,model:i}})}},31439:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(10067),r=n.n(a),s=n(51391);const o=r()("jetpack-ai-client:ask-question-sync");async function i(e,t={}){o("Asking question with no streaming: %o. options: %o",e,t);let n=null;try{n=(await(0,s.A)()).token}catch(e){return o("Error getting token: %o",e),Promise.reject(e)}const a={...Array.isArray(e)?{messages:e}:{question:e},...t,stream:!1},r={Authorization:`Bearer ${n}`,"Content-Type":"application/json"};try{const e=await fetch("https://public-api.wordpress.com/wpcom/v2/jetpack-ai-query",{method:"POST",headers:r,body:JSON.stringify(a)}).then((e=>e.json()));return e?.data?.status&&e?.data?.status>200?(o("Error generating prompt: %o",e),Promise.reject(e)):e.choices?.[0]?.message?.content}catch(e){return o("Error asking question: %o",e),Promise.reject(e)}}},57745:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(10067),r=n.n(a),s=n(51391);const o=r()("jetpack-ai-client:audio-transcription");async function i(e,t,n){o("Transcribing audio: %o. Feature: %o",e,t);let a="";try{a=(await(0,s.A)()).token}catch(e){return o("Error getting token: %o",e),Promise.reject(e)}const r=new FormData;r.append("audio_file",e);try{const e={Authorization:`Bearer ${a}`},s="https://public-api.wordpress.com/wpcom/v2/jetpack-ai-transcription"+(t?`?feature=${t}`:"");return fetch(s,{method:"POST",body:r,headers:e,signal:n??void 0}).then((e=>(o("Transcription response: %o",e),e.ok?e.json().then((e=>e?.text)):e.json().then((e=>Promise.reject(e))))))}catch(e){return o("Transcription error response: %o",e),Promise.reject(e)}}},70629:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(94715),r=n(13022),s=n(51609),o=n.n(s),i=n(6754);function l({className:e,disabled:t=!1,value:n="",placeholder:s="",isTransparent:l=!1,state:c="init",onChange:u,banner:d=null,error:p=null,actions:m=null,message:g=null,promptUserInputRef:A=null,wrapperRef:h=null}){return o().createElement("div",{className:(0,r.A)("jetpack-components-ai-control__container-wrapper",e),ref:h},p,o().createElement("div",{className:"jetpack-components-ai-control__container"},d,o().createElement("div",{className:(0,r.A)("jetpack-components-ai-control__wrapper",{"is-transparent":l})},o().createElement(i.A,{state:c}),o().createElement("div",{className:"jetpack-components-ai-control__input-wrapper"},o().createElement(a.PlainText,{value:n,onChange:u,placeholder:s,className:"jetpack-components-ai-control__input",disabled:t,ref:A})),m),g))}},71417:(e,t,n)=>{"use strict";n.d(t,{A:()=>C});var a=n(56427),r=n(29491),s=n(86087),o=n(27723),i=n(51113),l=n(31249),c=n(62510),u=n(76673),d=n(40502),p=n(83883),m=n(10067),g=n.n(m),A=n(51609),h=n.n(A),E=n(63098),f=n(70629);const __=o.__,b=g()("jetpack-ai-client:block-ai-control");function v({disabled:e=!1,value:t="",placeholder:n="",showAccept:o=!1,acceptLabel:m=__("Accept","jetpack"),showButtonLabels:g=!0,isTransparent:A=!1,state:v="init",showGuideLine:C=!1,customFooter:k=null,onChange:y,onSend:B,onStop:w,onAccept:_,onDiscard:I,showRemove:x=!1,banner:j=null,error:S=null},Q){const N="requesting"===v||"suggesting"===v,[R,T]=(0,s.useState)(!1),[P,L]=(0,s.useState)(t||null),M=(0,s.useRef)(null);(0,s.useImperativeHandle)(Q,(()=>M.current)),(0,s.useEffect)((()=>{R&&M?.current?.focus()}),[R]);const D=(0,s.useCallback)((()=>{L(t),T(!1),B?.(t)}),[t]),F=(0,s.useCallback)((e=>{y?.(e),"init"!==v&&T(P?e!==P:e.length>0)}),[P,v]),O=(0,s.useCallback)((()=>{I?.()}),[]),z=(0,s.useCallback)((()=>{b("cancelEdit, revert to last value",P),y?.(P||""),T(!1)}),[P]);(0,r.useKeyboardShortcut)("mod+enter",(()=>{o&&_?.()}),{target:M}),(0,r.useKeyboardShortcut)("enter",(e=>{e.preventDefault(),D()}),{target:M});const U=h().createElement(h().Fragment,null,(!o||R)&&h().createElement("div",{className:"jetpack-components-ai-control__controls-prompt_button_wrapper"},N?h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:w,variant:"secondary",label:__("Stop request","jetpack")},g?__("Stop","jetpack"):h().createElement(i.A,{icon:l.A})):h().createElement(h().Fragment,null,R&&h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:z,variant:"secondary",label:__("Cancel","jetpack")},g?__("Cancel","jetpack"):h().createElement(i.A,{icon:l.A})),x&&!R&&!t?.length&&I&&h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:O,variant:"secondary",label:__("Cancel","jetpack")},g?__("Cancel","jetpack"):h().createElement(i.A,{icon:l.A})),t?.length>0&&h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:D,variant:"primary",disabled:!t?.length||e,label:__("Send request","jetpack")},g?__("Generate","jetpack"):h().createElement(i.A,{icon:c.A})))),o&&!R&&h().createElement("div",{className:"jetpack-components-ai-control__controls-prompt_button_wrapper"},(t?.length>0||null===P)&&h().createElement(a.ButtonGroup,null,h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",label:__("Discard","jetpack"),onClick:O,tooltipPosition:"top"},h().createElement(i.A,{icon:u.A})),h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",label:__("Regenerate","jetpack"),onClick:()=>B?.(t),tooltipPosition:"top",disabled:!t?.length||null===t||e},h().createElement(i.A,{icon:d.A}))),h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:_,variant:"primary",label:m},g?m:h().createElement(i.A,{icon:p.A})))),H=C&&!N&&!R&&(k||h().createElement(E.Yj,null));return h().createElement(f.A,{disabled:e||N,value:t,placeholder:n,isTransparent:A,state:v,onChange:F,banner:j,error:S,actions:U,message:H,promptUserInputRef:M})}const C=(0,A.forwardRef)(v)},61:(e,t,n)=>{"use strict";n.d(t,{A:()=>h});var a=n(56427),r=n(29491),s=n(86087),o=n(27723),i=n(51113),l=n(31249),c=n(62510),u=n(95789),d=n(51609),p=n.n(d),m=n(63098),g=n(70629);const __=o.__;function A({className:e,disabled:t=!1,value:n="",placeholder:o="",showButtonLabels:d=!0,isTransparent:A=!1,state:h="init",showGuideLine:E=!1,error:f,requestsRemaining:b,showUpgradeMessage:v=!1,showFairUsageMessage:C=!1,upgradeUrl:k,wrapperRef:y,onChange:B,onSend:w,onStop:_,onClose:I,onUndo:x,onUpgrade:j,onTryAgain:S},Q){const N="requesting"===h||"suggesting"===h,[R,T]=(0,s.useState)(!1),[P,L]=(0,s.useState)(n||null),M=(0,s.useRef)(null);(0,s.useImperativeHandle)(Q,(()=>M.current)),(0,s.useEffect)((()=>{R&&M?.current?.focus()}),[R]);const D=(0,s.useCallback)((()=>{L(n),T(!1),w?.(n)}),[w,n]),F=(0,s.useCallback)((e=>{B?.(e),"init"!==h&&T(P?e!==P:e.length>0)}),[B,P,h]),O=(0,s.useCallback)((()=>{_?.()}),[_]),z=(0,s.useCallback)((()=>{I?.()}),[I]),U=(0,s.useCallback)((()=>{x?.()}),[x]),H=(0,s.useCallback)((e=>{j?.(e)}),[j]),V=(0,s.useCallback)((()=>{S?.()}),[S]);(0,r.useKeyboardShortcut)("enter",(e=>{e.preventDefault(),D()}),{target:M});const q=p().createElement(p().Fragment,null,N?p().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:O,variant:"secondary",label:__("Stop request","jetpack")},d?__("Stop","jetpack"):p().createElement(i.A,{icon:l.A})):p().createElement(p().Fragment,null,n?.length>0&&p().createElement("div",{className:"jetpack-components-ai-control__controls-prompt_button_wrapper"},p().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:D,variant:"primary",disabled:!n?.length||t,label:__("Send request","jetpack")},d?__("Generate","jetpack"):p().createElement(i.A,{icon:c.A}))),n?.length<=0&&"done"===h&&p().createElement("div",{className:"jetpack-components-ai-control__controls-prompt_button_wrapper"},p().createElement(a.ButtonGroup,null,p().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",label:__("Undo","jetpack"),onClick:U,tooltipPosition:"top"},p().createElement(i.A,{icon:u.A})),p().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",label:__("Close","jetpack"),onClick:z,variant:"tertiary"},__("Close","jetpack"))))));let G=null;return f?.message?G=p().createElement(m.Kw,{error:f.message,code:f.code,onTryAgainClick:V,onUpgradeClick:H,upgradeUrl:k}):C?G=p().createElement(m.k9,null):v?G=p().createElement(m.AK,{requestsRemaining:b,onUpgradeClick:H,upgradeUrl:k}):E&&(G=p().createElement(m.Yj,null)),p().createElement(g.A,{className:e,disabled:t||N,value:n,placeholder:o,isTransparent:A,state:h,onChange:F,actions:q,message:G,promptUserInputRef:M,wrapperRef:y})}const h=(0,d.forwardRef)(A)},42299:(e,t,n)=>{"use strict";n.d(t,{FC:()=>r.A,N0:()=>a.A});n(70629);var a=n(71417),r=n(61)},6754:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(56427),r=n(13022);function s({state:e}){return React.createElement("div",{className:(0,r.A)("jetpack-ai-status-indicator__icon-wrapper",{[`is-${e}`]:!0})},React.createElement(a.Spinner,null))}},68203:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(32569);function r({duration:e,className:t}){return React.createElement("span",{className:t},(0,a.f)(e,{addDecimalPart:!1}))}},32569:(e,t,n)=>{"use strict";function a(e,{addDecimalPart:t=!1,showMinutes:n=!0,showHours:a=!1}={}){const r=Math.floor(e/36e5),s=Math.floor(e/6e4)%60,o=Math.floor(e/1e3)%60,i=Math.floor(e/10)%100,l=[r>0||a?r.toString().padStart(2,"0")+":":"",r>0||s>0||n?s.toString().padStart(2,"0")+":":"",o.toString().padStart(2,"0")];return t&&l.push("."+i.toString().padStart(2,"0")),l.join("")}n.d(t,{f:()=>a})},27802:(e,t,n)=>{"use strict";n.d(t,{AK:()=>o.AK,FC:()=>a.FC,N0:()=>a.N0,Yj:()=>o.Yj,wS:()=>r.A,z3:()=>s.A});var a=n(42299),r=n(6754),s=n(68203),o=n(63098)},63098:(e,t,n)=>{"use strict";n.d(t,{AK:()=>v,Kw:()=>C,Yj:()=>f,k9:()=>b});var a=n(56427),r=n(86087),s=n(27723),o=n(83883),i=n(51113),l=n(71797),c=n(13022),u=n(42154),d=n(78836);const __=s.__,p="warning",m="error",g="success",A="info",h={[A]:null,[p]:null,[m]:u.A,[g]:o.A};function E({severity:e=A,icon:t=null,showSidebarIcon:n=!1,onSidebarIconClick:r=()=>{},children:s}){return React.createElement("div",{className:(0,c.A)("jetpack-ai-assistant__message",`jetpack-ai-assistant__message-severity-${e}`)},(h[e]||t)&&React.createElement(i.A,{icon:h[e]||t}),React.createElement("div",{className:"jetpack-ai-assistant__message-content"},s),n&&React.createElement(a.Button,{className:"jetpack-ai-assistant__message-sidebar",onClick:r},React.createElement(i.A,{size:20,icon:l.A})))}function f(){return React.createElement(E,null,React.createElement("span",null,__("AI-generated content could be inaccurate or biased.","jetpack")),React.createElement(a.ExternalLink,{href:"https://automattic.com/ai-guidelines"},__("Learn more","jetpack")))}function b(){const e=__("You've reached this month's request limit, per our fair usage policy","jetpack"),t=(0,r.createInterpolateElement)(e,{link:React.createElement(a.ExternalLink,{href:"https://jetpack.com/redirect/?source=ai-assistant-fair-usage-policy"})});return React.createElement(E,{severity:p},t)}function v({requestsRemaining:e,severity:t,onUpgradeClick:n,upgradeUrl:r}){let o=t;return null==o&&(o=e>0?A:p),React.createElement(E,{severity:o},React.createElement("span",null,(0,s.sprintf)( +(()=>{var e,t,n,a,r,s,o={7675:(e,t,n)=>{"use strict";n.d(t,{y:()=>l});var a=n(76416),r=function(e,t){var n={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(n[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(a=Object.getOwnPropertySymbols(e);r{const E=Object.assign({},l);let f;function b(){f.abort(),document.hidden||w()}E.accept||(E.accept=s),g||document.addEventListener("visibilitychange",b);let v=o,C=0;function k(){document.removeEventListener("visibilitychange",b),window.clearTimeout(C),f.abort()}null==n||n.addEventListener("abort",(()=>{k(),t()}));const y=null!=A?A:window.fetch,B=null!=u?u:c;async function w(){var n;f=new AbortController;try{const n=await y(e,Object.assign(Object.assign({},h),{headers:E,signal:f.signal}));await B(n),await(0,a.q5)(n.body,(0,a.iv)((0,a.VL)((e=>{e?E[i]=e:delete E[i]}),(e=>{v=e}),d))),null==p||p(),k(),t()}catch(e){if(!f.signal.aborted)try{const t=null!==(n=null==m?void 0:m(e))&&void 0!==n?n:v;window.clearTimeout(C),C=window.setTimeout(w,t)}catch(e){k(),r(e)}}}w()}))}function c(e){const t=e.headers.get("content-type");if(!(null==t?void 0:t.startsWith(s)))throw new Error(`Expected content-type to be ${s}, Actual: ${t}`)}},76416:(e,t,n)=>{"use strict";async function a(e,t){const n=e.getReader();let a;for(;!(a=await n.read()).done;)t(a.value)}function r(e){let t,n,a,r=!1;return function(s){void 0===t?(t=s,n=0,a=-1):t=function(e,t){const n=new Uint8Array(e.length+t.length);return n.set(e),n.set(t,e.length),n}(t,s);const o=t.length;let i=0;for(;n0){const n=r.decode(s.subarray(0,i)),o=i+(32===s[i+1]?2:1),l=r.decode(s.subarray(o));switch(n){case"data":a.data=a.data?a.data+"\n"+l:l;break;case"event":a.event=l;break;case"id":e(a.id=l);break;case"retry":const n=parseInt(l,10);isNaN(n)||t(a.retry=n)}}}}function o(){return{data:"",event:"",id:"",retry:void 0}}n.d(t,{VL:()=>s,iv:()=>r,q5:()=>a})},95723:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=n(84265);let r,s,o,i;const l=/<(\/)?(\w+)\s*(\/)?>/g;function c(e,t,n,a,r){return{element:e,tokenStart:t,tokenLength:n,prevOffset:a,leadingTextStart:r,children:[]}}const u=e=>{const t="object"==typeof e,n=t&&Object.values(e);return t&&n.length&&n.every((e=>(0,a.isValidElement)(e)))};function d(e){const t=function(){const e=l.exec(r);if(null===e)return["no-more-tokens"];const t=e.index,[n,a,s,o]=e,i=n.length;if(o)return["self-closed",s,t,i];if(a)return["closer",s,t,i];return["opener",s,t,i]}(),[n,u,d,g]=t,A=i.length,h=d>s?s:null;if(!e[u])return p(),!1;switch(n){case"no-more-tokens":if(0!==A){const{leadingTextStart:e,tokenStart:t}=i.pop();o.push(r.substr(e,t))}return p(),!1;case"self-closed":return 0===A?(null!==h&&o.push(r.substr(h,d-h)),o.push(e[u]),s=d+g,!0):(m(c(e[u],d,g)),s=d+g,!0);case"opener":return i.push(c(e[u],d,g,d+g,h)),s=d+g,!0;case"closer":if(1===A)return function(e){const{element:t,leadingTextStart:n,prevOffset:s,tokenStart:l,children:c}=i.pop(),u=e?r.substr(s,e-s):r.substr(s);u&&c.push(u);null!==n&&o.push(r.substr(n,l-n));o.push((0,a.cloneElement)(t,null,...c))}(d),s=d+g,!0;const t=i.pop(),n=r.substr(t.prevOffset,d-t.prevOffset);t.children.push(n),t.prevOffset=d+g;const l=c(t.element,t.tokenStart,t.tokenLength,d+g);return l.children=t.children,m(l),s=d+g,!0;default:return p(),!1}}function p(){const e=r.length-s;0!==e&&o.push(r.substr(s,e))}function m(e){const{element:t,tokenStart:n,tokenLength:s,prevOffset:o,children:l}=e,c=i[i.length-1],u=r.substr(c.prevOffset,n-c.prevOffset);u&&c.children.push(u),c.children.push((0,a.cloneElement)(t,null,...l)),c.prevOffset=o||n+s}t.default=(e,t)=>{if(r=e,s=0,o=[],i=[],l.lastIndex=0,!u(t))throw new TypeError("The conversionMap provided is not valid. It must be an object with values that are React Elements");do{}while(d(t));return(0,a.createElement)(a.Fragment,null,...o)}},82170:(e,t,n)=>{"use strict";var a=n(98504);Object.defineProperty(t,"__esModule",{value:!0});var r={createInterpolateElement:!0,Platform:!0,renderToString:!0,RawHTML:!0};Object.defineProperty(t,"Platform",{enumerable:!0,get:function(){return c.default}}),Object.defineProperty(t,"RawHTML",{enumerable:!0,get:function(){return d.default}}),Object.defineProperty(t,"createInterpolateElement",{enumerable:!0,get:function(){return s.default}}),Object.defineProperty(t,"renderToString",{enumerable:!0,get:function(){return u.default}});var s=a(n(95723)),o=n(84265);Object.keys(o).forEach((function(e){"default"!==e&&"__esModule"!==e&&(Object.prototype.hasOwnProperty.call(r,e)||e in t&&t[e]===o[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return o[e]}}))}));var i=n(81649);Object.keys(i).forEach((function(e){"default"!==e&&"__esModule"!==e&&(Object.prototype.hasOwnProperty.call(r,e)||e in t&&t[e]===i[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return i[e]}}))}));var l=n(98219);Object.keys(l).forEach((function(e){"default"!==e&&"__esModule"!==e&&(Object.prototype.hasOwnProperty.call(r,e)||e in t&&t[e]===l[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return l[e]}}))}));var c=a(n(52595)),u=a(n(54852)),d=a(n(94468))},52595:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={OS:"web",select:e=>"web"in e?e.web:e.default,isWeb:!0}},94468:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function({children:e,...t}){let n="";return a.Children.toArray(e).forEach((e=>{"string"==typeof e&&""!==e.trim()&&(n+=e)})),(0,a.createElement)("div",{dangerouslySetInnerHTML:{__html:n},...t})};var a=n(84265)},81649:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"createPortal",{enumerable:!0,get:function(){return a.createPortal}}),Object.defineProperty(t,"createRoot",{enumerable:!0,get:function(){return r.createRoot}}),Object.defineProperty(t,"findDOMNode",{enumerable:!0,get:function(){return a.findDOMNode}}),Object.defineProperty(t,"flushSync",{enumerable:!0,get:function(){return a.flushSync}}),Object.defineProperty(t,"hydrate",{enumerable:!0,get:function(){return a.hydrate}}),Object.defineProperty(t,"hydrateRoot",{enumerable:!0,get:function(){return r.hydrateRoot}}),Object.defineProperty(t,"render",{enumerable:!0,get:function(){return a.render}}),Object.defineProperty(t,"unmountComponentAtNode",{enumerable:!0,get:function(){return a.unmountComponentAtNode}});var a=n(75795),r=n(18950)},84265:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"Children",{enumerable:!0,get:function(){return a.Children}}),Object.defineProperty(t,"Component",{enumerable:!0,get:function(){return a.Component}}),Object.defineProperty(t,"Fragment",{enumerable:!0,get:function(){return a.Fragment}}),Object.defineProperty(t,"PureComponent",{enumerable:!0,get:function(){return a.PureComponent}}),Object.defineProperty(t,"StrictMode",{enumerable:!0,get:function(){return a.StrictMode}}),Object.defineProperty(t,"Suspense",{enumerable:!0,get:function(){return a.Suspense}}),Object.defineProperty(t,"cloneElement",{enumerable:!0,get:function(){return a.cloneElement}}),t.concatChildren=function(...e){return e.reduce(((e,t,n)=>(a.Children.forEach(t,((t,r)=>{t&&"string"!=typeof t&&(t=(0,a.cloneElement)(t,{key:[n,r].join()})),e.push(t)})),e)),[])},Object.defineProperty(t,"createContext",{enumerable:!0,get:function(){return a.createContext}}),Object.defineProperty(t,"createElement",{enumerable:!0,get:function(){return a.createElement}}),Object.defineProperty(t,"createRef",{enumerable:!0,get:function(){return a.createRef}}),Object.defineProperty(t,"forwardRef",{enumerable:!0,get:function(){return a.forwardRef}}),Object.defineProperty(t,"isValidElement",{enumerable:!0,get:function(){return a.isValidElement}}),Object.defineProperty(t,"lazy",{enumerable:!0,get:function(){return a.lazy}}),Object.defineProperty(t,"memo",{enumerable:!0,get:function(){return a.memo}}),Object.defineProperty(t,"startTransition",{enumerable:!0,get:function(){return a.startTransition}}),t.switchChildrenNodeName=function(e,t){return e&&a.Children.map(e,((e,n)=>{if("string"==typeof e?.valueOf())return(0,a.createElement)(t,{key:n},e);const{children:r,...s}=e.props;return(0,a.createElement)(t,{key:n,...s},r)}))},Object.defineProperty(t,"useCallback",{enumerable:!0,get:function(){return a.useCallback}}),Object.defineProperty(t,"useContext",{enumerable:!0,get:function(){return a.useContext}}),Object.defineProperty(t,"useDebugValue",{enumerable:!0,get:function(){return a.useDebugValue}}),Object.defineProperty(t,"useDeferredValue",{enumerable:!0,get:function(){return a.useDeferredValue}}),Object.defineProperty(t,"useEffect",{enumerable:!0,get:function(){return a.useEffect}}),Object.defineProperty(t,"useId",{enumerable:!0,get:function(){return a.useId}}),Object.defineProperty(t,"useImperativeHandle",{enumerable:!0,get:function(){return a.useImperativeHandle}}),Object.defineProperty(t,"useInsertionEffect",{enumerable:!0,get:function(){return a.useInsertionEffect}}),Object.defineProperty(t,"useLayoutEffect",{enumerable:!0,get:function(){return a.useLayoutEffect}}),Object.defineProperty(t,"useMemo",{enumerable:!0,get:function(){return a.useMemo}}),Object.defineProperty(t,"useReducer",{enumerable:!0,get:function(){return a.useReducer}}),Object.defineProperty(t,"useRef",{enumerable:!0,get:function(){return a.useRef}}),Object.defineProperty(t,"useState",{enumerable:!0,get:function(){return a.useState}}),Object.defineProperty(t,"useSyncExternalStore",{enumerable:!0,get:function(){return a.useSyncExternalStore}}),Object.defineProperty(t,"useTransition",{enumerable:!0,get:function(){return a.useTransition}});var a=n(51609)},54852:(e,t,n)=>{"use strict";var a=n(98504);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,t.hasPrefix=E,t.renderAttributes=S,t.renderComponent=x,t.renderElement=_,t.renderNativeComponent=I,t.renderStyle=Q;var r=n(21214),s=n(61433),o=n(89877),i=n(84265),l=a(n(94468));const{Provider:c,Consumer:u}=(0,i.createContext)(void 0),d=(0,i.forwardRef)((()=>null)),p=new Set(["string","boolean","number"]),m=new Set(["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]),g=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"]),A=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"]),h=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 E(e,t){return t.some((t=>0===e.indexOf(t)))}function f(e){return"key"===e||"children"===e}function b(e,t){return"style"===e?Q(t):t}const v=["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)),{}),C=["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)),{}),k=["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 y(e){switch(e){case"htmlFor":return"for";case"className":return"class"}const t=e.toLowerCase();return C[t]?C[t]:v[t]?(0,s.paramCase)(v[t]):k[t]?k[t]:t}function B(e){return e.startsWith("--")?e:E(e,["ms","O","Moz","Webkit"])?"-"+(0,s.paramCase)(e):(0,s.paramCase)(e)}function w(e,t){return"number"!=typeof t||0===t||h.has(e)?t:t+"px"}function _(e,t,n={}){if(null==e||!1===e)return"";if(Array.isArray(e))return j(e,t,n);switch(typeof e){case"string":return(0,o.escapeHTML)(e);case"number":return e.toString()}const{type:a,props:r}=e;switch(a){case i.StrictMode:case i.Fragment:return j(r.children,t,n);case l.default:const{children:e,...a}=r;return I(Object.keys(a).length?"div":null,{...a,dangerouslySetInnerHTML:{__html:e}},t,n)}switch(typeof a){case"string":return I(a,r,t,n);case"function":return a.prototype&&"function"==typeof a.prototype.render?x(a,r,t,n):_(a(r,n),t,n)}switch(a&&a.$$typeof){case c.$$typeof:return j(r.children,r.value,n);case u.$$typeof:return _(r.children(t||a._currentValue),t,n);case d.$$typeof:return _(a.render(r),t,n)}return""}function I(e,t,n,a={}){let r="";if("textarea"===e&&t.hasOwnProperty("value")){r=j(t.value,n,a);const{value:e,...s}=t;t=s}else t.dangerouslySetInnerHTML&&"string"==typeof t.dangerouslySetInnerHTML.__html?r=t.dangerouslySetInnerHTML.__html:void 0!==t.children&&(r=j(t.children,n,a));if(!e)return r;const s=S(t);return m.has(e)?"<"+e+s+"/>":"<"+e+s+">"+r+""}function x(e,t,n,a={}){const r=new e(t,a);"function"==typeof r.getChildContext&&Object.assign(a,r.getChildContext());return _(r.render(),n,a)}function j(e,t,n={}){let a="";e=Array.isArray(e)?e:[e];for(let r=0;r{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isEmptyElement=void 0;t.isEmptyElement=e=>"number"!=typeof e&&("string"==typeof e?.valueOf()||Array.isArray(e)?!e.length:!e)},51113:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(86087);const r=(0,a.forwardRef)((function({icon:e,size:t=24,...n},r){return(0,a.cloneElement)(e,{width:t,height:t,...n,ref:r})}))},66955:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},71797:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m14.5 6.5-1 1 3.7 3.7H4v1.6h13.2l-3.7 3.7 1 1 5.6-5.5z"})})},62510:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M12 3.9 6.5 9.5l1 1 3.8-3.7V20h1.5V6.8l3.7 3.7 1-1z"})})},62599:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"M12.5939 21C14.1472 21 16.1269 20.5701 17.0711 20.1975L16.6447 18.879C16.0964 19.051 14.3299 19.6242 12.6548 19.6242C7.4467 19.6242 4.67513 16.8726 4.67513 12C4.67513 7.21338 7.50762 4.34713 12.2893 4.34713C17.132 4.34713 19.4162 7.55732 19.4162 10.7675C19.4162 14.035 19.0508 15.4968 17.4975 15.4968C16.5838 15.4968 16.0964 14.7803 16.0964 13.9777V7.5H14.4822V8.30255H14.3909C14.1777 7.67198 12.9898 7.12739 11.467 7.2707C9.18274 7.5 7.4467 9.27707 7.4467 11.8567C7.4467 14.5796 8.81726 16.672 11.467 16.758C13.203 16.8153 14.1168 16.0127 14.4822 15.1815H14.5736C14.7563 16.414 16.401 16.8439 17.467 16.8439C20.6954 16.8439 21 13.5764 21 10.7962C21 6.86943 18.0761 3 12.3807 3C6.50254 3 3 6.3535 3 11.9427C3 17.7325 6.38071 21 12.5939 21ZM11.7107 15.2962C9.73096 15.2962 9.03046 13.6051 9.03046 11.7707C9.03046 10.1083 10.0355 8.67516 11.7716 8.67516C13.599 8.67516 14.5736 9.36306 14.5736 11.7707C14.5736 14.1497 13.7513 15.2962 11.7107 15.2962Z"})})},57003:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{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-2zM5 4.5h14c.3 0 .5.2.5.5v3.5h-15V5c0-.3.2-.5.5-.5zm8 5.5h6.5v3.5H13V10zm-1.5 3.5h-7V10h7v3.5zm-7 5.5v-4h7v4.5H5c-.3 0-.5-.2-.5-.5zm14.5.5h-6V15h6.5v4c0 .3-.2.5-.5.5z"})})},27375:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"M8 12.5h8V11H8v1.5Z M19 6.5H5a2 2 0 0 0-2 2V15a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.5a2 2 0 0 0-2-2ZM5 8h14a.5.5 0 0 1 .5.5V15a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V8.5A.5.5 0 0 1 5 8Z"})})},83883:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z"})})},64969:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"})})},68888:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"})})},29115:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"})})},98248:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"M6.5 12.4L12 8l5.5 4.4-.9 1.2L12 10l-4.5 3.6-1-1.2z"})})},31249:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},10991:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z"})})},24995:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M3.25 12a8.75 8.75 0 1117.5 0 8.75 8.75 0 01-17.5 0zM12 4.75a7.25 7.25 0 100 14.5 7.25 7.25 0 000-14.5zm-1.338 4.877c-.314.22-.412.452-.412.623 0 .171.098.403.412.623.312.218.783.377 1.338.377.825 0 1.605.233 2.198.648.59.414 1.052 1.057 1.052 1.852 0 .795-.461 1.438-1.052 1.852-.41.286-.907.486-1.448.582v.316a.75.75 0 01-1.5 0v-.316a3.64 3.64 0 01-1.448-.582c-.59-.414-1.052-1.057-1.052-1.852a.75.75 0 011.5 0c0 .171.098.403.412.623.312.218.783.377 1.338.377s1.026-.159 1.338-.377c.314-.22.412-.452.412-.623 0-.171-.098-.403-.412-.623-.312-.218-.783-.377-1.338-.377-.825 0-1.605-.233-2.198-.648-.59-.414-1.052-1.057-1.052-1.852 0-.795.461-1.438 1.052-1.852a3.64 3.64 0 011.448-.582V7.5a.75.75 0 011.5 0v.316c.54.096 1.039.296 1.448.582.59.414 1.052 1.057 1.052 1.852a.75.75 0 01-1.5 0c0-.171-.098-.403-.412-.623-.312-.218-.783-.377-1.338-.377s-1.026.159-1.338.377z"})})},93115:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M20.5 16h-.7V8c0-1.1-.9-2-2-2H6.2c-1.1 0-2 .9-2 2v8h-.7c-.8 0-1.5.7-1.5 1.5h20c0-.8-.7-1.5-1.5-1.5zM5.7 8c0-.3.2-.5.5-.5h11.6c.3 0 .5.2.5.5v7.6H5.7V8z"})})},53512:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M19.5 4.5h-7V6h4.44l-5.97 5.97 1.06 1.06L18 7.06v4.44h1.5v-7Zm-13 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3H17v3a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h3V5.5h-3Z"})})},84066:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},19783:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},76277:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{d:"m6.734 16.106 2.176-2.38-1.093-1.028-3.846 4.158 3.846 4.158 1.093-1.028-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"})})},84008:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(a.Path,{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"})})},21679:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsxs)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:[(0,r.jsx)(a.Path,{d:"m7 6.5 4 2.5-4 2.5z"}),(0,r.jsx)(a.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"m5 3c-1.10457 0-2 .89543-2 2v14c0 1.1046.89543 2 2 2h14c1.1046 0 2-.8954 2-2v-14c0-1.10457-.8954-2-2-2zm14 1.5h-14c-.27614 0-.5.22386-.5.5v10.7072l3.62953-2.6465c.25108-.1831.58905-.1924.84981-.0234l2.92666 1.8969 3.5712-3.4719c.2911-.2831.7545-.2831 1.0456 0l2.9772 2.8945v-9.3568c0-.27614-.2239-.5-.5-.5zm-14.5 14.5v-1.4364l4.09643-2.987 2.99567 1.9417c.2936.1903.6798.1523.9307-.0917l3.4772-3.3806 3.4772 3.3806.0228-.0234v2.5968c0 .2761-.2239.5-.5.5h-14c-.27614 0-.5-.2239-.5-.5z"})]})},82065:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M15 4H9c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 14c0 .3-.2.5-.5.5H9c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h6c.3 0 .5.2.5.5v12zm-4.5-.5h2V16h-2v1.5z"})})},78938:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m19 7-3-3-8.5 8.5-1 4 4-1L19 7Zm-7 11.5H5V20h7v-1.5Z"})})},15788:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M15.5 9.5a1 1 0 100-2 1 1 0 000 2zm0 1.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm-2.25 6v-2a2.75 2.75 0 00-2.75-2.75h-4A2.75 2.75 0 003.75 15v2h1.5v-2c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25v2h1.5zm7-2v2h-1.5v-2c0-.69-.56-1.25-1.25-1.25H15v-1.5h2.5A2.75 2.75 0 0120.25 15zM9.5 8.5a1 1 0 11-2 0 1 1 0 012 0zm1.5 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z",fillRule:"evenodd"})})},45459:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M11 12.5V17.5H12.5V12.5H17.5V11H12.5V6H11V11H6V12.5H11Z"})})},41417:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M4 6h12V4.5H4V6Zm16 4.5H4V9h16v1.5ZM4 15h16v-1.5H4V15Zm0 4.5h16V18H4v1.5Z"})})},88669:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M8.001 3.984V9.47c0 1.518-.98 2.5-2.499 2.5h-.5v-1.5h.5c.69 0 1-.31 1-1V6.984H4v-3h4.001ZM4 20h9v-1.5H4V20Zm16-4H4v-1.5h16V16ZM13.001 3.984V9.47c0 1.518-.98 2.5-2.499 2.5h-.5v-1.5h.5c.69 0 1-.31 1-1V6.984H9v-3h4.001Z"})})},69457:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},40502:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M7 7.2h8.2L13.5 9l1.1 1.1 3.6-3.6-3.5-4-1.1 1 1.9 2.3H7c-.9 0-1.7.3-2.3.9-1.4 1.5-1.4 4.2-1.4 5.6v.2h1.5v-.3c0-1.1 0-3.5 1-4.5.3-.3.7-.5 1.2-.5zm13.8 4V11h-1.5v.3c0 1.1 0 3.5-1 4.5-.3.3-.7.5-1.3.5H8.8l1.7-1.7-1.1-1.1L5.9 17l3.5 4 1.1-1-1.9-2.3H17c.9 0 1.7-.3 2.3-.9 1.5-1.4 1.5-4.2 1.5-5.6z"})})},21955:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M17 4H7c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 14c0 .3-.2.5-.5.5H7c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h10c.3 0 .5.2.5.5v12zm-7.5-.5h4V16h-4v1.5z"})})},90254:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M6.08 10.103h2.914L9.657 12h1.417L8.23 4H6.846L4 12h1.417l.663-1.897Zm1.463-4.137.994 2.857h-2l1.006-2.857ZM11 16H4v-1.5h7V16Zm1 0h8v-1.5h-8V16Zm-4 4H4v-1.5h4V20Zm7-1.5V20H9v-1.5h6Z"})})},11269:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m4 5.5h2v6.5h1.5v-6.5h2v-1.5h-5.5zm16 10.5h-16v-1.5h16zm-7 4h-9v-1.5h9z"})})},76673:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5.5A2.25 2.25 0 0 0 9.878 7h4.244A2.251 2.251 0 0 0 12 5.5ZM12 4a3.751 3.751 0 0 0-3.675 3H5v1.5h1.27l.818 8.997a2.75 2.75 0 0 0 2.739 2.501h4.347a2.75 2.75 0 0 0 2.738-2.5L17.73 8.5H19V7h-3.325A3.751 3.751 0 0 0 12 4Zm4.224 4.5H7.776l.806 8.861a1.25 1.25 0 0 0 1.245 1.137h4.347a1.25 1.25 0 0 0 1.245-1.137l.805-8.861Z"})})},95789:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"M18.3 11.7c-.6-.6-1.4-.9-2.3-.9H6.7l2.9-3.3-1.1-1-4.5 5L8.5 16l1-1-2.7-2.7H16c.5 0 .9.2 1.3.5 1 1 1 3.4 1 4.5v.3h1.5v-.2c0-1.5 0-4.3-1.5-5.7z"})})},83822:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{d:"m11.3 17.2-5-5c-.1-.1-.1-.3 0-.4l2.3-2.3-1.1-1-2.3 2.3c-.7.7-.7 1.8 0 2.5l5 5H7.5v1.5h5.3v-5.2h-1.5v2.6zm7.5-6.4-5-5h2.7V4.2h-5.2v5.2h1.5V6.8l5 5c.1.1.1.3 0 .4l-2.3 2.3 1.1 1.1 2.3-2.3c.6-.7.6-1.9-.1-2.5z"})})},7326:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(a.Path,{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"})})},90311:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(5573),r=n(10790);const s=(0,r.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24",children:(0,r.jsx)(a.Path,{d:"M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm1.13 9.38l.35-6.46H8.52l.35 6.46h2.26zm-.09 3.36c.24-.23.37-.55.37-.96 0-.42-.12-.74-.36-.97s-.59-.35-1.06-.35-.82.12-1.07.35-.37.55-.37.97c0 .41.13.73.38.96.26.23.61.34 1.06.34s.8-.11 1.05-.34z"})})},51889:(e,t,n)=>{"use strict";n.d(t,{$4:()=>s,fZ:()=>o,xQ:()=>i});var a=n(54715),r=n(82769);function s(e,t){return 0===t?e.toLowerCase():(0,r.l3)(e,t)}function o(e,t){return 0===t?e.toLowerCase():(0,r.$7)(e)}function i(e,t){return void 0===t&&(t={}),(0,r.fL)(e,(0,a.Cl)({transform:s},t))}},91859:(e,t,n)=>{"use strict";n.d(t,{D:()=>i,f:()=>o});var a=n(54715),r=n(2532),s=n(21644);function o(e){return(0,s.R)(e.toLowerCase())}function i(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:" ",transform:o},t))}},61433:(e,t,n)=>{"use strict";n.r(t),n.d(t,{camelCase:()=>a.xQ,camelCaseTransform:()=>a.$4,camelCaseTransformMerge:()=>a.fZ,capitalCase:()=>r.D,capitalCaseTransform:()=>r.f,constantCase:()=>s.F,dotCase:()=>o.a,headerCase:()=>i.u,noCase:()=>l.W,paramCase:()=>c.c,pascalCase:()=>u.fL,pascalCaseTransform:()=>u.l3,pascalCaseTransformMerge:()=>u.$7,pathCase:()=>d.y,sentenceCase:()=>p.o,sentenceCaseTransform:()=>p.u,snakeCase:()=>m.L});var a=n(51889),r=n(91859),s=n(55633),o=n(19382),i=n(22774),l=n(2532),c=n(74572),u=n(82769),d=n(70320),p=n(82682),m=n(68963)},55633:(e,t,n)=>{"use strict";n.d(t,{F:()=>o});var a=n(54715),r=n(2532),s=n(88415);function o(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:"_",transform:s.l},t))}},87399:e=>{!function(){"use strict";var t=[],n=3988292384;function a(e){var t,a,r,s,o=-1;for(t=0,r=e.length;t>>=1:s=s>>>1^n;o=o>>>8^s}return~o}function r(e,n){var a,s,o;if(void 0!==r.crc&&n&&e||(r.crc=~0,e)){for(a=r.crc,s=0,o=e.length;s>>8^t[255&(a^e[s])];return r.crc=a,~a}}!function(){var e,a,r;for(a=0;a<256;a+=1){for(e=a,r=0;r<8;r+=1)1&e?e=n^e>>>1:e>>>=1;t[a]=e>>>0}}(),e.exports=function(e,t){var n;e="string"==typeof e?(n=e,Array.prototype.map.call(n,(function(e){return e.charCodeAt(0)}))):e;return((t?a(e):r(e))>>>0).toString(16)},e.exports.direct=a,e.exports.table=r}()},51601:function(e,t,n){var a;e.exports=(a=a||function(e,t){var a;if("undefined"!=typeof window&&window.crypto&&(a=window.crypto),"undefined"!=typeof self&&self.crypto&&(a=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(a=globalThis.crypto),!a&&"undefined"!=typeof window&&window.msCrypto&&(a=window.msCrypto),!a&&"undefined"!=typeof window&&window.crypto&&(a=window.crypto),!a)try{a=n(42305)}catch(e){}var r=function(){if(a){if("function"==typeof a.getRandomValues)try{return a.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof a.randomBytes)try{return a.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},s=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),o={},i=o.lib={},l=i.Base={extend:function(e){var t=s(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},c=i.WordArray=l.extend({init:function(e,n){e=this.words=e||[],this.sigBytes=n!=t?n:4*e.length},toString:function(e){return(e||d).stringify(this)},concat:function(e){var t=this.words,n=e.words,a=this.sigBytes,r=e.sigBytes;if(this.clamp(),a%4)for(var s=0;s>>2]>>>24-s%4*8&255;t[a+s>>>2]|=o<<24-(a+s)%4*8}else for(var i=0;i>>2]=n[i>>>2];return this.sigBytes+=r,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=l.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],n=0;n>>2]>>>24-r%4*8&255;a.push((s>>>4).toString(16)),a.push((15&s).toString(16))}return a.join("")},parse:function(e){for(var t=e.length,n=[],a=0;a>>3]|=parseInt(e.substr(a,2),16)<<24-a%8*4;return new c.init(n,t/2)}},p=u.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,a=[],r=0;r>>2]>>>24-r%4*8&255;a.push(String.fromCharCode(s))}return a.join("")},parse:function(e){for(var t=e.length,n=[],a=0;a>>2]|=(255&e.charCodeAt(a))<<24-a%4*8;return new c.init(n,t)}},m=u.Utf8={stringify:function(e){try{return decodeURIComponent(escape(p.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return p.parse(unescape(encodeURIComponent(e)))}},g=i.BufferedBlockAlgorithm=l.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=m.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n,a=this._data,r=a.words,s=a.sigBytes,o=this.blockSize,i=s/(4*o),l=(i=t?e.ceil(i):e.max((0|i)-this._minBufferSize,0))*o,u=e.min(4*l,s);if(l){for(var d=0;d>>24)|4278255360&(r<<24|r>>>8)}var s=this._hash.words,o=e[t+0],l=e[t+1],m=e[t+2],g=e[t+3],A=e[t+4],h=e[t+5],E=e[t+6],f=e[t+7],b=e[t+8],v=e[t+9],C=e[t+10],k=e[t+11],y=e[t+12],B=e[t+13],w=e[t+14],_=e[t+15],I=s[0],x=s[1],j=s[2],S=s[3];I=c(I,x,j,S,o,7,i[0]),S=c(S,I,x,j,l,12,i[1]),j=c(j,S,I,x,m,17,i[2]),x=c(x,j,S,I,g,22,i[3]),I=c(I,x,j,S,A,7,i[4]),S=c(S,I,x,j,h,12,i[5]),j=c(j,S,I,x,E,17,i[6]),x=c(x,j,S,I,f,22,i[7]),I=c(I,x,j,S,b,7,i[8]),S=c(S,I,x,j,v,12,i[9]),j=c(j,S,I,x,C,17,i[10]),x=c(x,j,S,I,k,22,i[11]),I=c(I,x,j,S,y,7,i[12]),S=c(S,I,x,j,B,12,i[13]),j=c(j,S,I,x,w,17,i[14]),I=u(I,x=c(x,j,S,I,_,22,i[15]),j,S,l,5,i[16]),S=u(S,I,x,j,E,9,i[17]),j=u(j,S,I,x,k,14,i[18]),x=u(x,j,S,I,o,20,i[19]),I=u(I,x,j,S,h,5,i[20]),S=u(S,I,x,j,C,9,i[21]),j=u(j,S,I,x,_,14,i[22]),x=u(x,j,S,I,A,20,i[23]),I=u(I,x,j,S,v,5,i[24]),S=u(S,I,x,j,w,9,i[25]),j=u(j,S,I,x,g,14,i[26]),x=u(x,j,S,I,b,20,i[27]),I=u(I,x,j,S,B,5,i[28]),S=u(S,I,x,j,m,9,i[29]),j=u(j,S,I,x,f,14,i[30]),I=d(I,x=u(x,j,S,I,y,20,i[31]),j,S,h,4,i[32]),S=d(S,I,x,j,b,11,i[33]),j=d(j,S,I,x,k,16,i[34]),x=d(x,j,S,I,w,23,i[35]),I=d(I,x,j,S,l,4,i[36]),S=d(S,I,x,j,A,11,i[37]),j=d(j,S,I,x,f,16,i[38]),x=d(x,j,S,I,C,23,i[39]),I=d(I,x,j,S,B,4,i[40]),S=d(S,I,x,j,o,11,i[41]),j=d(j,S,I,x,g,16,i[42]),x=d(x,j,S,I,E,23,i[43]),I=d(I,x,j,S,v,4,i[44]),S=d(S,I,x,j,y,11,i[45]),j=d(j,S,I,x,_,16,i[46]),I=p(I,x=d(x,j,S,I,m,23,i[47]),j,S,o,6,i[48]),S=p(S,I,x,j,f,10,i[49]),j=p(j,S,I,x,w,15,i[50]),x=p(x,j,S,I,h,21,i[51]),I=p(I,x,j,S,y,6,i[52]),S=p(S,I,x,j,g,10,i[53]),j=p(j,S,I,x,C,15,i[54]),x=p(x,j,S,I,l,21,i[55]),I=p(I,x,j,S,b,6,i[56]),S=p(S,I,x,j,_,10,i[57]),j=p(j,S,I,x,E,15,i[58]),x=p(x,j,S,I,B,21,i[59]),I=p(I,x,j,S,A,6,i[60]),S=p(S,I,x,j,k,10,i[61]),j=p(j,S,I,x,m,15,i[62]),x=p(x,j,S,I,v,21,i[63]),s[0]=s[0]+I|0,s[1]=s[1]+x|0,s[2]=s[2]+j|0,s[3]=s[3]+S|0},_doFinalize:function(){var t=this._data,n=t.words,a=8*this._nDataBytes,r=8*t.sigBytes;n[r>>>5]|=128<<24-r%32;var s=e.floor(a/4294967296),o=a;n[15+(r+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),n[14+(r+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),t.sigBytes=4*(n.length+1),this._process();for(var i=this._hash,l=i.words,c=0;c<4;c++){var u=l[c];l[c]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return i},clone:function(){var e=s.clone.call(this);return e._hash=this._hash.clone(),e}});function c(e,t,n,a,r,s,o){var i=e+(t&n|~t&a)+r+o;return(i<>>32-s)+t}function u(e,t,n,a,r,s,o){var i=e+(t&a|n&~a)+r+o;return(i<>>32-s)+t}function d(e,t,n,a,r,s,o){var i=e+(t^n^a)+r+o;return(i<>>32-s)+t}function p(e,t,n,a,r,s,o){var i=e+(n^(t|~a))+r+o;return(i<>>32-s)+t}t.MD5=s._createHelper(l),t.HmacMD5=s._createHmacHelper(l)}(Math),a.MD5)},19382:(e,t,n)=>{"use strict";n.d(t,{a:()=>s});var a=n(54715),r=n(2532);function s(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:"."},t))}},39904:(e,t)=>{"use strict";var n=/^[-!#$%&'*+\/0-9=?A-Z^_a-z{|}~](\.?[-!#$%&'*+\/0-9=?A-Z^_a-z`{|}~])*@[a-zA-Z0-9](-*\.?[a-zA-Z0-9])*\.[a-zA-Z](-?[a-zA-Z0-9])+$/;t.validate=function(e){if(!e)return!1;if(e.length>254)return!1;if(!n.test(e))return!1;var t=e.split("@");return!(t[0].length>64)&&!t[1].split(".").some((function(e){return e.length>63}))}},2467:e=>{"use strict";var t,n="object"==typeof Reflect?Reflect:null,a=n&&"function"==typeof n.apply?n.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};t=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var r=Number.isNaN||function(e){return e!=e};function s(){s.init.call(this)}e.exports=s,e.exports.once=function(e,t){return new Promise((function(n,a){function r(n){e.removeListener(t,s),a(n)}function s(){"function"==typeof e.removeListener&&e.removeListener("error",r),n([].slice.call(arguments))}A(e,t,s,{once:!0}),"error"!==t&&function(e,t,n){"function"==typeof e.on&&A(e,"error",t,n)}(e,r,{once:!0})}))},s.EventEmitter=s,s.prototype._events=void 0,s.prototype._eventsCount=0,s.prototype._maxListeners=void 0;var o=10;function i(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function l(e){return void 0===e._maxListeners?s.defaultMaxListeners:e._maxListeners}function c(e,t,n,a){var r,s,o,c;if(i(n),void 0===(s=e._events)?(s=e._events=Object.create(null),e._eventsCount=0):(void 0!==s.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),s=e._events),o=s[t]),void 0===o)o=s[t]=n,++e._eventsCount;else if("function"==typeof o?o=s[t]=a?[n,o]:[o,n]:a?o.unshift(n):o.push(n),(r=l(e))>0&&o.length>r&&!o.warned){o.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=o.length,c=u,console&&console.warn&&console.warn(c)}return e}function u(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function d(e,t,n){var a={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},r=u.bind(a);return r.listener=n,a.wrapFn=r,r}function p(e,t,n){var a=e._events;if(void 0===a)return[];var r=a[t];return void 0===r?[]:"function"==typeof r?n?[r.listener||r]:[r]:n?function(e){for(var t=new Array(e.length),n=0;n0&&(o=t[0]),o instanceof Error)throw o;var i=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw i.context=o,i}var l=s[e];if(void 0===l)return!1;if("function"==typeof l)a(l,this,t);else{var c=l.length,u=g(l,c);for(n=0;n=0;s--)if(n[s]===t||n[s].listener===t){o=n[s].listener,r=s;break}if(r<0)return this;0===r?n.shift():function(e,t){for(;t+1=0;a--)this.removeListener(e,t[a]);return this},s.prototype.listeners=function(e){return p(this,e,!0)},s.prototype.rawListeners=function(e){return p(this,e,!1)},s.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):m.call(e,t)},s.prototype.listenerCount=m,s.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},60633:function(e){e.exports=function(){"use strict";var e=/^(b|B)$/,t={iec:{bits:["bit","Kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["bit","Kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},n={iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]},a={floor:Math.floor,ceil:Math.ceil};function r(r){var s,o,i,l,c,u,d,p,m,g,A,h,E,f,b,v,C,k,y,B,w,_=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},I=[],x=0;if(isNaN(r))throw new TypeError("Invalid number");if(i=!0===_.bits,b=!0===_.unix,h=!0===_.pad,o=_.base||10,E=void 0!==_.round?_.round:b?1:2,d=void 0!==_.locale?_.locale:"",p=_.localeOptions||{},v=void 0!==_.separator?_.separator:"",C=void 0!==_.spacer?_.spacer:b?"":" ",y=_.symbols||{},k=2===o?_.standard||"iec":"jedec",A=_.output||"string",c=!0===_.fullform,u=_.fullforms instanceof Array?_.fullforms:[],s=void 0!==_.exponent?_.exponent:-1,B=a[_.roundingMethod]||Math.round,m=(g=Number(r))<0,l=o>2?1e3:1024,w=!1===isNaN(_.precision)?parseInt(_.precision,10):0,m&&(g=-g),(-1===s||isNaN(s))&&(s=Math.floor(Math.log(g)/Math.log(l)))<0&&(s=0),s>8&&(w>0&&(w+=8-s),s=8),"exponent"===A)return s;if(0===g)I[0]=0,f=I[1]=b?"":t[k][i?"bits":"bytes"][s];else{x=g/(2===o?Math.pow(2,10*s):Math.pow(1e3,s)),i&&(x*=8)>=l&&s<8&&(x/=l,s++);var j=Math.pow(10,s>0?E:0);I[0]=B(x*j)/j,I[0]===l&&s<8&&void 0===_.exponent&&(I[0]=1,s++),f=I[1]=10===o&&1===s?i?"kbit":"kB":t[k][i?"bits":"bytes"][s],b&&(I[1]=I[1].charAt(0),e.test(I[1])&&(I[0]=Math.floor(I[0]),I[1]=""))}if(m&&(I[0]=-I[0]),w>0&&(I[0]=I[0].toPrecision(w)),I[1]=y[I[1]]||I[1],!0===d?I[0]=I[0].toLocaleString():d.length>0?I[0]=I[0].toLocaleString(d,p):v.length>0&&(I[0]=I[0].toString().replace(".",v)),h&&!1===Number.isInteger(I[0])&&E>0){var S=v||".",Q=I[0].toString().split(S),N=Q[1]||"",R=N.length,T=E-R;I[0]="".concat(Q[0]).concat(S).concat(N.padEnd(R+T,"0"))}return c&&(I[1]=u[s]?u[s]:n[k][s]+(i?"bit":"byte")+(1===I[0]?"":"s")),"array"===A?I:"object"===A?{value:I[0],symbol:I[1],exponent:s,unit:f}:I.join(C)}return r.partial=function(e){return function(t){return r(t,e)}},r}()},22774:(e,t,n)=>{"use strict";n.d(t,{u:()=>s});var a=n(54715),r=n(91859);function s(e,t){return void 0===t&&(t={}),(0,r.D)(e,(0,a.Cl)({delimiter:"-"},t))}},58314:e=>{e.exports=function(e){return null!=e&&null!=e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}},21214:(e,t)=>{"use strict";function n(e){return"[object Object]"===Object.prototype.toString.call(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.isPlainObject=function(e){var t,a;return!1!==n(e)&&(void 0===(t=e.constructor)||!1!==n(a=t.prototype)&&!1!==a.hasOwnProperty("isPrototypeOf"))}},49475:function(e,t){var n,a;a="undefined"!=typeof self?self:"undefined"!=typeof window||"undefined"!=typeof window?window:this,e.exports=function(a){"use strict";var r,s=(a=a||{}).Base64,o="2.6.4",i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l=function(e){for(var t={},n=0,a=e.length;n>>6)+c(128|63&t):c(224|t>>>12&15)+c(128|t>>>6&63)+c(128|63&t);var t=65536+1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320);return c(240|t>>>18&7)+c(128|t>>>12&63)+c(128|t>>>6&63)+c(128|63&t)},d=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,p=function(e){return e.replace(d,u)},m=function(e){var t=[0,2,1][e.length%3],n=e.charCodeAt(0)<<16|(e.length>1?e.charCodeAt(1):0)<<8|(e.length>2?e.charCodeAt(2):0);return[i.charAt(n>>>18),i.charAt(n>>>12&63),t>=2?"=":i.charAt(n>>>6&63),t>=1?"=":i.charAt(63&n)].join("")},g=a.btoa&&"function"==typeof a.btoa?function(e){return a.btoa(e)}:function(e){if(e.match(/[^\x00-\xFF]/))throw new RangeError("The string contains invalid characters.");return e.replace(/[\s\S]{1,3}/g,m)},A=function(e){return g(p(String(e)))},h=function(e){return e.replace(/[+\/]/g,(function(e){return"+"==e?"-":"_"})).replace(/=/g,"")},E=function(e,t){return t?h(A(e)):A(e)},f=function(e){return E(e,!0)};a.Uint8Array&&(r=function(e,t){for(var n="",a=0,r=e.length;a>>18)+i.charAt(c>>>12&63)+(void 0!==o?i.charAt(c>>>6&63):"=")+(void 0!==l?i.charAt(63&c):"=")}return t?h(n):n});var b,v=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,C=function(e){switch(e.length){case 4:var t=((7&e.charCodeAt(0))<<18|(63&e.charCodeAt(1))<<12|(63&e.charCodeAt(2))<<6|63&e.charCodeAt(3))-65536;return c(55296+(t>>>10))+c(56320+(1023&t));case 3:return c((15&e.charCodeAt(0))<<12|(63&e.charCodeAt(1))<<6|63&e.charCodeAt(2));default:return c((31&e.charCodeAt(0))<<6|63&e.charCodeAt(1))}},k=function(e){return e.replace(v,C)},y=function(e){var t=e.length,n=t%4,a=(t>0?l[e.charAt(0)]<<18:0)|(t>1?l[e.charAt(1)]<<12:0)|(t>2?l[e.charAt(2)]<<6:0)|(t>3?l[e.charAt(3)]:0),r=[c(a>>>16),c(a>>>8&255),c(255&a)];return r.length-=[0,0,2,1][n],r.join("")},B=a.atob&&"function"==typeof a.atob?function(e){return a.atob(e)}:function(e){return e.replace(/\S{1,4}/g,y)},w=function(e){return B(String(e).replace(/[^A-Za-z0-9\+\/]/g,""))},_=function(e){return k(B(e))},I=function(e){return String(e).replace(/[-_]/g,(function(e){return"-"==e?"+":"/"})).replace(/[^A-Za-z0-9\+\/]/g,"")},x=function(e){return _(I(e))};a.Uint8Array&&(b=function(e){return Uint8Array.from(w(I(e)),(function(e){return e.charCodeAt(0)}))});var j=function(){var e=a.Base64;return a.Base64=s,e};if(a.Base64={VERSION:o,atob:w,btoa:g,fromBase64:x,toBase64:E,utob:p,encode:E,encodeURI:f,btou:k,decode:x,noConflict:j,fromUint8Array:r,toUint8Array:b},"function"==typeof Object.defineProperty){var S=function(e){return{value:e,enumerable:!1,writable:!0,configurable:!0}};a.Base64.extendString=function(){Object.defineProperty(String.prototype,"fromBase64",S((function(){return x(this)}))),Object.defineProperty(String.prototype,"toBase64",S((function(e){return E(this,e)}))),Object.defineProperty(String.prototype,"toBase64URI",S((function(){return E(this,!0)})))}}return a.Meteor&&(Base64=a.Base64),e.exports?e.exports.Base64=a.Base64:void 0===(n=function(){return a.Base64}.apply(t,[]))||(e.exports=n),{Base64:a.Base64}}(a)},25700:(e,t,n)=>{"use strict";n.d(t,{g:()=>a});function a(e){return e.toLowerCase()}},20305:e=>{"use strict";function t(e,t,n,a){var r=Number(e[t].meta.id+1).toString(),s="";return"string"==typeof a.docId&&(s="-"+a.docId+"-"),s+r}function n(e,t){var n=Number(e[t].meta.id+1).toString();return e[t].meta.subId>0&&(n+=":"+e[t].meta.subId),"["+n+"]"}function a(e,t,n,a,r){var s=r.rules.footnote_anchor_name(e,t,n,a,r),o=r.rules.footnote_caption(e,t,n,a,r),i=s;return e[t].meta.subId>0&&(i+=":"+e[t].meta.subId),''+o+""}function r(e,t,n){return(n.xhtmlOut?'
    \n':'
    \n')+'
    \n
      \n'}function s(){return"
    \n
    \n"}function o(e,t,n,a,r){var s=r.rules.footnote_anchor_name(e,t,n,a,r);return e[t].meta.subId>0&&(s+=":"+e[t].meta.subId),'
  • '}function i(){return"
  • \n"}function l(e,t,n,a,r){var s=r.rules.footnote_anchor_name(e,t,n,a,r);return e[t].meta.subId>0&&(s+=":"+e[t].meta.subId),' ↩︎'}e.exports=function(e){var c=e.helpers.parseLinkLabel,u=e.utils.isSpace;e.renderer.rules.footnote_ref=a,e.renderer.rules.footnote_block_open=r,e.renderer.rules.footnote_block_close=s,e.renderer.rules.footnote_open=o,e.renderer.rules.footnote_close=i,e.renderer.rules.footnote_anchor=l,e.renderer.rules.footnote_caption=n,e.renderer.rules.footnote_anchor_name=t,e.block.ruler.before("reference","footnote_def",(function(e,t,n,a){var r,s,o,i,l,c,d,p,m,g,A,h=e.bMarks[t]+e.tShift[t],E=e.eMarks[t];if(h+4>E)return!1;if(91!==e.src.charCodeAt(h))return!1;if(94!==e.src.charCodeAt(h+1))return!1;for(l=h+2;l=E||58!==e.src.charCodeAt(++l))return!1;if(a)return!0;for(l++,e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.refs||(e.env.footnotes.refs={}),c=e.src.slice(h+2,l-2),e.env.footnotes.refs[":"+c]=-1,(d=new e.Token("footnote_reference_open","",1)).meta={label:c},d.level=e.level++,e.tokens.push(d),r=e.bMarks[t],s=e.tShift[t],o=e.sCount[t],i=e.parentType,A=l,p=m=e.sCount[t]+l-(e.bMarks[t]+e.tShift[t]);l=o)&&(94===e.src.charCodeAt(i)&&(91===e.src.charCodeAt(i+1)&&(n=i+2,!((a=c(e,i+1))<0)&&(t||(e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.list||(e.env.footnotes.list=[]),r=e.env.footnotes.list.length,e.md.inline.parse(e.src.slice(n,a),e.md,e.env,s=[]),e.push("footnote_ref","",0).meta={id:r},e.env.footnotes.list[r]={content:e.src.slice(n,a),tokens:s}),e.pos=a+1,e.posMax=o,!0))))})),e.inline.ruler.after("footnote_inline","footnote_ref",(function(e,t){var n,a,r,s,o=e.posMax,i=e.pos;if(i+3>o)return!1;if(!e.env.footnotes||!e.env.footnotes.refs)return!1;if(91!==e.src.charCodeAt(i))return!1;if(94!==e.src.charCodeAt(i+1))return!1;for(a=i+2;a=o)&&(a++,n=e.src.slice(i+2,a-1),void 0!==e.env.footnotes.refs[":"+n]&&(t||(e.env.footnotes.list||(e.env.footnotes.list=[]),e.env.footnotes.refs[":"+n]<0?(r=e.env.footnotes.list.length,e.env.footnotes.list[r]={label:n,count:0},e.env.footnotes.refs[":"+n]=r):r=e.env.footnotes.refs[":"+n],s=e.env.footnotes.list[r].count,e.env.footnotes.list[r].count++,e.push("footnote_ref","",0).meta={id:r,subId:s,label:n}),e.pos=a,e.posMax=o,!0)))})),e.core.ruler.after("inline","footnote_tail",(function(e){var t,n,a,r,s,o,i,l,c,u,d=!1,p={};if(e.env.footnotes&&(e.tokens=e.tokens.filter((function(e){return"footnote_reference_open"===e.type?(d=!0,c=[],u=e.meta.label,!1):"footnote_reference_close"===e.type?(d=!1,p[":"+u]=c,!1):(d&&c.push(e),!d)})),e.env.footnotes.list)){for(o=e.env.footnotes.list,i=new e.Token("footnote_block_open","",1),e.tokens.push(i),t=0,n=o.length;t0?o[t].count:1,a=0;a{},53290:()=>{},15583:()=>{},81500:()=>{},88904:()=>{},34006:()=>{},57482:()=>{},7683:()=>{},9944:()=>{},38742:()=>{},9383:()=>{},44288:()=>{},39653:()=>{},26075:()=>{},25634:()=>{},49488:()=>{},34229:()=>{},54447:()=>{},19569:()=>{},65486:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={container:"demNsMJjhi7BLY7xhjU5","icon-wrapper":"QiUjdjJSkqh6nH7YMG5A","is-error":"Q080AHcq29J2fc68Hhk5",icon:"hYWbIwhppukXmGnsiT9H","is-warning":"JjHuxWly0HI9C60gorbq","is-info":"Cm8ZFHi3mngl4cj9Gatx","is-success":"ytGBsU015p3LGwOPwFDx"}},77560:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={button:"zI5tJ_qhWE6Oe6Lk75GY","is-icon-button":"tuBt2DLqimiImoqVzPqo",small:"Na39I683LAaSA99REg14",normal:"ipS7tKy9GntCS4R3vekF",icon:"paGLQwtPEaJmtArCcmyK",regular:"lZAo6_oGfclXOO9CC6Rd","full-width":"xJDOiJxTt0R_wSl8Ipz_",loading:"q_tVWqMjl39RcY6WtQA6","external-icon":"CDuBjJp_8jxzx5j6Nept"}},4459:()=>{},84813:()=>{},47842:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"star-icon":"cuoSlhSNrqf1dozY22Xb",jetpack:"lAIiifeLMmZAPlQ9n9ZR","checkmark-icon":"JLquNpQVlysAamuh5lJO",socialIcon:"cbOwD8Y4tFjwimmtchQI",bluesky:"aLWBKY0yRghEk7tNCgK3",facebook:"aHOlEBGD5EA8NKRw3xTw",instagram:"cL3m0xBYTYhIKI7lCqDB",twitter:"af4Y_zItXvLAOEoSDPSv",linkedin:"f68aqF3XSD1OBvXR1get",tumblr:"xFI0dt3UiXRlRQdqPWkx",google:"q7JEoyymveP6kF747M43",mastodon:"DKOBOTVmTLbh26gUH_73",nextdoor:"n5XodNsuMfMAAvqHFmbw",whatsapp:"fftumuc_lJ6v0tq4UMVR",threads:"inzgC27qxdt7hSdhTWRI"}},59053:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={sm:"(max-width: 599px)",md:"(min-width: 600px) and (max-width: 959px)",lg:"(min-width: 960px)"}},47876:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={placeholder:"NisihrgiIKl_knpYJtfg",pulse:"R2i0K45dEF157drbVRPI"}},16024:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={container:"VHYulMcpzbr10HWR0iSE","icon-wrapper":"FGpSkMCiIHQjszcV0dbn","close-button":"KoWZcCwhW13xvkEb0QON","main-content":"smrfczkC53EaFM8OJUXs",title:"IKYRWoPwt9xOVEx1wzNS","action-bar":"qM0qY6mPYp1MPN54A3Kg","is-error":"A5YkDkkXuiYgavrY6Nux",icon:"y_IPyP1wIAOhyNaqvXJq","is-warning":"cT5rwuPMZzWvi5o6shMl","is-info":"yo0O3uvNomPsYUXFCpAS","is-success":"oZdDFf1jBLkzn5ICCC6x"}},85335:()=>{},22073:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={reset:"WQVtrU6q0L1Igcj7wCrQ","headline-medium":"UujoBFTnQNY2cWU2SIsH","headline-small":"TeGO5V_thHw5lDAm1_2M","headline-small-regular":"WolQzb2MsSgiNmLtc7_j","title-medium":"hUB0JT8p1T2Hw28N6qC8","title-medium-semi-bold":"gKZWDv5chz3_O3Syp74H","title-small":"zY2No8Ga4b8shbOQGhnv",body:"tIj0D1t8Cc892ikmgFPZ","body-small":"KdcN0BnOaVeVhyLRKqhS","body-extra-small":"dso3Rh3tl3Xv1GumBktz","body-extra-small-bold":"mQ1UlbN9u4Mg9byO8m7v",label:"PItlW5vRExLnTj4a8eLE","m-0":"TwRpPlktzxhmFVeua7P5","mx-0":"zVfqx7gyb3o9mxfGynn1","my-0":"iSHVzNiB9iVleGljaQxy","mt-0":"xqDIp6cNVr_E6RXaiPyD","mr-0":"S8EwaXk1kyPizt6x4WH2","mb-0":"ODX5Vr1TARoLFkDDFooD","ml-0":"cphJ8dCpfimnky7P2FHg","m-1":"PFgIhNxIyiSuNvQjAIYj","mx-1":"M2jKmUzDxvJjjVEPU3zn","my-1":"io15gAh8tMTNbSEfwJKk","mt-1":"rcTN5uw9xIEeMEGL3Xi_","mr-1":"CQSkybjq2TcRM1Xo9COV","mb-1":"hfqOWgq6_MEGdFE82eOY","ml-1":"I8MxZQYTbuu595yfesWA","m-2":"kQkc6rmdpvLKPkyoJtVQ","mx-2":"j6vFPxWuu4Jan2ldoxpp","my-2":"hqr39dC4H_AbactPAkCG","mt-2":"c3dQnMi16C6J6Ecy4283","mr-2":"YNZmHOuRo6hU7zzKfPdP","mb-2":"Db8lbak1_wunpPk8NwKU","ml-2":"ftsYE5J9hLzquQ0tA5dY","m-3":"Det4MHzLUW7EeDnafPzq","mx-3":"h_8EEAztC29Vve1datb5","my-3":"YXIXJ0h1k47u6hzK8KcM","mt-3":"soADBBkcIKCBXzCTuV9_","mr-3":"zSX59ziEaEWGjnpZa4uV","mb-3":"yrVTnq_WBMbejg89c2ZQ","ml-3":"UKtHPJnI2cXBWtPDm5hM","m-4":"guexok_Tqd5Tf52hRlbT","mx-4":"oS1E2KfTBZkJ3F0tN7T6","my-4":"DN1OhhXi6AoBgEdDSbGd","mt-4":"ot2kkMcYHv53hLZ4LSn0","mr-4":"A1krOZZhlQ6Sp8Cy4bly","mb-4":"pkDbXXXL32237M0hokEh","ml-4":"XXv4kDTGvEnQeuGKOPU3","m-5":"yGqHk1a57gaISwkXwXe6","mx-5":"X8cghM358X3DkXLc9aNK","my-5":"GdfSmGwHlFnN2S6xBn1f","mt-5":"yqeuzwyGQ7zG0avrGqi_","mr-5":"g9emeCkuHvYhveiJbfXO","mb-5":"Lvk3dqcyHbZ07QCRlrUQ","ml-5":"r3yQECDQ9qX0XZzXlVAg","m-6":"aQhlPwht2Cz1X_63Miw0","mx-6":"JyHb0vK3wJgpblL9s5j8","my-6":"cY2gULL1lAv6WPNIRuf3","mt-6":"NBWQ9Lwhh_fnry3lg_p7","mr-6":"yIOniNe5E40C8fWvBm5V","mb-6":"t30usboNSyqfQWIwHvT3","ml-6":"Nm_TyFkYCMhOoghoToKJ","m-7":"C4qJKoBXpgKtpmrqtEKB","mx-7":"S93Srbu6NQ_PBr7DmTiD","my-7":"fJj8k6gGJDks3crUZxOS","mt-7":"cW6D6djs7Ppm7fD7TeoV","mr-7":"DuCnqNfcxcP3Z__Yo5Ro","mb-7":"im8407m2fw5vOg7O2zsw","ml-7":"G0fbeBgvz2sh3uTP9gNl","m-8":"kvW3sBCxRxUqz1jrVMJl","mx-8":"tOjEqjLONQdkiYx_XRnw","my-8":"op5hFSx318zgxsoZZNLN","mt-8":"c9WfNHP6TFKWIfLxv52J","mr-8":"sBA75QqcqRwwYSHJh2wc","mb-8":"GpL6idrXmSOM6jB8Ohsf","ml-8":"HbtWJoQwpgGycz8dGzeT","p-0":"uxX3khU88VQ_Ah49Ejsa","px-0":"KX0FhpBKwKzs9fOUdbNz","py-0":"PfK8vKDyN32dnimlzYjz","pt-0":"emxLHRjQuJsImnPbQIzE","pr-0":"kJ8WzlpTVgdViXt8ukP9","pb-0":"tg_UIUI11VBzrTAn2AzJ","pl-0":"uczvl8kaz84oPQJ2DB2R","p-1":"o7UHPcdVK3lt7q3lqV4o","px-1":"IDqEOxvDoYrFYxELPmtX","py-1":"DdywPW2qSYlu2pt8tpO2","pt-1":"npy3hw4A5QSkDicb2CJJ","pr-1":"LgbptTApNY5NwLQvEFAt","pb-1":"WZQy2SZuZso59bUsXXyl","pl-1":"o331apInxNunbYB3SfPE","p-2":"fMPIyD9Vqki1Lrc_yJnG","px-2":"i2pMcTcdrr10IQoiSm_L","py-2":"eA702gn32kwptiI1obXH","pt-2":"o9bGieUKcYc8o0Ij9oZX","pr-2":"SwZcFez1RDqWsOFjB5iG","pb-2":"eHpLc_idmuEqeqCTvqkN","pl-2":"vU39i2B4P1fUTMB2l6Vo","p-3":"JHWNzBnE29awhdu5BEh1","px-3":"X72lGbb56L3KFzC2xQ9N","py-3":"BzfNhRG8wXdCEB5ocQ6e","pt-3":"srV0KSDC83a2fiimSMMQ","pr-3":"lUWfkmbQjCskhcNwkyCm","pb-3":"Ts0dIlc3aTSL7V4cIHis","pl-3":"CzlqQXXhX6MvorArFZ8B","p-4":"TqMPkQtR_DdZuKb5vBoV","px-4":"a7UrjhI69Vetlcj9ZVzz","py-4":"StEhBzGs2Gi5dDEkjhAv","pt-4":"FGneZfZyvYrt1dG0zcnm","pr-4":"APEH216rpdlJWgD2fHc8","pb-4":"oGwXC3ohCic9XnAj6x69","pl-4":"U6gnT9y42ViPNOcNzBwb","p-5":"IpdRLBwnHqbqFrixgbYC","px-5":"HgNeXvkBa9o3bQ5fvFZm","py-5":"tJtFZM3XfPG9v9TSDfN1","pt-5":"PdifHW45QeXYfK568uD8","pr-5":"mbLkWTTZ0Za_BBbFZ5b2","pb-5":"vVWpZpLlWrkTt0hMk8XU","pl-5":"RxfaJj5a1Nt6IavEo5Zl","p-6":"SppJULDGdnOGcjZNCYBy","px-6":"palY2nLwdoyooPUm9Hhk","py-6":"WYw1JvZC0ppLdvSAPhr_","pt-6":"YEEJ9b90ueQaPfiU8aeN","pr-6":"QE0ssnsKvWJMqlhPbY5u","pb-6":"n8yA3jHlMRyLd5UIfoND","pl-6":"tXHmxYnHzbwtfxEaG51n","p-7":"kBTsPKkO_3g_tLkj77Um","px-7":"RyhrFx6Y1FGDrGAAyaxm","py-7":"CBwRpB0bDN3iEdQPPMJO","pt-7":"vQVSq6SvWKbOMu6r4H6b","pr-7":"oBy5__aEADMsH46mrgFX","pb-7":"KVEXoJqf1s92j0JMdNmN","pl-7":"ZMXGNrNaKW3k_3TLz0Fq","p-8":"tuiR9PhkHXhGyEgzRZRI","px-8":"U7454qyWkQNa2iaSJziu","py-8":"VLYIv2GVocjuN93e8HC8","pt-8":"X1rm9DQ1zLGLfogja5Gn","pr-8":"JS7G6kAuqJo5GIuF8S5t","pb-8":"Y8F9ga1TDCMbM1lj4gUz","pl-8":"AJuyNGrI63BOWql719H8"}},25196:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={global:"_fUXxnSp5pagKBp9gSN7"}},85605:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"O5Go3eBOBqWlXy7fX0su","connection-name":"fgQ4OdnJ1svMwDnOKu2H","profile-link":"ArQoWnNoP4okGpEbxF6b",confirmDialog:"QsEfjoVyfc0gVACXTvUM","mark-shared-wrap":"eCH_xkiqbqL0UkJjU_1p","connection-panel":"J2Rz6Qb6mWPyJDF0yoqw","connection-list":"fXYYdRkn3LXtN9YH3354","connection-list-item":"LaK9P7Nfi4ZBH0NhtbSs","connection-item":"tI3FtttoJPuF9AJzCAMv","connection-item-name":"msoMjBB_4Uq5qpRgobsH","learn-more":"RjMLptH6v03AX5ABWBp3","connection-name-wrapper":"z5Do97zRnujyW3Oj0pPJ"}},49514:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"connection-container":"KQcQQLxH5fI08DfOlKwL"}},71016:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"connections-list":"Ua6eKcnk_tQQpFlgXMSn","components-notice":"SHqrIEguRfCILRHPyxE9","more-link":"ejyuBjiLmHz_UTFmBnjA","change-settings-button":"smqXe_da1eoP4Agql_Cs","enhanced-features-nudge":"eQZwqSCI_uVWrJ2jIRUA","enabled-connections-notice":"O_ZghPCUG7291iVsp1wx","no-connections-text":"nrOxj0JeSCWwCB4oaR94","broken-connection-btn":"Jxra4242dPPaUy28mM8H","broken-connection-service":"amoEz9VXiwF3eyLxTbOA","broken-connection":"irsbCLZJNayrJ0g_joAn","settings-button":"lIKYDl6xVVtMbvcUDrrn"}},60548:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={container:"OWstrHF6QZdaosKs0b6j",hidden:"HJMFrbZ0khdkKKkocrIK"}},18973:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={confirmation:"udAWaza1u34TkmZZUPq4","header-text":"JsO4jFxFAKjG6Go62bZF",form:"SeoSfJ6eII9O0PiDkl5g","accounts-list":"M6POQFFbhswwolN6D9VN","account-input":"Sk_WQxS97yTokR_rM3Ci","account-label":"CRjatFVv3dQMjG9_Vmjj","submit-wrap":"re3HrL6GJa59uqDgx771","profile-pic":"jPB4ApiYyEswu6AKKJqk","account-info":"JhIphWt8e2X_ee0l7KEZ"}},73842:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={modal:"Mu_jAq5ZcYDM1kmBbxcs","connect-form":"foAsC5GlXOWEzACnxT_P",small:"_7PKKGx44v2H9dJbUltFw","manual-share":"IGOk1gMf5SKkfOKyF7Xc"}},27681:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"pp_WJTHlGIX9bcHCLxJh",title:"IzRyqrcpwjKRBJKEtECz"}},97671:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"preview-wrapper":"cZuW54OEuUN9yvuE_rNU","preview-image":"vCs0BOExDMOystFhG2wa",container:"sKpch49QzrpontC0DvF7",subtitle:"vOO47kVjHn7i63fQ0bx0",preview:"ziE_jq4PmQmGBedGskf_",remove:"qqGj0rmSJvZs9dyr0u_I","remove-loading":"TJGgifcTHqUtknPqVQpH"}},35270:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"f92zWdEJJIwBvwH5rRzn",disabled:"rBTOWyeewE4VxAqYgjoI","preview-wrapper":"PykCvaqoL7AIDzVKJAtg",notice:"SSMDWFYkP44va5KqPpTP",subtitle:"Q21myqk1zOYB3IH8YuEq","learn-more":"RoerAwwhu_PqirHlSJPz"}},93794:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={notice:"ptn8jt555LOvMXWaoLxs","notice--default":"IVzciZv5S5E8XgR5EsLp","notice--highlight":"OpbDsm3F65Z4K5Bz43cz","notice--warning":"dlrSwB0tyuf1TYcypDec","notice--error":"hkpqil8E11PObwu7TVU2",content:"AeqtA3GRe7sFjKaC9SqL",dismiss:"IArBTmNL2K4du5WPBUhg",actions:"T7E2eJJN4qjwPpv3mcjV"}},87170:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={panel:"U_WW2qLSQA71SJYyITOq"}},5780:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={description:"D8uyjb_rjCf4HTMT0mj0"}},55387:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"loading-block":"dCsa7WNQhT_7RhRkZih1","loading-text":"VotVfPmHNdU_xItAWEKQ"}},61420:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"dhja1sVSpDACLZ6k4sBy"}},76445:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={prompt:"CW7R8fRQqVKfyXFYiNWR",buttons:"n34j0qWq2EZzYl1jAiej",button:"aIuCL8MdydCJGcrOqp4x",header:"qegtnlYWDc3UnIGPRlQb"}},42475:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={services:"SbpyhN5jnda8H868J3rX","service-list-item":"ONeewrk3aNC1gYJebq7K","service-item":"RoTxOeGFqAwk3pXUZpvF","service-item-info":"AjlYaYB_xi9ciXXCqHIJ","service-basics":"kdYli5nS3b46T57Ih5TQ",heading:"ci8T5eNe1rggYILce596",badges:"W6mPdl5wGQlXfp1hYSK0",badge:"QbcyaAVqz3U_2xlIOZCw",title:"fXvUC1jZNUXR7RSrIylI",description:"d22_aeSA1etqpnckP_Mr",actions:"ddhaNmGMqOySRjR_TtqJ","learn-more":"nnSF_IK4vYviTlCOzPrg","service-panel":"u17AiTny2Jbh35JFAUYw","connect-form-wrapper":"U_Z9JvOsEQ6BtkH9P1IQ","active-connection":"MyXskAb4aXwO7zitR97z","broken-connection-alert":"hMntEpO6BV5B11lyAitv","service-connection-list":"Y_4JpLfOnXVZKvEs179H","example-wrapper":"jdahJvXCrCw0hA5NP3D3",small:"LLeYGX7Owy6gmpNW88VV","service-connection":"EdjyE9tVLH6lWMoB9z3M","connection-details":"EQQHwkVXRn0caD6J7LqV","profile-pic":"vvlyiVm67wUWF9NhpMA4",disconnect:"zqX6xk8KCGK1_qbYKqY5","connect-form":"fNeO_MZFp7cPkgtCdkAF","connect-button":"zK8sijAMFNs2m6WRAoi4","mark-shared-wrap":"zLobzkXnF6jHxNvkfz5_"}},99811:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"share-buttons":"JUeclE9CucaXRlTL5K9H",x:"rhyZKz4FQtFOFAMwLgLj",whatsapp:"DDRhGoqXUOM6Jug54nEB",facebook:"h57Cabo4jn8Ke77_DLOX",clipboard:"tvNWJpaNzPro4QaItBae",vertical:"p_VTpBCFklSkcb0iiD0K",container:"DyIAUIn_2bkciyB_XtgH",label:"Lx8xScOApJmJdhJF9JWd"}},14150:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"trigger-wrapper":"kyLdsnatoC0HbIDJQm9S",wrapper:"Syp1HH254tFVzcFG2Zh2",modal:"YABlqQXOGnawHFcJa7zT","share-item-name-wrapper":"vEA7jwVDDYmYUaVhX9QR","share-item-name":"AsH9JOuWehE027IlR7Y2","share-status-wrapper":"hvN5L4O60W8ftCvW1gRX","share-status-success":"aF8rESnbAc_uQUN0H3py","share-status-failure":"mfUKWd8ZvydeEyWeKhJ2","share-status-label":"pvVeQhJ9oNx0CFoHYEit","share-status-icon-tooltip":"fXQtkkrybB5DooWXxt67","share-status-icon":"bJAz31xuwL_vO4V97YfM","dataview-wrapper":"eYjvcy4kG7GH44dIVLYO","connection-name":"Zr_Eo4TmHx_X7UFoJcuM","retry-wrapper":"csen0rABejxv4X3l1cx5"}},53744:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={templateControl:"tfWupx32Rn5hHqVjTzui",customText:"qu9UsV1EEFeFxhU3Wgt5",mediaPicker:"nZhgKYFn6MQoIDGcKrUG"}},88375:()=>{"use strict"},52002:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={templates:"m9360_cMWKFHTNk9xpNz",template:"j4EvSJfKIJLGEIAETiEY","template--active":"dQb3Zpl0puk4V6ezZslo"}},47944:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={panel:"nOZgE6dP_guav2888GAK",modal:"jxndagXCphEhzYfnjHMZ","modal-content":"na9tpJVboVaxVNabSRsr","close-button":"VxWWpt730pSzZCEVjxA3","settings-header":"z14EiGfFuQwKazBW3LpF","settings-section":"LAWYmJPODB8LgzQMzsyx","settings-content":"vVbLRydJFLCVa49hSz83","preview-section":"uw1atyZ2fcJoKjwf6SZW","preview-content":"meKppCUznQhlkjwZuS6G","disabled-tab":"HS7f47n0w2xUqa4wQkwX","modal-description":"dKXzdVKZ7LYvSmUVrl26"}},95051:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"publicize-notice":"__nV49on4_ijaV8Brnsw","components-notice":"zZ3Pu7E87XyYIdPR2WTt","components-button":"fLC8AaLf3xcKaoJ4Opax"}},76794:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"sP1aklNMfj7lCDxuhWaq",progress:"a6tcXi51GAewl3qx0AVi",duration:"uFtCCGeycoI94JbCnJh8"}},54746:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={wrapper:"h2NGkiVs1r1nf85LtJpF","conversion-notice":"k3Apzwo3v9n0IaHbB8tf"}},44997:e=>{var t=1e3,n=60*t,a=60*n,r=24*a,s=7*r,o=365.25*r;function i(e,t,n,a){var r=t>=1.5*n;return Math.round(e/n)+" "+a+(r?"s":"")}e.exports=function(e,l){l=l||{};var c=typeof e;if("string"===c&&e.length>0)return function(e){if((e=String(e)).length>100)return;var i=/^(-?(?:\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(!i)return;var l=parseFloat(i[1]);switch((i[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return l*o;case"weeks":case"week":case"w":return l*s;case"days":case"day":case"d":return l*r;case"hours":case"hour":case"hrs":case"hr":case"h":return l*a;case"minutes":case"minute":case"mins":case"min":case"m":return l*n;case"seconds":case"second":case"secs":case"sec":case"s":return l*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return l;default:return}}(e);if("number"===c&&isFinite(e))return l.long?function(e){var s=Math.abs(e);if(s>=r)return i(e,s,r,"day");if(s>=a)return i(e,s,a,"hour");if(s>=n)return i(e,s,n,"minute");if(s>=t)return i(e,s,t,"second");return e+" ms"}(e):function(e){var s=Math.abs(e);if(s>=r)return Math.round(e/r)+"d";if(s>=a)return Math.round(e/a)+"h";if(s>=n)return Math.round(e/n)+"m";if(s>=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))}},2532:(e,t,n)=>{"use strict";n.d(t,{W:()=>o});var a=n(25700),r=[/([a-z0-9])([A-Z])/g,/([A-Z])([A-Z][a-z])/g],s=/[^A-Z0-9]+/gi;function o(e,t){void 0===t&&(t={});for(var n=t.splitRegexp,o=void 0===n?r:n,l=t.stripRegexp,c=void 0===l?s:l,u=t.transform,d=void 0===u?a.g:u,p=t.delimiter,m=void 0===p?" ":p,g=i(i(e,o,"$1\0$2"),c,"\0"),A=0,h=g.length;"\0"===g.charAt(A);)A++;for(;"\0"===g.charAt(h-1);)h--;return g.slice(A,h).split("\0").map(d).join(m)}function i(e,t,n){return t instanceof RegExp?e.replace(t,n):t.reduce((function(e,t){return e.replace(t,n)}),e)}},68530:(e,t,n)=>{"use strict";var a=n(10961);e.exports=function(e,t){var n=this;return a(n.data,e,n.data[t]||r,n),n};var r=[]},35479:(e,t,n)=>{"use strict";var a=n(75466);e.exports=function(e){return Boolean(a(this,e))}},49897:(e,t,n)=>{"use strict";var a=n(74424);e.exports=function(e){var t,n,r,s,o=this,i=-1;a(e,o,o.data);for(;++i{"use strict";var a=n(58314),r=n(58496);e.exports=o;var s=o.prototype;function o(e,t){var n,s=-1;if(!(this instanceof o))return new o(e,t);if("string"==typeof e||a(e)?("string"==typeof t||a(t))&&(n=[{dic:t}]):e&&("length"in e?(n=e,e=e[0]&&e[0].aff):(e.dic&&(n=[e]),e=e.aff)),!e)throw new Error("Missing `aff` in dictionary");if(e=r(e),this.data=Object.create(null),this.compoundRuleCodes=e.compoundRuleCodes,this.replacementTable=e.replacementTable,this.conversion=e.conversion,this.compoundRules=e.compoundRules,this.rules=e.rules,this.flags=e.flags,n)for(;++s{"use strict";e.exports=function(e){var t,n,a,r,s=this,o=e.toString("utf8").split("\n"),i=-1;void 0===s.flags.FORBIDDENWORD&&(s.flags.FORBIDDENWORD=!1);r=s.flags.FORBIDDENWORD;for(;++i{"use strict";e.exports=function(e){return delete this.data[e],this}},92347:(e,t,n)=>{"use strict";var a=n(75466),r=n(91534);e.exports=function(e){var t=this,n=a(t,e,!0);return{correct:t.correct(e),forbidden:Boolean(n&&r(t.flags,"FORBIDDENWORD",t.data[n])),warn:Boolean(n&&r(t.flags,"WARN",t.data[n]))}}},98559:(e,t,n)=>{"use strict";var a=n(41455),r=n(92545),s=n(91534),o=n(75466);e.exports=function(e){var t,n,s,o,c,u,d,p,m,g,A,h,E,f,b,v,C,k,y,B,w,_,I,x,j,S=this,Q={},N=[],R={},T=[];if(!(e=r(e.trim(),S.conversion.in))||S.correct(e))return[];j=a(e),o=-1;for(;++o-1;)T.push(e.replace(n[0],n[1])),c=e.indexOf(n[0],c+1);o=-1;for(;++oR[t]?-1:1}(e,t)||function(e,t){var n=a(e),r=a(t);return n===r?0:n===j?-1:r===j?1:void 0}(e,t)||function(e,t){return e.localeCompare(t)}(e,t)})),s=[],I=[],o=-1;for(;++o{"use strict";var a=n(77598);e.exports=function(e,t,n,o){var i,l,c,u,d,p,m,g=-1;(!("NEEDAFFIX"in o.flags)||n.indexOf(o.flags.NEEDAFFIX)<0)&&function(e,t,n){var a=e[t];t in e?a===s?e[t]=n.concat():r.apply(a,n):e[t]=n.concat()}(e,t,n);for(;++g{"use strict";var a=n(73509);e.exports=function(e){var t,n,u,d,p,m,g,A,h,E,f,b,v=Object.create(null),C=Object.create(null),k=Object.create(null),y=[],B={in:[],out:[]},w=[],_=e.toString("utf8"),I=[],x=0,j=_.indexOf("\n");k.KEY=[];for(;j>-1;)S(_.slice(x,j)),x=j+1,j=_.indexOf("\n",x);S(_.slice(x)),j=-1;for(;++j{"use strict";e.exports=function e(t,n,a,r){var s,o,i,l,c,u=-1;for(;++u{"use strict";function t(e){return e===e.toLowerCase()?"l":e===e.toUpperCase()?"u":null}e.exports=function(e){var n=t(e.charAt(0)),a=e.slice(1);if(!a)return n;if(a=t(a),n===a)return n;if("u"===n&&"l"===a)return"s";return null}},74424:(e,t,n)=>{"use strict";var a=n(73509),r=n(10961);e.exports=function(e,t,n){var a=e.toString("utf8"),r=a.indexOf("\n")+1,s=a.indexOf("\n",r);for(;s>-1;)9!==a.charCodeAt(r)&&o(a.slice(r,s),t,n),r=s+1,s=a.indexOf("\n",r);o(a.slice(r),t,n)};var s=/\s/g;function o(e,t,n){for(var o,i,l=e.indexOf("/"),c=e.indexOf("#"),u="";l>-1&&92===e.charCodeAt(l-1);)l=(e=e.slice(0,l-1)+e.slice(l)).indexOf("/",l);c>-1?l>-1&&l-1?(o=e.slice(0,l),u=e.slice(l+1)):o=e,(o=o.trim())&&r(n,o,a(t.flags,u.trim()),t)}},81277:(e,t,n)=>{"use strict";var a=n(91534);e.exports=function(e,t){var n=-1;if(e.data[t])return!a(e.flags,"ONLYINCOMPOUND",e.data[t]);if(t.length>=e.flags.COMPOUNDMIN)for(;++n{"use strict";e.exports=function(e,t,n){return n&&t in e&&n.indexOf(e[t])>-1}},75466:(e,t,n)=>{"use strict";var a=n(92545),r=n(81277),s=n(91534);function o(e,t,n){return s(e,"KEEPCASE",t)||n||s(e,"FORBIDDENWORD",t)}e.exports=function(e,t,n){var i,l=t.trim();if(!l)return null;if(l=a(l,e.conversion.in),r(e,l))return!n&&s(e.flags,"FORBIDDENWORD",e.data[l])?null:l;if(l.toUpperCase()===l){if(i=l.charAt(0)+l.slice(1).toLowerCase(),o(e.flags,e.data[i],n))return null;if(r(e,i))return i}if((i=l.toLowerCase())!==l){if(o(e.flags,e.data[i],n))return null;if(r(e,i))return i}return null}},92545:e=>{"use strict";e.exports=function(e,t){var n=-1;for(;++n{"use strict";e.exports=function(e,n){var a,r=0;if(!n)return t;if("long"===e.FLAG){for(a=new Array(Math.ceil(n.length/2));r{"use strict";e.exports=function(){return this.flags.WORDCHARS||null}},74572:(e,t,n)=>{"use strict";n.d(t,{c:()=>s});var a=n(54715),r=n(19382);function s(e,t){return void 0===t&&(t={}),(0,r.a)(e,(0,a.Cl)({delimiter:"-"},t))}},82769:(e,t,n)=>{"use strict";n.d(t,{$7:()=>o,fL:()=>i,l3:()=>s});var a=n(54715),r=n(2532);function s(e,t){var n=e.charAt(0),a=e.substr(1).toLowerCase();return t>0&&n>="0"&&n<="9"?"_"+n+a:""+n.toUpperCase()+a}function o(e){return e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()}function i(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:"",transform:s},t))}},70320:(e,t,n)=>{"use strict";n.d(t,{y:()=>s});var a=n(54715),r=n(19382);function s(e,t){return void 0===t&&(t={}),(0,r.a)(e,(0,a.Cl)({delimiter:"/"},t))}},14936:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(87399),r=n.n(a),s=n(11264),o=n.n(s),i=n(10067),l=n.n(i)()("photon"),c={width:"w",height:"h",letterboxing:"lb",removeLetterboxing:"ulb"},u="__domain__.invalid",d="http://".concat(u),p="https://i0.wp.com";function m(e,t){var n;try{n=new URL(e,d)}catch(e){return null}var a,s,i,m,g,A="https:"===n.protocol,h=new URL(p);if(g=n.host,/^i[0-2]\.wp\.com$/.test(g))h.pathname=n.pathname,h.hostname=n.hostname;else{if(n.search)return null;var E=n.href.replace("".concat(n.protocol,"/"),"");"blob:"===n.protocol&&(E=n.pathname.replace("://","//")),n.hostname===u&&(E=n.pathname),h.pathname=E,h.hostname=(a=E,s=r()(a),i=o()(s),m="i"+Math.floor(3*i()),l('determined server "%s" to use with "%s"',m,a),m+".wp.com"),A&&h.searchParams.set("ssl",1)}if(t)for(var f in t)"host"!==f&&"hostname"!==f?"secure"!==f||t[f]?h.searchParams.set(c[f]||f,t[f]):h.protocol="http:":h.hostname=t[f];return l("generated Photon URL: %s",h.href),h.href}},15762:(e,t,n)=>{"use strict";var a=n(53761);function r(){}function s(){}s.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,s,o){if(o!==a){var i=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 i.name="Invariant Violation",i}}function t(){return e}e.isRequired=e;var n={array:e,bigint: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:s,resetWarningCache:r};return n.PropTypes=n,n}},28120:(e,t,n)=>{e.exports=n(15762)()},53761:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},87072:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>f});const a=2147483647,r=36,s=/^xn--/,o=/[^\0-\x7F]/,i=/[\x2E\u3002\uFF0E\uFF61]/g,l={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},c=Math.floor,u=String.fromCharCode;function d(e){throw new RangeError(l[e])}function p(e,t){const n=e.split("@");let a="";n.length>1&&(a=n[0]+"@",e=n[1]);const r=function(e,t){const n=[];let a=e.length;for(;a--;)n[a]=t(e[a]);return n}((e=e.replace(i,".")).split("."),t).join(".");return a+r}function m(e){const t=[];let n=0;const a=e.length;for(;n=55296&&r<=56319&&n>1,e+=c(e/t);e>455;a+=r)e=c(e/35);return c(a+36*e/(e+38))},h=function(e){const t=[],n=e.length;let s=0,o=128,i=72,l=e.lastIndexOf("-");l<0&&(l=0);for(let n=0;n=128&&d("not-basic"),t.push(e.charCodeAt(n));for(let p=l>0?l+1:0;p=n&&d("invalid-input");const l=(u=e.charCodeAt(p++))>=48&&u<58?u-48+26:u>=65&&u<91?u-65:u>=97&&u<123?u-97:r;l>=r&&d("invalid-input"),l>c((a-s)/t)&&d("overflow"),s+=l*t;const m=o<=i?1:o>=i+26?26:o-i;if(lc(a/g)&&d("overflow"),t*=g}const m=t.length+1;i=A(s-l,m,0==l),c(s/m)>a-o&&d("overflow"),o+=c(s/m),s%=m,t.splice(s++,0,o)}var u;return String.fromCodePoint(...t)},E=function(e){const t=[],n=(e=m(e)).length;let s=128,o=0,i=72;for(const n of e)n<128&&t.push(u(n));const l=t.length;let p=l;for(l&&t.push("-");p=s&&tc((a-o)/m)&&d("overflow"),o+=(n-s)*m,s=n;for(const n of e)if(na&&d("overflow"),n===s){let e=o;for(let n=r;;n+=r){const a=n<=i?1:n>=i+26?26:n-i;if(eString.fromCodePoint(...e)},decode:h,encode:E,toASCII:function(e){return p(e,(function(e){return o.test(e)?"xn--"+E(e):e}))},toUnicode:function(e){return p(e,(function(e){return s.test(e)?h(e.slice(4).toLowerCase()):e}))}}},21782:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>x});var a,r=n(51609),s=n.n(r),o=Object.defineProperty,i=Object.getOwnPropertySymbols,l=Object.prototype.hasOwnProperty,c=Object.prototype.propertyIsEnumerable,u=(e,t,n)=>t in e?o(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,d=(e,t)=>{for(var n in t||(t={}))l.call(t,n)&&u(e,n,t[n]);if(i)for(var n of i(t))c.call(t,n)&&u(e,n,t[n]);return e},p=(e,t)=>{var n={};for(var a in e)l.call(e,a)&&t.indexOf(a)<0&&(n[a]=e[a]);if(null!=e&&i)for(var a of i(e))t.indexOf(a)<0&&c.call(e,a)&&(n[a]=e[a]);return n};(e=>{const t=class{constructor(e,n,a,r){if(this.version=e,this.errorCorrectionLevel=n,this.modules=[],this.isFunction=[],et.MAX_VERSION)throw new RangeError("Version value out of range");if(r<-1||r>7)throw new RangeError("Mask value out of range");this.size=4*e+17;let o=[];for(let e=0;e7)throw new RangeError("Invalid value");let u,d;for(u=r;;u++){const a=8*t.getNumDataCodewords(u,n),r=i.getTotalBits(e,u);if(r<=a){d=r;break}if(u>=o)throw new RangeError("Data too long")}for(const e of[t.Ecc.MEDIUM,t.Ecc.QUARTILE,t.Ecc.HIGH])c&&d<=8*t.getNumDataCodewords(u,e)&&(n=e);let p=[];for(const t of e){a(t.mode.modeBits,4,p),a(t.numChars,t.mode.numCharCountBits(u),p);for(const e of t.getData())p.push(e)}s(p.length==d);const m=8*t.getNumDataCodewords(u,n);s(p.length<=m),a(0,Math.min(4,m-p.length),p),a(0,(8-p.length%8)%8,p),s(p.length%8==0);for(let e=236;p.lengthg[t>>>3]|=e<<7-(7&t))),new t(u,n,g,l)}getModule(e,t){return 0<=e&&e>>9);const a=21522^(t<<10|n);s(a>>>15==0);for(let e=0;e<=5;e++)this.setFunctionModule(8,e,r(a,e));this.setFunctionModule(8,7,r(a,6)),this.setFunctionModule(8,8,r(a,7)),this.setFunctionModule(7,8,r(a,8));for(let e=9;e<15;e++)this.setFunctionModule(14-e,8,r(a,e));for(let e=0;e<8;e++)this.setFunctionModule(this.size-1-e,8,r(a,e));for(let e=8;e<15;e++)this.setFunctionModule(8,this.size-15+e,r(a,e));this.setFunctionModule(8,this.size-8,!0)}drawVersion(){if(this.version<7)return;let e=this.version;for(let t=0;t<12;t++)e=e<<1^7973*(e>>>11);const t=this.version<<12|e;s(t>>>18==0);for(let e=0;e<18;e++){const n=r(t,e),a=this.size-11+e%3,s=Math.floor(e/3);this.setFunctionModule(a,s,n),this.setFunctionModule(s,a,n)}}drawFinderPattern(e,t){for(let n=-4;n<=4;n++)for(let a=-4;a<=4;a++){const r=Math.max(Math.abs(a),Math.abs(n)),s=e+a,o=t+n;0<=s&&s{(e!=c-o||n>=l)&&p.push(t[e])}));return s(p.length==i),p}drawCodewords(e){if(e.length!=Math.floor(t.getNumRawDataModules(this.version)/8))throw new RangeError("Invalid argument");let n=0;for(let t=this.size-1;t>=1;t-=2){6==t&&(t=5);for(let a=0;a>>3],7-(7&n)),n++)}}s(n==8*e.length)}applyMask(e){if(e<0||e>7)throw new RangeError("Mask value out of range");for(let t=0;t5&&e++):(this.finderPenaltyAddHistory(r,s),a||(e+=this.finderPenaltyCountPatterns(s)*t.PENALTY_N3),a=this.modules[n][o],r=1);e+=this.finderPenaltyTerminateAndCount(a,r,s)*t.PENALTY_N3}for(let n=0;n5&&e++):(this.finderPenaltyAddHistory(r,s),a||(e+=this.finderPenaltyCountPatterns(s)*t.PENALTY_N3),a=this.modules[o][n],r=1);e+=this.finderPenaltyTerminateAndCount(a,r,s)*t.PENALTY_N3}for(let n=0;ne+(t?1:0)),n);const a=this.size*this.size,r=Math.ceil(Math.abs(20*n-10*a)/a)-1;return s(0<=r&&r<=9),e+=r*t.PENALTY_N4,s(0<=e&&e<=2568888),e}getAlignmentPatternPositions(){if(1==this.version)return[];{const e=Math.floor(this.version/7)+2,t=32==this.version?26:2*Math.ceil((4*this.version+4)/(2*e-2));let n=[6];for(let a=this.size-7;n.lengtht.MAX_VERSION)throw new RangeError("Version number out of range");let n=(16*e+128)*e+64;if(e>=2){const t=Math.floor(e/7)+2;n-=(25*t-10)*t-55,e>=7&&(n-=36)}return s(208<=n&&n<=29648),n}static getNumDataCodewords(e,n){return Math.floor(t.getNumRawDataModules(e)/8)-t.ECC_CODEWORDS_PER_BLOCK[n.ordinal][e]*t.NUM_ERROR_CORRECTION_BLOCKS[n.ordinal][e]}static reedSolomonComputeDivisor(e){if(e<1||e>255)throw new RangeError("Degree out of range");let n=[];for(let t=0;t0));for(const r of e){const e=r^a.shift();a.push(0),n.forEach(((n,r)=>a[r]^=t.reedSolomonMultiply(n,e)))}return a}static reedSolomonMultiply(e,t){if(e>>>8!=0||t>>>8!=0)throw new RangeError("Byte out of range");let n=0;for(let a=7;a>=0;a--)n=n<<1^285*(n>>>7),n^=(t>>>a&1)*e;return s(n>>>8==0),n}finderPenaltyCountPatterns(e){const t=e[1];s(t<=3*this.size);const n=t>0&&e[2]==t&&e[3]==3*t&&e[4]==t&&e[5]==t;return(n&&e[0]>=4*t&&e[6]>=t?1:0)+(n&&e[6]>=4*t&&e[0]>=t?1:0)}finderPenaltyTerminateAndCount(e,t,n){return e&&(this.finderPenaltyAddHistory(t,n),t=0),t+=this.size,this.finderPenaltyAddHistory(t,n),this.finderPenaltyCountPatterns(n)}finderPenaltyAddHistory(e,t){0==t[0]&&(e+=this.size),t.pop(),t.unshift(e)}};let n=t;function a(e,t,n){if(t<0||t>31||e>>>t!=0)throw new RangeError("Value out of range");for(let a=t-1;a>=0;a--)n.push(e>>>a&1)}function r(e,t){return!!(e>>>t&1)}function s(e){if(!e)throw new Error("Assertion error")}n.MIN_VERSION=1,n.MAX_VERSION=40,n.PENALTY_N1=3,n.PENALTY_N2=3,n.PENALTY_N3=40,n.PENALTY_N4=10,n.ECC_CODEWORDS_PER_BLOCK=[[-1,7,10,15,20,26,18,20,24,30,18,20,24,26,30,22,24,28,30,28,28,28,28,30,30,26,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,10,16,26,18,24,16,18,22,22,26,30,22,22,24,24,28,28,26,26,26,26,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28],[-1,13,22,18,26,18,24,18,22,20,24,28,26,24,20,30,24,28,28,26,30,28,30,30,30,30,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,17,28,22,16,22,28,26,26,24,28,24,28,22,24,24,30,28,28,26,28,30,24,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]],n.NUM_ERROR_CORRECTION_BLOCKS=[[-1,1,1,1,1,1,2,2,2,2,4,4,4,4,4,6,6,6,6,7,8,8,9,9,10,12,12,12,13,14,15,16,17,18,19,19,20,21,22,24,25],[-1,1,1,1,2,2,4,4,4,5,5,5,8,9,9,10,10,11,13,14,16,17,17,18,20,21,23,25,26,28,29,31,33,35,37,38,40,43,45,47,49],[-1,1,1,2,2,4,4,6,6,8,8,8,10,12,16,12,17,16,18,21,20,23,23,25,27,29,34,34,35,38,40,43,45,48,51,53,56,59,62,65,68],[-1,1,1,2,4,4,4,5,6,8,8,11,11,16,16,18,16,19,21,25,25,25,34,30,32,35,37,40,42,45,48,51,54,57,60,63,66,70,74,77,81]],e.QrCode=n;const o=class{constructor(e,t,n){if(this.mode=e,this.numChars=t,this.bitData=n,t<0)throw new RangeError("Invalid argument");this.bitData=n.slice()}static makeBytes(e){let t=[];for(const n of e)a(n,8,t);return new o(o.Mode.BYTE,e.length,t)}static makeNumeric(e){if(!o.isNumeric(e))throw new RangeError("String contains non-numeric characters");let t=[];for(let n=0;n=1<{let t;(e=>{const t=class{constructor(e,t){this.ordinal=e,this.formatBits=t}};let n=t;n.LOW=new t(0,1),n.MEDIUM=new t(1,0),n.QUARTILE=new t(2,3),n.HIGH=new t(3,2),e.Ecc=n})(t=e.QrCode||(e.QrCode={}))})(a||(a={})),(e=>{let t;(e=>{const t=class{constructor(e,t){this.modeBits=e,this.numBitsCharCount=t}numCharCountBits(e){return this.numBitsCharCount[Math.floor((e+7)/17)]}};let n=t;n.NUMERIC=new t(1,[10,12,14]),n.ALPHANUMERIC=new t(2,[9,11,13]),n.BYTE=new t(4,[8,16,16]),n.KANJI=new t(8,[8,10,12]),n.ECI=new t(7,[0,0,0]),e.Mode=n})(t=e.QrSegment||(e.QrSegment={}))})(a||(a={}));var m=a,g={L:m.QrCode.Ecc.LOW,M:m.QrCode.Ecc.MEDIUM,Q:m.QrCode.Ecc.QUARTILE,H:m.QrCode.Ecc.HIGH},A=128,h="L",E="#FFFFFF",f="#000000",b=!1,v=4,C=.1;function k(e,t=0){const n=[];return e.forEach((function(e,a){let r=null;e.forEach((function(s,o){if(!s&&null!==r)return n.push(`M${r+t} ${a+t}h${o-r}v1H${r+t}z`),void(r=null);if(o!==e.length-1)s&&null===r&&(r=o);else{if(!s)return;null===r?n.push(`M${o+t},${a+t} h1v1H${o+t}z`):n.push(`M${r+t},${a+t} h${o+1-r}v1H${r+t}z`)}}))})),n.join("")}function y(e,t){return e.slice().map(((e,n)=>n=t.y+t.h?e:e.map(((e,n)=>(n=t.x+t.w)&&e))))}function B(e,t,n,a){if(null==a)return null;const r=n?v:0,s=e.length+2*r,o=Math.floor(t*C),i=s/t,l=(a.width||o)*i,c=(a.height||o)*i,u=null==a.x?e.length/2-l/2:a.x*i,d=null==a.y?e.length/2-c/2:a.y*i;let p=null;if(a.excavate){let e=Math.floor(u),t=Math.floor(d);p={x:e,y:t,w:Math.ceil(l+u-e),h:Math.ceil(c+d-t)}}return{x:u,y:d,h:c,w:l,excavation:p}}var w=function(){try{(new Path2D).addPath(new Path2D)}catch(e){return!1}return!0}();function _(e){const t=e,{value:n,size:a=A,level:o=h,bgColor:i=E,fgColor:l=f,includeMargin:c=b,style:u,imageSettings:C}=t,_=p(t,["value","size","level","bgColor","fgColor","includeMargin","style","imageSettings"]),I=null==C?void 0:C.src,x=(0,r.useRef)(null),j=(0,r.useRef)(null),[S,Q]=(0,r.useState)(!1);(0,r.useEffect)((()=>{if(null!=x.current){const e=x.current,t=e.getContext("2d");if(!t)return;let r=m.QrCode.encodeText(n,g[o]).getModules();const s=c?v:0,u=r.length+2*s,d=B(r,a,c,C),p=j.current,A=null!=d&&null!==p&&p.complete&&0!==p.naturalHeight&&0!==p.naturalWidth;A&&null!=d.excavation&&(r=y(r,d.excavation));const h=window.devicePixelRatio||1;e.height=e.width=a*h;const E=a/u*h;t.scale(E,E),t.fillStyle=i,t.fillRect(0,0,u,u),t.fillStyle=l,w?t.fill(new Path2D(k(r,s))):r.forEach((function(e,n){e.forEach((function(e,a){e&&t.fillRect(a+s,n+s,1,1)}))})),A&&t.drawImage(p,d.x+s,d.y+s,d.w,d.h)}})),(0,r.useEffect)((()=>{Q(!1)}),[I]);const N=d({height:a,width:a},u);let R=null;return null!=I&&(R=s().createElement("img",{src:I,key:I,style:{display:"none"},onLoad:()=>{Q(!0)},ref:j})),s().createElement(s().Fragment,null,s().createElement("canvas",d({style:N,height:a,width:a,ref:x},_)),R)}function I(e){const t=e,{value:n,size:a=A,level:r=h,bgColor:o=E,fgColor:i=f,includeMargin:l=b,imageSettings:c}=t,u=p(t,["value","size","level","bgColor","fgColor","includeMargin","imageSettings"]);let C=m.QrCode.encodeText(n,g[r]).getModules();const w=l?v:0,_=C.length+2*w,I=B(C,a,l,c);let x=null;null!=c&&null!=I&&(null!=I.excavation&&(C=y(C,I.excavation)),x=s().createElement("image",{xlinkHref:c.src,height:I.h,width:I.w,x:I.x+w,y:I.y+w,preserveAspectRatio:"none"}));const j=k(C,w);return s().createElement("svg",d({height:a,width:a,viewBox:`0 0 ${_} ${_}`},u),s().createElement("path",{fill:o,d:`M0,0 h${_}v${_}H0z`,shapeRendering:"crispEdges"}),s().createElement("path",{fill:i,d:j,shapeRendering:"crispEdges"}),x)}var x=e=>{const t=e,{renderAs:n}=t,a=p(t,["renderAs"]);return"svg"===n?s().createElement(I,d({},a)):s().createElement(_,d({},a))}},24588:(e,t)=>{"use strict";var n=Object.prototype.hasOwnProperty;function a(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(e){return null}}function r(e){try{return encodeURIComponent(e)}catch(e){return null}}t.stringify=function(e,t){t=t||"";var a,s,o=[];for(s in"string"!=typeof t&&(t="?"),e)if(n.call(e,s)){if((a=e[s])||null!=a&&!isNaN(a)||(a=""),s=r(s),a=r(a),null===s||null===a)continue;o.push(s+"="+a)}return o.length?t+o.join("&"):""},t.parse=function(e){for(var t,n=/([^=?#&]+)=?([^&]*)/g,r={};t=n.exec(e);){var s=a(t[1]),o=a(t[2]);null===s||null===o||s in r||(r[s]=o)}return r}},18950:(e,t,n)=>{"use strict";var a=n(75795);t.createRoot=a.createRoot,t.hydrateRoot=a.hydrateRoot},86212:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(51609),r=n(76221),s=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],_n=!0,a=!1,r=void 0;try{for(var s,o=e[Symbol.iterator]();!(_n=(s=o.next()).done)&&(n.push(s.value),!t||n.length!==t);_n=!0);}catch(e){a=!0,r=e}finally{try{!_n&&o.return&&o.return()}finally{if(a)throw r}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")},o=r.TT&&r.XD;const i=function(){var e=(0,r.Y9)(),t=s(e,1)[0],n=(0,a.useState)(t),i=s(n,2),l=i[0],c=i[1];return(0,a.useEffect)((function(){if(o){var e=function(){var e=(0,r.Y9)(),t=s(e,1)[0];c(t)};return document.addEventListener(r.XD.event,e),function(){document.removeEventListener(r.XD.event,e)}}}),[]),l}},76221:(e,t,n)=>{"use strict";n.d(t,{TT:()=>s,XD:()=>o,Y9:()=>i});var a="undefined"!=typeof document,r=[{hidden:"hidden",event:"visibilitychange",state:"visibilityState"},{hidden:"webkitHidden",event:"webkitvisibilitychange",state:"webkitVisibilityState"},{hidden:"mozHidden",event:"mozvisibilitychange",state:"mozVisibilityState"},{hidden:"msHidden",event:"msvisibilitychange",state:"msVisibilityState"},{hidden:"oHidden",event:"ovisibilitychange",state:"oVisibilityState"}],s=a&&Boolean(document.addEventListener),o=function(){if(!s)return null;var e=!0,t=!1,n=void 0;try{for(var a,o=r[Symbol.iterator]();!(e=(a=o.next()).done);e=!0){var i=a.value;if(i.hidden in document)return i}}catch(e){t=!0,n=e}finally{try{!e&&o.return&&o.return()}finally{if(t)throw n}}return null}(),i=function(){if(!o)return[!0,"visible"];var e=o.hidden,t=o.state;return[!document[e],document[t]]}},32047:e=>{"use strict";function t(e,n){var a;if(Array.isArray(n))for(a=0;a{"use strict";e.exports=function(e,t){if(t=t.split(":")[0],!(e=+e))return!1;switch(t){case"http":case"ws":return 80!==e;case"https":case"wss":return 443!==e;case"ftp":return 21!==e;case"gopher":return 70!==e;case"file":return!1}return 0!==e}},94107:(e,t,n)=>{"use strict";n.d(t,{A:()=>B});var a=function(){if("undefined"!=typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,a){return e[0]===t&&(n=a,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),a=this.__entries__[n];return a&&a[1]},t.prototype.set=function(t,n){var a=e(this.__entries__,t);~a?this.__entries__[a][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,a=e(n,t);~a&&n.splice(a,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,a=this.__entries__;n0},e.prototype.connect_=function(){r&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),l?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){r&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t;i.some((function(e){return!!~n.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),u=function(e,t){for(var n=0,a=Object.keys(t);n0},e}(),k="undefined"!=typeof WeakMap?new WeakMap:new a,y=function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=c.getInstance(),a=new C(t,n,this);k.set(this,a)};["observe","unobserve","disconnect"].forEach((function(e){y.prototype[e]=function(){var t;return(t=k.get(this))[e].apply(t,arguments)}}));const B=void 0!==s.ResizeObserver?s.ResizeObserver:y},11264:e=>{"use strict";var t=256,n=[],a=window,r=Math.pow(t,6),s=Math.pow(2,52),o=2*s,i=255,l=Math.random;function c(e){var n,a=e.length,r=this,s=0,o=r.i=r.j=0,l=r.S=[];for(a||(e=[a++]);s=o;)e/=2,n/=2,a>>>=1;return(e+a)/n}},e.exports.resetGlobal=function(){Math.random=l},d(Math.random(),n)},82682:(e,t,n)=>{"use strict";n.d(t,{o:()=>i,u:()=>o});var a=n(54715),r=n(2532),s=n(21644);function o(e,t){var n=e.toLowerCase();return 0===t?(0,s.R)(n):n}function i(e,t){return void 0===t&&(t={}),(0,r.W)(e,(0,a.Cl)({delimiter:" ",transform:o},t))}},68963:(e,t,n)=>{"use strict";n.d(t,{L:()=>s});var a=n(54715),r=n(19382);function s(e,t){return void 0===t&&(t={}),(0,r.a)(e,(0,a.Cl)({delimiter:"_"},t))}},48931:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(1455),r=n.n(a);const s="default"in r()?r().default:r()},87286:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(10067),r=n.n(a),s=n(53664);const o=r()("jetpack-ai-client:ask-question");async function i(e,{postId:t=null,fromCache:n=!1,feature:a,functions:r,model:i}={}){return o("Asking question: %o. options: %o",e,{postId:t,fromCache:n,feature:a,functions:r,model:i}),new s.A({question:e,options:{postId:t,feature:a,fromCache:n,functions:r,model:i}})}},31439:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(10067),r=n.n(a),s=n(51391);const o=r()("jetpack-ai-client:ask-question-sync");async function i(e,t={}){o("Asking question with no streaming: %o. options: %o",e,t);let n=null;try{n=(await(0,s.A)()).token}catch(e){return o("Error getting token: %o",e),Promise.reject(e)}const a={...Array.isArray(e)?{messages:e}:{question:e},...t,stream:!1},r={Authorization:`Bearer ${n}`,"Content-Type":"application/json"};try{const e=await fetch("https://public-api.wordpress.com/wpcom/v2/jetpack-ai-query",{method:"POST",headers:r,body:JSON.stringify(a)}).then((e=>e.json()));return e?.data?.status&&e?.data?.status>200?(o("Error generating prompt: %o",e),Promise.reject(e)):e.choices?.[0]?.message?.content}catch(e){return o("Error asking question: %o",e),Promise.reject(e)}}},57745:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(10067),r=n.n(a),s=n(51391);const o=r()("jetpack-ai-client:audio-transcription");async function i(e,t,n){o("Transcribing audio: %o. Feature: %o",e,t);let a="";try{a=(await(0,s.A)()).token}catch(e){return o("Error getting token: %o",e),Promise.reject(e)}const r=new FormData;r.append("audio_file",e);try{const e={Authorization:`Bearer ${a}`},s="https://public-api.wordpress.com/wpcom/v2/jetpack-ai-transcription"+(t?`?feature=${t}`:"");return fetch(s,{method:"POST",body:r,headers:e,signal:n??void 0}).then((e=>(o("Transcription response: %o",e),e.ok?e.json().then((e=>e?.text)):e.json().then((e=>Promise.reject(e))))))}catch(e){return o("Transcription error response: %o",e),Promise.reject(e)}}},70629:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(94715),r=n(13022),s=n(51609),o=n.n(s),i=n(6754);function l({className:e,disabled:t=!1,value:n="",placeholder:s="",isTransparent:l=!1,state:c="init",onChange:u,banner:d=null,error:p=null,actions:m=null,message:g=null,promptUserInputRef:A=null,wrapperRef:h=null}){return o().createElement("div",{className:(0,r.A)("jetpack-components-ai-control__container-wrapper",e),ref:h},p,o().createElement("div",{className:"jetpack-components-ai-control__container"},d,o().createElement("div",{className:(0,r.A)("jetpack-components-ai-control__wrapper",{"is-transparent":l})},o().createElement(i.A,{state:c}),o().createElement("div",{className:"jetpack-components-ai-control__input-wrapper"},o().createElement(a.PlainText,{value:n,onChange:u,placeholder:s,className:"jetpack-components-ai-control__input",disabled:t,ref:A})),m),g))}},71417:(e,t,n)=>{"use strict";n.d(t,{A:()=>C});var a=n(56427),r=n(29491),s=n(86087),o=n(27723),i=n(51113),l=n(31249),c=n(62510),u=n(76673),d=n(40502),p=n(83883),m=n(10067),g=n.n(m),A=n(51609),h=n.n(A),E=n(63098),f=n(70629);const __=o.__,b=g()("jetpack-ai-client:block-ai-control");function v({disabled:e=!1,value:t="",placeholder:n="",showAccept:o=!1,acceptLabel:m=__("Accept","jetpack"),showButtonLabels:g=!0,isTransparent:A=!1,state:v="init",showGuideLine:C=!1,customFooter:k=null,onChange:y,onSend:B,onStop:w,onAccept:_,onDiscard:I,showRemove:x=!1,banner:j=null,error:S=null},Q){const N="requesting"===v||"suggesting"===v,[R,T]=(0,s.useState)(!1),[P,L]=(0,s.useState)(t||null),M=(0,s.useRef)(null);(0,s.useImperativeHandle)(Q,(()=>M.current)),(0,s.useEffect)((()=>{R&&M?.current?.focus()}),[R]);const D=(0,s.useCallback)((()=>{L(t),T(!1),B?.(t)}),[t]),F=(0,s.useCallback)((e=>{y?.(e),"init"!==v&&T(P?e!==P:e.length>0)}),[P,v]),O=(0,s.useCallback)((()=>{I?.()}),[]),z=(0,s.useCallback)((()=>{b("cancelEdit, revert to last value",P),y?.(P||""),T(!1)}),[P]);(0,r.useKeyboardShortcut)("mod+enter",(()=>{o&&_?.()}),{target:M}),(0,r.useKeyboardShortcut)("enter",(e=>{e.preventDefault(),D()}),{target:M});const U=h().createElement(h().Fragment,null,(!o||R)&&h().createElement("div",{className:"jetpack-components-ai-control__controls-prompt_button_wrapper"},N?h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:w,variant:"secondary",label:__("Stop request","jetpack")},g?__("Stop","jetpack"):h().createElement(i.A,{icon:l.A})):h().createElement(h().Fragment,null,R&&h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:z,variant:"secondary",label:__("Cancel","jetpack")},g?__("Cancel","jetpack"):h().createElement(i.A,{icon:l.A})),x&&!R&&!t?.length&&I&&h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:O,variant:"secondary",label:__("Cancel","jetpack")},g?__("Cancel","jetpack"):h().createElement(i.A,{icon:l.A})),t?.length>0&&h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:D,variant:"primary",disabled:!t?.length||e,label:__("Send request","jetpack")},g?__("Generate","jetpack"):h().createElement(i.A,{icon:c.A})))),o&&!R&&h().createElement("div",{className:"jetpack-components-ai-control__controls-prompt_button_wrapper"},(t?.length>0||null===P)&&h().createElement(a.ButtonGroup,null,h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",label:__("Discard","jetpack"),onClick:O,tooltipPosition:"top"},h().createElement(i.A,{icon:u.A})),h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",label:__("Regenerate","jetpack"),onClick:()=>B?.(t),tooltipPosition:"top",disabled:!t?.length||null===t||e},h().createElement(i.A,{icon:d.A}))),h().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:_,variant:"primary",label:m},g?m:h().createElement(i.A,{icon:p.A})))),H=C&&!N&&!R&&(k||h().createElement(E.Yj,null));return h().createElement(f.A,{disabled:e||N,value:t,placeholder:n,isTransparent:A,state:v,onChange:F,banner:j,error:S,actions:U,message:H,promptUserInputRef:M})}const C=(0,A.forwardRef)(v)},61:(e,t,n)=>{"use strict";n.d(t,{A:()=>h});var a=n(56427),r=n(29491),s=n(86087),o=n(27723),i=n(51113),l=n(31249),c=n(62510),u=n(95789),d=n(51609),p=n.n(d),m=n(63098),g=n(70629);const __=o.__;function A({className:e,disabled:t=!1,value:n="",placeholder:o="",showButtonLabels:d=!0,isTransparent:A=!1,state:h="init",showGuideLine:E=!1,error:f,requestsRemaining:b,showUpgradeMessage:v=!1,showFairUsageMessage:C=!1,upgradeUrl:k,wrapperRef:y,onChange:B,onSend:w,onStop:_,onClose:I,onUndo:x,onUpgrade:j,onTryAgain:S},Q){const N="requesting"===h||"suggesting"===h,[R,T]=(0,s.useState)(!1),[P,L]=(0,s.useState)(n||null),M=(0,s.useRef)(null);(0,s.useImperativeHandle)(Q,(()=>M.current)),(0,s.useEffect)((()=>{R&&M?.current?.focus()}),[R]);const D=(0,s.useCallback)((()=>{L(n),T(!1),w?.(n)}),[w,n]),F=(0,s.useCallback)((e=>{B?.(e),"init"!==h&&T(P?e!==P:e.length>0)}),[B,P,h]),O=(0,s.useCallback)((()=>{_?.()}),[_]),z=(0,s.useCallback)((()=>{I?.()}),[I]),U=(0,s.useCallback)((()=>{x?.()}),[x]),H=(0,s.useCallback)((e=>{j?.(e)}),[j]),V=(0,s.useCallback)((()=>{S?.()}),[S]);(0,r.useKeyboardShortcut)("enter",(e=>{e.preventDefault(),D()}),{target:M});const q=p().createElement(p().Fragment,null,N?p().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:O,variant:"secondary",label:__("Stop request","jetpack")},d?__("Stop","jetpack"):p().createElement(i.A,{icon:l.A})):p().createElement(p().Fragment,null,n?.length>0&&p().createElement("div",{className:"jetpack-components-ai-control__controls-prompt_button_wrapper"},p().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",onClick:D,variant:"primary",disabled:!n?.length||t,label:__("Send request","jetpack")},d?__("Generate","jetpack"):p().createElement(i.A,{icon:c.A}))),n?.length<=0&&"done"===h&&p().createElement("div",{className:"jetpack-components-ai-control__controls-prompt_button_wrapper"},p().createElement(a.ButtonGroup,null,p().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",label:__("Undo","jetpack"),onClick:U,tooltipPosition:"top"},p().createElement(i.A,{icon:u.A})),p().createElement(a.Button,{className:"jetpack-components-ai-control__controls-prompt_button",label:__("Close","jetpack"),onClick:z,variant:"tertiary"},__("Close","jetpack"))))));let G=null;return f?.message?G=p().createElement(m.Kw,{error:f.message,code:f.code,onTryAgainClick:V,onUpgradeClick:H,upgradeUrl:k}):C?G=p().createElement(m.k9,null):v?G=p().createElement(m.AK,{requestsRemaining:b,onUpgradeClick:H,upgradeUrl:k}):E&&(G=p().createElement(m.Yj,null)),p().createElement(g.A,{className:e,disabled:t||N,value:n,placeholder:o,isTransparent:A,state:h,onChange:F,actions:q,message:G,promptUserInputRef:M,wrapperRef:y})}const h=(0,d.forwardRef)(A)},42299:(e,t,n)=>{"use strict";n.d(t,{FC:()=>r.A,N0:()=>a.A});n(70629);var a=n(71417),r=n(61)},6754:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(56427),r=n(13022);function s({state:e}){return React.createElement("div",{className:(0,r.A)("jetpack-ai-status-indicator__icon-wrapper",{[`is-${e}`]:!0})},React.createElement(a.Spinner,null))}},68203:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(32569);function r({duration:e,className:t}){return React.createElement("span",{className:t},(0,a.f)(e,{addDecimalPart:!1}))}},32569:(e,t,n)=>{"use strict";function a(e,{addDecimalPart:t=!1,showMinutes:n=!0,showHours:a=!1}={}){const r=Math.floor(e/36e5),s=Math.floor(e/6e4)%60,o=Math.floor(e/1e3)%60,i=Math.floor(e/10)%100,l=[r>0||a?r.toString().padStart(2,"0")+":":"",r>0||s>0||n?s.toString().padStart(2,"0")+":":"",o.toString().padStart(2,"0")];return t&&l.push("."+i.toString().padStart(2,"0")),l.join("")}n.d(t,{f:()=>a})},27802:(e,t,n)=>{"use strict";n.d(t,{AK:()=>o.AK,FC:()=>a.FC,N0:()=>a.N0,Yj:()=>o.Yj,wS:()=>r.A,z3:()=>s.A});var a=n(42299),r=n(6754),s=n(68203),o=n(63098)},63098:(e,t,n)=>{"use strict";n.d(t,{AK:()=>v,Kw:()=>C,Yj:()=>f,k9:()=>b});var a=n(56427),r=n(86087),s=n(27723),o=n(83883),i=n(51113),l=n(71797),c=n(13022),u=n(42154),d=n(78836);const __=s.__,p="warning",m="error",g="success",A="info",h={[A]:null,[p]:null,[m]:u.A,[g]:o.A};function E({severity:e=A,icon:t=null,showSidebarIcon:n=!1,onSidebarIconClick:r=()=>{},children:s}){return React.createElement("div",{className:(0,c.A)("jetpack-ai-assistant__message",`jetpack-ai-assistant__message-severity-${e}`)},(h[e]||t)&&React.createElement(i.A,{icon:h[e]||t}),React.createElement("div",{className:"jetpack-ai-assistant__message-content"},s),n&&React.createElement(a.Button,{className:"jetpack-ai-assistant__message-sidebar",onClick:r},React.createElement(i.A,{size:20,icon:l.A})))}function f(){return React.createElement(E,null,React.createElement("span",null,__("AI-generated content could be inaccurate or biased.","jetpack")),React.createElement(a.ExternalLink,{href:"https://automattic.com/ai-guidelines"},__("Learn more","jetpack")))}function b(){const e=__("You've reached this month's request limit, per our fair usage policy","jetpack"),t=(0,r.createInterpolateElement)(e,{link:React.createElement(a.ExternalLink,{href:"https://jetpack.com/redirect/?source=ai-assistant-fair-usage-policy"})});return React.createElement(E,{severity:p},t)}function v({requestsRemaining:e,severity:t,onUpgradeClick:n,upgradeUrl:r}){let o=t;return null==o&&(o=e>0?A:p),React.createElement(E,{severity:o},React.createElement("span",null,(0,s.sprintf)( // translators: %1$d: number of requests remaining __("You have %1$d requests remaining.","jetpack"),e)),React.createElement(a.Button,{variant:"link",onClick:n,href:r,target:r?"_blank":null},__("Upgrade now","jetpack")))}function C({error:e,code:t,onTryAgainClick:n,onUpgradeClick:r,upgradeUrl:o}){const i=e||__("Something went wrong","jetpack");return React.createElement(E,{severity:m},React.createElement("span",null,(0,s.sprintf)( // translators: %1$d: A dynamic error message @@ -8,33 +8,23 @@ __("Error: %1$s","jetpack"),i)),t===d.Or?React.createElement(a.Button,{variant:" __("%u requests remaining.","jetpack"),b)),B&&React.createElement(React.Fragment,null," ",React.createElement(r.Button,{variant:"link",href:y,target:"_blank",onClick:()=>{n(p.AN,{context:T,placement:p.Cn})}},__("Upgrade","jetpack")))," ",React.createElement(r.Tooltip,{text:__("Logo generation costs 10 requests; prompt enhancement costs 1 request each","jetpack"),placement:"bottom"},React.createElement(o.A,{className:"prompt-footer__icon",icon:i.A}))),R&&P&&React.createElement(E.G,null),R&&!P&&React.createElement(h.Q,null),C&&React.createElement("div",{className:"jetpack-ai-logo-generator__prompt-error"},__("Error enhancing prompt. Please try again.","jetpack")),k&&React.createElement("div",{className:"jetpack-ai-logo-generator__prompt-error"},__("Error generating logo. Please try again.","jetpack"))))}},64024:(e,t,n)=>{"use strict";n.d(t,{G:()=>p});var a=n(85985),r=n(56427),s=n(86087),o=n(27723),i=n(51113),l=n(90311),c=n(61356),u=n(60674),d=n(88725);const __=o.__,p=()=>{const{tracks:e}=(0,a.st)(),{recordEvent:t}=e,n=__("Upgrade","jetpack"),o=(0,s.createInterpolateElement)(__("Not enough requests left to generate a logo. Upgrade now to increase it.","jetpack"),{strong:React.createElement("strong",null)}),{nextTierCheckoutURL:p}=(0,u.Q)(),{context:m}=(0,d.A)();return React.createElement("div",{className:"jetpack-upgrade-plan-banner"},React.createElement("div",{className:"jetpack-upgrade-plan-banner__wrapper"},React.createElement("div",null,React.createElement(i.A,{className:"jetpack-upgrade-plan-banner__icon",icon:l.A}),React.createElement("span",{className:"jetpack-upgrade-plan-banner__banner-description"},o)),React.createElement(r.Button,{href:p,target:"_blank",className:"is-primary",onClick:()=>{t(c.AN,{context:m,placement:c.tF})}},n)))}},35421:(e,t,n)=>{"use strict";n.d(t,{R:()=>l});var a=n(85985),r=n(56427),s=n(27723),o=n(61356),i=n(88725);const __=s.__,l=({onCancel:e,upgradeURL:t,reason:n})=>{const{tracks:s}=(0,a.st)(),{recordEvent:l}=s,c=__("The logo generator requires a paid Jetpack AI plan. Upgrade your plan to access exclusive features, including logo generation. The upgrade will also increase the amount of requests you can use in all AI-powered features.","jetpack"),u=__("Not enough requests left to generate a logo. Upgrade your Jetpack AI to increase the amount of requests you can use in all AI-powered features.","jetpack"),{context:d}=(0,i.A)();return React.createElement("div",{className:"jetpack-ai-logo-generator-modal__notice-message-wrapper"},React.createElement("div",{className:"jetpack-ai-logo-generator-modal__notice-message"},React.createElement("span",{className:"jetpack-ai-logo-generator-modal__loading-message"},"feature"===n?c:u)," ",React.createElement(r.Button,{variant:"link",href:"https://jetpack.com/ai/",target:"_blank"},__("Learn more about Jetpack AI.","jetpack"))),React.createElement("div",{className:"jetpack-ai-logo-generator-modal__notice-actions"},React.createElement(r.Button,{variant:"tertiary",onClick:e},__("Cancel","jetpack")),React.createElement(r.Button,{variant:"primary",href:t,target:"_blank",onClick:()=>{l(o.AN,{context:d,placement:o.Tz}),e()}},__("Upgrade","jetpack"))))}},48204:(e,t,n)=>{"use strict";n.d(t,{H:()=>l});var a=n(56427),r=n(27723),s=n(53512),o=n(13022),i=n(36791);const __=r.__,l=({className:e=null,onVisitBlankTarget:t})=>React.createElement("div",{className:(0,o.A)("jetpack-ai-logo-generator-modal-visit-site-banner",e)},React.createElement("div",{className:"jetpack-ai-logo-generator-modal-visit-site-banner__jetpack-logo"},React.createElement("img",{src:i,alt:"Jetpack"})),React.createElement("div",{className:"jetpack-ai-logo-generator-modal-visit-site-banner__content"},React.createElement("strong",null,__("Do you want to know all the amazing things you can do with Jetpack AI?","jetpack")),React.createElement("span",null,__("Generate and tweak content, create forms, get feedback and much more.","jetpack")),React.createElement("div",null,React.createElement(a.Button,{variant:"link",href:"https://jetpack.com/redirect/?source=logo_generator_learn_more_about_jetpack_ai",target:"_blank",onClick:t||null},__("Learn more about Jetpack AI","jetpack"),React.createElement(a.Icon,{icon:s.A,size:20})))))},61356:(e,t,n)=>{"use strict";n.d(t,{$i:()=>c,AN:()=>u,Cn:()=>d,N3:()=>g,Nt:()=>l,Tz:()=>p,Zb:()=>i,_S:()=>A,h4:()=>o,iz:()=>a,tF:()=>m,ub:()=>r,vm:()=>s});const a="jetpack_ai_logo_generator_modal_open",r="jetpack_ai_logo_generator_modal_close",s="jetpack_ai_logo_generator_generate",o="jetpack_ai_logo_generator_save",i="jetpack_ai_logo_generator_use",l="jetpack_ai_logo_generator_navigate",c="jetpack_ai_logo_generator_feedback",u="jetpack_ai_upgrade_button",d="input_footer",p="free_user_screen",m="upgrade_prompt",g=3,A=10},60674:(e,t,n)=>{"use strict";n.d(t,{Q:()=>c});var a=n(85985),r=n(47143),s=n(10067),o=n.n(s),i=n(74423);const l=o()("ai-client:logo-generator:use-checkout"),c=()=>{const{nextTier:e,tierPlansEnabled:t}=(0,r.useSelect)((e=>{const t=e(i.E);return{nextTier:t.getAiAssistantFeature().nextTier,tierPlansEnabled:t.getAiAssistantFeature().tierPlansEnabled}}),[]),n=new URL("https://jetpack.com/redirect/");n.searchParams.set("source","jetpack-ai-yearly-tier-upgrade-nudge"),n.searchParams.set("site",(0,a.GE)()),n.searchParams.set("path",t?`jetpack_ai_yearly:-q-${e?.limit}`:"jetpack_ai_yearly");const s=`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?redirect_to_referrer=1&page=my-jetpack#/add-jetpack-ai`,o=(0,a.d9)()||(0,a.Sy)()?n.toString():s;return l("Next tier checkout URL: ",o),{nextTierCheckoutURL:o,hasNextTier:!!e}}},78867:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(47143),r=n(86087),s=n(27723),o=n(74423);const __=s.__,i=()=>{const{usagePeriod:e}=(0,a.useSelect)((e=>({usagePeriod:e(o.E).getAiAssistantFeature().nextTier})),[]),t=(e=>{const t=__("You've reached this month's request limit, per our fair usage policy.","jetpack");if(!e)return t; // Translators: %s is the date when the requests will reset. const n=__("Requests will reset on %s.","jetpack");return`${t} ${(0,s.sprintf)(n,e)}`})((e=>{if(!e?.nextStart)return null;const t=new Date(e.nextStart);return t.toLocaleString("default",{month:"long"})+" "+t.getDate()})(e));return(0,r.createInterpolateElement)(t,{link:React.createElement("a",{href:"https://jetpack.com/redirect/?source=ai-logo-generator-fair-usage-policy",target:"_blank",rel:"noreferrer"})})}},88725:(e,t,n)=>{"use strict";n.d(t,{A:()=>A});var a=n(47143),r=n(10067),s=n.n(r),o=n(51609),i=n(62614),l=n(93869),c=n(51391),u=n(19362),d=n(28229),p=n(74423),m=n(44461);const g=s()("jetpack-ai-calypso:use-logo-generator"),A=()=>{const{setSelectedLogoIndex:e,setIsSavingLogoToLibrary:t,setIsApplyingLogo:n,setIsRequestingImage:r,setIsEnhancingPrompt:s,increaseAiAssistantRequestsCount:A,addLogoToHistory:h,setContext:E,setIsLoadingHistory:f}=(0,a.useDispatch)(p.E),{logos:b,selectedLogoIndex:v,selectedLogo:C,siteDetails:k,isSavingLogoToLibrary:y,isApplyingLogo:B,isEnhancingPrompt:w,isBusy:_,isRequestingImage:I,getAiAssistantFeature:x,requireUpgrade:j,context:S,tierPlansEnabled:Q,isLoadingHistory:N}=(0,a.useSelect)((e=>{const t=e(p.E);return{logos:t.getLogos(),selectedLogoIndex:t.getSelectedLogoIndex(),selectedLogo:t.getSelectedLogo(),siteDetails:t.getSiteDetails(),isSavingLogoToLibrary:t.getIsSavingLogoToLibrary(),isApplyingLogo:t.getIsApplyingLogo(),isRequestingImage:t.getIsRequestingImage(),isEnhancingPrompt:t.getIsEnhancingPrompt(),isBusy:t.getIsBusy(),getAiAssistantFeature:t.getAiAssistantFeature,requireUpgrade:t.getRequireUpgrade(),context:t.getContext(),tierPlansEnabled:t.getTierPlansEnabled(),isLoadingHistory:t.getIsLoadingHistory()}}),[]),{setFirstLogoPromptFetchError:R,setEnhancePromptFetchError:T,setLogoFetchError:P,setSaveToLibraryError:L,setLogoUpdateError:M}=(0,m.A)(),{generateImageWithParameters:D}=(0,i.A)(),{saveToMediaLibrary:F}=(0,l.A)(),{ID:O=null,name:z=null,description:U=null}=k||{},H=O?String(O):null,V=x(H),q=V?.costs?.["jetpack-ai-logo-generator"]?.logo,G=(0,o.useCallback)((async function(){R(null),A();try{const e=await(0,c.A)();if(!e||!e.token)throw new Error("No token provided");g("Generating first prompt for site");const t={question:`Generate a simple and short prompt asking for a logo based on the site's name and description, keeping the same language.\nExample for a site named "The minimalist fashion blog", described as "Daily inspiration for all things fashion": A logo for a minimalist fashion site focused on daily sartorial inspiration with a clean and modern aesthetic that is sleek and sophisticated.\nAnother example, now for a site called "El observatorio de aves", described as "Un sitio dedicado a nuestros compañeros y compañeras entusiastas de la observación de aves.": Un logo para un sitio web dedicado a la observación de aves, capturando la esencia de la naturaleza y la pasión por la avifauna en un diseño elegante y representativo, reflejando una estética natural y apasionada por la vida silvestre.\n\nSite name: ${z}\nSite description: ${U}`,feature:"jetpack-ai-logo-generator",stream:!1},n="https://public-api.wordpress.com/wpcom/v2/jetpack-ai-query",a={Authorization:`Bearer ${e.token}`,"Content-Type":"application/json"},r=await fetch(n,{method:"POST",headers:a,body:JSON.stringify(t)}).then((e=>e.json()));return r?.choices?.[0]?.message?.content}catch(e){throw A(-1),R(e),e}}),[R,A,z,U]),$=(0,o.useCallback)((async function({prompt:e}){P(null);try{const t=await(0,c.A)();if(!t||!t.token)throw new Error("No token provided");g("Generating image with prompt",e);const n={prompt:`I NEED to test how the tool works with extremely simple prompts. DO NOT add any detail, just use it AS-IS:\nCreate a single text-free iconic vector logo that symbolically represents the user request, using abstract or symbolic imagery.\nThe design should be modern, with either a vivid color scheme full of gradients or a color scheme that's monochromatic. Use any of those styles based on the user request mood.\nEnsure the logo is set against a clean solid background.\nEnsure the logo works in small sizes.\nThe imagery in the logo should subtly hint at the mood of the user request but DO NOT use any text, letters, or the name of the site on the imagery.\nThe image should contain a single icon, without variations, color palettes or different versions.\n\nUser request:${e}`,feature:"jetpack-ai-logo-generator",response_format:"b64_json"};return await D(n)}catch(e){throw P(e),e}}),[]),W=(0,o.useCallback)((async e=>{L(null);try{if(g("Saving logo for site"),e.mediaId)return{mediaId:e.mediaId,mediaURL:e.url};const n={mediaId:0,mediaURL:""};t(!0);const{id:a,url:r}=await F(e.url,"site-logo.png");return n.mediaId=parseInt(a),n.mediaURL=r,n}catch(e){throw L(e),e}finally{t(!1)}}),[t,L]),Z=(0,o.useCallback)((async()=>{M(null);try{if(!H||!C)throw new Error("Missing siteId or logo");g("Applying logo for site",H),n(!0);const{mediaId:e}=C;if(!e)throw new Error("Missing mediaId");await(0,d.Z)({siteId:H,imageId:String(e)})}catch(e){throw M(e),e}finally{n(!1)}}),[C,n,M,H]),Y=(0,o.useCallback)((e=>{h(e),(0,u.hm)({...e,siteId:String(H)})}),[H,h,u.hm]),J=(0,o.useCallback)((async function({prompt:e}){g("Generating logo for site"),r(!0);try{if(!q)throw new Error("Missing cost information");let t;A(q);try{if(t=await $({prompt:e}),!t||!t.data.length)throw new Error("No image returned")}catch(e){throw A(-q),e}const n={url:"data:image/png;base64,"+t.data[0].b64_json,description:e};try{const t=await W(n);Y({url:t.mediaURL,description:e,mediaId:t.mediaId})}catch(e){throw Y(n),e}}finally{r(!1)}}),[q,A,W,Y,$]);return{logos:b,selectedLogoIndex:v,selectedLogo:C,setSelectedLogoIndex:e,site:{id:H,name:z,description:U},generateFirstPrompt:G,saveLogo:W,applyLogo:Z,generateImage:$,enhancePrompt:async function({prompt:e}){T(null),A();try{const t=await(0,c.A)();if(!t||!t.token)throw new Error("No token provided");g("Enhancing prompt",e);const n={messages:[{role:"system",content:"Enhance the prompt you receive.\nThe prompt is meant for generating a logo. Return the same prompt enhanced, and make each enhancement wrapped in brackets.\nDo not add any mention to text, letters, typography or the name of the site in the prompt.\nFor example: user's prompt: A logo for an ice cream shop. Returned prompt: A logo for an ice cream shop [that is pink] [and vibrant]."},{role:"user",content:e}],feature:"jetpack-ai-logo-generator",stream:!1},a="https://public-api.wordpress.com/wpcom/v2/jetpack-ai-query",r={Authorization:`Bearer ${t.token}`,"Content-Type":"application/json"},s=await fetch(a,{method:"POST",headers:r,body:JSON.stringify(n)}).then((e=>e.json()));return s?.choices?.[0]?.message?.content}catch(e){throw A(-1),T(e),e}},storeLogo:Y,generateLogo:J,setIsEnhancingPrompt:s,setIsRequestingImage:r,setIsSavingLogoToLibrary:t,setIsApplyingLogo:n,setContext:E,isEnhancingPrompt:w,isRequestingImage:I,isSavingLogoToLibrary:y,isApplyingLogo:B,isBusy:_,getAiAssistantFeature:x,requireUpgrade:j,context:S,tierPlansEnabled:Q,isLoadingHistory:N,setIsLoadingHistory:f}}},44461:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(47143),r=n(74423);const s=()=>{const{setFeatureFetchError:e,setFirstLogoPromptFetchError:t,setEnhancePromptFetchError:n,setLogoFetchError:s,setSaveToLibraryError:o,setLogoUpdateError:i}=(0,a.useDispatch)(r.E),{featureFetchError:l,firstLogoPromptFetchError:c,enhancePromptFetchError:u,logoFetchError:d,saveToLibraryError:p,logoUpdateError:m}=(0,a.useSelect)((e=>{const t=e(r.E);return{featureFetchError:t.getFeatureFetchError(),firstLogoPromptFetchError:t.getFirstLogoPromptFetchError(),enhancePromptFetchError:t.getEnhancePromptFetchError(),logoFetchError:t.getLogoFetchError(),saveToLibraryError:t.getSaveToLibraryError(),logoUpdateError:t.getLogoUpdateError()}}),[]);return{setFeatureFetchError:e,setFirstLogoPromptFetchError:t,setEnhancePromptFetchError:n,setLogoFetchError:s,setSaveToLibraryError:o,setLogoUpdateError:i,clearErrors:()=>{e(null),t(null),n(null),s(null),o(null),i(null)},featureFetchError:l,firstLogoPromptFetchError:c,enhancePromptFetchError:u,logoFetchError:d,saveToLibraryError:p,logoUpdateError:m}}},23101:(e,t,n)=>{"use strict";n.d(t,{T:()=>a.T});var a=n(64537)},19362:(e,t,n)=>{"use strict";n.d(t,{$t:()=>i,H:()=>o,NP:()=>l,Pv:()=>c,hm:()=>s});var a=n(13858);const r=10;function s({siteId:e,url:t,description:n,mediaId:a}){const s=i(e),o={url:t,description:n,mediaId:a};return s.push(o),localStorage.setItem(`logo-history-${e}`,JSON.stringify(s.slice(-r))),o}function o({siteId:e,url:t,newUrl:n,mediaId:a}){const s=i(e),o=s.findIndex((e=>e.url===t));return o>-1&&(s[o].url=n,s[o].mediaId=a),localStorage.setItem(`logo-history-${e}`,JSON.stringify(s.slice(-r))),s[o]}function i(e){const t=localStorage.getItem(`logo-history-${e}`);let n=t?JSON.parse(t):[];return Array.isArray(n)||(n=[]),n=n.slice(-r),n=n.filter((e=>"object"==typeof e&&"string"==typeof e.url&&"string"==typeof e.description)).map((e=>({url:e.url,description:e.description,mediaId:e.mediaId}))),n}function l(e){return 0===i(e).length}async function c(e){const t=i(e).filter((({mediaId:e})=>void 0!==e)).map((({mediaId:t})=>new Promise(((n,r)=>{(0,a.T)({siteId:e,mediaId:t}).then((e=>n({mediaId:t,exists:e}))).catch((e=>r(e)))}))));try{(await Promise.all(t)).filter((({exists:e})=>!e)).forEach((({mediaId:t})=>function({siteId:e,mediaId:t}){const n=i(e),a=n.findIndex((e=>e.mediaId===t));-1!==a&&(n.splice(a,1),localStorage.setItem(`logo-history-${e}`,JSON.stringify(n)))}({siteId:e,mediaId:t})))}catch(e){}}},13858:(e,t,n)=>{"use strict";n.d(t,{T:()=>r});var a=n(48931);async function r({mediaId:e}){const t=Number(e);if(Number.isNaN(t))return!1;try{return await(0,a.A)({path:`/wp/v2/media/${Number(e)}`,method:"GET"}),!0}catch(e){const t=e?.data?.status;if(404===t)return!1;throw e}}},28229:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(22746);async function r({siteId:e,imageId:t}){const n={site_logo:t,site_icon:t};return(0,a.A)({path:`/sites/${String(e)}/settings`,apiVersion:"v2",apiNamespace:"wp/v2",body:n,query:"source=jetpack-ai",method:"POST"})}},22746:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(48931);const r=5;let s=0;async function o(e){if(s+=1,s>r)throw s-=1,new Error("Too many requests");return(0,a.A)(e).finally((()=>{s-=1}))}},9624:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(19362),r=n(22746),s=n(9938);const o={storeAiAssistantFeature:e=>({type:s.UU,feature:e}),fetchAiAssistantFeature:()=>async({dispatch:e})=>{e({type:s.ql});try{const t=await(0,r.A)({path:"/wpcom/v2/jetpack-ai/ai-assistant-feature",query:"force=wpcom"});e(o.storeAiAssistantFeature(function(e){return{hasFeature:!!e["has-feature"],isOverLimit:!!e["is-over-limit"],requestsCount:e["requests-count"],requestsLimit:e["requests-limit"],requireUpgrade:!!e["site-require-upgrade"],errorMessage:e["error-message"],errorCode:e["error-code"],upgradeType:e["upgrade-type"],usagePeriod:{currentStart:e["usage-period"]?.["current-start"],nextStart:e["usage-period"]?.["next-start"],requestsCount:e["usage-period"]?.["requests-count"]||0},currentTier:e["current-tier"],nextTier:e["next-tier"],tierPlansEnabled:!!e["tier-plans-enabled"],costs:e.costs,featuresControl:e["features-control"]}}(t)))}catch(t){e({type:s.Rx,error:t})}},increaseAiAssistantRequestsCount:(e=1)=>({dispatch:t})=>{t({type:s.Lg,count:e})},setAiAssistantFeatureRequireUpgrade:(e=!0)=>({type:s.Kt,requireUpgrade:e}),setTierPlansEnabled:(e=!0)=>({type:s.c1,tierPlansEnabled:e}),setSiteDetails:e=>({type:s.Bz,siteDetails:e}),setSelectedLogoIndex:e=>({type:s.BG,selectedLogoIndex:e}),addLogoToHistory:e=>({type:s.sG,logo:e}),setIsSavingLogoToLibrary:e=>({type:s.E6,isSavingLogoToLibrary:e}),setIsApplyingLogo:e=>({type:s.Ep,isApplyingLogo:e}),updateSelectedLogo:(e,t)=>({type:s.r_,mediaId:e,url:t}),setIsRequestingImage:e=>({type:s.vk,isRequestingImage:e}),setIsEnhancingPrompt:e=>({type:s.O5,isEnhancingPrompt:e}),loadLogoHistory(e){const t=(0,a.$t)(e);return{type:s.ZI,history:t}},setFeatureFetchError:e=>({type:s.Rx,error:e}),setFirstLogoPromptFetchError:e=>({type:s.MQ,error:e}),setEnhancePromptFetchError:e=>({type:s.gG,error:e}),setLogoFetchError:e=>({type:s.q_,error:e}),setSaveToLibraryError:e=>({type:s.x0,error:e}),setLogoUpdateError:e=>({type:s.FN,error:e}),setContext:e=>({type:s.kZ,context:e}),setIsLoadingHistory:e=>({type:s.hY,isLoadingHistory:e})},i=o},9938:(e,t,n)=>{"use strict";n.d(t,{BG:()=>m,Bz:()=>l,E6:()=>A,Ep:()=>h,FN:()=>I,GB:()=>c,Kt:()=>o,Lg:()=>s,MQ:()=>y,O5:()=>b,Rx:()=>k,UU:()=>a,ZI:()=>v,c1:()=>i,gG:()=>B,hY:()=>C,kZ:()=>p,mx:()=>d,nb:()=>u,q_:()=>w,ql:()=>r,r_:()=>E,sG:()=>g,vk:()=>f,x0:()=>_});const a="STORE_AI_ASSISTANT_FEATURE",r="REQUEST_AI_ASSISTANT_FEATURE",s="INCREASE_AI_ASSISTANT_REQUESTS_COUNT",o="SET_AI_ASSISTANT_FEATURE_REQUIRE_UPGRADE",i="SET_TIER_PLANS_ENABLED",l="SET_SITE_DETAILS",c=20,u=999999999,d=3,p="SET_CONTEXT",m="SET_SELECTED_LOGO_INDEX",g="ADD_LOGO_TO_HISTORY",A="SET_IS_SAVING_LOGO_TO_LIBRARY",h="SET_IS_APPLYING_LOGO",E="SAVE_SELECTED_LOGO",f="SET_IS_REQUESTING_IMAGE",b="SET_IS_ENHANCING_PROMPT",v="SET_SITE_HISTORY",C="SET_IS_LOADING_HISTORY",k="SET_FEATURE_FETCH_ERROR",y="SET_FIRST_LOGO_PROMPT_FETCH_ERROR",B="SET_ENHANCE_PROMPT_FETCH_ERROR",w="SET_LOGO_FETCH_ERROR",_="SET_SAVE_TO_LIBRARY_ERROR",I="SET_LOGO_UPDATE_ERROR"},74423:(e,t,n)=>{"use strict";n.d(t,{E:()=>i});var a=n(47143),r=n(9624),s=n(23695),o=n(80037);const i="jetpack-ai/logo-generator",l=(0,a.createReduxStore)(i,{__experimentalUseThunks:!0,actions:r.A,reducer:s.A,selectors:o.A});(0,a.register)(l)},94891:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(9938);const r={siteDetails:{},features:{aiAssistantFeature:{hasFeature:!0,isOverLimit:!1,requestsCount:0,requestsLimit:a.GB,requireUpgrade:!1,errorMessage:"",errorCode:"",upgradeType:"default",currentTier:{slug:"ai-assistant-tier-free",value:0,limit:20},usagePeriod:{currentStart:"",nextStart:"",requestsCount:0},nextTier:null,tierPlansEnabled:!1,_meta:{isRequesting:!1,asyncRequestCountdown:a.mx,asyncRequestTimerId:0,isRequestingImage:!1}}},history:[],selectedLogoIndex:0}},23695:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(61356),r=n(9938),s=n(94891);function o(e=s.A,t){switch(t.type){case r.ql:return{...e,_meta:{...e._meta??{},featureFetchError:null},features:{...e.features,aiAssistantFeature:{...e.features.aiAssistantFeature,_meta:{...e?.features?.aiAssistantFeature?._meta,isRequesting:!0,asyncRequestCountdown:r.mx,asyncRequestTimerId:0}}}};case r.UU:{const n={"jetpack-ai-logo-generator":{logo:a._S}};return{...e,features:{...e.features,aiAssistantFeature:{costs:n,...t.feature,requireUpgrade:t.feature?.requireUpgrade||0===t.feature?.currentTier?.value,_meta:{...e?.features?.aiAssistantFeature?._meta,isRequesting:!1}}}}}case r.Lg:{const n=e?.features?.aiAssistantFeature?.usagePeriod||{requestsCount:0},a=(e?.features?.aiAssistantFeature?.requestsCount||0)+(t.count??1);n.requestsCount+=t.count??1;const s=e?.features?.aiAssistantFeature?.currentTier?.value,o=void 0===s&&!e?.features?.aiAssistantFeature?.hasFeature||0===s,i=void 0===s&&e?.features?.aiAssistantFeature?.hasFeature||1===s;let l=e?.features?.aiAssistantFeature?.currentTier?.limit||r.GB;i?l=r.nb:o&&(l=e?.features?.aiAssistantFeature?.requestsLimit);const c=(i||o?a:e?.features?.aiAssistantFeature?.usagePeriod?.requestsCount||0)>=l,u=o||c&&null!==e?.features?.aiAssistantFeature?.nextTier;return{...e,features:{...e.features,aiAssistantFeature:{...e.features.aiAssistantFeature,isOverLimit:c,requestsCount:a,requireUpgrade:u,usagePeriod:{...n}}}}}case r.Kt:return{...e,features:{...e.features,aiAssistantFeature:{...e.features.aiAssistantFeature,requireUpgrade:t.requireUpgrade,...t.requireUpgrade?{isOverLimit:!0}:{}}}};case r.c1:return{...e,features:{...e.features,aiAssistantFeature:{...e.features.aiAssistantFeature,tierPlansEnabled:t.tierPlansEnabled}}};case r.Bz:return{...e,siteDetails:t.siteDetails};case r.BG:return{...e,selectedLogoIndex:t.selectedLogoIndex};case r.sG:{const n=[...e.history,t.logo];return{...e,history:n,selectedLogoIndex:n.length-1}}case r.E6:return{...e,_meta:{...e._meta??{},isSavingLogoToLibrary:t.isSavingLogoToLibrary}};case r.Ep:return{...e,_meta:{...e._meta??{},isApplyingLogo:t.isApplyingLogo}};case r.r_:{const n=e.history?.[e.selectedLogoIndex];return{...e,history:[...e.history.slice(0,e.selectedLogoIndex),{...n,mediaId:t.mediaId,url:t.url},...e.history.slice(e.selectedLogoIndex+1)]}}case r.vk:return{...e,_meta:{...e._meta??{},isRequestingImage:t.isRequestingImage}};case r.O5:return{...e,_meta:{...e._meta??{},isEnhancingPrompt:t.isEnhancingPrompt}};case r.ZI:return{...e,history:t.history,selectedLogoIndex:t.history?.length?t.history.length-1:0};case r.Rx:return{...e,_meta:{...e._meta??{},featureFetchError:t.error}};case r.MQ:return{...e,_meta:{...e._meta??{},firstLogoPromptFetchError:t.error}};case r.gG:return{...e,_meta:{...e._meta??{},enhancePromptFetchError:t.error}};case r.q_:return{...e,_meta:{...e._meta??{},logoFetchError:t.error}};case r.x0:return{...e,_meta:{...e._meta??{},saveToLibraryError:t.error}};case r.FN:return{...e,_meta:{...e._meta??{},logoUpdateError:t.error}};case r.kZ:return{...e,_meta:{...e._meta??{},context:t.context}};case r.hY:return{...e,_meta:{...e._meta??{},isLoadingHistory:t.isLoadingHistory}}}return e}},80037:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(61356);const r={getAiAssistantFeature(e){const t={...e.features.aiAssistantFeature};return delete t._meta,t},getSiteDetails:e=>e.siteDetails,getIsRequestingAiAssistantFeature:e=>e.features.aiAssistantFeature?._meta?.isRequesting??!1,getLogos:e=>e.history??[],getSelectedLogoIndex:e=>e.selectedLogoIndex??null,getSelectedLogo:e=>e.history?.[e.selectedLogoIndex]??null,getIsSavingLogoToLibrary:e=>e._meta?.isSavingLogoToLibrary??!1,getIsApplyingLogo:e=>e._meta?.isApplyingLogo??!1,getIsEnhancingPrompt:e=>e._meta?.isEnhancingPrompt??!1,getIsRequestingImage:e=>e._meta?.isRequestingImage??!1,getIsBusy:e=>r.getIsApplyingLogo(e)||r.getIsSavingLogoToLibrary(e)||r.getIsRequestingImage(e)||r.getIsEnhancingPrompt(e),getRequireUpgrade(e){const t=e.features.aiAssistantFeature;if(!t?.tierPlansEnabled)return t?.requireUpgrade;const n=t?.costs?.["jetpack-ai-logo-generator"]?.logo??a._S,r=t?.currentTier?.value||0,s=t?.usagePeriod?.requestsCount||0,o=1===r,i=!t?.nextTier;return e.features.aiAssistantFeature?.requireUpgrade||!o&&!i&&r-se._meta?.featureFetchError??null,getFirstLogoPromptFetchError:e=>e._meta?.firstLogoPromptFetchError??null,getEnhancePromptFetchError:e=>e._meta?.enhancePromptFetchError??null,getLogoFetchError:e=>e._meta?.logoFetchError??null,getSaveToLibraryError:e=>e._meta?.saveToLibraryError??null,getLogoUpdateError:e=>e._meta?.logoUpdateError??null,getContext:e=>e._meta?.context??"",getTierPlansEnabled:e=>e.features.aiAssistantFeature?.tierPlansEnabled??!1,getIsLoadingHistory:e=>e._meta?.isLoadingHistory??!1},s=r},53664:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(7675),r=n(10067),s=n.n(r),o=n(46219),i=n(51391),l=n(78836);const c=s()("jetpack-ai-client:suggestions-event-source");class u extends EventTarget{constructor(e){super(),this.fullMessage="",this.fullFunctionCall={name:"",arguments:""},this.isPromptClear=!1,this.controller=new AbortController,this.initEventSource(e)}async initEventSource({url:e,question:t,token:n,options:r={}}){if(!n)try{c("Token was not provided, requesting one..."),n=(await(0,i.A)()).token}catch(e){return void this.processErrorEvent(e)}const s={};if(Number.isInteger(parseInt(r.postId))&&(s.post_id=+r.postId),!e){const t=new URL("https://public-api.wordpress.com/wpcom/v2/jetpack-ai-query");r?.fromCache&&t.searchParams.append("stream_cache","true"),e=t.toString(),c("URL not provided, using default: %o",e)}Array.isArray(t)?s.messages=t:s.question=t,r?.feature?.length&&(c("Feature: %o",r.feature),s.feature=r.feature),r?.functions?.length&&(c("Functions: %o",r.functions),s.functions=r.functions),r?.model?.length&&(c("Model: %o",r.model),s.model=r.model),this.errorUnclearPromptTriggered=!1,await(0,a.y)(e,{openWhenHidden:!0,method:"POST",headers:{"Content-type":"application/json",Authorization:"Bearer "+n},body:JSON.stringify(s),onclose:()=>{c("Stream closed")},onerror:e=>{throw this.processErrorEvent(e),e},onmessage:e=>{this.processEvent(e)},onopen:async e=>{if(e.ok)return;let t;throw e.status>=400&&e.status<=500&&![413,422,429].includes(e.status)&&(c("Connection error: %o",e),t=l.mA,this.dispatchEvent(new CustomEvent(l.mA,{detail:e}))),503===e.status&&(t=l.AZ,this.dispatchEvent(new CustomEvent(l.AZ))),413===e.status&&(t=l.cT,this.dispatchEvent(new CustomEvent(l.cT))),422===e.status&&(t=l.ud,this.dispatchEvent(new CustomEvent(l.ud))),429===e.status&&(t=l.Or,this.dispatchEvent(new CustomEvent(l.Or))),this.dispatchEvent(new CustomEvent(l.zn,{detail:(0,o.fC)(t)})),new Error},signal:this.controller.signal})}checkForUnclearPrompt(){if(this.isPromptClear)return;const e=this.fullMessage.replace(/__|(\*\*)/g,"");if(e.startsWith("JETPACK_AI_ERROR")){if(this.errorUnclearPromptTriggered)return;this.errorUnclearPromptTriggered=!0,this.dispatchEvent(new CustomEvent(l.L9)),c("Unclear error prompt dispatched"),this.dispatchEvent(new CustomEvent(l.zn,{detail:(0,o.fC)(l.L9)}))}else"JETPACK_AI_ERROR".startsWith(e)?c(this.fullMessage):this.isPromptClear=!0}close(){this.controller.abort()}processEvent(e){if("[DONE]"===e.data){if(this.errorUnclearPromptTriggered)return;if(this.fullMessage.length)return this.dispatchEvent(new CustomEvent("done",{detail:this.fullMessage})),void c("Done: %o",this.fullMessage);if(this.fullFunctionCall.name.length)return this.dispatchEvent(new CustomEvent("function_done",{detail:this.fullFunctionCall})),void c("Done: %o",this.fullFunctionCall)}let t;try{t=JSON.parse(e.data)}catch(t){return void c("Error parsing JSON",e,t)}const{delta:n}=t?.choices?.[0]??{delta:{content:null,function_call:null}},a=n.content,r=n.function_call;a&&(this.fullMessage+=a,this.checkForUnclearPrompt(),this.isPromptClear&&(this.dispatchEvent(new CustomEvent("chunk",{detail:a})),c("suggestion: %o",this.fullMessage),this.dispatchEvent(new CustomEvent("suggestion",{detail:this.fullMessage})))),r&&(null!=r.name&&(this.fullFunctionCall.name+=r.name),null!=r.arguments&&(this.fullFunctionCall.arguments+=r.arguments),this.dispatchEvent(new CustomEvent("functionCallChunk",{detail:this.fullFunctionCall})))}processErrorEvent(e){c("onerror: %o",e),this.dispatchEvent(new CustomEvent(l.mA,{detail:e})),this.dispatchEvent(new CustomEvent(l.zn,{detail:(0,o.fC)(l.mA)}))}}},78836:(e,t,n)=>{"use strict";n.d(t,{AZ:()=>r,L9:()=>c,Or:()=>s,cT:()=>i,mA:()=>l,uH:()=>a.u,ud:()=>o,zn:()=>u});var a=n(97784);const r="error_service_unavailable",s="error_quota_exceeded",o="error_moderation",i="error_context_too_large",l="error_network",c="error_unclear_prompt",u="error_response"},90372:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(10067);const r=n.n(a)()("dops:analytics");let s,o;window._tkq=window._tkq||[],window.ga=window.ga||function(){(window.ga.q=window.ga.q||[]).push(arguments)},window.ga.l=+new Date;const i={initialize:function(e,t,n){i.setUser(e,t),i.setSuperProps(n),i.identifyUser()},setGoogleAnalyticsEnabled:function(e,t=null){this.googleAnalyticsEnabled=e,this.googleAnalyticsKey=t},setMcAnalyticsEnabled:function(e){this.mcAnalyticsEnabled=e},setUser:function(e,t){o={ID:e,username:t}},setSuperProps:function(e){s=e},assignSuperProps:function(e){s=Object.assign(s||{},e)},mc:{bumpStat:function(e,t){const n=function(e,t){let n="";if("object"==typeof e){for(const t in e)n+="&x_"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);r("Bumping stats %o",e)}else n="&x_"+encodeURIComponent(e)+"="+encodeURIComponent(t),r('Bumping stat "%s" in group "%s"',t,e);return n}(e,t);i.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom-no-pv"+n+"&t="+Math.random())},bumpStatWithPageView:function(e,t){const n=function(e,t){let n="";if("object"==typeof e){for(const t in e)n+="&"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);r("Built stats %o",e)}else n="&"+encodeURIComponent(e)+"="+encodeURIComponent(t),r('Built stat "%s" in group "%s"',t,e);return n}(e,t);i.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom"+n+"&t="+Math.random())}},pageView:{record:function(e,t){i.tracks.recordPageView(e),i.ga.recordPageView(e,t)}},purchase:{record:function(e,t,n,a,r,s,o){i.ga.recordPurchase(e,t,n,a,r,s,o)}},tracks:{recordEvent:function(e,t){t=t||{},0===e.indexOf("akismet_")||0===e.indexOf("jetpack_")?(s&&(r("- Super Props: %o",s),t=Object.assign(t,s)),r('Record event "%s" called with props %s',e,JSON.stringify(t)),window._tkq.push(["recordEvent",e,t])):r('- Event name must be prefixed by "akismet_" or "jetpack_"')},recordJetpackClick:function(e){const t="object"==typeof e?e:{target:e};i.tracks.recordEvent("jetpack_wpa_click",t)},recordPageView:function(e){i.tracks.recordEvent("akismet_page_view",{path:e})},setOptOut:function(e){r("Pushing setOptOut: %o",e),window._tkq.push(["setOptOut",e])}},ga:{initialized:!1,initialize:function(){let e={};i.ga.initialized||(o&&(e={userId:"u-"+o.ID}),window.ga("create",this.googleAnalyticsKey,"auto",e),i.ga.initialized=!0)},recordPageView:function(e,t){i.ga.initialize(),r("Recording Page View ~ [URL: "+e+"] [Title: "+t+"]"),this.googleAnalyticsEnabled&&(window.ga("set","page",e),window.ga("send",{hitType:"pageview",page:e,title:t}))},recordEvent:function(e,t,n,a){i.ga.initialize();let s="Recording Event ~ [Category: "+e+"] [Action: "+t+"]";void 0!==n&&(s+=" [Option Label: "+n+"]"),void 0!==a&&(s+=" [Option Value: "+a+"]"),r(s),this.googleAnalyticsEnabled&&window.ga("send","event",e,t,n,a)},recordPurchase:function(e,t,n,a,r,s,o){window.ga("require","ecommerce"),window.ga("ecommerce:addTransaction",{id:e,revenue:a,currency:o}),window.ga("ecommerce:addItem",{id:e,name:t,sku:n,price:r,quantity:s}),window.ga("ecommerce:send")}},identifyUser:function(){o&&window._tkq.push(["identifyUser",o.ID,o.username])},setProperties:function(e){window._tkq.push(["setProperties",e])},clearedIdentity:function(){window._tkq.push(["clearIdentity"])}},l=i},42266:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(90311),r=n(19783),s=n(83883),o=n(51113),i=n(13022),l=n(51609),c=n.n(l),u=n(65486);const d=e=>{switch(e){case"error":case"warning":default:return a.A;case"info":return r.A;case"success":return s.A}},p=({level:e="warning",children:t,showIcon:n=!0,className:a})=>{const r=(0,i.A)(u.A.container,u.A[`is-${e}`],a);return c().createElement("div",{className:r},n&&c().createElement("div",{className:u.A["icon-wrapper"]},c().createElement(o.A,{icon:d(e),className:u.A.icon})),c().createElement("div",null,t))}},51112:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(96072),r=n.n(a),s=n(56427),o=n(27723),i=n(51113),l=n(53512),c=n(13022),u=n(51609),d=n.n(u),p=n(77560);const __=o.__,m=(0,u.forwardRef)(((e,t)=>{const{children:n,variant:a="primary",size:o="normal",weight:u="bold",icon:m,iconSize:g,disabled:A,isDestructive:h,isLoading:E,isExternalLink:f,className:b,text:v,fullWidth:C,...k}=e,y=(0,c.A)(p.A.button,b,{[p.A.normal]:"normal"===o,[p.A.small]:"small"===o,[p.A.icon]:Boolean(m),[p.A.loading]:E,[p.A.regular]:"regular"===u,[p.A["full-width"]]:C,[p.A["is-icon-button"]]:Boolean(m)&&!n});k.ref=t;const B="normal"===o?20:16,w=f&&d().createElement(d().Fragment,null,d().createElement(i.A,{size:B,icon:l.A,className:p.A["external-icon"]}),d().createElement(s.VisuallyHidden,{as:"span"},/* translators: accessibility text */ -__("(opens in a new tab)","jetpack"))),_=f?"_blank":void 0,I=n?.[0]&&null!==n[0]&&"components-tooltip"!==n?.[0]?.props?.className;return d().createElement(s.Button,r()({target:_,variant:a,className:(0,c.A)(y,{"has-text":!!m&&I}),icon:f?void 0:m,iconSize:g,disabled:A,"aria-disabled":A,isDestructive:h,text:v},k),E&&d().createElement(s.Spinner,null),d().createElement("span",null,n),w)}));m.displayName="Button";const g=m},69222:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(96072),r=n.n(a),s=n(29491),o=n(86087),i=n(27723),l=n(51112),c=n(78478);const __=i.__,u=({buttonStyle:e="icon",textToCopy:t,onCopy:n,...a})=>{const[i,u]=(0,o.useState)(!1),d=(0,o.useRef)(),p=(0,s.useCopyToClipboard)(t,(()=>{d.current&&clearTimeout(d.current),u(!0),n?.(),d.current=setTimeout((()=>{u(!1),d.current=void 0}),3e3)}));(0,o.useEffect)((()=>()=>{d.current&&clearTimeout(d.current)}),[]);let m=null,g=null;"text"!==e&&(m=i?React.createElement(c.Nr,null):React.createElement(c.ui,null));const A=__("Copy to clipboard","jetpack");return"icon"!==e&&(g=i?__("Copied!","jetpack"):A),React.createElement(l.A,r()({"aria-label":A,icon:m,children:g,ref:p},a))}},63406:(e,t,n)=>{"use strict";n.d(t,{I:()=>s});var a=n(47143),r=n(692);function s(){const e=(0,a.useDispatch)(r.store),t=(0,a.useSelect)((e=>e(r.store).getNotices()),[]);return{...e,createNotice:(t,n,a)=>e.createNotice(t,n,{type:"snackbar",...a}),createErrorNotice:(t,n)=>e.createErrorNotice(t,{type:"snackbar",...n}),createInfoNotice:(t,n)=>e.createInfoNotice(t,{type:"snackbar",...n}),createSuccessNotice:(t,n)=>e.createSuccessNotice(t,{type:"snackbar",...n}),createWarningNotice:(t,n)=>e.createWarningNotice(t,{type:"snackbar",...n}),getNotices:()=>t}}},11883:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(27723),r=n(13022),s=n(51609);n(4459);const __=a.__;class o extends s.Component{static defaultProps={"aria-hidden":"false",focusable:"true"};needsOffset(e,t){return["gridicons-arrow-left","gridicons-arrow-right","gridicons-calendar","gridicons-cart","gridicons-folder","gridicons-info","gridicons-info-outline","gridicons-posts","gridicons-star-outline","gridicons-star"].indexOf(e)>=0&&t%18==0}getSVGDescription(e){if("description"in this.props)return this.props.description;switch(e){default:return"";case"gridicons-audio":return __("Has audio.","jetpack");case"gridicons-arrow-left":return __("Arrow left","jetpack");case"gridicons-arrow-right":return __("Arrow right","jetpack");case"gridicons-calendar":return __("Is an event.","jetpack");case"gridicons-cart":return __("Is a product.","jetpack");case"chevron-down":return __("Show filters","jetpack");case"gridicons-comment":return __("Matching comment.","jetpack");case"gridicons-cross":return __("Close.","jetpack");case"gridicons-filter":return __("Toggle search filters.","jetpack");case"gridicons-folder":return __("Category","jetpack");case"gridicons-info":case"gridicons-info-outline":return __("Information.","jetpack");case"gridicons-image-multiple":return __("Has multiple images.","jetpack");case"gridicons-image":return __("Has an image.","jetpack");case"gridicons-page":return __("Page","jetpack");case"gridicons-post":return __("Post","jetpack");case"gridicons-jetpack-search":case"gridicons-search":return __("Magnifying Glass","jetpack");case"gridicons-tag":return __("Tag","jetpack");case"gridicons-video":return __("Has a video.","jetpack")}}renderIcon(e){switch(e){default:return null;case"gridicons-audio":return React.createElement("g",null,React.createElement("path",{d:"M8 4v10.184C7.686 14.072 7.353 14 7 14c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3V7h7v4.184c-.314-.112-.647-.184-1-.184-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3V4H8z"}));case"gridicons-arrow-left":return React.createElement("g",null,React.createElement("path",{d:"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"}));case"gridicons-arrow-right":return React.createElement("g",null,React.createElement("path",{d:"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"}));case"gridicons-block":return React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zM4 12c0-4.418 3.582-8 8-8 1.848 0 3.545.633 4.9 1.686L5.686 16.9C4.633 15.545 4 13.848 4 12zm8 8c-1.848 0-3.546-.633-4.9-1.686L18.314 7.1C19.367 8.455 20 10.152 20 12c0 4.418-3.582 8-8 8z"}));case"gridicons-calendar":return React.createElement("g",null,React.createElement("path",{d:"M19 4h-1V2h-2v2H8V2H6v2H5c-1.105 0-2 .896-2 2v13c0 1.104.895 2 2 2h14c1.104 0 2-.896 2-2V6c0-1.104-.896-2-2-2zm0 15H5V8h14v11z"}));case"gridicons-cart":return React.createElement("g",null,React.createElement("path",{d:"M9 20c0 1.1-.9 2-2 2s-1.99-.9-1.99-2S5.9 18 7 18s2 .9 2 2zm8-2c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm.396-5c.937 0 1.75-.65 1.952-1.566L21 5H7V4c0-1.105-.895-2-2-2H3v2h2v11c0 1.105.895 2 2 2h12c0-1.105-.895-2-2-2H7v-2h10.396z"}));case"gridicons-checkmark":return React.createElement("g",null,React.createElement("path",{d:"M11 17.768l-4.884-4.884 1.768-1.768L11 14.232l8.658-8.658C17.823 3.39 15.075 2 12 2 6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-1.528-.353-2.97-.966-4.266L11 17.768z"}));case"gridicons-chevron-left":return React.createElement("g",null,React.createElement("path",{d:"M16.443 7.41L15.0399 6L9.06934 12L15.0399 18L16.443 16.59L11.8855 12L16.443 7.41Z"}));case"gridicons-chevron-right":return React.createElement("g",null,React.createElement("path",{d:"M10.2366 6L8.8335 7.41L13.391 12L8.8335 16.59L10.2366 18L16.2072 12L10.2366 6Z"}));case"gridicons-chevron-down":return React.createElement("g",null,React.createElement("path",{d:"M20 9l-8 8-8-8 1.414-1.414L12 14.172l6.586-6.586"}));case"gridicons-comment":return React.createElement("g",null,React.createElement("path",{d:"M3 6v9c0 1.105.895 2 2 2h9v5l5.325-3.804c1.05-.75 1.675-1.963 1.675-3.254V6c0-1.105-.895-2-2-2H5c-1.105 0-2 .895-2 2z"}));case"gridicons-computer":return React.createElement("g",null,React.createElement("path",{d:"M20 2H4c-1.104 0-2 .896-2 2v12c0 1.104.896 2 2 2h6v2H7v2h10v-2h-3v-2h6c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm0 14H4V4h16v12z"}));case"gridicons-cross":return React.createElement("g",null,React.createElement("path",{d:"M18.36 19.78L12 13.41l-6.36 6.37-1.42-1.42L10.59 12 4.22 5.64l1.42-1.42L12 10.59l6.36-6.36 1.41 1.41L13.41 12l6.36 6.36z"}));case"gridicons-filter":return React.createElement("g",null,React.createElement("path",{d:"M10 19h4v-2h-4v2zm-4-6h12v-2H6v2zM3 5v2h18V5H3z"}));case"gridicons-folder":return React.createElement("g",null,React.createElement("path",{d:"M18 19H6c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2h7c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2z"}));case"gridicons-image":return React.createElement("g",null,React.createElement("path",{d:"M13 9.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5-.672 1.5-1.5 1.5-1.5-.672-1.5-1.5zM22 6v12c0 1.105-.895 2-2 2H4c-1.105 0-2-.895-2-2V6c0-1.105.895-2 2-2h16c1.105 0 2 .895 2 2zm-2 0H4v7.444L8 9l5.895 6.55 1.587-1.85c.798-.932 2.24-.932 3.037 0L20 15.426V6z"}));case"gridicons-image-multiple":return React.createElement("g",null,React.createElement("path",{d:"M15 7.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5S17.328 9 16.5 9 15 8.328 15 7.5zM4 20h14c0 1.105-.895 2-2 2H4c-1.1 0-2-.9-2-2V8c0-1.105.895-2 2-2v14zM22 4v12c0 1.105-.895 2-2 2H8c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zM8 4v6.333L11 7l4.855 5.395.656-.73c.796-.886 2.183-.886 2.977 0l.513.57V4H8z"}));case"gridicons-info":return React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"}));case"gridicons-info-outline":return React.createElement("g",null,React.createElement("path",{d:"M13 9h-2V7h2v2zm0 2h-2v6h2v-6zm-1-7c-4.411 0-8 3.589-8 8s3.589 8 8 8 8-3.589 8-8-3.589-8-8-8m0-2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2z"}));case"gridicons-jetpack-search":return React.createElement("g",null,React.createElement("path",{d:"M0 9.257C0 4.15 4.151 0 9.257 0c5.105 0 9.256 4.151 9.256 9.257a9.218 9.218 0 01-2.251 6.045l.034.033h1.053L24 22.01l-1.986 1.989-6.664-6.662v-1.055l-.033-.033a9.218 9.218 0 01-6.06 2.264C4.15 18.513 0 14.362 0 9.257zm4.169 1.537h4.61V1.82l-4.61 8.973zm5.547-3.092v8.974l4.61-8.974h-4.61z"}));case"gridicons-phone":return React.createElement("g",null,React.createElement("path",{d:"M16 2H8c-1.104 0-2 .896-2 2v16c0 1.104.896 2 2 2h8c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm-3 19h-2v-1h2v1zm3-2H8V5h8v14z"}));case"gridicons-pages":return React.createElement("g",null,React.createElement("path",{d:"M16 8H8V6h8v2zm0 2H8v2h8v-2zm4-6v12l-6 6H6c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zm-2 10V4H6v16h6v-4c0-1.105.895-2 2-2h4z"}));case"gridicons-posts":return React.createElement("g",null,React.createElement("path",{d:"M16 19H3v-2h13v2zm5-10H3v2h18V9zM3 5v2h11V5H3zm14 0v2h4V5h-4zm-6 8v2h10v-2H11zm-8 0v2h5v-2H3z"}));case"gridicons-search":return React.createElement("g",null,React.createElement("path",{d:"M21 19l-5.154-5.154C16.574 12.742 17 11.42 17 10c0-3.866-3.134-7-7-7s-7 3.134-7 7 3.134 7 7 7c1.42 0 2.742-.426 3.846-1.154L19 21l2-2zM5 10c0-2.757 2.243-5 5-5s5 2.243 5 5-2.243 5-5 5-5-2.243-5-5z"}));case"gridicons-star-outline":return React.createElement("g",null,React.createElement("path",{d:"M12 6.308l1.176 3.167.347.936.997.042 3.374.14-2.647 2.09-.784.62.27.963.91 3.25-2.813-1.872-.83-.553-.83.552-2.814 1.87.91-3.248.27-.962-.783-.62-2.648-2.092 3.374-.14.996-.04.347-.936L12 6.308M12 2L9.418 8.953 2 9.257l5.822 4.602L5.82 21 12 16.89 18.18 21l-2.002-7.14L22 9.256l-7.418-.305L12 2z"}));case"gridicons-star":return React.createElement("g",null,React.createElement("path",{d:"M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304"}));case"gridicons-tag":return React.createElement("g",null,React.createElement("path",{d:"M20 2.007h-7.087c-.53 0-1.04.21-1.414.586L2.592 11.5c-.78.78-.78 2.046 0 2.827l7.086 7.086c.78.78 2.046.78 2.827 0l8.906-8.906c.376-.374.587-.883.587-1.413V4.007c0-1.105-.895-2-2-2zM17.007 9c-1.105 0-2-.895-2-2s.895-2 2-2 2 .895 2 2-.895 2-2 2z"}));case"gridicons-video":return React.createElement("g",null,React.createElement("path",{d:"M20 4v2h-2V4H6v2H4V4c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2v-2h2v2h12v-2h2v2c1.105 0 2-.895 2-2V6c0-1.105-.895-2-2-2zM6 16H4v-3h2v3zm0-5H4V8h2v3zm4 4V9l4.5 3-4.5 3zm10 1h-2v-3h2v3zm0-5h-2V8h2v3z"}));case"gridicons-lock":return React.createElement(React.Fragment,null,React.createElement("g",{id:"lock"},React.createElement("path",{d:"M18,8h-1V7c0-2.757-2.243-5-5-5S7,4.243,7,7v1H6c-1.105,0-2,0.895-2,2v10c0,1.105,0.895,2,2,2h12c1.105,0,2-0.895,2-2V10 C20,8.895,19.105,8,18,8z M9,7c0-1.654,1.346-3,3-3s3,1.346,3,3v1H9V7z M13,15.723V18h-2v-2.277c-0.595-0.346-1-0.984-1-1.723 c0-1.105,0.895-2,2-2s2,0.895,2,2C14,14.738,13.595,15.376,13,15.723z"})),React.createElement("g",{id:"Layer_1"}));case"gridicons-external":return React.createElement("g",null,React.createElement("path",{d:"M19 13v6c0 1.105-.895 2-2 2H5c-1.105 0-2-.895-2-2V7c0-1.105.895-2 2-2h6v2H5v12h12v-6h2zM13 3v2h4.586l-7.793 7.793 1.414 1.414L19 6.414V11h2V3h-8z"}))}}render(){const{size:e=24,className:t=""}=this.props,n=this.props.height||e,a=this.props.width||e,s=this.props.style||{height:n,width:a},o="gridicons-"+this.props.icon,i=(0,r.A)("gridicon",o,t,{"needs-offset":this.needsOffset(o,e)}),l=this.getSVGDescription(o);return React.createElement("svg",{className:i,focusable:this.props.focusable,height:n,onClick:this.props.onClick,style:s,viewBox:"0 0 24 24",width:a,xmlns:"http://www.w3.org/2000/svg","aria-hidden":this.props["aria-hidden"]},l?React.createElement("desc",null,l):null,this.renderIcon(o))}}const i=o},40597:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(56427),r=n(13022),s=n(51609),o=n.n(s),i=n(51112),l=n(11883);n(84813);const c=e=>({"top-end":"top left",top:"top center","top-start":"top right","bottom-end":"bottom left",bottom:"bottom center","bottom-start":"bottom right"}[e]),u=({className:e="",iconClassName:t="",placement:n="bottom-end",animate:u=!0,iconCode:d="info-outline",iconSize:p=18,offset:m=10,title:g,children:A,popoverAnchorStyle:h="icon",forceShow:E=!1,wide:f=!1,inline:b=!0,shift:v=!1})=>{const[C,k]=(0,s.useState)(!1),y=(0,s.useCallback)((()=>k(!1)),[k]),B=(0,s.useCallback)((e=>{e.preventDefault(),k(!C)}),[C,k]),w={position:c(n),placement:n,animate:u,noArrow:!1,resize:!1,flip:!1,offset:m,focusOnMount:"container",onClose:y,className:"icon-tooltip-container",inline:b,shift:v},_="wrapper"===h,I=(0,r.A)("icon-tooltip-wrapper",e),x={left:_?0:-(62-p/2)+"px"},j=_&&E;return o().createElement("div",{className:I,"data-testid":"icon-tooltip_wrapper"},!_&&o().createElement(i.A,{variant:"link",onMouseDown:B},o().createElement(l.A,{className:t,icon:d,size:p})),o().createElement("div",{className:(0,r.A)("icon-tooltip-helper",{"is-wide":f}),style:x},(j||C)&&o().createElement(a.Popover,w,o().createElement("div",null,g&&o().createElement("div",{className:"icon-tooltip-title"},g),o().createElement("div",{className:"icon-tooltip-content"},A)))))}},78478:(e,t,n)=>{"use strict";n.d(t,{M5:()=>p,Nr:()=>u,ui:()=>d});var a=n(96072),r=n.n(a),s=n(56427),o=n(13022),i=n(84705),l=n(47842);const c=({className:e,size:t=24,viewBox:n="0 0 24 24",opacity:a=1,color:i="#2C3338",children:c})=>{const u={className:(0,o.A)(l.A.iconWrapper,e),width:t,height:t,viewBox:n,opacity:a,fill:void 0};return i&&(u.fill=i),React.createElement(s.SVG,r()({},u,{fillRule:"evenodd",clipRule:"evenodd",xmlns:"http://www.w3.org/2000/svg"}),React.createElement(s.G,{opacity:a},c))},u=({size:e,className:t=l.A["checkmark-icon"],color:n})=>React.createElement(c,{className:t,size:e,color:n},React.createElement(s.Path,{d:"M11 17.768l-4.884-4.884 1.768-1.768L11 14.232l8.658-8.658C17.823 3.39 15.075 2 12 2 6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-1.528-.353-2.97-.966-4.266L11 17.768z"})),d=({size:e,className:t=l.A["clipboard-icon"],color:n})=>React.createElement(c,{className:t,size:e,color:n},React.createElement(s.Path,{d:"M5.625 5.5H15.375C15.444 5.5 15.5 5.55596 15.5 5.625V15.375C15.5 15.444 15.444 15.5 15.375 15.5H5.625C5.55596 15.5 5.5 15.444 5.5 15.375V5.625C5.5 5.55596 5.55596 5.5 5.625 5.5ZM4 5.625C4 4.72754 4.72754 4 5.625 4H15.375C16.2725 4 17 4.72754 17 5.625V10V15.375C17 16.2725 16.2725 17 15.375 17C15.375 17 6.52246 17 5.625 17C4.72754 17 4 16.2725 4 15.375V5.625ZM18.5 17.2812V8.28125H20V17.2812C20 18.7995 18.7704 20 17.2511 20H6.25V18.5H17.2511C17.9409 18.5 18.5 17.9721 18.5 17.2812Z"}));const p=({serviceName:e,className:t,iconSize:n})=>React.createElement(i.Ay,{className:(0,o.A)(l.A.socialIcon,l.A[e],t),icon:e,size:n||24})},67142:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(96072),r=n.n(a),s=n(27723),o=n(13022),i=n(51609),l=n.n(i);const __=s.__,c=({logoColor:e="#069e08",showText:t=!0,className:n,height:a=32,...s})=>{const i=t?"0 0 118 32":"0 0 32 32";return l().createElement("svg",r()({xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:i,className:(0,o.A)("jetpack-logo",n),"aria-labelledby":"jetpack-logo-title",height:a},s,{role:"img"}),l().createElement("title",{id:"jetpack-logo-title"},__("Jetpack Logo","jetpack")),l().createElement("path",{fill:e,d:"M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16s16-7.2,16-16S24.8,0,16,0z M15,19H7l8-16V19z M17,29V13h8L17,29z"}),t&&l().createElement(l().Fragment,null,l().createElement("path",{d:"M41.3,26.6c-0.5-0.7-0.9-1.4-1.3-2.1c2.3-1.4,3-2.5,3-4.6V8h-3V6h6v13.4C46,22.8,45,24.8,41.3,26.6z"}),l().createElement("path",{d:"M65,18.4c0,1.1,0.8,1.3,1.4,1.3c0.5,0,2-0.2,2.6-0.4v2.1c-0.9,0.3-2.5,0.5-3.7,0.5c-1.5,0-3.2-0.5-3.2-3.1V12H60v-2h2.1V7.1 H65V10h4v2h-4V18.4z"}),l().createElement("path",{d:"M71,10h3v1.3c1.1-0.8,1.9-1.3,3.3-1.3c2.5,0,4.5,1.8,4.5,5.6s-2.2,6.3-5.8,6.3c-0.9,0-1.3-0.1-2-0.3V28h-3V10z M76.5,12.3 c-0.8,0-1.6,0.4-2.5,1.2v5.9c0.6,0.1,0.9,0.2,1.8,0.2c2,0,3.2-1.3,3.2-3.9C79,13.4,78.1,12.3,76.5,12.3z"}),l().createElement("path",{d:"M93,22h-3v-1.5c-0.9,0.7-1.9,1.5-3.5,1.5c-1.5,0-3.1-1.1-3.1-3.2c0-2.9,2.5-3.4,4.2-3.7l2.4-0.3v-0.3c0-1.5-0.5-2.3-2-2.3 c-0.7,0-2.3,0.5-3.7,1.1L84,11c1.2-0.4,3-1,4.4-1c2.7,0,4.6,1.4,4.6,4.7L93,22z M90,16.4l-2.2,0.4c-0.7,0.1-1.4,0.5-1.4,1.6 c0,0.9,0.5,1.4,1.3,1.4s1.5-0.5,2.3-1V16.4z"}),l().createElement("path",{d:"M104.5,21.3c-1.1,0.4-2.2,0.6-3.5,0.6c-4.2,0-5.9-2.4-5.9-5.9c0-3.7,2.3-6,6.1-6c1.4,0,2.3,0.2,3.2,0.5V13 c-0.8-0.3-2-0.6-3.2-0.6c-1.7,0-3.2,0.9-3.2,3.6c0,2.9,1.5,3.8,3.3,3.8c0.9,0,1.9-0.2,3.2-0.7V21.3z"}),l().createElement("path",{d:"M110,15.2c0.2-0.3,0.2-0.8,3.8-5.2h3.7l-4.6,5.7l5,6.3h-3.7l-4.2-5.8V22h-3V6h3V15.2z"}),l().createElement("path",{d:"M58.5,21.3c-1.5,0.5-2.7,0.6-4.2,0.6c-3.6,0-5.8-1.8-5.8-6c0-3.1,1.9-5.9,5.5-5.9s4.9,2.5,4.9,4.9c0,0.8,0,1.5-0.1,2h-7.3 c0.1,2.5,1.5,2.8,3.6,2.8c1.1,0,2.2-0.3,3.4-0.7C58.5,19,58.5,21.3,58.5,21.3z M56,15c0-1.4-0.5-2.9-2-2.9c-1.4,0-2.3,1.3-2.4,2.9 C51.6,15,56,15,56,15z"})))}},60442:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(29491),r=n(59053);const s=["sm","md","lg"],o=(e,t)=>{const n=Array.isArray(e)?e:[e],o=Array.isArray(t)?t:[t],[i,l,c]=s,u={sm:(0,a.useMediaQuery)(r.A[i]),md:(0,a.useMediaQuery)(r.A[l]),lg:(0,a.useMediaQuery)(r.A[c])};return n.map(((e,t)=>{const n=o[t];return n?((e,t,n)=>{const a=s.indexOf(e),r=a+1,o=t.includes("=");let i=[];return t.startsWith("<")&&(i=s.slice(0,o?r:a)),t.startsWith(">")&&(i=s.slice(o?a:r)),i?.length?i.some((e=>n[e])):n[e]})(e,n,u):u[e]}))}},11876:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(13022),r=n(51609),s=n.n(r),o=n(47876);const i=({children:e=null,width:t=null,height:n=null,className:r=""})=>s().createElement("div",{className:(0,a.A)(o.A.placeholder,r),style:{width:t,height:n}},e)},47656:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(90311),r=n(19783),s=n(83883),o=n(51113),i=n(10991),l=n(13022),c=n(51609),u=n.n(c),d=n(16024);const p=e=>{switch(e){case"error":case"warning":default:return a.A;case"info":return r.A;case"success":return s.A}},m=({level:e="info",title:t,children:n,actions:a,hideCloseButton:r=!1,onClose:s})=>{const c=(0,l.A)(d.A.container,d.A[`is-${e}`]);return u().createElement("div",{className:c},u().createElement("div",{className:d.A["icon-wrapper"]},u().createElement(o.A,{icon:p(e),className:d.A.icon})),u().createElement("div",{className:d.A["main-content"]},t&&u().createElement("div",{className:d.A.title},t),n,a&&a.length>0&&u().createElement("div",{className:d.A["action-bar"]},a.map(((e,t)=>u().createElement("div",{key:t,className:d.A.action},e))))),!r&&u().createElement("button",{"aria-label":"close",className:d.A["close-button"],onClick:s},u().createElement(o.A,{icon:i.A})))}},37975:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(51437);const r=(e,t={})=>{const n=(0,a.Y)();return new Intl.NumberFormat(n,t).format(e)}},36281:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(21782);const r=({value:e="https://jetpack.com",bgColor:t,fgColor:n,level:r,includeMargin:s,imageSettings:o,renderAs:i="canvas",size:l=248})=>React.createElement(a.Ay,{value:e,size:l,bgColor:t,fgColor:n,level:r,includeMargin:s,imageSettings:o,renderAs:i})},56461:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(28120),r=n.n(a),s=n(51609),o=n.n(s);n(85335);const i=({color:e="#FFFFFF",className:t="",size:n=20})=>{const a=t+" jp-components-spinner",r={width:n,height:n,fontSize:n,borderTopColor:e},s={borderTopColor:e,borderRightColor:e};return o().createElement("div",{className:a},o().createElement("div",{className:"jp-components-spinner__outer",style:r},o().createElement("div",{className:"jp-components-spinner__inner",style:s})))};i.propTypes={color:r().string,className:r().string,size:r().number};const l=i},10110:(e,t,n)=>{"use strict";n.d(t,{Q:()=>a,Z:()=>r});const a={"headline-medium":"h1","headline-small":"h2","headline-small-regular":"h2","title-medium":"h3","title-medium-semi-bold":"h3","title-small":"h4",body:"p","body-small":"p","body-extra-small":"p","body-extra-small-bold":"p",label:"p"},r=["mt","mr","mb","ml","mx","my","m","pt","pr","pb","pl","px","py","p"]},47425:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>d});var a=n(96072),r=n.n(a),s=n(13022),o=n(51609),i=n.n(o),l=n(10110),c=n(22073);const u=(0,o.forwardRef)((({variant:e="body",children:t,component:n,className:a,...u},d)=>{const p=n||l.Q[e]||"span",m=(0,o.useMemo)((()=>l.Z.reduce(((e,t)=>(void 0!==u[t]&&(e+=c.A[`${t}-${u[t]}`]+" ",delete u[t]),e)),"")),[u]);return u.ref=d,i().createElement(p,r()({className:(0,s.A)(c.A.reset,c.A[e],a,m)},u),t)}));u.displayName="Text";const d=u},50723:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>p});var a=n(51609),r=n.n(a),s=n(25196);const o={"--font-headline-medium":"48px","--font-headline-small":"36px","--font-title-medium":"24px","--font-title-small":"20px","--font-body":"16px","--font-body-small":"14px","--font-body-extra-small":"12px","--font-title-large":"var(--font-headline-small)","--font-label":"var(--font-body-extra-small)"},i={"--jp-black":"#000000","--jp-black-80":"#2c3338","--jp-white":"#ffffff","--jp-white-off":"#f9f9f6","--jp-gray":"#dcdcde","--jp-gray-0":"#F6F7F7","--jp-gray-5":"var(--jp-gray)","--jp-gray-10":"#C3C4C7","--jp-gray-20":"#A7AAAD","--jp-gray-40":"#787C82","--jp-gray-50":"#646970","--jp-gray-60":"#50575E","--jp-gray-70":"#3C434A","--jp-gray-80":"#2C3338","--jp-gray-90":"#1d2327","--jp-gray-off":"#e2e2df","--jp-red-0":"#F7EBEC","--jp-red-5":"#FACFD2","--jp-red-40":"#E65054","--jp-red-50":"#D63638","--jp-red-60":"#B32D2E","--jp-red-70":"#8A2424","--jp-red-80":"#691C1C","--jp-red":"#d63639","--jp-yellow-5":"#F5E6B3","--jp-yellow-10":"#F2CF75","--jp-yellow-20":"#F0C930","--jp-yellow-30":"#DEB100","--jp-yellow-40":"#C08C00","--jp-yellow-50":"#9D6E00","--jp-yellow-60":"#7D5600","--jp-blue-20":"#68B3E8","--jp-blue-40":"#1689DB","--jp-pink":"#C9356E","--jp-green-0":"#f0f2eb","--jp-green-5":"#d0e6b8","--jp-green-10":"#9dd977","--jp-green-20":"#64ca43","--jp-green-30":"#2fb41f","--jp-green-40":"#069e08","--jp-green-50":"#008710","--jp-green-60":"#007117","--jp-green-70":"#005b18","--jp-green-80":"#004515","--jp-green-90":"#003010","--jp-green-100":"#001c09","--jp-green":"#069e08","--jp-green-primary":"var( --jp-green-40 )","--jp-green-secondary":"var( --jp-green-30 )"},l={"--jp-border-radius":"4px","--jp-menu-border-height":"1px","--jp-underline-thickness":"2px"},c={"--spacing-base":"8px"},u={},d=(e,t,n)=>{const a={...o,...i,...l,...c};for(const t in a)e.style.setProperty(t,a[t]);n&&e.classList.add(s.A.global),t&&(u[t]={provided:!0,root:e})},p=({children:e=null,targetDom:t,id:n,withGlobalStyles:s=!0})=>{const o=(0,a.useRef)(),i=u?.[n]?.provided;return(0,a.useLayoutEffect)((()=>{if(!i)return t?d(t,n,s):void(o?.current&&d(o.current,n,s))}),[t,o,i,n,s]),t?r().createElement(r().Fragment,null,e):r().createElement("div",{ref:o},e)}},51437:(e,t,n)=>{"use strict";n.d(t,{Y:()=>r});var a=n(38443);const r=()=>{const{l10n:{locale:e}}=(0,a.getSettings)();if(e)return(e=>{const t=e.match(/^([a-z]{2,3})(_[a-z]{2}|_[a-z][a-z0-9]{4,7})?(?:_.*)?$/i);return t?`${t[1]}${t[2]?t[2]:""}`.replace("_","-"):"en-US"})(e);return window?.window?.navigator?.language??"en-US"}},3924:(e,t,n)=>{"use strict";function a(e,t={}){const n={};let a;if("undefined"!=typeof window&&(a=window?.JP_CONNECTION_INITIAL_STATE?.calypsoEnv),0===e.search("https://")){const t=new URL(e);e=`https://${t.host}${t.pathname}`,n.url=encodeURIComponent(e)}else n.source=encodeURIComponent(e);for(const e in t)n[e]=encodeURIComponent(t[e]);!Object.keys(n).includes("site")&&"undefined"!=typeof jetpack_redirects&&Object.hasOwn(jetpack_redirects,"currentSiteRawUrl")&&(n.site=jetpack_redirects.currentBlogID??jetpack_redirects.currentSiteRawUrl),a&&(n.calypso_env=a);return"https://jetpack.com/redirect/?"+Object.keys(n).map((e=>e+"="+n[e])).join("&")}n.d(t,{A:()=>a})},7162:(e,t,n)=>{"use strict";n.d(t,{GlobalModals:()=>p.m,PostPublishPanels:()=>i.A,PublicizePanel:()=>o.A,SocialImageGeneratorPanel:()=>s.A,SocialPreviewsModal:()=>a.A,SocialPreviewsPanel:()=>r.A,usePublicizeConfig:()=>c.A,useSocialMediaConnections:()=>l.A,useSyncPostDataToStore:()=>d.F});n(89729),n(10267),n(70925);var a=n(81115),r=n(97192),s=n(29341),o=(n(12226),n(98725),n(29761),n(66561)),i=(n(25300),n(26029)),l=(n(37051),n(26637),n(50001)),c=(n(39553),n(77627)),u=(n(31873),n(54822),n(70407));n.o(u,"GlobalModals")&&n.d(t,{GlobalModals:function(){return u.GlobalModals}}),n.o(u,"useSyncPostDataToStore")&&n.d(t,{useSyncPostDataToStore:function(){return u.useSyncPostDataToStore}});n(39815);var d=n(75168),p=(n(49036),n(383),n(49192),n(48222),n(50646),n(47453))},12141:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(78478),r=n(86087),s=n(13022),o=n(28120),i=n.n(o);const l=e=>{const{checked:t,serviceName:n,label:o,onClick:i,profilePicture:l}=e,[c,u]=(0,r.useState)(!!l),d=(0,r.useCallback)((()=>u(!1)),[]),p=(0,r.useCallback)((e=>{13===e.keyCode&&i()}),[i]);return React.createElement("div",{onClick:i,onKeyDown:p,role:"switch","aria-checked":t,tabIndex:"0",className:(0,s.A)("components-connection-icon",{"components-connection-icon__picture":c})},c&&React.createElement("img",{src:l,alt:o,onError:d}),React.createElement(a.M5,{alt:o,serviceName:"instagram-business"===n?"instagram":"twitter"===n?"x":n,className:"jetpack-publicize-gutenberg-social-icon"}))};l.propTypes={serviceName:i().string,label:i().string,profilePicture:i().string};const c=l},55488:(e,t,n)=>{"use strict";n(56427),n(27723),n(51609),n(12141),n(27817),n(86158),n(43119),n(52683),n(85605)},27817:(e,t,n)=>{"use strict";n.d(t,{s:()=>l});var a=n(56427),r=n(47143),s=n(27723),o=n(89729),i=n(85605);const __=s.__;function l({connection:e}){const t=(0,r.useSelect)((t=>t(o.M_).getUpdatingConnections().includes(e.connection_id)),[e.connection_id]);return React.createElement("div",{className:i.A["connection-name"]},e.profile_link?React.createElement(a.ExternalLink,{className:i.A["profile-link"],href:e.profile_link},e.display_name||e.external_display):React.createElement("span",{className:i.A["profile-link"]},e.display_name),t?React.createElement(a.Spinner,{color:"black","aria-label":__("Updating account","jetpack")}):null)}},86158:(e,t,n)=>{"use strict";n.d(t,{v:()=>c});var a=n(3924),r=n(56427),s=n(86087),o=n(27723),i=n(43119),l=n(76046);const __=o.__;function c({connection:e,service:t}){return"broken"!==e.status?null:React.createElement("div",null,React.createElement("span",{className:"description"},t?__("There is an issue with this connection.","jetpack"):(0,s.createInterpolateElement)((0,o.sprintf)("%1$s %2$s",__("This platform is no longer supported.","jetpack"),__("You can use our Manual Sharing feature instead.","jetpack")),{link:React.createElement(r.ExternalLink,{href:(0,a.A)("jetpack-social-manual-sharing-help")})}))," ",t?React.createElement(l.C,{connection:e,service:t}):React.createElement(i.V,{connection:e,variant:"link",isDestructive:!1}))}},43119:(e,t,n)=>{"use strict";n.d(t,{V:()=>u});var a=n(51112),r=n(56427),s=n(47143),o=n(86087),i=n(27723),l=n(89729),c=n(85605);const __=i.__,_x=i._x;function u({connection:e,variant:t="secondary",isDestructive:n=!0,buttonClassName:u}){const[d,p]=(0,o.useReducer)((e=>!e),!1),{deleteConnectionById:m}=(0,s.useDispatch)(l.M_),{isDisconnecting:g}=(0,s.useSelect)((t=>{const{getDeletingConnections:n}=t(l.M_);return{isDisconnecting:n().includes(e.connection_id)}}),[e.connection_id]),A=(0,o.useCallback)((async()=>{p(),await m({connectionId:e.connection_id})}),[e.connection_id,m]);return e.can_disconnect?React.createElement(React.Fragment,null,React.createElement(r.__experimentalConfirmDialog,{className:c.A.confirmDialog,isOpen:d,onConfirm:A,onCancel:p,cancelButtonText:__("Cancel","jetpack"),confirmButtonText:__("Yes","jetpack")},(0,o.createInterpolateElement)((0,i.sprintf)( +__("(opens in a new tab)","jetpack"))),_=f?"_blank":void 0,I=n?.[0]&&null!==n[0]&&"components-tooltip"!==n?.[0]?.props?.className;return d().createElement(s.Button,r()({target:_,variant:a,className:(0,c.A)(y,{"has-text":!!m&&I}),icon:f?void 0:m,iconSize:g,disabled:A,"aria-disabled":A,isDestructive:h,text:v},k),E&&d().createElement(s.Spinner,null),d().createElement("span",null,n),w)}));m.displayName="Button";const g=m},69222:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(96072),r=n.n(a),s=n(29491),o=n(86087),i=n(27723),l=n(51112),c=n(78478);const __=i.__,u=({buttonStyle:e="icon",textToCopy:t,onCopy:n,...a})=>{const[i,u]=(0,o.useState)(!1),d=(0,o.useRef)(),p=(0,s.useCopyToClipboard)(t,(()=>{d.current&&clearTimeout(d.current),u(!0),n?.(),d.current=setTimeout((()=>{u(!1),d.current=void 0}),3e3)}));(0,o.useEffect)((()=>()=>{d.current&&clearTimeout(d.current)}),[]);let m=null,g=null;"text"!==e&&(m=i?React.createElement(c.Nr,null):React.createElement(c.ui,null));const A=__("Copy to clipboard","jetpack");return"icon"!==e&&(g=i?__("Copied!","jetpack"):A),React.createElement(l.A,r()({"aria-label":A,icon:m,children:g,ref:p},a))}},63406:(e,t,n)=>{"use strict";n.d(t,{I:()=>s});var a=n(47143),r=n(692);function s(){const e=(0,a.useDispatch)(r.store),t=(0,a.useSelect)((e=>e(r.store).getNotices()),[]);return{...e,createNotice:(t,n,a)=>e.createNotice(t,n,{type:"snackbar",...a}),createErrorNotice:(t,n)=>e.createErrorNotice(t,{type:"snackbar",...n}),createInfoNotice:(t,n)=>e.createInfoNotice(t,{type:"snackbar",...n}),createSuccessNotice:(t,n)=>e.createSuccessNotice(t,{type:"snackbar",...n}),createWarningNotice:(t,n)=>e.createWarningNotice(t,{type:"snackbar",...n}),getNotices:()=>t}}},11883:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(27723),r=n(13022),s=n(51609);n(4459);const __=a.__;class o extends s.Component{static defaultProps={"aria-hidden":"false",focusable:"true"};needsOffset(e,t){return["gridicons-arrow-left","gridicons-arrow-right","gridicons-calendar","gridicons-cart","gridicons-folder","gridicons-info","gridicons-info-outline","gridicons-posts","gridicons-star-outline","gridicons-star"].indexOf(e)>=0&&t%18==0}getSVGDescription(e){if("description"in this.props)return this.props.description;switch(e){default:return"";case"gridicons-audio":return __("Has audio.","jetpack");case"gridicons-arrow-left":return __("Arrow left","jetpack");case"gridicons-arrow-right":return __("Arrow right","jetpack");case"gridicons-calendar":return __("Is an event.","jetpack");case"gridicons-cart":return __("Is a product.","jetpack");case"chevron-down":return __("Show filters","jetpack");case"gridicons-comment":return __("Matching comment.","jetpack");case"gridicons-cross":return __("Close.","jetpack");case"gridicons-filter":return __("Toggle search filters.","jetpack");case"gridicons-folder":return __("Category","jetpack");case"gridicons-info":case"gridicons-info-outline":return __("Information.","jetpack");case"gridicons-image-multiple":return __("Has multiple images.","jetpack");case"gridicons-image":return __("Has an image.","jetpack");case"gridicons-page":return __("Page","jetpack");case"gridicons-post":return __("Post","jetpack");case"gridicons-jetpack-search":case"gridicons-search":return __("Magnifying Glass","jetpack");case"gridicons-tag":return __("Tag","jetpack");case"gridicons-video":return __("Has a video.","jetpack")}}renderIcon(e){switch(e){default:return null;case"gridicons-audio":return React.createElement("g",null,React.createElement("path",{d:"M8 4v10.184C7.686 14.072 7.353 14 7 14c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3V7h7v4.184c-.314-.112-.647-.184-1-.184-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3V4H8z"}));case"gridicons-arrow-left":return React.createElement("g",null,React.createElement("path",{d:"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"}));case"gridicons-arrow-right":return React.createElement("g",null,React.createElement("path",{d:"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"}));case"gridicons-block":return React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zM4 12c0-4.418 3.582-8 8-8 1.848 0 3.545.633 4.9 1.686L5.686 16.9C4.633 15.545 4 13.848 4 12zm8 8c-1.848 0-3.546-.633-4.9-1.686L18.314 7.1C19.367 8.455 20 10.152 20 12c0 4.418-3.582 8-8 8z"}));case"gridicons-calendar":return React.createElement("g",null,React.createElement("path",{d:"M19 4h-1V2h-2v2H8V2H6v2H5c-1.105 0-2 .896-2 2v13c0 1.104.895 2 2 2h14c1.104 0 2-.896 2-2V6c0-1.104-.896-2-2-2zm0 15H5V8h14v11z"}));case"gridicons-cart":return React.createElement("g",null,React.createElement("path",{d:"M9 20c0 1.1-.9 2-2 2s-1.99-.9-1.99-2S5.9 18 7 18s2 .9 2 2zm8-2c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm.396-5c.937 0 1.75-.65 1.952-1.566L21 5H7V4c0-1.105-.895-2-2-2H3v2h2v11c0 1.105.895 2 2 2h12c0-1.105-.895-2-2-2H7v-2h10.396z"}));case"gridicons-checkmark":return React.createElement("g",null,React.createElement("path",{d:"M11 17.768l-4.884-4.884 1.768-1.768L11 14.232l8.658-8.658C17.823 3.39 15.075 2 12 2 6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-1.528-.353-2.97-.966-4.266L11 17.768z"}));case"gridicons-chevron-left":return React.createElement("g",null,React.createElement("path",{d:"M16.443 7.41L15.0399 6L9.06934 12L15.0399 18L16.443 16.59L11.8855 12L16.443 7.41Z"}));case"gridicons-chevron-right":return React.createElement("g",null,React.createElement("path",{d:"M10.2366 6L8.8335 7.41L13.391 12L8.8335 16.59L10.2366 18L16.2072 12L10.2366 6Z"}));case"gridicons-chevron-down":return React.createElement("g",null,React.createElement("path",{d:"M20 9l-8 8-8-8 1.414-1.414L12 14.172l6.586-6.586"}));case"gridicons-comment":return React.createElement("g",null,React.createElement("path",{d:"M3 6v9c0 1.105.895 2 2 2h9v5l5.325-3.804c1.05-.75 1.675-1.963 1.675-3.254V6c0-1.105-.895-2-2-2H5c-1.105 0-2 .895-2 2z"}));case"gridicons-computer":return React.createElement("g",null,React.createElement("path",{d:"M20 2H4c-1.104 0-2 .896-2 2v12c0 1.104.896 2 2 2h6v2H7v2h10v-2h-3v-2h6c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm0 14H4V4h16v12z"}));case"gridicons-cross":return React.createElement("g",null,React.createElement("path",{d:"M18.36 19.78L12 13.41l-6.36 6.37-1.42-1.42L10.59 12 4.22 5.64l1.42-1.42L12 10.59l6.36-6.36 1.41 1.41L13.41 12l6.36 6.36z"}));case"gridicons-filter":return React.createElement("g",null,React.createElement("path",{d:"M10 19h4v-2h-4v2zm-4-6h12v-2H6v2zM3 5v2h18V5H3z"}));case"gridicons-folder":return React.createElement("g",null,React.createElement("path",{d:"M18 19H6c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2h7c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2z"}));case"gridicons-image":return React.createElement("g",null,React.createElement("path",{d:"M13 9.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5-.672 1.5-1.5 1.5-1.5-.672-1.5-1.5zM22 6v12c0 1.105-.895 2-2 2H4c-1.105 0-2-.895-2-2V6c0-1.105.895-2 2-2h16c1.105 0 2 .895 2 2zm-2 0H4v7.444L8 9l5.895 6.55 1.587-1.85c.798-.932 2.24-.932 3.037 0L20 15.426V6z"}));case"gridicons-image-multiple":return React.createElement("g",null,React.createElement("path",{d:"M15 7.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5S17.328 9 16.5 9 15 8.328 15 7.5zM4 20h14c0 1.105-.895 2-2 2H4c-1.1 0-2-.9-2-2V8c0-1.105.895-2 2-2v14zM22 4v12c0 1.105-.895 2-2 2H8c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zM8 4v6.333L11 7l4.855 5.395.656-.73c.796-.886 2.183-.886 2.977 0l.513.57V4H8z"}));case"gridicons-info":return React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"}));case"gridicons-info-outline":return React.createElement("g",null,React.createElement("path",{d:"M13 9h-2V7h2v2zm0 2h-2v6h2v-6zm-1-7c-4.411 0-8 3.589-8 8s3.589 8 8 8 8-3.589 8-8-3.589-8-8-8m0-2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2z"}));case"gridicons-jetpack-search":return React.createElement("g",null,React.createElement("path",{d:"M0 9.257C0 4.15 4.151 0 9.257 0c5.105 0 9.256 4.151 9.256 9.257a9.218 9.218 0 01-2.251 6.045l.034.033h1.053L24 22.01l-1.986 1.989-6.664-6.662v-1.055l-.033-.033a9.218 9.218 0 01-6.06 2.264C4.15 18.513 0 14.362 0 9.257zm4.169 1.537h4.61V1.82l-4.61 8.973zm5.547-3.092v8.974l4.61-8.974h-4.61z"}));case"gridicons-phone":return React.createElement("g",null,React.createElement("path",{d:"M16 2H8c-1.104 0-2 .896-2 2v16c0 1.104.896 2 2 2h8c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm-3 19h-2v-1h2v1zm3-2H8V5h8v14z"}));case"gridicons-pages":return React.createElement("g",null,React.createElement("path",{d:"M16 8H8V6h8v2zm0 2H8v2h8v-2zm4-6v12l-6 6H6c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zm-2 10V4H6v16h6v-4c0-1.105.895-2 2-2h4z"}));case"gridicons-posts":return React.createElement("g",null,React.createElement("path",{d:"M16 19H3v-2h13v2zm5-10H3v2h18V9zM3 5v2h11V5H3zm14 0v2h4V5h-4zm-6 8v2h10v-2H11zm-8 0v2h5v-2H3z"}));case"gridicons-search":return React.createElement("g",null,React.createElement("path",{d:"M21 19l-5.154-5.154C16.574 12.742 17 11.42 17 10c0-3.866-3.134-7-7-7s-7 3.134-7 7 3.134 7 7 7c1.42 0 2.742-.426 3.846-1.154L19 21l2-2zM5 10c0-2.757 2.243-5 5-5s5 2.243 5 5-2.243 5-5 5-5-2.243-5-5z"}));case"gridicons-star-outline":return React.createElement("g",null,React.createElement("path",{d:"M12 6.308l1.176 3.167.347.936.997.042 3.374.14-2.647 2.09-.784.62.27.963.91 3.25-2.813-1.872-.83-.553-.83.552-2.814 1.87.91-3.248.27-.962-.783-.62-2.648-2.092 3.374-.14.996-.04.347-.936L12 6.308M12 2L9.418 8.953 2 9.257l5.822 4.602L5.82 21 12 16.89 18.18 21l-2.002-7.14L22 9.256l-7.418-.305L12 2z"}));case"gridicons-star":return React.createElement("g",null,React.createElement("path",{d:"M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304"}));case"gridicons-tag":return React.createElement("g",null,React.createElement("path",{d:"M20 2.007h-7.087c-.53 0-1.04.21-1.414.586L2.592 11.5c-.78.78-.78 2.046 0 2.827l7.086 7.086c.78.78 2.046.78 2.827 0l8.906-8.906c.376-.374.587-.883.587-1.413V4.007c0-1.105-.895-2-2-2zM17.007 9c-1.105 0-2-.895-2-2s.895-2 2-2 2 .895 2 2-.895 2-2 2z"}));case"gridicons-video":return React.createElement("g",null,React.createElement("path",{d:"M20 4v2h-2V4H6v2H4V4c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2v-2h2v2h12v-2h2v2c1.105 0 2-.895 2-2V6c0-1.105-.895-2-2-2zM6 16H4v-3h2v3zm0-5H4V8h2v3zm4 4V9l4.5 3-4.5 3zm10 1h-2v-3h2v3zm0-5h-2V8h2v3z"}));case"gridicons-lock":return React.createElement(React.Fragment,null,React.createElement("g",{id:"lock"},React.createElement("path",{d:"M18,8h-1V7c0-2.757-2.243-5-5-5S7,4.243,7,7v1H6c-1.105,0-2,0.895-2,2v10c0,1.105,0.895,2,2,2h12c1.105,0,2-0.895,2-2V10 C20,8.895,19.105,8,18,8z M9,7c0-1.654,1.346-3,3-3s3,1.346,3,3v1H9V7z M13,15.723V18h-2v-2.277c-0.595-0.346-1-0.984-1-1.723 c0-1.105,0.895-2,2-2s2,0.895,2,2C14,14.738,13.595,15.376,13,15.723z"})),React.createElement("g",{id:"Layer_1"}));case"gridicons-external":return React.createElement("g",null,React.createElement("path",{d:"M19 13v6c0 1.105-.895 2-2 2H5c-1.105 0-2-.895-2-2V7c0-1.105.895-2 2-2h6v2H5v12h12v-6h2zM13 3v2h4.586l-7.793 7.793 1.414 1.414L19 6.414V11h2V3h-8z"}))}}render(){const{size:e=24,className:t=""}=this.props,n=this.props.height||e,a=this.props.width||e,s=this.props.style||{height:n,width:a},o="gridicons-"+this.props.icon,i=(0,r.A)("gridicon",o,t,{"needs-offset":this.needsOffset(o,e)}),l=this.getSVGDescription(o);return React.createElement("svg",{className:i,focusable:this.props.focusable,height:n,onClick:this.props.onClick,style:s,viewBox:"0 0 24 24",width:a,xmlns:"http://www.w3.org/2000/svg","aria-hidden":this.props["aria-hidden"]},l?React.createElement("desc",null,l):null,this.renderIcon(o))}}const i=o},40597:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(56427),r=n(13022),s=n(51609),o=n.n(s),i=n(51112),l=n(11883);n(84813);const c=e=>({"top-end":"top left",top:"top center","top-start":"top right","bottom-end":"bottom left",bottom:"bottom center","bottom-start":"bottom right"}[e]),u=({className:e="",iconClassName:t="",placement:n="bottom-end",animate:u=!0,iconCode:d="info-outline",iconSize:p=18,offset:m=10,title:g,children:A,popoverAnchorStyle:h="icon",forceShow:E=!1,wide:f=!1,inline:b=!0,shift:v=!1})=>{const[C,k]=(0,s.useState)(!1),y=(0,s.useCallback)((()=>k(!1)),[k]),B=(0,s.useCallback)((e=>{e.preventDefault(),k(!C)}),[C,k]),w={position:c(n),placement:n,animate:u,noArrow:!1,resize:!1,flip:!1,offset:m,focusOnMount:"container",onClose:y,className:"icon-tooltip-container",inline:b,shift:v},_="wrapper"===h,I=(0,r.A)("icon-tooltip-wrapper",e),x={left:_?0:-(62-p/2)+"px"},j=_&&E;return o().createElement("div",{className:I,"data-testid":"icon-tooltip_wrapper"},!_&&o().createElement(i.A,{variant:"link",onMouseDown:B},o().createElement(l.A,{className:t,icon:d,size:p})),o().createElement("div",{className:(0,r.A)("icon-tooltip-helper",{"is-wide":f}),style:x},(j||C)&&o().createElement(a.Popover,w,o().createElement("div",null,g&&o().createElement("div",{className:"icon-tooltip-title"},g),o().createElement("div",{className:"icon-tooltip-content"},A)))))}},78478:(e,t,n)=>{"use strict";n.d(t,{M5:()=>p,Nr:()=>u,ui:()=>d});var a=n(96072),r=n.n(a),s=n(56427),o=n(13022),i=n(84705),l=n(47842);const c=({className:e,size:t=24,viewBox:n="0 0 24 24",opacity:a=1,color:i="#2C3338",children:c})=>{const u={className:(0,o.A)(l.A.iconWrapper,e),width:t,height:t,viewBox:n,opacity:a,fill:void 0};return i&&(u.fill=i),React.createElement(s.SVG,r()({},u,{fillRule:"evenodd",clipRule:"evenodd",xmlns:"http://www.w3.org/2000/svg"}),React.createElement(s.G,{opacity:a},c))},u=({size:e,className:t=l.A["checkmark-icon"],color:n})=>React.createElement(c,{className:t,size:e,color:n},React.createElement(s.Path,{d:"M11 17.768l-4.884-4.884 1.768-1.768L11 14.232l8.658-8.658C17.823 3.39 15.075 2 12 2 6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-1.528-.353-2.97-.966-4.266L11 17.768z"})),d=({size:e,className:t=l.A["clipboard-icon"],color:n})=>React.createElement(c,{className:t,size:e,color:n},React.createElement(s.Path,{d:"M5.625 5.5H15.375C15.444 5.5 15.5 5.55596 15.5 5.625V15.375C15.5 15.444 15.444 15.5 15.375 15.5H5.625C5.55596 15.5 5.5 15.444 5.5 15.375V5.625C5.5 5.55596 5.55596 5.5 5.625 5.5ZM4 5.625C4 4.72754 4.72754 4 5.625 4H15.375C16.2725 4 17 4.72754 17 5.625V10V15.375C17 16.2725 16.2725 17 15.375 17C15.375 17 6.52246 17 5.625 17C4.72754 17 4 16.2725 4 15.375V5.625ZM18.5 17.2812V8.28125H20V17.2812C20 18.7995 18.7704 20 17.2511 20H6.25V18.5H17.2511C17.9409 18.5 18.5 17.9721 18.5 17.2812Z"}));const p=({serviceName:e,className:t,iconSize:n})=>React.createElement(i.Ay,{className:(0,o.A)(l.A.socialIcon,l.A[e],t),icon:e,size:n||24})},67142:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(96072),r=n.n(a),s=n(27723),o=n(13022),i=n(51609),l=n.n(i);const __=s.__,c=({logoColor:e="#069e08",showText:t=!0,className:n,height:a=32,...s})=>{const i=t?"0 0 118 32":"0 0 32 32";return l().createElement("svg",r()({xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:i,className:(0,o.A)("jetpack-logo",n),"aria-labelledby":"jetpack-logo-title",height:a},s,{role:"img"}),l().createElement("title",{id:"jetpack-logo-title"},__("Jetpack Logo","jetpack")),l().createElement("path",{fill:e,d:"M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16s16-7.2,16-16S24.8,0,16,0z M15,19H7l8-16V19z M17,29V13h8L17,29z"}),t&&l().createElement(l().Fragment,null,l().createElement("path",{d:"M41.3,26.6c-0.5-0.7-0.9-1.4-1.3-2.1c2.3-1.4,3-2.5,3-4.6V8h-3V6h6v13.4C46,22.8,45,24.8,41.3,26.6z"}),l().createElement("path",{d:"M65,18.4c0,1.1,0.8,1.3,1.4,1.3c0.5,0,2-0.2,2.6-0.4v2.1c-0.9,0.3-2.5,0.5-3.7,0.5c-1.5,0-3.2-0.5-3.2-3.1V12H60v-2h2.1V7.1 H65V10h4v2h-4V18.4z"}),l().createElement("path",{d:"M71,10h3v1.3c1.1-0.8,1.9-1.3,3.3-1.3c2.5,0,4.5,1.8,4.5,5.6s-2.2,6.3-5.8,6.3c-0.9,0-1.3-0.1-2-0.3V28h-3V10z M76.5,12.3 c-0.8,0-1.6,0.4-2.5,1.2v5.9c0.6,0.1,0.9,0.2,1.8,0.2c2,0,3.2-1.3,3.2-3.9C79,13.4,78.1,12.3,76.5,12.3z"}),l().createElement("path",{d:"M93,22h-3v-1.5c-0.9,0.7-1.9,1.5-3.5,1.5c-1.5,0-3.1-1.1-3.1-3.2c0-2.9,2.5-3.4,4.2-3.7l2.4-0.3v-0.3c0-1.5-0.5-2.3-2-2.3 c-0.7,0-2.3,0.5-3.7,1.1L84,11c1.2-0.4,3-1,4.4-1c2.7,0,4.6,1.4,4.6,4.7L93,22z M90,16.4l-2.2,0.4c-0.7,0.1-1.4,0.5-1.4,1.6 c0,0.9,0.5,1.4,1.3,1.4s1.5-0.5,2.3-1V16.4z"}),l().createElement("path",{d:"M104.5,21.3c-1.1,0.4-2.2,0.6-3.5,0.6c-4.2,0-5.9-2.4-5.9-5.9c0-3.7,2.3-6,6.1-6c1.4,0,2.3,0.2,3.2,0.5V13 c-0.8-0.3-2-0.6-3.2-0.6c-1.7,0-3.2,0.9-3.2,3.6c0,2.9,1.5,3.8,3.3,3.8c0.9,0,1.9-0.2,3.2-0.7V21.3z"}),l().createElement("path",{d:"M110,15.2c0.2-0.3,0.2-0.8,3.8-5.2h3.7l-4.6,5.7l5,6.3h-3.7l-4.2-5.8V22h-3V6h3V15.2z"}),l().createElement("path",{d:"M58.5,21.3c-1.5,0.5-2.7,0.6-4.2,0.6c-3.6,0-5.8-1.8-5.8-6c0-3.1,1.9-5.9,5.5-5.9s4.9,2.5,4.9,4.9c0,0.8,0,1.5-0.1,2h-7.3 c0.1,2.5,1.5,2.8,3.6,2.8c1.1,0,2.2-0.3,3.4-0.7C58.5,19,58.5,21.3,58.5,21.3z M56,15c0-1.4-0.5-2.9-2-2.9c-1.4,0-2.3,1.3-2.4,2.9 C51.6,15,56,15,56,15z"})))}},60442:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(29491),r=n(59053);const s=["sm","md","lg"],o=(e,t)=>{const n=Array.isArray(e)?e:[e],o=Array.isArray(t)?t:[t],[i,l,c]=s,u={sm:(0,a.useMediaQuery)(r.A[i]),md:(0,a.useMediaQuery)(r.A[l]),lg:(0,a.useMediaQuery)(r.A[c])};return n.map(((e,t)=>{const n=o[t];return n?((e,t,n)=>{const a=s.indexOf(e),r=a+1,o=t.includes("=");let i=[];return t.startsWith("<")&&(i=s.slice(0,o?r:a)),t.startsWith(">")&&(i=s.slice(o?a:r)),i?.length?i.some((e=>n[e])):n[e]})(e,n,u):u[e]}))}},11876:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(13022),r=n(51609),s=n.n(r),o=n(47876);const i=({children:e=null,width:t=null,height:n=null,className:r=""})=>s().createElement("div",{className:(0,a.A)(o.A.placeholder,r),style:{width:t,height:n}},e)},47656:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(90311),r=n(19783),s=n(83883),o=n(51113),i=n(10991),l=n(13022),c=n(51609),u=n.n(c),d=n(16024);const p=e=>{switch(e){case"error":case"warning":default:return a.A;case"info":return r.A;case"success":return s.A}},m=({level:e="info",title:t,children:n,actions:a,hideCloseButton:r=!1,onClose:s})=>{const c=(0,l.A)(d.A.container,d.A[`is-${e}`]);return u().createElement("div",{className:c},u().createElement("div",{className:d.A["icon-wrapper"]},u().createElement(o.A,{icon:p(e),className:d.A.icon})),u().createElement("div",{className:d.A["main-content"]},t&&u().createElement("div",{className:d.A.title},t),n,a&&a.length>0&&u().createElement("div",{className:d.A["action-bar"]},a.map(((e,t)=>u().createElement("div",{key:t,className:d.A.action},e))))),!r&&u().createElement("button",{"aria-label":"close",className:d.A["close-button"],onClick:s},u().createElement(o.A,{icon:i.A})))}},37975:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(51437);const r=(e,t={})=>{const n=(0,a.Y)();return new Intl.NumberFormat(n,t).format(e)}},36281:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(21782);const r=({value:e="https://jetpack.com",bgColor:t,fgColor:n,level:r,includeMargin:s,imageSettings:o,renderAs:i="canvas",size:l=248})=>React.createElement(a.Ay,{value:e,size:l,bgColor:t,fgColor:n,level:r,includeMargin:s,imageSettings:o,renderAs:i})},56461:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(28120),r=n.n(a),s=n(51609),o=n.n(s);n(85335);const i=({color:e="#FFFFFF",className:t="",size:n=20})=>{const a=t+" jp-components-spinner",r={width:n,height:n,fontSize:n,borderTopColor:e},s={borderTopColor:e,borderRightColor:e};return o().createElement("div",{className:a},o().createElement("div",{className:"jp-components-spinner__outer",style:r},o().createElement("div",{className:"jp-components-spinner__inner",style:s})))};i.propTypes={color:r().string,className:r().string,size:r().number};const l=i},10110:(e,t,n)=>{"use strict";n.d(t,{Q:()=>a,Z:()=>r});const a={"headline-medium":"h1","headline-small":"h2","headline-small-regular":"h2","title-medium":"h3","title-medium-semi-bold":"h3","title-small":"h4",body:"p","body-small":"p","body-extra-small":"p","body-extra-small-bold":"p",label:"p"},r=["mt","mr","mb","ml","mx","my","m","pt","pr","pb","pl","px","py","p"]},47425:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>d});var a=n(96072),r=n.n(a),s=n(13022),o=n(51609),i=n.n(o),l=n(10110),c=n(22073);const u=(0,o.forwardRef)((({variant:e="body",children:t,component:n,className:a,...u},d)=>{const p=n||l.Q[e]||"span",m=(0,o.useMemo)((()=>l.Z.reduce(((e,t)=>(void 0!==u[t]&&(e+=c.A[`${t}-${u[t]}`]+" ",delete u[t]),e)),"")),[u]);return u.ref=d,i().createElement(p,r()({className:(0,s.A)(c.A.reset,c.A[e],a,m)},u),t)}));u.displayName="Text";const d=u},50723:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>p});var a=n(51609),r=n.n(a),s=n(25196);const o={"--font-headline-medium":"48px","--font-headline-small":"36px","--font-title-medium":"24px","--font-title-small":"20px","--font-body":"16px","--font-body-small":"14px","--font-body-extra-small":"12px","--font-title-large":"var(--font-headline-small)","--font-label":"var(--font-body-extra-small)"},i={"--jp-black":"#000000","--jp-black-80":"#2c3338","--jp-white":"#ffffff","--jp-white-off":"#f9f9f6","--jp-gray":"#dcdcde","--jp-gray-0":"#F6F7F7","--jp-gray-5":"var(--jp-gray)","--jp-gray-10":"#C3C4C7","--jp-gray-20":"#A7AAAD","--jp-gray-40":"#787C82","--jp-gray-50":"#646970","--jp-gray-60":"#50575E","--jp-gray-70":"#3C434A","--jp-gray-80":"#2C3338","--jp-gray-90":"#1d2327","--jp-gray-off":"#e2e2df","--jp-red-0":"#F7EBEC","--jp-red-5":"#FACFD2","--jp-red-40":"#E65054","--jp-red-50":"#D63638","--jp-red-60":"#B32D2E","--jp-red-70":"#8A2424","--jp-red-80":"#691C1C","--jp-red":"#d63639","--jp-yellow-5":"#F5E6B3","--jp-yellow-10":"#F2CF75","--jp-yellow-20":"#F0C930","--jp-yellow-30":"#DEB100","--jp-yellow-40":"#C08C00","--jp-yellow-50":"#9D6E00","--jp-yellow-60":"#7D5600","--jp-blue-20":"#68B3E8","--jp-blue-40":"#1689DB","--jp-pink":"#C9356E","--jp-green-0":"#f0f2eb","--jp-green-5":"#d0e6b8","--jp-green-10":"#9dd977","--jp-green-20":"#64ca43","--jp-green-30":"#2fb41f","--jp-green-40":"#069e08","--jp-green-50":"#008710","--jp-green-60":"#007117","--jp-green-70":"#005b18","--jp-green-80":"#004515","--jp-green-90":"#003010","--jp-green-100":"#001c09","--jp-green":"#069e08","--jp-green-primary":"var( --jp-green-40 )","--jp-green-secondary":"var( --jp-green-30 )"},l={"--jp-border-radius":"4px","--jp-menu-border-height":"1px","--jp-underline-thickness":"2px"},c={"--spacing-base":"8px"},u={},d=(e,t,n)=>{const a={...o,...i,...l,...c};for(const t in a)e.style.setProperty(t,a[t]);n&&e.classList.add(s.A.global),t&&(u[t]={provided:!0,root:e})},p=({children:e=null,targetDom:t,id:n,withGlobalStyles:s=!0})=>{const o=(0,a.useRef)(),i=u?.[n]?.provided;return(0,a.useLayoutEffect)((()=>{if(!i)return t?d(t,n,s):void(o?.current&&d(o.current,n,s))}),[t,o,i,n,s]),t?r().createElement(r().Fragment,null,e):r().createElement("div",{ref:o},e)}},51437:(e,t,n)=>{"use strict";n.d(t,{Y:()=>r});var a=n(38443);const r=()=>{const{l10n:{locale:e}}=(0,a.getSettings)();if(e)return(e=>{const t=e.match(/^([a-z]{2,3})(_[a-z]{2}|_[a-z][a-z0-9]{4,7})?(?:_.*)?$/i);return t?`${t[1]}${t[2]?t[2]:""}`.replace("_","-"):"en-US"})(e);return window?.window?.navigator?.language??"en-US"}},3924:(e,t,n)=>{"use strict";function a(e,t={}){const n={};let a;if("undefined"!=typeof window&&(a=window?.JP_CONNECTION_INITIAL_STATE?.calypsoEnv),0===e.search("https://")){const t=new URL(e);e=`https://${t.host}${t.pathname}`,n.url=encodeURIComponent(e)}else n.source=encodeURIComponent(e);for(const e in t)n[e]=encodeURIComponent(t[e]);!Object.keys(n).includes("site")&&"undefined"!=typeof jetpack_redirects&&Object.hasOwn(jetpack_redirects,"currentSiteRawUrl")&&(n.site=jetpack_redirects.currentBlogID??jetpack_redirects.currentSiteRawUrl),a&&(n.calypso_env=a);return"https://jetpack.com/redirect/?"+Object.keys(n).map((e=>e+"="+n[e])).join("&")}n.d(t,{A:()=>a})},7162:(e,t,n)=>{"use strict";n.d(t,{GlobalModals:()=>m.m,PostPublishPanels:()=>i.A,PublicizePanel:()=>o.A,SocialImageGeneratorPanel:()=>s.A,SocialPreviewsModal:()=>a.A,SocialPreviewsPanel:()=>r.A,getSocialScriptData:()=>p.n,usePublicizeConfig:()=>c.A,useSocialMediaConnections:()=>l.A,useSyncPostDataToStore:()=>d.F});n(89729),n(10267),n(70925);var a=n(81115),r=n(97192),s=n(29341),o=(n(12226),n(98725),n(29761),n(66561)),i=(n(25300),n(26029)),l=(n(37051),n(26637),n(50001)),c=(n(39553),n(77627)),u=(n(31873),n(54822),n(70407));n.o(u,"GlobalModals")&&n.d(t,{GlobalModals:function(){return u.GlobalModals}}),n.o(u,"getSocialScriptData")&&n.d(t,{getSocialScriptData:function(){return u.getSocialScriptData}}),n.o(u,"useSyncPostDataToStore")&&n.d(t,{useSyncPostDataToStore:function(){return u.useSyncPostDataToStore}});n(1101);var d=n(75168),p=(n(49036),n(383),n(49192),n(48222),n(51371)),m=(n(50646),n(47453))},12141:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(78478),r=n(86087),s=n(13022),o=n(28120),i=n.n(o);const l=e=>{const{checked:t,serviceName:n,label:o,onClick:i,profilePicture:l}=e,[c,u]=(0,r.useState)(!!l),d=(0,r.useCallback)((()=>u(!1)),[]),p=(0,r.useCallback)((e=>{13===e.keyCode&&i()}),[i]);return React.createElement("div",{onClick:i,onKeyDown:p,role:"switch","aria-checked":t,tabIndex:"0",className:(0,s.A)("components-connection-icon",{"components-connection-icon__picture":c})},c&&React.createElement("img",{src:l,alt:o,onError:d}),React.createElement(a.M5,{alt:o,serviceName:"instagram-business"===n?"instagram":"twitter"===n?"x":n,className:"jetpack-publicize-gutenberg-social-icon"}))};l.propTypes={serviceName:i().string,label:i().string,profilePicture:i().string};const c=l},55488:(e,t,n)=>{"use strict";n(56427),n(27723),n(51609),n(12141),n(27817),n(86158),n(43119),n(52683),n(85605)},27817:(e,t,n)=>{"use strict";n.d(t,{s:()=>l});var a=n(56427),r=n(47143),s=n(27723),o=n(89729),i=n(85605);const __=s.__;function l({connection:e}){const t=(0,r.useSelect)((t=>t(o.M_).getUpdatingConnections().includes(e.connection_id)),[e.connection_id]);return React.createElement("div",{className:i.A["connection-name"]},e.profile_link?React.createElement(a.ExternalLink,{className:i.A["profile-link"],href:e.profile_link},e.display_name||e.external_display):React.createElement("span",{className:i.A["profile-link"]},e.display_name),t?React.createElement(a.Spinner,{color:"black","aria-label":__("Updating account","jetpack")}):null)}},86158:(e,t,n)=>{"use strict";n.d(t,{v:()=>c});var a=n(3924),r=n(56427),s=n(86087),o=n(27723),i=n(43119),l=n(76046);const __=o.__;function c({connection:e,service:t}){return"broken"!==e.status?null:React.createElement("div",null,React.createElement("span",{className:"description"},t?__("There is an issue with this connection.","jetpack"):(0,s.createInterpolateElement)((0,o.sprintf)("%1$s %2$s",__("This platform is no longer supported.","jetpack"),__("You can use our Manual Sharing feature instead.","jetpack")),{link:React.createElement(r.ExternalLink,{href:(0,a.A)("jetpack-social-manual-sharing-help")})}))," ",t?React.createElement(l.C,{connection:e,service:t}):React.createElement(i.V,{connection:e,variant:"link",isDestructive:!1}))}},43119:(e,t,n)=>{"use strict";n.d(t,{V:()=>u});var a=n(51112),r=n(56427),s=n(47143),o=n(86087),i=n(27723),l=n(89729),c=n(85605);const __=i.__,_x=i._x;function u({connection:e,variant:t="secondary",isDestructive:n=!0,buttonClassName:u}){const[d,p]=(0,o.useReducer)((e=>!e),!1),{deleteConnectionById:m}=(0,s.useDispatch)(l.M_),{isDisconnecting:g}=(0,s.useSelect)((t=>{const{getDeletingConnections:n}=t(l.M_);return{isDisconnecting:n().includes(e.connection_id)}}),[e.connection_id]),A=(0,o.useCallback)((async()=>{p(),await m({connectionId:e.connection_id})}),[e.connection_id,m]);return e.can_disconnect?React.createElement(React.Fragment,null,React.createElement(r.__experimentalConfirmDialog,{className:c.A.confirmDialog,isOpen:d,onConfirm:A,onCancel:p,cancelButtonText:__("Cancel","jetpack"),confirmButtonText:__("Yes","jetpack")},(0,o.createInterpolateElement)((0,i.sprintf)( // translators: %s: The name of the connection the user is disconnecting. -__("Are you sure you want to disconnect %s?","jetpack"),e.display_name),{strong:React.createElement("strong",null)})),React.createElement(a.A,{size:"small",onClick:p,disabled:g,variant:t,isDestructive:n,className:u},g?__("Disconnecting…","jetpack"):_x("Disconnect","Disconnect a social media account","jetpack"))):null}},26637:(e,t,n)=>{"use strict";n(56427),n(47143),n(86087),n(27723),n(50001),n(89729),n(48222),n(48712),n(55488),n(85605)},52683:(e,t,n)=>{"use strict";n.d(t,{j:()=>l});var a=n(56427),r=n(47143),s=n(86087),o=n(27723),i=n(89729);const __=o.__;function l({connection:e}){const{updateConnectionById:t}=(0,r.useDispatch)(i.M_),{isUpdating:n}=(0,r.useSelect)((t=>{const{getUpdatingConnections:n}=t(i.M_);return{isUpdating:n().includes(e.connection_id)}}),[e.connection_id]),o=(0,s.useCallback)((n=>{t(e.connection_id,{shared:n})}),[e.connection_id,t]);return React.createElement(a.CheckboxControl,{checked:e.shared??!1,onChange:o,disabled:n||"broken"===e.status,label:__("Mark the connection as shared","jetpack")})}},76046:(e,t,n)=>{"use strict";n.d(t,{C:()=>c});var a=n(51112),r=n(47143),s=n(86087),o=n(27723),i=n(89729),l=n(70745);const __=o.__,_x=o._x;function c({connection:e,service:t,variant:n="link"}){const{deleteConnectionById:o,setKeyringResult:c,openConnectionsModal:u,setReconnectingAccount:d}=(0,r.useDispatch)(i.M_),{isDisconnecting:p}=(0,r.useSelect)((t=>{const{getDeletingConnections:n}=t(i.M_);return{isDisconnecting:n().includes(e.connection_id)}}),[e.connection_id]),m=(0,s.useCallback)((e=>{c(e),e?.ID&&u()}),[u,c]),g=(0,l.P)({service:t,onConfirm:m}),A=(0,s.useCallback)((async()=>{if(!await o({connectionId:e.connection_id,showSuccessNotice:!1}))return;await d(`${e.service_name}:${e.external_id}`);const n=new FormData;"mastodon"===t.ID&&n.set("instance",e.external_display),g(n)}),[e,o,g,t.ID,d]);return e.can_disconnect?React.createElement(a.A,{size:"small",onClick:A,disabled:p,variant:n},p?__("Disconnecting…","jetpack"):_x("Reconnect","Reconnect a social media account","jetpack")):null}},91910:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(13022),r=n(28120),s=n.n(r),o=n(12141);const i=e=>{const{checked:t,disabled:n,onChange:r,serviceName:s,label:i,profilePicture:l}=e,c=(0,a.A)("components-connection-toggle",{"is-not-checked":!t,"is-disabled":n});return React.createElement("div",{className:c,title:i},React.createElement(o.A,{checked:t,label:i,onClick:r,serviceName:s,profilePicture:l}))};i.propTypes={className:s().string,checked:s().bool,id:s().string.isRequired,disabled:s().bool,onChange:s().func,serviceName:s().string,label:s().string,profilePicture:s().string};const l=i},10267:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(85985),r=n(56427),s=n(47143),o=n(86087),i=n(27723),l=n(89729),c=n(91910),u=n(95051),d=n(49514);const __=i.__;class p extends o.Component{maybeDisplayLinkedInNotice=()=>this.connectionNeedsReauth()&&React.createElement(r.Notice,{className:u.A["publicize-notice"],isDismissible:!1,status:"error"},React.createElement("p",null,__("Your LinkedIn connection needs to be reauthenticated to continue working – head to Sharing to take care of it.","jetpack")),React.createElement(r.ExternalLink,{href:`https://wordpress.com/marketing/connections/${(0,a.GE)()}`},__("Go to Sharing settings","jetpack")));connectionNeedsReauth=()=>this.props.mustReauthConnections.includes(this.props.name);onConnectionChange=()=>{const{id:e}=this.props;this.isDisabled()||this.props.toggleConnection(e)};connectionIsFailing(){const{failedConnections:e,name:t}=this.props;return e.some((e=>e.service_name===t))}isDisabled(){return this.props.disabled||this.connectionIsFailing()||this.connectionNeedsReauth()}render(){const{enabled:e,id:t,label:n,name:a,profilePicture:r}=this.props,s="connection-"+a+"-"+t,o=a.replace("_","-"),i=React.createElement(c.A,{id:s,className:d.A["connection-toggle"],checked:e,onChange:this.onConnectionChange,disabled:this.isDisabled(),serviceName:o,label:n,profilePicture:r});return React.createElement("li",null,this.maybeDisplayLinkedInNotice(),React.createElement("div",{className:d.A["connection-container"]},i))}}const m=(0,s.withSelect)((e=>({failedConnections:e(l.Af).getFailedConnections(),mustReauthConnections:e(l.Af).getMustReauthConnections()})))(p)},77125:(e,t,n)=>{"use strict";n.d(t,{l:()=>A});var a=n(51112),r=n(56427),s=n(47143),o=n(86087),i=n(27723),l=n(77627),c=n(50001),u=n(89729),d=n(51475),p=n(9515),m=n(71016),g=n(89886);const __=i.__,_x=i._x,A=()=>{const{connections:e}=(0,c.A)(),t=e.filter((e=>"broken"===e.status||(0,g.Y)(e,"broken"))),{connectionsAdminUrl:n}=(0,l.A)(),i=(0,s.useSelect)((e=>e(u.M_).useAdminUiV1()),[]),{openConnectionsModal:A}=(0,s.useDispatch)(u.M_),h=i?React.createElement(a.A,{variant:"link",onClick:A,className:m.A["broken-connection-btn"]}):React.createElement(r.ExternalLink,{href:n}),E=(0,p.h)();if(!t.length)return null;const f=t.reduce(((e,t)=>(e[t.service_name]||(e[t.service_name]=[]),e[t.service_name].push(t),e)),{});return t.length>0&&React.createElement(d.A,{type:"error"},__("Your following connections need to be reconnected:","jetpack"),React.createElement("ul",null,Object.entries(f).map((([e,t])=>{const n=E(e);return React.createElement("li",{key:e},React.createElement("div",{className:m.A["broken-connection-service"]},React.createElement("span",null,n,_x(":","Colon to display before the list of connections","jetpack")," "),t.map((({display_name:e,external_display:n,id:a},r)=>React.createElement(o.Fragment,{key:a},React.createElement("span",{className:m.A["broken-connection"]},e||n),rconnections management section.",'"them" refers to the broken connections.',"jetpack"),{fixLink:h}))}},64636:(e,t,n)=>{"use strict";n.d(t,{D:()=>c});var a=n(56427),r=n(27723),s=n(77627),o=n(50001),i=n(25349),l=n(71016);const __=r.__,c=()=>{const{hasConnections:e}=(0,o.A)(),{needsUserConnection:t,userConnectionUrl:n}=(0,s.A)();return t?React.createElement(a.PanelRow,null,React.createElement("p",null,__("You must connect your WordPress.com account to be able to add social media connections.","jetpack")," ",React.createElement("a",{href:n},__("Connect now","jetpack")))):e?null:React.createElement(a.PanelRow,null,React.createElement("p",null,React.createElement("span",{className:l.A["no-connections-text"]},__("Sharing is disabled because there are no social media accounts connected.","jetpack")),React.createElement(i.C,{label:__("Connect an account","jetpack")})))}},14993:(e,t,n)=>{"use strict";n.d(t,{E:()=>A});var a=n(85985),r=n(51609),s=n(77627),o=n(50001),i=n(10267),l=n(77125),c=n(57193),u=n(75013),d=n(25349),p=n(71016),m=n(50923),g=n(39329);const A=()=>{const{recordEvent:e}=(0,a.st)(),{connections:t,toggleById:n}=(0,o.A)(),{canBeTurnedOn:A,shouldBeDisabled:h}=(0,g.j)(),{needsUserConnection:E,isPublicizeEnabled:f}=(0,s.A)(),b=(0,r.useCallback)(((t,a)=>()=>{n(t),e("jetpack_social_connection_toggled",{location:"editor",enabled:!a.enabled,service_name:a.service_name})}),[e,n]);return React.createElement("div",null,React.createElement("ul",{className:p.A["connections-list"]},t.map((e=>{const{display_name:t,id:n,service_name:a,profile_picture:r,connection_id:s}=e,o=s||n;return React.createElement(i.A,{disabled:h(e),enabled:A(e)&&e.enabled,key:o,id:o,label:t,name:a,toggleConnection:b(o,e),profilePicture:r})}))),f?React.createElement(React.Fragment,null,React.createElement(u.L,null),React.createElement(l.l,null),React.createElement(m.Z,null),React.createElement(c.H,null)):null,E?null:React.createElement(d.C,{variant:"secondary"}))}},57193:(e,t,n)=>{"use strict";n.d(t,{H:()=>c});var a=n(56427),r=n(27723),s=n(77627),o=n(50001),i=n(71016),l=n(39329);const _n=r._n;function c(){const{enabledConnections:e}=(0,o.A)(),{isPublicizeEnabled:t}=(0,s.A)(),{canBeTurnedOn:n,shouldBeDisabled:c}=(0,l.j)(),u=e.filter((e=>n(e)&&!c(e)));return u.length&&t?React.createElement(a.PanelRow,null,React.createElement("p",{className:i.A["enabled-connections-notice"]},(0,r.sprintf)(/* translators: %d: number of connections */ -_n("This post will be shared to %d connection.","This post will be shared to %d connections.",u.length,"jetpack"),u.length))):null}},9573:(e,t,n)=>{"use strict";n.d(t,{X:()=>d});var a=n(3924),r=n(85985),s=n(56427),o=n(47143),i=n(27723),l=n(89729),c=n(71016),u=n(647);const _x=i._x,d=()=>{const e=(0,o.useSelect)((e=>e(l.M_).hasPaidFeatures()),[]),t=(0,u.X)();return(0,r.Sy)()||(0,r.d9)()||e?null:React.createElement(s.PanelRow,{className:c.A["enhanced-features-nudge"]},React.createElement(s.Button,{key:"upgrade",variant:"link",onClick:t,href:(0,a.A)("jetpack-social-basic-plan-block-editor",{site:(0,r.GE)()||"",query:"redirect_to="+encodeURIComponent(window.location.href)})},_x("Unlock enhanced media sharing features.","Call to action to buy a new plan","jetpack")))}},70925:(e,t,n)=>{"use strict";n.d(t,{A:()=>b});var a=n(56427),r=n(47143),s=n(86087),o=n(7162),i=n(98420),l=n(54915),c=n(80624),u=n(52367),d=n(50001),p=n(89729),m=n(48222),g=n(96390),A=n(64636),h=n(14993),E=n(9573),f=n(41190);function b(){const{hasConnections:e,hasEnabledConnections:t,connections:n}=(0,d.A)(),{isPublicizeEnabled:b,isPublicizeDisabledBySitePlan:v}=(0,o.usePublicizeConfig)(),{attachedMedia:C}=(0,i.A)(),k=(0,l.A)(),y=C[0]?.id||k,{validationErrors:B,isConvertible:w}=(0,u.A)(n,(0,c.A)(y)[0]),_=b&&(t||C.length>0||0!==Object.keys(B).length&&!w),{useAdminUiV1:I,featureFlags:x}=(0,r.useSelect)((e=>{const t=e(p.M_);return{useAdminUiV1:t.useAdminUiV1(),featureFlags:t.featureFlags()}}),[]),j=v?a.Disabled:s.Fragment;return React.createElement(j,null,I?React.createElement(m._,null):null,e?React.createElement(React.Fragment,null,React.createElement(a.PanelRow,null,React.createElement(h.E,null)),x.useEditorPreview&&b?React.createElement(g.n,null):null,React.createElement(E.X,null)):null,React.createElement(A.D,null),!v&&React.createElement(s.Fragment,null,_&&React.createElement(f.o,{analyticsData:{location:"editor"}})))}},62697:(e,t,n)=>{"use strict";n.d(t,{q:()=>l});var a=n(3924),r=n(56427),s=n(27723),o=n(7162),i=n(51475);const __=s.__,l=()=>{const{isEnhancedPublishingEnabled:e}=(0,o.usePublicizeConfig)();return e?React.createElement(i.A,{type:"warning"},__("To share to Instagram, add an image/video, or enable Social Image Generator.","jetpack"),React.createElement("br",null),React.createElement(r.ExternalLink,{href:(0,a.A)("jetpack-social-share-to-instagram")},__("Learn more","jetpack"))):React.createElement(i.A,{type:"warning"},__("You need a featured image to share to Instagram.","jetpack"),React.createElement("br",null),React.createElement(r.ExternalLink,{href:(0,a.A)("jetpack-social-share-to-instagram")},__("Learn more","jetpack")))}},31099:(e,t,n)=>{"use strict";n.d(t,{j:()=>p});var a=n(3924),r=n(56427),s=n(47143),o=n(86087),i=n(27723),l=n(80682),c=n(89729),u=n(51475),d=n(9515);const __=i.__,_x=i._x,p=({validationErrors:e})=>{const{getConnectionById:t}=(0,s.useSelect)((e=>e(c.M_)),[]),n=(0,d.h)(),i=(0,o.useMemo)((()=>Object.entries(e).reduce(((e,[a,r])=>{if(!r)return e;e[r]||(e[r]=[]);const s=n(t(a)?.service_name);return s&&!e[r].includes(s)&&e[r].push(s),e}),{})),[t,n,e]);return React.createElement(u.A,{type:"warning"},React.createElement("p",null,__("The selected media cannot be share to some social media platforms.","jetpack")),React.createElement("ul",null,Object.entries(i).map((([e,t])=>t.length?React.createElement("li",{key:e},React.createElement("i",null,(0,l.$m)(e)),_x(":","Colon to display before the list of social media platforms","jetpack")+" ",t.map(((e,t,{length:n})=>React.createElement(o.Fragment,{key:e},React.createElement("b",null,e),t{"use strict";n.d(t,{L:()=>d});var a=n(98420),r=n(54915),s=n(80624),o=n(52367),i=n(80682),l=n(50001),c=n(62697),u=n(31099);const d=()=>{const{connections:e}=(0,l.A)(),{attachedMedia:t}=(0,a.A)(),n=(0,r.A)(),d=t[0]?.id||n,{validationErrors:p,isConvertible:m}=(0,o.A)(e,(0,s.A)(d)[0]);return Object.keys(p).length?Object.values(p).includes(i.k3)?React.createElement(c.q,null):m?null:React.createElement(u.j,{validationErrors:p}):null}},25349:(e,t,n)=>{"use strict";n.d(t,{C:()=>c});var a=n(56427),r=n(47143),s=n(27723),o=n(77627),i=n(89729),l=n(71016);const __=s.__;function c({label:e,variant:t="primary"}){const{useAdminUiV1:n,connections:s}=(0,r.useSelect)((e=>({useAdminUiV1:e(i.M_).useAdminUiV1(),connections:e(i.M_).getConnections()})),[]),{openConnectionsModal:c}=(0,r.useDispatch)(i.M_),{connectionsAdminUrl:u}=(0,o.A)(),d=e||__("Manage connections","jetpack"),p=s.length>0;return n?React.createElement(a.Button,{onClick:c,variant:p?"link":t,size:p?"default":"small",className:l.A["settings-button"]},d):React.createElement(a.ExternalLink,{className:l.A["settings-button"],href:u},d)}},41190:(e,t,n)=>{"use strict";n.d(t,{o:()=>i});var a=n(7162),r=n(39553),s=n(12015),o=n(70694);const i=({analyticsData:e=null})=>{const{message:t,updateMessage:n,maxLength:i}=(0,r.A)(),{isEnhancedPublishingEnabled:l}=(0,a.usePublicizeConfig)();return React.createElement(React.Fragment,null,React.createElement(o.A,{maxLength:i,onChange:n,message:t,analyticsData:e}),l&&React.createElement(s.A,{analyticsData:e}))}},50923:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var a=n(56427),r=n(86087),s=n(27723),o=n(7162),i=n(50001),l=n(51475),c=n(89886);const __=s.__,u=()=>{const{connections:e}=(0,i.A)(),{connectionsAdminUrl:t}=(0,o.usePublicizeConfig)();return e.filter((e=>(0,c.Y)(e,"unsupported"))).length>0&&React.createElement(l.A,{type:"error"},(0,r.createInterpolateElement)(__("Twitter is not supported anymore. Learn more here.","jetpack"),{moreInfo:React.createElement(a.ExternalLink,{href:t})}))}},647:(e,t,n)=>{"use strict";n.d(t,{X:()=>o});var a=n(47143),r=n(43656),s=n(86087);function o(){const{isEditedPostDirty:e}=(0,a.useSelect)(r.store,[]),{autosave:t}=(0,a.useDispatch)(r.store);return(0,s.useCallback)((async n=>{if(!(n.target instanceof HTMLAnchorElement))return;const a=n.target.getAttribute("target");e()&&!a&&(n.preventDefault(),await t(),window.location.href=n.target.href),a&&(n.preventDefault(),window.open(n.target.href,a,"noreferrer"))}),[t,e])}},39329:(e,t,n)=>{"use strict";n.d(t,{j:()=>p});var a=n(86087),r=n(51609),s=n(7162),o=n(98420),i=n(54915),l=n(80624),c=n(52367),u=n(80682),d=n(50001);const p=()=>{const{connections:e}=(0,d.A)(),{isPublicizeEnabled:t,isPublicizeDisabledBySitePlan:n}=(0,s.usePublicizeConfig)(),{attachedMedia:p}=(0,o.A)(),m=(0,i.A)(),g=p[0]?.id||m,{validationErrors:A,isConvertible:h}=(0,c.A)(e,(0,l.A)(g)[0]),E=(0,a.useCallback)((e=>{const{id:t,is_healthy:n,connection_id:a,status:r}=e,s=a||t,o=!1!==n&&"broken"!==r,i=void 0!==A[s]&&!h,l=A[s]===u.k3;return o&&!i&&!l}),[h,A]),f=(0,a.useCallback)((e=>!t||!E(e)),[E,t]),b=(0,a.useCallback)((e=>!n&&E(e)),[E,n]);return(0,r.useMemo)((()=>({shouldBeDisabled:f,canBeTurnedOn:b})),[f,b])}},89886:(e,t,n)=>{"use strict";n.d(t,{Y:()=>a});const a=(e,t)=>!1===e.is_healthy&&t===(e.error_code??"broken")},56457:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>f});var a=n(50723),r=n(1455),s=n.n(r),o=n(56427),i=n(47143),l=n(43656),c=n(27723),u=n(13022),d=n(51609),p=n.n(d),m=n(49747),g=n(60548),A=n(74820);const __=c.__,_x=c._x,h="featured-image-still-loading",E=(e,t,n,a)=>{if("none"===e||"custom"===e&&!t||"featured"===(e??"featured")&&!n)return null;const r=a("custom"===e?t:n);return r?(e=>e?.media_details?.sizes?.large?.source_url||e?.source_url)(r):h};function f({shouldDebounce:e=!0,onNewToken:t,...n}){const[r,c]=(0,d.useState)(null),[f,b]=(0,d.useState)(!0),{customText:v,imageType:C,imageId:k,template:y,setToken:B}={...(0,m.A)(),...n},{title:w,imageUrl:_}=(0,i.useSelect)((e=>{const t=e(l.store).getEditedPostAttribute("featured_media");return{title:e(l.store).getEditedPostAttribute("title"),imageUrl:E(C,k,t,e("core").getMedia)}})),I=(0,d.useMemo)((()=>v||w||" "),[v,w]),x=(0,d.useRef)(I),j=(0,d.useRef)(r);(0,d.useEffect)((()=>{j.current=r})),(0,d.useEffect)((()=>{const n=setTimeout((async()=>{if(b(!0),_===h)return;const e=await s()({path:"/jetpack/v4/social-image-generator/generate-preview-token",method:"POST",data:{text:I,image_url:_,template:y}});B?.(e),t?.(e);const n=(0,A.S)(e);n!==j.current?c(n):b(!1)}),I!==x.current&&e?1500:0);return()=>{clearTimeout(n),x.current=I}}),[I,y,_,t]);const S=(0,d.useCallback)((()=>{b(!1)}),[]);return p().createElement(a.Ay,null,p().createElement(o.BaseControl,{__nextHasNoMarginBottom:!0,label:_x("Preview","Heading for the generated preview image","jetpack")},p().createElement("div",{className:g.A.container},p().createElement("img",{className:(0,u.A)({[g.A.hidden]:f}),src:r,alt:__("Generated preview","jetpack"),onLoad:S}),f&&p().createElement(o.Spinner,{"data-testid":"spinner"}))))}},74820:(e,t,n)=>{"use strict";n.d(t,{S:()=>r});var a=n(3924);function r(e){return e?(0,a.A)("sigenerate",{query:`t=${e}`}):""}},47453:(e,t,n)=>{"use strict";n.d(t,{m:()=>o});var a=n(47143),r=n(89729),s=n(7757);const o=()=>{const e=(0,a.useSelect)((e=>e(r.M_).featureFlags()),[]);return React.createElement(React.Fragment,null,e.useShareStatus?React.createElement(s.Q3,null):null)}},59493:(e,t,n)=>{"use strict";n.d(t,{O:()=>m});var a=n(63406),r=n(51112),s=n(56427),o=n(47143),i=n(86087),l=n(27723),c=n(89729),u=n(39630),d=n(18973);const __=l.__,_x=l._x;function p({label:e,profile_picture:t}){return React.createElement("div",{className:d.A["account-info"]},t?React.createElement("img",{className:d.A["profile-pic"],src:t,alt:e}):null,React.createElement("span",null,e))}function m({keyringResult:e,onComplete:t,isAdmin:n}){const l=(0,u.o)(),{existingConnections:m,reconnectingAccount:g}=(0,o.useSelect)((e=>{const t=e(c.M_);return{existingConnections:t.getConnections(),reconnectingAccount:t.getReconnectingAccount()}}),[]),{createErrorNotice:A}=(0,a.I)(),h=l.find((t=>t.ID===e.service)),E=(0,i.useCallback)((e=>m.some((t=>t.service_name===h?.ID&&t.external_id===e))),[m,h.ID]),f=(0,i.useMemo)((()=>{const t=[],n=[];if(!h)return{connected:t,not_connected:n};const a=[];if(h.external_users_only||a.push({label:e.external_display,value:e.external_ID,profile_picture:e.external_profile_picture}),h.multiple_external_user_ID_support&&e.additional_external_users?.length)for(const t of e.additional_external_users)a.push({label:t.external_name,value:t.external_ID,profile_picture:t.external_profile_picture});for(const e of a)E(e.value)?t.push(e):n.push(e);return{connected:t,not_connected:n}}),[E,e,h]),{createConnection:b,setReconnectingAccount:v}=(0,o.useDispatch)(c.M_),C=(0,i.useCallback)((async n=>{n.preventDefault(),n.stopPropagation();const a=n.target,r=new FormData(a),s=r.get("external_user_ID");if(!s)return void A(__("Please select an account to connect.","jetpack"));const o={external_user_ID:h.multiple_external_user_ID_support?s:void 0,keyring_connection_ID:e.ID,shared:"1"===r.get("shared")||void 0},i=f.not_connected.find((e=>e.value===s));g&&v(""),b(o,{display_name:i?.label,profile_picture:i?.profile_picture,service_name:h.ID,external_id:s}),t()}),[b,g,v,A,e.ID,t,h.multiple_external_user_ID_support,h.ID,f.not_connected]);return React.createElement("section",{className:d.A.confirmation},f.not_connected.length?React.createElement("div",null,React.createElement("p",{className:d.A["header-text"]},__("Select the account you'd like to connect. All your new blog posts will be automatically shared to this account. You'll be able to change this option in the editor sidebar when you're writing a post.","jetpack")),React.createElement("form",{className:d.A.form,onSubmit:C,id:"connection-confirmation-form"},React.createElement("div",{className:d.A["accounts-list"]},f.not_connected.map(((e,t)=>{const n=g?g===`${h?.ID}:${e.value}`:0===t;return React.createElement("label",{key:e.value,className:d.A["account-label"],"aria-required":!0},React.createElement("input",{type:"radio",name:"external_user_ID",value:e.value,defaultChecked:n,className:d.A["account-input"],required:!0}),React.createElement(p,{label:e.label,profile_picture:e.profile_picture}))}))),n?React.createElement(s.BaseControl,{__nextHasNoMarginBottom:!0,id:"mark-connection-as-shared",help:`${__("If enabled, the connection will be available to all administrators, editors, and authors.","jetpack")} ${__("You can change this later.","jetpack")}`},React.createElement(s.__experimentalHStack,{justify:"flex-start",spacing:3},React.createElement("span",null,React.createElement("input",{type:"checkbox",id:"mark-connection-as-shared",name:"shared",value:"1"})),React.createElement(s.FlexBlock,{as:"label",htmlFor:"mark-connection-as-shared"},__("Mark the connection as shared","jetpack")))):null,React.createElement("input",{type:"hidden",name:"keyring_connection_ID",value:e.ID}))):React.createElement("p",{className:d.A["header-text"]},f.connected.length?_x("No more accounts/pages found.","Message shown when there are no connections found to connect","jetpack"):__("No accounts/pages found.","jetpack")),f.connected.length?React.createElement("section",null,React.createElement("h3",null,__("Already connected","jetpack")),React.createElement("ul",null,f.connected.map(((e,t)=>React.createElement("li",{key:e.label+t},React.createElement(p,{label:e.label,profile_picture:e.profile_picture})))))):null,React.createElement("div",{className:d.A["submit-wrap"]},React.createElement(r.A,{variant:"secondary",onClick:t},__("Cancel","jetpack")),f.not_connected.length?React.createElement(r.A,{form:"connection-confirmation-form",type:"submit"},__("Confirm","jetpack")):null))}},48222:(e,t,n)=>{"use strict";n.d(t,{_:()=>f});var a=n(60442),r=n(47425),s=n(3924),o=n(50723),i=n(56427),l=n(3582),c=n(47143),u=n(86087),d=n(27723),p=n(13022),m=n(89729),g=n(78362),A=n(59493),h=n(73842);const __=d.__,_x=d._x,E=()=>{const{keyringResult:e}=(0,c.useSelect)((e=>{const{getKeyringResult:t}=e(m.M_);return{keyringResult:t()}}),[]),{setKeyringResult:t,closeConnectionsModal:n}=(0,c.useDispatch)(m.M_),[o]=(0,a.A)("sm"),d=(0,u.useCallback)((()=>{t(null),n()}),[n,t]),E=Boolean(e?.ID),f=E?__("Connection confirmation","jetpack"):_x("Manage Jetpack Social connections","","jetpack"),b=(0,c.useSelect)((e=>e(l.store).canUser("update","settings")),[]);return React.createElement(i.Modal,{className:(0,p.A)(h.A.modal,{[h.A.small]:o}),onRequestClose:d,title:f},E?React.createElement(A.O,{keyringResult:e,onComplete:d,isAdmin:b}):React.createElement(React.Fragment,null,React.createElement(g.b,null),React.createElement("div",{className:h.A["manual-share"]},React.createElement("em",null,React.createElement(r.Ay,null,__("Want to share to other networks? Use our Manual Sharing feature from the editor.","jetpack")," ",React.createElement(i.ExternalLink,{href:(0,s.A)("jetpack-social-manual-sharing-help")},__("Learn more","jetpack")))))))};function f(){const e=(0,c.useSelect)((e=>e(m.M_).isConnectionsModalOpen()),[]);return React.createElement(o.Ay,{targetDom:document.body},e?React.createElement(E,null):null)}},30642:(e,t,n)=>{"use strict";n.d(t,{F:()=>d});var a=n(50723),r=n(47425),s=n(40597),o=n(56427),i=n(27723),l=n(68541),c=n(34600),u=n(27681);const __=i.__;function d(e){return React.createElement(a.Ay,null,React.createElement("div",{className:u.A.wrapper},React.createElement(o.Flex,{align:"start",justify:"start"},React.createElement(r.Ay,{variant:"body-extra-small",className:u.A.title},__("Manual sharing","jetpack")),React.createElement(s.A,{inline:!1,shift:!0,iconSize:16,placement:"top-end"},React.createElement(c.P,e))),React.createElement(l.R,{buttonStyle:"icon"})))}},34600:(e,t,n)=>{"use strict";n.d(t,{P:()=>i});var a=n(47425),r=n(3924),s=n(56427),o=n(27723);const __=o.__;function i({...e}){return React.createElement(a.Ay,e,__('Just tap the social network or "Copy to Clipboard" icon, and we\'ll format your content for sharing.',"jetpack")," ",React.createElement(s.ExternalLink,{href:(0,r.A)("jetpack-social-manual-sharing-help")},__("Learn more","jetpack")))}},55858:(e,t,n)=>{"use strict";n.d(t,{A:()=>E});var a=n(51112),r=n(50723),s=n(94715),o=n(56427),i=n(86087),l=n(27723),c=n(51113),u=n(31249),d=n(13022),p=n(52367),m=n(2204),g=n(18699),A=n(97671);const __=l.__,h=e=>t=>{t.currentTarget.focus(),e()};function E({buttonLabel:e,subTitle:t,mediaId:n=null,mediaDetails:l={},onChange:E,wrapperClassName:f,allowedMediaTypes:b=null}){const{mediaData:{width:v,height:C,sourceUrl:k}={},metaData:{mime:y,length:B=null}={},previewData:{width:w,height:_,sourceUrl:I}={}}=l,x=!(k&&v&&C&&y),j=(0,i.useCallback)((()=>E(null)),[E]),S=(0,i.useCallback)((e=>{E(e)}),[E]),Q=(0,i.useCallback)((e=>{const t=(0,p.c)(y);return t&&!B?null:React.createElement("div",{className:(0,d.A)(A.A["preview-wrapper"],f)},React.createElement("button",{className:A.A.remove,onClick:j},React.createElement(o.VisuallyHidden,null,__("Remove media","jetpack")),React.createElement(c.A,{icon:u.A})),React.createElement("button",{className:A.A.preview,onClick:h(e),"data-unstable-ignore-focus-outside-for-relatedtarget":".media-modal"},t?React.createElement(g.A,{sourceUrl:k,mime:y,duration:B}):React.createElement(o.ResponsiveWrapper,{naturalWidth:w||v,naturalHeight:_||C,isInline:!0},React.createElement("img",{src:I||k,alt:"",className:A.A["preview-image"]}))))}),[C,B,y,j,_,I,w,k,v,f]),N=(0,i.useCallback)((r=>React.createElement("div",{className:A.A.container},n?React.createElement(React.Fragment,null,React.createElement("button",{className:A.A["remove-loading"],onClick:j},React.createElement(o.VisuallyHidden,null,__("Remove media","jetpack")),React.createElement(c.A,{icon:u.A})),React.createElement(o.Spinner,{"data-testid":"spinner"})):React.createElement(React.Fragment,null,React.createElement(a.A,{variant:"secondary",size:"small",className:A.A.preview,onClick:h(r),"data-unstable-ignore-focus-outside-for-relatedtarget":".media-modal"},e),t&&React.createElement("span",null,t)))),[e,n,j,t]),R=(0,i.useCallback)((({open:e})=>n&&!x?Q(e):N(e)),[n,x,Q,N]);return React.createElement(r.Ay,null,React.createElement(s.MediaUploadCheck,null,React.createElement(s.MediaUpload,{allowedTypes:b??m.UB,title:e,onSelect:S,render:R,value:n})))}},12015:(e,t,n)=>{"use strict";n.d(t,{A:()=>h});var a=n(50723),r=n(3924),s=n(85985),o=n(56427),i=n(86087),l=n(27723),c=n(51609),u=n.n(c),d=n(98420),p=n(80624),m=n(55858),g=n(35270);const __=l.__,A=__("Choose Media","jetpack");function h({disabled:e=!1,disabledNoticeMessage:t="",CustomNotice:n=null,analyticsData:l}){const{attachedMedia:h,updateAttachedMedia:E}=(0,d.A)(),{recordEvent:f}=(0,s.st)(),[b]=(0,p.A)(h[0]?.id),v=(0,i.useCallback)((e=>{if(e){f("jetpack_social_media_attached",l);const{id:t,url:n,mime:a}=e;E([{id:t,url:n,type:a}])}else E([])}),[l,f,E]),C=e?o.Disabled:c.Fragment,k=e?{className:g.A.disabled,"data-testid":"disabled"}:{};return u().createElement(a.Ay,null,u().createElement(o.BaseControl,{__nextHasNoMarginBottom:!0,label:__("Attached Media","jetpack"),className:g.A.wrapper},n||(t?u().createElement(o.Notice,{className:g.A.notice,isDismissible:!1,status:"warning"},u().createElement("p",{"data-testid":"notice"},t)):u().createElement("p",{className:g.A.subtitle},__("Choose a visual to accompany your post.","jetpack"))),u().createElement(C,k,u().createElement(m.A,{buttonLabel:A,subTitle:__("Add an image or video","jetpack"),mediaId:h[0]?.id,mediaDetails:b,onChange:v}),u().createElement(o.ExternalLink,{href:(0,r.A)("jetpack-social-media-support-information"),className:g.A["learn-more"]},__("Learn photo and video best practices","jetpack")))))}},70694:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(85985),r=n(56427),s=n(27723),o=n(51609);const __=s.__,_n=s._n;function i({message:e="",onChange:t,disabled:n,maxLength:i,analyticsData:l=null}){const{recordEvent:c}=(0,a.st)(),u=(0,o.useRef)(!0),d=i-e.length,p=(0,o.useCallback)((e=>{t(e),u.current&&(c("jetpack_social_custom_message_changed",l),u.current=!1)}),[l,u,t,c]);return React.createElement(r.TextareaControl,{value:e,label:__("Message","jetpack"),onChange:p,disabled:n,maxLength:i,placeholder:__("Write a custom message for your social audience here. This message will override your social post content.","jetpack"),rows:4,help:(0,s.sprintf)(/* translators: placeholder is a number. */ -_n("%d character remaining","%d characters remaining",d,"jetpack"),d)})}},51475:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(56427),r=n(27723),s=n(51113),o=n(31249),i=n(13022),l=n(28120),c=n.n(l),u=n(93794);const __=r.__,d=({children:e,type:t="default",actions:n=[],onDismiss:r})=>{const l=(0,i.A)(u.A.notice,u.A[`notice--${t}`]);return React.createElement("div",{className:l},React.createElement("div",{className:u.A.content}," ",e," "),r&&React.createElement("button",{className:u.A.dismiss,onClick:r},React.createElement(a.VisuallyHidden,null,__("Dismiss notice","jetpack")),React.createElement(s.A,{icon:o.A})),n&&n.length>0&&React.createElement("div",{className:u.A.actions},n.map((e=>e))))};d.propTypes={children:c().node.isRequired,type:c().oneOf(["default","highlight","warning","error"]),actions:c().arrayOf(c().element),onDismiss:c().func};const p=d},66561:(e,t,n)=>{"use strict";n.d(t,{A:()=>f});var a=n(56427),r=n(47143),s=n(43656),o=n(86087),i=n(27723),l=n(77627),c=n(88584),u=n(49036),d=n(50001),p=n(89729),m=n(70925),g=n(30642),A=n(51353),h=n(39815),E=n(87170);const __=i.__,f=({prePublish:e,children:t})=>{const{refresh:n,hasConnections:i,hasEnabledConnections:f}=(0,d.A)(),b=(0,r.useSelect)((e=>e(s.store).isCurrentPostPublished()),[]),v=(0,r.useSelect)((e=>e(p.M_).featureFlags()),[]),C=(0,c.A)(),{isPublicizeEnabled:k,hidePublicizeFeature:y,togglePublicizeFeature:B}=(0,l.A)();(0,u._D)((function(){f&&n()}),[f,n]);const w=e?o.Fragment:a.PanelBody,_=e?{}:{title:__("Share this post","jetpack"),className:E.A.panel};return C(),React.createElement(w,_,t,!y&&React.createElement(o.Fragment,null,!b&&React.createElement(a.ToggleControl,{label:k?__("Share when publishing","jetpack"):__("Sharing is disabled","jetpack",0),onChange:B,checked:k&&i,disabled:!i}),React.createElement(m.A,null),React.createElement(h.O,null)),b&&React.createElement(React.Fragment,null,v.useShareStatus?React.createElement(A.E,null):null,React.createElement(g.F,null)))}},65843:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(85985),r=n(47143),s=n(14309),o=n(43656),i=n(27723),l=n(34600),c=n(68541),u=n(5780);const __=i.__;function d(){const{isCurrentPostPublished:e}=(0,r.useSelect)((e=>e(o.store)),[]);return e()?React.createElement(s.PluginPostPublishPanel,{initialOpen:!0,title:__("Manual sharing","jetpack"),id:"publicize-manual-sharing",icon:React.createElement(a.jt,null)},React.createElement(l.P,{className:u.A.description,variant:"body-small"}),React.createElement(c.R,null)):null}},26029:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(50723),r=n(65843),s=n(39691),o=n(89640);const i=()=>React.createElement(a.Ay,{targetDom:document.body},React.createElement(o.p,null),React.createElement(r.A,null),React.createElement(s.A,null))},39691:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(3924),r=n(85985),s=n(1455),o=n.n(s),i=n(14309),l=n(86087),c=n(77627),u=n(49036),d=n(50001),p=n(25300);const m=()=>{const[e,t]=(0,l.useState)((0,r.$i)()?.social?.reviewRequestDismissed??!0),[n,s]=(0,l.useState)(!1),{hasEnabledConnections:m}=(0,d.A)(),{isPublicizeEnabled:g,isPostAlreadyShared:A}=(0,c.A)();(0,u.Wv)((()=>{s(!A&&g&&m)}),[A,m,g]);const h=(0,l.useCallback)((()=>{const e=(0,r.$i)()?.social?.dismissReviewRequestPath??null;o()({path:e,method:"POST",data:{dismissed:!0}}).catch((e=>{throw e})),t(!0)}),[]);return e||!n?null:React.createElement(i.PluginPostPublishPanel,{id:"publicize-title"},React.createElement(p.A,{href:(0,a.A)("jetpack-social-plugin-reviews"),onClose:h}))}},89640:(e,t,n)=>{"use strict";n.d(t,{p:()=>d});var a=n(47143),r=n(14309),s=n(43656),o=n(383),i=n(57275),l=n(49036),c=n(89729),u=n(79594);function d(){const{isPublicizeEnabled:e}=(0,o.h)(),{pollForPostShareStatus:t}=(0,a.useDispatch)(c.M_),{featureFlags:n,isPostPublised:d}=(0,a.useSelect)((e=>{const t=e(c.M_),n=e(s.store);return{featureFlags:t.featureFlags(),isPostPublised:n.isCurrentPostPublished()}}),[]),p=(0,i.z)((0,a.useSelect)((e=>e(c.M_).getEnabledConnections()),[])),m=e&&p.length>0,g=n.useShareStatus&&m&&d;return(0,l._D)((()=>{g&&t({isRequestComplete:({postShareStatus:e})=>e.done})}),[g]),g?React.createElement(r.PluginPostPublishPanel,{id:"publicize-share-status"},React.createElement(u.q,null)):null}},79594:(e,t,n)=>{"use strict";n.d(t,{q:()=>u});var a=n(56427),r=n(47143),s=n(27723),o=n(89729),i=n(51475),l=n(7757),c=n(55387);const __=s.__,_n=s._n;function u({reShareTimestamp:e}){const t=(0,r.useSelect)((e=>e(o.M_).getPostShareStatus()),[]),n=e?t.shares.filter((t=>t.timestamp>e)):t.shares;if(t.polling)return React.createElement("div",{className:c.A["loading-block"]},React.createElement(a.Spinner,null),React.createElement("span",{className:c.A["loading-text"]},__("Sharing to your social media…","jetpack")));const u=n.filter((e=>"failure"===e.status)).length;return u>0?React.createElement(i.A,{type:"warning"},React.createElement("p",null,(0,s.sprintf)(/* translators: %d: number of failed shares */ +__("Are you sure you want to disconnect %s?","jetpack"),e.display_name),{strong:React.createElement("strong",null)})),React.createElement(a.A,{size:"small",onClick:p,disabled:g,variant:t,isDestructive:n,className:u},g?__("Disconnecting…","jetpack"):_x("Disconnect","Disconnect a social media account","jetpack"))):null}},26637:(e,t,n)=>{"use strict";n(56427),n(47143),n(86087),n(27723),n(50001),n(89729),n(48222),n(48712),n(55488),n(85605)},52683:(e,t,n)=>{"use strict";n.d(t,{j:()=>l});var a=n(56427),r=n(47143),s=n(86087),o=n(27723),i=n(89729);const __=o.__;function l({connection:e}){const{updateConnectionById:t}=(0,r.useDispatch)(i.M_),{isUpdating:n}=(0,r.useSelect)((t=>{const{getUpdatingConnections:n}=t(i.M_);return{isUpdating:n().includes(e.connection_id)}}),[e.connection_id]),o=(0,s.useCallback)((n=>{t(e.connection_id,{shared:n})}),[e.connection_id,t]);return React.createElement(a.CheckboxControl,{checked:e.shared??!1,onChange:o,disabled:n||"broken"===e.status,label:__("Mark the connection as shared","jetpack")})}},76046:(e,t,n)=>{"use strict";n.d(t,{C:()=>c});var a=n(51112),r=n(47143),s=n(86087),o=n(27723),i=n(89729),l=n(70745);const __=o.__,_x=o._x;function c({connection:e,service:t,variant:n="link"}){const{deleteConnectionById:o,setKeyringResult:c,openConnectionsModal:u,setReconnectingAccount:d}=(0,r.useDispatch)(i.M_),{isDisconnecting:p}=(0,r.useSelect)((t=>{const{getDeletingConnections:n}=t(i.M_);return{isDisconnecting:n().includes(e.connection_id)}}),[e.connection_id]),m=(0,s.useCallback)((e=>{c(e),e?.ID&&u()}),[u,c]),g=(0,l.P)({service:t,onConfirm:m}),A=(0,s.useCallback)((async()=>{if(!await o({connectionId:e.connection_id,showSuccessNotice:!1}))return;await d(`${e.service_name}:${e.external_id}`);const n=new FormData;"mastodon"===t.ID&&n.set("instance",e.external_display),g(n)}),[e,o,g,t.ID,d]);return e.can_disconnect?React.createElement(a.A,{size:"small",onClick:A,disabled:p,variant:n},p?__("Disconnecting…","jetpack"):_x("Reconnect","Reconnect a social media account","jetpack")):null}},91910:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(13022),r=n(28120),s=n.n(r),o=n(12141);const i=e=>{const{checked:t,disabled:n,onChange:r,serviceName:s,label:i,profilePicture:l}=e,c=(0,a.A)("components-connection-toggle",{"is-not-checked":!t,"is-disabled":n});return React.createElement("div",{className:c,title:i},React.createElement(o.A,{checked:t,label:i,onClick:r,serviceName:s,profilePicture:l}))};i.propTypes={className:s().string,checked:s().bool,id:s().string.isRequired,disabled:s().bool,onChange:s().func,serviceName:s().string,label:s().string,profilePicture:s().string};const l=i},10267:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(85985),r=n(56427),s=n(47143),o=n(86087),i=n(27723),l=n(89729),c=n(91910),u=n(95051),d=n(49514);const __=i.__;class p extends o.Component{maybeDisplayLinkedInNotice=()=>this.connectionNeedsReauth()&&React.createElement(r.Notice,{className:u.A["publicize-notice"],isDismissible:!1,status:"error"},React.createElement("p",null,__("Your LinkedIn connection needs to be reauthenticated to continue working – head to Sharing to take care of it.","jetpack")),React.createElement(r.ExternalLink,{href:`https://wordpress.com/marketing/connections/${(0,a.GE)()}`},__("Go to Sharing settings","jetpack")));connectionNeedsReauth=()=>this.props.mustReauthConnections.includes(this.props.name);onConnectionChange=()=>{const{id:e}=this.props;this.isDisabled()||this.props.toggleConnection(e)};connectionIsFailing(){const{failedConnections:e,name:t}=this.props;return e.some((e=>e.service_name===t))}isDisabled(){return this.props.disabled||this.connectionIsFailing()||this.connectionNeedsReauth()}render(){const{enabled:e,id:t,label:n,name:a,profilePicture:r}=this.props,s="connection-"+a+"-"+t,o=a.replace("_","-"),i=React.createElement(c.A,{id:s,className:d.A["connection-toggle"],checked:e,onChange:this.onConnectionChange,disabled:this.isDisabled(),serviceName:o,label:n,profilePicture:r});return React.createElement("li",null,this.maybeDisplayLinkedInNotice(),React.createElement("div",{className:d.A["connection-container"]},i))}}const m=(0,s.withSelect)((e=>({failedConnections:e(l.Af).getFailedConnections(),mustReauthConnections:e(l.Af).getMustReauthConnections()})))(p)},77125:(e,t,n)=>{"use strict";n.d(t,{l:()=>h});var a=n(51112),r=n(56427),s=n(47143),o=n(86087),i=n(27723),l=n(77627),c=n(50001),u=n(89729),d=n(50384),p=n(51371),m=n(51475),g=n(9515),A=n(71016);const __=i.__,_x=i._x,h=()=>{const{connections:e}=(0,c.A)(),t=e.filter((e=>"broken"===e.status||(0,d.Y)(e,"broken"))),{connectionsAdminUrl:n}=(0,l.A)(),{useAdminUiV1:i}=(0,p.n)().feature_flags,{openConnectionsModal:h}=(0,s.useDispatch)(u.M_),E=i?React.createElement(a.A,{variant:"link",onClick:h,className:A.A["broken-connection-btn"]}):React.createElement(r.ExternalLink,{href:n}),f=(0,g.h)();if(!t.length)return null;const b=t.reduce(((e,t)=>(e[t.service_name]||(e[t.service_name]=[]),e[t.service_name].push(t),e)),{});return t.length>0&&React.createElement(m.A,{type:"error"},__("Your following connections need to be reconnected:","jetpack"),React.createElement("ul",null,Object.entries(b).map((([e,t])=>{const n=f(e);return React.createElement("li",{key:e},React.createElement("div",{className:A.A["broken-connection-service"]},React.createElement("span",null,n,_x(":","Colon to display before the list of connections","jetpack")," "),t.map((({display_name:e,external_display:n,id:a},r)=>React.createElement(o.Fragment,{key:a},React.createElement("span",{className:A.A["broken-connection"]},e||n),rconnections management section.",'"them" refers to the broken connections.',"jetpack"),{fixLink:E}))}},64636:(e,t,n)=>{"use strict";n.d(t,{D:()=>c});var a=n(56427),r=n(27723),s=n(77627),o=n(50001),i=n(25349),l=n(71016);const __=r.__,c=()=>{const{hasConnections:e}=(0,o.A)(),{needsUserConnection:t,userConnectionUrl:n}=(0,s.A)();return t?React.createElement(a.PanelRow,null,React.createElement("p",null,__("You must connect your WordPress.com account to be able to add social media connections.","jetpack")," ",React.createElement("a",{href:n},__("Connect now","jetpack")))):e?null:React.createElement(a.PanelRow,null,React.createElement("p",null,React.createElement("span",{className:l.A["no-connections-text"]},__("Sharing is disabled because there are no social media accounts connected.","jetpack")),React.createElement(i.C,{label:__("Connect an account","jetpack")})))}},14993:(e,t,n)=>{"use strict";n.d(t,{E:()=>A});var a=n(85985),r=n(51609),s=n(77627),o=n(50001),i=n(10267),l=n(77125),c=n(57193),u=n(75013),d=n(25349),p=n(71016),m=n(50923),g=n(39329);const A=()=>{const{recordEvent:e}=(0,a.st)(),{connections:t,toggleById:n}=(0,o.A)(),{canBeTurnedOn:A,shouldBeDisabled:h}=(0,g.j)(),{needsUserConnection:E,isPublicizeEnabled:f}=(0,s.A)(),b=(0,r.useCallback)(((t,a)=>()=>{n(t),e("jetpack_social_connection_toggled",{location:"editor",enabled:!a.enabled,service_name:a.service_name})}),[e,n]);return React.createElement("div",null,React.createElement("ul",{className:p.A["connections-list"]},t.map((e=>{const{display_name:t,id:n,service_name:a,profile_picture:r,connection_id:s}=e,o=s||n;return React.createElement(i.A,{disabled:h(e),enabled:A(e)&&e.enabled,key:o,id:o,label:t,name:a,toggleConnection:b(o,e),profilePicture:r})}))),f?React.createElement(React.Fragment,null,React.createElement(u.L,null),React.createElement(l.l,null),React.createElement(m.Z,null),React.createElement(c.H,null)):null,E?null:React.createElement(d.C,{variant:"secondary"}))}},57193:(e,t,n)=>{"use strict";n.d(t,{H:()=>c});var a=n(56427),r=n(27723),s=n(77627),o=n(50001),i=n(71016),l=n(39329);const _n=r._n;function c(){const{enabledConnections:e}=(0,o.A)(),{isPublicizeEnabled:t}=(0,s.A)(),{canBeTurnedOn:n,shouldBeDisabled:c}=(0,l.j)(),u=e.filter((e=>n(e)&&!c(e)));return u.length&&t?React.createElement(a.PanelRow,null,React.createElement("p",{className:i.A["enabled-connections-notice"]},(0,r.sprintf)(/* translators: %d: number of connections */ +_n("This post will be shared to %d connection.","This post will be shared to %d connections.",u.length,"jetpack"),u.length))):null}},9573:(e,t,n)=>{"use strict";n.d(t,{X:()=>d});var a=n(3924),r=n(85985),s=n(56427),o=n(47143),i=n(27723),l=n(89729),c=n(71016),u=n(647);const _x=i._x,d=()=>{const e=(0,o.useSelect)((e=>e(l.M_).hasPaidFeatures()),[]),t=(0,u.X)();return(0,r.Sy)()||(0,r.d9)()||e?null:React.createElement(s.PanelRow,{className:c.A["enhanced-features-nudge"]},React.createElement(s.Button,{key:"upgrade",variant:"link",onClick:t,href:(0,a.A)("jetpack-social-basic-plan-block-editor",{site:(0,r.GE)()||"",query:"redirect_to="+encodeURIComponent(window.location.href)})},_x("Unlock enhanced media sharing features.","Call to action to buy a new plan","jetpack")))}},70925:(e,t,n)=>{"use strict";n.d(t,{A:()=>b});var a=n(56427),r=n(47143),s=n(86087),o=n(7162),i=n(98420),l=n(54915),c=n(80624),u=n(52367),d=n(50001),p=n(89729),m=n(48222),g=n(96390),A=n(64636),h=n(14993),E=n(9573),f=n(41190);function b(){const{hasConnections:e,hasEnabledConnections:t,connections:n}=(0,d.A)(),{isPublicizeEnabled:b,isPublicizeDisabledBySitePlan:v}=(0,o.usePublicizeConfig)(),{attachedMedia:C}=(0,i.A)(),k=(0,l.A)(),y=C[0]?.id||k,{validationErrors:B,isConvertible:w}=(0,u.A)(n,(0,c.A)(y)[0]),_=b&&(t||C.length>0||0!==Object.keys(B).length&&!w),{featureFlags:I}=(0,r.useSelect)((e=>({featureFlags:e(p.M_).featureFlags()})),[]),x=v?a.Disabled:s.Fragment,{feature_flags:j}=(0,o.getSocialScriptData)();return React.createElement(x,null,j.useAdminUiV1?React.createElement(m._,null):null,e?React.createElement(React.Fragment,null,React.createElement(a.PanelRow,null,React.createElement(h.E,null)),I.useEditorPreview&&b?React.createElement(g.n,null):null,React.createElement(E.X,null)):null,React.createElement(A.D,null),!v&&React.createElement(s.Fragment,null,_&&React.createElement(f.o,{analyticsData:{location:"editor"}})))}},62697:(e,t,n)=>{"use strict";n.d(t,{q:()=>l});var a=n(3924),r=n(56427),s=n(27723),o=n(7162),i=n(51475);const __=s.__,l=()=>{const{isEnhancedPublishingEnabled:e}=(0,o.usePublicizeConfig)();return e?React.createElement(i.A,{type:"warning"},__("To share to Instagram, add an image/video, or enable Social Image Generator.","jetpack"),React.createElement("br",null),React.createElement(r.ExternalLink,{href:(0,a.A)("jetpack-social-share-to-instagram")},__("Learn more","jetpack"))):React.createElement(i.A,{type:"warning"},__("You need a featured image to share to Instagram.","jetpack"),React.createElement("br",null),React.createElement(r.ExternalLink,{href:(0,a.A)("jetpack-social-share-to-instagram")},__("Learn more","jetpack")))}},31099:(e,t,n)=>{"use strict";n.d(t,{j:()=>p});var a=n(3924),r=n(56427),s=n(47143),o=n(86087),i=n(27723),l=n(80682),c=n(89729),u=n(51475),d=n(9515);const __=i.__,_x=i._x,p=({validationErrors:e})=>{const{getConnectionById:t}=(0,s.useSelect)((e=>e(c.M_)),[]),n=(0,d.h)(),i=(0,o.useMemo)((()=>Object.entries(e).reduce(((e,[a,r])=>{if(!r)return e;e[r]||(e[r]=[]);const s=n(t(a)?.service_name);return s&&!e[r].includes(s)&&e[r].push(s),e}),{})),[t,n,e]);return React.createElement(u.A,{type:"warning"},React.createElement("p",null,__("The selected media cannot be share to some social media platforms.","jetpack")),React.createElement("ul",null,Object.entries(i).map((([e,t])=>t.length?React.createElement("li",{key:e},React.createElement("i",null,(0,l.$m)(e)),_x(":","Colon to display before the list of social media platforms","jetpack")+" ",t.map(((e,t,{length:n})=>React.createElement(o.Fragment,{key:e},React.createElement("b",null,e),t{"use strict";n.d(t,{L:()=>d});var a=n(98420),r=n(54915),s=n(80624),o=n(52367),i=n(80682),l=n(50001),c=n(62697),u=n(31099);const d=()=>{const{connections:e}=(0,l.A)(),{attachedMedia:t}=(0,a.A)(),n=(0,r.A)(),d=t[0]?.id||n,{validationErrors:p,isConvertible:m}=(0,o.A)(e,(0,s.A)(d)[0]);return Object.keys(p).length?Object.values(p).includes(i.k3)?React.createElement(c.q,null):m?null:React.createElement(u.j,{validationErrors:p}):null}},25349:(e,t,n)=>{"use strict";n.d(t,{C:()=>u});var a=n(56427),r=n(47143),s=n(27723),o=n(77627),i=n(89729),l=n(51371),c=n(71016);const __=s.__;function u({label:e,variant:t="primary"}){const{useAdminUiV1:n}=(0,l.n)().feature_flags,{connections:s}=(0,r.useSelect)((e=>({connections:e(i.M_).getConnections()})),[]),{openConnectionsModal:u}=(0,r.useDispatch)(i.M_),{connectionsAdminUrl:d}=(0,o.A)(),p=e||__("Manage connections","jetpack"),m=s.length>0;return n?React.createElement(a.Button,{onClick:u,variant:m?"link":t,size:m?"default":"small",className:c.A["settings-button"]},p):React.createElement(a.ExternalLink,{className:c.A["settings-button"],href:d},p)}},41190:(e,t,n)=>{"use strict";n.d(t,{o:()=>i});var a=n(7162),r=n(39553),s=n(12015),o=n(70694);const i=({analyticsData:e=null})=>{const{message:t,updateMessage:n,maxLength:i}=(0,r.A)(),{isEnhancedPublishingEnabled:l}=(0,a.usePublicizeConfig)();return React.createElement(React.Fragment,null,React.createElement(o.A,{maxLength:i,onChange:n,message:t,analyticsData:e}),l&&React.createElement(s.A,{analyticsData:e}))}},50923:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var a=n(56427),r=n(86087),s=n(27723),o=n(7162),i=n(50001),l=n(50384),c=n(51475);const __=s.__,u=()=>{const{connections:e}=(0,i.A)(),{connectionsAdminUrl:t}=(0,o.usePublicizeConfig)();return e.filter((e=>(0,l.Y)(e,"unsupported"))).length>0&&React.createElement(c.A,{type:"error"},(0,r.createInterpolateElement)(__("Twitter is not supported anymore. Learn more here.","jetpack"),{moreInfo:React.createElement(a.ExternalLink,{href:t})}))}},647:(e,t,n)=>{"use strict";n.d(t,{X:()=>o});var a=n(47143),r=n(43656),s=n(86087);function o(){const{isEditedPostDirty:e}=(0,a.useSelect)(r.store,[]),{autosave:t}=(0,a.useDispatch)(r.store);return(0,s.useCallback)((async n=>{if(!(n.target instanceof HTMLAnchorElement))return;const a=n.target.getAttribute("target");e()&&!a&&(n.preventDefault(),await t(),window.location.href=n.target.href),a&&(n.preventDefault(),window.open(n.target.href,a,"noreferrer"))}),[t,e])}},39329:(e,t,n)=>{"use strict";n.d(t,{j:()=>p});var a=n(86087),r=n(51609),s=n(7162),o=n(98420),i=n(54915),l=n(80624),c=n(52367),u=n(80682),d=n(50001);const p=()=>{const{connections:e}=(0,d.A)(),{isPublicizeEnabled:t,isPublicizeDisabledBySitePlan:n}=(0,s.usePublicizeConfig)(),{attachedMedia:p}=(0,o.A)(),m=(0,i.A)(),g=p[0]?.id||m,{validationErrors:A,isConvertible:h}=(0,c.A)(e,(0,l.A)(g)[0]),E=(0,a.useCallback)((e=>{const{id:t,is_healthy:n,connection_id:a,status:r}=e,s=a||t,o=!1!==n&&"broken"!==r,i=void 0!==A[s]&&!h,l=A[s]===u.k3;return o&&!i&&!l}),[h,A]),f=(0,a.useCallback)((e=>!t||!E(e)),[E,t]),b=(0,a.useCallback)((e=>!n&&E(e)),[E,n]);return(0,r.useMemo)((()=>({shouldBeDisabled:f,canBeTurnedOn:b})),[f,b])}},56457:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>f});var a=n(50723),r=n(1455),s=n.n(r),o=n(56427),i=n(47143),l=n(43656),c=n(27723),u=n(13022),d=n(51609),p=n.n(d),m=n(49747),g=n(60548),A=n(74820);const __=c.__,_x=c._x,h="featured-image-still-loading",E=(e,t,n,a)=>{if("none"===e||"custom"===e&&!t||"featured"===(e??"featured")&&!n)return null;const r=a("custom"===e?t:n);return r?(e=>e?.media_details?.sizes?.large?.source_url||e?.source_url)(r):h};function f({shouldDebounce:e=!0,onNewToken:t,...n}){const[r,c]=(0,d.useState)(null),[f,b]=(0,d.useState)(!0),{customText:v,imageType:C,imageId:k,template:y,setToken:B}={...(0,m.A)(),...n},{title:w,imageUrl:_}=(0,i.useSelect)((e=>{const t=e(l.store).getEditedPostAttribute("featured_media");return{title:e(l.store).getEditedPostAttribute("title"),imageUrl:E(C,k,t,e("core").getMedia)}})),I=(0,d.useMemo)((()=>v||w||" "),[v,w]),x=(0,d.useRef)(I),j=(0,d.useRef)(r);(0,d.useEffect)((()=>{j.current=r})),(0,d.useEffect)((()=>{const n=setTimeout((async()=>{if(b(!0),_===h)return;const e=await s()({path:"/jetpack/v4/social-image-generator/generate-preview-token",method:"POST",data:{text:I,image_url:_,template:y}});B?.(e),t?.(e);const n=(0,A.S)(e);n!==j.current?c(n):b(!1)}),I!==x.current&&e?1500:0);return()=>{clearTimeout(n),x.current=I}}),[I,y,_,t]);const S=(0,d.useCallback)((()=>{b(!1)}),[]);return p().createElement(a.Ay,null,p().createElement(o.BaseControl,{__nextHasNoMarginBottom:!0,label:_x("Preview","Heading for the generated preview image","jetpack")},p().createElement("div",{className:g.A.container},p().createElement("img",{className:(0,u.A)({[g.A.hidden]:f}),src:r,alt:__("Generated preview","jetpack"),onLoad:S}),f&&p().createElement(o.Spinner,{"data-testid":"spinner"}))))}},74820:(e,t,n)=>{"use strict";n.d(t,{S:()=>r});var a=n(3924);function r(e){return e?(0,a.A)("sigenerate",{query:`t=${e}`}):""}},47453:(e,t,n)=>{"use strict";n.d(t,{m:()=>o});var a=n(47143),r=n(89729),s=n(7757);const o=()=>{const e=(0,a.useSelect)((e=>e(r.M_).featureFlags()),[]);return React.createElement(React.Fragment,null,e.useShareStatus?React.createElement(s.Q3,null):null)}},59493:(e,t,n)=>{"use strict";n.d(t,{O:()=>m});var a=n(63406),r=n(51112),s=n(56427),o=n(47143),i=n(86087),l=n(27723),c=n(89729),u=n(39630),d=n(18973);const __=l.__,_x=l._x;function p({label:e,profile_picture:t}){return React.createElement("div",{className:d.A["account-info"]},t?React.createElement("img",{className:d.A["profile-pic"],src:t,alt:e}):null,React.createElement("span",null,e))}function m({keyringResult:e,onComplete:t,isAdmin:n}){const l=(0,u.o)(),{existingConnections:m,reconnectingAccount:g}=(0,o.useSelect)((e=>{const t=e(c.M_);return{existingConnections:t.getConnections(),reconnectingAccount:t.getReconnectingAccount()}}),[]),{createErrorNotice:A}=(0,a.I)(),h=l.find((t=>t.ID===e.service)),E=(0,i.useCallback)((e=>m.some((t=>t.service_name===h?.ID&&t.external_id===e))),[m,h.ID]),f=(0,i.useMemo)((()=>{const t=[],n=[];if(!h)return{connected:t,not_connected:n};const a=[];if(h.external_users_only||a.push({label:e.external_display,value:e.external_ID,profile_picture:e.external_profile_picture}),h.multiple_external_user_ID_support&&e.additional_external_users?.length)for(const t of e.additional_external_users)a.push({label:t.external_name,value:t.external_ID,profile_picture:t.external_profile_picture});for(const e of a)E(e.value)?t.push(e):n.push(e);return{connected:t,not_connected:n}}),[E,e,h]),{createConnection:b,setReconnectingAccount:v}=(0,o.useDispatch)(c.M_),C=(0,i.useCallback)((async n=>{n.preventDefault(),n.stopPropagation();const a=n.target,r=new FormData(a),s=r.get("external_user_ID");if(!s)return void A(__("Please select an account to connect.","jetpack"));const o={external_user_ID:h.multiple_external_user_ID_support?s:void 0,keyring_connection_ID:e.ID,shared:"1"===r.get("shared")||void 0},i=f.not_connected.find((e=>e.value===s));g&&v(""),b(o,{display_name:i?.label,profile_picture:i?.profile_picture,service_name:h.ID,external_id:s}),t()}),[b,g,v,A,e.ID,t,h.multiple_external_user_ID_support,h.ID,f.not_connected]);return React.createElement("section",{className:d.A.confirmation},f.not_connected.length?React.createElement("div",null,React.createElement("p",{className:d.A["header-text"]},__("Select the account you'd like to connect. All your new blog posts will be automatically shared to this account. You'll be able to change this option in the editor sidebar when you're writing a post.","jetpack")),React.createElement("form",{className:d.A.form,onSubmit:C,id:"connection-confirmation-form"},React.createElement("div",{className:d.A["accounts-list"]},f.not_connected.map(((e,t)=>{const n=g?g===`${h?.ID}:${e.value}`:0===t;return React.createElement("label",{key:e.value,className:d.A["account-label"],"aria-required":!0},React.createElement("input",{type:"radio",name:"external_user_ID",value:e.value,defaultChecked:n,className:d.A["account-input"],required:!0}),React.createElement(p,{label:e.label,profile_picture:e.profile_picture}))}))),n?React.createElement(s.BaseControl,{__nextHasNoMarginBottom:!0,id:"mark-connection-as-shared",help:`${__("If enabled, the connection will be available to all administrators, editors, and authors.","jetpack")} ${__("You can change this later.","jetpack")}`},React.createElement(s.__experimentalHStack,{justify:"flex-start",spacing:3},React.createElement("span",null,React.createElement("input",{type:"checkbox",id:"mark-connection-as-shared",name:"shared",value:"1"})),React.createElement(s.FlexBlock,{as:"label",htmlFor:"mark-connection-as-shared"},__("Mark the connection as shared","jetpack")))):null,React.createElement("input",{type:"hidden",name:"keyring_connection_ID",value:e.ID}))):React.createElement("p",{className:d.A["header-text"]},f.connected.length?_x("No more accounts/pages found.","Message shown when there are no connections found to connect","jetpack"):__("No accounts/pages found.","jetpack")),f.connected.length?React.createElement("section",null,React.createElement("h3",null,__("Already connected","jetpack")),React.createElement("ul",null,f.connected.map(((e,t)=>React.createElement("li",{key:e.label+t},React.createElement(p,{label:e.label,profile_picture:e.profile_picture})))))):null,React.createElement("div",{className:d.A["submit-wrap"]},React.createElement(r.A,{variant:"secondary",onClick:t},__("Cancel","jetpack")),f.not_connected.length?React.createElement(r.A,{form:"connection-confirmation-form",type:"submit"},__("Confirm","jetpack")):null))}},48222:(e,t,n)=>{"use strict";n.d(t,{_:()=>f});var a=n(60442),r=n(47425),s=n(3924),o=n(50723),i=n(56427),l=n(3582),c=n(47143),u=n(86087),d=n(27723),p=n(13022),m=n(89729),g=n(78362),A=n(59493),h=n(73842);const __=d.__,_x=d._x,E=()=>{const{keyringResult:e}=(0,c.useSelect)((e=>{const{getKeyringResult:t}=e(m.M_);return{keyringResult:t()}}),[]),{setKeyringResult:t,closeConnectionsModal:n}=(0,c.useDispatch)(m.M_),[o]=(0,a.A)("sm"),d=(0,u.useCallback)((()=>{t(null),n()}),[n,t]),E=Boolean(e?.ID),f=E?__("Connection confirmation","jetpack"):_x("Manage Jetpack Social connections","","jetpack"),b=(0,c.useSelect)((e=>e(l.store).canUser("update","settings")),[]);return React.createElement(i.Modal,{className:(0,p.A)(h.A.modal,{[h.A.small]:o}),onRequestClose:d,title:f},E?React.createElement(A.O,{keyringResult:e,onComplete:d,isAdmin:b}):React.createElement(React.Fragment,null,React.createElement(g.b,null),React.createElement("div",{className:h.A["manual-share"]},React.createElement("em",null,React.createElement(r.Ay,null,__("Want to share to other networks? Use our Manual Sharing feature from the editor.","jetpack")," ",React.createElement(i.ExternalLink,{href:(0,s.A)("jetpack-social-manual-sharing-help")},__("Learn more","jetpack")))))))};function f(){const e=(0,c.useSelect)((e=>e(m.M_).isConnectionsModalOpen()),[]);return React.createElement(o.Ay,{targetDom:document.body},e?React.createElement(E,null):null)}},30642:(e,t,n)=>{"use strict";n.d(t,{F:()=>d});var a=n(50723),r=n(47425),s=n(40597),o=n(56427),i=n(27723),l=n(68541),c=n(34600),u=n(27681);const __=i.__;function d(e){return React.createElement(a.Ay,null,React.createElement("div",{className:u.A.wrapper},React.createElement(o.Flex,{align:"start",justify:"start"},React.createElement(r.Ay,{variant:"body-extra-small",className:u.A.title},__("Manual sharing","jetpack")),React.createElement(s.A,{inline:!1,shift:!0,iconSize:16,placement:"top-end"},React.createElement(c.P,e))),React.createElement(l.R,{buttonStyle:"icon"})))}},34600:(e,t,n)=>{"use strict";n.d(t,{P:()=>i});var a=n(47425),r=n(3924),s=n(56427),o=n(27723);const __=o.__;function i({...e}){return React.createElement(a.Ay,e,__('Just tap the social network or "Copy to Clipboard" icon, and we\'ll format your content for sharing.',"jetpack")," ",React.createElement(s.ExternalLink,{href:(0,r.A)("jetpack-social-manual-sharing-help")},__("Learn more","jetpack")))}},55858:(e,t,n)=>{"use strict";n.d(t,{A:()=>E});var a=n(51112),r=n(50723),s=n(94715),o=n(56427),i=n(86087),l=n(27723),c=n(51113),u=n(31249),d=n(13022),p=n(52367),m=n(2204),g=n(18699),A=n(97671);const __=l.__,h=e=>t=>{t.currentTarget.focus(),e()};function E({buttonLabel:e,subTitle:t,mediaId:n=null,mediaDetails:l={},onChange:E,wrapperClassName:f,allowedMediaTypes:b=null}){const{mediaData:{width:v,height:C,sourceUrl:k}={},metaData:{mime:y,length:B=null}={},previewData:{width:w,height:_,sourceUrl:I}={}}=l,x=!(k&&v&&C&&y),j=(0,i.useCallback)((()=>E(null)),[E]),S=(0,i.useCallback)((e=>{E(e)}),[E]),Q=(0,i.useCallback)((e=>{const t=(0,p.c)(y);return t&&!B?null:React.createElement("div",{className:(0,d.A)(A.A["preview-wrapper"],f)},React.createElement("button",{className:A.A.remove,onClick:j},React.createElement(o.VisuallyHidden,null,__("Remove media","jetpack")),React.createElement(c.A,{icon:u.A})),React.createElement("button",{className:A.A.preview,onClick:h(e),"data-unstable-ignore-focus-outside-for-relatedtarget":".media-modal"},t?React.createElement(g.A,{sourceUrl:k,mime:y,duration:B}):React.createElement(o.ResponsiveWrapper,{naturalWidth:w||v,naturalHeight:_||C,isInline:!0},React.createElement("img",{src:I||k,alt:"",className:A.A["preview-image"]}))))}),[C,B,y,j,_,I,w,k,v,f]),N=(0,i.useCallback)((r=>React.createElement("div",{className:A.A.container},n?React.createElement(React.Fragment,null,React.createElement("button",{className:A.A["remove-loading"],onClick:j},React.createElement(o.VisuallyHidden,null,__("Remove media","jetpack")),React.createElement(c.A,{icon:u.A})),React.createElement(o.Spinner,{"data-testid":"spinner"})):React.createElement(React.Fragment,null,React.createElement(a.A,{variant:"secondary",size:"small",className:A.A.preview,onClick:h(r),"data-unstable-ignore-focus-outside-for-relatedtarget":".media-modal"},e),t&&React.createElement("span",null,t)))),[e,n,j,t]),R=(0,i.useCallback)((({open:e})=>n&&!x?Q(e):N(e)),[n,x,Q,N]);return React.createElement(r.Ay,null,React.createElement(s.MediaUploadCheck,null,React.createElement(s.MediaUpload,{allowedTypes:b??m.UB,title:e,onSelect:S,render:R,value:n})))}},12015:(e,t,n)=>{"use strict";n.d(t,{A:()=>h});var a=n(50723),r=n(3924),s=n(85985),o=n(56427),i=n(86087),l=n(27723),c=n(51609),u=n.n(c),d=n(98420),p=n(80624),m=n(55858),g=n(35270);const __=l.__,A=__("Choose Media","jetpack");function h({disabled:e=!1,disabledNoticeMessage:t="",CustomNotice:n=null,analyticsData:l}){const{attachedMedia:h,updateAttachedMedia:E}=(0,d.A)(),{recordEvent:f}=(0,s.st)(),[b]=(0,p.A)(h[0]?.id),v=(0,i.useCallback)((e=>{if(e){f("jetpack_social_media_attached",l);const{id:t,url:n,mime:a}=e;E([{id:t,url:n,type:a}])}else E([])}),[l,f,E]),C=e?o.Disabled:c.Fragment,k=e?{className:g.A.disabled,"data-testid":"disabled"}:{};return u().createElement(a.Ay,null,u().createElement(o.BaseControl,{__nextHasNoMarginBottom:!0,label:__("Attached Media","jetpack"),className:g.A.wrapper},n||(t?u().createElement(o.Notice,{className:g.A.notice,isDismissible:!1,status:"warning"},u().createElement("p",{"data-testid":"notice"},t)):u().createElement("p",{className:g.A.subtitle},__("Choose a visual to accompany your post.","jetpack"))),u().createElement(C,k,u().createElement(m.A,{buttonLabel:A,subTitle:__("Add an image or video","jetpack"),mediaId:h[0]?.id,mediaDetails:b,onChange:v}),u().createElement(o.ExternalLink,{href:(0,r.A)("jetpack-social-media-support-information"),className:g.A["learn-more"]},__("Learn photo and video best practices","jetpack")))))}},70694:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(85985),r=n(56427),s=n(27723),o=n(51609);const __=s.__,_n=s._n;function i({message:e="",onChange:t,disabled:n,maxLength:i,analyticsData:l=null}){const{recordEvent:c}=(0,a.st)(),u=(0,o.useRef)(!0),d=i-e.length,p=(0,o.useCallback)((e=>{t(e),u.current&&(c("jetpack_social_custom_message_changed",l),u.current=!1)}),[l,u,t,c]);return React.createElement(r.TextareaControl,{value:e,label:__("Message","jetpack"),onChange:p,disabled:n,maxLength:i,placeholder:__("Write a custom message for your social audience here. This message will override your social post content.","jetpack"),rows:4,help:(0,s.sprintf)(/* translators: placeholder is a number. */ +_n("%d character remaining","%d characters remaining",d,"jetpack"),d)})}},51475:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(56427),r=n(27723),s=n(51113),o=n(31249),i=n(13022),l=n(28120),c=n.n(l),u=n(93794);const __=r.__,d=({children:e,type:t="default",actions:n=[],onDismiss:r})=>{const l=(0,i.A)(u.A.notice,u.A[`notice--${t}`]);return React.createElement("div",{className:l},React.createElement("div",{className:u.A.content}," ",e," "),r&&React.createElement("button",{className:u.A.dismiss,onClick:r},React.createElement(a.VisuallyHidden,null,__("Dismiss notice","jetpack")),React.createElement(s.A,{icon:o.A})),n&&n.length>0&&React.createElement("div",{className:u.A.actions},n.map((e=>e))))};d.propTypes={children:c().node.isRequired,type:c().oneOf(["default","highlight","warning","error"]),actions:c().arrayOf(c().element),onDismiss:c().func};const p=d},66561:(e,t,n)=>{"use strict";n.d(t,{A:()=>f});var a=n(56427),r=n(47143),s=n(43656),o=n(86087),i=n(27723),l=n(77627),c=n(88584),u=n(49036),d=n(50001),p=n(89729),m=n(70925),g=n(30642),A=n(51353),h=n(1101),E=n(87170);const __=i.__,f=({prePublish:e,children:t})=>{const{refresh:n,hasConnections:i,hasEnabledConnections:f}=(0,d.A)(),b=(0,r.useSelect)((e=>e(s.store).isCurrentPostPublished()),[]),v=(0,r.useSelect)((e=>e(p.M_).featureFlags()),[]),C=(0,c.A)(),{isPublicizeEnabled:k,hidePublicizeFeature:y,togglePublicizeFeature:B}=(0,l.A)();(0,u._D)((function(){f&&n()}),[f,n]);const w=e?o.Fragment:a.PanelBody,_=e?{}:{title:__("Share this post","jetpack"),className:E.A.panel};return C(),React.createElement(w,_,t,!y&&React.createElement(o.Fragment,null,!b&&React.createElement(a.ToggleControl,{label:k?__("Share when publishing","jetpack"):__("Sharing is disabled","jetpack",0),onChange:B,checked:k&&i,disabled:!i}),React.createElement(m.A,null),React.createElement(h.O,null)),b&&React.createElement(React.Fragment,null,v.useShareStatus?React.createElement(A.E,null):null,React.createElement(g.F,null)))}},65843:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(85985),r=n(47143),s=n(14309),o=n(43656),i=n(27723),l=n(34600),c=n(68541),u=n(5780);const __=i.__;function d(){const{isCurrentPostPublished:e}=(0,r.useSelect)((e=>e(o.store)),[]);return e()?React.createElement(s.PluginPostPublishPanel,{initialOpen:!0,title:__("Manual sharing","jetpack"),id:"publicize-manual-sharing",icon:React.createElement(a.jt,null)},React.createElement(l.P,{className:u.A.description,variant:"body-small"}),React.createElement(c.R,null)):null}},26029:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(50723),r=n(65843),s=n(39691),o=n(89640);const i=()=>React.createElement(a.Ay,{targetDom:document.body},React.createElement(o.p,null),React.createElement(r.A,null),React.createElement(s.A,null))},39691:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(3924),r=n(85985),s=n(1455),o=n.n(s),i=n(14309),l=n(86087),c=n(77627),u=n(49036),d=n(50001),p=n(25300);const m=()=>{const[e,t]=(0,l.useState)((0,r.$i)()?.social?.reviewRequestDismissed??!0),[n,s]=(0,l.useState)(!1),{hasEnabledConnections:m}=(0,d.A)(),{isPublicizeEnabled:g,isPostAlreadyShared:A}=(0,c.A)();(0,u.Wv)((()=>{s(!A&&g&&m)}),[A,m,g]);const h=(0,l.useCallback)((()=>{const e=(0,r.$i)()?.social?.dismissReviewRequestPath??null;o()({path:e,method:"POST",data:{dismissed:!0}}).catch((e=>{throw e})),t(!0)}),[]);return e||!n?null:React.createElement(i.PluginPostPublishPanel,{id:"publicize-title"},React.createElement(p.A,{href:(0,a.A)("jetpack-social-plugin-reviews"),onClose:h}))}},89640:(e,t,n)=>{"use strict";n.d(t,{p:()=>p});var a=n(47143),r=n(14309),s=n(43656),o=n(92214),i=n(383),l=n(57275),c=n(49036),u=n(89729),d=n(79594);function p(){const{isPublicizeEnabled:e}=(0,i.h)(),{pollForPostShareStatus:t}=(0,a.useDispatch)(u.M_),{featureFlags:n,isPostPublised:p}=(0,a.useSelect)((e=>{const t=e(u.M_),n=e(s.store);return{featureFlags:t.featureFlags(),isPostPublised:n.isCurrentPostPublished()}}),[]),m=(0,l.z)((0,o.P)()),g=(0,l.z)((0,a.useSelect)((e=>e(u.M_).getEnabledConnections()),[])),A=e&&g.length>0&&m,h=n.useShareStatus&&A&&p;return(0,c._D)((()=>{h&&t({isRequestComplete:({postShareStatus:e})=>e.done})}),[h]),h?React.createElement(r.PluginPostPublishPanel,{id:"publicize-share-status"},React.createElement(d.q,null)):null}},79594:(e,t,n)=>{"use strict";n.d(t,{q:()=>u});var a=n(56427),r=n(47143),s=n(27723),o=n(89729),i=n(51475),l=n(7757),c=n(55387);const __=s.__,_n=s._n;function u({reShareTimestamp:e}){const t=(0,r.useSelect)((e=>e(o.M_).getPostShareStatus()),[]),n=e?t.shares.filter((t=>t.timestamp>e)):t.shares;if(t.polling)return React.createElement("div",{className:c.A["loading-block"]},React.createElement(a.Spinner,null),React.createElement("span",{className:c.A["loading-text"]},__("Sharing to your social media…","jetpack")));const u=n.filter((e=>"failure"===e.status)).length;return u>0?React.createElement(i.A,{type:"warning"},React.createElement("p",null,(0,s.sprintf)(/* translators: %d: number of failed shares */ _n("Your post was unable to be shared to %d connection.","Your post was unable to be shared to %d connections.",u,"jetpack"),u)),React.createElement(l.JU,{variant:"link",analyticsData:{location:"post-publish-panel"}},__("Review status and try again","jetpack"))):t.done?n.length?React.createElement(React.Fragment,null,React.createElement("b",null,__("Your post was shared.","jetpack"))," ","🎉",React.createElement("p",null,(0,s.sprintf)(/* translators: %d: number of connections to which a post was shared */ _n("You post was successfuly shared to %d connection.","You post was successfuly shared to %d connections.",n.length,"jetpack"),n.length)),React.createElement(l.JU,{analyticsData:{location:e?"resharing-section":"post-publish-panel"}})):React.createElement("span",null,__("Your post was not shared.","jetpack")):React.createElement("span",null,__("The request to share your post is still in progress.","jetpack")," ",__("Please refresh and check again in a few minutes.","jetpack"))}},37051:(e,t,n)=>{"use strict";n(47143),n(89729)},51353:(e,t,n)=>{"use strict";n.d(t,{E:()=>c});var a=n(47143),r=n(51609),s=n(89729),o=n(79594),i=n(7757),l=n(61420);const c=()=>{const e=(0,a.useSelect)((e=>e(s.M_).getPostShareStatus()),[]),[t,n]=(0,r.useState)(null);return(0,r.useEffect)((()=>{e.polling&&n(Date.now()/1e3)}),[e.polling]),t?React.createElement("div",{className:l.A.wrapper},React.createElement(o.q,{reShareTimestamp:t})):React.createElement(i.JU,{withWrapper:!0,analyticsData:{location:"editor"}})}},25300:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(50723),r=n(51112),s=n(85985),o=n(27723),i=n(51609),l=n(76445);const __=o.__,c=({href:e,onClose:t})=>{const{recordEvent:n}=(0,s.st)({pageViewEventName:"social_plugin_review_prompt",pageViewNamespace:"jetpack",pageViewSuffix:"view"}),c=(0,i.useCallback)((()=>{n("jetpack_social_plugin_review_prompt_new_review_click")}),[n]),u=(0,i.useCallback)((()=>{n("jetpack_social_plugin_review_prompt_dismiss_click"),t()}),[n,t]);return React.createElement(a.Ay,null,React.createElement("div",{className:l.A.prompt},React.createElement("h2",{className:l.A.header},/* translators: %s is the celebration emoji */ /* translators: %s is the celebration emoji */ (0,o.sprintf)(__("Presto! %s","jetpack"),String.fromCodePoint(127881))),React.createElement("p",null,__("Just like that, Jetpack Social has shared your post to your connected social accounts.","jetpack")),React.createElement("p",null,__("Please leave a review to let others know how easy getting your posts on social media can be!","jetpack")),React.createElement("div",{className:l.A.buttons},React.createElement(r.A,{onClick:c,isExternalLink:!0,href:e,className:l.A.button},__("Leave a Review","jetpack")),React.createElement(r.A,{onClick:u,variant:"link",className:l.A.button},__("Dismiss","jetpack")))))}},53774:(e,t,n)=>{"use strict";n.d(t,{$:()=>d});var a=n(51112),r=n(47143),s=n(27723),o=n(13022),i=n(51609),l=n(89729),c=n(42475),u=n(70745);const __=s.__,_x=s._x;function d({service:e,isSmall:t,onSubmit:n,displayInputs:s,hasConnections:d,buttonLabel:p}){const{setKeyringResult:m}=(0,r.useDispatch)(l.M_),{isConnectionsModalOpen:g}=(0,r.useSelect)((e=>e(l.M_)),[]),A=(0,i.useCallback)((e=>{g()&&m(e)}),[m,g]),h=(0,u.P)({service:e,onConfirm:A}),E=(0,i.useCallback)((e=>{if(e.preventDefault(),e.stopPropagation(),n)return n();const t=new FormData(e.target);h(t)}),[n,h]);return React.createElement("form",{className:(0,o.A)(c.A["connect-form"],{[c.A.small]:t}),onSubmit:E},s?React.createElement(React.Fragment,null,"mastodon"===e.ID?React.createElement("input",{required:!0,type:"text",name:"instance","aria-label":__("Mastodon username","jetpack"),placeholder:"@mastodon@mastodon.social"}):null):null,React.createElement(a.A,{variant:d?"secondary":"primary",type:"submit",className:c.A["connect-button"]},p||(d?_x("Connect more","","jetpack"):__("Connect","jetpack"))))}},77088:(e,t,n)=>{"use strict";n.d(t,{e:()=>d});var a=n(40597),r=n(47425),s=n(27723),o=n(27817),i=n(86158),l=n(43119),c=n(52683),u=n(42475);const __=s.__,d=({connection:e,service:t,isAdmin:n})=>{return React.createElement("div",{className:u.A["service-connection"]},React.createElement("div",null,e.profile_picture?React.createElement("img",{className:u.A["profile-pic"],src:e.profile_picture,alt:e.display_name}):React.createElement(t.icon,{iconSize:40})),React.createElement("div",{className:u.A["connection-details"]},React.createElement(o.s,{connection:e}),"broken"===(s=e).status&&s.can_disconnect?React.createElement(i.v,{connection:s,service:t}):n?React.createElement("div",{className:u.A["mark-shared-wrap"]},React.createElement(c.j,{connection:s}),React.createElement(a.A,{placement:"top",inline:!1,shift:!0},__("If enabled, the connection will be available to all administrators, editors, and authors.","jetpack"))):s.can_disconnect?null:React.createElement(React.Fragment,null,React.createElement(r.Ay,{className:u.A.description},__("This connection is added by a site administrator.","jetpack")),"broken"===s.status?React.createElement(i.v,{connection:s,service:t}):null)),React.createElement("div",{className:u.A["connection-actions"]},React.createElement(l.V,{connection:e,isDestructive:!1,variant:"tertiary",buttonClassName:u.A.disconnect})));var s}},46985:(e,t,n)=>{"use strict";n.d(t,{x:()=>d});var a=n(60442),r=n(56427),s=n(3582),o=n(47143),i=n(13022),l=n(89729),c=n(77088),u=n(42475);function d({service:e,serviceConnections:t}){const[n]=(0,a.A)("sm"),{deletingConnections:d,updatingConnections:p}=(0,o.useSelect)((e=>{const{getDeletingConnections:t,getUpdatingConnections:n}=e(l.M_);return{deletingConnections:t(),updatingConnections:n()}}),[]),m=(0,o.useSelect)((e=>e(s.store).canUser("update","settings")),[]);return t.length?React.createElement("ul",{className:u.A["service-connection-list"]},t.map((t=>{const n=p.includes(t.connection_id)||d.includes(t.connection_id);return React.createElement("li",{key:t.connection_id},React.createElement(r.Disabled,{isDisabled:n},React.createElement(c.e,{connection:t,service:e,isAdmin:m})))}))):React.createElement("div",{className:(0,i.A)(u.A["example-wrapper"],{[u.A.small]:n})},e.examples.map(((t,n)=>React.createElement("div",{key:e.ID+n,className:u.A.example},React.createElement(t,null)))))}},59008:(e,t,n)=>{"use strict";n.d(t,{j:()=>A});var a=n(60442),r=n(51112),s=n(56427),o=n(86087),i=n(27723),l=n(51113),c=n(98248),u=n(64969),d=n(53774),p=n(46985),m=n(21159),g=n(42475);const __=i.__,_x=i._x;function A({service:e,serviceConnections:t}){const[n]=(0,a.A)("sm"),[i,A]=(0,o.useReducer)((e=>!e),!1),h=i&&"mastodon"===e.ID,E=t.filter((({status:e})=>"broken"===e)),f=E.some((({can_disconnect:e})=>e)),b=h||f&&i,v=E.length>1?_x("Fix connections","Fix the social media connections","jetpack"):_x("Fix connection","Fix social media connection","jetpack");return React.createElement("div",{className:g.A["service-item"]},React.createElement("div",{className:g.A["service-item-info"]},React.createElement("div",null,React.createElement(e.icon,{iconSize:n?36:48})),React.createElement("div",{className:g.A["service-basics"]},React.createElement("div",{className:g.A.heading},React.createElement("span",{className:g.A.title},e.label),e.badges?.length?React.createElement("div",{className:g.A.badges},e.badges.map((({text:e,style:t},n)=>React.createElement("span",{key:n,className:g.A.badge,style:t},e)))):null),n||t.length?null:React.createElement("span",{className:g.A.description},e.description),React.createElement(m.E,{serviceConnections:t,brokenConnections:E})),React.createElement("div",{className:g.A.actions},b?null:React.createElement(d.$,{service:e,isSmall:n,onSubmit:f||e.needsCustomInputs?A:void 0,hasConnections:t.length>0,buttonLabel:f?v:void 0}),React.createElement(r.A,{size:"small",className:g.A["learn-more"],variant:"tertiary",onClick:A,"aria-label":__("Learn more","jetpack")},React.createElement(l.A,{className:g.A.chevron,icon:i?c.A:u.A})))),React.createElement(s.Panel,{className:g.A["service-panel"]},React.createElement(s.PanelBody,{opened:i,onToggle:A},React.createElement(p.x,{service:e,serviceConnections:t}),"mastodon"!==e.ID||f?null:React.createElement("div",{className:g.A["connect-form-wrapper"]},React.createElement(d.$,{service:e,displayInputs:!0,isSmall:!1,buttonLabel:__("Connect","jetpack")})))))}},21159:(e,t,n)=>{"use strict";n.d(t,{E:()=>o});var a=n(42266),r=n(27723),s=n(42475);const __=r.__,_n=r._n;function o({serviceConnections:e,brokenConnections:t}){if(!e.length)return null;if(t.length>0){const e=t.some((({can_disconnect:e})=>e));return React.createElement(a.A,{level:e?"error":"warning",showIcon:!1,className:s.A["broken-connection-alert"]},e?__("Please fix the broken connections or disconnect them to create more connections.","jetpack"):_n("Broken connection","Broken connections",t.length,"jetpack"))}return React.createElement("span",{className:s.A["active-connection"]},e.length>1?(0,r.sprintf)( // translators: %d: Number of connections __("%d connections","jetpack"),e.length):__("Connected","jetpack"))}},78362:(e,t,n)=>{"use strict";n.d(t,{b:()=>l});var a=n(47143),r=n(89729),s=n(59008),o=n(42475),i=n(39630);function l(){const e=(0,i.o)(),t=(0,a.useSelect)((e=>e(r.M_).getConnections().reduce(((e,t)=>(e[t.service_name]||(e[t.service_name]=[]),e[t.service_name].push(t),e)),{})),[]);return React.createElement("ul",{className:o.A.services},e.map((e=>React.createElement("li",{key:e.ID,className:o.A["service-list-item"]},React.createElement(s.j,{service:e,serviceConnections:t[e.ID]||[]})))))}},70745:(e,t,n)=>{"use strict";n.d(t,{P:()=>u});var a=n(63406),r=n(47143),s=n(86087),o=n(27723),i=n(89729),l=n(70407);const __=o.__,c=e=>/^@?\b([A-Z0-9_]+)@([A-Z0-9.-]+\.[A-Z]{2,})$/gi.test(e);function u({service:e,onConfirm:t}){const{createErrorNotice:n}=(0,a.I)(),o=(0,r.useSelect)((e=>e(i.M_).isMastodonAccountAlreadyConnected),[]);return(0,s.useCallback)((a=>{const r=new URL(e.connect_URL);switch(e.ID){case"mastodon":{const e=a.get("instance").toString().trim();if(!c(e))return void n(__("Invalid Mastodon username","jetpack"));if(o?.(e))return void n(__("This Mastodon account is already connected","jetpack"));r.searchParams.set("instance",a.get("instance"));break}}(0,l.requestExternalAccess)(r.toString(),t)}),[n,o,t,e.ID,e.connect_URL])}},9515:(e,t,n)=>{"use strict";n.d(t,{h:()=>s});var a=n(51609),r=n(48712);function s(){const e=(0,r.h)();return(0,a.useCallback)((t=>e(t)?.label||t[0].toUpperCase()+t.substring(1)),[e])}},48712:(e,t,n)=>{"use strict";n.d(t,{h:()=>s});var a=n(51609),r=n(39630);function s(){const e=(0,r.o)(),t=(0,a.useMemo)((()=>e.reduce(((e,t)=>(e[t.ID]=t,e)),{})),[e]);return(0,a.useCallback)((e=>t[e]),[t])}},39630:(e,t,n)=>{"use strict";n.d(t,{o:()=>h});var a=n(96072),r=n.n(a),s=n(78478),o=n(56427),i=n(86087),l=n(27723),c=n(30081),u=n(26818),d=n(43443),p=n(11326),m=n(65398),g=n(9791),A=n(51371);const __=l.__;function h(){const e=(0,i.useMemo)((()=>{const{supported_services:e}=(0,A.n)();return e.reduce(((e,t)=>({...e,[t.ID]:t})),{})}),[]),t={text:__("New","jetpack"),style:{background:"#e9eff5",color:"#0675C4"}};return[{...e.facebook,icon:e=>React.createElement(s.M5,r()({serviceName:"facebook"},e)),description:__("Share to your pages","jetpack"),examples:[()=>React.createElement(React.Fragment,null,(0,i.createInterpolateElement)(__("Connect to automatically share posts on your Facebook page.","jetpack"),{strong:React.createElement("strong",null)})),()=>React.createElement("img",{src:c,alt:__("Add Facebook connection","jetpack")})]},{...e["instagram-business"],icon:e=>React.createElement(s.M5,r()({serviceName:"instagram"},e)),description:__("Share to your Instagram Business account.","jetpack"),examples:[()=>React.createElement(React.Fragment,null,__("Drive engagement and save time by automatically sharing images to Instagram when you publish blog posts.","jetpack"),React.createElement("div",{className:"instagram-business__requirements"},React.createElement("h4",null,__("Requirements for connecting Instagram:","jetpack")),React.createElement("ol",null,React.createElement("li",null,__("You must have an Instagram Business account.","jetpack")),React.createElement("li",null,__("Your Instagram Business account must be linked to a Facebook page.","jetpack")))),(0,i.createInterpolateElement)(__("When you click “connect” you'll be asked to log into Facebook. If your Instagram Business account isn't listed, ensure it's linked to a Facebook page.","jetpack"),{strong:React.createElement("strong",null),i:React.createElement("em",null)}),React.createElement("br",null),React.createElement("br",null),React.createElement(o.ExternalLink,{className:"instagram-business__help-link",href:"https://jetpack.com/redirect/?source=jetpack-social-instagram-business-help"},__("Learn how to convert & link your Instagram account.","jetpack"))),()=>React.createElement("img",{src:u,alt:__("Add Instagram photo","jetpack")})]},{...e.threads,icon:e=>React.createElement(s.M5,r()({serviceName:"threads"},e)),description:__("Share posts to your Threads feed.","jetpack"),badges:[t],examples:[()=>React.createElement(React.Fragment,null,__("Increase your presence in social media by sharing your posts automatically to Threads.","jetpack")),()=>React.createElement("img",{src:m,alt:__("Add Threads connection","jetpack")})]},{...e.linkedin,icon:e=>React.createElement(s.M5,r()({serviceName:"linkedin"},e)),description:__("Share with your LinkedIn community.","jetpack"),examples:[()=>React.createElement(React.Fragment,null,(0,i.createInterpolateElement)(__("Connect to automatically share posts with your LinkedIn connections.","jetpack"),{strong:React.createElement("strong",null)})),()=>React.createElement("img",{src:d,alt:__("Add LinkedIn connection","jetpack")})]},{...e.nextdoor,icon:e=>React.createElement(s.M5,r()({serviceName:"nextdoor"},e)),description:__("Share on communities","jetpack"),examples:[()=>React.createElement(React.Fragment,null,(0,i.createInterpolateElement)(__("Connect with friends, neighbors, and local businesses by automatically sharing your posts to Nextdoor.","jetpack"),{strong:React.createElement("strong",null)})),()=>React.createElement("img",{src:p,alt:__("Add Instagram photo","jetpack")})]},{...e.tumblr,icon:e=>React.createElement(s.M5,r()({serviceName:"tumblr-alt"},e)),description:__("Share to your Tumblr blog.","jetpack"),examples:[()=>React.createElement(React.Fragment,null,(0,i.createInterpolateElement)(__("Connect to automatically share posts to your Tumblr blog.","jetpack"),{strong:React.createElement("strong",null)})),()=>React.createElement("img",{src:g,alt:__("Add Tumblr connection","jetpack")})]},{...e.mastodon,needsCustomInputs:!0,icon:e=>React.createElement(s.M5,r()({serviceName:"mastodon"},e)),description:__("Share with your network.","jetpack"),examples:[()=>React.createElement(React.Fragment,null,__("To share to Mastodon please enter your Mastodon username below, then click connect.","jetpack"))]}].filter((e=>Boolean(e.ID)))}},73905:(e,t,n)=>{"use strict";n.d(t,{t:()=>r});var a=n(27723);const __=a.__,r=[{label:__("X","jetpack"),networkName:"x",url:"https://x.com/intent/tweet?text={{text}}&url={{url}}"},{label:__("WhatsApp","jetpack"),networkName:"whatsapp",url:"https://api.whatsapp.com/send?text={{text}}"},{label:__("Facebook","jetpack"),networkName:"facebook",url:"https://www.facebook.com/sharer/sharer.php?u={{url}}"}]},49192:(e,t,n)=>{"use strict";n(68541)},68541:(e,t,n)=>{"use strict";n.d(t,{R:()=>g});var a=n(78478),r=n(51112),s=n(47425),o=n(69222),i=n(85985),l=n(86087),c=n(27723),u=n(13022),d=n(73905),p=n(99811),m=n(53975);const __=c.__;function g({buttonStyle:e="icon",buttonVariant:t}){const n=(0,m.i)(),{recordEvent:g}=(0,i.st)(),A=(0,l.useCallback)((()=>{g("jetpack_social_share_button_clicked",{network:"clipboard"})}),[g]),h=(0,l.useCallback)((()=>n("{{text}}\n{{url}}",!1)),[n]),E=(0,l.useCallback)((function(e,t){return function(n){n.preventDefault(),g("jetpack_social_share_button_clicked",t),window.open(e,"","menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600")}}),[g]);return React.createElement("div",{className:(0,u.A)(p.A["share-buttons"],{[p.A.vertical]:e.includes("text")})},d.t.map((({label:o,networkName:i,url:l})=>{const u=n(l),d="icon"===e?React.createElement(a.M5,{serviceName:i}):null,m=(0,c.sprintf)(/* translators: %s is the name of a social network, e.g. Twitter. */ -__("Share on %s","jetpack"),o);return React.createElement("div",{className:p.A.container,key:i},React.createElement(r.A,{icon:d,variant:t,"aria-label":m,href:u,target:"_blank",rel:"noopener noreferrer",onClick:E(u,{network:i}),className:"icon"===e?p.A[i]:"has-text"},"icon"===e?null:React.createElement(React.Fragment,null,"icon-text"===e&&React.createElement(a.M5,{className:p.A[i],serviceName:i}),React.createElement(s.Ay,{className:p.A.label,component:"span"},m))))})),React.createElement("div",{className:p.A.container},React.createElement(o.A,{buttonStyle:e,onCopy:A,textToCopy:h,className:"icon"===e?p.A.clipboard:" has-text",variant:t},"icon"===e?null:React.createElement(s.Ay,{className:p.A.label,component:"span"},__("Copy to clipboard","jetpack")))))}},53975:(e,t,n)=>{"use strict";n.d(t,{i:()=>o});var a=n(47143),r=n(86087),s=n(383);function o(){const{shareMessage:e}=(0,s.h)(),{message:t,link:n}=(0,a.useSelect)((t=>{const n=t("core/editor").getEditedPostAttribute;return{link:n("link"),message:e||n("meta")?.jetpack_seo_html_title||n("title")}}),[e]);return(0,r.useCallback)(((e,a=!0)=>{let r=t,s=n;return e.includes("{{url}}")||(r=r+"\n\n"+s,s=""),a&&(r=encodeURIComponent(r),s=encodeURIComponent(s)),e.replace("{{text}}",r).replace("{{url}}",s)}),[n,t])}},39815:(e,t,n)=>{"use strict";n.d(t,{O:()=>A});var a=n(56427),r=n(47143),s=n(43656),o=n(86087),i=n(27723),l=n(692),c=n(77627),u=n(31873),d=n(50001),p=n(89729);const __=i.__;function m(e=__("Unable to share the Post","jetpack")){const{createErrorNotice:t}=(0,r.dispatch)(l.store);t(e,{id:"publicize-post-share-message"})}function g(){const{hasEnabledConnections:e}=(0,d.A)(),{isPublicizeEnabled:t}=(0,c.A)(),{isFetching:n,isError:i,isSuccess:g,doPublicize:A}=(0,u.A)(),h=(0,r.useSelect)((e=>e(s.store).isCurrentPostPublished()),[]),E=(0,r.useSelect)((e=>e(p.M_).featureFlags()),[]),{pollForPostShareStatus:f}=(0,r.useDispatch)(p.M_);(0,o.useEffect)((()=>{if(!n)return i?m():void(g&&function(){const{createSuccessNotice:e}=(0,r.dispatch)(l.store);e(__("Your post will be shared soon.","jetpack"),{id:"publicize-post-share-message",type:"snackbar"})}())}),[n,i,g]);const b=!t||!e||!h||n,v=(0,o.useCallback)((async()=>{if(!h)return m(__("You must publish your post before you can share it.","jetpack"));(0,r.dispatch)(l.store).removeNotice("publicize-post-share-message"),await A(),E.useShareStatus&&f()}),[A,h,E.useShareStatus,f]);return React.createElement(a.Button,{variant:"secondary",onClick:v,disabled:b,isBusy:n},__("Share post","jetpack"))}function A(){const{isRePublicizeUpgradableViaUpsell:e}=(0,c.A)(),t=(0,r.useSelect)((e=>e(s.store).isCurrentPostPublished()),[]),{hasConnections:n}=(0,r.useSelect)((e=>e(p.M_)),[]);return t?e?null:n()?React.createElement(a.PanelRow,null,React.createElement(g,null)):null:null}},7757:(e,t,n)=>{"use strict";n.d(t,{JU:()=>r.g,Q3:()=>a.Q});var a=n(59032),r=n(95499)},95499:(e,t,n)=>{"use strict";n.d(t,{g:()=>p});var a=n(96072),r=n.n(a),s=n(85985),o=n(56427),i=n(47143),l=n(27723),c=n(51609),u=n(89729),d=n(14150);const __=l.__,p=(0,c.forwardRef)((({withWrapper:e=!1,analyticsData:t=null,...n},a)=>{const{recordEvent:l}=(0,s.st)(),{openShareStatusModal:p}=(0,i.useDispatch)(u.M_),m=(0,i.useSelect)((e=>e(u.M_).featureFlags()),[]),g=(0,i.useSelect)((e=>e(u.M_).getPostShareStatus()),[]),A=(0,c.useCallback)((()=>{l("jetpack_social_share_status_modal_opened",t),p()}),[t,p,l]);if(!g||!g.shares||0===g.shares.length)return null;if(!m.useShareStatus)return null;const h=React.createElement(o.Button,r()({variant:"secondary",onClick:A},n,{ref:a}),n.children||__("View sharing history","jetpack"));return e?React.createElement("div",{className:d.A["trigger-wrapper"]},h):h}))},59032:(e,t,n)=>{"use strict";n.d(t,{Q:()=>d});var a=n(50723),r=n(56427),s=n(47143),o=n(27723),i=n(89729),l=n(30557),c=n(14150);const __=o.__;function u(){const{closeShareStatusModal:e}=(0,s.useDispatch)(i.M_);return React.createElement("div",{className:c.A.wrapper},React.createElement(r.Modal,{onRequestClose:e,title:__("Sharing status","jetpack"),className:c.A.modal},React.createElement(l.W,null)))}function d(){const e=(0,s.useSelect)((e=>e(i.M_).isShareStatusModalOpen()),[]);return React.createElement(a.Ay,{targetDom:document.body},e?React.createElement(u,null):null)}},14329:(e,t,n)=>{"use strict";n.d(t,{f:()=>g});var a=n(40597),r=n(85985),s=n(56427),o=n(47143),i=n(43656),l=n(27723),c=n(51609),u=n(31873),d=n(89729),p=n(59061),m=n(14150);const __=l.__,_x=l._x;function g({shareItem:e}){const{recordEvent:t}=(0,r.st)(),n=(0,o.useSelect)((e=>e(i.store).getCurrentPostId()),[]),l=(0,o.useSelect)((e=>e(d.M_).getConnections()),[]),g=l.some((0,p.e)(e)),{doPublicize:A}=(0,u.A)(n),h=(0,c.useCallback)((async()=>{t("jetpack_social_share_status_retry",{service:e.service,location:"modal"});const n=(0,p.e)(e),a=l.filter((e=>!n(e))).map((({connection_id:e})=>e));a.length!==l.length&&await A(a)}),[e,l,A,t]);return React.createElement("div",{className:m.A["retry-wrapper"]},React.createElement(s.Button,{variant:g?"link":"tertiary",onClick:g?h:void 0,disabled:!g},__("Retry","jetpack")),g?null:React.createElement(a.A,{shift:!0,placement:"bottom-end"},e.external_id?_x("This connection has been removed.","Social media connection","jetpack"):_x("This connection has been reconnected or removed.","Social media connection","jetpack")))}},30557:(e,t,n)=>{"use strict";n.d(t,{W:()=>c});var a=n(56427),r=n(47143),s=n(27723),o=n(89729),i=n(48377),l=n(14150);const __=s.__;function c(){const e=(0,r.useSelect)((e=>e(o.M_).getPostShareStatus()),[]);return React.createElement("div",null,e.loading&&React.createElement("div",{className:l.A.spinner},React.createElement(a.Spinner,null)," ",__("Loading…","jetpack")),React.createElement(i.S,{postShareStatus:e}))}},368:(e,t,n)=>{"use strict";n.d(t,{C:()=>l});var a=n(85985),r=n(56427),s=n(27723),o=n(51609),i=n(14329);const __=s.__;function l({shareItem:e}){const{recordEvent:t}=(0,a.st)(),n=(0,o.useCallback)((()=>{t("jetpack_social_share_status_view",{service:e.service,location:"modal"})}),[t,e.service]);return"success"===e.status?React.createElement(r.ExternalLink,{href:e.message,onClick:n},__("View","jetpack")):React.createElement(i.f,{shareItem:e})}},69662:(e,t,n)=>{"use strict";n.d(t,{a:()=>p});var a=n(40597),r=n(47425),s=n(27723),o=n(51113),i=n(83883),l=n(13022),c=n(51609),u=n.n(c),d=n(14150);const __=s.__,_x=s._x;function p({status:e,message:t}){const n="success"===e,s=n?u().createElement(o.A,{className:d.A["share-status-icon"],icon:i.A}):u().createElement(a.A,{title:__("Sharing failed with the following message:","jetpack"),className:d.A["share-status-icon-tooltip"]},u().createElement(r.Ay,{variant:"body-small"},t));return u().createElement("div",{className:(0,l.A)(d.A["share-status-wrapper"],{[d.A["share-status-success"]]:n,[d.A["share-status-failure"]]:!n})},u().createElement("div",{className:d.A["share-status-icon"]},s),u().createElement("div",{className:d.A["share-status-label"]},n?_x("Shared","The sharing is successful","jetpack"):__("Failed","jetpack")))}},48377:(e,t,n)=>{"use strict";n.d(t,{S:()=>u});var a=n(38443),r=n(27723),s=n(12141),o=n(368),i=n(69662),l=n(14150);const __=r.__,c=e=>`${e.external_id||e.connection_id}:${e.timestamp}`;function u({postShareStatus:e}){return React.createElement("div",{className:l.A["dataview-wrapper"]},React.createElement("div",{className:"dataviews-wrapper"},React.createElement("table",{className:"dataviews-view-table"},React.createElement("thead",null,React.createElement("tr",{className:"dataviews-view-table__row"},React.createElement("th",null,__("Connection","jetpack")),React.createElement("th",null,__("Time","jetpack")),React.createElement("th",null,__("Status","jetpack")),React.createElement("th",null,__("Actions","jetpack")))),React.createElement("tbody",null,e.shares.map((e=>React.createElement("tr",{key:c(e),className:"dataviews-view-table__row"},React.createElement("td",null,React.createElement("div",{className:"dataviews-view-table__cell-content-wrapper"},React.createElement("div",{className:l.A["connection-name"]},React.createElement(s.A,{serviceName:e.service,label:e.external_name,profilePicture:e.profile_picture}),React.createElement("div",{className:l.A["share-item-name-wrapper"]},React.createElement("div",{className:l.A["share-item-name"]},e.external_name))))),React.createElement("td",null,React.createElement("div",{className:"dataviews-view-table__cell-content-wrapper"},(0,a.humanTimeDiff)(1e3*e.timestamp,(0,a.getDate)(null)))),React.createElement("td",null,React.createElement("div",{className:"dataviews-view-table__cell-content-wrapper"},React.createElement(i.a,{status:e.status,message:e.message}))),React.createElement("td",null,React.createElement("div",{className:"dataviews-view-table__cell-content-wrapper"},React.createElement(o.C,{shareItem:e}))))))))))}},29341:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(63406),r=n(56427),s=n(86087),o=n(27723),i=n(49747),l=n(38394),c=n(56457),u=n(77932);const __=o.__,_x=o._x,d=({prePublish:e=!1})=>{const t=e?s.Fragment:r.PanelBody,n=e?{}:{title:__("Social Image Generator","jetpack")},{isEnabled:o,setIsEnabled:d}=(0,i.A)(),[p,m]=(0,s.useState)(!1),g=(0,s.useCallback)((()=>m(!0)),[]),A=(0,s.useCallback)((()=>m(!1)),[]),[h,E]=(0,s.useState)(null),{createErrorNotice:f,createSuccessNotice:b}=(0,a.I)(),{save:v,isSaving:C}=(0,l.i)({onError:e=>{f(e.message)},onSuccess:()=>{b(__("Image saved to media library.","jetpack"))}}),k=(0,s.useCallback)((()=>{v(`https://s0.wp.com/_si/?t=${h}`,"generated-image.jpg")}),[h,v]);return React.createElement(t,n,p&&React.createElement(u.A,{onClose:A}),React.createElement(r.ToggleControl,{label:__("Enable Social Image","jetpack"),help:o?"":__("Social Image is disabled for this post.","jetpack"),checked:o,onChange:d}),o&&React.createElement(React.Fragment,null,React.createElement("hr",null),React.createElement(c.Ay,{onNewToken:E}),React.createElement("hr",null),React.createElement(r.__experimentalHStack,{spacing:2,wrap:!0},React.createElement(r.Button,{variant:"secondary",onClick:g,label:__("Open the Social Image Generator settings","jetpack")},__("Settings","jetpack")),React.createElement(r.Button,{variant:"secondary",onClick:k,label:__("Save the generated image to your media library.","jetpack"),disabled:!h||C},C?_x("Saving…","Saving the file to media library","jetpack"):__("Save to media library","jetpack")))))}},77932:(e,t,n)=>{"use strict";n.d(t,{A:()=>A});var a=n(50723),r=n(56427),s=n(86087),o=n(27723),i=n(49747),l=n(80624),c=n(56457),u=n(55858),d=n(81299),p=n(53744);const __=o.__,m=["image/jpeg","image/png"],g=__("Choose Image","jetpack"),A=({onClose:e})=>{const{customText:t,imageType:n,imageId:o,template:A,updateSettings:h}=(0,i.A)(),[E,f]=(0,s.useState)(o),[b,v]=(0,s.useState)(n||"featured"),[C,k]=(0,s.useState)(t),[y,B]=(0,s.useState)(A),[w]=(0,l.A)(E),_=(0,s.useCallback)((()=>{h({template:y,image_type:b,custom_text:C||"",..."custom"===b&&{image_id:E}}),e()}),[h,y,b,E,C,e]),I=(0,s.useCallback)((e=>{f(e?.id)}),[f]);return React.createElement(a.Ay,{targetDom:document.body},React.createElement(r.Modal,{onRequestClose:e},React.createElement(c.Ay,{className:p.A.preview,imageId:E,customText:C,imageType:b,template:y}),React.createElement(r.SelectControl,{label:__("Image Type","jetpack"),value:b||"featured",options:[{label:__("Featured Image","jetpack"),value:"featured"},{label:__("Custom Image","jetpack"),value:"custom"},{label:__("No Image","jetpack"),value:"none"}],onChange:v}),"custom"===b&&React.createElement(u.A,{buttonLabel:g,subTitle:__("Add a custom image","jetpack"),mediaId:E,mediaDetails:w,onChange:I,allowedMediaTypes:m,wrapperClassName:p.A.mediaPicker}),React.createElement(r.TextControl,{className:p.A.customText,value:C||"",onChange:k,label:__("Custom Header","jetpack"),help:__("By default the post title is used for the image. You can use this field to set your own text.","jetpack")}),React.createElement(r.BaseControl,{__nextHasNoMarginBottom:!0,label:__("Templates","jetpack"),className:p.A.templateControl},React.createElement(d.A,{value:y,onTemplateSelected:B})),React.createElement(r.Button,{onClick:e,variant:"tertiary"},__("Cancel","jetpack")),React.createElement(r.Button,{onClick:_,variant:"primary"},__("Save","jetpack"))))}},29761:(e,t,n)=>{"use strict";n(47143),n(86087),n(27723),n(51609),n(89729),n(12226)},12226:(e,t,n)=>{"use strict";n(56427),n(86087),n(27723),n(81299),n(88375)},81299:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(86087),r=n(27723),s=n(13022),o=n(52002),i=n(10936);const __=r.__,l=({value:e=null,onTemplateSelected:t=null})=>{const n=(0,a.useCallback)((e=>{const n=e.target.id;t?.(n)}),[t]);return React.createElement("div",{className:o.A.templates},i.A.map((t=>React.createElement("button",{onClick:n,id:t.name,key:t.name,className:(0,s.A)(o.A.template,{[o.A["template--active"]]:t.name===e})},React.createElement("img",{src:t.image,alt:t.label}),React.createElement("span",{className:"screen-reader-text"},/* translators: %s is the name of the template */ /* translators: %s is the name of the template */ -(0,r.sprintf)(__("Pick the %s template","jetpack"),t.label))))))}},10936:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(26365),r=n(45329),s=n(9509);const o=[{name:"highway",label:"Highway",image:n(22417)},{name:"dois",label:"Dois",image:a},{name:"edge",label:"Edge",image:r},{name:"fullscreen",label:"Fullscreen",image:s}]},98725:(e,t,n)=>{"use strict";n(47143),n(86087),n(51609),n(89729)},96390:(e,t,n)=>{"use strict";n.d(t,{n:()=>d});var a=n(85985),r=n(56427),s=n(86087),o=n(27723),i=n(10991),l=n(18603),c=n(94360),u=n(47944);const __=o.__;function d(){const[e,t]=(0,s.useReducer)((e=>!e),!1),{recordEvent:n}=(0,a.st)(),o=(0,s.useCallback)((()=>{e||n("jetpack_social_preview_modal_opened"),t()}),[e,n]);return React.createElement(r.PanelRow,{className:u.A.panel},e&&React.createElement(r.Modal,{onRequestClose:t,title:__("Social Previews","jetpack"),className:u.A.modal,__experimentalHideHeader:!0},React.createElement("div",{className:u.A["modal-content"]},React.createElement(c.X,null),React.createElement(l.w,null)),React.createElement(r.Button,{className:u.A["close-button"],onClick:t,icon:i.A,label:__("Close","jetpack")})),React.createElement(r.Button,{variant:"secondary",onClick:o},__("Preview social posts","jetpack")))}},98588:(e,t,n)=>{"use strict";n.d(t,{z:()=>C});var a=n(96072),r=n.n(a),s=n(73188),o=n(73066),i=n(57984),l=n(48914),c=n(83945),u=n(73915),d=n(89075),p=n(95550),m=n(3582),g=n(47143),A=n(86087),h=n(18537),E=n(27723),f=n(39553),b=n(62697),v=n(31137);const __=E.__;function C({connection:e}){const t=(0,A.useMemo)((()=>({displayName:e.display_name||e.external_display,profileImage:e.profile_picture})),[e]),{image:n,media:a,title:E,description:C,url:k,excerpt:y}=(0,v.s)(),B=((0,f.A)().message||"").trim(),w=(0,A.useMemo)((()=>({description:C,image:n,media:a,title:E,url:k})),[C,n,a,E,k]),_=(0,g.useSelect)((e=>{const{getUnstableBase:t}=e(m.store);return(0,h.decodeEntities)(t()?.name)}),[]),I=a?.some((({type:e})=>e.startsWith("image/")||e.startsWith("video/")));switch(e.service_name){case"facebook":return I?React.createElement(s.h,r()({},w,{type:"article",customText:B||y||E,user:t})):React.createElement(o.l,r()({},w,{type:"article",customText:B||y||E,user:t}));case"instagram-business":{const e=Boolean(n);return I||e?React.createElement(i.l,r()({},w,{image:a?.[0]?.url||n,name:t.displayName,profileImage:t.profileImage,caption:B||E||C})):React.createElement(b.q,null)}case"linkedin":return React.createElement(l.$,r()({},w,{jobTitle:__("Job Title (Company Name)","jetpack"),name:t.displayName,profileImage:t.profileImage,description:B||E||C}));case"mastodon":{const e=a?.[0],n=e?.type.startsWith("image/")?e.url:null;return React.createElement(c._,r()({},w,{description:y,siteName:_,user:{avatarUrl:t.profileImage,address:t.displayName,displayName:t.displayName},customText:B,customImage:n}))}case"nextdoor":{const e=`${B||E||C} ${a.length?k:""}`.trim();return React.createElement(u.K,r()({},w,{description:e,name:t.displayName,profileImage:t.profileImage}))}case"threads":{let e=E;B?e=B:E&&y&&(e=`${E}\n\n${y}`);const n=500-k.length-2;return e=(0,h.decodeEntities)(e).slice(0,n),e+=`\n\n${k}`,React.createElement(d.s,r()({},w,{caption:e,name:t.displayName,profileImage:t.profileImage}))}case"tumblr":return React.createElement(p.B,r()({},w,{user:{displayName:t.displayName,avatarUrl:t.profileImage},customText:B}));default:return null}}},18603:(e,t,n)=>{"use strict";n.d(t,{w:()=>g});var a=n(85985),r=n(56427),s=n(47143),o=n(27723),i=n(51609),l=n(89729),c=n(12141),u=n(39329),d=n(48712),p=n(98588),m=n(47944);const __=o.__,_x=o._x;function g(){const{recordEvent:e}=(0,a.st)(),t=(0,d.h)(),{canBeTurnedOn:n,shouldBeDisabled:o}=(0,u.j)(),g=(0,s.useSelect)((e=>e(l.M_).getConnections().filter((({service_name:e})=>t(e))).map((e=>{const t=e.display_name||e.external_display,a=`${e.service_name}-${e.connection_id}`,r=React.createElement(c.A,{label:t,serviceName:e.service_name,profilePicture:e.profile_picture}),s=o(e)||!n(e)||!e.enabled;return{...e,className:s?m.A["disabled-tab"]:"",name:a,title:t,icon:r}}))),[t,o]),{toggleConnectionById:A}=(0,s.useDispatch)(l.M_),h=(0,i.useCallback)(((t,n)=>()=>{A(t),e("jetpack_social_connection_toggled",{location:"preview-modal",enabled:!n.enabled,service_name:n.service_name})}),[e,A]);return React.createElement("div",{className:m.A["preview-section"]},React.createElement(r.TabPanel,{tabs:g},(e=>{const t=n(e)&&e.enabled;return React.createElement("div",{className:m.A["preview-content"]},o(e)?null:React.createElement(r.ToggleControl,{label:t?_x("Connection enabled","","jetpack"):__("Connection disabled","jetpack"),checked:t,onChange:h(e.connection_id,e)}),React.createElement(p.z,{connection:e}))})))}},94360:(e,t,n)=>{"use strict";n.d(t,{X:()=>o});var a=n(27723),r=n(41190),s=n(47944);const __=a.__;function o(){return React.createElement("div",{className:s.A["settings-section"]},React.createElement("div",{className:s.A["settings-header"]},React.createElement("h2",null,__("Social Preview","jetpack"))),React.createElement("div",{className:s.A["settings-content"]},React.createElement("p",{className:s.A["modal-description"]},__("Edit and preview your social post before sharing.","jetpack")),React.createElement(r.o,{analyticsData:{location:"preview-modal"}})))}},59540:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(96072),r=n.n(a),s=n(87070),o=n(47143),i=n(39553),l=n(89729);const c=(0,o.withSelect)((e=>{const{getEditedPostAttribute:t}=e("core/editor");return{excerpt:t("excerpt"),content:t("content").split("\x3c!--more")[0]}}))((e=>{const{message:t}=(0,i.A)(),{title:n,excerpt:a,content:c}=e,u=(0,o.useSelect)((e=>{const{displayName:t,profileImage:n}=e(l.Af).getConnectionProfileDetails(l.s);return{displayName:t,avatarUrl:n}}));return React.createElement(s.k,r()({},e,{type:"article",user:u,customText:t||a||c||n}))}))},81048:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(96072),r=n.n(a),s=n(8797),o=n(47143),i=n(18537),l=n(51609),c=n.n(l);const u=function(e){const t=(0,o.useSelect)((e=>{const{getUnstableBase:t}=e("core"),n=t().name;return(0,i.decodeEntities)(n)}));return c().createElement(s.m,r()({},e,{siteTitle:t}))}},91262:(e,t,n)=>{"use strict";n.d(t,{p:()=>g});var a=n(47656),r=n(3924),s=n(20578),o=n(56427),i=n(47143),l=n(27723),c=n(51609),u=n.n(c),d=n(77627),p=n(39553),m=n(89729);const __=l.__,_x=l._x;function g(e){const{title:t,image:n,media:l,description:c}=e,{username:g,profileImage:A}=(0,i.useSelect)((e=>e(m.Af).getConnectionProfileDetails(m.bN))),{isEnhancedPublishingEnabled:h}=(0,d.A)(),{message:E}=(0,p.A)(),f=l?.some((({type:e})=>e.startsWith("image/")||e.startsWith("video/"))),b=Boolean(n);if(!f&&!b)return u().createElement(a.A,{hideCloseButton:!0,actions:[u().createElement(o.ExternalLink,{href:(0,r.A)("jetpack-social-share-to-instagram")},__("Learn more","jetpack"))]},h?__("To share to Instagram, add an image/video, or enable Social Image Generator.","jetpack"):_x("You need a featured image to share to Instagram.","The message shown in the Instagram social preview","jetpack"));const v=E||t||c;return u().createElement(s.a,{image:l?.[0]?.url||n,media:l,name:g,profileImage:A,caption:v})}},29650:(e,t,n)=>{"use strict";n.d(t,{p:()=>u});var a=n(7368),r=n(47143),s=n(27723),o=n(51609),i=n.n(o),l=n(39553),c=n(89729);const __=s.__;function u(e){const{title:t,url:n,image:s,media:o,description:u}=e,{displayName:d,profileImage:p}=(0,r.useSelect)((e=>e(c.Af).getConnectionProfileDetails(c.gt))),{message:m}=(0,l.A)(),g=`${m||t||u} ${o.length?n:""}`.trim();return i().createElement(a.G,{jobTitle:__("Job Title (Company Name)","jetpack"),image:s,name:d,profileImage:p,title:t,description:g,url:n,media:o})}},98175:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(96072),r=n.n(a),s=n(71751),o=n(47143),i=n(18537),l=n(383),c=n(39553),u=n(89729);const d=e=>{const{message:t}=(0,c.A)(),{content:n,siteName:a}=(0,o.useSelect)((e=>{const{getEditedPostAttribute:t}=e("core/editor"),{getUnstableBase:n}=e("core");return{content:t("content").split("\x3c!--more")[0],siteName:(0,i.decodeEntities)(n().name)}})),{attachedMedia:d}=(0,l.h)(),p=(0,o.useSelect)((e=>{const{displayName:t,profileImage:n,username:a}=e(u.Af).getConnectionProfileDetails(u.V6);return{displayName:t,avatarUrl:n,address:a}})),m=e.media?.[0],g=m?.type.startsWith("image/")?m.url:null;return React.createElement(s.R,r()({},e,{siteName:a,user:p,description:n,customText:t,customImage:g,isSocialPost:d.length>0}))}},81115:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(56427),r=n(27723),s=n(10991),o=n(19779),i=n(31137);const __=r.__,l=function({onClose:e,initialTabName:t}){const n=(0,o.r)(),{image:r,media:l,title:c,description:u,url:d,excerpt:p}=(0,i.s)();return React.createElement(a.Modal,{onRequestClose:e,className:"jetpack-social-previews__modal",__experimentalHideHeader:!0},React.createElement(a.Button,{className:"jetpack-social-previews__modal--close-btn",onClick:e,icon:s.A,label:__("Close","jetpack")}),React.createElement(a.TabPanel,{className:"jetpack-social-previews__modal-previews",tabs:n,initialTabName:t},(e=>React.createElement("div",null,React.createElement(e.preview,{excerpt:p,title:c,description:u,url:d,image:r,media:l})))))}},49257:(e,t,n)=>{"use strict";n.d(t,{s:()=>c});var a=n(58581),r=n(47143),s=n(51609),o=n.n(s),i=n(39553),l=n(89729);function c(e){const{title:t,url:n,image:s,media:c,description:u}=e,{displayName:d,profileImage:p}=(0,r.useSelect)((e=>e(l.Af).getConnectionProfileDetails(l.zk))),{message:m}=(0,i.A)(),g=`${m||t||u} ${c.length?n:""}`.trim();return o().createElement(a.n,{image:s,name:d,profileImage:p,title:t,description:g,url:n,media:c})}},97192:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(56427),r=n(27723),s=n(19779);const __=r.__,_x=r._x,o=({openModal:e})=>{const t=(0,s.r)();return React.createElement("div",{className:"jetpack-social-previews__panel"},React.createElement("p",null,__("Preview what this will look like on social networks and Google search.","jetpack")),React.createElement("div",{className:"jetpack-gutenberg-social-icons"},t.map((e=>React.createElement(e.icon,{key:e.name,className:"jetpack-social-previews__icon"})))),React.createElement(a.Button,{variant:"secondary",onClick:e,label:__("Open Social Previews","jetpack")},_x("Preview","Button label that opens the social previews modal","jetpack")))}},68655:(e,t,n)=>{"use strict";n.d(t,{Q:()=>u});var a=n(33389),r=n(47143),s=n(18537),o=n(51609),i=n.n(o),l=n(383),c=n(89729);function u({excerpt:e,title:t,description:n,image:o,url:u,media:d}){const{shareMessage:p}=(0,l.h)(),m=(0,r.useSelect)((a=>{const{displayName:r,profileImage:i}=a(c.M_).getConnectionProfileDetails(c.BB);let l=t;p?l=p:t&&e&&(l=`${t}\n\n${e}`);const m=500-u.length-2;return l=(0,s.decodeEntities)(l).slice(0,m),l+=`\n\n${u}`,[{caption:l,name:r,profileImage:i,title:t,description:n,image:o,media:d,url:u}]}),[t,o,n,d,u]),g=(0,r.useSelect)((e=>e(c.M_).getConnectionsByService(c.BB)),[]);return i().createElement(a.n,{posts:m,hidePostPreview:!g.length})}},22322:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(96072),r=n.n(a),s=n(19036),o=n(47143),i=n(39553),l=n(89729);const c=e=>{const{content:t,author:n}=(0,o.useSelect)((e=>{const{getUser:t}=e("core"),{getEditedPostAttribute:n}=e("core/editor"),a=n("author"),r=a&&t(a);return{content:n("content").split("\x3c!--more")[0],author:r?.name}})),{message:a}=(0,i.A)(),c=(0,o.useSelect)((e=>{const{displayName:t,profileImage:a}=e(l.Af).getConnectionProfileDetails(l.me);return{displayName:t||n,avatarUrl:a}}),[n]);return React.createElement(s.s,r()({},e,{user:c,description:t,customText:a}))}},91537:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(43731),r=n(47143),s=n(51609),o=n.n(s),i=n(383),l=n(89729);const c=function({title:e,description:t,image:n,url:s,media:c}){const{shareMessage:u}=(0,i.h)(),d=(0,r.useSelect)((a=>{const{displayName:r,profileImage:o,username:i}=a(l.Af).getConnectionProfileDetails(l.PX);return[{name:r,profileImage:o,screenName:i,text:u+(c.length?` ${s}`:""),cardType:n?"summary_large_image":"summary",title:e,description:t,image:n,media:c,url:s}]}),[e,n,t,c,s,u]);return o().createElement(a.p,{tweets:d,hidePostPreview:!0})}},19779:(e,t,n)=>{"use strict";n.d(t,{r:()=>v});var a=n(96072),r=n.n(a),s=n(78478),o=n(27723),i=n(51609),l=n.n(i),c=n(89729),u=n(70407),d=n(59540),p=n(81048),m=n(91262),g=n(29650),A=n(98175),h=n(49257),E=n(68655),f=n(22322),b=n(91537);const __=o.__,_x=o._x;function v(){const e=(0,u.getSupportedAdditionalConnections)().includes(c.BB);return(0,i.useMemo)((()=>[{title:__("Google Search","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"google"},e)),name:"google",preview:p.A},{title:__("X","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"x"},e)),name:"x",preview:b.A},{title:__("Facebook","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"facebook"},e)),name:"facebook",preview:d.A},{title:__("Instagram","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"instagram"},e)),name:"instagram",preview:m.p},e?{title:_x("Threads","The name of the social media network - threads.net","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"threads"},e)),name:"threads",preview:E.Q}:null,{title:__("LinkedIn","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"linkedin"},e)),name:"linkedin",preview:g.p},{title:__("Nextdoor","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"nextdoor"},e)),name:"nextdoor",preview:h.s},{title:__("Tumblr","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"tumblr-alt"},e)),name:"tumblr",preview:f.A},{title:__("Mastodon","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"mastodon"},e)),name:"mastodon",preview:A.A}].filter(Boolean)),[e])}},31137:(e,t,n)=>{"use strict";n.d(t,{s:()=>l});var a=n(47143),r=n(27723),s=n(383),o=n(74820),i=n(25995);const __=r.__;function l(){const{attachedMedia:e,imageGeneratorSettings:t}=(0,s.h)();return(0,a.useSelect)((n=>{const{getMedia:a}=n("core"),{getEditedPostAttribute:r,getEditedPostContent:s}=n("core/editor"),l=r("featured_media");let c=l?(0,i.l)(a(l)):"";const u=t.enabled?(0,o.S)(t.token):"";if(u&&(c=u),!c){const e=(0,i.t)(s());e&&(c=e)}const d=[],p=e=>{const t=a(e);return t?{type:t.mime_type,url:(0,i.l)(t),alt:t.alt_text}:null};for(const{id:t}of e){const e=p(t);e&&d.push(e)}return{title:(r("meta")?.jetpack_seo_html_title||r("title")||"").trim(),description:(r("meta")?.advanced_seo_description||r("excerpt")||r("content").split("\x3c!--more")[0]||__("Visit the post for more.","jetpack")||"").trim(),url:r("link"),excerpt:(r("excerpt")||r("content").split("\x3c!--more")[0]||"").trim(),image:c,media:d,initialTabName:null}}),[e,t])}},25995:(e,t,n)=>{"use strict";function a(e){return e?e.media_details?.sizes?.large?.source_url||e.source_url:null}function r(e){const t=(new DOMParser).parseFromString(e,"text/html"),n=Array.from(t.querySelectorAll("img")),a=n[0]?.src;return a??null}n.d(t,{l:()=>a,t:()=>r})},18699:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(86087),r=n(76794);const s=({sourceUrl:e,mime:t,duration:n})=>{const[s,o]=(0,a.useState)(!1),[i,l]=(0,a.useState)(0),c=(0,a.useRef)(null),u=(0,a.useRef)(null),d=(0,a.useRef)(null);(0,a.useEffect)((()=>{c.current?.load()}),[e]);const p=(0,a.useCallback)((()=>{c.current.pause(),c.current.currentTime=0,clearInterval(u.current),clearTimeout(d.current),l(0),o(!1)}),[]),m=(0,a.useCallback)((()=>{d.current=setTimeout((()=>{s||(c.current.play(),o(!0),u.current=setInterval((()=>{l((e=>e+1))}),1e3))}),500)}),[s]),g=()=>{const e=n-i,t=Math.floor(e/60),a=String(Math.floor(e%60)).padStart(2,"0");return React.createElement("div",{className:r.A.progress},React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"6",height:"8",fill:"none"},React.createElement("path",{fill:"#fff",d:"M5.25 3.567a.5.5 0 0 1 0 .866L.75 7.031A.5.5 0 0 1 0 6.598V1.402A.5.5 0 0 1 .75.969l4.5 2.598Z"})),React.createElement("span",{className:r.A.duration},`${t}:${a}`))};return React.createElement("div",{className:r.A.wrapper,onMouseEnter:m,onMouseLeave:p},React.createElement("video",{ref:c,onEnded:p,muted:!0},React.createElement("source",{src:e,type:t})),React.createElement(g,null))}},98420:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(383);function r(){const{attachedMedia:e,updateJetpackSocialOptions:t}=(0,a.h)();return{attachedMedia:e,updateAttachedMedia:e=>t("attached_media",e)}}},54822:(e,t,n)=>{"use strict";n(85985),n(1455),n(86087)},54915:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(47143),r=n(43656);const s=()=>(0,a.useSelect)((e=>e(r.store).getEditedPostAttribute("featured_media")))},49747:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(47143),r=n(43656),s=n(86087),o=n(383);const i=(e,t)=>({isEnabled:e?.enabled??!t,customText:e?.custom_text??null,imageType:e?.image_type??null,imageId:e?.image_id??null,template:e?.template??null,token:e?.token??null});function l(){const{imageGeneratorSettings:e,jetpackSocialOptions:t,updateJetpackSocialOptions:n}=(0,o.h)(),{isPostPublished:l}=(0,a.useSelect)((e=>({isPostPublished:e(r.store).isCurrentPostPublished()}))),c=(0,s.useCallback)(((t,a)=>{const r={...e,[t]:a};n("image_generator_settings",r)}),[e,n]),u=(0,s.useCallback)((t=>{const a={...e,...t};n("image_generator_settings",a)}),[e,n]);return{...i(t.image_generator_settings,l),setIsEnabled:e=>c("enabled",e),setToken:e=>c("token",e),updateSettings:u}}},80624:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(47143),r=n(86087);const s=async e=>{if(!e)return{};let t={mime:e.mime_type,fileSize:e.media_details.filesize,length:e.media_details?.length};"video/videopress"===e.mime_type&&(t=await(async e=>{if(!e?.media_details?.videopress?.original||!e?.media_details?.videopress?.duration)return{};const t=await fetch(e?.media_details?.videopress?.original,{method:"HEAD"}),n=t.headers.get("content-length"),a=t.headers.get("content-type");return n&&a?{mime:a,fileSize:n,length:Math.round(e.media_details.videopress.duration/1e3)}:{}})(e));const n=e?.media_details?.sizes??{};if(!n.full)return{mediaData:{width:e.media_details.width,height:e.media_details.height,sourceUrl:e.source_url},metaData:t};const a=n.medium||n.large,r={width:a.width,height:a.height,sourceUrl:a.source_url};return{mediaData:{width:n.full.width,height:n.full.height,sourceUrl:n.full.source_url},metaData:t,previewData:r}};function o(e=null){const[t,n]=(0,r.useState)([{}]),o=(0,a.useSelect)((t=>t("core").getMedia(e,{context:"view"})),[e]),i=(0,r.useCallback)((async()=>{try{const e=await s(o);n([e??{}])}catch{n([{}])}}),[o]);return(0,r.useEffect)((()=>{i()}),[i]),t}},80682:(e,t,n)=>{"use strict";n.d(t,{$m:()=>u,I1:()=>l,eF:()=>i,ec:()=>o,i1:()=>c,k3:()=>r,z9:()=>s});var a=n(27723);const __=a.__,r="NO_MEDIA_ERROR",s="FILE_TYPE_ERROR",o="FILE_SIZE_ERROR",i="VIDEO_LENGTH_TOO_LONG_ERROR",l="VIDEO_LENGTH_TOO_SHORT_ERROR",c="DIMENSION_ERROR";function u(e){return{[o]:__("File too big","jetpack"),[i]:__("Video too long","jetpack"),[l]:__("Video too short","jetpack"),[c]:__("Invalid dimensions","jetpack")}[e]||__("Invalid media","jetpack")}},52367:(e,t,n)=>{"use strict";n.d(t,{A:()=>d,c:()=>l});var a=n(86087),r=n(98420),s=n(49747),o=n(80682),i=n(2204);function l(e){return"video"===e.split("/")[0]}const c=e=>{if(!e?.mime||!e?.fileSize)return!1;const{mime:t,fileSize:n}=e;if(l(t))return!1;if(!i.nJ.includes(t))return!1;return!((n?n/Math.pow(1e3,2):0)>=55)},u=(e,t,n,a,r)=>{const s=i.mB[n]??i.EX;if(!e||0===Object.keys(e).length)return s.requiresMedia&&!r?o.k3:null;const{mime:c,fileSize:u}=e;if(!s.requiresMedia&&!a)return null;if(!c||!s.allowedMediaTypes.includes(c.toLowerCase()))return o.z9;if(!t?.width||!t?.height)return o.i1;const d=u?u/Math.pow(1e3,2):null;return l(c)?((e,t,n,a,r)=>{const{minSize:s=0,maxSize:l=i.TR,minLength:c=0,maxLength:u=i.TR,maxWidth:d=i.TR,aspectRatio:p=i.EX.video.aspectRatio}=r;if(!e||e>l||eu)return o.eF;const m=n/a;return mp.max||n>d?o.i1:null})(d,e.length,t.width,t.height,s.video):((e,t,n,a)=>{const{maxSize:r=i.TR,minWidth:s=0,maxWidth:l=i.TR,aspectRatio:c=i.EX.image.aspectRatio}=a,u=t/n;return uc.max||t>l||tr?o.ec:null})(d,t.width,t.height,s.image)},d=(e,t)=>{const{attachedMedia:n}=(0,r.A)(),{isEnabled:o}=(0,s.A)(),i=n.length>0,l=(0,a.useRef)({});return(0,a.useMemo)((()=>{const n=e.reduce(((e,{connection_id:n,service_name:a})=>{const r=u(t.metaData,t.mediaData,a,i,o&&"instagram-business"===a);return r&&(e[n]=r),e}),{});return JSON.stringify(n)!==JSON.stringify(l.current)&&(l.current=n),{validationErrors:l.current,isConvertible:c(t.metaData)}}),[e,t.metaData,t.mediaData,i,o])}},2204:(e,t,n)=>{"use strict";n.d(t,{EX:()=>g,TR:()=>m,UB:()=>E,mB:()=>A,nJ:()=>h});const a="video/mp4",r="video/mov",s="video/videopress",o=["image/jpeg","image/jpg","image/png"],i=o.concat(["image/gif","image/bmp"]),l=["video/3g2","video/3gp","video/3gpp","video/asf","video/avi","video/dat","video/divx","video/dv","video/f4v","video/flv","video/gif","video/m2ts","video/m4v","video/mkv","video/mod","video/mov","video/mp4","video/mpe","video/mpeg","video/mpeg4","video/mpg","video/mts","video/nsv","video/ogm","video/ogv","video/qt","video/tod","video/ts","video/vob","video/wmv"],c=o.concat(["image/gif","image/heic","image/heif","image/webp","image/avif"]),u=["video/webm","video/quicktime","video/ogg"],d=o.concat(["image/gif","image/jpe","image/tif","image/tiff","image/webp"]),p=[r,"video/avi","video/mpg","video/mpeg","video/m4v"],m=1e5,g={requiresMedia:!1,allowedMediaTypes:o.concat([a,s,r]),image:{maxSize:4,minWidth:0,maxWidth:m,aspectRatio:{min:0,max:m}},video:{minLength:0,minSize:0,maxSize:m,maxLength:m,maxWidth:m,aspectRatio:{min:0,max:m}}},A={twitter:{allowedMediaTypes:o.concat([a,s]),image:{maxSize:5},video:{maxSize:512,maxLength:140}},facebook:{allowedMediaTypes:i.concat([s,...l]),image:{maxSize:8},video:{maxSize:1e4,maxLength:14400}},tumblr:{allowedMediaTypes:o.concat([a,r,s]),image:{maxSize:20},video:{maxSize:500,maxLength:600}},linkedin:{allowedMediaTypes:o.concat([a,s]),image:{maxSize:20},video:{minSize:.075,maxSize:200,maxLength:600,minLength:3}},"instagram-business":{requiresMedia:!0,allowedMediaTypes:["image/jpg","image/jpeg",a,r,s],image:{maxSize:8,minWidth:320,maxWidth:1440,aspectRatio:{min:.8,max:1.91}},video:{maxLength:90,minLength:3,maxSize:1e3,maxWidth:1920,aspectRatio:{min:.01,max:10}}},mastodon:{allowedMediaTypes:c.concat([...u,a,s]),image:{maxSize:10},video:{maxSize:40}},nextdoor:{allowedMediaTypes:d.concat([...p,a,s]),image:{maxSize:10},video:{maxSize:500}}},h=["image/png","image/jpeg","image/jpg","image/heic","image/heif","image/webp"],E=[...new Set([...o,...i,...c,...l,...u,...h])]},383:(e,t,n)=>{"use strict";n.d(t,{h:()=>i});var a=n(47143),r=n(43656),s=n(86087),o=n(70407);function i(){const{editPost:e}=(0,a.useDispatch)(r.store),t=(0,a.useSelect)((e=>{const t=e(r.store).getEditedPostAttribute("meta")||{},n=t.jetpack_publicize_feature_enabled??!0,a=t.jetpack_social_options||{};return{isPublicizeEnabled:n,jetpackSocialOptions:a,attachedMedia:a.attached_media||[],imageGeneratorSettings:a.image_generator_settings??{enabled:!1},isPostAlreadyShared:t.jetpack_social_post_already_shared??!1,shareMessage:`${t.jetpack_publicize_message||""}`.substring(0,(0,o.getShareMessageMaxLength)())}}),[]),n=(0,s.useCallback)(((t,n)=>{e({meta:{[t]:n}})}),[e]),i=(0,s.useCallback)((()=>{n("jetpack_publicize_feature_enabled",!t.isPublicizeEnabled)}),[t.isPublicizeEnabled,n]),l=(0,s.useCallback)(((e,a)=>{n("jetpack_social_options",{...t.jetpackSocialOptions,[e]:a,version:2})}),[t.jetpackSocialOptions,n]);return(0,s.useMemo)((()=>({...t,togglePublicizeFeature:i,updateJetpackSocialOptions:l,updateMeta:n})),[t,i,l,n])}},57275:(e,t,n)=>{"use strict";n.d(t,{z:()=>o});var a=n(47143),r=n(43656),s=n(86087);function o(e){const t=(0,a.useSelect)((e=>e(r.store).isPublishingPost()),[]),[n,o]=(0,s.useState)(e),i=(0,s.useRef)(!1);return(0,s.useEffect)((()=>{t&&(i.current=!0),i.current||o(e)}),[t,e]),n}},77627:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(39384),r=n(85985),s=n(47143),o=n(43656),i=n(89729),l=n(383);const c="republicize";function u(){const e=!(0,r.d9)()&&!(0,r.Sy)(),t=(0,r.$i)()?.wpcomBlogId,n=e||(0,r.FB)(c)?.available,u=(0,s.useSelect)((e=>e(o.store).isCurrentPostPublished()),[]),d=(0,s.useSelect)((e=>e(o.store).getCurrentPostType()),[]),{isUserConnected:p}=(0,a.useConnection)(),m=(0,r.$i)()?.social?.publicizeConnectionsUrl??"https://wordpress.com/marketing/connections/",{isPublicizeEnabled:g,togglePublicizeFeature:A,isPostAlreadyShared:h}=(0,l.h)(),E=(0,r.W4)(c)&&!n,f=u?n:g,b=u&&E,v=u&&!n,C=!!(0,r.$i)()?.social?.hasPaidPlan,k=!!(0,r.$i)()?.social?.isEnhancedPublishingEnabled,y="jetpack-social-note"===d,B=!p&&!(0,r.Sy)(),w=(0,s.useSelect)((e=>e(i.M_).userConnectionUrl()),[]);return{isPublicizeEnabledMeta:g,isPublicizeEnabled:f,togglePublicizeFeature:A,isPublicizeDisabledBySitePlan:b,isRePublicizeFeatureAvailable:n,isRePublicizeUpgradableViaUpsell:E,hidePublicizeFeature:v,isPostAlreadyShared:h,hasPaidPlan:C,isEnhancedPublishingEnabled:k,isSocialImageGeneratorAvailable:!!(0,r.$i)()?.social?.isSocialImageGeneratorAvailable&&!y,isSocialImageGeneratorEnabled:!!(0,r.$i)()?.social?.isSocialImageGeneratorEnabled,connectionsAdminUrl:m+(t??(0,r.GE)()),adminUrl:(0,r.$i)()?.social?.adminUrl,jetpackSharingSettingsUrl:(0,r.$i)()?.social?.jetpackSharingSettingsUrl,isJetpackSocialNote:y,needsUserConnection:B,userConnectionUrl:w}}},88584:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(29491),r=n(86087),s=n(86212),o=n(50001);function i(){const e=(0,r.useRef)(!1),t=(0,r.useRef)(!0),n=(0,s.A)(),{refresh:i}=(0,o.A)(),l=(0,a.useDebounce)(i,0),c=(0,a.useDebounce)(i,2e3);return()=>{t.current&&(l(),t.current=!1),n||(e.current=!0,c.cancel()),n&&e.current&&(c(),e.current=!1)}}},38394:(e,t,n)=>{"use strict";n.d(t,{i:()=>o});var a=n(27723),r=n(16480),s=n(51609);const __=a.__;function o({onError:e,onSuccess:t}){const[n,a]=(0,s.useState)(!1),o=(0,s.useCallback)((async(n,s="image")=>{try{a(!0);const o=await fetch(n);if(!o.ok)return void e(new Error(__("Failed to download image.","jetpack"),{cause:o}));const i=await o.blob(),l=new File([i],s,{type:i.type});await(0,r.uploadMedia)({filesList:[l],onFileChange:([e])=>{void 0!==e.id&&(t(e),a(!1))},onError:t=>{e(new Error(__("Failed to save image to library.","jetpack"),{cause:t})),a(!1)},maxUploadFileSize:0})}catch(t){e(new Error(__("Failed to save image to library.","jetpack"),{cause:t}))}finally{a(!1)}}),[e,t]);return(0,s.useMemo)((()=>({isSaving:n,save:o})),[n,o])}},49036:(e,t,n)=>{"use strict";n.d(t,{Wv:()=>l,_D:()=>i});var a=n(29491),r=n(47143),s=n(43656),o=n(86087);function i(e,t){const n=(0,r.useSelect)((e=>e(s.store).isPublishingPost()),[]),i=(0,a.usePrevious)(n);(0,o.useEffect)((()=>{i&&!n&&e()}),[n,i,e,t])}function l(e,t){const n=(0,r.useSelect)((e=>e(s.store).isPublishingPost()),[]),i=(0,a.usePrevious)(n);(0,o.useEffect)((()=>{!i&&n&&e()}),[n,i,e,t])}},31873:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(1455),r=n.n(a),s=n(47143),o=n(43656),i=n(86087),l=n(27723),c=n(50001),u=n(39553),d=n(51371);const __=l.__;function p(e){const t=e?.code,n=e?.errors?.length;if(!t&&!n)return!1;let a="";return t&&(a=__("Unable to share the Post","jetpack")),n&&(a=__("Unable to share the Post","jetpack")),{message:a,result:e}}function m(e){const{message:t}=(0,u.A)(),{skippedConnections:n}=(0,c.A)(),a=(0,s.useSelect)((e=>e(o.store).getCurrentPostId()),[]);e=e||a;const[l,m]=(0,i.useState)({data:[],error:{}}),g=(0,d.n)().api_paths.resharePost.replace("{postId}",e),A=(0,i.useCallback)((async function(a=null){const s={isFetching:!1,isError:!1,isSuccess:!1,data:[],error:{},postId:e};if(l.isFetching)return;const o=a||n;return m({...s,isFetching:!0}),await r()({path:g,method:"POST",data:{message:t,skipped_connections:o,async:!0}}).then(((e={})=>{const t=p(e);if(t)return m((e=>({...e,isFetching:!1,isSuccess:!1,isError:!0,data:[],error:t})));m((t=>({...t,isFetching:!1,isSuccess:!0,isError:!1,data:e?.results,error:{}})))})).catch((e=>{m((t=>({...t,isFetching:!1,isSuccess:!1,isError:!0,data:[],error:p(e)})))})),function(){m(s)}}),[e,t,n,l.isFetching,g]);return{...l,doPublicize:A}}},50001:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(47143),r=n(89729);function s(){const{refreshConnectionTestResults:e,toggleConnectionById:t}=(0,a.useDispatch)(r.M_);return{...(0,a.useSelect)((e=>{const t=e(r.M_),n=t.getConnections(),a=t.getEnabledConnections(),s=t.getDisabledConnections().map((e=>e.connection_id));return{connections:n,hasConnections:n.length>0,hasEnabledConnections:a.length>0,skippedConnections:s,enabledConnections:a}}),[]),toggleById:t,refresh:e}}},39553:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(70407),r=n(383);function s(){const{updateMeta:e,shareMessage:t}=(0,r.h)();return{message:t,maxLength:(0,a.getShareMessageMaxLength)(),updateMessage:function(t){e("jetpack_publicize_message",t)}}}},75168:(e,t,n)=>{"use strict";n.d(t,{F:()=>i});var a=n(47143),r=n(43656),s=n(89729),o=n(49036);function i(){const{mergeConnections:e}=(0,a.useDispatch)(s.M_),{didPostSaveRequestSucceed:t,isCurrentPostPublished:n,getEditedPostAttribute:i}=(0,a.useSelect)((e=>e(r.store)),[]);(0,o._D)((()=>{if(t()&&n()){const t=i("jetpack_publicize_connections");t?.length&&e(t)}}),[t,n,i])}},93394:(e,t,n)=>{"use strict";n.r(t),n.d(t,{abortRefreshConnectionsRequest:()=>b,abortRequest:()=>f,addConnection:()=>m,closeConnectionsModal:()=>T,createAbortController:()=>h,createConnection:()=>I,deleteConnection:()=>y,deleteConnectionById:()=>w,deletingConnection:()=>B,mergeConnections:()=>A,openConnectionsModal:()=>R,refreshConnectionTestResults:()=>v,removeAbortControllers:()=>E,setConnections:()=>d,setKeyringResult:()=>p,setReconnectingAccount:()=>S,syncConnectionsToPostMeta:()=>C,toggleConnection:()=>g,toggleConnectionById:()=>k,toggleConnectionsModal:()=>N,updateConnection:()=>x,updateConnectionById:()=>Q,updatingConnection:()=>j});var a=n(692),r=n(1455),s=n.n(r),o=n(47143),i=n(43656),l=n(27723),c=n(51371),u=n(54118);const __=l.__;function d(e){return{type:u.dA,connections:e}}function p(e){return{type:u.BN,keyringResult:e}}function m(e){return{type:u.Bc,connection:e}}function g(e){return{type:u.af,connectionId:e}}function A(e){return function({dispatch:t,select:n}){const a=n.getConnections(),r=[],s={done:!1,enabled:!0,toggleable:!0};for(const t of e){const e=a.find((e=>e.connection_id?e.connection_id===t.connection_id:e.id===t.id)),n={...s,...e,...t,shared:e?.shared,is_healthy:t.test_success};r.push(n)}t(d(r))}}function h(e,t){return{type:u.WB,requestType:t,abortController:e}}function E(e){return{type:u.Wp,requestType:e}}function f(e){return function({dispatch:t,select:n}){const a=n.getAbortControllers(e);for(const e of a)e.abort();t(E(e))}}function b(){return f(u.rz)}function v(e=!1){return async function({dispatch:t,select:n}){try{const a=(0,c.n)().api_paths.refreshConnections;for(;n.getUpdatingConnections().length>0||n.getDeletingConnections().length>0;)await new Promise((e=>setTimeout(e,100)));const r=new AbortController;t(h(r,u.rz));t(A(await s()({path:a,signal:r.signal}))),e&&t(C())}catch(n){"AbortError"===n.name&&t(v(e))}}}function C(){return function({registry:e,select:t}){const n=t.getConnections();return e.dispatch(i.store).editPost({jetpack_publicize_connections:n})}}function k(e,t=!0){return function({dispatch:n}){n(g(e)),t&&n(C())}}function y(e){return{type:u.nC,connectionId:e}}function B(e,t=!0){return{type:u.WH,connectionId:e,deleting:t}}function w({connectionId:e,showSuccessNotice:t=!0}){return async function({registry:n,dispatch:r}){const{createErrorNotice:l,createSuccessNotice:c}=(0,o.dispatch)(a.store);try{const a=`/jetpack/v4/social/connections/${e}`;return r(b()),r(B(e)),await s()({method:"DELETE",path:a}),r(y(e)),t&&c(__("Account disconnected successfully.","jetpack"),{type:"snackbar",isDismissible:!0}),n.select(i.store).getCurrentPostId()&&r(C()),!0}catch(e){let t=__("Error disconnecting account.","jetpack");"object"==typeof e&&"message"in e&&e.message&&(t=`${t} ${e.message}`),l(t,{type:"snackbar",isDismissible:!0})}finally{r(B(e,!1))}return!1}}let _=1;function I(e,t={}){return async function({registry:n,dispatch:r}){const{createErrorNotice:c,createSuccessNotice:u}=(0,o.dispatch)(a.store),d="new-"+ ++_;try{const a="/jetpack/v4/social/connections/";r(m({connection_id:d,...t})),r(b()),r(j(d));const o=await s()({method:"POST",path:a,data:e});o&&(r(x(d,{...o,can_disconnect:!0,enabled:!0})),u((0,l.sprintf)(/* translators: %s is the name of the social media platform e.g. "Facebook" */ -__("%s account connected successfully.","jetpack"),o.label),{type:"snackbar",isDismissible:!0}),n.select(i.store).getCurrentPostId()&&r(C()))}catch(e){let t=__("Error connecting account.","jetpack");"object"==typeof e&&"message"in e&&e.message&&(t=`${t} ${e.message}`),c(t,{type:"snackbar",isDismissible:!0})}finally{r(j(d,!1)),r(y(d))}}}function x(e,t){return{type:u.dw,connectionId:e,data:t}}function j(e,t=!0){return{type:u._6,connectionId:e,updating:t}}function S(e){return{type:u.Nv,reconnectingAccount:e}}function Q(e,t){return async function({dispatch:n,select:r}){const{createErrorNotice:i,createSuccessNotice:l}=(0,o.dispatch)(a.store),c=r.getConnectionById(e);try{const a=`/jetpack/v4/social/connections/${e}`;n(b()),n(x(e,t)),n(j(e));await s()({method:"POST",path:a,data:t})&&l(__("Account updated successfully.","jetpack"),{type:"snackbar",isDismissible:!0})}catch(t){let a=__("Error updating account.","jetpack");"object"==typeof t&&"message"in t&&t.message&&(a=`${a} ${t.message}`),n(x(e,c)),i(a,{type:"snackbar",isDismissible:!0})}finally{n(j(e,!1))}}}function N(e){return{type:u.xW,isOpen:e}}function R(){return N(!0)}function T(){return N(!1)}},54118:(e,t,n)=>{"use strict";n.d(t,{BN:()=>d,Bc:()=>r,M6:()=>b,Nv:()=>u,WB:()=>m,WH:()=>i,Wp:()=>g,_6:()=>c,_y:()=>f,aF:()=>v,af:()=>s,b5:()=>A,dA:()=>a,dw:()=>l,fz:()=>E,nC:()=>o,rz:()=>h,xW:()=>p});const a="SET_CONNECTIONS",r="ADD_CONNECTION",s="TOGGLE_CONNECTION",o="DELETE_CONNECTION",i="DELETING_CONNECTION",l="UPDATE_CONNECTION",c="UPDATING_CONNECTION",u="SET_RECONNECTING_ACCOUNT",d="SET_KEYRING_RESULT",p="TOGGLE_CONNECTIONS_MODAL",m="ADD_ABORT_CONTROLLER",g="REMOVE_ABORT_CONTROLLERS",A="DEFAULT",h="REFRESH_CONNECTIONS",E="FETCH_POST_SHARE_STATUS",f="RECEIVE_POST_SHARE_STATUS",b="TOGGLE_SHARE_STATUS_MODAL",v="POLLING_FOR_POST_SHARE_STATUS"},20257:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(93394),r=n(36305),s=n(33857),o=n(72451),i=n(52930),l=n(40898);const c={...o,...r.Ay,...i.Ay,...s.A,...a,...l.Ay}},36305:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>l,iJ:()=>i,ql:()=>o});var a=n(47143),r=n(89729),s=n(51979);const o="SET_JETPACK_SETTINGS";function i(e){return{type:o,options:e}}const l={updateJetpackSettings:function*(e){try{yield i({is_updating:!0}),yield i(e),yield(0,s.He)(e);const t=yield(0,s._r)();return yield i(t),!0}catch(e){const t=(0,a.select)(r.Af).getJetpackSettings();return yield i(t),!1}finally{yield i({is_updating:!1})}},setJetpackSettings:i}},33857:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(51979),r=n(52930);const s={refreshJetpackSocialSettings:function*(){try{yield(0,r.tK)();const e=yield(0,a.Bm)();return yield(0,r.DE)(e.jetpack_social_image_generator_settings),!0}catch(e){return!1}finally{yield(0,r.xK)()}}}},72451:(e,t,n)=>{"use strict";n.r(t),n.d(t,{closeShareStatusModal:()=>c,defaultIsRequestComplete:()=>u,fetchPostShareStatus:()=>s,openShareStatusModal:()=>l,pollForPostShareStatus:()=>g,pollingForPostShareStatus:()=>m,receivePostShareStaus:()=>o,toggleShareStatusModal:()=>i});var a=n(43656),r=n(54118);function s(e,t=!0){return{type:r.fz,postId:e,loading:t}}function o(e,t){return{type:r._y,shareStatus:e,postId:t}}function i(e){return{type:r.M6,isOpen:e}}function l(){return i(!0)}function c(){return i(!1)}const u=({lastTimestamp:e,postShareStatus:t})=>e?t.shares.some((t=>t.timestamp>e)):t.shares.length>0,d=6e4,p=3e3;function m(e,t=!0){return{type:r.aF,postId:e,polling:t}}function g({pollingInterval:e=p,postId:t,isRequestComplete:n=u,timeout:r=d}={}){return async function({dispatch:s,select:o,registry:i}){const l=Date.now(),c=t||i.select(a.store).getCurrentPostId(),u=o.getPostShareStatus(c).shares[0]?.timestamp||0;let d=!1,p=!1;s(m(c));do{o.getPostShareStatus(c).loading||s.invalidateResolution("getPostShareStatus",[c]),await new Promise((t=>setTimeout(t,e))),d=n({lastTimestamp:u,postShareStatus:o.getPostShareStatus(c)}),p=Date.now()-l>r}while(!d&&!p);s(m(c,!1))}}},52930:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>u,DE:()=>c,Xh:()=>o,tK:()=>i,xK:()=>l});var a=n(47143),r=n(89729),s=n(51979);const o="SET_SOCIAL_IMAGE_GENERATOR_SETTINGS";function i(){return c({isUpdating:!0})}function l(){return c({isUpdating:!1})}function c(e){return{type:o,options:e}}const u={updateSocialImageGeneratorSettings:function*(e){try{yield i(),yield c(e),yield(0,s.uy)(e);const t=yield(0,s.lz)();return yield c(t.jetpack_social_image_generator_settings),!0}catch(e){const t=(0,a.select)(r.Af).getSocialImageGeneratorSettings();return yield c(t),!1}finally{yield l()}},setSocialImageGeneratorSettings:c,refreshSocialImageGeneratorSettings:function*(){try{yield i();const e=yield(0,s.lz)();return yield c(e.jetpack_social_image_generator_settings),!0}catch(e){return!1}finally{yield l()}}}},40898:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c});var a=n(47143),r=n(89729),s=n(51979),o=n(36305);function i(){return(0,o.iJ)({social_notes_is_updating:!0})}function l(){return(0,o.iJ)({social_notes_is_updating:!1})}const c={updateSocialNotesSettings:function*(e){try{yield i(),yield(0,o.iJ)(e),yield(0,s.He)(e);const t=yield(0,s._r)();return yield(0,o.iJ)(t),!0}catch(e){const t=(0,a.select)(r.Af).getSocialNotesSettings();return yield(0,o.iJ)(t),!1}finally{yield l()}},updateSocialNotesConfig:function*(e){const t=(0,a.select)(r.Af).getSocialNotesConfig(),n={...t,...e};try{yield(0,o.iJ)({social_notes_config:n}),yield(0,s.He)({social_notes_config:e});const t=yield(0,s._r)();return yield(0,o.iJ)(t),!0}catch(e){return yield(0,o.iJ)({social_notes_config:t}),!1}},refreshSocialNotesSettings:function*(){try{yield i();const e=yield(0,s._r)();return yield(0,o.iJ)(e),!0}catch(e){return!1}finally{yield l()}}}},51979:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>A,Bm:()=>g,He:()=>d,_r:()=>u,lz:()=>p,uy:()=>m});var a=n(1455),r=n.n(a);const s="FETCH_JETPACK_SETTINGS",o="UPDATE_JETPACK_SETTINGS",i="FETCH_SOCIAL_IMAGE_GENERATOR_SETTINGS",l="UPDATE_SOCIAL_IMAGE_GENERATOR_SETTINGS",c="FETCH_JETPACK_SOCIAL_SETTINGS",u=()=>({type:s}),d=e=>({type:o,settings:e}),p=()=>({type:i}),m=e=>({type:l,settings:e}),g=()=>({type:c}),A={[s]:function(){return r()({path:"/jetpack/v4/social/settings"})},[o]:function(e){return r()({path:"/jetpack/v4/social/settings",method:"POST",data:e.settings})},[i]:function(){return r()({path:"/wp/v2/settings?_fields=jetpack_social_image_generator_settings"})},[l]:function(e){return r()({path:"/wp/v2/settings",method:"POST",data:{jetpack_social_image_generator_settings:e.settings}})},[c]:function(){return r()({path:"/wp/v2/settings?_fields=jetpack_social_image_generator_settings"})}}},89729:(e,t,n)=>{"use strict";n.d(t,{Af:()=>c,BB:()=>f,M_:()=>b,PX:()=>E,V6:()=>g,bN:()=>p,gt:()=>m,me:()=>h,s:()=>d,zk:()=>A});var a=n(47143),r=n(20257),s=n(51979),o=n(81194),i=n(37394),l=n(89580);const c="jetpack-social-plugin",u={reducer:o.A,actions:r.A,selectors:l.A,resolvers:i.Ay,controls:s.Ay,initialState:window?.jetpackSocialInitialState||window?.Initial_State?.socialInitialState||window?.Jetpack_Editor_Initial_State?.social||{}},d="facebook",p="instagram-business",m="linkedin",g="mastodon",A="nextdoor",h="tumblr",E="twitter",f="threads",b=(0,a.createReduxStore)(c,u);(0,a.register)(b)},86589:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54118);const r=(e={},t)=>{switch(t.type){case a.xW:return{...e,isConnectionsModalOpen:t.isOpen};case a.Bc:return{...e,connections:[...e.connections,t.connection]};case a.dA:return{...e,connections:t.connections};case a.nC:return{...e,connections:e.connections.filter((({connection_id:e})=>e!==t.connectionId))};case a.WH:{const n=new Set(e.deletingConnections);return t.deleting?n.add(t.connectionId):n.delete(t.connectionId),{...e,deletingConnections:[...n]}}case a.Nv:return{...e,reconnectingAccount:t.reconnectingAccount};case a.dw:return{...e,connections:e.connections.map((e=>e.connection_id===t.connectionId?{...e,...t.data}:e))};case a._6:{const n=new Set(e.updatingConnections);return t.updating?n.add(t.connectionId):n.delete(t.connectionId),{...e,updatingConnections:[...n]}}case a.WB:{const n=t.requestType||a.b5;return{...e,abortControllers:{...e.abortControllers,[n]:[...e.abortControllers?.[n]||[],t.abortController]}}}case a.Wp:{const n=t.requestType||a.b5;return{...e,abortControllers:{...e.abortControllers,[n]:[]}}}case a.BN:return{...e,keyringResult:t.keyringResult};case a.af:return{...e,connections:e.connections.map((e=>(e.connection_id?e.connection_id===t.connectionId:e.id===t.connectionId)?{...e,enabled:!e.enabled}:e))}}return e}},81194:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(47143),r=n(86589),s=n(61556),o=n(53202),i=n(55532),l=n(81105);const c=(0,a.combineReducers)({siteData:i.A,connectionData:r.A,jetpackSettings:s.A,socialImageGeneratorSettings:l.A,shareStatus:o.q,hasPaidPlan:(e=!1)=>e,userConnectionUrl:(e="")=>e,useAdminUiV1:(e=!1)=>e,featureFlags:(e=!1)=>e,hasPaidFeatures:(e=!1)=>e})},61556:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(36305);const r=(e={},t)=>t.type===a.ql?{...e,...t.options}:e},53202:(e,t,n)=>{"use strict";n.d(t,{q:()=>r});var a=n(54118);function r(e={},t){switch(t.type){case a.fz:return{...e,[t.postId]:{shares:[],...e?.[t.postId],loading:t.loading??!0}};case a.aF:return{...e,[t.postId]:{shares:[],...e?.[t.postId],polling:t.polling??!0}};case a._y:return{...e,[t.postId]:{...e?.[t.postId],...t.shareStatus,loading:!1}};case a.M6:return{...e,isModalOpen:t.isOpen}}return e}},55532:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=(e={})=>e},81105:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(52930);const r=(e={},t)=>t.type===a.Xh?{...e,...t.options}:e},37394:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>p});var a=n(1455),r=n.n(a),s=n(43656),o=n(59061),i=n(93394),l=n(36305),c=n(72451),u=n(52930),d=n(51979);const p={getJetpackSettings:function*(){try{const e=yield(0,d._r)();if(e)return(0,l.iJ)(e)}catch(e){console.log(e)}},getSocialImageGeneratorSettings:function*(){try{const e=yield(0,d.lz)();if(e)return(0,u.DE)(e.jetpack_social_image_generator_settings)}catch(e){console.log(e)}},getConnections:function(){return function({dispatch:e,registry:t}){const n=t.select(s.store);if(!n.getCurrentPostId())return;const a=n.getEditedPostAttribute("jetpack_publicize_connections");e((0,i.setConnections)(a||[]))}},getPostShareStatus:function(e){return async({dispatch:t,registry:n,select:a})=>{const i=e||n.select(s.store).getCurrentPostId();if(a.featureFlags().useShareStatus)try{t((0,c.fetchPostShareStatus)(i));let e=await r()({path:`jetpack/v4/social/share-status/${i}`});e=(0,o.x)(e),t((0,c.receivePostShareStaus)(e,i))}catch(e){t((0,c.fetchPostShareStatus)(i,!1))}}}}},28343:(e,t,n)=>{"use strict";n.r(t),n.d(t,{getAbortControllers:()=>E,getConnectionById:()=>s,getConnectionProfileDetails:()=>m,getConnections:()=>r,getConnectionsAdminUrl:()=>i,getConnectionsByService:()=>o,getDeletingConnections:()=>g,getDisabledConnections:()=>p,getEnabledConnections:()=>d,getFailedConnections:()=>c,getKeyringResult:()=>b,getMustReauthConnections:()=>u,getReconnectingAccount:()=>h,getUpdatingConnections:()=>A,hasConnections:()=>l,isConnectionsModalOpen:()=>v,isMastodonAccountAlreadyConnected:()=>f});var a=n(54118);function r(e){return e.connectionData?.connections??[]}function s(e,t){return r(e).find((e=>e.connection_id===t))}function o(e,t){return r(e).filter((({service_name:e})=>e===t))}function i(e){return e.connectionData?.adminUrl??null}function l(e){return r(e).length>0}function c(e){return r(e).filter((e=>!1===e.test_success))}function u(e){return r(e).filter((e=>"must_reauth"===e.test_success)).map((e=>e.service_name))}function d(e){return r(e).filter((e=>e.enabled))}function p(e){return r(e).filter((e=>!e.enabled))}function m(e,t,{forceDefaults:n=!1}={}){let a="",s="",o="";if(!n){const n=r(e).find((({service_name:e})=>t===e));if(n){const{display_name:e,profile_display_name:r,profile_picture:i,external_display:l}=n;a="twitter"===t?r:e||l,o="twitter"===t?e:n.username,s=i}}return{displayName:a,profileImage:s,username:o}}function g(e){return e.connectionData?.deletingConnections??[]}function A(e){return e.connectionData?.updatingConnections??[]}function h(e){return e.connectionData?.reconnectingAccount??""}function E(e,t=a.b5){return e.connectionData?.abortControllers?.[t]??[]}function f(e,t){return o(e,"mastodon").some((e=>e.external_display===t))}function b(e){return e.connectionData?.keyringResult}function v(e){return e.connectionData?.isConnectionsModalOpen??!1}},89580:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(28343),r=n(91906),s=n(49424),o=n(80078),i=n(67027);const l={...o.A,...a,...r.A,...i.A,...s,userConnectionUrl:e=>e.userConnectionUrl,useAdminUiV1:e=>e.useAdminUiV1,featureFlags:e=>e.featureFlags,hasPaidFeatures:e=>e.hasPaidFeatures}},91906:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={getJetpackSettings:e=>e.jetpackSettings,isModuleEnabled:e=>e.jetpackSettings.publicize_active,showPricingPage:e=>e.jetpackSettings.show_pricing_page,isUpdatingJetpackSettings:e=>e.jetpackSettings.is_updating,hasPaidPlan:e=>!(e.jetpackSettings?.showNudge??1),isEnhancedPublishingEnabled:e=>e.jetpackSettings?.isEnhancedPublishingEnabled??!1,getDismissedNotices:e=>e.jetpackSettings?.dismissedNotices,isSocialNotesEnabled:e=>e.jetpackSettings?.social_notes_enabled,isSocialNotesSettingsUpdating:e=>e.jetpackSettings?.social_notes_is_updating,getSocialNotesConfig:e=>e.jetpackSettings?.social_notes_config??{}}},49424:(e,t,n)=>{"use strict";n.r(t),n.d(t,{getPostShareStatus:()=>s,isShareStatusModalOpen:()=>o});var a=n(47143),r=n(43656);const s=(0,a.createRegistrySelector)((e=>(t,n)=>{const a=n||e(r.store).getCurrentPostId();return t.shareStatus?.[a]??{shares:[]}}));function o(e){return e.shareStatus?.isModalOpen??!1}},80078:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={getAdminUrl:e=>e.siteData?.adminUrl??null,getAPIRootUrl:e=>e.siteData?.apiRoot??null,getAPINonce:e=>e.siteData?.apiNonce??null,getRegistrationNonce:e=>e.siteData?.registrationNonce??null,getSiteSuffix:e=>e.siteData?.siteSuffix??null,getBlogID:e=>e.siteData?.blogID??null,getPluginVersion:e=>e.siteData?.pluginVersion??null}},67027:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={getSocialImageGeneratorSettings:e=>e.socialImageGeneratorSettings,isSocialImageGeneratorAvailable:e=>e.socialImageGeneratorSettings.available,isSocialImageGeneratorEnabled:e=>e.socialImageGeneratorSettings.enabled,isUpdatingSocialImageGeneratorSettings:e=>e.socialImageGeneratorSettings.isUpdating,getSocialImageGeneratorDefaultTemplate:e=>e.socialImageGeneratorSettings.template}},12093:(e,t,n)=>{"use strict";n.d(t,{T:()=>r});const a=255;function r(){return a}},3280:(e,t,n)=>{"use strict";n.d(t,{n:()=>r});var a=n(85985);function r(){return(0,a.$i)()?.social?.supportedAdditionalConnections||[]}},70407:(e,t,n)=>{"use strict";n.d(t,{getShareMessageMaxLength:()=>a.T,getSupportedAdditionalConnections:()=>r.n,requestExternalAccess:()=>s.x});var a=n(12093),r=n(3280),s=n(5367),o=n(18672);n.o(o,"GlobalModals")&&n.d(t,{GlobalModals:function(){return o.GlobalModals}}),n.o(o,"useSyncPostDataToStore")&&n.d(t,{useSyncPostDataToStore:function(){return o.useSyncPostDataToStore}})},5367:(e,t,n)=>{"use strict";n.d(t,{x:()=>r});var a=n(51119);const r=(e,t)=>{const n=new a.A;let r;n.open(e,null,"toolbar=0,location=0,status=0,menubar=0,"+n.getScreenCenterSpecs(780,700)),n.once("close",(()=>{t(r?.ID?r:{})})),n.on("message",(e=>{r=e?.data}))}},51371:(e,t,n)=>{"use strict";n.d(t,{n:()=>r});var a=n(97999);function r(){return(0,a.getScriptData)().social}},59061:(e,t,n)=>{"use strict";function a(e){return e&&"shares"in e&&e.done&&e.shares.sort(((e,t)=>t.timestamp-e.timestamp)),e}function r(e){return t=>t.service_name===e.service&&(e.external_id?t.external_id===e.external_id:t.connection_id===e.connection_id.toString())}n.d(t,{e:()=>r,x:()=>a})},50646:(e,t,n)=>{"use strict";n(51371)},18672:()=>{},85985:(e,t,n)=>{"use strict";n.d(t,{$i:()=>a.A,BT:()=>l.A,Cq:()=>g.C,Dk:()=>c.Dk,FB:()=>o.A,GE:()=>r.A,GT:()=>c.GT,Q4:()=>c.Q4,Sy:()=>s.Sy,W4:()=>c.W4,aq:()=>c.aq,d9:()=>s.d9,gB:()=>u.A,jt:()=>m.A,lk:()=>s.lk,pP:()=>s.pP,q7:()=>p.A,sH:()=>c.sH,sh:()=>g.s,st:()=>d.A,tu:()=>c.tu,vp:()=>i.A});var a=n(34972),r=n(54815),s=n(62634),o=n(60703),i=n(82034),l=n(65595),c=n(53265),u=n(49354),d=n(73489),p=n(76923),m=n(15877),g=n(30335);n(88290)},15877:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(67142),r=n(51609),s=n.n(r);const o=()=>s().createElement(a.A,{className:"jetpack-editor-panel-logo",height:16,logoColor:"#1E1E1E",showText:!1})},30335:(e,t,n)=>{"use strict";n.d(t,{C:()=>o,s:()=>s});var a=n(86087),r=n(19334);function s(e){const t={};let n="span",r=e.icon;const s=document.createElement("div");s.innerHTML=e.icon;const o=s.querySelector("svg");return o&&(n="svg",r=o.innerHTML,Array.from(o.attributes).forEach((({nodeName:e,nodeValue:n})=>t[e]=n))),(0,a.createElement)(n,{...t,dangerouslySetInnerHTML:{__html:r||""}})}function o(e){return{src:s(e),foreground:(0,r.A)()}}},19334:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(62634);const r="#069e08";function s(){return(0,a.d9)()||(0,a.Sy)()?null:r}},34972:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const a="Jetpack_Editor_Initial_State";function r(){return"object"==typeof window?window?.[a]??null:null}},60703:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(34972);function r(e){const t=(0,a.A)(),n=t?.available_blocks?.[e]?.available??!1,r=t?.available_blocks?.[e]?.unavailable_reason??"unknown";return{available:n,...!n&&{details:t?.available_blocks?.[e]?.details??[],unavailableReason:r}}}},54815:(e,t,n)=>{"use strict";function a(){return window&&window.Jetpack_Editor_Initial_State&&window.Jetpack_Editor_Initial_State.siteFragment?window.Jetpack_Editor_Initial_State.siteFragment:null}n.d(t,{A:()=>a})},73489:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(90372),r=n(39384),s=n(86087);const{tracks:o}=a.A,{recordEvent:i}=o,l=({pageViewEventName:e=null,pageViewNamespace:t="jetpack",pageViewSuffix:n="page_view",pageViewEventProperties:l={}}={})=>{const[c,u]=(0,s.useState)(!1),{isUserConnected:d,isRegistered:p,userConnectionData:m={}}=(0,r.useConnection)(),{wpcomUser:{login:g,ID:A}={},blogId:h}=m.currentUser||{},E=(0,s.useCallback)((async(e,t={})=>{d&&A&&g&&i(e,t)}),[d,A,g]);return(0,s.useEffect)((()=>{d&&A&&g&&h&&a.A.initialize(A,g,{blog_id:h})}),[h,A,g,d]),(0,s.useEffect)((()=>{const a=e?`${t}_${e}_${n}`:null;p&&a&&(c||(E(a,l),u(!0)))}),[c,t,e,n,p,l,E]),{recordEvent:E,tracks:o}}},76923:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(47143),r=n(86087),s=n(88290);const o=e=>{const{isModuleActive:t,isChangingStatus:n,isLoadingModules:o}=(0,a.useSelect)((t=>{const n=t(s.F);return{isModuleActive:n.isModuleActive(e),isChangingStatus:n.isModuleUpdating(e),isLoadingModules:n.areModulesLoading(e)}}),[s.F]),{updateJetpackModuleStatus:i}=(0,a.useDispatch)(s.F),l=(0,r.useCallback)((t=>i({name:e,active:t})),[e,i]);return(0,r.useMemo)((()=>({isLoadingModules:o,isChangingStatus:n,isModuleActive:t,changeStatus:l})),[o,n,t,l])}},49354:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(34972);function r(){return(0,a.A)()?.jetpack?.is_current_user_connected??!1}},27105:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>p,E9:()=>d});var a=n(47143),r=n(62634),s=n(94478),o=n(88290);const i="SET_JETPACK_MODULES",l="SET_MODULE_UPDATING";function c(e){return d({isLoading:e})}function u(e,t){return{type:l,name:e,isUpdating:t}}function d(e){return{type:i,options:e}}const p={updateJetpackModuleStatus:function*(e){try{yield u(e.name,!0),yield(0,s.sB)(e);const t=yield(0,s.wz)();return yield d({data:t}),!0}catch(e){const t=(0,a.select)(o.F).getJetpackModules();return yield d(t),!1}finally{yield u(e.name,!1)}},setJetpackModules:d,fetchModules:function*(){if((0,r.Sy)())return!0;try{yield c(!0);const e=yield(0,s.wz)();return yield d({data:e}),!0}catch(e){const t=(0,a.select)(o.F).getJetpackModules();return yield d(t),!1}finally{yield c(!1)}}}},94478:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c,sB:()=>l,wz:()=>i});var a=n(1455),r=n.n(a);const s="FETCH_JETPACK_MODULES",o="UPDATE_JETPACK_MODULE_STATUS",i=()=>({type:s}),l=e=>({type:o,settings:e}),c={[s]:function(){return r()({path:"/jetpack/v4/module/all",method:"GET"})},[o]:function({settings:e}){return r()({path:`/jetpack/v4/module/${e.name}/active`,method:"POST",data:{active:e.active}})}}},88290:(e,t,n)=>{"use strict";n.d(t,{F:()=>c});var a=n(47143),r=n(27105),s=n(94478),o=n(38862),i=n(62701),l=n(31640);const c="jetpack-modules",u=(0,a.createReduxStore)(c,{reducer:o.A,actions:r.Ay,controls:s.Ay,resolvers:i.A,selectors:l.A});(0,a.register)(u);const d=window?.Initial_State?.getModules||window?.Jetpack_Editor_Initial_State?.modules||null;null!==d&&(0,a.dispatch)(c).setJetpackModules({data:{...d}})},38862:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const a={isLoading:!1,isUpdating:{},data:{}},r=(e=a,t)=>{switch(t.type){case"SET_JETPACK_MODULES":return{...e,...t.options};case"SET_MODULE_UPDATING":return{...e,isUpdating:{...e.isUpdating,[t.name]:t.isUpdating}}}return e}},62701:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(27105),r=n(94478);const s={getJetpackModules:function*(){try{const e=yield(0,r.wz)();if(e)return(0,a.E9)({data:e})}catch(e){console.error(e)}}}},31640:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(62634);const r={getJetpackModules:e=>e.data,isModuleActive:(e,t)=>(0,a.Sy)()||(e?.data?.[t]?.activated??!1),areModulesLoading:e=>e.isLoading??!1,isModuleUpdating:(e,t)=>e?.isUpdating?.[t]??!1}},53265:(e,t,n)=>{"use strict";n.d(t,{Dk:()=>A,GT:()=>E,Q4:()=>u,W4:()=>d,aq:()=>p,sH:()=>h,tu:()=>m});var a=n(27723),r=n(93832),s=n(66087),o=n(34972),i=n(60703),l=n(54815),c=n(62634);const __=a.__;function u({planSlug:e,plan:t,postId:n,postType:a}){const o=(0,s.startsWith)(e,"jetpack_")?e:(0,s.get)(t,["path_slug"]),i=(void 0===a?()=>{const e=new URLSearchParams(window.location.search);return(0,r.addQueryArgs)(window.location.protocol+`//${(0,l.A)().replace("::","/")}/wp-admin/site-editor.php`,{postId:e.get("postId"),postType:e.get("postType"),plan_upgraded:1})}:()=>{const e=["page","post"].includes(a)?"":"edit";return(0,c.Sy)()?(0,r.addQueryArgs)("/"+(0,s.compact)([e,a,(0,l.A)(),n]).join("/"),{plan_upgraded:1}):(0,r.addQueryArgs)(window.location.protocol+`//${(0,l.A)().replace("::","/")}/wp-admin/post.php`,{action:"edit",post:n,plan_upgraded:1})})();return(0,c.d9)()?(0,r.addQueryArgs)(`https://wordpress.com/plans/${(0,l.A)()}`,{redirect_to:i,customerType:"business"}):o&&(0,r.addQueryArgs)(`https://wordpress.com/checkout/${(0,l.A)()}/${o}`,{redirect_to:i})}function d(e){if(!e)return!1;const t=/^jetpack\//.test(e)?e.substr(8,e.length):e,{available:n,unavailableReason:a}=(0,i.A)(t);return!n&&"missing_plan"===a}function p(e,t){return"missing_plan"===e&&t.required_plan}function m(e){if(!e)return!1;const t=/^jetpack\//.test(e)?e.substr(8,e.length):e,{details:n,unavailableReason:a}=(0,i.A)(t);return p(a,n)}const g=[{name:"core/cover",mediaPlaceholder:!0,mediaReplaceFlow:!0,fileType:"video",description:__("Upgrade your plan to use video covers","jetpack")},{name:"core/audio",mediaPlaceholder:!0,mediaReplaceFlow:!0,fileType:"audio",description:__("Upgrade your plan to upload audio","jetpack")}];function A(){return(0,s.get)((0,o.A)(),"jetpack.enable_upgrade_nudge",!1)}const h=e=>(0,s.map)(g,"name").includes(e),E=e=>(0,s.head)((0,s.filter)(g,(({name:t})=>t===e)))},82034:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(92279),r=n(60703);function s(e,t){const{available:n,unavailableReason:s}=(0,r.A)(e);return!!n&&(0,a.registerPlugin)(`jetpack-${e}`,t)}},62634:(e,t,n)=>{"use strict";n.d(t,{Sy:()=>s,d9:()=>o,lk:()=>l,pP:()=>i});var a=n(34972);function r(){return"object"==typeof window&&"string"==typeof window._currentSiteType?window._currentSiteType:null}function s(){return"simple"===r()}function o(){return"atomic"===r()}function i(){const e=(0,a.A)();return e?.jetpack?.is_private_site??!1}function l(){const e=(0,a.A)();return e?.jetpack?.is_coming_soon??!1}},65595:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(96072),r=n.n(a),s=n(29491);const o=e=>(0,s.createHigherOrderComponent)((t=>n=>React.createElement(t,r()({},n,{className:n.name===e?"has-warning is-interactive":n.className}))),"withHasWarningIsInteractiveClassNames")},84705:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>a.d});var a=n(58992);n(91135)},91135:(e,t,n)=>{"use strict";n.d(t,{$:()=>a});const a=[{name:"amazon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M13.582 8.182c-1.648.185-3.802.308-5.344.984-1.781.769-3.03 2.337-3.03 4.644 0 2.953 1.86 4.429 4.253 4.429 2.02 0 3.125-.477 4.685-2.065.516.747.685 1.109 1.629 1.894a.59.59 0 0 0 .672-.066l.006.006c.567-.505 1.599-1.401 2.18-1.888.231-.188.19-.496.009-.754-.52-.718-1.072-1.303-1.072-2.634V8.305c0-1.876.133-3.599-1.249-4.891C15.23 2.369 13.422 2 12.04 2 9.336 2 6.318 3.01 5.686 6.351c-.068.355.191.542.423.594l2.754.298c.258-.013.445-.266.494-.523.236-1.151 1.2-1.706 2.284-1.706.584 0 1.249.215 1.595.738.398.584.346 1.384.346 2.061zm-.533 5.906c-.451.8-1.169 1.291-1.967 1.291-1.09 0-1.728-.83-1.728-2.061 0-2.42 2.171-2.86 4.227-2.86v.615c.001 1.108.027 2.031-.532 3.015m7.634 5.251C18.329 21.076 14.917 22 11.979 22c-4.118 0-7.826-1.522-10.632-4.057-.22-.199-.024-.471.241-.317 3.027 1.762 6.771 2.823 10.639 2.823 2.608 0 5.476-.541 8.115-1.66.397-.169.73.262.341.55m.653 1.704c-.194.163-.379.076-.293-.139.284-.71.92-2.298.619-2.684s-1.99-.183-2.749-.092c-.23.027-.266-.173-.059-.319 1.348-.946 3.555-.673 3.811-.356.26.32-.066 2.533-1.329 3.59"})))},{name:"behance",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M7.799 5.698c.589 0 1.12.051 1.606.156q.722.155 1.241.507.516.351.804.938c.188.387.281.871.281 1.443q0 .93-.421 1.551-.424.62-1.255 1.014 1.133.328 1.689 1.146.559.822.557 1.975 0 .935-.359 1.612a3.14 3.14 0 0 1-.973 1.114q-.613.432-1.399.637A6.1 6.1 0 0 1 7.963 18H2V5.698zm-.35 4.97q.721 0 1.192-.345.465-.344.463-1.119 0-.43-.152-.707a1.1 1.1 0 0 0-.416-.427 1.7 1.7 0 0 0-.596-.216 3.6 3.6 0 0 0-.697-.06H4.709v2.874zm.151 5.237q.401.001.759-.077c.243-.053.457-.137.637-.261.182-.12.332-.283.441-.491q.164-.31.163-.798-.002-.948-.533-1.357c-.356-.27-.83-.404-1.413-.404H4.709v3.388zm8.562-.041q.552.538 1.583.538.74 0 1.277-.374c.354-.248.571-.514.654-.79h2.155c-.347 1.072-.872 1.838-1.589 2.299-.708.463-1.572.693-2.58.693q-1.05 0-1.899-.337a4 4 0 0 1-1.439-.958 4.4 4.4 0 0 1-.904-1.484 5.4 5.4 0 0 1-.32-1.899q0-1 .329-1.863a4.4 4.4 0 0 1 .933-1.492q.607-.63 1.444-.994a4.6 4.6 0 0 1 1.857-.363q1.131-.001 1.98.44a3.94 3.94 0 0 1 1.389 1.181 4.8 4.8 0 0 1 .783 1.69q.24.947.171 1.983h-6.428c-.001.706.237 1.372.604 1.73m2.811-4.68c-.291-.321-.783-.496-1.384-.496q-.585 0-.973.2a2 2 0 0 0-.621.491 1.8 1.8 0 0 0-.328.628 2.7 2.7 0 0 0-.111.587h3.98c-.058-.625-.271-1.085-.563-1.41m-3.916-3.446h4.985V6.524h-4.985z"})))},{name:"blogger-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.779 9.904h-.981l-.021.001a1.163 1.163 0 0 1-1.16-1.079l-.001-.013A5.813 5.813 0 0 0 11.803 3H8.871a5.813 5.813 0 0 0-5.813 5.813v6.375a5.813 5.813 0 0 0 5.813 5.813h6.257a5.814 5.814 0 0 0 5.813-5.813l.002-4.121a1.164 1.164 0 0 0-1.164-1.163M8.726 7.713h3.291a1.117 1.117 0 1 1 0 2.234H8.726a1.117 1.117 0 1 1 0-2.234m6.601 8.657H8.72a1.057 1.057 0 1 1 0-2.114h6.607a1.057 1.057 0 1 1 0 2.114"})))},{name:"blogger",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M14.722 14.019a.654.654 0 0 1-.654.654H9.977a.654.654 0 0 1 0-1.308h4.091c.361 0 .654.293.654.654m-4.741-3.321h2.038a.692.692 0 0 0 0-1.384H9.981a.692.692 0 0 0 0 1.384M21 5v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2m-3.456 6.39a.72.72 0 0 0-.72-.72h-.607l-.013.001a.72.72 0 0 1-.718-.668l-.001-.008a3.6 3.6 0 0 0-3.599-3.599H10.07a3.6 3.6 0 0 0-3.599 3.599v3.947a3.6 3.6 0 0 0 3.599 3.599h3.874a3.6 3.6 0 0 0 3.599-3.599z"})))},{name:"bluesky",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.2 3.3c-.5-.2-1.4-.5-3.6 1C15.4 6 12.9 9.2 12 11c-.9-1.8-3.4-5-5.7-6.7-2.2-1.6-3-1.3-3.6-1S2 4.6 2 5.1s.3 4.7.5 5.4c.7 2.3 3.1 3.1 5.3 2.8-3.3.5-6.2 1.7-2.4 5.9 4.2 4.3 5.7-.9 6.5-3.6.8 2.7 1.7 7.7 6.4 3.6 3.6-3.6 1-5.4-2.3-5.9 2.2.2 4.6-.5 5.3-2.8.4-.7.7-4.8.7-5.4 0-.5-.1-1.5-.8-1.8"})))},{name:"codepen",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m22.016 8.84-.007-.037q-.006-.037-.015-.072-.007-.022-.013-.042l-.023-.062-.02-.042a.4.4 0 0 0-.03-.057l-.025-.038-.035-.052-.03-.037q-.021-.026-.043-.045-.015-.018-.035-.035a.4.4 0 0 0-.048-.04l-.037-.03-.015-.012-9.161-6.096a.86.86 0 0 0-.955 0L2.359 8.237l-.015.012-.038.028-.048.04a.638.638 0 0 0-.078.082q-.018.018-.03.037-.018.026-.035.052l-.025.038q-.016.031-.03.059l-.02.041a1 1 0 0 0-.034.106q-.01.034-.016.071-.003.02-.006.037a1 1 0 0 0-.009.114v6.093q0 .056.008.112l.007.038q.006.035.015.072a.2.2 0 0 0 .013.04q.01.032.022.063l.02.04a.4.4 0 0 0 .055.096l.035.052.03.037.042.045.035.035q.023.02.048.04l.038.03.013.01 9.163 6.095a.858.858 0 0 0 .959.004l9.163-6.095.015-.01q.02-.015.037-.03l.048-.04q.02-.017.035-.035.025-.024.043-.045l.03-.037.035-.052.025-.038a.4.4 0 0 0 .03-.058l.02-.04.023-.063c.003-.013.01-.027.013-.04q.009-.037.015-.072l.007-.037q.006-.062.007-.117V8.954a1 1 0 0 0-.008-.114m-9.154-4.376 6.751 4.49-3.016 2.013-3.735-2.492zm-1.724 0v4.009l-3.735 2.494-3.014-2.013zm-7.439 6.098L5.853 12l-2.155 1.438zm7.439 8.974-6.749-4.491 3.015-2.011 3.735 2.492zM12 14.035 8.953 12 12 9.966 15.047 12zm.862 5.501v-4.009l3.735-2.492 3.016 2.011zm7.441-6.098L18.147 12l2.156-1.438z"})))},{name:"deezer",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20.129 3.662c.222-1.287.548-2.096.909-2.098h.001c.673.002 1.219 2.809 1.219 6.274s-.546 6.274-1.22 6.274c-.276 0-.531-.477-.736-1.276-.324 2.926-.997 4.937-1.776 4.937-.603 0-1.144-1.208-1.507-3.114-.248 3.624-.872 6.195-1.602 6.195-.458 0-.875-1.019-1.184-2.678C13.861 21.6 13.003 24 12.002 24s-1.861-2.399-2.231-5.824c-.307 1.659-.724 2.678-1.184 2.678-.73 0-1.352-2.571-1.602-6.195-.363 1.905-.903 3.114-1.507 3.114-.778 0-1.452-2.011-1.776-4.937-.204.802-.46 1.276-.736 1.276-.674 0-1.22-2.809-1.22-6.274s.546-6.274 1.22-6.274c.362 0 .685.812.91 2.098.357-2.22.94-3.662 1.6-3.662.784 0 1.463 2.04 1.784 5.002.314-2.156.791-3.53 1.325-3.53.749 0 1.385 2.703 1.621 6.474.443-1.933 1.085-3.146 1.795-3.146s1.352 1.214 1.795 3.146c.237-3.771.872-6.474 1.621-6.474.533 0 1.009 1.374 1.325 3.53.321-2.962 1-5.002 1.784-5.002.658 0 1.244 1.443 1.603 3.662M0 7.221c0-1.549.31-2.805.692-2.805s.692 1.256.692 2.805-.31 2.805-.692 2.805S0 8.77 0 7.221m22.616 0c0-1.549.31-2.805.692-2.805S24 5.672 24 7.221s-.31 2.805-.692 2.805-.692-1.256-.692-2.805"})))},{name:"discord",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20.33 4.523A20 20 0 0 0 15.379 3a14 14 0 0 0-.634 1.289 18.4 18.4 0 0 0-5.495 0A14 14 0 0 0 8.615 3 20 20 0 0 0 3.66 4.527C.527 9.163-.323 13.684.102 18.141a20 20 0 0 0 6.073 3.049 14.7 14.7 0 0 0 1.301-2.097 13 13 0 0 1-2.048-.978q.258-.189.502-.378a14.27 14.27 0 0 0 12.142 0q.247.202.502.378a13 13 0 0 1-2.052.98 14.5 14.5 0 0 0 1.301 2.095 19.9 19.9 0 0 0 6.076-3.047c.498-5.168-.851-9.648-3.568-13.62M8.013 15.4c-1.183 0-2.161-1.074-2.161-2.395S6.796 10.6 8.01 10.6s2.183 1.083 2.163 2.405S9.22 15.4 8.013 15.4m7.974 0c-1.186 0-2.16-1.074-2.16-2.395s.944-2.405 2.16-2.405 2.178 1.083 2.157 2.405-.951 2.395-2.158 2.395"})))},{name:"dribbble",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10m8.434-8.631c-.292-.092-2.644-.794-5.32-.365 1.117 3.07 1.572 5.57 1.659 6.09a8.56 8.56 0 0 0 3.661-5.725m-5.098 6.507c-.127-.749-.623-3.361-1.822-6.477l-.056.019c-4.818 1.679-6.547 5.02-6.701 5.334A8.5 8.5 0 0 0 12 20.555a8.5 8.5 0 0 0 3.336-.679m-9.682-2.152c.193-.331 2.538-4.213 6.943-5.637q.167-.054.337-.102a29 29 0 0 0-.692-1.45c-4.266 1.277-8.405 1.223-8.778 1.216a8.497 8.497 0 0 0 2.19 5.973m-2.015-7.46c.382.005 3.901.02 7.897-1.041a55 55 0 0 0-3.167-4.94 8.57 8.57 0 0 0-4.73 5.981m6.359-6.555a46 46 0 0 1 3.187 5c3.037-1.138 4.323-2.867 4.477-3.085a8.51 8.51 0 0 0-7.664-1.915m8.614 2.903c-.18.243-1.612 2.078-4.77 3.367a27 27 0 0 1 .751 1.678c2.842-.357 5.666.215 5.948.275a8.5 8.5 0 0 0-1.929-5.32"})))},{name:"dropbox",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 6.134 6.069 9.797 2 6.54l5.883-3.843zm-10 6.92 5.883 3.843L12 13.459 6.069 9.797zm10 .405 4.116 3.439L22 13.054l-4.069-3.257zM22 6.54l-5.884-3.843L12 6.134l5.931 3.663zm-9.989 7.66-4.129 3.426-1.767-1.153v1.291l5.896 3.539 5.897-3.539v-1.291l-1.769 1.153z"})))},{name:"eventbrite",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18.041 3.931 5.959 3A2.96 2.96 0 0 0 3 5.959v12.083A2.96 2.96 0 0 0 5.959 21l12.083-.931C19.699 19.983 21 18.744 21 17.11V6.89c0-1.634-1.259-2.863-2.959-2.959M16.933 8.17c-.082.215-.192.432-.378.551-.188.122-.489.132-.799.132-1.521 0-3.062-.048-4.607-.048q-.23 1.061-.451 2.128c.932-.004 1.873.005 2.81.005.726 0 1.462-.069 1.586.525.04.189-.001.426-.052.615-.105.38-.258.676-.625.783-.185.054-.408.058-.646.058-1.145 0-2.345.017-3.493.02-.169.772-.328 1.553-.489 2.333 1.57-.005 3.067-.041 4.633-.058.627-.007 1.085.194 1.009.85a2.2 2.2 0 0 1-.211.725c-.102.208-.248.376-.488.452-.237.075-.541.064-.862.078-.304.014-.614.008-.924.016-.309.009-.619.022-.919.022-1.253 0-2.429.08-3.683.073-.603-.004-1.014-.249-1.124-.757-.059-.273-.018-.58.036-.841a3543 3543 0 0 1 1.629-7.763c.056-.265.114-.511.225-.714a1.24 1.24 0 0 1 .79-.62c.368-.099.883-.047 1.344-.047.305 0 .612.008.914.016.925.026 1.817.03 2.747.053.304.007.615.016.915.016.621 0 1.17.073 1.245.614.039.288-.051.567-.132.783"})))},{name:"facebook",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10"})))},{name:"fediverse",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 743 743"},React.createElement("g",null,React.createElement("path",{d:"M181.131 275.137a68.9 68.9 0 0 1-29.465 29.328l161.758 162.389 38.998-19.764zm213.363 214.187-38.998 19.764 81.963 82.283a68.9 68.9 0 0 1 29.471-29.332zM581.646 339.391l-91.576 46.41 6.752 43.189 103.616-52.513a68.9 68.9 0 0 1-18.792-37.086m-144.738 73.351L220.383 522.477a68.9 68.9 0 0 1 18.795 37.089L443.66 455.934zM367.275 142.438l-104.48 203.97 30.848 30.967 110.623-215.957a68.9 68.9 0 0 1-36.991-18.98M235.621 399.459l-52.922 103.314a68.9 68.9 0 0 1 36.987 18.979l46.781-91.328zM150.768 304.918a68.9 68.9 0 0 1-34.416 7.195 69 69 0 0 1-6.651-.695l30.903 197.662a68.9 68.9 0 0 1 34.416-7.195 69 69 0 0 1 6.646.695zM239.342 560.545c.707 4.589.949 9.239.72 13.877a68.9 68.9 0 0 1-7.267 27.18l197.629 31.712c-.708-4.59-.95-9.24-.723-13.878a68.9 68.9 0 0 1 7.27-27.178zM601.133 377.199l-91.219 178.082a68.9 68.9 0 0 1 36.994 18.983l91.217-178.08a68.9 68.9 0 0 1-36.992-18.985M476.723 125.33a68.9 68.9 0 0 1-29.471 29.332l141.266 141.811a68.9 68.9 0 0 1 29.468-29.332zM347.787 104.631l-178.576 90.498a68.9 68.9 0 0 1 18.793 37.086l178.574-90.502a68.9 68.9 0 0 1-18.791-37.082M446.926 154.826a68.9 68.9 0 0 1-34.983 7.483 69 69 0 0 1-6.029-.633l15.818 101.291 43.163 6.926zm-16 167.028 37.4 239.482a68.9 68.9 0 0 1 33.914-6.943q3.625.206 7.207.791L474.09 328.777zM188.131 232.975c.734 4.66.988 9.383.758 14.095a68.9 68.9 0 0 1-7.16 26.983l101.369 16.281 19.923-38.908zm173.736 27.9-19.926 38.912 239.514 38.467a69 69 0 0 1-.695-13.719 68.9 68.9 0 0 1 7.349-27.324z"}),React.createElement("path",{fillOpacity:".996",d:"M412.284 156.054c34.538 1.882 64.061-24.592 65.943-59.13s-24.592-64.062-59.131-65.943c-34.538-1.882-64.061 24.592-65.943 59.13s24.593 64.062 59.131 65.943M646.144 390.82c34.538 1.881 64.062-24.593 65.943-59.131s-24.592-64.061-59.13-65.943-64.062 24.593-65.943 59.131 24.592 64.061 59.13 65.943M495.086 685.719c34.538 1.881 64.062-24.592 65.943-59.13s-24.592-64.062-59.13-65.943-64.062 24.592-65.943 59.13 24.592 64.062 59.13 65.943M167.866 633.211c34.538 1.882 64.062-24.592 65.943-59.13s-24.592-64.062-59.13-65.943-64.062 24.592-65.943 59.13 24.592 64.062 59.13 65.943M116.692 305.86c34.538 1.882 64.062-24.592 65.943-59.13s-24.592-64.062-59.131-65.943c-34.538-1.881-64.061 24.592-65.943 59.13s24.593 64.062 59.131 65.943"})))},{name:"feed",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M2 8.667V12c5.515 0 10 4.485 10 10h3.333c0-7.363-5.97-13.333-13.333-13.333M2 2v3.333c9.19 0 16.667 7.477 16.667 16.667H22C22 10.955 13.045 2 2 2m2.5 15a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5"})))},{name:"flickr",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M6.5 7c-2.75 0-5 2.25-5 5s2.25 5 5 5 5-2.25 5-5-2.25-5-5-5m11 0c-2.75 0-5 2.25-5 5s2.25 5 5 5 5-2.25 5-5-2.25-5-5-5"})))},{name:"foursquare",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M17.573 2H6.905C5.434 2 5 3.107 5 3.805v16.948c0 .785.422 1.077.66 1.172.238.097.892.177 1.285-.275 0 0 5.035-5.843 5.122-5.93.132-.132.132-.132.262-.132h3.26c1.368 0 1.588-.977 1.732-1.552.078-.318.692-3.428 1.225-6.122l.675-3.368C19.56 2.893 19.14 2 17.573 2m-1.078 5.22c-.053.252-.372.518-.665.518h-4.157c-.467 0-.802.318-.802.787v.508c0 .467.337.798.805.798h3.528c.331 0 .655.362.583.715s-.407 2.102-.448 2.295c-.04.193-.262.523-.655.523h-2.88c-.523 0-.683.068-1.033.503-.35.437-3.505 4.223-3.505 4.223-.032.035-.063.027-.063-.015V4.852c0-.298.26-.648.648-.648h8.562c.315 0 .61.297.528.683z"})))},{name:"ghost",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M10.203 20.997H3.005v-3.599h7.198zm10.792-3.599h-7.193v3.599h7.193zm.003-7.198H3v3.599h17.998zm-7.195-7.197H3.005v3.599h10.798zm7.197 0h-3.599v3.599H21z"})))},{name:"git",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M23.519 10.947 13.053.482a1.543 1.543 0 0 0-2.183 0L8.696 2.656l2.756 2.756a1.83 1.83 0 0 1 1.886.439 1.84 1.84 0 0 1 .436 1.898l2.656 2.657a1.83 1.83 0 0 1 1.899.436 1.837 1.837 0 0 1 0 2.597 1.84 1.84 0 0 1-2.599 0 1.84 1.84 0 0 1-.4-1.998l-2.478-2.477v6.521a1.837 1.837 0 0 1 .485 2.945 1.837 1.837 0 0 1-2.597 0 1.837 1.837 0 0 1 0-2.598 1.8 1.8 0 0 1 .602-.401V8.85a1.8 1.8 0 0 1-.602-.4 1.84 1.84 0 0 1-.395-2.009L7.628 3.723.452 10.898a1.544 1.544 0 0 0 0 2.184l10.467 10.467a1.544 1.544 0 0 0 2.183 0l10.417-10.418a1.546 1.546 0 0 0 0-2.184"})))},{name:"github",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12c0 4.419 2.865 8.166 6.839 9.489.5.09.682-.218.682-.484 0-.236-.009-.866-.014-1.699-2.782.602-3.369-1.34-3.369-1.34-.455-1.157-1.11-1.465-1.11-1.465-.909-.62.069-.608.069-.608 1.004.071 1.532 1.03 1.532 1.03.891 1.529 2.341 1.089 2.91.833.091-.647.349-1.086.635-1.337-2.22-.251-4.555-1.111-4.555-4.943 0-1.091.39-1.984 1.03-2.682-.103-.254-.447-1.27.097-2.646 0 0 .84-.269 2.75 1.025A9.6 9.6 0 0 1 12 6.836c.85.004 1.705.114 2.504.336 1.909-1.294 2.748-1.025 2.748-1.025.546 1.376.202 2.394.1 2.646.64.699 1.026 1.591 1.026 2.682 0 3.841-2.337 4.687-4.565 4.935.359.307.679.917.679 1.852 0 1.335-.012 2.415-.012 2.741 0 .269.18.579.688.481A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10"})))},{name:"google-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m-.05 16c-3.312 0-6-2.688-6-6s2.688-6 6-6c1.62 0 2.976.594 4.014 1.566L14.26 9.222c-.432-.408-1.188-.888-2.31-.888-1.986 0-3.606 1.65-3.606 3.672s1.62 3.672 3.606 3.672c2.298 0 3.144-1.59 3.3-2.532h-3.306v-2.238h5.616c.084.378.15.732.15 1.23 0 3.426-2.298 5.862-5.76 5.862"})))},{name:"google-plus-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M8 11h6.61c.06.35.11.7.11 1.16 0 4-2.68 6.84-6.72 6.84-3.87 0-7-3.13-7-7s3.13-7 7-7c1.89 0 3.47.69 4.69 1.83l-1.9 1.83c-.52-.5-1.43-1.08-2.79-1.08-2.39 0-4.34 1.98-4.34 4.42S5.61 16.42 8 16.42c2.77 0 3.81-1.99 3.97-3.02H8zm15 0h-2V9h-2v2h-2v2h2v2h2v-2h2"})))},{name:"google-plus",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m-1.919 14.05a4.051 4.051 0 0 1 0-8.1c1.094 0 2.009.401 2.709 1.057l-1.15 1.118a2.23 2.23 0 0 0-1.559-.599c-1.341 0-2.434 1.114-2.434 2.479s1.094 2.479 2.434 2.479c1.551 0 2.122-1.073 2.227-1.709h-2.232v-1.511h3.791c.057.255.101.494.101.83.001 2.312-1.55 3.956-3.887 3.956M19 12.75h-1.25V14h-1.5v-1.25H15v-1.5h1.25V10h1.5v1.25H19z"})))},{name:"google",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.02 10.18v3.73h5.51c-.26 1.57-1.67 4.22-5.5 4.22-3.31 0-6.01-2.75-6.01-6.12s2.7-6.12 6.01-6.12c1.87 0 3.13.8 3.85 1.48l2.84-2.76C16.99 2.99 14.73 2 12.03 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.77 0 9.6-4.06 9.6-9.77 0-.83-.11-1.42-.25-2.05z"})))},{name:"instagram",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 4.622c2.403 0 2.688.009 3.637.052.877.04 1.354.187 1.671.31.42.163.72.358 1.035.673s.51.615.673 1.035c.123.317.27.794.31 1.671.043.949.052 1.234.052 3.637s-.009 2.688-.052 3.637c-.04.877-.187 1.354-.31 1.671-.163.42-.358.72-.673 1.035s-.615.51-1.035.673c-.317.123-.794.27-1.671.31-.949.043-1.233.052-3.637.052s-2.688-.009-3.637-.052c-.877-.04-1.354-.187-1.671-.31a2.8 2.8 0 0 1-1.035-.673 2.8 2.8 0 0 1-.673-1.035c-.123-.317-.27-.794-.31-1.671-.043-.949-.052-1.234-.052-3.637s.009-2.688.052-3.637c.04-.877.187-1.354.31-1.671.163-.42.358-.72.673-1.035s.615-.51 1.035-.673c.317-.123.794-.27 1.671-.31.949-.043 1.234-.052 3.637-.052M12 3c-2.444 0-2.751.01-3.711.054-.958.044-1.612.196-2.184.418a4.4 4.4 0 0 0-1.594 1.039c-.5.5-.808 1.002-1.038 1.594-.223.572-.375 1.226-.419 2.184C3.01 9.249 3 9.556 3 12s.01 2.751.054 3.711c.044.958.196 1.612.418 2.185.23.592.538 1.094 1.038 1.594s1.002.808 1.594 1.038c.572.222 1.227.375 2.185.418.96.044 1.267.054 3.711.054s2.751-.01 3.711-.054c.958-.044 1.612-.196 2.185-.418a4.4 4.4 0 0 0 1.594-1.038c.5-.5.808-1.002 1.038-1.594.222-.572.375-1.227.418-2.185.044-.96.054-1.267.054-3.711s-.01-2.751-.054-3.711c-.044-.958-.196-1.612-.418-2.185A4.4 4.4 0 0 0 19.49 4.51c-.5-.5-1.002-.808-1.594-1.038-.572-.222-1.227-.375-2.185-.418C14.751 3.01 14.444 3 12 3m0 4.378a4.622 4.622 0 1 0 0 9.244 4.622 4.622 0 0 0 0-9.244M12 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6m4.804-8.884a1.08 1.08 0 1 0 .001 2.161 1.08 1.08 0 0 0-.001-2.161"})))},{name:"json-feed",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m8.522 17.424.027.027c1.076-1.076 1.854-.993 3.154.306l2.053 2.053c2.136 2.136 4.131 2.028 6.515-.356l.729-.728-1.548-1.548-.373.373c-1.349 1.349-2.293 1.366-3.585.075l-2.409-2.409c-1.242-1.242-2.475-1.366-3.659-.381l-.232-.232c1.01-1.225.911-2.368-.29-3.568l-2.16-2.162c-1.317-1.317-1.308-2.236.058-3.602l.372-.372-1.54-1.54-.728.729c-2.393 2.393-2.525 4.346-.439 6.433l1.78 1.78c1.3 1.3 1.383 2.095.315 3.163l.008.008a1.384 1.384 0 0 0 1.952 1.951"}),React.createElement("circle",{cx:"13.089",cy:"10.905",r:"1.383"}),React.createElement("circle",{cx:"16.349",cy:"7.644",r:"1.383"}),React.createElement("circle",{cx:"19.61",cy:"4.383",r:"1.383"})))},{name:"line",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M14.255 9.572v3.333c0 .084-.066.15-.15.15h-.534a.16.16 0 0 1-.122-.061l-1.528-2.063v1.978c0 .084-.066.15-.15.15h-.534a.15.15 0 0 1-.15-.15V9.576c0-.084.066-.15.15-.15h.529a.14.14 0 0 1 .122.066l1.528 2.063V9.577c0-.084.066-.15.15-.15h.534a.15.15 0 0 1 .155.145m-3.844-.15h-.534a.15.15 0 0 0-.15.15v3.333c0 .084.066.15.15.15h.534c.084 0 .15-.066.15-.15V9.572c0-.08-.066-.15-.15-.15m-1.289 2.794H7.664V9.572a.15.15 0 0 0-.15-.15H6.98a.15.15 0 0 0-.15.15v3.333q0 .062.042.103a.16.16 0 0 0 .103.042h2.142c.084 0 .15-.066.15-.15v-.534a.15.15 0 0 0-.145-.15m7.945-2.794h-2.142c-.08 0-.15.066-.15.15v3.333c0 .08.066.15.15.15h2.142c.084 0 .15-.066.15-.15v-.534a.15.15 0 0 0-.15-.15h-1.458v-.563h1.458c.084 0 .15-.066.15-.15v-.539a.15.15 0 0 0-.15-.15h-1.458v-.563h1.458c.084 0 .15-.066.15-.15v-.534c-.005-.08-.07-.15-.15-.15M22.5 5.33v13.373c-.005 2.1-1.725 3.802-3.83 3.797H5.297c-2.1-.005-3.802-1.73-3.797-3.83V5.297c.005-2.1 1.73-3.802 3.83-3.797h13.373c2.1.005 3.802 1.725 3.797 3.83m-2.888 5.747c0-3.422-3.431-6.206-7.645-6.206s-7.645 2.784-7.645 6.206c0 3.066 2.719 5.634 6.394 6.122.895.192.792.52.591 1.725-.033.192-.155.755.661.413s4.402-2.592 6.009-4.439c1.106-1.219 1.636-2.452 1.636-3.82"})))},{name:"link",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M17 13H7v-2h10zm1-6h-1c-1.631 0-3.065.792-3.977 2H18c1.103 0 2 .897 2 2v2c0 1.103-.897 2-2 2h-4.977c.913 1.208 2.347 2 3.977 2h1a4 4 0 0 0 4-4v-2a4 4 0 0 0-4-4M2 11v2a4 4 0 0 0 4 4h1c1.63 0 3.065-.792 3.977-2H6c-1.103 0-2-.897-2-2v-2c0-1.103.897-2 2-2h4.977C10.065 7.792 8.631 7 7 7H6a4 4 0 0 0-4 4"})))},{name:"linkedin",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.7 3H4.3A1.3 1.3 0 0 0 3 4.3v15.4A1.3 1.3 0 0 0 4.3 21h15.4a1.3 1.3 0 0 0 1.3-1.3V4.3A1.3 1.3 0 0 0 19.7 3M8.339 18.338H5.667v-8.59h2.672zM7.004 8.574a1.548 1.548 0 1 1-.002-3.096 1.548 1.548 0 0 1 .002 3.096m11.335 9.764H15.67v-4.177c0-.996-.017-2.278-1.387-2.278-1.389 0-1.601 1.086-1.601 2.206v4.249h-2.667v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.779 3.203 4.092v4.711z"})))},{name:"mail",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m0 4.236-8 4.882-8-4.882V6h16z"})))},{name:"mastodon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M11.973 2.352c-2.468.02-4.842.286-6.225.921 0 0-2.742 1.229-2.742 5.415 0 .958-.018 2.105.012 3.32.1 4.094.75 8.128 4.535 9.129 1.745.462 3.244.56 4.45.494 2.19-.122 3.417-.781 3.417-.781l-.072-1.588s-1.565.491-3.32.431c-1.74-.06-3.576-.188-3.858-2.324a4 4 0 0 1-.04-.598s1.709.416 3.874.516c1.324.06 2.563-.076 3.824-.226 2.418-.29 4.524-1.78 4.79-3.141.416-2.144.38-5.232.38-5.232 0-4.186-2.74-5.415-2.74-5.415-1.383-.635-3.76-.9-6.227-.921zM9.18 5.622c1.028 0 1.804.395 2.318 1.185l.502.84.5-.84c.514-.79 1.292-1.186 2.32-1.186.888 0 1.605.313 2.15.922q.795.915.794 2.469v5.068h-2.008V9.16c0-1.037-.438-1.562-1.31-1.562-.966 0-1.448.622-1.448 1.857v2.693h-1.996V9.455c0-1.235-.484-1.857-1.45-1.857-.872 0-1.308.525-1.308 1.562v4.92H6.236V9.012q-.001-1.554.793-2.469c.547-.609 1.263-.922 2.15-.922"})))},{name:"medium-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{fillRule:"nonzero",d:"M7.423 6c3.27 0 5.922 2.686 5.922 6s-2.651 6-5.922 6S1.5 15.313 1.5 12s2.652-6 5.923-6m9.458.351c1.635 0 2.961 2.53 2.961 5.65 0 3.118-1.325 5.648-2.96 5.648S13.92 15.119 13.92 12s1.325-5.649 2.96-5.649m4.577.589c.576 0 1.042 2.265 1.042 5.06s-.466 5.06-1.042 5.06c-.575 0-1.04-2.265-1.04-5.06s.465-5.06 1.04-5.06"})))},{name:"medium",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M3 3v18h18V3zm15 4.26-1 .93a.28.28 0 0 0-.11.27v6.8a.27.27 0 0 0 .11.27l.94.93v.2h-4.75v-.2l1-1c.09-.1.09-.12.09-.27V9.74l-2.71 6.9h-.37L8 9.74v4.62a.67.67 0 0 0 .17.54l1.27 1.54v.2H5.86v-.2l1.27-1.54a.64.64 0 0 0 .17-.54V9a.5.5 0 0 0-.16-.4L6 7.26v-.2h3.52L12.23 13l2.38-5.94H18z"})))},{name:"messenger",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.026.375C5.462.375.375 5.172.375 11.652c0 3.389 1.393 6.318 3.66 8.341.391.352.311.556.377 2.73a.934.934 0 0 0 1.307.823c2.48-1.092 2.512-1.178 2.933-1.064 7.185 1.977 14.973-2.621 14.973-10.83 0-6.48-5.035-11.277-11.599-11.277m6.996 8.678L15.6 14.47a1.75 1.75 0 0 1-2.527.465l-2.723-2.038a.7.7 0 0 0-.844 0l-3.674 2.786c-.49.372-1.133-.216-.802-.735l3.422-5.417a1.75 1.75 0 0 1 2.527-.465l2.722 2.037a.7.7 0 0 0 .844 0L18.22 8.32c.489-.374 1.132.213.801.732"})))},{name:"microblog",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.641 17.086c1.294-1.522 2.067-3.438 2.067-5.521 0-4.957-4.371-8.972-9.763-8.972s-9.763 4.015-9.763 8.972 4.371 8.972 9.763 8.972a10.5 10.5 0 0 0 3.486-.59.315.315 0 0 1 .356.112c.816 1.101 2.09 1.876 3.506 2.191a.194.194 0 0 0 .192-.309 3.82 3.82 0 0 1 .162-4.858zm-3.065-6.575-2.514 1.909.912 3.022a.286.286 0 0 1-.437.317l-2.592-1.802-2.592 1.802a.285.285 0 0 1-.436-.317l.912-3.022-2.515-1.909a.285.285 0 0 1 .167-.513l3.155-.066 1.038-2.981a.285.285 0 0 1 .539 0l1.038 2.981 3.155.066a.285.285 0 0 1 .17.513"})))},{name:"nextdoor",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",strokeMiterlimit:"10",viewBox:"0 0 130 130"},React.createElement("g",null,React.createElement("path",{d:"M64.25 3.531c-31.144.337-57.596 24.22-60.469 55.907-3.064 33.799 21.857 63.685 55.657 66.75s63.685-21.857 66.75-55.657-21.857-63.686-55.657-66.75a62 62 0 0 0-6.281-.25m3.938 34.907C82.468 38.438 93.5 48.58 93.5 61.5v27c0 .685-.565 1.25-1.25 1.25H80.906a1.267 1.267 0 0 1-1.25-1.25V63.375c0-5.58-4.309-11.937-11.469-11.937-7.47 0-11.468 6.357-11.468 11.937V88.5c0 .685-.565 1.25-1.25 1.25H44.125c-.68 0-1.219-.57-1.219-1.25V64.156c0-.74-.529-1.364-1.25-1.531-13.13-2.93-15.115-10.285-15.375-21.125-.005-.332.142-.67.375-.906.233-.237.543-.375.875-.375l11.688.062c.66.01 1.187.529 1.218 1.188.13 4.44.438 9.406 4.438 9.406.83 0 1.443-1.179 1.813-1.719 4.41-6.48 12.28-10.718 21.5-10.718"})))},{name:"patreon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20 7.408c-.003-2.299-1.746-4.182-3.79-4.862-2.54-.844-5.888-.722-8.312.453-2.939 1.425-3.862 4.545-3.896 7.656-.028 2.559.22 9.297 3.92 9.345 2.75.036 3.159-3.603 4.43-5.356.906-1.247 2.071-1.599 3.506-1.963 2.465-.627 4.146-2.626 4.142-5.273"})))},{name:"pinterest-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.289 2C6.617 2 3.606 5.648 3.606 9.622c0 1.846 1.025 4.146 2.666 4.878.25.111.381.063.439-.169.044-.175.267-1.029.365-1.428a.37.37 0 0 0-.091-.362c-.54-.63-.975-1.791-.975-2.873 0-2.777 2.194-5.464 5.933-5.464 3.23 0 5.49 2.108 5.49 5.122 0 3.407-1.794 5.768-4.13 5.768-1.291 0-2.257-1.021-1.948-2.277.372-1.495 1.089-3.112 1.089-4.191 0-.967-.542-1.775-1.663-1.775-1.319 0-2.379 1.309-2.379 3.059 0 1.115.394 1.869.394 1.869s-1.302 5.279-1.54 6.261c-.405 1.666.053 4.368.094 4.604.021.126.167.169.25.063.129-.165 1.699-2.419 2.142-4.051.158-.59.817-2.995.817-2.995.43.784 1.681 1.446 3.013 1.446 3.963 0 6.822-3.494 6.822-7.833C20.394 5.112 16.849 2 12.289 2"})))},{name:"pinterest",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12c0 4.236 2.636 7.855 6.356 9.312-.087-.791-.166-2.005.035-2.869.182-.78 1.173-4.971 1.173-4.971s-.299-.599-.299-1.484c0-1.39.806-2.429 1.809-2.429.853 0 1.265.641 1.265 1.409 0 .858-.546 2.141-.828 3.329-.236.996.499 1.807 1.481 1.807 1.777 0 3.144-1.874 3.144-4.579 0-2.394-1.72-4.068-4.177-4.068-2.845 0-4.515 2.134-4.515 4.34 0 .859.331 1.781.744 2.282a.3.3 0 0 1 .069.287c-.077.316-.246.995-.279 1.134-.044.183-.145.222-.334.134-1.249-.581-2.03-2.407-2.03-3.874 0-3.154 2.292-6.051 6.607-6.051 3.469 0 6.165 2.472 6.165 5.775 0 3.446-2.173 6.22-5.189 6.22-1.013 0-1.966-.526-2.292-1.148l-.623 2.377c-.226.869-.835 1.957-1.243 2.622.936.289 1.93.445 2.961.445 5.523 0 10-4.477 10-10S17.523 2 12 2"})))},{name:"pocket",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.927 4.194A1.82 1.82 0 0 0 20.222 3H3.839a1.823 1.823 0 0 0-1.813 1.814v6.035l.069 1.2c.29 2.73 1.707 5.115 3.899 6.778l.119.089.025.018a9.9 9.9 0 0 0 3.91 1.727 10.06 10.06 0 0 0 4.049-.014.3.3 0 0 0 .064-.023 9.9 9.9 0 0 0 3.753-1.691l.025-.018q.06-.043.119-.089c2.192-1.664 3.609-4.049 3.898-6.778l.069-1.2V4.814a1.8 1.8 0 0 0-.098-.62m-4.235 6.287-4.704 4.512a1.37 1.37 0 0 1-1.898 0l-4.705-4.512a1.371 1.371 0 1 1 1.898-1.979l3.756 3.601 3.755-3.601a1.372 1.372 0 0 1 1.898 1.979"})))},{name:"polldaddy",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.487 2 2 6.487 2 12c0 5.514 4.487 10 10 10 5.514 0 10-4.486 10-10 0-5.513-4.486-10-10-10m.991 1.68c2.361.084 4.657 1.251 6.197 3.136.283.334.541.693.774 1.067a7.78 7.78 0 0 0-6.094-2.94 7.76 7.76 0 0 0-5.896 2.703q-.008.006-.016.014l-.152.159-.031.032a6.12 6.12 0 0 0-1.633 4.165 6.15 6.15 0 0 0 6.143 6.143c.57 0 1.123-.081 1.649-.227-1.849.839-4.131.747-5.926-.324-1.841-1.089-3.171-3.111-3.433-5.313A7.39 7.39 0 0 1 6.69 6.137C8.294 4.5 10.634 3.563 12.991 3.68m3.373 8.519c-.049-2.024-1.587-3.889-3.544-4.174-1.927-.343-3.917.857-4.451 2.661a3.67 3.67 0 0 0 .2 2.653c.39.8 1.067 1.451 1.894 1.759 1.664.654 3.63-.27 4.173-1.863.593-1.58-.396-3.423-1.94-3.776-1.52-.407-3.161.757-3.204 2.243a2.36 2.36 0 0 0 .753 1.879c.501.476 1.23.667 1.871.529a2.07 2.07 0 0 0 1.469-1.134 1.91 1.91 0 0 0-.087-1.767c-.297-.513-.859-.863-1.429-.881a1.7 1.7 0 0 0-1.437.679 1.53 1.53 0 0 0-.18 1.489q.006.016.016.03c.193.634.774 1.1 1.467 1.117a1.6 1.6 0 0 1-.97-.183c-.466-.244-.809-.747-.893-1.29a1.8 1.8 0 0 1 .499-1.539 2.02 2.02 0 0 1 1.58-.606c.593.04 1.159.35 1.517.859.364.496.51 1.156.383 1.773-.116.62-.529 1.174-1.093 1.514a2.52 2.52 0 0 1-1.914.286c-.65-.161-1.226-.606-1.584-1.206a2.83 2.83 0 0 1-.341-2.031c.143-.7.573-1.321 1.176-1.753 1.193-.883 3.056-.751 4.106.411 1.106 1.1 1.327 3.027.406 4.371-.877 1.376-2.74 2.086-4.374 1.594-1.639-.449-2.913-2.079-3.031-3.853-.07-.884.13-1.797.583-2.577.445-.777 1.155-1.432 1.972-1.862 1.64-.88 3.816-.743 5.349.424 1.251.924 2.083 2.42 2.236 4.009l.001.03c0 2.9-2.359 5.26-5.26 5.26a5.2 5.2 0 0 1-1.947-.376 5 5 0 0 0 2.613-.079 4.96 4.96 0 0 0 2.514-1.751c.618-.828.95-1.861.901-2.869M12 21.113c-5.024 0-9.111-4.087-9.111-9.113 0-4.789 3.713-8.723 8.411-9.081a7 7 0 0 0-.397.06c-2.644.453-5.017 2.106-6.32 4.409-1.309 2.301-1.391 5.19-.3 7.527 1.056 2.34 3.253 4.156 5.776 4.553 2.497.44 5.133-.483 6.787-2.301 1.719-1.797 2.269-4.529 1.486-6.796-.583-1.81-1.976-3.331-3.7-4.046 3.417.594 6.174 3.221 6.174 6.781 0 1.004-.241 2.02-.657 2.966-1.498 2.984-4.586 5.041-8.149 5.041"})))},{name:"print",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M9 16h6v2H9zm13 1h-3v3a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3H2V9a2 2 0 0 1 2-2h1V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2h1a2 2 0 0 1 2 2zM7 7h10V5H7zm10 7H7v6h10zm3-3.5a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 20 10.5"})))},{name:"quora",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M47.736 16.521c-.41-.81-.898-1.631-1.846-1.631a1 1 0 0 0-.527.107l-.322-.644a2.93 2.93 0 0 1 1.836-.595c1.26 0 1.914.605 2.431 1.397a6.8 6.8 0 0 0 .449-2.675c0-2.773-.869-4.199-2.929-4.199-1.992 0-2.851 1.465-2.851 4.199s.859 4.17 2.851 4.17a4 4 0 0 0 .869-.107zm.498.966a6 6 0 0 1-1.367.185 5.27 5.27 0 0 1-5.263-5.204c0-3.114 2.558-5.233 5.263-5.233s5.282 2.109 5.282 5.233a5.08 5.08 0 0 1-1.992 4.072c.381.566.781.956 1.319.956.595 0 .839-.459.878-.82h.781c.049.488-.195 2.48-2.373 2.48-1.319 0-2.012-.761-2.529-1.66zm5.624-2.646v-3.563c0-.371-.146-.586-.615-.586h-.498v-.956h3.251v5.048c0 .849.459 1.231 1.161 1.231a1.56 1.56 0 0 0 1.465-.839V11.28c0-.371-.146-.586-.615-.586h-.527v-.957h3.28v5.302c0 .527.195.732.8.732h.107v.976l-2.929.468V16.21h-.057a3.12 3.12 0 0 1-2.509 1.152c-1.28 0-2.304-.644-2.304-2.558zm12.059 1.611c1.152 0 1.592-1.005 1.611-3.027.02-1.982-.459-2.929-1.611-2.929-1.005 0-1.641.956-1.641 2.929 0 2.021.625 3.027 1.641 3.027m0 .956a3.906 3.906 0 0 1-3.974-3.974c0-2.334 1.836-3.886 3.974-3.886 2.226 0 4.004 1.582 4.004 3.886a3.867 3.867 0 0 1-4.004 3.974m4.072-.146v-.956h.312c.781 0 .859-.224.859-.908v-4.121c0-.371-.215-.586-.732-.586h-.42v-.955h2.968l.146 1.553h.108c.371-1.113 1.221-1.699 2.051-1.699.693 0 1.221.39 1.221 1.181 0 .547-.264 1.093-1.005 1.093-.664 0-.8-.449-1.358-.449-.488 0-.869.468-.869 1.152v2.783c0 .673.166.908.937.908h.439v.956h-4.658zm9.901-1.093c.956 0 1.338-.898 1.338-1.797v-1.211c-.732.722-2.304.742-2.304 2.021 0 .625.371.986.966.986m1.387 0c-.39.752-1.191 1.26-2.314 1.26-1.309 0-2.148-.732-2.148-1.914 0-2.451 3.417-1.797 4.423-3.427v-.185c0-1.25-.488-1.445-1.035-1.445-1.524 0-.83 1.631-2.226 1.631-.673 0-.937-.371-.937-.859 0-.927 1.093-1.67 3.173-1.67 1.963 0 3.163.537 3.163 2.49v3.114q-.02.742.595.742a1 1 0 0 0 .449-.127l.254.615c-.205.312-.752.869-1.836.869-.908 0-1.465-.42-1.543-1.113h-.01zm-68.554 2.558c-.83-1.641-1.807-3.3-3.711-3.3a2.9 2.9 0 0 0-1.093.215l-.644-1.299a5.66 5.66 0 0 1 3.662-1.211c2.548 0 3.857 1.231 4.892 2.792q.917-2.012.908-5.38c0-5.585-1.748-8.417-5.829-8.417-4.033 0-5.76 2.87-5.76 8.417s1.738 8.397 5.76 8.397a5.9 5.9 0 0 0 1.748-.224zm.996 1.953a9.8 9.8 0 0 1-2.744.371C5.614 21.041.371 16.764.371 10.545.371 4.277 5.614 0 10.965 0c5.448 0 10.642 4.248 10.642 10.545a10.25 10.25 0 0 1-4.013 8.201c.732 1.152 1.563 1.914 2.665 1.914 1.201 0 1.689-.927 1.768-1.66h1.572c.088.966-.4 4.999-4.775 4.999-2.646 0-4.052-1.543-5.106-3.339z"})))},{name:"reddit",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M22 11.816a2.28 2.28 0 0 0-2.277-2.277c-.593 0-1.122.24-1.526.614-1.481-.965-3.455-1.594-5.647-1.69l1.171-3.702 3.18.748a1.88 1.88 0 0 0 1.876 1.862 1.88 1.88 0 0 0 1.877-1.878 1.88 1.88 0 0 0-1.877-1.877c-.769 0-1.431.466-1.72 1.13l-3.508-.826a.386.386 0 0 0-.46.261l-1.35 4.268c-2.316.038-4.411.67-5.97 1.671a2.24 2.24 0 0 0-1.492-.581A2.28 2.28 0 0 0 2 11.816c0 .814.433 1.523 1.078 1.925a4 4 0 0 0-.061.672c0 3.292 4.011 5.97 8.941 5.97s8.941-2.678 8.941-5.97q-.002-.32-.053-.632A2.26 2.26 0 0 0 22 11.816m-3.224-7.422a1.1 1.1 0 1 1-.001 2.199 1.1 1.1 0 0 1 .001-2.199M2.777 11.816c0-.827.672-1.5 1.499-1.5.313 0 .598.103.838.269-.851.676-1.477 1.479-1.812 2.36a1.48 1.48 0 0 1-.525-1.129m9.182 7.79c-4.501 0-8.164-2.329-8.164-5.193S7.457 9.22 11.959 9.22s8.164 2.329 8.164 5.193-3.663 5.193-8.164 5.193m8.677-6.605c-.326-.89-.948-1.701-1.797-2.384.248-.186.55-.301.883-.301.827 0 1.5.673 1.5 1.5.001.483-.23.911-.586 1.185m-11.64 1.703c-.76 0-1.397-.616-1.397-1.376s.637-1.397 1.397-1.397 1.376.637 1.376 1.397-.616 1.376-1.376 1.376m7.405-1.376c0 .76-.616 1.376-1.376 1.376s-1.399-.616-1.399-1.376.639-1.397 1.399-1.397 1.376.637 1.376 1.397m-1.172 3.38a.39.39 0 0 1 0 .55c-.674.674-1.727 1.002-3.219 1.002l-.011-.002-.011.002c-1.492 0-2.544-.328-3.218-1.002a.389.389 0 1 1 .55-.55c.521.521 1.394.775 2.669.775l.011.002.011-.002c1.275 0 2.148-.253 2.669-.775a.387.387 0 0 1 .549 0"})))},{name:"share",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18 16c-.788 0-1.499.31-2.034.807L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.048 4.118A3 3 0 0 0 15 19a3 3 0 1 0 3-3"})))},{name:"skype",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m10.113 2.699.1-.02q.05.025.098.051zM2.72 10.223l-.017.103q.025.048.051.095zm18.555 3.548q.009-.053.018-.106-.025-.047-.052-.095zm-7.712 7.428q.049.027.096.053l.105-.017zM22 16.386a5.55 5.55 0 0 1-1.637 3.953 5.55 5.55 0 0 1-3.953 1.637 5.6 5.6 0 0 1-2.75-.725l.105-.017-.202-.035q.049.027.096.053a9.5 9.5 0 0 1-1.654.147 9.4 9.4 0 0 1-3.676-.743 9.4 9.4 0 0 1-3.002-2.023 9.4 9.4 0 0 1-2.023-3.002 9.4 9.4 0 0 1-.743-3.676c0-.546.049-1.093.142-1.628q.025.048.051.095l-.034-.199-.017.103A5.6 5.6 0 0 1 2 7.615c0-1.493.582-2.898 1.637-3.953A5.56 5.56 0 0 1 7.59 2.024c.915 0 1.818.228 2.622.655l-.1.02.199.031q-.049-.026-.098-.051l.004-.001a9.5 9.5 0 0 1 1.788-.169 9.41 9.41 0 0 1 6.678 2.766 9.4 9.4 0 0 1 2.024 3.002 9.4 9.4 0 0 1 .743 3.676c0 .575-.054 1.15-.157 1.712q-.025-.047-.052-.095l.034.201q.009-.053.018-.106c.461.829.707 1.767.707 2.721m-5.183-2.248c0-1.331-.613-2.743-3.033-3.282l-2.209-.49c-.84-.192-1.807-.444-1.807-1.237s.679-1.348 1.903-1.348c2.468 0 2.243 1.696 3.468 1.696.645 0 1.209-.379 1.209-1.031 0-1.521-2.435-2.663-4.5-2.663-2.242 0-4.63.952-4.63 3.488 0 1.221.436 2.521 2.839 3.123l2.984.745c.903.223 1.129.731 1.129 1.189 0 .762-.758 1.507-2.129 1.507-2.679 0-2.307-2.062-3.743-2.062-.645 0-1.113.444-1.113 1.078 0 1.236 1.501 2.886 4.856 2.886 3.195 0 4.776-1.538 4.776-3.599"})))},{name:"sms",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M17.696 4C20.069 4 22 5.973 22 8.398v4.357c0 2.04-1.368 3.783-3.261 4.266v4.427l-5.234-4.295h-7.2C3.93 17.153 2 15.18 2 12.755V8.398C2 5.973 3.931 4 6.304 4zM7.028 8.515c-.98 0-1.66.562-1.66 1.349-.009.497.322.91.985 1.178l.39.142c.242.097.305.171.305.297 0 .162-.131.251-.442.251s-.76-.135-1.004-.284l-.112.046-.215.868c.359.258.832.364 1.33.364 1.104 0 1.764-.523 1.764-1.333-.008-.574-.305-.956-.954-1.216l-.393-.146c-.266-.108-.341-.181-.341-.287 0-.152.131-.243.387-.243.274 0 .587.093.808.214l.109-.047.214-.837c-.315-.224-.741-.316-1.171-.316m10.302 0c-.98 0-1.66.562-1.66 1.349-.008.497.322.91.985 1.178l.39.142c.243.097.305.171.305.297 0 .162-.13.251-.442.251-.311 0-.76-.135-1.004-.284l-.112.046-.215.868c.359.258.832.364 1.33.364 1.104 0 1.764-.523 1.764-1.333-.008-.574-.305-.956-.954-1.216l-.393-.146c-.266-.108-.341-.181-.341-.287 0-.152.131-.243.387-.243.274 0 .587.093.808.214l.109-.047.214-.837c-.316-.224-.741-.316-1.171-.316m-3.733 0c-.297 0-.55.066-.78.202l-.144.098a2 2 0 0 0-.264.247l-.078.095-.027-.077c-.15-.34-.55-.565-1.033-.565l-.169.007a1.36 1.36 0 0 0-.896.42l-.08.09-.038-.363-.075-.067H8.994l-.075.079.024.634c.005.2.008.397.008.604v2.652l.075.075h1.178l.075-.075v-2.269q-.002-.168.042-.274c.083-.23.262-.392.496-.392.314 0 .483.267.483.753v2.182l.075.075h1.179l.075-.075v-2.277c0-.097.016-.213.043-.285.077-.224.26-.373.486-.373.33 0 .5.272.5.817v2.118l.074.075h1.179l.075-.075v-2.293c0-1.131-.537-1.763-1.39-1.763Z"})))},{name:"snapchat",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M11.989 1.728c3.221.001 5.904 2.683 5.908 5.912q.002 1.133.067 2.094a.737.737 0 0 0 .902.669l1.009-.237a.6.6 0 0 1 .129-.015c.256 0 .492.175.55.434a.74.74 0 0 1-.479.861l-1.532.618a.823.823 0 0 0-.485.98c1.229 4.543 4.661 4.071 4.661 4.662 0 .743-2.587.848-2.821 1.082s-.01 1.368-.532 1.588a1.1 1.1 0 0 1-.409.056c-.393 0-.95-.077-1.536-.077-.509 0-1.04.058-1.507.273-1.239.572-2.433 1.641-3.914 1.641S9.325 21.2 8.086 20.628c-.467-.216-.998-.273-1.507-.273-.586 0-1.143.077-1.536.077-.17 0-.31-.014-.409-.056-.522-.22-.299-1.354-.532-1.588s-2.821-.337-2.821-1.08c0-.592 3.432-.119 4.661-4.662a.824.824 0 0 0-.486-.98l-1.532-.618a.74.74 0 0 1-.479-.861.56.56 0 0 1 .679-.419l1.009.237q.086.02.169.02a.737.737 0 0 0 .733-.689q.065-.961.067-2.094c.004-3.229 2.666-5.91 5.887-5.912m0-1.281c-.961 0-1.898.194-2.784.574A7.2 7.2 0 0 0 6.93 2.572a7.2 7.2 0 0 0-1.539 2.282A7.1 7.1 0 0 0 4.82 7.64a33 33 0 0 1-.029 1.369l-.375-.088a2 2 0 0 0-.421-.049 1.86 1.86 0 0 0-1.135.389 1.84 1.84 0 0 0-.666 1.049 2.024 2.024 0 0 0 1.271 2.335l1.124.454c-.744 2.285-2.117 2.723-3.041 3.018a5 5 0 0 0-.659.246C.087 16.76 0 17.436 0 17.708c0 .521.247.996.694 1.339.223.17.499.311.844.43.47.162 1.016.265 1.459.347.021.164.053.341.106.518.22.738.684 1.069 1.034 1.217.332.14.676.156.905.156.224 0 .462-.018.713-.036.269-.02.548-.041.823-.041.426 0 .743.051.97.155.311.144.64.337.989.542.972.571 2.073 1.217 3.462 1.217s2.49-.647 3.462-1.217c.349-.205.679-.399.989-.542.226-.105.544-.155.97-.155.275 0 .554.021.823.041.251.019.488.036.713.036.229 0 .573-.016.905-.156.35-.147.814-.478 1.034-1.217.053-.178.084-.354.106-.518.443-.082.989-.185 1.459-.347.345-.119.621-.259.844-.43.448-.342.694-.818.694-1.339 0-.272-.087-.948-.891-1.347a5 5 0 0 0-.659-.246c-.924-.295-2.297-.733-3.041-3.018l1.124-.454a2.025 2.025 0 0 0 1.271-2.335 1.83 1.83 0 0 0-.666-1.049 1.86 1.86 0 0 0-1.556-.34l-.375.088a33 33 0 0 1-.029-1.369 7.1 7.1 0 0 0-.575-2.789c-.365-.853-.886-1.62-1.547-2.282s-1.428-1.182-2.28-1.547a7.1 7.1 0 0 0-2.786-.574"})))},{name:"soundcloud",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M23.587 13.923a3.303 3.303 0 0 1-3.344 3.117h-8.037a.674.674 0 0 1-.667-.67V7.717a.74.74 0 0 1 .444-.705s.739-.512 2.296-.512a5.27 5.27 0 0 1 2.702.742 5.35 5.35 0 0 1 2.516 3.485 3.1 3.1 0 0 1 .852-.116 3.217 3.217 0 0 1 3.237 3.312m-13.05-5.659c.242 2.935.419 5.612 0 8.538a.261.261 0 0 1-.519 0c-.39-2.901-.221-5.628 0-8.538a.26.26 0 0 1 .398-.25.26.26 0 0 1 .12.25zm-1.627 8.541a.273.273 0 0 1-.541 0 32.7 32.7 0 0 1 0-7.533.274.274 0 0 1 .544 0 29.4 29.4 0 0 1-.003 7.533m-1.63-7.788c.264 2.69.384 5.099-.003 7.782a.262.262 0 0 1-.522 0c-.374-2.649-.249-5.127 0-7.782a.264.264 0 0 1 .525 0m-1.631 7.792a.268.268 0 0 1-.532 0 27.6 27.6 0 0 1 0-7.034.27.27 0 1 1 .541 0 25.8 25.8 0 0 1-.01 7.034zm-1.63-5.276c.412 1.824.227 3.435-.015 5.294a.255.255 0 0 1-.504 0c-.22-1.834-.402-3.482-.015-5.295a.268.268 0 0 1 .535 0m-1.626-.277c.378 1.869.254 3.451-.01 5.325-.031.277-.506.28-.531 0-.239-1.846-.352-3.476-.01-5.325a.277.277 0 0 1 .551 0m-1.643.907c.396 1.239.261 2.246-.016 3.517a.258.258 0 0 1-.514 0c-.239-1.246-.336-2.274-.021-3.517a.276.276 0 0 1 .55 0z"})))},{name:"spotify",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m4.586 14.424a.62.62 0 0 1-.857.207c-2.348-1.435-5.304-1.76-8.785-.964a.622.622 0 1 1-.277-1.215c3.809-.871 7.077-.496 9.713 1.115a.623.623 0 0 1 .206.857M17.81 13.7a.78.78 0 0 1-1.072.257c-2.687-1.652-6.785-2.131-9.965-1.166A.779.779 0 1 1 6.32 11.3c3.632-1.102 8.147-.568 11.234 1.328a.78.78 0 0 1 .256 1.072m.105-2.835c-3.223-1.914-8.54-2.09-11.618-1.156a.935.935 0 1 1-.542-1.79c3.532-1.072 9.404-.865 13.115 1.338a.936.936 0 1 1-.955 1.608"})))},{name:"squarespace",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20.87 9.271a3.86 3.86 0 0 0-5.458 0l-6.141 6.141a.964.964 0 1 0 1.365 1.364l6.14-6.14a1.929 1.929 0 1 1 2.729 2.729l-6.022 6.022a1.93 1.93 0 0 0 2.729 0l4.658-4.658a3.86 3.86 0 0 0 0-5.458m-2.047 2.047a.965.965 0 0 0-1.365 0l-6.14 6.14a1.93 1.93 0 0 1-2.729 0 .964.964 0 1 0-1.364 1.364 3.86 3.86 0 0 0 5.458 0l6.14-6.14a.966.966 0 0 0 0-1.364m-2.047-6.141a3.86 3.86 0 0 0-5.458 0l-6.14 6.14a.964.964 0 1 0 1.364 1.364l6.141-6.14a1.93 1.93 0 0 1 2.729 0 .965.965 0 1 0 1.364-1.364m-2.047 2.047a.964.964 0 0 0-1.364 0l-6.14 6.141a1.929 1.929 0 1 1-2.729-2.729l6.022-6.022a1.93 1.93 0 0 0-2.729 0L3.13 9.271a3.86 3.86 0 0 0 5.458 5.458l6.14-6.141a.963.963 0 0 0 .001-1.364"})))},{name:"stackexchange",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M4 11.606h16v3.272H4zM4 7.377h16v3.272H4zM17.514 3H6.55C5.147 3 4 4.169 4 5.614v.848h16v-.85C20 4.167 18.895 3 17.514 3M4 15.813v.85c0 1.445 1.147 2.614 2.55 2.614h6.799v3.463l3.357-3.463h.744c1.402 0 2.55-1.169 2.55-2.614v-.85z"})))},{name:"stackoverflow",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18.18 20.103V14.78h1.767v7.09H4v-7.09h1.767v5.323z"}),React.createElement("path",{d:"m7.717 14.275 8.673 1.813.367-1.744-8.673-1.813zm1.147-4.13 8.031 3.74.734-1.606-8.031-3.763zm2.226-3.946 6.815 5.667 1.124-1.354-6.815-5.667zM15.495 2l-1.423 1.055 5.277 7.113 1.423-1.055zM7.533 18.314h8.857v-1.767H7.533z"})))},{name:"stumbleupon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 4.294a4.47 4.47 0 0 0-4.471 4.471v6.353a1.059 1.059 0 1 1-2.118 0v-2.824H2v2.941a4.471 4.471 0 0 0 8.942 0v-6.47a1.059 1.059 0 1 1 2.118 0v1.294l1.412.647 2-.647V8.765A4.473 4.473 0 0 0 12 4.294m1.059 8.059v2.882a4.471 4.471 0 0 0 8.941 0v-2.824h-3.412v2.824a1.059 1.059 0 1 1-2.118 0v-2.882l-2 .647z"})))},{name:"substack",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.904 9.182H4.095V7.054h15.81v2.127M4.095 11.109V21L12 16.583 19.905 21v-9.891zM19.905 3H4.095v2.127h15.81z"})))},{name:"telegram",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m3.08 14.757s-.25.625-.936.325l-2.541-1.949-1.63 1.486s-.127.096-.266.036c0 0-.12-.011-.27-.486s-.911-2.972-.911-2.972L6 12.349s-.387-.137-.425-.438c-.037-.3.437-.462.437-.462l10.03-3.934s.824-.362.824.238z"})))},{name:"threads",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 192 192"},React.createElement("g",null,React.createElement("path",{d:"M141.537 88.988a67 67 0 0 0-2.518-1.143c-1.482-27.307-16.403-42.94-41.457-43.1h-.34c-14.986 0-27.449 6.396-35.12 18.036l13.779 9.452c5.73-8.695 14.724-10.548 21.348-10.548h.229c8.249.053 14.474 2.452 18.503 7.129 2.932 3.405 4.893 8.111 5.864 14.05-7.314-1.243-15.224-1.626-23.68-1.14-23.82 1.371-39.134 15.264-38.105 34.568.522 9.792 5.4 18.216 13.735 23.719 7.047 4.652 16.124 6.927 25.557 6.412 12.458-.683 22.231-5.436 29.049-14.127 5.178-6.6 8.453-15.153 9.899-25.93 5.937 3.583 10.337 8.298 12.767 13.966 4.132 9.635 4.373 25.468-8.546 38.376-11.319 11.308-24.925 16.2-45.488 16.351-22.809-.169-40.06-7.484-51.275-21.742C35.236 139.966 29.808 120.682 29.605 96c.203-24.682 5.63-43.966 16.133-57.317C56.954 24.425 74.204 17.11 97.013 16.94c22.975.17 40.526 7.52 52.171 21.847 5.71 7.026 10.015 15.86 12.853 26.162l16.147-4.308c-3.44-12.68-8.853-23.606-16.219-32.668C147.036 9.607 125.202.195 97.07 0h-.113C68.882.194 47.292 9.642 32.788 28.08 19.882 44.485 13.224 67.315 13.001 95.932L13 96v.067c.224 28.617 6.882 51.447 19.788 67.854C47.292 182.358 68.882 191.806 96.957 192h.113c24.96-.173 42.554-6.708 57.048-21.189 18.963-18.945 18.392-42.692 12.142-57.27-4.484-10.454-13.033-18.945-24.723-24.553M98.44 129.507c-10.44.588-21.286-4.098-21.82-14.135-.397-7.442 5.296-15.746 22.461-16.735q2.948-.17 5.79-.169c6.235 0 12.068.606 17.371 1.765-1.978 24.702-13.58 28.713-23.802 29.274"})))},{name:"tiktok-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm7.531 3h2.053s-.114 2.635 2.85 2.82v2.04s-1.582.099-2.85-.87l.021 4.207a3.804 3.804 0 1 1-3.802-3.802h.533v2.082a1.73 1.73 0 0 0-1.922.648 1.727 1.727 0 0 0 1.947 2.646 1.73 1.73 0 0 0 1.19-1.642z"})))},{name:"tiktok",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.22 2h3.42s-.19 4.394 4.75 4.702v3.396s-2.636.166-4.75-1.448l.037 7.012a6.338 6.338 0 1 1-6.34-6.339h.89v3.472a2.882 2.882 0 1 0 2.024 2.752z"})))},{name:"tripadvisor",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.01 9.859c.236-1.002.985-2.003.985-2.003l-3.341-.002C16.779 6.643 14.502 6 11.979 6 9.363 6 7 6.659 5.135 7.877L2 7.88s.74.988.98 1.983a4.98 4.98 0 0 0-.977 2.961 5.01 5.01 0 0 0 5.009 5.003 5 5 0 0 0 3.904-1.875l1.065 1.592 1.076-1.606a4.96 4.96 0 0 0 1.838 1.448 4.98 4.98 0 0 0 3.831.151 5.01 5.01 0 0 0 2.963-6.431 5 5 0 0 0-.679-1.247m-13.998 6.96a4 4 0 0 1-3.998-3.995 4 4 0 0 1 3.998-3.997 4 4 0 0 1 3.996 3.997 4 4 0 0 1-3.996 3.995m4.987-4.36A5.007 5.007 0 0 0 7.11 7.821c1.434-.613 3.081-.947 4.867-.947 1.798 0 3.421.324 4.853.966a4.984 4.984 0 0 0-4.831 4.619m6.288 4.134a3.97 3.97 0 0 1-3.058-.122 3.96 3.96 0 0 1-2.075-2.245v-.001a3.97 3.97 0 0 1 .118-3.056 3.97 3.97 0 0 1 2.246-2.077 4.005 4.005 0 0 1 5.135 2.366 4.006 4.006 0 0 1-2.366 5.135"}),React.createElement("path",{d:"M6.949 10.307a2.477 2.477 0 0 0-2.475 2.472 2.48 2.48 0 0 0 2.475 2.474 2.474 2.474 0 0 0 0-4.946m0 4.094a1.626 1.626 0 0 1-1.624-1.623 1.621 1.621 0 1 1 1.624 1.623M16.981 10.307a2.477 2.477 0 0 0-2.474 2.472 2.48 2.48 0 0 0 2.474 2.474 2.476 2.476 0 0 0 2.472-2.474 2.475 2.475 0 0 0-2.472-2.472m0 4.094a1.625 1.625 0 0 1-1.622-1.623 1.622 1.622 0 1 1 1.622 1.623"}),React.createElement("path",{d:"M7.778 12.778a.832.832 0 1 1-1.664.002.832.832 0 0 1 1.664-.002M16.981 11.947a.832.832 0 1 0 .002 1.666.832.832 0 0 0-.002-1.666"})))},{name:"tumblr-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M16.749 17.396c-.357.17-1.041.319-1.551.332-1.539.041-1.837-1.081-1.85-1.896V9.847h3.861v-2.91h-3.847V2.039h-2.817c-.046 0-.127.041-.138.144-.165 1.499-.867 4.13-3.783 5.181v2.484h1.945v6.282c0 2.151 1.587 5.206 5.775 5.135 1.413-.024 2.982-.616 3.329-1.126z"})))},{name:"tumblr",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-5.569 14.265c-2.446.042-3.372-1.742-3.372-2.998v-3.668H8.923v-1.45c1.703-.614 2.113-2.15 2.209-3.025.007-.06.054-.084.081-.084h1.645V8.9h2.246v1.7H12.85v3.495c.008.476.182 1.131 1.081 1.107.298-.008.697-.094.906-.194l.54 1.601c-.205.296-1.121.641-1.946.656"})))},{name:"twitch",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M16.499 8.089h-1.636v4.91h1.636zm-4.499 0h-1.637v4.91H12zM4.228 3.178 3 6.451v13.092h4.499V22h2.456l2.454-2.456h3.681L21 14.636V3.178zm15.136 10.638L16.5 16.681H12l-2.453 2.453V16.68H5.863V4.814h13.501z"})))},{name:"twitter-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M22.23 5.924a8.2 8.2 0 0 1-2.357.646 4.12 4.12 0 0 0 1.804-2.27 8.2 8.2 0 0 1-2.606.996 4.103 4.103 0 0 0-6.991 3.742 11.65 11.65 0 0 1-8.457-4.287 4.1 4.1 0 0 0-.556 2.063 4.1 4.1 0 0 0 1.825 3.415 4.1 4.1 0 0 1-1.859-.513v.052a4.104 4.104 0 0 0 3.292 4.023 4.1 4.1 0 0 1-1.853.07 4.11 4.11 0 0 0 3.833 2.85 8.24 8.24 0 0 1-5.096 1.756 8 8 0 0 1-.979-.057 11.6 11.6 0 0 0 6.29 1.843c7.547 0 11.675-6.252 11.675-11.675q0-.267-.012-.531a8.3 8.3 0 0 0 2.047-2.123"})))},{name:"twitter",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-2.534 6.71q.007.148.007.298c0 3.045-2.318 6.556-6.556 6.556a6.5 6.5 0 0 1-3.532-1.035q.27.032.55.032a4.63 4.63 0 0 0 2.862-.986 2.31 2.31 0 0 1-2.152-1.6 2.3 2.3 0 0 0 1.04-.04 2.306 2.306 0 0 1-1.848-2.259v-.029c.311.173.666.276 1.044.288a2.303 2.303 0 0 1-.713-3.076 6.54 6.54 0 0 0 4.749 2.407 2.305 2.305 0 0 1 3.926-2.101 4.6 4.6 0 0 0 1.463-.559 2.3 2.3 0 0 1-1.013 1.275c.466-.056.91-.18 1.323-.363-.31.461-.7.867-1.15 1.192"})))},{name:"untappd",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m11 13.299-5.824 8.133c-.298.416-.8.635-1.308.572-.578-.072-1.374-.289-2.195-.879S.392 19.849.139 19.323a1.4 1.4 0 0 1 .122-1.425l5.824-8.133a3.1 3.1 0 0 1 1.062-.927l1.146-.604c.23-.121.436-.283.608-.478.556-.631 2.049-2.284 4.696-4.957l.046-.212a.13.13 0 0 1 .096-.1l.146-.037a.135.135 0 0 0 .101-.141l-.015-.18a.13.13 0 0 1 .125-.142c.176-.005.518.046 1.001.393s.64.656.692.824a.13.13 0 0 1-.095.164l-.175.044a.13.13 0 0 0-.101.141l.012.15a.13.13 0 0 1-.063.123l-.186.112c-1.679 3.369-2.764 5.316-3.183 6.046a2.2 2.2 0 0 0-.257.73l-.205 1.281A3.1 3.1 0 0 1 11 13.3zm12.739 4.598-5.824-8.133a3.1 3.1 0 0 0-1.062-.927l-1.146-.605a2.1 2.1 0 0 1-.608-.478 51 51 0 0 0-.587-.654.09.09 0 0 0-.142.018 97 97 0 0 1-1.745 3.223 1.4 1.4 0 0 0-.171.485 3.5 3.5 0 0 0 0 1.103l.01.064c.075.471.259.918.536 1.305l5.824 8.133c.296.413.79.635 1.294.574a4.76 4.76 0 0 0 2.209-.881 4.76 4.76 0 0 0 1.533-1.802 1.4 1.4 0 0 0-.122-1.425zM8.306 3.366l.175.044a.134.134 0 0 1 .101.141l-.012.15a.13.13 0 0 0 .063.123l.186.112q.465.933.869 1.721c.026.051.091.06.129.019q.655-.703 1.585-1.668a.137.137 0 0 0 .003-.19c-.315-.322-.645-.659-1.002-1.02l-.046-.212a.13.13 0 0 0-.096-.099l-.146-.037a.135.135 0 0 1-.101-.141l.015-.18a.13.13 0 0 0-.123-.142c-.175-.005-.518.045-1.002.393-.483.347-.64.656-.692.824a.13.13 0 0 0 .095.164z"})))},{name:"vimeo",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M22.396 7.164q-.139 3.039-4.245 8.32Q13.907 21 10.97 21q-1.82 0-3.079-3.359l-1.68-6.159q-.934-3.36-2.005-3.36-.234.001-1.634.98l-.978-1.261q1.541-1.353 3.037-2.708 2.056-1.774 3.084-1.869 2.429-.234 2.99 3.321.607 3.836.841 4.769.7 3.181 1.542 3.181.653 0 1.963-2.065 1.307-2.063 1.401-3.142.187-1.781-1.401-1.782-.747.001-1.541.341 1.534-5.024 5.862-4.884 3.21.095 3.024 4.161"})))},{name:"vk",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{fillRule:"evenodd",d:"M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.431 0 8.146 1.687 9.833S6.09 24 11.52 24h.96c5.431 0 8.146 0 9.833-1.687S24 17.91 24 12.48v-.96c0-5.431 0-8.146-1.687-9.833S17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687M4.05 7.3c.13 6.24 3.25 9.99 8.72 9.99h.31v-3.57c2.01.2 3.53 1.67 4.14 3.57h2.84c-.78-2.84-2.83-4.41-4.11-5.01 1.28-.74 3.08-2.54 3.51-4.98h-2.58c-.56 1.98-2.22 3.78-3.8 3.95V7.3H10.5v6.92c-1.6-.4-3.62-2.34-3.71-6.92z"})))},{name:"whatsapp",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m2.048 22 1.406-5.136a9.9 9.9 0 0 1-1.323-4.955C2.133 6.446 6.579 2 12.042 2a9.85 9.85 0 0 1 7.011 2.906 9.85 9.85 0 0 1 2.9 7.011c-.002 5.464-4.448 9.91-9.91 9.91h-.004a9.9 9.9 0 0 1-4.736-1.206zm5.497-3.172.301.179a8.2 8.2 0 0 0 4.193 1.148h.003c4.54 0 8.235-3.695 8.237-8.237a8.2 8.2 0 0 0-2.41-5.828 8.18 8.18 0 0 0-5.824-2.416c-4.544 0-8.239 3.695-8.241 8.237a8.2 8.2 0 0 0 1.259 4.384l.196.312-.832 3.04zm9.49-4.554c-.062-.103-.227-.165-.475-.289s-1.465-.723-1.692-.806-.392-.124-.557.124-.64.806-.784.971-.289.186-.536.062-1.046-.385-1.991-1.229c-.736-.657-1.233-1.468-1.378-1.715s-.015-.382.109-.505c.111-.111.248-.289.371-.434.124-.145.165-.248.248-.413s.041-.31-.021-.434-.557-1.343-.763-1.839c-.202-.483-.407-.417-.559-.425-.144-.007-.31-.009-.475-.009a.9.9 0 0 0-.66.31c-.226.248-.866.847-.866 2.066s.887 2.396 1.011 2.562 1.746 2.666 4.23 3.739c.591.255 1.052.408 1.412.522.593.189 1.133.162 1.56.098.476-.071 1.465-.599 1.671-1.177.206-.58.206-1.075.145-1.179"})))},{name:"woocommerce",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19 2H5C3.3 2 2 3.3 2 5v11c0 1.7 1.3 3 3 3h4l6 3-1-3h5c1.7 0 3-1.3 3-3V5c0-1.7-1.3-3-3-3m-1.6 4.5c-.4.8-.8 2.1-1 3.9-.3 1.8-.4 3.1-.3 4.1 0 .3 0 .5-.1.7s-.3.4-.6.4-.6-.1-.9-.4c-1-1-1.8-2.6-2.4-4.6-.7 1.4-1.2 2.4-1.6 3.1-.6 1.2-1.2 1.8-1.6 1.9-.3 0-.5-.2-.8-.7-.5-1.4-1.1-4.2-1.7-8.2 0-.3 0-.5.2-.7.1-.2.4-.3.7-.4.5 0 .9.2.9.8.3 2.3.7 4.2 1.1 5.7l2.4-4.5c.2-.4.4-.6.8-.6q.75 0 .9.9c.3 1.4.6 2.6 1 3.7.3-2.7.8-4.7 1.4-5.9.2-.3.4-.5.7-.5.2 0 .5.1.7.2q.3.3.3.6c0 .3 0 .4-.1.5"})))},{name:"wordpress",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.158 12.786 9.46 20.625a9 9 0 0 0 5.526-.144 1 1 0 0 1-.065-.124zM3.009 12a8.99 8.99 0 0 0 5.067 8.092L3.788 8.341A8.95 8.95 0 0 0 3.009 12m15.06-.454c0-1.112-.399-1.881-.741-2.48-.456-.741-.883-1.368-.883-2.109 0-.826.627-1.596 1.51-1.596q.06.002.116.007A8.96 8.96 0 0 0 12 3.009a8.98 8.98 0 0 0-7.512 4.052c.211.007.41.011.579.011.94 0 2.396-.114 2.396-.114.484-.028.541.684.057.741 0 0-.487.057-1.029.085l3.274 9.739 1.968-5.901-1.401-3.838c-.484-.028-.943-.085-.943-.085-.485-.029-.428-.769.057-.741 0 0 1.484.114 2.368.114.94 0 2.397-.114 2.397-.114.485-.028.542.684.057.741 0 0-.488.057-1.029.085l3.249 9.665.897-2.996q.684-1.753.684-2.907m1.82-3.86q.06.428.06.924c0 .912-.171 1.938-.684 3.22l-2.746 7.94a8.98 8.98 0 0 0 4.47-7.771 8.9 8.9 0 0 0-1.1-4.313M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10"})))},{name:"x",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M13.982 10.622 20.54 3h-1.554l-5.693 6.618L8.745 3H3.5l6.876 10.007L3.5 21h1.554l6.012-6.989L15.868 21h5.245zm-2.128 2.474-.697-.997-5.543-7.93H8l4.474 6.4.697.996 5.815 8.318h-2.387z"})))},{name:"xanga",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M9 9h6v6H9zM3 9h6V3H3zm12 0h6V3h-6zm0 12h6v-6h-6zM3 21h6v-6H3z"})))},{name:"youtube",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.8 8.001s-.195-1.378-.795-1.985c-.76-.797-1.613-.801-2.004-.847-2.799-.202-6.997-.202-6.997-.202h-.009s-4.198 0-6.997.202c-.39.047-1.242.051-2.003.847-.6.607-.795 1.985-.795 1.985S2 9.62 2 11.238v1.517c0 1.618.2 3.237.2 3.237s.195 1.378.795 1.985c.761.797 1.76.771 2.205.855 1.6.153 6.8.201 6.8.201s4.203-.006 7.001-.209c.391-.047 1.243-.051 2.004-.847.6-.607.795-1.985.795-1.985s.2-1.618.2-3.237v-1.517c0-1.618-.2-3.237-.2-3.237M9.935 14.594l-.001-5.62 5.404 2.82z"})))}]},58992:(e,t,n)=>{"use strict";n.d(t,{d:()=>u});var a=n(96072),r=n.n(a),s=n(28120),o=n.n(s),i=n(51609),l=n.n(i),c=n(91135);class u extends i.PureComponent{static defaultProps={size:24};static propTypes={icon:o().string.isRequired,size:o().number,onClick:o().func,className:o().string};render(){const{size:e,onClick:t,icon:n,className:a,...s}=this.props,o=["social-logo","social-logo-"+n,a].filter(Boolean).join(" "),i=c.$.find((e=>e.name===n));if(!i)return l().createElement("svg",r()({height:e,width:e},s));return l().cloneElement(i.svg,{className:o,height:e,width:e,onClick:t,...s})}}},52068:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>C});var a=n(82170),r=n(96865),s=n(56427),o=n(27723),i=n(90254),l=n(69457),c=n(88669),u=n(41417),d=n(57003),p=(n(51609),n(95396)),m=n(64425),g=n(47264),A=n(2162),h=n(62402);const __=o.__,E="simplify",f="make-longer",b="make-shorter",v={default:[{name:__("Correct spelling and grammar","jetpack"),key:"correct-spelling",aiSuggestion:m.yy,icon:i.A}],"core/paragraph":[{name:__("Simplify","jetpack"),key:E,aiSuggestion:m.A4,icon:l.A},{name:__("Summarize","jetpack"),key:"summarize",aiSuggestion:m.UA,icon:c.A},{name:__("Expand","jetpack"),key:f,aiSuggestion:m.br,icon:u.A},{name:__("Make shorter","jetpack"),key:b,aiSuggestion:m.fD,icon:u.A}],"core/list-item":[{name:__("Simplify","jetpack"),key:E,aiSuggestion:m.A4,icon:l.A},{name:__("Expand","jetpack"),key:f,aiSuggestion:m.br,icon:u.A},{name:__("Make shorter","jetpack"),key:b,aiSuggestion:m.fD,icon:u.A}],"core/list":p.L.includes("core/list")?[{name:__("Simplify","jetpack"),key:E,aiSuggestion:m.A4,icon:l.A},{name:__("Expand","jetpack"),key:f,aiSuggestion:m.br,icon:u.A},{name:__("Make shorter","jetpack"),key:b,aiSuggestion:m.fD,icon:u.A}]:[{name:__("Turn list into a table","jetpack"),key:"turn-into-table",aiSuggestion:m.pE,icon:d.A,options:{userPrompt:"make a table from this list, do not enclose the response in a code block"}},{name:__("Write a post from this list","jetpack"),key:"write-post-from-list",aiSuggestion:m.pE,icon:l.A,options:{userPrompt:"Write a post based on the list items. Include a title as first order heading and try to use secondary headings for each entry"}}]};function C({blockType:e,disabled:t=!1,onAskAiAssistant:n,onRequestSuggestion:o}){const i=v[e]??[];return(0,a.createElement)(a.Fragment,null,t&&(0,a.createElement)(s.Notice,{status:"warning",isDismissible:!1,className:"jetpack-ai-assistant__info"},__("Add content to activate the tools below","jetpack")),(0,a.createElement)(s.MenuGroup,null,(0,a.createElement)(s.MenuItem,{icon:r.cj,iconPosition:"left",key:"key-ai-assistant",onClick:n,disabled:t},(0,a.createElement)("div",{className:"jetpack-ai-assistant__menu-item"},__("Ask AI Assistant","jetpack"))),[...v.default,...i].map((e=>(0,a.createElement)(s.MenuItem,{icon:e?.icon,iconPosition:"left",key:`key-${e.key}`,onClick:()=>{o(e.aiSuggestion,{...e.options??{}},e.name)},disabled:t},(0,a.createElement)("div",{className:"jetpack-ai-assistant__menu-item"},e.name)))),(0,a.createElement)(h.hN,{onChange:e=>{o(m.eJ,{tone:e},`${h.uQ}: ${(0,g.Z)(e)}`)},disabled:t}),(0,a.createElement)(A.HU,{onChange:(e,t)=>{o(m.Gm,{language:e},`${A.u0}: ${t}`)},disabled:t})))}},72901:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(27723),s=n(56333),o=n(10617);const __=r.__,i=()=>{const e=`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?page=my-jetpack#/connection`,{autosaveAndRedirect:t,isRedirecting:n}=(0,o.A)(e);return(0,a.createElement)(s.c,{buttonText:__("Connect Jetpack","jetpack"),checkoutUrl:e,className:"jetpack-ai-connect-banner",description:__("Your account is not connected to Jetpack at the moment.","jetpack"),goToCheckoutPage:e=>{t(e)},isRedirecting:n,visible:!0,align:null,title:null,context:null})}},32249:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(3924),s=n(56427),o=n(27723);const __=o.__;const i=function(){const e=(0,r.A)("jetpack-ai-feedback");return(0,a.createElement)("div",{className:"jetpack-ai-feedback-control"},(0,a.createElement)(s.BaseControl,{label:__("Feedback","jetpack")},(0,a.createElement)("p",null,__("Your feedback is valuable in our commitment to refine and improve this feature.","jetpack")),(0,a.createElement)(s.ExternalLink,{href:e},__("Share your feedback","jetpack"))))}},2162:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>h,HU:()=>E,so:()=>g,u0:()=>p});var a=n(82170),r=n(85985),s=n(56427),o=n(27723),i=n(51113),l=n(29115),c=n(84066);n(51609);const __=o.__,u=["en","es","fr","de","it","pt","ru","zh","ja","ar","hi","ko"],d=window?.Jetpack_Editor_Initial_State?.siteLocale||navigator?.language,p=__("Translate","jetpack"),m=d?.split("-")[0]||"en",g=(d?.split("-"),{en:{label:__("English","jetpack")},es:{label:__("Spanish","jetpack")},fr:{label:__("French","jetpack")},de:{label:__("German","jetpack")},it:{label:__("Italian","jetpack")},pt:{label:__("Portuguese","jetpack")},ru:{label:__("Russian","jetpack")},zh:{label:__("Chinese","jetpack")},ja:{label:__("Japanese","jetpack")},ar:{label:__("Arabic","jetpack")},hi:{label:__("Hindi","jetpack")},ko:{label:__("Korean","jetpack")}}),A=({value:e,onChange:t})=>{const n=[...u.filter((e=>e!==m))];return u.includes(m)&&n.unshift(m),(0,a.createElement)(s.MenuGroup,{label:__("Select language","jetpack")},n.map((n=>(0,a.createElement)(s.MenuItem,{key:`key-${n}`,onClick:()=>t(n+" ("+g[n].label+")",g[n].label),isSelected:e===n},g[n].label))))};function h({value:e=m,label:t=p,onChange:n,disabled:o=!1}){const{tracks:l}=(0,r.st)();return o?(0,a.createElement)(s.Tooltip,{text:t},(0,a.createElement)(s.Button,{disabled:!0},(0,a.createElement)(i.A,{icon:c.A}))):(0,a.createElement)(s.ToolbarDropdownMenu,{icon:c.A,label:t,popoverProps:{variant:"toolbar"},onToggle:e=>{e&&l.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"i18n"})}},(()=>(0,a.createElement)(A,{value:e,onChange:n})))}function E({value:e=m,label:t=p,onChange:n,disabled:r=!1}){return(0,a.createElement)(s.DropdownMenu,{className:"ai-assistant__i18n-dropdown",icon:c.A,label:t,toggleProps:{children:(0,a.createElement)(a.Fragment,null,(0,a.createElement)("div",{className:"ai-assistant__i18n-dropdown__toggle-label"},t),(0,a.createElement)(i.A,{icon:l.A})),disabled:r}},(({onClose:t})=>(0,a.createElement)(A,{onChange:(...e)=>{n(...e),t()},value:e})))}},99050:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>A});var a=n(82170),r=n(85985),s=n(56427),o=n(27723),i=n(78938);const __=o.__,l="make-longer",c="makeLonger",u="make-shorter",d="makeShorter",p="summarize",m="summarize",g=[{name:__("Summarize","jetpack"),key:p,aiSuggestion:m},{name:__("Make longer","jetpack"),key:l,aiSuggestion:c},{name:__("Make shorter","jetpack"),key:u,aiSuggestion:d}];function A({key:e,label:t=__("Improve","jetpack"),exclude:n=[],onChange:o,disabled:l=!1}){const{tracks:c}=(0,r.st)();return l?(0,a.createElement)(s.Tooltip,{text:t},(0,a.createElement)(s.Button,{disabled:!0},(0,a.createElement)(s.Icon,{icon:i.A}))):(0,a.createElement)(s.ToolbarDropdownMenu,{icon:i.A,label:t,popoverProps:{variant:"toolbar"},onToggle:e=>{e&&c.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"improve"})}},(()=>{const r=g.filter((e=>!n.includes(e.key)));return(0,a.createElement)(s.MenuGroup,{label:t},r.map((t=>(0,a.createElement)(s.MenuItem,{key:`key-${t.key}`,onClick:()=>o(t.aiSuggestion,{contentType:"generated"}),isSelected:e===t.key},t.name))))}))}},33468:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>A});var a=n(82170),r=n(85985),s=n(56427),o=n(27723),i=n(78938),l=n(41417),c=n(90254),u=n(69457),d=n(88669),p=n(11269);const __=o.__,m=[{label:__("Post about…","jetpack"),description:{original:"Write a post about ",translated:__("Write a post about ","jetpack")}},{label:__("Informative article on…","jetpack"),description:{original:"Craft an informative article explaining ",translated:__("Craft an informative article explaining ","jetpack")}},{label:__("Step-by-step tutorial on…","jetpack"),description:{original:"Write a step-by-step tutorial on ",translated:__("Write a step-by-step tutorial on ","jetpack")}},{label:__("Motivational post on…","jetpack"),description:{original:"Create a motivational post on ",translated:__("Create a motivational post on ","jetpack")}}],g=[{label:__("Say it differently…","jetpack"),description:{original:"Rewrite it in a way that ",translated:__("Rewrite it in a way that ","jetpack")}},{label:__("Add…","jetpack"),description:{original:"Add more details about ",translated:__("Add more details about ","jetpack")}},{label:__("Remove…","jetpack"),description:{original:"Remove unnecessary details about ",translated:__("Remove unnecessary details about ","jetpack")}}];function A({hasContentBefore:e,hasContent:t,hasPostTitle:n,contentIsLoaded:o,onPromptSelect:A,onSuggestionSelect:h}){const E=__("Write with AI…","jetpack"),{tracks:f}=(0,r.st)();return(0,a.createElement)(s.ToolbarDropdownMenu,{className:"jetpack-ai-assistant__templates-control",icon:null,label:E,text:E,onToggle:e=>{e&&f.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"write-with-ai"})}},(({onClose:r})=>o?(0,a.createElement)(s.MenuGroup,{label:__("Write…","jetpack")},g.map(((e,t)=>(0,a.createElement)(s.MenuItem,{icon:i.A,iconPosition:"left",key:`key-${t}`,onClick:()=>{r(),A(e.description)}},e.label)))):(0,a.createElement)(a.Fragment,null,e&&(0,a.createElement)(s.MenuGroup,{label:__("Based on preceding content…","jetpack")},(0,a.createElement)(s.MenuItem,{icon:l.A,iconPosition:"left",onClick:()=>h("continue")},__("Continue writing","jetpack")),(0,a.createElement)(s.MenuItem,{icon:c.A,iconPosition:"left",onClick:()=>h("correctSpelling")},__("Correct spelling and grammar","jetpack")),(0,a.createElement)(s.MenuItem,{icon:u.A,iconPosition:"left",onClick:()=>h("simplify")},__("Simplify","jetpack"))),t&&(0,a.createElement)(s.MenuGroup,{label:__("Based on entire content…","jetpack")},t&&(0,a.createElement)(s.MenuItem,{icon:d.A,iconPosition:"left",onClick:()=>h("summarize")},__("Summarize","jetpack")),t&&(0,a.createElement)(s.MenuItem,{icon:p.A,iconPosition:"left",onClick:()=>h("generateTitle")},__("Generate a post title","jetpack"))),(0,a.createElement)(s.MenuGroup,{label:__("Write…","jetpack")},n&&(0,a.createElement)(s.MenuItem,{icon:i.A,iconPosition:"left",onClick:()=>h("titleSummary")},__("Summary based on title","jetpack")),m.map(((e,t)=>(0,a.createElement)(s.MenuItem,{icon:i.A,iconPosition:"left",key:`key-${t}`,onClick:()=>{r(),A(e.description)}},e.label)))))))}},23e3:(e,t,n)=>{"use strict";n.d(t,{A:()=>f,Q:()=>E});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(86087),l=n(27723),c=n(10067),u=n.n(c),d=n(56333),p=n(92169),m=n(61297),g=n(7503),A=n(93094);const __=l.__,h=u()("jetpack-ai-assistant:upgrade-prompt"),E=({variant:e="error"})=>{const t=(()=>{const{usagePeriod:e}=(0,m.A)(),t=(e=>{const t=__("You've reached this month's request limit, per our fair usage policy.","jetpack");if(!e)return t; +__("Share on %s","jetpack"),o);return React.createElement("div",{className:p.A.container,key:i},React.createElement(r.A,{icon:d,variant:t,"aria-label":m,href:u,target:"_blank",rel:"noopener noreferrer",onClick:E(u,{network:i}),className:"icon"===e?p.A[i]:"has-text"},"icon"===e?null:React.createElement(React.Fragment,null,"icon-text"===e&&React.createElement(a.M5,{className:p.A[i],serviceName:i}),React.createElement(s.Ay,{className:p.A.label,component:"span"},m))))})),React.createElement("div",{className:p.A.container},React.createElement(o.A,{buttonStyle:e,onCopy:A,textToCopy:h,className:"icon"===e?p.A.clipboard:" has-text",variant:t},"icon"===e?null:React.createElement(s.Ay,{className:p.A.label,component:"span"},__("Copy to clipboard","jetpack")))))}},53975:(e,t,n)=>{"use strict";n.d(t,{i:()=>o});var a=n(47143),r=n(86087),s=n(383);function o(){const{shareMessage:e}=(0,s.h)(),{message:t,link:n}=(0,a.useSelect)((t=>{const n=t("core/editor").getEditedPostAttribute;return{link:n("link"),message:e||n("meta")?.jetpack_seo_html_title||n("title")}}),[e]);return(0,r.useCallback)(((e,a=!0)=>{let r=t,s=n;return e.includes("{{url}}")||(r=r+"\n\n"+s,s=""),a&&(r=encodeURIComponent(r),s=encodeURIComponent(s)),e.replace("{{text}}",r).replace("{{url}}",s)}),[n,t])}},1101:(e,t,n)=>{"use strict";n.d(t,{O:()=>A});var a=n(56427),r=n(47143),s=n(43656),o=n(86087),i=n(27723),l=n(692),c=n(92214),u=n(77627),d=n(31873),p=n(89729);const __=i.__;function m(e=__("Unable to share the Post","jetpack")){const{createErrorNotice:t}=(0,r.dispatch)(l.store);t(e,{id:"publicize-post-share-message"})}function g(){const{isPublicizeEnabled:e}=(0,u.A)(),{isFetching:t,isError:n,isSuccess:i,doPublicize:g}=(0,d.A)(),A=(0,r.useSelect)((e=>e(s.store).isCurrentPostPublished()),[]),h=(0,r.useSelect)((e=>e(p.M_).featureFlags()),[]),{pollForPostShareStatus:E}=(0,r.useDispatch)(p.M_);(0,o.useEffect)((()=>{if(!t)return n?m():void(i&&function(){const{createSuccessNotice:e}=(0,r.dispatch)(l.store);e(__("Your post will be shared soon.","jetpack"),{id:"publicize-post-share-message",type:"snackbar"})}())}),[t,n,i]);const f=(0,c.P)(),b=!e||!f||!A||t,v=(0,o.useCallback)((async()=>{if(!A)return m(__("You must publish your post before you can share it.","jetpack"));(0,r.dispatch)(l.store).removeNotice("publicize-post-share-message"),await g(),h.useShareStatus&&E()}),[g,A,h.useShareStatus,E]);return React.createElement(a.Button,{variant:"secondary",onClick:v,disabled:b,isBusy:t},__("Share post","jetpack"))}function A(){const{isRePublicizeUpgradableViaUpsell:e}=(0,u.A)(),t=(0,r.useSelect)((e=>e(s.store).isCurrentPostPublished()),[]),{hasConnections:n}=(0,r.useSelect)((e=>e(p.M_)),[]);return t?e?null:n()?React.createElement(a.PanelRow,null,React.createElement(g,null)):null:null}},7757:(e,t,n)=>{"use strict";n.d(t,{JU:()=>r.g,Q3:()=>a.Q});var a=n(59032),r=n(95499)},95499:(e,t,n)=>{"use strict";n.d(t,{g:()=>p});var a=n(96072),r=n.n(a),s=n(85985),o=n(56427),i=n(47143),l=n(27723),c=n(51609),u=n(89729),d=n(14150);const __=l.__,p=(0,c.forwardRef)((({withWrapper:e=!1,analyticsData:t=null,...n},a)=>{const{recordEvent:l}=(0,s.st)(),{openShareStatusModal:p}=(0,i.useDispatch)(u.M_),m=(0,i.useSelect)((e=>e(u.M_).featureFlags()),[]),g=(0,i.useSelect)((e=>e(u.M_).getPostShareStatus()),[]),A=(0,c.useCallback)((()=>{l("jetpack_social_share_status_modal_opened",t),p()}),[t,p,l]);if(!g||!g.shares||0===g.shares.length)return null;if(!m.useShareStatus)return null;const h=React.createElement(o.Button,r()({variant:"secondary",onClick:A},n,{ref:a}),n.children||__("View sharing history","jetpack"));return e?React.createElement("div",{className:d.A["trigger-wrapper"]},h):h}))},59032:(e,t,n)=>{"use strict";n.d(t,{Q:()=>d});var a=n(50723),r=n(56427),s=n(47143),o=n(27723),i=n(89729),l=n(30557),c=n(14150);const __=o.__;function u(){const{closeShareStatusModal:e}=(0,s.useDispatch)(i.M_);return React.createElement("div",{className:c.A.wrapper},React.createElement(r.Modal,{onRequestClose:e,title:__("Sharing status","jetpack"),className:c.A.modal},React.createElement(l.W,null)))}function d(){const e=(0,s.useSelect)((e=>e(i.M_).isShareStatusModalOpen()),[]);return React.createElement(a.Ay,{targetDom:document.body},e?React.createElement(u,null):null)}},14329:(e,t,n)=>{"use strict";n.d(t,{f:()=>g});var a=n(40597),r=n(85985),s=n(56427),o=n(47143),i=n(43656),l=n(27723),c=n(51609),u=n(31873),d=n(89729),p=n(59061),m=n(14150);const __=l.__,_x=l._x;function g({shareItem:e}){const{recordEvent:t}=(0,r.st)(),n=(0,o.useSelect)((e=>e(i.store).getCurrentPostId()),[]),l=(0,o.useSelect)((e=>e(d.M_).getConnections()),[]),g=l.some((0,p.eJ)(e)),{doPublicize:A}=(0,u.A)(n),{pollForPostShareStatus:h}=(0,o.useDispatch)(d.M_),[E,f]=(0,c.useState)(!1),b=(0,c.useCallback)((async()=>{t("jetpack_social_share_status_retry",{service:e.service,location:"modal"});const n=(0,p.eJ)(e),a=l.filter((e=>!n(e))).map((({connection_id:e})=>e));a.length!==l.length&&(f(!0),await A(a),await h({isRequestComplete({postShareStatus:t,lastTimestamp:n}){const a=t.shares.some((t=>t.timestamp>n&&(0,p.Ri)(e,t)));return a&&f(!1),a}}))}),[t,e,l,A,h]);return E?React.createElement(s.Spinner,null):React.createElement("div",{className:m.A["retry-wrapper"]},React.createElement(s.Button,{variant:g?"link":"tertiary",onClick:g?b:void 0,disabled:!g},__("Retry","jetpack")),g?null:React.createElement(a.A,{shift:!0,placement:"bottom-end"},e.external_id?_x("This connection has been removed.","Social media connection","jetpack"):_x("This connection has been reconnected or removed.","Social media connection","jetpack")))}},30557:(e,t,n)=>{"use strict";n.d(t,{W:()=>o});var a=n(47143),r=n(89729),s=n(48377);function o(){const e=(0,a.useSelect)((e=>e(r.M_).getPostShareStatus()),[]);return React.createElement("div",null,React.createElement(s.S,{postShareStatus:e}))}},368:(e,t,n)=>{"use strict";n.d(t,{C:()=>l});var a=n(85985),r=n(56427),s=n(27723),o=n(51609),i=n(14329);const __=s.__;function l({shareItem:e}){const{recordEvent:t}=(0,a.st)(),n=(0,o.useCallback)((()=>{t("jetpack_social_share_status_view",{service:e.service,location:"modal"})}),[t,e.service]);return"success"===e.status?React.createElement(r.ExternalLink,{href:e.message,onClick:n},__("View","jetpack")):React.createElement(i.f,{shareItem:e})}},69662:(e,t,n)=>{"use strict";n.d(t,{a:()=>p});var a=n(40597),r=n(47425),s=n(27723),o=n(51113),i=n(83883),l=n(13022),c=n(51609),u=n.n(c),d=n(14150);const __=s.__,_x=s._x;function p({status:e,message:t}){const n="success"===e,s=n?u().createElement(o.A,{className:d.A["share-status-icon"],icon:i.A}):u().createElement(a.A,{shift:!0,inline:!1,title:__("Sharing failed with the following message:","jetpack"),className:d.A["share-status-icon-tooltip"]},u().createElement(r.Ay,{variant:"body-small"},t));return u().createElement("div",{className:(0,l.A)(d.A["share-status-wrapper"],{[d.A["share-status-success"]]:n,[d.A["share-status-failure"]]:!n})},u().createElement("div",{className:d.A["share-status-icon"]},s),u().createElement("div",{className:d.A["share-status-label"]},n?_x("Shared","The sharing is successful","jetpack"):__("Failed","jetpack")))}},48377:(e,t,n)=>{"use strict";n.d(t,{S:()=>u});var a=n(38443),r=n(27723),s=n(12141),o=n(368),i=n(69662),l=n(14150);const __=r.__,c=e=>`${e.external_id||e.connection_id}:${e.timestamp}`;function u({postShareStatus:e}){return React.createElement("div",{className:l.A["dataview-wrapper"]},React.createElement("div",{className:"dataviews-wrapper"},React.createElement("table",{className:"dataviews-view-table"},React.createElement("thead",null,React.createElement("tr",{className:"dataviews-view-table__row"},React.createElement("th",null,__("Connection","jetpack")),React.createElement("th",null,__("Time","jetpack")),React.createElement("th",null,__("Status","jetpack")),React.createElement("th",null,__("Actions","jetpack")))),React.createElement("tbody",null,e.shares.map((e=>React.createElement("tr",{key:c(e),className:"dataviews-view-table__row"},React.createElement("td",null,React.createElement("div",{className:"dataviews-view-table__cell-content-wrapper"},React.createElement("div",{className:l.A["connection-name"]},React.createElement(s.A,{serviceName:e.service,label:e.external_name,profilePicture:e.profile_picture}),React.createElement("div",{className:l.A["share-item-name-wrapper"]},React.createElement("div",{className:l.A["share-item-name"]},e.external_name))))),React.createElement("td",null,React.createElement("div",{className:"dataviews-view-table__cell-content-wrapper"},(0,a.humanTimeDiff)(1e3*e.timestamp,(0,a.getDate)(null)))),React.createElement("td",null,React.createElement("div",{className:"dataviews-view-table__cell-content-wrapper"},React.createElement(i.a,{status:e.status,message:e.message}))),React.createElement("td",null,React.createElement("div",{className:"dataviews-view-table__cell-content-wrapper"},React.createElement(o.C,{shareItem:e}))))))))))}},29341:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(63406),r=n(56427),s=n(86087),o=n(27723),i=n(49747),l=n(38394),c=n(56457),u=n(77932);const __=o.__,_x=o._x,d=({prePublish:e=!1})=>{const t=e?s.Fragment:r.PanelBody,n=e?{}:{title:__("Social Image Generator","jetpack")},{isEnabled:o,setIsEnabled:d}=(0,i.A)(),[p,m]=(0,s.useState)(!1),g=(0,s.useCallback)((()=>m(!0)),[]),A=(0,s.useCallback)((()=>m(!1)),[]),[h,E]=(0,s.useState)(null),{createErrorNotice:f,createSuccessNotice:b}=(0,a.I)(),{save:v,isSaving:C}=(0,l.i)({onError:e=>{f(e.message)},onSuccess:()=>{b(__("Image saved to media library.","jetpack"))}}),k=(0,s.useCallback)((()=>{v(`https://s0.wp.com/_si/?t=${h}`,"generated-image.jpg")}),[h,v]);return React.createElement(t,n,p&&React.createElement(u.A,{onClose:A}),React.createElement(r.ToggleControl,{label:__("Enable Social Image","jetpack"),help:o?"":__("Social Image is disabled for this post.","jetpack"),checked:o,onChange:d}),o&&React.createElement(React.Fragment,null,React.createElement("hr",null),React.createElement(c.Ay,{onNewToken:E}),React.createElement("hr",null),React.createElement(r.__experimentalHStack,{spacing:2,wrap:!0},React.createElement(r.Button,{variant:"secondary",onClick:g,label:__("Open the Social Image Generator settings","jetpack")},__("Settings","jetpack")),React.createElement(r.Button,{variant:"secondary",onClick:k,label:__("Save the generated image to your media library.","jetpack"),disabled:!h||C},C?_x("Saving…","Saving the file to media library","jetpack"):__("Save to media library","jetpack")))))}},77932:(e,t,n)=>{"use strict";n.d(t,{A:()=>A});var a=n(50723),r=n(56427),s=n(86087),o=n(27723),i=n(49747),l=n(80624),c=n(56457),u=n(55858),d=n(81299),p=n(53744);const __=o.__,m=["image/jpeg","image/png"],g=__("Choose Image","jetpack"),A=({onClose:e})=>{const{customText:t,imageType:n,imageId:o,template:A,updateSettings:h}=(0,i.A)(),[E,f]=(0,s.useState)(o),[b,v]=(0,s.useState)(n||"featured"),[C,k]=(0,s.useState)(t),[y,B]=(0,s.useState)(A),[w]=(0,l.A)(E),_=(0,s.useCallback)((()=>{h({template:y,image_type:b,custom_text:C||"",..."custom"===b&&{image_id:E}}),e()}),[h,y,b,E,C,e]),I=(0,s.useCallback)((e=>{f(e?.id)}),[f]);return React.createElement(a.Ay,{targetDom:document.body},React.createElement(r.Modal,{onRequestClose:e},React.createElement(c.Ay,{className:p.A.preview,imageId:E,customText:C,imageType:b,template:y}),React.createElement(r.SelectControl,{label:__("Image Type","jetpack"),value:b||"featured",options:[{label:__("Featured Image","jetpack"),value:"featured"},{label:__("Custom Image","jetpack"),value:"custom"},{label:__("No Image","jetpack"),value:"none"}],onChange:v}),"custom"===b&&React.createElement(u.A,{buttonLabel:g,subTitle:__("Add a custom image","jetpack"),mediaId:E,mediaDetails:w,onChange:I,allowedMediaTypes:m,wrapperClassName:p.A.mediaPicker}),React.createElement(r.TextControl,{className:p.A.customText,value:C||"",onChange:k,label:__("Custom Header","jetpack"),help:__("By default the post title is used for the image. You can use this field to set your own text.","jetpack")}),React.createElement(r.BaseControl,{__nextHasNoMarginBottom:!0,label:__("Templates","jetpack"),className:p.A.templateControl},React.createElement(d.A,{value:y,onTemplateSelected:B})),React.createElement(r.Button,{onClick:e,variant:"tertiary"},__("Cancel","jetpack")),React.createElement(r.Button,{onClick:_,variant:"primary"},__("Save","jetpack"))))}},29761:(e,t,n)=>{"use strict";n(47143),n(86087),n(27723),n(51609),n(89729),n(12226)},12226:(e,t,n)=>{"use strict";n(56427),n(86087),n(27723),n(81299),n(88375)},81299:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(86087),r=n(27723),s=n(13022),o=n(52002),i=n(10936);const __=r.__,l=({value:e=null,onTemplateSelected:t=null})=>{const n=(0,a.useCallback)((e=>{const n=e.target.id;t?.(n)}),[t]);return React.createElement("div",{className:o.A.templates},i.A.map((t=>React.createElement("button",{onClick:n,id:t.name,key:t.name,className:(0,s.A)(o.A.template,{[o.A["template--active"]]:t.name===e})},React.createElement("img",{src:t.image,alt:t.label}),React.createElement("span",{className:"screen-reader-text"},/* translators: %s is the name of the template */ /* translators: %s is the name of the template */ +(0,r.sprintf)(__("Pick the %s template","jetpack"),t.label))))))}},10936:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(26365),r=n(45329),s=n(9509);const o=[{name:"highway",label:"Highway",image:n(22417)},{name:"dois",label:"Dois",image:a},{name:"edge",label:"Edge",image:r},{name:"fullscreen",label:"Fullscreen",image:s}]},98725:(e,t,n)=>{"use strict";n(47143),n(86087),n(51609),n(89729)},96390:(e,t,n)=>{"use strict";n.d(t,{n:()=>d});var a=n(85985),r=n(56427),s=n(86087),o=n(27723),i=n(10991),l=n(18603),c=n(94360),u=n(47944);const __=o.__;function d(){const[e,t]=(0,s.useReducer)((e=>!e),!1),{recordEvent:n}=(0,a.st)(),o=(0,s.useCallback)((()=>{e||n("jetpack_social_preview_modal_opened"),t()}),[e,n]);return React.createElement(r.PanelRow,{className:u.A.panel},e&&React.createElement(r.Modal,{onRequestClose:t,title:__("Social Previews","jetpack"),className:u.A.modal,__experimentalHideHeader:!0},React.createElement("div",{className:u.A["modal-content"]},React.createElement(c.X,null),React.createElement(l.w,null)),React.createElement(r.Button,{className:u.A["close-button"],onClick:t,icon:i.A,label:__("Close","jetpack")})),React.createElement(r.Button,{variant:"secondary",onClick:o},__("Preview social posts","jetpack")))}},98588:(e,t,n)=>{"use strict";n.d(t,{z:()=>C});var a=n(96072),r=n.n(a),s=n(73188),o=n(73066),i=n(57984),l=n(48914),c=n(83945),u=n(73915),d=n(89075),p=n(95550),m=n(3582),g=n(47143),A=n(86087),h=n(18537),E=n(27723),f=n(39553),b=n(62697),v=n(31137);const __=E.__;function C({connection:e}){const t=(0,A.useMemo)((()=>({displayName:e.display_name||e.external_display,profileImage:e.profile_picture})),[e]),{image:n,media:a,title:E,description:C,url:k,excerpt:y}=(0,v.s)(),B=((0,f.A)().message||"").trim(),w=(0,A.useMemo)((()=>({description:C,image:n,media:a,title:E,url:k})),[C,n,a,E,k]),_=(0,g.useSelect)((e=>{const{getUnstableBase:t}=e(m.store);return(0,h.decodeEntities)(t()?.name)}),[]),I=a?.some((({type:e})=>e.startsWith("image/")||e.startsWith("video/")));switch(e.service_name){case"facebook":return I?React.createElement(s.h,r()({},w,{type:"article",customText:B||y||E,user:t})):React.createElement(o.l,r()({},w,{type:"article",customText:B||y||E,user:t}));case"instagram-business":{const e=Boolean(n);return I||e?React.createElement(i.l,r()({},w,{image:a?.[0]?.url||n,name:t.displayName,profileImage:t.profileImage,caption:B||E||C})):React.createElement(b.q,null)}case"linkedin":return React.createElement(l.$,r()({},w,{jobTitle:__("Job Title (Company Name)","jetpack"),name:t.displayName,profileImage:t.profileImage,description:B||E||C}));case"mastodon":{const e=a?.[0],n=e?.type.startsWith("image/")?e.url:null;return React.createElement(c._,r()({},w,{description:y,siteName:_,user:{avatarUrl:t.profileImage,address:t.displayName,displayName:t.displayName},customText:B,customImage:n}))}case"nextdoor":{const e=`${B||E||C} ${a.length?k:""}`.trim();return React.createElement(u.K,r()({},w,{description:e,name:t.displayName,profileImage:t.profileImage}))}case"threads":{let e=E;B?e=B:E&&y&&(e=`${E}\n\n${y}`);const n=500-k.length-2;return e=(0,h.decodeEntities)(e).slice(0,n),e+=`\n\n${k}`,React.createElement(d.s,r()({},w,{caption:e,name:t.displayName,profileImage:t.profileImage}))}case"tumblr":return React.createElement(p.B,r()({},w,{user:{displayName:t.displayName,avatarUrl:t.profileImage},customText:B}));default:return null}}},18603:(e,t,n)=>{"use strict";n.d(t,{w:()=>g});var a=n(85985),r=n(56427),s=n(47143),o=n(27723),i=n(51609),l=n(89729),c=n(12141),u=n(39329),d=n(48712),p=n(98588),m=n(47944);const __=o.__,_x=o._x;function g(){const{recordEvent:e}=(0,a.st)(),t=(0,d.h)(),{canBeTurnedOn:n,shouldBeDisabled:o}=(0,u.j)(),g=(0,s.useSelect)((e=>e(l.M_).getConnections().filter((({service_name:e})=>t(e))).map((e=>{const t=e.display_name||e.external_display,a=`${e.service_name}-${e.connection_id}`,r=React.createElement(c.A,{label:t,serviceName:e.service_name,profilePicture:e.profile_picture}),s=o(e)||!n(e)||!e.enabled;return{...e,className:s?m.A["disabled-tab"]:"",name:a,title:t,icon:r}}))),[t,o]),{toggleConnectionById:A}=(0,s.useDispatch)(l.M_),h=(0,i.useCallback)(((t,n)=>()=>{A(t),e("jetpack_social_connection_toggled",{location:"preview-modal",enabled:!n.enabled,service_name:n.service_name})}),[e,A]);return React.createElement("div",{className:m.A["preview-section"]},React.createElement(r.TabPanel,{tabs:g},(e=>{const t=n(e)&&e.enabled;return React.createElement("div",{className:m.A["preview-content"]},o(e)?null:React.createElement(r.ToggleControl,{label:t?_x("Connection enabled","","jetpack"):__("Connection disabled","jetpack"),checked:t,onChange:h(e.connection_id,e)}),React.createElement(p.z,{connection:e}))})))}},94360:(e,t,n)=>{"use strict";n.d(t,{X:()=>o});var a=n(27723),r=n(41190),s=n(47944);const __=a.__;function o(){return React.createElement("div",{className:s.A["settings-section"]},React.createElement("div",{className:s.A["settings-header"]},React.createElement("h2",null,__("Social Preview","jetpack"))),React.createElement("div",{className:s.A["settings-content"]},React.createElement("p",{className:s.A["modal-description"]},__("Edit and preview your social post before sharing.","jetpack")),React.createElement(r.o,{analyticsData:{location:"preview-modal"}})))}},59540:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(96072),r=n.n(a),s=n(87070),o=n(47143),i=n(39553),l=n(89729);const c=(0,o.withSelect)((e=>{const{getEditedPostAttribute:t}=e("core/editor");return{excerpt:t("excerpt"),content:t("content").split("\x3c!--more")[0]}}))((e=>{const{message:t}=(0,i.A)(),{title:n,excerpt:a,content:c}=e,u=(0,o.useSelect)((e=>{const{displayName:t,profileImage:n}=e(l.Af).getConnectionProfileDetails(l.s);return{displayName:t,avatarUrl:n}}));return React.createElement(s.k,r()({},e,{type:"article",user:u,customText:t||a||c||n}))}))},81048:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(96072),r=n.n(a),s=n(8797),o=n(47143),i=n(18537),l=n(51609),c=n.n(l);const u=function(e){const t=(0,o.useSelect)((e=>{const{getUnstableBase:t}=e("core"),n=t().name;return(0,i.decodeEntities)(n)}));return c().createElement(s.m,r()({},e,{siteTitle:t}))}},91262:(e,t,n)=>{"use strict";n.d(t,{p:()=>g});var a=n(47656),r=n(3924),s=n(20578),o=n(56427),i=n(47143),l=n(27723),c=n(51609),u=n.n(c),d=n(77627),p=n(39553),m=n(89729);const __=l.__,_x=l._x;function g(e){const{title:t,image:n,media:l,description:c}=e,{username:g,profileImage:A}=(0,i.useSelect)((e=>e(m.Af).getConnectionProfileDetails(m.bN))),{isEnhancedPublishingEnabled:h}=(0,d.A)(),{message:E}=(0,p.A)(),f=l?.some((({type:e})=>e.startsWith("image/")||e.startsWith("video/"))),b=Boolean(n);if(!f&&!b)return u().createElement(a.A,{hideCloseButton:!0,actions:[u().createElement(o.ExternalLink,{href:(0,r.A)("jetpack-social-share-to-instagram")},__("Learn more","jetpack"))]},h?__("To share to Instagram, add an image/video, or enable Social Image Generator.","jetpack"):_x("You need a featured image to share to Instagram.","The message shown in the Instagram social preview","jetpack"));const v=E||t||c;return u().createElement(s.a,{image:l?.[0]?.url||n,media:l,name:g,profileImage:A,caption:v})}},29650:(e,t,n)=>{"use strict";n.d(t,{p:()=>u});var a=n(7368),r=n(47143),s=n(27723),o=n(51609),i=n.n(o),l=n(39553),c=n(89729);const __=s.__;function u(e){const{title:t,url:n,image:s,media:o,description:u}=e,{displayName:d,profileImage:p}=(0,r.useSelect)((e=>e(c.Af).getConnectionProfileDetails(c.gt))),{message:m}=(0,l.A)(),g=`${m||t||u} ${o.length?n:""}`.trim();return i().createElement(a.G,{jobTitle:__("Job Title (Company Name)","jetpack"),image:s,name:d,profileImage:p,title:t,description:g,url:n,media:o})}},98175:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(96072),r=n.n(a),s=n(71751),o=n(47143),i=n(18537),l=n(383),c=n(39553),u=n(89729);const d=e=>{const{message:t}=(0,c.A)(),{content:n,siteName:a}=(0,o.useSelect)((e=>{const{getEditedPostAttribute:t}=e("core/editor"),{getUnstableBase:n}=e("core");return{content:t("content").split("\x3c!--more")[0],siteName:(0,i.decodeEntities)(n().name)}})),{attachedMedia:d}=(0,l.h)(),p=(0,o.useSelect)((e=>{const{displayName:t,profileImage:n,username:a}=e(u.Af).getConnectionProfileDetails(u.V6);return{displayName:t,avatarUrl:n,address:a}})),m=e.media?.[0],g=m?.type.startsWith("image/")?m.url:null;return React.createElement(s.R,r()({},e,{siteName:a,user:p,description:n,customText:t,customImage:g,isSocialPost:d.length>0}))}},81115:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(56427),r=n(27723),s=n(10991),o=n(19779),i=n(31137);const __=r.__,l=function({onClose:e,initialTabName:t}){const n=(0,o.r)(),{image:r,media:l,title:c,description:u,url:d,excerpt:p}=(0,i.s)();return React.createElement(a.Modal,{onRequestClose:e,className:"jetpack-social-previews__modal",__experimentalHideHeader:!0},React.createElement(a.Button,{className:"jetpack-social-previews__modal--close-btn",onClick:e,icon:s.A,label:__("Close","jetpack")}),React.createElement(a.TabPanel,{className:"jetpack-social-previews__modal-previews",tabs:n,initialTabName:t},(e=>React.createElement("div",null,React.createElement(e.preview,{excerpt:p,title:c,description:u,url:d,image:r,media:l})))))}},49257:(e,t,n)=>{"use strict";n.d(t,{s:()=>c});var a=n(58581),r=n(47143),s=n(51609),o=n.n(s),i=n(39553),l=n(89729);function c(e){const{title:t,url:n,image:s,media:c,description:u}=e,{displayName:d,profileImage:p}=(0,r.useSelect)((e=>e(l.Af).getConnectionProfileDetails(l.zk))),{message:m}=(0,i.A)(),g=`${m||t||u} ${c.length?n:""}`.trim();return o().createElement(a.n,{image:s,name:d,profileImage:p,title:t,description:g,url:n,media:c})}},97192:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(56427),r=n(27723),s=n(19779);const __=r.__,_x=r._x,o=({openModal:e})=>{const t=(0,s.r)();return React.createElement("div",{className:"jetpack-social-previews__panel"},React.createElement("p",null,__("Preview what this will look like on social networks and Google search.","jetpack")),React.createElement("div",{className:"jetpack-gutenberg-social-icons"},t.map((e=>React.createElement(e.icon,{key:e.name,className:"jetpack-social-previews__icon"})))),React.createElement(a.Button,{variant:"secondary",onClick:e,label:__("Open Social Previews","jetpack")},_x("Preview","Button label that opens the social previews modal","jetpack")))}},68655:(e,t,n)=>{"use strict";n.d(t,{Q:()=>u});var a=n(33389),r=n(47143),s=n(18537),o=n(51609),i=n.n(o),l=n(383),c=n(89729);function u({excerpt:e,title:t,description:n,image:o,url:u,media:d}){const{shareMessage:p}=(0,l.h)(),m=(0,r.useSelect)((a=>{const{displayName:r,profileImage:i}=a(c.M_).getConnectionProfileDetails(c.BB);let l=t;p?l=p:t&&e&&(l=`${t}\n\n${e}`);const m=500-u.length-2;return l=(0,s.decodeEntities)(l).slice(0,m),l+=`\n\n${u}`,[{caption:l,name:r,profileImage:i,title:t,description:n,image:o,media:d,url:u}]}),[t,o,n,d,u]),g=(0,r.useSelect)((e=>e(c.M_).getConnectionsByService(c.BB)),[]);return i().createElement(a.n,{posts:m,hidePostPreview:!g.length})}},22322:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(96072),r=n.n(a),s=n(19036),o=n(47143),i=n(39553),l=n(89729);const c=e=>{const{content:t,author:n}=(0,o.useSelect)((e=>{const{getUser:t}=e("core"),{getEditedPostAttribute:n}=e("core/editor"),a=n("author"),r=a&&t(a);return{content:n("content").split("\x3c!--more")[0],author:r?.name}})),{message:a}=(0,i.A)(),c=(0,o.useSelect)((e=>{const{displayName:t,profileImage:a}=e(l.Af).getConnectionProfileDetails(l.me);return{displayName:t||n,avatarUrl:a}}),[n]);return React.createElement(s.s,r()({},e,{user:c,description:t,customText:a}))}},91537:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(43731),r=n(47143),s=n(51609),o=n.n(s),i=n(383),l=n(89729);const c=function({title:e,description:t,image:n,url:s,media:c}){const{shareMessage:u}=(0,i.h)(),d=(0,r.useSelect)((a=>{const{displayName:r,profileImage:o,username:i}=a(l.Af).getConnectionProfileDetails(l.PX);return[{name:r,profileImage:o,screenName:i,text:u+(c.length?` ${s}`:""),cardType:n?"summary_large_image":"summary",title:e,description:t,image:n,media:c,url:s}]}),[e,n,t,c,s,u]);return o().createElement(a.p,{tweets:d,hidePostPreview:!0})}},19779:(e,t,n)=>{"use strict";n.d(t,{r:()=>v});var a=n(96072),r=n.n(a),s=n(78478),o=n(27723),i=n(51609),l=n.n(i),c=n(89729),u=n(70407),d=n(59540),p=n(81048),m=n(91262),g=n(29650),A=n(98175),h=n(49257),E=n(68655),f=n(22322),b=n(91537);const __=o.__,_x=o._x;function v(){const e=(0,u.getSupportedAdditionalConnections)().includes(c.BB);return(0,i.useMemo)((()=>[{title:__("Google Search","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"google"},e)),name:"google",preview:p.A},{title:__("X","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"x"},e)),name:"x",preview:b.A},{title:__("Facebook","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"facebook"},e)),name:"facebook",preview:d.A},{title:__("Instagram","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"instagram"},e)),name:"instagram",preview:m.p},e?{title:_x("Threads","The name of the social media network - threads.net","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"threads"},e)),name:"threads",preview:E.Q}:null,{title:__("LinkedIn","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"linkedin"},e)),name:"linkedin",preview:g.p},{title:__("Nextdoor","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"nextdoor"},e)),name:"nextdoor",preview:h.s},{title:__("Tumblr","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"tumblr-alt"},e)),name:"tumblr",preview:f.A},{title:__("Mastodon","jetpack"),icon:e=>l().createElement(s.M5,r()({serviceName:"mastodon"},e)),name:"mastodon",preview:A.A}].filter(Boolean)),[e])}},31137:(e,t,n)=>{"use strict";n.d(t,{s:()=>l});var a=n(47143),r=n(27723),s=n(383),o=n(74820),i=n(25995);const __=r.__;function l(){const{attachedMedia:e,imageGeneratorSettings:t}=(0,s.h)();return(0,a.useSelect)((n=>{const{getMedia:a}=n("core"),{getEditedPostAttribute:r,getEditedPostContent:s}=n("core/editor"),l=r("featured_media");let c=l?(0,i.l)(a(l)):"";const u=t.enabled?(0,o.S)(t.token):"";if(u&&(c=u),!c){const e=(0,i.t)(s());e&&(c=e)}const d=[],p=e=>{const t=a(e);return t?{type:t.mime_type,url:(0,i.l)(t),alt:t.alt_text}:null};for(const{id:t}of e){const e=p(t);e&&d.push(e)}return{title:(r("meta")?.jetpack_seo_html_title||r("title")||"").trim(),description:(r("meta")?.advanced_seo_description||r("excerpt")||r("content").split("\x3c!--more")[0]||__("Visit the post for more.","jetpack")||"").trim(),url:r("link"),excerpt:(r("excerpt")||r("content").split("\x3c!--more")[0]||"").trim(),image:c,media:d,initialTabName:null}}),[e,t])}},25995:(e,t,n)=>{"use strict";function a(e){return e?e.media_details?.sizes?.large?.source_url||e.source_url:null}function r(e){const t=(new DOMParser).parseFromString(e,"text/html"),n=Array.from(t.querySelectorAll("img")),a=n[0]?.src;return a??null}n.d(t,{l:()=>a,t:()=>r})},18699:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(86087),r=n(76794);const s=({sourceUrl:e,mime:t,duration:n})=>{const[s,o]=(0,a.useState)(!1),[i,l]=(0,a.useState)(0),c=(0,a.useRef)(null),u=(0,a.useRef)(null),d=(0,a.useRef)(null);(0,a.useEffect)((()=>{c.current?.load()}),[e]);const p=(0,a.useCallback)((()=>{c.current.pause(),c.current.currentTime=0,clearInterval(u.current),clearTimeout(d.current),l(0),o(!1)}),[]),m=(0,a.useCallback)((()=>{d.current=setTimeout((()=>{s||(c.current.play(),o(!0),u.current=setInterval((()=>{l((e=>e+1))}),1e3))}),500)}),[s]),g=()=>{const e=n-i,t=Math.floor(e/60),a=String(Math.floor(e%60)).padStart(2,"0");return React.createElement("div",{className:r.A.progress},React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"6",height:"8",fill:"none"},React.createElement("path",{fill:"#fff",d:"M5.25 3.567a.5.5 0 0 1 0 .866L.75 7.031A.5.5 0 0 1 0 6.598V1.402A.5.5 0 0 1 .75.969l4.5 2.598Z"})),React.createElement("span",{className:r.A.duration},`${t}:${a}`))};return React.createElement("div",{className:r.A.wrapper,onMouseEnter:m,onMouseLeave:p},React.createElement("video",{ref:c,onEnded:p,muted:!0},React.createElement("source",{src:e,type:t})),React.createElement(g,null))}},98420:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(383);function r(){const{attachedMedia:e,updateJetpackSocialOptions:t}=(0,a.h)();return{attachedMedia:e,updateAttachedMedia:e=>t("attached_media",e)}}},54822:(e,t,n)=>{"use strict";n(85985),n(1455),n(86087)},54915:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(47143),r=n(43656);const s=()=>(0,a.useSelect)((e=>e(r.store).getEditedPostAttribute("featured_media")))},49747:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(47143),r=n(43656),s=n(86087),o=n(383);const i=(e,t)=>({isEnabled:e?.enabled??!t,customText:e?.custom_text??null,imageType:e?.image_type??null,imageId:e?.image_id??null,template:e?.template??null,token:e?.token??null});function l(){const{imageGeneratorSettings:e,jetpackSocialOptions:t,updateJetpackSocialOptions:n}=(0,o.h)(),{isPostPublished:l}=(0,a.useSelect)((e=>({isPostPublished:e(r.store).isCurrentPostPublished()}))),c=(0,s.useCallback)(((t,a)=>{const r={...e,[t]:a};n("image_generator_settings",r)}),[e,n]),u=(0,s.useCallback)((t=>{const a={...e,...t};n("image_generator_settings",a)}),[e,n]);return{...i(t.image_generator_settings,l),setIsEnabled:e=>c("enabled",e),setToken:e=>c("token",e),updateSettings:u}}},92214:(e,t,n)=>{"use strict";n.d(t,{P:()=>d});var a=n(47143),r=n(98420),s=n(54915),o=n(80624),i=n(52367),l=n(80682),c=n(50001),u=n(89729);function d(){const{enabledConnections:e}=(0,c.A)(),{attachedMedia:t}=(0,r.A)(),n=(0,s.A)(),d=t[0]?.id||n,{validationErrors:p,isConvertible:m}=(0,i.A)(e,(0,o.A)(d)[0]),g=(0,a.useSelect)((e=>e(u.M_).getBrokenConnections().map((e=>e.connection_id))),[]);return e.some((function({connection_id:e,service_name:t}){return!g.includes(e)&&(!(e in p)||("instagram-business"!==t||!Object.values(p).includes(l.k3))&&m)}))}},80624:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(47143),r=n(86087);const s=async e=>{if(!e)return{};let t={mime:e.mime_type,fileSize:e.media_details.filesize,length:e.media_details?.length};"video/videopress"===e.mime_type&&(t=await(async e=>{if(!e?.media_details?.videopress?.original||!e?.media_details?.videopress?.duration)return{};const t=await fetch(e?.media_details?.videopress?.original,{method:"HEAD"}),n=t.headers.get("content-length"),a=t.headers.get("content-type");return n&&a?{mime:a,fileSize:n,length:Math.round(e.media_details.videopress.duration/1e3)}:{}})(e));const n=e?.media_details?.sizes??{};if(!n.full)return{mediaData:{width:e.media_details.width,height:e.media_details.height,sourceUrl:e.source_url},metaData:t};const a=n.medium||n.large,r={width:a.width,height:a.height,sourceUrl:a.source_url};return{mediaData:{width:n.full.width,height:n.full.height,sourceUrl:n.full.source_url},metaData:t,previewData:r}};function o(e=null){const[t,n]=(0,r.useState)([{}]),o=(0,a.useSelect)((t=>t("core").getMedia(e,{context:"view"})),[e]),i=(0,r.useCallback)((async()=>{try{const e=await s(o);n([e??{}])}catch{n([{}])}}),[o]);return(0,r.useEffect)((()=>{i()}),[i]),t}},80682:(e,t,n)=>{"use strict";n.d(t,{$m:()=>u,I1:()=>l,eF:()=>i,ec:()=>o,i1:()=>c,k3:()=>r,z9:()=>s});var a=n(27723);const __=a.__,r="NO_MEDIA_ERROR",s="FILE_TYPE_ERROR",o="FILE_SIZE_ERROR",i="VIDEO_LENGTH_TOO_LONG_ERROR",l="VIDEO_LENGTH_TOO_SHORT_ERROR",c="DIMENSION_ERROR";function u(e){return{[o]:__("File too big","jetpack"),[i]:__("Video too long","jetpack"),[l]:__("Video too short","jetpack"),[c]:__("Invalid dimensions","jetpack")}[e]||__("Invalid media","jetpack")}},52367:(e,t,n)=>{"use strict";n.d(t,{A:()=>d,c:()=>l});var a=n(86087),r=n(98420),s=n(49747),o=n(80682),i=n(2204);function l(e){return"video"===e.split("/")[0]}const c=e=>{if(!e?.mime||!e?.fileSize)return!1;const{mime:t,fileSize:n}=e;if(l(t))return!1;if(!i.nJ.includes(t))return!1;return!((n?n/Math.pow(1e3,2):0)>=55)},u=(e,t,n,a,r)=>{const s=i.mB[n]??i.EX;if(!e||0===Object.keys(e).length)return s.requiresMedia&&!r?o.k3:null;const{mime:c,fileSize:u}=e;if(!s.requiresMedia&&!a)return null;if(!c||!s.allowedMediaTypes.includes(c.toLowerCase()))return o.z9;if(!t?.width||!t?.height)return o.i1;const d=u?u/Math.pow(1e3,2):null;return l(c)?((e,t,n,a,r)=>{const{minSize:s=0,maxSize:l=i.TR,minLength:c=0,maxLength:u=i.TR,maxWidth:d=i.TR,aspectRatio:p=i.EX.video.aspectRatio}=r;if(!e||e>l||eu)return o.eF;const m=n/a;return mp.max||n>d?o.i1:null})(d,e.length,t.width,t.height,s.video):((e,t,n,a)=>{const{maxSize:r=i.TR,minWidth:s=0,maxWidth:l=i.TR,aspectRatio:c=i.EX.image.aspectRatio}=a,u=t/n;return uc.max||t>l||tr?o.ec:null})(d,t.width,t.height,s.image)},d=(e,t)=>{const{attachedMedia:n}=(0,r.A)(),{isEnabled:o}=(0,s.A)(),i=n.length>0,l=(0,a.useRef)({});return(0,a.useMemo)((()=>{const n=e.reduce(((e,{connection_id:n,service_name:a})=>{const r=u(t.metaData,t.mediaData,a,i,o&&"instagram-business"===a);return r&&(e[n]=r),e}),{});return JSON.stringify(n)!==JSON.stringify(l.current)&&(l.current=n),{validationErrors:l.current,isConvertible:c(t.metaData)}}),[e,t.metaData,t.mediaData,i,o])}},2204:(e,t,n)=>{"use strict";n.d(t,{EX:()=>g,TR:()=>m,UB:()=>E,mB:()=>A,nJ:()=>h});const a="video/mp4",r="video/mov",s="video/videopress",o=["image/jpeg","image/jpg","image/png"],i=o.concat(["image/gif","image/bmp"]),l=["video/3g2","video/3gp","video/3gpp","video/asf","video/avi","video/dat","video/divx","video/dv","video/f4v","video/flv","video/gif","video/m2ts","video/m4v","video/mkv","video/mod","video/mov","video/mp4","video/mpe","video/mpeg","video/mpeg4","video/mpg","video/mts","video/nsv","video/ogm","video/ogv","video/qt","video/tod","video/ts","video/vob","video/wmv"],c=o.concat(["image/gif","image/heic","image/heif","image/webp","image/avif"]),u=["video/webm","video/quicktime","video/ogg"],d=o.concat(["image/gif","image/jpe","image/tif","image/tiff","image/webp"]),p=[r,"video/avi","video/mpg","video/mpeg","video/m4v"],m=1e5,g={requiresMedia:!1,allowedMediaTypes:o.concat([a,s,r]),image:{maxSize:4,minWidth:0,maxWidth:m,aspectRatio:{min:0,max:m}},video:{minLength:0,minSize:0,maxSize:m,maxLength:m,maxWidth:m,aspectRatio:{min:0,max:m}}},A={twitter:{allowedMediaTypes:o.concat([a,s]),image:{maxSize:5},video:{maxSize:512,maxLength:140}},facebook:{allowedMediaTypes:i.concat([s,...l]),image:{maxSize:8},video:{maxSize:1e4,maxLength:14400}},tumblr:{allowedMediaTypes:o.concat([a,r,s]),image:{maxSize:20},video:{maxSize:500,maxLength:600}},linkedin:{allowedMediaTypes:o.concat([a,s]),image:{maxSize:20},video:{minSize:.075,maxSize:200,maxLength:600,minLength:3}},"instagram-business":{requiresMedia:!0,allowedMediaTypes:["image/jpg","image/jpeg",a,r,s],image:{maxSize:8,minWidth:320,maxWidth:1440,aspectRatio:{min:.8,max:1.91}},video:{maxLength:90,minLength:3,maxSize:1e3,maxWidth:1920,aspectRatio:{min:.01,max:10}}},mastodon:{allowedMediaTypes:c.concat([...u,a,s]),image:{maxSize:10},video:{maxSize:40}},nextdoor:{allowedMediaTypes:d.concat([...p,a,s]),image:{maxSize:10},video:{maxSize:500}}},h=["image/png","image/jpeg","image/jpg","image/heic","image/heif","image/webp"],E=[...new Set([...o,...i,...c,...l,...u,...h])]},383:(e,t,n)=>{"use strict";n.d(t,{h:()=>i});var a=n(47143),r=n(43656),s=n(86087),o=n(70407);function i(){const{editPost:e}=(0,a.useDispatch)(r.store),t=(0,a.useSelect)((e=>{const t=e(r.store).getEditedPostAttribute("meta")||{},n=t.jetpack_publicize_feature_enabled??!0,a=t.jetpack_social_options||{};return{isPublicizeEnabled:n,jetpackSocialOptions:a,attachedMedia:a.attached_media||[],imageGeneratorSettings:a.image_generator_settings??{enabled:!1},isPostAlreadyShared:t.jetpack_social_post_already_shared??!1,shareMessage:`${t.jetpack_publicize_message||""}`.substring(0,(0,o.getShareMessageMaxLength)())}}),[]),n=(0,s.useCallback)(((t,n)=>{e({meta:{[t]:n}})}),[e]),i=(0,s.useCallback)((()=>{n("jetpack_publicize_feature_enabled",!t.isPublicizeEnabled)}),[t.isPublicizeEnabled,n]),l=(0,s.useCallback)(((e,a)=>{n("jetpack_social_options",{...t.jetpackSocialOptions,[e]:a,version:2})}),[t.jetpackSocialOptions,n]);return(0,s.useMemo)((()=>({...t,togglePublicizeFeature:i,updateJetpackSocialOptions:l,updateMeta:n})),[t,i,l,n])}},57275:(e,t,n)=>{"use strict";n.d(t,{z:()=>o});var a=n(47143),r=n(43656),s=n(86087);function o(e){const t=(0,a.useSelect)((e=>e(r.store).isPublishingPost()),[]),[n,o]=(0,s.useState)(e),i=(0,s.useRef)(!1);return(0,s.useEffect)((()=>{t&&(i.current=!0),i.current||o(e)}),[t,e]),n}},77627:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(39384),r=n(85985),s=n(47143),o=n(43656),i=n(89729),l=n(383);const c="republicize";function u(){const e=!(0,r.d9)()&&!(0,r.Sy)(),t=(0,r.$i)()?.wpcomBlogId,n=e||(0,r.FB)(c)?.available,u=(0,s.useSelect)((e=>e(o.store).isCurrentPostPublished()),[]),d=(0,s.useSelect)((e=>e(o.store).getCurrentPostType()),[]),{isUserConnected:p}=(0,a.useConnection)(),m=(0,r.$i)()?.social?.publicizeConnectionsUrl??"https://wordpress.com/marketing/connections/",{isPublicizeEnabled:g,togglePublicizeFeature:A,isPostAlreadyShared:h}=(0,l.h)(),E=(0,r.W4)(c)&&!n,f=u?n:g,b=u&&E,v=u&&!n,C=!!(0,r.$i)()?.social?.hasPaidPlan,k=!!(0,r.$i)()?.social?.isEnhancedPublishingEnabled,y="jetpack-social-note"===d,B=!p&&!(0,r.Sy)(),w=(0,s.useSelect)((e=>e(i.M_).userConnectionUrl()),[]);return{isPublicizeEnabledMeta:g,isPublicizeEnabled:f,togglePublicizeFeature:A,isPublicizeDisabledBySitePlan:b,isRePublicizeFeatureAvailable:n,isRePublicizeUpgradableViaUpsell:E,hidePublicizeFeature:v,isPostAlreadyShared:h,hasPaidPlan:C,isEnhancedPublishingEnabled:k,isSocialImageGeneratorAvailable:!!(0,r.$i)()?.social?.isSocialImageGeneratorAvailable&&!y,isSocialImageGeneratorEnabled:!!(0,r.$i)()?.social?.isSocialImageGeneratorEnabled,connectionsAdminUrl:m+(t??(0,r.GE)()),adminUrl:(0,r.$i)()?.social?.adminUrl,jetpackSharingSettingsUrl:(0,r.$i)()?.social?.jetpackSharingSettingsUrl,isJetpackSocialNote:y,needsUserConnection:B,userConnectionUrl:w}}},88584:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(29491),r=n(86087),s=n(86212),o=n(50001);function i(){const e=(0,r.useRef)(!1),t=(0,r.useRef)(!0),n=(0,s.A)(),{refresh:i}=(0,o.A)(),l=(0,a.useDebounce)(i,0),c=(0,a.useDebounce)(i,2e3);return()=>{t.current&&(l(),t.current=!1),n||(e.current=!0,c.cancel()),n&&e.current&&(c(),e.current=!1)}}},38394:(e,t,n)=>{"use strict";n.d(t,{i:()=>o});var a=n(27723),r=n(16480),s=n(51609);const __=a.__;function o({onError:e,onSuccess:t}){const[n,a]=(0,s.useState)(!1),o=(0,s.useCallback)((async(n,s="image")=>{try{a(!0);const o=await fetch(n);if(!o.ok)return void e(new Error(__("Failed to download image.","jetpack"),{cause:o}));const i=await o.blob(),l=new File([i],s,{type:i.type});await(0,r.uploadMedia)({filesList:[l],onFileChange:([e])=>{void 0!==e.id&&(t(e),a(!1))},onError:t=>{e(new Error(__("Failed to save image to library.","jetpack"),{cause:t})),a(!1)},maxUploadFileSize:0})}catch(t){e(new Error(__("Failed to save image to library.","jetpack"),{cause:t}))}finally{a(!1)}}),[e,t]);return(0,s.useMemo)((()=>({isSaving:n,save:o})),[n,o])}},49036:(e,t,n)=>{"use strict";n.d(t,{Wv:()=>l,_D:()=>i});var a=n(29491),r=n(47143),s=n(43656),o=n(86087);function i(e,t){const n=(0,r.useSelect)((e=>e(s.store).isPublishingPost()),[]),i=(0,a.usePrevious)(n);(0,o.useEffect)((()=>{i&&!n&&e()}),[n,i,e,t])}function l(e,t){const n=(0,r.useSelect)((e=>e(s.store).isPublishingPost()),[]),i=(0,a.usePrevious)(n);(0,o.useEffect)((()=>{!i&&n&&e()}),[n,i,e,t])}},31873:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(1455),r=n.n(a),s=n(47143),o=n(43656),i=n(86087),l=n(27723),c=n(50001),u=n(39553),d=n(51371);const __=l.__;function p(e){const t=e?.code,n=e?.errors?.length;if(!t&&!n)return!1;let a="";return t&&(a=__("Unable to share the Post","jetpack")),n&&(a=__("Unable to share the Post","jetpack")),{message:a,result:e}}function m(e){const{message:t}=(0,u.A)(),{skippedConnections:n}=(0,c.A)(),a=(0,s.useSelect)((e=>e(o.store).getCurrentPostId()),[]);e=e||a;const[l,m]=(0,i.useState)({data:[],error:{}}),g=(0,d.n)().api_paths.resharePost.replace("{postId}",e),A=(0,i.useCallback)((async function(a=null){const s={isFetching:!1,isError:!1,isSuccess:!1,data:[],error:{},postId:e};if(l.isFetching)return;const o=a||n;return m({...s,isFetching:!0}),await r()({path:g,method:"POST",data:{message:t,skipped_connections:o,async:!0}}).then(((e={})=>{const t=p(e);if(t)return m((e=>({...e,isFetching:!1,isSuccess:!1,isError:!0,data:[],error:t})));m((t=>({...t,isFetching:!1,isSuccess:!0,isError:!1,data:e?.results,error:{}})))})).catch((e=>{m((t=>({...t,isFetching:!1,isSuccess:!1,isError:!0,data:[],error:p(e)})))})),function(){m(s)}}),[e,t,n,l.isFetching,g]);return{...l,doPublicize:A}}},50001:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(47143),r=n(89729);function s(){const{refreshConnectionTestResults:e,toggleConnectionById:t}=(0,a.useDispatch)(r.M_);return{...(0,a.useSelect)((e=>{const t=e(r.M_),n=t.getConnections(),a=t.getEnabledConnections(),s=t.getDisabledConnections().map((e=>e.connection_id));return{connections:n,hasConnections:n.length>0,hasEnabledConnections:a.length>0,skippedConnections:s,enabledConnections:a}}),[]),toggleById:t,refresh:e}}},39553:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(70407),r=n(383);function s(){const{updateMeta:e,shareMessage:t}=(0,r.h)();return{message:t,maxLength:(0,a.getShareMessageMaxLength)(),updateMessage:function(t){e("jetpack_publicize_message",t)}}}},75168:(e,t,n)=>{"use strict";n.d(t,{F:()=>i});var a=n(47143),r=n(43656),s=n(89729),o=n(49036);function i(){const{mergeConnections:e}=(0,a.useDispatch)(s.M_),{didPostSaveRequestSucceed:t,isCurrentPostPublished:n,getEditedPostAttribute:i}=(0,a.useSelect)((e=>e(r.store)),[]);(0,o._D)((()=>{if(t()&&n()){const t=i("jetpack_publicize_connections");t?.length&&e(t)}}),[t,n,i])}},93394:(e,t,n)=>{"use strict";n.r(t),n.d(t,{abortRefreshConnectionsRequest:()=>b,abortRequest:()=>f,addConnection:()=>m,closeConnectionsModal:()=>T,createAbortController:()=>h,createConnection:()=>I,deleteConnection:()=>y,deleteConnectionById:()=>w,deletingConnection:()=>B,mergeConnections:()=>A,openConnectionsModal:()=>R,refreshConnectionTestResults:()=>v,removeAbortControllers:()=>E,setConnections:()=>d,setKeyringResult:()=>p,setReconnectingAccount:()=>S,syncConnectionsToPostMeta:()=>C,toggleConnection:()=>g,toggleConnectionById:()=>k,toggleConnectionsModal:()=>N,updateConnection:()=>x,updateConnectionById:()=>Q,updatingConnection:()=>j});var a=n(692),r=n(1455),s=n.n(r),o=n(47143),i=n(43656),l=n(27723),c=n(51371),u=n(54118);const __=l.__;function d(e){return{type:u.dA,connections:e}}function p(e){return{type:u.BN,keyringResult:e}}function m(e){return{type:u.Bc,connection:e}}function g(e){return{type:u.af,connectionId:e}}function A(e){return function({dispatch:t,select:n}){const a=n.getConnections(),r=[],s={done:!1,enabled:!0,toggleable:!0};for(const t of e){const e=a.find((e=>e.connection_id?e.connection_id===t.connection_id:e.id===t.id)),n={...s,...e,...t,shared:e?.shared,is_healthy:t.test_success};r.push(n)}t(d(r))}}function h(e,t){return{type:u.WB,requestType:t,abortController:e}}function E(e){return{type:u.Wp,requestType:e}}function f(e){return function({dispatch:t,select:n}){const a=n.getAbortControllers(e);for(const e of a)e.abort();t(E(e))}}function b(){return f(u.rz)}function v(e=!1){return async function({dispatch:t,select:n}){try{const a=(0,c.n)().api_paths.refreshConnections;for(;n.getUpdatingConnections().length>0||n.getDeletingConnections().length>0;)await new Promise((e=>setTimeout(e,100)));const r=new AbortController;t(h(r,u.rz));t(A(await s()({path:a,signal:r.signal}))),e&&t(C())}catch(n){"AbortError"===n.name&&t(v(e))}}}function C(){return function({registry:e,select:t}){const n=t.getConnections();return e.dispatch(i.store).editPost({jetpack_publicize_connections:n})}}function k(e,t=!0){return function({dispatch:n}){n(g(e)),t&&n(C())}}function y(e){return{type:u.nC,connectionId:e}}function B(e,t=!0){return{type:u.WH,connectionId:e,deleting:t}}function w({connectionId:e,showSuccessNotice:t=!0}){return async function({registry:n,dispatch:r}){const{createErrorNotice:l,createSuccessNotice:c}=(0,o.dispatch)(a.store);try{const a=`/jetpack/v4/social/connections/${e}`;return r(b()),r(B(e)),await s()({method:"DELETE",path:a}),r(y(e)),t&&c(__("Account disconnected successfully.","jetpack"),{type:"snackbar",isDismissible:!0}),n.select(i.store).getCurrentPostId()&&r(C()),!0}catch(e){let t=__("Error disconnecting account.","jetpack");"object"==typeof e&&"message"in e&&e.message&&(t=`${t} ${e.message}`),l(t,{type:"snackbar",isDismissible:!0})}finally{r(B(e,!1))}return!1}}let _=1;function I(e,t={}){return async function({registry:n,dispatch:r}){const{createErrorNotice:c,createSuccessNotice:u}=(0,o.dispatch)(a.store),d="new-"+ ++_;try{const a="/jetpack/v4/social/connections/";r(m({connection_id:d,...t})),r(b()),r(j(d));const o=await s()({method:"POST",path:a,data:e});o&&(r(x(d,{...o,can_disconnect:!0,enabled:!0})),u((0,l.sprintf)(/* translators: %s is the name of the social media platform e.g. "Facebook" */ +__("%s account connected successfully.","jetpack"),o.label),{type:"snackbar",isDismissible:!0}),n.select(i.store).getCurrentPostId()&&r(C()))}catch(e){let t=__("Error connecting account.","jetpack");"object"==typeof e&&"message"in e&&e.message&&(t=`${t} ${e.message}`),c(t,{type:"snackbar",isDismissible:!0})}finally{r(j(d,!1)),r(y(d))}}}function x(e,t){return{type:u.dw,connectionId:e,data:t}}function j(e,t=!0){return{type:u._6,connectionId:e,updating:t}}function S(e){return{type:u.Nv,reconnectingAccount:e}}function Q(e,t){return async function({dispatch:n,select:r}){const{createErrorNotice:i,createSuccessNotice:l}=(0,o.dispatch)(a.store),c=r.getConnectionById(e);try{const a=`/jetpack/v4/social/connections/${e}`;n(b()),n(x(e,t)),n(j(e));await s()({method:"POST",path:a,data:t})&&l(__("Account updated successfully.","jetpack"),{type:"snackbar",isDismissible:!0})}catch(t){let a=__("Error updating account.","jetpack");"object"==typeof t&&"message"in t&&t.message&&(a=`${a} ${t.message}`),n(x(e,c)),i(a,{type:"snackbar",isDismissible:!0})}finally{n(j(e,!1))}}}function N(e){return{type:u.xW,isOpen:e}}function R(){return N(!0)}function T(){return N(!1)}},54118:(e,t,n)=>{"use strict";n.d(t,{BN:()=>d,Bc:()=>r,M6:()=>b,Nv:()=>u,WB:()=>m,WH:()=>i,Wp:()=>g,_6:()=>c,_y:()=>f,aF:()=>v,af:()=>s,b5:()=>A,dA:()=>a,dw:()=>l,fz:()=>E,nC:()=>o,rz:()=>h,xW:()=>p});const a="SET_CONNECTIONS",r="ADD_CONNECTION",s="TOGGLE_CONNECTION",o="DELETE_CONNECTION",i="DELETING_CONNECTION",l="UPDATE_CONNECTION",c="UPDATING_CONNECTION",u="SET_RECONNECTING_ACCOUNT",d="SET_KEYRING_RESULT",p="TOGGLE_CONNECTIONS_MODAL",m="ADD_ABORT_CONTROLLER",g="REMOVE_ABORT_CONTROLLERS",A="DEFAULT",h="REFRESH_CONNECTIONS",E="FETCH_POST_SHARE_STATUS",f="RECEIVE_POST_SHARE_STATUS",b="TOGGLE_SHARE_STATUS_MODAL",v="POLLING_FOR_POST_SHARE_STATUS"},20257:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(93394),r=n(36305),s=n(33857),o=n(72451),i=n(52930),l=n(40898);const c={...o,...r.Ay,...i.Ay,...s.A,...a,...l.Ay}},36305:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>l,iJ:()=>i,ql:()=>o});var a=n(47143),r=n(89729),s=n(51979);const o="SET_JETPACK_SETTINGS";function i(e){return{type:o,options:e}}const l={updateJetpackSettings:function*(e){try{yield i({is_updating:!0}),yield i(e),yield(0,s.He)(e);const t=yield(0,s._r)();return yield i(t),!0}catch(e){const t=(0,a.select)(r.Af).getJetpackSettings();return yield i(t),!1}finally{yield i({is_updating:!1})}},setJetpackSettings:i}},33857:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(51979),r=n(52930);const s={refreshJetpackSocialSettings:function*(){try{yield(0,r.tK)();const e=yield(0,a.Bm)();return yield(0,r.DE)(e.jetpack_social_image_generator_settings),!0}catch(e){return!1}finally{yield(0,r.xK)()}}}},72451:(e,t,n)=>{"use strict";n.r(t),n.d(t,{closeShareStatusModal:()=>c,defaultIsRequestComplete:()=>u,fetchPostShareStatus:()=>s,openShareStatusModal:()=>l,pollForPostShareStatus:()=>g,pollingForPostShareStatus:()=>m,receivePostShareStaus:()=>o,toggleShareStatusModal:()=>i});var a=n(43656),r=n(54118);function s(e,t=!0){return{type:r.fz,postId:e,loading:t}}function o(e,t){return{type:r._y,shareStatus:e,postId:t}}function i(e){return{type:r.M6,isOpen:e}}function l(){return i(!0)}function c(){return i(!1)}const u=({lastTimestamp:e,postShareStatus:t})=>e?t.shares.some((t=>t.timestamp>e)):t.shares.length>0,d=6e4,p=3e3;function m(e,t=!0){return{type:r.aF,postId:e,polling:t}}function g({pollingInterval:e=p,postId:t,isRequestComplete:n=u,timeout:r=d}={}){return async function({dispatch:s,select:o,registry:i}){const l=Date.now(),c=t||i.select(a.store).getCurrentPostId(),u=o.getPostShareStatus(c).shares[0]?.timestamp||0;let d=!1,p=!1;s(m(c));do{o.getPostShareStatus(c).loading||s.invalidateResolution("getPostShareStatus",[c]),await new Promise((t=>setTimeout(t,e))),d=n({lastTimestamp:u,postShareStatus:o.getPostShareStatus(c)}),p=Date.now()-l>r}while(!d&&!p);s(m(c,!1))}}},52930:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>u,DE:()=>c,Xh:()=>o,tK:()=>i,xK:()=>l});var a=n(47143),r=n(89729),s=n(51979);const o="SET_SOCIAL_IMAGE_GENERATOR_SETTINGS";function i(){return c({isUpdating:!0})}function l(){return c({isUpdating:!1})}function c(e){return{type:o,options:e}}const u={updateSocialImageGeneratorSettings:function*(e){try{yield i(),yield c(e),yield(0,s.uy)(e);const t=yield(0,s.lz)();return yield c(t.jetpack_social_image_generator_settings),!0}catch(e){const t=(0,a.select)(r.Af).getSocialImageGeneratorSettings();return yield c(t),!1}finally{yield l()}},setSocialImageGeneratorSettings:c,refreshSocialImageGeneratorSettings:function*(){try{yield i();const e=yield(0,s.lz)();return yield c(e.jetpack_social_image_generator_settings),!0}catch(e){return!1}finally{yield l()}}}},40898:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c});var a=n(47143),r=n(89729),s=n(51979),o=n(36305);function i(){return(0,o.iJ)({social_notes_is_updating:!0})}function l(){return(0,o.iJ)({social_notes_is_updating:!1})}const c={updateSocialNotesSettings:function*(e){try{yield i(),yield(0,o.iJ)(e),yield(0,s.He)(e);const t=yield(0,s._r)();return yield(0,o.iJ)(t),!0}catch(e){const t=(0,a.select)(r.Af).getSocialNotesSettings();return yield(0,o.iJ)(t),!1}finally{yield l()}},updateSocialNotesConfig:function*(e){const t=(0,a.select)(r.Af).getSocialNotesConfig(),n={...t,...e};try{yield(0,o.iJ)({social_notes_config:n}),yield(0,s.He)({social_notes_config:e});const t=yield(0,s._r)();return yield(0,o.iJ)(t),!0}catch(e){return yield(0,o.iJ)({social_notes_config:t}),!1}},refreshSocialNotesSettings:function*(){try{yield i();const e=yield(0,s._r)();return yield(0,o.iJ)(e),!0}catch(e){return!1}finally{yield l()}}}},51979:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>A,Bm:()=>g,He:()=>d,_r:()=>u,lz:()=>p,uy:()=>m});var a=n(1455),r=n.n(a);const s="FETCH_JETPACK_SETTINGS",o="UPDATE_JETPACK_SETTINGS",i="FETCH_SOCIAL_IMAGE_GENERATOR_SETTINGS",l="UPDATE_SOCIAL_IMAGE_GENERATOR_SETTINGS",c="FETCH_JETPACK_SOCIAL_SETTINGS",u=()=>({type:s}),d=e=>({type:o,settings:e}),p=()=>({type:i}),m=e=>({type:l,settings:e}),g=()=>({type:c}),A={[s]:function(){return r()({path:"/jetpack/v4/social/settings"})},[o]:function(e){return r()({path:"/jetpack/v4/social/settings",method:"POST",data:e.settings})},[i]:function(){return r()({path:"/wp/v2/settings?_fields=jetpack_social_image_generator_settings"})},[l]:function(e){return r()({path:"/wp/v2/settings",method:"POST",data:{jetpack_social_image_generator_settings:e.settings}})},[c]:function(){return r()({path:"/wp/v2/settings?_fields=jetpack_social_image_generator_settings"})}}},89729:(e,t,n)=>{"use strict";n.d(t,{Af:()=>c,BB:()=>f,M_:()=>b,PX:()=>E,V6:()=>g,bN:()=>p,gt:()=>m,me:()=>h,s:()=>d,zk:()=>A});var a=n(47143),r=n(20257),s=n(51979),o=n(81194),i=n(37394),l=n(89580);const c="jetpack-social-plugin",u={reducer:o.A,actions:r.A,selectors:l.A,resolvers:i.Ay,controls:s.Ay,initialState:window?.jetpackSocialInitialState||window?.Initial_State?.socialInitialState||window?.Jetpack_Editor_Initial_State?.social||{}},d="facebook",p="instagram-business",m="linkedin",g="mastodon",A="nextdoor",h="tumblr",E="twitter",f="threads",b=(0,a.createReduxStore)(c,u);(0,a.register)(b)},86589:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54118);const r=(e={},t)=>{switch(t.type){case a.xW:return{...e,isConnectionsModalOpen:t.isOpen};case a.Bc:return{...e,connections:[...e.connections,t.connection]};case a.dA:return{...e,connections:t.connections};case a.nC:return{...e,connections:e.connections.filter((({connection_id:e})=>e!==t.connectionId))};case a.WH:{const n=new Set(e.deletingConnections);return t.deleting?n.add(t.connectionId):n.delete(t.connectionId),{...e,deletingConnections:[...n]}}case a.Nv:return{...e,reconnectingAccount:t.reconnectingAccount};case a.dw:return{...e,connections:e.connections.map((e=>e.connection_id===t.connectionId?{...e,...t.data}:e))};case a._6:{const n=new Set(e.updatingConnections);return t.updating?n.add(t.connectionId):n.delete(t.connectionId),{...e,updatingConnections:[...n]}}case a.WB:{const n=t.requestType||a.b5;return{...e,abortControllers:{...e.abortControllers,[n]:[...e.abortControllers?.[n]||[],t.abortController]}}}case a.Wp:{const n=t.requestType||a.b5;return{...e,abortControllers:{...e.abortControllers,[n]:[]}}}case a.BN:return{...e,keyringResult:t.keyringResult};case a.af:return{...e,connections:e.connections.map((e=>(e.connection_id?e.connection_id===t.connectionId:e.id===t.connectionId)?{...e,enabled:!e.enabled}:e))}}return e}},81194:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(47143),r=n(86589),s=n(61556),o=n(53202),i=n(55532),l=n(81105);const c=(0,a.combineReducers)({siteData:i.A,connectionData:r.A,jetpackSettings:s.A,socialImageGeneratorSettings:l.A,shareStatus:o.q,hasPaidPlan:(e=!1)=>e,userConnectionUrl:(e="")=>e,featureFlags:(e=!1)=>e,hasPaidFeatures:(e=!1)=>e})},61556:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(36305);const r=(e={},t)=>t.type===a.ql?{...e,...t.options}:e},53202:(e,t,n)=>{"use strict";n.d(t,{q:()=>r});var a=n(54118);function r(e={},t){switch(t.type){case a.fz:return{...e,[t.postId]:{shares:[],...e?.[t.postId],loading:t.loading??!0}};case a.aF:return{...e,[t.postId]:{shares:[],...e?.[t.postId],polling:t.polling??!0}};case a._y:return{...e,[t.postId]:{...e?.[t.postId],...t.shareStatus,loading:!1}};case a.M6:return{...e,isModalOpen:t.isOpen}}return e}},55532:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=(e={})=>e},81105:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(52930);const r=(e={},t)=>t.type===a.Xh?{...e,...t.options}:e},37394:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>p});var a=n(1455),r=n.n(a),s=n(43656),o=n(59061),i=n(93394),l=n(36305),c=n(72451),u=n(52930),d=n(51979);const p={getJetpackSettings:function*(){try{const e=yield(0,d._r)();if(e)return(0,l.iJ)(e)}catch(e){console.log(e)}},getSocialImageGeneratorSettings:function*(){try{const e=yield(0,d.lz)();if(e)return(0,u.DE)(e.jetpack_social_image_generator_settings)}catch(e){console.log(e)}},getConnections:function(){return function({dispatch:e,registry:t}){const n=t.select(s.store);if(!n.getCurrentPostId())return;const a=n.getEditedPostAttribute("jetpack_publicize_connections");e((0,i.setConnections)(a||[]))}},getPostShareStatus:function(e){return async({dispatch:t,registry:n,select:a})=>{const i=e||n.select(s.store).getCurrentPostId();if(a.featureFlags().useShareStatus)try{t((0,c.fetchPostShareStatus)(i));let e=await r()({path:`jetpack/v4/social/share-status/${i}`});e=(0,o.xA)(e),t((0,c.receivePostShareStaus)(e,i))}catch(e){t((0,c.fetchPostShareStatus)(i,!1))}}}}},28343:(e,t,n)=>{"use strict";n.r(t),n.d(t,{getAbortControllers:()=>b,getBrokenConnections:()=>i,getConnectionById:()=>o,getConnectionProfileDetails:()=>A,getConnections:()=>s,getConnectionsAdminUrl:()=>c,getConnectionsByService:()=>l,getDeletingConnections:()=>h,getDisabledConnections:()=>g,getEnabledConnections:()=>m,getFailedConnections:()=>d,getKeyringResult:()=>C,getMustReauthConnections:()=>p,getReconnectingAccount:()=>f,getUpdatingConnections:()=>E,hasConnections:()=>u,isConnectionsModalOpen:()=>k,isMastodonAccountAlreadyConnected:()=>v});var a=n(50384),r=n(54118);function s(e){return e.connectionData?.connections??[]}function o(e,t){return s(e).find((e=>e.connection_id===t))}function i(e){return s(e).filter((e=>"broken"===e.status||(0,a.Y)(e,"broken")))}function l(e,t){return s(e).filter((({service_name:e})=>e===t))}function c(e){return e.connectionData?.adminUrl??null}function u(e){return s(e).length>0}function d(e){return s(e).filter((e=>!1===e.test_success))}function p(e){return s(e).filter((e=>"must_reauth"===e.test_success)).map((e=>e.service_name))}function m(e){return s(e).filter((e=>e.enabled))}function g(e){return s(e).filter((e=>!e.enabled))}function A(e,t,{forceDefaults:n=!1}={}){let a="",r="",o="";if(!n){const n=s(e).find((({service_name:e})=>t===e));if(n){const{display_name:e,profile_display_name:s,profile_picture:i,external_display:l}=n;a="twitter"===t?s:e||l,o="twitter"===t?e:n.username,r=i}}return{displayName:a,profileImage:r,username:o}}function h(e){return e.connectionData?.deletingConnections??[]}function E(e){return e.connectionData?.updatingConnections??[]}function f(e){return e.connectionData?.reconnectingAccount??""}function b(e,t=r.b5){return e.connectionData?.abortControllers?.[t]??[]}function v(e,t){return l(e,"mastodon").some((e=>e.external_display===t))}function C(e){return e.connectionData?.keyringResult}function k(e){return e.connectionData?.isConnectionsModalOpen??!1}},89580:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(28343),r=n(91906),s=n(49424),o=n(80078),i=n(67027);const l={...o.A,...a,...r.A,...i.A,...s,userConnectionUrl:e=>e.userConnectionUrl,featureFlags:e=>e.featureFlags,hasPaidFeatures:e=>e.hasPaidFeatures}},91906:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={getJetpackSettings:e=>e.jetpackSettings,isModuleEnabled:e=>e.jetpackSettings.publicize_active,showPricingPage:e=>e.jetpackSettings.show_pricing_page,isUpdatingJetpackSettings:e=>e.jetpackSettings.is_updating,hasPaidPlan:e=>!(e.jetpackSettings?.showNudge??1),isEnhancedPublishingEnabled:e=>e.jetpackSettings?.isEnhancedPublishingEnabled??!1,getDismissedNotices:e=>e.jetpackSettings?.dismissedNotices,isSocialNotesEnabled:e=>e.jetpackSettings?.social_notes_enabled,isSocialNotesSettingsUpdating:e=>e.jetpackSettings?.social_notes_is_updating,getSocialNotesConfig:e=>e.jetpackSettings?.social_notes_config??{}}},49424:(e,t,n)=>{"use strict";n.r(t),n.d(t,{getPostShareStatus:()=>s,isShareStatusModalOpen:()=>o});var a=n(47143),r=n(43656);const s=(0,a.createRegistrySelector)((e=>(t,n)=>{const a=n||e(r.store).getCurrentPostId();return t.shareStatus?.[a]??{shares:[]}}));function o(e){return e.shareStatus?.isModalOpen??!1}},80078:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={getAdminUrl:e=>e.siteData?.adminUrl??null,getAPIRootUrl:e=>e.siteData?.apiRoot??null,getAPINonce:e=>e.siteData?.apiNonce??null,getRegistrationNonce:e=>e.siteData?.registrationNonce??null,getSiteSuffix:e=>e.siteData?.siteSuffix??null,getBlogID:e=>e.siteData?.blogID??null,getPluginVersion:e=>e.siteData?.pluginVersion??null}},67027:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={getSocialImageGeneratorSettings:e=>e.socialImageGeneratorSettings,isSocialImageGeneratorAvailable:e=>e.socialImageGeneratorSettings.available,isSocialImageGeneratorEnabled:e=>e.socialImageGeneratorSettings.enabled,isUpdatingSocialImageGeneratorSettings:e=>e.socialImageGeneratorSettings.isUpdating,getSocialImageGeneratorDefaultTemplate:e=>e.socialImageGeneratorSettings.template}},50384:(e,t,n)=>{"use strict";n.d(t,{Y:()=>a});const a=(e,t)=>!1===e.is_healthy&&t===(e.error_code??"broken")},12093:(e,t,n)=>{"use strict";n.d(t,{T:()=>r});const a=255;function r(){return a}},3280:(e,t,n)=>{"use strict";n.d(t,{n:()=>r});var a=n(85985);function r(){return(0,a.$i)()?.social?.supportedAdditionalConnections||[]}},70407:(e,t,n)=>{"use strict";n.d(t,{getShareMessageMaxLength:()=>a.T,getSupportedAdditionalConnections:()=>r.n,requestExternalAccess:()=>s.x});var a=n(12093),r=n(3280),s=n(5367),o=n(18672);n.o(o,"GlobalModals")&&n.d(t,{GlobalModals:function(){return o.GlobalModals}}),n.o(o,"getSocialScriptData")&&n.d(t,{getSocialScriptData:function(){return o.getSocialScriptData}}),n.o(o,"useSyncPostDataToStore")&&n.d(t,{useSyncPostDataToStore:function(){return o.useSyncPostDataToStore}})},5367:(e,t,n)=>{"use strict";n.d(t,{x:()=>r});var a=n(51119);const r=(e,t)=>{const n=new a.A;let r;n.open(e,null,"toolbar=0,location=0,status=0,menubar=0,"+n.getScreenCenterSpecs(780,700)),n.once("close",(()=>{t(r?.ID?r:{})})),n.on("message",(e=>{r=e?.data}))}},51371:(e,t,n)=>{"use strict";n.d(t,{n:()=>r});var a=n(97999);function r(){return(0,a.getScriptData)().social}},59061:(e,t,n)=>{"use strict";function a(e){return e&&"shares"in e&&e.done&&e.shares.sort(((e,t)=>t.timestamp-e.timestamp)),e}function r(e){return t=>t.service_name===e.service&&(e.external_id?t.external_id===e.external_id:t.connection_id===e.connection_id.toString())}function s(e,t){return e.service===t.service&&(e.connection_id===t.connection_id||!(!e.external_id&&!t.external_id)&&e.external_id===t.external_id)}n.d(t,{Ri:()=>s,eJ:()=>r,xA:()=>a})},50646:(e,t,n)=>{"use strict";n(51371)},18672:()=>{},85985:(e,t,n)=>{"use strict";n.d(t,{$i:()=>a.A,BT:()=>l.A,Cq:()=>g.C,Dk:()=>c.Dk,FB:()=>o.A,GE:()=>r.A,GT:()=>c.GT,Q4:()=>c.Q4,Sy:()=>s.Sy,W4:()=>c.W4,aq:()=>c.aq,d9:()=>s.d9,gB:()=>u.A,jt:()=>m.A,lk:()=>s.lk,pP:()=>s.pP,q7:()=>p.A,sH:()=>c.sH,sh:()=>g.s,st:()=>d.A,tu:()=>c.tu,vp:()=>i.A});var a=n(34972),r=n(54815),s=n(62634),o=n(60703),i=n(82034),l=n(65595),c=n(53265),u=n(49354),d=n(73489),p=n(76923),m=n(15877),g=n(30335);n(88290)},15877:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(67142),r=n(51609),s=n.n(r);const o=()=>s().createElement(a.A,{className:"jetpack-editor-panel-logo",height:16,logoColor:"#1E1E1E",showText:!1})},30335:(e,t,n)=>{"use strict";n.d(t,{C:()=>o,s:()=>s});var a=n(86087),r=n(19334);function s(e){const t={};let n="span",r=e.icon;const s=document.createElement("div");s.innerHTML=e.icon;const o=s.querySelector("svg");return o&&(n="svg",r=o.innerHTML,Array.from(o.attributes).forEach((({nodeName:e,nodeValue:n})=>t[e]=n))),(0,a.createElement)(n,{...t,dangerouslySetInnerHTML:{__html:r||""}})}function o(e){return{src:s(e),foreground:(0,r.A)()}}},19334:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(62634);const r="#069e08";function s(){return(0,a.d9)()||(0,a.Sy)()?null:r}},34972:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const a="Jetpack_Editor_Initial_State";function r(){return"object"==typeof window?window?.[a]??null:null}},60703:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(34972);function r(e){const t=(0,a.A)(),n=t?.available_blocks?.[e]?.available??!1,r=t?.available_blocks?.[e]?.unavailable_reason??"unknown";return{available:n,...!n&&{details:t?.available_blocks?.[e]?.details??[],unavailableReason:r}}}},54815:(e,t,n)=>{"use strict";function a(){return window&&window.Jetpack_Editor_Initial_State&&window.Jetpack_Editor_Initial_State.siteFragment?window.Jetpack_Editor_Initial_State.siteFragment:null}n.d(t,{A:()=>a})},73489:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(90372),r=n(39384),s=n(86087);const{tracks:o}=a.A,{recordEvent:i}=o,l=({pageViewEventName:e=null,pageViewNamespace:t="jetpack",pageViewSuffix:n="page_view",pageViewEventProperties:l={}}={})=>{const[c,u]=(0,s.useState)(!1),{isUserConnected:d,isRegistered:p,userConnectionData:m={}}=(0,r.useConnection)(),{wpcomUser:{login:g,ID:A}={},blogId:h}=m.currentUser||{},E=(0,s.useCallback)((async(e,t={})=>{d&&A&&g&&i(e,t)}),[d,A,g]);return(0,s.useEffect)((()=>{d&&A&&g&&h&&a.A.initialize(A,g,{blog_id:h})}),[h,A,g,d]),(0,s.useEffect)((()=>{const a=e?`${t}_${e}_${n}`:null;p&&a&&(c||(E(a,l),u(!0)))}),[c,t,e,n,p,l,E]),{recordEvent:E,tracks:o}}},76923:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(47143),r=n(86087),s=n(88290);const o=e=>{const{isModuleActive:t,isChangingStatus:n,isLoadingModules:o}=(0,a.useSelect)((t=>{const n=t(s.F);return{isModuleActive:n.isModuleActive(e),isChangingStatus:n.isModuleUpdating(e),isLoadingModules:n.areModulesLoading(e)}}),[s.F]),{updateJetpackModuleStatus:i}=(0,a.useDispatch)(s.F),l=(0,r.useCallback)((t=>i({name:e,active:t})),[e,i]);return(0,r.useMemo)((()=>({isLoadingModules:o,isChangingStatus:n,isModuleActive:t,changeStatus:l})),[o,n,t,l])}},49354:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(34972);function r(){return(0,a.A)()?.jetpack?.is_current_user_connected??!1}},27105:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>p,E9:()=>d});var a=n(47143),r=n(62634),s=n(94478),o=n(88290);const i="SET_JETPACK_MODULES",l="SET_MODULE_UPDATING";function c(e){return d({isLoading:e})}function u(e,t){return{type:l,name:e,isUpdating:t}}function d(e){return{type:i,options:e}}const p={updateJetpackModuleStatus:function*(e){try{yield u(e.name,!0),yield(0,s.sB)(e);const t=yield(0,s.wz)();return yield d({data:t}),!0}catch(e){const t=(0,a.select)(o.F).getJetpackModules();return yield d(t),!1}finally{yield u(e.name,!1)}},setJetpackModules:d,fetchModules:function*(){if((0,r.Sy)())return!0;try{yield c(!0);const e=yield(0,s.wz)();return yield d({data:e}),!0}catch(e){const t=(0,a.select)(o.F).getJetpackModules();return yield d(t),!1}finally{yield c(!1)}}}},94478:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c,sB:()=>l,wz:()=>i});var a=n(1455),r=n.n(a);const s="FETCH_JETPACK_MODULES",o="UPDATE_JETPACK_MODULE_STATUS",i=()=>({type:s}),l=e=>({type:o,settings:e}),c={[s]:function(){return r()({path:"/jetpack/v4/module/all",method:"GET"})},[o]:function({settings:e}){return r()({path:`/jetpack/v4/module/${e.name}/active`,method:"POST",data:{active:e.active}})}}},88290:(e,t,n)=>{"use strict";n.d(t,{F:()=>c});var a=n(47143),r=n(27105),s=n(94478),o=n(38862),i=n(62701),l=n(31640);const c="jetpack-modules",u=(0,a.createReduxStore)(c,{reducer:o.A,actions:r.Ay,controls:s.Ay,resolvers:i.A,selectors:l.A});(0,a.register)(u);const d=window?.Initial_State?.getModules||window?.Jetpack_Editor_Initial_State?.modules||null;null!==d&&(0,a.dispatch)(c).setJetpackModules({data:{...d}})},38862:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const a={isLoading:!1,isUpdating:{},data:{}},r=(e=a,t)=>{switch(t.type){case"SET_JETPACK_MODULES":return{...e,...t.options};case"SET_MODULE_UPDATING":return{...e,isUpdating:{...e.isUpdating,[t.name]:t.isUpdating}}}return e}},62701:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(27105),r=n(94478);const s={getJetpackModules:function*(){try{const e=yield(0,r.wz)();if(e)return(0,a.E9)({data:e})}catch(e){console.error(e)}}}},31640:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(62634);const r={getJetpackModules:e=>e.data,isModuleActive:(e,t)=>(0,a.Sy)()||(e?.data?.[t]?.activated??!1),areModulesLoading:e=>e.isLoading??!1,isModuleUpdating:(e,t)=>e?.isUpdating?.[t]??!1}},53265:(e,t,n)=>{"use strict";n.d(t,{Dk:()=>A,GT:()=>E,Q4:()=>u,W4:()=>d,aq:()=>p,sH:()=>h,tu:()=>m});var a=n(27723),r=n(93832),s=n(66087),o=n(34972),i=n(60703),l=n(54815),c=n(62634);const __=a.__;function u({planSlug:e,plan:t,postId:n,postType:a}){const o=(0,s.startsWith)(e,"jetpack_")?e:(0,s.get)(t,["path_slug"]),i=(void 0===a?()=>{const e=new URLSearchParams(window.location.search);return(0,r.addQueryArgs)(window.location.protocol+`//${(0,l.A)().replace("::","/")}/wp-admin/site-editor.php`,{postId:e.get("postId"),postType:e.get("postType"),plan_upgraded:1})}:()=>{const e=["page","post"].includes(a)?"":"edit";return(0,c.Sy)()?(0,r.addQueryArgs)("/"+(0,s.compact)([e,a,(0,l.A)(),n]).join("/"),{plan_upgraded:1}):(0,r.addQueryArgs)(window.location.protocol+`//${(0,l.A)().replace("::","/")}/wp-admin/post.php`,{action:"edit",post:n,plan_upgraded:1})})();return(0,c.d9)()?(0,r.addQueryArgs)(`https://wordpress.com/plans/${(0,l.A)()}`,{redirect_to:i,customerType:"business"}):o&&(0,r.addQueryArgs)(`https://wordpress.com/checkout/${(0,l.A)()}/${o}`,{redirect_to:i})}function d(e){if(!e)return!1;const t=/^jetpack\//.test(e)?e.substr(8,e.length):e,{available:n,unavailableReason:a}=(0,i.A)(t);return!n&&"missing_plan"===a}function p(e,t){return"missing_plan"===e&&t.required_plan}function m(e){if(!e)return!1;const t=/^jetpack\//.test(e)?e.substr(8,e.length):e,{details:n,unavailableReason:a}=(0,i.A)(t);return p(a,n)}const g=[{name:"core/cover",mediaPlaceholder:!0,mediaReplaceFlow:!0,fileType:"video",description:__("Upgrade your plan to use video covers","jetpack")},{name:"core/audio",mediaPlaceholder:!0,mediaReplaceFlow:!0,fileType:"audio",description:__("Upgrade your plan to upload audio","jetpack")}];function A(){return(0,s.get)((0,o.A)(),"jetpack.enable_upgrade_nudge",!1)}const h=e=>(0,s.map)(g,"name").includes(e),E=e=>(0,s.head)((0,s.filter)(g,(({name:t})=>t===e)))},82034:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(92279),r=n(60703);function s(e,t){const{available:n,unavailableReason:s}=(0,r.A)(e);return!!n&&(0,a.registerPlugin)(`jetpack-${e}`,t)}},62634:(e,t,n)=>{"use strict";n.d(t,{Sy:()=>s,d9:()=>o,lk:()=>l,pP:()=>i});var a=n(34972);function r(){return"object"==typeof window&&"string"==typeof window._currentSiteType?window._currentSiteType:null}function s(){return"simple"===r()}function o(){return"atomic"===r()}function i(){const e=(0,a.A)();return e?.jetpack?.is_private_site??!1}function l(){const e=(0,a.A)();return e?.jetpack?.is_coming_soon??!1}},65595:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(96072),r=n.n(a),s=n(29491);const o=e=>(0,s.createHigherOrderComponent)((t=>n=>React.createElement(t,r()({},n,{className:n.name===e?"has-warning is-interactive":n.className}))),"withHasWarningIsInteractiveClassNames")},84705:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>a.d});var a=n(58992);n(91135)},91135:(e,t,n)=>{"use strict";n.d(t,{$:()=>a});const a=[{name:"amazon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M13.582 8.182c-1.648.185-3.802.308-5.344.984-1.781.769-3.03 2.337-3.03 4.644 0 2.953 1.86 4.429 4.253 4.429 2.02 0 3.125-.477 4.685-2.065.516.747.685 1.109 1.629 1.894a.59.59 0 0 0 .672-.066l.006.006c.567-.505 1.599-1.401 2.18-1.888.231-.188.19-.496.009-.754-.52-.718-1.072-1.303-1.072-2.634V8.305c0-1.876.133-3.599-1.249-4.891C15.23 2.369 13.422 2 12.04 2 9.336 2 6.318 3.01 5.686 6.351c-.068.355.191.542.423.594l2.754.298c.258-.013.445-.266.494-.523.236-1.151 1.2-1.706 2.284-1.706.584 0 1.249.215 1.595.738.398.584.346 1.384.346 2.061zm-.533 5.906c-.451.8-1.169 1.291-1.967 1.291-1.09 0-1.728-.83-1.728-2.061 0-2.42 2.171-2.86 4.227-2.86v.615c.001 1.108.027 2.031-.532 3.015m7.634 5.251C18.329 21.076 14.917 22 11.979 22c-4.118 0-7.826-1.522-10.632-4.057-.22-.199-.024-.471.241-.317 3.027 1.762 6.771 2.823 10.639 2.823 2.608 0 5.476-.541 8.115-1.66.397-.169.73.262.341.55m.653 1.704c-.194.163-.379.076-.293-.139.284-.71.92-2.298.619-2.684s-1.99-.183-2.749-.092c-.23.027-.266-.173-.059-.319 1.348-.946 3.555-.673 3.811-.356.26.32-.066 2.533-1.329 3.59"})))},{name:"behance",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M7.799 5.698c.589 0 1.12.051 1.606.156q.722.155 1.241.507.516.351.804.938c.188.387.281.871.281 1.443q0 .93-.421 1.551-.424.62-1.255 1.014 1.133.328 1.689 1.146.559.822.557 1.975 0 .935-.359 1.612a3.14 3.14 0 0 1-.973 1.114q-.613.432-1.399.637A6.1 6.1 0 0 1 7.963 18H2V5.698zm-.35 4.97q.721 0 1.192-.345.465-.344.463-1.119 0-.43-.152-.707a1.1 1.1 0 0 0-.416-.427 1.7 1.7 0 0 0-.596-.216 3.6 3.6 0 0 0-.697-.06H4.709v2.874zm.151 5.237q.401.001.759-.077c.243-.053.457-.137.637-.261.182-.12.332-.283.441-.491q.164-.31.163-.798-.002-.948-.533-1.357c-.356-.27-.83-.404-1.413-.404H4.709v3.388zm8.562-.041q.552.538 1.583.538.74 0 1.277-.374c.354-.248.571-.514.654-.79h2.155c-.347 1.072-.872 1.838-1.589 2.299-.708.463-1.572.693-2.58.693q-1.05 0-1.899-.337a4 4 0 0 1-1.439-.958 4.4 4.4 0 0 1-.904-1.484 5.4 5.4 0 0 1-.32-1.899q0-1 .329-1.863a4.4 4.4 0 0 1 .933-1.492q.607-.63 1.444-.994a4.6 4.6 0 0 1 1.857-.363q1.131-.001 1.98.44a3.94 3.94 0 0 1 1.389 1.181 4.8 4.8 0 0 1 .783 1.69q.24.947.171 1.983h-6.428c-.001.706.237 1.372.604 1.73m2.811-4.68c-.291-.321-.783-.496-1.384-.496q-.585 0-.973.2a2 2 0 0 0-.621.491 1.8 1.8 0 0 0-.328.628 2.7 2.7 0 0 0-.111.587h3.98c-.058-.625-.271-1.085-.563-1.41m-3.916-3.446h4.985V6.524h-4.985z"})))},{name:"blogger-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.779 9.904h-.981l-.021.001a1.163 1.163 0 0 1-1.16-1.079l-.001-.013A5.813 5.813 0 0 0 11.803 3H8.871a5.813 5.813 0 0 0-5.813 5.813v6.375a5.813 5.813 0 0 0 5.813 5.813h6.257a5.814 5.814 0 0 0 5.813-5.813l.002-4.121a1.164 1.164 0 0 0-1.164-1.163M8.726 7.713h3.291a1.117 1.117 0 1 1 0 2.234H8.726a1.117 1.117 0 1 1 0-2.234m6.601 8.657H8.72a1.057 1.057 0 1 1 0-2.114h6.607a1.057 1.057 0 1 1 0 2.114"})))},{name:"blogger",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M14.722 14.019a.654.654 0 0 1-.654.654H9.977a.654.654 0 0 1 0-1.308h4.091c.361 0 .654.293.654.654m-4.741-3.321h2.038a.692.692 0 0 0 0-1.384H9.981a.692.692 0 0 0 0 1.384M21 5v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2m-3.456 6.39a.72.72 0 0 0-.72-.72h-.607l-.013.001a.72.72 0 0 1-.718-.668l-.001-.008a3.6 3.6 0 0 0-3.599-3.599H10.07a3.6 3.6 0 0 0-3.599 3.599v3.947a3.6 3.6 0 0 0 3.599 3.599h3.874a3.6 3.6 0 0 0 3.599-3.599z"})))},{name:"bluesky",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.2 3.3c-.5-.2-1.4-.5-3.6 1C15.4 6 12.9 9.2 12 11c-.9-1.8-3.4-5-5.7-6.7-2.2-1.6-3-1.3-3.6-1S2 4.6 2 5.1s.3 4.7.5 5.4c.7 2.3 3.1 3.1 5.3 2.8-3.3.5-6.2 1.7-2.4 5.9 4.2 4.3 5.7-.9 6.5-3.6.8 2.7 1.7 7.7 6.4 3.6 3.6-3.6 1-5.4-2.3-5.9 2.2.2 4.6-.5 5.3-2.8.4-.7.7-4.8.7-5.4 0-.5-.1-1.5-.8-1.8"})))},{name:"codepen",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m22.016 8.84-.007-.037q-.006-.037-.015-.072-.007-.022-.013-.042l-.023-.062-.02-.042a.4.4 0 0 0-.03-.057l-.025-.038-.035-.052-.03-.037q-.021-.026-.043-.045-.015-.018-.035-.035a.4.4 0 0 0-.048-.04l-.037-.03-.015-.012-9.161-6.096a.86.86 0 0 0-.955 0L2.359 8.237l-.015.012-.038.028-.048.04a.638.638 0 0 0-.078.082q-.018.018-.03.037-.018.026-.035.052l-.025.038q-.016.031-.03.059l-.02.041a1 1 0 0 0-.034.106q-.01.034-.016.071-.003.02-.006.037a1 1 0 0 0-.009.114v6.093q0 .056.008.112l.007.038q.006.035.015.072a.2.2 0 0 0 .013.04q.01.032.022.063l.02.04a.4.4 0 0 0 .055.096l.035.052.03.037.042.045.035.035q.023.02.048.04l.038.03.013.01 9.163 6.095a.858.858 0 0 0 .959.004l9.163-6.095.015-.01q.02-.015.037-.03l.048-.04q.02-.017.035-.035.025-.024.043-.045l.03-.037.035-.052.025-.038a.4.4 0 0 0 .03-.058l.02-.04.023-.063c.003-.013.01-.027.013-.04q.009-.037.015-.072l.007-.037q.006-.062.007-.117V8.954a1 1 0 0 0-.008-.114m-9.154-4.376 6.751 4.49-3.016 2.013-3.735-2.492zm-1.724 0v4.009l-3.735 2.494-3.014-2.013zm-7.439 6.098L5.853 12l-2.155 1.438zm7.439 8.974-6.749-4.491 3.015-2.011 3.735 2.492zM12 14.035 8.953 12 12 9.966 15.047 12zm.862 5.501v-4.009l3.735-2.492 3.016 2.011zm7.441-6.098L18.147 12l2.156-1.438z"})))},{name:"deezer",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20.129 3.662c.222-1.287.548-2.096.909-2.098h.001c.673.002 1.219 2.809 1.219 6.274s-.546 6.274-1.22 6.274c-.276 0-.531-.477-.736-1.276-.324 2.926-.997 4.937-1.776 4.937-.603 0-1.144-1.208-1.507-3.114-.248 3.624-.872 6.195-1.602 6.195-.458 0-.875-1.019-1.184-2.678C13.861 21.6 13.003 24 12.002 24s-1.861-2.399-2.231-5.824c-.307 1.659-.724 2.678-1.184 2.678-.73 0-1.352-2.571-1.602-6.195-.363 1.905-.903 3.114-1.507 3.114-.778 0-1.452-2.011-1.776-4.937-.204.802-.46 1.276-.736 1.276-.674 0-1.22-2.809-1.22-6.274s.546-6.274 1.22-6.274c.362 0 .685.812.91 2.098.357-2.22.94-3.662 1.6-3.662.784 0 1.463 2.04 1.784 5.002.314-2.156.791-3.53 1.325-3.53.749 0 1.385 2.703 1.621 6.474.443-1.933 1.085-3.146 1.795-3.146s1.352 1.214 1.795 3.146c.237-3.771.872-6.474 1.621-6.474.533 0 1.009 1.374 1.325 3.53.321-2.962 1-5.002 1.784-5.002.658 0 1.244 1.443 1.603 3.662M0 7.221c0-1.549.31-2.805.692-2.805s.692 1.256.692 2.805-.31 2.805-.692 2.805S0 8.77 0 7.221m22.616 0c0-1.549.31-2.805.692-2.805S24 5.672 24 7.221s-.31 2.805-.692 2.805-.692-1.256-.692-2.805"})))},{name:"discord",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20.33 4.523A20 20 0 0 0 15.379 3a14 14 0 0 0-.634 1.289 18.4 18.4 0 0 0-5.495 0A14 14 0 0 0 8.615 3 20 20 0 0 0 3.66 4.527C.527 9.163-.323 13.684.102 18.141a20 20 0 0 0 6.073 3.049 14.7 14.7 0 0 0 1.301-2.097 13 13 0 0 1-2.048-.978q.258-.189.502-.378a14.27 14.27 0 0 0 12.142 0q.247.202.502.378a13 13 0 0 1-2.052.98 14.5 14.5 0 0 0 1.301 2.095 19.9 19.9 0 0 0 6.076-3.047c.498-5.168-.851-9.648-3.568-13.62M8.013 15.4c-1.183 0-2.161-1.074-2.161-2.395S6.796 10.6 8.01 10.6s2.183 1.083 2.163 2.405S9.22 15.4 8.013 15.4m7.974 0c-1.186 0-2.16-1.074-2.16-2.395s.944-2.405 2.16-2.405 2.178 1.083 2.157 2.405-.951 2.395-2.158 2.395"})))},{name:"dribbble",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10m8.434-8.631c-.292-.092-2.644-.794-5.32-.365 1.117 3.07 1.572 5.57 1.659 6.09a8.56 8.56 0 0 0 3.661-5.725m-5.098 6.507c-.127-.749-.623-3.361-1.822-6.477l-.056.019c-4.818 1.679-6.547 5.02-6.701 5.334A8.5 8.5 0 0 0 12 20.555a8.5 8.5 0 0 0 3.336-.679m-9.682-2.152c.193-.331 2.538-4.213 6.943-5.637q.167-.054.337-.102a29 29 0 0 0-.692-1.45c-4.266 1.277-8.405 1.223-8.778 1.216a8.497 8.497 0 0 0 2.19 5.973m-2.015-7.46c.382.005 3.901.02 7.897-1.041a55 55 0 0 0-3.167-4.94 8.57 8.57 0 0 0-4.73 5.981m6.359-6.555a46 46 0 0 1 3.187 5c3.037-1.138 4.323-2.867 4.477-3.085a8.51 8.51 0 0 0-7.664-1.915m8.614 2.903c-.18.243-1.612 2.078-4.77 3.367a27 27 0 0 1 .751 1.678c2.842-.357 5.666.215 5.948.275a8.5 8.5 0 0 0-1.929-5.32"})))},{name:"dropbox",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 6.134 6.069 9.797 2 6.54l5.883-3.843zm-10 6.92 5.883 3.843L12 13.459 6.069 9.797zm10 .405 4.116 3.439L22 13.054l-4.069-3.257zM22 6.54l-5.884-3.843L12 6.134l5.931 3.663zm-9.989 7.66-4.129 3.426-1.767-1.153v1.291l5.896 3.539 5.897-3.539v-1.291l-1.769 1.153z"})))},{name:"eventbrite",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18.041 3.931 5.959 3A2.96 2.96 0 0 0 3 5.959v12.083A2.96 2.96 0 0 0 5.959 21l12.083-.931C19.699 19.983 21 18.744 21 17.11V6.89c0-1.634-1.259-2.863-2.959-2.959M16.933 8.17c-.082.215-.192.432-.378.551-.188.122-.489.132-.799.132-1.521 0-3.062-.048-4.607-.048q-.23 1.061-.451 2.128c.932-.004 1.873.005 2.81.005.726 0 1.462-.069 1.586.525.04.189-.001.426-.052.615-.105.38-.258.676-.625.783-.185.054-.408.058-.646.058-1.145 0-2.345.017-3.493.02-.169.772-.328 1.553-.489 2.333 1.57-.005 3.067-.041 4.633-.058.627-.007 1.085.194 1.009.85a2.2 2.2 0 0 1-.211.725c-.102.208-.248.376-.488.452-.237.075-.541.064-.862.078-.304.014-.614.008-.924.016-.309.009-.619.022-.919.022-1.253 0-2.429.08-3.683.073-.603-.004-1.014-.249-1.124-.757-.059-.273-.018-.58.036-.841a3543 3543 0 0 1 1.629-7.763c.056-.265.114-.511.225-.714a1.24 1.24 0 0 1 .79-.62c.368-.099.883-.047 1.344-.047.305 0 .612.008.914.016.925.026 1.817.03 2.747.053.304.007.615.016.915.016.621 0 1.17.073 1.245.614.039.288-.051.567-.132.783"})))},{name:"facebook",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10"})))},{name:"fediverse",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 743 743"},React.createElement("g",null,React.createElement("path",{d:"M181.131 275.137a68.9 68.9 0 0 1-29.465 29.328l161.758 162.389 38.998-19.764zm213.363 214.187-38.998 19.764 81.963 82.283a68.9 68.9 0 0 1 29.471-29.332zM581.646 339.391l-91.576 46.41 6.752 43.189 103.616-52.513a68.9 68.9 0 0 1-18.792-37.086m-144.738 73.351L220.383 522.477a68.9 68.9 0 0 1 18.795 37.089L443.66 455.934zM367.275 142.438l-104.48 203.97 30.848 30.967 110.623-215.957a68.9 68.9 0 0 1-36.991-18.98M235.621 399.459l-52.922 103.314a68.9 68.9 0 0 1 36.987 18.979l46.781-91.328zM150.768 304.918a68.9 68.9 0 0 1-34.416 7.195 69 69 0 0 1-6.651-.695l30.903 197.662a68.9 68.9 0 0 1 34.416-7.195 69 69 0 0 1 6.646.695zM239.342 560.545c.707 4.589.949 9.239.72 13.877a68.9 68.9 0 0 1-7.267 27.18l197.629 31.712c-.708-4.59-.95-9.24-.723-13.878a68.9 68.9 0 0 1 7.27-27.178zM601.133 377.199l-91.219 178.082a68.9 68.9 0 0 1 36.994 18.983l91.217-178.08a68.9 68.9 0 0 1-36.992-18.985M476.723 125.33a68.9 68.9 0 0 1-29.471 29.332l141.266 141.811a68.9 68.9 0 0 1 29.468-29.332zM347.787 104.631l-178.576 90.498a68.9 68.9 0 0 1 18.793 37.086l178.574-90.502a68.9 68.9 0 0 1-18.791-37.082M446.926 154.826a68.9 68.9 0 0 1-34.983 7.483 69 69 0 0 1-6.029-.633l15.818 101.291 43.163 6.926zm-16 167.028 37.4 239.482a68.9 68.9 0 0 1 33.914-6.943q3.625.206 7.207.791L474.09 328.777zM188.131 232.975c.734 4.66.988 9.383.758 14.095a68.9 68.9 0 0 1-7.16 26.983l101.369 16.281 19.923-38.908zm173.736 27.9-19.926 38.912 239.514 38.467a69 69 0 0 1-.695-13.719 68.9 68.9 0 0 1 7.349-27.324z"}),React.createElement("path",{fillOpacity:".996",d:"M412.284 156.054c34.538 1.882 64.061-24.592 65.943-59.13s-24.592-64.062-59.131-65.943c-34.538-1.882-64.061 24.592-65.943 59.13s24.593 64.062 59.131 65.943M646.144 390.82c34.538 1.881 64.062-24.593 65.943-59.131s-24.592-64.061-59.13-65.943-64.062 24.593-65.943 59.131 24.592 64.061 59.13 65.943M495.086 685.719c34.538 1.881 64.062-24.592 65.943-59.13s-24.592-64.062-59.13-65.943-64.062 24.592-65.943 59.13 24.592 64.062 59.13 65.943M167.866 633.211c34.538 1.882 64.062-24.592 65.943-59.13s-24.592-64.062-59.13-65.943-64.062 24.592-65.943 59.13 24.592 64.062 59.13 65.943M116.692 305.86c34.538 1.882 64.062-24.592 65.943-59.13s-24.592-64.062-59.131-65.943c-34.538-1.881-64.061 24.592-65.943 59.13s24.593 64.062 59.131 65.943"})))},{name:"feed",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M2 8.667V12c5.515 0 10 4.485 10 10h3.333c0-7.363-5.97-13.333-13.333-13.333M2 2v3.333c9.19 0 16.667 7.477 16.667 16.667H22C22 10.955 13.045 2 2 2m2.5 15a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5"})))},{name:"flickr",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M6.5 7c-2.75 0-5 2.25-5 5s2.25 5 5 5 5-2.25 5-5-2.25-5-5-5m11 0c-2.75 0-5 2.25-5 5s2.25 5 5 5 5-2.25 5-5-2.25-5-5-5"})))},{name:"foursquare",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M17.573 2H6.905C5.434 2 5 3.107 5 3.805v16.948c0 .785.422 1.077.66 1.172.238.097.892.177 1.285-.275 0 0 5.035-5.843 5.122-5.93.132-.132.132-.132.262-.132h3.26c1.368 0 1.588-.977 1.732-1.552.078-.318.692-3.428 1.225-6.122l.675-3.368C19.56 2.893 19.14 2 17.573 2m-1.078 5.22c-.053.252-.372.518-.665.518h-4.157c-.467 0-.802.318-.802.787v.508c0 .467.337.798.805.798h3.528c.331 0 .655.362.583.715s-.407 2.102-.448 2.295c-.04.193-.262.523-.655.523h-2.88c-.523 0-.683.068-1.033.503-.35.437-3.505 4.223-3.505 4.223-.032.035-.063.027-.063-.015V4.852c0-.298.26-.648.648-.648h8.562c.315 0 .61.297.528.683z"})))},{name:"ghost",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M10.203 20.997H3.005v-3.599h7.198zm10.792-3.599h-7.193v3.599h7.193zm.003-7.198H3v3.599h17.998zm-7.195-7.197H3.005v3.599h10.798zm7.197 0h-3.599v3.599H21z"})))},{name:"git",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M23.519 10.947 13.053.482a1.543 1.543 0 0 0-2.183 0L8.696 2.656l2.756 2.756a1.83 1.83 0 0 1 1.886.439 1.84 1.84 0 0 1 .436 1.898l2.656 2.657a1.83 1.83 0 0 1 1.899.436 1.837 1.837 0 0 1 0 2.597 1.84 1.84 0 0 1-2.599 0 1.84 1.84 0 0 1-.4-1.998l-2.478-2.477v6.521a1.837 1.837 0 0 1 .485 2.945 1.837 1.837 0 0 1-2.597 0 1.837 1.837 0 0 1 0-2.598 1.8 1.8 0 0 1 .602-.401V8.85a1.8 1.8 0 0 1-.602-.4 1.84 1.84 0 0 1-.395-2.009L7.628 3.723.452 10.898a1.544 1.544 0 0 0 0 2.184l10.467 10.467a1.544 1.544 0 0 0 2.183 0l10.417-10.418a1.546 1.546 0 0 0 0-2.184"})))},{name:"github",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12c0 4.419 2.865 8.166 6.839 9.489.5.09.682-.218.682-.484 0-.236-.009-.866-.014-1.699-2.782.602-3.369-1.34-3.369-1.34-.455-1.157-1.11-1.465-1.11-1.465-.909-.62.069-.608.069-.608 1.004.071 1.532 1.03 1.532 1.03.891 1.529 2.341 1.089 2.91.833.091-.647.349-1.086.635-1.337-2.22-.251-4.555-1.111-4.555-4.943 0-1.091.39-1.984 1.03-2.682-.103-.254-.447-1.27.097-2.646 0 0 .84-.269 2.75 1.025A9.6 9.6 0 0 1 12 6.836c.85.004 1.705.114 2.504.336 1.909-1.294 2.748-1.025 2.748-1.025.546 1.376.202 2.394.1 2.646.64.699 1.026 1.591 1.026 2.682 0 3.841-2.337 4.687-4.565 4.935.359.307.679.917.679 1.852 0 1.335-.012 2.415-.012 2.741 0 .269.18.579.688.481A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10"})))},{name:"google-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m-.05 16c-3.312 0-6-2.688-6-6s2.688-6 6-6c1.62 0 2.976.594 4.014 1.566L14.26 9.222c-.432-.408-1.188-.888-2.31-.888-1.986 0-3.606 1.65-3.606 3.672s1.62 3.672 3.606 3.672c2.298 0 3.144-1.59 3.3-2.532h-3.306v-2.238h5.616c.084.378.15.732.15 1.23 0 3.426-2.298 5.862-5.76 5.862"})))},{name:"google-plus-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M8 11h6.61c.06.35.11.7.11 1.16 0 4-2.68 6.84-6.72 6.84-3.87 0-7-3.13-7-7s3.13-7 7-7c1.89 0 3.47.69 4.69 1.83l-1.9 1.83c-.52-.5-1.43-1.08-2.79-1.08-2.39 0-4.34 1.98-4.34 4.42S5.61 16.42 8 16.42c2.77 0 3.81-1.99 3.97-3.02H8zm15 0h-2V9h-2v2h-2v2h2v2h2v-2h2"})))},{name:"google-plus",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m-1.919 14.05a4.051 4.051 0 0 1 0-8.1c1.094 0 2.009.401 2.709 1.057l-1.15 1.118a2.23 2.23 0 0 0-1.559-.599c-1.341 0-2.434 1.114-2.434 2.479s1.094 2.479 2.434 2.479c1.551 0 2.122-1.073 2.227-1.709h-2.232v-1.511h3.791c.057.255.101.494.101.83.001 2.312-1.55 3.956-3.887 3.956M19 12.75h-1.25V14h-1.5v-1.25H15v-1.5h1.25V10h1.5v1.25H19z"})))},{name:"google",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.02 10.18v3.73h5.51c-.26 1.57-1.67 4.22-5.5 4.22-3.31 0-6.01-2.75-6.01-6.12s2.7-6.12 6.01-6.12c1.87 0 3.13.8 3.85 1.48l2.84-2.76C16.99 2.99 14.73 2 12.03 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.77 0 9.6-4.06 9.6-9.77 0-.83-.11-1.42-.25-2.05z"})))},{name:"instagram",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 4.622c2.403 0 2.688.009 3.637.052.877.04 1.354.187 1.671.31.42.163.72.358 1.035.673s.51.615.673 1.035c.123.317.27.794.31 1.671.043.949.052 1.234.052 3.637s-.009 2.688-.052 3.637c-.04.877-.187 1.354-.31 1.671-.163.42-.358.72-.673 1.035s-.615.51-1.035.673c-.317.123-.794.27-1.671.31-.949.043-1.233.052-3.637.052s-2.688-.009-3.637-.052c-.877-.04-1.354-.187-1.671-.31a2.8 2.8 0 0 1-1.035-.673 2.8 2.8 0 0 1-.673-1.035c-.123-.317-.27-.794-.31-1.671-.043-.949-.052-1.234-.052-3.637s.009-2.688.052-3.637c.04-.877.187-1.354.31-1.671.163-.42.358-.72.673-1.035s.615-.51 1.035-.673c.317-.123.794-.27 1.671-.31.949-.043 1.234-.052 3.637-.052M12 3c-2.444 0-2.751.01-3.711.054-.958.044-1.612.196-2.184.418a4.4 4.4 0 0 0-1.594 1.039c-.5.5-.808 1.002-1.038 1.594-.223.572-.375 1.226-.419 2.184C3.01 9.249 3 9.556 3 12s.01 2.751.054 3.711c.044.958.196 1.612.418 2.185.23.592.538 1.094 1.038 1.594s1.002.808 1.594 1.038c.572.222 1.227.375 2.185.418.96.044 1.267.054 3.711.054s2.751-.01 3.711-.054c.958-.044 1.612-.196 2.185-.418a4.4 4.4 0 0 0 1.594-1.038c.5-.5.808-1.002 1.038-1.594.222-.572.375-1.227.418-2.185.044-.96.054-1.267.054-3.711s-.01-2.751-.054-3.711c-.044-.958-.196-1.612-.418-2.185A4.4 4.4 0 0 0 19.49 4.51c-.5-.5-1.002-.808-1.594-1.038-.572-.222-1.227-.375-2.185-.418C14.751 3.01 14.444 3 12 3m0 4.378a4.622 4.622 0 1 0 0 9.244 4.622 4.622 0 0 0 0-9.244M12 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6m4.804-8.884a1.08 1.08 0 1 0 .001 2.161 1.08 1.08 0 0 0-.001-2.161"})))},{name:"json-feed",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m8.522 17.424.027.027c1.076-1.076 1.854-.993 3.154.306l2.053 2.053c2.136 2.136 4.131 2.028 6.515-.356l.729-.728-1.548-1.548-.373.373c-1.349 1.349-2.293 1.366-3.585.075l-2.409-2.409c-1.242-1.242-2.475-1.366-3.659-.381l-.232-.232c1.01-1.225.911-2.368-.29-3.568l-2.16-2.162c-1.317-1.317-1.308-2.236.058-3.602l.372-.372-1.54-1.54-.728.729c-2.393 2.393-2.525 4.346-.439 6.433l1.78 1.78c1.3 1.3 1.383 2.095.315 3.163l.008.008a1.384 1.384 0 0 0 1.952 1.951"}),React.createElement("circle",{cx:"13.089",cy:"10.905",r:"1.383"}),React.createElement("circle",{cx:"16.349",cy:"7.644",r:"1.383"}),React.createElement("circle",{cx:"19.61",cy:"4.383",r:"1.383"})))},{name:"line",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M14.255 9.572v3.333c0 .084-.066.15-.15.15h-.534a.16.16 0 0 1-.122-.061l-1.528-2.063v1.978c0 .084-.066.15-.15.15h-.534a.15.15 0 0 1-.15-.15V9.576c0-.084.066-.15.15-.15h.529a.14.14 0 0 1 .122.066l1.528 2.063V9.577c0-.084.066-.15.15-.15h.534a.15.15 0 0 1 .155.145m-3.844-.15h-.534a.15.15 0 0 0-.15.15v3.333c0 .084.066.15.15.15h.534c.084 0 .15-.066.15-.15V9.572c0-.08-.066-.15-.15-.15m-1.289 2.794H7.664V9.572a.15.15 0 0 0-.15-.15H6.98a.15.15 0 0 0-.15.15v3.333q0 .062.042.103a.16.16 0 0 0 .103.042h2.142c.084 0 .15-.066.15-.15v-.534a.15.15 0 0 0-.145-.15m7.945-2.794h-2.142c-.08 0-.15.066-.15.15v3.333c0 .08.066.15.15.15h2.142c.084 0 .15-.066.15-.15v-.534a.15.15 0 0 0-.15-.15h-1.458v-.563h1.458c.084 0 .15-.066.15-.15v-.539a.15.15 0 0 0-.15-.15h-1.458v-.563h1.458c.084 0 .15-.066.15-.15v-.534c-.005-.08-.07-.15-.15-.15M22.5 5.33v13.373c-.005 2.1-1.725 3.802-3.83 3.797H5.297c-2.1-.005-3.802-1.73-3.797-3.83V5.297c.005-2.1 1.73-3.802 3.83-3.797h13.373c2.1.005 3.802 1.725 3.797 3.83m-2.888 5.747c0-3.422-3.431-6.206-7.645-6.206s-7.645 2.784-7.645 6.206c0 3.066 2.719 5.634 6.394 6.122.895.192.792.52.591 1.725-.033.192-.155.755.661.413s4.402-2.592 6.009-4.439c1.106-1.219 1.636-2.452 1.636-3.82"})))},{name:"link",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M17 13H7v-2h10zm1-6h-1c-1.631 0-3.065.792-3.977 2H18c1.103 0 2 .897 2 2v2c0 1.103-.897 2-2 2h-4.977c.913 1.208 2.347 2 3.977 2h1a4 4 0 0 0 4-4v-2a4 4 0 0 0-4-4M2 11v2a4 4 0 0 0 4 4h1c1.63 0 3.065-.792 3.977-2H6c-1.103 0-2-.897-2-2v-2c0-1.103.897-2 2-2h4.977C10.065 7.792 8.631 7 7 7H6a4 4 0 0 0-4 4"})))},{name:"linkedin",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.7 3H4.3A1.3 1.3 0 0 0 3 4.3v15.4A1.3 1.3 0 0 0 4.3 21h15.4a1.3 1.3 0 0 0 1.3-1.3V4.3A1.3 1.3 0 0 0 19.7 3M8.339 18.338H5.667v-8.59h2.672zM7.004 8.574a1.548 1.548 0 1 1-.002-3.096 1.548 1.548 0 0 1 .002 3.096m11.335 9.764H15.67v-4.177c0-.996-.017-2.278-1.387-2.278-1.389 0-1.601 1.086-1.601 2.206v4.249h-2.667v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.779 3.203 4.092v4.711z"})))},{name:"mail",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m0 4.236-8 4.882-8-4.882V6h16z"})))},{name:"mastodon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M11.973 2.352c-2.468.02-4.842.286-6.225.921 0 0-2.742 1.229-2.742 5.415 0 .958-.018 2.105.012 3.32.1 4.094.75 8.128 4.535 9.129 1.745.462 3.244.56 4.45.494 2.19-.122 3.417-.781 3.417-.781l-.072-1.588s-1.565.491-3.32.431c-1.74-.06-3.576-.188-3.858-2.324a4 4 0 0 1-.04-.598s1.709.416 3.874.516c1.324.06 2.563-.076 3.824-.226 2.418-.29 4.524-1.78 4.79-3.141.416-2.144.38-5.232.38-5.232 0-4.186-2.74-5.415-2.74-5.415-1.383-.635-3.76-.9-6.227-.921zM9.18 5.622c1.028 0 1.804.395 2.318 1.185l.502.84.5-.84c.514-.79 1.292-1.186 2.32-1.186.888 0 1.605.313 2.15.922q.795.915.794 2.469v5.068h-2.008V9.16c0-1.037-.438-1.562-1.31-1.562-.966 0-1.448.622-1.448 1.857v2.693h-1.996V9.455c0-1.235-.484-1.857-1.45-1.857-.872 0-1.308.525-1.308 1.562v4.92H6.236V9.012q-.001-1.554.793-2.469c.547-.609 1.263-.922 2.15-.922"})))},{name:"medium-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{fillRule:"nonzero",d:"M7.423 6c3.27 0 5.922 2.686 5.922 6s-2.651 6-5.922 6S1.5 15.313 1.5 12s2.652-6 5.923-6m9.458.351c1.635 0 2.961 2.53 2.961 5.65 0 3.118-1.325 5.648-2.96 5.648S13.92 15.119 13.92 12s1.325-5.649 2.96-5.649m4.577.589c.576 0 1.042 2.265 1.042 5.06s-.466 5.06-1.042 5.06c-.575 0-1.04-2.265-1.04-5.06s.465-5.06 1.04-5.06"})))},{name:"medium",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M3 3v18h18V3zm15 4.26-1 .93a.28.28 0 0 0-.11.27v6.8a.27.27 0 0 0 .11.27l.94.93v.2h-4.75v-.2l1-1c.09-.1.09-.12.09-.27V9.74l-2.71 6.9h-.37L8 9.74v4.62a.67.67 0 0 0 .17.54l1.27 1.54v.2H5.86v-.2l1.27-1.54a.64.64 0 0 0 .17-.54V9a.5.5 0 0 0-.16-.4L6 7.26v-.2h3.52L12.23 13l2.38-5.94H18z"})))},{name:"messenger",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.026.375C5.462.375.375 5.172.375 11.652c0 3.389 1.393 6.318 3.66 8.341.391.352.311.556.377 2.73a.934.934 0 0 0 1.307.823c2.48-1.092 2.512-1.178 2.933-1.064 7.185 1.977 14.973-2.621 14.973-10.83 0-6.48-5.035-11.277-11.599-11.277m6.996 8.678L15.6 14.47a1.75 1.75 0 0 1-2.527.465l-2.723-2.038a.7.7 0 0 0-.844 0l-3.674 2.786c-.49.372-1.133-.216-.802-.735l3.422-5.417a1.75 1.75 0 0 1 2.527-.465l2.722 2.037a.7.7 0 0 0 .844 0L18.22 8.32c.489-.374 1.132.213.801.732"})))},{name:"microblog",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.641 17.086c1.294-1.522 2.067-3.438 2.067-5.521 0-4.957-4.371-8.972-9.763-8.972s-9.763 4.015-9.763 8.972 4.371 8.972 9.763 8.972a10.5 10.5 0 0 0 3.486-.59.315.315 0 0 1 .356.112c.816 1.101 2.09 1.876 3.506 2.191a.194.194 0 0 0 .192-.309 3.82 3.82 0 0 1 .162-4.858zm-3.065-6.575-2.514 1.909.912 3.022a.286.286 0 0 1-.437.317l-2.592-1.802-2.592 1.802a.285.285 0 0 1-.436-.317l.912-3.022-2.515-1.909a.285.285 0 0 1 .167-.513l3.155-.066 1.038-2.981a.285.285 0 0 1 .539 0l1.038 2.981 3.155.066a.285.285 0 0 1 .17.513"})))},{name:"nextdoor",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",strokeMiterlimit:"10",viewBox:"0 0 130 130"},React.createElement("g",null,React.createElement("path",{d:"M64.25 3.531c-31.144.337-57.596 24.22-60.469 55.907-3.064 33.799 21.857 63.685 55.657 66.75s63.685-21.857 66.75-55.657-21.857-63.686-55.657-66.75a62 62 0 0 0-6.281-.25m3.938 34.907C82.468 38.438 93.5 48.58 93.5 61.5v27c0 .685-.565 1.25-1.25 1.25H80.906a1.267 1.267 0 0 1-1.25-1.25V63.375c0-5.58-4.309-11.937-11.469-11.937-7.47 0-11.468 6.357-11.468 11.937V88.5c0 .685-.565 1.25-1.25 1.25H44.125c-.68 0-1.219-.57-1.219-1.25V64.156c0-.74-.529-1.364-1.25-1.531-13.13-2.93-15.115-10.285-15.375-21.125-.005-.332.142-.67.375-.906.233-.237.543-.375.875-.375l11.688.062c.66.01 1.187.529 1.218 1.188.13 4.44.438 9.406 4.438 9.406.83 0 1.443-1.179 1.813-1.719 4.41-6.48 12.28-10.718 21.5-10.718"})))},{name:"patreon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20 7.408c-.003-2.299-1.746-4.182-3.79-4.862-2.54-.844-5.888-.722-8.312.453-2.939 1.425-3.862 4.545-3.896 7.656-.028 2.559.22 9.297 3.92 9.345 2.75.036 3.159-3.603 4.43-5.356.906-1.247 2.071-1.599 3.506-1.963 2.465-.627 4.146-2.626 4.142-5.273"})))},{name:"pinterest-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.289 2C6.617 2 3.606 5.648 3.606 9.622c0 1.846 1.025 4.146 2.666 4.878.25.111.381.063.439-.169.044-.175.267-1.029.365-1.428a.37.37 0 0 0-.091-.362c-.54-.63-.975-1.791-.975-2.873 0-2.777 2.194-5.464 5.933-5.464 3.23 0 5.49 2.108 5.49 5.122 0 3.407-1.794 5.768-4.13 5.768-1.291 0-2.257-1.021-1.948-2.277.372-1.495 1.089-3.112 1.089-4.191 0-.967-.542-1.775-1.663-1.775-1.319 0-2.379 1.309-2.379 3.059 0 1.115.394 1.869.394 1.869s-1.302 5.279-1.54 6.261c-.405 1.666.053 4.368.094 4.604.021.126.167.169.25.063.129-.165 1.699-2.419 2.142-4.051.158-.59.817-2.995.817-2.995.43.784 1.681 1.446 3.013 1.446 3.963 0 6.822-3.494 6.822-7.833C20.394 5.112 16.849 2 12.289 2"})))},{name:"pinterest",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12c0 4.236 2.636 7.855 6.356 9.312-.087-.791-.166-2.005.035-2.869.182-.78 1.173-4.971 1.173-4.971s-.299-.599-.299-1.484c0-1.39.806-2.429 1.809-2.429.853 0 1.265.641 1.265 1.409 0 .858-.546 2.141-.828 3.329-.236.996.499 1.807 1.481 1.807 1.777 0 3.144-1.874 3.144-4.579 0-2.394-1.72-4.068-4.177-4.068-2.845 0-4.515 2.134-4.515 4.34 0 .859.331 1.781.744 2.282a.3.3 0 0 1 .069.287c-.077.316-.246.995-.279 1.134-.044.183-.145.222-.334.134-1.249-.581-2.03-2.407-2.03-3.874 0-3.154 2.292-6.051 6.607-6.051 3.469 0 6.165 2.472 6.165 5.775 0 3.446-2.173 6.22-5.189 6.22-1.013 0-1.966-.526-2.292-1.148l-.623 2.377c-.226.869-.835 1.957-1.243 2.622.936.289 1.93.445 2.961.445 5.523 0 10-4.477 10-10S17.523 2 12 2"})))},{name:"pocket",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.927 4.194A1.82 1.82 0 0 0 20.222 3H3.839a1.823 1.823 0 0 0-1.813 1.814v6.035l.069 1.2c.29 2.73 1.707 5.115 3.899 6.778l.119.089.025.018a9.9 9.9 0 0 0 3.91 1.727 10.06 10.06 0 0 0 4.049-.014.3.3 0 0 0 .064-.023 9.9 9.9 0 0 0 3.753-1.691l.025-.018q.06-.043.119-.089c2.192-1.664 3.609-4.049 3.898-6.778l.069-1.2V4.814a1.8 1.8 0 0 0-.098-.62m-4.235 6.287-4.704 4.512a1.37 1.37 0 0 1-1.898 0l-4.705-4.512a1.371 1.371 0 1 1 1.898-1.979l3.756 3.601 3.755-3.601a1.372 1.372 0 0 1 1.898 1.979"})))},{name:"polldaddy",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.487 2 2 6.487 2 12c0 5.514 4.487 10 10 10 5.514 0 10-4.486 10-10 0-5.513-4.486-10-10-10m.991 1.68c2.361.084 4.657 1.251 6.197 3.136.283.334.541.693.774 1.067a7.78 7.78 0 0 0-6.094-2.94 7.76 7.76 0 0 0-5.896 2.703q-.008.006-.016.014l-.152.159-.031.032a6.12 6.12 0 0 0-1.633 4.165 6.15 6.15 0 0 0 6.143 6.143c.57 0 1.123-.081 1.649-.227-1.849.839-4.131.747-5.926-.324-1.841-1.089-3.171-3.111-3.433-5.313A7.39 7.39 0 0 1 6.69 6.137C8.294 4.5 10.634 3.563 12.991 3.68m3.373 8.519c-.049-2.024-1.587-3.889-3.544-4.174-1.927-.343-3.917.857-4.451 2.661a3.67 3.67 0 0 0 .2 2.653c.39.8 1.067 1.451 1.894 1.759 1.664.654 3.63-.27 4.173-1.863.593-1.58-.396-3.423-1.94-3.776-1.52-.407-3.161.757-3.204 2.243a2.36 2.36 0 0 0 .753 1.879c.501.476 1.23.667 1.871.529a2.07 2.07 0 0 0 1.469-1.134 1.91 1.91 0 0 0-.087-1.767c-.297-.513-.859-.863-1.429-.881a1.7 1.7 0 0 0-1.437.679 1.53 1.53 0 0 0-.18 1.489q.006.016.016.03c.193.634.774 1.1 1.467 1.117a1.6 1.6 0 0 1-.97-.183c-.466-.244-.809-.747-.893-1.29a1.8 1.8 0 0 1 .499-1.539 2.02 2.02 0 0 1 1.58-.606c.593.04 1.159.35 1.517.859.364.496.51 1.156.383 1.773-.116.62-.529 1.174-1.093 1.514a2.52 2.52 0 0 1-1.914.286c-.65-.161-1.226-.606-1.584-1.206a2.83 2.83 0 0 1-.341-2.031c.143-.7.573-1.321 1.176-1.753 1.193-.883 3.056-.751 4.106.411 1.106 1.1 1.327 3.027.406 4.371-.877 1.376-2.74 2.086-4.374 1.594-1.639-.449-2.913-2.079-3.031-3.853-.07-.884.13-1.797.583-2.577.445-.777 1.155-1.432 1.972-1.862 1.64-.88 3.816-.743 5.349.424 1.251.924 2.083 2.42 2.236 4.009l.001.03c0 2.9-2.359 5.26-5.26 5.26a5.2 5.2 0 0 1-1.947-.376 5 5 0 0 0 2.613-.079 4.96 4.96 0 0 0 2.514-1.751c.618-.828.95-1.861.901-2.869M12 21.113c-5.024 0-9.111-4.087-9.111-9.113 0-4.789 3.713-8.723 8.411-9.081a7 7 0 0 0-.397.06c-2.644.453-5.017 2.106-6.32 4.409-1.309 2.301-1.391 5.19-.3 7.527 1.056 2.34 3.253 4.156 5.776 4.553 2.497.44 5.133-.483 6.787-2.301 1.719-1.797 2.269-4.529 1.486-6.796-.583-1.81-1.976-3.331-3.7-4.046 3.417.594 6.174 3.221 6.174 6.781 0 1.004-.241 2.02-.657 2.966-1.498 2.984-4.586 5.041-8.149 5.041"})))},{name:"print",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M9 16h6v2H9zm13 1h-3v3a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3H2V9a2 2 0 0 1 2-2h1V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2h1a2 2 0 0 1 2 2zM7 7h10V5H7zm10 7H7v6h10zm3-3.5a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 20 10.5"})))},{name:"quora",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M47.736 16.521c-.41-.81-.898-1.631-1.846-1.631a1 1 0 0 0-.527.107l-.322-.644a2.93 2.93 0 0 1 1.836-.595c1.26 0 1.914.605 2.431 1.397a6.8 6.8 0 0 0 .449-2.675c0-2.773-.869-4.199-2.929-4.199-1.992 0-2.851 1.465-2.851 4.199s.859 4.17 2.851 4.17a4 4 0 0 0 .869-.107zm.498.966a6 6 0 0 1-1.367.185 5.27 5.27 0 0 1-5.263-5.204c0-3.114 2.558-5.233 5.263-5.233s5.282 2.109 5.282 5.233a5.08 5.08 0 0 1-1.992 4.072c.381.566.781.956 1.319.956.595 0 .839-.459.878-.82h.781c.049.488-.195 2.48-2.373 2.48-1.319 0-2.012-.761-2.529-1.66zm5.624-2.646v-3.563c0-.371-.146-.586-.615-.586h-.498v-.956h3.251v5.048c0 .849.459 1.231 1.161 1.231a1.56 1.56 0 0 0 1.465-.839V11.28c0-.371-.146-.586-.615-.586h-.527v-.957h3.28v5.302c0 .527.195.732.8.732h.107v.976l-2.929.468V16.21h-.057a3.12 3.12 0 0 1-2.509 1.152c-1.28 0-2.304-.644-2.304-2.558zm12.059 1.611c1.152 0 1.592-1.005 1.611-3.027.02-1.982-.459-2.929-1.611-2.929-1.005 0-1.641.956-1.641 2.929 0 2.021.625 3.027 1.641 3.027m0 .956a3.906 3.906 0 0 1-3.974-3.974c0-2.334 1.836-3.886 3.974-3.886 2.226 0 4.004 1.582 4.004 3.886a3.867 3.867 0 0 1-4.004 3.974m4.072-.146v-.956h.312c.781 0 .859-.224.859-.908v-4.121c0-.371-.215-.586-.732-.586h-.42v-.955h2.968l.146 1.553h.108c.371-1.113 1.221-1.699 2.051-1.699.693 0 1.221.39 1.221 1.181 0 .547-.264 1.093-1.005 1.093-.664 0-.8-.449-1.358-.449-.488 0-.869.468-.869 1.152v2.783c0 .673.166.908.937.908h.439v.956h-4.658zm9.901-1.093c.956 0 1.338-.898 1.338-1.797v-1.211c-.732.722-2.304.742-2.304 2.021 0 .625.371.986.966.986m1.387 0c-.39.752-1.191 1.26-2.314 1.26-1.309 0-2.148-.732-2.148-1.914 0-2.451 3.417-1.797 4.423-3.427v-.185c0-1.25-.488-1.445-1.035-1.445-1.524 0-.83 1.631-2.226 1.631-.673 0-.937-.371-.937-.859 0-.927 1.093-1.67 3.173-1.67 1.963 0 3.163.537 3.163 2.49v3.114q-.02.742.595.742a1 1 0 0 0 .449-.127l.254.615c-.205.312-.752.869-1.836.869-.908 0-1.465-.42-1.543-1.113h-.01zm-68.554 2.558c-.83-1.641-1.807-3.3-3.711-3.3a2.9 2.9 0 0 0-1.093.215l-.644-1.299a5.66 5.66 0 0 1 3.662-1.211c2.548 0 3.857 1.231 4.892 2.792q.917-2.012.908-5.38c0-5.585-1.748-8.417-5.829-8.417-4.033 0-5.76 2.87-5.76 8.417s1.738 8.397 5.76 8.397a5.9 5.9 0 0 0 1.748-.224zm.996 1.953a9.8 9.8 0 0 1-2.744.371C5.614 21.041.371 16.764.371 10.545.371 4.277 5.614 0 10.965 0c5.448 0 10.642 4.248 10.642 10.545a10.25 10.25 0 0 1-4.013 8.201c.732 1.152 1.563 1.914 2.665 1.914 1.201 0 1.689-.927 1.768-1.66h1.572c.088.966-.4 4.999-4.775 4.999-2.646 0-4.052-1.543-5.106-3.339z"})))},{name:"reddit",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M22 11.816a2.28 2.28 0 0 0-2.277-2.277c-.593 0-1.122.24-1.526.614-1.481-.965-3.455-1.594-5.647-1.69l1.171-3.702 3.18.748a1.88 1.88 0 0 0 1.876 1.862 1.88 1.88 0 0 0 1.877-1.878 1.88 1.88 0 0 0-1.877-1.877c-.769 0-1.431.466-1.72 1.13l-3.508-.826a.386.386 0 0 0-.46.261l-1.35 4.268c-2.316.038-4.411.67-5.97 1.671a2.24 2.24 0 0 0-1.492-.581A2.28 2.28 0 0 0 2 11.816c0 .814.433 1.523 1.078 1.925a4 4 0 0 0-.061.672c0 3.292 4.011 5.97 8.941 5.97s8.941-2.678 8.941-5.97q-.002-.32-.053-.632A2.26 2.26 0 0 0 22 11.816m-3.224-7.422a1.1 1.1 0 1 1-.001 2.199 1.1 1.1 0 0 1 .001-2.199M2.777 11.816c0-.827.672-1.5 1.499-1.5.313 0 .598.103.838.269-.851.676-1.477 1.479-1.812 2.36a1.48 1.48 0 0 1-.525-1.129m9.182 7.79c-4.501 0-8.164-2.329-8.164-5.193S7.457 9.22 11.959 9.22s8.164 2.329 8.164 5.193-3.663 5.193-8.164 5.193m8.677-6.605c-.326-.89-.948-1.701-1.797-2.384.248-.186.55-.301.883-.301.827 0 1.5.673 1.5 1.5.001.483-.23.911-.586 1.185m-11.64 1.703c-.76 0-1.397-.616-1.397-1.376s.637-1.397 1.397-1.397 1.376.637 1.376 1.397-.616 1.376-1.376 1.376m7.405-1.376c0 .76-.616 1.376-1.376 1.376s-1.399-.616-1.399-1.376.639-1.397 1.399-1.397 1.376.637 1.376 1.397m-1.172 3.38a.39.39 0 0 1 0 .55c-.674.674-1.727 1.002-3.219 1.002l-.011-.002-.011.002c-1.492 0-2.544-.328-3.218-1.002a.389.389 0 1 1 .55-.55c.521.521 1.394.775 2.669.775l.011.002.011-.002c1.275 0 2.148-.253 2.669-.775a.387.387 0 0 1 .549 0"})))},{name:"share",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18 16c-.788 0-1.499.31-2.034.807L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.048 4.118A3 3 0 0 0 15 19a3 3 0 1 0 3-3"})))},{name:"skype",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m10.113 2.699.1-.02q.05.025.098.051zM2.72 10.223l-.017.103q.025.048.051.095zm18.555 3.548q.009-.053.018-.106-.025-.047-.052-.095zm-7.712 7.428q.049.027.096.053l.105-.017zM22 16.386a5.55 5.55 0 0 1-1.637 3.953 5.55 5.55 0 0 1-3.953 1.637 5.6 5.6 0 0 1-2.75-.725l.105-.017-.202-.035q.049.027.096.053a9.5 9.5 0 0 1-1.654.147 9.4 9.4 0 0 1-3.676-.743 9.4 9.4 0 0 1-3.002-2.023 9.4 9.4 0 0 1-2.023-3.002 9.4 9.4 0 0 1-.743-3.676c0-.546.049-1.093.142-1.628q.025.048.051.095l-.034-.199-.017.103A5.6 5.6 0 0 1 2 7.615c0-1.493.582-2.898 1.637-3.953A5.56 5.56 0 0 1 7.59 2.024c.915 0 1.818.228 2.622.655l-.1.02.199.031q-.049-.026-.098-.051l.004-.001a9.5 9.5 0 0 1 1.788-.169 9.41 9.41 0 0 1 6.678 2.766 9.4 9.4 0 0 1 2.024 3.002 9.4 9.4 0 0 1 .743 3.676c0 .575-.054 1.15-.157 1.712q-.025-.047-.052-.095l.034.201q.009-.053.018-.106c.461.829.707 1.767.707 2.721m-5.183-2.248c0-1.331-.613-2.743-3.033-3.282l-2.209-.49c-.84-.192-1.807-.444-1.807-1.237s.679-1.348 1.903-1.348c2.468 0 2.243 1.696 3.468 1.696.645 0 1.209-.379 1.209-1.031 0-1.521-2.435-2.663-4.5-2.663-2.242 0-4.63.952-4.63 3.488 0 1.221.436 2.521 2.839 3.123l2.984.745c.903.223 1.129.731 1.129 1.189 0 .762-.758 1.507-2.129 1.507-2.679 0-2.307-2.062-3.743-2.062-.645 0-1.113.444-1.113 1.078 0 1.236 1.501 2.886 4.856 2.886 3.195 0 4.776-1.538 4.776-3.599"})))},{name:"sms",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M17.696 4C20.069 4 22 5.973 22 8.398v4.357c0 2.04-1.368 3.783-3.261 4.266v4.427l-5.234-4.295h-7.2C3.93 17.153 2 15.18 2 12.755V8.398C2 5.973 3.931 4 6.304 4zM7.028 8.515c-.98 0-1.66.562-1.66 1.349-.009.497.322.91.985 1.178l.39.142c.242.097.305.171.305.297 0 .162-.131.251-.442.251s-.76-.135-1.004-.284l-.112.046-.215.868c.359.258.832.364 1.33.364 1.104 0 1.764-.523 1.764-1.333-.008-.574-.305-.956-.954-1.216l-.393-.146c-.266-.108-.341-.181-.341-.287 0-.152.131-.243.387-.243.274 0 .587.093.808.214l.109-.047.214-.837c-.315-.224-.741-.316-1.171-.316m10.302 0c-.98 0-1.66.562-1.66 1.349-.008.497.322.91.985 1.178l.39.142c.243.097.305.171.305.297 0 .162-.13.251-.442.251-.311 0-.76-.135-1.004-.284l-.112.046-.215.868c.359.258.832.364 1.33.364 1.104 0 1.764-.523 1.764-1.333-.008-.574-.305-.956-.954-1.216l-.393-.146c-.266-.108-.341-.181-.341-.287 0-.152.131-.243.387-.243.274 0 .587.093.808.214l.109-.047.214-.837c-.316-.224-.741-.316-1.171-.316m-3.733 0c-.297 0-.55.066-.78.202l-.144.098a2 2 0 0 0-.264.247l-.078.095-.027-.077c-.15-.34-.55-.565-1.033-.565l-.169.007a1.36 1.36 0 0 0-.896.42l-.08.09-.038-.363-.075-.067H8.994l-.075.079.024.634c.005.2.008.397.008.604v2.652l.075.075h1.178l.075-.075v-2.269q-.002-.168.042-.274c.083-.23.262-.392.496-.392.314 0 .483.267.483.753v2.182l.075.075h1.179l.075-.075v-2.277c0-.097.016-.213.043-.285.077-.224.26-.373.486-.373.33 0 .5.272.5.817v2.118l.074.075h1.179l.075-.075v-2.293c0-1.131-.537-1.763-1.39-1.763Z"})))},{name:"snapchat",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M11.989 1.728c3.221.001 5.904 2.683 5.908 5.912q.002 1.133.067 2.094a.737.737 0 0 0 .902.669l1.009-.237a.6.6 0 0 1 .129-.015c.256 0 .492.175.55.434a.74.74 0 0 1-.479.861l-1.532.618a.823.823 0 0 0-.485.98c1.229 4.543 4.661 4.071 4.661 4.662 0 .743-2.587.848-2.821 1.082s-.01 1.368-.532 1.588a1.1 1.1 0 0 1-.409.056c-.393 0-.95-.077-1.536-.077-.509 0-1.04.058-1.507.273-1.239.572-2.433 1.641-3.914 1.641S9.325 21.2 8.086 20.628c-.467-.216-.998-.273-1.507-.273-.586 0-1.143.077-1.536.077-.17 0-.31-.014-.409-.056-.522-.22-.299-1.354-.532-1.588s-2.821-.337-2.821-1.08c0-.592 3.432-.119 4.661-4.662a.824.824 0 0 0-.486-.98l-1.532-.618a.74.74 0 0 1-.479-.861.56.56 0 0 1 .679-.419l1.009.237q.086.02.169.02a.737.737 0 0 0 .733-.689q.065-.961.067-2.094c.004-3.229 2.666-5.91 5.887-5.912m0-1.281c-.961 0-1.898.194-2.784.574A7.2 7.2 0 0 0 6.93 2.572a7.2 7.2 0 0 0-1.539 2.282A7.1 7.1 0 0 0 4.82 7.64a33 33 0 0 1-.029 1.369l-.375-.088a2 2 0 0 0-.421-.049 1.86 1.86 0 0 0-1.135.389 1.84 1.84 0 0 0-.666 1.049 2.024 2.024 0 0 0 1.271 2.335l1.124.454c-.744 2.285-2.117 2.723-3.041 3.018a5 5 0 0 0-.659.246C.087 16.76 0 17.436 0 17.708c0 .521.247.996.694 1.339.223.17.499.311.844.43.47.162 1.016.265 1.459.347.021.164.053.341.106.518.22.738.684 1.069 1.034 1.217.332.14.676.156.905.156.224 0 .462-.018.713-.036.269-.02.548-.041.823-.041.426 0 .743.051.97.155.311.144.64.337.989.542.972.571 2.073 1.217 3.462 1.217s2.49-.647 3.462-1.217c.349-.205.679-.399.989-.542.226-.105.544-.155.97-.155.275 0 .554.021.823.041.251.019.488.036.713.036.229 0 .573-.016.905-.156.35-.147.814-.478 1.034-1.217.053-.178.084-.354.106-.518.443-.082.989-.185 1.459-.347.345-.119.621-.259.844-.43.448-.342.694-.818.694-1.339 0-.272-.087-.948-.891-1.347a5 5 0 0 0-.659-.246c-.924-.295-2.297-.733-3.041-3.018l1.124-.454a2.025 2.025 0 0 0 1.271-2.335 1.83 1.83 0 0 0-.666-1.049 1.86 1.86 0 0 0-1.556-.34l-.375.088a33 33 0 0 1-.029-1.369 7.1 7.1 0 0 0-.575-2.789c-.365-.853-.886-1.62-1.547-2.282s-1.428-1.182-2.28-1.547a7.1 7.1 0 0 0-2.786-.574"})))},{name:"soundcloud",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M23.587 13.923a3.303 3.303 0 0 1-3.344 3.117h-8.037a.674.674 0 0 1-.667-.67V7.717a.74.74 0 0 1 .444-.705s.739-.512 2.296-.512a5.27 5.27 0 0 1 2.702.742 5.35 5.35 0 0 1 2.516 3.485 3.1 3.1 0 0 1 .852-.116 3.217 3.217 0 0 1 3.237 3.312m-13.05-5.659c.242 2.935.419 5.612 0 8.538a.261.261 0 0 1-.519 0c-.39-2.901-.221-5.628 0-8.538a.26.26 0 0 1 .398-.25.26.26 0 0 1 .12.25zm-1.627 8.541a.273.273 0 0 1-.541 0 32.7 32.7 0 0 1 0-7.533.274.274 0 0 1 .544 0 29.4 29.4 0 0 1-.003 7.533m-1.63-7.788c.264 2.69.384 5.099-.003 7.782a.262.262 0 0 1-.522 0c-.374-2.649-.249-5.127 0-7.782a.264.264 0 0 1 .525 0m-1.631 7.792a.268.268 0 0 1-.532 0 27.6 27.6 0 0 1 0-7.034.27.27 0 1 1 .541 0 25.8 25.8 0 0 1-.01 7.034zm-1.63-5.276c.412 1.824.227 3.435-.015 5.294a.255.255 0 0 1-.504 0c-.22-1.834-.402-3.482-.015-5.295a.268.268 0 0 1 .535 0m-1.626-.277c.378 1.869.254 3.451-.01 5.325-.031.277-.506.28-.531 0-.239-1.846-.352-3.476-.01-5.325a.277.277 0 0 1 .551 0m-1.643.907c.396 1.239.261 2.246-.016 3.517a.258.258 0 0 1-.514 0c-.239-1.246-.336-2.274-.021-3.517a.276.276 0 0 1 .55 0z"})))},{name:"spotify",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m4.586 14.424a.62.62 0 0 1-.857.207c-2.348-1.435-5.304-1.76-8.785-.964a.622.622 0 1 1-.277-1.215c3.809-.871 7.077-.496 9.713 1.115a.623.623 0 0 1 .206.857M17.81 13.7a.78.78 0 0 1-1.072.257c-2.687-1.652-6.785-2.131-9.965-1.166A.779.779 0 1 1 6.32 11.3c3.632-1.102 8.147-.568 11.234 1.328a.78.78 0 0 1 .256 1.072m.105-2.835c-3.223-1.914-8.54-2.09-11.618-1.156a.935.935 0 1 1-.542-1.79c3.532-1.072 9.404-.865 13.115 1.338a.936.936 0 1 1-.955 1.608"})))},{name:"squarespace",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20.87 9.271a3.86 3.86 0 0 0-5.458 0l-6.141 6.141a.964.964 0 1 0 1.365 1.364l6.14-6.14a1.929 1.929 0 1 1 2.729 2.729l-6.022 6.022a1.93 1.93 0 0 0 2.729 0l4.658-4.658a3.86 3.86 0 0 0 0-5.458m-2.047 2.047a.965.965 0 0 0-1.365 0l-6.14 6.14a1.93 1.93 0 0 1-2.729 0 .964.964 0 1 0-1.364 1.364 3.86 3.86 0 0 0 5.458 0l6.14-6.14a.966.966 0 0 0 0-1.364m-2.047-6.141a3.86 3.86 0 0 0-5.458 0l-6.14 6.14a.964.964 0 1 0 1.364 1.364l6.141-6.14a1.93 1.93 0 0 1 2.729 0 .965.965 0 1 0 1.364-1.364m-2.047 2.047a.964.964 0 0 0-1.364 0l-6.14 6.141a1.929 1.929 0 1 1-2.729-2.729l6.022-6.022a1.93 1.93 0 0 0-2.729 0L3.13 9.271a3.86 3.86 0 0 0 5.458 5.458l6.14-6.141a.963.963 0 0 0 .001-1.364"})))},{name:"stackexchange",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M4 11.606h16v3.272H4zM4 7.377h16v3.272H4zM17.514 3H6.55C5.147 3 4 4.169 4 5.614v.848h16v-.85C20 4.167 18.895 3 17.514 3M4 15.813v.85c0 1.445 1.147 2.614 2.55 2.614h6.799v3.463l3.357-3.463h.744c1.402 0 2.55-1.169 2.55-2.614v-.85z"})))},{name:"stackoverflow",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18.18 20.103V14.78h1.767v7.09H4v-7.09h1.767v5.323z"}),React.createElement("path",{d:"m7.717 14.275 8.673 1.813.367-1.744-8.673-1.813zm1.147-4.13 8.031 3.74.734-1.606-8.031-3.763zm2.226-3.946 6.815 5.667 1.124-1.354-6.815-5.667zM15.495 2l-1.423 1.055 5.277 7.113 1.423-1.055zM7.533 18.314h8.857v-1.767H7.533z"})))},{name:"stumbleupon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 4.294a4.47 4.47 0 0 0-4.471 4.471v6.353a1.059 1.059 0 1 1-2.118 0v-2.824H2v2.941a4.471 4.471 0 0 0 8.942 0v-6.47a1.059 1.059 0 1 1 2.118 0v1.294l1.412.647 2-.647V8.765A4.473 4.473 0 0 0 12 4.294m1.059 8.059v2.882a4.471 4.471 0 0 0 8.941 0v-2.824h-3.412v2.824a1.059 1.059 0 1 1-2.118 0v-2.882l-2 .647z"})))},{name:"substack",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.904 9.182H4.095V7.054h15.81v2.127M4.095 11.109V21L12 16.583 19.905 21v-9.891zM19.905 3H4.095v2.127h15.81z"})))},{name:"telegram",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m3.08 14.757s-.25.625-.936.325l-2.541-1.949-1.63 1.486s-.127.096-.266.036c0 0-.12-.011-.27-.486s-.911-2.972-.911-2.972L6 12.349s-.387-.137-.425-.438c-.037-.3.437-.462.437-.462l10.03-3.934s.824-.362.824.238z"})))},{name:"threads",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 192 192"},React.createElement("g",null,React.createElement("path",{d:"M141.537 88.988a67 67 0 0 0-2.518-1.143c-1.482-27.307-16.403-42.94-41.457-43.1h-.34c-14.986 0-27.449 6.396-35.12 18.036l13.779 9.452c5.73-8.695 14.724-10.548 21.348-10.548h.229c8.249.053 14.474 2.452 18.503 7.129 2.932 3.405 4.893 8.111 5.864 14.05-7.314-1.243-15.224-1.626-23.68-1.14-23.82 1.371-39.134 15.264-38.105 34.568.522 9.792 5.4 18.216 13.735 23.719 7.047 4.652 16.124 6.927 25.557 6.412 12.458-.683 22.231-5.436 29.049-14.127 5.178-6.6 8.453-15.153 9.899-25.93 5.937 3.583 10.337 8.298 12.767 13.966 4.132 9.635 4.373 25.468-8.546 38.376-11.319 11.308-24.925 16.2-45.488 16.351-22.809-.169-40.06-7.484-51.275-21.742C35.236 139.966 29.808 120.682 29.605 96c.203-24.682 5.63-43.966 16.133-57.317C56.954 24.425 74.204 17.11 97.013 16.94c22.975.17 40.526 7.52 52.171 21.847 5.71 7.026 10.015 15.86 12.853 26.162l16.147-4.308c-3.44-12.68-8.853-23.606-16.219-32.668C147.036 9.607 125.202.195 97.07 0h-.113C68.882.194 47.292 9.642 32.788 28.08 19.882 44.485 13.224 67.315 13.001 95.932L13 96v.067c.224 28.617 6.882 51.447 19.788 67.854C47.292 182.358 68.882 191.806 96.957 192h.113c24.96-.173 42.554-6.708 57.048-21.189 18.963-18.945 18.392-42.692 12.142-57.27-4.484-10.454-13.033-18.945-24.723-24.553M98.44 129.507c-10.44.588-21.286-4.098-21.82-14.135-.397-7.442 5.296-15.746 22.461-16.735q2.948-.17 5.79-.169c6.235 0 12.068.606 17.371 1.765-1.978 24.702-13.58 28.713-23.802 29.274"})))},{name:"tiktok-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm7.531 3h2.053s-.114 2.635 2.85 2.82v2.04s-1.582.099-2.85-.87l.021 4.207a3.804 3.804 0 1 1-3.802-3.802h.533v2.082a1.73 1.73 0 0 0-1.922.648 1.727 1.727 0 0 0 1.947 2.646 1.73 1.73 0 0 0 1.19-1.642z"})))},{name:"tiktok",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.22 2h3.42s-.19 4.394 4.75 4.702v3.396s-2.636.166-4.75-1.448l.037 7.012a6.338 6.338 0 1 1-6.34-6.339h.89v3.472a2.882 2.882 0 1 0 2.024 2.752z"})))},{name:"tripadvisor",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.01 9.859c.236-1.002.985-2.003.985-2.003l-3.341-.002C16.779 6.643 14.502 6 11.979 6 9.363 6 7 6.659 5.135 7.877L2 7.88s.74.988.98 1.983a4.98 4.98 0 0 0-.977 2.961 5.01 5.01 0 0 0 5.009 5.003 5 5 0 0 0 3.904-1.875l1.065 1.592 1.076-1.606a4.96 4.96 0 0 0 1.838 1.448 4.98 4.98 0 0 0 3.831.151 5.01 5.01 0 0 0 2.963-6.431 5 5 0 0 0-.679-1.247m-13.998 6.96a4 4 0 0 1-3.998-3.995 4 4 0 0 1 3.998-3.997 4 4 0 0 1 3.996 3.997 4 4 0 0 1-3.996 3.995m4.987-4.36A5.007 5.007 0 0 0 7.11 7.821c1.434-.613 3.081-.947 4.867-.947 1.798 0 3.421.324 4.853.966a4.984 4.984 0 0 0-4.831 4.619m6.288 4.134a3.97 3.97 0 0 1-3.058-.122 3.96 3.96 0 0 1-2.075-2.245v-.001a3.97 3.97 0 0 1 .118-3.056 3.97 3.97 0 0 1 2.246-2.077 4.005 4.005 0 0 1 5.135 2.366 4.006 4.006 0 0 1-2.366 5.135"}),React.createElement("path",{d:"M6.949 10.307a2.477 2.477 0 0 0-2.475 2.472 2.48 2.48 0 0 0 2.475 2.474 2.474 2.474 0 0 0 0-4.946m0 4.094a1.626 1.626 0 0 1-1.624-1.623 1.621 1.621 0 1 1 1.624 1.623M16.981 10.307a2.477 2.477 0 0 0-2.474 2.472 2.48 2.48 0 0 0 2.474 2.474 2.476 2.476 0 0 0 2.472-2.474 2.475 2.475 0 0 0-2.472-2.472m0 4.094a1.625 1.625 0 0 1-1.622-1.623 1.622 1.622 0 1 1 1.622 1.623"}),React.createElement("path",{d:"M7.778 12.778a.832.832 0 1 1-1.664.002.832.832 0 0 1 1.664-.002M16.981 11.947a.832.832 0 1 0 .002 1.666.832.832 0 0 0-.002-1.666"})))},{name:"tumblr-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M16.749 17.396c-.357.17-1.041.319-1.551.332-1.539.041-1.837-1.081-1.85-1.896V9.847h3.861v-2.91h-3.847V2.039h-2.817c-.046 0-.127.041-.138.144-.165 1.499-.867 4.13-3.783 5.181v2.484h1.945v6.282c0 2.151 1.587 5.206 5.775 5.135 1.413-.024 2.982-.616 3.329-1.126z"})))},{name:"tumblr",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-5.569 14.265c-2.446.042-3.372-1.742-3.372-2.998v-3.668H8.923v-1.45c1.703-.614 2.113-2.15 2.209-3.025.007-.06.054-.084.081-.084h1.645V8.9h2.246v1.7H12.85v3.495c.008.476.182 1.131 1.081 1.107.298-.008.697-.094.906-.194l.54 1.601c-.205.296-1.121.641-1.946.656"})))},{name:"twitch",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M16.499 8.089h-1.636v4.91h1.636zm-4.499 0h-1.637v4.91H12zM4.228 3.178 3 6.451v13.092h4.499V22h2.456l2.454-2.456h3.681L21 14.636V3.178zm15.136 10.638L16.5 16.681H12l-2.453 2.453V16.68H5.863V4.814h13.501z"})))},{name:"twitter-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M22.23 5.924a8.2 8.2 0 0 1-2.357.646 4.12 4.12 0 0 0 1.804-2.27 8.2 8.2 0 0 1-2.606.996 4.103 4.103 0 0 0-6.991 3.742 11.65 11.65 0 0 1-8.457-4.287 4.1 4.1 0 0 0-.556 2.063 4.1 4.1 0 0 0 1.825 3.415 4.1 4.1 0 0 1-1.859-.513v.052a4.104 4.104 0 0 0 3.292 4.023 4.1 4.1 0 0 1-1.853.07 4.11 4.11 0 0 0 3.833 2.85 8.24 8.24 0 0 1-5.096 1.756 8 8 0 0 1-.979-.057 11.6 11.6 0 0 0 6.29 1.843c7.547 0 11.675-6.252 11.675-11.675q0-.267-.012-.531a8.3 8.3 0 0 0 2.047-2.123"})))},{name:"twitter",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-2.534 6.71q.007.148.007.298c0 3.045-2.318 6.556-6.556 6.556a6.5 6.5 0 0 1-3.532-1.035q.27.032.55.032a4.63 4.63 0 0 0 2.862-.986 2.31 2.31 0 0 1-2.152-1.6 2.3 2.3 0 0 0 1.04-.04 2.306 2.306 0 0 1-1.848-2.259v-.029c.311.173.666.276 1.044.288a2.303 2.303 0 0 1-.713-3.076 6.54 6.54 0 0 0 4.749 2.407 2.305 2.305 0 0 1 3.926-2.101 4.6 4.6 0 0 0 1.463-.559 2.3 2.3 0 0 1-1.013 1.275c.466-.056.91-.18 1.323-.363-.31.461-.7.867-1.15 1.192"})))},{name:"untappd",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m11 13.299-5.824 8.133c-.298.416-.8.635-1.308.572-.578-.072-1.374-.289-2.195-.879S.392 19.849.139 19.323a1.4 1.4 0 0 1 .122-1.425l5.824-8.133a3.1 3.1 0 0 1 1.062-.927l1.146-.604c.23-.121.436-.283.608-.478.556-.631 2.049-2.284 4.696-4.957l.046-.212a.13.13 0 0 1 .096-.1l.146-.037a.135.135 0 0 0 .101-.141l-.015-.18a.13.13 0 0 1 .125-.142c.176-.005.518.046 1.001.393s.64.656.692.824a.13.13 0 0 1-.095.164l-.175.044a.13.13 0 0 0-.101.141l.012.15a.13.13 0 0 1-.063.123l-.186.112c-1.679 3.369-2.764 5.316-3.183 6.046a2.2 2.2 0 0 0-.257.73l-.205 1.281A3.1 3.1 0 0 1 11 13.3zm12.739 4.598-5.824-8.133a3.1 3.1 0 0 0-1.062-.927l-1.146-.605a2.1 2.1 0 0 1-.608-.478 51 51 0 0 0-.587-.654.09.09 0 0 0-.142.018 97 97 0 0 1-1.745 3.223 1.4 1.4 0 0 0-.171.485 3.5 3.5 0 0 0 0 1.103l.01.064c.075.471.259.918.536 1.305l5.824 8.133c.296.413.79.635 1.294.574a4.76 4.76 0 0 0 2.209-.881 4.76 4.76 0 0 0 1.533-1.802 1.4 1.4 0 0 0-.122-1.425zM8.306 3.366l.175.044a.134.134 0 0 1 .101.141l-.012.15a.13.13 0 0 0 .063.123l.186.112q.465.933.869 1.721c.026.051.091.06.129.019q.655-.703 1.585-1.668a.137.137 0 0 0 .003-.19c-.315-.322-.645-.659-1.002-1.02l-.046-.212a.13.13 0 0 0-.096-.099l-.146-.037a.135.135 0 0 1-.101-.141l.015-.18a.13.13 0 0 0-.123-.142c-.175-.005-.518.045-1.002.393-.483.347-.64.656-.692.824a.13.13 0 0 0 .095.164z"})))},{name:"vimeo",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M22.396 7.164q-.139 3.039-4.245 8.32Q13.907 21 10.97 21q-1.82 0-3.079-3.359l-1.68-6.159q-.934-3.36-2.005-3.36-.234.001-1.634.98l-.978-1.261q1.541-1.353 3.037-2.708 2.056-1.774 3.084-1.869 2.429-.234 2.99 3.321.607 3.836.841 4.769.7 3.181 1.542 3.181.653 0 1.963-2.065 1.307-2.063 1.401-3.142.187-1.781-1.401-1.782-.747.001-1.541.341 1.534-5.024 5.862-4.884 3.21.095 3.024 4.161"})))},{name:"vk",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{fillRule:"evenodd",d:"M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.431 0 8.146 1.687 9.833S6.09 24 11.52 24h.96c5.431 0 8.146 0 9.833-1.687S24 17.91 24 12.48v-.96c0-5.431 0-8.146-1.687-9.833S17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687M4.05 7.3c.13 6.24 3.25 9.99 8.72 9.99h.31v-3.57c2.01.2 3.53 1.67 4.14 3.57h2.84c-.78-2.84-2.83-4.41-4.11-5.01 1.28-.74 3.08-2.54 3.51-4.98h-2.58c-.56 1.98-2.22 3.78-3.8 3.95V7.3H10.5v6.92c-1.6-.4-3.62-2.34-3.71-6.92z"})))},{name:"whatsapp",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m2.048 22 1.406-5.136a9.9 9.9 0 0 1-1.323-4.955C2.133 6.446 6.579 2 12.042 2a9.85 9.85 0 0 1 7.011 2.906 9.85 9.85 0 0 1 2.9 7.011c-.002 5.464-4.448 9.91-9.91 9.91h-.004a9.9 9.9 0 0 1-4.736-1.206zm5.497-3.172.301.179a8.2 8.2 0 0 0 4.193 1.148h.003c4.54 0 8.235-3.695 8.237-8.237a8.2 8.2 0 0 0-2.41-5.828 8.18 8.18 0 0 0-5.824-2.416c-4.544 0-8.239 3.695-8.241 8.237a8.2 8.2 0 0 0 1.259 4.384l.196.312-.832 3.04zm9.49-4.554c-.062-.103-.227-.165-.475-.289s-1.465-.723-1.692-.806-.392-.124-.557.124-.64.806-.784.971-.289.186-.536.062-1.046-.385-1.991-1.229c-.736-.657-1.233-1.468-1.378-1.715s-.015-.382.109-.505c.111-.111.248-.289.371-.434.124-.145.165-.248.248-.413s.041-.31-.021-.434-.557-1.343-.763-1.839c-.202-.483-.407-.417-.559-.425-.144-.007-.31-.009-.475-.009a.9.9 0 0 0-.66.31c-.226.248-.866.847-.866 2.066s.887 2.396 1.011 2.562 1.746 2.666 4.23 3.739c.591.255 1.052.408 1.412.522.593.189 1.133.162 1.56.098.476-.071 1.465-.599 1.671-1.177.206-.58.206-1.075.145-1.179"})))},{name:"woocommerce",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19 2H5C3.3 2 2 3.3 2 5v11c0 1.7 1.3 3 3 3h4l6 3-1-3h5c1.7 0 3-1.3 3-3V5c0-1.7-1.3-3-3-3m-1.6 4.5c-.4.8-.8 2.1-1 3.9-.3 1.8-.4 3.1-.3 4.1 0 .3 0 .5-.1.7s-.3.4-.6.4-.6-.1-.9-.4c-1-1-1.8-2.6-2.4-4.6-.7 1.4-1.2 2.4-1.6 3.1-.6 1.2-1.2 1.8-1.6 1.9-.3 0-.5-.2-.8-.7-.5-1.4-1.1-4.2-1.7-8.2 0-.3 0-.5.2-.7.1-.2.4-.3.7-.4.5 0 .9.2.9.8.3 2.3.7 4.2 1.1 5.7l2.4-4.5c.2-.4.4-.6.8-.6q.75 0 .9.9c.3 1.4.6 2.6 1 3.7.3-2.7.8-4.7 1.4-5.9.2-.3.4-.5.7-.5.2 0 .5.1.7.2q.3.3.3.6c0 .3 0 .4-.1.5"})))},{name:"wordpress",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.158 12.786 9.46 20.625a9 9 0 0 0 5.526-.144 1 1 0 0 1-.065-.124zM3.009 12a8.99 8.99 0 0 0 5.067 8.092L3.788 8.341A8.95 8.95 0 0 0 3.009 12m15.06-.454c0-1.112-.399-1.881-.741-2.48-.456-.741-.883-1.368-.883-2.109 0-.826.627-1.596 1.51-1.596q.06.002.116.007A8.96 8.96 0 0 0 12 3.009a8.98 8.98 0 0 0-7.512 4.052c.211.007.41.011.579.011.94 0 2.396-.114 2.396-.114.484-.028.541.684.057.741 0 0-.487.057-1.029.085l3.274 9.739 1.968-5.901-1.401-3.838c-.484-.028-.943-.085-.943-.085-.485-.029-.428-.769.057-.741 0 0 1.484.114 2.368.114.94 0 2.397-.114 2.397-.114.485-.028.542.684.057.741 0 0-.488.057-1.029.085l3.249 9.665.897-2.996q.684-1.753.684-2.907m1.82-3.86q.06.428.06.924c0 .912-.171 1.938-.684 3.22l-2.746 7.94a8.98 8.98 0 0 0 4.47-7.771 8.9 8.9 0 0 0-1.1-4.313M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10"})))},{name:"x",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M13.982 10.622 20.54 3h-1.554l-5.693 6.618L8.745 3H3.5l6.876 10.007L3.5 21h1.554l6.012-6.989L15.868 21h5.245zm-2.128 2.474-.697-.997-5.543-7.93H8l4.474 6.4.697.996 5.815 8.318h-2.387z"})))},{name:"xanga",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M9 9h6v6H9zM3 9h6V3H3zm12 0h6V3h-6zm0 12h6v-6h-6zM3 21h6v-6H3z"})))},{name:"youtube",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.8 8.001s-.195-1.378-.795-1.985c-.76-.797-1.613-.801-2.004-.847-2.799-.202-6.997-.202-6.997-.202h-.009s-4.198 0-6.997.202c-.39.047-1.242.051-2.003.847-.6.607-.795 1.985-.795 1.985S2 9.62 2 11.238v1.517c0 1.618.2 3.237.2 3.237s.195 1.378.795 1.985c.761.797 1.76.771 2.205.855 1.6.153 6.8.201 6.8.201s4.203-.006 7.001-.209c.391-.047 1.243-.051 2.004-.847.6-.607.795-1.985.795-1.985s.2-1.618.2-3.237v-1.517c0-1.618-.2-3.237-.2-3.237M9.935 14.594l-.001-5.62 5.404 2.82z"})))}]},58992:(e,t,n)=>{"use strict";n.d(t,{d:()=>u});var a=n(96072),r=n.n(a),s=n(28120),o=n.n(s),i=n(51609),l=n.n(i),c=n(91135);class u extends i.PureComponent{static defaultProps={size:24};static propTypes={icon:o().string.isRequired,size:o().number,onClick:o().func,className:o().string};render(){const{size:e,onClick:t,icon:n,className:a,...s}=this.props,o=["social-logo","social-logo-"+n,a].filter(Boolean).join(" "),i=c.$.find((e=>e.name===n));if(!i)return l().createElement("svg",r()({height:e,width:e},s));return l().cloneElement(i.svg,{className:o,height:e,width:e,onClick:t,...s})}}},52068:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>C});var a=n(82170),r=n(96865),s=n(56427),o=n(27723),i=n(90254),l=n(69457),c=n(88669),u=n(41417),d=n(57003),p=(n(51609),n(95396)),m=n(64425),g=n(47264),A=n(2162),h=n(62402);const __=o.__,E="simplify",f="make-longer",b="make-shorter",v={default:[{name:__("Correct spelling and grammar","jetpack"),key:"correct-spelling",aiSuggestion:m.yy,icon:i.A}],"core/paragraph":[{name:__("Simplify","jetpack"),key:E,aiSuggestion:m.A4,icon:l.A},{name:__("Summarize","jetpack"),key:"summarize",aiSuggestion:m.UA,icon:c.A},{name:__("Expand","jetpack"),key:f,aiSuggestion:m.br,icon:u.A},{name:__("Make shorter","jetpack"),key:b,aiSuggestion:m.fD,icon:u.A}],"core/list-item":[{name:__("Simplify","jetpack"),key:E,aiSuggestion:m.A4,icon:l.A},{name:__("Expand","jetpack"),key:f,aiSuggestion:m.br,icon:u.A},{name:__("Make shorter","jetpack"),key:b,aiSuggestion:m.fD,icon:u.A}],"core/list":p.L.includes("core/list")?[{name:__("Simplify","jetpack"),key:E,aiSuggestion:m.A4,icon:l.A},{name:__("Expand","jetpack"),key:f,aiSuggestion:m.br,icon:u.A},{name:__("Make shorter","jetpack"),key:b,aiSuggestion:m.fD,icon:u.A}]:[{name:__("Turn list into a table","jetpack"),key:"turn-into-table",aiSuggestion:m.pE,icon:d.A,options:{userPrompt:"make a table from this list, do not enclose the response in a code block"}},{name:__("Write a post from this list","jetpack"),key:"write-post-from-list",aiSuggestion:m.pE,icon:l.A,options:{userPrompt:"Write a post based on the list items. Include a title as first order heading and try to use secondary headings for each entry"}}]};function C({blockType:e,disabled:t=!1,onAskAiAssistant:n,onRequestSuggestion:o}){const i=v[e]??[];return(0,a.createElement)(a.Fragment,null,t&&(0,a.createElement)(s.Notice,{status:"warning",isDismissible:!1,className:"jetpack-ai-assistant__info"},__("Add content to activate the tools below","jetpack")),(0,a.createElement)(s.MenuGroup,null,(0,a.createElement)(s.MenuItem,{icon:r.cj,iconPosition:"left",key:"key-ai-assistant",onClick:n,disabled:t},(0,a.createElement)("div",{className:"jetpack-ai-assistant__menu-item"},__("Ask AI Assistant","jetpack"))),[...v.default,...i].map((e=>(0,a.createElement)(s.MenuItem,{icon:e?.icon,iconPosition:"left",key:`key-${e.key}`,onClick:()=>{o(e.aiSuggestion,{...e.options??{}},e.name)},disabled:t},(0,a.createElement)("div",{className:"jetpack-ai-assistant__menu-item"},e.name)))),(0,a.createElement)(h.hN,{onChange:e=>{o(m.eJ,{tone:e},`${h.uQ}: ${(0,g.Z)(e)}`)},disabled:t}),(0,a.createElement)(A.HU,{onChange:(e,t)=>{o(m.Gm,{language:e},`${A.u0}: ${t}`)},disabled:t})))}},72901:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(27723),s=n(56333),o=n(10617);const __=r.__,i=()=>{const e=`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?page=my-jetpack#/connection`,{autosaveAndRedirect:t,isRedirecting:n}=(0,o.A)(e);return(0,a.createElement)(s.c,{buttonText:__("Connect Jetpack","jetpack"),checkoutUrl:e,className:"jetpack-ai-connect-banner",description:__("Your account is not connected to Jetpack at the moment.","jetpack"),goToCheckoutPage:e=>{t(e)},isRedirecting:n,visible:!0,align:null,title:null,context:null})}},32249:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(3924),s=n(56427),o=n(27723);const __=o.__;const i=function(){const e=(0,r.A)("jetpack-ai-feedback");return(0,a.createElement)("div",{className:"jetpack-ai-feedback-control"},(0,a.createElement)(s.BaseControl,{label:__("Feedback","jetpack")},(0,a.createElement)("p",null,__("Your feedback is valuable in our commitment to refine and improve this feature.","jetpack")),(0,a.createElement)(s.ExternalLink,{href:e},__("Share your feedback","jetpack"))))}},2162:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>h,HU:()=>E,so:()=>g,u0:()=>p});var a=n(82170),r=n(85985),s=n(56427),o=n(27723),i=n(51113),l=n(29115),c=n(84066);n(51609);const __=o.__,u=["en","es","fr","de","it","pt","ru","zh","ja","ar","hi","ko"],d=window?.Jetpack_Editor_Initial_State?.siteLocale||navigator?.language,p=__("Translate","jetpack"),m=d?.split("-")[0]||"en",g=(d?.split("-"),{en:{label:__("English","jetpack")},es:{label:__("Spanish","jetpack")},fr:{label:__("French","jetpack")},de:{label:__("German","jetpack")},it:{label:__("Italian","jetpack")},pt:{label:__("Portuguese","jetpack")},ru:{label:__("Russian","jetpack")},zh:{label:__("Chinese","jetpack")},ja:{label:__("Japanese","jetpack")},ar:{label:__("Arabic","jetpack")},hi:{label:__("Hindi","jetpack")},ko:{label:__("Korean","jetpack")}}),A=({value:e,onChange:t})=>{const n=[...u.filter((e=>e!==m))];return u.includes(m)&&n.unshift(m),(0,a.createElement)(s.MenuGroup,{label:__("Select language","jetpack")},n.map((n=>(0,a.createElement)(s.MenuItem,{key:`key-${n}`,onClick:()=>t(n+" ("+g[n].label+")",g[n].label),isSelected:e===n},g[n].label))))};function h({value:e=m,label:t=p,onChange:n,disabled:o=!1}){const{tracks:l}=(0,r.st)();return o?(0,a.createElement)(s.Tooltip,{text:t},(0,a.createElement)(s.Button,{disabled:!0},(0,a.createElement)(i.A,{icon:c.A}))):(0,a.createElement)(s.ToolbarDropdownMenu,{icon:c.A,label:t,popoverProps:{variant:"toolbar"},onToggle:e=>{e&&l.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"i18n"})}},(()=>(0,a.createElement)(A,{value:e,onChange:n})))}function E({value:e=m,label:t=p,onChange:n,disabled:r=!1}){return(0,a.createElement)(s.DropdownMenu,{className:"ai-assistant__i18n-dropdown",icon:c.A,label:t,toggleProps:{children:(0,a.createElement)(a.Fragment,null,(0,a.createElement)("div",{className:"ai-assistant__i18n-dropdown__toggle-label"},t),(0,a.createElement)(i.A,{icon:l.A})),disabled:r}},(({onClose:t})=>(0,a.createElement)(A,{onChange:(...e)=>{n(...e),t()},value:e})))}},99050:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>A});var a=n(82170),r=n(85985),s=n(56427),o=n(27723),i=n(78938);const __=o.__,l="make-longer",c="makeLonger",u="make-shorter",d="makeShorter",p="summarize",m="summarize",g=[{name:__("Summarize","jetpack"),key:p,aiSuggestion:m},{name:__("Make longer","jetpack"),key:l,aiSuggestion:c},{name:__("Make shorter","jetpack"),key:u,aiSuggestion:d}];function A({key:e,label:t=__("Improve","jetpack"),exclude:n=[],onChange:o,disabled:l=!1}){const{tracks:c}=(0,r.st)();return l?(0,a.createElement)(s.Tooltip,{text:t},(0,a.createElement)(s.Button,{disabled:!0},(0,a.createElement)(s.Icon,{icon:i.A}))):(0,a.createElement)(s.ToolbarDropdownMenu,{icon:i.A,label:t,popoverProps:{variant:"toolbar"},onToggle:e=>{e&&c.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"improve"})}},(()=>{const r=g.filter((e=>!n.includes(e.key)));return(0,a.createElement)(s.MenuGroup,{label:t},r.map((t=>(0,a.createElement)(s.MenuItem,{key:`key-${t.key}`,onClick:()=>o(t.aiSuggestion,{contentType:"generated"}),isSelected:e===t.key},t.name))))}))}},33468:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>A});var a=n(82170),r=n(85985),s=n(56427),o=n(27723),i=n(78938),l=n(41417),c=n(90254),u=n(69457),d=n(88669),p=n(11269);const __=o.__,m=[{label:__("Post about…","jetpack"),description:{original:"Write a post about ",translated:__("Write a post about","jetpack")+" "}},{label:__("Informative article on…","jetpack"),description:{original:"Craft an informative article explaining ",translated:__("Craft an informative article explaining","jetpack")+" "}},{label:__("Step-by-step tutorial on…","jetpack"),description:{original:"Write a step-by-step tutorial on ",translated:__("Write a step-by-step tutorial on","jetpack")+" "}},{label:__("Motivational post on…","jetpack"),description:{original:"Create a motivational post on ",translated:__("Create a motivational post on","jetpack")+" "}}],g=[{label:__("Say it differently…","jetpack"),description:{original:"Rewrite it in a way that ",translated:__("Rewrite it in a way that","jetpack")+" "}},{label:__("Add…","jetpack"),description:{original:"Add more details about ",translated:__("Add more details about","jetpack")+" "}},{label:__("Remove…","jetpack"),description:{original:"Remove unnecessary details about ",translated:__("Remove unnecessary details about","jetpack")+" "}}];function A({hasContentBefore:e,hasContent:t,hasPostTitle:n,contentIsLoaded:o,onPromptSelect:A,onSuggestionSelect:h}){const E=__("Write with AI…","jetpack"),{tracks:f}=(0,r.st)();return(0,a.createElement)(s.ToolbarDropdownMenu,{className:"jetpack-ai-assistant__templates-control",icon:null,label:E,text:E,onToggle:e=>{e&&f.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"write-with-ai"})}},(({onClose:r})=>o?(0,a.createElement)(s.MenuGroup,{label:__("Write…","jetpack")},g.map(((e,t)=>(0,a.createElement)(s.MenuItem,{icon:i.A,iconPosition:"left",key:`key-${t}`,onClick:()=>{r(),A(e.description)}},e.label)))):(0,a.createElement)(a.Fragment,null,e&&(0,a.createElement)(s.MenuGroup,{label:__("Based on preceding content…","jetpack")},(0,a.createElement)(s.MenuItem,{icon:l.A,iconPosition:"left",onClick:()=>h("continue")},__("Continue writing","jetpack")),(0,a.createElement)(s.MenuItem,{icon:c.A,iconPosition:"left",onClick:()=>h("correctSpelling")},__("Correct spelling and grammar","jetpack")),(0,a.createElement)(s.MenuItem,{icon:u.A,iconPosition:"left",onClick:()=>h("simplify")},__("Simplify","jetpack"))),t&&(0,a.createElement)(s.MenuGroup,{label:__("Based on entire content…","jetpack")},t&&(0,a.createElement)(s.MenuItem,{icon:d.A,iconPosition:"left",onClick:()=>h("summarize")},__("Summarize","jetpack")),t&&(0,a.createElement)(s.MenuItem,{icon:p.A,iconPosition:"left",onClick:()=>h("generateTitle")},__("Generate a post title","jetpack"))),(0,a.createElement)(s.MenuGroup,{label:__("Write…","jetpack")},n&&(0,a.createElement)(s.MenuItem,{icon:i.A,iconPosition:"left",onClick:()=>h("titleSummary")},__("Summary based on title","jetpack")),m.map(((e,t)=>(0,a.createElement)(s.MenuItem,{icon:i.A,iconPosition:"left",key:`key-${t}`,onClick:()=>{r(),A(e.description)}},e.label)))))))}},23e3:(e,t,n)=>{"use strict";n.d(t,{A:()=>f,Q:()=>E});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(86087),l=n(27723),c=n(10067),u=n.n(c),d=n(56333),p=n(92169),m=n(61297),g=n(7503),A=n(93094);const __=l.__,h=u()("jetpack-ai-assistant:upgrade-prompt"),E=({variant:e="error"})=>{const t=(()=>{const{usagePeriod:e}=(0,m.A)(),t=(e=>{const t=__("You've reached this month's request limit, per our fair usage policy.","jetpack");if(!e)return t; // Translators: %s is the date when the requests will reset. const n=__("Requests will reset on %s.","jetpack");return`${t} ${(0,l.sprintf)(n,e)}`})((e=>{if(!e?.nextStart)return null;const t=new Date(e.nextStart);return t.toLocaleString("default",{month:"long"})+" "+t.getDate()})(e));return(0,i.createInterpolateElement)(t,{link:(0,a.createElement)("a",{href:"https://jetpack.com/redirect/?source=ai-assistant-fair-usage-policy",target:"_blank",rel:"noreferrer"})})})();return"muted"===e?(0,a.createElement)("span",{className:"jetpack-ai-fair-usage-notice-muted-variant"},t):"error"===e?(0,a.createElement)(o.Notice,{status:"error",isDismissible:!1,className:"jetpack-ai-fair-usage-notice"},t):null},f=e=>{const{upgradeType:t,currentTier:n}=(0,m.A)();return 1===n?.value?(0,a.createElement)(E,null):"vip"===t?(({description:e=null,useLightNudge:t=!1})=>{const n=t?A.U:d.c,r=(0,i.createInterpolateElement)(__("You've reached the Jetpack AI rate limit. Please reach out to your VIP account team.","jetpack"),{strong:(0,a.createElement)("strong",null)});return(0,a.createElement)(n,{buttonText:null,checkoutUrl:null,className:"jetpack-ai-upgrade-banner",description:e||r,goToCheckoutPage:null,isRedirecting:null,visible:!0,align:null,title:null,context:null})})({description:e.description,useLightNudge:e?.useLightNudge}):(({placement:e=null,description:t=null,useLightNudge:n=!1})=>{const o=n?A.U:d.c,{checkoutUrl:c}=(0,p.A)(),u=(0,g.C)(),{nextTier:E,tierPlansEnabled:f,currentTier:b,requestsCount:v}=(0,m.A)(),{tracks:C}=(0,s.st)(),k=(0,i.useCallback)((()=>{h("upgrade",e),C.recordEvent("jetpack_ai_upgrade_button",{current_tier_slug:b?.slug,requests_count:v,placement:e})}),[b,v,C,e]),y=(0,i.useCallback)((()=>{h("contact us",e),C.recordEvent("jetpack_ai_upgrade_contact_us",{placement:e})}),[C,e]);if(!u){const e=(0,i.createInterpolateElement)(__("Congratulations on exploring Jetpack AI and reaching the free requests limit! Reach out to the site administrator to upgrade and keep using Jetpack AI.","jetpack"),{strong:(0,a.createElement)("strong",null)});return(0,a.createElement)(o,{showButton:!1,className:"jetpack-ai-upgrade-banner",description:t||e,visible:!0,align:null,title:null,context:null})}if(f){if(!E){const e=(0,r.A)("jetpack-ai-tiers-more-requests-contact"),n=__("You have reached the request limit for your current plan.","jetpack");return(0,a.createElement)(o,{buttonText:__("Contact Us","jetpack"),description:t||n,className:"jetpack-ai-upgrade-banner",checkoutUrl:e,visible:!0,align:null,title:null,context:null,goToCheckoutPage:y,target:"_blank"})}const e=(0,i.createInterpolateElement)((0,l.sprintf)(/* Translators: number of requests */ __("You have reached the requests limit for your current plan. Upgrade now to increase your requests limit to %d.","jetpack"),E.limit),{strong:(0,a.createElement)("strong",null)});return(0,a.createElement)(o,{buttonText:(0,l.sprintf)(/* Translators: number of requests */ -__("Upgrade to %d requests","jetpack"),E.limit),checkoutUrl:c,className:"jetpack-ai-upgrade-banner",description:t||e,goToCheckoutPage:k,visible:!0,align:"center",title:null,context:null,target:"_blank"})}return(0,a.createElement)(o,{buttonText:"Upgrade",checkoutUrl:c,className:"jetpack-ai-upgrade-banner",description:(0,i.createInterpolateElement)(__("Congratulations on exploring Jetpack AI and reaching the free requests limit! Upgrade now to keep using it.","jetpack"),{strong:(0,a.createElement)("strong",null)}),goToCheckoutPage:k,visible:!0,align:null,title:null,context:null,target:"_blank"})})(e)}},93094:(e,t,n)=>{"use strict";n.d(t,{U:()=>o});var a=n(82170),r=n(56427),s=n(27723);const __=s.__,o=({title:e,description:t,buttonText:n=null,checkoutUrl:s=null,goToCheckoutPage:o=null,isRedirecting:i=!1,showButton:l=!0,target:c="_top"})=>{const u=__("Redirecting…","jetpack");return(0,a.createElement)("div",{className:"jetpack-upgrade-plan-banner-light"},(0,a.createElement)(r.Notice,{status:"error",isDismissible:!1},(0,a.createElement)("p",null,e&&(0,a.createElement)("strong",null,e),t," ",l&&(0,a.createElement)(r.Button,{href:i?null:s,onClick:o,variant:"link",target:c},i?u:n))))}},62402:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>A,US:()=>u,hN:()=>g,oZ:()=>p,uQ:()=>d});var a=n(82170),r=n(96865),s=n(85985),o=n(56427),i=n(27723),l=n(29115);n(51609);const __=i.__,c=["formal","informal","optimistic","humorous","serious","skeptical","empathetic","confident","passionate","provocative"],u="formal",d=__("Change tone","jetpack"),p={formal:{label:__("Formal","jetpack"),emoji:"🎩"},informal:{label:__("Informal","jetpack"),emoji:"😊"},optimistic:{label:__("Optimistic","jetpack"),emoji:"😃"},humorous:{label:__("Humorous","jetpack"),emoji:"😂"},serious:{label:__("Serious","jetpack"),emoji:"😐"},skeptical:{label:__("Skeptical","jetpack"),emoji:"🤨"},empathetic:{label:__("Empathetic","jetpack"),emoji:"💗"},confident:{label:__("Confident","jetpack"),emoji:"😎"},passionate:{label:__("Passionate","jetpack"),emoji:"❤️"},provocative:{label:__("Provocative","jetpack"),emoji:"🔥"}},m=({value:e,onChange:t})=>(0,a.createElement)(o.MenuGroup,{label:__("Select tone","jetpack")},c.map((n=>(0,a.createElement)(o.MenuItem,{key:`key-${n}`,onClick:()=>t(n),isSelected:e===n},`${p[n].emoji} ${p[n].label}`))));function g({label:e=d,value:t=u,onChange:n,disabled:s=!1}){return(0,a.createElement)(o.DropdownMenu,{icon:r.Qr,label:e,className:"ai-assistant__tone-dropdown",popoverProps:{variant:"toolbar"},toggleProps:{children:(0,a.createElement)(a.Fragment,null,(0,a.createElement)("div",{className:"ai-assistant__tone-dropdown__toggle-label"},e),(0,a.createElement)(o.Icon,{icon:l.A})),disabled:s}},(({onClose:e})=>(0,a.createElement)(m,{value:t,onChange:t=>{n(t),e()}})))}function A({value:e=u,onChange:t,disabled:n=!1}){const{tracks:i}=(0,s.st)();return n?(0,a.createElement)(o.Tooltip,{text:d},(0,a.createElement)(o.Button,{disabled:!0},(0,a.createElement)(o.Icon,{icon:r.Qr}))):(0,a.createElement)(o.ToolbarDropdownMenu,{icon:r.Qr,label:d,popoverProps:{variant:"toolbar"},disabled:n,onToggle:e=>{e&&i.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"tone"})}},(()=>(0,a.createElement)(m,{value:e,onChange:t})))}},51698:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(94715),s=n(56427),o=n(27723),i=n(83883),l=n(83822),c=n(64425),u=n(2162),d=n(99050),p=n(33468),m=n(62402);const __=o.__,g=({contentIsLoaded:e,getSuggestionFromOpenAI:t,retryRequest:n,handleAcceptContent:o,handleTryAgain:g,showRetry:A,contentBefore:h,hasPostTitle:E,wholeContent:f,setUserPrompt:b,recordEvent:v,isGeneratingTitle:C})=>(0,a.createElement)(a.Fragment,null,(0,a.createElement)(r.BlockControls,null,!A&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)(s.ToolbarGroup,null,(0,a.createElement)(p.Ay,{hasContentBefore:!!h?.length,hasContent:!!f?.length,hasPostTitle:E,contentIsLoaded:e,onPromptSelect:e=>{v("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"prompt-template",prompt:e.original}),b(e.translated)},onSuggestionSelect:e=>{v("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"suggestion",suggestion:e}),t(e)}})),(0,a.createElement)(r.BlockControls,{group:"block"},(0,a.createElement)(m.Ay,{value:"neutral",onChange:n=>{v("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"suggestion",suggestion:c.eJ}),t(c.eJ,{tone:n,contentType:e?"generated":null})},disabled:!e&&!f?.length}),(0,a.createElement)(u.Ay,{value:"en",onChange:n=>{v("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"suggestion",suggestion:c.Gm}),t(c.Gm,{language:n,contentType:e?"generated":null})},disabled:!e&&!f?.length}),(0,a.createElement)(d.Ay,{onChange:t,exclude:C?["summarize"]:[],disabled:!e}))),(A||g)&&(0,a.createElement)(s.ToolbarGroup,null,!A&&e&&g&&(0,a.createElement)(s.ToolbarButton,{onClick:g},__("Try Again","jetpack")),A&&e&&(0,a.createElement)(s.ToolbarButton,{icon:i.A,onClick:o},__("Accept","jetpack")),A&&(0,a.createElement)(s.ToolbarButton,{icon:l.A,onClick:n},__("Retry","jetpack")))))},3586:(e,t,n)=>{"use strict";n.d(t,{A:()=>x});var a=n(82170),r=n(96865),s=n(85985),o=n(94715),i=n(74997),l=n(56427),c=n(29491),u=n(47143),d=n(86087),p=n(27723),m=n(13022),g=n(27970),A=n(56199),h=n(58164),E=n(72901),f=n(32249),b=n(23e3),v=n(51698),C=n(4393),k=n(92169),y=n(61297),B=n(44732),w=n(76695),_=n(7503);const __=p.__,I="post"===window?.Jetpack_Editor_Initial_State?.screenBase;function x({attributes:e,setAttributes:t,clientId:n,isSelected:p}){const[x,j]=(0,d.useState)(null),{tracks:S}=(0,s.st)(),{getBlock:Q}=(0,u.useSelect)("core/block-editor"),N=(0,d.useRef)(null),R=(0,d.useRef)(null),{replaceBlocks:T,removeBlock:P}=(0,u.useDispatch)("core/block-editor"),{editPost:L}=(0,u.useDispatch)("core/editor"),{isOverLimit:M,requireUpgrade:D,increaseRequestsCount:F,requestsCount:O,requestsLimit:z,currentTier:U,loading:H,tierPlansEnabled:V}=(0,y.A)(),q=Math.max(z-O,0),{autosaveAndRedirect:G}=(0,k.A)(),$=(0,h.Bd)(U),W=()=>{setTimeout((()=>{N.current?.focus?.()}),100)},Z=()=>{setTimeout((()=>{R.current?.focus?.()}),100)},Y=(0,c.useViewportMatch)("medium","<"),J=(0,d.useRef)(null),{getSuggestionFromOpenAI:K,stopSuggestion:X,showRetry:ee,contentBefore:te,postTitle:ne,retryRequest:ae,wholeContent:re,requestingState:se,error:oe}=(0,C.A)({onSuggestionDone:(0,d.useCallback)((()=>{W(),F()}),[F]),onUnclearPrompt:(0,d.useCallback)((()=>{Z(),F()}),[F]),onModeration:W,attributes:e,clientId:n,content:e.content,tracks:S,userPrompt:e.userPrompt,requireUpgrade:D,initialRequestingState:e.requestingState,contentRef:J,blockRef:R}),ie="requesting"===se,le=["requesting","suggesting"].includes(se),ce=(0,_.x)(),{productPageUrl:ue}=(0,B.A)(),de=(0,w.y)(n);(0,d.useEffect)((()=>{if(!de)return;const e=JSON.parse(localStorage.getItem(de));if(!e)return;const{type:t,options:n}=e;localStorage.removeItem(de),K(t,n)}),[de,K]),(0,d.useEffect)((()=>{oe&&j(!1)}),[oe]),(0,d.useEffect)((()=>{["init","done"].includes(se)&&t({requestingState:se})}),[se,t]);const pe=!!e.content,me="generateTitle"===e.promptType,ge=__("Accept","jetpack"),Ae=__("Accept title","jetpack"),he=me?Ae:ge,Ee=async()=>{let t=[],a=(0,r.Hh)({content:e.content||""});if(a?.split("\n").length>1&&a?.split("\n")?.[0]?.match(/^

    .*<\/h1>$/)&&!ne){const e=a.split("\n"),t=e.shift();a=e.join("\n"),L({title:t.replace(/<[^>]*>/g,"")})}t=(0,i.rawHandler)({HTML:a}),await T(n,t);const s=(e=>{let t=null;return e.forEach((e=>{const n=document.querySelector(`.wp-block[data-block="${e.clientId}"]`);if(!n)return;"true"===n.contentEditable&&(t=n);const a=n.querySelectorAll("[contenteditable=true]");t=a.length?a[a.length-1]:t})),t})(t);s&&(e=>{const t=window.getSelection();t.selectAllChildren(e),t.collapseToEnd(),e.focus()})(s)},fe=()=>{Ee(),S.recordEvent("jetpack_ai_assistant_block_accept",{feature:"ai-assistant"})},be=()=>{I?(L({title:e.content?e.content.trim():""}),P(n),S.recordEvent("jetpack_ai_assistant_block_accept",{feature:"ai-assistant"})):fe()},ve=()=>{X(),W(),S.recordEvent("jetpack_ai_assistant_block_stop",{feature:"ai-assistant"})},Ce=(0,o.useBlockProps)({ref:R,className:(0,m.A)({"is-waiting-response":ie})}),ke=__("Ask Jetpack AI…","jetpack"),ye=__("Write about… Make a table for…","jetpack"),Be=(0,a.createElement)(a.Fragment,null,M&&p&&(0,a.createElement)(b.A,{placement:"ai-assistant-block"}),!ce&&(0,a.createElement)(E.A,null)),we=(0,a.createElement)(a.Fragment,null,oe?.message&&!x&&"error_quota_exceeded"!==oe?.code&&(0,a.createElement)(l.Notice,{status:oe.status,isDismissible:!1,className:"jetpack-ai-assistant__error"},oe.message)),_e=M&&$===h.Ti?(0,a.createElement)(b.Q,{variant:"muted"}):null,Ie=(0,d.useCallback)((e=>{e.preventDefault(),S.recordEvent("jetpack_ai_upgrade_button",{current_tier_slug:U?.slug,requests_count:O,placement:"jetpack_ai_assistant_block"}),G(e)}),[S,U,O,G]);return(0,a.createElement)(l.KeyboardShortcuts,{bindGlobal:!0,shortcuts:{esc:()=>{["requesting","suggesting"].includes(se)&&ve()}}},(0,a.createElement)("div",Ce,pe&&(0,a.createElement)("div",{ref:J,className:"jetpack-ai-assistant__content"},(0,a.createElement)(d.RawHTML,null,(0,r.Hh)({content:e.content||""}))),(0,a.createElement)(o.InspectorControls,null,_e&&(0,a.createElement)("div",{className:"block-editor-block-card",style:{paddingTop:0}},(0,a.createElement)("span",{className:"block-editor-block-icon"}),_e),(0,a.createElement)("div",{className:"block-editor-block-card",style:{paddingTop:0}},(0,a.createElement)("span",{className:"block-editor-block-icon"}),(0,a.createElement)(l.ExternalLink,{href:ue},__("Discover all features","jetpack"))),($===h._X||V&&$!==h.Ti)&&(0,a.createElement)(l.PanelBody,{initialOpen:!0},(0,a.createElement)(l.PanelRow,null,(0,a.createElement)(g.A,{placement:A.k}))),(0,a.createElement)(l.PanelBody,{initialOpen:!0},(0,a.createElement)(l.PanelRow,null,(0,a.createElement)(f.A,null)))),!le&&ce&&!D&&(0,a.createElement)(v.A,{isWaitingState:le,contentIsLoaded:pe,getSuggestionFromOpenAI:K,retryRequest:ae,handleAcceptContent:fe,handleAcceptTitle:be,handleTryAgain:null,showRetry:ee,contentBefore:te,hasPostTitle:!!ne?.length,wholeContent:re,promptType:e.promptType,setUserPrompt:e=>{if(!N?.current)return;N.current.focus(),t({userPrompt:e})},recordEvent:S.recordEvent,isGeneratingTitle:me}),(0,a.createElement)(r.N0,{ref:N,disabled:D||!ce,value:e.userPrompt,placeholder:e?.content?ke:ye,onChange:e=>{j(!0),t({userPrompt:e})},onSend:()=>{((...e)=>{K(...e),Z()})("userPrompt"),S.recordEvent("jetpack_ai_assistant_block_generate",{feature:"ai-assistant"})},onStop:ve,onAccept:()=>{me?be():fe()},onDiscard:()=>{const a=e?.content===Q(n).attributes?.content;t({content:e?.originalContent,promptType:void 0,messages:e?.originalMessages}),Ee(),a?S.recordEvent("jetpack_ai_assistant_block_dismiss"):S.recordEvent("jetpack_ai_assistant_block_discard",{feature:"ai-assistant"})},state:se,isTransparent:D||!ce,showButtonLabels:!Y,showAccept:"init"!==se&&pe&&!le,acceptLabel:he,showGuideLine:pe,showRemove:e?.content?.length>0,banner:Be,error:we,customFooter:q%5!=0&&1!==O||H||$!==h._X?null:(0,a.createElement)(r.AK,{requestsRemaining:q,onUpgradeClick:Ie})})))}},61351:(e,t,n)=>{"use strict";var a=n(94375),r=n(54681),s=n(3586),o=n(13802);n(99800);(0,a.M)(r,{edit:s.A,save:()=>null,transforms:o.Ay})},10603:(e,t,n)=>{"use strict";n.d(t,{mt:()=>o});var a=n(96865),r=n(74997),s=n(47143);class o{renderRules=[];firstUpdate=!0;behavior="dropdown";isChildBlock=!1;feature="ai-assistant";adjustPosition=!0;startOpen=!1;hideOnBlockFocus=!0;constructor(e,t=[]){this.clientId=e,this.renderRules=t}getBlock(){const{getBlock:e}=(0,s.select)("core/block-editor");return e(this.clientId)}getContent(){const e=this.getBlock();return t=(0,r.getBlockContent)(e),(0,a.rh)({content:t});var t}renderContent(e){return function(e,t=[]){return(0,a.Hh)({content:e,rules:t,extension:!0})}(e,this.renderRules)}onSuggestion(e){if(!e)return;const t=this.renderContent(e);this.replaceBlockContent(t)}onDone(e){this.firstUpdate=!0}replaceBlockContent(e){const[t]=(0,r.rawHandler)({HTML:e});if(!t)return;const{updateBlockAttributes:n,replaceInnerBlocks:a,__unstableMarkNextChangeAsNotPersistent:o}=(0,s.dispatch)("core/block-editor");this.firstUpdate?this.firstUpdate=!1:o(),n(this.clientId,t.attributes),o(),a(this.clientId,t.innerBlocks)}}},67607:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(82170),r=n(96865),s=n(85985),o=n(86087),i=n(27723),l=n(13022),c=(n(51609),n(92169)),u=n(61297);const __=i.__,d=(0,l.A)("jetpack-ai-assistant-extension-ai-input","wp-block");function p({className:e,requestingState:t,requestingError:n,inputRef:i,wrapperRef:p,action:m,blockType:g,feature:A,request:h,stopSuggestion:E,close:f,undo:b,tryAgain:v}){const[C,k]=(0,o.useState)(""),[y,B]=(0,o.useState)(__("Ask Jetpack AI to edit…","jetpack")),{checkoutUrl:w}=(0,c.A)(),{tracks:_}=(0,s.st)(),[I,x]=(0,o.useState)(0),[j,S]=(0,o.useState)(!1),{requireUpgrade:Q,requestsCount:N,requestsLimit:R,loading:T,nextTier:P,currentTier:L}=(0,u.A)(),M=(0,o.useMemo)((()=>Q||["requesting","suggesting"].includes(t)),[Q,t]),D=(0,o.useMemo)((()=>Q&&1===L?.value),[Q,L]),F=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_assistant_extension_generate",{block_type:g,feature:A}),h?.(C)}),[g,A,h,_,C]),O=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_assistant_extension_stop",{block_type:g}),E?.()}),[g,E,_]);const z=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_assistant_undo",{block_type:g}),b?.()}),[g,_,b]),U=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_upgrade_button",{current_tier_slug:L?.slug,requests_count:N,placement:"jetpack_ai_assistant_extension"})}),[L?.slug,N,_]),H=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_assistant_try_again",{block_type:g}),v?.()}),[g,_,v]);return(0,o.useEffect)((()=>{["init","done"].includes(t)&&k("")}),[t]),(0,o.useEffect)((()=>{B(m||__("Ask Jetpack AI to edit…","jetpack")),m&&k("")}),[m]),(0,o.useEffect)((()=>{S(!T&&!!P&&0===C.length)}),[T,P,C]),(0,o.useEffect)((()=>{const e=Math.max(R-N,0);x(e)}),[R,N]),(0,a.createElement)(r.FC,{className:(0,l.A)(d,e),placeholder:y,disabled:M,value:C,state:t,showGuideLine:!0,error:n,requestsRemaining:I,showUpgradeMessage:j,showFairUsageMessage:D,upgradeUrl:w,onChange:k,onSend:F,onStop:O,onClose:function(){f?.()},onUndo:z,onUpgrade:U,onTryAgain:H,wrapperRef:p,ref:i})}},31124:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(82170),r=n(96865),s=n(85985),o=n(56427),i=n(86087),l=n(27723),c=n(52068),u=n(76695),d=n(2612);const __=l.__;function p({blockType:e,onClose:t,onAskAiAssistant:n,onRequestSuggestion:r}){const{canTransformToAIAssistant:s,transformToAIAssistant:o,getSelectedBlockClientIds:l}=(0,u.A)(),d=(0,i.useCallback)((a=>{const i=l(),[c]=i;i.length<2||!s({clientId:c,blockName:e})?(a?r?.(a.promptType,a.options,a.humanText):n?.(),t?.()):o({request:a})}),[e,s,l,n,t,r,o]);return(0,a.createElement)(c.Ay,{blockType:e,onRequestSuggestion:(e,t,n)=>{d({promptType:e,options:t,humanText:n})},onAskAiAssistant:async()=>{d()},disabled:!1})}function m({behavior:e,blockType:t,label:n=__("AI Assistant","jetpack"),onAskAiAssistant:l,onRequestSuggestion:c}){const{tracks:u}=(0,s.st)(),m=(0,i.useContext)(d.B),g=(0,i.useCallback)((e=>{e&&u.recordEvent("jetpack_ai_assistant_extension_toolbar_menu_show",{block_type:t})}),[t,u]),A=(0,i.useCallback)((()=>{u.recordEvent("jetpack_editor_ai_assistant_extension_toolbar_prompt_show",{block_type:t}),l?.()}),[t,l,u]),h=(0,i.useCallback)(((e,n,a)=>{u.recordEvent("jetpack_editor_ai_assistant_extension_toolbar_button_click",{suggestion:e,block_type:t}),c?.(e,n,a)}),[t,c,u]);return(0,a.createElement)(o.Dropdown,{popoverProps:{variant:"toolbar"},renderToggle:({isOpen:t,onToggle:s})=>(0,a.createElement)(o.ToolbarButton,{className:"jetpack-ai-assistant__button",showTooltip:!0,onClick:()=>{if("function"!=typeof e)switch(e){case"action":A();break;case"dropdown":s()}else e({onToggle:s,onAskAiAssistant:l,context:m})},"aria-haspopup":"true","aria-expanded":t,label:n,icon:r.cj}),onToggle:g,renderContent:({onClose:e})=>(0,a.createElement)(p,{onClose:e,blockType:t,onAskAiAssistant:A,onRequestSuggestion:h})})}},95396:(e,t,n)=>{"use strict";n.d(t,{L:()=>r,l:()=>a});const a=["jetpack/field-name","jetpack/field-email","jetpack/field-text","jetpack/field-textarea","jetpack/field-checkbox","jetpack/field-date","jetpack/field-telephone","jetpack/field-url","jetpack/field-checkbox-multiple","jetpack/field-radio","jetpack/field-select","jetpack/field-consent","jetpack/button"],r=["core/heading","core/paragraph","core/list-item","core/list","jetpack/contact-form",...a]},2612:(e,t,n)=>{"use strict";n.d(t,{B:()=>A,Q:()=>h});var a=n(86087),r=n(10067),s=n.n(r),o=n(10603),i=n(95396),l=n(42160),c=n(47007),u=n(75430),d=n(24310),p=n(63904);const m=s()("jetpack-ai-assistant:extensions:get-block-handler"),g={"core/heading":l.T,"core/paragraph":p.d,"core/list-item":d.g,"core/list":u.b,"jetpack/contact-form":c.p,...i.l.reduce(((e,t)=>({...e,[t]:c.g})),{})},A=(0,a.createContext)({});function h(e,t){let n=g[e];n||(m(`No handler found for block type: ${e}. Using default handler.`),n=o.mt);const a=new n(t);return{onSuggestion:a.onSuggestion.bind(a),onDone:a.onDone.bind(a),getContent:a.getContent.bind(a),behavior:a.behavior,isChildBlock:a.isChildBlock,feature:a.feature,adjustPosition:a.adjustPosition,startOpen:a.startOpen,hideOnBlockFocus:a.hideOnBlockFocus}}},42160:(e,t,n)=>{"use strict";n.d(t,{T:()=>r});var a=n(10603);class r extends a.mt{constructor(e){super(e,[])}onSuggestion(e){const t=this.getBlock();if(e.startsWith("#")||(e=`${"#".repeat(t?.attributes?.level||1)} ${e}`),e.match(/^#*\s*$/))return;const n=this.renderContent(e);this.replaceBlockContent(n)}}},14602:(e,t,n)=>{"use strict";n.d(t,{g:()=>s});var a=n(47143),r=n(10603);class s extends r.mt{jetpackFormBlockName="jetpack/contact-form";constructor(e){super(e,[]),this.behavior=this.handleBehavior,this.isChildBlock=!0,this.hideOnBlockFocus=!1}handleBehavior=({context:e})=>{const t=(0,a.dispatch)("core/block-editor"),{getBlockParentsByBlockName:n}=(0,a.select)("core/block-editor"),r=n(this.clientId,this.jetpackFormBlockName)?.[0];t.selectBlock(r),e?.[this.jetpackFormBlockName]?.handleAskAiAssistant?.()}}},47007:(e,t,n)=>{"use strict";n.d(t,{g:()=>c.g,p:()=>u});var a=n(74997),r=n(47143),s=n(27723),o=n(62514),i=n(96568),l=n(10603),c=n(14602);const __=s.__;class u extends l.mt{currentListOfValidBlocks=[];constructor(e){super(e,[]),this.behavior="action",this.feature="jetpack-form-ai-extension",this.adjustPosition=!1,this.startOpen=!0,this.hideOnBlockFocus=!1}setContent(e,t=!1){const{replaceInnerBlocks:n}=(0,r.dispatch)("core/block-editor"),s=e.replace(//g,""),l=(0,i.d)(s),c=(0,a.parse)(l).filter((e=>e.isValid&&!["core/freeform","core/missing","core/html"].includes(e.name)));let u=!1;if(c.length0){const e=c[c.length-1],t=this.currentListOfValidBlocks[c.length-1];u=!(0,o.w)(e,t)}if(c.length>0&&(c.length!==this.currentListOfValidBlocks.length||u)&&(n(this.clientId,c),this.currentListOfValidBlocks=c),t){const e=c.filter((e=>"jetpack/button"===e.name));if(this.currentListOfValidBlocks=this.currentListOfValidBlocks||[],e.length>1){let t=0;this.currentListOfValidBlocks=this.currentListOfValidBlocks.filter((n=>"jetpack/button"!==n.name||(t++,t===e.length))),n(this.clientId,this.currentListOfValidBlocks)}else 0===e.length&&n(this.clientId,[...this.currentListOfValidBlocks,(0,a.createBlock)("jetpack/button",{label:__("Submit","jetpack"),element:"button",text:__("Submit","jetpack"),borderRadius:8,lock:{remove:!0}})]);this.currentListOfValidBlocks=[]}}getContent(){const e=this.getBlock();if(!e)return"";const{innerBlocks:t}=e;return t?.length?t.reduce(((e,t)=>e+(0,a.serialize)(t)+"\n\n"),""):""}onSuggestion(e){this.setContent(e)}onDone(e){this.setContent(e,!0)}}},10821:(e,t,n)=>{"use strict";n.d(t,{Bi:()=>i});var a=n(74997),r=n(47143),s=n(7503);const o=(0,n(48499).C)("ai-assistant-support");function i(){if(!(0,a.getBlockType)("jetpack/ai-assistant"))return!1;if(!o)return!1;if(!(0,s.x)())return!1;const{errorCode:e}=(0,r.select)("wordpress-com/plans")?.getAiAssistantFeature?.()||{};if(e)return!1;const{getHiddenBlockTypes:t}=(0,r.select)("core/edit-post")||{};return!(t?.()||[]).includes("jetpack/ai-assistant")}},91184:(e,t,n)=>{"use strict";n.d(t,{Y:()=>s});var a=n(95396),r=n(10821);function s(e){return!!(0,r.Bi)()&&!!a.L.includes(e)}},24310:(e,t,n)=>{"use strict";n.d(t,{g:()=>r});var a=n(10603);class r extends a.mt{constructor(e){super(e,["listItem"]),this.isChildBlock=!0}}},75430:(e,t,n)=>{"use strict";n.d(t,{b:()=>r});var a=n(10603);class r extends a.mt{constructor(e){super(e,["list"])}}},63904:(e,t,n)=>{"use strict";n.d(t,{d:()=>i});var a=n(96865),r=n(74997),s=n(10603);const o=new a.OO({fixes:["paragraph"]});class i extends s.mt{constructor(e){super(e,["paragraph"])}getContent(){const e=this.getBlock();return t=(0,r.getBlockContent)(e),o.render({content:t});var t}}},99800:(e,t,n)=>{"use strict";var a=n(82170),r=n(96865),s=n(94715),o=n(29491),i=n(47143),l=n(86087),c=n(52619),u=n(13022),d=n(10067),p=n.n(d),m=(n(51609),n(61297)),g=n(32735),A=n(4e4),h=n(67607),E=n(31124),f=n(2612),b=n(91184);const v=p()("jetpack-ai-assistant:extensions:with-ai-extension"),C={"core/heading":"heading","core/paragraph":"paragraph","core/list-item":"list-item","core/list":"list","jetpack/contact-form":"form-ai"},k={group:"block"},y=(0,o.createHigherOrderComponent)((e=>t=>{const{clientId:n,isSelected:o,name:c,isSelectionEnabled:d}=t,p=(0,l.useRef)(null),b=(0,l.useRef)(0),y=(0,l.useRef)(null),B=(0,l.useRef)(""),w=(0,l.useRef)(null),_=(0,l.useRef)(document),I=(0,l.useRef)([]),[x,j]=(0,l.useState)(""),S=(0,l.useRef)(null),Q=(0,l.useRef)(null),{undo:N}=(0,i.useDispatch)("core/editor"),{postId:R}=(0,i.useSelect)((e=>{const{getCurrentPostId:t}=e("core/editor");return{postId:t()}}),[]),{id:T,className:P}=(0,s.useBlockProps)({className:(0,u.A)({[c?.replace?.("/","-")]:!0})}),{increaseRequestsCount:L,dequeueAsyncRequest:M,requireUpgrade:D}=(0,m.A)(),{snapToBottom:F,enableAutoScroll:O,disableAutoScroll:z}=(0,g.A)({current:_?.current?.getElementById(T)},void 0,!0),U=(0,l.useCallback)((()=>{w.current?.focus()}),[]),{onSuggestion:H,onDone:V,getContent:q,behavior:G,isChildBlock:$,feature:W,adjustPosition:Z,startOpen:Y,hideOnBlockFocus:J}=(0,l.useMemo)((()=>(0,f.Q)(c,n)),[c,n]),[K,X]=(0,l.useState)(Y),ee=(0,l.useCallback)((()=>{X((e=>!e))}),[]),te=(0,l.useCallback)((({promptType:e,options:t})=>{const n=q(),a=C[c];return[...I.current,{role:"jetpack-ai",context:{type:(0,A.p$)(e,a),content:n,request:t?.userPrompt,tone:t?.tone,language:t?.language,is_follow_up:I.current.length>0}}]}),[c,q]),ne=(0,l.useCallback)((e=>{const t=e||_.current.getElementById(T);t&&p.current&&t.style.setProperty("padding-bottom",`calc(${b.current+16}px + ${B.current||"0px"} )`,"important")}),[T]),ae=(0,l.useCallback)((e=>{H(e),Z&&ne(),F()}),[H,Z,F,ne]),re=(0,l.useCallback)((e=>{if(z(),V(e),L(),j(""),S.current?.message){const e={role:"assistant",content:q()};if(I.current.push(S.current.message,e),I.current.length>20){I.current.splice(0,I.current.length-20);const e=I.current.findIndex((e=>"jetpack-ai"===e.role));-1!==e&&(I.current=I.current.slice(e),I.current[0].context={...I.current[0].context,is_follow_up:!1})}}S.current=null,setTimeout((()=>{Z&&ne(),U()}),100)}),[z,V,L,q,Z,U,ne]),se=(0,l.useCallback)((e=>{z(),j(""),v("Request error",e),e.code!==r.mA&&e.code!==r.Or&&L()}),[z,L]),{request:oe,stopSuggestion:ie,requestingState:le,error:ce,reset:ue}=(0,r.XE)({onSuggestion:ae,onDone:re,onError:se,askQuestionOptions:{postId:R,feature:W}});(0,l.useEffect)((()=>{Q.current=le}),[le]);const de=(0,l.useCallback)(((e,t,n)=>{if(X(!0),D)return;n&&j(n);const a=te({promptType:e,options:t});v("Request suggestion",e,t);const r=a[a.length-1];S.current={promptType:e,options:t,humanText:n,message:r},M(),O(),oe(a)}),[M,O,te,oe,D]),pe=(0,l.useCallback)((e=>{const t={userPrompt:e};O(),de("userPrompt",t)}),[O,de]),me=(0,l.useCallback)((()=>{z(),ie(),U()}),[z,ie,U]),ge=(0,l.useCallback)((()=>{S.current&&de(S.current.promptType,S.current.options,S.current.humanText)}),[S,de]),Ae=(0,l.useCallback)((()=>{X(!1),ue(),j(""),S.current=null,I.current=[]}),[ue]),he=(0,l.useCallback)((async()=>{await N(),Ae()}),[N,Ae]);(0,l.useEffect)((()=>{o||Ae()}),[o,Ae]),(0,l.useEffect)((()=>{w.current&&d&&(_.current=w.current.ownerDocument,U())}),[K,U,d]),(0,l.useEffect)((()=>{let e=_.current.getElementById(T);if(e&&Z)return K&&!y.current&&p.current?(B.current=e.style.paddingBottom,y.current=new ResizeObserver((([t])=>{if(e=_.current.getElementById(T),b.current=t.contentRect.height,e&&p.current&&b.current>0){ne(e);const{marginBottom:t}=getComputedStyle(e),n=parseFloat(t);p.current.style.setProperty("margin-top",`-${b.current+n}px`,"important"),p.current.style.setProperty("margin-bottom",`${n+16}px`,"important")}})),y.current.observe(p.current)):y.current&&(e.style.paddingBottom=B.current,y.current.disconnect(),y.current=null,b.current=0),()=>{y.current&&y.current.disconnect()}}),[ne,Z,n,y,T,K]),(0,l.useEffect)((()=>{if(J&&K){const e=_.current.getElementById(T),t=()=>{["requesting","suggesting"].includes(Q.current)||(X(!1),e?.removeEventListener("focusin",t))};return e?.addEventListener("focusin",t),()=>{e?.removeEventListener("focusin",t)}}}),[J,K,T]);const Ee=(0,a.createElement)(a.Fragment,null,(0,a.createElement)(e,t),K&&(0,a.createElement)(h.A,{className:P,requestingState:le,requestingError:ce,wrapperRef:p,inputRef:w,action:x,blockType:c,feature:W,request:pe,stopSuggestion:me,close:Ae,undo:he,tryAgain:ge}),(0,a.createElement)(s.BlockControls,k,(0,a.createElement)(E.A,{blockType:c,onAskAiAssistant:ee,onRequestSuggestion:de,behavior:G})));if($)return Ee;const fe={value:{[c]:{handleAskAiAssistant:ee,handleRequestSuggestion:de}}};return(0,a.createElement)(f.B.Provider,fe,Ee)}),"blockEditWithAiComponents");(0,c.addFilter)("blocks.registerBlockType","jetpack/ai-assistant-support/with-ai-extension",(function(e,t){return(0,b.Y)(t)?{...e,edit:y(e.edit),supports:{...e.supports,"jetpack/ai":{assistant:!0}}}:e}),100)},4393:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(96865),r=n(47143),s=n(86087),o=n(10067),i=n.n(o),l=n(62402),c=n(64425),u=n(16597),d=n(32735);const p=i()("jetpack-ai-assistant:error"),m=({attributes:e,clientId:t,content:n,tracks:o,userPrompt:i,onSuggestionDone:m,onUnclearPrompt:g,onModeration:A,requireUpgrade:h,initialRequestingState:E,contentRef:f,blockRef:b})=>{const[v,C]=(0,s.useState)(!1),[k,y]=(0,s.useState)(""),{updateBlockAttributes:B}=(0,r.useDispatch)("core/block-editor"),{dequeueAiAssistantFeatureAsyncRequest:w,setAiAssistantFeatureRequireUpgrade:_}=(0,r.useDispatch)("wordpress-com/plans"),{snapToBottom:I,enableAutoScroll:x,disableAutoScroll:j}=(0,d.A)(b,f),S=(0,r.useSelect)((e=>e("core/editor").getEditedPostAttribute("title"))),Q=(0,r.useSelect)((e=>e("core/editor").getCurrentPostId())),N=(0,s.useRef)([]),R=(0,s.useRef)(void 0),{request:T,stopSuggestion:P,handleErrorQuotaExceededError:L,requestingState:M,error:D}=(0,a.XE)({onSuggestion:e=>{B(t,{content:e?.replaceAll(c.uV,"")}),I()},onDone:e=>{const n=e.replaceAll(c.uV,""),a={role:"assistant",content:n};N.current.push(R.current,a),N.current.length>20&&N.current.splice(0,N.current.length-20),B(t,{content:n,messages:N.current}),I(),j(),m?.()},onStop:()=>{I(),j(),m?.()},onError:e=>{switch(e?.code){case a.cT:C(!1);break;case a.ud:C(!1),A?.();break;case a.mA:case a.AZ:C(!0);break;case a.Or:C(!1),_(!0);break;case a.L9:g?.()}},onAllErrors:e=>{p(e)},initialRequestingState:E,askQuestionOptions:{postId:Q,feature:"ai-assistant",functions:{}}}),F=["requesting","suggesting"].includes(M),O=async(a,r={})=>{if(w(),h)return L(),void C(!1);if(r={retryRequest:!1,tone:l.US,...r},F)return;C(!1);let s=k;if(o.recordEvent("jetpack_ai_chat_completion",{post_id:Q}),N.current=[...e.messages]??[],R.current={},r.retryRequest)R.current=s[s.length-1];else{const o=e?.isLayoutBuldingModeEnable?(0,u.rJ)(t):(0,u.aB)();s=(0,c.jf)({generatedContent:n,allPostContent:o,postContentAbove:(0,u.b$)(t),currentPostTitle:S,options:r,userPrompt:r?.userPrompt||i,type:a,isGeneratingTitle:"generateTitle"===e.promptType}),R.current=s.pop(),s=[...s,...N.current],s.push(R.current),y(s),"generateTitle"!==e.promptType&&B(t,{promptType:a})}try{x(),await T(s)}catch(e){p(e),C(!0),j()}};return{setShowRetry:C,showRetry:v,postTitle:S,contentBefore:(0,u.b$)(t),wholeContent:(0,u.aB)(),requestingState:M,error:D,getSuggestionFromOpenAI:O,stopSuggestion:P,retryRequest:()=>O("",{retryRequest:!0})}}},92169:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(3924),r=n(85985),s=n(10617),o=n(61297);const i=()=>{const e=new URLSearchParams(window.location.search),t=(0,r.GE)();return(0,r.Sy)()&&e.has("post")?`https://wordpress.com/post/${t}/${e.get("post")}`:`https://wordpress.com/home/${t}`};function l(){const{nextTier:e,tierPlansEnabled:t}=(0,o.A)(),n=i(),l=t?(0,a.A)("jetpack-ai-yearly-tier-upgrade-nudge",{site:(0,r.GE)(),path:`jetpack_ai_yearly:-q-${e?.limit}`,query:`redirect_to=${encodeURIComponent(n)}`}):(0,a.A)("jetpack-ai-monthly-plan-ai-assistant-block-banner",{site:(0,r.GE)()}),c=(0,r.d9)()||(0,r.Sy)()?l:`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?redirect_to_referrer=1&page=my-jetpack#/add-jetpack-ai`,{autosaveAndRedirect:u,isRedirecting:d}=(0,s.A)(c);return{checkoutUrl:c,autosaveAndRedirect:u,isRedirecting:d}}},61297:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(47143),r=n(58164);function s(){const{data:e,loading:t,requestsLimit:n,requestsCount:s}=(0,a.useSelect)((e=>{const{getAiAssistantFeature:t,getIsRequestingAiAssistantFeature:n}=e("wordpress-com/plans"),a=t(),{currentTier:s,usagePeriod:o,requestsCount:i,requestsLimit:l}=a,c=(0,r.Bd)(s),u=s?.limit||l,d=c===r._X?i:o?.requestsCount,p=c===r._X?l:u;return{data:a,loading:n(),requestsCount:d,requestsLimit:p}}),[]),{fetchAiAssistantFeature:o,increaseAiAssistantRequestsCount:i,dequeueAiAssistantFeatureAsyncRequest:l}=(0,a.useDispatch)("wordpress-com/plans");return{...e,requestsCount:s,requestsLimit:n,loading:t,error:null,refresh:o,increaseRequestsCount:i,dequeueAsyncRequest:l}}},44732:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(3924),r=n(85985),s=n(10617);function o(){const e=(0,r.$i)()?.jetpack?.is_my_jetpack_available,t=e?`${(0,r.$i)()?.adminUrl||""}admin.php?page=my-jetpack#/jetpack-ai`:(0,a.A)("org-ai"),{autosaveAndRedirect:n,isRedirecting:o}=(0,s.A)(t);return{productPageUrl:t,autosaveAndRedirect:n,isRedirecting:o,isMyJetpackAvailable:e}}},75956:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(90372),r=n(86087);const s=window?.Jetpack_Editor_Initial_State?.tracksUserData||null,o=parseInt(window?.Jetpack_Editor_Initial_State?.wpcomBlogId)||0,i=()=>((0,r.useEffect)((()=>{s&&a.A.initialize(s?.userid,s?.username,o?{blog_id:o}:{})}),[]),a.A)},32735:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(86087),r=n(10067);const s=n.n(r)()("jetpack-ai-assistant:use-auto-scroll"),o=(e,t,n=!1)=>{const r=(0,a.useRef)(null),o=(0,a.useRef)(null),i=(0,a.useRef)(!1),l=(0,a.useRef)(!1),c=(0,a.useRef)(!1),u=(0,a.useRef)(!1),d=(0,a.useRef)({scrollPadding:"",scrollMargin:""}),p=(0,a.useCallback)((()=>{s("enabling ignore scroll"),l.current=!0}),[]),m=(0,a.useCallback)((()=>{i.current&&c.current&&!l.current&&p()}),[p]),g=(0,a.useCallback)((()=>{i.current=!0,l.current=!1,c.current=!1,u.current=!1,r.current?.addEventListener("scroll",m),s("enabling auto scroll")}),[m]),A=(0,a.useCallback)((()=>{i.current=!1,l.current=!1,c.current=!1,u.current=!1,r.current?.removeEventListener("scroll",m),o.current?.style&&(o.current.style.scrollPadding=d.current.scrollPadding,o.current.style.scrollMargin=d.current.scrollMargin),r.current=null,s("disabling auto scroll")}),[m]),h=(0,a.useCallback)((()=>{if(!i.current||l.current)return;const a=n?e?.current:t?.current?.firstElementChild?.lastElementChild;a&&!u.current&&(c.current=!0,u.current=!0,r?.current?.removeEventListener?.("scroll",m),a?.scrollIntoView({block:"end",inline:"end"}),setTimeout((()=>{u.current=!1,r?.current?.addEventListener?.("scroll",m)}),200))}),[e,t,n,m]),E=(0,a.useCallback)((e=>{if(null==e)return null;if("BODY"===e?.nodeName)return e;if(e?.ownerDocument!==document)return e.ownerDocument;const{overflow:t}=window.getComputedStyle(e);return t.split(" ").every((e=>"auto"===e||"scroll"===e))?e:e?.parentElement?E(e?.parentElement):e}),[]);return(0,a.useEffect)((()=>{const t=E(e?.current?.parentElement);!r.current&&t&&(r.current=t,o.current=t instanceof HTMLElement?t:t.documentElement,d.current={scrollPadding:o.current.style.scrollPadding,scrollMargin:o.current.style.scrollMargin},i.current&&(o.current.style.scrollPadding="80px",o.current.style.scrollMargin="10px"))}),[e,E]),{snapToBottom:h,enableAutoScroll:g,disableAutoScroll:A}}},76695:(e,t,n)=>{"use strict";n.d(t,{A:()=>c,y:()=>l});var a=n(85985),r=n(47143),s=n(51609),o=n(16597),i=n(13802);function l(e){return`ai-assistant-block-${e}`}const c=()=>{const{replaceBlock:e,removeBlocks:t}=(0,r.useDispatch)("core/block-editor"),n=(0,r.useSelect)((e=>e("core/block-editor")),[]),{getSelectedBlockClientIds:c,getBlocksByClientId:u,getBlock:d,getBlockParents:p}=n,{tracks:m}=(0,a.st)();return{canTransformToAIAssistant:(0,s.useCallback)((({clientId:e,blockName:t})=>{if(!d(e))return!1;if(!i.y7.includes(t))return!1;const n=p(e);if(0===n.length)return!0;const a=d(n[n.length-1]);return!["core/list","core/list-item"].includes(a.name)}),[d,p]),transformToAIAssistant:(0,s.useCallback)((({request:n}={})=>{const a=c(),r=u(a),s=(0,o.Sb)(r),[d]=r,[p,...g]=a,A={...d?.attributes||{},content:s},h=(0,i.rr)(d.name,A);if(n?.promptType){m.recordEvent("jetpack_editor_ai_assistant_extension_toolbar_button_click",{suggestion:n.promptType,block_type:d.name});const e={clientId:p,type:n.promptType,options:{...n.options,contentType:"generated",fromExtension:!0}};localStorage.setItem(l(h.clientId),JSON.stringify(e))}else m.recordEvent("jetpack_ai_assistant_prompt_show",{block_type:d.name});e(p,h),t(g)}),[u,c,t,e,m]),getSelectedBlockClientIds:c}}},7503:(e,t,n)=>{"use strict";n.d(t,{C:()=>d,x:()=>u});var a=n(85985),r=n(10067),s=n.n(r);const o=window?.JP_CONNECTION_INITIAL_STATE,i=s()("jetpack-ai-assistant:connection");let l=!1;const c=e=>{l||(i(e),l=!0)};function u(){return(0,a.Sy)()?(c("Simple site connected ✅"),!0):(0,a.d9)()?(c("Atomic site connected ✅"),!0):o?.connectionStatus?.isUserConnected?(c("Jetpack user is connected ✅"),!0):(c("User is not connected ❌"),!1)}function d(){if((0,a.Sy)())return!0;return!1==!(o?.userConnectionData?.currentUser?.permissions??{}).manage_options}},4e4:(e,t,n)=>{"use strict";n.d(t,{J1:()=>i,K6:()=>l,p$:()=>u});var a=n(64425);const r="title",s="content",o=null;function i(e){return{role:"jetpack-ai",context:{type:"ai-assistant-initial-prompt",for:u(e)}}}function l({generatedContent:e,allPostContent:t,postContentAbove:n,currentPostTitle:r,options:s,type:o,userPrompt:i,isGeneratingTitle:l}){const u=[],d="generated"===s?.contentType;let p=null;switch(o){case a.im:p=r;break;case a.sn:case a.A4:case a.yy:p=n;break;case a.vE:p=t;break;case a.br:case a.fD:p=e;break;case a.eJ:case a.UA:case a.Gm:p=d?e:t;break;case a.pE:p=e||t}const m=function(e,t){return!e&&t&&t.length>0?{role:"jetpack-ai",context:{type:"ai-assistant-relevant-content",content:t}}:null}(o===a.pE?!!e?.length:d,p);return m&&u.push(m),u.push({role:"jetpack-ai",context:c({generatedContent:e,allPostContent:t,postContentAbove:n,currentPostTitle:r,options:s,type:o,userPrompt:i,isGeneratingTitle:l})}),u}function c({options:e,type:t,userPrompt:n,isGeneratingTitle:i}){const l=function(e,t,n){return e?r:!t||n?s:o}(i,"generated"===e?.contentType,e?.fromExtension||!1);return{type:u(t),...l?{subject:l}:{},...t===a.eJ&&e?.tone?{tone:e.tone}:{},...t===a.Gm&&e?.language?{language:e.language}:{},...t===a.pE&&n?{request:n}:{}}}function u(e,t){const n={[a.im]:"ai-assistant-summary-by-title",[a.sn]:"ai-assistant-continue-writing",[a.A4]:"ai-assistant-simplify",[a.yy]:"ai-assistant-correct-spelling",[a.vE]:"ai-assistant-generate-title",[a.br]:"ai-assistant-make-longer",[a.fD]:"ai-assistant-make-shorter",[a.eJ]:"ai-assistant-change-tone",[a.UA]:"ai-assistant-summarize",[a.Gm]:"ai-assistant-change-language",[a.pE]:"ai-assistant-user-prompt"};return"form-ai"===t?"form-ai-extension":t?`${n[e]}-${t}-extension`:n[e]}},64425:(e,t,n)=>{"use strict";n.d(t,{A4:()=>o,Gm:()=>m,UA:()=>p,br:()=>c,eJ:()=>d,fD:()=>u,im:()=>r,jf:()=>h,pE:()=>g,sn:()=>s,uV:()=>A,vE:()=>l,yy:()=>i});var a=n(4e4);const r="titleSummary",s="continue",o="simplify",i="correctSpelling",l="generateTitle",c="makeLonger",u="makeShorter",d="changeTone",p="summarize",m="changeLanguage",g="userPrompt",A="````";function h({generatedContent:e,allPostContent:t,postContentAbove:n,currentPostTitle:r,options:s,type:o,userPrompt:i,isGeneratingTitle:l}){return[(0,a.J1)(o),...(0,a.K6)({generatedContent:e,allPostContent:t,postContentAbove:n,currentPostTitle:r,options:s,type:o,userPrompt:i,isGeneratingTitle:l})]}},16597:(e,t,n)=>{"use strict";n.d(t,{Sb:()=>l,aB:()=>i,b$:()=>o,rJ:()=>c});var a=n(96865),r=n(74997),s=n(47143);function o(e){if(!e)return"";const t=(0,s.select)("core/block-editor"),n=t.getBlockIndex(e),o=t.getBlocks().slice(0,n)??[];return o?.length?(0,a.rh)({content:(0,r.serialize)(o)}):""}function i(){const e=(0,s.select)("core/block-editor").getBlocks();return e?.length?(0,a.rh)({content:(0,r.serialize)(e)}):""}function l(e){return e.filter((e=>null!=e)).map((e=>(0,r.getBlockContent)(e))).join("\n\n")}function c(e){const t=(0,s.select)("core/block-editor").getBlock(e);return t?.innerBlocks?.length?l(t.innerBlocks):""}},47264:(e,t,n)=>{"use strict";function a(e){return e&&"string"==typeof e?e.charAt(0).toUpperCase()+e.slice(1):""}n.d(t,{Z:()=>a})},62514:(e,t,n)=>{"use strict";n.d(t,{w:()=>s});const a=e=>{delete e.clientId;for(const t of e.innerBlocks??[])a(t);return e},r=e=>a((e=>JSON.parse(JSON.stringify(e)))(e));function s(e,t){const n=r(e),a=r(t);return JSON.stringify(n)===JSON.stringify(a)}},96568:(e,t,n)=>{"use strict";function a(e){const t=document.createElement("div");return t.innerHTML=e,t.innerHTML}n.d(t,{d:()=>a})},48499:(e,t,n)=>{"use strict";function a(e){return!0===window?.Jetpack_Editor_Initial_State?.available_blocks?.[e]?.available}n.d(t,{C:()=>a})},13802:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c,rr:()=>l,y7:()=>o});var a=n(96865),r=n(74997),s=n(54681);const o=["core/heading","core/paragraph","core/list"],i=[];function l(e,t){const{content:n,...o}=t;let i=n;"core/heading"===e&&t?.level&&(i=i.replace(/<(\/?)h\d([^>]*)>/g,`<$1h${t.level}$2>`));const l=(0,a.rh)({content:i}),c=[];return c.push({role:"jetpack-ai",context:{type:"ai-assistant-relevant-content",content:l}}),(0,r.createBlock)(s.name,{...o,content:l,originalContent:l,messages:c,originalMessages:c})}for(const e of o)i.push({type:"block",blocks:[e],isMatch:()=>o.includes(e),transform:(t,n)=>{const a=(0,r.getSaveContent)(e,t,n);return l(e,{...t,content:a})}});const c={from:i}},86712:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(27723),s=n(56333),o=n(10617);const __=r.__,i=()=>{const e=`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?page=my-jetpack#/connection`,{autosaveAndRedirect:t,isRedirecting:n}=(0,o.A)(e);if(window?.Jetpack_Editor_Initial_State?.jetpack?.is_current_user_connected)return null;return(0,a.createElement)(s.c,{buttonText:__("Reconnect Jetpack","jetpack"),checkoutUrl:e,className:"jetpack-ai-connect-banner",description:__("Your account is not connected to Jetpack at the moment.","jetpack"),goToCheckoutPage:e=>{t(e)},isRedirecting:n,visible:!0,align:null,title:null,context:null})}},36920:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(27723),s=n(56333),o=n(10617);const __=r.__,i=()=>{let e=window?.Jetpack_Editor_Initial_State?.adminUrl||"";e=e.replace(/wp-admin\/\?frame-nonce=[a-z0-9]+/,"wp-admin/");const t=`${e}admin.php?page=jetpack-search`,{autosaveAndRedirect:n,isRedirecting:r}=(0,o.A)(t);if(window?.Jetpack_AIChatBlock?.jetpackSettings?.instant_search_enabled)return null;return(0,a.createElement)(s.c,{buttonText:__("Enable Jetpack Search","jetpack"),checkoutUrl:t,className:"jetpack-ai-connect-banner",description:__("You need to enable Jetpack Search so that Jetpack AI can index your site.","jetpack"),goToCheckoutPage:e=>{n(e)},isRedirecting:r,visible:!0,align:null,title:null,context:null})}},50443:(e,t,n)=>{"use strict";n.d(t,{G:()=>s,W:()=>r});var a=n(27723);const __=a.__,r=__("Ask","jetpack"),s=__("Ask a question about this site","jetpack")},51686:(e,t,n)=>{"use strict";n.d(t,{z:()=>c});var a=n(82170),r=n(94715),s=n(56427),o=n(3582),i=n(27723),l=n(50443);const __=i.__;function c({setAttributes:e,placeholder:t,showCopy:n,showFeedback:i,showSources:c}){const[u,d]=(0,o.useEntityProp)("root","site","jetpack_search_ai_prompt_override");return(0,a.createElement)(a.Fragment,null,(0,a.createElement)(r.InspectorControls,null,(0,a.createElement)(s.PanelBody,{title:__("Settings","jetpack"),initialOpen:!1},(0,a.createElement)(s.BaseControl,{label:__("Placeholder Text","jetpack"),className:"jetpack-ai-chat__ask-button-text"},(0,a.createElement)(s.TextControl,{placeholder:l.G,onChange:t=>e({placeholder:t}),value:t})))),(0,a.createElement)(r.InspectorAdvancedControls,null,(0,a.createElement)(s.BaseControl,{label:__("Additional instructions","jetpack"),help:__("Give Jetpack AI additional instructions for answer length, format, and tone.","jetpack")},(0,a.createElement)(s.TextareaControl,{value:u,onChange:d})),(0,a.createElement)(s.ToggleControl,{label:__("Show copy answer button.","jetpack"),help:__("Allow users to easily copy the answer.","jetpack"),checked:n,onChange:t=>e({showCopy:t})}),(0,a.createElement)(s.ToggleControl,{label:__("Show rating button.","jetpack"),help:__("Allow users to rate the answer and give feedback.","jetpack"),checked:i,onChange:t=>e({showFeedback:t})}),(0,a.createElement)(s.ToggleControl,{label:__("Show list of sources.","jetpack"),help:__("Show used sources at the bottom of the answer.","jetpack"),checked:c,onChange:t=>e({showSources:t})})))}},32908:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(82170),r=n(96865),s=n(94715),o=n(56427),i=n(47143),l=n(86712),c=n(36920),u=n(50443),d=n(51686);function p({attributes:e,setAttributes:t,clientId:n}){const{askButtonLabel:p=u.W,placeholder:m=u.G,showCopy:g,showFeedback:A,showSources:h}=e,E=(0,s.useBlockProps)(),f=(0,i.useSelect)((e=>e("core/block-editor").isBlockSelected(n)),[n]);return(0,a.createElement)("div",E,(0,a.createElement)(l.A,null),(0,a.createElement)(c.A,null),(0,a.createElement)("div",{className:"jetpack-ai-chat-question-wrapper"},(0,a.createElement)(o.TextControl,{className:"jetpack-ai-chat-question-input",placeholder:m,disabled:!0}),(0,a.createElement)(s.RichText,{className:"wp-block-button__link jetpack-ai-chat-question-button",onChange:e=>t({askButtonLabel:e}),value:p,withoutInteractiveFormatting:!0,allowedFormats:["core/bold","core/italic","core/strikethrough"]})),f&&(0,a.createElement)(r.Yj,null),(0,a.createElement)(s.InspectorControls,null,(0,a.createElement)(d.z,{askButtonLabel:p,placeholder:m,setAttributes:t,showCopy:g,showFeedback:A,showSources:h})))}},8393:(e,t,n)=>{"use strict";var a=n(94375),r=n(1629),s=n(32908),o=n(41825);(0,a.M)(r,{edit:s.A,save:o.A})},41825:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(82170),r=n(94715),s=n(50443);function o({attributes:e}){const t=r.useBlockProps.save({"data-ask-button-label":e.askButtonLabel||s.W});return(0,a.createElement)("div",t)}},97398:(e,t,n)=>{"use strict";n.d(t,{K:()=>a});const a=["A digital Illustration of the a purely mechanical television, 4k, detailed, fantasy vivid colors","3D render of a floating futuristic castle in a clear sky, digital art","Hedgehog smelling a flower | clear blue sky | intricate artwork by Beatrix Potter | cottagecore aesthetic | 8K | highly detailed | wide angle |","Hyper realistic photo of a high end futuristic single-level house where walls are made of windows, light coming through the window, mid century modern style, cinematic lighting","Pink ape Astronaut in space holding a claymate in a photorealistic style, digital art","Studio photography set of high detail irregular marble stones with gold lines stacked in impossible balance, perfect composition, cinematic light photo studio, beige color scheme, indirect lighting, 8k, elegant and luxury style","Ultrawide, highway, with golden ratio style, 4K , sides are prairies, light is Golden hour, sky with red Clouds, ultrarealistic, CinémaScope, ultra wide format, ratio 16/9, 1/1000 sec, maximum resolution, Sharp details","A photo of cat flying out to space as an astronaut, digital art","A hyper realistic rilakkuma enjoying an icecream in the snow","A lush tropical forest with a waterfall.","A majestic snowy mountain peak.","A beautiful sunset over a beach.","A serene lake surrounded by trees.","A picturesque countryside with rolling hills.","A colorful hot air balloon in the sky.","A peaceful Zen garden.","A grand castle on a hill.","A lively street market in a bustling city.","A delightful flower garden in full bloom.","A cozy cabin in the woods.","A vibrant coral reef teeming with sea life.","A classic European city with cobblestone streets.","A stunning waterfall cascading into a crystal clear pool.","A secluded cabin on the edge of a lake.","A beautiful desert landscape with sand dunes.","A majestic elephant in its natural habitat.","A charming countryside village with thatched roof cottages.","A dreamy castle floating on a cloud.","A whimsical tree house in a forest.","A vibrant city skyline at night.","A picturesque vineyard with rows of grapevines.","A peaceful Japanese garden with a koi pond.","A charming lighthouse on a rocky coastline.","A beautiful waterfall surrounded by greenery.","A dreamy castle with a moat and drawbridge.","A colorful hot air balloon festival.","A beautiful garden with a fountain and sculptures.","A picturesque countryside with a windmill.","A stunning mountain landscape with a rainbow."]},31741:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(85985),s=n(1455),o=n.n(s),i=n(94715),l=n(74997),c=n(56427),u=n(47143),d=n(86087),p=n(27723),m=n(97398);const __=p.__;function g({attributes:e,setAttributes:t,clientId:n}){const[s,p]=(0,d.useState)(!1),[g,A]=(0,d.useState)([]),[h,E]=(0,d.useState)(null),[f,b]=(0,d.useState)(""),{replaceBlock:v}=(0,u.useDispatch)(i.store),[C,k]=(0,d.useState)(null),[y]=(0,d.useState)((B=m.K)[Math.floor(Math.random()*B.length)]);var B;const w=__("Retry","jetpack"),_=__("Submit","jetpack"),I=C?w:_,{tracks:x}=(0,r.st)(),{mediaUpload:j}=(0,u.useSelect)((e=>{const{getSettings:t}=e(i.store);return{mediaUpload:t().mediaUpload}}),[]),S=(0,u.useSelect)((e=>e("core/editor").getCurrentPostId())),Q=({image:e,inModal:t=!1})=>(0,a.createElement)(c.Flex,{direction:"column"},t&&(0,a.createElement)(c.FlexItem,{style:{"text-align":"center"}},(0,a.createElement)(c.Button,{variant:"primary",onClick:()=>N(e)},__("Use this image","jetpack"))),(0,a.createElement)(c.FlexBlock,null,(0,a.createElement)("img",{className:"wp-block-ai-image-image",src:e,alt:"",onClick:()=>E(e)})),!t&&(0,a.createElement)(c.FlexBlock,null,(0,a.createElement)(c.Flex,{direction:"column",style:{"align-items":"center"}},(0,a.createElement)(c.FlexItem,null,(0,a.createElement)(c.Button,{variant:"primary",onClick:()=>N(e)},__("Use this image","jetpack")))))),N=async t=>{if(s)return;p(!0),k(null);const a=await fetch(t),r=await a.blob(),o=new File([r],"jetpack_ai_image.png",{type:"image/png"});j({filesList:[o],onFileChange:([t])=>{t.id&&v(n,(0,l.createBlock)("core/image",{url:t.url,caption:e.requestedPrompt,alt:e.requestedPrompt}))},allowedTypes:["image"],onError:e=>{console.error(e),p(!1)}}),x.recordEvent("jetpack_ai_dalle_generation_upload",{post_id:S})};return(0,a.createElement)("div",(0,i.useBlockProps)(),(0,a.createElement)(c.Placeholder,{label:__("AI Image","jetpack"),notices:C&&[(0,a.createElement)("div",null,C)]},!s&&0===g.length&&(0,a.createElement)(c.Flex,{expanded:!0},(0,a.createElement)(c.FlexBlock,null,(0,a.createElement)(c.TextareaControl,{label:__("What would you like to see?","jetpack"),placeholder:y,allowedFormats:[],onChange:b,rows:6}),(0,a.createElement)(c.Button,{variant:"primary",onClick:()=>{p(!1),A([]),k(null),function(e,t,n,a,r,s){n(!0),r(null),t({requestedPrompt:e}),o()({path:"/wpcom/v2/jetpack-ai/images/generations",method:"POST",data:{prompt:e,post_id:s}}).then((e=>{n(!1);const t=e.data.map((e=>"data:image/png;base64,"+e.b64_json));a(t)})).catch((e=>{e.message?r(e.message):r(__("Whoops, we have encountered an error. AI is like really, really hard and this is an experimental feature. Please try again later.","jetpack")),n(!1)}))}(""===f.trim()?y:f,t,p,A,k,S),x.recordEvent("jetpack_ai_dalle_generation",{post_id:S})}},I))),!s&&g.length>0&&(0,a.createElement)(c.Flex,{direction:"column",style:{width:"100%"}},(0,a.createElement)(c.FlexBlock,{style:{textAlign:"center",margin:"12px",fontStyle:"italic",width:"100%"}},e.requestedPrompt),(0,a.createElement)(c.FlexBlock,{style:{fontSize:"20px",lineHeight:"38px"}},__("Please choose your image","jetpack")),(0,a.createElement)(c.Flex,{direction:"row",wrap:!0},g.map((e=>(0,a.createElement)(Q,{image:e}))))),!s&&h&&(0,a.createElement)(c.Modal,{onRequestClose:()=>E(null)},(0,a.createElement)(Q,{image:h,inModal:!0})),e.content&&(0,a.createElement)("div",{className:"content"},e.content),s&&(0,a.createElement)(c.FlexBlock,{style:{padding:"10px",textAlign:"center"}},(0,a.createElement)(c.Spinner,{style:{height:"calc(4px * 20)",width:"calc(4px * 20)"}}))))}},21052:(e,t,n)=>{"use strict";var a=n(94375),r=n(57468),s=n(31741);(0,a.M)(r,{edit:s.A,save:()=>""})},88588:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>A});var a=n(82170),r=n(85985),s=n(1455),o=n.n(s),i=n(94715),l=n(56427),c=n(47143),u=n(86087),d=n(27723),p=n(55595);const __=d.__,m=(e="",t=[],n="",a="")=>{const r=t.filter((function(e){return e&&e.attributes&&e.attributes.content})).map((function(e){return e.attributes.content.replaceAll("
    ","\n")})).join("\n").slice(-1024);if(!(e||r||n||a))return!1;let s="";return s=e?(0,d.sprintf)(/** translators: This will be the beginning of a prompt that will be sent to OpenAI based on the post title. */ -__("Please help me write a short piece of a blog post titled '%1$s'","jetpack"),e):__("Please help me write a short piece of a blog post","jetpack"),n&&( -/** translators: This will be the follow up of a prompt that will be sent to OpenAI based on comma-seperated category names. */ -s+=(0,d.sprintf)(__(", published in categories '%1$s'","jetpack"),n)),a&&( -/** translators: This will be the follow up of a prompt that will be sent to OpenAI based on comma-seperated category names. */ -s+=(0,d.sprintf)(__(" and tagged '%1$s'","jetpack"),a)),s+=__(". Please only output generated content ready for publishing.","jetpack"),r&&( -/** translators: This will be the end of a prompt that will be sent to OpenAI with the last MAXIMUM_NUMBER_OF_CHARACTERS_SENT_FROM_CONTENT characters of content.*/ -s+=(0,d.sprintf)(__(" Please continue from here:\n\n … %s","jetpack"),r)),s.trim()};function g({html:e,showAnimation:t,onAnimationDone:n}){const[r,s]=(0,u.useState)("");return(0,u.useEffect)((()=>{if(t){const t=e.split(" ");for(let e=1;es(n)),50*e)}setTimeout((()=>{s(e),n()}),50*t.length)}else s(e)}),[]),(0,a.createElement)("div",{className:"content"},(0,a.createElement)(u.RawHTML,null,r))}function A({attributes:e,setAttributes:t,clientId:n}){const[s,d]=(0,u.useState)(!1),[A,h]=(0,u.useState)(!1),[E,f]=(0,u.useState)(!1),[b,v]=(0,u.useState)(!1),[C,k]=(0,u.useState)(!1),{tracks:y}=(0,r.st)(),B=(0,c.useSelect)((e=>e("core/editor").getEditedPostAttribute("title")));let w=!1;const _=(0,c.useSelect)((e=>e("core/editor").getEditedPostAttribute("categories")))||[],I=(0,c.useSelect)((e=>_.map((t=>{const n=e("core").getEntityRecord("taxonomy","category",t);if(n)return n;w=!0})).filter(Boolean)),[_]),x=(0,c.useSelect)((e=>e("core/editor").getEditedPostAttribute("tags")),[])||[],j=(0,c.useSelect)((e=>x.map((t=>{const n=e("core").getEntityRecord("taxonomy","post_tag",t);if(n)return n;w=!0})).filter(Boolean)),[x]);(0,u.useEffect)((()=>{h(w)}),[w]);const S=(0,c.useSelect)((e=>e("core/editor").getCurrentPostId())),Q=I.filter((e=>1!==e.id)).map((({name:e})=>e)).join(", "),N=j.map((({name:e})=>e)).join(", "),R=(0,c.useSelect)((e=>{const t=e("core/block-editor"),a=t.getBlockIndex(n);return t.getBlocks().slice(0,a)??[]})),T=()=>{if(e.content||s)return;v(!1),k(!1),f(!1),d(!0);const n={content:m(B,R,Q,N)};y.recordEvent("jetpack_ai_chat_completion",{post_id:S}),o()({path:"/wpcom/v2/jetpack-ai/completions",method:"POST",data:n}).then((e=>{const n=e.trim().replaceAll("\n","
    ");t({content:n}),d(!1)})).catch((e=>{e.message?k(e.message):k(__("Whoops, we have encountered an error. AI is like really, really hard and this is an experimental feature. Please try again later.","jetpack")),v(!0),d(!1)}))},P=s||A,L=!!e.content,M=L||P;return(0,c.useSelect)((()=>{if(!M){const e=m(B,R,Q,N);(()=>{const e=p.name;return R.filter((t=>t.name&&t.name===e&&!t.attributes.content)).length>0})()?k(/** translators: This will be an error message when multiple Open AI paragraph blocks are triggered on the same page. */ -__("Waiting for the previous AI paragraph block to finish","jetpack")):e?E?(k(/** translators: This is to retry to complete the text */ -__("Ready to retry","jetpack")),v(!0),f(!1)):E||b||T():(k(/** translators: First placeholder is a number of more characters we need */ -__("Please write a longer title or a few more words in the opening preceding the AI block. Our AI model needs some content.","jetpack")),f(!0))}}),[B,R,Q,N,M,E,b]),(0,a.createElement)("div",(0,i.useBlockProps)(),!s&&!A&&C&&(0,a.createElement)(l.Placeholder,{label:__("AI Paragraph","jetpack"),instructions:C},b&&(0,a.createElement)(l.Button,{variant:"primary",onClick:()=>T()},__("Retry","jetpack"))),L&&(0,a.createElement)(g,{showAnimation:!e.animationDone,onAnimationDone:()=>{t({animationDone:!0})},html:e.content}),!e.content&&P&&(0,a.createElement)("div",{style:{padding:"10px",textAlign:"center"}},(0,a.createElement)(l.Spinner,{style:{height:"calc(4px * 20)",width:"calc(4px * 20)"}})))}},93865:(e,t,n)=>{"use strict";var a=n(82170),r=n(94715),s=n(74997),o=n(86087),i=n(94375),l=n(55595),c=n(88588);(0,i.M)(l,{edit:c.Ay,save:e=>{const t=r.useBlockProps.save();return(0,a.createElement)(o.RawHTML,t,e.attributes.content)},transforms:{to:[{type:"block",blocks:["core/paragraph"],transform:({content:e})=>(0,s.createBlock)("core/paragraph",{content:e})}]}})},97571:(e,t,n)=>{"use strict";n.d(t,{z:()=>o});var a=n(82170),r=n(56427),s=n(27723);const __=s.__;function o({attributes:e,setAttributes:t}){const{statsData:n,statsOption:s}=e,o=[{value:"views",label:__("Views","jetpack")},{value:"visitors",label:__("Visitors","jetpack")}],i=[{value:"site",label:__("My whole site","jetpack")},{value:"post",label:__("This individual post","jetpack")}];return(0,a.createElement)(a.Fragment,null,(0,a.createElement)(r.PanelBody,{title:__("Settings","jetpack")},(0,a.createElement)(r.RadioControl,{label:__("Views or visitors","jetpack"),selected:n,onChange:e=>t({statsData:e}),options:o,help:__("Views represent site visits, whereas visitors represent unique individuals.","jetpack")}),(0,a.createElement)(r.RadioControl,{label:__("Show stats data for","jetpack"),selected:s,onChange:e=>t({statsOption:e}),options:i,disabled:"visitors"===n,help:"visitors"===n?__("Visitor counts aren't available for individual posts.","jetpack"):null}),(0,a.createElement)("span",{className:"jetpack-blog-stats__delay-notice"},__("Stats are delayed for up to 5 minutes.","jetpack"))))}},20201:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(37975),s=n(85985),o=n(1455),i=n.n(o),l=n(94715),c=n(47143),u=n(86087),d=n(27723),p=n(97571),m=n(51744);const __=d.__,_n=d._n;const g=function({attributes:e,className:t,setAttributes:n}){const{isLoadingModules:o,isChangingStatus:d,isModuleActive:g,changeStatus:A}=(0,s.q7)("stats"),{label:h,statsData:E,statsOption:f}=e,[b,v]=(0,u.useState)(null),[C,k]=(0,u.useState)(),[y,B]=(0,u.useState)(),w=(0,l.useBlockProps)(),_="post"===f?y:"views"===E?b:C,I=(0,c.useSelect)((e=>e("core/editor").getCurrentPostId()),[]);if((0,u.useEffect)((()=>{g&&i()({path:Number.isInteger(I)?`/wpcom/v2/blog-stats?post_id=${I}`:"/wpcom/v2/blog-stats"}).then((e=>{v(e["blog-views"]),k(e["blog-visitors"]),B(Number.isInteger(I)?e["post-views"]:"12345")}))}),[I,g]),(0,u.useEffect)((()=>{"visitors"===E&&n({statsOption:"site"})}),[E,n]),!g&&!o)return(0,a.createElement)(m.k,{className:t,changeStatus:A,isLoading:d});const x=/* Translators: Number of visitors */ +__("Upgrade to %d requests","jetpack"),E.limit),checkoutUrl:c,className:"jetpack-ai-upgrade-banner",description:t||e,goToCheckoutPage:k,visible:!0,align:"center",title:null,context:null,target:"_blank"})}return(0,a.createElement)(o,{buttonText:"Upgrade",checkoutUrl:c,className:"jetpack-ai-upgrade-banner",description:(0,i.createInterpolateElement)(__("Congratulations on exploring Jetpack AI and reaching the free requests limit! Upgrade now to keep using it.","jetpack"),{strong:(0,a.createElement)("strong",null)}),goToCheckoutPage:k,visible:!0,align:null,title:null,context:null,target:"_blank"})})(e)}},93094:(e,t,n)=>{"use strict";n.d(t,{U:()=>o});var a=n(82170),r=n(56427),s=n(27723);const __=s.__,o=({title:e,description:t,buttonText:n=null,checkoutUrl:s=null,goToCheckoutPage:o=null,isRedirecting:i=!1,showButton:l=!0,target:c="_top"})=>{const u=__("Redirecting…","jetpack");return(0,a.createElement)("div",{className:"jetpack-upgrade-plan-banner-light"},(0,a.createElement)(r.Notice,{status:"error",isDismissible:!1},(0,a.createElement)("p",null,e&&(0,a.createElement)("strong",null,e),t," ",l&&(0,a.createElement)(r.Button,{href:i?null:s,onClick:o,variant:"link",target:c},i?u:n))))}},62402:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>A,US:()=>u,hN:()=>g,oZ:()=>p,uQ:()=>d});var a=n(82170),r=n(96865),s=n(85985),o=n(56427),i=n(27723),l=n(29115);n(51609);const __=i.__,c=["formal","informal","optimistic","humorous","serious","skeptical","empathetic","confident","passionate","provocative"],u="formal",d=__("Change tone","jetpack"),p={formal:{label:__("Formal","jetpack"),emoji:"🎩"},informal:{label:__("Informal","jetpack"),emoji:"😊"},optimistic:{label:__("Optimistic","jetpack"),emoji:"😃"},humorous:{label:__("Humorous","jetpack"),emoji:"😂"},serious:{label:__("Serious","jetpack"),emoji:"😐"},skeptical:{label:__("Skeptical","jetpack"),emoji:"🤨"},empathetic:{label:__("Empathetic","jetpack"),emoji:"💗"},confident:{label:__("Confident","jetpack"),emoji:"😎"},passionate:{label:__("Passionate","jetpack"),emoji:"❤️"},provocative:{label:__("Provocative","jetpack"),emoji:"🔥"}},m=({value:e,onChange:t})=>(0,a.createElement)(o.MenuGroup,{label:__("Select tone","jetpack")},c.map((n=>(0,a.createElement)(o.MenuItem,{key:`key-${n}`,onClick:()=>t(n),isSelected:e===n},`${p[n].emoji} ${p[n].label}`))));function g({label:e=d,value:t=u,onChange:n,disabled:s=!1}){return(0,a.createElement)(o.DropdownMenu,{icon:r.Qr,label:e,className:"ai-assistant__tone-dropdown",popoverProps:{variant:"toolbar"},toggleProps:{children:(0,a.createElement)(a.Fragment,null,(0,a.createElement)("div",{className:"ai-assistant__tone-dropdown__toggle-label"},e),(0,a.createElement)(o.Icon,{icon:l.A})),disabled:s}},(({onClose:e})=>(0,a.createElement)(m,{value:t,onChange:t=>{n(t),e()}})))}function A({value:e=u,onChange:t,disabled:n=!1}){const{tracks:i}=(0,s.st)();return n?(0,a.createElement)(o.Tooltip,{text:d},(0,a.createElement)(o.Button,{disabled:!0},(0,a.createElement)(o.Icon,{icon:r.Qr}))):(0,a.createElement)(o.ToolbarDropdownMenu,{icon:r.Qr,label:d,popoverProps:{variant:"toolbar"},disabled:n,onToggle:e=>{e&&i.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"tone"})}},(()=>(0,a.createElement)(m,{value:e,onChange:t})))}},51698:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(94715),s=n(56427),o=n(27723),i=n(83883),l=n(83822),c=n(64425),u=n(2162),d=n(99050),p=n(33468),m=n(62402);const __=o.__,g=({contentIsLoaded:e,getSuggestionFromOpenAI:t,retryRequest:n,handleAcceptContent:o,handleTryAgain:g,showRetry:A,contentBefore:h,hasPostTitle:E,wholeContent:f,setUserPrompt:b,recordEvent:v,isGeneratingTitle:C})=>(0,a.createElement)(a.Fragment,null,(0,a.createElement)(r.BlockControls,null,!A&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)(s.ToolbarGroup,null,(0,a.createElement)(p.Ay,{hasContentBefore:!!h?.length,hasContent:!!f?.length,hasPostTitle:E,contentIsLoaded:e,onPromptSelect:e=>{v("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"prompt-template",prompt:e.original}),b(e.translated)},onSuggestionSelect:e=>{v("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"suggestion",suggestion:e}),t(e)}})),(0,a.createElement)(r.BlockControls,{group:"block"},(0,a.createElement)(m.Ay,{value:"neutral",onChange:n=>{v("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"suggestion",suggestion:c.eJ}),t(c.eJ,{tone:n,contentType:e?"generated":null})},disabled:!e&&!f?.length}),(0,a.createElement)(u.Ay,{value:"en",onChange:n=>{v("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"suggestion",suggestion:c.Gm}),t(c.Gm,{language:n,contentType:e?"generated":null})},disabled:!e&&!f?.length}),(0,a.createElement)(d.Ay,{onChange:t,exclude:C?["summarize"]:[],disabled:!e}))),(A||g)&&(0,a.createElement)(s.ToolbarGroup,null,!A&&e&&g&&(0,a.createElement)(s.ToolbarButton,{onClick:g},__("Try Again","jetpack")),A&&e&&(0,a.createElement)(s.ToolbarButton,{icon:i.A,onClick:o},__("Accept","jetpack")),A&&(0,a.createElement)(s.ToolbarButton,{icon:l.A,onClick:n},__("Retry","jetpack")))))},3586:(e,t,n)=>{"use strict";n.d(t,{A:()=>x});var a=n(82170),r=n(96865),s=n(85985),o=n(94715),i=n(74997),l=n(56427),c=n(29491),u=n(47143),d=n(86087),p=n(27723),m=n(13022),g=n(27970),A=n(56199),h=n(58164),E=n(72901),f=n(32249),b=n(23e3),v=n(51698),C=n(4393),k=n(92169),y=n(61297),B=n(44732),w=n(76695),_=n(7503);const __=p.__,I="post"===window?.Jetpack_Editor_Initial_State?.screenBase;function x({attributes:e,setAttributes:t,clientId:n,isSelected:p}){const[x,j]=(0,d.useState)(null),{tracks:S}=(0,s.st)(),{getBlock:Q}=(0,u.useSelect)("core/block-editor"),N=(0,d.useRef)(null),R=(0,d.useRef)(null),{replaceBlocks:T,removeBlock:P}=(0,u.useDispatch)("core/block-editor"),{editPost:L}=(0,u.useDispatch)("core/editor"),{isOverLimit:M,requireUpgrade:D,increaseRequestsCount:F,requestsCount:O,requestsLimit:z,currentTier:U,loading:H,tierPlansEnabled:V}=(0,y.A)(),q=Math.max(z-O,0),{autosaveAndRedirect:G}=(0,k.A)(),$=(0,h.Bd)(U),W=()=>{setTimeout((()=>{N.current?.focus?.()}),100)},Z=()=>{setTimeout((()=>{R.current?.focus?.()}),100)},Y=(0,c.useViewportMatch)("medium","<"),J=(0,d.useRef)(null),{getSuggestionFromOpenAI:K,stopSuggestion:X,showRetry:ee,contentBefore:te,postTitle:ne,retryRequest:ae,wholeContent:re,requestingState:se,error:oe}=(0,C.A)({onSuggestionDone:(0,d.useCallback)((()=>{W(),F()}),[F]),onUnclearPrompt:(0,d.useCallback)((()=>{Z(),F()}),[F]),onModeration:W,attributes:e,clientId:n,content:e.content,tracks:S,userPrompt:e.userPrompt,requireUpgrade:D,initialRequestingState:e.requestingState,contentRef:J,blockRef:R}),ie="requesting"===se,le=["requesting","suggesting"].includes(se),ce=(0,_.x)(),{productPageUrl:ue}=(0,B.A)(),de=(0,w.y)(n);(0,d.useEffect)((()=>{if(!de)return;const e=JSON.parse(localStorage.getItem(de));if(!e)return;const{type:t,options:n}=e;localStorage.removeItem(de),K(t,n)}),[de,K]),(0,d.useEffect)((()=>{oe&&j(!1)}),[oe]),(0,d.useEffect)((()=>{["init","done"].includes(se)&&t({requestingState:se})}),[se,t]);const pe=!!e.content,me="generateTitle"===e.promptType,ge=__("Accept","jetpack"),Ae=__("Accept title","jetpack"),he=me?Ae:ge,Ee=async()=>{let t=[],a=(0,r.Hh)({content:e.content||""});if(a?.split("\n").length>1&&a?.split("\n")?.[0]?.match(/^

    .*<\/h1>$/)&&!ne){const e=a.split("\n"),t=e.shift();a=e.join("\n"),L({title:t.replace(/<[^>]*>/g,"")})}t=(0,i.rawHandler)({HTML:a}),await T(n,t);const s=(e=>{let t=null;return e.forEach((e=>{const n=document.querySelector(`.wp-block[data-block="${e.clientId}"]`);if(!n)return;"true"===n.contentEditable&&(t=n);const a=n.querySelectorAll("[contenteditable=true]");t=a.length?a[a.length-1]:t})),t})(t);s&&(e=>{const t=window.getSelection();t.selectAllChildren(e),t.collapseToEnd(),e.focus()})(s)},fe=()=>{Ee(),S.recordEvent("jetpack_ai_assistant_block_accept",{feature:"ai-assistant"})},be=()=>{I?(L({title:e.content?e.content.trim():""}),P(n),S.recordEvent("jetpack_ai_assistant_block_accept",{feature:"ai-assistant"})):fe()},ve=()=>{X(),W(),S.recordEvent("jetpack_ai_assistant_block_stop",{feature:"ai-assistant"})},Ce=(0,o.useBlockProps)({ref:R,className:(0,m.A)({"is-waiting-response":ie})}),ke=__("Ask Jetpack AI…","jetpack"),ye=__("Write about… Make a table for…","jetpack"),Be=(0,a.createElement)(a.Fragment,null,M&&p&&(0,a.createElement)(b.A,{placement:"ai-assistant-block"}),!ce&&(0,a.createElement)(E.A,null)),we=(0,a.createElement)(a.Fragment,null,oe?.message&&!x&&"error_quota_exceeded"!==oe?.code&&(0,a.createElement)(l.Notice,{status:oe.status,isDismissible:!1,className:"jetpack-ai-assistant__error"},oe.message)),_e=M&&$===h.Ti?(0,a.createElement)(b.Q,{variant:"muted"}):null,Ie=(0,d.useCallback)((e=>{e.preventDefault(),S.recordEvent("jetpack_ai_upgrade_button",{current_tier_slug:U?.slug,requests_count:O,placement:"jetpack_ai_assistant_block"}),G(e)}),[S,U,O,G]);return(0,a.createElement)(l.KeyboardShortcuts,{bindGlobal:!0,shortcuts:{esc:()=>{["requesting","suggesting"].includes(se)&&ve()}}},(0,a.createElement)("div",Ce,pe&&(0,a.createElement)("div",{ref:J,className:"jetpack-ai-assistant__content"},(0,a.createElement)(d.RawHTML,null,(0,r.Hh)({content:e.content||""}))),(0,a.createElement)(o.InspectorControls,null,_e&&(0,a.createElement)("div",{className:"block-editor-block-card",style:{paddingTop:0}},(0,a.createElement)("span",{className:"block-editor-block-icon"}),_e),(0,a.createElement)("div",{className:"block-editor-block-card",style:{paddingTop:0}},(0,a.createElement)("span",{className:"block-editor-block-icon"}),(0,a.createElement)(l.ExternalLink,{href:ue},__("Discover all features","jetpack"))),($===h._X||V&&$!==h.Ti)&&(0,a.createElement)(l.PanelBody,{initialOpen:!0},(0,a.createElement)(l.PanelRow,null,(0,a.createElement)(g.A,{placement:A.k}))),(0,a.createElement)(l.PanelBody,{initialOpen:!0},(0,a.createElement)(l.PanelRow,null,(0,a.createElement)(f.A,null)))),!le&&ce&&!D&&(0,a.createElement)(v.A,{isWaitingState:le,contentIsLoaded:pe,getSuggestionFromOpenAI:K,retryRequest:ae,handleAcceptContent:fe,handleAcceptTitle:be,handleTryAgain:null,showRetry:ee,contentBefore:te,hasPostTitle:!!ne?.length,wholeContent:re,promptType:e.promptType,setUserPrompt:e=>{if(!N?.current)return;N.current.focus(),t({userPrompt:e})},recordEvent:S.recordEvent,isGeneratingTitle:me}),(0,a.createElement)(r.N0,{ref:N,disabled:D||!ce,value:e.userPrompt,placeholder:e?.content?ke:ye,onChange:e=>{j(!0),t({userPrompt:e})},onSend:()=>{((...e)=>{K(...e),Z()})("userPrompt"),S.recordEvent("jetpack_ai_assistant_block_generate",{feature:"ai-assistant"})},onStop:ve,onAccept:()=>{me?be():fe()},onDiscard:()=>{const a=e?.content===Q(n).attributes?.content;t({content:e?.originalContent,promptType:void 0,messages:e?.originalMessages}),Ee(),a?S.recordEvent("jetpack_ai_assistant_block_dismiss"):S.recordEvent("jetpack_ai_assistant_block_discard",{feature:"ai-assistant"})},state:se,isTransparent:D||!ce,showButtonLabels:!Y,showAccept:"init"!==se&&pe&&!le,acceptLabel:he,showGuideLine:pe,showRemove:e?.content?.length>0,banner:Be,error:we,customFooter:q%5!=0&&1!==O||H||$!==h._X?null:(0,a.createElement)(r.AK,{requestsRemaining:q,onUpgradeClick:Ie})})))}},61351:(e,t,n)=>{"use strict";var a=n(94375),r=n(54681),s=n(3586),o=n(13802);n(99800);(0,a.M)(r,{edit:s.A,save:()=>null,transforms:o.Ay})},10603:(e,t,n)=>{"use strict";n.d(t,{mt:()=>o});var a=n(96865),r=n(74997),s=n(47143);class o{renderRules=[];firstUpdate=!0;behavior="dropdown";isChildBlock=!1;feature="ai-assistant";adjustPosition=!0;startOpen=!1;hideOnBlockFocus=!0;constructor(e,t=[]){this.clientId=e,this.renderRules=t}getBlock(){const{getBlock:e}=(0,s.select)("core/block-editor");return e(this.clientId)}getContent(){const e=this.getBlock();return t=(0,r.getBlockContent)(e),(0,a.rh)({content:t});var t}renderContent(e){return function(e,t=[]){return(0,a.Hh)({content:e,rules:t,extension:!0})}(e,this.renderRules)}onSuggestion(e){if(!e)return;const t=this.renderContent(e);this.replaceBlockContent(t)}onDone(e){this.firstUpdate=!0}replaceBlockContent(e){const[t]=(0,r.rawHandler)({HTML:e});if(!t)return;const{updateBlockAttributes:n,replaceInnerBlocks:a,__unstableMarkNextChangeAsNotPersistent:o}=(0,s.dispatch)("core/block-editor");this.firstUpdate?this.firstUpdate=!1:o(),n(this.clientId,t.attributes),o(),a(this.clientId,t.innerBlocks)}}},67607:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(82170),r=n(96865),s=n(85985),o=n(86087),i=n(27723),l=n(13022),c=(n(51609),n(92169)),u=n(61297);const __=i.__,d=(0,l.A)("jetpack-ai-assistant-extension-ai-input","wp-block");function p({className:e,requestingState:t,requestingError:n,inputRef:i,wrapperRef:p,action:m,blockType:g,feature:A,request:h,stopSuggestion:E,close:f,undo:b,tryAgain:v}){const[C,k]=(0,o.useState)(""),[y,B]=(0,o.useState)(__("Ask Jetpack AI to edit…","jetpack")),{checkoutUrl:w}=(0,c.A)(),{tracks:_}=(0,s.st)(),[I,x]=(0,o.useState)(0),[j,S]=(0,o.useState)(!1),{requireUpgrade:Q,requestsCount:N,requestsLimit:R,loading:T,nextTier:P,currentTier:L}=(0,u.A)(),M=(0,o.useMemo)((()=>Q||["requesting","suggesting"].includes(t)),[Q,t]),D=(0,o.useMemo)((()=>Q&&1===L?.value),[Q,L]),F=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_assistant_extension_generate",{block_type:g,feature:A}),h?.(C)}),[g,A,h,_,C]),O=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_assistant_extension_stop",{block_type:g}),E?.()}),[g,E,_]);const z=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_assistant_undo",{block_type:g}),b?.()}),[g,_,b]),U=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_upgrade_button",{current_tier_slug:L?.slug,requests_count:N,placement:"jetpack_ai_assistant_extension"})}),[L?.slug,N,_]),H=(0,o.useCallback)((()=>{_.recordEvent("jetpack_ai_assistant_try_again",{block_type:g}),v?.()}),[g,_,v]);return(0,o.useEffect)((()=>{["init","done"].includes(t)&&k("")}),[t]),(0,o.useEffect)((()=>{B(m||__("Ask Jetpack AI to edit…","jetpack")),m&&k("")}),[m]),(0,o.useEffect)((()=>{S(!T&&!!P&&0===C.length)}),[T,P,C]),(0,o.useEffect)((()=>{const e=Math.max(R-N,0);x(e)}),[R,N]),(0,a.createElement)(r.FC,{className:(0,l.A)(d,e),placeholder:y,disabled:M,value:C,state:t,showGuideLine:!0,error:n,requestsRemaining:I,showUpgradeMessage:j,showFairUsageMessage:D,upgradeUrl:w,onChange:k,onSend:F,onStop:O,onClose:function(){f?.()},onUndo:z,onUpgrade:U,onTryAgain:H,wrapperRef:p,ref:i})}},31124:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(82170),r=n(96865),s=n(85985),o=n(56427),i=n(86087),l=n(27723),c=n(52068),u=n(76695),d=n(2612);const __=l.__;function p({blockType:e,onClose:t,onAskAiAssistant:n,onRequestSuggestion:r}){const{canTransformToAIAssistant:s,transformToAIAssistant:o,getSelectedBlockClientIds:l}=(0,u.A)(),d=(0,i.useCallback)((a=>{const i=l(),[c]=i;i.length<2||!s({clientId:c,blockName:e})?(a?r?.(a.promptType,a.options,a.humanText):n?.(),t?.()):o({request:a})}),[e,s,l,n,t,r,o]);return(0,a.createElement)(c.Ay,{blockType:e,onRequestSuggestion:(e,t,n)=>{d({promptType:e,options:t,humanText:n})},onAskAiAssistant:async()=>{d()},disabled:!1})}function m({behavior:e,blockType:t,label:n=__("AI Assistant","jetpack"),onAskAiAssistant:l,onRequestSuggestion:c}){const{tracks:u}=(0,s.st)(),m=(0,i.useContext)(d.B),g=(0,i.useCallback)((e=>{e&&u.recordEvent("jetpack_ai_assistant_extension_toolbar_menu_show",{block_type:t})}),[t,u]),A=(0,i.useCallback)((()=>{u.recordEvent("jetpack_editor_ai_assistant_extension_toolbar_prompt_show",{block_type:t}),l?.()}),[t,l,u]),h=(0,i.useCallback)(((e,n,a)=>{u.recordEvent("jetpack_editor_ai_assistant_extension_toolbar_button_click",{suggestion:e,block_type:t}),c?.(e,n,a)}),[t,c,u]);return(0,a.createElement)(o.Dropdown,{popoverProps:{variant:"toolbar"},renderToggle:({isOpen:t,onToggle:s})=>(0,a.createElement)(o.ToolbarButton,{className:"jetpack-ai-assistant__button",showTooltip:!0,onClick:()=>{if("function"!=typeof e)switch(e){case"action":A();break;case"dropdown":s()}else e({onToggle:s,onAskAiAssistant:l,context:m})},"aria-haspopup":"true","aria-expanded":t,label:n,icon:r.cj}),onToggle:g,renderContent:({onClose:e})=>(0,a.createElement)(p,{onClose:e,blockType:t,onAskAiAssistant:A,onRequestSuggestion:h})})}},95396:(e,t,n)=>{"use strict";n.d(t,{L:()=>r,l:()=>a});const a=["jetpack/field-name","jetpack/field-email","jetpack/field-text","jetpack/field-textarea","jetpack/field-checkbox","jetpack/field-date","jetpack/field-telephone","jetpack/field-url","jetpack/field-checkbox-multiple","jetpack/field-radio","jetpack/field-select","jetpack/field-consent","jetpack/button"],r=["core/heading","core/paragraph","core/list-item","core/list","jetpack/contact-form",...a]},2612:(e,t,n)=>{"use strict";n.d(t,{B:()=>A,Q:()=>h});var a=n(86087),r=n(10067),s=n.n(r),o=n(10603),i=n(95396),l=n(42160),c=n(47007),u=n(75430),d=n(24310),p=n(63904);const m=s()("jetpack-ai-assistant:extensions:get-block-handler"),g={"core/heading":l.T,"core/paragraph":p.d,"core/list-item":d.g,"core/list":u.b,"jetpack/contact-form":c.p,...i.l.reduce(((e,t)=>({...e,[t]:c.g})),{})},A=(0,a.createContext)({});function h(e,t){let n=g[e];n||(m(`No handler found for block type: ${e}. Using default handler.`),n=o.mt);const a=new n(t);return{onSuggestion:a.onSuggestion.bind(a),onDone:a.onDone.bind(a),getContent:a.getContent.bind(a),behavior:a.behavior,isChildBlock:a.isChildBlock,feature:a.feature,adjustPosition:a.adjustPosition,startOpen:a.startOpen,hideOnBlockFocus:a.hideOnBlockFocus}}},42160:(e,t,n)=>{"use strict";n.d(t,{T:()=>r});var a=n(10603);class r extends a.mt{constructor(e){super(e,[])}onSuggestion(e){const t=this.getBlock();if(e.startsWith("#")||(e=`${"#".repeat(t?.attributes?.level||1)} ${e}`),e.match(/^#*\s*$/))return;const n=this.renderContent(e);this.replaceBlockContent(n)}}},14602:(e,t,n)=>{"use strict";n.d(t,{g:()=>s});var a=n(47143),r=n(10603);class s extends r.mt{jetpackFormBlockName="jetpack/contact-form";constructor(e){super(e,[]),this.behavior=this.handleBehavior,this.isChildBlock=!0,this.hideOnBlockFocus=!1}handleBehavior=({context:e})=>{const t=(0,a.dispatch)("core/block-editor"),{getBlockParentsByBlockName:n}=(0,a.select)("core/block-editor"),r=n(this.clientId,this.jetpackFormBlockName)?.[0];t.selectBlock(r),e?.[this.jetpackFormBlockName]?.handleAskAiAssistant?.()}}},47007:(e,t,n)=>{"use strict";n.d(t,{g:()=>c.g,p:()=>u});var a=n(74997),r=n(47143),s=n(27723),o=n(62514),i=n(96568),l=n(10603),c=n(14602);const __=s.__;class u extends l.mt{currentListOfValidBlocks=[];constructor(e){super(e,[]),this.behavior="action",this.feature="jetpack-form-ai-extension",this.adjustPosition=!1,this.startOpen=!0,this.hideOnBlockFocus=!1}setContent(e,t=!1){const{replaceInnerBlocks:n}=(0,r.dispatch)("core/block-editor"),s=e.replace(//g,""),l=(0,i.d)(s),c=(0,a.parse)(l).filter((e=>e.isValid&&!["core/freeform","core/missing","core/html"].includes(e.name)));let u=!1;if(c.length0){const e=c[c.length-1],t=this.currentListOfValidBlocks[c.length-1];u=!(0,o.w)(e,t)}if(c.length>0&&(c.length!==this.currentListOfValidBlocks.length||u)&&(n(this.clientId,c),this.currentListOfValidBlocks=c),t){const e=c.filter((e=>"jetpack/button"===e.name));if(this.currentListOfValidBlocks=this.currentListOfValidBlocks||[],e.length>1){let t=0;this.currentListOfValidBlocks=this.currentListOfValidBlocks.filter((n=>"jetpack/button"!==n.name||(t++,t===e.length))),n(this.clientId,this.currentListOfValidBlocks)}else 0===e.length&&n(this.clientId,[...this.currentListOfValidBlocks,(0,a.createBlock)("jetpack/button",{label:__("Submit","jetpack"),element:"button",text:__("Submit","jetpack"),borderRadius:8,lock:{remove:!0}})]);this.currentListOfValidBlocks=[]}}getContent(){const e=this.getBlock();if(!e)return"";const{innerBlocks:t}=e;return t?.length?t.reduce(((e,t)=>e+(0,a.serialize)(t)+"\n\n"),""):""}onSuggestion(e){this.setContent(e)}onDone(e){this.setContent(e,!0)}}},10821:(e,t,n)=>{"use strict";n.d(t,{Bi:()=>i});var a=n(74997),r=n(47143),s=n(7503);const o=(0,n(48499).C)("ai-assistant-support");function i(){if(!(0,a.getBlockType)("jetpack/ai-assistant"))return!1;if(!o)return!1;if(!(0,s.x)())return!1;const{errorCode:e}=(0,r.select)("wordpress-com/plans")?.getAiAssistantFeature?.()||{};if(e)return!1;const{getHiddenBlockTypes:t}=(0,r.select)("core/edit-post")||{};return!(t?.()||[]).includes("jetpack/ai-assistant")}},91184:(e,t,n)=>{"use strict";n.d(t,{Y:()=>s});var a=n(95396),r=n(10821);function s(e){return!!(0,r.Bi)()&&!!a.L.includes(e)}},24310:(e,t,n)=>{"use strict";n.d(t,{g:()=>r});var a=n(10603);class r extends a.mt{constructor(e){super(e,["listItem"]),this.isChildBlock=!0}}},75430:(e,t,n)=>{"use strict";n.d(t,{b:()=>r});var a=n(10603);class r extends a.mt{constructor(e){super(e,["list"])}}},63904:(e,t,n)=>{"use strict";n.d(t,{d:()=>i});var a=n(96865),r=n(74997),s=n(10603);const o=new a.OO({fixes:["paragraph"]});class i extends s.mt{constructor(e){super(e,["paragraph"])}getContent(){const e=this.getBlock();return t=(0,r.getBlockContent)(e),o.render({content:t});var t}}},99800:(e,t,n)=>{"use strict";var a=n(82170),r=n(96865),s=n(94715),o=n(29491),i=n(47143),l=n(86087),c=n(52619),u=n(13022),d=n(10067),p=n.n(d),m=(n(51609),n(61297)),g=n(32735),A=n(4e4),h=n(67607),E=n(31124),f=n(2612),b=n(91184);const v=p()("jetpack-ai-assistant:extensions:with-ai-extension"),C={"core/heading":"heading","core/paragraph":"paragraph","core/list-item":"list-item","core/list":"list","jetpack/contact-form":"form-ai"},k={group:"block"},y=(0,o.createHigherOrderComponent)((e=>t=>{const{clientId:n,isSelected:o,name:c,isSelectionEnabled:d}=t,p=(0,l.useRef)(null),b=(0,l.useRef)(0),y=(0,l.useRef)(null),B=(0,l.useRef)(""),w=(0,l.useRef)(null),_=(0,l.useRef)(document),I=(0,l.useRef)([]),[x,j]=(0,l.useState)(""),S=(0,l.useRef)(null),Q=(0,l.useRef)(null),{undo:N}=(0,i.useDispatch)("core/editor"),{postId:R}=(0,i.useSelect)((e=>{const{getCurrentPostId:t}=e("core/editor");return{postId:t()}}),[]),{id:T,className:P}=(0,s.useBlockProps)({className:(0,u.A)({[c?.replace?.("/","-")]:!0})}),{increaseRequestsCount:L,dequeueAsyncRequest:M,requireUpgrade:D}=(0,m.A)(),{snapToBottom:F,enableAutoScroll:O,disableAutoScroll:z}=(0,g.A)({current:_?.current?.getElementById(T)},void 0,!0),U=(0,l.useCallback)((()=>{w.current?.focus()}),[]),{onSuggestion:H,onDone:V,getContent:q,behavior:G,isChildBlock:$,feature:W,adjustPosition:Z,startOpen:Y,hideOnBlockFocus:J}=(0,l.useMemo)((()=>(0,f.Q)(c,n)),[c,n]),[K,X]=(0,l.useState)(Y),ee=(0,l.useCallback)((()=>{X((e=>!e))}),[]),te=(0,l.useCallback)((({promptType:e,options:t})=>{const n=q(),a=C[c];return[...I.current,{role:"jetpack-ai",context:{type:(0,A.p$)(e,a),content:n,request:t?.userPrompt,tone:t?.tone,language:t?.language,is_follow_up:I.current.length>0}}]}),[c,q]),ne=(0,l.useCallback)((e=>{const t=e||_.current.getElementById(T);t&&p.current&&t.style.setProperty("padding-bottom",`calc(${b.current+16}px + ${B.current||"0px"} )`,"important")}),[T]),ae=(0,l.useCallback)((e=>{H(e),Z&&ne(),F()}),[H,Z,F,ne]),re=(0,l.useCallback)((e=>{if(z(),V(e),L(),j(""),S.current?.message){const e={role:"assistant",content:q()};if(I.current.push(S.current.message,e),I.current.length>20){I.current.splice(0,I.current.length-20);const e=I.current.findIndex((e=>"jetpack-ai"===e.role));-1!==e&&(I.current=I.current.slice(e),I.current[0].context={...I.current[0].context,is_follow_up:!1})}}S.current=null,setTimeout((()=>{Z&&ne(),U()}),100)}),[z,V,L,q,Z,U,ne]),se=(0,l.useCallback)((e=>{z(),j(""),v("Request error",e),e.code!==r.mA&&e.code!==r.Or&&L()}),[z,L]),{request:oe,stopSuggestion:ie,requestingState:le,error:ce,reset:ue}=(0,r.XE)({onSuggestion:ae,onDone:re,onError:se,askQuestionOptions:{postId:R,feature:W}});(0,l.useEffect)((()=>{Q.current=le}),[le]);const de=(0,l.useCallback)(((e,t,n)=>{if(X(!0),D)return;n&&j(n);const a=te({promptType:e,options:t});v("Request suggestion",e,t);const r=a[a.length-1];S.current={promptType:e,options:t,humanText:n,message:r},M(),O(),oe(a)}),[M,O,te,oe,D]),pe=(0,l.useCallback)((e=>{const t={userPrompt:e};O(),de("userPrompt",t)}),[O,de]),me=(0,l.useCallback)((()=>{z(),ie(),U()}),[z,ie,U]),ge=(0,l.useCallback)((()=>{S.current&&de(S.current.promptType,S.current.options,S.current.humanText)}),[S,de]),Ae=(0,l.useCallback)((()=>{X(!1),ue(),j(""),S.current=null,I.current=[]}),[ue]),he=(0,l.useCallback)((async()=>{await N(),Ae()}),[N,Ae]);(0,l.useEffect)((()=>{o||Ae()}),[o,Ae]),(0,l.useEffect)((()=>{w.current&&d&&(_.current=w.current.ownerDocument,U())}),[K,U,d]),(0,l.useEffect)((()=>{let e=_.current.getElementById(T);if(e&&Z)return K&&!y.current&&p.current?(B.current=e.style.paddingBottom,y.current=new ResizeObserver((([t])=>{if(e=_.current.getElementById(T),b.current=t.contentRect.height,e&&p.current&&b.current>0){ne(e);const{marginBottom:t}=getComputedStyle(e),n=parseFloat(t);p.current.style.setProperty("margin-top",`-${b.current+n}px`,"important"),p.current.style.setProperty("margin-bottom",`${n+16}px`,"important")}})),y.current.observe(p.current)):y.current&&(e.style.paddingBottom=B.current,y.current.disconnect(),y.current=null,b.current=0),()=>{y.current&&y.current.disconnect()}}),[ne,Z,n,y,T,K]),(0,l.useEffect)((()=>{if(J&&K){const e=_.current.getElementById(T),t=()=>{["requesting","suggesting"].includes(Q.current)||(X(!1),e?.removeEventListener("focusin",t))};return e?.addEventListener("focusin",t),()=>{e?.removeEventListener("focusin",t)}}}),[J,K,T]);const Ee=(0,a.createElement)(a.Fragment,null,(0,a.createElement)(e,t),K&&(0,a.createElement)(h.A,{className:P,requestingState:le,requestingError:ce,wrapperRef:p,inputRef:w,action:x,blockType:c,feature:W,request:pe,stopSuggestion:me,close:Ae,undo:he,tryAgain:ge}),(0,a.createElement)(s.BlockControls,k,(0,a.createElement)(E.A,{blockType:c,onAskAiAssistant:ee,onRequestSuggestion:de,behavior:G})));if($)return Ee;const fe={value:{[c]:{handleAskAiAssistant:ee,handleRequestSuggestion:de}}};return(0,a.createElement)(f.B.Provider,fe,Ee)}),"blockEditWithAiComponents");(0,c.addFilter)("blocks.registerBlockType","jetpack/ai-assistant-support/with-ai-extension",(function(e,t){return(0,b.Y)(t)?{...e,edit:y(e.edit),supports:{...e.supports,"jetpack/ai":{assistant:!0}}}:e}),100)},4393:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(96865),r=n(47143),s=n(86087),o=n(10067),i=n.n(o),l=n(62402),c=n(64425),u=n(16597),d=n(32735);const p=i()("jetpack-ai-assistant:error"),m=({attributes:e,clientId:t,content:n,tracks:o,userPrompt:i,onSuggestionDone:m,onUnclearPrompt:g,onModeration:A,requireUpgrade:h,initialRequestingState:E,contentRef:f,blockRef:b})=>{const[v,C]=(0,s.useState)(!1),[k,y]=(0,s.useState)(""),{updateBlockAttributes:B}=(0,r.useDispatch)("core/block-editor"),{dequeueAiAssistantFeatureAsyncRequest:w,setAiAssistantFeatureRequireUpgrade:_}=(0,r.useDispatch)("wordpress-com/plans"),{snapToBottom:I,enableAutoScroll:x,disableAutoScroll:j}=(0,d.A)(b,f),S=(0,r.useSelect)((e=>e("core/editor").getEditedPostAttribute("title"))),Q=(0,r.useSelect)((e=>e("core/editor").getCurrentPostId())),N=(0,s.useRef)([]),R=(0,s.useRef)(void 0),{request:T,stopSuggestion:P,handleErrorQuotaExceededError:L,requestingState:M,error:D}=(0,a.XE)({onSuggestion:e=>{B(t,{content:e?.replaceAll(c.uV,"")}),I()},onDone:e=>{const n=e.replaceAll(c.uV,""),a={role:"assistant",content:n};N.current.push(R.current,a),N.current.length>20&&N.current.splice(0,N.current.length-20),B(t,{content:n,messages:N.current}),I(),j(),m?.()},onStop:()=>{I(),j(),m?.()},onError:e=>{switch(e?.code){case a.cT:C(!1);break;case a.ud:C(!1),A?.();break;case a.mA:case a.AZ:C(!0);break;case a.Or:C(!1),_(!0);break;case a.L9:g?.()}},onAllErrors:e=>{p(e)},initialRequestingState:E,askQuestionOptions:{postId:Q,feature:"ai-assistant",functions:{}}}),F=["requesting","suggesting"].includes(M),O=async(a,r={})=>{if(w(),h)return L(),void C(!1);if(r={retryRequest:!1,tone:l.US,...r},F)return;C(!1);let s=k;if(o.recordEvent("jetpack_ai_chat_completion",{post_id:Q}),N.current=[...e.messages]??[],R.current={},r.retryRequest)R.current=s[s.length-1];else{const o=e?.isLayoutBuldingModeEnable?(0,u.rJ)(t):(0,u.aB)();s=(0,c.jf)({generatedContent:n,allPostContent:o,postContentAbove:(0,u.b$)(t),currentPostTitle:S,options:r,userPrompt:r?.userPrompt||i,type:a,isGeneratingTitle:"generateTitle"===e.promptType}),R.current=s.pop(),s=[...s,...N.current],s.push(R.current),y(s),"generateTitle"!==e.promptType&&B(t,{promptType:a})}try{x(),await T(s)}catch(e){p(e),C(!0),j()}};return{setShowRetry:C,showRetry:v,postTitle:S,contentBefore:(0,u.b$)(t),wholeContent:(0,u.aB)(),requestingState:M,error:D,getSuggestionFromOpenAI:O,stopSuggestion:P,retryRequest:()=>O("",{retryRequest:!0})}}},92169:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(3924),r=n(85985),s=n(10617),o=n(61297);const i=()=>{const e=new URLSearchParams(window.location.search),t=(0,r.GE)();return(0,r.Sy)()&&e.has("post")?`https://wordpress.com/post/${t}/${e.get("post")}`:`https://wordpress.com/home/${t}`};function l(){const{nextTier:e,tierPlansEnabled:t}=(0,o.A)(),n=i(),l=t?(0,a.A)("jetpack-ai-yearly-tier-upgrade-nudge",{site:(0,r.GE)(),path:`jetpack_ai_yearly:-q-${e?.limit}`,query:`redirect_to=${encodeURIComponent(n)}`}):(0,a.A)("jetpack-ai-yearly-tier-upgrade-nudge",{site:(0,r.GE)(),path:"jetpack_ai_yearly",query:`redirect_to=${encodeURIComponent(n)}`}),c=(0,r.d9)()||(0,r.Sy)()?l:`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?redirect_to_referrer=1&page=my-jetpack#/add-jetpack-ai`,{autosaveAndRedirect:u,isRedirecting:d}=(0,s.A)(c);return{checkoutUrl:c,autosaveAndRedirect:u,isRedirecting:d}}},61297:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(47143),r=n(58164);function s(){const{data:e,loading:t,requestsLimit:n,requestsCount:s}=(0,a.useSelect)((e=>{const{getAiAssistantFeature:t,getIsRequestingAiAssistantFeature:n}=e("wordpress-com/plans"),a=t(),{currentTier:s,usagePeriod:o,requestsCount:i,requestsLimit:l}=a,c=(0,r.Bd)(s),u=s?.limit||l,d=c===r._X?i:o?.requestsCount,p=c===r._X?l:u;return{data:a,loading:n(),requestsCount:d,requestsLimit:p}}),[]),{fetchAiAssistantFeature:o,increaseAiAssistantRequestsCount:i,dequeueAiAssistantFeatureAsyncRequest:l}=(0,a.useDispatch)("wordpress-com/plans");return{...e,requestsCount:s,requestsLimit:n,loading:t,error:null,refresh:o,increaseRequestsCount:i,dequeueAsyncRequest:l}}},44732:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(3924),r=n(85985),s=n(10617);function o(){const e=(0,r.$i)()?.jetpack?.is_my_jetpack_available,t=e?`${(0,r.$i)()?.adminUrl||""}admin.php?page=my-jetpack#/jetpack-ai`:(0,a.A)("org-ai"),{autosaveAndRedirect:n,isRedirecting:o}=(0,s.A)(t);return{productPageUrl:t,autosaveAndRedirect:n,isRedirecting:o,isMyJetpackAvailable:e}}},75956:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(90372),r=n(86087);const s=window?.Jetpack_Editor_Initial_State?.tracksUserData||null,o=parseInt(window?.Jetpack_Editor_Initial_State?.wpcomBlogId)||0,i=()=>((0,r.useEffect)((()=>{s&&a.A.initialize(s?.userid,s?.username,o?{blog_id:o}:{})}),[]),a.A)},32735:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(86087),r=n(10067);const s=n.n(r)()("jetpack-ai-assistant:use-auto-scroll"),o=(e,t,n=!1)=>{const r=(0,a.useRef)(null),o=(0,a.useRef)(null),i=(0,a.useRef)(!1),l=(0,a.useRef)(!1),c=(0,a.useRef)(!1),u=(0,a.useRef)(!1),d=(0,a.useRef)({scrollPadding:"",scrollMargin:""}),p=(0,a.useCallback)((()=>{s("enabling ignore scroll"),l.current=!0}),[]),m=(0,a.useCallback)((()=>{i.current&&c.current&&!l.current&&p()}),[p]),g=(0,a.useCallback)((()=>{i.current=!0,l.current=!1,c.current=!1,u.current=!1,r.current?.addEventListener("scroll",m),s("enabling auto scroll")}),[m]),A=(0,a.useCallback)((()=>{i.current=!1,l.current=!1,c.current=!1,u.current=!1,r.current?.removeEventListener("scroll",m),o.current?.style&&(o.current.style.scrollPadding=d.current.scrollPadding,o.current.style.scrollMargin=d.current.scrollMargin),r.current=null,s("disabling auto scroll")}),[m]),h=(0,a.useCallback)((()=>{if(!i.current||l.current)return;const a=n?e?.current:t?.current?.firstElementChild?.lastElementChild;a&&!u.current&&(c.current=!0,u.current=!0,r?.current?.removeEventListener?.("scroll",m),a?.scrollIntoView({block:"end",inline:"end"}),setTimeout((()=>{u.current=!1,r?.current?.addEventListener?.("scroll",m)}),200))}),[e,t,n,m]),E=(0,a.useCallback)((e=>{if(null==e)return null;if("BODY"===e?.nodeName)return e;if(e?.ownerDocument!==document)return e.ownerDocument;const{overflow:t}=window.getComputedStyle(e);return t.split(" ").every((e=>"auto"===e||"scroll"===e))?e:e?.parentElement?E(e?.parentElement):e}),[]);return(0,a.useEffect)((()=>{const t=E(e?.current?.parentElement);!r.current&&t&&(r.current=t,o.current=t instanceof HTMLElement?t:t.documentElement,d.current={scrollPadding:o.current.style.scrollPadding,scrollMargin:o.current.style.scrollMargin},i.current&&(o.current.style.scrollPadding="80px",o.current.style.scrollMargin="10px"))}),[e,E]),{snapToBottom:h,enableAutoScroll:g,disableAutoScroll:A}}},76695:(e,t,n)=>{"use strict";n.d(t,{A:()=>c,y:()=>l});var a=n(85985),r=n(47143),s=n(51609),o=n(16597),i=n(13802);function l(e){return`ai-assistant-block-${e}`}const c=()=>{const{replaceBlock:e,removeBlocks:t}=(0,r.useDispatch)("core/block-editor"),n=(0,r.useSelect)((e=>e("core/block-editor")),[]),{getSelectedBlockClientIds:c,getBlocksByClientId:u,getBlock:d,getBlockParents:p}=n,{tracks:m}=(0,a.st)();return{canTransformToAIAssistant:(0,s.useCallback)((({clientId:e,blockName:t})=>{if(!d(e))return!1;if(!i.y7.includes(t))return!1;const n=p(e);if(0===n.length)return!0;const a=d(n[n.length-1]);return!["core/list","core/list-item"].includes(a.name)}),[d,p]),transformToAIAssistant:(0,s.useCallback)((({request:n}={})=>{const a=c(),r=u(a),s=(0,o.Sb)(r),[d]=r,[p,...g]=a,A={...d?.attributes||{},content:s},h=(0,i.rr)(d.name,A);if(n?.promptType){m.recordEvent("jetpack_editor_ai_assistant_extension_toolbar_button_click",{suggestion:n.promptType,block_type:d.name});const e={clientId:p,type:n.promptType,options:{...n.options,contentType:"generated",fromExtension:!0}};localStorage.setItem(l(h.clientId),JSON.stringify(e))}else m.recordEvent("jetpack_ai_assistant_prompt_show",{block_type:d.name});e(p,h),t(g)}),[u,c,t,e,m]),getSelectedBlockClientIds:c}}},7503:(e,t,n)=>{"use strict";n.d(t,{C:()=>d,x:()=>u});var a=n(85985),r=n(10067),s=n.n(r);const o=window?.JP_CONNECTION_INITIAL_STATE,i=s()("jetpack-ai-assistant:connection");let l=!1;const c=e=>{l||(i(e),l=!0)};function u(){return(0,a.Sy)()?(c("Simple site connected ✅"),!0):(0,a.d9)()?(c("Atomic site connected ✅"),!0):o?.connectionStatus?.isUserConnected?(c("Jetpack user is connected ✅"),!0):(c("User is not connected ❌"),!1)}function d(){if((0,a.Sy)())return!0;return!1==!(o?.userConnectionData?.currentUser?.permissions??{}).manage_options}},4e4:(e,t,n)=>{"use strict";n.d(t,{J1:()=>i,K6:()=>l,p$:()=>u});var a=n(64425);const r="title",s="content",o=null;function i(e){return{role:"jetpack-ai",context:{type:"ai-assistant-initial-prompt",for:u(e)}}}function l({generatedContent:e,allPostContent:t,postContentAbove:n,currentPostTitle:r,options:s,type:o,userPrompt:i,isGeneratingTitle:l}){const u=[],d="generated"===s?.contentType;let p=null;switch(o){case a.im:p=r;break;case a.sn:case a.A4:case a.yy:p=n;break;case a.vE:p=t;break;case a.br:case a.fD:p=e;break;case a.eJ:case a.UA:case a.Gm:p=d?e:t;break;case a.pE:p=e||t}const m=function(e,t){return!e&&t&&t.length>0?{role:"jetpack-ai",context:{type:"ai-assistant-relevant-content",content:t}}:null}(o===a.pE?!!e?.length:d,p);return m&&u.push(m),u.push({role:"jetpack-ai",context:c({generatedContent:e,allPostContent:t,postContentAbove:n,currentPostTitle:r,options:s,type:o,userPrompt:i,isGeneratingTitle:l})}),u}function c({options:e,type:t,userPrompt:n,isGeneratingTitle:i}){const l=function(e,t,n){return e?r:!t||n?s:o}(i,"generated"===e?.contentType,e?.fromExtension||!1);return{type:u(t),...l?{subject:l}:{},...t===a.eJ&&e?.tone?{tone:e.tone}:{},...t===a.Gm&&e?.language?{language:e.language}:{},...t===a.pE&&n?{request:n}:{}}}function u(e,t){const n={[a.im]:"ai-assistant-summary-by-title",[a.sn]:"ai-assistant-continue-writing",[a.A4]:"ai-assistant-simplify",[a.yy]:"ai-assistant-correct-spelling",[a.vE]:"ai-assistant-generate-title",[a.br]:"ai-assistant-make-longer",[a.fD]:"ai-assistant-make-shorter",[a.eJ]:"ai-assistant-change-tone",[a.UA]:"ai-assistant-summarize",[a.Gm]:"ai-assistant-change-language",[a.pE]:"ai-assistant-user-prompt"};return"form-ai"===t?"form-ai-extension":t?`${n[e]}-${t}-extension`:n[e]}},64425:(e,t,n)=>{"use strict";n.d(t,{A4:()=>o,Gm:()=>m,UA:()=>p,br:()=>c,eJ:()=>d,fD:()=>u,im:()=>r,jf:()=>h,pE:()=>g,sn:()=>s,uV:()=>A,vE:()=>l,yy:()=>i});var a=n(4e4);const r="titleSummary",s="continue",o="simplify",i="correctSpelling",l="generateTitle",c="makeLonger",u="makeShorter",d="changeTone",p="summarize",m="changeLanguage",g="userPrompt",A="````";function h({generatedContent:e,allPostContent:t,postContentAbove:n,currentPostTitle:r,options:s,type:o,userPrompt:i,isGeneratingTitle:l}){return[(0,a.J1)(o),...(0,a.K6)({generatedContent:e,allPostContent:t,postContentAbove:n,currentPostTitle:r,options:s,type:o,userPrompt:i,isGeneratingTitle:l})]}},16597:(e,t,n)=>{"use strict";n.d(t,{Sb:()=>l,aB:()=>i,b$:()=>o,rJ:()=>c});var a=n(96865),r=n(74997),s=n(47143);function o(e){if(!e)return"";const t=(0,s.select)("core/block-editor"),n=t.getBlockIndex(e),o=t.getBlocks().slice(0,n)??[];return o?.length?(0,a.rh)({content:(0,r.serialize)(o)}):""}function i(){const e=(0,s.select)("core/block-editor").getBlocks();return e?.length?(0,a.rh)({content:(0,r.serialize)(e)}):""}function l(e){return e.filter((e=>null!=e)).map((e=>(0,r.getBlockContent)(e))).join("\n\n")}function c(e){const t=(0,s.select)("core/block-editor").getBlock(e);return t?.innerBlocks?.length?l(t.innerBlocks):""}},47264:(e,t,n)=>{"use strict";function a(e){return e&&"string"==typeof e?e.charAt(0).toUpperCase()+e.slice(1):""}n.d(t,{Z:()=>a})},62514:(e,t,n)=>{"use strict";n.d(t,{w:()=>s});const a=e=>{delete e.clientId;for(const t of e.innerBlocks??[])a(t);return e},r=e=>a((e=>JSON.parse(JSON.stringify(e)))(e));function s(e,t){const n=r(e),a=r(t);return JSON.stringify(n)===JSON.stringify(a)}},96568:(e,t,n)=>{"use strict";function a(e){const t=document.createElement("div");return t.innerHTML=e,t.innerHTML}n.d(t,{d:()=>a})},48499:(e,t,n)=>{"use strict";function a(e){return!0===window?.Jetpack_Editor_Initial_State?.available_blocks?.[e]?.available}n.d(t,{C:()=>a})},13802:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c,rr:()=>l,y7:()=>o});var a=n(96865),r=n(74997),s=n(54681);const o=["core/heading","core/paragraph","core/list"],i=[];function l(e,t){const{content:n,...o}=t;let i=n;"core/heading"===e&&t?.level&&(i=i.replace(/<(\/?)h\d([^>]*)>/g,`<$1h${t.level}$2>`));const l=(0,a.rh)({content:i}),c=[];return c.push({role:"jetpack-ai",context:{type:"ai-assistant-relevant-content",content:l}}),(0,r.createBlock)(s.name,{...o,content:l,originalContent:l,messages:c,originalMessages:c})}for(const e of o)i.push({type:"block",blocks:[e],isMatch:()=>o.includes(e),transform:(t,n)=>{const a=(0,r.getSaveContent)(e,t,n);return l(e,{...t,content:a})}});const c={from:i}},86712:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(27723),s=n(56333),o=n(10617);const __=r.__,i=()=>{const e=`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?page=my-jetpack#/connection`,{autosaveAndRedirect:t,isRedirecting:n}=(0,o.A)(e);if(window?.Jetpack_Editor_Initial_State?.jetpack?.is_current_user_connected)return null;return(0,a.createElement)(s.c,{buttonText:__("Reconnect Jetpack","jetpack"),checkoutUrl:e,className:"jetpack-ai-connect-banner",description:__("Your account is not connected to Jetpack at the moment.","jetpack"),goToCheckoutPage:e=>{t(e)},isRedirecting:n,visible:!0,align:null,title:null,context:null})}},36920:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(27723),s=n(56333),o=n(10617);const __=r.__,i=()=>{let e=window?.Jetpack_Editor_Initial_State?.adminUrl||"";e=e.replace(/wp-admin\/\?frame-nonce=[a-z0-9]+/,"wp-admin/");const t=`${e}admin.php?page=jetpack-search`,{autosaveAndRedirect:n,isRedirecting:r}=(0,o.A)(t);if(window?.Jetpack_AIChatBlock?.jetpackSettings?.instant_search_enabled)return null;return(0,a.createElement)(s.c,{buttonText:__("Enable Jetpack Search","jetpack"),checkoutUrl:t,className:"jetpack-ai-connect-banner",description:__("You need to enable Jetpack Search so that Jetpack AI can index your site.","jetpack"),goToCheckoutPage:e=>{n(e)},isRedirecting:r,visible:!0,align:null,title:null,context:null})}},50443:(e,t,n)=>{"use strict";n.d(t,{G:()=>s,W:()=>r});var a=n(27723);const __=a.__,r=__("Ask","jetpack"),s=__("Ask a question about this site","jetpack")},51686:(e,t,n)=>{"use strict";n.d(t,{z:()=>c});var a=n(82170),r=n(94715),s=n(56427),o=n(3582),i=n(27723),l=n(50443);const __=i.__;function c({setAttributes:e,placeholder:t,showCopy:n,showFeedback:i,showSources:c}){const[u,d]=(0,o.useEntityProp)("root","site","jetpack_search_ai_prompt_override");return(0,a.createElement)(a.Fragment,null,(0,a.createElement)(r.InspectorControls,null,(0,a.createElement)(s.PanelBody,{title:__("Settings","jetpack"),initialOpen:!1},(0,a.createElement)(s.BaseControl,{label:__("Placeholder Text","jetpack"),className:"jetpack-ai-chat__ask-button-text"},(0,a.createElement)(s.TextControl,{placeholder:l.G,onChange:t=>e({placeholder:t}),value:t})))),(0,a.createElement)(r.InspectorAdvancedControls,null,(0,a.createElement)(s.BaseControl,{label:__("Additional instructions","jetpack"),help:__("Give Jetpack AI additional instructions for answer length, format, and tone.","jetpack")},(0,a.createElement)(s.TextareaControl,{value:u,onChange:d})),(0,a.createElement)(s.ToggleControl,{label:__("Show copy answer button.","jetpack"),help:__("Allow users to easily copy the answer.","jetpack"),checked:n,onChange:t=>e({showCopy:t})}),(0,a.createElement)(s.ToggleControl,{label:__("Show rating button.","jetpack"),help:__("Allow users to rate the answer and give feedback.","jetpack"),checked:i,onChange:t=>e({showFeedback:t})}),(0,a.createElement)(s.ToggleControl,{label:__("Show list of sources.","jetpack"),help:__("Show used sources at the bottom of the answer.","jetpack"),checked:c,onChange:t=>e({showSources:t})})))}},32908:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(82170),r=n(96865),s=n(94715),o=n(56427),i=n(47143),l=n(86712),c=n(36920),u=n(50443),d=n(51686);function p({attributes:e,setAttributes:t,clientId:n}){const{askButtonLabel:p=u.W,placeholder:m=u.G,showCopy:g,showFeedback:A,showSources:h}=e,E=(0,s.useBlockProps)(),f=(0,i.useSelect)((e=>e("core/block-editor").isBlockSelected(n)),[n]);return(0,a.createElement)("div",E,(0,a.createElement)(l.A,null),(0,a.createElement)(c.A,null),(0,a.createElement)("div",{className:"jetpack-ai-chat-question-wrapper"},(0,a.createElement)(o.TextControl,{className:"jetpack-ai-chat-question-input",placeholder:m,disabled:!0}),(0,a.createElement)(s.RichText,{className:"wp-block-button__link jetpack-ai-chat-question-button",onChange:e=>t({askButtonLabel:e}),value:p,withoutInteractiveFormatting:!0,allowedFormats:["core/bold","core/italic","core/strikethrough"]})),f&&(0,a.createElement)(r.Yj,null),(0,a.createElement)(s.InspectorControls,null,(0,a.createElement)(d.z,{askButtonLabel:p,placeholder:m,setAttributes:t,showCopy:g,showFeedback:A,showSources:h})))}},8393:(e,t,n)=>{"use strict";var a=n(94375),r=n(1629),s=n(32908),o=n(41825);(0,a.M)(r,{edit:s.A,save:o.A})},41825:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(82170),r=n(94715),s=n(50443);function o({attributes:e}){const t=r.useBlockProps.save({"data-ask-button-label":e.askButtonLabel||s.W});return(0,a.createElement)("div",t)}},97571:(e,t,n)=>{"use strict";n.d(t,{z:()=>o});var a=n(82170),r=n(56427),s=n(27723);const __=s.__;function o({attributes:e,setAttributes:t}){const{statsData:n,statsOption:s}=e,o=[{value:"views",label:__("Views","jetpack")},{value:"visitors",label:__("Visitors","jetpack")}],i=[{value:"site",label:__("My whole site","jetpack")},{value:"post",label:__("This individual post","jetpack")}];return(0,a.createElement)(a.Fragment,null,(0,a.createElement)(r.PanelBody,{title:__("Settings","jetpack")},(0,a.createElement)(r.RadioControl,{label:__("Views or visitors","jetpack"),selected:n,onChange:e=>t({statsData:e}),options:o,help:__("Views represent site visits, whereas visitors represent unique individuals.","jetpack")}),(0,a.createElement)(r.RadioControl,{label:__("Show stats data for","jetpack"),selected:s,onChange:e=>t({statsOption:e}),options:i,disabled:"visitors"===n,help:"visitors"===n?__("Visitor counts aren't available for individual posts.","jetpack"):null}),(0,a.createElement)("span",{className:"jetpack-blog-stats__delay-notice"},__("Stats are delayed for up to 5 minutes.","jetpack"))))}},20201:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(37975),s=n(85985),o=n(1455),i=n.n(o),l=n(94715),c=n(47143),u=n(86087),d=n(27723),p=n(97571),m=n(51744);const __=d.__,_n=d._n;const g=function({attributes:e,className:t,setAttributes:n}){const{isLoadingModules:o,isChangingStatus:d,isModuleActive:g,changeStatus:A}=(0,s.q7)("stats"),{label:h,statsData:E,statsOption:f}=e,[b,v]=(0,u.useState)(null),[C,k]=(0,u.useState)(),[y,B]=(0,u.useState)(),w=(0,l.useBlockProps)(),_="post"===f?y:"views"===E?b:C,I=(0,c.useSelect)((e=>e("core/editor").getCurrentPostId()),[]);if((0,u.useEffect)((()=>{g&&i()({path:Number.isInteger(I)?`/wpcom/v2/blog-stats?post_id=${I}`:"/wpcom/v2/blog-stats"}).then((e=>{v(e["blog-views"]),k(e["blog-visitors"]),B(Number.isInteger(I)?e["post-views"]:"12345")}))}),[I,g]),(0,u.useEffect)((()=>{"visitors"===E&&n({statsOption:"site"})}),[E,n]),!g&&!o)return(0,a.createElement)(m.k,{className:t,changeStatus:A,isLoading:d});const x=/* Translators: Number of visitors */ _n("visitor","visitors",parseInt(_),"jetpack",0),j=/* Translators: Number of views */ _n("hit","hits",parseInt(_),"jetpack",0);return(0,a.createElement)("div",w,(0,a.createElement)(l.InspectorControls,null,(0,a.createElement)(p.z,{attributes:e,setAttributes:n})),(0,a.createElement)("div",{className:t},o||null===b?(0,a.createElement)("p",{className:"jetpack-blog-stats__loading"},__("Loading stats…","jetpack")):(0,a.createElement)("p",null,(0,a.createElement)("span",null,(0,r.A)(_)," "),(0,a.createElement)(l.RichText,{tagName:"span",placeholder:"visitors"===E?x:j,value:h,allowedFormats:["core/bold","core/italic","core/link"],onChange:e=>n({label:e})}))))}},95184:(e,t,n)=>{"use strict";var a=n(74997),r=n(94375),s=n(35116),o=n(20201);(0,r.M)(s,{edit:o.A,save:()=>null,transforms:{from:[{type:"block",blocks:["core/legacy-widget"],isMatch:({idBase:e,instance:t})=>!!t?.raw&&"blog-stats"===e,transform:({instance:e})=>{const t=e.raw.title?(0,a.createBlock)("core/heading",{content:e.raw.title,level:3}):null,n=(0,a.createBlock)("jetpack/blog-stats",{label:e.raw.hits});return t?[t,n]:n}}]}})},51744:(e,t,n)=>{"use strict";n.d(t,{k:()=>l});var a=n(82170),r=n(85985),s=n(56427),o=n(27723),i=n(35116);const __=o.__,l=({className:e,isLoading:t,changeStatus:n})=>{const o=(0,r.d9)()?"https://wordpress.com/support/stats/":"https://jetpack.com/support/jetpack-stats/";return(0,a.createElement)("div",{className:e},(0,a.createElement)(s.Placeholder,{icon:(0,r.sh)(i),instructions:__("You'll need to activate the Stats module to use this block. Please note that hits are only counted while this module is active.","jetpack"),label:i.title},(0,a.createElement)(s.Button,{disabled:t,isBusy:t,onClick:()=>n(!0),variant:"secondary"},t?__("Activating Stats","jetpack"):__("Activate Stats","jetpack",0)),(0,a.createElement)("div",null,(0,a.createElement)(s.ExternalLink,{href:o},__("Learn more about the Stats module.","jetpack")))))}},12169:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(1455),s=n.n(r),o=n(94715),i=n(56427),l=n(47143),c=n(86087),u=n(27723),d=n(93832),p=n(13022),m=n(9075);const __=u.__,_x=u._x;const g=(0,i.withNotices)((function({attributes:e,noticeOperations:t,noticeUI:n,setAttributes:r}){const g=(0,c.useRef)(!1),{answersLink:A,answersLinkText:h,gravatars:E,promptFetched:f,promptId:b,promptLabel:v,promptText:C,showLabel:k,showResponses:y,tagsAdded:B,isBloganuary:w}=e,_=(0,o.useBlockProps)({className:"jetpack-blogging-prompt"});(0,m.J)(b,B,(e=>r({tagsAdded:e})));const I=(0,l.useSelect)((e=>{const{getEntityRecord:t,hasFinishedResolution:n}=e("core"),a=t("root","site")?.language||"en_US";return n("getEntityRecord",["root","site"])?a:null}),[]);(0,c.useEffect)((()=>{if(!I||g.current||f)return;const e=()=>{r({promptFetched:!1,promptId:null,tagsAdded:!1}),g.current=!1,t.removeAllNotices()};let n="/wpcom/v3/blogging-prompts";if(b)n+="/"+encodeURIComponent(b);else{const e=new Date;n+=`?after=--${(e.getMonth()+1).toString().padStart(2,"0")}-${e.getDate().toString().padStart(2,"0")}&order=desc`}n=(0,d.addQueryArgs)(n,{_locale:I,force_year:(new Date)?.getFullYear()}),g.current=!0,s()({path:n}).then((e=>{const t=b?e:e[0];r({answersLink:t.answered_link,answersLinkText:t.answered_link_text,gravatars:t.answered_users_sample.map((({avatar:e})=>({url:e}))),promptFetched:!0,promptLabel:t.label,promptText:t.text,promptId:t.id,isBloganuary:!!t.bloganuary_id})})).catch((n=>{r({promptFetched:!0});const s="rest_post_invalid_id"===n.code&&b?(o=b,(0,a.createElement)(a.Fragment,null,(0,u.sprintf)(/* translators: %d is the prompt id. */ __("Prompt with id %d not found.","jetpack"),o)," ",(0,a.createElement)(i.Button,{variant:"link",onClick:e},__("Reset prompt","jetpack")))):(t=>(0,a.createElement)(a.Fragment,null,(0,u.sprintf)(/* translators: %s is the error message. */ @@ -51,7 +41,7 @@ _n("%d result found, use up and down arrow keys to navigate.","%d results found, __("Open Table Preview %s","jetpack"),t),scrolling:"no",src:`https://www.opentable.com/widget/reservation/canvas?rid=${(0,d.join)(j,"%2C")}&type=${n}&theme=${r}&overlay=false&domain=${Q}&lang=${N&&A.L.includes(N)?N:"en-US"}&newtab=${R}&disablega=true`}))})()))}))},82144:(e,t,n)=>{"use strict";var a=n(82170),r=n(94715),s=n(74997),o=n(94375),i=n(79018),l=n(34157),c=n(8100),u=n(71833),d=n(50387),p=n(84260);(0,o.M)(i,{edit:u.A,save:({attributes:{rid:e}})=>{const t=r.useBlockProps.save();return(0,a.createElement)("div",t,e?.map(((e,t)=>(0,a.createElement)("a",{href:`https://www.opentable.com/restref/client/?rid=${e}`,key:`${e}-${t}`},`https://www.opentable.com/restref/client/?rid=${e}`))))},attributes:i.attributes,styles:(0,d.Iy)(),transforms:{from:[{type:"raw",isMatch:e=>"P"===e.nodeName&&0===e.textContent.indexOf("http")&&(p.XA.test(e.textContent)||p.JJ.test(e.textContent)),transform:e=>{const t=(0,p.a9)(e.textContent);return(0,s.createBlock)("jetpack/opentable",t)}}]},deprecated:[l.A,c.A]})},82101:(e,t,n)=>{"use strict";n.d(t,{L:()=>r,P:()=>a});const a=[{value:"en-US",label:"English"},{value:"fr-CA",label:"Français"},{value:"de-DE",label:"Deutsch"},{value:"es-MX",label:"Español"},{value:"ja-JP",label:"日本語"},{value:"nl-NL",label:"Nederlands"},{value:"it-IT",label:"Italiano"}],r=a.map((e=>e.value))},98233:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(96072),r=n.n(a),s=n(82170),o=n(56427),i=n(86087),l=n(27723),c=n(66087),u=n(4673);const __=l.__,_n=l._n,d=20;function p(e){const[t,n]=(0,i.useState)(""),a=(0,u.A)(t,d),[l,p]=(0,i.useState)(e.rids||[]),m=/^(\d+)$|\(\#(\d+)\)$/,g=a.filter((e=>l.indexOf(e.rid.toString())<0)).map((e=>e.name+` (#${e.rid})`)),A=(0,s.createElement)(o.FormTokenField,r()({value:l,suggestions:g,saveTransform:e=>u.h.test(e)?"":e.trim(),onInputChange:n,maxSuggestions:d,label:_n("Restaurant","Restaurants",l.length,"jetpack")},e,{onChange:t=>{const n=t.map((e=>{const t=m.exec(e);return t[1]||t[2]}));p(n),e.onChange&&e.onChange(n)}}));return(0,s.createElement)("div",{className:"wp-block-jetpack-opentable-restaurant-picker"},e.onSubmit?(0,s.createElement)("form",{onSubmit:n=>{n.preventDefault(),e.onSubmit((0,c.isEmpty)(l)?t:l)}},A,(0,s.createElement)(o.Button,{variant:"secondary",type:"submit"},__("Embed","jetpack"))):A)}},50387:(e,t,n)=>{"use strict";n.d(t,{Iy:()=>o,K5:()=>i,i9:()=>s});var a=n(27723),r=n(66087);const __=a.__,s={name:"button",label:__("Button (210 x 113 pixels)","jetpack")},o=e=>(0,r.compact)([{name:"standard",label:__("Standard (224 x 301 pixels)","jetpack"),isDefault:!0},{name:"tall",label:__("Tall (288 x 490 pixels)","jetpack")},{name:"wide",label:__("Wide (840 x 150 pixels)","jetpack")},(!e||1===e.length)&&s]),i=e=>o(e).map((e=>e.name))},59038:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(86087);function r(e){const t=(0,a.useRef)(void 0);return(0,a.useEffect)((()=>{t.current=e}),[e]),t.current}},4673:(e,t,n)=>{"use strict";n.d(t,{A:()=>o,h:()=>s});var a=n(86087),r=n(66087);const s=/^\s*(http[s]?:\/\/|\{fetch("https://www.opentable.com/widget/reservation/restaurant-search?pageSize="+t+"&query="+encodeURIComponent(e)).then((e=>e.json())).then((e=>o((0,r.unionBy)(n,e.items,"rid"))))}),500),[n]);return(0,a.useEffect)((()=>{(0,r.isEmpty)(e)||s.test(e)||i(e)}),[e]),n}},84260:(e,t,n)=>{"use strict";n.d(t,{JJ:()=>r,XA:()=>s,a9:()=>o});const a=/<\s*script[^>]*src\s*=\s*["']?([^"']*)/i,r=/restref=([0-9]+)&/,s=/rid=([0-9]+)&/,o=e=>{if(e)return(e=>{if(!e)return;let t="";if(t=0===e.indexOf("http")?new URL(e):new URL("http:"+e),!t.host||-1===t.host.indexOf("opentable")||!t.search)return;const n=new URLSearchParams(t.search);let a=n.get("theme");"button"===n.get("type")&&(a=n.get("type"));let r=n.getAll("rid");if(r&&0!==r.length||(r=n.getAll("restref")),!r||0===r.length)return;const s={};r&&(s.rid=r);const o=n.get("domain");o&&(s.domain=o);const i=n.get("iframe");i&&(s.iframe=i);const l=n.get("lang");l&&(s.lang=l);const c=n.get("newtab");return c&&(s.newtab=c),a&&(s.style=a),s})((e=>{const t=e.match(a);return t&&t[1]?t[1]:r.test(e)||s.test(e)?e:void 0})(e))}},72347:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(82170),r=n(94715),s=n(47143),o=n(86087),i=n(52619),l=n(13022),c=n(72462),u=n(53796),d=n(16521);const p=["jetpack/recurring-payments"];const m=function({clientId:e,attributes:t}){const{layout:n,fontSize:m}=t,{connectUrl:g,isApiConnected:A}=(0,s.useSelect)((e=>{const{getConnectUrl:t,isApiStateConnected:n}=e(d.M);return{connectUrl:t(),isApiConnected:n()}})),h=(0,s.useSelect)((t=>t("core/block-editor").getBlock(e).innerBlocks.filter((e=>"jetpack/recurring-payments"===e.name))),[e]);(0,o.useEffect)((()=>{(0,i.addFilter)("jetpack.recurringPayments.editorSettings","jetpack/payment-buttons-hide-nudges-from-inner-blocks",((e,t)=>h.some((e=>e.clientId===t))?{...e,showStripeNudge:!1,showUpgradeNudge:!1}:e))}),[h]);const E=!A&&!!g,f=(0,r.useBlockProps)({className:(0,l.A)({"has-custom-font-size":!!m||t?.style?.typography?.fontSize})}),b=(0,r.useInnerBlocksProps)(f,{allowedBlocks:p,orientation:"horizontal",template:[["jetpack/recurring-payments"]],templateInsertUpdatesSelection:!0,layout:n});return delete b.id,delete b["data-block"],(0,a.createElement)("div",f,E&&(0,a.createElement)(r.BlockControls,{group:"block"},(0,a.createElement)(c.A,{blockName:"jetpack/payment-buttons",connectUrl:g})),E&&(0,a.createElement)(u.V,{blockName:"payment-buttons"}),(0,a.createElement)("div",b))}},54154:(e,t,n)=>{"use strict";var a=n(94375),r=n(97472),s=n(72347),o=n(74054);(0,a.M)(r,{edit:s.A,save:o.A})},74054:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(82170),r=n(94715),s=n(13022);function o({attributes:e}){const t=(0,s.A)({"has-custom-font-size":!!e?.fontSize||e?.style?.typography?.fontSize}),n=r.useBlockProps.save({className:t}),o=r.useInnerBlocksProps.save(n);return(0,a.createElement)("div",o)}},3601:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(82170),r=n(56427);const s="undefined"!=typeof window?window.wp?.blocks?.getBlockType:null;function o({variations:e,onSelect:t,label:n}){return(0,a.createElement)("ul",{"aria-label":n,className:"wp-block-jetpack-payments-intro__variation-picker"},e.map((e=>(0,a.createElement)("li",{key:e.name},(0,a.createElement)(r.Button,{variant:"secondary",icon:e.icon,iconSize:48,onClick:()=>t(e),className:"wp-block-jetpack-payments-intro__variation-picker__variation",label:e.description||e.title}),(0,a.createElement)("span",{className:"wp-block-jetpack-payments-intro__variation-picker__variation-label",role:"presentation"},s?.(e.name)?.title||e.title)))))}},44809:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=[n(91515)]},71938:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={}},91515:(e,t,n)=>{"use strict";n.r(t),n.d(t,{attributes:()=>s.A,save:()=>i,supports:()=>o.A});var a=n(82170),r=n(94715),s=n(71938),o=n(62755);const i=()=>(0,a.createElement)(r.InnerBlocks.Content,null)},62755:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={alignWide:!1,className:!0,customClassName:!1,html:!1,reusable:!1}},37659:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(94715),s=n(74997),o=n(56427),i=n(47143),l=n(86087),c=n(27723),u=n(66087),d=n(3601),p=n(64276),m=n(69661);const __=c.__;function g({name:e,clientId:t}){const n=e=>e.categories?.includes("shop"),c=(0,r.useBlockProps)(),{blockType:g,hasInnerBlocks:A,hasPatterns:h,settings:E}=(0,i.useSelect)((a=>{const{getBlocks:o,__experimentalGetAllowedPatterns:i,getSettings:l}=a(r.store);return{settings:l(),blockType:(0,s.getBlockType)(e),hasInnerBlocks:o(t)?.length>0,hasPatterns:i?.().filter(n).length>0}})),{replaceBlock:f,selectBlock:b,updateSettings:v}=(0,i.useDispatch)(r.store),C=(0,l.useCallback)((e=>{!0===E?.allowedBlockTypes||E?.allowedBlockTypes?.includes(e)||v({...E,allowedBlockTypes:[...E.allowedBlockTypes,e]})}),[E,v]),k=e=>{const n=e.name;C(n),f(t,(0,s.createBlock)(n)),b(t)},y=m.A.filter((e=>(0,s.getBlockType)(e.name)));(0,l.useEffect)((()=>{A||s.registerBlockVariation||k(y[0])}));const B=y.length&&s.registerBlockVariation;let w,_=__("Please select which kind of payment you'd like to add.","jetpack");return h&&(_=__("Start by choosing one of our suggested layout patterns.","jetpack")),w=!A&&B?(0,a.createElement)(o.Placeholder,{icon:(0,u.get)(g,["icon","src"]),label:(0,u.get)(g,["title"]),instructions:_},h&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)(p.A,{onBlockPatternSelect:e=>f(t,e.map(s.cloneBlock)),patternFilter:n}),(0,a.createElement)("p",null,__("Or use one of our blocks to create your own.","jetpack"))),(0,a.createElement)(d.A,{label:__("Payment Block list","jetpack"),variations:y,onSelect:(e=y[0])=>{k(e)}})):(0,a.createElement)(r.InnerBlocks,null),(0,a.createElement)("div",c,w)}},98980:(e,t,n)=>{"use strict";var a=n(82170),r=n(94715),s=n(94375),o=n(87325),i=n(58087),l=n(77675),c=n(80830),u=n(44809),d=n(37659);(0,s.M)(c,{edit:d.A,save:()=>{const e=r.useBlockProps.save();return(0,a.createElement)("div",e,(0,a.createElement)(r.InnerBlocks.Content,null))},keywords:[...new Set([...c.keywords,o.title,...o.keywords,l.title,...l.keywords,i.title,...i.keywords])],deprecated:u.A})},64276:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(82170),r=n(94715),s=n(56427),o=n(86087),i=n(27723);const __=i.__;function l({onBlockPatternSelect:e,patternFilter:t}){const[n,i]=(0,o.useState)(!1);return r.__experimentalBlockPatternSetup?(0,a.createElement)(a.Fragment,null,(0,a.createElement)(s.Button,{variant:"primary",onClick:()=>i(!0),className:"wp-payments-intro-pattern-picker__opener"},__("Choose a pattern","jetpack")),n&&(0,a.createElement)(s.Modal,{className:"wp-block-jetpack-payments-intro__pattern-picker__selection-modal",title:__("Choose a pattern","jetpack"),closeLabel:__("Cancel","jetpack"),onRequestClose:()=>i(!1)},(0,a.createElement)(r.__experimentalBlockPatternSetup,{onBlockPatternSelect:e,filterPatternsFn:t}))):null}},69661:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(85985),r=n(87325),s=n(97472),o=n(58087);const i=[[r.name,r],[s.name,s],[o.name,o]].map((([e,t])=>{const n=t.icon.src??t.icon;return{name:e.includes("/")?e:"jetpack/"+e,title:t.title,description:t.description,icon:"string"==typeof n&&n.toLowerCase().startsWith("{"use strict";n.d(t,{A:()=>b});var a=n(82170),r=n(85985),s=n(94715),o=n(56427),i=n(47143),l=n(43656),c=n(86087),u=n(27723),d=n(51113),p=n(66955),m=n(15788),g=n(83883),A=n(49452),h=n(37906),E=n(42167),f=n(11354);const __=u.__;const b=function(){const e=(0,s.useBlockProps)(),t=(0,i.useSelect)((e=>e(l.store).getCurrentPostType()),[]),n=(0,E.I)(t),{stripeConnectUrl:u,hasTierPlans:b}=(0,i.useSelect)((e=>{const{getNewsletterTierProducts:t,getConnectUrl:n}=e("jetpack/membership-products");return{stripeConnectUrl:n(),hasTierPlans:0!==t()?.length}})),[v,C]=(0,c.useState)(!1),k=(0,f.iF)();function y(e){h.P2.paid_subscribers.key!==e||!u&&b?k(e):C(!0)}(0,c.useEffect)((()=>{n&&n!==h.P2.everybody.key||k(h.P2.subscribers.key)}),[n,k]);const B=e=>e===h.P2.paid_subscribers.key?h.P2.paid_subscribers.label:h.P2.subscribers.label,w=(e=>{switch(e){case h.P2.subscribers.key:return __("Subscriber-only content below","jetpack");case h.P2.paid_subscribers.key:return __("Paid content below this line","jetpack");default:return __("Paywall","jetpack")}})(n);let _=n??h.P2.subscribers.key;return _===h.P2.everybody.key&&(_=h.P2.subscribers.key),(0,a.createElement)("div",e,(0,a.createElement)("div",{className:"wp-block-jetpack-paywall-block"},(0,a.createElement)("span",null,w,(0,a.createElement)(d.A,{icon:p.A,size:16}))),(0,a.createElement)(s.BlockControls,{__experimentalShareWithChildBlocks:!0,group:"block"},(0,a.createElement)(o.ToolbarDropdownMenu,{className:"product-management-control-toolbar__dropdown-button",icon:m.A,text:B(n)},(({onClose:e})=>(0,a.createElement)(a.Fragment,null,(0,a.createElement)(o.MenuGroup,null,(0,a.createElement)(o.MenuItem,{onClick:()=>{y(h.P2.subscribers.key),e()},isSelected:n===h.P2.subscribers.key,icon:n===h.P2.subscribers.key&&g.A,iconPosition:"right"},B(h.P2.subscribers.key)),(0,a.createElement)(o.MenuItem,{onClick:()=>{y(h.P2.paid_subscribers.key),e()},isSelected:n===h.P2.paid_subscribers.key,icon:n===h.P2.paid_subscribers.key&&g.A,iconPosition:"right"},B(h.P2.paid_subscribers.key))))))),(0,a.createElement)(A.A,{closeDialog:()=>C(!1),showDialog:v}),(0,a.createElement)(s.InspectorControls,null,(0,a.createElement)(o.PanelBody,{className:"jetpack-subscribe-newsletters-panel",title:__("Content access","jetpack"),icon:(0,a.createElement)(r.jt,null),initialOpen:!0},(0,a.createElement)(f.EX,{isEditorPanel:!0,accessLevel:_,stripeConnectUrl:u,hasTierPlans:b,postHasPaywallBlock:!0}))))}},19954:(e,t,n)=>{"use strict";var a=n(74997),r=n(47143),s=n(43656),o=n(94375),i=n(64524),l=n(68851),c=n(89110);const u=(0,r.subscribe)((()=>{const e=(0,r.select)(s.store).getCurrentPostType();null!==e&&(u(),e&&"post"!==e&&void 0!==(0,a.getBlockType)(i.name)&&(0,a.unregisterBlockType)(i.name))}));(0,o.M)(i,{edit:l.A,save:()=>null,transforms:c.A})},89110:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(74997),r=n(64524);const s={from:[{type:"block",blocks:["core/more","core/nextpage"],transform:()=>(0,a.createBlock)(r.name)}],to:[{type:"block",blocks:["core/more"],transform:()=>(0,a.createBlock)("core/more")},{type:"block",blocks:["core/nextpage"],transform:()=>(0,a.createBlock)("core/nextpage")}]}},6149:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(85985),s=n(56427),o=n(27723),i=n(73800);const __=o.__,_x=o._x,l=(0,r.sh)(i);function c({className:e,onSubmit:t,noticeUI:n,url:r,setUrl:o}){return(0,a.createElement)("div",{className:e},(0,a.createElement)(s.Placeholder,{label:__("Pinterest","jetpack"),icon:l,notices:n},(0,a.createElement)("form",{onSubmit:e=>{e.preventDefault(),t()}},(0,a.createElement)("input",{type:"url",value:r,className:"components-placeholder__input","aria-label":__("Pinterest URL","jetpack"),placeholder:__("Enter URL to embed here…","jetpack"),onChange:e=>o(e.target.value)}),(0,a.createElement)(s.Button,{variant:"secondary",type:"submit"},_x("Embed","button label","jetpack")))))}},62595:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(82170),r=n(74997),s=n(56427),o=n(86087),i=n(27723);const __=i.__,_x=i._x;function l({fallbackUrl:e,onClick:t}){return(0,a.createElement)(a.Fragment,null,__("Sorry, this content could not be embedded.","jetpack")," ",(0,a.createElement)(s.Button,{variant:"link",onClick:()=>{const n=(0,a.createElement)("a",{href:e},e);t((0,r.createBlock)("core/paragraph",{content:(0,o.renderToString)(n)}))}},_x("Convert block to link","button label","jetpack")))}},37602:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(82170),r=n(56427),s=n(27723);const __=s.__;function o(){return(0,a.createElement)("div",{className:"wp-block-embed is-loading"},(0,a.createElement)(r.Spinner,null),(0,a.createElement)("p",null,__("Embedding…","jetpack")))}},76910:(e,t,n)=>{"use strict";n.d(t,{_:()=>r,e:()=>a});const a="https://pinterest.com/anapinskywalker/",r=/^\s*https?:\/\/(?:www\.)?(?:[a-z]{2}\.)?(?:pinterest\.[a-z.]+|pin\.it)\/([^/]+)(\/[^/]+)?/i},5163:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(82170),r=n(57462);const s={attributes:{url:{type:"string"}},supports:{align:!1,html:!1},save:({attributes:e,className:t})=>{const{url:n}=e;return(0,r.C)(n)?(0,a.createElement)("div",{className:t},(0,a.createElement)("a",{"data-pin-do":(0,r.C)(n),href:n})):null}}},18379:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(82170),r=n(94715),s=n(56427),o=n(86087),i=n(6149),l=n(62595),c=n(37602),u=n(67627),d=n(57462);const p=(0,s.withNotices)((function({attributes:e,isSelected:t,noticeOperations:n,noticeUI:p,setAttributes:m,onReplace:g}){const{url:A}=e,h=(0,r.useBlockProps)(),{isFetching:E,pinterestUrl:f,testUrl:b,hasTestUrlError:v}=(0,u.A)(),[C,k]=(0,o.useState)(!1),[y,B]=(0,o.useState)(""),[w,_]=(0,o.useState)(!1),I=(0,o.useCallback)((()=>(0,a.createElement)(l.A,{fallbackUrl:y,onClick:g})),[v]),x=()=>{E||(b(y),_(!1))},j=()=>{k(!0)};if((0,o.useEffect)((()=>{A&&b(A)}),[]),(0,o.useEffect)((()=>{!t&&C&&k(!1)}),[t,C]),(0,o.useEffect)((()=>{m({url:f}),n.removeAllNotices(),f&&B(f),v&&n.createErrorNotice(I())}),[f,v,m,I]),E)return(0,a.createElement)(c.A,null);const S=(0,d.C)(A);let Q;if(w||!A||A&&!S)Q=(0,a.createElement)(i.A,{onSubmit:x,noticeUI:p,url:y,setUrl:B});else{const e=``;Q=(0,a.createElement)("div",h,(0,a.createElement)("div",null,(0,a.createElement)(s.SandBox,{html:e,scripts:["https://assets.pinterest.com/js/pinit.js"],onFocus:j}),!C&&(0,a.createElement)("div",{className:"block-library-embed__interactive-overlay",onMouseUp:j})))}return(0,a.createElement)("div",h,Q)}))},46010:(e,t,n)=>{"use strict";var a=n(94375),r=n(73800),s=n(5163),o=n(18379),i=n(2230);(0,a.M)(r,{edit:o.A,save:i.A,deprecated:[s.A]})},67627:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(86087),r=n(56145),s=n(76910);const o=(e="")=>{const[t,n]=(0,a.useState)(!1),[o,i]=(0,a.useState)(e),[l,c]=(0,a.useState)(!1);return(0,a.useEffect)((()=>{o&&o!==s.e&&(n(!0),(0,r.A)(o).then((e=>{n(!1),i(e),c(!1)})).catch((()=>{n(!1),i(o||void 0),c(!0)})))}),[o]),{isFetching:t,pinterestUrl:o,hasTestUrlError:l,testUrl:i}}},2230:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(96072),r=n.n(a),s=n(82170),o=n(94715);function i({attributes:e}){const t=o.useBlockProps.save(),{url:n}=e;return(0,s.createElement)("a",r()({},t,{href:n}),n)}},57462:(e,t,n)=>{"use strict";n.d(t,{C:()=>s});var a=n(93832),r=n(76910);function s(e){if(!r._.test(e))return"";const t=(0,a.getPath)(e);return t?t.startsWith("pin/")?"embedPin":t.match(/^([^/]+)\/?$/)?"embedUser":t.match(/^([^/]+)\/([^/]+)\/?$/)?"embedBoard":"":""}},50961:(e,t,n)=>{"use strict";n.d(t,{N:()=>i,T:()=>l});var a=n(1455),r=n.n(a),s=n(93832),o=n(38288);const i=async()=>await r()({path:"/wpcom/v2/podcast-player/track-quantity"}),l=async({url:e,guids:t=[],fetchEpisodeOptions:n=!1})=>{let a,i,l;try{a=await r()({path:(0,s.addQueryArgs)("/wpcom/v2/podcast-player",{url:e,guids:t,"episode-options":n})})}catch(e){i=e}if(a)return{type:o.g,data:a};try{l=await r()({path:(0,s.addQueryArgs)("/oembed/1.0/proxy",{url:e})})}catch(e){}const c=''+e+"";if(l&&l.html!==c)return{type:o.Q};throw i}},82389:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(82170),r=n(86087),s=n(13022),o=n(79094);const i=(0,r.memo)((({playerId:e,title:t,cover:n,link:r,track:s,children:o,showEpisodeTitle:i,showCoverArt:c,showEpisodeDescription:u,colors:d})=>c||i||u?(0,a.createElement)("div",{className:"jetpack-podcast-player__header"},(0,a.createElement)("div",{className:"jetpack-podcast-player__current-track-info"},c&&n&&(0,a.createElement)("div",{className:"jetpack-podcast-player__cover"},(0,a.createElement)("img",{className:"jetpack-podcast-player__cover-image",src:n,alt:""})),i&&!!(t||s&&s.title)&&(0,a.createElement)(l,{playerId:e,title:t,link:r,track:s,colors:d})),!!(u&&s&&s.description)&&(0,a.createElement)("p",{id:`${e}__track-description`,className:"jetpack-podcast-player__track-description"},s.description),o):o)),l=(0,r.memo)((({playerId:e,title:t,link:n,track:r,colors:i={primary:{name:null,custom:null,classes:""}}})=>(0,a.createElement)("h2",{id:`${e}__title`,className:"jetpack-podcast-player__title"},!(!r||!r.title)&&(0,a.createElement)("span",{className:(0,s.A)("jetpack-podcast-player__current-track-title",i.primary.classes),style:{color:i.primary.custom}},r.title,(0,a.createElement)("a",{className:"jetpack-podcast-player__track-title-link",href:r.link||r.src,target:"_blank",rel:"noopener noreferrer nofollow"},o.A)),!!(r&&r.title&&t)&&(0,a.createElement)("span",{className:"jetpack-podcast-player--visually-hidden"}," - "),!!t&&(0,a.createElement)(c,{title:t,link:n,colors:i})))),c=(0,r.memo)((({title:e,link:t})=>(0,a.createElement)("span",{className:"jetpack-podcast-player__podcast-title"},t?(0,a.createElement)("a",{className:"jetpack-podcast-player__link",href:t,target:"_blank",rel:"noopener noreferrer nofollow"},e):{title:e}))),u=i},3750:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(86087),s=n(23117),o=n(91677);const i=(0,r.memo)((({playerId:e,tracks:t,selectTrack:n,currentTrack:r,playerState:i,colors:l})=>(0,a.createElement)("ol",{className:"jetpack-podcast-player__tracks","aria-labelledby":`jetpack-podcast-player__tracklist-title--${e}`,"aria-describedby":`jetpack-podcast-player__tracklist-description--${e}`},t.map(((e,t)=>{const c=r===t;return(0,a.createElement)(o.A,{key:e.id,index:t,track:e,selectTrack:n,isActive:c,isPlaying:c&&i===s.v8,isError:c&&i===s.pF,colors:l})})))))},57162:(e,t,n)=>{"use strict";n.d(t,{A:()=>E});var a=n(82170),r=n(20195),s=n(29491),o=n(47143),i=n(86087),l=n(27723),c=n(13022),u=n(72445),d=n(23117),p=n(19812),m=n(82389),g=n(3750),A=n(81166);const __=l.__;class h extends i.Component{state={currentTrack:0,hasUserInteraction:!1};recordUserInteraction=()=>{this.state.hasUserInteraction||this.setState({hasUserInteraction:!0})};selectTrack=e=>{const{currentTrack:t}=this.state;if(t===e)return this.recordUserInteraction(),void this.props.toggleMediaSource(this.props.playerId);-1!==t&&this.props.pauseMediaSource(this.props.playerId),this.loadAndPlay(e)};loadTrack=e=>{const t=this.getTrack(e);if(!t)return!1;this.state.currentTrack!==e&&this.setState({currentTrack:e});const{title:n,link:a,description:s}=t;return this.props.updateMediaSourceData(this.props.playerId,{title:n,link:a}),(0,r.speak)(/* translators: %s is the track title. It describes the current state of the track as "Loading: [track title]". */ `${(0,l.sprintf)(__("Loading: %s","jetpack"),n)} ${s}`,"assertive"),!0};loadAndPlay=e=>{this.recordUserInteraction(),this.loadTrack(e)&&this.props.playMediaSource(this.props.playerId)};getTrack=e=>this.props.tracks[e];handleError=e=>{if(!this.state.hasUserInteraction){const t=window.navigator.userAgent.match(/Trident\/7\./)?"IE11: Playing sounds in webpages setting is not checked":e;this.setState((()=>{throw new Error(t)}))}this.props.errorMediaSource(this.props.playerId),(0,r.speak)(`${__("Error: Episode unavailable - Open in a new tab","jetpack")}`,"assertive")};handlePlay=()=>{this.props.playMediaSource(this.props.playerId),this.setState({hasUserInteraction:!0})};handlePause=()=>{this.props.pauseMediaSource(this.props.playerId),this.props.playerState!==d.pF&&this.props.pauseMediaSource(this.props.playerId)};handleTimeChange=e=>{this.props.setMediaSourceCurrentTime(this.props.playerId,e)};handleJump=()=>{this.props.setMediaSourceCurrentTime(this.props.playerId,this.props.currentTime-5)};handleSkip=()=>{this.props.setMediaSourceCurrentTime(this.props.playerId,this.props.currentTime+30)};updateMediaData=e=>{this.props.updateMediaSourceData(this.props.playerId,{duration:e.target?.duration,domId:e.target?.id})};registerPlayer(){const e=this.getTrack(this.state.currentTrack)||{},{playerId:t}=this.props;this.props.registerMediaSource(t,{title:e.title,link:e.link,state:d.vh}),this.props.setDefaultMediaSource(t)}componentDidMount(){this.props.playerId&&this.registerPlayer()}componentWillUnmount(){this.props.playerId&&this.props.unregisterMediaSource(this.props.playerId)}componentDidUpdate(e){const t=e=>e?.length?e.map((e=>e.guid)):[],n=t(this.props.tracks),a=new Set(t(e.tracks));n.length===a.size&&n.every((e=>a.has(e)))||this.loadTrack(0)}static getDerivedStateFromProps(e,t){return e.tracks.length<=t.currentTrack?{...t,currentTrack:0}:null}render(){const{playerId:e,title:t,link:n,cover:r,tracks:s,attributes:o,currentTime:i,playerState:d}=this.props,{itemsToShow:A,primaryColor:h,customPrimaryColor:E,hexPrimaryColor:f,secondaryColor:b,customSecondaryColor:v,hexSecondaryColor:C,backgroundColor:k,customBackgroundColor:y,hexBackgroundColor:B,showCoverArt:w,showEpisodeTitle:_,showEpisodeDescription:I}=o,{currentTrack:x}=this.state,j=s.slice(0,A),S=this.getTrack(x),Q=(0,p.GU)({primaryColor:h,customPrimaryColor:E,secondaryColor:b,customSecondaryColor:v,backgroundColor:k,customBackgroundColor:y}),N={color:v,backgroundColor:y,"--jetpack-podcast-player-primary":f,"--jetpack-podcast-player-secondary":C,"--jetpack-podcast-player-background":B},R=(0,c.A)("jetpack-podcast-player",d,Q.secondary.classes,Q.background.classes);return(0,a.createElement)("section",{className:R,style:N,"aria-labelledby":t||S&&S.title?`${e}__title`:void 0,"aria-describedby":S&&S.description?`${e}__track-description`:void 0,"data-jetpack-iframe-ignore":!0},(0,a.createElement)(m.A,{playerId:e,title:t,link:n,cover:r,track:this.getTrack(x),showCoverArt:w,showEpisodeTitle:_,showEpisodeDescription:I,colors:Q},(0,a.createElement)(u.A,{onJumpBack:this.handleJump,onSkipForward:this.handleSkip,trackSource:this.getTrack(x).src,onPlay:this.handlePlay,onPause:this.handlePause,onError:this.handleError,playStatus:d,currentTime:i,onTimeChange:this.handleTimeChange,onMetadataLoaded:this.updateMediaData})),j.length>1&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)("h4",{id:`jetpack-podcast-player__tracklist-title--${e}`,className:"jetpack-podcast-player--visually-hidden"},(0,l.sprintf)( // translators: %s is the track title. -__("Playlist: %s","jetpack"),t)),(0,a.createElement)("p",{id:`jetpack-podcast-player__tracklist-description--${e}`,className:"jetpack-podcast-player--visually-hidden"},__("Select an episode to play it in the audio player.","jetpack")),(0,a.createElement)(g.A,{playerId:e,playerState:d,currentTrack:x,tracks:j,selectTrack:this.selectTrack,colors:Q})))}}h.defaultProps={title:"",cover:"",link:"",attributes:{url:null,itemsToShow:5,showCoverArt:!0,showEpisodeTitle:!0,showEpisodeDescription:!0},tracks:[]};const E=(0,s.compose)([A.A,(0,o.withSelect)(((e,t)=>{const{playerId:n}=t,{getMediaSourceCurrentTime:a,getMediaPlayerState:r}=e(d.ax);return{currentTime:a(n),playerState:r(n)}})),(0,o.withDispatch)((e=>{const{registerMediaSource:t,updateMediaSourceData:n,unregisterMediaSource:a,setDefaultMediaSource:r,playMediaSource:s,pauseMediaSource:o,toggleMediaSource:i,errorMediaSource:l,setMediaSourceCurrentTime:c}=e(d.ax);return{registerMediaSource:t,updateMediaSourceData:n,unregisterMediaSource:a,setDefaultMediaSource:r,playMediaSource:s,pauseMediaSource:o,toggleMediaSource:i,errorMediaSource:l,setMediaSourceCurrentTime:c}}))])(h)},74050:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(82170),r=n(86087),s=n(27723);const __=s.__,o=(0,r.memo)((({link:e,title:t,colors:n})=>(0,a.createElement)("div",{className:"jetpack-podcast-player__track-error"},__("Episode unavailable. ","jetpack"),e&&(0,a.createElement)("span",{className:n.secondary.classes,style:{color:n.secondary.custom}},(0,a.createElement)("a",{className:"jetpack-podcast-player__link",href:e,rel:"noopener noreferrer nofollow",target:"_blank"},(0,a.createElement)("span",{className:"jetpack-podcast-player--visually-hidden"},`${(0,s.sprintf)(/* translators: %s is the title of the track. This text is visually hidden from the screen, but available to screen readers. */ +__("Playlist: %s","jetpack"),t)),(0,a.createElement)("p",{id:`jetpack-podcast-player__tracklist-description--${e}`,className:"jetpack-podcast-player--visually-hidden"},__("Select an episode to play it in the audio player.","jetpack")),(0,a.createElement)(g.A,{playerId:e,playerState:d,currentTrack:x,tracks:j,selectTrack:this.selectTrack,colors:Q})))}}h.defaultProps={title:"",cover:"",link:"",attributes:{url:null,itemsToShow:5,showCoverArt:!0,showEpisodeTitle:!0,showEpisodeDescription:!0},tracks:[]};const E=(0,s.compose)([A.A,(0,o.withSelect)(((e,t)=>{const{playerId:n}=t,{getMediaSourceCurrentTime:a,getMediaPlayerState:r}=e(d.ax);return{currentTime:a(n),playerState:r(n)}})),(0,o.withDispatch)((e=>{const{registerMediaSource:t,updateMediaSourceData:n,unregisterMediaSource:a,setDefaultMediaSource:r,playMediaSource:s,pauseMediaSource:o,toggleMediaSource:i,errorMediaSource:l,setMediaSourceCurrentTime:c}=e(d.ax);return{registerMediaSource:t,updateMediaSourceData:n,unregisterMediaSource:a,setDefaultMediaSource:r,playMediaSource:s,pauseMediaSource:o,toggleMediaSource:i,errorMediaSource:l,setMediaSourceCurrentTime:c}}))])(h)},74050:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(82170),r=n(86087),s=n(27723);const __=s.__,o=(0,r.memo)((({link:e,title:t,colors:n})=>(0,a.createElement)("div",{className:"jetpack-podcast-player__track-error"},__("Episode unavailable.","jetpack")," ",e&&(0,a.createElement)("span",{className:n.secondary.classes,style:{color:n.secondary.custom}},(0,a.createElement)("a",{className:"jetpack-podcast-player__link",href:e,rel:"noopener noreferrer nofollow",target:"_blank"},(0,a.createElement)("span",{className:"jetpack-podcast-player--visually-hidden"},`${(0,s.sprintf)(/* translators: %s is the title of the track. This text is visually hidden from the screen, but available to screen readers. */ __("%s:","jetpack"),t)} `),__("Open in a new tab","jetpack"))))))},35311:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(86087),s=n(27723),o=n(62796);const __=s.__,i=(0,r.memo)((({isPlaying:e,isError:t,className:n})=>{let r,s;t?(s="error", /* translators: This is text to describe the current state. This will go before the track title, such as "Error: [The title of the track]". */ @@ -126,7 +116,7 @@ __("%d requests per image","jetpack"),t),V=1===t?U:H,q=C||v||k,G=(k||C)&&!v,$=Bo // Translators: %d is the cost of generating a featured image. __("Featured image generation costs %d requests per image. You don't have enough requests to generate another image.","jetpack"),M):null,le=(0,a.createElement)(s.Button,{onClick:re,variant:"primary",disabled:!Z?.image||Z?.generating},__("Set as featured image","jetpack"));return(0,a.createElement)(a.Fragment,null,(n===m.s6||n===m.wb)&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)("p",null,__("Create and use an AI generated featured image for your post.","jetpack")),(0,a.createElement)(s.Button,{onClick:X,isBusy:e,disabled:t||O,variant:"secondary"},__("Generate image","jetpack"))),(0,a.createElement)(g.A,{postContent:k,autoStart:""!==k,autoStartAction:ee,images:J,currentIndex:V,title:__("Generate a featured image with AI","jetpack"),cost:M,open:b,placement:n,onClose:K,onTryAgain:ne,onGenerate:H?.current>0?te:ee,generating:Y?.generating,notEnoughRequests:O,requireUpgrade:Q,upgradeDescription:ie,currentLimit:R,currentUsage:N,isUnlimited:F,hasError:Boolean(Y?.error),handlePreviousImage:$,handleNextImage:W,acceptButton:le,generateButtonLabel:H?.current>0?se:oe,instructionsPlaceholder:__("Describe the image you'd like to create, or have the prompt written for you if you've added content to your post.","jetpack")}))}},83729:(e,t,n)=>{"use strict";n.d(t,{A:()=>h});var a=n(82170),r=n(85985),s=n(56427),o=n(86087),i=n(27723),l=n(61297),c=n(58164),u=n(9847),d=n(99991),p=n(2561),m=n(96051),g=n(16615),A=n(22465);const __=i.__;function h({placement:e,onClose:t=()=>{},onSetImage:n=()=>{}}){const[h,E]=(0,o.useState)(!0),f=(0,g.A)(),b=(0,u.A)(),{saveToMediaLibrary:v}=(0,d.A)(),{tracks:C}=(0,r.st)(),{recordEvent:k}=C,{requireUpgrade:y,requestsCount:B,requestsLimit:w,currentTier:_,costs:I}=(0,l.A)(),x=(0,c.Bd)(_),j=I?.[A.yP]?.activeModel??10,S=j===I?.[A.yP]?.stableDiffusion?A.Dk:A.bb,Q=x===c.Ti,N=w-B{E(!1),t?.()}),[t]),H=(0,o.useCallback)((({userPrompt:t})=>{k("jetpack_ai_general_image_generation_generate_image",{placement:e,model:S,site_type:f}),P({userPrompt:t,postContent:b,notEnoughRequests:N}).catch((t=>{k("jetpack_ai_general_image_generation_error",{placement:e,error:t?.message,model:S,site_type:f})}))}),[k,e,S,f,P,b,N]),V=(0,o.useCallback)((({userPrompt:t})=>{k("jetpack_ai_general_image_generation_generate_another_image",{placement:e,model:S,site_type:f}),T((e=>e+1)),P({userPrompt:t,postContent:b,notEnoughRequests:N}).catch((t=>{k("jetpack_ai_general_image_generation_error",{placement:e,error:t?.message,model:S,site_type:f})}))}),[k,e,S,f,P,b,N,T]),q=(0,o.useCallback)((({userPrompt:t})=>{k("jetpack_ai_general_image_generation_try_again",{placement:e,model:S,site_type:f}),P({userPrompt:t,postContent:b,notEnoughRequests:N}).catch((t=>{k("jetpack_ai_general_image_generation_error",{placement:e,error:t?.message,model:S,site_type:f})}))}),[k,e,S,f,P,b,N]),G=(0,o.useCallback)((()=>{k("jetpack_ai_general_image_generation_use_image",{placement:e,model:S,site_type:f});const t=e=>{n?.({id:e.id,url:e.url}),U()};D?.libraryId?t({id:D?.libraryId,url:D?.libraryUrl}):v(D?.image).then((e=>{t(e)}))}),[k,e,S,f,D?.libraryId,D?.libraryUrl,D?.image,n,U,v]),$=__("Generate another image","jetpack"),W=__("Generate","jetpack"),Z=N?(0,i.sprintf)( // Translators: %d is the cost of generating a featured image. -__("Image generation costs %d requests per image. You don't have enough requests to generate another image.","jetpack"),j):null,Y=(0,a.createElement)(s.Button,{onClick:G,variant:"primary",disabled:!D?.image||D?.generating},__("Insert image","jetpack"));return(0,a.createElement)(p.A,{images:O,currentIndex:R,title:__("Generate an image with AI","jetpack"),cost:j,open:h,placement:e,onClose:U,onTryAgain:q,onGenerate:z?.current>0?V:H,generating:F?.generating,notEnoughRequests:N,requireUpgrade:y,upgradeDescription:Z,currentLimit:w,currentUsage:B,isUnlimited:Q,hasError:Boolean(F?.error),handlePreviousImage:L,handleNextImage:M,acceptButton:Y,generateButtonLabel:z?.current>0?$:W,instructionsPlaceholder:__("Describe the image you'd like to create.","jetpack")})}},96051:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(96865),r=n(47143),s=n(86087),o=n(27723),i=n(93832),l=n(61297),c=n(99991);const __=o.__;function u({feature:e,type:t,cost:n,autoStart:o=!0}){const{generateImageWithParameters:u}=(0,a.Kf)(),{increaseRequestsCount:d}=(0,l.A)(),{saveToMediaLibrary:p}=(0,c.A)(),{createNotice:m}=(0,r.useDispatch)("core/notices"),g=(0,s.useRef)(0),[A,h]=(0,s.useState)(0),[E,f]=(0,s.useState)([{generating:o}]),b=(0,s.useCallback)(((e,t)=>{f((n=>{const a=[...n];return a[t]={...a[t],...e},a}))}),[]),v=(0,s.useCallback)((e=>{m("success",e,{type:"snackbar",isDismissible:!0})}),[m]),C=(0,s.useCallback)((()=>{d(n)}),[d,n]),k=(0,s.useCallback)((e=>{if(!e)return"image.png";const t=e.split(" ").slice(0,10).join(" ");return(0,i.cleanForSlug)(t)+".png"}),[]),y=(0,s.useCallback)((({userPrompt:n,postContent:a,notEnoughRequests:r})=>new Promise(((s,o)=>{if(b({generating:!0,error:null},g.current),r)return b({generating:!1,error:new Error(__("You don't have enough requests to generate another image.","jetpack"))},g.current),void s({});const i=u({feature:e,size:"1792x1024",responseFormat:"b64_json",style:"photographic",messages:[{role:"jetpack-ai",context:{type:t,request:n||null,content:a}}]}),l=k(n);i.then((e=>{if(e.data.length>0){const t="data:image/png;base64,"+e.data[0].b64_json;b({image:t},g.current),C(),p(t,l).then((e=>{v(__("Image saved to media library.","jetpack")),b({libraryId:e?.id,libraryUrl:e?.url,generating:!1},g.current),g.current+=1,s({image:t,libraryId:e?.id,libraryUrl:e?.url})})).catch((()=>{b({generating:!1},g.current),g.current+=1,s({image:t})}))}})).catch((e=>{b({generating:!1,error:e},g.current),o(e)}))}))),[b,u,e,t,C,p,v,k]),B=(0,s.useCallback)((()=>{h(Math.max(A-1,0))}),[A,h]),w=(0,s.useCallback)((()=>{h(Math.min(A+1,E.length-1))}),[A,E.length]);return{current:A,setCurrent:h,processImageGeneration:y,handlePreviousImage:B,handleNextImage:w,currentImage:E[A],currentPointer:E[g.current],images:E,pointer:g}}},16615:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(85985),r=n(86087);function s(){const[e]=(0,r.useState)((0,a.d9)()?"atomic":(0,a.Sy)()?"simple":"jetpack");return e}},46536:(e,t,n)=>{"use strict";n.d(t,{OE:()=>r.A,dY:()=>s.dY,hB:()=>s.hB,m2:()=>a.A});var a=n(90096),r=n(83729),s=n(22465)},22465:(e,t,n)=>{"use strict";n.d(t,{Dk:()=>s,bb:()=>o,dY:()=>l,hB:()=>i,oW:()=>a,yP:()=>r});const a="featured-post-image",r="general-image",s="stable-diffusion",o="dall-e-3",i="media-source-dropdown",l="block-placeholder-button"},1661:(e,t,n)=>{"use strict";n.d(t,{S:()=>a});const a="jetpack-ai-breve"},27180:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(85985),s=n(56427),o=n(29491),i=n(47143),l=n(27723),c=n(51609),u=n(29526),d=n(67789),p=n(81932),m=n(73359);const __=l.__,g=(0,o.compose)((0,i.withSelect)((e=>({blocks:e("core/block-editor").getBlocks(),disabledFeatures:e("jetpack/ai-breve").getDisabledFeatures()}))))((({blocks:e,disabledFeatures:t})=>{const[n,l]=(0,c.useState)(null),{toggleFeature:g,toggleProofread:A,setPopoverHover:h,setHighlightHover:E,setPopoverAnchor:f}=(0,i.useDispatch)("jetpack/ai-breve"),{tracks:b}=(0,r.st)(),v=(0,i.useSelect)((e=>e("jetpack/ai-breve").isProofreadEnabled()),[]),C=(0,c.useCallback)((()=>{if(!v)return;const t=(0,m.M)(e),n=(0,d.A)(t),a="number"==typeof n?n.toFixed(2):null;l(a)}),[e,v]),k=(0,o.useDebounce)(C,250),y=(0,c.useCallback)((e=>t=>{b.recordEvent("jetpack_ai_breve_feature_toggle",{type:e,on:t}),g(e,t)}),[b,g]),B=(0,c.useCallback)((()=>{b.recordEvent("jetpack_ai_breve_toggle",{on:!v}),A()}),[b,v,A]);return(0,c.useEffect)((()=>{k()}),[k]),(e=>{const[t,n]=(0,c.useState)(!1);t||(e(),n(!0))})(C),(0,c.useEffect)((()=>{h(!1),E(!1),f({target:null,virtual:null})}),[h,E,f,v,t]),(0,a.createElement)("div",{className:"jetpack-ai-proofread"},(0,a.createElement)("p",null," ",__("Improve your writing with AI.","jetpack")),(0,a.createElement)(s.PanelRow,null,(0,a.createElement)(s.BaseControl,null,(0,a.createElement)("div",{className:"grade-level-container"},null===n?(0,a.createElement)("p",{className:"jetpack-ai-proofread__help-text"},__("Write to see your grade level.","jetpack")):(0,a.createElement)(s.Tooltip,{text:__("To make it easy to read, aim for level 8-12","jetpack")},(0,a.createElement)("p",null,n,(0,a.createElement)("span",{className:"jetpack-ai-proofread__grade-label"},__("Reading grade score","jetpack"))))))),(0,a.createElement)(s.PanelRow,null,(0,a.createElement)(s.BaseControl,null,(0,a.createElement)(s.ToggleControl,{checked:v,onChange:B,label:__("Show suggestions","jetpack")}),(0,a.createElement)("div",{className:"feature-checkboxes-container"},u.A.map((e=>(0,p.Ur)(e.config.name)&&(0,a.createElement)(s.CheckboxControl,{className:v?"":"is-disabled",disabled:!v,"data-breve-type":e.config.name,key:e.config.name,label:e.config.title,checked:!t.includes(e.config.name),onChange:y(e.config.name)})))))))}))},64949:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c,jp:()=>i,zz:()=>o});var a=n(27723),r=n(23094),s=n(80811);const __=a.__,o=s.A,i={name:"complex-words",title:__("Complex words","jetpack"),tagName:"span",className:"jetpack-ai-breve__has-proofread-highlight--complex-words",defaultEnabled:!0},l=new RegExp(`\\b(${Object.keys(s.A).map(r.N).join("|")})\\b`,"gi");function c(e){const t=e.matchAll(l),n=[];for(const e of t){const t=e[0].trim();n.push({text:t,suggestion:s.A[t],startIndex:e.index,endIndex:e.index+t.length})}return n}},80811:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"a and/or b":"a or b or both","able to":"can",accompany:"go with",accomplish:"do",accorded:"given",accordingly:"so",accrue:"add",accurate:"correct",activate:"turn on",additional:"more",address:"discuss","adjacent to":"next to",administer:"manage",advantageous:"helpful","adversely impact on":"hurt",advise:"recommend","afford an opportunity":"allow",aircraft:"plane",allocate:"divide","allows you to":"lets you",alternative:"other",anticipate:"expect","a number of":"some",apparent:"clear",appreciable:"many",approximate:"about","arrive onboard":"arrive","as a means of":"to",ascertain:"find out",assist:"help","associated with":"part of",attain:"meet",attempt:"try","at the present time":"now",begin:"start",benefit:"help","by means of":"by",cannot:"can't",capability:"ability",caveat:"warning","close proximity":"near","combat environment":"combat",combined:"joint",complete:"finish","comply with":"follow",component:"part",comprise:"form",concerning:"about",configure:"set up",consequently:"so",consolidate:"combine",constitutes:"is",contains:"has",convene:"meet",credentials:"username and password",currently:"now",customizations:"changes",customize:"edit",deactivate:"turn off",deem:"consider",delete:"cut",demonstrate:"show",depart:"leave",designate:"appoint",desire:"want",determine:"decide",disable:"turn off",disclose:"show",discontinue:"stop",display:"show",disseminate:"give","due to the fact that":"since","due to the fact":"since","during the period":"during","e.g.":"like","effect modifications":"make changes",elect:"choose",eliminate:"cut",employ:"use",enable:"turn on","enables you to":"lets you",encounter:"meet",endeavor:"try",ensure:"make sure",enumerate:"count",equipments:"equipment",equitable:"fair",establish:"prove",evidenced:"showed",evident:"clear",exhibit:"show",expedite:"speed up",expeditious:"fast",expend:"spend",expertise:"ability",expiration:"end",facilitate:"help","failed to":"didn't",feasible:"workable",females:"women",finalize:"finish",following:"next","for a period of":"for","for example,______etc.":"for example",forfeit:"lose",forward:"send",frequently:"often",function:"role",furnish:"give","gives you the ability to":"lets you","has a requirement for":"needs","he or she":"they",herein:"here",heretofore:"until now",herewith:"below","his or her":"their",however:"but",identical:"same",identify:"find",immediately:"at once",impacted:"affected","in a timely manner":"on time","in accordance with":"by","in addition":"also","in an effort to":"to","in conjunction with":"at the same time","in lieu of":"instead of","in order that":"for","in order to":"to","in regard to":"about","in relation to":"about","in the amount of":"for","in the event of":"if","in the near future":"soon","in view of":"since","in view of the above":"so","inasmuch as":"since",inception:"start","incumbent upon":"must",indicate:"show",indication:"sign",initial:"first",initiate:"start",input:"enter","interpose no objection":"don't object","is applicable to":"applies to","is authorized to":"may","is in consonance with":"agrees with","it appears":"seems",liaison:"discussion","limited number":"limits",magnitude:"size",maintain:"keep",maximum:"most",methodology:"method",methods:"ways",minimize:"decrease",minimum:"least",modify:"change",monitor:"check",necessitate:"need",notify:"tell","not later than 10 May":"by 10 May","not later than 1600":"by 1600",notwithstanding:"still",numerous:"many",objective:"aim",obligate:"bind",observe:"see",operate:"run",optimization:"improvement",optimize:"improve",optimum:"best",option:"choice",parameters:"limits",participate:"take part",perform:"do",permit:"let","pertaining to":"about",portion:"part",possess:"have",practicable:"practical",preceding:"before",preclude:"prevent",present:"show",previous:"earlier",previously:"before",prioritize:"rank","prior to":"before",proceed:"do",proficiency:"skill",promulgate:"issue",provide:"give","provided that":"if","provides guidance for":"guides",purchase:"buy","pursuant to":"by",receive:"get",reflect:"show",regarding:"about","relative to":"about",relocate:"move",remain:"stay",remainder:"rest",remuneration:"pay",render:"give",represents:"is",request:"ask",require:"must","required to":"need to",requirement:"need",reside:"live",retain:"keep",selection:"choice","set forth in":"in","similar to":"like",simultaneously:"at the same time",solicit:"ask for","state-of-the-art":"latest",subject:"the",submit:"send",subsequent:"later",subsequently:"after",substantial:"large","such as":"like",sufficient:"enough",terminate:"end","the system":"we","the undersigned":"I",therefore:"so",therein:"there",thereof:"its",timely:"prompt","to be able to":"to",transaction:"order",transmit:"send","unable to":"can't","under the provisions of":"under","until such time as":"until",utilize:"use",url:"link",validate:"confirm",viable:"workable",vice:"instead of",warrant:"permit",whereas:"since","with reference to":"about","with the exception of":"except for",witnessed:"saw","x and/or y":"x, y, or both"}},87453:(e,t,n)=>{"use strict";function a(){const e=document.querySelector('iframe[name="editor-canvas"]'),t=e?.contentDocument||e?.contentWindow?.document;return{foundContainer:t?.body||document.querySelector(".edit-post-visual-editor > div"),foundIframe:!!e}}n.d(t,{A:()=>a})},95073:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(47143),r=n(74263),s=n(87453),o=n(65634),i=n(29526);let l,c,u=!localStorage.getItem("jetpack-ai-breve-first-hover");function d(e){if(e===document.body||null===e)return null;const t=e.getAttribute("data-breve-type");return i.A.map((({config:e})=>e.name)).includes(t)?e:d(e.parentElement)}async function p(e){if(u){await(0,r.F)(),u=!1,localStorage.setItem("jetpack-ai-breve-first-hover","false");if(window.innerWidth<600)return}clearTimeout(l),clearTimeout(c);const t=(0,a.select)("jetpack/ai-breve");c=setTimeout((()=>{if(t.isPopoverHover())return;const n=d(e.target);if(!n)return;let r=n;if(n.getAttribute("data-breve-type")===o.S.name){const t=n.getBoundingClientRect(),a=0===e.clientY-Math.floor(t.top)?10:0;r={getBoundingClientRect:()=>({top:e.clientY+a,left:e.clientX,bottom:e.clientY,right:e.clientX,width:0,height:0,x:e.clientX,y:e.clientY}),contextElement:e.target}}(0,a.dispatch)("jetpack/ai-breve").setHighlightHover(!0),(0,a.dispatch)("jetpack/ai-breve").setPopoverAnchor({target:n,virtual:r})}),500)}function m(){clearTimeout(l),clearTimeout(c),l=setTimeout((()=>{(0,a.dispatch)("jetpack/ai-breve").setHighlightHover(!1)}),100)}function g(e){const{foundContainer:t}=(0,s.A)(),n=`block-${e}`,a=t?.querySelector?.(`#${n}`);i.A.forEach((({config:e})=>{const t=a?.querySelectorAll?.(`[data-breve-type='${e.name}']`);t&&t?.length>0&&t.forEach((e=>{e?.removeEventListener?.("mouseover",p),e?.addEventListener?.("mouseover",p),e?.removeEventListener?.("mouseleave",m),e?.addEventListener?.("mouseleave",m)}))}))}},29526:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(27723),r=n(64949),s=n(65634),o=n(8589),i=n(39e3);const __=a.__,l=[{config:o.rp,highlight:o.Ay,description:__("Fix spelling mistakes.","jetpack")},{config:r.jp,highlight:r.Ay,dictionary:r.zz,description:__("Use simple, direct words.","jetpack")},{config:s.S,highlight:s.A,description:__("Long sentences are hard to read.","jetpack")},{config:i.E,highlight:i.A,description:__("Remove weasel words.","jetpack")}]},65634:(e,t,n)=>{"use strict";n.d(t,{A:()=>i,S:()=>s});var a=n(27723),r=n(23094);const s={name:"long-sentences",title:(0,a.__)("Long sentences","jetpack"),tagName:"span",className:"jetpack-ai-breve__has-proofread-highlight--long-sentences",defaultEnabled:!1},o=/[^\s][^.!?]+[.!?]+/g;function i(e){const t=[],n=e.match(o);if(!n)return t;return[...new Set(n.filter((e=>e.split(/\s+/).length>20)))].forEach((n=>{const a=new RegExp((0,r.N)(n),"gi"),s=e.matchAll(a);for(const e of s)t.push({text:n,startIndex:e.index,endIndex:e.index+n.length})})),t}},46927:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a="Automattic\nTumblr\nWooCommerce\nJetpack\nSimplenote\nWPScan\nCrowdsignal\nCloudup\nAkismet\nLongreads\nNewspack\nGravatar\nBuddyPress\nbbPress\nWordCamp\nAutomatticians\nAutomattician\nMullenweg"},8589:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>b,S$:()=>E,aj:()=>f,rp:()=>p});var a=n(47143),r=n(27723),s=n(10067),o=n.n(s),i=n(16073),l=n.n(i),c=n(80847),u=n(46927);const __=r.__,d=o()("jetpack-ai-breve:spelling-mistakes"),p={name:"spelling-mistakes",title:__("Spelling mistakes","jetpack"),tagName:"span",className:"jetpack-ai-breve__has-proofread-highlight--spelling-mistakes",defaultEnabled:!1},m={},g={},A=e=>{const t=localStorage.getItem(`jetpack-ai-breve-spelling-context-${e}`);let n=null;const{loading:r,failed:s}=g[e]||{};return t?(n=JSON.parse(t),d("Loaded spelling context from local storage")):r||s||(async e=>{d("Fetching spelling context from the server");const{setDictionaryLoading:t}=(0,a.dispatch)("jetpack/ai-breve");t(p.name,!0);try{g[e]={loading:!0,loaded:!1,failed:!1};const t=await(0,c.A)(p.name,e);localStorage.setItem(`jetpack-ai-breve-spelling-context-${e}`,JSON.stringify(t)),g[e]={loading:!1,loaded:!0,failed:!1},d("Loaded spelling context from the server")}catch(t){d("Failed to fetch spelling context",t),g[e]={loading:!1,loaded:!1,failed:!0}}finally{t(p.name,!1)}})(e),n},h=({language:e="en"}={})=>{if(m[e])return m[e];const t=A(e);if(!t)return null;const{affix:n,dictionary:a}=t,r=l()(n,a);return Array.from(new Set(JSON.parse(localStorage.getItem(`jetpack-ai-breve-spelling-exceptions-${e}`))||[])).forEach((e=>r.add(e))),r.personal(u.A),m[e]=r,m[e]},E=(e,{language:t="en"}={})=>{const n=h({language:t}),{reloadDictionary:r}=(0,a.dispatch)("jetpack/ai-breve");if(n){try{const n=new Set(JSON.parse(localStorage.getItem(`jetpack-ai-breve-spelling-exceptions-${t}`))||[]);n.add(e),localStorage.setItem(`jetpack-ai-breve-spelling-exceptions-${t}`,JSON.stringify(Array.from(n)))}catch(e){return void d("Failed to add text to the dictionary",e)}delete m[t],r(),d("Added text to the dictionary",e)}},f=(e,{language:t="en"}={})=>{const n=h({language:t});if(!n||!e)return[];if("wordpress"===e.toLocaleLowerCase())return["WordPress"];return n.suggest(e)};function b(e){const t=[],n=h();if(!n)return t;const a=new RegExp(/[@#+$/]{0,1}[\p{L}\p{M}'-]+(?:\/[\p{L}\p{M}'-]+)*/gu);return Array.from(e.matchAll(a)).forEach((e=>{const a=e[0],r=e.index;if(-1!==["@","#","+","$","/"].indexOf(a[0]))return;a.split(/[-/]/).forEach((e=>{if(!n.correct(e)){const n=r+a.indexOf(e);t.push({text:e,startIndex:n,endIndex:n+e.length})}}))})),t}},39e3:(e,t,n)=>{"use strict";n.d(t,{A:()=>l,E:()=>o});var a=n(27723),r=n(23094),s=n(81421);const o={name:"unconfident-words",title:(0,a.__)("Unconfident words","jetpack"),tagName:"span",className:"jetpack-ai-breve__has-proofread-highlight--unconfident-words",defaultEnabled:!0},i=new RegExp(`\\b(${s.A.map(r.N).join("|")})\\b`,"gi");function l(e){const t=e.matchAll(i),n=[];for(const e of t){const t=e[0].trim();n.push({text:t,startIndex:e.index,endIndex:e.index+t.length})}return n}},81421:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=["may","might","could","seem","appear","probably","possibly","generally","relatively"]},41863:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(50876),r=n(70960),s=n.n(r);const o=({content:e,type:t,indexes:n,attributes:r={},ignored:o=[]})=>{let i=e;return n.length>0&&(i=n.map((e=>{const{startIndex:t,endIndex:n,text:a}=e;return{start:t,end:n,id:s()(`${a}-${t}-${n}`).toString()}})).filter((e=>!o.includes(e?.id))).reduce(((e,{start:n,end:s,id:o})=>{const i={...r,"data-id":o},l={type:t,attributes:i};return(0,a.applyFormat)(e,l,n,s)}),e)),i};function i({content:e,type:t,indexes:n,attributes:a,ignored:r}){return o({indexes:n,content:e,type:t,attributes:a,ignored:r})}},73333:(e,t,n)=>{"use strict";n.d(t,{A:()=>C});var a=n(82170),r=n(96865),s=n(85985),o=n(74997),i=n(56427),l=n(47143),c=n(86087),u=n(27723),d=n(40502),p=n(13022),m=(n(51609),n(78058)),g=n(1661),A=n(29526),h=n(65634),E=n(8589),f=n(2632),b=n(55983),v=n(23686);const __=u.__;function C(){const{setPopoverHover:e,setSuggestions:t,invalidateSuggestions:n,ignoreSuggestion:u,invalidateSingleSuggestion:C}=(0,l.useDispatch)("jetpack/ai-breve"),{tracks:k}=(0,s.st)(),{updateBlockAttributes:y}=(0,l.useDispatch)("core/block-editor"),{getBlock:B}=(0,l.useSelect)((e=>({getBlock:e("core/block-editor").getBlock})),[]),[w,_]=(0,c.useState)([]),{anchor:I,virtual:x,popoverOpen:j,id:S,feature:Q,blockId:N,title:R,loading:T,suggestions:P,description:L}=(0,l.useSelect)((e=>{const t=e("jetpack/ai-breve"),n=t.isPopoverHover(),a=t.isHighlightHover(),{target:r,virtual:s}=t.getPopoverAnchor()??{target:null,virtual:null},o=r?.getAttribute?.("data-breve-type"),i=r?.getAttribute?.("data-id"),l=r?.getAttribute?.("data-block"),c=A.A?.find?.((e=>e.config.name===o)),u=c?.config??{name:"",title:""},d=c?.description??"",p=u?.title??"",m=t.getSuggestionsLoading({feature:o,id:i,blockId:l}),g=t.getSuggestions({feature:o,id:i,blockId:l});return{title:p,description:d,anchor:r,virtual:s,feature:o,id:i,blockId:l,popoverOpen:a||n,loading:m,suggestions:g}}),[]),M=j&&x,D=Boolean(P?.suggestion)||w.length>0,F=()=>{const n=B(N);if(!n)return void e(!1);k.recordEvent("jetpack_ai_breve_ask",{feature:g.S,block:n.name,type:Q});const{target:a,text:r,occurrence:s}=(0,f.A)(I),o=(0,b.s)(s);t({anchor:I,id:S,target:a,feature:Q,text:r,blockId:N,occurrence:o})};return(0,c.useEffect)((()=>{if(Q===E.rp.name&&M){const e=I?.innerText;if(!e)return;_((0,E.aj)(e))}else _([])}),[Q,M,I]),(0,a.createElement)(a.Fragment,null,M&&I?.parentElement&&(0,a.createElement)(i.Popover,{anchor:x,placement:Q===h.S.name?"bottom":"bottom-start",className:"jetpack-ai-breve__highlight-popover",variant:"tooltip",animate:!1,focusOnMount:!1,onMouseEnter:()=>{e(!0)},onMouseLeave:t=>{t.stopPropagation(),e(!1)}},(0,a.createElement)("div",{className:(0,p.A)("jetpack-ai-breve__highlight-content",{"jetpack-ai-breve__has-suggestions":D})},(0,a.createElement)("div",{className:"jetpack-ai-breve__header-container"},(0,a.createElement)("div",{className:"jetpack-ai-breve__title"},(0,a.createElement)("div",{className:"jetpack-ai-breve__color","data-breve-type":Q}),(0,a.createElement)("div",null,R)),Q!==E.rp.name&&(0,a.createElement)("div",{className:"jetpack-ai-breve__action"},D?(0,a.createElement)(i.Button,{showTooltip:!0,size:"small",iconSize:20,icon:d.A,label:__("Retry","jetpack"),onClick:()=>{C(Q,N,S),F(),k.recordEvent("jetpack_ai_breve_retry",{feature:g.S,type:Q})}}):(0,a.createElement)(a.Fragment,null,T?(0,a.createElement)("div",{className:"jetpack-ai-breve__loading"},(0,a.createElement)(i.Spinner,null)):(0,a.createElement)(i.Button,{className:"jetpack-ai-breve__suggest",icon:m.R,iconSize:18,onClick:F},__("Suggest","jetpack"))))),(0,a.createElement)("div",{className:"jetpack-ai-breve__suggestions-container"},Q!==E.rp.name&&D&&(0,a.createElement)(i.Button,{variant:"tertiary",onClick:()=>{const t=B(N);if(!t)return void e(!1);let a=P?.html;"core/table"===t.name&&(a=r.Su.table(P?.html,!0,{hasFixedLayout:t.attributes?.hasFixedLayout})),"core/list-item"===t.name&&(a=r.Su.listItem(P?.html,!0));const[s]=(0,o.rawHandler)({HTML:a});n(N),y(N,s.attributes),e(!1),k.recordEvent("jetpack_ai_breve_apply",{feature:g.S,block:t.name,type:Q})}},P?.suggestion),Q===E.rp.name&&w.map((t=>(0,a.createElement)(i.Button,{variant:"tertiary",onClick:()=>(t=>{const a=B(N);if(!a)return void e(!1);const{target:r,occurrence:s}=(0,f.A)(I),i=(0,o.serialize)(a),l=(0,v.A)({text:i,target:r,occurrence:s,replacement:t}),[c]=(0,o.rawHandler)({HTML:l});n(N),y(N,c.attributes),e(!1)})(t),key:t,className:"jetpack-ai-breve__spelling-suggestion"},t)))),(0,a.createElement)("div",{className:"jetpack-ai-breve__helper"},Q===E.rp.name&&(0,a.createElement)(i.Button,{variant:"link",onClick:()=>{const{target:e}=(0,f.A)(I);(0,E.S$)(e),k.recordEvent("jetpack_ai_breve_add_to_dictionary",{feature:g.S,type:Q,word:e,language:"en"})}},__("Add to dictionary","jetpack")),Q!==E.rp.name&&(D?__("Click on the suggestion to insert it.","jetpack"):L),(0,a.createElement)("div",{className:"jetpack-ai-breve__helper-buttons-wrapper"},(0,a.createElement)(i.Button,{variant:"link",onClick:()=>{u(N,S),e(!1),k.recordEvent("jetpack_ai_breve_ignore",{feature:g.S,type:Q})}},__("Ignore","jetpack")))))))}},50976:(e,t,n)=>{"use strict";n.d(t,{$A:()=>s.$A,Lx:()=>o,f4:()=>r.A});var a=n(27180),r=(n(59958),n(73333)),s=n(52965);const o=a.A},55305:(e,t,n)=>{"use strict";n.r(t),n.d(t,{ignoreSuggestion:()=>A,invalidateSingleSuggestion:()=>h,invalidateSuggestions:()=>g,reloadDictionary:()=>E,setBlockMd5:()=>m,setDictionaryLoading:()=>p,setHighlightHover:()=>i,setPopoverAnchor:()=>c,setPopoverHover:()=>l,setSuggestions:()=>f,toggleFeature:()=>d,toggleProofread:()=>u});var a=n(96865),r=n(47143),s=n(1661),o=n(56267);function i(e){return{type:"SET_HIGHLIGHT_HOVER",isHover:e}}function l(e){return{type:"SET_POPOVER_HOVER",isHover:e}}function c(e){return{type:"SET_POPOVER_ANCHOR",anchor:e}}function u(e){const t=(0,r.select)("jetpack/ai-breve").isProofreadEnabled();return{type:"SET_PROOFREAD_ENABLED",enabled:void 0===e?!t:e}}function d(e,t){const n=(0,r.select)("jetpack/ai-breve").isFeatureEnabled(e);return{type:(void 0===t?!n:t)?"ENABLE_FEATURE":"DISABLE_FEATURE",feature:e}}function p(e,t){return{type:"SET_DICTIONARY_LOADING",feature:e,loading:t}}function m(e,t){return{type:"SET_BLOCK_MD5",blockId:e,md5:t}}function g(e){return{type:"INVALIDATE_SUGGESTIONS",blockId:e}}function A(e,t){return{type:"IGNORE_SUGGESTION",blockId:e,id:t}}function h(e,t,n){return{type:"INVALIDATE_SINGLE_SUGGESTION",feature:e,blockId:t,id:n}}function E(){return{type:"RELOAD_DICTIONARY"}}function f({anchor:e,id:t,feature:n,target:r,text:i,blockId:l,occurrence:c}){return({dispatch:u})=>{e?.classList?.add("jetpack-ai-breve__is-loading"),u({type:"SET_SUGGESTIONS_LOADING",id:t,feature:n,blockId:l,loading:!0}),(0,a.R0)((0,o.o)({feature:n,target:r,text:i,blockId:l,occurrence:c}),{feature:s.S}).then((a=>{e?.classList?.remove("jetpack-ai-breve__is-loading");try{const e=JSON.parse(a);u({type:"SET_SUGGESTIONS",id:t,feature:n,suggestions:e,blockId:l})}catch(e){u({type:"SET_SUGGESTIONS_LOADING",id:t,feature:n,blockId:l,loading:!1})}})).catch((()=>{e?.classList?.remove("jetpack-ai-breve__is-loading"),u({type:"SET_SUGGESTIONS_LOADING",id:t,feature:n,blockId:l,loading:!1})}))}}},59958:(e,t,n)=>{"use strict";var a=n(47143),r=n(55305),s=n(89746),o=n(10248);const i=(0,a.createReduxStore)("jetpack/ai-breve",{reducer:s.Ay,selectors:o,actions:r});(0,a.register)(i)},89746:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c});var a=n(47143),r=n(29526);const s=window.localStorage.getItem("jetpack-ai-breve-enabled"),o=window.localStorage.getItem("jetpack-ai-breve-disabled-features"),i={enabled:"true"===s,disabled:null!==o?JSON.parse(o):r.A.filter((e=>!e.config.defaultEnabled)).map((e=>e.config.name))};const l="jetpack-ai-breve__highlight-hovered";const c=(0,a.combineReducers)({popover:function(e={},t){const n=()=>{e?.anchor?.target?.classList?.remove(l)};switch(t.type){case"SET_HIGHLIGHT_HOVER":return e?.isPopoverHover||t?.isHover||n(),{...e,isHighlightHover:t.isHover};case"SET_POPOVER_HOVER":return e?.isHighlightHover||t?.isHover||n(),{...e,isPopoverHover:t.isHover};case"SET_POPOVER_ANCHOR":{if(!t.anchor)return e;const a=e?.anchor?.target,r=t?.anchor?.target;return a!==r&&n(),r?.classList?.add(l),{...e,anchor:t.anchor}}}return e},configuration:function(e=i,t){switch(t.type){case"SET_PROOFREAD_ENABLED":{const n=void 0!==t?.enabled?t?.enabled:!e?.enabled;return window.localStorage.setItem("jetpack-ai-breve-enabled",String(n)),{...e,enabled:n}}case"ENABLE_FEATURE":{const n=(e.disabled??[]).filter((e=>e!==t.feature));return window.localStorage.setItem("jetpack-ai-breve-disabled-features",JSON.stringify(n)),{...e,disabled:n}}case"DISABLE_FEATURE":{const n=[...e.disabled??[],t.feature];return window.localStorage.setItem("jetpack-ai-breve-disabled-features",JSON.stringify(n)),{...e,disabled:n}}case"SET_DICTIONARY_LOADING":{const n=t.loading?[...e.loading??[],t.feature]:[...e.loading??[]].filter((e=>e!==t.feature));return{...e,loading:n}}case"RELOAD_DICTIONARY":return{...e,reload:!e.reload}}return e},suggestions:function(e={},t){const{id:n,feature:a,blockId:r}=t??{},s={...e},o=s?.[r]??{},i=s?.[r]?.[a]?.[n]||{};switch(t.type){case"SET_SUGGESTIONS_LOADING":return{...s,[r]:{...o,[a]:{...o[a]??{},[n]:{...i,loading:t.loading}}}};case"SET_SUGGESTIONS":return{...s,[r]:{...o,[a]:{...o[a]??{},[n]:{...i,loading:!1,suggestions:t.suggestions}}}};case"SET_BLOCK_MD5":return{...s,[r]:{md5:t.md5,...o}};case"INVALIDATE_SUGGESTIONS":return{...s,[r]:{}};case"INVALIDATE_SINGLE_SUGGESTION":return{...s,[r]:{...o,[a]:{...o[a]??{},[n]:{}}}};case"IGNORE_SUGGESTION":return{...s,[r]:{...o,ignored:[...o.ignored??[],n]}}}return e}})},10248:(e,t,n)=>{"use strict";function a(e){return e.popover?.isHighlightHover}function r(e){return e.popover?.isPopoverHover}function s(e){return e?.popover?.anchor??null}function o(e){return e.popover?.level}function i(e){return e.configuration?.enabled}function l(e,t){return!e.configuration?.disabled?.includes(t)}function c(e,t){return e.configuration?.loading?.includes(t)}function u(e){return e.configuration?.disabled}function d(e){return e.configuration?.reload}function p(e,t){return e.suggestions?.[t]?.md5??""}function m(e,{feature:t,id:n,blockId:a}){return e.suggestions?.[a]?.[t]?.[n]?.loading}function g(e,{feature:t,id:n,blockId:a}){return e.suggestions?.[a]?.[t]?.[n]?.suggestions}function A(e,{blockId:t}){return e.suggestions?.[t]?.ignored}n.r(t),n.d(t,{getBlockMd5:()=>p,getDisabledFeatures:()=>u,getIgnoredSuggestions:()=>A,getPopoverAnchor:()=>s,getPopoverLevel:()=>o,getReloadFlag:()=>d,getSuggestions:()=>g,getSuggestionsLoading:()=>m,isFeatureDictionaryLoading:()=>c,isFeatureEnabled:()=>l,isHighlightHover:()=>a,isPopoverHover:()=>r,isProofreadEnabled:()=>i})},67789:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=e=>{const t=(e=>e.split(/\s+/).filter((e=>e.length>0)).length)(e),n=(e=>e.split(/[.!?]+/).filter((e=>e.length>0)).length)(e),a=(e=>e.split(/\s+/).reduce(((e,t)=>e+(e=>{if(e.length<=3)return 1;const t=(e=e.toLowerCase().replace(/(?:[^laeiouy]es|ed|[^laeiouy]e)$/,"").replace(/^y/,"")).match(/[aeiouy]{1,2}/g);return t?t.length:1})(t)),0))(e),r=((e,t,n)=>0===e||0===t?null:e/t*.39+n/e*11.8-15.59)(t,n,a);return r}},23094:(e,t,n)=>{"use strict";n.d(t,{N:()=>a});const a=e=>e.replace(/[.*+?^${}()|[\]\\/]/g,"\\$&")},81932:(e,t,n)=>{"use strict";n.d(t,{GB:()=>i,Ul:()=>o,Ur:()=>l});var a=n(47143),r=n(48499);function s(){const{getAiAssistantFeature:e}=(0,a.select)("wordpress-com/plans");return e()}function o(){const{currentTier:e,featuresControl:t}=s();if(!1===t?.["write-brief"]?.enabled)return!1;const{getHiddenBlockTypes:n}=(0,a.select)("core/edit-post")||{};return!(n?.()||[]).includes("jetpack/ai-assistant")&&(0,r.C)("ai-proofread-breve")}function i(){const{featuresControl:e}=s();return!1!==e?.["write-brief"]?.enabled}function l(e){const{featuresControl:t}=s();return!1!==t?.["write-brief"]?.[e]?.enabled}},80847:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(10067);const r=n.n(a)()("jetpack-ai-breve:get-dictionary");async function s(e,t){r("Asking dictionary for type: %s. language: %s",e,t);const n=`https://s${Math.floor(3*Math.random())}.wp.com/wp-content/lib/jetpack-ai/breve-dictionaries/${e}/${t}.json`;try{const e=await fetch(n);if(404===e.status)throw new Error("The requested dictionary does not exist");if(200!==e.status)throw new Error("Failed to fetch dictionary");return e.json()}catch(e){return r("Error getting dictionary: %o",e),Promise.reject(e)}}},10402:(e,t,n)=>{"use strict";n.d(t,{u:()=>a});const a=(e,t)=>{const n=Array.from(e.childNodes),a=n.indexOf(t),r=n.slice(0,a),s=document.createElement("div");return r.forEach((e=>s.appendChild(e.cloneNode(!0)))),s.innerText.length}},54711:(e,t,n)=>{"use strict";n.d(t,{D:()=>a});const a=e=>{let t=e?.parentElement??null;for(;t&&"A"===t.tagName;)t=t.parentElement;return t}},56267:(e,t,n)=>{"use strict";n.d(t,{o:()=>i});var a=n(74997),r=n(47143),s=n(29526);const o={"complex-words":"breve-complex-word","unconfident-words":"breve-unconfident-word","long-sentences":"breve-long-sentence"},i=({feature:e,target:t,text:n,blockId:i,occurrence:l})=>{const c=(0,r.select)("core/block-editor").getBlock(i),u=(0,a.getBlockContent)(c),d=(s.A?.find?.((t=>t.config.name===e))?.dictionary||{})[t.toLowerCase()]||null;return[{role:"jetpack-ai",context:{type:o[e],target:t,text:n,html:u,replacement:d,occurrence:l}}]}},2632:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(10402),r=n(54711);function s(e){const t=e?.innerText,n=(0,r.D)(e),s=n?.innerText,o=(0,a.u)(n,e),i=new RegExp(t,"gi"),l=Array.from(s.matchAll(i)).map((e=>e.index));return{target:t,parent:n,text:s,occurrence:Math.max(1,l.indexOf(o)+1)}}},73359:(e,t,n)=>{"use strict";n.d(t,{M:()=>s});var a=n(74997);const{getBlockContent:r}=a;function s(e){return function(e){const t=document.implementation.createHTMLDocument("");return t.body.innerHTML=e,t.body.querySelectorAll("td, th").forEach((e=>{e.innerHTML=` ${e.innerHTML}`})),t.body.innerText}(e.map((e=>r(e))).join(""))}},55983:(e,t,n)=>{"use strict";n.d(t,{s:()=>a});const a=e=>{const t=["th","st","nd","rd"],n=e%100;return e+(t[(n-20)%10]||t[n]||t[0])}},52965:(e,t,n)=>{"use strict";n.d(t,{$A:()=>p});var a=n(74997),r=n(47143),s=n(50876),o=n(70960),i=n.n(o),l=n(29526),c=n(95073),u=n(41863),d=n(81932);function p(){l.A.forEach((e=>{!function(e){if(!e)return;const{highlight:t,config:n}=e,{name:o,...l}=n,p=`jetpack/ai-proofread-${o}`,m={name:p,interactive:!1,edit:()=>{},...l,__experimentalGetPropsForEditableTreePreparation(e,{blockClientId:t}){const{getIgnoredSuggestions:a,isFeatureEnabled:s,isProofreadEnabled:o,isFeatureDictionaryLoading:i,getReloadFlag:l}=(0,r.select)("jetpack/ai-breve"),c=(0,d.GB)(),u=(0,d.Ur)(n.name);return{isProofreadEnabled:c&&o()&&(0,d.Ul)(),isFeatureEnabled:u&&s(n.name),ignored:a({blockId:t}),isFeatureDictionaryLoading:i(n.name),reloadFlag:l()}},__experimentalCreatePrepareEditableTree:({isProofreadEnabled:e,isFeatureEnabled:o,ignored:l,isFeatureDictionaryLoading:d},{blockClientId:m,richTextIdentifier:g})=>(A,h)=>{const{getBlock:E}=(0,r.select)("core/block-editor"),{getBlockMd5:f}=(0,r.select)("jetpack/ai-breve"),{invalidateSuggestions:b,setBlockMd5:v}=(0,r.dispatch)("jetpack/ai-breve"),C={formats:A,text:h},k=p;let y=l;const B=f(m);if(h&&e&&o&&!d){const e=E(m),r="content"===g?h:(0,a.getBlockContent)(e),s=i()(r).toString();B!==s&&(y=[],b(m),v(m,s));const o=t(h),l=(0,u.A)({ignored:y,content:C,type:k,indexes:o,attributes:{"data-breve-type":n.name,"data-identifier":g??"none","data-block":m}});return setTimeout((()=>{(0,c.A)(m)}),100),l.formats}return(0,s.removeFormat)(C,k,0,C.text.length).formats}};(0,s.registerFormatType)(p,m)}(e)}))}},23686:(e,t,n)=>{"use strict";function a({text:e,target:t,occurrence:n,replacement:a}){const r=new RegExp(t,"gi"),s=Array.from(e.matchAll(r)).map((e=>e.index))[n-1],o=s+t.length;return e.substring(0,s)+a+e.substring(o)}n.d(t,{A:()=>a})},74263:(e,t,n)=>{"use strict";n.d(t,{F:()=>r});var a=n(47143);const r=async()=>{const{clearSelectedBlock:e}=(0,a.dispatch)("core/block-editor"),{enableComplementaryArea:t}=(0,a.dispatch)("core/interface");e(),await t("core/edit-post","jetpack-sidebar/jetpack");const n=document.querySelector(".jetpack-ai-assistant-panel"),r=n?.classList.contains("is-opened"),s=n?.querySelector("h2 button");r&&s?.click(),setTimeout((()=>{s?.click()}),50)}},37215:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(82170),r=n(96865),s=n(85985),o=n(56427),i=n(47143),l=n(86087),c=n(27723),u=(n(51609),n(9847)),d=n(71933);const __=c.__;function p({disabled:e=!1,busy:t=!1,placement:n}){const[c,p]=(0,l.useState)(!1),[m,g]=(0,l.useState)([null]),{tracks:A}=(0,s.st)(),h=(0,i.useSelect)((e=>e("core/editor").getCurrentPostId()),[]),E=(0,u.A)(),f=()=>{p(!c)},{increaseAiAssistantRequestsCount:b,dequeueAiAssistantFeatureAsyncRequest:v}=(0,i.useDispatch)("wordpress-com/plans"),C=(0,l.useCallback)((()=>{b()}),[b]),{request:k,requestingState:y}=(0,r.XE)({askQuestionOptions:{postId:h},onSuggestion:e=>{const t=e.split("\n").map(((e,t)=>e?.length?(0,a.createElement)("p",{key:`line-${t}`},e):null));g(t)},onDone:C,onError:()=>{}});return(0,a.createElement)("div",null,c&&(0,a.createElement)(d.A,{requestingState:y,handleClose:f},(0,a.createElement)("div",{className:"ai-assistant-post-feedback__suggestion"},m)),(0,a.createElement)("p",null,__("Get feedback on content structure.","jetpack")),(0,a.createElement)(o.Button,{onClick:()=>{const e=[{role:"jetpack-ai",context:{type:"proofread-plugin",content:E}}];v(),k(e,{feature:"jetpack-ai-proofread-plugin"}),f(),A.recordEvent("jetpack_ai_get_feedback",{feature:"jetpack-ai-proofread-plugin",placement:n})},variant:"secondary",disabled:!E||e,isBusy:t},__("Generate feedback","jetpack")))}},71933:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(96865),s=n(56427),o=n(27723),i=n(10991);const __=o.__,l=({requestingState:e,onClose:t,title:n})=>(0,a.createElement)("div",{className:"ai-assistant-modal__header"},(0,a.createElement)("div",{className:"ai-assistant-modal__title-wrapper"},(0,a.createElement)(r.wS,{state:e}),(0,a.createElement)("h1",{className:"ai-assistant-modal__title"},n)),(0,a.createElement)(s.Button,{icon:i.A,label:__("Close","jetpack"),onClick:t}));function c({children:e,handleClose:t,hideHeader:n=!0,requestingState:r="init",title:o=__("AI Assistant","jetpack"),maxWidth:i=720}){return(0,a.createElement)(s.Modal,{__experimentalHideHeader:n,className:"ai-assistant-modal",shouldCloseOnClickOutside:!1,onRequestClose:t},(0,a.createElement)("div",{className:"ai-assistant-modal__content",style:{maxWidth:i}},(0,a.createElement)(l,{requestingState:r,onClose:t,title:o}),(0,a.createElement)("hr",{className:"ai-assistant-modal__divider"}),e))}},76318:(e,t,n)=>{"use strict";n.d(t,{A:()=>E});var a=n(82170),r=n(96865),s=n(85985),o=n(56427),i=n(47143),l=n(86087),c=n(27723),u=n(48499),d=n(10617),p=n(9847),m=n(71933),g=n(22079),A=n(22473);const __=c.__,h=(0,u.C)("ai-title-optimization-keywords-support");function E({placement:e,busy:t,disabled:n}){const c=__("Optimize post title","jetpack"),u=__("Improve title for SEO","jetpack"),E=h?u:c,f=__("Use AI to optimize key details of your post.","jetpack"),b=__("AI suggested titles based on your content and keywords for better SEO results.","jetpack"),v=h?b:f,C=__("Improve title","jetpack"),k=__("Improve title for SEO","jetpack"),y=h?k:C,B=(0,p.A)(),[w,_]=(0,l.useState)(null),[I,x]=(0,l.useState)(!1),[j,S]=(0,l.useState)(!1),[Q,N]=(0,l.useState)([]),[R,T]=(0,l.useState)(!1),[P,L]=(0,l.useState)(""),{editPost:M}=(0,i.useDispatch)("core/editor"),{autosave:D}=(0,d.A)(),{increaseAiAssistantRequestsCount:F}=(0,i.useDispatch)("wordpress-com/plans"),{tracks:O}=(0,s.st)(),{recordEvent:z}=O,U=(0,l.useCallback)((()=>{x(!I)}),[I]),H=(0,l.useCallback)((e=>{S(!1),F();try{const t=JSON.parse(e);N(t),_(t?.[0]?.title)}catch(e){}}),[F]),{request:V,stopSuggestion:q}=(0,r.XE)({onDone:H,onError:()=>{T(!0),S(!1)}}),G=(0,l.useCallback)(((t=!1)=>{z("jetpack_ai_title_optimization_generate",{placement:e,has_keywords:!!P,is_retry:t}),S(!0);V([{role:"jetpack-ai",context:{type:"title-optimization",content:B,keywords:P}}],{feature:"jetpack-ai-title-optimization"})}),[z,e,B,P,V]),$=(0,l.useCallback)((()=>{U(),G()}),[G,U]),W=(0,l.useCallback)((()=>{T(!1),G(!0)}),[G]),Z=(0,l.useCallback)((()=>{G()}),[G]),Y=(0,l.useCallback)((t=>{z("jetpack_ai_title_optimization_accept",{placement:e}),M({title:w}),U();try{D(t)}catch(e){}}),[D,M,e,z,w,U]),J=(0,l.useCallback)((()=>{U(),L(""),q()}),[q,U]);return(0,a.createElement)("div",null,(0,a.createElement)("p",null,v),(0,a.createElement)(o.Button,{isBusy:t,disabled:!B||n,onClick:$,variant:"secondary"},y),I&&(0,a.createElement)(m.A,{handleClose:J,title:E,maxWidth:h?700:512},j?(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__loading"},(0,a.createElement)(o.Spinner,{style:{width:"50px",height:"50px"}}),__("Reading your post and generating suggestions…","jetpack")):(0,a.createElement)(a.Fragment,null,R?(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__error"},__("The generation of your suggested titles failed. Please try again.","jetpack")):(0,a.createElement)(a.Fragment,null,h&&(0,a.createElement)(g.A,{onGenerate:Z,onKeywordsChange:L,disabled:j,currentKeywords:P}),!h&&(0,a.createElement)("span",{className:"jetpack-ai-title-optimization__intro"},__("Choose an optimized title below:","jetpack")),(0,a.createElement)(A.A,{onChangeValue:e=>_(e.target.value),selected:w,options:Q?.map?.((e=>({value:e.title,label:e.title,description:e.explanation})))})),(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__cta"},(0,a.createElement)(o.Button,{variant:"secondary",onClick:U},__("Cancel","jetpack")),R?(0,a.createElement)(o.Button,{variant:"primary",onClick:W},__("Try again","jetpack")):(0,a.createElement)(o.Button,{variant:"primary",onClick:Y},__("Replace title","jetpack")))),(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__footer"},(0,a.createElement)(o.ExternalLink,{href:"https://jetpack.com/redirect/?source=jetpack-ai-feedback"},__("Provide feedback","jetpack")))))}},22079:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(82170),r=n(56427),s=n(27723);const __=s.__;function o({onGenerate:e,onKeywordsChange:t,currentKeywords:n,disabled:s}){return(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__keywords"},(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__keywords__textarea"},(0,a.createElement)("textarea",{value:n,disabled:s,maxLength:100,rows:1,onChange:e=>{t(e.target.value)},placeholder:__("Add optional keywords you'd like to include and generate new suggestions.","jetpack")})),(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__keywords__button"},(0,a.createElement)(r.Button,{onClick:e,variant:"secondary",disabled:s},__("Generate again","jetpack"))))}},22473:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(82170);const r="title-optimization-option";function s({options:e,selected:t,onChangeValue:n}){return(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__options"},e.map(((e,s)=>(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__option",key:`${r}-${s}`},(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__option-input"},(0,a.createElement)("input",{id:`${r}-${s}`,type:"radio",name:r,value:e.value,onChange:n,checked:e.value===t})),(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__option-content"},(0,a.createElement)("label",{className:"jetpack-ai-title-optimization__option-label",htmlFor:`${r}-${s}`},e.label,(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__option-description"},e.description)))))))}},93471:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(82170),r=n(11876),s=n(56427),o=n(86087),i=n(27723),l=n(13022),c=(n(51609),n(58164));const __=i.__,u=({usage:e})=>{if(null==e)return null;const t=100-100*Math.max(Math.min(e,1),0),n={width:`${t}%`};return(0,a.createElement)("div",{className:"ai-assistant-usage-bar-wrapper"},(0,a.createElement)("div",{className:(0,l.A)("ai-assistant-usage-bar-usage",{warning:t<60&&t>20,danger:t<=20}),style:n}))};const d=function({isOverLimit:e,planType:t,requestsCount:n,requestsLimit:l,nextResetDate:d=null,loading:p=!1}){const m=e||n>=l;let g=null;const A=Array(),h=Math.max(0,l-n);m&&t===c._X&&A.push(__("You've reached your free requests limit.","jetpack")),m&&t===c.ds&&A.push(__("You've reached your plan requests limit.","jetpack")),d&&t===c.ds&&(g=(0,o.createInterpolateElement)((0,i.sprintf)( +__("Image generation costs %d requests per image. You don't have enough requests to generate another image.","jetpack"),j):null,Y=(0,a.createElement)(s.Button,{onClick:G,variant:"primary",disabled:!D?.image||D?.generating},__("Insert image","jetpack"));return(0,a.createElement)(p.A,{images:O,currentIndex:R,title:__("Generate an image with AI","jetpack"),cost:j,open:h,placement:e,onClose:U,onTryAgain:q,onGenerate:z?.current>0?V:H,generating:F?.generating,notEnoughRequests:N,requireUpgrade:y,upgradeDescription:Z,currentLimit:w,currentUsage:B,isUnlimited:Q,hasError:Boolean(F?.error),handlePreviousImage:L,handleNextImage:M,acceptButton:Y,generateButtonLabel:z?.current>0?$:W,instructionsPlaceholder:__("Describe the image you'd like to create.","jetpack")})}},96051:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(96865),r=n(47143),s=n(86087),o=n(27723),i=n(93832),l=n(61297),c=n(99991);const __=o.__;function u({feature:e,type:t,cost:n,autoStart:o=!0}){const{generateImageWithParameters:u}=(0,a.Kf)(),{increaseRequestsCount:d}=(0,l.A)(),{saveToMediaLibrary:p}=(0,c.A)(),{createNotice:m}=(0,r.useDispatch)("core/notices"),g=(0,s.useRef)(0),[A,h]=(0,s.useState)(0),[E,f]=(0,s.useState)([{generating:o}]),b=(0,s.useCallback)(((e,t)=>{f((n=>{const a=[...n];return a[t]={...a[t],...e},a}))}),[]),v=(0,s.useCallback)((e=>{m("success",e,{type:"snackbar",isDismissible:!0})}),[m]),C=(0,s.useCallback)((()=>{d(n)}),[d,n]),k=(0,s.useCallback)((e=>{if(!e)return"image.png";const t=e.split(" ").slice(0,10).join(" ");return(0,i.cleanForSlug)(t)+".png"}),[]),y=(0,s.useCallback)((({userPrompt:n,postContent:a,notEnoughRequests:r})=>new Promise(((s,o)=>{if(b({generating:!0,error:null},g.current),r)return b({generating:!1,error:new Error(__("You don't have enough requests to generate another image.","jetpack"))},g.current),void s({});const i=u({feature:e,size:"1792x1024",responseFormat:"b64_json",style:"photographic",messages:[{role:"jetpack-ai",context:{type:t,request:n||null,content:a}}]}),l=k(n);i.then((e=>{if(e.data.length>0){const t="data:image/png;base64,"+e.data[0].b64_json;b({image:t},g.current),C(),p(t,l).then((e=>{v(__("Image saved to media library.","jetpack")),b({libraryId:e?.id,libraryUrl:e?.url,generating:!1},g.current),g.current+=1,s({image:t,libraryId:e?.id,libraryUrl:e?.url})})).catch((()=>{b({generating:!1},g.current),g.current+=1,s({image:t})}))}})).catch((e=>{b({generating:!1,error:e},g.current),o(e)}))}))),[b,u,e,t,C,p,v,k]),B=(0,s.useCallback)((()=>{h(Math.max(A-1,0))}),[A,h]),w=(0,s.useCallback)((()=>{h(Math.min(A+1,E.length-1))}),[A,E.length]);return{current:A,setCurrent:h,processImageGeneration:y,handlePreviousImage:B,handleNextImage:w,currentImage:E[A],currentPointer:E[g.current],images:E,pointer:g}}},16615:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(85985),r=n(86087);function s(){const[e]=(0,r.useState)((0,a.d9)()?"atomic":(0,a.Sy)()?"simple":"jetpack");return e}},46536:(e,t,n)=>{"use strict";n.d(t,{OE:()=>r.A,dY:()=>s.dY,hB:()=>s.hB,m2:()=>a.A});var a=n(90096),r=n(83729),s=n(22465)},22465:(e,t,n)=>{"use strict";n.d(t,{Dk:()=>s,bb:()=>o,dY:()=>l,hB:()=>i,oW:()=>a,yP:()=>r});const a="featured-post-image",r="general-image",s="stable-diffusion",o="dall-e-3",i="media-source-dropdown",l="block-placeholder-button"},1661:(e,t,n)=>{"use strict";n.d(t,{S:()=>a});const a="jetpack-ai-breve"},27180:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(85985),s=n(56427),o=n(29491),i=n(47143),l=n(27723),c=n(51609),u=n(29526),d=n(67789),p=n(81932),m=n(73359);const __=l.__,g=(0,o.compose)((0,i.withSelect)((e=>({blocks:e("core/block-editor").getBlocks(),disabledFeatures:e("jetpack/ai-breve").getDisabledFeatures()}))))((({blocks:e,disabledFeatures:t})=>{const[n,l]=(0,c.useState)(null),{toggleFeature:g,toggleProofread:A,setPopoverHover:h,setHighlightHover:E,setPopoverAnchor:f}=(0,i.useDispatch)("jetpack/ai-breve"),{tracks:b}=(0,r.st)(),v=(0,i.useSelect)((e=>e("jetpack/ai-breve").isProofreadEnabled()),[]),C=(0,c.useCallback)((()=>{if(!v)return;const t=(0,m.M)(e),n=(0,d.A)(t),a="number"==typeof n?n.toFixed(2):null;l(a)}),[e,v]),k=(0,o.useDebounce)(C,250),y=(0,c.useCallback)((e=>t=>{b.recordEvent("jetpack_ai_breve_feature_toggle",{type:e,on:t}),g(e,t)}),[b,g]),B=(0,c.useCallback)((()=>{b.recordEvent("jetpack_ai_breve_toggle",{on:!v}),A()}),[b,v,A]);return(0,c.useEffect)((()=>{k()}),[k]),(e=>{const[t,n]=(0,c.useState)(!1);t||(e(),n(!0))})(C),(0,c.useEffect)((()=>{h(!1),E(!1),f({target:null,virtual:null})}),[h,E,f,v,t]),(0,a.createElement)("div",{className:"jetpack-ai-proofread"},(0,a.createElement)("p",null," ",__("Improve your writing with AI.","jetpack")),(0,a.createElement)(s.PanelRow,null,(0,a.createElement)(s.BaseControl,null,(0,a.createElement)("div",{className:"grade-level-container"},null===n?(0,a.createElement)("p",{className:"jetpack-ai-proofread__help-text"},__("Write to see your grade level.","jetpack")):(0,a.createElement)(s.Tooltip,{text:__("To make it easy to read, aim for level 8–12","jetpack")},(0,a.createElement)("p",null,n,(0,a.createElement)("span",{className:"jetpack-ai-proofread__grade-label"},__("Reading grade score","jetpack"))))))),(0,a.createElement)(s.PanelRow,null,(0,a.createElement)(s.BaseControl,null,(0,a.createElement)(s.ToggleControl,{checked:v,onChange:B,label:__("Show suggestions","jetpack")}),(0,a.createElement)("div",{className:"feature-checkboxes-container"},u.A.map((e=>(0,p.Ur)(e.config.name)&&(0,a.createElement)(s.CheckboxControl,{className:v?"":"is-disabled",disabled:!v,"data-breve-type":e.config.name,key:e.config.name,label:e.config.title,checked:!t.includes(e.config.name),onChange:y(e.config.name)})))))))}))},64949:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c,jp:()=>i,zz:()=>o});var a=n(27723),r=n(23094),s=n(80811);const __=a.__,o=s.A,i={name:"complex-words",title:__("Complex words","jetpack"),tagName:"span",className:"jetpack-ai-breve__has-proofread-highlight--complex-words",defaultEnabled:!0},l=new RegExp(`\\b(${Object.keys(s.A).map(r.N).join("|")})\\b`,"gi");function c(e){const t=e.matchAll(l),n=[];for(const e of t){const t=e[0].trim();n.push({text:t,suggestion:s.A[t],startIndex:e.index,endIndex:e.index+t.length})}return n}},80811:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={"a and/or b":"a or b or both","able to":"can",accompany:"go with",accomplish:"do",accorded:"given",accordingly:"so",accrue:"add",accurate:"correct",activate:"turn on",additional:"more",address:"discuss","adjacent to":"next to",administer:"manage",advantageous:"helpful","adversely impact on":"hurt",advise:"recommend","afford an opportunity":"allow",aircraft:"plane",allocate:"divide","allows you to":"lets you",alternative:"other",anticipate:"expect","a number of":"some",apparent:"clear",appreciable:"many",approximate:"about","arrive onboard":"arrive","as a means of":"to",ascertain:"find out",assist:"help","associated with":"part of",attain:"meet",attempt:"try","at the present time":"now",begin:"start",benefit:"help","by means of":"by",cannot:"can't",capability:"ability",caveat:"warning","close proximity":"near","combat environment":"combat",combined:"joint",complete:"finish","comply with":"follow",component:"part",comprise:"form",concerning:"about",configure:"set up",consequently:"so",consolidate:"combine",constitutes:"is",contains:"has",convene:"meet",credentials:"username and password",currently:"now",customizations:"changes",customize:"edit",deactivate:"turn off",deem:"consider",delete:"cut",demonstrate:"show",depart:"leave",designate:"appoint",desire:"want",determine:"decide",disable:"turn off",disclose:"show",discontinue:"stop",display:"show",disseminate:"give","due to the fact that":"since","due to the fact":"since","during the period":"during","e.g.":"like","effect modifications":"make changes",elect:"choose",eliminate:"cut",employ:"use",enable:"turn on","enables you to":"lets you",encounter:"meet",endeavor:"try",ensure:"make sure",enumerate:"count",equipments:"equipment",equitable:"fair",establish:"prove",evidenced:"showed",evident:"clear",exhibit:"show",expedite:"speed up",expeditious:"fast",expend:"spend",expertise:"ability",expiration:"end",facilitate:"help","failed to":"didn't",feasible:"workable",females:"women",finalize:"finish",following:"next","for a period of":"for","for example,______etc.":"for example",forfeit:"lose",forward:"send",frequently:"often",function:"role",furnish:"give","gives you the ability to":"lets you","has a requirement for":"needs","he or she":"they",herein:"here",heretofore:"until now",herewith:"below","his or her":"their",however:"but",identical:"same",identify:"find",immediately:"at once",impacted:"affected","in a timely manner":"on time","in accordance with":"by","in addition":"also","in an effort to":"to","in conjunction with":"at the same time","in lieu of":"instead of","in order that":"for","in order to":"to","in regard to":"about","in relation to":"about","in the amount of":"for","in the event of":"if","in the near future":"soon","in view of":"since","in view of the above":"so","inasmuch as":"since",inception:"start","incumbent upon":"must",indicate:"show",indication:"sign",initial:"first",initiate:"start",input:"enter","interpose no objection":"don't object","is applicable to":"applies to","is authorized to":"may","is in consonance with":"agrees with","it appears":"seems",liaison:"discussion","limited number":"limits",magnitude:"size",maintain:"keep",maximum:"most",methodology:"method",methods:"ways",minimize:"decrease",minimum:"least",modify:"change",monitor:"check",necessitate:"need",notify:"tell","not later than 10 May":"by 10 May","not later than 1600":"by 1600",notwithstanding:"still",numerous:"many",objective:"aim",obligate:"bind",observe:"see",operate:"run",optimization:"improvement",optimize:"improve",optimum:"best",option:"choice",parameters:"limits",participate:"take part",perform:"do",permit:"let","pertaining to":"about",portion:"part",possess:"have",practicable:"practical",preceding:"before",preclude:"prevent",present:"show",previous:"earlier",previously:"before",prioritize:"rank","prior to":"before",proceed:"do",proficiency:"skill",promulgate:"issue",provide:"give","provided that":"if","provides guidance for":"guides",purchase:"buy","pursuant to":"by",receive:"get",reflect:"show",regarding:"about","relative to":"about",relocate:"move",remain:"stay",remainder:"rest",remuneration:"pay",render:"give",represents:"is",request:"ask",require:"must","required to":"need to",requirement:"need",reside:"live",retain:"keep",selection:"choice","set forth in":"in","similar to":"like",simultaneously:"at the same time",solicit:"ask for","state-of-the-art":"latest",subject:"the",submit:"send",subsequent:"later",subsequently:"after",substantial:"large","such as":"like",sufficient:"enough",terminate:"end","the system":"we","the undersigned":"I",therefore:"so",therein:"there",thereof:"its",timely:"prompt","to be able to":"to",transaction:"order",transmit:"send","unable to":"can't","under the provisions of":"under","until such time as":"until",utilize:"use",url:"link",validate:"confirm",viable:"workable",vice:"instead of",warrant:"permit",whereas:"since","with reference to":"about","with the exception of":"except for",witnessed:"saw","x and/or y":"x, y, or both"}},87453:(e,t,n)=>{"use strict";function a(){const e=document.querySelector('iframe[name="editor-canvas"]'),t=e?.contentDocument||e?.contentWindow?.document;return{foundContainer:t?.body||document.querySelector(".edit-post-visual-editor > div"),foundIframe:!!e}}n.d(t,{A:()=>a})},95073:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(47143),r=n(74263),s=n(87453),o=n(65634),i=n(29526);let l,c,u=!localStorage.getItem("jetpack-ai-breve-first-hover");function d(e){if(e===document.body||null===e)return null;const t=e.getAttribute("data-breve-type");return i.A.map((({config:e})=>e.name)).includes(t)?e:d(e.parentElement)}async function p(e){if(u){await(0,r.F)(),u=!1,localStorage.setItem("jetpack-ai-breve-first-hover","false");if(window.innerWidth<600)return}clearTimeout(l),clearTimeout(c);const t=(0,a.select)("jetpack/ai-breve");c=setTimeout((()=>{if(t.isPopoverHover())return;const n=d(e.target);if(!n)return;let r=n;if(n.getAttribute("data-breve-type")===o.S.name){const t=n.getBoundingClientRect(),a=0===e.clientY-Math.floor(t.top)?10:0;r={getBoundingClientRect:()=>({top:e.clientY+a,left:e.clientX,bottom:e.clientY,right:e.clientX,width:0,height:0,x:e.clientX,y:e.clientY}),contextElement:e.target}}(0,a.dispatch)("jetpack/ai-breve").setHighlightHover(!0),(0,a.dispatch)("jetpack/ai-breve").setPopoverAnchor({target:n,virtual:r})}),500)}function m(){clearTimeout(l),clearTimeout(c),l=setTimeout((()=>{(0,a.dispatch)("jetpack/ai-breve").setHighlightHover(!1)}),100)}function g(e){const{foundContainer:t}=(0,s.A)(),n=`block-${e}`,a=t?.querySelector?.(`#${n}`);i.A.forEach((({config:e})=>{const t=a?.querySelectorAll?.(`[data-breve-type='${e.name}']`);t&&t?.length>0&&t.forEach((e=>{e?.removeEventListener?.("mouseover",p),e?.addEventListener?.("mouseover",p),e?.removeEventListener?.("mouseleave",m),e?.addEventListener?.("mouseleave",m)}))}))}},29526:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(27723),r=n(64949),s=n(65634),o=n(8589),i=n(39e3);const __=a.__,l=[{config:o.rp,highlight:o.Ay,description:__("Fix spelling mistakes.","jetpack")},{config:r.jp,highlight:r.Ay,dictionary:r.zz,description:__("Use simple, direct words.","jetpack")},{config:s.S,highlight:s.A,description:__("Long sentences are hard to read.","jetpack")},{config:i.E,highlight:i.A,description:__("Remove weasel words.","jetpack")}]},65634:(e,t,n)=>{"use strict";n.d(t,{A:()=>i,S:()=>s});var a=n(27723),r=n(23094);const s={name:"long-sentences",title:(0,a.__)("Long sentences","jetpack"),tagName:"span",className:"jetpack-ai-breve__has-proofread-highlight--long-sentences",defaultEnabled:!1},o=/[^\s][^.!?]+[.!?]+/g;function i(e){const t=[],n=e.match(o);if(!n)return t;return[...new Set(n.filter((e=>e.split(/\s+/).length>20)))].forEach((n=>{const a=new RegExp((0,r.N)(n),"gi"),s=e.matchAll(a);for(const e of s)t.push({text:n,startIndex:e.index,endIndex:e.index+n.length})})),t}},46927:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a="Automattic\nTumblr\nWooCommerce\nJetpack\nSimplenote\nWPScan\nCrowdsignal\nCloudup\nAkismet\nLongreads\nNewspack\nGravatar\nBuddyPress\nbbPress\nWordCamp\nAutomatticians\nAutomattician\nMullenweg"},8589:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>b,S$:()=>E,aj:()=>f,rp:()=>p});var a=n(47143),r=n(27723),s=n(10067),o=n.n(s),i=n(16073),l=n.n(i),c=n(80847),u=n(46927);const __=r.__,d=o()("jetpack-ai-breve:spelling-mistakes"),p={name:"spelling-mistakes",title:__("Spelling mistakes","jetpack"),tagName:"span",className:"jetpack-ai-breve__has-proofread-highlight--spelling-mistakes",defaultEnabled:!1},m={},g={},A=e=>{const t=localStorage.getItem(`jetpack-ai-breve-spelling-context-${e}`);let n=null;const{loading:r,failed:s}=g[e]||{};return t?(n=JSON.parse(t),d("Loaded spelling context from local storage")):r||s||(async e=>{d("Fetching spelling context from the server");const{setDictionaryLoading:t}=(0,a.dispatch)("jetpack/ai-breve");t(p.name,!0);try{g[e]={loading:!0,loaded:!1,failed:!1};const t=await(0,c.A)(p.name,e);localStorage.setItem(`jetpack-ai-breve-spelling-context-${e}`,JSON.stringify(t)),g[e]={loading:!1,loaded:!0,failed:!1},d("Loaded spelling context from the server")}catch(t){d("Failed to fetch spelling context",t),g[e]={loading:!1,loaded:!1,failed:!0}}finally{t(p.name,!1)}})(e),n},h=({language:e="en"}={})=>{if(m[e])return m[e];const t=A(e);if(!t)return null;const{affix:n,dictionary:a}=t,r=l()(n,a);return Array.from(new Set(JSON.parse(localStorage.getItem(`jetpack-ai-breve-spelling-exceptions-${e}`))||[])).forEach((e=>r.add(e))),r.personal(u.A),m[e]=r,m[e]},E=(e,{language:t="en"}={})=>{const n=h({language:t}),{reloadDictionary:r}=(0,a.dispatch)("jetpack/ai-breve");if(n){try{const n=new Set(JSON.parse(localStorage.getItem(`jetpack-ai-breve-spelling-exceptions-${t}`))||[]);n.add(e),localStorage.setItem(`jetpack-ai-breve-spelling-exceptions-${t}`,JSON.stringify(Array.from(n)))}catch(e){return void d("Failed to add text to the dictionary",e)}delete m[t],r(),d("Added text to the dictionary",e)}},f=(e,{language:t="en"}={})=>{const n=h({language:t});if(!n||!e)return[];if("wordpress"===e.toLocaleLowerCase())return["WordPress"];return n.suggest(e)};function b(e){const t=[],n=h();if(!n)return t;const a=new RegExp(/[@#+$/]{0,1}[\p{L}\p{M}'-]+(?:\/[\p{L}\p{M}'-]+)*/gu);return Array.from(e.matchAll(a)).forEach((e=>{const a=e[0],r=e.index;if(-1!==["@","#","+","$","/"].indexOf(a[0]))return;a.split(/[-/]/).forEach((e=>{if(!n.correct(e)){const n=r+a.indexOf(e);t.push({text:e,startIndex:n,endIndex:n+e.length})}}))})),t}},39e3:(e,t,n)=>{"use strict";n.d(t,{A:()=>l,E:()=>o});var a=n(27723),r=n(23094),s=n(81421);const o={name:"unconfident-words",title:(0,a.__)("Unconfident words","jetpack"),tagName:"span",className:"jetpack-ai-breve__has-proofread-highlight--unconfident-words",defaultEnabled:!0},i=new RegExp(`\\b(${s.A.map(r.N).join("|")})\\b`,"gi");function l(e){const t=e.matchAll(i),n=[];for(const e of t){const t=e[0].trim();n.push({text:t,startIndex:e.index,endIndex:e.index+t.length})}return n}},81421:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=["may","might","could","seem","appear","probably","possibly","generally","relatively"]},41863:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(50876),r=n(70960),s=n.n(r);const o=({content:e,type:t,indexes:n,attributes:r={},ignored:o=[]})=>{let i=e;return n.length>0&&(i=n.map((e=>{const{startIndex:t,endIndex:n,text:a}=e;return{start:t,end:n,id:s()(`${a}-${t}-${n}`).toString()}})).filter((e=>!o.includes(e?.id))).reduce(((e,{start:n,end:s,id:o})=>{const i={...r,"data-id":o},l={type:t,attributes:i};return(0,a.applyFormat)(e,l,n,s)}),e)),i};function i({content:e,type:t,indexes:n,attributes:a,ignored:r}){return o({indexes:n,content:e,type:t,attributes:a,ignored:r})}},73333:(e,t,n)=>{"use strict";n.d(t,{A:()=>C});var a=n(82170),r=n(96865),s=n(85985),o=n(74997),i=n(56427),l=n(47143),c=n(86087),u=n(27723),d=n(40502),p=n(13022),m=(n(51609),n(78058)),g=n(1661),A=n(29526),h=n(65634),E=n(8589),f=n(2632),b=n(55983),v=n(23686);const __=u.__;function C(){const{setPopoverHover:e,setSuggestions:t,invalidateSuggestions:n,ignoreSuggestion:u,invalidateSingleSuggestion:C}=(0,l.useDispatch)("jetpack/ai-breve"),{tracks:k}=(0,s.st)(),{updateBlockAttributes:y}=(0,l.useDispatch)("core/block-editor"),{getBlock:B}=(0,l.useSelect)((e=>({getBlock:e("core/block-editor").getBlock})),[]),[w,_]=(0,c.useState)([]),{anchor:I,virtual:x,popoverOpen:j,id:S,feature:Q,blockId:N,title:R,loading:T,suggestions:P,description:L}=(0,l.useSelect)((e=>{const t=e("jetpack/ai-breve"),n=t.isPopoverHover(),a=t.isHighlightHover(),{target:r,virtual:s}=t.getPopoverAnchor()??{target:null,virtual:null},o=r?.getAttribute?.("data-breve-type"),i=r?.getAttribute?.("data-id"),l=r?.getAttribute?.("data-block"),c=A.A?.find?.((e=>e.config.name===o)),u=c?.config??{name:"",title:""},d=c?.description??"",p=u?.title??"",m=t.getSuggestionsLoading({feature:o,id:i,blockId:l}),g=t.getSuggestions({feature:o,id:i,blockId:l});return{title:p,description:d,anchor:r,virtual:s,feature:o,id:i,blockId:l,popoverOpen:a||n,loading:m,suggestions:g}}),[]),M=j&&x,D=Boolean(P?.suggestion)||w.length>0,F=()=>{const n=B(N);if(!n)return void e(!1);k.recordEvent("jetpack_ai_breve_ask",{feature:g.S,block:n.name,type:Q});const{target:a,text:r,occurrence:s}=(0,f.A)(I),o=(0,b.s)(s);t({anchor:I,id:S,target:a,feature:Q,text:r,blockId:N,occurrence:o})};return(0,c.useEffect)((()=>{if(Q===E.rp.name&&M){const e=I?.innerText;if(!e)return;_((0,E.aj)(e))}else _([])}),[Q,M,I]),(0,a.createElement)(a.Fragment,null,M&&I?.parentElement&&(0,a.createElement)(i.Popover,{anchor:x,placement:Q===h.S.name?"bottom":"bottom-start",className:"jetpack-ai-breve__highlight-popover",variant:"tooltip",animate:!1,focusOnMount:!1,onMouseEnter:()=>{e(!0)},onMouseLeave:t=>{t.stopPropagation(),e(!1)}},(0,a.createElement)("div",{className:(0,p.A)("jetpack-ai-breve__highlight-content",{"jetpack-ai-breve__has-suggestions":D})},(0,a.createElement)("div",{className:"jetpack-ai-breve__header-container"},(0,a.createElement)("div",{className:"jetpack-ai-breve__title"},(0,a.createElement)("div",{className:"jetpack-ai-breve__color","data-breve-type":Q}),(0,a.createElement)("div",null,R)),Q!==E.rp.name&&(0,a.createElement)("div",{className:"jetpack-ai-breve__action"},D?(0,a.createElement)(i.Button,{showTooltip:!0,size:"small",iconSize:20,icon:d.A,label:__("Retry","jetpack"),onClick:()=>{C(Q,N,S),F(),k.recordEvent("jetpack_ai_breve_retry",{feature:g.S,type:Q})}}):(0,a.createElement)(a.Fragment,null,T?(0,a.createElement)("div",{className:"jetpack-ai-breve__loading"},(0,a.createElement)(i.Spinner,null)):(0,a.createElement)(i.Button,{className:"jetpack-ai-breve__suggest",icon:m.R,iconSize:18,onClick:F},__("Suggest","jetpack"))))),(0,a.createElement)("div",{className:"jetpack-ai-breve__suggestions-container"},Q!==E.rp.name&&D&&(0,a.createElement)(i.Button,{variant:"tertiary",onClick:()=>{const t=B(N);if(!t)return void e(!1);let a=P?.html;"core/table"===t.name&&(a=r.Su.table(P?.html,!0,{hasFixedLayout:t.attributes?.hasFixedLayout})),"core/list-item"===t.name&&(a=r.Su.listItem(P?.html,!0));const[s]=(0,o.rawHandler)({HTML:a});n(N),y(N,s.attributes),e(!1),k.recordEvent("jetpack_ai_breve_apply",{feature:g.S,block:t.name,type:Q})}},P?.suggestion),Q===E.rp.name&&w.map((t=>(0,a.createElement)(i.Button,{variant:"tertiary",onClick:()=>(t=>{const a=B(N);if(!a)return void e(!1);const{target:r,occurrence:s}=(0,f.A)(I),i=(0,o.serialize)(a),l=(0,v.A)({text:i,target:r,occurrence:s,replacement:t}),[c]=(0,o.rawHandler)({HTML:l});n(N),y(N,c.attributes),e(!1)})(t),key:t,className:"jetpack-ai-breve__spelling-suggestion"},t)))),(0,a.createElement)("div",{className:"jetpack-ai-breve__helper"},Q===E.rp.name&&(0,a.createElement)(i.Button,{variant:"link",onClick:()=>{const{target:e}=(0,f.A)(I);(0,E.S$)(e),k.recordEvent("jetpack_ai_breve_add_to_dictionary",{feature:g.S,type:Q,word:e,language:"en"})}},__("Add to dictionary","jetpack")),Q!==E.rp.name&&(D?__("Click on the suggestion to insert it.","jetpack"):L),(0,a.createElement)("div",{className:"jetpack-ai-breve__helper-buttons-wrapper"},(0,a.createElement)(i.Button,{variant:"link",onClick:()=>{u(N,S),e(!1),k.recordEvent("jetpack_ai_breve_ignore",{feature:g.S,type:Q})}},__("Ignore","jetpack")))))))}},50976:(e,t,n)=>{"use strict";n.d(t,{$A:()=>s.$A,Lx:()=>o,f4:()=>r.A});var a=n(27180),r=(n(59958),n(73333)),s=n(52965);const o=a.A},55305:(e,t,n)=>{"use strict";n.r(t),n.d(t,{ignoreSuggestion:()=>A,invalidateSingleSuggestion:()=>h,invalidateSuggestions:()=>g,reloadDictionary:()=>E,setBlockMd5:()=>m,setDictionaryLoading:()=>p,setHighlightHover:()=>i,setPopoverAnchor:()=>c,setPopoverHover:()=>l,setSuggestions:()=>f,toggleFeature:()=>d,toggleProofread:()=>u});var a=n(96865),r=n(47143),s=n(1661),o=n(56267);function i(e){return{type:"SET_HIGHLIGHT_HOVER",isHover:e}}function l(e){return{type:"SET_POPOVER_HOVER",isHover:e}}function c(e){return{type:"SET_POPOVER_ANCHOR",anchor:e}}function u(e){const t=(0,r.select)("jetpack/ai-breve").isProofreadEnabled();return{type:"SET_PROOFREAD_ENABLED",enabled:void 0===e?!t:e}}function d(e,t){const n=(0,r.select)("jetpack/ai-breve").isFeatureEnabled(e);return{type:(void 0===t?!n:t)?"ENABLE_FEATURE":"DISABLE_FEATURE",feature:e}}function p(e,t){return{type:"SET_DICTIONARY_LOADING",feature:e,loading:t}}function m(e,t){return{type:"SET_BLOCK_MD5",blockId:e,md5:t}}function g(e){return{type:"INVALIDATE_SUGGESTIONS",blockId:e}}function A(e,t){return{type:"IGNORE_SUGGESTION",blockId:e,id:t}}function h(e,t,n){return{type:"INVALIDATE_SINGLE_SUGGESTION",feature:e,blockId:t,id:n}}function E(){return{type:"RELOAD_DICTIONARY"}}function f({anchor:e,id:t,feature:n,target:r,text:i,blockId:l,occurrence:c}){return({dispatch:u})=>{e?.classList?.add("jetpack-ai-breve__is-loading"),u({type:"SET_SUGGESTIONS_LOADING",id:t,feature:n,blockId:l,loading:!0}),(0,a.R0)((0,o.o)({feature:n,target:r,text:i,blockId:l,occurrence:c}),{feature:s.S}).then((a=>{e?.classList?.remove("jetpack-ai-breve__is-loading");try{const e=JSON.parse(a);u({type:"SET_SUGGESTIONS",id:t,feature:n,suggestions:e,blockId:l})}catch(e){u({type:"SET_SUGGESTIONS_LOADING",id:t,feature:n,blockId:l,loading:!1})}})).catch((()=>{e?.classList?.remove("jetpack-ai-breve__is-loading"),u({type:"SET_SUGGESTIONS_LOADING",id:t,feature:n,blockId:l,loading:!1})}))}}},59958:(e,t,n)=>{"use strict";var a=n(47143),r=n(55305),s=n(89746),o=n(10248);const i=(0,a.createReduxStore)("jetpack/ai-breve",{reducer:s.Ay,selectors:o,actions:r});(0,a.register)(i)},89746:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c});var a=n(47143),r=n(29526);const s=window.localStorage.getItem("jetpack-ai-breve-enabled"),o=window.localStorage.getItem("jetpack-ai-breve-disabled-features"),i={enabled:"true"===s,disabled:null!==o?JSON.parse(o):r.A.filter((e=>!e.config.defaultEnabled)).map((e=>e.config.name))};const l="jetpack-ai-breve__highlight-hovered";const c=(0,a.combineReducers)({popover:function(e={},t){const n=()=>{e?.anchor?.target?.classList?.remove(l)};switch(t.type){case"SET_HIGHLIGHT_HOVER":return e?.isPopoverHover||t?.isHover||n(),{...e,isHighlightHover:t.isHover};case"SET_POPOVER_HOVER":return e?.isHighlightHover||t?.isHover||n(),{...e,isPopoverHover:t.isHover};case"SET_POPOVER_ANCHOR":{if(!t.anchor)return e;const a=e?.anchor?.target,r=t?.anchor?.target;return a!==r&&n(),r?.classList?.add(l),{...e,anchor:t.anchor}}}return e},configuration:function(e=i,t){switch(t.type){case"SET_PROOFREAD_ENABLED":{const n=void 0!==t?.enabled?t?.enabled:!e?.enabled;return window.localStorage.setItem("jetpack-ai-breve-enabled",String(n)),{...e,enabled:n}}case"ENABLE_FEATURE":{const n=(e.disabled??[]).filter((e=>e!==t.feature));return window.localStorage.setItem("jetpack-ai-breve-disabled-features",JSON.stringify(n)),{...e,disabled:n}}case"DISABLE_FEATURE":{const n=[...e.disabled??[],t.feature];return window.localStorage.setItem("jetpack-ai-breve-disabled-features",JSON.stringify(n)),{...e,disabled:n}}case"SET_DICTIONARY_LOADING":{const n=t.loading?[...e.loading??[],t.feature]:[...e.loading??[]].filter((e=>e!==t.feature));return{...e,loading:n}}case"RELOAD_DICTIONARY":return{...e,reload:!e.reload}}return e},suggestions:function(e={},t){const{id:n,feature:a,blockId:r}=t??{},s={...e},o=s?.[r]??{},i=s?.[r]?.[a]?.[n]||{};switch(t.type){case"SET_SUGGESTIONS_LOADING":return{...s,[r]:{...o,[a]:{...o[a]??{},[n]:{...i,loading:t.loading}}}};case"SET_SUGGESTIONS":return{...s,[r]:{...o,[a]:{...o[a]??{},[n]:{...i,loading:!1,suggestions:t.suggestions}}}};case"SET_BLOCK_MD5":return{...s,[r]:{md5:t.md5,...o}};case"INVALIDATE_SUGGESTIONS":return{...s,[r]:{}};case"INVALIDATE_SINGLE_SUGGESTION":return{...s,[r]:{...o,[a]:{...o[a]??{},[n]:{}}}};case"IGNORE_SUGGESTION":return{...s,[r]:{...o,ignored:[...o.ignored??[],n]}}}return e}})},10248:(e,t,n)=>{"use strict";function a(e){return e.popover?.isHighlightHover}function r(e){return e.popover?.isPopoverHover}function s(e){return e?.popover?.anchor??null}function o(e){return e.popover?.level}function i(e){return e.configuration?.enabled}function l(e,t){return!e.configuration?.disabled?.includes(t)}function c(e,t){return e.configuration?.loading?.includes(t)}function u(e){return e.configuration?.disabled}function d(e){return e.configuration?.reload}function p(e,t){return e.suggestions?.[t]?.md5??""}function m(e,{feature:t,id:n,blockId:a}){return e.suggestions?.[a]?.[t]?.[n]?.loading}function g(e,{feature:t,id:n,blockId:a}){return e.suggestions?.[a]?.[t]?.[n]?.suggestions}function A(e,{blockId:t}){return e.suggestions?.[t]?.ignored}n.r(t),n.d(t,{getBlockMd5:()=>p,getDisabledFeatures:()=>u,getIgnoredSuggestions:()=>A,getPopoverAnchor:()=>s,getPopoverLevel:()=>o,getReloadFlag:()=>d,getSuggestions:()=>g,getSuggestionsLoading:()=>m,isFeatureDictionaryLoading:()=>c,isFeatureEnabled:()=>l,isHighlightHover:()=>a,isPopoverHover:()=>r,isProofreadEnabled:()=>i})},67789:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=e=>{const t=(e=>e.split(/\s+/).filter((e=>e.length>0)).length)(e),n=(e=>e.split(/[.!?]+/).filter((e=>e.length>0)).length)(e),a=(e=>e.split(/\s+/).reduce(((e,t)=>e+(e=>{if(e.length<=3)return 1;const t=(e=e.toLowerCase().replace(/(?:[^laeiouy]es|ed|[^laeiouy]e)$/,"").replace(/^y/,"")).match(/[aeiouy]{1,2}/g);return t?t.length:1})(t)),0))(e),r=((e,t,n)=>0===e||0===t?null:e/t*.39+n/e*11.8-15.59)(t,n,a);return r}},23094:(e,t,n)=>{"use strict";n.d(t,{N:()=>a});const a=e=>e.replace(/[.*+?^${}()|[\]\\/]/g,"\\$&")},81932:(e,t,n)=>{"use strict";n.d(t,{GB:()=>i,Ul:()=>o,Ur:()=>l});var a=n(47143),r=n(48499);function s(){const{getAiAssistantFeature:e}=(0,a.select)("wordpress-com/plans");return e()}function o(){const{currentTier:e,featuresControl:t}=s();if(!1===t?.["write-brief"]?.enabled)return!1;const{getHiddenBlockTypes:n}=(0,a.select)("core/edit-post")||{};return!(n?.()||[]).includes("jetpack/ai-assistant")&&(0,r.C)("ai-proofread-breve")}function i(){const{featuresControl:e}=s();return!1!==e?.["write-brief"]?.enabled}function l(e){const{featuresControl:t}=s();return!1!==t?.["write-brief"]?.[e]?.enabled}},80847:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(10067);const r=n.n(a)()("jetpack-ai-breve:get-dictionary");async function s(e,t){r("Asking dictionary for type: %s. language: %s",e,t);const n=`https://s${Math.floor(3*Math.random())}.wp.com/wp-content/lib/jetpack-ai/breve-dictionaries/${e}/${t}.json`;try{const e=await fetch(n);if(404===e.status)throw new Error("The requested dictionary does not exist");if(200!==e.status)throw new Error("Failed to fetch dictionary");return e.json()}catch(e){return r("Error getting dictionary: %o",e),Promise.reject(e)}}},10402:(e,t,n)=>{"use strict";n.d(t,{u:()=>a});const a=(e,t)=>{const n=Array.from(e.childNodes),a=n.indexOf(t),r=n.slice(0,a),s=document.createElement("div");return r.forEach((e=>s.appendChild(e.cloneNode(!0)))),s.innerText.length}},54711:(e,t,n)=>{"use strict";n.d(t,{D:()=>a});const a=e=>{let t=e?.parentElement??null;for(;t&&"A"===t.tagName;)t=t.parentElement;return t}},56267:(e,t,n)=>{"use strict";n.d(t,{o:()=>i});var a=n(74997),r=n(47143),s=n(29526);const o={"complex-words":"breve-complex-word","unconfident-words":"breve-unconfident-word","long-sentences":"breve-long-sentence"},i=({feature:e,target:t,text:n,blockId:i,occurrence:l})=>{const c=(0,r.select)("core/block-editor").getBlock(i),u=(0,a.getBlockContent)(c),d=(s.A?.find?.((t=>t.config.name===e))?.dictionary||{})[t.toLowerCase()]||null;return[{role:"jetpack-ai",context:{type:o[e],target:t,text:n,html:u,replacement:d,occurrence:l}}]}},2632:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(10402),r=n(54711);function s(e){const t=e?.innerText,n=(0,r.D)(e),s=n?.innerText,o=(0,a.u)(n,e),i=new RegExp(t,"gi"),l=Array.from(s.matchAll(i)).map((e=>e.index));return{target:t,parent:n,text:s,occurrence:Math.max(1,l.indexOf(o)+1)}}},73359:(e,t,n)=>{"use strict";n.d(t,{M:()=>s});var a=n(74997);const{getBlockContent:r}=a;function s(e){return function(e){const t=document.implementation.createHTMLDocument("");return t.body.innerHTML=e,t.body.querySelectorAll("td, th").forEach((e=>{e.innerHTML=` ${e.innerHTML}`})),t.body.innerText}(e.map((e=>r(e))).join(""))}},55983:(e,t,n)=>{"use strict";n.d(t,{s:()=>a});const a=e=>{const t=["th","st","nd","rd"],n=e%100;return e+(t[(n-20)%10]||t[n]||t[0])}},52965:(e,t,n)=>{"use strict";n.d(t,{$A:()=>p});var a=n(74997),r=n(47143),s=n(50876),o=n(70960),i=n.n(o),l=n(29526),c=n(95073),u=n(41863),d=n(81932);function p(){l.A.forEach((e=>{!function(e){if(!e)return;const{highlight:t,config:n}=e,{name:o,...l}=n,p=`jetpack/ai-proofread-${o}`,m={name:p,interactive:!1,edit:()=>{},...l,__experimentalGetPropsForEditableTreePreparation(e,{blockClientId:t}){const{getIgnoredSuggestions:a,isFeatureEnabled:s,isProofreadEnabled:o,isFeatureDictionaryLoading:i,getReloadFlag:l}=(0,r.select)("jetpack/ai-breve"),c=(0,d.GB)(),u=(0,d.Ur)(n.name);return{isProofreadEnabled:c&&o()&&(0,d.Ul)(),isFeatureEnabled:u&&s(n.name),ignored:a({blockId:t}),isFeatureDictionaryLoading:i(n.name),reloadFlag:l()}},__experimentalCreatePrepareEditableTree:({isProofreadEnabled:e,isFeatureEnabled:o,ignored:l,isFeatureDictionaryLoading:d},{blockClientId:m,richTextIdentifier:g})=>(A,h)=>{const{getBlock:E}=(0,r.select)("core/block-editor"),{getBlockMd5:f}=(0,r.select)("jetpack/ai-breve"),{invalidateSuggestions:b,setBlockMd5:v}=(0,r.dispatch)("jetpack/ai-breve"),C={formats:A,text:h},k=p;let y=l;const B=f(m);if(h&&e&&o&&!d){const e=E(m),r="content"===g?h:(0,a.getBlockContent)(e),s=i()(r).toString();B!==s&&(y=[],b(m),v(m,s));const o=t(h),l=(0,u.A)({ignored:y,content:C,type:k,indexes:o,attributes:{"data-breve-type":n.name,"data-identifier":g??"none","data-block":m}});return setTimeout((()=>{(0,c.A)(m)}),100),l.formats}return(0,s.removeFormat)(C,k,0,C.text.length).formats}};(0,s.registerFormatType)(p,m)}(e)}))}},23686:(e,t,n)=>{"use strict";function a({text:e,target:t,occurrence:n,replacement:a}){const r=new RegExp(t,"gi"),s=Array.from(e.matchAll(r)).map((e=>e.index))[n-1],o=s+t.length;return e.substring(0,s)+a+e.substring(o)}n.d(t,{A:()=>a})},74263:(e,t,n)=>{"use strict";n.d(t,{F:()=>r});var a=n(47143);const r=async()=>{const{clearSelectedBlock:e}=(0,a.dispatch)("core/block-editor"),{enableComplementaryArea:t}=(0,a.dispatch)("core/interface");e(),await t("core/edit-post","jetpack-sidebar/jetpack");const n=document.querySelector(".jetpack-ai-assistant-panel"),r=n?.classList.contains("is-opened"),s=n?.querySelector("h2 button");r&&s?.click(),setTimeout((()=>{s?.click()}),50)}},37215:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var a=n(82170),r=n(96865),s=n(85985),o=n(56427),i=n(47143),l=n(86087),c=n(27723),u=(n(51609),n(9847)),d=n(71933);const __=c.__;function p({disabled:e=!1,busy:t=!1,placement:n}){const[c,p]=(0,l.useState)(!1),[m,g]=(0,l.useState)([null]),{tracks:A}=(0,s.st)(),h=(0,i.useSelect)((e=>e("core/editor").getCurrentPostId()),[]),E=(0,u.A)(),f=()=>{p(!c)},{increaseAiAssistantRequestsCount:b,dequeueAiAssistantFeatureAsyncRequest:v}=(0,i.useDispatch)("wordpress-com/plans"),C=(0,l.useCallback)((()=>{b()}),[b]),{request:k,requestingState:y}=(0,r.XE)({askQuestionOptions:{postId:h},onSuggestion:e=>{const t=e.split("\n").map(((e,t)=>e?.length?(0,a.createElement)("p",{key:`line-${t}`},e):null));g(t)},onDone:C,onError:()=>{}});return(0,a.createElement)("div",null,c&&(0,a.createElement)(d.A,{requestingState:y,handleClose:f},(0,a.createElement)("div",{className:"ai-assistant-post-feedback__suggestion"},m)),(0,a.createElement)("p",null,__("Get feedback on content structure.","jetpack")),(0,a.createElement)(o.Button,{onClick:()=>{const e=[{role:"jetpack-ai",context:{type:"proofread-plugin",content:E}}];v(),k(e,{feature:"jetpack-ai-proofread-plugin"}),f(),A.recordEvent("jetpack_ai_get_feedback",{feature:"jetpack-ai-proofread-plugin",placement:n})},variant:"secondary",disabled:!E||e,isBusy:t},__("Generate feedback","jetpack")))}},71933:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(96865),s=n(56427),o=n(27723),i=n(10991);const __=o.__,l=({requestingState:e,onClose:t,title:n})=>(0,a.createElement)("div",{className:"ai-assistant-modal__header"},(0,a.createElement)("div",{className:"ai-assistant-modal__title-wrapper"},(0,a.createElement)(r.wS,{state:e}),(0,a.createElement)("h1",{className:"ai-assistant-modal__title"},n)),(0,a.createElement)(s.Button,{icon:i.A,label:__("Close","jetpack"),onClick:t}));function c({children:e,handleClose:t,hideHeader:n=!0,requestingState:r="init",title:o=__("AI Assistant","jetpack"),maxWidth:i=720}){return(0,a.createElement)(s.Modal,{__experimentalHideHeader:n,className:"ai-assistant-modal",shouldCloseOnClickOutside:!1,onRequestClose:t},(0,a.createElement)("div",{className:"ai-assistant-modal__content",style:{maxWidth:i}},(0,a.createElement)(l,{requestingState:r,onClose:t,title:o}),(0,a.createElement)("hr",{className:"ai-assistant-modal__divider"}),e))}},76318:(e,t,n)=>{"use strict";n.d(t,{A:()=>C});var a=n(82170),r=n(96865),s=n(85985),o=n(56427),i=n(47143),l=n(86087),c=n(27723),u=n(23e3),d=n(48499),p=n(10617),m=n(9847),g=n(71933),A=n(22079),h=n(22473);const __=c.__,E=(0,d.C)("ai-title-optimization-keywords-support"),f=__("The generation of your suggested titles failed. Please try again.","jetpack"),b="json-parse-error",v=({error:e})=>{if(e.code===r.Or)return(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__error"},(0,a.createElement)(u.A,{useLightNudge:!0}));const t=e.message?e.message:f;return(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__error"},(0,a.createElement)(o.Notice,{status:"error",isDismissible:!1},t))};function C({placement:e,busy:t,disabled:n}){const c=__("Optimize post title","jetpack"),u=__("Improve title for SEO","jetpack"),d=E?u:c,C=__("Use AI to optimize key details of your post.","jetpack"),k=__("AI suggested titles based on your content and keywords for better SEO results.","jetpack"),y=E?k:C,B=__("Improve title","jetpack"),w=__("Improve title for SEO","jetpack"),_=E?w:B,I=(0,m.A)(),[x,j]=(0,l.useState)(null),[S,Q]=(0,l.useState)(!1),[N,R]=(0,l.useState)(!1),[T,P]=(0,l.useState)([]),[L,M]=(0,l.useState)(null),[D,F]=(0,l.useState)(""),{editPost:O}=(0,i.useDispatch)("core/editor"),{autosave:z}=(0,p.A)(),{increaseAiAssistantRequestsCount:U}=(0,i.useDispatch)("wordpress-com/plans"),{tracks:H}=(0,s.st)(),{recordEvent:V}=H,q=(0,l.useCallback)((()=>{Q(!S)}),[S]),G=(0,l.useCallback)((e=>{R(!1),U();try{const t=JSON.parse(e);P(t),j(t?.[0]?.title)}catch(e){M({code:b,message:f})}}),[U]),{request:$,stopSuggestion:W}=(0,r.XE)({onDone:G,onError:e=>{M(e),R(!1)}}),Z=(0,l.useCallback)(((t=!1)=>{V("jetpack_ai_title_optimization_generate",{placement:e,has_keywords:!!D,is_retry:t}),R(!0);$([{role:"jetpack-ai",context:{type:"title-optimization",content:I,keywords:D}}],{feature:"jetpack-ai-title-optimization"})}),[V,e,I,D,$]),Y=(0,l.useCallback)((()=>{q(),Z()}),[Z,q]),J=(0,l.useCallback)((()=>{M(null),Z(!0)}),[Z]),K=(0,l.useCallback)((()=>{Z()}),[Z]),X=(0,l.useCallback)((t=>{V("jetpack_ai_title_optimization_accept",{placement:e}),O({title:x}),q();try{z(t)}catch(e){}}),[z,O,e,V,x,q]),ee=(0,l.useCallback)((()=>{q(),F(""),W()}),[W,q]),te=L&&[b,r.mA,r.AZ,r.L9].includes(L.code),ne=!L;return(0,a.createElement)("div",null,(0,a.createElement)("p",null,y),(0,a.createElement)(o.Button,{isBusy:t,disabled:!I||n,onClick:Y,variant:"secondary"},_),S&&(0,a.createElement)(g.A,{handleClose:ee,title:d,maxWidth:E?700:512},N?(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__loading"},(0,a.createElement)(o.Spinner,{style:{width:"50px",height:"50px"}}),__("Reading your post and generating suggestions…","jetpack")):(0,a.createElement)(a.Fragment,null,L?(0,a.createElement)(v,{error:L}):(0,a.createElement)(a.Fragment,null,E&&(0,a.createElement)(A.A,{onGenerate:K,onKeywordsChange:F,disabled:N,currentKeywords:D}),!E&&(0,a.createElement)("span",{className:"jetpack-ai-title-optimization__intro"},__("Choose an optimized title below:","jetpack")),(0,a.createElement)(h.A,{onChangeValue:e=>j(e.target.value),selected:x,options:T?.map?.((e=>({value:e.title,label:e.title,description:e.explanation})))})),(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__cta"},(0,a.createElement)(o.Button,{variant:"secondary",onClick:q},__("Cancel","jetpack")),te&&(0,a.createElement)(o.Button,{variant:"primary",onClick:J},__("Try again","jetpack")),ne&&(0,a.createElement)(o.Button,{variant:"primary",onClick:X},__("Replace title","jetpack")))),(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__footer"},(0,a.createElement)(o.ExternalLink,{href:"https://jetpack.com/redirect/?source=jetpack-ai-feedback"},__("Provide feedback","jetpack")))))}},22079:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(82170),r=n(56427),s=n(27723);const __=s.__;function o({onGenerate:e,onKeywordsChange:t,currentKeywords:n,disabled:s}){return(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__keywords"},(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__keywords__textarea"},(0,a.createElement)(r.KeyboardShortcuts,{bindGlobal:!0,shortcuts:{enter:()=>{s||e()}}},(0,a.createElement)("textarea",{value:n,disabled:s,maxLength:100,rows:1,onChange:e=>{t(e.target.value)},placeholder:__("Add optional keywords you'd like to include and generate new suggestions.","jetpack")}))),(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__keywords__button"},(0,a.createElement)(r.Button,{onClick:e,variant:"secondary",disabled:s},__("Generate again","jetpack"))))}},22473:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(82170);const r="title-optimization-option";function s({options:e,selected:t,onChangeValue:n}){return(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__options"},e.map(((e,s)=>(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__option",key:`${r}-${s}`},(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__option-input"},(0,a.createElement)("input",{id:`${r}-${s}`,type:"radio",name:r,value:e.value,onChange:n,checked:e.value===t})),(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__option-content"},(0,a.createElement)("label",{className:"jetpack-ai-title-optimization__option-label",htmlFor:`${r}-${s}`},e.label,(0,a.createElement)("div",{className:"jetpack-ai-title-optimization__option-description"},e.description)))))))}},93471:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(82170),r=n(11876),s=n(56427),o=n(86087),i=n(27723),l=n(13022),c=(n(51609),n(58164));const __=i.__,u=({usage:e})=>{if(null==e)return null;const t=100-100*Math.max(Math.min(e,1),0),n={width:`${t}%`};return(0,a.createElement)("div",{className:"ai-assistant-usage-bar-wrapper"},(0,a.createElement)("div",{className:(0,l.A)("ai-assistant-usage-bar-usage",{warning:t<60&&t>20,danger:t<=20}),style:n}))};const d=function({isOverLimit:e,planType:t,requestsCount:n,requestsLimit:l,nextResetDate:d=null,loading:p=!1}){const m=e||n>=l;let g=null;const A=Array(),h=Math.max(0,l-n);m&&t===c._X&&A.push(__("You've reached your free requests limit.","jetpack")),m&&t===c.ds&&A.push(__("You've reached your plan requests limit.","jetpack")),d&&t===c.ds&&(g=(0,o.createInterpolateElement)((0,i.sprintf)( // translators: %1$d: number of days until the next usage count reset __("Requests will reset to %1$d on %2$s.","jetpack"),l,d),{strong:(0,a.createElement)("strong",null)}));const E=n/l,f=(0,a.createElement)(a.Fragment,null,t===c.Ti&&(0,a.createElement)("p",null,__("Unlimited requests.","jetpack")),(t===c._X||t===c.ds)&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)("p",{className:"jetpack-ai-usage-panel__available-requests"},h),(0,a.createElement)(u,{usage:E}))),b=(0,a.createElement)(r.A,{height:100,className:"jetpack-ai-usage-panel__loading-placeholder"}),v=(0,a.createElement)(a.Fragment,null,!p&&A.length?A.join(" ").concat(" "):null,!p&&g);return(0,a.createElement)(s.BaseControl,{help:v,label:__("Available Requests","jetpack")},!p&&f,p&&b)}},27970:(e,t,n)=>{"use strict";n.d(t,{A:()=>C});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(38443),l=n(86087),c=n(27723),u=(n(51609),n(92169)),d=n(61297),p=n(75956),m=n(7503),g=n(10617),A=n(58164),h=n(93471);const __=c.__,E=e=>e?(0,i.gmdateI18n)("F j",e):null,f=(e,t)=>e===A._X?__("Upgrade","jetpack"):t?(0,c.sprintf)( // translators: %1$d: an integer, the number of requests to upgrade to on the next tier @@ -134,8 +124,8 @@ __("Get %1$d requests","jetpack"),t):__("Get more requests","jetpack"),b=()=>{co // Translators: %1$s is the number of words in the excerpt. _n("%1$s word","%1$s words",L,"jetpack"),L),D="requesting"===Q||"suggesting"===Q||"done"===Q&&!v,F="requesting"===Q||"suggesting"===Q,O=F||"done"===Q;const{requireUpgrade:z,isOverLimit:U}=(0,g.A)(),H=(0,s.d9)()||(0,s.Sy)()?__("https://wordpress.com/support/excerpts/","jetpack"):__("https://jetpack.com/support/create-better-post-excerpts-with-ai/","jetpack");return(0,a.createElement)("div",{className:"jetpack-ai-post-excerpt"},(0,a.createElement)(o.TextareaControl,{__nextHasNoMarginBottom:!0,label:__("Write an excerpt (optional)","jetpack"),onChange:e=>l({excerpt:e}),help:L?M:null,value:P,disabled:O}),(0,a.createElement)(o.ExternalLink,{href:H},__("Learn more about manual excerpts","jetpack")),(0,a.createElement)("div",{className:"jetpack-generated-excerpt__ai-container"},N?.code&&"error_quota_exceeded"!==N.code&&(0,a.createElement)(o.Notice,{status:N.severity,isDismissible:!1,className:"jetpack-ai-assistant__error"},N.message),U&&(0,a.createElement)(m.A,{placement:"excerpt-panel"}),(0,a.createElement)(h.N,{words:f,onWordsNumberChange:e=>{b(e),C(!0)},language:k,onLanguageChange:e=>{y(e),C(!0)},tone:B,onToneChange:e=>{w(e),C(!0)},model:_,onModelChange:e=>{I(e),C(!0)},disabled:F||z}),(0,a.createElement)(o.BaseControl,{help:T?.length?null:__("Add content to generate an excerpt.","jetpack")},(0,a.createElement)("div",{className:"jetpack-generated-excerpt__generate-buttons-container"},(0,a.createElement)(o.Button,{onClick:function(){l({excerpt:e}),n.recordEvent("jetpack_ai_assistant_block_discard",{feature:"jetpack-ai-content-lens"}),R()},variant:"secondary",isDestructive:!0,disabled:"done"!==Q||z},__("Discard","jetpack")),(0,a.createElement)(o.Button,{onClick:function(){l({excerpt:S}),n.recordEvent("jetpack_ai_assistant_block_accept",{feature:"jetpack-ai-content-lens"}),R()},variant:"secondary",disabled:"done"!==Q||z},__("Accept","jetpack")),(0,a.createElement)(o.Button,{onClick:function(){C(!1),R();const e=[{role:"jetpack-ai",context:{type:"ai-content-lens",contentType:"post-excerpt",postId:t,words:f,language:k,tone:B,content:`Post content:\n${T}\n`}}];A(),x(e,{feature:"jetpack-ai-content-lens",model:_}),n.recordEvent("jetpack_ai_assistant_block_generate",{feature:"jetpack-ai-content-lens"})},variant:"secondary",isBusy:F,disabled:D||z||!T},__("Generate","jetpack"))))))}const f=()=>(0,i.useSelect)((e=>{const{getCurrentPostType:t}=e(c.store),n=t();return"wp_template"===n||"wp_template_part"===n||"wp_block"===n}),[])?null:(0,a.createElement)(c.PostTypeSupportCheck,{supportKeys:"excerpt"},(0,a.createElement)(l.PluginDocumentSettingPanel,{className:(0,A.m)("ai-content-lens")?"is-beta-extension inset-shadow":"",name:"ai-content-lens-plugin",title:__("Excerpt","jetpack")},(0,a.createElement)(E,null)))},33792:(e,t,n)=>{"use strict";n.d(t,{$:()=>s,s:()=>r});var a=n(33251);const r="ai-content-lens",s={render:a.g}},31009:(e,t,n)=>{"use strict";n.d(t,{m:()=>l});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(27723);const __=i.__,l=({changeStatus:e,isLoading:t,isModuleActive:n})=>{const{tracks:i}=(0,s.st)();return(0,a.createElement)(a.Fragment,null,(0,a.createElement)("p",null,__("Activate the Likes feature to allow others to like your posts.","jetpack")),(0,a.createElement)(o.Button,{disabled:n||t,isBusy:t,onClick:()=>(i.recordEvent("jetpack_editor_likes_enable"),e(!0)),variant:"secondary"},t?__("Activating Likes","jetpack"):__("Activate Likes","jetpack",0)),(0,a.createElement)("div",{className:"components-likes-placeholder__learn-more"},(0,a.createElement)(o.ExternalLink,{href:(0,r.A)("jetpack-support-likes")},__("Learn more about Jetpack Likes.","jetpack"))))}},79013:(e,t,n)=>{"use strict";n.d(t,{L:()=>i});var a=n(82170),r=n(50723),s=n(11876),o=n(56427);const i=()=>(0,a.createElement)(r.Ay,null,(0,a.createElement)(o.Placeholder,null,(0,a.createElement)(o.Flex,{gap:2,direction:"column",style:{flexBasis:"100%",padding:"0 1em"}},(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:90})))))},24938:(e,t,n)=>{"use strict";var a=n(85985),r=n(35739);(0,a.vp)(r.U,r.W)},35739:(e,t,n)=>{"use strict";n.d(t,{U:()=>r,W:()=>s});var a=n(88385);const r="likes",s={render:a.A}},88385:(e,t,n)=>{"use strict";n.d(t,{A:()=>A});var a=n(82170),r=n(85985),s=n(56427),o=n(29491),i=n(47143),l=n(43656),c=n(27723),u=n(96788),d=n(31009),p=n(79013);const __=c.__,m=(0,i.withSelect)((e=>{const{getEditedPostAttribute:t}=e("core/editor");return{areLikesEnabled:t("jetpack_likes_enabled")}})),g=(0,i.withDispatch)((e=>{const{editPost:t}=e("core/editor");return{editPost:t}})),A=(0,o.compose)([m,g])((({areLikesEnabled:e,editPost:t})=>{const{isLoadingModules:n,isChangingStatus:o,isModuleActive:i,changeStatus:c}=(0,r.q7)("likes");return i?(0,a.createElement)(l.PostTypeSupportCheck,{supportKeys:"jetpack-post-likes"},(0,a.createElement)(u.A,null,(0,a.createElement)(s.ToggleControl,{label:__("Show likes","jetpack"),checked:e,onChange:e=>{t({jetpack_likes_enabled:e})}}))):(0,a.createElement)(l.PostTypeSupportCheck,{supportKeys:"jetpack-post-likes"},(0,a.createElement)(u.A,null,n?(0,a.createElement)(p.L,null):(0,a.createElement)(d.m,{changeStatus:c,isModuleActive:i,isLoading:o})))}))},74585:(e,t,n)=>{"use strict";var a=n(85985),r=n(9354);(0,a.vp)(r.U,r.W)},9354:(e,t,n)=>{"use strict";n.d(t,{U:()=>p,W:()=>m});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(47143),l=n(14309),c=n(43656),u=n(27723),d=n(24995);const __=u.__,p="payments",m={render:()=>{const{tracks:e}=(0,s.st)();if("page"!==(0,i.useSelect)((e=>e(c.store).getCurrentPostType()),[]))return null;const t=(0,r.A)("wpcom-payments-donations");return(0,a.createElement)(l.PluginPostPublishPanel,{className:"jetpack-payments-post-publish-panel",title:__("Start accepting payments","jetpack"),initialOpen:!0,icon:d.A},(0,a.createElement)("p",null,__("Insert the Payment Button or the Donations Form — no plugin required.","jetpack")),(0,a.createElement)("p",null,(0,a.createElement)(o.ExternalLink,{href:t,onClick:()=>{e.recordEvent("jetpack_editor_payments_post_publish_click")}},__("Learn more about these blocks","jetpack"))))}}},95668:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(82170),r=n(36281),s=n(56427),o=n(47143),i=n(43656),l=n(86087),c=n(27723),u=n(12199),d=n(40639);const __=c.__;function p(){const e=(0,l.useRef)(void 0),[t,n]=(0,l.useState)();(0,l.useEffect)((()=>{if(!e?.current)return;const t=e.current.querySelector("svg");if(!t)return;const a=(new XMLSerializer).serializeToString(t);n(`data:image/svg+xml;base64,${window.btoa(a)}`)}),[e]);const s=(0,o.useSelect)((e=>e(i.store).getPermalink()),[]),{dataUrl:c}=(0,d.A)({generateDataUrl:!0}),p=c||t;return(0,a.createElement)("div",{ref:e},(0,a.createElement)(r.A,{value:s,size:300,imageSettings:p&&{src:p,width:64,height:64},renderAs:"canvas",level:"H"}),(0,a.createElement)(u.ux,{className:"qr-post-jetpack-logo",size:48,border:2}))}function m(){const e=(0,l.useRef)(void 0),[t,n]=(0,l.useState)(!1);return(0,a.createElement)("div",{className:"qr-post-button"},(0,a.createElement)(s.Button,{variant:"secondary",onClick:()=>n((e=>!e))},__("Get QR code","jetpack")),t&&(0,a.createElement)(s.Modal,{title:__("QR Post code","jetpack"),onRequestClose:()=>n(!1),className:"qr-post-modal"},(0,a.createElement)("div",{className:"qr-post-modal__qr-code",ref:e},(0,a.createElement)(p,null))))}},42286:(e,t,n)=>{"use strict";var a=n(85985),r=n(8543);(0,a.vp)(r.U,r.W)},40639:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(3582),r=n(47143),s=n(86087),o=n(52619);function i({generateDataUrl:e=!1}={}){const[t,n]=(0,s.useState)(),{id:i,mediaItemData:l}=(0,r.useSelect)((e=>{const{canUser:t,getEntityRecord:n,getEditedEntityRecord:r}=e(a.store),s=r("root","site"),o=n("root","__unstableBase"),i=s?.site_logo,l=o?.site_logo,c=t("update","settings")?i:l,u=c&&e(a.store).getMedia(c,{context:"view"});return{id:c,mediaItemData:u&&{mediaId:u.id,url:u.source_url,alt:u.alt_text}}}),[]);if(!i||!l?.url)return{};if(!e)return{id:i,...l};const c=new Image,u=(0,o.applyFilters)("media.crossOrigin",void 0,l.url);return"string"==typeof u&&(c.crossOrigin=u),c.onload=function(){const e=document.createElement("canvas"),t=e.getContext("2d");e.height=this.naturalHeight,e.width=this.naturalWidth,t.fillStyle="white",t.lineJoin="round",t.fillRect(0,0,e.width,e.height);const a=.08*e.width;t.drawImage(this,a,a,e.width-2*a,e.height-2*a);try{n(e.toDataURL("image/png"))}catch(e){console.warn("Error generating QR code extensions post-publish-qr-post-panel: ",e),console.warn("In case it's a cross-origin issue, take a look at https://developer.wordpress.org/block-editor/reference-guides/filters/editor-filters/#media-crossorigin"),n(null)}},c.src=l.url,{id:i,...l,dataUrl:t}}},8543:(e,t,n)=>{"use strict";n.d(t,{U:()=>A,W:()=>h});var a=n(96072),r=n.n(a),s=n(82170),o=n(85985),i=n(56427),l=n(3582),c=n(47143),u=n(14309),d=n(43656),p=n(27723),m=n(90062),g=n(95668);const __=p.__,A="post-publish-qr-post-panel",h={render:function(){const e={name:"post-publish-qr-post-panel",title:__("QR Code","jetpack"),className:"post-publish-qr-post-panel",initialOpen:!1},{isViewable:t,isPostPublished:n}=(0,c.useSelect)((e=>{const t=e(d.store).getCurrentPostType(),n=e(l.store).getPostType(t);return{isViewable:n?.viewable,isPostPublished:e(d.store).isCurrentPostPublished()}}),[]);if(!t)return null;function a(){return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(i.PanelRow,null,(0,s.createElement)("p",null,__("Take advantage of the QR code to open the post from different devices.","jetpack"))),(0,s.createElement)(g.A,null))}return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(u.PluginPostPublishPanel,r()({},e,{icon:(0,s.createElement)(o.jt,null)}),(0,s.createElement)(a,null)),n&&(0,s.createElement)(m.A,null,(0,s.createElement)(i.PanelBody,e,(0,s.createElement)(a,null))))}}},96042:(e,t,n)=>{"use strict";n.d(t,{n:()=>c});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(86087),l=n(27723);const __=l.__,c=({changeStatus:e,isLoading:t,isModuleActive:n})=>{const{tracks:l}=(0,s.st)(),[c,u]=(0,i.useState)(!1),d=(0,i.useCallback)((()=>{c||(u(!0),l.recordEvent("jetpack_editor_publicize_placeholder_view"))}),[c,l]);return(0,a.createElement)(o.PanelBody,{className:"jetpack-publicize__placeholder",title:__("Share this post","jetpack"),initialOpen:!1,onToggle:d},(0,a.createElement)("p",null,__("Activate the Jetpack Social feature to connect your website to the social media networks you use.","jetpack")),(0,a.createElement)(o.Button,{disabled:n||t,isBusy:t,onClick:()=>(l.recordEvent("jetpack_editor_publicize_enable"),e(!0)),variant:"secondary"},t?__("Activating Jetpack Social","jetpack"):__("Activate Jetpack Social","jetpack",0)),(0,a.createElement)("div",{className:"components-placeholder__learn-more"},(0,a.createElement)(o.ExternalLink,{href:(0,r.A)("jetpack-support-publicize")},__("Learn more about Jetpack Social.","jetpack"))))}},77398:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(50723),s=n(11876),o=n(56427);const i=function(){return(0,a.createElement)(r.Ay,null,(0,a.createElement)(o.Placeholder,null,(0,a.createElement)(o.Flex,{gap:2,direction:"column",style:{flexBasis:"100%",padding:"0 1em"}},(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:90})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})))))}},44529:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var a=n(82170),r=n(7162),s=n(85985),o=n(56427),i=n(47143),l=n(43656),c=n(27723),u=n(53512),d=n(13022),p=n(86183);const __=c.__,m=()=>({start:__("Start sharing your posts by connecting your social media accounts.","jetpack"),enabled:__("Click on the social icons below to control where you want to share your post.","jetpack"),disabled:__("Use this tool to share your post on all your social media accounts.","jetpack"),reshare:__('Enable the social media accounts where you want to re-share your post, then click on the "Share post" button below.',"jetpack")});function g(){const{isRePublicizeUpgradableViaUpsell:e,isRePublicizeFeatureAvailable:t,isPublicizeEnabled:n}=(0,r.usePublicizeConfig)(),g=(0,s.tu)("republicize"),[A,h,E,f]=(0,p.A)(g),{hasConnections:b,hasEnabledConnections:v}=(0,r.useSocialMediaConnections)(),C=n&&!e,k=(0,i.useSelect)((e=>e(l.store).isCurrentPostPublished()),[]);if(!k||k&&t)return(0,a.createElement)("div",{className:"jetpack-publicize__upsell"},function(e,t,n){const a=m();return n?e?a.reshare:t?a.enabled:a.disabled:a.start}(k,C,b));const y=f?.product_name||__("paid","jetpack"),B=!(0,s.d9)()&&!(0,s.Sy)(),w=B?__("Re-sharing your content","jetpack"):__("Share Your Content Again","jetpack",0),_=B?"https://jetpack.com/support/jetpack-social/#re-sharing-your-content":"https://wordpress.com/support/jetpack-social/#share-your-content-again",I=__("Upgrade now","jetpack");return t||e?(0,a.createElement)("div",{className:"jetpack-publicize__upsell"},(0,a.createElement)("div",{className:"jetpack-publicize__upsell-description"},(0,c.sprintf)(/* translators: placeholder is the product name of the plan. */ __("To re-share a post, you need to upgrade to the %s plan","jetpack"),y)),(0,a.createElement)(o.Button,{href:E?null:A,onClick:h,target:"_top",icon:u.A,className:(0,d.A)("jetpack-publicize__upsell-button is-primary",{"jetpack-upgrade-plan__hidden":!A}),isBusy:E},E?__("Redirecting…","jetpack"):I)):(0,a.createElement)("div",{className:"jetpack-publicize__upsell"},(0,a.createElement)("strong",null,w),(0,a.createElement)("br",null),(0,c.sprintf)(/* translators: placeholder is the product name of the plan. */ -__("This feature is for sites with a %s plan.","jetpack"),y),(0,a.createElement)("br",null),(0,a.createElement)(o.ExternalLink,{href:_},__("More information.","jetpack")))}},9357:(e,t,n)=>{"use strict";var a=n(85985),r=n(19822);(0,a.vp)(r.U,r.W)},19822:(e,t,n)=>{"use strict";n.d(t,{U:()=>p,W:()=>m});var a=n(82170),r=n(7162),s=n(85985),o=n(43656),i=n(90062),l=n(96042),c=n(77398),u=n(44529),d=n(59185);const p="publicize",m={render:()=>{const{isLoadingModules:e,isChangingStatus:t,isModuleActive:n,changeStatus:m}=(0,s.q7)(p),{isSocialImageGeneratorAvailable:g}=(0,r.usePublicizeConfig)();let A=null,h=null;return e?A=(0,a.createElement)(c.A,null):n?(A=(0,a.createElement)(a.Fragment,null,(0,a.createElement)(r.PublicizePanel,null,(0,a.createElement)(u.A,null)),g&&(0,a.createElement)(r.SocialImageGeneratorPanel,null)),h=(0,a.createElement)(a.Fragment,null,(0,a.createElement)(d.A,{isSocialImageGeneratorAvailable:g}),(0,a.createElement)(r.PostPublishPanels,null),(0,a.createElement)(r.GlobalModals,null))):A=(0,a.createElement)(l.n,{changeStatus:m,isModuleActive:n,isLoading:t}),(0,a.createElement)(o.PostTypeSupportCheck,{supportKeys:"publicize"},(0,a.createElement)(i.A,null,A),h)}}},59185:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(7162),s=n(85985),o=n(14309),i=n(27723),l=n(44529);const __=i.__,c=({isSocialImageGeneratorAvailable:e})=>{(0,r.useSyncPostDataToStore)();const{hasEnabledConnections:t}=(0,r.useSocialMediaConnections)();return(0,a.createElement)(a.Fragment,null,(0,a.createElement)(o.PluginPrePublishPanel,{initialOpen:t,id:"publicize-title",title:(0,a.createElement)("span",{id:"publicize-defaults",key:"publicize-title-span"},__("Share this post","jetpack")),icon:(0,a.createElement)(s.jt,null)},(0,a.createElement)(r.PublicizePanel,{prePublish:!0},(0,a.createElement)(l.A,null))),e&&(0,a.createElement)(o.PluginPrePublishPanel,{initialOpen:!0,title:__("Social Image Generator","jetpack"),icon:(0,a.createElement)(s.jt,null)},(0,a.createElement)(r.SocialImageGeneratorPanel,{prePublish:!0})))}},76262:(e,t,n)=>{"use strict";n.d(t,{l:()=>l});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(27723);const __=i.__,l=({changeStatus:e,isLoading:t,isModuleActive:n})=>{const{tracks:i}=(0,s.st)();return(0,a.createElement)(a.Fragment,null,(0,a.createElement)("p",null,__("Activate the SEO feature and start optimizing your posts for search engines.","jetpack")),(0,a.createElement)(o.Button,{disabled:n||t,isBusy:t,onClick:()=>(i.recordEvent("jetpack_editor_seo_enable"),e(!0)),variant:"secondary"},t?__("Activating Jetpack SEO","jetpack"):__("Activate Jetpack SEO","jetpack",0)),(0,a.createElement)("div",{className:"components-seo-placeholder__learn-more"},(0,a.createElement)(o.ExternalLink,{href:(0,r.A)("jetpack-support-seo-tools")},__("Learn more about Jetpack SEO.","jetpack"))))}},51626:(e,t,n)=>{"use strict";n.d(t,{G:()=>i});var a=n(82170),r=n(50723),s=n(11876),o=n(56427);const i=()=>(0,a.createElement)(r.Ay,null,(0,a.createElement)(o.Placeholder,null,(0,a.createElement)(o.Flex,{gap:2,direction:"column",style:{flexBasis:"100%",padding:"0 1em"}},(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:90})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})))))},24294:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var a=n(82170),r=n(85985),s=n(56427),o=n(27723),i=n(53512),l=n(13022),c=n(86183);const __=o.__,u=({requiredPlan:e})=>{const[t,n,u,d]=(0,c.A)(e),{tracks:p}=(0,r.st)(),m=d?.product_name||__("paid","jetpack"),g=__("Upgrade now","jetpack");return(0,a.createElement)(a.Fragment,null,(0,a.createElement)("div",null,(0,o.sprintf)(/* translators: placeholder is the product name of the plan. */ -__("To use the SEO feature you need to upgrade to the %s plan","jetpack"),m)),(0,a.createElement)("div",{className:"components-seo-upsell__learn-more"},(0,a.createElement)(s.ExternalLink,{href:"https://wordpress.com/support/seo-tools/"},__("Learn more about SEO feature.","jetpack"))),(0,a.createElement)(s.Button,{href:u?null:t,onClick:e=>{e.preventDefault(),p.recordEvent("jetpack_seo_tools_upsell_click"),n(e)},target:"_top",icon:i.A,className:(0,l.A)("components-seo-upsell__button is-primary",{"jetpack-upgrade-plan__hidden":!t}),isBusy:u},u?__("Redirecting…","jetpack"):g))}},99463:(e,t,n)=>{"use strict";n.d(t,{P:()=>l});var a=n(96072),r=n.n(a),s=n(82170),o=n(56427),i=n(27723);n(51609);const __=i.__,_n=i._n,l=({suggestedLimit:e,value:t,label:n,...a})=>{const l=!e||t.length<=e?(0,i.sprintf)(/* translators: Placeholder is a number of characters in a sentence. */ +__("This feature is for sites with a %s plan.","jetpack"),y),(0,a.createElement)("br",null),(0,a.createElement)(o.ExternalLink,{href:_},__("More information.","jetpack")))}},9357:(e,t,n)=>{"use strict";var a=n(85985),r=n(19822);(0,a.vp)(r.U,r.W)},19822:(e,t,n)=>{"use strict";n.d(t,{U:()=>p,W:()=>m});var a=n(82170),r=n(7162),s=n(85985),o=n(43656),i=n(90062),l=n(96042),c=n(77398),u=n(44529),d=n(59185);const p="publicize",m={render:()=>{const{isLoadingModules:e,isChangingStatus:t,isModuleActive:n,changeStatus:m}=(0,s.q7)(p),{isSocialImageGeneratorAvailable:g}=(0,r.usePublicizeConfig)();let A=null,h=null;return e?A=(0,a.createElement)(c.A,null):n?(A=(0,a.createElement)(a.Fragment,null,(0,a.createElement)(r.PublicizePanel,null,(0,a.createElement)(u.A,null)),g&&(0,a.createElement)(r.SocialImageGeneratorPanel,null)),h=(0,a.createElement)(a.Fragment,null,(0,a.createElement)(d.A,{isSocialImageGeneratorAvailable:g}),(0,a.createElement)(r.PostPublishPanels,null),(0,a.createElement)(r.GlobalModals,null))):A=(0,a.createElement)(l.n,{changeStatus:m,isModuleActive:n,isLoading:t}),(0,a.createElement)(o.PostTypeSupportCheck,{supportKeys:"publicize"},(0,a.createElement)(i.A,null,A),h)}}},59185:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(7162),s=n(85985),o=n(14309),i=n(27723),l=n(44529);const __=i.__,c=({isSocialImageGeneratorAvailable:e})=>{(0,r.useSyncPostDataToStore)();const{hasEnabledConnections:t}=(0,r.useSocialMediaConnections)();return(0,a.createElement)(a.Fragment,null,(0,a.createElement)(o.PluginPrePublishPanel,{initialOpen:t,id:"publicize-title",title:(0,a.createElement)("span",{id:"publicize-defaults",key:"publicize-title-span"},__("Share this post","jetpack")),icon:(0,a.createElement)(s.jt,null)},(0,a.createElement)(r.PublicizePanel,{prePublish:!0},(0,a.createElement)(l.A,null))),e&&(0,a.createElement)(o.PluginPrePublishPanel,{initialOpen:!0,title:__("Social Image Generator","jetpack"),icon:(0,a.createElement)(s.jt,null)},(0,a.createElement)(r.SocialImageGeneratorPanel,{prePublish:!0})))}},76262:(e,t,n)=>{"use strict";n.d(t,{l:()=>l});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(27723);const __=i.__,l=({changeStatus:e,isLoading:t,isModuleActive:n})=>{const{tracks:i}=(0,s.st)();return(0,a.createElement)(a.Fragment,null,(0,a.createElement)("p",null,__("Activate the SEO feature and start optimizing your posts for search engines.","jetpack")),(0,a.createElement)(o.Button,{disabled:n||t,isBusy:t,onClick:()=>(i.recordEvent("jetpack_editor_seo_enable"),e(!0)),variant:"secondary"},t?__("Activating Jetpack SEO","jetpack"):__("Activate Jetpack SEO","jetpack",0)),(0,a.createElement)("div",{className:"components-seo-placeholder__learn-more"},(0,a.createElement)(o.ExternalLink,{href:(0,r.A)("jetpack-support-seo-tools")},__("Learn more about Jetpack SEO.","jetpack"))))}},51626:(e,t,n)=>{"use strict";n.d(t,{G:()=>i});var a=n(82170),r=n(50723),s=n(11876),o=n(56427);const i=()=>(0,a.createElement)(r.Ay,null,(0,a.createElement)(o.Placeholder,null,(0,a.createElement)(o.Flex,{gap:2,direction:"column",style:{flexBasis:"100%",padding:"0 1em"}},(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:90})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})))))},24294:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(82170),r=n(85985),s=n(56427),o=n(47143),i=n(27723),l=n(53512),c=n(13022),u=n(86183);const __=i.__,d=({requiredPlan:e})=>{const[t,n,d,p]=(0,u.A)(e),{tracks:m}=(0,r.st)(),g=p?.product_name||__("paid","jetpack"),A=__("Upgrade now","jetpack"),h="https://wordpress.com/support/seo-tools/",E=__("Learn more about the SEO feature.","jetpack"),f=(0,o.useDispatch)("automattic/help-center"),b=f?.setShowHelpCenter,v=f?.setShowSupportDoc;return(0,a.createElement)(a.Fragment,null,(0,a.createElement)("div",null,(0,i.sprintf)(/* translators: placeholder is the product name of the plan. */ +__("To use the SEO feature you need to upgrade to the %s plan","jetpack"),g)),(0,a.createElement)("div",{className:"components-seo-upsell__learn-more"},b?(0,a.createElement)(s.Button,{onClick:()=>{b(!0),v(h)},className:"components-seo-upsell__learn-more-link",variant:"link"},E):(0,a.createElement)(s.ExternalLink,{href:h},E)),(0,a.createElement)(s.Button,{href:d?null:t,onClick:e=>{e.preventDefault(),m.recordEvent("jetpack_seo_tools_upsell_click"),n(e)},target:"_top",icon:l.A,className:(0,c.A)("components-seo-upsell__button is-primary",{"jetpack-upgrade-plan__hidden":!t}),isBusy:d},d?__("Redirecting…","jetpack"):A))}},99463:(e,t,n)=>{"use strict";n.d(t,{P:()=>l});var a=n(96072),r=n.n(a),s=n(82170),o=n(56427),i=n(27723);n(51609);const __=i.__,_n=i._n,l=({suggestedLimit:e,value:t,label:n,...a})=>{const l=!e||t.length<=e?(0,i.sprintf)(/* translators: Placeholder is a number of characters in a sentence. */ _n("%d character","%d characters",t.length,"jetpack"),t.length):(0,i.sprintf)(/* translators: Placeholder is a number of characters in a sentence. */ __("It’s recommended to use less than %1$d characters in this field. (%2$d used)","jetpack"),e,t.length);return(0,s.createElement)("div",{className:"jetpack-seo-message-box"},(0,s.createElement)(o.TextareaControl,r()({label:n,help:l,value:t},a)))}},92411:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(86087),s=n(27723),o=n(99463),i=n(53189);const __=s.__;class l extends r.Component{onMessageChange=e=>{this.props.updateMetaValue(e)};render(){const{metaValue:e}=this.props;return(0,a.createElement)(o.P,{value:e,onChange:this.onMessageChange,label:__("SEO Description","jetpack"),placeholder:__("Write a description…","jetpack"),suggestedLimit:156,rows:4})}}const c=(0,i.m)("advanced_seo_description")(l)},44921:(e,t,n)=>{"use strict";var a=n(85985),r=n(37802);(0,a.vp)(r.U,r.W)},37802:(e,t,n)=>{"use strict";n.d(t,{U:()=>C,W:()=>y});var a=n(96072),r=n.n(a),s=n(82170),o=n(85985),i=n(56427),l=n(3582),c=n(47143),u=n(14309),d=n(43656),p=n(86087),m=n(27723),g=n(90062),A=n(76262),h=n(51626),E=n(24294),f=n(92411),b=n(5664),v=n(80151);const __=m.__,C="seo",k=()=>{const{isLoadingModules:e,isChangingStatus:t,isModuleActive:n,changeStatus:a}=(0,o.q7)("seo-tools");if(!(0,c.useSelect)((e=>{const t=e(d.store).getCurrentPostType(),n=e(l.store).getPostType(t);return n?.viewable}),[]))return null;const m=(0,o.tu)("advanced-seo"),C=(0,o.d9)()||(0,o.Sy)(),k={title:__("SEO","jetpack")};if(C&&!1!==m)return(0,s.createElement)(p.Fragment,null,(0,s.createElement)(g.A,null,(0,s.createElement)(i.PanelBody,r()({className:"jetpack-seo-panel"},k,{initialOpen:!1}),(0,s.createElement)(E.A,{requiredPlan:m}))));if(!n)return(0,s.createElement)(p.Fragment,null,(0,s.createElement)(g.A,null,(0,s.createElement)(i.PanelBody,r()({className:"jetpack-seo-panel"},k,{initialOpen:!1}),e?(0,s.createElement)(h.G,null):(0,s.createElement)(A.l,{changeStatus:a,isModuleActive:n,isLoading:t}))));const y={icon:(0,s.createElement)(o.jt,null),title:__("SEO","jetpack")};return(0,s.createElement)(p.Fragment,null,(0,s.createElement)(g.A,null,(0,s.createElement)(i.PanelBody,r()({className:"jetpack-seo-panel"},k),(0,s.createElement)(i.PanelRow,null,(0,s.createElement)(v.A,null)),(0,s.createElement)(i.PanelRow,null,(0,s.createElement)(f.A,null)),(0,s.createElement)(i.PanelRow,null,(0,s.createElement)(b.A,null)))),(0,s.createElement)(u.PluginPrePublishPanel,y,(0,s.createElement)(p.Fragment,null,(0,s.createElement)(i.PanelRow,null,(0,s.createElement)(v.A,null)),(0,s.createElement)(i.PanelRow,null,(0,s.createElement)(f.A,null)),(0,s.createElement)(i.PanelRow,null,(0,s.createElement)(b.A,null)))))},y={render:()=>(0,s.createElement)(k,null)}},5664:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(56427),s=n(27723),o=(n(51609),n(53189));const __=s.__,i=(0,o.m)("jetpack_seo_noindex")((({metaValue:e,updateMetaValue:t})=>(0,a.createElement)(r.ToggleControl,{label:__("Hide page from search engines","jetpack"),help:__("If selected, a 'noindex' tag will help instruct search engines to not include this page in search results. This page will also be removed from the Jetpack sitemap.","jetpack"),checked:!!e,onChange:e=>{t(e)}})))},80151:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(86087),s=n(27723),o=(n(51609),n(99463)),i=n(53189);const __=s.__;class l extends r.Component{onTitleChange=e=>{this.props.updateMetaValue(e)};render(){const{metaValue:e}=this.props;return(0,a.createElement)(o.P,{value:e,onChange:this.onTitleChange,label:__("SEO Title","jetpack"),placeholder:__("Write a title…","jetpack"),suggestedLimit:70,rows:2})}}const c=(0,i.m)("jetpack_seo_html_title")(l)},53189:(e,t,n)=>{"use strict";n.d(t,{m:()=>o});var a=n(29491),r=n(47143),s=n(66087);const o=e=>(0,a.compose)([(0,r.withSelect)((t=>({metaValue:(0,s.get)(t("core/editor").getEditedPostAttribute("meta"),[e],"")}))),(0,r.withDispatch)((t=>({updateMetaValue(n){var a;"boolean"!=typeof(a=n)&&("string"!=typeof a||""!==a&&0===a.trim().length)||t("core/editor").editPost({meta:{[e]:n}})}})))])},40669:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(82170),r=n(3924),s=n(85985),o=n(56427),i=n(27723);const __=i.__,l=({changeStatus:e,isLoading:t,isModuleActive:n})=>{const{tracks:i}=(0,s.st)();return(0,a.createElement)(a.Fragment,null,(0,a.createElement)("p",null,__("Activate the Sharing feature to allow others to share your posts.","jetpack")),(0,a.createElement)(o.Button,{disabled:n||t,isBusy:t,onClick:()=>(i.recordEvent("jetpack_editor_sharing_enable"),e(!0)),variant:"secondary"},t?__("Activating Sharing","jetpack"):__("Activate Sharing","jetpack",0)),(0,a.createElement)("div",{className:"components-sharing-placeholder__learn-more"},(0,a.createElement)(o.ExternalLink,{href:(0,r.A)("jetpack-support-sharing")},__("Learn more about Jetpack Sharing.","jetpack"))))}},69253:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(82170),r=n(85985),s=n(56427),o=n(47143),i=n(43656),l=n(27723),c=n(96788),u=n(40669),d=n(25593);const __=l.__;function p({checked:e,onChange:t}){return(0,a.createElement)(s.ToggleControl,{label:__("Show sharing buttons","jetpack"),checked:e,onChange:e=>{t({jetpack_sharing_enabled:e})}})}function m(){const{isLoadingModules:e,isChangingStatus:t,isModuleActive:n,changeStatus:s}=(0,r.q7)("sharedaddy"),l=(0,o.useSelect)((e=>e(i.store).getEditedPostAttribute("jetpack_sharing_enabled")),[]),{editPost:m}=(0,o.useDispatch)(i.store);return n?(0,a.createElement)(i.PostTypeSupportCheck,{supportKeys:"jetpack-sharing-buttons"},(0,a.createElement)(c.A,null,(0,a.createElement)(p,{checked:l,onChange:m}))):(0,a.createElement)(i.PostTypeSupportCheck,{supportKeys:"jetpack-sharing-buttons"},(0,a.createElement)(c.A,null,e?(0,a.createElement)(d.A,null):(0,a.createElement)(u.A,{changeStatus:s,isModuleActive:n,isLoading:t})))}},25593:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(82170),r=n(50723),s=n(11876),o=n(56427);const i=function(){return(0,a.createElement)(r.Ay,null,(0,a.createElement)(o.Placeholder,null,(0,a.createElement)(o.Flex,{gap:2,direction:"column",style:{flexBasis:"100%",padding:"0 1em"}},(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:90})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})))))}},29590:(e,t,n)=>{"use strict";var a=n(85985),r=n(61383);(0,a.vp)(r.U,r.W)},61383:(e,t,n)=>{"use strict";n.d(t,{U:()=>r,W:()=>s});var a=n(69253);const r="sharing",s={render:a.A}},68699:(e,t,n)=>{"use strict";var a=n(85985),r=n(40724);(0,a.vp)(r.UU,r.W0)},40724:(e,t,n)=>{"use strict";n.d(t,{UU:()=>g,W0:()=>A});var a=n(82170),r=n(7162),s=n(85985),o=n(56427),i=n(3582),l=n(47143),c=n(14309),u=n(43656),d=n(86087),p=n(27723),m=n(90062);const __=p.__,g="social-previews",A={render:()=>(0,a.createElement)(h,null)},h=function(){const[e,t]=(0,d.useState)(!1);return(0,l.useSelect)((e=>{const t=e(u.store).getCurrentPostType(),n=e(i.store).getPostType(t);return n?.viewable}),[])?(0,a.createElement)(a.Fragment,null,e&&(0,a.createElement)(r.SocialPreviewsModal,{onClose:()=>t(!1)}),(0,a.createElement)(m.A,null,(0,a.createElement)(o.PanelBody,{title:__("Social Previews","jetpack"),initialOpen:!1},(0,a.createElement)(r.SocialPreviewsPanel,{openModal:()=>t(!0)}))),(0,a.createElement)(c.PluginPrePublishPanel,{title:__("Social Previews","jetpack"),icon:(0,a.createElement)(s.jt,null),initialOpen:!1},(0,a.createElement)(r.SocialPreviewsPanel,{openModal:()=>t(!0)}))):null}},49487:(e,t,n)=>{"use strict";n.d(t,{T:()=>r});var a=n(56427);const r=(0,a.withFallbackStyles)(((e,t)=>{const{textColor:n,backgroundColor:a}=t,r=a&&a.color,s=n&&n.color;return{fallbackBackgroundColor:r||!e?void 0:getComputedStyle(e).backgroundColor,fallbackTextColor:s||!e?void 0:getComputedStyle(e).color}}))},75181:(e,t,n)=>{"use strict";var a=n(82170),r=n(85985),s=n(74997),o=n(27723),i=n(12199);const __=o.__;(0,r.Sy)()||(0,r.d9)()||(0,s.registerBlockCollection)("jetpack",{title:"Jetpack",icon:(0,a.createElement)(i.ux,null)}),(0,s.setCategories)([...(0,s.getCategories)().filter((({slug:e})=>"contact-form"!==e)),{slug:"contact-form",title:__("Forms","jetpack"),icon:(0,a.createElement)(i.ux,null)}]),(0,s.setCategories)([...(0,s.getCategories)().filter((({slug:e})=>"monetize"!==e)),{slug:"monetize",title:__("Monetize","jetpack"),icon:(0,a.createElement)(i.ux,null)}]),(0,s.setCategories)([...(0,s.getCategories)().filter((({slug:e})=>"grow"!==e)),{slug:"grow",title:__("Grow","jetpack"),icon:(0,a.createElement)(i.ux,null)}])},34377:(e,t,n)=>{"use strict";function a(e){const t=e.ownerDocument;return{currentDoc:t,currentWindow:t.defaultView||t.parentWindow}}function r(e,t,n=!1){let r=[];if(!t||!e&&!e.length||!function(e){const{currentWindow:t}=a(e);return"editor-canvas"===t.name&&t.self!==t.top}(t))return r;const{currentDoc:s,currentWindow:o}=a(t);if(!function(e){try{return!!e?.parent?.location.href}catch(e){return!1}}(o))return r;const i=o?.parent?.document;return s&&i?(r=e.filter((e=>{const t=i.querySelector(e),a=!!s.querySelector(e);return!(!t||a)&&(s.head.appendChild(t.cloneNode()),n&&t.remove(),!0)})),r):r}function s(e,t,r){let s;try{s=new URL("editor-assets",n.p)}catch(e){return}const o=s.href,{currentDoc:i}=a(r),l=i.getElementsByTagName("head")[0];e.forEach((e=>{const[n,a]=e.file.split("/").pop().split(".");if("css"===a){if(i.getElementById(e.id))return;const t=i.createElement("link");t.id=e.id,t.rel="stylesheet",t.href=`${o}/${n}-${e.version}.${a}`,l.appendChild(t)}if("js"===a){const r=t[e.id]?t[e.id]:null;if(i.getElementById(e.id))return r();const s=i.createElement("script");s.id=e.id,s.type="text/javascript",s.src=`${o}/${n}-${e.version}.${a}`,s.onload=r,l.appendChild(s)}}))}function o(e,t){return new Promise((n=>{const a=()=>{e[t]?n(e[t]):e.requestAnimationFrame(a)};a()}))}n.d(t,{Cu:()=>o,a$:()=>s,ry:()=>r,sG:()=>a})},88659:(e,t,n)=>{"use strict";n.d(t,{V:()=>o});var a=n(38377),r=n(85985);const s=a.T["Jetpack Green 40"];function o(){return(0,r.d9)()||(0,r.Sy)()?null:s}},90907:(e,t,n)=>{"use strict";n.d(t,{D:()=>o});var a=n(36536),r=n.n(a),s=n(66087);function o(e,t){const n=function(e,t){for(const n of new(r())(t).values()){if(-1===n.indexOf("is-style-"))continue;const t=n.substring(9),a=(0,s.find)(e,{name:t});if(a)return a}return(0,s.find)(e,"isDefault")}(e,t);return n?n.name:null}},71046:(e,t,n)=>{"use strict";n.d(t,{A:()=>l});var a=n(82170),r=n(56427),s=n(86087),o=n(27723);const __=o.__,_x=o._x;class i extends s.Component{state={hasCopied:!1};onCopy=()=>this.setState({hasCopied:!0});onFinishCopy=()=>this.setState({hasCopied:!1});onFocus=e=>e.target.select();render(){const{link:e}=this.props,{hasCopied:t}=this.state;return e?(0,a.createElement)("div",{className:"jetpack-clipboard-input"},(0,a.createElement)(r.TextControl,{readOnly:!0,onFocus:this.onFocus,value:e}),(0,a.createElement)(r.ClipboardButton,{variant:"secondary",onCopy:this.onCopy,onFinishCopy:this.onFinishCopy,text:e},t?__("Copied!","jetpack"):_x("Copy","verb","jetpack"))):null}}const l=i},20710:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const a=/^#?[A-Fa-f0-9]{6}$/;function r(e){return a.test(e)}},72445:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var a=n(82170),r=n(20195),s=n(86087),o=n(27723),i=n(66087),l=n(23117);const __=o.__,c="undefined"!=typeof _wpmejsSettings?_wpmejsSettings:{};function u(e,t,n){const a=document.createElement("div");a.className=e;const r=document.createElement("button");return r.innerText=t,r.addEventListener("click",n),r.setAttribute("aria-label",t),r.setAttribute("title",t),a.appendChild(r),a}const d=function({trackSource:e,onPlay:t,onPause:n,onError:o,onTimeChange:d,onSkipForward:p,onJumpBack:m,currentTime:g,playStatus:A=l.vh,onMetadataLoaded:h,loadWhenReady:E=!1,preload:f="metadata"}){const b=(0,s.useRef)(void 0),v=()=>{b.current.play().catch((()=>{}))},C=()=>{b.current.pause(),(0,r.speak)(__("Paused","jetpack"),"assertive")};return(0,s.useEffect)((()=>{MediaElementPlayer.prototype._setResponsiveMode||(MediaElementPlayer.prototype._setResponsiveMode=MediaElementPlayer.prototype.setResponsiveMode,MediaElementPlayer.prototype.setResponsiveMode=function(){const e=this;e.getElement(e.container).parentNode&&e._setResponsiveMode()})}),[]),(0,s.useEffect)((()=>{const e=b.current;e.preload=f;const a=new MediaElementPlayer(e,{...c,success:()=>E&&e?.load()});if(m||p){const e=`${a.options.classPrefix}button ${a.options.classPrefix}jump-button`;if(m){const t=`${e} ${a.options.classPrefix}jump-backward-button`;a.addControlElement(u(t,__("Jump Back","jetpack"),m),"jumpBackwardButton")}if(p){const t=`${e} ${a.options.classPrefix}skip-forward-button`;a.addControlElement(u(t,__("Skip Forward","jetpack"),p),"skipForwardButton")}}return t&&e.addEventListener("play",t),n&&e.addEventListener("pause",n),o&&e.addEventListener("error",o),h&&e.addEventListener("loadedmetadata",h),()=>{a.remove(),t&&e.removeEventListener("play",t),n&&e.removeEventListener("pause",n),o&&e.removeEventListener("error",o),h&&e.removeEventListener("loadedmetadata",h)}}),[t,n,o,m,p,h,E,f]),(0,s.useEffect)((()=>{const[e,t]=!1===b.current?.paused?[l.v8,C]:[l.vh,v],n=(0,i.debounce)(t,100);return l.pF!==A&&e!==A&&n(),()=>{n.cancel()}}),[b,A,e]),(0,s.useEffect)((()=>{if(!d)return;const e=b.current,t=(0,i.throttle)((e=>d(e)),1e3,{leading:!0,trailing:!1}),n=e=>t(e.target.currentTime);return d&&e?.addEventListener("timeupdate",n),()=>{t.cancel(),e?.removeEventListener("timeupdate",n)}}),[b,d]),(0,s.useEffect)((()=>{const e=b.current;g&&e&&Math.abs(Math.floor(g-e.currentTime))>1&&(e.currentTime=g)}),[b,g]),(0,a.createElement)("div",{className:"jetpack-audio-player"},(0,a.createElement)("audio",{src:e,ref:b}))}},11998:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(94715),s=n(56427),o=n(27723),i=n(13022),l=n(10617);const __=o.__;function c({blockName:e,buttonLabel:t,className:n,href:o,icon:c,onClick:u,readMoreUrl:d,subtitle:p,title:m}){const{autosaveAndRedirect:g}=(0,l.A)(o);return(0,a.createElement)(r.Warning,{actions:o&&[(0,a.createElement)(s.Button,{href:o,onClick:t=>{t.preventDefault(),u(e),g(t)},target:"_top",variant:"secondary",className:"jetpack-stripe-nudge__link"},t)],className:(0,i.A)(n,"jetpack-block-nudge wp-block")},(0,a.createElement)("span",{className:"jetpack-block-nudge__info"},c,(0,a.createElement)("span",{className:"jetpack-block-nudge__text-container"},(0,a.createElement)("span",{className:"jetpack-block-nudge__title"},m),p&&(0,a.createElement)("span",{className:"jetpack-block-nudge__message"},p,d&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)("br",null),(0,a.createElement)(s.ExternalLink,{href:d},__("Learn more about the block and fees","jetpack")))))))}},5873:(e,t,n)=>{"use strict";n.d(t,{A:()=>A});var a=n(82170),r=n(94715),s=n(74997),o=n(56427),i=n(47143),l=n(86087),c=n(27723),u=n(48558),d=n(13022),p=n(66087);const __=c.__,m=({attributes:e,styleOption:t,viewportWidth:n,blockName:o})=>{const i=(0,s.getBlockType)(o);return(0,a.createElement)(r.BlockPreview,{viewportWidth:n,blocks:(l=i.example?(0,s.getBlockFromExample)(o,{attributes:{...i.example.attributes,style:t.value},innerBlocks:i.example.innerBlocks}):(0,s.createBlock)(o,e),{...l,attributes:{...l.attributes,__isBlockPreview:!0}})});var l},g=l.memo?(0,l.memo)(m,((e,t)=>(0,p.isEqual)(e,t))):m;function A({attributes:e,clientId:t,styleOptions:n,onSelectStyle:s,activeStyle:l,viewportWidth:c,title:p}){let m;return i.useSelect&&(m=(0,i.useSelect)((e=>{const{getBlock:n}=e("core/block-editor");return n(t)}))),(0,a.createElement)(a.Fragment,null,(0,a.createElement)(r.BlockControls,null,(0,a.createElement)(o.ToolbarGroup,{isCollapsed:!0,icon:"admin-appearance",label:__("Style","jetpack"),controls:n.map((e=>({title:e.label,isActive:e.value===l,onClick:()=>s({style:e.value})}))),popoverProps:{className:"jetpack-block-styles-selector-toolbar"}})),(0,a.createElement)(r.InspectorControls,null,(0,a.createElement)(o.PanelBody,{title:p||__("Styles","jetpack")},(0,a.createElement)("div",{className:"block-editor-block-styles jetpack-block-styles-selector"},n.map((t=>{const n={...e,style:t.value};return(0,a.createElement)("div",{key:t.value,className:(0,d.A)("block-editor-block-styles__item",{"is-active":t.value===l}),onClick:()=>{s({style:t.value})},onKeyDown:e=>{u.ENTER!==e.keyCode&&u.SPACE!==e.keyCode||(e.preventDefault(),s({style:t.value}))},role:"button",tabIndex:"0","aria-label":t.label},(0,a.createElement)("div",{className:"block-editor-block-styles__item-preview"},t.preview?t.preview:i.useSelect&&m&&(0,a.createElement)(g,{blockName:m.name,styleOption:t,attributes:n,viewportWidth:c})),(0,a.createElement)("div",{className:"block-editor-block-styles__item-label"},t.label))}))))))}},57753:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(82170);function r({children:e,spanClass:t}){return(0,a.createElement)("div",{className:"jetpack-inspector-notice"},(0,a.createElement)("span",{className:t},e))}},9522:(e,t,n)=>{"use strict";n.d(t,{G:()=>i});var a=n(82170),r=n(50723),s=n(11876),o=n(56427);const i=()=>(0,a.createElement)(r.Ay,null,(0,a.createElement)(o.Placeholder,null,(0,a.createElement)(o.Flex,{gap:2,direction:"column",style:{flexBasis:"33.3%",padding:"0 1em"}},(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:90}))),(0,a.createElement)(o.Flex,{gap:2,direction:"column",style:{flexBasis:"33.3%",padding:"0 1em"}},(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:90}))),(0,a.createElement)(o.Flex,{gap:2,direction:"column",style:{flexBasis:"33.3%",padding:"0 1em"}},(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:30})),(0,a.createElement)(o.FlexItem,null,(0,a.createElement)(s.A,{width:"100%",height:90})))))},1458:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(96072),r=n.n(a),s=n(82170),o=n(56427);const i=o.NumberControl||o.__experimentalNumberControl||function(e){return(0,s.createElement)(o.TextControl,r()({type:"number",inputMode:"numeric"},e))}},49452:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(56427),s=n(47143),o=n(27723),i=n(64234),l=n(10617);const __=o.__;function c({showDialog:e,closeDialog:t}){const{hasTierPlans:n}=(0,s.useSelect)((e=>{const{getNewsletterTierProducts:t,getConnectUrl:n}=e("jetpack/membership-products");return{stripeConnectUrl:n(),hasTierPlans:0!==t()?.length}})),o=(0,i.Qu)(n),{autosaveAndRedirect:c}=(0,l.A)(o);return(0,a.createElement)(r.__experimentalConfirmDialog,{onRequestClose:t,cancelButtonText:__("Not now","jetpack"),confirmButtonText:__("Get started","jetpack"),isOpen:e,onCancel:t,onConfirm:c,style:{maxWidth:400}},(0,a.createElement)("h2",null,__("Set up payments","jetpack")),(0,a.createElement)("p",null,__("To start collecting payments, you’ll just need to:","jetpack")),(0,a.createElement)("ol",null,(0,a.createElement)("li",null,__("Create a payment offer and choose a price for access to paid content","jetpack")),(0,a.createElement)("li",null,__("Set up or connect your Stripe account","jetpack"))))}},29726:(e,t,n)=>{"use strict";n.d(t,{Hb:()=>r,V$:()=>a,_$:()=>s,h5:()=>o});const a=0,r=1,s="payment-plan",o="subscription"},37072:(e,t,n)=>{"use strict";n.d(t,{B:()=>o,o:()=>s});var a=n(86087),r=n(29726);const s=(0,a.createContext)({blockName:void 0,clientId:void 0,products:[],productType:r._$,selectedProductIds:[],setSelectedProductIds:()=>{}}),o=()=>(0,a.useContext)(s)},97627:(e,t,n)=>{"use strict";n.d(t,{A:()=>m});var a=n(82170),r=n(94715),s=n(47143),o=n(16521),i=n(72462),l=n(29726),c=n(37072),u=n(34666),d=n(69095),p=n(12788);function m({blockName:e,clientId:t,productType:n=l._$,selectedProductIds:m=[],setSelectedProductIds:g=()=>{}}){const A=(0,s.useSelect)((e=>e(o.M).getProducts(n,m,g)),[]),{connectUrl:h,isApiConnected:E,areSelectedProductsInvalid:f}=(0,s.useSelect)((e=>{const{getConnectUrl:t,isApiStateConnected:n,hasInvalidProducts:a}=e(o.M);return{connectUrl:t(),isApiConnected:n(),areSelectedProductsInvalid:a(m)}}));if(!E)return null;const b={blockName:e,clientId:t,products:A,productType:n,selectedProductIds:m,setSelectedProductIds:g};return(0,a.createElement)(c.o.Provider,{value:b},!E&&!!h&&(0,a.createElement)(r.BlockControls,{__experimentalShareWithChildBlocks:!0,group:"block"},(0,a.createElement)(i.A,{blockName:e,connectUrl:h})),E&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)(u.A,null),(0,a.createElement)(p.A,null)),E&&f&&(0,a.createElement)(d.A,null))}},34666:(e,t,n)=>{"use strict";n.d(t,{A:()=>v});var a=n(82170),r=n(94715),s=n(56427),o=n(47143),i=n(86087),l=n(27723),c=n(84008),u=n(51609),d=n(16521),p=n(72730),m=n(29726),g=n(37072),A=n(1990);const __=l.__,h="USD",E=5,f="1 month",b=!1;function v(){const{productType:e,setSelectedProductIds:t}=(0,g.B)(),n=(0,o.useSelect)((e=>e(d.M).getSiteSlug())),{saveProduct:l}=(0,o.useDispatch)(d.M),[v,C]=(0,i.useState)(m.V$),[k,y]=(0,i.useState)((0,A.W)("default new product title",e)),[B,w]=(0,i.useState)(!1),[_,I]=(0,i.useState)(h),[x,j]=(0,i.useState)(E),[S,Q]=(0,i.useState)(f),[N,R]=(0,i.useState)(b),T=[{label:__("Month","jetpack"),value:"1 month"},{label:__("Year","jetpack"),value:"1 year"},{label:__("One-Time Payment","jetpack"),value:"one-time"}];return(0,u.useEffect)((()=>{B||(y((0,A.G)(S)),w(!1))}),[S,B]),(0,a.createElement)(r.InspectorControls,null,n&&(0,a.createElement)(s.PanelBody,null,(0,a.createElement)(s.ExternalLink,{href:`https://wordpress.com/earn/payments/${n}`},(0,A.W)("manage your products",e))),(0,a.createElement)(s.PanelBody,{title:(0,A.W)("add a new product",e),initialOpen:!0,className:"product-management-control-inspector__add-plan"},v===m.Hb&&(0,a.createElement)(s.Placeholder,{icon:c.A,label:(0,A.W)("saving product",e)},(0,a.createElement)(s.Spinner,null)),v===m.V$&&(0,a.createElement)(a.Fragment,null,(0,a.createElement)(s.PanelRow,{className:"product-management-control-inspector__product-title"},(0,a.createElement)(s.TextControl,{id:"new-product-title",label:__("Name","jetpack"),onChange:e=>{y(e),w(!0)},value:k})),(0,a.createElement)(s.PanelRow,{className:"product-management-control-inspector__product-price"},(0,a.createElement)(s.SelectControl,{label:__("Currency","jetpack"),onChange:e=>I(e),options:p.T,value:_}),(0,a.createElement)(s.TextControl,{label:__("Price","jetpack"),onChange:e=>j(e),type:"number",value:x})),(0,a.createElement)(s.PanelRow,{className:"plan-interval"},(0,a.createElement)(s.SelectControl,{label:__("Interval","jetpack"),onChange:e=>Q(e),options:T,value:S})),(0,a.createElement)(s.PanelRow,{className:"custom-amount"},(0,a.createElement)(s.ToggleControl,{label:__("Enable customers to pick their own amount","jetpack"),onChange:e=>R(e),checked:N})),(0,a.createElement)(s.PanelRow,null,(0,a.createElement)(s.ExternalLink,{href:"https://wordpress.com/support/wordpress-editor/blocks/payments/#related-fees"},__("Read more about Payments and related fees.","jetpack"))),(0,a.createElement)(s.PanelRow,null,(0,a.createElement)(s.Button,{onClick:n=>{n.preventDefault(),C(m.Hb),l({title:k,currency:_,price:x,interval:S,type:null,buyer_can_change_amount:N,is_editable:!0},e,t,(e=>{C(m.V$),e&&(j(E),w(!1),Q(f),R(b),I(h))}))},variant:"secondary"},(0,A.W)("add product",e))))))}},69095:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(82170),r=n(94715),s=n(51113),o=n(90311),i=n(37072),l=n(1990);function c(){const{productType:e}=(0,i.B)();return(0,a.createElement)(r.Warning,{className:"product-management-control-nudge"},(0,a.createElement)("span",{className:"product-management-control-nudge__info"},(0,a.createElement)(s.A,{icon:o.A}),(0,a.createElement)("span",{className:"product-management-control-nudge__text-container"},(0,a.createElement)("span",{className:"product-management-control-nudge__title"},(0,l.W)("invalid product configured for this block",e)),(0,a.createElement)("span",{className:"product-management-control-nudge__message"},(0,l.W)("the button will be hidden from your visitors until you select a valid product",e)))))}},12788:(e,t,n)=>{"use strict";n.d(t,{A:()=>v});var a=n(82170),r=n(4567),s=n(94715),o=n(56427),i=n(47143),l=n(27723),c=n(83883),u=n(83822),d=n(90311),p=n(16521),m=n(59340),g=n(37072),A=n(21212),h=n(1990);const __=l.__;function E(e){const{currency:t,interval:n,price:a}=e,s=(0,r.Ay)(parseFloat(a),t);switch(n){case"1 month":return(0,l.sprintf)( // translators: %s: amount @@ -270,4 +260,4 @@ __("Link preview","jetpack")}),(0,a.jsxs)("p",{className:"social-preview__sectio // translators: refers to a social post on Twitter __("Your post","jetpack")}),(0,a.jsx)("p",{className:"social-preview__section-desc",children:__("This is what your social post will look like on X:","jetpack")}),s.map(((e,t)=>{const n=t+1===s.length;return(0,a.jsx)(l.O,{...e,showThreadConnector:!n},`twitter-preview__tweet-${t}`)}))]}),!t&&(0,a.jsxs)("section",{className:"social-preview__section twitter-preview__section",children:[(0,a.jsx)(o.A,{level:e,children: // translators: refers to a link to a Twitter post -__("Link preview","jetpack")}),(0,a.jsxs)("p",{className:"social-preview__section-desc",children:[__("This is what it will look like when someone shares the link to your WordPress post on X.","jetpack")," ",(0,a.jsx)(r.ExternalLink,{href:"https://jetpack.com/support/jetpack-social-image-generator",children:__("Learn more about links","jetpack")})]}),(0,a.jsx)(i.E,{...s[0],name:"",profileImage:"",screenName:""})]})]}):null},58024:(e,t,n)=>{"use strict";n.d(t,{g:()=>s});var a=n(10790),r=n(56427);const s=({tweet:e})=>e?(0,a.jsxs)("div",{className:"twitter-preview__quote-tweet",children:[(0,a.jsx)(r.SandBox,{html:``,scripts:["https://platform.twitter.com/widgets.js"],title:"Embedded tweet"}),(0,a.jsx)("div",{className:"twitter-preview__quote-tweet-overlay"})]}):null},940:(e,t,n)=>{"use strict";n.d(t,{B:()=>o});var a=n(10790),r=n(27723),s=n(43204);const __=r.__,o=({profileImage:e,showThreadConnector:t})=>(0,a.jsxs)("div",{className:"twitter-preview__sidebar",children:[(0,a.jsx)("div",{className:"twitter-preview__profile-image",children:e?(0,a.jsx)("img",{alt:__("Twitter profile image","jetpack"),src:e}):(0,a.jsx)(s.f,{})}),t&&(0,a.jsx)("div",{className:"twitter-preview__connector"})]})},16801:(e,t,n)=>{"use strict";n.d(t,{E:()=>s});var a=n(10790),r=n(31280);const s=({text:e,url:t,retainUrl:n})=>{if(!e)return null;const s=t&&!n&&e.endsWith(t)?e.substring(0,e.lastIndexOf(t)):e;return(0,a.jsx)("div",{className:"twitter-preview__text",children:(0,r.x5)(s,{platform:"twitter"})})}},10067:(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 a=0,r=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(a++,"%c"===e&&(r=a))})),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=process.env.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(78926)(t);const{formatters:a}=e.exports;a.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},78926:(e,t,n)=>{e.exports=function(e){function t(e){let n,r,s,o=null;function i(...e){if(!i.enabled)return;const a=i,r=Number(new Date),s=r-(n||r);a.diff=s,a.prev=n,a.curr=r,n=r,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let o=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((n,r)=>{if("%%"===n)return"%";o++;const s=t.formatters[r];if("function"==typeof s){const t=e[o];n=s.call(a,t),e.splice(o,1),o--}return n})),t.formatArgs.call(a,e);(a.log||t.log).apply(a,e)}return i.namespace=e,i.useColors=t.useColors(),i.color=t.selectColor(e),i.extend=a,i.destroy=t.destroy,Object.defineProperty(i,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==o?o:(r!==t.namespaces&&(r=t.namespaces,s=t.enabled(e)),s),set:e=>{o=e}}),"function"==typeof t.init&&t.init(i),i}function a(e,n){const a=t(this.namespace+(void 0===n?":":n)+e);return a.log=this.log,a}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 a=("string"==typeof e?e:"").split(/[\s,]+/),r=a.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";t.A=function(e){var t=e.size,n=void 0===t?24:t,a=e.onClick,i=(e.icon,e.className),l=function(e,t){if(null==e)return{};var n,a,r=function(e,t){if(null==e)return{};var n,a,r={},s=Object.keys(e);for(a=0;a{"use strict";t.A=function(e){var t=e.size,n=void 0===t?24:t,a=e.onClick,i=(e.icon,e.className),l=function(e,t){if(null==e)return{};var n,a,r=function(e,t){if(null==e)return{};var n,a,r={},s=Object.keys(e);for(a=0;a{"use strict";t.A=function(e){var t=e.size,n=void 0===t?24:t,a=e.onClick,i=(e.icon,e.className),l=function(e,t){if(null==e)return{};var n,a,r=function(e,t){if(null==e)return{};var n,a,r={},s=Object.keys(e);for(a=0;a{"use strict";n.d(t,{Cl:()=>a});var a=function(){return a=Object.assign||function(e){for(var t,n=1,a=arguments.length;n{"use strict";function a(e,t){return Array(t+1).join(e)}n.d(t,{A:()=>R});var r=["ADDRESS","ARTICLE","ASIDE","AUDIO","BLOCKQUOTE","BODY","CANVAS","CENTER","DD","DIR","DIV","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","FORM","FRAMESET","H1","H2","H3","H4","H5","H6","HEADER","HGROUP","HR","HTML","ISINDEX","LI","MAIN","MENU","NAV","NOFRAMES","NOSCRIPT","OL","OUTPUT","P","PRE","SECTION","TABLE","TBODY","TD","TFOOT","TH","THEAD","TR","UL"];function s(e){return c(e,r)}var o=["AREA","BASE","BR","COL","COMMAND","EMBED","HR","IMG","INPUT","KEYGEN","LINK","META","PARAM","SOURCE","TRACK","WBR"];function i(e){return c(e,o)}var l=["A","TABLE","THEAD","TBODY","TFOOT","TH","TD","IFRAME","SCRIPT","AUDIO","VIDEO"];function c(e,t){return t.indexOf(e.nodeName)>=0}function u(e,t){return e.getElementsByTagName&&t.some((function(t){return e.getElementsByTagName(t).length}))}var d={};function p(e){return e?e.replace(/(\n+\s*)+/g,"\n"):""}function m(e){for(var t in this.options=e,this._keep=[],this._remove=[],this.blankRule={replacement:e.blankReplacement},this.keepReplacement=e.keepReplacement,this.defaultRule={replacement:e.defaultReplacement},this.array=[],e.rules)this.array.push(e.rules[t])}function g(e,t,n){for(var a=0;a-1)return!0}else{if("function"!=typeof a)throw new TypeError("`filter` needs to be a string, array, or function");if(a.call(e,t,n))return!0}}function h(e){var t=e.nextSibling||e.parentNode;return e.parentNode.removeChild(e),t}function E(e,t,n){return e&&e.parentNode===t||n(t)?t.nextSibling||t.parentNode:t.firstChild||t.nextSibling||t.parentNode}d.paragraph={filter:"p",replacement:function(e){return"\n\n"+e+"\n\n"}},d.lineBreak={filter:"br",replacement:function(e,t,n){return n.br+"\n"}},d.heading={filter:["h1","h2","h3","h4","h5","h6"],replacement:function(e,t,n){var r=Number(t.nodeName.charAt(1));return"setext"===n.headingStyle&&r<3?"\n\n"+e+"\n"+a(1===r?"=":"-",e.length)+"\n\n":"\n\n"+a("#",r)+" "+e+"\n\n"}},d.blockquote={filter:"blockquote",replacement:function(e){return"\n\n"+(e=(e=e.replace(/^\n+|\n+$/g,"")).replace(/^/gm,"> "))+"\n\n"}},d.list={filter:["ul","ol"],replacement:function(e,t){var n=t.parentNode;return"LI"===n.nodeName&&n.lastElementChild===t?"\n"+e:"\n\n"+e+"\n\n"}},d.listItem={filter:"li",replacement:function(e,t,n){e=e.replace(/^\n+/,"").replace(/\n+$/,"\n").replace(/\n/gm,"\n ");var a=n.bulletListMarker+" ",r=t.parentNode;if("OL"===r.nodeName){var s=r.getAttribute("start"),o=Array.prototype.indexOf.call(r.children,t);a=(s?Number(s)+o:o+1)+". "}return a+e+(t.nextSibling&&!/\n$/.test(e)?"\n":"")}},d.indentedCodeBlock={filter:function(e,t){return"indented"===t.codeBlockStyle&&"PRE"===e.nodeName&&e.firstChild&&"CODE"===e.firstChild.nodeName},replacement:function(e,t,n){return"\n\n "+t.firstChild.textContent.replace(/\n/g,"\n ")+"\n\n"}},d.fencedCodeBlock={filter:function(e,t){return"fenced"===t.codeBlockStyle&&"PRE"===e.nodeName&&e.firstChild&&"CODE"===e.firstChild.nodeName},replacement:function(e,t,n){for(var r,s=((t.firstChild.getAttribute("class")||"").match(/language-(\S+)/)||[null,""])[1],o=t.firstChild.textContent,i=n.fence.charAt(0),l=3,c=new RegExp("^"+i+"{3,}","gm");r=c.exec(o);)r[0].length>=l&&(l=r[0].length+1);var u=a(i,l);return"\n\n"+u+s+"\n"+o.replace(/\n$/,"")+"\n"+u+"\n\n"}},d.horizontalRule={filter:"hr",replacement:function(e,t,n){return"\n\n"+n.hr+"\n\n"}},d.inlineLink={filter:function(e,t){return"inlined"===t.linkStyle&&"A"===e.nodeName&&e.getAttribute("href")},replacement:function(e,t){var n=t.getAttribute("href"),a=p(t.getAttribute("title"));return a&&(a=' "'+a+'"'),"["+e+"]("+n+a+")"}},d.referenceLink={filter:function(e,t){return"referenced"===t.linkStyle&&"A"===e.nodeName&&e.getAttribute("href")},replacement:function(e,t,n){var a,r,s=t.getAttribute("href"),o=p(t.getAttribute("title"));switch(o&&(o=' "'+o+'"'),n.linkReferenceStyle){case"collapsed":a="["+e+"][]",r="["+e+"]: "+s+o;break;case"shortcut":a="["+e+"]",r="["+e+"]: "+s+o;break;default:var i=this.references.length+1;a="["+e+"]["+i+"]",r="["+i+"]: "+s+o}return this.references.push(r),a},references:[],append:function(e){var t="";return this.references.length&&(t="\n\n"+this.references.join("\n")+"\n\n",this.references=[]),t}},d.emphasis={filter:["em","i"],replacement:function(e,t,n){return e.trim()?n.emDelimiter+e+n.emDelimiter:""}},d.strong={filter:["strong","b"],replacement:function(e,t,n){return e.trim()?n.strongDelimiter+e+n.strongDelimiter:""}},d.code={filter:function(e){var t=e.previousSibling||e.nextSibling,n="PRE"===e.parentNode.nodeName&&!t;return"CODE"===e.nodeName&&!n},replacement:function(e){if(!e)return"";e=e.replace(/\r?\n|\r/g," ");for(var t=/^`|^ .*?[^ ].* $|`$/.test(e)?" ":"",n="`",a=e.match(/`+/gm)||[];-1!==a.indexOf(n);)n+="`";return n+t+e+t+n}},d.image={filter:"img",replacement:function(e,t){var n=p(t.getAttribute("alt")),a=t.getAttribute("src")||"",r=p(t.getAttribute("title"));return a?"!["+n+"]("+a+(r?' "'+r+'"':"")+")":""}},m.prototype={add:function(e,t){this.array.unshift(t)},keep:function(e){this._keep.unshift({filter:e,replacement:this.keepReplacement})},remove:function(e){this._remove.unshift({filter:e,replacement:function(){return""}})},forNode:function(e){return e.isBlank?this.blankRule:(t=g(this.array,e,this.options))||(t=g(this._keep,e,this.options))||(t=g(this._remove,e,this.options))?t:this.defaultRule;var t},forEach:function(e){for(var t=0;t'+e+"","text/html").getElementById("turndown-root"):n=e.cloneNode(!0);return function(e){var t=e.element,n=e.isBlock,a=e.isVoid,r=e.isPre||function(e){return"PRE"===e.nodeName};if(t.firstChild&&!r(t)){for(var s=null,o=!1,i=null,l=E(i,t,r);l!==t;){if(3===l.nodeType||4===l.nodeType){var c=l.data.replace(/[ \r\n\t]+/g," ");if(s&&!/ $/.test(s.data)||o||" "!==c[0]||(c=c.substr(1)),!c){l=h(l);continue}l.data=c,s=l}else{if(1!==l.nodeType){l=h(l);continue}n(l)||"BR"===l.nodeName?(s&&(s.data=s.data.replace(/ $/,"")),s=null,o=!1):a(l)||r(l)?(s=null,o=!0):s&&(o=!1)}var u=E(i,l,r);i=l,l=u}s&&(s.data=s.data.replace(/ $/,""),s.data||h(s))}}({element:n,isBlock:s,isVoid:i,isPre:t.preformattedCode?y:null}),n}function y(e){return"PRE"===e.nodeName||"CODE"===e.nodeName}function B(e,t){return e.isBlock=s(e),e.isCode="CODE"===e.nodeName||e.parentNode.isCode,e.isBlank=function(e){return!i(e)&&!function(e){return c(e,l)}(e)&&/^\s*$/i.test(e.textContent)&&!function(e){return u(e,o)}(e)&&!function(e){return u(e,l)}(e)}(e),e.flankingWhitespace=function(e,t){if(e.isBlock||t.preformattedCode&&e.isCode)return{leading:"",trailing:""};var n=(a=e.textContent,r=a.match(/^(([ \t\r\n]*)(\s*))(?:(?=\S)[\s\S]*\S)?((\s*?)([ \t\r\n]*))$/),{leading:r[1],leadingAscii:r[2],leadingNonAscii:r[3],trailing:r[4],trailingNonAscii:r[5],trailingAscii:r[6]});var a,r;n.leadingAscii&&w("left",e,t)&&(n.leading=n.leadingNonAscii);n.trailingAscii&&w("right",e,t)&&(n.trailing=n.trailingNonAscii);return{leading:n.leading,trailing:n.trailing}}(e,t),e}function w(e,t,n){var a,r,o;return"left"===e?(a=t.previousSibling,r=/ $/):(a=t.nextSibling,r=/^ /),a&&(3===a.nodeType?o=r.test(a.nodeValue):n.preformattedCode&&"CODE"===a.nodeName?o=!1:1!==a.nodeType||s(a)||(o=r.test(a.textContent))),o}var _=Array.prototype.reduce,I=[[/\\/g,"\\\\"],[/\*/g,"\\*"],[/^-/g,"\\-"],[/^\+ /g,"\\+ "],[/^(=+)/g,"\\$1"],[/^(#{1,6}) /g,"\\$1 "],[/`/g,"\\`"],[/^~~~/g,"\\~~~"],[/\[/g,"\\["],[/\]/g,"\\]"],[/^>/g,"\\>"],[/_/g,"\\_"],[/^(\d+)\. /g,"$1\\. "]];function x(e){if(!(this instanceof x))return new x(e);var t={rules:d,headingStyle:"setext",hr:"* * *",bulletListMarker:"*",codeBlockStyle:"indented",fence:"```",emDelimiter:"_",strongDelimiter:"**",linkStyle:"inlined",linkReferenceStyle:"full",br:" ",preformattedCode:!1,blankReplacement:function(e,t){return t.isBlock?"\n\n":""},keepReplacement:function(e,t){return t.isBlock?"\n\n"+t.outerHTML+"\n\n":t.outerHTML},defaultReplacement:function(e,t){return t.isBlock?"\n\n"+e+"\n\n":e}};this.options=function(e){for(var t=1;t0&&"\n"===e[t-1];)t--;return e.substring(0,t)}(e),a=t.replace(/^\n*/,""),r=Math.max(e.length-n.length,t.length-a.length);return n+"\n\n".substring(0,r)+a}x.prototype={turndown:function(e){if(!function(e){return null!=e&&("string"==typeof e||e.nodeType&&(1===e.nodeType||9===e.nodeType||11===e.nodeType))}(e))throw new TypeError(e+" is not a string, or an element/document/fragment node.");if(""===e)return"";var t=j.call(this,new k(e,this.options));return S.call(this,t)},use:function(e){if(Array.isArray(e))for(var t=0;t{"use strict";n.d(t,{A:()=>m});var a=n(74085),r=n(55217),s=n(39537),o=n(63350);function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){for(var n=0;nthis._bufferOffset&&(this._buffer=this._buffer.slice(e-this._bufferOffset),this._bufferOffset=e);var n=0===p(this._buffer);return this._done&&n?null:this._buffer.slice(0,t-e)}},{key:"close",value:function(){this._reader.cancel&&this._reader.cancel()}}]),e}();function p(e){return void 0===e?0:void 0!==e.size?e.size:e.length}var m=function(){function e(){i(this,e)}return c(e,[{key:"openFile",value:function(e,t){return(0,a.A)()&&e&&void 0!==e.uri?(0,r.A)(e.uri).then((function(e){return new u(e)})).catch((function(e){throw new Error("tus: cannot fetch `file.uri` as Blob, make sure the uri is correct and accessible. ".concat(e))})):"function"==typeof e.slice&&void 0!==e.size?Promise.resolve(new u(e)):"function"==typeof e.read?(t=+t,isFinite(t)?Promise.resolve(new d(e,t)):Promise.reject(new Error("cannot create source for stream without a finite value for the `chunkSize` option"))):Promise.reject(new Error("source object may only be an instance of File, Blob, or Reader in this environment"))}}]),e}()},91337:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(74085);function r(e,t){return(0,a.A)()?Promise.resolve(function(e,t){var n=e.exif?function(e){var t=0;if(0===e.length)return t;for(var n=0;n{"use strict";function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){for(var n=0;no});var o=function(){function e(){a(this,e)}return s(e,[{key:"createRequest",value:function(e,t){return new i(e,t)}},{key:"getName",value:function(){return"XHRHttpStack"}}]),e}(),i=function(){function e(t,n){a(this,e),this._xhr=new XMLHttpRequest,this._xhr.open(t,n,!0),this._method=t,this._url=n,this._headers={}}return s(e,[{key:"getMethod",value:function(){return this._method}},{key:"getURL",value:function(){return this._url}},{key:"setHeader",value:function(e,t){this._xhr.setRequestHeader(e,t),this._headers[e]=t}},{key:"getHeader",value:function(e){return this._headers[e]}},{key:"setProgressHandler",value:function(e){"upload"in this._xhr&&(this._xhr.upload.onprogress=function(t){t.lengthComputable&&e(t.loaded)})}},{key:"send",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return new Promise((function(n,a){e._xhr.onload=function(){n(new l(e._xhr))},e._xhr.onerror=function(e){a(e)},e._xhr.send(t)}))}},{key:"abort",value:function(){return this._xhr.abort(),Promise.resolve()}},{key:"getUnderlyingObject",value:function(){return this._xhr}}]),e}(),l=function(){function e(t){a(this,e),this._xhr=t}return s(e,[{key:"getStatus",value:function(){return this._xhr.status}},{key:"getHeader",value:function(e){return this._xhr.getResponseHeader(e)}},{key:"getBody",value:function(){return this._xhr.responseText}},{key:"getUnderlyingObject",value:function(){return this._xhr}}]),e}()},10781:(e,t,n)=>{"use strict";n.d(t,{_O:()=>f});var a=n(82701),r=n(52494),s=n(10851),o=n(45369),i=n(91016),l=n(91337);function c(e){return c="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},c(e)}function u(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,o),t=A({},E,{},t),s.call(this,e,t)}return t=o,r=[{key:"terminate",value:function(e,t,n){return t=A({},E,{},t),a.A.terminate(e,t,n)}}],(n=null)&&u(t.prototype,n),r&&u(t,r),o}(a.A),b=window,v=b.XMLHttpRequest,C=b.Blob;v&&C&&C.prototype.slice},39537:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=function(){return"undefined"!=typeof window&&(void 0!==window.PhoneGap||void 0!==window.Cordova||void 0!==window.cordova)}},74085:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=function(){return"undefined"!=typeof navigator&&"string"==typeof navigator.product&&"reactnative"===navigator.product.toLowerCase()}},63350:(e,t,n)=>{"use strict";function a(e){return new Promise((function(t,n){var a=new FileReader;a.onload=function(){var e=new Uint8Array(a.result);t({value:e})},a.onerror=function(e){n(e)},a.readAsArrayBuffer(e)}))}n.d(t,{A:()=>a})},55217:(e,t,n)=>{"use strict";function a(e){return new Promise((function(t,n){var a=new XMLHttpRequest;a.responseType="blob",a.onload=function(){var e=a.response;t(e)},a.onerror=function(e){n(e)},a.open("GET",e),a.send()}))}n.d(t,{A:()=>a})},10851:(e,t,n)=>{"use strict";function a(e,t){for(var n=0;ni,o:()=>o});var r=!1;try{r="localStorage"in window;var s="tusSupport";localStorage.setItem(s,localStorage.getItem(s))}catch(e){if(e.code!==e.SECURITY_ERR&&e.code!==e.QUOTA_EXCEEDED_ERR)throw e;r=!1}var o=r,i=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,r;return t=e,n=[{key:"findAllUploads",value:function(){var e=this._findEntries("tus::");return Promise.resolve(e)}},{key:"findUploadsByFingerprint",value:function(e){var t=this._findEntries("tus::".concat(e,"::"));return Promise.resolve(t)}},{key:"removeUpload",value:function(e){return localStorage.removeItem(e),Promise.resolve()}},{key:"addUpload",value:function(e,t){var n=Math.round(1e12*Math.random()),a="tus::".concat(e,"::").concat(n);return localStorage.setItem(a,JSON.stringify(t)),Promise.resolve(a)}},{key:"_findEntries",value:function(e){for(var t=[],n=0;n{"use strict";function a(e){return a="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},a(e)}function r(e){return function(){var t,n=c(e);if(i()){var r=c(this).constructor;t=Reflect.construct(n,arguments,r)}else t=n.apply(this,arguments);return function(e,t){if(t&&("object"===a(t)||"function"==typeof t))return t;return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(this,t)}}function s(e){var t="function"==typeof Map?new Map:void 0;return s=function(e){if(null===e||(n=e,-1===Function.toString.call(n).indexOf("[native code]")))return e;var n;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,a)}function a(){return o(e,arguments,c(this).constructor)}return a.prototype=Object.create(e.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),l(a,e)},s(e)}function o(e,t,n){return o=i()?Reflect.construct:function(e,t,n){var a=[null];a.push.apply(a,t);var r=new(Function.bind.apply(e,a));return n&&l(r,n.prototype),r},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function l(e,t){return l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},l(e,t)}function c(e){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},c(e)}n.d(t,{A:()=>u});const u=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&l(e,t)}(n,e);var t=r(n);function n(e){var a,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),(a=t.call(this,e)).originalRequest=s,a.originalResponse=o,a.causingError=r,null!=r&&(e+=", caused by ".concat(r.toString())),null!=s){var i=s.getHeader("X-Request-ID")||"n/a",l=s.getMethod(),c=s.getURL(),u=o?o.getStatus():"n/a",d=o?o.getBody()||"":"n/a";e+=", originated from request (method: ".concat(l,", url: ").concat(c,", response code: ").concat(u,", response text: ").concat(d,", request id: ").concat(i,")")}return a.message=e,a}return n}(s(Error))},12380:(e,t,n)=>{"use strict";n.d(t,{R:()=>r});var a=!1;function r(e){a&&console.log(e)}},52494:(e,t,n)=>{"use strict";function a(e,t){for(var n=0;nr});var r=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,r;return t=e,(n=[{key:"listAllUploads",value:function(){return Promise.resolve([])}},{key:"findUploadsByFingerprint",value:function(e){return Promise.resolve([])}},{key:"removeUpload",value:function(e){return Promise.resolve()}},{key:"addUpload",value:function(e,t){return Promise.resolve(null)}}])&&a(t.prototype,n),r&&a(t,r),e}()},82701:(e,t,n)=>{"use strict";n.d(t,{A:()=>C});var a=n(49475),r=n(76580),s=n.n(r),o=n(33004),i=n(12380),l=n(17291);function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function u(e){for(var t=1;t1&&["uploadUrl","uploadSize","uploadLengthDeferred"].forEach((function(t){e.options[t]&&e._emitError(new Error("tus: cannot use the ".concat(t," option when parallelUploads is enabled")))})),this.options.fingerprint(t,this.options).then((function(n){return null==n?(0,i.R)("No fingerprint was calculated meaning that the upload cannot be stored in the URL storage."):(0,i.R)("Calculated fingerprint: ".concat(n)),e._fingerprint=n,e._source?e._source:e.options.fileReader.openFile(t,e.options.chunkSize)})).then((function(t){e._source=t,e.options.parallelUploads>1||null!=e._parallelUploadUrls?e._startParallelUpload():e._startSingleUpload()})).catch((function(t){e._emitError(t)}))):this._emitError(new Error("tus: the `retryDelays` option must either be an array or null"))}else this._emitError(new Error("tus: neither an endpoint or an upload URL is provided"));else this._emitError(new Error("tus: no file or stream to upload provided"))}},{key:"_startParallelUpload",value:function(){var t=this,n=this._size=this._source.size,a=0;this._parallelUploads=[];var r=null!=this._parallelUploadUrls?this._parallelUploadUrls.length:this.options.parallelUploads,s=function(e,t,n){for(var a=Math.floor(e/t),r=[],s=0;s1&&"function"==typeof arguments[1])throw new Error("tus: the abort function does not accept a callback since v2 anymore; please use the returned Promise instead");return null!=this._parallelUploads&&this._parallelUploads.forEach((function(e){e.abort(t)})),null!==this._req&&(this._req.abort(),this._source.close()),this._aborted=!0,null!=this._retryTimeout&&(clearTimeout(this._retryTimeout),this._retryTimeout=null),t&&null!=this.url?e.terminate(this.url,this.options).then((function(){return n._removeFromUrlStorage()})):Promise.resolve()}},{key:"_emitHttpError",value:function(e,t,n,a){this._emitError(new o.A(n,a,e,t))}},{key:"_emitError",value:function(e){var t=this;if(!this._aborted){if(null!=this.options.retryDelays&&(null!=this._offset&&this._offset>this._offsetBeforeRetry&&(this._retryAttempt=0),b(e,this._retryAttempt,this.options))){var n=this.options.retryDelays[this._retryAttempt++];return this._offsetBeforeRetry=this._offset,void(this._retryTimeout=setTimeout((function(){t.start()}),n))}if("function"!=typeof this.options.onError)throw e;this.options.onError(e)}}},{key:"_emitSuccess",value:function(){this.options.removeFingerprintOnSuccess&&this._removeFromUrlStorage(),"function"==typeof this.options.onSuccess&&this.options.onSuccess()}},{key:"_emitProgress",value:function(e,t){"function"==typeof this.options.onProgress&&this.options.onProgress(e,t)}},{key:"_emitChunkComplete",value:function(e,t,n){"function"==typeof this.options.onChunkComplete&&this.options.onChunkComplete(e,t,n)}},{key:"_createUpload",value:function(){var e=this;if(this.options.endpoint){var t=this._openRequest("POST",this.options.endpoint);this.options.uploadLengthDeferred?t.setHeader("Upload-Defer-Length",1):t.setHeader("Upload-Length",this._size);var n,a=A(this.options.metadata);""!==a&&t.setHeader("Upload-Metadata",a),this.options.uploadDataDuringCreation&&!this.options.uploadLengthDeferred?(this._offset=0,n=this._addChunkToRequest(t)):n=this._sendRequest(t,null),n.then((function(n){if(h(n.getStatus(),200)){var a=n.getHeader("Location");if(null!=a){if(e.url=v(e.options.endpoint,a),(0,i.R)("Created upload at ".concat(e.url)),"function"==typeof e.options._onUploadUrlAvailable&&e.options._onUploadUrlAvailable(),0===e._size)return e._emitSuccess(),void e._source.close();e._saveUploadInUrlStorage(),e.options.uploadDataDuringCreation?e._handleUploadResponse(t,n):(e._offset=0,e._performUpload())}else e._emitHttpError(t,n,"tus: invalid or missing Location header")}else e._emitHttpError(t,n,"tus: unexpected response while creating upload")})).catch((function(n){e._emitHttpError(t,null,"tus: failed to create upload",n)}))}else this._emitError(new Error("tus: unable to create upload because no endpoint is provided"))}},{key:"_resumeUpload",value:function(){var e=this,t=this._openRequest("HEAD",this.url);this._sendRequest(t,null).then((function(n){var a=n.getStatus();if(!h(a,200))return h(a,400)&&e._removeFromUrlStorage(),423===a?void e._emitHttpError(t,n,"tus: upload is currently locked; retry later"):e.options.endpoint?(e.url=null,void e._createUpload()):void e._emitHttpError(t,n,"tus: unable to resume upload (new upload cannot be created without an endpoint)");var r=parseInt(n.getHeader("Upload-Offset"),10);if(isNaN(r))e._emitHttpError(t,n,"tus: invalid or missing offset value");else{var s=parseInt(n.getHeader("Upload-Length"),10);if(!isNaN(s)||e.options.uploadLengthDeferred){if("function"==typeof e.options._onUploadUrlAvailable&&e.options._onUploadUrlAvailable(),r===s)return e._emitProgress(s,s),void e._emitSuccess();e._offset=r,e._performUpload()}else e._emitHttpError(t,n,"tus: invalid or missing length value")}})).catch((function(n){e._emitHttpError(t,null,"tus: failed to resume upload",n)}))}},{key:"_performUpload",value:function(){var e,t=this;this._aborted||(this.options.overridePatchMethod?(e=this._openRequest("POST",this.url)).setHeader("X-HTTP-Method-Override","PATCH"):e=this._openRequest("PATCH",this.url),e.setHeader("Upload-Offset",this._offset),this._addChunkToRequest(e).then((function(n){h(n.getStatus(),200)?t._handleUploadResponse(e,n):t._emitHttpError(e,n,"tus: unexpected response while uploading chunk")})).catch((function(n){t._aborted||t._emitHttpError(e,null,"tus: failed to upload chunk at offset ".concat(t._offset),n)})))}},{key:"_addChunkToRequest",value:function(e){var t=this,n=this._offset,a=this._offset+this.options.chunkSize;return e.setProgressHandler((function(e){t._emitProgress(n+e,t._size)})),e.setHeader("Content-Type","application/offset+octet-stream"),(a===1/0||a>this._size)&&!this.options.uploadLengthDeferred&&(a=this._size),this._source.slice(n,a).then((function(n){var a=n.value,r=n.done;return t.options.uploadLengthDeferred&&r&&(t._size=t._offset+(a&&a.size?a.size:0),e.setHeader("Upload-Length",t._size)),null===a?t._sendRequest(e):(t._emitProgress(t._offset,t._size),t._sendRequest(e,a))}))}},{key:"_handleUploadResponse",value:function(e,t){var n=parseInt(t.getHeader("Upload-Offset"),10);if(isNaN(n))this._emitHttpError(e,t,"tus: invalid or missing offset value");else{if(this._emitProgress(n,this._size),this._emitChunkComplete(n-this._offset,n,this._size),this._offset=n,n==this._size)return this._emitSuccess(),void this._source.close();this._performUpload()}}},{key:"_openRequest",value:function(e,t){var n=E(e,t,this.options);return this._req=n,n}},{key:"_removeFromUrlStorage",value:function(){var e=this;this._urlStorageKey&&(this._urlStorage.removeUpload(this._urlStorageKey).catch((function(t){e._emitError(t)})),this._urlStorageKey=null)}},{key:"_saveUploadInUrlStorage",value:function(){var e=this;if(this.options.storeFingerprintForResuming&&this._fingerprint){var t={size:this._size,metadata:this.options.metadata,creationTime:(new Date).toString()};this._parallelUploads?t.parallelUploadUrls=this._parallelUploadUrls:t.uploadUrl=this.url,this._urlStorage.addUpload(this._fingerprint,t).then((function(t){return e._urlStorageKey=t})).catch((function(t){e._emitError(t)}))}}},{key:"_sendRequest",value:function(e){return f(e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,this.options)}}],a=[{key:"terminate",value:function(t,n){if(arguments.length>1&&"function"==typeof arguments[arguments.length-1])throw new Error("tus: the terminate function does not accept a callback since v2 anymore; please use the returned Promise instead");void 0===n&&(n={});var a=E("DELETE",t,n);return f(a,null,n).then((function(e){if(204!==e.getStatus())throw new o.A("tus: unexpected response while terminating upload",null,a,e)})).catch((function(r){if(r instanceof o.A||(r=new o.A("tus: failed to terminate upload",r,a,null)),!b(r,0,n))throw r;var s=n.retryDelays[0],i=n.retryDelays.slice(1),l=u({},n,{retryDelays:i});return new Promise((function(e){return setTimeout(e,s)})).then((function(){return e.terminate(t,l)}))}))}}],n&&p(t.prototype,n),a&&p(t,a),e}();function A(e){var t=[];for(var n in e)t.push("".concat(n," ").concat(a.Base64.encode(e[n])));return t.join(",")}function h(e,t){return e>=t&&e=n.retryDelays.length||null==e.originalRequest)return!1;if(n&&"function"==typeof n.onShouldRetry)return n.onShouldRetry(e,t,n);var a,r=e.originalResponse?e.originalResponse.getStatus():0;return(!h(r,400)||409===r||423===r)&&(a=!0,"undefined"!=typeof window&&"navigator"in window&&!1===window.navigator.onLine&&(a=!1),a)}function v(e,t){return new(s())(t,e).toString()}g.defaultOptions=m;const C=g},17291:(e,t,n)=>{"use strict";function a(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"==e?t:3&t|8).toString(16)}))}n.d(t,{A:()=>a})},21644:(e,t,n)=>{"use strict";function a(e){return e.charAt(0).toUpperCase()+e.substr(1)}n.d(t,{R:()=>a})},88415:(e,t,n)=>{"use strict";n.d(t,{l:()=>a});function a(e){return e.toUpperCase()}},76580:(e,t,n)=>{"use strict";var a=n(96811),r=n(24588),s=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,o=/[\n\r\t]/g,i=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,l=/:\d+$/,c=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,u=/^[a-zA-Z]:/;function d(e){return(e||"").toString().replace(s,"")}var p=[["#","hash"],["?","query"],function(e,t){return A(t.protocol)?e.replace(/\\/g,"/"):e},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d*)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],m={hash:1,query:1};function g(e){var t,n=("undefined"!=typeof window||"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).location||{},a={},r=typeof(e=e||n);if("blob:"===e.protocol)a=new E(unescape(e.pathname),{});else if("string"===r)for(t in a=new E(e,{}),m)delete a[t];else if("object"===r){for(t in e)t in m||(a[t]=e[t]);void 0===a.slashes&&(a.slashes=i.test(e.href))}return a}function A(e){return"file:"===e||"ftp:"===e||"http:"===e||"https:"===e||"ws:"===e||"wss:"===e}function h(e,t){e=(e=d(e)).replace(o,""),t=t||{};var n,a=c.exec(e),r=a[1]?a[1].toLowerCase():"",s=!!a[2],i=!!a[3],l=0;return s?i?(n=a[2]+a[3]+a[4],l=a[2].length+a[3].length):(n=a[2]+a[4],l=a[2].length):i?(n=a[3]+a[4],l=a[3].length):n=a[4],"file:"===r?l>=2&&(n=n.slice(2)):A(r)?n=a[4]:r?s&&(n=n.slice(2)):l>=2&&A(t.protocol)&&(n=a[4]),{protocol:r,slashes:s||A(r),slashesCount:l,rest:n}}function E(e,t,n){if(e=(e=d(e)).replace(o,""),!(this instanceof E))return new E(e,t,n);var s,i,l,c,m,f,b=p.slice(),v=typeof t,C=this,k=0;for("object"!==v&&"string"!==v&&(n=t,t=null),n&&"function"!=typeof n&&(n=r.parse),s=!(i=h(e||"",t=g(t))).protocol&&!i.slashes,C.slashes=i.slashes||s&&t.slashes,C.protocol=i.protocol||t.protocol||"",e=i.rest,("file:"===i.protocol&&(2!==i.slashesCount||u.test(e))||!i.slashes&&(i.protocol||i.slashesCount<2||!A(C.protocol)))&&(b[3]=[/(.*)/,"pathname"]);k{"use strict";e.exports=n.p+"images/jetpack-logo-0869ca6c8490d0aaecca.svg"},26076:(e,t,n)=>{"use strict";e.exports=n.p+"images/loader-0855308317756931a4f5.gif"},30081:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-facebook-c8a9715c8b6c8707594f.png"},26818:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-instagram-business-53d4764803db1a7b3cbc.png"},43443:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-linkedin-553fcb77cb734fc8d08f.png"},11326:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-nextdoor-6e76141465483081fde8.png"},65398:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-threads-1c941351fac252724ae7.png"},9791:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-tumblr-ac23dad7016040416331.png"},26365:(e,t,n)=>{"use strict";e.exports=n.p+"images/dois-66b3f018328e8f585646.jpg"},45329:(e,t,n)=>{"use strict";e.exports=n.p+"images/edge-e1adff73f2dc1c1dc64e.jpg"},9509:(e,t,n)=>{"use strict";e.exports=n.p+"images/fullscreen-21ca1ee2bafcb1c8eb55.jpg"},22417:(e,t,n)=>{"use strict";e.exports=n.p+"images/highway-205f94656e2fcc4aeb86.jpg"},63757:(e,t,n)=>{"use strict";e.exports=n.p+"images/avatar1-e8722a0be8a3a2815ce4.jpg"},94530:(e,t,n)=>{"use strict";e.exports=n.p+"images/avatar2-5c5ad1b19340e0c7a5fd.jpg"},86239:(e,t,n)=>{"use strict";e.exports=n.p+"images/avatar3-5c7c3997fa2aad717819.jpg"},84954:(e,t,n)=>{"use strict";e.exports=n.p+"images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg"},72660:(e,t,n)=>{"use strict";e.exports=n.p+"images/eventbrite-in-page-example-47588367313e644097c9.png"},94739:(e,t,n)=>{"use strict";e.exports=n.p+"images/img-example-after-e2742d7b0f7c7e9157a3.png"},93220:(e,t,n)=>{"use strict";e.exports=n.p+"images/img-example-before-0b3e07296a7ca4bf4187.png"},25836:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-preview-0088ca72fca2cbebe7a4.jpg"},93797:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_black_and_white-a33452734cf5f59eb2f9.jpg"},49364:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_black_and_white_mapkit-50e9383d59f6ad6a44ed.jpg"},77971:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_default-d3a324cdc6ff2f461574.jpg"},98430:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_default_mapkit-0ed10cab18f62edff74e.jpg"},27415:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_satellite-58322e843e983f7397b5.jpg"},72386:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_satellite_mapkit-6062205f7c3804fae12c.jpg"},92747:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_terrain-a408b936442d6d33df07.jpg"},11628:(e,t,n)=>{"use strict";e.exports=n.p+"images/paypal-button-2x-4b3170770abd36302540.png"},96411:(e,t,n)=>{"use strict";e.exports=n.p+"images/paypal-button-185a418796b918a5e24b.png"},96374:(e,t,n)=>{"use strict";e.exports=n.p+"images/slideshow_example-1-27620cbeda003e2c71d1.jpg"},88513:(e,t,n)=>{"use strict";e.exports=n.p+"images/slideshow_example-2-cce21819e376a0c6a174.jpg"},98564:(e,t,n)=>{"use strict";e.exports=n.p+"images/slideshow_example-3-9de0a668f5077bab7ece.jpg"},48734:(e,t,n)=>{"use strict";e.exports=n.p+"images/story_example-1-8d272acaba13e96e3b48.png"},32022:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-1-d2817eb0e669267ab3eb.jpg"},2369:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-2-78fc061b3eff2af1311b.jpg"},24324:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-3-27620cbeda003e2c71d1.jpg"},49263:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-4-cce21819e376a0c6a174.jpg"},76882:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-5-18efa42161dfe5708046.jpg"},86781:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-6-bd61852e61001ce631d7.jpg"},40932:(e,t,n)=>{"use strict";e.exports=n.p+"images/videopress-block-example-image-d7dd9fae6ff49181bfca.jpg"},60651:(e,t,n)=>{"use strict";e.exports=n.p+"images/example_160x600-4df685f9bf14f11d9012.png"},26408:(e,t,n)=>{"use strict";e.exports=n.p+"images/example_300x250-9e27534cd219e940abaf.png"},68364:(e,t,n)=>{"use strict";e.exports=n.p+"images/example_320x50-34c171b9cf96506c8fc4.png"},90244:(e,t,n)=>{"use strict";e.exports=n.p+"images/example_728x90-1a8de274d08ab4d07f48.png"},39384:e=>{"use strict";e.exports=window.JetpackConnection},97999:e=>{"use strict";e.exports=window.JetpackScriptDataModule},51609:e=>{"use strict";e.exports=window.React},75795:e=>{"use strict";e.exports=window.ReactDOM},10790:e=>{"use strict";e.exports=window.ReactJSXRuntime},66087:e=>{"use strict";e.exports=window.lodash},76154:e=>{"use strict";e.exports=window.moment},20195:e=>{"use strict";e.exports=window.wp.a11y},1455:e=>{"use strict";e.exports=window.wp.apiFetch},63162:e=>{"use strict";e.exports=window.wp.blob},94715:e=>{"use strict";e.exports=window.wp.blockEditor},75994:e=>{"use strict";e.exports=window.wp.blockSerializationDefaultParser},74997:e=>{"use strict";e.exports=window.wp.blocks},82165:e=>{"use strict";e.exports=window.wp.commands},56427:e=>{"use strict";e.exports=window.wp.components},29491:e=>{"use strict";e.exports=window.wp.compose},3582:e=>{"use strict";e.exports=window.wp.coreData},47143:e=>{"use strict";e.exports=window.wp.data},38443:e=>{"use strict";e.exports=window.wp.date},98490:e=>{"use strict";e.exports=window.wp.domReady},14309:e=>{"use strict";e.exports=window.wp.editPost},43656:e=>{"use strict";e.exports=window.wp.editor},86087:e=>{"use strict";e.exports=window.wp.element},89877:e=>{"use strict";e.exports=window.wp.escapeHtml},52619:e=>{"use strict";e.exports=window.wp.hooks},18537:e=>{"use strict";e.exports=window.wp.htmlEntities},27723:e=>{"use strict";e.exports=window.wp.i18n},48558:e=>{"use strict";e.exports=window.wp.keycodes},16480:e=>{"use strict";e.exports=window.wp.mediaUtils},692:e=>{"use strict";e.exports=window.wp.notices},92279:e=>{"use strict";e.exports=window.wp.plugins},5573:e=>{"use strict";e.exports=window.wp.primitives},50876:e=>{"use strict";e.exports=window.wp.richText},36536:e=>{"use strict";e.exports=window.wp.tokenList},93832:e=>{"use strict";e.exports=window.wp.url},26873:e=>{"use strict";e.exports=window.wp.viewport},48588:e=>{"use strict";e.exports=window.wp.widgets},69446:e=>{"use strict";e.exports=window.wp.wordcount},42305:()=>{},96072:e=>{function t(){return e.exports=t=Object.assign?Object.assign.bind():function(e){for(var t=1;t{e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},13022:(e,t,n)=>{"use strict";function a(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var s=e.length;for(t=0;tr});const r=function(){for(var e,t,n=0,r="",s=arguments.length;n{"use strict";n.d(t,{Gz:()=>h});var a,r=n(25006),s=n(82826),o=n(72485);!function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"}(a||(a={}));var i,l,c;function u(e){return e>=a.ZERO&&e<=a.NINE}function d(e){return e===a.EQUALS||function(e){return e>=a.UPPER_A&&e<=a.UPPER_Z||e>=a.LOWER_A&&e<=a.LOWER_Z||u(e)}(e)}!function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(i||(i={})),function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"}(l||(l={})),function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"}(c||(c={}));class p{constructor(e,t,n){this.decodeTree=e,this.emitCodePoint=t,this.errors=n,this.state=l.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=c.Strict}startEntity(e){this.decodeMode=e,this.state=l.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case l.EntityStart:return e.charCodeAt(t)===a.NUM?(this.state=l.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=l.NamedEntity,this.stateNamedEntity(e,t));case l.NumericStart:return this.stateNumericStart(e,t);case l.NumericDecimal:return this.stateNumericDecimal(e,t);case l.NumericHex:return this.stateNumericHex(e,t);case l.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===a.LOWER_X?(this.state=l.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=l.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,n,a){if(t!==n){const r=n-t;this.result=this.result*Math.pow(a,r)+parseInt(e.substr(t,r),a),this.consumed+=r}}stateNumericHex(e,t){const n=t;for(;t=a.UPPER_A&&r<=a.UPPER_F||r>=a.LOWER_A&&r<=a.LOWER_F)))return this.addToNumericResult(e,n,t,16),this.emitNumericEntity(s,3);t+=1}var r;return this.addToNumericResult(e,n,t,16),-1}stateNumericDecimal(e,t){const n=t;for(;t>14;for(;t>14,0!==s){if(o===a.SEMI)return this.emitNamedEntityData(this.treeIndex,s,this.consumed+this.excess);this.decodeMode!==c.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const{result:t,decodeTree:n}=this,a=(n[t]&i.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,a,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,n){const{decodeTree:a}=this;return this.emitCodePoint(1===t?a[e]&~i.VALUE_LENGTH:a[e+1],n),3===t&&this.emitCodePoint(a[e+2],n),n}end(){var e;switch(this.state){case l.NamedEntity:return 0===this.result||this.decodeMode===c.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case l.NumericDecimal:return this.emitNumericEntity(0,2);case l.NumericHex:return this.emitNumericEntity(0,3);case l.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case l.EntityStart:return 0}}}function m(e){let t="";const n=new p(e,(e=>t+=(0,o.MK)(e)));return function(e,a){let r=0,s=0;for(;(s=e.indexOf("&",s))>=0;){t+=e.slice(r,s),n.startEntity(a);const o=n.write(e,s+1);if(o<0){r=s+n.end();break}r=s+o,s=0===o?r+1:r}const o=t+e.slice(r);return t="",o}}function g(e,t,n,a){const r=(t&i.BRANCH_LENGTH)>>7,s=t&i.JUMP_TABLE;if(0===r)return 0!==s&&a===s?n:-1;if(s){const t=a-s;return t<0||t>=r?-1:e[n+t]-1}let o=n,l=o+r-1;for(;o<=l;){const t=o+l>>>1,n=e[t];if(na))return e[t+r];l=t-1}}return-1}const A=m(r.A);m(s.A);function h(e,t=c.Legacy){return A(e,t)}},72485:(e,t,n)=>{"use strict";var a;n.d(t,{MK:()=>s,y6:()=>o});const r=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),s=null!==(a=String.fromCodePoint)&&void 0!==a?a:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e),t};function o(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=r.get(e))&&void 0!==t?t:e}},97187:(e,t,n)=>{"use strict";n(47431),n(26834)},26834:(e,t,n)=>{"use strict";const a=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]);String.prototype.codePointAt;function r(e,t){return function(n){let a,r=0,s="";for(;a=e.exec(n);)r!==a.index&&(s+=n.substring(r,a.index)),s+=t.get(a[0].charCodeAt(0)),r=a.index+1;return s+n.substring(r)}}r(/[&<>'"]/g,a),r(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),r(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))},25006:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((e=>e.charCodeAt(0))))},82826:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e=>e.charCodeAt(0))))},47431:()=>{"use strict";function e(e){for(let t=1;t{"use strict";n.d(t,{Gz:()=>s.Gz});var a,r,s=n(3175);n(97187),n(26834);!function(e){e[e.XML=0]="XML",e[e.HTML=1]="HTML"}(a||(a={})),function(e){e[e.UTF8=0]="UTF8",e[e.ASCII=1]="ASCII",e[e.Extensive=2]="Extensive",e[e.Attribute=3]="Attribute",e[e.Text=4]="Text"}(r||(r={}))},7237:(e,t,n)=>{"use strict";n.d(t,{A:()=>h});var a=n(30724);function r(e){return Array.prototype.slice.call(arguments,1).forEach((function(t){t&&Object.keys(t).forEach((function(n){e[n]=t[n]}))})),e}function s(e){return Object.prototype.toString.call(e)}function o(e){return"[object Function]"===s(e)}function i(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}const l={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};const c={"http:":{validate:function(e,t,n){const a=e.slice(t);return n.re.http||(n.re.http=new RegExp("^\\/\\/"+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,"i")),n.re.http.test(a)?a.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,t,n){const a=e.slice(t);return n.re.no_http||(n.re.no_http=new RegExp("^"+n.re.src_auth+"(?:localhost|(?:(?:"+n.re.src_domain+")\\.)+"+n.re.src_domain_root+")"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,"i")),n.re.no_http.test(a)?t>=3&&":"===e[t-3]||t>=3&&"/"===e[t-3]?0:a.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,n){const a=e.slice(t);return n.re.mailto||(n.re.mailto=new RegExp("^"+n.re.src_email_name+"@"+n.re.src_host_strict,"i")),n.re.mailto.test(a)?a.match(n.re.mailto)[0].length:0}}},u="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",d="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function p(e){const t=e.re=(0,a.A)(e.__opts__),n=e.__tlds__.slice();function r(e){return e.replace("%TLDS%",t.src_tlds)}e.onCompile(),e.__tlds_replaced__||n.push(u),n.push(t.src_xn),t.src_tlds=n.join("|"),t.email_fuzzy=RegExp(r(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(r(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(r(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(r(t.tpl_host_fuzzy_test),"i");const l=[];function c(e,t){throw new Error('(LinkifyIt) Invalid schema "'+e+'": '+t)}e.__compiled__={},Object.keys(e.__schemas__).forEach((function(t){const n=e.__schemas__[t];if(null===n)return;const a={validate:null,link:null};if(e.__compiled__[t]=a,"[object Object]"===s(n))return!function(e){return"[object RegExp]"===s(e)}(n.validate)?o(n.validate)?a.validate=n.validate:c(t,n):a.validate=function(e){return function(t,n){const a=t.slice(n);return e.test(a)?a.match(e)[0].length:0}}(n.validate),void(o(n.normalize)?a.normalize=n.normalize:n.normalize?c(t,n):a.normalize=function(e,t){t.normalize(e)});!function(e){return"[object String]"===s(e)}(n)?c(t,n):l.push(t)})),l.forEach((function(t){e.__compiled__[e.__schemas__[t]]&&(e.__compiled__[t].validate=e.__compiled__[e.__schemas__[t]].validate,e.__compiled__[t].normalize=e.__compiled__[e.__schemas__[t]].normalize)})),e.__compiled__[""]={validate:null,normalize:function(e,t){t.normalize(e)}};const d=Object.keys(e.__compiled__).filter((function(t){return t.length>0&&e.__compiled__[t]})).map(i).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+d+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+d+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),function(e){e.__index__=-1,e.__text_cache__=""}(e)}function m(e,t){const n=e.__index__,a=e.__last_index__,r=e.__text_cache__.slice(n,a);this.schema=e.__schema__.toLowerCase(),this.index=n+t,this.lastIndex=a+t,this.raw=r,this.text=r,this.url=r}function g(e,t){const n=new m(e,t);return e.__compiled__[n.schema].normalize(n,e),n}function A(e,t){if(!(this instanceof A))return new A(e,t);var n;t||(n=e,Object.keys(n||{}).reduce((function(e,t){return e||l.hasOwnProperty(t)}),!1)&&(t=e,e={})),this.__opts__=r({},l,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=r({},c,e),this.__compiled__={},this.__tlds__=d,this.__tlds_replaced__=!1,this.re={},p(this)}A.prototype.add=function(e,t){return this.__schemas__[e]=t,p(this),this},A.prototype.set=function(e){return this.__opts__=r(this.__opts__,e),this},A.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;let t,n,a,r,s,o,i,l,c;if(this.re.schema_test.test(e))for(i=this.re.schema_search,i.lastIndex=0;null!==(t=i.exec(e));)if(r=this.testSchemaAt(e,t[2],i.lastIndex),r){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+r;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(l=e.search(this.re.host_fuzzy_test),l>=0&&(this.__index__<0||l=0&&null!==(a=e.match(this.re.email_fuzzy))&&(s=a.index+a[1].length,o=a.index+a[0].length,(this.__index__<0||sthis.__last_index__)&&(this.__schema__="mailto:",this.__index__=s,this.__last_index__=o))),this.__index__>=0},A.prototype.pretest=function(e){return this.re.pretest.test(e)},A.prototype.testSchemaAt=function(e,t,n){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,n,this):0},A.prototype.match=function(e){const t=[];let n=0;this.__index__>=0&&this.__text_cache__===e&&(t.push(g(this,n)),n=this.__last_index__);let a=n?e.slice(n):e;for(;this.test(a);)t.push(g(this,n)),a=a.slice(this.__last_index__),n+=this.__last_index__;return t.length?t:null},A.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;const t=this.re.schema_at_start.exec(e);if(!t)return null;const n=this.testSchemaAt(e,t[2],t[0].length);return n?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+n,g(this,0)):null},A.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter((function(e,t,n){return e!==n[t-1]})).reverse(),p(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,p(this),this)},A.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),"mailto:"!==e.schema||/^mailto:/i.test(e.url)||(e.url="mailto:"+e.url)},A.prototype.onCompile=function(){};const h=A},30724:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(60905),r=n(80786),s=n(3506),o=n(60804);function i(e){const t={};e=e||{},t.src_Any=a.A.source,t.src_Cc=r.A.source,t.src_Z=s.A.source,t.src_P=o.A.source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|");const n="[><|]";return t.src_pseudo_letter="(?:(?![><|]|"+t.src_ZPCc+")"+t.src_Any+")",t.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|[><|]|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+n+"|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]|$)|"+(e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+t.src_ZCc+"|$)|;(?!"+t.src_ZCc+"|$)|\\!+(?!"+t.src_ZCc+"|[!]|$)|\\?(?!"+t.src_ZCc+"|[?]|$))+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy='(^|[><|]|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}},97158:(e,t,n)=>{"use strict";n.d(t,{A:()=>a.A});var a=n(56838)},84384:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]},58105:(e,t,n)=>{"use strict";n.d(t,{l:()=>s,p:()=>o});const a="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",r="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",s=new RegExp("^(?:"+a+"|"+r+"|\x3c!----\x3e|\x3c!--(?:-?[^>-])(?:-?[^-])*--\x3e|<[?][\\s\\S]*?[?]>|]*>|)"),o=new RegExp("^(?:"+a+"|"+r+")")},54439:(e,t,n)=>{"use strict";n.r(t),n.d(t,{arrayReplaceAt:()=>d,assign:()=>u,escapeHtml:()=>y,escapeRE:()=>w,fromCodePoint:()=>m,has:()=>c,isMdAsciiPunct:()=>j,isPunctChar:()=>x,isSpace:()=>_,isString:()=>i,isValidEntityCode:()=>p,isWhiteSpace:()=>I,lib:()=>Q,normalizeReference:()=>S,unescapeAll:()=>f,unescapeMd:()=>E});var a=n(25315),r=n(60804),s=n(68407),o=n(9405);function i(e){return"[object String]"===function(e){return Object.prototype.toString.call(e)}(e)}const l=Object.prototype.hasOwnProperty;function c(e,t){return l.call(e,t)}function u(e){return Array.prototype.slice.call(arguments,1).forEach((function(t){if(t){if("object"!=typeof t)throw new TypeError(t+"must be object");Object.keys(t).forEach((function(n){e[n]=t[n]}))}})),e}function d(e,t,n){return[].concat(e.slice(0,t),n,e.slice(t+1))}function p(e){return!(e>=55296&&e<=57343)&&(!(e>=64976&&e<=65007)&&(!!(65535&~e&&65534!=(65535&e))&&(!(e>=0&&e<=8)&&(11!==e&&(!(e>=14&&e<=31)&&(!(e>=127&&e<=159)&&!(e>1114111)))))))}function m(e){if(e>65535){const t=55296+((e-=65536)>>10),n=56320+(1023&e);return String.fromCharCode(t,n)}return String.fromCharCode(e)}const g=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,A=new RegExp(g.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),h=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function E(e){return e.indexOf("\\")<0?e:e.replace(g,"$1")}function f(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(A,(function(e,t,n){return t||function(e,t){if(35===t.charCodeAt(0)&&h.test(t)){const n="x"===t[1].toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10);return p(n)?m(n):e}const n=(0,o.Gz)(e);return n!==e?n:e}(e,n)}))}const b=/[&<>"]/,v=/[&<>"]/g,C={"&":"&","<":"<",">":">",'"':"""};function k(e){return C[e]}function y(e){return b.test(e)?e.replace(v,k):e}const B=/[.?*+^$[\]\\(){}|-]/g;function w(e){return e.replace(B,"\\$&")}function _(e){switch(e){case 9:case 32:return!0}return!1}function I(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function x(e){return r.A.test(e)}function j(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function S(e){return e=e.trim().replace(/\s+/g," "),"Ṿ"==="ẞ".toLowerCase()&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}const Q={mdurl:a,ucmicro:s}},80016:(e,t,n)=>{"use strict";n.r(t),n.d(t,{parseLinkDestination:()=>r.A,parseLinkLabel:()=>a.A,parseLinkTitle:()=>s.A});var a=n(65739),r=n(39945),s=n(8859)},39945:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n){let r,s=t;const o={ok:!1,pos:0,lines:0,str:""};if(60===e.charCodeAt(s)){for(s++;s32))return o;if(41===r){if(0===i)break;i--}s++}return t===s||0!==i||(o.str=(0,a.unescapeAll)(e.slice(t,s)),o.pos=s,o.ok=!0),o}},65739:(e,t,n)=>{"use strict";function a(e,t,n){let a,r,s,o;const i=e.posMax,l=e.pos;for(e.pos=t+1,a=1;e.posa})},8859:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n){let r,s,o=0,i=t;const l={ok:!1,pos:0,lines:0,str:""};if(i>=n)return l;if(s=e.charCodeAt(i),34!==s&&39!==s&&40!==s)return l;for(i++,40===s&&(s=41);i{"use strict";n.d(t,{A:()=>y});var a=n(54439),r=n(80016),s=n(71455),o=n(55439),i=n(60737),l=n(42813),c=n(7237),u=n(25315),d=n(87072),p=n(69404),m=n(8079),g=n(26881);const A={default:p.A,zero:m.A,commonmark:g.A},h=/^(vbscript|javascript|file|data):/,E=/^data:image\/(gif|png|jpeg|webp);/;function f(e){const t=e.trim().toLowerCase();return!h.test(t)||E.test(t)}const b=["http:","https:","mailto:"];function v(e){const t=u.parse(e,!0);if(t.hostname&&(!t.protocol||b.indexOf(t.protocol)>=0))try{t.hostname=d.Ay.toASCII(t.hostname)}catch(e){}return u.encode(u.format(t))}function C(e){const t=u.parse(e,!0);if(t.hostname&&(!t.protocol||b.indexOf(t.protocol)>=0))try{t.hostname=d.Ay.toUnicode(t.hostname)}catch(e){}return u.decode(u.format(t),u.decode.defaultChars+"%")}function k(e,t){if(!(this instanceof k))return new k(e,t);t||a.isString(e)||(t=e||{},e="default"),this.inline=new l.A,this.block=new i.A,this.core=new o.A,this.renderer=new s.A,this.linkify=new c.A,this.validateLink=f,this.normalizeLink=v,this.normalizeLinkText=C,this.utils=a,this.helpers=a.assign({},r),this.options={},this.configure(e),t&&this.set(t)}k.prototype.set=function(e){return a.assign(this.options,e),this},k.prototype.configure=function(e){const t=this;if(a.isString(e)){const t=e;if(!(e=A[t]))throw new Error('Wrong `markdown-it` preset "'+t+'", check name')}if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach((function(n){e.components[n].rules&&t[n].ruler.enableOnly(e.components[n].rules),e.components[n].rules2&&t[n].ruler2.enableOnly(e.components[n].rules2)})),this},k.prototype.enable=function(e,t){let n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(t){n=n.concat(this[t].ruler.enable(e,!0))}),this),n=n.concat(this.inline.ruler2.enable(e,!0));const a=e.filter((function(e){return n.indexOf(e)<0}));if(a.length&&!t)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+a);return this},k.prototype.disable=function(e,t){let n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(t){n=n.concat(this[t].ruler.disable(e,!0))}),this),n=n.concat(this.inline.ruler2.disable(e,!0));const a=e.filter((function(e){return n.indexOf(e)<0}));if(a.length&&!t)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+a);return this},k.prototype.use=function(e){const t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this},k.prototype.parse=function(e,t){if("string"!=typeof e)throw new Error("Input data should be a String");const n=new this.core.State(e,this,t);return this.core.process(n),n.tokens},k.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)},k.prototype.parseInline=function(e,t){const n=new this.core.State(e,this,t);return n.inlineMode=!0,this.core.process(n),n.tokens},k.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)};const y=k},60737:(e,t,n)=>{"use strict";n.d(t,{A:()=>f});var a=n(79358),r=n(52961),s=n(20712),o=n(47103),i=n(36283),l=n(97537),c=n(79062),u=n(25792),d=n(43863),p=n(72577),m=n(13318),g=n(94206),A=n(94970);const h=[["table",s.A,["paragraph","reference"]],["code",o.A],["fence",i.A,["paragraph","reference","blockquote","list"]],["blockquote",l.A,["paragraph","reference","blockquote","list"]],["hr",c.A,["paragraph","reference","blockquote","list"]],["list",u.A,["paragraph","reference","blockquote"]],["reference",d.A],["html_block",p.A,["paragraph","reference","blockquote"]],["heading",m.A,["paragraph","reference","blockquote"]],["lheading",g.A],["paragraph",A.A]];function E(){this.ruler=new a.A;for(let e=0;e=n))&&!(e.sCount[o]=s){e.line=n;break}const t=e.line;let l=!1;for(let s=0;s=e.line)throw new Error("block rule didn't increment state.line");break}if(!l)throw new Error("none of the block rules matched");e.tight=!i,e.isEmpty(e.line-1)&&(i=!0),o=e.line,o{"use strict";n.d(t,{A:()=>g});var a=n(79358),r=n(37569),s=n(2699),o=n(79417),i=n(85189),l=n(96084),c=n(48541),u=n(55834),d=n(11242);const p=[["normalize",s.A],["block",o.A],["inline",i.A],["linkify",l.A],["replacements",c.A],["smartquotes",u.A],["text_join",d.A]];function m(){this.ruler=new a.A;for(let e=0;e{"use strict";n.d(t,{A:()=>k});var a=n(79358),r=n(60057),s=n(68597),o=n(44938),i=n(94076),l=n(17785),c=n(38797),u=n(50925),d=n(62206),p=n(22128),m=n(74427),g=n(85469),A=n(7105),h=n(41517),E=n(76014),f=n(70322);const b=[["text",s.A],["linkify",o.A],["newline",i.A],["escape",l.A],["backticks",c.A],["strikethrough",u.A.tokenize],["emphasis",d.A.tokenize],["link",p.A],["image",m.A],["autolink",g.A],["html_inline",A.A],["entity",h.A]],v=[["balance_pairs",E.A],["strikethrough",u.A.postProcess],["emphasis",d.A.postProcess],["fragments_join",f.A]];function C(){this.ruler=new a.A;for(let e=0;e=e.pos)throw new Error("inline rule didn't increment state.pos");break}}else e.pos=e.posMax;o||e.pos++,s[t]=e.pos},C.prototype.tokenize=function(e){const t=this.ruler.getRules(""),n=t.length,a=e.posMax,r=e.md.options.maxNesting;for(;e.pos=e.pos)throw new Error("inline rule didn't increment state.pos");break}if(o){if(e.pos>=a)break}else e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},C.prototype.parse=function(e,t,n,a){const r=new this.State(e,t,n,a);this.tokenize(r);const s=this.ruler2.getRules(""),o=s.length;for(let e=0;e{"use strict";n.d(t,{A:()=>a});const a={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}}},69404:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}}},8079:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}}},71455:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(54439);const r={};function s(){this.rules=(0,a.assign)({},r)}r.code_inline=function(e,t,n,r,s){const o=e[t];return""+(0,a.escapeHtml)(o.content)+""},r.code_block=function(e,t,n,r,s){const o=e[t];return""+(0,a.escapeHtml)(e[t].content)+"\n"},r.fence=function(e,t,n,r,s){const o=e[t],i=o.info?(0,a.unescapeAll)(o.info).trim():"";let l,c="",u="";if(i){const e=i.split(/(\s+)/g);c=e[0],u=e.slice(2).join("")}if(l=n.highlight&&n.highlight(o.content,c,u)||(0,a.escapeHtml)(o.content),0===l.indexOf("${l}\n`}return`
    ${l}
    \n`},r.image=function(e,t,n,a,r){const s=e[t];return s.attrs[s.attrIndex("alt")][1]=r.renderInlineAsText(s.children,n,a),r.renderToken(e,t,n)},r.hardbreak=function(e,t,n){return n.xhtmlOut?"
    \n":"
    \n"},r.softbreak=function(e,t,n){return n.breaks?n.xhtmlOut?"
    \n":"
    \n":"\n"},r.text=function(e,t){return(0,a.escapeHtml)(e[t].content)},r.html_block=function(e,t){return e[t].content},r.html_inline=function(e,t){return e[t].content},s.prototype.renderAttrs=function(e){let t,n,r;if(!e.attrs)return"";for(r="",t=0,n=e.attrs.length;t\n":">",r},s.prototype.renderInline=function(e,t,n){let a="";const r=this.rules;for(let s=0,o=e.length;s{"use strict";function a(){this.__rules__=[],this.__cache__=null}n.d(t,{A:()=>r}),a.prototype.__find__=function(e){for(let t=0;t{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n,r){let s=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];const i=e.lineMax;if(e.sCount[t]-e.blkIndent>=4)return!1;if(62!==e.src.charCodeAt(s))return!1;if(r)return!0;const l=[],c=[],u=[],d=[],p=e.md.block.ruler.getRules("blockquote"),m=e.parentType;e.parentType="blockquote";let g,A=!1;for(g=t;g=o)break;if(62===e.src.charCodeAt(s++)&&!t){let t,n,r=e.sCount[g]+1;32===e.src.charCodeAt(s)?(s++,r++,n=!1,t=!0):9===e.src.charCodeAt(s)?(t=!0,(e.bsCount[g]+r)%4==3?(s++,r++,n=!1):n=!0):t=!1;let i=r;for(l.push(e.bMarks[g]),e.bMarks[g]=s;s=o,c.push(e.bsCount[g]),e.bsCount[g]=e.sCount[g]+1+(t?1:0),u.push(e.sCount[g]),e.sCount[g]=i-r,d.push(e.tShift[g]),e.tShift[g]=s-e.bMarks[g];continue}if(A)break;let r=!1;for(let t=0,a=p.length;t";const f=[t,0];E.map=f,e.md.block.tokenize(e,t,g);e.push("blockquote_close","blockquote",-1).markup=">",e.lineMax=i,e.parentType=m,f[1]=e.line;for(let n=0;n{"use strict";function a(e,t,n){if(e.sCount[t]-e.blkIndent<4)return!1;let a=t+1,r=a;for(;a=4))break;a++,r=a}e.line=r;const s=e.push("code_block","code",0);return s.content=e.getLines(t,r,4+e.blkIndent,!1)+"\n",s.map=[t,e.line],!0}n.d(t,{A:()=>a})},36283:(e,t,n)=>{"use strict";function a(e,t,n,a){let r=e.bMarks[t]+e.tShift[t],s=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(r+3>s)return!1;const o=e.src.charCodeAt(r);if(126!==o&&96!==o)return!1;let i=r;r=e.skipChars(r,o);let l=r-i;if(l<3)return!1;const c=e.src.slice(i,r),u=e.src.slice(r,s);if(96===o&&u.indexOf(String.fromCharCode(o))>=0)return!1;if(a)return!0;let d=t,p=!1;for(;(d++,!(d>=n))&&(r=i=e.bMarks[d]+e.tShift[d],s=e.eMarks[d],!(r=4||(r=e.skipChars(r,o),r-ia})},13318:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n,r){let s=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let i=e.src.charCodeAt(s);if(35!==i||s>=o)return!1;let l=1;for(i=e.src.charCodeAt(++s);35===i&&s6||ss&&(0,a.isSpace)(e.src.charCodeAt(c-1))&&(o=c),e.line=t+1;const u=e.push("heading_open","h"+String(l),1);u.markup="########".slice(0,l),u.map=[t,e.line];const d=e.push("inline","",0);d.content=e.src.slice(s,o).trim(),d.map=[t,e.line],d.children=[];return e.push("heading_close","h"+String(l),-1).markup="########".slice(0,l),!0}},79062:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n,r){const s=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let o=e.bMarks[t]+e.tShift[t];const i=e.src.charCodeAt(o++);if(42!==i&&45!==i&&95!==i)return!1;let l=1;for(;o{"use strict";n.d(t,{A:()=>o});var a=n(84384),r=n(58105);const s=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^/,!0],[/^<\?/,/\?>/,!0],[/^/,!0],[/^/,!0],[new RegExp("^|$))","i"),/^$/,!0],[new RegExp(r.p.source+"\\s*$"),/^$/,!1]];function o(e,t,n,a){let r=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(!e.md.options.html)return!1;if(60!==e.src.charCodeAt(r))return!1;let i=e.src.slice(r,o),l=0;for(;l{"use strict";function a(e,t,n){const a=e.md.block.ruler.getRules("paragraph");if(e.sCount[t]-e.blkIndent>=4)return!1;const r=e.parentType;e.parentType="paragraph";let s,o=0,i=t+1;for(;i3)continue;if(e.sCount[i]>=e.blkIndent){let t=e.bMarks[i]+e.tShift[i];const n=e.eMarks[i];if(t=n))){o=61===s?1:2;break}}if(e.sCount[i]<0)continue;let t=!1;for(let r=0,s=a.length;ra})},25792:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(54439);function r(e,t){const n=e.eMarks[t];let r=e.bMarks[t]+e.tShift[t];const s=e.src.charCodeAt(r++);if(42!==s&&45!==s&&43!==s)return-1;if(r=r)return-1;let o=e.src.charCodeAt(s++);if(o<48||o>57)return-1;for(;;){if(s>=r)return-1;if(o=e.src.charCodeAt(s++),!(o>=48&&o<=57)){if(41===o||46===o)break;return-1}if(s-n>=10)return-1}return s=4)return!1;if(e.listIndent>=0&&e.sCount[u]-e.listIndent>=4&&e.sCount[u]=e.blkIndent&&(A=!0),(g=s(e,u))>=0){if(p=!0,l=e.bMarks[u]+e.tShift[u],m=Number(e.src.slice(l,g-1)),A&&1!==m)return!1}else{if(!((g=r(e,u))>=0))return!1;p=!1}if(A&&e.skipSpaces(g)>=e.eMarks[u])return!1;if(a)return!0;const h=e.src.charCodeAt(g-1),E=e.tokens.length;p?(c=e.push("ordered_list_open","ol",1),1!==m&&(c.attrs=[["start",m]])):c=e.push("bullet_list_open","ul",1);const f=[u,0];c.map=f,c.markup=String.fromCharCode(h);let b=!1;const v=e.md.block.ruler.getRules("list"),C=e.parentType;for(e.parentType="list";u=o?1:a-t,A>4&&(A=1);const E=t+A;c=e.push("list_item_open","li",1),c.markup=String.fromCharCode(h);const f=[u,0];c.map=f,p&&(c.info=e.src.slice(l,g-1));const C=e.tight,k=e.tShift[u],y=e.sCount[u],B=e.listIndent;if(e.listIndent=e.blkIndent,e.blkIndent=E,e.tight=!0,e.tShift[u]=m-e.bMarks[u],e.sCount[u]=a,m>=o&&e.isEmpty(u+1)?e.line=Math.min(e.line+2,n):e.md.block.tokenize(e,u,n,!0),e.tight&&!b||(d=!1),b=e.line-u>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=B,e.tShift[u]=k,e.sCount[u]=y,e.tight=C,c=e.push("list_item_close","li",-1),c.markup=String.fromCharCode(h),u=e.line,f[1]=u,u>=n)break;if(e.sCount[u]=4)break;let w=!1;for(let t=0,a=v.length;t{"use strict";function a(e,t,n){const a=e.md.block.ruler.getRules("paragraph"),r=e.parentType;let s=t+1;for(e.parentType="paragraph";s3)continue;if(e.sCount[s]<0)continue;let t=!1;for(let r=0,o=a.length;ra})},43863:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n,r){let s=0,o=e.bMarks[t]+e.tShift[t],i=e.eMarks[t],l=t+1;if(e.sCount[t]-e.blkIndent>=4)return!1;if(91!==e.src.charCodeAt(o))return!1;for(;++o3)continue;if(e.sCount[l]<0)continue;let t=!1;for(let n=0,a=u.length;n{"use strict";n.d(t,{A:()=>o});var a=n(57997),r=n(54439);function s(e,t,n,a){this.src=e,this.md=t,this.env=n,this.tokens=a,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0;const s=this.src;for(let e=0,t=0,n=0,a=0,o=s.length,i=!1;t0&&this.level++,this.tokens.push(r),r},s.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},s.prototype.skipEmptyLines=function(e){for(let t=this.lineMax;et;)if(!(0,r.isSpace)(this.src.charCodeAt(--e)))return e+1;return e},s.prototype.skipChars=function(e,t){for(let n=this.src.length;en;)if(t!==this.src.charCodeAt(--e))return e+1;return e},s.prototype.getLines=function(e,t,n,a){if(e>=t)return"";const s=new Array(t-e);for(let o=0,i=e;in?new Array(e-n+1).join(" ")+this.src.slice(u,c):this.src.slice(u,c)}return s.join("")},s.prototype.Token=a.A;const o=s},20712:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(54439);function r(e,t){const n=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];return e.src.slice(n,a)}function s(e){const t=[],n=e.length;let a=0,r=e.charCodeAt(a),s=!1,o=0,i="";for(;an)return!1;let i=t+1;if(e.sCount[i]=4)return!1;let l=e.bMarks[i]+e.tShift[i];if(l>=e.eMarks[i])return!1;const c=e.src.charCodeAt(l++);if(124!==c&&45!==c&&58!==c)return!1;if(l>=e.eMarks[i])return!1;const u=e.src.charCodeAt(l++);if(124!==u&&45!==u&&58!==u&&!(0,a.isSpace)(u))return!1;if(45===c&&(0,a.isSpace)(u))return!1;for(;l=4)return!1;p=s(d),p.length&&""===p[0]&&p.shift(),p.length&&""===p[p.length-1]&&p.pop();const g=p.length;if(0===g||g!==m.length)return!1;if(o)return!0;const A=e.parentType;e.parentType="table";const h=e.md.block.ruler.getRules("blockquote"),E=[t,0];e.push("table_open","table",1).map=E;e.push("thead_open","thead",1).map=[t,t+1];e.push("tr_open","tr",1).map=[t,t+1];for(let t=0;t=4)break;if(p=s(d),p.length&&""===p[0]&&p.shift(),p.length&&""===p[p.length-1]&&p.pop(),i===t+2){e.push("tbody_open","tbody",1).map=f=[t+2,0]}e.push("tr_open","tr",1).map=[i,i+1];for(let t=0;t{"use strict";function a(e){let t;e.inlineMode?(t=new e.Token("inline","",0),t.content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}n.d(t,{A:()=>a})},85189:(e,t,n)=>{"use strict";function a(e){const t=e.tokens;for(let n=0,a=t.length;na})},96084:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(54439);function r(e){return/^<\/a\s*>/i.test(e)}function s(e){const t=e.tokens;var n;if(e.md.options.linkify)for(let s=0,o=t.length;s=0;l--){const c=o[l];if("link_close"!==c.type){if("html_inline"===c.type&&(n=c.content,/^\s]/i.test(n)&&i>0&&i--,r(c.content)&&i++),!(i>0)&&"text"===c.type&&e.md.linkify.test(c.content)){const n=c.content;let r=e.md.linkify.match(n);const i=[];let u=c.level,d=0;r.length>0&&0===r[0].index&&l>0&&"text_special"===o[l-1].type&&(r=r.slice(1));for(let t=0;td){const t=new e.Token("text","",0);t.content=n.slice(d,l),t.level=u,i.push(t)}const c=new e.Token("link_open","a",1);c.attrs=[["href",s]],c.level=u++,c.markup="linkify",c.info="auto",i.push(c);const p=new e.Token("text","",0);p.content=o,p.level=u,i.push(p);const m=new e.Token("link_close","a",-1);m.level=--u,m.markup="linkify",m.info="auto",i.push(m),d=r[t].lastIndex}if(d{"use strict";n.d(t,{A:()=>s});const a=/\r\n?|\n/g,r=/\0/g;function s(e){let t;t=e.src.replace(a,"\n"),t=t.replace(r,"�"),e.src=t}},48541:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});const a=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,r=/\((c|tm|r)\)/i,s=/\((c|tm|r)\)/gi,o={c:"©",r:"®",tm:"™"};function i(e,t){return o[t.toLowerCase()]}function l(e){let t=0;for(let n=e.length-1;n>=0;n--){const a=e[n];"text"!==a.type||t||(a.content=a.content.replace(s,i)),"link_open"===a.type&&"auto"===a.info&&t--,"link_close"===a.type&&"auto"===a.info&&t++}}function c(e){let t=0;for(let n=e.length-1;n>=0;n--){const r=e[n];"text"!==r.type||t||a.test(r.content)&&(r.content=r.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1—").replace(/(^|\s)--(?=\s|$)/gm,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1–")),"link_open"===r.type&&"auto"===r.info&&t--,"link_close"===r.type&&"auto"===r.info&&t++}}function u(e){let t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)"inline"===e.tokens[t].type&&(r.test(e.tokens[t].content)&&l(e.tokens[t].children),a.test(e.tokens[t].content)&&c(e.tokens[t].children))}},55834:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(54439);const r=/['"]/,s=/['"]/g,o="’";function i(e,t,n){return e.slice(0,t)+n+e.slice(t+1)}function l(e,t){let n;const r=[];for(let l=0;l=0&&!(r[n].level<=u);n--);if(r.length=n+1,"text"!==c.type)continue;let d=c.content,p=0,m=d.length;e:for(;p=0)f=d.charCodeAt(g.index-1);else for(n=l-1;n>=0&&("softbreak"!==e[n].type&&"hardbreak"!==e[n].type);n--)if(e[n].content){f=e[n].content.charCodeAt(e[n].content.length-1);break}let b=32;if(p=48&&f<=57&&(h=A=!1),A&&h&&(A=v,h=C),A||h){if(h)for(n=r.length-1;n>=0;n--){let a=r[n];if(r[n].level=0;t--)"inline"===e.tokens[t].type&&r.test(e.tokens[t].content)&&l(e.tokens[t].children,e)}},37569:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(57997);function r(e,t,n){this.src=e,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=t}r.prototype.Token=a.A;const s=r},11242:(e,t,n)=>{"use strict";function a(e){let t,n;const a=e.tokens,r=a.length;for(let e=0;ea})},85469:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});const a=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,r=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;function s(e,t){let n=e.pos;if(60!==e.src.charCodeAt(n))return!1;const s=e.pos,o=e.posMax;for(;;){if(++n>=o)return!1;const t=e.src.charCodeAt(n);if(60===t)return!1;if(62===t)break}const i=e.src.slice(s+1,n);if(r.test(i)){const n=e.md.normalizeLink(i);if(!e.md.validateLink(n))return!1;if(!t){const t=e.push("link_open","a",1);t.attrs=[["href",n]],t.markup="autolink",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(i);const a=e.push("link_close","a",-1);a.markup="autolink",a.info="auto"}return e.pos+=i.length+2,!0}if(a.test(i)){const n=e.md.normalizeLink("mailto:"+i);if(!e.md.validateLink(n))return!1;if(!t){const t=e.push("link_open","a",1);t.attrs=[["href",n]],t.markup="autolink",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(i);const a=e.push("link_close","a",-1);a.markup="autolink",a.info="auto"}return e.pos+=i.length+2,!0}return!1}},38797:(e,t,n)=>{"use strict";function a(e,t){let n=e.pos;if(96!==e.src.charCodeAt(n))return!1;const a=n;n++;const r=e.posMax;for(;na})},76014:(e,t,n)=>{"use strict";function a(e){const t={},n=e.length;if(!n)return;let a=0,r=-2;const s=[];for(let o=0;oi;l-=s[l]+1){const t=e[l];if(t.marker===n.marker&&(t.open&&t.end<0)){let a=!1;if((t.close||n.open)&&(t.length+n.length)%3==0&&(t.length%3==0&&n.length%3==0||(a=!0)),!a){const a=l>0&&!e[l-1].open?s[l-1]+1:0;s[o]=o-l+a,s[l]=a,n.open=!1,t.end=o,t.close=!1,c=-1,r=-2;break}}}-1!==c&&(t[n.marker][(n.open?3:0)+(n.length||0)%3]=c)}}function r(e){const t=e.tokens_meta,n=e.tokens_meta.length;a(e.delimiters);for(let e=0;er})},62206:(e,t,n)=>{"use strict";function a(e,t){for(let n=t.length-1;n>=0;n--){const a=t[n];if(95!==a.marker&&42!==a.marker)continue;if(-1===a.end)continue;const r=t[a.end],s=n>0&&t[n-1].end===a.end+1&&t[n-1].marker===a.marker&&t[n-1].token===a.token-1&&t[a.end+1].token===r.token+1,o=String.fromCharCode(a.marker),i=e.tokens[a.token];i.type=s?"strong_open":"em_open",i.tag=s?"strong":"em",i.nesting=1,i.markup=s?o+o:o,i.content="";const l=e.tokens[r.token];l.type=s?"strong_close":"em_close",l.tag=s?"strong":"em",l.nesting=-1,l.markup=s?o+o:o,l.content="",s&&(e.tokens[t[n-1].token].content="",e.tokens[t[a.end+1].token].content="",n--)}}n.d(t,{A:()=>r});const r={tokenize:function(e,t){const n=e.pos,a=e.src.charCodeAt(n);if(t)return!1;if(95!==a&&42!==a)return!1;const r=e.scanDelims(e.pos,42===a);for(let t=0;t{"use strict";n.d(t,{A:()=>i});var a=n(9405),r=n(54439);const s=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,o=/^&([a-z][a-z0-9]{1,31});/i;function i(e,t){const n=e.pos,i=e.posMax;if(38!==e.src.charCodeAt(n))return!1;if(n+1>=i)return!1;if(35===e.src.charCodeAt(n+1)){const a=e.src.slice(n).match(s);if(a){if(!t){const t="x"===a[1][0].toLowerCase()?parseInt(a[1].slice(1),16):parseInt(a[1],10),n=e.push("text_special","",0);n.content=(0,r.isValidEntityCode)(t)?(0,r.fromCodePoint)(t):(0,r.fromCodePoint)(65533),n.markup=a[0],n.info="entity"}return e.pos+=a[0].length,!0}}else{const r=e.src.slice(n).match(o);if(r){const n=(0,a.Gz)(r[0]);if(n!==r[0]){if(!t){const t=e.push("text_special","",0);t.content=n,t.markup=r[0],t.info="entity"}return e.pos+=r[0].length,!0}}}return!1}},17785:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(54439);const r=[];for(let e=0;e<256;e++)r.push(0);function s(e,t){let n=e.pos;const s=e.posMax;if(92!==e.src.charCodeAt(n))return!1;if(n++,n>=s)return!1;let o=e.src.charCodeAt(n);if(10===o){for(t||e.push("hardbreak","br",0),n++;n=55296&&o<=56319&&n+1=56320&&t<=57343&&(i+=e.src[n+1],n++)}const l="\\"+i;if(!t){const t=e.push("text_special","",0);o<256&&0!==r[o]?t.content=i:t.content=l,t.markup=l,t.info="escape"}return e.pos=n+1,!0}"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach((function(e){r[e.charCodeAt(0)]=1}))},70322:(e,t,n)=>{"use strict";function a(e){let t,n,a=0;const r=e.tokens,s=e.tokens.length;for(t=n=0;t0&&a++,"text"===r[t].type&&t+1a})},7105:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(58105);function r(e,t){if(!e.md.options.html)return!1;const n=e.posMax,r=e.pos;if(60!==e.src.charCodeAt(r)||r+2>=n)return!1;const s=e.src.charCodeAt(r+1);if(33!==s&&63!==s&&47!==s&&!function(e){const t=32|e;return t>=97&&t<=122}(s))return!1;const o=e.src.slice(r).match(a.l);if(!o)return!1;if(!t){const t=e.push("html_inline","",0);t.content=o[0],i=t.content,/^\s]/i.test(i)&&e.linkLevel++,function(e){return/^<\/a\s*>/i.test(e)}(t.content)&&e.linkLevel--}var i;return e.pos+=o[0].length,!0}},74427:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t){let n,r,s,o,i,l,c,u,d="";const p=e.pos,m=e.posMax;if(33!==e.src.charCodeAt(e.pos))return!1;if(91!==e.src.charCodeAt(e.pos+1))return!1;const g=e.pos+2,A=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(A<0)return!1;if(o=A+1,o=m)return!1;for(u=o,l=e.md.helpers.parseLinkDestination(e.src,o,e.posMax),l.ok&&(d=e.md.normalizeLink(l.str),e.md.validateLink(d)?o=l.pos:d=""),u=o;o=m||41!==e.src.charCodeAt(o))return e.pos=p,!1;o++}else{if(void 0===e.env.references)return!1;if(o=0?s=e.src.slice(u,o++):o=A+1):o=A+1,s||(s=e.src.slice(g,A)),i=e.env.references[(0,a.normalizeReference)(s)],!i)return e.pos=p,!1;d=i.href,c=i.title}if(!t){r=e.src.slice(g,A);const t=[];e.md.inline.parse(r,e.md,e.env,t);const n=e.push("image","img",0),a=[["src",d],["alt",""]];n.attrs=a,n.children=t,n.content=r,c&&a.push(["title",c])}return e.pos=o,e.posMax=m,!0}},22128:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t){let n,r,s,o,i="",l="",c=e.pos,u=!0;if(91!==e.src.charCodeAt(e.pos))return!1;const d=e.pos,p=e.posMax,m=e.pos+1,g=e.md.helpers.parseLinkLabel(e,e.pos,!0);if(g<0)return!1;let A=g+1;if(A=p)return!1;if(c=A,s=e.md.helpers.parseLinkDestination(e.src,A,e.posMax),s.ok){for(i=e.md.normalizeLink(s.str),e.md.validateLink(i)?A=s.pos:i="",c=A;A=p||41!==e.src.charCodeAt(A))&&(u=!0),A++}if(u){if(void 0===e.env.references)return!1;if(A=0?r=e.src.slice(c,A++):A=g+1):A=g+1,r||(r=e.src.slice(m,g)),o=e.env.references[(0,a.normalizeReference)(r)],!o)return e.pos=d,!1;i=o.href,l=o.title}if(!t){e.pos=m,e.posMax=g;const t=[["href",i]];e.push("link_open","a",1).attrs=t,l&&t.push(["title",l]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push("link_close","a",-1)}return e.pos=A,e.posMax=p,!0}},44938:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const a=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;function r(e,t){if(!e.md.options.linkify)return!1;if(e.linkLevel>0)return!1;const n=e.pos;if(n+3>e.posMax)return!1;if(58!==e.src.charCodeAt(n))return!1;if(47!==e.src.charCodeAt(n+1))return!1;if(47!==e.src.charCodeAt(n+2))return!1;const r=e.pending.match(a);if(!r)return!1;const s=r[1],o=e.md.linkify.matchAtStart(e.src.slice(n-s.length));if(!o)return!1;let i=o.url;if(i.length<=s.length)return!1;i=i.replace(/\*+$/,"");const l=e.md.normalizeLink(i);if(!e.md.validateLink(l))return!1;if(!t){e.pending=e.pending.slice(0,-s.length);const t=e.push("link_open","a",1);t.attrs=[["href",l]],t.markup="linkify",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(i);const n=e.push("link_close","a",-1);n.markup="linkify",n.info="auto"}return e.pos+=i.length-s.length,!0}},94076:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t){let n=e.pos;if(10!==e.src.charCodeAt(n))return!1;const r=e.pending.length-1,s=e.posMax;if(!t)if(r>=0&&32===e.pending.charCodeAt(r))if(r>=1&&32===e.pending.charCodeAt(r-1)){let t=r-1;for(;t>=1&&32===e.pending.charCodeAt(t-1);)t--;e.pending=e.pending.slice(0,t),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(n++;n{"use strict";n.d(t,{A:()=>o});var a=n(57997),r=n(54439);function s(e,t,n,a){this.src=e,this.env=n,this.md=t,this.tokens=a,this.tokens_meta=Array(a.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}s.prototype.pushPending=function(){const e=new a.A("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e},s.prototype.push=function(e,t,n){this.pending&&this.pushPending();const r=new a.A(e,t,n);let s=null;return n<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),r.level=this.level,n>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],s={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(r),this.tokens_meta.push(s),r},s.prototype.scanDelims=function(e,t){let n,a,s=!0,o=!0;const i=this.posMax,l=this.src.charCodeAt(e),c=e>0?this.src.charCodeAt(e-1):32;let u=e;for(;u{"use strict";function a(e,t){let n;const a=[],r=t.length;for(let s=0;sr});const r={tokenize:function(e,t){const n=e.pos,a=e.src.charCodeAt(n);if(t)return!1;if(126!==a)return!1;const r=e.scanDelims(e.pos,!0);let s=r.length;const o=String.fromCharCode(a);if(s<2)return!1;let i;s%2&&(i=e.push("text","",0),i.content=o,s--);for(let t=0;t{"use strict";function a(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}function r(e,t){let n=e.pos;for(;nr})},57997:(e,t,n)=>{"use strict";function a(e,t,n){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=n,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}n.d(t,{A:()=>r}),a.prototype.attrIndex=function(e){if(!this.attrs)return-1;const t=this.attrs;for(let n=0,a=t.length;n=0&&(n=this.attrs[t][1]),n},a.prototype.attrJoin=function(e,t){const n=this.attrIndex(e);n<0?this.attrPush([e,t]):this.attrs[n][1]=this.attrs[n][1]+" "+t};const r=a},25315:(e,t,n)=>{"use strict";n.r(t),n.d(t,{decode:()=>a.A,encode:()=>r.A,format:()=>s.A,parse:()=>o.A});var a=n(51227),r=n(10963),s=n(5840),o=n(26786)},51227:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});const a={};function r(e,t){"string"!=typeof t&&(t=r.defaultChars);const n=function(e){let t=a[e];if(t)return t;t=a[e]=[];for(let e=0;e<128;e++){const n=String.fromCharCode(e);t.push(n)}for(let n=0;n=55296&&e<=57343?"���":String.fromCharCode(e),a+=6;continue}}if(240==(248&s)&&a+91114111?t+="����":(e-=65536,t+=String.fromCharCode(55296+(e>>10),56320+(1023&e))),a+=9;continue}}t+="�"}}return t}))}r.defaultChars=";/?:@&=+$,#",r.componentChars="";const s=r},10963:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});const a={};function r(e,t,n){"string"!=typeof t&&(n=t,t=r.defaultChars),void 0===n&&(n=!0);const s=function(e){let t=a[e];if(t)return t;t=a[e]=[];for(let e=0;e<128;e++){const n=String.fromCharCode(e);/^[0-9a-z]$/i.test(n)?t.push(n):t.push("%"+("0"+e.toString(16).toUpperCase()).slice(-2))}for(let n=0;n=55296&&r<=57343){if(r>=55296&&r<=56319&&t+1=56320&&n<=57343){o+=encodeURIComponent(e[t]+e[t+1]),t++;continue}}o+="%EF%BF%BD"}else o+=encodeURIComponent(e[t])}return o}r.defaultChars=";/?:@&=+$,-_.!~*'()#",r.componentChars="-_.!~*'()";const s=r},5840:(e,t,n)=>{"use strict";function a(e){let t="";return t+=e.protocol||"",t+=e.slashes?"//":"",t+=e.auth?e.auth+"@":"",e.hostname&&-1!==e.hostname.indexOf(":")?t+="["+e.hostname+"]":t+=e.hostname||"",t+=e.port?":"+e.port:"",t+=e.pathname||"",t+=e.search||"",t+=e.hash||"",t}n.d(t,{A:()=>a})},26786:(e,t,n)=>{"use strict";function a(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}n.d(t,{A:()=>A});const r=/^([a-z0-9.+-]+:)/i,s=/:[0-9]*$/,o=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,i=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),l=["'"].concat(i),c=["%","/","?",";","#"].concat(l),u=["/","?","#"],d=/^[+a-z0-9A-Z_-]{0,63}$/,p=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,m={javascript:!0,"javascript:":!0},g={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};a.prototype.parse=function(e,t){let n,a,s,i=e;if(i=i.trim(),!t&&1===e.split("#").length){const e=o.exec(i);if(e)return this.pathname=e[1],e[2]&&(this.search=e[2]),this}let l=r.exec(i);if(l&&(l=l[0],n=l.toLowerCase(),this.protocol=l,i=i.substr(l.length)),(t||l||i.match(/^\/\/[^@\/]+@[^@\/]+/))&&(s="//"===i.substr(0,2),!s||l&&m[l]||(i=i.substr(2),this.slashes=!0)),!m[l]&&(s||l&&!g[l])){let e,t,n=-1;for(let e=0;e127?a+="x":a+=n[e];if(!a.match(d)){const a=e.slice(0,t),r=e.slice(t+1),s=n.match(p);s&&(a.push(s[1]),r.unshift(s[2])),r.length&&(i=r.join(".")+i),this.hostname=a.join(".");break}}}}this.hostname.length>255&&(this.hostname=""),s&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}const A=i.indexOf("#");-1!==A&&(this.hash=i.substr(A),i=i.slice(0,A));const h=i.indexOf("?");return-1!==h&&(this.search=i.substr(h),i=i.slice(0,h)),i&&(this.pathname=i),g[n]&&this.hostname&&!this.pathname&&(this.pathname=""),this},a.prototype.parseHost=function(e){let t=s.exec(e);t&&(t=t[0],":"!==t&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)};const A=function(e,t){if(e&&e instanceof a)return e;const n=new a;return n.parse(e,t),n}},80786:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[\0-\x1F\x7F-\x9F]/},14935:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/},60804:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/},47795:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/},3506:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/},68407:(e,t,n)=>{"use strict";n.r(t),n.d(t,{Any:()=>a.A,Cc:()=>r.A,Cf:()=>s.A,P:()=>o.A,S:()=>i.A,Z:()=>l.A});var a=n(60905),r=n(80786),s=n(14935),o=n(60804),i=n(47795),l=n(3506)},60905:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/},38377:e=>{"use strict";e.exports=JSON.parse('{"T":{"White":"#fff","Black":"#000","Gray":"#646970","Gray 0":"#f6f7f7","Gray 5":"#dcdcde","Gray 10":"#c3c4c7","Gray 20":"#a7aaad","Gray 30":"#8c8f94","Gray 40":"#787c82","Gray 50":"#646970","Gray 60":"#50575e","Gray 70":"#3c434a","Gray 80":"#2c3338","Gray 90":"#1d2327","Gray 100":"#101517","Blue":"#0675c4","Blue 0":"#e9f0f5","Blue 5":"#bbe0fa","Blue 10":"#91caf2","Blue 20":"#68b3e8","Blue 30":"#399ce3","Blue 40":"#1689db","Blue 50":"#0675c4","Blue 60":"#055d9c","Blue 70":"#044b7a","Blue 80":"#02395c","Blue 90":"#01283d","Blue 100":"#001621","Purple":"#984a9c","Purple 0":"#f2e9ed","Purple 5":"#ebcee0","Purple 10":"#e3afd5","Purple 20":"#d48fc8","Purple 30":"#c475bd","Purple 40":"#b35eb1","Purple 50":"#984a9c","Purple 60":"#7c3982","Purple 70":"#662c6e","Purple 80":"#4d2054","Purple 90":"#35163b","Purple 100":"#1e0c21","Pink":"#c9356e","Pink 0":"#f5e9ed","Pink 5":"#f2ceda","Pink 10":"#f7a8c3","Pink 20":"#f283aa","Pink 30":"#eb6594","Pink 40":"#e34c84","Pink 50":"#c9356e","Pink 60":"#ab235a","Pink 70":"#8c1749","Pink 80":"#700f3b","Pink 90":"#4f092a","Pink 100":"#260415","Red":"#d63638","Red 0":"#f7ebec","Red 5":"#facfd2","Red 10":"#ffabaf","Red 20":"#ff8085","Red 30":"#f86368","Red 40":"#e65054","Red 50":"#d63638","Red 60":"#b32d2e","Red 70":"#8a2424","Red 80":"#691c1c","Red 90":"#451313","Red 100":"#240a0a","Orange":"#b26200","Orange 0":"#f5ece6","Orange 5":"#f7dcc6","Orange 10":"#ffbf86","Orange 20":"#faa754","Orange 30":"#e68b28","Orange 40":"#d67709","Orange 50":"#b26200","Orange 60":"#8a4d00","Orange 70":"#704000","Orange 80":"#543100","Orange 90":"#361f00","Orange 100":"#1f1200","Yellow":"#9d6e00","Yellow 0":"#f5f1e1","Yellow 5":"#f5e6b3","Yellow 10":"#f2d76b","Yellow 20":"#f0c930","Yellow 30":"#deb100","Yellow 40":"#c08c00","Yellow 50":"#9d6e00","Yellow 60":"#7d5600","Yellow 70":"#674600","Yellow 80":"#4f3500","Yellow 90":"#320","Yellow 100":"#1c1300","Green":"#008a20","Green 0":"#e6f2e8","Green 5":"#b8e6bf","Green 10":"#68de86","Green 20":"#1ed15a","Green 30":"#00ba37","Green 40":"#00a32a","Green 50":"#008a20","Green 60":"#007017","Green 70":"#005c12","Green 80":"#00450c","Green 90":"#003008","Green 100":"#001c05","Celadon":"#008763","Celadon 0":"#e4f2ed","Celadon 5":"#a7e8d3","Celadon 10":"#66deb9","Celadon 20":"#31cc9f","Celadon 30":"#09b585","Celadon 40":"#009e73","Celadon 50":"#008763","Celadon 60":"#007053","Celadon 70":"#005c44","Celadon 80":"#004533","Celadon 90":"#003024","Celadon 100":"#001c15","Automattic Blue":"#24a3e0","Automattic Blue 0":"#ebf4fa","Automattic Blue 5":"#c4e2f5","Automattic Blue 10":"#88ccf2","Automattic Blue 20":"#5ab7e8","Automattic Blue 30":"#24a3e0","Automattic Blue 40":"#1490c7","Automattic Blue 50":"#0277a8","Automattic Blue 60":"#036085","Automattic Blue 70":"#02506e","Automattic Blue 80":"#02384d","Automattic Blue 90":"#022836","Automattic Blue 100":"#021b24","WordPress Blue":"#006088","WordPress Blue 0":"#e6f1f5","WordPress Blue 5":"#bedae6","WordPress Blue 10":"#98c6d9","WordPress Blue 20":"#6ab3d0","WordPress Blue 30":"#3895ba","WordPress Blue 40":"#187aa2","WordPress Blue 50":"#006088","WordPress Blue 60":"#004e6e","WordPress Blue 70":"#003c56","WordPress Blue 80":"#002c40","WordPress Blue 90":"#001d2d","WordPress Blue 100":"#00101c","Simplenote Blue":"#3361cc","Simplenote Blue 0":"#e9ecf5","Simplenote Blue 5":"#ced9f2","Simplenote Blue 10":"#abc1f5","Simplenote Blue 20":"#84a4f0","Simplenote Blue 30":"#618df2","Simplenote Blue 40":"#4678eb","Simplenote Blue 50":"#3361cc","Simplenote Blue 60":"#1d4fc4","Simplenote Blue 70":"#113ead","Simplenote Blue 80":"#0d2f85","Simplenote Blue 90":"#09205c","Simplenote Blue 100":"#05102e","WooCommerce Purple":"#7f54b3","WooCommerce Purple 0":"#f7edf7","WooCommerce Purple 5":"#e5cfe8","WooCommerce Purple 10":"#d6b4e0","WooCommerce Purple 20":"#c792e0","WooCommerce Purple 30":"#af7dd1","WooCommerce Purple 40":"#9a69c7","WooCommerce Purple 50":"#7f54b3","WooCommerce Purple 60":"#674399","WooCommerce Purple 70":"#533582","WooCommerce Purple 80":"#3c2861","WooCommerce Purple 90":"#271b3d","WooCommerce Purple 100":"#140e1f","Jetpack Green":"#069e08","Jetpack Green 0":"#f0f2eb","Jetpack Green 5":"#d0e6b8","Jetpack Green 10":"#9dd977","Jetpack Green 20":"#64ca43","Jetpack Green 30":"#2fb41f","Jetpack Green 40":"#069e08","Jetpack Green 50":"#008710","Jetpack Green 60":"#007117","Jetpack Green 70":"#005b18","Jetpack Green 80":"#004515","Jetpack Green 90":"#003010","Jetpack Green 100":"#001c09"}}')},54681:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/ai-assistant","title":"AI Assistant","description":"Elevate your content creation with our AI-powered Gutenberg Block, offering seamless customization and generation. Bear in mind that, as an evolving tool, occasional imprecision may occur.","keywords":["AI","GPT","AL","Magic","help","assistant"],"version":"12.5.0","textdomain":"jetpack","category":"text","icon":"","supports":{"html":false,"multiple":true,"reusable":false},"attributes":{"content":{"type":"string"},"originalContent":{"type":"string"},"promptType":{"type":"string"},"originalMessages":{"type":"array","default":[]},"messages":{"type":"array","default":[]},"userPrompt":{"type":"string","default":""},"requestingState":{"type":"string","default":"init"}},"example":{"attributes":{"content":"With **Jetpack AI Assistant**, you can provide a prompt, and it will generate high-quality blog posts, informative pages, well-organized lists, and thorough tables that meet your specific requirements.\\n\\nTo start using the **Jetpack AI Assistant**, type `/AI` in the block editor."}}}')},1629:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/ai-chat","title":"Jetpack AI Search","description":"Provide a summarized answer to questions, trained on the sites content. Powered by AI.","keywords":["AI","GPT","Chat","Search"],"version":"12.5.0","textdomain":"jetpack","category":"text","icon":"","supports":{"align":true,"alignWide":true,"customClassName":true,"className":true,"html":false,"multiple":false,"reusable":false},"attributes":{"askButtonLabel":{"type":"string"},"placeholder":{"type":"string"},"showCopy":{"type":"boolean","default":true},"showFeedback":{"type":"boolean","default":true},"showSources":{"type":"boolean","default":true}}}')},57468:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/ai-image","title":"AI Image (Experimental)","description":"Automatically generate an illustration for your post, powered by AI magic. We are experimenting with this feature and can tweak or remove it at any point.","keywords":["AI","AL","DALLe","Diffusion","Magic"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"align":false,"alignWide":false,"anchor":false,"customClassName":false,"className":true,"html":false,"multiple":true,"reusable":false,"inserter":false},"attributes":{"content":{"type":"string","source":"text"},"requestedPrompt":{"type":"string","default":false}}}')},55595:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/ai-paragraph","title":"AI Paragraph (Experimental)","description":"Automatically generate new paragraphs using your existing content, powered by AI magic. We are experimenting with this feature and can tweak or remove it at any point.","keywords":["AI","GPT","AL","Magic"],"version":"12.5.0","textdomain":"jetpack","category":"text","icon":"","supports":{"align":true,"alignWide":true,"anchor":true,"customClassName":true,"className":true,"html":true,"multiple":true,"reusable":false,"inserter":false},"attributes":{"content":{"type":"string","source":"html"},"animationDone":{"type":"boolean","default":false}},"example":{"attributes":{"animationDone":false,"content":"I\'m afraid I can\'t do that, Dave."}}}')},35116:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/blog-stats","title":"Blog Stats","description":"Show a stats counter for your blog.","keywords":["views","hits","analytics","counter","visitors"],"version":"1.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":true,"alignWide":true,"html":false,"multiple":true,"reusable":true,"color":{"gradients":true},"spacing":{"margin":true,"padding":true},"typography":{"__experimentalFontFamily":true,"fontSize":true}},"attributes":{"label":{"type":"string"},"statsData":{"type":"string","default":"views"},"statsOption":{"type":"string","default":"site"}}}')},32442:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/blogging-prompt","title":"Writing Prompt","description":"Answer a new and inspiring writing prompt each day.","keywords":["writing","blogging"],"version":"12.5.0","textdomain":"jetpack","category":"text","icon":"","supports":{"align":false,"alignWide":false,"anchor":false,"className":true,"color":{"background":true,"gradients":true,"link":true,"text":true},"customClassName":true,"html":false,"inserter":true,"multiple":false,"reusable":true,"spacing":{"margin":["top","bottom"],"padding":true,"blockGap":false}},"attributes":{"answersLink":{"type":"string","source":"attribute","attribute":"href","selector":".jetpack-blogging-prompt__answers-link"},"answersLinkText":{"type":"string","source":"html","selector":".jetpack-blogging-prompt__answers-link"},"gravatars":{"type":"array","source":"query","selector":".jetpack-blogging-prompt__answers-gravatar","query":{"url":{"type":"string","source":"attribute","attribute":"src"}},"default":[]},"promptLabel":{"type":"string","source":"html","selector":".jetpack-blogging-prompt__label"},"promptText":{"type":"string","source":"html","selector":".jetpack-blogging-prompt__text"},"promptFetched":{"type":"boolean","default":false},"promptId":{"type":"number"},"showResponses":{"type":"boolean","default":true},"showLabel":{"type":"boolean","default":true},"tagsAdded":{"type":"boolean","default":false},"isBloganuary":{"type":"boolean","default":false}},"styles":[{"name":"block","label":"Block","isDefault":true},{"name":"quote","label":"Quote"}]}')},52829:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/blogroll","title":"Blogroll","description":"Share the sites you follow with your users.","keywords":[],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":false,"alignWide":true,"anchor":false,"customClassName":true,"className":true,"html":false,"multiple":true,"reusable":true,"color":{"link":true,"gradients":true},"spacing":{"padding":true,"margin":true},"typography":{"fontSize":true,"lineHeight":true}},"attributes":{"show_avatar":{"type":"boolean","default":true},"show_description":{"type":"boolean","default":true},"open_links_new_window":{"type":"boolean","default":true},"ignore_user_blogs":{"type":"boolean","default":true},"load_placeholders":{"type":"boolean","default":true}},"providesContext":{"showAvatar":"show_avatar","showDescription":"show_description","openLinksNewWindow":"open_links_new_window"}}')},9050:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/business-hours","title":"Business Hours","description":"Display opening hours for your business.","keywords":["opening hours","closing time","schedule","working day"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"html":true,"color":{"gradients":true},"spacing":{"margin":true,"padding":true},"typography":{"fontSize":true,"lineHeight":true},"align":["wide","full"]},"attributes":{"days":{"type":"array","default":[{"name":"Sun","hours":[]},{"name":"Mon","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Tue","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Wed","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Thu","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Fri","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Sat","hours":[]}]}},"example":{"attributes":{"days":[{"name":"Sun","hours":[]},{"name":"Mon","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Tue","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Wed","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Thu","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Fri","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Sat","hours":[]}]}}}')},13248:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/calendly","title":"Calendly","description":"Embed a calendar for customers to schedule appointments.","keywords":["calendar","schedule","appointments","events","dates"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":true,"alignWide":false,"html":false},"attributes":{"backgroundColor":{"type":"string","default":"ffffff"},"hideEventTypeDetails":{"type":"boolean","default":false},"primaryColor":{"type":"string","default":"00A2FF"},"textColor":{"type":"string","default":"4D5055"},"style":{"type":"string","default":"inline","enum":["inline","link"]},"url":{"type":"string"}},"example":{"attributes":{"hideEventTypeDetails":false,"style":"inline","url":"https://calendly.com/wpcom/jetpack-block-example"},"innerBlocks":[{"name":"jetpack/button","attributes":{"element":"a","text":"Schedule time with me","uniqueId":"calendly-widget-id","url":"https://calendly.com/wpcom/jetpack-block-example"}}]}}')},75173:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/contact-info","title":"Contact Info","description":"Add an email address, phone number, and physical address with improved markup for better SEO results.","keywords":["email","phone","address"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":["wide","full"],"html":false,"color":{"link":true,"gradients":true},"spacing":{"padding":true,"margin":true},"typography":{"fontSize":true,"lineHeight":true}},"example":{"attributes":{},"innerBlocks":[{"name":"jetpack/email","attributes":{"email":"hello@yourjetpack.blog"}},{"name":"jetpack/phone","attributes":{"phone":"123-456-7890"}},{"name":"jetpack/address","attributes":{"address":"987 Photon Drive","city":"Speedyville","region":"CA","postal":"12345","country":"USA"}}]}}')},74095:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/cookie-consent","title":"Cookie Consent","description":"Display a customizable cookie consent banner. To display this block on all pages of your site, please add it inside a Template Part that is present on all your templates, like a Header or a Footer.","keywords":["cookie","consent","privacy","GDPR","EU"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":["left","right","wide","full"],"alignWide":true,"anchor":false,"color":{"gradients":true,"link":true},"spacing":{"padding":true},"customClassName":true,"className":true,"html":false,"lock":false,"multiple":false,"reusable":false},"attributes":{"text":{"type":"string","source":"html","selector":"p"},"style":{"type":"object","default":{"color":{"text":"var(--wp--preset--color--contrast)","background":"var(--wp--preset--color--tertiary)","link":"var(--wp--preset--color--contrast)"},"spacing":{"padding":{"top":"1em","right":"1em","bottom":"1em","left":"1em"}}}},"align":{"type":"string","default":"wide"},"consentExpiryDays":{"type":"integer","default":365},"showOverlay":{"type":"boolean","default":false}}}')},87325:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/donations","title":"Donations Form","description":"Collect one-time, monthly, or annually recurring donations.","keywords":["charity","contribution","credit card","debit card","donate","earn","monetize","ecommerce","fundraising","fundraiser","gofundme","money","nonprofit","non-profit","paid","patreon","pay","payments","recurring","stripe","sponsor","square","tipping","venmo"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"html":false},"attributes":{"currency":{"type":"string","default":""},"oneTimeDonation":{"type":"object","default":{"show":true,"planId":null,"amounts":[5,15,100]}},"monthlyDonation":{"type":"object","default":{"show":true,"planId":null,"amounts":[5,15,100]}},"annualDonation":{"type":"object","default":{"show":true,"planId":null,"amounts":[5,15,100]}},"showCustomAmount":{"type":"boolean","default":true},"chooseAmountText":{"type":"string"},"customAmountText":{"type":"string"},"fallbackLinkUrl":{"type":"string"}},"example":{}}')},82306:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/eventbrite","title":"Eventbrite Checkout","description":"Embed Eventbrite event details and ticket checkout.","keywords":["events","tickets"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"align":true},"attributes":{"url":{"type":"string"},"eventId":{"type":"number"},"style":{"type":"string","default":"inline"}},"example":{"attributes":{"url":"https://www.eventbrite.com/e/test-event-tickets-123456789","eventId":123456789,"style":"modal"},"innerBlocks":[{"name":"jetpack/button","attributes":{"element":"a","text":"Register","uniqueId":"eventbrite-widget-id"}}]}}')},5564:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/gif","title":"GIF","description":"Search for and insert an animated image.","keywords":["animated","giphy","image"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"align":true},"attributes":{"align":{"type":"string","default":"center"},"caption":{"type":"string"},"giphyUrl":{"type":"string"},"searchText":{"type":"string"},"paddingTop":{"type":"string","default":"56.2%"}},"example":{"attributes":{"align":"center","giphyUrl":"https://giphy.com/embed/fxKWgoOG9hzPPkE1oc","paddingTop":"100%","searchText":"WordPress"}}}')},24360:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/goodreads","title":"Goodreads","description":"Features books from the shelves of your Goodreads account.","keywords":["book","read","author"],"version":"1.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"align":true},"attributes":{"bookNumber":{"type":"string","default":"5"},"class":{"type":"string"},"customTitle":{"type":"string"},"goodreadsId":{"type":"number"},"id":{"type":"string"},"link":{"type":"string"},"orderOption":{"type":"string","default":"d"},"shelfOption":{"type":"string","default":"read"},"showAuthor":{"type":"boolean","default":true},"showCover":{"type":"boolean","default":true},"showRating":{"type":"boolean","default":true},"showReview":{"type":"boolean","default":false},"showTags":{"type":"boolean","default":false},"showTitle":{"type":"boolean","default":true},"sortOption":{"type":"string","default":"date_added"},"style":{"type":"string","default":"default"},"userInput":{"type":"string"},"widgetId":{"type":"number"}},"example":{"attributes":{"goodreadsId":1176283}}}')},76862:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/google-calendar","title":"Google Calendar","description":"Embed a Google Calendar.","keywords":["events","dates","schedule","appointments"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"align":true,"alignWide":true,"html":false},"attributes":{"url":{"type":"string"},"height":{"type":"integer","default":600}},"example":{"attributes":{"url":"https://calendar.google.com/calendar/embed?src=jb4bu80jirp0u11a6niie21pp4%40group.calendar.google.com&ctz=America/New_York"}}}')},88285:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/image-compare","title":"Image Compare","description":"Compare two images with a slider. Works best with images of the same size.","keywords":["juxtapose","photos","pictures","side by side","slider"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"align":["wide","full"]},"attributes":{"imageBefore":{"type":"object","default":{}},"imageAfter":{"type":"object","default":{}},"caption":{"type":"string"},"orientation":{"type":"string","default":"horizontal"}}}')},89525:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/instagram-gallery","title":"Latest Instagram Posts","description":"Display an automatically updating list of the latest posts from your Instagram feed.","keywords":["images","photos","pictures"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"align":true,"html":false},"attributes":{"accessToken":{"type":"string"},"instagramUser":{"type":"string"},"columns":{"type":"number","default":3,"min":1,"max":6},"count":{"type":"number","default":9,"min":1,"max":30},"spacing":{"type":"number","default":10,"min":0,"max":50},"isStackedOnMobile":{"type":"boolean","default":true}}}')},71969:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/like","title":"Like","description":"Give your readers the ability to show appreciation for your posts.","keywords":["like","likes","thumbs up","button","heart"],"version":"1.0.0","textdomain":"jetpack","category":"grow","icon":"","usesContext":["postId"],"attributes":{"showReblogButton":{"type":"boolean","default":false}}}')},37120:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/mailchimp","title":"Mailchimp","description":"Allow readers to join a Mailchimp audience.","keywords":["email","subscription","newsletter"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":["wide","full"],"color":{"gradients":true},"spacing":{"padding":true,"margin":true}},"attributes":{"emailPlaceholder":{"type":"string"},"consentText":{"type":"string"},"interests":{"type":"array","default":[]},"processingLabel":{"type":"string"},"signupFieldTag":{"type":"string"},"signupFieldValue":{"type":"string"},"successLabel":{"type":"string"},"errorLabel":{"type":"string"},"preview":{"type":"boolean","default":false}},"example":{"attributes":{"preview":true},"innerBlocks":[{"name":"jetpack/button","attributes":{"element":"button","text":"Join my Mailchimp audience","uniqueId":"mailchimp-widget-id"}}]}}')},55740:e=>{"use strict";e.exports=JSON.parse('[{"id":"mapbox-gl-js","file":"node_modules/mapbox-gl/dist/mapbox-gl.js","version":"1.13.0"},{"id":"mapbox-gl-css","file":"node_modules/mapbox-gl/dist/mapbox-gl.css","version":"1.13.0"}]')},6852:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/map","title":"Map","description":"Add an interactive map showing one or more locations.","keywords":["maps","location","navigation"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"defaultStylePicker":false,"html":false},"attributes":{"align":{"type":"string"},"points":{"type":"array","default":[]},"address":{"type":"string","default":""},"mapDetails":{"type":"boolean","default":true},"zoom":{"type":"integer","default":13},"mapCenter":{"type":"object","default":{"longitude":-122.41941550000001,"latitude":37.7749295}},"markerColor":{"type":"string","default":"red"},"preview":{"type":"boolean","default":false},"scrollToZoom":{"type":"boolean","default":false},"mapHeight":{"type":"integer"},"showFullscreenButton":{"type":"boolean","default":true}},"example":{"attributes":{"preview":true}}}')},73431:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/markdown","title":"Markdown","description":"Add headings, lists, or links to plain text with ease.","keywords":["formatting","syntax","markup"],"version":"12.5.0","textdomain":"jetpack","category":"text","icon":"","supports":{"align":["wide","full"],"html":false,"spacing":{"padding":true,"margin":true,"__experimentalDefaultControls":{"padding":true,"margin":true}}},"attributes":{"source":{"type":"string"}},"example":{"attributes":{"source":"## ## Try Markdown\\n\\nMarkdown is a text formatting syntax that is converted into HTML. You can _emphasize_ text or **make it strong** with just a few characters."}}}')},17195:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/nextdoor","title":"Nextdoor","description":"Embed a Nextdoor post for your neighbors on your blog.","keywords":["neighbor"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":true,"alignWide":true,"html":false},"attributes":{"url":{"type":"string"}}}')},79018:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/opentable","title":"OpenTable","description":"Book a reservation with OpenTable.","keywords":["booking","reservation","restaurant"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"align":true,"html":false},"attributes":{"rid":{"default":[],"type":"array"},"style":{"default":"standard","type":"string","enum":["button","standard","wide","tall"]},"iframe":{"default":true,"type":"boolean"},"domain":{"default":"com","type":"string"},"lang":{"default":"en-US","type":"string","enum":["en-US","fr-CA","de-DE","es-MX","ja-JP","nl-NL","it-IT"]},"newtab":{"default":false,"type":"boolean"},"negativeMargin":{"default":false,"type":"boolean"}},"example":{"attributes":{"rid":["1"],"style":"standard","iframe":true,"domain":"com","lang":"en-US","newtab":false,"negativeMargin":false}}}')},97472:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/payment-buttons","title":"Payment Buttons","description":"Sell products and subscriptions.","keywords":["buy","contribution","commerce","credit card","debit card","donate","Donations","earn","monetize","ecommerce","gofundme","memberships","money","paid","patreon","pay","payments","products","purchase","recurring","sell","shop","stripe","subscribe","subscriptions","sponsor","square","toast","venmo"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"__experimentalExposeControlsToChildren":true,"align":["wide","full"],"spacing":{"blockGap":true,"margin":["vertical"],"__experimentalDefaultControls":{"blockGap":true}},"layout":{"allowSwitching":false,"allowInheriting":false,"default":{"type":"flex"}},"typography":{"fontSize":true,"__experimentalFontFamily":true,"__experimentalTextTransform":true,"__experimentalDefaultControls":{"fontSize":true}}},"attributes":{}}')},80830:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/payments-intro","title":"Payments","description":"Sell products and services or receive donations on your website.","keywords":["earn","monetize","paid","pay","money","checkout"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"alignWide":false,"className":true,"customClassName":false,"html":false,"reusable":false}}')},64524:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/paywall","title":"Paywall","description":"Limit access to the content below this block to chosen subscribers.","keywords":["earn","monetize","more","email","follow","gated","memberships","newsletter","signin","subscribe","subscription","subscriptions"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"customClassName":false,"html":false,"multiple":false},"parent":["core/post-content"]}')},73800:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/pinterest","title":"Pinterest","description":"Embed a Pinterest pin, board, or user.","keywords":["social","pinboard","pins"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"align":false,"inserter":false},"attributes":{"url":{"type":"string"}},"example":{"attributes":{"url":"https://pinterest.com/anapinskywalker/"}}}')},1624:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/podcast-player","title":"Podcast Player","description":"Select and play episodes from a single podcast.","keywords":["audio","embed"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"align":["wide","full"],"spacing":{"padding":true,"margin":true},"anchor":false,"customClassName":true,"className":true,"html":false,"multiple":true,"reusable":true},"attributes":{"url":{"type":"string"},"selectedEpisodes":{"type":"array","default":[]},"itemsToShow":{"type":"integer","default":5},"showCoverArt":{"type":"boolean","default":true},"showEpisodeTitle":{"type":"boolean","default":true},"showEpisodeDescription":{"type":"boolean","default":true},"primaryColor":{"type":"string"},"customPrimaryColor":{"type":"string"},"hexPrimaryColor":{"type":"string"},"secondaryColor":{"type":"string"},"customSecondaryColor":{"type":"string"},"hexSecondaryColor":{"type":"string"},"backgroundColor":{"type":"string"},"customBackgroundColor":{"type":"string"},"hexBackgroundColor":{"type":"string"},"exampleFeedData":{"type":"object"}},"example":{"attributes":{"customPrimaryColor":"GREEN","hexPrimaryColor":"GREEN","exampleFeedData":{"title":"Jetpack Example Podcast","link":"https://jetpack.com","cover":"https://jetpackme.files.wordpress.com/2020/05/jetpack-example-podcast-cover.png?w=160","tracks":[{"id":"3","title":"3. Our third episode","duration":"14:58"},{"id":"2","title":"2. Interview with a special guest","duration":"19:17"},{"id":"1","title":"1. Welcome to Example Podcast","duration":"11:25"}]}}}}')},58087:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"premium-content/container","title":"Paid Content","description":"Restrict access to your content for paying subscribers.","keywords":["buy","credit card","debit card","monetize","earn","exclusive","gated","gofundme","memberships","money","newsletter","paid","patreon","pay","payments","paywall","premium content","purchase","recurring","repeat","signin","stripe","subscribe","subscriptions","support","sponsor","square","toast","venmo","stripe","substack"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"html":false},"providesContext":{"premium-content/planIds":"selectedPlanIds","premium-content/isPreview":"isPreview","isPremiumContentChild":"isPremiumContentChild"},"attributes":{"selectedPlanIds":{"type":"array","default":[]},"isPreview":{"type":"boolean","default":false},"isPremiumContentChild":{"type":"boolean","default":true}},"example":{"attributes":{"isPreview":true}}}')},8206:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/rating-star","title":"Star Rating","description":"Rate movies, books, songs, recipes — anything you can put a number on.","keywords":["star","rating","review"],"version":"12.5.0","textdomain":"jetpack","category":"widgets","icon":"","supports":{"html":false},"styles":[{"name":"filled","label":"Filled","isDefault":true},{"name":"outlined","label":"Outlined"}],"attributes":{"rating":{"type":"number","default":1},"maxRating":{"type":"number","default":5},"color":{"type":"string"},"ratingStyle":{"type":"string","default":"star"},"className":{"type":"string"},"align":{"type":"string","default":"left"}},"example":{}}')},77675:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/recurring-payments","title":"Payment Button","description":"Button allowing you to sell products and subscriptions.","keywords":["buy","contribution","commerce","credit card","debit card","donate","Donations","monetize","earn","ecommerce","gofundme","memberships","money","paid","patreon","pay","payments","products","purchase","recurring","sell","shop","stripe","subscribe","subscriptions","sponsor","square","toast","venmo"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"html":false,"__experimentalExposeControlsToChildren":true},"usesContext":["isPremiumContentChild"],"providesContext":{"jetpack/parentBlockWidth":"width"},"attributes":{"planId":{"type":"integer"},"planIds":{"type":"array"},"align":{"type":"string"},"url":{"type":"string","default":"#"},"uniqueId":{"type":"string","default":"id"},"width":{"type":"string"}},"parent":["jetpack/payment-buttons"]}')},88795:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/related-posts","title":"Related Posts","description":"Display a list of related posts.","keywords":["similar content","linked","connected"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"multiple":false,"reusable":false,"color":{"gradients":true,"link":true},"spacing":{"margin":true,"padding":true},"typography":{"__experimentalFontFamily":true,"fontSize":true,"lineHeight":true},"align":["wide","full"]},"attributes":{"postLayout":{"type":"string","default":"grid"},"displayAuthor":{"type":"boolean","default":false},"displayDate":{"type":"boolean","default":true},"displayThumbnails":{"type":"boolean","default":false},"displayContext":{"type":"boolean","default":false},"postsToShow":{"type":"number","default":3}},"example":{"attributes":{"postLayout":"grid","displayAuthor":false,"displayDate":true,"displayThumbnails":true,"displayContext":false,"postsToShow":2}}}')},20242:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/repeat-visitor","title":"Repeat Visitor","description":"Control block visibility based on how often a visitor has viewed the page.","keywords":["return","visitors","visibility"],"version":"12.5.0","textdomain":"jetpack","category":"widgets","icon":"","supports":{"align":["wide","full"],"html":false},"attributes":{"criteria":{"type":"string","default":"after-visits"},"threshold":{"type":"number","default":3}},"example":{"attributes":{"criteria":"after-visits","threshold":3},"innerBlocks":[{"name":"core/paragraph","attributes":"This block will only appear to a visitor who visited the page three or more times."}]}}')},58180:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/send-a-message","title":"Send A Message","description":"Let your visitors send you messages with the tap of a button.","keywords":["whatsapp","messenger","contact","support"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"html":false},"attributes":{},"example":{}}')},50233:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/sharing-button","title":"Sharing Button","description":"Display a sharing button, allowing users to share your post.","keywords":[],"version":"12.5.0","textdomain":"jetpack","category":"embed","parent":["jetpack/sharing-buttons"],"attributes":{"service":{"type":"string"},"label":{"type":"string"}},"usesContext":["styleType","postId","iconColorValue","iconBackgroundColorValue"],"supports":{"reusable":false,"html":false},"viewScript":"file:./view.js"}')},32870:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/sharing-buttons","title":"Sharing Buttons","description":"Give your readers the ability to easily share your content with X, Facebook, Tumblr, LinkedIn, and a host of other services to help spread your message across the web.","keywords":["sharing","social","bluesky","twitter","x","linkedin","facebook","mastodon","tumblr","threads","whatsapp","telegram","pinterest","pocket","reddit","nextdoor","print","email"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","attributes":{"styleType":{"type":"string","default":"icon-text","validValues":["icon-text","icon","text","official"]},"size":{"type":"string","default":"has-normal-icon-size","validValues":["has-small-icon-size","has-normal-icon-size","has-large-icon-size","has-huge-icon-size"]},"iconColor":{"type":"string"},"customIconColor":{"type":"string"},"iconColorValue":{"type":"string"},"iconBackgroundColor":{"type":"string"},"customIconBackgroundColor":{"type":"string"},"iconBackgroundColorValue":{"type":"string"}},"providesContext":{"styleType":"styleType","iconColor":"iconColor","iconColorValue":"iconColorValue","iconBackgroundColor":"iconBackgroundColor","iconBackgroundColorValue":"iconBackgroundColorValue"},"supports":{"align":["left","center","right"],"anchor":true,"__experimentalExposeControlsToChildren":true,"layout":{"allowSwitching":false,"allowInheriting":false,"allowVerticalAlignment":false,"default":{"type":"flex"}},"color":{"enableContrastChecker":true,"background":true,"gradients":true,"customGradient":true,"text":false,"__experimentalDefaultControls":{"background":false}},"spacing":{"blockGap":["horizontal","vertical"],"margin":true,"padding":true,"units":["px","em","rem","vh","vw"],"__experimentalDefaultControls":{"blockGap":true,"margin":true,"padding":false}}},"example":{"innerBlocks":[{"name":"jetpack/sharing-button","attributes":{"service":"facebook"}},{"name":"jetpack/sharing-button","attributes":{"service":"x"}},{"name":"jetpack/sharing-button","attributes":{"service":"mastodon"}}]},"viewScript":"file:./view.js","style":"file:./view.css"}')},16668:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/simple-payments","title":"Pay with PayPal","description":"Add credit and debit card payment buttons with minimal setup. Good for collecting donations or payments for products and services.","keywords":["buy","commerce","credit card","debit card","monetize","earn","ecommerce","money","paid","payments","products","purchase","sell","shop","square","payments"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"className":false,"customClassName":false,"html":false,"reusable":false},"attributes":{"currency":{"type":"string","default":"USD"},"content":{"type":"string","source":"html","selector":".jetpack-simple-payments-description p","default":""},"email":{"type":"string","default":""},"featuredMediaId":{"type":"number","default":0},"featuredMediaUrl":{"type":"string","source":"attribute","selector":".jetpack-simple-payments-image img","attribute":"src","default":null},"featuredMediaTitle":{"type":"string","source":"attribute","selector":".jetpack-simple-payments-image img","attribute":"alt","default":null},"multiple":{"type":"boolean","default":false},"postLinkUrl":{"type":"string","source":"attribute","selector":".jetpack-simple-payments-purchase","attribute":"href"},"postLinkText":{"type":"string","source":"html","selector":".jetpack-simple-payments-purchase","default":"Click here to purchase."},"price":{"type":"number"},"productId":{"type":"number"},"title":{"type":"string","source":"html","selector":".jetpack-simple-payments-title p","default":""}},"example":{"attributes":{"price":25,"title":"Jetpack t-shirt","content":"Take flight in ultimate comfort with this stylish t-shirt featuring the Jetpack logo.","email":"jetpack@jetpack.com","featuredMediaUrl":"./simple-payments_example-1.jpg"}}}')},87762:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/slideshow","title":"Slideshow","description":"Display multiple images in sequential order.","keywords":["story","image","video","gallery"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"html":false,"align":["center","wide","full"]},"attributes":{"align":{"default":"center","type":"string"},"autoplay":{"type":"boolean","default":false},"delay":{"type":"number","default":3},"ids":{"default":[],"type":"array"},"images":{"type":"array","default":[],"source":"query","selector":".swiper-slide","query":{"alt":{"source":"attribute","selector":"img","attribute":"alt","default":""},"caption":{"type":"string","source":"html","selector":"figcaption"},"id":{"source":"attribute","selector":"img","attribute":"data-id"},"url":{"source":"attribute","selector":"img","attribute":"src"}}},"effect":{"type":"string","default":"slide"},"sizeSlug":{"type":"string"}},"example":{"align":"center","autoplay":true,"ids":[22,23,24],"images":[{"alt":"","caption":"","id":22,"url":"./slideshowExample1.png"},{"alt":"","caption":"","id":23,"url":"./slideshowExample2.png"},{"alt":"","caption":"","id":24,"url":"./slideshowExample3.png"}],"effect":"slide"}}')},68331:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/story","title":"Story","description":"Add an interactive story.","keywords":["story","image","video","gallery"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"html":false},"attributes":{"settings":{"type":"object"},"mediaFiles":{"type":"array","default":[]}},"example":{"attributes":{"mediaFiles":[{"alt":"","caption":"","mime":"image/jpg","type":"image","id":22,"url":"./storyExample1.png"}]}}}')},11380:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/subscriber-login","title":"Subscriber Login","description":"Show links for subscribers to login, logout, or manage their subscription.","keywords":["login","logout","subscription","member","account","user"],"version":"0.0.1","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":true,"anchor":false,"customClassName":true,"className":true,"html":false,"multiple":true,"reusable":true,"spacing":{"margin":true,"padding":true},"typography":{"fontSize":true,"lineHeight":true},"color":{"text":false,"link":true,"gradients":true}},"attributes":{"redirectToCurrent":{"type":"boolean","default":true},"logInLabel":{"type":"string"},"logOutLabel":{"type":"string"},"showManageSubscriptionsLink":{"type":"boolean","default":true},"manageSubscriptionsLabel":{"type":"string"}}}')},99876:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/subscriptions","title":"Subscribe","description":"Subscribe to this blog\'s posts as a newsletter.","keywords":["newsletter","email","follow"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"spacing":{"margin":true,"padding":true},"align":["wide","full"]},"styles":[{"name":"split","label":"Split","isDefault":true},{"name":"compact","label":"Compact"},{"name":"button","label":"Button only"}],"attributes":{"subscribePlaceholder":{"type":"string"},"showSubscribersTotal":{"type":"boolean","default":false},"includeSocialFollowers":{"type":"boolean"},"buttonOnNewLine":{"type":"boolean","default":false},"buttonWidth":{"type":"string"},"submitButtonText":{"type":"string"},"emailFieldBackgroundColor":{"type":"string"},"customEmailFieldBackgroundColor":{"type":"string"},"emailFieldGradient":{"type":"string"},"customEmailFieldGradient":{"type":"string"},"buttonBackgroundColor":{"type":"string"},"customButtonBackgroundColor":{"type":"string"},"buttonGradient":{"type":"string"},"customButtonGradient":{"type":"string"},"textColor":{"type":"string"},"customTextColor":{"type":"string"},"fontSize":{"type":"string"},"customFontSize":{"type":"string"},"borderRadius":{"type":"number"},"borderWeight":{"type":"number"},"borderColor":{"type":"string"},"customBorderColor":{"type":"string"},"padding":{"type":"number"},"spacing":{"type":"number"},"successMessage":{"type":"string","default":"Success! An email was just sent to confirm your subscription. Please find the email now and click \'Confirm\' to start subscribing."},"appSource":{"type":"string"},"className":{"type":"string"}},"example":{}}')},76585:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/tiled-gallery","title":"Tiled Gallery","description":"Display multiple images in an elegantly organized tiled layout.","keywords":["columns","images","photos","pictures","square","circle","mosaic"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"align":["center","wide","full"],"color":{"gradients":true,"text":false},"customClassName":false,"html":false,"spacing":{"margin":true,"padding":true},"__experimentalHideChildBlockControls":true},"providesContext":{"imageCrop":"imageCrop"},"styles":[{"name":"rectangular","label":"Tiled mosaic","isDefault":true},{"name":"circle","label":"Circles"},{"name":"square","label":"Square tiles"},{"name":"columns","label":"Tiled columns"}],"attributes":{"align":{"type":"string","default":"center"},"className":{"type":"string","default":"is-style-rectangular"},"columns":{"type":"number"},"columnWidths":{"type":"array","default":[]},"ids":{"type":"array","default":[]},"imageFilter":{"type":"string"},"images":{"type":"array","default":[],"source":"query","selector":".tiled-gallery__item","query":{"alt":{"attribute":"alt","default":"","selector":"img","source":"attribute"},"height":{"attribute":"data-height","type":"number","selector":"img","source":"attribute"},"id":{"attribute":"data-id","selector":"img","source":"attribute"},"link":{"attribute":"data-link","selector":"img","source":"attribute"},"url":{"attribute":"data-url","selector":"img","source":"attribute"},"width":{"attribute":"data-width","selector":"img","source":"attribute","type":"number"}}},"imageCrop":{"type":"boolean","default":true},"linkTo":{"default":"none","type":"string"},"roundedCorners":{"type":"integer","default":0}}}')},86525:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/tock","title":"Tock","description":"Reserve a table at your restaurant with Tock.","keywords":["booking","reservation","restaurant"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"align":true,"html":false,"multiple":false},"attributes":{"url":{"type":"string"}},"example":{"attributes":{"url":"roister"},"viewportWidth":250}}')},35075:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/top-posts","title":"Top Posts & Pages","description":"Display your most popular content.","keywords":["ranking","views","trending","popular"],"version":"1.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"align":["wide","full"],"html":false,"multiple":true,"reusable":true,"color":{"gradients":true,"link":true},"spacing":{"margin":true,"padding":true},"typography":{"__experimentalFontFamily":true,"fontSize":true,"lineHeight":true}},"attributes":{"layout":{"type":"string","default":"grid"},"displayAuthor":{"type":"boolean","default":true},"displayDate":{"type":"boolean","default":true},"displayThumbnail":{"type":"boolean","default":true},"displayContext":{"type":"boolean","default":false},"period":{"type":"string","default":"7"},"postsToShow":{"type":"number","default":3},"postTypes":{"type":"object","default":{"post":true,"page":true}}}}')},15210:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/voice-to-content","title":"Voice to content","description":"Transform your spoken words into a post ready to publish with AI.","keywords":["AI","GPT","AL","Magic","help","assistant"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"html":false,"multiple":true,"reusable":false},"attributes":{"content":{"type":"string"}}}')},16344:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/wordads","title":"Ad","description":"Earn income by adding high quality ads to your post.","keywords":["ads","WordAds","advertisement"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"align":["left","center","right"],"alignWide":false,"className":false,"customClassName":false,"html":false,"reusable":false},"attributes":{"align":{"type":"string","default":"center"},"format":{"type":"string","default":"mrec"},"hideMobile":{"type":"boolean","default":false}},"example":{}}')},73391:e=>{"use strict";e.exports=JSON.parse('{"production":["ai-assistant","ai-chat","ai-assistant-plugin","blogging-prompt","business-hours","button","calendly","cookie-consent","contact-form","contact-form/salesforce-lead-form","contact-info","donations","eventbrite","gif","google-calendar","image-compare","instagram-gallery","like","likes","mailchimp","map","markdown","opentable","payments","pinterest","podcast-player","premium-content","publicize","rating-star","recurring-payments","related-posts","repeat-visitor","send-a-message","whatsapp-button","seo","sharing","shortlinks","simple-payments","slideshow","social-previews","story","subscriber-login","subscriptions","tiled-gallery","tock","videopress","wordads","payments-intro","post-publish-qr-post-panel","payment-buttons","videopress/video","ai-assistant-support","ai-assistant-form-support","paywall","blogroll","blogroll-item","nextdoor","ai-assistant-usage-panel","sharing-button","sharing-buttons","ai-content-lens","blog-stats","top-posts","goodreads","voice-to-content","ai-featured-image-generator","ai-title-optimization","ai-assistant-experimental-image-generation-support","ai-general-purpose-image-generator","ai-proofread-breve","ai-assistant-site-logo-support"],"beta":["google-docs-embed","launchpad-save-modal","recipe","v6-video-frame-poster","videopress/video-chapters","ai-assistant-backend-prompts","ai-title-optimization-keywords-support"],"experimental":["ai-image","ai-paragraph"],"no-post-editor":["ai-assistant","business-hours","button","calendly","contact-form","contact-info","donations","eventbrite","gif","google-calendar","instagram-gallery","mailchimp","map","markdown","opentable","pinterest","rating-star","related-posts","repeat-visitor","simple-payments","slideshow","tiled-gallery","tock","videopress","voice-to-content","wordads"]}')},8912:e=>{"use strict";e.exports=JSON.parse('{"K":"iVBORw0KGgoAAAANSUhEUgAABwAAAAQACAYAAADm/02CAAAAAXNSR0IArs4c6QAAIABJREFUeF7s2UERAAAIAkHpX9oeN2sDVn7sHAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECGYFlkghCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMAZAJWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIB7b027AAAgAElEQVQAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQG7bqScAACAASURBVIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQ+PbsmAYAAABhmH/X87FUAoWPkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIGdj10AAAIABJREFUECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBwXgv4AAAFzklEQVRAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgxEwQBvhGJcwAAAABJRU5ErkJggg=="}')}},i={};function l(e){var t=i[e];if(void 0!==t)return t.exports;var n=i[e]={exports:{}};return o[e].call(n.exports,n,n.exports,l),n.exports}l.m=o,l.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return l.d(t,{a:t}),t},t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,l.t=function(n,a){if(1&a&&(n=this(n)),8&a)return n;if("object"==typeof n&&n){if(4&a&&n.__esModule)return n;if(16&a&&"function"==typeof n.then)return n}var r=Object.create(null);l.r(r);var s={};e=e||[null,t({}),t([]),t(t)];for(var o=2&a&&n;"object"==typeof o&&!~e.indexOf(o);o=t(o))Object.getOwnPropertyNames(o).forEach((e=>s[e]=()=>n[e]));return s.default=()=>n,l.d(r,s),r},l.d=(e,t)=>{for(var n in t)l.o(t,n)&&!l.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},l.f={},l.e=e=>Promise.all(Object.keys(l.f).reduce(((t,n)=>(l.f[n](e,t),t)),[])),l.u=e=>(979===e?"swiper":e)+".js?minify=false&ver="+{92:"14ef15236750d3a72c67",979:"c603174e80bc2acf9e4f"}[e],l.miniCssF=e=>"swiper.css?minify=false&ver=ec8bb6b572560ea05dfb",(()=>{if(!l.miniCssF)throw new Error("MiniCSSWithRTLPlugin was loaded before MiniCSSExtractPlugin");var e;l.miniCssF=(e=l.miniCssF,t=>{var n="rtl"===document.dir,a=e(t);return n?a.replace(/\.css(?:$|\?)/,".rtl$&"):a})})(),l.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),l.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n={},a="Jetpack:",l.l=(e,t,r,s)=>{if(n[e])n[e].push(t);else{var o,i;if(void 0!==r)for(var c=document.getElementsByTagName("script"),u=0;u{o.onerror=o.onload=null,clearTimeout(m);var r=n[e];if(delete n[e],o.parentNode&&o.parentNode.removeChild(o),r&&r.forEach((e=>e(a))),t)return t(a)},m=setTimeout(p.bind(null,void 0,{type:"timeout",target:o}),12e4);o.onerror=p.bind(null,o.onerror),o.onload=p.bind(null,o.onload),i&&document.head.appendChild(o)}},l.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{var e;l.g.importScripts&&(e=l.g.location+"");var t=l.g.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var n=t.getElementsByTagName("script");if(n.length)for(var a=n.length-1;a>-1&&(!e||!/^http(s?):/.test(e));)e=n[a--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),l.p=e})(),r=e=>new Promise(((t,n)=>{var a=l.miniCssF(e),r=l.p+a;if(((e,t)=>{for(var n=document.getElementsByTagName("link"),a=0;a{var r=document.createElement("link");r.rel="stylesheet",r.type="text/css",r.onerror=r.onload=s=>{if(r.onerror=r.onload=null,"load"===s.type)n();else{var o=s&&("load"===s.type?"missing":s.type),i=s&&s.target&&s.target.href||t,l=new Error("Loading CSS chunk "+e+" failed.\n("+i+")");l.code="CSS_CHUNK_LOAD_FAILED",l.type=o,l.request=i,r.parentNode.removeChild(r),a(l)}},r.href=t,document.head.appendChild(r)})(e,r,t,n)})),s={195:0,8:0,755:0},l.f.miniCss=(e,t)=>{s[e]?t.push(s[e]):0!==s[e]&&{979:1}[e]&&t.push(s[e]=r(e).then((()=>{s[e]=0}),(t=>{throw delete s[e],t})))},(()=>{var e={195:0,8:0,755:0};l.f.j=(t,n)=>{var a=l.o(e,t)?e[t]:void 0;if(0!==a)if(a)n.push(a[2]);else if(979!=t){var r=new Promise(((n,r)=>a=e[t]=[n,r]));n.push(a[2]=r);var s=l.p+l.u(t),o=new Error;l.l(s,(n=>{if(l.o(e,t)&&(0!==(a=e[t])&&(e[t]=void 0),a)){var r=n&&("load"===n.type?"missing":n.type),s=n&&n.target&&n.target.src;o.message="Loading chunk "+t+" failed.\n("+r+": "+s+")",o.name="ChunkLoadError",o.type=r,o.request=s,a[1](o)}}),"chunk-"+t,t)}else e[t]=0};var t=(t,n)=>{var a,r,s=n[0],o=n[1],i=n[2],c=0;if(s.some((t=>0!==e[t]))){for(a in o)l.o(o,a)&&(l.m[a]=o[a]);if(i)i(l)}for(t&&t(n);c{"use strict";n.d(t,{g:()=>s});var a=n(10790),r=n(56427);const s=({tweet:e})=>e?(0,a.jsxs)("div",{className:"twitter-preview__quote-tweet",children:[(0,a.jsx)(r.SandBox,{html:``,scripts:["https://platform.twitter.com/widgets.js"],title:"Embedded tweet"}),(0,a.jsx)("div",{className:"twitter-preview__quote-tweet-overlay"})]}):null},940:(e,t,n)=>{"use strict";n.d(t,{B:()=>o});var a=n(10790),r=n(27723),s=n(43204);const __=r.__,o=({profileImage:e,showThreadConnector:t})=>(0,a.jsxs)("div",{className:"twitter-preview__sidebar",children:[(0,a.jsx)("div",{className:"twitter-preview__profile-image",children:e?(0,a.jsx)("img",{alt:__("Twitter profile image","jetpack"),src:e}):(0,a.jsx)(s.f,{})}),t&&(0,a.jsx)("div",{className:"twitter-preview__connector"})]})},16801:(e,t,n)=>{"use strict";n.d(t,{E:()=>s});var a=n(10790),r=n(31280);const s=({text:e,url:t,retainUrl:n})=>{if(!e)return null;const s=t&&!n&&e.endsWith(t)?e.substring(0,e.lastIndexOf(t)):e;return(0,a.jsx)("div",{className:"twitter-preview__text",children:(0,r.x5)(s,{platform:"twitter"})})}},10067:(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 a=0,r=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(a++,"%c"===e&&(r=a))})),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=process.env.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(78926)(t);const{formatters:a}=e.exports;a.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},78926:(e,t,n)=>{e.exports=function(e){function t(e){let n,r,s,o=null;function i(...e){if(!i.enabled)return;const a=i,r=Number(new Date),s=r-(n||r);a.diff=s,a.prev=n,a.curr=r,n=r,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let o=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((n,r)=>{if("%%"===n)return"%";o++;const s=t.formatters[r];if("function"==typeof s){const t=e[o];n=s.call(a,t),e.splice(o,1),o--}return n})),t.formatArgs.call(a,e);(a.log||t.log).apply(a,e)}return i.namespace=e,i.useColors=t.useColors(),i.color=t.selectColor(e),i.extend=a,i.destroy=t.destroy,Object.defineProperty(i,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==o?o:(r!==t.namespaces&&(r=t.namespaces,s=t.enabled(e)),s),set:e=>{o=e}}),"function"==typeof t.init&&t.init(i),i}function a(e,n){const a=t(this.namespace+(void 0===n?":":n)+e);return a.log=this.log,a}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 a=("string"==typeof e?e:"").split(/[\s,]+/),r=a.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";t.A=function(e){var t=e.size,n=void 0===t?24:t,a=e.onClick,i=(e.icon,e.className),l=function(e,t){if(null==e)return{};var n,a,r=function(e,t){if(null==e)return{};var n,a,r={},s=Object.keys(e);for(a=0;a{"use strict";t.A=function(e){var t=e.size,n=void 0===t?24:t,a=e.onClick,i=(e.icon,e.className),l=function(e,t){if(null==e)return{};var n,a,r=function(e,t){if(null==e)return{};var n,a,r={},s=Object.keys(e);for(a=0;a{"use strict";t.A=function(e){var t=e.size,n=void 0===t?24:t,a=e.onClick,i=(e.icon,e.className),l=function(e,t){if(null==e)return{};var n,a,r=function(e,t){if(null==e)return{};var n,a,r={},s=Object.keys(e);for(a=0;a{"use strict";n.d(t,{Cl:()=>a});var a=function(){return a=Object.assign||function(e){for(var t,n=1,a=arguments.length;n{"use strict";function a(e,t){return Array(t+1).join(e)}n.d(t,{A:()=>R});var r=["ADDRESS","ARTICLE","ASIDE","AUDIO","BLOCKQUOTE","BODY","CANVAS","CENTER","DD","DIR","DIV","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","FORM","FRAMESET","H1","H2","H3","H4","H5","H6","HEADER","HGROUP","HR","HTML","ISINDEX","LI","MAIN","MENU","NAV","NOFRAMES","NOSCRIPT","OL","OUTPUT","P","PRE","SECTION","TABLE","TBODY","TD","TFOOT","TH","THEAD","TR","UL"];function s(e){return c(e,r)}var o=["AREA","BASE","BR","COL","COMMAND","EMBED","HR","IMG","INPUT","KEYGEN","LINK","META","PARAM","SOURCE","TRACK","WBR"];function i(e){return c(e,o)}var l=["A","TABLE","THEAD","TBODY","TFOOT","TH","TD","IFRAME","SCRIPT","AUDIO","VIDEO"];function c(e,t){return t.indexOf(e.nodeName)>=0}function u(e,t){return e.getElementsByTagName&&t.some((function(t){return e.getElementsByTagName(t).length}))}var d={};function p(e){return e?e.replace(/(\n+\s*)+/g,"\n"):""}function m(e){for(var t in this.options=e,this._keep=[],this._remove=[],this.blankRule={replacement:e.blankReplacement},this.keepReplacement=e.keepReplacement,this.defaultRule={replacement:e.defaultReplacement},this.array=[],e.rules)this.array.push(e.rules[t])}function g(e,t,n){for(var a=0;a-1)return!0}else{if("function"!=typeof a)throw new TypeError("`filter` needs to be a string, array, or function");if(a.call(e,t,n))return!0}}function h(e){var t=e.nextSibling||e.parentNode;return e.parentNode.removeChild(e),t}function E(e,t,n){return e&&e.parentNode===t||n(t)?t.nextSibling||t.parentNode:t.firstChild||t.nextSibling||t.parentNode}d.paragraph={filter:"p",replacement:function(e){return"\n\n"+e+"\n\n"}},d.lineBreak={filter:"br",replacement:function(e,t,n){return n.br+"\n"}},d.heading={filter:["h1","h2","h3","h4","h5","h6"],replacement:function(e,t,n){var r=Number(t.nodeName.charAt(1));return"setext"===n.headingStyle&&r<3?"\n\n"+e+"\n"+a(1===r?"=":"-",e.length)+"\n\n":"\n\n"+a("#",r)+" "+e+"\n\n"}},d.blockquote={filter:"blockquote",replacement:function(e){return"\n\n"+(e=(e=e.replace(/^\n+|\n+$/g,"")).replace(/^/gm,"> "))+"\n\n"}},d.list={filter:["ul","ol"],replacement:function(e,t){var n=t.parentNode;return"LI"===n.nodeName&&n.lastElementChild===t?"\n"+e:"\n\n"+e+"\n\n"}},d.listItem={filter:"li",replacement:function(e,t,n){e=e.replace(/^\n+/,"").replace(/\n+$/,"\n").replace(/\n/gm,"\n ");var a=n.bulletListMarker+" ",r=t.parentNode;if("OL"===r.nodeName){var s=r.getAttribute("start"),o=Array.prototype.indexOf.call(r.children,t);a=(s?Number(s)+o:o+1)+". "}return a+e+(t.nextSibling&&!/\n$/.test(e)?"\n":"")}},d.indentedCodeBlock={filter:function(e,t){return"indented"===t.codeBlockStyle&&"PRE"===e.nodeName&&e.firstChild&&"CODE"===e.firstChild.nodeName},replacement:function(e,t,n){return"\n\n "+t.firstChild.textContent.replace(/\n/g,"\n ")+"\n\n"}},d.fencedCodeBlock={filter:function(e,t){return"fenced"===t.codeBlockStyle&&"PRE"===e.nodeName&&e.firstChild&&"CODE"===e.firstChild.nodeName},replacement:function(e,t,n){for(var r,s=((t.firstChild.getAttribute("class")||"").match(/language-(\S+)/)||[null,""])[1],o=t.firstChild.textContent,i=n.fence.charAt(0),l=3,c=new RegExp("^"+i+"{3,}","gm");r=c.exec(o);)r[0].length>=l&&(l=r[0].length+1);var u=a(i,l);return"\n\n"+u+s+"\n"+o.replace(/\n$/,"")+"\n"+u+"\n\n"}},d.horizontalRule={filter:"hr",replacement:function(e,t,n){return"\n\n"+n.hr+"\n\n"}},d.inlineLink={filter:function(e,t){return"inlined"===t.linkStyle&&"A"===e.nodeName&&e.getAttribute("href")},replacement:function(e,t){var n=t.getAttribute("href"),a=p(t.getAttribute("title"));return a&&(a=' "'+a+'"'),"["+e+"]("+n+a+")"}},d.referenceLink={filter:function(e,t){return"referenced"===t.linkStyle&&"A"===e.nodeName&&e.getAttribute("href")},replacement:function(e,t,n){var a,r,s=t.getAttribute("href"),o=p(t.getAttribute("title"));switch(o&&(o=' "'+o+'"'),n.linkReferenceStyle){case"collapsed":a="["+e+"][]",r="["+e+"]: "+s+o;break;case"shortcut":a="["+e+"]",r="["+e+"]: "+s+o;break;default:var i=this.references.length+1;a="["+e+"]["+i+"]",r="["+i+"]: "+s+o}return this.references.push(r),a},references:[],append:function(e){var t="";return this.references.length&&(t="\n\n"+this.references.join("\n")+"\n\n",this.references=[]),t}},d.emphasis={filter:["em","i"],replacement:function(e,t,n){return e.trim()?n.emDelimiter+e+n.emDelimiter:""}},d.strong={filter:["strong","b"],replacement:function(e,t,n){return e.trim()?n.strongDelimiter+e+n.strongDelimiter:""}},d.code={filter:function(e){var t=e.previousSibling||e.nextSibling,n="PRE"===e.parentNode.nodeName&&!t;return"CODE"===e.nodeName&&!n},replacement:function(e){if(!e)return"";e=e.replace(/\r?\n|\r/g," ");for(var t=/^`|^ .*?[^ ].* $|`$/.test(e)?" ":"",n="`",a=e.match(/`+/gm)||[];-1!==a.indexOf(n);)n+="`";return n+t+e+t+n}},d.image={filter:"img",replacement:function(e,t){var n=p(t.getAttribute("alt")),a=t.getAttribute("src")||"",r=p(t.getAttribute("title"));return a?"!["+n+"]("+a+(r?' "'+r+'"':"")+")":""}},m.prototype={add:function(e,t){this.array.unshift(t)},keep:function(e){this._keep.unshift({filter:e,replacement:this.keepReplacement})},remove:function(e){this._remove.unshift({filter:e,replacement:function(){return""}})},forNode:function(e){return e.isBlank?this.blankRule:(t=g(this.array,e,this.options))||(t=g(this._keep,e,this.options))||(t=g(this._remove,e,this.options))?t:this.defaultRule;var t},forEach:function(e){for(var t=0;t'+e+"","text/html").getElementById("turndown-root"):n=e.cloneNode(!0);return function(e){var t=e.element,n=e.isBlock,a=e.isVoid,r=e.isPre||function(e){return"PRE"===e.nodeName};if(t.firstChild&&!r(t)){for(var s=null,o=!1,i=null,l=E(i,t,r);l!==t;){if(3===l.nodeType||4===l.nodeType){var c=l.data.replace(/[ \r\n\t]+/g," ");if(s&&!/ $/.test(s.data)||o||" "!==c[0]||(c=c.substr(1)),!c){l=h(l);continue}l.data=c,s=l}else{if(1!==l.nodeType){l=h(l);continue}n(l)||"BR"===l.nodeName?(s&&(s.data=s.data.replace(/ $/,"")),s=null,o=!1):a(l)||r(l)?(s=null,o=!0):s&&(o=!1)}var u=E(i,l,r);i=l,l=u}s&&(s.data=s.data.replace(/ $/,""),s.data||h(s))}}({element:n,isBlock:s,isVoid:i,isPre:t.preformattedCode?y:null}),n}function y(e){return"PRE"===e.nodeName||"CODE"===e.nodeName}function B(e,t){return e.isBlock=s(e),e.isCode="CODE"===e.nodeName||e.parentNode.isCode,e.isBlank=function(e){return!i(e)&&!function(e){return c(e,l)}(e)&&/^\s*$/i.test(e.textContent)&&!function(e){return u(e,o)}(e)&&!function(e){return u(e,l)}(e)}(e),e.flankingWhitespace=function(e,t){if(e.isBlock||t.preformattedCode&&e.isCode)return{leading:"",trailing:""};var n=(a=e.textContent,r=a.match(/^(([ \t\r\n]*)(\s*))(?:(?=\S)[\s\S]*\S)?((\s*?)([ \t\r\n]*))$/),{leading:r[1],leadingAscii:r[2],leadingNonAscii:r[3],trailing:r[4],trailingNonAscii:r[5],trailingAscii:r[6]});var a,r;n.leadingAscii&&w("left",e,t)&&(n.leading=n.leadingNonAscii);n.trailingAscii&&w("right",e,t)&&(n.trailing=n.trailingNonAscii);return{leading:n.leading,trailing:n.trailing}}(e,t),e}function w(e,t,n){var a,r,o;return"left"===e?(a=t.previousSibling,r=/ $/):(a=t.nextSibling,r=/^ /),a&&(3===a.nodeType?o=r.test(a.nodeValue):n.preformattedCode&&"CODE"===a.nodeName?o=!1:1!==a.nodeType||s(a)||(o=r.test(a.textContent))),o}var _=Array.prototype.reduce,I=[[/\\/g,"\\\\"],[/\*/g,"\\*"],[/^-/g,"\\-"],[/^\+ /g,"\\+ "],[/^(=+)/g,"\\$1"],[/^(#{1,6}) /g,"\\$1 "],[/`/g,"\\`"],[/^~~~/g,"\\~~~"],[/\[/g,"\\["],[/\]/g,"\\]"],[/^>/g,"\\>"],[/_/g,"\\_"],[/^(\d+)\. /g,"$1\\. "]];function x(e){if(!(this instanceof x))return new x(e);var t={rules:d,headingStyle:"setext",hr:"* * *",bulletListMarker:"*",codeBlockStyle:"indented",fence:"```",emDelimiter:"_",strongDelimiter:"**",linkStyle:"inlined",linkReferenceStyle:"full",br:" ",preformattedCode:!1,blankReplacement:function(e,t){return t.isBlock?"\n\n":""},keepReplacement:function(e,t){return t.isBlock?"\n\n"+t.outerHTML+"\n\n":t.outerHTML},defaultReplacement:function(e,t){return t.isBlock?"\n\n"+e+"\n\n":e}};this.options=function(e){for(var t=1;t0&&"\n"===e[t-1];)t--;return e.substring(0,t)}(e),a=t.replace(/^\n*/,""),r=Math.max(e.length-n.length,t.length-a.length);return n+"\n\n".substring(0,r)+a}x.prototype={turndown:function(e){if(!function(e){return null!=e&&("string"==typeof e||e.nodeType&&(1===e.nodeType||9===e.nodeType||11===e.nodeType))}(e))throw new TypeError(e+" is not a string, or an element/document/fragment node.");if(""===e)return"";var t=j.call(this,new k(e,this.options));return S.call(this,t)},use:function(e){if(Array.isArray(e))for(var t=0;t{"use strict";n.d(t,{A:()=>m});var a=n(74085),r=n(55217),s=n(39537),o=n(63350);function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){for(var n=0;nthis._bufferOffset&&(this._buffer=this._buffer.slice(e-this._bufferOffset),this._bufferOffset=e);var n=0===p(this._buffer);return this._done&&n?null:this._buffer.slice(0,t-e)}},{key:"close",value:function(){this._reader.cancel&&this._reader.cancel()}}]),e}();function p(e){return void 0===e?0:void 0!==e.size?e.size:e.length}var m=function(){function e(){i(this,e)}return c(e,[{key:"openFile",value:function(e,t){return(0,a.A)()&&e&&void 0!==e.uri?(0,r.A)(e.uri).then((function(e){return new u(e)})).catch((function(e){throw new Error("tus: cannot fetch `file.uri` as Blob, make sure the uri is correct and accessible. ".concat(e))})):"function"==typeof e.slice&&void 0!==e.size?Promise.resolve(new u(e)):"function"==typeof e.read?(t=+t,isFinite(t)?Promise.resolve(new d(e,t)):Promise.reject(new Error("cannot create source for stream without a finite value for the `chunkSize` option"))):Promise.reject(new Error("source object may only be an instance of File, Blob, or Reader in this environment"))}}]),e}()},91337:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(74085);function r(e,t){return(0,a.A)()?Promise.resolve(function(e,t){var n=e.exif?function(e){var t=0;if(0===e.length)return t;for(var n=0;n{"use strict";function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){for(var n=0;no});var o=function(){function e(){a(this,e)}return s(e,[{key:"createRequest",value:function(e,t){return new i(e,t)}},{key:"getName",value:function(){return"XHRHttpStack"}}]),e}(),i=function(){function e(t,n){a(this,e),this._xhr=new XMLHttpRequest,this._xhr.open(t,n,!0),this._method=t,this._url=n,this._headers={}}return s(e,[{key:"getMethod",value:function(){return this._method}},{key:"getURL",value:function(){return this._url}},{key:"setHeader",value:function(e,t){this._xhr.setRequestHeader(e,t),this._headers[e]=t}},{key:"getHeader",value:function(e){return this._headers[e]}},{key:"setProgressHandler",value:function(e){"upload"in this._xhr&&(this._xhr.upload.onprogress=function(t){t.lengthComputable&&e(t.loaded)})}},{key:"send",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return new Promise((function(n,a){e._xhr.onload=function(){n(new l(e._xhr))},e._xhr.onerror=function(e){a(e)},e._xhr.send(t)}))}},{key:"abort",value:function(){return this._xhr.abort(),Promise.resolve()}},{key:"getUnderlyingObject",value:function(){return this._xhr}}]),e}(),l=function(){function e(t){a(this,e),this._xhr=t}return s(e,[{key:"getStatus",value:function(){return this._xhr.status}},{key:"getHeader",value:function(e){return this._xhr.getResponseHeader(e)}},{key:"getBody",value:function(){return this._xhr.responseText}},{key:"getUnderlyingObject",value:function(){return this._xhr}}]),e}()},10781:(e,t,n)=>{"use strict";n.d(t,{_O:()=>f});var a=n(82701),r=n(52494),s=n(10851),o=n(45369),i=n(91016),l=n(91337);function c(e){return c="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},c(e)}function u(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,o),t=A({},E,{},t),s.call(this,e,t)}return t=o,r=[{key:"terminate",value:function(e,t,n){return t=A({},E,{},t),a.A.terminate(e,t,n)}}],(n=null)&&u(t.prototype,n),r&&u(t,r),o}(a.A),b=window,v=b.XMLHttpRequest,C=b.Blob;v&&C&&C.prototype.slice},39537:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=function(){return"undefined"!=typeof window&&(void 0!==window.PhoneGap||void 0!==window.Cordova||void 0!==window.cordova)}},74085:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=function(){return"undefined"!=typeof navigator&&"string"==typeof navigator.product&&"reactnative"===navigator.product.toLowerCase()}},63350:(e,t,n)=>{"use strict";function a(e){return new Promise((function(t,n){var a=new FileReader;a.onload=function(){var e=new Uint8Array(a.result);t({value:e})},a.onerror=function(e){n(e)},a.readAsArrayBuffer(e)}))}n.d(t,{A:()=>a})},55217:(e,t,n)=>{"use strict";function a(e){return new Promise((function(t,n){var a=new XMLHttpRequest;a.responseType="blob",a.onload=function(){var e=a.response;t(e)},a.onerror=function(e){n(e)},a.open("GET",e),a.send()}))}n.d(t,{A:()=>a})},10851:(e,t,n)=>{"use strict";function a(e,t){for(var n=0;ni,o:()=>o});var r=!1;try{r="localStorage"in window;var s="tusSupport";localStorage.setItem(s,localStorage.getItem(s))}catch(e){if(e.code!==e.SECURITY_ERR&&e.code!==e.QUOTA_EXCEEDED_ERR)throw e;r=!1}var o=r,i=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,r;return t=e,n=[{key:"findAllUploads",value:function(){var e=this._findEntries("tus::");return Promise.resolve(e)}},{key:"findUploadsByFingerprint",value:function(e){var t=this._findEntries("tus::".concat(e,"::"));return Promise.resolve(t)}},{key:"removeUpload",value:function(e){return localStorage.removeItem(e),Promise.resolve()}},{key:"addUpload",value:function(e,t){var n=Math.round(1e12*Math.random()),a="tus::".concat(e,"::").concat(n);return localStorage.setItem(a,JSON.stringify(t)),Promise.resolve(a)}},{key:"_findEntries",value:function(e){for(var t=[],n=0;n{"use strict";function a(e){return a="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},a(e)}function r(e){return function(){var t,n=c(e);if(i()){var r=c(this).constructor;t=Reflect.construct(n,arguments,r)}else t=n.apply(this,arguments);return function(e,t){if(t&&("object"===a(t)||"function"==typeof t))return t;return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(this,t)}}function s(e){var t="function"==typeof Map?new Map:void 0;return s=function(e){if(null===e||(n=e,-1===Function.toString.call(n).indexOf("[native code]")))return e;var n;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,a)}function a(){return o(e,arguments,c(this).constructor)}return a.prototype=Object.create(e.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),l(a,e)},s(e)}function o(e,t,n){return o=i()?Reflect.construct:function(e,t,n){var a=[null];a.push.apply(a,t);var r=new(Function.bind.apply(e,a));return n&&l(r,n.prototype),r},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function l(e,t){return l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},l(e,t)}function c(e){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},c(e)}n.d(t,{A:()=>u});const u=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&l(e,t)}(n,e);var t=r(n);function n(e){var a,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),(a=t.call(this,e)).originalRequest=s,a.originalResponse=o,a.causingError=r,null!=r&&(e+=", caused by ".concat(r.toString())),null!=s){var i=s.getHeader("X-Request-ID")||"n/a",l=s.getMethod(),c=s.getURL(),u=o?o.getStatus():"n/a",d=o?o.getBody()||"":"n/a";e+=", originated from request (method: ".concat(l,", url: ").concat(c,", response code: ").concat(u,", response text: ").concat(d,", request id: ").concat(i,")")}return a.message=e,a}return n}(s(Error))},12380:(e,t,n)=>{"use strict";n.d(t,{R:()=>r});var a=!1;function r(e){a&&console.log(e)}},52494:(e,t,n)=>{"use strict";function a(e,t){for(var n=0;nr});var r=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,r;return t=e,(n=[{key:"listAllUploads",value:function(){return Promise.resolve([])}},{key:"findUploadsByFingerprint",value:function(e){return Promise.resolve([])}},{key:"removeUpload",value:function(e){return Promise.resolve()}},{key:"addUpload",value:function(e,t){return Promise.resolve(null)}}])&&a(t.prototype,n),r&&a(t,r),e}()},82701:(e,t,n)=>{"use strict";n.d(t,{A:()=>C});var a=n(49475),r=n(76580),s=n.n(r),o=n(33004),i=n(12380),l=n(17291);function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function u(e){for(var t=1;t1&&["uploadUrl","uploadSize","uploadLengthDeferred"].forEach((function(t){e.options[t]&&e._emitError(new Error("tus: cannot use the ".concat(t," option when parallelUploads is enabled")))})),this.options.fingerprint(t,this.options).then((function(n){return null==n?(0,i.R)("No fingerprint was calculated meaning that the upload cannot be stored in the URL storage."):(0,i.R)("Calculated fingerprint: ".concat(n)),e._fingerprint=n,e._source?e._source:e.options.fileReader.openFile(t,e.options.chunkSize)})).then((function(t){e._source=t,e.options.parallelUploads>1||null!=e._parallelUploadUrls?e._startParallelUpload():e._startSingleUpload()})).catch((function(t){e._emitError(t)}))):this._emitError(new Error("tus: the `retryDelays` option must either be an array or null"))}else this._emitError(new Error("tus: neither an endpoint or an upload URL is provided"));else this._emitError(new Error("tus: no file or stream to upload provided"))}},{key:"_startParallelUpload",value:function(){var t=this,n=this._size=this._source.size,a=0;this._parallelUploads=[];var r=null!=this._parallelUploadUrls?this._parallelUploadUrls.length:this.options.parallelUploads,s=function(e,t,n){for(var a=Math.floor(e/t),r=[],s=0;s1&&"function"==typeof arguments[1])throw new Error("tus: the abort function does not accept a callback since v2 anymore; please use the returned Promise instead");return null!=this._parallelUploads&&this._parallelUploads.forEach((function(e){e.abort(t)})),null!==this._req&&(this._req.abort(),this._source.close()),this._aborted=!0,null!=this._retryTimeout&&(clearTimeout(this._retryTimeout),this._retryTimeout=null),t&&null!=this.url?e.terminate(this.url,this.options).then((function(){return n._removeFromUrlStorage()})):Promise.resolve()}},{key:"_emitHttpError",value:function(e,t,n,a){this._emitError(new o.A(n,a,e,t))}},{key:"_emitError",value:function(e){var t=this;if(!this._aborted){if(null!=this.options.retryDelays&&(null!=this._offset&&this._offset>this._offsetBeforeRetry&&(this._retryAttempt=0),b(e,this._retryAttempt,this.options))){var n=this.options.retryDelays[this._retryAttempt++];return this._offsetBeforeRetry=this._offset,void(this._retryTimeout=setTimeout((function(){t.start()}),n))}if("function"!=typeof this.options.onError)throw e;this.options.onError(e)}}},{key:"_emitSuccess",value:function(){this.options.removeFingerprintOnSuccess&&this._removeFromUrlStorage(),"function"==typeof this.options.onSuccess&&this.options.onSuccess()}},{key:"_emitProgress",value:function(e,t){"function"==typeof this.options.onProgress&&this.options.onProgress(e,t)}},{key:"_emitChunkComplete",value:function(e,t,n){"function"==typeof this.options.onChunkComplete&&this.options.onChunkComplete(e,t,n)}},{key:"_createUpload",value:function(){var e=this;if(this.options.endpoint){var t=this._openRequest("POST",this.options.endpoint);this.options.uploadLengthDeferred?t.setHeader("Upload-Defer-Length",1):t.setHeader("Upload-Length",this._size);var n,a=A(this.options.metadata);""!==a&&t.setHeader("Upload-Metadata",a),this.options.uploadDataDuringCreation&&!this.options.uploadLengthDeferred?(this._offset=0,n=this._addChunkToRequest(t)):n=this._sendRequest(t,null),n.then((function(n){if(h(n.getStatus(),200)){var a=n.getHeader("Location");if(null!=a){if(e.url=v(e.options.endpoint,a),(0,i.R)("Created upload at ".concat(e.url)),"function"==typeof e.options._onUploadUrlAvailable&&e.options._onUploadUrlAvailable(),0===e._size)return e._emitSuccess(),void e._source.close();e._saveUploadInUrlStorage(),e.options.uploadDataDuringCreation?e._handleUploadResponse(t,n):(e._offset=0,e._performUpload())}else e._emitHttpError(t,n,"tus: invalid or missing Location header")}else e._emitHttpError(t,n,"tus: unexpected response while creating upload")})).catch((function(n){e._emitHttpError(t,null,"tus: failed to create upload",n)}))}else this._emitError(new Error("tus: unable to create upload because no endpoint is provided"))}},{key:"_resumeUpload",value:function(){var e=this,t=this._openRequest("HEAD",this.url);this._sendRequest(t,null).then((function(n){var a=n.getStatus();if(!h(a,200))return h(a,400)&&e._removeFromUrlStorage(),423===a?void e._emitHttpError(t,n,"tus: upload is currently locked; retry later"):e.options.endpoint?(e.url=null,void e._createUpload()):void e._emitHttpError(t,n,"tus: unable to resume upload (new upload cannot be created without an endpoint)");var r=parseInt(n.getHeader("Upload-Offset"),10);if(isNaN(r))e._emitHttpError(t,n,"tus: invalid or missing offset value");else{var s=parseInt(n.getHeader("Upload-Length"),10);if(!isNaN(s)||e.options.uploadLengthDeferred){if("function"==typeof e.options._onUploadUrlAvailable&&e.options._onUploadUrlAvailable(),r===s)return e._emitProgress(s,s),void e._emitSuccess();e._offset=r,e._performUpload()}else e._emitHttpError(t,n,"tus: invalid or missing length value")}})).catch((function(n){e._emitHttpError(t,null,"tus: failed to resume upload",n)}))}},{key:"_performUpload",value:function(){var e,t=this;this._aborted||(this.options.overridePatchMethod?(e=this._openRequest("POST",this.url)).setHeader("X-HTTP-Method-Override","PATCH"):e=this._openRequest("PATCH",this.url),e.setHeader("Upload-Offset",this._offset),this._addChunkToRequest(e).then((function(n){h(n.getStatus(),200)?t._handleUploadResponse(e,n):t._emitHttpError(e,n,"tus: unexpected response while uploading chunk")})).catch((function(n){t._aborted||t._emitHttpError(e,null,"tus: failed to upload chunk at offset ".concat(t._offset),n)})))}},{key:"_addChunkToRequest",value:function(e){var t=this,n=this._offset,a=this._offset+this.options.chunkSize;return e.setProgressHandler((function(e){t._emitProgress(n+e,t._size)})),e.setHeader("Content-Type","application/offset+octet-stream"),(a===1/0||a>this._size)&&!this.options.uploadLengthDeferred&&(a=this._size),this._source.slice(n,a).then((function(n){var a=n.value,r=n.done;return t.options.uploadLengthDeferred&&r&&(t._size=t._offset+(a&&a.size?a.size:0),e.setHeader("Upload-Length",t._size)),null===a?t._sendRequest(e):(t._emitProgress(t._offset,t._size),t._sendRequest(e,a))}))}},{key:"_handleUploadResponse",value:function(e,t){var n=parseInt(t.getHeader("Upload-Offset"),10);if(isNaN(n))this._emitHttpError(e,t,"tus: invalid or missing offset value");else{if(this._emitProgress(n,this._size),this._emitChunkComplete(n-this._offset,n,this._size),this._offset=n,n==this._size)return this._emitSuccess(),void this._source.close();this._performUpload()}}},{key:"_openRequest",value:function(e,t){var n=E(e,t,this.options);return this._req=n,n}},{key:"_removeFromUrlStorage",value:function(){var e=this;this._urlStorageKey&&(this._urlStorage.removeUpload(this._urlStorageKey).catch((function(t){e._emitError(t)})),this._urlStorageKey=null)}},{key:"_saveUploadInUrlStorage",value:function(){var e=this;if(this.options.storeFingerprintForResuming&&this._fingerprint){var t={size:this._size,metadata:this.options.metadata,creationTime:(new Date).toString()};this._parallelUploads?t.parallelUploadUrls=this._parallelUploadUrls:t.uploadUrl=this.url,this._urlStorage.addUpload(this._fingerprint,t).then((function(t){return e._urlStorageKey=t})).catch((function(t){e._emitError(t)}))}}},{key:"_sendRequest",value:function(e){return f(e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,this.options)}}],a=[{key:"terminate",value:function(t,n){if(arguments.length>1&&"function"==typeof arguments[arguments.length-1])throw new Error("tus: the terminate function does not accept a callback since v2 anymore; please use the returned Promise instead");void 0===n&&(n={});var a=E("DELETE",t,n);return f(a,null,n).then((function(e){if(204!==e.getStatus())throw new o.A("tus: unexpected response while terminating upload",null,a,e)})).catch((function(r){if(r instanceof o.A||(r=new o.A("tus: failed to terminate upload",r,a,null)),!b(r,0,n))throw r;var s=n.retryDelays[0],i=n.retryDelays.slice(1),l=u({},n,{retryDelays:i});return new Promise((function(e){return setTimeout(e,s)})).then((function(){return e.terminate(t,l)}))}))}}],n&&p(t.prototype,n),a&&p(t,a),e}();function A(e){var t=[];for(var n in e)t.push("".concat(n," ").concat(a.Base64.encode(e[n])));return t.join(",")}function h(e,t){return e>=t&&e=n.retryDelays.length||null==e.originalRequest)return!1;if(n&&"function"==typeof n.onShouldRetry)return n.onShouldRetry(e,t,n);var a,r=e.originalResponse?e.originalResponse.getStatus():0;return(!h(r,400)||409===r||423===r)&&(a=!0,"undefined"!=typeof window&&"navigator"in window&&!1===window.navigator.onLine&&(a=!1),a)}function v(e,t){return new(s())(t,e).toString()}g.defaultOptions=m;const C=g},17291:(e,t,n)=>{"use strict";function a(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"==e?t:3&t|8).toString(16)}))}n.d(t,{A:()=>a})},21644:(e,t,n)=>{"use strict";function a(e){return e.charAt(0).toUpperCase()+e.substr(1)}n.d(t,{R:()=>a})},88415:(e,t,n)=>{"use strict";n.d(t,{l:()=>a});function a(e){return e.toUpperCase()}},76580:(e,t,n)=>{"use strict";var a=n(96811),r=n(24588),s=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,o=/[\n\r\t]/g,i=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,l=/:\d+$/,c=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,u=/^[a-zA-Z]:/;function d(e){return(e||"").toString().replace(s,"")}var p=[["#","hash"],["?","query"],function(e,t){return A(t.protocol)?e.replace(/\\/g,"/"):e},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d*)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],m={hash:1,query:1};function g(e){var t,n=("undefined"!=typeof window||"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).location||{},a={},r=typeof(e=e||n);if("blob:"===e.protocol)a=new E(unescape(e.pathname),{});else if("string"===r)for(t in a=new E(e,{}),m)delete a[t];else if("object"===r){for(t in e)t in m||(a[t]=e[t]);void 0===a.slashes&&(a.slashes=i.test(e.href))}return a}function A(e){return"file:"===e||"ftp:"===e||"http:"===e||"https:"===e||"ws:"===e||"wss:"===e}function h(e,t){e=(e=d(e)).replace(o,""),t=t||{};var n,a=c.exec(e),r=a[1]?a[1].toLowerCase():"",s=!!a[2],i=!!a[3],l=0;return s?i?(n=a[2]+a[3]+a[4],l=a[2].length+a[3].length):(n=a[2]+a[4],l=a[2].length):i?(n=a[3]+a[4],l=a[3].length):n=a[4],"file:"===r?l>=2&&(n=n.slice(2)):A(r)?n=a[4]:r?s&&(n=n.slice(2)):l>=2&&A(t.protocol)&&(n=a[4]),{protocol:r,slashes:s||A(r),slashesCount:l,rest:n}}function E(e,t,n){if(e=(e=d(e)).replace(o,""),!(this instanceof E))return new E(e,t,n);var s,i,l,c,m,f,b=p.slice(),v=typeof t,C=this,k=0;for("object"!==v&&"string"!==v&&(n=t,t=null),n&&"function"!=typeof n&&(n=r.parse),s=!(i=h(e||"",t=g(t))).protocol&&!i.slashes,C.slashes=i.slashes||s&&t.slashes,C.protocol=i.protocol||t.protocol||"",e=i.rest,("file:"===i.protocol&&(2!==i.slashesCount||u.test(e))||!i.slashes&&(i.protocol||i.slashesCount<2||!A(C.protocol)))&&(b[3]=[/(.*)/,"pathname"]);k{"use strict";e.exports=n.p+"images/jetpack-logo-0869ca6c8490d0aaecca.svg"},26076:(e,t,n)=>{"use strict";e.exports=n.p+"images/loader-0855308317756931a4f5.gif"},30081:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-facebook-c8a9715c8b6c8707594f.png"},26818:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-instagram-business-53d4764803db1a7b3cbc.png"},43443:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-linkedin-553fcb77cb734fc8d08f.png"},11326:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-nextdoor-6e76141465483081fde8.png"},65398:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-threads-1c941351fac252724ae7.png"},9791:(e,t,n)=>{"use strict";e.exports=n.p+"images/connections-tumblr-ac23dad7016040416331.png"},26365:(e,t,n)=>{"use strict";e.exports=n.p+"images/dois-66b3f018328e8f585646.jpg"},45329:(e,t,n)=>{"use strict";e.exports=n.p+"images/edge-e1adff73f2dc1c1dc64e.jpg"},9509:(e,t,n)=>{"use strict";e.exports=n.p+"images/fullscreen-21ca1ee2bafcb1c8eb55.jpg"},22417:(e,t,n)=>{"use strict";e.exports=n.p+"images/highway-205f94656e2fcc4aeb86.jpg"},63757:(e,t,n)=>{"use strict";e.exports=n.p+"images/avatar1-e8722a0be8a3a2815ce4.jpg"},94530:(e,t,n)=>{"use strict";e.exports=n.p+"images/avatar2-5c5ad1b19340e0c7a5fd.jpg"},86239:(e,t,n)=>{"use strict";e.exports=n.p+"images/avatar3-5c7c3997fa2aad717819.jpg"},84954:(e,t,n)=>{"use strict";e.exports=n.p+"images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg"},72660:(e,t,n)=>{"use strict";e.exports=n.p+"images/eventbrite-in-page-example-47588367313e644097c9.png"},94739:(e,t,n)=>{"use strict";e.exports=n.p+"images/img-example-after-e2742d7b0f7c7e9157a3.png"},93220:(e,t,n)=>{"use strict";e.exports=n.p+"images/img-example-before-0b3e07296a7ca4bf4187.png"},25836:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-preview-0088ca72fca2cbebe7a4.jpg"},93797:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_black_and_white-a33452734cf5f59eb2f9.jpg"},49364:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_black_and_white_mapkit-50e9383d59f6ad6a44ed.jpg"},77971:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_default-d3a324cdc6ff2f461574.jpg"},98430:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_default_mapkit-0ed10cab18f62edff74e.jpg"},27415:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_satellite-58322e843e983f7397b5.jpg"},72386:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_satellite_mapkit-6062205f7c3804fae12c.jpg"},92747:(e,t,n)=>{"use strict";e.exports=n.p+"images/map-theme_terrain-a408b936442d6d33df07.jpg"},11628:(e,t,n)=>{"use strict";e.exports=n.p+"images/paypal-button-2x-4b3170770abd36302540.png"},96411:(e,t,n)=>{"use strict";e.exports=n.p+"images/paypal-button-185a418796b918a5e24b.png"},96374:(e,t,n)=>{"use strict";e.exports=n.p+"images/slideshow_example-1-27620cbeda003e2c71d1.jpg"},88513:(e,t,n)=>{"use strict";e.exports=n.p+"images/slideshow_example-2-cce21819e376a0c6a174.jpg"},98564:(e,t,n)=>{"use strict";e.exports=n.p+"images/slideshow_example-3-9de0a668f5077bab7ece.jpg"},48734:(e,t,n)=>{"use strict";e.exports=n.p+"images/story_example-1-8d272acaba13e96e3b48.png"},32022:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-1-d2817eb0e669267ab3eb.jpg"},2369:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-2-78fc061b3eff2af1311b.jpg"},24324:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-3-27620cbeda003e2c71d1.jpg"},49263:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-4-cce21819e376a0c6a174.jpg"},76882:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-5-18efa42161dfe5708046.jpg"},86781:(e,t,n)=>{"use strict";e.exports=n.p+"images/tiled-gallery_example-6-bd61852e61001ce631d7.jpg"},40932:(e,t,n)=>{"use strict";e.exports=n.p+"images/videopress-block-example-image-d7dd9fae6ff49181bfca.jpg"},60651:(e,t,n)=>{"use strict";e.exports=n.p+"images/example_160x600-4df685f9bf14f11d9012.png"},26408:(e,t,n)=>{"use strict";e.exports=n.p+"images/example_300x250-9e27534cd219e940abaf.png"},68364:(e,t,n)=>{"use strict";e.exports=n.p+"images/example_320x50-34c171b9cf96506c8fc4.png"},90244:(e,t,n)=>{"use strict";e.exports=n.p+"images/example_728x90-1a8de274d08ab4d07f48.png"},39384:e=>{"use strict";e.exports=window.JetpackConnection},97999:e=>{"use strict";e.exports=window.JetpackScriptDataModule},51609:e=>{"use strict";e.exports=window.React},75795:e=>{"use strict";e.exports=window.ReactDOM},10790:e=>{"use strict";e.exports=window.ReactJSXRuntime},66087:e=>{"use strict";e.exports=window.lodash},76154:e=>{"use strict";e.exports=window.moment},20195:e=>{"use strict";e.exports=window.wp.a11y},1455:e=>{"use strict";e.exports=window.wp.apiFetch},63162:e=>{"use strict";e.exports=window.wp.blob},94715:e=>{"use strict";e.exports=window.wp.blockEditor},75994:e=>{"use strict";e.exports=window.wp.blockSerializationDefaultParser},74997:e=>{"use strict";e.exports=window.wp.blocks},82165:e=>{"use strict";e.exports=window.wp.commands},56427:e=>{"use strict";e.exports=window.wp.components},29491:e=>{"use strict";e.exports=window.wp.compose},3582:e=>{"use strict";e.exports=window.wp.coreData},47143:e=>{"use strict";e.exports=window.wp.data},38443:e=>{"use strict";e.exports=window.wp.date},98490:e=>{"use strict";e.exports=window.wp.domReady},14309:e=>{"use strict";e.exports=window.wp.editPost},43656:e=>{"use strict";e.exports=window.wp.editor},86087:e=>{"use strict";e.exports=window.wp.element},89877:e=>{"use strict";e.exports=window.wp.escapeHtml},52619:e=>{"use strict";e.exports=window.wp.hooks},18537:e=>{"use strict";e.exports=window.wp.htmlEntities},27723:e=>{"use strict";e.exports=window.wp.i18n},48558:e=>{"use strict";e.exports=window.wp.keycodes},16480:e=>{"use strict";e.exports=window.wp.mediaUtils},692:e=>{"use strict";e.exports=window.wp.notices},92279:e=>{"use strict";e.exports=window.wp.plugins},5573:e=>{"use strict";e.exports=window.wp.primitives},50876:e=>{"use strict";e.exports=window.wp.richText},36536:e=>{"use strict";e.exports=window.wp.tokenList},93832:e=>{"use strict";e.exports=window.wp.url},26873:e=>{"use strict";e.exports=window.wp.viewport},48588:e=>{"use strict";e.exports=window.wp.widgets},69446:e=>{"use strict";e.exports=window.wp.wordcount},42305:()=>{},96072:e=>{function t(){return e.exports=t=Object.assign?Object.assign.bind():function(e){for(var t=1;t{e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},13022:(e,t,n)=>{"use strict";function a(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var s=e.length;for(t=0;tr});const r=function(){for(var e,t,n=0,r="",s=arguments.length;n{"use strict";n.d(t,{Gz:()=>h});var a,r=n(25006),s=n(82826),o=n(72485);!function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"}(a||(a={}));var i,l,c;function u(e){return e>=a.ZERO&&e<=a.NINE}function d(e){return e===a.EQUALS||function(e){return e>=a.UPPER_A&&e<=a.UPPER_Z||e>=a.LOWER_A&&e<=a.LOWER_Z||u(e)}(e)}!function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(i||(i={})),function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"}(l||(l={})),function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"}(c||(c={}));class p{constructor(e,t,n){this.decodeTree=e,this.emitCodePoint=t,this.errors=n,this.state=l.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=c.Strict}startEntity(e){this.decodeMode=e,this.state=l.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case l.EntityStart:return e.charCodeAt(t)===a.NUM?(this.state=l.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=l.NamedEntity,this.stateNamedEntity(e,t));case l.NumericStart:return this.stateNumericStart(e,t);case l.NumericDecimal:return this.stateNumericDecimal(e,t);case l.NumericHex:return this.stateNumericHex(e,t);case l.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===a.LOWER_X?(this.state=l.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=l.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,n,a){if(t!==n){const r=n-t;this.result=this.result*Math.pow(a,r)+parseInt(e.substr(t,r),a),this.consumed+=r}}stateNumericHex(e,t){const n=t;for(;t=a.UPPER_A&&r<=a.UPPER_F||r>=a.LOWER_A&&r<=a.LOWER_F)))return this.addToNumericResult(e,n,t,16),this.emitNumericEntity(s,3);t+=1}var r;return this.addToNumericResult(e,n,t,16),-1}stateNumericDecimal(e,t){const n=t;for(;t>14;for(;t>14,0!==s){if(o===a.SEMI)return this.emitNamedEntityData(this.treeIndex,s,this.consumed+this.excess);this.decodeMode!==c.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const{result:t,decodeTree:n}=this,a=(n[t]&i.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,a,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,n){const{decodeTree:a}=this;return this.emitCodePoint(1===t?a[e]&~i.VALUE_LENGTH:a[e+1],n),3===t&&this.emitCodePoint(a[e+2],n),n}end(){var e;switch(this.state){case l.NamedEntity:return 0===this.result||this.decodeMode===c.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case l.NumericDecimal:return this.emitNumericEntity(0,2);case l.NumericHex:return this.emitNumericEntity(0,3);case l.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case l.EntityStart:return 0}}}function m(e){let t="";const n=new p(e,(e=>t+=(0,o.MK)(e)));return function(e,a){let r=0,s=0;for(;(s=e.indexOf("&",s))>=0;){t+=e.slice(r,s),n.startEntity(a);const o=n.write(e,s+1);if(o<0){r=s+n.end();break}r=s+o,s=0===o?r+1:r}const o=t+e.slice(r);return t="",o}}function g(e,t,n,a){const r=(t&i.BRANCH_LENGTH)>>7,s=t&i.JUMP_TABLE;if(0===r)return 0!==s&&a===s?n:-1;if(s){const t=a-s;return t<0||t>=r?-1:e[n+t]-1}let o=n,l=o+r-1;for(;o<=l;){const t=o+l>>>1,n=e[t];if(na))return e[t+r];l=t-1}}return-1}const A=m(r.A);m(s.A);function h(e,t=c.Legacy){return A(e,t)}},72485:(e,t,n)=>{"use strict";var a;n.d(t,{MK:()=>s,y6:()=>o});const r=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),s=null!==(a=String.fromCodePoint)&&void 0!==a?a:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e),t};function o(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=r.get(e))&&void 0!==t?t:e}},97187:(e,t,n)=>{"use strict";n(47431),n(26834)},26834:(e,t,n)=>{"use strict";const a=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]);String.prototype.codePointAt;function r(e,t){return function(n){let a,r=0,s="";for(;a=e.exec(n);)r!==a.index&&(s+=n.substring(r,a.index)),s+=t.get(a[0].charCodeAt(0)),r=a.index+1;return s+n.substring(r)}}r(/[&<>'"]/g,a),r(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),r(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))},25006:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((e=>e.charCodeAt(0))))},82826:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e=>e.charCodeAt(0))))},47431:()=>{"use strict";function e(e){for(let t=1;t{"use strict";n.d(t,{Gz:()=>s.Gz});var a,r,s=n(3175);n(97187),n(26834);!function(e){e[e.XML=0]="XML",e[e.HTML=1]="HTML"}(a||(a={})),function(e){e[e.UTF8=0]="UTF8",e[e.ASCII=1]="ASCII",e[e.Extensive=2]="Extensive",e[e.Attribute=3]="Attribute",e[e.Text=4]="Text"}(r||(r={}))},7237:(e,t,n)=>{"use strict";n.d(t,{A:()=>h});var a=n(30724);function r(e){return Array.prototype.slice.call(arguments,1).forEach((function(t){t&&Object.keys(t).forEach((function(n){e[n]=t[n]}))})),e}function s(e){return Object.prototype.toString.call(e)}function o(e){return"[object Function]"===s(e)}function i(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}const l={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};const c={"http:":{validate:function(e,t,n){const a=e.slice(t);return n.re.http||(n.re.http=new RegExp("^\\/\\/"+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,"i")),n.re.http.test(a)?a.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,t,n){const a=e.slice(t);return n.re.no_http||(n.re.no_http=new RegExp("^"+n.re.src_auth+"(?:localhost|(?:(?:"+n.re.src_domain+")\\.)+"+n.re.src_domain_root+")"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,"i")),n.re.no_http.test(a)?t>=3&&":"===e[t-3]||t>=3&&"/"===e[t-3]?0:a.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,n){const a=e.slice(t);return n.re.mailto||(n.re.mailto=new RegExp("^"+n.re.src_email_name+"@"+n.re.src_host_strict,"i")),n.re.mailto.test(a)?a.match(n.re.mailto)[0].length:0}}},u="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",d="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function p(e){const t=e.re=(0,a.A)(e.__opts__),n=e.__tlds__.slice();function r(e){return e.replace("%TLDS%",t.src_tlds)}e.onCompile(),e.__tlds_replaced__||n.push(u),n.push(t.src_xn),t.src_tlds=n.join("|"),t.email_fuzzy=RegExp(r(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(r(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(r(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(r(t.tpl_host_fuzzy_test),"i");const l=[];function c(e,t){throw new Error('(LinkifyIt) Invalid schema "'+e+'": '+t)}e.__compiled__={},Object.keys(e.__schemas__).forEach((function(t){const n=e.__schemas__[t];if(null===n)return;const a={validate:null,link:null};if(e.__compiled__[t]=a,"[object Object]"===s(n))return!function(e){return"[object RegExp]"===s(e)}(n.validate)?o(n.validate)?a.validate=n.validate:c(t,n):a.validate=function(e){return function(t,n){const a=t.slice(n);return e.test(a)?a.match(e)[0].length:0}}(n.validate),void(o(n.normalize)?a.normalize=n.normalize:n.normalize?c(t,n):a.normalize=function(e,t){t.normalize(e)});!function(e){return"[object String]"===s(e)}(n)?c(t,n):l.push(t)})),l.forEach((function(t){e.__compiled__[e.__schemas__[t]]&&(e.__compiled__[t].validate=e.__compiled__[e.__schemas__[t]].validate,e.__compiled__[t].normalize=e.__compiled__[e.__schemas__[t]].normalize)})),e.__compiled__[""]={validate:null,normalize:function(e,t){t.normalize(e)}};const d=Object.keys(e.__compiled__).filter((function(t){return t.length>0&&e.__compiled__[t]})).map(i).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+d+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+d+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),function(e){e.__index__=-1,e.__text_cache__=""}(e)}function m(e,t){const n=e.__index__,a=e.__last_index__,r=e.__text_cache__.slice(n,a);this.schema=e.__schema__.toLowerCase(),this.index=n+t,this.lastIndex=a+t,this.raw=r,this.text=r,this.url=r}function g(e,t){const n=new m(e,t);return e.__compiled__[n.schema].normalize(n,e),n}function A(e,t){if(!(this instanceof A))return new A(e,t);var n;t||(n=e,Object.keys(n||{}).reduce((function(e,t){return e||l.hasOwnProperty(t)}),!1)&&(t=e,e={})),this.__opts__=r({},l,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=r({},c,e),this.__compiled__={},this.__tlds__=d,this.__tlds_replaced__=!1,this.re={},p(this)}A.prototype.add=function(e,t){return this.__schemas__[e]=t,p(this),this},A.prototype.set=function(e){return this.__opts__=r(this.__opts__,e),this},A.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;let t,n,a,r,s,o,i,l,c;if(this.re.schema_test.test(e))for(i=this.re.schema_search,i.lastIndex=0;null!==(t=i.exec(e));)if(r=this.testSchemaAt(e,t[2],i.lastIndex),r){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+r;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(l=e.search(this.re.host_fuzzy_test),l>=0&&(this.__index__<0||l=0&&null!==(a=e.match(this.re.email_fuzzy))&&(s=a.index+a[1].length,o=a.index+a[0].length,(this.__index__<0||sthis.__last_index__)&&(this.__schema__="mailto:",this.__index__=s,this.__last_index__=o))),this.__index__>=0},A.prototype.pretest=function(e){return this.re.pretest.test(e)},A.prototype.testSchemaAt=function(e,t,n){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,n,this):0},A.prototype.match=function(e){const t=[];let n=0;this.__index__>=0&&this.__text_cache__===e&&(t.push(g(this,n)),n=this.__last_index__);let a=n?e.slice(n):e;for(;this.test(a);)t.push(g(this,n)),a=a.slice(this.__last_index__),n+=this.__last_index__;return t.length?t:null},A.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;const t=this.re.schema_at_start.exec(e);if(!t)return null;const n=this.testSchemaAt(e,t[2],t[0].length);return n?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+n,g(this,0)):null},A.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter((function(e,t,n){return e!==n[t-1]})).reverse(),p(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,p(this),this)},A.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),"mailto:"!==e.schema||/^mailto:/i.test(e.url)||(e.url="mailto:"+e.url)},A.prototype.onCompile=function(){};const h=A},30724:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var a=n(60905),r=n(80786),s=n(3506),o=n(60804);function i(e){const t={};e=e||{},t.src_Any=a.A.source,t.src_Cc=r.A.source,t.src_Z=s.A.source,t.src_P=o.A.source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|");const n="[><|]";return t.src_pseudo_letter="(?:(?![><|]|"+t.src_ZPCc+")"+t.src_Any+")",t.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|[><|]|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+n+"|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]|$)|"+(e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+t.src_ZCc+"|$)|;(?!"+t.src_ZCc+"|$)|\\!+(?!"+t.src_ZCc+"|[!]|$)|\\?(?!"+t.src_ZCc+"|[?]|$))+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy='(^|[><|]|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}},97158:(e,t,n)=>{"use strict";n.d(t,{A:()=>a.A});var a=n(56838)},84384:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]},58105:(e,t,n)=>{"use strict";n.d(t,{l:()=>s,p:()=>o});const a="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",r="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",s=new RegExp("^(?:"+a+"|"+r+"|\x3c!----\x3e|\x3c!--(?:-?[^>-])(?:-?[^-])*--\x3e|<[?][\\s\\S]*?[?]>|]*>|)"),o=new RegExp("^(?:"+a+"|"+r+")")},54439:(e,t,n)=>{"use strict";n.r(t),n.d(t,{arrayReplaceAt:()=>d,assign:()=>u,escapeHtml:()=>y,escapeRE:()=>w,fromCodePoint:()=>m,has:()=>c,isMdAsciiPunct:()=>j,isPunctChar:()=>x,isSpace:()=>_,isString:()=>i,isValidEntityCode:()=>p,isWhiteSpace:()=>I,lib:()=>Q,normalizeReference:()=>S,unescapeAll:()=>f,unescapeMd:()=>E});var a=n(25315),r=n(60804),s=n(68407),o=n(9405);function i(e){return"[object String]"===function(e){return Object.prototype.toString.call(e)}(e)}const l=Object.prototype.hasOwnProperty;function c(e,t){return l.call(e,t)}function u(e){return Array.prototype.slice.call(arguments,1).forEach((function(t){if(t){if("object"!=typeof t)throw new TypeError(t+"must be object");Object.keys(t).forEach((function(n){e[n]=t[n]}))}})),e}function d(e,t,n){return[].concat(e.slice(0,t),n,e.slice(t+1))}function p(e){return!(e>=55296&&e<=57343)&&(!(e>=64976&&e<=65007)&&(!!(65535&~e&&65534!=(65535&e))&&(!(e>=0&&e<=8)&&(11!==e&&(!(e>=14&&e<=31)&&(!(e>=127&&e<=159)&&!(e>1114111)))))))}function m(e){if(e>65535){const t=55296+((e-=65536)>>10),n=56320+(1023&e);return String.fromCharCode(t,n)}return String.fromCharCode(e)}const g=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,A=new RegExp(g.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),h=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function E(e){return e.indexOf("\\")<0?e:e.replace(g,"$1")}function f(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(A,(function(e,t,n){return t||function(e,t){if(35===t.charCodeAt(0)&&h.test(t)){const n="x"===t[1].toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10);return p(n)?m(n):e}const n=(0,o.Gz)(e);return n!==e?n:e}(e,n)}))}const b=/[&<>"]/,v=/[&<>"]/g,C={"&":"&","<":"<",">":">",'"':"""};function k(e){return C[e]}function y(e){return b.test(e)?e.replace(v,k):e}const B=/[.?*+^$[\]\\(){}|-]/g;function w(e){return e.replace(B,"\\$&")}function _(e){switch(e){case 9:case 32:return!0}return!1}function I(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function x(e){return r.A.test(e)}function j(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function S(e){return e=e.trim().replace(/\s+/g," "),"Ṿ"==="ẞ".toLowerCase()&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}const Q={mdurl:a,ucmicro:s}},80016:(e,t,n)=>{"use strict";n.r(t),n.d(t,{parseLinkDestination:()=>r.A,parseLinkLabel:()=>a.A,parseLinkTitle:()=>s.A});var a=n(65739),r=n(39945),s=n(8859)},39945:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n){let r,s=t;const o={ok:!1,pos:0,lines:0,str:""};if(60===e.charCodeAt(s)){for(s++;s32))return o;if(41===r){if(0===i)break;i--}s++}return t===s||0!==i||(o.str=(0,a.unescapeAll)(e.slice(t,s)),o.pos=s,o.ok=!0),o}},65739:(e,t,n)=>{"use strict";function a(e,t,n){let a,r,s,o;const i=e.posMax,l=e.pos;for(e.pos=t+1,a=1;e.posa})},8859:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n){let r,s,o=0,i=t;const l={ok:!1,pos:0,lines:0,str:""};if(i>=n)return l;if(s=e.charCodeAt(i),34!==s&&39!==s&&40!==s)return l;for(i++,40===s&&(s=41);i{"use strict";n.d(t,{A:()=>y});var a=n(54439),r=n(80016),s=n(71455),o=n(55439),i=n(60737),l=n(42813),c=n(7237),u=n(25315),d=n(87072),p=n(69404),m=n(8079),g=n(26881);const A={default:p.A,zero:m.A,commonmark:g.A},h=/^(vbscript|javascript|file|data):/,E=/^data:image\/(gif|png|jpeg|webp);/;function f(e){const t=e.trim().toLowerCase();return!h.test(t)||E.test(t)}const b=["http:","https:","mailto:"];function v(e){const t=u.parse(e,!0);if(t.hostname&&(!t.protocol||b.indexOf(t.protocol)>=0))try{t.hostname=d.Ay.toASCII(t.hostname)}catch(e){}return u.encode(u.format(t))}function C(e){const t=u.parse(e,!0);if(t.hostname&&(!t.protocol||b.indexOf(t.protocol)>=0))try{t.hostname=d.Ay.toUnicode(t.hostname)}catch(e){}return u.decode(u.format(t),u.decode.defaultChars+"%")}function k(e,t){if(!(this instanceof k))return new k(e,t);t||a.isString(e)||(t=e||{},e="default"),this.inline=new l.A,this.block=new i.A,this.core=new o.A,this.renderer=new s.A,this.linkify=new c.A,this.validateLink=f,this.normalizeLink=v,this.normalizeLinkText=C,this.utils=a,this.helpers=a.assign({},r),this.options={},this.configure(e),t&&this.set(t)}k.prototype.set=function(e){return a.assign(this.options,e),this},k.prototype.configure=function(e){const t=this;if(a.isString(e)){const t=e;if(!(e=A[t]))throw new Error('Wrong `markdown-it` preset "'+t+'", check name')}if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach((function(n){e.components[n].rules&&t[n].ruler.enableOnly(e.components[n].rules),e.components[n].rules2&&t[n].ruler2.enableOnly(e.components[n].rules2)})),this},k.prototype.enable=function(e,t){let n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(t){n=n.concat(this[t].ruler.enable(e,!0))}),this),n=n.concat(this.inline.ruler2.enable(e,!0));const a=e.filter((function(e){return n.indexOf(e)<0}));if(a.length&&!t)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+a);return this},k.prototype.disable=function(e,t){let n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(t){n=n.concat(this[t].ruler.disable(e,!0))}),this),n=n.concat(this.inline.ruler2.disable(e,!0));const a=e.filter((function(e){return n.indexOf(e)<0}));if(a.length&&!t)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+a);return this},k.prototype.use=function(e){const t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this},k.prototype.parse=function(e,t){if("string"!=typeof e)throw new Error("Input data should be a String");const n=new this.core.State(e,this,t);return this.core.process(n),n.tokens},k.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)},k.prototype.parseInline=function(e,t){const n=new this.core.State(e,this,t);return n.inlineMode=!0,this.core.process(n),n.tokens},k.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)};const y=k},60737:(e,t,n)=>{"use strict";n.d(t,{A:()=>f});var a=n(79358),r=n(52961),s=n(20712),o=n(47103),i=n(36283),l=n(97537),c=n(79062),u=n(25792),d=n(43863),p=n(72577),m=n(13318),g=n(94206),A=n(94970);const h=[["table",s.A,["paragraph","reference"]],["code",o.A],["fence",i.A,["paragraph","reference","blockquote","list"]],["blockquote",l.A,["paragraph","reference","blockquote","list"]],["hr",c.A,["paragraph","reference","blockquote","list"]],["list",u.A,["paragraph","reference","blockquote"]],["reference",d.A],["html_block",p.A,["paragraph","reference","blockquote"]],["heading",m.A,["paragraph","reference","blockquote"]],["lheading",g.A],["paragraph",A.A]];function E(){this.ruler=new a.A;for(let e=0;e=n))&&!(e.sCount[o]=s){e.line=n;break}const t=e.line;let l=!1;for(let s=0;s=e.line)throw new Error("block rule didn't increment state.line");break}if(!l)throw new Error("none of the block rules matched");e.tight=!i,e.isEmpty(e.line-1)&&(i=!0),o=e.line,o{"use strict";n.d(t,{A:()=>g});var a=n(79358),r=n(37569),s=n(2699),o=n(79417),i=n(85189),l=n(96084),c=n(48541),u=n(55834),d=n(11242);const p=[["normalize",s.A],["block",o.A],["inline",i.A],["linkify",l.A],["replacements",c.A],["smartquotes",u.A],["text_join",d.A]];function m(){this.ruler=new a.A;for(let e=0;e{"use strict";n.d(t,{A:()=>k});var a=n(79358),r=n(60057),s=n(68597),o=n(44938),i=n(94076),l=n(17785),c=n(38797),u=n(50925),d=n(62206),p=n(22128),m=n(74427),g=n(85469),A=n(7105),h=n(41517),E=n(76014),f=n(70322);const b=[["text",s.A],["linkify",o.A],["newline",i.A],["escape",l.A],["backticks",c.A],["strikethrough",u.A.tokenize],["emphasis",d.A.tokenize],["link",p.A],["image",m.A],["autolink",g.A],["html_inline",A.A],["entity",h.A]],v=[["balance_pairs",E.A],["strikethrough",u.A.postProcess],["emphasis",d.A.postProcess],["fragments_join",f.A]];function C(){this.ruler=new a.A;for(let e=0;e=e.pos)throw new Error("inline rule didn't increment state.pos");break}}else e.pos=e.posMax;o||e.pos++,s[t]=e.pos},C.prototype.tokenize=function(e){const t=this.ruler.getRules(""),n=t.length,a=e.posMax,r=e.md.options.maxNesting;for(;e.pos=e.pos)throw new Error("inline rule didn't increment state.pos");break}if(o){if(e.pos>=a)break}else e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},C.prototype.parse=function(e,t,n,a){const r=new this.State(e,t,n,a);this.tokenize(r);const s=this.ruler2.getRules(""),o=s.length;for(let e=0;e{"use strict";n.d(t,{A:()=>a});const a={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}}},69404:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}}},8079:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}}},71455:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(54439);const r={};function s(){this.rules=(0,a.assign)({},r)}r.code_inline=function(e,t,n,r,s){const o=e[t];return""+(0,a.escapeHtml)(o.content)+""},r.code_block=function(e,t,n,r,s){const o=e[t];return""+(0,a.escapeHtml)(e[t].content)+"\n"},r.fence=function(e,t,n,r,s){const o=e[t],i=o.info?(0,a.unescapeAll)(o.info).trim():"";let l,c="",u="";if(i){const e=i.split(/(\s+)/g);c=e[0],u=e.slice(2).join("")}if(l=n.highlight&&n.highlight(o.content,c,u)||(0,a.escapeHtml)(o.content),0===l.indexOf("${l}\n`}return`
    ${l}
    \n`},r.image=function(e,t,n,a,r){const s=e[t];return s.attrs[s.attrIndex("alt")][1]=r.renderInlineAsText(s.children,n,a),r.renderToken(e,t,n)},r.hardbreak=function(e,t,n){return n.xhtmlOut?"
    \n":"
    \n"},r.softbreak=function(e,t,n){return n.breaks?n.xhtmlOut?"
    \n":"
    \n":"\n"},r.text=function(e,t){return(0,a.escapeHtml)(e[t].content)},r.html_block=function(e,t){return e[t].content},r.html_inline=function(e,t){return e[t].content},s.prototype.renderAttrs=function(e){let t,n,r;if(!e.attrs)return"";for(r="",t=0,n=e.attrs.length;t\n":">",r},s.prototype.renderInline=function(e,t,n){let a="";const r=this.rules;for(let s=0,o=e.length;s{"use strict";function a(){this.__rules__=[],this.__cache__=null}n.d(t,{A:()=>r}),a.prototype.__find__=function(e){for(let t=0;t{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n,r){let s=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];const i=e.lineMax;if(e.sCount[t]-e.blkIndent>=4)return!1;if(62!==e.src.charCodeAt(s))return!1;if(r)return!0;const l=[],c=[],u=[],d=[],p=e.md.block.ruler.getRules("blockquote"),m=e.parentType;e.parentType="blockquote";let g,A=!1;for(g=t;g=o)break;if(62===e.src.charCodeAt(s++)&&!t){let t,n,r=e.sCount[g]+1;32===e.src.charCodeAt(s)?(s++,r++,n=!1,t=!0):9===e.src.charCodeAt(s)?(t=!0,(e.bsCount[g]+r)%4==3?(s++,r++,n=!1):n=!0):t=!1;let i=r;for(l.push(e.bMarks[g]),e.bMarks[g]=s;s=o,c.push(e.bsCount[g]),e.bsCount[g]=e.sCount[g]+1+(t?1:0),u.push(e.sCount[g]),e.sCount[g]=i-r,d.push(e.tShift[g]),e.tShift[g]=s-e.bMarks[g];continue}if(A)break;let r=!1;for(let t=0,a=p.length;t";const f=[t,0];E.map=f,e.md.block.tokenize(e,t,g);e.push("blockquote_close","blockquote",-1).markup=">",e.lineMax=i,e.parentType=m,f[1]=e.line;for(let n=0;n{"use strict";function a(e,t,n){if(e.sCount[t]-e.blkIndent<4)return!1;let a=t+1,r=a;for(;a=4))break;a++,r=a}e.line=r;const s=e.push("code_block","code",0);return s.content=e.getLines(t,r,4+e.blkIndent,!1)+"\n",s.map=[t,e.line],!0}n.d(t,{A:()=>a})},36283:(e,t,n)=>{"use strict";function a(e,t,n,a){let r=e.bMarks[t]+e.tShift[t],s=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(r+3>s)return!1;const o=e.src.charCodeAt(r);if(126!==o&&96!==o)return!1;let i=r;r=e.skipChars(r,o);let l=r-i;if(l<3)return!1;const c=e.src.slice(i,r),u=e.src.slice(r,s);if(96===o&&u.indexOf(String.fromCharCode(o))>=0)return!1;if(a)return!0;let d=t,p=!1;for(;(d++,!(d>=n))&&(r=i=e.bMarks[d]+e.tShift[d],s=e.eMarks[d],!(r=4||(r=e.skipChars(r,o),r-ia})},13318:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n,r){let s=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let i=e.src.charCodeAt(s);if(35!==i||s>=o)return!1;let l=1;for(i=e.src.charCodeAt(++s);35===i&&s6||ss&&(0,a.isSpace)(e.src.charCodeAt(c-1))&&(o=c),e.line=t+1;const u=e.push("heading_open","h"+String(l),1);u.markup="########".slice(0,l),u.map=[t,e.line];const d=e.push("inline","",0);d.content=e.src.slice(s,o).trim(),d.map=[t,e.line],d.children=[];return e.push("heading_close","h"+String(l),-1).markup="########".slice(0,l),!0}},79062:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n,r){const s=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let o=e.bMarks[t]+e.tShift[t];const i=e.src.charCodeAt(o++);if(42!==i&&45!==i&&95!==i)return!1;let l=1;for(;o{"use strict";n.d(t,{A:()=>o});var a=n(84384),r=n(58105);const s=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^/,!0],[/^<\?/,/\?>/,!0],[/^/,!0],[/^/,!0],[new RegExp("^|$))","i"),/^$/,!0],[new RegExp(r.p.source+"\\s*$"),/^$/,!1]];function o(e,t,n,a){let r=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(!e.md.options.html)return!1;if(60!==e.src.charCodeAt(r))return!1;let i=e.src.slice(r,o),l=0;for(;l{"use strict";function a(e,t,n){const a=e.md.block.ruler.getRules("paragraph");if(e.sCount[t]-e.blkIndent>=4)return!1;const r=e.parentType;e.parentType="paragraph";let s,o=0,i=t+1;for(;i3)continue;if(e.sCount[i]>=e.blkIndent){let t=e.bMarks[i]+e.tShift[i];const n=e.eMarks[i];if(t=n))){o=61===s?1:2;break}}if(e.sCount[i]<0)continue;let t=!1;for(let r=0,s=a.length;ra})},25792:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(54439);function r(e,t){const n=e.eMarks[t];let r=e.bMarks[t]+e.tShift[t];const s=e.src.charCodeAt(r++);if(42!==s&&45!==s&&43!==s)return-1;if(r=r)return-1;let o=e.src.charCodeAt(s++);if(o<48||o>57)return-1;for(;;){if(s>=r)return-1;if(o=e.src.charCodeAt(s++),!(o>=48&&o<=57)){if(41===o||46===o)break;return-1}if(s-n>=10)return-1}return s=4)return!1;if(e.listIndent>=0&&e.sCount[u]-e.listIndent>=4&&e.sCount[u]=e.blkIndent&&(A=!0),(g=s(e,u))>=0){if(p=!0,l=e.bMarks[u]+e.tShift[u],m=Number(e.src.slice(l,g-1)),A&&1!==m)return!1}else{if(!((g=r(e,u))>=0))return!1;p=!1}if(A&&e.skipSpaces(g)>=e.eMarks[u])return!1;if(a)return!0;const h=e.src.charCodeAt(g-1),E=e.tokens.length;p?(c=e.push("ordered_list_open","ol",1),1!==m&&(c.attrs=[["start",m]])):c=e.push("bullet_list_open","ul",1);const f=[u,0];c.map=f,c.markup=String.fromCharCode(h);let b=!1;const v=e.md.block.ruler.getRules("list"),C=e.parentType;for(e.parentType="list";u=o?1:a-t,A>4&&(A=1);const E=t+A;c=e.push("list_item_open","li",1),c.markup=String.fromCharCode(h);const f=[u,0];c.map=f,p&&(c.info=e.src.slice(l,g-1));const C=e.tight,k=e.tShift[u],y=e.sCount[u],B=e.listIndent;if(e.listIndent=e.blkIndent,e.blkIndent=E,e.tight=!0,e.tShift[u]=m-e.bMarks[u],e.sCount[u]=a,m>=o&&e.isEmpty(u+1)?e.line=Math.min(e.line+2,n):e.md.block.tokenize(e,u,n,!0),e.tight&&!b||(d=!1),b=e.line-u>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=B,e.tShift[u]=k,e.sCount[u]=y,e.tight=C,c=e.push("list_item_close","li",-1),c.markup=String.fromCharCode(h),u=e.line,f[1]=u,u>=n)break;if(e.sCount[u]=4)break;let w=!1;for(let t=0,a=v.length;t{"use strict";function a(e,t,n){const a=e.md.block.ruler.getRules("paragraph"),r=e.parentType;let s=t+1;for(e.parentType="paragraph";s3)continue;if(e.sCount[s]<0)continue;let t=!1;for(let r=0,o=a.length;ra})},43863:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t,n,r){let s=0,o=e.bMarks[t]+e.tShift[t],i=e.eMarks[t],l=t+1;if(e.sCount[t]-e.blkIndent>=4)return!1;if(91!==e.src.charCodeAt(o))return!1;for(;++o3)continue;if(e.sCount[l]<0)continue;let t=!1;for(let n=0,a=u.length;n{"use strict";n.d(t,{A:()=>o});var a=n(57997),r=n(54439);function s(e,t,n,a){this.src=e,this.md=t,this.env=n,this.tokens=a,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0;const s=this.src;for(let e=0,t=0,n=0,a=0,o=s.length,i=!1;t0&&this.level++,this.tokens.push(r),r},s.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},s.prototype.skipEmptyLines=function(e){for(let t=this.lineMax;et;)if(!(0,r.isSpace)(this.src.charCodeAt(--e)))return e+1;return e},s.prototype.skipChars=function(e,t){for(let n=this.src.length;en;)if(t!==this.src.charCodeAt(--e))return e+1;return e},s.prototype.getLines=function(e,t,n,a){if(e>=t)return"";const s=new Array(t-e);for(let o=0,i=e;in?new Array(e-n+1).join(" ")+this.src.slice(u,c):this.src.slice(u,c)}return s.join("")},s.prototype.Token=a.A;const o=s},20712:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var a=n(54439);function r(e,t){const n=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];return e.src.slice(n,a)}function s(e){const t=[],n=e.length;let a=0,r=e.charCodeAt(a),s=!1,o=0,i="";for(;an)return!1;let i=t+1;if(e.sCount[i]=4)return!1;let l=e.bMarks[i]+e.tShift[i];if(l>=e.eMarks[i])return!1;const c=e.src.charCodeAt(l++);if(124!==c&&45!==c&&58!==c)return!1;if(l>=e.eMarks[i])return!1;const u=e.src.charCodeAt(l++);if(124!==u&&45!==u&&58!==u&&!(0,a.isSpace)(u))return!1;if(45===c&&(0,a.isSpace)(u))return!1;for(;l=4)return!1;p=s(d),p.length&&""===p[0]&&p.shift(),p.length&&""===p[p.length-1]&&p.pop();const g=p.length;if(0===g||g!==m.length)return!1;if(o)return!0;const A=e.parentType;e.parentType="table";const h=e.md.block.ruler.getRules("blockquote"),E=[t,0];e.push("table_open","table",1).map=E;e.push("thead_open","thead",1).map=[t,t+1];e.push("tr_open","tr",1).map=[t,t+1];for(let t=0;t=4)break;if(p=s(d),p.length&&""===p[0]&&p.shift(),p.length&&""===p[p.length-1]&&p.pop(),i===t+2){e.push("tbody_open","tbody",1).map=f=[t+2,0]}e.push("tr_open","tr",1).map=[i,i+1];for(let t=0;t{"use strict";function a(e){let t;e.inlineMode?(t=new e.Token("inline","",0),t.content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}n.d(t,{A:()=>a})},85189:(e,t,n)=>{"use strict";function a(e){const t=e.tokens;for(let n=0,a=t.length;na})},96084:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(54439);function r(e){return/^<\/a\s*>/i.test(e)}function s(e){const t=e.tokens;var n;if(e.md.options.linkify)for(let s=0,o=t.length;s=0;l--){const c=o[l];if("link_close"!==c.type){if("html_inline"===c.type&&(n=c.content,/^\s]/i.test(n)&&i>0&&i--,r(c.content)&&i++),!(i>0)&&"text"===c.type&&e.md.linkify.test(c.content)){const n=c.content;let r=e.md.linkify.match(n);const i=[];let u=c.level,d=0;r.length>0&&0===r[0].index&&l>0&&"text_special"===o[l-1].type&&(r=r.slice(1));for(let t=0;td){const t=new e.Token("text","",0);t.content=n.slice(d,l),t.level=u,i.push(t)}const c=new e.Token("link_open","a",1);c.attrs=[["href",s]],c.level=u++,c.markup="linkify",c.info="auto",i.push(c);const p=new e.Token("text","",0);p.content=o,p.level=u,i.push(p);const m=new e.Token("link_close","a",-1);m.level=--u,m.markup="linkify",m.info="auto",i.push(m),d=r[t].lastIndex}if(d{"use strict";n.d(t,{A:()=>s});const a=/\r\n?|\n/g,r=/\0/g;function s(e){let t;t=e.src.replace(a,"\n"),t=t.replace(r,"�"),e.src=t}},48541:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});const a=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,r=/\((c|tm|r)\)/i,s=/\((c|tm|r)\)/gi,o={c:"©",r:"®",tm:"™"};function i(e,t){return o[t.toLowerCase()]}function l(e){let t=0;for(let n=e.length-1;n>=0;n--){const a=e[n];"text"!==a.type||t||(a.content=a.content.replace(s,i)),"link_open"===a.type&&"auto"===a.info&&t--,"link_close"===a.type&&"auto"===a.info&&t++}}function c(e){let t=0;for(let n=e.length-1;n>=0;n--){const r=e[n];"text"!==r.type||t||a.test(r.content)&&(r.content=r.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1—").replace(/(^|\s)--(?=\s|$)/gm,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1–")),"link_open"===r.type&&"auto"===r.info&&t--,"link_close"===r.type&&"auto"===r.info&&t++}}function u(e){let t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)"inline"===e.tokens[t].type&&(r.test(e.tokens[t].content)&&l(e.tokens[t].children),a.test(e.tokens[t].content)&&c(e.tokens[t].children))}},55834:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var a=n(54439);const r=/['"]/,s=/['"]/g,o="’";function i(e,t,n){return e.slice(0,t)+n+e.slice(t+1)}function l(e,t){let n;const r=[];for(let l=0;l=0&&!(r[n].level<=u);n--);if(r.length=n+1,"text"!==c.type)continue;let d=c.content,p=0,m=d.length;e:for(;p=0)f=d.charCodeAt(g.index-1);else for(n=l-1;n>=0&&("softbreak"!==e[n].type&&"hardbreak"!==e[n].type);n--)if(e[n].content){f=e[n].content.charCodeAt(e[n].content.length-1);break}let b=32;if(p=48&&f<=57&&(h=A=!1),A&&h&&(A=v,h=C),A||h){if(h)for(n=r.length-1;n>=0;n--){let a=r[n];if(r[n].level=0;t--)"inline"===e.tokens[t].type&&r.test(e.tokens[t].content)&&l(e.tokens[t].children,e)}},37569:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(57997);function r(e,t,n){this.src=e,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=t}r.prototype.Token=a.A;const s=r},11242:(e,t,n)=>{"use strict";function a(e){let t,n;const a=e.tokens,r=a.length;for(let e=0;ea})},85469:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});const a=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,r=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;function s(e,t){let n=e.pos;if(60!==e.src.charCodeAt(n))return!1;const s=e.pos,o=e.posMax;for(;;){if(++n>=o)return!1;const t=e.src.charCodeAt(n);if(60===t)return!1;if(62===t)break}const i=e.src.slice(s+1,n);if(r.test(i)){const n=e.md.normalizeLink(i);if(!e.md.validateLink(n))return!1;if(!t){const t=e.push("link_open","a",1);t.attrs=[["href",n]],t.markup="autolink",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(i);const a=e.push("link_close","a",-1);a.markup="autolink",a.info="auto"}return e.pos+=i.length+2,!0}if(a.test(i)){const n=e.md.normalizeLink("mailto:"+i);if(!e.md.validateLink(n))return!1;if(!t){const t=e.push("link_open","a",1);t.attrs=[["href",n]],t.markup="autolink",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(i);const a=e.push("link_close","a",-1);a.markup="autolink",a.info="auto"}return e.pos+=i.length+2,!0}return!1}},38797:(e,t,n)=>{"use strict";function a(e,t){let n=e.pos;if(96!==e.src.charCodeAt(n))return!1;const a=n;n++;const r=e.posMax;for(;na})},76014:(e,t,n)=>{"use strict";function a(e){const t={},n=e.length;if(!n)return;let a=0,r=-2;const s=[];for(let o=0;oi;l-=s[l]+1){const t=e[l];if(t.marker===n.marker&&(t.open&&t.end<0)){let a=!1;if((t.close||n.open)&&(t.length+n.length)%3==0&&(t.length%3==0&&n.length%3==0||(a=!0)),!a){const a=l>0&&!e[l-1].open?s[l-1]+1:0;s[o]=o-l+a,s[l]=a,n.open=!1,t.end=o,t.close=!1,c=-1,r=-2;break}}}-1!==c&&(t[n.marker][(n.open?3:0)+(n.length||0)%3]=c)}}function r(e){const t=e.tokens_meta,n=e.tokens_meta.length;a(e.delimiters);for(let e=0;er})},62206:(e,t,n)=>{"use strict";function a(e,t){for(let n=t.length-1;n>=0;n--){const a=t[n];if(95!==a.marker&&42!==a.marker)continue;if(-1===a.end)continue;const r=t[a.end],s=n>0&&t[n-1].end===a.end+1&&t[n-1].marker===a.marker&&t[n-1].token===a.token-1&&t[a.end+1].token===r.token+1,o=String.fromCharCode(a.marker),i=e.tokens[a.token];i.type=s?"strong_open":"em_open",i.tag=s?"strong":"em",i.nesting=1,i.markup=s?o+o:o,i.content="";const l=e.tokens[r.token];l.type=s?"strong_close":"em_close",l.tag=s?"strong":"em",l.nesting=-1,l.markup=s?o+o:o,l.content="",s&&(e.tokens[t[n-1].token].content="",e.tokens[t[a.end+1].token].content="",n--)}}n.d(t,{A:()=>r});const r={tokenize:function(e,t){const n=e.pos,a=e.src.charCodeAt(n);if(t)return!1;if(95!==a&&42!==a)return!1;const r=e.scanDelims(e.pos,42===a);for(let t=0;t{"use strict";n.d(t,{A:()=>i});var a=n(9405),r=n(54439);const s=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,o=/^&([a-z][a-z0-9]{1,31});/i;function i(e,t){const n=e.pos,i=e.posMax;if(38!==e.src.charCodeAt(n))return!1;if(n+1>=i)return!1;if(35===e.src.charCodeAt(n+1)){const a=e.src.slice(n).match(s);if(a){if(!t){const t="x"===a[1][0].toLowerCase()?parseInt(a[1].slice(1),16):parseInt(a[1],10),n=e.push("text_special","",0);n.content=(0,r.isValidEntityCode)(t)?(0,r.fromCodePoint)(t):(0,r.fromCodePoint)(65533),n.markup=a[0],n.info="entity"}return e.pos+=a[0].length,!0}}else{const r=e.src.slice(n).match(o);if(r){const n=(0,a.Gz)(r[0]);if(n!==r[0]){if(!t){const t=e.push("text_special","",0);t.content=n,t.markup=r[0],t.info="entity"}return e.pos+=r[0].length,!0}}}return!1}},17785:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var a=n(54439);const r=[];for(let e=0;e<256;e++)r.push(0);function s(e,t){let n=e.pos;const s=e.posMax;if(92!==e.src.charCodeAt(n))return!1;if(n++,n>=s)return!1;let o=e.src.charCodeAt(n);if(10===o){for(t||e.push("hardbreak","br",0),n++;n=55296&&o<=56319&&n+1=56320&&t<=57343&&(i+=e.src[n+1],n++)}const l="\\"+i;if(!t){const t=e.push("text_special","",0);o<256&&0!==r[o]?t.content=i:t.content=l,t.markup=l,t.info="escape"}return e.pos=n+1,!0}"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach((function(e){r[e.charCodeAt(0)]=1}))},70322:(e,t,n)=>{"use strict";function a(e){let t,n,a=0;const r=e.tokens,s=e.tokens.length;for(t=n=0;t0&&a++,"text"===r[t].type&&t+1a})},7105:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(58105);function r(e,t){if(!e.md.options.html)return!1;const n=e.posMax,r=e.pos;if(60!==e.src.charCodeAt(r)||r+2>=n)return!1;const s=e.src.charCodeAt(r+1);if(33!==s&&63!==s&&47!==s&&!function(e){const t=32|e;return t>=97&&t<=122}(s))return!1;const o=e.src.slice(r).match(a.l);if(!o)return!1;if(!t){const t=e.push("html_inline","",0);t.content=o[0],i=t.content,/^\s]/i.test(i)&&e.linkLevel++,function(e){return/^<\/a\s*>/i.test(e)}(t.content)&&e.linkLevel--}var i;return e.pos+=o[0].length,!0}},74427:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t){let n,r,s,o,i,l,c,u,d="";const p=e.pos,m=e.posMax;if(33!==e.src.charCodeAt(e.pos))return!1;if(91!==e.src.charCodeAt(e.pos+1))return!1;const g=e.pos+2,A=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(A<0)return!1;if(o=A+1,o=m)return!1;for(u=o,l=e.md.helpers.parseLinkDestination(e.src,o,e.posMax),l.ok&&(d=e.md.normalizeLink(l.str),e.md.validateLink(d)?o=l.pos:d=""),u=o;o=m||41!==e.src.charCodeAt(o))return e.pos=p,!1;o++}else{if(void 0===e.env.references)return!1;if(o=0?s=e.src.slice(u,o++):o=A+1):o=A+1,s||(s=e.src.slice(g,A)),i=e.env.references[(0,a.normalizeReference)(s)],!i)return e.pos=p,!1;d=i.href,c=i.title}if(!t){r=e.src.slice(g,A);const t=[];e.md.inline.parse(r,e.md,e.env,t);const n=e.push("image","img",0),a=[["src",d],["alt",""]];n.attrs=a,n.children=t,n.content=r,c&&a.push(["title",c])}return e.pos=o,e.posMax=m,!0}},22128:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t){let n,r,s,o,i="",l="",c=e.pos,u=!0;if(91!==e.src.charCodeAt(e.pos))return!1;const d=e.pos,p=e.posMax,m=e.pos+1,g=e.md.helpers.parseLinkLabel(e,e.pos,!0);if(g<0)return!1;let A=g+1;if(A=p)return!1;if(c=A,s=e.md.helpers.parseLinkDestination(e.src,A,e.posMax),s.ok){for(i=e.md.normalizeLink(s.str),e.md.validateLink(i)?A=s.pos:i="",c=A;A=p||41!==e.src.charCodeAt(A))&&(u=!0),A++}if(u){if(void 0===e.env.references)return!1;if(A=0?r=e.src.slice(c,A++):A=g+1):A=g+1,r||(r=e.src.slice(m,g)),o=e.env.references[(0,a.normalizeReference)(r)],!o)return e.pos=d,!1;i=o.href,l=o.title}if(!t){e.pos=m,e.posMax=g;const t=[["href",i]];e.push("link_open","a",1).attrs=t,l&&t.push(["title",l]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push("link_close","a",-1)}return e.pos=A,e.posMax=p,!0}},44938:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const a=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;function r(e,t){if(!e.md.options.linkify)return!1;if(e.linkLevel>0)return!1;const n=e.pos;if(n+3>e.posMax)return!1;if(58!==e.src.charCodeAt(n))return!1;if(47!==e.src.charCodeAt(n+1))return!1;if(47!==e.src.charCodeAt(n+2))return!1;const r=e.pending.match(a);if(!r)return!1;const s=r[1],o=e.md.linkify.matchAtStart(e.src.slice(n-s.length));if(!o)return!1;let i=o.url;if(i.length<=s.length)return!1;i=i.replace(/\*+$/,"");const l=e.md.normalizeLink(i);if(!e.md.validateLink(l))return!1;if(!t){e.pending=e.pending.slice(0,-s.length);const t=e.push("link_open","a",1);t.attrs=[["href",l]],t.markup="linkify",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(i);const n=e.push("link_close","a",-1);n.markup="linkify",n.info="auto"}return e.pos+=i.length-s.length,!0}},94076:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});var a=n(54439);function r(e,t){let n=e.pos;if(10!==e.src.charCodeAt(n))return!1;const r=e.pending.length-1,s=e.posMax;if(!t)if(r>=0&&32===e.pending.charCodeAt(r))if(r>=1&&32===e.pending.charCodeAt(r-1)){let t=r-1;for(;t>=1&&32===e.pending.charCodeAt(t-1);)t--;e.pending=e.pending.slice(0,t),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(n++;n{"use strict";n.d(t,{A:()=>o});var a=n(57997),r=n(54439);function s(e,t,n,a){this.src=e,this.env=n,this.md=t,this.tokens=a,this.tokens_meta=Array(a.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}s.prototype.pushPending=function(){const e=new a.A("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e},s.prototype.push=function(e,t,n){this.pending&&this.pushPending();const r=new a.A(e,t,n);let s=null;return n<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),r.level=this.level,n>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],s={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(r),this.tokens_meta.push(s),r},s.prototype.scanDelims=function(e,t){let n,a,s=!0,o=!0;const i=this.posMax,l=this.src.charCodeAt(e),c=e>0?this.src.charCodeAt(e-1):32;let u=e;for(;u{"use strict";function a(e,t){let n;const a=[],r=t.length;for(let s=0;sr});const r={tokenize:function(e,t){const n=e.pos,a=e.src.charCodeAt(n);if(t)return!1;if(126!==a)return!1;const r=e.scanDelims(e.pos,!0);let s=r.length;const o=String.fromCharCode(a);if(s<2)return!1;let i;s%2&&(i=e.push("text","",0),i.content=o,s--);for(let t=0;t{"use strict";function a(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}function r(e,t){let n=e.pos;for(;nr})},57997:(e,t,n)=>{"use strict";function a(e,t,n){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=n,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}n.d(t,{A:()=>r}),a.prototype.attrIndex=function(e){if(!this.attrs)return-1;const t=this.attrs;for(let n=0,a=t.length;n=0&&(n=this.attrs[t][1]),n},a.prototype.attrJoin=function(e,t){const n=this.attrIndex(e);n<0?this.attrPush([e,t]):this.attrs[n][1]=this.attrs[n][1]+" "+t};const r=a},25315:(e,t,n)=>{"use strict";n.r(t),n.d(t,{decode:()=>a.A,encode:()=>r.A,format:()=>s.A,parse:()=>o.A});var a=n(51227),r=n(10963),s=n(5840),o=n(26786)},51227:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});const a={};function r(e,t){"string"!=typeof t&&(t=r.defaultChars);const n=function(e){let t=a[e];if(t)return t;t=a[e]=[];for(let e=0;e<128;e++){const n=String.fromCharCode(e);t.push(n)}for(let n=0;n=55296&&e<=57343?"���":String.fromCharCode(e),a+=6;continue}}if(240==(248&s)&&a+91114111?t+="����":(e-=65536,t+=String.fromCharCode(55296+(e>>10),56320+(1023&e))),a+=9;continue}}t+="�"}}return t}))}r.defaultChars=";/?:@&=+$,#",r.componentChars="";const s=r},10963:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});const a={};function r(e,t,n){"string"!=typeof t&&(n=t,t=r.defaultChars),void 0===n&&(n=!0);const s=function(e){let t=a[e];if(t)return t;t=a[e]=[];for(let e=0;e<128;e++){const n=String.fromCharCode(e);/^[0-9a-z]$/i.test(n)?t.push(n):t.push("%"+("0"+e.toString(16).toUpperCase()).slice(-2))}for(let n=0;n=55296&&r<=57343){if(r>=55296&&r<=56319&&t+1=56320&&n<=57343){o+=encodeURIComponent(e[t]+e[t+1]),t++;continue}}o+="%EF%BF%BD"}else o+=encodeURIComponent(e[t])}return o}r.defaultChars=";/?:@&=+$,-_.!~*'()#",r.componentChars="-_.!~*'()";const s=r},5840:(e,t,n)=>{"use strict";function a(e){let t="";return t+=e.protocol||"",t+=e.slashes?"//":"",t+=e.auth?e.auth+"@":"",e.hostname&&-1!==e.hostname.indexOf(":")?t+="["+e.hostname+"]":t+=e.hostname||"",t+=e.port?":"+e.port:"",t+=e.pathname||"",t+=e.search||"",t+=e.hash||"",t}n.d(t,{A:()=>a})},26786:(e,t,n)=>{"use strict";function a(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}n.d(t,{A:()=>A});const r=/^([a-z0-9.+-]+:)/i,s=/:[0-9]*$/,o=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,i=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),l=["'"].concat(i),c=["%","/","?",";","#"].concat(l),u=["/","?","#"],d=/^[+a-z0-9A-Z_-]{0,63}$/,p=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,m={javascript:!0,"javascript:":!0},g={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};a.prototype.parse=function(e,t){let n,a,s,i=e;if(i=i.trim(),!t&&1===e.split("#").length){const e=o.exec(i);if(e)return this.pathname=e[1],e[2]&&(this.search=e[2]),this}let l=r.exec(i);if(l&&(l=l[0],n=l.toLowerCase(),this.protocol=l,i=i.substr(l.length)),(t||l||i.match(/^\/\/[^@\/]+@[^@\/]+/))&&(s="//"===i.substr(0,2),!s||l&&m[l]||(i=i.substr(2),this.slashes=!0)),!m[l]&&(s||l&&!g[l])){let e,t,n=-1;for(let e=0;e127?a+="x":a+=n[e];if(!a.match(d)){const a=e.slice(0,t),r=e.slice(t+1),s=n.match(p);s&&(a.push(s[1]),r.unshift(s[2])),r.length&&(i=r.join(".")+i),this.hostname=a.join(".");break}}}}this.hostname.length>255&&(this.hostname=""),s&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}const A=i.indexOf("#");-1!==A&&(this.hash=i.substr(A),i=i.slice(0,A));const h=i.indexOf("?");return-1!==h&&(this.search=i.substr(h),i=i.slice(0,h)),i&&(this.pathname=i),g[n]&&this.hostname&&!this.pathname&&(this.pathname=""),this},a.prototype.parseHost=function(e){let t=s.exec(e);t&&(t=t[0],":"!==t&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)};const A=function(e,t){if(e&&e instanceof a)return e;const n=new a;return n.parse(e,t),n}},80786:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[\0-\x1F\x7F-\x9F]/},14935:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/},60804:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/},47795:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/},3506:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/},68407:(e,t,n)=>{"use strict";n.r(t),n.d(t,{Any:()=>a.A,Cc:()=>r.A,Cf:()=>s.A,P:()=>o.A,S:()=>i.A,Z:()=>l.A});var a=n(60905),r=n(80786),s=n(14935),o=n(60804),i=n(47795),l=n(3506)},60905:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const a=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/},38377:e=>{"use strict";e.exports=JSON.parse('{"T":{"White":"#fff","Black":"#000","Gray":"#646970","Gray 0":"#f6f7f7","Gray 5":"#dcdcde","Gray 10":"#c3c4c7","Gray 20":"#a7aaad","Gray 30":"#8c8f94","Gray 40":"#787c82","Gray 50":"#646970","Gray 60":"#50575e","Gray 70":"#3c434a","Gray 80":"#2c3338","Gray 90":"#1d2327","Gray 100":"#101517","Blue":"#0675c4","Blue 0":"#e9f0f5","Blue 5":"#bbe0fa","Blue 10":"#91caf2","Blue 20":"#68b3e8","Blue 30":"#399ce3","Blue 40":"#1689db","Blue 50":"#0675c4","Blue 60":"#055d9c","Blue 70":"#044b7a","Blue 80":"#02395c","Blue 90":"#01283d","Blue 100":"#001621","Purple":"#984a9c","Purple 0":"#f2e9ed","Purple 5":"#ebcee0","Purple 10":"#e3afd5","Purple 20":"#d48fc8","Purple 30":"#c475bd","Purple 40":"#b35eb1","Purple 50":"#984a9c","Purple 60":"#7c3982","Purple 70":"#662c6e","Purple 80":"#4d2054","Purple 90":"#35163b","Purple 100":"#1e0c21","Pink":"#c9356e","Pink 0":"#f5e9ed","Pink 5":"#f2ceda","Pink 10":"#f7a8c3","Pink 20":"#f283aa","Pink 30":"#eb6594","Pink 40":"#e34c84","Pink 50":"#c9356e","Pink 60":"#ab235a","Pink 70":"#8c1749","Pink 80":"#700f3b","Pink 90":"#4f092a","Pink 100":"#260415","Red":"#d63638","Red 0":"#f7ebec","Red 5":"#facfd2","Red 10":"#ffabaf","Red 20":"#ff8085","Red 30":"#f86368","Red 40":"#e65054","Red 50":"#d63638","Red 60":"#b32d2e","Red 70":"#8a2424","Red 80":"#691c1c","Red 90":"#451313","Red 100":"#240a0a","Orange":"#b26200","Orange 0":"#f5ece6","Orange 5":"#f7dcc6","Orange 10":"#ffbf86","Orange 20":"#faa754","Orange 30":"#e68b28","Orange 40":"#d67709","Orange 50":"#b26200","Orange 60":"#8a4d00","Orange 70":"#704000","Orange 80":"#543100","Orange 90":"#361f00","Orange 100":"#1f1200","Yellow":"#9d6e00","Yellow 0":"#f5f1e1","Yellow 5":"#f5e6b3","Yellow 10":"#f2d76b","Yellow 20":"#f0c930","Yellow 30":"#deb100","Yellow 40":"#c08c00","Yellow 50":"#9d6e00","Yellow 60":"#7d5600","Yellow 70":"#674600","Yellow 80":"#4f3500","Yellow 90":"#320","Yellow 100":"#1c1300","Green":"#008a20","Green 0":"#e6f2e8","Green 5":"#b8e6bf","Green 10":"#68de86","Green 20":"#1ed15a","Green 30":"#00ba37","Green 40":"#00a32a","Green 50":"#008a20","Green 60":"#007017","Green 70":"#005c12","Green 80":"#00450c","Green 90":"#003008","Green 100":"#001c05","Celadon":"#008763","Celadon 0":"#e4f2ed","Celadon 5":"#a7e8d3","Celadon 10":"#66deb9","Celadon 20":"#31cc9f","Celadon 30":"#09b585","Celadon 40":"#009e73","Celadon 50":"#008763","Celadon 60":"#007053","Celadon 70":"#005c44","Celadon 80":"#004533","Celadon 90":"#003024","Celadon 100":"#001c15","Automattic Blue":"#24a3e0","Automattic Blue 0":"#ebf4fa","Automattic Blue 5":"#c4e2f5","Automattic Blue 10":"#88ccf2","Automattic Blue 20":"#5ab7e8","Automattic Blue 30":"#24a3e0","Automattic Blue 40":"#1490c7","Automattic Blue 50":"#0277a8","Automattic Blue 60":"#036085","Automattic Blue 70":"#02506e","Automattic Blue 80":"#02384d","Automattic Blue 90":"#022836","Automattic Blue 100":"#021b24","WordPress Blue":"#006088","WordPress Blue 0":"#e6f1f5","WordPress Blue 5":"#bedae6","WordPress Blue 10":"#98c6d9","WordPress Blue 20":"#6ab3d0","WordPress Blue 30":"#3895ba","WordPress Blue 40":"#187aa2","WordPress Blue 50":"#006088","WordPress Blue 60":"#004e6e","WordPress Blue 70":"#003c56","WordPress Blue 80":"#002c40","WordPress Blue 90":"#001d2d","WordPress Blue 100":"#00101c","Simplenote Blue":"#3361cc","Simplenote Blue 0":"#e9ecf5","Simplenote Blue 5":"#ced9f2","Simplenote Blue 10":"#abc1f5","Simplenote Blue 20":"#84a4f0","Simplenote Blue 30":"#618df2","Simplenote Blue 40":"#4678eb","Simplenote Blue 50":"#3361cc","Simplenote Blue 60":"#1d4fc4","Simplenote Blue 70":"#113ead","Simplenote Blue 80":"#0d2f85","Simplenote Blue 90":"#09205c","Simplenote Blue 100":"#05102e","WooCommerce Purple":"#7f54b3","WooCommerce Purple 0":"#f7edf7","WooCommerce Purple 5":"#e5cfe8","WooCommerce Purple 10":"#d6b4e0","WooCommerce Purple 20":"#c792e0","WooCommerce Purple 30":"#af7dd1","WooCommerce Purple 40":"#9a69c7","WooCommerce Purple 50":"#7f54b3","WooCommerce Purple 60":"#674399","WooCommerce Purple 70":"#533582","WooCommerce Purple 80":"#3c2861","WooCommerce Purple 90":"#271b3d","WooCommerce Purple 100":"#140e1f","Jetpack Green":"#069e08","Jetpack Green 0":"#f0f2eb","Jetpack Green 5":"#d0e6b8","Jetpack Green 10":"#9dd977","Jetpack Green 20":"#64ca43","Jetpack Green 30":"#2fb41f","Jetpack Green 40":"#069e08","Jetpack Green 50":"#008710","Jetpack Green 60":"#007117","Jetpack Green 70":"#005b18","Jetpack Green 80":"#004515","Jetpack Green 90":"#003010","Jetpack Green 100":"#001c09"}}')},54681:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/ai-assistant","title":"AI Assistant","description":"Elevate your content creation with our AI-powered Gutenberg Block, offering seamless customization and generation. Bear in mind that, as an evolving tool, occasional imprecision may occur.","keywords":["AI","GPT","AL","Magic","help","assistant"],"version":"12.5.0","textdomain":"jetpack","category":"text","icon":"","supports":{"html":false,"multiple":true,"reusable":false},"attributes":{"content":{"type":"string"},"originalContent":{"type":"string"},"promptType":{"type":"string"},"originalMessages":{"type":"array","default":[]},"messages":{"type":"array","default":[]},"userPrompt":{"type":"string","default":""},"requestingState":{"type":"string","default":"init"}},"example":{"attributes":{"content":"With **Jetpack AI Assistant**, you can provide a prompt, and it will generate high-quality blog posts, informative pages, well-organized lists, and thorough tables that meet your specific requirements.\\n\\nTo start using the **Jetpack AI Assistant**, type `/AI` in the block editor."}}}')},1629:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/ai-chat","title":"Jetpack AI Search","description":"Provide a summarized answer to questions, trained on the sites content. Powered by AI.","keywords":["AI","GPT","Chat","Search"],"version":"12.5.0","textdomain":"jetpack","category":"text","icon":"","supports":{"align":true,"alignWide":true,"customClassName":true,"className":true,"html":false,"multiple":false,"reusable":false},"attributes":{"askButtonLabel":{"type":"string"},"placeholder":{"type":"string"},"showCopy":{"type":"boolean","default":true},"showFeedback":{"type":"boolean","default":true},"showSources":{"type":"boolean","default":true}}}')},35116:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/blog-stats","title":"Blog Stats","description":"Show a stats counter for your blog.","keywords":["views","hits","analytics","counter","visitors"],"version":"1.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":true,"alignWide":true,"html":false,"multiple":true,"reusable":true,"color":{"gradients":true},"spacing":{"margin":true,"padding":true},"typography":{"__experimentalFontFamily":true,"fontSize":true}},"attributes":{"label":{"type":"string"},"statsData":{"type":"string","default":"views"},"statsOption":{"type":"string","default":"site"}}}')},32442:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/blogging-prompt","title":"Writing Prompt","description":"Answer a new and inspiring writing prompt each day.","keywords":["writing","blogging"],"version":"12.5.0","textdomain":"jetpack","category":"text","icon":"","supports":{"align":false,"alignWide":false,"anchor":false,"className":true,"color":{"background":true,"gradients":true,"link":true,"text":true},"customClassName":true,"html":false,"inserter":true,"multiple":false,"reusable":true,"spacing":{"margin":["top","bottom"],"padding":true,"blockGap":false}},"attributes":{"answersLink":{"type":"string","source":"attribute","attribute":"href","selector":".jetpack-blogging-prompt__answers-link"},"answersLinkText":{"type":"string","source":"html","selector":".jetpack-blogging-prompt__answers-link"},"gravatars":{"type":"array","source":"query","selector":".jetpack-blogging-prompt__answers-gravatar","query":{"url":{"type":"string","source":"attribute","attribute":"src"}},"default":[]},"promptLabel":{"type":"string","source":"html","selector":".jetpack-blogging-prompt__label"},"promptText":{"type":"string","source":"html","selector":".jetpack-blogging-prompt__text"},"promptFetched":{"type":"boolean","default":false},"promptId":{"type":"number"},"showResponses":{"type":"boolean","default":true},"showLabel":{"type":"boolean","default":true},"tagsAdded":{"type":"boolean","default":false},"isBloganuary":{"type":"boolean","default":false}},"styles":[{"name":"block","label":"Block","isDefault":true},{"name":"quote","label":"Quote"}]}')},52829:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/blogroll","title":"Blogroll","description":"Share the sites you follow with your users.","keywords":[],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":false,"alignWide":true,"anchor":false,"customClassName":true,"className":true,"html":false,"multiple":true,"reusable":true,"color":{"link":true,"gradients":true},"spacing":{"padding":true,"margin":true},"typography":{"fontSize":true,"lineHeight":true}},"attributes":{"show_avatar":{"type":"boolean","default":true},"show_description":{"type":"boolean","default":true},"open_links_new_window":{"type":"boolean","default":true},"ignore_user_blogs":{"type":"boolean","default":true},"load_placeholders":{"type":"boolean","default":true}},"providesContext":{"showAvatar":"show_avatar","showDescription":"show_description","openLinksNewWindow":"open_links_new_window"}}')},9050:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/business-hours","title":"Business Hours","description":"Display opening hours for your business.","keywords":["opening hours","closing time","schedule","working day"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"html":true,"color":{"gradients":true},"spacing":{"margin":true,"padding":true},"typography":{"fontSize":true,"lineHeight":true},"align":["wide","full"]},"attributes":{"days":{"type":"array","default":[{"name":"Sun","hours":[]},{"name":"Mon","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Tue","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Wed","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Thu","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Fri","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Sat","hours":[]}]}},"example":{"attributes":{"days":[{"name":"Sun","hours":[]},{"name":"Mon","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Tue","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Wed","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Thu","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Fri","hours":[{"opening":"09:00","closing":"17:00"}]},{"name":"Sat","hours":[]}]}}}')},13248:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/calendly","title":"Calendly","description":"Embed a calendar for customers to schedule appointments.","keywords":["calendar","schedule","appointments","events","dates"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":true,"alignWide":false,"html":false},"attributes":{"backgroundColor":{"type":"string","default":"ffffff"},"hideEventTypeDetails":{"type":"boolean","default":false},"primaryColor":{"type":"string","default":"00A2FF"},"textColor":{"type":"string","default":"4D5055"},"style":{"type":"string","default":"inline","enum":["inline","link"]},"url":{"type":"string"}},"example":{"attributes":{"hideEventTypeDetails":false,"style":"inline","url":"https://calendly.com/wpcom/jetpack-block-example"},"innerBlocks":[{"name":"jetpack/button","attributes":{"element":"a","text":"Schedule time with me","uniqueId":"calendly-widget-id","url":"https://calendly.com/wpcom/jetpack-block-example"}}]}}')},75173:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/contact-info","title":"Contact Info","description":"Add an email address, phone number, and physical address with improved markup for better SEO results.","keywords":["email","phone","address"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":["wide","full"],"html":false,"color":{"link":true,"gradients":true},"spacing":{"padding":true,"margin":true},"typography":{"fontSize":true,"lineHeight":true}},"example":{"attributes":{},"innerBlocks":[{"name":"jetpack/email","attributes":{"email":"hello@yourjetpack.blog"}},{"name":"jetpack/phone","attributes":{"phone":"123-456-7890"}},{"name":"jetpack/address","attributes":{"address":"987 Photon Drive","city":"Speedyville","region":"CA","postal":"12345","country":"USA"}}]}}')},74095:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/cookie-consent","title":"Cookie Consent","description":"Display a customizable cookie consent banner. To display this block on all pages of your site, please add it inside a Template Part that is present on all your templates, like a Header or a Footer.","keywords":["cookie","consent","privacy","GDPR","EU"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":["left","right","wide","full"],"alignWide":true,"anchor":false,"color":{"gradients":true,"link":true},"spacing":{"padding":true},"customClassName":true,"className":true,"html":false,"lock":false,"multiple":false,"reusable":false},"attributes":{"text":{"type":"string","source":"html","selector":"p"},"style":{"type":"object","default":{"color":{"text":"var(--wp--preset--color--contrast)","background":"var(--wp--preset--color--tertiary)","link":"var(--wp--preset--color--contrast)"},"spacing":{"padding":{"top":"1em","right":"1em","bottom":"1em","left":"1em"}}}},"align":{"type":"string","default":"wide"},"consentExpiryDays":{"type":"integer","default":365},"showOverlay":{"type":"boolean","default":false}}}')},87325:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/donations","title":"Donations Form","description":"Collect one-time, monthly, or annually recurring donations.","keywords":["charity","contribution","credit card","debit card","donate","earn","monetize","ecommerce","fundraising","fundraiser","gofundme","money","nonprofit","non-profit","paid","patreon","pay","payments","recurring","stripe","sponsor","square","tipping","venmo"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"html":false},"attributes":{"currency":{"type":"string","default":""},"oneTimeDonation":{"type":"object","default":{"show":true,"planId":null,"amounts":[5,15,100]}},"monthlyDonation":{"type":"object","default":{"show":true,"planId":null,"amounts":[5,15,100]}},"annualDonation":{"type":"object","default":{"show":true,"planId":null,"amounts":[5,15,100]}},"showCustomAmount":{"type":"boolean","default":true},"chooseAmountText":{"type":"string"},"customAmountText":{"type":"string"},"fallbackLinkUrl":{"type":"string"}},"example":{}}')},82306:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/eventbrite","title":"Eventbrite Checkout","description":"Embed Eventbrite event details and ticket checkout.","keywords":["events","tickets"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"align":true},"attributes":{"url":{"type":"string"},"eventId":{"type":"number"},"style":{"type":"string","default":"inline"}},"example":{"attributes":{"url":"https://www.eventbrite.com/e/test-event-tickets-123456789","eventId":123456789,"style":"modal"},"innerBlocks":[{"name":"jetpack/button","attributes":{"element":"a","text":"Register","uniqueId":"eventbrite-widget-id"}}]}}')},5564:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/gif","title":"GIF","description":"Search for and insert an animated image.","keywords":["animated","giphy","image"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"align":true},"attributes":{"align":{"type":"string","default":"center"},"caption":{"type":"string"},"giphyUrl":{"type":"string"},"searchText":{"type":"string"},"paddingTop":{"type":"string","default":"56.2%"}},"example":{"attributes":{"align":"center","giphyUrl":"https://giphy.com/embed/fxKWgoOG9hzPPkE1oc","paddingTop":"100%","searchText":"WordPress"}}}')},24360:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/goodreads","title":"Goodreads","description":"Features books from the shelves of your Goodreads account.","keywords":["book","read","author"],"version":"1.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"align":true},"attributes":{"bookNumber":{"type":"string","default":"5"},"class":{"type":"string"},"customTitle":{"type":"string"},"goodreadsId":{"type":"number"},"id":{"type":"string"},"link":{"type":"string"},"orderOption":{"type":"string","default":"d"},"shelfOption":{"type":"string","default":"read"},"showAuthor":{"type":"boolean","default":true},"showCover":{"type":"boolean","default":true},"showRating":{"type":"boolean","default":true},"showReview":{"type":"boolean","default":false},"showTags":{"type":"boolean","default":false},"showTitle":{"type":"boolean","default":true},"sortOption":{"type":"string","default":"date_added"},"style":{"type":"string","default":"default"},"userInput":{"type":"string"},"widgetId":{"type":"number"}},"example":{"attributes":{"goodreadsId":1176283}}}')},76862:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/google-calendar","title":"Google Calendar","description":"Embed a Google Calendar.","keywords":["events","dates","schedule","appointments"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"align":true,"alignWide":true,"html":false},"attributes":{"url":{"type":"string"},"height":{"type":"integer","default":600}},"example":{"attributes":{"url":"https://calendar.google.com/calendar/embed?src=jb4bu80jirp0u11a6niie21pp4%40group.calendar.google.com&ctz=America/New_York"}}}')},88285:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/image-compare","title":"Image Compare","description":"Compare two images with a slider. Works best with images of the same size.","keywords":["juxtapose","photos","pictures","side by side","slider"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"align":["wide","full"]},"attributes":{"imageBefore":{"type":"object","default":{}},"imageAfter":{"type":"object","default":{}},"caption":{"type":"string"},"orientation":{"type":"string","default":"horizontal"}}}')},89525:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/instagram-gallery","title":"Latest Instagram Posts","description":"Display an automatically updating list of the latest posts from your Instagram feed.","keywords":["images","photos","pictures"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"align":true,"html":false},"attributes":{"accessToken":{"type":"string"},"instagramUser":{"type":"string"},"columns":{"type":"number","default":3,"min":1,"max":6},"count":{"type":"number","default":9,"min":1,"max":30},"spacing":{"type":"number","default":10,"min":0,"max":50},"isStackedOnMobile":{"type":"boolean","default":true}}}')},71969:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/like","title":"Like","description":"Give your readers the ability to show appreciation for your posts.","keywords":["like","likes","thumbs up","button","heart"],"version":"1.0.0","textdomain":"jetpack","category":"grow","icon":"","usesContext":["postId"],"attributes":{"showReblogButton":{"type":"boolean","default":false}}}')},37120:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/mailchimp","title":"Mailchimp","description":"Allow readers to join a Mailchimp audience.","keywords":["email","subscription","newsletter"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":["wide","full"],"color":{"gradients":true},"spacing":{"padding":true,"margin":true}},"attributes":{"emailPlaceholder":{"type":"string"},"consentText":{"type":"string"},"interests":{"type":"array","default":[]},"processingLabel":{"type":"string"},"signupFieldTag":{"type":"string"},"signupFieldValue":{"type":"string"},"successLabel":{"type":"string"},"errorLabel":{"type":"string"},"preview":{"type":"boolean","default":false}},"example":{"attributes":{"preview":true},"innerBlocks":[{"name":"jetpack/button","attributes":{"element":"button","text":"Join my Mailchimp audience","uniqueId":"mailchimp-widget-id"}}]}}')},55740:e=>{"use strict";e.exports=JSON.parse('[{"id":"mapbox-gl-js","file":"node_modules/mapbox-gl/dist/mapbox-gl.js","version":"1.13.0"},{"id":"mapbox-gl-css","file":"node_modules/mapbox-gl/dist/mapbox-gl.css","version":"1.13.0"}]')},6852:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/map","title":"Map","description":"Add an interactive map showing one or more locations.","keywords":["maps","location","navigation"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"defaultStylePicker":false,"html":false},"attributes":{"align":{"type":"string"},"points":{"type":"array","default":[]},"address":{"type":"string","default":""},"mapDetails":{"type":"boolean","default":true},"zoom":{"type":"integer","default":13},"mapCenter":{"type":"object","default":{"longitude":-122.41941550000001,"latitude":37.7749295}},"markerColor":{"type":"string","default":"red"},"preview":{"type":"boolean","default":false},"scrollToZoom":{"type":"boolean","default":false},"mapHeight":{"type":"integer"},"showFullscreenButton":{"type":"boolean","default":true}},"example":{"attributes":{"preview":true}}}')},73431:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/markdown","title":"Markdown","description":"Add headings, lists, or links to plain text with ease.","keywords":["formatting","syntax","markup"],"version":"12.5.0","textdomain":"jetpack","category":"text","icon":"","supports":{"align":["wide","full"],"html":false,"spacing":{"padding":true,"margin":true,"__experimentalDefaultControls":{"padding":true,"margin":true}}},"attributes":{"source":{"type":"string"}},"example":{"attributes":{"source":"## ## Try Markdown\\n\\nMarkdown is a text formatting syntax that is converted into HTML. You can _emphasize_ text or **make it strong** with just a few characters."}}}')},17195:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/nextdoor","title":"Nextdoor","description":"Embed a Nextdoor post for your neighbors on your blog.","keywords":["neighbor"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":true,"alignWide":true,"html":false},"attributes":{"url":{"type":"string"}}}')},79018:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/opentable","title":"OpenTable","description":"Book a reservation with OpenTable.","keywords":["booking","reservation","restaurant"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"align":true,"html":false},"attributes":{"rid":{"default":[],"type":"array"},"style":{"default":"standard","type":"string","enum":["button","standard","wide","tall"]},"iframe":{"default":true,"type":"boolean"},"domain":{"default":"com","type":"string"},"lang":{"default":"en-US","type":"string","enum":["en-US","fr-CA","de-DE","es-MX","ja-JP","nl-NL","it-IT"]},"newtab":{"default":false,"type":"boolean"},"negativeMargin":{"default":false,"type":"boolean"}},"example":{"attributes":{"rid":["1"],"style":"standard","iframe":true,"domain":"com","lang":"en-US","newtab":false,"negativeMargin":false}}}')},97472:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/payment-buttons","title":"Payment Buttons","description":"Sell products and subscriptions.","keywords":["buy","contribution","commerce","credit card","debit card","donate","Donations","earn","monetize","ecommerce","gofundme","memberships","money","paid","patreon","pay","payments","products","purchase","recurring","sell","shop","stripe","subscribe","subscriptions","sponsor","square","toast","venmo"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"__experimentalExposeControlsToChildren":true,"align":["wide","full"],"spacing":{"blockGap":true,"margin":["vertical"],"__experimentalDefaultControls":{"blockGap":true}},"layout":{"allowSwitching":false,"allowInheriting":false,"default":{"type":"flex"}},"typography":{"fontSize":true,"__experimentalFontFamily":true,"__experimentalTextTransform":true,"__experimentalDefaultControls":{"fontSize":true}}},"attributes":{}}')},80830:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/payments-intro","title":"Payments","description":"Sell products and services or receive donations on your website.","keywords":["earn","monetize","paid","pay","money","checkout"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"alignWide":false,"className":true,"customClassName":false,"html":false,"reusable":false}}')},64524:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/paywall","title":"Paywall","description":"Limit access to the content below this block to chosen subscribers.","keywords":["earn","monetize","more","email","follow","gated","memberships","newsletter","signin","subscribe","subscription","subscriptions"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"customClassName":false,"html":false,"multiple":false},"parent":["core/post-content"]}')},73800:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/pinterest","title":"Pinterest","description":"Embed a Pinterest pin, board, or user.","keywords":["social","pinboard","pins"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"align":false,"inserter":false},"attributes":{"url":{"type":"string"}},"example":{"attributes":{"url":"https://pinterest.com/anapinskywalker/"}}}')},1624:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/podcast-player","title":"Podcast Player","description":"Select and play episodes from a single podcast.","keywords":["audio","embed"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"align":["wide","full"],"spacing":{"padding":true,"margin":true},"anchor":false,"customClassName":true,"className":true,"html":false,"multiple":true,"reusable":true},"attributes":{"url":{"type":"string"},"selectedEpisodes":{"type":"array","default":[]},"itemsToShow":{"type":"integer","default":5},"showCoverArt":{"type":"boolean","default":true},"showEpisodeTitle":{"type":"boolean","default":true},"showEpisodeDescription":{"type":"boolean","default":true},"primaryColor":{"type":"string"},"customPrimaryColor":{"type":"string"},"hexPrimaryColor":{"type":"string"},"secondaryColor":{"type":"string"},"customSecondaryColor":{"type":"string"},"hexSecondaryColor":{"type":"string"},"backgroundColor":{"type":"string"},"customBackgroundColor":{"type":"string"},"hexBackgroundColor":{"type":"string"},"exampleFeedData":{"type":"object"}},"example":{"attributes":{"customPrimaryColor":"GREEN","hexPrimaryColor":"GREEN","exampleFeedData":{"title":"Jetpack Example Podcast","link":"https://jetpack.com","cover":"https://jetpackme.files.wordpress.com/2020/05/jetpack-example-podcast-cover.png?w=160","tracks":[{"id":"3","title":"3. Our third episode","duration":"14:58"},{"id":"2","title":"2. Interview with a special guest","duration":"19:17"},{"id":"1","title":"1. Welcome to Example Podcast","duration":"11:25"}]}}}}')},58087:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"premium-content/container","title":"Paid Content","description":"Restrict access to your content for paying subscribers.","keywords":["buy","credit card","debit card","monetize","earn","exclusive","gated","gofundme","memberships","money","newsletter","paid","patreon","pay","payments","paywall","premium content","purchase","recurring","repeat","signin","stripe","subscribe","subscriptions","support","sponsor","square","toast","venmo","stripe","substack"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"html":false},"providesContext":{"premium-content/planIds":"selectedPlanIds","premium-content/isPreview":"isPreview","isPremiumContentChild":"isPremiumContentChild"},"attributes":{"selectedPlanIds":{"type":"array","default":[]},"isPreview":{"type":"boolean","default":false},"isPremiumContentChild":{"type":"boolean","default":true}},"example":{"attributes":{"isPreview":true}}}')},8206:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/rating-star","title":"Star Rating","description":"Rate movies, books, songs, recipes — anything you can put a number on.","keywords":["star","rating","review"],"version":"12.5.0","textdomain":"jetpack","category":"widgets","icon":"","supports":{"html":false},"styles":[{"name":"filled","label":"Filled","isDefault":true},{"name":"outlined","label":"Outlined"}],"attributes":{"rating":{"type":"number","default":1},"maxRating":{"type":"number","default":5},"color":{"type":"string"},"ratingStyle":{"type":"string","default":"star"},"className":{"type":"string"},"align":{"type":"string","default":"left"}},"example":{}}')},77675:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/recurring-payments","title":"Payment Button","description":"Button allowing you to sell products and subscriptions.","keywords":["buy","contribution","commerce","credit card","debit card","donate","Donations","monetize","earn","ecommerce","gofundme","memberships","money","paid","patreon","pay","payments","products","purchase","recurring","sell","shop","stripe","subscribe","subscriptions","sponsor","square","toast","venmo"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"html":false,"__experimentalExposeControlsToChildren":true},"usesContext":["isPremiumContentChild"],"providesContext":{"jetpack/parentBlockWidth":"width"},"attributes":{"planId":{"type":"integer"},"planIds":{"type":"array"},"align":{"type":"string"},"url":{"type":"string","default":"#"},"uniqueId":{"type":"string","default":"id"},"width":{"type":"string"}},"parent":["jetpack/payment-buttons"]}')},88795:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/related-posts","title":"Related Posts","description":"Display a list of related posts.","keywords":["similar content","linked","connected"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"html":false,"multiple":false,"reusable":false,"color":{"gradients":true,"link":true},"spacing":{"margin":true,"padding":true},"typography":{"__experimentalFontFamily":true,"fontSize":true,"lineHeight":true},"align":["wide","full"]},"attributes":{"postLayout":{"type":"string","default":"grid"},"displayAuthor":{"type":"boolean","default":false},"displayDate":{"type":"boolean","default":true},"displayThumbnails":{"type":"boolean","default":false},"displayContext":{"type":"boolean","default":false},"postsToShow":{"type":"number","default":3}},"example":{"attributes":{"postLayout":"grid","displayAuthor":false,"displayDate":true,"displayThumbnails":true,"displayContext":false,"postsToShow":2}}}')},20242:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/repeat-visitor","title":"Repeat Visitor","description":"Control block visibility based on how often a visitor has viewed the page.","keywords":["return","visitors","visibility"],"version":"12.5.0","textdomain":"jetpack","category":"widgets","icon":"","supports":{"align":["wide","full"],"html":false},"attributes":{"criteria":{"type":"string","default":"after-visits"},"threshold":{"type":"number","default":3}},"example":{"attributes":{"criteria":"after-visits","threshold":3},"innerBlocks":[{"name":"core/paragraph","attributes":"This block will only appear to a visitor who visited the page three or more times."}]}}')},58180:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/send-a-message","title":"Send A Message","description":"Let your visitors send you messages with the tap of a button.","keywords":["whatsapp","messenger","contact","support"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"html":false},"attributes":{},"example":{}}')},50233:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/sharing-button","title":"Sharing Button","description":"Display a sharing button, allowing users to share your post.","keywords":[],"version":"12.5.0","textdomain":"jetpack","category":"embed","parent":["jetpack/sharing-buttons"],"attributes":{"service":{"type":"string"},"label":{"type":"string"}},"usesContext":["styleType","postId","iconColorValue","iconBackgroundColorValue"],"supports":{"reusable":false,"html":false},"viewScript":"file:./view.js"}')},32870:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/sharing-buttons","title":"Sharing Buttons","description":"Give your readers the ability to easily share your content with X, Facebook, Tumblr, LinkedIn, and a host of other services to help spread your message across the web.","keywords":["sharing","social","bluesky","twitter","x","linkedin","facebook","mastodon","tumblr","threads","whatsapp","telegram","pinterest","pocket","reddit","nextdoor","print","email"],"version":"12.5.0","textdomain":"jetpack","category":"embed","icon":"","attributes":{"styleType":{"type":"string","default":"icon-text","validValues":["icon-text","icon","text","official"]},"size":{"type":"string","default":"has-normal-icon-size","validValues":["has-small-icon-size","has-normal-icon-size","has-large-icon-size","has-huge-icon-size"]},"iconColor":{"type":"string"},"customIconColor":{"type":"string"},"iconColorValue":{"type":"string"},"iconBackgroundColor":{"type":"string"},"customIconBackgroundColor":{"type":"string"},"iconBackgroundColorValue":{"type":"string"}},"providesContext":{"styleType":"styleType","iconColor":"iconColor","iconColorValue":"iconColorValue","iconBackgroundColor":"iconBackgroundColor","iconBackgroundColorValue":"iconBackgroundColorValue"},"supports":{"align":["left","center","right"],"anchor":true,"__experimentalExposeControlsToChildren":true,"layout":{"allowSwitching":false,"allowInheriting":false,"allowVerticalAlignment":false,"default":{"type":"flex"}},"color":{"enableContrastChecker":true,"background":true,"gradients":true,"customGradient":true,"text":false,"__experimentalDefaultControls":{"background":false}},"spacing":{"blockGap":["horizontal","vertical"],"margin":true,"padding":true,"units":["px","em","rem","vh","vw"],"__experimentalDefaultControls":{"blockGap":true,"margin":true,"padding":false}}},"example":{"innerBlocks":[{"name":"jetpack/sharing-button","attributes":{"service":"facebook"}},{"name":"jetpack/sharing-button","attributes":{"service":"x"}},{"name":"jetpack/sharing-button","attributes":{"service":"mastodon"}}]},"viewScript":"file:./view.js","style":"file:./view.css"}')},16668:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/simple-payments","title":"Pay with PayPal","description":"Add credit and debit card payment buttons with minimal setup. Good for collecting donations or payments for products and services.","keywords":["buy","commerce","credit card","debit card","monetize","earn","ecommerce","money","paid","payments","products","purchase","sell","shop","square","payments"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"className":false,"customClassName":false,"html":false,"reusable":false},"attributes":{"currency":{"type":"string","default":"USD"},"content":{"type":"string","source":"html","selector":".jetpack-simple-payments-description p","default":""},"email":{"type":"string","default":""},"featuredMediaId":{"type":"number","default":0},"featuredMediaUrl":{"type":"string","source":"attribute","selector":".jetpack-simple-payments-image img","attribute":"src","default":null},"featuredMediaTitle":{"type":"string","source":"attribute","selector":".jetpack-simple-payments-image img","attribute":"alt","default":null},"multiple":{"type":"boolean","default":false},"postLinkUrl":{"type":"string","source":"attribute","selector":".jetpack-simple-payments-purchase","attribute":"href"},"postLinkText":{"type":"string","source":"html","selector":".jetpack-simple-payments-purchase","default":"Click here to purchase."},"price":{"type":"number"},"productId":{"type":"number"},"title":{"type":"string","source":"html","selector":".jetpack-simple-payments-title p","default":""}},"example":{"attributes":{"price":25,"title":"Jetpack t-shirt","content":"Take flight in ultimate comfort with this stylish t-shirt featuring the Jetpack logo.","email":"jetpack@jetpack.com","featuredMediaUrl":"./simple-payments_example-1.jpg"}}}')},87762:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/slideshow","title":"Slideshow","description":"Display multiple images in sequential order.","keywords":["story","image","video","gallery"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"html":false,"align":["center","wide","full"]},"attributes":{"align":{"default":"center","type":"string"},"autoplay":{"type":"boolean","default":false},"delay":{"type":"number","default":3},"ids":{"default":[],"type":"array"},"images":{"type":"array","default":[],"source":"query","selector":".swiper-slide","query":{"alt":{"source":"attribute","selector":"img","attribute":"alt","default":""},"caption":{"type":"string","source":"html","selector":"figcaption"},"id":{"source":"attribute","selector":"img","attribute":"data-id"},"url":{"source":"attribute","selector":"img","attribute":"src"}}},"effect":{"type":"string","default":"slide"},"sizeSlug":{"type":"string"}},"example":{"align":"center","autoplay":true,"ids":[22,23,24],"images":[{"alt":"","caption":"","id":22,"url":"./slideshowExample1.png"},{"alt":"","caption":"","id":23,"url":"./slideshowExample2.png"},{"alt":"","caption":"","id":24,"url":"./slideshowExample3.png"}],"effect":"slide"}}')},68331:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/story","title":"Story","description":"Add an interactive story.","keywords":["story","image","video","gallery"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"html":false},"attributes":{"settings":{"type":"object"},"mediaFiles":{"type":"array","default":[]}},"example":{"attributes":{"mediaFiles":[{"alt":"","caption":"","mime":"image/jpg","type":"image","id":22,"url":"./storyExample1.png"}]}}}')},11380:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/subscriber-login","title":"Subscriber Login","description":"Show links for subscribers to login, logout, or manage their subscription.","keywords":["login","logout","subscription","member","account","user"],"version":"0.0.1","textdomain":"jetpack","category":"grow","icon":"","supports":{"align":true,"anchor":false,"customClassName":true,"className":true,"html":false,"multiple":true,"reusable":true,"spacing":{"margin":true,"padding":true},"typography":{"fontSize":true,"lineHeight":true},"color":{"text":false,"link":true,"gradients":true}},"attributes":{"redirectToCurrent":{"type":"boolean","default":true},"logInLabel":{"type":"string"},"logOutLabel":{"type":"string"},"showManageSubscriptionsLink":{"type":"boolean","default":true},"manageSubscriptionsLabel":{"type":"string"}}}')},99876:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/subscriptions","title":"Subscribe","description":"Subscribe to this blog\'s posts as a newsletter.","keywords":["newsletter","email","follow"],"version":"12.5.0","textdomain":"jetpack","category":"grow","icon":"","supports":{"spacing":{"margin":true,"padding":true},"align":["wide","full"]},"styles":[{"name":"split","label":"Split","isDefault":true},{"name":"compact","label":"Compact"},{"name":"button","label":"Button only"}],"attributes":{"subscribePlaceholder":{"type":"string"},"showSubscribersTotal":{"type":"boolean","default":false},"includeSocialFollowers":{"type":"boolean"},"buttonOnNewLine":{"type":"boolean","default":false},"buttonWidth":{"type":"string"},"submitButtonText":{"type":"string"},"emailFieldBackgroundColor":{"type":"string"},"customEmailFieldBackgroundColor":{"type":"string"},"emailFieldGradient":{"type":"string"},"customEmailFieldGradient":{"type":"string"},"buttonBackgroundColor":{"type":"string"},"customButtonBackgroundColor":{"type":"string"},"buttonGradient":{"type":"string"},"customButtonGradient":{"type":"string"},"textColor":{"type":"string"},"customTextColor":{"type":"string"},"fontSize":{"type":"string"},"customFontSize":{"type":"string"},"borderRadius":{"type":"number"},"borderWeight":{"type":"number"},"borderColor":{"type":"string"},"customBorderColor":{"type":"string"},"padding":{"type":"number"},"spacing":{"type":"number"},"successMessage":{"type":"string","default":"Success! An email was just sent to confirm your subscription. Please find the email now and click \'Confirm\' to start subscribing."},"appSource":{"type":"string"},"className":{"type":"string"}},"example":{}}')},76585:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/tiled-gallery","title":"Tiled Gallery","description":"Display multiple images in an elegantly organized tiled layout.","keywords":["columns","images","photos","pictures","square","circle","mosaic"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"align":["center","wide","full"],"color":{"gradients":true,"text":false},"customClassName":false,"html":false,"spacing":{"margin":true,"padding":true},"__experimentalHideChildBlockControls":true},"providesContext":{"imageCrop":"imageCrop"},"styles":[{"name":"rectangular","label":"Tiled mosaic","isDefault":true},{"name":"circle","label":"Circles"},{"name":"square","label":"Square tiles"},{"name":"columns","label":"Tiled columns"}],"attributes":{"align":{"type":"string","default":"center"},"className":{"type":"string","default":"is-style-rectangular"},"columns":{"type":"number"},"columnWidths":{"type":"array","default":[]},"ids":{"type":"array","default":[]},"imageFilter":{"type":"string"},"images":{"type":"array","default":[],"source":"query","selector":".tiled-gallery__item","query":{"alt":{"attribute":"alt","default":"","selector":"img","source":"attribute"},"height":{"attribute":"data-height","type":"number","selector":"img","source":"attribute"},"id":{"attribute":"data-id","selector":"img","source":"attribute"},"link":{"attribute":"data-link","selector":"img","source":"attribute"},"url":{"attribute":"data-url","selector":"img","source":"attribute"},"width":{"attribute":"data-width","selector":"img","source":"attribute","type":"number"}}},"imageCrop":{"type":"boolean","default":true},"linkTo":{"default":"none","type":"string"},"roundedCorners":{"type":"integer","default":0}}}')},86525:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/tock","title":"Tock","description":"Reserve a table at your restaurant with Tock.","keywords":["booking","reservation","restaurant"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"align":true,"html":false,"multiple":false},"attributes":{"url":{"type":"string"}},"example":{"attributes":{"url":"roister"},"viewportWidth":250}}')},35075:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/top-posts","title":"Top Posts & Pages","description":"Display your most popular content.","keywords":["ranking","views","trending","popular"],"version":"1.0","textdomain":"jetpack","category":"embed","icon":"","supports":{"align":["wide","full"],"html":false,"multiple":true,"reusable":true,"color":{"gradients":true,"link":true},"spacing":{"margin":true,"padding":true},"typography":{"__experimentalFontFamily":true,"fontSize":true,"lineHeight":true}},"attributes":{"layout":{"type":"string","default":"grid"},"displayAuthor":{"type":"boolean","default":true},"displayDate":{"type":"boolean","default":true},"displayThumbnail":{"type":"boolean","default":true},"displayContext":{"type":"boolean","default":false},"period":{"type":"string","default":"7"},"postsToShow":{"type":"number","default":3},"postTypes":{"type":"object","default":{"post":true,"page":true}}}}')},15210:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/voice-to-content","title":"Voice to content","description":"Transform your spoken words into a post ready to publish with AI.","keywords":["AI","GPT","AL","Magic","help","assistant"],"version":"12.5.0","textdomain":"jetpack","category":"media","icon":"","supports":{"html":false,"multiple":true,"reusable":false},"attributes":{"content":{"type":"string"}}}')},16344:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"jetpack/wordads","title":"Ad","description":"Earn income by adding high quality ads to your post.","keywords":["ads","WordAds","advertisement"],"version":"12.5.0","textdomain":"jetpack","category":"monetize","icon":"","supports":{"align":["left","center","right"],"alignWide":false,"className":false,"customClassName":false,"html":false,"reusable":false},"attributes":{"align":{"type":"string","default":"center"},"format":{"type":"string","default":"mrec"},"hideMobile":{"type":"boolean","default":false}},"example":{}}')},73391:e=>{"use strict";e.exports=JSON.parse('{"production":["ai-assistant","ai-chat","ai-assistant-plugin","blogging-prompt","business-hours","button","calendly","cookie-consent","contact-form","contact-form/salesforce-lead-form","contact-info","donations","eventbrite","gif","google-calendar","image-compare","instagram-gallery","like","likes","mailchimp","map","markdown","opentable","payments","pinterest","podcast-player","premium-content","publicize","rating-star","recurring-payments","related-posts","repeat-visitor","send-a-message","whatsapp-button","seo","sharing","shortlinks","simple-payments","slideshow","social-previews","story","subscriber-login","subscriptions","tiled-gallery","tock","videopress","wordads","payments-intro","post-publish-qr-post-panel","payment-buttons","videopress/video","ai-assistant-support","ai-assistant-form-support","paywall","blogroll","blogroll-item","nextdoor","ai-assistant-usage-panel","sharing-button","sharing-buttons","ai-content-lens","blog-stats","top-posts","goodreads","voice-to-content","ai-featured-image-generator","ai-title-optimization","ai-assistant-experimental-image-generation-support","ai-general-purpose-image-generator","ai-proofread-breve","ai-assistant-site-logo-support"],"beta":["google-docs-embed","launchpad-save-modal","recipe","v6-video-frame-poster","videopress/video-chapters","ai-assistant-backend-prompts","ai-title-optimization-keywords-support"],"experimental":[],"no-post-editor":["ai-assistant","business-hours","button","calendly","contact-form","contact-info","donations","eventbrite","gif","google-calendar","instagram-gallery","mailchimp","map","markdown","opentable","pinterest","rating-star","related-posts","repeat-visitor","simple-payments","slideshow","tiled-gallery","tock","videopress","voice-to-content","wordads"]}')},8912:e=>{"use strict";e.exports=JSON.parse('{"K":"iVBORw0KGgoAAAANSUhEUgAABwAAAAQACAYAAADm/02CAAAAAXNSR0IArs4c6QAAIABJREFUeF7s2UERAAAIAkHpX9oeN2sDVn7sHAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECGYFlkghCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMAZAJWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIB7b027AAAgAElEQVQAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQG7bqScAACAASURBVIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQCAkYAEPPFIUAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAAVAHCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIQEDIChZ4pCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwACoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRCAgbA0DNFIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAA1AECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECIQEDYOiZohAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAwAOoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgZCAATD0TFEIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGAB1gAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBIwAAYeqYoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAyAOkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEAgJGAADD1TFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGQB0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBIwAIaeKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABA6AOECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgJGABDzxSFAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgAFQBwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiEBAyAoWeKQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQMAAqAMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEQgIGwNAzRSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBgANQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiEBA2DomaIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQMADqAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGQgAEw9ExRCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBgAdYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBASMAAGHqmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQMgDpAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAICRgAAw9UxQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBkAdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBASMACGnikKAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOgDhAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAICRgAQ88UhQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIABUAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIhAQMgKFnikKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAKgDBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEICBsDQM0UhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgYADUAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIhAQNg6JmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAA6gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkIABMPRMUQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgYAHWAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQEjAABh6pigECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEDIA6QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQCAkYAAMPVMUAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgZAHSBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAQEjAAhp4pCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEDoA4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQ+PbsmAYAAABhmH/X87FUAoWPkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIGdj10AAAIABJREFUECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBwXgv4AAAFzklEQVRAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHAA2gABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBkYADcFSmKAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQcgDZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCTgAByVKQoBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABB6ANECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBgJOABHZYpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAwAFoAwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRGAg7AUZmiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEAgxEwQBvhGJcwAAAABJRU5ErkJggg=="}')}},i={};function l(e){var t=i[e];if(void 0!==t)return t.exports;var n=i[e]={exports:{}};return o[e].call(n.exports,n,n.exports,l),n.exports}l.m=o,l.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return l.d(t,{a:t}),t},t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,l.t=function(n,a){if(1&a&&(n=this(n)),8&a)return n;if("object"==typeof n&&n){if(4&a&&n.__esModule)return n;if(16&a&&"function"==typeof n.then)return n}var r=Object.create(null);l.r(r);var s={};e=e||[null,t({}),t([]),t(t)];for(var o=2&a&&n;"object"==typeof o&&!~e.indexOf(o);o=t(o))Object.getOwnPropertyNames(o).forEach((e=>s[e]=()=>n[e]));return s.default=()=>n,l.d(r,s),r},l.d=(e,t)=>{for(var n in t)l.o(t,n)&&!l.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},l.f={},l.e=e=>Promise.all(Object.keys(l.f).reduce(((t,n)=>(l.f[n](e,t),t)),[])),l.u=e=>(979===e?"swiper":e)+".js?minify=false&ver="+{92:"14ef15236750d3a72c67",979:"c603174e80bc2acf9e4f"}[e],l.miniCssF=e=>"swiper.css?minify=false&ver=ec8bb6b572560ea05dfb",(()=>{if(!l.miniCssF)throw new Error("MiniCSSWithRTLPlugin was loaded before MiniCSSExtractPlugin");var e;l.miniCssF=(e=l.miniCssF,t=>{var n="rtl"===document.dir,a=e(t);return n?a.replace(/\.css(?:$|\?)/,".rtl$&"):a})})(),l.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),l.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n={},a="Jetpack:",l.l=(e,t,r,s)=>{if(n[e])n[e].push(t);else{var o,i;if(void 0!==r)for(var c=document.getElementsByTagName("script"),u=0;u{o.onerror=o.onload=null,clearTimeout(m);var r=n[e];if(delete n[e],o.parentNode&&o.parentNode.removeChild(o),r&&r.forEach((e=>e(a))),t)return t(a)},m=setTimeout(p.bind(null,void 0,{type:"timeout",target:o}),12e4);o.onerror=p.bind(null,o.onerror),o.onload=p.bind(null,o.onload),i&&document.head.appendChild(o)}},l.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{var e;l.g.importScripts&&(e=l.g.location+"");var t=l.g.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var n=t.getElementsByTagName("script");if(n.length)for(var a=n.length-1;a>-1&&(!e||!/^http(s?):/.test(e));)e=n[a--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),l.p=e})(),r=e=>new Promise(((t,n)=>{var a=l.miniCssF(e),r=l.p+a;if(((e,t)=>{for(var n=document.getElementsByTagName("link"),a=0;a{var r=document.createElement("link");r.rel="stylesheet",r.type="text/css",r.onerror=r.onload=s=>{if(r.onerror=r.onload=null,"load"===s.type)n();else{var o=s&&("load"===s.type?"missing":s.type),i=s&&s.target&&s.target.href||t,l=new Error("Loading CSS chunk "+e+" failed.\n("+i+")");l.code="CSS_CHUNK_LOAD_FAILED",l.type=o,l.request=i,r.parentNode.removeChild(r),a(l)}},r.href=t,document.head.appendChild(r)})(e,r,t,n)})),s={195:0,8:0,755:0},l.f.miniCss=(e,t)=>{s[e]?t.push(s[e]):0!==s[e]&&{979:1}[e]&&t.push(s[e]=r(e).then((()=>{s[e]=0}),(t=>{throw delete s[e],t})))},(()=>{var e={195:0,8:0,755:0};l.f.j=(t,n)=>{var a=l.o(e,t)?e[t]:void 0;if(0!==a)if(a)n.push(a[2]);else if(979!=t){var r=new Promise(((n,r)=>a=e[t]=[n,r]));n.push(a[2]=r);var s=l.p+l.u(t),o=new Error;l.l(s,(n=>{if(l.o(e,t)&&(0!==(a=e[t])&&(e[t]=void 0),a)){var r=n&&("load"===n.type?"missing":n.type),s=n&&n.target&&n.target.src;o.message="Loading chunk "+t+" failed.\n("+r+": "+s+")",o.name="ChunkLoadError",o.type=r,o.request=s,a[1](o)}}),"chunk-"+t,t)}else e[t]=0};var t=(t,n)=>{var a,r,s=n[0],o=n[1],i=n[2],c=0;if(s.some((t=>0!==e[t]))){for(a in o)l.o(o,a)&&(l.m[a]=o[a]);if(i)i(l)}for(t&&t(n);c*{pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive:after{content:none}.jetpack-editor-panel-logo{margin-right:.5em}.jetpack-gutenberg-social-icon{fill:#757575}.jetpack-gutenberg-social-icon.is-facebook{fill:#0866ff}.jetpack-gutenberg-social-icon.is-twitter{fill:#55acee}.jetpack-gutenberg-social-icon.is-linkedin{fill:#0976b4}.jetpack-gutenberg-social-icon.is-tumblr{fill:#35465c}.jetpack-gutenberg-social-icon.is-google{fill:var(--color-gplus)}.jetpack-ai-status-indicator__icon-wrapper{align-self:baseline;opacity:0;transition:opacity .25s ease-in-out,width .25s;width:0}.jetpack-ai-status-indicator__icon-wrapper>svg{height:24px;margin:6px 0 0;width:24px}.jetpack-ai-status-indicator__icon-wrapper.is-requesting,.jetpack-ai-status-indicator__icon-wrapper.is-suggesting{opacity:1;width:24px}.jetpack-components-ai-control__container-wrapper{bottom:16px;position:sticky}.jetpack-components-ai-control__container{background-color:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 12px 15px 0 #0000001f,0 3px 9px 0 #0000001f,0 1px 3px 0 #00000026;color:#2c3338;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.jetpack-components-ai-control__wrapper{align-items:flex-end;border-radius:6px 6px 0 0;box-sizing:border-box;display:flex;gap:6px;padding:8px 12px 8px 8px}.jetpack-components-ai-control__wrapper.is-transparent{opacity:.4}.jetpack-components-ai-control__input-wrapper{align-items:center;align-self:center;display:flex;flex-grow:1;min-height:36px}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input{background-color:#fff;border:none;border-radius:2px;box-shadow:none;color:#2c3338;font-size:16px;font-weight:400;line-height:20px;min-height:20px;padding:6px 8px;resize:none!important;transition:box-shadow .1s linear 0s;width:100%}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input:focus{box-shadow:none;color:#2c3338}@media(min-width:600px){.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input{font-size:13px}}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input::-moz-placeholder{opacity:.75;text-overflow:ellipsis;white-space:nowrap}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input::placeholder{opacity:.75;text-overflow:ellipsis;white-space:nowrap}.jetpack-components-ai-control__controls-prompt_button_wrapper{align-items:center;display:flex;gap:8px}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button.is-small:not(.has-label){padding:0}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button-group .components-button{box-shadow:none;padding:6px 8px}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button-group{display:flex}.jetpack-components-ai-control__controls-prompt_button:disabled{cursor:not-allowed;opacity:.6}.jetpack-ai-assistant__message{align-items:center;align-self:center;border-radius:4px;display:flex;font-size:12px;line-height:28px;min-height:28px;padding:0 12px}.jetpack-ai-assistant__message>svg{fill:#787c82;flex-shrink:0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content{align-items:center;display:flex;flex-grow:2;gap:4px;line-height:1.4em;margin:0 8px}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content span{padding:5px 0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-external-link{color:#646970}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-button.is-link{padding:0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-button.is-link,.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-external-link{flex-shrink:0}.jetpack-ai-assistant__message-severity-info{background-color:#f6f7f7;color:#646970}.jetpack-ai-assistant__message-severity-warning{background-color:#fef8ee;color:#101517}.jetpack-ai-assistant__message-severity-error{background-color:#f7ebec;color:#101517}.jetpack-ai-assistant__message-severity-error>svg{fill:#e65054}.jetpack-ai-assistant__message-severity-success{background-color:#d0e6b8;color:#101517}.jetpack-ai-assistant__message-severity-success>svg{fill:#2fb41f}.jetpack-ai-assistant__message-sidebar{display:flex;height:unset;padding:0}.jetpack-ai-assistant__message-sidebar>svg{fill:#646970}.jetpack-ai-logo-generator-modal__loading-wrapper{align-items:center;display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:center}.jetpack-ai-logo-generator-modal__loader{margin-bottom:29px}.jetpack-ai-logo-generator__carousel{display:flex;flex-shrink:0;gap:8px;overflow-x:auto}.jetpack-ai-logo-generator__carousel .components-button{height:unset;padding:unset}@media(min-width:700px){.jetpack-ai-logo-generator__carousel{padding:2px}}.jetpack-ai-logo-generator__carousel-logo{align-items:center;border:1px solid #dcdcde;border-radius:2px;display:flex;flex-shrink:0;justify-content:center}.jetpack-ai-logo-generator__carousel-logo.is-selected{border-color:#0675c4;border-width:1.5px}.jetpack-ai-logo-generator__carousel-logo img{height:48px;width:48px}.jetpack-ai-logo-generator-icon path{fill:#0675c4}.jetpack-ai-logo-generator-modal-presenter__wrapper{display:flex;flex-direction:column;gap:8px}.jetpack-ai-logo-generator-modal-presenter{display:flex}.jetpack-ai-logo-generator-modal-presenter__content{align-items:center;background:#f6f7f7;border-radius:4px;display:flex;flex-grow:1;max-height:229px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__content{flex-direction:column;max-height:unset}}.jetpack-ai-logo-generator-modal-presenter__rectangle{position:relative;width:0}.jetpack-ai-logo-generator-modal-presenter__rectangle:after{background-color:#f6f7f7;content:"";height:15px;position:absolute;right:-66px;top:-7.5px;transform:rotate(45deg);width:15px}.jetpack-ai-logo-generator-modal-presenter__loading-text{flex-grow:1;text-align:center}.jetpack-ai-logo-generator-modal-presenter__logo{height:198px;margin:16px 16px 16px 30px;width:198px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__logo{margin:16px}}.jetpack-ai-logo-generator-modal-presenter__action-wrapper{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;height:100%;margin-left:32px;padding:16px 0}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__action-wrapper{margin-right:32px}}.jetpack-ai-logo-generator-modal-presenter__description{color:#646970;flex-grow:1;overflow-y:auto;padding-top:16px}.jetpack-ai-logo-generator-modal-presenter__actions{border-top:1px solid #dcdcde;display:flex;gap:24px;margin-top:16px;padding-top:16px}.jetpack-ai-logo-generator-modal-presenter__action{align-items:center;display:flex}.jetpack-ai-logo-generator-modal-presenter__action.components-button,.jetpack-ai-logo-generator-modal-presenter__action.components-button:active,.jetpack-ai-logo-generator-modal-presenter__action.components-button:hover{color:#0675c4}.jetpack-ai-logo-generator-modal-presenter__action .action-text{font-size:var(--font-body-extra-small)}.jetpack-ai-logo-generator-modal-presenter__action .jetpack-ai-logo-generator-icon{margin-left:8px}.jetpack-ai-logo-generator-modal-presenter__success-wrapper{align-items:center;display:flex;flex-direction:column;gap:16px;width:100%}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__success-wrapper{padding-bottom:16px}}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{font-size:var(--font-body-small);padding:8px 16px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__banner-description{color:#fff;line-height:21px;word-wrap:break-word;vertical-align:middle}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__icon{height:24px;margin-left:8px;position:relative;vertical-align:middle;width:24px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__icon path{fill:#8c8f94}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{font-size:var(--font-body-extra-small);font-weight:600;height:auto;line-height:20px;padding:4px 8px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#fff;color:#000}.jetpack-ai-logo-generator__prompt{display:flex;flex-direction:column;font-size:var(--font-body-small);gap:8px}.jetpack-ai-logo-generator__prompt-header{align-items:flex-start;align-self:stretch;display:flex;justify-content:space-between}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-label{font-weight:500}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-actions{display:flex;font-size:var(--font-body-extra-small);line-height:20px}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-actions .jetpack-ai-logo-generator-icon{margin-left:4px}.jetpack-ai-logo-generator__prompt-query{align-items:flex-end;align-self:stretch;background:#fff;border:1px solid #c3c4c7;border-radius:8px;display:flex;gap:8px;justify-content:space-between;padding:8px 16px 8px 8px}@media(min-width:700px){.jetpack-ai-logo-generator__prompt-query{gap:48px}}.jetpack-ai-logo-generator__prompt-query .prompt-query__input{border:0;color:#101517;flex-grow:1;line-height:1.6;padding:6px 0;resize:none;vertical-align:initial;word-break:break-word}.jetpack-ai-logo-generator__prompt-query .prompt-query__input:active,.jetpack-ai-logo-generator__prompt-query .prompt-query__input:focus{outline:0}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[contentEditable=false]{color:#646970}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[data-placeholder]:empty:before{color:#646970;content:attr(data-placeholder)}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[data-placeholder]:empty:focus:before{content:""}.jetpack-ai-logo-generator__prompt-footer{display:flex;flex-direction:column;gap:8px}.jetpack-ai-logo-generator__prompt-requests{color:#646970;display:flex;font-size:var(--font-body-extra-small);line-height:21px}.jetpack-ai-logo-generator__prompt-requests .prompt-footer__icon{height:20px;width:20px}.jetpack-ai-logo-generator__prompt-requests .prompt-footer__icon path{fill:#a7aaad}.jetpack-ai-logo-generator__prompt-error{color:#d63638;font-size:var(--font-body-extra-small);line-height:21px}.jetpack-ai-logo-generator-modal-visit-site-banner{background:#f6f7f7;border-radius:4px;display:flex;gap:16px;padding:16px 20px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-visit-site-banner{flex-direction:column}}.jetpack-ai-logo-generator-modal-visit-site-banner__jetpack-logo{align-items:center;display:flex;justify-content:center}.jetpack-ai-logo-generator-modal-visit-site-banner__content{display:flex;flex-direction:column;font-size:14px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-visit-site-banner__content{gap:8px}}@media(min-width:960px){.jetpack-ai-logo-generator-modal{max-height:90%}}.jetpack-ai-logo-generator-modal .components-modal__header{border-bottom:1px solid #dcdcde;padding:20px 24px}.jetpack-ai-logo-generator-modal .components-modal__content{margin-bottom:30px;padding:32px 32px 2px}.jetpack-ai-logo-generator-modal .components-modal__content>div:not(.components-modal__header){height:100%}.jetpack-ai-logo-generator-modal .components-button:focus:not(:disabled):not(.is-primary){box-shadow:0 0 0 2px #0675c4}.jetpack-ai-logo-generator-modal .components-button.is-link{color:#0675c4;text-decoration:none}.jetpack-ai-logo-generator-modal__body{display:flex;flex-direction:column;gap:16px;height:100%}@media(min-width:700px){.jetpack-ai-logo-generator-modal__body{min-height:409px;width:700px}.jetpack-ai-logo-generator-modal__body.notice-modal{min-height:unset;width:470px}}.jetpack-ai-logo-generator__footer{display:flex}.jetpack-ai-logo-generator__footer .jetpack-ai-logo-generator__feedback-button{align-items:center;display:flex;gap:4px;margin-top:8px}.jetpack-ai-logo-generator__footer .jetpack-ai-logo-generator__feedback-button .icon{color:#a7aaad}.jetpack-ai-logo-generator-modal__notice-message-wrapper{display:flex;flex-direction:column;gap:24px}.jetpack-ai-logo-generator-modal__notice-message{font-size:var(--font-body-small)}.jetpack-ai-logo-generator-modal__notice-actions{display:flex;gap:12px;justify-content:flex-end}.jetpack-ai-logo-generator__accept{display:flex;flex-direction:column;gap:64px}.jetpack-ai-logo-generator__accept-actions{display:flex;gap:22px;justify-content:flex-end}.ai-assistant-featured-image__content{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:32px}.ai-assistant-featured-image__actions,.ai-assistant-featured-image__user-prompt{display:flex;justify-content:center;width:100%}.ai-assistant-featured-image__user-prompt{flex-direction:row}.ai-assistant-featured-image__user-prompt-textarea{display:flex;justify-content:center;width:100%}.ai-assistant-featured-image__user-prompt-textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.ai-assistant-featured-image__user-prompt-textarea textarea:disabled{opacity:.5}.ai-assistant-featured-image__actions-left{display:flex;justify-content:flex-start;width:50%}.ai-assistant-featured-image__actions-right{display:flex;justify-content:flex-end;width:50%}.ai-assistant-featured-image__action-buttons{display:flex;gap:12px;justify-content:center}.ai-assistant-featured-image__image-canvas{margin-top:24px;width:100%}.ai-assistant-featured-image__image-canvas>.jetpack-ai-upgrade-banner{margin-bottom:8px}.ai-assistant-featured-image__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:8px 32px}.ai-assistant-featured-image__footer__feedback-button{display:inline-block}.ai-assistant-featured-image__footer__feedback-button a{text-decoration:none}.ai-assistant-featured-image__footer .icon{color:#a7aaad;height:20px;margin-right:4px;width:20px}.ai-image-modal__content{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:32px}.ai-image-modal__content .jetpack-ai-fair-usage-notice{width:100%}.ai-image-modal__actions,.ai-image-modal__user-prompt{display:flex;justify-content:center;width:100%}.ai-image-modal__user-prompt{flex-direction:row}.ai-image-modal__user-prompt-textarea{display:flex;justify-content:center;width:100%}.ai-image-modal__user-prompt-textarea div{display:flex;width:100%}.ai-image-modal__user-prompt-textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.ai-image-modal__user-prompt-textarea textarea:disabled{opacity:.5}.ai-image-modal__actions-left{display:flex;justify-content:flex-start;width:50%}.ai-image-modal__actions-right{display:flex;justify-content:flex-end;width:50%}.ai-image-modal__action-buttons{display:flex;gap:12px;justify-content:center}.ai-image-modal__image-canvas{margin-top:24px;width:100%}.ai-image-modal__image-canvas>.jetpack-ai-upgrade-banner{margin-bottom:8px}.ai-image-modal__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:8px 32px}.ai-image-modal__footer__feedback-button{display:inline-block}.ai-image-modal__footer__feedback-button a{text-decoration:none}.ai-image-modal__footer .icon{color:#a7aaad;height:20px;margin-right:4px;width:20px}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-bottom:0}.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper{max-width:580px}.jetpack-upgrade-plan-banner__wrapper{column-gap:32px}.jetpack-upgrade-plan-banner.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background:#fff;color:#000}.jetpack-ai-fair-usage-notice-muted-variant{color:#757575;font-size:13px;font-weight:400;line-height:1.4;margin:0;text-wrap:pretty}.jetpack-ai-fair-usage-notice-muted-variant a{color:#757575}.jetpack-ai-fair-usage-notice,.jetpack-ai-fair-usage-notice a{color:#1e1e1e}@media(min-width:960px){.ai-assistant-modal{max-height:95%}}.ai-assistant-modal__content{display:flex;flex-direction:column}@media screen and (min-width:960px){.ai-assistant-modal__content{width:100vw}}.ai-assistant-modal__header{display:flex;justify-content:space-between;margin-left:-32px;margin-right:-32px;margin-top:-32px;padding:8px 12px}.ai-assistant-modal__divider{background:#dcdcde;height:1px;margin:0 -32px}.ai-assistant-modal__title-wrapper{align-items:center;display:flex;gap:16px}.ai-assistant-modal__title-wrapper>svg{color:#008710;margin:0}.ai-assistant-modal__title{font-size:14px;line-height:24px;margin:0}.ai-assistant-image__blank{height:auto;position:relative}.ai-assistant-image__blank,.ai-assistant-image__blank-content{align-items:center;display:flex;justify-content:center;width:100%}.ai-assistant-image__blank-content{height:100%;position:absolute}.ai-assistant-image__blank-content.is-dotted{border:1px dotted}.ai-assistant-image__loading{flex-direction:column;gap:8px}.ai-assistant-image__error{align-items:center;display:flex;flex-direction:column;justify-content:center}.ai-assistant-image__error-message{color:red;font-size:10px}.ai-assistant-image__carrousel{flex-direction:column;width:100%}.ai-assistant-image__carrousel-images{align-items:center;display:flex;overflow:hidden;position:relative}.ai-assistant-image__carrousel-images .ai-carrousel__prev{right:0}.ai-assistant-image__carrousel-images .ai-carrousel__next{left:0}.ai-assistant-image__carrousel-images .ai-carrousel__next,.ai-assistant-image__carrousel-images .ai-carrousel__prev{align-items:center;background:#0000;border:none;bottom:0;cursor:pointer;display:flex;height:100%;justify-content:center;opacity:0;position:absolute;top:0;transition:opacity .3s;width:60px;z-index:1}.ai-assistant-image__carrousel-images .ai-carrousel__next:hover,.ai-assistant-image__carrousel-images .ai-carrousel__prev:hover{background-color:#0000004d;opacity:1}.ai-assistant-image__carrousel-images .ai-carrousel__next-icon,.ai-assistant-image__carrousel-images .ai-carrousel__prev-icon{fill:#fff}.ai-assistant-image__carrousel-images .ai-carrousel__next-icon.is-disabled,.ai-assistant-image__carrousel-images .ai-carrousel__prev-icon.is-disabled{fill:gray}.ai-assistant-image__carrousel-footer{display:flex;justify-content:space-between;margin-top:8px}.ai-assistant-image__carrousel-counter{align-items:center;display:flex;font-size:13px;justify-content:flex-start;padding:6px 0}.ai-assistant-image__carrousel-counter .ai-carrousel__next,.ai-assistant-image__carrousel-counter .ai-carrousel__prev{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;justify-content:center;padding:0}.ai-assistant-image__carrousel-counter .ai-carrousel__next-icon.is-disabled,.ai-assistant-image__carrousel-counter .ai-carrousel__prev-icon.is-disabled{fill:gray}.ai-assistant-image__carrousel-image{height:auto;width:100%}.ai-assistant-image__carrousel-image-container{display:flex;height:auto;position:absolute;right:8px;transform:translateX(-100%);transition:transform .5s;width:100%}.ai-assistant-image__carrousel-image-container.is-prev{right:-8px;transform:translateX(100%)}.ai-assistant-image__carrousel-image-container.is-current{position:static;transform:translateX(0)}.ai-assistant-featured-image__usage-counter{color:#646970;display:flex;flex-direction:column;font-size:12px}.ai-assistant-featured-image__usage-counter>span{align-items:center;display:flex;gap:8px;justify-content:space-between}.ai-assistant-featured-image__usage-counter-no-limit{color:red}@keyframes jetpack-external-media-loading-fade{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.jetpack-external-media-browser--visually-hidden{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.modal-open .jetpack-external-media-button-menu__options{display:none}.jetpack-external-media-browser .is-error{margin-bottom:1em;margin-left:0;margin-right:0}.jetpack-external-media-browser .components-placeholder{background-color:#0000}.jetpack-external-media-browser .components-modal__content{overflow:auto;padding-bottom:0;width:100%}@media(min-width:600px){.jetpack-external-media-browser .components-modal__content{height:90vh;width:90vw}}.jetpack-external-media-browser.is-jetpack-app-media{max-width:733px}@media(min-width:600px){.jetpack-external-media-browser.is-jetpack-app-media .components-modal__content{height:90vh;max-width:733px;width:90vw}}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-app-icon{width:69px}.jetpack-external-media-browser.is-jetpack-app-media .components-notice-list{position:relative;z-index:1}.jetpack-external-media-browser.is-jetpack-app-media .components-modal__header{border-bottom:0}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-wrapper__jetpack_app_media-instructions{bottom:-104px;left:-56px;position:relative}.jetpack-external-media-browser.is-jetpack-app-media .components-modal__content{margin-top:0;padding:40px 56px}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__item{animation:animate-drop .3s ease;opacity:1}@media only screen and (min-width:600px){.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__item{padding-top:96px;width:112px}}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser .jetpack-external-media-browser__media__item img{height:80px;width:80px}@keyframes animate-drop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.jetpack-external-media-wrapper__jetpack_app_media-title{color:var(--jp-gray-100);font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-size:24px;font-weight:400;letter-spacing:-.32px;line-height:1.67;margin:0 0 14px}.jetpack-external-media-wrapper__jetpack_app_media-description{color:var(--jp-gray-60);font-size:14px;font-weight:400;line-height:1.43;margin:0;text-align:right}.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-description,.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-title{max-width:100%}@media only screen and (min-width:600px){.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-description,.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-title{max-width:calc(100% - 300px)}}.jetpack-external-media-wrapper__jetpack_app_media-qr-code canvas{height:100px;margin-top:24px;width:100px}.jetpack-external-media-wrapper__jetpack_app_media-instructions img{bottom:0;display:none;left:56px;position:absolute}@media only screen and (min-width:600px){.jetpack-external-media-wrapper__jetpack_app_media-instructions img{display:inline}}.jetpack-external-media-browser__jetpack_app_media_browser{margin:0 -20px}.jetpack-external-media-browser__jetpack_app_media_browser .jetpack-external-media-browser__media{margin:6px 0 -15px}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__toolbar{background-color:#0000;padding:0}.jetpack-external-media-wrapper__jetpack_app_media-qr-code-wrapper{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:space-between}.jetpack-external-media-wrapper__jetpack_app_media .jetpack-external-media-browser__empty{display:none}.jetpack-external-media-browser--is-copying{pointer-events:none}.jetpack-external-media-browser{align-items:flex-start;background:#fff;display:flex;flex-direction:column}.jetpack-external-media-browser .jetpack-external-media-browser__media{width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__item{background:#0000;border:0;display:inline-flex;height:0;padding-top:50%;position:relative;width:50%}.jetpack-external-media-browser .jetpack-external-media-browser__media__item img{display:block;height:calc(100% - 16px);object-fit:contain;position:absolute;right:8px;top:8px;width:calc(100% - 16px)}.jetpack-external-media-browser .jetpack-external-media-browser__media__item.is-transient img{opacity:.3}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;right:0;text-align:center;top:0;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator .components-spinner{margin-bottom:8px}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator__label{font-size:12px}.jetpack-external-media-browser .jetpack-external-media-browser__media__folder{align-content:flex-start;align-items:center;display:flex;flex-wrap:wrap;float:right;justify-content:space-between;margin-bottom:36px}.jetpack-external-media-browser .jetpack-external-media-browser__media__info{display:flex;font-size:12px;font-weight:700;justify-content:space-between;padding:3px;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__count{background-color:#dcdcde;border-radius:8px;margin-bottom:auto;padding:3px 4px}.jetpack-external-media-browser .jetpack-external-media-browser__media__item{border:8px solid #0000}.jetpack-external-media-browser .jetpack-external-media-browser__media__item:focus{border-radius:10px;box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color);outline:none}.jetpack-external-media-browser .jetpack-external-media-browser__media__item__selected{border-radius:10px;box-shadow:inset 0 0 0 6px var(--wp-admin-theme-color)}.jetpack-external-media-browser .jetpack-external-media-browser__media__item__selected:focus{box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color),inset 0 0 0 3px #fff,inset 0 0 0 6px var(--wp-admin-theme-color)}.jetpack-external-media-browser .jetpack-external-media-browser__media__placeholder{animation:jetpack-external-media-loading-fade 1.6s ease-in-out infinite;background-color:#ccc;border:0;height:100px;margin:16px;width:100px}.jetpack-external-media-browser .jetpack-external-media-browser__media__toolbar{background:#fff;bottom:0;display:flex;justify-content:flex-end;padding:20px 0;position:fixed;position:sticky;right:0;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__loadmore{clear:both;display:block;margin:24px auto 48px}@media only screen and (min-width:600px){.jetpack-external-media-browser .jetpack-external-media-browser__media__item{padding-top:20%;width:20%}}.jetpack-external-media-header__view{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:48px}@media only screen and (min-width:600px){.jetpack-external-media-header__view{align-items:center;flex-direction:row}}.jetpack-external-media-header__view select{max-width:200px!important}.jetpack-external-media-header__view .components-base-control__field{display:flex;flex-direction:column}.jetpack-external-media-header__filter label,.jetpack-external-media-header__view label{margin-left:10px}.jetpack-external-media-header__filter .components-base-control,.jetpack-external-media-header__view .components-base-control{margin-bottom:0;padding-left:8px}.jetpack-external-media-header__filter{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;justify-content:flex-start}@media only screen and (min-width:600px){.jetpack-external-media-header__filter{border-right:1px solid #ccc;margin-right:16px;padding-right:16px}}.jetpack-external-media-header__filter .jetpack-external-media-date-filter{display:flex;flex-wrap:wrap}.jetpack-external-media-header__filter .jetpack-external-media-date-filter button{height:40px;margin-top:27px}@media only screen and (min-width:783px){.jetpack-external-media-header__filter .jetpack-external-media-date-filter button{height:30px}}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__label{margin-bottom:3px}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__backdrop{border-color:#e0e0e0;border-radius:3px}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__input{height:40px;width:70px}@media only screen and (min-width:783px){.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__input{height:30px}}.jetpack-external-media-header__account{display:flex;flex-direction:column}.jetpack-external-media-header__account .jetpack-external-media-header__account-info{display:flex;margin-bottom:8px}.jetpack-external-media-header__account .jetpack-external-media-header__account-image{margin-left:8px}.jetpack-external-media-header__account .jetpack-external-media-header__account-name{height:18px;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jetpack-external-media-header__account .jetpack-external-media-browser__disconnect{height:40px;margin:1px 0 9px 1px}@media only screen and (min-width:783px){.jetpack-external-media-header__account .jetpack-external-media-browser__disconnect{height:30px}}.jetpack-external-media-header__openverse,.jetpack-external-media-header__pexels{display:flex;margin-bottom:48px}.jetpack-external-media-header__openverse .components-base-control,.jetpack-external-media-header__pexels .components-base-control{flex:1;margin-left:12px}.jetpack-external-media-header__openverse .components-base-control__field,.jetpack-external-media-header__pexels .components-base-control__field{margin-bottom:0}.jetpack-external-media-header__openverse .components-base-control__field,.jetpack-external-media-header__openverse .components-text-control__input,.jetpack-external-media-header__pexels .components-base-control__field,.jetpack-external-media-header__pexels .components-text-control__input{height:100%}.jetpack-external-media-placeholder__open-modal{align-items:center;display:flex;justify-content:center;left:0;margin-top:-48px;padding:0;position:absolute;z-index:1}.jetpack-external-media-placeholder__open-modal .components-button{background:none;margin:0;padding:12px}.jetpack-external-media-placeholder__open-modal .components-button:before{content:none}.jetpack-external-media-placeholder__open-modal .components-button svg{display:block;fill:currentColor}.jetpack-external-media-browsing>div.components-placeholder:not(.jetpack-external-media-replacedholder){display:none}.jetpack-external-media-browser__empty{padding-top:2em;text-align:center;width:100%}.jetpack-external-media-auth{margin:0 auto;max-width:340px;padding-bottom:80px;text-align:center}.jetpack-external-media-auth p{margin:2em 0}.jetpack-external-media-filters{display:flex;justify-content:space-between}.jetpack-external-media-button-menu__dropdown{width:100%}.jetpack-external-media-button-menu__dropdown .jetpack-external-media-button-menu{flex-direction:row;padding-left:12px;padding-right:12px;text-align:right;width:100%}.jetpack-external-media-button-menu__dropdown .jetpack-external-media-button-menu .jetpack-external-media-button-menu__label{flex-grow:2}.jetpack-external-media-button-wrapper{display:flex}.components-placeholder__fieldset .components-dropdown .jetpack-external-media-button-menu,.editor-post-featured-image .components-dropdown .jetpack-external-media-button-menu{margin-bottom:1em;width:auto}.components-placeholder__fieldset .components-dropdown .jetpack-external-media-button-menu>svg,.editor-post-featured-image .components-dropdown .jetpack-external-media-button-menu>svg{display:none}.editor-post-featured-image .components-dropdown{display:initial}.block-editor-inserter__media-panel .components-search-control input[type=search].components-search-control__input[placeholder~=Google],.block-editor-inserter__media-panel .components-search-control input[type=search].components-search-control__input[placeholder~=Google]+.components-search-control__icon{display:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{align-items:center;background:#000;border-radius:2px;box-shadow:inset 0 0 1px #fff;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;justify-content:space-between;padding:0 20px;text-transform:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-title{color:#fff;margin-bottom:10px;margin-left:10px;margin-top:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__title{margin-left:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{flex-shrink:0;height:28px;line-height:1;margin-bottom:10px;margin-right:auto;margin-top:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#e34c84;color:#fff;text-decoration:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background:#eb6594}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background-image:linear-gradient(45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-bottom:12px;margin-top:0}.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper{max-width:840px;width:100%}.jetpack-paid-block-symbol,.jetpack-upgrade-plan__hidden{display:none}.jetpack-enable-upgrade-nudge .block-editor-block-icon{position:relative}.jetpack-enable-upgrade-nudge .block-editor-block-icon>svg{overflow:visible}.jetpack-enable-upgrade-nudge svg.jetpack-paid-block-symbol{display:block;position:absolute;right:calc(100% - 1px);top:3px}.jetpack-enable-upgrade-nudge .components-placeholder__label .jetpack-paid-block-symbol{display:none}.wp-block-cover.is-placeholder{display:block}.paid-block-media-placeholder{width:100%}.wp-block-cover:not(.is-placeholder) .paid-block-media-placeholder{bottom:0;left:0;position:absolute;right:0;top:0}.block-editor-block-list__block.is-upgradable.is-selected.is-placeholder{background-color:#0000;padding-top:0}.block-editor-block-list__layout .block-editor-block-list__block.is-upgradable:focus:after{box-shadow:none}.interface-interface-skeleton__editor{max-width:100%}.is-beta-extension{box-shadow:0 0 3px #2fb41f;position:relative;transition:box-shadow .5s linear}.is-beta-extension.inset-shadow{box-shadow:inset 0 0 3px #2fb41f}.is-beta-extension:before{background-color:#2fb41f;border-radius:4px;color:#fff;content:"BETA";font-size:11px;font-weight:600;height:24px;left:3px;line-height:24px;opacity:1;padding:0 5px;position:absolute;top:3px;transition:visibility .5s,opacity .5s linear;visibility:visible;z-index:10000}.is-beta-extension:focus,.is-beta-extension:hover{box-shadow:none}.is-beta-extension:focus:before,.is-beta-extension:hover:before{opacity:0;visibility:hidden}.jetpack-ai-usage-panel{width:100%}.jetpack-ai-usage-panel p.muted{color:#646970}.jetpack-ai-usage-panel .jetpack-ai-usage-panel-upgrade-button{margin-top:1em}.jetpack-ai-usage-panel{--spacing-base:8px}.jetpack-ai-usage-panel .components-base-control{margin:0}.jetpack-ai-usage-panel .jetpack-ai-usage-panel-loading{background-color:#dcdcde;height:calc(var(--spacing-base)*11 + .5px)}.jetpack-ai-usage-panel .ai-assistant-usage-bar-wrapper{background-color:#dcdcde;border-radius:2px;height:4px;margin:0;overflow:hidden;width:100%}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage{background-color:#069e08;border-radius:2px;height:100%}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage.warning{background-color:#f2cf75}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage.danger{background-color:#d63639}.jetpack-ai-usage-panel .jetpack-ai-usage-panel__loading-placeholder{background-color:#c3c4c7;margin-top:var(--spacing-base)}.jetpack-ai-usage-panel__available-requests{font-size:16px;font-weight:600;margin-bottom:8px;margin-top:0}@keyframes R2i0K45dEF157drbVRPI{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.NisihrgiIKl_knpYJtfg{animation:R2i0K45dEF157drbVRPI 1.5s infinite;background-color:var(--jp-gray);height:100%;width:100%}.jetpack-ai-feedback-control .components-base-control:last-child{margin-bottom:0}.ai-assistant__i18n-dropdown{width:100%}.ai-assistant__i18n-dropdown .components-dropdown-menu__toggle{display:flex;gap:8px;width:100%}.ai-assistant__i18n-dropdown__toggle-label{flex-grow:2;text-align:right}.ai-assistant__tone-dropdown{width:100%}.ai-assistant__tone-dropdown .components-dropdown-menu__toggle{display:flex;gap:8px;width:100%}.ai-assistant__tone-dropdown__toggle-label{flex-grow:2;text-align:right;width:100}.block-editor-block-toolbar__slot{flex-shrink:0}.wp-block-jetpack-ai-assistant .jetpack-ai-assistant__content{opacity:1;transition:opacity .2s ease-in-out}.wp-block-jetpack-ai-assistant.is-waiting-response .jetpack-ai-assistant__content{opacity:.5}.jetpack-ai-assistant__error{color:var(--wp--preset--color--black);margin:0 0 8px}.jetpack-ai-assistant__accept{display:flex;justify-content:right;margin:12px}.jetpack-ai-assistant__content{overflow-x:auto}.jetpack-ai-assistant__content table{border-collapse:collapse;width:100%}.jetpack-ai-assistant__content thead{border-bottom:3px solid}.jetpack-ai-assistant__content tfoot{border-top:3px solid}.jetpack-ai-assistant__content td,.jetpack-ai-assistant__content th{border:1px solid;padding:.5em}.jetpack-ai-assistant__content .has-fixed-layout{table-layout:fixed;width:100%}.jetpack-ai-assistant__content .has-fixed-layout td,.jetpack-ai-assistant__content .has-fixed-layout th{word-break:break-word}.jetpack-ai-assistant__content.aligncenter,.jetpack-ai-assistant__content.alignleft,.jetpack-ai-assistant__content.alignright{display:table;width:auto}.jetpack-ai-assistant__content.aligncenter td,.jetpack-ai-assistant__content.aligncenter th,.jetpack-ai-assistant__content.alignleft td,.jetpack-ai-assistant__content.alignleft th,.jetpack-ai-assistant__content.alignright td,.jetpack-ai-assistant__content.alignright th{word-break:break-word}.jetpack-ai-assistant__content .has-border-color td,.jetpack-ai-assistant__content .has-border-color th,.jetpack-ai-assistant__content .has-border-color tr,.jetpack-ai-assistant__content .has-border-color>*{border-color:inherit}.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child,.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child td,.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child th,.jetpack-ai-assistant__content table[style*=border-top-color]>*,.jetpack-ai-assistant__content table[style*=border-top-color]>* td,.jetpack-ai-assistant__content table[style*=border-top-color]>* th{border-top-color:inherit}.jetpack-ai-assistant__content table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.jetpack-ai-assistant__content table[style*=border-right-color] td:last-child,.jetpack-ai-assistant__content table[style*=border-right-color] th,.jetpack-ai-assistant__content table[style*=border-right-color] tr,.jetpack-ai-assistant__content table[style*=border-right-color]>*{border-left-color:inherit}.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child,.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child td,.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child th,.jetpack-ai-assistant__content table[style*=border-bottom-color]>*,.jetpack-ai-assistant__content table[style*=border-bottom-color]>* td,.jetpack-ai-assistant__content table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.jetpack-ai-assistant__content table[style*=border-left-color] td:first-child,.jetpack-ai-assistant__content table[style*=border-left-color] th,.jetpack-ai-assistant__content table[style*=border-left-color] tr,.jetpack-ai-assistant__content table[style*=border-left-color]>*{border-right-color:inherit}.jetpack-ai-assistant__content table[style*=border-style] td,.jetpack-ai-assistant__content table[style*=border-style] th,.jetpack-ai-assistant__content table[style*=border-style] tr,.jetpack-ai-assistant__content table[style*=border-style]>*{border-style:inherit}.jetpack-ai-assistant__content table[style*=border-width] td,.jetpack-ai-assistant__content table[style*=border-width] th,.jetpack-ai-assistant__content table[style*=border-width] tr,.jetpack-ai-assistant__content table[style*=border-width]>*{border-style:inherit;border-width:inherit}.wp-block-ai-image-image{cursor:pointer;height:128px;width:128px}.jetpack-ai-assistant__templates-control svg{padding-left:4px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper{flex-wrap:nowrap}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-connect-banner__description,.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-connect-banner__description,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description{line-height:24px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background-color:#fff;color:#000;margin-bottom:8px;margin-top:8px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background-color:#f6f7f7}.jetpack-ai-assistant__custom-prompt{width:800px}.jetpack-ai-assistant__custom-prompt__footer{display:flex;gap:8px;justify-content:flex-end}.jetpack-contact-form{margin-top:16px}.jetpack-components-ai-control__container-wrapper.jetpack-ai-assistant-extension-ai-input{position:sticky;z-index:1}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path{animation:fadingSpark .3s ease-in-out infinite alternate}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path.spark-first{animation-delay:.2s}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path.spark-second{animation-delay:.6s}.jetpack-ai-assistant__info{margin:0 0 8px}@keyframes fadingSpark{to{opacity:.3}}.jetpack-ai-chat-copy-button-container{margin:1rem 0}.jetpack-ai-chat-copy-button-container button{background:none;border:none;color:var(--wp--preset--color--secondary);cursor:pointer;display:block;font-size:16px;padding:inherit;position:relative;transition:.3s}.jetpack-ai-chat-copy-button-container button:disabled{cursor:not-allowed;opacity:.5}.jetpack-ai-chat-copy-button-container button .copy-icon{margin-left:.5rem;vertical-align:middle}.jetpack-ai-chat-error-container{color:#dc3232;font-size:1rem;margin:1rem 0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input{flex:auto;flex-grow:4}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input .components-base-control__field{margin-bottom:0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-button{display:block;flex:auto;flex-grow:1;height:53px;margin-right:10px;text-wrap:nowrap;white-space:-moz-pre-space}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references{font-size:1rem;margin-top:12px}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references hr{margin:1rem 0}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input{flex:auto;flex-grow:4}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-submit{flex:auto;flex-grow:1;height:53px;margin-right:10px;text-wrap:nowrap}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a{border:none;border-radius:2px;cursor:pointer;margin-right:.5rem;padding:.5rem;transition:.3s}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a svg{width:20px;fill:var(--wp--preset--color--contrast);vertical-align:middle}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a:disabled{cursor:not-allowed;opacity:.5}.interface-more-menu-dropdown__content .components-button .jetpack-logo,.interface-pinned-items .components-button .jetpack-logo{height:20px;width:20px}.edit-post-more-menu__content .components-icon-button .jetpack-logo{margin-left:4px}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-triangle{stroke:none!important}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-circle{fill:#069e08!important}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-triangle{fill:#fff!important}.jetpack-ai-proofread{margin-bottom:24px}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=complex-words]{border-color:#f0b849}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=unconfident-words]{border-color:#09b585}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=long-sentences]{border-color:#7a00df}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=spelling-mistakes]{border-color:#d63638}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=complex-words]{background-color:#f0b849}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=unconfident-words]{background-color:#09b585}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=long-sentences]{background-color:#7a00df}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=spelling-mistakes]{background-color:#d63638}.jetpack-ai-proofread .components-checkbox-control__input:disabled{background-color:#ddd;border-color:#ddd}.jetpack-ai-proofread .components-toggle-control{color:#1e1e1e;margin-bottom:16px}.jetpack-ai-proofread__grade-label{color:#757575;margin-right:12px}.jetpack-ai-proofread__help-text{color:#757575;font-size:12px}.jetpack-ai-proofread .feature-checkboxes-container{display:flex;flex-direction:column;gap:12px}[class^=jetpack-ai-breve__has-proofread-highlight]{border-bottom:3px solid;transition:background-color;transition-duration:.3s}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=complex-words]{border-bottom-color:#f0b849}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=unconfident-words]{border-bottom-color:#09b585}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=long-sentences]{border-bottom-color:#7a00df}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=spelling-mistakes]{border-bottom-color:#d63638}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__is-loading{animation-duration:1s;animation-iteration-count:infinite;animation-name:jetpack-ai-breve-loading-pulse}@keyframes jetpack-ai-breve-loading-pulse{0%{opacity:1}50%{opacity:.3}to{opacity:1}}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=complex-words]{background-color:#f0b84933}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=unconfident-words]{background-color:#09b58533}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=long-sentences]{background-color:#7a00df33}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=spelling-mistakes]{background-color:#d6363833}.jetpack-ai-breve__highlight-popover{color:#000;cursor:default;font-size:13px;font-style:normal;font-weight:400;line-height:18px;width:auto}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content{align-items:center;display:flex;flex-direction:column}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content.jetpack-ai-breve__has-suggestions{align-items:flex-start}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content.jetpack-ai-breve__has-suggestions .jetpack-ai-breve__suggestions-container{max-height:168px;overflow-x:hidden;overflow-y:auto;padding:3px 0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container{display:flex;gap:32px;height:40px;justify-content:space-between;width:100%}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action,.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title{padding:8px 12px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title{align-items:center;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:flex-start;white-space:nowrap}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color{border-radius:50%;height:10px;width:10px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=complex-words]{background-color:#f0b849}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=unconfident-words]{background-color:#09b585}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=long-sentences]{background-color:#7a00df}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=spelling-mistakes]{background-color:#d63638}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action{align-items:center;display:flex;font-size:13px;gap:4px;justify-content:flex-end}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button{height:24px;padding-bottom:0;padding-left:0;padding-top:0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button path,.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button>svg{fill:#0277a8}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__loading{align-items:center;display:flex;height:24px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__loading svg{margin-top:0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container{border-top:1px solid #dcdcde;display:flex;flex-direction:column;width:100%}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .jetpack-ai-breve__spelling-suggestion+.jetpack-ai-breve__spelling-suggestion{border-top:1px solid #dcdcde}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .jetpack-ai-breve__spelling-suggestion.components-button.is-tertiary{padding:8px 12px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .components-button.is-tertiary{color:#000;height:unset;line-height:20px;min-height:36px;min-width:320px;padding-bottom:16px;padding-top:16px;text-align:unset;white-space:break-spaces}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper{align-items:center;background-color:#f6f7f7;border-radius:4px;color:#646970;display:flex;font-size:12px;gap:8px;justify-content:space-between;margin:4px;padding:4px 8px;white-space:nowrap;width:calc(100% - 8px)}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper .jetpack-ai-breve__helper-buttons-wrapper{display:flex;gap:16px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper .components-button{color:#646970;padding:0}.ai-assistant-post-feedback__suggestion{margin-bottom:-32px;padding:18px 0}.jetpack-ai-title-optimization__keywords{margin-bottom:16px;margin-top:32px}.jetpack-ai-title-optimization__keywords__textarea{display:flex;justify-content:center}.jetpack-ai-title-optimization__keywords__textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.jetpack-ai-title-optimization__keywords__textarea textarea:disabled{opacity:.5}.jetpack-ai-title-optimization__keywords__button{display:flex;justify-content:flex-end;margin-top:8px}.jetpack-ai-title-optimization__options{margin-top:16px}.jetpack-ai-title-optimization__option{align-items:start;display:flex;gap:16px;justify-content:center;margin-bottom:16px}.jetpack-ai-title-optimization__option>input{margin-top:8px}@media screen and (max-width:600px){.jetpack-ai-title-optimization__option-input{min-width:10%}}.jetpack-ai-title-optimization__option-content{display:flex;flex-direction:column}.jetpack-ai-title-optimization__option-label{font-size:15px;font-weight:600;line-height:22px}.jetpack-ai-title-optimization__option-description{font-size:13px;font-weight:400;line-height:20px;padding-top:4px}.jetpack-ai-title-optimization__loading{align-items:center;display:flex;flex-direction:column;gap:16px;height:200px;justify-content:center;width:100%}.jetpack-ai-title-optimization__error,.jetpack-ai-title-optimization__intro{margin-top:16px}.jetpack-ai-title-optimization__cta{align-items:center;display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.jetpack-ai-title-optimization__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:20px 32px}.jetpack-ai-sidebar__feature-section{margin-bottom:2em}.jetpack-ai-sidebar__feature-section p,.jetpack-ai-sidebar__feature-section p>*{text-wrap:pretty}.jetpack-ai-feedback__label{display:flex;gap:16px}.jetpack-ai-feedback__label .components-toggle-control{margin-bottom:8px}.jetpack-ai__feedback-button .icon{color:#a7aaad;height:20px;margin-right:4px;width:20px}.jetpack-blogging-prompt{border:1px solid #ddd;border-radius:2px;box-sizing:border-box;padding:24px}.jetpack-blogging-prompt__label{background:no-repeat url(images/icon-cd4e9ecf53fadf95246d.svg);background-position:-5px;background-size:24px 24px;font-size:14px;margin-bottom:16px;padding-inline-start:22px}.jetpack-blogging-prompt__label.is-bloganuary-icon{background:no-repeat url(images/bloganuary-icon-20e07d1c81f21708f183.svg);background-position:0;padding-inline-start:26px}.jetpack-blogging-prompt__text{font-size:24px;margin-bottom:16px}.jetpack-blogging-prompt__answers-link{display:inline-block;margin-inline-start:10px;text-decoration:underline}.jetpack-blogging-prompt__answers{font-size:16px}.jetpack-blogging-prompt__answers-gravatar{border:2px solid #fff;border-radius:50%;height:24px;vertical-align:middle;width:24px}.jetpack-blogging-prompt__answers-gravatar:first-child{margin-inline-start:-2px}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:-15px}.jetpack-blogging-prompt__spinner{text-align:center}.jetpack-blogging-prompt.is-style-quote{border:none;border-inline-start:4px solid #2f2f2f;margin-bottom:16px;padding:0 24px}@media only email{.jetpack-blogging-prompt__label{background:none;padding-inline-start:0}.jetpack-blogging-prompt__answers,.jetpack-blogging-prompt__answers-gravatar{margin-bottom:0}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:0}}.wp-block-jetpack-business-hours{overflow:hidden}@media(min-width:480px){.wp-block-jetpack-business-hours dd,.wp-block-jetpack-business-hours dt{display:inline-block}}.wp-block-jetpack-business-hours dt{min-width:30%;vertical-align:top}.wp-block-jetpack-business-hours dd{margin:0}@media(min-width:480px){.wp-block-jetpack-business-hours dd{max-width:calc(70% - .5em)}}.wp-block-jetpack-business-hours .components-base-control__label,.wp-block-jetpack-business-hours .components-toggle-control__label{font-size:13px}.wp-block-jetpack-business-hours .components-base-control__field{margin-bottom:0}.wp-block-jetpack-business-hours .jetpack-business-hours__item{margin-bottom:.5em}.wp-block-jetpack-business-hours .business-hours__row{display:flex;line-height:normal;margin-bottom:4px}.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add,.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__closed{margin-bottom:20px}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day{align-items:flex-start;display:flex;width:44%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day .business-hours__day-name{font-weight:700;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;width:60%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day .components-form-toggle{margin-left:4px;margin-top:4px}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{align-items:center;display:flex;flex-wrap:wrap;margin:0;width:44%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-button{padding:0}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control{display:inline-block;margin-bottom:0;width:48%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control.business-hours__open{margin-left:4%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control .components-base-control__label{margin-bottom:0}.wp-block-jetpack-business-hours .business-hours__remove{align-self:flex-end;margin-bottom:8px;text-align:center;width:10%}.wp-block-jetpack-business-hours .business-hours-row__add button:hover{box-shadow:none!important}.wp-block-jetpack-business-hours .business-hours__remove button{display:block;margin:0 auto}.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:active,.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:focus,.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:hover,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:active,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:focus,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:hover{background:none;box-shadow:none}@media(max-width:1080px){.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}}@media(max-width:600px){.wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}@media(min-width:480px){.jetpack-business-hours dd,.jetpack-business-hours dt{display:inline-block}}.jetpack-business-hours dt{font-weight:700;margin-inline-end:.5em;min-width:30%;vertical-align:top}.jetpack-business-hours dd{margin:0}@media(min-width:480px){.jetpack-business-hours dd{max-width:calc(70% - .5em)}}.jetpack-business-hours__item{margin-bottom:.5em}.jetpack-block-width-controls{align-items:center;display:flex}.jetpack-block-width-controls .components-button-group{display:flex;margin-left:1em}.jetpack-block-width-controls:not(.is-aligned) .components-unit-control-wrapper{flex:1}.wp-block[data-type="jetpack/button"]{display:inline-block;margin:0 auto}.wp-block[data-align=center] .wp-block-jetpack-button{display:flex;justify-content:center}.wp-block[data-align=right] .wp-block-jetpack-button{display:flex;justify-content:flex-end}div[data-type="jetpack/button"]:not([data-align=left]):not([data-align=right]){width:100%}div[data-type="jetpack/button"][data-align]{width:100%;z-index:1}.wp-block-button__link.has-custom-width,.wp-block-jetpack-button,div[data-type="jetpack/button"][data-align] .wp-block>div{max-width:100%}.jetpack-block-styles-selector .editor-styles-wrapper .block-editor-block-list__block{margin:0}.jetpack-block-styles-selector-toolbar .is-active{font-weight:700}.wp-block-jetpack-calendly{position:relative}.wp-block-jetpack-calendly-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-calendly-link-editable{cursor:text}.wp-block-jetpack-calendly-embed-form-sidebar{display:flex;margin-bottom:1em}.wp-block-jetpack-calendly-learn-more{margin-top:1em}.wp-block-jetpack-calendly-color-notice{margin:0}div[data-align=center]>.wp-block-jetpack-calendly{text-align:center}.wp-block-jetpack-calendly .components-placeholder__fieldset input{flex:1}.admin-bar .calendly-overlay .calendly-popup-close{top:47px}.wp-block-jetpack-calendly.calendly-style-inline{height:630px;position:relative}.wp-block-jetpack-calendly .calendly-spinner{top:50px}.wp-block-jetpack-calendly.aligncenter{text-align:center}.wp-block-jetpack-calendly .wp-block-jetpack-button{color:#fff}.wp-block-jetpack-cookie-consent{align-items:center;background-color:#0000;bottom:unset;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;position:static}.wp-block-jetpack-cookie-consent:not(.is-selected) *{pointer-events:none}.wp-block-jetpack-cookie-consent:not(.is-selected):before{content:unset}.wp-block-jetpack-cookie-consent.alignleft,.wp-block-jetpack-cookie-consent.alignright{flex-wrap:nowrap;margin-left:0!important;margin-right:0!important;max-width:50%}.wp-block-jetpack-cookie-consent.alignright{margin-right:auto!important}.wp-block-jetpack-cookie-consent.alignwide{max-width:unset;right:unset;width:unset}.wp-block-jetpack-cookie-consent .wp-block-button__link{white-space:nowrap!important}.jetpack-contact-info-block .block-editor-plain-text.block-editor-plain-text:focus{box-shadow:none}.jetpack-contact-info-block .block-editor-plain-text{border:none;border-radius:4px;box-shadow:none;color:inherit;display:block;flex-grow:1;font-family:inherit;font-size:inherit;line-height:inherit;margin:.5em 0;min-height:unset;padding:0;resize:none}.block-editor-inserter__preview .jetpack-contact-info-block{padding:16px}.block-editor-inserter__preview .jetpack-contact-info-block>.block-editor-inner-blocks>.block-editor-block-list__layout{margin:0}.wp-block-jetpack-contact-info{margin-bottom:1.5em}.jetpack-block-nudge.block-editor-warning{margin-bottom:12px}.jetpack-block-nudge .block-editor-warning__message{margin:13px 0}.jetpack-block-nudge .block-editor-warning__actions{line-height:1}.jetpack-block-nudge .jetpack-block-nudge__info{display:flex;flex-direction:row;font-size:13px;line-height:1.4}.jetpack-block-nudge .jetpack-block-nudge__text-container{display:flex;flex-direction:column}.jetpack-block-nudge .jetpack-block-nudge__title{font-size:14px}.jetpack-block-nudge .jetpack-block-nudge__message{color:#646970}.jetpack-stripe-nudge__banner .block-editor-warning__contents{align-items:center}.jetpack-stripe-nudge__icon{align-self:center;background:#0675c4;border-radius:50%;box-sizing:initial;color:#fff;fill:#fff;flex-shrink:0;margin-left:16px;padding:6px}.jetpack-stripe-nudge__banner span a.jetpack-stripe-nudge__link{color:#0675c4}.jp-components-spinner{align-items:center;display:flex}.jp-components-spinner__inner,.jp-components-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid #0000;border-radius:50%;box-sizing:border-box;margin:auto}.jp-components-spinner__outer{border-top-color:#fff}.jp-components-spinner__inner{border-left-color:#fff;border-top-color:#fff;height:100%;opacity:.4;width:100%}.wp-block-jetpack-donations .donations__container{border:1px solid #ccc}.wp-block-jetpack-donations .donations__nav{border-bottom:1px solid #ccc;display:flex}.wp-block-jetpack-donations .donations__nav-item{background:#fff;border-inline-start:1px solid #ccc;color:#1e1e1e;cursor:pointer;display:inline-block;flex:1;font-size:16px;font-weight:700;padding:12px;text-align:center}@media(min-width:600px){.wp-block-jetpack-donations .donations__nav-item{padding:16px 24px}}.wp-block-jetpack-donations .donations__nav-item:first-child{border-inline-start:none}.wp-block-jetpack-donations .donations__nav-item.is-active{background:#1e1e1e;color:#fff;cursor:default}.wp-block-jetpack-donations .donations__content{padding:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__content{padding:32px}}.wp-block-jetpack-donations .donations__content h4,.wp-block-jetpack-donations .donations__content p{margin:0 0 16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__content h4,.wp-block-jetpack-donations .donations__content p{margin:0 0 24px}}.wp-block-jetpack-donations .donations__amounts{display:flex;flex-wrap:wrap;margin-bottom:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__amounts{margin:0 0 24px}}.wp-block-jetpack-donations .donations__amount{background-color:#fff;border:1px solid #ccc;color:#1e1e1e;display:inline-block;font-size:16px;font-weight:600;margin-inline-end:8px;margin-bottom:8px;padding:16px 24px;white-space:nowrap}.wp-block-jetpack-donations .donations__amount.has-error{box-shadow:0 0 0 1px #fff,0 0 0 3px #cc1818;outline:2px solid #0000;outline-offset:-2px}.wp-block-jetpack-donations .donations__custom-amount .donations__amount-value{display:inline-block;margin-inline-start:4px;min-width:60px}.wp-block-jetpack-donations .donations__separator{margin-bottom:16px;margin-top:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__separator{margin-bottom:32px;margin-top:32px}}.wp-block-jetpack-donations .donations__donate-button,.wp-block-jetpack-donations .donations__donate-button-wrapper{margin:0}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount{cursor:text}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount.has-focus{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:-2px}.editor-styles-wrapper .wp-block-jetpack-donations .donations__custom-amount{cursor:default}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount .block-editor-rich-text__editable{display:inline-block;text-align:right}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount .block-editor-rich-text__editable:focus{box-shadow:none;outline:none;outline-offset:0}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount [data-rich-text-placeholder]:after{color:#ccc;opacity:1}.editor-styles-wrapper .wp-block-jetpack-donations .donations__custom-amount .donations__amount-value{color:#ccc}.editor-styles-wrapper .wp-block-jetpack-donations .donations__donate-button-wrapper:not(.alignleft):not(.alignright){margin:0}.editor-styles-wrapper .wp-block-jetpack-donations .jetpack-block-nudge{max-width:none}.jetpack-donations__currency-toggle{font-weight:700;line-height:100%;width:max-content}.jetpack-donations__currency-popover .components-popover__content{min-width:130px}.wp-block-jetpack-eventbrite{position:relative}.wp-block-jetpack-eventbrite .components-placeholder__learn-more{margin-top:1em}[data-type="jetpack/eventbrite"][data-align=center]{text-align:center}.wp-block-jetpack-gif{clear:both;margin:0 0 20px}.wp-block-jetpack-gif figure{margin:0;position:relative;width:100%}.wp-block-jetpack-gif.aligncenter{text-align:center}.wp-block-jetpack-gif.alignleft,.wp-block-jetpack-gif.alignright{min-width:300px}.wp-block-jetpack-gif .wp-block-jetpack-gif-caption{color:#949494;margin-bottom:1em;margin-top:.5em;text-align:center}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper{height:0;margin:0;padding:calc(56.2% + 12px) 0 0;position:relative;width:100%}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper iframe{border:0;height:100%;inset-inline-start:0;position:absolute;top:0;width:100%}.wp-block-jetpack-gif figure{transition:padding-top 125ms ease-in-out}.wp-block-jetpack-gif figure .wp-block-jetpack-gif_input-container{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:10px}.wp-block-jetpack-gif figure .wp-block-jetpack-gif_input{max-width:400px}.wp-block-jetpack-gif .components-base-control__field{text-align:center}.wp-block-jetpack-gif .components-placeholder__label svg{margin-left:1ch}.wp-block-jetpack-gif .wp-block-jetpack-gif_cover{background:none;border:none;height:100%;margin:0;padding:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-block-jetpack-gif .wp-block-jetpack-gif_cover:focus{outline:none}.wp-block-jetpack-gif .wp-block-jetpack-gif_input{flex:1;margin-left:6px}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnails-container{display:flex;margin:-2px -2px 2px 0;overflow-x:auto;width:calc(100% + 4px)}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnails-container::-webkit-scrollbar{display:none}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container{align-items:center;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:3px;cursor:pointer;display:flex;justify-content:center;margin:2px;padding:0 0 calc(10% - 4px);width:calc(10% - 4px)}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container:hover{box-shadow:0 0 0 1px #949494}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container:focus{box-shadow:0 0 0 2px var(--wp-admin-theme-color);outline:0}.components-panel__body-gif-branding svg{display:block;margin:0 auto;max-width:200px}.components-panel__body-gif-branding svg path{fill:#e0e0e0}.wp-block-jetpack-google-calendar{min-width:420px}.wp-block-jetpack-google-calendar iframe{border:none;width:100%}.wp-block-jetpack-google-calendar>amp-iframe>[placeholder]{line-height:1}.wp-block-jetpack-google-calendar>amp-iframe>noscript{display:inline-block!important}.wp-block-jetpack-google-calendar>amp-iframe>noscript>iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-block-jetpack-google-calendar-embed-form-sidebar textarea{height:75px;width:100%}.wp-block-jetpack-google-calendar-embed-form-sidebar button{display:block;margin-top:8px}.wp-block-jetpack-google-calendar-embed-form-editor{margin:0}.wp-block-jetpack-google-calendar-embed-form-editor textarea{flex:1;font-family:inherit;font-size:inherit;height:36px;margin-left:1px;padding-top:9px}.wp-block-jetpack-google-calendar-placeholder-links{margin-top:19px}.wp-block-jetpack-google-calendar ol.wp-block-jetpack-google-calendar-placeholder-instructions{font-family:inherit;list-style-position:inside;margin:0;padding:0}.wp-block-jetpack-google-calendar ol.wp-block-jetpack-google-calendar-placeholder-instructions li{margin-bottom:19px;text-align:right}.wp-block-jetpack-google-calendar .components-placeholder__label{margin-bottom:19px}.wp-block-jetpack-google-calendar .components-placeholder p{margin:0 0 19px}.wp-block-jetpack-image-compare{margin-inline-end:0;margin-inline-start:0}.wp-block-jetpack-image-compare img{max-width:100%}.jx-slider.jx-slider{inset-inline-start:1px;top:1px;width:calc(100% - 2px)}.image-compare__placeholder>.components-placeholder{align-items:center;flex-direction:row}.image-compare__placeholder>.components-placeholder>.components-placeholder__label{display:none}.image-compare__placeholder>.components-placeholder .components-placeholder{background:none}.image-compare__image-after,.image-compare__image-before{display:flex;flex:1;flex-direction:column;position:relative}.image-compare__image-after .components-placeholder.components-placeholder,.image-compare__image-before .components-placeholder.components-placeholder{box-shadow:none;min-height:0;padding:0}.image-compare__image-after .components-placeholder.components-placeholder .components-placeholder__instructions,.image-compare__image-before .components-placeholder.components-placeholder .components-placeholder__instructions{display:none}.components-placeholder.is-large .image-compare__image-before{padding-inline-end:12px}.components-placeholder.is-large .image-compare__image-after{padding-inline-start:12px}.components-placeholder.is-medium .image-compare__image-before{margin-bottom:24px}[data-type="jetpack/image-compare"]:not(.is-selected) .image-compare__comparison{pointer-events:none}.juxtapose .components-placeholder{border:none;box-shadow:none;padding:0}.juxtapose .components-placeholder .components-placeholder__label{display:none}.juxtapose .components-placeholder .image-compare__image-after,.juxtapose .components-placeholder .image-compare__image-before{flex:none;padding:0;width:100%}.juxtapose .components-placeholder:before{background:#fff;content:"";display:block;height:4px;position:absolute;width:100%;z-index:2}.juxtapose .components-placeholder .image-compare__image-after{height:50%;overflow:hidden;position:absolute;width:100%}.juxtapose .components-placeholder .image-compare__image-after img{align-self:flex-end;display:flex;height:200%;max-width:none;width:100%}div.juxtapose{font-family:Helvetica,Arial,sans-serif;width:100%}div.jx-slider{color:#f3f3f3;cursor:pointer;height:100%;overflow:hidden;position:relative;width:100%}div.jx-handle{cursor:col-resize;height:100%;margin-right:-20px;position:absolute;width:40px;z-index:15}.vertical div.jx-handle{cursor:row-resize;height:40px;margin-right:0;margin-top:-20px;width:100%}div.jx-control{background-color:currentColor;height:100%;margin-left:auto;margin-right:auto;width:3px}.vertical div.jx-control{background-color:currentColor;height:3px;position:relative;top:50%;transform:translateY(-50%);width:100%}div.jx-controller{background-color:currentColor;bottom:0;height:60px;margin:auto -3px auto auto;position:absolute;top:0;width:9px}.vertical div.jx-controller{height:9px;margin-left:auto;margin-right:auto;position:relative;top:-3px;width:100px}div.jx-arrow{bottom:0;margin:auto;top:0}.vertical div.jx-arrow,div.jx-arrow{height:0;position:absolute;transition:all .2s ease;width:0}.vertical div.jx-arrow{left:0;margin:0 auto;right:0}div.jx-arrow.jx-left{border-color:#0000 #0000 #0000 currentcolor;border-style:solid;border-width:8px 0 8px 8px;right:2px}div.jx-arrow.jx-right{border-color:#0000 currentcolor #0000 #0000;border-style:solid;border-width:8px 8px 8px 0;left:2px}.vertical div.jx-arrow.jx-left{border-color:#0000 #0000 currentcolor;border-style:solid;border-width:0 8px 8px;right:0;top:2px}.vertical div.jx-arrow.jx-right{border-color:currentcolor #0000 #0000;border-style:solid;border-width:8px 8px 0;bottom:2px;left:0;top:auto}div.jx-handle:active div.jx-arrow.jx-left,div.jx-handle:hover div.jx-arrow.jx-left{right:-1px}div.jx-handle:active div.jx-arrow.jx-right,div.jx-handle:hover div.jx-arrow.jx-right{left:-1px}.vertical div.jx-handle:active div.jx-arrow.jx-left,.vertical div.jx-handle:hover div.jx-arrow.jx-left{right:0;top:0}.vertical div.jx-handle:active div.jx-arrow.jx-right,.vertical div.jx-handle:hover div.jx-arrow.jx-right{bottom:0;left:0}div.jx-image{display:inline-block;height:100%;overflow:hidden;position:absolute;top:0}.vertical div.jx-image{right:0;top:auto;width:100%}div.jx-slider div.jx-image img{height:100%!important;margin-bottom:0;max-height:none!important;max-width:none!important;position:absolute;width:auto!important;z-index:5}div.jx-slider.vertical div.jx-image img{height:auto!important;width:100%!important}div.jx-image.jx-left{background-position:100%;right:0}div.jx-image.jx-left img{right:0}div.jx-image.jx-right{background-position:0;left:0}div.jx-image.jx-right img{bottom:0;left:0}.veritcal div.jx-image.jx-left{background-position:top;top:0}.veritcal div.jx-image.jx-left img{top:0}.vertical div.jx-image.jx-right{background-position:bottom;bottom:0}.veritcal div.jx-image.jx-right img{bottom:0}div.jx-image div.jx-label{background-color:#000;background-color:#000000b3;color:#fff;display:inline-block;font-size:1em;line-height:18px;padding:.25em .75em;position:relative;top:0;vertical-align:middle;white-space:nowrap;z-index:10}div.jx-image.jx-left div.jx-label{float:right;right:0}div.jx-image.jx-right div.jx-label{float:left;left:0}.vertical div.jx-image div.jx-label{display:table;position:absolute}.vertical div.jx-image.jx-right div.jx-label{bottom:0;right:0;top:auto}div.jx-image.transition{transition:width .5s ease}div.jx-handle.transition{transition:right .5s ease}.vertical div.jx-image.transition{transition:height .5s ease}.vertical div.jx-handle.transition{transition:top .5s ease}div.jx-controller:focus,div.jx-image.jx-left div.jx-label:focus,div.jx-image.jx-right div.jx-label:focus,figure.wp-block-jetpack-image-compare figcaption{font-size:85%;text-align:center}div.jx-control{color:#fff}.vertical div.jx-controller,div.jx-controller{border-radius:50%;height:48px;width:48px}div.jx-controller{margin-right:-22.5px}.vertical div.jx-controller{transform:translateY(-19.5px)}.vertical div.jx-arrow.jx-left,.vertical div.jx-arrow.jx-right,div.jx-arrow.jx-left,div.jx-arrow.jx-right{background-repeat:no-repeat;border:none;height:24px;width:24px;will-change:transform;z-index:1}div.jx-arrow.jx-left{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEzLjQgMTggOCAxMmw1LjQtNiAxLjIgMS00LjYgNSA0LjYgNXoiLz48L3N2Zz4=);right:0}div.jx-arrow.jx-right{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEwLjYgNiA5LjQgN2w0LjYgNS00LjYgNSAxLjIgMSA1LjQtNnoiLz48L3N2Zz4=);left:0}div.vertical div.jx-arrow.jx-left,div.vertical div.jx-arrow.jx-right{transform:rotate(-90deg)}.wp-block-jetpack-instagram-gallery__grid{align-content:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{box-sizing:border-box;display:block;line-height:0;position:relative}.wp-block-jetpack-instagram-gallery__grid img{height:auto;width:100%}.wp-block-jetpack-instagram-gallery__grid-columns-1 .wp-block-jetpack-instagram-gallery__grid-post{width:100%}.wp-block-jetpack-instagram-gallery__grid-columns-2 .wp-block-jetpack-instagram-gallery__grid-post{width:50%}.wp-block-jetpack-instagram-gallery__grid-columns-3 .wp-block-jetpack-instagram-gallery__grid-post{width:33.33333%}.wp-block-jetpack-instagram-gallery__grid-columns-4 .wp-block-jetpack-instagram-gallery__grid-post{width:25%}.wp-block-jetpack-instagram-gallery__grid-columns-5 .wp-block-jetpack-instagram-gallery__grid-post{width:20%}.wp-block-jetpack-instagram-gallery__grid-columns-6 .wp-block-jetpack-instagram-gallery__grid-post{width:16.66667%}@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__grid-post{width:100%}}@supports(display:grid){.wp-block-jetpack-instagram-gallery__grid{display:grid;grid-gap:10px;grid-auto-columns:1fr}@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile{display:block}.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__grid-post{padding:var(--latest-instagram-posts-spacing)}}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{width:auto}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post img{height:100%;object-fit:cover}.wp-block-jetpack-instagram-gallery__grid-columns-1{grid-template-columns:repeat(1,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-2{grid-template-columns:repeat(2,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-3{grid-template-columns:repeat(3,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-4{grid-template-columns:repeat(4,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-5{grid-template-columns:repeat(5,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-6{grid-template-columns:repeat(6,1fr)}}@supports(object-fit:cover){.wp-block-jetpack-instagram-gallery__grid-post img{height:100%;object-fit:cover}}.wp-block-jetpack-instagram-gallery .components-placeholder .components-radio-control{margin-bottom:28px}.wp-block-jetpack-instagram-gallery .components-placeholder .components-radio-control label{font-weight:400}.wp-block-jetpack-instagram-gallery .components-placeholder .wp-block-jetpack-instagram-gallery__new-account-instructions{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.wp-block-jetpack-instagram-gallery__count-notice .components-notice{margin:0 0 15px}.wp-block-jetpack-instagram-gallery__count-notice .components-notice__content{line-height:inherit;margin:0;padding-inline-end:0}.wp-block-jetpack-instagram-gallery__disconnection-warning{font-style:italic;margin-bottom:0}.wp-block-jetpack-instagram-gallery__placeholder{animation-delay:0ms,.3s;animation-duration:.3s,1.6s;animation-iteration-count:1,infinite;animation-name:fadeIn,pulse;animation-timing-function:ease-out,ease-out;background-color:#a7a79f;display:flex;opacity:1}.wp-block-jetpack-instagram-gallery__placeholder.is-loaded{animation:none;height:auto}.wp-block-jetpack-instagram-gallery__placeholder img{opacity:0;transition:opacity .5s ease-in-out}.wp-block-jetpack-instagram-gallery__placeholder img.is-loaded{opacity:1}@keyframes fadeIn{0%{opacity:0}50%{opacity:.5}to{opacity:1}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@supports(object-fit:cover){.wp-block-jetpack-instagram-gallery__placeholder.is-loaded{display:flex;flex-direction:column;flex-grow:1}.wp-block-jetpack-instagram-gallery__placeholder.is-loaded img{flex-grow:1;height:auto;object-fit:cover}}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{display:flex;flex-direction:column}@supports(display:grid){@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__placeholder{margin:0!important}}}.wp-block-jetpack-like__learn-more{margin-top:-12px;padding:0 52px 16px 16px}.wp-block-jetpack-like .sharedaddy{display:none}.wpl-likebox{container-type:inline-size}.wpl-count a,.wpl-follow a,.wpl-likebox{font-family:Open Sans,sans-serif!important;font-size:11px!important}.wpl-button{min-width:40px;overflow:hidden}.wpl-button a{align-items:center;background:#fff;border-radius:4px;box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f;box-sizing:border-box;color:#2c3338;display:flex;font-family:Open Sans,sans-serif;font-size:13px;font-weight:500;line-height:23px;margin:1px 1px 8px 6px;min-height:30px;min-width:33px;padding:4px 9px 3px 10px;text-decoration:none;text-shadow:none}.rtl .wpl-button a{margin:1px 6px 8px 1px;padding:4px 10px 3px 9px}.wpl-button a:active,.wpl-button a:hover{box-shadow:0 1px 2px #00000038,0 0 0 1px #00000038}.wpl-button a:before{background-size:16px 16px;content:"";display:inline-block;height:16px;margin-left:-1px;margin-right:0;min-width:16px;position:relative;text-align:center;width:16px}.wpl-button.like a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%232c3338' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.like a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%230675C4' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.liked a{min-width:-moz-fit-content;min-width:fit-content}.wpl-button.liked a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%230675C4' stroke='%230675C4' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.reblog a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%23fff' d='M1 0h16v16H1z'/%3E%3Cpath fill='%232c3338' stroke='%232c3338' stroke-width='.14' d='m16.016 5.566-1.45-1.434v8.993c0 .76-.623 1.375-1.392 1.375h-4.87v-1.375h4.87V4.132l-1.451 1.434-.984-.972L13.87 1.5 17 4.594zm-11.19 6.302V2.875h4.87V1.5h-4.87c-.769 0-1.391.615-1.391 1.375v8.993l-1.451-1.434-.984.972L4.13 14.5l3.13-3.094-.983-.972z'/%3E%3C/svg%3E")}.wpl-button.reblog a.reblogged:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%23fff' d='M1 0h16v16H1z'/%3E%3Cpath fill='%230675c4' stroke='%230675c4' stroke-width='.14' d='m16.016 5.566-1.45-1.434v8.993c0 .76-.623 1.375-1.392 1.375h-4.87v-1.375h4.87V4.132l-1.451 1.434-.984-.972L13.87 1.5 17 4.594zm-11.19 6.302V2.875h4.87V1.5h-4.87c-.769 0-1.391.615-1.391 1.375v8.993l-1.451-1.434-.984.972L4.13 14.5l3.13-3.094-.983-.972z'/%3E%3C/svg%3E")}.rtl .wpl-button.like a:before,.rtl .wpl-button.liked a:before{margin-left:0;margin-right:-1px}.wpl-button.like a span,.wpl-button.liked a span,.wpl-button.reblog a span{margin-right:5px;text-wrap:nowrap}.rtl .wpl-button.like a span,.rtl .wpl-button.liked a span,.rtl .wpl-button.reblog a span{margin-left:5px}.wpl-count{clear:both;overflow:hidden;text-overflow:ellipsis}.wpl-count-text{line-height:1.6}.wpl-likebox .wpl-count,.wpl-likebox .wpl-count a,.wpl-likebox .wpl-count-text,.wpl-likebox .wpl-count-text a{font-size:12px!important}.wpl-button{float:right}.rtl .wpl-button{float:left}.wpl-avatars{height:34px;list-style:none;margin:0;overflow:hidden;padding:0}.wpl-avatars:empty{display:none}.wpl-avatars li{display:inline;margin:0}.wpl-avatars li a{border:0;display:block;float:right;margin:1px 0 3px 5px}.rtl .wpl-avatars li a{float:left;margin:0 5px 3px 0}.wpl-avatars li a img{border:0;height:30px;padding:0!important;width:30px}span.wpl-comment,span.wpl-follow{margin-right:5px}a.comment-like-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%232EA2CC' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px 16px;color:#2ea2cc;content:"";display:inline-block;height:16px;padding-left:5px;position:relative;top:3px;width:16px}a.comment-like-link:hover:before,a.comment-liked:before,div.comment-liked a.comment-like-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23f1831e' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E")}a.comment-liked:hover:before,div.comment-liked a.comment-like-link:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23ff9a00' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E")}a.comment-like-link{color:#222;font-size:12px;opacity:.8;text-decoration:none}a.comment-like-link.loading:before{opacity:0;transition:opacity 2s}.wpl-likebox{align-items:center;display:flex}.wpl-likebox .wpl-avatars{align-content:end;align-items:center;display:inline-flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:center;margin-bottom:4px;min-width:30px}.rtl .wpl-likebox .wpl-avatars li,.wpl-likebox .wpl-avatars li{margin-bottom:1px;margin-top:1px}.wpl-likebox .wpl-avatars li a{margin:0;position:relative}.wpl-likebox .wpl-avatars li:not(:first-child) a{margin-left:-4px}.rtl .wpl-likebox .wpl-avatars li:not(:first-child) a{margin-left:0;margin-right:-4px}.wpl-likebox .wpl-avatars li a img{border:1.5px solid #ffffff80;border-radius:50%;height:26px;width:26px}.wpl-likebox .wpl-count{clear:none;margin-bottom:4px;margin-right:4px;white-space:nowrap}.rtl .wpl-likebox .wpl-count{clear:none;margin-bottom:4px;margin-left:4px;white-space:nowrap}.wpl-likebox a{color:#2c3338!important}.wpl-likebox a,.wpl-likebox a:focus{outline:none!important;text-decoration:none!important}.wpl-likebox.wpl-new-layout *{cursor:default}.wpl-likebox.wpl-new-layout .wpl-avatars{align-content:unset;margin:0;padding-right:0}.wpl-likebox.wpl-new-layout .wpl-avatars li{margin:0}.wpl-likebox.wpl-new-layout .wpl-avatars li a:focus{box-shadow:none;outline:none}.wpl-likebox.wpl-new-layout .wpl-avatars li a img{vertical-align:unset}.wpl-likebox.wpl-new-layout .wpl-count a:focus,.wpl-likebox.wpl-new-layout .wpl-count-text a:focus,.wpl-likebox.wpl-new-layout .wpl-count-text:focus,.wpl-likebox.wpl-new-layout .wpl-count:focus{box-shadow:none;outline:none}.wpl-likebox .wpl-button a:hover{box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f}.wpl-likebox .wpl-button.like a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%232c3338' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}@container (max-width: 320px){.wpl-button{min-width:auto}.wpl-button a span{display:none}}.components-likes-placeholder__learn-more{margin:1em 0 2em}._fUXxnSp5pagKBp9gSN7 *{box-sizing:border-box}.wp-block-jetpack-mailchimp.is-processing form{display:none}.wp-block-jetpack-mailchimp .wp-block-jetpack-button,.wp-block-jetpack-mailchimp p{margin-bottom:1em}.wp-block-jetpack-mailchimp input{box-sizing:border-box;width:100%}.wp-block-jetpack-mailchimp .error,.wp-block-jetpack-mailchimp .error:focus{outline:1px;outline-color:#d63638;outline-offset:-2px;outline-style:auto}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification{display:none;margin-bottom:1.5em;padding:.75em}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.is-visible{display:block}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_error{background-color:#d63638;color:#fff}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_processing{background-color:rgba(0,0,0,.025)}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_success{background-color:#008a20;color:#fff}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp__is-amp{display:block}.wp-block-jetpack-mailchimp form.amp-form-submit-error>p,.wp-block-jetpack-mailchimp form.amp-form-submit-success>p,.wp-block-jetpack-mailchimp form.amp-form-submitting>p{display:none}.wp-block-jetpack-mailchimp .components-placeholder__label svg{margin-left:1ch}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification{display:block}.wp-block-jetpack-mailchimp .editor-rich-text__inline-toolbar{pointer-events:none}.wp-block-jetpack-mailchimp .editor-rich-text__inline-toolbar .components-toolbar{pointer-events:all}.wp-block-jetpack-mailchimp-recheck{margin-top:1em}.wp-block-jetpack-mailchimp.wp-block-jetpack-mailchimp_notication-audition>:not(.wp-block-jetpack-mailchimp_notification){display:none}.wp-block-jetpack-mailchimp .jetpack-submit-button,.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_text-input{margin-bottom:1.5rem}.wp-block-jetpack-mailchimp .wp-block-button .wp-block-button__link{margin-top:0}.wp-block-jetpack-mailchimp .components-placeholder__fieldset{display:block;flex-direction:unset;flex-wrap:unset}.wp-block-jetpack-mailchimp .components-placeholder__fieldset .components-button{margin-bottom:0}.wp-block-jetpack-mailchimp .components-placeholder__fieldset .align-center{text-align:center}.component__add-point{background-image:url(images/oval-5f1d889983a8747472c7.svg);background-repeat:no-repeat;height:38px;margin-right:-16px;margin-top:-19px;position:absolute;right:50%;text-indent:-9999px;top:50%;width:32px}.component__add-point,.component__add-point.components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#0000;box-shadow:none}.component__add-point:active,.component__add-point:focus{background-color:#0000}.component__add-point__popover .components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#0000;box-shadow:none}.component__add-point__popover .components-popover__content{padding:.1rem}.component__add-point__popover .components-location-search{margin:.5rem}.component__add-point__close{border:none;box-shadow:none;float:left;margin:.4rem 0 0;padding:0}.component__add-point__close path{color:#e0e0e0}.wp-block-jetpack-map-marker{height:38px;opacity:.9;width:32px}.edit-post-settings-sidebar__panel-block .component__locations__panel{margin-bottom:1em}.edit-post-settings-sidebar__panel-block .component__locations__panel:empty{display:none}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:first-child{border-top:none}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body,.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:first-child,.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:last-child{margin:0;max-width:100%}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body button{padding-left:40px}.component__locations__delete-btn{padding:0}.component__locations__delete-btn svg{margin-left:.4em}.wp-block-group-is-layout-flex:not(.is-vertical)>.wp-block-jetpack-map{flex-basis:100%}.wp-block-group-is-layout-flex.is-vertical>.wp-block-jetpack-map{width:100%}.wp-block-jetpack-map .wp-block-jetpack-map__gm-container{background:#e0e0e0;min-height:400px;overflow:hidden;text-align:start;width:100%}.wp-block-jetpack-map .mapkit-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;max-width:300px;min-width:150px;padding:10px 10px 15px;pointer-events:auto}.wp-block-jetpack-map .mapkit-popup-content h3{font-size:1.3125em;font-weight:400;margin-bottom:.5rem}.wp-block-jetpack-map .mapkit-popup-content p{margin-bottom:0}.wp-block-jetpack-map .wp-block-jetpack-map__mb-container{height:400px}.wp-block-jetpack-map .mapboxgl-popup{max-width:300px}.wp-block-jetpack-map .mapboxgl-popup h3{font-size:1.3125em;font-weight:400;margin-bottom:.5rem}.wp-block-jetpack-map .mapboxgl-popup p{margin-bottom:0}.wp-block-jetpack-map .mapboxgl-ctrl-group button{background-color:#0000!important;border-radius:0}.wp-block-jetpack-map__delete-btn{padding:0}.wp-block-jetpack-map__delete-btn svg{margin-left:.4em}.wp-block-group-is-layout-flex:not(.is-vertical)>.wp-block[data-type="jetpack/map"]{flex-basis:100%}.wp-block-group-is-layout-flex.is-vertical>.wp-block[data-type="jetpack/map"]{width:100%}.wp-block[data-type="jetpack/map"] .components-placeholder__label svg{fill:currentColor;margin-left:1ch}.wp-block[data-type="jetpack/map"] .components-placeholder__instructions{margin-top:0}.wp-block[data-type="jetpack/map"] .components-placeholder__instructions .components-external-link{display:inline-block;margin:1em auto}.wp-block-jetpack-map .mapboxgl-popup-close-button{font-size:21px;padding:0 9px 5px 10px}.wp-block-jetpack-map .wp-block-jetpack-map__map_wrapper{background-color:#e4e2de;overflow:hidden}.wp-block-jetpack-map .wp-block-jetpack-map__gm-container{inset:0;position:absolute;z-index:0}.wp-block-jetpack-map .wp-block-jetpack-map__select-overlay{background-color:#0000;inset:0;pointer-events:auto;position:absolute;z-index:2}.wp-block-jetpack-map__height_input{display:block}.component__add-point__popover .components-popover__content{width:250px}.component__add-point__popover .components-popover__content .component__add-point__close{margin-top:-.55em;padding:.3em}.wp-block-jetpack-markdown__placeholder{opacity:.62;pointer-events:none}.block-editor-block-list__block .wp-block-jetpack-markdown__preview{line-height:1.8;min-height:1.8em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview>*{margin-bottom:32px;margin-top:32px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h1,.block-editor-block-list__block .wp-block-jetpack-markdown__preview h2,.block-editor-block-list__block .wp-block-jetpack-markdown__preview h3{line-height:1.4}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h1{font-size:2.44em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h2{font-size:1.95em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h3{font-size:1.56em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h4{font-size:1.25em;line-height:1.5}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h5{font-size:1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h6{font-size:.8em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview hr{border:none;border-bottom:2px solid #f0f0f0;margin:2em auto;max-width:100px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview p{line-height:1.8}.block-editor-block-list__block .wp-block-jetpack-markdown__preview blockquote{border-right:4px solid #000;margin-left:0;margin-right:0;padding-right:1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview blockquote p{line-height:1.5;margin:1em 0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview ol,.block-editor-block-list__block .wp-block-jetpack-markdown__preview ul{margin-right:1.3em;padding-right:1.3em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview li p{margin:0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview code,.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre{color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace}.block-editor-block-list__block .wp-block-jetpack-markdown__preview code{background:#f0f0f0;border-radius:2px;font-size:inherit;padding:2px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre{border:1px solid #e0e0e0;border-radius:4px;font-size:15px;padding:.8em 1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre code{background:#0000;padding:0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview table{border-collapse:collapse;overflow-x:auto;width:100%}.block-editor-block-list__block .wp-block-jetpack-markdown__preview tbody,.block-editor-block-list__block .wp-block-jetpack-markdown__preview tfoot,.block-editor-block-list__block .wp-block-jetpack-markdown__preview thead{min-width:240px;width:100%}.block-editor-block-list__block .wp-block-jetpack-markdown__preview td,.block-editor-block-list__block .wp-block-jetpack-markdown__preview th{border:1px solid;padding:.5em}.wp-block-jetpack-markdown .wp-block-jetpack-markdown__editor{color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:15px}.wp-block-jetpack-markdown .wp-block-jetpack-markdown__editor:focus{border-color:#0000;box-shadow:0 0 0 #0000}.wp-block-jetpack-opentable{display:inline-block}.wp-block-jetpack-opentable>.is-placeholder,.wp-block-jetpack-opentable>.is-style-wide{display:block}.wp-block-jetpack-opentable .components-base-control{width:100%}.wp-block-jetpack-opentable .components-placeholder__fieldset p{font-size:13px;margin:0 0 1em}.wp-block-jetpack-opentable .components-placeholder__fieldset form{flex-direction:row;flex-wrap:nowrap}@media screen and (max-width:479px){.wp-block-jetpack-opentable .components-placeholder__fieldset form{display:block}}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field{flex-grow:1}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__label{display:none}.wp-block-jetpack-opentable .components-placeholder__fieldset form p{margin-top:1em}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__input-container{width:100%}@media screen and (min-width:480px){.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__input-container input[type=text].components-form-token-field__input{min-height:32px}}.wp-block-jetpack-opentable .components-placeholder__fieldset form>.components-button{align-items:center;height:42px;line-height:normal;padding:0 8px}@media screen and (min-width:480px){.wp-block-jetpack-opentable .components-placeholder__fieldset form>.components-button{margin:0 4px 0 0;position:relative}}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__remove-token{padding:2px 6px}.wp-block-jetpack-opentable iframe{height:100%;width:100%}.wp-block-jetpack-opentable-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-opentable-restaurant-picker{margin-bottom:1em;position:relative;width:100%}.wp-block-jetpack-opentable-restaurant-picker .components-form-token-field__token-text{align-items:center;display:inline-flex}.wp-block-jetpack-opentable-placeholder-links{display:flex;flex-direction:column}@media screen and (min-width:480px){.wp-block-jetpack-opentable-placeholder-links{display:block}}.wp-block-jetpack-opentable-placeholder-links a{padding:.25em 0 .25em 1em}@media screen and (min-width:480px){.wp-block-jetpack-opentable-placeholder-links a form>button{height:50px}}.wp-block-jetpack-opentable-placeholder-links a:last-child{padding-left:0;padding-right:1em}.wp-block-jetpack-opentable>.is-style-button.has-no-margin iframe{margin:-14px}.editor-styles-wrapper .wp-block-jetpack-opentable .components-form-token-field__suggestions-list{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;padding:0;text-align:right}.wp-block-jetpack-opentable.wp-block>.is-style-wide.alignright{left:0;right:auto}.wp-block[data-type="jetpack/opentable"] .components-notice__content{text-align:right}.components-toggle-control.is-opentable{padding-top:6px}.is-opentable button.is-active{font-weight:700}.wp-block-jetpack-opentable{position:relative}.wp-block-jetpack-opentable>iframe{background:#0000;margin:0}.wp-block-jetpack-opentable>.aligncenter iframe{margin:0 auto}.wp-block-jetpack-opentable>.is-style-standard,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile{height:301px}.wp-block-jetpack-opentable>.is-style-standard.is-multi,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile.is-multi{height:361px}.wp-block-jetpack-opentable>.is-style-standard.aligncenter iframe,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile.aligncenter iframe{width:224px!important}.wp-block-jetpack-opentable>.is-style-tall{height:490px}.wp-block-jetpack-opentable>.is-style-tall.is-multi{height:550px}.wp-block-jetpack-opentable>.is-style-tall.aligncenter iframe{width:288px!important}.wp-block-jetpack-opentable>.is-style-wide{height:150px}.wp-block-jetpack-opentable>.is-style-wide iframe{width:840px!important}.wp-block-jetpack-opentable>.is-style-wide.alignleft{left:auto;margin-right:2rem;max-width:840px}.wp-block-jetpack-opentable>.is-style-wide.alignright{max-width:840px;right:calc(100% - 840px - 2rem)}.wp-block-jetpack-opentable>.is-style-button{height:113px}.wp-block-jetpack-opentable>.is-style-button.aligncenter iframe{width:210px!important}.wp-block-jetpack-opentable>.is-style-button.has-no-margin>div[id^=ot-widget-container]{margin:-14px}.wp-block-jetpack-opentable .ot-dtp-picker{box-sizing:initial}.wp-block-jetpack-opentable .ot-dtp-picker .ot-title{margin:4px auto 12px}.wp-block-jetpack-opentable .ot-dtp-picker .ot-dtp-picker-selector-link{text-decoration:none}.wp-block-jetpack-opentable .ot-dtp-picker input[type=submit]{padding:0;text-transform:none}.wp-block-jetpack-opentable .ot-dtp-picker input[type=submit]:hover{text-decoration:none}.jetpack-audio-player-loading{background:#ccc;background:var(--jetpack-audio-player-secondary);height:10px;margin:15px 24px}.jetpack-audio-player{--jetpack-audio-player-primary:var( --jetpack-podcast-player-primary,#000 );--jetpack-audio-player-secondary:var( --jetpack-podcast-player-secondary,#ccc );--jetpack-audio-player-background:var( --jetpack-podcast-player-background,#fff );height:40px}.jetpack-audio-player .mejs-container,.jetpack-audio-player .mejs-container .mejs-controls,.jetpack-audio-player .mejs-embed,.jetpack-audio-player .mejs-embed body,.jetpack-audio-player .mejs-mediaelement{background-color:#0000}.jetpack-audio-player .mejs-container:focus{box-shadow:none;outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-controls{padding:0;position:static}.jetpack-podcast-player__header .jetpack-audio-player .mejs-controls{padding-left:18px;padding-right:15px}.jetpack-audio-player .mejs-time{color:#ccc;color:var(--jetpack-audio-player-secondary)}.jetpack-audio-player .mejs-time-float{background:#000;background:var(--jetpack-audio-player-primary);border-color:#000;border-color:var(--jetpack-audio-player-primary);color:#fff;color:var(--jetpack-audio-player-background)}.jetpack-audio-player .mejs-time-float-corner{border-top-color:#000;border-top-color:var(--jetpack-audio-player-primary)}.jetpack-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-total{background-color:#ccc;background-color:var(--jetpack-audio-player-secondary)}.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded{opacity:.5}.jetpack-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-current,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded{background-color:#000;background-color:var(--jetpack-audio-player-primary)}.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-slider:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-button>button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23000;width:16px;height:16px}.st1{fill:none;stroke:%23000;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m47.2.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' d='m52.8 7 5.4 5.4m-5.4 0L58.2 7'/%3E%3Cpath fill='none' stroke='%23000' d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zm22.4 1h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath fill='%23231f20' d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='5' d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' opacity='.75'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='5' d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' opacity='.4'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' opacity='.6'/%3E%3Ccircle cx='170.1' cy='79' r='7' opacity='.8'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' opacity='.9'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' opacity='.3'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' opacity='.5'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' opacity='.7'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2m14-12.7c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E")}.jetpack-audio-player .mejs-button.mejs-jump-button>button{background-image:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-size:60.78px 35.296px}.jetpack-audio-player .mejs-button.mejs-jump-backward-button>button{background-position:-32px -6px}.jetpack-audio-player .mejs-button.mejs-skip-forward-button>button{background-position:-9px -6px}@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.jetpack-audio-player .mejs-button>button{background-image:none}.jetpack-audio-player .mejs-button>button:before{background-color:var(--jetpack-audio-player-primary);background-image:none;content:"";display:block;height:100%;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23fff;width:16px;height:16px}.st1{fill:none;stroke:%23fff;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='m52.8 7 5.4 5.4m-5.4 0L58.2 7' style='fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round'/%3E%3Cpath d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9' style='fill:none;stroke:%23fff'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zM143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8' style='fill:%23231f20'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' style='opacity:.75;fill:none;stroke:%23fff;stroke-width:5'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z' style='fill:none;stroke:%23fff;stroke-width:5'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' style='opacity:.4;fill:%23fff'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' style='opacity:.6;fill:%23fff'/%3E%3Ccircle cx='170.1' cy='79' r='7' style='opacity:.8;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' style='opacity:.9;fill:%23fff'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' style='opacity:.3;fill:%23fff'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' style='opacity:.5;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' style='opacity:.7;fill:%23fff'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23fff;width:16px;height:16px}.st1{fill:none;stroke:%23fff;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='m52.8 7 5.4 5.4m-5.4 0L58.2 7' style='fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round'/%3E%3Cpath d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9' style='fill:none;stroke:%23fff'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zM143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8' style='fill:%23231f20'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' style='opacity:.75;fill:none;stroke:%23fff;stroke-width:5'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z' style='fill:none;stroke:%23fff;stroke-width:5'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' style='opacity:.4;fill:%23fff'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' style='opacity:.6;fill:%23fff'/%3E%3Ccircle cx='170.1' cy='79' r='7' style='opacity:.8;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' style='opacity:.9;fill:%23fff'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' style='opacity:.3;fill:%23fff'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' style='opacity:.5;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' style='opacity:.7;fill:%23fff'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E");width:100%}.jetpack-audio-player .mejs-button.mejs-jump-button>button{background-image:none}.jetpack-audio-player .mejs-button.mejs-jump-button>button:before{background-image:none;-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') 0 0/60.78px 35.296px;mask:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') 0 0/60.78px 35.296px}.jetpack-audio-player .mejs-button.mejs-jump-backward-button>button:before{-webkit-mask-position:-32px -6px;mask-position:-32px -6px}.jetpack-audio-player .mejs-button.mejs-skip-forward-button>button:before{-webkit-mask-position:-9px -6px;mask-position:-9px -6px}.jetpack-audio-player .mejs-button>button:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-play>button:before{-webkit-mask-position:0 0;mask-position:0 0}.jetpack-audio-player .mejs-pause>button:before{-webkit-mask-position:-20px 0;mask-position:-20px 0}.jetpack-audio-player .mejs-replay>button:before{-webkit-mask-position:-160px 0;mask-position:-160px 0}.jetpack-audio-player .mejs-mute>button:before{-webkit-mask-position:-60px 0;mask-position:-60px 0}.jetpack-audio-player .mejs-unmute>button:before{-webkit-mask-position:-40px 0;mask-position:-40px 0}}.block-editor-block-contextual-toolbar[data-type="jetpack/podcast-player"] .components-toolbar__control,[data-type="jetpack/podcast-player"] .block-editor-block-contextual-toolbar .components-toolbar__control{padding:0 1em;width:auto}.jetpack-podcast-player__interactive-overlay,.jetpack-podcast-player__loading-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.jetpack-podcast-player__loading-overlay{align-items:center;background:#ffffffb3;display:flex;justify-content:center}.jetpack-podcast-player__placeholder .components-base-control,.jetpack-podcast-player__placeholder .components-base-control__field{display:flex;flex-grow:1}.jetpack-podcast-player__placeholder .components-base-control__field{margin-bottom:0}.jetpack-podcast-player__placeholder .components-placeholder__learn-more{margin-top:1em}.block-editor-block-inspector .components-base-control.jetpack-podcast-player__episode-selector{margin-bottom:24px}.jetpack-podcast-player--visually-hidden{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.wp-block-jetpack-podcast-player{overflow:hidden}.wp-block-jetpack-podcast-player audio{display:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player{--jetpack-podcast-player-primary:#000;--jetpack-podcast-player-secondary:#ccc;--jetpack-podcast-player-background:#fff;background-color:var(--jetpack-podcast-player-background);color:var(--jetpack-podcast-player-secondary);padding-bottom:0;padding-top:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player:not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player:not(.has-background){background-color:#fff}.wp-block-jetpack-podcast-player .jetpack-podcast-player a,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:hover,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:visited{border:none;box-shadow:none;text-decoration:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player a:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-podcast-player-secondary);outline-offset:2px}.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:visited{color:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:hover{color:inherit;color:var(--jetpack-podcast-player-primary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__header{display:flex;flex-direction:column}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-info{display:flex;padding:24px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__cover{flex-shrink:0;margin-inline-end:24px;width:80px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__cover-image{border:0;height:80px;max-width:100%;padding:0;width:80px}.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title{color:inherit;display:flex;flex-direction:column;letter-spacing:0;margin:0;padding:0;width:100%}.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title:after,.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title:before{display:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-title{color:var(--jetpack-podcast-player-primary);font-size:24px;margin:0 0 10px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-title:not(.has-primary){color:#000}.wp-block-jetpack-podcast-player .jetpack-podcast-player__podcast-title{color:inherit;font-size:16px;margin:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__tracks{display:flex;flex-direction:column;list-style-type:none;margin:24px 0 0;padding:0 0 15px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track{color:var(--jetpack-podcast-player-secondary);font-size:16px;line-height:1.8;margin:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track:not(.is-active):not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.is-active{color:var(--jetpack-podcast-player-primary);font-weight:700}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.is-active:not(.has-primary){color:#000}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-link{display:flex;flex-flow:row nowrap;justify-content:space-between;padding-bottom:10px;padding-inline-end:24px;padding-top:10px;padding-inline-start:22px;transition:none}.wp-block-jetpack-podcast-player .is-error .jetpack-podcast-player__track.is-active .jetpack-podcast-player__track-link{padding-bottom:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon{flex:22px 0 0;fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon svg{display:block;height:22px;margin-top:3.4px;width:22px;fill:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--error{fill:#cc1818}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.has-primary .jetpack-podcast-player__track-status-icon--error{fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title{flex-grow:1;padding:0 15px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link{display:inline-block;height:27px;margin-inline-start:5px;vertical-align:top}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:visited{color:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:hover{color:inherit;color:var(--jetpack-podcast-player-secondary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link svg{display:block;height:27px;width:27px;fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-duration{word-break:normal}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-description{color:inherit;font-size:16px;line-height:1.8;margin:0 0 24px;max-height:7.2em;order:99;overflow:hidden;padding:0 24px}@supports(display:-webkit-box){.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;max-height:none}}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error{color:#cc1818;display:block;font-size:.8em;font-weight:400;margin-inline-start:59px;margin-bottom:10px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error>span{color:var(--jetpack-podcast-player-secondary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error>span:not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.has-primary .jetpack-podcast-player__track-error{color:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player__error{color:#cc1818;font-size:.8em;font-weight:400;margin:0;padding:24px}@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing{background-image:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing:before{background-color:var(--jetpack-podcast-player-primary);background-image:none;content:"";display:block;height:100%;margin:4px 0 0 2px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 4.763 4.763'%3E%3Cpath d='M1.65 1.204a.8.8 0 0 1-.476.159H.327c-.159 0-.264.106-.264.264v1.508c0 .16.105.265.264.265h1.111c.08.053.133.106.212.159l.926.688c.106.079.212.026.212-.106V.595c0-.132-.106-.185-.212-.105z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.48.33S4.512.118 4.512 2.367 3.48 4.431 3.48 4.431' class='st1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.13 1.362s.688-.106.688 1.005S3.13 3.4 3.13 3.4' class='st1'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 4.763 4.763'%3E%3Cpath d='M1.65 1.204a.8.8 0 0 1-.476.159H.327c-.159 0-.264.106-.264.264v1.508c0 .16.105.265.264.265h1.111c.08.053.133.106.212.159l.926.688c.106.079.212.026.212-.106V.595c0-.132-.106-.185-.212-.105z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.48.33S4.512.118 4.512 2.367 3.48 4.431 3.48 4.431' class='st1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.13 1.362s.688-.106.688 1.005S3.13 3.4 3.13 3.4' class='st1'/%3E%3C/svg%3E");-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;max-height:22px;max-width:20px;width:100%}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing svg{display:none}}.wp-block-jetpack-podcast-player.is-default .jetpack-podcast-player__track-title{padding-inline-start:0}.wp-block-jetpack-podcast-player.is-default .jetpack-audio-player,.wp-block-jetpack-podcast-player.is-default .jetpack-podcast-player__track-status-icon{display:none}.connect-stripe.has-icon.has-text svg{margin-left:0}.connect-stripe.has-icon.has-text{font-weight:400}.product-management-control-inspector__product-interval .components-base-control,.product-management-control-inspector__product-title .components-base-control{width:100%}.product-management-control-inspector__product-price .components-base-control{margin:0;width:45%}.product-management-control-inspector__add-plan .components-panel__row:last-child{margin-top:25px}.product-management-control-inspector__add-plan .components-base-control:last-child{margin:0}.product-management-control-nudge .editor-warning{margin-bottom:0}.product-management-control-nudge .editor-warning__message{margin:13px 0}.product-management-control-nudge .editor-warning__actions{line-height:1}.product-management-control-nudge .product-management-control-nudge__info{display:flex;flex-direction:row;font-size:13px;line-height:1.4}.product-management-control-nudge .product-management-control-nudge__text-container{display:flex;flex-direction:column;padding-right:10px}.product-management-control-nudge .product-management-control-nudge__title{font-size:14px}.product-management-control-nudge__message{color:#646970}.editor-styles-wrapper a.product-management-control-nudge__button{color:#0075af;text-decoration:none}.wp-block-premium-content-container .premium-content-tabs{align-items:center;background:#fff;border:1px solid #1e1e1e;border-radius:2px;color:#757575;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0 -1px 0 0;padding:8px 14px;position:relative}.wp-block-premium-content-container--tab{align-items:center;background:#0000;border:none;display:flex;flex-direction:row;margin-inline-end:5px;padding:5px;text-decoration:none}.premium-content-tabs>button.edit{margin-inline-start:auto}.premium-content-wrapper{margin:0}.membership-button__disclaimer{color:var(--color-gray-200);flex-basis:100%;font-style:italic;margin:0}.membership-button__disclaimer a{color:var(--color-gray-400);line-height:36px}.wp-block-buttons .wp-block[data-type="jetpack/recurring-payments"]{display:inline-block;margin:0 0 0 .5em;width:auto}.editor-styles-wrapper .wp-block-buttons .wp-block[data-type="jetpack/recurring-payments"] .wp-block-button:not(.alignleft):not(.alignright){margin:0}.wp-block-premium-content-container .premium-content-wrapper .jetpack-block-nudge{display:none}.wp-block-premium-content-login-button{display:inline-block}.wp-block[data-align=center]>.wp-block-premium-content-login-button{align-items:center;display:flex;justify-content:center}.jetpack-publicize-gutenberg-social-icon{margin-left:10px}.components-connection-icon{cursor:pointer;display:grid}.components-connection-icon__picture .placeholder,.components-connection-icon__picture img{border-radius:2px;grid-area:1/1/2/2;height:24px;width:24px}.components-connection-icon__picture .placeholder{background-color:#a8bece;display:block}.components-connection-icon__picture .jetpack-publicize-gutenberg-social-icon{background-color:#fff;border-radius:2px;grid-area:1/1/2/2;height:15px;margin-left:5px;margin-right:14px;margin-top:14px;width:15px}.components-connection-icon__picture .jetpack-publicize-gutenberg-social-icon.is-facebook{border-radius:50%}.jetpack-publicize-connection-label-copy,.jetpack-publicize-gutenberg-social-icon{display:inline-block;vertical-align:middle}.cuoSlhSNrqf1dozY22Xb{fill:#000}.JLquNpQVlysAamuh5lJO,.lAIiifeLMmZAPlQ9n9ZR{fill:var(--jp-green-primary)}.cbOwD8Y4tFjwimmtchQI{fill:#757575}.cbOwD8Y4tFjwimmtchQI.aLWBKY0yRghEk7tNCgK3{fill:#0085ff}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw{fill:#0866ff}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.af4Y_zItXvLAOEoSDPSv{fill:#55acee}.cbOwD8Y4tFjwimmtchQI.f68aqF3XSD1OBvXR1get{fill:#0976b4}.cbOwD8Y4tFjwimmtchQI.xFI0dt3UiXRlRQdqPWkx{fill:#35465c}.cbOwD8Y4tFjwimmtchQI.q7JEoyymveP6kF747M43{fill:var(--color-gplus)}.cbOwD8Y4tFjwimmtchQI.DKOBOTVmTLbh26gUH_73{fill:#6364ff}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw{fill:#8ed500}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.cL3m0xBYTYhIKI7lCqDB{fill:#d93174}.cbOwD8Y4tFjwimmtchQI.fftumuc_lJ6v0tq4UMVR{fill:#43d854}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI{fill:#000}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI.social-logo{border-radius:40%}.components-connection-toggle{align-items:center;display:flex;position:relative;width:100%}.components-connection-toggle.is-not-checked .components-connection-icon__picture img{filter:saturate(0)}.components-connection-toggle.is-not-checked .jetpack-publicize-gutenberg-social-icon{fill:#949494;filter:saturate(0)}.components-connection-toggle.is-disabled{opacity:.5;width:100%}.__nV49on4_ijaV8Brnsw.zZ3Pu7E87XyYIdPR2WTt{margin-bottom:13px;margin-left:0;margin-right:0}.__nV49on4_ijaV8Brnsw .fLC8AaLf3xcKaoJ4Opax{height:auto;line-height:normal;padding-bottom:6px;padding-top:6px}.__nV49on4_ijaV8Brnsw .fLC8AaLf3xcKaoJ4Opax+.fLC8AaLf3xcKaoJ4Opax{margin-top:5px}.KQcQQLxH5fI08DfOlKwL{display:flex}.SbpyhN5jnda8H868J3rX{border-radius:4px;outline:1px solid var(--jp-gray-5)}.SbpyhN5jnda8H868J3rX .ONeewrk3aNC1gYJebq7K{margin-bottom:0}.SbpyhN5jnda8H868J3rX .ONeewrk3aNC1gYJebq7K:not(:last-child){border-bottom:1px solid var(--jp-gray-5)}.SbpyhN5jnda8H868J3rX .RoTxOeGFqAwk3pXUZpvF{padding:.75rem}@media(min-width:600px){.SbpyhN5jnda8H868J3rX .RoTxOeGFqAwk3pXUZpvF{padding:1rem}}.SbpyhN5jnda8H868J3rX .AjlYaYB_xi9ciXXCqHIJ{align-items:center;display:flex;gap:1rem}.SbpyhN5jnda8H868J3rX .kdYli5nS3b46T57Ih5TQ{display:flex;flex:1;flex-direction:column;gap:.25rem}.SbpyhN5jnda8H868J3rX .ci8T5eNe1rggYILce596{align-items:center;display:flex;gap:1rem}.SbpyhN5jnda8H868J3rX .W6mPdl5wGQlXfp1hYSK0{display:flex;gap:.5rem}.SbpyhN5jnda8H868J3rX .QbcyaAVqz3U_2xlIOZCw{border-radius:4px;font-size:.75rem;font-weight:600;padding:2px 8px}.SbpyhN5jnda8H868J3rX .fXvUC1jZNUXR7RSrIylI{color:var(--jp-gray-80);font-size:16px;font-weight:600;line-height:24px}.SbpyhN5jnda8H868J3rX .d22_aeSA1etqpnckP_Mr{color:var(--jp-gray-50);font-size:14px}.SbpyhN5jnda8H868J3rX .ddhaNmGMqOySRjR_TtqJ{display:flex;gap:.5rem}.SbpyhN5jnda8H868J3rX .nnSF_IK4vYviTlCOzPrg.components-button{font-size:14px;font-weight:500;line-height:20px;padding-inline:6px}.SbpyhN5jnda8H868J3rX .nnSF_IK4vYviTlCOzPrg.components-button span{display:flex}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw{border:0}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .components-panel__body{border-bottom:0;border-top:0;padding:0}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .components-panel__body.is-opened{margin-top:1rem}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ{display:flex;margin-top:1rem}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ form{display:flex;flex-direction:column;gap:1rem;justify-content:flex-end;width:100%}@media(min-width:600px){.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ form{flex-direction:row}}.SbpyhN5jnda8H868J3rX .MyXskAb4aXwO7zitR97z{color:var(--jp-green-50);white-space:nowrap}.SbpyhN5jnda8H868J3rX .hMntEpO6BV5B11lyAitv{font-size:var(--font-body-small);margin-block:0}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H{border-top:1px solid var(--jp-gray-5);padding-top:1rem}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H li:not(:last-child){margin-bottom:1rem}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H [inert=true]{opacity:.7}.jdahJvXCrCw0hA5NP3D3{display:grid;font-size:15px;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;margin-top:.4rem}.jdahJvXCrCw0hA5NP3D3.LLeYGX7Owy6gmpNW88VV{grid-auto-flow:row;grid-gap:2rem;height:auto;min-height:unset}.jdahJvXCrCw0hA5NP3D3 img{max-height:520px;max-width:100%}.jdahJvXCrCw0hA5NP3D3>div{padding:.4rem}.jdahJvXCrCw0hA5NP3D3>div:has(img){margin-inline-end:auto;margin-inline-start:auto}.EdjyE9tVLH6lWMoB9z3M{display:flex;gap:1rem}.EdjyE9tVLH6lWMoB9z3M .EQQHwkVXRn0caD6J7LqV{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:.5rem}.EdjyE9tVLH6lWMoB9z3M .vvlyiVm67wUWF9NhpMA4{height:38px;width:38px}.EdjyE9tVLH6lWMoB9z3M .zqX6xk8KCGK1_qbYKqY5.components-button.is-tertiary{color:var(--jp-gray-50);font-size:1rem;font-weight:400}.fNeO_MZFp7cPkgtCdkAF .zK8sijAMFNs2m6WRAoi4.components-button{font-size:14px;font-weight:500;line-height:20px;padding:6px 16px}.fNeO_MZFp7cPkgtCdkAF input{min-width:220px}@media(max-width:782px){.fNeO_MZFp7cPkgtCdkAF input{font-size:14px;min-height:30px;padding:0 8px}}.zLobzkXnF6jHxNvkfz5_{display:flex;gap:.5rem}.zI5tJ_qhWE6Oe6Lk75GY{--wp-admin-theme-color:var(--jp-black);--wp-admin-theme-color-darker-10:var(--jp-black-80);--wp-admin-theme-color-darker-20:var(--jp-black-80);--wp-admin-border-width-focus:1.51px;border-radius:var(--jp-border-radius);font-weight:600;justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo{height:calc(var(--spacing-base)*5);padding:var(--spacing-base);width:calc(var(--spacing-base)*5)}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo>svg:first-child{margin:0;padding:0}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo.Na39I683LAaSA99REg14{height:calc(var(--spacing-base)*4);min-width:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*4)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body);height:auto;line-height:24px;padding:var(--spacing-base) calc(var(--spacing-base)*3)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK{padding:var(--spacing-base) calc(var(--spacing-base)*2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body-extra-small);height:auto;line-height:20px;padding:calc(var(--spacing-base)/2) var(--spacing-base)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK>svg:first-child{margin-left:calc(var(--spacing-base)/2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo)>.components-spinner{height:20px}.zI5tJ_qhWE6Oe6Lk75GY.lZAo6_oGfclXOO9CC6Rd{font-weight:400}.zI5tJ_qhWE6Oe6Lk75GY.xJDOiJxTt0R_wSl8Ipz_{min-width:100%}.zI5tJ_qhWE6Oe6Lk75GY.is-primary:disabled,.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:disabled{background:var(--jp-gray);color:var(--jp-gray-20)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary{background:var(--jp-white);box-shadow:inset 0 0 0 1.51px var(--jp-black)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:active:not(:disabled),.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:hover:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-link.Na39I683LAaSA99REg14,.zI5tJ_qhWE6Oe6Lk75GY.is-link.ipS7tKy9GntCS4R3vekF{padding:0}.zI5tJ_qhWE6Oe6Lk75GY.is-link:hover:not(:disabled){text-decoration-thickness:3px}.zI5tJ_qhWE6Oe6Lk75GY.is-link:focus:not(:disabled){text-decoration-line:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:not(:disabled){background:var(--jp-red-50);box-shadow:inset 0 0 0 1px var(--jp-red-50);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:hover:not(:disabled){background:var(--jp-red-60);box-shadow:inset 0 0 0 1px var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:focus:not(:disabled){background:var(--jp-red-70);box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:active:not(:disabled){background:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:not(:disabled){background:var(--jp-white);box-shadow:inset 0 0 0 1.5px var(--jp-red-50);color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:hover:not(:disabled){background:var(--jp-red-0);box-shadow:inset 0 0 0 1.5px var(--jp-red-60);color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:active:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:not(:disabled){color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:hover:not(:disabled){box-shadow:none;color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6{position:relative}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6.has-icon{justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>:not(.components-spinner){visibility:hidden}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>.components-spinner{margin:0;position:absolute}.CDuBjJp_8jxzx5j6Nept{margin-right:calc(var(--spacing-base)/2)}.O5Go3eBOBqWlXy7fX0su{align-items:start;display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem;width:100%}.O5Go3eBOBqWlXy7fX0su>h3{margin-block:0}.fgQ4OdnJ1svMwDnOKu2H{align-items:center;display:flex}.fgQ4OdnJ1svMwDnOKu2H .components-spinner{margin-top:0}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b{color:inherit;font-size:1rem;font-weight:400;text-decoration:none}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link>svg,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b>svg{vertical-align:bottom}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link span,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b span{text-decoration:none}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link:hover{text-decoration:underline}.fgQ4OdnJ1svMwDnOKu2H span{text-decoration:none}.QsEfjoVyfc0gVACXTvUM span{font-size:15px}.eCH_xkiqbqL0UkJjU_1p{border-top:1px solid var(--jp-gray-5);display:flex;gap:.5rem;margin-bottom:1rem;padding-top:1rem}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw{border:0;margin-right:3rem}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw .components-panel__body{border-bottom:0;border-top:0;padding:0}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw .components-panel__body.is-opened{margin-top:1rem}.fXYYdRkn3LXtN9YH3354{border-radius:4px;margin:0;outline:1px solid var(--jp-gray-5);width:100%}.fXYYdRkn3LXtN9YH3354 [inert=true]{opacity:.7}.fXYYdRkn3LXtN9YH3354 .LaK9P7Nfi4ZBH0NhtbSs{margin-bottom:0;padding:1rem}.fXYYdRkn3LXtN9YH3354 .LaK9P7Nfi4ZBH0NhtbSs:not(:last-child){border-bottom:1px solid var(--jp-gray-5)}.fXYYdRkn3LXtN9YH3354 .tI3FtttoJPuF9AJzCAMv{align-items:center;display:flex;gap:1rem}.fXYYdRkn3LXtN9YH3354 .msoMjBB_4Uq5qpRgobsH{font-size:1rem;font-weight:400}.fXYYdRkn3LXtN9YH3354 .RjMLptH6v03AX5ABWBp3.components-button{font-size:14px;font-weight:500;line-height:20px;padding-inline:6px}.fXYYdRkn3LXtN9YH3354 .RjMLptH6v03AX5ABWBp3.components-button span{display:flex}.z5Do97zRnujyW3Oj0pPJ{display:flex;flex:1;flex-direction:column;gap:.5rem}.gridicon{fill:currentColor;display:inline-block}.gridicon.needs-offset g{transform:translate(-1px,1px)}.gridicon.needs-offset-x g{transform:translate(-1px)}.gridicon.needs-offset-y g{transform:translateY(1px)}.components-popover:not(.is-without-arrow):before{border-color:#dcdcde}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=left] .components-popover__content{margin-left:-62px}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=right] .components-popover__content{margin-right:-62px}.icon-tooltip-helper .components-popover[data-y-axis=bottom] .components-popover__content{top:2px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-6px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-4px!important}.icon-tooltip-helper .components-popover[data-y-axis=top] .components-popover__content{bottom:10px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:3px}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:4px}.icon-tooltip-helper.is-wide .components-popover__content{width:440px}.icon-tooltip-wrapper{color:#000;display:inline-block;position:relative}.icon-tooltip-wrapper .components-button.is-link:focus:not(:disabled){box-shadow:none}.icon-tooltip-helper{height:18px;pointer-events:none;position:absolute;right:-53px;top:0;width:124px}.icon-tooltip-container{pointer-events:all}.icon-tooltip-container .components-popover__content{border:1px solid #dcdcde;border-radius:4px;margin:0 10px;max-width:90vw;outline:none;padding:24px;white-space:normal;width:304px}.icon-tooltip-title{font-size:16px;font-weight:600;line-height:19px}.icon-tooltip-title:not(:last-child){margin-bottom:8px}.icon-tooltip-content{font-size:14px;font-weight:400;line-height:24px}.icon-tooltip-content ul{list-style-type:disc;margin:0 1rem 0 0}.icon-tooltip-content ul li:last-child{margin-bottom:0}.WQVtrU6q0L1Igcj7wCrQ{margin:0;padding:0}.UujoBFTnQNY2cWU2SIsH{font-size:var(--font-headline-medium);font-weight:700;line-height:52px}.TeGO5V_thHw5lDAm1_2M{font-weight:700}.TeGO5V_thHw5lDAm1_2M,.WolQzb2MsSgiNmLtc7_j{font-size:var(--font-headline-small);line-height:40px}.WolQzb2MsSgiNmLtc7_j{font-weight:400}.hUB0JT8p1T2Hw28N6qC8{font-weight:500}.gKZWDv5chz3_O3Syp74H,.hUB0JT8p1T2Hw28N6qC8{font-size:var(--font-title-medium);line-height:32px}.gKZWDv5chz3_O3Syp74H{font-weight:600}.zY2No8Ga4b8shbOQGhnv{font-size:var(--font-title-small);font-weight:500;line-height:30px}.tIj0D1t8Cc892ikmgFPZ{font-size:var(--font-body);font-weight:400;line-height:24px}.KdcN0BnOaVeVhyLRKqhS{font-size:var(--font-body-small);font-weight:400;line-height:24px}.dso3Rh3tl3Xv1GumBktz{font-weight:400}.dso3Rh3tl3Xv1GumBktz,.mQ1UlbN9u4Mg9byO8m7v{font-size:var(--font-body-extra-small);line-height:20px}.mQ1UlbN9u4Mg9byO8m7v{font-weight:700}.PItlW5vRExLnTj4a8eLE{font-size:var(--font-body-extra-small);font-weight:600;line-height:16px}.TwRpPlktzxhmFVeua7P5{margin:calc(var( --spacing-base )*0)}.zVfqx7gyb3o9mxfGynn1{margin-left:calc(var( --spacing-base )*0);margin-right:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy{margin-bottom:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy,.xqDIp6cNVr_E6RXaiPyD{margin-top:calc(var( --spacing-base )*0)}.S8EwaXk1kyPizt6x4WH2{margin-left:calc(var( --spacing-base )*0)}.ODX5Vr1TARoLFkDDFooD{margin-bottom:calc(var( --spacing-base )*0)}.cphJ8dCpfimnky7P2FHg{margin-right:calc(var( --spacing-base )*0)}.PFgIhNxIyiSuNvQjAIYj{margin:calc(var( --spacing-base )*1)}.M2jKmUzDxvJjjVEPU3zn{margin-left:calc(var( --spacing-base )*1);margin-right:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk{margin-bottom:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk,.rcTN5uw9xIEeMEGL3Xi_{margin-top:calc(var( --spacing-base )*1)}.CQSkybjq2TcRM1Xo9COV{margin-left:calc(var( --spacing-base )*1)}.hfqOWgq6_MEGdFE82eOY{margin-bottom:calc(var( --spacing-base )*1)}.I8MxZQYTbuu595yfesWA{margin-right:calc(var( --spacing-base )*1)}.kQkc6rmdpvLKPkyoJtVQ{margin:calc(var( --spacing-base )*2)}.j6vFPxWuu4Jan2ldoxpp{margin-left:calc(var( --spacing-base )*2);margin-right:calc(var( --spacing-base )*2)}.hqr39dC4H_AbactPAkCG{margin-bottom:calc(var( --spacing-base )*2)}.c3dQnMi16C6J6Ecy4283,.hqr39dC4H_AbactPAkCG{margin-top:calc(var( --spacing-base )*2)}.YNZmHOuRo6hU7zzKfPdP{margin-left:calc(var( --spacing-base )*2)}.Db8lbak1_wunpPk8NwKU{margin-bottom:calc(var( --spacing-base )*2)}.ftsYE5J9hLzquQ0tA5dY{margin-right:calc(var( --spacing-base )*2)}.Det4MHzLUW7EeDnafPzq{margin:calc(var( --spacing-base )*3)}.h_8EEAztC29Vve1datb5{margin-left:calc(var( --spacing-base )*3);margin-right:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM{margin-bottom:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM,.soADBBkcIKCBXzCTuV9_{margin-top:calc(var( --spacing-base )*3)}.zSX59ziEaEWGjnpZa4uV{margin-left:calc(var( --spacing-base )*3)}.yrVTnq_WBMbejg89c2ZQ{margin-bottom:calc(var( --spacing-base )*3)}.UKtHPJnI2cXBWtPDm5hM{margin-right:calc(var( --spacing-base )*3)}.guexok_Tqd5Tf52hRlbT{margin:calc(var( --spacing-base )*4)}.oS1E2KfTBZkJ3F0tN7T6{margin-left:calc(var( --spacing-base )*4);margin-right:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd{margin-bottom:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd,.ot2kkMcYHv53hLZ4LSn0{margin-top:calc(var( --spacing-base )*4)}.A1krOZZhlQ6Sp8Cy4bly{margin-left:calc(var( --spacing-base )*4)}.pkDbXXXL32237M0hokEh{margin-bottom:calc(var( --spacing-base )*4)}.XXv4kDTGvEnQeuGKOPU3{margin-right:calc(var( --spacing-base )*4)}.yGqHk1a57gaISwkXwXe6{margin:calc(var( --spacing-base )*5)}.X8cghM358X3DkXLc9aNK{margin-left:calc(var( --spacing-base )*5);margin-right:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f{margin-bottom:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f,.yqeuzwyGQ7zG0avrGqi_{margin-top:calc(var( --spacing-base )*5)}.g9emeCkuHvYhveiJbfXO{margin-left:calc(var( --spacing-base )*5)}.Lvk3dqcyHbZ07QCRlrUQ{margin-bottom:calc(var( --spacing-base )*5)}.r3yQECDQ9qX0XZzXlVAg{margin-right:calc(var( --spacing-base )*5)}.aQhlPwht2Cz1X_63Miw0{margin:calc(var( --spacing-base )*6)}.JyHb0vK3wJgpblL9s5j8{margin-left:calc(var( --spacing-base )*6);margin-right:calc(var( --spacing-base )*6)}.cY2gULL1lAv6WPNIRuf3{margin-bottom:calc(var( --spacing-base )*6)}.NBWQ9Lwhh_fnry3lg_p7,.cY2gULL1lAv6WPNIRuf3{margin-top:calc(var( --spacing-base )*6)}.yIOniNe5E40C8fWvBm5V{margin-left:calc(var( --spacing-base )*6)}.t30usboNSyqfQWIwHvT3{margin-bottom:calc(var( --spacing-base )*6)}.Nm_TyFkYCMhOoghoToKJ{margin-right:calc(var( --spacing-base )*6)}.C4qJKoBXpgKtpmrqtEKB{margin:calc(var( --spacing-base )*7)}.S93Srbu6NQ_PBr7DmTiD{margin-left:calc(var( --spacing-base )*7);margin-right:calc(var( --spacing-base )*7)}.fJj8k6gGJDks3crUZxOS{margin-bottom:calc(var( --spacing-base )*7)}.cW6D6djs7Ppm7fD7TeoV,.fJj8k6gGJDks3crUZxOS{margin-top:calc(var( --spacing-base )*7)}.DuCnqNfcxcP3Z__Yo5Ro{margin-left:calc(var( --spacing-base )*7)}.im8407m2fw5vOg7O2zsw{margin-bottom:calc(var( --spacing-base )*7)}.G0fbeBgvz2sh3uTP9gNl{margin-right:calc(var( --spacing-base )*7)}.kvW3sBCxRxUqz1jrVMJl{margin:calc(var( --spacing-base )*8)}.tOjEqjLONQdkiYx_XRnw{margin-left:calc(var( --spacing-base )*8);margin-right:calc(var( --spacing-base )*8)}.op5hFSx318zgxsoZZNLN{margin-bottom:calc(var( --spacing-base )*8)}.c9WfNHP6TFKWIfLxv52J,.op5hFSx318zgxsoZZNLN{margin-top:calc(var( --spacing-base )*8)}.sBA75QqcqRwwYSHJh2wc{margin-left:calc(var( --spacing-base )*8)}.GpL6idrXmSOM6jB8Ohsf{margin-bottom:calc(var( --spacing-base )*8)}.HbtWJoQwpgGycz8dGzeT{margin-right:calc(var( --spacing-base )*8)}.uxX3khU88VQ_Ah49Ejsa{padding:calc(var( --spacing-base )*0)}.KX0FhpBKwKzs9fOUdbNz{padding-left:calc(var( --spacing-base )*0);padding-right:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz{padding-bottom:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz,.emxLHRjQuJsImnPbQIzE{padding-top:calc(var( --spacing-base )*0)}.kJ8WzlpTVgdViXt8ukP9{padding-left:calc(var( --spacing-base )*0)}.tg_UIUI11VBzrTAn2AzJ{padding-bottom:calc(var( --spacing-base )*0)}.uczvl8kaz84oPQJ2DB2R{padding-right:calc(var( --spacing-base )*0)}.o7UHPcdVK3lt7q3lqV4o{padding:calc(var( --spacing-base )*1)}.IDqEOxvDoYrFYxELPmtX{padding-left:calc(var( --spacing-base )*1);padding-right:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2{padding-bottom:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2,.npy3hw4A5QSkDicb2CJJ{padding-top:calc(var( --spacing-base )*1)}.LgbptTApNY5NwLQvEFAt{padding-left:calc(var( --spacing-base )*1)}.WZQy2SZuZso59bUsXXyl{padding-bottom:calc(var( --spacing-base )*1)}.o331apInxNunbYB3SfPE{padding-right:calc(var( --spacing-base )*1)}.fMPIyD9Vqki1Lrc_yJnG{padding:calc(var( --spacing-base )*2)}.i2pMcTcdrr10IQoiSm_L{padding-left:calc(var( --spacing-base )*2);padding-right:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH{padding-bottom:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH,.o9bGieUKcYc8o0Ij9oZX{padding-top:calc(var( --spacing-base )*2)}.SwZcFez1RDqWsOFjB5iG{padding-left:calc(var( --spacing-base )*2)}.eHpLc_idmuEqeqCTvqkN{padding-bottom:calc(var( --spacing-base )*2)}.vU39i2B4P1fUTMB2l6Vo{padding-right:calc(var( --spacing-base )*2)}.JHWNzBnE29awhdu5BEh1{padding:calc(var( --spacing-base )*3)}.X72lGbb56L3KFzC2xQ9N{padding-left:calc(var( --spacing-base )*3);padding-right:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e{padding-bottom:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e,.srV0KSDC83a2fiimSMMQ{padding-top:calc(var( --spacing-base )*3)}.lUWfkmbQjCskhcNwkyCm{padding-left:calc(var( --spacing-base )*3)}.Ts0dIlc3aTSL7V4cIHis{padding-bottom:calc(var( --spacing-base )*3)}.CzlqQXXhX6MvorArFZ8B{padding-right:calc(var( --spacing-base )*3)}.TqMPkQtR_DdZuKb5vBoV{padding:calc(var( --spacing-base )*4)}.a7UrjhI69Vetlcj9ZVzz{padding-left:calc(var( --spacing-base )*4);padding-right:calc(var( --spacing-base )*4)}.StEhBzGs2Gi5dDEkjhAv{padding-bottom:calc(var( --spacing-base )*4)}.FGneZfZyvYrt1dG0zcnm,.StEhBzGs2Gi5dDEkjhAv{padding-top:calc(var( --spacing-base )*4)}.APEH216rpdlJWgD2fHc8{padding-left:calc(var( --spacing-base )*4)}.oGwXC3ohCic9XnAj6x69{padding-bottom:calc(var( --spacing-base )*4)}.U6gnT9y42ViPNOcNzBwb{padding-right:calc(var( --spacing-base )*4)}.IpdRLBwnHqbqFrixgbYC{padding:calc(var( --spacing-base )*5)}.HgNeXvkBa9o3bQ5fvFZm{padding-left:calc(var( --spacing-base )*5);padding-right:calc(var( --spacing-base )*5)}.tJtFZM3XfPG9v9TSDfN1{padding-bottom:calc(var( --spacing-base )*5)}.PdifHW45QeXYfK568uD8,.tJtFZM3XfPG9v9TSDfN1{padding-top:calc(var( --spacing-base )*5)}.mbLkWTTZ0Za_BBbFZ5b2{padding-left:calc(var( --spacing-base )*5)}.vVWpZpLlWrkTt0hMk8XU{padding-bottom:calc(var( --spacing-base )*5)}.RxfaJj5a1Nt6IavEo5Zl{padding-right:calc(var( --spacing-base )*5)}.SppJULDGdnOGcjZNCYBy{padding:calc(var( --spacing-base )*6)}.palY2nLwdoyooPUm9Hhk{padding-left:calc(var( --spacing-base )*6);padding-right:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_{padding-bottom:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_,.YEEJ9b90ueQaPfiU8aeN{padding-top:calc(var( --spacing-base )*6)}.QE0ssnsKvWJMqlhPbY5u{padding-left:calc(var( --spacing-base )*6)}.n8yA3jHlMRyLd5UIfoND{padding-bottom:calc(var( --spacing-base )*6)}.tXHmxYnHzbwtfxEaG51n{padding-right:calc(var( --spacing-base )*6)}.kBTsPKkO_3g_tLkj77Um{padding:calc(var( --spacing-base )*7)}.RyhrFx6Y1FGDrGAAyaxm{padding-left:calc(var( --spacing-base )*7);padding-right:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO{padding-bottom:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO,.vQVSq6SvWKbOMu6r4H6b{padding-top:calc(var( --spacing-base )*7)}.oBy5__aEADMsH46mrgFX{padding-left:calc(var( --spacing-base )*7)}.KVEXoJqf1s92j0JMdNmN{padding-bottom:calc(var( --spacing-base )*7)}.ZMXGNrNaKW3k_3TLz0Fq{padding-right:calc(var( --spacing-base )*7)}.tuiR9PhkHXhGyEgzRZRI{padding:calc(var( --spacing-base )*8)}.U7454qyWkQNa2iaSJziu{padding-left:calc(var( --spacing-base )*8);padding-right:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8{padding-bottom:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8,.X1rm9DQ1zLGLfogja5Gn{padding-top:calc(var( --spacing-base )*8)}.JS7G6kAuqJo5GIuF8S5t{padding-left:calc(var( --spacing-base )*8)}.Y8F9ga1TDCMbM1lj4gUz{padding-bottom:calc(var( --spacing-base )*8)}.AJuyNGrI63BOWql719H8{padding-right:calc(var( --spacing-base )*8)}.demNsMJjhi7BLY7xhjU5{align-items:center;display:flex;font-size:var(--font-body);line-height:calc(var(--spacing-base)*3);margin:calc(var(--spacing-base)*2) 0;min-height:calc(var(--spacing-base)*3)}.QiUjdjJSkqh6nH7YMG5A{align-self:flex-start;height:calc(var(--spacing-base)*3);margin-left:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*3)}.Q080AHcq29J2fc68Hhk5{color:var(--jp-red)}.Q080AHcq29J2fc68Hhk5 .hYWbIwhppukXmGnsiT9H{fill:var(--jp-red)}.JjHuxWly0HI9C60gorbq{color:var(--jp-yellow-40)}.JjHuxWly0HI9C60gorbq .hYWbIwhppukXmGnsiT9H{fill:var(--jp-yellow-40)}.Cm8ZFHi3mngl4cj9Gatx{color:var(--jp-blue-40)}.Cm8ZFHi3mngl4cj9Gatx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-blue-40)}.ytGBsU015p3LGwOPwFDx{color:var(--jp-green)}.ytGBsU015p3LGwOPwFDx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-green)}.udAWaza1u34TkmZZUPq4 .JsO4jFxFAKjG6Go62bZF{font-size:1rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .M6POQFFbhswwolN6D9VN{display:flex;flex-direction:column;gap:1rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .Sk_WQxS97yTokR_rM3Ci{flex-shrink:0}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .CRjatFVv3dQMjG9_Vmjj{align-items:center;display:flex;gap:.5rem}.udAWaza1u34TkmZZUPq4 .re3HrL6GJa59uqDgx771{align-items:center;display:flex;gap:1rem;justify-content:end;margin-top:3rem}.udAWaza1u34TkmZZUPq4 .jPB4ApiYyEswu6AKKJqk{height:2rem;width:2rem}.udAWaza1u34TkmZZUPq4 .JhIphWt8e2X_ee0l7KEZ{align-items:center;display:flex;font-size:1rem;gap:.5rem}.Mu_jAq5ZcYDM1kmBbxcs.Mu_jAq5ZcYDM1kmBbxcs{width:65rem}.foAsC5GlXOWEzACnxT_P{display:grid;gap:.5rem}.foAsC5GlXOWEzACnxT_P>input{height:100%;width:18rem}.foAsC5GlXOWEzACnxT_P:not(._7PKKGx44v2H9dJbUltFw){grid-auto-flow:column}.IGOk1gMf5SKkfOKyF7Xc{padding-block:2rem}.ptn8jt555LOvMXWaoLxs{font-size:13px;line-height:24px;margin:5px 0 12px;position:relative}.IVzciZv5S5E8XgR5EsLp{color:#757575}.OpbDsm3F65Z4K5Bz43cz,.dlrSwB0tyuf1TYcypDec,.hkpqil8E11PObwu7TVU2{padding:8px 16px}.OpbDsm3F65Z4K5Bz43cz a,.dlrSwB0tyuf1TYcypDec a,.hkpqil8E11PObwu7TVU2 a{color:inherit}.dlrSwB0tyuf1TYcypDec{background-color:#fef8ee;border-right:2px solid #f0b849}.hkpqil8E11PObwu7TVU2{background-color:#f4a2a2;border-right:2px solid #cc1818}.OpbDsm3F65Z4K5Bz43cz{border:1px solid #007cba;border-right-width:4px;padding:12px 16px}.AeqtA3GRe7sFjKaC9SqL{padding-left:25px}.IArBTmNL2K4du5WPBUhg{all:unset;cursor:pointer;left:16px;position:absolute;top:12px}.IArBTmNL2K4du5WPBUhg:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #007cba}.T7E2eJJN4qjwPpv3mcjV{margin-top:12px}.facebook-preview__post-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJIAAAAkCAYAAABi6GPmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAfySURBVHgB7Vx/iFVFFP6SCAmTCAuRisVqkTCTMouIEJEQBAkREcEIEYnWQqIsIor+EBGJRSQwlhAMWUxMQlqRRfxDthCRsBBdRDaR2kosWgmxddfm887Vc+fNzJ15b+6+92A/OLC8mTlz79zvnl8zd4HG0alkr5ILSv5WMqBkg5K7MYmJxMNKepUMa+nVv4WO7VLSp2RQyVUtg/q3rghddWGlkn+V3LTIQKLJn1TSreQMspu7mUiuap3deo4qsVbJRSX7ldyP9OA6X0HtPV6B/xnMUtKj5AbK1+uG7jsLiTEF9ouXcl7JNNQHWrSdSsaQjjwuGdNzVWVFL4u5Til5AGnRC/e99TrGLFcyovv8p+RrJWuQeZhpWjr1b38pGdd9R/TYZHgIRebPVTJDyWYl10Xbl4gHH2g/qieQKf2ohkzmPD8iLZmG4b6nYUv/t3DnBf1GyWMl+gcMnSTV20iEmULxJaPtVdE2ivhF24nihR9H9hakNKuztM7jxlw7kR62B3wa2YuXAjFE4j2PaXmvXDVes+gc15LEMs0Qii9b2o+J9g0IB+MV6c62InOjVWGKnkO6udQxk+lG879/RmbZG0Woa+PLk7uz90t03qXkK/gt+AgSvNzThMKrlvZNon0HwtGNoiWqkkQ5pqBombqRFnLxGXNIMjHgb5RMocF2j/79XIDOJxAWDvSgQdyLovsyId3bAYTjjBiXNKgrwXIUH25KyIUnVqNIprPIQoVGUJb+829mXnRJXQH67lHyC/wkGtc6G8rO1wuFg5b2ZaL9MMIhU/zkqaYHs+C3sI3AJBLB0skoimtY5f12ibmesbSvQlai+ELJ88gC8KMIs0obUSfoCgaFoncsfdaJ9j0Ih23RJwpVze3SuwJFMrFcUlXhr0/Ms9bSThc1jjDimNKHOiHdFqvZtlrRNsekXDgG5yeUbEdWq5BodyLNUfImsuIjXZZZsDXBtZRk4g7BoyVzMAtmgpAXaf9Btp6MS10x5TkUPYSrzPE4yl2aKYOoEyeEkq2OPociLmSbGNeOROLDo2s4Bf99jjrGMwyQtbchJR2OvvNRLHCachBZfGNixNKvwzHHEWTkJPlYW/sN/vuqKxR4WSi4BnfG8QPiWL1Fj2s3Ii1CZkXK7o9E2erRY5KJ8UqHpV/+gvJBjzrmsrmuEUdfehQahqfgxn1KfkIJkWhG+42bsC1Cv+57WPy+C/WB5OPCnUTxbZ2J9iESrVA3ateKroxuje5tnpLpCMcryF7OXBcLvbONPlyj+fpvuiEbmfotus/BT/T98IPu9BNkBDbH3nJtMVsR0sqM6RtpBHwY0k0uR3sQia7jgNGfNZuP0PjWxxIUyfQr/Otsqx/Zyhd98D/b0JLH06gl761g+zrCiRTD4FDIoHwz2oNIB42+3yJNhTrHYhSDdJKp09JvHuzPZsjStwv+53kR4bhkjL1VlwpZPNvEC5AGu4XO9Wh9In1o9NuGarAIRTIdt/RxeZMBS19ZkLSN4e+zUY5HjDG3C5KxRGJgtQZpwLdYmuZ1aG0ivYBiRXo7qgP3Ms+KuS4Y7WYYIOUzh84e+K3S90oehB8bjTG3t0hiidSJdOA2y16h23zDJhplc8sY8Riq2wdkQC23ikje1UYfWRA25UWHXrlp65I/kRWQmflNteiQMW1h0zaWSKkxW+j+o+K5yuCbe6VoYzBcVQWaes+jSCIznZclGFPOlujPj5GEVLEPGWOfxR2XVnOMpNlEksdRzNRyouGbW54OqCou6kAWKOfzMDtaZem3A+6HvwzlkAfbyuQ5PYZ7b7/jDpFqDrY1m0gyLqLraMVN207RxizXl+IvVPKxkn3IzhsNa320Yls845jiXzLmcZ1+cBV7+xEOedTWZ51YN+Qx3Dzldx61bRaRuNfDN1uWH1iHacVjJFtEm63swQP9nyJL031v93XYwf05ecqRpFsKN4Yc+uchDkkP/zeLSISsDHNxpqI1D7bJANN0HdwotVV7XWKCD1/unTHlXww/zlj0Xkb9SPI5UjOJtAK1b3qrHbWdLq6H5j0/6cDSxRHUPlAmDHxzGSAvQPEjCXP9eC5Ilj/48F5COWz1I15bXgHnFkqjB+Wi0UwiyaBR7tu10uH/paLtpP7NzKwozJYYGNtIb1s/1qSkJePm6UKEYS3s1m5U6DyECUYziMRg9V0U46Mlor3scySOcwWujFf4CdQ1hLubXGyfI8mz5yRZB4oxypi+Fp/VNNeP6btMKmiV5iMc3Oszt2lMNxejLwmaQaR9hs4Tlj5lH0jaAlfGL75Pc1zi+0Dyc9HPTAauISzdlnPxhZFbH3SFcxEPEpck59rRCuVfDtNNp/4AMwjNINLrQh9L/74b932ynYNWaA/iyBP6ybaMg2TBlCRagjCYL0D+t2szti0RSyTWRpaiMewS+mI//TGv12aFhhFmKUJwGnYirorQYRvP3faQTdK2QSyRcmGWxQxjKsJAU8yDcR+geJ6lLNX1XYvNCvG3lP+oYcgyR2xl2xwfci677VAvkVLIUTR2vVVZIQnzfDRjkthyhEzxq/7sqGmIJRIzohT/IYRl/nq+fbfpSm2FJGRcxvhmDuLxBrL0nllhygNwLYWYE5J5psQAkXEO44fRwLHsx7iAi8k6SL3/9UOm9VVZIYnvxHybMAknYs5sx2wKVgXuafHt3o3qrJAEK9ncLa+asG2P2K9IJjGJGvwP+tnxKdafpLoAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:73px 18px;display:inline-block;filter:invert(40%)}.facebook-preview__post-icon-like{background-position:100% 0;height:18px;width:18px}.facebook-preview__post-icon-comment{background-position:-18px 0;height:18px;width:18px}.facebook-preview__post-icon-share{background-position:-36px 0;height:18px;width:18px}.facebook-preview__post-icon-info{background-position:-54px 0;height:14px;width:7px}.facebook-preview__post-icon-public{background-position:-61px 0;height:12px;width:12px}.facebook-preview__post-actions{align-items:center;color:#65676b;display:flex;font-size:.9375rem;font-weight:600;height:2.625rem;justify-content:space-around;line-height:1.33;list-style-type:none;margin:0;padding:0;width:100%}.facebook-preview__post-actions>li{align-items:center;display:flex;gap:.5rem;margin:0}.facebook-preview__post-header{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;min-height:60px;padding:.75rem 1rem .5rem;width:100%}.facebook-preview__post-header-content{display:flex;gap:.5rem}.facebook-preview__post-header-avatar{background-color:#caccd1;border:1px solid #e5e5e5;border-radius:50%;height:40px;width:40px}.facebook-preview__post-header-name{color:#050505;font-size:.9375rem;font-weight:600;line-height:1.33}.facebook-preview__post-header-share{align-items:center;color:#65676b;display:flex}.facebook-preview__post-header-time{font-size:.8125rem;line-height:1.23}.facebook-preview__post-header-dot{text-align:center;width:.625rem}.facebook-preview__post-header-more{background-image:radial-gradient(circle at .125rem .125rem,#65676b 2px,#0000 0);background-size:.5rem .25rem;height:.25rem;margin:0 0 0 .625rem;width:1.25rem}.facebook-preview__post{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px #0003,0 -1px 0 #0000000d;display:flex;flex-direction:column;font-family:system-ui,-apple-system,BlinkMacSystemFont,\.SFNSText-Regular,sans-serif;margin-inline:auto;max-width:clamp(508px,100%,680px);overflow-y:hidden}.facebook-preview__post :-moz-any-link{color:#216fdb;text-decoration:none}.facebook-preview__post :any-link{color:#216fdb;text-decoration:none}.facebook-preview__custom-text{color:#050505;font-size:.9375rem;line-height:1.33;margin:0;padding:0 1rem 1rem;word-break:break-word}.facebook-preview__custom-text-post-url{display:block;margin-top:.5rem}.facebook-preview__body{border-bottom:1px solid #d4d0d4;border-top:1px solid #d4d0d4;display:flex;flex-direction:column}.facebook-preview__body.is-loading{visibility:hidden}.facebook-preview__body.is-portrait{flex-direction:row}.facebook-preview__text{align-items:center;background-color:#f0f2f5;color:#050505;display:flex;flex:1;padding:.5rem 1rem;position:relative;word-break:break-word}.facebook-preview__text-wrapper{width:100%}.facebook-preview__url{color:#65676b;font-size:.8125rem;line-height:1;margin-bottom:.25rem;text-transform:uppercase}.facebook-preview__title{font-size:.9444rem;font-weight:600;line-height:1.18;margin:.25rem 0 .125rem}.facebook-preview__description{color:#65676b;font-size:.9375rem;line-height:1.33}.facebook-preview__body.is-landscape .facebook-preview__description.is-compact{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.facebook-preview__custom-image img,.facebook-preview__custom-image video,.facebook-preview__image img,.facebook-preview__image video,.facebook-preview__media-item img,.facebook-preview__media-item video{display:block;-o-object-fit:cover;object-fit:cover;width:100%}.facebook-preview__image.is-empty{border-inline-end:1px solid #d4d0d4;height:140px;width:140px}.facebook-preview__image.is-portrait img{height:430px;width:278px}.facebook-preview__image.is-landscape img{aspect-ratio:1.91;width:100%}.facebook-preview__custom-image,.facebook-preview__media-item{background-color:#121212;display:flex;justify-content:center;width:100%}.facebook-preview__custom-image.is-portrait img,.facebook-preview__media-item.is-portrait img{height:685px;width:500px}.facebook-preview__custom-image.is-landscape img,.facebook-preview__media-item.is-landscape img{aspect-ratio:1.78;width:100%}.facebook-preview__info{align-items:center;background-color:#fff;border:1px solid #d4d0d4;border-radius:50%;display:flex;height:30px;justify-content:center;left:15px;position:absolute;top:-10px;width:30px}.facebook-preview__info i{filter:invert(8%)}.facebook-preview__window{border:1px solid #d4d0d4;border-radius:16px;margin:0 .75rem}.facebook-preview__window .facebook-preview__custom-image,.facebook-preview__window .facebook-preview__custom-image img,.facebook-preview__window .facebook-preview__image,.facebook-preview__window .facebook-preview__image img{border-top-left-radius:inherit;border-top-right-radius:inherit}.instagram-preview__wrapper{background-color:#fff;margin-inline:auto;max-width:clamp(200px,100%,555px);padding:20px}.instagram-preview__section .instagram-preview__wrapper{padding:0}.instagram-preview__section.social-preview__section{width:clamp(200px,100%,555px)}.instagram-preview__container{box-shadow:0 0 0 1px #00000014;overflow:hidden}.instagram-preview__header{display:flex;gap:.5rem;padding:.5rem 1rem}.instagram-preview__header--avatar{align-items:center;display:flex;max-height:32px;max-width:32px}.instagram-preview__header--avatar img{border-radius:50%;height:100%;width:100%}.instagram-preview__header--profile{align-items:center;display:flex;flex-grow:1;justify-content:space-between}.instagram-preview__header--profile-name{font-weight:700}.instagram-preview__media{display:flex}.instagram-preview__media--image,.instagram-preview__media--video{-o-object-fit:cover;object-fit:cover;width:100%}.instagram-preview__media-item{flex-grow:1}.instagram-preview__content{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 1rem}.instagram-preview__content a{color:#00376b;text-decoration:none}.instagram-preview__content--actions{display:flex;justify-content:space-between}.instagram-preview__content--actions-primary{align-items:center;display:flex;gap:1rem}.instagram-preview__content--name{display:inline;font-weight:600}.instagram-preview__content--text{display:inline}.instagram-preview__content--footer{color:#737373;font-weight:400}.linkedin-preview__wrapper{background-color:#fff;margin-inline:auto;max-width:clamp(200px,100%,555px);padding:20px}.linkedin-preview__section .linkedin-preview__wrapper{padding:0}.linkedin-preview__section.social-preview__section{width:clamp(200px,100%,555px)}.linkedin-preview__container{border-radius:8px;box-shadow:0 0 0 1px #00000014;overflow:hidden}.linkedin-preview__container.has-media{border-end-end-radius:0;border-end-start-radius:0}.linkedin-preview__header{display:flex;gap:.5rem;margin-bottom:.8rem;padding:.8rem 1rem 0}.linkedin-preview__header--avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:48px;overflow:hidden;width:48px}.linkedin-preview__header--avatar img{-o-object-fit:contain;object-fit:contain;width:100%}.linkedin-preview__header--profile{display:flex;flex-direction:column;overflow:hidden}.linkedin-preview__header--profile-title{font-size:.75rem}.linkedin-preview__header--profile-info{display:flex;gap:.25rem}.linkedin-preview__header--profile-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.linkedin-preview__header--profile-meta{align-items:center;display:flex;gap:.25rem}.linkedin-preview__caption{font-size:.875rem;font-weight:400;line-height:20px;margin:0 1rem}.linkedin-preview__content article,.linkedin-preview__media{background-color:#eef3f8;display:flex;flex-direction:column;margin-top:.5rem}.linkedin-preview__media-item{display:flex}.linkedin-preview__media-item img,.linkedin-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.linkedin-preview__description{padding:.5rem .75rem}.linkedin-preview__description--title{font-size:.875rem;font-weight:600;margin:0}.linkedin-preview__description--meta{color:#0009;display:flex;font-size:.875rem;font-weight:400;gap:.25rem;margin-top:.5rem}.linkedin-preview__image{-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__post-actions{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.mastodon-preview__post-actions>div{align-items:center;color:#606984;display:flex}.mastodon-preview__post-actions svg{fill:currentColor}.mastodon-preview__post-icon-text{color:#525a71;font-size:.75rem;font-weight:500}.mastodon-preview__body{color:#000;margin-bottom:1rem}.mastodon-preview__body>p{margin-bottom:1.25rem}.mastodon-preview__card{border:1px solid #d9e1e8;border-radius:8px;color:#000;display:flex;margin-bottom:1rem;margin-top:1rem;overflow:hidden}.mastodon-preview__card.has-image{flex-direction:column}.mastodon-preview__card.has-image .mastodon-preview__card-img{width:100%}.mastodon-preview__card-img{min-height:60px}.mastodon-preview__card-img img{border-end-start-radius:inherit;border-start-start-radius:inherit;display:block;min-height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__card-img--fallback{align-items:center;aspect-ratio:1;background:#c0cdd9;display:flex;justify-content:center;position:relative;width:120px}.mastodon-preview__card-text{display:flex;flex-direction:column;gap:.5rem;overflow:hidden;padding:1rem}.mastodon-preview__card-title{color:#282c37;font-size:1.187rem;font-weight:700;line-height:1.4}.mastodon-preview__card-site{display:block;font-size:.875rem}.mastodon-preview__card-description{font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mastodon-preview__post-header{align-items:start;display:flex;font-size:.9375rem;justify-content:space-between;line-height:1.47;margin-bottom:.625rem}.mastodon-preview__post-avatar{border-radius:4px;height:46px;width:46px}.mastodon-preview__post-header-user{align-items:center;display:flex;gap:.75rem}.mastodon-preview__post-header-displayname{color:#000;font-weight:700}.mastodon-preview__post-header-audience{align-items:center;display:flex;gap:.25rem}.mastodon-preview__section{margin-inline:auto;max-width:100%;width:578px}.mastodon-preview__post{background-color:#fff;border:1px solid #c0cdd9;box-sizing:border-box;color:#444b5d;font-family:"mastodon-font-sans-serif",sans-serif;font-size:.9375rem;line-height:1.47;overflow-y:hidden;padding:1rem;width:100%}.mastodon-preview__post :-moz-any-link{color:#3a3bff;text-decoration:none}.mastodon-preview__post :any-link{color:#3a3bff;text-decoration:none}.mastodon-preview__img{aspect-ratio:16/9;border-radius:4px;display:block;margin:.875rem auto 0;-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__media{border-radius:8px;margin-top:8px;min-height:64px}.mastodon-preview__media.as-grid{display:grid;gap:2px;grid-template-columns:50% 50%;overflow:hidden;width:100%}.mastodon-preview__media-item{border:0;border-radius:8px;display:flex;overflow:hidden}.mastodon-preview__media-item img,.mastodon-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.nextdoor-preview__wrapper{max-width:clamp(200px,100%,600px)}.nextdoor-preview__section .nextdoor-preview__wrapper{padding:0}.nextdoor-preview__section.social-preview__section{width:clamp(200px,100%,600px)}.nextdoor-preview__container{background-color:#fff;border-radius:8px;box-shadow:0 0 8px #0000001a;overflow:hidden}.nextdoor-preview__container.small-preview{border-end-end-radius:0;border-end-start-radius:0}.nextdoor-preview__header{align-items:center;display:flex;gap:.5rem;margin-bottom:8px}.nextdoor-preview__header--avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:40px;overflow:hidden;width:40px}.nextdoor-preview__header--avatar img{-o-object-fit:contain;object-fit:contain;width:100%}.nextdoor-preview__header--details{display:flex;flex-direction:column}.nextdoor-preview__header--name{font-size:1rem;font-weight:600;letter-spacing:-.32px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nextdoor-preview__header--meta{align-items:center;color:#666;display:flex;font-size:14px;gap:.25rem;letter-spacing:-.32px;line-height:19px;white-space:pre-wrap}.nextdoor-preview__footer{display:flex;flex-direction:row;justify-content:flex-end;margin-top:24px}.nextdoor-preview__footer--actions{align-items:center;display:flex;gap:1rem}.nextdoor-preview__footer--actions-item{align-items:center;display:flex;font-size:13px;font-weight:600;gap:.25rem;line-height:16px}.nextdoor-preview__content{padding:12px 16px}.nextdoor-preview__card{border-radius:16px;box-shadow:0 1px 4px 0 #00000014,0 0 2px 0 #0003;display:flex;flex-direction:column;margin-top:12px;overflow:hidden}.nextdoor-preview__card.small-preview{align-items:center;flex-direction:row}.nextdoor-preview__card--chevron-wrapper{align-items:center;display:flex;justify-content:center;min-width:40px;width:40px}.nextdoor-preview__caption{font-size:1rem;font-weight:400;line-height:20px;margin-bottom:20px}.nextdoor-preview__media-item{display:flex}.nextdoor-preview__media-item img,.nextdoor-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.nextdoor-preview__description{display:flex;flex-direction:column;overflow:hidden;padding:16px}.small-preview .nextdoor-preview__description{flex-grow:1;padding:10px}.nextdoor-preview__description--title{font-size:15px;font-weight:600;line-height:20px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nextdoor-preview__description--url{color:#666;font-size:13px}.nextdoor-preview__media{margin-inline:-16px}.nextdoor-preview__image{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;width:100%}.small-preview .nextdoor-preview__image{height:62px;width:62px}.nextdoor-preview__default-avatar{align-items:center;background-color:#8c6e63;border-radius:50%;color:#fff;display:flex;font-size:x-large;height:40px;justify-content:center;width:40px}.nextdoor-preview__default-image{align-items:center;background-color:#f1ffca;display:flex;height:62px;justify-content:center;width:62px}.threads-preview{padding:20px}.threads-preview__wrapper{background-color:#fff;border-radius:4px;margin-inline:auto;max-width:clamp(200px,100%,635px);padding-inline-end:1rem;padding-top:1rem}.threads-preview__section.social-preview__section{width:clamp(200px,100%,635px)}.threads-preview__section.social-preview__section .social-preview__section-desc,.threads-preview__section.social-preview__section .social-preview__section-heading{padding-inline-start:17px}.threads-preview__container{color:#000;display:grid;font-size:15px;grid-template-columns:50px auto;line-height:21px;margin-bottom:5px}.threads-preview__container .threads-preview__sidebar{display:grid;grid-template-rows:35px auto;justify-items:center}.threads-preview__container .threads-preview__sidebar .threads-preview__profile-image{align-items:center;border-radius:50%;display:flex;max-height:36px;max-width:36px;overflow:hidden}.threads-preview__container .threads-preview__sidebar .threads-preview__profile-image img{-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__sidebar .threads-preview__connector{background-color:#8c8f94;width:2px}.threads-preview__container .threads-preview__main{overflow:hidden;padding-bottom:1rem}.threads-preview__container .threads-preview__header{display:flex;font-size:16px;gap:6px;line-height:18px;margin-bottom:2px}.threads-preview__container .threads-preview__name{font-size:15px;font-weight:600}.threads-preview__container .threads-preview__date{color:#999}.threads-preview__container .threads-preview__content .threads-preview__text{white-space:pre-wrap;word-break:break-word}.threads-preview__container .threads-preview__content .threads-preview__media{border-radius:15px;display:grid;overflow:hidden;grid-gap:2px;grid-template-areas:"a";height:300px;margin-top:12px}.threads-preview__container .threads-preview__content .threads-preview__media img,.threads-preview__container .threads-preview__content .threads-preview__media video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__content .threads-preview__media img:first-child,.threads-preview__container .threads-preview__content .threads-preview__media video:first-child{grid-area:a}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(2),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(2){grid-area:b}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(3),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(3){grid-area:c}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(4),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(4){grid-area:d}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-2{grid-template-areas:"a b"}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-3{grid-template-areas:"a b" "a c"}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-4{grid-template-areas:"a b" "c d"}.threads-preview__container .threads-preview__content .threads-preview__card{border:1px solid #e1e8ed;border-radius:8px;margin-bottom:12px;margin-top:12px;overflow:hidden}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-image{aspect-ratio:16/9;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-body{color:#000;display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;gap:2px;overflow:hidden;padding:.75em;text-align:right;text-decoration:none}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-title{text-overflow:ellipsis}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-url{color:#999;font-size:12px;overflow-inline:hidden;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}.threads-preview__container .threads-preview__footer{display:flex;gap:2.5rem;margin-top:1rem}.threads-preview__container .threads-preview__footer svg{height:19px;width:19px;fill:#424242}.threads-preview__container .threads-preview__icon--like svg,.threads-preview__container .threads-preview__icon--reply svg,.threads-preview__container .threads-preview__icon--share svg{fill:#0000;stroke:#424242}.tumblr-preview__post-icon{align-items:center;display:flex}.tumblr-preview__post-icon svg{fill:#000000a6}.tumblr-preview__post-icon-blaze{height:20px;width:23px}.tumblr-preview__post-icon-delete{height:21px;width:17px}.tumblr-preview__post-icon-edit{height:21px;width:21px}.tumblr-preview__post-icon-share{height:24px;width:24px}.tumblr-preview__post-icon-reblog,.tumblr-preview__post-icon-reply{height:21px;width:21px}.tumblr-preview__post-icon-like{height:21px;width:23px}.tumblr-preview__post-icon-ellipsis{height:4px;width:18px}.tumblr-preview__post-actions{color:#000000a6;font-size:1rem;font-weight:700;line-height:1.5;margin-top:.25rem;padding:0 1.25rem}.tumblr-preview__post-manage-actions,.tumblr-preview__post-social-actions{align-items:center;display:flex;justify-content:space-between;min-height:3.5rem}.tumblr-preview__post-manage-actions ul,.tumblr-preview__post-social-actions ul{align-items:center;display:flex;gap:1.25rem;list-style-type:none;margin:0;padding:0}.tumblr-preview__post-manage-actions ul>li,.tumblr-preview__post-social-actions ul>li{align-items:center;display:flex;justify-content:center}.tumblr-preview__post-social-actions{border-top:1px solid #c27b7b26}.tumblr-preview__post-actions-blaze,.tumblr-preview__post-header{align-items:center;display:flex}.tumblr-preview__post-header{justify-content:space-between;margin:1rem 0;padding:0 1.25rem}.tumblr-preview__post-header-username{font-size:.875rem;font-weight:700;line-height:1.5}.social-preview{padding:0 .5rem}.social-preview__section{margin-bottom:2rem;margin-inline:auto;width:clamp(200px,100%,680px)}.social-preview__section-heading{color:#1e1e1e;font-size:.875rem;font-weight:600;line-height:1.42;margin-bottom:.375rem;margin-top:0}.social-preview__section-desc{color:#757575;font-size:.75rem;line-height:1.33;margin-bottom:1rem;margin-top:0}.social-preview__section-desc .components-external-link{align-items:center;display:inline-flex;gap:.25rem}.tumblr-preview__section.social-preview__section{width:clamp(200px,100%,604px + 1.25rem)}.tumblr-preview__post{align-items:flex-start;display:flex;gap:1.25rem}.tumblr-preview__avatar{border-radius:3px;height:64px;width:64px}@media(max-width:660px){.tumblr-preview__avatar{display:none}}.tumblr-preview__card{background-color:#fff;border-radius:3px;color:#000;font-family:Favorit,Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif;font-size:1rem;overflow-y:hidden}.tumblr-preview__card :-moz-any-link{color:inherit;text-decoration:underline}.tumblr-preview__card :any-link{color:inherit;text-decoration:underline}.tumblr-preview__custom-text,.tumblr-preview__title{margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__title{font-size:1.625rem;font-weight:400;line-height:1.3}.tumblr-preview__description{font-size:1rem;line-height:1.5;margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__image{aspect-ratio:16/9;display:block;margin:3.375rem 0 1rem;width:100%}.tumblr-preview__url{display:inline-block;margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__site-name{color:#000000a6;font-size:.75rem;text-transform:uppercase}.tumblr-preview__window{margin:0 1.25rem 1.25rem}.tumblr-preview__window-top{border-top-left-radius:6px;border-top-right-radius:6px;position:relative}.tumblr-preview__window-top .tumblr-preview__image{aspect-ratio:16/9;border-top-left-radius:inherit;border-top-right-radius:inherit;margin:0;width:100%}.tumblr-preview__window-bottom{border:1px solid #00000040;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:flex;flex-direction:column;gap:.5rem;padding:1rem .75rem}.tumblr-preview__window-bottom.is-full{border-top-left-radius:6px;border-top-right-radius:6px}.tumblr-preview__window-bottom>*{margin:0;padding:0}.tumblr-preview__overlay{align-items:center;background-color:#0006;border-top-left-radius:inherit;border-top-right-radius:inherit;bottom:0;color:#fff;display:flex;justify-content:center;left:0;padding:1rem .75rem;position:absolute;right:0;top:0}.tumblr-preview__overlay>*{margin:0;padding:0}.nOZgE6dP_guav2888GAK{margin:1rem 0 1.5rem}@media(min-width:600px){.jxndagXCphEhzYfnjHMZ{width:calc(100vw - 40px)}}@media(min-width:960px){.jxndagXCphEhzYfnjHMZ{max-height:calc(100% - 120px);width:920px}}.jxndagXCphEhzYfnjHMZ .components-modal__content.hide-header{padding:0}.na9tpJVboVaxVNabSRsr{display:flex}@media(max-width:782px){.na9tpJVboVaxVNabSRsr{flex-direction:column}}.VxWWpt730pSzZCEVjxA3{height:2rem;left:.5rem;position:absolute;top:.5rem}.z14EiGfFuQwKazBW3LpF{align-items:center;border-bottom:1px solid #dcdcde;display:flex;height:48px;padding-inline:2rem}@media(min-width:782px){.z14EiGfFuQwKazBW3LpF{border-inline-end:1px solid #dcdcde}}.z14EiGfFuQwKazBW3LpF h2{font-size:1rem;font-weight:600;line-height:16px;margin-block:0}@media(min-width:782px){.LAWYmJPODB8LgzQMzsyx{flex:1}}.vVbLRydJFLCVa49hSz83{padding:1rem 2rem}@media(min-width:782px){.vVbLRydJFLCVa49hSz83{border-inline-end:1px solid #dcdcde}}.uw1atyZ2fcJoKjwf6SZW{background:var(--jp-gray-0);flex:1}@media(min-width:782px){.uw1atyZ2fcJoKjwf6SZW{flex:2}}.uw1atyZ2fcJoKjwf6SZW .components-tab-panel__tabs{background:var(--jp-white);border-bottom:1px solid #dcdcde;height:48px;justify-content:center}.meKppCUznQhlkjwZuS6G{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:1rem 2rem}.HS7f47n0w2xUqa4wQkwX{opacity:.5}.dKXzdVKZ7LYvSmUVrl26{color:var(--jp-gray-40);margin-top:0}.sP1aklNMfj7lCDxuhWaq{position:relative}.a6tcXi51GAewl3qx0AVi{align-items:center;background-color:#2c3338e6;border-radius:2px;bottom:8px;display:flex;font-variant-numeric:tabular-nums;padding:4px;position:absolute;right:8px}.a6tcXi51GAewl3qx0AVi svg{margin-left:2px}.uFtCCGeycoI94JbCnJh8.uFtCCGeycoI94JbCnJh8{color:var(--jp-white);font-size:9px;font-weight:600;line-height:8px}.cZuW54OEuUN9yvuE_rNU{margin:auto;position:relative}.vCs0BOExDMOystFhG2wa{width:auto}.sKpch49QzrpontC0DvF7{background-color:var(--jp-gray-0);border:1px dashed var(--jp-gray-20);border-radius:calc(var(--jp-border-radius)*.5);display:grid;grid-template-rows:1fr auto 2fr;justify-content:center;margin-bottom:8px;min-height:130px;padding:24px;position:relative;width:100%}.sKpch49QzrpontC0DvF7>*{justify-self:center}.sKpch49QzrpontC0DvF7>button{grid-row:2}.sKpch49QzrpontC0DvF7>button:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.sKpch49QzrpontC0DvF7>span{color:var(--jp-gray-60);font-size:13px;grid-row:3;line-height:16px;margin-top:16px;text-align:center}.sKpch49QzrpontC0DvF7>svg{align-self:center;margin:0;position:absolute}.vOO47kVjHn7i63fQ0bx0{color:#757575;font-size:12px;font-weight:400;line-height:16px;margin-bottom:8px}.ziE_jq4PmQmGBedGskf_{width:100%}.TJGgifcTHqUtknPqVQpH,.qqGj0rmSJvZs9dyr0u_I,.ziE_jq4PmQmGBedGskf_{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;cursor:pointer;margin:0;padding:0}.TJGgifcTHqUtknPqVQpH,.qqGj0rmSJvZs9dyr0u_I{align-items:center;background-color:var(--jp-black);border:1.5px solid var(--jp-white);border-radius:100%;display:flex;height:20px;justify-content:center;left:-4px;line-height:0;position:absolute;top:-4px;transition:background .1s ease-in-out;width:20px;z-index:2}.TJGgifcTHqUtknPqVQpH svg,.qqGj0rmSJvZs9dyr0u_I svg{fill:var(--jp-white)}.TJGgifcTHqUtknPqVQpH:hover,.qqGj0rmSJvZs9dyr0u_I:hover{background-color:var(--wp-admin-theme-color)}.TJGgifcTHqUtknPqVQpH{left:-5px;top:-56px}.f92zWdEJJIwBvwH5rRzn{margin-bottom:16px}.f92zWdEJJIwBvwH5rRzn .components-responsive-wrapper__content{width:auto}.rBTOWyeewE4VxAqYgjoI{filter:grayscale(100%);opacity:.5}.PykCvaqoL7AIDzVKJAtg{position:relative}.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP{margin:16px 0 8px;padding-left:8px}.components-base-control__label+.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP{margin-top:0}.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP p{margin:0 0 4px}.Q21myqk1zOYB3IH8YuEq{color:var(--jp-gray-40);margin-top:0}.RoerAwwhu_PqirHlSJPz{display:block;margin-top:1rem}.Ua6eKcnk_tQQpFlgXMSn{display:inherit;display:flex;flex-wrap:wrap;list-style-type:none;margin:0;width:100%}.Ua6eKcnk_tQQpFlgXMSn .SHqrIEguRfCILRHPyxE9{margin:5px 0 10px}.ejyuBjiLmHz_UTFmBnjA{display:inline-block;margin-top:6px}.smqXe_da1eoP4Agql_Cs{height:auto;margin-inline-start:15px;padding:0}.eQZwqSCI_uVWrJ2jIRUA{margin-block-end:1rem}.O_ZghPCUG7291iVsp1wx{color:#646970;margin-bottom:.25rem}.nrOxj0JeSCWwCB4oaR94{display:block;margin-bottom:1rem}.Jxra4242dPPaUy28mM8H.components-button.is-link{font-size:inherit;font-weight:inherit}.Jxra4242dPPaUy28mM8H.components-button.is-link:hover{text-decoration:none}.amoEz9VXiwF3eyLxTbOA .irsbCLZJNayrJ0g_joAn{font-style:italic;font-weight:700;word-wrap:break-word}.lIKYDl6xVVtMbvcUDrrn.lIKYDl6xVVtMbvcUDrrn{display:block;margin-bottom:.5rem}.search-preview__display{border:1px solid #f6f7f7;font-family:arial,sans-serif;padding:10px 20px;word-wrap:break-word}.search-preview__header{align-items:flex-end;display:flex;gap:.5rem}.search-preview__menu{color:#4d5156;height:18px;position:relative;width:18px}.search-preview__branding{align-items:center;display:flex;gap:.75rem}.search-preview__site--title{color:#202124;font-size:14px;line-height:20px}.search-preview__icon{height:1.75rem;width:1.75rem}.search-preview__title{color:#1a0dab;font-size:20px;line-height:1.3;margin-bottom:7px;margin-top:8px;max-width:616px}.search-preview__title:hover{cursor:pointer;text-decoration:underline}.search-preview__url{color:#4d5156;font-size:12px;line-height:1.3;max-width:616px}.search-preview__description{color:#4d5156;font-size:14px;font-weight:400;line-height:1.5;max-width:616px}.VHYulMcpzbr10HWR0iSE{align-items:flex-start;border:1px solid var(--jp-black);border-color:var(--jp-gray-5);border-radius:4px;border-right-width:6px;display:flex;font-size:var(--font-body);padding:24px 18px 27px 31px}.FGpSkMCiIHQjszcV0dbn{margin-left:20px}.FGpSkMCiIHQjszcV0dbn,.KoWZcCwhW13xvkEb0QON{height:calc(var(--spacing-base)*3);width:calc(var(--spacing-base)*3)}.KoWZcCwhW13xvkEb0QON{background-color:#0000;border:none;cursor:pointer;outline:none}@media screen and (max-width:600px){.VHYulMcpzbr10HWR0iSE{box-shadow:0 4px 8px #00000008,0 1px 2px #0000000f;padding-top:68px;position:relative}.FGpSkMCiIHQjszcV0dbn{position:absolute;right:24px;top:24px}.KoWZcCwhW13xvkEb0QON{left:24px;position:absolute;top:24px}}.smrfczkC53EaFM8OJUXs{flex-grow:1}.IKYRWoPwt9xOVEx1wzNS{font-weight:600;margin-bottom:8px}.qM0qY6mPYp1MPN54A3Kg{align-items:center;display:flex;margin-top:20px}.qM0qY6mPYp1MPN54A3Kg a,.qM0qY6mPYp1MPN54A3Kg a:active,.qM0qY6mPYp1MPN54A3Kg a:focus,.qM0qY6mPYp1MPN54A3Kg a:hover{color:var(--jp-black)}.qM0qY6mPYp1MPN54A3Kg>*{margin-left:24px}.A5YkDkkXuiYgavrY6Nux{border-right-color:var(--jp-red)}.A5YkDkkXuiYgavrY6Nux .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-red)}.cT5rwuPMZzWvi5o6shMl{border-right-color:var(--jp-yellow-20)}.cT5rwuPMZzWvi5o6shMl .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-yellow-20)}.yo0O3uvNomPsYUXFCpAS{border-right-color:var(--black)}.yo0O3uvNomPsYUXFCpAS .y_IPyP1wIAOhyNaqvXJq{fill:var(--black)}.oZdDFf1jBLkzn5ICCC6x{border-right-color:var(--jp-green)}.oZdDFf1jBLkzn5ICCC6x .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-green)}.twitter-preview{padding:20px}.twitter-preview__wrapper{background-color:#fff;border-radius:4px;margin-inline:auto;max-width:clamp(200px,100%,635px);padding-inline-end:1rem;padding-top:1rem}.twitter-preview__section.social-preview__section{width:clamp(200px,100%,635px)}.twitter-preview__section.social-preview__section .social-preview__section-desc,.twitter-preview__section.social-preview__section .social-preview__section-heading{padding-inline-start:17px}.twitter-preview__container{display:grid;font-size:15px;grid-template-columns:65px auto;line-height:20px;margin-bottom:5px}.twitter-preview__container .twitter-preview__sidebar{display:grid;grid-template-rows:35px auto;justify-items:center}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__profile-image{align-items:center;border-radius:50%;display:flex;max-height:30px;max-width:30px;overflow:hidden}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__profile-image img{-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__connector{background-color:#8c8f94;width:2px}.twitter-preview__container .twitter-preview__main{overflow:hidden;padding-bottom:1rem}.twitter-preview__container .twitter-preview__header{display:flex;font-size:16px;gap:.25rem;line-height:18px;margin-bottom:2px}.twitter-preview__container .twitter-preview__name{font-weight:700}.twitter-preview__container .twitter-preview__date,.twitter-preview__container .twitter-preview__screen-name{color:#667886;letter-spacing:-.3px}.twitter-preview__container .twitter-preview__content .twitter-preview__text{color:#0f1419;white-space:pre-wrap;word-break:break-word}.twitter-preview__container .twitter-preview__content .twitter-preview__media{border-radius:15px;display:grid;overflow:hidden;grid-gap:2px;grid-template-areas:"a";height:300px;margin-top:12px}.twitter-preview__container .twitter-preview__content .twitter-preview__media img,.twitter-preview__container .twitter-preview__content .twitter-preview__media video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:first-child,.twitter-preview__container .twitter-preview__content .twitter-preview__media video:first-child{grid-area:a}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(2),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(2){grid-area:b}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(3),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(3){grid-area:c}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(4),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(4){grid-area:d}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-2{grid-template-areas:"a b"}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-3{grid-template-areas:"a b" "a c"}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-4{grid-template-areas:"a b" "c d"}.twitter-preview__container .twitter-preview__content .twitter-preview__quote-tweet{margin-top:10px;min-height:200px}.twitter-preview__container .twitter-preview__content .twitter-preview__quote-tweet .twitter-preview__quote-tweet-overlay{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.twitter-preview__container .twitter-preview__content .twitter-preview__card{border:1px solid #e1e8ed;border-radius:12px;margin-bottom:12px;margin-top:12px;overflow:hidden}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary{display:grid}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image{display:grid;grid-template-columns:125px auto;height:125px}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image .twitter-preview__card-body{border-right:1px solid #e1e8ed;height:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image .twitter-preview__card-description{-webkit-line-clamp:3}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary_large_image{display:grid;grid-template-rows:254px auto}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-image{aspect-ratio:16/9;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-body{color:#000;display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;gap:2px;overflow:hidden;padding:.75em;text-align:right;text-decoration:none}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-title{max-height:1.3em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-description{color:#536471;display:-webkit-box;max-height:3.9em;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-url{color:#8899a6;overflow-inline:hidden;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}.twitter-preview__container .twitter-preview__footer{display:flex;justify-content:space-between;margin-top:12px;max-width:425px}.twitter-preview__container .twitter-preview__footer svg{fill:#787c82;height:16px;width:16px}.jetpack-social-previews__modal .components-modal__header{margin:0}.jetpack-social-previews__modal .components-modal__content{padding:0}.jetpack-social-previews__modal--close-btn{height:2rem;left:.5rem;position:absolute;top:.5rem}.jetpack-social-previews__modal-previews{display:flex;flex-direction:column;height:100%}.jetpack-social-previews__modal-previews .components-tab-panel__tabs-item:focus-visible:before{box-shadow:none;outline:none}.jetpack-social-previews__modal-previews .components-tab-panel__tabs{border-bottom:1px solid #dcdcde;display:flex;flex-direction:row;height:3rem;justify-content:center;max-width:none}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button{font-size:0;height:100%;outline:0;white-space:nowrap;width:2.5rem}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button svg{display:block;fill:currentColor}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button.is-active:after{border-bottom:1px solid #3858e9;height:0;margin-bottom:-1px}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):not(.is-primary):not(.is-tertiary):not(.is-link):hover:after{border-bottom:1px solid #3858e9;margin-bottom:-1px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content{background-color:#fff;flex:1;overflow:auto;padding:10px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content>div{display:flex;justify-content:center}@media(min-width:600px){.jetpack-social-previews__modal-previews{width:calc(100vw - 40px)}}@media(min-width:960px){.jetpack-social-previews__modal-previews{width:920px}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button{font-size:13px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content{padding:40px}}.jetpack-social-previews__modal-previews .facebook-preview{width:100%}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content .mastodon-preview{max-width:578px}.jetpack-social-previews__modal-upgrade{padding:2em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-illustration{height:auto;max-width:351px;width:100%}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{margin-bottom:1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-heading{font-size:2em;line-height:1.15}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list{font-size:1.1em;line-height:1.4;list-style:none;margin-bottom:2em;padding-right:1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list li{margin-bottom:12px;position:relative}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list li:before{color:#4ab866;content:"✓";position:absolute;right:-20px}@media(min-width:600px){.jetpack-social-previews__modal-upgrade{display:grid;max-width:870px;width:80vw;grid-gap:3em;grid-template-columns:1fr 1fr;padding-top:4em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-illustration{grid-column:2;grid-row:1;max-width:100%;padding-left:2em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{grid-column:1;grid-row:1;margin-bottom:0;padding:0 1em 1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-heading{margin-top:0}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list{padding-right:0}}@media(min-width:782px){.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{padding:0 2em 2em}}.jetpack-gutenberg-social-icons{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.jetpack-gutenberg-social-icons .jetpack-social-previews__icon{margin-left:0;fill:currentColor}.OWstrHF6QZdaosKs0b6j{aspect-ratio:1200/630;background-color:var(--jp-gray-0);display:flex;justify-content:center;margin-bottom:8px;max-height:250px;min-height:130px;position:relative;width:100%}.OWstrHF6QZdaosKs0b6j>*{justify-self:center}.OWstrHF6QZdaosKs0b6j>svg{align-self:center;margin:0;position:absolute}.OWstrHF6QZdaosKs0b6j img{height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}.HJMFrbZ0khdkKKkocrIK{display:none}.m9360_cMWKFHTNk9xpNz{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)*4) 0}.j4EvSJfKIJLGEIAETiEY{all:unset;border-radius:calc(var(--jp-border-radius)/2);cursor:pointer;position:relative}.j4EvSJfKIJLGEIAETiEY img{border-radius:calc(var(--jp-border-radius)/2);display:block;height:auto;max-width:100%;pointer-events:none}.j4EvSJfKIJLGEIAETiEY:after{background-color:var(--jp-white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath stroke='%2309B585' stroke-width='1.5' d='m11.327.53-6.75 9.08L.662 6.7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;content:"";height:calc(var(--spacing-base)*3);left:calc(var(--spacing-base)*-1.5);opacity:0;position:absolute;top:calc(var(--spacing-base)*-1.5);transform:translateY(5px);transition:all .15s cubic-bezier(.4,0,.2,1);width:calc(var(--spacing-base)*3)}.j4EvSJfKIJLGEIAETiEY:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #007cba;outline:3px solid #0000}.dQb3Zpl0puk4V6ezZslo:after{opacity:1;transform:translateY(0)}.tfWupx32Rn5hHqVjTzui div{padding-top:0}.qu9UsV1EEFeFxhU3Wgt5{margin-top:15px}.nZhgKYFn6MQoIDGcKrUG{max-width:150px}.WJ5nPw0EHj7eoNZB06TW{display:flex;justify-content:flex-end}.WJ5nPw0EHj7eoNZB06TW>*+*{margin-right:var(--spacing-base)}.JUeclE9CucaXRlTL5K9H{display:flex;flex-wrap:wrap;gap:.7rem}.JUeclE9CucaXRlTL5K9H a{border-radius:4px;color:#fff}.JUeclE9CucaXRlTL5K9H a:hover{color:#fff}.JUeclE9CucaXRlTL5K9H a>span{align-items:center;display:flex}.JUeclE9CucaXRlTL5K9H a>span>svg{border-radius:var(--jp-border-radius);color:#fff}.JUeclE9CucaXRlTL5K9H a.components-button svg{fill:currentColor}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary{background:#0000;color:var(--jp-black);gap:0;justify-content:start;padding:0}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary:hover{background:#0000;color:var(--jp-gray-50)}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary svg{height:calc(var(--spacing-base)*3);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*3)}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary:focus{border:0;box-shadow:none;outline:none}.JUeclE9CucaXRlTL5K9H .rhyZKz4FQtFOFAMwLgLj{background-color:var(--jp-black)}.JUeclE9CucaXRlTL5K9H .DDRhGoqXUOM6Jug54nEB{background-color:#2ab318}.JUeclE9CucaXRlTL5K9H .h57Cabo4jn8Ke77_DLOX{background-color:#0866ff;border-radius:var(--jp-border-radius)!important}.JUeclE9CucaXRlTL5K9H .tvNWJpaNzPro4QaItBae{background-color:#fff;color:var(--jp-black);outline:1px solid var(--jp-gray)}.p_VTpBCFklSkcb0iiD0K{flex-direction:column}.DyIAUIn_2bkciyB_XtgH{display:flex}.Lx8xScOApJmJdhJF9JWd.Lx8xScOApJmJdhJF9JWd{font-size:13px;font-weight:400;line-height:24px;margin-inline-start:var(--spacing-base)}.pp_WJTHlGIX9bcHCLxJh{display:flex;flex-direction:column;gap:1rem;padding-block:1rem}.IzRyqrcpwjKRBJKEtECz{font-weight:600;text-transform:uppercase}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.dataviews-wrapper{box-sizing:border-box;container:dataviews-wrapper/inline-size;display:flex;flex-direction:column;font-size:13px;height:100%;line-height:1.4;overflow:auto;scroll-padding-bottom:64px}.dataviews-filters__container,.dataviews__view-actions{box-sizing:border-box;flex-shrink:0;padding:16px 48px;position:sticky;right:0;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-filters__container,.dataviews__view-actions{transition-delay:0s;transition-duration:0s}}.dataviews-view-grid__primary-field,.dataviews-view-list__primary-field,.dataviews-view-table__primary-field{color:#757575;font-size:13px;font-weight:500;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-view-grid__primary-field a,.dataviews-view-list__primary-field a,.dataviews-view-table__primary-field a{color:#1e1e1e;display:block;flex-grow:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.dataviews-view-grid__primary-field a:hover,.dataviews-view-list__primary-field a:hover,.dataviews-view-table__primary-field a:hover{color:#007cba}.dataviews-view-grid__primary-field a:focus,.dataviews-view-list__primary-field a:focus,.dataviews-view-table__primary-field a:focus{border-radius:2px;box-shadow:0 0 0 2px #007cba;color:0,124,186}.dataviews-view-grid__primary-field button.components-button.is-link,.dataviews-view-list__primary-field button.components-button.is-link,.dataviews-view-table__primary-field button.components-button.is-link{color:#1e1e1e;display:block;font-weight:inherit;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-view-grid__primary-field button.components-button.is-link:hover,.dataviews-view-list__primary-field button.components-button.is-link:hover,.dataviews-view-table__primary-field button.components-button.is-link:hover{color:#007cba}.dataviews-loading,.dataviews-no-results{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:0 48px;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-loading,.dataviews-no-results{transition-delay:0s;transition-duration:0s}}@container (max-width: 430px){.dataviews-filters__container,.dataviews__view-actions{padding:12px 24px}.dataviews-loading,.dataviews-no-results,.dataviews-view-grid{padding-left:24px;padding-right:24px}}.dataviews-bulk-actions-footer__item-count{color:#1e1e1e;font-size:11px;font-weight:500;text-transform:uppercase}.dataviews-bulk-actions-footer__container{margin-left:auto;min-height:32px}.dataviews-filters__button{position:relative}.dataviews-filters__container{padding-top:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{opacity:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{opacity:1}.dataviews-filters__summary-popover{font-size:13px;line-height:1.4}.dataviews-filters__summary-popover .components-popover__content{border-radius:4px;width:230px}.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{padding:0}.dataviews-filters__summary-operators-container{padding:8px 8px 0}.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox){border-bottom:1px solid #e0e0e0;padding-bottom:8px}.dataviews-filters__summary-operators-container:empty{display:none}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{color:#757575}.dataviews-filters__summary-chip-container{position:relative;white-space:pre-wrap}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{align-items:center;background:#f0f0f0;border:1px solid #0000;border-radius:16px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:flex;min-height:32px;padding:4px 12px;position:relative}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{padding-inline-end:28px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{background:#e0e0e0;color:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{background:#007cba0a;color:#007cba}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{background:#007cba1f}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{box-shadow:0 0 0 2px #007cba;outline:none}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{font-weight:500}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{align-items:center;background:#0000;border:0;border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;left:4px;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{fill:#757575}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{background:#e0e0e0}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{fill:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{fill:#007cba}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{background:#007cba14}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{box-shadow:0 0 0 2px #007cba;outline:none}.dataviews-filters__search-widget-filter-combobox-list{border-top:1px solid #e0e0e0;max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{font-weight:600}.dataviews-filters__search-widget-listbox{max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-listitem{align-items:center;border-radius:2px;box-sizing:border-box;cursor:default;display:flex;gap:8px;margin-block-end:2px;padding:8px 12px}.dataviews-filters__search-widget-listitem:last-child{margin-block-end:0}.dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{background-color:#007cba;color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-check{fill:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{color:#fff}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-check{flex-shrink:0;height:24px;width:24px}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{color:#757575;display:block;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis}.dataviews-filters__search-widget-filter-combobox__wrapper{padding:8px;position:relative}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{background:#f0f0f0;border:none;border-radius:2px;box-shadow:0 0 0 #0000;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin-left:0;margin-right:0;padding:0 8px 0 32px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{transition-delay:0s;transition-duration:0s}}@media(min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{border-color:#007cba;box-shadow:0 0 0 .5px #007cba;outline:2px solid #0000}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#1e1e1e9e;opacity:1}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder{color:#1e1e1e9e}@media(min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{background:#fff;box-shadow:inset 0 0 0 2px #007cba}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{-webkit-appearance:none}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{align-items:center;display:flex;justify-content:center;left:12px;position:absolute;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__container-visibility-toggle{flex-shrink:0;position:relative}.dataviews-filters-toggle__count{background:#007cba;border-radius:8px;box-sizing:border-box;color:#fff;font-size:11px;height:16px;left:0;line-height:16px;min-width:16px;outline:2px solid #fff;padding:0 4px;position:absolute;text-align:center;top:0;transform:translate(-50%,-50%)}.dataviews-search{width:-moz-fit-content;width:fit-content}.dataviews-footer{background-color:#fff;border-top:1px solid #f0f0f0;bottom:0;flex-shrink:0;padding:12px 48px;position:sticky;right:0;transition:padding .1s ease-out;z-index:2}@media(prefers-reduced-motion:reduce){.dataviews-footer{transition-delay:0s;transition-duration:0s}}@container (max-width: 430px){.dataviews-footer{padding:12px 24px}}@container (max-width: 560px){.dataviews-footer{flex-direction:column!important}.dataviews-footer .dataviews-bulk-actions-footer__container{width:100%}.dataviews-footer .dataviews-bulk-actions-footer__item-count{flex-grow:1}.dataviews-footer .dataviews-pagination{justify-content:space-between;width:100%}}.dataviews-pagination__page-select{font-size:11px;font-weight:500;text-transform:uppercase}@media(min-width:600px){.dataviews-pagination__page-select .components-select-control__input{font-size:11px!important;font-weight:500}}.dataviews-action-modal{z-index:1000001}.dataviews-selection-checkbox{--checkbox-input-size:24px;flex-shrink:0;line-height:0}@media(min-width:600px){.dataviews-selection-checkbox{--checkbox-input-size:16px}}.dataviews-selection-checkbox .components-checkbox-control__input-container{margin:0}.dataviews-view-config{container-type:inline-size;font-size:13px;line-height:1.4;padding:16px;width:320px}.dataviews-view-config__sort-direction .components-toggle-group-control-option-base{text-transform:uppercase}.dataviews-settings-section__title.dataviews-settings-section__title{font-size:15px;line-height:24px}.dataviews-settings-section__sidebar{grid-column:span 4}.dataviews-settings-section__content,.dataviews-settings-section__content>*{grid-column:span 8}.dataviews-settings-section__content .is-divided-in-two{display:contents}.dataviews-settings-section__content .is-divided-in-two>*{grid-column:span 4}.dataviews-settings-section:has(.dataviews-settings-section__content:empty){display:none}@container (max-width: 500px){.dataviews-settings-section.dataviews-settings-section{grid-template-columns:repeat(2,1fr)}.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{grid-column:span 2}}.dataviews-field-control__field{height:32px}.dataviews-field-control__actions{position:absolute;top:-9999em}.dataviews-field-control__actions.dataviews-field-control__actions{gap:4px}.dataviews-field-control__field:focus-within .dataviews-field-control__actions,.dataviews-field-control__field:hover .dataviews-field-control__actions{position:unset;top:unset}.dataviews-view-grid{grid-template-rows:max-content;margin-bottom:auto;padding:0 48px 24px;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-view-grid{transition-delay:0s;transition-duration:0s}}.dataviews-view-grid .dataviews-view-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions{padding:8px 0 4px}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__primary-field{min-height:32px}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{color:#1e1e1e}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{background-color:#007cba14;box-shadow:inset 0 0 0 1px #007cba}.dataviews-view-grid .dataviews-view-grid__media{aspect-ratio:1/1;background-color:#f0f0f0;border-radius:4px;min-height:200px;position:relative;width:100%}.dataviews-view-grid .dataviews-view-grid__media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-grid .dataviews-view-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-grid .dataviews-view-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{align-items:flex-start;min-height:24px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){display:none}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column){align-items:center}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-name{width:35%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field.is-column+.is-row{margin-top:4px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{color:#757575}.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-grid .dataviews-view-grid__badge-fields .dataviews-view-grid__field-value{align-items:center;background:#f0f0f0;border-radius:2px;display:flex;font-size:12px;min-height:24px;padding:0 8px;width:-moz-fit-content;width:fit-content}.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:480px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1080px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1440px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1920px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{display:none}.dataviews-view-grid__card .dataviews-selection-checkbox{position:absolute;right:8px;top:-9999em;z-index:1}.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{top:8px}ul.dataviews-view-list{list-style-type:none}.dataviews-view-list{margin:0 0 auto}.dataviews-view-list li{border-top:1px solid #f0f0f0;cursor:pointer;margin:0}.dataviews-view-list li .dataviews-view-list__item-wrapper{border-radius:4px;position:relative}.dataviews-view-list li .dataviews-view-list__item-wrapper>*{width:100%}.dataviews-view-list li .dataviews-view-list__item-actions{left:0;position:absolute;top:16px}.dataviews-view-list li .dataviews-view-list__item-actions>div{height:24px}.dataviews-view-list li .dataviews-view-list__item-actions .components-button{opacity:0}.dataviews-view-list li:has(.dataviews-view-list__fields:empty) .dataviews-view-list__item-actions{top:50%;transform:translateY(-50%)}.dataviews-view-list li.is-hovered .dataviews-view-list__item-actions,.dataviews-view-list li.is-selected .dataviews-view-list__item-actions,.dataviews-view-list li:focus-within .dataviews-view-list__item-actions{background:#f8f8f8;box-shadow:12px 0 8px 0 #f8f8f8;margin-left:24px;padding-right:8px}.dataviews-view-list li.is-hovered .dataviews-view-list__item-actions .components-button,.dataviews-view-list li.is-selected .dataviews-view-list__item-actions .components-button,.dataviews-view-list li:focus-within .dataviews-view-list__item-actions .components-button{opacity:1;position:static}.dataviews-view-list li.is-selected .dataviews-view-list__item-actions{background-color:#f7f8ff;box-shadow:12px 0 8px 0 #f7f8ff}.dataviews-view-list li.is-selected.is-selected,.dataviews-view-list li.is-selected.is-selected+li{border-top:1px solid #007cba1f}.dataviews-view-list li:not(.is-selected) .dataviews-view-list__primary-field{color:#1e1e1e}.dataviews-view-list li:not(.is-selected).is-hovered,.dataviews-view-list li:not(.is-selected):focus-within,.dataviews-view-list li:not(.is-selected):hover{background-color:#f8f8f8;color:#007cba}.dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__primary-field,.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__primary-field,.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__primary-field{color:#007cba}.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper{background-color:#007cba0a;color:#1e1e1e}.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__primary-field,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__primary-field{color:#007cba}.dataviews-view-list .dataviews-view-list__item{box-sizing:border-box;padding:16px 24px;scroll-margin:8px 0;width:100%}.dataviews-view-list .dataviews-view-list__item:focus-visible:before{border-radius:2px;bottom:2px;box-shadow:inset 0 0 0 2px #007cba;content:"";left:2px;position:absolute;right:2px;top:2px}.dataviews-view-list .dataviews-view-list__item .dataviews-view-list__primary-field{line-height:24px;min-height:24px;overflow:hidden}.dataviews-view-list .dataviews-view-list__media-wrapper{background-color:#f0f0f0;border-radius:4px;flex-shrink:0;height:52px;overflow:hidden;position:relative;width:52px}.dataviews-view-list .dataviews-view-list__media-wrapper img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-list .dataviews-view-list__media-wrapper:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;position:absolute;right:0;top:0;width:100%}.dataviews-view-list .dataviews-view-list__media-placeholder{background-color:#e0e0e0;height:52px;width:52px}.dataviews-view-list .dataviews-view-list__field-wrapper{min-height:52px}.dataviews-view-list .dataviews-view-list__fields{color:#757575;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;row-gap:4px}.dataviews-view-list .dataviews-view-list__fields:empty{display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty){display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{align-items:center;display:flex;line-height:20px;min-height:24px}.dataviews-view-list+.dataviews-pagination{justify-content:space-between}.dataviews-view-table{border-collapse:collapse;border-color:inherit;color:#757575;margin-bottom:auto;position:relative;text-indent:0;width:100%}.dataviews-view-table th{color:#1e1e1e;font-size:13px;font-weight:400;text-align:right}.dataviews-view-table td,.dataviews-view-table th{padding:12px;white-space:nowrap}.dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{text-align:left}.dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{padding-left:0}.dataviews-view-table tr{border-top:1px solid #f0f0f0}.dataviews-view-table tr .dataviews-view-table-header-button{gap:4px}.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-right:48px}.dataviews-view-table tr td:first-child .dataviews-view-table-header,.dataviews-view-table tr td:first-child .dataviews-view-table-header-button,.dataviews-view-table tr th:first-child .dataviews-view-table-header,.dataviews-view-table tr th:first-child .dataviews-view-table-header-button{margin-right:-8px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-left:48px}.dataviews-view-table tr:last-child{border-bottom:0}.dataviews-view-table tr.is-hovered{background-color:#f8f8f8}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input{opacity:0}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate{opacity:1}.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:0}.dataviews-view-table tr.is-hovered .components-checkbox-control__input,.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .components-checkbox-control__input,.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .components-checkbox-control__input,.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}@media(hover:none){.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}}.dataviews-view-table tr.is-selected{background-color:#007cba0a;color:#757575}.dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{border-top:1px solid #007cba1f}.dataviews-view-table tr.is-selected:hover{background-color:#007cba14}.dataviews-view-table thead{inset-block-start:0;position:sticky;z-index:1}.dataviews-view-table thead tr{border:0}.dataviews-view-table thead th{background-color:#fff;font-size:11px;font-weight:500;padding-bottom:8px;padding-right:12px;padding-top:8px;text-transform:uppercase}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-right:4px}.dataviews-view-table tbody td{vertical-align:top}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{align-items:center;display:flex;min-height:32px}.dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){min-height:0}.dataviews-view-table .dataviews-view-table-header-button{font-size:11px;font-weight:500;padding:4px 8px;text-transform:uppercase}.dataviews-view-table .dataviews-view-table-header-button:not(:hover){color:#1e1e1e}.dataviews-view-table .dataviews-view-table-header-button span{speak:none}.dataviews-view-table .dataviews-view-table-header-button span:empty{display:none}.dataviews-view-table .dataviews-view-table-header{padding-right:4px}.dataviews-view-table .dataviews-view-table__actions-column{width:1%}.dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input{opacity:1}.dataviews-view-table__cell-content-wrapper:empty{display:none}@container (max-width: 430px){.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-right:24px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-left:24px}}.dataviews-view-table-selection-checkbox{--checkbox-input-size:24px}@media(min-width:600px){.dataviews-view-table-selection-checkbox{--checkbox-input-size:16px}}.dataviews-controls__datetime{border:none;padding:0}.dataforms-layouts-panel__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.dataforms-layouts-panel__field-label{align-items:center;display:flex;flex-shrink:0;-webkit-hyphens:auto;hyphens:auto;line-height:20px;min-height:32px;padding:6px 0;width:38%}.dataforms-layouts-panel__field-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.dataforms-layouts-panel__field-control .components-button{max-width:100%;min-height:32px;text-align:right;text-wrap:balance;text-wrap:pretty;white-space:normal}.dataforms-layouts-panel__field-control .components-dropdown{max-width:100%}.dataforms-layouts-panel__field-dropdown .components-popover__content{min-width:320px;padding:16px}.dataforms-layouts-panel__dropdown-header{margin-bottom:16px}[class].dataforms-layouts-panel__dropdown-header-action{height:24px}[class].dataforms-layouts-panel__dropdown-header-action.has-icon{min-width:24px;padding:0}[class].dataforms-layouts-panel__dropdown-header-action:not(.has-icon){text-decoration:underline}.Syp1HH254tFVzcFG2Zh2,.kyLdsnatoC0HbIDJQm9S{margin-top:1rem;padding-block:1rem}.TqhtumZm_qrPdnAiAWk1{margin:0 1rem 1rem}.YABlqQXOGnawHFcJa7zT{min-height:20rem;width:60rem}.vEA7jwVDDYmYUaVhX9QR{display:flex;flex:1;flex-direction:column;gap:.5rem;overflow:auto}.AsH9JOuWehE027IlR7Y2,.hvN5L4O60W8ftCvW1gRX{align-items:center;display:flex}.hvN5L4O60W8ftCvW1gRX.aF8rESnbAc_uQUN0H3py{color:var(--jp-green-50)}.hvN5L4O60W8ftCvW1gRX.mfUKWd8ZvydeEyWeKhJ2{color:var(--jp-red-50);height:29px}.pvVeQhJ9oNx0CFoHYEit{flex:1}.fXQtkkrybB5DooWXxt67{margin-inline-start:2px;top:2px;width:24px}.fXQtkkrybB5DooWXxt67>button{color:var(--jp-red-50)!important}.bJAz31xuwL_vO4V97YfM{fill:var(--jp-green-50)}.eYjvcy4kG7GH44dIVLYO .dataviews__view-actions{display:none}.eYjvcy4kG7GH44dIVLYO table{overflow:hidden}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table-header-button{pointer-events:none}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table__row td:last-child{width:1%}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table__row td:last-child .dataviews-view-table__cell-content-wrapper{justify-content:center}.eYjvcy4kG7GH44dIVLYO .Zr_Eo4TmHx_X7UFoJcuM{align-items:center;display:flex}.eYjvcy4kG7GH44dIVLYO .components-external-link{color:#2271b1;font-weight:400}.csen0rABejxv4X3l1cx5{align-items:center;display:flex;gap:.5rem}.csen0rABejxv4X3l1cx5 button{padding:0}.csen0rABejxv4X3l1cx5 .icon-tooltip-wrapper,.csen0rABejxv4X3l1cx5 .icon-tooltip-wrapper button span{display:flex}.dCsa7WNQhT_7RhRkZih1{align-items:center;display:flex}.dCsa7WNQhT_7RhRkZih1 .components-spinner{margin-top:0}.VotVfPmHNdU_xItAWEKQ{color:var(--jp-gray-40)}.dhja1sVSpDACLZ6k4sBy{margin-top:1rem;padding-block:1rem}.U_WW2qLSQA71SJYyITOq{position:relative}.wp-admin.post-type-jetpack-social-note .post-publish-panel__postpublish-header{display:none}.CW7R8fRQqVKfyXFYiNWR{align-items:center;background:none;border:2px solid var(--jp-green-40);border-radius:4px;color:var(--jp-gray-90);display:block;gap:calc(var(--spacing-base)*3);justify-content:space-between;margin:0;padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3);text-align:right;text-decoration:none;width:100%}.CW7R8fRQqVKfyXFYiNWR:active,.CW7R8fRQqVKfyXFYiNWR:focus{outline-color:var(--jp-black)}.CW7R8fRQqVKfyXFYiNWR .n34j0qWq2EZzYl1jAiej button.aIuCL8MdydCJGcrOqp4x{font-size:var(--font-body-small)}.qegtnlYWDc3UnIGPRlQb{font-size:var(--font-body)}.n34j0qWq2EZzYl1jAiej{align-content:space-between;display:flex;flex-direction:column;gap:var(--spacing-base)}.aIuCL8MdydCJGcrOqp4x{align-items:center;justify-content:space-between;width:100%}.D8uyjb_rjCf4HTMT0mj0.D8uyjb_rjCf4HTMT0mj0{font-size:13px;line-height:1.5;margin-bottom:16px}.jetpack-publicize__upsell{margin-bottom:13px}.jetpack-publicize__upsell-description{font-weight:600;margin-bottom:10px}.jetpack-publicize__upsell-button.is-primary{background:#e34c84;color:#fff;padding-left:10px}.jetpack-publicize__upsell-button.is-primary:hover{background:#eb6594}.jetpack-publicize__upsell-button.is-primary.is-busy{background-image:linear-gradient(45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-publicize__placeholder .components-placeholder__learn-more{margin-top:1em}.wp-block-jetpack-rating-star{line-height:0;margin-bottom:1.5em;stroke-width:0}.wp-block-jetpack-rating-star .is-rating-unfilled{fill-opacity:.33}.wp-block-jetpack-rating-star .jetpack-ratings-button{border-radius:2px;display:inline-flex}.wp-block-jetpack-rating-star .jetpack-ratings-button:focus{box-shadow:0 0 0 1px currentColor;outline:2px solid #0000}.wp-block-jetpack-rating-star>p{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.wp-block-jetpack-rating-star>span{display:inline-flex!important;margin-inline-end:.3em}.wp-block-jetpack-rating-star .jetpack-ratings-button span,.wp-block-jetpack-rating-star>span span{display:inline-flex;flex-shrink:0;overflow:hidden;width:12px}.wp-block-jetpack-rating-star .jetpack-ratings-button span svg,.wp-block-jetpack-rating-star>span span svg{flex-shrink:0}.wp-block-jetpack-rating-star .jetpack-ratings-button span:nth-child(2n),.wp-block-jetpack-rating-star>span span:nth-child(2n){justify-content:flex-end}.wp-block-jetpack-rating-star svg{display:inline-block!important;max-width:none!important}.wp-block-jetpack-rating-star.is-style-outlined{stroke-width:2px}.wp-block-jetpack-rating-star.is-style-outlined .is-rating-unfilled{fill:#0000}.wp-block-jetpack-rating-star .jetpack-ratings-button{margin-inline-end:.3em}.jetpack-ratings-button{cursor:pointer}.jetpack-ratings-button:focus{border:none;outline:none}@keyframes jetpack-memberships_button__spinner-animation{to{transform:rotate(-1turn)}}.jetpack-memberships-spinner{display:none;height:1em;margin:0 5px 0 0;width:1em}.jetpack-memberships-spinner svg{height:100%;margin-bottom:-2px;width:100%}.jetpack-memberships-spinner-rotating{animation:jetpack-memberships_button__spinner-animation .75s linear infinite;transform-origin:center}.is-loading .jetpack-memberships-spinner{display:inline-block}body.jetpack-memberships-modal-open{overflow:hidden}dialog.jetpack-memberships-modal{opacity:1}dialog.jetpack-memberships-modal,dialog.jetpack-memberships-modal iframe{background:#0000;border:0;bottom:0;box-shadow:none;height:100%;left:0;margin:0;padding:0;position:fixed;right:0;top:0;width:100%}dialog.jetpack-memberships-modal::backdrop{background-color:#000;opacity:.7;transition:opacity .2s ease-out}dialog.jetpack-memberships-modal.is-loading,dialog.jetpack-memberships-modal.is-loading::backdrop{opacity:0}.wp-block-jetpack-recurring-payments.aligncenter .wp-block-jetpack-button{text-align:center}.wp-block-jetpack-recurring-payments{width:100%}.wp-block-jetpack-recurring-payments .components-base-control__label{text-align:right}.wp-block-jetpack-recurring-payments .components-placeholder{min-height:150px;padding:24px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset{max-width:500px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset p{font-size:13px;margin:20px 0 10px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset p:first-child{margin-top:0}.wp-block-jetpack-recurring-payments .components-placeholder__instructions .components-select-control__input{padding:0 8px 0 24px}.wp-block-jetpack-recurring-payments .components-placeholder .components-placeholder__instructions{display:block}.wp-block-jetpack-recurring-payments .components-placeholder label{font-size:13px}.wp-block-jetpack-recurring-payments .editor-rich-text__inline-toolbar{pointer-events:none}.wp-block-jetpack-recurring-payments .editor-rich-text__inline-toolbar .components-toolbar{pointer-events:all}.wp-block-jetpack-recurring-payments .membership-button__add-amount{margin-left:4px}.wp-block-jetpack-recurring-payments .membership-button__disclaimer{color:var(--color-gray-200);flex-basis:100%;font-style:italic;margin:0}.wp-block-jetpack-recurring-payments .membership-button__disclaimer a{color:var(--color-gray-400);line-height:36px}.wp-block-jetpack-recurring-payments .membership-button__field-button{margin-left:4px}.wp-block-jetpack-recurring-payments .membership-button__field-error .components-text-control__input{border:1px solid #d63638}.wp-block-jetpack-recurring-payments .membership-button__field-price{width:65%}.wp-block-jetpack-recurring-payments .membership-button__price-container{display:flex;flex-wrap:wrap}.wp-block-jetpack-recurring-payments .membership-button__price-container .components-input-control__container{top:4px}.wp-block-jetpack-recurring-payments .membership-button__price-container div.membership-button__field-currency{border-left:10px solid #0000}.wp-block-jetpack-recurring-payments .membership-button__price-container p{margin-top:0}.wp-block-jetpack-recurring-payments.disclaimer-only{background:#1e1e1e9e;box-sizing:initial;font-size:13px;margin:0 -14px;padding:14px;text-align:center;transform:translateY(14px)}.is-dark-theme .wp-block-jetpack-recurring-payments.disclaimer-only{background:#ffffffa6}.wp-block-jetpack-recurring-payments .wp-block-jetpack-membership-button_notification{display:block}.wp-block-jetpack-recurring-payments .wp-block[data-type="jetpack/button"]{margin-bottom:0;margin-top:0}.wp-block-jetpack-related-posts .components-placeholder__learn-more{flex-basis:100%;margin-top:1em}.jp-related-posts-i2__row{display:flex;margin-left:-10px;margin-right:-10px;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33.33333% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post{display:flex;flex-basis:0;flex-direction:column;flex-grow:1;margin:0 10px}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row}.jp-related-posts-i2__post-image-placeholder,.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-heading{font-size:1rem;line-height:1.2em;margin:.5rem 0}.jp-related-posts-i2__post-link{display:block;line-height:1.2em;margin:.2em 0;width:100%}.jp-related-posts-i2__post-img{width:100%}.jp-related-posts-i2__post-image-placeholder{display:block;margin:0 auto;max-width:350px;position:relative}.jp-related-posts-i2__post-image-placeholder-icon{position:absolute;right:calc(50% - 12px);top:calc(50% - 12px)}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{display:block;margin:0}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{margin:1rem 0 0;max-width:none}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post-image-placeholder{margin:0;max-width:350px}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post-img-link{margin-top:1rem}.wp-block-jetpack-repeat-visitor .components-notice{color:#1e1e1e;margin:1em 0 0}.wp-block-jetpack-repeat-visitor .components-radio-control__option{text-align:right}.wp-block-jetpack-repeat-visitor .components-notice__content{font-size:1em;margin:.5em 0}.wp-block-jetpack-repeat-visitor .components-notice__content .components-base-control{display:inline-block;max-width:8em;vertical-align:middle}.wp-block-jetpack-repeat-visitor .components-notice__content .components-base-control .components-base-control__field{margin-bottom:0}.wp-block-jetpack-repeat-visitor-placeholder{min-height:inherit}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__label svg{margin-left:.5ch}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__fieldset{flex-wrap:nowrap}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__fieldset .components-base-control{flex-basis:100%;margin-bottom:0}.wp-block-jetpack-repeat-visitor-placeholder .components-base-control__help{color:#cc1818;font-size:13px}.wp-block-jetpack-repeat-visitor--is-unselected .wp-block-jetpack-repeat-visitor-placeholder{display:none}.wp-block-jetpack-repeat-visitor-threshold{margin-left:20px}.wp-block-jetpack-repeat-visitor-threshold .components-text-control__input{margin-right:12px;text-align:center;width:5em}.block-editor-inserter__preview .wp-block-jetpack-repeat-visitor{padding:16px}.block-editor-inserter__preview .wp-block-jetpack-repeat-visitor>.block-editor-inner-blocks>.block-editor-block-list__layout{margin:0}.help-message{display:flex;font-size:13px;line-height:1.4em;margin-bottom:1em;margin-top:-.5em}.help-message svg{margin-left:5px;min-width:24px}.help-message>span{margin-top:2px}.help-message.help-message-is-error{color:#d63638}.help-message.help-message-is-error svg{fill:#d63638}div.wp-block-jetpack-whatsapp-button{display:flex;margin-inline-end:5px}div.wp-block-jetpack-whatsapp-button a.whatsapp-block__button{background:#25d366;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");background-position:16px;background-repeat:no-repeat;background-size:32px 32px;border:none;border-radius:8px;box-sizing:border-box;color:#fff;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:20px;font-weight:500;line-height:36px;min-height:50px;padding:8px 56px 8px 16px;text-decoration:none;white-space:nowrap}div.wp-block-jetpack-whatsapp-button.is-color-light a.whatsapp-block__button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%2523465B64' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");color:#465b64}div.wp-block-jetpack-whatsapp-button.alignleft{float:none;justify-content:flex-start}div.wp-block-jetpack-whatsapp-button.aligncenter{justify-content:center}div.wp-block-jetpack-whatsapp-button.alignright{float:none;justify-content:flex-end}div.wp-block-jetpack-whatsapp-button.has-no-text a.whatsapp-block__button{padding-inline-start:48px}div.wp-block-jetpack-whatsapp-button:hover{opacity:.9}div.wp-block-jetpack-send-a-message>div.wp-block-jetpack-whatsapp-button>a.whatsapp-block__button:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");background-position:16px;background-repeat:no-repeat;background-size:32px 32px}.jetpack-whatsapp-button__phonenumber .components-base-control{margin-bottom:0}.jetpack-whatsapp-button__phonenumber input.components-text-control__input{margin-bottom:5px}.jetpack-whatsapp-button__phonenumber select.components-select-control__input{min-height:30px;padding-right:10px;width:105px}.jetpack-whatsapp-button__phonenumber .components-placeholder__label svg{margin-left:6px}.jetpack-whatsapp-error{display:inline-flex;margin-bottom:10px}.jetpack-whatsapp-error span,.jetpack-whatsapp-error svg{color:red;fill:red;vertical-align:middle}.jetpack-whatsapp-error svg{margin:-3px 0 0 5px}.jetpack-whatsapp-button__popover .components-popover__content{min-width:260px;padding:12px}.wp-block[data-align=center] .wp-block-jetpack-whatsapp-button{justify-content:center}.components-seo-placeholder__learn-more{margin-top:1em}.components-seo-upsell__learn-more{margin:1em 0}.components-seo-upsell__button.is-primary{background:#e34c84;color:#fff;padding-left:10px}.components-seo-upsell__button.is-primary:hover{background:#eb6594}.components-seo-upsell__button.is-primary.is-busy{background-image:linear-gradient(45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-seo-message-box{width:100%}.components-sharing-placeholder__learn-more{margin-top:1em}.jetpack-clipboard-input{display:flex}.jetpack-clipboard-input .components-clipboard-button,.jetpack-clipboard-input .components-text-control__input{min-height:36px}.jetpack-clipboard-input .components-clipboard-button{margin-right:6px}.simple-payments__loading{animation:simple-payments-loading 1.6s ease-in-out infinite}@keyframes simple-payments-loading{0%{opacity:.5}50%{opacity:.7}to{opacity:.5}}.jetpack-simple-payments-wrapper{margin-bottom:1.5em}body .jetpack-simple-payments-wrapper .jetpack-simple-payments-details p{margin:0 0 1.5em;padding:0}.jetpack-simple-payments-description{white-space:pre-wrap}.jetpack-simple-payments-product{display:flex;flex-direction:column}.jetpack-simple-payments-product-image{flex:0 0 30%;margin-bottom:1.5em}.jetpack-simple-payments-image{box-sizing:border-box;min-width:70px;padding-top:100%;position:relative}.jetpack-simple-payments-image img{border:0;border-radius:0;height:auto;margin:0;max-height:100%;max-width:100%;padding:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:auto}.jetpack-simple-payments-price p,.jetpack-simple-payments-title p{font-weight:700}.jetpack-simple-payments-purchase-box{align-items:flex-start;display:flex}.jetpack-simple-payments-items{flex:0 0 auto;margin-left:10px}input[type=number].jetpack-simple-payments-items-number{background:#fff;font-size:16px;line-height:1;max-width:60px;padding:4px 8px!important}input[type=number].jetpack-simple-payments-items-number::-webkit-inner-spin-button,input[type=number].jetpack-simple-payments-items-number::-webkit-outer-spin-button{opacity:1}@media screen and (min-width:400px){.jetpack-simple-payments-product{flex-direction:row}.jetpack-simple-payments-product-image+.jetpack-simple-payments-details{flex-basis:70%;padding-right:1em}}.wp-block-jetpack-simple-payments .simple-payments__wrapper{display:grid;grid-template-columns:200px auto;grid-column-gap:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.wp-block-jetpack-simple-payments .simple-payments__field .components-base-control__field{margin-bottom:1em}.wp-block-jetpack-simple-payments .simple-payments__field textarea{display:block}.wp-block-jetpack-simple-payments .simple-payments__field input,.wp-block-jetpack-simple-payments .simple-payments__field textarea{font:inherit}.wp-block-jetpack-simple-payments img{max-width:100%}.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-content .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-email .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-title .components-base-control__label{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.wp-block-jetpack-simple-payments .simple-payments__field-has-error .components-text-control__input,.wp-block-jetpack-simple-payments .simple-payments__field-has-error .components-textarea-control__input{border-color:#d63638}.wp-block-jetpack-simple-payments .simple-payments__price-container{display:flex;flex-wrap:wrap}.wp-block-jetpack-simple-payments .simple-payments__price-container .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__price-container .components-input-control__label{display:block;font-weight:400;margin:0 0 4px}.wp-block-jetpack-simple-payments .simple-payments__price-container select.components-select-control__input{-webkit-appearance:none;-moz-appearance:none;height:auto;max-width:none;padding:3px 8px 1px}.wp-block-jetpack-simple-payments .simple-payments__price-container div.components-input-control__container{position:relative}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-currency{margin-left:5px}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-currency .components-input-control__container{width:calc(100% - 5px)}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-price .components-base-control__field{display:flex;flex-direction:column}.wp-block-jetpack-simple-payments .simple-payments__price-container .help-message{flex:1 1 100%;margin-top:0}.wp-block-jetpack-simple-payments .simple-payments__price-container .components-input-control__suffix>div{align-items:center;bottom:0;box-sizing:border-box;display:flex;left:0;padding:0 4px;pointer-events:none;position:absolute;top:0}.wp-block-jetpack-simple-payments .simple-payments__field-email .components-text-control__input{max-width:400px}.wp-block-jetpack-simple-payments .simple-payments__field-multiple{margin-bottom:5px}.wp-block-jetpack-simple-payments .simple-payments__field-multiple .components-toggle-control__label{line-height:1.4em}.wp-block-jetpack-simple-payments .simple-payments__field-content .components-textarea-control__input{min-height:32px;padding:8px;width:100%}.jetpack-simple-payments__purchase-link-text .components-base-control{margin-bottom:0}.jetpack-simple-payments__purchase-link-text input.components-text-control__input{margin-bottom:5px}.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow{margin-bottom:1.5em;position:relative}.wp-block-jetpack-slideshow [tabindex="-1"]:focus{outline:0}.wp-block-jetpack-slideshow.wp-amp-block>.wp-block-jetpack-slideshow_container{opacity:1}.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay .wp-block-jetpack-slideshow_button-play,.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay.wp-block-jetpack-slideshow__autoplay-playing .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay.wp-block-jetpack-slideshow__autoplay-playing .wp-block-jetpack-slideshow_button-play{display:none}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container{opacity:0;overflow:hidden;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.wp-swiper-initialized{opacity:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.swiper-container{display:block}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_slide,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_swiper-wrapper{line-height:normal;margin:0;padding:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper{display:flex}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{display:flex;height:100%;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure{align-items:center;display:flex;height:100%;justify-content:center;margin:0;position:relative;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure .wp-block-jetpack-slideshow_image{pointer-events:none;-webkit-user-select:none;user-select:none}.wp-block-jetpack-slideshow.alignfull .wp-block-jetpack-slideshow_image,.wp-block-jetpack-slideshow.alignwide .wp-block-jetpack-slideshow_image{max-width:unset;object-fit:cover;width:100vw}.wp-block-jetpack-slideshow .swiper-container-fade .wp-block-jetpack-slideshow_slide:not(.swiper-slide-active){opacity:0!important}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.wp-block-jetpack-slideshow .amp-carousel-button,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;border-radius:4px;box-shadow:none;height:30px;margin:-14px 0 0;opacity:.5;padding:0;transition:opacity .5s ease-out;width:28px}.wp-block-jetpack-slideshow .amp-carousel-button:focus,.wp-block-jetpack-slideshow .amp-carousel-button:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:hover{background-color:#fff;opacity:1}.wp-block-jetpack-slideshow .amp-carousel-button:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus{outline:thin dotted #fff;outline-offset:-4px}.wp-block-jetpack-slideshow .amp-carousel-button{margin:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{display:none}.wp-block-jetpack-slideshow .swiper-button-next:after,.wp-block-jetpack-slideshow .swiper-button-prev:after,.wp-block-jetpack-slideshow .swiper-container-rtl .swiper-button-next:after,.wp-block-jetpack-slideshow .swiper-container-rtl .swiper-button-prev:after{content:""}.wp-block-jetpack-slideshow .amp-carousel-button-next,.wp-block-jetpack-slideshow .swiper-button-next.swiper-button-white,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-prev.swiper-button-white,.wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB4PSI4IiB5PSI2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOC41OTggMTYuNTkgMTMuMTU2IDEyIDguNTk4IDcuNDEgMTAuMDAxIDZsNS45NyA2LTUuOTcgNnoiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTS4zNDQgMGgyMy44ODJ2MjRILjM0NHoiLz48L2c+PC9zdmc+)}.wp-block-jetpack-slideshow .amp-carousel-button-prev,.wp-block-jetpack-slideshow .swiper-button-prev.swiper-button-white,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev,.wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-next.swiper-button-white,.wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI5IiBoZWlnaHQ9IjEyIiB4PSI4IiB5PSI2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTYuMjA3IDE2LjU5IDExLjY1IDEybDQuNTU3LTQuNTlMMTQuODA0IDZsLTUuOTcgNiA1Ljk3IDZ6Ii8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0uNTc5IDBoMjMuODgydjI0SC41Nzl6Ii8+PC9nPjwvc3ZnPg==)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M6 19h4V5H6zm8-14v14h4V5z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");display:none;inset-inline-end:10px;margin-top:0;position:absolute;top:10px;z-index:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_autoplay-paused .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E")}.wp-block-jetpack-slideshow:has(>div[data-autoplay=true]) .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{background-color:#00000080;bottom:0;box-sizing:border-box;color:#fff;cursor:text;left:0;margin:0!important;max-height:100%;opacity:1;padding:.75em;position:absolute;right:0;text-align:initial;z-index:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption a{color:inherit}.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_caption.gallery-caption{max-height:calc(100% - 68px)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom{bottom:0;display:flex;gap:8px;justify-content:flex-start;line-height:24px;padding:10px 0 2px;position:relative}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet{background:currentColor;color:currentColor;height:8px;opacity:.5;transform:scale(.75);transition:opacity .25s,transform .25s;vertical-align:top;width:8px}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:hover{opacity:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:focus{outline:thin dotted;outline-offset:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet[selected],.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet-active,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet[selected]{background-color:currentColor;opacity:1;transform:scale(1)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-simple,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-simple{font-size:14px;line-height:16px;text-align:start;width:100%}.wp-block-jetpack-slideshow_pagination.amp-pagination{text-align:center}.wp-block-jetpack-slideshow_pagination.amp-pagination .swiper-pagination-bullet{border:0;border-radius:100%;display:inline-block;margin:0 4px;padding:0}@media(min-width:600px){.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{display:block}}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container{height:auto;opacity:1;overflow:visible;width:auto}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper,.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure{display:block;margin-bottom:12px}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper,.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{list-style:none;margin-left:auto;margin-right:auto}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{display:inline-block;height:auto;margin-left:2%!important;margin-right:2%!important;vertical-align:top;width:42%}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{background-color:#0000;bottom:auto;color:inherit;inset-inline-end:auto;padding-top:0;position:relative}.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block-jetpack-slideshow,.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block>.wp-block-jetpack-slideshow{display:grid}.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block-jetpack-slideshow>.swiper-container,.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block>.wp-block-jetpack-slideshow>.swiper-container{width:100%}.wp-block-jetpack-slideshow__add-item{margin-top:4px;width:100%}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button,.wp-block-jetpack-slideshow__add-item .components-form-file-upload{width:100%}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button:focus,.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button:hover{border:1px solid #949494}.wp-block[data-align=full] .wp-block-jetpack-slideshow_image,.wp-block[data-align=wide] .wp-block-jetpack-slideshow_image{max-width:unset;object-fit:cover;width:100vw}.wp-block-jetpack-slideshow_slide .components-spinner{margin-right:-9px;margin-top:-9px;position:absolute;right:50%;top:50%}.wp-block-jetpack-slideshow_slide.is-transient img{opacity:.3}.jetpack-mdc-icon-button{align-items:center;border:0;box-sizing:border-box;display:inline-flex;justify-content:center;padding:0;position:relative;fill:currentColor;appearance:none;background-color:#0000;color:#fff;cursor:pointer;overflow:hidden;text-decoration:none!important;-webkit-user-select:none;user-select:none}.jetpack-mdc-icon-button.outlined{background-color:#00000080}.jetpack-mdc-icon-button.outlined:hover{background-color:#0000004d}.jetpack-mdc-icon-button.outlined-w{background-color:#fff3}.jetpack-mdc-icon-button.outlined-w:hover{background-color:#ffffff4d}.jetpack-mdc-icon-button.bordered{border:2px solid #fff}.jetpack-mdc-icon-button.circle-icon{border-radius:50%}.wp-story-display-contents{display:contents}.wp-story-app{padding:10px}.wp-story-container{border-radius:15px;display:block;height:320px;list-style:none;margin-bottom:24px;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;width:180px;z-index:1;-webkit-tap-highlight-color:rgba(0,0,0,0);box-shadow:0 2px 12px #00000040;break-inside:avoid;page-break-inside:avoid;transition:box-shadow .3s ease-in-out,transform .3s cubic-bezier(.18,.14,.25,1)}.wp-story-container figure{transition:transform .3s cubic-bezier(.18,.14,.25,1)}.wp-story-container:hover{box-shadow:0 4px 12px #0000004d;transform:scale3d(1.03,1.03,1)}.wp-story-container:hover figure{transform:scale3d(1.07,1.07,1)}.wp-story-container button{background-color:#0000;border:0;box-shadow:none;cursor:pointer;outline-width:0;text-shadow:none}.wp-story-container.wp-story-initialized{opacity:1}.wp-story-container.wp-story-clickable{cursor:pointer}.wp-story-container .wp-story-slide,.wp-story-container .wp-story-wrapper{line-height:normal;list-style-type:none;margin:0;padding:0}.wp-story-container .wp-story-wrapper{background-color:#0e1112;border-radius:15px;bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;z-index:-1}.wp-story-container .wp-story-slide{display:flex;height:100%;width:100%}.wp-story-container .wp-story-slide figure{align-items:center;display:flex;height:100%;justify-content:center;margin:0;object-fit:contain;overflow:hidden;position:relative;width:100%}.wp-story-container .wp-story-slide.is-loading{align-items:center;background-color:#484542;justify-content:center;position:absolute;z-index:1}.wp-story-container .wp-story-slide.is-loading.semi-transparent{background-color:rgba(72,69,66,.498)}.wp-story-container .wp-story-slide.is-loading.transparent{background-color:#0000}@keyframes rotate-spinner{to{transform:rotate(-1turn)}}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner{align-items:center;display:flex}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__inner,.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid #0000;border-radius:50%;box-sizing:border-box;margin:auto}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__outer{border-top-color:#fff;font-size:40px;height:40px;width:40px}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__inner{border-left-color:#c4c4c4;border-top-color:#c4c4c4;height:100%;opacity:.4;width:100%}.wp-story-container .wp-story-image,.wp-story-container .wp-story-video{border:0;display:block;height:auto;margin:0;max-height:100%;max-width:100%;width:auto}.wp-story-container .wp-story-image.wp-story-crop-wide,.wp-story-container .wp-story-video.wp-story-crop-wide{max-width:revert}.wp-story-container .wp-story-image.wp-story-crop-narrow,.wp-story-container .wp-story-video.wp-story-crop-narrow{max-height:revert}.wp-story-container .wp-story-controls,.wp-story-container .wp-story-meta{display:none}.wp-story-container .wp-story-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-story-container .wp-story-overlay .wp-story-button-play,.wp-story-container .wp-story-overlay .wp-story-button-replay{cursor:pointer}.wp-story-container .wp-story-overlay .wp-story-embed-icon,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{align-items:center;background-color:#00000080;border-radius:5px;color:#fff;display:flex;left:0;margin:15px;padding:5px 3px;position:absolute;top:0}.wp-story-container .wp-story-overlay .wp-story-embed-icon *,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand *{margin:0 2px}.wp-story-container .wp-story-overlay .wp-story-embed-icon svg,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand svg{fill:#fff;height:20px;width:20px}.wp-story-container .wp-story-overlay .wp-story-embed-icon span,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand span{color:#fff;font-family:sans-serif;font-size:16px;font-weight:600;line-height:20px}.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{background-color:#0000}.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand svg{filter:drop-shadow(0 0 2px rgba(0,0,0,.6))}.wp-story-container.wp-story-disabled .wp-story-overlay,.wp-story-container.wp-story-ended .wp-story-overlay{background-color:#fff6}.wp-story-container .wp-story-next-slide,.wp-story-container .wp-story-prev-slide{display:none;position:absolute}.wp-story-container .wp-story-next-slide button,.wp-story-container .wp-story-prev-slide button{border-width:0}.wp-story-container .wp-story-next-slide button:hover,.wp-story-container .wp-story-prev-slide button:hover{border-width:2px}.wp-story-container .wp-story-prev-slide{margin:auto;right:-84px}.wp-story-container .wp-story-next-slide{left:-84px;margin:auto}.wp-story-container .wp-story-pagination{position:absolute;text-align:center;z-index:2}.wp-story-container .wp-story-pagination-bullets{bottom:0;display:flex;left:0;margin:7px 10px;overflow:hidden;position:absolute;right:0;top:auto;transition:flex-basis 1s ease-in-out}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet{flex:1;justify-content:space-between;margin:0 2px;opacity:1;padding:6px 0;vertical-align:top}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet .wp-story-pagination-bullet-bar{background:#fff9;height:4px;min-width:12px;width:100%}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet .wp-story-pagination-bullet-bar-progress{background-color:#fff;height:4px;opacity:1;transition:width .1s ease;width:0}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-ellipsis{flex:0 0 4px}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-ellipsis .wp-story-pagination-bullet-bar{min-width:6px}.wp-story-container .wp-story-controls{bottom:30px;display:none;flex-direction:row;justify-content:space-between;margin:0 10px;position:absolute;width:64px;z-index:3}@media(max-width:782px){.wp-story-container .wp-story-controls{bottom:50px;margin:0 16px}}.wp-story-container.wp-story-with-controls{border-radius:0;box-shadow:none!important;overflow:visible;transition:none!important}.wp-story-container.wp-story-with-controls .wp-story-wrapper{border-radius:15px;box-shadow:0 2px 12px #00000040;overflow:hidden}.wp-story-container.wp-story-with-controls figure{transform:none!important;transition:none!important}.wp-story-container.wp-story-with-controls:hover{box-shadow:none!important;transform:none!important}.wp-story-container.wp-story-with-controls:hover figure{transform:none}.wp-story-container.wp-story-with-controls .wp-story-next-slide,.wp-story-container.wp-story-with-controls .wp-story-prev-slide{display:block}.wp-story-container.wp-story-with-controls .wp-story-prev-slide{margin:auto;right:-48px}.wp-story-container.wp-story-with-controls .wp-story-next-slide{left:-48px;margin:auto}.wp-story-container.wp-story-with-controls .wp-story-controls{display:flex}@media(max-width:782px){.wp-story-container.wp-story-with-controls .wp-story-controls{bottom:30px;margin:0 10px}}.wp-story-fullscreen.wp-story-app{bottom:0;height:100%;left:0;margin:0;max-width:100%!important;padding:0;position:fixed;right:0;top:0;transform:translateZ(0);-webkit-user-select:none;user-select:none;width:100%!important;z-index:9999999999;-webkit-touch-callout:none}.wp-story-fullscreen.wp-story-container{border-radius:0;box-shadow:none;height:100%;margin:auto;max-height:100%;max-width:100%;overflow:initial;width:100%}.wp-story-fullscreen.wp-story-container,.wp-story-fullscreen.wp-story-container figure{transform:none;transition:none!important}.wp-story-fullscreen.wp-story-container:focus{outline:none}.wp-story-fullscreen.wp-story-container:before{box-shadow:none}.wp-story-fullscreen.wp-story-container:before:hover{opacity:0;transition:none!important}.wp-story-fullscreen.wp-story-container .wp-story-wrapper{border-radius:0;height:auto;margin-bottom:84px;margin-top:84px;overflow:initial}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-wrapper{margin-bottom:0;margin-top:0}}.wp-story-fullscreen.wp-story-container .wp-story-slide{height:100%;width:auto}.wp-story-fullscreen.wp-story-container .wp-story-slide.is-loading{width:100%}.wp-story-fullscreen.wp-story-container .wp-story-meta{align-items:center;color:#fff;display:flex;flex-direction:row;font-family:sans-serif;line-height:20px;padding:20px 0}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta{background:#000;background:linear-gradient(-180deg,#000000a1,#0000);padding:16px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon{background-color:#fff;border:2px solid #fff;border-radius:4px;flex-shrink:0;height:40px;margin:0 0 0 16px;width:40px}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon img{height:100%;text-align:center;width:100%}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon{height:24px;margin:0 0 0 12px;width:24px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-title{display:-webkit-box;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-title{font-size:12px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-exit-fullscreen{margin-right:auto;min-height:24px;min-width:24px;order:3}.wp-story-fullscreen.wp-story-container .wp-story-overlay{margin-bottom:84px;margin-top:84px}.wp-story-fullscreen.wp-story-container .wp-story-overlay .wp-story-embed-icon,.wp-story-fullscreen.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{display:none}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-overlay{bottom:76px;margin-bottom:0;margin-top:0;top:76px}.wp-story-fullscreen.wp-story-container.wp-story-disabled .wp-story-overlay,.wp-story-fullscreen.wp-story-container.wp-story-ended .wp-story-overlay{bottom:0;top:0}}.wp-story-fullscreen.wp-story-container .wp-story-next-slide,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{display:block}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-next-slide,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{bottom:0;display:block;height:100%;position:absolute;top:0}.wp-story-fullscreen.wp-story-container .wp-story-next-slide button,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide button{display:none}.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{right:0;width:33.33%}.wp-story-fullscreen.wp-story-container .wp-story-next-slide{left:0;width:66.66%}}.wp-story-fullscreen.wp-story-container .wp-story-controls{bottom:20px;display:flex;flex-direction:row;justify-content:space-between;margin:0;position:absolute;width:88px}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-controls{bottom:36px;margin:0 16px}}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets{bottom:42px;display:flex;margin:0;padding:14px 0;position:absolute;top:auto}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet{justify-content:space-between}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet:first-child{margin-right:0}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet:last-child{margin-left:0}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets{bottom:0;padding:10px 16px}}.wp-story-background{background-color:#0e1112;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:-2}.wp-story-background svg{height:0;width:0}.wp-story-background img{height:100%;width:100%}.wp-story-background .wp-story-background-dark{bottom:0;left:0;opacity:.12;position:absolute;right:0;top:0}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-dark{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}}.wp-story-background .wp-story-background-image{background-position:100%;background-repeat:no-repeat;background-size:100% auto;display:none;height:100%;width:100%}@supports not ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-image{filter:blur(18px);filter:url(#gaussian-blur-18);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius="18")}}.wp-story-background .wp-story-background-blur{background-color:rgba(14,17,18,.878);bottom:0;left:0;position:absolute;right:0;top:0}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-blur{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}}html.wp-story-in-fullscreen{overflow:hidden;scroll-behavior:auto}body.wp-story-in-fullscreen{height:100%;overflow:hidden;padding-left:15px;position:fixed;width:100%}.wp-block-jetpack-story__add-item{margin-top:4px;width:100%}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button,.wp-block-jetpack-story__add-item .components-form-file-upload{height:100%;width:100%}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button:focus,.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button:hover{border:1px solid #949494}.wp-story-container .wp-story-next-slide button,.wp-story-container .wp-story-prev-slide button{background-color:#0000;border:1px solid #50575e;color:#50575e;height:36px!important;outline:0;width:36px!important}.wp-story-container .wp-story-next-slide button:hover,.wp-story-container .wp-story-prev-slide button:hover{background-color:#0000;border:1px solid #50575e}.wp-story-container .wp-story-next-slide button:hover i,.wp-story-container .wp-story-prev-slide button:hover i{color:#3381b8}.jetpack-inspector-notice span.jetpack-subscribe-notice-visibility{margin:0;padding:0;width:100%}.jetpack-newsletter-link{text-decoration:none}.jetpack-newsletter-access-radio-buttons input[type=radio]{flex-shrink:0}.jetpack-newsletter-access-radio-buttons label{text-wrap:balance}.jetpack-subscribe-newsletters-panel .edit-post-post-misconfiguration__warning{font-size:12px;margin:0}.jetpack-subscribe-newsletters-panel .edit-post-post-misconfiguration__warning .components-notice__content{margin-left:0}.jetpack-editor-post-tiers{padding-right:35px;padding-top:5px}.jetpack-subscribe-affirmation-loading{background:#ccc;color:#ccc}.is-style-compact .is-not-subscriber .wp-block-button__link,.is-style-compact .is-not-subscriber .wp-block-jetpack-subscriptions__button{border-end-start-radius:0!important;border-start-start-radius:0!important;margin-inline-start:0!important}.is-style-compact .is-not-subscriber .components-text-control__input,.is-style-compact .is-not-subscriber p#subscribe-email input[type=email]{border-end-end-radius:0!important;border-start-end-radius:0!important}.is-style-compact:not(.wp-block-jetpack-subscriptions__use-newline) .components-text-control__input{border-inline-end-width:0!important}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form-container{display:flex;flex-direction:column}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) .is-not-subscriber .wp-block-jetpack-subscriptions__form-elements{align-items:flex-start;display:flex}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) p#subscribe-submit{display:flex;justify-content:center}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]{box-sizing:border-box;cursor:pointer;line-height:1.3;min-width:auto!important;white-space:nowrap!important}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]::placeholder,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]:disabled,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]::placeholder,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]:disabled{color:currentColor;opacity:.5}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button{border-color:#0000;border-style:solid}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email{background:#0000;flex-grow:1}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email input[type=email]{height:auto;margin:0;width:100%}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-submit,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-submit{line-height:0;margin:0;padding:0}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__show-subs .wp-block-jetpack-subscriptions__subscount{font-size:16px;margin:8px 0;text-align:end}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__form-elements{display:block}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline button{display:inline-block;max-width:100%}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__subscount{text-align:start}#subscribe-submit.is-link{text-align:center;width:auto!important}#subscribe-submit.is-link a{margin-right:0!important;margin-top:0!important;width:auto!important}.jetpack-inspector-notice{align-items:center;background:#f0f0f0;border-radius:4px;display:flex;justify-content:space-between;margin:0 16px 24px;padding:24px}.jetpack-inspector-notice>.jetpack-logo{margin-right:12px}.components-tab-panel__tab-content div:first-child .jetpack-inspector-notice{margin-top:24px}.jetpack-newsletter-test-email-modal__email-sent{color:#2fb41f}.jetpack-newsletter-test-email-modal__email-sent svg{fill:#2fb41f}.jetpack-newsletter-preview-modal h1{flex-shrink:0}.jetpack-subscribe-post-publish-panel .jetpack-inspector-notice,.jetpack-subscribe-pre-publish-panel .jetpack-inspector-notice{margin:0}.jetpack-subscribe-post-publish-panel .jetpack-subscribe-reader-count,.jetpack-subscribe-pre-publish-panel .jetpack-subscribe-reader-count{font-weight:700;white-space:nowrap}.jetpack-subscribe-post-publish-panel__heading,.jetpack-subscribe-pre-publish-panel__heading{font-weight:400;margin-inline-start:3px}.jetpack-subscribe-post-publish-panel .components-notice__content,.jetpack-subscribe-pre-publish-panel .components-notice__content{margin-top:0}.jetpack-subscribe-post-publish-panel__notice.components-notice,.jetpack-subscribe-pre-publish-panel__notice.components-notice{margin:0;padding:0}.jetpack-subscribe-post-publish-panel__notice.components-notice.is-info,.jetpack-subscribe-pre-publish-panel__notice.components-notice.is-info{border-inline-start-color:#fff}.jetpack-subscribe-post-publish-panel__notice.components-notice.is-info a,.jetpack-subscribe-pre-publish-panel__notice.components-notice.is-info a{text-decoration:underline}.paid-newsletters-post-publish-panel__external_icon{height:1.55em;margin:-.2em .1em 0;vertical-align:middle;fill:currentColor}.paid-newsletters-post-publish-panel .post-publish-panel__postpublish-buttons .components-button{padding-bottom:.4em;padding-top:.5em}.paid-newsletters-post-publish-panel .components-panel__body-toggle svg{margin:0 .5em 0 0}.paid-newsletters-post-publish-panel p{margin-top:0}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img{border-radius:50%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row{flex-grow:1;width:100%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col{width:100%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col{width:calc(50% - 2px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col{width:calc(33.33333% - 2.66667px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col{width:calc(25% - 3px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col{width:calc(20% - 3.2px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col{width:calc(16.66667% - 3.33333px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col{width:calc(14.28571% - 3.42857px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col{width:calc(12.5% - 3.5px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col{width:calc(11.11111% - 3.55556px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col{width:calc(10% - 3.6px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col{width:calc(9.09091% - 3.63636px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col{width:calc(8.33333% - 3.66667px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col{width:calc(7.69231% - 3.69231px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col{width:calc(7.14286% - 3.71429px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col{width:calc(6.66667% - 3.73333px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col{width:calc(6.25% - 3.75px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col{width:calc(5.88235% - 3.76471px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col{width:calc(5.55556% - 3.77778px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col{width:calc(5.26316% - 3.78947px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col{width:calc(5% - 3.8px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__item img{aspect-ratio:1}.wp-block-jetpack-tiled-gallery .is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery .is-style-rectangular .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item{display:flex}.wp-block-jetpack-tiled-gallery .has-rounded-corners-1 .tiled-gallery__item img{border-radius:1px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-2 .tiled-gallery__item img{border-radius:2px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-3 .tiled-gallery__item img{border-radius:3px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-4 .tiled-gallery__item img{border-radius:4px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-5 .tiled-gallery__item img{border-radius:5px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-6 .tiled-gallery__item img{border-radius:6px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-7 .tiled-gallery__item img{border-radius:7px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-8 .tiled-gallery__item img{border-radius:8px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-9 .tiled-gallery__item img{border-radius:9px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-10 .tiled-gallery__item img{border-radius:10px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-11 .tiled-gallery__item img{border-radius:11px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-12 .tiled-gallery__item img{border-radius:12px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-13 .tiled-gallery__item img{border-radius:13px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-14 .tiled-gallery__item img{border-radius:14px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-15 .tiled-gallery__item img{border-radius:15px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-16 .tiled-gallery__item img{border-radius:16px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-17 .tiled-gallery__item img{border-radius:17px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-18 .tiled-gallery__item img{border-radius:18px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-19 .tiled-gallery__item img{border-radius:19px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-20 .tiled-gallery__item img{border-radius:20px}.tiled-gallery__gallery{display:flex;flex-wrap:wrap;padding:0;width:100%}.tiled-gallery__row{display:flex;flex-direction:row;justify-content:center;margin:0;width:100%}.tiled-gallery__row+.tiled-gallery__row{margin-top:4px}.tiled-gallery__col{display:flex;flex-direction:column;justify-content:center;margin:0}.tiled-gallery__col+.tiled-gallery__col{margin-inline-start:4px}.tiled-gallery__item{flex-grow:1;justify-content:center;margin:0;overflow:hidden;padding:0;position:relative}.tiled-gallery__item.filter__black-and-white{filter:grayscale(100%)}.tiled-gallery__item.filter__sepia{filter:sepia(100%)}.tiled-gallery__item.filter__1977{filter:contrast(1.1) brightness(1.1) saturate(1.3);position:relative}.tiled-gallery__item.filter__1977 img{width:100%;z-index:1}.tiled-gallery__item.filter__1977:before{z-index:2}.tiled-gallery__item.filter__1977:after,.tiled-gallery__item.filter__1977:before{content:"";display:block;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.tiled-gallery__item.filter__1977:after{background:#f36abc4d;mix-blend-mode:screen;z-index:3}.tiled-gallery__item.filter__clarendon{filter:contrast(1.2) saturate(1.35);position:relative}.tiled-gallery__item.filter__clarendon img{width:100%;z-index:1}.tiled-gallery__item.filter__clarendon:before{z-index:2}.tiled-gallery__item.filter__clarendon:after,.tiled-gallery__item.filter__clarendon:before{content:"";display:block;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.tiled-gallery__item.filter__clarendon:after{z-index:3}.tiled-gallery__item.filter__clarendon:before{background:#7fbbe333;mix-blend-mode:overlay}.tiled-gallery__item.filter__gingham{filter:brightness(1.05) hue-rotate(-10deg);position:relative}.tiled-gallery__item.filter__gingham img{width:100%;z-index:1}.tiled-gallery__item.filter__gingham:before{z-index:2}.tiled-gallery__item.filter__gingham:after,.tiled-gallery__item.filter__gingham:before{content:"";display:block;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.tiled-gallery__item.filter__gingham:after{background:#e6e6fa;mix-blend-mode:soft-light;z-index:3}.tiled-gallery__item+.tiled-gallery__item{margin-top:4px}.tiled-gallery__item:focus-within{box-shadow:0 0 0 2px var(--wp-admin-theme-color);overflow:visible}.tiled-gallery__item>img{background-color:#0000001a}.tiled-gallery__item>a,.tiled-gallery__item>a>img,.tiled-gallery__item>img{display:block;height:auto;margin:0;max-width:100%;object-fit:cover;object-position:center;padding:0;width:100%}.is-email .tiled-gallery__gallery{display:block}@keyframes tiled-gallery-img-placeholder{0%{background-color:#f6f7f7}50%{background-color:#f6f7f780}to{background-color:#f6f7f7}}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item.is-transient img,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__item.is-transient img{margin-bottom:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__wrapper{padding-left:4px;padding-right:4px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item>img:focus{outline:none}.wp-block-jetpack-tiled-gallery .tiled-gallery__item>img{animation:tiled-gallery-img-placeholder 1.6s ease-in-out infinite}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected{filter:none;outline:4px solid #0085ba}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected:after,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected:before{content:none}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-transient{height:100%;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-transient img{background-position:50%;background-size:cover;height:100%;opacity:.3;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu{background:#fff;border:1px solid #1e1e1e9e;border-radius:2px;transition:box-shadow .2s ease-out}@media(prefers-reduced-motion:reduce){.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu{transition-delay:0s;transition-duration:0s}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu:hover,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu:hover{box-shadow:0 .7px 1px #0000001a,0 1.2px 1.7px -.2px #0000001a,0 2.3px 3.3px -.5px #0000001a}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button{color:#1e1e1e9e;height:24px;padding:2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}@media(min-width:600px){.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button{height:inherit;padding:0;width:inherit}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button:focus,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button:focus{color:inherit}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item{margin-top:4px;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-form-file-upload{width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button:focus,.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button:hover{border:1px solid #949494}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{display:inline-flex;margin:8px;z-index:20}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu .components-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu .components-button{color:#0000}@media(min-width:600px){.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{padding:2px}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu{left:-2px;position:absolute;top:-2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{position:absolute;right:-2px;top:-2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-backward,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-forward,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__remove{padding:0}.wp-block-jetpack-tiled-gallery .tiled-gallery__item .components-spinner{margin:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%)}.block-editor-block-preview__content .wp-block-jetpack-tiled-gallery .block-editor-media-placeholder{display:none}.tiled-gallery__filter-picker-menu{padding:7px}.tiled-gallery__filter-picker-menu .components-menu-item__button+.components-menu-item__button{margin-top:2px}.tiled-gallery__filter-picker-menu .components-menu-item__button.is-active{box-shadow:0 0 0 2px #949494!important;color:#1e1e1e}.wp-block-jetpack-tock.aligncenter{width:-moz-fit-content;width:fit-content}.jetpack-tock-url-settings{margin:8px}.jetpack-tock-url-input{max-width:300px;min-width:auto;width:90vw}.jetpack-tock-url-input .components-text-control__input{padding:10px 10px 10px 36px}.jetpack-tock-url-instructions{margin:16px}.jetpack-tock-url-input-wrapper{position:relative}.jetpack-tock-url-input-action{left:14px;position:absolute;top:0}.resumable-upload{align-items:flex-start;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:20px 0}.resumable-upload__editor{display:flex;flex-direction:column;justify-content:space-between;width:100%}.resumable-upload__editor-col{padding-right:10px;width:100%}.resumable-upload__editor-col:first-child{padding-right:0}.resumable-upload__editor-thumb-placeholder{align-content:center;aspect-ratio:16/9;background-color:#000;color:#fff;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;text-align:center;width:100%}.resumable-upload__editor-thumb-placeholder img,.uploading-editor__video{max-height:100%;object-fit:contain}.uploading-editor__video{aspect-ratio:16/9;background-color:#000}.resumable-upload__error,.resumable-upload__status{border-top:1px solid #e0e0e0;box-sizing:border-box;margin-top:24px;width:100%}.resumable-upload__status{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px 24px;padding:20px 20px 0}.resumable-upload__error{padding:0 20px}.resumable-upload__file-info{display:flex;flex-direction:row}.resumable-upload__file-size{color:#757575;margin-right:12px}.resumable-upload__progress{background:#d2d2d2;border-radius:4px;box-sizing:border-box;height:8px;max-width:160px;overflow:hidden;width:100%}.resumable-upload__progress-loaded{background:var(--wp-admin-theme-color);color:#fff;height:100%;min-height:8px;text-align:center;transition:width .3s ease}.resumable-upload__select-file{align-items:center;display:flex;flex-direction:row}.resumable-upload__select-file-name{margin-right:12px}.resumable-upload__actions{align-items:center;display:flex;flex-direction:row;justify-content:space-between;justify-self:flex-end;margin-right:auto;width:-moz-fit-content;width:fit-content}.resumable-upload__actions .components-button.is-link{padding:0;text-decoration:none}.resumable-upload__actions .components-button.is-link:focus{box-shadow:none}.resumable-upload__error-text{color:#cc1818;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin-top:16px}.resumable-upload__error-cancel{margin-right:12px;margin-top:16px}.uploading-editor{width:100%}.uploading-editor__title input{margin-left:0;margin-right:0}.uploading-editor__frame-selector{display:flex;flex-direction:column}.uploading-editor__fields{display:block;padding:0 20px}.uploading-editor__content{padding:0 3px}.uploading-editor__video-container{position:relative}.uploading-editor__video-container:hover .uploading-editor__play-icon{opacity:0}.uploading-editor__play-icon{height:130px;margin:-65px -65px 0 0;opacity:1;position:absolute;right:50%;top:50%;transition:opacity .3s ease-out;width:130px}.resumable-upload__editor-thumb-placeholder .uploading-editor__play-icon{margin-top:-91px}.uploading-editor__scrubber-help{color:#757575}.uploading-editor__upload-link{color:var(--wp-admin-theme-color)!important;cursor:pointer;text-decoration:underline!important}.uploading-editor__video-poster{object-fit:cover;position:absolute;right:0;top:0}.uploading-editor__range{margin-top:-19px}.uploading-editor__range .components-range-control__track{background-color:#272526;border-radius:0;height:8px;opacity:.7}.uploading-editor__range .components-range-control__slider{padding-bottom:0}.uploading-editor__range .components-base-control__field{margin-bottom:0}.uploading-editor__range .components-range-control__wrapper span:first-of-type{background-color:#d9d9d9;border-radius:0;height:8px;opacity:.8}.uploading-editor__range .components-range-control__wrapper span:last-of-type{display:none}.resumable-upload__editor-thumb-placeholder img{object-fit:cover}.poster-selector__buttons{text-align:left}.h2NGkiVs1r1nf85LtJpF{padding:16px}.k3Apzwo3v9n0IaHbB8tf{--spacing-base:8px;margin:0 0 calc(var(--spacing-base)*3) 0}.is-beta{position:relative;transition:box-shadow .5s linear}.is-beta.is-opened{box-shadow:inset 0 0 3px #2fb41f}.is-beta:before{background-color:#2fb41f;border-radius:4px;color:#fff;content:"BETA";font-size:11px;font-weight:600;height:24px;left:16px;line-height:24px;opacity:1;padding:0 5px;position:absolute;top:12px;transition:visibility .5s,opacity .5s linear;visibility:visible;z-index:10000}.is-beta:focus,.is-beta:hover{box-shadow:none}.is-beta:focus:before,.is-beta:hover:before{opacity:0;visibility:hidden}.no-videopress-media-placeholder .components-placeholder__fieldset{align-items:flex-start;flex-direction:row-reverse;justify-content:flex-end}.no-videopress-media-placeholder .components-placeholder__fieldset button{display:none}.no-videopress-media-placeholder .components-placeholder__fieldset .block-editor-media-placeholder__url-input-container button,.no-videopress-media-placeholder .components-placeholder__fieldset .no-videopress-disabled-button{display:inline-flex}.no-videopress-media-placeholder .components-placeholder__fieldset .no-videopress-disabled-button:last-child{margin-left:12px}.videopress-block-hide{display:none}.seekbar-color-settings__panel .components-panel__body.is-opened{padding:0}.seekbar-color-settings__panel .components-panel__body{border-top:none}.videopress-block-tracks-editor>.components-popover__content{width:360px}.videopress-block-tracks-editor__track-list-track{align-items:center;display:flex;min-height:23px;padding:4px 12px 4px 0;place-content:space-between}.videopress-block-tracks-editor__track-list-track-delete{align-items:center;display:flex}.videopress-block-tracks-editor__single-track-editor-label-language{display:flex;margin-top:12px}.videopress-block-tracks-editor__single-track-editor-label-language>.components-base-control{width:50%}.videopress-block-tracks-editor__single-track-editor-label-language>.components-base-control:first-child{margin-left:16px}.videopress-block-tracks-editor__single-track-editor-kind-select{max-width:240px}.videopress-block-tracks-editor__single-track-editor-buttons-container{display:flex;margin-top:32px;min-height:36px;place-content:space-between}.videopress-block-tracks-editor__single-track-editor-upload-file-help{color:#757575;font-size:12px;margin-top:12px}.videopress-block-tracks-editor__single-track-editor-label{color:#757575;display:block;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;text-transform:uppercase}.videopress-block-tracks-editor>.components-popover__content>div,.videopress-block-tracks-editor__add-tracks-container .components-menu-group__label,.videopress-block-tracks-editor__track-list .components-menu-group__label{padding:0}.videopress-block-tracks-editor__add-tracks-container,.videopress-block-tracks-editor__single-track-editor,.videopress-block-tracks-editor__track-list{padding:12px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-base-control__label{margin-bottom:4px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-base-control__field{margin-bottom:12px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-text-control__input{margin-right:0}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-input-control__label{margin-bottom:4px}.videopress-block-tracks-editor__single-track-editor-upload-file-label{display:flex}.videopress-block-tracks-editor__single-track-editor-upload-file-label .components-form-file-upload,.videopress-block-tracks-editor__single-track-editor-upload-file-label .videopress-block-tracks-editor__single-track-editor-upload-file-label-name{margin-inline-start:8px}.videopress-block-tracks-editor__single-track-editor-error{color:#cc1818;padding:12px 0}.uploader-block__logo{align-items:center;display:flex;flex-direction:row;font-size:24px;line-height:29px;margin-bottom:12px;padding:0 20px}.uploader-block__logo-text{margin-right:10px}.uploader-block__upload-complete{align-items:center;border-top:1px solid #e0e0e0;box-sizing:border-box;display:flex;justify-content:space-between;margin-top:24px;padding:20px 20px 0;width:100%}[data-type="jetpack/wordads"][data-align=center] .jetpack-wordads__ad{margin:0 auto}.jetpack-wordads__ad{display:flex;flex-direction:column;max-width:100%;overflow:hidden}.jetpack-wordads__ad .components-placeholder{flex-grow:2}.jetpack-wordads__ad .components-toggle-control__label{line-height:1.4em}.jetpack-wordads__ad .components-base-control__field,.wp-block-jetpack-wordads__format-picker{padding:7px}.wp-block-jetpack-wordads__format-picker .components-menu-item__button+.components-menu-item__button{margin-top:2px}.wp-block-jetpack-wordads__format-picker .components-menu-item__button.is-active{box-shadow:0 0 0 2px #949494!important;color:#1e1e1e}.jetpack-wordads__mobile-visibility{margin-top:20px}.wp-block-jetpack-payments-intro .components-placeholder__fieldset{flex-direction:column}.wp-block-jetpack-payments-intro .components-placeholder__fieldset>p,.wp-block-jetpack-payments-intro .components-placeholder__instructions{margin-bottom:0}.wp-payments-intro-pattern-picker__opener{margin-top:16px;width:min-content}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:8px}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{max-height:250px}.wp-block-jetpack-payments-intro__pattern-picker__selection-modal .components-modal__content{overflow:hidden;padding:0}.wp-block-jetpack-payments-intro__pattern-picker__selection-modal .components-modal__content:before{margin-bottom:0}@media(min-width:600px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{height:calc(100% - 120px);width:calc(100% - 32px)}}@media(min-width:782px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{width:750px}}@media(min-width:960px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{height:80%;max-height:none;width:80%}}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:16px 0;padding:0;width:100%}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker>li{flex-shrink:1;list-style:none;margin:8px 0 0 20px;text-align:center;width:75px}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker>li button{display:inline-flex;margin-left:0}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker .wp-block-jetpack-payments-intro__variation-picker__variation{padding:8px}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker .wp-block-jetpack-payments-intro__variation-picker__variation-label{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4}.wp-block-jetpack-payments-intro__variation-picker__variation{width:100%}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button.has-icon{justify-content:center;width:auto}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button.has-icon.is-secondary{background-color:#fff}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button{height:auto;padding:0}.wp-block-jetpack-payments-intro__variation-picker__variation:before{content:"";padding-bottom:100%}.wp-block-jetpack-payments-intro__variation-picker__variation:first-child{margin-inline-start:0}.wp-block-jetpack-payments-intro__variation-picker__variation:last-child{margin-inline-end:0}.post-publish-qr-post-panel .components-panel__body-toggle>svg{margin-right:5px}.post-publish-qr-post-panel .components-panel__row .components-button{flex-grow:1;justify-content:center;margin:5px;padding:3px 10px 4px;text-align:center}.qr-post-modal__qr-code{display:flex;justify-content:center}.qr-post-jetpack-logo{display:none}.editor-styles-wrapper .wp-block-jetpack-payment-buttons{--jetpack-payment-buttons-gap:0.5em}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.is-layout-flex{display:flex;gap:var(--jetpack-payment-buttons-gap)}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.is-layout-flex .is-layout-flex{display:flex}.editor-styles-wrapper .wp-block-jetpack-payment-buttons .wp-block-jetpack-recurring-payments{margin:0;width:auto}.editor-styles-wrapper .wp-block-jetpack-payment-buttons .wp-block-button__link{width:100%}.components-placeholder.jetpack-payment-buttons__upgrade-nudge{margin-bottom:16px}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.has-custom-font-size .wp-block-jetpack-button .wp-block-button__link:not(.has-custom-font-size){font-size:inherit}.wp-block-jetpack-paywall-block{align-items:center;color:currentColor;display:flex;opacity:.8}.wp-block-jetpack-paywall-block span{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:0 8px;text-align:center;text-transform:uppercase;-webkit-user-select:"none";user-select:"none";white-space:nowrap}.wp-block-jetpack-paywall-block span svg{vertical-align:text-top;fill:currentColor}.wp-block-jetpack-paywall-block:after,.wp-block-jetpack-paywall-block:before{background:currentColor;content:"";flex:1;height:1px;margin:auto;opacity:.5}.block-editor-block-inspector .jetpack-subscribe-newsletters-panel .components-base-control{margin-bottom:0}.wp-block-jetpack-blogroll h3+div .jetpack-blogroll-item-divider{display:none}.wp-block-jetpack-blogroll .jetpack-blogroll-item-divider{border-style:solid;border-width:1px 0 0;margin-block-end:0;margin-block-start:0;opacity:.2;width:100%}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{display:flex;font-style:normal;font-weight:400;gap:20px;padding:20px 0}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure{align-self:flex-start;height:48px;margin:0;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure.empty-site-icon{background:url(images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);background-size:cover}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure.empty-site-icon .blogroll-item-image{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .blogroll-item-image{border-radius:50%;height:48px;max-width:48px;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item p.jetpack-blogroll-item-title.rich-text{color:inherit;font-weight:700;margin:0}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-content{align-self:flex-start}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-description{word-break:break-word}.jetpack-blogroll__appender-results{padding:0 18px 18px}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-result-list-header-text{color:#757575;font-size:11px;line-height:16px;padding:6px 0;text-transform:uppercase}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:center;overflow:hidden}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message-main-text{color:#101517;font-size:14px;font-weight:500;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message-secondary-text{color:#757575;font-size:12px;font-weight:400;line-height:16px}.jetpack-blogroll__appender-results>ul{list-style:none;margin:0;max-height:200px;overflow-y:auto;padding-right:0!important}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container{margin:0}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button{align-items:center;align-self:stretch;background:none;border:none;cursor:pointer;display:flex;gap:12px;padding:8px 4px;text-decoration:none;width:100%}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button[disabled]{background:#f6f7f7;cursor:not-allowed}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button[disabled]>*{opacity:.5}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image{flex-shrink:0;height:40px;width:40px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image.empty-site-icon{background:url(images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);background-size:cover}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image.empty-site-icon img{display:none}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image img{border-radius:50%;height:40px;width:40px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:center;overflow:hidden;text-align:right}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text .jetpack-blogroll__appender-result-title{color:#101517;font-size:14px;font-weight:500;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text .jetpack-blogroll__appender-result-description{color:#646970;font-size:14px;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-search{display:flex;padding:16px}.jetpack-blogroll__appender-search>div{flex-grow:1;padding:1px;position:relative}.jetpack-blogroll__appender-search .components-text-control__input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' aria-hidden='true' viewBox='-2 -2 24 24'%3E%3Cpath d='m6.734 16.106 2.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.5q.276 0 .553-.002c1.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 0z'/%3E%3C/svg%3E");background-position-x:8px;background-position-y:calc(100% - 8px);background-repeat:no-repeat;background-size:24px;height:40px;padding-left:40px}.jetpack-blogroll__appender-search button{height:32px;min-width:32px!important;width:32px}.jetpack-blogroll__appender-spinner{margin:0!important}.jetpack-blogroll__appender .components-popover__content{height:300px;overflow-y:hidden!important;width:318px}.jetpack-blogroll__appender .components-popover__content button.block-editor-button-blogroll-block-appender{background:#1e1e1e;border-radius:2px;color:#fff;height:24px;min-width:24px;padding:0}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll{padding:24px}}.wp-block-jetpack-blogroll .block-editor-inner-blocks h3{font-size:20px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:24px;margin-top:0}.wp-block-jetpack-blogroll.hide-avatar figure,.wp-block-jetpack-blogroll.hide-description .jetpack-blogroll-item-description{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{container-name:bitem;container-type:inline-size}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:flex-start;display:flex;flex-direction:column;gap:20px;padding:20px 8px}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:center;flex-direction:row}}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item+.wp-block-jetpack-blogroll-item .jetpack-blogroll-item-divider{display:block}.wp-block-jetpack-blogroll [data-type="jetpack/blogroll-item"]+[data-type="jetpack/blogroll-item"]{border-top:1px solid #dcdcde}.wp-block-jetpack-blogroll .block-list-appender button.has-icon{background:#1e1e1e;border-radius:2px;color:#fff;height:24px;min-width:24px;padding:0}.wp-block-jetpack-nextdoor{position:relative}.wp-block-jetpack-nextdoor-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-nextdoor-link-editable{cursor:text}.wp-block-jetpack-nextdoor-embed-form-sidebar{display:flex;margin-bottom:1em}.wp-block-jetpack-nextdoor-color-notice{margin:0}div[data-align=center]>.wp-block-jetpack-nextdoor{text-align:center}.wp-block-jetpack-nextdoor .components-placeholder__fieldset input{flex:1}a.jetpack-sharing-button__button{color:inherit}.jetpack-sharing-button__button{align-items:center;background:#fff;border-radius:4px;box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f;color:#2c3338;color:inherit;cursor:default;display:flex;flex-direction:row;font-size:inherit;font-weight:500;height:auto;justify-content:center;line-height:23px;margin:4px 4px 0;padding:4px 9px 3px;text-decoration:none}.jetpack-sharing-button__button svg{height:1.5em;width:1.5em;fill:currentColor}.jetpack-sharing-button__button:hover{box-shadow:0 1px 2px #00000038,0 0 0 1px #00000038;cursor:pointer}.jetpack-sharing-button__button.components-button{font-size:inherit;padding:4px 9px 3px 11px}.jetpack-sharing-button__button.style-icon{border:0;border-radius:50%;box-shadow:none;color:#fff;height:auto;line-height:1;margin-bottom:0;padding:7px;position:relative;top:-2px;width:auto}.jetpack-sharing-button__button.style-icon.share-bluesky{background:#0085ff}.jetpack-sharing-button__button.style-icon.share-x{background:#000}.jetpack-sharing-button__button.style-icon.share-print{background:#c5c2c2}.jetpack-sharing-button__button.style-icon.share-reddit{background:#5f99cf}.jetpack-sharing-button__button.style-icon.share-skype{background:#00aff0}.jetpack-sharing-button__button.style-icon.share-facebook{background:#0866ff}.jetpack-sharing-button__button.style-icon.share-linkedin{background:#0976b4}.jetpack-sharing-button__button.style-icon.share-mail{background:#c5c2c2}.jetpack-sharing-button__button.style-icon.share-twitter{background:#55acee}.jetpack-sharing-button__button.style-icon.share-tumblr{background:#35465c}.jetpack-sharing-button__button.style-icon.share-pinterest{background:#cc2127}.jetpack-sharing-button__button.style-icon.share-pocket{background:#ee4256}.jetpack-sharing-button__button.style-icon.share-telegram{background:#08c}.jetpack-sharing-button__button.style-icon.share-threads{background:#000}.jetpack-sharing-button__button.style-icon.share-whatsapp{background:#43d854}.jetpack-sharing-button__button.style-icon.share-mastodon{background:#6364ff}.jetpack-sharing-button__button.style-icon.share-nextdoor{background:#8ed500}.jetpack-sharing-button__button.style-icon.share-share{background:#000}.jetpack-sharing-button__button.style-icon.is-custom{padding:8px;top:2px}.jetpack-sharing-button__button.style-icon-text{margin-inline-end:4px;padding-inline-end:11px}.style-icon .jetpack-sharing-button__service-label,.style-text .sharing-buttons-preview-button__custom-icon,.style-text .social-logo{display:none}.jetpack-sharing-button__list-item{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;list-style-type:none;padding:0}.jetpack-sharing-button__list-item:first-child .jetpack-sharing-button__button{margin-inline-start:0}.style-icon-text .jetpack-sharing-button__service-label{margin-inline-start:5px}.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}.jetpack-ai-generate-excerpt-control .jetpack-ai-generate-excerpt-control__header{margin-top:8px}.jetpack-ai-generate-excerpt-control .jetpack-ai-generate-excerpt-control__header .components-base-control__field{align-items:center;display:flex;justify-content:space-between}.jetpack-ai-generate-excerpt-control .ai-assistant__tone-dropdown{margin-bottom:12px}.jetpack-ai-post-excerpt .components-textarea-control__input{margin-bottom:10px;width:100%}.jetpack-generated-excerpt__ai-container{margin-top:12px}.jetpack-generated-excerpt__ai-container .jetpack-ai-assistant__error{margin:0 0 12px}.jetpack-generated-excerpt__generate-buttons-container{display:flex;gap:12px;justify-content:end;justify-content:space-around;margin-bottom:10px}.jetpack-ai-post-excerpt .jetpack-upgrade-plan-banner__wrapper{flex-direction:column;margin:0 0 12px;padding:0 10px}.jetpack-ai-post-excerpt .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description{margin:10px 0 0}.wp-block-jetpack-blog-stats .jetpack-blog-stats__loading{opacity:.62}.wp-block-jetpack-blog-stats .components-placeholder__fieldset{display:block}.jetpack-blog-stats__delay-notice{font-size:12px}.wp-block-jetpack-top-posts{margin-bottom:1.5em}.wp-block-jetpack-top-posts img{width:100%}.wp-block-jetpack-top-posts span{display:block;word-wrap:break-word}.wp-block-jetpack-top-posts.is-list-layout .jetpack-top-posts-item{margin-bottom:1.5em}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper{align-items:flex-start;display:grid;gap:16px 12px;grid:auto/repeat(6,1fr)}@media only screen and (max-width:600px){.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper{display:block}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper .jetpack-top-posts-mock-thumbnail{display:none}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper .jetpack-top-posts-item{margin-bottom:1.5em}}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-mock-thumbnail{background-color:#f0f0f0;height:0;padding-bottom:75%;position:relative;width:100%}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-thumbnail{aspect-ratio:4/3;height:auto;max-width:100%;object-fit:cover}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-item{grid-column:span 2}.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="2"] .jetpack-top-posts-item,.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="4"] .jetpack-top-posts-item,.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="5"] .jetpack-top-posts-item:nth-child(5n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="5"] .jetpack-top-posts-item:nth-child(5n-1),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(5n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(5n-1),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(7n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(7n-1){grid-column:span 3}.wp-block-jetpack-top-posts .components-placeholder__fieldset{display:block}.jetpack-top-posts__error{margin:0}:where(body){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;min-height:100%;padding:0}.jp-wrap{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.jp-row{display:grid;grid-gap:24px;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.jp-row{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.jp-row{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.sm-col-span-1{grid-column-end:span 1}.sm-col-span-2{grid-column-end:span 2}.sm-col-span-3{grid-column-end:span 3}.sm-col-span-4{grid-column-end:span 4}@media(min-width:600px){.md-col-span-1{grid-column-end:span 1}.md-col-span-2{grid-column-end:span 2}.md-col-span-3{grid-column-end:span 3}.md-col-span-4{grid-column-end:span 4}.md-col-span-5{grid-column-end:span 5}.md-col-span-6{grid-column-end:span 6}.md-col-span-7{grid-column-end:span 7}.md-col-span-8{grid-column-end:span 8}}@media(min-width:960px){.lg-col-span-1{grid-column-end:span 1}.lg-col-span-2{grid-column-end:span 2}.lg-col-span-3{grid-column-end:span 3}.lg-col-span-4{grid-column-end:span 4}.lg-col-span-5{grid-column-end:span 5}.lg-col-span-6{grid-column-end:span 6}.lg-col-span-7{grid-column-end:span 7}.lg-col-span-8{grid-column-end:span 8}.lg-col-span-9{grid-column-end:span 9}.lg-col-span-10{grid-column-end:span 10}.lg-col-span-11{grid-column-end:span 11}.lg-col-span-12{grid-column-end:span 12}}@media(max-width:960px){.md-col-span-0{display:none}}@media(max-width:600px){.sm-col-span-0{display:none}}.jp-cut{border:2px solid #069e08;border-radius:4px;margin:32px 0;padding:16px 24px 16px 64px;position:relative;text-decoration:none}.jp-cut,.jp-cut span{display:block}.jp-cut span:last-of-type{font-weight:600}.jp-cut:focus span:last-of-type,.jp-cut:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:2px}.jp-cut:focus:after,.jp-cut:hover:after{transform:translateY(-50%) translateX(-8px)}.jp-cut:after{color:#069e08;content:"→";font-size:24px;font-weight:600;left:24px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.jetpack-ai-voice-to-content__modal .components-modal__header{border-bottom:1px solid #dcdcde;padding:20px 24px}.jetpack-ai-voice-to-content__modal .components-modal__content{padding:24px 32px}@media(min-width:700px){.jetpack-ai-voice-to-content__modal{width:700px}}.jetpack-ai-voice-to-content__wrapper{display:flex;flex-direction:column;gap:28px}.jetpack-ai-voice-to-content__body{display:flex;flex-direction:column;gap:16px}.jetpack-ai-voice-to-content__action-buttons{display:flex;gap:8px}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary{background-color:#008710;color:#fff}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):hover{background-color:#007117}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):active{background-color:#005b18}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary{box-shadow:inset 0 0 0 1px #008710;color:#008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):focus{box-shadow:0 0 0 2px #008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):hover{box-shadow:inset 0 0 0 1px #007117}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):active{box-shadow:none}.jetpack-ai-voice-to-content__description{font-size:var(--font-body-small)}.jetpack-ai-voice-to-content__contextual-row{align-items:center;display:flex;height:38px}.jetpack-ai-voice-to-content__information{color:#787c82}.jetpack-ai-voice-to-content__audio{align-items:center;display:flex;gap:4px}.jetpack-ai-voice-to-content__audio--duration{font-weight:700}.jetpack-ai-voice-to-content__footer{display:flex}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button{align-items:center;color:#008710;display:flex;font-size:var(--font-body-extra-small);gap:4px}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #008710}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button .icon{color:#a7aaad}.jetpack-ai-voice-to-content__information--error{color:var(--jp-red-40)}.jetpack-ai-voice-to-content__oscilloscope{height:38px;width:70px}.wp-block-jetpack-ai-image .wp-block-ai-image-image{cursor:pointer;height:128px;width:128px}.wp-block-ai-generate-suggestion{padding:0}.wp-block-ai-generate-suggestion .components-text-control__input{margin:10px;width:80%}.wp-block-ai-generate-suggestion .components-button.is-primary{margin:10px} \ No newline at end of file +.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive>*{pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive:after{content:none}.jetpack-editor-panel-logo{margin-right:.5em}.jetpack-gutenberg-social-icon{fill:#757575}.jetpack-gutenberg-social-icon.is-facebook{fill:#0866ff}.jetpack-gutenberg-social-icon.is-twitter{fill:#55acee}.jetpack-gutenberg-social-icon.is-linkedin{fill:#0976b4}.jetpack-gutenberg-social-icon.is-tumblr{fill:#35465c}.jetpack-gutenberg-social-icon.is-google{fill:var(--color-gplus)}.jetpack-ai-status-indicator__icon-wrapper{align-self:baseline;opacity:0;transition:opacity .25s ease-in-out,width .25s;width:0}.jetpack-ai-status-indicator__icon-wrapper>svg{height:24px;margin:6px 0 0;width:24px}.jetpack-ai-status-indicator__icon-wrapper.is-requesting,.jetpack-ai-status-indicator__icon-wrapper.is-suggesting{opacity:1;width:24px}.jetpack-components-ai-control__container-wrapper{bottom:16px;position:sticky}.jetpack-components-ai-control__container{background-color:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 12px 15px 0 #0000001f,0 3px 9px 0 #0000001f,0 1px 3px 0 #00000026;color:#2c3338;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.jetpack-components-ai-control__wrapper{align-items:flex-end;border-radius:6px 6px 0 0;box-sizing:border-box;display:flex;gap:6px;padding:8px 12px 8px 8px}.jetpack-components-ai-control__wrapper.is-transparent{opacity:.4}.jetpack-components-ai-control__input-wrapper{align-items:center;align-self:center;display:flex;flex-grow:1;min-height:36px}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input{background-color:#fff;border:none;border-radius:2px;box-shadow:none;color:#2c3338;font-size:16px;font-weight:400;line-height:20px;min-height:20px;padding:6px 8px;resize:none!important;transition:box-shadow .1s linear 0s;width:100%}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input:focus{box-shadow:none;color:#2c3338}@media(min-width:600px){.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input{font-size:13px}}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input::-moz-placeholder{opacity:.75;text-overflow:ellipsis;white-space:nowrap}.jetpack-components-ai-control__input-wrapper textarea.jetpack-components-ai-control__input::placeholder{opacity:.75;text-overflow:ellipsis;white-space:nowrap}.jetpack-components-ai-control__controls-prompt_button_wrapper{align-items:center;display:flex;gap:8px}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button.is-small:not(.has-label){padding:0}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button-group .components-button{box-shadow:none;padding:6px 8px}.jetpack-components-ai-control__controls-prompt_button_wrapper .components-button-group{display:flex}.jetpack-components-ai-control__controls-prompt_button:disabled{cursor:not-allowed;opacity:.6}.jetpack-ai-assistant__message{align-items:center;align-self:center;border-radius:4px;display:flex;font-size:12px;line-height:28px;min-height:28px;padding:0 12px}.jetpack-ai-assistant__message>svg{fill:#787c82;flex-shrink:0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content{align-items:center;display:flex;flex-grow:2;gap:4px;line-height:1.4em;margin:0 8px}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content span{padding:5px 0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-external-link{color:#646970}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-button.is-link{padding:0}.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-button.is-link,.jetpack-ai-assistant__message .jetpack-ai-assistant__message-content .components-external-link{flex-shrink:0}.jetpack-ai-assistant__message-severity-info{background-color:#f6f7f7;color:#646970}.jetpack-ai-assistant__message-severity-warning{background-color:#fef8ee;color:#101517}.jetpack-ai-assistant__message-severity-error{background-color:#f7ebec;color:#101517}.jetpack-ai-assistant__message-severity-error>svg{fill:#e65054}.jetpack-ai-assistant__message-severity-success{background-color:#d0e6b8;color:#101517}.jetpack-ai-assistant__message-severity-success>svg{fill:#2fb41f}.jetpack-ai-assistant__message-sidebar{display:flex;height:unset;padding:0}.jetpack-ai-assistant__message-sidebar>svg{fill:#646970}.jetpack-ai-logo-generator-modal__loading-wrapper{align-items:center;display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:center}.jetpack-ai-logo-generator-modal__loader{margin-bottom:29px}.jetpack-ai-logo-generator__carousel{display:flex;flex-shrink:0;gap:8px;overflow-x:auto}.jetpack-ai-logo-generator__carousel .components-button{height:unset;padding:unset}@media(min-width:700px){.jetpack-ai-logo-generator__carousel{padding:2px}}.jetpack-ai-logo-generator__carousel-logo{align-items:center;border:1px solid #dcdcde;border-radius:2px;display:flex;flex-shrink:0;justify-content:center}.jetpack-ai-logo-generator__carousel-logo.is-selected{border-color:#0675c4;border-width:1.5px}.jetpack-ai-logo-generator__carousel-logo img{height:48px;width:48px}.jetpack-ai-logo-generator-icon path{fill:#0675c4}.jetpack-ai-logo-generator-modal-presenter__wrapper{display:flex;flex-direction:column;gap:8px}.jetpack-ai-logo-generator-modal-presenter{display:flex}.jetpack-ai-logo-generator-modal-presenter__content{align-items:center;background:#f6f7f7;border-radius:4px;display:flex;flex-grow:1;max-height:229px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__content{flex-direction:column;max-height:unset}}.jetpack-ai-logo-generator-modal-presenter__rectangle{position:relative;width:0}.jetpack-ai-logo-generator-modal-presenter__rectangle:after{background-color:#f6f7f7;content:"";height:15px;position:absolute;right:-66px;top:-7.5px;transform:rotate(45deg);width:15px}.jetpack-ai-logo-generator-modal-presenter__loading-text{flex-grow:1;text-align:center}.jetpack-ai-logo-generator-modal-presenter__logo{height:198px;margin:16px 16px 16px 30px;width:198px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__logo{margin:16px}}.jetpack-ai-logo-generator-modal-presenter__action-wrapper{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;height:100%;margin-left:32px;padding:16px 0}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__action-wrapper{margin-right:32px}}.jetpack-ai-logo-generator-modal-presenter__description{color:#646970;flex-grow:1;overflow-y:auto;padding-top:16px}.jetpack-ai-logo-generator-modal-presenter__actions{border-top:1px solid #dcdcde;display:flex;gap:24px;margin-top:16px;padding-top:16px}.jetpack-ai-logo-generator-modal-presenter__action{align-items:center;display:flex}.jetpack-ai-logo-generator-modal-presenter__action.components-button,.jetpack-ai-logo-generator-modal-presenter__action.components-button:active,.jetpack-ai-logo-generator-modal-presenter__action.components-button:hover{color:#0675c4}.jetpack-ai-logo-generator-modal-presenter__action .action-text{font-size:var(--font-body-extra-small)}.jetpack-ai-logo-generator-modal-presenter__action .jetpack-ai-logo-generator-icon{margin-left:8px}.jetpack-ai-logo-generator-modal-presenter__success-wrapper{align-items:center;display:flex;flex-direction:column;gap:16px;width:100%}@media(max-width:700px){.jetpack-ai-logo-generator-modal-presenter__success-wrapper{padding-bottom:16px}}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{font-size:var(--font-body-small);padding:8px 16px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__banner-description{color:#fff;line-height:21px;word-wrap:break-word;vertical-align:middle}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__icon{height:24px;margin-left:8px;position:relative;vertical-align:middle;width:24px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__icon path{fill:#8c8f94}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{font-size:var(--font-body-extra-small);font-weight:600;height:auto;line-height:20px;padding:4px 8px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#fff;color:#000}.jetpack-ai-logo-generator__prompt{display:flex;flex-direction:column;font-size:var(--font-body-small);gap:8px}.jetpack-ai-logo-generator__prompt-header{align-items:flex-start;align-self:stretch;display:flex;justify-content:space-between}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-label{font-weight:500}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-actions{display:flex;font-size:var(--font-body-extra-small);line-height:20px}.jetpack-ai-logo-generator__prompt-header .jetpack-ai-logo-generator__prompt-actions .jetpack-ai-logo-generator-icon{margin-left:4px}.jetpack-ai-logo-generator__prompt-query{align-items:flex-end;align-self:stretch;background:#fff;border:1px solid #c3c4c7;border-radius:8px;display:flex;gap:8px;justify-content:space-between;padding:8px 16px 8px 8px}@media(min-width:700px){.jetpack-ai-logo-generator__prompt-query{gap:48px}}.jetpack-ai-logo-generator__prompt-query .prompt-query__input{border:0;color:#101517;flex-grow:1;line-height:1.6;padding:6px 0;resize:none;vertical-align:initial;word-break:break-word}.jetpack-ai-logo-generator__prompt-query .prompt-query__input:active,.jetpack-ai-logo-generator__prompt-query .prompt-query__input:focus{outline:0}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[contentEditable=false]{color:#646970}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[data-placeholder]:empty:before{color:#646970;content:attr(data-placeholder)}.jetpack-ai-logo-generator__prompt-query .prompt-query__input[data-placeholder]:empty:focus:before{content:""}.jetpack-ai-logo-generator__prompt-footer{display:flex;flex-direction:column;gap:8px}.jetpack-ai-logo-generator__prompt-requests{color:#646970;display:flex;font-size:var(--font-body-extra-small);line-height:21px}.jetpack-ai-logo-generator__prompt-requests .prompt-footer__icon{height:20px;width:20px}.jetpack-ai-logo-generator__prompt-requests .prompt-footer__icon path{fill:#a7aaad}.jetpack-ai-logo-generator__prompt-error{color:#d63638;font-size:var(--font-body-extra-small);line-height:21px}.jetpack-ai-logo-generator-modal-visit-site-banner{background:#f6f7f7;border-radius:4px;display:flex;gap:16px;padding:16px 20px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-visit-site-banner{flex-direction:column}}.jetpack-ai-logo-generator-modal-visit-site-banner__jetpack-logo{align-items:center;display:flex;justify-content:center}.jetpack-ai-logo-generator-modal-visit-site-banner__content{display:flex;flex-direction:column;font-size:14px}@media(max-width:700px){.jetpack-ai-logo-generator-modal-visit-site-banner__content{gap:8px}}@media(min-width:960px){.jetpack-ai-logo-generator-modal{max-height:90%}}.jetpack-ai-logo-generator-modal .components-modal__header{border-bottom:1px solid #dcdcde;padding:20px 24px}.jetpack-ai-logo-generator-modal .components-modal__content{margin-bottom:30px;padding:32px 32px 2px}.jetpack-ai-logo-generator-modal .components-modal__content>div:not(.components-modal__header){height:100%}.jetpack-ai-logo-generator-modal .components-button:focus:not(:disabled):not(.is-primary){box-shadow:0 0 0 2px #0675c4}.jetpack-ai-logo-generator-modal .components-button.is-link{color:#0675c4;text-decoration:none}.jetpack-ai-logo-generator-modal__body{display:flex;flex-direction:column;gap:16px;height:100%}@media(min-width:700px){.jetpack-ai-logo-generator-modal__body{min-height:409px;width:700px}.jetpack-ai-logo-generator-modal__body.notice-modal{min-height:unset;width:470px}}.jetpack-ai-logo-generator__footer{display:flex}.jetpack-ai-logo-generator__footer .jetpack-ai-logo-generator__feedback-button{align-items:center;display:flex;gap:4px;margin-top:8px}.jetpack-ai-logo-generator__footer .jetpack-ai-logo-generator__feedback-button .icon{color:#a7aaad}.jetpack-ai-logo-generator-modal__notice-message-wrapper{display:flex;flex-direction:column;gap:24px}.jetpack-ai-logo-generator-modal__notice-message{font-size:var(--font-body-small)}.jetpack-ai-logo-generator-modal__notice-actions{display:flex;gap:12px;justify-content:flex-end}.jetpack-ai-logo-generator__accept{display:flex;flex-direction:column;gap:64px}.jetpack-ai-logo-generator__accept-actions{display:flex;gap:22px;justify-content:flex-end}.ai-assistant-featured-image__content{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:32px}.ai-assistant-featured-image__actions,.ai-assistant-featured-image__user-prompt{display:flex;justify-content:center;width:100%}.ai-assistant-featured-image__user-prompt{flex-direction:row}.ai-assistant-featured-image__user-prompt-textarea{display:flex;justify-content:center;width:100%}.ai-assistant-featured-image__user-prompt-textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.ai-assistant-featured-image__user-prompt-textarea textarea:disabled{opacity:.5}.ai-assistant-featured-image__actions-left{display:flex;justify-content:flex-start;width:50%}.ai-assistant-featured-image__actions-right{display:flex;justify-content:flex-end;width:50%}.ai-assistant-featured-image__action-buttons{display:flex;gap:12px;justify-content:center}.ai-assistant-featured-image__image-canvas{margin-top:24px;width:100%}.ai-assistant-featured-image__image-canvas>.jetpack-ai-upgrade-banner{margin-bottom:8px}.ai-assistant-featured-image__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:8px 32px}.ai-assistant-featured-image__footer__feedback-button{display:inline-block}.ai-assistant-featured-image__footer__feedback-button a{text-decoration:none}.ai-assistant-featured-image__footer .icon{color:#a7aaad;height:20px;margin-right:4px;width:20px}.ai-image-modal__content{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:32px}.ai-image-modal__content .jetpack-ai-fair-usage-notice{width:100%}.ai-image-modal__actions,.ai-image-modal__user-prompt{display:flex;justify-content:center;width:100%}.ai-image-modal__user-prompt{flex-direction:row}.ai-image-modal__user-prompt-textarea{display:flex;justify-content:center;width:100%}.ai-image-modal__user-prompt-textarea div{display:flex;width:100%}.ai-image-modal__user-prompt-textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.ai-image-modal__user-prompt-textarea textarea:disabled{opacity:.5}.ai-image-modal__actions-left{display:flex;justify-content:flex-start;width:50%}.ai-image-modal__actions-right{display:flex;justify-content:flex-end;width:50%}.ai-image-modal__action-buttons{display:flex;gap:12px;justify-content:center}.ai-image-modal__image-canvas{margin-top:24px;width:100%}.ai-image-modal__image-canvas>.jetpack-ai-upgrade-banner{margin-bottom:8px}.ai-image-modal__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:8px 32px}.ai-image-modal__footer__feedback-button{display:inline-block}.ai-image-modal__footer__feedback-button a{text-decoration:none}.ai-image-modal__footer .icon{color:#a7aaad;height:20px;margin-right:4px;width:20px}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-bottom:0}.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper{max-width:580px}.jetpack-upgrade-plan-banner__wrapper{column-gap:32px}.jetpack-upgrade-plan-banner.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background:#fff;color:#000}.jetpack-ai-fair-usage-notice-muted-variant{color:#757575;font-size:13px;font-weight:400;line-height:1.4;margin:0;text-wrap:pretty}.jetpack-ai-fair-usage-notice-muted-variant a{color:#757575}.jetpack-ai-fair-usage-notice,.jetpack-ai-fair-usage-notice a{color:#1e1e1e}@media(min-width:960px){.ai-assistant-modal{max-height:95%}}.ai-assistant-modal__content{display:flex;flex-direction:column}@media screen and (min-width:960px){.ai-assistant-modal__content{width:100vw}}.ai-assistant-modal__header{display:flex;justify-content:space-between;margin-left:-32px;margin-right:-32px;margin-top:-32px;padding:8px 12px}.ai-assistant-modal__divider{background:#dcdcde;height:1px;margin:0 -32px}.ai-assistant-modal__title-wrapper{align-items:center;display:flex;gap:16px}.ai-assistant-modal__title-wrapper>svg{color:#008710;margin:0}.ai-assistant-modal__title{font-size:14px;line-height:24px;margin:0}.ai-assistant-image__blank{height:auto;position:relative}.ai-assistant-image__blank,.ai-assistant-image__blank-content{align-items:center;display:flex;justify-content:center;width:100%}.ai-assistant-image__blank-content{height:100%;position:absolute}.ai-assistant-image__blank-content.is-dotted{border:1px dotted}.ai-assistant-image__loading{flex-direction:column;gap:8px}.ai-assistant-image__error{align-items:center;display:flex;flex-direction:column;justify-content:center}.ai-assistant-image__error-message{color:red;font-size:10px}.ai-assistant-image__carrousel{flex-direction:column;width:100%}.ai-assistant-image__carrousel-images{align-items:center;display:flex;overflow:hidden;position:relative}.ai-assistant-image__carrousel-images .ai-carrousel__prev{right:0}.ai-assistant-image__carrousel-images .ai-carrousel__next{left:0}.ai-assistant-image__carrousel-images .ai-carrousel__next,.ai-assistant-image__carrousel-images .ai-carrousel__prev{align-items:center;background:#0000;border:none;bottom:0;cursor:pointer;display:flex;height:100%;justify-content:center;opacity:0;position:absolute;top:0;transition:opacity .3s;width:60px;z-index:1}.ai-assistant-image__carrousel-images .ai-carrousel__next:hover,.ai-assistant-image__carrousel-images .ai-carrousel__prev:hover{background-color:#0000004d;opacity:1}.ai-assistant-image__carrousel-images .ai-carrousel__next-icon,.ai-assistant-image__carrousel-images .ai-carrousel__prev-icon{fill:#fff}.ai-assistant-image__carrousel-images .ai-carrousel__next-icon.is-disabled,.ai-assistant-image__carrousel-images .ai-carrousel__prev-icon.is-disabled{fill:gray}.ai-assistant-image__carrousel-footer{display:flex;justify-content:space-between;margin-top:8px}.ai-assistant-image__carrousel-counter{align-items:center;display:flex;font-size:13px;justify-content:flex-start;padding:6px 0}.ai-assistant-image__carrousel-counter .ai-carrousel__next,.ai-assistant-image__carrousel-counter .ai-carrousel__prev{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;justify-content:center;padding:0}.ai-assistant-image__carrousel-counter .ai-carrousel__next-icon.is-disabled,.ai-assistant-image__carrousel-counter .ai-carrousel__prev-icon.is-disabled{fill:gray}.ai-assistant-image__carrousel-image{height:auto;width:100%}.ai-assistant-image__carrousel-image-container{display:flex;height:auto;position:absolute;right:8px;transform:translateX(-100%);transition:transform .5s;width:100%}.ai-assistant-image__carrousel-image-container.is-prev{right:-8px;transform:translateX(100%)}.ai-assistant-image__carrousel-image-container.is-current{position:static;transform:translateX(0)}.ai-assistant-featured-image__usage-counter{color:#646970;display:flex;flex-direction:column;font-size:12px}.ai-assistant-featured-image__usage-counter>span{align-items:center;display:flex;gap:8px;justify-content:space-between}.ai-assistant-featured-image__usage-counter-no-limit{color:red}@keyframes jetpack-external-media-loading-fade{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.jetpack-external-media-browser--visually-hidden{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.modal-open .jetpack-external-media-button-menu__options{display:none}.jetpack-external-media-browser .is-error{margin-bottom:1em;margin-left:0;margin-right:0}.jetpack-external-media-browser .components-placeholder{background-color:#0000}.jetpack-external-media-browser .components-modal__content{overflow:auto;padding-bottom:0;width:100%}@media(min-width:600px){.jetpack-external-media-browser .components-modal__content{height:90vh;width:90vw}}.jetpack-external-media-browser.is-jetpack-app-media{max-width:733px}@media(min-width:600px){.jetpack-external-media-browser.is-jetpack-app-media .components-modal__content{height:90vh;max-width:733px;width:90vw}}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-app-icon{width:69px}.jetpack-external-media-browser.is-jetpack-app-media .components-notice-list{position:relative;z-index:1}.jetpack-external-media-browser.is-jetpack-app-media .components-modal__header{border-bottom:0}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-wrapper__jetpack_app_media-instructions{bottom:-104px;left:-56px;position:relative}.jetpack-external-media-browser.is-jetpack-app-media .components-modal__content{margin-top:0;padding:40px 56px}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__item{animation:animate-drop .3s ease;opacity:1}@media only screen and (min-width:600px){.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__item{padding-top:96px;width:112px}}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser .jetpack-external-media-browser__media__item img{height:80px;width:80px}@keyframes animate-drop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.jetpack-external-media-wrapper__jetpack_app_media-title{color:var(--jp-gray-100);font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-size:24px;font-weight:400;letter-spacing:-.32px;line-height:1.67;margin:0 0 14px}.jetpack-external-media-wrapper__jetpack_app_media-description{color:var(--jp-gray-60);font-size:14px;font-weight:400;line-height:1.43;margin:0;text-align:right}.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-description,.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-title{max-width:100%}@media only screen and (min-width:600px){.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-description,.jetpack-external-media-wrapper__jetpack_app_media-wrapper.has-no-image-uploaded .jetpack-external-media-wrapper__jetpack_app_media-title{max-width:calc(100% - 300px)}}.jetpack-external-media-wrapper__jetpack_app_media-qr-code canvas{height:100px;margin-top:24px;width:100px}.jetpack-external-media-wrapper__jetpack_app_media-instructions img{bottom:0;display:none;left:56px;position:absolute}@media only screen and (min-width:600px){.jetpack-external-media-wrapper__jetpack_app_media-instructions img{display:inline}}.jetpack-external-media-browser__jetpack_app_media_browser{margin:0 -20px}.jetpack-external-media-browser__jetpack_app_media_browser .jetpack-external-media-browser__media{margin:6px 0 -15px}.jetpack-external-media-browser.is-jetpack-app-media .jetpack-external-media-browser__media__toolbar{background-color:#0000;padding:0}.jetpack-external-media-wrapper__jetpack_app_media-qr-code-wrapper{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:space-between}.jetpack-external-media-wrapper__jetpack_app_media .jetpack-external-media-browser__empty{display:none}.jetpack-external-media-browser--is-copying{pointer-events:none}.jetpack-external-media-browser{align-items:flex-start;background:#fff;display:flex;flex-direction:column}.jetpack-external-media-browser .jetpack-external-media-browser__media{width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__item{background:#0000;border:0;display:inline-flex;height:0;padding-top:50%;position:relative;width:50%}.jetpack-external-media-browser .jetpack-external-media-browser__media__item img{display:block;height:calc(100% - 16px);object-fit:contain;position:absolute;right:8px;top:8px;width:calc(100% - 16px)}.jetpack-external-media-browser .jetpack-external-media-browser__media__item.is-transient img{opacity:.3}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;right:0;text-align:center;top:0;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator .components-spinner{margin-bottom:8px}.jetpack-external-media-browser .jetpack-external-media-browser__media__copying_indicator__label{font-size:12px}.jetpack-external-media-browser .jetpack-external-media-browser__media__folder{align-content:flex-start;align-items:center;display:flex;flex-wrap:wrap;float:right;justify-content:space-between;margin-bottom:36px}.jetpack-external-media-browser .jetpack-external-media-browser__media__info{display:flex;font-size:12px;font-weight:700;justify-content:space-between;padding:3px;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__media__count{background-color:#dcdcde;border-radius:8px;margin-bottom:auto;padding:3px 4px}.jetpack-external-media-browser .jetpack-external-media-browser__media__item{border:8px solid #0000}.jetpack-external-media-browser .jetpack-external-media-browser__media__item:focus{border-radius:10px;box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color);outline:none}.jetpack-external-media-browser .jetpack-external-media-browser__media__item__selected{border-radius:10px;box-shadow:inset 0 0 0 6px var(--wp-admin-theme-color)}.jetpack-external-media-browser .jetpack-external-media-browser__media__item__selected:focus{box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color),inset 0 0 0 3px #fff,inset 0 0 0 6px var(--wp-admin-theme-color)}.jetpack-external-media-browser .jetpack-external-media-browser__media__placeholder{animation:jetpack-external-media-loading-fade 1.6s ease-in-out infinite;background-color:#ccc;border:0;height:100px;margin:16px;width:100px}.jetpack-external-media-browser .jetpack-external-media-browser__media__toolbar{background:#fff;bottom:0;display:flex;justify-content:flex-end;padding:20px 0;position:fixed;position:sticky;right:0;width:100%}.jetpack-external-media-browser .jetpack-external-media-browser__loadmore{clear:both;display:block;margin:24px auto 48px}@media only screen and (min-width:600px){.jetpack-external-media-browser .jetpack-external-media-browser__media__item{padding-top:20%;width:20%}}.jetpack-external-media-header__view{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:48px}@media only screen and (min-width:600px){.jetpack-external-media-header__view{align-items:center;flex-direction:row}}.jetpack-external-media-header__view select{max-width:200px!important}.jetpack-external-media-header__view .components-base-control__field{display:flex;flex-direction:column}.jetpack-external-media-header__filter label,.jetpack-external-media-header__view label{margin-left:10px}.jetpack-external-media-header__filter .components-base-control,.jetpack-external-media-header__view .components-base-control{margin-bottom:0;padding-left:8px}.jetpack-external-media-header__filter{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;justify-content:flex-start}@media only screen and (min-width:600px){.jetpack-external-media-header__filter{border-right:1px solid #ccc;margin-right:16px;padding-right:16px}}.jetpack-external-media-header__filter .jetpack-external-media-date-filter{display:flex;flex-wrap:wrap}.jetpack-external-media-header__filter .jetpack-external-media-date-filter button{height:40px;margin-top:27px}@media only screen and (min-width:783px){.jetpack-external-media-header__filter .jetpack-external-media-date-filter button{height:30px}}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__label{margin-bottom:3px}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__backdrop{border-color:#e0e0e0;border-radius:3px}.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__input{height:40px;width:70px}@media only screen and (min-width:783px){.jetpack-external-media-header__filter .jetpack-external-media-date-filter .components-base-control .components-input-control__input{height:30px}}.jetpack-external-media-header__account{display:flex;flex-direction:column}.jetpack-external-media-header__account .jetpack-external-media-header__account-info{display:flex;margin-bottom:8px}.jetpack-external-media-header__account .jetpack-external-media-header__account-image{margin-left:8px}.jetpack-external-media-header__account .jetpack-external-media-header__account-name{height:18px;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jetpack-external-media-header__account .jetpack-external-media-browser__disconnect{height:40px;margin:1px 0 9px 1px}@media only screen and (min-width:783px){.jetpack-external-media-header__account .jetpack-external-media-browser__disconnect{height:30px}}.jetpack-external-media-header__openverse,.jetpack-external-media-header__pexels{display:flex;margin-bottom:48px}.jetpack-external-media-header__openverse .components-base-control,.jetpack-external-media-header__pexels .components-base-control{flex:1;margin-left:12px}.jetpack-external-media-header__openverse .components-base-control__field,.jetpack-external-media-header__pexels .components-base-control__field{margin-bottom:0}.jetpack-external-media-header__openverse .components-base-control__field,.jetpack-external-media-header__openverse .components-text-control__input,.jetpack-external-media-header__pexels .components-base-control__field,.jetpack-external-media-header__pexels .components-text-control__input{height:100%}.jetpack-external-media-placeholder__open-modal{align-items:center;display:flex;justify-content:center;left:0;margin-top:-48px;padding:0;position:absolute;z-index:1}.jetpack-external-media-placeholder__open-modal .components-button{background:none;margin:0;padding:12px}.jetpack-external-media-placeholder__open-modal .components-button:before{content:none}.jetpack-external-media-placeholder__open-modal .components-button svg{display:block;fill:currentColor}.jetpack-external-media-browsing>div.components-placeholder:not(.jetpack-external-media-replacedholder){display:none}.jetpack-external-media-browser__empty{padding-top:2em;text-align:center;width:100%}.jetpack-external-media-auth{margin:0 auto;max-width:340px;padding-bottom:80px;text-align:center}.jetpack-external-media-auth p{margin:2em 0}.jetpack-external-media-filters{display:flex;justify-content:space-between}.jetpack-external-media-button-menu__dropdown{width:100%}.jetpack-external-media-button-menu__dropdown .jetpack-external-media-button-menu{flex-direction:row;padding-left:12px;padding-right:12px;text-align:right;width:100%}.jetpack-external-media-button-menu__dropdown .jetpack-external-media-button-menu .jetpack-external-media-button-menu__label{flex-grow:2}.jetpack-external-media-button-wrapper{display:flex}.components-placeholder__fieldset .components-dropdown .jetpack-external-media-button-menu,.editor-post-featured-image .components-dropdown .jetpack-external-media-button-menu{margin-bottom:1em;width:auto}.components-placeholder__fieldset .components-dropdown .jetpack-external-media-button-menu>svg,.editor-post-featured-image .components-dropdown .jetpack-external-media-button-menu>svg{display:none}.editor-post-featured-image .components-dropdown{display:initial}.block-editor-inserter__media-panel .components-search-control input[type=search].components-search-control__input[placeholder~=Google],.block-editor-inserter__media-panel .components-search-control input[type=search].components-search-control__input[placeholder~=Google]+.components-search-control__icon{display:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{align-items:center;background:#000;border-radius:2px;box-shadow:inset 0 0 1px #fff;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;justify-content:space-between;padding:0 20px;text-transform:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-title{color:#fff;margin-bottom:10px;margin-left:10px;margin-top:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__title{margin-left:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{flex-shrink:0;height:28px;line-height:1;margin-bottom:10px;margin-right:auto;margin-top:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#e34c84;color:#fff;text-decoration:none}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background:#eb6594}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background-image:linear-gradient(45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-bottom:12px;margin-top:0}.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper{max-width:840px;width:100%}.jetpack-paid-block-symbol,.jetpack-upgrade-plan__hidden{display:none}.jetpack-enable-upgrade-nudge .block-editor-block-icon{position:relative}.jetpack-enable-upgrade-nudge .block-editor-block-icon>svg{overflow:visible}.jetpack-enable-upgrade-nudge svg.jetpack-paid-block-symbol{display:block;position:absolute;right:calc(100% - 1px);top:3px}.jetpack-enable-upgrade-nudge .components-placeholder__label .jetpack-paid-block-symbol{display:none}.wp-block-cover.is-placeholder{display:block}.paid-block-media-placeholder{width:100%}.wp-block-cover:not(.is-placeholder) .paid-block-media-placeholder{bottom:0;left:0;position:absolute;right:0;top:0}.block-editor-block-list__block.is-upgradable.is-selected.is-placeholder{background-color:#0000;padding-top:0}.block-editor-block-list__layout .block-editor-block-list__block.is-upgradable:focus:after{box-shadow:none}.interface-interface-skeleton__editor{max-width:100%}.is-beta-extension{box-shadow:0 0 3px #2fb41f;position:relative;transition:box-shadow .5s linear}.is-beta-extension.inset-shadow{box-shadow:inset 0 0 3px #2fb41f}.is-beta-extension:before{background-color:#2fb41f;border-radius:4px;color:#fff;content:"BETA";font-size:11px;font-weight:600;height:24px;left:3px;line-height:24px;opacity:1;padding:0 5px;position:absolute;top:3px;transition:visibility .5s,opacity .5s linear;visibility:visible;z-index:10000}.is-beta-extension:focus,.is-beta-extension:hover{box-shadow:none}.is-beta-extension:focus:before,.is-beta-extension:hover:before{opacity:0;visibility:hidden}.jetpack-ai-usage-panel{width:100%}.jetpack-ai-usage-panel p.muted{color:#646970}.jetpack-ai-usage-panel .jetpack-ai-usage-panel-upgrade-button{margin-top:1em}.jetpack-ai-usage-panel{--spacing-base:8px}.jetpack-ai-usage-panel .components-base-control{margin:0}.jetpack-ai-usage-panel .jetpack-ai-usage-panel-loading{background-color:#dcdcde;height:calc(var(--spacing-base)*11 + .5px)}.jetpack-ai-usage-panel .ai-assistant-usage-bar-wrapper{background-color:#dcdcde;border-radius:2px;height:4px;margin:0;overflow:hidden;width:100%}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage{background-color:#069e08;border-radius:2px;height:100%}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage.warning{background-color:#f2cf75}.jetpack-ai-usage-panel .ai-assistant-usage-bar-usage.danger{background-color:#d63639}.jetpack-ai-usage-panel .jetpack-ai-usage-panel__loading-placeholder{background-color:#c3c4c7;margin-top:var(--spacing-base)}.jetpack-ai-usage-panel__available-requests{font-size:16px;font-weight:600;margin-bottom:8px;margin-top:0}@keyframes R2i0K45dEF157drbVRPI{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.NisihrgiIKl_knpYJtfg{animation:R2i0K45dEF157drbVRPI 1.5s infinite;background-color:var(--jp-gray);height:100%;width:100%}.jetpack-ai-feedback-control .components-base-control:last-child{margin-bottom:0}.ai-assistant__i18n-dropdown{width:100%}.ai-assistant__i18n-dropdown .components-dropdown-menu__toggle{display:flex;gap:8px;width:100%}.ai-assistant__i18n-dropdown__toggle-label{flex-grow:2;text-align:right}.ai-assistant__tone-dropdown{width:100%}.ai-assistant__tone-dropdown .components-dropdown-menu__toggle{display:flex;gap:8px;width:100%}.ai-assistant__tone-dropdown__toggle-label{flex-grow:2;text-align:right;width:100}.block-editor-block-toolbar__slot{flex-shrink:0}.wp-block-ai-generate-suggestion{padding:0}.wp-block-ai-generate-suggestion .components-text-control__input{margin:10px;width:80%}.wp-block-ai-generate-suggestion .components-button.is-primary{margin:10px}.wp-block-jetpack-ai-assistant .jetpack-ai-assistant__content{opacity:1;transition:opacity .2s ease-in-out}.wp-block-jetpack-ai-assistant.is-waiting-response .jetpack-ai-assistant__content{opacity:.5}.jetpack-ai-assistant__error{color:var(--wp--preset--color--black);margin:0 0 8px}.jetpack-ai-assistant__accept{display:flex;justify-content:right;margin:12px}.jetpack-ai-assistant__content{overflow-x:auto}.jetpack-ai-assistant__content table{border-collapse:collapse;width:100%}.jetpack-ai-assistant__content thead{border-bottom:3px solid}.jetpack-ai-assistant__content tfoot{border-top:3px solid}.jetpack-ai-assistant__content td,.jetpack-ai-assistant__content th{border:1px solid;padding:.5em}.jetpack-ai-assistant__content .has-fixed-layout{table-layout:fixed;width:100%}.jetpack-ai-assistant__content .has-fixed-layout td,.jetpack-ai-assistant__content .has-fixed-layout th{word-break:break-word}.jetpack-ai-assistant__content.aligncenter,.jetpack-ai-assistant__content.alignleft,.jetpack-ai-assistant__content.alignright{display:table;width:auto}.jetpack-ai-assistant__content.aligncenter td,.jetpack-ai-assistant__content.aligncenter th,.jetpack-ai-assistant__content.alignleft td,.jetpack-ai-assistant__content.alignleft th,.jetpack-ai-assistant__content.alignright td,.jetpack-ai-assistant__content.alignright th{word-break:break-word}.jetpack-ai-assistant__content .has-border-color td,.jetpack-ai-assistant__content .has-border-color th,.jetpack-ai-assistant__content .has-border-color tr,.jetpack-ai-assistant__content .has-border-color>*{border-color:inherit}.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child,.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child td,.jetpack-ai-assistant__content table[style*=border-top-color] tr:first-child th,.jetpack-ai-assistant__content table[style*=border-top-color]>*,.jetpack-ai-assistant__content table[style*=border-top-color]>* td,.jetpack-ai-assistant__content table[style*=border-top-color]>* th{border-top-color:inherit}.jetpack-ai-assistant__content table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.jetpack-ai-assistant__content table[style*=border-right-color] td:last-child,.jetpack-ai-assistant__content table[style*=border-right-color] th,.jetpack-ai-assistant__content table[style*=border-right-color] tr,.jetpack-ai-assistant__content table[style*=border-right-color]>*{border-left-color:inherit}.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child,.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child td,.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:last-child th,.jetpack-ai-assistant__content table[style*=border-bottom-color]>*,.jetpack-ai-assistant__content table[style*=border-bottom-color]>* td,.jetpack-ai-assistant__content table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.jetpack-ai-assistant__content table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.jetpack-ai-assistant__content table[style*=border-left-color] td:first-child,.jetpack-ai-assistant__content table[style*=border-left-color] th,.jetpack-ai-assistant__content table[style*=border-left-color] tr,.jetpack-ai-assistant__content table[style*=border-left-color]>*{border-right-color:inherit}.jetpack-ai-assistant__content table[style*=border-style] td,.jetpack-ai-assistant__content table[style*=border-style] th,.jetpack-ai-assistant__content table[style*=border-style] tr,.jetpack-ai-assistant__content table[style*=border-style]>*{border-style:inherit}.jetpack-ai-assistant__content table[style*=border-width] td,.jetpack-ai-assistant__content table[style*=border-width] th,.jetpack-ai-assistant__content table[style*=border-width] tr,.jetpack-ai-assistant__content table[style*=border-width]>*{border-style:inherit;border-width:inherit}.wp-block-ai-image-image{cursor:pointer;height:128px;width:128px}.jetpack-ai-assistant__templates-control svg{padding-left:4px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper{flex-wrap:nowrap}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-connect-banner__description,.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-connect-banner__description,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description{line-height:24px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background-color:#fff;color:#000;margin-bottom:8px;margin-top:8px}.jetpack-ai-connect-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover,.jetpack-ai-upgrade-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background-color:#f6f7f7}.jetpack-ai-assistant__custom-prompt{width:800px}.jetpack-ai-assistant__custom-prompt__footer{display:flex;gap:8px;justify-content:flex-end}.jetpack-contact-form{margin-top:16px}.jetpack-components-ai-control__container-wrapper.jetpack-ai-assistant-extension-ai-input{position:sticky;z-index:1}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path{animation:fadingSpark .3s ease-in-out infinite alternate}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path.spark-first{animation-delay:.2s}.jetpack-ai-assistant__button.is-suggesting .ai-assistant-icon>path.spark-second{animation-delay:.6s}.jetpack-ai-assistant__info{margin:0 0 8px}@keyframes fadingSpark{to{opacity:.3}}.jetpack-ai-chat-copy-button-container{margin:1rem 0}.jetpack-ai-chat-copy-button-container button{background:none;border:none;color:var(--wp--preset--color--secondary);cursor:pointer;display:block;font-size:16px;padding:inherit;position:relative;transition:.3s}.jetpack-ai-chat-copy-button-container button:disabled{cursor:not-allowed;opacity:.5}.jetpack-ai-chat-copy-button-container button .copy-icon{margin-left:.5rem;vertical-align:middle}.jetpack-ai-chat-error-container{color:#dc3232;font-size:1rem;margin:1rem 0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input{flex:auto;flex-grow:4}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input .components-base-control__field{margin-bottom:0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-button{display:block;flex:auto;flex-grow:1;height:53px;margin-right:10px;text-wrap:nowrap;white-space:-moz-pre-space}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references{font-size:1rem;margin-top:12px}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references hr{margin:1rem 0}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input{flex:auto;flex-grow:4}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-submit{flex:auto;flex-grow:1;height:53px;margin-right:10px;text-wrap:nowrap}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a{border:none;border-radius:2px;cursor:pointer;margin-right:.5rem;padding:.5rem;transition:.3s}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a svg{width:20px;fill:var(--wp--preset--color--contrast);vertical-align:middle}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a:disabled{cursor:not-allowed;opacity:.5}.interface-more-menu-dropdown__content .components-button .jetpack-logo,.interface-pinned-items .components-button .jetpack-logo{height:20px;width:20px}.edit-post-more-menu__content .components-icon-button .jetpack-logo{margin-left:4px}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-triangle{stroke:none!important}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-circle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-circle{fill:#069e08!important}.edit-post-pinned-plugins .components-button.has-icon.is-toggled .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon.is-toggled:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:hover .jetpack-logo__icon-triangle,.edit-post-pinned-plugins .components-button.has-icon:not(.is-toggled) .jetpack-logo__icon-triangle{fill:#fff!important}.jetpack-ai-proofread{margin-bottom:24px}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=complex-words]{border-color:#f0b849}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=unconfident-words]{border-color:#09b585}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=long-sentences]{border-color:#7a00df}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled)[data-breve-type=spelling-mistakes]{border-color:#d63638}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=complex-words]{background-color:#f0b849}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=unconfident-words]{background-color:#09b585}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=long-sentences]{background-color:#7a00df}.jetpack-ai-proofread .components-checkbox-control__input:not(:disabled):checked[data-breve-type=spelling-mistakes]{background-color:#d63638}.jetpack-ai-proofread .components-checkbox-control__input:disabled{background-color:#ddd;border-color:#ddd}.jetpack-ai-proofread .components-toggle-control{color:#1e1e1e;margin-bottom:16px}.jetpack-ai-proofread__grade-label{color:#757575;margin-right:12px}.jetpack-ai-proofread__help-text{color:#757575;font-size:12px}.jetpack-ai-proofread .feature-checkboxes-container{display:flex;flex-direction:column;gap:12px}[class^=jetpack-ai-breve__has-proofread-highlight]{border-bottom:3px solid;transition:background-color;transition-duration:.3s}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=complex-words]{border-bottom-color:#f0b849}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=unconfident-words]{border-bottom-color:#09b585}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=long-sentences]{border-bottom-color:#7a00df}[class^=jetpack-ai-breve__has-proofread-highlight][data-breve-type=spelling-mistakes]{border-bottom-color:#d63638}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__is-loading{animation-duration:1s;animation-iteration-count:infinite;animation-name:jetpack-ai-breve-loading-pulse}@keyframes jetpack-ai-breve-loading-pulse{0%{opacity:1}50%{opacity:.3}to{opacity:1}}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=complex-words]{background-color:#f0b84933}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=unconfident-words]{background-color:#09b58533}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=long-sentences]{background-color:#7a00df33}[class^=jetpack-ai-breve__has-proofread-highlight].jetpack-ai-breve__highlight-hovered[data-breve-type=spelling-mistakes]{background-color:#d6363833}.jetpack-ai-breve__highlight-popover{color:#000;cursor:default;font-size:13px;font-style:normal;font-weight:400;line-height:18px;width:auto}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content{align-items:center;display:flex;flex-direction:column}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content.jetpack-ai-breve__has-suggestions{align-items:flex-start}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content.jetpack-ai-breve__has-suggestions .jetpack-ai-breve__suggestions-container{max-height:168px;overflow-x:hidden;overflow-y:auto;padding:3px 0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container{display:flex;gap:32px;height:40px;justify-content:space-between;width:100%}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action,.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title{padding:8px 12px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title{align-items:center;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:flex-start;white-space:nowrap}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color{border-radius:50%;height:10px;width:10px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=complex-words]{background-color:#f0b849}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=unconfident-words]{background-color:#09b585}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=long-sentences]{background-color:#7a00df}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__title .jetpack-ai-breve__color[data-breve-type=spelling-mistakes]{background-color:#d63638}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action{align-items:center;display:flex;font-size:13px;gap:4px;justify-content:flex-end}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button{height:24px;padding-bottom:0;padding-left:0;padding-top:0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button path,.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__suggest.components-button>svg{fill:#0277a8}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__loading{align-items:center;display:flex;height:24px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__header-container .jetpack-ai-breve__action .jetpack-ai-breve__loading svg{margin-top:0}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container{border-top:1px solid #dcdcde;display:flex;flex-direction:column;width:100%}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .jetpack-ai-breve__spelling-suggestion+.jetpack-ai-breve__spelling-suggestion{border-top:1px solid #dcdcde}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .jetpack-ai-breve__spelling-suggestion.components-button.is-tertiary{padding:8px 12px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__suggestions-container .components-button.is-tertiary{color:#000;height:unset;line-height:20px;min-height:36px;min-width:320px;padding-bottom:16px;padding-top:16px;text-align:unset;white-space:break-spaces}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper{align-items:center;background-color:#f6f7f7;border-radius:4px;color:#646970;display:flex;font-size:12px;gap:8px;justify-content:space-between;margin:4px;padding:4px 8px;white-space:nowrap;width:calc(100% - 8px)}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper .jetpack-ai-breve__helper-buttons-wrapper{display:flex;gap:16px}.jetpack-ai-breve__highlight-popover .jetpack-ai-breve__highlight-content .jetpack-ai-breve__helper .components-button{color:#646970;padding:0}.ai-assistant-post-feedback__suggestion{margin-bottom:-32px;padding:18px 0}.jetpack-ai-title-optimization__keywords{margin-bottom:16px;margin-top:32px}.jetpack-ai-title-optimization__keywords__textarea{display:flex;justify-content:center}.jetpack-ai-title-optimization__keywords__textarea div{width:100%}.jetpack-ai-title-optimization__keywords__textarea textarea{border:1px solid #ccc;border-radius:6px;color:#000;outline:none;padding:12px;width:100%}.jetpack-ai-title-optimization__keywords__textarea textarea:disabled{opacity:.5}.jetpack-ai-title-optimization__keywords__button{display:flex;justify-content:flex-end;margin-top:8px}.jetpack-ai-title-optimization__options{margin-top:16px}.jetpack-ai-title-optimization__option{align-items:start;display:flex;gap:16px;justify-content:left;margin-bottom:16px}.jetpack-ai-title-optimization__option>input{margin-top:8px}@media screen and (max-width:600px){.jetpack-ai-title-optimization__option-input{min-width:10%}}.jetpack-ai-title-optimization__option-content{display:flex;flex-direction:column}.jetpack-ai-title-optimization__option-label{font-size:15px;font-weight:600;line-height:22px}.jetpack-ai-title-optimization__option-description{font-size:13px;font-weight:400;line-height:20px;padding-top:4px}.jetpack-ai-title-optimization__loading{align-items:center;display:flex;flex-direction:column;gap:16px;height:200px;justify-content:center;width:100%}.jetpack-ai-title-optimization__error,.jetpack-ai-title-optimization__intro{margin-top:16px}.jetpack-ai-title-optimization__cta{align-items:center;display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.jetpack-ai-title-optimization__footer{border-top:1px solid #dcdcde;display:flex;height:60px;justify-content:flex-start;margin:32px -32px -32px;padding:20px 32px}.jetpack-ai-sidebar__feature-section{margin-bottom:2em}.jetpack-ai-sidebar__feature-section p,.jetpack-ai-sidebar__feature-section p>*{text-wrap:pretty}.jetpack-ai-feedback__label{display:flex;gap:16px}.jetpack-ai-feedback__label .components-toggle-control{margin-bottom:8px}.jetpack-ai__feedback-button .icon{color:#a7aaad;height:20px;margin-right:4px;width:20px}.jetpack-blogging-prompt{border:1px solid #ddd;border-radius:2px;box-sizing:border-box;padding:24px}.jetpack-blogging-prompt__label{background:no-repeat url(images/icon-cd4e9ecf53fadf95246d.svg);background-position:-5px;background-size:24px 24px;font-size:14px;margin-bottom:16px;padding-inline-start:22px}.jetpack-blogging-prompt__label.is-bloganuary-icon{background:no-repeat url(images/bloganuary-icon-20e07d1c81f21708f183.svg);background-position:0;padding-inline-start:26px}.jetpack-blogging-prompt__text{font-size:24px;margin-bottom:16px}.jetpack-blogging-prompt__answers-link{display:inline-block;margin-inline-start:10px;text-decoration:underline}.jetpack-blogging-prompt__answers{font-size:16px}.jetpack-blogging-prompt__answers-gravatar{border:2px solid #fff;border-radius:50%;height:24px;vertical-align:middle;width:24px}.jetpack-blogging-prompt__answers-gravatar:first-child{margin-inline-start:-2px}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:-15px}.jetpack-blogging-prompt__spinner{text-align:center}.jetpack-blogging-prompt.is-style-quote{border:none;border-inline-start:4px solid #2f2f2f;margin-bottom:16px;padding:0 24px}@media only email{.jetpack-blogging-prompt__label{background:none;padding-inline-start:0}.jetpack-blogging-prompt__answers,.jetpack-blogging-prompt__answers-gravatar{margin-bottom:0}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:0}}.wp-block-jetpack-business-hours{overflow:hidden}@media(min-width:480px){.wp-block-jetpack-business-hours dd,.wp-block-jetpack-business-hours dt{display:inline-block}}.wp-block-jetpack-business-hours dt{min-width:30%;vertical-align:top}.wp-block-jetpack-business-hours dd{margin:0}@media(min-width:480px){.wp-block-jetpack-business-hours dd{max-width:calc(70% - .5em)}}.wp-block-jetpack-business-hours .components-base-control__label,.wp-block-jetpack-business-hours .components-toggle-control__label{font-size:13px}.wp-block-jetpack-business-hours .components-base-control__field{margin-bottom:0}.wp-block-jetpack-business-hours .jetpack-business-hours__item{margin-bottom:.5em}.wp-block-jetpack-business-hours .business-hours__row{display:flex;line-height:normal;margin-bottom:4px}.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add,.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__closed{margin-bottom:20px}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day{align-items:flex-start;display:flex;width:44%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day .business-hours__day-name{font-weight:700;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;width:60%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day .components-form-toggle{margin-left:4px;margin-top:4px}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{align-items:center;display:flex;flex-wrap:wrap;margin:0;width:44%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-button{padding:0}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control{display:inline-block;margin-bottom:0;width:48%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control.business-hours__open{margin-left:4%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours .components-base-control .components-base-control__label{margin-bottom:0}.wp-block-jetpack-business-hours .business-hours__remove{align-self:flex-end;margin-bottom:8px;text-align:center;width:10%}.wp-block-jetpack-business-hours .business-hours-row__add button:hover{box-shadow:none!important}.wp-block-jetpack-business-hours .business-hours__remove button{display:block;margin:0 auto}.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:active,.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:focus,.wp-block-jetpack-business-hours .business-hours-row__add .components-button.is-default:hover,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:active,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:focus,.wp-block-jetpack-business-hours .business-hours__remove .components-button.is-default:hover{background:none;box-shadow:none}@media(max-width:1080px){.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.is-sidebar-opened .wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}}@media(max-width:600px){.wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row{flex-wrap:wrap}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__day,.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row.business-hours-row__add .business-hours__remove{display:none}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__day{width:100%}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__hours{width:78%}.wp-block-columns .wp-block-jetpack-business-hours .business-hours__row .business-hours__remove{width:18%}@media(min-width:480px){.jetpack-business-hours dd,.jetpack-business-hours dt{display:inline-block}}.jetpack-business-hours dt{font-weight:700;margin-inline-end:.5em;min-width:30%;vertical-align:top}.jetpack-business-hours dd{margin:0}@media(min-width:480px){.jetpack-business-hours dd{max-width:calc(70% - .5em)}}.jetpack-business-hours__item{margin-bottom:.5em}.jetpack-block-width-controls{align-items:center;display:flex}.jetpack-block-width-controls .components-button-group{display:flex;margin-left:1em}.jetpack-block-width-controls:not(.is-aligned) .components-unit-control-wrapper{flex:1}.wp-block[data-type="jetpack/button"]{display:inline-block;margin:0 auto}.wp-block[data-align=center] .wp-block-jetpack-button{display:flex;justify-content:center}.wp-block[data-align=right] .wp-block-jetpack-button{display:flex;justify-content:flex-end}div[data-type="jetpack/button"]:not([data-align=left]):not([data-align=right]){width:100%}div[data-type="jetpack/button"][data-align]{width:100%;z-index:1}.wp-block-button__link.has-custom-width,.wp-block-jetpack-button,div[data-type="jetpack/button"][data-align] .wp-block>div{max-width:100%}.jetpack-block-styles-selector .editor-styles-wrapper .block-editor-block-list__block{margin:0}.jetpack-block-styles-selector-toolbar .is-active{font-weight:700}.wp-block-jetpack-calendly{position:relative}.wp-block-jetpack-calendly-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-calendly-link-editable{cursor:text}.wp-block-jetpack-calendly-embed-form-sidebar{display:flex;margin-bottom:1em}.wp-block-jetpack-calendly-learn-more{margin-top:1em}.wp-block-jetpack-calendly-color-notice{margin:0}div[data-align=center]>.wp-block-jetpack-calendly{text-align:center}.wp-block-jetpack-calendly .components-placeholder__fieldset input{flex:1}.admin-bar .calendly-overlay .calendly-popup-close{top:47px}.wp-block-jetpack-calendly.calendly-style-inline{height:630px;position:relative}.wp-block-jetpack-calendly .calendly-spinner{top:50px}.wp-block-jetpack-calendly.aligncenter{text-align:center}.wp-block-jetpack-calendly .wp-block-jetpack-button{color:#fff}.wp-block-jetpack-cookie-consent{align-items:center;background-color:#0000;bottom:unset;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;position:static}.wp-block-jetpack-cookie-consent:not(.is-selected) *{pointer-events:none}.wp-block-jetpack-cookie-consent:not(.is-selected):before{content:unset}.wp-block-jetpack-cookie-consent.alignleft,.wp-block-jetpack-cookie-consent.alignright{flex-wrap:nowrap;margin-left:0!important;margin-right:0!important;max-width:50%}.wp-block-jetpack-cookie-consent.alignright{margin-right:auto!important}.wp-block-jetpack-cookie-consent.alignwide{max-width:unset;right:unset;width:unset}.wp-block-jetpack-cookie-consent .wp-block-button__link{white-space:nowrap!important}.jetpack-contact-info-block .block-editor-plain-text.block-editor-plain-text:focus{box-shadow:none}.jetpack-contact-info-block .block-editor-plain-text{border:none;border-radius:4px;box-shadow:none;color:inherit;display:block;flex-grow:1;font-family:inherit;font-size:inherit;line-height:inherit;margin:.5em 0;min-height:unset;padding:0;resize:none}.block-editor-inserter__preview .jetpack-contact-info-block{padding:16px}.block-editor-inserter__preview .jetpack-contact-info-block>.block-editor-inner-blocks>.block-editor-block-list__layout{margin:0}.wp-block-jetpack-contact-info{margin-bottom:1.5em}.jetpack-block-nudge.block-editor-warning{margin-bottom:12px}.jetpack-block-nudge .block-editor-warning__message{margin:13px 0}.jetpack-block-nudge .block-editor-warning__actions{line-height:1}.jetpack-block-nudge .jetpack-block-nudge__info{display:flex;flex-direction:row;font-size:13px;line-height:1.4}.jetpack-block-nudge .jetpack-block-nudge__text-container{display:flex;flex-direction:column}.jetpack-block-nudge .jetpack-block-nudge__title{font-size:14px}.jetpack-block-nudge .jetpack-block-nudge__message{color:#646970}.jetpack-stripe-nudge__banner .block-editor-warning__contents{align-items:center}.jetpack-stripe-nudge__icon{align-self:center;background:#0675c4;border-radius:50%;box-sizing:initial;color:#fff;fill:#fff;flex-shrink:0;margin-left:16px;padding:6px}.jetpack-stripe-nudge__banner span a.jetpack-stripe-nudge__link{color:#0675c4}.jp-components-spinner{align-items:center;display:flex}.jp-components-spinner__inner,.jp-components-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid #0000;border-radius:50%;box-sizing:border-box;margin:auto}.jp-components-spinner__outer{border-top-color:#fff}.jp-components-spinner__inner{border-left-color:#fff;border-top-color:#fff;height:100%;opacity:.4;width:100%}.wp-block-jetpack-donations .donations__container{border:1px solid #ccc}.wp-block-jetpack-donations .donations__nav{border-bottom:1px solid #ccc;display:flex}.wp-block-jetpack-donations .donations__nav-item{background:#fff;border-inline-start:1px solid #ccc;color:#1e1e1e;cursor:pointer;display:inline-block;flex:1;font-size:16px;font-weight:700;padding:12px;text-align:center}@media(min-width:600px){.wp-block-jetpack-donations .donations__nav-item{padding:16px 24px}}.wp-block-jetpack-donations .donations__nav-item:first-child{border-inline-start:none}.wp-block-jetpack-donations .donations__nav-item.is-active{background:#1e1e1e;color:#fff;cursor:default}.wp-block-jetpack-donations .donations__content{padding:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__content{padding:32px}}.wp-block-jetpack-donations .donations__content h4,.wp-block-jetpack-donations .donations__content p{margin:0 0 16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__content h4,.wp-block-jetpack-donations .donations__content p{margin:0 0 24px}}.wp-block-jetpack-donations .donations__amounts{display:flex;flex-wrap:wrap;margin-bottom:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__amounts{margin:0 0 24px}}.wp-block-jetpack-donations .donations__amount{background-color:#fff;border:1px solid #ccc;color:#1e1e1e;display:inline-block;font-size:16px;font-weight:600;margin-inline-end:8px;margin-bottom:8px;padding:16px 24px;white-space:nowrap}.wp-block-jetpack-donations .donations__amount.has-error{box-shadow:0 0 0 1px #fff,0 0 0 3px #cc1818;outline:2px solid #0000;outline-offset:-2px}.wp-block-jetpack-donations .donations__custom-amount .donations__amount-value{display:inline-block;margin-inline-start:4px;min-width:60px}.wp-block-jetpack-donations .donations__separator{margin-bottom:16px;margin-top:16px}@media(min-width:600px){.wp-block-jetpack-donations .donations__separator{margin-bottom:32px;margin-top:32px}}.wp-block-jetpack-donations .donations__donate-button,.wp-block-jetpack-donations .donations__donate-button-wrapper{margin:0}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount{cursor:text}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount.has-focus{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:-2px}.editor-styles-wrapper .wp-block-jetpack-donations .donations__custom-amount{cursor:default}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount .block-editor-rich-text__editable{display:inline-block;text-align:right}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount .block-editor-rich-text__editable:focus{box-shadow:none;outline:none;outline-offset:0}.editor-styles-wrapper .wp-block-jetpack-donations .donations__amount [data-rich-text-placeholder]:after{color:#ccc;opacity:1}.editor-styles-wrapper .wp-block-jetpack-donations .donations__custom-amount .donations__amount-value{color:#ccc}.editor-styles-wrapper .wp-block-jetpack-donations .donations__donate-button-wrapper:not(.alignleft):not(.alignright){margin:0}.editor-styles-wrapper .wp-block-jetpack-donations .jetpack-block-nudge{max-width:none}.jetpack-donations__currency-toggle{font-weight:700;line-height:100%;width:max-content}.jetpack-donations__currency-popover .components-popover__content{min-width:130px}.wp-block-jetpack-eventbrite{position:relative}.wp-block-jetpack-eventbrite .components-placeholder__learn-more{margin-top:1em}[data-type="jetpack/eventbrite"][data-align=center]{text-align:center}.wp-block-jetpack-gif{clear:both;margin:0 0 20px}.wp-block-jetpack-gif figure{margin:0;position:relative;width:100%}.wp-block-jetpack-gif.aligncenter{text-align:center}.wp-block-jetpack-gif.alignleft,.wp-block-jetpack-gif.alignright{min-width:300px}.wp-block-jetpack-gif .wp-block-jetpack-gif-caption{color:#949494;margin-bottom:1em;margin-top:.5em;text-align:center}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper{height:0;margin:0;padding:calc(56.2% + 12px) 0 0;position:relative;width:100%}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper iframe{border:0;height:100%;inset-inline-start:0;position:absolute;top:0;width:100%}.wp-block-jetpack-gif figure{transition:padding-top 125ms ease-in-out}.wp-block-jetpack-gif figure .wp-block-jetpack-gif_input-container{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:10px}.wp-block-jetpack-gif figure .wp-block-jetpack-gif_input{max-width:400px}.wp-block-jetpack-gif .components-base-control__field{text-align:center}.wp-block-jetpack-gif .components-placeholder__label svg{margin-left:1ch}.wp-block-jetpack-gif .wp-block-jetpack-gif_cover{background:none;border:none;height:100%;margin:0;padding:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-block-jetpack-gif .wp-block-jetpack-gif_cover:focus{outline:none}.wp-block-jetpack-gif .wp-block-jetpack-gif_input{flex:1;margin-left:6px}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnails-container{display:flex;margin:-2px -2px 2px 0;overflow-x:auto;width:calc(100% + 4px)}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnails-container::-webkit-scrollbar{display:none}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container{align-items:center;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:3px;cursor:pointer;display:flex;justify-content:center;margin:2px;padding:0 0 calc(10% - 4px);width:calc(10% - 4px)}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container:hover{box-shadow:0 0 0 1px #949494}.wp-block-jetpack-gif .wp-block-jetpack-gif_thumbnail-container:focus{box-shadow:0 0 0 2px var(--wp-admin-theme-color);outline:0}.components-panel__body-gif-branding svg{display:block;margin:0 auto;max-width:200px}.components-panel__body-gif-branding svg path{fill:#e0e0e0}.wp-block-jetpack-google-calendar{min-width:420px}.wp-block-jetpack-google-calendar iframe{border:none;width:100%}.wp-block-jetpack-google-calendar>amp-iframe>[placeholder]{line-height:1}.wp-block-jetpack-google-calendar>amp-iframe>noscript{display:inline-block!important}.wp-block-jetpack-google-calendar>amp-iframe>noscript>iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-block-jetpack-google-calendar-embed-form-sidebar textarea{height:75px;width:100%}.wp-block-jetpack-google-calendar-embed-form-sidebar button{display:block;margin-top:8px}.wp-block-jetpack-google-calendar-embed-form-editor{margin:0}.wp-block-jetpack-google-calendar-embed-form-editor textarea{flex:1;font-family:inherit;font-size:inherit;height:36px;margin-left:1px;padding-top:9px}.wp-block-jetpack-google-calendar-placeholder-links{margin-top:19px}.wp-block-jetpack-google-calendar ol.wp-block-jetpack-google-calendar-placeholder-instructions{font-family:inherit;list-style-position:inside;margin:0;padding:0}.wp-block-jetpack-google-calendar ol.wp-block-jetpack-google-calendar-placeholder-instructions li{margin-bottom:19px;text-align:right}.wp-block-jetpack-google-calendar .components-placeholder__label{margin-bottom:19px}.wp-block-jetpack-google-calendar .components-placeholder p{margin:0 0 19px}.wp-block-jetpack-image-compare{margin-inline-end:0;margin-inline-start:0}.wp-block-jetpack-image-compare img{max-width:100%}.jx-slider.jx-slider{inset-inline-start:1px;top:1px;width:calc(100% - 2px)}.image-compare__placeholder>.components-placeholder{align-items:center;flex-direction:row}.image-compare__placeholder>.components-placeholder>.components-placeholder__label{display:none}.image-compare__placeholder>.components-placeholder .components-placeholder{background:none}.image-compare__image-after,.image-compare__image-before{display:flex;flex:1;flex-direction:column;position:relative}.image-compare__image-after .components-placeholder.components-placeholder,.image-compare__image-before .components-placeholder.components-placeholder{box-shadow:none;min-height:0;padding:0}.image-compare__image-after .components-placeholder.components-placeholder .components-placeholder__instructions,.image-compare__image-before .components-placeholder.components-placeholder .components-placeholder__instructions{display:none}.components-placeholder.is-large .image-compare__image-before{padding-inline-end:12px}.components-placeholder.is-large .image-compare__image-after{padding-inline-start:12px}.components-placeholder.is-medium .image-compare__image-before{margin-bottom:24px}[data-type="jetpack/image-compare"]:not(.is-selected) .image-compare__comparison{pointer-events:none}.juxtapose .components-placeholder{border:none;box-shadow:none;padding:0}.juxtapose .components-placeholder .components-placeholder__label{display:none}.juxtapose .components-placeholder .image-compare__image-after,.juxtapose .components-placeholder .image-compare__image-before{flex:none;padding:0;width:100%}.juxtapose .components-placeholder:before{background:#fff;content:"";display:block;height:4px;position:absolute;width:100%;z-index:2}.juxtapose .components-placeholder .image-compare__image-after{height:50%;overflow:hidden;position:absolute;width:100%}.juxtapose .components-placeholder .image-compare__image-after img{align-self:flex-end;display:flex;height:200%;max-width:none;width:100%}div.juxtapose{font-family:Helvetica,Arial,sans-serif;width:100%}div.jx-slider{color:#f3f3f3;cursor:pointer;height:100%;overflow:hidden;position:relative;width:100%}div.jx-handle{cursor:col-resize;height:100%;margin-right:-20px;position:absolute;width:40px;z-index:15}.vertical div.jx-handle{cursor:row-resize;height:40px;margin-right:0;margin-top:-20px;width:100%}div.jx-control{background-color:currentColor;height:100%;margin-left:auto;margin-right:auto;width:3px}.vertical div.jx-control{background-color:currentColor;height:3px;position:relative;top:50%;transform:translateY(-50%);width:100%}div.jx-controller{background-color:currentColor;bottom:0;height:60px;margin:auto -3px auto auto;position:absolute;top:0;width:9px}.vertical div.jx-controller{height:9px;margin-left:auto;margin-right:auto;position:relative;top:-3px;width:100px}div.jx-arrow{bottom:0;margin:auto;top:0}.vertical div.jx-arrow,div.jx-arrow{height:0;position:absolute;transition:all .2s ease;width:0}.vertical div.jx-arrow{left:0;margin:0 auto;right:0}div.jx-arrow.jx-left{border-color:#0000 #0000 #0000 currentcolor;border-style:solid;border-width:8px 0 8px 8px;right:2px}div.jx-arrow.jx-right{border-color:#0000 currentcolor #0000 #0000;border-style:solid;border-width:8px 8px 8px 0;left:2px}.vertical div.jx-arrow.jx-left{border-color:#0000 #0000 currentcolor;border-style:solid;border-width:0 8px 8px;right:0;top:2px}.vertical div.jx-arrow.jx-right{border-color:currentcolor #0000 #0000;border-style:solid;border-width:8px 8px 0;bottom:2px;left:0;top:auto}div.jx-handle:active div.jx-arrow.jx-left,div.jx-handle:hover div.jx-arrow.jx-left{right:-1px}div.jx-handle:active div.jx-arrow.jx-right,div.jx-handle:hover div.jx-arrow.jx-right{left:-1px}.vertical div.jx-handle:active div.jx-arrow.jx-left,.vertical div.jx-handle:hover div.jx-arrow.jx-left{right:0;top:0}.vertical div.jx-handle:active div.jx-arrow.jx-right,.vertical div.jx-handle:hover div.jx-arrow.jx-right{bottom:0;left:0}div.jx-image{display:inline-block;height:100%;overflow:hidden;position:absolute;top:0}.vertical div.jx-image{right:0;top:auto;width:100%}div.jx-slider div.jx-image img{height:100%!important;margin-bottom:0;max-height:none!important;max-width:none!important;position:absolute;width:auto!important;z-index:5}div.jx-slider.vertical div.jx-image img{height:auto!important;width:100%!important}div.jx-image.jx-left{background-position:100%;right:0}div.jx-image.jx-left img{right:0}div.jx-image.jx-right{background-position:0;left:0}div.jx-image.jx-right img{bottom:0;left:0}.veritcal div.jx-image.jx-left{background-position:top;top:0}.veritcal div.jx-image.jx-left img{top:0}.vertical div.jx-image.jx-right{background-position:bottom;bottom:0}.veritcal div.jx-image.jx-right img{bottom:0}div.jx-image div.jx-label{background-color:#000;background-color:#000000b3;color:#fff;display:inline-block;font-size:1em;line-height:18px;padding:.25em .75em;position:relative;top:0;vertical-align:middle;white-space:nowrap;z-index:10}div.jx-image.jx-left div.jx-label{float:right;right:0}div.jx-image.jx-right div.jx-label{float:left;left:0}.vertical div.jx-image div.jx-label{display:table;position:absolute}.vertical div.jx-image.jx-right div.jx-label{bottom:0;right:0;top:auto}div.jx-image.transition{transition:width .5s ease}div.jx-handle.transition{transition:right .5s ease}.vertical div.jx-image.transition{transition:height .5s ease}.vertical div.jx-handle.transition{transition:top .5s ease}div.jx-controller:focus,div.jx-image.jx-left div.jx-label:focus,div.jx-image.jx-right div.jx-label:focus,figure.wp-block-jetpack-image-compare figcaption{font-size:85%;text-align:center}div.jx-control{color:#fff}.vertical div.jx-controller,div.jx-controller{border-radius:50%;height:48px;width:48px}div.jx-controller{margin-right:-22.5px}.vertical div.jx-controller{transform:translateY(-19.5px)}.vertical div.jx-arrow.jx-left,.vertical div.jx-arrow.jx-right,div.jx-arrow.jx-left,div.jx-arrow.jx-right{background-repeat:no-repeat;border:none;height:24px;width:24px;will-change:transform;z-index:1}div.jx-arrow.jx-left{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEzLjQgMTggOCAxMmw1LjQtNiAxLjIgMS00LjYgNSA0LjYgNXoiLz48L3N2Zz4=);right:0}div.jx-arrow.jx-right{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEwLjYgNiA5LjQgN2w0LjYgNS00LjYgNSAxLjIgMSA1LjQtNnoiLz48L3N2Zz4=);left:0}div.vertical div.jx-arrow.jx-left,div.vertical div.jx-arrow.jx-right{transform:rotate(-90deg)}.wp-block-jetpack-instagram-gallery__grid{align-content:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{box-sizing:border-box;display:block;line-height:0;position:relative}.wp-block-jetpack-instagram-gallery__grid img{height:auto;width:100%}.wp-block-jetpack-instagram-gallery__grid-columns-1 .wp-block-jetpack-instagram-gallery__grid-post{width:100%}.wp-block-jetpack-instagram-gallery__grid-columns-2 .wp-block-jetpack-instagram-gallery__grid-post{width:50%}.wp-block-jetpack-instagram-gallery__grid-columns-3 .wp-block-jetpack-instagram-gallery__grid-post{width:33.33333%}.wp-block-jetpack-instagram-gallery__grid-columns-4 .wp-block-jetpack-instagram-gallery__grid-post{width:25%}.wp-block-jetpack-instagram-gallery__grid-columns-5 .wp-block-jetpack-instagram-gallery__grid-post{width:20%}.wp-block-jetpack-instagram-gallery__grid-columns-6 .wp-block-jetpack-instagram-gallery__grid-post{width:16.66667%}@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__grid-post{width:100%}}@supports(display:grid){.wp-block-jetpack-instagram-gallery__grid{display:grid;grid-gap:10px;grid-auto-columns:1fr}@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile{display:block}.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__grid-post{padding:var(--latest-instagram-posts-spacing)}}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{width:auto}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post img{height:100%;object-fit:cover}.wp-block-jetpack-instagram-gallery__grid-columns-1{grid-template-columns:repeat(1,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-2{grid-template-columns:repeat(2,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-3{grid-template-columns:repeat(3,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-4{grid-template-columns:repeat(4,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-5{grid-template-columns:repeat(5,1fr)}.wp-block-jetpack-instagram-gallery__grid-columns-6{grid-template-columns:repeat(6,1fr)}}@supports(object-fit:cover){.wp-block-jetpack-instagram-gallery__grid-post img{height:100%;object-fit:cover}}.wp-block-jetpack-instagram-gallery .components-placeholder .components-radio-control{margin-bottom:28px}.wp-block-jetpack-instagram-gallery .components-placeholder .components-radio-control label{font-weight:400}.wp-block-jetpack-instagram-gallery .components-placeholder .wp-block-jetpack-instagram-gallery__new-account-instructions{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.wp-block-jetpack-instagram-gallery__count-notice .components-notice{margin:0 0 15px}.wp-block-jetpack-instagram-gallery__count-notice .components-notice__content{line-height:inherit;margin:0;padding-inline-end:0}.wp-block-jetpack-instagram-gallery__disconnection-warning{font-style:italic;margin-bottom:0}.wp-block-jetpack-instagram-gallery__placeholder{animation-delay:0ms,.3s;animation-duration:.3s,1.6s;animation-iteration-count:1,infinite;animation-name:fadeIn,pulse;animation-timing-function:ease-out,ease-out;background-color:#a7a79f;display:flex;opacity:1}.wp-block-jetpack-instagram-gallery__placeholder.is-loaded{animation:none;height:auto}.wp-block-jetpack-instagram-gallery__placeholder img{opacity:0;transition:opacity .5s ease-in-out}.wp-block-jetpack-instagram-gallery__placeholder img.is-loaded{opacity:1}@keyframes fadeIn{0%{opacity:0}50%{opacity:.5}to{opacity:1}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@supports(object-fit:cover){.wp-block-jetpack-instagram-gallery__placeholder.is-loaded{display:flex;flex-direction:column;flex-grow:1}.wp-block-jetpack-instagram-gallery__placeholder.is-loaded img{flex-grow:1;height:auto;object-fit:cover}}.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post{display:flex;flex-direction:column}@supports(display:grid){@media(max-width:600px){.wp-block-jetpack-instagram-gallery__grid.is-stacked-on-mobile .wp-block-jetpack-instagram-gallery__placeholder{margin:0!important}}}.wp-block-jetpack-like__learn-more{margin-top:-12px;padding:0 52px 16px 16px}.wp-block-jetpack-like .sharedaddy{display:none}.wpl-likebox{container-type:inline-size}.wpl-count a,.wpl-follow a,.wpl-likebox{font-family:Open Sans,sans-serif!important;font-size:11px!important}.wpl-button{min-width:40px;overflow:hidden}.wpl-button a{align-items:center;background:#fff;border-radius:4px;box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f;box-sizing:border-box;color:#2c3338;display:flex;font-family:Open Sans,sans-serif;font-size:13px;font-weight:500;line-height:23px;margin:1px 1px 8px 6px;min-height:30px;min-width:33px;padding:4px 9px 3px 10px;text-decoration:none;text-shadow:none}.rtl .wpl-button a{margin:1px 6px 8px 1px;padding:4px 10px 3px 9px}.wpl-button a:active,.wpl-button a:hover{box-shadow:0 1px 2px #00000038,0 0 0 1px #00000038}.wpl-button a:before{background-size:16px 16px;content:"";display:inline-block;height:16px;margin-left:-1px;margin-right:0;min-width:16px;position:relative;text-align:center;width:16px}.wpl-button.like a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%232c3338' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.like a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%230675C4' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.liked a{min-width:-moz-fit-content;min-width:fit-content}.wpl-button.liked a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%230675C4' stroke='%230675C4' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}.wpl-button.reblog a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%23fff' d='M1 0h16v16H1z'/%3E%3Cpath fill='%232c3338' stroke='%232c3338' stroke-width='.14' d='m16.016 5.566-1.45-1.434v8.993c0 .76-.623 1.375-1.392 1.375h-4.87v-1.375h4.87V4.132l-1.451 1.434-.984-.972L13.87 1.5 17 4.594zm-11.19 6.302V2.875h4.87V1.5h-4.87c-.769 0-1.391.615-1.391 1.375v8.993l-1.451-1.434-.984.972L4.13 14.5l3.13-3.094-.983-.972z'/%3E%3C/svg%3E")}.wpl-button.reblog a.reblogged:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%23fff' d='M1 0h16v16H1z'/%3E%3Cpath fill='%230675c4' stroke='%230675c4' stroke-width='.14' d='m16.016 5.566-1.45-1.434v8.993c0 .76-.623 1.375-1.392 1.375h-4.87v-1.375h4.87V4.132l-1.451 1.434-.984-.972L13.87 1.5 17 4.594zm-11.19 6.302V2.875h4.87V1.5h-4.87c-.769 0-1.391.615-1.391 1.375v8.993l-1.451-1.434-.984.972L4.13 14.5l3.13-3.094-.983-.972z'/%3E%3C/svg%3E")}.rtl .wpl-button.like a:before,.rtl .wpl-button.liked a:before{margin-left:0;margin-right:-1px}.wpl-button.like a span,.wpl-button.liked a span,.wpl-button.reblog a span{margin-right:5px;text-wrap:nowrap}.rtl .wpl-button.like a span,.rtl .wpl-button.liked a span,.rtl .wpl-button.reblog a span{margin-left:5px}.wpl-count{clear:both;overflow:hidden;text-overflow:ellipsis}.wpl-count-text{line-height:1.6}.wpl-likebox .wpl-count,.wpl-likebox .wpl-count a,.wpl-likebox .wpl-count-text,.wpl-likebox .wpl-count-text a{font-size:12px!important}.wpl-button{float:right}.rtl .wpl-button{float:left}.wpl-avatars{height:34px;list-style:none;margin:0;overflow:hidden;padding:0}.wpl-avatars:empty{display:none}.wpl-avatars li{display:inline;margin:0}.wpl-avatars li a{border:0;display:block;float:right;margin:1px 0 3px 5px}.rtl .wpl-avatars li a{float:left;margin:0 5px 3px 0}.wpl-avatars li a img{border:0;height:30px;padding:0!important;width:30px}span.wpl-comment,span.wpl-follow{margin-right:5px}a.comment-like-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%232EA2CC' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px 16px;color:#2ea2cc;content:"";display:inline-block;height:16px;padding-left:5px;position:relative;top:3px;width:16px}a.comment-like-link:hover:before,a.comment-liked:before,div.comment-liked a.comment-like-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23f1831e' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E")}a.comment-liked:hover:before,div.comment-liked a.comment-like-link:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23ff9a00' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E")}a.comment-like-link{color:#222;font-size:12px;opacity:.8;text-decoration:none}a.comment-like-link.loading:before{opacity:0;transition:opacity 2s}.wpl-likebox{align-items:center;display:flex}.wpl-likebox .wpl-avatars{align-content:end;align-items:center;display:inline-flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:center;margin-bottom:4px;min-width:30px}.rtl .wpl-likebox .wpl-avatars li,.wpl-likebox .wpl-avatars li{margin-bottom:1px;margin-top:1px}.wpl-likebox .wpl-avatars li a{margin:0;position:relative}.wpl-likebox .wpl-avatars li:not(:first-child) a{margin-left:-4px}.rtl .wpl-likebox .wpl-avatars li:not(:first-child) a{margin-left:0;margin-right:-4px}.wpl-likebox .wpl-avatars li a img{border:1.5px solid #ffffff80;border-radius:50%;height:26px;width:26px}.wpl-likebox .wpl-count{clear:none;margin-bottom:4px;margin-right:4px;white-space:nowrap}.rtl .wpl-likebox .wpl-count{clear:none;margin-bottom:4px;margin-left:4px;white-space:nowrap}.wpl-likebox a{color:#2c3338!important}.wpl-likebox a,.wpl-likebox a:focus{outline:none!important;text-decoration:none!important}.wpl-likebox.wpl-new-layout *{cursor:default}.wpl-likebox.wpl-new-layout .wpl-avatars{align-content:unset;margin:0;padding-right:0}.wpl-likebox.wpl-new-layout .wpl-avatars li{margin:0}.wpl-likebox.wpl-new-layout .wpl-avatars li a:focus{box-shadow:none;outline:none}.wpl-likebox.wpl-new-layout .wpl-avatars li a img{vertical-align:unset}.wpl-likebox.wpl-new-layout .wpl-count a:focus,.wpl-likebox.wpl-new-layout .wpl-count-text a:focus,.wpl-likebox.wpl-new-layout .wpl-count-text:focus,.wpl-likebox.wpl-new-layout .wpl-count:focus{box-shadow:none;outline:none}.wpl-likebox .wpl-button a:hover{box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f}.wpl-likebox .wpl-button.like a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath stroke='%232c3338' stroke-linecap='round' stroke-width='1.5' d='m9 2 1.958 4.268h4.376L11.668 9.66 12.915 14 9 11.75 5.087 14l1.247-4.34-3.667-3.392h4.377z'/%3E%3C/svg%3E")}@container (max-width: 320px){.wpl-button{min-width:auto}.wpl-button a span{display:none}}.components-likes-placeholder__learn-more{margin:1em 0 2em}._fUXxnSp5pagKBp9gSN7 *{box-sizing:border-box}.wp-block-jetpack-mailchimp.is-processing form{display:none}.wp-block-jetpack-mailchimp .wp-block-jetpack-button,.wp-block-jetpack-mailchimp p{margin-bottom:1em}.wp-block-jetpack-mailchimp input{box-sizing:border-box;width:100%}.wp-block-jetpack-mailchimp .error,.wp-block-jetpack-mailchimp .error:focus{outline:1px;outline-color:#d63638;outline-offset:-2px;outline-style:auto}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification{display:none;margin-bottom:1.5em;padding:.75em}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.is-visible{display:block}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_error{background-color:#d63638;color:#fff}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_processing{background-color:rgba(0,0,0,.025)}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_success{background-color:#008a20;color:#fff}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp__is-amp{display:block}.wp-block-jetpack-mailchimp form.amp-form-submit-error>p,.wp-block-jetpack-mailchimp form.amp-form-submit-success>p,.wp-block-jetpack-mailchimp form.amp-form-submitting>p{display:none}.wp-block-jetpack-mailchimp .components-placeholder__label svg{margin-left:1ch}.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification{display:block}.wp-block-jetpack-mailchimp .editor-rich-text__inline-toolbar{pointer-events:none}.wp-block-jetpack-mailchimp .editor-rich-text__inline-toolbar .components-toolbar{pointer-events:all}.wp-block-jetpack-mailchimp-recheck{margin-top:1em}.wp-block-jetpack-mailchimp.wp-block-jetpack-mailchimp_notication-audition>:not(.wp-block-jetpack-mailchimp_notification){display:none}.wp-block-jetpack-mailchimp .jetpack-submit-button,.wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_text-input{margin-bottom:1.5rem}.wp-block-jetpack-mailchimp .wp-block-button .wp-block-button__link{margin-top:0}.wp-block-jetpack-mailchimp .components-placeholder__fieldset{display:block;flex-direction:unset;flex-wrap:unset}.wp-block-jetpack-mailchimp .components-placeholder__fieldset .components-button{margin-bottom:0}.wp-block-jetpack-mailchimp .components-placeholder__fieldset .align-center{text-align:center}.component__add-point{background-image:url(images/oval-5f1d889983a8747472c7.svg);background-repeat:no-repeat;height:38px;margin-right:-16px;margin-top:-19px;position:absolute;right:50%;text-indent:-9999px;top:50%;width:32px}.component__add-point,.component__add-point.components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#0000;box-shadow:none}.component__add-point:active,.component__add-point:focus{background-color:#0000}.component__add-point__popover .components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#0000;box-shadow:none}.component__add-point__popover .components-popover__content{padding:.1rem}.component__add-point__popover .components-location-search{margin:.5rem}.component__add-point__close{border:none;box-shadow:none;float:left;margin:.4rem 0 0;padding:0}.component__add-point__close path{color:#e0e0e0}.wp-block-jetpack-map-marker{height:38px;opacity:.9;width:32px}.edit-post-settings-sidebar__panel-block .component__locations__panel{margin-bottom:1em}.edit-post-settings-sidebar__panel-block .component__locations__panel:empty{display:none}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:first-child{border-top:none}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body,.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:first-child,.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body:last-child{margin:0;max-width:100%}.edit-post-settings-sidebar__panel-block .component__locations__panel .components-panel__body button{padding-left:40px}.component__locations__delete-btn{padding:0}.component__locations__delete-btn svg{margin-left:.4em}.wp-block-group-is-layout-flex:not(.is-vertical)>.wp-block-jetpack-map{flex-basis:100%}.wp-block-group-is-layout-flex.is-vertical>.wp-block-jetpack-map{width:100%}.wp-block-jetpack-map .wp-block-jetpack-map__gm-container{background:#e0e0e0;min-height:400px;overflow:hidden;text-align:start;width:100%}.wp-block-jetpack-map .mapkit-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;max-width:300px;min-width:150px;padding:10px 10px 15px;pointer-events:auto}.wp-block-jetpack-map .mapkit-popup-content h3{font-size:1.3125em;font-weight:400;margin-bottom:.5rem}.wp-block-jetpack-map .mapkit-popup-content p{margin-bottom:0}.wp-block-jetpack-map .wp-block-jetpack-map__mb-container{height:400px}.wp-block-jetpack-map .mapboxgl-popup{max-width:300px}.wp-block-jetpack-map .mapboxgl-popup h3{font-size:1.3125em;font-weight:400;margin-bottom:.5rem}.wp-block-jetpack-map .mapboxgl-popup p{margin-bottom:0}.wp-block-jetpack-map .mapboxgl-ctrl-group button{background-color:#0000!important;border-radius:0}.wp-block-jetpack-map__delete-btn{padding:0}.wp-block-jetpack-map__delete-btn svg{margin-left:.4em}.wp-block-group-is-layout-flex:not(.is-vertical)>.wp-block[data-type="jetpack/map"]{flex-basis:100%}.wp-block-group-is-layout-flex.is-vertical>.wp-block[data-type="jetpack/map"]{width:100%}.wp-block[data-type="jetpack/map"] .components-placeholder__label svg{fill:currentColor;margin-left:1ch}.wp-block[data-type="jetpack/map"] .components-placeholder__instructions{margin-top:0}.wp-block[data-type="jetpack/map"] .components-placeholder__instructions .components-external-link{display:inline-block;margin:1em auto}.wp-block-jetpack-map .mapboxgl-popup-close-button{font-size:21px;padding:0 9px 5px 10px}.wp-block-jetpack-map .wp-block-jetpack-map__map_wrapper{background-color:#e4e2de;overflow:hidden}.wp-block-jetpack-map .wp-block-jetpack-map__gm-container{inset:0;position:absolute;z-index:0}.wp-block-jetpack-map .wp-block-jetpack-map__select-overlay{background-color:#0000;inset:0;pointer-events:auto;position:absolute;z-index:2}.wp-block-jetpack-map__height_input{display:block}.component__add-point__popover .components-popover__content{width:250px}.component__add-point__popover .components-popover__content .component__add-point__close{margin-top:-.55em;padding:.3em}.wp-block-jetpack-markdown__placeholder{opacity:.62;pointer-events:none}.block-editor-block-list__block .wp-block-jetpack-markdown__preview{line-height:1.8;min-height:1.8em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview>*{margin-bottom:32px;margin-top:32px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h1,.block-editor-block-list__block .wp-block-jetpack-markdown__preview h2,.block-editor-block-list__block .wp-block-jetpack-markdown__preview h3{line-height:1.4}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h1{font-size:2.44em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h2{font-size:1.95em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h3{font-size:1.56em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h4{font-size:1.25em;line-height:1.5}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h5{font-size:1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview h6{font-size:.8em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview hr{border:none;border-bottom:2px solid #f0f0f0;margin:2em auto;max-width:100px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview p{line-height:1.8}.block-editor-block-list__block .wp-block-jetpack-markdown__preview blockquote{border-right:4px solid #000;margin-left:0;margin-right:0;padding-right:1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview blockquote p{line-height:1.5;margin:1em 0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview ol,.block-editor-block-list__block .wp-block-jetpack-markdown__preview ul{margin-right:1.3em;padding-right:1.3em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview li p{margin:0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview code,.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre{color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace}.block-editor-block-list__block .wp-block-jetpack-markdown__preview code{background:#f0f0f0;border-radius:2px;font-size:inherit;padding:2px}.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre{border:1px solid #e0e0e0;border-radius:4px;font-size:15px;padding:.8em 1em}.block-editor-block-list__block .wp-block-jetpack-markdown__preview pre code{background:#0000;padding:0}.block-editor-block-list__block .wp-block-jetpack-markdown__preview table{border-collapse:collapse;overflow-x:auto;width:100%}.block-editor-block-list__block .wp-block-jetpack-markdown__preview tbody,.block-editor-block-list__block .wp-block-jetpack-markdown__preview tfoot,.block-editor-block-list__block .wp-block-jetpack-markdown__preview thead{min-width:240px;width:100%}.block-editor-block-list__block .wp-block-jetpack-markdown__preview td,.block-editor-block-list__block .wp-block-jetpack-markdown__preview th{border:1px solid;padding:.5em}.wp-block-jetpack-markdown .wp-block-jetpack-markdown__editor{color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:15px}.wp-block-jetpack-markdown .wp-block-jetpack-markdown__editor:focus{border-color:#0000;box-shadow:0 0 0 #0000}.wp-block-jetpack-opentable{display:inline-block}.wp-block-jetpack-opentable>.is-placeholder,.wp-block-jetpack-opentable>.is-style-wide{display:block}.wp-block-jetpack-opentable .components-base-control{width:100%}.wp-block-jetpack-opentable .components-placeholder__fieldset p{font-size:13px;margin:0 0 1em}.wp-block-jetpack-opentable .components-placeholder__fieldset form{flex-direction:row;flex-wrap:nowrap}@media screen and (max-width:479px){.wp-block-jetpack-opentable .components-placeholder__fieldset form{display:block}}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field{flex-grow:1}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__label{display:none}.wp-block-jetpack-opentable .components-placeholder__fieldset form p{margin-top:1em}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__input-container{width:100%}@media screen and (min-width:480px){.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__input-container input[type=text].components-form-token-field__input{min-height:32px}}.wp-block-jetpack-opentable .components-placeholder__fieldset form>.components-button{align-items:center;height:42px;line-height:normal;padding:0 8px}@media screen and (min-width:480px){.wp-block-jetpack-opentable .components-placeholder__fieldset form>.components-button{margin:0 4px 0 0;position:relative}}.wp-block-jetpack-opentable .components-placeholder__fieldset form .components-form-token-field__remove-token{padding:2px 6px}.wp-block-jetpack-opentable iframe{height:100%;width:100%}.wp-block-jetpack-opentable-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-opentable-restaurant-picker{margin-bottom:1em;position:relative;width:100%}.wp-block-jetpack-opentable-restaurant-picker .components-form-token-field__token-text{align-items:center;display:inline-flex}.wp-block-jetpack-opentable-placeholder-links{display:flex;flex-direction:column}@media screen and (min-width:480px){.wp-block-jetpack-opentable-placeholder-links{display:block}}.wp-block-jetpack-opentable-placeholder-links a{padding:.25em 0 .25em 1em}@media screen and (min-width:480px){.wp-block-jetpack-opentable-placeholder-links a form>button{height:50px}}.wp-block-jetpack-opentable-placeholder-links a:last-child{padding-left:0;padding-right:1em}.wp-block-jetpack-opentable>.is-style-button.has-no-margin iframe{margin:-14px}.editor-styles-wrapper .wp-block-jetpack-opentable .components-form-token-field__suggestions-list{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;padding:0;text-align:right}.wp-block-jetpack-opentable.wp-block>.is-style-wide.alignright{left:0;right:auto}.wp-block[data-type="jetpack/opentable"] .components-notice__content{text-align:right}.components-toggle-control.is-opentable{padding-top:6px}.is-opentable button.is-active{font-weight:700}.wp-block-jetpack-opentable{position:relative}.wp-block-jetpack-opentable>iframe{background:#0000;margin:0}.wp-block-jetpack-opentable>.aligncenter iframe{margin:0 auto}.wp-block-jetpack-opentable>.is-style-standard,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile{height:301px}.wp-block-jetpack-opentable>.is-style-standard.is-multi,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile.is-multi{height:361px}.wp-block-jetpack-opentable>.is-style-standard.aligncenter iframe,.wp-block-jetpack-opentable>.is-style-wide.is-style-mobile.aligncenter iframe{width:224px!important}.wp-block-jetpack-opentable>.is-style-tall{height:490px}.wp-block-jetpack-opentable>.is-style-tall.is-multi{height:550px}.wp-block-jetpack-opentable>.is-style-tall.aligncenter iframe{width:288px!important}.wp-block-jetpack-opentable>.is-style-wide{height:150px}.wp-block-jetpack-opentable>.is-style-wide iframe{width:840px!important}.wp-block-jetpack-opentable>.is-style-wide.alignleft{left:auto;margin-right:2rem;max-width:840px}.wp-block-jetpack-opentable>.is-style-wide.alignright{max-width:840px;right:calc(100% - 840px - 2rem)}.wp-block-jetpack-opentable>.is-style-button{height:113px}.wp-block-jetpack-opentable>.is-style-button.aligncenter iframe{width:210px!important}.wp-block-jetpack-opentable>.is-style-button.has-no-margin>div[id^=ot-widget-container]{margin:-14px}.wp-block-jetpack-opentable .ot-dtp-picker{box-sizing:initial}.wp-block-jetpack-opentable .ot-dtp-picker .ot-title{margin:4px auto 12px}.wp-block-jetpack-opentable .ot-dtp-picker .ot-dtp-picker-selector-link{text-decoration:none}.wp-block-jetpack-opentable .ot-dtp-picker input[type=submit]{padding:0;text-transform:none}.wp-block-jetpack-opentable .ot-dtp-picker input[type=submit]:hover{text-decoration:none}.jetpack-audio-player-loading{background:#ccc;background:var(--jetpack-audio-player-secondary);height:10px;margin:15px 24px}.jetpack-audio-player{--jetpack-audio-player-primary:var( --jetpack-podcast-player-primary,#000 );--jetpack-audio-player-secondary:var( --jetpack-podcast-player-secondary,#ccc );--jetpack-audio-player-background:var( --jetpack-podcast-player-background,#fff );height:40px}.jetpack-audio-player .mejs-container,.jetpack-audio-player .mejs-container .mejs-controls,.jetpack-audio-player .mejs-embed,.jetpack-audio-player .mejs-embed body,.jetpack-audio-player .mejs-mediaelement{background-color:#0000}.jetpack-audio-player .mejs-container:focus{box-shadow:none;outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-controls{padding:0;position:static}.jetpack-podcast-player__header .jetpack-audio-player .mejs-controls{padding-left:18px;padding-right:15px}.jetpack-audio-player .mejs-time{color:#ccc;color:var(--jetpack-audio-player-secondary)}.jetpack-audio-player .mejs-time-float{background:#000;background:var(--jetpack-audio-player-primary);border-color:#000;border-color:var(--jetpack-audio-player-primary);color:#fff;color:var(--jetpack-audio-player-background)}.jetpack-audio-player .mejs-time-float-corner{border-top-color:#000;border-top-color:var(--jetpack-audio-player-primary)}.jetpack-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-total{background-color:#ccc;background-color:var(--jetpack-audio-player-secondary)}.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded{opacity:.5}.jetpack-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-current,.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded{background-color:#000;background-color:var(--jetpack-audio-player-primary)}.jetpack-audio-player .mejs-controls .mejs-time-rail .mejs-time-slider:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-button>button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23000;width:16px;height:16px}.st1{fill:none;stroke:%23000;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m47.2.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' d='m52.8 7 5.4 5.4m-5.4 0L58.2 7'/%3E%3Cpath fill='none' stroke='%23000' d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zm22.4 1h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath fill='%23231f20' d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='5' d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' opacity='.75'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='5' d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' opacity='.4'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' opacity='.6'/%3E%3Ccircle cx='170.1' cy='79' r='7' opacity='.8'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' opacity='.9'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' opacity='.3'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' opacity='.5'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' opacity='.7'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2m14-12.7c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E")}.jetpack-audio-player .mejs-button.mejs-jump-button>button{background-image:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-size:60.78px 35.296px}.jetpack-audio-player .mejs-button.mejs-jump-backward-button>button{background-position:-32px -6px}.jetpack-audio-player .mejs-button.mejs-skip-forward-button>button{background-position:-9px -6px}@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.jetpack-audio-player .mejs-button>button{background-image:none}.jetpack-audio-player .mejs-button>button:before{background-color:var(--jetpack-audio-player-primary);background-image:none;content:"";display:block;height:100%;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23fff;width:16px;height:16px}.st1{fill:none;stroke:%23fff;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='m52.8 7 5.4 5.4m-5.4 0L58.2 7' style='fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round'/%3E%3Cpath d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9' style='fill:none;stroke:%23fff'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zM143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8' style='fill:%23231f20'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' style='opacity:.75;fill:none;stroke:%23fff;stroke-width:5'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z' style='fill:none;stroke:%23fff;stroke-width:5'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' style='opacity:.4;fill:%23fff'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' style='opacity:.6;fill:%23fff'/%3E%3Ccircle cx='170.1' cy='79' r='7' style='opacity:.8;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' style='opacity:.9;fill:%23fff'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' style='opacity:.3;fill:%23fff'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' style='opacity:.5;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' style='opacity:.7;fill:%23fff'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120'%3E%3Cstyle%3E.st0{fill:%23fff;width:16px;height:16px}.st1{fill:none;stroke:%23fff;stroke-width:1.5;stroke-linecap:round}%3C/style%3E%3Cpath d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5zM24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1m9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3zM112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7zM67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8' class='st1'/%3E%3Cpath d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9' class='st1'/%3E%3Cpath d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4z' class='st0'/%3E%3Cpath d='m52.8 7 5.4 5.4m-5.4 0L58.2 7' style='fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round'/%3E%3Cpath d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9' style='fill:none;stroke:%23fff'/%3E%3Cpath d='M122.2 3.4h15.7v13.1h-15.7zM120.8 2v15.7h18.3V2zM143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2' class='st0'/%3E%3Cpath d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8m7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8' style='fill:%23231f20'/%3E%3Cpath d='M60.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z' style='opacity:.75;fill:none;stroke:%23fff;stroke-width:5'/%3E%3Cpath d='M140.3 77c.6.2.8.8.6 1.4q-.15.45-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1z' class='st0'/%3E%3Cpath d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z' style='fill:none;stroke:%23fff;stroke-width:5'/%3E%3Ccircle cx='201.9' cy='47.1' r='8.1' class='st0'/%3E%3Ccircle cx='233.9' cy='79' r='5' style='opacity:.4;fill:%23fff'/%3E%3Ccircle cx='201.9' cy='110.9' r='6' style='opacity:.6;fill:%23fff'/%3E%3Ccircle cx='170.1' cy='79' r='7' style='opacity:.8;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='56.3' r='7.5' style='opacity:.9;fill:%23fff'/%3E%3Ccircle cx='226.3' cy='56.1' r='4.5' style='opacity:.3;fill:%23fff'/%3E%3Ccircle cx='225.8' cy='102.8' r='5.5' style='opacity:.5;fill:%23fff'/%3E%3Ccircle cx='178.2' cy='102.8' r='6.5' style='opacity:.7;fill:%23fff'/%3E%3Cpath d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5z' class='st0'/%3E%3Cpath d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5m-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5m5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5' class='st0'/%3E%3C/svg%3E");width:100%}.jetpack-audio-player .mejs-button.mejs-jump-button>button{background-image:none}.jetpack-audio-player .mejs-button.mejs-jump-button>button:before{background-image:none;-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') 0 0/60.78px 35.296px;mask:url('data:image/svg+xml;utf8,%3Csvg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.78 35.3"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etestsprite%3C/title%3E%3Cg id="layer1"%3E%3Cg id="mask0"%3E%3Cpath id="path44" class="cls-1" d="M42.49,6.27v3.87a7.72,7.72,0,1,1-7.68,7.72h1.92a5.77,5.77,0,1,0,5.76-5.79v3.86l-4.8-4.83Zm-1,10.36-.24,2.1.65.15,0,0a.46.46,0,0,1,.07-.07s0,0,.06,0l.06,0,.14-.05.19,0a.79.79,0,0,1,.29.05.48.48,0,0,1,.2.14.65.65,0,0,1,.13.23,1,1,0,0,1,0,.3h0a1,1,0,0,1,0,.3.9.9,0,0,1-.11.24.46.46,0,0,1-.17.17.5.5,0,0,1-.26.06.6.6,0,0,1-.4-.15.56.56,0,0,1-.19-.39h-.8a1.2,1.2,0,0,0,.12.51,1.12,1.12,0,0,0,.31.37,1.45,1.45,0,0,0,.44.24,2.24,2.24,0,0,0,.51.07,1.91,1.91,0,0,0,.62-.11,1.33,1.33,0,0,0,.43-.3,1.39,1.39,0,0,0,.26-.44,1.46,1.46,0,0,0,.08-.52,2.14,2.14,0,0,0-.08-.58,1.05,1.05,0,0,0-.64-.7,1.21,1.21,0,0,0-.52-.1l-.2,0-.08,0-.09,0a.38.38,0,0,0-.14.05l0,0s0,0-.06,0l.11-.89h1.63v-.69Z"/%3E%3C/g%3E%3Cg id="g34"%3E%3Cg id="g32"%3E%3Cpath id="path26" d="M23.81,17.58a6,6,0,1,1-6-6v4l5-5-5-5v4a8,8,0,1,0,8,8Z"/%3E%3Cpath id="path28" d="M15.87,20a.57.57,0,0,1-.62-.54H14.4a1.3,1.3,0,0,0,1.45,1.23c.87,0,1.51-.46,1.51-1.25a1,1,0,0,0-.71-1,1.06,1.06,0,0,0,.65-.92c0-.21-.05-1.22-1.44-1.22a1.27,1.27,0,0,0-1.4,1.16h.85a.58.58,0,0,1,1.15.06.56.56,0,0,1-.63.59h-.46v.66h.45c.65,0,.7.42.7.64A.58.58,0,0,1,15.87,20Z"/%3E%3Cpath id="path30" d="M19.66,16.26c-.14,0-1.44-.08-1.44,1.82v.74c0,1.9,1.31,1.82,1.44,1.82s1.44.09,1.44-1.82v-.74C21.11,16.17,19.8,16.26,19.66,16.26Zm.6,2.67c0,.77-.21,1-.59,1s-.6-.26-.6-1V18c0-.75.22-1,.59-1s.6.26.6,1Z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') 0 0/60.78px 35.296px}.jetpack-audio-player .mejs-button.mejs-jump-backward-button>button:before{-webkit-mask-position:-32px -6px;mask-position:-32px -6px}.jetpack-audio-player .mejs-button.mejs-skip-forward-button>button:before{-webkit-mask-position:-9px -6px;mask-position:-9px -6px}.jetpack-audio-player .mejs-button>button:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-audio-player-secondary);outline-offset:2px}.jetpack-audio-player .mejs-play>button:before{-webkit-mask-position:0 0;mask-position:0 0}.jetpack-audio-player .mejs-pause>button:before{-webkit-mask-position:-20px 0;mask-position:-20px 0}.jetpack-audio-player .mejs-replay>button:before{-webkit-mask-position:-160px 0;mask-position:-160px 0}.jetpack-audio-player .mejs-mute>button:before{-webkit-mask-position:-60px 0;mask-position:-60px 0}.jetpack-audio-player .mejs-unmute>button:before{-webkit-mask-position:-40px 0;mask-position:-40px 0}}.block-editor-block-contextual-toolbar[data-type="jetpack/podcast-player"] .components-toolbar__control,[data-type="jetpack/podcast-player"] .block-editor-block-contextual-toolbar .components-toolbar__control{padding:0 1em;width:auto}.jetpack-podcast-player__interactive-overlay,.jetpack-podcast-player__loading-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.jetpack-podcast-player__loading-overlay{align-items:center;background:#ffffffb3;display:flex;justify-content:center}.jetpack-podcast-player__placeholder .components-base-control,.jetpack-podcast-player__placeholder .components-base-control__field{display:flex;flex-grow:1}.jetpack-podcast-player__placeholder .components-base-control__field{margin-bottom:0}.jetpack-podcast-player__placeholder .components-placeholder__learn-more{margin-top:1em}.block-editor-block-inspector .components-base-control.jetpack-podcast-player__episode-selector{margin-bottom:24px}.jetpack-podcast-player--visually-hidden{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.wp-block-jetpack-podcast-player{overflow:hidden}.wp-block-jetpack-podcast-player audio{display:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player{--jetpack-podcast-player-primary:#000;--jetpack-podcast-player-secondary:#ccc;--jetpack-podcast-player-background:#fff;background-color:var(--jetpack-podcast-player-background);color:var(--jetpack-podcast-player-secondary);padding-bottom:0;padding-top:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player:not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player:not(.has-background){background-color:#fff}.wp-block-jetpack-podcast-player .jetpack-podcast-player a,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:hover,.wp-block-jetpack-podcast-player .jetpack-podcast-player a:visited{border:none;box-shadow:none;text-decoration:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player a:focus{outline:1px solid;outline-color:#ccc;outline-color:var(--jetpack-podcast-player-secondary);outline-offset:2px}.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:visited{color:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:hover{color:inherit;color:var(--jetpack-podcast-player-primary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__header{display:flex;flex-direction:column}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-info{display:flex;padding:24px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__cover{flex-shrink:0;margin-inline-end:24px;width:80px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__cover-image{border:0;height:80px;max-width:100%;padding:0;width:80px}.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title{color:inherit;display:flex;flex-direction:column;letter-spacing:0;margin:0;padding:0;width:100%}.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title:after,.wp-block-jetpack-podcast-player h2.jetpack-podcast-player__title:before{display:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-title{color:var(--jetpack-podcast-player-primary);font-size:24px;margin:0 0 10px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__current-track-title:not(.has-primary){color:#000}.wp-block-jetpack-podcast-player .jetpack-podcast-player__podcast-title{color:inherit;font-size:16px;margin:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__tracks{display:flex;flex-direction:column;list-style-type:none;margin:24px 0 0;padding:0 0 15px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track{color:var(--jetpack-podcast-player-secondary);font-size:16px;line-height:1.8;margin:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track:not(.is-active):not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.is-active{color:var(--jetpack-podcast-player-primary);font-weight:700}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.is-active:not(.has-primary){color:#000}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-link{display:flex;flex-flow:row nowrap;justify-content:space-between;padding-bottom:10px;padding-inline-end:24px;padding-top:10px;padding-inline-start:22px;transition:none}.wp-block-jetpack-podcast-player .is-error .jetpack-podcast-player__track.is-active .jetpack-podcast-player__track-link{padding-bottom:0}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon{flex:22px 0 0;fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon svg{display:block;height:22px;margin-top:3.4px;width:22px;fill:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--error{fill:#cc1818}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.has-primary .jetpack-podcast-player__track-status-icon--error{fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title{flex-grow:1;padding:0 15px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link{display:inline-block;height:27px;margin-inline-start:5px;vertical-align:top}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:active,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:visited{color:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:focus,.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link:hover{color:inherit;color:var(--jetpack-podcast-player-secondary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-title-link svg{display:block;height:27px;width:27px;fill:currentColor}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-duration{word-break:normal}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-description{color:inherit;font-size:16px;line-height:1.8;margin:0 0 24px;max-height:7.2em;order:99;overflow:hidden;padding:0 24px}@supports(display:-webkit-box){.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;max-height:none}}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error{color:#cc1818;display:block;font-size:.8em;font-weight:400;margin-inline-start:59px;margin-bottom:10px}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error>span{color:var(--jetpack-podcast-player-secondary)}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-error>span:not(.has-secondary){color:#ccc}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track.has-primary .jetpack-podcast-player__track-error{color:inherit}.wp-block-jetpack-podcast-player .jetpack-podcast-player__error{color:#cc1818;font-size:.8em;font-weight:400;margin:0;padding:24px}@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing{background-image:none}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing:before{background-color:var(--jetpack-podcast-player-primary);background-image:none;content:"";display:block;height:100%;margin:4px 0 0 2px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 4.763 4.763'%3E%3Cpath d='M1.65 1.204a.8.8 0 0 1-.476.159H.327c-.159 0-.264.106-.264.264v1.508c0 .16.105.265.264.265h1.111c.08.053.133.106.212.159l.926.688c.106.079.212.026.212-.106V.595c0-.132-.106-.185-.212-.105z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.48.33S4.512.118 4.512 2.367 3.48 4.431 3.48 4.431' class='st1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.13 1.362s.688-.106.688 1.005S3.13 3.4 3.13 3.4' class='st1'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 4.763 4.763'%3E%3Cpath d='M1.65 1.204a.8.8 0 0 1-.476.159H.327c-.159 0-.264.106-.264.264v1.508c0 .16.105.265.264.265h1.111c.08.053.133.106.212.159l.926.688c.106.079.212.026.212-.106V.595c0-.132-.106-.185-.212-.105z' class='st0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.48.33S4.512.118 4.512 2.367 3.48 4.431 3.48 4.431' class='st1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.397' d='M3.13 1.362s.688-.106.688 1.005S3.13 3.4 3.13 3.4' class='st1'/%3E%3C/svg%3E");-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;max-height:22px;max-width:20px;width:100%}.wp-block-jetpack-podcast-player .jetpack-podcast-player__track-status-icon--playing svg{display:none}}.wp-block-jetpack-podcast-player.is-default .jetpack-podcast-player__track-title{padding-inline-start:0}.wp-block-jetpack-podcast-player.is-default .jetpack-audio-player,.wp-block-jetpack-podcast-player.is-default .jetpack-podcast-player__track-status-icon{display:none}.connect-stripe.has-icon.has-text svg{margin-left:0}.connect-stripe.has-icon.has-text{font-weight:400}.product-management-control-inspector__product-interval .components-base-control,.product-management-control-inspector__product-title .components-base-control{width:100%}.product-management-control-inspector__product-price .components-base-control{margin:0;width:45%}.product-management-control-inspector__add-plan .components-panel__row:last-child{margin-top:25px}.product-management-control-inspector__add-plan .components-base-control:last-child{margin:0}.product-management-control-nudge .editor-warning{margin-bottom:0}.product-management-control-nudge .editor-warning__message{margin:13px 0}.product-management-control-nudge .editor-warning__actions{line-height:1}.product-management-control-nudge .product-management-control-nudge__info{display:flex;flex-direction:row;font-size:13px;line-height:1.4}.product-management-control-nudge .product-management-control-nudge__text-container{display:flex;flex-direction:column;padding-right:10px}.product-management-control-nudge .product-management-control-nudge__title{font-size:14px}.product-management-control-nudge__message{color:#646970}.editor-styles-wrapper a.product-management-control-nudge__button{color:#0075af;text-decoration:none}.wp-block-premium-content-container .premium-content-tabs{align-items:center;background:#fff;border:1px solid #1e1e1e;border-radius:2px;color:#757575;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0 -1px 0 0;padding:8px 14px;position:relative}.wp-block-premium-content-container--tab{align-items:center;background:#0000;border:none;display:flex;flex-direction:row;margin-inline-end:5px;padding:5px;text-decoration:none}.premium-content-tabs>button.edit{margin-inline-start:auto}.premium-content-wrapper{margin:0}.membership-button__disclaimer{color:var(--color-gray-200);flex-basis:100%;font-style:italic;margin:0}.membership-button__disclaimer a{color:var(--color-gray-400);line-height:36px}.wp-block-buttons .wp-block[data-type="jetpack/recurring-payments"]{display:inline-block;margin:0 0 0 .5em;width:auto}.editor-styles-wrapper .wp-block-buttons .wp-block[data-type="jetpack/recurring-payments"] .wp-block-button:not(.alignleft):not(.alignright){margin:0}.wp-block-premium-content-container .premium-content-wrapper .jetpack-block-nudge{display:none}.wp-block-premium-content-login-button{display:inline-block}.wp-block[data-align=center]>.wp-block-premium-content-login-button{align-items:center;display:flex;justify-content:center}.jetpack-publicize-gutenberg-social-icon{margin-left:10px}.components-connection-icon{cursor:pointer;display:grid}.components-connection-icon__picture .placeholder,.components-connection-icon__picture img{border-radius:2px;grid-area:1/1/2/2;height:24px;width:24px}.components-connection-icon__picture .placeholder{background-color:#a8bece;display:block}.components-connection-icon__picture .jetpack-publicize-gutenberg-social-icon{background-color:#fff;border-radius:2px;grid-area:1/1/2/2;height:15px;margin-left:5px;margin-right:14px;margin-top:14px;width:15px}.components-connection-icon__picture .jetpack-publicize-gutenberg-social-icon.is-facebook{border-radius:50%}.jetpack-publicize-connection-label-copy,.jetpack-publicize-gutenberg-social-icon{display:inline-block;vertical-align:middle}.cuoSlhSNrqf1dozY22Xb{fill:#000}.JLquNpQVlysAamuh5lJO,.lAIiifeLMmZAPlQ9n9ZR{fill:var(--jp-green-primary)}.cbOwD8Y4tFjwimmtchQI{fill:#757575}.cbOwD8Y4tFjwimmtchQI.aLWBKY0yRghEk7tNCgK3{fill:#0085ff}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw{fill:#0866ff}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.af4Y_zItXvLAOEoSDPSv{fill:#55acee}.cbOwD8Y4tFjwimmtchQI.f68aqF3XSD1OBvXR1get{fill:#0976b4}.cbOwD8Y4tFjwimmtchQI.xFI0dt3UiXRlRQdqPWkx{fill:#35465c}.cbOwD8Y4tFjwimmtchQI.q7JEoyymveP6kF747M43{fill:var(--color-gplus)}.cbOwD8Y4tFjwimmtchQI.DKOBOTVmTLbh26gUH_73{fill:#6364ff}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw{fill:#8ed500}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.cL3m0xBYTYhIKI7lCqDB{fill:#d93174}.cbOwD8Y4tFjwimmtchQI.fftumuc_lJ6v0tq4UMVR{fill:#43d854}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI{fill:#000}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI.social-logo{border-radius:40%}.components-connection-toggle{align-items:center;display:flex;position:relative;width:100%}.components-connection-toggle.is-not-checked .components-connection-icon__picture img{filter:saturate(0)}.components-connection-toggle.is-not-checked .jetpack-publicize-gutenberg-social-icon{fill:#949494;filter:saturate(0)}.components-connection-toggle.is-disabled{opacity:.5;width:100%}.__nV49on4_ijaV8Brnsw.zZ3Pu7E87XyYIdPR2WTt{margin-bottom:13px;margin-left:0;margin-right:0}.__nV49on4_ijaV8Brnsw .fLC8AaLf3xcKaoJ4Opax{height:auto;line-height:normal;padding-bottom:6px;padding-top:6px}.__nV49on4_ijaV8Brnsw .fLC8AaLf3xcKaoJ4Opax+.fLC8AaLf3xcKaoJ4Opax{margin-top:5px}.KQcQQLxH5fI08DfOlKwL{display:flex}.SbpyhN5jnda8H868J3rX{border-radius:4px;outline:1px solid var(--jp-gray-5)}.SbpyhN5jnda8H868J3rX .ONeewrk3aNC1gYJebq7K{margin-bottom:0}.SbpyhN5jnda8H868J3rX .ONeewrk3aNC1gYJebq7K:not(:last-child){border-bottom:1px solid var(--jp-gray-5)}.SbpyhN5jnda8H868J3rX .RoTxOeGFqAwk3pXUZpvF{padding:.75rem}@media(min-width:600px){.SbpyhN5jnda8H868J3rX .RoTxOeGFqAwk3pXUZpvF{padding:1rem}}.SbpyhN5jnda8H868J3rX .AjlYaYB_xi9ciXXCqHIJ{align-items:center;display:flex;gap:1rem}.SbpyhN5jnda8H868J3rX .kdYli5nS3b46T57Ih5TQ{display:flex;flex:1;flex-direction:column;gap:.25rem}.SbpyhN5jnda8H868J3rX .ci8T5eNe1rggYILce596{align-items:center;display:flex;gap:1rem}.SbpyhN5jnda8H868J3rX .W6mPdl5wGQlXfp1hYSK0{display:flex;gap:.5rem}.SbpyhN5jnda8H868J3rX .QbcyaAVqz3U_2xlIOZCw{border-radius:4px;font-size:.75rem;font-weight:600;padding:2px 8px}.SbpyhN5jnda8H868J3rX .fXvUC1jZNUXR7RSrIylI{color:var(--jp-gray-80);font-size:16px;font-weight:600;line-height:24px}.SbpyhN5jnda8H868J3rX .d22_aeSA1etqpnckP_Mr{color:var(--jp-gray-50);font-size:14px}.SbpyhN5jnda8H868J3rX .ddhaNmGMqOySRjR_TtqJ{display:flex;gap:.5rem}.SbpyhN5jnda8H868J3rX .nnSF_IK4vYviTlCOzPrg.components-button{font-size:14px;font-weight:500;line-height:20px;padding-inline:6px}.SbpyhN5jnda8H868J3rX .nnSF_IK4vYviTlCOzPrg.components-button span{display:flex}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw{border:0}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .components-panel__body{border-bottom:0;border-top:0;padding:0}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .components-panel__body.is-opened{margin-top:1rem}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ{display:flex;margin-top:1rem}.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ form{display:flex;flex-direction:column;gap:1rem;justify-content:flex-end;width:100%}@media(min-width:600px){.SbpyhN5jnda8H868J3rX .u17AiTny2Jbh35JFAUYw .U_Z9JvOsEQ6BtkH9P1IQ form{flex-direction:row}}.SbpyhN5jnda8H868J3rX .MyXskAb4aXwO7zitR97z{color:var(--jp-green-50);white-space:nowrap}.SbpyhN5jnda8H868J3rX .hMntEpO6BV5B11lyAitv{font-size:var(--font-body-small);margin-block:0}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H{border-top:1px solid var(--jp-gray-5);padding-top:1rem}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H li:not(:last-child){margin-bottom:1rem}.SbpyhN5jnda8H868J3rX .Y_4JpLfOnXVZKvEs179H [inert=true]{opacity:.7}.jdahJvXCrCw0hA5NP3D3{display:grid;font-size:15px;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;margin-top:.4rem}.jdahJvXCrCw0hA5NP3D3.LLeYGX7Owy6gmpNW88VV{grid-auto-flow:row;grid-gap:2rem;height:auto;min-height:unset}.jdahJvXCrCw0hA5NP3D3 img{max-height:520px;max-width:100%}.jdahJvXCrCw0hA5NP3D3>div{padding:.4rem}.jdahJvXCrCw0hA5NP3D3>div:has(img){margin-inline-end:auto;margin-inline-start:auto}.EdjyE9tVLH6lWMoB9z3M{display:flex;gap:1rem}.EdjyE9tVLH6lWMoB9z3M .EQQHwkVXRn0caD6J7LqV{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:.5rem}.EdjyE9tVLH6lWMoB9z3M .vvlyiVm67wUWF9NhpMA4{height:38px;width:38px}.EdjyE9tVLH6lWMoB9z3M .zqX6xk8KCGK1_qbYKqY5.components-button.is-tertiary{color:var(--jp-gray-50);font-size:1rem;font-weight:400}.fNeO_MZFp7cPkgtCdkAF .zK8sijAMFNs2m6WRAoi4.components-button{font-size:14px;font-weight:500;line-height:20px;padding:6px 16px}.fNeO_MZFp7cPkgtCdkAF input{min-width:220px}@media(max-width:782px){.fNeO_MZFp7cPkgtCdkAF input{font-size:14px;min-height:30px;padding:0 8px}}.zLobzkXnF6jHxNvkfz5_{display:flex;gap:.5rem}.zI5tJ_qhWE6Oe6Lk75GY{--wp-admin-theme-color:var(--jp-black);--wp-admin-theme-color-darker-10:var(--jp-black-80);--wp-admin-theme-color-darker-20:var(--jp-black-80);--wp-admin-border-width-focus:1.51px;border-radius:var(--jp-border-radius);font-weight:600;justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo{height:calc(var(--spacing-base)*5);padding:var(--spacing-base);width:calc(var(--spacing-base)*5)}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo>svg:first-child{margin:0;padding:0}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo.Na39I683LAaSA99REg14{height:calc(var(--spacing-base)*4);min-width:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*4)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body);height:auto;line-height:24px;padding:var(--spacing-base) calc(var(--spacing-base)*3)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK{padding:var(--spacing-base) calc(var(--spacing-base)*2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body-extra-small);height:auto;line-height:20px;padding:calc(var(--spacing-base)/2) var(--spacing-base)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK>svg:first-child{margin-left:calc(var(--spacing-base)/2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo)>.components-spinner{height:20px}.zI5tJ_qhWE6Oe6Lk75GY.lZAo6_oGfclXOO9CC6Rd{font-weight:400}.zI5tJ_qhWE6Oe6Lk75GY.xJDOiJxTt0R_wSl8Ipz_{min-width:100%}.zI5tJ_qhWE6Oe6Lk75GY.is-primary:disabled,.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:disabled{background:var(--jp-gray);color:var(--jp-gray-20)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary{background:var(--jp-white);box-shadow:inset 0 0 0 1.51px var(--jp-black)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:active:not(:disabled),.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:hover:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-link.Na39I683LAaSA99REg14,.zI5tJ_qhWE6Oe6Lk75GY.is-link.ipS7tKy9GntCS4R3vekF{padding:0}.zI5tJ_qhWE6Oe6Lk75GY.is-link:hover:not(:disabled){text-decoration-thickness:3px}.zI5tJ_qhWE6Oe6Lk75GY.is-link:focus:not(:disabled){text-decoration-line:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:not(:disabled){background:var(--jp-red-50);box-shadow:inset 0 0 0 1px var(--jp-red-50);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:hover:not(:disabled){background:var(--jp-red-60);box-shadow:inset 0 0 0 1px var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:focus:not(:disabled){background:var(--jp-red-70);box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:active:not(:disabled){background:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:not(:disabled){background:var(--jp-white);box-shadow:inset 0 0 0 1.5px var(--jp-red-50);color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:hover:not(:disabled){background:var(--jp-red-0);box-shadow:inset 0 0 0 1.5px var(--jp-red-60);color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:active:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:not(:disabled){color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:hover:not(:disabled){box-shadow:none;color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6{position:relative}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6.has-icon{justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>:not(.components-spinner){visibility:hidden}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>.components-spinner{margin:0;position:absolute}.CDuBjJp_8jxzx5j6Nept{margin-right:calc(var(--spacing-base)/2)}.O5Go3eBOBqWlXy7fX0su{align-items:start;display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem;width:100%}.O5Go3eBOBqWlXy7fX0su>h3{margin-block:0}.fgQ4OdnJ1svMwDnOKu2H{align-items:center;display:flex}.fgQ4OdnJ1svMwDnOKu2H .components-spinner{margin-top:0}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b{color:inherit;font-size:1rem;font-weight:400;text-decoration:none}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link>svg,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b>svg{vertical-align:bottom}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link span,.fgQ4OdnJ1svMwDnOKu2H span.ArQoWnNoP4okGpEbxF6b span{text-decoration:none}.fgQ4OdnJ1svMwDnOKu2H .ArQoWnNoP4okGpEbxF6b.components-external-link:hover{text-decoration:underline}.fgQ4OdnJ1svMwDnOKu2H span{text-decoration:none}.QsEfjoVyfc0gVACXTvUM span{font-size:15px}.eCH_xkiqbqL0UkJjU_1p{border-top:1px solid var(--jp-gray-5);display:flex;gap:.5rem;margin-bottom:1rem;padding-top:1rem}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw{border:0;margin-right:3rem}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw .components-panel__body{border-bottom:0;border-top:0;padding:0}.J2Rz6Qb6mWPyJDF0yoqw.J2Rz6Qb6mWPyJDF0yoqw .components-panel__body.is-opened{margin-top:1rem}.fXYYdRkn3LXtN9YH3354{border-radius:4px;margin:0;outline:1px solid var(--jp-gray-5);width:100%}.fXYYdRkn3LXtN9YH3354 [inert=true]{opacity:.7}.fXYYdRkn3LXtN9YH3354 .LaK9P7Nfi4ZBH0NhtbSs{margin-bottom:0;padding:1rem}.fXYYdRkn3LXtN9YH3354 .LaK9P7Nfi4ZBH0NhtbSs:not(:last-child){border-bottom:1px solid var(--jp-gray-5)}.fXYYdRkn3LXtN9YH3354 .tI3FtttoJPuF9AJzCAMv{align-items:center;display:flex;gap:1rem}.fXYYdRkn3LXtN9YH3354 .msoMjBB_4Uq5qpRgobsH{font-size:1rem;font-weight:400}.fXYYdRkn3LXtN9YH3354 .RjMLptH6v03AX5ABWBp3.components-button{font-size:14px;font-weight:500;line-height:20px;padding-inline:6px}.fXYYdRkn3LXtN9YH3354 .RjMLptH6v03AX5ABWBp3.components-button span{display:flex}.z5Do97zRnujyW3Oj0pPJ{display:flex;flex:1;flex-direction:column;gap:.5rem}.gridicon{fill:currentColor;display:inline-block}.gridicon.needs-offset g{transform:translate(-1px,1px)}.gridicon.needs-offset-x g{transform:translate(-1px)}.gridicon.needs-offset-y g{transform:translateY(1px)}.components-popover:not(.is-without-arrow):before{border-color:#dcdcde}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=left] .components-popover__content{margin-left:-62px}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=right] .components-popover__content{margin-right:-62px}.icon-tooltip-helper .components-popover[data-y-axis=bottom] .components-popover__content{top:2px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-6px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-4px!important}.icon-tooltip-helper .components-popover[data-y-axis=top] .components-popover__content{bottom:10px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:3px}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:4px}.icon-tooltip-helper.is-wide .components-popover__content{width:440px}.icon-tooltip-wrapper{color:#000;display:inline-block;position:relative}.icon-tooltip-wrapper .components-button.is-link:focus:not(:disabled){box-shadow:none}.icon-tooltip-helper{height:18px;pointer-events:none;position:absolute;right:-53px;top:0;width:124px}.icon-tooltip-container{pointer-events:all}.icon-tooltip-container .components-popover__content{border:1px solid #dcdcde;border-radius:4px;margin:0 10px;max-width:90vw;outline:none;padding:24px;white-space:normal;width:304px}.icon-tooltip-title{font-size:16px;font-weight:600;line-height:19px}.icon-tooltip-title:not(:last-child){margin-bottom:8px}.icon-tooltip-content{font-size:14px;font-weight:400;line-height:24px}.icon-tooltip-content ul{list-style-type:disc;margin:0 1rem 0 0}.icon-tooltip-content ul li:last-child{margin-bottom:0}.WQVtrU6q0L1Igcj7wCrQ{margin:0;padding:0}.UujoBFTnQNY2cWU2SIsH{font-size:var(--font-headline-medium);font-weight:700;line-height:52px}.TeGO5V_thHw5lDAm1_2M{font-weight:700}.TeGO5V_thHw5lDAm1_2M,.WolQzb2MsSgiNmLtc7_j{font-size:var(--font-headline-small);line-height:40px}.WolQzb2MsSgiNmLtc7_j{font-weight:400}.hUB0JT8p1T2Hw28N6qC8{font-weight:500}.gKZWDv5chz3_O3Syp74H,.hUB0JT8p1T2Hw28N6qC8{font-size:var(--font-title-medium);line-height:32px}.gKZWDv5chz3_O3Syp74H{font-weight:600}.zY2No8Ga4b8shbOQGhnv{font-size:var(--font-title-small);font-weight:500;line-height:30px}.tIj0D1t8Cc892ikmgFPZ{font-size:var(--font-body);font-weight:400;line-height:24px}.KdcN0BnOaVeVhyLRKqhS{font-size:var(--font-body-small);font-weight:400;line-height:24px}.dso3Rh3tl3Xv1GumBktz{font-weight:400}.dso3Rh3tl3Xv1GumBktz,.mQ1UlbN9u4Mg9byO8m7v{font-size:var(--font-body-extra-small);line-height:20px}.mQ1UlbN9u4Mg9byO8m7v{font-weight:700}.PItlW5vRExLnTj4a8eLE{font-size:var(--font-body-extra-small);font-weight:600;line-height:16px}.TwRpPlktzxhmFVeua7P5{margin:calc(var( --spacing-base )*0)}.zVfqx7gyb3o9mxfGynn1{margin-left:calc(var( --spacing-base )*0);margin-right:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy{margin-bottom:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy,.xqDIp6cNVr_E6RXaiPyD{margin-top:calc(var( --spacing-base )*0)}.S8EwaXk1kyPizt6x4WH2{margin-left:calc(var( --spacing-base )*0)}.ODX5Vr1TARoLFkDDFooD{margin-bottom:calc(var( --spacing-base )*0)}.cphJ8dCpfimnky7P2FHg{margin-right:calc(var( --spacing-base )*0)}.PFgIhNxIyiSuNvQjAIYj{margin:calc(var( --spacing-base )*1)}.M2jKmUzDxvJjjVEPU3zn{margin-left:calc(var( --spacing-base )*1);margin-right:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk{margin-bottom:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk,.rcTN5uw9xIEeMEGL3Xi_{margin-top:calc(var( --spacing-base )*1)}.CQSkybjq2TcRM1Xo9COV{margin-left:calc(var( --spacing-base )*1)}.hfqOWgq6_MEGdFE82eOY{margin-bottom:calc(var( --spacing-base )*1)}.I8MxZQYTbuu595yfesWA{margin-right:calc(var( --spacing-base )*1)}.kQkc6rmdpvLKPkyoJtVQ{margin:calc(var( --spacing-base )*2)}.j6vFPxWuu4Jan2ldoxpp{margin-left:calc(var( --spacing-base )*2);margin-right:calc(var( --spacing-base )*2)}.hqr39dC4H_AbactPAkCG{margin-bottom:calc(var( --spacing-base )*2)}.c3dQnMi16C6J6Ecy4283,.hqr39dC4H_AbactPAkCG{margin-top:calc(var( --spacing-base )*2)}.YNZmHOuRo6hU7zzKfPdP{margin-left:calc(var( --spacing-base )*2)}.Db8lbak1_wunpPk8NwKU{margin-bottom:calc(var( --spacing-base )*2)}.ftsYE5J9hLzquQ0tA5dY{margin-right:calc(var( --spacing-base )*2)}.Det4MHzLUW7EeDnafPzq{margin:calc(var( --spacing-base )*3)}.h_8EEAztC29Vve1datb5{margin-left:calc(var( --spacing-base )*3);margin-right:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM{margin-bottom:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM,.soADBBkcIKCBXzCTuV9_{margin-top:calc(var( --spacing-base )*3)}.zSX59ziEaEWGjnpZa4uV{margin-left:calc(var( --spacing-base )*3)}.yrVTnq_WBMbejg89c2ZQ{margin-bottom:calc(var( --spacing-base )*3)}.UKtHPJnI2cXBWtPDm5hM{margin-right:calc(var( --spacing-base )*3)}.guexok_Tqd5Tf52hRlbT{margin:calc(var( --spacing-base )*4)}.oS1E2KfTBZkJ3F0tN7T6{margin-left:calc(var( --spacing-base )*4);margin-right:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd{margin-bottom:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd,.ot2kkMcYHv53hLZ4LSn0{margin-top:calc(var( --spacing-base )*4)}.A1krOZZhlQ6Sp8Cy4bly{margin-left:calc(var( --spacing-base )*4)}.pkDbXXXL32237M0hokEh{margin-bottom:calc(var( --spacing-base )*4)}.XXv4kDTGvEnQeuGKOPU3{margin-right:calc(var( --spacing-base )*4)}.yGqHk1a57gaISwkXwXe6{margin:calc(var( --spacing-base )*5)}.X8cghM358X3DkXLc9aNK{margin-left:calc(var( --spacing-base )*5);margin-right:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f{margin-bottom:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f,.yqeuzwyGQ7zG0avrGqi_{margin-top:calc(var( --spacing-base )*5)}.g9emeCkuHvYhveiJbfXO{margin-left:calc(var( --spacing-base )*5)}.Lvk3dqcyHbZ07QCRlrUQ{margin-bottom:calc(var( --spacing-base )*5)}.r3yQECDQ9qX0XZzXlVAg{margin-right:calc(var( --spacing-base )*5)}.aQhlPwht2Cz1X_63Miw0{margin:calc(var( --spacing-base )*6)}.JyHb0vK3wJgpblL9s5j8{margin-left:calc(var( --spacing-base )*6);margin-right:calc(var( --spacing-base )*6)}.cY2gULL1lAv6WPNIRuf3{margin-bottom:calc(var( --spacing-base )*6)}.NBWQ9Lwhh_fnry3lg_p7,.cY2gULL1lAv6WPNIRuf3{margin-top:calc(var( --spacing-base )*6)}.yIOniNe5E40C8fWvBm5V{margin-left:calc(var( --spacing-base )*6)}.t30usboNSyqfQWIwHvT3{margin-bottom:calc(var( --spacing-base )*6)}.Nm_TyFkYCMhOoghoToKJ{margin-right:calc(var( --spacing-base )*6)}.C4qJKoBXpgKtpmrqtEKB{margin:calc(var( --spacing-base )*7)}.S93Srbu6NQ_PBr7DmTiD{margin-left:calc(var( --spacing-base )*7);margin-right:calc(var( --spacing-base )*7)}.fJj8k6gGJDks3crUZxOS{margin-bottom:calc(var( --spacing-base )*7)}.cW6D6djs7Ppm7fD7TeoV,.fJj8k6gGJDks3crUZxOS{margin-top:calc(var( --spacing-base )*7)}.DuCnqNfcxcP3Z__Yo5Ro{margin-left:calc(var( --spacing-base )*7)}.im8407m2fw5vOg7O2zsw{margin-bottom:calc(var( --spacing-base )*7)}.G0fbeBgvz2sh3uTP9gNl{margin-right:calc(var( --spacing-base )*7)}.kvW3sBCxRxUqz1jrVMJl{margin:calc(var( --spacing-base )*8)}.tOjEqjLONQdkiYx_XRnw{margin-left:calc(var( --spacing-base )*8);margin-right:calc(var( --spacing-base )*8)}.op5hFSx318zgxsoZZNLN{margin-bottom:calc(var( --spacing-base )*8)}.c9WfNHP6TFKWIfLxv52J,.op5hFSx318zgxsoZZNLN{margin-top:calc(var( --spacing-base )*8)}.sBA75QqcqRwwYSHJh2wc{margin-left:calc(var( --spacing-base )*8)}.GpL6idrXmSOM6jB8Ohsf{margin-bottom:calc(var( --spacing-base )*8)}.HbtWJoQwpgGycz8dGzeT{margin-right:calc(var( --spacing-base )*8)}.uxX3khU88VQ_Ah49Ejsa{padding:calc(var( --spacing-base )*0)}.KX0FhpBKwKzs9fOUdbNz{padding-left:calc(var( --spacing-base )*0);padding-right:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz{padding-bottom:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz,.emxLHRjQuJsImnPbQIzE{padding-top:calc(var( --spacing-base )*0)}.kJ8WzlpTVgdViXt8ukP9{padding-left:calc(var( --spacing-base )*0)}.tg_UIUI11VBzrTAn2AzJ{padding-bottom:calc(var( --spacing-base )*0)}.uczvl8kaz84oPQJ2DB2R{padding-right:calc(var( --spacing-base )*0)}.o7UHPcdVK3lt7q3lqV4o{padding:calc(var( --spacing-base )*1)}.IDqEOxvDoYrFYxELPmtX{padding-left:calc(var( --spacing-base )*1);padding-right:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2{padding-bottom:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2,.npy3hw4A5QSkDicb2CJJ{padding-top:calc(var( --spacing-base )*1)}.LgbptTApNY5NwLQvEFAt{padding-left:calc(var( --spacing-base )*1)}.WZQy2SZuZso59bUsXXyl{padding-bottom:calc(var( --spacing-base )*1)}.o331apInxNunbYB3SfPE{padding-right:calc(var( --spacing-base )*1)}.fMPIyD9Vqki1Lrc_yJnG{padding:calc(var( --spacing-base )*2)}.i2pMcTcdrr10IQoiSm_L{padding-left:calc(var( --spacing-base )*2);padding-right:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH{padding-bottom:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH,.o9bGieUKcYc8o0Ij9oZX{padding-top:calc(var( --spacing-base )*2)}.SwZcFez1RDqWsOFjB5iG{padding-left:calc(var( --spacing-base )*2)}.eHpLc_idmuEqeqCTvqkN{padding-bottom:calc(var( --spacing-base )*2)}.vU39i2B4P1fUTMB2l6Vo{padding-right:calc(var( --spacing-base )*2)}.JHWNzBnE29awhdu5BEh1{padding:calc(var( --spacing-base )*3)}.X72lGbb56L3KFzC2xQ9N{padding-left:calc(var( --spacing-base )*3);padding-right:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e{padding-bottom:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e,.srV0KSDC83a2fiimSMMQ{padding-top:calc(var( --spacing-base )*3)}.lUWfkmbQjCskhcNwkyCm{padding-left:calc(var( --spacing-base )*3)}.Ts0dIlc3aTSL7V4cIHis{padding-bottom:calc(var( --spacing-base )*3)}.CzlqQXXhX6MvorArFZ8B{padding-right:calc(var( --spacing-base )*3)}.TqMPkQtR_DdZuKb5vBoV{padding:calc(var( --spacing-base )*4)}.a7UrjhI69Vetlcj9ZVzz{padding-left:calc(var( --spacing-base )*4);padding-right:calc(var( --spacing-base )*4)}.StEhBzGs2Gi5dDEkjhAv{padding-bottom:calc(var( --spacing-base )*4)}.FGneZfZyvYrt1dG0zcnm,.StEhBzGs2Gi5dDEkjhAv{padding-top:calc(var( --spacing-base )*4)}.APEH216rpdlJWgD2fHc8{padding-left:calc(var( --spacing-base )*4)}.oGwXC3ohCic9XnAj6x69{padding-bottom:calc(var( --spacing-base )*4)}.U6gnT9y42ViPNOcNzBwb{padding-right:calc(var( --spacing-base )*4)}.IpdRLBwnHqbqFrixgbYC{padding:calc(var( --spacing-base )*5)}.HgNeXvkBa9o3bQ5fvFZm{padding-left:calc(var( --spacing-base )*5);padding-right:calc(var( --spacing-base )*5)}.tJtFZM3XfPG9v9TSDfN1{padding-bottom:calc(var( --spacing-base )*5)}.PdifHW45QeXYfK568uD8,.tJtFZM3XfPG9v9TSDfN1{padding-top:calc(var( --spacing-base )*5)}.mbLkWTTZ0Za_BBbFZ5b2{padding-left:calc(var( --spacing-base )*5)}.vVWpZpLlWrkTt0hMk8XU{padding-bottom:calc(var( --spacing-base )*5)}.RxfaJj5a1Nt6IavEo5Zl{padding-right:calc(var( --spacing-base )*5)}.SppJULDGdnOGcjZNCYBy{padding:calc(var( --spacing-base )*6)}.palY2nLwdoyooPUm9Hhk{padding-left:calc(var( --spacing-base )*6);padding-right:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_{padding-bottom:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_,.YEEJ9b90ueQaPfiU8aeN{padding-top:calc(var( --spacing-base )*6)}.QE0ssnsKvWJMqlhPbY5u{padding-left:calc(var( --spacing-base )*6)}.n8yA3jHlMRyLd5UIfoND{padding-bottom:calc(var( --spacing-base )*6)}.tXHmxYnHzbwtfxEaG51n{padding-right:calc(var( --spacing-base )*6)}.kBTsPKkO_3g_tLkj77Um{padding:calc(var( --spacing-base )*7)}.RyhrFx6Y1FGDrGAAyaxm{padding-left:calc(var( --spacing-base )*7);padding-right:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO{padding-bottom:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO,.vQVSq6SvWKbOMu6r4H6b{padding-top:calc(var( --spacing-base )*7)}.oBy5__aEADMsH46mrgFX{padding-left:calc(var( --spacing-base )*7)}.KVEXoJqf1s92j0JMdNmN{padding-bottom:calc(var( --spacing-base )*7)}.ZMXGNrNaKW3k_3TLz0Fq{padding-right:calc(var( --spacing-base )*7)}.tuiR9PhkHXhGyEgzRZRI{padding:calc(var( --spacing-base )*8)}.U7454qyWkQNa2iaSJziu{padding-left:calc(var( --spacing-base )*8);padding-right:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8{padding-bottom:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8,.X1rm9DQ1zLGLfogja5Gn{padding-top:calc(var( --spacing-base )*8)}.JS7G6kAuqJo5GIuF8S5t{padding-left:calc(var( --spacing-base )*8)}.Y8F9ga1TDCMbM1lj4gUz{padding-bottom:calc(var( --spacing-base )*8)}.AJuyNGrI63BOWql719H8{padding-right:calc(var( --spacing-base )*8)}.demNsMJjhi7BLY7xhjU5{align-items:center;display:flex;font-size:var(--font-body);line-height:calc(var(--spacing-base)*3);margin:calc(var(--spacing-base)*2) 0;min-height:calc(var(--spacing-base)*3)}.QiUjdjJSkqh6nH7YMG5A{align-self:flex-start;height:calc(var(--spacing-base)*3);margin-left:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*3)}.Q080AHcq29J2fc68Hhk5{color:var(--jp-red)}.Q080AHcq29J2fc68Hhk5 .hYWbIwhppukXmGnsiT9H{fill:var(--jp-red)}.JjHuxWly0HI9C60gorbq{color:var(--jp-yellow-40)}.JjHuxWly0HI9C60gorbq .hYWbIwhppukXmGnsiT9H{fill:var(--jp-yellow-40)}.Cm8ZFHi3mngl4cj9Gatx{color:var(--jp-blue-40)}.Cm8ZFHi3mngl4cj9Gatx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-blue-40)}.ytGBsU015p3LGwOPwFDx{color:var(--jp-green)}.ytGBsU015p3LGwOPwFDx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-green)}.udAWaza1u34TkmZZUPq4 .JsO4jFxFAKjG6Go62bZF{font-size:1rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .M6POQFFbhswwolN6D9VN{display:flex;flex-direction:column;gap:1rem}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .Sk_WQxS97yTokR_rM3Ci{flex-shrink:0}.udAWaza1u34TkmZZUPq4 .SeoSfJ6eII9O0PiDkl5g .CRjatFVv3dQMjG9_Vmjj{align-items:center;display:flex;gap:.5rem}.udAWaza1u34TkmZZUPq4 .re3HrL6GJa59uqDgx771{align-items:center;display:flex;gap:1rem;justify-content:end;margin-top:3rem}.udAWaza1u34TkmZZUPq4 .jPB4ApiYyEswu6AKKJqk{height:2rem;width:2rem}.udAWaza1u34TkmZZUPq4 .JhIphWt8e2X_ee0l7KEZ{align-items:center;display:flex;font-size:1rem;gap:.5rem}.Mu_jAq5ZcYDM1kmBbxcs.Mu_jAq5ZcYDM1kmBbxcs{width:65rem}.foAsC5GlXOWEzACnxT_P{display:grid;gap:.5rem}.foAsC5GlXOWEzACnxT_P>input{height:100%;width:18rem}.foAsC5GlXOWEzACnxT_P:not(._7PKKGx44v2H9dJbUltFw){grid-auto-flow:column}.IGOk1gMf5SKkfOKyF7Xc{padding-block:2rem}.ptn8jt555LOvMXWaoLxs{font-size:13px;line-height:24px;margin:5px 0 12px;position:relative}.IVzciZv5S5E8XgR5EsLp{color:#757575}.OpbDsm3F65Z4K5Bz43cz,.dlrSwB0tyuf1TYcypDec,.hkpqil8E11PObwu7TVU2{padding:8px 16px}.OpbDsm3F65Z4K5Bz43cz a,.dlrSwB0tyuf1TYcypDec a,.hkpqil8E11PObwu7TVU2 a{color:inherit}.dlrSwB0tyuf1TYcypDec{background-color:#fef8ee;border-right:2px solid #f0b849}.hkpqil8E11PObwu7TVU2{background-color:#f4a2a2;border-right:2px solid #cc1818}.OpbDsm3F65Z4K5Bz43cz{border:1px solid #007cba;border-right-width:4px;padding:12px 16px}.AeqtA3GRe7sFjKaC9SqL{padding-left:25px}.IArBTmNL2K4du5WPBUhg{all:unset;cursor:pointer;left:16px;position:absolute;top:12px}.IArBTmNL2K4du5WPBUhg:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #007cba}.T7E2eJJN4qjwPpv3mcjV{margin-top:12px}.facebook-preview__post-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJIAAAAkCAYAAABi6GPmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAfySURBVHgB7Vx/iFVFFP6SCAmTCAuRisVqkTCTMouIEJEQBAkREcEIEYnWQqIsIor+EBGJRSQwlhAMWUxMQlqRRfxDthCRsBBdRDaR2kosWgmxddfm887Vc+fNzJ15b+6+92A/OLC8mTlz79zvnl8zd4HG0alkr5ILSv5WMqBkg5K7MYmJxMNKepUMa+nVv4WO7VLSp2RQyVUtg/q3rghddWGlkn+V3LTIQKLJn1TSreQMspu7mUiuap3deo4qsVbJRSX7ldyP9OA6X0HtPV6B/xnMUtKj5AbK1+uG7jsLiTEF9ouXcl7JNNQHWrSdSsaQjjwuGdNzVWVFL4u5Til5AGnRC/e99TrGLFcyovv8p+RrJWuQeZhpWjr1b38pGdd9R/TYZHgIRebPVTJDyWYl10Xbl4gHH2g/qieQKf2ohkzmPD8iLZmG4b6nYUv/t3DnBf1GyWMl+gcMnSTV20iEmULxJaPtVdE2ivhF24nihR9H9hakNKuztM7jxlw7kR62B3wa2YuXAjFE4j2PaXmvXDVes+gc15LEMs0Qii9b2o+J9g0IB+MV6c62InOjVWGKnkO6udQxk+lG879/RmbZG0Woa+PLk7uz90t03qXkK/gt+AgSvNzThMKrlvZNon0HwtGNoiWqkkQ5pqBombqRFnLxGXNIMjHgb5RMocF2j/79XIDOJxAWDvSgQdyLovsyId3bAYTjjBiXNKgrwXIUH25KyIUnVqNIprPIQoVGUJb+829mXnRJXQH67lHyC/wkGtc6G8rO1wuFg5b2ZaL9MMIhU/zkqaYHs+C3sI3AJBLB0skoimtY5f12ibmesbSvQlai+ELJ88gC8KMIs0obUSfoCgaFoncsfdaJ9j0Ih23RJwpVze3SuwJFMrFcUlXhr0/Ms9bSThc1jjDimNKHOiHdFqvZtlrRNsekXDgG5yeUbEdWq5BodyLNUfImsuIjXZZZsDXBtZRk4g7BoyVzMAtmgpAXaf9Btp6MS10x5TkUPYSrzPE4yl2aKYOoEyeEkq2OPociLmSbGNeOROLDo2s4Bf99jjrGMwyQtbchJR2OvvNRLHCachBZfGNixNKvwzHHEWTkJPlYW/sN/vuqKxR4WSi4BnfG8QPiWL1Fj2s3Ii1CZkXK7o9E2erRY5KJ8UqHpV/+gvJBjzrmsrmuEUdfehQahqfgxn1KfkIJkWhG+42bsC1Cv+57WPy+C/WB5OPCnUTxbZ2J9iESrVA3ateKroxuje5tnpLpCMcryF7OXBcLvbONPlyj+fpvuiEbmfotus/BT/T98IPu9BNkBDbH3nJtMVsR0sqM6RtpBHwY0k0uR3sQia7jgNGfNZuP0PjWxxIUyfQr/Otsqx/Zyhd98D/b0JLH06gl761g+zrCiRTD4FDIoHwz2oNIB42+3yJNhTrHYhSDdJKp09JvHuzPZsjStwv+53kR4bhkjL1VlwpZPNvEC5AGu4XO9Wh9In1o9NuGarAIRTIdt/RxeZMBS19ZkLSN4e+zUY5HjDG3C5KxRGJgtQZpwLdYmuZ1aG0ivYBiRXo7qgP3Ms+KuS4Y7WYYIOUzh84e+K3S90oehB8bjTG3t0hiidSJdOA2y16h23zDJhplc8sY8Riq2wdkQC23ikje1UYfWRA25UWHXrlp65I/kRWQmflNteiQMW1h0zaWSKkxW+j+o+K5yuCbe6VoYzBcVQWaes+jSCIznZclGFPOlujPj5GEVLEPGWOfxR2XVnOMpNlEksdRzNRyouGbW54OqCou6kAWKOfzMDtaZem3A+6HvwzlkAfbyuQ5PYZ7b7/jDpFqDrY1m0gyLqLraMVN207RxizXl+IvVPKxkn3IzhsNa320Yls845jiXzLmcZ1+cBV7+xEOedTWZ51YN+Qx3Dzldx61bRaRuNfDN1uWH1iHacVjJFtEm63swQP9nyJL031v93XYwf05ecqRpFsKN4Yc+uchDkkP/zeLSISsDHNxpqI1D7bJANN0HdwotVV7XWKCD1/unTHlXww/zlj0Xkb9SPI5UjOJtAK1b3qrHbWdLq6H5j0/6cDSxRHUPlAmDHxzGSAvQPEjCXP9eC5Ilj/48F5COWz1I15bXgHnFkqjB+Wi0UwiyaBR7tu10uH/paLtpP7NzKwozJYYGNtIb1s/1qSkJePm6UKEYS3s1m5U6DyECUYziMRg9V0U46Mlor3scySOcwWujFf4CdQ1hLubXGyfI8mz5yRZB4oxypi+Fp/VNNeP6btMKmiV5iMc3Oszt2lMNxejLwmaQaR9hs4Tlj5lH0jaAlfGL75Pc1zi+0Dyc9HPTAauISzdlnPxhZFbH3SFcxEPEpck59rRCuVfDtNNp/4AMwjNINLrQh9L/74b932ynYNWaA/iyBP6ybaMg2TBlCRagjCYL0D+t2szti0RSyTWRpaiMewS+mI//TGv12aFhhFmKUJwGnYirorQYRvP3faQTdK2QSyRcmGWxQxjKsJAU8yDcR+geJ6lLNX1XYvNCvG3lP+oYcgyR2xl2xwfci677VAvkVLIUTR2vVVZIQnzfDRjkthyhEzxq/7sqGmIJRIzohT/IYRl/nq+fbfpSm2FJGRcxvhmDuLxBrL0nllhygNwLYWYE5J5psQAkXEO44fRwLHsx7iAi8k6SL3/9UOm9VVZIYnvxHybMAknYs5sx2wKVgXuafHt3o3qrJAEK9ncLa+asG2P2K9IJjGJGvwP+tnxKdafpLoAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:73px 18px;display:inline-block;filter:invert(40%)}.facebook-preview__post-icon-like{background-position:100% 0;height:18px;width:18px}.facebook-preview__post-icon-comment{background-position:-18px 0;height:18px;width:18px}.facebook-preview__post-icon-share{background-position:-36px 0;height:18px;width:18px}.facebook-preview__post-icon-info{background-position:-54px 0;height:14px;width:7px}.facebook-preview__post-icon-public{background-position:-61px 0;height:12px;width:12px}.facebook-preview__post-actions{align-items:center;color:#65676b;display:flex;font-size:.9375rem;font-weight:600;height:2.625rem;justify-content:space-around;line-height:1.33;list-style-type:none;margin:0;padding:0;width:100%}.facebook-preview__post-actions>li{align-items:center;display:flex;gap:.5rem;margin:0}.facebook-preview__post-header{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;min-height:60px;padding:.75rem 1rem .5rem;width:100%}.facebook-preview__post-header-content{display:flex;gap:.5rem}.facebook-preview__post-header-avatar{background-color:#caccd1;border:1px solid #e5e5e5;border-radius:50%;height:40px;width:40px}.facebook-preview__post-header-name{color:#050505;font-size:.9375rem;font-weight:600;line-height:1.33}.facebook-preview__post-header-share{align-items:center;color:#65676b;display:flex}.facebook-preview__post-header-time{font-size:.8125rem;line-height:1.23}.facebook-preview__post-header-dot{text-align:center;width:.625rem}.facebook-preview__post-header-more{background-image:radial-gradient(circle at .125rem .125rem,#65676b 2px,#0000 0);background-size:.5rem .25rem;height:.25rem;margin:0 0 0 .625rem;width:1.25rem}.facebook-preview__post{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px #0003,0 -1px 0 #0000000d;display:flex;flex-direction:column;font-family:system-ui,-apple-system,BlinkMacSystemFont,\.SFNSText-Regular,sans-serif;margin-inline:auto;max-width:clamp(508px,100%,680px);overflow-y:hidden}.facebook-preview__post :-moz-any-link{color:#216fdb;text-decoration:none}.facebook-preview__post :any-link{color:#216fdb;text-decoration:none}.facebook-preview__custom-text{color:#050505;font-size:.9375rem;line-height:1.33;margin:0;padding:0 1rem 1rem;word-break:break-word}.facebook-preview__custom-text-post-url{display:block;margin-top:.5rem}.facebook-preview__body{border-bottom:1px solid #d4d0d4;border-top:1px solid #d4d0d4;display:flex;flex-direction:column}.facebook-preview__body.is-loading{visibility:hidden}.facebook-preview__body.is-portrait{flex-direction:row}.facebook-preview__text{align-items:center;background-color:#f0f2f5;color:#050505;display:flex;flex:1;padding:.5rem 1rem;position:relative;word-break:break-word}.facebook-preview__text-wrapper{width:100%}.facebook-preview__url{color:#65676b;font-size:.8125rem;line-height:1;margin-bottom:.25rem;text-transform:uppercase}.facebook-preview__title{font-size:.9444rem;font-weight:600;line-height:1.18;margin:.25rem 0 .125rem}.facebook-preview__description{color:#65676b;font-size:.9375rem;line-height:1.33}.facebook-preview__body.is-landscape .facebook-preview__description.is-compact{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.facebook-preview__custom-image img,.facebook-preview__custom-image video,.facebook-preview__image img,.facebook-preview__image video,.facebook-preview__media-item img,.facebook-preview__media-item video{display:block;-o-object-fit:cover;object-fit:cover;width:100%}.facebook-preview__image.is-empty{border-inline-end:1px solid #d4d0d4;height:140px;width:140px}.facebook-preview__image.is-portrait img{height:430px;width:278px}.facebook-preview__image.is-landscape img{aspect-ratio:1.91;width:100%}.facebook-preview__custom-image,.facebook-preview__media-item{background-color:#121212;display:flex;justify-content:center;width:100%}.facebook-preview__custom-image.is-portrait img,.facebook-preview__media-item.is-portrait img{height:685px;width:500px}.facebook-preview__custom-image.is-landscape img,.facebook-preview__media-item.is-landscape img{aspect-ratio:1.78;width:100%}.facebook-preview__info{align-items:center;background-color:#fff;border:1px solid #d4d0d4;border-radius:50%;display:flex;height:30px;justify-content:center;left:15px;position:absolute;top:-10px;width:30px}.facebook-preview__info i{filter:invert(8%)}.facebook-preview__window{border:1px solid #d4d0d4;border-radius:16px;margin:0 .75rem}.facebook-preview__window .facebook-preview__custom-image,.facebook-preview__window .facebook-preview__custom-image img,.facebook-preview__window .facebook-preview__image,.facebook-preview__window .facebook-preview__image img{border-top-left-radius:inherit;border-top-right-radius:inherit}.instagram-preview__wrapper{background-color:#fff;margin-inline:auto;max-width:clamp(200px,100%,555px);padding:20px}.instagram-preview__section .instagram-preview__wrapper{padding:0}.instagram-preview__section.social-preview__section{width:clamp(200px,100%,555px)}.instagram-preview__container{box-shadow:0 0 0 1px #00000014;overflow:hidden}.instagram-preview__header{display:flex;gap:.5rem;padding:.5rem 1rem}.instagram-preview__header--avatar{align-items:center;display:flex;max-height:32px;max-width:32px}.instagram-preview__header--avatar img{border-radius:50%;height:100%;width:100%}.instagram-preview__header--profile{align-items:center;display:flex;flex-grow:1;justify-content:space-between}.instagram-preview__header--profile-name{font-weight:700}.instagram-preview__media{display:flex}.instagram-preview__media--image,.instagram-preview__media--video{-o-object-fit:cover;object-fit:cover;width:100%}.instagram-preview__media-item{flex-grow:1}.instagram-preview__content{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 1rem}.instagram-preview__content a{color:#00376b;text-decoration:none}.instagram-preview__content--actions{display:flex;justify-content:space-between}.instagram-preview__content--actions-primary{align-items:center;display:flex;gap:1rem}.instagram-preview__content--name{display:inline;font-weight:600}.instagram-preview__content--text{display:inline}.instagram-preview__content--footer{color:#737373;font-weight:400}.linkedin-preview__wrapper{background-color:#fff;margin-inline:auto;max-width:clamp(200px,100%,555px);padding:20px}.linkedin-preview__section .linkedin-preview__wrapper{padding:0}.linkedin-preview__section.social-preview__section{width:clamp(200px,100%,555px)}.linkedin-preview__container{border-radius:8px;box-shadow:0 0 0 1px #00000014;overflow:hidden}.linkedin-preview__container.has-media{border-end-end-radius:0;border-end-start-radius:0}.linkedin-preview__header{display:flex;gap:.5rem;margin-bottom:.8rem;padding:.8rem 1rem 0}.linkedin-preview__header--avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:48px;overflow:hidden;width:48px}.linkedin-preview__header--avatar img{-o-object-fit:contain;object-fit:contain;width:100%}.linkedin-preview__header--profile{display:flex;flex-direction:column;overflow:hidden}.linkedin-preview__header--profile-title{font-size:.75rem}.linkedin-preview__header--profile-info{display:flex;gap:.25rem}.linkedin-preview__header--profile-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.linkedin-preview__header--profile-meta{align-items:center;display:flex;gap:.25rem}.linkedin-preview__caption{font-size:.875rem;font-weight:400;line-height:20px;margin:0 1rem}.linkedin-preview__content article,.linkedin-preview__media{background-color:#eef3f8;display:flex;flex-direction:column;margin-top:.5rem}.linkedin-preview__media-item{display:flex}.linkedin-preview__media-item img,.linkedin-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.linkedin-preview__description{padding:.5rem .75rem}.linkedin-preview__description--title{font-size:.875rem;font-weight:600;margin:0}.linkedin-preview__description--meta{color:#0009;display:flex;font-size:.875rem;font-weight:400;gap:.25rem;margin-top:.5rem}.linkedin-preview__image{-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__post-actions{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.mastodon-preview__post-actions>div{align-items:center;color:#606984;display:flex}.mastodon-preview__post-actions svg{fill:currentColor}.mastodon-preview__post-icon-text{color:#525a71;font-size:.75rem;font-weight:500}.mastodon-preview__body{color:#000;margin-bottom:1rem}.mastodon-preview__body>p{margin-bottom:1.25rem}.mastodon-preview__card{border:1px solid #d9e1e8;border-radius:8px;color:#000;display:flex;margin-bottom:1rem;margin-top:1rem;overflow:hidden}.mastodon-preview__card.has-image{flex-direction:column}.mastodon-preview__card.has-image .mastodon-preview__card-img{width:100%}.mastodon-preview__card-img{min-height:60px}.mastodon-preview__card-img img{border-end-start-radius:inherit;border-start-start-radius:inherit;display:block;min-height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__card-img--fallback{align-items:center;aspect-ratio:1;background:#c0cdd9;display:flex;justify-content:center;position:relative;width:120px}.mastodon-preview__card-text{display:flex;flex-direction:column;gap:.5rem;overflow:hidden;padding:1rem}.mastodon-preview__card-title{color:#282c37;font-size:1.187rem;font-weight:700;line-height:1.4}.mastodon-preview__card-site{display:block;font-size:.875rem}.mastodon-preview__card-description{font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mastodon-preview__post-header{align-items:start;display:flex;font-size:.9375rem;justify-content:space-between;line-height:1.47;margin-bottom:.625rem}.mastodon-preview__post-avatar{border-radius:4px;height:46px;width:46px}.mastodon-preview__post-header-user{align-items:center;display:flex;gap:.75rem}.mastodon-preview__post-header-displayname{color:#000;font-weight:700}.mastodon-preview__post-header-audience{align-items:center;display:flex;gap:.25rem}.mastodon-preview__section{margin-inline:auto;max-width:100%;width:578px}.mastodon-preview__post{background-color:#fff;border:1px solid #c0cdd9;box-sizing:border-box;color:#444b5d;font-family:"mastodon-font-sans-serif",sans-serif;font-size:.9375rem;line-height:1.47;overflow-y:hidden;padding:1rem;width:100%}.mastodon-preview__post :-moz-any-link{color:#3a3bff;text-decoration:none}.mastodon-preview__post :any-link{color:#3a3bff;text-decoration:none}.mastodon-preview__img{aspect-ratio:16/9;border-radius:4px;display:block;margin:.875rem auto 0;-o-object-fit:cover;object-fit:cover;width:100%}.mastodon-preview__media{border-radius:8px;margin-top:8px;min-height:64px}.mastodon-preview__media.as-grid{display:grid;gap:2px;grid-template-columns:50% 50%;overflow:hidden;width:100%}.mastodon-preview__media-item{border:0;border-radius:8px;display:flex;overflow:hidden}.mastodon-preview__media-item img,.mastodon-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.nextdoor-preview__wrapper{max-width:clamp(200px,100%,600px)}.nextdoor-preview__section .nextdoor-preview__wrapper{padding:0}.nextdoor-preview__section.social-preview__section{width:clamp(200px,100%,600px)}.nextdoor-preview__container{background-color:#fff;border-radius:8px;box-shadow:0 0 8px #0000001a;overflow:hidden}.nextdoor-preview__container.small-preview{border-end-end-radius:0;border-end-start-radius:0}.nextdoor-preview__header{align-items:center;display:flex;gap:.5rem;margin-bottom:8px}.nextdoor-preview__header--avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:40px;overflow:hidden;width:40px}.nextdoor-preview__header--avatar img{-o-object-fit:contain;object-fit:contain;width:100%}.nextdoor-preview__header--details{display:flex;flex-direction:column}.nextdoor-preview__header--name{font-size:1rem;font-weight:600;letter-spacing:-.32px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nextdoor-preview__header--meta{align-items:center;color:#666;display:flex;font-size:14px;gap:.25rem;letter-spacing:-.32px;line-height:19px;white-space:pre-wrap}.nextdoor-preview__footer{display:flex;flex-direction:row;justify-content:flex-end;margin-top:24px}.nextdoor-preview__footer--actions{align-items:center;display:flex;gap:1rem}.nextdoor-preview__footer--actions-item{align-items:center;display:flex;font-size:13px;font-weight:600;gap:.25rem;line-height:16px}.nextdoor-preview__content{padding:12px 16px}.nextdoor-preview__card{border-radius:16px;box-shadow:0 1px 4px 0 #00000014,0 0 2px 0 #0003;display:flex;flex-direction:column;margin-top:12px;overflow:hidden}.nextdoor-preview__card.small-preview{align-items:center;flex-direction:row}.nextdoor-preview__card--chevron-wrapper{align-items:center;display:flex;justify-content:center;min-width:40px;width:40px}.nextdoor-preview__caption{font-size:1rem;font-weight:400;line-height:20px;margin-bottom:20px}.nextdoor-preview__media-item{display:flex}.nextdoor-preview__media-item img,.nextdoor-preview__media-item video{-o-object-fit:cover;object-fit:cover;width:100%}.nextdoor-preview__description{display:flex;flex-direction:column;overflow:hidden;padding:16px}.small-preview .nextdoor-preview__description{flex-grow:1;padding:10px}.nextdoor-preview__description--title{font-size:15px;font-weight:600;line-height:20px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nextdoor-preview__description--url{color:#666;font-size:13px}.nextdoor-preview__media{margin-inline:-16px}.nextdoor-preview__image{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;width:100%}.small-preview .nextdoor-preview__image{height:62px;width:62px}.nextdoor-preview__default-avatar{align-items:center;background-color:#8c6e63;border-radius:50%;color:#fff;display:flex;font-size:x-large;height:40px;justify-content:center;width:40px}.nextdoor-preview__default-image{align-items:center;background-color:#f1ffca;display:flex;height:62px;justify-content:center;width:62px}.threads-preview{padding:20px}.threads-preview__wrapper{background-color:#fff;border-radius:4px;margin-inline:auto;max-width:clamp(200px,100%,635px);padding-inline-end:1rem;padding-top:1rem}.threads-preview__section.social-preview__section{width:clamp(200px,100%,635px)}.threads-preview__section.social-preview__section .social-preview__section-desc,.threads-preview__section.social-preview__section .social-preview__section-heading{padding-inline-start:17px}.threads-preview__container{color:#000;display:grid;font-size:15px;grid-template-columns:50px auto;line-height:21px;margin-bottom:5px}.threads-preview__container .threads-preview__sidebar{display:grid;grid-template-rows:35px auto;justify-items:center}.threads-preview__container .threads-preview__sidebar .threads-preview__profile-image{align-items:center;border-radius:50%;display:flex;max-height:36px;max-width:36px;overflow:hidden}.threads-preview__container .threads-preview__sidebar .threads-preview__profile-image img{-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__sidebar .threads-preview__connector{background-color:#8c8f94;width:2px}.threads-preview__container .threads-preview__main{overflow:hidden;padding-bottom:1rem}.threads-preview__container .threads-preview__header{display:flex;font-size:16px;gap:6px;line-height:18px;margin-bottom:2px}.threads-preview__container .threads-preview__name{font-size:15px;font-weight:600}.threads-preview__container .threads-preview__date{color:#999}.threads-preview__container .threads-preview__content .threads-preview__text{white-space:pre-wrap;word-break:break-word}.threads-preview__container .threads-preview__content .threads-preview__media{border-radius:15px;display:grid;overflow:hidden;grid-gap:2px;grid-template-areas:"a";height:300px;margin-top:12px}.threads-preview__container .threads-preview__content .threads-preview__media img,.threads-preview__container .threads-preview__content .threads-preview__media video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__content .threads-preview__media img:first-child,.threads-preview__container .threads-preview__content .threads-preview__media video:first-child{grid-area:a}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(2),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(2){grid-area:b}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(3),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(3){grid-area:c}.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(4),.threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(4){grid-area:d}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-2{grid-template-areas:"a b"}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-3{grid-template-areas:"a b" "a c"}.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-4{grid-template-areas:"a b" "c d"}.threads-preview__container .threads-preview__content .threads-preview__card{border:1px solid #e1e8ed;border-radius:8px;margin-bottom:12px;margin-top:12px;overflow:hidden}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-image{aspect-ratio:16/9;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-body{color:#000;display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;gap:2px;overflow:hidden;padding:.75em;text-align:right;text-decoration:none}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-title{text-overflow:ellipsis}.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-url{color:#999;font-size:12px;overflow-inline:hidden;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}.threads-preview__container .threads-preview__footer{display:flex;gap:2.5rem;margin-top:1rem}.threads-preview__container .threads-preview__footer svg{height:19px;width:19px;fill:#424242}.threads-preview__container .threads-preview__icon--like svg,.threads-preview__container .threads-preview__icon--reply svg,.threads-preview__container .threads-preview__icon--share svg{fill:#0000;stroke:#424242}.tumblr-preview__post-icon{align-items:center;display:flex}.tumblr-preview__post-icon svg{fill:#000000a6}.tumblr-preview__post-icon-blaze{height:20px;width:23px}.tumblr-preview__post-icon-delete{height:21px;width:17px}.tumblr-preview__post-icon-edit{height:21px;width:21px}.tumblr-preview__post-icon-share{height:24px;width:24px}.tumblr-preview__post-icon-reblog,.tumblr-preview__post-icon-reply{height:21px;width:21px}.tumblr-preview__post-icon-like{height:21px;width:23px}.tumblr-preview__post-icon-ellipsis{height:4px;width:18px}.tumblr-preview__post-actions{color:#000000a6;font-size:1rem;font-weight:700;line-height:1.5;margin-top:.25rem;padding:0 1.25rem}.tumblr-preview__post-manage-actions,.tumblr-preview__post-social-actions{align-items:center;display:flex;justify-content:space-between;min-height:3.5rem}.tumblr-preview__post-manage-actions ul,.tumblr-preview__post-social-actions ul{align-items:center;display:flex;gap:1.25rem;list-style-type:none;margin:0;padding:0}.tumblr-preview__post-manage-actions ul>li,.tumblr-preview__post-social-actions ul>li{align-items:center;display:flex;justify-content:center}.tumblr-preview__post-social-actions{border-top:1px solid #c27b7b26}.tumblr-preview__post-actions-blaze,.tumblr-preview__post-header{align-items:center;display:flex}.tumblr-preview__post-header{justify-content:space-between;margin:1rem 0;padding:0 1.25rem}.tumblr-preview__post-header-username{font-size:.875rem;font-weight:700;line-height:1.5}.social-preview{padding:0 .5rem}.social-preview__section{margin-bottom:2rem;margin-inline:auto;width:clamp(200px,100%,680px)}.social-preview__section-heading{color:#1e1e1e;font-size:.875rem;font-weight:600;line-height:1.42;margin-bottom:.375rem;margin-top:0}.social-preview__section-desc{color:#757575;font-size:.75rem;line-height:1.33;margin-bottom:1rem;margin-top:0}.social-preview__section-desc .components-external-link{align-items:center;display:inline-flex;gap:.25rem}.tumblr-preview__section.social-preview__section{width:clamp(200px,100%,604px + 1.25rem)}.tumblr-preview__post{align-items:flex-start;display:flex;gap:1.25rem}.tumblr-preview__avatar{border-radius:3px;height:64px;width:64px}@media(max-width:660px){.tumblr-preview__avatar{display:none}}.tumblr-preview__card{background-color:#fff;border-radius:3px;color:#000;font-family:Favorit,Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif;font-size:1rem;overflow-y:hidden}.tumblr-preview__card :-moz-any-link{color:inherit;text-decoration:underline}.tumblr-preview__card :any-link{color:inherit;text-decoration:underline}.tumblr-preview__custom-text,.tumblr-preview__title{margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__title{font-size:1.625rem;font-weight:400;line-height:1.3}.tumblr-preview__description{font-size:1rem;line-height:1.5;margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__image{aspect-ratio:16/9;display:block;margin:3.375rem 0 1rem;width:100%}.tumblr-preview__url{display:inline-block;margin:0 0 1rem;padding:0 1.25rem}.tumblr-preview__site-name{color:#000000a6;font-size:.75rem;text-transform:uppercase}.tumblr-preview__window{margin:0 1.25rem 1.25rem}.tumblr-preview__window-top{border-top-left-radius:6px;border-top-right-radius:6px;position:relative}.tumblr-preview__window-top .tumblr-preview__image{aspect-ratio:16/9;border-top-left-radius:inherit;border-top-right-radius:inherit;margin:0;width:100%}.tumblr-preview__window-bottom{border:1px solid #00000040;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:flex;flex-direction:column;gap:.5rem;padding:1rem .75rem}.tumblr-preview__window-bottom.is-full{border-top-left-radius:6px;border-top-right-radius:6px}.tumblr-preview__window-bottom>*{margin:0;padding:0}.tumblr-preview__overlay{align-items:center;background-color:#0006;border-top-left-radius:inherit;border-top-right-radius:inherit;bottom:0;color:#fff;display:flex;justify-content:center;left:0;padding:1rem .75rem;position:absolute;right:0;top:0}.tumblr-preview__overlay>*{margin:0;padding:0}.nOZgE6dP_guav2888GAK{margin:1rem 0 1.5rem}@media(min-width:600px){.jxndagXCphEhzYfnjHMZ{width:calc(100vw - 40px)}}@media(min-width:960px){.jxndagXCphEhzYfnjHMZ{max-height:calc(100% - 120px);width:920px}}.jxndagXCphEhzYfnjHMZ .components-modal__content.hide-header{padding:0}.na9tpJVboVaxVNabSRsr{display:flex}@media(max-width:782px){.na9tpJVboVaxVNabSRsr{flex-direction:column}}.VxWWpt730pSzZCEVjxA3{height:2rem;left:.5rem;position:absolute;top:.5rem}.z14EiGfFuQwKazBW3LpF{align-items:center;border-bottom:1px solid #dcdcde;display:flex;height:48px;padding-inline:2rem}@media(min-width:782px){.z14EiGfFuQwKazBW3LpF{border-inline-end:1px solid #dcdcde}}.z14EiGfFuQwKazBW3LpF h2{font-size:1rem;font-weight:600;line-height:16px;margin-block:0}@media(min-width:782px){.LAWYmJPODB8LgzQMzsyx{flex:1}}.vVbLRydJFLCVa49hSz83{padding:1rem 2rem}@media(min-width:782px){.vVbLRydJFLCVa49hSz83{border-inline-end:1px solid #dcdcde}}.uw1atyZ2fcJoKjwf6SZW{background:var(--jp-gray-0);flex:1}@media(min-width:782px){.uw1atyZ2fcJoKjwf6SZW{flex:2}}.uw1atyZ2fcJoKjwf6SZW .components-tab-panel__tabs{background:var(--jp-white);border-bottom:1px solid #dcdcde;height:48px;justify-content:center}.meKppCUznQhlkjwZuS6G{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:1rem 2rem}.HS7f47n0w2xUqa4wQkwX{opacity:.5}.dKXzdVKZ7LYvSmUVrl26{color:var(--jp-gray-40);margin-top:0}.sP1aklNMfj7lCDxuhWaq{position:relative}.a6tcXi51GAewl3qx0AVi{align-items:center;background-color:#2c3338e6;border-radius:2px;bottom:8px;display:flex;font-variant-numeric:tabular-nums;padding:4px;position:absolute;right:8px}.a6tcXi51GAewl3qx0AVi svg{margin-left:2px}.uFtCCGeycoI94JbCnJh8.uFtCCGeycoI94JbCnJh8{color:var(--jp-white);font-size:9px;font-weight:600;line-height:8px}.cZuW54OEuUN9yvuE_rNU{margin:auto;position:relative}.vCs0BOExDMOystFhG2wa{width:auto}.sKpch49QzrpontC0DvF7{background-color:var(--jp-gray-0);border:1px dashed var(--jp-gray-20);border-radius:calc(var(--jp-border-radius)*.5);display:grid;grid-template-rows:1fr auto 2fr;justify-content:center;margin-bottom:8px;min-height:130px;padding:24px;position:relative;width:100%}.sKpch49QzrpontC0DvF7>*{justify-self:center}.sKpch49QzrpontC0DvF7>button{grid-row:2}.sKpch49QzrpontC0DvF7>button:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.sKpch49QzrpontC0DvF7>span{color:var(--jp-gray-60);font-size:13px;grid-row:3;line-height:16px;margin-top:16px;text-align:center}.sKpch49QzrpontC0DvF7>svg{align-self:center;margin:0;position:absolute}.vOO47kVjHn7i63fQ0bx0{color:#757575;font-size:12px;font-weight:400;line-height:16px;margin-bottom:8px}.ziE_jq4PmQmGBedGskf_{width:100%}.TJGgifcTHqUtknPqVQpH,.qqGj0rmSJvZs9dyr0u_I,.ziE_jq4PmQmGBedGskf_{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;cursor:pointer;margin:0;padding:0}.TJGgifcTHqUtknPqVQpH,.qqGj0rmSJvZs9dyr0u_I{align-items:center;background-color:var(--jp-black);border:1.5px solid var(--jp-white);border-radius:100%;display:flex;height:20px;justify-content:center;left:-4px;line-height:0;position:absolute;top:-4px;transition:background .1s ease-in-out;width:20px;z-index:2}.TJGgifcTHqUtknPqVQpH svg,.qqGj0rmSJvZs9dyr0u_I svg{fill:var(--jp-white)}.TJGgifcTHqUtknPqVQpH:hover,.qqGj0rmSJvZs9dyr0u_I:hover{background-color:var(--wp-admin-theme-color)}.TJGgifcTHqUtknPqVQpH{left:-5px;top:-56px}.f92zWdEJJIwBvwH5rRzn{margin-bottom:16px}.f92zWdEJJIwBvwH5rRzn .components-responsive-wrapper__content{width:auto}.rBTOWyeewE4VxAqYgjoI{filter:grayscale(100%);opacity:.5}.PykCvaqoL7AIDzVKJAtg{position:relative}.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP{margin:16px 0 8px;padding-left:8px}.components-base-control__label+.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP{margin-top:0}.SSMDWFYkP44va5KqPpTP.SSMDWFYkP44va5KqPpTP p{margin:0 0 4px}.Q21myqk1zOYB3IH8YuEq{color:var(--jp-gray-40);margin-top:0}.RoerAwwhu_PqirHlSJPz{display:block;margin-top:1rem}.Ua6eKcnk_tQQpFlgXMSn{display:inherit;display:flex;flex-wrap:wrap;list-style-type:none;margin:0;width:100%}.Ua6eKcnk_tQQpFlgXMSn .SHqrIEguRfCILRHPyxE9{margin:5px 0 10px}.ejyuBjiLmHz_UTFmBnjA{display:inline-block;margin-top:6px}.smqXe_da1eoP4Agql_Cs{height:auto;margin-inline-start:15px;padding:0}.eQZwqSCI_uVWrJ2jIRUA{margin-block-end:1rem}.O_ZghPCUG7291iVsp1wx{color:#646970;margin-bottom:.25rem}.nrOxj0JeSCWwCB4oaR94{display:block;margin-bottom:1rem}.Jxra4242dPPaUy28mM8H.components-button.is-link{font-size:inherit;font-weight:inherit}.Jxra4242dPPaUy28mM8H.components-button.is-link:hover{text-decoration:none}.amoEz9VXiwF3eyLxTbOA .irsbCLZJNayrJ0g_joAn{font-style:italic;font-weight:700;word-wrap:break-word}.lIKYDl6xVVtMbvcUDrrn.lIKYDl6xVVtMbvcUDrrn{display:block;margin-bottom:.5rem}.search-preview__display{border:1px solid #f6f7f7;font-family:arial,sans-serif;padding:10px 20px;word-wrap:break-word}.search-preview__header{align-items:flex-end;display:flex;gap:.5rem}.search-preview__menu{color:#4d5156;height:18px;position:relative;width:18px}.search-preview__branding{align-items:center;display:flex;gap:.75rem}.search-preview__site--title{color:#202124;font-size:14px;line-height:20px}.search-preview__icon{height:1.75rem;width:1.75rem}.search-preview__title{color:#1a0dab;font-size:20px;line-height:1.3;margin-bottom:7px;margin-top:8px;max-width:616px}.search-preview__title:hover{cursor:pointer;text-decoration:underline}.search-preview__url{color:#4d5156;font-size:12px;line-height:1.3;max-width:616px}.search-preview__description{color:#4d5156;font-size:14px;font-weight:400;line-height:1.5;max-width:616px}.VHYulMcpzbr10HWR0iSE{align-items:flex-start;border:1px solid var(--jp-black);border-color:var(--jp-gray-5);border-radius:4px;border-right-width:6px;display:flex;font-size:var(--font-body);padding:24px 18px 27px 31px}.FGpSkMCiIHQjszcV0dbn{margin-left:20px}.FGpSkMCiIHQjszcV0dbn,.KoWZcCwhW13xvkEb0QON{height:calc(var(--spacing-base)*3);width:calc(var(--spacing-base)*3)}.KoWZcCwhW13xvkEb0QON{background-color:#0000;border:none;cursor:pointer;outline:none}@media screen and (max-width:600px){.VHYulMcpzbr10HWR0iSE{box-shadow:0 4px 8px #00000008,0 1px 2px #0000000f;padding-top:68px;position:relative}.FGpSkMCiIHQjszcV0dbn{position:absolute;right:24px;top:24px}.KoWZcCwhW13xvkEb0QON{left:24px;position:absolute;top:24px}}.smrfczkC53EaFM8OJUXs{flex-grow:1}.IKYRWoPwt9xOVEx1wzNS{font-weight:600;margin-bottom:8px}.qM0qY6mPYp1MPN54A3Kg{align-items:center;display:flex;margin-top:20px}.qM0qY6mPYp1MPN54A3Kg a,.qM0qY6mPYp1MPN54A3Kg a:active,.qM0qY6mPYp1MPN54A3Kg a:focus,.qM0qY6mPYp1MPN54A3Kg a:hover{color:var(--jp-black)}.qM0qY6mPYp1MPN54A3Kg>*{margin-left:24px}.A5YkDkkXuiYgavrY6Nux{border-right-color:var(--jp-red)}.A5YkDkkXuiYgavrY6Nux .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-red)}.cT5rwuPMZzWvi5o6shMl{border-right-color:var(--jp-yellow-20)}.cT5rwuPMZzWvi5o6shMl .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-yellow-20)}.yo0O3uvNomPsYUXFCpAS{border-right-color:var(--black)}.yo0O3uvNomPsYUXFCpAS .y_IPyP1wIAOhyNaqvXJq{fill:var(--black)}.oZdDFf1jBLkzn5ICCC6x{border-right-color:var(--jp-green)}.oZdDFf1jBLkzn5ICCC6x .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-green)}.twitter-preview{padding:20px}.twitter-preview__wrapper{background-color:#fff;border-radius:4px;margin-inline:auto;max-width:clamp(200px,100%,635px);padding-inline-end:1rem;padding-top:1rem}.twitter-preview__section.social-preview__section{width:clamp(200px,100%,635px)}.twitter-preview__section.social-preview__section .social-preview__section-desc,.twitter-preview__section.social-preview__section .social-preview__section-heading{padding-inline-start:17px}.twitter-preview__container{display:grid;font-size:15px;grid-template-columns:65px auto;line-height:20px;margin-bottom:5px}.twitter-preview__container .twitter-preview__sidebar{display:grid;grid-template-rows:35px auto;justify-items:center}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__profile-image{align-items:center;border-radius:50%;display:flex;max-height:30px;max-width:30px;overflow:hidden}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__profile-image img{-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__sidebar .twitter-preview__connector{background-color:#8c8f94;width:2px}.twitter-preview__container .twitter-preview__main{overflow:hidden;padding-bottom:1rem}.twitter-preview__container .twitter-preview__header{display:flex;font-size:16px;gap:.25rem;line-height:18px;margin-bottom:2px}.twitter-preview__container .twitter-preview__name{font-weight:700}.twitter-preview__container .twitter-preview__date,.twitter-preview__container .twitter-preview__screen-name{color:#667886;letter-spacing:-.3px}.twitter-preview__container .twitter-preview__content .twitter-preview__text{color:#0f1419;white-space:pre-wrap;word-break:break-word}.twitter-preview__container .twitter-preview__content .twitter-preview__media{border-radius:15px;display:grid;overflow:hidden;grid-gap:2px;grid-template-areas:"a";height:300px;margin-top:12px}.twitter-preview__container .twitter-preview__content .twitter-preview__media img,.twitter-preview__container .twitter-preview__content .twitter-preview__media video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:first-child,.twitter-preview__container .twitter-preview__content .twitter-preview__media video:first-child{grid-area:a}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(2),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(2){grid-area:b}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(3),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(3){grid-area:c}.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(4),.twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(4){grid-area:d}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-2{grid-template-areas:"a b"}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-3{grid-template-areas:"a b" "a c"}.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-4{grid-template-areas:"a b" "c d"}.twitter-preview__container .twitter-preview__content .twitter-preview__quote-tweet{margin-top:10px;min-height:200px}.twitter-preview__container .twitter-preview__content .twitter-preview__quote-tweet .twitter-preview__quote-tweet-overlay{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.twitter-preview__container .twitter-preview__content .twitter-preview__card{border:1px solid #e1e8ed;border-radius:12px;margin-bottom:12px;margin-top:12px;overflow:hidden}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary{display:grid}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image{display:grid;grid-template-columns:125px auto;height:125px}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image .twitter-preview__card-body{border-right:1px solid #e1e8ed;height:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image .twitter-preview__card-description{-webkit-line-clamp:3}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary_large_image{display:grid;grid-template-rows:254px auto}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-image{aspect-ratio:16/9;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-body{color:#000;display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;gap:2px;overflow:hidden;padding:.75em;text-align:right;text-decoration:none}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-title{max-height:1.3em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-description{color:#536471;display:-webkit-box;max-height:3.9em;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-url{color:#8899a6;overflow-inline:hidden;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}.twitter-preview__container .twitter-preview__footer{display:flex;justify-content:space-between;margin-top:12px;max-width:425px}.twitter-preview__container .twitter-preview__footer svg{fill:#787c82;height:16px;width:16px}.jetpack-social-previews__modal .components-modal__header{margin:0}.jetpack-social-previews__modal .components-modal__content{padding:0}.jetpack-social-previews__modal--close-btn{height:2rem;left:.5rem;position:absolute;top:.5rem}.jetpack-social-previews__modal-previews{display:flex;flex-direction:column;height:100%}.jetpack-social-previews__modal-previews .components-tab-panel__tabs-item:focus-visible:before{box-shadow:none;outline:none}.jetpack-social-previews__modal-previews .components-tab-panel__tabs{border-bottom:1px solid #dcdcde;display:flex;flex-direction:row;height:3rem;justify-content:center;max-width:none}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button{font-size:0;height:100%;outline:0;white-space:nowrap;width:2.5rem}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button svg{display:block;fill:currentColor}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button.is-active:after{border-bottom:1px solid #3858e9;height:0;margin-bottom:-1px}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):not(.is-primary):not(.is-tertiary):not(.is-link):hover:after{border-bottom:1px solid #3858e9;margin-bottom:-1px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content{background-color:#fff;flex:1;overflow:auto;padding:10px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content>div{display:flex;justify-content:center}@media(min-width:600px){.jetpack-social-previews__modal-previews{width:calc(100vw - 40px)}}@media(min-width:960px){.jetpack-social-previews__modal-previews{width:920px}.jetpack-social-previews__modal-previews .components-tab-panel__tabs .components-button{font-size:13px}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content{padding:40px}}.jetpack-social-previews__modal-previews .facebook-preview{width:100%}.jetpack-social-previews__modal-previews .components-tab-panel__tab-content .mastodon-preview{max-width:578px}.jetpack-social-previews__modal-upgrade{padding:2em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-illustration{height:auto;max-width:351px;width:100%}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{margin-bottom:1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-heading{font-size:2em;line-height:1.15}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list{font-size:1.1em;line-height:1.4;list-style:none;margin-bottom:2em;padding-right:1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list li{margin-bottom:12px;position:relative}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list li:before{color:#4ab866;content:"✓";position:absolute;right:-20px}@media(min-width:600px){.jetpack-social-previews__modal-upgrade{display:grid;max-width:870px;width:80vw;grid-gap:3em;grid-template-columns:1fr 1fr;padding-top:4em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-illustration{grid-column:2;grid-row:1;max-width:100%;padding-left:2em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{grid-column:1;grid-row:1;margin-bottom:0;padding:0 1em 1em}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-heading{margin-top:0}.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-feature-list{padding-right:0}}@media(min-width:782px){.jetpack-social-previews__modal-upgrade .jetpack-social-previews__upgrade-description{padding:0 2em 2em}}.jetpack-gutenberg-social-icons{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.jetpack-gutenberg-social-icons .jetpack-social-previews__icon{margin-left:0;fill:currentColor}.OWstrHF6QZdaosKs0b6j{aspect-ratio:1200/630;background-color:var(--jp-gray-0);display:flex;justify-content:center;margin-bottom:8px;max-height:250px;min-height:130px;position:relative;width:100%}.OWstrHF6QZdaosKs0b6j>*{justify-self:center}.OWstrHF6QZdaosKs0b6j>svg{align-self:center;margin:0;position:absolute}.OWstrHF6QZdaosKs0b6j img{height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}.HJMFrbZ0khdkKKkocrIK{display:none}.m9360_cMWKFHTNk9xpNz{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)*4) 0}.j4EvSJfKIJLGEIAETiEY{all:unset;border-radius:calc(var(--jp-border-radius)/2);cursor:pointer;position:relative}.j4EvSJfKIJLGEIAETiEY img{border-radius:calc(var(--jp-border-radius)/2);display:block;height:auto;max-width:100%;pointer-events:none}.j4EvSJfKIJLGEIAETiEY:after{background-color:var(--jp-white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath stroke='%2309B585' stroke-width='1.5' d='m11.327.53-6.75 9.08L.662 6.7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;content:"";height:calc(var(--spacing-base)*3);left:calc(var(--spacing-base)*-1.5);opacity:0;position:absolute;top:calc(var(--spacing-base)*-1.5);transform:translateY(5px);transition:all .15s cubic-bezier(.4,0,.2,1);width:calc(var(--spacing-base)*3)}.j4EvSJfKIJLGEIAETiEY:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #007cba;outline:3px solid #0000}.dQb3Zpl0puk4V6ezZslo:after{opacity:1;transform:translateY(0)}.tfWupx32Rn5hHqVjTzui div{padding-top:0}.qu9UsV1EEFeFxhU3Wgt5{margin-top:15px}.nZhgKYFn6MQoIDGcKrUG{max-width:150px}.WJ5nPw0EHj7eoNZB06TW{display:flex;justify-content:flex-end}.WJ5nPw0EHj7eoNZB06TW>*+*{margin-right:var(--spacing-base)}.JUeclE9CucaXRlTL5K9H{display:flex;flex-wrap:wrap;gap:.7rem}.JUeclE9CucaXRlTL5K9H a{border-radius:4px;color:#fff}.JUeclE9CucaXRlTL5K9H a:hover{color:#fff}.JUeclE9CucaXRlTL5K9H a>span{align-items:center;display:flex}.JUeclE9CucaXRlTL5K9H a>span>svg{border-radius:var(--jp-border-radius);color:#fff}.JUeclE9CucaXRlTL5K9H a.components-button svg{fill:currentColor}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary{background:#0000;color:var(--jp-black);gap:0;justify-content:start;padding:0}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary:hover{background:#0000;color:var(--jp-gray-50)}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary svg{height:calc(var(--spacing-base)*3);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*3)}.JUeclE9CucaXRlTL5K9H :is(a,button).has-text.components-button.is-primary:focus{border:0;box-shadow:none;outline:none}.JUeclE9CucaXRlTL5K9H .rhyZKz4FQtFOFAMwLgLj{background-color:var(--jp-black)}.JUeclE9CucaXRlTL5K9H .DDRhGoqXUOM6Jug54nEB{background-color:#2ab318}.JUeclE9CucaXRlTL5K9H .h57Cabo4jn8Ke77_DLOX{background-color:#0866ff;border-radius:var(--jp-border-radius)!important}.JUeclE9CucaXRlTL5K9H .tvNWJpaNzPro4QaItBae{background-color:#fff;color:var(--jp-black);outline:1px solid var(--jp-gray)}.p_VTpBCFklSkcb0iiD0K{flex-direction:column}.DyIAUIn_2bkciyB_XtgH{display:flex}.Lx8xScOApJmJdhJF9JWd.Lx8xScOApJmJdhJF9JWd{font-size:13px;font-weight:400;line-height:24px;margin-inline-start:var(--spacing-base)}.pp_WJTHlGIX9bcHCLxJh{display:flex;flex-direction:column;gap:1rem;padding-block:1rem}.IzRyqrcpwjKRBJKEtECz{font-weight:600;text-transform:uppercase}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.dataviews-wrapper{box-sizing:border-box;container:dataviews-wrapper/inline-size;display:flex;flex-direction:column;font-size:13px;height:100%;line-height:1.4;overflow:auto;scroll-padding-bottom:64px}.dataviews-filters__container,.dataviews__view-actions{box-sizing:border-box;flex-shrink:0;padding:16px 48px;position:sticky;right:0;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-filters__container,.dataviews__view-actions{transition-delay:0s;transition-duration:0s}}.dataviews-view-grid__primary-field,.dataviews-view-list__primary-field,.dataviews-view-table__primary-field{color:#757575;font-size:13px;font-weight:500;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-view-grid__primary-field a,.dataviews-view-list__primary-field a,.dataviews-view-table__primary-field a{color:#1e1e1e;display:block;flex-grow:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.dataviews-view-grid__primary-field a:hover,.dataviews-view-list__primary-field a:hover,.dataviews-view-table__primary-field a:hover{color:#007cba}.dataviews-view-grid__primary-field a:focus,.dataviews-view-list__primary-field a:focus,.dataviews-view-table__primary-field a:focus{border-radius:2px;box-shadow:0 0 0 2px #007cba;color:0,124,186}.dataviews-view-grid__primary-field button.components-button.is-link,.dataviews-view-list__primary-field button.components-button.is-link,.dataviews-view-table__primary-field button.components-button.is-link{color:#1e1e1e;display:block;font-weight:inherit;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-view-grid__primary-field button.components-button.is-link:hover,.dataviews-view-list__primary-field button.components-button.is-link:hover,.dataviews-view-table__primary-field button.components-button.is-link:hover{color:#007cba}.dataviews-loading,.dataviews-no-results{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:0 48px;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-loading,.dataviews-no-results{transition-delay:0s;transition-duration:0s}}@container (max-width: 430px){.dataviews-filters__container,.dataviews__view-actions{padding:12px 24px}.dataviews-loading,.dataviews-no-results,.dataviews-view-grid{padding-left:24px;padding-right:24px}}.dataviews-bulk-actions-footer__item-count{color:#1e1e1e;font-size:11px;font-weight:500;text-transform:uppercase}.dataviews-bulk-actions-footer__container{margin-left:auto;min-height:32px}.dataviews-filters__button{position:relative}.dataviews-filters__container{padding-top:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{opacity:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{opacity:1}.dataviews-filters__summary-popover{font-size:13px;line-height:1.4}.dataviews-filters__summary-popover .components-popover__content{border-radius:4px;width:230px}.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{padding:0}.dataviews-filters__summary-operators-container{padding:8px 8px 0}.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox){border-bottom:1px solid #e0e0e0;padding-bottom:8px}.dataviews-filters__summary-operators-container:empty{display:none}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{color:#757575}.dataviews-filters__summary-chip-container{position:relative;white-space:pre-wrap}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{align-items:center;background:#f0f0f0;border:1px solid #0000;border-radius:16px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:flex;min-height:32px;padding:4px 12px;position:relative}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{padding-inline-end:28px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{background:#e0e0e0;color:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{background:#007cba0a;color:#007cba}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{background:#007cba1f}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{box-shadow:0 0 0 2px #007cba;outline:none}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{font-weight:500}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{align-items:center;background:#0000;border:0;border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;left:4px;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{fill:#757575}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{background:#e0e0e0}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{fill:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{fill:#007cba}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{background:#007cba14}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{box-shadow:0 0 0 2px #007cba;outline:none}.dataviews-filters__search-widget-filter-combobox-list{border-top:1px solid #e0e0e0;max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{font-weight:600}.dataviews-filters__search-widget-listbox{max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-listitem{align-items:center;border-radius:2px;box-sizing:border-box;cursor:default;display:flex;gap:8px;margin-block-end:2px;padding:8px 12px}.dataviews-filters__search-widget-listitem:last-child{margin-block-end:0}.dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{background-color:#007cba;color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-check{fill:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{color:#fff}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-check{flex-shrink:0;height:24px;width:24px}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{color:#757575;display:block;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis}.dataviews-filters__search-widget-filter-combobox__wrapper{padding:8px;position:relative}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{background:#f0f0f0;border:none;border-radius:2px;box-shadow:0 0 0 #0000;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin-left:0;margin-right:0;padding:0 8px 0 32px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{transition-delay:0s;transition-duration:0s}}@media(min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{border-color:#007cba;box-shadow:0 0 0 .5px #007cba;outline:2px solid #0000}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#1e1e1e9e;opacity:1}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder{color:#1e1e1e9e}@media(min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{background:#fff;box-shadow:inset 0 0 0 2px #007cba}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{-webkit-appearance:none}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{align-items:center;display:flex;justify-content:center;left:12px;position:absolute;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__container-visibility-toggle{flex-shrink:0;position:relative}.dataviews-filters-toggle__count{background:#007cba;border-radius:8px;box-sizing:border-box;color:#fff;font-size:11px;height:16px;left:0;line-height:16px;min-width:16px;outline:2px solid #fff;padding:0 4px;position:absolute;text-align:center;top:0;transform:translate(-50%,-50%)}.dataviews-search{width:-moz-fit-content;width:fit-content}.dataviews-footer{background-color:#fff;border-top:1px solid #f0f0f0;bottom:0;flex-shrink:0;padding:12px 48px;position:sticky;right:0;transition:padding .1s ease-out;z-index:2}@media(prefers-reduced-motion:reduce){.dataviews-footer{transition-delay:0s;transition-duration:0s}}@container (max-width: 430px){.dataviews-footer{padding:12px 24px}}@container (max-width: 560px){.dataviews-footer{flex-direction:column!important}.dataviews-footer .dataviews-bulk-actions-footer__container{width:100%}.dataviews-footer .dataviews-bulk-actions-footer__item-count{flex-grow:1}.dataviews-footer .dataviews-pagination{justify-content:space-between;width:100%}}.dataviews-pagination__page-select{font-size:11px;font-weight:500;text-transform:uppercase}@media(min-width:600px){.dataviews-pagination__page-select .components-select-control__input{font-size:11px!important;font-weight:500}}.dataviews-action-modal{z-index:1000001}.dataviews-selection-checkbox{--checkbox-input-size:24px;flex-shrink:0;line-height:0}@media(min-width:600px){.dataviews-selection-checkbox{--checkbox-input-size:16px}}.dataviews-selection-checkbox .components-checkbox-control__input-container{margin:0}.dataviews-view-config{container-type:inline-size;font-size:13px;line-height:1.4;padding:16px;width:320px}.dataviews-view-config__sort-direction .components-toggle-group-control-option-base{text-transform:uppercase}.dataviews-settings-section__title.dataviews-settings-section__title{font-size:15px;line-height:24px}.dataviews-settings-section__sidebar{grid-column:span 4}.dataviews-settings-section__content,.dataviews-settings-section__content>*{grid-column:span 8}.dataviews-settings-section__content .is-divided-in-two{display:contents}.dataviews-settings-section__content .is-divided-in-two>*{grid-column:span 4}.dataviews-settings-section:has(.dataviews-settings-section__content:empty){display:none}@container (max-width: 500px){.dataviews-settings-section.dataviews-settings-section{grid-template-columns:repeat(2,1fr)}.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{grid-column:span 2}}.dataviews-field-control__field{height:32px}.dataviews-field-control__actions{position:absolute;top:-9999em}.dataviews-field-control__actions.dataviews-field-control__actions{gap:4px}.dataviews-field-control__field:focus-within .dataviews-field-control__actions,.dataviews-field-control__field:hover .dataviews-field-control__actions{position:unset;top:unset}.dataviews-view-grid{grid-template-rows:max-content;margin-bottom:auto;padding:0 48px 24px;transition:padding .1s ease-out}@media(prefers-reduced-motion:reduce){.dataviews-view-grid{transition-delay:0s;transition-duration:0s}}.dataviews-view-grid .dataviews-view-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions{padding:8px 0 4px}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__primary-field{min-height:32px}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{color:#1e1e1e}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{background-color:#007cba14;box-shadow:inset 0 0 0 1px #007cba}.dataviews-view-grid .dataviews-view-grid__media{aspect-ratio:1/1;background-color:#f0f0f0;border-radius:4px;min-height:200px;position:relative;width:100%}.dataviews-view-grid .dataviews-view-grid__media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-grid .dataviews-view-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-grid .dataviews-view-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{align-items:flex-start;min-height:24px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){display:none}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column){align-items:center}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-name{width:35%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(.is-column) .dataviews-view-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field.is-column+.is-row{margin-top:4px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{color:#757575}.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-grid .dataviews-view-grid__badge-fields .dataviews-view-grid__field-value{align-items:center;background:#f0f0f0;border-radius:2px;display:flex;font-size:12px;min-height:24px;padding:0 8px;width:-moz-fit-content;width:fit-content}.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:480px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1080px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1440px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1920px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{display:none}.dataviews-view-grid__card .dataviews-selection-checkbox{position:absolute;right:8px;top:-9999em;z-index:1}.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{top:8px}ul.dataviews-view-list{list-style-type:none}.dataviews-view-list{margin:0 0 auto}.dataviews-view-list li{border-top:1px solid #f0f0f0;cursor:pointer;margin:0}.dataviews-view-list li .dataviews-view-list__item-wrapper{border-radius:4px;position:relative}.dataviews-view-list li .dataviews-view-list__item-wrapper>*{width:100%}.dataviews-view-list li .dataviews-view-list__item-actions{left:0;position:absolute;top:16px}.dataviews-view-list li .dataviews-view-list__item-actions>div{height:24px}.dataviews-view-list li .dataviews-view-list__item-actions .components-button{opacity:0}.dataviews-view-list li:has(.dataviews-view-list__fields:empty) .dataviews-view-list__item-actions{top:50%;transform:translateY(-50%)}.dataviews-view-list li.is-hovered .dataviews-view-list__item-actions,.dataviews-view-list li.is-selected .dataviews-view-list__item-actions,.dataviews-view-list li:focus-within .dataviews-view-list__item-actions{background:#f8f8f8;box-shadow:12px 0 8px 0 #f8f8f8;margin-left:24px;padding-right:8px}.dataviews-view-list li.is-hovered .dataviews-view-list__item-actions .components-button,.dataviews-view-list li.is-selected .dataviews-view-list__item-actions .components-button,.dataviews-view-list li:focus-within .dataviews-view-list__item-actions .components-button{opacity:1;position:static}.dataviews-view-list li.is-selected .dataviews-view-list__item-actions{background-color:#f7f8ff;box-shadow:12px 0 8px 0 #f7f8ff}.dataviews-view-list li.is-selected.is-selected,.dataviews-view-list li.is-selected.is-selected+li{border-top:1px solid #007cba1f}.dataviews-view-list li:not(.is-selected) .dataviews-view-list__primary-field{color:#1e1e1e}.dataviews-view-list li:not(.is-selected).is-hovered,.dataviews-view-list li:not(.is-selected):focus-within,.dataviews-view-list li:not(.is-selected):hover{background-color:#f8f8f8;color:#007cba}.dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected).is-hovered .dataviews-view-list__primary-field,.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected):focus-within .dataviews-view-list__primary-field,.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list li:not(.is-selected):hover .dataviews-view-list__primary-field{color:#007cba}.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper{background-color:#007cba0a;color:#1e1e1e}.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list li.is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__primary-field,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list li.is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__primary-field{color:#007cba}.dataviews-view-list .dataviews-view-list__item{box-sizing:border-box;padding:16px 24px;scroll-margin:8px 0;width:100%}.dataviews-view-list .dataviews-view-list__item:focus-visible:before{border-radius:2px;bottom:2px;box-shadow:inset 0 0 0 2px #007cba;content:"";left:2px;position:absolute;right:2px;top:2px}.dataviews-view-list .dataviews-view-list__item .dataviews-view-list__primary-field{line-height:24px;min-height:24px;overflow:hidden}.dataviews-view-list .dataviews-view-list__media-wrapper{background-color:#f0f0f0;border-radius:4px;flex-shrink:0;height:52px;overflow:hidden;position:relative;width:52px}.dataviews-view-list .dataviews-view-list__media-wrapper img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-list .dataviews-view-list__media-wrapper:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;position:absolute;right:0;top:0;width:100%}.dataviews-view-list .dataviews-view-list__media-placeholder{background-color:#e0e0e0;height:52px;width:52px}.dataviews-view-list .dataviews-view-list__field-wrapper{min-height:52px}.dataviews-view-list .dataviews-view-list__fields{color:#757575;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;row-gap:4px}.dataviews-view-list .dataviews-view-list__fields:empty{display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty){display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{align-items:center;display:flex;line-height:20px;min-height:24px}.dataviews-view-list+.dataviews-pagination{justify-content:space-between}.dataviews-view-table{border-collapse:collapse;border-color:inherit;color:#757575;margin-bottom:auto;position:relative;text-indent:0;width:100%}.dataviews-view-table th{color:#1e1e1e;font-size:13px;font-weight:400;text-align:right}.dataviews-view-table td,.dataviews-view-table th{padding:12px;white-space:nowrap}.dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{text-align:left}.dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{padding-left:0}.dataviews-view-table tr{border-top:1px solid #f0f0f0}.dataviews-view-table tr .dataviews-view-table-header-button{gap:4px}.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-right:48px}.dataviews-view-table tr td:first-child .dataviews-view-table-header,.dataviews-view-table tr td:first-child .dataviews-view-table-header-button,.dataviews-view-table tr th:first-child .dataviews-view-table-header,.dataviews-view-table tr th:first-child .dataviews-view-table-header-button{margin-right:-8px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-left:48px}.dataviews-view-table tr:last-child{border-bottom:0}.dataviews-view-table tr.is-hovered{background-color:#f8f8f8}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input{opacity:0}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate{opacity:1}.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:0}.dataviews-view-table tr.is-hovered .components-checkbox-control__input,.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .components-checkbox-control__input,.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .components-checkbox-control__input,.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}@media(hover:none){.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}}.dataviews-view-table tr.is-selected{background-color:#007cba0a;color:#757575}.dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{border-top:1px solid #007cba1f}.dataviews-view-table tr.is-selected:hover{background-color:#007cba14}.dataviews-view-table thead{inset-block-start:0;position:sticky;z-index:1}.dataviews-view-table thead tr{border:0}.dataviews-view-table thead th{background-color:#fff;font-size:11px;font-weight:500;padding-bottom:8px;padding-right:12px;padding-top:8px;text-transform:uppercase}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-right:4px}.dataviews-view-table tbody td{vertical-align:top}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{align-items:center;display:flex;min-height:32px}.dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){min-height:0}.dataviews-view-table .dataviews-view-table-header-button{font-size:11px;font-weight:500;padding:4px 8px;text-transform:uppercase}.dataviews-view-table .dataviews-view-table-header-button:not(:hover){color:#1e1e1e}.dataviews-view-table .dataviews-view-table-header-button span{speak:none}.dataviews-view-table .dataviews-view-table-header-button span:empty{display:none}.dataviews-view-table .dataviews-view-table-header{padding-right:4px}.dataviews-view-table .dataviews-view-table__actions-column{width:1%}.dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input{opacity:1}.dataviews-view-table__cell-content-wrapper:empty{display:none}@container (max-width: 430px){.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-right:24px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-left:24px}}.dataviews-view-table-selection-checkbox{--checkbox-input-size:24px}@media(min-width:600px){.dataviews-view-table-selection-checkbox{--checkbox-input-size:16px}}.dataviews-controls__datetime{border:none;padding:0}.dataforms-layouts-panel__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.dataforms-layouts-panel__field-label{align-items:center;display:flex;flex-shrink:0;-webkit-hyphens:auto;hyphens:auto;line-height:20px;min-height:32px;padding:6px 0;width:38%}.dataforms-layouts-panel__field-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.dataforms-layouts-panel__field-control .components-button{max-width:100%;min-height:32px;text-align:right;text-wrap:balance;text-wrap:pretty;white-space:normal}.dataforms-layouts-panel__field-control .components-dropdown{max-width:100%}.dataforms-layouts-panel__field-dropdown .components-popover__content{min-width:320px;padding:16px}.dataforms-layouts-panel__dropdown-header{margin-bottom:16px}[class].dataforms-layouts-panel__dropdown-header-action{height:24px}[class].dataforms-layouts-panel__dropdown-header-action.has-icon{min-width:24px;padding:0}[class].dataforms-layouts-panel__dropdown-header-action:not(.has-icon){text-decoration:underline}.Syp1HH254tFVzcFG2Zh2,.kyLdsnatoC0HbIDJQm9S{margin-top:1rem;padding-block:1rem}.YABlqQXOGnawHFcJa7zT{min-height:20rem;width:60rem}.vEA7jwVDDYmYUaVhX9QR{display:flex;flex:1;flex-direction:column;gap:.5rem;overflow:auto}.AsH9JOuWehE027IlR7Y2,.hvN5L4O60W8ftCvW1gRX{align-items:center;display:flex}.hvN5L4O60W8ftCvW1gRX.aF8rESnbAc_uQUN0H3py{color:var(--jp-green-50)}.hvN5L4O60W8ftCvW1gRX.mfUKWd8ZvydeEyWeKhJ2{color:var(--jp-red-50);height:29px}.pvVeQhJ9oNx0CFoHYEit{flex:1}.fXQtkkrybB5DooWXxt67{margin-inline-start:2px;top:2px;width:24px}.fXQtkkrybB5DooWXxt67>button{color:var(--jp-red-50)!important}.bJAz31xuwL_vO4V97YfM{fill:var(--jp-green-50)}.eYjvcy4kG7GH44dIVLYO .dataviews__view-actions{display:none}.eYjvcy4kG7GH44dIVLYO table{overflow:hidden}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table-header-button{pointer-events:none}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table__row td:last-child{width:1%}.eYjvcy4kG7GH44dIVLYO .dataviews-view-table__row td:last-child .dataviews-view-table__cell-content-wrapper{justify-content:center}.eYjvcy4kG7GH44dIVLYO .Zr_Eo4TmHx_X7UFoJcuM{align-items:center;display:flex}.eYjvcy4kG7GH44dIVLYO .components-external-link{color:#2271b1;font-weight:400}.csen0rABejxv4X3l1cx5{align-items:center;display:flex;gap:.5rem}.csen0rABejxv4X3l1cx5 button{padding:0}.csen0rABejxv4X3l1cx5 .icon-tooltip-wrapper,.csen0rABejxv4X3l1cx5 .icon-tooltip-wrapper button span{display:flex}.dCsa7WNQhT_7RhRkZih1{align-items:center;display:flex}.dCsa7WNQhT_7RhRkZih1 .components-spinner{margin-top:0}.VotVfPmHNdU_xItAWEKQ{color:var(--jp-gray-40)}.dhja1sVSpDACLZ6k4sBy{margin-top:1rem;padding-block:1rem}.U_WW2qLSQA71SJYyITOq{position:relative}.wp-admin.post-type-jetpack-social-note .post-publish-panel__postpublish-header{display:none}.CW7R8fRQqVKfyXFYiNWR{align-items:center;background:none;border:2px solid var(--jp-green-40);border-radius:4px;color:var(--jp-gray-90);display:block;gap:calc(var(--spacing-base)*3);justify-content:space-between;margin:0;padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3);text-align:right;text-decoration:none;width:100%}.CW7R8fRQqVKfyXFYiNWR:active,.CW7R8fRQqVKfyXFYiNWR:focus{outline-color:var(--jp-black)}.CW7R8fRQqVKfyXFYiNWR .n34j0qWq2EZzYl1jAiej button.aIuCL8MdydCJGcrOqp4x{font-size:var(--font-body-small)}.qegtnlYWDc3UnIGPRlQb{font-size:var(--font-body)}.n34j0qWq2EZzYl1jAiej{align-content:space-between;display:flex;flex-direction:column;gap:var(--spacing-base)}.aIuCL8MdydCJGcrOqp4x{align-items:center;justify-content:space-between;width:100%}.D8uyjb_rjCf4HTMT0mj0.D8uyjb_rjCf4HTMT0mj0{font-size:13px;line-height:1.5;margin-bottom:16px}.jetpack-publicize__upsell{margin-bottom:13px}.jetpack-publicize__upsell-description{font-weight:600;margin-bottom:10px}.jetpack-publicize__upsell-button.is-primary{background:#e34c84;color:#fff;padding-left:10px}.jetpack-publicize__upsell-button.is-primary:hover{background:#eb6594}.jetpack-publicize__upsell-button.is-primary.is-busy{background-image:linear-gradient(45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-publicize__placeholder .components-placeholder__learn-more{margin-top:1em}.wp-block-jetpack-rating-star{line-height:0;margin-bottom:1.5em;stroke-width:0}.wp-block-jetpack-rating-star .is-rating-unfilled{fill-opacity:.33}.wp-block-jetpack-rating-star .jetpack-ratings-button{border-radius:2px;display:inline-flex}.wp-block-jetpack-rating-star .jetpack-ratings-button:focus{box-shadow:0 0 0 1px currentColor;outline:2px solid #0000}.wp-block-jetpack-rating-star>p{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.wp-block-jetpack-rating-star>span{display:inline-flex!important;margin-inline-end:.3em}.wp-block-jetpack-rating-star .jetpack-ratings-button span,.wp-block-jetpack-rating-star>span span{display:inline-flex;flex-shrink:0;overflow:hidden;width:12px}.wp-block-jetpack-rating-star .jetpack-ratings-button span svg,.wp-block-jetpack-rating-star>span span svg{flex-shrink:0}.wp-block-jetpack-rating-star .jetpack-ratings-button span:nth-child(2n),.wp-block-jetpack-rating-star>span span:nth-child(2n){justify-content:flex-end}.wp-block-jetpack-rating-star svg{display:inline-block!important;max-width:none!important}.wp-block-jetpack-rating-star.is-style-outlined{stroke-width:2px}.wp-block-jetpack-rating-star.is-style-outlined .is-rating-unfilled{fill:#0000}.wp-block-jetpack-rating-star .jetpack-ratings-button{margin-inline-end:.3em}.jetpack-ratings-button{cursor:pointer}.jetpack-ratings-button:focus{border:none;outline:none}@keyframes jetpack-memberships_button__spinner-animation{to{transform:rotate(-1turn)}}.jetpack-memberships-spinner{display:none;height:1em;margin:0 5px 0 0;width:1em}.jetpack-memberships-spinner svg{height:100%;margin-bottom:-2px;width:100%}.jetpack-memberships-spinner-rotating{animation:jetpack-memberships_button__spinner-animation .75s linear infinite;transform-origin:center}.is-loading .jetpack-memberships-spinner{display:inline-block}body.jetpack-memberships-modal-open{overflow:hidden}dialog.jetpack-memberships-modal{opacity:1}dialog.jetpack-memberships-modal,dialog.jetpack-memberships-modal iframe{background:#0000;border:0;bottom:0;box-shadow:none;height:100%;left:0;margin:0;padding:0;position:fixed;right:0;top:0;width:100%}dialog.jetpack-memberships-modal::backdrop{background-color:#000;opacity:.7;transition:opacity .2s ease-out}dialog.jetpack-memberships-modal.is-loading,dialog.jetpack-memberships-modal.is-loading::backdrop{opacity:0}.wp-block-jetpack-recurring-payments.aligncenter .wp-block-jetpack-button{text-align:center}.wp-block-jetpack-recurring-payments{width:100%}.wp-block-jetpack-recurring-payments .components-base-control__label{text-align:right}.wp-block-jetpack-recurring-payments .components-placeholder{min-height:150px;padding:24px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset{max-width:500px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset p{font-size:13px;margin:20px 0 10px}.wp-block-jetpack-recurring-payments .components-placeholder__fieldset p:first-child{margin-top:0}.wp-block-jetpack-recurring-payments .components-placeholder__instructions .components-select-control__input{padding:0 8px 0 24px}.wp-block-jetpack-recurring-payments .components-placeholder .components-placeholder__instructions{display:block}.wp-block-jetpack-recurring-payments .components-placeholder label{font-size:13px}.wp-block-jetpack-recurring-payments .editor-rich-text__inline-toolbar{pointer-events:none}.wp-block-jetpack-recurring-payments .editor-rich-text__inline-toolbar .components-toolbar{pointer-events:all}.wp-block-jetpack-recurring-payments .membership-button__add-amount{margin-left:4px}.wp-block-jetpack-recurring-payments .membership-button__disclaimer{color:var(--color-gray-200);flex-basis:100%;font-style:italic;margin:0}.wp-block-jetpack-recurring-payments .membership-button__disclaimer a{color:var(--color-gray-400);line-height:36px}.wp-block-jetpack-recurring-payments .membership-button__field-button{margin-left:4px}.wp-block-jetpack-recurring-payments .membership-button__field-error .components-text-control__input{border:1px solid #d63638}.wp-block-jetpack-recurring-payments .membership-button__field-price{width:65%}.wp-block-jetpack-recurring-payments .membership-button__price-container{display:flex;flex-wrap:wrap}.wp-block-jetpack-recurring-payments .membership-button__price-container .components-input-control__container{top:4px}.wp-block-jetpack-recurring-payments .membership-button__price-container div.membership-button__field-currency{border-left:10px solid #0000}.wp-block-jetpack-recurring-payments .membership-button__price-container p{margin-top:0}.wp-block-jetpack-recurring-payments.disclaimer-only{background:#1e1e1e9e;box-sizing:initial;font-size:13px;margin:0 -14px;padding:14px;text-align:center;transform:translateY(14px)}.is-dark-theme .wp-block-jetpack-recurring-payments.disclaimer-only{background:#ffffffa6}.wp-block-jetpack-recurring-payments .wp-block-jetpack-membership-button_notification{display:block}.wp-block-jetpack-recurring-payments .wp-block[data-type="jetpack/button"]{margin-bottom:0;margin-top:0}.wp-block-jetpack-related-posts .components-placeholder__learn-more{flex-basis:100%;margin-top:1em}.jp-related-posts-i2__row{display:flex;margin-left:-10px;margin-right:-10px;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33.33333% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post{display:flex;flex-basis:0;flex-direction:column;flex-grow:1;margin:0 10px}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row}.jp-related-posts-i2__post-image-placeholder,.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-heading{font-size:1rem;line-height:1.2em;margin:.5rem 0}.jp-related-posts-i2__post-link{display:block;line-height:1.2em;margin:.2em 0;width:100%}.jp-related-posts-i2__post-img{width:100%}.jp-related-posts-i2__post-image-placeholder{display:block;margin:0 auto;max-width:350px;position:relative}.jp-related-posts-i2__post-image-placeholder-icon{position:absolute;right:calc(50% - 12px);top:calc(50% - 12px)}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{display:block;margin:0}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{margin:1rem 0 0;max-width:none}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post-image-placeholder{margin:0;max-width:350px}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post-img-link{margin-top:1rem}.wp-block-jetpack-repeat-visitor .components-notice{color:#1e1e1e;margin:1em 0 0}.wp-block-jetpack-repeat-visitor .components-radio-control__option{text-align:right}.wp-block-jetpack-repeat-visitor .components-notice__content{font-size:1em;margin:.5em 0}.wp-block-jetpack-repeat-visitor .components-notice__content .components-base-control{display:inline-block;max-width:8em;vertical-align:middle}.wp-block-jetpack-repeat-visitor .components-notice__content .components-base-control .components-base-control__field{margin-bottom:0}.wp-block-jetpack-repeat-visitor-placeholder{min-height:inherit}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__label svg{margin-left:.5ch}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__fieldset{flex-wrap:nowrap}.wp-block-jetpack-repeat-visitor-placeholder .components-placeholder__fieldset .components-base-control{flex-basis:100%;margin-bottom:0}.wp-block-jetpack-repeat-visitor-placeholder .components-base-control__help{color:#cc1818;font-size:13px}.wp-block-jetpack-repeat-visitor--is-unselected .wp-block-jetpack-repeat-visitor-placeholder{display:none}.wp-block-jetpack-repeat-visitor-threshold{margin-left:20px}.wp-block-jetpack-repeat-visitor-threshold .components-text-control__input{margin-right:12px;text-align:center;width:5em}.block-editor-inserter__preview .wp-block-jetpack-repeat-visitor{padding:16px}.block-editor-inserter__preview .wp-block-jetpack-repeat-visitor>.block-editor-inner-blocks>.block-editor-block-list__layout{margin:0}.help-message{display:flex;font-size:13px;line-height:1.4em;margin-bottom:1em;margin-top:-.5em}.help-message svg{margin-left:5px;min-width:24px}.help-message>span{margin-top:2px}.help-message.help-message-is-error{color:#d63638}.help-message.help-message-is-error svg{fill:#d63638}div.wp-block-jetpack-whatsapp-button{display:flex;margin-inline-end:5px}div.wp-block-jetpack-whatsapp-button a.whatsapp-block__button{background:#25d366;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");background-position:16px;background-repeat:no-repeat;background-size:32px 32px;border:none;border-radius:8px;box-sizing:border-box;color:#fff;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:20px;font-weight:500;line-height:36px;min-height:50px;padding:8px 56px 8px 16px;text-decoration:none;white-space:nowrap}div.wp-block-jetpack-whatsapp-button.is-color-light a.whatsapp-block__button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%2523465B64' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");color:#465b64}div.wp-block-jetpack-whatsapp-button.alignleft{float:none;justify-content:flex-start}div.wp-block-jetpack-whatsapp-button.aligncenter{justify-content:center}div.wp-block-jetpack-whatsapp-button.alignright{float:none;justify-content:flex-end}div.wp-block-jetpack-whatsapp-button.has-no-text a.whatsapp-block__button{padding-inline-start:48px}div.wp-block-jetpack-whatsapp-button:hover{opacity:.9}div.wp-block-jetpack-send-a-message>div.wp-block-jetpack-whatsapp-button>a.whatsapp-block__button:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");background-position:16px;background-repeat:no-repeat;background-size:32px 32px}.jetpack-whatsapp-button__phonenumber .components-base-control{margin-bottom:0}.jetpack-whatsapp-button__phonenumber input.components-text-control__input{margin-bottom:5px}.jetpack-whatsapp-button__phonenumber select.components-select-control__input{min-height:30px;padding-right:10px;width:105px}.jetpack-whatsapp-button__phonenumber .components-placeholder__label svg{margin-left:6px}.jetpack-whatsapp-error{display:inline-flex;margin-bottom:10px}.jetpack-whatsapp-error span,.jetpack-whatsapp-error svg{color:red;fill:red;vertical-align:middle}.jetpack-whatsapp-error svg{margin:-3px 0 0 5px}.jetpack-whatsapp-button__popover .components-popover__content{min-width:260px;padding:12px}.wp-block[data-align=center] .wp-block-jetpack-whatsapp-button{justify-content:center}.components-seo-placeholder__learn-more{margin-top:1em}.components-seo-upsell__learn-more{margin:1em 0}.components-seo-upsell__button.is-primary{background:#e34c84;color:#fff;padding-left:10px}.components-seo-upsell__button.is-primary:hover{background:#eb6594}.components-seo-upsell__button.is-primary.is-busy{background-image:linear-gradient(45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-seo-message-box{width:100%}.components-sharing-placeholder__learn-more{margin-top:1em}.jetpack-clipboard-input{display:flex}.jetpack-clipboard-input .components-clipboard-button,.jetpack-clipboard-input .components-text-control__input{min-height:36px}.jetpack-clipboard-input .components-clipboard-button{margin-right:6px}.simple-payments__loading{animation:simple-payments-loading 1.6s ease-in-out infinite}@keyframes simple-payments-loading{0%{opacity:.5}50%{opacity:.7}to{opacity:.5}}.jetpack-simple-payments-wrapper{margin-bottom:1.5em}body .jetpack-simple-payments-wrapper .jetpack-simple-payments-details p{margin:0 0 1.5em;padding:0}.jetpack-simple-payments-description{white-space:pre-wrap}.jetpack-simple-payments-product{display:flex;flex-direction:column}.jetpack-simple-payments-product-image{flex:0 0 30%;margin-bottom:1.5em}.jetpack-simple-payments-image{box-sizing:border-box;min-width:70px;padding-top:100%;position:relative}.jetpack-simple-payments-image img{border:0;border-radius:0;height:auto;margin:0;max-height:100%;max-width:100%;padding:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:auto}.jetpack-simple-payments-price p,.jetpack-simple-payments-title p{font-weight:700}.jetpack-simple-payments-purchase-box{align-items:flex-start;display:flex}.jetpack-simple-payments-items{flex:0 0 auto;margin-left:10px}input[type=number].jetpack-simple-payments-items-number{background:#fff;font-size:16px;line-height:1;max-width:60px;padding:4px 8px!important}input[type=number].jetpack-simple-payments-items-number::-webkit-inner-spin-button,input[type=number].jetpack-simple-payments-items-number::-webkit-outer-spin-button{opacity:1}@media screen and (min-width:400px){.jetpack-simple-payments-product{flex-direction:row}.jetpack-simple-payments-product-image+.jetpack-simple-payments-details{flex-basis:70%;padding-right:1em}}.wp-block-jetpack-simple-payments .simple-payments__wrapper{display:grid;grid-template-columns:200px auto;grid-column-gap:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.wp-block-jetpack-simple-payments .simple-payments__field .components-base-control__field{margin-bottom:1em}.wp-block-jetpack-simple-payments .simple-payments__field textarea{display:block}.wp-block-jetpack-simple-payments .simple-payments__field input,.wp-block-jetpack-simple-payments .simple-payments__field textarea{font:inherit}.wp-block-jetpack-simple-payments img{max-width:100%}.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-content .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-email .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__field.simple-payments__field-title .components-base-control__label{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.wp-block-jetpack-simple-payments .simple-payments__field-has-error .components-text-control__input,.wp-block-jetpack-simple-payments .simple-payments__field-has-error .components-textarea-control__input{border-color:#d63638}.wp-block-jetpack-simple-payments .simple-payments__price-container{display:flex;flex-wrap:wrap}.wp-block-jetpack-simple-payments .simple-payments__price-container .components-base-control__label,.wp-block-jetpack-simple-payments .simple-payments__price-container .components-input-control__label{display:block;font-weight:400;margin:0 0 4px}.wp-block-jetpack-simple-payments .simple-payments__price-container select.components-select-control__input{-webkit-appearance:none;-moz-appearance:none;height:auto;max-width:none;padding:3px 8px 1px}.wp-block-jetpack-simple-payments .simple-payments__price-container div.components-input-control__container{position:relative}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-currency{margin-left:5px}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-currency .components-input-control__container{width:calc(100% - 5px)}.wp-block-jetpack-simple-payments .simple-payments__price-container .simple-payments__field-price .components-base-control__field{display:flex;flex-direction:column}.wp-block-jetpack-simple-payments .simple-payments__price-container .help-message{flex:1 1 100%;margin-top:0}.wp-block-jetpack-simple-payments .simple-payments__price-container .components-input-control__suffix>div{align-items:center;bottom:0;box-sizing:border-box;display:flex;left:0;padding:0 4px;pointer-events:none;position:absolute;top:0}.wp-block-jetpack-simple-payments .simple-payments__field-email .components-text-control__input{max-width:400px}.wp-block-jetpack-simple-payments .simple-payments__field-multiple{margin-bottom:5px}.wp-block-jetpack-simple-payments .simple-payments__field-multiple .components-toggle-control__label{line-height:1.4em}.wp-block-jetpack-simple-payments .simple-payments__field-content .components-textarea-control__input{min-height:32px;padding:8px;width:100%}.jetpack-simple-payments__purchase-link-text .components-base-control{margin-bottom:0}.jetpack-simple-payments__purchase-link-text input.components-text-control__input{margin-bottom:5px}.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow{margin-bottom:1.5em;position:relative}.wp-block-jetpack-slideshow [tabindex="-1"]:focus{outline:0}.wp-block-jetpack-slideshow.wp-amp-block>.wp-block-jetpack-slideshow_container{opacity:1}.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay .wp-block-jetpack-slideshow_button-play,.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay.wp-block-jetpack-slideshow__autoplay-playing .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay.wp-block-jetpack-slideshow__autoplay-playing .wp-block-jetpack-slideshow_button-play{display:none}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container{opacity:0;overflow:hidden;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.wp-swiper-initialized{opacity:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.swiper-container{display:block}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_slide,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_swiper-wrapper{line-height:normal;margin:0;padding:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper{display:flex}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{display:flex;height:100%;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure{align-items:center;display:flex;height:100%;justify-content:center;margin:0;position:relative;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure .wp-block-jetpack-slideshow_image{pointer-events:none;-webkit-user-select:none;user-select:none}.wp-block-jetpack-slideshow.alignfull .wp-block-jetpack-slideshow_image,.wp-block-jetpack-slideshow.alignwide .wp-block-jetpack-slideshow_image{max-width:unset;object-fit:cover;width:100vw}.wp-block-jetpack-slideshow .swiper-container-fade .wp-block-jetpack-slideshow_slide:not(.swiper-slide-active){opacity:0!important}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.wp-block-jetpack-slideshow .amp-carousel-button,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;border-radius:4px;box-shadow:none;height:30px;margin:-14px 0 0;opacity:.5;padding:0;transition:opacity .5s ease-out;width:28px}.wp-block-jetpack-slideshow .amp-carousel-button:focus,.wp-block-jetpack-slideshow .amp-carousel-button:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:hover{background-color:#fff;opacity:1}.wp-block-jetpack-slideshow .amp-carousel-button:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus{outline:thin dotted #fff;outline-offset:-4px}.wp-block-jetpack-slideshow .amp-carousel-button{margin:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{display:none}.wp-block-jetpack-slideshow .swiper-button-next:after,.wp-block-jetpack-slideshow .swiper-button-prev:after,.wp-block-jetpack-slideshow .swiper-container-rtl .swiper-button-next:after,.wp-block-jetpack-slideshow .swiper-container-rtl .swiper-button-prev:after{content:""}.wp-block-jetpack-slideshow .amp-carousel-button-next,.wp-block-jetpack-slideshow .swiper-button-next.swiper-button-white,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-prev.swiper-button-white,.wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB4PSI4IiB5PSI2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOC41OTggMTYuNTkgMTMuMTU2IDEyIDguNTk4IDcuNDEgMTAuMDAxIDZsNS45NyA2LTUuOTcgNnoiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTS4zNDQgMGgyMy44ODJ2MjRILjM0NHoiLz48L2c+PC9zdmc+)}.wp-block-jetpack-slideshow .amp-carousel-button-prev,.wp-block-jetpack-slideshow .swiper-button-prev.swiper-button-white,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev,.wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-next.swiper-button-white,.wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI5IiBoZWlnaHQ9IjEyIiB4PSI4IiB5PSI2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTYuMjA3IDE2LjU5IDExLjY1IDEybDQuNTU3LTQuNTlMMTQuODA0IDZsLTUuOTcgNiA1Ljk3IDZ6Ii8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0uNTc5IDBoMjMuODgydjI0SC41Nzl6Ii8+PC9nPjwvc3ZnPg==)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M6 19h4V5H6zm8-14v14h4V5z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");display:none;inset-inline-end:10px;margin-top:0;position:absolute;top:10px;z-index:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_autoplay-paused .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E")}.wp-block-jetpack-slideshow:has(>div[data-autoplay=true]) .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{background-color:#00000080;bottom:0;box-sizing:border-box;color:#fff;cursor:text;left:0;margin:0!important;max-height:100%;opacity:1;padding:.75em;position:absolute;right:0;text-align:initial;z-index:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption a{color:inherit}.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_caption.gallery-caption{max-height:calc(100% - 68px)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom{bottom:0;display:flex;gap:8px;justify-content:flex-start;line-height:24px;padding:10px 0 2px;position:relative}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet{background:currentColor;color:currentColor;height:8px;opacity:.5;transform:scale(.75);transition:opacity .25s,transform .25s;vertical-align:top;width:8px}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:hover{opacity:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:focus{outline:thin dotted;outline-offset:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet[selected],.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet-active,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet[selected]{background-color:currentColor;opacity:1;transform:scale(1)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-simple,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-simple{font-size:14px;line-height:16px;text-align:start;width:100%}.wp-block-jetpack-slideshow_pagination.amp-pagination{text-align:center}.wp-block-jetpack-slideshow_pagination.amp-pagination .swiper-pagination-bullet{border:0;border-radius:100%;display:inline-block;margin:0 4px;padding:0}@media(min-width:600px){.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{display:block}}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container{height:auto;opacity:1;overflow:visible;width:auto}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper,.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure{display:block;margin-bottom:12px}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper,.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{list-style:none;margin-left:auto;margin-right:auto}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{display:inline-block;height:auto;margin-left:2%!important;margin-right:2%!important;vertical-align:top;width:42%}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{background-color:#0000;bottom:auto;color:inherit;inset-inline-end:auto;padding-top:0;position:relative}.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block-jetpack-slideshow,.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block>.wp-block-jetpack-slideshow{display:grid}.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block-jetpack-slideshow>.swiper-container,.wp-block-jetpack-layout-grid-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block>.wp-block>.wp-block-jetpack-slideshow>.swiper-container{width:100%}.wp-block-jetpack-slideshow__add-item{margin-top:4px;width:100%}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button,.wp-block-jetpack-slideshow__add-item .components-form-file-upload{width:100%}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button:focus,.wp-block-jetpack-slideshow__add-item .components-button.wp-block-jetpack-slideshow__add-item-button:hover{border:1px solid #949494}.wp-block[data-align=full] .wp-block-jetpack-slideshow_image,.wp-block[data-align=wide] .wp-block-jetpack-slideshow_image{max-width:unset;object-fit:cover;width:100vw}.wp-block-jetpack-slideshow_slide .components-spinner{margin-right:-9px;margin-top:-9px;position:absolute;right:50%;top:50%}.wp-block-jetpack-slideshow_slide.is-transient img{opacity:.3}.jetpack-mdc-icon-button{align-items:center;border:0;box-sizing:border-box;display:inline-flex;justify-content:center;padding:0;position:relative;fill:currentColor;appearance:none;background-color:#0000;color:#fff;cursor:pointer;overflow:hidden;text-decoration:none!important;-webkit-user-select:none;user-select:none}.jetpack-mdc-icon-button.outlined{background-color:#00000080}.jetpack-mdc-icon-button.outlined:hover{background-color:#0000004d}.jetpack-mdc-icon-button.outlined-w{background-color:#fff3}.jetpack-mdc-icon-button.outlined-w:hover{background-color:#ffffff4d}.jetpack-mdc-icon-button.bordered{border:2px solid #fff}.jetpack-mdc-icon-button.circle-icon{border-radius:50%}.wp-story-display-contents{display:contents}.wp-story-app{padding:10px}.wp-story-container{border-radius:15px;display:block;height:320px;list-style:none;margin-bottom:24px;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;width:180px;z-index:1;-webkit-tap-highlight-color:rgba(0,0,0,0);box-shadow:0 2px 12px #00000040;break-inside:avoid;page-break-inside:avoid;transition:box-shadow .3s ease-in-out,transform .3s cubic-bezier(.18,.14,.25,1)}.wp-story-container figure{transition:transform .3s cubic-bezier(.18,.14,.25,1)}.wp-story-container:hover{box-shadow:0 4px 12px #0000004d;transform:scale3d(1.03,1.03,1)}.wp-story-container:hover figure{transform:scale3d(1.07,1.07,1)}.wp-story-container button{background-color:#0000;border:0;box-shadow:none;cursor:pointer;outline-width:0;text-shadow:none}.wp-story-container.wp-story-initialized{opacity:1}.wp-story-container.wp-story-clickable{cursor:pointer}.wp-story-container .wp-story-slide,.wp-story-container .wp-story-wrapper{line-height:normal;list-style-type:none;margin:0;padding:0}.wp-story-container .wp-story-wrapper{background-color:#0e1112;border-radius:15px;bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;z-index:-1}.wp-story-container .wp-story-slide{display:flex;height:100%;width:100%}.wp-story-container .wp-story-slide figure{align-items:center;display:flex;height:100%;justify-content:center;margin:0;object-fit:contain;overflow:hidden;position:relative;width:100%}.wp-story-container .wp-story-slide.is-loading{align-items:center;background-color:#484542;justify-content:center;position:absolute;z-index:1}.wp-story-container .wp-story-slide.is-loading.semi-transparent{background-color:rgba(72,69,66,.498)}.wp-story-container .wp-story-slide.is-loading.transparent{background-color:#0000}@keyframes rotate-spinner{to{transform:rotate(-1turn)}}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner{align-items:center;display:flex}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__inner,.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid #0000;border-radius:50%;box-sizing:border-box;margin:auto}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__outer{border-top-color:#fff;font-size:40px;height:40px;width:40px}.wp-story-container .wp-story-slide.is-loading .wp-story-loading-spinner__inner{border-left-color:#c4c4c4;border-top-color:#c4c4c4;height:100%;opacity:.4;width:100%}.wp-story-container .wp-story-image,.wp-story-container .wp-story-video{border:0;display:block;height:auto;margin:0;max-height:100%;max-width:100%;width:auto}.wp-story-container .wp-story-image.wp-story-crop-wide,.wp-story-container .wp-story-video.wp-story-crop-wide{max-width:revert}.wp-story-container .wp-story-image.wp-story-crop-narrow,.wp-story-container .wp-story-video.wp-story-crop-narrow{max-height:revert}.wp-story-container .wp-story-controls,.wp-story-container .wp-story-meta{display:none}.wp-story-container .wp-story-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-story-container .wp-story-overlay .wp-story-button-play,.wp-story-container .wp-story-overlay .wp-story-button-replay{cursor:pointer}.wp-story-container .wp-story-overlay .wp-story-embed-icon,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{align-items:center;background-color:#00000080;border-radius:5px;color:#fff;display:flex;left:0;margin:15px;padding:5px 3px;position:absolute;top:0}.wp-story-container .wp-story-overlay .wp-story-embed-icon *,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand *{margin:0 2px}.wp-story-container .wp-story-overlay .wp-story-embed-icon svg,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand svg{fill:#fff;height:20px;width:20px}.wp-story-container .wp-story-overlay .wp-story-embed-icon span,.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand span{color:#fff;font-family:sans-serif;font-size:16px;font-weight:600;line-height:20px}.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{background-color:#0000}.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand svg{filter:drop-shadow(0 0 2px rgba(0,0,0,.6))}.wp-story-container.wp-story-disabled .wp-story-overlay,.wp-story-container.wp-story-ended .wp-story-overlay{background-color:#fff6}.wp-story-container .wp-story-next-slide,.wp-story-container .wp-story-prev-slide{display:none;position:absolute}.wp-story-container .wp-story-next-slide button,.wp-story-container .wp-story-prev-slide button{border-width:0}.wp-story-container .wp-story-next-slide button:hover,.wp-story-container .wp-story-prev-slide button:hover{border-width:2px}.wp-story-container .wp-story-prev-slide{margin:auto;right:-84px}.wp-story-container .wp-story-next-slide{left:-84px;margin:auto}.wp-story-container .wp-story-pagination{position:absolute;text-align:center;z-index:2}.wp-story-container .wp-story-pagination-bullets{bottom:0;display:flex;left:0;margin:7px 10px;overflow:hidden;position:absolute;right:0;top:auto;transition:flex-basis 1s ease-in-out}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet{flex:1;justify-content:space-between;margin:0 2px;opacity:1;padding:6px 0;vertical-align:top}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet .wp-story-pagination-bullet-bar{background:#fff9;height:4px;min-width:12px;width:100%}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet .wp-story-pagination-bullet-bar-progress{background-color:#fff;height:4px;opacity:1;transition:width .1s ease;width:0}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-ellipsis{flex:0 0 4px}.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-ellipsis .wp-story-pagination-bullet-bar{min-width:6px}.wp-story-container .wp-story-controls{bottom:30px;display:none;flex-direction:row;justify-content:space-between;margin:0 10px;position:absolute;width:64px;z-index:3}@media(max-width:782px){.wp-story-container .wp-story-controls{bottom:50px;margin:0 16px}}.wp-story-container.wp-story-with-controls{border-radius:0;box-shadow:none!important;overflow:visible;transition:none!important}.wp-story-container.wp-story-with-controls .wp-story-wrapper{border-radius:15px;box-shadow:0 2px 12px #00000040;overflow:hidden}.wp-story-container.wp-story-with-controls figure{transform:none!important;transition:none!important}.wp-story-container.wp-story-with-controls:hover{box-shadow:none!important;transform:none!important}.wp-story-container.wp-story-with-controls:hover figure{transform:none}.wp-story-container.wp-story-with-controls .wp-story-next-slide,.wp-story-container.wp-story-with-controls .wp-story-prev-slide{display:block}.wp-story-container.wp-story-with-controls .wp-story-prev-slide{margin:auto;right:-48px}.wp-story-container.wp-story-with-controls .wp-story-next-slide{left:-48px;margin:auto}.wp-story-container.wp-story-with-controls .wp-story-controls{display:flex}@media(max-width:782px){.wp-story-container.wp-story-with-controls .wp-story-controls{bottom:30px;margin:0 10px}}.wp-story-fullscreen.wp-story-app{bottom:0;height:100%;left:0;margin:0;max-width:100%!important;padding:0;position:fixed;right:0;top:0;transform:translateZ(0);-webkit-user-select:none;user-select:none;width:100%!important;z-index:9999999999;-webkit-touch-callout:none}.wp-story-fullscreen.wp-story-container{border-radius:0;box-shadow:none;height:100%;margin:auto;max-height:100%;max-width:100%;overflow:initial;width:100%}.wp-story-fullscreen.wp-story-container,.wp-story-fullscreen.wp-story-container figure{transform:none;transition:none!important}.wp-story-fullscreen.wp-story-container:focus{outline:none}.wp-story-fullscreen.wp-story-container:before{box-shadow:none}.wp-story-fullscreen.wp-story-container:before:hover{opacity:0;transition:none!important}.wp-story-fullscreen.wp-story-container .wp-story-wrapper{border-radius:0;height:auto;margin-bottom:84px;margin-top:84px;overflow:initial}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-wrapper{margin-bottom:0;margin-top:0}}.wp-story-fullscreen.wp-story-container .wp-story-slide{height:100%;width:auto}.wp-story-fullscreen.wp-story-container .wp-story-slide.is-loading{width:100%}.wp-story-fullscreen.wp-story-container .wp-story-meta{align-items:center;color:#fff;display:flex;flex-direction:row;font-family:sans-serif;line-height:20px;padding:20px 0}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta{background:#000;background:linear-gradient(-180deg,#000000a1,#0000);padding:16px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon{background-color:#fff;border:2px solid #fff;border-radius:4px;flex-shrink:0;height:40px;margin:0 0 0 16px;width:40px}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon img{height:100%;text-align:center;width:100%}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-icon{height:24px;margin:0 0 0 12px;width:24px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-title{display:-webkit-box;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-title{font-size:12px}}.wp-story-fullscreen.wp-story-container .wp-story-meta .wp-story-exit-fullscreen{margin-right:auto;min-height:24px;min-width:24px;order:3}.wp-story-fullscreen.wp-story-container .wp-story-overlay{margin-bottom:84px;margin-top:84px}.wp-story-fullscreen.wp-story-container .wp-story-overlay .wp-story-embed-icon,.wp-story-fullscreen.wp-story-container .wp-story-overlay .wp-story-embed-icon-expand{display:none}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-overlay{bottom:76px;margin-bottom:0;margin-top:0;top:76px}.wp-story-fullscreen.wp-story-container.wp-story-disabled .wp-story-overlay,.wp-story-fullscreen.wp-story-container.wp-story-ended .wp-story-overlay{bottom:0;top:0}}.wp-story-fullscreen.wp-story-container .wp-story-next-slide,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{display:block}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-next-slide,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{bottom:0;display:block;height:100%;position:absolute;top:0}.wp-story-fullscreen.wp-story-container .wp-story-next-slide button,.wp-story-fullscreen.wp-story-container .wp-story-prev-slide button{display:none}.wp-story-fullscreen.wp-story-container .wp-story-prev-slide{right:0;width:33.33%}.wp-story-fullscreen.wp-story-container .wp-story-next-slide{left:0;width:66.66%}}.wp-story-fullscreen.wp-story-container .wp-story-controls{bottom:20px;display:flex;flex-direction:row;justify-content:space-between;margin:0;position:absolute;width:88px}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-controls{bottom:36px;margin:0 16px}}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets{bottom:42px;display:flex;margin:0;padding:14px 0;position:absolute;top:auto}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet{justify-content:space-between}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet:first-child{margin-right:0}.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets .wp-story-pagination-bullet:last-child{margin-left:0}@media(max-width:782px){.wp-story-fullscreen.wp-story-container .wp-story-pagination-bullets{bottom:0;padding:10px 16px}}.wp-story-background{background-color:#0e1112;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:-2}.wp-story-background svg{height:0;width:0}.wp-story-background img{height:100%;width:100%}.wp-story-background .wp-story-background-dark{bottom:0;left:0;opacity:.12;position:absolute;right:0;top:0}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-dark{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}}.wp-story-background .wp-story-background-image{background-position:100%;background-repeat:no-repeat;background-size:100% auto;display:none;height:100%;width:100%}@supports not ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-image{filter:blur(18px);filter:url(#gaussian-blur-18);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius="18")}}.wp-story-background .wp-story-background-blur{background-color:rgba(14,17,18,.878);bottom:0;left:0;position:absolute;right:0;top:0}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.wp-story-background .wp-story-background-blur{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}}html.wp-story-in-fullscreen{overflow:hidden;scroll-behavior:auto}body.wp-story-in-fullscreen{height:100%;overflow:hidden;padding-left:15px;position:fixed;width:100%}.wp-block-jetpack-story__add-item{margin-top:4px;width:100%}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button,.wp-block-jetpack-story__add-item .components-form-file-upload{height:100%;width:100%}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button:focus,.wp-block-jetpack-story__add-item .components-button.wp-block-jetpack-story__add-item-button:hover{border:1px solid #949494}.wp-story-container .wp-story-next-slide button,.wp-story-container .wp-story-prev-slide button{background-color:#0000;border:1px solid #50575e;color:#50575e;height:36px!important;outline:0;width:36px!important}.wp-story-container .wp-story-next-slide button:hover,.wp-story-container .wp-story-prev-slide button:hover{background-color:#0000;border:1px solid #50575e}.wp-story-container .wp-story-next-slide button:hover i,.wp-story-container .wp-story-prev-slide button:hover i{color:#3381b8}.jetpack-inspector-notice span.jetpack-subscribe-notice-visibility{margin:0;padding:0;width:100%}.jetpack-newsletter-link{text-decoration:none}.jetpack-newsletter-access-radio-buttons input[type=radio]{flex-shrink:0}.jetpack-newsletter-access-radio-buttons label{text-wrap:balance}.jetpack-subscribe-newsletters-panel .edit-post-post-misconfiguration__warning{font-size:12px;margin:0}.jetpack-subscribe-newsletters-panel .edit-post-post-misconfiguration__warning .components-notice__content{margin-left:0}.jetpack-editor-post-tiers{padding-right:35px;padding-top:5px}.jetpack-subscribe-affirmation-loading{background:#ccc;color:#ccc}.is-style-compact .is-not-subscriber .wp-block-button__link,.is-style-compact .is-not-subscriber .wp-block-jetpack-subscriptions__button{border-end-start-radius:0!important;border-start-start-radius:0!important;margin-inline-start:0!important}.is-style-compact .is-not-subscriber .components-text-control__input,.is-style-compact .is-not-subscriber p#subscribe-email input[type=email]{border-end-end-radius:0!important;border-start-end-radius:0!important}.is-style-compact:not(.wp-block-jetpack-subscriptions__use-newline) .components-text-control__input{border-inline-end-width:0!important}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form-container{display:flex;flex-direction:column}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) .is-not-subscriber .wp-block-jetpack-subscriptions__form-elements{align-items:flex-start;display:flex}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) p#subscribe-submit{display:flex;justify-content:center}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]{box-sizing:border-box;cursor:pointer;line-height:1.3;min-width:auto!important;white-space:nowrap!important}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]::placeholder,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]:disabled,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]::placeholder,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]:disabled{color:currentColor;opacity:.5}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button{border-color:#0000;border-style:solid}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email{background:#0000;flex-grow:1}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield input[type=email],.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-base-control__field,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-text-control__input,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email input[type=email]{height:auto;margin:0;width:100%}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-submit,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-submit{line-height:0;margin:0;padding:0}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__show-subs .wp-block-jetpack-subscriptions__subscount{font-size:16px;margin:8px 0;text-align:end}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__form-elements{display:block}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__button,.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline button{display:inline-block;max-width:100%}.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__subscount{text-align:start}#subscribe-submit.is-link{text-align:center;width:auto!important}#subscribe-submit.is-link a{margin-right:0!important;margin-top:0!important;width:auto!important}.jetpack-inspector-notice{align-items:center;background:#f0f0f0;border-radius:4px;display:flex;justify-content:space-between;margin:0 16px 24px;padding:24px}.jetpack-inspector-notice>.jetpack-logo{margin-right:12px}.components-tab-panel__tab-content div:first-child .jetpack-inspector-notice{margin-top:24px}.jetpack-newsletter-test-email-modal__email-sent{color:#2fb41f}.jetpack-newsletter-test-email-modal__email-sent svg{fill:#2fb41f}.jetpack-newsletter-preview-modal h1{flex-shrink:0}.jetpack-subscribe-post-publish-panel .jetpack-inspector-notice,.jetpack-subscribe-pre-publish-panel .jetpack-inspector-notice{margin:0}.jetpack-subscribe-post-publish-panel .jetpack-subscribe-reader-count,.jetpack-subscribe-pre-publish-panel .jetpack-subscribe-reader-count{font-weight:700;white-space:nowrap}.jetpack-subscribe-post-publish-panel__heading,.jetpack-subscribe-pre-publish-panel__heading{font-weight:400;margin-inline-start:3px}.jetpack-subscribe-post-publish-panel .components-notice__content,.jetpack-subscribe-pre-publish-panel .components-notice__content{margin-top:0}.jetpack-subscribe-post-publish-panel__notice.components-notice,.jetpack-subscribe-pre-publish-panel__notice.components-notice{margin:0;padding:0}.jetpack-subscribe-post-publish-panel__notice.components-notice.is-info,.jetpack-subscribe-pre-publish-panel__notice.components-notice.is-info{border-inline-start-color:#fff}.jetpack-subscribe-post-publish-panel__notice.components-notice.is-info a,.jetpack-subscribe-pre-publish-panel__notice.components-notice.is-info a{text-decoration:underline}.paid-newsletters-post-publish-panel__external_icon{height:1.55em;margin:-.2em .1em 0;vertical-align:middle;fill:currentColor}.paid-newsletters-post-publish-panel .post-publish-panel__postpublish-buttons .components-button{padding-bottom:.4em;padding-top:.5em}.paid-newsletters-post-publish-panel .components-panel__body-toggle svg{margin:0 .5em 0 0}.paid-newsletters-post-publish-panel p{margin-top:0}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img{border-radius:50%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row{flex-grow:1;width:100%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col{width:100%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col{width:calc(50% - 2px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col{width:calc(33.33333% - 2.66667px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col{width:calc(25% - 3px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col{width:calc(20% - 3.2px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col{width:calc(16.66667% - 3.33333px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col{width:calc(14.28571% - 3.42857px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col{width:calc(12.5% - 3.5px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col{width:calc(11.11111% - 3.55556px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col{width:calc(10% - 3.6px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col{width:calc(9.09091% - 3.63636px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col{width:calc(8.33333% - 3.66667px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col{width:calc(7.69231% - 3.69231px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col{width:calc(7.14286% - 3.71429px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col{width:calc(6.66667% - 3.73333px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col{width:calc(6.25% - 3.75px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col{width:calc(5.88235% - 3.76471px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col{width:calc(5.55556% - 3.77778px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col{width:calc(5.26316% - 3.78947px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col{width:calc(5% - 3.8px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__item img{aspect-ratio:1}.wp-block-jetpack-tiled-gallery .is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery .is-style-rectangular .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item{display:flex}.wp-block-jetpack-tiled-gallery .has-rounded-corners-1 .tiled-gallery__item img{border-radius:1px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-2 .tiled-gallery__item img{border-radius:2px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-3 .tiled-gallery__item img{border-radius:3px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-4 .tiled-gallery__item img{border-radius:4px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-5 .tiled-gallery__item img{border-radius:5px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-6 .tiled-gallery__item img{border-radius:6px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-7 .tiled-gallery__item img{border-radius:7px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-8 .tiled-gallery__item img{border-radius:8px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-9 .tiled-gallery__item img{border-radius:9px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-10 .tiled-gallery__item img{border-radius:10px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-11 .tiled-gallery__item img{border-radius:11px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-12 .tiled-gallery__item img{border-radius:12px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-13 .tiled-gallery__item img{border-radius:13px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-14 .tiled-gallery__item img{border-radius:14px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-15 .tiled-gallery__item img{border-radius:15px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-16 .tiled-gallery__item img{border-radius:16px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-17 .tiled-gallery__item img{border-radius:17px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-18 .tiled-gallery__item img{border-radius:18px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-19 .tiled-gallery__item img{border-radius:19px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-20 .tiled-gallery__item img{border-radius:20px}.tiled-gallery__gallery{display:flex;flex-wrap:wrap;padding:0;width:100%}.tiled-gallery__row{display:flex;flex-direction:row;justify-content:center;margin:0;width:100%}.tiled-gallery__row+.tiled-gallery__row{margin-top:4px}.tiled-gallery__col{display:flex;flex-direction:column;justify-content:center;margin:0}.tiled-gallery__col+.tiled-gallery__col{margin-inline-start:4px}.tiled-gallery__item{flex-grow:1;justify-content:center;margin:0;overflow:hidden;padding:0;position:relative}.tiled-gallery__item.filter__black-and-white{filter:grayscale(100%)}.tiled-gallery__item.filter__sepia{filter:sepia(100%)}.tiled-gallery__item.filter__1977{filter:contrast(1.1) brightness(1.1) saturate(1.3);position:relative}.tiled-gallery__item.filter__1977 img{width:100%;z-index:1}.tiled-gallery__item.filter__1977:before{z-index:2}.tiled-gallery__item.filter__1977:after,.tiled-gallery__item.filter__1977:before{content:"";display:block;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.tiled-gallery__item.filter__1977:after{background:#f36abc4d;mix-blend-mode:screen;z-index:3}.tiled-gallery__item.filter__clarendon{filter:contrast(1.2) saturate(1.35);position:relative}.tiled-gallery__item.filter__clarendon img{width:100%;z-index:1}.tiled-gallery__item.filter__clarendon:before{z-index:2}.tiled-gallery__item.filter__clarendon:after,.tiled-gallery__item.filter__clarendon:before{content:"";display:block;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.tiled-gallery__item.filter__clarendon:after{z-index:3}.tiled-gallery__item.filter__clarendon:before{background:#7fbbe333;mix-blend-mode:overlay}.tiled-gallery__item.filter__gingham{filter:brightness(1.05) hue-rotate(-10deg);position:relative}.tiled-gallery__item.filter__gingham img{width:100%;z-index:1}.tiled-gallery__item.filter__gingham:before{z-index:2}.tiled-gallery__item.filter__gingham:after,.tiled-gallery__item.filter__gingham:before{content:"";display:block;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.tiled-gallery__item.filter__gingham:after{background:#e6e6fa;mix-blend-mode:soft-light;z-index:3}.tiled-gallery__item+.tiled-gallery__item{margin-top:4px}.tiled-gallery__item:focus-within{box-shadow:0 0 0 2px var(--wp-admin-theme-color);overflow:visible}.tiled-gallery__item>img{background-color:#0000001a}.tiled-gallery__item>a,.tiled-gallery__item>a>img,.tiled-gallery__item>img{display:block;height:auto;margin:0;max-width:100%;object-fit:cover;object-position:center;padding:0;width:100%}.is-email .tiled-gallery__gallery{display:block}@keyframes tiled-gallery-img-placeholder{0%{background-color:#f6f7f7}50%{background-color:#f6f7f780}to{background-color:#f6f7f7}}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item.is-transient img,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__item.is-transient img{margin-bottom:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__wrapper{padding-left:4px;padding-right:4px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item>img:focus{outline:none}.wp-block-jetpack-tiled-gallery .tiled-gallery__item>img{animation:tiled-gallery-img-placeholder 1.6s ease-in-out infinite}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected{filter:none;outline:4px solid #0085ba}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected:after,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected:before{content:none}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-transient{height:100%;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-transient img{background-position:50%;background-size:cover;height:100%;opacity:.3;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu{background:#fff;border:1px solid #1e1e1e9e;border-radius:2px;transition:box-shadow .2s ease-out}@media(prefers-reduced-motion:reduce){.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu{transition-delay:0s;transition-duration:0s}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu:hover,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu:hover{box-shadow:0 .7px 1px #0000001a,0 1.2px 1.7px -.2px #0000001a,0 2.3px 3.3px -.5px #0000001a}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button{color:#1e1e1e9e;height:24px;padding:2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}@media(min-width:600px){.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button{height:inherit;padding:0;width:inherit}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__inline-menu .components-button:focus,.wp-block-jetpack-tiled-gallery .tiled-gallery__item.is-selected .tiled-gallery__item__move-menu .components-button:focus{color:inherit}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item{margin-top:4px;width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-form-file-upload{width:100%}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;min-height:100px}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button .dashicon{margin-top:10px}.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button:focus,.wp-block-jetpack-tiled-gallery .tiled-gallery__add-item .components-button.tiled-gallery__add-item-button:hover{border:1px solid #949494}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{display:inline-flex;margin:8px;z-index:20}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu .components-button,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu .components-button{color:#0000}@media(min-width:600px){.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.columns-7 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu,.columns-8 .wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{padding:2px}}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__inline-menu{left:-2px;position:absolute;top:-2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-menu{position:absolute;right:-2px;top:-2px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-backward,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__move-forward,.wp-block-jetpack-tiled-gallery .tiled-gallery__item__remove{padding:0}.wp-block-jetpack-tiled-gallery .tiled-gallery__item .components-spinner{margin:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%)}.block-editor-block-preview__content .wp-block-jetpack-tiled-gallery .block-editor-media-placeholder{display:none}.tiled-gallery__filter-picker-menu{padding:7px}.tiled-gallery__filter-picker-menu .components-menu-item__button+.components-menu-item__button{margin-top:2px}.tiled-gallery__filter-picker-menu .components-menu-item__button.is-active{box-shadow:0 0 0 2px #949494!important;color:#1e1e1e}.wp-block-jetpack-tock.aligncenter{width:-moz-fit-content;width:fit-content}.jetpack-tock-url-settings{margin:8px}.jetpack-tock-url-input{max-width:300px;min-width:auto;width:90vw}.jetpack-tock-url-input .components-text-control__input{padding:10px 10px 10px 36px}.jetpack-tock-url-instructions{margin:16px}.jetpack-tock-url-input-wrapper{position:relative}.jetpack-tock-url-input-action{left:14px;position:absolute;top:0}.resumable-upload{align-items:flex-start;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:20px 0}.resumable-upload__editor{display:flex;flex-direction:column;justify-content:space-between;width:100%}.resumable-upload__editor-col{padding-right:10px;width:100%}.resumable-upload__editor-col:first-child{padding-right:0}.resumable-upload__editor-thumb-placeholder{align-content:center;aspect-ratio:16/9;background-color:#000;color:#fff;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;text-align:center;width:100%}.resumable-upload__editor-thumb-placeholder img,.uploading-editor__video{max-height:100%;object-fit:contain}.uploading-editor__video{aspect-ratio:16/9;background-color:#000}.resumable-upload__error,.resumable-upload__status{border-top:1px solid #e0e0e0;box-sizing:border-box;margin-top:24px;width:100%}.resumable-upload__status{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px 24px;padding:20px 20px 0}.resumable-upload__error{padding:0 20px}.resumable-upload__file-info{display:flex;flex-direction:row}.resumable-upload__file-size{color:#757575;margin-right:12px}.resumable-upload__progress{background:#d2d2d2;border-radius:4px;box-sizing:border-box;height:8px;max-width:160px;overflow:hidden;width:100%}.resumable-upload__progress-loaded{background:var(--wp-admin-theme-color);color:#fff;height:100%;min-height:8px;text-align:center;transition:width .3s ease}.resumable-upload__select-file{align-items:center;display:flex;flex-direction:row}.resumable-upload__select-file-name{margin-right:12px}.resumable-upload__actions{align-items:center;display:flex;flex-direction:row;justify-content:space-between;justify-self:flex-end;margin-right:auto;width:-moz-fit-content;width:fit-content}.resumable-upload__actions .components-button.is-link{padding:0;text-decoration:none}.resumable-upload__actions .components-button.is-link:focus{box-shadow:none}.resumable-upload__error-text{color:#cc1818;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin-top:16px}.resumable-upload__error-cancel{margin-right:12px;margin-top:16px}.uploading-editor{width:100%}.uploading-editor__title input{margin-left:0;margin-right:0}.uploading-editor__frame-selector{display:flex;flex-direction:column}.uploading-editor__fields{display:block;padding:0 20px}.uploading-editor__content{padding:0 3px}.uploading-editor__video-container{position:relative}.uploading-editor__video-container:hover .uploading-editor__play-icon{opacity:0}.uploading-editor__play-icon{height:130px;margin:-65px -65px 0 0;opacity:1;position:absolute;right:50%;top:50%;transition:opacity .3s ease-out;width:130px}.resumable-upload__editor-thumb-placeholder .uploading-editor__play-icon{margin-top:-91px}.uploading-editor__scrubber-help{color:#757575}.uploading-editor__upload-link{color:var(--wp-admin-theme-color)!important;cursor:pointer;text-decoration:underline!important}.uploading-editor__video-poster{object-fit:cover;position:absolute;right:0;top:0}.uploading-editor__range{margin-top:-19px}.uploading-editor__range .components-range-control__track{background-color:#272526;border-radius:0;height:8px;opacity:.7}.uploading-editor__range .components-range-control__slider{padding-bottom:0}.uploading-editor__range .components-base-control__field{margin-bottom:0}.uploading-editor__range .components-range-control__wrapper span:first-of-type{background-color:#d9d9d9;border-radius:0;height:8px;opacity:.8}.uploading-editor__range .components-range-control__wrapper span:last-of-type{display:none}.resumable-upload__editor-thumb-placeholder img{object-fit:cover}.poster-selector__buttons{text-align:left}.h2NGkiVs1r1nf85LtJpF{padding:16px}.k3Apzwo3v9n0IaHbB8tf{--spacing-base:8px;margin:0 0 calc(var(--spacing-base)*3) 0}.is-beta{position:relative;transition:box-shadow .5s linear}.is-beta.is-opened{box-shadow:inset 0 0 3px #2fb41f}.is-beta:before{background-color:#2fb41f;border-radius:4px;color:#fff;content:"BETA";font-size:11px;font-weight:600;height:24px;left:16px;line-height:24px;opacity:1;padding:0 5px;position:absolute;top:12px;transition:visibility .5s,opacity .5s linear;visibility:visible;z-index:10000}.is-beta:focus,.is-beta:hover{box-shadow:none}.is-beta:focus:before,.is-beta:hover:before{opacity:0;visibility:hidden}.no-videopress-media-placeholder .components-placeholder__fieldset{align-items:flex-start;flex-direction:row-reverse;justify-content:flex-end}.no-videopress-media-placeholder .components-placeholder__fieldset button{display:none}.no-videopress-media-placeholder .components-placeholder__fieldset .block-editor-media-placeholder__url-input-container button,.no-videopress-media-placeholder .components-placeholder__fieldset .no-videopress-disabled-button{display:inline-flex}.no-videopress-media-placeholder .components-placeholder__fieldset .no-videopress-disabled-button:last-child{margin-left:12px}.videopress-block-hide{display:none}.seekbar-color-settings__panel .components-panel__body.is-opened{padding:0}.seekbar-color-settings__panel .components-panel__body{border-top:none}.videopress-block-tracks-editor>.components-popover__content{width:360px}.videopress-block-tracks-editor__track-list-track{align-items:center;display:flex;min-height:23px;padding:4px 12px 4px 0;place-content:space-between}.videopress-block-tracks-editor__track-list-track-delete{align-items:center;display:flex}.videopress-block-tracks-editor__single-track-editor-label-language{display:flex;margin-top:12px}.videopress-block-tracks-editor__single-track-editor-label-language>.components-base-control{width:50%}.videopress-block-tracks-editor__single-track-editor-label-language>.components-base-control:first-child{margin-left:16px}.videopress-block-tracks-editor__single-track-editor-kind-select{max-width:240px}.videopress-block-tracks-editor__single-track-editor-buttons-container{display:flex;margin-top:32px;min-height:36px;place-content:space-between}.videopress-block-tracks-editor__single-track-editor-upload-file-help{color:#757575;font-size:12px;margin-top:12px}.videopress-block-tracks-editor__single-track-editor-label{color:#757575;display:block;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;text-transform:uppercase}.videopress-block-tracks-editor>.components-popover__content>div,.videopress-block-tracks-editor__add-tracks-container .components-menu-group__label,.videopress-block-tracks-editor__track-list .components-menu-group__label{padding:0}.videopress-block-tracks-editor__add-tracks-container,.videopress-block-tracks-editor__single-track-editor,.videopress-block-tracks-editor__track-list{padding:12px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-base-control__label{margin-bottom:4px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-base-control__field{margin-bottom:12px}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-text-control__input{margin-right:0}.videopress-block-tracks-editor__single-track-editor .components-base-control .components-input-control__label{margin-bottom:4px}.videopress-block-tracks-editor__single-track-editor-upload-file-label{display:flex}.videopress-block-tracks-editor__single-track-editor-upload-file-label .components-form-file-upload,.videopress-block-tracks-editor__single-track-editor-upload-file-label .videopress-block-tracks-editor__single-track-editor-upload-file-label-name{margin-inline-start:8px}.videopress-block-tracks-editor__single-track-editor-error{color:#cc1818;padding:12px 0}.uploader-block__logo{align-items:center;display:flex;flex-direction:row;font-size:24px;line-height:29px;margin-bottom:12px;padding:0 20px}.uploader-block__logo-text{margin-right:10px}.uploader-block__upload-complete{align-items:center;border-top:1px solid #e0e0e0;box-sizing:border-box;display:flex;justify-content:space-between;margin-top:24px;padding:20px 20px 0;width:100%}[data-type="jetpack/wordads"][data-align=center] .jetpack-wordads__ad{margin:0 auto}.jetpack-wordads__ad{display:flex;flex-direction:column;max-width:100%;overflow:hidden}.jetpack-wordads__ad .components-placeholder{flex-grow:2}.jetpack-wordads__ad .components-toggle-control__label{line-height:1.4em}.jetpack-wordads__ad .components-base-control__field,.wp-block-jetpack-wordads__format-picker{padding:7px}.wp-block-jetpack-wordads__format-picker .components-menu-item__button+.components-menu-item__button{margin-top:2px}.wp-block-jetpack-wordads__format-picker .components-menu-item__button.is-active{box-shadow:0 0 0 2px #949494!important;color:#1e1e1e}.jetpack-wordads__mobile-visibility{margin-top:20px}.wp-block-jetpack-payments-intro .components-placeholder__fieldset{flex-direction:column}.wp-block-jetpack-payments-intro .components-placeholder__fieldset>p,.wp-block-jetpack-payments-intro .components-placeholder__instructions{margin-bottom:0}.wp-payments-intro-pattern-picker__opener{margin-top:16px;width:min-content}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:8px}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.wp-block-jetpack-payments-intro__pattern-picker-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{max-height:250px}.wp-block-jetpack-payments-intro__pattern-picker__selection-modal .components-modal__content{overflow:hidden;padding:0}.wp-block-jetpack-payments-intro__pattern-picker__selection-modal .components-modal__content:before{margin-bottom:0}@media(min-width:600px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{height:calc(100% - 120px);width:calc(100% - 32px)}}@media(min-width:782px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{width:750px}}@media(min-width:960px){.wp-block-jetpack-payments-intro__pattern-picker__selection-modal{height:80%;max-height:none;width:80%}}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:16px 0;padding:0;width:100%}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker>li{flex-shrink:1;list-style:none;margin:8px 0 0 20px;text-align:center;width:75px}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker>li button{display:inline-flex;margin-left:0}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker .wp-block-jetpack-payments-intro__variation-picker__variation{padding:8px}.wp-block-jetpack-payments-intro__variation-picker.wp-block-jetpack-payments-intro__variation-picker .wp-block-jetpack-payments-intro__variation-picker__variation-label{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4}.wp-block-jetpack-payments-intro__variation-picker__variation{width:100%}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button.has-icon{justify-content:center;width:auto}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button.has-icon.is-secondary{background-color:#fff}.wp-block-jetpack-payments-intro__variation-picker__variation.components-button{height:auto;padding:0}.wp-block-jetpack-payments-intro__variation-picker__variation:before{content:"";padding-bottom:100%}.wp-block-jetpack-payments-intro__variation-picker__variation:first-child{margin-inline-start:0}.wp-block-jetpack-payments-intro__variation-picker__variation:last-child{margin-inline-end:0}.post-publish-qr-post-panel .components-panel__body-toggle>svg{margin-right:5px}.post-publish-qr-post-panel .components-panel__row .components-button{flex-grow:1;justify-content:center;margin:5px;padding:3px 10px 4px;text-align:center}.qr-post-modal__qr-code{display:flex;justify-content:center}.qr-post-jetpack-logo{display:none}.editor-styles-wrapper .wp-block-jetpack-payment-buttons{--jetpack-payment-buttons-gap:0.5em}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.is-layout-flex{display:flex;gap:var(--jetpack-payment-buttons-gap)}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.is-layout-flex .is-layout-flex{display:flex}.editor-styles-wrapper .wp-block-jetpack-payment-buttons .wp-block-jetpack-recurring-payments{margin:0;width:auto}.editor-styles-wrapper .wp-block-jetpack-payment-buttons .wp-block-button__link{width:100%}.components-placeholder.jetpack-payment-buttons__upgrade-nudge{margin-bottom:16px}.editor-styles-wrapper .wp-block-jetpack-payment-buttons.has-custom-font-size .wp-block-jetpack-button .wp-block-button__link:not(.has-custom-font-size){font-size:inherit}.wp-block-jetpack-paywall-block{align-items:center;color:currentColor;display:flex;opacity:.8}.wp-block-jetpack-paywall-block span{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:0 8px;text-align:center;text-transform:uppercase;-webkit-user-select:"none";user-select:"none";white-space:nowrap}.wp-block-jetpack-paywall-block span svg{vertical-align:text-top;fill:currentColor}.wp-block-jetpack-paywall-block:after,.wp-block-jetpack-paywall-block:before{background:currentColor;content:"";flex:1;height:1px;margin:auto;opacity:.5}.block-editor-block-inspector .jetpack-subscribe-newsletters-panel .components-base-control{margin-bottom:0}.wp-block-jetpack-blogroll h3+div .jetpack-blogroll-item-divider{display:none}.wp-block-jetpack-blogroll .jetpack-blogroll-item-divider{border-style:solid;border-width:1px 0 0;margin-block-end:0;margin-block-start:0;opacity:.2;width:100%}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{display:flex;font-style:normal;font-weight:400;gap:20px;padding:20px 0}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure{align-self:flex-start;height:48px;margin:0;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure.empty-site-icon{background:url(images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);background-size:cover}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item figure.empty-site-icon .blogroll-item-image{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .blogroll-item-image{border-radius:50%;height:48px;max-width:48px;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item p.jetpack-blogroll-item-title.rich-text{color:inherit;font-weight:700;margin:0}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-content{align-self:flex-start}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-description{word-break:break-word}.jetpack-blogroll__appender-results{padding:0 18px 18px}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-result-list-header-text{color:#757575;font-size:11px;line-height:16px;padding:6px 0;text-transform:uppercase}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:center;overflow:hidden}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message-main-text{color:#101517;font-size:14px;font-weight:500;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-results .jetpack-blogroll__appender-no-results-message-secondary-text{color:#757575;font-size:12px;font-weight:400;line-height:16px}.jetpack-blogroll__appender-results>ul{list-style:none;margin:0;max-height:200px;overflow-y:auto;padding-right:0!important}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container{margin:0}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button{align-items:center;align-self:stretch;background:none;border:none;cursor:pointer;display:flex;gap:12px;padding:8px 4px;text-decoration:none;width:100%}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button[disabled]{background:#f6f7f7;cursor:not-allowed}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container button[disabled]>*{opacity:.5}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image{flex-shrink:0;height:40px;width:40px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image.empty-site-icon{background:url(images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);background-size:cover}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image.empty-site-icon img{display:none}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-image img{border-radius:50%;height:40px;width:40px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:center;overflow:hidden;text-align:right}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text .jetpack-blogroll__appender-result-title{color:#101517;font-size:14px;font-weight:500;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-results>ul .jetpack-blogroll__appender-result-container .jetpack-blogroll__appender-result-text .jetpack-blogroll__appender-result-description{color:#646970;font-size:14px;letter-spacing:-.15px;line-height:20px}.jetpack-blogroll__appender-search{display:flex;padding:16px}.jetpack-blogroll__appender-search>div{flex-grow:1;padding:1px;position:relative}.jetpack-blogroll__appender-search .components-text-control__input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' aria-hidden='true' viewBox='-2 -2 24 24'%3E%3Cpath d='m6.734 16.106 2.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.5q.276 0 .553-.002c1.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 0z'/%3E%3C/svg%3E");background-position-x:8px;background-position-y:calc(100% - 8px);background-repeat:no-repeat;background-size:24px;height:40px;padding-left:40px}.jetpack-blogroll__appender-search button{height:32px;min-width:32px!important;width:32px}.jetpack-blogroll__appender-spinner{margin:0!important}.jetpack-blogroll__appender .components-popover__content{height:300px;overflow-y:hidden!important;width:318px}.jetpack-blogroll__appender .components-popover__content button.block-editor-button-blogroll-block-appender{background:#1e1e1e;border-radius:2px;color:#fff;height:24px;min-width:24px;padding:0}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll{padding:24px}}.wp-block-jetpack-blogroll .block-editor-inner-blocks h3{font-size:20px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:24px;margin-top:0}.wp-block-jetpack-blogroll.hide-avatar figure,.wp-block-jetpack-blogroll.hide-description .jetpack-blogroll-item-description{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{container-name:bitem;container-type:inline-size}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:flex-start;display:flex;flex-direction:column;gap:20px;padding:20px 8px}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:center;flex-direction:row}}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item+.wp-block-jetpack-blogroll-item .jetpack-blogroll-item-divider{display:block}.wp-block-jetpack-blogroll [data-type="jetpack/blogroll-item"]+[data-type="jetpack/blogroll-item"]{border-top:1px solid #dcdcde}.wp-block-jetpack-blogroll .block-list-appender button.has-icon{background:#1e1e1e;border-radius:2px;color:#fff;height:24px;min-width:24px;padding:0}.wp-block-jetpack-nextdoor{position:relative}.wp-block-jetpack-nextdoor-overlay{height:100%;position:absolute;width:100%;z-index:10}.wp-block-jetpack-nextdoor-link-editable{cursor:text}.wp-block-jetpack-nextdoor-embed-form-sidebar{display:flex;margin-bottom:1em}.wp-block-jetpack-nextdoor-color-notice{margin:0}div[data-align=center]>.wp-block-jetpack-nextdoor{text-align:center}.wp-block-jetpack-nextdoor .components-placeholder__fieldset input{flex:1}a.jetpack-sharing-button__button{color:inherit}.jetpack-sharing-button__button{align-items:center;background:#fff;border-radius:4px;box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f;color:#2c3338;color:inherit;cursor:default;display:flex;flex-direction:row;font-size:inherit;font-weight:500;height:auto;justify-content:center;line-height:23px;margin:4px 4px 0;padding:4px 9px 3px;text-decoration:none}.jetpack-sharing-button__button svg{height:1.5em;width:1.5em;fill:currentColor}.jetpack-sharing-button__button:hover{box-shadow:0 1px 2px #00000038,0 0 0 1px #00000038;cursor:pointer}.jetpack-sharing-button__button.components-button{font-size:inherit;padding:4px 9px 3px 11px}.jetpack-sharing-button__button.style-icon{border:0;border-radius:50%;box-shadow:none;color:#fff;height:auto;line-height:1;margin-bottom:0;padding:7px;position:relative;top:-2px;width:auto}.jetpack-sharing-button__button.style-icon.share-bluesky{background:#0085ff}.jetpack-sharing-button__button.style-icon.share-x{background:#000}.jetpack-sharing-button__button.style-icon.share-print{background:#c5c2c2}.jetpack-sharing-button__button.style-icon.share-reddit{background:#5f99cf}.jetpack-sharing-button__button.style-icon.share-skype{background:#00aff0}.jetpack-sharing-button__button.style-icon.share-facebook{background:#0866ff}.jetpack-sharing-button__button.style-icon.share-linkedin{background:#0976b4}.jetpack-sharing-button__button.style-icon.share-mail{background:#c5c2c2}.jetpack-sharing-button__button.style-icon.share-twitter{background:#55acee}.jetpack-sharing-button__button.style-icon.share-tumblr{background:#35465c}.jetpack-sharing-button__button.style-icon.share-pinterest{background:#cc2127}.jetpack-sharing-button__button.style-icon.share-pocket{background:#ee4256}.jetpack-sharing-button__button.style-icon.share-telegram{background:#08c}.jetpack-sharing-button__button.style-icon.share-threads{background:#000}.jetpack-sharing-button__button.style-icon.share-whatsapp{background:#43d854}.jetpack-sharing-button__button.style-icon.share-mastodon{background:#6364ff}.jetpack-sharing-button__button.style-icon.share-nextdoor{background:#8ed500}.jetpack-sharing-button__button.style-icon.share-share{background:#000}.jetpack-sharing-button__button.style-icon.is-custom{padding:8px;top:2px}.jetpack-sharing-button__button.style-icon-text{margin-inline-end:4px;padding-inline-end:11px}.style-icon .jetpack-sharing-button__service-label,.style-text .sharing-buttons-preview-button__custom-icon,.style-text .social-logo{display:none}.jetpack-sharing-button__list-item{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;list-style-type:none;padding:0}.jetpack-sharing-button__list-item:first-child .jetpack-sharing-button__button{margin-inline-start:0}.style-icon-text .jetpack-sharing-button__service-label{margin-inline-start:5px}.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}.jetpack-ai-generate-excerpt-control .jetpack-ai-generate-excerpt-control__header{margin-top:8px}.jetpack-ai-generate-excerpt-control .jetpack-ai-generate-excerpt-control__header .components-base-control__field{align-items:center;display:flex;justify-content:space-between}.jetpack-ai-generate-excerpt-control .ai-assistant__tone-dropdown{margin-bottom:12px}.jetpack-ai-post-excerpt .components-textarea-control__input{margin-bottom:10px;width:100%}.jetpack-generated-excerpt__ai-container{margin-top:12px}.jetpack-generated-excerpt__ai-container .jetpack-ai-assistant__error{margin:0 0 12px}.jetpack-generated-excerpt__generate-buttons-container{display:flex;gap:12px;justify-content:end;justify-content:space-around;margin-bottom:10px}.jetpack-ai-post-excerpt .jetpack-upgrade-plan-banner__wrapper{flex-direction:column;margin:0 0 12px;padding:0 10px}.jetpack-ai-post-excerpt .jetpack-upgrade-plan-banner__wrapper .jetpack-ai-upgrade-banner__description{margin:10px 0 0}.wp-block-jetpack-blog-stats .jetpack-blog-stats__loading{opacity:.62}.wp-block-jetpack-blog-stats .components-placeholder__fieldset{display:block}.jetpack-blog-stats__delay-notice{font-size:12px}.wp-block-jetpack-top-posts{margin-bottom:1.5em}.wp-block-jetpack-top-posts img{width:100%}.wp-block-jetpack-top-posts span{display:block;word-wrap:break-word}.wp-block-jetpack-top-posts.is-list-layout .jetpack-top-posts-item{margin-bottom:1.5em}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper{align-items:flex-start;display:grid;gap:16px 12px;grid:auto/repeat(6,1fr)}@media only screen and (max-width:600px){.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper{display:block}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper .jetpack-top-posts-mock-thumbnail{display:none}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-wrapper .jetpack-top-posts-item{margin-bottom:1.5em}}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-mock-thumbnail{background-color:#f0f0f0;height:0;padding-bottom:75%;position:relative;width:100%}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-thumbnail{aspect-ratio:4/3;height:auto;max-width:100%;object-fit:cover}.wp-block-jetpack-top-posts.is-grid-layout .jetpack-top-posts-item{grid-column:span 2}.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="2"] .jetpack-top-posts-item,.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="4"] .jetpack-top-posts-item,.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="5"] .jetpack-top-posts-item:nth-child(5n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="5"] .jetpack-top-posts-item:nth-child(5n-1),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(5n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(5n-1),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(7n),.wp-block-jetpack-top-posts.is-grid-layout[data-item-count="7"] .jetpack-top-posts-item:nth-child(7n-1){grid-column:span 3}.wp-block-jetpack-top-posts .components-placeholder__fieldset{display:block}.jetpack-top-posts__error{margin:0}:where(body){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;min-height:100%;padding:0}.jp-wrap{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.jp-row{display:grid;grid-gap:24px;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.jp-row{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.jp-row{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.sm-col-span-1{grid-column-end:span 1}.sm-col-span-2{grid-column-end:span 2}.sm-col-span-3{grid-column-end:span 3}.sm-col-span-4{grid-column-end:span 4}@media(min-width:600px){.md-col-span-1{grid-column-end:span 1}.md-col-span-2{grid-column-end:span 2}.md-col-span-3{grid-column-end:span 3}.md-col-span-4{grid-column-end:span 4}.md-col-span-5{grid-column-end:span 5}.md-col-span-6{grid-column-end:span 6}.md-col-span-7{grid-column-end:span 7}.md-col-span-8{grid-column-end:span 8}}@media(min-width:960px){.lg-col-span-1{grid-column-end:span 1}.lg-col-span-2{grid-column-end:span 2}.lg-col-span-3{grid-column-end:span 3}.lg-col-span-4{grid-column-end:span 4}.lg-col-span-5{grid-column-end:span 5}.lg-col-span-6{grid-column-end:span 6}.lg-col-span-7{grid-column-end:span 7}.lg-col-span-8{grid-column-end:span 8}.lg-col-span-9{grid-column-end:span 9}.lg-col-span-10{grid-column-end:span 10}.lg-col-span-11{grid-column-end:span 11}.lg-col-span-12{grid-column-end:span 12}}@media(max-width:960px){.md-col-span-0{display:none}}@media(max-width:600px){.sm-col-span-0{display:none}}.jp-cut{border:2px solid #069e08;border-radius:4px;margin:32px 0;padding:16px 24px 16px 64px;position:relative;text-decoration:none}.jp-cut,.jp-cut span{display:block}.jp-cut span:last-of-type{font-weight:600}.jp-cut:focus span:last-of-type,.jp-cut:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:2px}.jp-cut:focus:after,.jp-cut:hover:after{transform:translateY(-50%) translateX(-8px)}.jp-cut:after{color:#069e08;content:"→";font-size:24px;font-weight:600;left:24px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.jetpack-ai-voice-to-content__modal .components-modal__header{border-bottom:1px solid #dcdcde;padding:20px 24px}.jetpack-ai-voice-to-content__modal .components-modal__content{padding:24px 32px}@media(min-width:700px){.jetpack-ai-voice-to-content__modal{width:700px}}.jetpack-ai-voice-to-content__wrapper{display:flex;flex-direction:column;gap:28px}.jetpack-ai-voice-to-content__body{display:flex;flex-direction:column;gap:16px}.jetpack-ai-voice-to-content__action-buttons{display:flex;gap:8px}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary{background-color:#008710;color:#fff}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):hover{background-color:#007117}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):active{background-color:#005b18}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-primary:not(:disabled):focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary{box-shadow:inset 0 0 0 1px #008710;color:#008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):focus{box-shadow:0 0 0 2px #008710}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):hover{box-shadow:inset 0 0 0 1px #007117}.jetpack-ai-voice-to-content__action-buttons .jetpack-ai-voice-to-content__button.is-secondary:not(:disabled):active{box-shadow:none}.jetpack-ai-voice-to-content__description{font-size:var(--font-body-small)}.jetpack-ai-voice-to-content__contextual-row{align-items:center;display:flex;height:38px}.jetpack-ai-voice-to-content__information{color:#787c82}.jetpack-ai-voice-to-content__audio{align-items:center;display:flex;gap:4px}.jetpack-ai-voice-to-content__audio--duration{font-weight:700}.jetpack-ai-voice-to-content__footer{display:flex}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button{align-items:center;color:#008710;display:flex;font-size:var(--font-body-extra-small);gap:4px}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #008710}.jetpack-ai-voice-to-content__footer .jetpack-ai-voice-to-content__feedback-button .icon{color:#a7aaad}.jetpack-ai-voice-to-content__information--error{color:var(--jp-red-40)}.jetpack-ai-voice-to-content__oscilloscope{height:38px;width:70px} \ No newline at end of file diff --git a/_inc/blocks/editor-no-post-editor.asset.php b/_inc/blocks/editor-no-post-editor.asset.php index 9266c8f694..3d9a1dd6d6 100644 --- a/_inc/blocks/editor-no-post-editor.asset.php +++ b/_inc/blocks/editor-no-post-editor.asset.php @@ -1 +1 @@ - array('jetpack-connection', 'lodash', 'moment', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-widgets'), 'version' => '8ccdf5c605d9068d6b60'); + array('jetpack-connection', 'lodash', 'moment', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-widgets'), 'version' => '9b453f9e4c2809afa981'); diff --git a/_inc/blocks/editor-no-post-editor.js b/_inc/blocks/editor-no-post-editor.js index 780b223620..9d2d10a4b3 100644 --- a/_inc/blocks/editor-no-post-editor.js +++ b/_inc/blocks/editor-no-post-editor.js @@ -7,11 +7,11 @@ __("Error: %1$s","jetpack"),i)),t===A.Or?React.createElement(n.Button,{variant:" // translators: %u is the number of requests __("%u requests remaining.","jetpack"),C)),y&&React.createElement(React.Fragment,null," ",React.createElement(a.Button,{variant:"link",href:v,target:"_blank",onClick:()=>{r(g.AN,{context:R,placement:g.Cn})}},__("Upgrade","jetpack")))," ",React.createElement(a.Tooltip,{text:__("Logo generation costs 10 requests; prompt enhancement costs 1 request each","jetpack"),placement:"bottom"},React.createElement(s.A,{className:"prompt-footer__icon",icon:i.A}))),T&&N&&React.createElement(E.G,null),T&&!N&&React.createElement(h.Q,null),b&&React.createElement("div",{className:"jetpack-ai-logo-generator__prompt-error"},__("Error enhancing prompt. Please try again.","jetpack")),k&&React.createElement("div",{className:"jetpack-ai-logo-generator__prompt-error"},__("Error generating logo. Please try again.","jetpack"))))}},64024:(e,t,r)=>{"use strict";r.d(t,{G:()=>g});var n=r(85985),a=r(56427),o=r(86087),s=r(27723),i=r(51113),l=r(90311),c=r(61356),u=r(60674),A=r(88725);const __=s.__,g=()=>{const{tracks:e}=(0,n.st)(),{recordEvent:t}=e,r=__("Upgrade","jetpack"),s=(0,o.createInterpolateElement)(__("Not enough requests left to generate a logo. Upgrade now to increase it.","jetpack"),{strong:React.createElement("strong",null)}),{nextTierCheckoutURL:g}=(0,u.Q)(),{context:d}=(0,A.A)();return React.createElement("div",{className:"jetpack-upgrade-plan-banner"},React.createElement("div",{className:"jetpack-upgrade-plan-banner__wrapper"},React.createElement("div",null,React.createElement(i.A,{className:"jetpack-upgrade-plan-banner__icon",icon:l.A}),React.createElement("span",{className:"jetpack-upgrade-plan-banner__banner-description"},s)),React.createElement(a.Button,{href:g,target:"_blank",className:"is-primary",onClick:()=>{t(c.AN,{context:d,placement:c.tF})}},r)))}},35421:(e,t,r)=>{"use strict";r.d(t,{R:()=>l});var n=r(85985),a=r(56427),o=r(27723),s=r(61356),i=r(88725);const __=o.__,l=({onCancel:e,upgradeURL:t,reason:r})=>{const{tracks:o}=(0,n.st)(),{recordEvent:l}=o,c=__("The logo generator requires a paid Jetpack AI plan. Upgrade your plan to access exclusive features, including logo generation. The upgrade will also increase the amount of requests you can use in all AI-powered features.","jetpack"),u=__("Not enough requests left to generate a logo. Upgrade your Jetpack AI to increase the amount of requests you can use in all AI-powered features.","jetpack"),{context:A}=(0,i.A)();return React.createElement("div",{className:"jetpack-ai-logo-generator-modal__notice-message-wrapper"},React.createElement("div",{className:"jetpack-ai-logo-generator-modal__notice-message"},React.createElement("span",{className:"jetpack-ai-logo-generator-modal__loading-message"},"feature"===r?c:u)," ",React.createElement(a.Button,{variant:"link",href:"https://jetpack.com/ai/",target:"_blank"},__("Learn more about Jetpack AI.","jetpack"))),React.createElement("div",{className:"jetpack-ai-logo-generator-modal__notice-actions"},React.createElement(a.Button,{variant:"tertiary",onClick:e},__("Cancel","jetpack")),React.createElement(a.Button,{variant:"primary",href:t,target:"_blank",onClick:()=>{l(s.AN,{context:A,placement:s.Tz}),e()}},__("Upgrade","jetpack"))))}},48204:(e,t,r)=>{"use strict";r.d(t,{H:()=>l});var n=r(56427),a=r(27723),o=r(53512),s=r(13022),i=r(36791);const __=a.__,l=({className:e=null,onVisitBlankTarget:t})=>React.createElement("div",{className:(0,s.A)("jetpack-ai-logo-generator-modal-visit-site-banner",e)},React.createElement("div",{className:"jetpack-ai-logo-generator-modal-visit-site-banner__jetpack-logo"},React.createElement("img",{src:i,alt:"Jetpack"})),React.createElement("div",{className:"jetpack-ai-logo-generator-modal-visit-site-banner__content"},React.createElement("strong",null,__("Do you want to know all the amazing things you can do with Jetpack AI?","jetpack")),React.createElement("span",null,__("Generate and tweak content, create forms, get feedback and much more.","jetpack")),React.createElement("div",null,React.createElement(n.Button,{variant:"link",href:"https://jetpack.com/redirect/?source=logo_generator_learn_more_about_jetpack_ai",target:"_blank",onClick:t||null},__("Learn more about Jetpack AI","jetpack"),React.createElement(n.Icon,{icon:o.A,size:20})))))},61356:(e,t,r)=>{"use strict";r.d(t,{$i:()=>c,AN:()=>u,Cn:()=>A,N3:()=>p,Nt:()=>l,Tz:()=>g,Zb:()=>i,_S:()=>m,h4:()=>s,iz:()=>n,tF:()=>d,ub:()=>a,vm:()=>o});const n="jetpack_ai_logo_generator_modal_open",a="jetpack_ai_logo_generator_modal_close",o="jetpack_ai_logo_generator_generate",s="jetpack_ai_logo_generator_save",i="jetpack_ai_logo_generator_use",l="jetpack_ai_logo_generator_navigate",c="jetpack_ai_logo_generator_feedback",u="jetpack_ai_upgrade_button",A="input_footer",g="free_user_screen",d="upgrade_prompt",p=3,m=10},60674:(e,t,r)=>{"use strict";r.d(t,{Q:()=>c});var n=r(85985),a=r(47143),o=r(10067),s=r.n(o),i=r(74423);const l=s()("ai-client:logo-generator:use-checkout"),c=()=>{const{nextTier:e,tierPlansEnabled:t}=(0,a.useSelect)((e=>{const t=e(i.E);return{nextTier:t.getAiAssistantFeature().nextTier,tierPlansEnabled:t.getAiAssistantFeature().tierPlansEnabled}}),[]),r=new URL("https://jetpack.com/redirect/");r.searchParams.set("source","jetpack-ai-yearly-tier-upgrade-nudge"),r.searchParams.set("site",(0,n.GE)()),r.searchParams.set("path",t?`jetpack_ai_yearly:-q-${e?.limit}`:"jetpack_ai_yearly");const o=`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?redirect_to_referrer=1&page=my-jetpack#/add-jetpack-ai`,s=(0,n.d9)()||(0,n.Sy)()?r.toString():o;return l("Next tier checkout URL: ",s),{nextTierCheckoutURL:s,hasNextTier:!!e}}},78867:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(47143),a=r(86087),o=r(27723),s=r(74423);const __=o.__,i=()=>{const{usagePeriod:e}=(0,n.useSelect)((e=>({usagePeriod:e(s.E).getAiAssistantFeature().nextTier})),[]),t=(e=>{const t=__("You've reached this month's request limit, per our fair usage policy.","jetpack");if(!e)return t; // Translators: %s is the date when the requests will reset. -const r=__("Requests will reset on %s.","jetpack");return`${t} ${(0,o.sprintf)(r,e)}`})((e=>{if(!e?.nextStart)return null;const t=new Date(e.nextStart);return t.toLocaleString("default",{month:"long"})+" "+t.getDate()})(e));return(0,a.createInterpolateElement)(t,{link:React.createElement("a",{href:"https://jetpack.com/redirect/?source=ai-logo-generator-fair-usage-policy",target:"_blank",rel:"noreferrer"})})}},88725:(e,t,r)=>{"use strict";r.d(t,{A:()=>m});var n=r(47143),a=r(10067),o=r.n(a),s=r(51609),i=r(62614),l=r(93869),c=r(51391),u=r(19362),A=r(28229),g=r(74423),d=r(44461);const p=o()("jetpack-ai-calypso:use-logo-generator"),m=()=>{const{setSelectedLogoIndex:e,setIsSavingLogoToLibrary:t,setIsApplyingLogo:r,setIsRequestingImage:a,setIsEnhancingPrompt:o,increaseAiAssistantRequestsCount:m,addLogoToHistory:h,setContext:E,setIsLoadingHistory:f}=(0,n.useDispatch)(g.E),{logos:C,selectedLogoIndex:B,selectedLogo:b,siteDetails:k,isSavingLogoToLibrary:v,isApplyingLogo:y,isEnhancingPrompt:I,isBusy:w,isRequestingImage:_,getAiAssistantFeature:Q,requireUpgrade:S,context:x,tierPlansEnabled:j,isLoadingHistory:L}=(0,n.useSelect)((e=>{const t=e(g.E);return{logos:t.getLogos(),selectedLogoIndex:t.getSelectedLogoIndex(),selectedLogo:t.getSelectedLogo(),siteDetails:t.getSiteDetails(),isSavingLogoToLibrary:t.getIsSavingLogoToLibrary(),isApplyingLogo:t.getIsApplyingLogo(),isRequestingImage:t.getIsRequestingImage(),isEnhancingPrompt:t.getIsEnhancingPrompt(),isBusy:t.getIsBusy(),getAiAssistantFeature:t.getAiAssistantFeature,requireUpgrade:t.getRequireUpgrade(),context:t.getContext(),tierPlansEnabled:t.getTierPlansEnabled(),isLoadingHistory:t.getIsLoadingHistory()}}),[]),{setFirstLogoPromptFetchError:T,setEnhancePromptFetchError:R,setLogoFetchError:N,setSaveToLibraryError:P,setLogoUpdateError:D}=(0,d.A)(),{generateImageWithParameters:M}=(0,i.A)(),{saveToMediaLibrary:F}=(0,l.A)(),{ID:O=null,name:U=null,description:H=null}=k||{},z=O?String(O):null,q=Q(z),V=q?.costs?.["jetpack-ai-logo-generator"]?.logo,G=(0,s.useCallback)((async function(){T(null),m();try{const e=await(0,c.A)();if(!e||!e.token)throw new Error("No token provided");p("Generating first prompt for site");const t={question:`Generate a simple and short prompt asking for a logo based on the site's name and description, keeping the same language.\nExample for a site named "The minimalist fashion blog", described as "Daily inspiration for all things fashion": A logo for a minimalist fashion site focused on daily sartorial inspiration with a clean and modern aesthetic that is sleek and sophisticated.\nAnother example, now for a site called "El observatorio de aves", described as "Un sitio dedicado a nuestros compañeros y compañeras entusiastas de la observación de aves.": Un logo para un sitio web dedicado a la observación de aves, capturando la esencia de la naturaleza y la pasión por la avifauna en un diseño elegante y representativo, reflejando una estética natural y apasionada por la vida silvestre.\n\nSite name: ${U}\nSite description: ${H}`,feature:"jetpack-ai-logo-generator",stream:!1},r="https://public-api.wordpress.com/wpcom/v2/jetpack-ai-query",n={Authorization:`Bearer ${e.token}`,"Content-Type":"application/json"},a=await fetch(r,{method:"POST",headers:n,body:JSON.stringify(t)}).then((e=>e.json()));return a?.choices?.[0]?.message?.content}catch(e){throw m(-1),T(e),e}}),[T,m,U,H]),$=(0,s.useCallback)((async function({prompt:e}){N(null);try{const t=await(0,c.A)();if(!t||!t.token)throw new Error("No token provided");p("Generating image with prompt",e);const r={prompt:`I NEED to test how the tool works with extremely simple prompts. DO NOT add any detail, just use it AS-IS:\nCreate a single text-free iconic vector logo that symbolically represents the user request, using abstract or symbolic imagery.\nThe design should be modern, with either a vivid color scheme full of gradients or a color scheme that's monochromatic. Use any of those styles based on the user request mood.\nEnsure the logo is set against a clean solid background.\nEnsure the logo works in small sizes.\nThe imagery in the logo should subtly hint at the mood of the user request but DO NOT use any text, letters, or the name of the site on the imagery.\nThe image should contain a single icon, without variations, color palettes or different versions.\n\nUser request:${e}`,feature:"jetpack-ai-logo-generator",response_format:"b64_json"};return await M(r)}catch(e){throw N(e),e}}),[]),Z=(0,s.useCallback)((async e=>{P(null);try{if(p("Saving logo for site"),e.mediaId)return{mediaId:e.mediaId,mediaURL:e.url};const r={mediaId:0,mediaURL:""};t(!0);const{id:n,url:a}=await F(e.url,"site-logo.png");return r.mediaId=parseInt(n),r.mediaURL=a,r}catch(e){throw P(e),e}finally{t(!1)}}),[t,P]),W=(0,s.useCallback)((async()=>{D(null);try{if(!z||!b)throw new Error("Missing siteId or logo");p("Applying logo for site",z),r(!0);const{mediaId:e}=b;if(!e)throw new Error("Missing mediaId");await(0,A.Z)({siteId:z,imageId:String(e)})}catch(e){throw D(e),e}finally{r(!1)}}),[b,r,D,z]),Y=(0,s.useCallback)((e=>{h(e),(0,u.hm)({...e,siteId:String(z)})}),[z,h,u.hm]),K=(0,s.useCallback)((async function({prompt:e}){p("Generating logo for site"),a(!0);try{if(!V)throw new Error("Missing cost information");let t;m(V);try{if(t=await $({prompt:e}),!t||!t.data.length)throw new Error("No image returned")}catch(e){throw m(-V),e}const r={url:"data:image/png;base64,"+t.data[0].b64_json,description:e};try{const t=await Z(r);Y({url:t.mediaURL,description:e,mediaId:t.mediaId})}catch(e){throw Y(r),e}}finally{a(!1)}}),[V,m,Z,Y,$]);return{logos:C,selectedLogoIndex:B,selectedLogo:b,setSelectedLogoIndex:e,site:{id:z,name:U,description:H},generateFirstPrompt:G,saveLogo:Z,applyLogo:W,generateImage:$,enhancePrompt:async function({prompt:e}){R(null),m();try{const t=await(0,c.A)();if(!t||!t.token)throw new Error("No token provided");p("Enhancing prompt",e);const r={messages:[{role:"system",content:"Enhance the prompt you receive.\nThe prompt is meant for generating a logo. Return the same prompt enhanced, and make each enhancement wrapped in brackets.\nDo not add any mention to text, letters, typography or the name of the site in the prompt.\nFor example: user's prompt: A logo for an ice cream shop. Returned prompt: A logo for an ice cream shop [that is pink] [and vibrant]."},{role:"user",content:e}],feature:"jetpack-ai-logo-generator",stream:!1},n="https://public-api.wordpress.com/wpcom/v2/jetpack-ai-query",a={Authorization:`Bearer ${t.token}`,"Content-Type":"application/json"},o=await fetch(n,{method:"POST",headers:a,body:JSON.stringify(r)}).then((e=>e.json()));return o?.choices?.[0]?.message?.content}catch(e){throw m(-1),R(e),e}},storeLogo:Y,generateLogo:K,setIsEnhancingPrompt:o,setIsRequestingImage:a,setIsSavingLogoToLibrary:t,setIsApplyingLogo:r,setContext:E,isEnhancingPrompt:I,isRequestingImage:_,isSavingLogoToLibrary:v,isApplyingLogo:y,isBusy:w,getAiAssistantFeature:Q,requireUpgrade:S,context:x,tierPlansEnabled:j,isLoadingHistory:L,setIsLoadingHistory:f}}},44461:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(47143),a=r(74423);const o=()=>{const{setFeatureFetchError:e,setFirstLogoPromptFetchError:t,setEnhancePromptFetchError:r,setLogoFetchError:o,setSaveToLibraryError:s,setLogoUpdateError:i}=(0,n.useDispatch)(a.E),{featureFetchError:l,firstLogoPromptFetchError:c,enhancePromptFetchError:u,logoFetchError:A,saveToLibraryError:g,logoUpdateError:d}=(0,n.useSelect)((e=>{const t=e(a.E);return{featureFetchError:t.getFeatureFetchError(),firstLogoPromptFetchError:t.getFirstLogoPromptFetchError(),enhancePromptFetchError:t.getEnhancePromptFetchError(),logoFetchError:t.getLogoFetchError(),saveToLibraryError:t.getSaveToLibraryError(),logoUpdateError:t.getLogoUpdateError()}}),[]);return{setFeatureFetchError:e,setFirstLogoPromptFetchError:t,setEnhancePromptFetchError:r,setLogoFetchError:o,setSaveToLibraryError:s,setLogoUpdateError:i,clearErrors:()=>{e(null),t(null),r(null),o(null),s(null),i(null)},featureFetchError:l,firstLogoPromptFetchError:c,enhancePromptFetchError:u,logoFetchError:A,saveToLibraryError:g,logoUpdateError:d}}},23101:(e,t,r)=>{"use strict";r.d(t,{T:()=>n.T});var n=r(64537)},19362:(e,t,r)=>{"use strict";r.d(t,{$t:()=>i,H:()=>s,NP:()=>l,Pv:()=>c,hm:()=>o});var n=r(13858);const a=10;function o({siteId:e,url:t,description:r,mediaId:n}){const o=i(e),s={url:t,description:r,mediaId:n};return o.push(s),localStorage.setItem(`logo-history-${e}`,JSON.stringify(o.slice(-a))),s}function s({siteId:e,url:t,newUrl:r,mediaId:n}){const o=i(e),s=o.findIndex((e=>e.url===t));return s>-1&&(o[s].url=r,o[s].mediaId=n),localStorage.setItem(`logo-history-${e}`,JSON.stringify(o.slice(-a))),o[s]}function i(e){const t=localStorage.getItem(`logo-history-${e}`);let r=t?JSON.parse(t):[];return Array.isArray(r)||(r=[]),r=r.slice(-a),r=r.filter((e=>"object"==typeof e&&"string"==typeof e.url&&"string"==typeof e.description)).map((e=>({url:e.url,description:e.description,mediaId:e.mediaId}))),r}function l(e){return 0===i(e).length}async function c(e){const t=i(e).filter((({mediaId:e})=>void 0!==e)).map((({mediaId:t})=>new Promise(((r,a)=>{(0,n.T)({siteId:e,mediaId:t}).then((e=>r({mediaId:t,exists:e}))).catch((e=>a(e)))}))));try{(await Promise.all(t)).filter((({exists:e})=>!e)).forEach((({mediaId:t})=>function({siteId:e,mediaId:t}){const r=i(e),n=r.findIndex((e=>e.mediaId===t));-1!==n&&(r.splice(n,1),localStorage.setItem(`logo-history-${e}`,JSON.stringify(r)))}({siteId:e,mediaId:t})))}catch(e){}}},13858:(e,t,r)=>{"use strict";r.d(t,{T:()=>a});var n=r(48931);async function a({mediaId:e}){const t=Number(e);if(Number.isNaN(t))return!1;try{return await(0,n.A)({path:`/wp/v2/media/${Number(e)}`,method:"GET"}),!0}catch(e){const t=e?.data?.status;if(404===t)return!1;throw e}}},28229:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(22746);async function a({siteId:e,imageId:t}){const r={site_logo:t,site_icon:t};return(0,n.A)({path:`/sites/${String(e)}/settings`,apiVersion:"v2",apiNamespace:"wp/v2",body:r,query:"source=jetpack-ai",method:"POST"})}},22746:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(48931);const a=5;let o=0;async function s(e){if(o+=1,o>a)throw o-=1,new Error("Too many requests");return(0,n.A)(e).finally((()=>{o-=1}))}},9624:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(19362),a=r(22746),o=r(9938);const s={storeAiAssistantFeature:e=>({type:o.UU,feature:e}),fetchAiAssistantFeature:()=>async({dispatch:e})=>{e({type:o.ql});try{const t=await(0,a.A)({path:"/wpcom/v2/jetpack-ai/ai-assistant-feature",query:"force=wpcom"});e(s.storeAiAssistantFeature(function(e){return{hasFeature:!!e["has-feature"],isOverLimit:!!e["is-over-limit"],requestsCount:e["requests-count"],requestsLimit:e["requests-limit"],requireUpgrade:!!e["site-require-upgrade"],errorMessage:e["error-message"],errorCode:e["error-code"],upgradeType:e["upgrade-type"],usagePeriod:{currentStart:e["usage-period"]?.["current-start"],nextStart:e["usage-period"]?.["next-start"],requestsCount:e["usage-period"]?.["requests-count"]||0},currentTier:e["current-tier"],nextTier:e["next-tier"],tierPlansEnabled:!!e["tier-plans-enabled"],costs:e.costs,featuresControl:e["features-control"]}}(t)))}catch(t){e({type:o.Rx,error:t})}},increaseAiAssistantRequestsCount:(e=1)=>({dispatch:t})=>{t({type:o.Lg,count:e})},setAiAssistantFeatureRequireUpgrade:(e=!0)=>({type:o.Kt,requireUpgrade:e}),setTierPlansEnabled:(e=!0)=>({type:o.c1,tierPlansEnabled:e}),setSiteDetails:e=>({type:o.Bz,siteDetails:e}),setSelectedLogoIndex:e=>({type:o.BG,selectedLogoIndex:e}),addLogoToHistory:e=>({type:o.sG,logo:e}),setIsSavingLogoToLibrary:e=>({type:o.E6,isSavingLogoToLibrary:e}),setIsApplyingLogo:e=>({type:o.Ep,isApplyingLogo:e}),updateSelectedLogo:(e,t)=>({type:o.r_,mediaId:e,url:t}),setIsRequestingImage:e=>({type:o.vk,isRequestingImage:e}),setIsEnhancingPrompt:e=>({type:o.O5,isEnhancingPrompt:e}),loadLogoHistory(e){const t=(0,n.$t)(e);return{type:o.ZI,history:t}},setFeatureFetchError:e=>({type:o.Rx,error:e}),setFirstLogoPromptFetchError:e=>({type:o.MQ,error:e}),setEnhancePromptFetchError:e=>({type:o.gG,error:e}),setLogoFetchError:e=>({type:o.q_,error:e}),setSaveToLibraryError:e=>({type:o.x0,error:e}),setLogoUpdateError:e=>({type:o.FN,error:e}),setContext:e=>({type:o.kZ,context:e}),setIsLoadingHistory:e=>({type:o.hY,isLoadingHistory:e})},i=s},9938:(e,t,r)=>{"use strict";r.d(t,{BG:()=>d,Bz:()=>l,E6:()=>m,Ep:()=>h,FN:()=>_,GB:()=>c,Kt:()=>s,Lg:()=>o,MQ:()=>v,O5:()=>C,Rx:()=>k,UU:()=>n,ZI:()=>B,c1:()=>i,gG:()=>y,hY:()=>b,kZ:()=>g,mx:()=>A,nb:()=>u,q_:()=>I,ql:()=>a,r_:()=>E,sG:()=>p,vk:()=>f,x0:()=>w});const n="STORE_AI_ASSISTANT_FEATURE",a="REQUEST_AI_ASSISTANT_FEATURE",o="INCREASE_AI_ASSISTANT_REQUESTS_COUNT",s="SET_AI_ASSISTANT_FEATURE_REQUIRE_UPGRADE",i="SET_TIER_PLANS_ENABLED",l="SET_SITE_DETAILS",c=20,u=999999999,A=3,g="SET_CONTEXT",d="SET_SELECTED_LOGO_INDEX",p="ADD_LOGO_TO_HISTORY",m="SET_IS_SAVING_LOGO_TO_LIBRARY",h="SET_IS_APPLYING_LOGO",E="SAVE_SELECTED_LOGO",f="SET_IS_REQUESTING_IMAGE",C="SET_IS_ENHANCING_PROMPT",B="SET_SITE_HISTORY",b="SET_IS_LOADING_HISTORY",k="SET_FEATURE_FETCH_ERROR",v="SET_FIRST_LOGO_PROMPT_FETCH_ERROR",y="SET_ENHANCE_PROMPT_FETCH_ERROR",I="SET_LOGO_FETCH_ERROR",w="SET_SAVE_TO_LIBRARY_ERROR",_="SET_LOGO_UPDATE_ERROR"},74423:(e,t,r)=>{"use strict";r.d(t,{E:()=>i});var n=r(47143),a=r(9624),o=r(23695),s=r(80037);const i="jetpack-ai/logo-generator",l=(0,n.createReduxStore)(i,{__experimentalUseThunks:!0,actions:a.A,reducer:o.A,selectors:s.A});(0,n.register)(l)},94891:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(9938);const a={siteDetails:{},features:{aiAssistantFeature:{hasFeature:!0,isOverLimit:!1,requestsCount:0,requestsLimit:n.GB,requireUpgrade:!1,errorMessage:"",errorCode:"",upgradeType:"default",currentTier:{slug:"ai-assistant-tier-free",value:0,limit:20},usagePeriod:{currentStart:"",nextStart:"",requestsCount:0},nextTier:null,tierPlansEnabled:!1,_meta:{isRequesting:!1,asyncRequestCountdown:n.mx,asyncRequestTimerId:0,isRequestingImage:!1}}},history:[],selectedLogoIndex:0}},23695:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(61356),a=r(9938),o=r(94891);function s(e=o.A,t){switch(t.type){case a.ql:return{...e,_meta:{...e._meta??{},featureFetchError:null},features:{...e.features,aiAssistantFeature:{...e.features.aiAssistantFeature,_meta:{...e?.features?.aiAssistantFeature?._meta,isRequesting:!0,asyncRequestCountdown:a.mx,asyncRequestTimerId:0}}}};case a.UU:{const r={"jetpack-ai-logo-generator":{logo:n._S}};return{...e,features:{...e.features,aiAssistantFeature:{costs:r,...t.feature,requireUpgrade:t.feature?.requireUpgrade||0===t.feature?.currentTier?.value,_meta:{...e?.features?.aiAssistantFeature?._meta,isRequesting:!1}}}}}case a.Lg:{const r=e?.features?.aiAssistantFeature?.usagePeriod||{requestsCount:0},n=(e?.features?.aiAssistantFeature?.requestsCount||0)+(t.count??1);r.requestsCount+=t.count??1;const o=e?.features?.aiAssistantFeature?.currentTier?.value,s=void 0===o&&!e?.features?.aiAssistantFeature?.hasFeature||0===o,i=void 0===o&&e?.features?.aiAssistantFeature?.hasFeature||1===o;let l=e?.features?.aiAssistantFeature?.currentTier?.limit||a.GB;i?l=a.nb:s&&(l=e?.features?.aiAssistantFeature?.requestsLimit);const c=(i||s?n:e?.features?.aiAssistantFeature?.usagePeriod?.requestsCount||0)>=l,u=s||c&&null!==e?.features?.aiAssistantFeature?.nextTier;return{...e,features:{...e.features,aiAssistantFeature:{...e.features.aiAssistantFeature,isOverLimit:c,requestsCount:n,requireUpgrade:u,usagePeriod:{...r}}}}}case a.Kt:return{...e,features:{...e.features,aiAssistantFeature:{...e.features.aiAssistantFeature,requireUpgrade:t.requireUpgrade,...t.requireUpgrade?{isOverLimit:!0}:{}}}};case a.c1:return{...e,features:{...e.features,aiAssistantFeature:{...e.features.aiAssistantFeature,tierPlansEnabled:t.tierPlansEnabled}}};case a.Bz:return{...e,siteDetails:t.siteDetails};case a.BG:return{...e,selectedLogoIndex:t.selectedLogoIndex};case a.sG:{const r=[...e.history,t.logo];return{...e,history:r,selectedLogoIndex:r.length-1}}case a.E6:return{...e,_meta:{...e._meta??{},isSavingLogoToLibrary:t.isSavingLogoToLibrary}};case a.Ep:return{...e,_meta:{...e._meta??{},isApplyingLogo:t.isApplyingLogo}};case a.r_:{const r=e.history?.[e.selectedLogoIndex];return{...e,history:[...e.history.slice(0,e.selectedLogoIndex),{...r,mediaId:t.mediaId,url:t.url},...e.history.slice(e.selectedLogoIndex+1)]}}case a.vk:return{...e,_meta:{...e._meta??{},isRequestingImage:t.isRequestingImage}};case a.O5:return{...e,_meta:{...e._meta??{},isEnhancingPrompt:t.isEnhancingPrompt}};case a.ZI:return{...e,history:t.history,selectedLogoIndex:t.history?.length?t.history.length-1:0};case a.Rx:return{...e,_meta:{...e._meta??{},featureFetchError:t.error}};case a.MQ:return{...e,_meta:{...e._meta??{},firstLogoPromptFetchError:t.error}};case a.gG:return{...e,_meta:{...e._meta??{},enhancePromptFetchError:t.error}};case a.q_:return{...e,_meta:{...e._meta??{},logoFetchError:t.error}};case a.x0:return{...e,_meta:{...e._meta??{},saveToLibraryError:t.error}};case a.FN:return{...e,_meta:{...e._meta??{},logoUpdateError:t.error}};case a.kZ:return{...e,_meta:{...e._meta??{},context:t.context}};case a.hY:return{...e,_meta:{...e._meta??{},isLoadingHistory:t.isLoadingHistory}}}return e}},80037:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(61356);const a={getAiAssistantFeature(e){const t={...e.features.aiAssistantFeature};return delete t._meta,t},getSiteDetails:e=>e.siteDetails,getIsRequestingAiAssistantFeature:e=>e.features.aiAssistantFeature?._meta?.isRequesting??!1,getLogos:e=>e.history??[],getSelectedLogoIndex:e=>e.selectedLogoIndex??null,getSelectedLogo:e=>e.history?.[e.selectedLogoIndex]??null,getIsSavingLogoToLibrary:e=>e._meta?.isSavingLogoToLibrary??!1,getIsApplyingLogo:e=>e._meta?.isApplyingLogo??!1,getIsEnhancingPrompt:e=>e._meta?.isEnhancingPrompt??!1,getIsRequestingImage:e=>e._meta?.isRequestingImage??!1,getIsBusy:e=>a.getIsApplyingLogo(e)||a.getIsSavingLogoToLibrary(e)||a.getIsRequestingImage(e)||a.getIsEnhancingPrompt(e),getRequireUpgrade(e){const t=e.features.aiAssistantFeature;if(!t?.tierPlansEnabled)return t?.requireUpgrade;const r=t?.costs?.["jetpack-ai-logo-generator"]?.logo??n._S,a=t?.currentTier?.value||0,o=t?.usagePeriod?.requestsCount||0,s=1===a,i=!t?.nextTier;return e.features.aiAssistantFeature?.requireUpgrade||!s&&!i&&a-oe._meta?.featureFetchError??null,getFirstLogoPromptFetchError:e=>e._meta?.firstLogoPromptFetchError??null,getEnhancePromptFetchError:e=>e._meta?.enhancePromptFetchError??null,getLogoFetchError:e=>e._meta?.logoFetchError??null,getSaveToLibraryError:e=>e._meta?.saveToLibraryError??null,getLogoUpdateError:e=>e._meta?.logoUpdateError??null,getContext:e=>e._meta?.context??"",getTierPlansEnabled:e=>e.features.aiAssistantFeature?.tierPlansEnabled??!1,getIsLoadingHistory:e=>e._meta?.isLoadingHistory??!1},o=a},53664:(e,t,r)=>{"use strict";r.d(t,{A:()=>u});var n=r(7675),a=r(10067),o=r.n(a),s=r(46219),i=r(51391),l=r(78836);const c=o()("jetpack-ai-client:suggestions-event-source");class u extends EventTarget{constructor(e){super(),this.fullMessage="",this.fullFunctionCall={name:"",arguments:""},this.isPromptClear=!1,this.controller=new AbortController,this.initEventSource(e)}async initEventSource({url:e,question:t,token:r,options:a={}}){if(!r)try{c("Token was not provided, requesting one..."),r=(await(0,i.A)()).token}catch(e){return void this.processErrorEvent(e)}const o={};if(Number.isInteger(parseInt(a.postId))&&(o.post_id=+a.postId),!e){const t=new URL("https://public-api.wordpress.com/wpcom/v2/jetpack-ai-query");a?.fromCache&&t.searchParams.append("stream_cache","true"),e=t.toString(),c("URL not provided, using default: %o",e)}Array.isArray(t)?o.messages=t:o.question=t,a?.feature?.length&&(c("Feature: %o",a.feature),o.feature=a.feature),a?.functions?.length&&(c("Functions: %o",a.functions),o.functions=a.functions),a?.model?.length&&(c("Model: %o",a.model),o.model=a.model),this.errorUnclearPromptTriggered=!1,await(0,n.y)(e,{openWhenHidden:!0,method:"POST",headers:{"Content-type":"application/json",Authorization:"Bearer "+r},body:JSON.stringify(o),onclose:()=>{c("Stream closed")},onerror:e=>{throw this.processErrorEvent(e),e},onmessage:e=>{this.processEvent(e)},onopen:async e=>{if(e.ok)return;let t;throw e.status>=400&&e.status<=500&&![413,422,429].includes(e.status)&&(c("Connection error: %o",e),t=l.mA,this.dispatchEvent(new CustomEvent(l.mA,{detail:e}))),503===e.status&&(t=l.AZ,this.dispatchEvent(new CustomEvent(l.AZ))),413===e.status&&(t=l.cT,this.dispatchEvent(new CustomEvent(l.cT))),422===e.status&&(t=l.ud,this.dispatchEvent(new CustomEvent(l.ud))),429===e.status&&(t=l.Or,this.dispatchEvent(new CustomEvent(l.Or))),this.dispatchEvent(new CustomEvent(l.zn,{detail:(0,s.fC)(t)})),new Error},signal:this.controller.signal})}checkForUnclearPrompt(){if(this.isPromptClear)return;const e=this.fullMessage.replace(/__|(\*\*)/g,"");if(e.startsWith("JETPACK_AI_ERROR")){if(this.errorUnclearPromptTriggered)return;this.errorUnclearPromptTriggered=!0,this.dispatchEvent(new CustomEvent(l.L9)),c("Unclear error prompt dispatched"),this.dispatchEvent(new CustomEvent(l.zn,{detail:(0,s.fC)(l.L9)}))}else"JETPACK_AI_ERROR".startsWith(e)?c(this.fullMessage):this.isPromptClear=!0}close(){this.controller.abort()}processEvent(e){if("[DONE]"===e.data){if(this.errorUnclearPromptTriggered)return;if(this.fullMessage.length)return this.dispatchEvent(new CustomEvent("done",{detail:this.fullMessage})),void c("Done: %o",this.fullMessage);if(this.fullFunctionCall.name.length)return this.dispatchEvent(new CustomEvent("function_done",{detail:this.fullFunctionCall})),void c("Done: %o",this.fullFunctionCall)}let t;try{t=JSON.parse(e.data)}catch(t){return void c("Error parsing JSON",e,t)}const{delta:r}=t?.choices?.[0]??{delta:{content:null,function_call:null}},n=r.content,a=r.function_call;n&&(this.fullMessage+=n,this.checkForUnclearPrompt(),this.isPromptClear&&(this.dispatchEvent(new CustomEvent("chunk",{detail:n})),c("suggestion: %o",this.fullMessage),this.dispatchEvent(new CustomEvent("suggestion",{detail:this.fullMessage})))),a&&(null!=a.name&&(this.fullFunctionCall.name+=a.name),null!=a.arguments&&(this.fullFunctionCall.arguments+=a.arguments),this.dispatchEvent(new CustomEvent("functionCallChunk",{detail:this.fullFunctionCall})))}processErrorEvent(e){c("onerror: %o",e),this.dispatchEvent(new CustomEvent(l.mA,{detail:e})),this.dispatchEvent(new CustomEvent(l.zn,{detail:(0,s.fC)(l.mA)}))}}},78836:(e,t,r)=>{"use strict";r.d(t,{AZ:()=>a,L9:()=>c,Or:()=>o,cT:()=>i,mA:()=>l,uH:()=>n.u,ud:()=>s,zn:()=>u});var n=r(97784);const a="error_service_unavailable",o="error_quota_exceeded",s="error_moderation",i="error_context_too_large",l="error_network",c="error_unclear_prompt",u="error_response"},90372:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var n=r(10067);const a=r.n(n)()("dops:analytics");let o,s;window._tkq=window._tkq||[],window.ga=window.ga||function(){(window.ga.q=window.ga.q||[]).push(arguments)},window.ga.l=+new Date;const i={initialize:function(e,t,r){i.setUser(e,t),i.setSuperProps(r),i.identifyUser()},setGoogleAnalyticsEnabled:function(e,t=null){this.googleAnalyticsEnabled=e,this.googleAnalyticsKey=t},setMcAnalyticsEnabled:function(e){this.mcAnalyticsEnabled=e},setUser:function(e,t){s={ID:e,username:t}},setSuperProps:function(e){o=e},assignSuperProps:function(e){o=Object.assign(o||{},e)},mc:{bumpStat:function(e,t){const r=function(e,t){let r="";if("object"==typeof e){for(const t in e)r+="&x_"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);a("Bumping stats %o",e)}else r="&x_"+encodeURIComponent(e)+"="+encodeURIComponent(t),a('Bumping stat "%s" in group "%s"',t,e);return r}(e,t);i.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom-no-pv"+r+"&t="+Math.random())},bumpStatWithPageView:function(e,t){const r=function(e,t){let r="";if("object"==typeof e){for(const t in e)r+="&"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);a("Built stats %o",e)}else r="&"+encodeURIComponent(e)+"="+encodeURIComponent(t),a('Built stat "%s" in group "%s"',t,e);return r}(e,t);i.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom"+r+"&t="+Math.random())}},pageView:{record:function(e,t){i.tracks.recordPageView(e),i.ga.recordPageView(e,t)}},purchase:{record:function(e,t,r,n,a,o,s){i.ga.recordPurchase(e,t,r,n,a,o,s)}},tracks:{recordEvent:function(e,t){t=t||{},0===e.indexOf("akismet_")||0===e.indexOf("jetpack_")?(o&&(a("- Super Props: %o",o),t=Object.assign(t,o)),a('Record event "%s" called with props %s',e,JSON.stringify(t)),window._tkq.push(["recordEvent",e,t])):a('- Event name must be prefixed by "akismet_" or "jetpack_"')},recordJetpackClick:function(e){const t="object"==typeof e?e:{target:e};i.tracks.recordEvent("jetpack_wpa_click",t)},recordPageView:function(e){i.tracks.recordEvent("akismet_page_view",{path:e})},setOptOut:function(e){a("Pushing setOptOut: %o",e),window._tkq.push(["setOptOut",e])}},ga:{initialized:!1,initialize:function(){let e={};i.ga.initialized||(s&&(e={userId:"u-"+s.ID}),window.ga("create",this.googleAnalyticsKey,"auto",e),i.ga.initialized=!0)},recordPageView:function(e,t){i.ga.initialize(),a("Recording Page View ~ [URL: "+e+"] [Title: "+t+"]"),this.googleAnalyticsEnabled&&(window.ga("set","page",e),window.ga("send",{hitType:"pageview",page:e,title:t}))},recordEvent:function(e,t,r,n){i.ga.initialize();let o="Recording Event ~ [Category: "+e+"] [Action: "+t+"]";void 0!==r&&(o+=" [Option Label: "+r+"]"),void 0!==n&&(o+=" [Option Value: "+n+"]"),a(o),this.googleAnalyticsEnabled&&window.ga("send","event",e,t,r,n)},recordPurchase:function(e,t,r,n,a,o,s){window.ga("require","ecommerce"),window.ga("ecommerce:addTransaction",{id:e,revenue:n,currency:s}),window.ga("ecommerce:addItem",{id:e,name:t,sku:r,price:a,quantity:o}),window.ga("ecommerce:send")}},identifyUser:function(){s&&window._tkq.push(["identifyUser",s.ID,s.username])},setProperties:function(e){window._tkq.push(["setProperties",e])},clearedIdentity:function(){window._tkq.push(["clearIdentity"])}},l=i},11876:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(13022),a=r(51609),o=r.n(a),s=r(47876);const i=({children:e=null,width:t=null,height:r=null,className:a=""})=>o().createElement("div",{className:(0,n.A)(s.A.placeholder,a),style:{width:t,height:r}},e)},36281:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(21782);const a=({value:e="https://jetpack.com",bgColor:t,fgColor:r,level:a,includeMargin:o,imageSettings:s,renderAs:i="canvas",size:l=248})=>React.createElement(n.Ay,{value:e,size:l,bgColor:t,fgColor:r,level:a,includeMargin:o,imageSettings:s,renderAs:i})},56461:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var n=r(28120),a=r.n(n),o=r(51609),s=r.n(o);r(85335);const i=({color:e="#FFFFFF",className:t="",size:r=20})=>{const n=t+" jp-components-spinner",a={width:r,height:r,fontSize:r,borderTopColor:e},o={borderTopColor:e,borderRightColor:e};return s().createElement("div",{className:n},s().createElement("div",{className:"jp-components-spinner__outer",style:a},s().createElement("div",{className:"jp-components-spinner__inner",style:o})))};i.propTypes={color:a().string,className:a().string,size:a().number};const l=i},50723:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>g});var n=r(51609),a=r.n(n),o=r(25196);const s={"--font-headline-medium":"48px","--font-headline-small":"36px","--font-title-medium":"24px","--font-title-small":"20px","--font-body":"16px","--font-body-small":"14px","--font-body-extra-small":"12px","--font-title-large":"var(--font-headline-small)","--font-label":"var(--font-body-extra-small)"},i={"--jp-black":"#000000","--jp-black-80":"#2c3338","--jp-white":"#ffffff","--jp-white-off":"#f9f9f6","--jp-gray":"#dcdcde","--jp-gray-0":"#F6F7F7","--jp-gray-5":"var(--jp-gray)","--jp-gray-10":"#C3C4C7","--jp-gray-20":"#A7AAAD","--jp-gray-40":"#787C82","--jp-gray-50":"#646970","--jp-gray-60":"#50575E","--jp-gray-70":"#3C434A","--jp-gray-80":"#2C3338","--jp-gray-90":"#1d2327","--jp-gray-off":"#e2e2df","--jp-red-0":"#F7EBEC","--jp-red-5":"#FACFD2","--jp-red-40":"#E65054","--jp-red-50":"#D63638","--jp-red-60":"#B32D2E","--jp-red-70":"#8A2424","--jp-red-80":"#691C1C","--jp-red":"#d63639","--jp-yellow-5":"#F5E6B3","--jp-yellow-10":"#F2CF75","--jp-yellow-20":"#F0C930","--jp-yellow-30":"#DEB100","--jp-yellow-40":"#C08C00","--jp-yellow-50":"#9D6E00","--jp-yellow-60":"#7D5600","--jp-blue-20":"#68B3E8","--jp-blue-40":"#1689DB","--jp-pink":"#C9356E","--jp-green-0":"#f0f2eb","--jp-green-5":"#d0e6b8","--jp-green-10":"#9dd977","--jp-green-20":"#64ca43","--jp-green-30":"#2fb41f","--jp-green-40":"#069e08","--jp-green-50":"#008710","--jp-green-60":"#007117","--jp-green-70":"#005b18","--jp-green-80":"#004515","--jp-green-90":"#003010","--jp-green-100":"#001c09","--jp-green":"#069e08","--jp-green-primary":"var( --jp-green-40 )","--jp-green-secondary":"var( --jp-green-30 )"},l={"--jp-border-radius":"4px","--jp-menu-border-height":"1px","--jp-underline-thickness":"2px"},c={"--spacing-base":"8px"},u={},A=(e,t,r)=>{const n={...s,...i,...l,...c};for(const t in n)e.style.setProperty(t,n[t]);r&&e.classList.add(o.A.global),t&&(u[t]={provided:!0,root:e})},g=({children:e=null,targetDom:t,id:r,withGlobalStyles:o=!0})=>{const s=(0,n.useRef)(),i=u?.[r]?.provided;return(0,n.useLayoutEffect)((()=>{if(!i)return t?A(t,r,o):void(s?.current&&A(s.current,r,o))}),[t,s,i,r,o]),t?a().createElement(a().Fragment,null,e):a().createElement("div",{ref:s},e)}},3924:(e,t,r)=>{"use strict";function n(e,t={}){const r={};let n;if("undefined"!=typeof window&&(n=window?.JP_CONNECTION_INITIAL_STATE?.calypsoEnv),0===e.search("https://")){const t=new URL(e);e=`https://${t.host}${t.pathname}`,r.url=encodeURIComponent(e)}else r.source=encodeURIComponent(e);for(const e in t)r[e]=encodeURIComponent(t[e]);!Object.keys(r).includes("site")&&"undefined"!=typeof jetpack_redirects&&Object.hasOwn(jetpack_redirects,"currentSiteRawUrl")&&(r.site=jetpack_redirects.currentBlogID??jetpack_redirects.currentSiteRawUrl),n&&(r.calypso_env=n);return"https://jetpack.com/redirect/?"+Object.keys(r).map((e=>e+"="+r[e])).join("&")}r.d(t,{A:()=>n})},85985:(e,t,r)=>{"use strict";r.d(t,{$i:()=>n.A,BT:()=>i.A,Cq:()=>g.C,Dk:()=>l.Dk,FB:()=>s.A,GE:()=>a.A,GT:()=>l.GT,Q4:()=>l.Q4,Sy:()=>o.Sy,W4:()=>l.W4,aq:()=>l.aq,d9:()=>o.d9,gB:()=>c.A,pP:()=>o.pP,q7:()=>A.A,sH:()=>l.sH,sh:()=>g.s,st:()=>u.A,tu:()=>l.tu});var n=r(34972),a=r(54815),o=r(62634),s=r(60703),i=(r(82034),r(65595)),l=r(53265),c=r(49354),u=r(73489),A=r(76923),g=(r(15877),r(30335));r(88290)},15877:(e,t,r)=>{"use strict";r(51609)},30335:(e,t,r)=>{"use strict";r.d(t,{C:()=>s,s:()=>o});var n=r(86087),a=r(19334);function o(e){const t={};let r="span",a=e.icon;const o=document.createElement("div");o.innerHTML=e.icon;const s=o.querySelector("svg");return s&&(r="svg",a=s.innerHTML,Array.from(s.attributes).forEach((({nodeName:e,nodeValue:r})=>t[e]=r))),(0,n.createElement)(r,{...t,dangerouslySetInnerHTML:{__html:a||""}})}function s(e){return{src:o(e),foreground:(0,a.A)()}}},19334:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(62634);const a="#069e08";function o(){return(0,n.d9)()||(0,n.Sy)()?null:a}},34972:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});const n="Jetpack_Editor_Initial_State";function a(){return"object"==typeof window?window?.[n]??null:null}},60703:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(34972);function a(e){const t=(0,n.A)(),r=t?.available_blocks?.[e]?.available??!1,a=t?.available_blocks?.[e]?.unavailable_reason??"unknown";return{available:r,...!r&&{details:t?.available_blocks?.[e]?.details??[],unavailableReason:a}}}},54815:(e,t,r)=>{"use strict";function n(){return window&&window.Jetpack_Editor_Initial_State&&window.Jetpack_Editor_Initial_State.siteFragment?window.Jetpack_Editor_Initial_State.siteFragment:null}r.d(t,{A:()=>n})},73489:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var n=r(90372),a=r(39384),o=r(86087);const{tracks:s}=n.A,{recordEvent:i}=s,l=({pageViewEventName:e=null,pageViewNamespace:t="jetpack",pageViewSuffix:r="page_view",pageViewEventProperties:l={}}={})=>{const[c,u]=(0,o.useState)(!1),{isUserConnected:A,isRegistered:g,userConnectionData:d={}}=(0,a.useConnection)(),{wpcomUser:{login:p,ID:m}={},blogId:h}=d.currentUser||{},E=(0,o.useCallback)((async(e,t={})=>{A&&m&&p&&i(e,t)}),[A,m,p]);return(0,o.useEffect)((()=>{A&&m&&p&&h&&n.A.initialize(m,p,{blog_id:h})}),[h,m,p,A]),(0,o.useEffect)((()=>{const n=e?`${t}_${e}_${r}`:null;g&&n&&(c||(E(n,l),u(!0)))}),[c,t,e,r,g,l,E]),{recordEvent:E,tracks:s}}},76923:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(47143),a=r(86087),o=r(88290);const s=e=>{const{isModuleActive:t,isChangingStatus:r,isLoadingModules:s}=(0,n.useSelect)((t=>{const r=t(o.F);return{isModuleActive:r.isModuleActive(e),isChangingStatus:r.isModuleUpdating(e),isLoadingModules:r.areModulesLoading(e)}}),[o.F]),{updateJetpackModuleStatus:i}=(0,n.useDispatch)(o.F),l=(0,a.useCallback)((t=>i({name:e,active:t})),[e,i]);return(0,a.useMemo)((()=>({isLoadingModules:s,isChangingStatus:r,isModuleActive:t,changeStatus:l})),[s,r,t,l])}},49354:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(34972);function a(){return(0,n.A)()?.jetpack?.is_current_user_connected??!1}},27105:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>g,E9:()=>A});var n=r(47143),a=r(62634),o=r(94478),s=r(88290);const i="SET_JETPACK_MODULES",l="SET_MODULE_UPDATING";function c(e){return A({isLoading:e})}function u(e,t){return{type:l,name:e,isUpdating:t}}function A(e){return{type:i,options:e}}const g={updateJetpackModuleStatus:function*(e){try{yield u(e.name,!0),yield(0,o.sB)(e);const t=yield(0,o.wz)();return yield A({data:t}),!0}catch(e){const t=(0,n.select)(s.F).getJetpackModules();return yield A(t),!1}finally{yield u(e.name,!1)}},setJetpackModules:A,fetchModules:function*(){if((0,a.Sy)())return!0;try{yield c(!0);const e=yield(0,o.wz)();return yield A({data:e}),!0}catch(e){const t=(0,n.select)(s.F).getJetpackModules();return yield A(t),!1}finally{yield c(!1)}}}},94478:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>c,sB:()=>l,wz:()=>i});var n=r(1455),a=r.n(n);const o="FETCH_JETPACK_MODULES",s="UPDATE_JETPACK_MODULE_STATUS",i=()=>({type:o}),l=e=>({type:s,settings:e}),c={[o]:function(){return a()({path:"/jetpack/v4/module/all",method:"GET"})},[s]:function({settings:e}){return a()({path:`/jetpack/v4/module/${e.name}/active`,method:"POST",data:{active:e.active}})}}},88290:(e,t,r)=>{"use strict";r.d(t,{F:()=>c});var n=r(47143),a=r(27105),o=r(94478),s=r(38862),i=r(62701),l=r(31640);const c="jetpack-modules",u=(0,n.createReduxStore)(c,{reducer:s.A,actions:a.Ay,controls:o.Ay,resolvers:i.A,selectors:l.A});(0,n.register)(u);const A=window?.Initial_State?.getModules||window?.Jetpack_Editor_Initial_State?.modules||null;null!==A&&(0,n.dispatch)(c).setJetpackModules({data:{...A}})},38862:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});const n={isLoading:!1,isUpdating:{},data:{}},a=(e=n,t)=>{switch(t.type){case"SET_JETPACK_MODULES":return{...e,...t.options};case"SET_MODULE_UPDATING":return{...e,isUpdating:{...e.isUpdating,[t.name]:t.isUpdating}}}return e}},62701:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(27105),a=r(94478);const o={getJetpackModules:function*(){try{const e=yield(0,a.wz)();if(e)return(0,n.E9)({data:e})}catch(e){console.error(e)}}}},31640:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(62634);const a={getJetpackModules:e=>e.data,isModuleActive:(e,t)=>(0,n.Sy)()||(e?.data?.[t]?.activated??!1),areModulesLoading:e=>e.isLoading??!1,isModuleUpdating:(e,t)=>e?.isUpdating?.[t]??!1}},53265:(e,t,r)=>{"use strict";r.d(t,{Dk:()=>m,GT:()=>E,Q4:()=>u,W4:()=>A,aq:()=>g,sH:()=>h,tu:()=>d});var n=r(27723),a=r(93832),o=r(66087),s=r(34972),i=r(60703),l=r(54815),c=r(62634);const __=n.__;function u({planSlug:e,plan:t,postId:r,postType:n}){const s=(0,o.startsWith)(e,"jetpack_")?e:(0,o.get)(t,["path_slug"]),i=(void 0===n?()=>{const e=new URLSearchParams(window.location.search);return(0,a.addQueryArgs)(window.location.protocol+`//${(0,l.A)().replace("::","/")}/wp-admin/site-editor.php`,{postId:e.get("postId"),postType:e.get("postType"),plan_upgraded:1})}:()=>{const e=["page","post"].includes(n)?"":"edit";return(0,c.Sy)()?(0,a.addQueryArgs)("/"+(0,o.compact)([e,n,(0,l.A)(),r]).join("/"),{plan_upgraded:1}):(0,a.addQueryArgs)(window.location.protocol+`//${(0,l.A)().replace("::","/")}/wp-admin/post.php`,{action:"edit",post:r,plan_upgraded:1})})();return(0,c.d9)()?(0,a.addQueryArgs)(`https://wordpress.com/plans/${(0,l.A)()}`,{redirect_to:i,customerType:"business"}):s&&(0,a.addQueryArgs)(`https://wordpress.com/checkout/${(0,l.A)()}/${s}`,{redirect_to:i})}function A(e){if(!e)return!1;const t=/^jetpack\//.test(e)?e.substr(8,e.length):e,{available:r,unavailableReason:n}=(0,i.A)(t);return!r&&"missing_plan"===n}function g(e,t){return"missing_plan"===e&&t.required_plan}function d(e){if(!e)return!1;const t=/^jetpack\//.test(e)?e.substr(8,e.length):e,{details:r,unavailableReason:n}=(0,i.A)(t);return g(n,r)}const p=[{name:"core/cover",mediaPlaceholder:!0,mediaReplaceFlow:!0,fileType:"video",description:__("Upgrade your plan to use video covers","jetpack")},{name:"core/audio",mediaPlaceholder:!0,mediaReplaceFlow:!0,fileType:"audio",description:__("Upgrade your plan to upload audio","jetpack")}];function m(){return(0,o.get)((0,s.A)(),"jetpack.enable_upgrade_nudge",!1)}const h=e=>(0,o.map)(p,"name").includes(e),E=e=>(0,o.head)((0,o.filter)(p,(({name:t})=>t===e)))},82034:(e,t,r)=>{"use strict";r(92279)},62634:(e,t,r)=>{"use strict";r.d(t,{Sy:()=>o,d9:()=>s,pP:()=>i});var n=r(34972);function a(){return"object"==typeof window&&"string"==typeof window._currentSiteType?window._currentSiteType:null}function o(){return"simple"===a()}function s(){return"atomic"===a()}function i(){const e=(0,n.A)();return e?.jetpack?.is_private_site??!1}},65595:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(96072),a=r.n(n),o=r(29491);const s=e=>(0,o.createHigherOrderComponent)((t=>r=>React.createElement(t,a()({},r,{className:r.name===e?"has-warning is-interactive":r.className}))),"withHasWarningIsInteractiveClassNames")},52068:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>b});var n=r(82170),a=r(96865),o=r(56427),s=r(27723),i=r(90254),l=r(69457),c=r(88669),u=r(41417),A=r(57003),g=(r(51609),r(95396)),d=r(64425),p=r(47264),m=r(2162),h=r(62402);const __=s.__,E="simplify",f="make-longer",C="make-shorter",B={default:[{name:__("Correct spelling and grammar","jetpack"),key:"correct-spelling",aiSuggestion:d.yy,icon:i.A}],"core/paragraph":[{name:__("Simplify","jetpack"),key:E,aiSuggestion:d.A4,icon:l.A},{name:__("Summarize","jetpack"),key:"summarize",aiSuggestion:d.UA,icon:c.A},{name:__("Expand","jetpack"),key:f,aiSuggestion:d.br,icon:u.A},{name:__("Make shorter","jetpack"),key:C,aiSuggestion:d.fD,icon:u.A}],"core/list-item":[{name:__("Simplify","jetpack"),key:E,aiSuggestion:d.A4,icon:l.A},{name:__("Expand","jetpack"),key:f,aiSuggestion:d.br,icon:u.A},{name:__("Make shorter","jetpack"),key:C,aiSuggestion:d.fD,icon:u.A}],"core/list":g.L.includes("core/list")?[{name:__("Simplify","jetpack"),key:E,aiSuggestion:d.A4,icon:l.A},{name:__("Expand","jetpack"),key:f,aiSuggestion:d.br,icon:u.A},{name:__("Make shorter","jetpack"),key:C,aiSuggestion:d.fD,icon:u.A}]:[{name:__("Turn list into a table","jetpack"),key:"turn-into-table",aiSuggestion:d.pE,icon:A.A,options:{userPrompt:"make a table from this list, do not enclose the response in a code block"}},{name:__("Write a post from this list","jetpack"),key:"write-post-from-list",aiSuggestion:d.pE,icon:l.A,options:{userPrompt:"Write a post based on the list items. Include a title as first order heading and try to use secondary headings for each entry"}}]};function b({blockType:e,disabled:t=!1,onAskAiAssistant:r,onRequestSuggestion:s}){const i=B[e]??[];return(0,n.createElement)(n.Fragment,null,t&&(0,n.createElement)(o.Notice,{status:"warning",isDismissible:!1,className:"jetpack-ai-assistant__info"},__("Add content to activate the tools below","jetpack")),(0,n.createElement)(o.MenuGroup,null,(0,n.createElement)(o.MenuItem,{icon:a.cj,iconPosition:"left",key:"key-ai-assistant",onClick:r,disabled:t},(0,n.createElement)("div",{className:"jetpack-ai-assistant__menu-item"},__("Ask AI Assistant","jetpack"))),[...B.default,...i].map((e=>(0,n.createElement)(o.MenuItem,{icon:e?.icon,iconPosition:"left",key:`key-${e.key}`,onClick:()=>{s(e.aiSuggestion,{...e.options??{}},e.name)},disabled:t},(0,n.createElement)("div",{className:"jetpack-ai-assistant__menu-item"},e.name)))),(0,n.createElement)(h.hN,{onChange:e=>{s(d.eJ,{tone:e},`${h.uQ}: ${(0,p.Z)(e)}`)},disabled:t}),(0,n.createElement)(m.HU,{onChange:(e,t)=>{s(d.Gm,{language:e},`${m.u0}: ${t}`)},disabled:t})))}},72901:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(82170),a=r(27723),o=r(56333),s=r(10617);const __=a.__,i=()=>{const e=`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?page=my-jetpack#/connection`,{autosaveAndRedirect:t,isRedirecting:r}=(0,s.A)(e);return(0,n.createElement)(o.c,{buttonText:__("Connect Jetpack","jetpack"),checkoutUrl:e,className:"jetpack-ai-connect-banner",description:__("Your account is not connected to Jetpack at the moment.","jetpack"),goToCheckoutPage:e=>{t(e)},isRedirecting:r,visible:!0,align:null,title:null,context:null})}},32249:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(82170),a=r(3924),o=r(56427),s=r(27723);const __=s.__;const i=function(){const e=(0,a.A)("jetpack-ai-feedback");return(0,n.createElement)("div",{className:"jetpack-ai-feedback-control"},(0,n.createElement)(o.BaseControl,{label:__("Feedback","jetpack")},(0,n.createElement)("p",null,__("Your feedback is valuable in our commitment to refine and improve this feature.","jetpack")),(0,n.createElement)(o.ExternalLink,{href:e},__("Share your feedback","jetpack"))))}},2162:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>h,HU:()=>E,u0:()=>g});var n=r(82170),a=r(85985),o=r(56427),s=r(27723),i=r(51113),l=r(29115),c=r(84066);r(51609);const __=s.__,u=["en","es","fr","de","it","pt","ru","zh","ja","ar","hi","ko"],A=window?.Jetpack_Editor_Initial_State?.siteLocale||navigator?.language,g=__("Translate","jetpack"),d=A?.split("-")[0]||"en",p=(A?.split("-"),{en:{label:__("English","jetpack")},es:{label:__("Spanish","jetpack")},fr:{label:__("French","jetpack")},de:{label:__("German","jetpack")},it:{label:__("Italian","jetpack")},pt:{label:__("Portuguese","jetpack")},ru:{label:__("Russian","jetpack")},zh:{label:__("Chinese","jetpack")},ja:{label:__("Japanese","jetpack")},ar:{label:__("Arabic","jetpack")},hi:{label:__("Hindi","jetpack")},ko:{label:__("Korean","jetpack")}}),m=({value:e,onChange:t})=>{const r=[...u.filter((e=>e!==d))];return u.includes(d)&&r.unshift(d),(0,n.createElement)(o.MenuGroup,{label:__("Select language","jetpack")},r.map((r=>(0,n.createElement)(o.MenuItem,{key:`key-${r}`,onClick:()=>t(r+" ("+p[r].label+")",p[r].label),isSelected:e===r},p[r].label))))};function h({value:e=d,label:t=g,onChange:r,disabled:s=!1}){const{tracks:l}=(0,a.st)();return s?(0,n.createElement)(o.Tooltip,{text:t},(0,n.createElement)(o.Button,{disabled:!0},(0,n.createElement)(i.A,{icon:c.A}))):(0,n.createElement)(o.ToolbarDropdownMenu,{icon:c.A,label:t,popoverProps:{variant:"toolbar"},onToggle:e=>{e&&l.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"i18n"})}},(()=>(0,n.createElement)(m,{value:e,onChange:r})))}function E({value:e=d,label:t=g,onChange:r,disabled:a=!1}){return(0,n.createElement)(o.DropdownMenu,{className:"ai-assistant__i18n-dropdown",icon:c.A,label:t,toggleProps:{children:(0,n.createElement)(n.Fragment,null,(0,n.createElement)("div",{className:"ai-assistant__i18n-dropdown__toggle-label"},t),(0,n.createElement)(i.A,{icon:l.A})),disabled:a}},(({onClose:t})=>(0,n.createElement)(m,{onChange:(...e)=>{r(...e),t()},value:e})))}},99050:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>m});var n=r(82170),a=r(85985),o=r(56427),s=r(27723),i=r(78938);const __=s.__,l="make-longer",c="makeLonger",u="make-shorter",A="makeShorter",g="summarize",d="summarize",p=[{name:__("Summarize","jetpack"),key:g,aiSuggestion:d},{name:__("Make longer","jetpack"),key:l,aiSuggestion:c},{name:__("Make shorter","jetpack"),key:u,aiSuggestion:A}];function m({key:e,label:t=__("Improve","jetpack"),exclude:r=[],onChange:s,disabled:l=!1}){const{tracks:c}=(0,a.st)();return l?(0,n.createElement)(o.Tooltip,{text:t},(0,n.createElement)(o.Button,{disabled:!0},(0,n.createElement)(o.Icon,{icon:i.A}))):(0,n.createElement)(o.ToolbarDropdownMenu,{icon:i.A,label:t,popoverProps:{variant:"toolbar"},onToggle:e=>{e&&c.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"improve"})}},(()=>{const a=p.filter((e=>!r.includes(e.key)));return(0,n.createElement)(o.MenuGroup,{label:t},a.map((t=>(0,n.createElement)(o.MenuItem,{key:`key-${t.key}`,onClick:()=>s(t.aiSuggestion,{contentType:"generated"}),isSelected:e===t.key},t.name))))}))}},33468:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>m});var n=r(82170),a=r(85985),o=r(56427),s=r(27723),i=r(78938),l=r(41417),c=r(90254),u=r(69457),A=r(88669),g=r(11269);const __=s.__,d=[{label:__("Post about…","jetpack"),description:{original:"Write a post about ",translated:__("Write a post about ","jetpack")}},{label:__("Informative article on…","jetpack"),description:{original:"Craft an informative article explaining ",translated:__("Craft an informative article explaining ","jetpack")}},{label:__("Step-by-step tutorial on…","jetpack"),description:{original:"Write a step-by-step tutorial on ",translated:__("Write a step-by-step tutorial on ","jetpack")}},{label:__("Motivational post on…","jetpack"),description:{original:"Create a motivational post on ",translated:__("Create a motivational post on ","jetpack")}}],p=[{label:__("Say it differently…","jetpack"),description:{original:"Rewrite it in a way that ",translated:__("Rewrite it in a way that ","jetpack")}},{label:__("Add…","jetpack"),description:{original:"Add more details about ",translated:__("Add more details about ","jetpack")}},{label:__("Remove…","jetpack"),description:{original:"Remove unnecessary details about ",translated:__("Remove unnecessary details about ","jetpack")}}];function m({hasContentBefore:e,hasContent:t,hasPostTitle:r,contentIsLoaded:s,onPromptSelect:m,onSuggestionSelect:h}){const E=__("Write with AI…","jetpack"),{tracks:f}=(0,a.st)();return(0,n.createElement)(o.ToolbarDropdownMenu,{className:"jetpack-ai-assistant__templates-control",icon:null,label:E,text:E,onToggle:e=>{e&&f.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"write-with-ai"})}},(({onClose:a})=>s?(0,n.createElement)(o.MenuGroup,{label:__("Write…","jetpack")},p.map(((e,t)=>(0,n.createElement)(o.MenuItem,{icon:i.A,iconPosition:"left",key:`key-${t}`,onClick:()=>{a(),m(e.description)}},e.label)))):(0,n.createElement)(n.Fragment,null,e&&(0,n.createElement)(o.MenuGroup,{label:__("Based on preceding content…","jetpack")},(0,n.createElement)(o.MenuItem,{icon:l.A,iconPosition:"left",onClick:()=>h("continue")},__("Continue writing","jetpack")),(0,n.createElement)(o.MenuItem,{icon:c.A,iconPosition:"left",onClick:()=>h("correctSpelling")},__("Correct spelling and grammar","jetpack")),(0,n.createElement)(o.MenuItem,{icon:u.A,iconPosition:"left",onClick:()=>h("simplify")},__("Simplify","jetpack"))),t&&(0,n.createElement)(o.MenuGroup,{label:__("Based on entire content…","jetpack")},t&&(0,n.createElement)(o.MenuItem,{icon:A.A,iconPosition:"left",onClick:()=>h("summarize")},__("Summarize","jetpack")),t&&(0,n.createElement)(o.MenuItem,{icon:g.A,iconPosition:"left",onClick:()=>h("generateTitle")},__("Generate a post title","jetpack"))),(0,n.createElement)(o.MenuGroup,{label:__("Write…","jetpack")},r&&(0,n.createElement)(o.MenuItem,{icon:i.A,iconPosition:"left",onClick:()=>h("titleSummary")},__("Summary based on title","jetpack")),d.map(((e,t)=>(0,n.createElement)(o.MenuItem,{icon:i.A,iconPosition:"left",key:`key-${t}`,onClick:()=>{a(),m(e.description)}},e.label)))))))}},23e3:(e,t,r)=>{"use strict";r.d(t,{A:()=>f,Q:()=>E});var n=r(82170),a=r(3924),o=r(85985),s=r(56427),i=r(86087),l=r(27723),c=r(10067),u=r.n(c),A=r(56333),g=r(92169),d=r(61297),p=r(7503),m=r(93094);const __=l.__,h=u()("jetpack-ai-assistant:upgrade-prompt"),E=({variant:e="error"})=>{const t=(()=>{const{usagePeriod:e}=(0,d.A)(),t=(e=>{const t=__("You've reached this month's request limit, per our fair usage policy.","jetpack");if(!e)return t; +const r=__("Requests will reset on %s.","jetpack");return`${t} ${(0,o.sprintf)(r,e)}`})((e=>{if(!e?.nextStart)return null;const t=new Date(e.nextStart);return t.toLocaleString("default",{month:"long"})+" "+t.getDate()})(e));return(0,a.createInterpolateElement)(t,{link:React.createElement("a",{href:"https://jetpack.com/redirect/?source=ai-logo-generator-fair-usage-policy",target:"_blank",rel:"noreferrer"})})}},88725:(e,t,r)=>{"use strict";r.d(t,{A:()=>m});var n=r(47143),a=r(10067),o=r.n(a),s=r(51609),i=r(62614),l=r(93869),c=r(51391),u=r(19362),A=r(28229),g=r(74423),d=r(44461);const p=o()("jetpack-ai-calypso:use-logo-generator"),m=()=>{const{setSelectedLogoIndex:e,setIsSavingLogoToLibrary:t,setIsApplyingLogo:r,setIsRequestingImage:a,setIsEnhancingPrompt:o,increaseAiAssistantRequestsCount:m,addLogoToHistory:h,setContext:E,setIsLoadingHistory:f}=(0,n.useDispatch)(g.E),{logos:C,selectedLogoIndex:B,selectedLogo:b,siteDetails:k,isSavingLogoToLibrary:v,isApplyingLogo:y,isEnhancingPrompt:I,isBusy:w,isRequestingImage:_,getAiAssistantFeature:Q,requireUpgrade:S,context:x,tierPlansEnabled:j,isLoadingHistory:L}=(0,n.useSelect)((e=>{const t=e(g.E);return{logos:t.getLogos(),selectedLogoIndex:t.getSelectedLogoIndex(),selectedLogo:t.getSelectedLogo(),siteDetails:t.getSiteDetails(),isSavingLogoToLibrary:t.getIsSavingLogoToLibrary(),isApplyingLogo:t.getIsApplyingLogo(),isRequestingImage:t.getIsRequestingImage(),isEnhancingPrompt:t.getIsEnhancingPrompt(),isBusy:t.getIsBusy(),getAiAssistantFeature:t.getAiAssistantFeature,requireUpgrade:t.getRequireUpgrade(),context:t.getContext(),tierPlansEnabled:t.getTierPlansEnabled(),isLoadingHistory:t.getIsLoadingHistory()}}),[]),{setFirstLogoPromptFetchError:T,setEnhancePromptFetchError:R,setLogoFetchError:N,setSaveToLibraryError:P,setLogoUpdateError:D}=(0,d.A)(),{generateImageWithParameters:M}=(0,i.A)(),{saveToMediaLibrary:F}=(0,l.A)(),{ID:O=null,name:U=null,description:H=null}=k||{},z=O?String(O):null,q=Q(z),V=q?.costs?.["jetpack-ai-logo-generator"]?.logo,G=(0,s.useCallback)((async function(){T(null),m();try{const e=await(0,c.A)();if(!e||!e.token)throw new Error("No token provided");p("Generating first prompt for site");const t={question:`Generate a simple and short prompt asking for a logo based on the site's name and description, keeping the same language.\nExample for a site named "The minimalist fashion blog", described as "Daily inspiration for all things fashion": A logo for a minimalist fashion site focused on daily sartorial inspiration with a clean and modern aesthetic that is sleek and sophisticated.\nAnother example, now for a site called "El observatorio de aves", described as "Un sitio dedicado a nuestros compañeros y compañeras entusiastas de la observación de aves.": Un logo para un sitio web dedicado a la observación de aves, capturando la esencia de la naturaleza y la pasión por la avifauna en un diseño elegante y representativo, reflejando una estética natural y apasionada por la vida silvestre.\n\nSite name: ${U}\nSite description: ${H}`,feature:"jetpack-ai-logo-generator",stream:!1},r="https://public-api.wordpress.com/wpcom/v2/jetpack-ai-query",n={Authorization:`Bearer ${e.token}`,"Content-Type":"application/json"},a=await fetch(r,{method:"POST",headers:n,body:JSON.stringify(t)}).then((e=>e.json()));return a?.choices?.[0]?.message?.content}catch(e){throw m(-1),T(e),e}}),[T,m,U,H]),$=(0,s.useCallback)((async function({prompt:e}){N(null);try{const t=await(0,c.A)();if(!t||!t.token)throw new Error("No token provided");p("Generating image with prompt",e);const r={prompt:`I NEED to test how the tool works with extremely simple prompts. DO NOT add any detail, just use it AS-IS:\nCreate a single text-free iconic vector logo that symbolically represents the user request, using abstract or symbolic imagery.\nThe design should be modern, with either a vivid color scheme full of gradients or a color scheme that's monochromatic. Use any of those styles based on the user request mood.\nEnsure the logo is set against a clean solid background.\nEnsure the logo works in small sizes.\nThe imagery in the logo should subtly hint at the mood of the user request but DO NOT use any text, letters, or the name of the site on the imagery.\nThe image should contain a single icon, without variations, color palettes or different versions.\n\nUser request:${e}`,feature:"jetpack-ai-logo-generator",response_format:"b64_json"};return await M(r)}catch(e){throw N(e),e}}),[]),Z=(0,s.useCallback)((async e=>{P(null);try{if(p("Saving logo for site"),e.mediaId)return{mediaId:e.mediaId,mediaURL:e.url};const r={mediaId:0,mediaURL:""};t(!0);const{id:n,url:a}=await F(e.url,"site-logo.png");return r.mediaId=parseInt(n),r.mediaURL=a,r}catch(e){throw P(e),e}finally{t(!1)}}),[t,P]),W=(0,s.useCallback)((async()=>{D(null);try{if(!z||!b)throw new Error("Missing siteId or logo");p("Applying logo for site",z),r(!0);const{mediaId:e}=b;if(!e)throw new Error("Missing mediaId");await(0,A.Z)({siteId:z,imageId:String(e)})}catch(e){throw D(e),e}finally{r(!1)}}),[b,r,D,z]),Y=(0,s.useCallback)((e=>{h(e),(0,u.hm)({...e,siteId:String(z)})}),[z,h,u.hm]),K=(0,s.useCallback)((async function({prompt:e}){p("Generating logo for site"),a(!0);try{if(!V)throw new Error("Missing cost information");let t;m(V);try{if(t=await $({prompt:e}),!t||!t.data.length)throw new Error("No image returned")}catch(e){throw m(-V),e}const r={url:"data:image/png;base64,"+t.data[0].b64_json,description:e};try{const t=await Z(r);Y({url:t.mediaURL,description:e,mediaId:t.mediaId})}catch(e){throw Y(r),e}}finally{a(!1)}}),[V,m,Z,Y,$]);return{logos:C,selectedLogoIndex:B,selectedLogo:b,setSelectedLogoIndex:e,site:{id:z,name:U,description:H},generateFirstPrompt:G,saveLogo:Z,applyLogo:W,generateImage:$,enhancePrompt:async function({prompt:e}){R(null),m();try{const t=await(0,c.A)();if(!t||!t.token)throw new Error("No token provided");p("Enhancing prompt",e);const r={messages:[{role:"system",content:"Enhance the prompt you receive.\nThe prompt is meant for generating a logo. Return the same prompt enhanced, and make each enhancement wrapped in brackets.\nDo not add any mention to text, letters, typography or the name of the site in the prompt.\nFor example: user's prompt: A logo for an ice cream shop. Returned prompt: A logo for an ice cream shop [that is pink] [and vibrant]."},{role:"user",content:e}],feature:"jetpack-ai-logo-generator",stream:!1},n="https://public-api.wordpress.com/wpcom/v2/jetpack-ai-query",a={Authorization:`Bearer ${t.token}`,"Content-Type":"application/json"},o=await fetch(n,{method:"POST",headers:a,body:JSON.stringify(r)}).then((e=>e.json()));return o?.choices?.[0]?.message?.content}catch(e){throw m(-1),R(e),e}},storeLogo:Y,generateLogo:K,setIsEnhancingPrompt:o,setIsRequestingImage:a,setIsSavingLogoToLibrary:t,setIsApplyingLogo:r,setContext:E,isEnhancingPrompt:I,isRequestingImage:_,isSavingLogoToLibrary:v,isApplyingLogo:y,isBusy:w,getAiAssistantFeature:Q,requireUpgrade:S,context:x,tierPlansEnabled:j,isLoadingHistory:L,setIsLoadingHistory:f}}},44461:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(47143),a=r(74423);const o=()=>{const{setFeatureFetchError:e,setFirstLogoPromptFetchError:t,setEnhancePromptFetchError:r,setLogoFetchError:o,setSaveToLibraryError:s,setLogoUpdateError:i}=(0,n.useDispatch)(a.E),{featureFetchError:l,firstLogoPromptFetchError:c,enhancePromptFetchError:u,logoFetchError:A,saveToLibraryError:g,logoUpdateError:d}=(0,n.useSelect)((e=>{const t=e(a.E);return{featureFetchError:t.getFeatureFetchError(),firstLogoPromptFetchError:t.getFirstLogoPromptFetchError(),enhancePromptFetchError:t.getEnhancePromptFetchError(),logoFetchError:t.getLogoFetchError(),saveToLibraryError:t.getSaveToLibraryError(),logoUpdateError:t.getLogoUpdateError()}}),[]);return{setFeatureFetchError:e,setFirstLogoPromptFetchError:t,setEnhancePromptFetchError:r,setLogoFetchError:o,setSaveToLibraryError:s,setLogoUpdateError:i,clearErrors:()=>{e(null),t(null),r(null),o(null),s(null),i(null)},featureFetchError:l,firstLogoPromptFetchError:c,enhancePromptFetchError:u,logoFetchError:A,saveToLibraryError:g,logoUpdateError:d}}},23101:(e,t,r)=>{"use strict";r.d(t,{T:()=>n.T});var n=r(64537)},19362:(e,t,r)=>{"use strict";r.d(t,{$t:()=>i,H:()=>s,NP:()=>l,Pv:()=>c,hm:()=>o});var n=r(13858);const a=10;function o({siteId:e,url:t,description:r,mediaId:n}){const o=i(e),s={url:t,description:r,mediaId:n};return o.push(s),localStorage.setItem(`logo-history-${e}`,JSON.stringify(o.slice(-a))),s}function s({siteId:e,url:t,newUrl:r,mediaId:n}){const o=i(e),s=o.findIndex((e=>e.url===t));return s>-1&&(o[s].url=r,o[s].mediaId=n),localStorage.setItem(`logo-history-${e}`,JSON.stringify(o.slice(-a))),o[s]}function i(e){const t=localStorage.getItem(`logo-history-${e}`);let r=t?JSON.parse(t):[];return Array.isArray(r)||(r=[]),r=r.slice(-a),r=r.filter((e=>"object"==typeof e&&"string"==typeof e.url&&"string"==typeof e.description)).map((e=>({url:e.url,description:e.description,mediaId:e.mediaId}))),r}function l(e){return 0===i(e).length}async function c(e){const t=i(e).filter((({mediaId:e})=>void 0!==e)).map((({mediaId:t})=>new Promise(((r,a)=>{(0,n.T)({siteId:e,mediaId:t}).then((e=>r({mediaId:t,exists:e}))).catch((e=>a(e)))}))));try{(await Promise.all(t)).filter((({exists:e})=>!e)).forEach((({mediaId:t})=>function({siteId:e,mediaId:t}){const r=i(e),n=r.findIndex((e=>e.mediaId===t));-1!==n&&(r.splice(n,1),localStorage.setItem(`logo-history-${e}`,JSON.stringify(r)))}({siteId:e,mediaId:t})))}catch(e){}}},13858:(e,t,r)=>{"use strict";r.d(t,{T:()=>a});var n=r(48931);async function a({mediaId:e}){const t=Number(e);if(Number.isNaN(t))return!1;try{return await(0,n.A)({path:`/wp/v2/media/${Number(e)}`,method:"GET"}),!0}catch(e){const t=e?.data?.status;if(404===t)return!1;throw e}}},28229:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(22746);async function a({siteId:e,imageId:t}){const r={site_logo:t,site_icon:t};return(0,n.A)({path:`/sites/${String(e)}/settings`,apiVersion:"v2",apiNamespace:"wp/v2",body:r,query:"source=jetpack-ai",method:"POST"})}},22746:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(48931);const a=5;let o=0;async function s(e){if(o+=1,o>a)throw o-=1,new Error("Too many requests");return(0,n.A)(e).finally((()=>{o-=1}))}},9624:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(19362),a=r(22746),o=r(9938);const s={storeAiAssistantFeature:e=>({type:o.UU,feature:e}),fetchAiAssistantFeature:()=>async({dispatch:e})=>{e({type:o.ql});try{const t=await(0,a.A)({path:"/wpcom/v2/jetpack-ai/ai-assistant-feature",query:"force=wpcom"});e(s.storeAiAssistantFeature(function(e){return{hasFeature:!!e["has-feature"],isOverLimit:!!e["is-over-limit"],requestsCount:e["requests-count"],requestsLimit:e["requests-limit"],requireUpgrade:!!e["site-require-upgrade"],errorMessage:e["error-message"],errorCode:e["error-code"],upgradeType:e["upgrade-type"],usagePeriod:{currentStart:e["usage-period"]?.["current-start"],nextStart:e["usage-period"]?.["next-start"],requestsCount:e["usage-period"]?.["requests-count"]||0},currentTier:e["current-tier"],nextTier:e["next-tier"],tierPlansEnabled:!!e["tier-plans-enabled"],costs:e.costs,featuresControl:e["features-control"]}}(t)))}catch(t){e({type:o.Rx,error:t})}},increaseAiAssistantRequestsCount:(e=1)=>({dispatch:t})=>{t({type:o.Lg,count:e})},setAiAssistantFeatureRequireUpgrade:(e=!0)=>({type:o.Kt,requireUpgrade:e}),setTierPlansEnabled:(e=!0)=>({type:o.c1,tierPlansEnabled:e}),setSiteDetails:e=>({type:o.Bz,siteDetails:e}),setSelectedLogoIndex:e=>({type:o.BG,selectedLogoIndex:e}),addLogoToHistory:e=>({type:o.sG,logo:e}),setIsSavingLogoToLibrary:e=>({type:o.E6,isSavingLogoToLibrary:e}),setIsApplyingLogo:e=>({type:o.Ep,isApplyingLogo:e}),updateSelectedLogo:(e,t)=>({type:o.r_,mediaId:e,url:t}),setIsRequestingImage:e=>({type:o.vk,isRequestingImage:e}),setIsEnhancingPrompt:e=>({type:o.O5,isEnhancingPrompt:e}),loadLogoHistory(e){const t=(0,n.$t)(e);return{type:o.ZI,history:t}},setFeatureFetchError:e=>({type:o.Rx,error:e}),setFirstLogoPromptFetchError:e=>({type:o.MQ,error:e}),setEnhancePromptFetchError:e=>({type:o.gG,error:e}),setLogoFetchError:e=>({type:o.q_,error:e}),setSaveToLibraryError:e=>({type:o.x0,error:e}),setLogoUpdateError:e=>({type:o.FN,error:e}),setContext:e=>({type:o.kZ,context:e}),setIsLoadingHistory:e=>({type:o.hY,isLoadingHistory:e})},i=s},9938:(e,t,r)=>{"use strict";r.d(t,{BG:()=>d,Bz:()=>l,E6:()=>m,Ep:()=>h,FN:()=>_,GB:()=>c,Kt:()=>s,Lg:()=>o,MQ:()=>v,O5:()=>C,Rx:()=>k,UU:()=>n,ZI:()=>B,c1:()=>i,gG:()=>y,hY:()=>b,kZ:()=>g,mx:()=>A,nb:()=>u,q_:()=>I,ql:()=>a,r_:()=>E,sG:()=>p,vk:()=>f,x0:()=>w});const n="STORE_AI_ASSISTANT_FEATURE",a="REQUEST_AI_ASSISTANT_FEATURE",o="INCREASE_AI_ASSISTANT_REQUESTS_COUNT",s="SET_AI_ASSISTANT_FEATURE_REQUIRE_UPGRADE",i="SET_TIER_PLANS_ENABLED",l="SET_SITE_DETAILS",c=20,u=999999999,A=3,g="SET_CONTEXT",d="SET_SELECTED_LOGO_INDEX",p="ADD_LOGO_TO_HISTORY",m="SET_IS_SAVING_LOGO_TO_LIBRARY",h="SET_IS_APPLYING_LOGO",E="SAVE_SELECTED_LOGO",f="SET_IS_REQUESTING_IMAGE",C="SET_IS_ENHANCING_PROMPT",B="SET_SITE_HISTORY",b="SET_IS_LOADING_HISTORY",k="SET_FEATURE_FETCH_ERROR",v="SET_FIRST_LOGO_PROMPT_FETCH_ERROR",y="SET_ENHANCE_PROMPT_FETCH_ERROR",I="SET_LOGO_FETCH_ERROR",w="SET_SAVE_TO_LIBRARY_ERROR",_="SET_LOGO_UPDATE_ERROR"},74423:(e,t,r)=>{"use strict";r.d(t,{E:()=>i});var n=r(47143),a=r(9624),o=r(23695),s=r(80037);const i="jetpack-ai/logo-generator",l=(0,n.createReduxStore)(i,{__experimentalUseThunks:!0,actions:a.A,reducer:o.A,selectors:s.A});(0,n.register)(l)},94891:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(9938);const a={siteDetails:{},features:{aiAssistantFeature:{hasFeature:!0,isOverLimit:!1,requestsCount:0,requestsLimit:n.GB,requireUpgrade:!1,errorMessage:"",errorCode:"",upgradeType:"default",currentTier:{slug:"ai-assistant-tier-free",value:0,limit:20},usagePeriod:{currentStart:"",nextStart:"",requestsCount:0},nextTier:null,tierPlansEnabled:!1,_meta:{isRequesting:!1,asyncRequestCountdown:n.mx,asyncRequestTimerId:0,isRequestingImage:!1}}},history:[],selectedLogoIndex:0}},23695:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(61356),a=r(9938),o=r(94891);function s(e=o.A,t){switch(t.type){case a.ql:return{...e,_meta:{...e._meta??{},featureFetchError:null},features:{...e.features,aiAssistantFeature:{...e.features.aiAssistantFeature,_meta:{...e?.features?.aiAssistantFeature?._meta,isRequesting:!0,asyncRequestCountdown:a.mx,asyncRequestTimerId:0}}}};case a.UU:{const r={"jetpack-ai-logo-generator":{logo:n._S}};return{...e,features:{...e.features,aiAssistantFeature:{costs:r,...t.feature,requireUpgrade:t.feature?.requireUpgrade||0===t.feature?.currentTier?.value,_meta:{...e?.features?.aiAssistantFeature?._meta,isRequesting:!1}}}}}case a.Lg:{const r=e?.features?.aiAssistantFeature?.usagePeriod||{requestsCount:0},n=(e?.features?.aiAssistantFeature?.requestsCount||0)+(t.count??1);r.requestsCount+=t.count??1;const o=e?.features?.aiAssistantFeature?.currentTier?.value,s=void 0===o&&!e?.features?.aiAssistantFeature?.hasFeature||0===o,i=void 0===o&&e?.features?.aiAssistantFeature?.hasFeature||1===o;let l=e?.features?.aiAssistantFeature?.currentTier?.limit||a.GB;i?l=a.nb:s&&(l=e?.features?.aiAssistantFeature?.requestsLimit);const c=(i||s?n:e?.features?.aiAssistantFeature?.usagePeriod?.requestsCount||0)>=l,u=s||c&&null!==e?.features?.aiAssistantFeature?.nextTier;return{...e,features:{...e.features,aiAssistantFeature:{...e.features.aiAssistantFeature,isOverLimit:c,requestsCount:n,requireUpgrade:u,usagePeriod:{...r}}}}}case a.Kt:return{...e,features:{...e.features,aiAssistantFeature:{...e.features.aiAssistantFeature,requireUpgrade:t.requireUpgrade,...t.requireUpgrade?{isOverLimit:!0}:{}}}};case a.c1:return{...e,features:{...e.features,aiAssistantFeature:{...e.features.aiAssistantFeature,tierPlansEnabled:t.tierPlansEnabled}}};case a.Bz:return{...e,siteDetails:t.siteDetails};case a.BG:return{...e,selectedLogoIndex:t.selectedLogoIndex};case a.sG:{const r=[...e.history,t.logo];return{...e,history:r,selectedLogoIndex:r.length-1}}case a.E6:return{...e,_meta:{...e._meta??{},isSavingLogoToLibrary:t.isSavingLogoToLibrary}};case a.Ep:return{...e,_meta:{...e._meta??{},isApplyingLogo:t.isApplyingLogo}};case a.r_:{const r=e.history?.[e.selectedLogoIndex];return{...e,history:[...e.history.slice(0,e.selectedLogoIndex),{...r,mediaId:t.mediaId,url:t.url},...e.history.slice(e.selectedLogoIndex+1)]}}case a.vk:return{...e,_meta:{...e._meta??{},isRequestingImage:t.isRequestingImage}};case a.O5:return{...e,_meta:{...e._meta??{},isEnhancingPrompt:t.isEnhancingPrompt}};case a.ZI:return{...e,history:t.history,selectedLogoIndex:t.history?.length?t.history.length-1:0};case a.Rx:return{...e,_meta:{...e._meta??{},featureFetchError:t.error}};case a.MQ:return{...e,_meta:{...e._meta??{},firstLogoPromptFetchError:t.error}};case a.gG:return{...e,_meta:{...e._meta??{},enhancePromptFetchError:t.error}};case a.q_:return{...e,_meta:{...e._meta??{},logoFetchError:t.error}};case a.x0:return{...e,_meta:{...e._meta??{},saveToLibraryError:t.error}};case a.FN:return{...e,_meta:{...e._meta??{},logoUpdateError:t.error}};case a.kZ:return{...e,_meta:{...e._meta??{},context:t.context}};case a.hY:return{...e,_meta:{...e._meta??{},isLoadingHistory:t.isLoadingHistory}}}return e}},80037:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(61356);const a={getAiAssistantFeature(e){const t={...e.features.aiAssistantFeature};return delete t._meta,t},getSiteDetails:e=>e.siteDetails,getIsRequestingAiAssistantFeature:e=>e.features.aiAssistantFeature?._meta?.isRequesting??!1,getLogos:e=>e.history??[],getSelectedLogoIndex:e=>e.selectedLogoIndex??null,getSelectedLogo:e=>e.history?.[e.selectedLogoIndex]??null,getIsSavingLogoToLibrary:e=>e._meta?.isSavingLogoToLibrary??!1,getIsApplyingLogo:e=>e._meta?.isApplyingLogo??!1,getIsEnhancingPrompt:e=>e._meta?.isEnhancingPrompt??!1,getIsRequestingImage:e=>e._meta?.isRequestingImage??!1,getIsBusy:e=>a.getIsApplyingLogo(e)||a.getIsSavingLogoToLibrary(e)||a.getIsRequestingImage(e)||a.getIsEnhancingPrompt(e),getRequireUpgrade(e){const t=e.features.aiAssistantFeature;if(!t?.tierPlansEnabled)return t?.requireUpgrade;const r=t?.costs?.["jetpack-ai-logo-generator"]?.logo??n._S,a=t?.currentTier?.value||0,o=t?.usagePeriod?.requestsCount||0,s=1===a,i=!t?.nextTier;return e.features.aiAssistantFeature?.requireUpgrade||!s&&!i&&a-oe._meta?.featureFetchError??null,getFirstLogoPromptFetchError:e=>e._meta?.firstLogoPromptFetchError??null,getEnhancePromptFetchError:e=>e._meta?.enhancePromptFetchError??null,getLogoFetchError:e=>e._meta?.logoFetchError??null,getSaveToLibraryError:e=>e._meta?.saveToLibraryError??null,getLogoUpdateError:e=>e._meta?.logoUpdateError??null,getContext:e=>e._meta?.context??"",getTierPlansEnabled:e=>e.features.aiAssistantFeature?.tierPlansEnabled??!1,getIsLoadingHistory:e=>e._meta?.isLoadingHistory??!1},o=a},53664:(e,t,r)=>{"use strict";r.d(t,{A:()=>u});var n=r(7675),a=r(10067),o=r.n(a),s=r(46219),i=r(51391),l=r(78836);const c=o()("jetpack-ai-client:suggestions-event-source");class u extends EventTarget{constructor(e){super(),this.fullMessage="",this.fullFunctionCall={name:"",arguments:""},this.isPromptClear=!1,this.controller=new AbortController,this.initEventSource(e)}async initEventSource({url:e,question:t,token:r,options:a={}}){if(!r)try{c("Token was not provided, requesting one..."),r=(await(0,i.A)()).token}catch(e){return void this.processErrorEvent(e)}const o={};if(Number.isInteger(parseInt(a.postId))&&(o.post_id=+a.postId),!e){const t=new URL("https://public-api.wordpress.com/wpcom/v2/jetpack-ai-query");a?.fromCache&&t.searchParams.append("stream_cache","true"),e=t.toString(),c("URL not provided, using default: %o",e)}Array.isArray(t)?o.messages=t:o.question=t,a?.feature?.length&&(c("Feature: %o",a.feature),o.feature=a.feature),a?.functions?.length&&(c("Functions: %o",a.functions),o.functions=a.functions),a?.model?.length&&(c("Model: %o",a.model),o.model=a.model),this.errorUnclearPromptTriggered=!1,await(0,n.y)(e,{openWhenHidden:!0,method:"POST",headers:{"Content-type":"application/json",Authorization:"Bearer "+r},body:JSON.stringify(o),onclose:()=>{c("Stream closed")},onerror:e=>{throw this.processErrorEvent(e),e},onmessage:e=>{this.processEvent(e)},onopen:async e=>{if(e.ok)return;let t;throw e.status>=400&&e.status<=500&&![413,422,429].includes(e.status)&&(c("Connection error: %o",e),t=l.mA,this.dispatchEvent(new CustomEvent(l.mA,{detail:e}))),503===e.status&&(t=l.AZ,this.dispatchEvent(new CustomEvent(l.AZ))),413===e.status&&(t=l.cT,this.dispatchEvent(new CustomEvent(l.cT))),422===e.status&&(t=l.ud,this.dispatchEvent(new CustomEvent(l.ud))),429===e.status&&(t=l.Or,this.dispatchEvent(new CustomEvent(l.Or))),this.dispatchEvent(new CustomEvent(l.zn,{detail:(0,s.fC)(t)})),new Error},signal:this.controller.signal})}checkForUnclearPrompt(){if(this.isPromptClear)return;const e=this.fullMessage.replace(/__|(\*\*)/g,"");if(e.startsWith("JETPACK_AI_ERROR")){if(this.errorUnclearPromptTriggered)return;this.errorUnclearPromptTriggered=!0,this.dispatchEvent(new CustomEvent(l.L9)),c("Unclear error prompt dispatched"),this.dispatchEvent(new CustomEvent(l.zn,{detail:(0,s.fC)(l.L9)}))}else"JETPACK_AI_ERROR".startsWith(e)?c(this.fullMessage):this.isPromptClear=!0}close(){this.controller.abort()}processEvent(e){if("[DONE]"===e.data){if(this.errorUnclearPromptTriggered)return;if(this.fullMessage.length)return this.dispatchEvent(new CustomEvent("done",{detail:this.fullMessage})),void c("Done: %o",this.fullMessage);if(this.fullFunctionCall.name.length)return this.dispatchEvent(new CustomEvent("function_done",{detail:this.fullFunctionCall})),void c("Done: %o",this.fullFunctionCall)}let t;try{t=JSON.parse(e.data)}catch(t){return void c("Error parsing JSON",e,t)}const{delta:r}=t?.choices?.[0]??{delta:{content:null,function_call:null}},n=r.content,a=r.function_call;n&&(this.fullMessage+=n,this.checkForUnclearPrompt(),this.isPromptClear&&(this.dispatchEvent(new CustomEvent("chunk",{detail:n})),c("suggestion: %o",this.fullMessage),this.dispatchEvent(new CustomEvent("suggestion",{detail:this.fullMessage})))),a&&(null!=a.name&&(this.fullFunctionCall.name+=a.name),null!=a.arguments&&(this.fullFunctionCall.arguments+=a.arguments),this.dispatchEvent(new CustomEvent("functionCallChunk",{detail:this.fullFunctionCall})))}processErrorEvent(e){c("onerror: %o",e),this.dispatchEvent(new CustomEvent(l.mA,{detail:e})),this.dispatchEvent(new CustomEvent(l.zn,{detail:(0,s.fC)(l.mA)}))}}},78836:(e,t,r)=>{"use strict";r.d(t,{AZ:()=>a,L9:()=>c,Or:()=>o,cT:()=>i,mA:()=>l,uH:()=>n.u,ud:()=>s,zn:()=>u});var n=r(97784);const a="error_service_unavailable",o="error_quota_exceeded",s="error_moderation",i="error_context_too_large",l="error_network",c="error_unclear_prompt",u="error_response"},90372:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var n=r(10067);const a=r.n(n)()("dops:analytics");let o,s;window._tkq=window._tkq||[],window.ga=window.ga||function(){(window.ga.q=window.ga.q||[]).push(arguments)},window.ga.l=+new Date;const i={initialize:function(e,t,r){i.setUser(e,t),i.setSuperProps(r),i.identifyUser()},setGoogleAnalyticsEnabled:function(e,t=null){this.googleAnalyticsEnabled=e,this.googleAnalyticsKey=t},setMcAnalyticsEnabled:function(e){this.mcAnalyticsEnabled=e},setUser:function(e,t){s={ID:e,username:t}},setSuperProps:function(e){o=e},assignSuperProps:function(e){o=Object.assign(o||{},e)},mc:{bumpStat:function(e,t){const r=function(e,t){let r="";if("object"==typeof e){for(const t in e)r+="&x_"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);a("Bumping stats %o",e)}else r="&x_"+encodeURIComponent(e)+"="+encodeURIComponent(t),a('Bumping stat "%s" in group "%s"',t,e);return r}(e,t);i.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom-no-pv"+r+"&t="+Math.random())},bumpStatWithPageView:function(e,t){const r=function(e,t){let r="";if("object"==typeof e){for(const t in e)r+="&"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);a("Built stats %o",e)}else r="&"+encodeURIComponent(e)+"="+encodeURIComponent(t),a('Built stat "%s" in group "%s"',t,e);return r}(e,t);i.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom"+r+"&t="+Math.random())}},pageView:{record:function(e,t){i.tracks.recordPageView(e),i.ga.recordPageView(e,t)}},purchase:{record:function(e,t,r,n,a,o,s){i.ga.recordPurchase(e,t,r,n,a,o,s)}},tracks:{recordEvent:function(e,t){t=t||{},0===e.indexOf("akismet_")||0===e.indexOf("jetpack_")?(o&&(a("- Super Props: %o",o),t=Object.assign(t,o)),a('Record event "%s" called with props %s',e,JSON.stringify(t)),window._tkq.push(["recordEvent",e,t])):a('- Event name must be prefixed by "akismet_" or "jetpack_"')},recordJetpackClick:function(e){const t="object"==typeof e?e:{target:e};i.tracks.recordEvent("jetpack_wpa_click",t)},recordPageView:function(e){i.tracks.recordEvent("akismet_page_view",{path:e})},setOptOut:function(e){a("Pushing setOptOut: %o",e),window._tkq.push(["setOptOut",e])}},ga:{initialized:!1,initialize:function(){let e={};i.ga.initialized||(s&&(e={userId:"u-"+s.ID}),window.ga("create",this.googleAnalyticsKey,"auto",e),i.ga.initialized=!0)},recordPageView:function(e,t){i.ga.initialize(),a("Recording Page View ~ [URL: "+e+"] [Title: "+t+"]"),this.googleAnalyticsEnabled&&(window.ga("set","page",e),window.ga("send",{hitType:"pageview",page:e,title:t}))},recordEvent:function(e,t,r,n){i.ga.initialize();let o="Recording Event ~ [Category: "+e+"] [Action: "+t+"]";void 0!==r&&(o+=" [Option Label: "+r+"]"),void 0!==n&&(o+=" [Option Value: "+n+"]"),a(o),this.googleAnalyticsEnabled&&window.ga("send","event",e,t,r,n)},recordPurchase:function(e,t,r,n,a,o,s){window.ga("require","ecommerce"),window.ga("ecommerce:addTransaction",{id:e,revenue:n,currency:s}),window.ga("ecommerce:addItem",{id:e,name:t,sku:r,price:a,quantity:o}),window.ga("ecommerce:send")}},identifyUser:function(){s&&window._tkq.push(["identifyUser",s.ID,s.username])},setProperties:function(e){window._tkq.push(["setProperties",e])},clearedIdentity:function(){window._tkq.push(["clearIdentity"])}},l=i},11876:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(13022),a=r(51609),o=r.n(a),s=r(47876);const i=({children:e=null,width:t=null,height:r=null,className:a=""})=>o().createElement("div",{className:(0,n.A)(s.A.placeholder,a),style:{width:t,height:r}},e)},36281:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(21782);const a=({value:e="https://jetpack.com",bgColor:t,fgColor:r,level:a,includeMargin:o,imageSettings:s,renderAs:i="canvas",size:l=248})=>React.createElement(n.Ay,{value:e,size:l,bgColor:t,fgColor:r,level:a,includeMargin:o,imageSettings:s,renderAs:i})},56461:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var n=r(28120),a=r.n(n),o=r(51609),s=r.n(o);r(85335);const i=({color:e="#FFFFFF",className:t="",size:r=20})=>{const n=t+" jp-components-spinner",a={width:r,height:r,fontSize:r,borderTopColor:e},o={borderTopColor:e,borderRightColor:e};return s().createElement("div",{className:n},s().createElement("div",{className:"jp-components-spinner__outer",style:a},s().createElement("div",{className:"jp-components-spinner__inner",style:o})))};i.propTypes={color:a().string,className:a().string,size:a().number};const l=i},50723:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>g});var n=r(51609),a=r.n(n),o=r(25196);const s={"--font-headline-medium":"48px","--font-headline-small":"36px","--font-title-medium":"24px","--font-title-small":"20px","--font-body":"16px","--font-body-small":"14px","--font-body-extra-small":"12px","--font-title-large":"var(--font-headline-small)","--font-label":"var(--font-body-extra-small)"},i={"--jp-black":"#000000","--jp-black-80":"#2c3338","--jp-white":"#ffffff","--jp-white-off":"#f9f9f6","--jp-gray":"#dcdcde","--jp-gray-0":"#F6F7F7","--jp-gray-5":"var(--jp-gray)","--jp-gray-10":"#C3C4C7","--jp-gray-20":"#A7AAAD","--jp-gray-40":"#787C82","--jp-gray-50":"#646970","--jp-gray-60":"#50575E","--jp-gray-70":"#3C434A","--jp-gray-80":"#2C3338","--jp-gray-90":"#1d2327","--jp-gray-off":"#e2e2df","--jp-red-0":"#F7EBEC","--jp-red-5":"#FACFD2","--jp-red-40":"#E65054","--jp-red-50":"#D63638","--jp-red-60":"#B32D2E","--jp-red-70":"#8A2424","--jp-red-80":"#691C1C","--jp-red":"#d63639","--jp-yellow-5":"#F5E6B3","--jp-yellow-10":"#F2CF75","--jp-yellow-20":"#F0C930","--jp-yellow-30":"#DEB100","--jp-yellow-40":"#C08C00","--jp-yellow-50":"#9D6E00","--jp-yellow-60":"#7D5600","--jp-blue-20":"#68B3E8","--jp-blue-40":"#1689DB","--jp-pink":"#C9356E","--jp-green-0":"#f0f2eb","--jp-green-5":"#d0e6b8","--jp-green-10":"#9dd977","--jp-green-20":"#64ca43","--jp-green-30":"#2fb41f","--jp-green-40":"#069e08","--jp-green-50":"#008710","--jp-green-60":"#007117","--jp-green-70":"#005b18","--jp-green-80":"#004515","--jp-green-90":"#003010","--jp-green-100":"#001c09","--jp-green":"#069e08","--jp-green-primary":"var( --jp-green-40 )","--jp-green-secondary":"var( --jp-green-30 )"},l={"--jp-border-radius":"4px","--jp-menu-border-height":"1px","--jp-underline-thickness":"2px"},c={"--spacing-base":"8px"},u={},A=(e,t,r)=>{const n={...s,...i,...l,...c};for(const t in n)e.style.setProperty(t,n[t]);r&&e.classList.add(o.A.global),t&&(u[t]={provided:!0,root:e})},g=({children:e=null,targetDom:t,id:r,withGlobalStyles:o=!0})=>{const s=(0,n.useRef)(),i=u?.[r]?.provided;return(0,n.useLayoutEffect)((()=>{if(!i)return t?A(t,r,o):void(s?.current&&A(s.current,r,o))}),[t,s,i,r,o]),t?a().createElement(a().Fragment,null,e):a().createElement("div",{ref:s},e)}},3924:(e,t,r)=>{"use strict";function n(e,t={}){const r={};let n;if("undefined"!=typeof window&&(n=window?.JP_CONNECTION_INITIAL_STATE?.calypsoEnv),0===e.search("https://")){const t=new URL(e);e=`https://${t.host}${t.pathname}`,r.url=encodeURIComponent(e)}else r.source=encodeURIComponent(e);for(const e in t)r[e]=encodeURIComponent(t[e]);!Object.keys(r).includes("site")&&"undefined"!=typeof jetpack_redirects&&Object.hasOwn(jetpack_redirects,"currentSiteRawUrl")&&(r.site=jetpack_redirects.currentBlogID??jetpack_redirects.currentSiteRawUrl),n&&(r.calypso_env=n);return"https://jetpack.com/redirect/?"+Object.keys(r).map((e=>e+"="+r[e])).join("&")}r.d(t,{A:()=>n})},85985:(e,t,r)=>{"use strict";r.d(t,{$i:()=>n.A,BT:()=>i.A,Cq:()=>g.C,Dk:()=>l.Dk,FB:()=>s.A,GE:()=>a.A,GT:()=>l.GT,Q4:()=>l.Q4,Sy:()=>o.Sy,W4:()=>l.W4,aq:()=>l.aq,d9:()=>o.d9,gB:()=>c.A,pP:()=>o.pP,q7:()=>A.A,sH:()=>l.sH,sh:()=>g.s,st:()=>u.A,tu:()=>l.tu});var n=r(34972),a=r(54815),o=r(62634),s=r(60703),i=(r(82034),r(65595)),l=r(53265),c=r(49354),u=r(73489),A=r(76923),g=(r(15877),r(30335));r(88290)},15877:(e,t,r)=>{"use strict";r(51609)},30335:(e,t,r)=>{"use strict";r.d(t,{C:()=>s,s:()=>o});var n=r(86087),a=r(19334);function o(e){const t={};let r="span",a=e.icon;const o=document.createElement("div");o.innerHTML=e.icon;const s=o.querySelector("svg");return s&&(r="svg",a=s.innerHTML,Array.from(s.attributes).forEach((({nodeName:e,nodeValue:r})=>t[e]=r))),(0,n.createElement)(r,{...t,dangerouslySetInnerHTML:{__html:a||""}})}function s(e){return{src:o(e),foreground:(0,a.A)()}}},19334:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(62634);const a="#069e08";function o(){return(0,n.d9)()||(0,n.Sy)()?null:a}},34972:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});const n="Jetpack_Editor_Initial_State";function a(){return"object"==typeof window?window?.[n]??null:null}},60703:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(34972);function a(e){const t=(0,n.A)(),r=t?.available_blocks?.[e]?.available??!1,a=t?.available_blocks?.[e]?.unavailable_reason??"unknown";return{available:r,...!r&&{details:t?.available_blocks?.[e]?.details??[],unavailableReason:a}}}},54815:(e,t,r)=>{"use strict";function n(){return window&&window.Jetpack_Editor_Initial_State&&window.Jetpack_Editor_Initial_State.siteFragment?window.Jetpack_Editor_Initial_State.siteFragment:null}r.d(t,{A:()=>n})},73489:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var n=r(90372),a=r(39384),o=r(86087);const{tracks:s}=n.A,{recordEvent:i}=s,l=({pageViewEventName:e=null,pageViewNamespace:t="jetpack",pageViewSuffix:r="page_view",pageViewEventProperties:l={}}={})=>{const[c,u]=(0,o.useState)(!1),{isUserConnected:A,isRegistered:g,userConnectionData:d={}}=(0,a.useConnection)(),{wpcomUser:{login:p,ID:m}={},blogId:h}=d.currentUser||{},E=(0,o.useCallback)((async(e,t={})=>{A&&m&&p&&i(e,t)}),[A,m,p]);return(0,o.useEffect)((()=>{A&&m&&p&&h&&n.A.initialize(m,p,{blog_id:h})}),[h,m,p,A]),(0,o.useEffect)((()=>{const n=e?`${t}_${e}_${r}`:null;g&&n&&(c||(E(n,l),u(!0)))}),[c,t,e,r,g,l,E]),{recordEvent:E,tracks:s}}},76923:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(47143),a=r(86087),o=r(88290);const s=e=>{const{isModuleActive:t,isChangingStatus:r,isLoadingModules:s}=(0,n.useSelect)((t=>{const r=t(o.F);return{isModuleActive:r.isModuleActive(e),isChangingStatus:r.isModuleUpdating(e),isLoadingModules:r.areModulesLoading(e)}}),[o.F]),{updateJetpackModuleStatus:i}=(0,n.useDispatch)(o.F),l=(0,a.useCallback)((t=>i({name:e,active:t})),[e,i]);return(0,a.useMemo)((()=>({isLoadingModules:s,isChangingStatus:r,isModuleActive:t,changeStatus:l})),[s,r,t,l])}},49354:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(34972);function a(){return(0,n.A)()?.jetpack?.is_current_user_connected??!1}},27105:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>g,E9:()=>A});var n=r(47143),a=r(62634),o=r(94478),s=r(88290);const i="SET_JETPACK_MODULES",l="SET_MODULE_UPDATING";function c(e){return A({isLoading:e})}function u(e,t){return{type:l,name:e,isUpdating:t}}function A(e){return{type:i,options:e}}const g={updateJetpackModuleStatus:function*(e){try{yield u(e.name,!0),yield(0,o.sB)(e);const t=yield(0,o.wz)();return yield A({data:t}),!0}catch(e){const t=(0,n.select)(s.F).getJetpackModules();return yield A(t),!1}finally{yield u(e.name,!1)}},setJetpackModules:A,fetchModules:function*(){if((0,a.Sy)())return!0;try{yield c(!0);const e=yield(0,o.wz)();return yield A({data:e}),!0}catch(e){const t=(0,n.select)(s.F).getJetpackModules();return yield A(t),!1}finally{yield c(!1)}}}},94478:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>c,sB:()=>l,wz:()=>i});var n=r(1455),a=r.n(n);const o="FETCH_JETPACK_MODULES",s="UPDATE_JETPACK_MODULE_STATUS",i=()=>({type:o}),l=e=>({type:s,settings:e}),c={[o]:function(){return a()({path:"/jetpack/v4/module/all",method:"GET"})},[s]:function({settings:e}){return a()({path:`/jetpack/v4/module/${e.name}/active`,method:"POST",data:{active:e.active}})}}},88290:(e,t,r)=>{"use strict";r.d(t,{F:()=>c});var n=r(47143),a=r(27105),o=r(94478),s=r(38862),i=r(62701),l=r(31640);const c="jetpack-modules",u=(0,n.createReduxStore)(c,{reducer:s.A,actions:a.Ay,controls:o.Ay,resolvers:i.A,selectors:l.A});(0,n.register)(u);const A=window?.Initial_State?.getModules||window?.Jetpack_Editor_Initial_State?.modules||null;null!==A&&(0,n.dispatch)(c).setJetpackModules({data:{...A}})},38862:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});const n={isLoading:!1,isUpdating:{},data:{}},a=(e=n,t)=>{switch(t.type){case"SET_JETPACK_MODULES":return{...e,...t.options};case"SET_MODULE_UPDATING":return{...e,isUpdating:{...e.isUpdating,[t.name]:t.isUpdating}}}return e}},62701:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(27105),a=r(94478);const o={getJetpackModules:function*(){try{const e=yield(0,a.wz)();if(e)return(0,n.E9)({data:e})}catch(e){console.error(e)}}}},31640:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(62634);const a={getJetpackModules:e=>e.data,isModuleActive:(e,t)=>(0,n.Sy)()||(e?.data?.[t]?.activated??!1),areModulesLoading:e=>e.isLoading??!1,isModuleUpdating:(e,t)=>e?.isUpdating?.[t]??!1}},53265:(e,t,r)=>{"use strict";r.d(t,{Dk:()=>m,GT:()=>E,Q4:()=>u,W4:()=>A,aq:()=>g,sH:()=>h,tu:()=>d});var n=r(27723),a=r(93832),o=r(66087),s=r(34972),i=r(60703),l=r(54815),c=r(62634);const __=n.__;function u({planSlug:e,plan:t,postId:r,postType:n}){const s=(0,o.startsWith)(e,"jetpack_")?e:(0,o.get)(t,["path_slug"]),i=(void 0===n?()=>{const e=new URLSearchParams(window.location.search);return(0,a.addQueryArgs)(window.location.protocol+`//${(0,l.A)().replace("::","/")}/wp-admin/site-editor.php`,{postId:e.get("postId"),postType:e.get("postType"),plan_upgraded:1})}:()=>{const e=["page","post"].includes(n)?"":"edit";return(0,c.Sy)()?(0,a.addQueryArgs)("/"+(0,o.compact)([e,n,(0,l.A)(),r]).join("/"),{plan_upgraded:1}):(0,a.addQueryArgs)(window.location.protocol+`//${(0,l.A)().replace("::","/")}/wp-admin/post.php`,{action:"edit",post:r,plan_upgraded:1})})();return(0,c.d9)()?(0,a.addQueryArgs)(`https://wordpress.com/plans/${(0,l.A)()}`,{redirect_to:i,customerType:"business"}):s&&(0,a.addQueryArgs)(`https://wordpress.com/checkout/${(0,l.A)()}/${s}`,{redirect_to:i})}function A(e){if(!e)return!1;const t=/^jetpack\//.test(e)?e.substr(8,e.length):e,{available:r,unavailableReason:n}=(0,i.A)(t);return!r&&"missing_plan"===n}function g(e,t){return"missing_plan"===e&&t.required_plan}function d(e){if(!e)return!1;const t=/^jetpack\//.test(e)?e.substr(8,e.length):e,{details:r,unavailableReason:n}=(0,i.A)(t);return g(n,r)}const p=[{name:"core/cover",mediaPlaceholder:!0,mediaReplaceFlow:!0,fileType:"video",description:__("Upgrade your plan to use video covers","jetpack")},{name:"core/audio",mediaPlaceholder:!0,mediaReplaceFlow:!0,fileType:"audio",description:__("Upgrade your plan to upload audio","jetpack")}];function m(){return(0,o.get)((0,s.A)(),"jetpack.enable_upgrade_nudge",!1)}const h=e=>(0,o.map)(p,"name").includes(e),E=e=>(0,o.head)((0,o.filter)(p,(({name:t})=>t===e)))},82034:(e,t,r)=>{"use strict";r(92279)},62634:(e,t,r)=>{"use strict";r.d(t,{Sy:()=>o,d9:()=>s,pP:()=>i});var n=r(34972);function a(){return"object"==typeof window&&"string"==typeof window._currentSiteType?window._currentSiteType:null}function o(){return"simple"===a()}function s(){return"atomic"===a()}function i(){const e=(0,n.A)();return e?.jetpack?.is_private_site??!1}},65595:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(96072),a=r.n(n),o=r(29491);const s=e=>(0,o.createHigherOrderComponent)((t=>r=>React.createElement(t,a()({},r,{className:r.name===e?"has-warning is-interactive":r.className}))),"withHasWarningIsInteractiveClassNames")},52068:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>b});var n=r(82170),a=r(96865),o=r(56427),s=r(27723),i=r(90254),l=r(69457),c=r(88669),u=r(41417),A=r(57003),g=(r(51609),r(95396)),d=r(64425),p=r(47264),m=r(2162),h=r(62402);const __=s.__,E="simplify",f="make-longer",C="make-shorter",B={default:[{name:__("Correct spelling and grammar","jetpack"),key:"correct-spelling",aiSuggestion:d.yy,icon:i.A}],"core/paragraph":[{name:__("Simplify","jetpack"),key:E,aiSuggestion:d.A4,icon:l.A},{name:__("Summarize","jetpack"),key:"summarize",aiSuggestion:d.UA,icon:c.A},{name:__("Expand","jetpack"),key:f,aiSuggestion:d.br,icon:u.A},{name:__("Make shorter","jetpack"),key:C,aiSuggestion:d.fD,icon:u.A}],"core/list-item":[{name:__("Simplify","jetpack"),key:E,aiSuggestion:d.A4,icon:l.A},{name:__("Expand","jetpack"),key:f,aiSuggestion:d.br,icon:u.A},{name:__("Make shorter","jetpack"),key:C,aiSuggestion:d.fD,icon:u.A}],"core/list":g.L.includes("core/list")?[{name:__("Simplify","jetpack"),key:E,aiSuggestion:d.A4,icon:l.A},{name:__("Expand","jetpack"),key:f,aiSuggestion:d.br,icon:u.A},{name:__("Make shorter","jetpack"),key:C,aiSuggestion:d.fD,icon:u.A}]:[{name:__("Turn list into a table","jetpack"),key:"turn-into-table",aiSuggestion:d.pE,icon:A.A,options:{userPrompt:"make a table from this list, do not enclose the response in a code block"}},{name:__("Write a post from this list","jetpack"),key:"write-post-from-list",aiSuggestion:d.pE,icon:l.A,options:{userPrompt:"Write a post based on the list items. Include a title as first order heading and try to use secondary headings for each entry"}}]};function b({blockType:e,disabled:t=!1,onAskAiAssistant:r,onRequestSuggestion:s}){const i=B[e]??[];return(0,n.createElement)(n.Fragment,null,t&&(0,n.createElement)(o.Notice,{status:"warning",isDismissible:!1,className:"jetpack-ai-assistant__info"},__("Add content to activate the tools below","jetpack")),(0,n.createElement)(o.MenuGroup,null,(0,n.createElement)(o.MenuItem,{icon:a.cj,iconPosition:"left",key:"key-ai-assistant",onClick:r,disabled:t},(0,n.createElement)("div",{className:"jetpack-ai-assistant__menu-item"},__("Ask AI Assistant","jetpack"))),[...B.default,...i].map((e=>(0,n.createElement)(o.MenuItem,{icon:e?.icon,iconPosition:"left",key:`key-${e.key}`,onClick:()=>{s(e.aiSuggestion,{...e.options??{}},e.name)},disabled:t},(0,n.createElement)("div",{className:"jetpack-ai-assistant__menu-item"},e.name)))),(0,n.createElement)(h.hN,{onChange:e=>{s(d.eJ,{tone:e},`${h.uQ}: ${(0,p.Z)(e)}`)},disabled:t}),(0,n.createElement)(m.HU,{onChange:(e,t)=>{s(d.Gm,{language:e},`${m.u0}: ${t}`)},disabled:t})))}},72901:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(82170),a=r(27723),o=r(56333),s=r(10617);const __=a.__,i=()=>{const e=`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?page=my-jetpack#/connection`,{autosaveAndRedirect:t,isRedirecting:r}=(0,s.A)(e);return(0,n.createElement)(o.c,{buttonText:__("Connect Jetpack","jetpack"),checkoutUrl:e,className:"jetpack-ai-connect-banner",description:__("Your account is not connected to Jetpack at the moment.","jetpack"),goToCheckoutPage:e=>{t(e)},isRedirecting:r,visible:!0,align:null,title:null,context:null})}},32249:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(82170),a=r(3924),o=r(56427),s=r(27723);const __=s.__;const i=function(){const e=(0,a.A)("jetpack-ai-feedback");return(0,n.createElement)("div",{className:"jetpack-ai-feedback-control"},(0,n.createElement)(o.BaseControl,{label:__("Feedback","jetpack")},(0,n.createElement)("p",null,__("Your feedback is valuable in our commitment to refine and improve this feature.","jetpack")),(0,n.createElement)(o.ExternalLink,{href:e},__("Share your feedback","jetpack"))))}},2162:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>h,HU:()=>E,u0:()=>g});var n=r(82170),a=r(85985),o=r(56427),s=r(27723),i=r(51113),l=r(29115),c=r(84066);r(51609);const __=s.__,u=["en","es","fr","de","it","pt","ru","zh","ja","ar","hi","ko"],A=window?.Jetpack_Editor_Initial_State?.siteLocale||navigator?.language,g=__("Translate","jetpack"),d=A?.split("-")[0]||"en",p=(A?.split("-"),{en:{label:__("English","jetpack")},es:{label:__("Spanish","jetpack")},fr:{label:__("French","jetpack")},de:{label:__("German","jetpack")},it:{label:__("Italian","jetpack")},pt:{label:__("Portuguese","jetpack")},ru:{label:__("Russian","jetpack")},zh:{label:__("Chinese","jetpack")},ja:{label:__("Japanese","jetpack")},ar:{label:__("Arabic","jetpack")},hi:{label:__("Hindi","jetpack")},ko:{label:__("Korean","jetpack")}}),m=({value:e,onChange:t})=>{const r=[...u.filter((e=>e!==d))];return u.includes(d)&&r.unshift(d),(0,n.createElement)(o.MenuGroup,{label:__("Select language","jetpack")},r.map((r=>(0,n.createElement)(o.MenuItem,{key:`key-${r}`,onClick:()=>t(r+" ("+p[r].label+")",p[r].label),isSelected:e===r},p[r].label))))};function h({value:e=d,label:t=g,onChange:r,disabled:s=!1}){const{tracks:l}=(0,a.st)();return s?(0,n.createElement)(o.Tooltip,{text:t},(0,n.createElement)(o.Button,{disabled:!0},(0,n.createElement)(i.A,{icon:c.A}))):(0,n.createElement)(o.ToolbarDropdownMenu,{icon:c.A,label:t,popoverProps:{variant:"toolbar"},onToggle:e=>{e&&l.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"i18n"})}},(()=>(0,n.createElement)(m,{value:e,onChange:r})))}function E({value:e=d,label:t=g,onChange:r,disabled:a=!1}){return(0,n.createElement)(o.DropdownMenu,{className:"ai-assistant__i18n-dropdown",icon:c.A,label:t,toggleProps:{children:(0,n.createElement)(n.Fragment,null,(0,n.createElement)("div",{className:"ai-assistant__i18n-dropdown__toggle-label"},t),(0,n.createElement)(i.A,{icon:l.A})),disabled:a}},(({onClose:t})=>(0,n.createElement)(m,{onChange:(...e)=>{r(...e),t()},value:e})))}},99050:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>m});var n=r(82170),a=r(85985),o=r(56427),s=r(27723),i=r(78938);const __=s.__,l="make-longer",c="makeLonger",u="make-shorter",A="makeShorter",g="summarize",d="summarize",p=[{name:__("Summarize","jetpack"),key:g,aiSuggestion:d},{name:__("Make longer","jetpack"),key:l,aiSuggestion:c},{name:__("Make shorter","jetpack"),key:u,aiSuggestion:A}];function m({key:e,label:t=__("Improve","jetpack"),exclude:r=[],onChange:s,disabled:l=!1}){const{tracks:c}=(0,a.st)();return l?(0,n.createElement)(o.Tooltip,{text:t},(0,n.createElement)(o.Button,{disabled:!0},(0,n.createElement)(o.Icon,{icon:i.A}))):(0,n.createElement)(o.ToolbarDropdownMenu,{icon:i.A,label:t,popoverProps:{variant:"toolbar"},onToggle:e=>{e&&c.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"improve"})}},(()=>{const a=p.filter((e=>!r.includes(e.key)));return(0,n.createElement)(o.MenuGroup,{label:t},a.map((t=>(0,n.createElement)(o.MenuItem,{key:`key-${t.key}`,onClick:()=>s(t.aiSuggestion,{contentType:"generated"}),isSelected:e===t.key},t.name))))}))}},33468:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>m});var n=r(82170),a=r(85985),o=r(56427),s=r(27723),i=r(78938),l=r(41417),c=r(90254),u=r(69457),A=r(88669),g=r(11269);const __=s.__,d=[{label:__("Post about…","jetpack"),description:{original:"Write a post about ",translated:__("Write a post about","jetpack")+" "}},{label:__("Informative article on…","jetpack"),description:{original:"Craft an informative article explaining ",translated:__("Craft an informative article explaining","jetpack")+" "}},{label:__("Step-by-step tutorial on…","jetpack"),description:{original:"Write a step-by-step tutorial on ",translated:__("Write a step-by-step tutorial on","jetpack")+" "}},{label:__("Motivational post on…","jetpack"),description:{original:"Create a motivational post on ",translated:__("Create a motivational post on","jetpack")+" "}}],p=[{label:__("Say it differently…","jetpack"),description:{original:"Rewrite it in a way that ",translated:__("Rewrite it in a way that","jetpack")+" "}},{label:__("Add…","jetpack"),description:{original:"Add more details about ",translated:__("Add more details about","jetpack")+" "}},{label:__("Remove…","jetpack"),description:{original:"Remove unnecessary details about ",translated:__("Remove unnecessary details about","jetpack")+" "}}];function m({hasContentBefore:e,hasContent:t,hasPostTitle:r,contentIsLoaded:s,onPromptSelect:m,onSuggestionSelect:h}){const E=__("Write with AI…","jetpack"),{tracks:f}=(0,a.st)();return(0,n.createElement)(o.ToolbarDropdownMenu,{className:"jetpack-ai-assistant__templates-control",icon:null,label:E,text:E,onToggle:e=>{e&&f.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"write-with-ai"})}},(({onClose:a})=>s?(0,n.createElement)(o.MenuGroup,{label:__("Write…","jetpack")},p.map(((e,t)=>(0,n.createElement)(o.MenuItem,{icon:i.A,iconPosition:"left",key:`key-${t}`,onClick:()=>{a(),m(e.description)}},e.label)))):(0,n.createElement)(n.Fragment,null,e&&(0,n.createElement)(o.MenuGroup,{label:__("Based on preceding content…","jetpack")},(0,n.createElement)(o.MenuItem,{icon:l.A,iconPosition:"left",onClick:()=>h("continue")},__("Continue writing","jetpack")),(0,n.createElement)(o.MenuItem,{icon:c.A,iconPosition:"left",onClick:()=>h("correctSpelling")},__("Correct spelling and grammar","jetpack")),(0,n.createElement)(o.MenuItem,{icon:u.A,iconPosition:"left",onClick:()=>h("simplify")},__("Simplify","jetpack"))),t&&(0,n.createElement)(o.MenuGroup,{label:__("Based on entire content…","jetpack")},t&&(0,n.createElement)(o.MenuItem,{icon:A.A,iconPosition:"left",onClick:()=>h("summarize")},__("Summarize","jetpack")),t&&(0,n.createElement)(o.MenuItem,{icon:g.A,iconPosition:"left",onClick:()=>h("generateTitle")},__("Generate a post title","jetpack"))),(0,n.createElement)(o.MenuGroup,{label:__("Write…","jetpack")},r&&(0,n.createElement)(o.MenuItem,{icon:i.A,iconPosition:"left",onClick:()=>h("titleSummary")},__("Summary based on title","jetpack")),d.map(((e,t)=>(0,n.createElement)(o.MenuItem,{icon:i.A,iconPosition:"left",key:`key-${t}`,onClick:()=>{a(),m(e.description)}},e.label)))))))}},23e3:(e,t,r)=>{"use strict";r.d(t,{A:()=>f,Q:()=>E});var n=r(82170),a=r(3924),o=r(85985),s=r(56427),i=r(86087),l=r(27723),c=r(10067),u=r.n(c),A=r(56333),g=r(92169),d=r(61297),p=r(7503),m=r(93094);const __=l.__,h=u()("jetpack-ai-assistant:upgrade-prompt"),E=({variant:e="error"})=>{const t=(()=>{const{usagePeriod:e}=(0,d.A)(),t=(e=>{const t=__("You've reached this month's request limit, per our fair usage policy.","jetpack");if(!e)return t; // Translators: %s is the date when the requests will reset. const r=__("Requests will reset on %s.","jetpack");return`${t} ${(0,l.sprintf)(r,e)}`})((e=>{if(!e?.nextStart)return null;const t=new Date(e.nextStart);return t.toLocaleString("default",{month:"long"})+" "+t.getDate()})(e));return(0,i.createInterpolateElement)(t,{link:(0,n.createElement)("a",{href:"https://jetpack.com/redirect/?source=ai-assistant-fair-usage-policy",target:"_blank",rel:"noreferrer"})})})();return"muted"===e?(0,n.createElement)("span",{className:"jetpack-ai-fair-usage-notice-muted-variant"},t):"error"===e?(0,n.createElement)(s.Notice,{status:"error",isDismissible:!1,className:"jetpack-ai-fair-usage-notice"},t):null},f=e=>{const{upgradeType:t,currentTier:r}=(0,d.A)();return 1===r?.value?(0,n.createElement)(E,null):"vip"===t?(({description:e=null,useLightNudge:t=!1})=>{const r=t?m.U:A.c,a=(0,i.createInterpolateElement)(__("You've reached the Jetpack AI rate limit. Please reach out to your VIP account team.","jetpack"),{strong:(0,n.createElement)("strong",null)});return(0,n.createElement)(r,{buttonText:null,checkoutUrl:null,className:"jetpack-ai-upgrade-banner",description:e||a,goToCheckoutPage:null,isRedirecting:null,visible:!0,align:null,title:null,context:null})})({description:e.description,useLightNudge:e?.useLightNudge}):(({placement:e=null,description:t=null,useLightNudge:r=!1})=>{const s=r?m.U:A.c,{checkoutUrl:c}=(0,g.A)(),u=(0,p.C)(),{nextTier:E,tierPlansEnabled:f,currentTier:C,requestsCount:B}=(0,d.A)(),{tracks:b}=(0,o.st)(),k=(0,i.useCallback)((()=>{h("upgrade",e),b.recordEvent("jetpack_ai_upgrade_button",{current_tier_slug:C?.slug,requests_count:B,placement:e})}),[C,B,b,e]),v=(0,i.useCallback)((()=>{h("contact us",e),b.recordEvent("jetpack_ai_upgrade_contact_us",{placement:e})}),[b,e]);if(!u){const e=(0,i.createInterpolateElement)(__("Congratulations on exploring Jetpack AI and reaching the free requests limit! Reach out to the site administrator to upgrade and keep using Jetpack AI.","jetpack"),{strong:(0,n.createElement)("strong",null)});return(0,n.createElement)(s,{showButton:!1,className:"jetpack-ai-upgrade-banner",description:t||e,visible:!0,align:null,title:null,context:null})}if(f){if(!E){const e=(0,a.A)("jetpack-ai-tiers-more-requests-contact"),r=__("You have reached the request limit for your current plan.","jetpack");return(0,n.createElement)(s,{buttonText:__("Contact Us","jetpack"),description:t||r,className:"jetpack-ai-upgrade-banner",checkoutUrl:e,visible:!0,align:null,title:null,context:null,goToCheckoutPage:v,target:"_blank"})}const e=(0,i.createInterpolateElement)((0,l.sprintf)(/* Translators: number of requests */ __("You have reached the requests limit for your current plan. Upgrade now to increase your requests limit to %d.","jetpack"),E.limit),{strong:(0,n.createElement)("strong",null)});return(0,n.createElement)(s,{buttonText:(0,l.sprintf)(/* Translators: number of requests */ -__("Upgrade to %d requests","jetpack"),E.limit),checkoutUrl:c,className:"jetpack-ai-upgrade-banner",description:t||e,goToCheckoutPage:k,visible:!0,align:"center",title:null,context:null,target:"_blank"})}return(0,n.createElement)(s,{buttonText:"Upgrade",checkoutUrl:c,className:"jetpack-ai-upgrade-banner",description:(0,i.createInterpolateElement)(__("Congratulations on exploring Jetpack AI and reaching the free requests limit! Upgrade now to keep using it.","jetpack"),{strong:(0,n.createElement)("strong",null)}),goToCheckoutPage:k,visible:!0,align:null,title:null,context:null,target:"_blank"})})(e)}},93094:(e,t,r)=>{"use strict";r.d(t,{U:()=>s});var n=r(82170),a=r(56427),o=r(27723);const __=o.__,s=({title:e,description:t,buttonText:r=null,checkoutUrl:o=null,goToCheckoutPage:s=null,isRedirecting:i=!1,showButton:l=!0,target:c="_top"})=>{const u=__("Redirecting…","jetpack");return(0,n.createElement)("div",{className:"jetpack-upgrade-plan-banner-light"},(0,n.createElement)(a.Notice,{status:"error",isDismissible:!1},(0,n.createElement)("p",null,e&&(0,n.createElement)("strong",null,e),t," ",l&&(0,n.createElement)(a.Button,{href:i?null:o,onClick:s,variant:"link",target:c},i?u:r))))}},62402:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>m,US:()=>u,hN:()=>p,uQ:()=>A});var n=r(82170),a=r(96865),o=r(85985),s=r(56427),i=r(27723),l=r(29115);r(51609);const __=i.__,c=["formal","informal","optimistic","humorous","serious","skeptical","empathetic","confident","passionate","provocative"],u="formal",A=__("Change tone","jetpack"),g={formal:{label:__("Formal","jetpack"),emoji:"🎩"},informal:{label:__("Informal","jetpack"),emoji:"😊"},optimistic:{label:__("Optimistic","jetpack"),emoji:"😃"},humorous:{label:__("Humorous","jetpack"),emoji:"😂"},serious:{label:__("Serious","jetpack"),emoji:"😐"},skeptical:{label:__("Skeptical","jetpack"),emoji:"🤨"},empathetic:{label:__("Empathetic","jetpack"),emoji:"💗"},confident:{label:__("Confident","jetpack"),emoji:"😎"},passionate:{label:__("Passionate","jetpack"),emoji:"❤️"},provocative:{label:__("Provocative","jetpack"),emoji:"🔥"}},d=({value:e,onChange:t})=>(0,n.createElement)(s.MenuGroup,{label:__("Select tone","jetpack")},c.map((r=>(0,n.createElement)(s.MenuItem,{key:`key-${r}`,onClick:()=>t(r),isSelected:e===r},`${g[r].emoji} ${g[r].label}`))));function p({label:e=A,value:t=u,onChange:r,disabled:o=!1}){return(0,n.createElement)(s.DropdownMenu,{icon:a.Qr,label:e,className:"ai-assistant__tone-dropdown",popoverProps:{variant:"toolbar"},toggleProps:{children:(0,n.createElement)(n.Fragment,null,(0,n.createElement)("div",{className:"ai-assistant__tone-dropdown__toggle-label"},e),(0,n.createElement)(s.Icon,{icon:l.A})),disabled:o}},(({onClose:e})=>(0,n.createElement)(d,{value:t,onChange:t=>{r(t),e()}})))}function m({value:e=u,onChange:t,disabled:r=!1}){const{tracks:i}=(0,o.st)();return r?(0,n.createElement)(s.Tooltip,{text:A},(0,n.createElement)(s.Button,{disabled:!0},(0,n.createElement)(s.Icon,{icon:a.Qr}))):(0,n.createElement)(s.ToolbarDropdownMenu,{icon:a.Qr,label:A,popoverProps:{variant:"toolbar"},disabled:r,onToggle:e=>{e&&i.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"tone"})}},(()=>(0,n.createElement)(d,{value:e,onChange:t})))}},51698:(e,t,r)=>{"use strict";r.d(t,{A:()=>p});var n=r(82170),a=r(94715),o=r(56427),s=r(27723),i=r(83883),l=r(83822),c=r(64425),u=r(2162),A=r(99050),g=r(33468),d=r(62402);const __=s.__,p=({contentIsLoaded:e,getSuggestionFromOpenAI:t,retryRequest:r,handleAcceptContent:s,handleTryAgain:p,showRetry:m,contentBefore:h,hasPostTitle:E,wholeContent:f,setUserPrompt:C,recordEvent:B,isGeneratingTitle:b})=>(0,n.createElement)(n.Fragment,null,(0,n.createElement)(a.BlockControls,null,!m&&(0,n.createElement)(n.Fragment,null,(0,n.createElement)(o.ToolbarGroup,null,(0,n.createElement)(g.Ay,{hasContentBefore:!!h?.length,hasContent:!!f?.length,hasPostTitle:E,contentIsLoaded:e,onPromptSelect:e=>{B("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"prompt-template",prompt:e.original}),C(e.translated)},onSuggestionSelect:e=>{B("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"suggestion",suggestion:e}),t(e)}})),(0,n.createElement)(a.BlockControls,{group:"block"},(0,n.createElement)(d.Ay,{value:"neutral",onChange:r=>{B("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"suggestion",suggestion:c.eJ}),t(c.eJ,{tone:r,contentType:e?"generated":null})},disabled:!e&&!f?.length}),(0,n.createElement)(u.Ay,{value:"en",onChange:r=>{B("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"suggestion",suggestion:c.Gm}),t(c.Gm,{language:r,contentType:e?"generated":null})},disabled:!e&&!f?.length}),(0,n.createElement)(A.Ay,{onChange:t,exclude:b?["summarize"]:[],disabled:!e}))),(m||p)&&(0,n.createElement)(o.ToolbarGroup,null,!m&&e&&p&&(0,n.createElement)(o.ToolbarButton,{onClick:p},__("Try Again","jetpack")),m&&e&&(0,n.createElement)(o.ToolbarButton,{icon:i.A,onClick:s},__("Accept","jetpack")),m&&(0,n.createElement)(o.ToolbarButton,{icon:l.A,onClick:r},__("Retry","jetpack")))))},3586:(e,t,r)=>{"use strict";r.d(t,{A:()=>Q});var n=r(82170),a=r(96865),o=r(85985),s=r(94715),i=r(74997),l=r(56427),c=r(29491),u=r(47143),A=r(86087),g=r(27723),d=r(13022),p=r(27970),m=r(56199),h=r(58164),E=r(72901),f=r(32249),C=r(23e3),B=r(51698),b=r(4393),k=r(92169),v=r(61297),y=r(44732),I=r(76695),w=r(7503);const __=g.__,_="post"===window?.Jetpack_Editor_Initial_State?.screenBase;function Q({attributes:e,setAttributes:t,clientId:r,isSelected:g}){const[Q,S]=(0,A.useState)(null),{tracks:x}=(0,o.st)(),{getBlock:j}=(0,u.useSelect)("core/block-editor"),L=(0,A.useRef)(null),T=(0,A.useRef)(null),{replaceBlocks:R,removeBlock:N}=(0,u.useDispatch)("core/block-editor"),{editPost:P}=(0,u.useDispatch)("core/editor"),{isOverLimit:D,requireUpgrade:M,increaseRequestsCount:F,requestsCount:O,requestsLimit:U,currentTier:H,loading:z,tierPlansEnabled:q}=(0,v.A)(),V=Math.max(U-O,0),{autosaveAndRedirect:G}=(0,k.A)(),$=(0,h.Bd)(H),Z=()=>{setTimeout((()=>{L.current?.focus?.()}),100)},W=()=>{setTimeout((()=>{T.current?.focus?.()}),100)},Y=(0,c.useViewportMatch)("medium","<"),K=(0,A.useRef)(null),{getSuggestionFromOpenAI:J,stopSuggestion:X,showRetry:ee,contentBefore:te,postTitle:re,retryRequest:ne,wholeContent:ae,requestingState:oe,error:se}=(0,b.A)({onSuggestionDone:(0,A.useCallback)((()=>{Z(),F()}),[F]),onUnclearPrompt:(0,A.useCallback)((()=>{W(),F()}),[F]),onModeration:Z,attributes:e,clientId:r,content:e.content,tracks:x,userPrompt:e.userPrompt,requireUpgrade:M,initialRequestingState:e.requestingState,contentRef:K,blockRef:T}),ie="requesting"===oe,le=["requesting","suggesting"].includes(oe),ce=(0,w.x)(),{productPageUrl:ue}=(0,y.A)(),Ae=(0,I.y)(r);(0,A.useEffect)((()=>{if(!Ae)return;const e=JSON.parse(localStorage.getItem(Ae));if(!e)return;const{type:t,options:r}=e;localStorage.removeItem(Ae),J(t,r)}),[Ae,J]),(0,A.useEffect)((()=>{se&&S(!1)}),[se]),(0,A.useEffect)((()=>{["init","done"].includes(oe)&&t({requestingState:oe})}),[oe,t]);const ge=!!e.content,de="generateTitle"===e.promptType,pe=__("Accept","jetpack"),me=__("Accept title","jetpack"),he=de?me:pe,Ee=async()=>{let t=[],n=(0,a.Hh)({content:e.content||""});if(n?.split("\n").length>1&&n?.split("\n")?.[0]?.match(/^

    .*<\/h1>$/)&&!re){const e=n.split("\n"),t=e.shift();n=e.join("\n"),P({title:t.replace(/<[^>]*>/g,"")})}t=(0,i.rawHandler)({HTML:n}),await R(r,t);const o=(e=>{let t=null;return e.forEach((e=>{const r=document.querySelector(`.wp-block[data-block="${e.clientId}"]`);if(!r)return;"true"===r.contentEditable&&(t=r);const n=r.querySelectorAll("[contenteditable=true]");t=n.length?n[n.length-1]:t})),t})(t);o&&(e=>{const t=window.getSelection();t.selectAllChildren(e),t.collapseToEnd(),e.focus()})(o)},fe=()=>{Ee(),x.recordEvent("jetpack_ai_assistant_block_accept",{feature:"ai-assistant"})},Ce=()=>{_?(P({title:e.content?e.content.trim():""}),N(r),x.recordEvent("jetpack_ai_assistant_block_accept",{feature:"ai-assistant"})):fe()},Be=()=>{X(),Z(),x.recordEvent("jetpack_ai_assistant_block_stop",{feature:"ai-assistant"})},be=(0,s.useBlockProps)({ref:T,className:(0,d.A)({"is-waiting-response":ie})}),ke=__("Ask Jetpack AI…","jetpack"),ve=__("Write about… Make a table for…","jetpack"),ye=(0,n.createElement)(n.Fragment,null,D&&g&&(0,n.createElement)(C.A,{placement:"ai-assistant-block"}),!ce&&(0,n.createElement)(E.A,null)),Ie=(0,n.createElement)(n.Fragment,null,se?.message&&!Q&&"error_quota_exceeded"!==se?.code&&(0,n.createElement)(l.Notice,{status:se.status,isDismissible:!1,className:"jetpack-ai-assistant__error"},se.message)),we=D&&$===h.Ti?(0,n.createElement)(C.Q,{variant:"muted"}):null,_e=(0,A.useCallback)((e=>{e.preventDefault(),x.recordEvent("jetpack_ai_upgrade_button",{current_tier_slug:H?.slug,requests_count:O,placement:"jetpack_ai_assistant_block"}),G(e)}),[x,H,O,G]);return(0,n.createElement)(l.KeyboardShortcuts,{bindGlobal:!0,shortcuts:{esc:()=>{["requesting","suggesting"].includes(oe)&&Be()}}},(0,n.createElement)("div",be,ge&&(0,n.createElement)("div",{ref:K,className:"jetpack-ai-assistant__content"},(0,n.createElement)(A.RawHTML,null,(0,a.Hh)({content:e.content||""}))),(0,n.createElement)(s.InspectorControls,null,we&&(0,n.createElement)("div",{className:"block-editor-block-card",style:{paddingTop:0}},(0,n.createElement)("span",{className:"block-editor-block-icon"}),we),(0,n.createElement)("div",{className:"block-editor-block-card",style:{paddingTop:0}},(0,n.createElement)("span",{className:"block-editor-block-icon"}),(0,n.createElement)(l.ExternalLink,{href:ue},__("Discover all features","jetpack"))),($===h._X||q&&$!==h.Ti)&&(0,n.createElement)(l.PanelBody,{initialOpen:!0},(0,n.createElement)(l.PanelRow,null,(0,n.createElement)(p.A,{placement:m.k}))),(0,n.createElement)(l.PanelBody,{initialOpen:!0},(0,n.createElement)(l.PanelRow,null,(0,n.createElement)(f.A,null)))),!le&&ce&&!M&&(0,n.createElement)(B.A,{isWaitingState:le,contentIsLoaded:ge,getSuggestionFromOpenAI:J,retryRequest:ne,handleAcceptContent:fe,handleAcceptTitle:Ce,handleTryAgain:null,showRetry:ee,contentBefore:te,hasPostTitle:!!re?.length,wholeContent:ae,promptType:e.promptType,setUserPrompt:e=>{if(!L?.current)return;L.current.focus(),t({userPrompt:e})},recordEvent:x.recordEvent,isGeneratingTitle:de}),(0,n.createElement)(a.N0,{ref:L,disabled:M||!ce,value:e.userPrompt,placeholder:e?.content?ke:ve,onChange:e=>{S(!0),t({userPrompt:e})},onSend:()=>{((...e)=>{J(...e),W()})("userPrompt"),x.recordEvent("jetpack_ai_assistant_block_generate",{feature:"ai-assistant"})},onStop:Be,onAccept:()=>{de?Ce():fe()},onDiscard:()=>{const n=e?.content===j(r).attributes?.content;t({content:e?.originalContent,promptType:void 0,messages:e?.originalMessages}),Ee(),n?x.recordEvent("jetpack_ai_assistant_block_dismiss"):x.recordEvent("jetpack_ai_assistant_block_discard",{feature:"ai-assistant"})},state:oe,isTransparent:M||!ce,showButtonLabels:!Y,showAccept:"init"!==oe&&ge&&!le,acceptLabel:he,showGuideLine:ge,showRemove:e?.content?.length>0,banner:ye,error:Ie,customFooter:V%5!=0&&1!==O||z||$!==h._X?null:(0,n.createElement)(a.AK,{requestsRemaining:V,onUpgradeClick:_e})})))}},61351:(e,t,r)=>{"use strict";var n=r(94375),a=r(54681),o=r(3586),s=r(13802);r(99800);(0,n.M)(a,{edit:o.A,save:()=>null,transforms:s.Ay})},10603:(e,t,r)=>{"use strict";r.d(t,{mt:()=>s});var n=r(96865),a=r(74997),o=r(47143);class s{renderRules=[];firstUpdate=!0;behavior="dropdown";isChildBlock=!1;feature="ai-assistant";adjustPosition=!0;startOpen=!1;hideOnBlockFocus=!0;constructor(e,t=[]){this.clientId=e,this.renderRules=t}getBlock(){const{getBlock:e}=(0,o.select)("core/block-editor");return e(this.clientId)}getContent(){const e=this.getBlock();return t=(0,a.getBlockContent)(e),(0,n.rh)({content:t});var t}renderContent(e){return function(e,t=[]){return(0,n.Hh)({content:e,rules:t,extension:!0})}(e,this.renderRules)}onSuggestion(e){if(!e)return;const t=this.renderContent(e);this.replaceBlockContent(t)}onDone(e){this.firstUpdate=!0}replaceBlockContent(e){const[t]=(0,a.rawHandler)({HTML:e});if(!t)return;const{updateBlockAttributes:r,replaceInnerBlocks:n,__unstableMarkNextChangeAsNotPersistent:s}=(0,o.dispatch)("core/block-editor");this.firstUpdate?this.firstUpdate=!1:s(),r(this.clientId,t.attributes),s(),n(this.clientId,t.innerBlocks)}}},67607:(e,t,r)=>{"use strict";r.d(t,{A:()=>g});var n=r(82170),a=r(96865),o=r(85985),s=r(86087),i=r(27723),l=r(13022),c=(r(51609),r(92169)),u=r(61297);const __=i.__,A=(0,l.A)("jetpack-ai-assistant-extension-ai-input","wp-block");function g({className:e,requestingState:t,requestingError:r,inputRef:i,wrapperRef:g,action:d,blockType:p,feature:m,request:h,stopSuggestion:E,close:f,undo:C,tryAgain:B}){const[b,k]=(0,s.useState)(""),[v,y]=(0,s.useState)(__("Ask Jetpack AI to edit…","jetpack")),{checkoutUrl:I}=(0,c.A)(),{tracks:w}=(0,o.st)(),[_,Q]=(0,s.useState)(0),[S,x]=(0,s.useState)(!1),{requireUpgrade:j,requestsCount:L,requestsLimit:T,loading:R,nextTier:N,currentTier:P}=(0,u.A)(),D=(0,s.useMemo)((()=>j||["requesting","suggesting"].includes(t)),[j,t]),M=(0,s.useMemo)((()=>j&&1===P?.value),[j,P]),F=(0,s.useCallback)((()=>{w.recordEvent("jetpack_ai_assistant_extension_generate",{block_type:p,feature:m}),h?.(b)}),[p,m,h,w,b]),O=(0,s.useCallback)((()=>{w.recordEvent("jetpack_ai_assistant_extension_stop",{block_type:p}),E?.()}),[p,E,w]);const U=(0,s.useCallback)((()=>{w.recordEvent("jetpack_ai_assistant_undo",{block_type:p}),C?.()}),[p,w,C]),H=(0,s.useCallback)((()=>{w.recordEvent("jetpack_ai_upgrade_button",{current_tier_slug:P?.slug,requests_count:L,placement:"jetpack_ai_assistant_extension"})}),[P?.slug,L,w]),z=(0,s.useCallback)((()=>{w.recordEvent("jetpack_ai_assistant_try_again",{block_type:p}),B?.()}),[p,w,B]);return(0,s.useEffect)((()=>{["init","done"].includes(t)&&k("")}),[t]),(0,s.useEffect)((()=>{y(d||__("Ask Jetpack AI to edit…","jetpack")),d&&k("")}),[d]),(0,s.useEffect)((()=>{x(!R&&!!N&&0===b.length)}),[R,N,b]),(0,s.useEffect)((()=>{const e=Math.max(T-L,0);Q(e)}),[T,L]),(0,n.createElement)(a.FC,{className:(0,l.A)(A,e),placeholder:v,disabled:D,value:b,state:t,showGuideLine:!0,error:r,requestsRemaining:_,showUpgradeMessage:S,showFairUsageMessage:M,upgradeUrl:I,onChange:k,onSend:F,onStop:O,onClose:function(){f?.()},onUndo:U,onUpgrade:H,onTryAgain:z,wrapperRef:g,ref:i})}},31124:(e,t,r)=>{"use strict";r.d(t,{A:()=>d});var n=r(82170),a=r(96865),o=r(85985),s=r(56427),i=r(86087),l=r(27723),c=r(52068),u=r(76695),A=r(2612);const __=l.__;function g({blockType:e,onClose:t,onAskAiAssistant:r,onRequestSuggestion:a}){const{canTransformToAIAssistant:o,transformToAIAssistant:s,getSelectedBlockClientIds:l}=(0,u.A)(),A=(0,i.useCallback)((n=>{const i=l(),[c]=i;i.length<2||!o({clientId:c,blockName:e})?(n?a?.(n.promptType,n.options,n.humanText):r?.(),t?.()):s({request:n})}),[e,o,l,r,t,a,s]);return(0,n.createElement)(c.Ay,{blockType:e,onRequestSuggestion:(e,t,r)=>{A({promptType:e,options:t,humanText:r})},onAskAiAssistant:async()=>{A()},disabled:!1})}function d({behavior:e,blockType:t,label:r=__("AI Assistant","jetpack"),onAskAiAssistant:l,onRequestSuggestion:c}){const{tracks:u}=(0,o.st)(),d=(0,i.useContext)(A.B),p=(0,i.useCallback)((e=>{e&&u.recordEvent("jetpack_ai_assistant_extension_toolbar_menu_show",{block_type:t})}),[t,u]),m=(0,i.useCallback)((()=>{u.recordEvent("jetpack_editor_ai_assistant_extension_toolbar_prompt_show",{block_type:t}),l?.()}),[t,l,u]),h=(0,i.useCallback)(((e,r,n)=>{u.recordEvent("jetpack_editor_ai_assistant_extension_toolbar_button_click",{suggestion:e,block_type:t}),c?.(e,r,n)}),[t,c,u]);return(0,n.createElement)(s.Dropdown,{popoverProps:{variant:"toolbar"},renderToggle:({isOpen:t,onToggle:o})=>(0,n.createElement)(s.ToolbarButton,{className:"jetpack-ai-assistant__button",showTooltip:!0,onClick:()=>{if("function"!=typeof e)switch(e){case"action":m();break;case"dropdown":o()}else e({onToggle:o,onAskAiAssistant:l,context:d})},"aria-haspopup":"true","aria-expanded":t,label:r,icon:a.cj}),onToggle:p,renderContent:({onClose:e})=>(0,n.createElement)(g,{onClose:e,blockType:t,onAskAiAssistant:m,onRequestSuggestion:h})})}},95396:(e,t,r)=>{"use strict";r.d(t,{L:()=>a,l:()=>n});const n=["jetpack/field-name","jetpack/field-email","jetpack/field-text","jetpack/field-textarea","jetpack/field-checkbox","jetpack/field-date","jetpack/field-telephone","jetpack/field-url","jetpack/field-checkbox-multiple","jetpack/field-radio","jetpack/field-select","jetpack/field-consent","jetpack/button"],a=["core/heading","core/paragraph","core/list-item","core/list","jetpack/contact-form",...n]},2612:(e,t,r)=>{"use strict";r.d(t,{B:()=>m,Q:()=>h});var n=r(86087),a=r(10067),o=r.n(a),s=r(10603),i=r(95396),l=r(42160),c=r(47007),u=r(75430),A=r(24310),g=r(63904);const d=o()("jetpack-ai-assistant:extensions:get-block-handler"),p={"core/heading":l.T,"core/paragraph":g.d,"core/list-item":A.g,"core/list":u.b,"jetpack/contact-form":c.p,...i.l.reduce(((e,t)=>({...e,[t]:c.g})),{})},m=(0,n.createContext)({});function h(e,t){let r=p[e];r||(d(`No handler found for block type: ${e}. Using default handler.`),r=s.mt);const n=new r(t);return{onSuggestion:n.onSuggestion.bind(n),onDone:n.onDone.bind(n),getContent:n.getContent.bind(n),behavior:n.behavior,isChildBlock:n.isChildBlock,feature:n.feature,adjustPosition:n.adjustPosition,startOpen:n.startOpen,hideOnBlockFocus:n.hideOnBlockFocus}}},42160:(e,t,r)=>{"use strict";r.d(t,{T:()=>a});var n=r(10603);class a extends n.mt{constructor(e){super(e,[])}onSuggestion(e){const t=this.getBlock();if(e.startsWith("#")||(e=`${"#".repeat(t?.attributes?.level||1)} ${e}`),e.match(/^#*\s*$/))return;const r=this.renderContent(e);this.replaceBlockContent(r)}}},14602:(e,t,r)=>{"use strict";r.d(t,{g:()=>o});var n=r(47143),a=r(10603);class o extends a.mt{jetpackFormBlockName="jetpack/contact-form";constructor(e){super(e,[]),this.behavior=this.handleBehavior,this.isChildBlock=!0,this.hideOnBlockFocus=!1}handleBehavior=({context:e})=>{const t=(0,n.dispatch)("core/block-editor"),{getBlockParentsByBlockName:r}=(0,n.select)("core/block-editor"),a=r(this.clientId,this.jetpackFormBlockName)?.[0];t.selectBlock(a),e?.[this.jetpackFormBlockName]?.handleAskAiAssistant?.()}}},47007:(e,t,r)=>{"use strict";r.d(t,{g:()=>c.g,p:()=>u});var n=r(74997),a=r(47143),o=r(27723),s=r(62514),i=r(96568),l=r(10603),c=r(14602);const __=o.__;class u extends l.mt{currentListOfValidBlocks=[];constructor(e){super(e,[]),this.behavior="action",this.feature="jetpack-form-ai-extension",this.adjustPosition=!1,this.startOpen=!0,this.hideOnBlockFocus=!1}setContent(e,t=!1){const{replaceInnerBlocks:r}=(0,a.dispatch)("core/block-editor"),o=e.replace(//g,""),l=(0,i.d)(o),c=(0,n.parse)(l).filter((e=>e.isValid&&!["core/freeform","core/missing","core/html"].includes(e.name)));let u=!1;if(c.length0){const e=c[c.length-1],t=this.currentListOfValidBlocks[c.length-1];u=!(0,s.w)(e,t)}if(c.length>0&&(c.length!==this.currentListOfValidBlocks.length||u)&&(r(this.clientId,c),this.currentListOfValidBlocks=c),t){const e=c.filter((e=>"jetpack/button"===e.name));if(this.currentListOfValidBlocks=this.currentListOfValidBlocks||[],e.length>1){let t=0;this.currentListOfValidBlocks=this.currentListOfValidBlocks.filter((r=>"jetpack/button"!==r.name||(t++,t===e.length))),r(this.clientId,this.currentListOfValidBlocks)}else 0===e.length&&r(this.clientId,[...this.currentListOfValidBlocks,(0,n.createBlock)("jetpack/button",{label:__("Submit","jetpack"),element:"button",text:__("Submit","jetpack"),borderRadius:8,lock:{remove:!0}})]);this.currentListOfValidBlocks=[]}}getContent(){const e=this.getBlock();if(!e)return"";const{innerBlocks:t}=e;return t?.length?t.reduce(((e,t)=>e+(0,n.serialize)(t)+"\n\n"),""):""}onSuggestion(e){this.setContent(e)}onDone(e){this.setContent(e,!0)}}},10821:(e,t,r)=>{"use strict";r.d(t,{Bi:()=>i});var n=r(74997),a=r(47143),o=r(7503);const s=(0,r(48499).C)("ai-assistant-support");function i(){if(!(0,n.getBlockType)("jetpack/ai-assistant"))return!1;if(!s)return!1;if(!(0,o.x)())return!1;const{errorCode:e}=(0,a.select)("wordpress-com/plans")?.getAiAssistantFeature?.()||{};if(e)return!1;const{getHiddenBlockTypes:t}=(0,a.select)("core/edit-post")||{};return!(t?.()||[]).includes("jetpack/ai-assistant")}},91184:(e,t,r)=>{"use strict";r.d(t,{Y:()=>o});var n=r(95396),a=r(10821);function o(e){return!!(0,a.Bi)()&&!!n.L.includes(e)}},24310:(e,t,r)=>{"use strict";r.d(t,{g:()=>a});var n=r(10603);class a extends n.mt{constructor(e){super(e,["listItem"]),this.isChildBlock=!0}}},75430:(e,t,r)=>{"use strict";r.d(t,{b:()=>a});var n=r(10603);class a extends n.mt{constructor(e){super(e,["list"])}}},63904:(e,t,r)=>{"use strict";r.d(t,{d:()=>i});var n=r(96865),a=r(74997),o=r(10603);const s=new n.OO({fixes:["paragraph"]});class i extends o.mt{constructor(e){super(e,["paragraph"])}getContent(){const e=this.getBlock();return t=(0,a.getBlockContent)(e),s.render({content:t});var t}}},99800:(e,t,r)=>{"use strict";var n=r(82170),a=r(96865),o=r(94715),s=r(29491),i=r(47143),l=r(86087),c=r(52619),u=r(13022),A=r(10067),g=r.n(A),d=(r(51609),r(61297)),p=r(32735),m=r(4e4),h=r(67607),E=r(31124),f=r(2612),C=r(91184);const B=g()("jetpack-ai-assistant:extensions:with-ai-extension"),b={"core/heading":"heading","core/paragraph":"paragraph","core/list-item":"list-item","core/list":"list","jetpack/contact-form":"form-ai"},k={group:"block"},v=(0,s.createHigherOrderComponent)((e=>t=>{const{clientId:r,isSelected:s,name:c,isSelectionEnabled:A}=t,g=(0,l.useRef)(null),C=(0,l.useRef)(0),v=(0,l.useRef)(null),y=(0,l.useRef)(""),I=(0,l.useRef)(null),w=(0,l.useRef)(document),_=(0,l.useRef)([]),[Q,S]=(0,l.useState)(""),x=(0,l.useRef)(null),j=(0,l.useRef)(null),{undo:L}=(0,i.useDispatch)("core/editor"),{postId:T}=(0,i.useSelect)((e=>{const{getCurrentPostId:t}=e("core/editor");return{postId:t()}}),[]),{id:R,className:N}=(0,o.useBlockProps)({className:(0,u.A)({[c?.replace?.("/","-")]:!0})}),{increaseRequestsCount:P,dequeueAsyncRequest:D,requireUpgrade:M}=(0,d.A)(),{snapToBottom:F,enableAutoScroll:O,disableAutoScroll:U}=(0,p.A)({current:w?.current?.getElementById(R)},void 0,!0),H=(0,l.useCallback)((()=>{I.current?.focus()}),[]),{onSuggestion:z,onDone:q,getContent:V,behavior:G,isChildBlock:$,feature:Z,adjustPosition:W,startOpen:Y,hideOnBlockFocus:K}=(0,l.useMemo)((()=>(0,f.Q)(c,r)),[c,r]),[J,X]=(0,l.useState)(Y),ee=(0,l.useCallback)((()=>{X((e=>!e))}),[]),te=(0,l.useCallback)((({promptType:e,options:t})=>{const r=V(),n=b[c];return[..._.current,{role:"jetpack-ai",context:{type:(0,m.p$)(e,n),content:r,request:t?.userPrompt,tone:t?.tone,language:t?.language,is_follow_up:_.current.length>0}}]}),[c,V]),re=(0,l.useCallback)((e=>{const t=e||w.current.getElementById(R);t&&g.current&&t.style.setProperty("padding-bottom",`calc(${C.current+16}px + ${y.current||"0px"} )`,"important")}),[R]),ne=(0,l.useCallback)((e=>{z(e),W&&re(),F()}),[z,W,F,re]),ae=(0,l.useCallback)((e=>{if(U(),q(e),P(),S(""),x.current?.message){const e={role:"assistant",content:V()};if(_.current.push(x.current.message,e),_.current.length>20){_.current.splice(0,_.current.length-20);const e=_.current.findIndex((e=>"jetpack-ai"===e.role));-1!==e&&(_.current=_.current.slice(e),_.current[0].context={..._.current[0].context,is_follow_up:!1})}}x.current=null,setTimeout((()=>{W&&re(),H()}),100)}),[U,q,P,V,W,H,re]),oe=(0,l.useCallback)((e=>{U(),S(""),B("Request error",e),e.code!==a.mA&&e.code!==a.Or&&P()}),[U,P]),{request:se,stopSuggestion:ie,requestingState:le,error:ce,reset:ue}=(0,a.XE)({onSuggestion:ne,onDone:ae,onError:oe,askQuestionOptions:{postId:T,feature:Z}});(0,l.useEffect)((()=>{j.current=le}),[le]);const Ae=(0,l.useCallback)(((e,t,r)=>{if(X(!0),M)return;r&&S(r);const n=te({promptType:e,options:t});B("Request suggestion",e,t);const a=n[n.length-1];x.current={promptType:e,options:t,humanText:r,message:a},D(),O(),se(n)}),[D,O,te,se,M]),ge=(0,l.useCallback)((e=>{const t={userPrompt:e};O(),Ae("userPrompt",t)}),[O,Ae]),de=(0,l.useCallback)((()=>{U(),ie(),H()}),[U,ie,H]),pe=(0,l.useCallback)((()=>{x.current&&Ae(x.current.promptType,x.current.options,x.current.humanText)}),[x,Ae]),me=(0,l.useCallback)((()=>{X(!1),ue(),S(""),x.current=null,_.current=[]}),[ue]),he=(0,l.useCallback)((async()=>{await L(),me()}),[L,me]);(0,l.useEffect)((()=>{s||me()}),[s,me]),(0,l.useEffect)((()=>{I.current&&A&&(w.current=I.current.ownerDocument,H())}),[J,H,A]),(0,l.useEffect)((()=>{let e=w.current.getElementById(R);if(e&&W)return J&&!v.current&&g.current?(y.current=e.style.paddingBottom,v.current=new ResizeObserver((([t])=>{if(e=w.current.getElementById(R),C.current=t.contentRect.height,e&&g.current&&C.current>0){re(e);const{marginBottom:t}=getComputedStyle(e),r=parseFloat(t);g.current.style.setProperty("margin-top",`-${C.current+r}px`,"important"),g.current.style.setProperty("margin-bottom",`${r+16}px`,"important")}})),v.current.observe(g.current)):v.current&&(e.style.paddingBottom=y.current,v.current.disconnect(),v.current=null,C.current=0),()=>{v.current&&v.current.disconnect()}}),[re,W,r,v,R,J]),(0,l.useEffect)((()=>{if(K&&J){const e=w.current.getElementById(R),t=()=>{["requesting","suggesting"].includes(j.current)||(X(!1),e?.removeEventListener("focusin",t))};return e?.addEventListener("focusin",t),()=>{e?.removeEventListener("focusin",t)}}}),[K,J,R]);const Ee=(0,n.createElement)(n.Fragment,null,(0,n.createElement)(e,t),J&&(0,n.createElement)(h.A,{className:N,requestingState:le,requestingError:ce,wrapperRef:g,inputRef:I,action:Q,blockType:c,feature:Z,request:ge,stopSuggestion:de,close:me,undo:he,tryAgain:pe}),(0,n.createElement)(o.BlockControls,k,(0,n.createElement)(E.A,{blockType:c,onAskAiAssistant:ee,onRequestSuggestion:Ae,behavior:G})));if($)return Ee;const fe={value:{[c]:{handleAskAiAssistant:ee,handleRequestSuggestion:Ae}}};return(0,n.createElement)(f.B.Provider,fe,Ee)}),"blockEditWithAiComponents");(0,c.addFilter)("blocks.registerBlockType","jetpack/ai-assistant-support/with-ai-extension",(function(e,t){return(0,C.Y)(t)?{...e,edit:v(e.edit),supports:{...e.supports,"jetpack/ai":{assistant:!0}}}:e}),100)},4393:(e,t,r)=>{"use strict";r.d(t,{A:()=>d});var n=r(96865),a=r(47143),o=r(86087),s=r(10067),i=r.n(s),l=r(62402),c=r(64425),u=r(16597),A=r(32735);const g=i()("jetpack-ai-assistant:error"),d=({attributes:e,clientId:t,content:r,tracks:s,userPrompt:i,onSuggestionDone:d,onUnclearPrompt:p,onModeration:m,requireUpgrade:h,initialRequestingState:E,contentRef:f,blockRef:C})=>{const[B,b]=(0,o.useState)(!1),[k,v]=(0,o.useState)(""),{updateBlockAttributes:y}=(0,a.useDispatch)("core/block-editor"),{dequeueAiAssistantFeatureAsyncRequest:I,setAiAssistantFeatureRequireUpgrade:w}=(0,a.useDispatch)("wordpress-com/plans"),{snapToBottom:_,enableAutoScroll:Q,disableAutoScroll:S}=(0,A.A)(C,f),x=(0,a.useSelect)((e=>e("core/editor").getEditedPostAttribute("title"))),j=(0,a.useSelect)((e=>e("core/editor").getCurrentPostId())),L=(0,o.useRef)([]),T=(0,o.useRef)(void 0),{request:R,stopSuggestion:N,handleErrorQuotaExceededError:P,requestingState:D,error:M}=(0,n.XE)({onSuggestion:e=>{y(t,{content:e?.replaceAll(c.uV,"")}),_()},onDone:e=>{const r=e.replaceAll(c.uV,""),n={role:"assistant",content:r};L.current.push(T.current,n),L.current.length>20&&L.current.splice(0,L.current.length-20),y(t,{content:r,messages:L.current}),_(),S(),d?.()},onStop:()=>{_(),S(),d?.()},onError:e=>{switch(e?.code){case n.cT:b(!1);break;case n.ud:b(!1),m?.();break;case n.mA:case n.AZ:b(!0);break;case n.Or:b(!1),w(!0);break;case n.L9:p?.()}},onAllErrors:e=>{g(e)},initialRequestingState:E,askQuestionOptions:{postId:j,feature:"ai-assistant",functions:{}}}),F=["requesting","suggesting"].includes(D),O=async(n,a={})=>{if(I(),h)return P(),void b(!1);if(a={retryRequest:!1,tone:l.US,...a},F)return;b(!1);let o=k;if(s.recordEvent("jetpack_ai_chat_completion",{post_id:j}),L.current=[...e.messages]??[],T.current={},a.retryRequest)T.current=o[o.length-1];else{const s=e?.isLayoutBuldingModeEnable?(0,u.rJ)(t):(0,u.aB)();o=(0,c.jf)({generatedContent:r,allPostContent:s,postContentAbove:(0,u.b$)(t),currentPostTitle:x,options:a,userPrompt:a?.userPrompt||i,type:n,isGeneratingTitle:"generateTitle"===e.promptType}),T.current=o.pop(),o=[...o,...L.current],o.push(T.current),v(o),"generateTitle"!==e.promptType&&y(t,{promptType:n})}try{Q(),await R(o)}catch(e){g(e),b(!0),S()}};return{setShowRetry:b,showRetry:B,postTitle:x,contentBefore:(0,u.b$)(t),wholeContent:(0,u.aB)(),requestingState:D,error:M,getSuggestionFromOpenAI:O,stopSuggestion:N,retryRequest:()=>O("",{retryRequest:!0})}}},92169:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var n=r(3924),a=r(85985),o=r(10617),s=r(61297);const i=()=>{const e=new URLSearchParams(window.location.search),t=(0,a.GE)();return(0,a.Sy)()&&e.has("post")?`https://wordpress.com/post/${t}/${e.get("post")}`:`https://wordpress.com/home/${t}`};function l(){const{nextTier:e,tierPlansEnabled:t}=(0,s.A)(),r=i(),l=t?(0,n.A)("jetpack-ai-yearly-tier-upgrade-nudge",{site:(0,a.GE)(),path:`jetpack_ai_yearly:-q-${e?.limit}`,query:`redirect_to=${encodeURIComponent(r)}`}):(0,n.A)("jetpack-ai-monthly-plan-ai-assistant-block-banner",{site:(0,a.GE)()}),c=(0,a.d9)()||(0,a.Sy)()?l:`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?redirect_to_referrer=1&page=my-jetpack#/add-jetpack-ai`,{autosaveAndRedirect:u,isRedirecting:A}=(0,o.A)(c);return{checkoutUrl:c,autosaveAndRedirect:u,isRedirecting:A}}},61297:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(47143),a=r(58164);function o(){const{data:e,loading:t,requestsLimit:r,requestsCount:o}=(0,n.useSelect)((e=>{const{getAiAssistantFeature:t,getIsRequestingAiAssistantFeature:r}=e("wordpress-com/plans"),n=t(),{currentTier:o,usagePeriod:s,requestsCount:i,requestsLimit:l}=n,c=(0,a.Bd)(o),u=o?.limit||l,A=c===a._X?i:s?.requestsCount,g=c===a._X?l:u;return{data:n,loading:r(),requestsCount:A,requestsLimit:g}}),[]),{fetchAiAssistantFeature:s,increaseAiAssistantRequestsCount:i,dequeueAiAssistantFeatureAsyncRequest:l}=(0,n.useDispatch)("wordpress-com/plans");return{...e,requestsCount:o,requestsLimit:r,loading:t,error:null,refresh:s,increaseRequestsCount:i,dequeueAsyncRequest:l}}},44732:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(3924),a=r(85985),o=r(10617);function s(){const e=(0,a.$i)()?.jetpack?.is_my_jetpack_available,t=e?`${(0,a.$i)()?.adminUrl||""}admin.php?page=my-jetpack#/jetpack-ai`:(0,n.A)("org-ai"),{autosaveAndRedirect:r,isRedirecting:s}=(0,o.A)(t);return{productPageUrl:t,autosaveAndRedirect:r,isRedirecting:s,isMyJetpackAvailable:e}}},75956:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(90372),a=r(86087);const o=window?.Jetpack_Editor_Initial_State?.tracksUserData||null,s=parseInt(window?.Jetpack_Editor_Initial_State?.wpcomBlogId)||0,i=()=>((0,a.useEffect)((()=>{o&&n.A.initialize(o?.userid,o?.username,s?{blog_id:s}:{})}),[]),n.A)},32735:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(86087),a=r(10067);const o=r.n(a)()("jetpack-ai-assistant:use-auto-scroll"),s=(e,t,r=!1)=>{const a=(0,n.useRef)(null),s=(0,n.useRef)(null),i=(0,n.useRef)(!1),l=(0,n.useRef)(!1),c=(0,n.useRef)(!1),u=(0,n.useRef)(!1),A=(0,n.useRef)({scrollPadding:"",scrollMargin:""}),g=(0,n.useCallback)((()=>{o("enabling ignore scroll"),l.current=!0}),[]),d=(0,n.useCallback)((()=>{i.current&&c.current&&!l.current&&g()}),[g]),p=(0,n.useCallback)((()=>{i.current=!0,l.current=!1,c.current=!1,u.current=!1,a.current?.addEventListener("scroll",d),o("enabling auto scroll")}),[d]),m=(0,n.useCallback)((()=>{i.current=!1,l.current=!1,c.current=!1,u.current=!1,a.current?.removeEventListener("scroll",d),s.current?.style&&(s.current.style.scrollPadding=A.current.scrollPadding,s.current.style.scrollMargin=A.current.scrollMargin),a.current=null,o("disabling auto scroll")}),[d]),h=(0,n.useCallback)((()=>{if(!i.current||l.current)return;const n=r?e?.current:t?.current?.firstElementChild?.lastElementChild;n&&!u.current&&(c.current=!0,u.current=!0,a?.current?.removeEventListener?.("scroll",d),n?.scrollIntoView({block:"end",inline:"end"}),setTimeout((()=>{u.current=!1,a?.current?.addEventListener?.("scroll",d)}),200))}),[e,t,r,d]),E=(0,n.useCallback)((e=>{if(null==e)return null;if("BODY"===e?.nodeName)return e;if(e?.ownerDocument!==document)return e.ownerDocument;const{overflow:t}=window.getComputedStyle(e);return t.split(" ").every((e=>"auto"===e||"scroll"===e))?e:e?.parentElement?E(e?.parentElement):e}),[]);return(0,n.useEffect)((()=>{const t=E(e?.current?.parentElement);!a.current&&t&&(a.current=t,s.current=t instanceof HTMLElement?t:t.documentElement,A.current={scrollPadding:s.current.style.scrollPadding,scrollMargin:s.current.style.scrollMargin},i.current&&(s.current.style.scrollPadding="80px",s.current.style.scrollMargin="10px"))}),[e,E]),{snapToBottom:h,enableAutoScroll:p,disableAutoScroll:m}}},76695:(e,t,r)=>{"use strict";r.d(t,{A:()=>c,y:()=>l});var n=r(85985),a=r(47143),o=r(51609),s=r(16597),i=r(13802);function l(e){return`ai-assistant-block-${e}`}const c=()=>{const{replaceBlock:e,removeBlocks:t}=(0,a.useDispatch)("core/block-editor"),r=(0,a.useSelect)((e=>e("core/block-editor")),[]),{getSelectedBlockClientIds:c,getBlocksByClientId:u,getBlock:A,getBlockParents:g}=r,{tracks:d}=(0,n.st)();return{canTransformToAIAssistant:(0,o.useCallback)((({clientId:e,blockName:t})=>{if(!A(e))return!1;if(!i.y7.includes(t))return!1;const r=g(e);if(0===r.length)return!0;const n=A(r[r.length-1]);return!["core/list","core/list-item"].includes(n.name)}),[A,g]),transformToAIAssistant:(0,o.useCallback)((({request:r}={})=>{const n=c(),a=u(n),o=(0,s.Sb)(a),[A]=a,[g,...p]=n,m={...A?.attributes||{},content:o},h=(0,i.rr)(A.name,m);if(r?.promptType){d.recordEvent("jetpack_editor_ai_assistant_extension_toolbar_button_click",{suggestion:r.promptType,block_type:A.name});const e={clientId:g,type:r.promptType,options:{...r.options,contentType:"generated",fromExtension:!0}};localStorage.setItem(l(h.clientId),JSON.stringify(e))}else d.recordEvent("jetpack_ai_assistant_prompt_show",{block_type:A.name});e(g,h),t(p)}),[u,c,t,e,d]),getSelectedBlockClientIds:c}}},7503:(e,t,r)=>{"use strict";r.d(t,{C:()=>A,x:()=>u});var n=r(85985),a=r(10067),o=r.n(a);const s=window?.JP_CONNECTION_INITIAL_STATE,i=o()("jetpack-ai-assistant:connection");let l=!1;const c=e=>{l||(i(e),l=!0)};function u(){return(0,n.Sy)()?(c("Simple site connected ✅"),!0):(0,n.d9)()?(c("Atomic site connected ✅"),!0):s?.connectionStatus?.isUserConnected?(c("Jetpack user is connected ✅"),!0):(c("User is not connected ❌"),!1)}function A(){if((0,n.Sy)())return!0;return!1==!(s?.userConnectionData?.currentUser?.permissions??{}).manage_options}},4e4:(e,t,r)=>{"use strict";r.d(t,{J1:()=>i,K6:()=>l,p$:()=>u});var n=r(64425);const a="title",o="content",s=null;function i(e){return{role:"jetpack-ai",context:{type:"ai-assistant-initial-prompt",for:u(e)}}}function l({generatedContent:e,allPostContent:t,postContentAbove:r,currentPostTitle:a,options:o,type:s,userPrompt:i,isGeneratingTitle:l}){const u=[],A="generated"===o?.contentType;let g=null;switch(s){case n.im:g=a;break;case n.sn:case n.A4:case n.yy:g=r;break;case n.vE:g=t;break;case n.br:case n.fD:g=e;break;case n.eJ:case n.UA:case n.Gm:g=A?e:t;break;case n.pE:g=e||t}const d=function(e,t){return!e&&t&&t.length>0?{role:"jetpack-ai",context:{type:"ai-assistant-relevant-content",content:t}}:null}(s===n.pE?!!e?.length:A,g);return d&&u.push(d),u.push({role:"jetpack-ai",context:c({generatedContent:e,allPostContent:t,postContentAbove:r,currentPostTitle:a,options:o,type:s,userPrompt:i,isGeneratingTitle:l})}),u}function c({options:e,type:t,userPrompt:r,isGeneratingTitle:i}){const l=function(e,t,r){return e?a:!t||r?o:s}(i,"generated"===e?.contentType,e?.fromExtension||!1);return{type:u(t),...l?{subject:l}:{},...t===n.eJ&&e?.tone?{tone:e.tone}:{},...t===n.Gm&&e?.language?{language:e.language}:{},...t===n.pE&&r?{request:r}:{}}}function u(e,t){const r={[n.im]:"ai-assistant-summary-by-title",[n.sn]:"ai-assistant-continue-writing",[n.A4]:"ai-assistant-simplify",[n.yy]:"ai-assistant-correct-spelling",[n.vE]:"ai-assistant-generate-title",[n.br]:"ai-assistant-make-longer",[n.fD]:"ai-assistant-make-shorter",[n.eJ]:"ai-assistant-change-tone",[n.UA]:"ai-assistant-summarize",[n.Gm]:"ai-assistant-change-language",[n.pE]:"ai-assistant-user-prompt"};return"form-ai"===t?"form-ai-extension":t?`${r[e]}-${t}-extension`:r[e]}},64425:(e,t,r)=>{"use strict";r.d(t,{A4:()=>s,Gm:()=>d,UA:()=>g,br:()=>c,eJ:()=>A,fD:()=>u,im:()=>a,jf:()=>h,pE:()=>p,sn:()=>o,uV:()=>m,vE:()=>l,yy:()=>i});var n=r(4e4);const a="titleSummary",o="continue",s="simplify",i="correctSpelling",l="generateTitle",c="makeLonger",u="makeShorter",A="changeTone",g="summarize",d="changeLanguage",p="userPrompt",m="````";function h({generatedContent:e,allPostContent:t,postContentAbove:r,currentPostTitle:a,options:o,type:s,userPrompt:i,isGeneratingTitle:l}){return[(0,n.J1)(s),...(0,n.K6)({generatedContent:e,allPostContent:t,postContentAbove:r,currentPostTitle:a,options:o,type:s,userPrompt:i,isGeneratingTitle:l})]}},16597:(e,t,r)=>{"use strict";r.d(t,{Sb:()=>l,aB:()=>i,b$:()=>s,rJ:()=>c});var n=r(96865),a=r(74997),o=r(47143);function s(e){if(!e)return"";const t=(0,o.select)("core/block-editor"),r=t.getBlockIndex(e),s=t.getBlocks().slice(0,r)??[];return s?.length?(0,n.rh)({content:(0,a.serialize)(s)}):""}function i(){const e=(0,o.select)("core/block-editor").getBlocks();return e?.length?(0,n.rh)({content:(0,a.serialize)(e)}):""}function l(e){return e.filter((e=>null!=e)).map((e=>(0,a.getBlockContent)(e))).join("\n\n")}function c(e){const t=(0,o.select)("core/block-editor").getBlock(e);return t?.innerBlocks?.length?l(t.innerBlocks):""}},47264:(e,t,r)=>{"use strict";function n(e){return e&&"string"==typeof e?e.charAt(0).toUpperCase()+e.slice(1):""}r.d(t,{Z:()=>n})},62514:(e,t,r)=>{"use strict";r.d(t,{w:()=>o});const n=e=>{delete e.clientId;for(const t of e.innerBlocks??[])n(t);return e},a=e=>n((e=>JSON.parse(JSON.stringify(e)))(e));function o(e,t){const r=a(e),n=a(t);return JSON.stringify(r)===JSON.stringify(n)}},96568:(e,t,r)=>{"use strict";function n(e){const t=document.createElement("div");return t.innerHTML=e,t.innerHTML}r.d(t,{d:()=>n})},48499:(e,t,r)=>{"use strict";function n(e){return!0===window?.Jetpack_Editor_Initial_State?.available_blocks?.[e]?.available}r.d(t,{C:()=>n})},13802:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>c,rr:()=>l,y7:()=>s});var n=r(96865),a=r(74997),o=r(54681);const s=["core/heading","core/paragraph","core/list"],i=[];function l(e,t){const{content:r,...s}=t;let i=r;"core/heading"===e&&t?.level&&(i=i.replace(/<(\/?)h\d([^>]*)>/g,`<$1h${t.level}$2>`));const l=(0,n.rh)({content:i}),c=[];return c.push({role:"jetpack-ai",context:{type:"ai-assistant-relevant-content",content:l}}),(0,a.createBlock)(o.name,{...s,content:l,originalContent:l,messages:c,originalMessages:c})}for(const e of s)i.push({type:"block",blocks:[e],isMatch:()=>s.includes(e),transform:(t,r)=>{const n=(0,a.getSaveContent)(e,t,r);return l(e,{...t,content:n})}});const c={from:i}},60487:(e,t,r)=>{"use strict";r.d(t,{A:()=>g});var n=r(82170),a=r(56427),o=r(86087),s=r(27723),i=r(13022),l=r(66087);const __=s.__,c="09:00",u="17:00";class A extends o.Component{renderInterval=(e,t)=>{const{day:r}=this.props,{opening:s,closing:l}=e;return(0,n.createElement)(o.Fragment,{key:t},(0,n.createElement)("div",{className:"business-hours__row"},(0,n.createElement)("div",{className:(0,i.A)(r.name,"business-hours__day")},0===t&&this.renderDayToggle()),(0,n.createElement)("div",{className:(0,i.A)(r.name,"business-hours__hours")},(0,n.createElement)(a.TextControl,{__nextHasNoMarginBottom:!0,type:"time",label:__("Opening","jetpack"),value:s,className:"business-hours__open",placeholder:c,onChange:e=>{this.setHour(e,"opening",t)}}),(0,n.createElement)(a.TextControl,{__nextHasNoMarginBottom:!0,type:"time",label:__("Closing","jetpack"),value:l,className:"business-hours__close",placeholder:u,onChange:e=>{this.setHour(e,"closing",t)}})),(0,n.createElement)("div",{className:"business-hours__remove"},r.hours.length>1&&(0,n.createElement)(a.Button,{isSmall:!0,variant:"link",icon:"trash",label:__("Remove Hours","jetpack"),onClick:()=>{this.removeInterval(t)}}))),t===r.hours.length-1&&(0,n.createElement)("div",{className:"business-hours__row business-hours-row__add"},(0,n.createElement)("div",{className:(0,i.A)(r.name,"business-hours__day")}," "),(0,n.createElement)("div",{className:(0,i.A)(r.name,"business-hours__hours")},(0,n.createElement)(a.Button,{variant:"link",label:__("Add Hours","jetpack"),onClick:this.addInterval},__("Add Hours","jetpack"))),(0,n.createElement)("div",{className:"business-hours__remove"}," ")))};setHour=(e,t,r)=>{const{day:n,attributes:a,setAttributes:o}=this.props,{days:s}=a;o({days:s.map((a=>a.name===n.name?{...a,hours:a.hours.map(((n,a)=>a===r?{...n,[t]:e}:n))}:a))})};toggleClosed=e=>{const{day:t,attributes:r,setAttributes:n}=this.props,{days:a}=r;n({days:a.map((r=>{if(r.name===t.name){const t=e?[{opening:c,closing:u}]:[];return{...r,hours:t}}return r}))})};addInterval=()=>{const{day:e,attributes:t,setAttributes:r}=this.props,{days:n}=t;e.hours.push({opening:"",closing:""}),r({days:n.map((t=>t.name===e.name?{...t,hours:e.hours}:t))})};removeInterval=e=>{const{day:t,attributes:r,setAttributes:n}=this.props,{days:a}=r;n({days:a.map((r=>t.name===r.name?{...r,hours:r.hours.filter(((t,r)=>e!==r))}:r))})};isClosed(){const{day:e}=this.props;return(0,l.isEmpty)(e.hours)}renderDayToggle(){const{day:e,localization:t}=this.props;return(0,n.createElement)(o.Fragment,null,(0,n.createElement)("span",{className:"business-hours__day-name"},t.days[e.name]),(0,n.createElement)(a.ToggleControl,{__nextHasNoMarginBottom:!0,label:this.isClosed()?__("Closed","jetpack"):__("Open","jetpack"),checked:!this.isClosed(),onChange:this.toggleClosed}))}renderClosed(){const{day:e}=this.props;return(0,n.createElement)("div",{className:"business-hours__row business-hours-row__closed"},(0,n.createElement)("div",{className:(0,i.A)(e.name,"business-hours__day")},this.renderDayToggle()),(0,n.createElement)("div",{className:(0,i.A)(e.name,"closed","business-hours__hours")}," "),(0,n.createElement)("div",{className:"business-hours__remove"}," "))}render(){const{day:e}=this.props;return this.isClosed()?this.renderClosed():e.hours.map(this.renderInterval)}}const g=A},39943:(e,t,r)=>{"use strict";r.d(t,{A:()=>u});var n=r(82170),a=r(86087),o=r(27723),s=r(66087);const _x=o._x,i="undefined"!=typeof window&&window.navigator?.language||"en",l=Intl?.DateTimeFormat?new Intl.DateTimeFormat(i,{hour:"numeric",minute:"numeric",hour12:!0}):null;class c extends a.Component{formatTime(e){const[t,r]=e.split(":");if(!t||!r)return!1;const n=new Date;return n.setHours(t),n.setMinutes(r),l?l.format(n):e}renderInterval=(e,t)=>{const{day:r}=this.props,a=r.hours;return(0,n.createElement)("span",{key:t},(0,o.sprintf)("%1$s - %2$s",this.formatTime(e.opening),this.formatTime(e.closing)),a.length>1+t&&(0,n.createElement)("span",null,", "))};render(){const{day:e,localization:t}=this.props,r=e.hours.filter((e=>this.formatTime(e.opening)&&this.formatTime(e.closing)));return(0,n.createElement)("div",{className:"jetpack-business-hours__item"},(0,n.createElement)("dt",{className:e.name},t.days[e.name]),(0,n.createElement)("dd",null,(0,s.isEmpty)(r)?_x("Closed","business is closed on a full day","jetpack"):r.map(this.renderInterval),(0,n.createElement)("br",null)))}}const u=c},39155:(e,t,r)=>{"use strict";r.d(t,{A:()=>C});var n=r(96072),a=r.n(n),o=r(82170),s=r(85985),i=r(1455),l=r.n(i),c=r(94715),u=r(56427),A=r(38443),g=r(86087),d=r(27723),p=r(9050),m=r(60487),h=r(39943);const __=d.__,E=(0,s.sh)(p),f={days:{Sun:__("Sunday","jetpack"),Mon:__("Monday","jetpack"),Tue:__("Tuesday","jetpack"),Wed:__("Wednesday","jetpack"),Thu:__("Thursday","jetpack"),Fri:__("Friday","jetpack"),Sat:__("Saturday","jetpack")},startOfWeek:0},C=e=>{const{attributes:t,isSelected:r}=e,n=(0,c.useBlockProps)(),[s,i]=(0,g.useState)(f),[d,p]=(0,g.useState)(!1),{days:C}=t,{startOfWeek:B}=s,b=C.concat(C.slice(0,B)).slice(B);let k;if((0,g.useEffect)((()=>{l()({path:"/wpcom/v2/business-hours/localized-week"}).then((e=>{i(e),p(!0)}),(()=>{i(f),p(!0)}))}),[]),d)if(r)k=(0,o.createElement)("div",{className:"is-edit"},b.map(((t,r)=>(0,o.createElement)(m.A,a()({key:r,day:t,localization:s},e)))));else{const e=(0,A.getSettings)(),{formats:{time:t}}=e;k=(0,o.createElement)("dl",{className:"jetpack-business-hours"},b.map(((e,r)=>(0,o.createElement)(h.A,{key:r,day:e,localization:s,timeFormat:t}))))}else k=(0,o.createElement)(u.Placeholder,{icon:E,label:__("Loading business hours","jetpack")});return(0,o.createElement)("div",n,k)}},71410:(e,t,r)=>{"use strict";var n=r(82170),a=r(94375),o=r(9050),s=r(39155);(0,a.M)(o,{edit:e=>(0,n.createElement)(s.A,e),save:()=>null})},7325:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(56427),a=r(66087);const o=(0,n.withFallbackStyles)(((e,t)=>{const{backgroundColor:r,textColor:n}=t,o=(0,a.get)(r,"color"),s=!(0,a.get)(n,"color")&&e?e.querySelector('[contenteditable="true"]'):null;return{fallbackBackgroundColor:o||!e?void 0:getComputedStyle(e).backgroundColor,fallbackTextColor:n||!s?void 0:getComputedStyle(s).color}}))},28310:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(20710);const a={element:{type:"string",enum:["a","button","input"]},saveInPostContent:{type:"boolean",default:!1},uniqueId:{type:"string"},passthroughAttributes:{type:"object"},text:{type:"string"},placeholder:{type:"string"},url:{type:"string"},textColor:{type:"string"},customTextColor:{type:"string",validator:n.A},backgroundColor:{type:"string"},customBackgroundColor:{type:"string",validator:n.A},gradient:{type:"string"},customGradient:{type:"string"},borderRadius:{type:"number"},width:{type:"string"}}},12365:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var n=r(82170),a=r(56427),o=r(86087),s=r(27723),i=r(8746);const __=s.__;function l({borderRadius:e="",setAttributes:t}){const r=(0,o.useCallback)((e=>t({borderRadius:e})),[t]);return(0,n.createElement)(a.PanelBody,{title:__("Border Settings","jetpack")},(0,n.createElement)(a.RangeControl,{__nextHasNoMarginBottom:!0,allowReset:!0,initialPosition:i.hc,label:__("Border radius","jetpack"),max:i.Bs,min:i.rG,onChange:r,value:e}))}},10179:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(82170),a=r(94715),o=r(27723);const __=o.__;function s({isGradientAvailable:e,backgroundColor:t,fallbackBackgroundColor:r,fallbackTextColor:o,gradientValue:s,setBackgroundColor:i,setGradient:l,setTextColor:c,textColor:u}){const A=(0,n.createElement)(a.ContrastChecker,{backgroundColor:t.color,fallbackBackgroundColor:r,fallbackTextColor:o,isLargeText:!1,textColor:u.color});return e?(0,n.createElement)(a.__experimentalPanelColorGradientSettings,{settings:[{colorValue:u.color,label:__("Text Color","jetpack"),onColorChange:c},{colorValue:t.color,gradientValue:s,label:__("Background","jetpack"),onColorChange:i,onGradientChange:l}],title:__("Background & Text Color","jetpack")},A):(0,n.createElement)(a.PanelColorSettings,{colorSettings:[{value:u.color,onChange:c,label:__("Text Color","jetpack")},{value:t.color,onChange:i,label:__("Background","jetpack")}],title:__("Background & Text Color","jetpack")},A)}},8746:(e,t,r)=>{"use strict";r.d(t,{Bs:()=>s,Uc:()=>a,hc:()=>o,rG:()=>i});var n=r(94715);const a=!!n.__experimentalUseGradient,o=5,s=50,i=0},2761:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var n=r(82170),a=r(47143),o=r(38062),s=r(12365),i=r(10179);function l({attributes:e,backgroundColor:t,clientId:r,context:l,fallbackBackgroundColor:c,fallbackTextColor:u,setAttributes:A,setBackgroundColor:g,setTextColor:d,textColor:p,gradientValue:m,setGradient:h,isGradientAvailable:E}){const{align:f,borderRadius:C}=e,B="jetpack/parentBlockWidth"in l,b=B?l["jetpack/parentBlockWidth"]:e.width,k=(0,a.useSelect)((e=>{const{getBlock:t,getBlockRootClientId:n}=e("core/block-editor");return t(n(r))})),{updateBlockAttributes:v}=(0,a.useDispatch)("core/block-editor");return(0,n.createElement)(n.Fragment,null,(0,n.createElement)(i.A,{backgroundColor:t,fallbackBackgroundColor:c,fallbackTextColor:u,gradientValue:m,setBackgroundColor:g,setGradient:h,setTextColor:d,textColor:p,isGradientAvailable:E}),(0,n.createElement)(s.A,{borderRadius:C,setAttributes:A}),(0,n.createElement)(o.D,{align:f,width:b,onChange:e=>{B?v(k.clientId,{width:e}):A({width:e})}}))}},55903:(e,t,r)=>{"use strict";r.d(t,{A:()=>m});var n=r(96072),a=r.n(n),o=r(82170),s=r(94715),i=r(29491),l=r(27723),c=r(13022),u=r(89303),A=r(7325),g=r(8746),d=r(2761),p=r(81177);const __=l.__;const m=(0,i.compose)((0,s.withColors)({backgroundColor:"background-color"},{textColor:"color"}),A.A)((function(e){const{attributes:t,backgroundColor:r,className:n,clientId:i,context:l,setAttributes:A,textColor:m}=e,{borderRadius:h,element:E,placeholder:f,text:C,width:B,fontSize:b}=t,k="jetpack/parentBlockWidth"in l;(0,p.A)({attributes:t,clientId:i,setAttributes:A}),(0,u.A)({attributes:t,disableEffects:k,setAttributes:A});const{gradientClass:v,gradientValue:y,setGradient:I}=g.Uc?(0,s.__experimentalUseGradient)({gradientAttribute:"gradient",customGradientAttribute:"customGradient"}):{},w=(0,s.useBlockProps)({className:(0,c.A)("wp-block-button",n)}),_=(0,c.A)("wp-block-button__link",{"has-background":r.color||y,[r.class]:!y&&r.class,"has-text-color":m.color,[m.class]:m.class,[v]:v,"no-border-radius":0===h,"has-custom-width":!!B,[`has-${b}-font-size`]:!!b,"has-custom-font-size":!!b}),Q={...!r.color&&y?{background:y}:{backgroundColor:r.color},fontSize:t.style?.typography?.fontSize,color:m.color,borderRadius:h?h+"px":void 0,width:B};return(0,o.createElement)("div",w,(0,o.createElement)(s.RichText,{allowedFormats:"input"===E?[]:void 0,className:_,disableLineBreaks:"input"===E,onChange:e=>A({text:e}),placeholder:f||__("Add text…","jetpack"),style:Q,value:C,withoutInteractiveFormatting:!0}),(0,o.createElement)(s.InspectorControls,null,(0,o.createElement)(d.A,a()({gradientValue:y,setGradient:I,isGradientAvailable:g.Uc},e))))}))},45878:(e,t,r)=>{"use strict";var n=r(94375),a=r(5383);(0,n.A)(a.U,a.W)},36270:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(82170),a=r(56427);const o=(0,n.createElement)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(a.Path,{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 13h8v-1.5H8V13z"}))},5383:(e,t,r)=>{"use strict";r.d(t,{U:()=>c,W:()=>u});var n=r(27723),a=r(97969),o=r(28310),s=r(55903),i=r(36270),l=r(85154);const __=n.__,c="button",u={apiVersion:3,title:__("Button","jetpack"),icon:i.A,category:(0,a.A)("design","layout"),keywords:[],supports:{html:!1,inserter:!1,align:["left","center","right"],typography:{fontSize:!0,__experimentalFontFamily:!0,__experimentalTextTransform:!0,__experimentalDefaultControls:{fontSize:!0}}},styles:[{name:"fill",label:__("Fill","jetpack"),isDefault:!0},{name:"outline",label:__("Outline","jetpack")}],attributes:o.A,edit:s.A,save:l.A,usesContext:["jetpack/parentBlockWidth"]}},85154:(e,t,r)=>{"use strict";r.d(t,{A:()=>c});var n=r(96072),a=r.n(n),o=r(82170),s=r(94715),i=r(13022),l=r(8746);function c({attributes:e,blockName:t,uniqueId:r}){const{backgroundColor:n,borderRadius:c,className:u,customBackgroundColor:A,customGradient:g,customTextColor:d,gradient:p,saveInPostContent:m,text:h,textColor:E,url:f,width:C,fontSize:B}=e;if(!m)return null;const b=s.useBlockProps.save(),k=(0,s.getColorClassName)("background-color",n),v=l.Uc?(0,s.__experimentalGetGradientClass)(p):void 0,y=(0,s.getColorClassName)("color",E),I=(0,i.A)("wp-block-button","jetpack-submit-button",u,b?.className,{[`wp-block-jetpack-${t}`]:t}),w=(0,i.A)("wp-block-button__link",{"has-text-color":E||d,[y]:y,"has-background":n||p||A||g,[k]:k,[v]:v,"no-border-radius":0===c,"has-custom-width":!!C,[`has-${B}-font-size`]:!!B,"has-custom-font-size":!!B}),_={background:g||void 0,backgroundColor:k||g||p?void 0:A,fontSize:e.style?.typography?.fontSize,color:y?void 0:d,borderRadius:c?c+"px":void 0,width:C};return(0,o.createElement)("div",a()({},b,{className:I}),(0,o.createElement)(s.RichText.Content,{className:w,"data-id-attr":r||"placeholder",href:f,id:r,rel:"noopener noreferrer",role:"button",style:_,tagName:"a",target:"_blank",value:h}))}},81177:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(47143),a=r(86087),o=r(66087);function s({attributes:e,clientId:t,setAttributes:r}){const{passthroughAttributes:s}=e,{attributesToSync:i}=(0,n.useSelect)((r=>{const{getBlockAttributes:n,getBlockRootClientId:a}=r("core/block-editor"),i=n(a(t))||{},l=(0,o.mapValues)(s,(e=>i[e]));return{attributesToSync:(0,o.pickBy)(l,((t,r)=>t!==e[r]))}}));(0,a.useEffect)((()=>{(0,o.isEmpty)(i)||r(i)}),[i,r])}},95816:(e,t,r)=>{"use strict";r.d(t,{a:()=>n});const n="https://calendly.com/wpcom/jetpack-block-example"},99723:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>A});var n=r(82170),a=r(85985),o=r(94715),s=r(56427),i=r(27723),l=r(5873);const __=i.__,_x=i._x,c=({onEditClick:e})=>(0,n.createElement)(s.ToolbarGroup,null,(0,n.createElement)(s.ToolbarButton,{onClick:()=>e(!0)},__("Edit","jetpack"))),u=e=>{const{attributes:{hideEventTypeDetails:t,url:r},defaultClassName:o,embedCode:i,parseEmbedCode:l,setAttributes:c,setEmbedCode:u}=e;let A=null;return r&&(A=(0,a.d9)()||(0,a.Sy)()?"https://wordpress.com/support/wordpress-editor/blocks/calendly-block/#customize-the-calendly-block":"https://jetpack.com/support/jetpack-blocks/calendly-block/#customizing-a-calendly-block"),(0,n.createElement)(n.Fragment,null,(0,n.createElement)(s.PanelBody,{PanelBody:!0,title:__("Calendar settings","jetpack"),initialOpen:!1},(0,n.createElement)("form",{onSubmit:l,className:`${o}-embed-form-sidebar`},(0,n.createElement)("input",{type:"text",id:"embedCode",onChange:e=>u(e.target.value),placeholder:__("Calendly web address or embed code…","jetpack"),value:i||"",className:"components-placeholder__input"}),(0,n.createElement)("div",null,(0,n.createElement)(s.Button,{variant:"secondary",type:"submit"},_x("Embed","button label","jetpack")))),(0,n.createElement)(s.ToggleControl,{__nextHasNoMarginBottom:!0,label:__("Hide event type details","jetpack"),checked:t,onChange:()=>c({hideEventTypeDetails:!t})})),A&&(0,n.createElement)(s.Notice,{className:`${o}-color-notice`,isDismissible:!1},(0,n.createElement)(s.ExternalLink,{href:A},__("Explore more customization options.","jetpack"))))},A=e=>{const{attributes:t,clientId:r,isEditingUrl:a,setAttributes:s,setIsEditingUrl:i}=e,{style:A,url:g}=t,d=[{value:"inline",label:__("Inline","jetpack")},{value:"link",label:__("Link","jetpack")}];return(0,n.createElement)(n.Fragment,null,g&&!a&&(0,n.createElement)(o.BlockControls,null,(0,n.createElement)(c,{onEditClick:i})),g&&(0,n.createElement)(l.A,{clientId:r,styleOptions:d,onSelectStyle:s,activeStyle:A,attributes:t,viewportWidth:500}),(0,n.createElement)(o.InspectorControls,null,(0,n.createElement)(u,e)))}},19493:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(82170),a=r(74997),o=r(27723),s=r(20710);const __=o.__,i={attributes:{backgroundColor:{type:"string",default:"ffffff",validator:s.A},submitButtonText:{type:"string",default:__("Schedule time with me","jetpack")},submitButtonTextColor:{type:"string"},submitButtonBackgroundColor:{type:"string"},submitButtonClasses:{type:"string"},hideEventTypeDetails:{type:"boolean",default:!1},primaryColor:{type:"string",default:"00A2FF",validator:s.A},textColor:{type:"string",default:"4D5055",validator:s.A},style:{type:"string",default:"inline",validValues:["inline","link"]},url:{type:"string",validator:e=>!e||e.startsWith("https://calendly.com/")},backgroundButtonColor:{type:"string"},textButtonColor:{type:"string"},customBackgroundButtonColor:{type:"string",validator:s.A},customTextButtonColor:{type:"string",validator:s.A}},migrate:e=>{const{submitButtonText:t,submitButtonTextColor:r,submitButtonBackgroundColor:n,submitButtonClasses:o,backgroundButtonColor:s,textButtonColor:i,customBackgroundButtonColor:l,customTextButtonColor:c,...u}=e,A={text:(g=e).submitButtonText||__("Schedule time with me","jetpack"),textColor:g.submitButtonTextColor||g.textButtonColor,customTextColor:g.customTextButtonColor,backgroundColor:g.submitButtonBackgroundColor||g.backgroundButtonColor,customBackgroundColor:g.customBackgroundButtonColor,url:g.url};var g;return[u,[(0,a.createBlock)("jetpack/button",{element:"a",uniqueId:"calendly-widget-id",...A})]]},save:({attributes:{url:e}})=>(0,n.createElement)("a",{href:e},e)}},52385:(e,t,r)=>{"use strict";r.d(t,{A:()=>y});var n=r(96072),a=r.n(n),o=r(82170),s=r(85985),i=r(94715),l=r(74997),c=r(56427),u=r(47143),A=r(86087),g=r(27723),d=r(13022),p=r(66087),m=r(78218),h=r(56145),E=r(13248),f=r(95816),C=r(99723),B=r(38028);const __=g.__,_x=g._x,b="jetpack/button",k={element:"a",text:__("Schedule time with me","jetpack"),uniqueId:"calendly-widget-id",url:f.a},v=(0,s.sh)(E);const y=(0,c.withNotices)((function(e){const{attributes:t,clientId:r,name:n,noticeOperations:s,noticeUI:g,setAttributes:y}=e,I=(0,l.getBlockDefaultClassName)(n),w=(0,m.y)(E.attributes,t);(0,p.isEqual)(w,t)||y(w);const{backgroundColor:_,hideEventTypeDetails:Q,primaryColor:S,textColor:x,style:j,url:L}=w,[T,R]=(0,A.useState)(L),[N,P]=(0,A.useState)(!1),[D,M]=(0,A.useState)(!1),[F,O]=(0,A.useState)({}),U=(0,i.useBlockProps)(),H=()=>{s.removeAllNotices(),s.createErrorNotice(__("Your calendar couldn't be embedded. Please double check your URL or code.","jetpack"))};(0,A.useEffect)((()=>{L&&f.a!==L&&"link"!==j&&(0,h.A)(L,M).catch((()=>{y({url:void 0}),H()}))}),[]);const z=e=>{if(!e)return void H();e.preventDefault();const t=(0,B.a9)(T);if(t){if(t.buttonAttributes&&"link"===t.style){const e=(0,u.select)("core/editor").getBlocksByClientId(r);e.length&&e[0].innerBlocks.forEach((e=>{(0,u.dispatch)("core/editor").updateBlockAttributes(e.clientId,t.buttonAttributes)})),O(t.buttonAttributes)}(0,h.A)(t.url,M).then((()=>{const e=(0,m.y)(E.attributes,t);y(e),P(!1),s.removeAllNotices()})).catch((()=>{y({url:void 0}),H()}))}else H()},q=(0,o.createElement)("div",{className:"wp-block-embed is-loading"},(0,o.createElement)(c.Spinner,null),(0,o.createElement)("p",null,__("Embedding…","jetpack"))),V=(0,o.createElement)(c.Placeholder,{label:__("Calendly","jetpack"),instructions:__("Enter your Calendly web address or embed code below.","jetpack"),icon:v,notices:g},(0,o.createElement)("form",{onSubmit:z},(0,o.createElement)("input",{type:"text",id:"embedCode",onChange:e=>R(e.target.value),placeholder:__("Calendly web address or embed code…","jetpack"),value:T||"",className:"components-placeholder__input"}),(0,o.createElement)("div",null,(0,o.createElement)(c.Button,{variant:"secondary",type:"submit"},_x("Embed","button label","jetpack")))),(0,o.createElement)("div",{className:`${I}-learn-more`},(0,o.createElement)(c.ExternalLink,{href:"https://help.calendly.com/hc/en-us/articles/223147027-Embed-options-overview"},__("Need help finding your embed code?","jetpack")))),G=(0,o.createElement)(o.Fragment,null,(0,o.createElement)("div",{className:`${I}-overlay`}),(0,o.createElement)("iframe",{src:(()=>{const e=new URLSearchParams({embed_domain:"wordpress.com",embed_type:"Inline",hide_event_type_details:Q?1:0,background_color:_,primary_color:S,text_color:x});return`${L}?${e}`})(),width:"100%",height:"100%",frameBorder:"0","data-origwidth":"100%","data-origheight":"100%",title:"Calendly"})),$=(0,o.createElement)(i.InnerBlocks,{template:[[b,{...k,...F,passthroughAttributes:{url:"url"}}]],templateLock:"all"});return D?q:(0,o.createElement)("div",a()({},U,{className:(0,d.A)(U.className,{[`calendly-style-${j}`]:L&&!N})}),(0,o.createElement)(C.Ay,a()({},e,{defaultClassName:I,embedCode:T,isEditingUrl:N,parseEmbedCode:z,setEmbedCode:R,setIsEditingUrl:P})),L&&!N?"inline"===j?G:$:V)}))},60312:(e,t,r)=>{"use strict";var n=r(74997),a=r(94375),o=r(13248),s=r(19493),i=r(52385),l=r(2668),c=r(38028);(0,a.M)(o,{edit:i.A,save:l.A,transforms:{from:[{type:"raw",isMatch:e=>"P"===e.nodeName&&c.QL.test(e.textContent),transform:e=>{const t=(0,c.a9)(e.textContent);return(0,n.createBlock)("jetpack/calendly",t)}}]},deprecated:[s.A]})},2668:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(82170),a=r(94715);function o(){const e=a.useBlockProps.save();return(0,n.createElement)("div",e,(0,n.createElement)(a.InnerBlocks.Content,null))}},38028:(e,t,r)=>{"use strict";r.d(t,{QL:()=>n,a9:()=>a});const n=/(^|\/\/)(calendly\.com[^"']*)/i,a=e=>{if(!e)return;const t=(e=>{const t=e.match(n);if(t)return"https://"+t[2]})(e);if(!t)return;const r=(e=>{const t={},r=new URL(e);if(t.url=r.origin+r.pathname,!r.search)return t;const n=new URLSearchParams(r.search),a=n.get("background_color"),o=n.get("primary_color"),s=n.get("text_color"),i=/^[A-Za-z0-9]{6}$/;return n.get("hide_event_type_details")&&(t.hideEventTypeDetails=n.get("hide_event_type_details")),a&&a.match(i)&&(t.backgroundColor=a),o&&o.match(i)&&(t.primaryColor=o),s&&s.match(i)&&(t.textColor=s),t})(t),a=(e=>e.indexOf("data-url")>0?"inline":e.indexOf("initPopupWidget")>0||e.indexOf("initBadgeWidget")>0?"link":void 0)(e);if(a&&(r.style=a),"link"===a){r.buttonAttributes={};const t=(e=>{let t=e.match(/false;">([^<]+)<\//);return t?t[1]:(t=e.match(/text: '([^']*?)'/),t?t[1]:void 0)})(e);t&&(r.buttonAttributes.text=t);const n=(e=>{const t=e.match(/textColor: '([^']*?)'/);if(t)return t[1]})(e);n&&(r.buttonAttributes.textColor=void 0,r.buttonAttributes.customTextColor=n);const a=(e=>{const t=e.match(/color: '([^']*?)'/);if(t)return t[1]})(e);a&&(r.buttonAttributes.backgroundColor=void 0,r.buttonAttributes.customBackgroundColor=a)}return r}},98091:(e,t,r)=>{"use strict";r.d(t,{A:()=>A});var n=r(82170),a=r(94715),o=r(56427),s=r(86087),i=r(27723),l=r(13022),c=r(81942);const __=i.__;class u extends s.Component{constructor(...e){super(...e),this.preventEnterKey=this.preventEnterKey.bind(this)}preventEnterKey(e){"Enter"===e.key&&e.preventDefault()}render(){const{attributes:{address:e,addressLine2:t,addressLine3:r,city:i,region:u,postal:A,country:g,linkToGoogleMaps:d},isSelected:p,setAttributes:m}=this.props,h=[e,t,r,i,u,A,g].some((e=>""!==e)),E=(0,l.A)({"jetpack-address-block":!0,"is-selected":p}),f=(0,n.createElement)(o.ToggleControl,{__nextHasNoMarginBottom:!0,label:__("Link address to Google Maps","jetpack"),checked:d,onChange:e=>m({linkToGoogleMaps:e})});return(0,n.createElement)("div",{className:E},!p&&h&&(0,c.A)(this.props),(p||!h)&&(0,n.createElement)(s.Fragment,null,(0,n.createElement)(a.PlainText,{value:e,placeholder:__("Street Address","jetpack"),"aria-label":__("Street Address","jetpack"),onChange:e=>m({address:e}),onKeyDown:this.preventEnterKey}),(0,n.createElement)(a.PlainText,{value:t,placeholder:__("Address Line 2","jetpack"),"aria-label":__("Address Line 2","jetpack"),onChange:e=>m({addressLine2:e}),onKeyDown:this.preventEnterKey}),(0,n.createElement)(a.PlainText,{value:r,placeholder:__("Address Line 3","jetpack"),"aria-label":__("Address Line 3","jetpack"),onChange:e=>m({addressLine3:e}),onKeyDown:this.preventEnterKey}),(0,n.createElement)(a.PlainText,{value:i,placeholder:__("City","jetpack"),"aria-label":__("City","jetpack"),onChange:e=>m({city:e}),onKeyDown:this.preventEnterKey}),(0,n.createElement)(a.PlainText,{value:u,placeholder:__("State/Province/Region","jetpack"),"aria-label":__("State/Province/Region","jetpack"),onChange:e=>m({region:e}),onKeyDown:this.preventEnterKey}),(0,n.createElement)(a.PlainText,{value:A,placeholder:__("Postal/Zip Code","jetpack"),"aria-label":__("Postal/Zip Code","jetpack"),onChange:e=>m({postal:e}),onKeyDown:this.preventEnterKey}),(0,n.createElement)(a.PlainText,{value:g,placeholder:__("Country","jetpack"),"aria-label":__("Country","jetpack"),onChange:e=>m({country:e}),onKeyDown:this.preventEnterKey}),f))}}const A=u},39563:(e,t,r)=>{"use strict";r.d(t,{U:()=>u,W:()=>A});var n=r(82170),a=r(56427),o=r(86087),s=r(27723),i=r(62289),l=r(98091),c=r(81942);const __=s.__,_x=s._x,u="address",A={title:__("Address","jetpack"),description:__("Lets you add a physical address with Schema markup.","jetpack"),keywords:[_x("location","block search term","jetpack"),_x("direction","block search term","jetpack"),_x("place","block search term","jetpack")],icon:(0,i.A)((0,n.createElement)(o.Fragment,null,(0,n.createElement)(a.Path,{d:"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zM7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.88-2.88 7.19-5 9.88C9.92 16.21 7 11.85 7 9z"}),(0,n.createElement)(a.Circle,{cx:"12",cy:"9",r:"2.5"}))),category:"grow",attributes:{address:{type:"string",default:""},addressLine2:{type:"string",default:""},addressLine3:{type:"string",default:""},city:{type:"string",default:""},region:{type:"string",default:""},postal:{type:"string",default:""},country:{type:"string",default:""},linkToGoogleMaps:{type:"boolean",default:!1}},parent:["jetpack/contact-info"],edit:l.A,save:c.A}},81942:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var n=r(82170),a=r(86087),o=r(27723);const __=o.__,s=({attributes:{address:e,addressLine2:t,addressLine3:r,city:o,region:s,postal:i,country:l}})=>(0,n.createElement)(a.Fragment,null,e&&(0,n.createElement)("div",{className:"jetpack-address__address jetpack-address__address1"},e),t&&(0,n.createElement)("div",{className:"jetpack-address__address jetpack-address__address2"},t),r&&(0,n.createElement)("div",{className:"jetpack-address__address jetpack-address__address3"},r),o&&!(s||i)&&(0,n.createElement)("div",{className:"jetpack-address__city"},o),o&&(s||i)&&(0,n.createElement)("div",null,(0,n.createElement)("span",{className:"jetpack-address__city"},o),", ",(0,n.createElement)("span",{className:"jetpack-address__region"},s)," ",(0,n.createElement)("span",{className:"jetpack-address__postal"},i)),!o&&(s||i)&&(0,n.createElement)("div",null,(0,n.createElement)("span",{className:"jetpack-address__region"},s)," ",(0,n.createElement)("span",{className:"jetpack-address__postal"},i)),l&&(0,n.createElement)("div",{className:"jetpack-address__country"},l)),i=({attributes:{address:e,addressLine2:t,addressLine3:r,city:n,region:a,postal:o,country:s}})=>{let i=a?`+${a},`:"";i=o?`${i}+${o}`:i;return`https://www.google.com/maps/search/${e?`${e},`:""}${t?`${t},`:""}${r?`${r},`:""}${n?`+${n},`:""}${i}${s?`+${s}`:""}`.replace(" ","+")},l=e=>(({address:e,addressLine2:t,addressLine3:r,city:n,region:a,postal:o,country:s})=>[e,t,r,n,a,o,s].some((e=>""!==e)))(e.attributes)&&(0,n.createElement)("div",{className:e.className},e.attributes.linkToGoogleMaps&&(0,n.createElement)("a",{href:i(e),target:"_blank",rel:"noopener noreferrer",title:__("Open address in Google Maps","jetpack")},(0,n.createElement)(s,e)),!e.attributes.linkToGoogleMaps&&(0,n.createElement)(s,e))},44246:(e,t,r)=>{"use strict";r.d(t,{A:()=>u});var n=r(96072),a=r.n(n),o=r(82170),s=r(94715),i=r(13022);const l=["jetpack/markdown","jetpack/address","jetpack/email","jetpack/phone","jetpack/map","jetpack/business-hours","core/paragraph","core/image","core/heading","core/gallery","core/list","core/quote","core/shortcode","core/audio","core/code","core/cover","core/html","core/separator","core/spacer","core/subhead","core/video"],c=[["jetpack/email"],["jetpack/phone"],["jetpack/address"]],u=e=>{const{isSelected:t}=e,r=(0,s.useBlockProps)();return(0,o.createElement)("div",a()({},r,{className:(0,i.A)(r.className,{"jetpack-contact-info-block":!0,"is-selected":t})}),(0,o.createElement)(s.InnerBlocks,{allowedBlocks:l,templateLock:!1,template:c}))}},25907:(e,t,r)=>{"use strict";var n=r(74997),a=r(94375),o=r(39563),s=r(75173),i=r(44246),l=r(90951),c=r(70063),u=r(36611);(0,a.M)(s,{edit:i.A,save:u.A,transforms:{from:[{type:"block",blocks:["core/legacy-widget"],isMatch:({idBase:e,instance:t})=>!!t?.raw&&"widget_contact_info"===e,transform:({instance:e})=>{let t=[(0,n.createBlock)("core/heading",{content:e.raw.title}),(0,n.createBlock)("jetpack/email",{email:e.raw.email}),(0,n.createBlock)("jetpack/phone",{phone:e.raw.phone}),(0,n.createBlock)("jetpack/address",{address:e.raw.address})];return e.raw.hours&&(t=[...t,(0,n.createBlock)("core/paragraph",{content:e.raw.hours})]),e.raw.showmap&&e.raw.address&&(t=[...t,(0,n.createBlock)("jetpack/map",{address:e.raw.address})]),(0,n.createBlock)("jetpack/contact-info",{},t)}}]}},[{name:o.U,settings:o.W},{name:l.U,settings:l.W},{name:c.U,settings:c.W}])},43167:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(27723),a=r(64882),o=r(27266);const __=n.__,s=e=>{const{setAttributes:t}=e;return(0,a.A)("email",e,__("Email","jetpack"),o.A,(e=>t({email:e})))}},90951:(e,t,r)=>{"use strict";r.d(t,{U:()=>c,W:()=>u});var n=r(82170),a=r(56427),o=r(27723),s=r(62289),i=r(43167),l=r(27266);const __=o.__,_x=o._x,c="email",u={title:__("Email Address","jetpack"),description:__("Lets you add an email address with an automatically generated click-to-email link.","jetpack"),keywords:["e-mail","email",_x("message","block search term","jetpack")],icon:(0,s.A)((0,n.createElement)(a.Path,{d:"M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6zm-2 0l-8 5-8-5h16zm0 12H4V8l8 5 8-5v10z"})),category:"grow",attributes:{email:{type:"string",default:""}},edit:i.A,save:l.A,parent:["jetpack/contact-info"]}},27266:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(82170),a=r(86087),o=r(39904);const s=({attributes:{email:e},className:t})=>e&&(0,n.createElement)("div",{className:t},e.split(/(\s+)/).map(((e,t)=>{const r=e.replace(/([.,/#!$%^&*;:{}=\-_`~()\][])+$/g,"");return e.indexOf("@")&&o.validate(r)?e===r?(0,n.createElement)("a",{href:`mailto:${e}`,key:t},e):(0,n.createElement)(a.Fragment,{key:t},(0,n.createElement)("a",{href:`mailto:${e}`,key:t},r),(0,n.createElement)(a.Fragment,null,e.slice(-(e.length-r.length)))):(0,n.createElement)(a.Fragment,{key:t},e)})))},42711:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(27723),a=r(64882),o=r(84330);const __=n.__,s=e=>{const{setAttributes:t}=e;return(0,a.A)("phone",e,__("Phone number","jetpack"),o.A,(e=>t({phone:e})))}},70063:(e,t,r)=>{"use strict";r.d(t,{U:()=>c,W:()=>u});var n=r(82170),a=r(56427),o=r(27723),s=r(62289),i=r(42711),l=r(84330);const __=o.__,_x=o._x,c="phone",u={title:__("Phone Number","jetpack"),description:__("Lets you add a phone number with an automatically generated click-to-call link.","jetpack"),keywords:[_x("mobile","block search term","jetpack"),_x("telephone","block search term","jetpack"),_x("cell","block search term","jetpack")],icon:(0,s.A)((0,n.createElement)(a.Path,{d:"M6.54 5c.06.89.21 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.79h1.51m9.86 12.02c.85.24 1.72.39 2.6.45v1.49c-1.32-.09-2.59-.35-3.8-.75l1.2-1.19M7.5 3H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.49c0-.55-.45-1-1-1-1.24 0-2.45-.2-3.57-.57-.1-.04-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.45-5.15-3.76-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1z"})),category:"grow",attributes:{phone:{type:"string",default:""}},parent:["jetpack/contact-info"],edit:i.A,save:l.A}},84330:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(82170);const a=({attributes:{phone:e},className:t})=>e&&(0,n.createElement)("div",{className:t},function(e){const t=e.match(/\d+\.\d+|\d+\b|\d+(?=\w)/g);if(!t)return e;const r=e.indexOf(t[0]);let a=r?e.substring(r-1):e,o=r?e.substring(0,r):"",s=a.replace(/\D/g,"");return/[0-9/+/(]/.test(a[0])?(o=o.slice(0,-1),"+"===a[0]&&(s="+"+s)):a=a.substring(1),[o.trim()?(0,n.createElement)("span",{key:"phonePrefix",className:"phone-prefix"},o):null,(0,n.createElement)("a",{key:"phoneNumber",href:`tel:${s}`},a)]}(e))},36611:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(82170),a=r(94715);const o=()=>{const e=a.useBlockProps.save();return(0,n.createElement)("div",e,(0,n.createElement)(a.InnerBlocks.Content,null))}},75800:(e,t,r)=>{"use strict";r.d(t,{A:()=>u});var n=r(82170),a=r(4567),o=r(3975),s=r(94715),i=r(86087),l=r(13022),c=r(72730);const u=({className:e=null,currency:t=null,defaultValue:r=null,disabled:u=!1,label:A="",onChange:g=null,value:d=""})=>{const[p,m]=(0,i.useState)((0,a.Ay)(d,t,{symbol:""})),[h,E]=(0,i.useState)(!1),[f,C]=(0,i.useState)(!1),B=(0,i.useRef)(null),b=(0,i.useCallback)(((e,r)=>{m((n=>{if(e!==n){const n=(0,c.C_)(e,t);n&&n>=(0,c.dv)(t)?(C(!1),r&&g?.(n)):C(!0)}return e}))}),[t,g]),k=()=>{B.current&&(B.current.focus(),E(!0))};return(0,i.useEffect)((()=>{if(!B.current)return;const e=B.current,n=()=>{E(!1),p||b((0,a.Ay)(r,t,{symbol:""}))};return e.addEventListener("blur",n),()=>{e.removeEventListener("blur",n)}}),[t,r,p,B,b]),(0,i.useEffect)((()=>{h||f||m((0,a.Ay)(d,t,{symbol:""}))}),[t,h,f,d]),(0,i.useEffect)((()=>{b((0,a.Ay)(d,t,{symbol:""}))}),[t,d]),(0,n.createElement)("div",{className:(0,l.A)("donations__amount",e,{"has-focus":h,"has-error":f}),role:"button",tabIndex:0,onClick:k,onKeyDown:k},o.y[t].symbol,u?(0,n.createElement)("div",{className:"donations__amount-value"},(0,a.Ay)(d||r,t,{symbol:""})):(0,n.createElement)(s.RichText,{allowedFormats:[],"aria-label":A,onChange:e=>b(e,!0),placeholder:(0,a.Ay)(r,t,{symbol:""}),ref:B,value:p,withoutInteractiveFormatting:!0}))}},57018:(e,t,r)=>{"use strict";r.d(t,{A:()=>A});var n=r(82170),a=r(3975),o=r(85985),s=r(94715),i=r(56427),l=r(27723),c=r(48558),u=r(72730);const __=l.__,A=e=>{const{attributes:t,setAttributes:r}=e,{currency:l,oneTimeDonation:A,monthlyDonation:g,annualDonation:d,showCustomAmount:p}=t,m=(e,n)=>{const a={"1 month":"monthlyDonation","1 year":"annualDonation"}[e],o=t[a];r({[a]:{...o,show:n}})};return(0,n.createElement)(n.Fragment,null,(0,n.createElement)(s.BlockControls,null,(0,n.createElement)(i.ToolbarGroup,null,(0,n.createElement)(i.ToolbarItem,null,(()=>(0,n.createElement)(i.Dropdown,{contentClassName:"jetpack-donations__currency-popover",renderToggle:({onToggle:e,isOpen:t})=>(0,n.createElement)(i.Button,{className:"jetpack-donations__currency-toggle",icon:(0,n.createElement)(n.Fragment,null,l+" - "+a.y[l].symbol,(0,n.createElement)(i.Dashicon,{icon:"arrow-down"})),label:__("Change currency","jetpack"),onClick:e,onKeyDown:r=>{t||r.keyCode!==c.DOWN||(r.preventDefault(),r.stopPropagation(),e())}}),renderContent:({onClose:e})=>(0,n.createElement)(i.MenuGroup,null,Object.keys(u.VK).map((t=>(0,n.createElement)(i.MenuItem,{isSelected:t===l,icon:t===l?"yes":"",onClick:()=>{(e=>{const t=(0,u.Xj)(e);r({currency:e,oneTimeDonation:{...A,amounts:t},monthlyDonation:{...g,amounts:t},annualDonation:{...d,amounts:t}})})(t),e()},key:`jetpack-donations-currency-${t}`},t+" - "+a.y[t].symbol))))}))))),(0,n.createElement)(s.InspectorControls,null,(0,n.createElement)(i.PanelBody,{title:__("Settings","jetpack")},(0,n.createElement)(i.ToggleControl,{checked:g.show,onChange:e=>m("1 month",e),label:__("Show monthly donations","jetpack")}),(0,n.createElement)(i.ToggleControl,{checked:d.show,onChange:e=>m("1 year",e),label:__("Show annual donations","jetpack")}),(0,n.createElement)(i.ToggleControl,{checked:p,onChange:e=>r({showCustomAmount:e}),label:__("Show custom amount option","jetpack")}),(0,n.createElement)(i.ExternalLink,{href:`https://wordpress.com/earn/payments/${(0,o.GE)()}`},__("View donation earnings","jetpack")))))}},27718:(e,t,r)=>{"use strict";r.d(t,{A:()=>c});var n=r(82170),a=r(4567),o=r(3975),s=r(94715),i=r(27723),l=r(72730);const __=i.__,c={attributes:{currency:{type:"string",default:"USD"},oneTimeDonation:{type:"object",default:{show:!0,planId:null,amounts:[5,15,100],heading:__("Make a one-time donation","jetpack"),extraText:__("Your contribution is appreciated.","jetpack"),buttonText:__("Donate","jetpack")}},monthlyDonation:{type:"object",default:{show:!0,planId:null,amounts:[5,15,100],heading:__("Make a monthly donation","jetpack"),extraText:__("Your contribution is appreciated.","jetpack"),buttonText:__("Donate monthly","jetpack")}},annualDonation:{type:"object",default:{show:!0,planId:null,amounts:[5,15,100],heading:__("Make a yearly donation","jetpack"),extraText:__("Your contribution is appreciated.","jetpack"),buttonText:__("Donate yearly","jetpack")}},showCustomAmount:{type:"boolean",default:!0},chooseAmountText:{type:"string",default:__("Choose an amount","jetpack")},customAmountText:{type:"string",default:__("Or enter a custom amount","jetpack")}},supports:{html:!1},save:({attributes:e})=>{const{currency:t,oneTimeDonation:r,monthlyDonation:i,annualDonation:c,showCustomAmount:u,chooseAmountText:A,customAmountText:g}=e;if(!r||!r.show||-1===r.planId)return null;const d={"one-time":{title:__("One-Time","jetpack")},...i.show&&{"1 month":{title:__("Monthly","jetpack")}},...c.show&&{"1 year":{title:__("Yearly","jetpack")}}};return(0,n.createElement)("div",null,(0,n.createElement)("div",{className:"donations__container"},Object.keys(d).length>1&&(0,n.createElement)("div",{className:"donations__nav"},Object.entries(d).map((([e,{title:t}])=>(0,n.createElement)("div",{role:"button",tabIndex:0,className:"donations__nav-item",key:`jetpack-donations-nav-item-${e} `,"data-interval":e},t)))),(0,n.createElement)("div",{className:"donations__content"},(0,n.createElement)("div",{className:"donations__tab"},(0,n.createElement)(s.RichText.Content,{tagName:"h4",className:"donations__one-time-item",value:r.heading}),i.show&&(0,n.createElement)(s.RichText.Content,{tagName:"h4",className:"donations__monthly-item",value:i.heading}),c.show&&(0,n.createElement)(s.RichText.Content,{tagName:"h4",className:"donations__annual-item",value:c.heading}),(0,n.createElement)(s.RichText.Content,{tagName:"p",value:A}),(0,n.createElement)("div",{className:"donations__amounts donations__one-time-item"},r.amounts.map((e=>(0,n.createElement)("div",{className:"donations__amount","data-amount":e},(0,a.Ay)(e,t))))),i.show&&(0,n.createElement)("div",{className:"donations__amounts donations__monthly-item"},i.amounts.map((e=>(0,n.createElement)("div",{className:"donations__amount","data-amount":e},(0,a.Ay)(e,t))))),c.show&&(0,n.createElement)("div",{className:"donations__amounts donations__annual-item"},c.amounts.map((e=>(0,n.createElement)("div",{className:"donations__amount","data-amount":e},(0,a.Ay)(e,t))))),u&&(0,n.createElement)(n.Fragment,null,(0,n.createElement)(s.RichText.Content,{tagName:"p",value:g}),(0,n.createElement)("div",{className:"donations__amount donations__custom-amount"},o.y[t].symbol,(0,n.createElement)("div",{className:"donations__amount-value","data-currency":t,"data-empty-text":(0,a.Ay)(100*(0,l.dv)(t),t,{symbol:""})}))),(0,n.createElement)("div",{className:"donations__separator"},"——"),(0,n.createElement)(s.RichText.Content,{tagName:"p",className:"donations__one-time-item",value:r.extraText}),i.show&&(0,n.createElement)(s.RichText.Content,{tagName:"p",className:"donations__monthly-item",value:i.extraText}),c.show&&(0,n.createElement)(s.RichText.Content,{tagName:"p",className:"donations__annual-item",value:c.extraText}),(0,n.createElement)("div",{className:"wp-block-button donations__donate-button-wrapper donations__one-time-item"},(0,n.createElement)(s.RichText.Content,{tagName:"a",className:"wp-block-button__link donations__donate-button donations__one-time-item",value:r.buttonText})),i.show&&(0,n.createElement)("div",{className:"wp-block-button donations__donate-button-wrapper donations__monthly-item"},(0,n.createElement)(s.RichText.Content,{tagName:"a",className:"wp-block-button__link donations__donate-button donations__monthly-item",value:i.buttonText})),c.show&&(0,n.createElement)("div",{className:"wp-block-button donations__donate-button-wrapper donations__annual-item"},(0,n.createElement)(s.RichText.Content,{tagName:"a",className:"wp-block-button__link donations__donate-button donations__annual-item",value:c.buttonText}))))))}}},31152:(e,t,r)=>{"use strict";r.d(t,{A:()=>B});var n=r(96072),a=r.n(n),o=r(82170),s=r(56461),i=r(94715),l=r(47143),c=r(86087),u=r(27723),A=r(53796),g=r(72730),d=r(27574),p=r(16521),m=r(3696),h=r(70975),E=r(93033),f=r(79085),C=r(36580);const __=u.__,B=e=>{const{attributes:t,setAttributes:r}=e,{currency:n}=t,u=(0,i.useBlockProps)(),[B,b]=(0,c.useState)(""),[k,v]=(0,c.useState)([]),{lockPostSaving:y,unlockPostSaving:I}=(0,l.useDispatch)("core/editor"),w=(0,l.useSelect)((e=>e("core/editor").getCurrentPost()),[]),_=(0,l.useSelect)((e=>e("core/editor").isPostSavingLocked()),[]),Q=(0,l.useSelect)((e=>e(p.M).getConnectUrl()||""),[]),{setConnectUrl:S,setConnectedAccountDefaultCurrency:x}=(0,l.useDispatch)(m.EF),j=(0,l.useSelect)((e=>e(m.EF).getConnectedAccountDefaultCurrency()));(0,c.useEffect)((()=>{if(!n&&j&&!_){const e=j.toUpperCase(),t=!!g.VK[e];r(t?{currency:e}:{currency:"USD"})}}),[n,j,_,r]);const L=e=>{b(e)};let T;return(0,c.useEffect)((()=>{y("donations");const e=e=>e.reduce(((e,{id:t,currency:r,type:a,interval:o})=>(r===n&&"donation"===a&&(e[o]=t),e)),{});(0,E.A)("donation").then((t=>{if(!t&&"object"!=typeof t||t.errors)return I("donations"),void b(__("Could not load data from WordPress.com.","jetpack"));S((0,d.A)(w.id,t.connect_url)),x(t?.connected_account_default_currency?.toUpperCase());const r=e(t.products);return(e=>{const t=Object.keys(e);return t.includes("one-time")&&t.includes("1 month")&&t.includes("1 year")})(r)?(v(r),void I("donations")):t.connect_url?(v({"one-time":-1,"1 month":-1,"1 year":-1}),void I("donations")):(n&&(0,h.A)(n).then((t=>{v(e(t)),I("donations")}),L),void I("donations"))}),L)}),[y,n,w.id,S,x,I]),T=B?(0,o.createElement)(f.A,{error:B}):Q?(0,o.createElement)(A.V,{blockName:"donations"}):n?(0,o.createElement)(C.A,a()({},e,{products:k})):(0,o.createElement)(s.A,{color:"black"}),(0,o.createElement)("div",u,T)}},46197:(e,t,r)=>{"use strict";var n=r(94375),a=r(87325),o=r(27718),s=r(31152),i=r(47693);(0,n.M)(a,{edit:s.A,save:i.A,deprecated:[o.A]})},70975:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(1455),a=r.n(n);const o=async e=>{try{return await a()({path:"/wpcom/v2/memberships/products",method:"POST",data:{type:"donation",currency:e,is_editable:!1}})}catch(e){return Promise.reject(e.message)}}},93033:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(1455),a=r.n(n),o=r(93832);const s=async(e=null)=>{const t=new URLSearchParams(window.location.search),r=(0,o.addQueryArgs)("/wpcom/v2/memberships/status",{source:"https://wordpress.com"===t.get("origin")?"gutenberg-wpcom":"gutenberg",...e&&{type:e},is_editable:!1});try{return await a()({path:r,method:"GET"})}catch(e){return Promise.reject(e.message)}}},79085:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(82170),a=r(56427),o=r(27723);const __=o.__,s=({error:e})=>(0,n.createElement)(a.Placeholder,{icon:"lock",label:__("Donations","jetpack"),instructions:e})},47693:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(82170),a=r(94715);const o=(0,r(75703).O)(),s=({attributes:e})=>{const{fallbackLinkUrl:t,oneTimeDonation:r,monthlyDonation:s,annualDonation:i}=e;if(!r||!r.show||!r.planId||-1===r.planId)return null;const l=a.useBlockProps.save();return(0,n.createElement)("div",l,(0,n.createElement)(a.RichText.Content,{tagName:"h4",value:o.oneTimeDonation?.heading}),(0,n.createElement)(a.RichText.Content,{tagName:"p",value:r.extraText??o.extraText}),(0,n.createElement)(a.RichText.Content,{tagName:"a",className:"jetpack-donations-fallback-link",href:t,rel:"noopener noreferrer noamphtml",target:"_blank",value:o.oneTimeDonation?.buttonText}),s.show&&(0,n.createElement)(n.Fragment,null,(0,n.createElement)("hr",{className:"donations__separator"}),(0,n.createElement)(a.RichText.Content,{tagName:"h4",value:o.monthlyDonation?.heading}),(0,n.createElement)(a.RichText.Content,{tagName:"p",value:s.extraText??o.extraText}),(0,n.createElement)(a.RichText.Content,{tagName:"a",className:"jetpack-donations-fallback-link",href:t,rel:"noopener noreferrer noamphtml",target:"_blank",value:o.monthlyDonation?.buttonText})),i.show&&(0,n.createElement)(n.Fragment,null,(0,n.createElement)("hr",{className:"donations__separator"}),(0,n.createElement)(a.RichText.Content,{tagName:"h4",value:o.annualDonation?.heading}),(0,n.createElement)(a.RichText.Content,{tagName:"p",value:i.extraText??o.extraText}),(0,n.createElement)(a.RichText.Content,{tagName:"a",className:"jetpack-donations-fallback-link",href:t,rel:"noopener noreferrer noamphtml",target:"_blank",value:o.annualDonation?.buttonText})))}},62225:(e,t,r)=>{"use strict";r.d(t,{A:()=>A});var n=r(82170),a=r(94715),o=r(47143),s=r(27723),i=r(72730),l=r(75800),c=r(75703);const __=s.__,u=(0,c.O)(),A=({activeTab:e,attributes:t,setAttributes:r})=>{const{currency:c,oneTimeDonation:A,monthlyDonation:g,annualDonation:d,showCustomAmount:p,chooseAmountText:m=u.chooseAmountText,customAmountText:h=u.customAmountText}=t,E={"one-time":"oneTimeDonation","1 month":"monthlyDonation","1 year":"annualDonation"}[e],f=e=>t[E][e],C=(e,n)=>{const a=t[E];r({[E]:{...a,[e]:n}})},B=(0,i.Xj)(c),b=f("amounts"),k=(0,o.useSelect)((e=>e("core/rich-text").getFormatTypes()),[]).map((e=>e.name)).filter((e=>"core/link"!==e));return(0,n.createElement)("div",{className:"donations__tab"},(0,n.createElement)(a.RichText,{tagName:"h4",placeholder:__("Write a message…","jetpack"),value:f("heading")||u[E]?.heading,onChange:e=>C("heading",e)}),(0,n.createElement)(a.RichText,{tagName:"p",placeholder:__("Write a message…","jetpack"),value:m,onChange:e=>r({chooseAmountText:e})}),(0,n.createElement)("div",{className:"donations__amounts"},b.map(((e,t)=>(0,n.createElement)(l.A,{currency:c,defaultValue:B[t],label:(0,s.sprintf)( +__("Upgrade to %d requests","jetpack"),E.limit),checkoutUrl:c,className:"jetpack-ai-upgrade-banner",description:t||e,goToCheckoutPage:k,visible:!0,align:"center",title:null,context:null,target:"_blank"})}return(0,n.createElement)(s,{buttonText:"Upgrade",checkoutUrl:c,className:"jetpack-ai-upgrade-banner",description:(0,i.createInterpolateElement)(__("Congratulations on exploring Jetpack AI and reaching the free requests limit! Upgrade now to keep using it.","jetpack"),{strong:(0,n.createElement)("strong",null)}),goToCheckoutPage:k,visible:!0,align:null,title:null,context:null,target:"_blank"})})(e)}},93094:(e,t,r)=>{"use strict";r.d(t,{U:()=>s});var n=r(82170),a=r(56427),o=r(27723);const __=o.__,s=({title:e,description:t,buttonText:r=null,checkoutUrl:o=null,goToCheckoutPage:s=null,isRedirecting:i=!1,showButton:l=!0,target:c="_top"})=>{const u=__("Redirecting…","jetpack");return(0,n.createElement)("div",{className:"jetpack-upgrade-plan-banner-light"},(0,n.createElement)(a.Notice,{status:"error",isDismissible:!1},(0,n.createElement)("p",null,e&&(0,n.createElement)("strong",null,e),t," ",l&&(0,n.createElement)(a.Button,{href:i?null:o,onClick:s,variant:"link",target:c},i?u:r))))}},62402:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>m,US:()=>u,hN:()=>p,uQ:()=>A});var n=r(82170),a=r(96865),o=r(85985),s=r(56427),i=r(27723),l=r(29115);r(51609);const __=i.__,c=["formal","informal","optimistic","humorous","serious","skeptical","empathetic","confident","passionate","provocative"],u="formal",A=__("Change tone","jetpack"),g={formal:{label:__("Formal","jetpack"),emoji:"🎩"},informal:{label:__("Informal","jetpack"),emoji:"😊"},optimistic:{label:__("Optimistic","jetpack"),emoji:"😃"},humorous:{label:__("Humorous","jetpack"),emoji:"😂"},serious:{label:__("Serious","jetpack"),emoji:"😐"},skeptical:{label:__("Skeptical","jetpack"),emoji:"🤨"},empathetic:{label:__("Empathetic","jetpack"),emoji:"💗"},confident:{label:__("Confident","jetpack"),emoji:"😎"},passionate:{label:__("Passionate","jetpack"),emoji:"❤️"},provocative:{label:__("Provocative","jetpack"),emoji:"🔥"}},d=({value:e,onChange:t})=>(0,n.createElement)(s.MenuGroup,{label:__("Select tone","jetpack")},c.map((r=>(0,n.createElement)(s.MenuItem,{key:`key-${r}`,onClick:()=>t(r),isSelected:e===r},`${g[r].emoji} ${g[r].label}`))));function p({label:e=A,value:t=u,onChange:r,disabled:o=!1}){return(0,n.createElement)(s.DropdownMenu,{icon:a.Qr,label:e,className:"ai-assistant__tone-dropdown",popoverProps:{variant:"toolbar"},toggleProps:{children:(0,n.createElement)(n.Fragment,null,(0,n.createElement)("div",{className:"ai-assistant__tone-dropdown__toggle-label"},e),(0,n.createElement)(s.Icon,{icon:l.A})),disabled:o}},(({onClose:e})=>(0,n.createElement)(d,{value:t,onChange:t=>{r(t),e()}})))}function m({value:e=u,onChange:t,disabled:r=!1}){const{tracks:i}=(0,o.st)();return r?(0,n.createElement)(s.Tooltip,{text:A},(0,n.createElement)(s.Button,{disabled:!0},(0,n.createElement)(s.Icon,{icon:a.Qr}))):(0,n.createElement)(s.ToolbarDropdownMenu,{icon:a.Qr,label:A,popoverProps:{variant:"toolbar"},disabled:r,onToggle:e=>{e&&i.recordEvent("jetpack_ai_assistant_block_toolbar_menu_show",{tool:"tone"})}},(()=>(0,n.createElement)(d,{value:e,onChange:t})))}},51698:(e,t,r)=>{"use strict";r.d(t,{A:()=>p});var n=r(82170),a=r(94715),o=r(56427),s=r(27723),i=r(83883),l=r(83822),c=r(64425),u=r(2162),A=r(99050),g=r(33468),d=r(62402);const __=s.__,p=({contentIsLoaded:e,getSuggestionFromOpenAI:t,retryRequest:r,handleAcceptContent:s,handleTryAgain:p,showRetry:m,contentBefore:h,hasPostTitle:E,wholeContent:f,setUserPrompt:C,recordEvent:B,isGeneratingTitle:b})=>(0,n.createElement)(n.Fragment,null,(0,n.createElement)(a.BlockControls,null,!m&&(0,n.createElement)(n.Fragment,null,(0,n.createElement)(o.ToolbarGroup,null,(0,n.createElement)(g.Ay,{hasContentBefore:!!h?.length,hasContent:!!f?.length,hasPostTitle:E,contentIsLoaded:e,onPromptSelect:e=>{B("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"prompt-template",prompt:e.original}),C(e.translated)},onSuggestionSelect:e=>{B("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"suggestion",suggestion:e}),t(e)}})),(0,n.createElement)(a.BlockControls,{group:"block"},(0,n.createElement)(d.Ay,{value:"neutral",onChange:r=>{B("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"suggestion",suggestion:c.eJ}),t(c.eJ,{tone:r,contentType:e?"generated":null})},disabled:!e&&!f?.length}),(0,n.createElement)(u.Ay,{value:"en",onChange:r=>{B("jetpack_editor_ai_assistant_block_toolbar_button_click",{type:"suggestion",suggestion:c.Gm}),t(c.Gm,{language:r,contentType:e?"generated":null})},disabled:!e&&!f?.length}),(0,n.createElement)(A.Ay,{onChange:t,exclude:b?["summarize"]:[],disabled:!e}))),(m||p)&&(0,n.createElement)(o.ToolbarGroup,null,!m&&e&&p&&(0,n.createElement)(o.ToolbarButton,{onClick:p},__("Try Again","jetpack")),m&&e&&(0,n.createElement)(o.ToolbarButton,{icon:i.A,onClick:s},__("Accept","jetpack")),m&&(0,n.createElement)(o.ToolbarButton,{icon:l.A,onClick:r},__("Retry","jetpack")))))},3586:(e,t,r)=>{"use strict";r.d(t,{A:()=>Q});var n=r(82170),a=r(96865),o=r(85985),s=r(94715),i=r(74997),l=r(56427),c=r(29491),u=r(47143),A=r(86087),g=r(27723),d=r(13022),p=r(27970),m=r(56199),h=r(58164),E=r(72901),f=r(32249),C=r(23e3),B=r(51698),b=r(4393),k=r(92169),v=r(61297),y=r(44732),I=r(76695),w=r(7503);const __=g.__,_="post"===window?.Jetpack_Editor_Initial_State?.screenBase;function Q({attributes:e,setAttributes:t,clientId:r,isSelected:g}){const[Q,S]=(0,A.useState)(null),{tracks:x}=(0,o.st)(),{getBlock:j}=(0,u.useSelect)("core/block-editor"),L=(0,A.useRef)(null),T=(0,A.useRef)(null),{replaceBlocks:R,removeBlock:N}=(0,u.useDispatch)("core/block-editor"),{editPost:P}=(0,u.useDispatch)("core/editor"),{isOverLimit:D,requireUpgrade:M,increaseRequestsCount:F,requestsCount:O,requestsLimit:U,currentTier:H,loading:z,tierPlansEnabled:q}=(0,v.A)(),V=Math.max(U-O,0),{autosaveAndRedirect:G}=(0,k.A)(),$=(0,h.Bd)(H),Z=()=>{setTimeout((()=>{L.current?.focus?.()}),100)},W=()=>{setTimeout((()=>{T.current?.focus?.()}),100)},Y=(0,c.useViewportMatch)("medium","<"),K=(0,A.useRef)(null),{getSuggestionFromOpenAI:J,stopSuggestion:X,showRetry:ee,contentBefore:te,postTitle:re,retryRequest:ne,wholeContent:ae,requestingState:oe,error:se}=(0,b.A)({onSuggestionDone:(0,A.useCallback)((()=>{Z(),F()}),[F]),onUnclearPrompt:(0,A.useCallback)((()=>{W(),F()}),[F]),onModeration:Z,attributes:e,clientId:r,content:e.content,tracks:x,userPrompt:e.userPrompt,requireUpgrade:M,initialRequestingState:e.requestingState,contentRef:K,blockRef:T}),ie="requesting"===oe,le=["requesting","suggesting"].includes(oe),ce=(0,w.x)(),{productPageUrl:ue}=(0,y.A)(),Ae=(0,I.y)(r);(0,A.useEffect)((()=>{if(!Ae)return;const e=JSON.parse(localStorage.getItem(Ae));if(!e)return;const{type:t,options:r}=e;localStorage.removeItem(Ae),J(t,r)}),[Ae,J]),(0,A.useEffect)((()=>{se&&S(!1)}),[se]),(0,A.useEffect)((()=>{["init","done"].includes(oe)&&t({requestingState:oe})}),[oe,t]);const ge=!!e.content,de="generateTitle"===e.promptType,pe=__("Accept","jetpack"),me=__("Accept title","jetpack"),he=de?me:pe,Ee=async()=>{let t=[],n=(0,a.Hh)({content:e.content||""});if(n?.split("\n").length>1&&n?.split("\n")?.[0]?.match(/^

    .*<\/h1>$/)&&!re){const e=n.split("\n"),t=e.shift();n=e.join("\n"),P({title:t.replace(/<[^>]*>/g,"")})}t=(0,i.rawHandler)({HTML:n}),await R(r,t);const o=(e=>{let t=null;return e.forEach((e=>{const r=document.querySelector(`.wp-block[data-block="${e.clientId}"]`);if(!r)return;"true"===r.contentEditable&&(t=r);const n=r.querySelectorAll("[contenteditable=true]");t=n.length?n[n.length-1]:t})),t})(t);o&&(e=>{const t=window.getSelection();t.selectAllChildren(e),t.collapseToEnd(),e.focus()})(o)},fe=()=>{Ee(),x.recordEvent("jetpack_ai_assistant_block_accept",{feature:"ai-assistant"})},Ce=()=>{_?(P({title:e.content?e.content.trim():""}),N(r),x.recordEvent("jetpack_ai_assistant_block_accept",{feature:"ai-assistant"})):fe()},Be=()=>{X(),Z(),x.recordEvent("jetpack_ai_assistant_block_stop",{feature:"ai-assistant"})},be=(0,s.useBlockProps)({ref:T,className:(0,d.A)({"is-waiting-response":ie})}),ke=__("Ask Jetpack AI…","jetpack"),ve=__("Write about… Make a table for…","jetpack"),ye=(0,n.createElement)(n.Fragment,null,D&&g&&(0,n.createElement)(C.A,{placement:"ai-assistant-block"}),!ce&&(0,n.createElement)(E.A,null)),Ie=(0,n.createElement)(n.Fragment,null,se?.message&&!Q&&"error_quota_exceeded"!==se?.code&&(0,n.createElement)(l.Notice,{status:se.status,isDismissible:!1,className:"jetpack-ai-assistant__error"},se.message)),we=D&&$===h.Ti?(0,n.createElement)(C.Q,{variant:"muted"}):null,_e=(0,A.useCallback)((e=>{e.preventDefault(),x.recordEvent("jetpack_ai_upgrade_button",{current_tier_slug:H?.slug,requests_count:O,placement:"jetpack_ai_assistant_block"}),G(e)}),[x,H,O,G]);return(0,n.createElement)(l.KeyboardShortcuts,{bindGlobal:!0,shortcuts:{esc:()=>{["requesting","suggesting"].includes(oe)&&Be()}}},(0,n.createElement)("div",be,ge&&(0,n.createElement)("div",{ref:K,className:"jetpack-ai-assistant__content"},(0,n.createElement)(A.RawHTML,null,(0,a.Hh)({content:e.content||""}))),(0,n.createElement)(s.InspectorControls,null,we&&(0,n.createElement)("div",{className:"block-editor-block-card",style:{paddingTop:0}},(0,n.createElement)("span",{className:"block-editor-block-icon"}),we),(0,n.createElement)("div",{className:"block-editor-block-card",style:{paddingTop:0}},(0,n.createElement)("span",{className:"block-editor-block-icon"}),(0,n.createElement)(l.ExternalLink,{href:ue},__("Discover all features","jetpack"))),($===h._X||q&&$!==h.Ti)&&(0,n.createElement)(l.PanelBody,{initialOpen:!0},(0,n.createElement)(l.PanelRow,null,(0,n.createElement)(p.A,{placement:m.k}))),(0,n.createElement)(l.PanelBody,{initialOpen:!0},(0,n.createElement)(l.PanelRow,null,(0,n.createElement)(f.A,null)))),!le&&ce&&!M&&(0,n.createElement)(B.A,{isWaitingState:le,contentIsLoaded:ge,getSuggestionFromOpenAI:J,retryRequest:ne,handleAcceptContent:fe,handleAcceptTitle:Ce,handleTryAgain:null,showRetry:ee,contentBefore:te,hasPostTitle:!!re?.length,wholeContent:ae,promptType:e.promptType,setUserPrompt:e=>{if(!L?.current)return;L.current.focus(),t({userPrompt:e})},recordEvent:x.recordEvent,isGeneratingTitle:de}),(0,n.createElement)(a.N0,{ref:L,disabled:M||!ce,value:e.userPrompt,placeholder:e?.content?ke:ve,onChange:e=>{S(!0),t({userPrompt:e})},onSend:()=>{((...e)=>{J(...e),W()})("userPrompt"),x.recordEvent("jetpack_ai_assistant_block_generate",{feature:"ai-assistant"})},onStop:Be,onAccept:()=>{de?Ce():fe()},onDiscard:()=>{const n=e?.content===j(r).attributes?.content;t({content:e?.originalContent,promptType:void 0,messages:e?.originalMessages}),Ee(),n?x.recordEvent("jetpack_ai_assistant_block_dismiss"):x.recordEvent("jetpack_ai_assistant_block_discard",{feature:"ai-assistant"})},state:oe,isTransparent:M||!ce,showButtonLabels:!Y,showAccept:"init"!==oe&&ge&&!le,acceptLabel:he,showGuideLine:ge,showRemove:e?.content?.length>0,banner:ye,error:Ie,customFooter:V%5!=0&&1!==O||z||$!==h._X?null:(0,n.createElement)(a.AK,{requestsRemaining:V,onUpgradeClick:_e})})))}},61351:(e,t,r)=>{"use strict";var n=r(94375),a=r(54681),o=r(3586),s=r(13802);r(99800);(0,n.M)(a,{edit:o.A,save:()=>null,transforms:s.Ay})},10603:(e,t,r)=>{"use strict";r.d(t,{mt:()=>s});var n=r(96865),a=r(74997),o=r(47143);class s{renderRules=[];firstUpdate=!0;behavior="dropdown";isChildBlock=!1;feature="ai-assistant";adjustPosition=!0;startOpen=!1;hideOnBlockFocus=!0;constructor(e,t=[]){this.clientId=e,this.renderRules=t}getBlock(){const{getBlock:e}=(0,o.select)("core/block-editor");return e(this.clientId)}getContent(){const e=this.getBlock();return t=(0,a.getBlockContent)(e),(0,n.rh)({content:t});var t}renderContent(e){return function(e,t=[]){return(0,n.Hh)({content:e,rules:t,extension:!0})}(e,this.renderRules)}onSuggestion(e){if(!e)return;const t=this.renderContent(e);this.replaceBlockContent(t)}onDone(e){this.firstUpdate=!0}replaceBlockContent(e){const[t]=(0,a.rawHandler)({HTML:e});if(!t)return;const{updateBlockAttributes:r,replaceInnerBlocks:n,__unstableMarkNextChangeAsNotPersistent:s}=(0,o.dispatch)("core/block-editor");this.firstUpdate?this.firstUpdate=!1:s(),r(this.clientId,t.attributes),s(),n(this.clientId,t.innerBlocks)}}},67607:(e,t,r)=>{"use strict";r.d(t,{A:()=>g});var n=r(82170),a=r(96865),o=r(85985),s=r(86087),i=r(27723),l=r(13022),c=(r(51609),r(92169)),u=r(61297);const __=i.__,A=(0,l.A)("jetpack-ai-assistant-extension-ai-input","wp-block");function g({className:e,requestingState:t,requestingError:r,inputRef:i,wrapperRef:g,action:d,blockType:p,feature:m,request:h,stopSuggestion:E,close:f,undo:C,tryAgain:B}){const[b,k]=(0,s.useState)(""),[v,y]=(0,s.useState)(__("Ask Jetpack AI to edit…","jetpack")),{checkoutUrl:I}=(0,c.A)(),{tracks:w}=(0,o.st)(),[_,Q]=(0,s.useState)(0),[S,x]=(0,s.useState)(!1),{requireUpgrade:j,requestsCount:L,requestsLimit:T,loading:R,nextTier:N,currentTier:P}=(0,u.A)(),D=(0,s.useMemo)((()=>j||["requesting","suggesting"].includes(t)),[j,t]),M=(0,s.useMemo)((()=>j&&1===P?.value),[j,P]),F=(0,s.useCallback)((()=>{w.recordEvent("jetpack_ai_assistant_extension_generate",{block_type:p,feature:m}),h?.(b)}),[p,m,h,w,b]),O=(0,s.useCallback)((()=>{w.recordEvent("jetpack_ai_assistant_extension_stop",{block_type:p}),E?.()}),[p,E,w]);const U=(0,s.useCallback)((()=>{w.recordEvent("jetpack_ai_assistant_undo",{block_type:p}),C?.()}),[p,w,C]),H=(0,s.useCallback)((()=>{w.recordEvent("jetpack_ai_upgrade_button",{current_tier_slug:P?.slug,requests_count:L,placement:"jetpack_ai_assistant_extension"})}),[P?.slug,L,w]),z=(0,s.useCallback)((()=>{w.recordEvent("jetpack_ai_assistant_try_again",{block_type:p}),B?.()}),[p,w,B]);return(0,s.useEffect)((()=>{["init","done"].includes(t)&&k("")}),[t]),(0,s.useEffect)((()=>{y(d||__("Ask Jetpack AI to edit…","jetpack")),d&&k("")}),[d]),(0,s.useEffect)((()=>{x(!R&&!!N&&0===b.length)}),[R,N,b]),(0,s.useEffect)((()=>{const e=Math.max(T-L,0);Q(e)}),[T,L]),(0,n.createElement)(a.FC,{className:(0,l.A)(A,e),placeholder:v,disabled:D,value:b,state:t,showGuideLine:!0,error:r,requestsRemaining:_,showUpgradeMessage:S,showFairUsageMessage:M,upgradeUrl:I,onChange:k,onSend:F,onStop:O,onClose:function(){f?.()},onUndo:U,onUpgrade:H,onTryAgain:z,wrapperRef:g,ref:i})}},31124:(e,t,r)=>{"use strict";r.d(t,{A:()=>d});var n=r(82170),a=r(96865),o=r(85985),s=r(56427),i=r(86087),l=r(27723),c=r(52068),u=r(76695),A=r(2612);const __=l.__;function g({blockType:e,onClose:t,onAskAiAssistant:r,onRequestSuggestion:a}){const{canTransformToAIAssistant:o,transformToAIAssistant:s,getSelectedBlockClientIds:l}=(0,u.A)(),A=(0,i.useCallback)((n=>{const i=l(),[c]=i;i.length<2||!o({clientId:c,blockName:e})?(n?a?.(n.promptType,n.options,n.humanText):r?.(),t?.()):s({request:n})}),[e,o,l,r,t,a,s]);return(0,n.createElement)(c.Ay,{blockType:e,onRequestSuggestion:(e,t,r)=>{A({promptType:e,options:t,humanText:r})},onAskAiAssistant:async()=>{A()},disabled:!1})}function d({behavior:e,blockType:t,label:r=__("AI Assistant","jetpack"),onAskAiAssistant:l,onRequestSuggestion:c}){const{tracks:u}=(0,o.st)(),d=(0,i.useContext)(A.B),p=(0,i.useCallback)((e=>{e&&u.recordEvent("jetpack_ai_assistant_extension_toolbar_menu_show",{block_type:t})}),[t,u]),m=(0,i.useCallback)((()=>{u.recordEvent("jetpack_editor_ai_assistant_extension_toolbar_prompt_show",{block_type:t}),l?.()}),[t,l,u]),h=(0,i.useCallback)(((e,r,n)=>{u.recordEvent("jetpack_editor_ai_assistant_extension_toolbar_button_click",{suggestion:e,block_type:t}),c?.(e,r,n)}),[t,c,u]);return(0,n.createElement)(s.Dropdown,{popoverProps:{variant:"toolbar"},renderToggle:({isOpen:t,onToggle:o})=>(0,n.createElement)(s.ToolbarButton,{className:"jetpack-ai-assistant__button",showTooltip:!0,onClick:()=>{if("function"!=typeof e)switch(e){case"action":m();break;case"dropdown":o()}else e({onToggle:o,onAskAiAssistant:l,context:d})},"aria-haspopup":"true","aria-expanded":t,label:r,icon:a.cj}),onToggle:p,renderContent:({onClose:e})=>(0,n.createElement)(g,{onClose:e,blockType:t,onAskAiAssistant:m,onRequestSuggestion:h})})}},95396:(e,t,r)=>{"use strict";r.d(t,{L:()=>a,l:()=>n});const n=["jetpack/field-name","jetpack/field-email","jetpack/field-text","jetpack/field-textarea","jetpack/field-checkbox","jetpack/field-date","jetpack/field-telephone","jetpack/field-url","jetpack/field-checkbox-multiple","jetpack/field-radio","jetpack/field-select","jetpack/field-consent","jetpack/button"],a=["core/heading","core/paragraph","core/list-item","core/list","jetpack/contact-form",...n]},2612:(e,t,r)=>{"use strict";r.d(t,{B:()=>m,Q:()=>h});var n=r(86087),a=r(10067),o=r.n(a),s=r(10603),i=r(95396),l=r(42160),c=r(47007),u=r(75430),A=r(24310),g=r(63904);const d=o()("jetpack-ai-assistant:extensions:get-block-handler"),p={"core/heading":l.T,"core/paragraph":g.d,"core/list-item":A.g,"core/list":u.b,"jetpack/contact-form":c.p,...i.l.reduce(((e,t)=>({...e,[t]:c.g})),{})},m=(0,n.createContext)({});function h(e,t){let r=p[e];r||(d(`No handler found for block type: ${e}. Using default handler.`),r=s.mt);const n=new r(t);return{onSuggestion:n.onSuggestion.bind(n),onDone:n.onDone.bind(n),getContent:n.getContent.bind(n),behavior:n.behavior,isChildBlock:n.isChildBlock,feature:n.feature,adjustPosition:n.adjustPosition,startOpen:n.startOpen,hideOnBlockFocus:n.hideOnBlockFocus}}},42160:(e,t,r)=>{"use strict";r.d(t,{T:()=>a});var n=r(10603);class a extends n.mt{constructor(e){super(e,[])}onSuggestion(e){const t=this.getBlock();if(e.startsWith("#")||(e=`${"#".repeat(t?.attributes?.level||1)} ${e}`),e.match(/^#*\s*$/))return;const r=this.renderContent(e);this.replaceBlockContent(r)}}},14602:(e,t,r)=>{"use strict";r.d(t,{g:()=>o});var n=r(47143),a=r(10603);class o extends a.mt{jetpackFormBlockName="jetpack/contact-form";constructor(e){super(e,[]),this.behavior=this.handleBehavior,this.isChildBlock=!0,this.hideOnBlockFocus=!1}handleBehavior=({context:e})=>{const t=(0,n.dispatch)("core/block-editor"),{getBlockParentsByBlockName:r}=(0,n.select)("core/block-editor"),a=r(this.clientId,this.jetpackFormBlockName)?.[0];t.selectBlock(a),e?.[this.jetpackFormBlockName]?.handleAskAiAssistant?.()}}},47007:(e,t,r)=>{"use strict";r.d(t,{g:()=>c.g,p:()=>u});var n=r(74997),a=r(47143),o=r(27723),s=r(62514),i=r(96568),l=r(10603),c=r(14602);const __=o.__;class u extends l.mt{currentListOfValidBlocks=[];constructor(e){super(e,[]),this.behavior="action",this.feature="jetpack-form-ai-extension",this.adjustPosition=!1,this.startOpen=!0,this.hideOnBlockFocus=!1}setContent(e,t=!1){const{replaceInnerBlocks:r}=(0,a.dispatch)("core/block-editor"),o=e.replace(//g,""),l=(0,i.d)(o),c=(0,n.parse)(l).filter((e=>e.isValid&&!["core/freeform","core/missing","core/html"].includes(e.name)));let u=!1;if(c.length0){const e=c[c.length-1],t=this.currentListOfValidBlocks[c.length-1];u=!(0,s.w)(e,t)}if(c.length>0&&(c.length!==this.currentListOfValidBlocks.length||u)&&(r(this.clientId,c),this.currentListOfValidBlocks=c),t){const e=c.filter((e=>"jetpack/button"===e.name));if(this.currentListOfValidBlocks=this.currentListOfValidBlocks||[],e.length>1){let t=0;this.currentListOfValidBlocks=this.currentListOfValidBlocks.filter((r=>"jetpack/button"!==r.name||(t++,t===e.length))),r(this.clientId,this.currentListOfValidBlocks)}else 0===e.length&&r(this.clientId,[...this.currentListOfValidBlocks,(0,n.createBlock)("jetpack/button",{label:__("Submit","jetpack"),element:"button",text:__("Submit","jetpack"),borderRadius:8,lock:{remove:!0}})]);this.currentListOfValidBlocks=[]}}getContent(){const e=this.getBlock();if(!e)return"";const{innerBlocks:t}=e;return t?.length?t.reduce(((e,t)=>e+(0,n.serialize)(t)+"\n\n"),""):""}onSuggestion(e){this.setContent(e)}onDone(e){this.setContent(e,!0)}}},10821:(e,t,r)=>{"use strict";r.d(t,{Bi:()=>i});var n=r(74997),a=r(47143),o=r(7503);const s=(0,r(48499).C)("ai-assistant-support");function i(){if(!(0,n.getBlockType)("jetpack/ai-assistant"))return!1;if(!s)return!1;if(!(0,o.x)())return!1;const{errorCode:e}=(0,a.select)("wordpress-com/plans")?.getAiAssistantFeature?.()||{};if(e)return!1;const{getHiddenBlockTypes:t}=(0,a.select)("core/edit-post")||{};return!(t?.()||[]).includes("jetpack/ai-assistant")}},91184:(e,t,r)=>{"use strict";r.d(t,{Y:()=>o});var n=r(95396),a=r(10821);function o(e){return!!(0,a.Bi)()&&!!n.L.includes(e)}},24310:(e,t,r)=>{"use strict";r.d(t,{g:()=>a});var n=r(10603);class a extends n.mt{constructor(e){super(e,["listItem"]),this.isChildBlock=!0}}},75430:(e,t,r)=>{"use strict";r.d(t,{b:()=>a});var n=r(10603);class a extends n.mt{constructor(e){super(e,["list"])}}},63904:(e,t,r)=>{"use strict";r.d(t,{d:()=>i});var n=r(96865),a=r(74997),o=r(10603);const s=new n.OO({fixes:["paragraph"]});class i extends o.mt{constructor(e){super(e,["paragraph"])}getContent(){const e=this.getBlock();return t=(0,a.getBlockContent)(e),s.render({content:t});var t}}},99800:(e,t,r)=>{"use strict";var n=r(82170),a=r(96865),o=r(94715),s=r(29491),i=r(47143),l=r(86087),c=r(52619),u=r(13022),A=r(10067),g=r.n(A),d=(r(51609),r(61297)),p=r(32735),m=r(4e4),h=r(67607),E=r(31124),f=r(2612),C=r(91184);const B=g()("jetpack-ai-assistant:extensions:with-ai-extension"),b={"core/heading":"heading","core/paragraph":"paragraph","core/list-item":"list-item","core/list":"list","jetpack/contact-form":"form-ai"},k={group:"block"},v=(0,s.createHigherOrderComponent)((e=>t=>{const{clientId:r,isSelected:s,name:c,isSelectionEnabled:A}=t,g=(0,l.useRef)(null),C=(0,l.useRef)(0),v=(0,l.useRef)(null),y=(0,l.useRef)(""),I=(0,l.useRef)(null),w=(0,l.useRef)(document),_=(0,l.useRef)([]),[Q,S]=(0,l.useState)(""),x=(0,l.useRef)(null),j=(0,l.useRef)(null),{undo:L}=(0,i.useDispatch)("core/editor"),{postId:T}=(0,i.useSelect)((e=>{const{getCurrentPostId:t}=e("core/editor");return{postId:t()}}),[]),{id:R,className:N}=(0,o.useBlockProps)({className:(0,u.A)({[c?.replace?.("/","-")]:!0})}),{increaseRequestsCount:P,dequeueAsyncRequest:D,requireUpgrade:M}=(0,d.A)(),{snapToBottom:F,enableAutoScroll:O,disableAutoScroll:U}=(0,p.A)({current:w?.current?.getElementById(R)},void 0,!0),H=(0,l.useCallback)((()=>{I.current?.focus()}),[]),{onSuggestion:z,onDone:q,getContent:V,behavior:G,isChildBlock:$,feature:Z,adjustPosition:W,startOpen:Y,hideOnBlockFocus:K}=(0,l.useMemo)((()=>(0,f.Q)(c,r)),[c,r]),[J,X]=(0,l.useState)(Y),ee=(0,l.useCallback)((()=>{X((e=>!e))}),[]),te=(0,l.useCallback)((({promptType:e,options:t})=>{const r=V(),n=b[c];return[..._.current,{role:"jetpack-ai",context:{type:(0,m.p$)(e,n),content:r,request:t?.userPrompt,tone:t?.tone,language:t?.language,is_follow_up:_.current.length>0}}]}),[c,V]),re=(0,l.useCallback)((e=>{const t=e||w.current.getElementById(R);t&&g.current&&t.style.setProperty("padding-bottom",`calc(${C.current+16}px + ${y.current||"0px"} )`,"important")}),[R]),ne=(0,l.useCallback)((e=>{z(e),W&&re(),F()}),[z,W,F,re]),ae=(0,l.useCallback)((e=>{if(U(),q(e),P(),S(""),x.current?.message){const e={role:"assistant",content:V()};if(_.current.push(x.current.message,e),_.current.length>20){_.current.splice(0,_.current.length-20);const e=_.current.findIndex((e=>"jetpack-ai"===e.role));-1!==e&&(_.current=_.current.slice(e),_.current[0].context={..._.current[0].context,is_follow_up:!1})}}x.current=null,setTimeout((()=>{W&&re(),H()}),100)}),[U,q,P,V,W,H,re]),oe=(0,l.useCallback)((e=>{U(),S(""),B("Request error",e),e.code!==a.mA&&e.code!==a.Or&&P()}),[U,P]),{request:se,stopSuggestion:ie,requestingState:le,error:ce,reset:ue}=(0,a.XE)({onSuggestion:ne,onDone:ae,onError:oe,askQuestionOptions:{postId:T,feature:Z}});(0,l.useEffect)((()=>{j.current=le}),[le]);const Ae=(0,l.useCallback)(((e,t,r)=>{if(X(!0),M)return;r&&S(r);const n=te({promptType:e,options:t});B("Request suggestion",e,t);const a=n[n.length-1];x.current={promptType:e,options:t,humanText:r,message:a},D(),O(),se(n)}),[D,O,te,se,M]),ge=(0,l.useCallback)((e=>{const t={userPrompt:e};O(),Ae("userPrompt",t)}),[O,Ae]),de=(0,l.useCallback)((()=>{U(),ie(),H()}),[U,ie,H]),pe=(0,l.useCallback)((()=>{x.current&&Ae(x.current.promptType,x.current.options,x.current.humanText)}),[x,Ae]),me=(0,l.useCallback)((()=>{X(!1),ue(),S(""),x.current=null,_.current=[]}),[ue]),he=(0,l.useCallback)((async()=>{await L(),me()}),[L,me]);(0,l.useEffect)((()=>{s||me()}),[s,me]),(0,l.useEffect)((()=>{I.current&&A&&(w.current=I.current.ownerDocument,H())}),[J,H,A]),(0,l.useEffect)((()=>{let e=w.current.getElementById(R);if(e&&W)return J&&!v.current&&g.current?(y.current=e.style.paddingBottom,v.current=new ResizeObserver((([t])=>{if(e=w.current.getElementById(R),C.current=t.contentRect.height,e&&g.current&&C.current>0){re(e);const{marginBottom:t}=getComputedStyle(e),r=parseFloat(t);g.current.style.setProperty("margin-top",`-${C.current+r}px`,"important"),g.current.style.setProperty("margin-bottom",`${r+16}px`,"important")}})),v.current.observe(g.current)):v.current&&(e.style.paddingBottom=y.current,v.current.disconnect(),v.current=null,C.current=0),()=>{v.current&&v.current.disconnect()}}),[re,W,r,v,R,J]),(0,l.useEffect)((()=>{if(K&&J){const e=w.current.getElementById(R),t=()=>{["requesting","suggesting"].includes(j.current)||(X(!1),e?.removeEventListener("focusin",t))};return e?.addEventListener("focusin",t),()=>{e?.removeEventListener("focusin",t)}}}),[K,J,R]);const Ee=(0,n.createElement)(n.Fragment,null,(0,n.createElement)(e,t),J&&(0,n.createElement)(h.A,{className:N,requestingState:le,requestingError:ce,wrapperRef:g,inputRef:I,action:Q,blockType:c,feature:Z,request:ge,stopSuggestion:de,close:me,undo:he,tryAgain:pe}),(0,n.createElement)(o.BlockControls,k,(0,n.createElement)(E.A,{blockType:c,onAskAiAssistant:ee,onRequestSuggestion:Ae,behavior:G})));if($)return Ee;const fe={value:{[c]:{handleAskAiAssistant:ee,handleRequestSuggestion:Ae}}};return(0,n.createElement)(f.B.Provider,fe,Ee)}),"blockEditWithAiComponents");(0,c.addFilter)("blocks.registerBlockType","jetpack/ai-assistant-support/with-ai-extension",(function(e,t){return(0,C.Y)(t)?{...e,edit:v(e.edit),supports:{...e.supports,"jetpack/ai":{assistant:!0}}}:e}),100)},4393:(e,t,r)=>{"use strict";r.d(t,{A:()=>d});var n=r(96865),a=r(47143),o=r(86087),s=r(10067),i=r.n(s),l=r(62402),c=r(64425),u=r(16597),A=r(32735);const g=i()("jetpack-ai-assistant:error"),d=({attributes:e,clientId:t,content:r,tracks:s,userPrompt:i,onSuggestionDone:d,onUnclearPrompt:p,onModeration:m,requireUpgrade:h,initialRequestingState:E,contentRef:f,blockRef:C})=>{const[B,b]=(0,o.useState)(!1),[k,v]=(0,o.useState)(""),{updateBlockAttributes:y}=(0,a.useDispatch)("core/block-editor"),{dequeueAiAssistantFeatureAsyncRequest:I,setAiAssistantFeatureRequireUpgrade:w}=(0,a.useDispatch)("wordpress-com/plans"),{snapToBottom:_,enableAutoScroll:Q,disableAutoScroll:S}=(0,A.A)(C,f),x=(0,a.useSelect)((e=>e("core/editor").getEditedPostAttribute("title"))),j=(0,a.useSelect)((e=>e("core/editor").getCurrentPostId())),L=(0,o.useRef)([]),T=(0,o.useRef)(void 0),{request:R,stopSuggestion:N,handleErrorQuotaExceededError:P,requestingState:D,error:M}=(0,n.XE)({onSuggestion:e=>{y(t,{content:e?.replaceAll(c.uV,"")}),_()},onDone:e=>{const r=e.replaceAll(c.uV,""),n={role:"assistant",content:r};L.current.push(T.current,n),L.current.length>20&&L.current.splice(0,L.current.length-20),y(t,{content:r,messages:L.current}),_(),S(),d?.()},onStop:()=>{_(),S(),d?.()},onError:e=>{switch(e?.code){case n.cT:b(!1);break;case n.ud:b(!1),m?.();break;case n.mA:case n.AZ:b(!0);break;case n.Or:b(!1),w(!0);break;case n.L9:p?.()}},onAllErrors:e=>{g(e)},initialRequestingState:E,askQuestionOptions:{postId:j,feature:"ai-assistant",functions:{}}}),F=["requesting","suggesting"].includes(D),O=async(n,a={})=>{if(I(),h)return P(),void b(!1);if(a={retryRequest:!1,tone:l.US,...a},F)return;b(!1);let o=k;if(s.recordEvent("jetpack_ai_chat_completion",{post_id:j}),L.current=[...e.messages]??[],T.current={},a.retryRequest)T.current=o[o.length-1];else{const s=e?.isLayoutBuldingModeEnable?(0,u.rJ)(t):(0,u.aB)();o=(0,c.jf)({generatedContent:r,allPostContent:s,postContentAbove:(0,u.b$)(t),currentPostTitle:x,options:a,userPrompt:a?.userPrompt||i,type:n,isGeneratingTitle:"generateTitle"===e.promptType}),T.current=o.pop(),o=[...o,...L.current],o.push(T.current),v(o),"generateTitle"!==e.promptType&&y(t,{promptType:n})}try{Q(),await R(o)}catch(e){g(e),b(!0),S()}};return{setShowRetry:b,showRetry:B,postTitle:x,contentBefore:(0,u.b$)(t),wholeContent:(0,u.aB)(),requestingState:D,error:M,getSuggestionFromOpenAI:O,stopSuggestion:N,retryRequest:()=>O("",{retryRequest:!0})}}},92169:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var n=r(3924),a=r(85985),o=r(10617),s=r(61297);const i=()=>{const e=new URLSearchParams(window.location.search),t=(0,a.GE)();return(0,a.Sy)()&&e.has("post")?`https://wordpress.com/post/${t}/${e.get("post")}`:`https://wordpress.com/home/${t}`};function l(){const{nextTier:e,tierPlansEnabled:t}=(0,s.A)(),r=i(),l=t?(0,n.A)("jetpack-ai-yearly-tier-upgrade-nudge",{site:(0,a.GE)(),path:`jetpack_ai_yearly:-q-${e?.limit}`,query:`redirect_to=${encodeURIComponent(r)}`}):(0,n.A)("jetpack-ai-yearly-tier-upgrade-nudge",{site:(0,a.GE)(),path:"jetpack_ai_yearly",query:`redirect_to=${encodeURIComponent(r)}`}),c=(0,a.d9)()||(0,a.Sy)()?l:`${window?.Jetpack_Editor_Initial_State?.adminUrl}admin.php?redirect_to_referrer=1&page=my-jetpack#/add-jetpack-ai`,{autosaveAndRedirect:u,isRedirecting:A}=(0,o.A)(c);return{checkoutUrl:c,autosaveAndRedirect:u,isRedirecting:A}}},61297:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(47143),a=r(58164);function o(){const{data:e,loading:t,requestsLimit:r,requestsCount:o}=(0,n.useSelect)((e=>{const{getAiAssistantFeature:t,getIsRequestingAiAssistantFeature:r}=e("wordpress-com/plans"),n=t(),{currentTier:o,usagePeriod:s,requestsCount:i,requestsLimit:l}=n,c=(0,a.Bd)(o),u=o?.limit||l,A=c===a._X?i:s?.requestsCount,g=c===a._X?l:u;return{data:n,loading:r(),requestsCount:A,requestsLimit:g}}),[]),{fetchAiAssistantFeature:s,increaseAiAssistantRequestsCount:i,dequeueAiAssistantFeatureAsyncRequest:l}=(0,n.useDispatch)("wordpress-com/plans");return{...e,requestsCount:o,requestsLimit:r,loading:t,error:null,refresh:s,increaseRequestsCount:i,dequeueAsyncRequest:l}}},44732:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(3924),a=r(85985),o=r(10617);function s(){const e=(0,a.$i)()?.jetpack?.is_my_jetpack_available,t=e?`${(0,a.$i)()?.adminUrl||""}admin.php?page=my-jetpack#/jetpack-ai`:(0,n.A)("org-ai"),{autosaveAndRedirect:r,isRedirecting:s}=(0,o.A)(t);return{productPageUrl:t,autosaveAndRedirect:r,isRedirecting:s,isMyJetpackAvailable:e}}},75956:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(90372),a=r(86087);const o=window?.Jetpack_Editor_Initial_State?.tracksUserData||null,s=parseInt(window?.Jetpack_Editor_Initial_State?.wpcomBlogId)||0,i=()=>((0,a.useEffect)((()=>{o&&n.A.initialize(o?.userid,o?.username,s?{blog_id:s}:{})}),[]),n.A)},32735:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(86087),a=r(10067);const o=r.n(a)()("jetpack-ai-assistant:use-auto-scroll"),s=(e,t,r=!1)=>{const a=(0,n.useRef)(null),s=(0,n.useRef)(null),i=(0,n.useRef)(!1),l=(0,n.useRef)(!1),c=(0,n.useRef)(!1),u=(0,n.useRef)(!1),A=(0,n.useRef)({scrollPadding:"",scrollMargin:""}),g=(0,n.useCallback)((()=>{o("enabling ignore scroll"),l.current=!0}),[]),d=(0,n.useCallback)((()=>{i.current&&c.current&&!l.current&&g()}),[g]),p=(0,n.useCallback)((()=>{i.current=!0,l.current=!1,c.current=!1,u.current=!1,a.current?.addEventListener("scroll",d),o("enabling auto scroll")}),[d]),m=(0,n.useCallback)((()=>{i.current=!1,l.current=!1,c.current=!1,u.current=!1,a.current?.removeEventListener("scroll",d),s.current?.style&&(s.current.style.scrollPadding=A.current.scrollPadding,s.current.style.scrollMargin=A.current.scrollMargin),a.current=null,o("disabling auto scroll")}),[d]),h=(0,n.useCallback)((()=>{if(!i.current||l.current)return;const n=r?e?.current:t?.current?.firstElementChild?.lastElementChild;n&&!u.current&&(c.current=!0,u.current=!0,a?.current?.removeEventListener?.("scroll",d),n?.scrollIntoView({block:"end",inline:"end"}),setTimeout((()=>{u.current=!1,a?.current?.addEventListener?.("scroll",d)}),200))}),[e,t,r,d]),E=(0,n.useCallback)((e=>{if(null==e)return null;if("BODY"===e?.nodeName)return e;if(e?.ownerDocument!==document)return e.ownerDocument;const{overflow:t}=window.getComputedStyle(e);return t.split(" ").every((e=>"auto"===e||"scroll"===e))?e:e?.parentElement?E(e?.parentElement):e}),[]);return(0,n.useEffect)((()=>{const t=E(e?.current?.parentElement);!a.current&&t&&(a.current=t,s.current=t instanceof HTMLElement?t:t.documentElement,A.current={scrollPadding:s.current.style.scrollPadding,scrollMargin:s.current.style.scrollMargin},i.current&&(s.current.style.scrollPadding="80px",s.current.style.scrollMargin="10px"))}),[e,E]),{snapToBottom:h,enableAutoScroll:p,disableAutoScroll:m}}},76695:(e,t,r)=>{"use strict";r.d(t,{A:()=>c,y:()=>l});var n=r(85985),a=r(47143),o=r(51609),s=r(16597),i=r(13802);function l(e){return`ai-assistant-block-${e}`}const c=()=>{const{replaceBlock:e,removeBlocks:t}=(0,a.useDispatch)("core/block-editor"),r=(0,a.useSelect)((e=>e("core/block-editor")),[]),{getSelectedBlockClientIds:c,getBlocksByClientId:u,getBlock:A,getBlockParents:g}=r,{tracks:d}=(0,n.st)();return{canTransformToAIAssistant:(0,o.useCallback)((({clientId:e,blockName:t})=>{if(!A(e))return!1;if(!i.y7.includes(t))return!1;const r=g(e);if(0===r.length)return!0;const n=A(r[r.length-1]);return!["core/list","core/list-item"].includes(n.name)}),[A,g]),transformToAIAssistant:(0,o.useCallback)((({request:r}={})=>{const n=c(),a=u(n),o=(0,s.Sb)(a),[A]=a,[g,...p]=n,m={...A?.attributes||{},content:o},h=(0,i.rr)(A.name,m);if(r?.promptType){d.recordEvent("jetpack_editor_ai_assistant_extension_toolbar_button_click",{suggestion:r.promptType,block_type:A.name});const e={clientId:g,type:r.promptType,options:{...r.options,contentType:"generated",fromExtension:!0}};localStorage.setItem(l(h.clientId),JSON.stringify(e))}else d.recordEvent("jetpack_ai_assistant_prompt_show",{block_type:A.name});e(g,h),t(p)}),[u,c,t,e,d]),getSelectedBlockClientIds:c}}},7503:(e,t,r)=>{"use strict";r.d(t,{C:()=>A,x:()=>u});var n=r(85985),a=r(10067),o=r.n(a);const s=window?.JP_CONNECTION_INITIAL_STATE,i=o()("jetpack-ai-assistant:connection");let l=!1;const c=e=>{l||(i(e),l=!0)};function u(){return(0,n.Sy)()?(c("Simple site connected ✅"),!0):(0,n.d9)()?(c("Atomic site connected ✅"),!0):s?.connectionStatus?.isUserConnected?(c("Jetpack user is connected ✅"),!0):(c("User is not connected ❌"),!1)}function A(){if((0,n.Sy)())return!0;return!1==!(s?.userConnectionData?.currentUser?.permissions??{}).manage_options}},4e4:(e,t,r)=>{"use strict";r.d(t,{J1:()=>i,K6:()=>l,p$:()=>u});var n=r(64425);const a="title",o="content",s=null;function i(e){return{role:"jetpack-ai",context:{type:"ai-assistant-initial-prompt",for:u(e)}}}function l({generatedContent:e,allPostContent:t,postContentAbove:r,currentPostTitle:a,options:o,type:s,userPrompt:i,isGeneratingTitle:l}){const u=[],A="generated"===o?.contentType;let g=null;switch(s){case n.im:g=a;break;case n.sn:case n.A4:case n.yy:g=r;break;case n.vE:g=t;break;case n.br:case n.fD:g=e;break;case n.eJ:case n.UA:case n.Gm:g=A?e:t;break;case n.pE:g=e||t}const d=function(e,t){return!e&&t&&t.length>0?{role:"jetpack-ai",context:{type:"ai-assistant-relevant-content",content:t}}:null}(s===n.pE?!!e?.length:A,g);return d&&u.push(d),u.push({role:"jetpack-ai",context:c({generatedContent:e,allPostContent:t,postContentAbove:r,currentPostTitle:a,options:o,type:s,userPrompt:i,isGeneratingTitle:l})}),u}function c({options:e,type:t,userPrompt:r,isGeneratingTitle:i}){const l=function(e,t,r){return e?a:!t||r?o:s}(i,"generated"===e?.contentType,e?.fromExtension||!1);return{type:u(t),...l?{subject:l}:{},...t===n.eJ&&e?.tone?{tone:e.tone}:{},...t===n.Gm&&e?.language?{language:e.language}:{},...t===n.pE&&r?{request:r}:{}}}function u(e,t){const r={[n.im]:"ai-assistant-summary-by-title",[n.sn]:"ai-assistant-continue-writing",[n.A4]:"ai-assistant-simplify",[n.yy]:"ai-assistant-correct-spelling",[n.vE]:"ai-assistant-generate-title",[n.br]:"ai-assistant-make-longer",[n.fD]:"ai-assistant-make-shorter",[n.eJ]:"ai-assistant-change-tone",[n.UA]:"ai-assistant-summarize",[n.Gm]:"ai-assistant-change-language",[n.pE]:"ai-assistant-user-prompt"};return"form-ai"===t?"form-ai-extension":t?`${r[e]}-${t}-extension`:r[e]}},64425:(e,t,r)=>{"use strict";r.d(t,{A4:()=>s,Gm:()=>d,UA:()=>g,br:()=>c,eJ:()=>A,fD:()=>u,im:()=>a,jf:()=>h,pE:()=>p,sn:()=>o,uV:()=>m,vE:()=>l,yy:()=>i});var n=r(4e4);const a="titleSummary",o="continue",s="simplify",i="correctSpelling",l="generateTitle",c="makeLonger",u="makeShorter",A="changeTone",g="summarize",d="changeLanguage",p="userPrompt",m="````";function h({generatedContent:e,allPostContent:t,postContentAbove:r,currentPostTitle:a,options:o,type:s,userPrompt:i,isGeneratingTitle:l}){return[(0,n.J1)(s),...(0,n.K6)({generatedContent:e,allPostContent:t,postContentAbove:r,currentPostTitle:a,options:o,type:s,userPrompt:i,isGeneratingTitle:l})]}},16597:(e,t,r)=>{"use strict";r.d(t,{Sb:()=>l,aB:()=>i,b$:()=>s,rJ:()=>c});var n=r(96865),a=r(74997),o=r(47143);function s(e){if(!e)return"";const t=(0,o.select)("core/block-editor"),r=t.getBlockIndex(e),s=t.getBlocks().slice(0,r)??[];return s?.length?(0,n.rh)({content:(0,a.serialize)(s)}):""}function i(){const e=(0,o.select)("core/block-editor").getBlocks();return e?.length?(0,n.rh)({content:(0,a.serialize)(e)}):""}function l(e){return e.filter((e=>null!=e)).map((e=>(0,a.getBlockContent)(e))).join("\n\n")}function c(e){const t=(0,o.select)("core/block-editor").getBlock(e);return t?.innerBlocks?.length?l(t.innerBlocks):""}},47264:(e,t,r)=>{"use strict";function n(e){return e&&"string"==typeof e?e.charAt(0).toUpperCase()+e.slice(1):""}r.d(t,{Z:()=>n})},62514:(e,t,r)=>{"use strict";r.d(t,{w:()=>o});const n=e=>{delete e.clientId;for(const t of e.innerBlocks??[])n(t);return e},a=e=>n((e=>JSON.parse(JSON.stringify(e)))(e));function o(e,t){const r=a(e),n=a(t);return JSON.stringify(r)===JSON.stringify(n)}},96568:(e,t,r)=>{"use strict";function n(e){const t=document.createElement("div");return t.innerHTML=e,t.innerHTML}r.d(t,{d:()=>n})},48499:(e,t,r)=>{"use strict";function n(e){return!0===window?.Jetpack_Editor_Initial_State?.available_blocks?.[e]?.available}r.d(t,{C:()=>n})},13802:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>c,rr:()=>l,y7:()=>s});var n=r(96865),a=r(74997),o=r(54681);const s=["core/heading","core/paragraph","core/list"],i=[];function l(e,t){const{content:r,...s}=t;let i=r;"core/heading"===e&&t?.level&&(i=i.replace(/<(\/?)h\d([^>]*)>/g,`<$1h${t.level}$2>`));const l=(0,n.rh)({content:i}),c=[];return c.push({role:"jetpack-ai",context:{type:"ai-assistant-relevant-content",content:l}}),(0,a.createBlock)(o.name,{...s,content:l,originalContent:l,messages:c,originalMessages:c})}for(const e of s)i.push({type:"block",blocks:[e],isMatch:()=>s.includes(e),transform:(t,r)=>{const n=(0,a.getSaveContent)(e,t,r);return l(e,{...t,content:n})}});const c={from:i}},60487:(e,t,r)=>{"use strict";r.d(t,{A:()=>g});var n=r(82170),a=r(56427),o=r(86087),s=r(27723),i=r(13022),l=r(66087);const __=s.__,c="09:00",u="17:00";class A extends o.Component{renderInterval=(e,t)=>{const{day:r}=this.props,{opening:s,closing:l}=e;return(0,n.createElement)(o.Fragment,{key:t},(0,n.createElement)("div",{className:"business-hours__row"},(0,n.createElement)("div",{className:(0,i.A)(r.name,"business-hours__day")},0===t&&this.renderDayToggle()),(0,n.createElement)("div",{className:(0,i.A)(r.name,"business-hours__hours")},(0,n.createElement)(a.TextControl,{__nextHasNoMarginBottom:!0,type:"time",label:__("Opening","jetpack"),value:s,className:"business-hours__open",placeholder:c,onChange:e=>{this.setHour(e,"opening",t)}}),(0,n.createElement)(a.TextControl,{__nextHasNoMarginBottom:!0,type:"time",label:__("Closing","jetpack"),value:l,className:"business-hours__close",placeholder:u,onChange:e=>{this.setHour(e,"closing",t)}})),(0,n.createElement)("div",{className:"business-hours__remove"},r.hours.length>1&&(0,n.createElement)(a.Button,{isSmall:!0,variant:"link",icon:"trash",label:__("Remove Hours","jetpack"),onClick:()=>{this.removeInterval(t)}}))),t===r.hours.length-1&&(0,n.createElement)("div",{className:"business-hours__row business-hours-row__add"},(0,n.createElement)("div",{className:(0,i.A)(r.name,"business-hours__day")}," "),(0,n.createElement)("div",{className:(0,i.A)(r.name,"business-hours__hours")},(0,n.createElement)(a.Button,{variant:"link",label:__("Add Hours","jetpack"),onClick:this.addInterval},__("Add Hours","jetpack"))),(0,n.createElement)("div",{className:"business-hours__remove"}," ")))};setHour=(e,t,r)=>{const{day:n,attributes:a,setAttributes:o}=this.props,{days:s}=a;o({days:s.map((a=>a.name===n.name?{...a,hours:a.hours.map(((n,a)=>a===r?{...n,[t]:e}:n))}:a))})};toggleClosed=e=>{const{day:t,attributes:r,setAttributes:n}=this.props,{days:a}=r;n({days:a.map((r=>{if(r.name===t.name){const t=e?[{opening:c,closing:u}]:[];return{...r,hours:t}}return r}))})};addInterval=()=>{const{day:e,attributes:t,setAttributes:r}=this.props,{days:n}=t;e.hours.push({opening:"",closing:""}),r({days:n.map((t=>t.name===e.name?{...t,hours:e.hours}:t))})};removeInterval=e=>{const{day:t,attributes:r,setAttributes:n}=this.props,{days:a}=r;n({days:a.map((r=>t.name===r.name?{...r,hours:r.hours.filter(((t,r)=>e!==r))}:r))})};isClosed(){const{day:e}=this.props;return(0,l.isEmpty)(e.hours)}renderDayToggle(){const{day:e,localization:t}=this.props;return(0,n.createElement)(o.Fragment,null,(0,n.createElement)("span",{className:"business-hours__day-name"},t.days[e.name]),(0,n.createElement)(a.ToggleControl,{__nextHasNoMarginBottom:!0,label:this.isClosed()?__("Closed","jetpack"):__("Open","jetpack"),checked:!this.isClosed(),onChange:this.toggleClosed}))}renderClosed(){const{day:e}=this.props;return(0,n.createElement)("div",{className:"business-hours__row business-hours-row__closed"},(0,n.createElement)("div",{className:(0,i.A)(e.name,"business-hours__day")},this.renderDayToggle()),(0,n.createElement)("div",{className:(0,i.A)(e.name,"closed","business-hours__hours")}," "),(0,n.createElement)("div",{className:"business-hours__remove"}," "))}render(){const{day:e}=this.props;return this.isClosed()?this.renderClosed():e.hours.map(this.renderInterval)}}const g=A},39943:(e,t,r)=>{"use strict";r.d(t,{A:()=>u});var n=r(82170),a=r(86087),o=r(27723),s=r(66087);const _x=o._x,i="undefined"!=typeof window&&window.navigator?.language||"en",l=Intl?.DateTimeFormat?new Intl.DateTimeFormat(i,{hour:"numeric",minute:"numeric",hour12:!0}):null;class c extends a.Component{formatTime(e){const[t,r]=e.split(":");if(!t||!r)return!1;const n=new Date;return n.setHours(t),n.setMinutes(r),l?l.format(n):e}renderInterval=(e,t)=>{const{day:r}=this.props,a=r.hours;return(0,n.createElement)("span",{key:t},(0,o.sprintf)("%1$s - %2$s",this.formatTime(e.opening),this.formatTime(e.closing)),a.length>1+t&&(0,n.createElement)("span",null,", "))};render(){const{day:e,localization:t}=this.props,r=e.hours.filter((e=>this.formatTime(e.opening)&&this.formatTime(e.closing)));return(0,n.createElement)("div",{className:"jetpack-business-hours__item"},(0,n.createElement)("dt",{className:e.name},t.days[e.name]),(0,n.createElement)("dd",null,(0,s.isEmpty)(r)?_x("Closed","business is closed on a full day","jetpack"):r.map(this.renderInterval),(0,n.createElement)("br",null)))}}const u=c},39155:(e,t,r)=>{"use strict";r.d(t,{A:()=>C});var n=r(96072),a=r.n(n),o=r(82170),s=r(85985),i=r(1455),l=r.n(i),c=r(94715),u=r(56427),A=r(38443),g=r(86087),d=r(27723),p=r(9050),m=r(60487),h=r(39943);const __=d.__,E=(0,s.sh)(p),f={days:{Sun:__("Sunday","jetpack"),Mon:__("Monday","jetpack"),Tue:__("Tuesday","jetpack"),Wed:__("Wednesday","jetpack"),Thu:__("Thursday","jetpack"),Fri:__("Friday","jetpack"),Sat:__("Saturday","jetpack")},startOfWeek:0},C=e=>{const{attributes:t,isSelected:r}=e,n=(0,c.useBlockProps)(),[s,i]=(0,g.useState)(f),[d,p]=(0,g.useState)(!1),{days:C}=t,{startOfWeek:B}=s,b=C.concat(C.slice(0,B)).slice(B);let k;if((0,g.useEffect)((()=>{l()({path:"/wpcom/v2/business-hours/localized-week"}).then((e=>{i(e),p(!0)}),(()=>{i(f),p(!0)}))}),[]),d)if(r)k=(0,o.createElement)("div",{className:"is-edit"},b.map(((t,r)=>(0,o.createElement)(m.A,a()({key:r,day:t,localization:s},e)))));else{const e=(0,A.getSettings)(),{formats:{time:t}}=e;k=(0,o.createElement)("dl",{className:"jetpack-business-hours"},b.map(((e,r)=>(0,o.createElement)(h.A,{key:r,day:e,localization:s,timeFormat:t}))))}else k=(0,o.createElement)(u.Placeholder,{icon:E,label:__("Loading business hours","jetpack")});return(0,o.createElement)("div",n,k)}},71410:(e,t,r)=>{"use strict";var n=r(82170),a=r(94375),o=r(9050),s=r(39155);(0,a.M)(o,{edit:e=>(0,n.createElement)(s.A,e),save:()=>null})},7325:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(56427),a=r(66087);const o=(0,n.withFallbackStyles)(((e,t)=>{const{backgroundColor:r,textColor:n}=t,o=(0,a.get)(r,"color"),s=!(0,a.get)(n,"color")&&e?e.querySelector('[contenteditable="true"]'):null;return{fallbackBackgroundColor:o||!e?void 0:getComputedStyle(e).backgroundColor,fallbackTextColor:n||!s?void 0:getComputedStyle(s).color}}))},28310:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(20710);const a={element:{type:"string",enum:["a","button","input"]},saveInPostContent:{type:"boolean",default:!1},uniqueId:{type:"string"},passthroughAttributes:{type:"object"},text:{type:"string"},placeholder:{type:"string"},url:{type:"string"},textColor:{type:"string"},customTextColor:{type:"string",validator:n.A},backgroundColor:{type:"string"},customBackgroundColor:{type:"string",validator:n.A},gradient:{type:"string"},customGradient:{type:"string"},borderRadius:{type:"number"},width:{type:"string"}}},12365:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var n=r(82170),a=r(56427),o=r(86087),s=r(27723),i=r(8746);const __=s.__;function l({borderRadius:e="",setAttributes:t}){const r=(0,o.useCallback)((e=>t({borderRadius:e})),[t]);return(0,n.createElement)(a.PanelBody,{title:__("Border Settings","jetpack")},(0,n.createElement)(a.RangeControl,{__nextHasNoMarginBottom:!0,allowReset:!0,initialPosition:i.hc,label:__("Border radius","jetpack"),max:i.Bs,min:i.rG,onChange:r,value:e}))}},10179:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(82170),a=r(94715),o=r(27723);const __=o.__;function s({isGradientAvailable:e,backgroundColor:t,fallbackBackgroundColor:r,fallbackTextColor:o,gradientValue:s,setBackgroundColor:i,setGradient:l,setTextColor:c,textColor:u}){const A=(0,n.createElement)(a.ContrastChecker,{backgroundColor:t.color,fallbackBackgroundColor:r,fallbackTextColor:o,isLargeText:!1,textColor:u.color});return e?(0,n.createElement)(a.__experimentalPanelColorGradientSettings,{settings:[{colorValue:u.color,label:__("Text Color","jetpack"),onColorChange:c},{colorValue:t.color,gradientValue:s,label:__("Background","jetpack"),onColorChange:i,onGradientChange:l}],title:__("Background & Text Color","jetpack")},A):(0,n.createElement)(a.PanelColorSettings,{colorSettings:[{value:u.color,onChange:c,label:__("Text Color","jetpack")},{value:t.color,onChange:i,label:__("Background","jetpack")}],title:__("Background & Text Color","jetpack")},A)}},8746:(e,t,r)=>{"use strict";r.d(t,{Bs:()=>s,Uc:()=>a,hc:()=>o,rG:()=>i});var n=r(94715);const a=!!n.__experimentalUseGradient,o=5,s=50,i=0},2761:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var n=r(82170),a=r(47143),o=r(38062),s=r(12365),i=r(10179);function l({attributes:e,backgroundColor:t,clientId:r,context:l,fallbackBackgroundColor:c,fallbackTextColor:u,setAttributes:A,setBackgroundColor:g,setTextColor:d,textColor:p,gradientValue:m,setGradient:h,isGradientAvailable:E}){const{align:f,borderRadius:C}=e,B="jetpack/parentBlockWidth"in l,b=B?l["jetpack/parentBlockWidth"]:e.width,k=(0,a.useSelect)((e=>{const{getBlock:t,getBlockRootClientId:n}=e("core/block-editor");return t(n(r))})),{updateBlockAttributes:v}=(0,a.useDispatch)("core/block-editor");return(0,n.createElement)(n.Fragment,null,(0,n.createElement)(i.A,{backgroundColor:t,fallbackBackgroundColor:c,fallbackTextColor:u,gradientValue:m,setBackgroundColor:g,setGradient:h,setTextColor:d,textColor:p,isGradientAvailable:E}),(0,n.createElement)(s.A,{borderRadius:C,setAttributes:A}),(0,n.createElement)(o.D,{align:f,width:b,onChange:e=>{B?v(k.clientId,{width:e}):A({width:e})}}))}},55903:(e,t,r)=>{"use strict";r.d(t,{A:()=>m});var n=r(96072),a=r.n(n),o=r(82170),s=r(94715),i=r(29491),l=r(27723),c=r(13022),u=r(89303),A=r(7325),g=r(8746),d=r(2761),p=r(81177);const __=l.__;const m=(0,i.compose)((0,s.withColors)({backgroundColor:"background-color"},{textColor:"color"}),A.A)((function(e){const{attributes:t,backgroundColor:r,className:n,clientId:i,context:l,setAttributes:A,textColor:m}=e,{borderRadius:h,element:E,placeholder:f,text:C,width:B,fontSize:b}=t,k="jetpack/parentBlockWidth"in l;(0,p.A)({attributes:t,clientId:i,setAttributes:A}),(0,u.A)({attributes:t,disableEffects:k,setAttributes:A});const{gradientClass:v,gradientValue:y,setGradient:I}=g.Uc?(0,s.__experimentalUseGradient)({gradientAttribute:"gradient",customGradientAttribute:"customGradient"}):{},w=(0,s.useBlockProps)({className:(0,c.A)("wp-block-button",n)}),_=(0,c.A)("wp-block-button__link",{"has-background":r.color||y,[r.class]:!y&&r.class,"has-text-color":m.color,[m.class]:m.class,[v]:v,"no-border-radius":0===h,"has-custom-width":!!B,[`has-${b}-font-size`]:!!b,"has-custom-font-size":!!b}),Q={...!r.color&&y?{background:y}:{backgroundColor:r.color},fontSize:t.style?.typography?.fontSize,color:m.color,borderRadius:h?h+"px":void 0,width:B};return(0,o.createElement)("div",w,(0,o.createElement)(s.RichText,{allowedFormats:"input"===E?[]:void 0,className:_,disableLineBreaks:"input"===E,onChange:e=>A({text:e}),placeholder:f||__("Add text…","jetpack"),style:Q,value:C,withoutInteractiveFormatting:!0}),(0,o.createElement)(s.InspectorControls,null,(0,o.createElement)(d.A,a()({gradientValue:y,setGradient:I,isGradientAvailable:g.Uc},e))))}))},45878:(e,t,r)=>{"use strict";var n=r(94375),a=r(5383);(0,n.A)(a.U,a.W)},36270:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(82170),a=r(56427);const o=(0,n.createElement)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(a.Path,{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 13h8v-1.5H8V13z"}))},5383:(e,t,r)=>{"use strict";r.d(t,{U:()=>c,W:()=>u});var n=r(27723),a=r(97969),o=r(28310),s=r(55903),i=r(36270),l=r(85154);const __=n.__,c="button",u={apiVersion:3,title:__("Button","jetpack"),icon:i.A,category:(0,a.A)("design","layout"),keywords:[],supports:{html:!1,inserter:!1,align:["left","center","right"],typography:{fontSize:!0,__experimentalFontFamily:!0,__experimentalTextTransform:!0,__experimentalDefaultControls:{fontSize:!0}}},styles:[{name:"fill",label:__("Fill","jetpack"),isDefault:!0},{name:"outline",label:__("Outline","jetpack")}],attributes:o.A,edit:s.A,save:l.A,usesContext:["jetpack/parentBlockWidth"]}},85154:(e,t,r)=>{"use strict";r.d(t,{A:()=>c});var n=r(96072),a=r.n(n),o=r(82170),s=r(94715),i=r(13022),l=r(8746);function c({attributes:e,blockName:t,uniqueId:r}){const{backgroundColor:n,borderRadius:c,className:u,customBackgroundColor:A,customGradient:g,customTextColor:d,gradient:p,saveInPostContent:m,text:h,textColor:E,url:f,width:C,fontSize:B}=e;if(!m)return null;const b=s.useBlockProps.save(),k=(0,s.getColorClassName)("background-color",n),v=l.Uc?(0,s.__experimentalGetGradientClass)(p):void 0,y=(0,s.getColorClassName)("color",E),I=(0,i.A)("wp-block-button","jetpack-submit-button",u,b?.className,{[`wp-block-jetpack-${t}`]:t}),w=(0,i.A)("wp-block-button__link",{"has-text-color":E||d,[y]:y,"has-background":n||p||A||g,[k]:k,[v]:v,"no-border-radius":0===c,"has-custom-width":!!C,[`has-${B}-font-size`]:!!B,"has-custom-font-size":!!B}),_={background:g||void 0,backgroundColor:k||g||p?void 0:A,fontSize:e.style?.typography?.fontSize,color:y?void 0:d,borderRadius:c?c+"px":void 0,width:C};return(0,o.createElement)("div",a()({},b,{className:I}),(0,o.createElement)(s.RichText.Content,{className:w,"data-id-attr":r||"placeholder",href:f,id:r,rel:"noopener noreferrer",role:"button",style:_,tagName:"a",target:"_blank",value:h}))}},81177:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(47143),a=r(86087),o=r(66087);function s({attributes:e,clientId:t,setAttributes:r}){const{passthroughAttributes:s}=e,{attributesToSync:i}=(0,n.useSelect)((r=>{const{getBlockAttributes:n,getBlockRootClientId:a}=r("core/block-editor"),i=n(a(t))||{},l=(0,o.mapValues)(s,(e=>i[e]));return{attributesToSync:(0,o.pickBy)(l,((t,r)=>t!==e[r]))}}));(0,a.useEffect)((()=>{(0,o.isEmpty)(i)||r(i)}),[i,r])}},95816:(e,t,r)=>{"use strict";r.d(t,{a:()=>n});const n="https://calendly.com/wpcom/jetpack-block-example"},99723:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>A});var n=r(82170),a=r(85985),o=r(94715),s=r(56427),i=r(27723),l=r(5873);const __=i.__,_x=i._x,c=({onEditClick:e})=>(0,n.createElement)(s.ToolbarGroup,null,(0,n.createElement)(s.ToolbarButton,{onClick:()=>e(!0)},__("Edit","jetpack"))),u=e=>{const{attributes:{hideEventTypeDetails:t,url:r},defaultClassName:o,embedCode:i,parseEmbedCode:l,setAttributes:c,setEmbedCode:u}=e;let A=null;return r&&(A=(0,a.d9)()||(0,a.Sy)()?"https://wordpress.com/support/wordpress-editor/blocks/calendly-block/#customize-the-calendly-block":"https://jetpack.com/support/jetpack-blocks/calendly-block/#customizing-a-calendly-block"),(0,n.createElement)(n.Fragment,null,(0,n.createElement)(s.PanelBody,{PanelBody:!0,title:__("Calendar settings","jetpack"),initialOpen:!1},(0,n.createElement)("form",{onSubmit:l,className:`${o}-embed-form-sidebar`},(0,n.createElement)("input",{type:"text",id:"embedCode",onChange:e=>u(e.target.value),placeholder:__("Calendly web address or embed code…","jetpack"),value:i||"",className:"components-placeholder__input"}),(0,n.createElement)("div",null,(0,n.createElement)(s.Button,{variant:"secondary",type:"submit"},_x("Embed","button label","jetpack")))),(0,n.createElement)(s.ToggleControl,{__nextHasNoMarginBottom:!0,label:__("Hide event type details","jetpack"),checked:t,onChange:()=>c({hideEventTypeDetails:!t})})),A&&(0,n.createElement)(s.Notice,{className:`${o}-color-notice`,isDismissible:!1},(0,n.createElement)(s.ExternalLink,{href:A},__("Explore more customization options.","jetpack"))))},A=e=>{const{attributes:t,clientId:r,isEditingUrl:a,setAttributes:s,setIsEditingUrl:i}=e,{style:A,url:g}=t,d=[{value:"inline",label:__("Inline","jetpack")},{value:"link",label:__("Link","jetpack")}];return(0,n.createElement)(n.Fragment,null,g&&!a&&(0,n.createElement)(o.BlockControls,null,(0,n.createElement)(c,{onEditClick:i})),g&&(0,n.createElement)(l.A,{clientId:r,styleOptions:d,onSelectStyle:s,activeStyle:A,attributes:t,viewportWidth:500}),(0,n.createElement)(o.InspectorControls,null,(0,n.createElement)(u,e)))}},19493:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(82170),a=r(74997),o=r(27723),s=r(20710);const __=o.__,i={attributes:{backgroundColor:{type:"string",default:"ffffff",validator:s.A},submitButtonText:{type:"string",default:__("Schedule time with me","jetpack")},submitButtonTextColor:{type:"string"},submitButtonBackgroundColor:{type:"string"},submitButtonClasses:{type:"string"},hideEventTypeDetails:{type:"boolean",default:!1},primaryColor:{type:"string",default:"00A2FF",validator:s.A},textColor:{type:"string",default:"4D5055",validator:s.A},style:{type:"string",default:"inline",validValues:["inline","link"]},url:{type:"string",validator:e=>!e||e.startsWith("https://calendly.com/")},backgroundButtonColor:{type:"string"},textButtonColor:{type:"string"},customBackgroundButtonColor:{type:"string",validator:s.A},customTextButtonColor:{type:"string",validator:s.A}},migrate:e=>{const{submitButtonText:t,submitButtonTextColor:r,submitButtonBackgroundColor:n,submitButtonClasses:o,backgroundButtonColor:s,textButtonColor:i,customBackgroundButtonColor:l,customTextButtonColor:c,...u}=e,A={text:(g=e).submitButtonText||__("Schedule time with me","jetpack"),textColor:g.submitButtonTextColor||g.textButtonColor,customTextColor:g.customTextButtonColor,backgroundColor:g.submitButtonBackgroundColor||g.backgroundButtonColor,customBackgroundColor:g.customBackgroundButtonColor,url:g.url};var g;return[u,[(0,a.createBlock)("jetpack/button",{element:"a",uniqueId:"calendly-widget-id",...A})]]},save:({attributes:{url:e}})=>(0,n.createElement)("a",{href:e},e)}},52385:(e,t,r)=>{"use strict";r.d(t,{A:()=>y});var n=r(96072),a=r.n(n),o=r(82170),s=r(85985),i=r(94715),l=r(74997),c=r(56427),u=r(47143),A=r(86087),g=r(27723),d=r(13022),p=r(66087),m=r(78218),h=r(56145),E=r(13248),f=r(95816),C=r(99723),B=r(38028);const __=g.__,_x=g._x,b="jetpack/button",k={element:"a",text:__("Schedule time with me","jetpack"),uniqueId:"calendly-widget-id",url:f.a},v=(0,s.sh)(E);const y=(0,c.withNotices)((function(e){const{attributes:t,clientId:r,name:n,noticeOperations:s,noticeUI:g,setAttributes:y}=e,I=(0,l.getBlockDefaultClassName)(n),w=(0,m.y)(E.attributes,t);(0,p.isEqual)(w,t)||y(w);const{backgroundColor:_,hideEventTypeDetails:Q,primaryColor:S,textColor:x,style:j,url:L}=w,[T,R]=(0,A.useState)(L),[N,P]=(0,A.useState)(!1),[D,M]=(0,A.useState)(!1),[F,O]=(0,A.useState)({}),U=(0,i.useBlockProps)(),H=()=>{s.removeAllNotices(),s.createErrorNotice(__("Your calendar couldn't be embedded. Please double check your URL or code.","jetpack"))};(0,A.useEffect)((()=>{L&&f.a!==L&&"link"!==j&&(0,h.A)(L,M).catch((()=>{y({url:void 0}),H()}))}),[]);const z=e=>{if(!e)return void H();e.preventDefault();const t=(0,B.a9)(T);if(t){if(t.buttonAttributes&&"link"===t.style){const e=(0,u.select)("core/editor").getBlocksByClientId(r);e.length&&e[0].innerBlocks.forEach((e=>{(0,u.dispatch)("core/editor").updateBlockAttributes(e.clientId,t.buttonAttributes)})),O(t.buttonAttributes)}(0,h.A)(t.url,M).then((()=>{const e=(0,m.y)(E.attributes,t);y(e),P(!1),s.removeAllNotices()})).catch((()=>{y({url:void 0}),H()}))}else H()},q=(0,o.createElement)("div",{className:"wp-block-embed is-loading"},(0,o.createElement)(c.Spinner,null),(0,o.createElement)("p",null,__("Embedding…","jetpack"))),V=(0,o.createElement)(c.Placeholder,{label:__("Calendly","jetpack"),instructions:__("Enter your Calendly web address or embed code below.","jetpack"),icon:v,notices:g},(0,o.createElement)("form",{onSubmit:z},(0,o.createElement)("input",{type:"text",id:"embedCode",onChange:e=>R(e.target.value),placeholder:__("Calendly web address or embed code…","jetpack"),value:T||"",className:"components-placeholder__input"}),(0,o.createElement)("div",null,(0,o.createElement)(c.Button,{variant:"secondary",type:"submit"},_x("Embed","button label","jetpack")))),(0,o.createElement)("div",{className:`${I}-learn-more`},(0,o.createElement)(c.ExternalLink,{href:"https://help.calendly.com/hc/en-us/articles/223147027-Embed-options-overview"},__("Need help finding your embed code?","jetpack")))),G=(0,o.createElement)(o.Fragment,null,(0,o.createElement)("div",{className:`${I}-overlay`}),(0,o.createElement)("iframe",{src:(()=>{const e=new URLSearchParams({embed_domain:"wordpress.com",embed_type:"Inline",hide_event_type_details:Q?1:0,background_color:_,primary_color:S,text_color:x});return`${L}?${e}`})(),width:"100%",height:"100%",frameBorder:"0","data-origwidth":"100%","data-origheight":"100%",title:"Calendly"})),$=(0,o.createElement)(i.InnerBlocks,{template:[[b,{...k,...F,passthroughAttributes:{url:"url"}}]],templateLock:"all"});return D?q:(0,o.createElement)("div",a()({},U,{className:(0,d.A)(U.className,{[`calendly-style-${j}`]:L&&!N})}),(0,o.createElement)(C.Ay,a()({},e,{defaultClassName:I,embedCode:T,isEditingUrl:N,parseEmbedCode:z,setEmbedCode:R,setIsEditingUrl:P})),L&&!N?"inline"===j?G:$:V)}))},60312:(e,t,r)=>{"use strict";var n=r(74997),a=r(94375),o=r(13248),s=r(19493),i=r(52385),l=r(2668),c=r(38028);(0,a.M)(o,{edit:i.A,save:l.A,transforms:{from:[{type:"raw",isMatch:e=>"P"===e.nodeName&&c.QL.test(e.textContent),transform:e=>{const t=(0,c.a9)(e.textContent);return(0,n.createBlock)("jetpack/calendly",t)}}]},deprecated:[s.A]})},2668:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(82170),a=r(94715);function o(){const e=a.useBlockProps.save();return(0,n.createElement)("div",e,(0,n.createElement)(a.InnerBlocks.Content,null))}},38028:(e,t,r)=>{"use strict";r.d(t,{QL:()=>n,a9:()=>a});const n=/(^|\/\/)(calendly\.com[^"']*)/i,a=e=>{if(!e)return;const t=(e=>{const t=e.match(n);if(t)return"https://"+t[2]})(e);if(!t)return;const r=(e=>{const t={},r=new URL(e);if(t.url=r.origin+r.pathname,!r.search)return t;const n=new URLSearchParams(r.search),a=n.get("background_color"),o=n.get("primary_color"),s=n.get("text_color"),i=/^[A-Za-z0-9]{6}$/;return n.get("hide_event_type_details")&&(t.hideEventTypeDetails=n.get("hide_event_type_details")),a&&a.match(i)&&(t.backgroundColor=a),o&&o.match(i)&&(t.primaryColor=o),s&&s.match(i)&&(t.textColor=s),t})(t),a=(e=>e.indexOf("data-url")>0?"inline":e.indexOf("initPopupWidget")>0||e.indexOf("initBadgeWidget")>0?"link":void 0)(e);if(a&&(r.style=a),"link"===a){r.buttonAttributes={};const t=(e=>{let t=e.match(/false;">([^<]+)<\//);return t?t[1]:(t=e.match(/text: '([^']*?)'/),t?t[1]:void 0)})(e);t&&(r.buttonAttributes.text=t);const n=(e=>{const t=e.match(/textColor: '([^']*?)'/);if(t)return t[1]})(e);n&&(r.buttonAttributes.textColor=void 0,r.buttonAttributes.customTextColor=n);const a=(e=>{const t=e.match(/color: '([^']*?)'/);if(t)return t[1]})(e);a&&(r.buttonAttributes.backgroundColor=void 0,r.buttonAttributes.customBackgroundColor=a)}return r}},98091:(e,t,r)=>{"use strict";r.d(t,{A:()=>A});var n=r(82170),a=r(94715),o=r(56427),s=r(86087),i=r(27723),l=r(13022),c=r(81942);const __=i.__;class u extends s.Component{constructor(...e){super(...e),this.preventEnterKey=this.preventEnterKey.bind(this)}preventEnterKey(e){"Enter"===e.key&&e.preventDefault()}render(){const{attributes:{address:e,addressLine2:t,addressLine3:r,city:i,region:u,postal:A,country:g,linkToGoogleMaps:d},isSelected:p,setAttributes:m}=this.props,h=[e,t,r,i,u,A,g].some((e=>""!==e)),E=(0,l.A)({"jetpack-address-block":!0,"is-selected":p}),f=(0,n.createElement)(o.ToggleControl,{__nextHasNoMarginBottom:!0,label:__("Link address to Google Maps","jetpack"),checked:d,onChange:e=>m({linkToGoogleMaps:e})});return(0,n.createElement)("div",{className:E},!p&&h&&(0,c.A)(this.props),(p||!h)&&(0,n.createElement)(s.Fragment,null,(0,n.createElement)(a.PlainText,{value:e,placeholder:__("Street Address","jetpack"),"aria-label":__("Street Address","jetpack"),onChange:e=>m({address:e}),onKeyDown:this.preventEnterKey}),(0,n.createElement)(a.PlainText,{value:t,placeholder:__("Address Line 2","jetpack"),"aria-label":__("Address Line 2","jetpack"),onChange:e=>m({addressLine2:e}),onKeyDown:this.preventEnterKey}),(0,n.createElement)(a.PlainText,{value:r,placeholder:__("Address Line 3","jetpack"),"aria-label":__("Address Line 3","jetpack"),onChange:e=>m({addressLine3:e}),onKeyDown:this.preventEnterKey}),(0,n.createElement)(a.PlainText,{value:i,placeholder:__("City","jetpack"),"aria-label":__("City","jetpack"),onChange:e=>m({city:e}),onKeyDown:this.preventEnterKey}),(0,n.createElement)(a.PlainText,{value:u,placeholder:__("State/Province/Region","jetpack"),"aria-label":__("State/Province/Region","jetpack"),onChange:e=>m({region:e}),onKeyDown:this.preventEnterKey}),(0,n.createElement)(a.PlainText,{value:A,placeholder:__("Postal/Zip Code","jetpack"),"aria-label":__("Postal/Zip Code","jetpack"),onChange:e=>m({postal:e}),onKeyDown:this.preventEnterKey}),(0,n.createElement)(a.PlainText,{value:g,placeholder:__("Country","jetpack"),"aria-label":__("Country","jetpack"),onChange:e=>m({country:e}),onKeyDown:this.preventEnterKey}),f))}}const A=u},39563:(e,t,r)=>{"use strict";r.d(t,{U:()=>u,W:()=>A});var n=r(82170),a=r(56427),o=r(86087),s=r(27723),i=r(62289),l=r(98091),c=r(81942);const __=s.__,_x=s._x,u="address",A={title:__("Address","jetpack"),description:__("Lets you add a physical address with Schema markup.","jetpack"),keywords:[_x("location","block search term","jetpack"),_x("direction","block search term","jetpack"),_x("place","block search term","jetpack")],icon:(0,i.A)((0,n.createElement)(o.Fragment,null,(0,n.createElement)(a.Path,{d:"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zM7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.88-2.88 7.19-5 9.88C9.92 16.21 7 11.85 7 9z"}),(0,n.createElement)(a.Circle,{cx:"12",cy:"9",r:"2.5"}))),category:"grow",attributes:{address:{type:"string",default:""},addressLine2:{type:"string",default:""},addressLine3:{type:"string",default:""},city:{type:"string",default:""},region:{type:"string",default:""},postal:{type:"string",default:""},country:{type:"string",default:""},linkToGoogleMaps:{type:"boolean",default:!1}},parent:["jetpack/contact-info"],edit:l.A,save:c.A}},81942:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var n=r(82170),a=r(86087),o=r(27723);const __=o.__,s=({attributes:{address:e,addressLine2:t,addressLine3:r,city:o,region:s,postal:i,country:l}})=>(0,n.createElement)(a.Fragment,null,e&&(0,n.createElement)("div",{className:"jetpack-address__address jetpack-address__address1"},e),t&&(0,n.createElement)("div",{className:"jetpack-address__address jetpack-address__address2"},t),r&&(0,n.createElement)("div",{className:"jetpack-address__address jetpack-address__address3"},r),o&&!(s||i)&&(0,n.createElement)("div",{className:"jetpack-address__city"},o),o&&(s||i)&&(0,n.createElement)("div",null,(0,n.createElement)("span",{className:"jetpack-address__city"},o),", ",(0,n.createElement)("span",{className:"jetpack-address__region"},s)," ",(0,n.createElement)("span",{className:"jetpack-address__postal"},i)),!o&&(s||i)&&(0,n.createElement)("div",null,(0,n.createElement)("span",{className:"jetpack-address__region"},s)," ",(0,n.createElement)("span",{className:"jetpack-address__postal"},i)),l&&(0,n.createElement)("div",{className:"jetpack-address__country"},l)),i=({attributes:{address:e,addressLine2:t,addressLine3:r,city:n,region:a,postal:o,country:s}})=>{let i=a?`+${a},`:"";i=o?`${i}+${o}`:i;return`https://www.google.com/maps/search/${e?`${e},`:""}${t?`${t},`:""}${r?`${r},`:""}${n?`+${n},`:""}${i}${s?`+${s}`:""}`.replace(" ","+")},l=e=>(({address:e,addressLine2:t,addressLine3:r,city:n,region:a,postal:o,country:s})=>[e,t,r,n,a,o,s].some((e=>""!==e)))(e.attributes)&&(0,n.createElement)("div",{className:e.className},e.attributes.linkToGoogleMaps&&(0,n.createElement)("a",{href:i(e),target:"_blank",rel:"noopener noreferrer",title:__("Open address in Google Maps","jetpack")},(0,n.createElement)(s,e)),!e.attributes.linkToGoogleMaps&&(0,n.createElement)(s,e))},44246:(e,t,r)=>{"use strict";r.d(t,{A:()=>u});var n=r(96072),a=r.n(n),o=r(82170),s=r(94715),i=r(13022);const l=["jetpack/markdown","jetpack/address","jetpack/email","jetpack/phone","jetpack/map","jetpack/business-hours","core/paragraph","core/image","core/heading","core/gallery","core/list","core/quote","core/shortcode","core/audio","core/code","core/cover","core/html","core/separator","core/spacer","core/subhead","core/video"],c=[["jetpack/email"],["jetpack/phone"],["jetpack/address"]],u=e=>{const{isSelected:t}=e,r=(0,s.useBlockProps)();return(0,o.createElement)("div",a()({},r,{className:(0,i.A)(r.className,{"jetpack-contact-info-block":!0,"is-selected":t})}),(0,o.createElement)(s.InnerBlocks,{allowedBlocks:l,templateLock:!1,template:c}))}},25907:(e,t,r)=>{"use strict";var n=r(74997),a=r(94375),o=r(39563),s=r(75173),i=r(44246),l=r(90951),c=r(70063),u=r(36611);(0,a.M)(s,{edit:i.A,save:u.A,transforms:{from:[{type:"block",blocks:["core/legacy-widget"],isMatch:({idBase:e,instance:t})=>!!t?.raw&&"widget_contact_info"===e,transform:({instance:e})=>{let t=[(0,n.createBlock)("core/heading",{content:e.raw.title}),(0,n.createBlock)("jetpack/email",{email:e.raw.email}),(0,n.createBlock)("jetpack/phone",{phone:e.raw.phone}),(0,n.createBlock)("jetpack/address",{address:e.raw.address})];return e.raw.hours&&(t=[...t,(0,n.createBlock)("core/paragraph",{content:e.raw.hours})]),e.raw.showmap&&e.raw.address&&(t=[...t,(0,n.createBlock)("jetpack/map",{address:e.raw.address})]),(0,n.createBlock)("jetpack/contact-info",{},t)}}]}},[{name:o.U,settings:o.W},{name:l.U,settings:l.W},{name:c.U,settings:c.W}])},43167:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(27723),a=r(64882),o=r(27266);const __=n.__,s=e=>{const{setAttributes:t}=e;return(0,a.A)("email",e,__("Email","jetpack"),o.A,(e=>t({email:e})))}},90951:(e,t,r)=>{"use strict";r.d(t,{U:()=>c,W:()=>u});var n=r(82170),a=r(56427),o=r(27723),s=r(62289),i=r(43167),l=r(27266);const __=o.__,_x=o._x,c="email",u={title:__("Email Address","jetpack"),description:__("Lets you add an email address with an automatically generated click-to-email link.","jetpack"),keywords:["e-mail","email",_x("message","block search term","jetpack")],icon:(0,s.A)((0,n.createElement)(a.Path,{d:"M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6zm-2 0l-8 5-8-5h16zm0 12H4V8l8 5 8-5v10z"})),category:"grow",attributes:{email:{type:"string",default:""}},edit:i.A,save:l.A,parent:["jetpack/contact-info"]}},27266:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(82170),a=r(86087),o=r(39904);const s=({attributes:{email:e},className:t})=>e&&(0,n.createElement)("div",{className:t},e.split(/(\s+)/).map(((e,t)=>{const r=e.replace(/([.,/#!$%^&*;:{}=\-_`~()\][])+$/g,"");return e.indexOf("@")&&o.validate(r)?e===r?(0,n.createElement)("a",{href:`mailto:${e}`,key:t},e):(0,n.createElement)(a.Fragment,{key:t},(0,n.createElement)("a",{href:`mailto:${e}`,key:t},r),(0,n.createElement)(a.Fragment,null,e.slice(-(e.length-r.length)))):(0,n.createElement)(a.Fragment,{key:t},e)})))},42711:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(27723),a=r(64882),o=r(84330);const __=n.__,s=e=>{const{setAttributes:t}=e;return(0,a.A)("phone",e,__("Phone number","jetpack"),o.A,(e=>t({phone:e})))}},70063:(e,t,r)=>{"use strict";r.d(t,{U:()=>c,W:()=>u});var n=r(82170),a=r(56427),o=r(27723),s=r(62289),i=r(42711),l=r(84330);const __=o.__,_x=o._x,c="phone",u={title:__("Phone Number","jetpack"),description:__("Lets you add a phone number with an automatically generated click-to-call link.","jetpack"),keywords:[_x("mobile","block search term","jetpack"),_x("telephone","block search term","jetpack"),_x("cell","block search term","jetpack")],icon:(0,s.A)((0,n.createElement)(a.Path,{d:"M6.54 5c.06.89.21 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.79h1.51m9.86 12.02c.85.24 1.72.39 2.6.45v1.49c-1.32-.09-2.59-.35-3.8-.75l1.2-1.19M7.5 3H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.49c0-.55-.45-1-1-1-1.24 0-2.45-.2-3.57-.57-.1-.04-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.45-5.15-3.76-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1z"})),category:"grow",attributes:{phone:{type:"string",default:""}},parent:["jetpack/contact-info"],edit:i.A,save:l.A}},84330:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(82170);const a=({attributes:{phone:e},className:t})=>e&&(0,n.createElement)("div",{className:t},function(e){const t=e.match(/\d+\.\d+|\d+\b|\d+(?=\w)/g);if(!t)return e;const r=e.indexOf(t[0]);let a=r?e.substring(r-1):e,o=r?e.substring(0,r):"",s=a.replace(/\D/g,"");return/[0-9/+/(]/.test(a[0])?(o=o.slice(0,-1),"+"===a[0]&&(s="+"+s)):a=a.substring(1),[o.trim()?(0,n.createElement)("span",{key:"phonePrefix",className:"phone-prefix"},o):null,(0,n.createElement)("a",{key:"phoneNumber",href:`tel:${s}`},a)]}(e))},36611:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(82170),a=r(94715);const o=()=>{const e=a.useBlockProps.save();return(0,n.createElement)("div",e,(0,n.createElement)(a.InnerBlocks.Content,null))}},75800:(e,t,r)=>{"use strict";r.d(t,{A:()=>u});var n=r(82170),a=r(4567),o=r(3975),s=r(94715),i=r(86087),l=r(13022),c=r(72730);const u=({className:e=null,currency:t=null,defaultValue:r=null,disabled:u=!1,label:A="",onChange:g=null,value:d=""})=>{const[p,m]=(0,i.useState)((0,a.Ay)(d,t,{symbol:""})),[h,E]=(0,i.useState)(!1),[f,C]=(0,i.useState)(!1),B=(0,i.useRef)(null),b=(0,i.useCallback)(((e,r)=>{m((n=>{if(e!==n){const n=(0,c.C_)(e,t);n&&n>=(0,c.dv)(t)?(C(!1),r&&g?.(n)):C(!0)}return e}))}),[t,g]),k=()=>{B.current&&(B.current.focus(),E(!0))};return(0,i.useEffect)((()=>{if(!B.current)return;const e=B.current,n=()=>{E(!1),p||b((0,a.Ay)(r,t,{symbol:""}))};return e.addEventListener("blur",n),()=>{e.removeEventListener("blur",n)}}),[t,r,p,B,b]),(0,i.useEffect)((()=>{h||f||m((0,a.Ay)(d,t,{symbol:""}))}),[t,h,f,d]),(0,i.useEffect)((()=>{b((0,a.Ay)(d,t,{symbol:""}))}),[t,d]),(0,n.createElement)("div",{className:(0,l.A)("donations__amount",e,{"has-focus":h,"has-error":f}),role:"button",tabIndex:0,onClick:k,onKeyDown:k},o.y[t].symbol,u?(0,n.createElement)("div",{className:"donations__amount-value"},(0,a.Ay)(d||r,t,{symbol:""})):(0,n.createElement)(s.RichText,{allowedFormats:[],"aria-label":A,onChange:e=>b(e,!0),placeholder:(0,a.Ay)(r,t,{symbol:""}),ref:B,value:p,withoutInteractiveFormatting:!0}))}},57018:(e,t,r)=>{"use strict";r.d(t,{A:()=>A});var n=r(82170),a=r(3975),o=r(85985),s=r(94715),i=r(56427),l=r(27723),c=r(48558),u=r(72730);const __=l.__,A=e=>{const{attributes:t,setAttributes:r}=e,{currency:l,oneTimeDonation:A,monthlyDonation:g,annualDonation:d,showCustomAmount:p}=t,m=(e,n)=>{const a={"1 month":"monthlyDonation","1 year":"annualDonation"}[e],o=t[a];r({[a]:{...o,show:n}})};return(0,n.createElement)(n.Fragment,null,(0,n.createElement)(s.BlockControls,null,(0,n.createElement)(i.ToolbarGroup,null,(0,n.createElement)(i.ToolbarItem,null,(()=>(0,n.createElement)(i.Dropdown,{contentClassName:"jetpack-donations__currency-popover",renderToggle:({onToggle:e,isOpen:t})=>(0,n.createElement)(i.Button,{className:"jetpack-donations__currency-toggle",icon:(0,n.createElement)(n.Fragment,null,l+" - "+a.y[l].symbol,(0,n.createElement)(i.Dashicon,{icon:"arrow-down"})),label:__("Change currency","jetpack"),onClick:e,onKeyDown:r=>{t||r.keyCode!==c.DOWN||(r.preventDefault(),r.stopPropagation(),e())}}),renderContent:({onClose:e})=>(0,n.createElement)(i.MenuGroup,null,Object.keys(u.VK).map((t=>(0,n.createElement)(i.MenuItem,{isSelected:t===l,icon:t===l?"yes":"",onClick:()=>{(e=>{const t=(0,u.Xj)(e);r({currency:e,oneTimeDonation:{...A,amounts:t},monthlyDonation:{...g,amounts:t},annualDonation:{...d,amounts:t}})})(t),e()},key:`jetpack-donations-currency-${t}`},t+" - "+a.y[t].symbol))))}))))),(0,n.createElement)(s.InspectorControls,null,(0,n.createElement)(i.PanelBody,{title:__("Settings","jetpack")},(0,n.createElement)(i.ToggleControl,{checked:g.show,onChange:e=>m("1 month",e),label:__("Show monthly donations","jetpack")}),(0,n.createElement)(i.ToggleControl,{checked:d.show,onChange:e=>m("1 year",e),label:__("Show annual donations","jetpack")}),(0,n.createElement)(i.ToggleControl,{checked:p,onChange:e=>r({showCustomAmount:e}),label:__("Show custom amount option","jetpack")}),(0,n.createElement)(i.ExternalLink,{href:`https://wordpress.com/earn/payments/${(0,o.GE)()}`},__("View donation earnings","jetpack")))))}},27718:(e,t,r)=>{"use strict";r.d(t,{A:()=>c});var n=r(82170),a=r(4567),o=r(3975),s=r(94715),i=r(27723),l=r(72730);const __=i.__,c={attributes:{currency:{type:"string",default:"USD"},oneTimeDonation:{type:"object",default:{show:!0,planId:null,amounts:[5,15,100],heading:__("Make a one-time donation","jetpack"),extraText:__("Your contribution is appreciated.","jetpack"),buttonText:__("Donate","jetpack")}},monthlyDonation:{type:"object",default:{show:!0,planId:null,amounts:[5,15,100],heading:__("Make a monthly donation","jetpack"),extraText:__("Your contribution is appreciated.","jetpack"),buttonText:__("Donate monthly","jetpack")}},annualDonation:{type:"object",default:{show:!0,planId:null,amounts:[5,15,100],heading:__("Make a yearly donation","jetpack"),extraText:__("Your contribution is appreciated.","jetpack"),buttonText:__("Donate yearly","jetpack")}},showCustomAmount:{type:"boolean",default:!0},chooseAmountText:{type:"string",default:__("Choose an amount","jetpack")},customAmountText:{type:"string",default:__("Or enter a custom amount","jetpack")}},supports:{html:!1},save:({attributes:e})=>{const{currency:t,oneTimeDonation:r,monthlyDonation:i,annualDonation:c,showCustomAmount:u,chooseAmountText:A,customAmountText:g}=e;if(!r||!r.show||-1===r.planId)return null;const d={"one-time":{title:__("One-Time","jetpack")},...i.show&&{"1 month":{title:__("Monthly","jetpack")}},...c.show&&{"1 year":{title:__("Yearly","jetpack")}}};return(0,n.createElement)("div",null,(0,n.createElement)("div",{className:"donations__container"},Object.keys(d).length>1&&(0,n.createElement)("div",{className:"donations__nav"},Object.entries(d).map((([e,{title:t}])=>(0,n.createElement)("div",{role:"button",tabIndex:0,className:"donations__nav-item",key:`jetpack-donations-nav-item-${e} `,"data-interval":e},t)))),(0,n.createElement)("div",{className:"donations__content"},(0,n.createElement)("div",{className:"donations__tab"},(0,n.createElement)(s.RichText.Content,{tagName:"h4",className:"donations__one-time-item",value:r.heading}),i.show&&(0,n.createElement)(s.RichText.Content,{tagName:"h4",className:"donations__monthly-item",value:i.heading}),c.show&&(0,n.createElement)(s.RichText.Content,{tagName:"h4",className:"donations__annual-item",value:c.heading}),(0,n.createElement)(s.RichText.Content,{tagName:"p",value:A}),(0,n.createElement)("div",{className:"donations__amounts donations__one-time-item"},r.amounts.map((e=>(0,n.createElement)("div",{className:"donations__amount","data-amount":e},(0,a.Ay)(e,t))))),i.show&&(0,n.createElement)("div",{className:"donations__amounts donations__monthly-item"},i.amounts.map((e=>(0,n.createElement)("div",{className:"donations__amount","data-amount":e},(0,a.Ay)(e,t))))),c.show&&(0,n.createElement)("div",{className:"donations__amounts donations__annual-item"},c.amounts.map((e=>(0,n.createElement)("div",{className:"donations__amount","data-amount":e},(0,a.Ay)(e,t))))),u&&(0,n.createElement)(n.Fragment,null,(0,n.createElement)(s.RichText.Content,{tagName:"p",value:g}),(0,n.createElement)("div",{className:"donations__amount donations__custom-amount"},o.y[t].symbol,(0,n.createElement)("div",{className:"donations__amount-value","data-currency":t,"data-empty-text":(0,a.Ay)(100*(0,l.dv)(t),t,{symbol:""})}))),(0,n.createElement)("div",{className:"donations__separator"},"——"),(0,n.createElement)(s.RichText.Content,{tagName:"p",className:"donations__one-time-item",value:r.extraText}),i.show&&(0,n.createElement)(s.RichText.Content,{tagName:"p",className:"donations__monthly-item",value:i.extraText}),c.show&&(0,n.createElement)(s.RichText.Content,{tagName:"p",className:"donations__annual-item",value:c.extraText}),(0,n.createElement)("div",{className:"wp-block-button donations__donate-button-wrapper donations__one-time-item"},(0,n.createElement)(s.RichText.Content,{tagName:"a",className:"wp-block-button__link donations__donate-button donations__one-time-item",value:r.buttonText})),i.show&&(0,n.createElement)("div",{className:"wp-block-button donations__donate-button-wrapper donations__monthly-item"},(0,n.createElement)(s.RichText.Content,{tagName:"a",className:"wp-block-button__link donations__donate-button donations__monthly-item",value:i.buttonText})),c.show&&(0,n.createElement)("div",{className:"wp-block-button donations__donate-button-wrapper donations__annual-item"},(0,n.createElement)(s.RichText.Content,{tagName:"a",className:"wp-block-button__link donations__donate-button donations__annual-item",value:c.buttonText}))))))}}},31152:(e,t,r)=>{"use strict";r.d(t,{A:()=>B});var n=r(96072),a=r.n(n),o=r(82170),s=r(56461),i=r(94715),l=r(47143),c=r(86087),u=r(27723),A=r(53796),g=r(72730),d=r(27574),p=r(16521),m=r(3696),h=r(70975),E=r(93033),f=r(79085),C=r(36580);const __=u.__,B=e=>{const{attributes:t,setAttributes:r}=e,{currency:n}=t,u=(0,i.useBlockProps)(),[B,b]=(0,c.useState)(""),[k,v]=(0,c.useState)([]),{lockPostSaving:y,unlockPostSaving:I}=(0,l.useDispatch)("core/editor"),w=(0,l.useSelect)((e=>e("core/editor").getCurrentPost()),[]),_=(0,l.useSelect)((e=>e("core/editor").isPostSavingLocked()),[]),Q=(0,l.useSelect)((e=>e(p.M).getConnectUrl()||""),[]),{setConnectUrl:S,setConnectedAccountDefaultCurrency:x}=(0,l.useDispatch)(m.EF),j=(0,l.useSelect)((e=>e(m.EF).getConnectedAccountDefaultCurrency()));(0,c.useEffect)((()=>{if(!n&&j&&!_){const e=j.toUpperCase(),t=!!g.VK[e];r(t?{currency:e}:{currency:"USD"})}}),[n,j,_,r]);const L=e=>{b(e)};let T;return(0,c.useEffect)((()=>{y("donations");const e=e=>e.reduce(((e,{id:t,currency:r,type:a,interval:o})=>(r===n&&"donation"===a&&(e[o]=t),e)),{});(0,E.A)("donation").then((t=>{if(!t&&"object"!=typeof t||t.errors)return I("donations"),void b(__("Could not load data from WordPress.com.","jetpack"));S((0,d.A)(w.id,t.connect_url)),x(t?.connected_account_default_currency?.toUpperCase());const r=e(t.products);return(e=>{const t=Object.keys(e);return t.includes("one-time")&&t.includes("1 month")&&t.includes("1 year")})(r)?(v(r),void I("donations")):t.connect_url?(v({"one-time":-1,"1 month":-1,"1 year":-1}),void I("donations")):(n&&(0,h.A)(n).then((t=>{v(e(t)),I("donations")}),L),void I("donations"))}),L)}),[y,n,w.id,S,x,I]),T=B?(0,o.createElement)(f.A,{error:B}):Q?(0,o.createElement)(A.V,{blockName:"donations"}):n?(0,o.createElement)(C.A,a()({},e,{products:k})):(0,o.createElement)(s.A,{color:"black"}),(0,o.createElement)("div",u,T)}},46197:(e,t,r)=>{"use strict";var n=r(94375),a=r(87325),o=r(27718),s=r(31152),i=r(47693);(0,n.M)(a,{edit:s.A,save:i.A,deprecated:[o.A]})},70975:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(1455),a=r.n(n);const o=async e=>{try{return await a()({path:"/wpcom/v2/memberships/products",method:"POST",data:{type:"donation",currency:e,is_editable:!1}})}catch(e){return Promise.reject(e.message)}}},93033:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(1455),a=r.n(n),o=r(93832);const s=async(e=null)=>{const t=new URLSearchParams(window.location.search),r=(0,o.addQueryArgs)("/wpcom/v2/memberships/status",{source:"https://wordpress.com"===t.get("origin")?"gutenberg-wpcom":"gutenberg",...e&&{type:e},is_editable:!1});try{return await a()({path:r,method:"GET"})}catch(e){return Promise.reject(e.message)}}},79085:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(82170),a=r(56427),o=r(27723);const __=o.__,s=({error:e})=>(0,n.createElement)(a.Placeholder,{icon:"lock",label:__("Donations","jetpack"),instructions:e})},47693:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(82170),a=r(94715);const o=(0,r(75703).O)(),s=({attributes:e})=>{const{fallbackLinkUrl:t,oneTimeDonation:r,monthlyDonation:s,annualDonation:i}=e;if(!r||!r.show||!r.planId||-1===r.planId)return null;const l=a.useBlockProps.save();return(0,n.createElement)("div",l,(0,n.createElement)(a.RichText.Content,{tagName:"h4",value:o.oneTimeDonation?.heading}),(0,n.createElement)(a.RichText.Content,{tagName:"p",value:r.extraText??o.extraText}),(0,n.createElement)(a.RichText.Content,{tagName:"a",className:"jetpack-donations-fallback-link",href:t,rel:"noopener noreferrer noamphtml",target:"_blank",value:o.oneTimeDonation?.buttonText}),s.show&&(0,n.createElement)(n.Fragment,null,(0,n.createElement)("hr",{className:"donations__separator"}),(0,n.createElement)(a.RichText.Content,{tagName:"h4",value:o.monthlyDonation?.heading}),(0,n.createElement)(a.RichText.Content,{tagName:"p",value:s.extraText??o.extraText}),(0,n.createElement)(a.RichText.Content,{tagName:"a",className:"jetpack-donations-fallback-link",href:t,rel:"noopener noreferrer noamphtml",target:"_blank",value:o.monthlyDonation?.buttonText})),i.show&&(0,n.createElement)(n.Fragment,null,(0,n.createElement)("hr",{className:"donations__separator"}),(0,n.createElement)(a.RichText.Content,{tagName:"h4",value:o.annualDonation?.heading}),(0,n.createElement)(a.RichText.Content,{tagName:"p",value:i.extraText??o.extraText}),(0,n.createElement)(a.RichText.Content,{tagName:"a",className:"jetpack-donations-fallback-link",href:t,rel:"noopener noreferrer noamphtml",target:"_blank",value:o.annualDonation?.buttonText})))}},62225:(e,t,r)=>{"use strict";r.d(t,{A:()=>A});var n=r(82170),a=r(94715),o=r(47143),s=r(27723),i=r(72730),l=r(75800),c=r(75703);const __=s.__,u=(0,c.O)(),A=({activeTab:e,attributes:t,setAttributes:r})=>{const{currency:c,oneTimeDonation:A,monthlyDonation:g,annualDonation:d,showCustomAmount:p,chooseAmountText:m=u.chooseAmountText,customAmountText:h=u.customAmountText}=t,E={"one-time":"oneTimeDonation","1 month":"monthlyDonation","1 year":"annualDonation"}[e],f=e=>t[E][e],C=(e,n)=>{const a=t[E];r({[E]:{...a,[e]:n}})},B=(0,i.Xj)(c),b=f("amounts"),k=(0,o.useSelect)((e=>e("core/rich-text").getFormatTypes()),[]).map((e=>e.name)).filter((e=>"core/link"!==e));return(0,n.createElement)("div",{className:"donations__tab"},(0,n.createElement)(a.RichText,{tagName:"h4",placeholder:__("Write a message…","jetpack"),value:f("heading")||u[E]?.heading,onChange:e=>C("heading",e)}),(0,n.createElement)(a.RichText,{tagName:"p",placeholder:__("Write a message…","jetpack"),value:m,onChange:e=>r({chooseAmountText:e})}),(0,n.createElement)("div",{className:"donations__amounts"},b.map(((e,t)=>(0,n.createElement)(l.A,{currency:c,defaultValue:B[t],label:(0,s.sprintf)( // translators: %d: Tier level e.g: "1", "2", "3" __("Tier %d","jetpack"),t+1),key:`jetpack-donations-amount-${t}`,onChange:e=>((e,t)=>{const r=[...b];r[t]=e,C("amounts",r)})(e,t),value:e})))),p&&(0,n.createElement)(n.Fragment,null,(0,n.createElement)(a.RichText,{tagName:"p",placeholder:__("Write a message…","jetpack"),value:h,onChange:e=>r({customAmountText:e})}),(0,n.createElement)(l.A,{currency:c,label:__("Custom amount","jetpack"),defaultValue:100*(0,i.dv)(c),className:"donations__custom-amount",disabled:!0})),(0,n.createElement)("hr",{className:"donations__separator"}),(0,n.createElement)(a.RichText,{tagName:"p",placeholder:__("Write a message…","jetpack"),value:f("extraText")??u.extraText,onChange:e=>C("extraText",e)}),(0,n.createElement)("div",{className:"wp-block-button donations__donate-button-wrapper"},(0,n.createElement)(a.RichText,{className:"wp-block-button__link donations__donate-button",placeholder:__("Write a message…","jetpack"),value:f("buttonText")||u[E]?.buttonText,onChange:e=>{return t=e,void r({oneTimeDonation:{...A,buttonText:t},monthlyDonation:{...g,buttonText:t},annualDonation:{...d,buttonText:t}});var t},allowedFormats:k})))}},36580:(e,t,r)=>{"use strict";r.d(t,{A:()=>c});var n=r(82170),a=r(86087),o=r(27723),s=r(13022),i=r(57018),l=r(62225);const __=o.__,c=e=>{const{attributes:t,products:r,setAttributes:o}=e,{oneTimeDonation:c,monthlyDonation:u,annualDonation:A}=t,[g,d]=(0,a.useState)("one-time"),p=(0,a.useCallback)((e=>g===e),[g]),m={"one-time":{title:__("One-Time","jetpack")},...u.show&&{"1 month":{title:__("Monthly","jetpack")}},...A.show&&{"1 year":{title:__("Yearly","jetpack")}}};return(0,a.useEffect)((()=>{c.planId===r["one-time"]&&u.planId===r["1 month"]&&A.planId===r["1 year"]||o({...r["one-time"]&&{oneTimeDonation:{...c,planId:r["one-time"]}},...r["1 month"]&&{monthlyDonation:{...u,planId:r["1 month"]}},...r["1 year"]&&{annualDonation:{...A,planId:r["1 year"]}}})}),[c,u,A,o,r]),(0,a.useEffect)((()=>{!u.show&&p("1 month")&&d("one-time"),!A.show&&p("1 year")&&d("one-time")}),[u,A,d,p]),(0,n.createElement)(n.Fragment,null,(0,n.createElement)("div",{className:"donations__container"},Object.keys(m).length>1&&(0,n.createElement)("div",{className:"donations__nav"},Object.entries(m).map((([e,{title:t}])=>(0,n.createElement)("div",{role:"button",tabIndex:0,className:(0,s.A)("donations__nav-item",{"is-active":p(e)}),onClick:()=>d(e),onKeyDown:()=>d(e),key:`jetpack-donations-nav-item-${e} `},t)))),(0,n.createElement)("div",{className:"donations__content"},(0,n.createElement)(l.A,{activeTab:g,attributes:t,setAttributes:o}))),(0,n.createElement)(i.A,e))}},75703:(e,t,r)=>{"use strict";function n(){if("undefined"==typeof window)return{};const e=window.Jetpack_DonationsBlock?.defaultTexts;return"object"!=typeof e?{}:e}r.d(t,{O:()=>n})},36850:(e,t,r)=>{"use strict";r.d(t,{GY:()=>a,_t:()=>n,gQ:()=>o});const n=/^\s*https?:\/\/(?:www\.)?(?:eventbrite\.[a-z.]+)\/e\/[^/]*?(\d+)\/?(?:\?[^/]*)?\s*$/i,a=/^\s*https?:\/\/(?:.+\.)?(?:eventbrite\.[a-z.]+)\/?(?:\?[^/]*)?\s*$/i,o="https://www.eventbrite.com/e/test-event-tickets-123456789"},38449:(e,t,r)=>{"use strict";r.d(t,{o:()=>c,s:()=>u});var n=r(82170),a=r(56427),o=r(27723),s=r(5873),i=r(72660);const __=o.__,_x=o._x,l=[{value:"inline",label:__("In-page Embed","jetpack"),preview:(0,n.createElement)("div",{className:"block-editor-block-preview__container"},(0,n.createElement)("img",{src:i,alt:__("In page Eventbrite checkout example","jetpack")}))},{value:"modal",label:__("Button & Modal","jetpack")}],c=({setEditingUrl:e})=>(0,n.createElement)(a.ToolbarGroup,null,(0,n.createElement)(a.ToolbarButton,{className:"components-toolbar__control",label:__("Edit URL","jetpack"),icon:"edit",onClick:()=>e(!0)})),u=({attributes:e,clientId:t,setAttributes:r})=>(0,n.createElement)(s.A,{title:_x("Embed Type","option for how the embed displays on a page, e.g. inline or as a modal","jetpack"),clientId:t,styleOptions:l,onSelectStyle:r,activeStyle:e.style,attributes:e,viewportWidth:130})},77629:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});const n=[r(87879).A]},87879:(e,t,r)=>{"use strict";r.d(t,{A:()=>u});var n=r(82170),a=r(94715),o=r(74997),s=r(27723),i=r(13022),l=r(66087);const _x=s._x,c=["text","backgroundColor","textColor","customBackgroundColor","customTextColor","borderRadius"];const u={attributes:{url:{type:"string",validator:e=>!e||e.startsWith("http")},eventId:{type:"number"},useModal:{type:"boolean"},style:{type:"string"},text:{type:"string",default:_x("Register","verb: e.g. register for an event.","jetpack")},backgroundColor:{type:"string"},textColor:{type:"string"},customBackgroundColor:{type:"string"},customTextColor:{type:"string"},borderRadius:{type:"number"}},migrate:e=>{const{className:t,style:r}=e;let n=r;n||(n=e.useModal?"modal":"inline");const a={...(0,l.omit)(e,["useModal",...c]),className:t&&t.replace("is-style-outline",""),style:n},s=(0,l.pick)(e,c);return[a,[(0,o.createBlock)("jetpack/button",{element:"a",text:s.text||_x("Register","verb: e.g. register for an event.","jetpack"),...s,uniqueId:"eventbrite-widget-id",className:t&&-1!==t.indexOf("is-style-outline")?"is-style-outline":""})]]},save:function({attributes:e}){const{eventId:t,useModal:r,url:o,style:s}=e;if(t)return r||"modal"===s?function(e){const{backgroundColor:t,borderRadius:r,customBackgroundColor:o,customTextColor:s,eventId:l,text:c,textColor:u,url:A}=e,g=(0,a.getColorClassName)("color",u),d=(0,a.getColorClassName)("background-color",t),p=(0,i.A)("wp-block-button__link",{"has-text-color":u||s,[g]:g,"has-background":t||o,[d]:d,"no-border-radius":0===r}),m={backgroundColor:d?void 0:o,color:g?void 0:s,borderRadius:r?r+"px":void 0};return(0,n.createElement)("div",{className:"wp-block-button"},(0,n.createElement)(a.RichText.Content,{className:p,href:A,id:`eventbrite-widget-${l}`,rel:"noopener noreferrer",role:"button",style:m,tagName:"a",target:"_blank",value:c}))}(e):o&&(0,n.createElement)("a",{className:"eventbrite__direct-link",href:o},o)},isEligible:(e,t)=>("modal"===e.style||e.useModal)&&((0,l.isEmpty)(t)||(0,l.some)((0,l.pick)(e,c),Boolean))}},56311:(e,t,r)=>{"use strict";r.d(t,{A:()=>B});var n=r(96072),a=r.n(n),o=r(82170),s=r(94715),i=r(56427),l=r(86087),c=r(27723),u=r(78218),A=r(56145),g=r(82306),d=r(36850),p=r(38449),m=r(50013),h=r(68332),E=r(72055),f=r(12074);const __=c.__,_x=c._x,C={name:"jetpack/button",attributes:{element:"a",text:_x("Register","verb: e.g. register for an event.","jetpack"),uniqueId:"eventbrite-widget-id"}},B=(0,i.withNotices)((e=>{const{attributes:t,noticeOperations:r,onReplace:n,setAttributes:c}=e,{url:B,style:b}=t,k=(0,s.useBlockProps)(),[v,y]=(0,l.useState)(!1),[I,w]=(0,l.useState)(t.url||""),[_,Q]=(0,l.useState)(!1),S=!_&&B&&!d._t.test(B),x=(0,l.useCallback)((()=>{r.removeAllNotices(),r.createErrorNotice((0,o.createElement)(o.Fragment,null,__("Sorry, this content could not be embedded.","jetpack")," ",(0,o.createElement)(i.Button,{variant:"link",onClick:()=>(0,f.pG)(I,n)},_x("Convert block to link","button label","jetpack"))))}),[r,n,I]),j=(0,l.useCallback)((e=>{if(!e||d.gQ===e||"modal"===b)return;const t=(0,f.HE)(e);if(t){const n={eventId:t,url:e};(0,A.A)(n.url,Q).then((e=>{const t=(0,u.y)(g.attributes,{...n,url:e});c(t),w(e),r.removeAllNotices()})).catch((()=>{c({eventId:void 0,url:void 0}),x()}))}else x()}),[b,r,x,c,w,Q]);let L;return(0,l.useEffect)((()=>{j(B)}),[B,j]),L=_?(0,o.createElement)(h.A,null):v||!B||S?(0,o.createElement)(m.A,a()({},e,{editedUrl:I,onChange:e=>w(e.target.value),onSubmit:e=>{e&&e.preventDefault(),j((0,f.pJ)(I)),y(!1)}})):(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.s,e),(0,o.createElement)(s.BlockControls,null,(0,o.createElement)(p.o,{setEditingUrl:y})),"modal"===b?(0,o.createElement)(s.InnerBlocks,{template:[[C.name,C.attributes]],templateLock:"all"}):(0,o.createElement)(E.A,e)),(0,o.createElement)("div",k,L)}))},34590:(e,t,r)=>{"use strict";var n=r(74997),a=r(94375),o=r(82306),s=r(36850),i=r(77629),l=r(56311),c=r(52074);(0,a.M)(o,{edit:l.A,save:c.A,transforms:{from:[{type:"raw",isMatch:e=>"P"===e.nodeName&&(s._t.test(e.textContent)||s.GY.test(e.textContent)),transform:e=>(0,n.createBlock)("jetpack/eventbrite",{url:e.textContent.trim()})}]},deprecated:i.A})},50013:(e,t,r)=>{"use strict";r.d(t,{A:()=>c});var n=r(82170),a=r(85985),o=r(56427),s=r(27723),i=r(82306);r(12074);const __=s.__,_x=s._x,l=(0,a.sh)(i),c=({className:e,noticeUI:t,editedUrl:r,onChange:s,onSubmit:i})=>{const c=(0,a.Sy)()||(0,a.d9)()?"http://support.wordpress.com/wordpress-editor/blocks/eventbrite-block/":"https://jetpack.com/support/jetpack-blocks/eventbrite-block/";return(0,n.createElement)("div",{className:e},(0,n.createElement)(o.Placeholder,{label:__("Eventbrite Checkout","jetpack"),instructions:__("Paste a link to an Eventbrite event to embed ticket checkout.","jetpack"),icon:l,notices:t},(0,n.createElement)("form",{onSubmit:i},(0,n.createElement)("input",{type:"url",value:r,className:"components-placeholder__input","aria-label":__("Eventbrite URL","jetpack"),placeholder:__("Enter an event URL to embed here…","jetpack"),onChange:s}),(0,n.createElement)(o.Button,{variant:"secondary",type:"submit"},_x("Embed","submit button label","jetpack"))),(0,n.createElement)("div",{className:"components-placeholder__learn-more"},(0,n.createElement)(o.ExternalLink,{href:c},__("Learn more about Eventbrite embeds","jetpack")))))}},68332:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(82170),a=r(56427),o=r(27723);const __=o.__,s=()=>(0,n.createElement)("div",{className:"wp-block-embed is-loading"},(0,n.createElement)(a.Spinner,null),(0,n.createElement)("p",null,__("Embedding…","jetpack")))},72055:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(82170),a=r(56427);const o=({className:e,attributes:t})=>{const{eventId:r}=t;if(!r)return;const o=`eventbrite-widget-${r}`,s=`\n\t\t\t