From 91de533da4d66d5865873d93ce7ae5724c08616b Mon Sep 17 00:00:00 2001
From: "Hanson.xyz Dev"
Date: Fri, 28 Nov 2025 17:10:24 -0600
Subject: [PATCH] Phase 5: Content and SEO - Yoast SEO, Schema.org markup, Open
Graph, favicon support, XML sitemap
---
.../site_analysis/IMPLEMENTATION-PLAN.md | 31 +-
db-snapshots/db-snapshot.sql | 209 +-
.../admin/admin-settings-changed-listener.php | 89 +
.../plugins/wordpress-seo/admin/ajax.php | 412 +
.../admin/ajax/class-shortcode-filter.php | 54 +
.../ajax/class-yoast-dismissable-notice.php | 95 +
.../ajax/class-yoast-plugin-conflict-ajax.php | 130 +
.../class-abstract-capability-manager.php | 91 +
.../class-capability-manager-factory.php | 35 +
.../class-capability-manager-integration.php | 121 +
.../class-capability-manager-vip.php | 73 +
.../class-capability-manager-wp.php | 51 +
.../capabilities/class-capability-manager.php | 44 +
.../capabilities/class-capability-utils.php | 100 +
.../class-register-capabilities.php | 115 +
...s-admin-asset-analysis-worker-location.php | 75 +
.../class-admin-asset-dev-server-location.php | 71 +
.../admin/class-admin-asset-location.php | 22 +
.../admin/class-admin-asset-manager.php | 740 ++
.../admin/class-admin-asset-seo-location.php | 86 +
...ass-admin-editor-specific-replace-vars.php | 227 +
...n-gutenberg-compatibility-notification.php | 105 +
.../admin/class-admin-help-panel.php | 104 +
.../wordpress-seo/admin/class-admin-init.php | 379 +
.../class-admin-recommended-replace-vars.php | 205 +
.../admin/class-admin-user-profile.php | 73 +
.../wordpress-seo/admin/class-admin-utils.php | 82 +
.../wordpress-seo/admin/class-admin.php | 385 +
.../wordpress-seo/admin/class-asset.php | 273 +
...ass-bulk-description-editor-list-table.php | 80 +
.../admin/class-bulk-editor-list-table.php | 1049 +++
.../class-bulk-title-editor-list-table.php | 89 +
.../wordpress-seo/admin/class-collector.php | 54 +
.../wordpress-seo/admin/class-config.php | 161 +
.../admin/class-database-proxy.php | 309 +
.../wordpress-seo/admin/class-export.php | 164 +
.../admin/class-expose-shortlinks.php | 129 +
.../admin/class-gutenberg-compatibility.php | 107 +
.../admin/class-meta-columns.php | 912 +++
.../admin/class-my-yoast-proxy.php | 218 +
.../wordpress-seo/admin/class-option-tab.php | 112 +
.../admin/class-option-tabs-formatter.php | 93 +
.../wordpress-seo/admin/class-option-tabs.php | 124 +
.../admin/class-paper-presenter.php | 141 +
.../admin/class-plugin-availability.php | 357 +
.../admin/class-plugin-conflict.php | 94 +
.../admin/class-premium-popup.php | 105 +
.../class-premium-upsell-admin-block.php | 224 +
.../admin/class-primary-term-admin.php | 274 +
.../admin/class-product-upsell-notice.php | 231 +
.../admin/class-remote-request.php | 158 +
...ass-schema-person-upgrade-notification.php | 83 +
.../admin/class-suggested-plugins.php | 140 +
.../admin/class-wincher-dashboard-widget.php | 136 +
.../admin/class-yoast-columns.php | 117 +
.../admin/class-yoast-dashboard-widget.php | 160 +
.../wordpress-seo/admin/class-yoast-form.php | 1105 +++
.../admin/class-yoast-input-validation.php | 252 +
.../admin/class-yoast-network-admin.php | 334 +
.../class-yoast-network-settings-api.php | 164 +
.../admin/class-yoast-notification-center.php | 960 +++
.../admin/class-yoast-notification.php | 438 ++
.../admin/class-yoast-notifications.php | 319 +
.../admin/class-yoast-plugin-conflict.php | 342 +
.../endpoints/class-endpoint-file-size.php | 85 +
.../endpoints/class-endpoint-statistics.php | 73 +
.../admin/endpoints/class-endpoint.php | 26 +
.../exceptions/class-file-size-exception.php | 46 +
.../filters/class-abstract-post-filter.php | 203 +
.../filters/class-cornerstone-filter.php | 150 +
.../formatter/class-metabox-formatter.php | 81 +
.../class-post-metabox-formatter.php | 95 +
.../class-term-metabox-formatter.php | 98 +
.../formatter/interface-metabox-formatter.php | 19 +
.../admin/google_search_console/class-gsc.php | 28 +
.../views/gsc-display.php | 54 +
.../views/gsc-redirect-nopremium.php | 27 +
.../admin/import/class-import-detector.php | 36 +
.../admin/import/class-import-plugin.php | 63 +
.../admin/import/class-import-settings.php | 127 +
.../admin/import/class-import-status.php | 131 +
.../class-abstract-plugin-importer.php | 329 +
.../import/plugins/class-import-aioseo-v4.php | 241 +
.../import/plugins/class-import-aioseo.php | 110 +
...class-import-greg-high-performance-seo.php | 42 +
.../import/plugins/class-import-headspace.php | 54 +
.../import/plugins/class-import-jetpack.php | 40 +
.../class-import-platinum-seo-pack.php | 138 +
.../plugins/class-import-premium-seo-pack.php | 39 +
.../import/plugins/class-import-rankmath.php | 179 +
.../plugins/class-import-seo-framework.php | 94 +
.../plugins/class-import-seopressor.php | 175 +
.../plugins/class-import-smartcrawl.php | 151 +
.../import/plugins/class-import-squirrly.php | 224 +
.../plugins/class-import-ultimate-seo.php | 64 +
.../plugins/class-import-woothemes-seo.php | 138 +
.../plugins/class-import-wp-meta-seo.php | 82 +
.../import/plugins/class-import-wpseo.php | 310 +
.../admin/import/plugins/class-importers.php | 47 +
.../plugins/wordpress-seo/admin/index.php | 4 +
.../admin/interface-collection.php | 19 +
.../admin/interface-installable.php | 19 +
.../admin/listeners/class-listener.php | 19 +
.../admin/menu/class-admin-menu.php | 131 +
.../admin/menu/class-base-menu.php | 287 +
.../wordpress-seo/admin/menu/class-menu.php | 91 +
.../admin/menu/class-network-admin-menu.php | 102 +
.../admin/menu/class-replacevar-editor.php | 159 +
.../admin/menu/class-replacevar-field.php | 88 +
.../class-submenu-capability-normalize.php | 41 +
.../class-abstract-sectioned-metabox-tab.php | 97 +
...ss-metabox-analysis-inclusive-language.php | 58 +
.../class-metabox-analysis-readability.php | 39 +
.../metabox/class-metabox-analysis-seo.php | 39 +
.../metabox/class-metabox-collapsible.php | 84 +
.../class-metabox-collapsibles-section.php | 65 +
.../admin/metabox/class-metabox-editor.php | 85 +
.../admin/metabox/class-metabox-form-tab.php | 135 +
.../admin/metabox/class-metabox-null-tab.php | 30 +
.../class-metabox-section-additional.php | 109 +
...ass-metabox-section-inclusive-language.php | 46 +
.../metabox/class-metabox-section-react.php | 118 +
.../class-metabox-section-readability.php | 46 +
.../admin/metabox/class-metabox.php | 1178 +++
.../metabox/interface-metabox-analysis.php | 33 +
.../metabox/interface-metabox-section.php | 26 +
.../admin/metabox/interface-metabox-tab.php | 26 +
.../notifiers/dismissible-notification.php | 126 +
.../interface-notification-handler.php | 21 +
.../wordpress-seo/admin/pages/network.php | 34 +
.../wordpress-seo/admin/pages/redirects.php | 15 +
.../wordpress-seo/admin/pages/tools.php | 90 +
.../roles/class-abstract-role-manager.php | 149 +
.../admin/roles/class-register-roles.php | 33 +
.../roles/class-role-manager-factory.php | 27 +
.../admin/roles/class-role-manager-wp.php | 61 +
.../admin/roles/class-role-manager.php | 44 +
.../admin/services/class-file-size.php | 105 +
.../class-statistics-integration.php | 36 +
.../statistics/class-statistics-service.php | 258 +
.../admin/taxonomy/class-taxonomy-columns.php | 231 +
.../class-taxonomy-fields-presenter.php | 197 +
.../admin/taxonomy/class-taxonomy-fields.php | 235 +
.../admin/taxonomy/class-taxonomy-metabox.php | 228 +
.../admin/taxonomy/class-taxonomy.php | 487 ++
.../tracking/class-tracking-addon-data.php | 126 +
.../tracking/class-tracking-default-data.php | 60 +
.../tracking/class-tracking-plugin-data.php | 90 +
.../tracking/class-tracking-server-data.php | 85 +
.../tracking/class-tracking-settings-data.php | 287 +
.../tracking/class-tracking-theme-data.php | 51 +
.../admin/tracking/class-tracking.php | 240 +
.../views/class-yoast-feature-toggle.php | 206 +
.../views/class-yoast-feature-toggles.php | 285 +
.../admin/views/class-yoast-input-select.php | 146 +
.../views/class-yoast-integration-toggles.php | 139 +
.../wordpress-seo/admin/views/form/select.php | 26 +
.../views/interface-yoast-form-element.php | 19 +
.../admin/views/js-templates-primary-term.php | 45 +
.../admin/views/paper-collapsible.php | 79 +
.../views/partial-notifications-errors.php | 29 +
.../views/partial-notifications-template.php | 116 +
.../views/partial-notifications-warnings.php | 29 +
.../wordpress-seo/admin/views/redirects.php | 16 +
.../admin/views/tabs/dashboard/dashboard.php | 44 +
.../dashboard/first-time-configuration.php | 14 +
.../views/tabs/dashboard/site-analysis.php | 20 +
.../views/tabs/network/crawl-settings.php | 50 +
.../admin/views/tabs/network/features.php | 115 +
.../admin/views/tabs/network/general.php | 56 +
.../admin/views/tabs/network/integrations.php | 103 +
.../admin/views/tabs/network/restore-site.php | 32 +
.../admin/views/tabs/tool/import-seo.php | 128 +
.../admin/views/tabs/tool/wpseo-export.php | 39 +
.../admin/views/tabs/tool/wpseo-import.php | 46 +
.../admin/views/tool-bulk-editor.php | 120 +
.../admin/views/tool-file-editor.php | 244 +
.../admin/views/tool-import-export.php | 123 +
.../watchers/class-slug-change-watcher.php | 256 +
.../dynamic-blocks/breadcrumbs/block.json | 25 +
.../structured-data-blocks/faq/block.json | 44 +
.../structured-data-blocks/how-to/block.json | 76 +
.../css/dist/academy-2640-rtl.css | 1 +
.../wordpress-seo/css/dist/academy-2640.css | 1 +
.../css/dist/admin-global-2640-rtl.css | 1 +
.../css/dist/admin-global-2640.css | 1 +
.../css/dist/adminbar-2640-rtl.css | 1 +
.../wordpress-seo/css/dist/adminbar-2640.css | 1 +
.../css/dist/ai-fix-assessments-2640-rtl.css | 1 +
.../css/dist/ai-fix-assessments-2640.css | 1 +
.../css/dist/ai-frontend-2640-rtl.css | 1 +
.../css/dist/ai-frontend-2640.css | 1 +
.../css/dist/ai-generator-2640-rtl.css | 1 +
.../css/dist/ai-generator-2640.css | 1 +
.../css/dist/alerts-2640-rtl.css | 1 +
.../wordpress-seo/css/dist/alerts-2640.css | 1 +
.../css/dist/black-friday-banner-2640-rtl.css | 1 +
.../css/dist/black-friday-banner-2640.css | 1 +
.../css/dist/block-editor-2640-rtl.css | 1 +
.../css/dist/block-editor-2640.css | 1 +
.../css/dist/dashboard-2640-rtl.css | 1 +
.../wordpress-seo/css/dist/dashboard-2640.css | 1 +
.../css/dist/edit-page-2640-rtl.css | 1 +
.../wordpress-seo/css/dist/edit-page-2640.css | 1 +
.../css/dist/elementor-2640-rtl.css | 1 +
.../wordpress-seo/css/dist/elementor-2640.css | 1 +
.../css/dist/featured-image-2640-rtl.css | 1 +
.../css/dist/featured-image-2640.css | 1 +
.../css/dist/filter-explanation-2640-rtl.css | 1 +
.../css/dist/filter-explanation-2640.css | 1 +
.../first-time-configuration-2640-rtl.css | 1 +
.../dist/first-time-configuration-2640.css | 1 +
.../css/dist/general-page-2640-rtl.css | 1 +
.../css/dist/general-page-2640.css | 1 +
.../wordpress-seo/css/dist/icons-2640-rtl.css | 1 +
.../wordpress-seo/css/dist/icons-2640.css | 1 +
.../css/dist/inside-editor-2640-rtl.css | 1 +
.../css/dist/inside-editor-2640.css | 1 +
.../dist/installation-success-2640-rtl.css | 1 +
.../css/dist/installation-success-2640.css | 1 +
.../css/dist/introductions-2640-rtl.css | 1 +
.../css/dist/introductions-2640.css | 1 +
.../css/dist/metabox-2640-rtl.css | 1 +
.../wordpress-seo/css/dist/metabox-2640.css | 3 +
.../metabox-primary-category-2640-rtl.css | 1 +
.../dist/metabox-primary-category-2640.css | 1 +
.../wordpress-seo/css/dist/modal-2640-rtl.css | 1 +
.../wordpress-seo/css/dist/modal-2640.css | 1 +
.../css/dist/monorepo-2640-rtl.css | 1 +
.../wordpress-seo/css/dist/monorepo-2640.css | 1 +
.../css/dist/new-settings-2640-rtl.css | 1 +
.../css/dist/new-settings-2640.css | 1 +
.../css/dist/notifications-2640-rtl.css | 1 +
.../css/dist/notifications-2640.css | 1 +
.../wordpress-seo/css/dist/plans-2640-rtl.css | 1 +
.../wordpress-seo/css/dist/plans-2640.css | 1 +
.../css/dist/redirects-2640-rtl.css | 1 +
.../wordpress-seo/css/dist/redirects-2640.css | 1 +
.../css/dist/score_icon-2640-rtl.css | 1 +
.../css/dist/score_icon-2640.css | 1 +
.../dist/structured-data-blocks-2640-rtl.css | 1 +
.../css/dist/structured-data-blocks-2640.css | 1 +
.../css/dist/support-2640-rtl.css | 1 +
.../wordpress-seo/css/dist/support-2640.css | 1 +
.../wordpress-seo/css/dist/tailwind-2640.css | 1 +
.../css/dist/toggle-switch-2640-rtl.css | 1 +
.../css/dist/toggle-switch-2640.css | 1 +
.../css/dist/tooltips-2640-rtl.css | 1 +
.../wordpress-seo/css/dist/tooltips-2640.css | 1 +
.../css/dist/workouts-2640-rtl.css | 1 +
.../wordpress-seo/css/dist/workouts-2640.css | 1 +
.../css/dist/wpseo-dismissible-2640-rtl.css | 1 +
.../css/dist/wpseo-dismissible-2640.css | 1 +
.../css/dist/yst_plugin_tools-2640-rtl.css | 1 +
.../css/dist/yst_plugin_tools-2640.css | 1 +
.../css/dist/yst_seo_score-2640-rtl.css | 1 +
.../css/dist/yst_seo_score-2640.css | 1 +
.../wordpress-seo/css/main-sitemap.xsl | 145 +
.../images/Yoast_SEO_negative_icon.svg | 1 +
.../academy/ai_for_seo_icon_my_yoast.png | Bin 0 -> 16291 bytes
.../images/academy/all_around_seo.png | Bin 0 -> 8249 bytes
.../images/academy/block_editor.png | Bin 0 -> 1441 bytes
.../images/academy/copywriting.png | Bin 0 -> 5630 bytes
.../images/academy/crawlability.png | Bin 0 -> 9760 bytes
.../images/academy/ecommerce.png | Bin 0 -> 6167 bytes
.../images/academy/hosting_and_server.png | Bin 0 -> 9015 bytes
.../images/academy/keyword_research.png | Bin 0 -> 4934 bytes
.../wordpress-seo/images/academy/local.png | Bin 0 -> 8257 bytes
.../images/academy/multilingual.png | Bin 0 -> 13240 bytes
.../images/academy/seo_for_beginners.png | Bin 0 -> 4337 bytes
.../images/academy/seo_for_wp.png | Bin 0 -> 7855 bytes
.../images/academy/site_structure.png | Bin 0 -> 9948 bytes
.../academy/structured_data_for_beginners.png | Bin 0 -> 4309 bytes
.../academy/understanding_structured_data.png | Bin 0 -> 4227 bytes
.../images/academy/wp_for_beginners.png | Bin 0 -> 10623 bytes
.../plugins/wordpress-seo/images/acf-logo.png | Bin 0 -> 3774 bytes
.../images/ai-brand-insights-pre-launch.png | Bin 0 -> 104577 bytes
.../wordpress-seo/images/ai-consent.png | Bin 0 -> 113035 bytes
.../images/ai-fix-assessments-thumbnail.png | Bin 0 -> 46609 bytes
.../images/ai-generator-preview.png | Bin 0 -> 17429 bytes
.../wordpress-seo/images/alert-error-icon.svg | 1 +
.../wordpress-seo/images/alert-info-icon.svg | 1 +
.../images/alert-success-icon.svg | 1 +
.../images/alert-warning-icon.svg | 1 +
.../images/black-friday-2025.gif | Bin 0 -> 213950 bytes
.../wordpress-seo/images/error-icon.svg | 1 +
.../wordpress-seo/images/icon-admin-bar.svg | 1 +
.../images/icon-cornerstone-content.svg | 1 +
.../icon-inclusive-language-analysis.svg | 1 +
.../wordpress-seo/images/icon-index-now.svg | 1 +
.../wordpress-seo/images/icon-insights.svg | 1 +
.../icon-internal-linking-suggestions.svg | 1 +
.../wordpress-seo/images/icon-llms-txt.svg | 1 +
.../wordpress-seo/images/icon-open-graph.svg | 1 +
.../images/icon-readability-analysis.svg | 1 +
.../images/icon-rest-api-endpoint.svg | 1 +
.../images/icon-seo-analysis.svg | 1 +
.../images/icon-slack-sharing.svg | 1 +
.../wordpress-seo/images/icon-sparkles.svg | 1 +
.../images/icon-text-link-counter.svg | 1 +
.../wordpress-seo/images/icon-x-card-data.svg | 1 +
.../images/icon-xml-sitemaps.svg | 1 +
.../plugins/wordpress-seo/images/index.php | 4 +
.../images/indexables_3_left_bubble_optm.svg | 1 +
.../wordpress-seo/images/link-in-icon.svg | 1 +
.../wordpress-seo/images/link-out-icon.svg | 1 +
.../images/local_plugin_assistant.svg | 1 +
.../mirrored_fit_bubble_man_1_optim.svg | 1 +
.../mirrored_fit_bubble_woman_1_optim.svg | 1 +
.../mirrored_fit_bubble_woman_2_optim.svg | 1 +
.../images/new-to-configuration-notice.svg | 1 +
.../images/news_plugin_assistant.svg | 1 +
.../images/plugin_subscription.svg | 1 +
.../wordpress-seo/images/question-mark.png | Bin 0 -> 250 bytes
.../wordpress-seo/images/readability-icon.svg | 1 +
.../images/redirect-manager-thumbnail.png | Bin 0 -> 100305 bytes
...stale-cornerstone-content-in-yoast-seo.png | Bin 0 -> 24197 bytes
.../images/succes_marieke_bubble_optm.svg | 1 +
.../wordpress-seo/images/support-team.svg | 1 +
.../wordpress-seo/images/support/github.png | Bin 0 -> 9480 bytes
.../images/support/help_center.png | Bin 0 -> 18458 bytes
.../images/support/support_forums.png | Bin 0 -> 16607 bytes
.../images/video_plugin_assistant.svg | 1 +
.../images/woo_plugin_assistant.svg | 1 +
.../wordpress-seo/inc/class-addon-manager.php | 892 +++
.../inc/class-my-yoast-api-request.php | 224 +
.../wordpress-seo/inc/class-post-type.php | 133 +
.../wordpress-seo/inc/class-rewrite.php | 256 +
.../inc/class-upgrade-history.php | 136 +
.../wordpress-seo/inc/class-upgrade.php | 1873 +++++
.../inc/class-wpseo-admin-bar-menu.php | 941 +++
.../inc/class-wpseo-content-images.php | 112 +
.../inc/class-wpseo-custom-fields.php | 75 +
.../inc/class-wpseo-custom-taxonomies.php | 72 +
.../inc/class-wpseo-image-utils.php | 537 ++
.../inc/class-wpseo-installation.php | 49 +
.../wordpress-seo/inc/class-wpseo-meta.php | 1045 +++
.../inc/class-wpseo-primary-term.php | 86 +
.../wordpress-seo/inc/class-wpseo-rank.php | 343 +
.../inc/class-wpseo-replace-vars.php | 1646 ++++
.../inc/class-wpseo-replacement-variable.php | 76 +
.../inc/class-wpseo-shortlinker.php | 54 +
.../inc/class-wpseo-statistics.php | 62 +
.../wordpress-seo/inc/class-wpseo-utils.php | 1098 +++
.../inc/class-yoast-dynamic-rewrites.php | 178 +
.../plugins/wordpress-seo/inc/date-helper.php | 61 +
.../class-myyoast-bad-request-exception.php | 13 +
.../class-myyoast-invalid-json-exception.php | 13 +
.../plugins/wordpress-seo/inc/index.php | 4 +
...rface-wpseo-wordpress-ajax-integration.php | 19 +
.../interface-wpseo-wordpress-integration.php | 21 +
.../wordpress-seo/inc/language-utils.php | 52 +
.../options/class-wpseo-option-llmstxt.php | 125 +
.../inc/options/class-wpseo-option-ms.php | 259 +
.../inc/options/class-wpseo-option-social.php | 322 +
.../inc/options/class-wpseo-option-titles.php | 1006 +++
.../inc/options/class-wpseo-option-wpseo.php | 690 ++
.../inc/options/class-wpseo-option.php | 854 ++
.../inc/options/class-wpseo-options.php | 607 ++
.../inc/options/class-wpseo-taxonomy-meta.php | 566 ++
.../class-author-sitemap-provider.php | 244 +
.../class-post-type-sitemap-provider.php | 766 ++
.../inc/sitemaps/class-sitemap-cache-data.php | 200 +
.../sitemaps/class-sitemap-image-parser.php | 509 ++
.../inc/sitemaps/class-sitemaps-admin.php | 125 +
.../class-sitemaps-cache-validator.php | 326 +
.../inc/sitemaps/class-sitemaps-cache.php | 359 +
.../inc/sitemaps/class-sitemaps-renderer.php | 355 +
.../inc/sitemaps/class-sitemaps-router.php | 161 +
.../inc/sitemaps/class-sitemaps.php | 674 ++
.../class-taxonomy-sitemap-provider.php | 351 +
.../sitemaps/interface-sitemap-cache-data.php | 72 +
.../sitemaps/interface-sitemap-provider.php | 41 +
.../inc/wpseo-functions-deprecated.php | 6 +
.../wordpress-seo/inc/wpseo-functions.php | 239 +
.../inc/wpseo-non-ajax-functions.php | 57 +
wp-content/plugins/wordpress-seo/index.php | 4 +
.../plugins/wordpress-seo/js/dist/academy.js | 10 +
.../js/dist/addon-installation.js | 7 +
.../wordpress-seo/js/dist/admin-global.js | 1 +
.../wordpress-seo/js/dist/admin-modules.js | 4 +
.../wordpress-seo/js/dist/ai-consent.js | 6 +
.../wordpress-seo/js/dist/ai-generator.js | 262 +
.../wordpress-seo/js/dist/analysis-worker.js | 1 +
.../wordpress-seo/js/dist/api-client.js | 1 +
.../wordpress-seo/js/dist/block-editor.js | 552 ++
.../wordpress-seo/js/dist/bulk-editor.js | 1 +
.../wordpress-seo/js/dist/classic-editor.js | 459 ++
.../wordpress-seo/js/dist/crawl-settings.js | 1 +
.../wordpress-seo/js/dist/dashboard-widget.js | 1 +
.../wordpress-seo/js/dist/dynamic-blocks.js | 1 +
.../wordpress-seo/js/dist/edit-page.js | 1 +
.../wordpress-seo/js/dist/editor-modules.js | 369 +
.../wordpress-seo/js/dist/elementor.js | 473 ++
.../js/dist/externals-components.js | 423 +
.../js/dist/externals-contexts.js | 1 +
.../wordpress-seo/js/dist/externals-redux.js | 1 +
.../js/dist/externals/aiFrontend.js | 231 +
.../js/dist/externals/analysis.js | 241 +
.../js/dist/externals/analysisReport.js | 41 +
.../js/dist/externals/chart.js.js | 1 +
.../js/dist/externals/componentsNew.js | 1084 +++
.../js/dist/externals/dashboardFrontend.js | 5 +
.../js/dist/externals/draftJs.js | 1 +
.../js/dist/externals/featureFlag.js | 1 +
.../js/dist/externals/helpers.js | 30 +
.../wordpress-seo/js/dist/externals/jed.js | 1 +
.../js/dist/externals/propTypes.js | 1 +
.../js/dist/externals/reactHelmet.js | 1 +
.../wordpress-seo/js/dist/externals/redux.js | 1 +
.../js/dist/externals/reduxJsToolkit.js | 1 +
.../externals/relatedKeyphraseSuggestions.js | 7 +
.../externals/replacementVariableEditor.js | 86 +
.../dist/externals/searchMetadataPreviews.js | 317 +
.../js/dist/externals/socialMetadataForms.js | 23 +
.../js/dist/externals/styleGuide.js | 13 +
.../js/dist/externals/styledComponents.js | 1 +
.../js/dist/externals/uiLibrary.js | 1 +
.../wordpress-seo/js/dist/faq-block.js | 1 +
.../js/dist/filter-explanation.js | 1 +
.../js/dist/frontend-inspector-resources.js | 1 +
.../wordpress-seo/js/dist/general-page.js | 65 +
.../js/dist/help-scout-beacon.js | 69 +
.../wordpress-seo/js/dist/how-to-block.js | 16 +
.../plugins/wordpress-seo/js/dist/import.js | 1 +
.../wordpress-seo/js/dist/indexation.js | 8 +
.../js/dist/installation-success.js | 6 +
.../js/dist/integrations-page.js | 47 +
.../wordpress-seo/js/dist/introductions.js | 11 +
.../wordpress-seo/js/dist/languages/ar.js | 1 +
.../wordpress-seo/js/dist/languages/ca.js | 1 +
.../wordpress-seo/js/dist/languages/cs.js | 1 +
.../wordpress-seo/js/dist/languages/de.js | 1 +
.../js/dist/languages/default.js | 1 +
.../wordpress-seo/js/dist/languages/el.js | 1 +
.../wordpress-seo/js/dist/languages/en.js | 1 +
.../wordpress-seo/js/dist/languages/es.js | 1 +
.../wordpress-seo/js/dist/languages/fa.js | 1 +
.../wordpress-seo/js/dist/languages/fr.js | 1 +
.../wordpress-seo/js/dist/languages/he.js | 1 +
.../wordpress-seo/js/dist/languages/hu.js | 1 +
.../wordpress-seo/js/dist/languages/id.js | 1 +
.../wordpress-seo/js/dist/languages/it.js | 1 +
.../wordpress-seo/js/dist/languages/ja.js | 1 +
.../wordpress-seo/js/dist/languages/nb.js | 1 +
.../wordpress-seo/js/dist/languages/nl.js | 1 +
.../wordpress-seo/js/dist/languages/pl.js | 1 +
.../wordpress-seo/js/dist/languages/pt.js | 1 +
.../wordpress-seo/js/dist/languages/ru.js | 1 +
.../wordpress-seo/js/dist/languages/sk.js | 1 +
.../wordpress-seo/js/dist/languages/sv.js | 1 +
.../wordpress-seo/js/dist/languages/tr.js | 1 +
.../wordpress-seo/js/dist/network-admin.js | 1 +
.../wordpress-seo/js/dist/new-settings.js | 371 +
.../plugins/wordpress-seo/js/dist/plans.js | 8 +
.../wordpress-seo/js/dist/post-edit.js | 7 +
.../js/dist/quick-edit-handler.js | 1 +
.../js/dist/redirect-old-features-tab.js | 1 +
.../wordpress-seo/js/dist/redirects.js | 18 +
.../wordpress-seo/js/dist/reindex-links.js | 1 +
.../plugins/wordpress-seo/js/dist/settings.js | 2 +
.../plugins/wordpress-seo/js/dist/support.js | 17 +
.../wordpress-seo/js/dist/term-edit.js | 1 +
.../js/dist/used-keywords-assessment.js | 1 +
.../js/dist/wincher-dashboard-widget.js | 118 +
.../plugins/wordpress-seo/js/dist/workouts.js | 6 +
.../wordpress-seo/lib/abstract-main.php | 173 +
.../container-registry.php | 72 +
.../wordpress-seo/lib/migrations/adapter.php | 1078 +++
.../wordpress-seo/lib/migrations/column.php | 101 +
.../lib/migrations/constants.php | 22 +
.../lib/migrations/migration.php | 277 +
.../wordpress-seo/lib/migrations/table.php | 260 +
.../plugins/wordpress-seo/lib/model.php | 730 ++
wp-content/plugins/wordpress-seo/lib/orm.php | 2553 ++++++
wp-content/plugins/wordpress-seo/license.txt | 642 ++
.../packages/js/images/Yoast_SEO_Icon.svg | 1 +
.../packages/js/images/Yoast_icon_kader.svg | 1 +
.../packages/js/images/algolia-logo.svg | 10 +
.../js/images/connection-assistant.svg | 26 +
.../packages/js/images/edd-logo.svg | 1 +
.../packages/js/images/elementor-logo.svg | 1 +
.../packages/js/images/g2_logo_white_optm.svg | 1 +
.../packages/js/images/icon-arrow-down.svg | 1 +
.../js/images/icon-check-circle-green.svg | 3 +
.../packages/js/images/icon-crown.svg | 3 +
.../packages/js/images/icon-duplicate.svg | 11 +
.../packages/js/images/icon-facebook.svg | 1 +
.../packages/js/images/icon-open-graph.svg | 11 +
.../js/images/icon-redirect-manager.svg | 13 +
.../packages/js/images/icon-seo-analysis.svg | 14 +
.../packages/js/images/icon-sparkles.svg | 15 +
.../packages/js/images/icon-trolley.svg | 3 +
.../packages/js/images/icon-twitter.svg | 1 +
.../packages/js/images/jetpack-logo.svg | 53 +
.../packages/js/images/logo-g2-white.svg | 1 +
.../packages/js/images/mastodon-logo.svg | 4 +
.../images/motivated_bubble_woman_1_optim.svg | 43 +
.../packages/js/images/semrush-logo.svg | 10 +
.../packages/js/images/site-kit-logo.svg | 1 +
.../packages/js/images/ssp-logo.svg | 12 +
.../packages/js/images/star-rating-half.svg | 1 +
.../packages/js/images/star-rating-star.svg | 1 +
.../js/images/succes_marieke_bubble_optm.svg | 1 +
.../packages/js/images/tec-logo.svg | 20 +
.../packages/js/images/wincher-logo.svg | 1 +
.../packages/js/images/woo-seo-logo-new.svg | 20 +
.../packages/js/images/woo-yoast-logo.svg | 1 +
.../packages/js/images/wordproof-logo.svg | 1 +
.../js/images/wp-recipe-maker-logo.svg | 1 +
.../packages/js/images/x-logo.svg | 3 +
.../yoast-connect-google-site-kit-success.svg | 66 +
.../images/yoast-connect-google-site-kit.svg | 1 +
.../js/images/yoast-premium-logo-new.svg | 29 +
.../js/images/yoast_loading_spinner.svg | 1 +
wp-content/plugins/wordpress-seo/readme.txt | 337 +
.../addon-activate-action.php | 86 +
.../addon-install-action.php | 131 +
.../src/actions/alert-dismissal-action.php | 215 +
.../first-time-configuration-action.php | 344 +
.../abstract-aioseo-importing-action.php | 266 +
...tract-aioseo-settings-importing-action.php | 342 +
.../aioseo/aioseo-cleanup-action.php | 173 +
...stom-archive-settings-importing-action.php | 111 +
...ault-archive-settings-importing-action.php | 103 +
...oseo-general-settings-importing-action.php | 213 +
.../aioseo/aioseo-posts-importing-action.php | 625 ++
...ype-defaults-settings-importing-action.php | 99 +
...seo-taxonomy-settings-importing-action.php | 108 +
.../aioseo/aioseo-validate-data-action.php | 255 +
.../deactivate-conflicting-plugins-action.php | 145 +
.../importing/importing-action-interface.php | 32 +
.../importing-indexation-action-interface.php | 34 +
.../indexables/indexable-head-action.php | 174 +
.../indexing/abstract-indexing-action.php | 103 +
.../abstract-link-indexing-action.php | 123 +
.../indexable-general-indexation-action.php | 138 +
.../indexable-indexing-complete-action.php | 36 +
.../indexable-post-indexation-action.php | 207 +
...le-post-type-archive-indexation-action.php | 212 +
.../indexable-term-indexation-action.php | 197 +
.../indexing/indexation-action-interface.php | 34 +
.../indexing/indexing-complete-action.php | 36 +
.../indexing/indexing-prepare-action.php | 38 +
.../limited-indexing-action-interface.php | 18 +
.../indexing/post-link-indexing-action.php | 142 +
.../indexing/term-link-indexing-action.php | 142 +
.../src/actions/integrations-action.php | 57 +
.../actions/semrush/semrush-login-action.php | 62 +
.../semrush/semrush-options-action.php | 51 +
.../semrush/semrush-phrases-action.php | 96 +
.../wincher/wincher-account-action.php | 105 +
.../wincher/wincher-keyphrases-action.php | 363 +
.../actions/wincher/wincher-login-action.php | 73 +
.../code-verifier-handler-interface.php | 33 +
.../application/code-verifier-handler.php | 75 +
.../application/token-manager-interface.php | 113 +
.../application/token-manager.php | 333 +
.../ai-authorization/domain/code-verifier.php | 64 +
.../src/ai-authorization/domain/token.php | 53 +
...s-token-user-meta-repository-interface.php | 12 +
.../access-token-user-meta-repository.php | 73 +
...erifier-user-meta-repository-interface.php | 46 +
.../code-verifier-user-meta-repository.php | 94 +
...h-token-user-meta-repository-interface.php | 12 +
.../refresh-token-user-meta-repository.php | 73 +
.../token-user-meta-repository-interface.php | 37 +
.../abstract-callback-route.php | 108 +
.../user-interface/callback-route.php | 58 +
.../user-interface/refresh-callback-route.php | 58 +
.../application/consent-handler-interface.php | 29 +
.../application/consent-handler.php | 52 +
.../domain/endpoint/endpoint-interface.php | 34 +
.../endpoints/consent-endpoint.php | 50 +
.../user-interface/ai-consent-integration.php | 113 +
.../user-interface/consent-route.php | 146 +
.../free-sparks-handler-interface.php | 30 +
.../application/free-sparks-handler.php | 62 +
.../endpoints/free-sparks-endpoint.php | 48 +
.../user-interface/free-sparks-route.php | 99 +
.../application/suggestions-provider.php | 176 +
.../domain/endpoint/endpoint-interface.php | 34 +
.../domain/endpoint/endpoint-list.php | 41 +
.../src/ai-generator/domain/suggestion.php | 35 +
.../domain/suggestions-bucket.php | 49 +
.../ai-generator/domain/urls-interface.php | 30 +
.../endpoints/get-suggestions-endpoint.php | 50 +
.../endpoints/get-usage-endpoint.php | 50 +
.../infrastructure/wordpress-urls.php | 40 +
.../ai-generator-integration.php | 162 +
.../bust-subscription-cache-route.php | 89 +
.../user-interface/get-suggestions-route.php | 174 +
.../user-interface/get-usage-route.php | 162 +
.../user-interface/route-permission-trait.php | 25 +
.../application/request-handler-interface.php | 37 +
.../application/request-handler.php | 111 +
.../application/response-parser-interface.php | 17 +
.../application/response-parser.php | 59 +
.../exceptions/bad-request-exception.php | 10 +
.../domain/exceptions/forbidden-exception.php | 10 +
.../internal-server-error-exception.php | 12 +
.../domain/exceptions/not-found-exception.php | 10 +
.../exceptions/payment-required-exception.php | 41 +
.../exceptions/remote-request-exception.php | 41 +
.../exceptions/request-timeout-exception.php | 10 +
.../service-unavailable-exception.php | 10 +
.../too-many-requests-exception.php | 12 +
.../exceptions/unauthorized-exception.php | 10 +
.../exceptions/wp-request-exception.php | 22 +
.../src/ai-http-request/domain/request.php | 89 +
.../src/ai-http-request/domain/response.php | 107 +
.../infrastructure/api-client-interface.php | 34 +
.../infrastructure/api-client.php | 83 +
.../default-seo-data-alert.php | 202 +
.../ping-other-admins-alert.php | 190 +
.../default-seo-data-collector.php | 45 +
...ult-seo-data-cron-callback-integration.php | 100 +
.../default-seo-data-cron-scheduler.php | 52 +
.../default-seo-data-watcher.php | 76 +
.../user-interface/resolve-alert-route.php | 91 +
.../missing-indexables-collector.php | 72 +
.../to-be-cleaned-indexables-collector.php | 84 +
.../domain/missing-indexable-bucket.php | 48 +
.../domain/missing-indexable-count.php | 64 +
.../domain/to-be-cleaned-indexable-bucket.php | 48 +
.../domain/to-be-cleaned-indexable-count.php | 64 +
.../last-completed-indexation-integration.php | 67 +
.../src/builders/indexable-author-builder.php | 247 +
.../src/builders/indexable-builder.php | 415 +
.../indexable-date-archive-builder.php | 60 +
.../builders/indexable-hierarchy-builder.php | 416 +
.../builders/indexable-home-page-builder.php | 148 +
.../src/builders/indexable-link-builder.php | 612 ++
.../src/builders/indexable-post-builder.php | 433 ++
.../indexable-post-type-archive-builder.php | 168 +
.../builders/indexable-social-image-trait.php | 168 +
.../indexable-system-page-builder.php | 77 +
.../src/builders/indexable-term-builder.php | 291 +
.../src/builders/primary-term-builder.php | 107 +
.../src/commands/cleanup-command.php | 196 +
.../src/commands/command-interface.php | 18 +
.../src/commands/index-command.php | 296 +
.../addon-installation-conditional.php | 19 +
.../src/conditionals/admin-conditional.php | 18 +
...doing-post-quick-edit-save-conditional.php | 37 +
.../estimated-reading-time-conditional.php | 60 +
.../admin/licenses-page-conditional.php | 32 +
.../admin/non-network-admin-conditional.php | 20 +
.../conditionals/admin/post-conditional.php | 32 +
.../posts-overview-or-ajax-conditional.php | 21 +
.../admin/yoast-admin-conditional.php | 41 +
.../src/conditionals/ai-conditional.php | 36 +
.../conditionals/ai-editor-conditional.php | 116 +
...hment-redirections-enabled-conditional.php | 36 +
.../check-required-version-conditional.php | 18 +
.../conditionals/conditional-interface.php | 16 +
.../deactivating-yoast-seo-conditional.php | 23 +
.../conditionals/development-conditional.php | 20 +
.../conditionals/feature-flag-conditional.php | 37 +
.../conditionals/front-end-conditional.php | 18 +
.../conditionals/get-request-conditional.php | 22 +
.../google-site-kit-feature-conditional.php | 36 +
...ess-rest-endpoints-enabled-conditional.php | 36 +
.../import-tool-selected-conditional.php | 19 +
.../src/conditionals/jetpack-conditional.php | 19 +
.../conditionals/migrations-conditional.php | 36 +
.../new-settings-ui-conditional.php | 18 +
.../src/conditionals/news-conditional.php | 18 +
.../conditionals/no-conditionals-trait.php | 18 +
.../no-tool-selected-conditional.php | 19 +
.../non-multisite-conditional.php | 18 +
.../not-admin-ajax-conditional.php | 18 +
.../conditionals/open-graph-conditional.php | 36 +
.../premium-active-conditional.php | 18 +
.../premium-inactive-conditional.php | 18 +
.../primary-category-conditional.php | 56 +
.../conditionals/robots-txt-conditional.php | 68 +
.../semrush-enabled-conditional.php | 36 +
.../src/conditionals/settings-conditional.php | 40 +
.../should-index-links-conditional.php | 43 +
.../text-formality-conditional.php | 19 +
.../elementor-activated-conditional.php | 20 +
.../elementor-edit-conditional.php | 69 +
.../third-party/polylang-conditional.php | 20 +
.../third-party/site-kit-conditional.php | 20 +
.../translatepress-conditional.php | 20 +
.../w3-total-cache-conditional.php | 24 +
.../third-party/wpml-conditional.php | 20 +
.../third-party/wpml-wpseo-conditional.php | 28 +
.../traits/admin-conditional-trait.php | 20 +
...updated-importer-framework-conditional.php | 18 +
.../user-can-edit-users-conditional.php | 20 +
...r-can-manage-wpseo-options-conditional.php | 20 +
...an-publish-posts-and-pages-conditional.php | 20 +
.../conditionals/user-edit-conditional.php | 24 +
.../conditionals/user-profile-conditional.php | 24 +
.../conditionals/web-stories-conditional.php | 18 +
...incher-automatically-track-conditional.php | 36 +
.../src/conditionals/wincher-conditional.php | 8 +
.../wincher-enabled-conditional.php | 36 +
.../wincher-token-conditional.php | 36 +
.../conditionals/woocommerce-conditional.php | 18 +
.../wp-cron-enabled-conditional.php | 18 +
.../conditionals/wp-robots-conditional.php | 18 +
.../src/conditionals/wp-tests-conditional.php | 18 +
.../src/conditionals/xmlrpc-conditional.php | 18 +
.../yoast-admin-and-dashboard-conditional.php | 55 +
.../yoast-tools-page-conditional.php | 28 +
.../src/config/badge-group-names.php | 62 +
.../src/config/conflicting-plugins.php | 111 +
.../src/config/indexing-reasons.php | 49 +
.../src/config/migration-status.php | 176 +
.../20171228151840_WpYoastIndexable.php | 364 +
.../20171228151841_WpYoastPrimaryTerm.php | 102 +
..._WpYoastDropIndexableMetaTableIfExists.php | 49 +
...191011111109_WpYoastIndexableHierarchy.php | 83 +
.../20200408101900_AddCollationToTables.php | 53 +
.../20200420073606_AddColumnsToIndexables.php | 96 +
...23747_BreadcrumbTitleAndHierarchyReset.php | 64 +
...428194858_ExpandIndexableColumnLengths.php | 84 +
...20200429105310_TruncateIndexableTables.php | 56 +
...75614_AddIndexableObjectIdAndTypeIndex.php | 64 +
.../20200430150130_ClearIndexableTables.php | 56 +
...200507054848_DeleteDuplicateIndexables.php | 52 +
...513133401_ResetIndexableHierarchyTable.php | 46 +
.../20200609154515_AddHasAncestorsColumn.php | 53 +
...200616130143_ReplacePermalinkHashIndex.php | 126 +
.../20200617122511_CreateSEOLinksTable.php | 96 +
...702141921_CreateIndexableSubpagesIndex.php | 72 +
...ddIndexesForProminentWordsOnIndexables.php | 68 +
...20201202144329_AddEstimatedReadingTime.php | 58 +
...6124002_ExpandIndexableIDColumnLengths.php | 63 +
...41134_ExpandPrimaryTermIDColumnLengths.php | 62 +
...817092415_AddVersionColumnToIndexables.php | 56 +
.../20211020091404_AddObjectTimestamps.php | 88 +
...230417083836_AddInclusiveLanguageScore.php | 58 +
.../wordpress-seo/src/config/oauth-client.php | 308 +
.../src/config/researcher-languages.php | 11 +
.../wordpress-seo/src/config/schema-ids.php | 59 +
.../wordpress-seo/src/config/schema-types.php | 169 +
.../src/config/semrush-client.php | 83 +
.../src/config/wincher-client.php | 128 +
.../src/config/wincher-pkce-provider.php | 257 +
...-type-visibility-dismiss-notifications.php | 128 +
...ontent-type-visibility-watcher-actions.php | 174 +
...tent-type-visibility-dismiss-new-route.php | 155 +
.../src/context/meta-tags-context.php | 772 ++
.../configuration/dashboard-configuration.php | 157 +
.../content-types-repository.php | 57 +
.../endpoints/endpoints-repository.php | 42 +
.../filter-pairs/filter-pairs-repository.php | 59 +
.../seo-score-groups-repository.php | 55 +
.../abstract-score-results-repository.php | 80 +
.../current-scores-repository.php | 76 +
.../readability-score-results-repository.php | 28 +
.../seo-score-results-repository.php | 28 +
.../search-ranking-compare-repository.php | 61 +
.../search-rankings/top-page-repository.php | 74 +
.../search-rankings/top-query-repository.php | 61 +
.../taxonomies/taxonomies-repository.php | 66 +
.../tracking/setup-steps-tracking.php | 87 +
.../organic-sessions-compare-repository.php | 61 +
.../organic-sessions-daily-repository.php | 61 +
.../analytics-4/failed-request-exception.php | 21 +
.../analytics-4/invalid-request-exception.php | 20 +
.../unexpected-response-exception.php | 18 +
.../domain/content-types/content-type.php | 83 +
.../content-types/content-types-list.php | 54 +
.../dashboard-repository-interface.php | 18 +
.../domain/data-provider/data-container.php | 57 +
.../domain/data-provider/data-interface.php | 16 +
.../domain/data-provider/parameters.php | 145 +
.../domain/endpoint/endpoint-interface.php | 34 +
.../domain/endpoint/endpoint-list.php | 41 +
.../filter-pairs/filter-pairs-interface.php | 23 +
.../product-category-filter-pair.php | 27 +
.../score-groups/abstract-score-group.php | 51 +
.../abstract-readability-score-group.php | 21 +
.../bad-readability-score-group.php | 55 +
.../good-readability-score-group.php | 55 +
.../no-readability-score-group.php | 55 +
.../ok-readability-score-group.php | 55 +
.../readability-score-groups-interface.php | 11 +
.../score-groups/score-groups-interface.php | 51 +
.../abstract-seo-score-group.php | 21 +
.../seo-score-groups/bad-seo-score-group.php | 55 +
.../seo-score-groups/good-seo-score-group.php | 55 +
.../seo-score-groups/no-seo-score-group.php | 55 +
.../seo-score-groups/ok-seo-score-group.php | 55 +
.../seo-score-groups-interface.php | 10 +
.../domain/score-results/current-score.php | 100 +
.../score-results/current-scores-list.php | 53 +
.../domain/score-results/score-result.php | 56 +
.../score-results-not-found-exception.php | 18 +
.../failed-request-exception.php | 21 +
.../unexpected-response-exception.php | 18 +
.../comparison-search-ranking-data.php | 87 +
.../search-rankings/search-ranking-data.php | 123 +
.../domain/search-rankings/top-page-data.php | 67 +
.../dashboard/domain/taxonomies/taxonomy.php | 71 +
.../data-source-not-available-exception.php | 20 +
.../repository-not-found-exception.php | 18 +
.../traffic/comparison-traffic-data.php | 73 +
.../domain/traffic/daily-traffic-data.php | 48 +
.../dashboard/domain/traffic/traffic-data.php | 66 +
.../analytics-4/analytics-4-parameters.php | 138 +
.../site-kit-analytics-4-adapter.php | 281 +
.../site-kit-analytics-4-api-call.php | 34 +
.../browser-cache-configuration.php | 82 +
...kit-configuration-repository-interface.php | 28 +
...ssed-site-kit-configuration-repository.php | 50 +
.../site-kit-consent-repository-interface.php | 28 +
.../site-kit-consent-repository.php | 50 +
.../connection/site-kit-is-connected-call.php | 60 +
.../content-types/content-types-collector.php | 51 +
.../endpoints/readability-scores-endpoint.php | 52 +
.../endpoints/seo-scores-endpoint.php | 52 +
.../setup-steps-tracking-endpoint.php | 50 +
...e-kit-configuration-dismissal-endpoint.php | 51 +
.../site-kit-consent-management-endpoint.php | 51 +
.../time-based-seo-metrics-endpoint.php | 49 +
.../top-page-indexable-collector.php | 111 +
.../infrastructure/integrations/site-kit.php | 339 +
.../nonces/nonce-repository.php | 18 +
.../score-group-link-collector.php | 49 +
...ed-readability-score-results-collector.php | 75 +
.../readability-score-results-collector.php | 141 +
.../score-results-collector-interface.php | 25 +
.../cached-seo-score-results-collector.php | 73 +
.../seo-score-results-collector.php | 142 +
.../search-console-parameters.php | 38 +
.../site-kit-search-console-adapter.php | 191 +
.../site-kit-search-console-api-call.php | 33 +
.../taxonomies/taxonomies-collector.php | 106 +
.../taxonomies/taxonomy-validator.php | 27 +
...up-steps-tracking-repository-interface.php | 30 +
.../setup-steps-tracking-repository.php | 52 +
.../site-kit-capabilities-integration.php | 57 +
...site-kit-configuration-dismissal-route.php | 139 +
.../site-kit-consent-management-route.php | 140 +
.../scores/abstract-scores-route.php | 276 +
.../scores/readability-scores-route.php | 27 +
.../scores/seo-scores-route.php | 27 +
.../setup/setup-flow-interceptor.php | 109 +
.../setup/setup-url-interceptor.php | 132 +
.../time-based-seo-metrics-route.php | 309 +
.../tracking/setup-steps-tracking-route.php | 186 +
.../src/deprecated/frontend/breadcrumbs.php | 144 +
.../src/deprecated/frontend/frontend.php | 282 +
.../wordpress-seo/src/deprecated/index.php | 4 +
.../deprecated/src/helpers/request-helper.php | 26 +
.../admin/unsupported-php-version-notice.php | 69 +
.../black-friday-checklist-promotion.php | 29 +
.../enabled-analysis-features-repository.php | 76 +
.../integration-information-repository.php | 43 +
.../seo/post-seo-information-repository.php | 62 +
.../seo/term-seo-information-repository.php | 63 +
.../site/website-information-repository.php | 61 +
.../analysis-feature-interface.php | 30 +
.../analysis-features/analysis-feature.php | 79 +
.../analysis-features-list.php | 55 +
.../integration-data-provider-interface.php | 31 +
.../src/editors/domain/seo/description.php | 58 +
.../src/editors/domain/seo/keyphrase.php | 58 +
.../domain/seo/seo-plugin-data-interface.php | 23 +
.../src/editors/domain/seo/social.php | 85 +
.../src/editors/domain/seo/title.php | 58 +
.../editors/framework/cornerstone-content.php | 57 +
.../framework/inclusive-language-analysis.php | 118 +
.../integrations/jetpack-markdown.php | 70 +
.../framework/integrations/multilingual.php | 89 +
.../framework/integrations/news-seo.php | 55 +
.../framework/integrations/semrush.php | 90 +
.../framework/integrations/wincher.php | 75 +
.../integrations/woocommerce-seo.php | 55 +
.../framework/integrations/woocommerce.php | 55 +
.../editors/framework/keyphrase-analysis.php | 75 +
.../framework/previously-used-keyphrase.php | 45 +
.../framework/readability-analysis.php | 75 +
.../description-data-provider-interface.php | 20 +
.../framework/seo/keyphrase-interface.php | 13 +
.../posts/abstract-post-seo-data-provider.php | 37 +
.../seo/posts/description-data-provider.php | 85 +
.../seo/posts/keyphrase-data-provider.php | 88 +
.../seo/posts/social-data-provider.php | 133 +
.../seo/posts/title-data-provider.php | 74 +
.../seo/social-data-provider-interface.php | 34 +
.../terms/abstract-term-seo-data-provider.php | 50 +
.../seo/terms/description-data-provider.php | 41 +
.../seo/terms/keyphrase-data-provider.php | 36 +
.../seo/terms/social-data-provider.php | 133 +
.../seo/terms/title-data-provider.php | 42 +
.../seo/title-data-provider-interface.php | 15 +
.../framework/site/base-site-information.php | 148 +
.../framework/site/post-site-information.php | 170 +
.../framework/site/term-site-information.php | 104 +
.../framework/word-form-recognition.php | 57 +
.../elementor/infrastructure/request-post.php | 136 +
.../addon-activation-error-exception.php | 10 +
.../addon-already-installed-exception.php | 10 +
.../addon-installation-error-exception.php | 10 +
...user-cannot-activate-plugins-exception.php | 10 +
.../user-cannot-install-plugins-exception.php | 10 +
.../forbidden-property-mutation-exception.php | 34 +
.../importing/aioseo-validation-exception.php | 19 +
.../indexable/author-not-built-exception.php | 51 +
.../indexable/indexable-exception.php | 12 +
.../indexable/invalid-term-exception.php | 26 +
.../indexable/not-built-exception.php | 23 +
.../indexable/post-not-built-exception.php | 34 +
.../indexable/post-not-found-exception.php | 18 +
.../post-type-not-built-exception.php | 22 +
.../exceptions/indexable/source-exception.php | 10 +
.../indexable/term-not-built-exception.php | 22 +
.../indexable/term-not-found-exception.php | 18 +
.../src/exceptions/missing-method.php | 30 +
.../oauth/authentication-failed-exception.php | 33 +
.../oauth/tokens/empty-property-exception.php | 20 +
.../oauth/tokens/empty-token-exception.php | 18 +
.../oauth/tokens/failed-storage-exception.php | 24 +
.../plugins/wordpress-seo/src/functions.php | 38 +
.../general-page-integration.php | 268 +
.../general/user-interface/opt-in-route.php | 138 +
.../src/generated/assets/externals.php | 1 +
.../src/generated/assets/languages.php | 1 +
.../src/generated/assets/plugin.php | 1 +
.../wordpress-seo/src/generated/container.php | 6834 +++++++++++++++++
.../src/generators/breadcrumbs-generator.php | 431 ++
.../src/generators/generator-interface.php | 17 +
.../generators/open-graph-image-generator.php | 232 +
.../open-graph-locale-generator.php | 221 +
.../src/generators/schema-generator.php | 416 +
.../schema/abstract-schema-piece.php | 49 +
.../src/generators/schema/article.php | 238 +
.../src/generators/schema/author.php | 113 +
.../src/generators/schema/breadcrumb.php | 186 +
.../src/generators/schema/faq.php | 113 +
.../src/generators/schema/howto.php | 199 +
.../src/generators/schema/main-image.php | 46 +
.../src/generators/schema/organization.php | 88 +
.../src/generators/schema/person.php | 322 +
.../src/generators/schema/webpage.php | 166 +
.../src/generators/schema/website.php | 102 +
.../generators/twitter-image-generator.php | 102 +
.../src/helpers/aioseo-helper.php | 63 +
.../src/helpers/asset-helper.php | 98 +
.../src/helpers/attachment-cleanup-helper.php | 73 +
.../src/helpers/author-archive-helper.php | 179 +
.../src/helpers/blocks-helper.php | 100 +
.../src/helpers/capability-helper.php | 86 +
.../src/helpers/crawl-cleanup-helper.php | 314 +
.../wordpress-seo/src/helpers/curl-helper.php | 33 +
.../src/helpers/current-page-helper.php | 558 ++
.../wordpress-seo/src/helpers/date-helper.php | 120 +
.../src/helpers/environment-helper.php | 33 +
...first-time-configuration-notice-helper.php | 179 +
.../src/helpers/home-url-helper.php | 49 +
.../src/helpers/image-helper.php | 418 +
.../src/helpers/import-cursor-helper.php | 56 +
.../src/helpers/import-helper.php | 31 +
.../src/helpers/indexable-helper.php | 327 +
.../helpers/indexable-to-postmeta-helper.php | 232 +
.../src/helpers/indexing-helper.php | 395 +
.../src/helpers/language-helper.php | 83 +
.../wordpress-seo/src/helpers/meta-helper.php | 79 +
.../src/helpers/notification-helper.php | 74 +
.../src/helpers/open-graph/image-helper.php | 111 +
.../src/helpers/open-graph/values-helper.php | 85 +
.../src/helpers/options-helper.php | 152 +
.../src/helpers/pagination-helper.php | 204 +
.../src/helpers/permalink-helper.php | 46 +
.../wordpress-seo/src/helpers/post-helper.php | 225 +
.../src/helpers/post-type-helper.php | 251 +
.../src/helpers/primary-term-helper.php | 47 +
.../src/helpers/product-helper.php | 62 +
.../src/helpers/redirect-helper.php | 70 +
.../src/helpers/require-file-helper.php | 20 +
.../src/helpers/robots-helper.php | 75 +
.../src/helpers/robots-txt-helper.php | 108 +
.../src/helpers/sanitization-helper.php | 39 +
.../src/helpers/schema/article-helper.php | 35 +
.../src/helpers/schema/html-helper.php | 76 +
.../src/helpers/schema/id-helper.php | 29 +
.../src/helpers/schema/image-helper.php | 205 +
.../src/helpers/schema/language-helper.php | 32 +
.../helpers/schema/replace-vars-helper.php | 135 +
.../src/helpers/score-icon-helper.php | 98 +
.../src/helpers/short-link-helper.php | 149 +
.../wordpress-seo/src/helpers/site-helper.php | 28 +
.../src/helpers/social-profiles-helper.php | 330 +
.../src/helpers/string-helper.php | 45 +
.../src/helpers/taxonomy-helper.php | 182 +
.../src/helpers/twitter/image-helper.php | 58 +
.../wordpress-seo/src/helpers/url-helper.php | 295 +
.../wordpress-seo/src/helpers/user-helper.php | 123 +
.../src/helpers/wincher-helper.php | 93 +
.../src/helpers/woocommerce-helper.php | 71 +
.../src/helpers/wordpress-helper.php | 22 +
.../wordpress-seo/src/helpers/wpdb-helper.php | 44 +
.../Application/image-content-extractor.php | 177 +
.../initializers/crawl-cleanup-permalinks.php | 207 +
.../initializers/disable-core-sitemaps.php | 121 +
.../initializers/initializer-interface.php | 20 +
.../src/initializers/migration-runner.php | 171 +
.../src/initializers/plugin-headers.php | 34 +
...e-load-textdomain-just-in-time-notices.php | 48 +
.../src/initializers/woocommerce.php | 34 +
.../abstract-exclude-post-type.php | 46 +
.../src/integrations/academy-integration.php | 183 +
.../admin/activation-cleanup-integration.php | 69 +
.../addon-installation/dialog-integration.php | 145 +
.../installation-integration.php | 199 +
.../admin/admin-columns-cache-integration.php | 279 +
.../admin/background-indexing-integration.php | 339 +
.../admin/brand-insights-page.php | 82 +
.../admin/check-required-version.php | 140 +
.../admin/crawl-settings-integration.php | 326 +
.../integrations/admin/cron-integration.php | 49 +
.../admin/deactivated-premium-integration.php | 150 +
.../first-time-configuration-integration.php | 549 ++
...-time-configuration-notice-integration.php | 151 +
.../fix-news-dependencies-integration.php | 62 +
.../admin/health-check-integration.php | 105 +
.../integrations/admin/helpscout-beacon.php | 515 ++
.../integrations/admin/import-integration.php | 248 +
...ndexables-exclude-taxonomy-integration.php | 55 +
.../indexing-notification-integration.php | 252 +
.../admin/indexing-tool-integration.php | 249 +
.../installation-success-integration.php | 171 +
.../integrations/admin/integrations-page.php | 263 +
.../admin/link-count-columns-integration.php | 258 +
.../admin/menu-badge-integration.php | 40 +
.../admin/migration-error-integration.php | 58 +
.../admin/old-configuration-integration.php | 71 +
.../admin/redirect-integration.php | 105 +
.../admin/redirections-tools-page.php | 81 +
.../admin/redirects-page-integration.php | 164 +
.../admin/workouts-integration.php | 338 +
.../alerts/abstract-dismissable-alert.php | 45 +
.../alerts/ai-generator-tip-notification.php | 18 +
...-product-editor-checklist-notification.php | 17 +
.../black-friday-promotion-notification.php | 16 +
...-friday-sidebar-checklist-notification.php | 16 +
.../alerts/trustpilot-review-notification.php | 16 +
.../alerts/webinar-promo-notification.php | 16 +
.../blocks/abstract-dynamic-block-v3.php | 97 +
.../blocks/abstract-dynamic-block.php | 70 +
.../integrations/blocks/block-categories.php | 52 +
.../blocks/block-editor-integration.php | 58 +
.../integrations/blocks/breadcrumbs-block.php | 127 +
.../blocks/structured-data-blocks.php | 422 +
.../integrations/breadcrumbs-integration.php | 82 +
.../src/integrations/cleanup-integration.php | 341 +
.../integrations/estimated-reading-time.php | 49 +
.../exclude-attachment-post-type.php | 32 +
.../exclude-oembed-cache-post-type.php | 32 +
.../integrations/feature-flag-integration.php | 106 +
.../integrations/front-end-integration.php | 586 ++
.../front-end/backwards-compatibility.php | 72 +
.../front-end/category-term-description.php | 51 +
.../front-end/comment-link-fixer.php | 140 +
.../front-end/crawl-cleanup-basic.php | 138 +
.../front-end/crawl-cleanup-rss.php | 212 +
.../front-end/crawl-cleanup-searches.php | 206 +
.../front-end/feed-improvements.php | 182 +
.../front-end/force-rewrite-title.php | 181 +
.../src/integrations/front-end/handle-404.php | 126 +
.../front-end/indexing-controls.php | 109 +
.../front-end/open-graph-oembed.php | 155 +
.../src/integrations/front-end/redirects.php | 277 +
.../front-end/robots-txt-integration.php | 292 +
.../front-end/rss-footer-embed.php | 196 +
.../schema-accessibility-feature.php | 80 +
.../front-end/wp-robots-integration.php | 203 +
.../integrations/integration-interface.php | 22 +
.../src/integrations/primary-category.php | 73 +
.../src/integrations/settings-integration.php | 1094 +++
.../src/integrations/support-integration.php | 198 +
.../src/integrations/third-party/amp.php | 61 +
.../src/integrations/third-party/bbpress.php | 62 +
.../integrations/third-party/elementor.php | 787 ++
.../exclude-elementor-post-types.php | 34 +
.../exclude-woocommerce-post-types.php | 34 +
.../src/integrations/third-party/jetpack.php | 34 +
.../third-party/w3-total-cache.php | 33 +
.../third-party/web-stories-post-edit.php | 47 +
.../integrations/third-party/web-stories.php | 136 +
.../third-party/wincher-publish.php | 166 +
.../third-party/woocommerce-permalinks.php | 112 +
.../third-party/woocommerce-post-edit.php | 49 +
.../integrations/third-party/woocommerce.php | 350 +
.../third-party/wpml-wpseo-notification.php | 120 +
.../src/integrations/third-party/wpml.php | 70 +
.../integrations/uninstall-integration.php | 48 +
.../watchers/addon-update-watcher.php | 229 +
.../watchers/auto-update-watcher.php | 58 +
.../watchers/indexable-ancestor-watcher.php | 242 +
.../watchers/indexable-attachment-watcher.php | 144 +
.../indexable-author-archive-watcher.php | 78 +
.../watchers/indexable-author-watcher.php | 141 +
.../indexable-category-permalink-watcher.php | 56 +
.../indexable-date-archive-watcher.php | 96 +
.../watchers/indexable-home-page-watcher.php | 137 +
.../watchers/indexable-homeurl-watcher.php | 114 +
.../watchers/indexable-permalink-watcher.php | 279 +
.../watchers/indexable-post-meta-watcher.php | 111 +
.../indexable-post-type-archive-watcher.php | 147 +
.../indexable-post-type-change-watcher.php | 159 +
.../watchers/indexable-post-watcher.php | 338 +
.../indexable-static-home-page-watcher.php | 97 +
.../indexable-system-page-watcher.php | 102 +
.../indexable-taxonomy-change-watcher.php | 161 +
.../watchers/indexable-term-watcher.php | 152 +
.../watchers/option-titles-watcher.php | 130 +
.../watchers/option-wpseo-watcher.php | 127 +
.../primary-category-quick-edit-watcher.php | 195 +
.../watchers/primary-term-watcher.php | 161 +
.../search-engines-discouraged-watcher.php | 246 +
.../woocommerce-beta-editor-watcher.php | 146 +
.../wordpress-seo/src/integrations/xmlrpc.php | 50 +
.../ai-brand-insights-post-launch.php | 71 +
.../ai-brand-insights-pre-launch.php | 81 +
.../application/ai-fix-assessments-upsell.php | 82 +
.../application/black-friday-announcement.php | 93 +
.../application/current-page-trait.php | 43 +
.../application/delayed-premium-upsell.php | 176 +
.../application/google-docs-addon-upsell.php | 92 +
.../application/introductions-collector.php | 133 +
.../application/user-allowed-trait.php | 23 +
.../application/version-trait.php | 21 +
.../domain/introduction-interface.php | 40 +
.../domain/introduction-item.php | 64 +
.../domain/introductions-bucket.php | 49 +
.../domain/invalid-user-id-exception.php | 29 +
.../introductions-seen-repository.php | 134 +
.../wistia-embed-permission-repository.php | 80 +
.../wordpress-seo/src/introductions/readme.md | 27 +
.../introductions-integration.php | 219 +
.../introductions-seen-route.php | 146 +
.../wistia-embed-permission-route.php | 154 +
.../available-posts-repository.php | 52 +
.../configuration/llms-txt-configuration.php | 71 +
.../populate-file-command-handler.php | 110 +
.../commands/remove-file-command-handler.php | 68 +
.../file-failure-notification-presenter.php | 59 +
.../file/llms-txt-cron-scheduler.php | 78 +
.../application/health-check/file-check.php | 76 +
.../application/health-check/file-runner.php | 46 +
.../markdown-builders/description-builder.php | 39 +
.../markdown-builders/intro-builder.php | 62 +
.../markdown-builders/link-lists-builder.php | 54 +
.../markdown-builders/markdown-builder.php | 101 +
.../markdown-builders/title-builder.php | 40 +
.../llms-txt/application/markdown-escaper.php | 43 +
.../data-provider/available-posts-data.php | 41 +
.../available-posts-repository-interface.php | 19 +
.../data-provider/data-container.php | 58 +
.../data-provider/data-interface.php | 17 +
.../data-provider/parameters.php | 53 +
.../invalid-post-type-exception.php | 18 +
.../content-types/content-type-entry.php | 150 +
.../content/post-collection-interface.php | 8 +
.../file/llms-file-system-interface.php | 39 +
.../llms-txt-permission-gate-interface.php | 16 +
.../domain/markdown/items/item-interface.php | 26 +
.../llms-txt/domain/markdown/items/link.php | 68 +
.../domain/markdown/llms-txt-renderer.php | 61 +
.../domain/markdown/sections/description.php | 55 +
.../domain/markdown/sections/intro.php | 97 +
.../domain/markdown/sections/link-list.php | 93 +
.../markdown/sections/section-interface.php | 18 +
.../domain/markdown/sections/title.php | 77 +
.../content/automatic-post-collection.php | 212 +
.../content/manual-post-collection.php | 168 +
.../content/post-collection-factory.php | 57 +
.../file/wordpress-file-system-adapter.php | 117 +
.../wordpress-llms-txt-permission-gate.php | 65 +
.../content-types-collector.php | 118 +
.../markdown-services/description-adapter.php | 48 +
.../sitemap-link-collector.php | 34 +
.../markdown-services/terms-collector.php | 65 +
.../markdown-services/title-adapter.php | 43 +
.../user-interface/available-posts-route.php | 149 +
.../cleanup-llms-txt-on-deactivation.php | 63 +
.../enable-llms-txt-option-watcher.php | 141 +
...lure-llms-txt-notification-integration.php | 129 +
.../health-check/file-reports.php | 96 +
.../llms-txt-cron-callback-integration.php | 101 +
...e-population-on-activation-integration.php | 65 +
.../wordpress-seo/src/loadable-interface.php | 16 +
.../plugins/wordpress-seo/src/loader.php | 302 +
.../wordpress-seo/src/loggers/logger.php | 51 +
wp-content/plugins/wordpress-seo/src/main.php | 82 +
.../memoizers/meta-tags-context-memoizer.php | 178 +
.../src/memoizers/presentation-memoizer.php | 89 +
.../src/models/indexable-extension.php | 31 +
.../src/models/indexable-hierarchy.php | 28 +
.../wordpress-seo/src/models/indexable.php | 220 +
.../wordpress-seo/src/models/primary-term.php | 39 +
.../wordpress-seo/src/models/seo-links.php | 75 +
.../wordpress-seo/src/models/seo-meta.php | 33 +
.../plans/application/add-ons-collector.php | 58 +
.../plans/domain/add-ons/add-on-interface.php | 45 +
.../src/plans/domain/add-ons/premium.php | 47 +
.../src/plans/domain/add-ons/woo.php | 47 +
.../infrastructure/add-ons/managed-add-on.php | 62 +
.../user-interface/plans-page-integration.php | 188 +
.../upgrade-sidebar-menu-integration.php | 152 +
.../presentations/abstract-presentation.php | 95 +
.../presentations/archive-adjacent-trait.php | 79 +
.../indexable-author-archive-presentation.php | 173 +
.../indexable-date-archive-presentation.php | 123 +
.../indexable-error-page-presentation.php | 37 +
.../indexable-home-page-presentation.php | 61 +
...dexable-post-type-archive-presentation.php | 72 +
.../indexable-post-type-presentation.php | 419 +
.../presentations/indexable-presentation.php | 767 ++
...exable-search-result-page-presentation.php | 71 +
...ndexable-static-home-page-presentation.php | 32 +
...dexable-static-posts-page-presentation.php | 50 +
.../indexable-term-archive-presentation.php | 225 +
.../abstract-indexable-presenter.php | 80 +
.../abstract-indexable-tag-presenter.php | 73 +
.../src/presenters/abstract-presenter.php | 25 +
.../src/presenters/admin/alert-presenter.php | 72 +
.../src/presenters/admin/badge-presenter.php | 104 +
.../presenters/admin/beta-badge-presenter.php | 59 +
.../presenters/admin/help-link-presenter.php | 86 +
.../admin/indexing-error-presenter.php | 127 +
...indexing-failed-notification-presenter.php | 98 +
.../admin/indexing-list-item-presenter.php | 50 +
.../admin/indexing-notification-presenter.php | 147 +
.../admin/light-switch-presenter.php | 159 +
.../admin/meta-fields-presenter.php | 64 +
.../admin/migration-error-presenter.php | 77 +
.../src/presenters/admin/notice-presenter.php | 128 +
.../admin/premium-badge-presenter.php | 59 +
.../search-engines-discouraged-presenter.php | 44 +
.../presenters/admin/sidebar-presenter.php | 172 +
.../woocommerce-beta-editor-presenter.php | 60 +
.../src/presenters/breadcrumbs-presenter.php | 281 +
.../src/presenters/canonical-presenter.php | 51 +
.../debug/marker-close-presenter.php | 41 +
.../debug/marker-open-presenter.php | 65 +
.../src/presenters/meta-author-presenter.php | 59 +
.../presenters/meta-description-presenter.php | 63 +
.../open-graph/article-author-presenter.php | 41 +
.../article-modified-time-presenter.php | 34 +
.../article-published-time-presenter.php | 34 +
.../article-publisher-presenter.php | 41 +
.../open-graph/description-presenter.php | 45 +
.../presenters/open-graph/image-presenter.php | 154 +
.../open-graph/locale-presenter.php | 41 +
.../open-graph/site-name-presenter.php | 41 +
.../presenters/open-graph/title-presenter.php | 44 +
.../presenters/open-graph/type-presenter.php | 41 +
.../presenters/open-graph/url-presenter.php | 48 +
.../src/presenters/rel-next-presenter.php | 72 +
.../src/presenters/rel-prev-presenter.php | 72 +
.../src/presenters/robots-presenter.php | 40 +
.../src/presenters/robots-txt-presenter.php | 150 +
.../src/presenters/schema-presenter.php | 63 +
.../src/presenters/score-icon-presenter.php | 48 +
.../slack/enhanced-data-presenter.php | 66 +
.../src/presenters/title-presenter.php | 79 +
.../src/presenters/twitter/card-presenter.php | 34 +
.../presenters/twitter/creator-presenter.php | 27 +
.../twitter/description-presenter.php | 34 +
.../presenters/twitter/image-presenter.php | 41 +
.../src/presenters/twitter/site-presenter.php | 59 +
.../presenters/twitter/title-presenter.php | 34 +
.../src/presenters/url-list-presenter.php | 62 +
.../presenters/webmaster/ahrefs-presenter.php | 27 +
.../presenters/webmaster/baidu-presenter.php | 27 +
.../presenters/webmaster/bing-presenter.php | 27 +
.../presenters/webmaster/google-presenter.php | 28 +
.../webmaster/pinterest-presenter.php | 27 +
.../presenters/webmaster/yandex-presenter.php | 27 +
.../promotion-manager-interface.php | 25 +
.../application/promotion-manager.php | 74 +
.../promotions/domain/abstract-promotion.php | 52 +
.../domain/black-friday-promotion.php | 19 +
.../promotions/domain/promotion-interface.php | 8 +
.../src/promotions/domain/time-interval.php | 71 +
.../indexable-cleanup-repository.php | 751 ++
.../indexable-hierarchy-repository.php | 171 +
.../src/repositories/indexable-repository.php | 602 ++
.../repositories/primary-term-repository.php | 49 +
.../src/repositories/seo-links-repository.php | 214 +
.../src/routes/abstract-action-route.php | 30 +
.../src/routes/abstract-indexation-route.php | 33 +
.../src/routes/alert-dismissal-route.php | 104 +
.../src/routes/endpoint-interface.php | 34 +
.../routes/first-time-configuration-route.php | 312 +
.../src/routes/importing-route.php | 170 +
.../src/routes/indexables-head-route.php | 104 +
.../src/routes/indexing-route.php | 431 ++
.../src/routes/integrations-route.php | 101 +
.../src/routes/meta-search-route.php | 98 +
.../src/routes/route-interface.php | 18 +
.../src/routes/semrush-route.php | 248 +
.../src/routes/supported-features-route.php | 59 +
.../src/routes/wincher-route.php | 331 +
.../src/routes/workouts-route.php | 127 +
.../src/routes/yoast-head-rest-field.php | 223 +
.../health-check/default-tagline-check.php | 59 +
.../health-check/default-tagline-reports.php | 68 +
.../health-check/default-tagline-runner.php | 45 +
.../services/health-check/health-check.php | 76 +
.../health-check/links-table-check.php | 74 +
.../health-check/links-table-reports.php | 105 +
.../health-check/links-table-runner.php | 62 +
.../myyoast-api-request-factory.php | 22 +
.../health-check/page-comments-check.php | 59 +
.../health-check/page-comments-reports.php | 63 +
.../health-check/page-comments-runner.php | 41 +
.../health-check/postname-permalink-check.php | 59 +
.../postname-permalink-reports.php | 76 +
.../postname-permalink-runner.php | 41 +
.../health-check/report-builder-factory.php | 20 +
.../services/health-check/report-builder.php | 207 +
.../services/health-check/reports-trait.php | 42 +
.../health-check/runner-interface.php | 16 +
.../aioseo/aioseo-replacevar-service.php | 98 +
.../aioseo/aioseo-robots-provider-service.php | 62 +
.../aioseo-robots-transformer-service.php | 52 +
.../aioseo-social-images-provider-service.php | 172 +
.../importing/conflicting-plugins-service.php | 103 +
.../importing/importable-detector-service.php | 86 +
.../indexables/indexable-version-manager.php | 77 +
.../src/surfaces/classes-surface.php | 40 +
.../src/surfaces/helpers-surface.php | 163 +
.../src/surfaces/meta-surface.php | 388 +
.../surfaces/open-graph-helpers-surface.php | 96 +
.../src/surfaces/schema-helpers-surface.php | 110 +
.../src/surfaces/twitter-helpers-surface.php | 96 +
.../src/surfaces/values/meta.php | 328 +
.../additional-contactmethods-collector.php | 77 +
.../user-meta/application/cleanup-service.php | 74 +
.../application/custom-meta-collector.php | 72 +
.../additional-contactmethod-interface.php | 23 +
.../domain/custom-meta-interface.php | 62 +
.../additional-contactmethods/facebook.php | 30 +
.../additional-contactmethods/instagram.php | 30 +
.../additional-contactmethods/linkedin.php | 30 +
.../additional-contactmethods/myspace.php | 30 +
.../additional-contactmethods/pinterest.php | 30 +
.../additional-contactmethods/soundcloud.php | 30 +
.../additional-contactmethods/tumblr.php | 30 +
.../additional-contactmethods/wikipedia.php | 30 +
.../framework/additional-contactmethods/x.php | 30 +
.../additional-contactmethods/youtube.php | 30 +
.../framework/custom-meta/author-metadesc.php | 111 +
.../framework/custom-meta/author-pronouns.php | 110 +
.../framework/custom-meta/author-title.php | 109 +
.../custom-meta/content-analysis-disable.php | 118 +
.../inclusive-language-analysis-disable.php | 118 +
.../custom-meta/keyword-analysis-disable.php | 118 +
.../framework/custom-meta/noindex-author.php | 111 +
.../infrastructure/cleanup-repository.php | 38 +
.../additional-contactmethods-integration.php | 77 +
.../user-interface/cleanup-integration.php | 58 +
.../custom-meta-integration.php | 119 +
.../user-profiles-additions-ui.php | 94 +
.../wordpress-seo/src/values/images.php | 151 +
.../indexables/indexable-builder-versions.php | 44 +
.../src/values/oauth/oauth-token.php | 139 +
.../src/values/open-graph/images.php | 58 +
.../src/values/robots/directive.php | 45 +
.../src/values/robots/user-agent-list.php | 88 +
.../src/values/robots/user-agent.php | 90 +
.../src/values/twitter/images.php | 49 +
.../wordpress-seo/src/wordpress/wrapper.php | 74 +
.../src/wrappers/wp-query-wrapper.php | 50 +
.../src/wrappers/wp-remote-handler.php | 65 +
.../src/wrappers/wp-rewrite-wrapper.php | 20 +
.../plugins/wordpress-seo/vendor/autoload.php | 7 +
.../vendor/composer/ClassLoader.php | 572 ++
.../vendor/composer/InstalledVersions.php | 360 +
.../wordpress-seo/vendor/composer/LICENSE | 21 +
.../vendor/composer/autoload_classmap.php | 1325 ++++
.../vendor/composer/autoload_namespaces.php | 9 +
.../vendor/composer/autoload_psr4.php | 10 +
.../vendor/composer/autoload_real.php | 57 +
.../vendor/composer/autoload_static.php | 1351 ++++
.../vendor/composer/installed.php | 32 +
.../vendor/composer/platform_check.php | 26 +
.../guzzlehttp/guzzle/src/BodySummarizer.php | 23 +
.../guzzle/src/BodySummarizerInterface.php | 12 +
.../guzzlehttp/guzzle/src/Client.php | 402 +
.../guzzlehttp/guzzle/src/ClientInterface.php | 78 +
.../guzzlehttp/guzzle/src/ClientTrait.php | 227 +
.../guzzle/src/Cookie/CookieJar.php | 240 +
.../guzzle/src/Cookie/CookieJarInterface.php | 74 +
.../guzzle/src/Cookie/FileCookieJar.php | 92 +
.../guzzle/src/Cookie/SessionCookieJar.php | 71 +
.../guzzle/src/Cookie/SetCookie.php | 407 +
.../src/Exception/BadResponseException.php | 31 +
.../guzzle/src/Exception/ClientException.php | 10 +
.../guzzle/src/Exception/ConnectException.php | 47 +
.../guzzle/src/Exception/GuzzleException.php | 8 +
.../Exception/InvalidArgumentException.php | 7 +
.../guzzle/src/Exception/RequestException.php | 124 +
.../guzzle/src/Exception/ServerException.php | 10 +
.../Exception/TooManyRedirectsException.php | 7 +
.../src/Exception/TransferException.php | 7 +
.../guzzle/src/Handler/CurlFactory.php | 496 ++
.../src/Handler/CurlFactoryInterface.php | 23 +
.../guzzle/src/Handler/CurlHandler.php | 43 +
.../guzzle/src/Handler/CurlMultiHandler.php | 220 +
.../guzzle/src/Handler/EasyHandle.php | 91 +
.../guzzle/src/Handler/HeaderProcessor.php | 36 +
.../guzzle/src/Handler/MockHandler.php | 174 +
.../guzzlehttp/guzzle/src/Handler/Proxy.php | 49 +
.../guzzle/src/Handler/StreamHandler.php | 455 ++
.../guzzlehttp/guzzle/src/HandlerStack.php | 238 +
.../guzzle/src/MessageFormatter.php | 168 +
.../guzzle/src/MessageFormatterInterface.php | 17 +
.../guzzlehttp/guzzle/src/Middleware.php | 227 +
.../guzzlehttp/guzzle/src/Pool.php | 116 +
.../guzzle/src/PrepareBodyMiddleware.php | 86 +
.../guzzle/src/RedirectMiddleware.php | 162 +
.../guzzlehttp/guzzle/src/RequestOptions.php | 244 +
.../guzzlehttp/guzzle/src/RetryMiddleware.php | 91 +
.../guzzlehttp/guzzle/src/TransferStats.php | 114 +
.../guzzlehttp/guzzle/src/Utils.php | 339 +
.../guzzlehttp/guzzle/src/functions.php | 158 +
.../guzzle/src/functions_include.php | 8 +
.../promises/src/AggregateException.php | 15 +
.../promises/src/CancellationException.php | 11 +
.../guzzlehttp/promises/src/Coroutine.php | 143 +
.../guzzlehttp/promises/src/Create.php | 68 +
.../guzzlehttp/promises/src/Each.php | 56 +
.../guzzlehttp/promises/src/EachPromise.php | 196 +
.../promises/src/FulfilledPromise.php | 73 +
.../guzzlehttp/promises/src/Is.php | 36 +
.../guzzlehttp/promises/src/Promise.php | 236 +
.../promises/src/PromiseInterface.php | 80 +
.../promises/src/PromisorInterface.php | 15 +
.../promises/src/RejectedPromise.php | 78 +
.../promises/src/RejectionException.php | 41 +
.../guzzlehttp/promises/src/TaskQueue.php | 65 +
.../promises/src/TaskQueueInterface.php | 21 +
.../guzzlehttp/promises/src/Utils.php | 217 +
.../guzzlehttp/psr7/src/AppendStream.php | 203 +
.../guzzlehttp/psr7/src/BufferStream.php | 121 +
.../guzzlehttp/psr7/src/CachingStream.php | 125 +
.../guzzlehttp/psr7/src/DroppingStream.php | 40 +
.../src/Exception/MalformedUriException.php | 12 +
.../guzzlehttp/psr7/src/FnStream.php | 149 +
.../guzzlehttp/psr7/src/Header.php | 117 +
.../guzzlehttp/psr7/src/HttpFactory.php | 76 +
.../guzzlehttp/psr7/src/InflateStream.php | 33 +
.../guzzlehttp/psr7/src/LazyOpenStream.php | 41 +
.../guzzlehttp/psr7/src/LimitStream.php | 128 +
.../guzzlehttp/psr7/src/Message.php | 189 +
.../guzzlehttp/psr7/src/MessageTrait.php | 212 +
.../guzzlehttp/psr7/src/MimeType.php | 27 +
.../guzzlehttp/psr7/src/MultipartStream.php | 130 +
.../guzzlehttp/psr7/src/NoSeekStream.php | 23 +
.../guzzlehttp/psr7/src/PumpStream.php | 149 +
.../guzzlehttp/psr7/src/Query.php | 104 +
.../guzzlehttp/psr7/src/Request.php | 124 +
.../guzzlehttp/psr7/src/Response.php | 78 +
.../guzzlehttp/psr7/src/Rfc7230.php | 22 +
.../guzzlehttp/psr7/src/ServerRequest.php | 266 +
.../guzzlehttp/psr7/src/Stream.php | 235 +
.../psr7/src/StreamDecoratorTrait.php | 131 +
.../guzzlehttp/psr7/src/StreamWrapper.php | 142 +
.../guzzlehttp/psr7/src/UploadedFile.php | 152 +
.../guzzlehttp/psr7/src/Uri.php | 572 ++
.../guzzlehttp/psr7/src/UriComparator.php | 43 +
.../guzzlehttp/psr7/src/UriNormalizer.php | 175 +
.../guzzlehttp/psr7/src/UriResolver.php | 180 +
.../guzzlehttp/psr7/src/Utils.php | 375 +
.../oauth2-client/src/Grant/AbstractGrant.php | 72 +
.../src/Grant/AuthorizationCode.php | 38 +
.../src/Grant/ClientCredentials.php | 38 +
.../Grant/Exception/InvalidGrantException.php | 25 +
.../oauth2-client/src/Grant/GrantFactory.php | 91 +
.../oauth2-client/src/Grant/Password.php | 38 +
.../oauth2-client/src/Grant/RefreshToken.php | 38 +
.../HttpBasicAuthOptionProvider.php | 38 +
.../OptionProviderInterface.php | 30 +
.../OptionProvider/PostAuthOptionProvider.php | 46 +
.../src/Provider/AbstractProvider.php | 783 ++
.../Exception/IdentityProviderException.php | 45 +
.../src/Provider/GenericProvider.php | 201 +
.../src/Provider/GenericResourceOwner.php | 57 +
.../src/Provider/ResourceOwnerInterface.php | 35 +
.../oauth2-client/src/Token/AccessToken.php | 204 +
.../src/Token/AccessTokenInterface.php | 67 +
.../ResourceOwnerAccessTokenInterface.php | 25 +
.../src/Tool/ArrayAccessorTrait.php | 47 +
.../src/Tool/BearerAuthorizationTrait.php | 35 +
.../src/Tool/GuardedPropertyTrait.php | 66 +
.../src/Tool/MacAuthorizationTrait.php | 76 +
.../src/Tool/ProviderRedirectTrait.php | 105 +
.../src/Tool/QueryBuilderTrait.php | 33 +
.../oauth2-client/src/Tool/RequestFactory.php | 67 +
.../src/Tool/RequiredParameterTrait.php | 51 +
.../src/ContainerExceptionInterface.php | 13 +
.../psr/container/src/ContainerInterface.php | 36 +
.../src/NotFoundExceptionInterface.php | 13 +
.../src/ClientExceptionInterface.php | 10 +
.../psr/http-client/src/ClientInterface.php | 19 +
.../src/NetworkExceptionInterface.php | 23 +
.../src/RequestExceptionInterface.php | 23 +
.../src/RequestFactoryInterface.php | 18 +
.../src/ResponseFactoryInterface.php | 18 +
.../src/ServerRequestFactoryInterface.php | 24 +
.../src/StreamFactoryInterface.php | 43 +
.../src/UploadedFileFactoryInterface.php | 28 +
.../http-factory/src/UriFactoryInterface.php | 17 +
.../psr/http-message/src/MessageInterface.php | 177 +
.../psr/http-message/src/RequestInterface.php | 124 +
.../http-message/src/ResponseInterface.php | 66 +
.../src/ServerRequestInterface.php | 249 +
.../psr/http-message/src/StreamInterface.php | 144 +
.../src/UploadedFileInterface.php | 118 +
.../psr/http-message/src/UriInterface.php | 309 +
.../psr/log/Psr/Log/AbstractLogger.php | 121 +
.../log/Psr/Log/InvalidArgumentException.php | 7 +
.../psr/log/Psr/Log/LogLevel.php | 18 +
.../psr/log/Psr/Log/LoggerAwareInterface.php | 18 +
.../psr/log/Psr/Log/LoggerAwareTrait.php | 25 +
.../psr/log/Psr/Log/LoggerInterface.php | 117 +
.../psr/log/Psr/Log/LoggerTrait.php | 134 +
.../psr/log/Psr/Log/NullLogger.php | 30 +
.../Argument/RewindableGenerator.php | 40 +
.../dependency-injection/Container.php | 465 ++
.../ContainerInterface.php | 91 +
.../Exception/EnvNotFoundException.php | 24 +
.../Exception/ExceptionInterface.php | 22 +
.../Exception/InvalidArgumentException.php | 20 +
.../Exception/LogicException.php | 18 +
.../ParameterCircularReferenceException.php | 30 +
.../Exception/RuntimeException.php | 20 +
.../ServiceCircularReferenceException.php | 36 +
.../Exception/ServiceNotFoundException.php | 58 +
.../EnvPlaceholderParameterBag.php | 108 +
.../ParameterBag/FrozenParameterBag.php | 62 +
.../ParameterBag/ParameterBag.php | 263 +
.../ParameterBag/ParameterBagInterface.php | 103 +
.../ResettableContainerInterface.php | 30 +
.../deprecation-contracts/function.php | 27 +
.../plugins/wordpress-seo/wp-seo-main.php | 608 ++
wp-content/plugins/wordpress-seo/wp-seo.php | 50 +
.../plugins/wordpress-seo/wpml-config.xml | 44 +
wp-content/themes/homeproz/functions.php | 3 +
.../themes/homeproz/inc/schema-markup.php | 277 +
.../themes/homeproz/inc/theme-setup.php | 12 +
1552 files changed, 171432 insertions(+), 7 deletions(-)
create mode 100755 wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/ajax.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-admin-init.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-admin-utils.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-admin.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-asset.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-config.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-database-proxy.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-export.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-meta-columns.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-option-tab.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-option-tabs.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-premium-popup.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-remote-request.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-yoast-form.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/class-import-status.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/index.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/interface-collection.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/interface-installable.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/menu/class-menu.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/pages/network.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/pages/redirects.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/pages/tools.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/services/class-file-size.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/form/select.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/redirects.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php
create mode 100755 wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs/block.json
create mode 100755 wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/faq/block.json
create mode 100755 wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/how-to/block.json
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/academy-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/academy-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/admin-global-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/admin-global-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/adminbar-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/adminbar-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/ai-frontend-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/ai-frontend-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/ai-generator-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/ai-generator-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/alerts-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/alerts-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/block-editor-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/block-editor-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/dashboard-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/dashboard-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/edit-page-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/edit-page-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/elementor-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/elementor-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/featured-image-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/featured-image-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/general-page-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/general-page-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/icons-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/icons-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/inside-editor-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/inside-editor-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/installation-success-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/installation-success-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/introductions-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/introductions-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/metabox-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/metabox-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/modal-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/modal-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/monorepo-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/monorepo-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/new-settings-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/new-settings-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/notifications-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/notifications-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/plans-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/plans-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/redirects-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/redirects-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/score_icon-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/score_icon-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/support-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/support-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/tailwind-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/tooltips-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/tooltips-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/workouts-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/workouts-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2640-rtl.css
create mode 100755 wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2640.css
create mode 100755 wp-content/plugins/wordpress-seo/css/main-sitemap.xsl
create mode 100755 wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/academy/ai_for_seo_icon_my_yoast.png
create mode 100755 wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png
create mode 100755 wp-content/plugins/wordpress-seo/images/academy/block_editor.png
create mode 100755 wp-content/plugins/wordpress-seo/images/academy/copywriting.png
create mode 100755 wp-content/plugins/wordpress-seo/images/academy/crawlability.png
create mode 100755 wp-content/plugins/wordpress-seo/images/academy/ecommerce.png
create mode 100755 wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png
create mode 100755 wp-content/plugins/wordpress-seo/images/academy/keyword_research.png
create mode 100755 wp-content/plugins/wordpress-seo/images/academy/local.png
create mode 100755 wp-content/plugins/wordpress-seo/images/academy/multilingual.png
create mode 100755 wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png
create mode 100755 wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png
create mode 100755 wp-content/plugins/wordpress-seo/images/academy/site_structure.png
create mode 100755 wp-content/plugins/wordpress-seo/images/academy/structured_data_for_beginners.png
create mode 100755 wp-content/plugins/wordpress-seo/images/academy/understanding_structured_data.png
create mode 100755 wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png
create mode 100755 wp-content/plugins/wordpress-seo/images/acf-logo.png
create mode 100755 wp-content/plugins/wordpress-seo/images/ai-brand-insights-pre-launch.png
create mode 100755 wp-content/plugins/wordpress-seo/images/ai-consent.png
create mode 100755 wp-content/plugins/wordpress-seo/images/ai-fix-assessments-thumbnail.png
create mode 100755 wp-content/plugins/wordpress-seo/images/ai-generator-preview.png
create mode 100755 wp-content/plugins/wordpress-seo/images/alert-error-icon.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/alert-info-icon.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/alert-success-icon.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/black-friday-2025.gif
create mode 100755 wp-content/plugins/wordpress-seo/images/error-icon.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/icon-admin-bar.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/icon-cornerstone-content.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/icon-inclusive-language-analysis.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/icon-index-now.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/icon-insights.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/icon-internal-linking-suggestions.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/icon-llms-txt.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/icon-open-graph.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/icon-readability-analysis.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/icon-rest-api-endpoint.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/icon-seo-analysis.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/icon-slack-sharing.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/icon-sparkles.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/icon-text-link-counter.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/icon-x-card-data.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/icon-xml-sitemaps.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/index.php
create mode 100755 wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/link-in-icon.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/link-out-icon.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/plugin_subscription.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/question-mark.png
create mode 100755 wp-content/plugins/wordpress-seo/images/readability-icon.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/redirect-manager-thumbnail.png
create mode 100755 wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png
create mode 100755 wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/support-team.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/support/github.png
create mode 100755 wp-content/plugins/wordpress-seo/images/support/help_center.png
create mode 100755 wp-content/plugins/wordpress-seo/images/support/support_forums.png
create mode 100755 wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg
create mode 100755 wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-addon-manager.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-post-type.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-rewrite.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-upgrade.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/class-yoast-dynamic-rewrites.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/date-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/index.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/language-utils.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-llmstxt.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/wpseo-functions.php
create mode 100755 wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php
create mode 100755 wp-content/plugins/wordpress-seo/index.php
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/academy.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/addon-installation.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/admin-global.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/admin-modules.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/ai-consent.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/ai-generator.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/api-client.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/block-editor.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/classic-editor.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/edit-page.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/editor-modules.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/elementor.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals-components.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals-redux.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/aiFrontend.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/chart.js.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/dashboardFrontend.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/jed.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/redux.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/reduxJsToolkit.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/relatedKeyphraseSuggestions.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/faq-block.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/general-page.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/how-to-block.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/import.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/indexation.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/installation-success.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/integrations-page.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/introductions.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/ar.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/ca.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/cs.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/de.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/default.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/el.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/en.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/es.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/fa.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/fr.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/he.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/hu.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/id.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/it.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/ja.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/nb.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/nl.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/pl.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/pt.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/ru.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/sk.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/sv.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/languages/tr.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/network-admin.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/new-settings.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/plans.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/post-edit.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/redirect-old-features-tab.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/redirects.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/reindex-links.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/settings.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/support.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/term-edit.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/wincher-dashboard-widget.js
create mode 100755 wp-content/plugins/wordpress-seo/js/dist/workouts.js
create mode 100755 wp-content/plugins/wordpress-seo/lib/abstract-main.php
create mode 100755 wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php
create mode 100755 wp-content/plugins/wordpress-seo/lib/migrations/adapter.php
create mode 100755 wp-content/plugins/wordpress-seo/lib/migrations/column.php
create mode 100755 wp-content/plugins/wordpress-seo/lib/migrations/constants.php
create mode 100755 wp-content/plugins/wordpress-seo/lib/migrations/migration.php
create mode 100755 wp-content/plugins/wordpress-seo/lib/migrations/table.php
create mode 100755 wp-content/plugins/wordpress-seo/lib/model.php
create mode 100755 wp-content/plugins/wordpress-seo/lib/orm.php
create mode 100755 wp-content/plugins/wordpress-seo/license.txt
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/edd-logo.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/g2_logo_white_optm.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/icon-check-circle-green.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/icon-crown.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/icon-duplicate.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/icon-open-graph.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/icon-redirect-manager.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/icon-seo-analysis.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/icon-sparkles.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/icon-trolley.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/site-kit-logo.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/star-rating-half.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/star-rating-star.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/woo-seo-logo-new.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/woo-yoast-logo.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/x-logo.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/yoast-connect-google-site-kit-success.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/yoast-connect-google-site-kit.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/yoast-premium-logo-new.svg
create mode 100755 wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg
create mode 100755 wp-content/plugins/wordpress-seo/readme.txt
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/importing/importing-indexation-action-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/integrations-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-authorization/application/code-verifier-handler-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-authorization/application/code-verifier-handler.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-authorization/application/token-manager-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-authorization/application/token-manager.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-authorization/domain/code-verifier.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-authorization/domain/token.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/access-token-user-meta-repository-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/access-token-user-meta-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/code-verifier-user-meta-repository-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/code-verifier-user-meta-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/refresh-token-user-meta-repository-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/refresh-token-user-meta-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/token-user-meta-repository-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-authorization/user-interface/abstract-callback-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-authorization/user-interface/callback-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-authorization/user-interface/refresh-callback-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-consent/application/consent-handler-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-consent/application/consent-handler.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-consent/domain/endpoint/endpoint-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-consent/infrastructure/endpoints/consent-endpoint.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-consent/user-interface/ai-consent-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-consent/user-interface/consent-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-free-sparks/application/free-sparks-handler-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-free-sparks/application/free-sparks-handler.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-free-sparks/infrastructure/endpoints/free-sparks-endpoint.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-free-sparks/user-interface/free-sparks-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-generator/application/suggestions-provider.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-generator/domain/endpoint/endpoint-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-generator/domain/endpoint/endpoint-list.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-generator/domain/suggestion.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-generator/domain/suggestions-bucket.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-generator/domain/urls-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-generator/infrastructure/endpoints/get-suggestions-endpoint.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-generator/infrastructure/endpoints/get-usage-endpoint.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-generator/infrastructure/wordpress-urls.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-generator/user-interface/ai-generator-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-generator/user-interface/bust-subscription-cache-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-generator/user-interface/get-suggestions-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-generator/user-interface/get-usage-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-generator/user-interface/route-permission-trait.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/application/request-handler-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/application/request-handler.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/application/response-parser-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/application/response-parser.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/bad-request-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/forbidden-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/internal-server-error-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/not-found-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/payment-required-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/remote-request-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/request-timeout-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/service-unavailable-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/too-many-requests-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/unauthorized-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/wp-request-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/domain/request.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/domain/response.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/infrastructure/api-client-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/ai-http-request/infrastructure/api-client.php
create mode 100755 wp-content/plugins/wordpress-seo/src/alerts/application/default-seo-data/default-seo-data-alert.php
create mode 100755 wp-content/plugins/wordpress-seo/src/alerts/application/ping-other-admins/ping-other-admins-alert.php
create mode 100755 wp-content/plugins/wordpress-seo/src/alerts/infrastructure/default-seo-data/default-seo-data-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/src/alerts/user-interface/default-seo-data/default-seo-data-cron-callback-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/alerts/user-interface/default-seo-data/default-seo-data-cron-scheduler.php
create mode 100755 wp-content/plugins/wordpress-seo/src/alerts/user-interface/default-seo-data/default-seo-data-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/alerts/user-interface/resolve-alert-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/analytics/application/missing-indexables-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/src/analytics/application/to-be-cleaned-indexables-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-bucket.php
create mode 100755 wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-count.php
create mode 100755 wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-bucket.php
create mode 100755 wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-count.php
create mode 100755 wp-content/plugins/wordpress-seo/src/analytics/user-interface/last-completed-indexation-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php
create mode 100755 wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php
create mode 100755 wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php
create mode 100755 wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php
create mode 100755 wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php
create mode 100755 wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php
create mode 100755 wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php
create mode 100755 wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php
create mode 100755 wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php
create mode 100755 wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php
create mode 100755 wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php
create mode 100755 wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php
create mode 100755 wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php
create mode 100755 wp-content/plugins/wordpress-seo/src/commands/command-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/commands/index-command.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/admin/non-network-admin-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/admin/yoast-admin-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/ai-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/ai-editor-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/attachment-redirections-enabled-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/check-required-version-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/deactivating-yoast-seo-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/google-site-kit-feature-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/third-party/site-kit-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/traits/admin-conditional-trait.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/user-can-edit-users-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/user-edit-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/wp-cron-enabled-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/wp-tests-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/badge-group-names.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migration-status.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/migrations/20230417083836_AddInclusiveLanguageScore.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/oauth-client.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/researcher-languages.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/schema-ids.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/schema-types.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/semrush-client.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/wincher-client.php
create mode 100755 wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php
create mode 100755 wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-dismiss-notifications.php
create mode 100755 wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-watcher-actions.php
create mode 100755 wp-content/plugins/wordpress-seo/src/content-type-visibility/user-interface/content-type-visibility-dismiss-new-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/application/configuration/dashboard-configuration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/application/content-types/content-types-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/application/endpoints/endpoints-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/application/filter-pairs/filter-pairs-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/application/score-groups/seo-score-groups/seo-score-groups-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/application/score-results/abstract-score-results-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/application/score-results/current-scores-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/application/score-results/readability-score-results/readability-score-results-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/application/score-results/seo-score-results/seo-score-results-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/application/search-rankings/search-ranking-compare-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/application/search-rankings/top-page-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/application/search-rankings/top-query-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/application/taxonomies/taxonomies-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/application/tracking/setup-steps-tracking.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/application/traffic/organic-sessions-compare-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/application/traffic/organic-sessions-daily-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/analytics-4/failed-request-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/analytics-4/invalid-request-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/analytics-4/unexpected-response-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/content-types/content-type.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/content-types/content-types-list.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/data-provider/dashboard-repository-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/data-provider/data-container.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/data-provider/data-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/data-provider/parameters.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/endpoint/endpoint-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/endpoint/endpoint-list.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/filter-pairs/filter-pairs-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/filter-pairs/product-category-filter-pair.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/abstract-score-group.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups/abstract-readability-score-group.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups/bad-readability-score-group.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups/good-readability-score-group.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups/no-readability-score-group.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups/ok-readability-score-group.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups/readability-score-groups-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/score-groups-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/abstract-seo-score-group.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/bad-seo-score-group.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/good-seo-score-group.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/no-seo-score-group.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/ok-seo-score-group.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/seo-score-groups-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/score-results/current-score.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/score-results/current-scores-list.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/score-results/score-result.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/score-results/score-results-not-found-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/search-console/failed-request-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/search-console/unexpected-response-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/search-rankings/comparison-search-ranking-data.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/search-rankings/search-ranking-data.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/search-rankings/top-page-data.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/taxonomies/taxonomy.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/time-based-seo-metrics/data-source-not-available-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/time-based-seo-metrics/repository-not-found-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/traffic/comparison-traffic-data.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/traffic/daily-traffic-data.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/domain/traffic/traffic-data.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/analytics-4/analytics-4-parameters.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/analytics-4/site-kit-analytics-4-adapter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/analytics-4/site-kit-analytics-4-api-call.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/browser-cache/browser-cache-configuration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/configuration/permanently-dismissed-site-kit-configuration-repository-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/configuration/permanently-dismissed-site-kit-configuration-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/configuration/site-kit-consent-repository-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/configuration/site-kit-consent-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/connection/site-kit-is-connected-call.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/content-types/content-types-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/readability-scores-endpoint.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/seo-scores-endpoint.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/setup-steps-tracking-endpoint.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/site-kit-configuration-dismissal-endpoint.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/site-kit-consent-management-endpoint.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/time-based-seo-metrics-endpoint.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/indexables/top-page-indexable-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/integrations/site-kit.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/nonces/nonce-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-groups/score-group-link-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/readability-score-results/cached-readability-score-results-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/readability-score-results/readability-score-results-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/score-results-collector-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/seo-score-results/cached-seo-score-results-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/seo-score-results/seo-score-results-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/search-console/search-console-parameters.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/search-console/site-kit-search-console-adapter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/search-console/site-kit-search-console-api-call.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/taxonomies/taxonomies-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/taxonomies/taxonomy-validator.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/tracking/setup-steps-tracking-repository-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/tracking/setup-steps-tracking-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/user-interface/configuration/site-kit-capabilities-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/user-interface/configuration/site-kit-configuration-dismissal-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/user-interface/configuration/site-kit-consent-management-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/user-interface/scores/abstract-scores-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/user-interface/scores/readability-scores-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/user-interface/scores/seo-scores-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/user-interface/setup/setup-flow-interceptor.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/user-interface/setup/setup-url-interceptor.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/user-interface/time-based-seo-metrics/time-based-seo-metrics-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/dashboard/user-interface/tracking/setup-steps-tracking-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php
create mode 100755 wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php
create mode 100755 wp-content/plugins/wordpress-seo/src/deprecated/index.php
create mode 100755 wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/request-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/unsupported-php-version-notice.php
create mode 100755 wp-content/plugins/wordpress-seo/src/deprecated/src/promotions/domain/black-friday-checklist-promotion.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/application/analysis-features/enabled-analysis-features-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/application/integrations/integration-information-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/application/seo/post-seo-information-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/application/seo/term-seo-information-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/application/site/website-information-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-features-list.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/domain/integrations/integration-data-provider-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/domain/seo/description.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/domain/seo/keyphrase.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/domain/seo/seo-plugin-data-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/domain/seo/social.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/domain/seo/title.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/inclusive-language-analysis.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/integrations/jetpack-markdown.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/integrations/multilingual.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/integrations/news-seo.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/integrations/semrush.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/integrations/wincher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce-seo.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/previously-used-keyphrase.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/readability-analysis.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/seo/description-data-provider-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/seo/keyphrase-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/abstract-post-seo-data-provider.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/description-data-provider.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/keyphrase-data-provider.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/social-data-provider.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/title-data-provider.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/seo/social-data-provider-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/abstract-term-seo-data-provider.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/description-data-provider.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/keyphrase-data-provider.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/social-data-provider.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/title-data-provider.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/seo/title-data-provider-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/site/base-site-information.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/site/post-site-information.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/site/term-site-information.php
create mode 100755 wp-content/plugins/wordpress-seo/src/editors/framework/word-form-recognition.php
create mode 100755 wp-content/plugins/wordpress-seo/src/elementor/infrastructure/request-post.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-type-not-built-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/functions.php
create mode 100755 wp-content/plugins/wordpress-seo/src/general/user-interface/general-page-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/general/user-interface/opt-in-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generated/assets/externals.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generated/assets/languages.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generated/container.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generators/generator-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generators/schema-generator.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generators/schema/article.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generators/schema/author.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generators/schema/faq.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generators/schema/howto.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generators/schema/organization.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generators/schema/person.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generators/schema/website.php
create mode 100755 wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/attachment-cleanup-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/crawl-cleanup-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/date-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/first-time-configuration-notice-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/image-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/import-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/language-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/options-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/post-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/product-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/site-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/social-profiles-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/string-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/url-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/user-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/images/Application/image-content-extractor.php
create mode 100755 wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php
create mode 100755 wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php
create mode 100755 wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php
create mode 100755 wp-content/plugins/wordpress-seo/src/initializers/plugin-headers.php
create mode 100755 wp-content/plugins/wordpress-seo/src/initializers/silence-load-textdomain-just-in-time-notices.php
create mode 100755 wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/activation-cleanup-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/brand-insights-page.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/check-required-version.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/redirect-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/redirections-tools-page.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-page-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/alerts/ai-generator-tip-notification.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-product-editor-checklist-notification.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-promotion-notification.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-sidebar-checklist-notification.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/alerts/trustpilot-review-notification.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block-v3.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/blocks/block-editor-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/exclude-attachment-post-type.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-basic.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-rss.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/primary-category.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/support-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-attachment-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/watchers/woocommerce-beta-editor-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/application/ai-brand-insights-post-launch.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/application/ai-brand-insights-pre-launch.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/application/ai-fix-assessments-upsell.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/application/black-friday-announcement.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/application/current-page-trait.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/application/delayed-premium-upsell.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/application/google-docs-addon-upsell.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/application/user-allowed-trait.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/application/version-trait.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-item.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/domain/introductions-bucket.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/domain/invalid-user-id-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/infrastructure/introductions-seen-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/infrastructure/wistia-embed-permission-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/readme.md
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-seen-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/introductions/user-interface/wistia-embed-permission-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/application/available-posts/available-posts-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/application/configuration/llms-txt-configuration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/application/file/commands/populate-file-command-handler.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/application/file/commands/remove-file-command-handler.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/application/file/file-failure-notification-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/application/file/llms-txt-cron-scheduler.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/application/health-check/file-check.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/application/health-check/file-runner.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-builders/description-builder.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-builders/intro-builder.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-builders/link-lists-builder.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-builders/markdown-builder.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-builders/title-builder.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-escaper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/data-provider/available-posts-data.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/data-provider/available-posts-repository-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/data-provider/data-container.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/data-provider/data-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/data-provider/parameters.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/invalid-post-type-exception.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/domain/content-types/content-type-entry.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/domain/content/post-collection-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/domain/file/llms-file-system-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/domain/file/llms-txt-permission-gate-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/items/item-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/items/link.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/llms-txt-renderer.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/sections/description.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/sections/intro.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/sections/link-list.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/sections/section-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/sections/title.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/content/automatic-post-collection.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/content/manual-post-collection.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/content/post-collection-factory.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/file/wordpress-file-system-adapter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/file/wordpress-llms-txt-permission-gate.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/markdown-services/content-types-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/markdown-services/description-adapter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/markdown-services/sitemap-link-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/markdown-services/terms-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/markdown-services/title-adapter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/available-posts-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/cleanup-llms-txt-on-deactivation.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/enable-llms-txt-option-watcher.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/file-failure-llms-txt-notification-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/health-check/file-reports.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/llms-txt-cron-callback-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/schedule-population-on-activation-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/loadable-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/loader.php
create mode 100755 wp-content/plugins/wordpress-seo/src/loggers/logger.php
create mode 100755 wp-content/plugins/wordpress-seo/src/main.php
create mode 100755 wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php
create mode 100755 wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php
create mode 100755 wp-content/plugins/wordpress-seo/src/models/indexable-extension.php
create mode 100755 wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php
create mode 100755 wp-content/plugins/wordpress-seo/src/models/indexable.php
create mode 100755 wp-content/plugins/wordpress-seo/src/models/primary-term.php
create mode 100755 wp-content/plugins/wordpress-seo/src/models/seo-links.php
create mode 100755 wp-content/plugins/wordpress-seo/src/models/seo-meta.php
create mode 100755 wp-content/plugins/wordpress-seo/src/plans/application/add-ons-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/src/plans/domain/add-ons/add-on-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/plans/domain/add-ons/premium.php
create mode 100755 wp-content/plugins/wordpress-seo/src/plans/domain/add-ons/woo.php
create mode 100755 wp-content/plugins/wordpress-seo/src/plans/infrastructure/add-ons/managed-add-on.php
create mode 100755 wp-content/plugins/wordpress-seo/src/plans/user-interface/plans-page-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/plans/user-interface/upgrade-sidebar-menu-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/admin/woocommerce-beta-editor-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/webmaster/ahrefs-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php
create mode 100755 wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager.php
create mode 100755 wp-content/plugins/wordpress-seo/src/promotions/domain/abstract-promotion.php
create mode 100755 wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-promotion.php
create mode 100755 wp-content/plugins/wordpress-seo/src/promotions/domain/promotion-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php
create mode 100755 wp-content/plugins/wordpress-seo/src/repositories/indexable-cleanup-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/routes/endpoint-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/routes/importing-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/routes/indexing-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/routes/integrations-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/routes/route-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/routes/semrush-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/routes/wincher-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/routes/workouts-route.php
create mode 100755 wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php
create mode 100755 wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php
create mode 100755 wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/application/additional-contactmethods-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/application/cleanup-service.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/application/custom-meta-collector.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/domain/additional-contactmethod-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/domain/custom-meta-interface.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/facebook.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/instagram.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/linkedin.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/myspace.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/pinterest.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/soundcloud.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/tumblr.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/wikipedia.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/x.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/youtube.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-metadesc.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-pronouns.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-title.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/content-analysis-disable.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/inclusive-language-analysis-disable.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/keyword-analysis-disable.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/noindex-author.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/infrastructure/cleanup-repository.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/user-interface/additional-contactmethods-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/user-interface/cleanup-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-meta/user-interface/custom-meta-integration.php
create mode 100755 wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface/user-profiles-additions-ui.php
create mode 100755 wp-content/plugins/wordpress-seo/src/values/images.php
create mode 100755 wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php
create mode 100755 wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php
create mode 100755 wp-content/plugins/wordpress-seo/src/values/open-graph/images.php
create mode 100755 wp-content/plugins/wordpress-seo/src/values/robots/directive.php
create mode 100755 wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php
create mode 100755 wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php
create mode 100755 wp-content/plugins/wordpress-seo/src/values/twitter/images.php
create mode 100755 wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php
create mode 100755 wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php
create mode 100755 wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor/autoload.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor/composer/LICENSE
create mode 100755 wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor/composer/installed.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizer.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientTrait.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatterInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception/MalformedUriException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/HttpFactory.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/NetworkExceptionInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/RequestExceptionInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/RequestFactoryInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ResponseFactoryInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ServerRequestFactoryInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/StreamFactoryInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UploadedFileFactoryInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UriFactoryInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php
create mode 100755 wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts/function.php
create mode 100755 wp-content/plugins/wordpress-seo/wp-seo-main.php
create mode 100755 wp-content/plugins/wordpress-seo/wp-seo.php
create mode 100755 wp-content/plugins/wordpress-seo/wpml-config.xml
create mode 100644 wp-content/themes/homeproz/inc/schema-markup.php
diff --git a/contract/Contracts/WordPress-Website/_scratch/site_analysis/IMPLEMENTATION-PLAN.md b/contract/Contracts/WordPress-Website/_scratch/site_analysis/IMPLEMENTATION-PLAN.md
index 7eb9bb7b..0ebd2e9c 100644
--- a/contract/Contracts/WordPress-Website/_scratch/site_analysis/IMPLEMENTATION-PLAN.md
+++ b/contract/Contracts/WordPress-Website/_scratch/site_analysis/IMPLEMENTATION-PLAN.md
@@ -757,13 +757,40 @@ This implementation plan is a draft for review. Please confirm:
- Blog sidebar includes search, categories, recent posts, CTA widget
- Single post shows related posts from same category
-### Phase 4: Block Patterns - PENDING
+### Phase 4: Block Patterns - COMPLETED
+- [x] Hero with CTA pattern (full-width cover block with heading, text, buttons)
+- [x] Feature Grid (3-col) pattern (columns with card backgrounds)
+- [x] Team Grid pattern (4-column agent cards with placeholders)
+- [x] Testimonial pattern (quote block with attribution)
+- [x] Split Content pattern (image + text two-column layout)
+- [x] CTA Banner pattern (accent background with heading and button)
+- [x] Contact Info pattern (address, phone, email, hours)
+- [x] Custom "HomeProz" pattern category registered
+- [x] Editor styles created (editor.scss compiled to editor.css)
+- [x] Vite config updated for editor entry point
+
+**Block Patterns Created:**
+- patterns/hero-cta.php
+- patterns/feature-grid.php
+- patterns/team-grid.php
+- patterns/testimonial.php
+- patterns/split-content.php
+- patterns/cta-banner.php
+- patterns/contact-info.php
+
+**Technical Decisions:**
+- Using WordPress 6.0+ pattern file format (PHP files with header comments)
+- Patterns use inline styles with theme color values for consistency
+- No emojis used in patterns (per mandate)
+- Editor styles match frontend design tokens
+- Placeholder images use via.placeholder.com (to be replaced with real images)
+
### Phase 5: Content & SEO - PENDING
### Phase 6: Performance & Security - PENDING
### Phase 7: Testing & Launch - PENDING
---
-*Document Version: 1.2*
+*Document Version: 1.3*
*Last Updated: November 28, 2025*
*Prepared by: Hanson.xyz Development Team*
diff --git a/db-snapshots/db-snapshot.sql b/db-snapshots/db-snapshot.sql
index f9952936..f54ea250 100644
--- a/db-snapshots/db-snapshot.sql
+++ b/db-snapshots/db-snapshot.sql
@@ -134,7 +134,7 @@ CREATE TABLE `wp_options` (
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
-) ENGINE=InnoDB AUTO_INCREMENT=163 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
+) ENGINE=InnoDB AUTO_INCREMENT=172 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
@@ -143,7 +143,7 @@ CREATE TABLE `wp_options` (
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
-INSERT INTO `wp_options` VALUES (1,'cron','a:9:{i:1764363747;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1764363748;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1764367344;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1764369115;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1764369116;a:1:{s:27:\"acf_update_site_health_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1764369144;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1764370944;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1764450148;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'),(2,'siteurl','https://homeproz.dev.hanson.xyz','on'),(3,'home','https://homeproz.dev.hanson.xyz','on'),(4,'blogname','HomeProz','on'),(5,'blogdescription','','on'),(6,'users_can_register','0','on'),(7,'admin_email','brian@hanson.xyz','on'),(8,'start_of_week','1','on'),(9,'use_balanceTags','0','on'),(10,'use_smilies','1','on'),(11,'require_name_email','1','on'),(12,'comments_notify','1','on'),(13,'posts_per_rss','10','on'),(14,'rss_use_excerpt','0','on'),(15,'mailserver_url','mail.example.com','on'),(16,'mailserver_login','login@example.com','on'),(17,'mailserver_pass','','on'),(18,'mailserver_port','110','on'),(19,'default_category','1','on'),(20,'default_comment_status','open','on'),(21,'default_ping_status','open','on'),(22,'default_pingback_flag','1','on'),(23,'posts_per_page','10','on'),(24,'date_format','F j, Y','on'),(25,'time_format','g:i a','on'),(26,'links_updated_date_format','F j, Y g:i a','on'),(27,'comment_moderation','0','on'),(28,'moderation_notify','1','on'),(29,'permalink_structure','/%postname%/','on'),(30,'rewrite_rules','a:133:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:13:\"properties/?$\";s:28:\"index.php?post_type=property\";s:43:\"properties/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=property&feed=$matches[1]\";s:38:\"properties/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=property&feed=$matches[1]\";s:30:\"properties/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=property&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:38:\"properties/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"properties/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"properties/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"properties/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"properties/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"properties/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"properties/([^/]+)/embed/?$\";s:41:\"index.php?property=$matches[1]&embed=true\";s:31:\"properties/([^/]+)/trackback/?$\";s:35:\"index.php?property=$matches[1]&tb=1\";s:51:\"properties/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?property=$matches[1]&feed=$matches[2]\";s:46:\"properties/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?property=$matches[1]&feed=$matches[2]\";s:39:\"properties/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?property=$matches[1]&paged=$matches[2]\";s:46:\"properties/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?property=$matches[1]&cpage=$matches[2]\";s:35:\"properties/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?property=$matches[1]&page=$matches[2]\";s:27:\"properties/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"properties/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"properties/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"properties/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"properties/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"properties/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"property-type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?property_type=$matches[1]&feed=$matches[2]\";s:49:\"property-type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?property_type=$matches[1]&feed=$matches[2]\";s:30:\"property-type/([^/]+)/embed/?$\";s:46:\"index.php?property_type=$matches[1]&embed=true\";s:42:\"property-type/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?property_type=$matches[1]&paged=$matches[2]\";s:24:\"property-type/([^/]+)/?$\";s:35:\"index.php?property_type=$matches[1]\";s:56:\"property-status/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?property_status=$matches[1]&feed=$matches[2]\";s:51:\"property-status/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?property_status=$matches[1]&feed=$matches[2]\";s:32:\"property-status/([^/]+)/embed/?$\";s:48:\"index.php?property_status=$matches[1]&embed=true\";s:44:\"property-status/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?property_status=$matches[1]&paged=$matches[2]\";s:26:\"property-status/([^/]+)/?$\";s:37:\"index.php?property_status=$matches[1]\";s:49:\"location/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?property_location=$matches[1]&feed=$matches[2]\";s:44:\"location/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?property_location=$matches[1]&feed=$matches[2]\";s:25:\"location/([^/]+)/embed/?$\";s:50:\"index.php?property_location=$matches[1]&embed=true\";s:37:\"location/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?property_location=$matches[1]&paged=$matches[2]\";s:19:\"location/([^/]+)/?$\";s:39:\"index.php?property_location=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=10&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','on'),(31,'hack_file','0','on'),(32,'blog_charset','UTF-8','on'),(33,'moderation_keys','','off'),(34,'active_plugins','a:2:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";}','on'),(35,'category_base','','on'),(36,'ping_sites','https://rpc.pingomatic.com/','on'),(37,'comment_max_links','2','on'),(38,'gmt_offset','0','on'),(39,'default_email_category','1','on'),(40,'recently_edited','','off'),(41,'template','homeproz','on'),(42,'stylesheet','homeproz','on'),(43,'comment_registration','0','on'),(44,'html_type','text/html','on'),(45,'use_trackback','0','on'),(46,'default_role','subscriber','on'),(47,'db_version','60421','on'),(48,'uploads_use_yearmonth_folders','1','on'),(49,'upload_path','','on'),(50,'blog_public','1','on'),(51,'default_link_category','2','on'),(52,'show_on_front','page','on'),(53,'tag_base','','on'),(54,'show_avatars','1','on'),(55,'avatar_rating','G','on'),(56,'upload_url_path','','on'),(57,'thumbnail_size_w','150','on'),(58,'thumbnail_size_h','150','on'),(59,'thumbnail_crop','1','on'),(60,'medium_size_w','300','on'),(61,'medium_size_h','300','on'),(62,'avatar_default','mystery','on'),(63,'large_size_w','1024','on'),(64,'large_size_h','1024','on'),(65,'image_default_link_type','none','on'),(66,'image_default_size','','on'),(67,'image_default_align','','on'),(68,'close_comments_for_old_posts','0','on'),(69,'close_comments_days_old','14','on'),(70,'thread_comments','1','on'),(71,'thread_comments_depth','5','on'),(72,'page_comments','0','on'),(73,'comments_per_page','50','on'),(74,'default_comments_page','newest','on'),(75,'comment_order','asc','on'),(76,'sticky_posts','a:0:{}','on'),(77,'widget_categories','a:0:{}','on'),(78,'widget_text','a:0:{}','on'),(79,'widget_rss','a:0:{}','on'),(80,'uninstall_plugins','a:0:{}','off'),(81,'timezone_string','','on'),(82,'page_for_posts','9','on'),(83,'page_on_front','10','on'),(84,'default_post_format','0','on'),(85,'link_manager_enabled','0','on'),(86,'finished_splitting_shared_terms','1','on'),(87,'site_icon','0','on'),(88,'medium_large_size_w','768','on'),(89,'medium_large_size_h','0','on'),(90,'wp_page_for_privacy_policy','3','on'),(91,'show_comments_cookies_opt_in','1','on'),(92,'admin_email_lifespan','1779915744','on'),(93,'disallowed_keys','','off'),(94,'comment_previously_approved','1','on'),(95,'auto_plugin_theme_update_emails','a:0:{}','off'),(96,'auto_update_core_dev','enabled','on'),(97,'auto_update_core_minor','enabled','on'),(98,'auto_update_core_major','enabled','on'),(99,'wp_force_deactivated_plugins','a:0:{}','on'),(100,'wp_attachment_pages_enabled','0','on'),(101,'initial_db_version','60421','on'),(102,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','on'),(103,'fresh_site','0','off'),(104,'user_count','1','off'),(105,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"\";}i:3;a:1:{s:7:\"content\";s:154:\"
Recent Posts
\";}i:4;a:1:{s:7:\"content\";s:227:\"
Recent Comments \";}i:5;a:1:{s:7:\"content\";s:146:\"
Archives \";}i:6;a:1:{s:7:\"content\";s:150:\"
Categories \";}s:12:\"_multiwidget\";i:1;}','auto'),(106,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','auto'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.8.3\";s:5:\"files\";a:536:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:33:\"comment-author-name/style-rtl.css\";i:77;s:37:\"comment-author-name/style-rtl.min.css\";i:78;s:29:\"comment-author-name/style.css\";i:79;s:33:\"comment-author-name/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:26:\"comment-date/style-rtl.css\";i:85;s:30:\"comment-date/style-rtl.min.css\";i:86;s:22:\"comment-date/style.css\";i:87;s:26:\"comment-date/style.min.css\";i:88;s:31:\"comment-edit-link/style-rtl.css\";i:89;s:35:\"comment-edit-link/style-rtl.min.css\";i:90;s:27:\"comment-edit-link/style.css\";i:91;s:31:\"comment-edit-link/style.min.css\";i:92;s:32:\"comment-reply-link/style-rtl.css\";i:93;s:36:\"comment-reply-link/style-rtl.min.css\";i:94;s:28:\"comment-reply-link/style.css\";i:95;s:32:\"comment-reply-link/style.min.css\";i:96;s:30:\"comment-template/style-rtl.css\";i:97;s:34:\"comment-template/style-rtl.min.css\";i:98;s:26:\"comment-template/style.css\";i:99;s:30:\"comment-template/style.min.css\";i:100;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:101;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:102;s:38:\"comments-pagination-numbers/editor.css\";i:103;s:42:\"comments-pagination-numbers/editor.min.css\";i:104;s:34:\"comments-pagination/editor-rtl.css\";i:105;s:38:\"comments-pagination/editor-rtl.min.css\";i:106;s:30:\"comments-pagination/editor.css\";i:107;s:34:\"comments-pagination/editor.min.css\";i:108;s:33:\"comments-pagination/style-rtl.css\";i:109;s:37:\"comments-pagination/style-rtl.min.css\";i:110;s:29:\"comments-pagination/style.css\";i:111;s:33:\"comments-pagination/style.min.css\";i:112;s:29:\"comments-title/editor-rtl.css\";i:113;s:33:\"comments-title/editor-rtl.min.css\";i:114;s:25:\"comments-title/editor.css\";i:115;s:29:\"comments-title/editor.min.css\";i:116;s:23:\"comments/editor-rtl.css\";i:117;s:27:\"comments/editor-rtl.min.css\";i:118;s:19:\"comments/editor.css\";i:119;s:23:\"comments/editor.min.css\";i:120;s:22:\"comments/style-rtl.css\";i:121;s:26:\"comments/style-rtl.min.css\";i:122;s:18:\"comments/style.css\";i:123;s:22:\"comments/style.min.css\";i:124;s:20:\"cover/editor-rtl.css\";i:125;s:24:\"cover/editor-rtl.min.css\";i:126;s:16:\"cover/editor.css\";i:127;s:20:\"cover/editor.min.css\";i:128;s:19:\"cover/style-rtl.css\";i:129;s:23:\"cover/style-rtl.min.css\";i:130;s:15:\"cover/style.css\";i:131;s:19:\"cover/style.min.css\";i:132;s:22:\"details/editor-rtl.css\";i:133;s:26:\"details/editor-rtl.min.css\";i:134;s:18:\"details/editor.css\";i:135;s:22:\"details/editor.min.css\";i:136;s:21:\"details/style-rtl.css\";i:137;s:25:\"details/style-rtl.min.css\";i:138;s:17:\"details/style.css\";i:139;s:21:\"details/style.min.css\";i:140;s:20:\"embed/editor-rtl.css\";i:141;s:24:\"embed/editor-rtl.min.css\";i:142;s:16:\"embed/editor.css\";i:143;s:20:\"embed/editor.min.css\";i:144;s:19:\"embed/style-rtl.css\";i:145;s:23:\"embed/style-rtl.min.css\";i:146;s:15:\"embed/style.css\";i:147;s:19:\"embed/style.min.css\";i:148;s:19:\"embed/theme-rtl.css\";i:149;s:23:\"embed/theme-rtl.min.css\";i:150;s:15:\"embed/theme.css\";i:151;s:19:\"embed/theme.min.css\";i:152;s:19:\"file/editor-rtl.css\";i:153;s:23:\"file/editor-rtl.min.css\";i:154;s:15:\"file/editor.css\";i:155;s:19:\"file/editor.min.css\";i:156;s:18:\"file/style-rtl.css\";i:157;s:22:\"file/style-rtl.min.css\";i:158;s:14:\"file/style.css\";i:159;s:18:\"file/style.min.css\";i:160;s:23:\"footnotes/style-rtl.css\";i:161;s:27:\"footnotes/style-rtl.min.css\";i:162;s:19:\"footnotes/style.css\";i:163;s:23:\"footnotes/style.min.css\";i:164;s:23:\"freeform/editor-rtl.css\";i:165;s:27:\"freeform/editor-rtl.min.css\";i:166;s:19:\"freeform/editor.css\";i:167;s:23:\"freeform/editor.min.css\";i:168;s:22:\"gallery/editor-rtl.css\";i:169;s:26:\"gallery/editor-rtl.min.css\";i:170;s:18:\"gallery/editor.css\";i:171;s:22:\"gallery/editor.min.css\";i:172;s:21:\"gallery/style-rtl.css\";i:173;s:25:\"gallery/style-rtl.min.css\";i:174;s:17:\"gallery/style.css\";i:175;s:21:\"gallery/style.min.css\";i:176;s:21:\"gallery/theme-rtl.css\";i:177;s:25:\"gallery/theme-rtl.min.css\";i:178;s:17:\"gallery/theme.css\";i:179;s:21:\"gallery/theme.min.css\";i:180;s:20:\"group/editor-rtl.css\";i:181;s:24:\"group/editor-rtl.min.css\";i:182;s:16:\"group/editor.css\";i:183;s:20:\"group/editor.min.css\";i:184;s:19:\"group/style-rtl.css\";i:185;s:23:\"group/style-rtl.min.css\";i:186;s:15:\"group/style.css\";i:187;s:19:\"group/style.min.css\";i:188;s:19:\"group/theme-rtl.css\";i:189;s:23:\"group/theme-rtl.min.css\";i:190;s:15:\"group/theme.css\";i:191;s:19:\"group/theme.min.css\";i:192;s:21:\"heading/style-rtl.css\";i:193;s:25:\"heading/style-rtl.min.css\";i:194;s:17:\"heading/style.css\";i:195;s:21:\"heading/style.min.css\";i:196;s:19:\"html/editor-rtl.css\";i:197;s:23:\"html/editor-rtl.min.css\";i:198;s:15:\"html/editor.css\";i:199;s:19:\"html/editor.min.css\";i:200;s:20:\"image/editor-rtl.css\";i:201;s:24:\"image/editor-rtl.min.css\";i:202;s:16:\"image/editor.css\";i:203;s:20:\"image/editor.min.css\";i:204;s:19:\"image/style-rtl.css\";i:205;s:23:\"image/style-rtl.min.css\";i:206;s:15:\"image/style.css\";i:207;s:19:\"image/style.min.css\";i:208;s:19:\"image/theme-rtl.css\";i:209;s:23:\"image/theme-rtl.min.css\";i:210;s:15:\"image/theme.css\";i:211;s:19:\"image/theme.min.css\";i:212;s:29:\"latest-comments/style-rtl.css\";i:213;s:33:\"latest-comments/style-rtl.min.css\";i:214;s:25:\"latest-comments/style.css\";i:215;s:29:\"latest-comments/style.min.css\";i:216;s:27:\"latest-posts/editor-rtl.css\";i:217;s:31:\"latest-posts/editor-rtl.min.css\";i:218;s:23:\"latest-posts/editor.css\";i:219;s:27:\"latest-posts/editor.min.css\";i:220;s:26:\"latest-posts/style-rtl.css\";i:221;s:30:\"latest-posts/style-rtl.min.css\";i:222;s:22:\"latest-posts/style.css\";i:223;s:26:\"latest-posts/style.min.css\";i:224;s:18:\"list/style-rtl.css\";i:225;s:22:\"list/style-rtl.min.css\";i:226;s:14:\"list/style.css\";i:227;s:18:\"list/style.min.css\";i:228;s:22:\"loginout/style-rtl.css\";i:229;s:26:\"loginout/style-rtl.min.css\";i:230;s:18:\"loginout/style.css\";i:231;s:22:\"loginout/style.min.css\";i:232;s:25:\"media-text/editor-rtl.css\";i:233;s:29:\"media-text/editor-rtl.min.css\";i:234;s:21:\"media-text/editor.css\";i:235;s:25:\"media-text/editor.min.css\";i:236;s:24:\"media-text/style-rtl.css\";i:237;s:28:\"media-text/style-rtl.min.css\";i:238;s:20:\"media-text/style.css\";i:239;s:24:\"media-text/style.min.css\";i:240;s:19:\"more/editor-rtl.css\";i:241;s:23:\"more/editor-rtl.min.css\";i:242;s:15:\"more/editor.css\";i:243;s:19:\"more/editor.min.css\";i:244;s:30:\"navigation-link/editor-rtl.css\";i:245;s:34:\"navigation-link/editor-rtl.min.css\";i:246;s:26:\"navigation-link/editor.css\";i:247;s:30:\"navigation-link/editor.min.css\";i:248;s:29:\"navigation-link/style-rtl.css\";i:249;s:33:\"navigation-link/style-rtl.min.css\";i:250;s:25:\"navigation-link/style.css\";i:251;s:29:\"navigation-link/style.min.css\";i:252;s:33:\"navigation-submenu/editor-rtl.css\";i:253;s:37:\"navigation-submenu/editor-rtl.min.css\";i:254;s:29:\"navigation-submenu/editor.css\";i:255;s:33:\"navigation-submenu/editor.min.css\";i:256;s:25:\"navigation/editor-rtl.css\";i:257;s:29:\"navigation/editor-rtl.min.css\";i:258;s:21:\"navigation/editor.css\";i:259;s:25:\"navigation/editor.min.css\";i:260;s:24:\"navigation/style-rtl.css\";i:261;s:28:\"navigation/style-rtl.min.css\";i:262;s:20:\"navigation/style.css\";i:263;s:24:\"navigation/style.min.css\";i:264;s:23:\"nextpage/editor-rtl.css\";i:265;s:27:\"nextpage/editor-rtl.min.css\";i:266;s:19:\"nextpage/editor.css\";i:267;s:23:\"nextpage/editor.min.css\";i:268;s:24:\"page-list/editor-rtl.css\";i:269;s:28:\"page-list/editor-rtl.min.css\";i:270;s:20:\"page-list/editor.css\";i:271;s:24:\"page-list/editor.min.css\";i:272;s:23:\"page-list/style-rtl.css\";i:273;s:27:\"page-list/style-rtl.min.css\";i:274;s:19:\"page-list/style.css\";i:275;s:23:\"page-list/style.min.css\";i:276;s:24:\"paragraph/editor-rtl.css\";i:277;s:28:\"paragraph/editor-rtl.min.css\";i:278;s:20:\"paragraph/editor.css\";i:279;s:24:\"paragraph/editor.min.css\";i:280;s:23:\"paragraph/style-rtl.css\";i:281;s:27:\"paragraph/style-rtl.min.css\";i:282;s:19:\"paragraph/style.css\";i:283;s:23:\"paragraph/style.min.css\";i:284;s:35:\"post-author-biography/style-rtl.css\";i:285;s:39:\"post-author-biography/style-rtl.min.css\";i:286;s:31:\"post-author-biography/style.css\";i:287;s:35:\"post-author-biography/style.min.css\";i:288;s:30:\"post-author-name/style-rtl.css\";i:289;s:34:\"post-author-name/style-rtl.min.css\";i:290;s:26:\"post-author-name/style.css\";i:291;s:30:\"post-author-name/style.min.css\";i:292;s:26:\"post-author/editor-rtl.css\";i:293;s:30:\"post-author/editor-rtl.min.css\";i:294;s:22:\"post-author/editor.css\";i:295;s:26:\"post-author/editor.min.css\";i:296;s:25:\"post-author/style-rtl.css\";i:297;s:29:\"post-author/style-rtl.min.css\";i:298;s:21:\"post-author/style.css\";i:299;s:25:\"post-author/style.min.css\";i:300;s:33:\"post-comments-form/editor-rtl.css\";i:301;s:37:\"post-comments-form/editor-rtl.min.css\";i:302;s:29:\"post-comments-form/editor.css\";i:303;s:33:\"post-comments-form/editor.min.css\";i:304;s:32:\"post-comments-form/style-rtl.css\";i:305;s:36:\"post-comments-form/style-rtl.min.css\";i:306;s:28:\"post-comments-form/style.css\";i:307;s:32:\"post-comments-form/style.min.css\";i:308;s:26:\"post-content/style-rtl.css\";i:309;s:30:\"post-content/style-rtl.min.css\";i:310;s:22:\"post-content/style.css\";i:311;s:26:\"post-content/style.min.css\";i:312;s:23:\"post-date/style-rtl.css\";i:313;s:27:\"post-date/style-rtl.min.css\";i:314;s:19:\"post-date/style.css\";i:315;s:23:\"post-date/style.min.css\";i:316;s:27:\"post-excerpt/editor-rtl.css\";i:317;s:31:\"post-excerpt/editor-rtl.min.css\";i:318;s:23:\"post-excerpt/editor.css\";i:319;s:27:\"post-excerpt/editor.min.css\";i:320;s:26:\"post-excerpt/style-rtl.css\";i:321;s:30:\"post-excerpt/style-rtl.min.css\";i:322;s:22:\"post-excerpt/style.css\";i:323;s:26:\"post-excerpt/style.min.css\";i:324;s:34:\"post-featured-image/editor-rtl.css\";i:325;s:38:\"post-featured-image/editor-rtl.min.css\";i:326;s:30:\"post-featured-image/editor.css\";i:327;s:34:\"post-featured-image/editor.min.css\";i:328;s:33:\"post-featured-image/style-rtl.css\";i:329;s:37:\"post-featured-image/style-rtl.min.css\";i:330;s:29:\"post-featured-image/style.css\";i:331;s:33:\"post-featured-image/style.min.css\";i:332;s:34:\"post-navigation-link/style-rtl.css\";i:333;s:38:\"post-navigation-link/style-rtl.min.css\";i:334;s:30:\"post-navigation-link/style.css\";i:335;s:34:\"post-navigation-link/style.min.css\";i:336;s:27:\"post-template/style-rtl.css\";i:337;s:31:\"post-template/style-rtl.min.css\";i:338;s:23:\"post-template/style.css\";i:339;s:27:\"post-template/style.min.css\";i:340;s:24:\"post-terms/style-rtl.css\";i:341;s:28:\"post-terms/style-rtl.min.css\";i:342;s:20:\"post-terms/style.css\";i:343;s:24:\"post-terms/style.min.css\";i:344;s:24:\"post-title/style-rtl.css\";i:345;s:28:\"post-title/style-rtl.min.css\";i:346;s:20:\"post-title/style.css\";i:347;s:24:\"post-title/style.min.css\";i:348;s:26:\"preformatted/style-rtl.css\";i:349;s:30:\"preformatted/style-rtl.min.css\";i:350;s:22:\"preformatted/style.css\";i:351;s:26:\"preformatted/style.min.css\";i:352;s:24:\"pullquote/editor-rtl.css\";i:353;s:28:\"pullquote/editor-rtl.min.css\";i:354;s:20:\"pullquote/editor.css\";i:355;s:24:\"pullquote/editor.min.css\";i:356;s:23:\"pullquote/style-rtl.css\";i:357;s:27:\"pullquote/style-rtl.min.css\";i:358;s:19:\"pullquote/style.css\";i:359;s:23:\"pullquote/style.min.css\";i:360;s:23:\"pullquote/theme-rtl.css\";i:361;s:27:\"pullquote/theme-rtl.min.css\";i:362;s:19:\"pullquote/theme.css\";i:363;s:23:\"pullquote/theme.min.css\";i:364;s:39:\"query-pagination-numbers/editor-rtl.css\";i:365;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:366;s:35:\"query-pagination-numbers/editor.css\";i:367;s:39:\"query-pagination-numbers/editor.min.css\";i:368;s:31:\"query-pagination/editor-rtl.css\";i:369;s:35:\"query-pagination/editor-rtl.min.css\";i:370;s:27:\"query-pagination/editor.css\";i:371;s:31:\"query-pagination/editor.min.css\";i:372;s:30:\"query-pagination/style-rtl.css\";i:373;s:34:\"query-pagination/style-rtl.min.css\";i:374;s:26:\"query-pagination/style.css\";i:375;s:30:\"query-pagination/style.min.css\";i:376;s:25:\"query-title/style-rtl.css\";i:377;s:29:\"query-title/style-rtl.min.css\";i:378;s:21:\"query-title/style.css\";i:379;s:25:\"query-title/style.min.css\";i:380;s:25:\"query-total/style-rtl.css\";i:381;s:29:\"query-total/style-rtl.min.css\";i:382;s:21:\"query-total/style.css\";i:383;s:25:\"query-total/style.min.css\";i:384;s:20:\"query/editor-rtl.css\";i:385;s:24:\"query/editor-rtl.min.css\";i:386;s:16:\"query/editor.css\";i:387;s:20:\"query/editor.min.css\";i:388;s:19:\"quote/style-rtl.css\";i:389;s:23:\"quote/style-rtl.min.css\";i:390;s:15:\"quote/style.css\";i:391;s:19:\"quote/style.min.css\";i:392;s:19:\"quote/theme-rtl.css\";i:393;s:23:\"quote/theme-rtl.min.css\";i:394;s:15:\"quote/theme.css\";i:395;s:19:\"quote/theme.min.css\";i:396;s:23:\"read-more/style-rtl.css\";i:397;s:27:\"read-more/style-rtl.min.css\";i:398;s:19:\"read-more/style.css\";i:399;s:23:\"read-more/style.min.css\";i:400;s:18:\"rss/editor-rtl.css\";i:401;s:22:\"rss/editor-rtl.min.css\";i:402;s:14:\"rss/editor.css\";i:403;s:18:\"rss/editor.min.css\";i:404;s:17:\"rss/style-rtl.css\";i:405;s:21:\"rss/style-rtl.min.css\";i:406;s:13:\"rss/style.css\";i:407;s:17:\"rss/style.min.css\";i:408;s:21:\"search/editor-rtl.css\";i:409;s:25:\"search/editor-rtl.min.css\";i:410;s:17:\"search/editor.css\";i:411;s:21:\"search/editor.min.css\";i:412;s:20:\"search/style-rtl.css\";i:413;s:24:\"search/style-rtl.min.css\";i:414;s:16:\"search/style.css\";i:415;s:20:\"search/style.min.css\";i:416;s:20:\"search/theme-rtl.css\";i:417;s:24:\"search/theme-rtl.min.css\";i:418;s:16:\"search/theme.css\";i:419;s:20:\"search/theme.min.css\";i:420;s:24:\"separator/editor-rtl.css\";i:421;s:28:\"separator/editor-rtl.min.css\";i:422;s:20:\"separator/editor.css\";i:423;s:24:\"separator/editor.min.css\";i:424;s:23:\"separator/style-rtl.css\";i:425;s:27:\"separator/style-rtl.min.css\";i:426;s:19:\"separator/style.css\";i:427;s:23:\"separator/style.min.css\";i:428;s:23:\"separator/theme-rtl.css\";i:429;s:27:\"separator/theme-rtl.min.css\";i:430;s:19:\"separator/theme.css\";i:431;s:23:\"separator/theme.min.css\";i:432;s:24:\"shortcode/editor-rtl.css\";i:433;s:28:\"shortcode/editor-rtl.min.css\";i:434;s:20:\"shortcode/editor.css\";i:435;s:24:\"shortcode/editor.min.css\";i:436;s:24:\"site-logo/editor-rtl.css\";i:437;s:28:\"site-logo/editor-rtl.min.css\";i:438;s:20:\"site-logo/editor.css\";i:439;s:24:\"site-logo/editor.min.css\";i:440;s:23:\"site-logo/style-rtl.css\";i:441;s:27:\"site-logo/style-rtl.min.css\";i:442;s:19:\"site-logo/style.css\";i:443;s:23:\"site-logo/style.min.css\";i:444;s:27:\"site-tagline/editor-rtl.css\";i:445;s:31:\"site-tagline/editor-rtl.min.css\";i:446;s:23:\"site-tagline/editor.css\";i:447;s:27:\"site-tagline/editor.min.css\";i:448;s:26:\"site-tagline/style-rtl.css\";i:449;s:30:\"site-tagline/style-rtl.min.css\";i:450;s:22:\"site-tagline/style.css\";i:451;s:26:\"site-tagline/style.min.css\";i:452;s:25:\"site-title/editor-rtl.css\";i:453;s:29:\"site-title/editor-rtl.min.css\";i:454;s:21:\"site-title/editor.css\";i:455;s:25:\"site-title/editor.min.css\";i:456;s:24:\"site-title/style-rtl.css\";i:457;s:28:\"site-title/style-rtl.min.css\";i:458;s:20:\"site-title/style.css\";i:459;s:24:\"site-title/style.min.css\";i:460;s:26:\"social-link/editor-rtl.css\";i:461;s:30:\"social-link/editor-rtl.min.css\";i:462;s:22:\"social-link/editor.css\";i:463;s:26:\"social-link/editor.min.css\";i:464;s:27:\"social-links/editor-rtl.css\";i:465;s:31:\"social-links/editor-rtl.min.css\";i:466;s:23:\"social-links/editor.css\";i:467;s:27:\"social-links/editor.min.css\";i:468;s:26:\"social-links/style-rtl.css\";i:469;s:30:\"social-links/style-rtl.min.css\";i:470;s:22:\"social-links/style.css\";i:471;s:26:\"social-links/style.min.css\";i:472;s:21:\"spacer/editor-rtl.css\";i:473;s:25:\"spacer/editor-rtl.min.css\";i:474;s:17:\"spacer/editor.css\";i:475;s:21:\"spacer/editor.min.css\";i:476;s:20:\"spacer/style-rtl.css\";i:477;s:24:\"spacer/style-rtl.min.css\";i:478;s:16:\"spacer/style.css\";i:479;s:20:\"spacer/style.min.css\";i:480;s:20:\"table/editor-rtl.css\";i:481;s:24:\"table/editor-rtl.min.css\";i:482;s:16:\"table/editor.css\";i:483;s:20:\"table/editor.min.css\";i:484;s:19:\"table/style-rtl.css\";i:485;s:23:\"table/style-rtl.min.css\";i:486;s:15:\"table/style.css\";i:487;s:19:\"table/style.min.css\";i:488;s:19:\"table/theme-rtl.css\";i:489;s:23:\"table/theme-rtl.min.css\";i:490;s:15:\"table/theme.css\";i:491;s:19:\"table/theme.min.css\";i:492;s:24:\"tag-cloud/editor-rtl.css\";i:493;s:28:\"tag-cloud/editor-rtl.min.css\";i:494;s:20:\"tag-cloud/editor.css\";i:495;s:24:\"tag-cloud/editor.min.css\";i:496;s:23:\"tag-cloud/style-rtl.css\";i:497;s:27:\"tag-cloud/style-rtl.min.css\";i:498;s:19:\"tag-cloud/style.css\";i:499;s:23:\"tag-cloud/style.min.css\";i:500;s:28:\"template-part/editor-rtl.css\";i:501;s:32:\"template-part/editor-rtl.min.css\";i:502;s:24:\"template-part/editor.css\";i:503;s:28:\"template-part/editor.min.css\";i:504;s:27:\"template-part/theme-rtl.css\";i:505;s:31:\"template-part/theme-rtl.min.css\";i:506;s:23:\"template-part/theme.css\";i:507;s:27:\"template-part/theme.min.css\";i:508;s:30:\"term-description/style-rtl.css\";i:509;s:34:\"term-description/style-rtl.min.css\";i:510;s:26:\"term-description/style.css\";i:511;s:30:\"term-description/style.min.css\";i:512;s:27:\"text-columns/editor-rtl.css\";i:513;s:31:\"text-columns/editor-rtl.min.css\";i:514;s:23:\"text-columns/editor.css\";i:515;s:27:\"text-columns/editor.min.css\";i:516;s:26:\"text-columns/style-rtl.css\";i:517;s:30:\"text-columns/style-rtl.min.css\";i:518;s:22:\"text-columns/style.css\";i:519;s:26:\"text-columns/style.min.css\";i:520;s:19:\"verse/style-rtl.css\";i:521;s:23:\"verse/style-rtl.min.css\";i:522;s:15:\"verse/style.css\";i:523;s:19:\"verse/style.min.css\";i:524;s:20:\"video/editor-rtl.css\";i:525;s:24:\"video/editor-rtl.min.css\";i:526;s:16:\"video/editor.css\";i:527;s:20:\"video/editor.min.css\";i:528;s:19:\"video/style-rtl.css\";i:529;s:23:\"video/style-rtl.min.css\";i:530;s:15:\"video/style.css\";i:531;s:19:\"video/style.min.css\";i:532;s:19:\"video/theme-rtl.css\";i:533;s:23:\"video/theme-rtl.min.css\";i:534;s:15:\"video/theme.css\";i:535;s:19:\"video/theme.min.css\";}}','on'),(124,'_transient_doing_cron','1764370872.7675020694732666015625','on'),(125,'theme_mods_twentytwentyfive','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1764367183;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off'),(126,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"64ad95698215776f80fa1e80f2eb5417\";s:6:\"blocks\";a:7:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:12:\"core/columns\";s:0:\"\";s:14:\"core/pullquote\";s:121:\":root :where(.wp-block-pullquote){font-size: clamp(0.984em, 0.984rem + ((1vw - 0.2em) * 0.938), 1.5em);line-height: 1.6;}\";s:15:\"core/site-title\";s:89:\":root :where(.wp-block-site-title){font-family: var(--wp--preset--font-family--display);}\";s:15:\"core/navigation\";s:86:\":root :where(.wp-block-navigation){font-family: var(--wp--preset--font-family--body);}\";}}','on'),(129,'category_children','a:0:{}','auto'),(132,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1764370639;s:7:\"checked\";a:4:{s:8:\"homeproz\";s:5:\"1.0.0\";s:16:\"twentytwentyfive\";s:3:\"1.3\";s:16:\"twentytwentyfour\";s:3:\"1.3\";s:17:\"twentytwentythree\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','off'),(133,'current_theme','HomeProz','auto'),(134,'theme_switched','','auto'),(135,'theme_mods_homeproz','a:2:{s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:15;}s:18:\"custom_css_post_id\";i:-1;}','auto'),(141,'property_type_children','a:0:{}','auto'),(144,'property_status_children','a:0:{}','auto'),(150,'property_location_children','a:0:{}','auto'),(152,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.3\";s:7:\"version\";s:5:\"6.8.3\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1764370639;s:15:\"version_checked\";s:5:\"6.8.3\";s:12:\"translations\";a:0:{}}','off'),(154,'_site_transient_timeout_theme_roots','1764370916','off'),(155,'_site_transient_theme_roots','a:4:{s:8:\"homeproz\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','off'),(156,'acf_first_activated_version','6.6.2','on'),(157,'acf_site_health','{\"event_first_activated\":1764369116,\"last_updated\":1764369116}','off'),(158,'_site_transient_timeout_wp_theme_files_patterns-2aae27f1f26ef7a6be8ebee5c8a6a86b','1764372438','off'),(159,'_site_transient_wp_theme_files_patterns-2aae27f1f26ef7a6be8ebee5c8a6a86b','a:2:{s:7:\"version\";s:5:\"1.0.0\";s:8:\"patterns\";a:0:{}}','off'),(162,'wpcf7','a:2:{s:7:\"version\";s:5:\"6.1.3\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1764370639;s:7:\"version\";s:5:\"6.1.3\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','auto');
+INSERT INTO `wp_options` VALUES (1,'cron','a:10:{i:1764363747;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1764363748;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1764367344;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1764369115;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1764369116;a:1:{s:27:\"acf_update_site_health_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1764369144;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1764370944;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1764371307;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1764450148;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'),(2,'siteurl','https://homeproz.dev.hanson.xyz','on'),(3,'home','https://homeproz.dev.hanson.xyz','on'),(4,'blogname','HomeProz','on'),(5,'blogdescription','','on'),(6,'users_can_register','0','on'),(7,'admin_email','brian@hanson.xyz','on'),(8,'start_of_week','1','on'),(9,'use_balanceTags','0','on'),(10,'use_smilies','1','on'),(11,'require_name_email','1','on'),(12,'comments_notify','1','on'),(13,'posts_per_rss','10','on'),(14,'rss_use_excerpt','0','on'),(15,'mailserver_url','mail.example.com','on'),(16,'mailserver_login','login@example.com','on'),(17,'mailserver_pass','','on'),(18,'mailserver_port','110','on'),(19,'default_category','1','on'),(20,'default_comment_status','open','on'),(21,'default_ping_status','open','on'),(22,'default_pingback_flag','1','on'),(23,'posts_per_page','10','on'),(24,'date_format','F j, Y','on'),(25,'time_format','g:i a','on'),(26,'links_updated_date_format','F j, Y g:i a','on'),(27,'comment_moderation','0','on'),(28,'moderation_notify','1','on'),(29,'permalink_structure','/%postname%/','on'),(30,'rewrite_rules','a:133:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:13:\"properties/?$\";s:28:\"index.php?post_type=property\";s:43:\"properties/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=property&feed=$matches[1]\";s:38:\"properties/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=property&feed=$matches[1]\";s:30:\"properties/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=property&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:38:\"properties/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"properties/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"properties/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"properties/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"properties/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"properties/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"properties/([^/]+)/embed/?$\";s:41:\"index.php?property=$matches[1]&embed=true\";s:31:\"properties/([^/]+)/trackback/?$\";s:35:\"index.php?property=$matches[1]&tb=1\";s:51:\"properties/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?property=$matches[1]&feed=$matches[2]\";s:46:\"properties/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?property=$matches[1]&feed=$matches[2]\";s:39:\"properties/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?property=$matches[1]&paged=$matches[2]\";s:46:\"properties/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?property=$matches[1]&cpage=$matches[2]\";s:35:\"properties/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?property=$matches[1]&page=$matches[2]\";s:27:\"properties/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"properties/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"properties/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"properties/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"properties/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"properties/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"property-type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?property_type=$matches[1]&feed=$matches[2]\";s:49:\"property-type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?property_type=$matches[1]&feed=$matches[2]\";s:30:\"property-type/([^/]+)/embed/?$\";s:46:\"index.php?property_type=$matches[1]&embed=true\";s:42:\"property-type/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?property_type=$matches[1]&paged=$matches[2]\";s:24:\"property-type/([^/]+)/?$\";s:35:\"index.php?property_type=$matches[1]\";s:56:\"property-status/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?property_status=$matches[1]&feed=$matches[2]\";s:51:\"property-status/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?property_status=$matches[1]&feed=$matches[2]\";s:32:\"property-status/([^/]+)/embed/?$\";s:48:\"index.php?property_status=$matches[1]&embed=true\";s:44:\"property-status/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?property_status=$matches[1]&paged=$matches[2]\";s:26:\"property-status/([^/]+)/?$\";s:37:\"index.php?property_status=$matches[1]\";s:49:\"location/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?property_location=$matches[1]&feed=$matches[2]\";s:44:\"location/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?property_location=$matches[1]&feed=$matches[2]\";s:25:\"location/([^/]+)/embed/?$\";s:50:\"index.php?property_location=$matches[1]&embed=true\";s:37:\"location/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?property_location=$matches[1]&paged=$matches[2]\";s:19:\"location/([^/]+)/?$\";s:39:\"index.php?property_location=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=10&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','on'),(31,'hack_file','0','on'),(32,'blog_charset','UTF-8','on'),(33,'moderation_keys','','off'),(34,'active_plugins','a:3:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:24:\"wordpress-seo/wp-seo.php\";}','on'),(35,'category_base','','on'),(36,'ping_sites','https://rpc.pingomatic.com/','on'),(37,'comment_max_links','2','on'),(38,'gmt_offset','0','on'),(39,'default_email_category','1','on'),(40,'recently_edited','','off'),(41,'template','homeproz','on'),(42,'stylesheet','homeproz','on'),(43,'comment_registration','0','on'),(44,'html_type','text/html','on'),(45,'use_trackback','0','on'),(46,'default_role','subscriber','on'),(47,'db_version','60421','on'),(48,'uploads_use_yearmonth_folders','1','on'),(49,'upload_path','','on'),(50,'blog_public','1','on'),(51,'default_link_category','2','on'),(52,'show_on_front','page','on'),(53,'tag_base','','on'),(54,'show_avatars','1','on'),(55,'avatar_rating','G','on'),(56,'upload_url_path','','on'),(57,'thumbnail_size_w','150','on'),(58,'thumbnail_size_h','150','on'),(59,'thumbnail_crop','1','on'),(60,'medium_size_w','300','on'),(61,'medium_size_h','300','on'),(62,'avatar_default','mystery','on'),(63,'large_size_w','1024','on'),(64,'large_size_h','1024','on'),(65,'image_default_link_type','none','on'),(66,'image_default_size','','on'),(67,'image_default_align','','on'),(68,'close_comments_for_old_posts','0','on'),(69,'close_comments_days_old','14','on'),(70,'thread_comments','1','on'),(71,'thread_comments_depth','5','on'),(72,'page_comments','0','on'),(73,'comments_per_page','50','on'),(74,'default_comments_page','newest','on'),(75,'comment_order','asc','on'),(76,'sticky_posts','a:0:{}','on'),(77,'widget_categories','a:0:{}','on'),(78,'widget_text','a:0:{}','on'),(79,'widget_rss','a:0:{}','on'),(80,'uninstall_plugins','a:1:{s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";}','off'),(81,'timezone_string','','on'),(82,'page_for_posts','9','on'),(83,'page_on_front','10','on'),(84,'default_post_format','0','on'),(85,'link_manager_enabled','0','on'),(86,'finished_splitting_shared_terms','1','on'),(87,'site_icon','0','on'),(88,'medium_large_size_w','768','on'),(89,'medium_large_size_h','0','on'),(90,'wp_page_for_privacy_policy','3','on'),(91,'show_comments_cookies_opt_in','1','on'),(92,'admin_email_lifespan','1779915744','on'),(93,'disallowed_keys','','off'),(94,'comment_previously_approved','1','on'),(95,'auto_plugin_theme_update_emails','a:0:{}','off'),(96,'auto_update_core_dev','enabled','on'),(97,'auto_update_core_minor','enabled','on'),(98,'auto_update_core_major','enabled','on'),(99,'wp_force_deactivated_plugins','a:0:{}','on'),(100,'wp_attachment_pages_enabled','1','on'),(101,'initial_db_version','60421','on'),(102,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','on'),(103,'fresh_site','0','off'),(104,'user_count','1','off'),(105,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"\";}i:3;a:1:{s:7:\"content\";s:154:\"
Recent Posts \";}i:4;a:1:{s:7:\"content\";s:227:\"
Recent Comments \";}i:5;a:1:{s:7:\"content\";s:146:\"
Archives \";}i:6;a:1:{s:7:\"content\";s:150:\"
Categories \";}s:12:\"_multiwidget\";i:1;}','auto'),(106,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','auto'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.8.3\";s:5:\"files\";a:536:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:33:\"comment-author-name/style-rtl.css\";i:77;s:37:\"comment-author-name/style-rtl.min.css\";i:78;s:29:\"comment-author-name/style.css\";i:79;s:33:\"comment-author-name/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:26:\"comment-date/style-rtl.css\";i:85;s:30:\"comment-date/style-rtl.min.css\";i:86;s:22:\"comment-date/style.css\";i:87;s:26:\"comment-date/style.min.css\";i:88;s:31:\"comment-edit-link/style-rtl.css\";i:89;s:35:\"comment-edit-link/style-rtl.min.css\";i:90;s:27:\"comment-edit-link/style.css\";i:91;s:31:\"comment-edit-link/style.min.css\";i:92;s:32:\"comment-reply-link/style-rtl.css\";i:93;s:36:\"comment-reply-link/style-rtl.min.css\";i:94;s:28:\"comment-reply-link/style.css\";i:95;s:32:\"comment-reply-link/style.min.css\";i:96;s:30:\"comment-template/style-rtl.css\";i:97;s:34:\"comment-template/style-rtl.min.css\";i:98;s:26:\"comment-template/style.css\";i:99;s:30:\"comment-template/style.min.css\";i:100;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:101;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:102;s:38:\"comments-pagination-numbers/editor.css\";i:103;s:42:\"comments-pagination-numbers/editor.min.css\";i:104;s:34:\"comments-pagination/editor-rtl.css\";i:105;s:38:\"comments-pagination/editor-rtl.min.css\";i:106;s:30:\"comments-pagination/editor.css\";i:107;s:34:\"comments-pagination/editor.min.css\";i:108;s:33:\"comments-pagination/style-rtl.css\";i:109;s:37:\"comments-pagination/style-rtl.min.css\";i:110;s:29:\"comments-pagination/style.css\";i:111;s:33:\"comments-pagination/style.min.css\";i:112;s:29:\"comments-title/editor-rtl.css\";i:113;s:33:\"comments-title/editor-rtl.min.css\";i:114;s:25:\"comments-title/editor.css\";i:115;s:29:\"comments-title/editor.min.css\";i:116;s:23:\"comments/editor-rtl.css\";i:117;s:27:\"comments/editor-rtl.min.css\";i:118;s:19:\"comments/editor.css\";i:119;s:23:\"comments/editor.min.css\";i:120;s:22:\"comments/style-rtl.css\";i:121;s:26:\"comments/style-rtl.min.css\";i:122;s:18:\"comments/style.css\";i:123;s:22:\"comments/style.min.css\";i:124;s:20:\"cover/editor-rtl.css\";i:125;s:24:\"cover/editor-rtl.min.css\";i:126;s:16:\"cover/editor.css\";i:127;s:20:\"cover/editor.min.css\";i:128;s:19:\"cover/style-rtl.css\";i:129;s:23:\"cover/style-rtl.min.css\";i:130;s:15:\"cover/style.css\";i:131;s:19:\"cover/style.min.css\";i:132;s:22:\"details/editor-rtl.css\";i:133;s:26:\"details/editor-rtl.min.css\";i:134;s:18:\"details/editor.css\";i:135;s:22:\"details/editor.min.css\";i:136;s:21:\"details/style-rtl.css\";i:137;s:25:\"details/style-rtl.min.css\";i:138;s:17:\"details/style.css\";i:139;s:21:\"details/style.min.css\";i:140;s:20:\"embed/editor-rtl.css\";i:141;s:24:\"embed/editor-rtl.min.css\";i:142;s:16:\"embed/editor.css\";i:143;s:20:\"embed/editor.min.css\";i:144;s:19:\"embed/style-rtl.css\";i:145;s:23:\"embed/style-rtl.min.css\";i:146;s:15:\"embed/style.css\";i:147;s:19:\"embed/style.min.css\";i:148;s:19:\"embed/theme-rtl.css\";i:149;s:23:\"embed/theme-rtl.min.css\";i:150;s:15:\"embed/theme.css\";i:151;s:19:\"embed/theme.min.css\";i:152;s:19:\"file/editor-rtl.css\";i:153;s:23:\"file/editor-rtl.min.css\";i:154;s:15:\"file/editor.css\";i:155;s:19:\"file/editor.min.css\";i:156;s:18:\"file/style-rtl.css\";i:157;s:22:\"file/style-rtl.min.css\";i:158;s:14:\"file/style.css\";i:159;s:18:\"file/style.min.css\";i:160;s:23:\"footnotes/style-rtl.css\";i:161;s:27:\"footnotes/style-rtl.min.css\";i:162;s:19:\"footnotes/style.css\";i:163;s:23:\"footnotes/style.min.css\";i:164;s:23:\"freeform/editor-rtl.css\";i:165;s:27:\"freeform/editor-rtl.min.css\";i:166;s:19:\"freeform/editor.css\";i:167;s:23:\"freeform/editor.min.css\";i:168;s:22:\"gallery/editor-rtl.css\";i:169;s:26:\"gallery/editor-rtl.min.css\";i:170;s:18:\"gallery/editor.css\";i:171;s:22:\"gallery/editor.min.css\";i:172;s:21:\"gallery/style-rtl.css\";i:173;s:25:\"gallery/style-rtl.min.css\";i:174;s:17:\"gallery/style.css\";i:175;s:21:\"gallery/style.min.css\";i:176;s:21:\"gallery/theme-rtl.css\";i:177;s:25:\"gallery/theme-rtl.min.css\";i:178;s:17:\"gallery/theme.css\";i:179;s:21:\"gallery/theme.min.css\";i:180;s:20:\"group/editor-rtl.css\";i:181;s:24:\"group/editor-rtl.min.css\";i:182;s:16:\"group/editor.css\";i:183;s:20:\"group/editor.min.css\";i:184;s:19:\"group/style-rtl.css\";i:185;s:23:\"group/style-rtl.min.css\";i:186;s:15:\"group/style.css\";i:187;s:19:\"group/style.min.css\";i:188;s:19:\"group/theme-rtl.css\";i:189;s:23:\"group/theme-rtl.min.css\";i:190;s:15:\"group/theme.css\";i:191;s:19:\"group/theme.min.css\";i:192;s:21:\"heading/style-rtl.css\";i:193;s:25:\"heading/style-rtl.min.css\";i:194;s:17:\"heading/style.css\";i:195;s:21:\"heading/style.min.css\";i:196;s:19:\"html/editor-rtl.css\";i:197;s:23:\"html/editor-rtl.min.css\";i:198;s:15:\"html/editor.css\";i:199;s:19:\"html/editor.min.css\";i:200;s:20:\"image/editor-rtl.css\";i:201;s:24:\"image/editor-rtl.min.css\";i:202;s:16:\"image/editor.css\";i:203;s:20:\"image/editor.min.css\";i:204;s:19:\"image/style-rtl.css\";i:205;s:23:\"image/style-rtl.min.css\";i:206;s:15:\"image/style.css\";i:207;s:19:\"image/style.min.css\";i:208;s:19:\"image/theme-rtl.css\";i:209;s:23:\"image/theme-rtl.min.css\";i:210;s:15:\"image/theme.css\";i:211;s:19:\"image/theme.min.css\";i:212;s:29:\"latest-comments/style-rtl.css\";i:213;s:33:\"latest-comments/style-rtl.min.css\";i:214;s:25:\"latest-comments/style.css\";i:215;s:29:\"latest-comments/style.min.css\";i:216;s:27:\"latest-posts/editor-rtl.css\";i:217;s:31:\"latest-posts/editor-rtl.min.css\";i:218;s:23:\"latest-posts/editor.css\";i:219;s:27:\"latest-posts/editor.min.css\";i:220;s:26:\"latest-posts/style-rtl.css\";i:221;s:30:\"latest-posts/style-rtl.min.css\";i:222;s:22:\"latest-posts/style.css\";i:223;s:26:\"latest-posts/style.min.css\";i:224;s:18:\"list/style-rtl.css\";i:225;s:22:\"list/style-rtl.min.css\";i:226;s:14:\"list/style.css\";i:227;s:18:\"list/style.min.css\";i:228;s:22:\"loginout/style-rtl.css\";i:229;s:26:\"loginout/style-rtl.min.css\";i:230;s:18:\"loginout/style.css\";i:231;s:22:\"loginout/style.min.css\";i:232;s:25:\"media-text/editor-rtl.css\";i:233;s:29:\"media-text/editor-rtl.min.css\";i:234;s:21:\"media-text/editor.css\";i:235;s:25:\"media-text/editor.min.css\";i:236;s:24:\"media-text/style-rtl.css\";i:237;s:28:\"media-text/style-rtl.min.css\";i:238;s:20:\"media-text/style.css\";i:239;s:24:\"media-text/style.min.css\";i:240;s:19:\"more/editor-rtl.css\";i:241;s:23:\"more/editor-rtl.min.css\";i:242;s:15:\"more/editor.css\";i:243;s:19:\"more/editor.min.css\";i:244;s:30:\"navigation-link/editor-rtl.css\";i:245;s:34:\"navigation-link/editor-rtl.min.css\";i:246;s:26:\"navigation-link/editor.css\";i:247;s:30:\"navigation-link/editor.min.css\";i:248;s:29:\"navigation-link/style-rtl.css\";i:249;s:33:\"navigation-link/style-rtl.min.css\";i:250;s:25:\"navigation-link/style.css\";i:251;s:29:\"navigation-link/style.min.css\";i:252;s:33:\"navigation-submenu/editor-rtl.css\";i:253;s:37:\"navigation-submenu/editor-rtl.min.css\";i:254;s:29:\"navigation-submenu/editor.css\";i:255;s:33:\"navigation-submenu/editor.min.css\";i:256;s:25:\"navigation/editor-rtl.css\";i:257;s:29:\"navigation/editor-rtl.min.css\";i:258;s:21:\"navigation/editor.css\";i:259;s:25:\"navigation/editor.min.css\";i:260;s:24:\"navigation/style-rtl.css\";i:261;s:28:\"navigation/style-rtl.min.css\";i:262;s:20:\"navigation/style.css\";i:263;s:24:\"navigation/style.min.css\";i:264;s:23:\"nextpage/editor-rtl.css\";i:265;s:27:\"nextpage/editor-rtl.min.css\";i:266;s:19:\"nextpage/editor.css\";i:267;s:23:\"nextpage/editor.min.css\";i:268;s:24:\"page-list/editor-rtl.css\";i:269;s:28:\"page-list/editor-rtl.min.css\";i:270;s:20:\"page-list/editor.css\";i:271;s:24:\"page-list/editor.min.css\";i:272;s:23:\"page-list/style-rtl.css\";i:273;s:27:\"page-list/style-rtl.min.css\";i:274;s:19:\"page-list/style.css\";i:275;s:23:\"page-list/style.min.css\";i:276;s:24:\"paragraph/editor-rtl.css\";i:277;s:28:\"paragraph/editor-rtl.min.css\";i:278;s:20:\"paragraph/editor.css\";i:279;s:24:\"paragraph/editor.min.css\";i:280;s:23:\"paragraph/style-rtl.css\";i:281;s:27:\"paragraph/style-rtl.min.css\";i:282;s:19:\"paragraph/style.css\";i:283;s:23:\"paragraph/style.min.css\";i:284;s:35:\"post-author-biography/style-rtl.css\";i:285;s:39:\"post-author-biography/style-rtl.min.css\";i:286;s:31:\"post-author-biography/style.css\";i:287;s:35:\"post-author-biography/style.min.css\";i:288;s:30:\"post-author-name/style-rtl.css\";i:289;s:34:\"post-author-name/style-rtl.min.css\";i:290;s:26:\"post-author-name/style.css\";i:291;s:30:\"post-author-name/style.min.css\";i:292;s:26:\"post-author/editor-rtl.css\";i:293;s:30:\"post-author/editor-rtl.min.css\";i:294;s:22:\"post-author/editor.css\";i:295;s:26:\"post-author/editor.min.css\";i:296;s:25:\"post-author/style-rtl.css\";i:297;s:29:\"post-author/style-rtl.min.css\";i:298;s:21:\"post-author/style.css\";i:299;s:25:\"post-author/style.min.css\";i:300;s:33:\"post-comments-form/editor-rtl.css\";i:301;s:37:\"post-comments-form/editor-rtl.min.css\";i:302;s:29:\"post-comments-form/editor.css\";i:303;s:33:\"post-comments-form/editor.min.css\";i:304;s:32:\"post-comments-form/style-rtl.css\";i:305;s:36:\"post-comments-form/style-rtl.min.css\";i:306;s:28:\"post-comments-form/style.css\";i:307;s:32:\"post-comments-form/style.min.css\";i:308;s:26:\"post-content/style-rtl.css\";i:309;s:30:\"post-content/style-rtl.min.css\";i:310;s:22:\"post-content/style.css\";i:311;s:26:\"post-content/style.min.css\";i:312;s:23:\"post-date/style-rtl.css\";i:313;s:27:\"post-date/style-rtl.min.css\";i:314;s:19:\"post-date/style.css\";i:315;s:23:\"post-date/style.min.css\";i:316;s:27:\"post-excerpt/editor-rtl.css\";i:317;s:31:\"post-excerpt/editor-rtl.min.css\";i:318;s:23:\"post-excerpt/editor.css\";i:319;s:27:\"post-excerpt/editor.min.css\";i:320;s:26:\"post-excerpt/style-rtl.css\";i:321;s:30:\"post-excerpt/style-rtl.min.css\";i:322;s:22:\"post-excerpt/style.css\";i:323;s:26:\"post-excerpt/style.min.css\";i:324;s:34:\"post-featured-image/editor-rtl.css\";i:325;s:38:\"post-featured-image/editor-rtl.min.css\";i:326;s:30:\"post-featured-image/editor.css\";i:327;s:34:\"post-featured-image/editor.min.css\";i:328;s:33:\"post-featured-image/style-rtl.css\";i:329;s:37:\"post-featured-image/style-rtl.min.css\";i:330;s:29:\"post-featured-image/style.css\";i:331;s:33:\"post-featured-image/style.min.css\";i:332;s:34:\"post-navigation-link/style-rtl.css\";i:333;s:38:\"post-navigation-link/style-rtl.min.css\";i:334;s:30:\"post-navigation-link/style.css\";i:335;s:34:\"post-navigation-link/style.min.css\";i:336;s:27:\"post-template/style-rtl.css\";i:337;s:31:\"post-template/style-rtl.min.css\";i:338;s:23:\"post-template/style.css\";i:339;s:27:\"post-template/style.min.css\";i:340;s:24:\"post-terms/style-rtl.css\";i:341;s:28:\"post-terms/style-rtl.min.css\";i:342;s:20:\"post-terms/style.css\";i:343;s:24:\"post-terms/style.min.css\";i:344;s:24:\"post-title/style-rtl.css\";i:345;s:28:\"post-title/style-rtl.min.css\";i:346;s:20:\"post-title/style.css\";i:347;s:24:\"post-title/style.min.css\";i:348;s:26:\"preformatted/style-rtl.css\";i:349;s:30:\"preformatted/style-rtl.min.css\";i:350;s:22:\"preformatted/style.css\";i:351;s:26:\"preformatted/style.min.css\";i:352;s:24:\"pullquote/editor-rtl.css\";i:353;s:28:\"pullquote/editor-rtl.min.css\";i:354;s:20:\"pullquote/editor.css\";i:355;s:24:\"pullquote/editor.min.css\";i:356;s:23:\"pullquote/style-rtl.css\";i:357;s:27:\"pullquote/style-rtl.min.css\";i:358;s:19:\"pullquote/style.css\";i:359;s:23:\"pullquote/style.min.css\";i:360;s:23:\"pullquote/theme-rtl.css\";i:361;s:27:\"pullquote/theme-rtl.min.css\";i:362;s:19:\"pullquote/theme.css\";i:363;s:23:\"pullquote/theme.min.css\";i:364;s:39:\"query-pagination-numbers/editor-rtl.css\";i:365;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:366;s:35:\"query-pagination-numbers/editor.css\";i:367;s:39:\"query-pagination-numbers/editor.min.css\";i:368;s:31:\"query-pagination/editor-rtl.css\";i:369;s:35:\"query-pagination/editor-rtl.min.css\";i:370;s:27:\"query-pagination/editor.css\";i:371;s:31:\"query-pagination/editor.min.css\";i:372;s:30:\"query-pagination/style-rtl.css\";i:373;s:34:\"query-pagination/style-rtl.min.css\";i:374;s:26:\"query-pagination/style.css\";i:375;s:30:\"query-pagination/style.min.css\";i:376;s:25:\"query-title/style-rtl.css\";i:377;s:29:\"query-title/style-rtl.min.css\";i:378;s:21:\"query-title/style.css\";i:379;s:25:\"query-title/style.min.css\";i:380;s:25:\"query-total/style-rtl.css\";i:381;s:29:\"query-total/style-rtl.min.css\";i:382;s:21:\"query-total/style.css\";i:383;s:25:\"query-total/style.min.css\";i:384;s:20:\"query/editor-rtl.css\";i:385;s:24:\"query/editor-rtl.min.css\";i:386;s:16:\"query/editor.css\";i:387;s:20:\"query/editor.min.css\";i:388;s:19:\"quote/style-rtl.css\";i:389;s:23:\"quote/style-rtl.min.css\";i:390;s:15:\"quote/style.css\";i:391;s:19:\"quote/style.min.css\";i:392;s:19:\"quote/theme-rtl.css\";i:393;s:23:\"quote/theme-rtl.min.css\";i:394;s:15:\"quote/theme.css\";i:395;s:19:\"quote/theme.min.css\";i:396;s:23:\"read-more/style-rtl.css\";i:397;s:27:\"read-more/style-rtl.min.css\";i:398;s:19:\"read-more/style.css\";i:399;s:23:\"read-more/style.min.css\";i:400;s:18:\"rss/editor-rtl.css\";i:401;s:22:\"rss/editor-rtl.min.css\";i:402;s:14:\"rss/editor.css\";i:403;s:18:\"rss/editor.min.css\";i:404;s:17:\"rss/style-rtl.css\";i:405;s:21:\"rss/style-rtl.min.css\";i:406;s:13:\"rss/style.css\";i:407;s:17:\"rss/style.min.css\";i:408;s:21:\"search/editor-rtl.css\";i:409;s:25:\"search/editor-rtl.min.css\";i:410;s:17:\"search/editor.css\";i:411;s:21:\"search/editor.min.css\";i:412;s:20:\"search/style-rtl.css\";i:413;s:24:\"search/style-rtl.min.css\";i:414;s:16:\"search/style.css\";i:415;s:20:\"search/style.min.css\";i:416;s:20:\"search/theme-rtl.css\";i:417;s:24:\"search/theme-rtl.min.css\";i:418;s:16:\"search/theme.css\";i:419;s:20:\"search/theme.min.css\";i:420;s:24:\"separator/editor-rtl.css\";i:421;s:28:\"separator/editor-rtl.min.css\";i:422;s:20:\"separator/editor.css\";i:423;s:24:\"separator/editor.min.css\";i:424;s:23:\"separator/style-rtl.css\";i:425;s:27:\"separator/style-rtl.min.css\";i:426;s:19:\"separator/style.css\";i:427;s:23:\"separator/style.min.css\";i:428;s:23:\"separator/theme-rtl.css\";i:429;s:27:\"separator/theme-rtl.min.css\";i:430;s:19:\"separator/theme.css\";i:431;s:23:\"separator/theme.min.css\";i:432;s:24:\"shortcode/editor-rtl.css\";i:433;s:28:\"shortcode/editor-rtl.min.css\";i:434;s:20:\"shortcode/editor.css\";i:435;s:24:\"shortcode/editor.min.css\";i:436;s:24:\"site-logo/editor-rtl.css\";i:437;s:28:\"site-logo/editor-rtl.min.css\";i:438;s:20:\"site-logo/editor.css\";i:439;s:24:\"site-logo/editor.min.css\";i:440;s:23:\"site-logo/style-rtl.css\";i:441;s:27:\"site-logo/style-rtl.min.css\";i:442;s:19:\"site-logo/style.css\";i:443;s:23:\"site-logo/style.min.css\";i:444;s:27:\"site-tagline/editor-rtl.css\";i:445;s:31:\"site-tagline/editor-rtl.min.css\";i:446;s:23:\"site-tagline/editor.css\";i:447;s:27:\"site-tagline/editor.min.css\";i:448;s:26:\"site-tagline/style-rtl.css\";i:449;s:30:\"site-tagline/style-rtl.min.css\";i:450;s:22:\"site-tagline/style.css\";i:451;s:26:\"site-tagline/style.min.css\";i:452;s:25:\"site-title/editor-rtl.css\";i:453;s:29:\"site-title/editor-rtl.min.css\";i:454;s:21:\"site-title/editor.css\";i:455;s:25:\"site-title/editor.min.css\";i:456;s:24:\"site-title/style-rtl.css\";i:457;s:28:\"site-title/style-rtl.min.css\";i:458;s:20:\"site-title/style.css\";i:459;s:24:\"site-title/style.min.css\";i:460;s:26:\"social-link/editor-rtl.css\";i:461;s:30:\"social-link/editor-rtl.min.css\";i:462;s:22:\"social-link/editor.css\";i:463;s:26:\"social-link/editor.min.css\";i:464;s:27:\"social-links/editor-rtl.css\";i:465;s:31:\"social-links/editor-rtl.min.css\";i:466;s:23:\"social-links/editor.css\";i:467;s:27:\"social-links/editor.min.css\";i:468;s:26:\"social-links/style-rtl.css\";i:469;s:30:\"social-links/style-rtl.min.css\";i:470;s:22:\"social-links/style.css\";i:471;s:26:\"social-links/style.min.css\";i:472;s:21:\"spacer/editor-rtl.css\";i:473;s:25:\"spacer/editor-rtl.min.css\";i:474;s:17:\"spacer/editor.css\";i:475;s:21:\"spacer/editor.min.css\";i:476;s:20:\"spacer/style-rtl.css\";i:477;s:24:\"spacer/style-rtl.min.css\";i:478;s:16:\"spacer/style.css\";i:479;s:20:\"spacer/style.min.css\";i:480;s:20:\"table/editor-rtl.css\";i:481;s:24:\"table/editor-rtl.min.css\";i:482;s:16:\"table/editor.css\";i:483;s:20:\"table/editor.min.css\";i:484;s:19:\"table/style-rtl.css\";i:485;s:23:\"table/style-rtl.min.css\";i:486;s:15:\"table/style.css\";i:487;s:19:\"table/style.min.css\";i:488;s:19:\"table/theme-rtl.css\";i:489;s:23:\"table/theme-rtl.min.css\";i:490;s:15:\"table/theme.css\";i:491;s:19:\"table/theme.min.css\";i:492;s:24:\"tag-cloud/editor-rtl.css\";i:493;s:28:\"tag-cloud/editor-rtl.min.css\";i:494;s:20:\"tag-cloud/editor.css\";i:495;s:24:\"tag-cloud/editor.min.css\";i:496;s:23:\"tag-cloud/style-rtl.css\";i:497;s:27:\"tag-cloud/style-rtl.min.css\";i:498;s:19:\"tag-cloud/style.css\";i:499;s:23:\"tag-cloud/style.min.css\";i:500;s:28:\"template-part/editor-rtl.css\";i:501;s:32:\"template-part/editor-rtl.min.css\";i:502;s:24:\"template-part/editor.css\";i:503;s:28:\"template-part/editor.min.css\";i:504;s:27:\"template-part/theme-rtl.css\";i:505;s:31:\"template-part/theme-rtl.min.css\";i:506;s:23:\"template-part/theme.css\";i:507;s:27:\"template-part/theme.min.css\";i:508;s:30:\"term-description/style-rtl.css\";i:509;s:34:\"term-description/style-rtl.min.css\";i:510;s:26:\"term-description/style.css\";i:511;s:30:\"term-description/style.min.css\";i:512;s:27:\"text-columns/editor-rtl.css\";i:513;s:31:\"text-columns/editor-rtl.min.css\";i:514;s:23:\"text-columns/editor.css\";i:515;s:27:\"text-columns/editor.min.css\";i:516;s:26:\"text-columns/style-rtl.css\";i:517;s:30:\"text-columns/style-rtl.min.css\";i:518;s:22:\"text-columns/style.css\";i:519;s:26:\"text-columns/style.min.css\";i:520;s:19:\"verse/style-rtl.css\";i:521;s:23:\"verse/style-rtl.min.css\";i:522;s:15:\"verse/style.css\";i:523;s:19:\"verse/style.min.css\";i:524;s:20:\"video/editor-rtl.css\";i:525;s:24:\"video/editor-rtl.min.css\";i:526;s:16:\"video/editor.css\";i:527;s:20:\"video/editor.min.css\";i:528;s:19:\"video/style-rtl.css\";i:529;s:23:\"video/style-rtl.min.css\";i:530;s:15:\"video/style.css\";i:531;s:19:\"video/style.min.css\";i:532;s:19:\"video/theme-rtl.css\";i:533;s:23:\"video/theme-rtl.min.css\";i:534;s:15:\"video/theme.css\";i:535;s:19:\"video/theme.min.css\";}}','on'),(124,'_transient_doing_cron','1764371370.1489911079406738281250','on'),(125,'theme_mods_twentytwentyfive','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1764367183;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off'),(126,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"64ad95698215776f80fa1e80f2eb5417\";s:6:\"blocks\";a:7:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:12:\"core/columns\";s:0:\"\";s:14:\"core/pullquote\";s:121:\":root :where(.wp-block-pullquote){font-size: clamp(0.984em, 0.984rem + ((1vw - 0.2em) * 0.938), 1.5em);line-height: 1.6;}\";s:15:\"core/site-title\";s:89:\":root :where(.wp-block-site-title){font-family: var(--wp--preset--font-family--display);}\";s:15:\"core/navigation\";s:86:\":root :where(.wp-block-navigation){font-family: var(--wp--preset--font-family--body);}\";}}','on'),(129,'category_children','a:0:{}','auto'),(132,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1764371303;s:7:\"checked\";a:4:{s:8:\"homeproz\";s:5:\"1.0.0\";s:16:\"twentytwentyfive\";s:3:\"1.3\";s:16:\"twentytwentyfour\";s:3:\"1.3\";s:17:\"twentytwentythree\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','off'),(133,'current_theme','HomeProz','auto'),(134,'theme_switched','','auto'),(135,'theme_mods_homeproz','a:2:{s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:15;}s:18:\"custom_css_post_id\";i:-1;}','auto'),(141,'property_type_children','a:0:{}','auto'),(144,'property_status_children','a:0:{}','auto'),(150,'property_location_children','a:0:{}','auto'),(152,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.3\";s:7:\"version\";s:5:\"6.8.3\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1764371303;s:15:\"version_checked\";s:5:\"6.8.3\";s:12:\"translations\";a:0:{}}','off'),(156,'acf_first_activated_version','6.6.2','on'),(157,'acf_site_health','{\"event_first_activated\":1764369116,\"last_updated\":1764369116}','off'),(158,'_site_transient_timeout_wp_theme_files_patterns-2aae27f1f26ef7a6be8ebee5c8a6a86b','1764372438','off'),(159,'_site_transient_wp_theme_files_patterns-2aae27f1f26ef7a6be8ebee5c8a6a86b','a:2:{s:7:\"version\";s:5:\"1.0.0\";s:8:\"patterns\";a:0:{}}','off'),(162,'wpcf7','a:2:{s:7:\"version\";s:5:\"6.1.3\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1764370639;s:7:\"version\";s:5:\"6.1.3\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','auto'),(165,'_site_transient_timeout_theme_roots','1764373103','off'),(166,'_site_transient_theme_roots','a:4:{s:8:\"homeproz\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','off'),(167,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"26.4\";}','auto'),(168,'wpseo','a:120:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:24:\"attachments_made_enabled\";s:29:\"indexables_indexing_completed\";b:0;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"26.4\";s:16:\"previous_version\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:12:\"ahrefsverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:19:\"enable_ai_generator\";b:1;s:22:\"ai_enabled_pre_default\";b:0;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1764371307;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:0:\"\";s:8:\"home_url\";s:0:\"\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:0:{}s:29:\"enable_enhanced_slack_sharing\";b:1;s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1764371307;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:19:\"deny_ccbot_crawling\";b:0;s:29:\"deny_google_extended_crawling\";b:0;s:20:\"deny_gptbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:0:{}s:28:\"last_known_public_taxonomies\";a:0:{}s:23:\"last_known_no_unindexed\";a:0:{}s:14:\"new_post_types\";a:0:{}s:14:\"new_taxonomies\";a:0:{}s:34:\"show_new_content_type_notification\";b:0;s:44:\"site_kit_configuration_permanently_dismissed\";b:0;s:18:\"site_kit_connected\";b:0;s:37:\"site_kit_tracking_setup_widget_loaded\";s:2:\"no\";s:41:\"site_kit_tracking_first_interaction_stage\";s:0:\"\";s:40:\"site_kit_tracking_last_interaction_stage\";s:0:\"\";s:52:\"site_kit_tracking_setup_widget_temporarily_dismissed\";s:2:\"no\";s:52:\"site_kit_tracking_setup_widget_permanently_dismissed\";s:2:\"no\";s:31:\"google_site_kit_feature_enabled\";b:0;s:25:\"ai_free_sparks_started_on\";N;s:15:\"enable_llms_txt\";b:0;s:15:\"last_updated_on\";b:0;s:17:\"default_seo_title\";a:0:{}s:21:\"default_seo_meta_desc\";a:0:{}s:18:\"first_activated_by\";i:0;}','auto'),(169,'wpseo_titles','a:173:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:47:\"HomeProz Real Estate | Albert Lea MN Properties\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:120:\"HomeProz Real Estate - Your trusted partner for buying and selling homes in Albert Lea, Minnesota and surrounding areas.\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:0;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:24:\"publishing_principles_id\";i:0;s:25:\"ownership_funding_info_id\";i:0;s:29:\"actionable_feedback_policy_id\";i:0;s:21:\"corrections_policy_id\";i:0;s:16:\"ethics_policy_id\";i:0;s:19:\"diversity_policy_id\";i:0;s:28:\"diversity_staffing_report_id\";i:0;s:15:\"org-description\";s:0:\"\";s:9:\"org-email\";s:0:\"\";s:9:\"org-phone\";s:0:\"\";s:14:\"org-legal-name\";s:0:\"\";s:17:\"org-founding-date\";s:0:\"\";s:20:\"org-number-employees\";s:0:\"\";s:10:\"org-vat-id\";s:0:\"\";s:10:\"org-tax-id\";s:0:\"\";s:7:\"org-iso\";s:0:\"\";s:8:\"org-duns\";s:0:\"\";s:11:\"org-leicode\";s:0:\"\";s:9:\"org-naics\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:0;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:0;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:0;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:0;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:14:\"title-property\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:17:\"metadesc-property\";s:106:\"View property details, photos, and features for %%title%%. Contact HomeProz Real Estate in Albert Lea, MN.\";s:16:\"noindex-property\";b:0;s:27:\"display-metabox-pt-property\";b:0;s:27:\"post_types-property-maintax\";i:0;s:25:\"schema-page-type-property\";s:7:\"WebPage\";s:28:\"schema-article-type-property\";s:4:\"None\";s:21:\"social-title-property\";s:9:\"%%title%%\";s:27:\"social-description-property\";s:0:\"\";s:25:\"social-image-url-property\";s:0:\"\";s:24:\"social-image-id-property\";i:0;s:24:\"title-ptarchive-property\";s:49:\"Properties For Sale %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-ptarchive-property\";s:126:\"Browse all properties for sale in Albert Lea, Minnesota and surrounding areas. Find your dream home with HomeProz Real Estate.\";s:26:\"bctitle-ptarchive-property\";s:0:\"\";s:26:\"noindex-ptarchive-property\";b:0;s:31:\"social-title-ptarchive-property\";s:21:\"%%pt_plural%% Archive\";s:37:\"social-description-ptarchive-property\";s:0:\"\";s:35:\"social-image-url-ptarchive-property\";s:0:\"\";s:34:\"social-image-id-ptarchive-property\";i:0;s:23:\"title-tax-property_type\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-tax-property_type\";s:0:\"\";s:33:\"display-metabox-tax-property_type\";b:0;s:25:\"noindex-tax-property_type\";b:0;s:30:\"social-title-tax-property_type\";s:23:\"%%term_title%% Archives\";s:36:\"social-description-tax-property_type\";s:0:\"\";s:34:\"social-image-url-tax-property_type\";s:0:\"\";s:33:\"social-image-id-tax-property_type\";i:0;s:31:\"taxonomy-property_type-ptparent\";i:0;s:25:\"title-tax-property_status\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-tax-property_status\";s:0:\"\";s:35:\"display-metabox-tax-property_status\";b:0;s:27:\"noindex-tax-property_status\";b:0;s:32:\"social-title-tax-property_status\";s:23:\"%%term_title%% Archives\";s:38:\"social-description-tax-property_status\";s:0:\"\";s:36:\"social-image-url-tax-property_status\";s:0:\"\";s:35:\"social-image-id-tax-property_status\";i:0;s:33:\"taxonomy-property_status-ptparent\";i:0;s:27:\"title-tax-property_location\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-tax-property_location\";s:0:\"\";s:37:\"display-metabox-tax-property_location\";b:0;s:29:\"noindex-tax-property_location\";b:0;s:34:\"social-title-tax-property_location\";s:23:\"%%term_title%% Archives\";s:40:\"social-description-tax-property_location\";s:0:\"\";s:38:\"social-image-url-tax-property_location\";s:0:\"\";s:37:\"social-image-id-tax-property_location\";i:0;s:35:\"taxonomy-property_location-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','auto'),(170,'wpseo_social','a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:47:\"HomeProz Real Estate | Albert Lea MN Properties\";s:17:\"og_frontpage_desc\";s:97:\"Your trusted partner for buying and selling homes in Albert Lea, Minnesota and surrounding areas.\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:0:{}s:12:\"mastodon_url\";s:0:\"\";}','auto'),(171,'wpseo_llmstxt','a:7:{s:23:\"llms_txt_selection_mode\";s:4:\"auto\";s:13:\"about_us_page\";i:0;s:12:\"contact_page\";i:0;s:10:\"terms_page\";i:0;s:19:\"privacy_policy_page\";i:0;s:9:\"shop_page\";i:0;s:20:\"other_included_pages\";a:0:{}}','auto');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
@@ -350,7 +350,7 @@ CREATE TABLE `wp_usermeta` (
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
-) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
+) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
@@ -359,7 +359,7 @@ CREATE TABLE `wp_usermeta` (
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
-INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1');
+INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,1,'_yoast_wpseo_profile_updated','1764371404');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
@@ -397,6 +397,205 @@ LOCK TABLES `wp_users` WRITE;
INSERT INTO `wp_users` VALUES (1,'admin','$wp$2y$10$2fGFNdmcPPSFOMU8X97zJugm.sFAjjaCXViienQ/TaQwmdu1qzIxW','admin','brian@hanson.xyz','https://homeproz.dev.hanson.xyz','2025-11-28 21:02:25','',0,'admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
+
+--
+-- Table structure for table `wp_yoast_indexable`
+--
+
+DROP TABLE IF EXISTS `wp_yoast_indexable`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `wp_yoast_indexable` (
+ `id` int unsigned NOT NULL AUTO_INCREMENT,
+ `permalink` longtext COLLATE utf8mb4_unicode_520_ci,
+ `permalink_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
+ `object_id` bigint DEFAULT NULL,
+ `object_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
+ `object_sub_type` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
+ `author_id` bigint DEFAULT NULL,
+ `post_parent` bigint DEFAULT NULL,
+ `title` text COLLATE utf8mb4_unicode_520_ci,
+ `description` mediumtext COLLATE utf8mb4_unicode_520_ci,
+ `breadcrumb_title` text COLLATE utf8mb4_unicode_520_ci,
+ `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
+ `is_public` tinyint(1) DEFAULT NULL,
+ `is_protected` tinyint(1) DEFAULT '0',
+ `has_public_posts` tinyint(1) DEFAULT NULL,
+ `number_of_pages` int unsigned DEFAULT NULL,
+ `canonical` longtext COLLATE utf8mb4_unicode_520_ci,
+ `primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
+ `primary_focus_keyword_score` int DEFAULT NULL,
+ `readability_score` int DEFAULT NULL,
+ `is_cornerstone` tinyint(1) DEFAULT '0',
+ `is_robots_noindex` tinyint(1) DEFAULT '0',
+ `is_robots_nofollow` tinyint(1) DEFAULT '0',
+ `is_robots_noarchive` tinyint(1) DEFAULT '0',
+ `is_robots_noimageindex` tinyint(1) DEFAULT '0',
+ `is_robots_nosnippet` tinyint(1) DEFAULT '0',
+ `twitter_title` text COLLATE utf8mb4_unicode_520_ci,
+ `twitter_image` longtext COLLATE utf8mb4_unicode_520_ci,
+ `twitter_description` longtext COLLATE utf8mb4_unicode_520_ci,
+ `twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
+ `twitter_image_source` text COLLATE utf8mb4_unicode_520_ci,
+ `open_graph_title` text COLLATE utf8mb4_unicode_520_ci,
+ `open_graph_description` longtext COLLATE utf8mb4_unicode_520_ci,
+ `open_graph_image` longtext COLLATE utf8mb4_unicode_520_ci,
+ `open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
+ `open_graph_image_source` text COLLATE utf8mb4_unicode_520_ci,
+ `open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_520_ci,
+ `link_count` int DEFAULT NULL,
+ `incoming_link_count` int DEFAULT NULL,
+ `prominent_words_version` int unsigned DEFAULT NULL,
+ `created_at` datetime DEFAULT NULL,
+ `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
+ `blog_id` bigint NOT NULL DEFAULT '1',
+ `language` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
+ `region` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
+ `schema_page_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
+ `schema_article_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
+ `has_ancestors` tinyint(1) DEFAULT '0',
+ `estimated_reading_time_minutes` int DEFAULT NULL,
+ `version` int DEFAULT '1',
+ `object_last_modified` datetime DEFAULT NULL,
+ `object_published_at` datetime DEFAULT NULL,
+ `inclusive_language_score` int DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
+ KEY `object_id_and_type` (`object_id`,`object_type`),
+ KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
+ KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
+ KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
+ KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
+) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `wp_yoast_indexable`
+--
+
+LOCK TABLES `wp_yoast_indexable` WRITE;
+/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
+INSERT INTO `wp_yoast_indexable` VALUES (1,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-11-28 23:08:35','2025-11-29 05:08:35',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),(2,'https://homeproz.dev.hanson.xyz/properties/','43:fe19fb00353a16a1e0f990a64c3584a1',NULL,'post-type-archive','property',NULL,NULL,'Properties For Sale %%page%% %%sep%% %%sitename%%','Browse all properties for sale in Albert Lea, Minnesota and surrounding areas. Find your dream home with HomeProz Real Estate.','Properties',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-11-28 23:08:35','2025-11-29 05:08:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-11-28 23:08:35','2025-11-28 22:33:26',NULL),(3,'https://homeproz.dev.hanson.xyz/','32:69cc765724b94f94108e52a02a04fa6f',NULL,'home-page',NULL,NULL,NULL,'HomeProz Real Estate | Albert Lea MN Properties','HomeProz Real Estate - Your trusted partner for buying and selling homes in Albert Lea, Minnesota and surrounding areas.','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,NULL,NULL,'2025-11-28 23:08:35','2025-11-29 05:08:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-11-28 23:08:35','2025-11-28 21:02:25',NULL);
+/*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `wp_yoast_indexable_hierarchy`
+--
+
+DROP TABLE IF EXISTS `wp_yoast_indexable_hierarchy`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `wp_yoast_indexable_hierarchy` (
+ `indexable_id` int unsigned NOT NULL,
+ `ancestor_id` int unsigned NOT NULL,
+ `depth` int unsigned DEFAULT NULL,
+ `blog_id` bigint NOT NULL DEFAULT '1',
+ PRIMARY KEY (`indexable_id`,`ancestor_id`),
+ KEY `indexable_id` (`indexable_id`),
+ KEY `ancestor_id` (`ancestor_id`),
+ KEY `depth` (`depth`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `wp_yoast_indexable_hierarchy`
+--
+
+LOCK TABLES `wp_yoast_indexable_hierarchy` WRITE;
+/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` DISABLE KEYS */;
+/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `wp_yoast_migrations`
+--
+
+DROP TABLE IF EXISTS `wp_yoast_migrations`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `wp_yoast_migrations` (
+ `id` int unsigned NOT NULL AUTO_INCREMENT,
+ `version` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `wp_yoast_migrations_version` (`version`)
+) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `wp_yoast_migrations`
+--
+
+LOCK TABLES `wp_yoast_migrations` WRITE;
+/*!40000 ALTER TABLE `wp_yoast_migrations` DISABLE KEYS */;
+INSERT INTO `wp_yoast_migrations` VALUES (1,'20171228151840'),(2,'20171228151841'),(3,'20190529075038'),(4,'20191011111109'),(5,'20200408101900'),(6,'20200420073606'),(7,'20200428123747'),(8,'20200428194858'),(9,'20200429105310'),(10,'20200430075614'),(11,'20200430150130'),(12,'20200507054848'),(13,'20200513133401'),(14,'20200609154515'),(15,'20200616130143'),(16,'20200617122511'),(17,'20200702141921'),(18,'20200728095334'),(19,'20201202144329'),(20,'20201216124002'),(21,'20201216141134'),(22,'20210817092415'),(23,'20211020091404'),(24,'20230417083836');
+/*!40000 ALTER TABLE `wp_yoast_migrations` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `wp_yoast_primary_term`
+--
+
+DROP TABLE IF EXISTS `wp_yoast_primary_term`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `wp_yoast_primary_term` (
+ `id` int unsigned NOT NULL AUTO_INCREMENT,
+ `post_id` bigint DEFAULT NULL,
+ `term_id` bigint DEFAULT NULL,
+ `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
+ `created_at` datetime DEFAULT NULL,
+ `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
+ `blog_id` bigint NOT NULL DEFAULT '1',
+ PRIMARY KEY (`id`),
+ KEY `post_taxonomy` (`post_id`,`taxonomy`),
+ KEY `post_term` (`post_id`,`term_id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `wp_yoast_primary_term`
+--
+
+LOCK TABLES `wp_yoast_primary_term` WRITE;
+/*!40000 ALTER TABLE `wp_yoast_primary_term` DISABLE KEYS */;
+/*!40000 ALTER TABLE `wp_yoast_primary_term` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `wp_yoast_seo_links`
+--
+
+DROP TABLE IF EXISTS `wp_yoast_seo_links`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `wp_yoast_seo_links` (
+ `id` bigint unsigned NOT NULL AUTO_INCREMENT,
+ `url` varchar(255) DEFAULT NULL,
+ `post_id` bigint unsigned DEFAULT NULL,
+ `target_post_id` bigint unsigned DEFAULT NULL,
+ `type` varchar(8) DEFAULT NULL,
+ `indexable_id` int unsigned DEFAULT NULL,
+ `target_indexable_id` int unsigned DEFAULT NULL,
+ `height` int unsigned DEFAULT NULL,
+ `width` int unsigned DEFAULT NULL,
+ `size` int unsigned DEFAULT NULL,
+ `language` varchar(32) DEFAULT NULL,
+ `region` varchar(32) DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `link_direction` (`post_id`,`type`),
+ KEY `indexable_link_direction` (`indexable_id`,`type`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `wp_yoast_seo_links`
+--
+
+LOCK TABLES `wp_yoast_seo_links` WRITE;
+/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
+/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
+UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
@@ -407,4 +606,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
--- Dump completed on 2025-11-28 17:06:48
+-- Dump completed on 2025-11-28 17:10:23
diff --git a/wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php b/wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php
new file mode 100755
index 00000000..712c5445
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php
@@ -0,0 +1,89 @@
+helpers->current_page->is_yoast_seo_page() ) {
+ return;
+ }
+
+ // Variable name is the same as the global that is set by get_settings_errors.
+ $wp_settings_errors = get_settings_errors();
+
+ foreach ( $wp_settings_errors as $key => $wp_settings_error ) {
+ if ( ! $this->is_settings_updated_notification( $wp_settings_error ) ) {
+ continue;
+ }
+
+ self::$settings_saved = true;
+ unset( $wp_settings_errors[ $key ] );
+ // phpcs:ignore WordPress.WP.GlobalVariablesOverride -- Overwrite the global with the list excluding the Changed saved message.
+ $GLOBALS['wp_settings_errors'] = $wp_settings_errors;
+ break;
+ }
+ }
+
+ /**
+ * Checks whether the settings notification is a settings_updated notification.
+ *
+ * @param array $wp_settings_error The settings object.
+ *
+ * @return bool Whether this is a settings updated settings notification.
+ */
+ public function is_settings_updated_notification( $wp_settings_error ) {
+ return ! empty( $wp_settings_error['code'] ) && $wp_settings_error['code'] === 'settings_updated';
+ }
+
+ /**
+ * Get whether the settings have successfully been saved
+ *
+ * @return bool Whether the settings have successfully been saved.
+ */
+ public function have_settings_been_saved() {
+ return self::$settings_saved;
+ }
+
+ /**
+ * Renders a success message if the Yoast SEO settings have been saved.
+ *
+ * @return void
+ */
+ public function show_success_message() {
+ if ( $this->have_settings_been_saved() ) {
+ echo ' ',
+ esc_html__( 'Settings saved.', 'wordpress-seo' ),
+ '
';
+ }
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/ajax.php b/wp-content/plugins/wordpress-seo/admin/ajax.php
new file mode 100755
index 00000000..e947165c
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/ajax.php
@@ -0,0 +1,412 @@
+ 'success',
+ 'post_id' => $post_id,
+ "new_{$return_key}" => $sanitized_new_meta_value,
+ "original_{$return_key}" => $orig_meta_value,
+ ];
+
+ $the_post = get_post( $post_id );
+ if ( empty( $the_post ) ) {
+
+ $upsert_results['status'] = 'failure';
+ $upsert_results['results'] = __( 'Post doesn\'t exist.', 'wordpress-seo' );
+
+ return $upsert_results;
+ }
+
+ $post_type_object = get_post_type_object( $the_post->post_type );
+ if ( ! $post_type_object ) {
+
+ $upsert_results['status'] = 'failure';
+ $upsert_results['results'] = sprintf(
+ /* translators: %s expands to post type. */
+ __( 'Post has an invalid Content Type: %s.', 'wordpress-seo' ),
+ $the_post->post_type
+ );
+
+ return $upsert_results;
+ }
+
+ if ( ! current_user_can( $post_type_object->cap->edit_posts ) ) {
+
+ $upsert_results['status'] = 'failure';
+ $upsert_results['results'] = sprintf(
+ /* translators: %s expands to post type name. */
+ __( 'You can\'t edit %s.', 'wordpress-seo' ),
+ $post_type_object->label
+ );
+
+ return $upsert_results;
+ }
+
+ if ( ! current_user_can( $post_type_object->cap->edit_others_posts ) && (int) $the_post->post_author !== get_current_user_id() ) {
+
+ $upsert_results['status'] = 'failure';
+ $upsert_results['results'] = sprintf(
+ /* translators: %s expands to the name of a post type (plural). */
+ __( 'You can\'t edit %s that aren\'t yours.', 'wordpress-seo' ),
+ $post_type_object->label
+ );
+
+ return $upsert_results;
+ }
+
+ if ( $sanitized_new_meta_value === $orig_meta_value && $sanitized_new_meta_value !== $new_meta_value ) {
+ $upsert_results['status'] = 'failure';
+ $upsert_results['results'] = __( 'You have used HTML in your value which is not allowed.', 'wordpress-seo' );
+
+ return $upsert_results;
+ }
+
+ $res = update_post_meta( $post_id, $meta_key, $sanitized_new_meta_value );
+
+ $upsert_results['status'] = ( $res !== false ) ? 'success' : 'failure';
+ $upsert_results['results'] = $res;
+
+ return $upsert_results;
+}
+
+/**
+ * Save all titles sent from the Bulk Editor.
+ *
+ * @return void
+ */
+function wpseo_save_all_titles() {
+ wpseo_save_all( 'title' );
+}
+
+add_action( 'wp_ajax_wpseo_save_all_titles', 'wpseo_save_all_titles' );
+
+/**
+ * Save all description sent from the Bulk Editor.
+ *
+ * @return void
+ */
+function wpseo_save_all_descriptions() {
+ wpseo_save_all( 'metadesc' );
+}
+
+add_action( 'wp_ajax_wpseo_save_all_descriptions', 'wpseo_save_all_descriptions' );
+
+/**
+ * Utility function to save values.
+ *
+ * @param string $what Type of item so save.
+ *
+ * @return void
+ */
+function wpseo_save_all( $what ) {
+ check_ajax_referer( 'wpseo-bulk-editor' );
+
+ $results = [];
+ if ( ! isset( $_POST['items'], $_POST['existingItems'] ) ) {
+ wpseo_ajax_json_echo_die( $results );
+ }
+
+ $new_values = array_map( [ 'WPSEO_Utils', 'sanitize_text_field' ], wp_unslash( (array) $_POST['items'] ) );
+ $original_values = array_map( [ 'WPSEO_Utils', 'sanitize_text_field' ], wp_unslash( (array) $_POST['existingItems'] ) );
+
+ foreach ( $new_values as $post_id => $new_value ) {
+ $original_value = $original_values[ $post_id ];
+ $results[] = wpseo_upsert_new( $what, $post_id, $new_value, $original_value );
+ }
+
+ wpseo_ajax_json_echo_die( $results );
+}
+
+/**
+ * Insert a new value.
+ *
+ * @param string $what Item type (such as title).
+ * @param int $post_id Post ID.
+ * @param string $new_value New value to record.
+ * @param string $original Original value.
+ *
+ * @return string
+ */
+function wpseo_upsert_new( $what, $post_id, $new_value, $original ) {
+ $meta_key = WPSEO_Meta::$meta_prefix . $what;
+
+ return wpseo_upsert_meta( $post_id, $new_value, $original, $meta_key, $what );
+}
+
+/**
+ * Retrieves the post ids where the keyword is used before as well as the types of those posts.
+ *
+ * @return void
+ */
+function ajax_get_keyword_usage_and_post_types() {
+ check_ajax_referer( 'wpseo-keyword-usage-and-post-types', 'nonce' );
+
+ if ( ! isset( $_POST['post_id'], $_POST['keyword'] ) || ! is_string( $_POST['keyword'] ) ) {
+ exit( '-1' );
+ }
+
+ // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- We are casting to an integer.
+ $post_id = (int) wp_unslash( $_POST['post_id'] );
+
+ if ( $post_id === 0 || ! current_user_can( 'edit_post', $post_id ) ) {
+ exit( '-1' );
+ }
+
+ $keyword = sanitize_text_field( wp_unslash( $_POST['keyword'] ) );
+
+ $post_ids = WPSEO_Meta::keyword_usage( $keyword, $post_id );
+
+ $return_object = [
+ 'keyword_usage' => $post_ids,
+ 'post_types' => WPSEO_Meta::post_types_for_ids( $post_ids ),
+ ];
+
+ wp_die(
+ // phpcs:ignore WordPress.Security.EscapeOutput -- Reason: WPSEO_Utils::format_json_encode is safe.
+ WPSEO_Utils::format_json_encode( $return_object )
+ );
+}
+
+add_action( 'wp_ajax_get_focus_keyword_usage_and_post_types', 'ajax_get_keyword_usage_and_post_types' );
+
+
+/**
+ * Retrieves the keyword for the keyword doubles of the termpages.
+ *
+ * @return void
+ */
+function ajax_get_term_keyword_usage() {
+ check_ajax_referer( 'wpseo-keyword-usage', 'nonce' );
+
+ if ( ! isset( $_POST['post_id'], $_POST['keyword'], $_POST['taxonomy'] ) || ! is_string( $_POST['keyword'] ) || ! is_string( $_POST['taxonomy'] ) ) {
+ wp_die( -1 );
+ }
+
+ // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- Reason: We are casting the unsafe input to an integer.
+ $post_id = (int) wp_unslash( $_POST['post_id'] );
+
+ if ( $post_id === 0 ) {
+ wp_die( -1 );
+ }
+
+ $keyword = sanitize_text_field( wp_unslash( $_POST['keyword'] ) );
+ $taxonomy_name = sanitize_text_field( wp_unslash( $_POST['taxonomy'] ) );
+
+ $taxonomy = get_taxonomy( $taxonomy_name );
+
+ if ( ! $taxonomy ) {
+ wp_die( 0 );
+ }
+
+ if ( ! current_user_can( $taxonomy->cap->edit_terms ) ) {
+ wp_die( -1 );
+ }
+
+ $usage = WPSEO_Taxonomy_Meta::get_keyword_usage( $keyword, $post_id, $taxonomy_name );
+
+ // Normalize the result so it is the same as the post keyword usage AJAX request.
+ $usage = $usage[ $keyword ];
+
+ wp_die(
+ // phpcs:ignore WordPress.Security.EscapeOutput -- Reason: WPSEO_Utils::format_json_encode is safe.
+ WPSEO_Utils::format_json_encode( $usage )
+ );
+}
+
+add_action( 'wp_ajax_get_term_keyword_usage', 'ajax_get_term_keyword_usage' );
+
+/**
+ * Registers hooks for all AJAX integrations.
+ *
+ * @return void
+ */
+function wpseo_register_ajax_integrations() {
+ $integrations = [ new Yoast_Network_Admin() ];
+
+ foreach ( $integrations as $integration ) {
+ $integration->register_ajax_hooks();
+ }
+}
+
+wpseo_register_ajax_integrations();
+
+new WPSEO_Shortcode_Filter();
+
+new WPSEO_Taxonomy_Columns();
+
+/* ********************* DEPRECATED FUNCTIONS ********************* */
+
+/**
+ * Retrieves the keyword for the keyword doubles.
+ *
+ * @return void
+ */
+function ajax_get_keyword_usage() {
+ _deprecated_function( __METHOD__, 'WPSEO 20.4' );
+ check_ajax_referer( 'wpseo-keyword-usage', 'nonce' );
+
+ if ( ! isset( $_POST['post_id'], $_POST['keyword'] ) || ! is_string( $_POST['keyword'] ) ) {
+ exit( '-1' );
+ }
+
+ // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- We are casting to an integer.
+ $post_id = (int) wp_unslash( $_POST['post_id'] );
+
+ if ( $post_id === 0 || ! current_user_can( 'edit_post', $post_id ) ) {
+ exit( '-1' );
+ }
+
+ $keyword = sanitize_text_field( wp_unslash( $_POST['keyword'] ) );
+
+ wp_die(
+ // phpcs:ignore WordPress.Security.EscapeOutput -- Reason: WPSEO_Utils::format_json_encode is safe.
+ WPSEO_Utils::format_json_encode( WPSEO_Meta::keyword_usage( $keyword, $post_id ) )
+ );
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php b/wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php
new file mode 100755
index 00000000..c9f5f3db
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php
@@ -0,0 +1,54 @@
+ $shortcode,
+ 'output' => do_shortcode( $shortcode ),
+ ];
+ }
+
+ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Reason: WPSEO_Utils::format_json_encode is considered safe.
+ wp_die( WPSEO_Utils::format_json_encode( $parsed_shortcodes ) );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php b/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php
new file mode 100755
index 00000000..c847ba62
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php
@@ -0,0 +1,95 @@
+notice_name = $notice_name;
+ $this->notice_type = $notice_type;
+
+ add_action( 'wp_ajax_wpseo_dismiss_' . $notice_name, [ $this, 'dismiss_notice' ] );
+ }
+
+ /**
+ * Handles the dismiss notice request.
+ *
+ * @return void
+ */
+ public function dismiss_notice() {
+ check_ajax_referer( 'wpseo-dismiss-' . $this->notice_name );
+
+ $this->save_dismissed();
+
+ wp_die( 'true' );
+ }
+
+ /**
+ * Storing the dismissed value in the database. The target location is based on the set notification type.
+ *
+ * @return void
+ */
+ private function save_dismissed() {
+ if ( $this->notice_type === self::FOR_SITE ) {
+ update_option( 'wpseo_dismiss_' . $this->notice_name, 1 );
+
+ return;
+ }
+
+ if ( $this->notice_type === self::FOR_NETWORK ) {
+ update_site_option( 'wpseo_dismiss_' . $this->notice_name, 1 );
+
+ return;
+ }
+
+ update_user_meta( get_current_user_id(), 'wpseo_dismiss_' . $this->notice_name, 1 );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php b/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php
new file mode 100755
index 00000000..9778c5e7
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php
@@ -0,0 +1,130 @@
+ sanitize_text_field( $conflict_data['section'] ),
+ 'plugins' => sanitize_text_field( $conflict_data['plugins'] ),
+ ];
+
+ $this->dismissed_conflicts = $this->get_dismissed_conflicts( $conflict_data['section'] );
+
+ $this->compare_plugins( $conflict_data['plugins'] );
+
+ $this->save_dismissed_conflicts( $conflict_data['section'] );
+
+ wp_die( 'true' );
+ }
+
+ /**
+ * Getting the user option from the database.
+ *
+ * @return bool|array
+ */
+ private function get_dismissed_option() {
+ return get_user_meta( get_current_user_id(), $this->option_name, true );
+ }
+
+ /**
+ * Getting the dismissed conflicts from the database
+ *
+ * @param string $plugin_section Type of conflict group (such as Open Graph or sitemap).
+ *
+ * @return array
+ */
+ private function get_dismissed_conflicts( $plugin_section ) {
+ $dismissed_conflicts = $this->get_dismissed_option();
+
+ if ( is_array( $dismissed_conflicts ) && array_key_exists( $plugin_section, $dismissed_conflicts ) ) {
+ return $dismissed_conflicts[ $plugin_section ];
+ }
+
+ return [];
+ }
+
+ /**
+ * Storing the conflicting plugins as an user option in the database.
+ *
+ * @param string $plugin_section Plugin conflict type (such as Open Graph or sitemap).
+ *
+ * @return void
+ */
+ private function save_dismissed_conflicts( $plugin_section ) {
+ $dismissed_conflicts = $this->get_dismissed_option();
+
+ $dismissed_conflicts[ $plugin_section ] = $this->dismissed_conflicts;
+
+ update_user_meta( get_current_user_id(), $this->option_name, $dismissed_conflicts );
+ }
+
+ /**
+ * Loop through the plugins to compare them with the already stored dismissed plugin conflicts.
+ *
+ * @param array $posted_plugins Plugin set to check.
+ *
+ * @return void
+ */
+ public function compare_plugins( array $posted_plugins ) {
+ foreach ( $posted_plugins as $posted_plugin ) {
+ $this->compare_plugin( $posted_plugin );
+ }
+ }
+
+ /**
+ * Check if plugin is already dismissed, if not store it in the array that will be saved later.
+ *
+ * @param string $posted_plugin Plugin to check against dismissed conflicts.
+ *
+ * @return void
+ */
+ private function compare_plugin( $posted_plugin ) {
+ if ( ! in_array( $posted_plugin, $this->dismissed_conflicts, true ) ) {
+ $this->dismissed_conflicts[] = $posted_plugin;
+ }
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php b/wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php
new file mode 100755
index 00000000..8f290d81
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php
@@ -0,0 +1,91 @@
+capabilities[ $capability ] ) ) {
+ $this->capabilities[ $capability ] = $roles;
+
+ return;
+ }
+
+ // Combine configurations.
+ $this->capabilities[ $capability ] = array_merge( $roles, $this->capabilities[ $capability ] );
+
+ // Remove doubles.
+ $this->capabilities[ $capability ] = array_unique( $this->capabilities[ $capability ] );
+ }
+
+ /**
+ * Returns the list of registered capabilitities.
+ *
+ * @return string[] Registered capabilities.
+ */
+ public function get_capabilities() {
+ return array_keys( $this->capabilities );
+ }
+
+ /**
+ * Returns a list of WP_Role roles.
+ *
+ * The string array of role names are converted to actual WP_Role objects.
+ * These are needed to be able to use the API on them.
+ *
+ * @param array $roles Roles to retrieve the objects for.
+ *
+ * @return WP_Role[] List of WP_Role objects.
+ */
+ protected function get_wp_roles( array $roles ) {
+ $wp_roles = array_map( 'get_role', $roles );
+
+ return array_filter( $wp_roles );
+ }
+
+ /**
+ * Filter capability roles.
+ *
+ * @param string $capability Capability to filter roles for.
+ * @param array $roles List of roles which can be filtered.
+ *
+ * @return array Filtered list of roles for the capability.
+ */
+ protected function filter_roles( $capability, array $roles ) {
+ /**
+ * Filter: Allow changing roles that a capability is added to.
+ *
+ * @param array $roles The default roles to be filtered.
+ */
+ $filtered = apply_filters( $capability . '_roles', $roles );
+
+ // Make sure we have the expected type.
+ if ( ! is_array( $filtered ) ) {
+ return [];
+ }
+
+ return $filtered;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php b/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php
new file mode 100755
index 00000000..e265bee1
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php
@@ -0,0 +1,35 @@
+manager = $manager;
+ }
+
+ /**
+ * Registers the hooks.
+ *
+ * @return void
+ */
+ public function register_hooks() {
+ add_filter( 'members_get_capabilities', [ $this, 'get_capabilities' ] );
+ add_action( 'members_register_cap_groups', [ $this, 'action_members_register_cap_group' ] );
+
+ add_filter( 'ure_capabilities_groups_tree', [ $this, 'filter_ure_capabilities_groups_tree' ] );
+ add_filter( 'ure_custom_capability_groups', [ $this, 'filter_ure_custom_capability_groups' ], 10, 2 );
+ }
+
+ /**
+ * Get the Yoast SEO capabilities.
+ * Optionally append them to an existing array.
+ *
+ * @param array $caps Optional existing capability list.
+ * @return array
+ */
+ public function get_capabilities( array $caps = [] ) {
+ if ( ! did_action( 'wpseo_register_capabilities' ) ) {
+ do_action( 'wpseo_register_capabilities' );
+ }
+
+ return array_merge( $caps, $this->manager->get_capabilities() );
+ }
+
+ /**
+ * Add capabilities to its own group in the Members plugin.
+ *
+ * @see members_register_cap_group()
+ *
+ * @return void
+ */
+ public function action_members_register_cap_group() {
+ if ( ! function_exists( 'members_register_cap_group' ) ) {
+ return;
+ }
+
+ // Register the yoast group.
+ $args = [
+ 'label' => esc_html__( 'Yoast SEO', 'wordpress-seo' ),
+ 'caps' => $this->get_capabilities(),
+ 'icon' => 'dashicons-admin-plugins',
+ 'diff_added' => true,
+ ];
+ members_register_cap_group( 'wordpress-seo', $args );
+ }
+
+ /**
+ * Adds Yoast SEO capability group in the User Role Editor plugin.
+ *
+ * @see URE_Capabilities_Groups_Manager::get_groups_tree()
+ *
+ * @param array $groups Current groups.
+ *
+ * @return array Filtered list of capabilty groups.
+ */
+ public function filter_ure_capabilities_groups_tree( $groups = [] ) {
+ $groups = (array) $groups;
+
+ $groups['wordpress-seo'] = [
+ 'caption' => 'Yoast SEO',
+ 'parent' => 'custom',
+ 'level' => 3,
+ ];
+
+ return $groups;
+ }
+
+ /**
+ * Adds capabilities to the Yoast SEO group in the User Role Editor plugin.
+ *
+ * @see URE_Capabilities_Groups_Manager::get_cap_groups()
+ *
+ * @param array $groups Current capability groups.
+ * @param string $cap_id Capability identifier.
+ *
+ * @return array List of filtered groups.
+ */
+ public function filter_ure_custom_capability_groups( $groups = [], $cap_id = '' ) {
+ if ( in_array( $cap_id, $this->get_capabilities(), true ) ) {
+ $groups = (array) $groups;
+ $groups[] = 'wordpress-seo';
+ }
+
+ return $groups;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php b/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php
new file mode 100755
index 00000000..4f56e8e4
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php
@@ -0,0 +1,73 @@
+capabilities as $capability => $roles ) {
+ $role_capabilities = $this->get_role_capabilities( $role_capabilities, $capability, $roles );
+ }
+
+ foreach ( $role_capabilities as $role => $capabilities ) {
+ wpcom_vip_add_role_caps( $role, $capabilities );
+ }
+ }
+
+ /**
+ * Removes the registered capabilities from the system
+ *
+ * @return void
+ */
+ public function remove() {
+ // Remove from any role it has been added to.
+ $roles = wp_roles()->get_names();
+ $roles = array_keys( $roles );
+
+ $role_capabilities = [];
+ foreach ( array_keys( $this->capabilities ) as $capability ) {
+ // Allow filtering of roles.
+ $role_capabilities = $this->get_role_capabilities( $role_capabilities, $capability, $roles );
+ }
+
+ foreach ( $role_capabilities as $role => $capabilities ) {
+ wpcom_vip_remove_role_caps( $role, $capabilities );
+ }
+ }
+
+ /**
+ * Returns the roles which the capability is registered on.
+ *
+ * @param array $role_capabilities List of all roles with their capabilities.
+ * @param string $capability Capability to filter roles for.
+ * @param array $roles List of default roles.
+ *
+ * @return array List of capabilities.
+ */
+ protected function get_role_capabilities( $role_capabilities, $capability, $roles ) {
+ // Allow filtering of roles.
+ $filtered_roles = $this->filter_roles( $capability, $roles );
+
+ foreach ( $filtered_roles as $role ) {
+ if ( ! isset( $add_role_caps[ $role ] ) ) {
+ $role_capabilities[ $role ] = [];
+ }
+
+ $role_capabilities[ $role ][] = $capability;
+ }
+
+ return $role_capabilities;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php b/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php
new file mode 100755
index 00000000..18309567
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php
@@ -0,0 +1,51 @@
+capabilities as $capability => $roles ) {
+ $filtered_roles = $this->filter_roles( $capability, $roles );
+
+ $wp_roles = $this->get_wp_roles( $filtered_roles );
+ foreach ( $wp_roles as $wp_role ) {
+ $wp_role->add_cap( $capability );
+ }
+ }
+ }
+
+ /**
+ * Unregisters the capabilities from the system.
+ *
+ * @return void
+ */
+ public function remove() {
+ // Remove from any roles it has been added to.
+ $roles = wp_roles()->get_names();
+ $roles = array_keys( $roles );
+
+ foreach ( $this->capabilities as $capability => $_roles ) {
+ $registered_roles = array_unique( array_merge( $roles, $this->capabilities[ $capability ] ) );
+
+ // Allow filtering of roles.
+ $filtered_roles = $this->filter_roles( $capability, $registered_roles );
+
+ $wp_roles = $this->get_wp_roles( $filtered_roles );
+ foreach ( $wp_roles as $wp_role ) {
+ $wp_role->remove_cap( $capability );
+ }
+ }
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php b/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php
new file mode 100755
index 00000000..b755d6d8
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php
@@ -0,0 +1,44 @@
+ $applicable_roles ] );
+ }
+
+ /**
+ * Retrieves the roles that have the specified capability.
+ *
+ * @param string $capability The name of the capability.
+ *
+ * @return array The names of the roles that have the capability.
+ */
+ public static function get_applicable_roles( $capability ) {
+ $roles = wp_roles();
+ $role_names = $roles->get_names();
+
+ $applicable_roles = [];
+ foreach ( array_keys( $role_names ) as $role_name ) {
+ $role = $roles->get_role( $role_name );
+
+ if ( ! $role ) {
+ continue;
+ }
+
+ // Add role if it has the capability.
+ if ( array_key_exists( $capability, $role->capabilities ) && $role->capabilities[ $capability ] === true ) {
+ $applicable_roles[] = $role_name;
+ }
+ }
+
+ return $applicable_roles;
+ }
+
+ /**
+ * Checks if the current user has at least one of the supplied capabilities.
+ *
+ * @param array $capabilities Capabilities to check against.
+ *
+ * @return bool True if the user has at least one capability.
+ */
+ protected static function has_any( array $capabilities ) {
+ foreach ( $capabilities as $capability ) {
+ if ( self::has( $capability ) ) {
+ return true;
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * Checks if the user has a certain capability.
+ *
+ * @param string $capability Capability to check against.
+ *
+ * @return bool True if the user has the capability.
+ */
+ protected static function has( $capability ) {
+ return current_user_can( $capability );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php b/wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php
new file mode 100755
index 00000000..04aee8c0
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php
@@ -0,0 +1,115 @@
+register( 'wpseo_bulk_edit', [ 'editor', 'wpseo_editor', 'wpseo_manager' ] );
+ $manager->register( 'wpseo_edit_advanced_metadata', [ 'editor', 'wpseo_editor', 'wpseo_manager' ] );
+
+ $manager->register( 'wpseo_manage_options', [ 'administrator', 'wpseo_manager' ] );
+ $manager->register( 'view_site_health_checks', [ 'wpseo_manager' ] );
+ }
+
+ /**
+ * Revokes the 'wpseo_manage_options' capability from administrator users if it should
+ * only be granted to network administrators.
+ *
+ * @param array $allcaps An array of all the user's capabilities.
+ * @param array $caps Actual capabilities being checked.
+ * @param array $args Optional parameters passed to has_cap(), typically object ID.
+ * @param WP_User $user The user object.
+ *
+ * @return array Possibly modified array of the user's capabilities.
+ */
+ public function filter_user_has_wpseo_manage_options_cap( $allcaps, $caps, $args, $user ) {
+
+ // We only need to do something if 'wpseo_manage_options' is being checked.
+ if ( ! in_array( 'wpseo_manage_options', $caps, true ) ) {
+ return $allcaps;
+ }
+
+ // If the user does not have 'wpseo_manage_options' anyway, we don't need to revoke access.
+ if ( empty( $allcaps['wpseo_manage_options'] ) ) {
+ return $allcaps;
+ }
+
+ // If the user does not have 'delete_users', they are not an administrator.
+ if ( empty( $allcaps['delete_users'] ) ) {
+ return $allcaps;
+ }
+
+ $options = WPSEO_Options::get_instance();
+
+ if ( $options->get( 'access' ) === 'superadmin' && ! is_super_admin( $user->ID ) ) {
+ unset( $allcaps['wpseo_manage_options'] );
+ }
+
+ return $allcaps;
+ }
+
+ /**
+ * Maybe add manage_privacy_options capability for wpseo_manager user role.
+ *
+ * @param string[] $caps Primitive capabilities required of the user.
+ * @param string[] $cap Capability being checked.
+ *
+ * @return string[] Filtered primitive capabilities required of the user.
+ */
+ public function map_meta_cap_for_seo_manager( $caps, $cap ) {
+ $user = wp_get_current_user();
+
+ // No multisite support.
+ if ( is_multisite() ) {
+ return $caps;
+ }
+
+ if ( ! is_array( $user->roles ) ) {
+ return $caps;
+ }
+
+ // User must be of role wpseo_manager.
+ if ( ! in_array( 'wpseo_manager', $user->roles, true ) ) {
+ return $caps;
+ }
+
+ // Remove manage_options cap requirement if requested cap is manage_privacy_options.
+ if ( $cap === 'manage_privacy_options' ) {
+ return array_diff( $caps, [ 'manage_options' ] );
+ }
+
+ return $caps;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php b/wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php
new file mode 100755
index 00000000..cb980ad1
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php
@@ -0,0 +1,75 @@
+flatten_version( WPSEO_VERSION );
+ }
+
+ $analysis_worker = $name . '-' . $flat_version . '.js';
+
+ $this->asset_location = WPSEO_Admin_Asset_Manager::create_default_location();
+ $this->asset = new WPSEO_Admin_Asset(
+ [
+ 'name' => $name,
+ 'src' => $analysis_worker,
+ ]
+ );
+ }
+
+ /**
+ * Retrieves the analysis worker asset.
+ *
+ * @return WPSEO_Admin_Asset The analysis worker asset.
+ */
+ public function get_asset() {
+ return $this->asset;
+ }
+
+ /**
+ * Determines the URL of the asset on the dev server.
+ *
+ * @param WPSEO_Admin_Asset $asset The asset to determine the URL for.
+ * @param string $type The type of asset. Usually JS or CSS.
+ *
+ * @return string The URL of the asset.
+ */
+ public function get_url( WPSEO_Admin_Asset $asset, $type ) {
+ $scheme = wp_parse_url( $asset->get_src(), PHP_URL_SCHEME );
+ if ( in_array( $scheme, [ 'http', 'https' ], true ) ) {
+ return $asset->get_src();
+ }
+
+ return $this->asset_location->get_url( $asset, $type );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php b/wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php
new file mode 100755
index 00000000..cf67ae74
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php
@@ -0,0 +1,71 @@
+url = $url;
+ }
+
+ /**
+ * Determines the URL of the asset on the dev server.
+ *
+ * @param WPSEO_Admin_Asset $asset The asset to determine the URL for.
+ * @param string $type The type of asset. Usually JS or CSS.
+ *
+ * @return string The URL of the asset.
+ */
+ public function get_url( WPSEO_Admin_Asset $asset, $type ) {
+ if ( $type === WPSEO_Admin_Asset::TYPE_CSS ) {
+ return $this->get_default_url( $asset, $type );
+ }
+
+ $path = sprintf( 'js/dist/%s%s.js', $asset->get_src(), $asset->get_suffix() );
+
+ return trailingslashit( $this->url ) . $path;
+ }
+
+ /**
+ * Determines the URL of the asset not using the dev server.
+ *
+ * @param WPSEO_Admin_Asset $asset The asset to determine the URL for.
+ * @param string $type The type of asset.
+ *
+ * @return string The URL of the asset file.
+ */
+ public function get_default_url( WPSEO_Admin_Asset $asset, $type ) {
+ $default_location = new WPSEO_Admin_Asset_SEO_Location( WPSEO_FILE );
+
+ return $default_location->get_url( $asset, $type );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php b/wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php
new file mode 100755
index 00000000..7d1c8c35
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php
@@ -0,0 +1,22 @@
+asset_location = $asset_location;
+ $this->prefix = $prefix;
+ }
+
+ /**
+ * Enqueues scripts.
+ *
+ * @param string $script The name of the script to enqueue.
+ *
+ * @return void
+ */
+ public function enqueue_script( $script ) {
+ wp_enqueue_script( $this->prefix . $script );
+ }
+
+ /**
+ * Enqueues styles.
+ *
+ * @param string $style The name of the style to enqueue.
+ *
+ * @return void
+ */
+ public function enqueue_style( $style ) {
+ wp_enqueue_style( $this->prefix . $style );
+ }
+
+ /**
+ * Enqueues the appropriate language for the user.
+ *
+ * @return void
+ */
+ public function enqueue_user_language_script() {
+ $this->enqueue_script( 'language-' . YoastSEO()->helpers->language->get_researcher_language() );
+ }
+
+ /**
+ * Registers scripts based on it's parameters.
+ *
+ * @param WPSEO_Admin_Asset $script The script to register.
+ *
+ * @return void
+ */
+ public function register_script( WPSEO_Admin_Asset $script ) {
+ $url = $script->get_src() ? $this->get_url( $script, WPSEO_Admin_Asset::TYPE_JS ) : false;
+ $args = [
+ 'in_footer' => $script->is_in_footer(),
+ ];
+
+ if ( $script->get_strategy() !== '' ) {
+ $args['strategy'] = $script->get_strategy();
+ }
+
+ wp_register_script(
+ $this->prefix . $script->get_name(),
+ $url,
+ $script->get_deps(),
+ $script->get_version(),
+ $args
+ );
+
+ if ( in_array( 'wp-i18n', $script->get_deps(), true ) ) {
+ wp_set_script_translations( $this->prefix . $script->get_name(), 'wordpress-seo' );
+ }
+ }
+
+ /**
+ * Registers styles based on it's parameters.
+ *
+ * @param WPSEO_Admin_Asset $style The style to register.
+ *
+ * @return void
+ */
+ public function register_style( WPSEO_Admin_Asset $style ) {
+ wp_register_style(
+ $this->prefix . $style->get_name(),
+ $this->get_url( $style, WPSEO_Admin_Asset::TYPE_CSS ),
+ $style->get_deps(),
+ $style->get_version(),
+ $style->get_media()
+ );
+ }
+
+ /**
+ * Calls the functions that register scripts and styles with the scripts and styles to be registered as arguments.
+ *
+ * @return void
+ */
+ public function register_assets() {
+ $this->register_scripts( $this->scripts_to_be_registered() );
+ $this->register_styles( $this->styles_to_be_registered() );
+ }
+
+ /**
+ * Registers all the scripts passed to it.
+ *
+ * @param array $scripts The scripts passed to it.
+ *
+ * @return void
+ */
+ public function register_scripts( $scripts ) {
+ foreach ( $scripts as $script ) {
+ $script = new WPSEO_Admin_Asset( $script );
+ $this->register_script( $script );
+ }
+ }
+
+ /**
+ * Registers all the styles it receives.
+ *
+ * @param array $styles Styles that need to be registered.
+ *
+ * @return void
+ */
+ public function register_styles( $styles ) {
+ foreach ( $styles as $style ) {
+ $style = new WPSEO_Admin_Asset( $style );
+ $this->register_style( $style );
+ }
+ }
+
+ /**
+ * Localizes the script.
+ *
+ * @param string $handle The script handle.
+ * @param string $object_name The object name.
+ * @param array $data The l10n data.
+ *
+ * @return void
+ */
+ public function localize_script( $handle, $object_name, $data ) {
+ wp_localize_script( $this->prefix . $handle, $object_name, $data );
+ }
+
+ /**
+ * Adds an inline script.
+ *
+ * @param string $handle The script handle.
+ * @param string $data The l10n data.
+ * @param string $position Optional. Whether to add the inline script before the handle or after.
+ *
+ * @return void
+ */
+ public function add_inline_script( $handle, $data, $position = 'after' ) {
+ wp_add_inline_script( $this->prefix . $handle, $data, $position );
+ }
+
+ /**
+ * A list of styles that shouldn't be registered but are needed in other locations in the plugin.
+ *
+ * @return array
+ */
+ public function special_styles() {
+ $flat_version = $this->flatten_version( WPSEO_VERSION );
+ $asset_args = [
+ 'name' => 'inside-editor',
+ 'src' => 'inside-editor-' . $flat_version,
+ ];
+
+ return [ 'inside-editor' => new WPSEO_Admin_Asset( $asset_args ) ];
+ }
+
+ /**
+ * Flattens a version number for use in a filename.
+ *
+ * @param string $version The original version number.
+ *
+ * @return string The flattened version number.
+ */
+ public function flatten_version( $version ) {
+ $parts = explode( '.', $version );
+
+ if ( count( $parts ) === 2 && preg_match( '/^\d+$/', $parts[1] ) === 1 ) {
+ $parts[] = '0';
+ }
+
+ return implode( '', $parts );
+ }
+
+ /**
+ * Creates a default location object for use in the admin asset manager.
+ *
+ * @return WPSEO_Admin_Asset_Location The location to use in the asset manager.
+ */
+ public static function create_default_location() {
+ if ( defined( 'YOAST_SEO_DEV_SERVER' ) && YOAST_SEO_DEV_SERVER ) {
+ $url = defined( 'YOAST_SEO_DEV_SERVER_URL' ) ? YOAST_SEO_DEV_SERVER_URL : WPSEO_Admin_Asset_Dev_Server_Location::DEFAULT_URL;
+
+ return new WPSEO_Admin_Asset_Dev_Server_Location( $url );
+ }
+
+ return new WPSEO_Admin_Asset_SEO_Location( WPSEO_FILE, false );
+ }
+
+ /**
+ * Checks if the given script is enqueued.
+ *
+ * @param string $script The script to check.
+ *
+ * @return bool True when the script is enqueued.
+ */
+ public function is_script_enqueued( $script ) {
+ return wp_script_is( $this->prefix . $script );
+ }
+
+ /**
+ * Returns the scripts that need to be registered.
+ *
+ * @todo Data format is not self-documenting. Needs explanation inline. R.
+ *
+ * @return array The scripts that need to be registered.
+ */
+ protected function scripts_to_be_registered() {
+ $header_scripts = [
+ 'admin-global',
+ 'block-editor',
+ 'classic-editor',
+ 'post-edit',
+ 'help-scout-beacon',
+ 'redirect-old-features-tab',
+ ];
+ $additional_dependencies = [
+ 'analysis-worker' => [ self::PREFIX . 'analysis-package' ],
+ 'api-client' => [ 'wp-api' ],
+ 'crawl-settings' => [ 'jquery' ],
+ 'dashboard-widget' => [ self::PREFIX . 'api-client' ],
+ 'wincher-dashboard-widget' => [ self::PREFIX . 'api-client' ],
+ 'editor-modules' => [ 'jquery' ],
+ 'elementor' => [
+ self::PREFIX . 'api-client',
+ self::PREFIX . 'externals-components',
+ self::PREFIX . 'externals-contexts',
+ self::PREFIX . 'externals-redux',
+ ],
+ 'indexation' => [
+ 'jquery-ui-core',
+ 'jquery-ui-progressbar',
+ ],
+ 'first-time-configuration' => [
+ self::PREFIX . 'api-client',
+ self::PREFIX . 'externals-components',
+ self::PREFIX . 'externals-contexts',
+ self::PREFIX . 'externals-redux',
+ ],
+ 'integrations-page' => [
+ self::PREFIX . 'api-client',
+ self::PREFIX . 'externals-components',
+ self::PREFIX . 'externals-contexts',
+ self::PREFIX . 'externals-redux',
+ ],
+ 'post-edit' => [
+ self::PREFIX . 'api-client',
+ self::PREFIX . 'block-editor',
+ self::PREFIX . 'externals-components',
+ self::PREFIX . 'externals-contexts',
+ self::PREFIX . 'externals-redux',
+ ],
+ 'reindex-links' => [
+ 'jquery-ui-core',
+ 'jquery-ui-progressbar',
+ ],
+ 'settings' => [
+ 'jquery-ui-core',
+ 'jquery-ui-progressbar',
+ self::PREFIX . 'api-client',
+ self::PREFIX . 'externals-components',
+ self::PREFIX . 'externals-contexts',
+ self::PREFIX . 'externals-redux',
+ ],
+ 'term-edit' => [
+ self::PREFIX . 'api-client',
+ self::PREFIX . 'classic-editor',
+ self::PREFIX . 'externals-components',
+ self::PREFIX . 'externals-contexts',
+ self::PREFIX . 'externals-redux',
+ ],
+ 'general-page' => [
+ self::PREFIX . 'api-client',
+ ],
+ ];
+
+ $plugin_scripts = $this->load_generated_asset_file(
+ [
+ 'asset_file' => __DIR__ . '/../src/generated/assets/plugin.php',
+ 'ext_length' => 3,
+ 'additional_deps' => $additional_dependencies,
+ 'header_scripts' => $header_scripts,
+ ]
+ );
+ $external_scripts = $this->load_generated_asset_file(
+ [
+ 'asset_file' => __DIR__ . '/../src/generated/assets/externals.php',
+ 'ext_length' => 3,
+ 'suffix' => '-package',
+ 'base_dir' => 'externals/',
+ 'additional_deps' => $additional_dependencies,
+ 'header_scripts' => $header_scripts,
+ ]
+ );
+ $language_scripts = $this->load_generated_asset_file(
+ [
+ 'asset_file' => __DIR__ . '/../src/generated/assets/languages.php',
+ 'ext_length' => 3,
+ 'suffix' => '-language',
+ 'base_dir' => 'languages/',
+ 'additional_deps' => $additional_dependencies,
+ 'header_scripts' => $header_scripts,
+ ]
+ );
+ $renamed_scripts = $this->load_renamed_scripts();
+
+ $scripts = array_merge(
+ $plugin_scripts,
+ $external_scripts,
+ $language_scripts,
+ $renamed_scripts
+ );
+
+ $scripts['installation-success'] = [
+ 'name' => 'installation-success',
+ 'src' => 'installation-success.js',
+ 'deps' => [
+ 'wp-a11y',
+ 'wp-dom-ready',
+ 'wp-components',
+ 'wp-element',
+ 'wp-i18n',
+ self::PREFIX . 'components-new-package',
+ self::PREFIX . 'externals-components',
+ ],
+ 'version' => $scripts['installation-success']['version'],
+ ];
+
+ $scripts['post-edit-classic'] = [
+ 'name' => 'post-edit-classic',
+ 'src' => $scripts['post-edit']['src'],
+ 'deps' => array_map(
+ static function ( $dep ) {
+ if ( $dep === self::PREFIX . 'block-editor' ) {
+ return self::PREFIX . 'classic-editor';
+ }
+ return $dep;
+ },
+ $scripts['post-edit']['deps']
+ ),
+ 'in_footer' => ! in_array( 'post-edit-classic', $header_scripts, true ),
+ 'version' => $scripts['post-edit']['version'],
+ ];
+
+ $scripts['workouts'] = [
+ 'name' => 'workouts',
+ 'src' => 'workouts.js',
+ 'deps' => [
+ 'clipboard',
+ 'lodash',
+ 'wp-api-fetch',
+ 'wp-a11y',
+ 'wp-components',
+ 'wp-compose',
+ 'wp-data',
+ 'wp-dom-ready',
+ 'wp-element',
+ 'wp-i18n',
+ self::PREFIX . 'externals-components',
+ self::PREFIX . 'externals-contexts',
+ self::PREFIX . 'externals-redux',
+ self::PREFIX . 'analysis',
+ self::PREFIX . 'components-new-package',
+ ],
+ 'version' => $scripts['workouts']['version'],
+ ];
+
+ // Add the current language to every script that requires the analysis package.
+ foreach ( $scripts as $name => $script ) {
+ if ( substr( $name, -8 ) === 'language' ) {
+ continue;
+ }
+ if ( in_array( self::PREFIX . 'analysis-package', $script['deps'], true ) ) {
+ $scripts[ $name ]['deps'][] = self::PREFIX . YoastSEO()->helpers->language->get_researcher_language() . '-language';
+ }
+ }
+
+ return $scripts;
+ }
+
+ /**
+ * Loads a generated asset file.
+ *
+ * @param array $args {
+ * The arguments.
+ *
+ * @type string $asset_file The asset file to load.
+ * @type int $ext_length The length of the extension, including suffix, of the filename.
+ * @type string $suffix Optional. The suffix of the asset name.
+ * @type array $additional_deps Optional. The additional dependencies assets may have.
+ * @type string $base_dir Optional. The base directory of the asset.
+ * @type string[] $header_scripts Optional. The script names that should be in the header.
+ * }
+ *
+ * @return array {
+ * The scripts to be registered.
+ *
+ * @type string $name The name of the asset.
+ * @type string $src The src of the asset.
+ * @type string[] $deps The dependenies of the asset.
+ * @type bool $in_footer Whether or not the asset should be in the footer.
+ * }
+ */
+ protected function load_generated_asset_file( $args ) {
+ $args = wp_parse_args(
+ $args,
+ [
+ 'suffix' => '',
+ 'additional_deps' => [],
+ 'base_dir' => '',
+ 'header_scripts' => [],
+ ]
+ );
+ $scripts = [];
+ $assets = require $args['asset_file'];
+ foreach ( $assets as $file => $data ) {
+ $name = substr( $file, 0, -$args['ext_length'] );
+ $name = strtolower( preg_replace( '/([A-Z])/', '-$1', $name ) );
+ $name .= $args['suffix'];
+
+ $deps = $data['dependencies'];
+ if ( isset( $args['additional_deps'][ $name ] ) ) {
+ $deps = array_merge( $deps, $args['additional_deps'][ $name ] );
+ }
+
+ $scripts[ $name ] = [
+ 'name' => $name,
+ 'src' => $args['base_dir'] . $file,
+ 'deps' => $deps,
+ 'in_footer' => ! in_array( $name, $args['header_scripts'], true ),
+ 'version' => $data['version'],
+ ];
+ }
+
+ return $scripts;
+ }
+
+ /**
+ * Loads the scripts that should be renamed for BC.
+ *
+ * @return array {
+ * The scripts to be registered.
+ *
+ * @type string $name The name of the asset.
+ * @type string $src The src of the asset.
+ * @type string[] $deps The dependenies of the asset.
+ * @type bool $in_footer Whether or not the asset should be in the footer.
+ * }
+ */
+ protected function load_renamed_scripts() {
+ $scripts = [];
+ $renamed_scripts = [
+ 'admin-global-script' => 'admin-global',
+ 'analysis' => 'analysis-package',
+ 'analysis-report' => 'analysis-report-package',
+ 'api' => 'api-client',
+ 'commons' => 'commons-package',
+ 'edit-page' => 'edit-page-script',
+ 'draft-js' => 'draft-js-package',
+ 'feature-flag' => 'feature-flag-package',
+ 'helpers' => 'helpers-package',
+ 'jed' => 'jed-package',
+ 'chart.js' => 'chart.js-package',
+ 'network-admin-script' => 'network-admin',
+ 'redux' => 'redux-package',
+ 'replacement-variable-editor' => 'replacement-variable-editor-package',
+ 'search-metadata-previews' => 'search-metadata-previews-package',
+ 'social-metadata-forms' => 'social-metadata-forms-package',
+ 'styled-components' => 'styled-components-package',
+ 'style-guide' => 'style-guide-package',
+ 'yoast-components' => 'components-new-package',
+ ];
+
+ foreach ( $renamed_scripts as $original => $replacement ) {
+ $scripts[] = [
+ 'name' => $original,
+ 'src' => false,
+ 'deps' => [ self::PREFIX . $replacement ],
+ ];
+ }
+
+ return $scripts;
+ }
+
+ /**
+ * Returns the styles that need to be registered.
+ *
+ * @todo Data format is not self-documenting. Needs explanation inline. R.
+ *
+ * @return array Styles that need to be registered.
+ */
+ protected function styles_to_be_registered() {
+ $flat_version = $this->flatten_version( WPSEO_VERSION );
+
+ return [
+ [
+ 'name' => 'admin-css',
+ 'src' => 'yst_plugin_tools-' . $flat_version,
+ 'deps' => [ self::PREFIX . 'toggle-switch' ],
+ ],
+ [
+ 'name' => 'toggle-switch',
+ 'src' => 'toggle-switch-' . $flat_version,
+ ],
+ [
+ 'name' => 'dismissible',
+ 'src' => 'wpseo-dismissible-' . $flat_version,
+ ],
+ [
+ 'name' => 'notifications',
+ 'src' => 'notifications-' . $flat_version,
+ ],
+ [
+ 'name' => 'alert',
+ 'src' => 'alerts-' . $flat_version,
+ ],
+ [
+ 'name' => 'edit-page',
+ 'src' => 'edit-page-' . $flat_version,
+ ],
+ [
+ 'name' => 'featured-image',
+ 'src' => 'featured-image-' . $flat_version,
+ ],
+ [
+ 'name' => 'metabox-css',
+ 'src' => 'metabox-' . $flat_version,
+ 'deps' => [
+ self::PREFIX . 'admin-css',
+ self::PREFIX . 'tailwind',
+ 'wp-components',
+ ],
+ ],
+ [
+ 'name' => 'block-editor',
+ 'src' => 'block-editor-' . $flat_version,
+ ],
+ [
+ 'name' => 'ai-generator',
+ 'src' => 'ai-generator-' . $flat_version,
+ 'deps' => [
+ self::PREFIX . 'ai-frontend',
+ self::PREFIX . 'tailwind',
+ self::PREFIX . 'introductions',
+ ],
+ ],
+ [
+ 'name' => 'ai-fix-assessments',
+ 'src' => 'ai-fix-assessments-' . $flat_version,
+ ],
+ [
+ 'name' => 'ai-frontend',
+ 'src' => 'ai-frontend-' . $flat_version,
+ ],
+ [
+ 'name' => 'introductions',
+ 'src' => 'introductions-' . $flat_version,
+ 'deps' => [ self::PREFIX . 'tailwind' ],
+ ],
+ [
+ 'name' => 'wp-dashboard',
+ 'src' => 'dashboard-' . $flat_version,
+ ],
+ [
+ 'name' => 'scoring',
+ 'src' => 'yst_seo_score-' . $flat_version,
+ ],
+ [
+ 'name' => 'adminbar',
+ 'src' => 'adminbar-' . $flat_version,
+ 'deps' => [
+ 'admin-bar',
+ ],
+ ],
+ [
+ 'name' => 'primary-category',
+ 'src' => 'metabox-primary-category-' . $flat_version,
+ ],
+ [
+ 'name' => 'admin-global',
+ 'src' => 'admin-global-' . $flat_version,
+ 'deps' => [ self::PREFIX . 'tailwind' ],
+ ],
+ [
+ 'name' => 'filter-explanation',
+ 'src' => 'filter-explanation-' . $flat_version,
+ ],
+ [
+ 'name' => 'monorepo',
+ 'src' => 'monorepo-' . $flat_version,
+ ],
+ [
+ 'name' => 'structured-data-blocks',
+ 'src' => 'structured-data-blocks-' . $flat_version,
+ 'deps' => [
+ 'dashicons',
+ 'forms',
+ 'wp-edit-blocks',
+ ],
+ ],
+ [
+ 'name' => 'elementor',
+ 'src' => 'elementor-' . $flat_version,
+ ],
+ [
+ 'name' => 'tailwind',
+ 'src' => 'tailwind-' . $flat_version,
+ // Note: The RTL suffix is not added here.
+ // Tailwind and our UI library provide styling that should be standalone compatible with RTL.
+ // To make it easier we should use the logical properties and values when possible.
+ // If there are exceptions, we can use the Tailwind modifier, e.g. `rtl:yst-space-x-reverse`.
+ 'rtl' => false,
+ ],
+ [
+ 'name' => 'new-settings',
+ 'src' => 'new-settings-' . $flat_version,
+ 'deps' => [ self::PREFIX . 'tailwind' ],
+ ],
+ [
+ 'name' => 'redirects',
+ 'src' => 'redirects-' . $flat_version,
+ 'deps' => [ self::PREFIX . 'tailwind' ],
+ ],
+ [
+ 'name' => 'black-friday-banner',
+ 'src' => 'black-friday-banner-' . $flat_version,
+ 'deps' => [ self::PREFIX . 'tailwind' ],
+ ],
+ [
+ 'name' => 'academy',
+ 'src' => 'academy-' . $flat_version,
+ 'deps' => [ self::PREFIX . 'tailwind' ],
+ ],
+ [
+ 'name' => 'general-page',
+ 'src' => 'general-page-' . $flat_version,
+ 'deps' => [ self::PREFIX . 'tailwind' ],
+ ],
+ [
+ 'name' => 'installation-success',
+ 'src' => 'installation-success-' . $flat_version,
+ 'deps' => [ self::PREFIX . 'tailwind' ],
+ ],
+ [
+ 'name' => 'support',
+ 'src' => 'support-' . $flat_version,
+ 'deps' => [ self::PREFIX . 'tailwind' ],
+ ],
+ [
+ 'name' => 'workouts',
+ 'src' => 'workouts-' . $flat_version,
+ 'deps' => [
+ self::PREFIX . 'monorepo',
+ ],
+ ],
+ [
+ 'name' => 'first-time-configuration',
+ 'src' => 'first-time-configuration-' . $flat_version,
+ 'deps' => [ self::PREFIX . 'tailwind' ],
+ ],
+ [
+ 'name' => 'inside-editor',
+ 'src' => 'inside-editor-' . $flat_version,
+ ],
+ [
+ 'name' => 'plans',
+ 'src' => 'plans-' . $flat_version,
+ 'deps' => [ self::PREFIX . 'tailwind' ],
+ ],
+ ];
+ }
+
+ /**
+ * Determines the URL of the asset.
+ *
+ * @param WPSEO_Admin_Asset $asset The asset to determine the URL for.
+ * @param string $type The type of asset. Usually JS or CSS.
+ *
+ * @return string The URL of the asset.
+ */
+ protected function get_url( WPSEO_Admin_Asset $asset, $type ) {
+ $scheme = wp_parse_url( $asset->get_src(), PHP_URL_SCHEME );
+ if ( in_array( $scheme, [ 'http', 'https' ], true ) ) {
+ return $asset->get_src();
+ }
+
+ return $this->asset_location->get_url( $asset, $type );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php b/wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php
new file mode 100755
index 00000000..6774ebd6
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php
@@ -0,0 +1,86 @@
+plugin_file = $plugin_file;
+ $this->add_suffix = $add_suffix;
+ }
+
+ /**
+ * Determines the URL of the asset on the dev server.
+ *
+ * @param WPSEO_Admin_Asset $asset The asset to determine the URL for.
+ * @param string $type The type of asset. Usually JS or CSS.
+ *
+ * @return string The URL of the asset.
+ */
+ public function get_url( WPSEO_Admin_Asset $asset, $type ) {
+ $path = $this->get_path( $asset, $type );
+ if ( empty( $path ) ) {
+ return '';
+ }
+
+ return plugins_url( $path, $this->plugin_file );
+ }
+
+ /**
+ * Determines the path relative to the plugin folder of an asset.
+ *
+ * @param WPSEO_Admin_Asset $asset The asset to determine the path for.
+ * @param string $type The type of asset.
+ *
+ * @return string The path to the asset file.
+ */
+ protected function get_path( WPSEO_Admin_Asset $asset, $type ) {
+ $relative_path = '';
+ $rtl_suffix = '';
+
+ switch ( $type ) {
+ case WPSEO_Admin_Asset::TYPE_JS:
+ $relative_path = 'js/dist/' . $asset->get_src();
+ if ( $this->add_suffix ) {
+ $relative_path .= $asset->get_suffix() . '.js';
+ }
+ break;
+
+ case WPSEO_Admin_Asset::TYPE_CSS:
+ // Path and suffix for RTL stylesheets.
+ if ( is_rtl() && $asset->has_rtl() ) {
+ $rtl_suffix = '-rtl';
+ }
+ $relative_path = 'css/dist/' . $asset->get_src() . $rtl_suffix . $asset->get_suffix() . '.css';
+ break;
+ }
+
+ return $relative_path;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php b/wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php
new file mode 100755
index 00000000..781ce099
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php
@@ -0,0 +1,227 @@
+ [ 'id', 'pt_single', 'pt_plural', 'parent_title' ],
+ 'post' => [ 'id', 'term404', 'pt_single', 'pt_plural' ],
+ // Custom post type.
+ 'custom_post_type' => [ 'id', 'term404', 'pt_single', 'pt_plural', 'parent_title' ],
+ // Settings - archive pages.
+ 'custom-post-type_archive' => [ 'pt_single', 'pt_plural' ],
+
+ // Taxonomies.
+ 'category' => [ 'term_title', 'term_description', 'category_description', 'parent_title', 'term_hierarchy' ],
+ 'post_tag' => [ 'term_title', 'term_description', 'tag_description' ],
+ 'post_format' => [ 'term_title' ],
+ // Custom taxonomy.
+ 'term-in-custom-taxonomy' => [ 'term_title', 'term_description', 'category_description', 'parent_title', 'term_hierarchy' ],
+
+ // Settings - special pages.
+ 'search' => [ 'searchphrase' ],
+ ];
+
+ /**
+ * WPSEO_Admin_Editor_Specific_Replace_Vars constructor.
+ */
+ public function __construct() {
+ $this->add_for_page_types(
+ [ 'page', 'post', 'custom_post_type' ],
+ WPSEO_Custom_Fields::get_custom_fields()
+ );
+
+ $this->add_for_page_types(
+ [ 'post', 'term-in-custom-taxonomy' ],
+ WPSEO_Custom_Taxonomies::get_custom_taxonomies()
+ );
+ }
+
+ /**
+ * Retrieves the editor specific replacement variables.
+ *
+ * @return array The editor specific replacement variables.
+ */
+ public function get() {
+ /**
+ * Filter: Adds the possibility to add extra editor specific replacement variables.
+ *
+ * @param array $replacement_variables Array of editor specific replace vars.
+ */
+ $replacement_variables = apply_filters(
+ 'wpseo_editor_specific_replace_vars',
+ $this->replacement_variables
+ );
+
+ if ( ! is_array( $replacement_variables ) ) {
+ $replacement_variables = $this->replacement_variables;
+ }
+
+ return array_filter( $replacement_variables, 'is_array' );
+ }
+
+ /**
+ * Retrieves the generic replacement variable names.
+ *
+ * Which are the replacement variables without the editor specific ones.
+ *
+ * @param array $replacement_variables Possibly generic replacement variables.
+ *
+ * @return array The generic replacement variable names.
+ */
+ public function get_generic( $replacement_variables ) {
+ $shared_variables = array_diff(
+ $this->extract_names( $replacement_variables ),
+ $this->get_unique_replacement_variables()
+ );
+
+ return array_values( $shared_variables );
+ }
+
+ /**
+ * Determines the page type of the current term.
+ *
+ * @param string $taxonomy The taxonomy name.
+ *
+ * @return string The page type.
+ */
+ public function determine_for_term( $taxonomy ) {
+ $replacement_variables = $this->get();
+ if ( array_key_exists( $taxonomy, $replacement_variables ) ) {
+ return $taxonomy;
+ }
+
+ return 'term-in-custom-taxonomy';
+ }
+
+ /**
+ * Determines the page type of the current post.
+ *
+ * @param WP_Post $post A WordPress post instance.
+ *
+ * @return string The page type.
+ */
+ public function determine_for_post( $post ) {
+ if ( $post instanceof WP_Post === false ) {
+ return 'post';
+ }
+
+ $replacement_variables = $this->get();
+ if ( array_key_exists( $post->post_type, $replacement_variables ) ) {
+ return $post->post_type;
+ }
+
+ return 'custom_post_type';
+ }
+
+ /**
+ * Determines the page type for a post type.
+ *
+ * @param string $post_type The name of the post_type.
+ * @param string $fallback The page type to fall back to.
+ *
+ * @return string The page type.
+ */
+ public function determine_for_post_type( $post_type, $fallback = 'custom_post_type' ) {
+ if ( ! $this->has_for_page_type( $post_type ) ) {
+ return $fallback;
+ }
+
+ return $post_type;
+ }
+
+ /**
+ * Determines the page type for an archive page.
+ *
+ * @param string $name The name of the archive.
+ * @param string $fallback The page type to fall back to.
+ *
+ * @return string The page type.
+ */
+ public function determine_for_archive( $name, $fallback = 'custom-post-type_archive' ) {
+ $page_type = $name . '_archive';
+
+ if ( ! $this->has_for_page_type( $page_type ) ) {
+ return $fallback;
+ }
+
+ return $page_type;
+ }
+
+ /**
+ * Adds the replavement variables for the given page types.
+ *
+ * @param array $page_types Page types to add variables for.
+ * @param array $replacement_variables_to_add The variables to add.
+ *
+ * @return void
+ */
+ protected function add_for_page_types( array $page_types, array $replacement_variables_to_add ) {
+ if ( empty( $replacement_variables_to_add ) ) {
+ return;
+ }
+
+ $replacement_variables_to_add = array_fill_keys( $page_types, $replacement_variables_to_add );
+ $replacement_variables = $this->replacement_variables;
+
+ $this->replacement_variables = array_merge_recursive( $replacement_variables, $replacement_variables_to_add );
+ }
+
+ /**
+ * Extracts the names from the given replacements variables.
+ *
+ * @param array $replacement_variables Replacement variables to extract the name from.
+ *
+ * @return array Extracted names.
+ */
+ protected function extract_names( $replacement_variables ) {
+ $extracted_names = [];
+
+ foreach ( $replacement_variables as $replacement_variable ) {
+ if ( empty( $replacement_variable['name'] ) ) {
+ continue;
+ }
+
+ $extracted_names[] = $replacement_variable['name'];
+ }
+
+ return $extracted_names;
+ }
+
+ /**
+ * Returns whether the given page type has editor specific replace vars.
+ *
+ * @param string $page_type The page type to check.
+ *
+ * @return bool True if there are associated editor specific replace vars.
+ */
+ protected function has_for_page_type( $page_type ) {
+ $replacement_variables = $this->get();
+
+ return ( ! empty( $replacement_variables[ $page_type ] ) && is_array( $replacement_variables[ $page_type ] ) );
+ }
+
+ /**
+ * Merges all editor specific replacement variables into one array and removes duplicates.
+ *
+ * @return array The list of unique editor specific replacement variables.
+ */
+ protected function get_unique_replacement_variables() {
+ $merged_replacement_variables = call_user_func_array( 'array_merge', array_values( $this->get() ) );
+
+ return array_unique( $merged_replacement_variables );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php b/wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php
new file mode 100755
index 00000000..8f521de3
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php
@@ -0,0 +1,105 @@
+compatibility_checker = new WPSEO_Gutenberg_Compatibility();
+ $this->notification_center = Yoast_Notification_Center::get();
+ }
+
+ /**
+ * Registers all hooks to WordPress.
+ *
+ * @return void
+ */
+ public function register_hooks() {
+ add_action( 'admin_init', [ $this, 'manage_notification' ] );
+ }
+
+ /**
+ * Manages if the notification should be shown or removed.
+ *
+ * @return void
+ */
+ public function manage_notification() {
+ /**
+ * Filter: 'yoast_display_gutenberg_compat_notification' - Allows developer to disable the Gutenberg compatibility
+ * notification.
+ *
+ * @param bool $display_notification
+ */
+ $display_notification = apply_filters( 'yoast_display_gutenberg_compat_notification', true );
+
+ if (
+ ! $this->compatibility_checker->is_installed()
+ || $this->compatibility_checker->is_fully_compatible()
+ || ! $display_notification
+ ) {
+ $this->notification_center->remove_notification_by_id( $this->notification_id );
+
+ return;
+ }
+
+ $this->add_notification();
+ }
+
+ /**
+ * Adds the notification to the notificaton center.
+ *
+ * @return void
+ */
+ protected function add_notification() {
+ $level = $this->compatibility_checker->is_below_minimum() ? Yoast_Notification::ERROR : Yoast_Notification::WARNING;
+
+ $message = sprintf(
+ /* translators: %1$s expands to Yoast SEO, %2$s expands to the installed version, %3$s expands to Gutenberg */
+ __( '%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.', 'wordpress-seo' ),
+ 'Yoast SEO',
+ $this->compatibility_checker->get_installed_version(),
+ 'Gutenberg'
+ );
+
+ $notification = new Yoast_Notification(
+ $message,
+ [
+ 'id' => $this->notification_id,
+ 'type' => $level,
+ 'priority' => 1,
+ ]
+ );
+
+ $this->notification_center->add_notification( $notification );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php b/wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php
new file mode 100755
index 00000000..6fdb6c2f
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php
@@ -0,0 +1,104 @@
+id = $id;
+ $this->help_button_text = $help_button_text;
+ $this->help_content = $help_content;
+ $this->wrapper = $wrapper;
+ }
+
+ /**
+ * Returns the html for the Help Button.
+ *
+ * @return string
+ */
+ public function get_button_html() {
+
+ if ( ! $this->id || ! $this->help_button_text || ! $this->help_content ) {
+ return '';
+ }
+
+ return sprintf(
+ ' %2$s ',
+ esc_attr( $this->id ),
+ $this->help_button_text
+ );
+ }
+
+ /**
+ * Returns the html for the Help Panel.
+ *
+ * @return string
+ */
+ public function get_panel_html() {
+
+ if ( ! $this->id || ! $this->help_button_text || ! $this->help_content ) {
+ return '';
+ }
+
+ $wrapper_start = '';
+ $wrapper_end = '';
+
+ if ( $this->wrapper === 'has-wrapper' ) {
+ $wrapper_start = '';
+ $wrapper_end = '
';
+ }
+
+ return sprintf(
+ '%1$s%3$s
%4$s',
+ $wrapper_start,
+ esc_attr( $this->id ),
+ $this->help_content,
+ $wrapper_end
+ );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-admin-init.php b/wp-content/plugins/wordpress-seo/admin/class-admin-init.php
new file mode 100755
index 00000000..dbd3a983
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-admin-init.php
@@ -0,0 +1,379 @@
+pagenow = $GLOBALS['pagenow'];
+
+ $this->asset_manager = new WPSEO_Admin_Asset_Manager();
+
+ add_action( 'admin_enqueue_scripts', [ $this, 'enqueue_dismissible' ] );
+ add_action( 'admin_init', [ $this, 'unsupported_php_notice' ], 15 );
+ add_action( 'admin_init', [ $this, 'remove_translations_notification' ], 15 );
+ add_action( 'admin_init', [ $this->asset_manager, 'register_assets' ] );
+ add_action( 'admin_init', [ $this, 'show_hook_deprecation_warnings' ] );
+ add_action( 'admin_init', [ 'WPSEO_Plugin_Conflict', 'hook_check_for_plugin_conflicts' ] );
+ add_action( 'admin_notices', [ $this, 'permalink_settings_notice' ] );
+ add_action( 'post_submitbox_misc_actions', [ $this, 'add_publish_box_section' ] );
+
+ $this->load_meta_boxes();
+ $this->load_taxonomy_class();
+ $this->load_admin_page_class();
+ $this->load_admin_user_class();
+ $this->load_xml_sitemaps_admin();
+ $this->load_plugin_suggestions();
+ }
+
+ /**
+ * Enqueue our styling for dismissible yoast notifications.
+ *
+ * @return void
+ */
+ public function enqueue_dismissible() {
+ $this->asset_manager->enqueue_style( 'dismissible' );
+ }
+
+ /**
+ * Removes any notification for incomplete translations.
+ *
+ * @return void
+ */
+ public function remove_translations_notification() {
+ $notification_center = Yoast_Notification_Center::get();
+ $notification_center->remove_notification_by_id( 'i18nModuleTranslationAssistance' );
+ }
+
+ /**
+ * Creates an unsupported PHP version notification in the notification center.
+ *
+ * @return void
+ */
+ public function unsupported_php_notice() {
+ $notification_center = Yoast_Notification_Center::get();
+ $notification_center->remove_notification_by_id( 'wpseo-dismiss-unsupported-php' );
+ }
+
+ /**
+ * Gets the latest released major WordPress version from the WordPress stable-check api.
+ *
+ * @return float|int The latest released major WordPress version. 0 when the stable-check API doesn't respond.
+ */
+ private function get_latest_major_wordpress_version() {
+ $core_updates = get_core_updates( [ 'dismissed' => true ] );
+
+ if ( $core_updates === false ) {
+ return 0;
+ }
+
+ $wp_version_latest = get_bloginfo( 'version' );
+ foreach ( $core_updates as $update ) {
+ if ( $update->response === 'upgrade' && version_compare( $update->version, $wp_version_latest, '>' ) ) {
+ $wp_version_latest = $update->version;
+ }
+ }
+
+ // Strip the patch version and convert to a float.
+ return (float) $wp_version_latest;
+ }
+
+ /**
+ * Helper to verify if the user is currently visiting one of our admin pages.
+ *
+ * @return bool
+ */
+ private function on_wpseo_admin_page() {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ if ( ! isset( $_GET['page'] ) || ! is_string( $_GET['page'] ) ) {
+ return false;
+ }
+
+ if ( $this->pagenow !== 'admin.php' ) {
+ return false;
+ }
+
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ $current_page = sanitize_text_field( wp_unslash( $_GET['page'] ) );
+ return strpos( $current_page, 'wpseo' ) === 0;
+ }
+
+ /**
+ * Whether we should load the meta box classes.
+ *
+ * @return bool true if we should load the meta box classes, false otherwise.
+ */
+ private function should_load_meta_boxes() {
+ /**
+ * Filter: 'wpseo_always_register_metaboxes_on_admin' - Allow developers to change whether
+ * the WPSEO metaboxes are only registered on the typical pages (lean loading) or always
+ * registered when in admin.
+ *
+ * @param bool $register_metaboxes Whether to always register the metaboxes or not. Defaults to false.
+ */
+ if ( apply_filters( 'wpseo_always_register_metaboxes_on_admin', false ) ) {
+ return true;
+ }
+
+ // If we are in a post editor.
+ if ( WPSEO_Metabox::is_post_overview( $this->pagenow ) || WPSEO_Metabox::is_post_edit( $this->pagenow ) ) {
+ return true;
+ }
+
+ // If we are doing an inline save.
+ if ( check_ajax_referer( 'inlineeditnonce', '_inline_edit', false ) && isset( $_POST['action'] ) && sanitize_text_field( wp_unslash( $_POST['action'] ) ) === 'inline-save' ) {
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Determine whether we should load the meta box class and if so, load it.
+ *
+ * @return void
+ */
+ private function load_meta_boxes() {
+ if ( $this->should_load_meta_boxes() ) {
+ $GLOBALS['wpseo_metabox'] = new WPSEO_Metabox();
+ $GLOBALS['wpseo_meta_columns'] = new WPSEO_Meta_Columns();
+ }
+ }
+
+ /**
+ * Determine if we should load our taxonomy edit class and if so, load it.
+ *
+ * @return void
+ */
+ private function load_taxonomy_class() {
+ if (
+ WPSEO_Taxonomy::is_term_edit( $this->pagenow )
+ || WPSEO_Taxonomy::is_term_overview( $this->pagenow )
+ ) {
+ new WPSEO_Taxonomy();
+ }
+ }
+
+ /**
+ * Determine if we should load our admin pages class and if so, load it.
+ *
+ * Loads admin page class for all admin pages starting with `wpseo_`.
+ *
+ * @return void
+ */
+ private function load_admin_user_class() {
+ if ( in_array( $this->pagenow, [ 'user-edit.php', 'profile.php' ], true )
+ && current_user_can( 'edit_users' )
+ ) {
+ new WPSEO_Admin_User_Profile();
+ }
+ }
+
+ /**
+ * Determine if we should load our admin pages class and if so, load it.
+ *
+ * Loads admin page class for all admin pages starting with `wpseo_`.
+ *
+ * @return void
+ */
+ private function load_admin_page_class() {
+
+ if ( $this->on_wpseo_admin_page() ) {
+ // For backwards compatabilty, this still needs a global, for now...
+ $GLOBALS['wpseo_admin_pages'] = new WPSEO_Admin_Pages();
+
+ $page = null;
+
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ if ( isset( $_GET['page'] ) && is_string( $_GET['page'] ) ) {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ $page = sanitize_text_field( wp_unslash( $_GET['page'] ) );
+ }
+
+ // Only renders Yoast SEO Premium upsells when the page is a Yoast SEO page.
+ if ( $page !== null && WPSEO_Utils::is_yoast_seo_free_page( $page ) ) {
+ $this->register_premium_upsell_admin_block();
+ }
+ }
+ }
+
+ /**
+ * Loads the plugin suggestions.
+ *
+ * @return void
+ */
+ private function load_plugin_suggestions() {
+ $suggestions = new WPSEO_Suggested_Plugins( new WPSEO_Plugin_Availability(), Yoast_Notification_Center::get() );
+ $suggestions->register_hooks();
+ }
+
+ /**
+ * Registers the Premium Upsell Admin Block.
+ *
+ * @return void
+ */
+ private function register_premium_upsell_admin_block() {
+ if ( ! YoastSEO()->helpers->product->is_premium() ) {
+ $upsell_block = new WPSEO_Premium_Upsell_Admin_Block( 'wpseo_admin_promo_footer' );
+ $upsell_block->register_hooks();
+ }
+ }
+
+ /**
+ * See if we should start our XML Sitemaps Admin class.
+ *
+ * @return void
+ */
+ private function load_xml_sitemaps_admin() {
+ if ( WPSEO_Options::get( 'enable_xml_sitemap', false, [ 'wpseo' ] ) ) {
+ new WPSEO_Sitemaps_Admin();
+ }
+ }
+
+ /**
+ * Shows deprecation warnings to the user if a plugin has registered a filter we have deprecated.
+ *
+ * @return void
+ */
+ public function show_hook_deprecation_warnings() {
+ global $wp_filter;
+
+ if ( wp_doing_ajax() ) {
+ return;
+ }
+
+ // WordPress hooks that have been deprecated since a Yoast SEO version.
+ $deprecated_filters = [
+ 'wpseo_genesis_force_adjacent_rel_home' => [
+ 'version' => '9.4',
+ 'alternative' => null,
+ ],
+ 'wpseo_opengraph' => [
+ 'version' => '14.0',
+ 'alternative' => null,
+ ],
+ 'wpseo_twitter' => [
+ 'version' => '14.0',
+ 'alternative' => null,
+ ],
+ 'wpseo_twitter_taxonomy_image' => [
+ 'version' => '14.0',
+ 'alternative' => null,
+ ],
+ 'wpseo_twitter_metatag_key' => [
+ 'version' => '14.0',
+ 'alternative' => null,
+ ],
+ 'wp_seo_get_bc_ancestors' => [
+ 'version' => '14.0',
+ 'alternative' => 'wpseo_breadcrumb_links',
+ ],
+ 'validate_facebook_app_id_api_response_code' => [
+ 'version' => '15.5',
+ 'alternative' => null,
+ ],
+ 'validate_facebook_app_id_api_response_body' => [
+ 'version' => '15.5',
+ 'alternative' => null,
+ ],
+ ];
+
+ // Determine which filters have been registered.
+ $deprecated_notices = array_intersect(
+ array_keys( $deprecated_filters ),
+ array_keys( $wp_filter )
+ );
+
+ // Show notice for each deprecated filter or action that has been registered.
+ foreach ( $deprecated_notices as $deprecated_filter ) {
+ $deprecation_info = $deprecated_filters[ $deprecated_filter ];
+ // phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped -- Only uses the hardcoded values from above.
+ _deprecated_hook(
+ $deprecated_filter,
+ 'WPSEO ' . $deprecation_info['version'],
+ $deprecation_info['alternative']
+ );
+ // phpcs:enable
+ }
+ }
+
+ /**
+ * Check if the permalink uses %postname%.
+ *
+ * @return bool
+ */
+ private function has_postname_in_permalink() {
+ return ( strpos( get_option( 'permalink_structure' ), '%postname%' ) !== false );
+ }
+
+ /**
+ * Shows a notice on the permalink settings page.
+ *
+ * @return void
+ */
+ public function permalink_settings_notice() {
+ global $pagenow;
+
+ if ( $pagenow === 'options-permalink.php' ) {
+ printf(
+ '',
+ esc_html__( 'WARNING:', 'wordpress-seo' ),
+ sprintf(
+ /* translators: %1$s and %2$s expand to items to emphasize the word in the middle. */
+ esc_html__( 'Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.', 'wordpress-seo' ),
+ '',
+ ' '
+ ),
+ esc_url( WPSEO_Shortlinker::get( 'https://yoa.st/why-permalinks/' ) ),
+ // The link's content.
+ esc_html__( 'Learn about why permalinks are important for SEO.', 'wordpress-seo' )
+ );
+ }
+ }
+
+ /**
+ * Adds a custom Yoast section within the Classic Editor publish box.
+ *
+ * @param WP_Post $post The current post object.
+ *
+ * @return void
+ */
+ public function add_publish_box_section( $post ) {
+ if ( in_array( $this->pagenow, [ 'post.php', 'post-new.php' ], true ) ) {
+ ?>
+
+ [ 'sitename', 'title', 'sep', 'primary_category' ],
+ 'post' => [ 'sitename', 'title', 'sep', 'primary_category' ],
+ // Homepage.
+ 'homepage' => [ 'sitename', 'sitedesc', 'sep' ],
+ // Custom post type.
+ 'custom_post_type' => [ 'sitename', 'title', 'sep' ],
+
+ // Taxonomies.
+ 'category' => [ 'sitename', 'term_title', 'sep', 'term_hierarchy' ],
+ 'post_tag' => [ 'sitename', 'term_title', 'sep' ],
+ 'post_format' => [ 'sitename', 'term_title', 'sep', 'page' ],
+
+ // Custom taxonomy.
+ 'term-in-custom-taxonomy' => [ 'sitename', 'term_title', 'sep', 'term_hierarchy' ],
+
+ // Settings - archive pages.
+ 'author_archive' => [ 'sitename', 'title', 'sep', 'page' ],
+ 'date_archive' => [ 'sitename', 'sep', 'date', 'page' ],
+ 'custom-post-type_archive' => [ 'sitename', 'title', 'sep', 'page' ],
+
+ // Settings - special pages.
+ 'search' => [ 'sitename', 'searchphrase', 'sep', 'page' ],
+ '404' => [ 'sitename', 'sep' ],
+ ];
+
+ /**
+ * Determines the page type of the current term.
+ *
+ * @param string $taxonomy The taxonomy name.
+ *
+ * @return string The page type.
+ */
+ public function determine_for_term( $taxonomy ) {
+ $recommended_replace_vars = $this->get_recommended_replacevars();
+ if ( array_key_exists( $taxonomy, $recommended_replace_vars ) ) {
+ return $taxonomy;
+ }
+
+ return 'term-in-custom-taxonomy';
+ }
+
+ /**
+ * Determines the page type of the current post.
+ *
+ * @param WP_Post $post A WordPress post instance.
+ *
+ * @return string The page type.
+ */
+ public function determine_for_post( $post ) {
+ if ( $post instanceof WP_Post === false ) {
+ return 'post';
+ }
+
+ if ( $post->post_type === 'page' && $this->is_homepage( $post ) ) {
+ return 'homepage';
+ }
+
+ $recommended_replace_vars = $this->get_recommended_replacevars();
+ if ( array_key_exists( $post->post_type, $recommended_replace_vars ) ) {
+ return $post->post_type;
+ }
+
+ return 'custom_post_type';
+ }
+
+ /**
+ * Determines the page type for a post type.
+ *
+ * @param string $post_type The name of the post_type.
+ * @param string $fallback The page type to fall back to.
+ *
+ * @return string The page type.
+ */
+ public function determine_for_post_type( $post_type, $fallback = 'custom_post_type' ) {
+ $page_type = $post_type;
+ $recommended_replace_vars = $this->get_recommended_replacevars();
+ $has_recommended_replacevars = $this->has_recommended_replace_vars( $recommended_replace_vars, $page_type );
+
+ if ( ! $has_recommended_replacevars ) {
+ return $fallback;
+ }
+
+ return $page_type;
+ }
+
+ /**
+ * Determines the page type for an archive page.
+ *
+ * @param string $name The name of the archive.
+ * @param string $fallback The page type to fall back to.
+ *
+ * @return string The page type.
+ */
+ public function determine_for_archive( $name, $fallback = 'custom-post-type_archive' ) {
+ $page_type = $name . '_archive';
+ $recommended_replace_vars = $this->get_recommended_replacevars();
+ $has_recommended_replacevars = $this->has_recommended_replace_vars( $recommended_replace_vars, $page_type );
+
+ if ( ! $has_recommended_replacevars ) {
+ return $fallback;
+ }
+
+ return $page_type;
+ }
+
+ /**
+ * Retrieves the recommended replacement variables for the given page type.
+ *
+ * @param string $page_type The page type.
+ *
+ * @return array The recommended replacement variables.
+ */
+ public function get_recommended_replacevars_for( $page_type ) {
+ $recommended_replace_vars = $this->get_recommended_replacevars();
+ $has_recommended_replace_vars = $this->has_recommended_replace_vars( $recommended_replace_vars, $page_type );
+
+ if ( ! $has_recommended_replace_vars ) {
+ return [];
+ }
+
+ return $recommended_replace_vars[ $page_type ];
+ }
+
+ /**
+ * Retrieves the recommended replacement variables.
+ *
+ * @return array The recommended replacement variables.
+ */
+ public function get_recommended_replacevars() {
+ /**
+ * Filter: Adds the possibility to add extra recommended replacement variables.
+ *
+ * @param array $additional_replace_vars Empty array to add the replacevars to.
+ */
+ $recommended_replace_vars = apply_filters( 'wpseo_recommended_replace_vars', $this->recommended_replace_vars );
+
+ if ( ! is_array( $recommended_replace_vars ) ) {
+ return $this->recommended_replace_vars;
+ }
+
+ return $recommended_replace_vars;
+ }
+
+ /**
+ * Returns whether the given page type has recommended replace vars.
+ *
+ * @param array $recommended_replace_vars The recommended replace vars
+ * to check in.
+ * @param string $page_type The page type to check.
+ *
+ * @return bool True if there are associated recommended replace vars.
+ */
+ private function has_recommended_replace_vars( $recommended_replace_vars, $page_type ) {
+ if ( ! isset( $recommended_replace_vars[ $page_type ] ) ) {
+ return false;
+ }
+
+ if ( ! is_array( $recommended_replace_vars[ $page_type ] ) ) {
+ return false;
+ }
+
+ return true;
+ }
+
+ /**
+ * Determines whether or not a post is the homepage.
+ *
+ * @param WP_Post $post The WordPress global post object.
+ *
+ * @return bool True if the given post is the homepage.
+ */
+ private function is_homepage( $post ) {
+ if ( $post instanceof WP_Post === false ) {
+ return false;
+ }
+
+ /*
+ * The page on front returns a string with normal WordPress interaction, while the post ID is an int.
+ * This way we make sure we always compare strings.
+ */
+ $post_id = (int) $post->ID;
+ $page_on_front = (int) get_option( 'page_on_front' );
+
+ return get_option( 'show_on_front' ) === 'page' && $page_on_front === $post_id;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php b/wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php
new file mode 100755
index 00000000..5a2e0d1d
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php
@@ -0,0 +1,73 @@
+%s',
+ $install_url,
+ $plugin['title']
+ );
+ }
+
+ /**
+ * Gets a visually hidden accessible message for links that open in a new browser tab.
+ *
+ * @return string The visually hidden accessible message.
+ */
+ public static function get_new_tab_message() {
+ return sprintf(
+ '%s ',
+ /* translators: Hidden accessibility text. */
+ esc_html__( '(Opens in a new browser tab)', 'wordpress-seo' )
+ );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-admin.php b/wp-content/plugins/wordpress-seo/admin/class-admin.php
new file mode 100755
index 00000000..043ff2f3
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-admin.php
@@ -0,0 +1,385 @@
+register_hooks();
+
+ if ( is_multisite() ) {
+ WPSEO_Options::maybe_set_multisite_defaults( false );
+ }
+
+ add_action( 'created_category', [ $this, 'schedule_rewrite_flush' ] );
+ add_action( 'edited_category', [ $this, 'schedule_rewrite_flush' ] );
+ add_action( 'delete_category', [ $this, 'schedule_rewrite_flush' ] );
+
+ add_filter( 'wpseo_accessible_post_types', [ 'WPSEO_Post_Type', 'filter_attachment_post_type' ] );
+
+ add_filter( 'plugin_action_links_' . WPSEO_BASENAME, [ $this, 'add_action_link' ], 10, 2 );
+ add_filter( 'network_admin_plugin_action_links_' . WPSEO_BASENAME, [ $this, 'add_action_link' ], 10, 2 );
+
+ add_action( 'admin_enqueue_scripts', [ $this, 'config_page_scripts' ] );
+ add_action( 'admin_enqueue_scripts', [ $this, 'enqueue_global_style' ] );
+
+ add_action( 'after_switch_theme', [ $this, 'switch_theme' ] );
+ add_action( 'switch_theme', [ $this, 'switch_theme' ] );
+
+ add_filter( 'set-screen-option', [ $this, 'save_bulk_edit_options' ], 10, 3 );
+
+ add_action( 'admin_init', [ 'WPSEO_Plugin_Conflict', 'hook_check_for_plugin_conflicts' ], 10, 1 );
+
+ add_action( 'admin_init', [ $this, 'map_manage_options_cap' ] );
+
+ WPSEO_Sitemaps_Cache::register_clear_on_option_update( 'wpseo' );
+ WPSEO_Sitemaps_Cache::register_clear_on_option_update( 'home' );
+
+ $this->initialize_cornerstone_content();
+
+ if ( WPSEO_Utils::is_plugin_network_active() ) {
+ $integrations[] = new Yoast_Network_Admin();
+ }
+
+ $this->admin_features = [
+ 'dashboard_widget' => new Yoast_Dashboard_Widget(),
+ 'wincher_dashboard_widget' => new Wincher_Dashboard_Widget(),
+ ];
+
+ if ( WPSEO_Metabox::is_post_overview( $pagenow ) || WPSEO_Metabox::is_post_edit( $pagenow ) ) {
+ $this->admin_features['primary_category'] = new WPSEO_Primary_Term_Admin();
+ }
+
+ $integrations[] = new WPSEO_Yoast_Columns();
+ $integrations[] = new WPSEO_Statistic_Integration();
+ $integrations[] = new WPSEO_Capability_Manager_Integration( WPSEO_Capability_Manager_Factory::get() );
+ $integrations[] = new WPSEO_Admin_Gutenberg_Compatibility_Notification();
+ $integrations[] = new WPSEO_Expose_Shortlinks();
+ $integrations[] = new WPSEO_MyYoast_Proxy();
+ $integrations[] = new WPSEO_Schema_Person_Upgrade_Notification();
+ $integrations[] = new WPSEO_Tracking( 'https://tracking.yoast.com/stats', ( WEEK_IN_SECONDS * 2 ) );
+ $integrations[] = new WPSEO_Admin_Settings_Changed_Listener();
+
+ $integrations = array_merge(
+ $integrations,
+ $this->get_admin_features(),
+ $this->initialize_cornerstone_content()
+ );
+
+ foreach ( $integrations as $integration ) {
+ $integration->register_hooks();
+ }
+ }
+
+ /**
+ * Schedules a rewrite flush to happen at shutdown.
+ *
+ * @return void
+ */
+ public function schedule_rewrite_flush() {
+ if ( WPSEO_Options::get( 'stripcategorybase' ) !== true ) {
+ return;
+ }
+
+ // Bail if this is a multisite installation and the site has been switched.
+ if ( is_multisite() && ms_is_switched() ) {
+ return;
+ }
+
+ add_action( 'shutdown', 'flush_rewrite_rules' );
+ }
+
+ /**
+ * Returns all the classes for the admin features.
+ *
+ * @return array
+ */
+ public function get_admin_features() {
+ return $this->admin_features;
+ }
+
+ /**
+ * Register assets needed on admin pages.
+ *
+ * @deprecated 25.5
+ * @codeCoverageIgnore
+ *
+ * @return void
+ */
+ public function enqueue_assets() {
+ _deprecated_function( __METHOD__, 'Yoast SEO 25.5' );
+ }
+
+ /**
+ * Returns the manage_options capability.
+ *
+ * @return string The capability to use.
+ */
+ public function get_manage_options_cap() {
+ /**
+ * Filter: 'wpseo_manage_options_capability' - Allow changing the capability users need to view the settings pages.
+ *
+ * @param string $capability The capability.
+ */
+ return apply_filters( 'wpseo_manage_options_capability', 'wpseo_manage_options' );
+ }
+
+ /**
+ * Maps the manage_options cap on saving an options page to wpseo_manage_options.
+ *
+ * @return void
+ */
+ public function map_manage_options_cap() {
+ // phpcs:ignore WordPress.Security -- The variable is only used in strpos and thus safe to not unslash or sanitize.
+ $option_page = ! empty( $_POST['option_page'] ) ? $_POST['option_page'] : '';
+
+ if ( strpos( $option_page, 'yoast_wpseo' ) === 0 || strpos( $option_page, Settings_Integration::PAGE ) === 0 ) {
+ add_filter( 'option_page_capability_' . $option_page, [ $this, 'get_manage_options_cap' ] );
+ }
+ }
+
+ /**
+ * Adds the ability to choose how many posts are displayed per page
+ * on the bulk edit pages.
+ *
+ * @return void
+ */
+ public function bulk_edit_options() {
+ $option = 'per_page';
+ $args = [
+ 'label' => __( 'Posts', 'wordpress-seo' ),
+ 'default' => 10,
+ 'option' => 'wpseo_posts_per_page',
+ ];
+ add_screen_option( $option, $args );
+ }
+
+ /**
+ * Saves the posts per page limit for bulk edit pages.
+ *
+ * @param int $status Status value to pass through.
+ * @param string $option Option name.
+ * @param int $value Count value to check.
+ *
+ * @return int
+ */
+ public function save_bulk_edit_options( $status, $option, $value ) {
+ if ( $option && ( $value > 0 && $value < 1000 ) === 'wpseo_posts_per_page' ) {
+ return $value;
+ }
+
+ return $status;
+ }
+
+ /**
+ * Adds links to Premium Support and FAQ under the plugin in the plugin overview page.
+ *
+ * @param array $links Array of links for the plugins, adapted when the current plugin is found.
+ * @param string $file The filename for the current plugin, which the filter loops through.
+ *
+ * @return array
+ */
+ public function add_action_link( $links, $file ) {
+ $first_time_configuration_notice_helper = YoastSEO()->helpers->first_time_configuration_notice;
+
+ if ( $file === WPSEO_BASENAME && WPSEO_Capability_Utils::current_user_can( 'wpseo_manage_options' ) ) {
+ if ( is_network_admin() ) {
+ $settings_url = network_admin_url( 'admin.php?page=' . self::PAGE_IDENTIFIER );
+ }
+ else {
+ $settings_url = admin_url( 'admin.php?page=' . self::PAGE_IDENTIFIER );
+ }
+ $settings_link = '' . __( 'Settings', 'wordpress-seo' ) . ' ';
+ array_unshift( $links, $settings_link );
+ }
+
+ // Add link to docs.
+ $faq_link = '' . __( 'FAQ', 'wordpress-seo' ) . ' ';
+ array_unshift( $links, $faq_link );
+
+ if ( $first_time_configuration_notice_helper->first_time_configuration_not_finished() && ! is_network_admin() ) {
+ $configuration_title = ( ! $first_time_configuration_notice_helper->should_show_alternate_message() ) ? 'first-time configuration' : 'SEO configuration';
+ /* translators: CTA to finish the first time configuration. %s: Either first-time SEO configuration or SEO configuration. */
+ $message = sprintf( __( 'Finish your %s', 'wordpress-seo' ), $configuration_title );
+ $ftc_page = 'admin.php?page=wpseo_dashboard#/first-time-configuration';
+ $ftc_link = '' . $message . ' ';
+ array_unshift( $links, $ftc_link );
+ }
+
+ $addon_manager = new WPSEO_Addon_Manager();
+ if ( YoastSEO()->helpers->product->is_premium() ) {
+
+ // Remove Free 'deactivate' link if Premium is active as well. We don't want users to deactivate Free when Premium is active.
+ unset( $links['deactivate'] );
+ $no_deactivation_explanation = '' . sprintf(
+ /* translators: %s expands to Yoast SEO Premium. */
+ __( 'Required by %s', 'wordpress-seo' ),
+ 'Yoast SEO Premium'
+ ) . ' ';
+
+ array_unshift( $links, $no_deactivation_explanation );
+
+ if ( $addon_manager->has_valid_subscription( WPSEO_Addon_Manager::PREMIUM_SLUG ) ) {
+ return $links;
+ }
+
+ // Add link to where premium can be activated.
+ $activation_link = '' . __( 'Activate your subscription', 'wordpress-seo' ) . ' ';
+ array_unshift( $links, $activation_link );
+
+ return $links;
+ }
+
+ // Add link to premium landing page.
+ $premium_link = '' . __( 'Get Premium', 'wordpress-seo' ) . ' ';
+ array_unshift( $links, $premium_link );
+
+ return $links;
+ }
+
+ /**
+ * Enqueues the (tiny) global JS needed for the plugin.
+ *
+ * @return void
+ */
+ public function config_page_scripts() {
+ $asset_manager = new WPSEO_Admin_Asset_Manager();
+ $asset_manager->enqueue_script( 'admin-global' );
+ $asset_manager->localize_script( 'admin-global', 'wpseoAdminGlobalL10n', $this->localize_admin_global_script() );
+ }
+
+ /**
+ * Enqueues the (tiny) global stylesheet needed for the plugin.
+ *
+ * @return void
+ */
+ public function enqueue_global_style() {
+ $asset_manager = new WPSEO_Admin_Asset_Manager();
+ $asset_manager->enqueue_style( 'admin-global' );
+ }
+
+ /**
+ * Filter the $contactmethods array and add a set of social profiles.
+ *
+ * These are used with the Facebook author, rel="author" and Twitter cards implementation.
+ *
+ * @deprecated 22.6
+ * @codeCoverageIgnore
+ *
+ * @param array $contactmethods Currently set contactmethods.
+ *
+ * @return array Contactmethods with added contactmethods.
+ */
+ public function update_contactmethods( $contactmethods ) {
+ _deprecated_function( __METHOD__, 'Yoast SEO 22.6' );
+
+ $contactmethods['facebook'] = __( 'Facebook profile URL', 'wordpress-seo' );
+ $contactmethods['instagram'] = __( 'Instagram profile URL', 'wordpress-seo' );
+ $contactmethods['linkedin'] = __( 'LinkedIn profile URL', 'wordpress-seo' );
+ $contactmethods['myspace'] = __( 'MySpace profile URL', 'wordpress-seo' );
+ $contactmethods['pinterest'] = __( 'Pinterest profile URL', 'wordpress-seo' );
+ $contactmethods['soundcloud'] = __( 'SoundCloud profile URL', 'wordpress-seo' );
+ $contactmethods['tumblr'] = __( 'Tumblr profile URL', 'wordpress-seo' );
+ $contactmethods['twitter'] = __( 'X username (without @)', 'wordpress-seo' );
+ $contactmethods['youtube'] = __( 'YouTube profile URL', 'wordpress-seo' );
+ $contactmethods['wikipedia'] = __( 'Wikipedia page about you', 'wordpress-seo' ) . '' . __( '(if one exists)', 'wordpress-seo' ) . ' ';
+
+ return $contactmethods;
+ }
+
+ /**
+ * Log the updated timestamp for user profiles when theme is changed.
+ *
+ * @return void
+ */
+ public function switch_theme() {
+
+ $users = get_users( [ 'capability' => [ 'edit_posts' ] ] );
+
+ if ( is_array( $users ) && $users !== [] ) {
+ foreach ( $users as $user ) {
+ update_user_meta( $user->ID, '_yoast_wpseo_profile_updated', time() );
+ }
+ }
+ }
+
+ /**
+ * Localization for the dismiss urls.
+ *
+ * @return array
+ */
+ private function localize_admin_global_script() {
+ return array_merge(
+ [
+ 'isRtl' => is_rtl(),
+ 'variable_warning' => sprintf(
+ /* translators: %1$s: '%%term_title%%' variable used in titles and meta's template that's not compatible with the given template, %2$s: expands to 'HelpScout beacon' */
+ __( 'Warning: the variable %1$s cannot be used in this template. See the %2$s for more info.', 'wordpress-seo' ),
+ '%s',
+ 'HelpScout beacon'
+ ),
+ /* translators: %s: expends to Yoast SEO */
+ 'help_video_iframe_title' => sprintf( __( '%s video tutorial', 'wordpress-seo' ), 'Yoast SEO' ),
+ 'scrollable_table_hint' => __( 'Scroll to see the table content.', 'wordpress-seo' ),
+ 'wincher_is_logged_in' => WPSEO_Options::get( 'wincher_integration_active', true ) ? YoastSEO()->helpers->wincher->login_status() : false,
+ ],
+ YoastSEO()->helpers->wincher->get_admin_global_links()
+ );
+ }
+
+ /**
+ * Whether we are on the admin dashboard page.
+ *
+ * @return bool
+ */
+ protected function on_dashboard_page() {
+ return $GLOBALS['pagenow'] === 'index.php';
+ }
+
+ /**
+ * Loads the cornerstone filter.
+ *
+ * @return WPSEO_WordPress_Integration[] The integrations to initialize.
+ */
+ protected function initialize_cornerstone_content() {
+ if ( ! WPSEO_Options::get( 'enable_cornerstone_content' ) ) {
+ return [];
+ }
+
+ return [
+ 'cornerstone_filter' => new WPSEO_Cornerstone_Filter(),
+ ];
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-asset.php b/wp-content/plugins/wordpress-seo/admin/class-asset.php
new file mode 100755
index 00000000..dbb1c31f
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-asset.php
@@ -0,0 +1,273 @@
+ [],
+ 'in_footer' => true,
+ 'rtl' => true,
+ 'media' => 'all',
+ 'version' => '',
+ 'suffix' => '',
+ 'strategy' => '',
+ ];
+
+ /**
+ * Constructs an instance of the WPSEO_Admin_Asset class.
+ *
+ * @param array $args The arguments for this asset.
+ *
+ * @throws InvalidArgumentException Throws when no name or src has been provided.
+ */
+ public function __construct( array $args ) {
+ if ( ! isset( $args['name'] ) ) {
+ throw new InvalidArgumentException( 'name is a required argument' );
+ }
+
+ if ( ! isset( $args['src'] ) ) {
+ throw new InvalidArgumentException( 'src is a required argument' );
+ }
+
+ $args = array_merge( $this->defaults, $args );
+
+ $this->name = $args['name'];
+ $this->src = $args['src'];
+ $this->deps = $args['deps'];
+ $this->version = $args['version'];
+ $this->media = $args['media'];
+ $this->in_footer = $args['in_footer'];
+ $this->strategy = $args['strategy'];
+ $this->rtl = $args['rtl'];
+ $this->suffix = $args['suffix'];
+ }
+
+ /**
+ * Returns the asset identifier.
+ *
+ * @return string
+ */
+ public function get_name() {
+ return $this->name;
+ }
+
+ /**
+ * Returns the path to the asset.
+ *
+ * @return string
+ */
+ public function get_src() {
+ return $this->src;
+ }
+
+ /**
+ * Returns the asset dependencies.
+ *
+ * @return array|string
+ */
+ public function get_deps() {
+ return $this->deps;
+ }
+
+ /**
+ * Returns the asset version.
+ *
+ * @return string|null
+ */
+ public function get_version() {
+ if ( ! empty( $this->version ) ) {
+ return $this->version;
+ }
+
+ return null;
+ }
+
+ /**
+ * Returns the media type for CSS assets.
+ *
+ * @return string
+ */
+ public function get_media() {
+ return $this->media;
+ }
+
+ /**
+ * Returns whether a script asset should be loaded in the footer of the page.
+ *
+ * @return bool
+ */
+ public function is_in_footer() {
+ return $this->in_footer;
+ }
+
+ /**
+ * Returns the script asset's async/defer loading strategy.
+ *
+ * @return string
+ */
+ public function get_strategy() {
+ return $this->strategy;
+ }
+
+ /**
+ * Returns whether this CSS has a RTL counterpart.
+ *
+ * @return bool
+ */
+ public function has_rtl() {
+ return $this->rtl;
+ }
+
+ /**
+ * Returns the file suffix.
+ *
+ * @return string
+ */
+ public function get_suffix() {
+ return $this->suffix;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php b/wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php
new file mode 100755
index 00000000..3b65304b
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php
@@ -0,0 +1,80 @@
+ 'wpseo_bulk_description',
+ 'plural' => 'wpseo_bulk_descriptions',
+ 'ajax' => true,
+ ];
+
+ /**
+ * The field in the database where meta field is saved.
+ *
+ * @var string
+ */
+ protected $target_db_field = 'metadesc';
+
+ /**
+ * The columns shown on the table.
+ *
+ * @return array
+ */
+ public function get_columns() {
+ $columns = [
+ 'col_existing_yoast_seo_metadesc' => __( 'Existing Yoast Meta Description', 'wordpress-seo' ),
+ 'col_new_yoast_seo_metadesc' => __( 'New Yoast Meta Description', 'wordpress-seo' ),
+ ];
+
+ return $this->merge_columns( $columns );
+ }
+
+ /**
+ * Parse the metadescription.
+ *
+ * @param string $column_name Column name.
+ * @param object $record Data object.
+ * @param string $attributes HTML attributes.
+ *
+ * @return string
+ */
+ protected function parse_page_specific_column( $column_name, $record, $attributes ) {
+ switch ( $column_name ) {
+ case 'col_new_yoast_seo_metadesc':
+ return sprintf(
+ '',
+ esc_attr( 'wpseo-new-metadesc-' . $record->ID ),
+ esc_attr( $record->ID )
+ );
+
+ case 'col_existing_yoast_seo_metadesc':
+ // @todo Inconsistent return/echo behavior R.
+ // I traced the escaping of the attributes to WPSEO_Bulk_List_Table::column_attributes. Alexander.
+ // The output of WPSEO_Bulk_List_Table::parse_meta_data_field is properly escaped.
+ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
+ echo $this->parse_meta_data_field( $record->ID, $attributes );
+ break;
+ }
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php b/wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php
new file mode 100755
index 00000000..41988581
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php
@@ -0,0 +1,1049 @@
+page_type) there will be constructed an url part, for subpages and
+ * navigation.
+ *
+ * @var string
+ */
+ protected $page_url;
+
+ /**
+ * The settings which will be used in the __construct.
+ *
+ * @var array
+ */
+ protected $settings;
+
+ /**
+ * Holds the pagination config.
+ *
+ * @var array
+ */
+ protected $pagination = [];
+
+ /**
+ * Holds the sanitized data from the user input.
+ *
+ * @var array
+ */
+ protected $input_fields = [];
+
+ /**
+ * The field in the database where meta field is saved.
+ *
+ * Should be set in the child class.
+ *
+ * @var string
+ */
+ protected $target_db_field = '';
+
+ /**
+ * Class constructor.
+ *
+ * @param array $args The arguments.
+ */
+ public function __construct( $args = [] ) {
+ parent::__construct( $this->settings );
+
+ $args = wp_parse_args(
+ $args,
+ [
+ 'nonce' => '',
+ 'input_fields' => [],
+ ]
+ );
+
+ $this->input_fields = $args['input_fields'];
+ if ( isset( $_SERVER['REQUEST_URI'] ) ) {
+ $this->request_url = sanitize_text_field( wp_unslash( $_SERVER['REQUEST_URI'] ) );
+ }
+
+ $this->current_page = ( ! empty( $this->input_fields['paged'] ) ) ? $this->input_fields['paged'] : 1;
+ $this->current_filter = ( ! empty( $this->input_fields['post_type_filter'] ) ) ? $this->input_fields['post_type_filter'] : 1;
+ $this->current_status = ( ! empty( $this->input_fields['post_status'] ) ) ? $this->input_fields['post_status'] : 1;
+ $this->current_order = [
+ 'order' => ( ! empty( $this->input_fields['order'] ) ) ? $this->input_fields['order'] : 'asc',
+ 'orderby' => ( ! empty( $this->input_fields['orderby'] ) ) ? $this->input_fields['orderby'] : 'post_title',
+ ];
+
+ $this->nonce = $args['nonce'];
+ $this->page_url = "&nonce={$this->nonce}&type={$this->page_type}#top#{$this->page_type}";
+
+ $this->populate_editable_post_types();
+ }
+
+ /**
+ * Prepares the data and renders the page.
+ *
+ * @return void
+ */
+ public function show_page() {
+ $this->prepare_page_navigation();
+ $this->prepare_items();
+
+ $this->views();
+ $this->display();
+ }
+
+ /**
+ * Used in the constructor to build a reference list of post types the current user can edit.
+ *
+ * @return void
+ */
+ protected function populate_editable_post_types() {
+ $post_types = get_post_types(
+ [
+ 'public' => true,
+ 'exclude_from_search' => false,
+ ],
+ 'object'
+ );
+
+ $this->all_posts = [];
+ $this->own_posts = [];
+
+ if ( is_array( $post_types ) && $post_types !== [] ) {
+ foreach ( $post_types as $post_type ) {
+ if ( ! current_user_can( $post_type->cap->edit_posts ) ) {
+ continue;
+ }
+
+ if ( current_user_can( $post_type->cap->edit_others_posts ) ) {
+ $this->all_posts[] = esc_sql( $post_type->name );
+ }
+ else {
+ $this->own_posts[] = esc_sql( $post_type->name );
+ }
+ }
+ }
+ }
+
+ /**
+ * Will show the navigation for the table like page navigation and page filter.
+ *
+ * @param string $which Table nav location (such as top).
+ *
+ * @return void
+ */
+ public function display_tablenav( $which ) {
+ // phpcs:disable WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ $post_status = isset( $_GET['post_status'] ) && is_string( $_GET['post_status'] ) ? sanitize_text_field( wp_unslash( $_GET['post_status'] ) ) : '';
+ $order_by = isset( $_GET['orderby'] ) && is_string( $_GET['orderby'] ) ? sanitize_text_field( wp_unslash( $_GET['orderby'] ) ) : '';
+ $order = isset( $_GET['order'] ) && is_string( $_GET['order'] ) ? sanitize_text_field( wp_unslash( $_GET['order'] ) ) : '';
+ $post_type_filter = isset( $_GET['post_type_filter'] ) && is_string( $_GET['post_type_filter'] ) ? sanitize_text_field( wp_unslash( $_GET['post_type_filter'] ) ) : '';
+ // phpcs:enable WordPress.Security.NonceVerification.Recommended;
+ ?>
+
+
+
+
+
+
+
+ prepare(),
+ * passing the current user_id in as the first parameter.
+ */
+ public function get_base_subquery() {
+ global $wpdb;
+
+ $all_posts_string = "'" . implode( "', '", $this->all_posts ) . "'";
+ $own_posts_string = "'" . implode( "', '", $this->own_posts ) . "'";
+
+ $post_author = esc_sql( (int) get_current_user_id() );
+
+ $subquery = "(
+ SELECT *
+ FROM {$wpdb->posts}
+ WHERE post_type IN ({$all_posts_string})
+ UNION ALL
+ SELECT *
+ FROM {$wpdb->posts}
+ WHERE post_type IN ({$own_posts_string}) AND post_author = {$post_author}
+ ) sub_base";
+
+ return $subquery;
+ }
+
+ /**
+ * Gets the views.
+ *
+ * @return array The views.
+ */
+ public function get_views() {
+ global $wpdb;
+
+ $status_links = [];
+
+ $states = get_post_stati( [ 'show_in_admin_all_list' => true ] );
+ $subquery = $this->get_base_subquery();
+
+ $total_posts = $wpdb->get_var(
+ $wpdb->prepare(
+ "SELECT COUNT(ID) FROM {$subquery}
+ WHERE post_status IN ("
+ . implode( ', ', array_fill( 0, count( $states ), '%s' ) )
+ . ')',
+ $states
+ )
+ );
+
+ $post_status = isset( $_GET['post_status'] ) && is_string( $_GET['post_status'] ) ? sanitize_text_field( wp_unslash( $_GET['post_status'] ) ) : '';
+ $current_link_attributes = empty( $post_status ) ? ' class="current" aria-current="page"' : '';
+ $localized_text = sprintf(
+ /* translators: %s expands to the number of posts in localized format. */
+ _nx( 'All (%s) ', 'All (%s) ', $total_posts, 'posts', 'wordpress-seo' ),
+ number_format_i18n( $total_posts )
+ );
+
+ $status_links['all'] = '' . $localized_text . ' ';
+
+ $post_stati = get_post_stati( [ 'show_in_admin_all_list' => true ], 'objects' );
+ if ( is_array( $post_stati ) && $post_stati !== [] ) {
+ foreach ( $post_stati as $status ) {
+
+ $status_name = esc_sql( $status->name );
+
+ $total = (int) $wpdb->get_var(
+ $wpdb->prepare(
+ "
+ SELECT COUNT(ID) FROM {$subquery}
+ WHERE post_status = %s
+ ",
+ $status_name
+ )
+ );
+
+ if ( $total === 0 ) {
+ continue;
+ }
+
+ $current_link_attributes = '';
+ if ( $status_name === $post_status ) {
+ $current_link_attributes = ' class="current" aria-current="page"';
+ }
+
+ $status_links[ $status_name ] = '' . sprintf( translate_nooped_plural( $status->label_count, $total ), number_format_i18n( $total ) ) . ' ';
+ }
+ }
+ unset( $post_stati, $status, $status_name, $total, $current_link_attributes );
+
+ $trashed_posts = $wpdb->get_var(
+ "SELECT COUNT(ID) FROM {$subquery}
+ WHERE post_status IN ('trash')
+ "
+ );
+
+ $current_link_attributes = '';
+ if ( $post_status === 'trash' ) {
+ $current_link_attributes = 'class="current" aria-current="page"';
+ }
+
+ $localized_text = sprintf(
+ /* translators: %s expands to the number of trashed posts in localized format. */
+ _nx( 'Trash (%s) ', 'Trash (%s) ', $trashed_posts, 'posts', 'wordpress-seo' ),
+ number_format_i18n( $trashed_posts )
+ );
+
+ $status_links['trash'] = '' . $localized_text . ' ';
+
+ return $status_links;
+ }
+
+ /**
+ * Outputs extra table navigation.
+ *
+ * @param string $which Table nav location (such as top).
+ *
+ * @return void
+ */
+ public function extra_tablenav( $which ) {
+
+ if ( $which === 'top' ) {
+ $post_types = get_post_types(
+ [
+ 'public' => true,
+ 'exclude_from_search' => false,
+ ]
+ );
+
+ $instance_type = esc_attr( $this->page_type );
+
+ if ( is_array( $post_types ) && $post_types !== [] ) {
+ global $wpdb;
+
+ echo '';
+
+ $post_types = esc_sql( $post_types );
+ $post_types = "'" . implode( "', '", $post_types ) . "'";
+
+ $states = get_post_stati( [ 'show_in_admin_all_list' => true ] );
+ $states['trash'] = 'trash';
+
+ $subquery = $this->get_base_subquery();
+
+ $post_types = $wpdb->get_results(
+ $wpdb->prepare(
+ "SELECT DISTINCT post_type FROM {$subquery}
+ WHERE post_status IN ("
+ . implode( ', ', array_fill( 0, count( $states ), '%s' ) )
+ . ') ORDER BY post_type ASC',
+ $states
+ )
+ );
+
+ $post_type_filter = isset( $_GET['post_type_filter'] ) && is_string( $_GET['post_type_filter'] ) ? sanitize_text_field( wp_unslash( $_GET['post_type_filter'] ) ) : '';
+ $selected = ( ! empty( $post_type_filter ) ) ? $post_type_filter : '-1';
+
+ $options = '' . esc_html__( 'Show All Content Types', 'wordpress-seo' ) . ' ';
+
+ if ( is_array( $post_types ) && $post_types !== [] ) {
+ foreach ( $post_types as $post_type ) {
+ $obj = get_post_type_object( $post_type->post_type );
+ $options .= sprintf(
+ '%1$s ',
+ esc_html( $obj->labels->name ),
+ esc_attr( $post_type->post_type ),
+ selected( $selected, $post_type->post_type, false )
+ );
+ }
+ }
+
+ printf(
+ '%2$s ',
+ esc_attr( 'post-type-filter-' . $instance_type ),
+ /* translators: Hidden accessibility text. */
+ esc_html__( 'Filter by content type', 'wordpress-seo' )
+ );
+ printf(
+ '%1$s ',
+ // phpcs:ignore WordPress.Security.EscapeOutput -- Reason: $options is properly escaped above.
+ $options,
+ esc_attr( 'post-type-filter-' . $instance_type )
+ );
+
+ submit_button( esc_html__( 'Filter', 'wordpress-seo' ), 'button', false, false, [ 'id' => 'post-query-submit' ] );
+ echo '
';
+ }
+ }
+ }
+
+ /**
+ * Gets a list of sortable columns.
+ *
+ * The format is: 'internal-name' => array( 'orderby', bool ).
+ *
+ * @return array
+ */
+ public function get_sortable_columns() {
+ return [
+ 'col_page_title' => [ 'post_title', true ],
+ 'col_post_type' => [ 'post_type', false ],
+ 'col_post_date' => [ 'post_date', false ],
+ ];
+ }
+
+ /**
+ * Sets the correct pagenumber and pageurl for the navigation.
+ *
+ * @return void
+ */
+ public function prepare_page_navigation() {
+
+ $request_url = $this->request_url . $this->page_url;
+
+ $current_page = $this->current_page;
+ $current_filter = $this->current_filter;
+ $current_status = $this->current_status;
+ $current_order = $this->current_order;
+
+ /*
+ * If current type doesn't compare with objects page_type, then we have to unset
+ * some vars in the requested url (which will be used for internal table urls).
+ */
+ if ( isset( $this->input_fields['type'] ) && $this->input_fields['type'] !== $this->page_type ) {
+ $request_url = remove_query_arg( 'paged', $request_url ); // Page will be set with value 1 below.
+ $request_url = remove_query_arg( 'post_type_filter', $request_url );
+ $request_url = remove_query_arg( 'post_status', $request_url );
+ $request_url = remove_query_arg( 'orderby', $request_url );
+ $request_url = remove_query_arg( 'order', $request_url );
+ $request_url = add_query_arg( 'pages', 1, $request_url );
+
+ $current_page = 1;
+ $current_filter = '-1';
+ $current_status = '';
+ $current_order = [
+ 'orderby' => 'post_title',
+ 'order' => 'asc',
+ ];
+ }
+
+ $_SERVER['REQUEST_URI'] = $request_url;
+
+ $_GET['paged'] = $current_page;
+ $_REQUEST['paged'] = $current_page;
+ $_REQUEST['post_type_filter'] = $current_filter;
+ $_GET['post_type_filter'] = $current_filter;
+ $_GET['post_status'] = $current_status;
+ $_GET['orderby'] = $current_order['orderby'];
+ $_GET['order'] = $current_order['order'];
+ }
+
+ /**
+ * Preparing the requested pagerows and setting the needed variables.
+ *
+ * @return void
+ */
+ public function prepare_items() {
+
+ $post_type_clause = $this->get_post_type_clause();
+ $all_states = $this->get_all_states();
+ $subquery = $this->get_base_subquery();
+
+ // Setting the column headers.
+ $this->set_column_headers();
+
+ // Count the total number of needed items and setting pagination given $total_items.
+ $total_items = $this->count_items( $subquery, $all_states, $post_type_clause );
+ $this->set_pagination( $total_items );
+
+ // Getting items given $query.
+ $query = $this->parse_item_query( $subquery, $all_states, $post_type_clause );
+ $this->get_items( $query );
+
+ // Get the metadata for the current items ($this->items).
+ $this->get_meta_data();
+ }
+
+ /**
+ * Getting the columns for first row.
+ *
+ * @return array
+ */
+ public function get_columns() {
+ return $this->merge_columns();
+ }
+
+ /**
+ * Setting the column headers.
+ *
+ * @return void
+ */
+ protected function set_column_headers() {
+ $columns = $this->get_columns();
+ $hidden = [];
+ $sortable = $this->get_sortable_columns();
+ $this->_column_headers = [ $columns, $hidden, $sortable ];
+ }
+
+ /**
+ * Counting total items.
+ *
+ * @param string $subquery SQL FROM part.
+ * @param string $all_states SQL IN part.
+ * @param string $post_type_clause SQL post type part.
+ *
+ * @return mixed
+ */
+ protected function count_items( $subquery, $all_states, $post_type_clause ) {
+ global $wpdb;
+
+ return (int) $wpdb->get_var(
+ "SELECT COUNT(ID) FROM {$subquery}
+ WHERE post_status IN ({$all_states})
+ {$post_type_clause}
+ "
+ );
+ }
+
+ /**
+ * Getting the post_type_clause filter.
+ *
+ * @return string
+ */
+ protected function get_post_type_clause() {
+ // Filter Block.
+ $post_type_clause = '';
+ $post_type_filter = isset( $_GET['post_type_filter'] ) && is_string( $_GET['post_type_filter'] ) ? sanitize_text_field( wp_unslash( $_GET['post_type_filter'] ) ) : '';
+
+ if ( ! empty( $post_type_filter ) && get_post_type_object( $post_type_filter ) ) {
+ $post_types = esc_sql( $post_type_filter );
+ $post_type_clause = "AND post_type IN ('{$post_types}')";
+ }
+
+ return $post_type_clause;
+ }
+
+ /**
+ * Setting the pagination.
+ *
+ * Total items is the number of all visible items.
+ *
+ * @param int $total_items Total items counts.
+ *
+ * @return void
+ */
+ protected function set_pagination( $total_items ) {
+ // Calculate items per page.
+ $per_page = $this->get_items_per_page( 'wpseo_posts_per_page', 10 );
+ $paged = isset( $_GET['paged'] ) && is_string( $_GET['paged'] ) ? esc_sql( sanitize_text_field( wp_unslash( $_GET['paged'] ) ) ) : '';
+
+ if ( empty( $paged ) || ! is_numeric( $paged ) ) {
+ $paged = 1;
+ }
+ else {
+ $paged = (int) $paged;
+ }
+
+ if ( $paged <= 0 ) {
+ $paged = 1;
+ }
+
+ $this->set_pagination_args(
+ [
+ 'total_items' => $total_items,
+ 'total_pages' => ceil( $total_items / $per_page ),
+ 'per_page' => $per_page,
+ ]
+ );
+
+ $this->pagination = [
+ 'per_page' => $per_page,
+ 'offset' => ( ( $paged - 1 ) * $per_page ),
+ ];
+ }
+
+ /**
+ * Parse the query to get items from database.
+ *
+ * Based on given parameters there will be parse a query which will get all the pages/posts and other post_types
+ * from the database.
+ *
+ * @param string $subquery SQL FROM part.
+ * @param string $all_states SQL IN part.
+ * @param string $post_type_clause SQL post type part.
+ *
+ * @return string
+ */
+ protected function parse_item_query( $subquery, $all_states, $post_type_clause ) {
+ // Order By block.
+ $orderby = isset( $_GET['orderby'] ) && is_string( $_GET['orderby'] ) ? sanitize_text_field( wp_unslash( $_GET['orderby'] ) ) : '';
+
+ $orderby = ! empty( $orderby ) ? esc_sql( $orderby ) : 'post_title';
+ $orderby = $this->sanitize_orderby( $orderby );
+
+ // Order clause.
+ $order = isset( $_GET['order'] ) && is_string( $_GET['order'] ) ? sanitize_text_field( wp_unslash( $_GET['order'] ) ) : '';
+ $order = ! empty( $order ) ? esc_sql( strtoupper( $order ) ) : 'ASC';
+ $order = $this->sanitize_order( $order );
+
+ // Get all needed results.
+ $query = "
+ SELECT ID, post_title, post_type, post_status, post_modified, post_date
+ FROM {$subquery}
+ WHERE post_status IN ({$all_states}) $post_type_clause
+ ORDER BY {$orderby} {$order}
+ LIMIT %d,%d
+ ";
+
+ return $query;
+ }
+
+ /**
+ * Heavily restricts the possible columns by which a user can order the table
+ * in the bulk editor, thereby preventing a possible CSRF vulnerability.
+ *
+ * @param string $orderby The column by which we want to order.
+ *
+ * @return string
+ */
+ protected function sanitize_orderby( $orderby ) {
+ $valid_column_names = [
+ 'post_title',
+ 'post_type',
+ 'post_date',
+ ];
+
+ if ( in_array( $orderby, $valid_column_names, true ) ) {
+ return $orderby;
+ }
+
+ return 'post_title';
+ }
+
+ /**
+ * Makes sure the order clause is always ASC or DESC for the bulk editor table,
+ * thereby preventing a possible CSRF vulnerability.
+ *
+ * @param string $order Whether we want to sort ascending or descending.
+ *
+ * @return string SQL order string (ASC, DESC).
+ */
+ protected function sanitize_order( $order ) {
+ if ( in_array( strtoupper( $order ), [ 'ASC', 'DESC' ], true ) ) {
+ return $order;
+ }
+
+ return 'ASC';
+ }
+
+ /**
+ * Getting all the items.
+ *
+ * @param string $query SQL query to use.
+ *
+ * @return void
+ */
+ protected function get_items( $query ) {
+ global $wpdb;
+
+ $this->items = $wpdb->get_results(
+ $wpdb->prepare(
+ $query,
+ $this->pagination['offset'],
+ $this->pagination['per_page']
+ )
+ );
+ }
+
+ /**
+ * Getting all the states.
+ *
+ * @return string
+ */
+ protected function get_all_states() {
+ global $wpdb;
+
+ $states = get_post_stati( [ 'show_in_admin_all_list' => true ] );
+ $states['trash'] = 'trash';
+
+ if ( ! empty( $this->input_fields['post_status'] ) ) {
+ $requested_state = $this->input_fields['post_status'];
+ if ( in_array( $requested_state, $states, true ) ) {
+ $states = [ $requested_state ];
+ }
+
+ if ( $requested_state !== 'trash' ) {
+ unset( $states['trash'] );
+ }
+ }
+
+ return $wpdb->prepare(
+ implode( ', ', array_fill( 0, count( $states ), '%s' ) ),
+ $states
+ );
+ }
+
+ /**
+ * Based on $this->items and the defined columns, the table rows will be displayed.
+ *
+ * @return void
+ */
+ public function display_rows() {
+
+ $records = $this->items;
+
+ list( $columns, $hidden, $sortable, $primary ) = $this->get_column_info();
+
+ if ( ( is_array( $records ) && $records !== [] ) && ( is_array( $columns ) && $columns !== [] ) ) {
+
+ foreach ( $records as $record ) {
+
+ echo '';
+
+ foreach ( $columns as $column_name => $column_display_name ) {
+
+ $classes = '';
+ if ( $primary === $column_name ) {
+ $classes .= ' has-row-actions column-primary';
+ }
+
+ $attributes = $this->column_attributes( $column_name, $hidden, $classes, $column_display_name );
+
+ $column_value = $this->parse_column( $column_name, $record );
+
+ if ( method_exists( $this, 'parse_page_specific_column' ) && empty( $column_value ) ) {
+ $column_value = $this->parse_page_specific_column( $column_name, $record, $attributes );
+ }
+
+ if ( ! empty( $column_value ) ) {
+ printf( '%1$s ', $column_value, $attributes );
+ }
+ }
+
+ echo ' ';
+ }
+ }
+ }
+
+ /**
+ * Getting the attributes for each table cell.
+ *
+ * @param string $column_name Column name string.
+ * @param array $hidden Set of hidden columns.
+ * @param string $classes Additional CSS classes.
+ * @param string $column_display_name Column display name string.
+ *
+ * @return string
+ */
+ protected function column_attributes( $column_name, $hidden, $classes, $column_display_name ) {
+
+ $attributes = '';
+ $class = [ $column_name, "column-$column_name$classes" ];
+
+ if ( in_array( $column_name, $hidden, true ) ) {
+ $class[] = 'hidden';
+ }
+
+ if ( ! empty( $class ) ) {
+ $attributes = 'class="' . esc_attr( implode( ' ', $class ) ) . '"';
+ }
+
+ $attributes .= ' data-colname="' . esc_attr( $column_display_name ) . '"';
+
+ return $attributes;
+ }
+
+ /**
+ * Parsing the title.
+ *
+ * @param WP_Post $rec Post object.
+ *
+ * @return string
+ */
+ protected function parse_page_title_column( $rec ) {
+
+ $title = empty( $rec->post_title ) ? __( '(no title)', 'wordpress-seo' ) : $rec->post_title;
+
+ $return = sprintf( '%1$s ', stripslashes( wp_strip_all_tags( $title ) ) );
+
+ $post_type_object = get_post_type_object( $rec->post_type );
+ $can_edit_post = current_user_can( $post_type_object->cap->edit_post, $rec->ID );
+
+ $actions = [];
+
+ if ( $can_edit_post && $rec->post_status !== 'trash' ) {
+ $actions['edit'] = sprintf(
+ '%s ',
+ esc_url( get_edit_post_link( $rec->ID, true ) ),
+ /* translators: Hidden accessibility text; %s: post title. */
+ esc_attr( sprintf( __( 'Edit “%s”', 'wordpress-seo' ), $title ) ),
+ __( 'Edit', 'wordpress-seo' )
+ );
+ }
+
+ if ( $post_type_object->public ) {
+ if ( in_array( $rec->post_status, [ 'pending', 'draft', 'future' ], true ) ) {
+ if ( $can_edit_post ) {
+ $actions['view'] = sprintf(
+ '%s ',
+ esc_url( add_query_arg( 'preview', 'true', get_permalink( $rec->ID ) ) ),
+ /* translators: Hidden accessibility text; %s: post title. */
+ esc_attr( sprintf( __( 'Preview “%s”', 'wordpress-seo' ), $title ) ),
+ __( 'Preview', 'wordpress-seo' )
+ );
+ }
+ }
+ elseif ( $rec->post_status !== 'trash' ) {
+ $actions['view'] = sprintf(
+ '%s ',
+ esc_url( get_permalink( $rec->ID ) ),
+ /* translators: Hidden accessibility text; %s: post title. */
+ esc_attr( sprintf( __( 'View “%s”', 'wordpress-seo' ), $title ) ),
+ __( 'View', 'wordpress-seo' )
+ );
+ }
+ }
+
+ $return .= $this->row_actions( $actions );
+
+ return $return;
+ }
+
+ /**
+ * Parsing the column based on the $column_name.
+ *
+ * @param string $column_name Column name.
+ * @param WP_Post $rec Post object.
+ *
+ * @return string
+ */
+ protected function parse_column( $column_name, $rec ) {
+
+ static $date_format;
+
+ if ( ! isset( $date_format ) ) {
+ $date_format = get_option( 'date_format' );
+ }
+
+ switch ( $column_name ) {
+ case 'col_page_title':
+ $column_value = $this->parse_page_title_column( $rec );
+ break;
+
+ case 'col_page_slug':
+ $permalink = get_permalink( $rec->ID );
+ $display_slug = str_replace( get_bloginfo( 'url' ), '', $permalink );
+ $column_value = sprintf( '%1$s ', stripslashes( rawurldecode( $display_slug ) ), esc_url( $permalink ) );
+ break;
+
+ case 'col_post_type':
+ $post_type = get_post_type_object( $rec->post_type );
+ $column_value = $post_type->labels->singular_name;
+ break;
+
+ case 'col_post_status':
+ $post_status = get_post_status_object( $rec->post_status );
+ $column_value = $post_status->label;
+ break;
+
+ case 'col_post_date':
+ $column_value = date_i18n( $date_format, strtotime( $rec->post_date ) );
+ break;
+
+ case 'col_row_action':
+ $column_value = sprintf(
+ '%2$s | %3$s ',
+ $rec->ID,
+ esc_html__( 'Save', 'wordpress-seo' ),
+ esc_html__( 'Save all', 'wordpress-seo' )
+ );
+ break;
+ }
+
+ if ( ! empty( $column_value ) ) {
+ return $column_value;
+ }
+ }
+
+ /**
+ * Parse the field where the existing meta-data value is displayed.
+ *
+ * @param int $record_id Record ID.
+ * @param string $attributes HTML attributes.
+ * @param bool|array $values Optional values data array.
+ *
+ * @return string
+ */
+ protected function parse_meta_data_field( $record_id, $attributes, $values = false ) {
+
+ // Fill meta data if exists in $this->meta_data.
+ $meta_data = ( ! empty( $this->meta_data[ $record_id ] ) ) ? $this->meta_data[ $record_id ] : [];
+ $meta_key = WPSEO_Meta::$meta_prefix . $this->target_db_field;
+ $meta_value = ( ! empty( $meta_data[ $meta_key ] ) ) ? $meta_data[ $meta_key ] : '';
+
+ if ( ! empty( $values ) ) {
+ $meta_value = $values[ $meta_value ];
+ }
+
+ $id = "wpseo-existing-$this->target_db_field-$record_id";
+
+ // $attributes correctly escaped, verified by Alexander. See WPSEO_Bulk_Description_List_Table::parse_page_specific_column.
+ return sprintf( '%1$s ', esc_html( $meta_value ), $attributes, esc_attr( $id ) );
+ }
+
+ /**
+ * Method for setting the meta data, which belongs to the records that will be shown on the current page.
+ *
+ * This method will loop through the current items ($this->items) for getting the post_id. With this data
+ * ($needed_ids) the method will query the meta-data table for getting the title.
+ *
+ * @return void
+ */
+ protected function get_meta_data() {
+
+ $post_ids = $this->get_post_ids();
+ $meta_data = $this->get_meta_data_result( $post_ids );
+
+ $this->parse_meta_data( $meta_data );
+
+ // Little housekeeping.
+ unset( $post_ids, $meta_data );
+ }
+
+ /**
+ * Getting all post_ids from to $this->items.
+ *
+ * @return array
+ */
+ protected function get_post_ids() {
+ $post_ids = [];
+ foreach ( $this->items as $item ) {
+ $post_ids[] = $item->ID;
+ }
+
+ return $post_ids;
+ }
+
+ /**
+ * Getting the meta_data from database.
+ *
+ * @param array $post_ids Post IDs for SQL IN part.
+ *
+ * @return mixed
+ */
+ protected function get_meta_data_result( array $post_ids ) {
+ global $wpdb;
+
+ $where = $wpdb->prepare(
+ 'post_id IN (' . implode( ', ', array_fill( 0, count( $post_ids ), '%d' ) ) . ')',
+ $post_ids
+ );
+
+ $where .= $wpdb->prepare( ' AND meta_key = %s', WPSEO_Meta::$meta_prefix . $this->target_db_field );
+
+ // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared -- They are prepared on the lines above.
+ return $wpdb->get_results( "SELECT * FROM {$wpdb->postmeta} WHERE {$where}" );
+ }
+
+ /**
+ * Setting $this->meta_data.
+ *
+ * @param array $meta_data Meta data set.
+ *
+ * @return void
+ */
+ protected function parse_meta_data( $meta_data ) {
+
+ foreach ( $meta_data as $row ) {
+ $this->meta_data[ $row->post_id ][ $row->meta_key ] = $row->meta_value;
+ }
+ }
+
+ /**
+ * This method will merge general array with given parameter $columns.
+ *
+ * @param array $columns Optional columns set.
+ *
+ * @return array
+ */
+ protected function merge_columns( $columns = [] ) {
+ $columns = array_merge(
+ [
+ 'col_page_title' => __( 'WP Page Title', 'wordpress-seo' ),
+ 'col_post_type' => __( 'Content Type', 'wordpress-seo' ),
+ 'col_post_status' => __( 'Post Status', 'wordpress-seo' ),
+ 'col_post_date' => __( 'Publication date', 'wordpress-seo' ),
+ 'col_page_slug' => __( 'Page URL/Slug', 'wordpress-seo' ),
+ ],
+ $columns
+ );
+
+ $columns['col_row_action'] = __( 'Action', 'wordpress-seo' );
+
+ return $columns;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php b/wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php
new file mode 100755
index 00000000..5314fdb5
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php
@@ -0,0 +1,89 @@
+ 'wpseo_bulk_title',
+ 'plural' => 'wpseo_bulk_titles',
+ 'ajax' => true,
+ ];
+
+ /**
+ * The field in the database where meta field is saved.
+ *
+ * @var string
+ */
+ protected $target_db_field = 'title';
+
+ /**
+ * The columns shown on the table.
+ *
+ * @return array
+ */
+ public function get_columns() {
+
+ $columns = [
+ /* translators: %1$s expands to Yoast SEO */
+ 'col_existing_yoast_seo_title' => sprintf( __( 'Existing %1$s Title', 'wordpress-seo' ), 'Yoast SEO' ),
+ /* translators: %1$s expands to Yoast SEO */
+ 'col_new_yoast_seo_title' => sprintf( __( 'New %1$s Title', 'wordpress-seo' ), 'Yoast SEO' ),
+ ];
+
+ return $this->merge_columns( $columns );
+ }
+
+ /**
+ * Parse the title columns.
+ *
+ * @param string $column_name Column name.
+ * @param object $record Data object.
+ * @param string $attributes HTML attributes.
+ *
+ * @return string
+ */
+ protected function parse_page_specific_column( $column_name, $record, $attributes ) {
+
+ // Fill meta data if exists in $this->meta_data.
+ $meta_data = ( ! empty( $this->meta_data[ $record->ID ] ) ) ? $this->meta_data[ $record->ID ] : [];
+
+ switch ( $column_name ) {
+ case 'col_existing_yoast_seo_title':
+ // @todo Inconsistent return/echo behavior R.
+ // I traced the escaping of the attributes to WPSEO_Bulk_List_Table::column_attributes.
+ // The output of WPSEO_Bulk_List_Table::parse_meta_data_field is properly escaped.
+ // phpcs:ignore WordPress.Security.EscapeOutput
+ echo $this->parse_meta_data_field( $record->ID, $attributes );
+ break;
+
+ case 'col_new_yoast_seo_title':
+ return sprintf(
+ ' ',
+ 'wpseo-new-title-' . $record->ID,
+ $record->ID
+ );
+ }
+
+ unset( $meta_data );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-collector.php b/wp-content/plugins/wordpress-seo/admin/class-collector.php
new file mode 100755
index 00000000..908536e2
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-collector.php
@@ -0,0 +1,54 @@
+collections[] = $collection;
+ }
+
+ /**
+ * Collects the data from the collection objects.
+ *
+ * @return array The collected data.
+ */
+ public function collect() {
+ $data = [];
+
+ foreach ( $this->collections as $collection ) {
+ $data = array_merge( $data, $collection->get() );
+ }
+
+ return $data;
+ }
+
+ /**
+ * Returns the collected data as a JSON encoded string.
+ *
+ * @return string|false The encode string.
+ */
+ public function get_as_json() {
+ return WPSEO_Utils::format_json_encode( $this->collect() );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-config.php b/wp-content/plugins/wordpress-seo/admin/class-config.php
new file mode 100755
index 00000000..609298e1
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-config.php
@@ -0,0 +1,161 @@
+asset_manager = new WPSEO_Admin_Asset_Manager();
+ }
+
+ /**
+ * Make sure the needed scripts are loaded for admin pages.
+ *
+ * @return void
+ */
+ public function init() {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ $page = isset( $_GET['page'] ) && is_string( $_GET['page'] ) ? sanitize_text_field( wp_unslash( $_GET['page'] ) ) : '';
+
+ // Don't load the scripts for the following pages.
+ $page_exceptions = in_array(
+ $page,
+ [
+ Settings_Integration::PAGE,
+ Academy_Integration::PAGE,
+ Support_Integration::PAGE,
+ Plans_Page_Integration::PAGE,
+ Redirects_Page_Integration::PAGE,
+ ],
+ true
+ );
+ $new_dashboard_page = ( $page === General_Page_Integration::PAGE && ! is_network_admin() );
+ if ( $page_exceptions || $new_dashboard_page ) {
+ // Bail, this is managed in the applicable integration.
+ return;
+ }
+ add_action( 'admin_enqueue_scripts', [ $this, 'config_page_scripts' ] );
+ add_action( 'admin_enqueue_scripts', [ $this, 'config_page_styles' ] );
+ }
+
+ /**
+ * Loads the required styles for the config page.
+ *
+ * @return void
+ */
+ public function config_page_styles() {
+ wp_enqueue_style( 'dashboard' );
+ wp_enqueue_style( 'thickbox' );
+ wp_enqueue_style( 'global' );
+ wp_enqueue_style( 'wp-admin' );
+ $this->asset_manager->enqueue_style( 'admin-css' );
+ $this->asset_manager->enqueue_style( 'monorepo' );
+ }
+
+ /**
+ * Loads the required scripts for the config page.
+ *
+ * @return void
+ */
+ public function config_page_scripts() {
+ $this->asset_manager->enqueue_script( 'settings' );
+ wp_enqueue_script( 'dashboard' );
+ wp_enqueue_script( 'thickbox' );
+
+ $alert_dismissal_action = YoastSEO()->classes->get( Alert_Dismissal_Action::class );
+ $dismissed_alerts = $alert_dismissal_action->all_dismissed();
+
+ $script_data = [
+ 'dismissedAlerts' => $dismissed_alerts,
+ 'isRtl' => is_rtl(),
+ 'isPremium' => YoastSEO()->helpers->product->is_premium(),
+ 'currentPromotions' => YoastSEO()->classes->get( Promotion_Manager::class )
+ ->get_current_promotions(),
+ 'webinarIntroFirstTimeConfigUrl' => $this->get_webinar_shortlink(),
+ 'linkParams' => WPSEO_Shortlinker::get_query_params(),
+ 'pluginUrl' => plugins_url( '', WPSEO_FILE ),
+ ];
+
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ $page = isset( $_GET['page'] ) && is_string( $_GET['page'] ) ? sanitize_text_field( wp_unslash( $_GET['page'] ) ) : '';
+
+ if ( in_array( $page, [ WPSEO_Admin::PAGE_IDENTIFIER, 'wpseo_workouts' ], true ) ) {
+ wp_enqueue_media();
+
+ $script_data['userEditUrl'] = add_query_arg( 'user_id', '{user_id}', admin_url( 'user-edit.php' ) );
+ }
+
+ if ( $page === 'wpseo_tools' ) {
+ $this->enqueue_tools_scripts();
+ }
+
+ $this->asset_manager->localize_script( 'settings', 'wpseoScriptData', $script_data );
+ }
+
+ /**
+ * Enqueues and handles all the tool dependencies.
+ *
+ * @return void
+ */
+ private function enqueue_tools_scripts() {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ $tool = isset( $_GET['tool'] ) && is_string( $_GET['tool'] ) ? sanitize_text_field( wp_unslash( $_GET['tool'] ) ) : '';
+
+ if ( empty( $tool ) ) {
+ $this->asset_manager->enqueue_script( 'yoast-seo' );
+ }
+
+ if ( $tool === 'bulk-editor' ) {
+ $this->asset_manager->enqueue_script( 'bulk-editor' );
+ }
+ }
+
+ /**
+ * Returns the appropriate shortlink for the Webinar.
+ *
+ * @return string The shortlink for the Webinar.
+ */
+ private function get_webinar_shortlink() {
+ if ( YoastSEO()->helpers->product->is_premium() ) {
+ return WPSEO_Shortlinker::get( 'https://yoa.st/webinar-intro-first-time-config-premium' );
+ }
+
+ return WPSEO_Shortlinker::get( 'https://yoa.st/webinar-intro-first-time-config' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-database-proxy.php b/wp-content/plugins/wordpress-seo/admin/class-database-proxy.php
new file mode 100755
index 00000000..b9ddcbea
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-database-proxy.php
@@ -0,0 +1,309 @@
+table_name = $table_name;
+ $this->suppress_errors = (bool) $suppress_errors;
+ $this->is_multisite_table = (bool) $is_multisite_table;
+ $this->database = $database;
+
+ // If the table prefix was provided, strip it as it's handled automatically.
+ $table_prefix = $this->get_table_prefix();
+ if ( ! empty( $table_prefix ) && strpos( $this->table_name, $table_prefix ) === 0 ) {
+ $this->table_prefix = substr( $this->table_name, strlen( $table_prefix ) );
+ }
+
+ if ( ! $this->is_table_registered() ) {
+ $this->register_table();
+ }
+ }
+
+ /**
+ * Inserts data into the database.
+ *
+ * @param array $data Data to insert.
+ * @param array|string|null $format Formats for the data.
+ *
+ * @return int|false Total amount of inserted rows or false on error.
+ */
+ public function insert( array $data, $format = null ) {
+ $this->pre_execution();
+
+ $result = $this->database->insert( $this->get_table_name(), $data, $format );
+
+ $this->post_execution();
+
+ return $result;
+ }
+
+ /**
+ * Updates data in the database.
+ *
+ * @param array $data Data to update on the table.
+ * @param array $where Where condition as key => value array.
+ * @param array|string|null $format Optional. Data prepare format.
+ * @param array|string|null $where_format Optional. Where prepare format.
+ *
+ * @return int|false False when the update request is invalid, int on number of rows changed.
+ */
+ public function update( array $data, array $where, $format = null, $where_format = null ) {
+ $this->pre_execution();
+
+ $result = $this->database->update( $this->get_table_name(), $data, $where, $format, $where_format );
+
+ $this->post_execution();
+
+ return $result;
+ }
+
+ /**
+ * Upserts data in the database.
+ *
+ * Performs an insert into and if key is duplicate it will update the existing record.
+ *
+ * @param array $data Data to update on the table.
+ * @param array|null $where Unused. Where condition as key => value array.
+ * @param array|string|null $format Optional. Data prepare format.
+ * @param array|string|null $where_format Optional. Where prepare format.
+ *
+ * @return int|false False when the upsert request is invalid, int on number of rows changed.
+ */
+ public function upsert( array $data, ?array $where = null, $format = null, $where_format = null ) {
+ if ( $where_format !== null ) {
+ _deprecated_argument( __METHOD__, '7.7.0', 'The where_format argument is deprecated' );
+ }
+
+ $this->pre_execution();
+
+ $update = [];
+ $keys = [];
+ $columns = array_keys( $data );
+ foreach ( $columns as $column ) {
+ $keys[] = '`' . $column . '`';
+ $update[] = sprintf( '`%1$s` = VALUES(`%1$s`)', $column );
+ }
+
+ $query = sprintf(
+ 'INSERT INTO `%1$s` (%2$s) VALUES ( %3$s ) ON DUPLICATE KEY UPDATE %4$s',
+ $this->get_table_name(),
+ implode( ', ', $keys ),
+ implode( ', ', array_fill( 0, count( $data ), '%s' ) ),
+ implode( ', ', $update )
+ );
+
+ $result = $this->database->query(
+ $this->database->prepare(
+ $query,
+ array_values( $data )
+ )
+ );
+
+ $this->post_execution();
+
+ return $result;
+ }
+
+ /**
+ * Deletes a record from the database.
+ *
+ * @param array $where Where clauses for the query.
+ * @param array|string|null $format Formats for the data.
+ *
+ * @return int|false
+ */
+ public function delete( array $where, $format = null ) {
+ $this->pre_execution();
+
+ $result = $this->database->delete( $this->get_table_name(), $where, $format );
+
+ $this->post_execution();
+
+ return $result;
+ }
+
+ /**
+ * Executes the given query and returns the results.
+ *
+ * @param string $query The query to execute.
+ *
+ * @return array|object|null The resultset
+ */
+ public function get_results( $query ) {
+ $this->pre_execution();
+
+ $results = $this->database->get_results( $query );
+
+ $this->post_execution();
+
+ return $results;
+ }
+
+ /**
+ * Creates a table to the database.
+ *
+ * @param array $columns The columns to create.
+ * @param array $indexes The indexes to use.
+ *
+ * @return bool True when creation is successful.
+ */
+ public function create_table( array $columns, array $indexes = [] ) {
+ $create_table = sprintf(
+ 'CREATE TABLE IF NOT EXISTS %1$s ( %2$s ) %3$s',
+ $this->get_table_name(),
+ implode( ',', array_merge( $columns, $indexes ) ),
+ $this->database->get_charset_collate()
+ );
+
+ $this->pre_execution();
+
+ $is_created = (bool) $this->database->query( $create_table );
+
+ $this->post_execution();
+
+ return $is_created;
+ }
+
+ /**
+ * Checks if there is an error.
+ *
+ * @return bool Returns true when there is an error.
+ */
+ public function has_error() {
+ return ( $this->database->last_error !== '' );
+ }
+
+ /**
+ * Executed before a query will be ran.
+ *
+ * @return void
+ */
+ protected function pre_execution() {
+ if ( $this->suppress_errors ) {
+ $this->last_suppressed_state = $this->database->suppress_errors();
+ }
+ }
+
+ /**
+ * Executed after a query has been ran.
+ *
+ * @return void
+ */
+ protected function post_execution() {
+ if ( $this->suppress_errors ) {
+ $this->database->suppress_errors( $this->last_suppressed_state );
+ }
+ }
+
+ /**
+ * Returns the full table name.
+ *
+ * @return string Full table name including prefix.
+ */
+ public function get_table_name() {
+ return $this->get_table_prefix() . $this->table_name;
+ }
+
+ /**
+ * Returns the prefix to use for the table.
+ *
+ * @return string The table prefix depending on the database context.
+ */
+ protected function get_table_prefix() {
+ if ( $this->is_multisite_table ) {
+ return $this->database->base_prefix;
+ }
+
+ return $this->database->get_blog_prefix();
+ }
+
+ /**
+ * Registers the table with WordPress.
+ *
+ * @return void
+ */
+ protected function register_table() {
+ $table_name = $this->table_name;
+ $full_table_name = $this->get_table_name();
+
+ $this->database->$table_name = $full_table_name;
+
+ if ( $this->is_multisite_table ) {
+ $this->database->ms_global_tables[] = $table_name;
+ return;
+ }
+
+ $this->database->tables[] = $table_name;
+ }
+
+ /**
+ * Checks if the table has been registered with WordPress.
+ *
+ * @return bool True if the table is registered, false otherwise.
+ */
+ protected function is_table_registered() {
+ if ( $this->is_multisite_table ) {
+ return in_array( $this->table_name, $this->database->ms_global_tables, true );
+ }
+
+ return in_array( $this->table_name, $this->database->tables, true );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-export.php b/wp-content/plugins/wordpress-seo/admin/class-export.php
new file mode 100755
index 00000000..6e769b04
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-export.php
@@ -0,0 +1,164 @@
+export_settings();
+ $this->output();
+ }
+
+ /**
+ * Outputs the export.
+ *
+ * @return void
+ */
+ public function output() {
+ if ( ! WPSEO_Capability_Utils::current_user_can( 'wpseo_manage_options' ) ) {
+ esc_html_e( 'You do not have the required rights to export settings.', 'wordpress-seo' );
+ return;
+ }
+
+ echo '';
+ printf(
+ /* translators: %1$s expands to Import settings */
+ esc_html__(
+ 'Copy all these settings to another site\'s %1$s tab and click "%1$s" there.',
+ 'wordpress-seo'
+ ),
+ esc_html__(
+ 'Import settings',
+ 'wordpress-seo'
+ )
+ );
+ echo '
';
+ /* translators: %1$s expands to Yoast SEO */
+ echo '' . sprintf( __( 'Your %1$s settings:', 'wordpress-seo' ), 'Yoast SEO' ) . ' ';
+ echo '';
+ }
+
+ /**
+ * Exports the current site's WP SEO settings.
+ *
+ * @return void
+ */
+ private function export_settings() {
+ $this->export_header();
+
+ foreach ( WPSEO_Options::get_option_names() as $opt_group ) {
+ $this->write_opt_group( $opt_group );
+ }
+ }
+
+ /**
+ * Writes the header of the export.
+ *
+ * @return void
+ */
+ private function export_header() {
+ $header = sprintf(
+ /* translators: %1$s expands to Yoast SEO, %2$s expands to Yoast.com */
+ esc_html__( 'These are settings for the %1$s plugin by %2$s', 'wordpress-seo' ),
+ 'Yoast SEO',
+ 'Yoast.com'
+ );
+ $this->write_line( '; ' . $header );
+ }
+
+ /**
+ * Writes a line to the export.
+ *
+ * @param string $line Line string.
+ * @param bool $newline_first Boolean flag whether to prepend with new line.
+ *
+ * @return void
+ */
+ private function write_line( $line, $newline_first = false ) {
+ if ( $newline_first ) {
+ $this->export .= PHP_EOL;
+ }
+ $this->export .= $line . PHP_EOL;
+ }
+
+ /**
+ * Writes an entire option group to the export.
+ *
+ * @param string $opt_group Option group name.
+ *
+ * @return void
+ */
+ private function write_opt_group( $opt_group ) {
+
+ $this->write_line( '[' . $opt_group . ']', true );
+
+ $options = get_option( $opt_group );
+
+ if ( ! is_array( $options ) ) {
+ return;
+ }
+
+ foreach ( $options as $key => $elem ) {
+ if ( is_array( $elem ) ) {
+ $count = count( $elem );
+ for ( $i = 0; $i < $count; $i++ ) {
+ $elem_check = ( $elem[ $i ] ?? null );
+ $this->write_setting( $key . '[]', $elem_check );
+ }
+ }
+ else {
+ $this->write_setting( $key, $elem );
+ }
+ }
+ }
+
+ /**
+ * Writes a settings line to the export.
+ *
+ * @param string $key Key string.
+ * @param string $val Value string.
+ *
+ * @return void
+ */
+ private function write_setting( $key, $val ) {
+ if ( is_string( $val ) ) {
+ $val = '"' . $val . '"';
+ }
+ $this->write_line( $key . ' = ' . $val );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php b/wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php
new file mode 100755
index 00000000..0da00955
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php
@@ -0,0 +1,129 @@
+ 'https://yoa.st/allow-search-engines',
+ 'shortlinks.advanced.follow_links' => 'https://yoa.st/follow-links',
+ 'shortlinks.advanced.meta_robots' => 'https://yoa.st/meta-robots-advanced',
+ 'shortlinks.advanced.breadcrumbs_title' => 'https://yoa.st/breadcrumbs-title',
+ 'shortlinks.metabox.schema.explanation' => 'https://yoa.st/400',
+ 'shortlinks.metabox.schema.page_type' => 'https://yoa.st/402',
+ 'shortlinks.sidebar.schema.explanation' => 'https://yoa.st/401',
+ 'shortlinks.sidebar.schema.page_type' => 'https://yoa.st/403',
+ 'shortlinks.focus_keyword_info' => 'https://yoa.st/focus-keyword',
+ 'shortlinks.nofollow_sponsored' => 'https://yoa.st/nofollow-sponsored',
+ 'shortlinks.snippet_preview_info' => 'https://yoa.st/snippet-preview',
+ 'shortlinks.cornerstone_content_info' => 'https://yoa.st/1i9',
+ 'shortlinks.upsell.social_preview.social' => 'https://yoa.st/social-preview-facebook',
+ 'shortlinks.upsell.social_preview.x' => 'https://yoa.st/social-preview-twitter',
+ 'shortlinks.upsell.sidebar.news' => 'https://yoa.st/get-news-sidebar',
+ 'shortlinks.upsell.sidebar.premium_seo_analysis_button' => 'https://yoa.st/premium-seo-analysis-sidebar',
+ 'shortlinks.upsell.sidebar.additional_link' => 'https://yoa.st/textlink-keywords-sidebar',
+ 'shortlinks.upsell.sidebar.additional_button' => 'https://yoa.st/add-keywords-sidebar',
+ 'shortlinks.upsell.sidebar.word_complexity' => 'https://yoa.st/word-complexity-sidebar',
+ 'shortlinks.upsell.sidebar.internal_linking_suggestions' => 'https://yoa.st/internal-linking-suggestions-sidebar',
+ 'shortlinks.upsell.sidebar.highlighting_seo_analysis' => 'https://yoa.st/highlighting-seo-analysis',
+ 'shortlinks.upsell.sidebar.highlighting_readability_analysis' => 'https://yoa.st/highlighting-readability-analysis',
+ 'shortlinks.upsell.sidebar.highlighting_inclusive_analysis' => 'https://yoa.st/highlighting-inclusive-analysis',
+ 'shortlinks.upsell.sidebar.content_blocks' => 'https://yoa.st/content-blocks-sidebar',
+ 'shortlinks.upsell.metabox.news' => 'https://yoa.st/get-news-metabox',
+ 'shortlinks.upsell.metabox.go_premium' => 'https://yoa.st/pe-premium-page',
+ 'shortlinks.upsell.metabox.premium_seo_analysis_button' => 'https://yoa.st/premium-seo-analysis-metabox',
+ 'shortlinks.upsell.metabox.additional_link' => 'https://yoa.st/textlink-keywords-metabox',
+ 'shortlinks.upsell.metabox.additional_button' => 'https://yoa.st/add-keywords-metabox',
+ 'shortlinks.upsell.metabox.word_complexity' => 'https://yoa.st/word-complexity-metabox',
+ 'shortlinks.upsell.metabox.internal_linking_suggestions' => 'https://yoa.st/internal-linking-suggestions-metabox',
+ 'shortlinks.upsell.metabox.content_blocks' => 'https://yoa.st/content-blocks-metabox',
+ 'shortlinks.upsell.gsc.create_redirect_button' => 'https://yoa.st/redirects',
+ 'shortlinks.readability_analysis_info' => 'https://yoa.st/readability-analysis',
+ 'shortlinks.inclusive_language_analysis_info' => 'https://yoa.st/inclusive-language-analysis',
+ 'shortlinks.activate_premium_info' => 'https://yoa.st/activate-subscription',
+ 'shortlinks.wincher.seo_performance' => 'https://yoa.st/wincher-integration',
+ 'shortlinks-insights-estimated_reading_time' => 'https://yoa.st/4fd',
+ 'shortlinks-insights-flesch_reading_ease' => 'https://yoa.st/34r',
+ 'shortlinks-insights-flesch_reading_ease_sidebar' => 'https://yoa.st/4mf',
+ 'shortlinks-insights-flesch_reading_ease_metabox' => 'https://yoa.st/4mg',
+ 'shortlinks-insights-flesch_reading_ease_article' => 'https://yoa.st/34s',
+ 'shortlinks-insights-keyword_research_link' => 'https://yoa.st/keyword-research-metabox',
+ 'shortlinks-insights-upsell-sidebar-prominent_words' => 'https://yoa.st/prominent-words-upsell-sidebar',
+ 'shortlinks-insights-upsell-metabox-prominent_words' => 'https://yoa.st/prominent-words-upsell-metabox',
+ 'shortlinks-insights-upsell-elementor-prominent_words' => 'https://yoa.st/prominent-words-upsell-elementor',
+ 'shortlinks-insights-word_count' => 'https://yoa.st/word-count',
+ 'shortlinks-insights-upsell-sidebar-text_formality' => 'https://yoa.st/formality-upsell-sidebar',
+ 'shortlinks-insights-upsell-metabox-text_formality' => 'https://yoa.st/formality-upsell-metabox',
+ 'shortlinks-insights-upsell-elementor-text_formality' => 'https://yoa.st/formality-upsell-elementor',
+ 'shortlinks-insights-text_formality_info_free' => 'https://yoa.st/formality-free',
+ 'shortlinks-insights-text_formality_info_premium' => 'https://yoa.st/formality',
+ ];
+
+ /**
+ * Registers all hooks to WordPress.
+ *
+ * @return void
+ */
+ public function register_hooks() {
+ add_filter( 'wpseo_admin_l10n', [ $this, 'expose_shortlinks' ] );
+ }
+
+ /**
+ * Adds shortlinks to the passed array.
+ *
+ * @param array $input The array to add shortlinks to.
+ *
+ * @return array The passed array with the additional shortlinks.
+ */
+ public function expose_shortlinks( $input ) {
+ foreach ( $this->get_shortlinks() as $key => $shortlink ) {
+ $input[ $key ] = WPSEO_Shortlinker::get( $shortlink );
+ }
+
+ $input['default_query_params'] = WPSEO_Shortlinker::get_query_params();
+
+ return $input;
+ }
+
+ /**
+ * Retrieves the shortlinks.
+ *
+ * @return array The shortlinks.
+ */
+ private function get_shortlinks() {
+ if ( ! $this->is_term_edit() ) {
+ return $this->shortlinks;
+ }
+
+ $shortlinks = $this->shortlinks;
+
+ $shortlinks['shortlinks.upsell.metabox.additional_link'] = 'https://yoa.st/textlink-keywords-metabox-term';
+ $shortlinks['shortlinks.upsell.metabox.additional_button'] = 'https://yoa.st/add-keywords-metabox-term';
+ $shortlinks['shortlinks.upsell.metabox.word_complexity'] = 'https://yoa.st/word-complexity-metabox-term';
+ $shortlinks['shortlinks.upsell.metabox.internal_linking_suggestions'] = 'https://yoa.st/internal-linking-suggestions-metabox-term';
+
+ return $shortlinks;
+ }
+
+ /**
+ * Checks if the current page is a term edit page.
+ *
+ * @return bool True when page is term edit.
+ */
+ private function is_term_edit() {
+ global $pagenow;
+
+ return WPSEO_Taxonomy::is_term_edit( $pagenow );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php b/wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php
new file mode 100755
index 00000000..8c515c16
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php
@@ -0,0 +1,107 @@
+current_version = $this->detect_installed_gutenberg_version();
+ }
+
+ /**
+ * Determines whether or not Gutenberg is installed.
+ *
+ * @return bool Whether or not Gutenberg is installed.
+ */
+ public function is_installed() {
+ return $this->current_version !== '';
+ }
+
+ /**
+ * Determines whether or not the currently installed version of Gutenberg is below the minimum supported version.
+ *
+ * @return bool True if the currently installed version is below the minimum supported version. False otherwise.
+ */
+ public function is_below_minimum() {
+ return version_compare( $this->current_version, $this->get_minimum_supported_version(), '<' );
+ }
+
+ /**
+ * Gets the currently installed version.
+ *
+ * @return string The currently installed version.
+ */
+ public function get_installed_version() {
+ return $this->current_version;
+ }
+
+ /**
+ * Determines whether or not the currently installed version of Gutenberg is the latest, fully compatible version.
+ *
+ * @return bool Whether or not the currently installed version is fully compatible.
+ */
+ public function is_fully_compatible() {
+ return version_compare( $this->current_version, $this->get_latest_release(), '>=' );
+ }
+
+ /**
+ * Gets the latest released version of Gutenberg.
+ *
+ * @return string The latest release.
+ */
+ protected function get_latest_release() {
+ return self::CURRENT_RELEASE;
+ }
+
+ /**
+ * Gets the minimum supported version of Gutenberg.
+ *
+ * @return string The minumum supported release.
+ */
+ protected function get_minimum_supported_version() {
+ return self::MINIMUM_SUPPORTED;
+ }
+
+ /**
+ * Detects the currently installed Gutenberg version.
+ *
+ * @return string The currently installed Gutenberg version. Empty if the version couldn't be detected.
+ */
+ protected function detect_installed_gutenberg_version() {
+ if ( defined( 'GUTENBERG_VERSION' ) ) {
+ return GUTENBERG_VERSION;
+ }
+
+ return '';
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php b/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php
new file mode 100755
index 00000000..43cf334a
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php
@@ -0,0 +1,912 @@
+analysis_seo = new WPSEO_Metabox_Analysis_SEO();
+ $this->analysis_readability = new WPSEO_Metabox_Analysis_Readability();
+ $this->admin_columns_cache = YoastSEO()->classes->get( Admin_Columns_Cache_Integration::class );
+ $this->score_icon_helper = YoastSEO()->helpers->score_icon;
+ $this->admin_asset_manager = YoastSEO()->classes->get( WPSEO_Admin_Asset_Manager::class );
+ }
+
+ /**
+ * Sets up up the hooks.
+ *
+ * @return void
+ */
+ public function setup_hooks() {
+ $this->set_post_type_hooks();
+
+ if ( $this->analysis_seo->is_enabled() ) {
+ add_action( 'restrict_manage_posts', [ $this, 'posts_filter_dropdown' ] );
+ }
+
+ if ( $this->analysis_readability->is_enabled() ) {
+ add_action( 'restrict_manage_posts', [ $this, 'posts_filter_dropdown_readability' ] );
+ }
+
+ add_filter( 'request', [ $this, 'column_sort_orderby' ] );
+ add_filter( 'default_hidden_columns', [ $this, 'column_hidden' ], 10, 1 );
+ }
+
+ /**
+ * Adds the column headings for the SEO plugin for edit posts / pages overview.
+ *
+ * @param array $columns Already existing columns.
+ *
+ * @return array Array containing the column headings.
+ */
+ public function column_heading( $columns ) {
+ if ( $this->display_metabox() === false ) {
+ return $columns;
+ }
+
+ $this->admin_asset_manager->enqueue_script( 'edit-page' );
+ $this->admin_asset_manager->enqueue_style( 'edit-page' );
+
+ $added_columns = [];
+
+ if ( $this->analysis_seo->is_enabled() ) {
+ $added_columns['wpseo-score'] = ''
+ . __( 'SEO score', 'wordpress-seo' )
+ . ' ';
+ }
+
+ if ( $this->analysis_readability->is_enabled() ) {
+ $added_columns['wpseo-score-readability'] = ''
+ . __( 'Readability score', 'wordpress-seo' )
+ . ' ';
+ }
+
+ $added_columns['wpseo-title'] = __( 'SEO Title', 'wordpress-seo' );
+ $added_columns['wpseo-metadesc'] = __( 'Meta Desc.', 'wordpress-seo' );
+
+ if ( $this->analysis_seo->is_enabled() ) {
+ $added_columns['wpseo-focuskw'] = __( 'Keyphrase', 'wordpress-seo' );
+ }
+
+ return array_merge( $columns, $added_columns );
+ }
+
+ /**
+ * Displays the column content for the given column.
+ *
+ * @param string $column_name Column to display the content for.
+ * @param int $post_id Post to display the column content for.
+ *
+ * @return void
+ */
+ public function column_content( $column_name, $post_id ) {
+ if ( $this->display_metabox() === false ) {
+ return;
+ }
+
+ switch ( $column_name ) {
+ case 'wpseo-score':
+ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Correctly escaped in render_score_indicator() method.
+ echo $this->parse_column_score( $post_id );
+
+ return;
+
+ case 'wpseo-score-readability':
+ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Correctly escaped in render_score_indicator() method.
+ echo $this->parse_column_score_readability( $post_id );
+
+ return;
+
+ case 'wpseo-title':
+ $meta = $this->get_meta( $post_id );
+ if ( $meta ) {
+ echo esc_html( $meta->title );
+ }
+
+ return;
+
+ case 'wpseo-metadesc':
+ $metadesc_val = '';
+ $meta = $this->get_meta( $post_id );
+ if ( $meta ) {
+ $metadesc_val = $meta->meta_description;
+ }
+ if ( $metadesc_val === '' ) {
+ echo '— ',
+ /* translators: Hidden accessibility text. */
+ esc_html__( 'Meta description not set.', 'wordpress-seo' ),
+ ' ';
+
+ return;
+ }
+
+ echo esc_html( $metadesc_val );
+
+ return;
+
+ case 'wpseo-focuskw':
+ $focuskw_val = WPSEO_Meta::get_value( 'focuskw', $post_id );
+
+ if ( $focuskw_val === '' ) {
+ echo '— ',
+ /* translators: Hidden accessibility text. */
+ esc_html__( 'Focus keyphrase not set.', 'wordpress-seo' ),
+ ' ';
+
+ return;
+ }
+
+ echo esc_html( $focuskw_val );
+
+ return;
+ }
+ }
+
+ /**
+ * Indicates which of the SEO columns are sortable.
+ *
+ * @param array $columns Appended with their orderby variable.
+ *
+ * @return array Array containing the sortable columns.
+ */
+ public function column_sort( $columns ) {
+ if ( $this->display_metabox() === false ) {
+ return $columns;
+ }
+
+ $columns['wpseo-metadesc'] = 'wpseo-metadesc';
+
+ if ( $this->analysis_seo->is_enabled() ) {
+ $columns['wpseo-focuskw'] = 'wpseo-focuskw';
+ $columns['wpseo-score'] = 'wpseo-score';
+ }
+
+ if ( $this->analysis_readability->is_enabled() ) {
+ $columns['wpseo-score-readability'] = 'wpseo-score-readability';
+ }
+
+ return $columns;
+ }
+
+ /**
+ * Hides the SEO title, meta description and focus keyword columns if the user hasn't chosen which columns to hide.
+ *
+ * @param array $hidden The hidden columns.
+ *
+ * @return array Array containing the columns to hide.
+ */
+ public function column_hidden( $hidden ) {
+ if ( ! is_array( $hidden ) ) {
+ $hidden = [];
+ }
+
+ array_push( $hidden, 'wpseo-title', 'wpseo-metadesc' );
+
+ if ( $this->analysis_seo->is_enabled() ) {
+ $hidden[] = 'wpseo-focuskw';
+ }
+
+ return $hidden;
+ }
+
+ /**
+ * Adds a dropdown that allows filtering on the posts SEO Quality.
+ *
+ * @return void
+ */
+ public function posts_filter_dropdown() {
+ if ( ! $this->can_display_filter() ) {
+ return;
+ }
+
+ $ranks = WPSEO_Rank::get_all_ranks();
+
+ /* translators: Hidden accessibility text. */
+ echo '' . esc_html__( 'Filter by SEO Score', 'wordpress-seo' ) . ' ';
+ echo '';
+
+ // phpcs:ignore WordPress.Security.EscapeOutput -- Output is correctly escaped in the generate_option() method.
+ echo $this->generate_option( '', __( 'All SEO Scores', 'wordpress-seo' ) );
+
+ foreach ( $ranks as $rank ) {
+ $selected = selected( $this->get_current_seo_filter(), $rank->get_rank(), false );
+
+ // phpcs:ignore WordPress.Security.EscapeOutput -- Output is correctly escaped in the generate_option() method.
+ echo $this->generate_option( $rank->get_rank(), $rank->get_drop_down_label(), $selected );
+ }
+
+ echo ' ';
+ }
+
+ /**
+ * Adds a dropdown that allows filtering on the posts Readability Quality.
+ *
+ * @return void
+ */
+ public function posts_filter_dropdown_readability() {
+ if ( ! $this->can_display_filter() ) {
+ return;
+ }
+
+ $ranks = WPSEO_Rank::get_all_readability_ranks();
+
+ /* translators: Hidden accessibility text. */
+ echo '' . esc_html__( 'Filter by Readability Score', 'wordpress-seo' ) . ' ';
+ echo '';
+
+ // phpcs:ignore WordPress.Security.EscapeOutput -- Output is correctly escaped in the generate_option() method.
+ echo $this->generate_option( '', __( 'All Readability Scores', 'wordpress-seo' ) );
+
+ foreach ( $ranks as $rank ) {
+ $selected = selected( $this->get_current_readability_filter(), $rank->get_rank(), false );
+
+ // phpcs:ignore WordPress.Security.EscapeOutput -- Output is correctly escaped in the generate_option() method.
+ echo $this->generate_option( $rank->get_rank(), $rank->get_drop_down_readability_labels(), $selected );
+ }
+
+ echo ' ';
+ }
+
+ /**
+ * Generates an element.
+ *
+ * @param string $value The option's value.
+ * @param string $label The option's label.
+ * @param string $selected HTML selected attribute for an option.
+ *
+ * @return string The generated element.
+ */
+ protected function generate_option( $value, $label, $selected = '' ) {
+ return ' ' . esc_html( $label ) . ' ';
+ }
+
+ /**
+ * Returns the meta object for a given post ID.
+ *
+ * @param int $post_id The post ID.
+ *
+ * @return Meta The meta object.
+ */
+ protected function get_meta( $post_id ) {
+ $indexable = $this->admin_columns_cache->get_indexable( $post_id );
+
+ return YoastSEO()->meta->for_indexable( $indexable, 'Post_Type' );
+ }
+
+ /**
+ * Determines the SEO score filter to be later used in the meta query, based on the passed SEO filter.
+ *
+ * @param string $seo_filter The SEO filter to use to determine what further filter to apply.
+ *
+ * @return array The SEO score filter.
+ */
+ protected function determine_seo_filters( $seo_filter ) {
+ if ( $seo_filter === WPSEO_Rank::NO_FOCUS ) {
+ return $this->create_no_focus_keyword_filter();
+ }
+
+ if ( $seo_filter === WPSEO_Rank::NO_INDEX ) {
+ return $this->create_no_index_filter();
+ }
+
+ $rank = new WPSEO_Rank( $seo_filter );
+
+ return $this->create_seo_score_filter( $rank->get_starting_score(), $rank->get_end_score() );
+ }
+
+ /**
+ * Determines the Readability score filter to the meta query, based on the passed Readability filter.
+ *
+ * @param string $readability_filter The Readability filter to use to determine what further filter to apply.
+ *
+ * @return array The Readability score filter.
+ */
+ protected function determine_readability_filters( $readability_filter ) {
+ if ( $readability_filter === WPSEO_Rank::NO_FOCUS ) {
+ return $this->create_no_readability_scores_filter();
+ }
+ if ( $readability_filter === WPSEO_Rank::BAD ) {
+ return $this->create_bad_readability_scores_filter();
+ }
+ $rank = new WPSEO_Rank( $readability_filter );
+
+ return $this->create_readability_score_filter( $rank->get_starting_score(), $rank->get_end_score() );
+ }
+
+ /**
+ * Creates a keyword filter for the meta query, based on the passed Keyword filter.
+ *
+ * @param string $keyword_filter The keyword filter to use.
+ *
+ * @return array The keyword filter.
+ */
+ protected function get_keyword_filter( $keyword_filter ) {
+ return [
+ 'post_type' => get_query_var( 'post_type', 'post' ),
+ 'key' => WPSEO_Meta::$meta_prefix . 'focuskw',
+ 'value' => sanitize_text_field( $keyword_filter ),
+ ];
+ }
+
+ /**
+ * Determines whether the passed filter is considered to be valid.
+ *
+ * @param mixed $filter The filter to check against.
+ *
+ * @return bool Whether the filter is considered valid.
+ */
+ protected function is_valid_filter( $filter ) {
+ return ! empty( $filter ) && is_string( $filter );
+ }
+
+ /**
+ * Collects the filters and merges them into a single array.
+ *
+ * @return array Array containing all the applicable filters.
+ */
+ protected function collect_filters() {
+ $active_filters = [];
+
+ $seo_filter = $this->get_current_seo_filter();
+ $readability_filter = $this->get_current_readability_filter();
+ $current_keyword_filter = $this->get_current_keyword_filter();
+
+ if ( $this->is_valid_filter( $seo_filter ) ) {
+ $active_filters = array_merge(
+ $active_filters,
+ $this->determine_seo_filters( $seo_filter )
+ );
+ }
+
+ if ( $this->is_valid_filter( $readability_filter ) ) {
+ $active_filters = array_merge(
+ $active_filters,
+ $this->determine_readability_filters( $readability_filter )
+ );
+ }
+
+ if ( $this->is_valid_filter( $current_keyword_filter ) ) {
+ /**
+ * Adapt the meta query used to filter the post overview on keyphrase.
+ *
+ * @internal
+ *
+ * @param array $keyphrase The keyphrase used in the filter.
+ * @param array $keyword_filter The current keyword filter.
+ */
+ $keyphrase_filter = apply_filters(
+ 'wpseo_change_keyphrase_filter_in_request',
+ $this->get_keyword_filter( $current_keyword_filter ),
+ $current_keyword_filter
+ );
+
+ if ( is_array( $keyphrase_filter ) ) {
+ $active_filters = array_merge(
+ $active_filters,
+ [ $keyphrase_filter ]
+ );
+ }
+ }
+
+ /**
+ * Adapt the active applicable filters on the posts overview.
+ *
+ * @internal
+ *
+ * @param array $active_filters The current applicable filters.
+ */
+ return apply_filters( 'wpseo_change_applicable_filters', $active_filters );
+ }
+
+ /**
+ * Modify the query based on the filters that are being passed.
+ *
+ * @param array $vars Query variables that need to be modified based on the filters.
+ *
+ * @return array Array containing the meta query to use for filtering the posts overview.
+ */
+ public function column_sort_orderby( $vars ) {
+ $collected_filters = $this->collect_filters();
+
+ $order_by_column = $vars['orderby'];
+ if ( isset( $order_by_column ) ) {
+ // Based on the selected column, create a meta query.
+ $order_by = $this->filter_order_by( $order_by_column );
+
+ /**
+ * Adapt the order by part of the query on the posts overview.
+ *
+ * @internal
+ *
+ * @param array $order_by The current order by.
+ * @param string $order_by_column The current order by column.
+ */
+ $order_by = apply_filters( 'wpseo_change_order_by', $order_by, $order_by_column );
+
+ $vars = array_merge( $vars, $order_by );
+ }
+
+ return $this->build_filter_query( $vars, $collected_filters );
+ }
+
+ /**
+ * Retrieves the meta robots query values to be used within the meta query.
+ *
+ * @return array Array containing the query parameters regarding meta robots.
+ */
+ protected function get_meta_robots_query_values() {
+ return [
+ 'relation' => 'OR',
+ [
+ 'key' => WPSEO_Meta::$meta_prefix . 'meta-robots-noindex',
+ 'compare' => 'NOT EXISTS',
+ ],
+ [
+ 'key' => WPSEO_Meta::$meta_prefix . 'meta-robots-noindex',
+ 'value' => '1',
+ 'compare' => '!=',
+ ],
+ ];
+ }
+
+ /**
+ * Determines the score filters to be used. If more than one is passed, it created an AND statement for the query.
+ *
+ * @param array $score_filters Array containing the score filters.
+ *
+ * @return array Array containing the score filters that need to be applied to the meta query.
+ */
+ protected function determine_score_filters( $score_filters ) {
+ if ( count( $score_filters ) > 1 ) {
+ return array_merge( [ 'relation' => 'AND' ], $score_filters );
+ }
+
+ return $score_filters;
+ }
+
+ /**
+ * Retrieves the post type from the $_GET variable.
+ *
+ * @return string|null The sanitized current post type or null when the variable is not set in $_GET.
+ */
+ public function get_current_post_type() {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ if ( isset( $_GET['post_type'] ) && is_string( $_GET['post_type'] ) ) {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ return sanitize_text_field( wp_unslash( $_GET['post_type'] ) );
+ }
+ return null;
+ }
+
+ /**
+ * Retrieves the SEO filter from the $_GET variable.
+ *
+ * @return string|null The sanitized seo filter or null when the variable is not set in $_GET.
+ */
+ public function get_current_seo_filter() {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ if ( isset( $_GET['seo_filter'] ) && is_string( $_GET['seo_filter'] ) ) {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ return sanitize_text_field( wp_unslash( $_GET['seo_filter'] ) );
+ }
+ return null;
+ }
+
+ /**
+ * Retrieves the Readability filter from the $_GET variable.
+ *
+ * @return string|null The sanitized readability filter or null when the variable is not set in $_GET.
+ */
+ public function get_current_readability_filter() {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ if ( isset( $_GET['readability_filter'] ) && is_string( $_GET['readability_filter'] ) ) {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ return sanitize_text_field( wp_unslash( $_GET['readability_filter'] ) );
+ }
+ return null;
+ }
+
+ /**
+ * Retrieves the keyword filter from the $_GET variable.
+ *
+ * @return string|null The sanitized seo keyword filter or null when the variable is not set in $_GET.
+ */
+ public function get_current_keyword_filter() {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ if ( isset( $_GET['seo_kw_filter'] ) && is_string( $_GET['seo_kw_filter'] ) ) {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ return sanitize_text_field( wp_unslash( $_GET['seo_kw_filter'] ) );
+ }
+ return null;
+ }
+
+ /**
+ * Uses the vars to create a complete filter query that can later be executed to filter out posts.
+ *
+ * @param array $vars Array containing the variables that will be used in the meta query.
+ * @param array $filters Array containing the filters that we need to apply in the meta query.
+ *
+ * @return array Array containing the complete filter query.
+ */
+ protected function build_filter_query( $vars, $filters ) {
+ // If no filters were applied, just return everything.
+ if ( count( $filters ) === 0 ) {
+ return $vars;
+ }
+
+ $result = [ 'meta_query' => [] ];
+ $result['meta_query'] = array_merge( $result['meta_query'], [ $this->determine_score_filters( $filters ) ] );
+
+ $current_seo_filter = $this->get_current_seo_filter();
+
+ // This only applies for the SEO score filter because it can because the SEO score can be altered by the no-index option.
+ if ( $this->is_valid_filter( $current_seo_filter ) && ! in_array( $current_seo_filter, [ WPSEO_Rank::NO_INDEX ], true ) ) {
+ $result['meta_query'] = array_merge( $result['meta_query'], [ $this->get_meta_robots_query_values() ] );
+ }
+
+ return array_merge( $vars, $result );
+ }
+
+ /**
+ * Creates a Readability score filter.
+ *
+ * @param number $low The lower boundary of the score.
+ * @param number $high The higher boundary of the score.
+ *
+ * @return array> The Readability Score filter.
+ */
+ protected function create_readability_score_filter( $low, $high ) {
+ return [
+ [
+ 'key' => WPSEO_Meta::$meta_prefix . 'content_score',
+ 'value' => [ $low, $high ],
+ 'type' => 'numeric',
+ 'compare' => 'BETWEEN',
+ ],
+ ];
+ }
+
+ /**
+ * Creates an SEO score filter.
+ *
+ * @param number $low The lower boundary of the score.
+ * @param number $high The higher boundary of the score.
+ *
+ * @return array> The SEO score filter.
+ */
+ protected function create_seo_score_filter( $low, $high ) {
+ return [
+ [
+ 'key' => WPSEO_Meta::$meta_prefix . 'linkdex',
+ 'value' => [ $low, $high ],
+ 'type' => 'numeric',
+ 'compare' => 'BETWEEN',
+ ],
+ ];
+ }
+
+ /**
+ * Creates a filter to retrieve posts that were set to no-index.
+ *
+ * @return array> Array containin the no-index filter.
+ */
+ protected function create_no_index_filter() {
+ return [
+ [
+ 'key' => WPSEO_Meta::$meta_prefix . 'meta-robots-noindex',
+ 'value' => '1',
+ 'compare' => '=',
+ ],
+ ];
+ }
+
+ /**
+ * Creates a filter to retrieve posts that have no keyword set.
+ *
+ * @return array> Array containing the no focus keyword filter.
+ */
+ protected function create_no_focus_keyword_filter() {
+ return [
+ [
+ 'key' => WPSEO_Meta::$meta_prefix . 'linkdex',
+ 'value' => 'needs-a-value-anyway',
+ 'compare' => 'NOT EXISTS',
+ ],
+ ];
+ }
+
+ /**
+ * Creates a filter to retrieve posts that have not been analyzed for readability yet.
+ *
+ * @return array> Array containing the no readability filter.
+ */
+ protected function create_no_readability_scores_filter() {
+ // We check the existence of the Estimated Reading Time, because readability scores of posts that haven't been manually saved while Yoast SEO is active, don't exist, which is also the case for posts with not enough content.
+ // Meanwhile, the ERT is a solid indicator of whether a post has ever been saved (aka, analyzed), so we're using that.
+ $rank = new WPSEO_Rank( WPSEO_Rank::BAD );
+ return [
+ [
+ 'key' => WPSEO_Meta::$meta_prefix . 'estimated-reading-time-minutes',
+ 'value' => 'needs-a-value-anyway',
+ 'compare' => 'NOT EXISTS',
+ ],
+ [
+ 'relation' => 'OR',
+ [
+ 'key' => WPSEO_Meta::$meta_prefix . 'content_score',
+ 'value' => $rank->get_starting_score(),
+ 'type' => 'numeric',
+ 'compare' => '<',
+ ],
+ [
+ 'key' => WPSEO_Meta::$meta_prefix . 'content_score',
+ 'value' => 'needs-a-value-anyway',
+ 'compare' => 'NOT EXISTS',
+ ],
+ ],
+ ];
+ }
+
+ /**
+ * Creates a filter to retrieve posts that have bad readability scores, including those that have not enough content to have one.
+ *
+ * @return array> Array containing the bad readability filter.
+ */
+ protected function create_bad_readability_scores_filter() {
+ $rank = new WPSEO_Rank( WPSEO_Rank::BAD );
+ return [
+ 'relation' => 'OR',
+ [
+ 'key' => WPSEO_Meta::$meta_prefix . 'content_score',
+ 'value' => [ $rank->get_starting_score(), $rank->get_end_score() ],
+ 'type' => 'numeric',
+ 'compare' => 'BETWEEN',
+ ],
+ [
+ [
+ 'key' => WPSEO_Meta::$meta_prefix . 'content_score',
+ 'value' => 'needs-a-value-anyway',
+ 'compare' => 'NOT EXISTS',
+ ],
+ [
+ 'key' => WPSEO_Meta::$meta_prefix . 'estimated-reading-time-minutes',
+ 'compare' => 'EXISTS',
+ ],
+ ],
+ ];
+ }
+
+ /**
+ * Determines whether a particular post_id is of an indexable post type.
+ *
+ * @param string $post_id The post ID to check.
+ *
+ * @return bool Whether or not it is indexable.
+ */
+ protected function is_indexable( $post_id ) {
+ if ( ! empty( $post_id ) && ! $this->uses_default_indexing( $post_id ) ) {
+ return WPSEO_Meta::get_value( 'meta-robots-noindex', $post_id ) === '2';
+ }
+
+ $post = get_post( $post_id );
+
+ if ( is_object( $post ) ) {
+ // If the option is false, this means we want to index it.
+ return WPSEO_Options::get( 'noindex-' . $post->post_type, false ) === false;
+ }
+
+ return true;
+ }
+
+ /**
+ * Determines whether the given post ID uses the default indexing settings.
+ *
+ * @param int $post_id The post ID to check.
+ *
+ * @return bool Whether or not the default indexing is being used for the post.
+ */
+ protected function uses_default_indexing( $post_id ) {
+ return WPSEO_Meta::get_value( 'meta-robots-noindex', $post_id ) === '0';
+ }
+
+ /**
+ * Returns filters when $order_by is matched in the if-statement.
+ *
+ * @param string $order_by The ID of the column by which to order the posts.
+ *
+ * @return array Array containing the order filters.
+ */
+ private function filter_order_by( $order_by ) {
+ switch ( $order_by ) {
+ case 'wpseo-metadesc':
+ return [
+ // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_key -- Reason: Only used when user requests sorting.
+ 'meta_key' => WPSEO_Meta::$meta_prefix . 'metadesc',
+ 'orderby' => 'meta_value',
+ ];
+
+ case 'wpseo-focuskw':
+ return [
+ // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_key -- Reason: Only used when user requests sorting.
+ 'meta_key' => WPSEO_Meta::$meta_prefix . 'focuskw',
+ 'orderby' => 'meta_value',
+ ];
+
+ case 'wpseo-score':
+ return [
+ // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_key -- Reason: Only used when user requests sorting.
+ 'meta_key' => WPSEO_Meta::$meta_prefix . 'linkdex',
+ 'orderby' => 'meta_value_num',
+ ];
+
+ case 'wpseo-score-readability':
+ return [
+ // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_key -- Reason: Only used when user requests sorting.
+ 'meta_key' => WPSEO_Meta::$meta_prefix . 'content_score',
+ 'orderby' => 'meta_value_num',
+ ];
+ }
+
+ return [];
+ }
+
+ /**
+ * Parses the score column.
+ *
+ * @param int $post_id The ID of the post for which to show the score.
+ *
+ * @return string The HTML for the SEO score indicator.
+ */
+ private function parse_column_score( $post_id ) {
+ $meta = $this->get_meta( $post_id );
+
+ if ( $meta ) {
+ return $this->score_icon_helper->for_seo( $meta->indexable, '', __( 'Post is set to noindex.', 'wordpress-seo' ) );
+ }
+ }
+
+ /**
+ * Parsing the readability score column.
+ *
+ * @param int $post_id The ID of the post for which to show the readability score.
+ *
+ * @return string The HTML for the readability score indicator.
+ */
+ private function parse_column_score_readability( $post_id ) {
+ $meta = $this->get_meta( $post_id );
+ if ( $meta ) {
+ return $this->score_icon_helper->for_readability( $meta->indexable->readability_score );
+ }
+ }
+
+ /**
+ * Sets up the hooks for the post_types.
+ *
+ * @return void
+ */
+ private function set_post_type_hooks() {
+ $post_types = WPSEO_Post_Type::get_accessible_post_types();
+
+ if ( ! is_array( $post_types ) || $post_types === [] ) {
+ return;
+ }
+
+ foreach ( $post_types as $post_type ) {
+ if ( $this->display_metabox( $post_type ) === false ) {
+ continue;
+ }
+
+ add_filter( 'manage_' . $post_type . '_posts_columns', [ $this, 'column_heading' ], 10, 1 );
+ add_action( 'manage_' . $post_type . '_posts_custom_column', [ $this, 'column_content' ], 10, 2 );
+ add_action( 'manage_edit-' . $post_type . '_sortable_columns', [ $this, 'column_sort' ], 10, 2 );
+ }
+
+ unset( $post_type );
+ }
+
+ /**
+ * Wraps the WPSEO_Metabox check to determine whether the metabox should be displayed either by
+ * choice of the admin or because the post type is not a public post type.
+ *
+ * @since 7.0
+ *
+ * @param string|null $post_type Optional. The post type to test, defaults to the current post post_type.
+ *
+ * @return bool Whether or not the meta box (and associated columns etc) should be hidden.
+ */
+ private function display_metabox( $post_type = null ) {
+ $current_post_type = $this->get_current_post_type();
+
+ if ( ! isset( $post_type ) && ! empty( $current_post_type ) ) {
+ $post_type = $current_post_type;
+ }
+
+ return WPSEO_Utils::is_metabox_active( $post_type, 'post_type' );
+ }
+
+ /**
+ * Determines whether or not filter dropdowns should be displayed.
+ *
+ * @return bool Whether or the current page can display the filter drop downs.
+ */
+ public function can_display_filter() {
+ if ( $GLOBALS['pagenow'] === 'upload.php' ) {
+ return false;
+ }
+
+ if ( $this->display_metabox() === false ) {
+ return false;
+ }
+
+ $screen = get_current_screen();
+ if ( $screen === null ) {
+ return false;
+ }
+
+ return WPSEO_Post_Type::is_post_type_accessible( $screen->post_type );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php b/wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php
new file mode 100755
index 00000000..a30f5c85
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php
@@ -0,0 +1,218 @@
+is_proxy_page() ) {
+ return;
+ }
+
+ // Register the page for the proxy.
+ add_action( 'admin_menu', [ $this, 'add_proxy_page' ] );
+ add_action( 'admin_init', [ $this, 'handle_proxy_page' ] );
+ }
+
+ /**
+ * Registers the proxy page. It does not actually add a link to the dashboard.
+ *
+ * @codeCoverageIgnore
+ *
+ * @return void
+ */
+ public function add_proxy_page() {
+ add_dashboard_page( '', '', 'read', self::PAGE_IDENTIFIER, '' );
+ }
+
+ /**
+ * Renders the requested proxy page and exits to prevent the WordPress UI from loading.
+ *
+ * @codeCoverageIgnore
+ *
+ * @return void
+ */
+ public function handle_proxy_page() {
+ $this->render_proxy_page();
+
+ // Prevent the WordPress UI from loading.
+ exit;
+ }
+
+ /**
+ * Renders the requested proxy page.
+ *
+ * This is separated from the exits to be able to test it.
+ *
+ * @return void
+ */
+ public function render_proxy_page() {
+ $proxy_options = $this->determine_proxy_options();
+ if ( $proxy_options === [] ) {
+ // Do not accept any other file than implemented.
+ $this->set_header( 'HTTP/1.0 501 Requested file not implemented' );
+ return;
+ }
+
+ // Set the headers before serving the remote file.
+ $this->set_header( 'Content-Type: ' . $proxy_options['content_type'] );
+ $this->set_header( 'Cache-Control: max-age=' . self::CACHE_CONTROL_MAX_AGE );
+
+ try {
+ echo $this->get_remote_url_body( $proxy_options['url'] );
+ } catch ( Exception $e ) {
+ /*
+ * Reset the file headers because the loading failed.
+ *
+ * Note: Due to supporting PHP 5.2 `header_remove` can not be used here.
+ * Overwrite the headers instead.
+ */
+ $this->set_header( 'Content-Type: text/plain' );
+ $this->set_header( 'Cache-Control: max-age=0' );
+
+ $this->set_header( 'HTTP/1.0 500 ' . $e->getMessage() );
+ }
+ }
+
+ /**
+ * Tries to load the given url via `wp_remote_get`.
+ *
+ * @codeCoverageIgnore
+ *
+ * @param string $url The url to load.
+ *
+ * @return string The body of the response.
+ *
+ * @throws Exception When `wp_remote_get` returned an error.
+ * @throws Exception When the response code is not 200.
+ */
+ protected function get_remote_url_body( $url ) {
+ $response = wp_remote_get( $url );
+
+ if ( $response instanceof WP_Error ) {
+ throw new Exception( 'Unable to retrieve file from MyYoast' );
+ }
+
+ if ( wp_remote_retrieve_response_code( $response ) !== 200 ) {
+ throw new Exception( 'Received unexpected response from MyYoast' );
+ }
+
+ return wp_remote_retrieve_body( $response );
+ }
+
+ /**
+ * Determines the proxy options based on the file and plugin version arguments.
+ *
+ * When the file is known it returns an array like this:
+ *
+ * $array = array(
+ * 'content_type' => 'the content type'
+ * 'url' => 'the url, possibly with the plugin version'
+ * )
+ *
+ *
+ * @return array Empty for an unknown file. See format above for known files.
+ */
+ protected function determine_proxy_options() {
+ if ( $this->get_proxy_file() === 'research-webworker' ) {
+ return [
+ 'content_type' => 'text/javascript; charset=UTF-8',
+ 'url' => 'https://my.yoast.com/api/downloads/file/analysis-worker?plugin_version=' . $this->get_plugin_version(),
+ ];
+ }
+
+ return [];
+ }
+
+ /**
+ * Checks if the current page is the MyYoast proxy page.
+ *
+ * @codeCoverageIgnore
+ *
+ * @return bool True when the page request parameter equals the proxy page.
+ */
+ protected function is_proxy_page() {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ $page = isset( $_GET['page'] ) && is_string( $_GET['page'] ) ? sanitize_text_field( wp_unslash( $_GET['page'] ) ) : '';
+ return $page === self::PAGE_IDENTIFIER;
+ }
+
+ /**
+ * Returns the proxy file from the HTTP request parameters.
+ *
+ * @codeCoverageIgnore
+ *
+ * @return string The sanitized file request parameter or an empty string if it does not exist.
+ */
+ protected function get_proxy_file() {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ if ( isset( $_GET['file'] ) && is_string( $_GET['file'] ) ) {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ return sanitize_text_field( wp_unslash( $_GET['file'] ) );
+ }
+ return '';
+ }
+
+ /**
+ * Returns the plugin version from the HTTP request parameters.
+ *
+ * @codeCoverageIgnore
+ *
+ * @return string The sanitized plugin_version request parameter or an empty string if it does not exist.
+ */
+ protected function get_plugin_version() {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ if ( isset( $_GET['plugin_version'] ) && is_string( $_GET['plugin_version'] ) ) {
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ $plugin_version = sanitize_text_field( wp_unslash( $_GET['plugin_version'] ) );
+ // Replace slashes to secure against requiring a file from another path.
+ return str_replace( [ '/', '\\' ], '_', $plugin_version );
+ }
+ return '';
+ }
+
+ /**
+ * Sets the HTTP header.
+ *
+ * This is a tiny helper function to enable better testing.
+ *
+ * @codeCoverageIgnore
+ *
+ * @param string $header The header to set.
+ *
+ * @return void
+ */
+ protected function set_header( $header ) {
+ header( $header );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-option-tab.php b/wp-content/plugins/wordpress-seo/admin/class-option-tab.php
new file mode 100755
index 00000000..4a231258
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-option-tab.php
@@ -0,0 +1,112 @@
+name = sanitize_title( $name );
+ $this->label = $label;
+ $this->arguments = $arguments;
+ }
+
+ /**
+ * Gets the name.
+ *
+ * @return string The name.
+ */
+ public function get_name() {
+ return $this->name;
+ }
+
+ /**
+ * Gets the label.
+ *
+ * @return string The label.
+ */
+ public function get_label() {
+ return $this->label;
+ }
+
+ /**
+ * Retrieves whether the tab needs a save button.
+ *
+ * @return bool True whether the tabs needs a save button.
+ */
+ public function has_save_button() {
+ return (bool) $this->get_argument( 'save_button', true );
+ }
+
+ /**
+ * Retrieves whether the tab hosts beta functionalities.
+ *
+ * @return bool True whether the tab hosts beta functionalities.
+ */
+ public function is_beta() {
+ return (bool) $this->get_argument( 'beta', false );
+ }
+
+ /**
+ * Retrieves whether the tab hosts premium functionalities.
+ *
+ * @return bool True whether the tab hosts premium functionalities.
+ */
+ public function is_premium() {
+ return (bool) $this->get_argument( 'premium', false );
+ }
+
+ /**
+ * Gets the option group.
+ *
+ * @return string The option group.
+ */
+ public function get_opt_group() {
+ return $this->get_argument( 'opt_group' );
+ }
+
+ /**
+ * Retrieves the variable from the supplied arguments.
+ *
+ * @param string $variable Variable to retrieve.
+ * @param string|mixed $default_value Default to use when variable not found.
+ *
+ * @return mixed|string The retrieved variable.
+ */
+ protected function get_argument( $variable, $default_value = '' ) {
+ return array_key_exists( $variable, $this->arguments ) ? $this->arguments[ $variable ] : $default_value;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php b/wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php
new file mode 100755
index 00000000..5a54266f
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php
@@ -0,0 +1,93 @@
+get_base() . '/' . $tab->get_name() . '.php';
+ }
+
+ /**
+ * Outputs the option tabs.
+ *
+ * @param WPSEO_Option_Tabs $option_tabs Option Tabs to get tabs from.
+ *
+ * @return void
+ */
+ public function run( WPSEO_Option_Tabs $option_tabs ) {
+
+ echo '';
+ foreach ( $option_tabs->get_tabs() as $tab ) {
+ $label = esc_html( $tab->get_label() );
+
+ if ( $tab->is_beta() ) {
+ $label = '' . $label . ' ' . new Beta_Badge_Presenter( $tab->get_name() );
+ }
+ elseif ( $tab->is_premium() ) {
+ $label = '' . $label . ' ' . new Premium_Badge_Presenter( $tab->get_name() );
+ }
+
+ printf(
+ '%3$s ',
+ esc_attr( $tab->get_name() . '-tab' ),
+ esc_url( '#top#' . $tab->get_name() ),
+ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Reason: we do this on purpose
+ $label
+ );
+ }
+ echo ' ';
+
+ foreach ( $option_tabs->get_tabs() as $tab ) {
+ $identifier = $tab->get_name();
+
+ $class = 'wpseotab ' . ( $tab->has_save_button() ? 'save' : 'nosave' );
+ printf( '', esc_attr( $identifier ), esc_attr( $class ) );
+
+ $tab_filter_name = sprintf( '%s_%s', $option_tabs->get_base(), $tab->get_name() );
+
+ /**
+ * Allows to override the content that is display on the specific option tab.
+ *
+ * @internal For internal Yoast SEO use only.
+ *
+ * @param string|null $tab_contents The content that should be displayed for this tab. Leave empty for default behaviour.
+ * @param WPSEO_Option_Tabs $option_tabs The registered option tabs.
+ * @param WPSEO_Option_Tab $tab The tab that is being displayed.
+ */
+ $option_tab_content = apply_filters( 'wpseo_option_tab-' . $tab_filter_name, null, $option_tabs, $tab );
+ if ( ! empty( $option_tab_content ) ) {
+ echo wp_kses_post( $option_tab_content );
+ }
+
+ if ( empty( $option_tab_content ) ) {
+ // Output the settings view for all tabs.
+ $tab_view = $this->get_tab_view( $option_tabs, $tab );
+
+ if ( is_file( $tab_view ) ) {
+ $yform = Yoast_Form::get_instance();
+ require $tab_view;
+ }
+ }
+
+ echo '
';
+ }
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-option-tabs.php b/wp-content/plugins/wordpress-seo/admin/class-option-tabs.php
new file mode 100755
index 00000000..fb0c4512
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-option-tabs.php
@@ -0,0 +1,124 @@
+base = sanitize_title( $base );
+
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are not processing form information.
+ $tab = isset( $_GET['tab'] ) && is_string( $_GET['tab'] ) ? sanitize_text_field( wp_unslash( $_GET['tab'] ) ) : '';
+ $this->active_tab = empty( $tab ) ? $active_tab : $tab;
+ }
+
+ /**
+ * Get the base.
+ *
+ * @return string
+ */
+ public function get_base() {
+ return $this->base;
+ }
+
+ /**
+ * Add a tab.
+ *
+ * @param WPSEO_Option_Tab $tab Tab to add.
+ *
+ * @return $this
+ */
+ public function add_tab( WPSEO_Option_Tab $tab ) {
+ $this->tabs[] = $tab;
+
+ return $this;
+ }
+
+ /**
+ * Get active tab.
+ *
+ * @return WPSEO_Option_Tab|null Get the active tab.
+ */
+ public function get_active_tab() {
+ if ( empty( $this->active_tab ) ) {
+ return null;
+ }
+
+ $active_tabs = array_filter( $this->tabs, [ $this, 'is_active_tab' ] );
+ if ( ! empty( $active_tabs ) ) {
+ $active_tabs = array_values( $active_tabs );
+ if ( count( $active_tabs ) === 1 ) {
+ return $active_tabs[0];
+ }
+ }
+
+ return null;
+ }
+
+ /**
+ * Is the tab the active tab.
+ *
+ * @param WPSEO_Option_Tab $tab Tab to check for active tab.
+ *
+ * @return bool
+ */
+ public function is_active_tab( WPSEO_Option_Tab $tab ) {
+ return ( $tab->get_name() === $this->active_tab );
+ }
+
+ /**
+ * Get all tabs.
+ *
+ * @return WPSEO_Option_Tab[]
+ */
+ public function get_tabs() {
+ return $this->tabs;
+ }
+
+ /**
+ * Display the tabs.
+ *
+ * @param Yoast_Form $yform Yoast Form needed in the views.
+ *
+ * @return void
+ */
+ public function display( Yoast_Form $yform ) {
+ $formatter = new WPSEO_Option_Tabs_Formatter();
+ $formatter->run( $this, $yform );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php b/wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php
new file mode 100755
index 00000000..99550e4a
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php
@@ -0,0 +1,141 @@
+ null,
+ 'paper_id_prefix' => 'wpseo-',
+ 'collapsible' => false,
+ 'collapsible_header_class' => '',
+ 'expanded' => false,
+ 'help_text' => '',
+ 'title_after' => '',
+ 'class' => '',
+ 'content' => '',
+ 'view_data' => [],
+ ];
+
+ $this->settings = wp_parse_args( $settings, $defaults );
+ $this->title = $title;
+ $this->view_file = $view_file;
+ }
+
+ /**
+ * Renders the collapsible paper and returns it as a string.
+ *
+ * @return string The rendered paper.
+ */
+ public function get_output() {
+ $view_variables = $this->get_view_variables();
+
+ extract( $view_variables, EXTR_SKIP );
+
+ $content = $this->settings['content'];
+
+ if ( $this->view_file !== null ) {
+ ob_start();
+ require $this->view_file;
+ $content = ob_get_clean();
+ }
+
+ ob_start();
+ require WPSEO_PATH . 'admin/views/paper-collapsible.php';
+ $rendered_output = ob_get_clean();
+
+ return $rendered_output;
+ }
+
+ /**
+ * Retrieves the view variables.
+ *
+ * @return array The view variables.
+ */
+ private function get_view_variables() {
+ if ( $this->settings['help_text'] instanceof WPSEO_Admin_Help_Panel === false ) {
+ $this->settings['help_text'] = new WPSEO_Admin_Help_Panel( '', '', '' );
+ }
+
+ $view_variables = [
+ 'class' => $this->settings['class'],
+ 'collapsible' => $this->settings['collapsible'],
+ 'collapsible_config' => $this->collapsible_config(),
+ 'collapsible_header_class' => $this->settings['collapsible_header_class'],
+ 'title_after' => $this->settings['title_after'],
+ 'help_text' => $this->settings['help_text'],
+ 'view_file' => $this->view_file,
+ 'title' => $this->title,
+ 'paper_id' => $this->settings['paper_id'],
+ 'paper_id_prefix' => $this->settings['paper_id_prefix'],
+ 'yform' => Yoast_Form::get_instance(),
+ ];
+
+ return array_merge( $this->settings['view_data'], $view_variables );
+ }
+
+ /**
+ * Retrieves the collapsible config based on the settings.
+ *
+ * @return array The config.
+ */
+ protected function collapsible_config() {
+ if ( empty( $this->settings['collapsible'] ) ) {
+ return [
+ 'toggle_icon' => '',
+ 'class' => '',
+ 'expanded' => '',
+ ];
+ }
+
+ if ( ! empty( $this->settings['expanded'] ) ) {
+ return [
+ 'toggle_icon' => 'dashicons-arrow-up-alt2',
+ 'class' => 'toggleable-container',
+ 'expanded' => 'true',
+ ];
+ }
+
+ return [
+ 'toggle_icon' => 'dashicons-arrow-down-alt2',
+ 'class' => 'toggleable-container toggleable-container-hidden',
+ 'expanded' => 'false',
+ ];
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php b/wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php
new file mode 100755
index 00000000..8ed94914
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php
@@ -0,0 +1,357 @@
+register_yoast_plugins();
+ $this->register_yoast_plugins_status();
+ }
+
+ /**
+ * Registers all the available Yoast SEO plugins.
+ *
+ * @return void
+ */
+ protected function register_yoast_plugins() {
+ $this->plugins = [
+ 'yoast-seo-premium' => [
+ 'url' => WPSEO_Shortlinker::get( 'https://yoa.st/1y7' ),
+ 'title' => 'Yoast SEO Premium',
+ 'description' => sprintf(
+ /* translators: %1$s expands to Yoast SEO */
+ __( 'The premium version of %1$s with more features & support.', 'wordpress-seo' ),
+ 'Yoast SEO'
+ ),
+ 'installed' => false,
+ 'slug' => 'wordpress-seo-premium/wp-seo-premium.php',
+ 'version_sync' => true,
+ 'premium' => true,
+ ],
+
+ 'video-seo-for-wordpress-seo-by-yoast' => [
+ 'url' => WPSEO_Shortlinker::get( 'https://yoa.st/1y8' ),
+ 'title' => 'Video SEO',
+ 'description' => __( 'Optimize your videos to show them off in search results and get more clicks!', 'wordpress-seo' ),
+ 'installed' => false,
+ 'slug' => 'wpseo-video/video-seo.php',
+ 'version_sync' => true,
+ 'premium' => true,
+ ],
+
+ 'yoast-news-seo' => [
+ 'url' => WPSEO_Shortlinker::get( 'https://yoa.st/1y9' ),
+ 'title' => 'News SEO',
+ 'description' => __( 'Are you in Google News? Increase your traffic from Google News by optimizing for it!', 'wordpress-seo' ),
+ 'installed' => false,
+ 'slug' => 'wpseo-news/wpseo-news.php',
+ 'version_sync' => true,
+ 'premium' => true,
+ ],
+
+ 'local-seo-for-yoast-seo' => [
+ 'url' => WPSEO_Shortlinker::get( 'https://yoa.st/1ya' ),
+ 'title' => 'Local SEO',
+ 'description' => __( 'Rank better locally and in Google Maps, without breaking a sweat!', 'wordpress-seo' ),
+ 'installed' => false,
+ 'slug' => 'wordpress-seo-local/local-seo.php',
+ 'version_sync' => true,
+ 'premium' => true,
+ ],
+
+ 'yoast-woocommerce-seo' => [
+ 'url' => WPSEO_Shortlinker::get( 'https://yoa.st/1o0' ),
+ 'title' => 'Yoast WooCommerce SEO',
+ 'description' => sprintf(
+ /* translators: %1$s expands to Yoast SEO */
+ __( 'Seamlessly integrate WooCommerce with %1$s and get extra features!', 'wordpress-seo' ),
+ 'Yoast SEO'
+ ),
+ '_dependencies' => [
+ 'WooCommerce' => [
+ 'slug' => 'woocommerce/woocommerce.php', // Kept for backwards compatibility, in case external code uses get_dependencies(). Deprecated in 22.4.
+ 'conditional' => new WooCommerce_Conditional(),
+ ],
+ ],
+ 'installed' => false,
+ 'slug' => 'wpseo-woocommerce/wpseo-woocommerce.php',
+ 'version_sync' => true,
+ 'premium' => true,
+ ],
+ ];
+ }
+
+ /**
+ * Sets certain plugin properties based on WordPress' status.
+ *
+ * @return void
+ */
+ protected function register_yoast_plugins_status() {
+
+ foreach ( $this->plugins as $name => $plugin ) {
+
+ $plugin_slug = $plugin['slug'];
+ $plugin_path = WP_PLUGIN_DIR . '/' . $plugin_slug;
+
+ if ( file_exists( $plugin_path ) ) {
+ $plugin_data = get_plugin_data( $plugin_path, false, false );
+ $this->plugins[ $name ]['installed'] = true;
+ $this->plugins[ $name ]['version'] = $plugin_data['Version'];
+ $this->plugins[ $name ]['active'] = is_plugin_active( $plugin_slug );
+ }
+ }
+ }
+
+ /**
+ * Checks if there are dependencies available for the plugin.
+ *
+ * @param array $plugin The information available about the plugin.
+ *
+ * @return bool Whether there is a dependency present.
+ */
+ public function has_dependencies( $plugin ) {
+ return ( isset( $plugin['_dependencies'] ) && ! empty( $plugin['_dependencies'] ) );
+ }
+
+ /**
+ * Gets the dependencies for the plugin.
+ *
+ * @param array $plugin The information available about the plugin.
+ *
+ * @return array Array containing all the dependencies associated with the plugin.
+ */
+ public function get_dependencies( $plugin ) {
+ if ( ! $this->has_dependencies( $plugin ) ) {
+ return [];
+ }
+
+ return $plugin['_dependencies'];
+ }
+
+ /**
+ * Checks if all dependencies are satisfied.
+ *
+ * @param array $plugin The information available about the plugin.
+ *
+ * @return bool Whether or not the dependencies are satisfied.
+ */
+ public function dependencies_are_satisfied( $plugin ) {
+ if ( ! $this->has_dependencies( $plugin ) ) {
+ return true;
+ }
+
+ $dependencies = $this->get_dependencies( $plugin );
+ $active_dependencies = array_filter( $dependencies, [ $this, 'is_dependency_active' ] );
+
+ return count( $active_dependencies ) === count( $dependencies );
+ }
+
+ /**
+ * Checks whether or not one of the plugins is properly installed and usable.
+ *
+ * @param array $plugin The information available about the plugin.
+ *
+ * @return bool Whether or not the plugin is properly installed.
+ */
+ public function is_installed( $plugin ) {
+ if ( empty( $plugin ) ) {
+ return false;
+ }
+
+ return $this->is_available( $plugin );
+ }
+
+ /**
+ * Checks for the availability of the plugin.
+ *
+ * @param array $plugin The information available about the plugin.
+ *
+ * @return bool Whether or not the plugin is available.
+ */
+ public function is_available( $plugin ) {
+ return isset( $plugin['installed'] ) && $plugin['installed'] === true;
+ }
+
+ /**
+ * Checks whether a dependency is active.
+ *
+ * @param array $dependency The information about the dependency to look for.
+ *
+ * @return bool Whether or not the dependency is active.
+ */
+ public function is_dependency_active( $dependency ) {
+ return $dependency['conditional']->is_met();
+ }
+
+ /**
+ * Gets an array of plugins that have defined dependencies.
+ *
+ * @return array Array of the plugins that have dependencies.
+ */
+ public function get_plugins_with_dependencies() {
+ return array_filter( $this->plugins, [ $this, 'has_dependencies' ] );
+ }
+
+ /**
+ * Determines whether or not a plugin is active.
+ *
+ * @deprecated 23.4
+ * @codeCoverageIgnore
+ *
+ * @param string $plugin The plugin slug to check.
+ *
+ * @return bool Whether or not the plugin is active.
+ */
+ public function is_active( $plugin ) {
+ _deprecated_function( __METHOD__, 'Yoast SEO 23.4', 'is_plugin_active' );
+
+ return is_plugin_active( $plugin );
+ }
+
+ /**
+ * Gets all the possibly available plugins.
+ *
+ * @deprecated 23.4
+ * @codeCoverageIgnore
+ *
+ * @return array Array containing the information about the plugins.
+ */
+ public function get_plugins() {
+ _deprecated_function( __METHOD__, 'Yoast SEO 23.4', 'WPSEO_Addon_Manager::get_addon_filenames' );
+
+ return $this->plugins;
+ }
+
+ /**
+ * Gets a specific plugin. Returns an empty array if it cannot be found.
+ *
+ * @deprecated 23.4
+ * @codeCoverageIgnore
+ *
+ * @param string $plugin The plugin to search for.
+ *
+ * @return array The plugin properties.
+ */
+ public function get_plugin( $plugin ) { // @phpcs:ignore Generic.CodeAnalysis.UnusedFunctionParameter.Found, VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable -- needed for BC reasons
+ _deprecated_function( __METHOD__, 'Yoast SEO 23.4', 'WPSEO_Addon_Manager::get_plugin_file' );
+ if ( ! isset( $this->plugins[ $plugin ] ) ) {
+ return [];
+ }
+
+ return $this->plugins[ $plugin ];
+ }
+
+ /**
+ * Gets the version of the plugin.
+ *
+ * @deprecated 23.4
+ * @codeCoverageIgnore
+ *
+ * @param array $plugin The information available about the plugin.
+ *
+ * @return string The version associated with the plugin.
+ */
+ public function get_version( $plugin ) { // @phpcs:ignore Generic.CodeAnalysis.UnusedFunctionParameter.Found, VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable -- needed for BC reasons
+ _deprecated_function( __METHOD__, 'Yoast SEO 23.4', 'WPSEO_Addon_Manager::get_installed_addons_versions' );
+ if ( ! isset( $plugin['version'] ) ) {
+ return '';
+ }
+
+ return $plugin['version'];
+ }
+
+ /**
+ * Checks whether a dependency is available.
+ *
+ * @deprecated 22.4
+ * @codeCoverageIgnore
+ *
+ * @param array $dependency The information about the dependency to look for.
+ *
+ * @return bool Whether or not the dependency is available.
+ */
+ public function is_dependency_available( $dependency ) {
+ _deprecated_function( __METHOD__, 'Yoast SEO 22.4' );
+
+ return isset( get_plugins()[ $dependency['slug'] ] );
+ }
+
+ /**
+ * Gets the names of the dependencies.
+ *
+ * @deprecated 23.4
+ * @codeCoverageIgnore
+ *
+ * @param array $plugin The plugin to get the dependency names from.
+ *
+ * @return array Array containing the names of the associated dependencies.
+ */
+ public function get_dependency_names( $plugin ) { // @phpcs:ignore Generic.CodeAnalysis.UnusedFunctionParameter.Found, VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable -- needed for BC reasons
+ _deprecated_function( __METHOD__, 'Yoast SEO 23.4' );
+ if ( ! $this->has_dependencies( $plugin ) ) {
+ return [];
+ }
+
+ return array_keys( $plugin['_dependencies'] );
+ }
+
+ /**
+ * Determines whether or not a plugin is a Premium product.
+ *
+ * @deprecated 23.4
+ * @codeCoverageIgnore
+ *
+ * @param array $plugin The plugin to check.
+ *
+ * @return bool Whether or not the plugin is a Premium product.
+ */
+ public function is_premium( $plugin ) {
+ _deprecated_function( __METHOD__, 'Yoast SEO 23.4' );
+
+ return isset( $plugin['premium'] ) && $plugin['premium'] === true;
+ }
+
+ /**
+ * Gets all installed plugins.
+ *
+ * @deprecated 23.4
+ * @codeCoverageIgnore
+ *
+ * @return array The installed plugins.
+ */
+ public function get_installed_plugins() {
+
+ _deprecated_function( __METHOD__, 'Yoast SEO 23.4', 'WPSEO_Addon_Manager::get_installed_addons_versions' );
+ $installed = [];
+
+ foreach ( $this->plugins as $plugin_key => $plugin ) {
+ if ( $this->is_installed( $plugin ) ) {
+ $installed[ $plugin_key ] = $plugin;
+ }
+ }
+
+ return $installed;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php b/wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php
new file mode 100755
index 00000000..a90e8acd
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php
@@ -0,0 +1,94 @@
+>
+ */
+ protected $plugins = [
+ // The plugin which are writing OG metadata.
+ 'open_graph' => Conflicting_Plugins::OPEN_GRAPH_PLUGINS,
+ 'xml_sitemaps' => Conflicting_Plugins::XML_SITEMAPS_PLUGINS,
+ 'cloaking' => Conflicting_Plugins::CLOAKING_PLUGINS,
+ 'seo' => Conflicting_Plugins::SEO_PLUGINS,
+ ];
+
+ /**
+ * Overrides instance to set with this class as class.
+ *
+ * @param string $class_name Optional class name.
+ *
+ * @return Yoast_Plugin_Conflict
+ */
+ public static function get_instance( $class_name = self::class ) {
+ return parent::get_instance( $class_name );
+ }
+
+ /**
+ * After activating any plugin, this method will be executed by a hook.
+ *
+ * If the activated plugin is conflicting with ours a notice will be shown.
+ *
+ * @param string|bool $plugin Optional plugin basename to check.
+ *
+ * @return void
+ */
+ public static function hook_check_for_plugin_conflicts( $plugin = false ) {
+ // The instance of the plugin.
+ $instance = self::get_instance();
+
+ // Only add the plugin as an active plugin if $plugin isn't false.
+ if ( $plugin && is_string( $plugin ) ) {
+ $instance->add_active_plugin( $instance->find_plugin_category( $plugin ), $plugin );
+ }
+
+ $plugin_sections = [];
+
+ // Only check for open graph problems when they are enabled.
+ if ( WPSEO_Options::get( 'opengraph' ) ) {
+ /* translators: %1$s expands to Yoast SEO, %2$s: 'Facebook' plugin name of possibly conflicting plugin with regard to creating OpenGraph output. */
+ $plugin_sections['open_graph'] = __( 'Both %1$s and %2$s create Open Graph output, which might make Facebook, X, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.', 'wordpress-seo' )
+ . ' '
+ . ''
+ /* translators: %1$s expands to Yoast SEO. */
+ . sprintf( __( 'Configure %1$s\'s Open Graph settings', 'wordpress-seo' ), 'Yoast SEO' )
+ . ' ';
+ }
+
+ // Only check for XML conflicts if sitemaps are enabled.
+ if ( WPSEO_Options::get( 'enable_xml_sitemap' ) ) {
+ /* translators: %1$s expands to Yoast SEO, %2$s: 'Google XML Sitemaps' plugin name of possibly conflicting plugin with regard to the creation of sitemaps. */
+ $plugin_sections['xml_sitemaps'] = __( 'Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.', 'wordpress-seo' )
+ . ' '
+ . ''
+ /* translators: %1$s expands to Yoast SEO. */
+ . sprintf( __( 'Toggle %1$s\'s XML Sitemap', 'wordpress-seo' ), 'Yoast SEO' )
+ . ' ';
+ }
+
+ /* translators: %2$s expands to 'RS Head Cleaner' plugin name of possibly conflicting plugin with regard to differentiating output between search engines and normal users. */
+ $plugin_sections['cloaking'] = __( 'The plugin %2$s changes your site\'s output and in doing that differentiates between search engines and normal users, a process that\'s called cloaking. We highly recommend that you disable it.', 'wordpress-seo' );
+
+ /* translators: %1$s expands to Yoast SEO, %2$s: 'SEO' plugin name of possibly conflicting plugin with regard to the creation of duplicate SEO meta. */
+ $plugin_sections['seo'] = __( 'Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.', 'wordpress-seo' );
+
+ $instance->check_plugin_conflicts( $plugin_sections );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-premium-popup.php b/wp-content/plugins/wordpress-seo/admin/class-premium-popup.php
new file mode 100755
index 00000000..35820291
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-premium-popup.php
@@ -0,0 +1,105 @@
+identifier = $identifier;
+ $this->heading_level = $heading_level;
+ $this->title = $title;
+ $this->content = $content;
+ $this->url = $url;
+ }
+
+ /**
+ * Returns the premium popup as an HTML string.
+ *
+ * @param bool $popup Show this message as a popup show it straight away.
+ *
+ * @return string
+ */
+ public function get_premium_message( $popup = true ) {
+ // Don't show in Premium.
+ if ( defined( 'WPSEO_PREMIUM_FILE' ) ) {
+ return '';
+ }
+
+ $assets_uri = trailingslashit( plugin_dir_url( WPSEO_FILE ) );
+
+ /* translators: %s expands to Yoast SEO Premium */
+ $cta_text = esc_html( sprintf( __( 'Get %s', 'wordpress-seo' ), 'Yoast SEO Premium' ) );
+ /* translators: Hidden accessibility text. */
+ $new_tab_message = '' . esc_html__( '(Opens in a new browser tab)', 'wordpress-seo' ) . ' ';
+ $caret_icon = ' ';
+ $classes = '';
+ if ( $popup ) {
+ $classes = ' hidden';
+ }
+ $micro_copy = __( '1 year free support and updates included!', 'wordpress-seo' );
+
+ $popup = << ';
+
+if ( get_blog_count() <= 100 ) {
+ $network_admin = new Yoast_Network_Admin();
+
+ $yform->select(
+ 'site_id',
+ __( 'Site ID', 'wordpress-seo' ),
+ $network_admin->get_site_choices( false, true )
+ );
+}
+else {
+ $yform->textinput( 'site_id', __( 'Site ID', 'wordpress-seo' ) );
+}
+
+wp_nonce_field( 'wpseo-network-restore', 'restore_site_nonce', false );
+echo '' . esc_html__( 'Restore site to defaults', 'wordpress-seo' ) . ' ';
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php
new file mode 100755
index 00000000..a5f666e4
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php
@@ -0,0 +1,128 @@
+detect();
+if ( count( $import_check->needs_import ) === 0 ) {
+ echo '', esc_html__( 'Import from other SEO plugins', 'wordpress-seo' ), ' ';
+ echo '';
+ printf(
+ /* translators: %s expands to Yoast SEO */
+ esc_html__( '%s did not detect any plugin data from plugins it can import from.', 'wordpress-seo' ),
+ 'Yoast SEO'
+ );
+ echo '
';
+
+ return;
+}
+
+/**
+ * Creates a select box given a name and plugins array.
+ *
+ * @param string $name Name field for the select field.
+ * @param array $plugins An array of plugins and classes.
+ *
+ * @return void
+ */
+function wpseo_import_external_select( $name, $plugins ) {
+ esc_html_e( 'Plugin: ', 'wordpress-seo' );
+ echo '';
+ foreach ( $plugins as $class => $plugin ) {
+ /* translators: %s is replaced with the name of the plugin we're importing from. */
+ echo '' . esc_html( $plugin ) . ' ';
+ }
+ echo ' ';
+}
+
+?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ',
+ ''
+ );
+ ?>
+
+
+
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php
new file mode 100755
index 00000000..d0a41961
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php
@@ -0,0 +1,39 @@
+export();
+ return;
+}
+
+$wpseo_export_phrase = sprintf(
+ /* translators: %1$s expands to Yoast SEO */
+ __( 'Export your %1$s settings here, to copy them on another site.', 'wordpress-seo' ),
+ 'Yoast SEO'
+);
+?>
+
+
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php
new file mode 100755
index 00000000..18a5bfe9
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php
@@ -0,0 +1,46 @@
+
+
+
+
+
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php b/wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php
new file mode 100755
index 00000000..354ba376
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php
@@ -0,0 +1,120 @@
+ $yoast_free_input_fields,
+ 'nonce' => wp_create_nonce( 'bulk-editor-table' ),
+];
+
+$wpseo_bulk_titles_table = new WPSEO_Bulk_Title_Editor_List_Table( $yoast_bulk_editor_arguments );
+$wpseo_bulk_description_table = new WPSEO_Bulk_Description_List_Table( $yoast_bulk_editor_arguments );
+
+$yoast_free_screen_reader_content = [
+ 'heading_views' => __( 'Filter posts list', 'wordpress-seo' ),
+ 'heading_pagination' => __( 'Posts list navigation', 'wordpress-seo' ),
+ 'heading_list' => __( 'Posts list', 'wordpress-seo' ),
+];
+get_current_screen()->set_screen_reader_content( $yoast_free_screen_reader_content );
+
+if ( ! empty( $_REQUEST['_wp_http_referer'] ) && isset( $_SERVER['REQUEST_URI'] ) ) {
+ $request_uri = sanitize_file_name( wp_unslash( $_SERVER['REQUEST_URI'] ) );
+
+ wp_redirect(
+ remove_query_arg(
+ [ '_wp_http_referer', '_wpnonce' ],
+ $request_uri
+ )
+ );
+ exit;
+}
+
+/**
+ * Renders a bulk editor tab.
+ *
+ * @param WPSEO_Bulk_List_Table $table The table to render.
+ * @param string $id The id for the tab.
+ *
+ * @return void
+ */
+function wpseo_get_rendered_tab( $table, $id ) {
+ ?>
+
+ show_page();
+ ?>
+
+
+
+
+
+
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php b/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php
new file mode 100755
index 00000000..b0db6a43
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php
@@ -0,0 +1,244 @@
+admin_header( false, 'wpseo_ms' );
+}
+else {
+ $action_url = admin_url( 'admin.php?page=wpseo_tools&tool=file-editor' );
+}
+
+if ( isset( $msg ) && ! empty( $msg ) ) {
+ echo '';
+}
+
+// N.B.: "robots.txt" is a fixed file name and should not be translatable.
+echo 'robots.txt ';
+
+if ( ! file_exists( $robots_file ) ) {
+ if ( is_writable( $home_path ) ) {
+ echo '';
+ wp_nonce_field( 'wpseo_create_robots', '_wpnonce', true, true );
+ echo '';
+ printf(
+ /* translators: %s expands to robots.txt. */
+ esc_html__( 'You don\'t have a %s file, create one here:', 'wordpress-seo' ),
+ 'robots.txt'
+ );
+ echo '
';
+
+ printf(
+ ' ',
+ sprintf(
+ /* translators: %s expands to robots.txt. */
+ esc_attr__( 'Create %s file', 'wordpress-seo' ),
+ 'robots.txt'
+ )
+ );
+ echo ' ';
+ }
+ else {
+ echo '';
+ printf(
+ /* translators: %s expands to robots.txt. */
+ esc_html__( 'If you had a %s file and it was editable, you could edit it from here.', 'wordpress-seo' ),
+ 'robots.txt'
+ );
+ echo '
';
+ }
+}
+else {
+ $f = fopen( $robots_file, 'r' );
+
+ $content = '';
+ if ( filesize( $robots_file ) > 0 ) {
+ $content = fread( $f, filesize( $robots_file ) );
+ }
+
+ if ( ! is_writable( $robots_file ) ) {
+ echo '';
+ printf(
+ /* translators: %s expands to robots.txt. */
+ esc_html__( 'If your %s were writable, you could edit it from here.', 'wordpress-seo' ),
+ 'robots.txt'
+ );
+ echo '
';
+ echo '', esc_textarea( $content ), ' ';
+ }
+ else {
+ echo '';
+ wp_nonce_field( 'wpseo-robotstxt', '_wpnonce', true, true );
+ echo '';
+ printf(
+ /* translators: %s expands to robots.txt. */
+ esc_html__( 'Edit the content of your %s:', 'wordpress-seo' ),
+ 'robots.txt'
+ );
+ echo ' ';
+ echo '', esc_textarea( $content ), ' ';
+ printf(
+ '
',
+ sprintf(
+ /* translators: %s expands to robots.txt. */
+ esc_attr__( 'Save changes to %s', 'wordpress-seo' ),
+ 'robots.txt'
+ )
+ );
+ echo ' ';
+ }
+}
+if ( ! WPSEO_Utils::is_nginx() ) {
+
+ echo '';
+ printf(
+ /* translators: %s expands to ".htaccess". */
+ esc_html__( '%s file', 'wordpress-seo' ),
+ '.htaccess'
+ );
+ echo ' ';
+
+ if ( file_exists( $ht_access_file ) ) {
+ $f = fopen( $ht_access_file, 'r' );
+
+ $contentht = '';
+ if ( filesize( $ht_access_file ) > 0 ) {
+ $contentht = fread( $f, filesize( $ht_access_file ) );
+ }
+
+ if ( ! is_writable( $ht_access_file ) ) {
+ echo '';
+ printf(
+ /* translators: %s expands to ".htaccess". */
+ esc_html__( 'If your %s were writable, you could edit it from here.', 'wordpress-seo' ),
+ '.htaccess'
+ );
+ echo '
';
+ echo '', esc_textarea( $contentht ), ' ';
+ }
+ else {
+ echo '';
+ wp_nonce_field( 'wpseo-htaccess', '_wpnonce', true, true );
+ echo '';
+ printf(
+ /* translators: %s expands to ".htaccess". */
+ esc_html__( 'Edit the content of your %s:', 'wordpress-seo' ),
+ '.htaccess'
+ );
+ echo ' ';
+ echo '', esc_textarea( $contentht ), ' ';
+ printf(
+ '
',
+ sprintf(
+ /* translators: %s expands to ".htaccess". */
+ esc_attr__( 'Save changes to %s', 'wordpress-seo' ),
+ '.htaccess'
+ )
+ );
+ echo ' ';
+ }
+ }
+ else {
+ echo '';
+ printf(
+ /* translators: %s expands to ".htaccess". */
+ esc_html__( 'If you had a %s file and it was editable, you could edit it from here.', 'wordpress-seo' ),
+ '.htaccess'
+ );
+ echo '
';
+ }
+}
+
+if ( is_multisite() ) {
+ $yform->admin_footer( false );
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php b/wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php
new file mode 100755
index 00000000..4ee8a3bf
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php
@@ -0,0 +1,123 @@
+import();
+}
+
+/**
+ * Allow custom import actions.
+ *
+ * @param WPSEO_Import_Status $yoast_seo_import Contains info about the handled import.
+ */
+$yoast_seo_import = apply_filters( 'wpseo_handle_import', $yoast_seo_import );
+
+if ( $yoast_seo_import ) {
+
+ $yoast_seo_message = '';
+ if ( $yoast_seo_import->status instanceof WPSEO_Import_Status ) {
+ $yoast_seo_message = $yoast_seo_import->status->get_msg();
+ }
+
+ /**
+ * Allow customization of import/export message.
+ *
+ * @param string $yoast_seo_msg The message.
+ */
+ $yoast_seo_msg = apply_filters( 'wpseo_import_message', $yoast_seo_message );
+
+ if ( ! empty( $yoast_seo_msg ) ) {
+ $yoast_seo_status = 'error';
+ if ( $yoast_seo_import->status->status ) {
+ $yoast_seo_status = 'updated';
+ }
+
+ $yoast_seo_class = 'message ' . $yoast_seo_status;
+
+ echo '', esc_html( $yoast_seo_msg ), '
';
+ }
+}
+
+$yoast_seo_tabs = [
+ 'wpseo-import' => [
+ 'label' => __( 'Import settings', 'wordpress-seo' ),
+ ],
+ 'wpseo-export' => [
+ 'label' => __( 'Export settings', 'wordpress-seo' ),
+ ],
+ 'import-seo' => [
+ 'label' => __( 'Import from other SEO plugins', 'wordpress-seo' ),
+ ],
+];
+
+?>
+
+
+
+ $tab ) : ?>
+
+
+
+
+
+
+ $tab ) {
+ printf( '', esc_attr( $identifier ) );
+ require_once WPSEO_PATH . 'admin/views/tabs/tool/' . $identifier . '.php';
+ echo '
';
+}
+
+/**
+ * Allow adding a custom import tab.
+ */
+do_action( 'wpseo_import_tab_content' );
diff --git a/wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php b/wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php
new file mode 100755
index 00000000..68d18616
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php
@@ -0,0 +1,256 @@
+helpers->product->is_premium() ) {
+ return;
+ }
+
+ add_action( 'admin_enqueue_scripts', [ $this, 'enqueue_assets' ] );
+
+ // Detect a post trash.
+ add_action( 'wp_trash_post', [ $this, 'detect_post_trash' ] );
+
+ // Detect a post delete.
+ add_action( 'before_delete_post', [ $this, 'detect_post_delete' ] );
+
+ // Detects deletion of a term.
+ add_action( 'delete_term_taxonomy', [ $this, 'detect_term_delete' ] );
+ }
+
+ /**
+ * Enqueues the quick edit handler.
+ *
+ * @return void
+ */
+ public function enqueue_assets() {
+ global $pagenow;
+
+ if ( ! in_array( $pagenow, [ 'edit.php', 'edit-tags.php' ], true ) ) {
+ return;
+ }
+
+ $asset_manager = new WPSEO_Admin_Asset_Manager();
+ $asset_manager->enqueue_script( 'quick-edit-handler' );
+ }
+
+ /**
+ * Shows a message when a post is about to get trashed.
+ *
+ * @param int $post_id The current post ID.
+ *
+ * @return void
+ */
+ public function detect_post_trash( $post_id ) {
+ if ( ! $this->is_post_viewable( $post_id ) ) {
+ return;
+ }
+
+ $post_label = $this->get_post_type_label( get_post_type( $post_id ) );
+
+ /* translators: %1$s expands to the translated name of the post type. */
+ $first_sentence = sprintf( __( 'You just trashed a %1$s.', 'wordpress-seo' ), $post_label );
+ $second_sentence = __( 'Search engines and other websites can still send traffic to your trashed content.', 'wordpress-seo' );
+ $message = $this->get_message( $first_sentence, $second_sentence );
+
+ $this->add_notification( $message );
+ }
+
+ /**
+ * Shows a message when a post is about to get trashed.
+ *
+ * @param int $post_id The current post ID.
+ *
+ * @return void
+ */
+ public function detect_post_delete( $post_id ) {
+ if ( ! $this->is_post_viewable( $post_id ) ) {
+ return;
+ }
+
+ $post_label = $this->get_post_type_label( get_post_type( $post_id ) );
+
+ /* translators: %1$s expands to the translated name of the post type. */
+ $first_sentence = sprintf( __( 'You just deleted a %1$s.', 'wordpress-seo' ), $post_label );
+ $second_sentence = __( 'Search engines and other websites can still send traffic to your deleted content.', 'wordpress-seo' );
+ $message = $this->get_message( $first_sentence, $second_sentence );
+
+ $this->add_notification( $message );
+ }
+
+ /**
+ * Shows a message when a term is about to get deleted.
+ *
+ * @param int $term_taxonomy_id The term taxonomy ID that will be deleted.
+ *
+ * @return void
+ */
+ public function detect_term_delete( $term_taxonomy_id ) {
+ if ( ! $this->is_term_viewable( $term_taxonomy_id ) ) {
+ return;
+ }
+
+ $term = get_term_by( 'term_taxonomy_id', (int) $term_taxonomy_id );
+ $term_label = $this->get_taxonomy_label_for_term( $term->term_id );
+
+ /* translators: %1$s expands to the translated name of the term. */
+ $first_sentence = sprintf( __( 'You just deleted a %1$s.', 'wordpress-seo' ), $term_label );
+ $second_sentence = __( 'Search engines and other websites can still send traffic to your deleted content.', 'wordpress-seo' );
+ $message = $this->get_message( $first_sentence, $second_sentence );
+
+ $this->add_notification( $message );
+ }
+
+ /**
+ * Checks if the post is viewable.
+ *
+ * @param string $post_id The post id to check.
+ *
+ * @return bool Whether the post is viewable or not.
+ */
+ protected function is_post_viewable( $post_id ) {
+ $post_type = get_post_type( $post_id );
+ if ( ! WPSEO_Post_Type::is_post_type_accessible( $post_type ) ) {
+ return false;
+ }
+
+ $post_status = get_post_status( $post_id );
+ if ( ! $this->check_visible_post_status( $post_status ) ) {
+ return false;
+ }
+
+ return true;
+ }
+
+ /**
+ * Checks if the term is viewable.
+ *
+ * @param int $term_taxonomy_id The term taxonomy ID to check.
+ *
+ * @return bool Whether the term is viewable or not.
+ */
+ protected function is_term_viewable( $term_taxonomy_id ) {
+ $term = get_term_by( 'term_taxonomy_id', (int) $term_taxonomy_id );
+
+ if ( ! $term || is_wp_error( $term ) ) {
+ return false;
+ }
+
+ $taxonomy = get_taxonomy( $term->taxonomy );
+ if ( ! $taxonomy ) {
+ return false;
+ }
+
+ return $taxonomy->publicly_queryable || $taxonomy->public;
+ }
+
+ /**
+ * Gets the taxonomy label to use for a term.
+ *
+ * @param int $term_id The term ID.
+ *
+ * @return string The taxonomy's singular label.
+ */
+ protected function get_taxonomy_label_for_term( $term_id ) {
+ $term = get_term( $term_id );
+ $taxonomy = get_taxonomy( $term->taxonomy );
+
+ return $taxonomy->labels->singular_name;
+ }
+
+ /**
+ * Retrieves the singular post type label.
+ *
+ * @param string $post_type Post type to retrieve label from.
+ *
+ * @return string The singular post type name.
+ */
+ protected function get_post_type_label( $post_type ) {
+ $post_type_object = get_post_type_object( $post_type );
+
+ // If the post type of this post wasn't registered default back to post.
+ if ( $post_type_object === null ) {
+ $post_type_object = get_post_type_object( 'post' );
+ }
+
+ return $post_type_object->labels->singular_name;
+ }
+
+ /**
+ * Checks whether the given post status is visible or not.
+ *
+ * @param string $post_status The post status to check.
+ *
+ * @return bool Whether or not the post is visible.
+ */
+ protected function check_visible_post_status( $post_status ) {
+ $visible_post_statuses = [
+ 'publish',
+ 'static',
+ 'private',
+ ];
+
+ return in_array( $post_status, $visible_post_statuses, true );
+ }
+
+ /**
+ * Returns the message around changed URLs.
+ *
+ * @param string $first_sentence The first sentence of the notification.
+ * @param string $second_sentence The second sentence of the notification.
+ *
+ * @return string The full notification.
+ */
+ protected function get_message( $first_sentence, $second_sentence ) {
+ return '' . __( 'Make sure you don\'t miss out on traffic!', 'wordpress-seo' ) . ' '
+ . ''
+ . $first_sentence
+ . ' ' . $second_sentence
+ . ' ' . __( 'You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.', 'wordpress-seo' )
+ /* translators: %s expands to Yoast SEO Premium */
+ . ' ' . sprintf( __( 'With %s, you can easily create such redirects.', 'wordpress-seo' ), 'Yoast SEO Premium' )
+ . '
'
+ . ''
+ /* translators: %s expands to Yoast SEO Premium */
+ . sprintf( __( 'Get %s', 'wordpress-seo' ), 'Yoast SEO Premium' )
+ /* translators: Hidden accessibility text. */
+ . '' . __( '(Opens in a new browser tab)', 'wordpress-seo' ) . ' '
+ . ' '
+ . '
';
+ }
+
+ /**
+ * Adds a notification to be shown on the next page request since posts are updated in an ajax request.
+ *
+ * @param string $message The message to add to the notification.
+ *
+ * @return void
+ */
+ protected function add_notification( $message ) {
+ $notification = new Yoast_Notification(
+ $message,
+ [
+ 'type' => 'notice-warning is-dismissible',
+ 'yoast_branding' => true,
+ ]
+ );
+
+ $notification_center = Yoast_Notification_Center::get();
+ $notification_center->add_notification( $notification );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs/block.json b/wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs/block.json
new file mode 100755
index 00000000..33ecb48c
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs/block.json
@@ -0,0 +1,25 @@
+{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
+ "apiVersion": 3,
+ "version": "22.8",
+ "name": "yoast-seo/breadcrumbs",
+ "title": "Yoast Breadcrumbs",
+ "description": "Adds the Yoast SEO breadcrumbs to your template or content.",
+ "category": "yoast-internal-linking-blocks",
+ "icon": "admin-links",
+ "keywords": [
+ "SEO",
+ "breadcrumbs",
+ "internal linking",
+ "site structure"
+ ],
+ "textdomain": "wordpress-seo",
+ "attributes": {
+ "className": {
+ "type": "string"
+ }
+ },
+ "example": {
+ "attributes": {}
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/faq/block.json b/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/faq/block.json
new file mode 100755
index 00000000..649f1226
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/faq/block.json
@@ -0,0 +1,44 @@
+{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
+ "apiVersion": 3,
+ "version": "22.7",
+ "name": "yoast/faq-block",
+ "title": "Yoast FAQ",
+ "description": "List your Frequently Asked Questions in an SEO-friendly way.",
+ "category": "yoast-structured-data-blocks",
+ "icon": "editor-ul",
+ "keywords": [
+ "FAQ",
+ "Frequently Asked Questions",
+ "Schema",
+ "SEO",
+ "Structured Data"
+ ],
+ "textdomain": "wordpress-seo",
+ "attributes": {
+ "questions": {
+ "type": "array"
+ },
+ "additionalListCssClasses": {
+ "type": "string"
+ }
+ },
+ "example": {
+ "attributes": {
+ "steps": [
+ {
+ "id": "faq-question-1",
+ "question": [ ],
+ "answer": [ ]
+ },
+ {
+ "id": "faq-question-2",
+ "question": [ ],
+ "answer": [ ]
+ }
+ ]
+ }
+ },
+ "editorScript": "yoast-seo-faq-block",
+ "editorStyle": "yoast-seo-structured-data-blocks"
+}
diff --git a/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/how-to/block.json b/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/how-to/block.json
new file mode 100755
index 00000000..7a1cfe5e
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/how-to/block.json
@@ -0,0 +1,76 @@
+{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
+ "apiVersion": 3,
+ "version": "22.7",
+ "name": "yoast/how-to-block",
+ "title": "Yoast How-to",
+ "description": "Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.",
+ "category": "yoast-structured-data-blocks",
+ "icon": "editor-ol",
+ "keywords": [
+ "How-to",
+ "How to",
+ "Schema",
+ "SEO",
+ "Structured Data"
+ ],
+ "supports": {
+ "multiple": false
+ },
+ "textdomain": "wordpress-seo",
+ "attributes": {
+ "hasDuration": {
+ "type": "boolean"
+ },
+ "days": {
+ "type": "string"
+ },
+ "hours": {
+ "type": "string"
+ },
+ "minutes": {
+ "type": "string"
+ },
+ "description": {
+ "type": "string",
+ "source": "html",
+ "selector": ".schema-how-to-description"
+ },
+ "jsonDescription": {
+ "type": "string"
+ },
+ "steps": {
+ "type": "array"
+ },
+ "additionalListCssClasses": {
+ "type": "string"
+ },
+ "unorderedList": {
+ "type": "boolean"
+ },
+ "durationText": {
+ "type": "string"
+ },
+ "defaultDurationText": {
+ "type": "string"
+ }
+ },
+ "example": {
+ "attributes": {
+ "steps": [
+ {
+ "id": "how-to-step-example-1",
+ "name": [ ],
+ "text": [ ]
+ },
+ {
+ "id": "how-to-step-example-2",
+ "name": [ ],
+ "text": [ ]
+ }
+ ]
+ }
+ },
+ "editorScript": "yoast-seo-how-to-block",
+ "editorStyle": "yoast-seo-structured-data-blocks"
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/academy-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/academy-2640-rtl.css
new file mode 100755
index 00000000..adad0ba5
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/academy-2640-rtl.css
@@ -0,0 +1 @@
+.seo_page_wpseo_page_academy{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1));z-index:-1}.seo_page_wpseo_page_academy #wpcontent{padding-right:0!important}.seo_page_wpseo_page_academy #wpfooter{padding-left:1rem}@media (min-width:768px){.seo_page_wpseo_page_academy #wpfooter{padding-right:17rem;padding-left:2rem}}@media screen and (max-width:782px){.seo_page_wpseo_page_academy .wp-responsive-open #wpbody{left:-190px}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/academy-2640.css b/wp-content/plugins/wordpress-seo/css/dist/academy-2640.css
new file mode 100755
index 00000000..d5115710
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/academy-2640.css
@@ -0,0 +1 @@
+.seo_page_wpseo_page_academy{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1));z-index:-1}.seo_page_wpseo_page_academy #wpcontent{padding-left:0!important}.seo_page_wpseo_page_academy #wpfooter{padding-right:1rem}@media (min-width:768px){.seo_page_wpseo_page_academy #wpfooter{padding-left:17rem;padding-right:2rem}}@media screen and (max-width:782px){.seo_page_wpseo_page_academy .wp-responsive-open #wpbody{right:-190px}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/admin-global-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/admin-global-2640-rtl.css
new file mode 100755
index 00000000..dbae3531
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/admin-global-2640-rtl.css
@@ -0,0 +1 @@
+:root{--yoast-svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23m-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23m640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896'/%3E%3C/svg%3E");--yoast-svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 1792 1792'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662'/%3E%3C/svg%3E");--yoast-svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142'/%3E%3C/svg%3E");--yoast-svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960M944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34m848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69'/%3E%3C/svg%3E");--yoast-svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136m0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5M384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5m0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5'/%3E%3C/svg%3E");--yoast-svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136m851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41'/%3E%3C/svg%3E");--yoast-svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='m491 1536 91-91-235-235-91 91v107h128v128zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17m-54-192 416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91'/%3E%3C/svg%3E");--yoast-svg-icon-lock:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-insight-sparkle:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-cart:url('data:image/svg+xml;charset=utf-8, ')}.yoast-tooltip{position:relative}button.yoast-tooltip{overflow:visible}.yoast-tooltip:after{background:#000c;border-radius:3px;color:#fff;display:none;font:normal normal 11px/1.45454545 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;letter-spacing:normal;opacity:0;padding:6px 8px 5px;position:absolute;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:pre;z-index:1000000;word-wrap:break-word;content:attr(aria-label);pointer-events:none;-webkit-font-smoothing:subpixel-antialiased}.yoast-tooltip-alt:after{content:attr(data-label)}.yoast-tooltip:before{border:5px solid #0000;color:#000c;content:"\00a0";display:none;height:0;opacity:0;pointer-events:none;position:absolute;width:0;z-index:1000001}@keyframes yoast-tooltip-appear{0%{opacity:0}to{opacity:1}}.yoast-tooltip:active:after,.yoast-tooltip:active:before,.yoast-tooltip:focus:after,.yoast-tooltip:focus:before,.yoast-tooltip:hover:after,.yoast-tooltip:hover:before{animation-duration:.1s;animation-fill-mode:forwards;animation-name:yoast-tooltip-appear;animation-timing-function:ease-in;display:inline-block;text-decoration:none}.yoast-tooltip-no-delay:active:after,.yoast-tooltip-no-delay:active:before,.yoast-tooltip-no-delay:focus:after,.yoast-tooltip-no-delay:focus:before,.yoast-tooltip-no-delay:hover:after,.yoast-tooltip-no-delay:hover:before{animation:none;opacity:1}.yoast-tooltip-multiline:active:after,.yoast-tooltip-multiline:focus:after,.yoast-tooltip-multiline:hover:after{display:table-cell}.yoast-tooltip-s:after,.yoast-tooltip-se:after,.yoast-tooltip-sw:after{margin-top:5px;left:50%;top:100%}.yoast-tooltip-s:before,.yoast-tooltip-se:before,.yoast-tooltip-sw:before{border-bottom-color:#000c;bottom:-5px;margin-left:-5px;left:50%;top:auto}.yoast-tooltip-se:after{right:50%;margin-right:-15px;left:auto}.yoast-tooltip-sw:after{margin-left:-15px}.yoast-tooltip-n:after,.yoast-tooltip-ne:after,.yoast-tooltip-nw:after{bottom:100%;margin-bottom:5px;left:50%}.yoast-tooltip-n:before,.yoast-tooltip-ne:before,.yoast-tooltip-nw:before{border-top-color:#000c;bottom:auto;margin-left:-5px;left:50%;top:-5px}.yoast-tooltip-ne:after{right:50%;margin-right:-15px;left:auto}.yoast-tooltip-nw:after{margin-left:-15px}.yoast-tooltip-n:after,.yoast-tooltip-s:after{transform:translateX(-50%)}.yoast-tooltip-w:after{bottom:50%;margin-left:5px;left:100%;transform:translateY(50%)}.yoast-tooltip-w:before{border-right-color:#000c;bottom:50%;right:-5px;margin-top:-5px;top:50%}.yoast-tooltip-e:after{bottom:50%;right:100%;margin-right:5px;transform:translateY(50%)}.yoast-tooltip-e:before{border-left-color:#000c;bottom:50%;margin-top:-5px;left:-5px;top:50%}.yoast-tooltip-multiline:after{width:210px}@supports (width:max-content){.yoast-tooltip-multiline:after{width:max-content}}.yoast-tooltip-multiline:after{border-collapse:initial;max-width:210px;white-space:pre-line;word-wrap:normal;word-break:break-word}.yoast-tooltip-multiline.yoast-tooltip-n:after,.yoast-tooltip-multiline.yoast-tooltip-s:after{right:50%;left:auto;transform:translateX(50%)}.yoast-tooltip-multiline.yoast-tooltip-e:after,.yoast-tooltip-multiline.yoast-tooltip-w:after{left:100%}@media screen and (min-width:0\0){.yoast-tooltip-multiline:after{width:210px}}.yoast-tooltip-sticky:after,.yoast-tooltip-sticky:before{display:inline-block}.yoast-tooltip-sticky.yoast-tooltip-multiline:after{display:table-cell}@media only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.yoast-tooltip-w:after{margin-left:4.5px}}.yoast-tooltip.yoast-tooltip-hidden:after,.yoast-tooltip.yoast-tooltip-hidden:before{display:none}.rtl .yst-icon-rtl{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.wpseo-premium-indicator{display:inline-block;height:1px;width:1px}#adminmenu .wpseo-premium-indicator{color:inherit;margin:-2px 2px -3px 0}.wpseo-premium-indicator svg{display:none;height:100%;width:auto}.yoast-measure{max-width:600px}.yoast-measure.padded{max-width:632px}#TB_window .wpseo_content_wrapper p{font-size:14px;font-style:normal}#TB_window .wpseo_content_wrapper label{font-size:14px;font-weight:600;margin:0 0 0 10px}.wpseo-premium-popup-title{font-size:1.3em!important;font-weight:600!important;margin:1em 0!important;padding:0!important}.wpseo-premium-popup-icon{margin:10px}.edit-tags-php .column-description img{height:auto;max-width:100%}.yoast-label-strong{font-weight:600}.yoast-video-container-max-width{max-width:560px}.yoast-video-container{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.yoast-video-container iframe{height:100%;right:0;position:absolute;top:0;width:100%}.yoast-settings{margin-bottom:2em;padding-right:220px}.yoast-settings h2{margin-bottom:0;margin-right:-220px}.yoast-settings label{color:#23282d;display:inline-block;font-size:14px;font-weight:600;line-height:1.3;margin-right:-220px;margin-left:6px;padding-left:10px;padding-top:4px;vertical-align:top;width:200px}.yoast .yoast-settings__checkbox,.yoast .yoast-settings__radio,.yoast-settings fieldset,.yoast-settings input[type=text],.yoast-settings label,.yoast-settings select,.yoast-settings textarea{margin-bottom:.5em;margin-top:2em}.yoast-settings__textarea--medium{max-width:600px;width:100%}.yoast .yoast-settings__checkbox,.yoast .yoast-settings__radio{position:relative;top:1px;vertical-align:top}.yoast-settings__group--checkbox,.yoast-settings__group--radio{padding-top:1em}.yoast-settings__group--checkbox .yoast-settings__checkbox,.yoast-settings__group--radio .yoast-settings__radio{margin:0 0 10px 4px}.yoast-settings__checkbox+label,.yoast-settings__radio+label{margin-right:0;margin-left:0;max-width:calc(100% - 25px);padding:0;width:auto}.yoast-settings__group--checkbox .yoast-settings__checkbox+label,.yoast-settings__group--radio .yoast-settings__radio+label{font-weight:400;margin-bottom:10px;margin-top:0}.yoast-settings legend{color:#23282d;font-size:14px;font-weight:600}.yoast-settings .description{font-size:14px;margin-top:0}td .wpseo-score-icon{background:#888;border-radius:50%;display:inline-block;height:12px;line-height:16px;margin-right:5px;margin-top:3px;width:12px}.fixed th.column-wpseo-linked,.fixed th.column-wpseo-links,.fixed th.column-wpseo-score,.fixed th.column-wpseo-score-readability{padding:0;width:3em}.fixed th.column-wpseo-score-readability.sortable,.fixed th.column-wpseo-score-readability.sorted,.fixed th.column-wpseo-score.sortable,.fixed th.column-wpseo-score.sorted{width:3.5em}th.column-wpseo-linked a,th.column-wpseo-links a,th.column-wpseo-score .yoast-tooltip,th.column-wpseo-score-readability .yoast-tooltip{display:inline-block;overflow:visible;padding:8px 0;vertical-align:middle}th.column-wpseo-score .yoast-tooltip,th.column-wpseo-score-readability .yoast-tooltip{padding:8px 11px}th.column-wpseo-score-readability.sortable .yoast-tooltip,th.column-wpseo-score-readability.sorted .yoast-tooltip,th.column-wpseo-score.sortable .yoast-tooltip,th.column-wpseo-score.sorted .yoast-tooltip{padding-left:0}.column-wpseo-links .yoast-tooltip-multiline:after{max-width:160px}.column-wpseo-linked .yoast-tooltip-multiline:after{max-width:170px}.yoast-column-header-has-tooltip{position:relative}.manage-column .yoast-column-header-has-tooltip:before{color:#444;content:"";display:inline-block;height:20px;padding:0;text-decoration:none!important;vertical-align:top;width:20px}.manage-column .yoast-linked-to:before{background:#0000 url(../../images/link-out-icon.svg) no-repeat 100% 0;background-size:20px}.manage-column .yoast-linked-from:before{background:#0000 url(../../images/link-in-icon.svg) no-repeat 100% 0;background-size:20px}.manage-column .yoast-column-seo-score:before{background:#0000 url(../../images/Yoast_SEO_negative_icon.svg) no-repeat 100% 0;background-size:20px}.manage-column .yoast-column-readability:before{background:#0000 url(../../images/readability-icon.svg) no-repeat 100% 0;background-size:20px}td.column-wpseo-linked,td.column-wpseo-links{word-wrap:normal}@media screen and (max-width:782px){.yoast-settings{padding-right:0}.yoast-settings h2{margin-right:0}.yoast-settings label{margin-right:0;margin-left:0;padding:0;width:auto}.yoast .yoast-settings__radio,.yoast-settings__radio+label{margin-bottom:1em}.yoast-settings__checkbox+label,.yoast-settings__radio+label{max-width:calc(100% - 35px);padding-top:8px}.yoast-settings__group--checkbox .yoast-settings__checkbox+label,.yoast-settings__group--radio .yoast-settings__radio+label{padding-top:4px}.yoast-settings input[type=text],.yoast-settings select,.yoast-settings textarea{box-sizing:border-box;display:block;line-height:1.5;margin-bottom:0;margin-top:0;max-width:none;padding:7px 10px;width:100%}.screen-reader-text.wpseo-score-text{clip-path:none;height:auto;margin:0;position:static!important;width:auto}}.react-tabs__tab-panel{margin:0 auto;max-width:900px}.react-tabs__tab-panel li{max-width:none!important}.contact-premium-support{text-align:center}.contact-premium-support__content{font-size:.9375rem;line-height:1.4;margin:0 auto 1.5em}.contact-premium-support__content:nth-child(2){max-width:610px}.contact-premium-support__content:nth-child(3){max-width:560px}.contact-premium-support .contact-premium-support__button{margin-bottom:48px}.wpseo-premium-description{margin-top:.5em}.wpseo-premium-advantages-list{list-style:disc;padding-right:1.5em}.yoast_help.yoast-help-button,.yoast_help.yoast-help-link{background:#0000;border:0;box-shadow:none;color:#72777c;cursor:pointer;height:20px;margin:0;outline:none;padding:0;position:relative;vertical-align:top;width:20px}.yoast-section .yoast_help.yoast-help-button{float:left}.help-button-inline .yoast_help.yoast-help-button{margin-top:-4px}.yoast-section .yoast_help.yoast-help-button{margin-top:-44px}.wpseo-admin-page .yoast_help.yoast-help-button{margin-left:6px}.yoast_help .yoast-help-icon:before{content:"\f223";right:0;padding:4px;position:absolute;top:0}.yoast_help.yoast-help-button:focus,.yoast_help.yoast-help-button:hover,.yoast_help.yoast-help-link:hover{color:#0073aa}.assessment-results__mark:focus,.yoast_help.yoast-help-button:focus .yoast-help-icon:before,.yoast_help.yoast-help-link:focus .yoast-help-icon:before{border-radius:100%;box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px #1e8cbecc}.yoast-help-panel{clear:both;display:none;font-weight:400;max-width:30em!important;padding:0 0 1em;white-space:normal}.wpseo-admin-page .yoast-help-panel{max-width:600px!important}.copy-home-meta-description{margin-top:1em}.copy-home-meta-description .yoast-help-panel{max-width:400px!important}.yoast-modal_is-open{overflow:hidden}.yoast-notification .yoast-seo-icon{float:right;margin:20px 10px}.yoast-notification .yoast-seo-icon-wrap{margin:0 85px 0 0}.yoast-button-upsell{align-items:center;background-color:#fec228;border-radius:4px;box-shadow:inset 0 -4px 0 #0003;box-sizing:border-box;color:#000;display:inline-flex;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-family:Arial,sans-serif;font-size:16px;justify-content:center;line-height:1.5;min-height:48px;padding:8px 1em;text-decoration:none}.yoast-button-upsell:active,.yoast-button-upsell:focus,.yoast-button-upsell:hover{background-color:#f2ae01;color:#000}.yoast-button-upsell:focus{box-shadow:inset 0 -4px 0 #0003,0 0 0 1px #5b9dd9,0 0 2px 1px #1e8cbecc}.yoast-button-upsell:active{box-shadow:none;filter:none;transform:translateY(1px)}.yoast-button-upsell#wpseo-premium-button{color:#000}.yoast-button-upsell__caret{background:#0000 var(--yoast-svg-icon-caret-right) center no-repeat;flex-shrink:0;height:16px;margin:0 6px 0 -2px;width:8px}.rtl .yoast-button-upsell__caret{background-image:var(--yoast-svg-icon-caret-left)}body.folded .wpseo-admin-submit-fixed{right:36px}@media screen and (max-width:782px){body.folded .wpseo-admin-submit-fixed{right:0}}.wpseo-admin-submit{align-items:baseline;display:flex;justify-content:flex-start;margin:0;padding:16px 0;z-index:5}.wpseo-admin-submit.wpseo-admin-submit-fixed{background-color:#fff;bottom:0;box-shadow:0 1px 8px 1px #00000080;padding:16px;position:fixed;width:600px}@media screen and (max-width:782px){.wpseo-admin-submit.wpseo-admin-submit-fixed{right:0;width:782px}}.wpseo-admin-submit p.submit{margin:0;padding:0}.wpseo-admin-submit p.wpseo-message{color:#008a00;margin:0 0 0 16px;padding:0}.yoast-site-health__signature{color:#707070;display:flex;font-size:12px;line-height:20px;margin-top:2em}.yoast-site-health__inline-button.fetch-status,.yoast-site-health__signature-icon{margin-left:8px}#wpadminbar .yoast-badge,.yoast-badge{border-radius:8px;display:inline-block;font-weight:600;line-height:1.6;padding:0 8px}.yoast-badge{font-size:10px;min-height:16px}.yoast-badge--sale{background-color:#a4286a;border-radius:999px!important;color:#fff;font-size:12px!important;margin-top:-24px;position:absolute;left:30px;transform:rotate(-14deg)}@media (max-width:1024px){.yoast-badge--sale{display:inline-block;position:unset;vertical-align:top}}.yoast-badge__is-link:focus,.yoast-badge__is-link:hover{background-color:#004973;box-shadow:none;color:#fff;outline:none}#wpadminbar .yoast-badge,.wp-submenu .yoast-badge{font-size:9px;min-height:14px}.yoast-new-badge{background-color:#cce5ff;color:#004973}.yoast-ai-plus-badge{background-image:linear-gradient(-97deg,#a61e69,#6366f1)!important;color:#fff}.yoast-premium-badge{background-color:#fff3cd;color:#674e00}.yoast-beta-badge{background-color:#cce5ff;color:#004973}.yoast-badge__is-link{text-decoration:none}.switch-container .yoast-badge{vertical-align:-1em}.switch-container legend .yoast-badge{vertical-align:0}.yoast_help+.yoast-badge{vertical-align:bottom}.yoast #crawl-settings fieldset[id$=_disabled],.yoast #crawl-settings p.disabled,.yoast label[for=clean_permalinks_extra_variables_free],.yoast label[for=search_character_limit_free],.yoast p.yoast-extra-variables-label-free{opacity:.5}.yoast #crawl-settings fieldset[id$=_disabled] .switch-toggle.switch-yoast-seo input:disabled~a{background:#a4286a;border:1px solid #b5b5b5}.yoast label[for^=search_character_limit]{font-weight:600;margin-bottom:10px!important;padding-right:2px;width:320px!important}.yoast input[id^=search_character_limit]{width:70px!important}.yoast label[for^=clean_permalinks_extra_variables]{font-weight:600;padding-right:2px;width:240px!important}.yoast input[id^=clean_permalinks_extra_variables]{width:358px!important}.yoast .yoast-crawl-single-setting{margin-top:18px}.yoast p[class*=yoast-extra-variables-label]{padding-right:243px!important}@media screen and (max-width:782px){.yoast p[class*=yoast-extra-variables-label]{margin-top:-20px!important;padding-right:0!important}}.yoast .yoast-crawl-settings-help{font-style:italic}.notice-yoast{background:#fff;border:1px solid #c3c4c7;border-right:4px solid var(--yoast-color-primary);box-shadow:0 1px 1px #0000000a;margin:20px 0 15px;padding:1px 12px}#black-friday-2023-product-editor-checklist .notice-yoast__container{padding:0 5px}.notice-yoast.is-dismissible{padding-left:38px;position:relative}.notice-yoast__container{padding:10px 0 5px}.notice-yoast__container,.notice-yoast__header{align-items:center;display:flex;flex-direction:row}.notice-yoast__header{box-sizing:border-box;justify-content:flex-start;margin-bottom:8px;padding:0;width:100%}.notice-yoast__header .notice-yoast__header-heading{line-height:1.2;margin:0;padding:0}.notice-yoast__header h2.notice-yoast__header-heading{color:var(--yoast-color-primary);font-size:14px;font-weight:600;line-height:1;margin:0}.notice-yoast__header .yoast-icon{background-color:var(--yoast-color-primary);display:inline-block;height:14px;margin-left:8px;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:14px}.notice-yoast__content{display:flex;padding:0}.notice-yoast .notice-yoast__container>svg{height:60px;line-height:1;margin-right:10px;width:auto}.notice-yoast img{height:60px;line-height:1;margin-bottom:5px;margin-right:16px;width:auto}.notice-yoast p{font-size:13px;font-weight:400;line-height:19px;max-width:600px}.notice-yoast .yoast-button--small{min-height:unset}.notice-yoast .notice-dismiss{background:none;border:none;color:#787c82;cursor:pointer;margin:0;padding:9px;position:absolute;left:1px;top:0}.notice-yoast .notice-dismiss:before{background:none;color:#787c82;content:"\f153";display:block;font:normal 16px/20px dashicons;speak:never;height:20px;text-align:center;width:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.notice-yoast .notice-dismiss:hover:before{color:#d63638}.yoast-notice-migrated-header{margin-top:10px}.privacy-settings .notice-yoast{margin:0 20px}.yoast .yoast-crawl-settings-explanation-free,.yoast .yoast-crawl-settings-help-free{opacity:.5}.yoast h3.yoast-crawl-settings,.yoast h3.yoast-crawl-settings-free{margin:2em 0 .5em}.yoast .yoast-crawl-settings-disabled,.yoast h3.yoast-crawl-settings-free{opacity:.5}.yoast .indexables-indexing-error p{margin-bottom:13px}.yoast .indexables-indexing-error strong{font-weight:500}.yoast .indexables-indexing-error summary{font-weight:700}.yoast-dashicons-notice{color:#dba617}#black-friday-promotion-sidebar.notice-yoast{background:#fff;border-color:#fcd34d;border-radius:8px;border-width:2px;margin:20px 0 15px;padding:1px 12px}#black-friday-promotion-sidebar .notice-yoast__header{margin-bottom:2px;padding-left:20px}#black-friday-promotion-metabox.notice-yoast{background:#fff;border-color:#fcd34d;border-radius:8px;border-width:2px;margin:20px}#black-friday-promotion-metabox h2.notice-yoast__header-heading{padding:0}#black-friday-promotion-metabox .notice-yoast__container{padding-bottom:0}#black-friday-promotion-metabox .notice-yoast__container p{display:inline}#black-friday-promotion-metabox .notice-yoast__header{margin-bottom:8px}#black-friday-promotion-metabox .notice-yoast__header a{font-weight:400;margin-right:13px}.yoast-bf-sale-badge{display:block;right:12px;position:absolute;top:-10px}.yoast-bf-sale-badge,.yoast-menu-bf-sale-badge{background-color:#1f2937;border-radius:8px;color:#fcd34d;font-size:10px;font-weight:600;line-height:normal;padding:2px 8px}.yoast-menu-bf-sale-badge{border:1px solid #fcd34d;margin-right:5px;text-wrap:nowrap}.yoast-update-plugin-bf-sale-badge{background-color:#000;border-radius:16px;color:#fcd34d;display:inline-block;font-size:10px;font-weight:600;height:13px;line-height:normal;margin:auto 8px;padding:2px 8px}#wpseo-new-badge-upgrade{align-items:center;border-radius:18px;display:inline-flex;height:1rem;justify-content:center;margin:.125rem .5rem;white-space:nowrap;width:2.375rem;--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity,1));font-size:.75rem;font-weight:600;--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}@media (min-width:768px){.wpseo_table_page .tablenav.bottom{margin-bottom:40px}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/admin-global-2640.css b/wp-content/plugins/wordpress-seo/css/dist/admin-global-2640.css
new file mode 100755
index 00000000..bceb1e6e
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/admin-global-2640.css
@@ -0,0 +1 @@
+:root{--yoast-svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23m-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23m640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896'/%3E%3C/svg%3E");--yoast-svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 1792 1792'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662'/%3E%3C/svg%3E");--yoast-svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142'/%3E%3C/svg%3E");--yoast-svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960M944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34m848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69'/%3E%3C/svg%3E");--yoast-svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136m0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5M384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5m0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5'/%3E%3C/svg%3E");--yoast-svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136m851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41'/%3E%3C/svg%3E");--yoast-svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='m491 1536 91-91-235-235-91 91v107h128v128zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17m-54-192 416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91'/%3E%3C/svg%3E");--yoast-svg-icon-lock:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-insight-sparkle:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-cart:url('data:image/svg+xml;charset=utf-8, ')}.yoast-tooltip{position:relative}button.yoast-tooltip{overflow:visible}.yoast-tooltip:after{background:#000c;border-radius:3px;color:#fff;display:none;font:normal normal 11px/1.45454545 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;letter-spacing:normal;opacity:0;padding:6px 8px 5px;position:absolute;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:pre;z-index:1000000;word-wrap:break-word;content:attr(aria-label);pointer-events:none;-webkit-font-smoothing:subpixel-antialiased}.yoast-tooltip-alt:after{content:attr(data-label)}.yoast-tooltip:before{border:5px solid #0000;color:#000c;content:"\00a0";display:none;height:0;opacity:0;pointer-events:none;position:absolute;width:0;z-index:1000001}@keyframes yoast-tooltip-appear{0%{opacity:0}to{opacity:1}}.yoast-tooltip:active:after,.yoast-tooltip:active:before,.yoast-tooltip:focus:after,.yoast-tooltip:focus:before,.yoast-tooltip:hover:after,.yoast-tooltip:hover:before{animation-duration:.1s;animation-fill-mode:forwards;animation-name:yoast-tooltip-appear;animation-timing-function:ease-in;display:inline-block;text-decoration:none}.yoast-tooltip-no-delay:active:after,.yoast-tooltip-no-delay:active:before,.yoast-tooltip-no-delay:focus:after,.yoast-tooltip-no-delay:focus:before,.yoast-tooltip-no-delay:hover:after,.yoast-tooltip-no-delay:hover:before{animation:none;opacity:1}.yoast-tooltip-multiline:active:after,.yoast-tooltip-multiline:focus:after,.yoast-tooltip-multiline:hover:after{display:table-cell}.yoast-tooltip-s:after,.yoast-tooltip-se:after,.yoast-tooltip-sw:after{margin-top:5px;right:50%;top:100%}.yoast-tooltip-s:before,.yoast-tooltip-se:before,.yoast-tooltip-sw:before{border-bottom-color:#000c;bottom:-5px;margin-right:-5px;right:50%;top:auto}.yoast-tooltip-se:after{left:50%;margin-left:-15px;right:auto}.yoast-tooltip-sw:after{margin-right:-15px}.yoast-tooltip-n:after,.yoast-tooltip-ne:after,.yoast-tooltip-nw:after{bottom:100%;margin-bottom:5px;right:50%}.yoast-tooltip-n:before,.yoast-tooltip-ne:before,.yoast-tooltip-nw:before{border-top-color:#000c;bottom:auto;margin-right:-5px;right:50%;top:-5px}.yoast-tooltip-ne:after{left:50%;margin-left:-15px;right:auto}.yoast-tooltip-nw:after{margin-right:-15px}.yoast-tooltip-n:after,.yoast-tooltip-s:after{transform:translateX(50%)}.yoast-tooltip-w:after{bottom:50%;margin-right:5px;right:100%;transform:translateY(50%)}.yoast-tooltip-w:before{border-left-color:#000c;bottom:50%;left:-5px;margin-top:-5px;top:50%}.yoast-tooltip-e:after{bottom:50%;left:100%;margin-left:5px;transform:translateY(50%)}.yoast-tooltip-e:before{border-right-color:#000c;bottom:50%;margin-top:-5px;right:-5px;top:50%}.yoast-tooltip-multiline:after{width:210px}@supports (width:max-content){.yoast-tooltip-multiline:after{width:max-content}}.yoast-tooltip-multiline:after{border-collapse:initial;max-width:210px;white-space:pre-line;word-wrap:normal;word-break:break-word}.yoast-tooltip-multiline.yoast-tooltip-n:after,.yoast-tooltip-multiline.yoast-tooltip-s:after{left:50%;right:auto;transform:translateX(-50%)}.yoast-tooltip-multiline.yoast-tooltip-e:after,.yoast-tooltip-multiline.yoast-tooltip-w:after{right:100%}@media screen and (min-width:0\0){.yoast-tooltip-multiline:after{width:210px}}.yoast-tooltip-sticky:after,.yoast-tooltip-sticky:before{display:inline-block}.yoast-tooltip-sticky.yoast-tooltip-multiline:after{display:table-cell}@media only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.yoast-tooltip-w:after{margin-right:4.5px}}.yoast-tooltip.yoast-tooltip-hidden:after,.yoast-tooltip.yoast-tooltip-hidden:before{display:none}.rtl .yst-icon-rtl{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.wpseo-premium-indicator{display:inline-block;height:1px;width:1px}#adminmenu .wpseo-premium-indicator{color:inherit;margin:-2px 0 -3px 2px}.wpseo-premium-indicator svg{display:none;height:100%;width:auto}.yoast-measure{max-width:600px}.yoast-measure.padded{max-width:632px}#TB_window .wpseo_content_wrapper p{font-size:14px;font-style:normal}#TB_window .wpseo_content_wrapper label{font-size:14px;font-weight:600;margin:0 10px 0 0}.wpseo-premium-popup-title{font-size:1.3em!important;font-weight:600!important;margin:1em 0!important;padding:0!important}.wpseo-premium-popup-icon{margin:10px}.edit-tags-php .column-description img{height:auto;max-width:100%}.yoast-label-strong{font-weight:600}.yoast-video-container-max-width{max-width:560px}.yoast-video-container{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.yoast-video-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.yoast-settings{margin-bottom:2em;padding-left:220px}.yoast-settings h2{margin-bottom:0;margin-left:-220px}.yoast-settings label{color:#23282d;display:inline-block;font-size:14px;font-weight:600;line-height:1.3;margin-left:-220px;margin-right:6px;padding-right:10px;padding-top:4px;vertical-align:top;width:200px}.yoast .yoast-settings__checkbox,.yoast .yoast-settings__radio,.yoast-settings fieldset,.yoast-settings input[type=text],.yoast-settings label,.yoast-settings select,.yoast-settings textarea{margin-bottom:.5em;margin-top:2em}.yoast-settings__textarea--medium{max-width:600px;width:100%}.yoast .yoast-settings__checkbox,.yoast .yoast-settings__radio{position:relative;top:1px;vertical-align:top}.yoast-settings__group--checkbox,.yoast-settings__group--radio{padding-top:1em}.yoast-settings__group--checkbox .yoast-settings__checkbox,.yoast-settings__group--radio .yoast-settings__radio{margin:0 4px 10px 0}.yoast-settings__checkbox+label,.yoast-settings__radio+label{margin-left:0;margin-right:0;max-width:calc(100% - 25px);padding:0;width:auto}.yoast-settings__group--checkbox .yoast-settings__checkbox+label,.yoast-settings__group--radio .yoast-settings__radio+label{font-weight:400;margin-bottom:10px;margin-top:0}.yoast-settings legend{color:#23282d;font-size:14px;font-weight:600}.yoast-settings .description{font-size:14px;margin-top:0}td .wpseo-score-icon{background:#888;border-radius:50%;display:inline-block;height:12px;line-height:16px;margin-left:5px;margin-top:3px;width:12px}.fixed th.column-wpseo-linked,.fixed th.column-wpseo-links,.fixed th.column-wpseo-score,.fixed th.column-wpseo-score-readability{padding:0;width:3em}.fixed th.column-wpseo-score-readability.sortable,.fixed th.column-wpseo-score-readability.sorted,.fixed th.column-wpseo-score.sortable,.fixed th.column-wpseo-score.sorted{width:3.5em}th.column-wpseo-linked a,th.column-wpseo-links a,th.column-wpseo-score .yoast-tooltip,th.column-wpseo-score-readability .yoast-tooltip{display:inline-block;overflow:visible;padding:8px 0;vertical-align:middle}th.column-wpseo-score .yoast-tooltip,th.column-wpseo-score-readability .yoast-tooltip{padding:8px 11px}th.column-wpseo-score-readability.sortable .yoast-tooltip,th.column-wpseo-score-readability.sorted .yoast-tooltip,th.column-wpseo-score.sortable .yoast-tooltip,th.column-wpseo-score.sorted .yoast-tooltip{padding-right:0}.column-wpseo-links .yoast-tooltip-multiline:after{max-width:160px}.column-wpseo-linked .yoast-tooltip-multiline:after{max-width:170px}.yoast-column-header-has-tooltip{position:relative}.manage-column .yoast-column-header-has-tooltip:before{color:#444;content:"";display:inline-block;height:20px;padding:0;text-decoration:none!important;vertical-align:top;width:20px}.manage-column .yoast-linked-to:before{background:#0000 url(../../images/link-out-icon.svg) no-repeat 0 0;background-size:20px}.manage-column .yoast-linked-from:before{background:#0000 url(../../images/link-in-icon.svg) no-repeat 0 0;background-size:20px}.manage-column .yoast-column-seo-score:before{background:#0000 url(../../images/Yoast_SEO_negative_icon.svg) no-repeat 0 0;background-size:20px}.manage-column .yoast-column-readability:before{background:#0000 url(../../images/readability-icon.svg) no-repeat 0 0;background-size:20px}td.column-wpseo-linked,td.column-wpseo-links{word-wrap:normal}@media screen and (max-width:782px){.yoast-settings{padding-left:0}.yoast-settings h2{margin-left:0}.yoast-settings label{margin-left:0;margin-right:0;padding:0;width:auto}.yoast .yoast-settings__radio,.yoast-settings__radio+label{margin-bottom:1em}.yoast-settings__checkbox+label,.yoast-settings__radio+label{max-width:calc(100% - 35px);padding-top:8px}.yoast-settings__group--checkbox .yoast-settings__checkbox+label,.yoast-settings__group--radio .yoast-settings__radio+label{padding-top:4px}.yoast-settings input[type=text],.yoast-settings select,.yoast-settings textarea{box-sizing:border-box;display:block;line-height:1.5;margin-bottom:0;margin-top:0;max-width:none;padding:7px 10px;width:100%}.screen-reader-text.wpseo-score-text{clip-path:none;height:auto;margin:0;position:static!important;width:auto}}.react-tabs__tab-panel{margin:0 auto;max-width:900px}.react-tabs__tab-panel li{max-width:none!important}.contact-premium-support{text-align:center}.contact-premium-support__content{font-size:.9375rem;line-height:1.4;margin:0 auto 1.5em}.contact-premium-support__content:nth-child(2){max-width:610px}.contact-premium-support__content:nth-child(3){max-width:560px}.contact-premium-support .contact-premium-support__button{margin-bottom:48px}.wpseo-premium-description{margin-top:.5em}.wpseo-premium-advantages-list{list-style:disc;padding-left:1.5em}.yoast_help.yoast-help-button,.yoast_help.yoast-help-link{background:#0000;border:0;box-shadow:none;color:#72777c;cursor:pointer;height:20px;margin:0;outline:none;padding:0;position:relative;vertical-align:top;width:20px}.yoast-section .yoast_help.yoast-help-button{float:right}.help-button-inline .yoast_help.yoast-help-button{margin-top:-4px}.yoast-section .yoast_help.yoast-help-button{margin-top:-44px}.wpseo-admin-page .yoast_help.yoast-help-button{margin-right:6px}.yoast_help .yoast-help-icon:before{content:"\f223";left:0;padding:4px;position:absolute;top:0}.yoast_help.yoast-help-button:focus,.yoast_help.yoast-help-button:hover,.yoast_help.yoast-help-link:hover{color:#0073aa}.assessment-results__mark:focus,.yoast_help.yoast-help-button:focus .yoast-help-icon:before,.yoast_help.yoast-help-link:focus .yoast-help-icon:before{border-radius:100%;box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px #1e8cbecc}.yoast-help-panel{clear:both;display:none;font-weight:400;max-width:30em!important;padding:0 0 1em;white-space:normal}.wpseo-admin-page .yoast-help-panel{max-width:600px!important}.copy-home-meta-description{margin-top:1em}.copy-home-meta-description .yoast-help-panel{max-width:400px!important}.yoast-modal_is-open{overflow:hidden}.yoast-notification .yoast-seo-icon{float:left;margin:20px 10px}.yoast-notification .yoast-seo-icon-wrap{margin:0 0 0 85px}.yoast-button-upsell{align-items:center;background-color:#fec228;border-radius:4px;box-shadow:inset 0 -4px 0 #0003;box-sizing:border-box;color:#000;display:inline-flex;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-family:Arial,sans-serif;font-size:16px;justify-content:center;line-height:1.5;min-height:48px;padding:8px 1em;text-decoration:none}.yoast-button-upsell:active,.yoast-button-upsell:focus,.yoast-button-upsell:hover{background-color:#f2ae01;color:#000}.yoast-button-upsell:focus{box-shadow:inset 0 -4px 0 #0003,0 0 0 1px #5b9dd9,0 0 2px 1px #1e8cbecc}.yoast-button-upsell:active{box-shadow:none;filter:none;transform:translateY(1px)}.yoast-button-upsell#wpseo-premium-button{color:#000}.yoast-button-upsell__caret{background:#0000 var(--yoast-svg-icon-caret-right) center no-repeat;flex-shrink:0;height:16px;margin:0 -2px 0 6px;width:8px}.rtl .yoast-button-upsell__caret{background-image:var(--yoast-svg-icon-caret-left)}body.folded .wpseo-admin-submit-fixed{left:36px}@media screen and (max-width:782px){body.folded .wpseo-admin-submit-fixed{left:0}}.wpseo-admin-submit{align-items:baseline;display:flex;justify-content:flex-start;margin:0;padding:16px 0;z-index:5}.wpseo-admin-submit.wpseo-admin-submit-fixed{background-color:#fff;bottom:0;box-shadow:0 1px 8px 1px #00000080;padding:16px;position:fixed;width:600px}@media screen and (max-width:782px){.wpseo-admin-submit.wpseo-admin-submit-fixed{left:0;width:782px}}.wpseo-admin-submit p.submit{margin:0;padding:0}.wpseo-admin-submit p.wpseo-message{color:#008a00;margin:0 16px 0 0;padding:0}.yoast-site-health__signature{color:#707070;display:flex;font-size:12px;line-height:20px;margin-top:2em}.yoast-site-health__inline-button.fetch-status,.yoast-site-health__signature-icon{margin-right:8px}#wpadminbar .yoast-badge,.yoast-badge{border-radius:8px;display:inline-block;font-weight:600;line-height:1.6;padding:0 8px}.yoast-badge{font-size:10px;min-height:16px}.yoast-badge--sale{background-color:#a4286a;border-radius:999px!important;color:#fff;font-size:12px!important;margin-top:-24px;position:absolute;right:30px;transform:rotate(14deg)}@media (max-width:1024px){.yoast-badge--sale{display:inline-block;position:unset;vertical-align:top}}.yoast-badge__is-link:focus,.yoast-badge__is-link:hover{background-color:#004973;box-shadow:none;color:#fff;outline:none}#wpadminbar .yoast-badge,.wp-submenu .yoast-badge{font-size:9px;min-height:14px}.yoast-new-badge{background-color:#cce5ff;color:#004973}.yoast-ai-plus-badge{background-image:linear-gradient(97deg,#a61e69,#6366f1)!important;color:#fff}.yoast-premium-badge{background-color:#fff3cd;color:#674e00}.yoast-beta-badge{background-color:#cce5ff;color:#004973}.yoast-badge__is-link{text-decoration:none}.switch-container .yoast-badge{vertical-align:-1em}.switch-container legend .yoast-badge{vertical-align:0}.yoast_help+.yoast-badge{vertical-align:bottom}.yoast #crawl-settings fieldset[id$=_disabled],.yoast #crawl-settings p.disabled,.yoast label[for=clean_permalinks_extra_variables_free],.yoast label[for=search_character_limit_free],.yoast p.yoast-extra-variables-label-free{opacity:.5}.yoast #crawl-settings fieldset[id$=_disabled] .switch-toggle.switch-yoast-seo input:disabled~a{background:#a4286a;border:1px solid #b5b5b5}.yoast label[for^=search_character_limit]{font-weight:600;margin-bottom:10px!important;padding-left:2px;width:320px!important}.yoast input[id^=search_character_limit]{width:70px!important}.yoast label[for^=clean_permalinks_extra_variables]{font-weight:600;padding-left:2px;width:240px!important}.yoast input[id^=clean_permalinks_extra_variables]{width:358px!important}.yoast .yoast-crawl-single-setting{margin-top:18px}.yoast p[class*=yoast-extra-variables-label]{padding-left:243px!important}@media screen and (max-width:782px){.yoast p[class*=yoast-extra-variables-label]{margin-top:-20px!important;padding-left:0!important}}.yoast .yoast-crawl-settings-help{font-style:italic}.notice-yoast{background:#fff;border:1px solid #c3c4c7;border-left:4px solid var(--yoast-color-primary);box-shadow:0 1px 1px #0000000a;margin:20px 0 15px;padding:1px 12px}#black-friday-2023-product-editor-checklist .notice-yoast__container{padding:0 5px}.notice-yoast.is-dismissible{padding-right:38px;position:relative}.notice-yoast__container{padding:10px 0 5px}.notice-yoast__container,.notice-yoast__header{align-items:center;display:flex;flex-direction:row}.notice-yoast__header{box-sizing:border-box;justify-content:flex-start;margin-bottom:8px;padding:0;width:100%}.notice-yoast__header .notice-yoast__header-heading{line-height:1.2;margin:0;padding:0}.notice-yoast__header h2.notice-yoast__header-heading{color:var(--yoast-color-primary);font-size:14px;font-weight:600;line-height:1;margin:0}.notice-yoast__header .yoast-icon{background-color:var(--yoast-color-primary);display:inline-block;height:14px;margin-right:8px;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:14px}.notice-yoast__content{display:flex;padding:0}.notice-yoast .notice-yoast__container>svg{height:60px;line-height:1;margin-left:10px;width:auto}.notice-yoast img{height:60px;line-height:1;margin-bottom:5px;margin-left:16px;width:auto}.notice-yoast p{font-size:13px;font-weight:400;line-height:19px;max-width:600px}.notice-yoast .yoast-button--small{min-height:unset}.notice-yoast .notice-dismiss{background:none;border:none;color:#787c82;cursor:pointer;margin:0;padding:9px;position:absolute;right:1px;top:0}.notice-yoast .notice-dismiss:before{background:none;color:#787c82;content:"\f153";display:block;font:normal 16px/20px dashicons;speak:never;height:20px;text-align:center;width:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.notice-yoast .notice-dismiss:hover:before{color:#d63638}.yoast-notice-migrated-header{margin-top:10px}.privacy-settings .notice-yoast{margin:0 20px}.yoast .yoast-crawl-settings-explanation-free,.yoast .yoast-crawl-settings-help-free{opacity:.5}.yoast h3.yoast-crawl-settings,.yoast h3.yoast-crawl-settings-free{margin:2em 0 .5em}.yoast .yoast-crawl-settings-disabled,.yoast h3.yoast-crawl-settings-free{opacity:.5}.yoast .indexables-indexing-error p{margin-bottom:13px}.yoast .indexables-indexing-error strong{font-weight:500}.yoast .indexables-indexing-error summary{font-weight:700}.yoast-dashicons-notice{color:#dba617}#black-friday-promotion-sidebar.notice-yoast{background:#fff;border-color:#fcd34d;border-radius:8px;border-width:2px;margin:20px 0 15px;padding:1px 12px}#black-friday-promotion-sidebar .notice-yoast__header{margin-bottom:2px;padding-right:20px}#black-friday-promotion-metabox.notice-yoast{background:#fff;border-color:#fcd34d;border-radius:8px;border-width:2px;margin:20px}#black-friday-promotion-metabox h2.notice-yoast__header-heading{padding:0}#black-friday-promotion-metabox .notice-yoast__container{padding-bottom:0}#black-friday-promotion-metabox .notice-yoast__container p{display:inline}#black-friday-promotion-metabox .notice-yoast__header{margin-bottom:8px}#black-friday-promotion-metabox .notice-yoast__header a{font-weight:400;margin-left:13px}.yoast-bf-sale-badge{display:block;left:12px;position:absolute;top:-10px}.yoast-bf-sale-badge,.yoast-menu-bf-sale-badge{background-color:#1f2937;border-radius:8px;color:#fcd34d;font-size:10px;font-weight:600;line-height:normal;padding:2px 8px}.yoast-menu-bf-sale-badge{border:1px solid #fcd34d;margin-left:5px;text-wrap:nowrap}.yoast-update-plugin-bf-sale-badge{background-color:#000;border-radius:16px;color:#fcd34d;display:inline-block;font-size:10px;font-weight:600;height:13px;line-height:normal;margin:auto 8px;padding:2px 8px}#wpseo-new-badge-upgrade{align-items:center;border-radius:18px;display:inline-flex;height:1rem;justify-content:center;margin:.125rem .5rem;white-space:nowrap;width:2.375rem;--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity,1));font-size:.75rem;font-weight:600;--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}@media (min-width:768px){.wpseo_table_page .tablenav.bottom{margin-bottom:40px}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/adminbar-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/adminbar-2640-rtl.css
new file mode 100755
index 00000000..b9ade3c6
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/adminbar-2640-rtl.css
@@ -0,0 +1 @@
+.wpseo-score-icon{background:#888;border-radius:50%!important;display:inline-block!important;height:12px!important;margin:3px 3px 0 10px;vertical-align:top;width:12px!important}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#888}.wpseo-score-icon.noindex{background-color:#1e8cbe}#wp-admin-bar-wpseo-menu .wpseo-score-icon{margin:10px 4px 0 0!important}#wp-admin-bar-wpseo-menu .wpseo-score-icon.adminbar-sub-menu-score{margin:11px 4px 0 0!important}#wp-admin-bar-wpseo-menu-default .ab-item{line-height:2.46153846!important}#wp-admin-bar-wpseo-menu .ab-submenu{margin-bottom:5px}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-get-premium span{background:#1f2937;border:1px solid #fcd34d;border-radius:14px;color:#fcd34d;font-size:13px;font-weight:600;padding:1px 4px}#wpadminbar .yoast-menu-bf-sale-badge{background-color:#1f2937;border:1px solid #fcd34d;border-radius:8px;color:#fcd34d;font-size:10px;font-weight:600;line-height:normal;margin-right:5px;padding:2px 8px;text-wrap:nowrap}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu .wpseo-focus-keyword{display:inline-block!important;max-width:100px!important;overflow:hidden;text-overflow:ellipsis!important;vertical-align:bottom;white-space:nowrap}#wpadminbar .yoast-badge{border-radius:8px;display:inline-block;font-weight:600;line-height:1.6;margin-right:4px;padding:0 8px}#wpadminbar .yoast-beta-badge{background-color:#cce5ff;color:#004973}#wpadminbar .yoast-premium-badge{background-color:#fff3cd;color:#674e00}#wpadminbar .yoast-issue-added,#wpadminbar .yoast-issue-added:hover{background-color:#a4286a;border-radius:10px 0 10px 10px;box-shadow:-1px 1px 1px 1px grey;color:#fff;right:0;padding:2px 12px;position:absolute;top:32px;white-space:nowrap}#wpadminbar .yoast-issue-added{display:none}#wpadminbar .yoast-issue-counter{background-color:#d63638;border-radius:9px;color:#fff;display:inline;padding:1px 6px 1px 7px!important}#wpadminbar .yoast-logo.svg{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHN0eWxlPSJmaWxsOiM4Mjg3OGMiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjAzLjYgMzk1YzYuOC0xNy40IDYuOC0zNi42IDAtNTRsLTc5LjQtMjA0aDcwLjlsNDcuNyAxNDkuNCA3NC44LTIwNy42SDExNi40Yy00MS44IDAtNzYgMzQuMi03NiA3NlYzNTdjMCA0MS44IDM0LjIgNzYgNzYgNzZIMTczYzE2LTguOSAyNC42LTIyLjcgMzAuNi0zOE00NzEuNiAxNTQuOGMwLTQxLjgtMzQuMi03Ni03Ni03NmgtM0wyODUuNyAzNjVjLTkuNiAyNi43LTE5LjQgNDkuMy0zMC4zIDY4aDIxNi4yeiIvPjxwYXRoIGQ9Im0zMzggMS4zLTkzLjMgMjU5LjEtNDIuMS0xMzEuOWgtODkuMWw4My44IDIxNS4yYzYgMTUuNSA2IDMyLjUgMCA0OC03LjQgMTktMTkgMzcuMy01MyA0MS45bC03LjIgMXY3Nmg4LjNjODEuNyAwIDExOC45LTU3LjIgMTQ5LjYtMTQyLjlMNDMxLjYgMS4zek0yNzkuNCAzNjJjLTMyLjkgOTItNjcuNiAxMjguNy0xMjUuNyAxMzEuOHYtNDVjMzcuNS03LjUgNTEuMy0zMSA1OS4xLTUxLjEgNy41LTE5LjMgNy41LTQwLjcgMC02MGwtNzUtMTkyLjdoNTIuOGw1My4zIDE2Ni44IDEwNS45LTI5NGg1OC4xeiIvPjwvc3ZnPg==");background-position:100% 6px;background-repeat:no-repeat;background-size:20px;float:right;height:30px;width:26px}#wpadminbar .wpseo-no-adminbar-notifications{display:none}@media screen and (max-width:782px){#wp-admin-bar-wpseo-menu .wpseo-score-icon{margin:16px 2px 0 10px!important}#wpadminbar #wp-admin-bar-wpseo-menu{display:block;position:static}#wpadminbar .yoast-logo.svg{background-position:50% 8px;background-size:30px;height:46px;width:52px}#wpadminbar .yoast-logo+.yoast-issue-counter{margin-right:-5px;margin-left:10px}#wpadminbar .ab-sub-wrapper .yoast-issue-counter{position:relative;top:-5px;vertical-align:text-top}#wpadminbar .yoast-issue-added,#wpadminbar .yoast-issue-added:hover{line-height:1.8;top:46px;white-space:normal}#wp-admin-bar-wpseo-menu.menupop .ab-sub-wrapper #wp-admin-bar-wpseo-kwresearch,#wp-admin-bar-wpseo-menu.menupop .ab-sub-wrapper #wp-admin-bar-wpseo-settings{display:none}}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-get-premium .ab-empty-item{align-items:center;border-color:#0000;border-radius:.375rem;cursor:pointer;display:inline-flex;height:1rem;justify-content:center;margin-right:.75rem;margin-left:.75rem;margin-top:.5rem;--tw-bg-opacity:1;background-color:rgb(252 211 77/var(--tw-bg-opacity,1));font-size:.75rem;font-weight:500;line-height:1rem;padding:.375rem .625rem;text-align:center;-webkit-text-decoration-line:none;text-decoration-line:none;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-inset:inset;--tw-ring-color:#0000}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-get-premium .ab-empty-item:visited{color:#78350f}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-get-premium .ab-empty-item:hover{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-get-premium .ab-empty-item:hover:visited{color:#78350f}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-get-premium .ab-empty-item:focus{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1));outline-color:#fbbf24;outline-offset:2px;outline-style:solid;outline-width:2px}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-get-premium{display:flex}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-get-premium .ab-empty-item a{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-upgrade-sidebar{display:none}#wpseo-new-badge-upgrade{align-items:center;border-radius:18px;display:inline-flex;height:1rem;justify-content:center;margin:.125rem .5rem;white-space:nowrap;width:2.375rem;--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity,1));font-size:.75rem;font-weight:600;--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/adminbar-2640.css b/wp-content/plugins/wordpress-seo/css/dist/adminbar-2640.css
new file mode 100755
index 00000000..fbd3e634
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/adminbar-2640.css
@@ -0,0 +1 @@
+.wpseo-score-icon{background:#888;border-radius:50%!important;display:inline-block!important;height:12px!important;margin:3px 10px 0 3px;vertical-align:top;width:12px!important}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#888}.wpseo-score-icon.noindex{background-color:#1e8cbe}#wp-admin-bar-wpseo-menu .wpseo-score-icon{margin:10px 0 0 4px!important}#wp-admin-bar-wpseo-menu .wpseo-score-icon.adminbar-sub-menu-score{margin:11px 0 0 4px!important}#wp-admin-bar-wpseo-menu-default .ab-item{line-height:2.46153846!important}#wp-admin-bar-wpseo-menu .ab-submenu{margin-bottom:5px}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-get-premium span{background:#1f2937;border:1px solid #fcd34d;border-radius:14px;color:#fcd34d;font-size:13px;font-weight:600;padding:1px 4px}#wpadminbar .yoast-menu-bf-sale-badge{background-color:#1f2937;border:1px solid #fcd34d;border-radius:8px;color:#fcd34d;font-size:10px;font-weight:600;line-height:normal;margin-left:5px;padding:2px 8px;text-wrap:nowrap}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu .wpseo-focus-keyword{display:inline-block!important;max-width:100px!important;overflow:hidden;text-overflow:ellipsis!important;vertical-align:bottom;white-space:nowrap}#wpadminbar .yoast-badge{border-radius:8px;display:inline-block;font-weight:600;line-height:1.6;margin-left:4px;padding:0 8px}#wpadminbar .yoast-beta-badge{background-color:#cce5ff;color:#004973}#wpadminbar .yoast-premium-badge{background-color:#fff3cd;color:#674e00}#wpadminbar .yoast-issue-added,#wpadminbar .yoast-issue-added:hover{background-color:#a4286a;border-radius:0 10px 10px 10px;box-shadow:1px 1px 1px 1px grey;color:#fff;left:0;padding:2px 12px;position:absolute;top:32px;white-space:nowrap}#wpadminbar .yoast-issue-added{display:none}#wpadminbar .yoast-issue-counter{background-color:#d63638;border-radius:9px;color:#fff;display:inline;padding:1px 7px 1px 6px!important}#wpadminbar .yoast-logo.svg{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHN0eWxlPSJmaWxsOiM4Mjg3OGMiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjAzLjYgMzk1YzYuOC0xNy40IDYuOC0zNi42IDAtNTRsLTc5LjQtMjA0aDcwLjlsNDcuNyAxNDkuNCA3NC44LTIwNy42SDExNi40Yy00MS44IDAtNzYgMzQuMi03NiA3NlYzNTdjMCA0MS44IDM0LjIgNzYgNzYgNzZIMTczYzE2LTguOSAyNC42LTIyLjcgMzAuNi0zOE00NzEuNiAxNTQuOGMwLTQxLjgtMzQuMi03Ni03Ni03NmgtM0wyODUuNyAzNjVjLTkuNiAyNi43LTE5LjQgNDkuMy0zMC4zIDY4aDIxNi4yeiIvPjxwYXRoIGQ9Im0zMzggMS4zLTkzLjMgMjU5LjEtNDIuMS0xMzEuOWgtODkuMWw4My44IDIxNS4yYzYgMTUuNSA2IDMyLjUgMCA0OC03LjQgMTktMTkgMzcuMy01MyA0MS45bC03LjIgMXY3Nmg4LjNjODEuNyAwIDExOC45LTU3LjIgMTQ5LjYtMTQyLjlMNDMxLjYgMS4zek0yNzkuNCAzNjJjLTMyLjkgOTItNjcuNiAxMjguNy0xMjUuNyAxMzEuOHYtNDVjMzcuNS03LjUgNTEuMy0zMSA1OS4xLTUxLjEgNy41LTE5LjMgNy41LTQwLjcgMC02MGwtNzUtMTkyLjdoNTIuOGw1My4zIDE2Ni44IDEwNS45LTI5NGg1OC4xeiIvPjwvc3ZnPg==");background-position:0 6px;background-repeat:no-repeat;background-size:20px;float:left;height:30px;width:26px}#wpadminbar .wpseo-no-adminbar-notifications{display:none}@media screen and (max-width:782px){#wp-admin-bar-wpseo-menu .wpseo-score-icon{margin:16px 10px 0 2px!important}#wpadminbar #wp-admin-bar-wpseo-menu{display:block;position:static}#wpadminbar .yoast-logo.svg{background-position:50% 8px;background-size:30px;height:46px;width:52px}#wpadminbar .yoast-logo+.yoast-issue-counter{margin-left:-5px;margin-right:10px}#wpadminbar .ab-sub-wrapper .yoast-issue-counter{position:relative;top:-5px;vertical-align:text-top}#wpadminbar .yoast-issue-added,#wpadminbar .yoast-issue-added:hover{line-height:1.8;top:46px;white-space:normal}#wp-admin-bar-wpseo-menu.menupop .ab-sub-wrapper #wp-admin-bar-wpseo-kwresearch,#wp-admin-bar-wpseo-menu.menupop .ab-sub-wrapper #wp-admin-bar-wpseo-settings{display:none}}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-get-premium .ab-empty-item{align-items:center;border-color:#0000;border-radius:.375rem;cursor:pointer;display:inline-flex;height:1rem;justify-content:center;margin-left:.75rem;margin-right:.75rem;margin-top:.5rem;--tw-bg-opacity:1;background-color:rgb(252 211 77/var(--tw-bg-opacity,1));font-size:.75rem;font-weight:500;line-height:1rem;padding:.375rem .625rem;text-align:center;-webkit-text-decoration-line:none;text-decoration-line:none;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-inset:inset;--tw-ring-color:#0000}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-get-premium .ab-empty-item:visited{color:#78350f}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-get-premium .ab-empty-item:hover{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-get-premium .ab-empty-item:hover:visited{color:#78350f}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-get-premium .ab-empty-item:focus{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1));outline-color:#fbbf24;outline-offset:2px;outline-style:solid;outline-width:2px}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-get-premium{display:flex}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-get-premium .ab-empty-item a{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-upgrade-sidebar{display:none}#wpseo-new-badge-upgrade{align-items:center;border-radius:18px;display:inline-flex;height:1rem;justify-content:center;margin:.125rem .5rem;white-space:nowrap;width:2.375rem;--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity,1));font-size:.75rem;font-weight:600;--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2640-rtl.css
new file mode 100755
index 00000000..6520677a
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2640-rtl.css
@@ -0,0 +1 @@
+.yst-fixes-button__lock-icon{background-color:#fde68a;border-radius:50%;height:14px;padding:1px 2px;position:absolute;left:-6px;top:-6px;width:14px}.ai-button:disabled{pointer-events:auto}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2640.css b/wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2640.css
new file mode 100755
index 00000000..066f8ebd
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2640.css
@@ -0,0 +1 @@
+.yst-fixes-button__lock-icon{background-color:#fde68a;border-radius:50%;height:14px;padding:1px 2px;position:absolute;right:-6px;top:-6px;width:14px}.ai-button:disabled{pointer-events:auto}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/ai-frontend-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/ai-frontend-2640-rtl.css
new file mode 100755
index 00000000..6aca9d99
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/ai-frontend-2640-rtl.css
@@ -0,0 +1 @@
+.yst-root *,.yst-root :after,.yst-root :before{border:0 solid #e5e7eb;box-sizing:border-box}.yst-root :after,.yst-root :before{--tw-content:""}.yst-root{-webkit-text-size-adjust:100%;margin:0;tab-size:4}.yst-root hr{border-top-width:1px;color:inherit;height:0}.yst-root abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.yst-root h1,.yst-root h2,.yst-root h3,.yst-root h4,.yst-root h5,.yst-root h6{font-size:inherit;font-weight:inherit}.yst-root a{color:inherit;text-decoration:inherit}.yst-root b,.yst-root strong{font-weight:bolder}.yst-root code,.yst-root kbd,.yst-root pre,.yst-root samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.yst-root small{font-size:80%}.yst-root sub,.yst-root sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}.yst-root sub{bottom:-.25em}.yst-root sup{top:-.5em}.yst-root table{border-collapse:collapse;border-color:inherit;text-indent:0}.yst-root button,.yst-root input,.yst-root optgroup,.yst-root select,.yst-root textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}.yst-root button,.yst-root select{text-transform:none}.yst-root [type=button],.yst-root [type=reset],.yst-root [type=submit],.yst-root button{-webkit-appearance:button;background-color:initial;background-image:none}.yst-root progress{vertical-align:initial}.yst-root ::-webkit-inner-spin-button,.yst-root ::-webkit-outer-spin-button{height:auto}.yst-root [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.yst-root ::-webkit-search-decoration{-webkit-appearance:none}.yst-root ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.yst-root summary{display:list-item}.yst-root blockquote,.yst-root dd,.yst-root dl,.yst-root figure,.yst-root h1,.yst-root h2,.yst-root h3,.yst-root h4,.yst-root h5,.yst-root h6,.yst-root hr,.yst-root p,.yst-root pre{margin:0}.yst-root fieldset{margin:0;padding:0}.yst-root legend{padding:0}.yst-root menu,.yst-root ol,.yst-root ul{list-style:none;margin:0;padding:0}.yst-root textarea{resize:vertical}.yst-root input::placeholder,.yst-root textarea::placeholder{color:#6b7280;opacity:1}.yst-root [role=button],.yst-root button{cursor:pointer}.yst-root :disabled{cursor:default}.yst-root audio,.yst-root canvas,.yst-root embed,.yst-root iframe,.yst-root img,.yst-root object,.yst-root svg,.yst-root video{display:block;vertical-align:middle}.yst-root img,.yst-root video{height:auto;max-width:100%}.yst-root [type=date],.yst-root [type=datetime-local],.yst-root [type=email],.yst-root [type=month],.yst-root [type=number],.yst-root [type=password],.yst-root [type=search],.yst-root [type=tel],.yst-root [type=text],.yst-root [type=time],.yst-root [type=url],.yst-root [type=week]{appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem;--tw-shadow:0 0 #0000}.yst-root [type=date]:focus,.yst-root [type=datetime-local]:focus,.yst-root [type=email]:focus,.yst-root [type=month]:focus,.yst-root [type=number]:focus,.yst-root [type=password]:focus,.yst-root [type=search]:focus,.yst-root [type=tel]:focus,.yst-root [type=text]:focus,.yst-root [type=time]:focus,.yst-root [type=url]:focus,.yst-root [type=week]:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.yst-root [type=date]::placeholder,.yst-root [type=datetime-local]::placeholder,.yst-root [type=email]::placeholder,.yst-root [type=month]::placeholder,.yst-root [type=number]::placeholder,.yst-root [type=password]::placeholder,.yst-root [type=search]::placeholder,.yst-root [type=tel]::placeholder,.yst-root [type=text]::placeholder,.yst-root [type=time]::placeholder,.yst-root [type=url]::placeholder,.yst-root [type=week]::placeholder{color:#6b7280;opacity:1}.yst-root [type=date]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=datetime-local]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=email]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=month]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=number]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=password]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=search]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=tel]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=text]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=time]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=url]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=week]::-webkit-datetime-edit-fields-wrapper{padding:0}.yst-root [type=date]::-webkit-date-and-time-value,.yst-root [type=datetime-local]::-webkit-date-and-time-value,.yst-root [type=email]::-webkit-date-and-time-value,.yst-root [type=month]::-webkit-date-and-time-value,.yst-root [type=number]::-webkit-date-and-time-value,.yst-root [type=password]::-webkit-date-and-time-value,.yst-root [type=search]::-webkit-date-and-time-value,.yst-root [type=tel]::-webkit-date-and-time-value,.yst-root [type=text]::-webkit-date-and-time-value,.yst-root [type=time]::-webkit-date-and-time-value,.yst-root [type=url]::-webkit-date-and-time-value,.yst-root [type=week]::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}.yst-root [type=date]::-webkit-datetime-edit,.yst-root [type=datetime-local]::-webkit-datetime-edit,.yst-root [type=email]::-webkit-datetime-edit,.yst-root [type=month]::-webkit-datetime-edit,.yst-root [type=number]::-webkit-datetime-edit,.yst-root [type=password]::-webkit-datetime-edit,.yst-root [type=search]::-webkit-datetime-edit,.yst-root [type=tel]::-webkit-datetime-edit,.yst-root [type=text]::-webkit-datetime-edit,.yst-root [type=time]::-webkit-datetime-edit,.yst-root [type=url]::-webkit-datetime-edit,.yst-root [type=week]::-webkit-datetime-edit{display:inline-flex}.yst-root [type=date]::-webkit-datetime-edit,.yst-root [type=date]::-webkit-datetime-edit-day-field,.yst-root [type=date]::-webkit-datetime-edit-hour-field,.yst-root [type=date]::-webkit-datetime-edit-meridiem-field,.yst-root [type=date]::-webkit-datetime-edit-millisecond-field,.yst-root [type=date]::-webkit-datetime-edit-minute-field,.yst-root [type=date]::-webkit-datetime-edit-month-field,.yst-root [type=date]::-webkit-datetime-edit-second-field,.yst-root [type=date]::-webkit-datetime-edit-year-field,.yst-root [type=datetime-local]::-webkit-datetime-edit,.yst-root [type=datetime-local]::-webkit-datetime-edit-day-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-hour-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-meridiem-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-millisecond-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-minute-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-month-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-second-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-year-field,.yst-root [type=email]::-webkit-datetime-edit,.yst-root [type=email]::-webkit-datetime-edit-day-field,.yst-root [type=email]::-webkit-datetime-edit-hour-field,.yst-root [type=email]::-webkit-datetime-edit-meridiem-field,.yst-root [type=email]::-webkit-datetime-edit-millisecond-field,.yst-root [type=email]::-webkit-datetime-edit-minute-field,.yst-root [type=email]::-webkit-datetime-edit-month-field,.yst-root [type=email]::-webkit-datetime-edit-second-field,.yst-root [type=email]::-webkit-datetime-edit-year-field,.yst-root [type=month]::-webkit-datetime-edit,.yst-root [type=month]::-webkit-datetime-edit-day-field,.yst-root [type=month]::-webkit-datetime-edit-hour-field,.yst-root [type=month]::-webkit-datetime-edit-meridiem-field,.yst-root [type=month]::-webkit-datetime-edit-millisecond-field,.yst-root [type=month]::-webkit-datetime-edit-minute-field,.yst-root [type=month]::-webkit-datetime-edit-month-field,.yst-root [type=month]::-webkit-datetime-edit-second-field,.yst-root [type=month]::-webkit-datetime-edit-year-field,.yst-root [type=number]::-webkit-datetime-edit,.yst-root [type=number]::-webkit-datetime-edit-day-field,.yst-root [type=number]::-webkit-datetime-edit-hour-field,.yst-root [type=number]::-webkit-datetime-edit-meridiem-field,.yst-root [type=number]::-webkit-datetime-edit-millisecond-field,.yst-root [type=number]::-webkit-datetime-edit-minute-field,.yst-root [type=number]::-webkit-datetime-edit-month-field,.yst-root [type=number]::-webkit-datetime-edit-second-field,.yst-root [type=number]::-webkit-datetime-edit-year-field,.yst-root [type=password]::-webkit-datetime-edit,.yst-root [type=password]::-webkit-datetime-edit-day-field,.yst-root [type=password]::-webkit-datetime-edit-hour-field,.yst-root [type=password]::-webkit-datetime-edit-meridiem-field,.yst-root [type=password]::-webkit-datetime-edit-millisecond-field,.yst-root [type=password]::-webkit-datetime-edit-minute-field,.yst-root [type=password]::-webkit-datetime-edit-month-field,.yst-root [type=password]::-webkit-datetime-edit-second-field,.yst-root [type=password]::-webkit-datetime-edit-year-field,.yst-root [type=search]::-webkit-datetime-edit,.yst-root [type=search]::-webkit-datetime-edit-day-field,.yst-root [type=search]::-webkit-datetime-edit-hour-field,.yst-root [type=search]::-webkit-datetime-edit-meridiem-field,.yst-root [type=search]::-webkit-datetime-edit-millisecond-field,.yst-root [type=search]::-webkit-datetime-edit-minute-field,.yst-root [type=search]::-webkit-datetime-edit-month-field,.yst-root [type=search]::-webkit-datetime-edit-second-field,.yst-root [type=search]::-webkit-datetime-edit-year-field,.yst-root [type=tel]::-webkit-datetime-edit,.yst-root [type=tel]::-webkit-datetime-edit-day-field,.yst-root [type=tel]::-webkit-datetime-edit-hour-field,.yst-root [type=tel]::-webkit-datetime-edit-meridiem-field,.yst-root [type=tel]::-webkit-datetime-edit-millisecond-field,.yst-root [type=tel]::-webkit-datetime-edit-minute-field,.yst-root [type=tel]::-webkit-datetime-edit-month-field,.yst-root [type=tel]::-webkit-datetime-edit-second-field,.yst-root [type=tel]::-webkit-datetime-edit-year-field,.yst-root [type=text]::-webkit-datetime-edit,.yst-root [type=text]::-webkit-datetime-edit-day-field,.yst-root [type=text]::-webkit-datetime-edit-hour-field,.yst-root [type=text]::-webkit-datetime-edit-meridiem-field,.yst-root [type=text]::-webkit-datetime-edit-millisecond-field,.yst-root [type=text]::-webkit-datetime-edit-minute-field,.yst-root [type=text]::-webkit-datetime-edit-month-field,.yst-root [type=text]::-webkit-datetime-edit-second-field,.yst-root [type=text]::-webkit-datetime-edit-year-field,.yst-root [type=time]::-webkit-datetime-edit,.yst-root [type=time]::-webkit-datetime-edit-day-field,.yst-root [type=time]::-webkit-datetime-edit-hour-field,.yst-root [type=time]::-webkit-datetime-edit-meridiem-field,.yst-root [type=time]::-webkit-datetime-edit-millisecond-field,.yst-root [type=time]::-webkit-datetime-edit-minute-field,.yst-root [type=time]::-webkit-datetime-edit-month-field,.yst-root [type=time]::-webkit-datetime-edit-second-field,.yst-root [type=time]::-webkit-datetime-edit-year-field,.yst-root [type=url]::-webkit-datetime-edit,.yst-root [type=url]::-webkit-datetime-edit-day-field,.yst-root [type=url]::-webkit-datetime-edit-hour-field,.yst-root [type=url]::-webkit-datetime-edit-meridiem-field,.yst-root [type=url]::-webkit-datetime-edit-millisecond-field,.yst-root [type=url]::-webkit-datetime-edit-minute-field,.yst-root [type=url]::-webkit-datetime-edit-month-field,.yst-root [type=url]::-webkit-datetime-edit-second-field,.yst-root [type=url]::-webkit-datetime-edit-year-field,.yst-root [type=week]::-webkit-datetime-edit,.yst-root [type=week]::-webkit-datetime-edit-day-field,.yst-root [type=week]::-webkit-datetime-edit-hour-field,.yst-root [type=week]::-webkit-datetime-edit-meridiem-field,.yst-root [type=week]::-webkit-datetime-edit-millisecond-field,.yst-root [type=week]::-webkit-datetime-edit-minute-field,.yst-root [type=week]::-webkit-datetime-edit-month-field,.yst-root [type=week]::-webkit-datetime-edit-second-field,.yst-root [type=week]::-webkit-datetime-edit-year-field{padding-bottom:0;padding-top:0}.yst-root textarea{appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem;--tw-shadow:0 0 #0000}.yst-root textarea:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.yst-root textarea::placeholder{color:#6b7280;opacity:1}.yst-root select{appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem;--tw-shadow:0 0 #0000}.yst-root select:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.yst-root select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:left .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-left:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}.yst-root select:where([size]:not([size="1"])){background-image:none;background-position:100% 0;background-repeat:unset;background-size:initial;padding-left:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}.yst-root select[multiple]{appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem;--tw-shadow:0 0 #0000}.yst-root select[multiple]:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.yst-root [type=checkbox]{appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1rem;--tw-shadow:0 0 #0000;border-radius:0}.yst-root [type=checkbox]:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.yst-root [type=checkbox]:checked{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}@media (forced-colors:active){.yst-root [type=checkbox]:checked{appearance:auto}}.yst-root [type=checkbox]:checked:focus,.yst-root [type=checkbox]:checked:hover,.yst-root [type=checkbox]:indeterminate{background-color:currentColor;border-color:#0000}.yst-root [type=checkbox]:indeterminate{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 stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%}@media (forced-colors:active){.yst-root [type=checkbox]:indeterminate{appearance:auto}}.yst-root [type=checkbox]:indeterminate:focus,.yst-root [type=checkbox]:indeterminate:hover{background-color:currentColor;border-color:#0000}.yst-root [type=radio]{appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1rem;--tw-shadow:0 0 #0000;border-radius:100%}.yst-root [type=radio]:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.yst-root [type=radio]:checked{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}@media (forced-colors:active){.yst-root [type=radio]:checked{appearance:auto}}.yst-root [type=radio]:checked:focus,.yst-root [type=radio]:checked:hover{background-color:currentColor;border-color:#0000}.yst-root{font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.8125rem;font-weight:400;line-height:1.5;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.yst-root a{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity));-webkit-text-decoration-line:underline;text-decoration-line:underline}.yst-root a:visited{color:#a61e69}.yst-root a:hover{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.yst-root a:hover:visited{color:#b94986}.yst-root a:focus{border-radius:.125rem;--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity));outline-color:#4f46e5;outline-offset:1px;outline-style:solid}.yst-root [type=date]::placeholder,.yst-root [type=datetime-local]::placeholder,.yst-root [type=email]::placeholder,.yst-root [type=month]::placeholder,.yst-root [type=number]::placeholder,.yst-root [type=password]::placeholder,.yst-root [type=search]::placeholder,.yst-root [type=tel]::placeholder,.yst-root [type=text]::placeholder,.yst-root [type=time]::placeholder,.yst-root [type=url]::placeholder,.yst-root [type=week]::placeholder,.yst-root textarea::placeholder{--tw-placeholder-opacity:1;color:rgb(100 116 139/var(--tw-placeholder-opacity))}.yst-root svg path{stroke-width:inherit}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.yst-root .yst-alert{border-radius:.375rem;display:flex;gap:.75rem;padding:1rem}.yst-root .yst-alert--info{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.yst-root .yst-alert--info .yst-alert__message{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.yst-root .yst-alert--warning{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity))}.yst-root .yst-alert--warning .yst-alert__message{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity))}.yst-root .yst-alert--success{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.yst-root .yst-alert--success .yst-alert__message{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity))}.yst-root .yst-alert--error{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.yst-root .yst-alert--error .yst-alert__message{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.yst-root .yst-alert__icon{flex-grow:0;flex-shrink:0;height:1.25rem;width:1.25rem}.yst-root .yst-autocomplete{position:relative}.yst-root .yst-autocomplete--error .yst-autocomplete__button{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.yst-root .yst-autocomplete--error .yst-autocomplete__button:focus{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity));outline:2px solid #0000;outline-offset:2px;--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))}.yst-root .yst-autocomplete--error .yst-autocomplete__input::placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.yst-root .yst-autocomplete--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-autocomplete--disabled:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-autocomplete__button{align-items:center;border-radius:.375rem;border-width:0;display:flex;height:100%;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding-right:.75rem;padding-left:.75rem;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity))}.yst-root .yst-autocomplete__button:focus-within{--tw-border-opacity:1;border-color:rgb(166 30 105/var(--tw-border-opacity));outline:2px solid #0000;outline-offset:2px;--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-autocomplete__button-icon{height:1.25rem;pointer-events:none;position:absolute;left:.625rem;top:.6875rem;width:1.25rem;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.yst-root .yst-autocomplete__input{border-width:0;font-size:.8125rem;padding:.5rem 0 .5rem 2.5rem;width:100%;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-autocomplete__input:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-autocomplete__options{border-radius:.375rem;margin-top:.25rem;max-height:15rem;overflow:auto;position:absolute;width:100%;z-index:20;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));font-size:.8125rem;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity));--tw-ring-opacity:0.05}.yst-root .yst-autocomplete__options:focus{outline:2px solid #0000;outline-offset:2px}.yst-root .yst-autocomplete__option{align-items:center;cursor:default;display:flex;justify-content:space-between;padding:.5rem .75rem;position:relative;-webkit-user-select:none;user-select:none;--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}.yst-root .yst-autocomplete__option--active{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.yst-root .yst-autocomplete__option--selected{--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.yst-root .yst-select__option-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yst-root .yst-autocomplete__option-check{flex-shrink:0;height:1.25rem;width:1.25rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.yst-root .yst-badge{align-items:center;border-radius:9999px;display:inline-flex;white-space:nowrap;--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity));font-size:.75rem;font-weight:500;line-height:1.25;padding:.125rem .5rem;vertical-align:middle;--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.yst-root .yst-badge--info{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity))}.yst-root .yst-badge--upsell{--tw-bg-opacity:1;background-color:rgb(253 230 138/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity))}.yst-root .yst-badge--plain{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.yst-root .yst-badge--small{font-size:.675rem}.yst-root .yst-badge--large{font-size:1rem;padding-right:.75rem;padding-left:.75rem}.yst-root .yst-button{align-items:center;border-radius:.375rem;cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:500;justify-content:center;line-height:1.25rem;padding:.5rem .75rem;text-align:center;-webkit-text-decoration-line:none;text-decoration-line:none;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-inset:inset;--tw-ring-color:#0000}.yst-root .yst-button:focus{outline-color:#a61e69;outline-offset:2px;outline-style:solid;outline-width:2px}.yst-root a.yst-button:focus{border-radius:.375rem}.yst-root .yst-button--primary{--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));--tw-ring-color:#0000}.yst-root .yst-button--primary:visited{color:#fff}.yst-root .yst-button--primary:hover{--tw-bg-opacity:1;background-color:rgb(143 15 87/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.yst-root .yst-button--primary:hover:visited{color:#fff}.yst-root .yst-button--primary:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));outline-color:#8f0f57}.yst-root .yst-button--secondary{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity));--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity))}.yst-root .yst-button--secondary:visited{color:#1e293b}.yst-root .yst-button--secondary:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.yst-root .yst-button--secondary:hover:visited{color:#1e293b}.yst-root .yst-button--secondary:focus{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity));outline-color:#8f0f57}.yst-root .yst-button--tertiary{background-color:initial;--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-button--tertiary:visited{color:#83084e}.yst-root .yst-button--tertiary:hover{--tw-text-opacity:1;color:rgb(131 8 78/var(--tw-text-opacity))}.yst-root .yst-button--tertiary:hover:visited{color:#83084e}.yst-root .yst-button--tertiary:focus{--tw-text-opacity:1;color:rgb(131 8 78/var(--tw-text-opacity));outline-color:#8f0f57}.yst-root .yst-button--error{border-color:#0000;--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.yst-root .yst-button--error:visited{color:#fff}.yst-root .yst-button--error:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.yst-root .yst-button--error:hover:visited{color:#fff}.yst-root .yst-button--error:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));outline-color:#dc2626}.yst-root .yst-button--upsell{border-color:#0000;--tw-bg-opacity:1;background-color:rgb(252 211 77/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity))}.yst-root .yst-button--upsell:visited{color:#78350f}.yst-root .yst-button--upsell:hover{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity))}.yst-root .yst-button--upsell:hover:visited{color:#78350f}.yst-root .yst-button--upsell:focus{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity));outline-color:#fbbf24}.yst-root .yst-button--large{font-size:.875rem;line-height:1.5rem;padding:.5rem .75rem}.yst-root .yst-button--extra-large{font-size:1rem;line-height:1.5rem;padding:.625rem .875rem}.yst-root .yst-button--small{font-size:.75rem;line-height:1rem;padding:.375rem .625rem}.yst-root .yst-button--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-button--disabled:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-checkbox{align-items:center;display:flex}.yst-root .yst-checkbox--disabled .yst-checkbox__input,.yst-root .yst-checkbox--disabled .yst-checkbox__label{cursor:not-allowed;opacity:.5}.yst-root .yst-checkbox__input{border-radius:.25rem;height:1rem;width:1rem;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity))}.yst-root .yst-checkbox__input:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-checkbox__label{margin-right:.75rem}.yst-root .yst-code{border-radius:.25rem;display:inline-block;margin:0;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity));font-size:.75rem;line-height:1.25;padding:.25rem;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.yst-root .yst-code--block{display:block;margin-bottom:.5rem;margin-top:.5rem;max-width:100%;overflow-x:auto;padding:.25rem .5rem;white-space:nowrap}.yst-root .yst-file-input{border-radius:.375rem;border-style:dashed;border-width:2px;width:100%;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:1.25rem 1.5rem 1.5rem;text-align:center;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.yst-root .yst-file-input.yst-is-drag-over{--tw-border-opacity:1;border-color:rgb(205 130 171/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(250 243 247/var(--tw-bg-opacity))}.yst-root .yst-file-input.yst-is-drag-over .yst-file-input__content{pointer-events:none}.yst-root .yst-file-input.yst-is-drag-over .yst-file-input__icon{--tw-translate-y:-0.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-text-opacity:1;color:rgb(185 73 134/var(--tw-text-opacity))}.yst-root .yst-file-input.yst-is-disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-file-input.yst-is-disabled .yst-file-input__select-label{cursor:not-allowed}.yst-root .yst-file-input__content{align-items:center;display:inline-flex;flex-direction:column;max-width:20rem}.yst-root .yst-file-input__content>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.yst-root .yst-file-input__content{text-align:center}.yst-root .yst-file-input__icon{height:3rem;margin-right:auto;margin-left:auto;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:3rem;stroke-width:1;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity));transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.yst-root .yst-file-input__icon>path{stroke-width:1}.yst-root .yst-file-input__input{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.yst-root .yst-file-input__input:focus+.yst-file-input__select-label{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity));--tw-ring-offset-width:2px}.yst-root .yst-file-input__labels{display:inline-block;font-weight:400;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.yst-root .yst-file-input__select-label{border-radius:.375rem;font-weight:500}[dir=rtl] .yst-root .yst-file-input__labels{flex-direction:row-reverse}.yst-root .yst-label{font-size:.8125rem;font-weight:500;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.yst-root .yst-link{cursor:pointer;--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity));-webkit-text-decoration-line:underline;text-decoration-line:underline}.yst-root .yst-link:visited{color:#a61e69}.yst-root .yst-link:hover{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.yst-root .yst-link:hover:visited{color:#b94986}.yst-root .yst-link:focus{border-radius:.125rem;--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity));outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(79 70 229/var(--tw-ring-opacity));--tw-ring-offset-width:1px;--tw-ring-offset-color:#0000}.yst-root .yst-link--primary{--tw-text-opacity:1;color:rgb(154 22 96/var(--tw-text-opacity))}.yst-root .yst-link--primary:focus,.yst-root .yst-link--primary:hover{--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity))}.yst-root .yst-link--primary:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(154 22 96/var(--tw-ring-opacity))}.yst-root .yst-link--error{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.yst-root .yst-link--error:focus,.yst-root .yst-link--error:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.yst-root .yst-link--error:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(220 38 38/var(--tw-ring-opacity))}.yst-root .yst-paper{border-radius:.5rem;display:flex;flex-direction:column;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-paper__header{border-bottom-width:1px;padding:2rem}.yst-root .yst-paper__content{flex-grow:1;padding:2rem}.yst-root .yst-progress-bar{border-radius:9999px;display:block;overflow:hidden;width:100%;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.yst-root .yst-progress-bar__progress{border-radius:9999px;display:block;height:.375rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity));transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:linear}.yst-root .yst-radio{align-items:center;display:flex}.yst-root .yst-radio--disabled .yst-radio__check,.yst-root .yst-radio--disabled .yst-radio__input,.yst-root .yst-radio--disabled .yst-radio__label{cursor:not-allowed;opacity:.5}.yst-root .yst-radio--disabled .yst-radio__check:focus,.yst-root .yst-radio--disabled .yst-radio__input:focus,.yst-root .yst-radio--disabled .yst-radio__label:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-radio--inline-block{display:inline-flex}.yst-root .yst-radio--inline-block .yst-radio__input{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.yst-root .yst-radio--inline-block .yst-radio__input:checked+.yst-radio__content .yst-radio__label{border-color:#0000;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-radio--inline-block .yst-radio__input:checked+.yst-radio__content .yst-radio__check{visibility:visible}.yst-root .yst-radio--inline-block .yst-radio__input:focus+.yst-radio__content .yst-radio__label{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity));--tw-ring-offset-width:2px}.yst-root .yst-radio--inline-block .yst-radio__input:checked:focus+.yst-radio__content .yst-radio__label{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-offset-width:1px}.yst-root .yst-radio--inline-block .yst-radio__content{position:relative}.yst-root .yst-radio--inline-block .yst-radio__label{align-items:center;border-radius:.5rem;border-width:1px;cursor:pointer;display:flex;height:3.5rem;justify-content:center;margin-right:0;width:3.5rem;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));font-size:1rem;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-radio--inline-block .yst-radio__label:hover{--tw-border-opacity:1;border-color:rgb(148 163 184/var(--tw-border-opacity))}.yst-root .yst-radio--inline-block .yst-radio__label:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity));--tw-ring-offset-width:2px}.yst-root .yst-radio--inline-block .yst-radio__check{height:1.25rem;position:absolute;left:.125rem;top:.125rem;visibility:hidden;width:1.25rem;--tw-text-opacity:1;color:rgb(154 22 96/var(--tw-text-opacity))}.yst-root .yst-radio__input{height:1rem;width:1rem;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity))}.yst-root .yst-radio__input:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-radio__label{margin-right:.75rem}.yst-root .yst-select{position:relative}.yst-root .yst-select--disabled .yst-select__button,.yst-root .yst-select--disabled .yst-select__label{cursor:not-allowed;opacity:.5}.yst-root .yst-select__button{align-items:center;border-radius:.375rem;cursor:default;display:flex;justify-content:space-between;position:relative;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));line-height:1.5rem;padding:.5rem .75rem;text-align:right;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity));--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity))}.yst-root .yst-select__button,.yst-root .yst-select__button:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-select__button:focus{--tw-border-opacity:1;border-color:rgb(166 30 105/var(--tw-border-opacity));outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-select__button-icon{height:1.25rem;pointer-events:none;position:absolute;left:.625rem;top:.625rem;width:1.25rem;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.yst-root .yst-select__options{border-radius:.375rem;margin-top:.25rem;max-height:15rem;overflow:auto;position:absolute;width:100%;z-index:10;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));font-size:.8125rem;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity));--tw-ring-opacity:0.05}.yst-root .yst-select__options:focus{outline:2px solid #0000;outline-offset:2px}.yst-root .yst-select__option{align-items:center;cursor:default;display:flex;justify-content:space-between;padding:.5rem .75rem;position:relative;-webkit-user-select:none;user-select:none;--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}.yst-root .yst-select__option--active{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.yst-root .yst-select__option--selected{--tw-bg-opacity:1;background-color:rgb(154 22 96/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.yst-root .yst-select__button-label,.yst-root .yst-select__option-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yst-root .yst-select__option-check{flex-shrink:0;height:1.25rem;width:1.25rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.yst-root .yst-skeleton-loader{border-radius:.25rem;display:block;height:auto;overflow:hidden;position:relative;width:-moz-fit-content;width:fit-content;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.yst-root .yst-skeleton-loader:after{animation:wave 2.5s linear .5s infinite;background:linear-gradient(-90deg,#0000,#00000012,#0000);content:"";inset:0;position:absolute;--tw-translate-x:-100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes wave{0%{transform:translateX(100%)}50%,to{transform:translateX(-100%)}}.yst-root .yst-tag-input{align-items:center;border-radius:.375rem;display:flex;flex-wrap:wrap;gap:.375rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));font-size:.8125rem;line-height:1.5rem;padding:.5rem .75rem;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.yst-root .yst-tag-input::placeholder{--tw-placeholder-opacity:1;color:rgb(100 116 139/var(--tw-placeholder-opacity))}.yst-root .yst-tag-input{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity))}.yst-root .yst-tag-input,.yst-root .yst-tag-input:focus-within{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-tag-input:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-tag-input--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-tag-input--disabled:focus-within{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-tag-input--disabled .yst-tag-input__tag{cursor:not-allowed}.yst-root .yst-tag-input--disabled .yst-tag-input__tag:hover{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-tag-input--disabled .yst-tag-input__tag:focus,.yst-root .yst-tag-input--disabled .yst-tag-input__tag:focus-visible{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-tag-input--disabled .yst-tag-input__remove-tag{cursor:not-allowed}.yst-root .yst-tag-input--disabled .yst-tag-input__remove-tag:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.yst-root .yst-tag-input--disabled .yst-tag-input__remove-tag:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-tag-input--disabled .yst-tag-input__input{cursor:not-allowed}.yst-root .yst-tag-input__tag{cursor:pointer;gap:.125rem;min-height:20px;padding-inline-end:.125rem}.yst-root .yst-tag-input__tag:hover{--tw-border-opacity:1;border-color:rgb(166 30 105/var(--tw-border-opacity));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-tag-input__tag:focus,.yst-root .yst-tag-input__tag:focus-visible{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-tag-input__remove-tag{align-items:center;border-radius:9999px;display:inline-flex;flex-shrink:0;height:1rem;justify-content:center;width:1rem;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.yst-root .yst-tag-input__remove-tag:hover{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.yst-root .yst-tag-input__remove-tag:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-tag-input__input{border-style:none;display:inline-flex;flex:1 1 0%;font-size:.8125rem;margin:0;padding:0}.yst-root .yst-tag-input__input:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-text-input{border-radius:.375rem;border-width:0;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));font-size:.8125rem;padding:.5rem .75rem;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity));--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity))}.yst-root .yst-text-input,.yst-root .yst-text-input:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-text-input:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-text-input--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-text-input--disabled:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-text-input--read-only{cursor:default;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.yst-root .yst-text-input--read-only,.yst-root .yst-textarea{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-textarea{border-radius:.375rem;border-width:0;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));font-size:.8125rem;padding:.5rem .75rem;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity));--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity))}.yst-root .yst-textarea,.yst-root .yst-textarea:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-textarea:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-textarea--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-textarea--disabled:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-title{font-weight:500;line-height:1.25;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.yst-root .yst-title--1{font-size:1.5rem}.yst-root .yst-title--2{font-size:1.125rem}.yst-root .yst-title--3{font-size:.875rem}.yst-root .yst-title--4{font-size:1rem}.yst-root .yst-title--5{font-size:.8125rem}.yst-root .yst-toggle{border-color:#0000;border-radius:9999px;border-width:2px;cursor:pointer;display:inline-flex;flex-shrink:0;height:1.5rem;position:relative;width:2.75rem;--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity));transition-duration:.2s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.yst-root .yst-toggle:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity));--tw-ring-offset-width:2px}.yst-root .yst-toggle--checked{--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity))}.yst-root .yst-toggle--checked .yst-toggle__handle{--tw-translate-x:1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-toggle--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-toggle--disabled:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-toggle__handle{display:flex;height:1.25rem;pointer-events:none;position:relative;width:1.25rem;--tw-translate-x:0px;align-items:center;border-radius:9999px;justify-content:center;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);transition-duration:.2s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.yst-root .yst-toggle__icon{flex-grow:0;flex-shrink:0;height:.625rem;width:.625rem;stroke:currentColor;stroke-width:2;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));transition-duration:.1s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.yst-root .yst-toggle__icon--check{--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity))}.yst-root .yst-toggle__icon--x{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}[dir=rtl] .yst-root .yst-toggle--checked .yst-toggle__handle{--tw-translate-x:-1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip{border-radius:.5rem;display:inline-block;max-width:24rem;position:absolute;white-space:normal;width:max-content;z-index:10;--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity));font-size:.75rem;padding:.5rem .625rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.yst-root .yst-tooltip--top{right:50%;margin-top:-.75rem;top:0;--tw-translate-x:-50%;--tw-translate-y:-100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip--top:before{position:absolute;--tw-translate-x:-50%;--tw-translate-y:0px;border-bottom-color:#0000;border-right-color:#0000;border-left-color:#0000;border-width:8px;--tw-border-opacity:1;border-top-color:rgb(31 41 55/var(--tw-border-opacity));--tw-content:"";content:var(--tw-content)}.yst-root .yst-tooltip--bottom,.yst-root .yst-tooltip--top:before{right:50%;top:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip--bottom{margin-top:.75rem;--tw-translate-x:-50%;--tw-translate-y:-0px}.yst-root .yst-tooltip--bottom:before{bottom:100%;right:50%;position:absolute;--tw-translate-x:-50%;border-right-color:#0000;border-left-color:#0000;border-top-color:#0000;border-width:8px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity:1;border-bottom-color:rgb(31 41 55/var(--tw-border-opacity));--tw-content:"";content:var(--tw-content)}.yst-root .yst-tooltip--right{right:100%;margin-right:.75rem;--tw-translate-x:-0px}.yst-root .yst-tooltip--right,.yst-root .yst-tooltip--right:before{top:50%;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip--right:before{border-bottom-color:#0000;border-right-color:#0000;border-top-color:#0000;border-width:8px;position:absolute;left:100%;--tw-border-opacity:1;border-left-color:rgb(31 41 55/var(--tw-border-opacity));--tw-content:"";content:var(--tw-content)}.yst-root .yst-tooltip--left{margin-left:.75rem;left:100%}.yst-root .yst-tooltip--left,.yst-root .yst-tooltip--left:before{top:50%;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip--left:before{border-bottom-color:#0000;border-left-color:#0000;border-top-color:#0000;border-width:8px;right:100%;position:absolute;--tw-border-opacity:1;border-right-color:rgb(31 41 55/var(--tw-border-opacity));--tw-content:"";content:var(--tw-content)}.yst-root .yst-validation-icon{pointer-events:none}.yst-root .yst-validation-icon--success{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.yst-root .yst-validation-icon--info{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.yst-root .yst-validation-icon--warning{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity))}.yst-root .yst-validation-icon--error{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.yst-root .yst-validation-input{position:relative}.yst-root .yst-validation-input--success .yst-validation-input__input{padding-left:2.5rem;--tw-ring-opacity:1;--tw-ring-color:rgb(134 239 172/var(--tw-ring-opacity))}.yst-root .yst-validation-input--success .yst-validation-input__input:focus,.yst-root .yst-validation-input--success .yst-validation-input__input:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity))}.yst-root .yst-validation-input--info .yst-validation-input__input{padding-left:2.5rem;--tw-ring-opacity:1;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity))}.yst-root .yst-validation-input--info .yst-validation-input__input:focus,.yst-root .yst-validation-input--info .yst-validation-input__input:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity))}.yst-root .yst-validation-input--warning .yst-validation-input__input{padding-left:2.5rem;--tw-ring-opacity:1;--tw-ring-color:rgb(252 211 77/var(--tw-ring-opacity))}.yst-root .yst-validation-input--warning .yst-validation-input__input:focus,.yst-root .yst-validation-input--warning .yst-validation-input__input:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11/var(--tw-ring-opacity))}.yst-root .yst-validation-input--error .yst-validation-input__input{padding-left:2.5rem;--tw-ring-opacity:1;--tw-ring-color:rgb(252 165 165/var(--tw-ring-opacity))}.yst-root .yst-validation-input--error .yst-validation-input__input:focus,.yst-root .yst-validation-input--error .yst-validation-input__input:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))}.yst-root .yst-validation-input__input:focus,.yst-root .yst-validation-input__input:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-validation-input__icon{height:1.25rem;position:absolute;left:.625rem;top:.6875rem;width:1.25rem}.yst-root .yst-validation-message a{color:inherit;font-weight:500}.yst-root .yst-validation-message a:visited:hover{color:inherit}.yst-root .yst-validation-message a:focus{--tw-ring-color:currentColor}.yst-root .yst-validation-message--success{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity))}.yst-root .yst-validation-message--info{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.yst-root .yst-validation-message--warning{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity))}.yst-root .yst-validation-message--error{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.yst-root .yst-autocomplete-field__description,.yst-root .yst-autocomplete-field__validation{margin-top:.5rem}.yst-root .yst-card{display:flex;flex-direction:column;position:relative}.yst-root .yst-card>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.yst-root .yst-card{border-radius:.5rem;border-width:1px;overflow:hidden;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:1.5rem;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.yst-root .yst-card__header{align-items:center;display:flex;height:6rem;justify-content:center;margin-right:-1.5rem;margin-left:-1.5rem;margin-top:-1.5rem;position:relative;--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity));padding:1.5rem}.yst-root .yst-card__content{flex-grow:1}.yst-root .yst-card__footer{border-top-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));padding-top:1.5rem}.yst-root .yst-checkbox-group--disabled .yst-checkbox-group__description,.yst-root .yst-checkbox-group--disabled .yst-checkbox-group__label{cursor:not-allowed;opacity:.5}.yst-root .yst-checkbox-group__label{margin-bottom:.5rem}.yst-root .yst-checkbox-group__options{display:flex;flex-direction:column;gap:.75rem}.yst-root .yst-checkbox-group__description{margin-bottom:1rem;margin-top:-.5rem}.yst-root .yst-feature-upsell{position:relative}.yst-root .yst-feature-upsell--default{--tw-grayscale:grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.yst-root .yst-feature-upsell--card{padding:1.5rem}.yst-root .yst-file-import>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.yst-root .yst-file-import__feedback{border-radius:.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:1rem;--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-file-import__feedback-header{align-items:flex-start;display:flex}.yst-root .yst-file-import__feedback-header>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-left:calc(1rem*var(--tw-space-x-reverse))}.yst-root .yst-file-import__feedback-figure{align-items:center;border-radius:9999px;display:flex;height:2rem;justify-content:center;width:2rem;--tw-bg-opacity:1;background-color:rgb(243 229 237/var(--tw-bg-opacity))}.yst-root .yst-file-import__feedback-figure>svg{height:1.25rem;width:1.25rem;--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity))}.yst-root .yst-file-import__feedback-title{display:block;font-weight:500;margin-bottom:.125rem;overflow-wrap:break-word;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.yst-root .yst-file-import__feedback-description{display:block;font-size:.75rem;font-weight:500}.yst-root .yst-file-import__abort-button{align-items:center;border-radius:9999px;display:inline-flex;flex-shrink:0;height:1.25rem;justify-content:center;width:1.25rem;--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.yst-root .yst-file-import__abort-button:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.yst-root .yst-file-import__abort-button:focus{--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));outline:2px solid #0000;outline-offset:2px}.yst-root .yst-file-import__abort-button>svg{height:.75rem;width:.75rem}.yst-root .yst-file-import__abort-button>svg>path{stroke-width:3}.yst-root .yst-modal{inset:0;padding:1rem;position:fixed;z-index:10}@media (min-width:640px){.yst-root .yst-modal{padding:2rem}}@media (min-width:768px){.yst-root .yst-modal{padding:5rem}}.yst-root .yst-modal__layout{display:flex;min-height:100%}.yst-root .yst-modal--center .yst-modal__layout{align-items:center;justify-content:center}.yst-root .yst-modal--top-center .yst-modal__layout{align-items:flex-start;justify-content:center}.yst-root .yst-modal__overlay{background-color:rgb(100 116 139/var(--tw-bg-opacity));inset:0;position:fixed;--tw-bg-opacity:0.75;transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.yst-root .yst-modal__panel{border-radius:.5rem;max-width:48rem;overflow:hidden;position:relative;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:1.5rem;--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-modal__close{display:block;position:absolute;left:1rem;top:1rem}.yst-root .yst-modal__close-button{border-radius:.375rem;position:relative;z-index:10;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.yst-root .yst-modal__close-button:hover{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.yst-root .yst-modal__close-button:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity));--tw-ring-offset-width:2px}.yst-root .yst-modal__container{display:flex;flex-direction:column;max-height:calc(100vh - 2rem)}@media (min-width:640px){.yst-root .yst-modal__container{max-height:calc(100vh - 4rem)}}@media (min-width:768px){.yst-root .yst-modal__container{max-height:calc(100vh - 10rem)}}.yst-root .yst-modal__panel .yst-modal__container{max-height:calc(100vh - 5rem)}@media (min-width:640px){.yst-root .yst-modal__panel .yst-modal__container{max-height:calc(100vh - 7rem)}}@media (min-width:768px){.yst-root .yst-modal__panel .yst-modal__container{max-height:calc(100vh - 13rem)}}.yst-root .yst-modal__container-footer,.yst-root .yst-modal__container-header{flex-shrink:0}.yst-root .yst-modal__container-content{overflow:auto}.yst-root .yst-modal__panel .yst-modal__container-content{margin-right:-1.5rem;margin-left:-1.5rem;padding-right:1.5rem;padding-left:1.5rem}.yst-root .yst-notifications{display:flex;flex-direction:column;max-height:calc(100vh - 4rem);max-width:calc(100vw - 4rem);pointer-events:none;position:fixed;width:100%;z-index:20}.yst-root .yst-notifications>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.yst-root .yst-notifications--bottom-center{align-items:center;bottom:2rem}.yst-root .yst-notifications--bottom-left{bottom:2rem;right:2rem}.yst-root .yst-notifications--top-center{align-items:center;top:2rem}.yst-root .yst-notification{border-radius:.5rem;max-width:100%;overflow-y:auto;pointer-events:auto;width:20rem;z-index:20;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:1rem;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity));--tw-ring-opacity:0.05}.yst-root .yst-notification--large{width:24rem}.yst-root .yst-notification__icon{height:1.25rem;width:1.25rem}.yst-root .yst-pagination{display:inline-flex;isolation:isolate}.yst-root .yst-pagination>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1px*(1 - var(--tw-space-x-reverse)));margin-left:calc(-1px*var(--tw-space-x-reverse))}.yst-root .yst-pagination{border-radius:.375rem;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-pagination-display__text{font-weight:400;padding:.5rem .75rem;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(226 232 240/var(--tw-ring-opacity))}.yst-root .yst-pagination-display__current-text{font-weight:600;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.yst-root .yst-pagination-display__truncated{align-self:center;font-size:.8125rem;font-weight:600;padding:.5rem 1rem;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(226 232 240/var(--tw-ring-opacity))}.yst-root .yst-pagination-display__truncated,.yst-root .yst-pagination__button{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);display:inline-flex}.yst-root .yst-pagination__button{align-items:center;padding:.5rem;position:relative;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity))}.yst-root .yst-pagination__button:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))}.yst-root .yst-pagination__button:focus{outline-color:#a61e69;outline-offset:0;z-index:20}.yst-root .yst-pagination__button--active{z-index:10;--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity));font-size:.8125rem;font-weight:600;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-pagination__button--active:hover{--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity))}.yst-root .yst-pagination__button--active:focus{z-index:20}.yst-root .yst-pagination__button--active:focus-visible{border-radius:.125rem;outline-color:#a61e69;outline-offset:2px;outline-style:solid;outline-width:2px}.yst-root .yst-pagination__button--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-pagination__button--disabled:hover{background-color:initial}.yst-root .yst-pagination__button--disabled:focus{outline:2px solid #0000;outline-offset:2px}.yst-root .yst-radio-group--inline-block .yst-radio-group__options{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem}.yst-root .yst-radio-group--disabled .yst-radio-group__description,.yst-root .yst-radio-group--disabled .yst-radio-group__label{opacity:.5}.yst-root .yst-radio-group--disabled .yst-radio-group__label{cursor:not-allowed}.yst-root .yst-radio-group__label{margin-bottom:.5rem}.yst-root .yst-radio-group__options{display:flex;flex-direction:column;gap:.5rem}.yst-root .yst-radio-group__description{margin-bottom:1rem;margin-top:-.5rem}.yst-root .yst-select-field--disabled .yst-select-field__description,.yst-root .yst-select-field--disabled .yst-select-field__label{cursor:not-allowed;opacity:.5}.yst-root .yst-select-field__options{display:flex;flex-direction:column;gap:.75rem}.yst-root .yst-select-field__description,.yst-root .yst-select-field__validation{margin-top:.5rem}.yst-root .yst-mobile-navigation__top{position:sticky;top:0;width:100%;z-index:50}.yst-root .yst-mobile-navigation__dialog{display:flex;inset:0;position:fixed;z-index:50}.yst-root .yst-tag-field--disabled .yst-tag-field__description,.yst-root .yst-tag-field--disabled .yst-tag-field__label{cursor:not-allowed;opacity:.5}.yst-root .yst-tag-field__description,.yst-root .yst-tag-field__validation{margin-top:.5rem}.yst-root .yst-text-field--disabled .yst-text-field__description,.yst-root .yst-text-field--disabled .yst-text-field__label{opacity:.5}.yst-root .yst-text-field--disabled .yst-text-field__label{cursor:not-allowed}.yst-root .yst-text-field--read-only .yst-text-field__label{cursor:default}.yst-root .yst-text-field__description,.yst-root .yst-text-field__validation{margin-top:.5rem}.yst-root .yst-textarea-field--disabled .yst-textarea-field__description,.yst-root .yst-textarea-field--disabled .yst-textarea-field__label{opacity:.5}.yst-root .yst-textarea-field--disabled .yst-textarea-field__label{cursor:not-allowed}.yst-root .yst-text-field--read-only .yst-textarea-field__label{cursor:default}.yst-root .yst-textarea-field__description,.yst-root .yst-textarea-field__validation{margin-top:.5rem}.yst-root .yst-toggle-field{display:flex;flex-direction:column;gap:.25rem}.yst-root .yst-toggle-field--disabled .yst-toggle-field__description,.yst-root .yst-toggle-field--disabled .yst-toggle-field__label-wrapper{opacity:.5}.yst-root .yst-toggle-field--disabled .yst-toggle-field__description,.yst-root .yst-toggle-field--disabled .yst-toggle-field__label,.yst-root .yst-toggle-field--disabled .yst-toggle-field__label-wrapper{cursor:not-allowed}.yst-root .yst-toggle-field__header{align-items:center;display:flex;flex-direction:row;gap:1.5rem;justify-content:space-between}.yst-root .yst-toggle-field__label-wrapper{align-items:center;display:flex;gap:.25rem}.yst-root .yst-toggle-field__description{margin-left:4.25rem}.yst-sr-only{height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border-width:0!important;white-space:nowrap!important}.yst-pointer-events-none{pointer-events:none!important}.yst-invisible{visibility:hidden!important}.yst-fixed{position:fixed!important}.yst-absolute{position:absolute!important}.yst-relative{position:relative!important}.yst-inset-0{inset:0!important}.yst-right-0{left:0!important}.yst-top-0{top:0!important}.yst-z-10{z-index:10!important}.yst-z-30{z-index:30!important}.yst-z-40{z-index:40!important}.yst-m-0{margin:0!important}.yst-mx-auto{margin-right:auto!important;margin-left:auto!important}.yst--ml-1{margin-right:-.25rem!important}.yst--mr-14{margin-left:-3.5rem!important}.yst-mb-2{margin-bottom:.5rem!important}.yst-mb-px{margin-bottom:1px!important}.yst-ml-4{margin-right:1rem!important}.yst-ml-8{margin-right:2rem!important}.yst-mr-2{margin-left:.5rem!important}.yst-mr-4{margin-left:1rem!important}.yst-mt-1{margin-top:.25rem!important}.yst-mt-1\.5{margin-top:.375rem!important}.yst-mt-2{margin-top:.5rem!important}.yst-mt-3{margin-top:.75rem!important}.yst-mt-6{margin-top:1.5rem!important}.yst-block{display:block!important}.yst-flex{display:flex!important}.yst-inline-flex{display:inline-flex!important}.yst-hidden{display:none!important}.yst-h-0{height:0!important}.yst-h-12{height:3rem!important}.yst-h-16{height:4rem!important}.yst-h-3{height:.75rem!important}.yst-h-4{height:1rem!important}.yst-h-5{height:1.25rem!important}.yst-h-6{height:1.5rem!important}.yst-h-7{height:1.75rem!important}.yst-h-8{height:2rem!important}.yst-h-full{height:100%!important}.yst-w-0{width:0!important}.yst-w-12{width:3rem!important}.yst-w-2{width:.5rem!important}.yst-w-3{width:.75rem!important}.yst-w-4{width:1rem!important}.yst-w-5{width:1.25rem!important}.yst-w-6{width:1.5rem!important}.yst-w-8{width:2rem!important}.yst-w-full{width:100%!important}.yst-min-w-full{min-width:100%!important}.yst-max-w-none{max-width:none!important}.yst-max-w-xs{max-width:20rem!important}.yst-flex-1{flex:1 1 0%!important}.yst-flex-shrink-0,.yst-shrink-0{flex-shrink:0!important}.yst--translate-y-full{--tw-translate-y:-100%!important}.yst--translate-y-full,.yst-translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.yst-translate-y-0{--tw-translate-y:0px!important}.yst-translate-y-4{--tw-translate-y:1rem!important}.yst-translate-y-4,.yst-translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.yst-translate-y-full{--tw-translate-y:100%!important}.yst-scale-100{--tw-scale-x:1!important;--tw-scale-y:1!important}.yst-scale-100,.yst-scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.yst-scale-95{--tw-scale-x:.95!important;--tw-scale-y:.95!important}.yst-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@keyframes yst-spin{to{transform:rotate(-1turn)}}.yst-animate-spin{animation:yst-spin 1s linear infinite!important}.yst-cursor-wait{cursor:wait!important}.yst-list-disc{list-style-type:disc!important}.yst-flex-col{flex-direction:column!important}.yst-flex-wrap{flex-wrap:wrap!important}.yst-items-start{align-items:flex-start!important}.yst-items-center{align-items:center!important}.yst-justify-center{justify-content:center!important}.yst-justify-between{justify-content:space-between!important}.yst-gap-2{gap:.5rem!important}.yst-gap-3{gap:.75rem!important}.yst-space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(.25rem*var(--tw-space-y-reverse))!important;margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))!important}.yst-space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(2rem*var(--tw-space-y-reverse))!important;margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))!important}.yst-divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0!important;border-bottom-width:calc(1px*var(--tw-divide-y-reverse))!important;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))!important}.yst-divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1!important;border-color:rgb(229 231 235/var(--tw-divide-opacity))!important}.yst-divide-slate-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1!important;border-color:rgb(203 213 225/var(--tw-divide-opacity))!important}.yst-overflow-hidden{overflow:hidden!important}.yst-overflow-y-auto{overflow-y:auto!important}.yst-rounded-full{border-radius:9999px!important}.yst-rounded-lg{border-radius:.5rem!important}.yst-rounded-md{border-radius:.375rem!important}.yst-rounded-l-md{border-bottom-right-radius:.375rem!important;border-top-right-radius:.375rem!important}.yst-rounded-r-md{border-bottom-left-radius:.375rem!important;border-top-left-radius:.375rem!important}.yst-border-b{border-bottom-width:1px!important}.yst-border-r{border-left-width:1px!important}.yst-border-slate-200{--tw-border-opacity:1!important;border-color:rgb(226 232 240/var(--tw-border-opacity))!important}.yst-border-r-slate-200{--tw-border-opacity:1!important;border-left-color:rgb(226 232 240/var(--tw-border-opacity))!important}.yst-bg-red-100{--tw-bg-opacity:1!important;background-color:rgb(254 226 226/var(--tw-bg-opacity))!important}.yst-bg-slate-100{--tw-bg-opacity:1!important;background-color:rgb(241 245 249/var(--tw-bg-opacity))!important}.yst-bg-slate-200{--tw-bg-opacity:1!important;background-color:rgb(226 232 240/var(--tw-bg-opacity))!important}.yst-bg-slate-50{--tw-bg-opacity:1!important;background-color:rgb(248 250 252/var(--tw-bg-opacity))!important}.yst-bg-slate-600{--tw-bg-opacity:1!important;background-color:rgb(71 85 105/var(--tw-bg-opacity))!important}.yst-bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.yst-bg-opacity-75{--tw-bg-opacity:0.75!important}.yst-stroke-3{stroke-width:3px!important}.yst-p-1{padding:.25rem!important}.yst-px-2{padding-right:.5rem!important;padding-left:.5rem!important}.yst-px-3{padding-right:.75rem!important;padding-left:.75rem!important}.yst-px-4{padding-right:1rem!important;padding-left:1rem!important}.yst-py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.yst-py-4{padding-bottom:1rem!important;padding-top:1rem!important}.yst-py-6{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.yst-pb-1{padding-bottom:.25rem!important}.yst-pb-4{padding-bottom:1rem!important}.yst-pt-1{padding-top:.25rem!important}.yst-text-left{text-align:right!important}.yst-text-center{text-align:center!important}.yst-text-sm{font-size:.8125rem!important}.yst-font-medium{font-weight:500!important}.yst-font-normal{font-weight:400!important}.yst-font-semibold{font-weight:600!important}.yst-leading-4{line-height:1rem!important}.yst-text-gray-500{--tw-text-opacity:1!important;color:rgb(107 114 128/var(--tw-text-opacity))!important}.yst-text-primary-500{--tw-text-opacity:1!important;color:rgb(166 30 105/var(--tw-text-opacity))!important}.yst-text-red-600{--tw-text-opacity:1!important;color:rgb(220 38 38/var(--tw-text-opacity))!important}.yst-text-slate-400{--tw-text-opacity:1!important;color:rgb(148 163 184/var(--tw-text-opacity))!important}.yst-text-slate-500{--tw-text-opacity:1!important;color:rgb(100 116 139/var(--tw-text-opacity))!important}.yst-text-slate-600{--tw-text-opacity:1!important;color:rgb(71 85 105/var(--tw-text-opacity))!important}.yst-text-slate-800{--tw-text-opacity:1!important;color:rgb(30 41 59/var(--tw-text-opacity))!important}.yst-text-slate-900{--tw-text-opacity:1!important;color:rgb(15 23 42/var(--tw-text-opacity))!important}.yst-text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.yst-no-underline{-webkit-text-decoration-line:none!important;text-decoration-line:none!important}.yst-opacity-0{opacity:0!important}.yst-opacity-100{opacity:1!important}.yst-opacity-25{opacity:.25!important}.yst-opacity-75{opacity:.75!important}.yst-shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a!important;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)!important}.yst-shadow,.yst-shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.yst-shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important}.yst-shadow-amber-700\/30{--tw-shadow-color:#b453094d!important;--tw-shadow:var(--tw-shadow-colored)!important}.yst-ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.yst-ring-black{--tw-ring-opacity:1!important;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity))!important}.yst-ring-opacity-5{--tw-ring-opacity:0.05!important}.yst-grayscale{--tw-grayscale:grayscale(100%)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.yst-transition{transition-duration:.15s!important;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.yst-transition-opacity{transition-duration:.15s!important;transition-property:opacity!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.yst-delay-200{transition-delay:.2s!important}.yst-duration-100{transition-duration:.1s!important}.yst-duration-1000{transition-duration:1s!important}.yst-duration-150{transition-duration:.15s!important}.yst-duration-200{transition-duration:.2s!important}.yst-duration-300{transition-duration:.3s!important}.yst-duration-75{transition-duration:75ms!important}.yst-ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)!important}.yst-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.yst-ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)!important}.odd\:yst-bg-white:nth-child(odd){--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.even\:yst-bg-slate-50:nth-child(2n),.hover\:yst-bg-slate-50:hover{--tw-bg-opacity:1!important;background-color:rgb(248 250 252/var(--tw-bg-opacity))!important}.hover\:yst-text-slate-500:hover{--tw-text-opacity:1!important;color:rgb(100 116 139/var(--tw-text-opacity))!important}.hover\:yst-text-slate-900:hover{--tw-text-opacity:1!important;color:rgb(15 23 42/var(--tw-text-opacity))!important}.focus\:yst-outline-none:focus{outline:2px solid #0000!important;outline-offset:2px!important}.focus\:yst-ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.focus\:yst-ring-1:focus,.focus\:yst-ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.focus\:yst-ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.focus\:yst-ring-inset:focus{--tw-ring-inset:inset!important}.focus\:yst-ring-primary-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))!important}.focus\:yst-ring-offset-1:focus{--tw-ring-offset-width:1px!important}.focus\:yst-ring-offset-2:focus{--tw-ring-offset-width:2px!important}.focus\:yst-ring-offset-transparent:focus{--tw-ring-offset-color:#0000!important}.yst-group:hover .group-hover\:yst-text-slate-500{--tw-text-opacity:1!important;color:rgb(100 116 139/var(--tw-text-opacity))!important}@media (min-width:640px){.sm\:yst-mx-0{margin-right:0!important;margin-left:0!important}.sm\:yst-ml-4{margin-right:1rem!important}.sm\:yst-mt-0{margin-top:0!important}.sm\:yst-flex{display:flex!important}.sm\:yst-h-10{height:2.5rem!important}.sm\:yst-w-10{width:2.5rem!important}.sm\:yst-translate-y-0{--tw-translate-y:0px!important}.sm\:yst-scale-100,.sm\:yst-translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sm\:yst-scale-100{--tw-scale-x:1!important;--tw-scale-y:1!important}.sm\:yst-scale-95{--tw-scale-x:.95!important;--tw-scale-y:.95!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}}.rtl\:yst-rotate-180:where([dir=rtl],[dir=rtl] *){--tw-rotate:180deg!important;tw-rotate:180deg!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sm\:yst-flex-row-reverse{flex-direction:row-reverse!important}.sm\:yst-items-start{align-items:flex-start!important}.sm\:yst-text-left{text-align:right!important}.yst-root :-moz-focusring{outline:auto}.yst-root :-moz-ui-invalid{box-shadow:none}.yst-root input::-moz-placeholder,.yst-root textarea::-moz-placeholder{color:#6b7280;opacity:1}.yst-root [type=date]::-moz-placeholder,.yst-root [type=datetime-local]::-moz-placeholder,.yst-root [type=email]::-moz-placeholder,.yst-root [type=month]::-moz-placeholder,.yst-root [type=number]::-moz-placeholder,.yst-root [type=password]::-moz-placeholder,.yst-root [type=search]::-moz-placeholder,.yst-root [type=tel]::-moz-placeholder,.yst-root [type=text]::-moz-placeholder,.yst-root [type=time]::-moz-placeholder,.yst-root [type=url]::-moz-placeholder,.yst-root [type=week]::-moz-placeholder{color:#6b7280;opacity:1}.yst-root textarea::-moz-placeholder{color:#6b7280;opacity:1}.yst-root [type=date]::-moz-placeholder,.yst-root [type=datetime-local]::-moz-placeholder,.yst-root [type=email]::-moz-placeholder,.yst-root [type=month]::-moz-placeholder,.yst-root [type=number]::-moz-placeholder,.yst-root [type=password]::-moz-placeholder,.yst-root [type=search]::-moz-placeholder,.yst-root [type=tel]::-moz-placeholder,.yst-root [type=text]::-moz-placeholder,.yst-root [type=time]::-moz-placeholder,.yst-root [type=url]::-moz-placeholder,.yst-root [type=week]::-moz-placeholder,.yst-root textarea::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(100 116 139/var(--tw-placeholder-opacity))}.yst-root .yst-autocomplete--error .yst-autocomplete__input::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.yst-root .yst-tag-input::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(100 116 139/var(--tw-placeholder-opacity))}[class=yst-root] .styles-module__paginationTitleSkeleton--ePjfS{height:13px;width:131px}[class=yst-root] div.styles-module__modal--quowq{z-index:1050}.styles-module__generatorContainer--jWKDs{border-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));width:696px}.styles-module__logo--gDbXB{background-color:var(--yoast-color-primary);display:inline-block;height:1.25rem;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:1.25rem}.styles-module__modalTitle--LTCoD{align-items:center;display:flex;font-size:18px;font-weight:500;letter-spacing:.5px;line-height:27px;margin:24px}.styles-module__modalTitle--LTCoD>*{margin-left:8px}[class=yst-root] div.styles-module__modalContainer--DyT0w{max-width:696px;overflow:visible;padding:0!important;position:sticky;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}[class=yst-root] div.styles-module__modalContainer--DyT0w div.styles-module__modalContent--uxbqo{margin:0;padding-right:0;padding-left:0;position:relative}[class=yst-root] div.styles-module__modalContainer--DyT0w div.styles-module__modalContent--uxbqo .styles-module__fadeOut--O2ZCu:before{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));content:"";display:block;height:24px;margin-top:-24px;mask-image:linear-gradient(180deg,#0000,#000);position:sticky;top:calc(100% - 24px);width:100%}[class=yst-root] div.styles-module__modalContainer--DyT0w h1{--tw-border-opacity:1;border-bottom-width:1px;border-color:rgb(229 231 235/var(--tw-border-opacity))}.styles-module__floatingCounter--KzR9L{position:absolute;left:48px;top:-10px}.styles-module__learnMore--mrUIw{margin-right:-4px}.styles-module__learnMore--mrUIw svg{height:1rem;width:1rem;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}[class=yst-root] .styles-module__buttonArea--I6ND0{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:0 0 .5rem .5rem;border-width:1px 0 0;display:flex;justify-content:flex-end;padding:24px;width:100%}[class=yst-root] .styles-module__buttonArea--I6ND0>button{margin-right:.75rem}[class=yst-root] .styles-module__buttonArea--I6ND0>button svg{height:16px;margin-left:8px;width:16px}.styles-module__aiGenerator--Q4G7H{width:100%}.styles-module__aiGenerator--Q4G7H .styles-module__errorBanner--Aynek{margin:0 24px 16px;padding:0}.styles-module__aiGenerator--Q4G7H .styles-module__errorBanner--Aynek.styles-module__fullError--eTOfR{margin:16px}.styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='768' height='174' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M0 0h768v174H0z'/%3E%3Cg filter='url(%23b)' opacity='.15'%3E%3Cellipse cx='384' cy='87' fill='url(%23c)' rx='304' ry='43'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='c' x1='80' x2='453.361' y1='44' y2='386.089' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A61E69'/%3E%3Cstop offset='1' stop-color='%236366F1'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h768v174H0z'/%3E%3C/clipPath%3E%3Cfilter id='b' width='736' height='214' x='16' y='-20' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_862_1019' stdDeviation='32'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:auto;display:flex;justify-items:center;max-width:100%}.styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h.styles-module__social--I2bZ1{margin-bottom:1em}.styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h .styles-module__preview--AMJ8q{background:#0000;margin:8px auto;max-width:100%;padding:0}.styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h .styles-module__preview--AMJ8q .styles-module__desktopPreview--KClpl{margin:0 24px;width:calc(100% - 48px)}.styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h .styles-module__preview--AMJ8q .styles-module__desktopPreview--KClpl section>div:last-child{margin:.5rem 0 0}.styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h .styles-module__preview--AMJ8q .styles-module__desktopPreview--KClpl section>div:last-child>div{align-items:center;display:flex;justify-content:center}.styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h .styles-module__preview--AMJ8q .styles-module__desktopPreview--KClpl section>div:first-child{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:8px;box-shadow:0 1px 6px #20212447;margin:inherit;padding:1rem}.styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h .styles-module__preview--AMJ8q .styles-module__desktopPreview--KClpl section>div:first-child>div{align-items:inherit;display:inherit;justify-content:inherit}.styles-module__social--I2bZ1 .styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h .styles-module__preview--AMJ8q{width:100%}.styles-module__social--I2bZ1 .styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h .styles-module__preview--AMJ8q>div{margin:1em auto}.styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h .styles-module__preview--AMJ8q>section>div{background:#fff}.styles-module__aiGenerator--Q4G7H .styles-module__titleProgress--BlLuI{font-size:.8125rem;font-weight:500;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity));padding:16px 24px}.styles-module__aiGenerator--Q4G7H .styles-module__mainTitle--hcBkm{font-size:.8125rem;font-weight:500;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity));display:flex;justify-content:space-between;padding:24px 24px 16px}.styles-module__aiGenerator--Q4G7H .styles-module__mainTitle--hcBkm .styles-module__mainTitleSkeleton--CSk1Z{height:13px;width:98px}.styles-module__aiGenerator--Q4G7H .styles-module__progressBar--y7Coy{margin:.5em 0}.styles-module__aiGenerator--Q4G7H .styles-module__progressBar--y7Coy.styles-module__good--Ueni9>div{background-color:#7ad03a}.styles-module__aiGenerator--Q4G7H .styles-module__progressBar--y7Coy.styles-module__good--Ueni9.styles-module__altColors--o1t8E>div{background-color:#4ade80}.styles-module__aiGenerator--Q4G7H .styles-module__progressBar--y7Coy.styles-module__ok--RvqJ4>div{background-color:#ee7c1b}.styles-module__aiGenerator--Q4G7H .styles-module__progressBar--y7Coy.styles-module__bad--_XMc7>div{background-color:#dc3232}.styles-module__skeletonPreview--QYdU8{background:#fff;border-radius:.5rem;margin:auto;padding:16px;width:400px}.styles-module__skeletonPreview--QYdU8 .styles-module__header--vHY_T{display:flex;margin-bottom:21px}.styles-module__skeletonPreview--QYdU8 .styles-module__header--vHY_T .styles-module__firstColumn--dorvx>span{border-radius:28px;height:28px;margin-left:12px;width:28px}.styles-module__skeletonPreview--QYdU8 .styles-module__header--vHY_T .styles-module__secondColumn--m5oLy>span{border-radius:4px;height:13px}.styles-module__skeletonPreview--QYdU8 .styles-module__header--vHY_T .styles-module__secondColumn--m5oLy>span:first-child{margin-bottom:3px;width:123px}.styles-module__skeletonPreview--QYdU8 .styles-module__header--vHY_T .styles-module__secondColumn--m5oLy>span:nth-child(2){width:276px}.styles-module__skeletonPreview--QYdU8 .styles-module__content--cEMcn>span{border-radius:4px}.styles-module__skeletonPreview--QYdU8 .styles-module__content--cEMcn>span:first-child{height:20px;margin-bottom:16px;width:368px}.styles-module__skeletonPreview--QYdU8 .styles-module__content--cEMcn>span:nth-child(2){height:13px;margin-bottom:8px;width:368px}.styles-module__skeletonPreview--QYdU8 .styles-module__content--cEMcn>span:nth-child(3){height:13px;width:221px}.styles-module__mockedSelector--_0Gy5{display:flex;items-align:center}.styles-module__mockedSelector--_0Gy5 .styles-module__emptyCircle--nibrZ{border-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:16px;height:16px;margin-left:8px;width:16px}.styles-module__mockedSelector--_0Gy5>span:nth-child(2){height:13px;margin-left:16px;width:82px}.styles-module__mockedSelector--_0Gy5>span:nth-child(4){height:13px;width:92px}form.styles-module__suggestionList--CVXuA{min-width:320px;width:100%}form.styles-module__suggestionList--CVXuA .styles-module__row--ioJoB{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));font-size:.8125rem;padding:1rem .75rem;--tw-text-opacity:1;align-items:center;border-width:0 1px 1px;color:rgb(71 85 105/var(--tw-text-opacity));display:flex}form.styles-module__suggestionList--CVXuA .styles-module__row--ioJoB:first-of-type{border-top-right-radius:.5rem;border-top-left-radius:.5rem;border-top-width:1px}form.styles-module__suggestionList--CVXuA .styles-module__row--ioJoB:last-of-type{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;--tw-divide-y-reverse:1px}form.styles-module__suggestionList--CVXuA .styles-module__row--ioJoB.styles-module__selectedOption--hcd4O{--tw-border-opacity:1;border-color:rgb(143 15 87/var(--tw-border-opacity));--tw-text-opacity:1;border-top-width:1px;color:rgb(15 23 42/var(--tw-text-opacity));margin-top:-1px}form.styles-module__suggestionList--CVXuA .styles-module__row--ioJoB.styles-module__selectedOption--hcd4O:first-of-type{margin-top:0}form.styles-module__suggestionList--CVXuA .styles-module__innerOption--jmXHJ{align-items:center;display:flex}form.styles-module__suggestionList--CVXuA .styles-module__optionLabel--kZshU{flex:1 1 auto}form.styles-module__suggestionList--CVXuA .styles-module__loadingMock--Mr6WN{align-items:center;display:flex;height:1.5em;justify-content:space-between;width:100%}form.styles-module__suggestionList--CVXuA .styles-module__loadingMock--Mr6WN .styles-module__labelMock--NITYK{flex:1 0 auto;height:.75rem;margin-right:16px}form.styles-module__suggestionList--CVXuA .styles-module__pagination--FYqPO{display:flex;justify-content:flex-end;margin-top:1em;width:100%}:root{--yoast-svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E")}.styles-module__gradientBorder--FrZBT,.styles-module__gradientBorderButton--gGjJv>button,[class=yst-root] span.styles-module__gradientBorder--FrZBT{position:absolute;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-gradient-from:#faf3f7 var(--tw-gradient-from-position);--tw-gradient-to:#faf3f700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#eef2ff var(--tw-gradient-to-position);--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);border-image:linear-gradient(to bottom right,#cd82ab,#a5b4fc) 1;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);display:flex;justify-content:flex-start;position:relative;z-index:0;text-wrap:wrap;flex-direction:row;overflow:hidden}.styles-module__gradientBorder--FrZBT>svg,.styles-module__gradientBorderButton--gGjJv>button>svg,[class=yst-root] span.styles-module__gradientBorder--FrZBT>svg{margin-left:8px}.styles-module__gradientBorder--FrZBT:before,.styles-module__gradientBorderButton--gGjJv>button:before,[class=yst-root] span.styles-module__gradientBorder--FrZBT:before{background:linear-gradient(to bottom left,#cd82ab,#a5b4fc);border-radius:inherit;bottom:0;content:"";right:0;mask:linear-gradient(#fff,#fff) content-box,linear-gradient(#fff,#fff) border-box;mask-composite:exclude;padding:1px;position:absolute;left:0;top:0;z-index:-1}[class=yst-root] .styles-module__notificationWithToast--IBfwe>div{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops));border-radius:.5rem;display:inline-block;max-width:24rem}[class=yst-root] .styles-module__notificationWithToast--IBfwe>span{inset-inline-start:265px;position:absolute;top:.25rem;z-index:10}[class=yst-root] .styles-module__notificationWithToast--IBfwe>div>div{overflow-y:visible;padding:1rem}[class=yst-root] .styles-module__notificationWithToast--IBfwe>div>div:first-child{padding-bottom:0}.styles-module__header--mjkFl{font-size:.8125rem;font-weight:500;--tw-text-opacity:1;align-items:baseline;color:rgb(15 23 42/var(--tw-text-opacity));display:flex;justify-content:space-between;padding:0 24px}.styles-module__header--mjkFl button svg{margin-left:8px}.styles-module__suggestions--sUYxk{font-size:.8125rem;padding:8px 24px 40px}.styles-module__suggestions--sUYxk .styles-module__suggestionsNote--P23gI{font-size:.75rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity));font-size:11px;margin-top:.5rem}#radio-group-typeSelector>div{flex-direction:row;gap:1.5rem}[class=yst-root] span.styles-module__badge--rMVjT{height:18px;position:absolute;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-gradient-from:#faf3f7 var(--tw-gradient-from-position);--tw-gradient-to:#faf3f700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#eef2ff var(--tw-gradient-to-position);--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);border-image:linear-gradient(to bottom right,#cd82ab,#a5b4fc) 1;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);position:relative;z-index:0}[class=yst-root] span.styles-module__badge--rMVjT:before{background:linear-gradient(to bottom left,#cd82ab,#a5b4fc);border-radius:inherit;bottom:0;content:"";right:0;mask:linear-gradient(#fff,#fff) content-box,linear-gradient(#fff,#fff) border-box;mask-composite:exclude;padding:1px;position:absolute;left:0;top:0;z-index:-1}.styles-module__icon--y4uAf{margin-left:.25rem;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity));width:11px;fill:linear-gradient(90deg,#3f87a6,#ebf8e1,#f69d3c)}.styles-module__data--C2k4_{font-weight:600;margin-left:.25rem;--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}[class=yst-root] .styles-module__toastWithUsageCounter--q44P2>div{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops));border-radius:.5rem;display:inline-block;max-width:24rem}[class=yst-root] .styles-module__toastWithUsageCounter--q44P2>span{inset-inline-start:265px;position:absolute;top:.25rem;z-index:10}[class=yst-root] .styles-module__toastWithUsageCounter--q44P2>div>div{overflow-y:visible;padding:1rem}[class=yst-root] .styles-module__toastWithUsageCounter--q44P2>div>div:first-child{padding-bottom:0}[class=yst-root] .styles-module__buttonGroup--BqLdI{display:flex;flex-direction:row-reverse;gap:.25rem;margin-left:-2.25rem;margin-top:.75rem}[class=yst-root] .styles-module__logo--JhJ6O{background-color:var(--yoast-color-primary);display:inline-block;height:1rem;margin-top:.125rem;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:1rem}[class=yst-root] div.styles-module__skeletonWrapperTop--TovVH{display:flex;gap:.25rem;justify-content:space-between}[class=yst-root] span.styles-module__skeleton--u4mld{height:18px;width:18px}[class=yst-root] div.styles-module__skeletonLoaderWrapper--HI7Rm{flex-grow:1}[class=yst-root] span.styles-module__skeletonLoader1--acDyN{height:1rem;width:100%}[class=yst-root] span.styles-module__skeletonLoader2--f4AbH{height:1rem;margin-top:.25rem;width:100%}[class=yst-root] span.styles-module__skeletonLoader3--pI6W5{height:1rem;margin-top:.125rem;width:100%}[class=yst-root] span.styles-module__skeletonLoader4--l4uCY{height:1rem;margin-top:.125rem;width:8rem}[class=yst-root] div.styles-module__skeletonWrapperBottom--HMog6{align-items:center;display:flex;gap:.25rem;justify-content:flex-end;margin-right:-.75rem;margin-top:1rem}[class=yst-root] span.styles-module__skeletonLoaderButtons--HkdNq{height:1.75rem;width:4rem}[class=yst-root] .styles-module__toastContentWrapper--e321x{display:flex;justify-content:flex-end}[class=yst-root] .styles-module__toastContentWrapper--e321x div:last-child{display:inline-block!important}[class=yst-root] .styles-module__toastContentContainer--UNMow{margin-right:.75rem;margin-left:1rem}[class=yst-root] .styles-module__toastContentContainerHeader--L5Dw3{align-items:center;display:flex;gap:.5rem;margin-bottom:.25rem}[class=yst-root] .styles-module__toastContentLink--cZjl1{align-items:center;display:inline-flex;font-size:.75rem;font-weight:500;gap:.25rem;margin-top:.5rem}[class=yst-root] .styles-module__toastContentArrow--xnqYS{height:1rem;width:1rem}[class=yst-root] .styles-module__toastContentArrow--xnqYS:where([dir=rtl],[dir=rtl] *){--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}[class=yst-root] .styles-module__toastContentButtonsWrapper--YHI5c{display:flex;gap:.75rem;justify-content:flex-end;margin-right:-.75rem;margin-top:.5rem}[class=yst-root] .styles-module__toastContentApplyButton--SlRYX{padding-right:.5rem;padding-left:.5rem}[class=yst-root] .styles-module__toastContentApplyButton--SlRYX .styles-module__buttonIcon--v49u_{height:1rem;width:1rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}[class=yst-root] .styles-module__toastContentApplyButton--SlRYX .styles-module__buttonText--ec2s0{margin-right:.25rem;margin-left:.25rem}[class=yst-root] div.styles-module__modal--CWdoh{z-index:1050}[class=yst-root] div.styles-module__modal--CWdoh .styles-module__modalContainer--RcX43{border-radius:1.5rem;display:inline-block;max-width:512px;overflow:hidden;padding:0;position:relative;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));text-align:right;vertical-align:bottom;--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:640px){[class=yst-root] div.styles-module__modal--CWdoh .styles-module__modalContainer--RcX43{margin:2rem 1rem;vertical-align:middle}}[class=yst-root] div.styles-module__modal--CWdoh .styles-module__modalContainer--RcX43 [class=yst-modal__close] button{background-color:initial}[class=yst-root] div.styles-module__modal--CWdoh .styles-module__modalContainer--RcX43 [class=yst-modal__close] button svg{height:1.5rem;width:1.5rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}[class=yst-root] div.styles-module__modal--CWdoh .styles-module__bigModal--xut4N{max-width:48rem}[class=yst-root] div.styles-module__modal--CWdoh .styles-module__bigModal--xut4N .styles-module__introModal--rMyze .styles-module__buttonSection--fA_Lt .styles-module__main--KD5ki{margin-top:2rem}.styles-module__badge--anxyN{position:absolute;left:16px;top:-12px}.styles-module__consentModal--A_0w0,.styles-module__introModal--rMyze{align-items:center;display:flex;flex-direction:column;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));max-width:512px;padding:2.5rem 2.5rem 1rem}.styles-module__consentModal--A_0w0 .styles-module__top--Jckd_,.styles-module__introModal--rMyze .styles-module__top--Jckd_{height:340px;inset:0;position:absolute;--tw-bg-opacity:0.25;background-image:linear-gradient(to bottom,var(--tw-gradient-stops));--tw-gradient-from:#a61e6940 var(--tw-gradient-from-position);--tw-gradient-to:#a61e6900 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#ffffff40 var(--tw-gradient-to-position)}.styles-module__consentModal--A_0w0 .styles-module__content--s8aPG,.styles-module__introModal--rMyze .styles-module__content--s8aPG{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;text-align:center}.styles-module__consentModal--A_0w0 .styles-module__image--EZwCo,.styles-module__introModal--rMyze .styles-module__image--EZwCo{aspect-ratio:16/9;border-radius:.5rem;overflow:hidden;width:100%;--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.styles-module__consentModal--A_0w0 .styles-module__title--upMch,.styles-module__introModal--rMyze .styles-module__title--upMch{font-size:1.125rem;font-weight:500;margin-top:1.5rem;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.styles-module__consentModal--A_0w0 .styles-module__checkbox--BNgin,.styles-module__introModal--rMyze .styles-module__checkbox--BNgin{align-items:flex-start;border-top-width:1px;font-size:.75rem;margin-top:1.25rem;padding-top:1rem;text-align:right;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.styles-module__consentModal--A_0w0 .styles-module__checkbox--BNgin label,.styles-module__introModal--rMyze .styles-module__checkbox--BNgin label{font-size:.75rem;font-weight:400;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.styles-module__consentModal--A_0w0 .styles-module__buttons--Synlt,.styles-module__introModal--rMyze .styles-module__buttons--Synlt{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;width:100%}.styles-module__consentModal--A_0w0 .styles-module__learnMoreLink--ZdsMp,.styles-module__introModal--rMyze .styles-module__learnMoreLink--ZdsMp{font-weight:500;--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity));-webkit-text-decoration-line:none;text-decoration-line:none}.styles-module__introModal--rMyze{max-width:48rem;padding:2.5rem}.styles-module__introModal--rMyze .styles-module__separator--uFWrD{margin-top:1.5rem;width:100%;--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.styles-module__introModal--rMyze .styles-module__mainVideo--jjRHv{overflow:visible;position:relative;width:100%}.styles-module__introModal--rMyze .styles-module__mainVideo--jjRHv .styles-module__video--QfVLI{aspect-ratio:16/9;border-radius:.5rem;overflow:hidden;width:100%;--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.styles-module__introModal--rMyze .styles-module__mainVideo--jjRHv .styles-module__video--QfVLI>*{max-width:100%}.styles-module__introModal--rMyze .styles-module__learnMoreLink--ZdsMp{align-items:center;display:inline-flex;font-weight:500;gap:.25rem;-webkit-text-decoration-line:none;text-decoration-line:none}.styles-module__introModal--rMyze .styles-module__titleSection--uRoF8{align-items:center;display:flex;font-size:.75rem;font-weight:500;margin-top:1.5rem;max-width:600px}.styles-module__introModal--rMyze .styles-module__titleSection--uRoF8 .styles-module__byline--eXZ9f{text-transform:uppercase;--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity));letter-spacing:.8px;margin-right:8px}.styles-module__introModal--rMyze .styles-module__mainContentSection--DEAYV{margin-right:.375rem;margin-left:.375rem;margin-top:1rem;max-width:600px;text-align:center}.styles-module__introModal--rMyze .styles-module__mainContentSection--DEAYV .styles-module__mainContentHeader--b2brO{font-size:1.125rem;font-weight:500;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.styles-module__introModal--rMyze .styles-module__mainContentSection--DEAYV .styles-module__mainContentText--dnFSm{font-size:.8125rem;margin-top:.5rem;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.styles-module__introModal--rMyze .styles-module__mainContentSection--DEAYV .styles-module__mainContentText--dnFSm .styles-module__contentIcon--aE3SN{height:1rem;width:1rem}.styles-module__introModal--rMyze .styles-module__mainContentSection--DEAYV .styles-module__mainContentText--dnFSm .styles-module__contentIcon--aE3SN:where([dir=rtl],[dir=rtl] *){--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.styles-module__introModal--rMyze .styles-module__interactionSection--htDGA{align-items:flex-start;display:flex;margin-top:1rem}.styles-module__introModal--rMyze .styles-module__interactionSection--htDGA .styles-module__consentCheck--adf26:before{--tw-content:none;content:var(--tw-content)}.styles-module__introModal--rMyze .styles-module__interactionSection--htDGA .styles-module__consentLabel--JOn4k{font-size:.8125rem;font-weight:400;margin-right:.75rem;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.styles-module__introModal--rMyze .styles-module__buttonSection--fA_Lt{display:flex;margin-top:1rem;width:100%}.styles-module__introModal--rMyze .styles-module__buttonSection--fA_Lt .styles-module__main--KD5ki{flex-grow:1}.styles-module__introModal--rMyze .styles-module__buttonSection--fA_Lt .styles-module__close--nBst_{margin-top:1rem}.styles-module__warningPrompt--FUbHc .styles-module__body--c3lMd{align-items:flex-start;display:flex}@media (min-width:640px){.styles-module__warningPrompt--FUbHc .styles-module__body--c3lMd{align-items:flex-start;display:flex}}.styles-module__warningPrompt--FUbHc .styles-module__body--c3lMd .styles-module__warningIconContainer--NcQlL{align-items:center;border-radius:9999px;display:flex;flex-shrink:0;height:3rem;justify-content:center;margin-right:auto;margin-left:auto;width:3rem;--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}@media (min-width:640px){.styles-module__warningPrompt--FUbHc .styles-module__body--c3lMd .styles-module__warningIconContainer--NcQlL{height:2.5rem;margin-right:0;margin-left:0;width:2.5rem}}.styles-module__warningPrompt--FUbHc .styles-module__body--c3lMd .styles-module__icon--ap2v5{height:1.5rem;width:1.5rem;--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.styles-module__warningPrompt--FUbHc .styles-module__body--c3lMd .styles-module__prompt--KATqc{margin-top:.75rem;text-align:center}@media (min-width:640px){.styles-module__warningPrompt--FUbHc .styles-module__body--c3lMd .styles-module__prompt--KATqc{margin-right:1rem;margin-top:0;text-align:right}}.styles-module__warningPrompt--FUbHc .styles-module__body--c3lMd .styles-module__prompt--KATqc .styles-module__content--s8aPG{font-size:.8125rem;margin-top:.5rem;padding-bottom:1rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.styles-module__warningPrompt--FUbHc .styles-module__buttonSection--fA_Lt{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}@media (min-width:640px){.styles-module__warningPrompt--FUbHc .styles-module__buttonSection--fA_Lt{flex-direction:row-reverse}}.styles-module__logo--cl0TH{background-color:var(--yoast-color-primary);display:inline-block;height:1.25rem;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:1.25rem}.styles-module__errorModalHeader--_cNpd{align-items:center;display:flex;gap:.5rem;justify-content:flex-start}.styles-module__errorModalContentWrapper--c24iV{display:flex;flex-direction:column;margin-top:1.5rem}.styles-module__errorModalContentWrapper--c24iV>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.styles-module__errorModalLogo--X11B0{height:1.25rem;width:1.25rem}.styles-module__errorModalTitle--vms_Y{font-size:1.125rem;margin-inline-end:.375rem;margin-inline-start:.75rem;margin-right:.75rem;margin-left:.375rem}.styles-module__questionMarkCircle--rbmIj{height:1rem;width:1rem;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.styles-module__aiErrorModalLink--WHw0z{margin-left:.5rem;-webkit-text-decoration-line:none;text-decoration-line:none}.styles-module__errorModalButtonsWrapper--zknbB{display:flex;margin-bottom:.25rem;margin-top:1.5rem;place-content:end}.styles-module__errorModalButtonsWrapper--zknbB>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-left:calc(.75rem*var(--tw-space-x-reverse))}.styles-module__errorModalButtonsWrapper--zknbB:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}@media (max-height:840px){[class=yst-root] div.styles-module__modal--CWdoh{height:100%;overflow:scroll;padding:0;position:fixed;text-align:center}[class=yst-root] div.styles-module__modal--CWdoh div[class=yst-modal__layout]{display:block;position:relative}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/ai-frontend-2640.css b/wp-content/plugins/wordpress-seo/css/dist/ai-frontend-2640.css
new file mode 100755
index 00000000..a7176440
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/ai-frontend-2640.css
@@ -0,0 +1 @@
+.yst-root *,.yst-root :after,.yst-root :before{border:0 solid #e5e7eb;box-sizing:border-box}.yst-root :after,.yst-root :before{--tw-content:""}.yst-root{-webkit-text-size-adjust:100%;margin:0;tab-size:4}.yst-root hr{border-top-width:1px;color:inherit;height:0}.yst-root abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.yst-root h1,.yst-root h2,.yst-root h3,.yst-root h4,.yst-root h5,.yst-root h6{font-size:inherit;font-weight:inherit}.yst-root a{color:inherit;text-decoration:inherit}.yst-root b,.yst-root strong{font-weight:bolder}.yst-root code,.yst-root kbd,.yst-root pre,.yst-root samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.yst-root small{font-size:80%}.yst-root sub,.yst-root sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}.yst-root sub{bottom:-.25em}.yst-root sup{top:-.5em}.yst-root table{border-collapse:collapse;border-color:inherit;text-indent:0}.yst-root button,.yst-root input,.yst-root optgroup,.yst-root select,.yst-root textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}.yst-root button,.yst-root select{text-transform:none}.yst-root [type=button],.yst-root [type=reset],.yst-root [type=submit],.yst-root button{-webkit-appearance:button;background-color:initial;background-image:none}.yst-root progress{vertical-align:initial}.yst-root ::-webkit-inner-spin-button,.yst-root ::-webkit-outer-spin-button{height:auto}.yst-root [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.yst-root ::-webkit-search-decoration{-webkit-appearance:none}.yst-root ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.yst-root summary{display:list-item}.yst-root blockquote,.yst-root dd,.yst-root dl,.yst-root figure,.yst-root h1,.yst-root h2,.yst-root h3,.yst-root h4,.yst-root h5,.yst-root h6,.yst-root hr,.yst-root p,.yst-root pre{margin:0}.yst-root fieldset{margin:0;padding:0}.yst-root legend{padding:0}.yst-root menu,.yst-root ol,.yst-root ul{list-style:none;margin:0;padding:0}.yst-root textarea{resize:vertical}.yst-root input::placeholder,.yst-root textarea::placeholder{color:#6b7280;opacity:1}.yst-root [role=button],.yst-root button{cursor:pointer}.yst-root :disabled{cursor:default}.yst-root audio,.yst-root canvas,.yst-root embed,.yst-root iframe,.yst-root img,.yst-root object,.yst-root svg,.yst-root video{display:block;vertical-align:middle}.yst-root img,.yst-root video{height:auto;max-width:100%}.yst-root [type=date],.yst-root [type=datetime-local],.yst-root [type=email],.yst-root [type=month],.yst-root [type=number],.yst-root [type=password],.yst-root [type=search],.yst-root [type=tel],.yst-root [type=text],.yst-root [type=time],.yst-root [type=url],.yst-root [type=week]{appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem;--tw-shadow:0 0 #0000}.yst-root [type=date]:focus,.yst-root [type=datetime-local]:focus,.yst-root [type=email]:focus,.yst-root [type=month]:focus,.yst-root [type=number]:focus,.yst-root [type=password]:focus,.yst-root [type=search]:focus,.yst-root [type=tel]:focus,.yst-root [type=text]:focus,.yst-root [type=time]:focus,.yst-root [type=url]:focus,.yst-root [type=week]:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.yst-root [type=date]::placeholder,.yst-root [type=datetime-local]::placeholder,.yst-root [type=email]::placeholder,.yst-root [type=month]::placeholder,.yst-root [type=number]::placeholder,.yst-root [type=password]::placeholder,.yst-root [type=search]::placeholder,.yst-root [type=tel]::placeholder,.yst-root [type=text]::placeholder,.yst-root [type=time]::placeholder,.yst-root [type=url]::placeholder,.yst-root [type=week]::placeholder{color:#6b7280;opacity:1}.yst-root [type=date]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=datetime-local]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=email]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=month]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=number]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=password]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=search]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=tel]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=text]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=time]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=url]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=week]::-webkit-datetime-edit-fields-wrapper{padding:0}.yst-root [type=date]::-webkit-date-and-time-value,.yst-root [type=datetime-local]::-webkit-date-and-time-value,.yst-root [type=email]::-webkit-date-and-time-value,.yst-root [type=month]::-webkit-date-and-time-value,.yst-root [type=number]::-webkit-date-and-time-value,.yst-root [type=password]::-webkit-date-and-time-value,.yst-root [type=search]::-webkit-date-and-time-value,.yst-root [type=tel]::-webkit-date-and-time-value,.yst-root [type=text]::-webkit-date-and-time-value,.yst-root [type=time]::-webkit-date-and-time-value,.yst-root [type=url]::-webkit-date-and-time-value,.yst-root [type=week]::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}.yst-root [type=date]::-webkit-datetime-edit,.yst-root [type=datetime-local]::-webkit-datetime-edit,.yst-root [type=email]::-webkit-datetime-edit,.yst-root [type=month]::-webkit-datetime-edit,.yst-root [type=number]::-webkit-datetime-edit,.yst-root [type=password]::-webkit-datetime-edit,.yst-root [type=search]::-webkit-datetime-edit,.yst-root [type=tel]::-webkit-datetime-edit,.yst-root [type=text]::-webkit-datetime-edit,.yst-root [type=time]::-webkit-datetime-edit,.yst-root [type=url]::-webkit-datetime-edit,.yst-root [type=week]::-webkit-datetime-edit{display:inline-flex}.yst-root [type=date]::-webkit-datetime-edit,.yst-root [type=date]::-webkit-datetime-edit-day-field,.yst-root [type=date]::-webkit-datetime-edit-hour-field,.yst-root [type=date]::-webkit-datetime-edit-meridiem-field,.yst-root [type=date]::-webkit-datetime-edit-millisecond-field,.yst-root [type=date]::-webkit-datetime-edit-minute-field,.yst-root [type=date]::-webkit-datetime-edit-month-field,.yst-root [type=date]::-webkit-datetime-edit-second-field,.yst-root [type=date]::-webkit-datetime-edit-year-field,.yst-root [type=datetime-local]::-webkit-datetime-edit,.yst-root [type=datetime-local]::-webkit-datetime-edit-day-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-hour-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-meridiem-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-millisecond-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-minute-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-month-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-second-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-year-field,.yst-root [type=email]::-webkit-datetime-edit,.yst-root [type=email]::-webkit-datetime-edit-day-field,.yst-root [type=email]::-webkit-datetime-edit-hour-field,.yst-root [type=email]::-webkit-datetime-edit-meridiem-field,.yst-root [type=email]::-webkit-datetime-edit-millisecond-field,.yst-root [type=email]::-webkit-datetime-edit-minute-field,.yst-root [type=email]::-webkit-datetime-edit-month-field,.yst-root [type=email]::-webkit-datetime-edit-second-field,.yst-root [type=email]::-webkit-datetime-edit-year-field,.yst-root [type=month]::-webkit-datetime-edit,.yst-root [type=month]::-webkit-datetime-edit-day-field,.yst-root [type=month]::-webkit-datetime-edit-hour-field,.yst-root [type=month]::-webkit-datetime-edit-meridiem-field,.yst-root [type=month]::-webkit-datetime-edit-millisecond-field,.yst-root [type=month]::-webkit-datetime-edit-minute-field,.yst-root [type=month]::-webkit-datetime-edit-month-field,.yst-root [type=month]::-webkit-datetime-edit-second-field,.yst-root [type=month]::-webkit-datetime-edit-year-field,.yst-root [type=number]::-webkit-datetime-edit,.yst-root [type=number]::-webkit-datetime-edit-day-field,.yst-root [type=number]::-webkit-datetime-edit-hour-field,.yst-root [type=number]::-webkit-datetime-edit-meridiem-field,.yst-root [type=number]::-webkit-datetime-edit-millisecond-field,.yst-root [type=number]::-webkit-datetime-edit-minute-field,.yst-root [type=number]::-webkit-datetime-edit-month-field,.yst-root [type=number]::-webkit-datetime-edit-second-field,.yst-root [type=number]::-webkit-datetime-edit-year-field,.yst-root [type=password]::-webkit-datetime-edit,.yst-root [type=password]::-webkit-datetime-edit-day-field,.yst-root [type=password]::-webkit-datetime-edit-hour-field,.yst-root [type=password]::-webkit-datetime-edit-meridiem-field,.yst-root [type=password]::-webkit-datetime-edit-millisecond-field,.yst-root [type=password]::-webkit-datetime-edit-minute-field,.yst-root [type=password]::-webkit-datetime-edit-month-field,.yst-root [type=password]::-webkit-datetime-edit-second-field,.yst-root [type=password]::-webkit-datetime-edit-year-field,.yst-root [type=search]::-webkit-datetime-edit,.yst-root [type=search]::-webkit-datetime-edit-day-field,.yst-root [type=search]::-webkit-datetime-edit-hour-field,.yst-root [type=search]::-webkit-datetime-edit-meridiem-field,.yst-root [type=search]::-webkit-datetime-edit-millisecond-field,.yst-root [type=search]::-webkit-datetime-edit-minute-field,.yst-root [type=search]::-webkit-datetime-edit-month-field,.yst-root [type=search]::-webkit-datetime-edit-second-field,.yst-root [type=search]::-webkit-datetime-edit-year-field,.yst-root [type=tel]::-webkit-datetime-edit,.yst-root [type=tel]::-webkit-datetime-edit-day-field,.yst-root [type=tel]::-webkit-datetime-edit-hour-field,.yst-root [type=tel]::-webkit-datetime-edit-meridiem-field,.yst-root [type=tel]::-webkit-datetime-edit-millisecond-field,.yst-root [type=tel]::-webkit-datetime-edit-minute-field,.yst-root [type=tel]::-webkit-datetime-edit-month-field,.yst-root [type=tel]::-webkit-datetime-edit-second-field,.yst-root [type=tel]::-webkit-datetime-edit-year-field,.yst-root [type=text]::-webkit-datetime-edit,.yst-root [type=text]::-webkit-datetime-edit-day-field,.yst-root [type=text]::-webkit-datetime-edit-hour-field,.yst-root [type=text]::-webkit-datetime-edit-meridiem-field,.yst-root [type=text]::-webkit-datetime-edit-millisecond-field,.yst-root [type=text]::-webkit-datetime-edit-minute-field,.yst-root [type=text]::-webkit-datetime-edit-month-field,.yst-root [type=text]::-webkit-datetime-edit-second-field,.yst-root [type=text]::-webkit-datetime-edit-year-field,.yst-root [type=time]::-webkit-datetime-edit,.yst-root [type=time]::-webkit-datetime-edit-day-field,.yst-root [type=time]::-webkit-datetime-edit-hour-field,.yst-root [type=time]::-webkit-datetime-edit-meridiem-field,.yst-root [type=time]::-webkit-datetime-edit-millisecond-field,.yst-root [type=time]::-webkit-datetime-edit-minute-field,.yst-root [type=time]::-webkit-datetime-edit-month-field,.yst-root [type=time]::-webkit-datetime-edit-second-field,.yst-root [type=time]::-webkit-datetime-edit-year-field,.yst-root [type=url]::-webkit-datetime-edit,.yst-root [type=url]::-webkit-datetime-edit-day-field,.yst-root [type=url]::-webkit-datetime-edit-hour-field,.yst-root [type=url]::-webkit-datetime-edit-meridiem-field,.yst-root [type=url]::-webkit-datetime-edit-millisecond-field,.yst-root [type=url]::-webkit-datetime-edit-minute-field,.yst-root [type=url]::-webkit-datetime-edit-month-field,.yst-root [type=url]::-webkit-datetime-edit-second-field,.yst-root [type=url]::-webkit-datetime-edit-year-field,.yst-root [type=week]::-webkit-datetime-edit,.yst-root [type=week]::-webkit-datetime-edit-day-field,.yst-root [type=week]::-webkit-datetime-edit-hour-field,.yst-root [type=week]::-webkit-datetime-edit-meridiem-field,.yst-root [type=week]::-webkit-datetime-edit-millisecond-field,.yst-root [type=week]::-webkit-datetime-edit-minute-field,.yst-root [type=week]::-webkit-datetime-edit-month-field,.yst-root [type=week]::-webkit-datetime-edit-second-field,.yst-root [type=week]::-webkit-datetime-edit-year-field{padding-bottom:0;padding-top:0}.yst-root textarea{appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem;--tw-shadow:0 0 #0000}.yst-root textarea:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.yst-root textarea::placeholder{color:#6b7280;opacity:1}.yst-root select{appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem;--tw-shadow:0 0 #0000}.yst-root select:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.yst-root select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}.yst-root select:where([size]:not([size="1"])){background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}.yst-root select[multiple]{appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem;--tw-shadow:0 0 #0000}.yst-root select[multiple]:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.yst-root [type=checkbox]{appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1rem;--tw-shadow:0 0 #0000;border-radius:0}.yst-root [type=checkbox]:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.yst-root [type=checkbox]:checked{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}@media (forced-colors:active){.yst-root [type=checkbox]:checked{appearance:auto}}.yst-root [type=checkbox]:checked:focus,.yst-root [type=checkbox]:checked:hover,.yst-root [type=checkbox]:indeterminate{background-color:currentColor;border-color:#0000}.yst-root [type=checkbox]:indeterminate{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 stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%}@media (forced-colors:active){.yst-root [type=checkbox]:indeterminate{appearance:auto}}.yst-root [type=checkbox]:indeterminate:focus,.yst-root [type=checkbox]:indeterminate:hover{background-color:currentColor;border-color:#0000}.yst-root [type=radio]{appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1rem;--tw-shadow:0 0 #0000;border-radius:100%}.yst-root [type=radio]:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.yst-root [type=radio]:checked{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}@media (forced-colors:active){.yst-root [type=radio]:checked{appearance:auto}}.yst-root [type=radio]:checked:focus,.yst-root [type=radio]:checked:hover{background-color:currentColor;border-color:#0000}.yst-root{font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.8125rem;font-weight:400;line-height:1.5;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.yst-root a{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity));-webkit-text-decoration-line:underline;text-decoration-line:underline}.yst-root a:visited{color:#a61e69}.yst-root a:hover{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.yst-root a:hover:visited{color:#b94986}.yst-root a:focus{border-radius:.125rem;--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity));outline-color:#4f46e5;outline-offset:1px;outline-style:solid}.yst-root [type=date]::placeholder,.yst-root [type=datetime-local]::placeholder,.yst-root [type=email]::placeholder,.yst-root [type=month]::placeholder,.yst-root [type=number]::placeholder,.yst-root [type=password]::placeholder,.yst-root [type=search]::placeholder,.yst-root [type=tel]::placeholder,.yst-root [type=text]::placeholder,.yst-root [type=time]::placeholder,.yst-root [type=url]::placeholder,.yst-root [type=week]::placeholder,.yst-root textarea::placeholder{--tw-placeholder-opacity:1;color:rgb(100 116 139/var(--tw-placeholder-opacity))}.yst-root svg path{stroke-width:inherit}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.yst-root .yst-alert{border-radius:.375rem;display:flex;gap:.75rem;padding:1rem}.yst-root .yst-alert--info{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.yst-root .yst-alert--info .yst-alert__message{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.yst-root .yst-alert--warning{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity))}.yst-root .yst-alert--warning .yst-alert__message{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity))}.yst-root .yst-alert--success{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.yst-root .yst-alert--success .yst-alert__message{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity))}.yst-root .yst-alert--error{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.yst-root .yst-alert--error .yst-alert__message{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.yst-root .yst-alert__icon{flex-grow:0;flex-shrink:0;height:1.25rem;width:1.25rem}.yst-root .yst-autocomplete{position:relative}.yst-root .yst-autocomplete--error .yst-autocomplete__button{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.yst-root .yst-autocomplete--error .yst-autocomplete__button:focus{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity));outline:2px solid #0000;outline-offset:2px;--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))}.yst-root .yst-autocomplete--error .yst-autocomplete__input::placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.yst-root .yst-autocomplete--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-autocomplete--disabled:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-autocomplete__button{align-items:center;border-radius:.375rem;border-width:0;display:flex;height:100%;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding-left:.75rem;padding-right:.75rem;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity))}.yst-root .yst-autocomplete__button:focus-within{--tw-border-opacity:1;border-color:rgb(166 30 105/var(--tw-border-opacity));outline:2px solid #0000;outline-offset:2px;--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-autocomplete__button-icon{height:1.25rem;pointer-events:none;position:absolute;right:.625rem;top:.6875rem;width:1.25rem;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.yst-root .yst-autocomplete__input{border-width:0;font-size:.8125rem;padding:.5rem 2.5rem .5rem 0;width:100%;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-autocomplete__input:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-autocomplete__options{border-radius:.375rem;margin-top:.25rem;max-height:15rem;overflow:auto;position:absolute;width:100%;z-index:20;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));font-size:.8125rem;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity));--tw-ring-opacity:0.05}.yst-root .yst-autocomplete__options:focus{outline:2px solid #0000;outline-offset:2px}.yst-root .yst-autocomplete__option{align-items:center;cursor:default;display:flex;justify-content:space-between;padding:.5rem .75rem;position:relative;-webkit-user-select:none;user-select:none;--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}.yst-root .yst-autocomplete__option--active{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.yst-root .yst-autocomplete__option--selected{--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.yst-root .yst-select__option-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yst-root .yst-autocomplete__option-check{flex-shrink:0;height:1.25rem;width:1.25rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.yst-root .yst-badge{align-items:center;border-radius:9999px;display:inline-flex;white-space:nowrap;--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity));font-size:.75rem;font-weight:500;line-height:1.25;padding:.125rem .5rem;vertical-align:middle;--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.yst-root .yst-badge--info{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity))}.yst-root .yst-badge--upsell{--tw-bg-opacity:1;background-color:rgb(253 230 138/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity))}.yst-root .yst-badge--plain{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.yst-root .yst-badge--small{font-size:.675rem}.yst-root .yst-badge--large{font-size:1rem;padding-left:.75rem;padding-right:.75rem}.yst-root .yst-button{align-items:center;border-radius:.375rem;cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:500;justify-content:center;line-height:1.25rem;padding:.5rem .75rem;text-align:center;-webkit-text-decoration-line:none;text-decoration-line:none;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-inset:inset;--tw-ring-color:#0000}.yst-root .yst-button:focus{outline-color:#a61e69;outline-offset:2px;outline-style:solid;outline-width:2px}.yst-root a.yst-button:focus{border-radius:.375rem}.yst-root .yst-button--primary{--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));--tw-ring-color:#0000}.yst-root .yst-button--primary:visited{color:#fff}.yst-root .yst-button--primary:hover{--tw-bg-opacity:1;background-color:rgb(143 15 87/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.yst-root .yst-button--primary:hover:visited{color:#fff}.yst-root .yst-button--primary:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));outline-color:#8f0f57}.yst-root .yst-button--secondary{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity));--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity))}.yst-root .yst-button--secondary:visited{color:#1e293b}.yst-root .yst-button--secondary:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.yst-root .yst-button--secondary:hover:visited{color:#1e293b}.yst-root .yst-button--secondary:focus{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity));outline-color:#8f0f57}.yst-root .yst-button--tertiary{background-color:initial;--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-button--tertiary:visited{color:#83084e}.yst-root .yst-button--tertiary:hover{--tw-text-opacity:1;color:rgb(131 8 78/var(--tw-text-opacity))}.yst-root .yst-button--tertiary:hover:visited{color:#83084e}.yst-root .yst-button--tertiary:focus{--tw-text-opacity:1;color:rgb(131 8 78/var(--tw-text-opacity));outline-color:#8f0f57}.yst-root .yst-button--error{border-color:#0000;--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.yst-root .yst-button--error:visited{color:#fff}.yst-root .yst-button--error:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.yst-root .yst-button--error:hover:visited{color:#fff}.yst-root .yst-button--error:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));outline-color:#dc2626}.yst-root .yst-button--upsell{border-color:#0000;--tw-bg-opacity:1;background-color:rgb(252 211 77/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity))}.yst-root .yst-button--upsell:visited{color:#78350f}.yst-root .yst-button--upsell:hover{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity))}.yst-root .yst-button--upsell:hover:visited{color:#78350f}.yst-root .yst-button--upsell:focus{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity));outline-color:#fbbf24}.yst-root .yst-button--large{font-size:.875rem;line-height:1.5rem;padding:.5rem .75rem}.yst-root .yst-button--extra-large{font-size:1rem;line-height:1.5rem;padding:.625rem .875rem}.yst-root .yst-button--small{font-size:.75rem;line-height:1rem;padding:.375rem .625rem}.yst-root .yst-button--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-button--disabled:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-checkbox{align-items:center;display:flex}.yst-root .yst-checkbox--disabled .yst-checkbox__input,.yst-root .yst-checkbox--disabled .yst-checkbox__label{cursor:not-allowed;opacity:.5}.yst-root .yst-checkbox__input{border-radius:.25rem;height:1rem;width:1rem;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity))}.yst-root .yst-checkbox__input:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-checkbox__label{margin-left:.75rem}.yst-root .yst-code{border-radius:.25rem;display:inline-block;margin:0;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity));font-size:.75rem;line-height:1.25;padding:.25rem;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.yst-root .yst-code--block{display:block;margin-bottom:.5rem;margin-top:.5rem;max-width:100%;overflow-x:auto;padding:.25rem .5rem;white-space:nowrap}.yst-root .yst-file-input{border-radius:.375rem;border-style:dashed;border-width:2px;width:100%;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:1.25rem 1.5rem 1.5rem;text-align:center;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.yst-root .yst-file-input.yst-is-drag-over{--tw-border-opacity:1;border-color:rgb(205 130 171/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(250 243 247/var(--tw-bg-opacity))}.yst-root .yst-file-input.yst-is-drag-over .yst-file-input__content{pointer-events:none}.yst-root .yst-file-input.yst-is-drag-over .yst-file-input__icon{--tw-translate-y:-0.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-text-opacity:1;color:rgb(185 73 134/var(--tw-text-opacity))}.yst-root .yst-file-input.yst-is-disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-file-input.yst-is-disabled .yst-file-input__select-label{cursor:not-allowed}.yst-root .yst-file-input__content{align-items:center;display:inline-flex;flex-direction:column;max-width:20rem}.yst-root .yst-file-input__content>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.yst-root .yst-file-input__content{text-align:center}.yst-root .yst-file-input__icon{height:3rem;margin-left:auto;margin-right:auto;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:3rem;stroke-width:1;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity));transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.yst-root .yst-file-input__icon>path{stroke-width:1}.yst-root .yst-file-input__input{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.yst-root .yst-file-input__input:focus+.yst-file-input__select-label{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity));--tw-ring-offset-width:2px}.yst-root .yst-file-input__labels{display:inline-block;font-weight:400;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.yst-root .yst-file-input__select-label{border-radius:.375rem;font-weight:500}[dir=rtl] .yst-root .yst-file-input__labels{flex-direction:row-reverse}.yst-root .yst-label{font-size:.8125rem;font-weight:500;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.yst-root .yst-link{cursor:pointer;--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity));-webkit-text-decoration-line:underline;text-decoration-line:underline}.yst-root .yst-link:visited{color:#a61e69}.yst-root .yst-link:hover{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.yst-root .yst-link:hover:visited{color:#b94986}.yst-root .yst-link:focus{border-radius:.125rem;--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity));outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(79 70 229/var(--tw-ring-opacity));--tw-ring-offset-width:1px;--tw-ring-offset-color:#0000}.yst-root .yst-link--primary{--tw-text-opacity:1;color:rgb(154 22 96/var(--tw-text-opacity))}.yst-root .yst-link--primary:focus,.yst-root .yst-link--primary:hover{--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity))}.yst-root .yst-link--primary:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(154 22 96/var(--tw-ring-opacity))}.yst-root .yst-link--error{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.yst-root .yst-link--error:focus,.yst-root .yst-link--error:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.yst-root .yst-link--error:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(220 38 38/var(--tw-ring-opacity))}.yst-root .yst-paper{border-radius:.5rem;display:flex;flex-direction:column;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-paper__header{border-bottom-width:1px;padding:2rem}.yst-root .yst-paper__content{flex-grow:1;padding:2rem}.yst-root .yst-progress-bar{border-radius:9999px;display:block;overflow:hidden;width:100%;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.yst-root .yst-progress-bar__progress{border-radius:9999px;display:block;height:.375rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity));transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:linear}.yst-root .yst-radio{align-items:center;display:flex}.yst-root .yst-radio--disabled .yst-radio__check,.yst-root .yst-radio--disabled .yst-radio__input,.yst-root .yst-radio--disabled .yst-radio__label{cursor:not-allowed;opacity:.5}.yst-root .yst-radio--disabled .yst-radio__check:focus,.yst-root .yst-radio--disabled .yst-radio__input:focus,.yst-root .yst-radio--disabled .yst-radio__label:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-radio--inline-block{display:inline-flex}.yst-root .yst-radio--inline-block .yst-radio__input{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.yst-root .yst-radio--inline-block .yst-radio__input:checked+.yst-radio__content .yst-radio__label{border-color:#0000;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-radio--inline-block .yst-radio__input:checked+.yst-radio__content .yst-radio__check{visibility:visible}.yst-root .yst-radio--inline-block .yst-radio__input:focus+.yst-radio__content .yst-radio__label{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity));--tw-ring-offset-width:2px}.yst-root .yst-radio--inline-block .yst-radio__input:checked:focus+.yst-radio__content .yst-radio__label{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-offset-width:1px}.yst-root .yst-radio--inline-block .yst-radio__content{position:relative}.yst-root .yst-radio--inline-block .yst-radio__label{align-items:center;border-radius:.5rem;border-width:1px;cursor:pointer;display:flex;height:3.5rem;justify-content:center;margin-left:0;width:3.5rem;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));font-size:1rem;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-radio--inline-block .yst-radio__label:hover{--tw-border-opacity:1;border-color:rgb(148 163 184/var(--tw-border-opacity))}.yst-root .yst-radio--inline-block .yst-radio__label:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity));--tw-ring-offset-width:2px}.yst-root .yst-radio--inline-block .yst-radio__check{height:1.25rem;position:absolute;right:.125rem;top:.125rem;visibility:hidden;width:1.25rem;--tw-text-opacity:1;color:rgb(154 22 96/var(--tw-text-opacity))}.yst-root .yst-radio__input{height:1rem;width:1rem;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity))}.yst-root .yst-radio__input:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-radio__label{margin-left:.75rem}.yst-root .yst-select{position:relative}.yst-root .yst-select--disabled .yst-select__button,.yst-root .yst-select--disabled .yst-select__label{cursor:not-allowed;opacity:.5}.yst-root .yst-select__button{align-items:center;border-radius:.375rem;cursor:default;display:flex;justify-content:space-between;position:relative;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));line-height:1.5rem;padding:.5rem .75rem;text-align:left;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity));--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity))}.yst-root .yst-select__button,.yst-root .yst-select__button:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-select__button:focus{--tw-border-opacity:1;border-color:rgb(166 30 105/var(--tw-border-opacity));outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-select__button-icon{height:1.25rem;pointer-events:none;position:absolute;right:.625rem;top:.625rem;width:1.25rem;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.yst-root .yst-select__options{border-radius:.375rem;margin-top:.25rem;max-height:15rem;overflow:auto;position:absolute;width:100%;z-index:10;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));font-size:.8125rem;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity));--tw-ring-opacity:0.05}.yst-root .yst-select__options:focus{outline:2px solid #0000;outline-offset:2px}.yst-root .yst-select__option{align-items:center;cursor:default;display:flex;justify-content:space-between;padding:.5rem .75rem;position:relative;-webkit-user-select:none;user-select:none;--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}.yst-root .yst-select__option--active{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.yst-root .yst-select__option--selected{--tw-bg-opacity:1;background-color:rgb(154 22 96/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.yst-root .yst-select__button-label,.yst-root .yst-select__option-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yst-root .yst-select__option-check{flex-shrink:0;height:1.25rem;width:1.25rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.yst-root .yst-skeleton-loader{border-radius:.25rem;display:block;height:auto;overflow:hidden;position:relative;width:-moz-fit-content;width:fit-content;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.yst-root .yst-skeleton-loader:after{animation:wave 2.5s linear .5s infinite;background:linear-gradient(90deg,#0000,#00000012,#0000);content:"";inset:0;position:absolute;--tw-translate-x:-100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes wave{0%{transform:translateX(-100%)}50%,to{transform:translateX(100%)}}.yst-root .yst-tag-input{align-items:center;border-radius:.375rem;display:flex;flex-wrap:wrap;gap:.375rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));font-size:.8125rem;line-height:1.5rem;padding:.5rem .75rem;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.yst-root .yst-tag-input::placeholder{--tw-placeholder-opacity:1;color:rgb(100 116 139/var(--tw-placeholder-opacity))}.yst-root .yst-tag-input{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity))}.yst-root .yst-tag-input,.yst-root .yst-tag-input:focus-within{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-tag-input:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-tag-input--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-tag-input--disabled:focus-within{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-tag-input--disabled .yst-tag-input__tag{cursor:not-allowed}.yst-root .yst-tag-input--disabled .yst-tag-input__tag:hover{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-tag-input--disabled .yst-tag-input__tag:focus,.yst-root .yst-tag-input--disabled .yst-tag-input__tag:focus-visible{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-tag-input--disabled .yst-tag-input__remove-tag{cursor:not-allowed}.yst-root .yst-tag-input--disabled .yst-tag-input__remove-tag:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.yst-root .yst-tag-input--disabled .yst-tag-input__remove-tag:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-tag-input--disabled .yst-tag-input__input{cursor:not-allowed}.yst-root .yst-tag-input__tag{cursor:pointer;gap:.125rem;min-height:20px;padding-inline-end:.125rem}.yst-root .yst-tag-input__tag:hover{--tw-border-opacity:1;border-color:rgb(166 30 105/var(--tw-border-opacity));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-tag-input__tag:focus,.yst-root .yst-tag-input__tag:focus-visible{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-tag-input__remove-tag{align-items:center;border-radius:9999px;display:inline-flex;flex-shrink:0;height:1rem;justify-content:center;width:1rem;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.yst-root .yst-tag-input__remove-tag:hover{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.yst-root .yst-tag-input__remove-tag:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-tag-input__input{border-style:none;display:inline-flex;flex:1 1 0%;font-size:.8125rem;margin:0;padding:0}.yst-root .yst-tag-input__input:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-text-input{border-radius:.375rem;border-width:0;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));font-size:.8125rem;padding:.5rem .75rem;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity));--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity))}.yst-root .yst-text-input,.yst-root .yst-text-input:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-text-input:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-text-input--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-text-input--disabled:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-text-input--read-only{cursor:default;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.yst-root .yst-text-input--read-only,.yst-root .yst-textarea{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-textarea{border-radius:.375rem;border-width:0;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));font-size:.8125rem;padding:.5rem .75rem;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity));--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity))}.yst-root .yst-textarea,.yst-root .yst-textarea:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-textarea:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))}.yst-root .yst-textarea--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-textarea--disabled:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-title{font-weight:500;line-height:1.25;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.yst-root .yst-title--1{font-size:1.5rem}.yst-root .yst-title--2{font-size:1.125rem}.yst-root .yst-title--3{font-size:.875rem}.yst-root .yst-title--4{font-size:1rem}.yst-root .yst-title--5{font-size:.8125rem}.yst-root .yst-toggle{border-color:#0000;border-radius:9999px;border-width:2px;cursor:pointer;display:inline-flex;flex-shrink:0;height:1.5rem;position:relative;width:2.75rem;--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity));transition-duration:.2s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.yst-root .yst-toggle:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity));--tw-ring-offset-width:2px}.yst-root .yst-toggle--checked{--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity))}.yst-root .yst-toggle--checked .yst-toggle__handle{--tw-translate-x:1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-toggle--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-toggle--disabled:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-toggle__handle{display:flex;height:1.25rem;pointer-events:none;position:relative;width:1.25rem;--tw-translate-x:0px;align-items:center;border-radius:9999px;justify-content:center;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);transition-duration:.2s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.yst-root .yst-toggle__icon{flex-grow:0;flex-shrink:0;height:.625rem;width:.625rem;stroke:currentColor;stroke-width:2;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));transition-duration:.1s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.yst-root .yst-toggle__icon--check{--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity))}.yst-root .yst-toggle__icon--x{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}[dir=rtl] .yst-root .yst-toggle--checked .yst-toggle__handle{--tw-translate-x:-1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip{border-radius:.5rem;display:inline-block;max-width:24rem;position:absolute;white-space:normal;width:max-content;z-index:10;--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity));font-size:.75rem;padding:.5rem .625rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.yst-root .yst-tooltip--top{left:50%;margin-top:-.75rem;top:0;--tw-translate-x:-50%;--tw-translate-y:-100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip--top:before{position:absolute;--tw-translate-x:-50%;--tw-translate-y:0px;border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;border-width:8px;--tw-border-opacity:1;border-top-color:rgb(31 41 55/var(--tw-border-opacity));--tw-content:"";content:var(--tw-content)}.yst-root .yst-tooltip--bottom,.yst-root .yst-tooltip--top:before{left:50%;top:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip--bottom{margin-top:.75rem;--tw-translate-x:-50%;--tw-translate-y:-0px}.yst-root .yst-tooltip--bottom:before{bottom:100%;left:50%;position:absolute;--tw-translate-x:-50%;border-left-color:#0000;border-right-color:#0000;border-top-color:#0000;border-width:8px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity:1;border-bottom-color:rgb(31 41 55/var(--tw-border-opacity));--tw-content:"";content:var(--tw-content)}.yst-root .yst-tooltip--right{left:100%;margin-left:.75rem;--tw-translate-x:-0px}.yst-root .yst-tooltip--right,.yst-root .yst-tooltip--right:before{top:50%;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip--right:before{border-bottom-color:#0000;border-left-color:#0000;border-top-color:#0000;border-width:8px;position:absolute;right:100%;--tw-border-opacity:1;border-right-color:rgb(31 41 55/var(--tw-border-opacity));--tw-content:"";content:var(--tw-content)}.yst-root .yst-tooltip--left{margin-right:.75rem;right:100%}.yst-root .yst-tooltip--left,.yst-root .yst-tooltip--left:before{top:50%;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip--left:before{border-bottom-color:#0000;border-right-color:#0000;border-top-color:#0000;border-width:8px;left:100%;position:absolute;--tw-border-opacity:1;border-left-color:rgb(31 41 55/var(--tw-border-opacity));--tw-content:"";content:var(--tw-content)}.yst-root .yst-validation-icon{pointer-events:none}.yst-root .yst-validation-icon--success{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.yst-root .yst-validation-icon--info{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.yst-root .yst-validation-icon--warning{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity))}.yst-root .yst-validation-icon--error{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.yst-root .yst-validation-input{position:relative}.yst-root .yst-validation-input--success .yst-validation-input__input{padding-right:2.5rem;--tw-ring-opacity:1;--tw-ring-color:rgb(134 239 172/var(--tw-ring-opacity))}.yst-root .yst-validation-input--success .yst-validation-input__input:focus,.yst-root .yst-validation-input--success .yst-validation-input__input:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity))}.yst-root .yst-validation-input--info .yst-validation-input__input{padding-right:2.5rem;--tw-ring-opacity:1;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity))}.yst-root .yst-validation-input--info .yst-validation-input__input:focus,.yst-root .yst-validation-input--info .yst-validation-input__input:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity))}.yst-root .yst-validation-input--warning .yst-validation-input__input{padding-right:2.5rem;--tw-ring-opacity:1;--tw-ring-color:rgb(252 211 77/var(--tw-ring-opacity))}.yst-root .yst-validation-input--warning .yst-validation-input__input:focus,.yst-root .yst-validation-input--warning .yst-validation-input__input:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11/var(--tw-ring-opacity))}.yst-root .yst-validation-input--error .yst-validation-input__input{padding-right:2.5rem;--tw-ring-opacity:1;--tw-ring-color:rgb(252 165 165/var(--tw-ring-opacity))}.yst-root .yst-validation-input--error .yst-validation-input__input:focus,.yst-root .yst-validation-input--error .yst-validation-input__input:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))}.yst-root .yst-validation-input__input:focus,.yst-root .yst-validation-input__input:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-validation-input__icon{height:1.25rem;position:absolute;right:.625rem;top:.6875rem;width:1.25rem}.yst-root .yst-validation-message a{color:inherit;font-weight:500}.yst-root .yst-validation-message a:visited:hover{color:inherit}.yst-root .yst-validation-message a:focus{--tw-ring-color:currentColor}.yst-root .yst-validation-message--success{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity))}.yst-root .yst-validation-message--info{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.yst-root .yst-validation-message--warning{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity))}.yst-root .yst-validation-message--error{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.yst-root .yst-autocomplete-field__description,.yst-root .yst-autocomplete-field__validation{margin-top:.5rem}.yst-root .yst-card{display:flex;flex-direction:column;position:relative}.yst-root .yst-card>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.yst-root .yst-card{border-radius:.5rem;border-width:1px;overflow:hidden;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:1.5rem;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.yst-root .yst-card__header{align-items:center;display:flex;height:6rem;justify-content:center;margin-left:-1.5rem;margin-right:-1.5rem;margin-top:-1.5rem;position:relative;--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity));padding:1.5rem}.yst-root .yst-card__content{flex-grow:1}.yst-root .yst-card__footer{border-top-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));padding-top:1.5rem}.yst-root .yst-checkbox-group--disabled .yst-checkbox-group__description,.yst-root .yst-checkbox-group--disabled .yst-checkbox-group__label{cursor:not-allowed;opacity:.5}.yst-root .yst-checkbox-group__label{margin-bottom:.5rem}.yst-root .yst-checkbox-group__options{display:flex;flex-direction:column;gap:.75rem}.yst-root .yst-checkbox-group__description{margin-bottom:1rem;margin-top:-.5rem}.yst-root .yst-feature-upsell{position:relative}.yst-root .yst-feature-upsell--default{--tw-grayscale:grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.yst-root .yst-feature-upsell--card{padding:1.5rem}.yst-root .yst-file-import>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.yst-root .yst-file-import__feedback{border-radius:.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:1rem;--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-file-import__feedback-header{align-items:flex-start;display:flex}.yst-root .yst-file-import__feedback-header>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.yst-root .yst-file-import__feedback-figure{align-items:center;border-radius:9999px;display:flex;height:2rem;justify-content:center;width:2rem;--tw-bg-opacity:1;background-color:rgb(243 229 237/var(--tw-bg-opacity))}.yst-root .yst-file-import__feedback-figure>svg{height:1.25rem;width:1.25rem;--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity))}.yst-root .yst-file-import__feedback-title{display:block;font-weight:500;margin-bottom:.125rem;overflow-wrap:break-word;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.yst-root .yst-file-import__feedback-description{display:block;font-size:.75rem;font-weight:500}.yst-root .yst-file-import__abort-button{align-items:center;border-radius:9999px;display:inline-flex;flex-shrink:0;height:1.25rem;justify-content:center;width:1.25rem;--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.yst-root .yst-file-import__abort-button:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.yst-root .yst-file-import__abort-button:focus{--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));outline:2px solid #0000;outline-offset:2px}.yst-root .yst-file-import__abort-button>svg{height:.75rem;width:.75rem}.yst-root .yst-file-import__abort-button>svg>path{stroke-width:3}.yst-root .yst-modal{inset:0;padding:1rem;position:fixed;z-index:10}@media (min-width:640px){.yst-root .yst-modal{padding:2rem}}@media (min-width:768px){.yst-root .yst-modal{padding:5rem}}.yst-root .yst-modal__layout{display:flex;min-height:100%}.yst-root .yst-modal--center .yst-modal__layout{align-items:center;justify-content:center}.yst-root .yst-modal--top-center .yst-modal__layout{align-items:flex-start;justify-content:center}.yst-root .yst-modal__overlay{background-color:rgb(100 116 139/var(--tw-bg-opacity));inset:0;position:fixed;--tw-bg-opacity:0.75;transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.yst-root .yst-modal__panel{border-radius:.5rem;max-width:48rem;overflow:hidden;position:relative;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:1.5rem;--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-modal__close{display:block;position:absolute;right:1rem;top:1rem}.yst-root .yst-modal__close-button{border-radius:.375rem;position:relative;z-index:10;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.yst-root .yst-modal__close-button:hover{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.yst-root .yst-modal__close-button:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity));--tw-ring-offset-width:2px}.yst-root .yst-modal__container{display:flex;flex-direction:column;max-height:calc(100vh - 2rem)}@media (min-width:640px){.yst-root .yst-modal__container{max-height:calc(100vh - 4rem)}}@media (min-width:768px){.yst-root .yst-modal__container{max-height:calc(100vh - 10rem)}}.yst-root .yst-modal__panel .yst-modal__container{max-height:calc(100vh - 5rem)}@media (min-width:640px){.yst-root .yst-modal__panel .yst-modal__container{max-height:calc(100vh - 7rem)}}@media (min-width:768px){.yst-root .yst-modal__panel .yst-modal__container{max-height:calc(100vh - 13rem)}}.yst-root .yst-modal__container-footer,.yst-root .yst-modal__container-header{flex-shrink:0}.yst-root .yst-modal__container-content{overflow:auto}.yst-root .yst-modal__panel .yst-modal__container-content{margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem}.yst-root .yst-notifications{display:flex;flex-direction:column;max-height:calc(100vh - 4rem);max-width:calc(100vw - 4rem);pointer-events:none;position:fixed;width:100%;z-index:20}.yst-root .yst-notifications>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.yst-root .yst-notifications--bottom-center{align-items:center;bottom:2rem}.yst-root .yst-notifications--bottom-left{bottom:2rem;left:2rem}.yst-root .yst-notifications--top-center{align-items:center;top:2rem}.yst-root .yst-notification{border-radius:.5rem;max-width:100%;overflow-y:auto;pointer-events:auto;width:20rem;z-index:20;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:1rem;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity));--tw-ring-opacity:0.05}.yst-root .yst-notification--large{width:24rem}.yst-root .yst-notification__icon{height:1.25rem;width:1.25rem}.yst-root .yst-pagination{display:inline-flex;isolation:isolate}.yst-root .yst-pagination>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(-1px*(1 - var(--tw-space-x-reverse)));margin-right:calc(-1px*var(--tw-space-x-reverse))}.yst-root .yst-pagination{border-radius:.375rem;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-pagination-display__text{font-weight:400;padding:.5rem .75rem;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(226 232 240/var(--tw-ring-opacity))}.yst-root .yst-pagination-display__current-text{font-weight:600;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.yst-root .yst-pagination-display__truncated{align-self:center;font-size:.8125rem;font-weight:600;padding:.5rem 1rem;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(226 232 240/var(--tw-ring-opacity))}.yst-root .yst-pagination-display__truncated,.yst-root .yst-pagination__button{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);display:inline-flex}.yst-root .yst-pagination__button{align-items:center;padding:.5rem;position:relative;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity))}.yst-root .yst-pagination__button:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))}.yst-root .yst-pagination__button:focus{outline-color:#a61e69;outline-offset:0;z-index:20}.yst-root .yst-pagination__button--active{z-index:10;--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity));font-size:.8125rem;font-weight:600;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-pagination__button--active:hover{--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity))}.yst-root .yst-pagination__button--active:focus{z-index:20}.yst-root .yst-pagination__button--active:focus-visible{border-radius:.125rem;outline-color:#a61e69;outline-offset:2px;outline-style:solid;outline-width:2px}.yst-root .yst-pagination__button--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-pagination__button--disabled:hover{background-color:initial}.yst-root .yst-pagination__button--disabled:focus{outline:2px solid #0000;outline-offset:2px}.yst-root .yst-radio-group--inline-block .yst-radio-group__options{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem}.yst-root .yst-radio-group--disabled .yst-radio-group__description,.yst-root .yst-radio-group--disabled .yst-radio-group__label{opacity:.5}.yst-root .yst-radio-group--disabled .yst-radio-group__label{cursor:not-allowed}.yst-root .yst-radio-group__label{margin-bottom:.5rem}.yst-root .yst-radio-group__options{display:flex;flex-direction:column;gap:.5rem}.yst-root .yst-radio-group__description{margin-bottom:1rem;margin-top:-.5rem}.yst-root .yst-select-field--disabled .yst-select-field__description,.yst-root .yst-select-field--disabled .yst-select-field__label{cursor:not-allowed;opacity:.5}.yst-root .yst-select-field__options{display:flex;flex-direction:column;gap:.75rem}.yst-root .yst-select-field__description,.yst-root .yst-select-field__validation{margin-top:.5rem}.yst-root .yst-mobile-navigation__top{position:sticky;top:0;width:100%;z-index:50}.yst-root .yst-mobile-navigation__dialog{display:flex;inset:0;position:fixed;z-index:50}.yst-root .yst-tag-field--disabled .yst-tag-field__description,.yst-root .yst-tag-field--disabled .yst-tag-field__label{cursor:not-allowed;opacity:.5}.yst-root .yst-tag-field__description,.yst-root .yst-tag-field__validation{margin-top:.5rem}.yst-root .yst-text-field--disabled .yst-text-field__description,.yst-root .yst-text-field--disabled .yst-text-field__label{opacity:.5}.yst-root .yst-text-field--disabled .yst-text-field__label{cursor:not-allowed}.yst-root .yst-text-field--read-only .yst-text-field__label{cursor:default}.yst-root .yst-text-field__description,.yst-root .yst-text-field__validation{margin-top:.5rem}.yst-root .yst-textarea-field--disabled .yst-textarea-field__description,.yst-root .yst-textarea-field--disabled .yst-textarea-field__label{opacity:.5}.yst-root .yst-textarea-field--disabled .yst-textarea-field__label{cursor:not-allowed}.yst-root .yst-text-field--read-only .yst-textarea-field__label{cursor:default}.yst-root .yst-textarea-field__description,.yst-root .yst-textarea-field__validation{margin-top:.5rem}.yst-root .yst-toggle-field{display:flex;flex-direction:column;gap:.25rem}.yst-root .yst-toggle-field--disabled .yst-toggle-field__description,.yst-root .yst-toggle-field--disabled .yst-toggle-field__label-wrapper{opacity:.5}.yst-root .yst-toggle-field--disabled .yst-toggle-field__description,.yst-root .yst-toggle-field--disabled .yst-toggle-field__label,.yst-root .yst-toggle-field--disabled .yst-toggle-field__label-wrapper{cursor:not-allowed}.yst-root .yst-toggle-field__header{align-items:center;display:flex;flex-direction:row;gap:1.5rem;justify-content:space-between}.yst-root .yst-toggle-field__label-wrapper{align-items:center;display:flex;gap:.25rem}.yst-root .yst-toggle-field__description{margin-right:4.25rem}.yst-sr-only{height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border-width:0!important;white-space:nowrap!important}.yst-pointer-events-none{pointer-events:none!important}.yst-invisible{visibility:hidden!important}.yst-fixed{position:fixed!important}.yst-absolute{position:absolute!important}.yst-relative{position:relative!important}.yst-inset-0{inset:0!important}.yst-right-0{right:0!important}.yst-top-0{top:0!important}.yst-z-10{z-index:10!important}.yst-z-30{z-index:30!important}.yst-z-40{z-index:40!important}.yst-m-0{margin:0!important}.yst-mx-auto{margin-left:auto!important;margin-right:auto!important}.yst--ml-1{margin-left:-.25rem!important}.yst--mr-14{margin-right:-3.5rem!important}.yst-mb-2{margin-bottom:.5rem!important}.yst-mb-px{margin-bottom:1px!important}.yst-ml-4{margin-left:1rem!important}.yst-ml-8{margin-left:2rem!important}.yst-mr-2{margin-right:.5rem!important}.yst-mr-4{margin-right:1rem!important}.yst-mt-1{margin-top:.25rem!important}.yst-mt-1\.5{margin-top:.375rem!important}.yst-mt-2{margin-top:.5rem!important}.yst-mt-3{margin-top:.75rem!important}.yst-mt-6{margin-top:1.5rem!important}.yst-block{display:block!important}.yst-flex{display:flex!important}.yst-inline-flex{display:inline-flex!important}.yst-hidden{display:none!important}.yst-h-0{height:0!important}.yst-h-12{height:3rem!important}.yst-h-16{height:4rem!important}.yst-h-3{height:.75rem!important}.yst-h-4{height:1rem!important}.yst-h-5{height:1.25rem!important}.yst-h-6{height:1.5rem!important}.yst-h-7{height:1.75rem!important}.yst-h-8{height:2rem!important}.yst-h-full{height:100%!important}.yst-w-0{width:0!important}.yst-w-12{width:3rem!important}.yst-w-2{width:.5rem!important}.yst-w-3{width:.75rem!important}.yst-w-4{width:1rem!important}.yst-w-5{width:1.25rem!important}.yst-w-6{width:1.5rem!important}.yst-w-8{width:2rem!important}.yst-w-full{width:100%!important}.yst-min-w-full{min-width:100%!important}.yst-max-w-none{max-width:none!important}.yst-max-w-xs{max-width:20rem!important}.yst-flex-1{flex:1 1 0%!important}.yst-flex-shrink-0,.yst-shrink-0{flex-shrink:0!important}.yst--translate-y-full{--tw-translate-y:-100%!important}.yst--translate-y-full,.yst-translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.yst-translate-y-0{--tw-translate-y:0px!important}.yst-translate-y-4{--tw-translate-y:1rem!important}.yst-translate-y-4,.yst-translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.yst-translate-y-full{--tw-translate-y:100%!important}.yst-scale-100{--tw-scale-x:1!important;--tw-scale-y:1!important}.yst-scale-100,.yst-scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.yst-scale-95{--tw-scale-x:.95!important;--tw-scale-y:.95!important}.yst-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@keyframes yst-spin{to{transform:rotate(1turn)}}.yst-animate-spin{animation:yst-spin 1s linear infinite!important}.yst-cursor-wait{cursor:wait!important}.yst-list-disc{list-style-type:disc!important}.yst-flex-col{flex-direction:column!important}.yst-flex-wrap{flex-wrap:wrap!important}.yst-items-start{align-items:flex-start!important}.yst-items-center{align-items:center!important}.yst-justify-center{justify-content:center!important}.yst-justify-between{justify-content:space-between!important}.yst-gap-2{gap:.5rem!important}.yst-gap-3{gap:.75rem!important}.yst-space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(.25rem*var(--tw-space-y-reverse))!important;margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))!important}.yst-space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(2rem*var(--tw-space-y-reverse))!important;margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))!important}.yst-divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0!important;border-bottom-width:calc(1px*var(--tw-divide-y-reverse))!important;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))!important}.yst-divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1!important;border-color:rgb(229 231 235/var(--tw-divide-opacity))!important}.yst-divide-slate-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1!important;border-color:rgb(203 213 225/var(--tw-divide-opacity))!important}.yst-overflow-hidden{overflow:hidden!important}.yst-overflow-y-auto{overflow-y:auto!important}.yst-rounded-full{border-radius:9999px!important}.yst-rounded-lg{border-radius:.5rem!important}.yst-rounded-md{border-radius:.375rem!important}.yst-rounded-l-md{border-bottom-left-radius:.375rem!important;border-top-left-radius:.375rem!important}.yst-rounded-r-md{border-bottom-right-radius:.375rem!important;border-top-right-radius:.375rem!important}.yst-border-b{border-bottom-width:1px!important}.yst-border-r{border-right-width:1px!important}.yst-border-slate-200{--tw-border-opacity:1!important;border-color:rgb(226 232 240/var(--tw-border-opacity))!important}.yst-border-r-slate-200{--tw-border-opacity:1!important;border-right-color:rgb(226 232 240/var(--tw-border-opacity))!important}.yst-bg-red-100{--tw-bg-opacity:1!important;background-color:rgb(254 226 226/var(--tw-bg-opacity))!important}.yst-bg-slate-100{--tw-bg-opacity:1!important;background-color:rgb(241 245 249/var(--tw-bg-opacity))!important}.yst-bg-slate-200{--tw-bg-opacity:1!important;background-color:rgb(226 232 240/var(--tw-bg-opacity))!important}.yst-bg-slate-50{--tw-bg-opacity:1!important;background-color:rgb(248 250 252/var(--tw-bg-opacity))!important}.yst-bg-slate-600{--tw-bg-opacity:1!important;background-color:rgb(71 85 105/var(--tw-bg-opacity))!important}.yst-bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.yst-bg-opacity-75{--tw-bg-opacity:0.75!important}.yst-stroke-3{stroke-width:3px!important}.yst-p-1{padding:.25rem!important}.yst-px-2{padding-left:.5rem!important;padding-right:.5rem!important}.yst-px-3{padding-left:.75rem!important;padding-right:.75rem!important}.yst-px-4{padding-left:1rem!important;padding-right:1rem!important}.yst-py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.yst-py-4{padding-bottom:1rem!important;padding-top:1rem!important}.yst-py-6{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.yst-pb-1{padding-bottom:.25rem!important}.yst-pb-4{padding-bottom:1rem!important}.yst-pt-1{padding-top:.25rem!important}.yst-text-left{text-align:left!important}.yst-text-center{text-align:center!important}.yst-text-sm{font-size:.8125rem!important}.yst-font-medium{font-weight:500!important}.yst-font-normal{font-weight:400!important}.yst-font-semibold{font-weight:600!important}.yst-leading-4{line-height:1rem!important}.yst-text-gray-500{--tw-text-opacity:1!important;color:rgb(107 114 128/var(--tw-text-opacity))!important}.yst-text-primary-500{--tw-text-opacity:1!important;color:rgb(166 30 105/var(--tw-text-opacity))!important}.yst-text-red-600{--tw-text-opacity:1!important;color:rgb(220 38 38/var(--tw-text-opacity))!important}.yst-text-slate-400{--tw-text-opacity:1!important;color:rgb(148 163 184/var(--tw-text-opacity))!important}.yst-text-slate-500{--tw-text-opacity:1!important;color:rgb(100 116 139/var(--tw-text-opacity))!important}.yst-text-slate-600{--tw-text-opacity:1!important;color:rgb(71 85 105/var(--tw-text-opacity))!important}.yst-text-slate-800{--tw-text-opacity:1!important;color:rgb(30 41 59/var(--tw-text-opacity))!important}.yst-text-slate-900{--tw-text-opacity:1!important;color:rgb(15 23 42/var(--tw-text-opacity))!important}.yst-text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.yst-no-underline{-webkit-text-decoration-line:none!important;text-decoration-line:none!important}.yst-opacity-0{opacity:0!important}.yst-opacity-100{opacity:1!important}.yst-opacity-25{opacity:.25!important}.yst-opacity-75{opacity:.75!important}.yst-shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a!important;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)!important}.yst-shadow,.yst-shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.yst-shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important}.yst-shadow-amber-700\/30{--tw-shadow-color:#b453094d!important;--tw-shadow:var(--tw-shadow-colored)!important}.yst-ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.yst-ring-black{--tw-ring-opacity:1!important;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity))!important}.yst-ring-opacity-5{--tw-ring-opacity:0.05!important}.yst-grayscale{--tw-grayscale:grayscale(100%)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.yst-transition{transition-duration:.15s!important;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.yst-transition-opacity{transition-duration:.15s!important;transition-property:opacity!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.yst-delay-200{transition-delay:.2s!important}.yst-duration-100{transition-duration:.1s!important}.yst-duration-1000{transition-duration:1s!important}.yst-duration-150{transition-duration:.15s!important}.yst-duration-200{transition-duration:.2s!important}.yst-duration-300{transition-duration:.3s!important}.yst-duration-75{transition-duration:75ms!important}.yst-ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)!important}.yst-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.yst-ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)!important}.odd\:yst-bg-white:nth-child(odd){--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.even\:yst-bg-slate-50:nth-child(2n),.hover\:yst-bg-slate-50:hover{--tw-bg-opacity:1!important;background-color:rgb(248 250 252/var(--tw-bg-opacity))!important}.hover\:yst-text-slate-500:hover{--tw-text-opacity:1!important;color:rgb(100 116 139/var(--tw-text-opacity))!important}.hover\:yst-text-slate-900:hover{--tw-text-opacity:1!important;color:rgb(15 23 42/var(--tw-text-opacity))!important}.focus\:yst-outline-none:focus{outline:2px solid #0000!important;outline-offset:2px!important}.focus\:yst-ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.focus\:yst-ring-1:focus,.focus\:yst-ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.focus\:yst-ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.focus\:yst-ring-inset:focus{--tw-ring-inset:inset!important}.focus\:yst-ring-primary-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity))!important}.focus\:yst-ring-offset-1:focus{--tw-ring-offset-width:1px!important}.focus\:yst-ring-offset-2:focus{--tw-ring-offset-width:2px!important}.focus\:yst-ring-offset-transparent:focus{--tw-ring-offset-color:#0000!important}.yst-group:hover .group-hover\:yst-text-slate-500{--tw-text-opacity:1!important;color:rgb(100 116 139/var(--tw-text-opacity))!important}@media (min-width:640px){.sm\:yst-mx-0{margin-left:0!important;margin-right:0!important}.sm\:yst-ml-4{margin-left:1rem!important}.sm\:yst-mt-0{margin-top:0!important}.sm\:yst-flex{display:flex!important}.sm\:yst-h-10{height:2.5rem!important}.sm\:yst-w-10{width:2.5rem!important}.sm\:yst-translate-y-0{--tw-translate-y:0px!important}.sm\:yst-scale-100,.sm\:yst-translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sm\:yst-scale-100{--tw-scale-x:1!important;--tw-scale-y:1!important}.sm\:yst-scale-95{--tw-scale-x:.95!important;--tw-scale-y:.95!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}}.rtl\:yst-rotate-180:where([dir=rtl],[dir=rtl] *){--tw-rotate:180deg!important;tw-rotate:180deg!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sm\:yst-flex-row-reverse{flex-direction:row-reverse!important}.sm\:yst-items-start{align-items:flex-start!important}.sm\:yst-text-left{text-align:left!important}.yst-root :-moz-focusring{outline:auto}.yst-root :-moz-ui-invalid{box-shadow:none}.yst-root input::-moz-placeholder,.yst-root textarea::-moz-placeholder{color:#6b7280;opacity:1}.yst-root [type=date]::-moz-placeholder,.yst-root [type=datetime-local]::-moz-placeholder,.yst-root [type=email]::-moz-placeholder,.yst-root [type=month]::-moz-placeholder,.yst-root [type=number]::-moz-placeholder,.yst-root [type=password]::-moz-placeholder,.yst-root [type=search]::-moz-placeholder,.yst-root [type=tel]::-moz-placeholder,.yst-root [type=text]::-moz-placeholder,.yst-root [type=time]::-moz-placeholder,.yst-root [type=url]::-moz-placeholder,.yst-root [type=week]::-moz-placeholder{color:#6b7280;opacity:1}.yst-root textarea::-moz-placeholder{color:#6b7280;opacity:1}.yst-root [type=date]::-moz-placeholder,.yst-root [type=datetime-local]::-moz-placeholder,.yst-root [type=email]::-moz-placeholder,.yst-root [type=month]::-moz-placeholder,.yst-root [type=number]::-moz-placeholder,.yst-root [type=password]::-moz-placeholder,.yst-root [type=search]::-moz-placeholder,.yst-root [type=tel]::-moz-placeholder,.yst-root [type=text]::-moz-placeholder,.yst-root [type=time]::-moz-placeholder,.yst-root [type=url]::-moz-placeholder,.yst-root [type=week]::-moz-placeholder,.yst-root textarea::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(100 116 139/var(--tw-placeholder-opacity))}.yst-root .yst-autocomplete--error .yst-autocomplete__input::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.yst-root .yst-tag-input::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(100 116 139/var(--tw-placeholder-opacity))}[class=yst-root] .styles-module__paginationTitleSkeleton--ePjfS{height:13px;width:131px}[class=yst-root] div.styles-module__modal--quowq{z-index:1050}.styles-module__generatorContainer--jWKDs{border-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));width:696px}.styles-module__logo--gDbXB{background-color:var(--yoast-color-primary);display:inline-block;height:1.25rem;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:1.25rem}.styles-module__modalTitle--LTCoD{align-items:center;display:flex;font-size:18px;font-weight:500;letter-spacing:.5px;line-height:27px;margin:24px}.styles-module__modalTitle--LTCoD>*{margin-right:8px}[class=yst-root] div.styles-module__modalContainer--DyT0w{max-width:696px;overflow:visible;padding:0!important;position:sticky;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}[class=yst-root] div.styles-module__modalContainer--DyT0w div.styles-module__modalContent--uxbqo{margin:0;padding-left:0;padding-right:0;position:relative}[class=yst-root] div.styles-module__modalContainer--DyT0w div.styles-module__modalContent--uxbqo .styles-module__fadeOut--O2ZCu:before{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));content:"";display:block;height:24px;margin-top:-24px;mask-image:linear-gradient(180deg,#0000,#000);position:sticky;top:calc(100% - 24px);width:100%}[class=yst-root] div.styles-module__modalContainer--DyT0w h1{--tw-border-opacity:1;border-bottom-width:1px;border-color:rgb(229 231 235/var(--tw-border-opacity))}.styles-module__floatingCounter--KzR9L{position:absolute;right:48px;top:-10px}.styles-module__learnMore--mrUIw{margin-left:-4px}.styles-module__learnMore--mrUIw svg{height:1rem;width:1rem;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}[class=yst-root] .styles-module__buttonArea--I6ND0{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:0 0 .5rem .5rem;border-width:1px 0 0;display:flex;justify-content:flex-end;padding:24px;width:100%}[class=yst-root] .styles-module__buttonArea--I6ND0>button{margin-left:.75rem}[class=yst-root] .styles-module__buttonArea--I6ND0>button svg{height:16px;margin-right:8px;width:16px}.styles-module__aiGenerator--Q4G7H{width:100%}.styles-module__aiGenerator--Q4G7H .styles-module__errorBanner--Aynek{margin:0 24px 16px;padding:0}.styles-module__aiGenerator--Q4G7H .styles-module__errorBanner--Aynek.styles-module__fullError--eTOfR{margin:16px}.styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='768' height='174' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M0 0h768v174H0z'/%3E%3Cg filter='url(%23b)' opacity='.15'%3E%3Cellipse cx='384' cy='87' fill='url(%23c)' rx='304' ry='43'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='c' x1='80' x2='453.361' y1='44' y2='386.089' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A61E69'/%3E%3Cstop offset='1' stop-color='%236366F1'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h768v174H0z'/%3E%3C/clipPath%3E%3Cfilter id='b' width='736' height='214' x='16' y='-20' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_862_1019' stdDeviation='32'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:auto;display:flex;justify-items:center;max-width:100%}.styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h.styles-module__social--I2bZ1{margin-bottom:1em}.styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h .styles-module__preview--AMJ8q{background:#0000;margin:8px auto;max-width:100%;padding:0}.styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h .styles-module__preview--AMJ8q .styles-module__desktopPreview--KClpl{margin:0 24px;width:calc(100% - 48px)}.styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h .styles-module__preview--AMJ8q .styles-module__desktopPreview--KClpl section>div:last-child{margin:.5rem 0 0}.styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h .styles-module__preview--AMJ8q .styles-module__desktopPreview--KClpl section>div:last-child>div{align-items:center;display:flex;justify-content:center}.styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h .styles-module__preview--AMJ8q .styles-module__desktopPreview--KClpl section>div:first-child{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:8px;box-shadow:0 1px 6px #20212447;margin:inherit;padding:1rem}.styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h .styles-module__preview--AMJ8q .styles-module__desktopPreview--KClpl section>div:first-child>div{align-items:inherit;display:inherit;justify-content:inherit}.styles-module__social--I2bZ1 .styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h .styles-module__preview--AMJ8q{width:100%}.styles-module__social--I2bZ1 .styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h .styles-module__preview--AMJ8q>div{margin:1em auto}.styles-module__aiGenerator--Q4G7H .styles-module__previewSection--dQI7h .styles-module__preview--AMJ8q>section>div{background:#fff}.styles-module__aiGenerator--Q4G7H .styles-module__titleProgress--BlLuI{font-size:.8125rem;font-weight:500;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity));padding:16px 24px}.styles-module__aiGenerator--Q4G7H .styles-module__mainTitle--hcBkm{font-size:.8125rem;font-weight:500;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity));display:flex;justify-content:space-between;padding:24px 24px 16px}.styles-module__aiGenerator--Q4G7H .styles-module__mainTitle--hcBkm .styles-module__mainTitleSkeleton--CSk1Z{height:13px;width:98px}.styles-module__aiGenerator--Q4G7H .styles-module__progressBar--y7Coy{margin:.5em 0}.styles-module__aiGenerator--Q4G7H .styles-module__progressBar--y7Coy.styles-module__good--Ueni9>div{background-color:#7ad03a}.styles-module__aiGenerator--Q4G7H .styles-module__progressBar--y7Coy.styles-module__good--Ueni9.styles-module__altColors--o1t8E>div{background-color:#4ade80}.styles-module__aiGenerator--Q4G7H .styles-module__progressBar--y7Coy.styles-module__ok--RvqJ4>div{background-color:#ee7c1b}.styles-module__aiGenerator--Q4G7H .styles-module__progressBar--y7Coy.styles-module__bad--_XMc7>div{background-color:#dc3232}.styles-module__skeletonPreview--QYdU8{background:#fff;border-radius:.5rem;margin:auto;padding:16px;width:400px}.styles-module__skeletonPreview--QYdU8 .styles-module__header--vHY_T{display:flex;margin-bottom:21px}.styles-module__skeletonPreview--QYdU8 .styles-module__header--vHY_T .styles-module__firstColumn--dorvx>span{border-radius:28px;height:28px;margin-right:12px;width:28px}.styles-module__skeletonPreview--QYdU8 .styles-module__header--vHY_T .styles-module__secondColumn--m5oLy>span{border-radius:4px;height:13px}.styles-module__skeletonPreview--QYdU8 .styles-module__header--vHY_T .styles-module__secondColumn--m5oLy>span:first-child{margin-bottom:3px;width:123px}.styles-module__skeletonPreview--QYdU8 .styles-module__header--vHY_T .styles-module__secondColumn--m5oLy>span:nth-child(2){width:276px}.styles-module__skeletonPreview--QYdU8 .styles-module__content--cEMcn>span{border-radius:4px}.styles-module__skeletonPreview--QYdU8 .styles-module__content--cEMcn>span:first-child{height:20px;margin-bottom:16px;width:368px}.styles-module__skeletonPreview--QYdU8 .styles-module__content--cEMcn>span:nth-child(2){height:13px;margin-bottom:8px;width:368px}.styles-module__skeletonPreview--QYdU8 .styles-module__content--cEMcn>span:nth-child(3){height:13px;width:221px}.styles-module__mockedSelector--_0Gy5{display:flex;items-align:center}.styles-module__mockedSelector--_0Gy5 .styles-module__emptyCircle--nibrZ{border-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:16px;height:16px;margin-right:8px;width:16px}.styles-module__mockedSelector--_0Gy5>span:nth-child(2){height:13px;margin-right:16px;width:82px}.styles-module__mockedSelector--_0Gy5>span:nth-child(4){height:13px;width:92px}form.styles-module__suggestionList--CVXuA{min-width:320px;width:100%}form.styles-module__suggestionList--CVXuA .styles-module__row--ioJoB{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));font-size:.8125rem;padding:1rem .75rem;--tw-text-opacity:1;align-items:center;border-width:0 1px 1px;color:rgb(71 85 105/var(--tw-text-opacity));display:flex}form.styles-module__suggestionList--CVXuA .styles-module__row--ioJoB:first-of-type{border-top-left-radius:.5rem;border-top-right-radius:.5rem;border-top-width:1px}form.styles-module__suggestionList--CVXuA .styles-module__row--ioJoB:last-of-type{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;--tw-divide-y-reverse:1px}form.styles-module__suggestionList--CVXuA .styles-module__row--ioJoB.styles-module__selectedOption--hcd4O{--tw-border-opacity:1;border-color:rgb(143 15 87/var(--tw-border-opacity));--tw-text-opacity:1;border-top-width:1px;color:rgb(15 23 42/var(--tw-text-opacity));margin-top:-1px}form.styles-module__suggestionList--CVXuA .styles-module__row--ioJoB.styles-module__selectedOption--hcd4O:first-of-type{margin-top:0}form.styles-module__suggestionList--CVXuA .styles-module__innerOption--jmXHJ{align-items:center;display:flex}form.styles-module__suggestionList--CVXuA .styles-module__optionLabel--kZshU{flex:1 1 auto}form.styles-module__suggestionList--CVXuA .styles-module__loadingMock--Mr6WN{align-items:center;display:flex;height:1.5em;justify-content:space-between;width:100%}form.styles-module__suggestionList--CVXuA .styles-module__loadingMock--Mr6WN .styles-module__labelMock--NITYK{flex:1 0 auto;height:.75rem;margin-left:16px}form.styles-module__suggestionList--CVXuA .styles-module__pagination--FYqPO{display:flex;justify-content:flex-end;margin-top:1em;width:100%}:root{--yoast-svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E")}.styles-module__gradientBorder--FrZBT,.styles-module__gradientBorderButton--gGjJv>button,[class=yst-root] span.styles-module__gradientBorder--FrZBT{position:absolute;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-gradient-from:#faf3f7 var(--tw-gradient-from-position);--tw-gradient-to:#faf3f700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#eef2ff var(--tw-gradient-to-position);--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);border-image:linear-gradient(to bottom right,#cd82ab,#a5b4fc) 1;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);display:flex;justify-content:flex-start;position:relative;z-index:0;text-wrap:wrap;flex-direction:row;overflow:hidden}.styles-module__gradientBorder--FrZBT>svg,.styles-module__gradientBorderButton--gGjJv>button>svg,[class=yst-root] span.styles-module__gradientBorder--FrZBT>svg{margin-right:8px}.styles-module__gradientBorder--FrZBT:before,.styles-module__gradientBorderButton--gGjJv>button:before,[class=yst-root] span.styles-module__gradientBorder--FrZBT:before{background:linear-gradient(to bottom right,#cd82ab,#a5b4fc);border-radius:inherit;bottom:0;content:"";left:0;mask:linear-gradient(#fff,#fff) content-box,linear-gradient(#fff,#fff) border-box;mask-composite:exclude;padding:1px;position:absolute;right:0;top:0;z-index:-1}[class=yst-root] .styles-module__notificationWithToast--IBfwe>div{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));border-radius:.5rem;display:inline-block;max-width:24rem}[class=yst-root] .styles-module__notificationWithToast--IBfwe>span{inset-inline-start:265px;position:absolute;top:.25rem;z-index:10}[class=yst-root] .styles-module__notificationWithToast--IBfwe>div>div{overflow-y:visible;padding:1rem}[class=yst-root] .styles-module__notificationWithToast--IBfwe>div>div:first-child{padding-bottom:0}.styles-module__header--mjkFl{font-size:.8125rem;font-weight:500;--tw-text-opacity:1;align-items:baseline;color:rgb(15 23 42/var(--tw-text-opacity));display:flex;justify-content:space-between;padding:0 24px}.styles-module__header--mjkFl button svg{margin-right:8px}.styles-module__suggestions--sUYxk{font-size:.8125rem;padding:8px 24px 40px}.styles-module__suggestions--sUYxk .styles-module__suggestionsNote--P23gI{font-size:.75rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity));font-size:11px;margin-top:.5rem}#radio-group-typeSelector>div{flex-direction:row;gap:1.5rem}[class=yst-root] span.styles-module__badge--rMVjT{height:18px;position:absolute;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-gradient-from:#faf3f7 var(--tw-gradient-from-position);--tw-gradient-to:#faf3f700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#eef2ff var(--tw-gradient-to-position);--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);border-image:linear-gradient(to bottom right,#cd82ab,#a5b4fc) 1;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);position:relative;z-index:0}[class=yst-root] span.styles-module__badge--rMVjT:before{background:linear-gradient(to bottom right,#cd82ab,#a5b4fc);border-radius:inherit;bottom:0;content:"";left:0;mask:linear-gradient(#fff,#fff) content-box,linear-gradient(#fff,#fff) border-box;mask-composite:exclude;padding:1px;position:absolute;right:0;top:0;z-index:-1}.styles-module__icon--y4uAf{margin-right:.25rem;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity));width:11px;fill:linear-gradient(90deg,#3f87a6,#ebf8e1,#f69d3c)}.styles-module__data--C2k4_{font-weight:600;margin-right:.25rem;--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}[class=yst-root] .styles-module__toastWithUsageCounter--q44P2>div{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));border-radius:.5rem;display:inline-block;max-width:24rem}[class=yst-root] .styles-module__toastWithUsageCounter--q44P2>span{inset-inline-start:265px;position:absolute;top:.25rem;z-index:10}[class=yst-root] .styles-module__toastWithUsageCounter--q44P2>div>div{overflow-y:visible;padding:1rem}[class=yst-root] .styles-module__toastWithUsageCounter--q44P2>div>div:first-child{padding-bottom:0}[class=yst-root] .styles-module__buttonGroup--BqLdI{display:flex;flex-direction:row-reverse;gap:.25rem;margin-right:-2.25rem;margin-top:.75rem}[class=yst-root] .styles-module__logo--JhJ6O{background-color:var(--yoast-color-primary);display:inline-block;height:1rem;margin-top:.125rem;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:1rem}[class=yst-root] div.styles-module__skeletonWrapperTop--TovVH{display:flex;gap:.25rem;justify-content:space-between}[class=yst-root] span.styles-module__skeleton--u4mld{height:18px;width:18px}[class=yst-root] div.styles-module__skeletonLoaderWrapper--HI7Rm{flex-grow:1}[class=yst-root] span.styles-module__skeletonLoader1--acDyN{height:1rem;width:100%}[class=yst-root] span.styles-module__skeletonLoader2--f4AbH{height:1rem;margin-top:.25rem;width:100%}[class=yst-root] span.styles-module__skeletonLoader3--pI6W5{height:1rem;margin-top:.125rem;width:100%}[class=yst-root] span.styles-module__skeletonLoader4--l4uCY{height:1rem;margin-top:.125rem;width:8rem}[class=yst-root] div.styles-module__skeletonWrapperBottom--HMog6{align-items:center;display:flex;gap:.25rem;justify-content:flex-end;margin-left:-.75rem;margin-top:1rem}[class=yst-root] span.styles-module__skeletonLoaderButtons--HkdNq{height:1.75rem;width:4rem}[class=yst-root] .styles-module__toastContentWrapper--e321x{display:flex;justify-content:flex-end}[class=yst-root] .styles-module__toastContentWrapper--e321x div:last-child{display:inline-block!important}[class=yst-root] .styles-module__toastContentContainer--UNMow{margin-left:.75rem;margin-right:1rem}[class=yst-root] .styles-module__toastContentContainerHeader--L5Dw3{align-items:center;display:flex;gap:.5rem;margin-bottom:.25rem}[class=yst-root] .styles-module__toastContentLink--cZjl1{align-items:center;display:inline-flex;font-size:.75rem;font-weight:500;gap:.25rem;margin-top:.5rem}[class=yst-root] .styles-module__toastContentArrow--xnqYS{height:1rem;width:1rem}[class=yst-root] .styles-module__toastContentArrow--xnqYS:where([dir=rtl],[dir=rtl] *){--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}[class=yst-root] .styles-module__toastContentButtonsWrapper--YHI5c{display:flex;gap:.75rem;justify-content:flex-end;margin-left:-.75rem;margin-top:.5rem}[class=yst-root] .styles-module__toastContentApplyButton--SlRYX{padding-left:.5rem;padding-right:.5rem}[class=yst-root] .styles-module__toastContentApplyButton--SlRYX .styles-module__buttonIcon--v49u_{height:1rem;width:1rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}[class=yst-root] .styles-module__toastContentApplyButton--SlRYX .styles-module__buttonText--ec2s0{margin-left:.25rem;margin-right:.25rem}[class=yst-root] div.styles-module__modal--CWdoh{z-index:1050}[class=yst-root] div.styles-module__modal--CWdoh .styles-module__modalContainer--RcX43{border-radius:1.5rem;display:inline-block;max-width:512px;overflow:hidden;padding:0;position:relative;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));text-align:left;vertical-align:bottom;--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:640px){[class=yst-root] div.styles-module__modal--CWdoh .styles-module__modalContainer--RcX43{margin:2rem 1rem;vertical-align:middle}}[class=yst-root] div.styles-module__modal--CWdoh .styles-module__modalContainer--RcX43 [class=yst-modal__close] button{background-color:initial}[class=yst-root] div.styles-module__modal--CWdoh .styles-module__modalContainer--RcX43 [class=yst-modal__close] button svg{height:1.5rem;width:1.5rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}[class=yst-root] div.styles-module__modal--CWdoh .styles-module__bigModal--xut4N{max-width:48rem}[class=yst-root] div.styles-module__modal--CWdoh .styles-module__bigModal--xut4N .styles-module__introModal--rMyze .styles-module__buttonSection--fA_Lt .styles-module__main--KD5ki{margin-top:2rem}.styles-module__badge--anxyN{position:absolute;right:16px;top:-12px}.styles-module__consentModal--A_0w0,.styles-module__introModal--rMyze{align-items:center;display:flex;flex-direction:column;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));max-width:512px;padding:2.5rem 2.5rem 1rem}.styles-module__consentModal--A_0w0 .styles-module__top--Jckd_,.styles-module__introModal--rMyze .styles-module__top--Jckd_{height:340px;inset:0;position:absolute;--tw-bg-opacity:0.25;background-image:linear-gradient(to bottom,var(--tw-gradient-stops));--tw-gradient-from:#a61e6940 var(--tw-gradient-from-position);--tw-gradient-to:#a61e6900 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#ffffff40 var(--tw-gradient-to-position)}.styles-module__consentModal--A_0w0 .styles-module__content--s8aPG,.styles-module__introModal--rMyze .styles-module__content--s8aPG{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;text-align:center}.styles-module__consentModal--A_0w0 .styles-module__image--EZwCo,.styles-module__introModal--rMyze .styles-module__image--EZwCo{aspect-ratio:16/9;border-radius:.5rem;overflow:hidden;width:100%;--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.styles-module__consentModal--A_0w0 .styles-module__title--upMch,.styles-module__introModal--rMyze .styles-module__title--upMch{font-size:1.125rem;font-weight:500;margin-top:1.5rem;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.styles-module__consentModal--A_0w0 .styles-module__checkbox--BNgin,.styles-module__introModal--rMyze .styles-module__checkbox--BNgin{align-items:flex-start;border-top-width:1px;font-size:.75rem;margin-top:1.25rem;padding-top:1rem;text-align:left;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.styles-module__consentModal--A_0w0 .styles-module__checkbox--BNgin label,.styles-module__introModal--rMyze .styles-module__checkbox--BNgin label{font-size:.75rem;font-weight:400;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.styles-module__consentModal--A_0w0 .styles-module__buttons--Synlt,.styles-module__introModal--rMyze .styles-module__buttons--Synlt{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;width:100%}.styles-module__consentModal--A_0w0 .styles-module__learnMoreLink--ZdsMp,.styles-module__introModal--rMyze .styles-module__learnMoreLink--ZdsMp{font-weight:500;--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity));-webkit-text-decoration-line:none;text-decoration-line:none}.styles-module__introModal--rMyze{max-width:48rem;padding:2.5rem}.styles-module__introModal--rMyze .styles-module__separator--uFWrD{margin-top:1.5rem;width:100%;--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.styles-module__introModal--rMyze .styles-module__mainVideo--jjRHv{overflow:visible;position:relative;width:100%}.styles-module__introModal--rMyze .styles-module__mainVideo--jjRHv .styles-module__video--QfVLI{aspect-ratio:16/9;border-radius:.5rem;overflow:hidden;width:100%;--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.styles-module__introModal--rMyze .styles-module__mainVideo--jjRHv .styles-module__video--QfVLI>*{max-width:100%}.styles-module__introModal--rMyze .styles-module__learnMoreLink--ZdsMp{align-items:center;display:inline-flex;font-weight:500;gap:.25rem;-webkit-text-decoration-line:none;text-decoration-line:none}.styles-module__introModal--rMyze .styles-module__titleSection--uRoF8{align-items:center;display:flex;font-size:.75rem;font-weight:500;margin-top:1.5rem;max-width:600px}.styles-module__introModal--rMyze .styles-module__titleSection--uRoF8 .styles-module__byline--eXZ9f{text-transform:uppercase;--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity));letter-spacing:.8px;margin-left:8px}.styles-module__introModal--rMyze .styles-module__mainContentSection--DEAYV{margin-left:.375rem;margin-right:.375rem;margin-top:1rem;max-width:600px;text-align:center}.styles-module__introModal--rMyze .styles-module__mainContentSection--DEAYV .styles-module__mainContentHeader--b2brO{font-size:1.125rem;font-weight:500;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.styles-module__introModal--rMyze .styles-module__mainContentSection--DEAYV .styles-module__mainContentText--dnFSm{font-size:.8125rem;margin-top:.5rem;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.styles-module__introModal--rMyze .styles-module__mainContentSection--DEAYV .styles-module__mainContentText--dnFSm .styles-module__contentIcon--aE3SN{height:1rem;width:1rem}.styles-module__introModal--rMyze .styles-module__mainContentSection--DEAYV .styles-module__mainContentText--dnFSm .styles-module__contentIcon--aE3SN:where([dir=rtl],[dir=rtl] *){--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.styles-module__introModal--rMyze .styles-module__interactionSection--htDGA{align-items:flex-start;display:flex;margin-top:1rem}.styles-module__introModal--rMyze .styles-module__interactionSection--htDGA .styles-module__consentCheck--adf26:before{--tw-content:none;content:var(--tw-content)}.styles-module__introModal--rMyze .styles-module__interactionSection--htDGA .styles-module__consentLabel--JOn4k{font-size:.8125rem;font-weight:400;margin-left:.75rem;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.styles-module__introModal--rMyze .styles-module__buttonSection--fA_Lt{display:flex;margin-top:1rem;width:100%}.styles-module__introModal--rMyze .styles-module__buttonSection--fA_Lt .styles-module__main--KD5ki{flex-grow:1}.styles-module__introModal--rMyze .styles-module__buttonSection--fA_Lt .styles-module__close--nBst_{margin-top:1rem}.styles-module__warningPrompt--FUbHc .styles-module__body--c3lMd{align-items:flex-start;display:flex}@media (min-width:640px){.styles-module__warningPrompt--FUbHc .styles-module__body--c3lMd{align-items:flex-start;display:flex}}.styles-module__warningPrompt--FUbHc .styles-module__body--c3lMd .styles-module__warningIconContainer--NcQlL{align-items:center;border-radius:9999px;display:flex;flex-shrink:0;height:3rem;justify-content:center;margin-left:auto;margin-right:auto;width:3rem;--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}@media (min-width:640px){.styles-module__warningPrompt--FUbHc .styles-module__body--c3lMd .styles-module__warningIconContainer--NcQlL{height:2.5rem;margin-left:0;margin-right:0;width:2.5rem}}.styles-module__warningPrompt--FUbHc .styles-module__body--c3lMd .styles-module__icon--ap2v5{height:1.5rem;width:1.5rem;--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.styles-module__warningPrompt--FUbHc .styles-module__body--c3lMd .styles-module__prompt--KATqc{margin-top:.75rem;text-align:center}@media (min-width:640px){.styles-module__warningPrompt--FUbHc .styles-module__body--c3lMd .styles-module__prompt--KATqc{margin-left:1rem;margin-top:0;text-align:left}}.styles-module__warningPrompt--FUbHc .styles-module__body--c3lMd .styles-module__prompt--KATqc .styles-module__content--s8aPG{font-size:.8125rem;margin-top:.5rem;padding-bottom:1rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.styles-module__warningPrompt--FUbHc .styles-module__buttonSection--fA_Lt{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}@media (min-width:640px){.styles-module__warningPrompt--FUbHc .styles-module__buttonSection--fA_Lt{flex-direction:row-reverse}}.styles-module__logo--cl0TH{background-color:var(--yoast-color-primary);display:inline-block;height:1.25rem;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:1.25rem}.styles-module__errorModalHeader--_cNpd{align-items:center;display:flex;gap:.5rem;justify-content:flex-start}.styles-module__errorModalContentWrapper--c24iV{display:flex;flex-direction:column;margin-top:1.5rem}.styles-module__errorModalContentWrapper--c24iV>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.styles-module__errorModalLogo--X11B0{height:1.25rem;width:1.25rem}.styles-module__errorModalTitle--vms_Y{font-size:1.125rem;margin-inline-end:.375rem;margin-inline-start:.75rem;margin-left:.75rem;margin-right:.375rem}.styles-module__questionMarkCircle--rbmIj{height:1rem;width:1rem;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.styles-module__aiErrorModalLink--WHw0z{margin-right:.5rem;-webkit-text-decoration-line:none;text-decoration-line:none}.styles-module__errorModalButtonsWrapper--zknbB{display:flex;margin-bottom:.25rem;margin-top:1.5rem;place-content:end}.styles-module__errorModalButtonsWrapper--zknbB>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.styles-module__errorModalButtonsWrapper--zknbB:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}@media (max-height:840px){[class=yst-root] div.styles-module__modal--CWdoh{height:100%;overflow:scroll;padding:0;position:fixed;text-align:center}[class=yst-root] div.styles-module__modal--CWdoh div[class=yst-modal__layout]{display:block;position:relative}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2640-rtl.css
new file mode 100755
index 00000000..b7bb00c8
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2640-rtl.css
@@ -0,0 +1 @@
+.yst-root button.yst-replacevar__use-ai-button{align-items:center;background:linear-gradient(-97.38deg,#faf3f7,#eef2ff);border-image-source:linear-gradient(97.38deg,#cd82ab,#a5b4fc);border-radius:3px;box-shadow:0 1px 0 0 #ccccccb3;color:#303030;cursor:pointer;display:flex;font-size:.8125rem;height:2rem;padding-inline-end:.625rem;padding-inline-start:.5rem;transition:var(--yoast-transition-default)}.yst-root button.yst-replacevar__use-ai-button:disabled{cursor:default}.yst-root button.yst-replacevar__use-ai-button:hover{background:linear-gradient(-96.67deg,#f3e5ed 1.02%,#e0e7ff)}.yst-root button.yst-replacevar__use-ai-button svg{margin-inline-end:.375rem;margin-inline-start:0}.yst-root .yst-logo-icon{background-color:var(--yoast-color-primary);display:inline-block;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%}.yst-root .yst-ai-mode .yst-radio-group__options{flex-direction:row;gap:1.5rem}.yst-root .yst-length-progress-bar.yst-score-good .yst-progress-bar__progress{background-color:#7ad03a}.yst-root .yst-length-progress-bar.yst-score-ok .yst-progress-bar__progress{background-color:#ee7c1b}.yst-root .yst-length-progress-bar.yst-score-bad .yst-progress-bar__progress{background-color:#dc3232}.yst-root .yst-suggestions-radio-group .yst-radio-group__options{gap:0}.yst-root .yst-suggestions-radio-group .yst-radio-group__options>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(-1px*var(--tw-space-y-reverse));margin-top:calc(-1px*(1 - var(--tw-space-y-reverse)))}.yst-root .yst-introduction-modal .yst-modal__close-button{background-color:initial;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.yst-root .yst-introduction-modal .yst-modal__close-button:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-width:0px}.yst-root .yst-ai-modal .yst-modal__panel{overflow:visible}.yst-root .yst-revoke-button .yst-animate-spin{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.yst-root #facebookPreview,.yst-root #twitterPreview,.yst-root #yoast-snippet-preview-container{margin-right:auto;margin-left:auto;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.yst-root #yoast-snippet-preview-container{border-bottom:1px hidden #fff;border-radius:8px;box-shadow:0 1px 6px #20212447}.yst-root .yoast-snippet-preview-section{padding:.5rem}.yst-root .yoast-snippet-preview-container__wrapper{background-color:initial}.yst-root .desktop #yoast-snippet-preview-container{padding:12px 16px}.yst-root .desktop.yst-user-agent__mobile .yoast-snippet-preview-section{padding:0}.yst-root .desktop.yst-user-agent__mobile .yoast-snippet-preview-container__wrapper{position:relative}.yst-root .desktop.yst-user-agent__mobile #yoast-snippet-preview-container{--yst-padding-bottom:12px}.yst-root .desktop.yst-user-agent__mobile #yoast-snippet-preview-container:has(+div){--yst-padding-bottom:calc(2rem + 22px)}.yst-root .desktop.yst-user-agent__mobile #yoast-snippet-preview-container{background-color:initial;border-bottom:none;border-radius:0;box-shadow:none;display:grid;padding-bottom:var(--yst-padding-bottom);padding-right:.5rem;padding-left:.5rem;padding-top:.5rem}.yst-root .desktop.yst-user-agent__mobile #yoast-snippet-preview-container>div:first-child{margin-right:auto;margin-left:auto;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-bottom:1px hidden #fff;border-radius:8px;box-shadow:0 1px 6px #20212447;padding:12px 16px;width:inherit}.yst-root .desktop.yst-user-agent__mobile #yoast-snippet-preview-container+div{align-items:center;bottom:0;display:flex;height:calc(2rem + 22px);justify-content:center;right:.5rem;margin:0;pointer-events:none;position:absolute;left:.5rem}.yst-root .yst-border-gradient{border-image:linear-gradient(to bottom right,#cd82ab,#a5b4fc) 1;position:relative;z-index:0}.yst-root .yst-border-gradient:before{background:linear-gradient(to bottom left,#cd82ab,#a5b4fc);border-radius:inherit;bottom:0;content:"";right:0;mask:linear-gradient(#fff,#fff) content-box,linear-gradient(#fff,#fff) border-box;mask-composite:exclude;padding:1px;position:absolute;left:0;top:0;z-index:-1}.yst-root svg.yst-ai-counter-badge__sparkles-icon path{stroke-width:1.3!important}.yst-root .yst-ai-counter-badge__skeleton{border-radius:9999px!important}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2640.css b/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2640.css
new file mode 100755
index 00000000..d92e709b
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2640.css
@@ -0,0 +1 @@
+.yst-root button.yst-replacevar__use-ai-button{align-items:center;background:linear-gradient(97.38deg,#faf3f7,#eef2ff);border-image-source:linear-gradient(97.38deg,#cd82ab,#a5b4fc);border-radius:3px;box-shadow:0 1px 0 0 #ccccccb3;color:#303030;cursor:pointer;display:flex;font-size:.8125rem;height:2rem;padding-inline-end:.625rem;padding-inline-start:.5rem;transition:var(--yoast-transition-default)}.yst-root button.yst-replacevar__use-ai-button:disabled{cursor:default}.yst-root button.yst-replacevar__use-ai-button:hover{background:linear-gradient(96.67deg,#f3e5ed 1.02%,#e0e7ff)}.yst-root button.yst-replacevar__use-ai-button svg{margin-inline-end:.375rem;margin-inline-start:0}.yst-root .yst-logo-icon{background-color:var(--yoast-color-primary);display:inline-block;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%}.yst-root .yst-ai-mode .yst-radio-group__options{flex-direction:row;gap:1.5rem}.yst-root .yst-length-progress-bar.yst-score-good .yst-progress-bar__progress{background-color:#7ad03a}.yst-root .yst-length-progress-bar.yst-score-ok .yst-progress-bar__progress{background-color:#ee7c1b}.yst-root .yst-length-progress-bar.yst-score-bad .yst-progress-bar__progress{background-color:#dc3232}.yst-root .yst-suggestions-radio-group .yst-radio-group__options{gap:0}.yst-root .yst-suggestions-radio-group .yst-radio-group__options>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(-1px*var(--tw-space-y-reverse));margin-top:calc(-1px*(1 - var(--tw-space-y-reverse)))}.yst-root .yst-introduction-modal .yst-modal__close-button{background-color:initial;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.yst-root .yst-introduction-modal .yst-modal__close-button:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-width:0px}.yst-root .yst-ai-modal .yst-modal__panel{overflow:visible}.yst-root .yst-revoke-button .yst-animate-spin{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.yst-root #facebookPreview,.yst-root #twitterPreview,.yst-root #yoast-snippet-preview-container{margin-left:auto;margin-right:auto;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.yst-root #yoast-snippet-preview-container{border-bottom:1px hidden #fff;border-radius:8px;box-shadow:0 1px 6px #20212447}.yst-root .yoast-snippet-preview-section{padding:.5rem}.yst-root .yoast-snippet-preview-container__wrapper{background-color:initial}.yst-root .desktop #yoast-snippet-preview-container{padding:12px 16px}.yst-root .desktop.yst-user-agent__mobile .yoast-snippet-preview-section{padding:0}.yst-root .desktop.yst-user-agent__mobile .yoast-snippet-preview-container__wrapper{position:relative}.yst-root .desktop.yst-user-agent__mobile #yoast-snippet-preview-container{--yst-padding-bottom:12px}.yst-root .desktop.yst-user-agent__mobile #yoast-snippet-preview-container:has(+div){--yst-padding-bottom:calc(2rem + 22px)}.yst-root .desktop.yst-user-agent__mobile #yoast-snippet-preview-container{background-color:initial;border-bottom:none;border-radius:0;box-shadow:none;display:grid;padding-bottom:var(--yst-padding-bottom);padding-left:.5rem;padding-right:.5rem;padding-top:.5rem}.yst-root .desktop.yst-user-agent__mobile #yoast-snippet-preview-container>div:first-child{margin-left:auto;margin-right:auto;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-bottom:1px hidden #fff;border-radius:8px;box-shadow:0 1px 6px #20212447;padding:12px 16px;width:inherit}.yst-root .desktop.yst-user-agent__mobile #yoast-snippet-preview-container+div{align-items:center;bottom:0;display:flex;height:calc(2rem + 22px);justify-content:center;left:.5rem;margin:0;pointer-events:none;position:absolute;right:.5rem}.yst-root .yst-border-gradient{border-image:linear-gradient(to bottom right,#cd82ab,#a5b4fc) 1;position:relative;z-index:0}.yst-root .yst-border-gradient:before{background:linear-gradient(to bottom right,#cd82ab,#a5b4fc);border-radius:inherit;bottom:0;content:"";left:0;mask:linear-gradient(#fff,#fff) content-box,linear-gradient(#fff,#fff) border-box;mask-composite:exclude;padding:1px;position:absolute;right:0;top:0;z-index:-1}.yst-root svg.yst-ai-counter-badge__sparkles-icon path{stroke-width:1.3!important}.yst-root .yst-ai-counter-badge__skeleton{border-radius:9999px!important}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/alerts-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/alerts-2640-rtl.css
new file mode 100755
index 00000000..273a5d84
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/alerts-2640-rtl.css
@@ -0,0 +1 @@
+.yoast-alert{align-items:flex-start;border:1px solid #0003;display:flex;font-size:13px;line-height:1.5;margin:16px 0;padding:16px}.yoast-alert--error{background:#f9dcdc;color:#8f1919}.yoast-alert--info{background:#cce5ff;color:#00468f}.yoast-alert--success{background:#e2f2cc;color:#395315}.yoast-alert--warning{background:#fff3cd;color:#674e00}.yoast-alert__icon.yoast-alert__icon{display:block;height:16px;margin-left:8px;margin-top:.1rem;max-width:none;width:16px}.yoast-alert a{color:#004973}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/alerts-2640.css b/wp-content/plugins/wordpress-seo/css/dist/alerts-2640.css
new file mode 100755
index 00000000..275d7f75
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/alerts-2640.css
@@ -0,0 +1 @@
+.yoast-alert{align-items:flex-start;border:1px solid #0003;display:flex;font-size:13px;line-height:1.5;margin:16px 0;padding:16px}.yoast-alert--error{background:#f9dcdc;color:#8f1919}.yoast-alert--info{background:#cce5ff;color:#00468f}.yoast-alert--success{background:#e2f2cc;color:#395315}.yoast-alert--warning{background:#fff3cd;color:#674e00}.yoast-alert__icon.yoast-alert__icon{display:block;height:16px;margin-right:8px;margin-top:.1rem;max-width:none;width:16px}.yoast-alert a{color:#004973}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2640-rtl.css
new file mode 100755
index 00000000..a7ac5095
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2640-rtl.css
@@ -0,0 +1 @@
+.sidebar__sale_banner_container .sidebar__sale_banner{box-shadow:0 -1px 4px 0 #fcd34d,0 1px 4px 0 #fcd34d,0 -1px 0 0 #fcd34d,0 1px 0 0 #fcd34d;color:#fcd34d;letter-spacing:.5px;line-height:30px;margin-bottom:10px;margin-right:-30px;margin-top:2.5rem;width:calc(100% + 60px);--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1));font-size:1.125rem;font-weight:700;padding:.25rem 0;text-align:center}.sidebar__sale_banner_container .sidebar__sale_banner .banner_text{display:inline-block;margin:0 35px}.sidebar__sale_banner_container{margin-bottom:-25px;margin-right:-24px;margin-top:-25px;overflow:hidden;padding-bottom:10px;width:calc(100% + 48px)}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2640.css b/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2640.css
new file mode 100755
index 00000000..00d4e8c2
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2640.css
@@ -0,0 +1 @@
+.sidebar__sale_banner_container .sidebar__sale_banner{box-shadow:0 -1px 4px 0 #fcd34d,0 1px 4px 0 #fcd34d,0 -1px 0 0 #fcd34d,0 1px 0 0 #fcd34d;color:#fcd34d;letter-spacing:.5px;line-height:30px;margin-bottom:10px;margin-left:-30px;margin-top:2.5rem;width:calc(100% + 60px);--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1));font-size:1.125rem;font-weight:700;padding:.25rem 0;text-align:center}.sidebar__sale_banner_container .sidebar__sale_banner .banner_text{display:inline-block;margin:0 35px}.sidebar__sale_banner_container{margin-bottom:-25px;margin-left:-24px;margin-top:-25px;overflow:hidden;padding-bottom:10px;width:calc(100% + 48px)}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/block-editor-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/block-editor-2640-rtl.css
new file mode 100755
index 00000000..050e2ace
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/block-editor-2640-rtl.css
@@ -0,0 +1 @@
+.editor-styles-wrapper mark.annotation-text-yoast{background-color:#e1bee7}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/block-editor-2640.css b/wp-content/plugins/wordpress-seo/css/dist/block-editor-2640.css
new file mode 100755
index 00000000..050e2ace
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/block-editor-2640.css
@@ -0,0 +1 @@
+.editor-styles-wrapper mark.annotation-text-yoast{background-color:#e1bee7}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/dashboard-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/dashboard-2640-rtl.css
new file mode 100755
index 00000000..51f5b707
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/dashboard-2640-rtl.css
@@ -0,0 +1 @@
+#yoast-seo-dashboard-widget h3{font-weight:700}#yoast-seo-dashboard-widget .assessments,#yoast-seo-dashboard-widget .score-assessments{padding-right:0}#yoast-seo-dashboard-widget .wordpress-feed{border-top:1px solid #eee;margin:16px -12px 0;padding:12px 12px 0}#yoast-seo-dashboard-widget .wordpress-feed .wordpress-feed__post{margin-top:12px}#yoast-seo-dashboard-widget .wordpress-feed .wordpress-feed__footer{border-top:1px solid #eee;margin:0 -12px;padding:4px 12px 0}#yoast-seo-dashboard-widget:empty:before,#yoast-seo-wincher-dashboard-widget:empty:before{animation:rotate 2s linear infinite;background-image:url(../../packages/js/images/Yoast_SEO_Icon.svg);content:"";display:block;height:40px;margin:25px auto;width:40px}@keyframes rotate{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg)}to{transform:perspective(120px) rotateX(0deg) rotateY(-1turn);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(-1turn)}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/dashboard-2640.css b/wp-content/plugins/wordpress-seo/css/dist/dashboard-2640.css
new file mode 100755
index 00000000..c9a82129
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/dashboard-2640.css
@@ -0,0 +1 @@
+#yoast-seo-dashboard-widget h3{font-weight:700}#yoast-seo-dashboard-widget .assessments,#yoast-seo-dashboard-widget .score-assessments{padding-left:0}#yoast-seo-dashboard-widget .wordpress-feed{border-top:1px solid #eee;margin:16px -12px 0;padding:12px 12px 0}#yoast-seo-dashboard-widget .wordpress-feed .wordpress-feed__post{margin-top:12px}#yoast-seo-dashboard-widget .wordpress-feed .wordpress-feed__footer{border-top:1px solid #eee;margin:0 -12px;padding:4px 12px 0}#yoast-seo-dashboard-widget:empty:before,#yoast-seo-wincher-dashboard-widget:empty:before{animation:rotate 2s linear infinite;background-image:url(../../packages/js/images/Yoast_SEO_Icon.svg);content:"";display:block;height:40px;margin:25px auto;width:40px}@keyframes rotate{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg)}to{transform:perspective(120px) rotateX(0deg) rotateY(1turn);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(1turn)}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/edit-page-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/edit-page-2640-rtl.css
new file mode 100755
index 00000000..85c07429
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/edit-page-2640-rtl.css
@@ -0,0 +1 @@
+.wpseo-score-icon{background:#888;border-radius:50%!important;display:inline-block!important;height:12px!important;margin:3px 3px 0 10px;vertical-align:top;width:12px!important}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#888}.wpseo-score-icon.noindex{background-color:#1e8cbe}@media screen and (max-width:782px){.wpseo-score-icon{margin-right:0!important;margin-left:0}.wpseo-score-icon .wpseo-score-text{display:none}.wpseo-cornerstone svg{margin-right:-4px}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/edit-page-2640.css b/wp-content/plugins/wordpress-seo/css/dist/edit-page-2640.css
new file mode 100755
index 00000000..763029b0
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/edit-page-2640.css
@@ -0,0 +1 @@
+.wpseo-score-icon{background:#888;border-radius:50%!important;display:inline-block!important;height:12px!important;margin:3px 10px 0 3px;vertical-align:top;width:12px!important}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#888}.wpseo-score-icon.noindex{background-color:#1e8cbe}@media screen and (max-width:782px){.wpseo-score-icon{margin-left:0!important;margin-right:0}.wpseo-score-icon .wpseo-score-text{display:none}.wpseo-cornerstone svg{margin-left:-4px}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/elementor-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/elementor-2640-rtl.css
new file mode 100755
index 00000000..e227e3f2
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/elementor-2640-rtl.css
@@ -0,0 +1 @@
+:root{--yoast-elementor-color-paragraph:#555d66}.yoast,.yoast h2,.yoast h3{font-family:var(--yoast-font-family)!important}.yoast h2{color:var(--yoast-color-dark);font-size:1.3em;font-weight:var(--yoast-font-weight-bold);margin-bottom:1em}.yoast input,.yoast input:focus,.yoast label,.yoast select:focus,.yoast select:not(:focus){background-color:#0000;border-color:var(--yoast-color-secondary-darker);color:var(--yoast-color-font-default)}.yoast label{color:var(--yoast-color-label)}.yoast input[disabled]{background-color:var(--yoast-color-inactive-grey-light)}.yoast.components-panel__body .yoast-title{font-weight:500}.yoast-field-group__title b{font-weight:var(--yoast-font-weight-bold)}.yoast h3 span>span{font-weight:400}.elementor-tab-control-yoast-seo-tab span:before,.yoast-element-menu-icon:before{background-color:currentColor;content:" ";height:16px;margin:0 auto;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:16px}.yoast-element-menu-icon{display:inline-flex}.yoast-element-menu-icon:before{height:19px;width:19px}.yoast-elementor-panel__fills{background-color:var(--yoast-color-white);color:var(--yoast-color-dark);-webkit-font-smoothing:subpixel-antialiased}.yoast li,.yoast p,.yoast small{line-height:1.5;margin-bottom:6px}.yoast p,.yoast small,.yoast ul[role=list] li{color:var(--yoast-elementor-color-paragraph)}.button-link,.yoast a,.yoast a p,.yoast-elementor-panel__fills p a{color:var(--yoast-color-link);text-decoration:underline}.yoast a.dashicons{color:var(--yoast-color-inactive-text);height:24px;vertical-align:text-bottom;width:24px}.button-link{background:none;border:none;cursor:pointer;font-size:1em;line-height:1.5}.yoast .yoast-button-upsell,.yoast-elementor-panel__fills .UpsellLinkButton{color:var(--yoast-color-label);line-height:1.4em;text-decoration:none}.yoast-elementor-panel__fills h3>button{background:none;border:none;box-shadow:none}.yoast-gutenberg-modal .yoast-notice-container>hr{border-top-color:#ddd;border-top-style:solid}.yoast-gutenberg-modal input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border:var(--yoast-border-default);border-radius:50%;box-shadow:inset 0 2px 4px #0000001a;cursor:pointer;height:18px;margin:0 0 0 8px;overflow:hidden;padding:2px;position:relative;transition:all .15s ease-out 0s;vertical-align:text-bottom;width:18px}.yoast-gutenberg-modal input[type=radio]:checked{background-color:inherit;border-color:var(--yoast-color-primary)}.yoast-gutenberg-modal input[type=radio]:checked:after{background:var(--yoast-color-primary);border-radius:50%;content:"";display:block;height:10px;right:3px;position:absolute;top:3px;width:10px}.yoast-post-settings-modal .yoast-notice-container{bottom:auto}.yoast-gutenberg-modal .components-popover.components-tooltip{right:unset!important;position:relative;left:40px;top:15px!important}.yoast div:focus,div.yoast:focus{outline:0}.yoast .button-link:focus,.yoast a:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px #1e8cbecc;color:#124964;outline:1px solid #0000}.yoast a.dashicons:focus{color:#1e8cbe}.yoast input[type=radio]:checked:focus{border-color:#fff;box-shadow:var(--yoast-color-focus)}.yoast .yoast-button-upsell:focus{box-shadow:inset 0 -4px 0 #0003,0 0 0 1px #5b9dd9,0 0 2px 1px #1e8cbecc;color:#000}.yoast-elementor-introduction{background-color:#fff;box-shadow:var(--yoast-shadow-default);padding:20px;position:absolute!important;text-align:right;z-index:1}#yoast-introduction{border-radius:3px;right:41px!important;top:5px!important}#yoast-introduction-editor-v2{border:1px solid #000;border-radius:8px}.yoast-elementor-introduction:before{border:solid #0000;content:"";position:absolute}#yoast-introduction:before{border-bottom-color:#fff;border-width:7px 5px;right:-12px;top:8px;transform:rotate(90deg)}#yoast-introduction-editor-v2:before{border-bottom-color:#000;border-width:10px 8px;right:var(--yoast-elementor-introduction-arrow,28%);top:-20px}.yoast-elementor-introduction>div{color:var(--yoast-color-default)}.yoast-elementor-introduction>.dialog-header{font-weight:var(--yoast-font-weight-bold);line-height:1.3}.yoast-elementor-introduction>.dialog-message{margin-top:.5em}.yoast-elementor-introduction>.dialog-buttons-wrapper{display:flex;justify-content:flex-end;margin-top:12px}#yoast-introduction .dialog-button,#yoast-introduction-editor-v2 .dialog-button{background-color:var(--yoast-color-primary);font-size:12px;padding:7px 17px}@media(hover:hover){.button-link:hover,.yoast a:hover,.yoast a:hover p,.yoast-elementor-panel__fills p a:hover{color:var(--yoast-color-primary-darker)}.yoast a.dashicons:hover{color:var(--yoast-color-link)}.yoast .yoast-button-upsell:hover,.yoast-elementor-panel__fills .UpsellLinkButton:hover{color:var(--yoast-color-label)}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/elementor-2640.css b/wp-content/plugins/wordpress-seo/css/dist/elementor-2640.css
new file mode 100755
index 00000000..10debb57
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/elementor-2640.css
@@ -0,0 +1 @@
+:root{--yoast-elementor-color-paragraph:#555d66}.yoast,.yoast h2,.yoast h3{font-family:var(--yoast-font-family)!important}.yoast h2{color:var(--yoast-color-dark);font-size:1.3em;font-weight:var(--yoast-font-weight-bold);margin-bottom:1em}.yoast input,.yoast input:focus,.yoast label,.yoast select:focus,.yoast select:not(:focus){background-color:#0000;border-color:var(--yoast-color-secondary-darker);color:var(--yoast-color-font-default)}.yoast label{color:var(--yoast-color-label)}.yoast input[disabled]{background-color:var(--yoast-color-inactive-grey-light)}.yoast.components-panel__body .yoast-title{font-weight:500}.yoast-field-group__title b{font-weight:var(--yoast-font-weight-bold)}.yoast h3 span>span{font-weight:400}.elementor-tab-control-yoast-seo-tab span:before,.yoast-element-menu-icon:before{background-color:currentColor;content:" ";height:16px;margin:0 auto;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:16px}.yoast-element-menu-icon{display:inline-flex}.yoast-element-menu-icon:before{height:19px;width:19px}.yoast-elementor-panel__fills{background-color:var(--yoast-color-white);color:var(--yoast-color-dark);-webkit-font-smoothing:subpixel-antialiased}.yoast li,.yoast p,.yoast small{line-height:1.5;margin-bottom:6px}.yoast p,.yoast small,.yoast ul[role=list] li{color:var(--yoast-elementor-color-paragraph)}.button-link,.yoast a,.yoast a p,.yoast-elementor-panel__fills p a{color:var(--yoast-color-link);text-decoration:underline}.yoast a.dashicons{color:var(--yoast-color-inactive-text);height:24px;vertical-align:text-bottom;width:24px}.button-link{background:none;border:none;cursor:pointer;font-size:1em;line-height:1.5}.yoast .yoast-button-upsell,.yoast-elementor-panel__fills .UpsellLinkButton{color:var(--yoast-color-label);line-height:1.4em;text-decoration:none}.yoast-elementor-panel__fills h3>button{background:none;border:none;box-shadow:none}.yoast-gutenberg-modal .yoast-notice-container>hr{border-top-color:#ddd;border-top-style:solid}.yoast-gutenberg-modal input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border:var(--yoast-border-default);border-radius:50%;box-shadow:inset 0 2px 4px #0000001a;cursor:pointer;height:18px;margin:0 8px 0 0;overflow:hidden;padding:2px;position:relative;transition:all .15s ease-out 0s;vertical-align:text-bottom;width:18px}.yoast-gutenberg-modal input[type=radio]:checked{background-color:inherit;border-color:var(--yoast-color-primary)}.yoast-gutenberg-modal input[type=radio]:checked:after{background:var(--yoast-color-primary);border-radius:50%;content:"";display:block;height:10px;left:3px;position:absolute;top:3px;width:10px}.yoast-post-settings-modal .yoast-notice-container{bottom:auto}.yoast-gutenberg-modal .components-popover.components-tooltip{left:unset!important;position:relative;right:40px;top:15px!important}.yoast div:focus,div.yoast:focus{outline:0}.yoast .button-link:focus,.yoast a:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px #1e8cbecc;color:#124964;outline:1px solid #0000}.yoast a.dashicons:focus{color:#1e8cbe}.yoast input[type=radio]:checked:focus{border-color:#fff;box-shadow:var(--yoast-color-focus)}.yoast .yoast-button-upsell:focus{box-shadow:inset 0 -4px 0 #0003,0 0 0 1px #5b9dd9,0 0 2px 1px #1e8cbecc;color:#000}.yoast-elementor-introduction{background-color:#fff;box-shadow:var(--yoast-shadow-default);padding:20px;position:absolute!important;text-align:left;z-index:1}#yoast-introduction{border-radius:3px;left:41px!important;top:5px!important}#yoast-introduction-editor-v2{border:1px solid #000;border-radius:8px}.yoast-elementor-introduction:before{border:solid #0000;content:"";position:absolute}#yoast-introduction:before{border-bottom-color:#fff;border-width:7px 5px;left:-12px;top:8px;transform:rotate(-90deg)}#yoast-introduction-editor-v2:before{border-bottom-color:#000;border-width:10px 8px;left:var(--yoast-elementor-introduction-arrow,28%);top:-20px}.yoast-elementor-introduction>div{color:var(--yoast-color-default)}.yoast-elementor-introduction>.dialog-header{font-weight:var(--yoast-font-weight-bold);line-height:1.3}.yoast-elementor-introduction>.dialog-message{margin-top:.5em}.yoast-elementor-introduction>.dialog-buttons-wrapper{display:flex;justify-content:flex-end;margin-top:12px}#yoast-introduction .dialog-button,#yoast-introduction-editor-v2 .dialog-button{background-color:var(--yoast-color-primary);font-size:12px;padding:7px 17px}@media(hover:hover){.button-link:hover,.yoast a:hover,.yoast a:hover p,.yoast-elementor-panel__fills p a:hover{color:var(--yoast-color-primary-darker)}.yoast a.dashicons:hover{color:var(--yoast-color-link)}.yoast .yoast-button-upsell:hover,.yoast-elementor-panel__fills .UpsellLinkButton:hover{color:var(--yoast-color-label)}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/featured-image-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/featured-image-2640-rtl.css
new file mode 100755
index 00000000..336c6100
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/featured-image-2640-rtl.css
@@ -0,0 +1 @@
+#yst_opengraph_image_warning{margin-top:0}.yoast-opengraph-image-notice #set-post-thumbnail>img{box-shadow:0 0 0 2px #fff,0 0 0 5px #dc3232}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/featured-image-2640.css b/wp-content/plugins/wordpress-seo/css/dist/featured-image-2640.css
new file mode 100755
index 00000000..336c6100
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/featured-image-2640.css
@@ -0,0 +1 @@
+#yst_opengraph_image_warning{margin-top:0}.yoast-opengraph-image-notice #set-post-thumbnail>img{box-shadow:0 0 0 2px #fff,0 0 0 5px #dc3232}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2640-rtl.css
new file mode 100755
index 00000000..bd1b36eb
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2640-rtl.css
@@ -0,0 +1 @@
+#posts-filter .wpseo-filter-explanation{clear:both;margin:10px 1px 5px}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2640.css b/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2640.css
new file mode 100755
index 00000000..bd1b36eb
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2640.css
@@ -0,0 +1 @@
+#posts-filter .wpseo-filter-explanation{clear:both;margin:10px 1px 5px}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2640-rtl.css
new file mode 100755
index 00000000..ef831305
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2640-rtl.css
@@ -0,0 +1 @@
+#yoast-configuration .yst-input{border-radius:.375rem!important;border-width:1px!important;--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important;font-size:.8125rem!important;padding:.5rem .75rem!important;--tw-shadow:0 1px 2px 0 #0000000d!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}#yoast-configuration .yst-radio{align-items:center!important;display:flex!important}#yoast-configuration .yst-radio__input{appearance:none!important;border-radius:9999px!important;border-width:1px!important;height:1rem!important;margin:0!important;width:1rem!important;--tw-border-opacity:1!important;border-color:rgb(209 213 219/var(--tw-border-opacity,1))!important;--tw-text-opacity:1!important;color:rgb(166 30 105/var(--tw-text-opacity,1))!important;--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important;transition-property:none!important}#yoast-configuration .yst-radio__input:before{content:var(--tw-content)!important;display:none!important}#yoast-configuration .yst-radio__input:checked{border-width:5px!important;--tw-border-opacity:1!important;border-color:rgb(166 30 105/var(--tw-border-opacity,1))!important}#yoast-configuration .yst-radio__input:focus{outline:2px solid #0000!important;outline-offset:2px!important;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important;--tw-ring-opacity:1!important;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1))!important;--tw-ring-offset-width:2px!important;--tw-ring-offset-color:#fff!important}#yoast-configuration .yst-radio__label{font-weight:500!important;margin-right:.75rem!important;--tw-text-opacity:1!important;color:rgb(30 41 59/var(--tw-text-opacity,1))!important}#yoast-configuration .yst-radio-group__label{margin-bottom:.25rem!important}#yoast-configuration .yst-radio-group__options{display:flex!important;flex-direction:column!important;gap:.5rem!important}#yoast-configuration .yst-radio-group__description{margin-bottom:1rem!important}#yoast-configuration .yst-checkbox__input:before{--tw-content:none!important;content:var(--tw-content)!important}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2640.css b/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2640.css
new file mode 100755
index 00000000..83ed2aba
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2640.css
@@ -0,0 +1 @@
+#yoast-configuration .yst-input{border-radius:.375rem!important;border-width:1px!important;--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important;font-size:.8125rem!important;padding:.5rem .75rem!important;--tw-shadow:0 1px 2px 0 #0000000d!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}#yoast-configuration .yst-radio{align-items:center!important;display:flex!important}#yoast-configuration .yst-radio__input{appearance:none!important;border-radius:9999px!important;border-width:1px!important;height:1rem!important;margin:0!important;width:1rem!important;--tw-border-opacity:1!important;border-color:rgb(209 213 219/var(--tw-border-opacity,1))!important;--tw-text-opacity:1!important;color:rgb(166 30 105/var(--tw-text-opacity,1))!important;--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important;transition-property:none!important}#yoast-configuration .yst-radio__input:before{content:var(--tw-content)!important;display:none!important}#yoast-configuration .yst-radio__input:checked{border-width:5px!important;--tw-border-opacity:1!important;border-color:rgb(166 30 105/var(--tw-border-opacity,1))!important}#yoast-configuration .yst-radio__input:focus{outline:2px solid #0000!important;outline-offset:2px!important;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important;--tw-ring-opacity:1!important;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1))!important;--tw-ring-offset-width:2px!important;--tw-ring-offset-color:#fff!important}#yoast-configuration .yst-radio__label{font-weight:500!important;margin-left:.75rem!important;--tw-text-opacity:1!important;color:rgb(30 41 59/var(--tw-text-opacity,1))!important}#yoast-configuration .yst-radio-group__label{margin-bottom:.25rem!important}#yoast-configuration .yst-radio-group__options{display:flex!important;flex-direction:column!important;gap:.5rem!important}#yoast-configuration .yst-radio-group__description{margin-bottom:1rem!important}#yoast-configuration .yst-checkbox__input:before{--tw-content:none!important;content:var(--tw-content)!important}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/general-page-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/general-page-2640-rtl.css
new file mode 100755
index 00000000..b232d731
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/general-page-2640-rtl.css
@@ -0,0 +1 @@
+body.toplevel_page_wpseo_dashboard .notice,body.toplevel_page_wpseo_dashboard .yoast-migrated-notice{display:none}body.toplevel_page_wpseo_dashboard .yoast-general-page-notices:last-child{margin-bottom:2rem}body.toplevel_page_wpseo_dashboard .yoast-general-page-notice,body.toplevel_page_wpseo_dashboard .yoast-webinar-dashboard{background:#fff;border-radius:.375rem;border-width:1px;padding:.75rem;--tw-border-opacity:1;border-color:rgb(224 179 204/var(--tw-border-opacity,1));--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}body.toplevel_page_wpseo_dashboard .yoast-general-page-notice .yoast-icon{background-color:var(--yoast-color-primary);display:inline-block;height:17px;margin-left:12px;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:17px}body.toplevel_page_wpseo_dashboard .yoast-general-page-notice .notice-dismiss{position:relative;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}body.toplevel_page_wpseo_dashboard .yoast-general-page-notice .notice-dismiss:hover{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}body.toplevel_page_wpseo_dashboard .yoast-general-page-notice .notice-dismiss:before,body.toplevel_page_wpseo_dashboard .yoast-general-page-notice .notice-yoast img{display:none}body.toplevel_page_wpseo_dashboard .yoast-general-page-notice a{font-weight:500}body.toplevel_page_wpseo_dashboard .yoast-webinar-dashboard{margin-bottom:.8rem;margin-top:0}body.toplevel_page_wpseo_dashboard .yoast-webinar-dashboard .notice-dismiss:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2394A3B8' stroke-width='2' class='yst-h-5 yst-w-5' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18 18 6M6 6l12 12'/%3E%3C/svg%3E");content:""}body.toplevel_page_wpseo_dashboard .yoast-webinar-dashboard .notice-dismiss:hover:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2364748b' stroke-width='2' class='yst-h-5 yst-w-5' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18 18 6M6 6l12 12'/%3E%3C/svg%3E");content:""}body.toplevel_page_wpseo_dashboard .yoast-webinar-dashboard p{padding-right:1.8rem}body.toplevel_page_wpseo_dashboard .yoast-webinar-dashboard .yoast-icon{height:17px;margin-left:12px;width:17px}body.toplevel_page_wpseo_dashboard .yoast-notice-migrated-header{color:#1e293b;font-size:.8125rem;font-weight:500;line-height:19px}body.toplevel_page_wpseo_dashboard .yoast-webinar-dashboard a{font-weight:500}body.toplevel_page_wpseo_dashboard .yoast-webinar-dashboard .notice-yoast__container{padding:0}body.toplevel_page_wpseo_dashboard .yoast-webinar-dashboard .notice-dismiss{padding:.75rem}body.toplevel_page_wpseo_dashboard .notice-yoast__header{margin-bottom:.25rem}body.toplevel_page_wpseo_dashboard{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1));z-index:-1}body.toplevel_page_wpseo_dashboard #wpcontent{padding-right:0!important}body.toplevel_page_wpseo_dashboard #wpfooter{padding-left:1rem}@media (min-width:768px){body.toplevel_page_wpseo_dashboard #wpfooter{padding-right:17rem;padding-left:2rem}}@media screen and (max-width:782px){body.toplevel_page_wpseo_dashboard .wp-responsive-open #wpbody{left:-190px}}body.toplevel_page_wpseo_dashboard #modal-search .yst-modal__close{margin-top:-.25rem}@media (min-width:783px) and (max-width:962px){body.toplevel_page_wpseo_dashboard.sticky-menu .yst-root .yst-notifications--bottom-left{right:calc(160px + 2rem)}}@media (min-width:783px) and (max-width:963px){body.toplevel_page_wpseo_dashboard.sticky-menu.auto-fold .yst-root .yst-notifications--bottom-left,body.toplevel_page_wpseo_dashboard.sticky-menu.folded .yst-root .yst-notifications--bottom-left{right:calc(32px + 2rem)}}@media (min-width:962px){body.toplevel_page_wpseo_dashboard.sticky-menu.folded .yst-root .yst-notifications--bottom-left{right:calc(32px + 2rem)}}@media (max-width:783px){body.toplevel_page_wpseo_dashboard:not(.sticky-menu) .wp-responsive-open .yst-root .yst-notifications--bottom-left{right:calc(190px + 2rem)}}@media (min-width:601px) and (max-width:768px){body.toplevel_page_wpseo_dashboard .yst-root .yst-mobile-navigation__top{top:46px}}@media (min-width:783px){body.toplevel_page_wpseo_dashboard .yst-root .yst-mobile-navigation__top{display:none}}body.toplevel_page_wpseo_dashboard .yst-root .yst-mobile-navigation__dialog{z-index:99999}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button{align-items:center;border-radius:.375rem;border-width:1px;cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:500;line-height:1.25rem;padding:.5rem .75rem;text-align:center;-webkit-text-decoration-line:none;text-decoration-line:none;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1));--tw-ring-offset-width:2px}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button{font-size:.75rem;line-height:1rem;margin-bottom:unset;margin-top:.75rem;min-height:unset;padding:.375rem .625rem;vertical-align:unset;white-space:normal}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button-link{cursor:pointer;--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1));-webkit-text-decoration-line:underline;text-decoration-line:underline}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button-link:visited{color:#a61e69}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button-link:hover{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity,1))}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button-link:hover:visited{color:#b94986}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button-link:focus{border-radius:.125rem;--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity,1));outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(79 70 229/var(--tw-ring-opacity,1));--tw-ring-offset-width:1px;--tw-ring-offset-color:#0000}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .ul-disc{list-style-type:disc;margin-right:.75rem;margin-top:.375rem;padding-right:.75rem}body.toplevel_page_wpseo_dashboard.rtl .yst-root .yst-replacevar .emoji-select-popover{right:0;left:auto}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/general-page-2640.css b/wp-content/plugins/wordpress-seo/css/dist/general-page-2640.css
new file mode 100755
index 00000000..b0c983c7
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/general-page-2640.css
@@ -0,0 +1 @@
+body.toplevel_page_wpseo_dashboard .notice,body.toplevel_page_wpseo_dashboard .yoast-migrated-notice{display:none}body.toplevel_page_wpseo_dashboard .yoast-general-page-notices:last-child{margin-bottom:2rem}body.toplevel_page_wpseo_dashboard .yoast-general-page-notice,body.toplevel_page_wpseo_dashboard .yoast-webinar-dashboard{background:#fff;border-radius:.375rem;border-width:1px;padding:.75rem;--tw-border-opacity:1;border-color:rgb(224 179 204/var(--tw-border-opacity,1));--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}body.toplevel_page_wpseo_dashboard .yoast-general-page-notice .yoast-icon{background-color:var(--yoast-color-primary);display:inline-block;height:17px;margin-right:12px;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:17px}body.toplevel_page_wpseo_dashboard .yoast-general-page-notice .notice-dismiss{position:relative;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}body.toplevel_page_wpseo_dashboard .yoast-general-page-notice .notice-dismiss:hover{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}body.toplevel_page_wpseo_dashboard .yoast-general-page-notice .notice-dismiss:before,body.toplevel_page_wpseo_dashboard .yoast-general-page-notice .notice-yoast img{display:none}body.toplevel_page_wpseo_dashboard .yoast-general-page-notice a{font-weight:500}body.toplevel_page_wpseo_dashboard .yoast-webinar-dashboard{margin-bottom:.8rem;margin-top:0}body.toplevel_page_wpseo_dashboard .yoast-webinar-dashboard .notice-dismiss:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2394A3B8' stroke-width='2' class='yst-h-5 yst-w-5' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18 18 6M6 6l12 12'/%3E%3C/svg%3E");content:""}body.toplevel_page_wpseo_dashboard .yoast-webinar-dashboard .notice-dismiss:hover:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2364748b' stroke-width='2' class='yst-h-5 yst-w-5' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18 18 6M6 6l12 12'/%3E%3C/svg%3E");content:""}body.toplevel_page_wpseo_dashboard .yoast-webinar-dashboard p{padding-left:1.8rem}body.toplevel_page_wpseo_dashboard .yoast-webinar-dashboard .yoast-icon{height:17px;margin-right:12px;width:17px}body.toplevel_page_wpseo_dashboard .yoast-notice-migrated-header{color:#1e293b;font-size:.8125rem;font-weight:500;line-height:19px}body.toplevel_page_wpseo_dashboard .yoast-webinar-dashboard a{font-weight:500}body.toplevel_page_wpseo_dashboard .yoast-webinar-dashboard .notice-yoast__container{padding:0}body.toplevel_page_wpseo_dashboard .yoast-webinar-dashboard .notice-dismiss{padding:.75rem}body.toplevel_page_wpseo_dashboard .notice-yoast__header{margin-bottom:.25rem}body.toplevel_page_wpseo_dashboard{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1));z-index:-1}body.toplevel_page_wpseo_dashboard #wpcontent{padding-left:0!important}body.toplevel_page_wpseo_dashboard #wpfooter{padding-right:1rem}@media (min-width:768px){body.toplevel_page_wpseo_dashboard #wpfooter{padding-left:17rem;padding-right:2rem}}@media screen and (max-width:782px){body.toplevel_page_wpseo_dashboard .wp-responsive-open #wpbody{right:-190px}}body.toplevel_page_wpseo_dashboard #modal-search .yst-modal__close{margin-top:-.25rem}@media (min-width:783px) and (max-width:962px){body.toplevel_page_wpseo_dashboard.sticky-menu .yst-root .yst-notifications--bottom-left{left:calc(160px + 2rem)}}@media (min-width:783px) and (max-width:963px){body.toplevel_page_wpseo_dashboard.sticky-menu.auto-fold .yst-root .yst-notifications--bottom-left,body.toplevel_page_wpseo_dashboard.sticky-menu.folded .yst-root .yst-notifications--bottom-left{left:calc(32px + 2rem)}}@media (min-width:962px){body.toplevel_page_wpseo_dashboard.sticky-menu.folded .yst-root .yst-notifications--bottom-left{left:calc(32px + 2rem)}}@media (max-width:783px){body.toplevel_page_wpseo_dashboard:not(.sticky-menu) .wp-responsive-open .yst-root .yst-notifications--bottom-left{left:calc(190px + 2rem)}}@media (min-width:601px) and (max-width:768px){body.toplevel_page_wpseo_dashboard .yst-root .yst-mobile-navigation__top{top:46px}}@media (min-width:783px){body.toplevel_page_wpseo_dashboard .yst-root .yst-mobile-navigation__top{display:none}}body.toplevel_page_wpseo_dashboard .yst-root .yst-mobile-navigation__dialog{z-index:99999}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button{align-items:center;border-radius:.375rem;border-width:1px;cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:500;line-height:1.25rem;padding:.5rem .75rem;text-align:center;-webkit-text-decoration-line:none;text-decoration-line:none;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1));--tw-ring-offset-width:2px}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button{font-size:.75rem;line-height:1rem;margin-bottom:unset;margin-top:.75rem;min-height:unset;padding:.375rem .625rem;vertical-align:unset;white-space:normal}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button-link{cursor:pointer;--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1));-webkit-text-decoration-line:underline;text-decoration-line:underline}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button-link:visited{color:#a61e69}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button-link:hover{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity,1))}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button-link:hover:visited{color:#b94986}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .button-link:focus{border-radius:.125rem;--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity,1));outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(79 70 229/var(--tw-ring-opacity,1));--tw-ring-offset-width:1px;--tw-ring-offset-color:#0000}body.toplevel_page_wpseo_dashboard .yst-root .yst-paper .ul-disc{list-style-type:disc;margin-left:.75rem;margin-top:.375rem;padding-left:.75rem}body.toplevel_page_wpseo_dashboard.rtl .yst-root .yst-replacevar .emoji-select-popover{left:0;right:auto}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/icons-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/icons-2640-rtl.css
new file mode 100755
index 00000000..59c37bd0
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/icons-2640-rtl.css
@@ -0,0 +1 @@
+:root{--yoast-svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23m-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23m640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896'/%3E%3C/svg%3E");--yoast-svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 1792 1792'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662'/%3E%3C/svg%3E");--yoast-svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142'/%3E%3C/svg%3E");--yoast-svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960M944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34m848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69'/%3E%3C/svg%3E");--yoast-svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136m0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5M384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5m0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5'/%3E%3C/svg%3E");--yoast-svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136m851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41'/%3E%3C/svg%3E");--yoast-svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='m491 1536 91-91-235-235-91 91v107h128v128zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17m-54-192 416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91'/%3E%3C/svg%3E");--yoast-svg-icon-lock:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-insight-sparkle:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-cart:url('data:image/svg+xml;charset=utf-8, ')}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/icons-2640.css b/wp-content/plugins/wordpress-seo/css/dist/icons-2640.css
new file mode 100755
index 00000000..59c37bd0
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/icons-2640.css
@@ -0,0 +1 @@
+:root{--yoast-svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23m-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23m640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896'/%3E%3C/svg%3E");--yoast-svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 1792 1792'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662'/%3E%3C/svg%3E");--yoast-svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142'/%3E%3C/svg%3E");--yoast-svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960M944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34m848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69'/%3E%3C/svg%3E");--yoast-svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136m0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5M384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5m0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5'/%3E%3C/svg%3E");--yoast-svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136m851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41'/%3E%3C/svg%3E");--yoast-svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='m491 1536 91-91-235-235-91 91v107h128v128zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17m-54-192 416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91'/%3E%3C/svg%3E");--yoast-svg-icon-lock:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-insight-sparkle:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-cart:url('data:image/svg+xml;charset=utf-8, ')}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2640-rtl.css
new file mode 100755
index 00000000..c7e4aab5
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2640-rtl.css
@@ -0,0 +1 @@
+.yoast-text-mark{background-color:#e1bee7}.yoast-text-mark__highlight{background-color:#4a148c;color:#fff}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2640.css b/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2640.css
new file mode 100755
index 00000000..c7e4aab5
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2640.css
@@ -0,0 +1 @@
+.yoast-text-mark{background-color:#e1bee7}.yoast-text-mark__highlight{background-color:#4a148c;color:#fff}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/installation-success-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/installation-success-2640-rtl.css
new file mode 100755
index 00000000..80ef920b
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/installation-success-2640-rtl.css
@@ -0,0 +1 @@
+body.admin_page_wpseo_installation_successful_free{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/installation-success-2640.css b/wp-content/plugins/wordpress-seo/css/dist/installation-success-2640.css
new file mode 100755
index 00000000..80ef920b
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/installation-success-2640.css
@@ -0,0 +1 @@
+body.admin_page_wpseo_installation_successful_free{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/introductions-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/introductions-2640-rtl.css
new file mode 100755
index 00000000..bb37bddd
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/introductions-2640-rtl.css
@@ -0,0 +1 @@
+:root{--yoast-svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23m-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23m640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896'/%3E%3C/svg%3E");--yoast-svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 1792 1792'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662'/%3E%3C/svg%3E");--yoast-svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142'/%3E%3C/svg%3E");--yoast-svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960M944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34m848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69'/%3E%3C/svg%3E");--yoast-svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136m0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5M384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5m0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5'/%3E%3C/svg%3E");--yoast-svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136m851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41'/%3E%3C/svg%3E");--yoast-svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='m491 1536 91-91-235-235-91 91v107h128v128zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17m-54-192 416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91'/%3E%3C/svg%3E");--yoast-svg-icon-lock:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-insight-sparkle:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-cart:url('data:image/svg+xml;charset=utf-8, ');--yoast-color-default:#404040;--yoast-color-default-darker:#303030;--yoast-color-primary:#a4286a;--yoast-color-secondary:#f7f7f7;--yoast-color-white:#fff;--yoast-color-green:#6ea029;--yoast-color-primary-darker:#7b1e50;--yoast-color-primary-lighter:#f5d6e6;--yoast-color-secondary-darker:#d9d9d9;--yoast-color-button-upsell:#fec228;--yoast-color-button-upsell-hover:#f2ae01;--yoast-color-dark:#303030;--yoast-color-sale:#fec228;--yoast-color-sale-darker:#feb601;--yoast-color-border:#0003;--yoast-color-label:#303030;--yoast-color-label-help:#707070;--yoast-color-active:#6ea029;--yoast-color-inactive:#dc3232;--yoast-color-inactive-text:#707070;--yoast-color-inactive-grey:#9e9e9e;--yoast-color-inactive-grey-light:#f1f1f1;--yoast-color-active-light:#b6cf94;--yoast-transition-default:all 150ms ease-out;--yoast-color-link:#006dac;--yoast-color-border--default:#0003;--yoast-color-focus:0 0 0 2px #007fff,0 0 0 5px #bfdfff}.yst-root .yst-introduction-modal .yst-modal__close-button{background-color:initial;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.yst-root .yst-introduction-modal .yst-modal__close-button:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-width:0px}.yst-root .yst-introduction-gradient{background:linear-gradient(-180deg,#a61e6940 10%,#fff0 80%)}.yst-root .yst-delayed-introduction-gradient{background:linear-gradient(-180deg,#e0b3cc40 25%,#fff0 75%)}.yst-root .yst-woo-introduction-gradient{background:linear-gradient(-180deg,#0075b340 10%,#fff0 80%)}.yst-root .yst-introduction-modal-uppercase{letter-spacing:.8px;text-transform:uppercase;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.yst-root .yst-logo-icon{background-color:var(--yoast-color-primary);height:17px;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:17px}.yst-root .yst-cart-icon{background-color:#0075b3;height:16px;mask-image:var(--yoast-svg-icon-cart);-webkit-mask-image:var(--yoast-svg-icon-cart);mask-size:100% 100%;-webkit-mask-size:100% 100%;transform:scaleX(-1);-webkit-transform:scaleX(-1);width:16px}.yst-root .yst-ai-insights-icon{background-image:linear-gradient(-97deg,#a61e69,#6366f1)!important;height:17px;mask-image:var(--yoast-svg-icon-yoast-insight-sparkle);-webkit-mask-image:var(--yoast-svg-icon-yoast-insight-sparkle);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:17px}.yst-root .yst-ai-insights-waitlist-button{background-image:linear-gradient(-97deg,#a61e69,#6366f1)!important;color:#fff!important}.yst-root .yst-ai-insights-waitlist-button:hover{background-image:linear-gradient(-97deg,#8f0f57,#4338ca)!important}.yst-root .yst-ai-insights-waitlist-button:focus{outline-color:#a61e69!important}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/introductions-2640.css b/wp-content/plugins/wordpress-seo/css/dist/introductions-2640.css
new file mode 100755
index 00000000..ba4f4150
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/introductions-2640.css
@@ -0,0 +1 @@
+:root{--yoast-svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23m-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23m640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896'/%3E%3C/svg%3E");--yoast-svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 1792 1792'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662'/%3E%3C/svg%3E");--yoast-svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142'/%3E%3C/svg%3E");--yoast-svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960M944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34m848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69'/%3E%3C/svg%3E");--yoast-svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136m0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5M384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5m0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5'/%3E%3C/svg%3E");--yoast-svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136m851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41'/%3E%3C/svg%3E");--yoast-svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='m491 1536 91-91-235-235-91 91v107h128v128zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17m-54-192 416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91'/%3E%3C/svg%3E");--yoast-svg-icon-lock:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-insight-sparkle:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-cart:url('data:image/svg+xml;charset=utf-8, ');--yoast-color-default:#404040;--yoast-color-default-darker:#303030;--yoast-color-primary:#a4286a;--yoast-color-secondary:#f7f7f7;--yoast-color-white:#fff;--yoast-color-green:#6ea029;--yoast-color-primary-darker:#7b1e50;--yoast-color-primary-lighter:#f5d6e6;--yoast-color-secondary-darker:#d9d9d9;--yoast-color-button-upsell:#fec228;--yoast-color-button-upsell-hover:#f2ae01;--yoast-color-dark:#303030;--yoast-color-sale:#fec228;--yoast-color-sale-darker:#feb601;--yoast-color-border:#0003;--yoast-color-label:#303030;--yoast-color-label-help:#707070;--yoast-color-active:#6ea029;--yoast-color-inactive:#dc3232;--yoast-color-inactive-text:#707070;--yoast-color-inactive-grey:#9e9e9e;--yoast-color-inactive-grey-light:#f1f1f1;--yoast-color-active-light:#b6cf94;--yoast-transition-default:all 150ms ease-out;--yoast-color-link:#006dac;--yoast-color-border--default:#0003;--yoast-color-focus:0 0 0 2px #007fff,0 0 0 5px #bfdfff}.yst-root .yst-introduction-modal .yst-modal__close-button{background-color:initial;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.yst-root .yst-introduction-modal .yst-modal__close-button:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-width:0px}.yst-root .yst-introduction-gradient{background:linear-gradient(180deg,#a61e6940 10%,#fff0 80%)}.yst-root .yst-delayed-introduction-gradient{background:linear-gradient(180deg,#e0b3cc40 25%,#fff0 75%)}.yst-root .yst-woo-introduction-gradient{background:linear-gradient(180deg,#0075b340 10%,#fff0 80%)}.yst-root .yst-introduction-modal-uppercase{letter-spacing:.8px;text-transform:uppercase;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.yst-root .yst-logo-icon{background-color:var(--yoast-color-primary);height:17px;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:17px}.yst-root .yst-cart-icon{background-color:#0075b3;height:16px;mask-image:var(--yoast-svg-icon-cart);-webkit-mask-image:var(--yoast-svg-icon-cart);mask-size:100% 100%;-webkit-mask-size:100% 100%;transform:scaleX(-1);-webkit-transform:scaleX(-1);width:16px}.yst-root .yst-ai-insights-icon{background-image:linear-gradient(97deg,#a61e69,#6366f1)!important;height:17px;mask-image:var(--yoast-svg-icon-yoast-insight-sparkle);-webkit-mask-image:var(--yoast-svg-icon-yoast-insight-sparkle);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:17px}.yst-root .yst-ai-insights-waitlist-button{background-image:linear-gradient(97deg,#a61e69,#6366f1)!important;color:#fff!important}.yst-root .yst-ai-insights-waitlist-button:hover{background-image:linear-gradient(97deg,#8f0f57,#4338ca)!important}.yst-root .yst-ai-insights-waitlist-button:focus{outline-color:#a61e69!important}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/metabox-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/metabox-2640-rtl.css
new file mode 100755
index 00000000..5daf0f42
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/metabox-2640-rtl.css
@@ -0,0 +1 @@
+:root{--yoast-svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23m-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23m640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896'/%3E%3C/svg%3E");--yoast-svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 1792 1792'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662'/%3E%3C/svg%3E");--yoast-svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142'/%3E%3C/svg%3E");--yoast-svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960M944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34m848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69'/%3E%3C/svg%3E");--yoast-svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136m0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5M384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5m0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5'/%3E%3C/svg%3E");--yoast-svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136m851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41'/%3E%3C/svg%3E");--yoast-svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='m491 1536 91-91-235-235-91 91v107h128v128zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17m-54-192 416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91'/%3E%3C/svg%3E");--yoast-svg-icon-lock:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-insight-sparkle:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-cart:url('data:image/svg+xml;charset=utf-8, ')}.yoast-modal__screen-overlay{animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards;background-color:#a4286a99;bottom:0;right:0;position:fixed;left:0;top:0;z-index:100000}.yoast-modal{background:#fff;bottom:48px;display:flex;flex-direction:column;height:calc(100% - 96px);right:calc(50% - 440px);max-width:880px;overflow:hidden;position:fixed;top:48px;width:100%}.yoast-gutenberg-modal .yoast-icon{background-color:var(--yoast-color-primary);display:inline-block;height:20px;margin-left:8px;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:20px}.yoast-tabs .yoast-modal__content{display:grid;grid-template-areas:"heading heading" "menu content" "menu footer";grid-template-columns:280px 1fr;grid-template-rows:72px 1fr 88px}.yoast-modal__heading{align-items:center;background:var(--yoast-color-white);border-bottom:var(--yoast-border-default);box-sizing:border-box;display:flex;grid-area:heading;min-height:72px;padding:0 24px}.yoast-modal__heading .yoast-close{position:absolute;left:16px}.yoast-gutenberg-modal__box.components-modal__frame{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@media (min-width:600px){.yoast-gutenberg-modal__box.components-modal__frame{border-radius:8px;max-height:calc(100% - 48px)}}.yoast-gutenberg-modal__no-padding .components-modal__content{padding:0}.yoast-gutenberg-modal .components-modal__header-heading,.yoast-modal__heading h1{color:var(--yoast-color-primary);font-size:20px;font-weight:400;line-height:1.2;margin:0}.yoast-gutenberg-modal .components-modal__content .components-modal__header{border-bottom:1px solid #e2e8f0!important}.yoast-gutenberg-modal .components-modal__icon-container{display:inline-flex}.yoast-gutenberg-modal .components-modal__icon-container svg,.yoast-modal__heading-icon{fill:var(--yoast-color-primary);flex-shrink:0;height:20px;margin-left:16px;width:19px}.yoast-modal__menu{border-left:var(--yoast-border-default);grid-area:menu;overflow-y:auto}.yoast-modal__menu ul{list-style:none;margin:0;padding:0}.yoast-modal__menu li{border-bottom:var(--yoast-border-default);color:var(--yoast-color-default);cursor:pointer;display:block;font-size:16px;padding:12px 16px 11px;text-decoration:none}.yoast-modal__menu li:hover{background-color:#edd4e1}.yoast-modal__menu li.yoast-tabs__tab--selected{background-color:var(--yoast-color-primary);border-bottom:var(--yoast-border-default);color:#fff}.yoast-modal__content,.yoast-modal__section{display:flex;flex-direction:column;flex-grow:1;grid-area:content;overflow-y:auto;position:relative}.yoast-modal__section *{max-width:600px}.yoast-modal__section-header{background:var(--yoast-color-white);padding:24px 24px 0;position:sticky;top:0;z-index:10}.yoast-modal__section .yoast-h2{border-bottom:var(--yoast-border-default);padding-bottom:24px}.yoast-modal__footer{align-items:center;align-self:flex-end;background:var(--yoast-color-white);border-top:var(--yoast-border-default);bottom:0;box-sizing:border-box;display:flex;grid-area:footer;justify-content:flex-end;margin:0 24px;min-height:88px;padding:0;position:sticky;width:calc(100% - 48px);z-index:10}.yoast-modal__settings-saved{align-items:center;display:inline-flex;margin-left:16px;position:relative}.yoast-modal__settings-saved:before{background:var(--yoast-checkmark--green) no-repeat center;content:"";display:inline-block;height:13px;margin-left:8px;width:14px}.yoast-modal__footer .yoast-button{display:block}.yoast-modal__section-content{flex-grow:1;padding:24px}@media screen and (max-width:880px){.yoast-modal{bottom:0;height:auto;right:0;left:0;top:0}}@media screen and (max-width:782px){.yoast-modal{overflow-y:initial}.yoast-modal.yoast-modal-collapsible{padding-bottom:72px}.yoast-tabs .yoast-modal__content{grid-template-rows:48px 1fr 72px}.yoast-modal__heading{min-height:48px;padding:0 16px;position:fixed;top:0;width:100%;z-index:11}.yoast-modal__heading h1{font-size:var(--yoast-font-size-default)}.yoast-close svg{width:10px}.yoast-modal__heading-icon{height:15px;margin-left:8px}.yoast .yoast-close{left:3px}.yoast-modal__heading .yoast-h2{font-size:var(--yoast-font-size-default)}.yoast-modal__section{flex-grow:0;overflow:initial}.yoast-modal__section-content{margin:0 16px;padding:24px 0}.yoast-modal__section:first-of-type{margin-top:48px}.yoast-modal__section:last-of-type{margin-bottom:72px}.yoast-modal__section-header{margin:0;padding:0;position:sticky;top:48px}.yoast-modal__section-open .yoast-modal__section-header{margin-right:16px;margin-left:16px;padding-right:0;padding-left:0}.yoast-modal__section-open{border-bottom:var(--yoast-border-default)}.yoast-modal__footer{margin:0;min-height:72px;padding:0 16px;position:fixed;width:100%;z-index:11}.yoast-modal-collapsible .yoast-modal__footer{min-height:72px}.yoast-modal-collapsible .yoast-modal__section-content{border-bottom:var(--yoast-border-default);margin:0;padding:24px 16px}.yoast-collapsible__hidden{display:none}.yoast-collapsible__trigger{background:#fff;border:none;border-bottom:var(--yoast-border-default);color:var(--yoast-color-primary);cursor:pointer;font-size:var(--yoast-font-size-default);justify-content:space-between;padding:16px;text-align:right;width:100%}.yoast-collapsible__trigger[aria-expanded=true] .yoast-collapsible__icon{transform:rotate(-180deg)}.yoast-collapsible__trigger[aria-expanded=true]{margin:0 16px;padding:16px 0;width:calc(100% - 32px)}.yoast-collapsible__icon{background-color:var(--yoast-color-white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23404040' viewBox='0 0 12 8'%3E%3Cpath d='M1.4 0 6 4.6 10.6 0 12 1.4 6 7.5 0 1.4z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:10px auto;border:none;display:block;float:left;height:19px;width:19px}.yoast-collapsible-block{margin-top:48px;width:100%}.yoast-collapsible-block+.yoast-collapsible-block{margin-top:0}}.yoast-post-settings-modal{height:100%;max-height:calc(100% - 96px);max-width:calc(100% - 96px);overflow:hidden;width:880px}.yoast-modal-content{padding:16px}@media (min-width:782px){.yoast-modal-content--columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px}}.yoast-post-settings-modal__button-container{border-bottom:1px solid #0003;display:flex;flex-direction:column;padding:16px}.yoast-post-settings-modal .components-modal__content{display:flex;flex-direction:column;padding:0}.yoast-post-settings-modal .components-modal__header{border-bottom:var(--yoast-border-default);flex-shrink:0;margin:0}.yoast-post-settings-modal .yoast-notice-container{bottom:0;right:0;margin-top:auto;position:sticky;width:100%;z-index:1}.yoast-post-settings-modal .components-modal__content>div:not([class]):not([class=""]){display:flex;flex-direction:column;overflow:hidden}.yoast-post-settings-modal .yoast-notice-container>hr{margin-bottom:0;margin-top:-1px}.yoast-post-settings-modal .yoast-content-container{flex-grow:1;overflow-y:auto}.yoast-post-settings-modal .yoast-button-container{display:flex;flex-direction:row;justify-content:flex-end;margin:0;padding:24px}.yoast-post-settings-modal .yoast-button-container p{align-self:center;color:var(--yoast-color-label-help);padding-left:24px}.yoast-post-settings-modal .yoast-button-container button{align-self:center;flex-shrink:0;max-height:45px}@media only screen and (max-width:600px){.yoast-post-settings-modal{max-height:100%;max-width:100%}.yoast-post-settings-modal .yoast-button-container{justify-content:space-between;padding:16px}.yoast-post-settings-modal .yoast-button-container p{padding-left:0}}.yoast-related-keyphrases-modal,.yoast-wincher-seo-performance-modal{max-width:712px}.yoast-wincher-seo-performance-modal__content{padding:25px 32px 32px}#yoast-get-related-keyphrases-metabox,#yoast-get-related-keyphrases-sidebar{margin-top:8px}.yoast-gutenberg-modal .yoast-related-keyphrases-modal__content{min-height:66vh;position:relative}.yoast-related-keyphrases-modal__chart{display:block}.m6zwb4v,.m6zwb4v:visited{background:#e6f3ff;border-radius:2px;color:#575f67;cursor:pointer;display:inline-block;padding-right:2px;padding-left:2px;-webkit-text-decoration:none;text-decoration:none}.m6zwb4v:focus,.m6zwb4v:hover{background:#edf5fd;color:#677584;outline:0}.m6zwb4v:active{background:#455261;color:#222}.mnw6qvm{background:#fff;border:1px solid #eee;border-radius:2px;box-shadow:0 4px 30px 0 #dcdcdc;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;max-width:440px;min-width:220px;padding-bottom:8px;padding-top:8px;position:absolute;transform:scale(0);z-index:2}.m1ymsnxd{opacity:0;transition:opacity .25s cubic-bezier(.3,1.2,.2,1)}.m126ak5t{opacity:1}.mtiwdxc{padding:7px 10px 3px;transition:background-color .4s cubic-bezier(.27,1.27,.48,.56)}.mtiwdxc:active{background-color:#cce7ff}.myz2dw1{background-color:#e6f3ff;padding:7px 10px 3px;transition:background-color .4s cubic-bezier(.27,1.27,.48,.56)}.myz2dw1:active{background-color:#cce7ff}.mpqdcgq{font-size:.9em;margin-bottom:.2em;margin-right:8px;max-width:368px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m1mfvffo,.mpqdcgq{display:inline-block}.m1mfvffo{border-radius:12px;height:24px;width:24px}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:#fff0;border-left:.1px solid #0000;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;width:100%;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1,lower-alpha) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2,lower-roman) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4,lower-alpha) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}#wpseo_meta{box-sizing:border-box}#wpseo_meta *,#wpseo_meta :after,#wpseo_meta :before{box-sizing:inherit}.DraftEditor-root [data-block]{margin:0}#edittag>#wp-description-wrap{display:none}#wp-description-wrap .wp-editor-area{border:0}.term-description-wrap td>textarea#description{min-height:530px}.wpseo-meta-section,.wpseo-meta-section-react{border:1px solid #0003;display:none;height:auto;max-width:600px;min-height:100%;vertical-align:top;width:100%}.wpseo-meta-section-react.active,.wpseo-meta-section.active{background:#fff;position:relative;z-index:12}.wpseo-meta-section.active{display:inline-block}.wpseo-meta-section-react.active{display:block;margin-bottom:10px}.wpseo-meta-section-content{padding:16px}.wpseo-metabox-content{max-width:800px;padding-top:16px}.edit-post-meta-boxes-area__container .wpseo-metabox .postbox-header{border-bottom:1px solid #ddd}.edit-post-meta-boxes-area__container .wpseo-metabox .inside{background-color:#f1f5f9}.edit-post-meta-boxes-area__container .wpseo-metabox .wpseo-metabox-content{max-width:none;padding:32px 8px 8px}.edit-post-meta-boxes-area__container .wpseo-metabox .wpseo-meta-section,.edit-post-meta-boxes-area__container .wpseo-metabox .wpseo-metabox-menu{margin:0 auto}.edit-post-meta-boxes-area__container .wpseo-metabox .wpseo-meta-section.active{display:block}.wpseo-metabox-menu{max-width:600px;padding:0}.wpseo-metabox-menu ul{align-items:flex-end;display:flex;flex-wrap:wrap;flex-flow:wrap-reverse;margin:0 0 0 1px;padding:0 16px 0 0}.wpseo-metabox-menu ul li:first-child{z-index:10}.wpseo-metabox-menu ul li:nth-child(2){z-index:9}.wpseo-metabox-menu ul li:nth-child(3){z-index:8}.wpseo-metabox-menu ul li:nth-child(4){z-index:7}.wpseo-metabox-menu ul li:nth-child(5){z-index:6}.wpseo-metabox-menu ul li:nth-child(6){z-index:5}.wpseo-metabox-menu ul li{background-color:#f8f8f8;box-shadow:0 0 4px 0 #0000001a;height:32px;margin-bottom:-1px;margin-right:-1px;position:relative;text-align:center}.wpseo-metabox-menu ul li a{align-items:center;border:1px solid #0003;border-bottom:2px #0000;color:#0073aa;display:flex}.wpseo-metabox-menu ul li a:focus{box-shadow:inherit}.wpseo-metabox-menu ul li .yst-traffic-light{height:20px;margin-right:4px;margin-left:10px;width:auto}.wpseo-metabox-menu ul li span.dashicons{margin-left:8px}.wpseo-metabox-menu ul li span.wpseo-buy-premium{color:#a4286a}.wpseo-metabox-menu ul li span.wpseo-buy-premium:hover{color:#832055}.wpseo-metabox-menu ul li.active{background-color:#fff;border-bottom:2px #0000;box-shadow:none;height:36px;margin-top:-4px;z-index:13}.wpseo-metabox-menu ul li.active a{color:#444;height:36px}.wpseo-metabox-menu ul li.active span.wpseo-buy-premium{border-color:#a4286a;color:#a4286a}.wpseo-metabox-menu ul li.active span.wpseo-buy-premium:hover{border-color:#832055;color:#832055}.wpseo-metabox-menu a{height:32px;padding:0 8px;text-decoration:none}.wpseotab{background-color:#fdfdfd;border:1px solid #ddd;display:none;padding:16px}.wpseotab .wpseo-cornerstone-checkbox{margin-left:.5em}.wpseotab.content{padding:20px 15px}.wpseotab.active{display:block}.wpseo-metabox-sidebar .dashicons{font-size:30px;height:30px;width:30px}#wpseo_meta .inside{margin:0}#wpseo_meta .inside:after{clear:both;content:"";display:table}#wpseo_meta .postbox .inside .wpseotab{font-size:13px!important}.wpseo-form input,.wpseo-form label,.wpseo-form p.error-message,.wpseo-form textarea{max-width:600px}.wpseo-form fieldset{padding-top:5px}.wpseo-form legend{font-weight:600}.wpseo-form label{display:block;font-weight:600}.wpseo-form input[type=checkbox]+label,.wpseo-form input[type=radio]+label{display:inline-block;font-weight:400}.wpseo-form fieldset,.wpseo-form label{margin-bottom:.5em;margin-top:2em}.wpseo-form input[type=checkbox],.wpseo-form input[type=checkbox]+label{font-size:1em;margin-bottom:0;margin-top:2em}.wpseo-form fieldset:first-child,.wpseo-form input[type=checkbox]:first-child,.wpseo-form input[type=checkbox]:first-child+label,.wpseo-form label:first-child{margin-top:10px}.wpseo-form input[type=radio]{margin-top:0}.wpseo-form input[type=radio]+label{margin:0 0 0 1em}.wpseo-form p.error-message{margin:.5em 0}.wpseo-form select[multiple]{margin-top:0}.yoast-metabox__description{margin:.5em 0;max-width:600px}.good,.warn,.wrong{font-weight:600}.good{color:green}.warn{color:maroon}.wrong{color:#dc3232}#current_seo_title span{background-color:#ffffe0;padding:2px 5px}#focuskwresults ul{margin:0}#focuskwresults li,#focuskwresults p{font-size:13px}#focuskwresults li{list-style-type:disc;margin:0 20px 0 0}.wpseo_hidden{display:none}.wpseo_msg{background-color:#ffffe0;border:1px solid #e6db55;margin:5px 0 10px;padding:0 5px}.snippet-editor__button.snippet-editor__edit-button:focus{background-color:#fafafa;border-color:#5b9dd9;box-shadow:0 0 3px #0073aacc;color:#23282d;outline:none}.wpseo-admin-page .subsubsub li{display:inline;max-width:none}.yoast-seo-help-container{float:right;max-width:none;width:100%}.yoast-seo-help-container .yoast-help-panel{margin:.5em 0!important}.wpseo_content_wrapper p.search-box{margin:10px 0 5px}#wpseotab .ui-widget-content .ui-state-hover{background:#f1f1f1;border:1px solid #dfdfdf;color:#333}.term-php .wpseo-taxonomy-metabox-postbox>h2{border-bottom:1px solid #eee;font-size:14px;line-height:1.4;margin:0;padding:8px 12px}#TB_window #TB_ajaxContent p{margin:5px 0 0;padding:5px 0 0}#TB_window #TB_ajaxContent ul{margin:5px 0 10px}#TB_window #TB_ajaxContent li{list-style:none;margin:5px 0 0}#TB_window #TB_ajaxContent li:before{content:"+";font-weight:700;margin:0 0 0 10px}.yoast-section__heading-icon-list{background-image:var(--yoast-svg-icon-list)}.yoast-section__heading-icon-key{background-image:var(--yoast-svg-icon-key)}.yoast-section__heading-icon-edit{background-image:var(--yoast-svg-icon-edit)}.yoast-tooltip.yoast-tooltip-hidden:after,.yoast-tooltip.yoast-tooltip-hidden:before{display:none}.screen-reader-text.wpseo-generic-tab-textual-score,.screen-reader-text.wpseo-keyword-tab-textual-score{display:block}.yoast-notice-go-premium{background:#f1f1f1;border-right-color:#a4286a;margin:0}@media screen and (max-width:782px){.wpseo-metabox-buy-premium .wpseo-buy-premium{display:inline-block;height:20px;margin-left:5px;padding:0;width:20px}.yoast-help-panel{max-width:none!important}#wpseo-crawl-issues-table-form .subsubsub{float:none;max-width:calc(100vw - 20px)}#wpseo-crawl-issues-table-form .yoast-help-button{margin-top:3px}.wpseotab select[multiple]{height:auto!important}}@media screen and (max-width:600px){.wpseotab.content{padding:16px 0}}.wpseo-score-icon-container{align-items:center;display:flex;height:20px;justify-content:center;margin-left:8px;width:20px}.yoast-seo-sidebar-panel .yoast-analysis-check{display:flex}.yoast-seo-sidebar-panel .yoast-analysis-check svg{margin-left:5px;margin-top:6px}.yoast-seo-sidebar-panel .yoast-analysis-check span{line-height:1.5;margin-top:3px}.yoast-seo-sidebar-panel div{line-height:2}.yoast-seo-sidebar-panel div svg{vertical-align:middle}ul.yoast-seo-social-share-buttons li{display:inline-block;margin-left:24px}ul.yoast-seo-social-share-buttons li .x-share svg{height:30px;width:30px;fill:#000}ul.yoast-seo-social-share-buttons svg{height:32px;margin-bottom:8px;width:32px}ul.yoast-seo-social-share-buttons a{align-items:center;display:flex;flex-direction:column}.yoast-field-group.yoast-wincher-post-publish{margin-bottom:10px}.edit-post-pinned-plugins button.components-button:not(.is-compact)[aria-label="Yoast SEO Premium"]>svg,.edit-post-pinned-plugins button.components-button:not(.is-compact)[aria-label="Yoast SEO"]>svg,div.interface-pinned-items button.components-button:not(.is-compact)[aria-label="Yoast SEO Premium"]>svg,div.interface-pinned-items button.components-button:not(.is-compact)[aria-label="Yoast SEO"]>svg{height:28px;max-height:28px;max-width:28px;width:28px}div.interface-pinned-items button.components-button.is-pressed[aria-label="Yoast SEO Premium"]>svg path,div.interface-pinned-items button.components-button.is-pressed[aria-label="Yoast SEO"]>svg path{fill:#fff}.wpseo-schema-icon{align-items:center;background-image:var(--yoast-svg-icon-schema);background-size:cover;display:flex;height:16px;justify-content:center;margin-left:8px;width:16px}.wpseo-metabox-menu ul li.active a .wpseo-schema-icon{background-image:var(--yoast-svg-icon-schema-active)}.yoast-icon-span svg{margin-left:8px;fill:inherit}.yoast.components-panel__body{border-top:0}.components-button>.yoast-title-container{flex-grow:1;line-height:normal;overflow-x:hidden}.yoast-title-container>.yoast-subtitle,.yoast-title-container>.yoast-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yoast-title-container>.yoast-subtitle{font-size:.8125rem;font-weight:300;margin-top:2px}.yoast.components-panel__body .yoast-chevron{background-color:#1e1e1e;display:inline-block;height:24px;mask-image:var(--yoast-svg-icon-chevron-down);mask-size:100% 100%;width:24px}.yoast.components-panel__body.is-opened .yoast-chevron{mask-image:var(--yoast-svg-icon-chevron-up)}.yoast .components-panel__body-toggle{padding-left:16px}.yoast .components-form-token-field__remove-token.components-button,.yoast .components-form-token-field__token-text{background-color:var(--yoast-color-primary);color:var(--yoast-color-white)}.yoast .yoast-insights{color:#404040}.yoast .yoast-insights .yoast-field-group__title>b{color:var(--yoast-color-primary);font-size:16px;font-weight:var(--yoast-font-weight-default);line-height:1.2em}.yoast .yoast-insights-card__score{color:var(--yoast-color-primary);margin-block:0}.yoast .yoast-insights-card__description{line-height:1.4em}.yoast .yoast-prominent-words p,.yoast .yoast-prominent-words ul,.yoast .yoast-text-formality p{margin-block:1.2em}.yoast #wpseo-metabox-root .yoast-prominent-words{border-bottom:1px solid #0000001a;margin-bottom:24px;padding-bottom:24px}.yoast .yoast-insights .yoast-data-model--upsell li{color:#bbb}.yoast .yoast-insights .yoast-data-model--upsell li:after{background:#fdf4f8}.yoast-add-block-button{align-items:center;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;box-shadow:0 1px 2px 0 #0000000d;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:28px;justify-content:center;padding:6px;width:28px}.yoast-add-block-button--clicked{background-color:var(--yoast-color-primary)}.yoast-add-block-button:focus:not(.yoast-add-block-button--clicked),.yoast-add-block-button:hover:not(.yoast-add-block-button--clicked){background-color:#f8fafc}.yoast-add-block-button__icon{height:16px;width:16px}.yoast-add-block-button__icon--clicked{stroke:#fff}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/metabox-2640.css b/wp-content/plugins/wordpress-seo/css/dist/metabox-2640.css
new file mode 100755
index 00000000..30b304b9
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/metabox-2640.css
@@ -0,0 +1,3 @@
+:root{--yoast-svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23m-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23m640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896'/%3E%3C/svg%3E");--yoast-svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 1792 1792'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662'/%3E%3C/svg%3E");--yoast-svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142'/%3E%3C/svg%3E");--yoast-svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960M944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34m848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69'/%3E%3C/svg%3E");--yoast-svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136m0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5M384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5m0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5'/%3E%3C/svg%3E");--yoast-svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136m851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41'/%3E%3C/svg%3E");--yoast-svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='m491 1536 91-91-235-235-91 91v107h128v128zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17m-54-192 416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91'/%3E%3C/svg%3E");--yoast-svg-icon-lock:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-insight-sparkle:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-cart:url('data:image/svg+xml;charset=utf-8, ')}.yoast-modal__screen-overlay{animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards;background-color:#a4286a99;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100000}.yoast-modal{background:#fff;bottom:48px;display:flex;flex-direction:column;height:calc(100% - 96px);left:calc(50% - 440px);max-width:880px;overflow:hidden;position:fixed;top:48px;width:100%}.yoast-gutenberg-modal .yoast-icon{background-color:var(--yoast-color-primary);display:inline-block;height:20px;margin-right:8px;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:20px}.yoast-tabs .yoast-modal__content{display:grid;grid-template-areas:"heading heading" "menu content" "menu footer";grid-template-columns:280px 1fr;grid-template-rows:72px 1fr 88px}.yoast-modal__heading{align-items:center;background:var(--yoast-color-white);border-bottom:var(--yoast-border-default);box-sizing:border-box;display:flex;grid-area:heading;min-height:72px;padding:0 24px}.yoast-modal__heading .yoast-close{position:absolute;right:16px}.yoast-gutenberg-modal__box.components-modal__frame{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@media (min-width:600px){.yoast-gutenberg-modal__box.components-modal__frame{border-radius:8px;max-height:calc(100% - 48px)}}.yoast-gutenberg-modal__no-padding .components-modal__content{padding:0}.yoast-gutenberg-modal .components-modal__header-heading,.yoast-modal__heading h1{color:var(--yoast-color-primary);font-size:20px;font-weight:400;line-height:1.2;margin:0}.yoast-gutenberg-modal .components-modal__content .components-modal__header{border-bottom:1px solid #e2e8f0!important}.yoast-gutenberg-modal .components-modal__icon-container{display:inline-flex}.yoast-gutenberg-modal .components-modal__icon-container svg,.yoast-modal__heading-icon{fill:var(--yoast-color-primary);flex-shrink:0;height:20px;margin-right:16px;width:19px}.yoast-modal__menu{border-right:var(--yoast-border-default);grid-area:menu;overflow-y:auto}.yoast-modal__menu ul{list-style:none;margin:0;padding:0}.yoast-modal__menu li{border-bottom:var(--yoast-border-default);color:var(--yoast-color-default);cursor:pointer;display:block;font-size:16px;padding:12px 16px 11px;text-decoration:none}.yoast-modal__menu li:hover{background-color:#edd4e1}.yoast-modal__menu li.yoast-tabs__tab--selected{background-color:var(--yoast-color-primary);border-bottom:var(--yoast-border-default);color:#fff}.yoast-modal__content,.yoast-modal__section{display:flex;flex-direction:column;flex-grow:1;grid-area:content;overflow-y:auto;position:relative}.yoast-modal__section *{max-width:600px}.yoast-modal__section-header{background:var(--yoast-color-white);padding:24px 24px 0;position:sticky;top:0;z-index:10}.yoast-modal__section .yoast-h2{border-bottom:var(--yoast-border-default);padding-bottom:24px}.yoast-modal__footer{align-items:center;align-self:flex-end;background:var(--yoast-color-white);border-top:var(--yoast-border-default);bottom:0;box-sizing:border-box;display:flex;grid-area:footer;justify-content:flex-end;margin:0 24px;min-height:88px;padding:0;position:sticky;width:calc(100% - 48px);z-index:10}.yoast-modal__settings-saved{align-items:center;display:inline-flex;margin-right:16px;position:relative}.yoast-modal__settings-saved:before{background:var(--yoast-checkmark--green) no-repeat center;content:"";display:inline-block;height:13px;margin-right:8px;width:14px}.yoast-modal__footer .yoast-button{display:block}.yoast-modal__section-content{flex-grow:1;padding:24px}@media screen and (max-width:880px){.yoast-modal{bottom:0;height:auto;left:0;right:0;top:0}}@media screen and (max-width:782px){.yoast-modal{overflow-y:initial}.yoast-modal.yoast-modal-collapsible{padding-bottom:72px}.yoast-tabs .yoast-modal__content{grid-template-rows:48px 1fr 72px}.yoast-modal__heading{min-height:48px;padding:0 16px;position:fixed;top:0;width:100%;z-index:11}.yoast-modal__heading h1{font-size:var(--yoast-font-size-default)}.yoast-close svg{width:10px}.yoast-modal__heading-icon{height:15px;margin-right:8px}.yoast .yoast-close{right:3px}.yoast-modal__heading .yoast-h2{font-size:var(--yoast-font-size-default)}.yoast-modal__section{flex-grow:0;overflow:initial}.yoast-modal__section-content{margin:0 16px;padding:24px 0}.yoast-modal__section:first-of-type{margin-top:48px}.yoast-modal__section:last-of-type{margin-bottom:72px}.yoast-modal__section-header{margin:0;padding:0;position:sticky;top:48px}.yoast-modal__section-open .yoast-modal__section-header{margin-left:16px;margin-right:16px;padding-left:0;padding-right:0}.yoast-modal__section-open{border-bottom:var(--yoast-border-default)}.yoast-modal__footer{margin:0;min-height:72px;padding:0 16px;position:fixed;width:100%;z-index:11}.yoast-modal-collapsible .yoast-modal__footer{min-height:72px}.yoast-modal-collapsible .yoast-modal__section-content{border-bottom:var(--yoast-border-default);margin:0;padding:24px 16px}.yoast-collapsible__hidden{display:none}.yoast-collapsible__trigger{background:#fff;border:none;border-bottom:var(--yoast-border-default);color:var(--yoast-color-primary);cursor:pointer;font-size:var(--yoast-font-size-default);justify-content:space-between;padding:16px;text-align:left;width:100%}.yoast-collapsible__trigger[aria-expanded=true] .yoast-collapsible__icon{transform:rotate(180deg)}.yoast-collapsible__trigger[aria-expanded=true]{margin:0 16px;padding:16px 0;width:calc(100% - 32px)}.yoast-collapsible__icon{background-color:var(--yoast-color-white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23404040' viewBox='0 0 12 8'%3E%3Cpath d='M1.4 0 6 4.6 10.6 0 12 1.4 6 7.5 0 1.4z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:10px auto;border:none;display:block;float:right;height:19px;width:19px}.yoast-collapsible-block{margin-top:48px;width:100%}.yoast-collapsible-block+.yoast-collapsible-block{margin-top:0}}.yoast-post-settings-modal{height:100%;max-height:calc(100% - 96px);max-width:calc(100% - 96px);overflow:hidden;width:880px}.yoast-modal-content{padding:16px}@media (min-width:782px){.yoast-modal-content--columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px}}.yoast-post-settings-modal__button-container{border-bottom:1px solid #0003;display:flex;flex-direction:column;padding:16px}.yoast-post-settings-modal .components-modal__content{display:flex;flex-direction:column;padding:0}.yoast-post-settings-modal .components-modal__header{border-bottom:var(--yoast-border-default);flex-shrink:0;margin:0}.yoast-post-settings-modal .yoast-notice-container{bottom:0;left:0;margin-top:auto;position:sticky;width:100%;z-index:1}.yoast-post-settings-modal .components-modal__content>div:not([class]):not([class=""]){display:flex;flex-direction:column;overflow:hidden}.yoast-post-settings-modal .yoast-notice-container>hr{margin-bottom:0;margin-top:-1px}.yoast-post-settings-modal .yoast-content-container{flex-grow:1;overflow-y:auto}.yoast-post-settings-modal .yoast-button-container{display:flex;flex-direction:row;justify-content:flex-end;margin:0;padding:24px}.yoast-post-settings-modal .yoast-button-container p{align-self:center;color:var(--yoast-color-label-help);padding-right:24px}.yoast-post-settings-modal .yoast-button-container button{align-self:center;flex-shrink:0;max-height:45px}@media only screen and (max-width:600px){.yoast-post-settings-modal{max-height:100%;max-width:100%}.yoast-post-settings-modal .yoast-button-container{justify-content:space-between;padding:16px}.yoast-post-settings-modal .yoast-button-container p{padding-right:0}}.yoast-related-keyphrases-modal,.yoast-wincher-seo-performance-modal{max-width:712px}.yoast-wincher-seo-performance-modal__content{padding:25px 32px 32px}#yoast-get-related-keyphrases-metabox,#yoast-get-related-keyphrases-sidebar{margin-top:8px}.yoast-gutenberg-modal .yoast-related-keyphrases-modal__content{min-height:66vh;position:relative}.yoast-related-keyphrases-modal__chart{display:block}.m6zwb4v,.m6zwb4v:visited{background:#e6f3ff;border-radius:2px;color:#575f67;cursor:pointer;display:inline-block;padding-left:2px;padding-right:2px;-webkit-text-decoration:none;text-decoration:none}.m6zwb4v:focus,.m6zwb4v:hover{background:#edf5fd;color:#677584;outline:0}.m6zwb4v:active{background:#455261;color:#222}.mnw6qvm{background:#fff;border:1px solid #eee;border-radius:2px;box-shadow:0 4px 30px 0 #dcdcdc;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;max-width:440px;min-width:220px;padding-bottom:8px;padding-top:8px;position:absolute;transform:scale(0);z-index:2}.m1ymsnxd{opacity:0;transition:opacity .25s cubic-bezier(.3,1.2,.2,1)}.m126ak5t{opacity:1}.mtiwdxc{padding:7px 10px 3px;transition:background-color .4s cubic-bezier(.27,1.27,.48,.56)}.mtiwdxc:active{background-color:#cce7ff}.myz2dw1{background-color:#e6f3ff;padding:7px 10px 3px;transition:background-color .4s cubic-bezier(.27,1.27,.48,.56)}.myz2dw1:active{background-color:#cce7ff}.mpqdcgq{font-size:.9em;margin-bottom:.2em;margin-left:8px;max-width:368px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m1mfvffo,.mpqdcgq{display:inline-block}.m1mfvffo{border-radius:12px;height:24px;width:24px}
+/*!rtl:begin:ignore*/.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:#fff0;border-left:.1px solid #0000;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;width:100%;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1,lower-alpha) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2,lower-roman) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4,lower-alpha) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}
+/*!rtl:end:ignore*/#wpseo_meta{box-sizing:border-box}#wpseo_meta *,#wpseo_meta :after,#wpseo_meta :before{box-sizing:inherit}.DraftEditor-root [data-block]{margin:0}#edittag>#wp-description-wrap{display:none}#wp-description-wrap .wp-editor-area{border:0}.term-description-wrap td>textarea#description{min-height:530px}.wpseo-meta-section,.wpseo-meta-section-react{border:1px solid #0003;display:none;height:auto;max-width:600px;min-height:100%;vertical-align:top;width:100%}.wpseo-meta-section-react.active,.wpseo-meta-section.active{background:#fff;position:relative;z-index:12}.wpseo-meta-section.active{display:inline-block}.wpseo-meta-section-react.active{display:block;margin-bottom:10px}.wpseo-meta-section-content{padding:16px}.wpseo-metabox-content{max-width:800px;padding-top:16px}.edit-post-meta-boxes-area__container .wpseo-metabox .postbox-header{border-bottom:1px solid #ddd}.edit-post-meta-boxes-area__container .wpseo-metabox .inside{background-color:#f1f5f9}.edit-post-meta-boxes-area__container .wpseo-metabox .wpseo-metabox-content{max-width:none;padding:32px 8px 8px}.edit-post-meta-boxes-area__container .wpseo-metabox .wpseo-meta-section,.edit-post-meta-boxes-area__container .wpseo-metabox .wpseo-metabox-menu{margin:0 auto}.edit-post-meta-boxes-area__container .wpseo-metabox .wpseo-meta-section.active{display:block}.wpseo-metabox-menu{max-width:600px;padding:0}.wpseo-metabox-menu ul{align-items:flex-end;display:flex;flex-wrap:wrap;flex-flow:wrap-reverse;margin:0 1px 0 0;padding:0 0 0 16px}.wpseo-metabox-menu ul li:first-child{z-index:10}.wpseo-metabox-menu ul li:nth-child(2){z-index:9}.wpseo-metabox-menu ul li:nth-child(3){z-index:8}.wpseo-metabox-menu ul li:nth-child(4){z-index:7}.wpseo-metabox-menu ul li:nth-child(5){z-index:6}.wpseo-metabox-menu ul li:nth-child(6){z-index:5}.wpseo-metabox-menu ul li{background-color:#f8f8f8;box-shadow:0 0 4px 0 #0000001a;height:32px;margin-bottom:-1px;margin-left:-1px;position:relative;text-align:center}.wpseo-metabox-menu ul li a{align-items:center;border:1px solid #0003;border-bottom:2px #0000;color:#0073aa;display:flex}.wpseo-metabox-menu ul li a:focus{box-shadow:inherit}.wpseo-metabox-menu ul li .yst-traffic-light{height:20px;margin-left:4px;margin-right:10px;width:auto}.wpseo-metabox-menu ul li span.dashicons{margin-right:8px}.wpseo-metabox-menu ul li span.wpseo-buy-premium{color:#a4286a}.wpseo-metabox-menu ul li span.wpseo-buy-premium:hover{color:#832055}.wpseo-metabox-menu ul li.active{background-color:#fff;border-bottom:2px #0000;box-shadow:none;height:36px;margin-top:-4px;z-index:13}.wpseo-metabox-menu ul li.active a{color:#444;height:36px}.wpseo-metabox-menu ul li.active span.wpseo-buy-premium{border-color:#a4286a;color:#a4286a}.wpseo-metabox-menu ul li.active span.wpseo-buy-premium:hover{border-color:#832055;color:#832055}.wpseo-metabox-menu a{height:32px;padding:0 8px;text-decoration:none}.wpseotab{background-color:#fdfdfd;border:1px solid #ddd;display:none;padding:16px}.wpseotab .wpseo-cornerstone-checkbox{margin-right:.5em}.wpseotab.content{padding:20px 15px}.wpseotab.active{display:block}.wpseo-metabox-sidebar .dashicons{font-size:30px;height:30px;width:30px}#wpseo_meta .inside{margin:0}#wpseo_meta .inside:after{clear:both;content:"";display:table}#wpseo_meta .postbox .inside .wpseotab{font-size:13px!important}.wpseo-form input,.wpseo-form label,.wpseo-form p.error-message,.wpseo-form textarea{max-width:600px}.wpseo-form fieldset{padding-top:5px}.wpseo-form legend{font-weight:600}.wpseo-form label{display:block;font-weight:600}.wpseo-form input[type=checkbox]+label,.wpseo-form input[type=radio]+label{display:inline-block;font-weight:400}.wpseo-form fieldset,.wpseo-form label{margin-bottom:.5em;margin-top:2em}.wpseo-form input[type=checkbox],.wpseo-form input[type=checkbox]+label{font-size:1em;margin-bottom:0;margin-top:2em}.wpseo-form fieldset:first-child,.wpseo-form input[type=checkbox]:first-child,.wpseo-form input[type=checkbox]:first-child+label,.wpseo-form label:first-child{margin-top:10px}.wpseo-form input[type=radio]{margin-top:0}.wpseo-form input[type=radio]+label{margin:0 1em 0 0}.wpseo-form p.error-message{margin:.5em 0}.wpseo-form select[multiple]{margin-top:0}.yoast-metabox__description{margin:.5em 0;max-width:600px}.good,.warn,.wrong{font-weight:600}.good{color:green}.warn{color:maroon}.wrong{color:#dc3232}#current_seo_title span{background-color:#ffffe0;padding:2px 5px}#focuskwresults ul{margin:0}#focuskwresults li,#focuskwresults p{font-size:13px}#focuskwresults li{list-style-type:disc;margin:0 0 0 20px}.wpseo_hidden{display:none}.wpseo_msg{background-color:#ffffe0;border:1px solid #e6db55;margin:5px 0 10px;padding:0 5px}.snippet-editor__button.snippet-editor__edit-button:focus{background-color:#fafafa;border-color:#5b9dd9;box-shadow:0 0 3px #0073aacc;color:#23282d;outline:none}.wpseo-admin-page .subsubsub li{display:inline;max-width:none}.yoast-seo-help-container{float:left;max-width:none;width:100%}.yoast-seo-help-container .yoast-help-panel{margin:.5em 0!important}.wpseo_content_wrapper p.search-box{margin:10px 0 5px}#wpseotab .ui-widget-content .ui-state-hover{background:#f1f1f1;border:1px solid #dfdfdf;color:#333}.term-php .wpseo-taxonomy-metabox-postbox>h2{border-bottom:1px solid #eee;font-size:14px;line-height:1.4;margin:0;padding:8px 12px}#TB_window #TB_ajaxContent p{margin:5px 0 0;padding:5px 0 0}#TB_window #TB_ajaxContent ul{margin:5px 0 10px}#TB_window #TB_ajaxContent li{list-style:none;margin:5px 0 0}#TB_window #TB_ajaxContent li:before{content:"+";font-weight:700;margin:0 10px 0 0}.yoast-section__heading-icon-list{background-image:var(--yoast-svg-icon-list)}.yoast-section__heading-icon-key{background-image:var(--yoast-svg-icon-key)}.yoast-section__heading-icon-edit{background-image:var(--yoast-svg-icon-edit)}.yoast-tooltip.yoast-tooltip-hidden:after,.yoast-tooltip.yoast-tooltip-hidden:before{display:none}.screen-reader-text.wpseo-generic-tab-textual-score,.screen-reader-text.wpseo-keyword-tab-textual-score{display:block}.yoast-notice-go-premium{background:#f1f1f1;border-left-color:#a4286a;margin:0}@media screen and (max-width:782px){.wpseo-metabox-buy-premium .wpseo-buy-premium{display:inline-block;height:20px;margin-right:5px;padding:0;width:20px}.yoast-help-panel{max-width:none!important}#wpseo-crawl-issues-table-form .subsubsub{float:none;max-width:calc(100vw - 20px)}#wpseo-crawl-issues-table-form .yoast-help-button{margin-top:3px}.wpseotab select[multiple]{height:auto!important}}@media screen and (max-width:600px){.wpseotab.content{padding:16px 0}}.wpseo-score-icon-container{align-items:center;display:flex;height:20px;justify-content:center;margin-right:8px;width:20px}.yoast-seo-sidebar-panel .yoast-analysis-check{display:flex}.yoast-seo-sidebar-panel .yoast-analysis-check svg{margin-right:5px;margin-top:6px}.yoast-seo-sidebar-panel .yoast-analysis-check span{line-height:1.5;margin-top:3px}.yoast-seo-sidebar-panel div{line-height:2}.yoast-seo-sidebar-panel div svg{vertical-align:middle}ul.yoast-seo-social-share-buttons li{display:inline-block;margin-right:24px}ul.yoast-seo-social-share-buttons li .x-share svg{height:30px;width:30px;fill:#000}ul.yoast-seo-social-share-buttons svg{height:32px;margin-bottom:8px;width:32px}ul.yoast-seo-social-share-buttons a{align-items:center;display:flex;flex-direction:column}.yoast-field-group.yoast-wincher-post-publish{margin-bottom:10px}.edit-post-pinned-plugins button.components-button:not(.is-compact)[aria-label="Yoast SEO Premium"]>svg,.edit-post-pinned-plugins button.components-button:not(.is-compact)[aria-label="Yoast SEO"]>svg,div.interface-pinned-items button.components-button:not(.is-compact)[aria-label="Yoast SEO Premium"]>svg,div.interface-pinned-items button.components-button:not(.is-compact)[aria-label="Yoast SEO"]>svg{height:28px;max-height:28px;max-width:28px;width:28px}div.interface-pinned-items button.components-button.is-pressed[aria-label="Yoast SEO Premium"]>svg path,div.interface-pinned-items button.components-button.is-pressed[aria-label="Yoast SEO"]>svg path{fill:#fff}.wpseo-schema-icon{align-items:center;background-image:var(--yoast-svg-icon-schema);background-size:cover;display:flex;height:16px;justify-content:center;margin-right:8px;width:16px}.wpseo-metabox-menu ul li.active a .wpseo-schema-icon{background-image:var(--yoast-svg-icon-schema-active)}.yoast-icon-span svg{margin-right:8px;fill:inherit}.yoast.components-panel__body{border-top:0}.components-button>.yoast-title-container{flex-grow:1;line-height:normal;overflow-x:hidden}.yoast-title-container>.yoast-subtitle,.yoast-title-container>.yoast-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yoast-title-container>.yoast-subtitle{font-size:.8125rem;font-weight:300;margin-top:2px}.yoast.components-panel__body .yoast-chevron{background-color:#1e1e1e;display:inline-block;height:24px;mask-image:var(--yoast-svg-icon-chevron-down);mask-size:100% 100%;width:24px}.yoast.components-panel__body.is-opened .yoast-chevron{mask-image:var(--yoast-svg-icon-chevron-up)}.yoast .components-panel__body-toggle{padding-right:16px}.yoast .components-form-token-field__remove-token.components-button,.yoast .components-form-token-field__token-text{background-color:var(--yoast-color-primary);color:var(--yoast-color-white)}.yoast .yoast-insights{color:#404040}.yoast .yoast-insights .yoast-field-group__title>b{color:var(--yoast-color-primary);font-size:16px;font-weight:var(--yoast-font-weight-default);line-height:1.2em}.yoast .yoast-insights-card__score{color:var(--yoast-color-primary);margin-block:0}.yoast .yoast-insights-card__description{line-height:1.4em}.yoast .yoast-prominent-words p,.yoast .yoast-prominent-words ul,.yoast .yoast-text-formality p{margin-block:1.2em}.yoast #wpseo-metabox-root .yoast-prominent-words{border-bottom:1px solid #0000001a;margin-bottom:24px;padding-bottom:24px}.yoast .yoast-insights .yoast-data-model--upsell li{color:#bbb}.yoast .yoast-insights .yoast-data-model--upsell li:after{background:#fdf4f8}.yoast-add-block-button{align-items:center;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;box-shadow:0 1px 2px 0 #0000000d;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:28px;justify-content:center;padding:6px;width:28px}.yoast-add-block-button--clicked{background-color:var(--yoast-color-primary)}.yoast-add-block-button:focus:not(.yoast-add-block-button--clicked),.yoast-add-block-button:hover:not(.yoast-add-block-button--clicked){background-color:#f8fafc}.yoast-add-block-button__icon{height:16px;width:16px}.yoast-add-block-button__icon--clicked{stroke:#fff}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2640-rtl.css
new file mode 100755
index 00000000..6070b13b
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2640-rtl.css
@@ -0,0 +1 @@
+.wpseo-is-primary-term,.wpseo-primary-term>label{font-weight:600}.wpseo-non-primary-term>.wpseo-is-primary-term,.wpseo-primary-term>.wpseo-make-primary-term,.wpseo-term-unchecked>.wpseo-is-primary-term,.wpseo-term-unchecked>.wpseo-make-primary-term{display:none}.wpseo-is-primary-term,.wpseo-make-primary-term{float:left}.wpseo-non-primary-term:after,.wpseo-non-primary-term:before,.wpseo-primary-term:after,.wpseo-primary-term:before{content:"";display:table}.wpseo-non-primary-term:after,.wpseo-primary-term:after{clear:both}.wpseo-make-primary-term{background:none;border:none;color:#0073aa;cursor:pointer;margin:4px 0 0;padding:0;text-decoration:underline}.wpseo-make-primary-term:hover{color:#00a0d2}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2640.css b/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2640.css
new file mode 100755
index 00000000..32b768ce
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2640.css
@@ -0,0 +1 @@
+.wpseo-is-primary-term,.wpseo-primary-term>label{font-weight:600}.wpseo-non-primary-term>.wpseo-is-primary-term,.wpseo-primary-term>.wpseo-make-primary-term,.wpseo-term-unchecked>.wpseo-is-primary-term,.wpseo-term-unchecked>.wpseo-make-primary-term{display:none}.wpseo-is-primary-term,.wpseo-make-primary-term{float:right}.wpseo-non-primary-term:after,.wpseo-non-primary-term:before,.wpseo-primary-term:after,.wpseo-primary-term:before{content:"";display:table}.wpseo-non-primary-term:after,.wpseo-primary-term:after{clear:both}.wpseo-make-primary-term{background:none;border:none;color:#0073aa;cursor:pointer;margin:4px 0 0;padding:0;text-decoration:underline}.wpseo-make-primary-term:hover{color:#00a0d2}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/modal-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/modal-2640-rtl.css
new file mode 100755
index 00000000..5ef141ec
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/modal-2640-rtl.css
@@ -0,0 +1 @@
+.yoast-modal__screen-overlay{animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards;background-color:#a4286a99;bottom:0;right:0;position:fixed;left:0;top:0;z-index:100000}.yoast-modal{background:#fff;bottom:48px;display:flex;flex-direction:column;height:calc(100% - 96px);right:calc(50% - 440px);max-width:880px;overflow:hidden;position:fixed;top:48px;width:100%}.yoast-gutenberg-modal .yoast-icon{background-color:var(--yoast-color-primary);display:inline-block;height:20px;margin-left:8px;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:20px}.yoast-tabs .yoast-modal__content{display:grid;grid-template-areas:"heading heading" "menu content" "menu footer";grid-template-columns:280px 1fr;grid-template-rows:72px 1fr 88px}.yoast-modal__heading{align-items:center;background:var(--yoast-color-white);border-bottom:var(--yoast-border-default);box-sizing:border-box;display:flex;grid-area:heading;min-height:72px;padding:0 24px}.yoast-modal__heading .yoast-close{position:absolute;left:16px}.yoast-gutenberg-modal__box.components-modal__frame{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@media (min-width:600px){.yoast-gutenberg-modal__box.components-modal__frame{border-radius:8px;max-height:calc(100% - 48px)}}.yoast-gutenberg-modal__no-padding .components-modal__content{padding:0}.yoast-gutenberg-modal .components-modal__header-heading,.yoast-modal__heading h1{color:var(--yoast-color-primary);font-size:20px;font-weight:400;line-height:1.2;margin:0}.yoast-gutenberg-modal .components-modal__content .components-modal__header{border-bottom:1px solid #e2e8f0!important}.yoast-gutenberg-modal .components-modal__icon-container{display:inline-flex}.yoast-gutenberg-modal .components-modal__icon-container svg,.yoast-modal__heading-icon{fill:var(--yoast-color-primary);flex-shrink:0;height:20px;margin-left:16px;width:19px}.yoast-modal__menu{border-left:var(--yoast-border-default);grid-area:menu;overflow-y:auto}.yoast-modal__menu ul{list-style:none;margin:0;padding:0}.yoast-modal__menu li{border-bottom:var(--yoast-border-default);color:var(--yoast-color-default);cursor:pointer;display:block;font-size:16px;padding:12px 16px 11px;text-decoration:none}.yoast-modal__menu li:hover{background-color:#edd4e1}.yoast-modal__menu li.yoast-tabs__tab--selected{background-color:var(--yoast-color-primary);border-bottom:var(--yoast-border-default);color:#fff}.yoast-modal__content,.yoast-modal__section{display:flex;flex-direction:column;flex-grow:1;grid-area:content;overflow-y:auto;position:relative}.yoast-modal__section *{max-width:600px}.yoast-modal__section-header{background:var(--yoast-color-white);padding:24px 24px 0;position:sticky;top:0;z-index:10}.yoast-modal__section .yoast-h2{border-bottom:var(--yoast-border-default);padding-bottom:24px}.yoast-modal__footer{align-items:center;align-self:flex-end;background:var(--yoast-color-white);border-top:var(--yoast-border-default);bottom:0;box-sizing:border-box;display:flex;grid-area:footer;justify-content:flex-end;margin:0 24px;min-height:88px;padding:0;position:sticky;width:calc(100% - 48px);z-index:10}.yoast-modal__settings-saved{align-items:center;display:inline-flex;margin-left:16px;position:relative}.yoast-modal__settings-saved:before{background:var(--yoast-checkmark--green) no-repeat center;content:"";display:inline-block;height:13px;margin-left:8px;width:14px}.yoast-modal__footer .yoast-button{display:block}.yoast-modal__section-content{flex-grow:1;padding:24px}@media screen and (max-width:880px){.yoast-modal{bottom:0;height:auto;right:0;left:0;top:0}}@media screen and (max-width:782px){.yoast-modal{overflow-y:initial}.yoast-modal.yoast-modal-collapsible{padding-bottom:72px}.yoast-tabs .yoast-modal__content{grid-template-rows:48px 1fr 72px}.yoast-modal__heading{min-height:48px;padding:0 16px;position:fixed;top:0;width:100%;z-index:11}.yoast-modal__heading h1{font-size:var(--yoast-font-size-default)}.yoast-close svg{width:10px}.yoast-modal__heading-icon{height:15px;margin-left:8px}.yoast .yoast-close{left:3px}.yoast-modal__heading .yoast-h2{font-size:var(--yoast-font-size-default)}.yoast-modal__section{flex-grow:0;overflow:initial}.yoast-modal__section-content{margin:0 16px;padding:24px 0}.yoast-modal__section:first-of-type{margin-top:48px}.yoast-modal__section:last-of-type{margin-bottom:72px}.yoast-modal__section-header{margin:0;padding:0;position:sticky;top:48px}.yoast-modal__section-open .yoast-modal__section-header{margin-right:16px;margin-left:16px;padding-right:0;padding-left:0}.yoast-modal__section-open{border-bottom:var(--yoast-border-default)}.yoast-modal__footer{margin:0;min-height:72px;padding:0 16px;position:fixed;width:100%;z-index:11}.yoast-modal-collapsible .yoast-modal__footer{min-height:72px}.yoast-modal-collapsible .yoast-modal__section-content{border-bottom:var(--yoast-border-default);margin:0;padding:24px 16px}.yoast-collapsible__hidden{display:none}.yoast-collapsible__trigger{background:#fff;border:none;border-bottom:var(--yoast-border-default);color:var(--yoast-color-primary);cursor:pointer;font-size:var(--yoast-font-size-default);justify-content:space-between;padding:16px;text-align:right;width:100%}.yoast-collapsible__trigger[aria-expanded=true] .yoast-collapsible__icon{transform:rotate(-180deg)}.yoast-collapsible__trigger[aria-expanded=true]{margin:0 16px;padding:16px 0;width:calc(100% - 32px)}.yoast-collapsible__icon{background-color:var(--yoast-color-white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23404040' viewBox='0 0 12 8'%3E%3Cpath d='M1.4 0 6 4.6 10.6 0 12 1.4 6 7.5 0 1.4z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:10px auto;border:none;display:block;float:left;height:19px;width:19px}.yoast-collapsible-block{margin-top:48px;width:100%}.yoast-collapsible-block+.yoast-collapsible-block{margin-top:0}}.yoast-post-settings-modal{height:100%;max-height:calc(100% - 96px);max-width:calc(100% - 96px);overflow:hidden;width:880px}.yoast-modal-content{padding:16px}@media (min-width:782px){.yoast-modal-content--columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px}}.yoast-post-settings-modal__button-container{border-bottom:1px solid #0003;display:flex;flex-direction:column;padding:16px}.yoast-post-settings-modal .components-modal__content{display:flex;flex-direction:column;padding:0}.yoast-post-settings-modal .components-modal__header{border-bottom:var(--yoast-border-default);flex-shrink:0;margin:0}.yoast-post-settings-modal .yoast-notice-container{bottom:0;right:0;margin-top:auto;position:sticky;width:100%;z-index:1}.yoast-post-settings-modal .components-modal__content>div:not([class]):not([class=""]){display:flex;flex-direction:column;overflow:hidden}.yoast-post-settings-modal .yoast-notice-container>hr{margin-bottom:0;margin-top:-1px}.yoast-post-settings-modal .yoast-content-container{flex-grow:1;overflow-y:auto}.yoast-post-settings-modal .yoast-button-container{display:flex;flex-direction:row;justify-content:flex-end;margin:0;padding:24px}.yoast-post-settings-modal .yoast-button-container p{align-self:center;color:var(--yoast-color-label-help);padding-left:24px}.yoast-post-settings-modal .yoast-button-container button{align-self:center;flex-shrink:0;max-height:45px}@media only screen and (max-width:600px){.yoast-post-settings-modal{max-height:100%;max-width:100%}.yoast-post-settings-modal .yoast-button-container{justify-content:space-between;padding:16px}.yoast-post-settings-modal .yoast-button-container p{padding-left:0}}.yoast-related-keyphrases-modal,.yoast-wincher-seo-performance-modal{max-width:712px}.yoast-wincher-seo-performance-modal__content{padding:25px 32px 32px}#yoast-get-related-keyphrases-metabox,#yoast-get-related-keyphrases-sidebar{margin-top:8px}.yoast-gutenberg-modal .yoast-related-keyphrases-modal__content{min-height:66vh;position:relative}.yoast-related-keyphrases-modal__chart{display:block}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/modal-2640.css b/wp-content/plugins/wordpress-seo/css/dist/modal-2640.css
new file mode 100755
index 00000000..573c16ef
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/modal-2640.css
@@ -0,0 +1 @@
+.yoast-modal__screen-overlay{animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards;background-color:#a4286a99;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100000}.yoast-modal{background:#fff;bottom:48px;display:flex;flex-direction:column;height:calc(100% - 96px);left:calc(50% - 440px);max-width:880px;overflow:hidden;position:fixed;top:48px;width:100%}.yoast-gutenberg-modal .yoast-icon{background-color:var(--yoast-color-primary);display:inline-block;height:20px;margin-right:8px;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:20px}.yoast-tabs .yoast-modal__content{display:grid;grid-template-areas:"heading heading" "menu content" "menu footer";grid-template-columns:280px 1fr;grid-template-rows:72px 1fr 88px}.yoast-modal__heading{align-items:center;background:var(--yoast-color-white);border-bottom:var(--yoast-border-default);box-sizing:border-box;display:flex;grid-area:heading;min-height:72px;padding:0 24px}.yoast-modal__heading .yoast-close{position:absolute;right:16px}.yoast-gutenberg-modal__box.components-modal__frame{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@media (min-width:600px){.yoast-gutenberg-modal__box.components-modal__frame{border-radius:8px;max-height:calc(100% - 48px)}}.yoast-gutenberg-modal__no-padding .components-modal__content{padding:0}.yoast-gutenberg-modal .components-modal__header-heading,.yoast-modal__heading h1{color:var(--yoast-color-primary);font-size:20px;font-weight:400;line-height:1.2;margin:0}.yoast-gutenberg-modal .components-modal__content .components-modal__header{border-bottom:1px solid #e2e8f0!important}.yoast-gutenberg-modal .components-modal__icon-container{display:inline-flex}.yoast-gutenberg-modal .components-modal__icon-container svg,.yoast-modal__heading-icon{fill:var(--yoast-color-primary);flex-shrink:0;height:20px;margin-right:16px;width:19px}.yoast-modal__menu{border-right:var(--yoast-border-default);grid-area:menu;overflow-y:auto}.yoast-modal__menu ul{list-style:none;margin:0;padding:0}.yoast-modal__menu li{border-bottom:var(--yoast-border-default);color:var(--yoast-color-default);cursor:pointer;display:block;font-size:16px;padding:12px 16px 11px;text-decoration:none}.yoast-modal__menu li:hover{background-color:#edd4e1}.yoast-modal__menu li.yoast-tabs__tab--selected{background-color:var(--yoast-color-primary);border-bottom:var(--yoast-border-default);color:#fff}.yoast-modal__content,.yoast-modal__section{display:flex;flex-direction:column;flex-grow:1;grid-area:content;overflow-y:auto;position:relative}.yoast-modal__section *{max-width:600px}.yoast-modal__section-header{background:var(--yoast-color-white);padding:24px 24px 0;position:sticky;top:0;z-index:10}.yoast-modal__section .yoast-h2{border-bottom:var(--yoast-border-default);padding-bottom:24px}.yoast-modal__footer{align-items:center;align-self:flex-end;background:var(--yoast-color-white);border-top:var(--yoast-border-default);bottom:0;box-sizing:border-box;display:flex;grid-area:footer;justify-content:flex-end;margin:0 24px;min-height:88px;padding:0;position:sticky;width:calc(100% - 48px);z-index:10}.yoast-modal__settings-saved{align-items:center;display:inline-flex;margin-right:16px;position:relative}.yoast-modal__settings-saved:before{background:var(--yoast-checkmark--green) no-repeat center;content:"";display:inline-block;height:13px;margin-right:8px;width:14px}.yoast-modal__footer .yoast-button{display:block}.yoast-modal__section-content{flex-grow:1;padding:24px}@media screen and (max-width:880px){.yoast-modal{bottom:0;height:auto;left:0;right:0;top:0}}@media screen and (max-width:782px){.yoast-modal{overflow-y:initial}.yoast-modal.yoast-modal-collapsible{padding-bottom:72px}.yoast-tabs .yoast-modal__content{grid-template-rows:48px 1fr 72px}.yoast-modal__heading{min-height:48px;padding:0 16px;position:fixed;top:0;width:100%;z-index:11}.yoast-modal__heading h1{font-size:var(--yoast-font-size-default)}.yoast-close svg{width:10px}.yoast-modal__heading-icon{height:15px;margin-right:8px}.yoast .yoast-close{right:3px}.yoast-modal__heading .yoast-h2{font-size:var(--yoast-font-size-default)}.yoast-modal__section{flex-grow:0;overflow:initial}.yoast-modal__section-content{margin:0 16px;padding:24px 0}.yoast-modal__section:first-of-type{margin-top:48px}.yoast-modal__section:last-of-type{margin-bottom:72px}.yoast-modal__section-header{margin:0;padding:0;position:sticky;top:48px}.yoast-modal__section-open .yoast-modal__section-header{margin-left:16px;margin-right:16px;padding-left:0;padding-right:0}.yoast-modal__section-open{border-bottom:var(--yoast-border-default)}.yoast-modal__footer{margin:0;min-height:72px;padding:0 16px;position:fixed;width:100%;z-index:11}.yoast-modal-collapsible .yoast-modal__footer{min-height:72px}.yoast-modal-collapsible .yoast-modal__section-content{border-bottom:var(--yoast-border-default);margin:0;padding:24px 16px}.yoast-collapsible__hidden{display:none}.yoast-collapsible__trigger{background:#fff;border:none;border-bottom:var(--yoast-border-default);color:var(--yoast-color-primary);cursor:pointer;font-size:var(--yoast-font-size-default);justify-content:space-between;padding:16px;text-align:left;width:100%}.yoast-collapsible__trigger[aria-expanded=true] .yoast-collapsible__icon{transform:rotate(180deg)}.yoast-collapsible__trigger[aria-expanded=true]{margin:0 16px;padding:16px 0;width:calc(100% - 32px)}.yoast-collapsible__icon{background-color:var(--yoast-color-white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23404040' viewBox='0 0 12 8'%3E%3Cpath d='M1.4 0 6 4.6 10.6 0 12 1.4 6 7.5 0 1.4z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:10px auto;border:none;display:block;float:right;height:19px;width:19px}.yoast-collapsible-block{margin-top:48px;width:100%}.yoast-collapsible-block+.yoast-collapsible-block{margin-top:0}}.yoast-post-settings-modal{height:100%;max-height:calc(100% - 96px);max-width:calc(100% - 96px);overflow:hidden;width:880px}.yoast-modal-content{padding:16px}@media (min-width:782px){.yoast-modal-content--columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px}}.yoast-post-settings-modal__button-container{border-bottom:1px solid #0003;display:flex;flex-direction:column;padding:16px}.yoast-post-settings-modal .components-modal__content{display:flex;flex-direction:column;padding:0}.yoast-post-settings-modal .components-modal__header{border-bottom:var(--yoast-border-default);flex-shrink:0;margin:0}.yoast-post-settings-modal .yoast-notice-container{bottom:0;left:0;margin-top:auto;position:sticky;width:100%;z-index:1}.yoast-post-settings-modal .components-modal__content>div:not([class]):not([class=""]){display:flex;flex-direction:column;overflow:hidden}.yoast-post-settings-modal .yoast-notice-container>hr{margin-bottom:0;margin-top:-1px}.yoast-post-settings-modal .yoast-content-container{flex-grow:1;overflow-y:auto}.yoast-post-settings-modal .yoast-button-container{display:flex;flex-direction:row;justify-content:flex-end;margin:0;padding:24px}.yoast-post-settings-modal .yoast-button-container p{align-self:center;color:var(--yoast-color-label-help);padding-right:24px}.yoast-post-settings-modal .yoast-button-container button{align-self:center;flex-shrink:0;max-height:45px}@media only screen and (max-width:600px){.yoast-post-settings-modal{max-height:100%;max-width:100%}.yoast-post-settings-modal .yoast-button-container{justify-content:space-between;padding:16px}.yoast-post-settings-modal .yoast-button-container p{padding-right:0}}.yoast-related-keyphrases-modal,.yoast-wincher-seo-performance-modal{max-width:712px}.yoast-wincher-seo-performance-modal__content{padding:25px 32px 32px}#yoast-get-related-keyphrases-metabox,#yoast-get-related-keyphrases-sidebar{margin-top:8px}.yoast-gutenberg-modal .yoast-related-keyphrases-modal__content{min-height:66vh;position:relative}.yoast-related-keyphrases-modal__chart{display:block}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/monorepo-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/monorepo-2640-rtl.css
new file mode 100755
index 00000000..3e0c224f
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/monorepo-2640-rtl.css
@@ -0,0 +1 @@
+:root{--yoast-border-default:1px solid #0003;--yoast-color-default:#404040;--yoast-color-default-darker:#303030;--yoast-color-primary:#a4286a;--yoast-color-secondary:#f7f7f7;--yoast-color-white:#fff;--yoast-color-green:#6ea029;--yoast-color-primary-darker:#7b1e50;--yoast-color-primary-lighter:#f5d6e6;--yoast-color-secondary-darker:#d9d9d9;--yoast-color-button-upsell:#fec228;--yoast-color-button-upsell-hover:#f2ae01;--yoast-color-dark:#303030;--yoast-color-sale:#fec228;--yoast-color-sale-darker:#feb601;--yoast-color-border:#0003;--yoast-color-label:#303030;--yoast-color-label-help:#707070;--yoast-color-active:#6ea029;--yoast-color-inactive:#dc3232;--yoast-color-inactive-text:#707070;--yoast-color-inactive-grey:#9e9e9e;--yoast-color-inactive-grey-light:#f1f1f1;--yoast-color-active-light:#b6cf94;--yoast-transition-default:all 150ms ease-out;--yoast-color-link:#006dac;--yoast-color-border--default:#0003;--yoast-color-focus:0 0 0 2px #007fff,0 0 0 5px #bfdfff;--yoast-svg-icon-chevron-down:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-chevron-up:url('data:image/svg+xml;charset=utf-8, ');--yoast-checkmark--white:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 512 512'%3E%3Cpath d='m173.898 439.404-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001'/%3E%3C/svg%3E");--yoast-svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23m-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23m640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896'/%3E%3C/svg%3E");--yoast-svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 1792 1792'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-caret-right:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142'/%3E%3C/svg%3E");--yoast-svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960M944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34m848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69'/%3E%3C/svg%3E");--yoast-svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136m0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5M384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5m0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5'/%3E%3C/svg%3E");--yoast-svg-icon-key:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-edit:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-noindex:url('data:image/svg+xml;charset=utf-8, ');--yoast-checkmark--green:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236EA029' viewBox='0 0 512 512'%3E%3Cpath d='m173.898 439.404-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001'/%3E%3C/svg%3E");--yoast-exclamation-mark:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23DC3232' viewBox='0 0 512 512'%3E%3Cpath d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248m-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46m-43.673-165.346 7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654'/%3E%3C/svg%3E");--yoast-svg-icon-schema:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24m181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24m32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24m-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24m-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24M0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24m386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24m0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24M181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24'/%3E%3C/svg%3E");--yoast-svg-icon-schema-active:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' aria-hidden='true'%3E%3Cpath fill='D4444' d='M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24m181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24m32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24m-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24m-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24M0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24m386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24m0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24M181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24'/%3E%3C/svg%3E");--yoast-svg-icon-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23707070' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m4 16 4.586-4.586a2 2 0 0 1 2.828 0L16 16m-2-2 1.586-1.586a2 2 0 0 1 2.828 0L20 14m-6-6h.01M6 20h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2'/%3E%3C/svg%3E");--yoast-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--yoast-font-size-default:14px;--yoast-font-weight-default:400;--yoast-font-weight-bold:600;--yoast-color-font-default:#404040;--yoast-shadow-default:0px 3px 6px #00000026}.yoast-h1,.yoast-h2,.yoast-h3{color:var(--yoast-color-primary);font-weight:400;line-height:1.2;margin:0}.yoast-h1 a,.yoast-h2 a,.yoast-h3 a{color:var(--yoast-color-primary);text-decoration:none}.yoast-h1{font-size:24px}.yoast-h2{font-size:20px}.yoast-h3{font-size:16px}.yoast-paragraph{font-size:var(--yoast-font-size-default);margin-top:0}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);margin:-1px;padding:0;word-wrap:normal!important}.screen-reader-text,.visually-hidden{height:1px;overflow:hidden;position:absolute;width:1px}.visually-hidden{clip:rect(1px,1px,1px,1px);white-space:nowrap;word-wrap:normal}@media (max-width:782px){.yoast-show-on-mobile{display:initial!important}}@media (min-width:782px){.yoast-hide-on-desktop{display:none}}.yoast-field-group__title-separator{display:flex;flex-wrap:wrap}.yoast-field-group__title-separator label{align-items:center;border:var(--yoast-border-default);box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:42px;justify-content:center;margin:0 0 6px 6px;width:42px}.yoast-field-group__title-separator input[type=radio]:checked+label{border:3px solid var(--yoast-color-primary)}.yoast .yoast-button{align-items:center;border:1px solid #0003;border-radius:4px;box-shadow:inset 0 -2px 0 #0000001a;cursor:pointer;display:inline-flex;font-size:14px;justify-content:center;line-height:1.2;padding:10px 12px 12px;position:relative;text-decoration:none;transition:background-color .15s ease-out 0s}.yoast .yoast-button:focus,.yoast-close:focus,.yoast-hide:focus,.yoast-remove:focus{box-shadow:var(--yoast-color-focus);outline:none}.yoast .yoast-button::-moz-focus-inner,.yoast-close::-moz-focus-inner,.yoast-hide::-moz-focus-inner,.yoast-remove::-moz-focus-inner{border:0}.yoast .yoast-button:not(:disabled):active{box-shadow:none;top:2px}.yoast .yoast-button:disabled{cursor:default;opacity:.5}.yoast .yoast-button--primary{background-color:var(--yoast-color-primary)}.yoast .yoast-button--primary,.yoast .yoast-button--primary:visited{border:1px solid #0003;color:var(--yoast-color-white)}.yoast .yoast-button--primary:active,.yoast .yoast-button--primary:not(:disabled):hover{background-color:var(--yoast-color-primary-darker);border:1px solid #0003;color:var(--yoast-color-white)}.yoast .yoast-button--primary:focus{background-color:var(--yoast-color-primary);color:var(--yoast-color-white)}.yoast .yoast-button--secondary{background-color:var(--yoast-color-secondary);box-shadow:inset 0 -2px 0 #0000001a;color:var(--yoast-color-dark)}.yoast .yoast-button--secondary:visited{color:var(--yoast-color-dark)}.yoast .yoast-button--secondary:active,.yoast .yoast-button--secondary:not(:disabled):hover{background-color:var(--yoast-color-secondary-darker);border:1px solid #0003;color:var(--yoast-color-dark)}.yoast .yoast-button--buy{background-color:var(--yoast-color-sale)}.yoast .yoast-button--buy,.yoast .yoast-button--buy:visited{color:var(--yoast-color-dark)}.yoast .yoast-button--buy:active,.yoast .yoast-button--buy:not(:disabled):hover{background-color:var(--yoast-color-sale-darker);color:var(--yoast-color-dark)}.yoast .yoast-button--buy__caret{height:16px;margin:0 6px 0 -2px;mask-image:var(--yoast-svg-icon-caret-right);width:6px}.yoast .yoast-button--buy__caret,.yoast .yoast-button--edit{background-color:currentColor;display:inline-block;flex-shrink:0}.yoast .yoast-button--edit{height:18px;margin-left:8px;mask-image:var(--yoast-svg-icon-edit);width:20.25px}html[dir=rtl] .yoast .yoast-button--edit{margin-right:8px;margin-left:0}html[dir=rtl] .yoast .yoast-button--buy{flex-direction:row-reverse}.yoast .yoast-button--small{font-size:13px;padding:5px 8px 8px}.yoast .yoast-button--small .yoast-button--buy__caret{height:10px;width:4px}.yoast-hide,.yoast-remove{background-color:initial;border:none;color:#dc3232;cursor:pointer;font-size:14px;padding:0;text-decoration:underline}.yoast-hide{color:var(--yoast-color-link)}.yoast-field-group__upload .yoast-button{margin-left:24px}.yoast-close{align-items:center;background:none;border:none;box-shadow:none;cursor:pointer;display:flex;height:44px;justify-content:center;padding:0;width:44px}.yoast-close svg{fill:var(--yoast-color-default);width:14px}@media screen and (max-width:782px){.yoast-close svg{width:10px}}.yoast-field-group__checkbox{align-items:center;display:flex}.yoast-field-group__checkbox:not(.yoast-field-group__checkbox--horizontal)+.yoast-field-group__checkbox{margin-top:4px}.yoast-field-group__checkbox label{cursor:pointer}.yoast-field-group__checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;border:var(--yoast-border-default);border-radius:2px;box-shadow:inset 0 2px 4px #0000001a;cursor:pointer;height:18px;margin:2px 0 0 8px;overflow:hidden;padding:2px;position:relative;transition:background-color .15s ease-out 0s;width:18px}.yoast-field-group__checkbox input[type=checkbox]:checked:focus,.yoast-field-group__checkbox input[type=checkbox]:focus{box-shadow:var(--yoast-color-focus);outline:none}.yoast label+input[type=checkbox]{margin-right:16px}.yoast-field-group__checkbox input[type=checkbox]:checked{background:var(--yoast-checkmark--white) var(--yoast-color-primary) no-repeat center /13px;border:1px solid var(--yoast-color-primary);box-shadow:none}.yoast-field-group__checkbox input[type=checkbox]:checked:before{content:""}.yoast-field-group{border:none;margin:0 0 24px;padding:0;position:relative}.yoast-field-group__title{align-items:center;color:var(--yoast-color-label);display:flex;font-size:var(--yoast-font-size-default);font-weight:var(--yoast-font-weight-bold);line-height:1.5;margin:0 0 8px;padding:0}.yoast-field-group__title.yoast-field-group__title--light{font-weight:var(--yoast-font-weight-default)}.yoast-field-group .field-group-description{margin:0 0 1em}.yoast-field-group__inline{align-items:center;display:flex}.yoast-field-group__inline .yoast-field-group__inputfield{margin-left:8px}.yoast-field-group__inline .yoast-button{flex-shrink:0}.yoast-field-group .components-form-token-field__label{display:none}@media screen and (max-width:782px){.yoast-field-group__inline{display:block}.yoast-field-group__inline .yoast-field-group__inputfield{margin-bottom:8px;margin-left:0}}.yoast-help{margin-right:4px}.yoast-help__icon svg{height:12px;width:12px;fill:var(--yoast-color-inactive-text);transition:var(--yoast-transition-default)}.yoast-help:focus svg,.yoast-help:hover svg{fill:var(--yoast-color-link)}.yoast-data-model{list-style:none;padding:0}.yoast-data-model li{font-weight:var(--yoast-font-weight-bold);line-height:1.4;padding:0 8px;position:relative;z-index:2}.yoast-data-model span{float:left;font-weight:var(--yoast-font-weight-default)}.yoast-data-model li+li{margin-top:9px}.yoast-data-model li:after{background:#f5d6e6;content:"";height:20px;right:0;position:absolute;width:var(--yoast-width);z-index:-1}.yoast-image-select__preview{align-items:center;background-color:initial;border:1px solid #0003;display:flex;justify-content:center;max-height:200px;max-width:100%;min-height:165px;overflow:hidden;padding:0;width:300px}.yoast-image-select__preview--no-preview{background:var(--yoast-color-inactive-grey-light) var(--yoast-svg-icon-image) no-repeat center center /64px 64px}.yoast-image-select__preview.yoast-image-select__preview-has-warnings{margin-bottom:16px}.yoast-image-select__preview .yoast-image-select__preview--image{height:100%;max-width:100%;object-fit:contain}.yoast-image-select .yoast-field-group__inputfield{margin-bottom:1em}.yoast-image-select .yoast-button{margin-left:1.5em}.yoast-image-select{margin-bottom:1.7em;margin-top:1.7em}.yoast-image-select .yoast-image-select-buttons button{margin-top:1em}#organization-image-select .yoast-image-select{margin-top:0}:root{--yoast-color-placeholder:#707070}.yoast .yoast-field-group__inputfield,.yoast .yoast-field-group__textarea{background:var(--yoast-color-white);border:var(--yoast-border-default);border-radius:0;box-shadow:inset 0 2px 4px #0000001a;box-sizing:border-box;font-size:var(--yoast-font-size-default);padding:8px;width:100%}.yoast .yoast-field-group__inputfield:focus,.yoast .yoast-field-group__textarea:focus{box-shadow:var(--yoast-color-focus);outline:none}.yoast-field-group__upload .yoast-field-group__inputfield{margin-bottom:8px}.yoast-field-group__inputfield{height:40px}.yoast-field-group__textarea{min-height:200px}.yoast input+.description,.yoast-field-group .description+.yoast-field-group__inputfield,.yoast-field-group .description+input,.yoast-field-group__inputfield+.description{margin-bottom:24px;margin-top:8px}.yoast .yoast-field-group__inputfield:disabled,.yoast .yoast-field-group__inputfield:read-only,.yoast .yoast-field-group__inputfield[aria-disabled=true]{background:var(--yoast-color-inactive-grey-light)}.yoast .duration-inputs__wrapper{display:flex;flex-direction:row}.yoast .duration-inputs__input-wrapper{display:flex;flex-direction:column}.yoast .duration-inputs__input{margin:0 0 0 8px;width:4em}::placeholder{color:var(--yoast-color-placeholder);opacity:1}.yoast-insights-row:not(:last-of-type){border-bottom:1px solid #0000001a;margin-bottom:24px;padding-bottom:24px}.yoast-insights-row--columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px}@media(min-width:782px){.yoast-modal-content .yoast-insights-row{border-bottom:1px solid #0000001a;margin-bottom:24px;padding-bottom:24px}}.yoast-insights-card__content{display:flex}.yoast-insights-card__score{flex-shrink:0;font-size:16px;margin-left:2em}.yoast-insights-card__amount{display:block;font-size:3.5em;line-height:1}.yoast-field-group__radiobutton{align-items:center;display:flex}.yoast-field-group__radiobutton--vertical:not(:last-of-type){margin-bottom:8px}.yoast-field-group__radiobutton label{cursor:pointer;margin-left:16px}.yoast-field-group__radiobutton input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border:var(--yoast-border-default);border-radius:50%;box-shadow:inset 0 2px 4px #0000001a;cursor:pointer;height:18px;margin:0 0 0 8px;overflow:hidden;padding:2px;position:relative;transition:border-color .15s ease-out 0s;width:18px}.yoast-field-group__radiobutton input[type=radio]:checked:focus,.yoast-field-group__radiobutton input[type=radio]:focus{box-shadow:var(--yoast-color-focus);outline:none}.yoast-field-group__radiobutton input[type=radio]:checked{background-color:inherit;border-color:var(--yoast-color-primary)}.yoast-field-group__radiobutton input[type=radio]:checked:before{content:none}.yoast-field-group__radiobutton input[type=radio]:after{background-color:initial;border-radius:50%;content:"";display:block;height:10px;right:3px;position:absolute;top:3px;transition:background-color .15s ease-out 0s;width:10px}.yoast-field-group__radiobutton input[type=radio]:checked:after{background-color:var(--yoast-color-primary)}.yoast-field-group__select{align-items:center;cursor:pointer;display:flex}.yoast-select__indicator-separator{display:none}.yoast-select-container{background-color:#fff;border:var(--yoast-border-default);border-radius:0;box-shadow:inset 0 2px 4px #0000001a;display:block;min-height:2.85em;padding:0;position:relative;width:100%}.yoast-select-container .yoast-select__control--is-focused{box-shadow:var(--yoast-color-focus);outline:none}.yoast-select-container .yoast-select__indicator>svg{color:#212121}.yoast-select-container .yoast-select__menu{margin:0;z-index:2}.yoast-select-container .yoast-select__multi-value__label{align-items:center;box-sizing:border-box;color:inherit;display:flex;font-size:14px;padding:0}.yoast-select-container .yoast-select__multi-value{background-color:var(--yoast-color-primary);border:0;border-radius:12px;color:var(--yoast-color-white);display:flex;flex-direction:row-reverse;font-weight:500;line-height:1.5;margin-bottom:3px;margin-left:8px;margin-top:3px;padding:1px 10px 2px}.yoast-select-container .yoast-select__menu-list{padding:0}.yoast-select-container .yoast-select__multi-value__remove{align-items:center;border-radius:2px;box-sizing:border-box;display:flex;padding:2px 0 0;-webkit-box-align:center;margin-left:6px}.yoast-select-container .yoast-select__multi-value__remove:hover{background-color:inherit;color:var(--yoast-color-white);cursor:pointer}.yoast-select-container .yoast-select__control{background-color:initial;border:none;border-radius:0}.yoast-select-container .yoast-select__option{box-sizing:border-box;color:inherit;cursor:default;display:block;padding:8px 12px;-webkit-user-select:none;user-select:none;width:100%}.yoast-select-container .yoast-select__option--is-focused{background-color:var(--yoast-color-primary-lighter);color:var(--yoast-color-font-default)}.yoast-select-container .yoast-select__option.yoast-select__option--is-selected{background-color:var(--yoast-color-primary);color:var(--yoast-color-white)}.yoast-select-container input[type=text]:focus{box-shadow:none}.yoast-field-group select,.yoast-field-group__select select{-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url('data:image/svg+xml;charset=utf-8, ');background-position:left 15px center;background-repeat:no-repeat;background-size:13px auto;border:var(--yoast-border-default);border-radius:0;box-shadow:inset 0 2px 4px #0000001a;display:block;font-size:var(--yoast-font-size-default);max-width:300px;min-height:2.85em;padding:5px 8px;position:relative;width:100%}.yoast-field-group .yoast-select__value-container{padding:0 8px!important}.yoast-field-group select:focus,.yoast-field-group__select select:focus{box-shadow:var(--yoast-color-focus);outline:none}.yoast-field-group select,.yoast-field-group__select select{line-height:1.9;padding-left:40px}.yoast-field-group select.yoast-select--inline{display:inline-block}.yoast-field-group--inline{display:inline-block;margin-left:8px;max-width:300px;width:100%}.yoast-star-rating{display:inline-block;height:12px;width:65px}.yoast-star-rating span{background-repeat:repeat-x;background-size:13px 12px;height:100%;width:100%}.yoast-star-rating__placeholder{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAmCAQAAAAYCMGrAAAA+klEQVR4AcWV4cbtMBBFF0MIVUopoVSrhDDv/3gf/RFRpzdNOty1HiBO99mzeYWgCMZMKCPGrCgrxiSUhCkDeukxJKCXAUMiehkxw6FZhxEzmp0x4kCzByYISqlYdal0supS6WrVpdLEK0YSamJiJOPY0c/uOG4s6CcXfuKJaJcRzyNCQJsNiF1sRTR1hP11NNJ8RCrONOPRf+r7J+TZgQ5CNfMOYvW/2YxDqzqA/57+gVY9eiakrnyZEGXDsaE3p/4JScwPX3rtnZATDxnPWT7X16XAHaH8HWNrlxJD9TyGti5tCM84zpZe+RxNjeX9tZqLaGoMxN/P/wHP5Vw+8ZxnEQAAAABJRU5ErkJggg==);display:inline-block;overflow:hidden;position:relative}.yoast-star-rating__fill{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAmBAMAAABALxQTAAAAFVBMVEVMaXH4twP4twP4twP4twP4twP4twP7w8S/AAAAB3RSTlMAFv5uPpvQloUsTQAAAMFJREFUeAGE0TEOgzAMQFEXoDNiYC6/wFxxAsTADDkB5f6HqNRENXUi8TYiRfnY8lNXkjBOkuBWSeAhsYJOYiW9xO4MEqshkTbCSyIH7GLdgFasHHgmwkikZQD6OROZRG4Hxju8o/TNhbNhCqkOxaZDVKdxNnq/EjUS/A2o0PuXpyVeb9bjDWY9QSWXDQfBbtbjtWY9bM4sqfx+5yYt8wNcAFEzrGGkk5668KsFrKewPtQ3aFqh8WOnYZ+lIBQkgykAWk8rlAqcHfQAAAAASUVORK5CYII=);display:block}.yoast-table{border:var(--yoast-border-default);border-bottom:0;border-spacing:0;color:var(--yoast-color-default);font-size:var(--yoast-font-size-default);line-height:1.2;width:100%}.yoast-table tbody tr:nth-child(odd){background-color:#f9f9f9}.yoast-table th{color:var(--yoast-color-dark);font-weight:var(--yoast-font-weight-bold);text-align:right;white-space:nowrap}.yoast-table td,.yoast-table th{border-bottom:var(--yoast-border-default);padding:18px 12px}.yoast-table td:first-child,.yoast-table th:first-child{padding-right:16px}.yoast-table td:last-child,.yoast-table th:last-child{padding-left:16px}td.yoast-table__button,td.yoast-table__image{padding:10px 18px 9px}.yoast-table.yoast-table--nobreak td,td.yoast-table--nobreak,tr.yoast-table--nobreak td{white-space:nowrap}th.yoast-table--primary{width:100%}td.yoast-table--nopadding{padding:0 12px}.yoast-badge{border-radius:8px;display:inline-block;font-size:10px;font-weight:600;line-height:1.6;min-height:16px;padding:0 8px}.yoast-badge__in-label{margin-right:8px;vertical-align:text-top}.yoast-new-badge{background-color:#cce5ff;color:#004973}.yoast-premium-badge{background-color:#fff3cd;color:#674e00}.yoast-beta-badge{background-color:#cce5ff;color:#004973;margin:0 0 0 2px}.yoast-feature{margin-left:150px;max-width:600px}.yoast-toggle__item{border-bottom:1px solid var(--yoast-color-border);display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:16px}.yoast-toggle__item-disabled{position:relative}.yoast-toggle__item-disabled .yoast-button.yoast-button--buy{right:100%;margin-right:32px;position:absolute;white-space:nowrap}.yoast-toggle__item-disabled .yoast-toggle,.yoast-toggle__item-disabled .yoast-toggle__item-title{opacity:.5}.yoast-toggle__item-title{align-items:center;display:flex;font-weight:700}input[type=checkbox].yoast-toggle__checkbox{-webkit-appearance:none;-moz-appearance:none;background-color:initial;border:0;box-shadow:none;height:23px;margin-right:8px;overflow:hidden;position:absolute;width:34px;z-index:1}input[type=checkbox].yoast-toggle__checkbox:checked:before{content:none}.yoast-toggle__switch{background-color:var(--yoast-color-inactive-grey);border-radius:8px;display:inline-block;height:14px;margin-right:8px;margin-left:8px;position:relative;width:34px}.yoast-toggle__checkbox:focus~.yoast-toggle__switch:before{box-shadow:var(--yoast-color-focus)}.yoast-toggle__switch:before{background-color:var(--yoast-color-inactive-grey-light);border:.5px solid #0000001a;border-radius:50%;box-shadow:0 1px 2px 0 #0006;box-sizing:border-box;content:"";height:20px;right:0;position:absolute;top:-3px;width:20px}.yoast-toggle,.yoast-toggle--inverse{align-items:center;display:grid;grid-template:1fr/repeat(3,auto);position:relative}.yoast-toggle--inverse>*,.yoast-toggle>*{grid-row:1}.yoast-toggle--inactive,.yoast-toggle--inverse .yoast-toggle--active{grid-column:1}.yoast-toggle__checkbox,.yoast-toggle__switch{grid-column:2}.yoast-toggle--active,.yoast-toggle--inverse .yoast-toggle--inactive{grid-column:3}.yoast-toggle .yoast-toggle__checkbox:checked~.yoast-toggle__switch,.yoast-toggle--inverse .yoast-toggle__checkbox:not(:checked)~.yoast-toggle__switch{background-color:var(--yoast-color-active-light)}.yoast-toggle .yoast-toggle__checkbox:checked~.yoast-toggle__switch:before,.yoast-toggle--inverse .yoast-toggle__checkbox:not(:checked)~.yoast-toggle__switch:before{background-color:var(--yoast-color-active);right:auto;left:0}.yoast-toggle--inverse .yoast-toggle__checkbox:checked~.yoast-toggle__switch:before{right:0;left:auto}.yoast-toggle .yoast-toggle__checkbox~.yoast-toggle--inactive,.yoast-toggle--inverse .yoast-toggle__checkbox~.yoast-toggle--inactive{color:var(--yoast-color-default-darker)}.yoast-toggle .yoast-toggle__checkbox:checked~.yoast-toggle--inactive,.yoast-toggle .yoast-toggle__checkbox~.yoast-toggle--active,.yoast-toggle--inverse .yoast-toggle__checkbox:checked~.yoast-toggle--inactive,.yoast-toggle--inverse .yoast-toggle__checkbox~.yoast-toggle--active{color:var(--yoast-color-inactive-text)}.yoast-toggle .yoast-toggle__checkbox:checked~.yoast-toggle--active,.yoast-toggle--inverse .yoast-toggle__checkbox:checked~.yoast-toggle--active{color:var(--yoast-color-default-darker)}@media(max-width:400px){.yoast-feature{margin-left:0}.yoast-toggle__item-disabled{flex-wrap:wrap}.yoast-toggle__item-disabled .yoast-button.yoast-button--buy{margin-right:0;margin-top:8px;position:static}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/monorepo-2640.css b/wp-content/plugins/wordpress-seo/css/dist/monorepo-2640.css
new file mode 100755
index 00000000..8369d4ab
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/monorepo-2640.css
@@ -0,0 +1 @@
+:root{--yoast-border-default:1px solid #0003;--yoast-color-default:#404040;--yoast-color-default-darker:#303030;--yoast-color-primary:#a4286a;--yoast-color-secondary:#f7f7f7;--yoast-color-white:#fff;--yoast-color-green:#6ea029;--yoast-color-primary-darker:#7b1e50;--yoast-color-primary-lighter:#f5d6e6;--yoast-color-secondary-darker:#d9d9d9;--yoast-color-button-upsell:#fec228;--yoast-color-button-upsell-hover:#f2ae01;--yoast-color-dark:#303030;--yoast-color-sale:#fec228;--yoast-color-sale-darker:#feb601;--yoast-color-border:#0003;--yoast-color-label:#303030;--yoast-color-label-help:#707070;--yoast-color-active:#6ea029;--yoast-color-inactive:#dc3232;--yoast-color-inactive-text:#707070;--yoast-color-inactive-grey:#9e9e9e;--yoast-color-inactive-grey-light:#f1f1f1;--yoast-color-active-light:#b6cf94;--yoast-transition-default:all 150ms ease-out;--yoast-color-link:#006dac;--yoast-color-border--default:#0003;--yoast-color-focus:0 0 0 2px #007fff,0 0 0 5px #bfdfff;--yoast-svg-icon-chevron-down:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-chevron-up:url('data:image/svg+xml;charset=utf-8, ');--yoast-checkmark--white:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 512 512'%3E%3Cpath d='m173.898 439.404-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001'/%3E%3C/svg%3E");--yoast-svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23m-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23m640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896'/%3E%3C/svg%3E");--yoast-svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 1792 1792'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-caret-right:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142'/%3E%3C/svg%3E");--yoast-svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960M944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34m848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69'/%3E%3C/svg%3E");--yoast-svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136m0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5M384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5m0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5'/%3E%3C/svg%3E");--yoast-svg-icon-key:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-edit:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-noindex:url('data:image/svg+xml;charset=utf-8, ');--yoast-checkmark--green:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236EA029' viewBox='0 0 512 512'%3E%3Cpath d='m173.898 439.404-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001'/%3E%3C/svg%3E");--yoast-exclamation-mark:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23DC3232' viewBox='0 0 512 512'%3E%3Cpath d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248m-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46m-43.673-165.346 7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654'/%3E%3C/svg%3E");--yoast-svg-icon-schema:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24m181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24m32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24m-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24m-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24M0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24m386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24m0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24M181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24'/%3E%3C/svg%3E");--yoast-svg-icon-schema-active:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' aria-hidden='true'%3E%3Cpath fill='D4444' d='M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24m181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24m32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24m-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24m-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24M0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24m386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24m0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24M181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24'/%3E%3C/svg%3E");--yoast-svg-icon-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23707070' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m4 16 4.586-4.586a2 2 0 0 1 2.828 0L16 16m-2-2 1.586-1.586a2 2 0 0 1 2.828 0L20 14m-6-6h.01M6 20h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2'/%3E%3C/svg%3E");--yoast-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--yoast-font-size-default:14px;--yoast-font-weight-default:400;--yoast-font-weight-bold:600;--yoast-color-font-default:#404040;--yoast-shadow-default:0px 3px 6px #00000026}.yoast-h1,.yoast-h2,.yoast-h3{color:var(--yoast-color-primary);font-weight:400;line-height:1.2;margin:0}.yoast-h1 a,.yoast-h2 a,.yoast-h3 a{color:var(--yoast-color-primary);text-decoration:none}.yoast-h1{font-size:24px}.yoast-h2{font-size:20px}.yoast-h3{font-size:16px}.yoast-paragraph{font-size:var(--yoast-font-size-default);margin-top:0}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);margin:-1px;padding:0;word-wrap:normal!important}.screen-reader-text,.visually-hidden{height:1px;overflow:hidden;position:absolute;width:1px}.visually-hidden{clip:rect(1px,1px,1px,1px);white-space:nowrap;word-wrap:normal}@media (max-width:782px){.yoast-show-on-mobile{display:initial!important}}@media (min-width:782px){.yoast-hide-on-desktop{display:none}}.yoast-field-group__title-separator{display:flex;flex-wrap:wrap}.yoast-field-group__title-separator label{align-items:center;border:var(--yoast-border-default);box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:42px;justify-content:center;margin:0 6px 6px 0;width:42px}.yoast-field-group__title-separator input[type=radio]:checked+label{border:3px solid var(--yoast-color-primary)}.yoast .yoast-button{align-items:center;border:1px solid #0003;border-radius:4px;box-shadow:inset 0 -2px 0 #0000001a;cursor:pointer;display:inline-flex;font-size:14px;justify-content:center;line-height:1.2;padding:10px 12px 12px;position:relative;text-decoration:none;transition:background-color .15s ease-out 0s}.yoast .yoast-button:focus,.yoast-close:focus,.yoast-hide:focus,.yoast-remove:focus{box-shadow:var(--yoast-color-focus);outline:none}.yoast .yoast-button::-moz-focus-inner,.yoast-close::-moz-focus-inner,.yoast-hide::-moz-focus-inner,.yoast-remove::-moz-focus-inner{border:0}.yoast .yoast-button:not(:disabled):active{box-shadow:none;top:2px}.yoast .yoast-button:disabled{cursor:default;opacity:.5}.yoast .yoast-button--primary{background-color:var(--yoast-color-primary)}.yoast .yoast-button--primary,.yoast .yoast-button--primary:visited{border:1px solid #0003;color:var(--yoast-color-white)}.yoast .yoast-button--primary:active,.yoast .yoast-button--primary:not(:disabled):hover{background-color:var(--yoast-color-primary-darker);border:1px solid #0003;color:var(--yoast-color-white)}.yoast .yoast-button--primary:focus{background-color:var(--yoast-color-primary);color:var(--yoast-color-white)}.yoast .yoast-button--secondary{background-color:var(--yoast-color-secondary);box-shadow:inset 0 -2px 0 #0000001a;color:var(--yoast-color-dark)}.yoast .yoast-button--secondary:visited{color:var(--yoast-color-dark)}.yoast .yoast-button--secondary:active,.yoast .yoast-button--secondary:not(:disabled):hover{background-color:var(--yoast-color-secondary-darker);border:1px solid #0003;color:var(--yoast-color-dark)}.yoast .yoast-button--buy{background-color:var(--yoast-color-sale)}.yoast .yoast-button--buy,.yoast .yoast-button--buy:visited{color:var(--yoast-color-dark)}.yoast .yoast-button--buy:active,.yoast .yoast-button--buy:not(:disabled):hover{background-color:var(--yoast-color-sale-darker);color:var(--yoast-color-dark)}.yoast .yoast-button--buy__caret{height:16px;margin:0 -2px 0 6px;mask-image:var(--yoast-svg-icon-caret-right);width:6px}.yoast .yoast-button--buy__caret,.yoast .yoast-button--edit{background-color:currentColor;display:inline-block;flex-shrink:0}.yoast .yoast-button--edit{height:18px;margin-right:8px;mask-image:var(--yoast-svg-icon-edit);width:20.25px}html[dir=rtl] .yoast .yoast-button--edit{margin-left:8px;margin-right:0}html[dir=rtl] .yoast .yoast-button--buy{flex-direction:row-reverse}.yoast .yoast-button--small{font-size:13px;padding:5px 8px 8px}.yoast .yoast-button--small .yoast-button--buy__caret{height:10px;width:4px}.yoast-hide,.yoast-remove{background-color:initial;border:none;color:#dc3232;cursor:pointer;font-size:14px;padding:0;text-decoration:underline}.yoast-hide{color:var(--yoast-color-link)}.yoast-field-group__upload .yoast-button{margin-right:24px}.yoast-close{align-items:center;background:none;border:none;box-shadow:none;cursor:pointer;display:flex;height:44px;justify-content:center;padding:0;width:44px}.yoast-close svg{fill:var(--yoast-color-default);width:14px}@media screen and (max-width:782px){.yoast-close svg{width:10px}}.yoast-field-group__checkbox{align-items:center;display:flex}.yoast-field-group__checkbox:not(.yoast-field-group__checkbox--horizontal)+.yoast-field-group__checkbox{margin-top:4px}.yoast-field-group__checkbox label{cursor:pointer}.yoast-field-group__checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;border:var(--yoast-border-default);border-radius:2px;box-shadow:inset 0 2px 4px #0000001a;cursor:pointer;height:18px;margin:2px 8px 0 0;overflow:hidden;padding:2px;position:relative;transition:background-color .15s ease-out 0s;width:18px}.yoast-field-group__checkbox input[type=checkbox]:checked:focus,.yoast-field-group__checkbox input[type=checkbox]:focus{box-shadow:var(--yoast-color-focus);outline:none}.yoast label+input[type=checkbox]{margin-left:16px}.yoast-field-group__checkbox input[type=checkbox]:checked{background:var(--yoast-checkmark--white) var(--yoast-color-primary) no-repeat center /13px;border:1px solid var(--yoast-color-primary);box-shadow:none}.yoast-field-group__checkbox input[type=checkbox]:checked:before{content:""}.yoast-field-group{border:none;margin:0 0 24px;padding:0;position:relative}.yoast-field-group__title{align-items:center;color:var(--yoast-color-label);display:flex;font-size:var(--yoast-font-size-default);font-weight:var(--yoast-font-weight-bold);line-height:1.5;margin:0 0 8px;padding:0}.yoast-field-group__title.yoast-field-group__title--light{font-weight:var(--yoast-font-weight-default)}.yoast-field-group .field-group-description{margin:0 0 1em}.yoast-field-group__inline{align-items:center;display:flex}.yoast-field-group__inline .yoast-field-group__inputfield{margin-right:8px}.yoast-field-group__inline .yoast-button{flex-shrink:0}.yoast-field-group .components-form-token-field__label{display:none}@media screen and (max-width:782px){.yoast-field-group__inline{display:block}.yoast-field-group__inline .yoast-field-group__inputfield{margin-bottom:8px;margin-right:0}}.yoast-help{margin-left:4px}.yoast-help__icon svg{height:12px;width:12px;fill:var(--yoast-color-inactive-text);transition:var(--yoast-transition-default)}.yoast-help:focus svg,.yoast-help:hover svg{fill:var(--yoast-color-link)}.yoast-data-model{list-style:none;padding:0}.yoast-data-model li{font-weight:var(--yoast-font-weight-bold);line-height:1.4;padding:0 8px;position:relative;z-index:2}.yoast-data-model span{float:right;font-weight:var(--yoast-font-weight-default)}.yoast-data-model li+li{margin-top:9px}.yoast-data-model li:after{background:#f5d6e6;content:"";height:20px;left:0;position:absolute;width:var(--yoast-width);z-index:-1}.yoast-image-select__preview{align-items:center;background-color:initial;border:1px solid #0003;display:flex;justify-content:center;max-height:200px;max-width:100%;min-height:165px;overflow:hidden;padding:0;width:300px}.yoast-image-select__preview--no-preview{background:var(--yoast-color-inactive-grey-light) var(--yoast-svg-icon-image) no-repeat center center /64px 64px}.yoast-image-select__preview.yoast-image-select__preview-has-warnings{margin-bottom:16px}.yoast-image-select__preview .yoast-image-select__preview--image{height:100%;max-width:100%;object-fit:contain}.yoast-image-select .yoast-field-group__inputfield{margin-bottom:1em}.yoast-image-select .yoast-button{margin-right:1.5em}.yoast-image-select{margin-bottom:1.7em;margin-top:1.7em}.yoast-image-select .yoast-image-select-buttons button{margin-top:1em}#organization-image-select .yoast-image-select{margin-top:0}:root{--yoast-color-placeholder:#707070}.yoast .yoast-field-group__inputfield,.yoast .yoast-field-group__textarea{background:var(--yoast-color-white);border:var(--yoast-border-default);border-radius:0;box-shadow:inset 0 2px 4px #0000001a;box-sizing:border-box;font-size:var(--yoast-font-size-default);padding:8px;width:100%}.yoast .yoast-field-group__inputfield:focus,.yoast .yoast-field-group__textarea:focus{box-shadow:var(--yoast-color-focus);outline:none}.yoast-field-group__upload .yoast-field-group__inputfield{margin-bottom:8px}.yoast-field-group__inputfield{height:40px}.yoast-field-group__textarea{min-height:200px}.yoast input+.description,.yoast-field-group .description+.yoast-field-group__inputfield,.yoast-field-group .description+input,.yoast-field-group__inputfield+.description{margin-bottom:24px;margin-top:8px}.yoast .yoast-field-group__inputfield:disabled,.yoast .yoast-field-group__inputfield:read-only,.yoast .yoast-field-group__inputfield[aria-disabled=true]{background:var(--yoast-color-inactive-grey-light)}.yoast .duration-inputs__wrapper{display:flex;flex-direction:row}.yoast .duration-inputs__input-wrapper{display:flex;flex-direction:column}.yoast .duration-inputs__input{margin:0 8px 0 0;width:4em}::placeholder{color:var(--yoast-color-placeholder);opacity:1}.yoast-insights-row:not(:last-of-type){border-bottom:1px solid #0000001a;margin-bottom:24px;padding-bottom:24px}.yoast-insights-row--columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px}@media(min-width:782px){.yoast-modal-content .yoast-insights-row{border-bottom:1px solid #0000001a;margin-bottom:24px;padding-bottom:24px}}.yoast-insights-card__content{display:flex}.yoast-insights-card__score{flex-shrink:0;font-size:16px;margin-right:2em}.yoast-insights-card__amount{display:block;font-size:3.5em;line-height:1}.yoast-field-group__radiobutton{align-items:center;display:flex}.yoast-field-group__radiobutton--vertical:not(:last-of-type){margin-bottom:8px}.yoast-field-group__radiobutton label{cursor:pointer;margin-right:16px}.yoast-field-group__radiobutton input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border:var(--yoast-border-default);border-radius:50%;box-shadow:inset 0 2px 4px #0000001a;cursor:pointer;height:18px;margin:0 8px 0 0;overflow:hidden;padding:2px;position:relative;transition:border-color .15s ease-out 0s;width:18px}.yoast-field-group__radiobutton input[type=radio]:checked:focus,.yoast-field-group__radiobutton input[type=radio]:focus{box-shadow:var(--yoast-color-focus);outline:none}.yoast-field-group__radiobutton input[type=radio]:checked{background-color:inherit;border-color:var(--yoast-color-primary)}.yoast-field-group__radiobutton input[type=radio]:checked:before{content:none}.yoast-field-group__radiobutton input[type=radio]:after{background-color:initial;border-radius:50%;content:"";display:block;height:10px;left:3px;position:absolute;top:3px;transition:background-color .15s ease-out 0s;width:10px}.yoast-field-group__radiobutton input[type=radio]:checked:after{background-color:var(--yoast-color-primary)}.yoast-field-group__select{align-items:center;cursor:pointer;display:flex}.yoast-select__indicator-separator{display:none}.yoast-select-container{background-color:#fff;border:var(--yoast-border-default);border-radius:0;box-shadow:inset 0 2px 4px #0000001a;display:block;min-height:2.85em;padding:0;position:relative;width:100%}.yoast-select-container .yoast-select__control--is-focused{box-shadow:var(--yoast-color-focus);outline:none}.yoast-select-container .yoast-select__indicator>svg{color:#212121}.yoast-select-container .yoast-select__menu{margin:0;z-index:2}.yoast-select-container .yoast-select__multi-value__label{align-items:center;box-sizing:border-box;color:inherit;display:flex;font-size:14px;padding:0}.yoast-select-container .yoast-select__multi-value{background-color:var(--yoast-color-primary);border:0;border-radius:12px;color:var(--yoast-color-white);display:flex;flex-direction:row-reverse;font-weight:500;line-height:1.5;margin-bottom:3px;margin-right:8px;margin-top:3px;padding:1px 10px 2px}.yoast-select-container .yoast-select__menu-list{padding:0}.yoast-select-container .yoast-select__multi-value__remove{align-items:center;border-radius:2px;box-sizing:border-box;display:flex;padding:2px 0 0;-webkit-box-align:center;margin-right:6px}.yoast-select-container .yoast-select__multi-value__remove:hover{background-color:inherit;color:var(--yoast-color-white);cursor:pointer}.yoast-select-container .yoast-select__control{background-color:initial;border:none;border-radius:0}.yoast-select-container .yoast-select__option{box-sizing:border-box;color:inherit;cursor:default;display:block;padding:8px 12px;-webkit-user-select:none;user-select:none;width:100%}.yoast-select-container .yoast-select__option--is-focused{background-color:var(--yoast-color-primary-lighter);color:var(--yoast-color-font-default)}.yoast-select-container .yoast-select__option.yoast-select__option--is-selected{background-color:var(--yoast-color-primary);color:var(--yoast-color-white)}.yoast-select-container input[type=text]:focus{box-shadow:none}.yoast-field-group select,.yoast-field-group__select select{-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url('data:image/svg+xml;charset=utf-8, ');background-position:right 15px center;background-repeat:no-repeat;background-size:13px auto;border:var(--yoast-border-default);border-radius:0;box-shadow:inset 0 2px 4px #0000001a;display:block;font-size:var(--yoast-font-size-default);max-width:300px;min-height:2.85em;padding:5px 8px;position:relative;width:100%}.yoast-field-group .yoast-select__value-container{padding:0 8px!important}.yoast-field-group select:focus,.yoast-field-group__select select:focus{box-shadow:var(--yoast-color-focus);outline:none}.yoast-field-group select,.yoast-field-group__select select{line-height:1.9;padding-right:40px}.yoast-field-group select.yoast-select--inline{display:inline-block}.yoast-field-group--inline{display:inline-block;margin-right:8px;max-width:300px;width:100%}.yoast-star-rating{display:inline-block;height:12px;width:65px}.yoast-star-rating span{background-repeat:repeat-x;background-size:13px 12px;height:100%;width:100%}.yoast-star-rating__placeholder{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAmCAQAAAAYCMGrAAAA+klEQVR4AcWV4cbtMBBFF0MIVUopoVSrhDDv/3gf/RFRpzdNOty1HiBO99mzeYWgCMZMKCPGrCgrxiSUhCkDeukxJKCXAUMiehkxw6FZhxEzmp0x4kCzByYISqlYdal0supS6WrVpdLEK0YSamJiJOPY0c/uOG4s6CcXfuKJaJcRzyNCQJsNiF1sRTR1hP11NNJ8RCrONOPRf+r7J+TZgQ5CNfMOYvW/2YxDqzqA/57+gVY9eiakrnyZEGXDsaE3p/4JScwPX3rtnZATDxnPWT7X16XAHaH8HWNrlxJD9TyGti5tCM84zpZe+RxNjeX9tZqLaGoMxN/P/wHP5Vw+8ZxnEQAAAABJRU5ErkJggg==);display:inline-block;overflow:hidden;position:relative}.yoast-star-rating__fill{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAmBAMAAABALxQTAAAAFVBMVEVMaXH4twP4twP4twP4twP4twP4twP7w8S/AAAAB3RSTlMAFv5uPpvQloUsTQAAAMFJREFUeAGE0TEOgzAMQFEXoDNiYC6/wFxxAsTADDkB5f6HqNRENXUi8TYiRfnY8lNXkjBOkuBWSeAhsYJOYiW9xO4MEqshkTbCSyIH7GLdgFasHHgmwkikZQD6OROZRG4Hxju8o/TNhbNhCqkOxaZDVKdxNnq/EjUS/A2o0PuXpyVeb9bjDWY9QSWXDQfBbtbjtWY9bM4sqfx+5yYt8wNcAFEzrGGkk5668KsFrKewPtQ3aFqh8WOnYZ+lIBQkgykAWk8rlAqcHfQAAAAASUVORK5CYII=);display:block}.yoast-table{border:var(--yoast-border-default);border-bottom:0;border-spacing:0;color:var(--yoast-color-default);font-size:var(--yoast-font-size-default);line-height:1.2;width:100%}.yoast-table tbody tr:nth-child(odd){background-color:#f9f9f9}.yoast-table th{color:var(--yoast-color-dark);font-weight:var(--yoast-font-weight-bold);text-align:left;white-space:nowrap}.yoast-table td,.yoast-table th{border-bottom:var(--yoast-border-default);padding:18px 12px}.yoast-table td:first-child,.yoast-table th:first-child{padding-left:16px}.yoast-table td:last-child,.yoast-table th:last-child{padding-right:16px}td.yoast-table__button,td.yoast-table__image{padding:10px 18px 9px}.yoast-table.yoast-table--nobreak td,td.yoast-table--nobreak,tr.yoast-table--nobreak td{white-space:nowrap}th.yoast-table--primary{width:100%}td.yoast-table--nopadding{padding:0 12px}.yoast-badge{border-radius:8px;display:inline-block;font-size:10px;font-weight:600;line-height:1.6;min-height:16px;padding:0 8px}.yoast-badge__in-label{margin-left:8px;vertical-align:text-top}.yoast-new-badge{background-color:#cce5ff;color:#004973}.yoast-premium-badge{background-color:#fff3cd;color:#674e00}.yoast-beta-badge{background-color:#cce5ff;color:#004973;margin:0 2px 0 0}.yoast-feature{margin-right:150px;max-width:600px}.yoast-toggle__item{border-bottom:1px solid var(--yoast-color-border);display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:16px}.yoast-toggle__item-disabled{position:relative}.yoast-toggle__item-disabled .yoast-button.yoast-button--buy{left:100%;margin-left:32px;position:absolute;white-space:nowrap}.yoast-toggle__item-disabled .yoast-toggle,.yoast-toggle__item-disabled .yoast-toggle__item-title{opacity:.5}.yoast-toggle__item-title{align-items:center;display:flex;font-weight:700}input[type=checkbox].yoast-toggle__checkbox{-webkit-appearance:none;-moz-appearance:none;background-color:initial;border:0;box-shadow:none;height:23px;margin-left:8px;overflow:hidden;position:absolute;width:34px;z-index:1}input[type=checkbox].yoast-toggle__checkbox:checked:before{content:none}.yoast-toggle__switch{background-color:var(--yoast-color-inactive-grey);border-radius:8px;display:inline-block;height:14px;margin-left:8px;margin-right:8px;position:relative;width:34px}.yoast-toggle__checkbox:focus~.yoast-toggle__switch:before{box-shadow:var(--yoast-color-focus)}.yoast-toggle__switch:before{background-color:var(--yoast-color-inactive-grey-light);border:.5px solid #0000001a;border-radius:50%;box-shadow:0 1px 2px 0 #0006;box-sizing:border-box;content:"";height:20px;left:0;position:absolute;top:-3px;width:20px}.yoast-toggle,.yoast-toggle--inverse{align-items:center;display:grid;grid-template:1fr/repeat(3,auto);position:relative}.yoast-toggle--inverse>*,.yoast-toggle>*{grid-row:1}.yoast-toggle--inactive,.yoast-toggle--inverse .yoast-toggle--active{grid-column:1}.yoast-toggle__checkbox,.yoast-toggle__switch{grid-column:2}.yoast-toggle--active,.yoast-toggle--inverse .yoast-toggle--inactive{grid-column:3}.yoast-toggle .yoast-toggle__checkbox:checked~.yoast-toggle__switch,.yoast-toggle--inverse .yoast-toggle__checkbox:not(:checked)~.yoast-toggle__switch{background-color:var(--yoast-color-active-light)}.yoast-toggle .yoast-toggle__checkbox:checked~.yoast-toggle__switch:before,.yoast-toggle--inverse .yoast-toggle__checkbox:not(:checked)~.yoast-toggle__switch:before{background-color:var(--yoast-color-active);left:auto;right:0}.yoast-toggle--inverse .yoast-toggle__checkbox:checked~.yoast-toggle__switch:before{left:0;right:auto}.yoast-toggle .yoast-toggle__checkbox~.yoast-toggle--inactive,.yoast-toggle--inverse .yoast-toggle__checkbox~.yoast-toggle--inactive{color:var(--yoast-color-default-darker)}.yoast-toggle .yoast-toggle__checkbox:checked~.yoast-toggle--inactive,.yoast-toggle .yoast-toggle__checkbox~.yoast-toggle--active,.yoast-toggle--inverse .yoast-toggle__checkbox:checked~.yoast-toggle--inactive,.yoast-toggle--inverse .yoast-toggle__checkbox~.yoast-toggle--active{color:var(--yoast-color-inactive-text)}.yoast-toggle .yoast-toggle__checkbox:checked~.yoast-toggle--active,.yoast-toggle--inverse .yoast-toggle__checkbox:checked~.yoast-toggle--active{color:var(--yoast-color-default-darker)}@media(max-width:400px){.yoast-feature{margin-right:0}.yoast-toggle__item-disabled{flex-wrap:wrap}.yoast-toggle__item-disabled .yoast-button.yoast-button--buy{margin-left:0;margin-top:8px;position:static}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/new-settings-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/new-settings-2640-rtl.css
new file mode 100755
index 00000000..660f313d
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/new-settings-2640-rtl.css
@@ -0,0 +1 @@
+body.seo_page_wpseo_page_settings{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1));z-index:-1}body.seo_page_wpseo_page_settings #wpcontent{padding-right:0!important}body.seo_page_wpseo_page_settings #wpfooter{padding-left:1rem}@media (min-width:768px){body.seo_page_wpseo_page_settings #wpfooter{padding-right:17rem;padding-left:2rem}}@media screen and (max-width:782px){body.seo_page_wpseo_page_settings .wp-responsive-open #wpbody{left:-190px}}body.seo_page_wpseo_page_settings #modal-search .yst-modal__close{margin-top:-.25rem}@media (min-width:783px) and (max-width:962px){body.seo_page_wpseo_page_settings.sticky-menu .yst-root .yst-notifications--bottom-left{right:calc(160px + 2rem)}}@media (min-width:783px) and (max-width:963px){body.seo_page_wpseo_page_settings.sticky-menu.auto-fold .yst-root .yst-notifications--bottom-left,body.seo_page_wpseo_page_settings.sticky-menu.folded .yst-root .yst-notifications--bottom-left{right:calc(32px + 2rem)}}@media (min-width:962px){body.seo_page_wpseo_page_settings.sticky-menu.folded .yst-root .yst-notifications--bottom-left{right:calc(32px + 2rem)}}@media (max-width:783px){body.seo_page_wpseo_page_settings:not(.sticky-menu) .wp-responsive-open .yst-root .yst-notifications--bottom-left{right:calc(190px + 2rem)}}body.seo_page_wpseo_page_settings .yst-root .yst-notifications{max-height:calc(100% - 4rem - 32px)}@media (max-width:782px){body.seo_page_wpseo_page_settings .yst-root .yst-notifications{max-height:calc(100% - 4rem - 48px)}}body.seo_page_wpseo_page_settings .yst-root .yst-notifications--bottom-left{z-index:9991}@media (min-width:783px){body.seo_page_wpseo_page_settings .yst-root .yst-notifications--bottom-left{right:calc(160px + 2rem)}}@media (min-width:601px) and (max-width:768px){body.seo_page_wpseo_page_settings .yst-root .yst-mobile-navigation__top{top:46px}}@media (min-width:783px){body.seo_page_wpseo_page_settings .yst-root .yst-mobile-navigation__top{display:none}}body.seo_page_wpseo_page_settings .yst-root .yst-mobile-navigation__dialog{z-index:99999}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar{position:relative}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar .emoji-select-popover{right:0;left:auto;z-index:20}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar--disabled .emoji-select-button,body.seo_page_wpseo_page_settings .yst-root .yst-replacevar--disabled .yst-replacevar__editor,body.seo_page_wpseo_page_settings .yst-root .yst-replacevar--disabled .yst-replacevar__label{opacity:.5}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar--disabled .emoji-select-button,body.seo_page_wpseo_page_settings .yst-root .yst-replacevar--disabled .yst-replacevar__button-insert,body.seo_page_wpseo_page_settings .yst-root .yst-replacevar--disabled .yst-replacevar__editor,body.seo_page_wpseo_page_settings .yst-root .yst-replacevar--disabled .yst-replacevar__label{cursor:not-allowed}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar--disabled .emoji-select-button{pointer-events:none}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__label{display:flex;font-size:.8125rem;font-weight:500;margin-bottom:.5rem;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__buttons{display:inline-flex;gap:.375rem}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__button-insert{align-items:center;border-radius:.375rem;border-width:1px;cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:500;line-height:1rem;margin-bottom:.5rem;padding:.5rem .75rem;-webkit-text-decoration-line:none;text-decoration-line:none;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__button-insert:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1));--tw-ring-offset-width:2px}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__button-insert:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__button-insert{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__button-insert:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__editor{border-radius:.375rem;border-width:1px;width:100%;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));font-size:.8125rem;line-height:1.5rem;padding:.5rem .75rem;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__editor::placeholder{--tw-placeholder-opacity:1;color:rgb(100 116 139/var(--tw-placeholder-opacity,1))}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__editor{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__editor:focus-within{border-color:rgb(166 30 105/var(--tw-border-opacity,1));--tw-border-opacity:0;outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1))}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__editor [data-popper-reference-hidden]{border-radius:.375rem;width:14rem;z-index:20;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding-bottom:.25rem;padding-top:.25rem;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity,1));--tw-ring-opacity:0.05}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__editor [data-popper-reference-hidden]:focus{outline:2px solid #0000;outline-offset:2px}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__editor [data-popper-reference-hidden] div>div{cursor:pointer;display:block;font-size:.8125rem;padding:.5rem 1rem;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1));-webkit-text-decoration-line:none;text-decoration-line:none}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__editor [data-popper-reference-hidden] div>div:hover,body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__editor [data-popper-reference-hidden] div>div[aria-selected]{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar--description .yst-replacevar__editor{min-height:5rem}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__mention{border-radius:9999px;display:inline-block;margin-right:.125rem;margin-left:.125rem;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1));font-size:.75rem;font-weight:500;line-height:1.25;padding:.125rem .5rem;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}body.seo_page_wpseo_page_settings .yst-popover-backdrop-highlight-button button{z-index:99}body.seo_page_wpseo_page_settings.rtl .yst-root .yst-replacevar .emoji-select-popover{right:0;left:auto}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/new-settings-2640.css b/wp-content/plugins/wordpress-seo/css/dist/new-settings-2640.css
new file mode 100755
index 00000000..d4e516a8
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/new-settings-2640.css
@@ -0,0 +1 @@
+body.seo_page_wpseo_page_settings{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1));z-index:-1}body.seo_page_wpseo_page_settings #wpcontent{padding-left:0!important}body.seo_page_wpseo_page_settings #wpfooter{padding-right:1rem}@media (min-width:768px){body.seo_page_wpseo_page_settings #wpfooter{padding-left:17rem;padding-right:2rem}}@media screen and (max-width:782px){body.seo_page_wpseo_page_settings .wp-responsive-open #wpbody{right:-190px}}body.seo_page_wpseo_page_settings #modal-search .yst-modal__close{margin-top:-.25rem}@media (min-width:783px) and (max-width:962px){body.seo_page_wpseo_page_settings.sticky-menu .yst-root .yst-notifications--bottom-left{left:calc(160px + 2rem)}}@media (min-width:783px) and (max-width:963px){body.seo_page_wpseo_page_settings.sticky-menu.auto-fold .yst-root .yst-notifications--bottom-left,body.seo_page_wpseo_page_settings.sticky-menu.folded .yst-root .yst-notifications--bottom-left{left:calc(32px + 2rem)}}@media (min-width:962px){body.seo_page_wpseo_page_settings.sticky-menu.folded .yst-root .yst-notifications--bottom-left{left:calc(32px + 2rem)}}@media (max-width:783px){body.seo_page_wpseo_page_settings:not(.sticky-menu) .wp-responsive-open .yst-root .yst-notifications--bottom-left{left:calc(190px + 2rem)}}body.seo_page_wpseo_page_settings .yst-root .yst-notifications{max-height:calc(100% - 4rem - 32px)}@media (max-width:782px){body.seo_page_wpseo_page_settings .yst-root .yst-notifications{max-height:calc(100% - 4rem - 48px)}}body.seo_page_wpseo_page_settings .yst-root .yst-notifications--bottom-left{z-index:9991}@media (min-width:783px){body.seo_page_wpseo_page_settings .yst-root .yst-notifications--bottom-left{left:calc(160px + 2rem)}}@media (min-width:601px) and (max-width:768px){body.seo_page_wpseo_page_settings .yst-root .yst-mobile-navigation__top{top:46px}}@media (min-width:783px){body.seo_page_wpseo_page_settings .yst-root .yst-mobile-navigation__top{display:none}}body.seo_page_wpseo_page_settings .yst-root .yst-mobile-navigation__dialog{z-index:99999}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar{position:relative}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar .emoji-select-popover{left:0;right:auto;z-index:20}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar--disabled .emoji-select-button,body.seo_page_wpseo_page_settings .yst-root .yst-replacevar--disabled .yst-replacevar__editor,body.seo_page_wpseo_page_settings .yst-root .yst-replacevar--disabled .yst-replacevar__label{opacity:.5}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar--disabled .emoji-select-button,body.seo_page_wpseo_page_settings .yst-root .yst-replacevar--disabled .yst-replacevar__button-insert,body.seo_page_wpseo_page_settings .yst-root .yst-replacevar--disabled .yst-replacevar__editor,body.seo_page_wpseo_page_settings .yst-root .yst-replacevar--disabled .yst-replacevar__label{cursor:not-allowed}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar--disabled .emoji-select-button{pointer-events:none}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__label{display:flex;font-size:.8125rem;font-weight:500;margin-bottom:.5rem;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__buttons{display:inline-flex;gap:.375rem}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__button-insert{align-items:center;border-radius:.375rem;border-width:1px;cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:500;line-height:1rem;margin-bottom:.5rem;padding:.5rem .75rem;-webkit-text-decoration-line:none;text-decoration-line:none;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__button-insert:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1));--tw-ring-offset-width:2px}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__button-insert:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__button-insert{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__button-insert:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__editor{border-radius:.375rem;border-width:1px;width:100%;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));font-size:.8125rem;line-height:1.5rem;padding:.5rem .75rem;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__editor::placeholder{--tw-placeholder-opacity:1;color:rgb(100 116 139/var(--tw-placeholder-opacity,1))}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__editor{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__editor:focus-within{border-color:rgb(166 30 105/var(--tw-border-opacity,1));--tw-border-opacity:0;outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1))}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__editor [data-popper-reference-hidden]{border-radius:.375rem;width:14rem;z-index:20;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding-bottom:.25rem;padding-top:.25rem;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity,1));--tw-ring-opacity:0.05}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__editor [data-popper-reference-hidden]:focus{outline:2px solid #0000;outline-offset:2px}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__editor [data-popper-reference-hidden] div>div{cursor:pointer;display:block;font-size:.8125rem;padding:.5rem 1rem;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1));-webkit-text-decoration-line:none;text-decoration-line:none}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__editor [data-popper-reference-hidden] div>div:hover,body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__editor [data-popper-reference-hidden] div>div[aria-selected]{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar--description .yst-replacevar__editor{min-height:5rem}body.seo_page_wpseo_page_settings .yst-root .yst-replacevar__mention{border-radius:9999px;display:inline-block;margin-left:.125rem;margin-right:.125rem;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1));font-size:.75rem;font-weight:500;line-height:1.25;padding:.125rem .5rem;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}body.seo_page_wpseo_page_settings .yst-popover-backdrop-highlight-button button{z-index:99}body.seo_page_wpseo_page_settings.rtl .yst-root .yst-replacevar .emoji-select-popover{left:0;right:auto}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/notifications-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/notifications-2640-rtl.css
new file mode 100755
index 00000000..dad9f1ba
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/notifications-2640-rtl.css
@@ -0,0 +1 @@
+:root{--yoast-svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23m-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23m640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896'/%3E%3C/svg%3E");--yoast-svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 1792 1792'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662'/%3E%3C/svg%3E");--yoast-svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142'/%3E%3C/svg%3E");--yoast-svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960M944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34m848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69'/%3E%3C/svg%3E");--yoast-svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136m0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5M384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5m0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5'/%3E%3C/svg%3E");--yoast-svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136m851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41'/%3E%3C/svg%3E");--yoast-svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='m491 1536 91-91-235-235-91 91v107h128v128zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17m-54-192 416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91'/%3E%3C/svg%3E");--yoast-svg-icon-lock:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-insight-sparkle:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-cart:url('data:image/svg+xml;charset=utf-8, ')}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);border:0;clip-path:inset(50%);height:1px;overflow:hidden;padding:0;width:1px;word-wrap:normal!important}.yoast-notification{background:#fff;border-right:4px solid #fff;box-shadow:0 1px 2px #0003;padding:0 12px}.yoast-container{background-color:#fdfdfd;border:1px solid #e5e5e5;box-shadow:0 1px 1px #0000000a;margin:20px 0 1px;max-width:1280px;padding:20px 20px 0;position:relative}.yoast-notifications>h2:first-child{font-size:23px;font-weight:400;line-height:29px;margin:0;padding:9px 0 4px}.yoast-notifications .yoast-container h3{background-color:#fdfdfd;border-bottom:1px solid #ccc;font-size:1.4em;margin:-20px -20px 0;padding:1em}.yoast-container .container{max-width:980px}.yoast-container .yoast-notification-holder{display:flex;position:relative}.dismiss .dashicons,.restore .dashicons{font-size:20px;height:20px;width:20px}.yoast-bottom-spacing{margin-bottom:20px}.yoast-notifications .button.dismiss,.yoast-notifications .button.restore{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;height:100%;line-height:inherit;outline:none;padding:0;position:absolute;left:0;width:52px}.yoast-notifications .button.dismiss:focus,.yoast-notifications .button.dismiss:hover,.yoast-notifications .button.restore:focus,.yoast-notifications .button.restore:hover{background:#0000}.yoast-notifications .button.dismiss:focus:before,.yoast-notifications .button.restore:focus:before{border-radius:50%;box-shadow:0 0 0 1px #007cba;content:"";display:block;height:32px;right:50%;outline:2px solid #0000;position:absolute;top:50%;transform:translate(50%,-50%);width:32px}.yoast-container .separator{border-top:1px solid #ddd;margin-bottom:1em;margin-top:1em}.yoast-container .dashicons-yes{color:#77b227}.yoast-container-disabled{background-color:#e8e8e8b3;border-radius:4px;bottom:0;display:table-cell;right:0;position:absolute;left:0;top:0}.yoast-no-issues{color:#666;padding:1em 16px 1em 1em}.yoast-muted-title{font-style:italic;font-weight:600;overflow:hidden}.yoast-muted-title:after{border-top:1px solid #ddd;content:"";display:inline-block;height:.5em;margin-right:10px;margin-left:-100%;vertical-align:bottom;width:100%}.yoast-notifications-active .yoast-notification,.yoast-notifications-dismissed .yoast-notification{flex:1;padding-left:52px}.yoast-notifications-active .yoast-notification-holder{margin-bottom:20px}.yoast-notifications-dismissed.paper.tab-block{margin:20px 0}.yoast-notifications-dismissed.paper.tab-block .paper-container.toggleable-container{padding:0}.yoast-notifications-dismissed.paper.tab-block .paper-container.toggleable-container .yoast-notification-holder:nth-child(odd){background-color:#f7f7f7}.yoast-notifications-dismissed.paper.tab-block .paper-container.toggleable-container .yoast-notification-holder:nth-child(odd) .yoast-notification{background-color:initial}.yoast-notifications-dismissed .yoast-svg-icon-eye{background:#0000 var(--yoast-svg-icon-eye) no-repeat 100% 0;background-size:20px}#yoast-errors-header .dashicons{color:#dc3232}#yoast-errors-active .yoast-notification{border-right-color:#dc3232}#yoast-errors-dismissed .yoast-notification{border-right-color:#d93f69}#yoast-warnings-header .dashicons{color:#5d237a}#yoast-warnings-active .yoast-notification{border-right-color:#5d237a}#yoast-warnings-dismissed .yoast-notification{border-right-color:#0075b3}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/notifications-2640.css b/wp-content/plugins/wordpress-seo/css/dist/notifications-2640.css
new file mode 100755
index 00000000..ac27a13f
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/notifications-2640.css
@@ -0,0 +1 @@
+:root{--yoast-svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23m-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23m640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896'/%3E%3C/svg%3E");--yoast-svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 1792 1792'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662'/%3E%3C/svg%3E");--yoast-svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142'/%3E%3C/svg%3E");--yoast-svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960M944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34m848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69'/%3E%3C/svg%3E");--yoast-svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136m0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5M384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5m0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5'/%3E%3C/svg%3E");--yoast-svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136m851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41'/%3E%3C/svg%3E");--yoast-svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='m491 1536 91-91-235-235-91 91v107h128v128zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17m-54-192 416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91'/%3E%3C/svg%3E");--yoast-svg-icon-lock:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-insight-sparkle:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-cart:url('data:image/svg+xml;charset=utf-8, ')}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);border:0;clip-path:inset(50%);height:1px;overflow:hidden;padding:0;width:1px;word-wrap:normal!important}.yoast-notification{background:#fff;border-left:4px solid #fff;box-shadow:0 1px 2px #0003;padding:0 12px}.yoast-container{background-color:#fdfdfd;border:1px solid #e5e5e5;box-shadow:0 1px 1px #0000000a;margin:20px 0 1px;max-width:1280px;padding:20px 20px 0;position:relative}.yoast-notifications>h2:first-child{font-size:23px;font-weight:400;line-height:29px;margin:0;padding:9px 0 4px}.yoast-notifications .yoast-container h3{background-color:#fdfdfd;border-bottom:1px solid #ccc;font-size:1.4em;margin:-20px -20px 0;padding:1em}.yoast-container .container{max-width:980px}.yoast-container .yoast-notification-holder{display:flex;position:relative}.dismiss .dashicons,.restore .dashicons{font-size:20px;height:20px;width:20px}.yoast-bottom-spacing{margin-bottom:20px}.yoast-notifications .button.dismiss,.yoast-notifications .button.restore{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;height:100%;line-height:inherit;outline:none;padding:0;position:absolute;right:0;width:52px}.yoast-notifications .button.dismiss:focus,.yoast-notifications .button.dismiss:hover,.yoast-notifications .button.restore:focus,.yoast-notifications .button.restore:hover{background:#0000}.yoast-notifications .button.dismiss:focus:before,.yoast-notifications .button.restore:focus:before{border-radius:50%;box-shadow:0 0 0 1px #007cba;content:"";display:block;height:32px;left:50%;outline:2px solid #0000;position:absolute;top:50%;transform:translate(-50%,-50%);width:32px}.yoast-container .separator{border-top:1px solid #ddd;margin-bottom:1em;margin-top:1em}.yoast-container .dashicons-yes{color:#77b227}.yoast-container-disabled{background-color:#e8e8e8b3;border-radius:4px;bottom:0;display:table-cell;left:0;position:absolute;right:0;top:0}.yoast-no-issues{color:#666;padding:1em 1em 1em 16px}.yoast-muted-title{font-style:italic;font-weight:600;overflow:hidden}.yoast-muted-title:after{border-top:1px solid #ddd;content:"";display:inline-block;height:.5em;margin-left:10px;margin-right:-100%;vertical-align:bottom;width:100%}.yoast-notifications-active .yoast-notification,.yoast-notifications-dismissed .yoast-notification{flex:1;padding-right:52px}.yoast-notifications-active .yoast-notification-holder{margin-bottom:20px}.yoast-notifications-dismissed.paper.tab-block{margin:20px 0}.yoast-notifications-dismissed.paper.tab-block .paper-container.toggleable-container{padding:0}.yoast-notifications-dismissed.paper.tab-block .paper-container.toggleable-container .yoast-notification-holder:nth-child(odd){background-color:#f7f7f7}.yoast-notifications-dismissed.paper.tab-block .paper-container.toggleable-container .yoast-notification-holder:nth-child(odd) .yoast-notification{background-color:initial}.yoast-notifications-dismissed .yoast-svg-icon-eye{background:#0000 var(--yoast-svg-icon-eye) no-repeat 0 0;background-size:20px}#yoast-errors-header .dashicons{color:#dc3232}#yoast-errors-active .yoast-notification{border-left-color:#dc3232}#yoast-errors-dismissed .yoast-notification{border-left-color:#d93f69}#yoast-warnings-header .dashicons{color:#5d237a}#yoast-warnings-active .yoast-notification{border-left-color:#5d237a}#yoast-warnings-dismissed .yoast-notification{border-left-color:#0075b3}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/plans-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/plans-2640-rtl.css
new file mode 100755
index 00000000..f177c8d7
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/plans-2640-rtl.css
@@ -0,0 +1 @@
+.seo_page_wpseo_licenses,.yoast-seo_page_wpseo_licenses{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1));z-index:-1}.seo_page_wpseo_licenses #wpcontent,.yoast-seo_page_wpseo_licenses #wpcontent{padding-right:0!important}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/plans-2640.css b/wp-content/plugins/wordpress-seo/css/dist/plans-2640.css
new file mode 100755
index 00000000..101d9d76
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/plans-2640.css
@@ -0,0 +1 @@
+.seo_page_wpseo_licenses,.yoast-seo_page_wpseo_licenses{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1));z-index:-1}.seo_page_wpseo_licenses #wpcontent,.yoast-seo_page_wpseo_licenses #wpcontent{padding-left:0!important}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/redirects-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/redirects-2640-rtl.css
new file mode 100755
index 00000000..3c6e9279
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/redirects-2640-rtl.css
@@ -0,0 +1 @@
+:root{--yoast-svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23m-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23m640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896'/%3E%3C/svg%3E");--yoast-svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 1792 1792'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662'/%3E%3C/svg%3E");--yoast-svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142'/%3E%3C/svg%3E");--yoast-svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960M944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34m848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69'/%3E%3C/svg%3E");--yoast-svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136m0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5M384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5m0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5'/%3E%3C/svg%3E");--yoast-svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136m851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41'/%3E%3C/svg%3E");--yoast-svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='m491 1536 91-91-235-235-91 91v107h128v128zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17m-54-192 416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91'/%3E%3C/svg%3E");--yoast-svg-icon-lock:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-insight-sparkle:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-cart:url('data:image/svg+xml;charset=utf-8, ');--yoast-color-default:#404040;--yoast-color-default-darker:#303030;--yoast-color-primary:#a4286a;--yoast-color-secondary:#f7f7f7;--yoast-color-white:#fff;--yoast-color-green:#6ea029;--yoast-color-primary-darker:#7b1e50;--yoast-color-primary-lighter:#f5d6e6;--yoast-color-secondary-darker:#d9d9d9;--yoast-color-button-upsell:#fec228;--yoast-color-button-upsell-hover:#f2ae01;--yoast-color-dark:#303030;--yoast-color-sale:#fec228;--yoast-color-sale-darker:#feb601;--yoast-color-border:#0003;--yoast-color-label:#303030;--yoast-color-label-help:#707070;--yoast-color-active:#6ea029;--yoast-color-inactive:#dc3232;--yoast-color-inactive-text:#707070;--yoast-color-inactive-grey:#9e9e9e;--yoast-color-inactive-grey-light:#f1f1f1;--yoast-color-active-light:#b6cf94;--yoast-transition-default:all 150ms ease-out;--yoast-color-link:#006dac;--yoast-color-border--default:#0003;--yoast-color-focus:0 0 0 2px #007fff,0 0 0 5px #bfdfff}body.seo_page_wpseo_redirects{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1));z-index:-1}body.seo_page_wpseo_redirects #wpcontent{padding-right:0!important}body.seo_page_wpseo_redirects #wpfooter{padding-left:1rem}@media (min-width:768px){body.seo_page_wpseo_redirects #wpfooter{padding-right:17rem;padding-left:2rem}}@media screen and (max-width:782px){body.seo_page_wpseo_redirects .wp-responsive-open #wpbody{left:-190px}}body.seo_page_wpseo_redirects #modal-search .yst-modal__close{margin-top:-.25rem}@media (min-width:783px) and (max-width:962px){body.seo_page_wpseo_redirects.sticky-menu .yst-root .yst-notifications--bottom-left{right:calc(160px + 2rem)}}@media (min-width:783px) and (max-width:963px){body.seo_page_wpseo_redirects.sticky-menu.auto-fold .yst-root .yst-notifications--bottom-left,body.seo_page_wpseo_redirects.sticky-menu.folded .yst-root .yst-notifications--bottom-left{right:calc(32px + 2rem)}}@media (min-width:962px){body.seo_page_wpseo_redirects.sticky-menu.folded .yst-root .yst-notifications--bottom-left{right:calc(32px + 2rem)}}@media (max-width:783px){body.seo_page_wpseo_redirects:not(.sticky-menu) .wp-responsive-open .yst-root .yst-notifications--bottom-left{right:calc(190px + 2rem)}}@media (min-width:783px){body.seo_page_wpseo_redirects .yst-root .yst-notifications--bottom-left{right:calc(160px + 2rem)}}@media (min-width:601px) and (max-width:768px){body.seo_page_wpseo_redirects .yst-root .yst-mobile-navigation__top{top:46px}}@media (min-width:783px){body.seo_page_wpseo_redirects .yst-root .yst-mobile-navigation__top{display:none}}body.seo_page_wpseo_redirects .yst-root .yst-mobile-navigation__dialog{z-index:99999}body.seo_page_wpseo_redirects .yst-root .yst-paper{margin-bottom:unset;min-height:unset;vertical-align:unset;white-space:normal}body.seo_page_wpseo_redirects .yst-table--minimal table .yst-table-header{font-weight:500;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}body.seo_page_wpseo_redirects .yst-table--minimal table .yst-table-cell{padding-bottom:1.25rem;padding-top:1.25rem;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}body.seo_page_wpseo_redirects .yst-table--minimal table .yst-table-cell .yst-checkbox__label{margin-inline-start:2.25rem}body.seo_page_wpseo_redirects .yst-table--minimal table .yst-checkbox__label{margin-inline-start:1.5rem}body.seo_page_wpseo_redirects .yst-table--minimal table .yst-table-cell:first-child,body.seo_page_wpseo_redirects .yst-table--minimal table .yst-table-header:first-child{padding-inline-start:.75rem}body.seo_page_wpseo_redirects .yst-table--minimal table .yst-dropdown-menu__item--button{justify-content:flex-start;padding:.5rem .75rem;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}body.seo_page_wpseo_redirects .yst-table--minimal table .yst-dropdown-menu__item--button:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}body.seo_page_wpseo_redirects .yst-table--minimal table .yst-dropdown-menu__list{z-index:1100!important}body.seo_page_wpseo_redirects .yst-modal__panel{max-width:32rem}body.seo_page_wpseo_redirects .yst-logo-icon{background-color:var(--yoast-color-primary);height:17px;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:17px}body.seo_page_wpseo_redirects .yst-modal-uppercase{letter-spacing:.8px;text-transform:uppercase;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}body.seo_page_wpseo_redirects.rtl .yst-root .yst-replacevar .emoji-select-popover{right:0;left:auto}body.seo_page_wpseo_redirects #screen-meta-links{display:none}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/redirects-2640.css b/wp-content/plugins/wordpress-seo/css/dist/redirects-2640.css
new file mode 100755
index 00000000..d4668074
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/redirects-2640.css
@@ -0,0 +1 @@
+:root{--yoast-svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23m-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23m640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896'/%3E%3C/svg%3E");--yoast-svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 1792 1792'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662'/%3E%3C/svg%3E");--yoast-svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142'/%3E%3C/svg%3E");--yoast-svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960M944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34m848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69'/%3E%3C/svg%3E");--yoast-svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136m0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5M384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5m0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5'/%3E%3C/svg%3E");--yoast-svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136m851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41'/%3E%3C/svg%3E");--yoast-svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='m491 1536 91-91-235-235-91 91v107h128v128zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17m-54-192 416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91'/%3E%3C/svg%3E");--yoast-svg-icon-lock:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-insight-sparkle:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-cart:url('data:image/svg+xml;charset=utf-8, ');--yoast-color-default:#404040;--yoast-color-default-darker:#303030;--yoast-color-primary:#a4286a;--yoast-color-secondary:#f7f7f7;--yoast-color-white:#fff;--yoast-color-green:#6ea029;--yoast-color-primary-darker:#7b1e50;--yoast-color-primary-lighter:#f5d6e6;--yoast-color-secondary-darker:#d9d9d9;--yoast-color-button-upsell:#fec228;--yoast-color-button-upsell-hover:#f2ae01;--yoast-color-dark:#303030;--yoast-color-sale:#fec228;--yoast-color-sale-darker:#feb601;--yoast-color-border:#0003;--yoast-color-label:#303030;--yoast-color-label-help:#707070;--yoast-color-active:#6ea029;--yoast-color-inactive:#dc3232;--yoast-color-inactive-text:#707070;--yoast-color-inactive-grey:#9e9e9e;--yoast-color-inactive-grey-light:#f1f1f1;--yoast-color-active-light:#b6cf94;--yoast-transition-default:all 150ms ease-out;--yoast-color-link:#006dac;--yoast-color-border--default:#0003;--yoast-color-focus:0 0 0 2px #007fff,0 0 0 5px #bfdfff}body.seo_page_wpseo_redirects{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1));z-index:-1}body.seo_page_wpseo_redirects #wpcontent{padding-left:0!important}body.seo_page_wpseo_redirects #wpfooter{padding-right:1rem}@media (min-width:768px){body.seo_page_wpseo_redirects #wpfooter{padding-left:17rem;padding-right:2rem}}@media screen and (max-width:782px){body.seo_page_wpseo_redirects .wp-responsive-open #wpbody{right:-190px}}body.seo_page_wpseo_redirects #modal-search .yst-modal__close{margin-top:-.25rem}@media (min-width:783px) and (max-width:962px){body.seo_page_wpseo_redirects.sticky-menu .yst-root .yst-notifications--bottom-left{left:calc(160px + 2rem)}}@media (min-width:783px) and (max-width:963px){body.seo_page_wpseo_redirects.sticky-menu.auto-fold .yst-root .yst-notifications--bottom-left,body.seo_page_wpseo_redirects.sticky-menu.folded .yst-root .yst-notifications--bottom-left{left:calc(32px + 2rem)}}@media (min-width:962px){body.seo_page_wpseo_redirects.sticky-menu.folded .yst-root .yst-notifications--bottom-left{left:calc(32px + 2rem)}}@media (max-width:783px){body.seo_page_wpseo_redirects:not(.sticky-menu) .wp-responsive-open .yst-root .yst-notifications--bottom-left{left:calc(190px + 2rem)}}@media (min-width:783px){body.seo_page_wpseo_redirects .yst-root .yst-notifications--bottom-left{left:calc(160px + 2rem)}}@media (min-width:601px) and (max-width:768px){body.seo_page_wpseo_redirects .yst-root .yst-mobile-navigation__top{top:46px}}@media (min-width:783px){body.seo_page_wpseo_redirects .yst-root .yst-mobile-navigation__top{display:none}}body.seo_page_wpseo_redirects .yst-root .yst-mobile-navigation__dialog{z-index:99999}body.seo_page_wpseo_redirects .yst-root .yst-paper{margin-bottom:unset;min-height:unset;vertical-align:unset;white-space:normal}body.seo_page_wpseo_redirects .yst-table--minimal table .yst-table-header{font-weight:500;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}body.seo_page_wpseo_redirects .yst-table--minimal table .yst-table-cell{padding-bottom:1.25rem;padding-top:1.25rem;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}body.seo_page_wpseo_redirects .yst-table--minimal table .yst-table-cell .yst-checkbox__label{margin-inline-start:2.25rem}body.seo_page_wpseo_redirects .yst-table--minimal table .yst-checkbox__label{margin-inline-start:1.5rem}body.seo_page_wpseo_redirects .yst-table--minimal table .yst-table-cell:first-child,body.seo_page_wpseo_redirects .yst-table--minimal table .yst-table-header:first-child{padding-inline-start:.75rem}body.seo_page_wpseo_redirects .yst-table--minimal table .yst-dropdown-menu__item--button{justify-content:flex-start;padding:.5rem .75rem;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}body.seo_page_wpseo_redirects .yst-table--minimal table .yst-dropdown-menu__item--button:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}body.seo_page_wpseo_redirects .yst-table--minimal table .yst-dropdown-menu__list{z-index:1100!important}body.seo_page_wpseo_redirects .yst-modal__panel{max-width:32rem}body.seo_page_wpseo_redirects .yst-logo-icon{background-color:var(--yoast-color-primary);height:17px;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:17px}body.seo_page_wpseo_redirects .yst-modal-uppercase{letter-spacing:.8px;text-transform:uppercase;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}body.seo_page_wpseo_redirects.rtl .yst-root .yst-replacevar .emoji-select-popover{left:0;right:auto}body.seo_page_wpseo_redirects #screen-meta-links{display:none}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/score_icon-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/score_icon-2640-rtl.css
new file mode 100755
index 00000000..23fa8c61
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/score_icon-2640-rtl.css
@@ -0,0 +1 @@
+.wpseo-score-icon{background:#888;border-radius:50%!important;display:inline-block!important;height:12px!important;margin:3px 3px 0 10px;vertical-align:top;width:12px!important}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#888}.wpseo-score-icon.noindex{background-color:#1e8cbe}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/score_icon-2640.css b/wp-content/plugins/wordpress-seo/css/dist/score_icon-2640.css
new file mode 100755
index 00000000..b6193eec
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/score_icon-2640.css
@@ -0,0 +1 @@
+.wpseo-score-icon{background:#888;border-radius:50%!important;display:inline-block!important;height:12px!important;margin:3px 10px 0 3px;vertical-align:top;width:12px!important}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#888}.wpseo-score-icon.noindex{background-color:#1e8cbe}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2640-rtl.css
new file mode 100755
index 00000000..a5c8cd08
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2640-rtl.css
@@ -0,0 +1 @@
+.schema-faq-section,.schema-how-to-step{border:1px solid #9197a240;list-style-type:none;margin:4px 0;padding:8px 32px 8px 4px;position:relative}.schema-faq-buttons,.schema-how-to-buttons{display:flex;justify-content:center}.schema-faq-buttons button.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover,.schema-how-to-buttons button.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover{box-shadow:none;color:#007cba}.schema-faq-section-mover,.schema-how-to-step-mover{display:inline-block}.schema-faq-section-mover .editor-block-mover__control,.schema-how-to-step-mover .editor-block-mover__control{display:inline-flex;height:36px;width:36px}.schema-faq-question,.schema-how-to-step-name{font-weight:600}.schema-faq .schema-faq-answer,.schema-faq .schema-faq-question,.schema-how-to .schema-how-to-description,.schema-how-to .schema-how-to-step-name,.schema-how-to .schema-how-to-step-text,.schema-how-to .schema-how-to-steps{line-height:inherit;margin:0}.schema-how-to .schema-how-to-steps{padding-top:0}.schema-faq-section-button-container,.schema-how-to-step-button-container{display:inline-flex;text-align:left}.schema-faq-section-button-container button.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover,.schema-how-to-step-button-container button.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover{box-shadow:none;color:#007cba}.schema-faq-section-controls-container,.schema-how-to-step-controls-container{margin-right:-28px;text-align:left}.schema-faq-section-controls-container .dashicons-arrow-up-alt2,.schema-how-to-step-controls-container .dashicons-arrow-up-alt2{position:relative;top:-1px}.faq-section-add-media .dashicon,.how-to-step-add-media .dashicon,.schema-faq-add-question .dashicon,.schema-how-to-add-step .dashicon,.schema-how-to-duration-button .dashicon{margin-left:4px}.schema-how-to{padding-top:4px}.schema-how-to-step-number{right:4px;position:absolute;text-align:left;width:24px}.schema-how-to-duration{border:0;margin:0;padding:0}.schema-how-to-duration-flex-container{align-items:center;display:flex}.schema-how-to-duration-time-input{align-items:center;display:inline-flex;flex-wrap:nowrap}legend.schema-how-to-duration-legend{margin-left:4px}#schema-how-to-duration-days{margin-left:8px}.schema-how-to-duration .schema-how-to-duration-input[type=number]{-moz-appearance:textfield;margin:0 2px;padding:6px 4px;text-align:center;width:40px}.schema-how-to-duration .schema-how-to-duration-input[type=number]::-webkit-inner-spin-button,.schema-how-to-duration .schema-how-to-duration-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.schema-how-to-duration-button.components-icon-button{margin-right:-8px;vertical-align:top}.schema-how-to-duration-button.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover{box-shadow:none;color:#007cba}.schema-how-to-description{margin:8px 0}body.is-dark-theme .schema-faq-section-mover button.components-button,body.is-dark-theme .schema-how-to-step-mover button.components-button,body.is-dark-theme button.components-button.schema-faq-add-question,body.is-dark-theme button.components-button.schema-faq-section-button,body.is-dark-theme button.components-button.schema-how-to-add-step,body.is-dark-theme button.components-button.schema-how-to-duration-button,body.is-dark-theme button.components-button.schema-how-to-step-button{color:#e8eaed}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2640.css b/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2640.css
new file mode 100755
index 00000000..23f0f862
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2640.css
@@ -0,0 +1 @@
+.schema-faq-section,.schema-how-to-step{border:1px solid #9197a240;list-style-type:none;margin:4px 0;padding:8px 4px 8px 32px;position:relative}.schema-faq-buttons,.schema-how-to-buttons{display:flex;justify-content:center}.schema-faq-buttons button.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover,.schema-how-to-buttons button.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover{box-shadow:none;color:#007cba}.schema-faq-section-mover,.schema-how-to-step-mover{display:inline-block}.schema-faq-section-mover .editor-block-mover__control,.schema-how-to-step-mover .editor-block-mover__control{display:inline-flex;height:36px;width:36px}.schema-faq-question,.schema-how-to-step-name{font-weight:600}.schema-faq .schema-faq-answer,.schema-faq .schema-faq-question,.schema-how-to .schema-how-to-description,.schema-how-to .schema-how-to-step-name,.schema-how-to .schema-how-to-step-text,.schema-how-to .schema-how-to-steps{line-height:inherit;margin:0}.schema-how-to .schema-how-to-steps{padding-top:0}.schema-faq-section-button-container,.schema-how-to-step-button-container{display:inline-flex;text-align:right}.schema-faq-section-button-container button.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover,.schema-how-to-step-button-container button.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover{box-shadow:none;color:#007cba}.schema-faq-section-controls-container,.schema-how-to-step-controls-container{margin-left:-28px;text-align:right}.schema-faq-section-controls-container .dashicons-arrow-up-alt2,.schema-how-to-step-controls-container .dashicons-arrow-up-alt2{position:relative;top:-1px}.faq-section-add-media .dashicon,.how-to-step-add-media .dashicon,.schema-faq-add-question .dashicon,.schema-how-to-add-step .dashicon,.schema-how-to-duration-button .dashicon{margin-right:4px}.schema-how-to{padding-top:4px}.schema-how-to-step-number{left:4px;position:absolute;text-align:right;width:24px}.schema-how-to-duration{border:0;margin:0;padding:0}.schema-how-to-duration-flex-container{align-items:center;display:flex}.schema-how-to-duration-time-input{align-items:center;display:inline-flex;flex-wrap:nowrap}legend.schema-how-to-duration-legend{margin-right:4px}#schema-how-to-duration-days{margin-right:8px}.schema-how-to-duration .schema-how-to-duration-input[type=number]{-moz-appearance:textfield;margin:0 2px;padding:6px 4px;text-align:center;width:40px}.schema-how-to-duration .schema-how-to-duration-input[type=number]::-webkit-inner-spin-button,.schema-how-to-duration .schema-how-to-duration-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.schema-how-to-duration-button.components-icon-button{margin-left:-8px;vertical-align:top}.schema-how-to-duration-button.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover{box-shadow:none;color:#007cba}.schema-how-to-description{margin:8px 0}body.is-dark-theme .schema-faq-section-mover button.components-button,body.is-dark-theme .schema-how-to-step-mover button.components-button,body.is-dark-theme button.components-button.schema-faq-add-question,body.is-dark-theme button.components-button.schema-faq-section-button,body.is-dark-theme button.components-button.schema-how-to-add-step,body.is-dark-theme button.components-button.schema-how-to-duration-button,body.is-dark-theme button.components-button.schema-how-to-step-button{color:#e8eaed}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/support-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/support-2640-rtl.css
new file mode 100755
index 00000000..837a5420
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/support-2640-rtl.css
@@ -0,0 +1 @@
+.seo_page_wpseo_page_support{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1));z-index:-1}.seo_page_wpseo_page_support #wpcontent{padding-right:0!important}.seo_page_wpseo_page_support #wpfooter{padding-left:1rem}@media (min-width:768px){.seo_page_wpseo_page_support #wpfooter{padding-right:17rem;padding-left:2rem}}@media screen and (max-width:782px){.seo_page_wpseo_page_support .wp-responsive-open #wpbody{left:-190px}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/support-2640.css b/wp-content/plugins/wordpress-seo/css/dist/support-2640.css
new file mode 100755
index 00000000..1325708b
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/support-2640.css
@@ -0,0 +1 @@
+.seo_page_wpseo_page_support{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1));z-index:-1}.seo_page_wpseo_page_support #wpcontent{padding-left:0!important}.seo_page_wpseo_page_support #wpfooter{padding-right:1rem}@media (min-width:768px){.seo_page_wpseo_page_support #wpfooter{padding-left:17rem;padding-right:2rem}}@media screen and (max-width:782px){.seo_page_wpseo_page_support .wp-responsive-open #wpbody{right:-190px}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/tailwind-2640.css b/wp-content/plugins/wordpress-seo/css/dist/tailwind-2640.css
new file mode 100755
index 00000000..0686aedd
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/tailwind-2640.css
@@ -0,0 +1 @@
+*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.yst-root *,.yst-root :after,.yst-root :before{border:0 solid #e5e7eb;box-sizing:border-box}.yst-root :after,.yst-root :before{--tw-content:""}.yst-root,.yst-root :host{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;tab-size:4;-webkit-tap-highlight-color:transparent}.yst-root{margin:0}.yst-root hr{border-top-width:1px;color:inherit;height:0}.yst-root abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.yst-root h1,.yst-root h2,.yst-root h3,.yst-root h4,.yst-root h5,.yst-root h6{font-size:inherit;font-weight:inherit}.yst-root a{color:inherit;text-decoration:inherit}.yst-root b,.yst-root strong{font-weight:bolder}.yst-root code,.yst-root kbd,.yst-root pre,.yst-root samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}.yst-root small{font-size:80%}.yst-root sub,.yst-root sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}.yst-root sub{bottom:-.25em}.yst-root sup{top:-.5em}.yst-root table{border-collapse:collapse;border-color:inherit;text-indent:0}.yst-root button,.yst-root input,.yst-root optgroup,.yst-root select,.yst-root textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}.yst-root button,.yst-root select{text-transform:none}.yst-root button,.yst-root input:where([type=button]),.yst-root input:where([type=reset]),.yst-root input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}.yst-root :-moz-focusring{outline:auto}.yst-root :-moz-ui-invalid{box-shadow:none}.yst-root progress{vertical-align:initial}.yst-root ::-webkit-inner-spin-button,.yst-root ::-webkit-outer-spin-button{height:auto}.yst-root [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.yst-root ::-webkit-search-decoration{-webkit-appearance:none}.yst-root ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.yst-root summary{display:list-item}.yst-root blockquote,.yst-root dd,.yst-root dl,.yst-root figure,.yst-root h1,.yst-root h2,.yst-root h3,.yst-root h4,.yst-root h5,.yst-root h6,.yst-root hr,.yst-root p,.yst-root pre{margin:0}.yst-root fieldset{margin:0;padding:0}.yst-root legend{padding:0}.yst-root menu,.yst-root ol,.yst-root ul{list-style:none;margin:0;padding:0}.yst-root dialog{padding:0}.yst-root textarea{resize:vertical}.yst-root input::placeholder,.yst-root textarea::placeholder{color:#9ca3af;opacity:1}.yst-root [role=button],.yst-root button{cursor:pointer}.yst-root :disabled{cursor:default}.yst-root audio,.yst-root canvas,.yst-root embed,.yst-root iframe,.yst-root img,.yst-root object,.yst-root svg,.yst-root video{display:block;vertical-align:middle}.yst-root img,.yst-root video{height:auto;max-width:100%}.yst-root [hidden]:where(:not([hidden=until-found])){display:none}.yst-root [type=date],.yst-root [type=datetime-local],.yst-root [type=email],.yst-root [type=month],.yst-root [type=number],.yst-root [type=password],.yst-root [type=search],.yst-root [type=tel],.yst-root [type=text],.yst-root [type=time],.yst-root [type=url],.yst-root [type=week]{appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem;--tw-shadow:0 0 #0000}.yst-root [type=date]:focus,.yst-root [type=datetime-local]:focus,.yst-root [type=email]:focus,.yst-root [type=month]:focus,.yst-root [type=number]:focus,.yst-root [type=password]:focus,.yst-root [type=search]:focus,.yst-root [type=tel]:focus,.yst-root [type=text]:focus,.yst-root [type=time]:focus,.yst-root [type=url]:focus,.yst-root [type=week]:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.yst-root [type=date]::placeholder,.yst-root [type=datetime-local]::placeholder,.yst-root [type=email]::placeholder,.yst-root [type=month]::placeholder,.yst-root [type=number]::placeholder,.yst-root [type=password]::placeholder,.yst-root [type=search]::placeholder,.yst-root [type=tel]::placeholder,.yst-root [type=text]::placeholder,.yst-root [type=time]::placeholder,.yst-root [type=url]::placeholder,.yst-root [type=week]::placeholder{color:#6b7280;opacity:1}.yst-root [type=date]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=datetime-local]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=email]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=month]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=number]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=password]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=search]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=tel]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=text]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=time]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=url]::-webkit-datetime-edit-fields-wrapper,.yst-root [type=week]::-webkit-datetime-edit-fields-wrapper{padding:0}.yst-root [type=date]::-webkit-date-and-time-value,.yst-root [type=datetime-local]::-webkit-date-and-time-value,.yst-root [type=email]::-webkit-date-and-time-value,.yst-root [type=month]::-webkit-date-and-time-value,.yst-root [type=number]::-webkit-date-and-time-value,.yst-root [type=password]::-webkit-date-and-time-value,.yst-root [type=search]::-webkit-date-and-time-value,.yst-root [type=tel]::-webkit-date-and-time-value,.yst-root [type=text]::-webkit-date-and-time-value,.yst-root [type=time]::-webkit-date-and-time-value,.yst-root [type=url]::-webkit-date-and-time-value,.yst-root [type=week]::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}.yst-root [type=date]::-webkit-datetime-edit,.yst-root [type=datetime-local]::-webkit-datetime-edit,.yst-root [type=email]::-webkit-datetime-edit,.yst-root [type=month]::-webkit-datetime-edit,.yst-root [type=number]::-webkit-datetime-edit,.yst-root [type=password]::-webkit-datetime-edit,.yst-root [type=search]::-webkit-datetime-edit,.yst-root [type=tel]::-webkit-datetime-edit,.yst-root [type=text]::-webkit-datetime-edit,.yst-root [type=time]::-webkit-datetime-edit,.yst-root [type=url]::-webkit-datetime-edit,.yst-root [type=week]::-webkit-datetime-edit{display:inline-flex}.yst-root [type=date]::-webkit-datetime-edit,.yst-root [type=date]::-webkit-datetime-edit-day-field,.yst-root [type=date]::-webkit-datetime-edit-hour-field,.yst-root [type=date]::-webkit-datetime-edit-meridiem-field,.yst-root [type=date]::-webkit-datetime-edit-millisecond-field,.yst-root [type=date]::-webkit-datetime-edit-minute-field,.yst-root [type=date]::-webkit-datetime-edit-month-field,.yst-root [type=date]::-webkit-datetime-edit-second-field,.yst-root [type=date]::-webkit-datetime-edit-year-field,.yst-root [type=datetime-local]::-webkit-datetime-edit,.yst-root [type=datetime-local]::-webkit-datetime-edit-day-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-hour-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-meridiem-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-millisecond-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-minute-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-month-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-second-field,.yst-root [type=datetime-local]::-webkit-datetime-edit-year-field,.yst-root [type=email]::-webkit-datetime-edit,.yst-root [type=email]::-webkit-datetime-edit-day-field,.yst-root [type=email]::-webkit-datetime-edit-hour-field,.yst-root [type=email]::-webkit-datetime-edit-meridiem-field,.yst-root [type=email]::-webkit-datetime-edit-millisecond-field,.yst-root [type=email]::-webkit-datetime-edit-minute-field,.yst-root [type=email]::-webkit-datetime-edit-month-field,.yst-root [type=email]::-webkit-datetime-edit-second-field,.yst-root [type=email]::-webkit-datetime-edit-year-field,.yst-root [type=month]::-webkit-datetime-edit,.yst-root [type=month]::-webkit-datetime-edit-day-field,.yst-root [type=month]::-webkit-datetime-edit-hour-field,.yst-root [type=month]::-webkit-datetime-edit-meridiem-field,.yst-root [type=month]::-webkit-datetime-edit-millisecond-field,.yst-root [type=month]::-webkit-datetime-edit-minute-field,.yst-root [type=month]::-webkit-datetime-edit-month-field,.yst-root [type=month]::-webkit-datetime-edit-second-field,.yst-root [type=month]::-webkit-datetime-edit-year-field,.yst-root [type=number]::-webkit-datetime-edit,.yst-root [type=number]::-webkit-datetime-edit-day-field,.yst-root [type=number]::-webkit-datetime-edit-hour-field,.yst-root [type=number]::-webkit-datetime-edit-meridiem-field,.yst-root [type=number]::-webkit-datetime-edit-millisecond-field,.yst-root [type=number]::-webkit-datetime-edit-minute-field,.yst-root [type=number]::-webkit-datetime-edit-month-field,.yst-root [type=number]::-webkit-datetime-edit-second-field,.yst-root [type=number]::-webkit-datetime-edit-year-field,.yst-root [type=password]::-webkit-datetime-edit,.yst-root [type=password]::-webkit-datetime-edit-day-field,.yst-root [type=password]::-webkit-datetime-edit-hour-field,.yst-root [type=password]::-webkit-datetime-edit-meridiem-field,.yst-root [type=password]::-webkit-datetime-edit-millisecond-field,.yst-root [type=password]::-webkit-datetime-edit-minute-field,.yst-root [type=password]::-webkit-datetime-edit-month-field,.yst-root [type=password]::-webkit-datetime-edit-second-field,.yst-root [type=password]::-webkit-datetime-edit-year-field,.yst-root [type=search]::-webkit-datetime-edit,.yst-root [type=search]::-webkit-datetime-edit-day-field,.yst-root [type=search]::-webkit-datetime-edit-hour-field,.yst-root [type=search]::-webkit-datetime-edit-meridiem-field,.yst-root [type=search]::-webkit-datetime-edit-millisecond-field,.yst-root [type=search]::-webkit-datetime-edit-minute-field,.yst-root [type=search]::-webkit-datetime-edit-month-field,.yst-root [type=search]::-webkit-datetime-edit-second-field,.yst-root [type=search]::-webkit-datetime-edit-year-field,.yst-root [type=tel]::-webkit-datetime-edit,.yst-root [type=tel]::-webkit-datetime-edit-day-field,.yst-root [type=tel]::-webkit-datetime-edit-hour-field,.yst-root [type=tel]::-webkit-datetime-edit-meridiem-field,.yst-root [type=tel]::-webkit-datetime-edit-millisecond-field,.yst-root [type=tel]::-webkit-datetime-edit-minute-field,.yst-root [type=tel]::-webkit-datetime-edit-month-field,.yst-root [type=tel]::-webkit-datetime-edit-second-field,.yst-root [type=tel]::-webkit-datetime-edit-year-field,.yst-root [type=text]::-webkit-datetime-edit,.yst-root [type=text]::-webkit-datetime-edit-day-field,.yst-root [type=text]::-webkit-datetime-edit-hour-field,.yst-root [type=text]::-webkit-datetime-edit-meridiem-field,.yst-root [type=text]::-webkit-datetime-edit-millisecond-field,.yst-root [type=text]::-webkit-datetime-edit-minute-field,.yst-root [type=text]::-webkit-datetime-edit-month-field,.yst-root [type=text]::-webkit-datetime-edit-second-field,.yst-root [type=text]::-webkit-datetime-edit-year-field,.yst-root [type=time]::-webkit-datetime-edit,.yst-root [type=time]::-webkit-datetime-edit-day-field,.yst-root [type=time]::-webkit-datetime-edit-hour-field,.yst-root [type=time]::-webkit-datetime-edit-meridiem-field,.yst-root [type=time]::-webkit-datetime-edit-millisecond-field,.yst-root [type=time]::-webkit-datetime-edit-minute-field,.yst-root [type=time]::-webkit-datetime-edit-month-field,.yst-root [type=time]::-webkit-datetime-edit-second-field,.yst-root [type=time]::-webkit-datetime-edit-year-field,.yst-root [type=url]::-webkit-datetime-edit,.yst-root [type=url]::-webkit-datetime-edit-day-field,.yst-root [type=url]::-webkit-datetime-edit-hour-field,.yst-root [type=url]::-webkit-datetime-edit-meridiem-field,.yst-root [type=url]::-webkit-datetime-edit-millisecond-field,.yst-root [type=url]::-webkit-datetime-edit-minute-field,.yst-root [type=url]::-webkit-datetime-edit-month-field,.yst-root [type=url]::-webkit-datetime-edit-second-field,.yst-root [type=url]::-webkit-datetime-edit-year-field,.yst-root [type=week]::-webkit-datetime-edit,.yst-root [type=week]::-webkit-datetime-edit-day-field,.yst-root [type=week]::-webkit-datetime-edit-hour-field,.yst-root [type=week]::-webkit-datetime-edit-meridiem-field,.yst-root [type=week]::-webkit-datetime-edit-millisecond-field,.yst-root [type=week]::-webkit-datetime-edit-minute-field,.yst-root [type=week]::-webkit-datetime-edit-month-field,.yst-root [type=week]::-webkit-datetime-edit-second-field,.yst-root [type=week]::-webkit-datetime-edit-year-field{padding-bottom:0;padding-top:0}.yst-root textarea{appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem;--tw-shadow:0 0 #0000}.yst-root textarea:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.yst-root textarea::placeholder{color:#6b7280;opacity:1}.yst-root select{appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem;--tw-shadow:0 0 #0000}.yst-root select:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.yst-root select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}.yst-root select:where([size]:not([size="1"])){background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}.yst-root select[multiple]{appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem;--tw-shadow:0 0 #0000}.yst-root select[multiple]:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.yst-root [type=checkbox]{appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1rem;--tw-shadow:0 0 #0000;border-radius:0}.yst-root [type=checkbox]:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.yst-root [type=checkbox]:checked{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}@media (forced-colors:active) {.yst-root [type=checkbox]:checked{appearance:auto}}.yst-root [type=checkbox]:checked:focus,.yst-root [type=checkbox]:checked:hover,.yst-root [type=checkbox]:indeterminate{background-color:currentColor;border-color:#0000}.yst-root [type=checkbox]:indeterminate{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 stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%}@media (forced-colors:active) {.yst-root [type=checkbox]:indeterminate{appearance:auto}}.yst-root [type=checkbox]:indeterminate:focus,.yst-root [type=checkbox]:indeterminate:hover{background-color:currentColor;border-color:#0000}.yst-root [type=radio]{appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1rem;--tw-shadow:0 0 #0000;border-radius:100%}.yst-root [type=radio]:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.yst-root [type=radio]:checked{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}@media (forced-colors:active) {.yst-root [type=radio]:checked{appearance:auto}}.yst-root [type=radio]:checked:focus,.yst-root [type=radio]:checked:hover{background-color:currentColor;border-color:#0000}.yst-root{font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.8125rem;font-weight:400;line-height:1.5;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.yst-root a{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1));-webkit-text-decoration-line:underline;text-decoration-line:underline}.yst-root a:visited{color:#a61e69}.yst-root a:hover{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity,1))}.yst-root a:hover:visited{color:#b94986}.yst-root a:focus{border-radius:.125rem;--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity,1));outline-color:#4f46e5;outline-offset:1px;outline-style:solid}.yst-root [type=date]::placeholder,.yst-root [type=datetime-local]::placeholder,.yst-root [type=email]::placeholder,.yst-root [type=month]::placeholder,.yst-root [type=number]::placeholder,.yst-root [type=password]::placeholder,.yst-root [type=search]::placeholder,.yst-root [type=tel]::placeholder,.yst-root [type=text]::placeholder,.yst-root [type=time]::placeholder,.yst-root [type=url]::placeholder,.yst-root [type=week]::placeholder,.yst-root textarea::placeholder{--tw-placeholder-opacity:1;color:rgb(100 116 139/var(--tw-placeholder-opacity,1))}.yst-root svg path{stroke-width:inherit}.yst-root .yst-radio__input,.yst-root a:focus{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-radio__input{transition-property:none}.yst-root .yst-radio__input:checked:before{content:var(--tw-content);display:none}.yst-root .yst-modal{z-index:101000!important}.yst-root dd,.yst-root li{margin-bottom:0}.yst-root input[type=date],.yst-root input[type=datetime-local],.yst-root input[type=datetime],.yst-root input[type=email],.yst-root input[type=month],.yst-root input[type=number],.yst-root input[type=password],.yst-root input[type=search],.yst-root input[type=tel],.yst-root input[type=text],.yst-root input[type=time],.yst-root input[type=url],.yst-root input[type=week]{min-height:0}.yst-root input[type=checkbox]{min-height:0;min-width:0;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-property:none}.yst-root input[type=checkbox]:before{--tw-content:none;content:var(--tw-content)}.yst-root .yst-alert{border-radius:.375rem;display:flex;gap:.75rem;padding:1rem}.yst-root .yst-alert--info{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.yst-root .yst-alert--info .yst-alert__message{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.yst-root .yst-alert--warning{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.yst-root .yst-alert--warning .yst-alert__message{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity,1))}.yst-root .yst-alert--success{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.yst-root .yst-alert--success .yst-alert__message{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.yst-root .yst-alert--error{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.yst-root .yst-alert--error .yst-alert__message{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.yst-root .yst-alert__icon{flex-grow:0;flex-shrink:0;height:1.25rem;width:1.25rem}.yst-root .yst-autocomplete{position:relative}.yst-root .yst-autocomplete--error .yst-autocomplete__button{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.yst-root .yst-autocomplete--error .yst-autocomplete__button:focus{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1));outline:2px solid #0000;outline-offset:2px;--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.yst-root .yst-autocomplete--error .yst-autocomplete__input::placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity,1))}.yst-root .yst-autocomplete--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-autocomplete--disabled:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-autocomplete--disabled .yst-autocomplete__input{cursor:not-allowed}.yst-root .yst-autocomplete--disabled .yst-autocomplete__input:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-autocomplete--disabled .yst-autocomplete__button{cursor:not-allowed}.yst-root .yst-autocomplete--disabled .yst-autocomplete__button:focus-within{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1));outline:2px solid #0000;outline-offset:2px;--tw-ring-opacity:1;--tw-ring-color:rgb(226 232 240/var(--tw-ring-opacity,1))}.yst-root .yst-autocomplete__button{align-items:center;border-radius:.375rem;border-width:0;display:flex;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding-left:.75rem;padding-right:.75rem;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity,1))}.yst-root .yst-autocomplete__button:focus-within{--tw-border-opacity:1;border-color:rgb(166 30 105/var(--tw-border-opacity,1));outline:2px solid #0000;outline-offset:2px;--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1))}.yst-root .yst-autocomplete__action-container{align-items:center;column-gap:.5rem;display:flex;padding-inline-start:.75rem}.yst-root .yst-button.yst-autocomplete__clear-action{padding-left:0;padding-right:0}.yst-root .yst-autocomplete__action-icon{flex-shrink:0;height:1.25rem;width:1.25rem;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.yst-root .yst-autocomplete__action-separator{height:1.75rem;margin-inline-start:.125rem;width:.125rem;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.yst-root .yst-autocomplete__input{border-width:0;font-size:.8125rem;padding:.5rem 0;width:100%;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-autocomplete__input:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-autocomplete__options{border-radius:.375rem;margin-top:.25rem;max-height:15rem;overflow:auto;position:absolute;width:100%;z-index:20;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));font-size:.8125rem;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity,1));--tw-ring-opacity:0.05}.yst-root .yst-autocomplete__options:focus{outline:2px solid #0000;outline-offset:2px}.yst-root .yst-autocomplete__option{align-items:center;cursor:default;display:flex;justify-content:space-between;padding:.5rem .75rem;position:relative;-webkit-user-select:none;user-select:none;--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.yst-root .yst-autocomplete__option--active{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.yst-root .yst-autocomplete__option--selected{--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.yst-root .yst-select__option-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yst-root .yst-autocomplete__option-check{flex-shrink:0;height:1.25rem;width:1.25rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.yst-root .yst-badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;line-height:1.25;padding:.125rem .5rem;vertical-align:middle;white-space:nowrap}.yst-root .yst-badge--info{background-color:rgb(191 219 254/var(--tw-bg-opacity,1));border-color:rgb(96 165 250/var(--tw-border-opacity,1));color:rgb(30 58 138/var(--tw-text-opacity,1))}.yst-root .yst-badge--info,.yst-root .yst-badge--upsell{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1}.yst-root .yst-badge--upsell{background-color:rgb(253 230 138/var(--tw-bg-opacity,1));border-color:rgb(251 191 36/var(--tw-border-opacity,1));color:rgb(120 53 15/var(--tw-text-opacity,1))}.yst-root .yst-badge--plain{background-color:rgb(226 232 240/var(--tw-bg-opacity,1));border-color:rgb(148 163 184/var(--tw-border-opacity,1));color:rgb(15 23 42/var(--tw-text-opacity,1))}.yst-root .yst-badge--plain,.yst-root .yst-badge--success{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1}.yst-root .yst-badge--success{background-color:rgb(187 247 208/var(--tw-bg-opacity,1));border-color:rgb(74 222 128/var(--tw-border-opacity,1));color:rgb(20 83 45/var(--tw-text-opacity,1))}.yst-root .yst-badge--error{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity,1))}.yst-root .yst-badge--small{font-size:.675rem}.yst-root .yst-badge--large{font-size:1rem;padding-left:.75rem;padding-right:.75rem}.yst-root .yst-button{align-items:center;border-radius:.375rem;cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:500;justify-content:center;line-height:1.25rem;padding:.5rem .75rem;text-align:center;-webkit-text-decoration-line:none;text-decoration-line:none;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-inset:inset;--tw-ring-color:#0000}.yst-root .yst-button:focus{outline-color:#a61e69;outline-offset:2px;outline-style:solid;outline-width:2px}.yst-root a.yst-button:focus{border-radius:.375rem}.yst-root .yst-button--primary{--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-ring-color:#0000}.yst-root .yst-button--primary:visited{color:#fff}.yst-root .yst-button--primary:hover{--tw-bg-opacity:1;background-color:rgb(143 15 87/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.yst-root .yst-button--primary:hover:visited{color:#fff}.yst-root .yst-button--primary:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));outline-color:#8f0f57}.yst-root .yst-button--secondary{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1));--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity,1))}.yst-root .yst-button--secondary:visited{color:#1e293b}.yst-root .yst-button--secondary:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.yst-root .yst-button--secondary:hover:visited{color:#1e293b}.yst-root .yst-button--secondary:focus{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1));outline-color:#8f0f57}.yst-root .yst-button--tertiary{background-color:initial;--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity,1));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-button--tertiary:visited{color:#83084e}.yst-root .yst-button--tertiary:hover{--tw-text-opacity:1;color:rgb(131 8 78/var(--tw-text-opacity,1))}.yst-root .yst-button--tertiary:hover:visited{color:#83084e}.yst-root .yst-button--tertiary:focus{--tw-text-opacity:1;color:rgb(131 8 78/var(--tw-text-opacity,1));outline-color:#8f0f57}.yst-root .yst-button--error{border-color:#0000;--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.yst-root .yst-button--error:visited{color:#fff}.yst-root .yst-button--error:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.yst-root .yst-button--error:hover:visited{color:#fff}.yst-root .yst-button--error:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));outline-color:#dc2626}.yst-root .yst-button--upsell{border-color:#0000;--tw-bg-opacity:1;background-color:rgb(252 211 77/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}.yst-root .yst-button--upsell:visited{color:#78350f}.yst-root .yst-button--upsell:hover{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}.yst-root .yst-button--upsell:hover:visited{color:#78350f}.yst-root .yst-button--upsell:focus{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1));outline-color:#fbbf24}.yst-root .yst-button--large{font-size:.875rem;line-height:1.5rem;padding:.5rem .75rem}.yst-root .yst-button--extra-large{font-size:1rem;line-height:1.5rem;padding:.625rem .875rem}.yst-root .yst-button--small{font-size:.75rem;line-height:1rem;padding:.375rem .625rem}.yst-root .yst-button--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-button--disabled:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-button--loading{margin-inline-end:.5rem;margin-inline-start:-.25rem}.yst-root .yst-checkbox{align-items:center;display:flex}.yst-root .yst-checkbox--disabled .yst-checkbox__input,.yst-root .yst-checkbox--disabled .yst-checkbox__label{cursor:not-allowed;opacity:.5}.yst-root .yst-checkbox__input{border-radius:.25rem;height:1rem;width:1rem;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity,1))}.yst-root .yst-checkbox__input:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1))}.yst-root .yst-checkbox__label{margin-inline-start:.75rem}.yst-root .yst-code{border-radius:.25rem;display:inline-block;margin:0;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1));font-size:.75rem;line-height:1.25;padding:.25rem;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.yst-root .yst-code--block{display:block;margin-bottom:.5rem;margin-top:.5rem;max-width:100%;overflow-x:auto;padding:.25rem .5rem;white-space:nowrap}.yst-root .yst-file-input{border-radius:.375rem;border-style:dashed;border-width:2px;width:100%;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1.25rem 1.5rem 1.5rem;text-align:center;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.yst-root .yst-file-input.yst-is-drag-over{--tw-border-opacity:1;border-color:rgb(205 130 171/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(250 243 247/var(--tw-bg-opacity,1))}.yst-root .yst-file-input.yst-is-drag-over .yst-file-input__content{pointer-events:none}.yst-root .yst-file-input.yst-is-drag-over .yst-file-input__icon{--tw-translate-y:-0.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-text-opacity:1;color:rgb(185 73 134/var(--tw-text-opacity,1))}.yst-root .yst-file-input.yst-is-disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-file-input.yst-is-disabled .yst-file-input__select-label{cursor:not-allowed}.yst-root .yst-file-input__content{align-items:center;display:inline-flex;flex-direction:column;max-width:20rem}.yst-root .yst-file-input__content>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.yst-root .yst-file-input__content{text-align:center}.yst-root .yst-file-input__icon{height:3rem;margin-left:auto;margin-right:auto;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:3rem;stroke-width:1;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1));transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.yst-root .yst-file-input__icon>path{stroke-width:1}.yst-root .yst-file-input__input{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.yst-root .yst-file-input__input:focus+.yst-file-input__select-label{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1));--tw-ring-offset-width:2px}.yst-root .yst-file-input__labels{display:inline-flex;font-weight:400;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.yst-root .yst-file-input__select-label{border-radius:.375rem;font-weight:500}.yst-root .yst-label{font-size:.8125rem;font-weight:500;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.yst-root .yst-link{cursor:pointer;--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1));-webkit-text-decoration-line:underline;text-decoration-line:underline}.yst-root .yst-link:visited{color:#a61e69}.yst-root .yst-link:hover{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity,1))}.yst-root .yst-link:hover:visited{color:#b94986}.yst-root .yst-link:focus{border-radius:.125rem;--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity,1));outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(79 70 229/var(--tw-ring-opacity,1));--tw-ring-offset-width:1px;--tw-ring-offset-color:#0000}.yst-root .yst-link--primary{--tw-text-opacity:1;color:rgb(154 22 96/var(--tw-text-opacity,1))}.yst-root .yst-link--primary:focus,.yst-root .yst-link--primary:hover{--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity,1))}.yst-root .yst-link--primary:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(154 22 96/var(--tw-ring-opacity,1))}.yst-root .yst-link--error{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.yst-root .yst-link--error:focus,.yst-root .yst-link--error:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.yst-root .yst-link--error:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(220 38 38/var(--tw-ring-opacity,1))}.yst-root .yst-paper{border-radius:.5rem;display:flex;flex-direction:column;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-paper__header{border-bottom-width:1px;padding:2rem}.yst-root .yst-paper__content{flex-grow:1;padding:2rem}.yst-root .yst-progress-bar{border-radius:9999px;display:block;overflow:hidden;width:100%;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.yst-root .yst-progress-bar__progress{border-radius:9999px;display:block;height:.375rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity,1));transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:linear}.yst-root .yst-radio{align-items:center;display:flex}.yst-root .yst-radio--disabled .yst-radio__check,.yst-root .yst-radio--disabled .yst-radio__input,.yst-root .yst-radio--disabled .yst-radio__label{cursor:not-allowed;opacity:.5}.yst-root .yst-radio--disabled .yst-radio__check:focus,.yst-root .yst-radio--disabled .yst-radio__input:focus,.yst-root .yst-radio--disabled .yst-radio__label:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-radio--inline-block{display:inline-flex}.yst-root .yst-radio--inline-block .yst-radio__input{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.yst-root .yst-radio--inline-block .yst-radio__input:checked+.yst-radio__content .yst-radio__label{border-color:#0000;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1))}.yst-root .yst-radio--inline-block .yst-radio__input:checked+.yst-radio__content .yst-radio__check{visibility:visible}.yst-root .yst-radio--inline-block .yst-radio__input:focus+.yst-radio__content .yst-radio__label{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1));--tw-ring-offset-width:2px}.yst-root .yst-radio--inline-block .yst-radio__input:checked:focus+.yst-radio__content .yst-radio__label{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-offset-width:1px}.yst-root .yst-radio--inline-block .yst-radio__content{position:relative}.yst-root .yst-radio--inline-block .yst-radio__label{align-items:center;border-radius:.5rem;border-width:1px;cursor:pointer;display:flex;height:3.5rem;justify-content:center;margin-inline-start:0;width:3.5rem;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));font-size:1rem;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-radio--inline-block .yst-radio__label:hover{--tw-border-opacity:1;border-color:rgb(148 163 184/var(--tw-border-opacity,1))}.yst-root .yst-radio--inline-block .yst-radio__label:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1));--tw-ring-offset-width:2px}.yst-root .yst-radio--inline-block .yst-radio__check{height:1.25rem;inset-inline-end:.125rem;position:absolute;top:.125rem;visibility:hidden;width:1.25rem;--tw-text-opacity:1;color:rgb(154 22 96/var(--tw-text-opacity,1))}.yst-root .yst-radio__input{height:1rem;width:1rem;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity,1))}.yst-root .yst-radio__input:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1))}.yst-root .yst-radio__label{margin-inline-start:.75rem}.yst-root .yst-select{position:relative}.yst-root .yst-select--disabled .yst-select__button,.yst-root .yst-select--disabled .yst-select__label{cursor:not-allowed;opacity:.5}.yst-root .yst-select__button{align-items:center;border-radius:.375rem;cursor:default;display:flex;justify-content:space-between;position:relative;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));line-height:1.5rem;padding:.5rem .75rem;text-align:start;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1));--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity,1))}.yst-root .yst-select__button:focus{--tw-border-opacity:1;border-color:rgb(166 30 105/var(--tw-border-opacity,1));outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1))}.yst-root .yst-select__button-icon{height:1.25rem;inset-inline-end:.625rem;pointer-events:none;position:absolute;top:.625rem;width:1.25rem;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.yst-root .yst-select__options{border-radius:.375rem;margin-top:.25rem;max-height:15rem;overflow:auto;position:absolute;width:100%;z-index:10;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));font-size:.8125rem;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity,1));--tw-ring-opacity:0.05}.yst-root .yst-select__options:focus{outline:2px solid #0000;outline-offset:2px}.yst-root .yst-select__option{align-items:center;cursor:default;display:flex;justify-content:space-between;padding:.5rem .75rem;position:relative;-webkit-user-select:none;user-select:none;--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.yst-root .yst-select__option--active{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.yst-root .yst-select__option--selected{--tw-bg-opacity:1;background-color:rgb(154 22 96/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.yst-root .yst-select__button-label,.yst-root .yst-select__option-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yst-root .yst-select__option-check{flex-shrink:0;height:1.25rem;width:1.25rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.yst-root .yst-skeleton-loader{border-radius:.25rem;display:block;height:auto;overflow:hidden;position:relative;width:-moz-fit-content;width:fit-content;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.yst-root .yst-skeleton-loader:after{animation:wave 2.5s linear .5s infinite;background:linear-gradient(90deg,#0000,#00000012,#0000);content:"";inset:0;position:absolute;--tw-translate-x:-100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes wave{0%{transform:translateX(-100%)}50%,to{transform:translateX(100%)}}.yst-root .yst-table-wrapper table{min-width:100%}.yst-root .yst-table-wrapper table .yst-table-header{font-size:.8125rem;font-weight:600;padding:1rem .75rem;text-align:start;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.yst-root .yst-table-wrapper table .yst-table-cell{font-size:.8125rem;padding:1rem .75rem;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.yst-root .yst-table--default{border-radius:.5rem;--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity,1));--tw-ring-opacity:0.05}.yst-root .yst-table--default table>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));--tw-divide-opacity:1;border-color:rgb(203 213 225/var(--tw-divide-opacity,1))}.yst-root .yst-table--default table thead{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.yst-root .yst-table--default table thead .yst-table-header:first-child{border-start-start-radius:.5rem}.yst-root .yst-table--default table thead .yst-table-header:last-child{border-start-end-radius:.5rem}.yst-root .yst-table--default table tbody>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))}.yst-root .yst-table--default table tbody{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.yst-root .yst-table--default table .yst-table-row:last-of-type .yst-table-cell:first-child{border-end-start-radius:.5rem}.yst-root .yst-table--default table .yst-table-row:last-of-type .yst-table-cell:last-child{border-end-end-radius:.5rem}.yst-root .yst-table--minimal table>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));--tw-divide-opacity:1;border-color:rgb(203 213 225/var(--tw-divide-opacity,1))}.yst-root .yst-table--minimal table .yst-table-header{padding-bottom:.5rem;padding-top:.5rem;vertical-align:bottom}.yst-root .yst-table--minimal table .yst-table-cell{padding-bottom:.5rem;padding-top:.5rem}.yst-root .yst-table--minimal table .yst-table-cell:first-child{padding-inline-start:0}.yst-root .yst-table--minimal table .yst-table-cell:last-child{padding-inline-end:0}.yst-root .yst-table--minimal table .yst-table-header:first-child{padding-inline-start:0}.yst-root .yst-table--minimal table .yst-table-header:last-child{padding-inline-end:0}.yst-root .yst-table--minimal table tbody>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))}.yst-root .yst-table--minimal table tbody,.yst-root .yst-tag-input{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.yst-root .yst-tag-input{align-items:center;border-radius:.375rem;display:flex;flex-wrap:wrap;font-size:.8125rem;gap:.375rem;line-height:1.5rem;padding:.5rem .75rem;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.yst-root .yst-tag-input::placeholder{--tw-placeholder-opacity:1;color:rgb(100 116 139/var(--tw-placeholder-opacity,1))}.yst-root .yst-tag-input{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity,1))}.yst-root .yst-tag-input,.yst-root .yst-tag-input:focus-within{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-tag-input:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1))}.yst-root .yst-tag-input--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-tag-input--disabled:focus-within{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-tag-input--disabled .yst-tag-input__tag{cursor:not-allowed}.yst-root .yst-tag-input--disabled .yst-tag-input__tag:hover{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-tag-input--disabled .yst-tag-input__tag:focus,.yst-root .yst-tag-input--disabled .yst-tag-input__tag:focus-visible{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-tag-input--disabled .yst-tag-input__remove-tag{cursor:not-allowed}.yst-root .yst-tag-input--disabled .yst-tag-input__remove-tag:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.yst-root .yst-tag-input--disabled .yst-tag-input__remove-tag:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-tag-input--disabled .yst-tag-input__input{cursor:not-allowed}.yst-root .yst-tag-input__tag{cursor:pointer;gap:.125rem;min-height:1.25rem;padding-inline-end:.125rem}.yst-root .yst-tag-input__tag:hover{--tw-border-opacity:1;border-color:rgb(166 30 105/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1))}.yst-root .yst-tag-input__tag:focus,.yst-root .yst-tag-input__tag:focus-visible{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1))}.yst-root .yst-tag-input__remove-tag{align-items:center;border-radius:9999px;display:inline-flex;flex-shrink:0;height:1rem;justify-content:center;width:1rem;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.yst-root .yst-tag-input__remove-tag:hover{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.yst-root .yst-tag-input__remove-tag:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1))}.yst-root .yst-tag-input__input{border-style:none;display:inline-flex;flex:1 1 0%;font-size:.8125rem;margin:0;padding:0}.yst-root .yst-tag-input__input:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-text-input{border-radius:.375rem;border-width:0;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));font-size:.8125rem;padding:.5rem .75rem;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1));--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity,1))}.yst-root .yst-text-input,.yst-root .yst-text-input:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-text-input:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1))}.yst-root .yst-text-input--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-text-input--disabled:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-text-input--read-only{cursor:default;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.yst-root .yst-text-input--read-only,.yst-root .yst-textarea{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-textarea{border-radius:.375rem;border-width:0;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));font-size:.8125rem;padding:.5rem .75rem;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1));--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity,1))}.yst-root .yst-textarea,.yst-root .yst-textarea:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-textarea:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1))}.yst-root .yst-textarea--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-textarea--disabled:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-title{font-weight:500;line-height:1.25;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.yst-root .yst-title--1{font-size:1.5rem}.yst-root .yst-title--2{font-size:1.125rem}.yst-root .yst-title--3{font-size:.875rem}.yst-root .yst-title--4{font-size:1rem}.yst-root .yst-title--5{font-size:.8125rem}.yst-root .yst-toast{border-radius:.5rem;max-width:100%;overflow-y:auto;pointer-events:auto;width:20rem;z-index:20;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1rem;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity,1));--tw-ring-opacity:0.05}.yst-root .yst-toast--large{width:24rem}.yst-root .yst-toggle{border-color:#0000;border-radius:9999px;border-width:2px;cursor:pointer;display:inline-flex;flex-shrink:0;height:1.5rem;position:relative;width:2.75rem;--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity,1));transition-duration:.2s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.yst-root .yst-toggle:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1));--tw-ring-offset-width:2px}.yst-root .yst-toggle--checked{--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity,1))}.yst-root .yst-toggle--checked .yst-toggle__handle{--tw-translate-x:1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-toggle--checked .yst-toggle__handle:where([dir=rtl],[dir=rtl] *){--tw-translate-x:-1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-toggle--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-toggle--disabled:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-toggle__handle{display:flex;height:1.25rem;pointer-events:none;position:relative;width:1.25rem;--tw-translate-x:0px;align-items:center;border-radius:9999px;justify-content:center;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);transition-duration:.2s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.yst-root .yst-toggle__icon{flex-grow:0;flex-shrink:0;height:.625rem;width:.625rem;stroke:currentColor;stroke-width:2;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-duration:.1s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.yst-root .yst-toggle__icon--check{--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity,1))}.yst-root .yst-toggle__icon--x{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.yst-root .yst-tooltip{border-radius:.5rem;max-width:24rem;position:absolute;white-space:normal;width:max-content;z-index:10;--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1));font-size:.75rem;padding:.5rem .625rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.yst-root .yst-tooltip:before{border-color:#0000;border-width:8px;position:absolute;--tw-content:"";content:var(--tw-content)}.yst-root .yst-tooltip.yst-tooltip--light{border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.yst-root .yst-tooltip.yst-tooltip--light:after{border-color:#0000;border-width:8px;position:absolute;--tw-content:"";content:var(--tw-content)}.yst-root .yst-tooltip--top{margin-top:-.75rem;top:0;--tw-translate-x:-50%;--tw-translate-y:-100%}.yst-root .yst-tooltip--top,.yst-root .yst-tooltip--top:before{inset-inline-start:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip--top:before{top:100%;--tw-translate-x:-50%;--tw-translate-y:0px;content:var(--tw-content);--tw-border-opacity:1;border-top-color:rgb(31 41 55/var(--tw-border-opacity,1))}.yst-root .yst-tooltip--top:where([dir=rtl],[dir=rtl] *){--tw-translate-x:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip--top:where([dir=rtl],[dir=rtl] *):before{content:var(--tw-content);--tw-translate-x:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip--top.yst-tooltip--light:before{content:var(--tw-content);--tw-border-opacity:1;border-top-color:rgb(226 232 240/var(--tw-border-opacity,1))}.yst-root .yst-tooltip--top.yst-tooltip--light:after{inset-inline-start:50%;top:99%;--tw-translate-x:-50%;--tw-translate-y:0px;content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity:1;border-top-color:rgb(255 255 255/var(--tw-border-opacity,1))}.yst-root .yst-tooltip--top.yst-tooltip--light:where([dir=rtl],[dir=rtl] *):after{content:var(--tw-content);--tw-translate-x:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip--bottom{margin-top:.75rem;top:100%;--tw-translate-x:-50%;--tw-translate-y:-0px}.yst-root .yst-tooltip--bottom,.yst-root .yst-tooltip--bottom:before{inset-inline-start:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip--bottom:before{bottom:100%;--tw-translate-x:-50%;border-width:8px;content:var(--tw-content);--tw-border-opacity:1;border-bottom-color:rgb(31 41 55/var(--tw-border-opacity,1))}.yst-root .yst-tooltip--bottom:where([dir=rtl],[dir=rtl] *){--tw-translate-x:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip--bottom:where([dir=rtl],[dir=rtl] *):before{content:var(--tw-content);--tw-translate-x:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip--bottom.yst-tooltip--light:before{content:var(--tw-content);--tw-border-opacity:1;border-bottom-color:rgb(226 232 240/var(--tw-border-opacity,1))}.yst-root .yst-tooltip--bottom.yst-tooltip--light:after{bottom:96%;inset-inline-start:50%;--tw-translate-x:-50%;content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity:1;border-bottom-color:rgb(255 255 255/var(--tw-border-opacity,1))}.yst-root .yst-tooltip--bottom.yst-tooltip--light:where([dir=rtl],[dir=rtl] *):after{content:var(--tw-content);--tw-translate-x:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip--right{inset-inline-start:100%;margin-inline-start:.75rem;--tw-translate-x:-0px}.yst-root .yst-tooltip--right,.yst-root .yst-tooltip--right:before{top:50%;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip--right:before{content:var(--tw-content);inset-inline-end:100%;--tw-border-opacity:1;border-inline-end-color:rgb(31 41 55/var(--tw-border-opacity,1))}.yst-root .yst-tooltip--right.yst-tooltip--light:before{content:var(--tw-content);--tw-border-opacity:1;border-inline-end-color:rgb(226 232 240/var(--tw-border-opacity,1))}.yst-root .yst-tooltip--right.yst-tooltip--light:after{inset-inline-end:99%;--tw-translate-y:-50%;content:var(--tw-content);--tw-border-opacity:1;border-inline-end-color:rgb(255 255 255/var(--tw-border-opacity,1))}.yst-root .yst-tooltip--left,.yst-root .yst-tooltip--right.yst-tooltip--light:after{top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-tooltip--left{inset-inline-end:100%;margin-inline-end:.75rem;--tw-translate-y:-50%}.yst-root .yst-tooltip--left:before{inset-inline-start:100%;top:50%;--tw-translate-y:-50%;content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity:1;border-inline-start-color:rgb(31 41 55/var(--tw-border-opacity,1))}.yst-root .yst-tooltip--left.yst-tooltip--light:before{content:var(--tw-content);--tw-border-opacity:1;border-inline-start-color:rgb(226 232 240/var(--tw-border-opacity,1))}.yst-root .yst-tooltip--left.yst-tooltip--light:after{inset-inline-start:99%;top:50%;--tw-translate-y:-50%;content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity:1;border-inline-start-color:rgb(255 255 255/var(--tw-border-opacity,1))}.yst-root .yst-validation-icon{pointer-events:none}.yst-root .yst-validation-icon--success{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.yst-root .yst-validation-icon--info{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.yst-root .yst-validation-icon--warning{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.yst-root .yst-validation-icon--error{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.yst-root .yst-validation-input{position:relative}.yst-root .yst-validation-input--success .yst-validation-input__input{padding-inline-end:2.5rem;--tw-ring-opacity:1;--tw-ring-color:rgb(134 239 172/var(--tw-ring-opacity,1))}.yst-root .yst-validation-input--success .yst-validation-input__input:focus,.yst-root .yst-validation-input--success .yst-validation-input__input:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity,1))}.yst-root .yst-validation-input--info .yst-validation-input__input{padding-inline-end:2.5rem;--tw-ring-opacity:1;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity,1))}.yst-root .yst-validation-input--info .yst-validation-input__input:focus,.yst-root .yst-validation-input--info .yst-validation-input__input:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.yst-root .yst-validation-input--warning .yst-validation-input__input{padding-inline-end:2.5rem;--tw-ring-opacity:1;--tw-ring-color:rgb(252 211 77/var(--tw-ring-opacity,1))}.yst-root .yst-validation-input--warning .yst-validation-input__input:focus,.yst-root .yst-validation-input--warning .yst-validation-input__input:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11/var(--tw-ring-opacity,1))}.yst-root .yst-validation-input--error .yst-validation-input__input{padding-inline-end:2.5rem;--tw-ring-opacity:1;--tw-ring-color:rgb(252 165 165/var(--tw-ring-opacity,1))}.yst-root .yst-validation-input--error .yst-validation-input__input:focus,.yst-root .yst-validation-input--error .yst-validation-input__input:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.yst-root .yst-validation-input__input:focus,.yst-root .yst-validation-input__input:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-validation-input__icon{height:1.25rem;inset-inline-end:.625rem;position:absolute;top:.625rem;width:1.25rem}.yst-root .yst-validation-message a{color:inherit;font-weight:500}.yst-root .yst-validation-message a:visited:hover{color:inherit}.yst-root .yst-validation-message a:focus{--tw-ring-color:currentColor}.yst-root .yst-validation-message--success{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.yst-root .yst-validation-message--info{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.yst-root .yst-validation-message--warning{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}.yst-root .yst-validation-message--error{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.yst-root .yst-autocomplete-field--disabled .yst-autocomplete-field__description,.yst-root .yst-autocomplete-field--disabled .yst-autocomplete-field__label{opacity:.5}.yst-root .yst-autocomplete-field--disabled .yst-autocomplete-field__label{cursor:not-allowed}.yst-root .yst-autocomplete-field__description,.yst-root .yst-autocomplete-field__validation{margin-top:.5rem}.yst-root .yst-card{display:flex;flex-direction:column;position:relative}.yst-root .yst-card>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.yst-root .yst-card{border-radius:.5rem;border-width:1px;overflow:hidden;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1.5rem;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.yst-root .yst-card__header{align-items:center;display:flex;height:6rem;justify-content:center;margin-left:-1.5rem;margin-right:-1.5rem;margin-top:-1.5rem;position:relative;--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1));padding:1.5rem}.yst-root .yst-card__content{flex-grow:1}.yst-root .yst-card__footer{border-top-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1));padding-top:1.5rem}.yst-root .yst-checkbox-group--disabled .yst-checkbox-group__description,.yst-root .yst-checkbox-group--disabled .yst-checkbox-group__label{cursor:not-allowed;opacity:.5}.yst-root .yst-checkbox-group__label{margin-bottom:.5rem}.yst-root .yst-checkbox-group__options{display:flex;flex-direction:column;gap:.75rem}.yst-root .yst-checkbox-group__description{margin-bottom:1rem;margin-top:-.5rem}.yst-root .yst-dropdown-menu__icon-trigger{border-radius:9999px;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.yst-root .yst-dropdown-menu__icon-trigger:focus{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1));outline-color:#a61e69;outline-offset:2px;outline-style:solid;outline-width:2px}.yst-root .yst-dropdown-menu__item--button{align-items:center;border-radius:0;outline:2px solid #0000;outline-offset:2px;width:100%;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-dropdown-menu__item--button:focus,.yst-root .yst-dropdown-menu__item--button:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.yst-root .yst-dropdown-menu__item--button:focus{outline:2px solid #0000;outline-offset:2px}.yst-root .yst-dropdown-menu__list{border-radius:.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-dropdown-menu__list:focus-visible{outline:2px solid #0000;outline-offset:2px}.yst-root .yst-feature-upsell{position:relative}.yst-root .yst-feature-upsell--default{--tw-grayscale:grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.yst-root .yst-feature-upsell--card{padding:1.5rem}.yst-root .yst-file-import>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.yst-root .yst-file-import__feedback{border-radius:.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1rem;--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-file-import__feedback-header{align-items:flex-start;display:flex}.yst-root .yst-file-import__feedback-header>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.yst-root .yst-file-import__feedback-header:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.yst-root .yst-file-import__feedback-figure{align-items:center;border-radius:9999px;display:flex;height:2rem;justify-content:center;width:2rem;--tw-bg-opacity:1;background-color:rgb(243 229 237/var(--tw-bg-opacity,1))}.yst-root .yst-file-import__feedback-figure>svg{height:1.25rem;width:1.25rem;--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity,1))}.yst-root .yst-file-import__feedback-title{display:block;font-weight:500;margin-bottom:.125rem;overflow-wrap:break-word;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.yst-root .yst-file-import__feedback-description{display:block;font-size:.75rem;font-weight:500}.yst-root .yst-file-import__abort-button{align-items:center;border-radius:9999px;display:inline-flex;flex-shrink:0;height:1.25rem;justify-content:center;width:1.25rem;--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.yst-root .yst-file-import__abort-button:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.yst-root .yst-file-import__abort-button:focus{--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));outline:2px solid #0000;outline-offset:2px}.yst-root .yst-file-import__abort-button>svg{height:.75rem;width:.75rem}.yst-root .yst-file-import__abort-button>svg>path{stroke-width:3}.yst-root .yst-modal{inset:0;padding:1rem;position:fixed;z-index:10}@media (min-width:640px){.yst-root .yst-modal{padding:2rem}}@media (min-width:768px){.yst-root .yst-modal{padding:5rem}}.yst-root .yst-modal__layout{display:flex;min-height:100%}.yst-root .yst-modal--center .yst-modal__layout{align-items:center;justify-content:center}.yst-root .yst-modal--top-center .yst-modal__layout{align-items:flex-start;justify-content:center}.yst-root .yst-modal__overlay{background-color:rgb(100 116 139/var(--tw-bg-opacity,1));inset:0;position:fixed;--tw-bg-opacity:0.75;transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.yst-root .yst-modal__panel{border-radius:.5rem;max-width:36rem;overflow:hidden;position:relative;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1.5rem;--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-modal__close{display:block;inset-inline-end:1rem;position:absolute;top:1rem}.yst-root .yst-modal__close-button{border-radius:.375rem;position:relative;z-index:10;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.yst-root .yst-modal__close-button:hover{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.yst-root .yst-modal__close-button:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1));--tw-ring-offset-width:2px}.yst-root .yst-modal__container{display:flex;flex-direction:column;max-height:calc(100vh - 2rem)}@media (min-width:640px){.yst-root .yst-modal__container{max-height:calc(100vh - 4rem)}}@media (min-width:768px){.yst-root .yst-modal__container{max-height:calc(100vh - 10rem)}}.yst-root .yst-modal__panel .yst-modal__container{max-height:calc(100vh - 5rem)}@media (min-width:640px){.yst-root .yst-modal__panel .yst-modal__container{max-height:calc(100vh - 7rem)}}@media (min-width:768px){.yst-root .yst-modal__panel .yst-modal__container{max-height:calc(100vh - 13rem)}}.yst-root .yst-modal__container-footer,.yst-root .yst-modal__container-header{flex-shrink:0}.yst-root .yst-modal__container-content{overflow:auto}.yst-root .yst-modal__panel .yst-modal__container-content{margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem}.yst-root .yst-notifications{display:flex;flex-direction:column;max-height:calc(100vh - 4rem);max-width:calc(100vw - 4rem);pointer-events:none;position:fixed;width:100%;z-index:20}.yst-root .yst-notifications>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.yst-root .yst-notifications--bottom-center{align-items:center;bottom:2rem}.yst-root .yst-notifications--bottom-left{bottom:2rem;inset-inline-start:2rem}.yst-root .yst-notifications--top-center{align-items:center;top:2rem}.yst-root .yst-notification--large{width:24rem}.yst-root .yst-notification__icon{height:1.25rem;width:1.25rem}.yst-root .yst-pagination{direction:ltr;display:inline-flex;isolation:isolate}.yst-root .yst-pagination>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(-1px*(1 - var(--tw-space-x-reverse)));margin-right:calc(-1px*var(--tw-space-x-reverse))}.yst-root .yst-pagination{border-radius:.375rem;--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-pagination-display__text{font-weight:400;padding:.5rem .75rem;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(226 232 240/var(--tw-ring-opacity,1))}.yst-root .yst-pagination-display__current-text{font-weight:600;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.yst-root .yst-pagination-display__truncated{align-self:center;font-size:.8125rem;font-weight:600;padding:.5rem 1rem;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(226 232 240/var(--tw-ring-opacity,1))}.yst-root .yst-pagination-display__truncated,.yst-root .yst-pagination__button{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);display:inline-flex}.yst-root .yst-pagination__button{align-items:center;padding:.5rem;position:relative;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity,1))}.yst-root .yst-pagination__button:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.yst-root .yst-pagination__button:focus{outline-color:#a61e69;outline-offset:0;z-index:20}.yst-root .yst-pagination__button--active{z-index:10;--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity,1));font-size:.8125rem;font-weight:600;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.yst-root .yst-pagination__button--active:hover{--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity,1))}.yst-root .yst-pagination__button--active:focus{z-index:20}.yst-root .yst-pagination__button--active:focus-visible{border-radius:.125rem;outline-color:#a61e69;outline-offset:2px;outline-style:solid;outline-width:2px}.yst-root .yst-pagination__button--disabled{cursor:not-allowed;opacity:.5}.yst-root .yst-pagination__button--disabled:hover{background-color:initial}.yst-root .yst-pagination__button--disabled:focus{outline:2px solid #0000;outline-offset:2px}.yst-root .yst-popover__backdrop{background-color:rgb(100 116 139/var(--tw-bg-opacity,1));inset:0;position:fixed;z-index:20;--tw-bg-opacity:0.75}.yst-root .yst-popover__close{display:block;inset-inline-end:1rem;position:absolute;top:1rem}.yst-root .yst-popover__close-button{border-radius:.375rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.yst-root .yst-popover__close-button:hover{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.yst-root .yst-popover__close-button:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1));--tw-ring-offset-width:2px}.yst-root .yst-popover__title{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.yst-root .yst-popover__title:where([dir=rtl],[dir=rtl] *){text-align:right}.yst-root .yst-popover__content{overflow:hidden}.yst-root .yst-popover__content:where([dir=rtl],[dir=rtl] *){text-align:right}.yst-root .yst-popover{border-radius:.5rem;border-width:1px;max-width:20rem;pointer-events:auto;position:absolute;white-space:normal;width:max-content;z-index:30;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1rem;--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-popover:before{content:var(--tw-content);position:absolute}@media (min-width:640px){.yst-root .yst-popover{max-width:24rem}}.yst-root .yst-popover--no-arrow{inset-inline-start:50%;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--no-arrow:where([dir=rtl],[dir=rtl] *){--tw-translate-x:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--right{inset-inline-start:100%;--tw-translate-x:1.25rem;--tw-translate-y:-50%;--tw-shadow:-25px 0 50px -12px #1e293b40;--tw-shadow-colored:-25px 0 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-popover--right,.yst-root .yst-popover--right:before{top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--right:before{display:block;inset-inline-end:100%;--tw-translate-y:-50%;--tw-content:"";content:var(--tw-content)}.yst-root .yst-popover--right:where([dir=rtl],[dir=rtl] *){--tw-translate-x:-1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--right:where([dir=rtl],[dir=rtl] *):before{content:var(--tw-content);inset-inline-end:0;inset-inline-start:-100%;--tw-translate-x:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--right:before{border:14px solid #0000;border-right-color:#fff}[dir=rtl] .yst-root .yst-popover--right:before{border-left:14px solid #fff;border-right:14px solid #0000}.yst-root .yst-popover--top{inset-inline-end:50%;top:-1.25rem;--tw-translate-y:-100%;--tw-translate-x:50%}.yst-root .yst-popover--top,.yst-root .yst-popover--top:before{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--top:before{inset-inline-start:50%;top:100%;--tw-translate-x:-50%;--tw-translate-y:0px;--tw-content:"";content:var(--tw-content)}.yst-root .yst-popover--top:where([dir=rtl],[dir=rtl] *){--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--top:where([dir=rtl],[dir=rtl] *):before{content:var(--tw-content);--tw-translate-x:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--top:before{border-left:14px solid #0000;border-right:14px solid #0000;border-top:14px solid #fff}.yst-root .yst-popover--top-left{inset-inline-end:0;top:-1.25rem;--tw-translate-y:-100%;--tw-translate-x:0px}.yst-root .yst-popover--top-left,.yst-root .yst-popover--top-left:before{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--top-left:before{inset-inline-end:.5rem;top:100%;--tw-translate-x:-50%;--tw-translate-y:0px;border-color:#0000;--tw-content:"";content:var(--tw-content)}.yst-root .yst-popover--top-left:where([dir=rtl],[dir=rtl] *):before{content:var(--tw-content);--tw-translate-x:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--top-left:before{border-left:14px solid #0000;border-right:14px solid #0000;border-top:14px solid #fff}.yst-root .yst-popover--top-right{inset-inline-start:0;top:-1.25rem;--tw-translate-y:-100%}.yst-root .yst-popover--top-right,.yst-root .yst-popover--top-right:before{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--top-right:before{inset-inline-start:2rem;top:100%;--tw-translate-x:-50%;--tw-translate-y:0px;border-color:#0000;--tw-content:"";content:var(--tw-content)}.yst-root .yst-popover--top-right:where([dir=rtl],[dir=rtl] *):before{content:var(--tw-content);--tw-translate-x:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--top-right:before{border-left:14px solid #0000;border-right:14px solid #0000;border-top:14px solid #fff}.yst-root .yst-popover--left{inset-inline-end:100%;inset-inline-start:-1.25rem;--tw-translate-x:-100%;--tw-translate-y:-50%;--tw-shadow:25px 0 50px -12px #1e293b40;--tw-shadow-colored:25px 0 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-popover--left,.yst-root .yst-popover--left:before{top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--left:before{inset-inline-start:100%;--tw-translate-y:-50%;--tw-content:"";content:var(--tw-content)}.yst-root .yst-popover--left:where([dir=rtl],[dir=rtl] *){inset-inline-end:-100%;--tw-translate-x:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--left:where([dir=rtl],[dir=rtl] *):before{content:var(--tw-content);inset-inline-end:-100%;inset-inline-start:0;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--left:before{border:14px solid #0000;border-left-color:#fff}[dir=rtl] .yst-root .yst-popover--left:before{border-left:14px solid #0000;border-right:14px solid #fff}.yst-root .yst-popover--bottom{top:3.5rem;--tw-translate-x:-50%;--tw-shadow:0 -25px 50px -12px #1e293b40;--tw-shadow-colored:0 -25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-popover--bottom,.yst-root .yst-popover--bottom:before{inset-inline-start:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--bottom:before{bottom:100%;--tw-translate-x:-50%;--tw-translate-y:0px;--tw-content:"";content:var(--tw-content)}.yst-root .yst-popover--bottom:where([dir=rtl],[dir=rtl] *){--tw-translate-x:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--bottom:where([dir=rtl],[dir=rtl] *):before{content:var(--tw-content);--tw-translate-x:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--bottom:before{border-bottom:14px solid #fff;border-left:14px solid #0000;border-right:14px solid #0000}.yst-root .yst-popover--bottom-left{inset-inline-end:0;top:3.5rem;--tw-shadow:0 -25px 50px -12px #1e293b40;--tw-shadow-colored:0 -25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-popover--bottom-left:before{bottom:100%;inset-inline-end:0;--tw-translate-x:-50%;--tw-translate-y:0px;border-color:#0000;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-content:"";content:var(--tw-content)}.yst-root .yst-popover--bottom-left:where([dir=rtl],[dir=rtl] *):before{content:var(--tw-content);--tw-translate-x:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--bottom-left:before{border-bottom:14px solid #fff;border-left:14px solid #0000;border-right:14px solid #0000}.yst-root .yst-popover--bottom-right{inset-inline-start:0;top:3.5rem;--tw-shadow:0 -25px 50px -12px #1e293b40;--tw-shadow-colored:0 -25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yst-root .yst-popover--bottom-right:before{bottom:100%;inset-inline-start:2rem;--tw-translate-x:-50%;--tw-translate-y:0px;border-color:#0000;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-content:"";content:var(--tw-content)}.yst-root .yst-popover--bottom-right:where([dir=rtl],[dir=rtl] *):before{content:var(--tw-content);--tw-translate-x:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-popover--bottom-right:before{border-bottom:14px solid #fff;border-left:14px solid #0000;border-right:14px solid #0000}.yst-root .yst-radio-group--inline-block .yst-radio-group__options{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem}.yst-root .yst-radio-group--disabled .yst-radio-group__description,.yst-root .yst-radio-group--disabled .yst-radio-group__label{opacity:.5}.yst-root .yst-radio-group--disabled .yst-radio-group__label{cursor:not-allowed}.yst-root .yst-radio-group__label{margin-bottom:.5rem}.yst-root .yst-radio-group__options{display:flex;flex-direction:column;gap:.5rem}.yst-root .yst-radio-group__description{margin-bottom:1rem;margin-top:-.5rem}.yst-root .yst-select-field--disabled .yst-select-field__description,.yst-root .yst-select-field--disabled .yst-select-field__label{cursor:not-allowed;opacity:.5}.yst-root .yst-select-field__options{display:flex;flex-direction:column;gap:.75rem}.yst-root .yst-select-field__description,.yst-root .yst-select-field__validation{margin-top:.5rem}.yst-root .yst-mobile-navigation__top{position:sticky;top:0;width:100%;z-index:50}.yst-root .yst-mobile-navigation__dialog{display:flex;inset:0;position:fixed;z-index:50}.yst-root .yst-mobile-navigation__dialog,.yst-root .yst-sidebar-navigation__sidebar{--yst-menu-text-color:#1e293b}.yst-root .yst-sidebar-navigation__list>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.125rem*var(--tw-space-y-reverse));margin-top:calc(.125rem*(1 - var(--tw-space-y-reverse)))}.yst-root .yst-sidebar-navigation__list--indented{margin-inline-start:2rem;--yst-menu-text-color:#475569}.yst-root .yst-sidebar-navigation__item--active.yst-sidebar-navigation__collapsible-button,.yst-root .yst-sidebar-navigation__item--active.yst-sidebar-navigation__link{--tw-bg-opacity:1!important;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))!important;--tw-text-opacity:1!important;color:rgb(15 23 42/var(--tw-text-opacity,1))!important}.yst-root .yst-sidebar-navigation__item--active .yst-sidebar-navigation__icon{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.yst-root .yst-sidebar-navigation__item{list-style-type:none}.yst-root .yst-sidebar-navigation__item>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.125rem*var(--tw-space-y-reverse));margin-top:calc(.125rem*(1 - var(--tw-space-y-reverse)))}.yst-root .yst-sidebar-navigation__item:first-child{margin-top:.125rem}.yst-root .yst-sidebar-navigation__collapsible~.yst-sidebar-navigation__collapsible{margin-top:.25rem}.yst-root .yst-sidebar-navigation__collapsible-button{align-items:center;border-radius:.375rem;color:var(--yst-menu-text-color);column-gap:.75rem;cursor:pointer;display:flex;font-size:.8125rem;font-weight:500;justify-content:center;padding:.5rem .75rem;-webkit-text-decoration-line:none;text-decoration-line:none;width:100%}.yst-root .yst-sidebar-navigation__collapsible-button:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.yst-root .yst-sidebar-navigation__collapsible-button:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1))}.yst-root .yst-sidebar-navigation__link{align-items:center;border-radius:.375rem;color:var(--yst-menu-text-color);display:flex;font-size:.8125rem;font-weight:500;padding:.5rem .75rem;-webkit-text-decoration-line:none;text-decoration-line:none}.yst-root .yst-sidebar-navigation__link:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.yst-root .yst-sidebar-navigation__link:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1));--tw-ring-offset-width:1px;--tw-ring-offset-color:#0000}.yst-root a.yst-sidebar-navigation__link:visited{color:var(--yst-menu-text-color)}.yst-root a.yst-sidebar-navigation__link:hover:visited{color:#0f172a}.yst-root a.yst-sidebar-navigation__link:focus{border-radius:.375rem;color:var(--yst-menu-text-color)}.yst-root .yst-sidebar-navigation__icon{flex-shrink:0;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.yst-group:hover .yst-root .yst-sidebar-navigation__icon{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.yst-root .yst-stepper{align-items:center;display:flex;justify-content:space-between;position:relative}.yst-root .yst-stepper .yst-progress-bar__progress{transition-duration:.5s}.yst-root .yst-step{align-items:center;display:flex;flex-direction:column}.yst-root .yst-step__circle{border-radius:9999px;height:1.5rem;position:relative;width:1.5rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity,1))}.yst-root .yst-step__icon{left:50%;position:absolute;top:50%;--tw-translate-x:-50%;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.yst-root .yst-step--active{--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity,1))}.yst-root .yst-step--active .yst-step__circle{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1));transition-delay:.5s;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,1,1)}.yst-root .yst-step--active .yst-step__icon{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,1,1)}.yst-root .yst-step--complete{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.yst-root .yst-step--complete .yst-step__circle{--tw-bg-opacity:1;background-color:rgb(166 30 105/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1));transition-delay:0s;transition-property:none}.yst-root .yst-tag-field--disabled .yst-tag-field__description,.yst-root .yst-tag-field--disabled .yst-tag-field__label{opacity:.5}.yst-root .yst-tag-field--disabled .yst-tag-field__label{cursor:not-allowed}.yst-root .yst-tag-field__description,.yst-root .yst-tag-field__validation{margin-top:.5rem}.yst-root .yst-text-field--disabled .yst-text-field__description,.yst-root .yst-text-field--disabled .yst-text-field__label{opacity:.5}.yst-root .yst-text-field--disabled .yst-text-field__label{cursor:not-allowed}.yst-root .yst-text-field--read-only .yst-text-field__label{cursor:default}.yst-root .yst-text-field__description,.yst-root .yst-text-field__validation{margin-top:.5rem}.yst-root .yst-textarea-field--disabled .yst-textarea-field__description,.yst-root .yst-textarea-field--disabled .yst-textarea-field__label{opacity:.5}.yst-root .yst-textarea-field--disabled .yst-textarea-field__label{cursor:not-allowed}.yst-root .yst-text-field--read-only .yst-textarea-field__label{cursor:default}.yst-root .yst-textarea-field__description,.yst-root .yst-textarea-field__validation{margin-top:.5rem}.yst-root .yst-toggle-field{display:flex;flex-direction:column;gap:.25rem}.yst-root .yst-toggle-field--disabled .yst-toggle-field__description,.yst-root .yst-toggle-field--disabled .yst-toggle-field__label-wrapper{opacity:.5}.yst-root .yst-toggle-field--disabled .yst-toggle-field__label,.yst-root .yst-toggle-field--disabled .yst-toggle-field__label-wrapper{cursor:not-allowed}.yst-root .yst-toggle-field__header{align-items:center;display:flex;flex-direction:row;gap:1.5rem;justify-content:space-between}.yst-root .yst-toggle-field__label-wrapper{align-items:center;display:flex;gap:.25rem}.yst-root .yst-toggle-field__description{margin-inline-end:4.25rem}.yst-root .yst-tooltip-container{position:relative}.yst-root .yst-tooltip-trigger{border-radius:.375rem;cursor:pointer}.yst-root .yst-tooltip-trigger:focus{outline:2px solid #0000;outline-offset:2px}.yst-root .yst-tooltip-trigger:focus-visible{border-color:rgb(166 30 105/var(--tw-border-opacity,1));--tw-border-opacity:0;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1));--tw-ring-offset-width:2px}.yst-root .yst-difficulty--very-easy{--tw-bg-opacity:1;background-color:rgb(110 231 183/var(--tw-bg-opacity,1))}.yst-root .yst-difficulty--easy{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))}.yst-root .yst-difficulty--possible{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity,1))}.yst-root .yst-difficulty--difficult{--tw-bg-opacity:1;background-color:rgb(251 146 60/var(--tw-bg-opacity,1))}.yst-root .yst-difficulty--hard{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.yst-root .yst-difficulty--very-hard{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.yst-root .yst-intent-badge{align-items:center;border-radius:.125rem;display:flex;font-size:.8125rem;font-weight:600;height:1.25rem;justify-content:center;position:relative;text-transform:uppercase;width:1.25rem}.yst-root .yst-intent-badge.yst-intent-badge--i{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity,1))}.yst-root .yst-intent-badge.yst-intent-badge--n{--tw-bg-opacity:1;background-color:rgb(221 214 254/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(76 29 149/var(--tw-text-opacity,1))}.yst-root .yst-intent-badge.yst-intent-badge--c{--tw-bg-opacity:1;background-color:rgb(253 230 138/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}.yst-root .yst-intent-badge.yst-intent-badge--t{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(20 83 45/var(--tw-text-opacity,1))}.yst-root .yst-table-button{gap:.5rem}.yst-root .yst-table-button.yst-button--secondary .yst-button-icon{height:.75rem;width:.75rem;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.yst-root .yst-table-button.yst-button--tertiary{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.yst-root .yst-table-button.yst-button--tertiary:hover{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.yst-root .yst-table-button.yst-button--tertiary .yst-button-icon{height:.875rem;width:.875rem}.yst-root .yst-success-message{align-items:center;display:flex;font-size:.75rem;gap:.25rem;justify-content:center;line-height:1.25rem;padding:.25rem .75rem;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1));transition-duration:.3s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.yst-root .yst-success-message .yst-success-icon{height:1rem;width:1rem}.yst-root .yst-success-message.yst-success-message-add .yst-success-icon{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.yst-root .yst-success-message.yst-success-message-remove .yst-success-icon{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.yst-root .yst-modal-footer-link{align-items:center;display:flex;flex-direction:row;gap:.25rem}.yst-root .yst-modal-footer-link .yst-link-icon{height:.75rem;width:.75rem}.yst-root .yst-related-keyphrase-modal-content{max-height:60vh;min-height:350px;overflow-y:auto;padding:1.5rem}.yst-sr-only{height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border-width:0!important;white-space:nowrap!important}.yst-pointer-events-none{pointer-events:none!important}.yst-invisible{visibility:hidden!important}.yst-fixed{position:fixed!important}.yst-absolute{position:absolute!important}.yst-relative{position:relative!important}.yst-sticky{position:sticky!important}.yst-inset-0{inset:0!important}.yst-inset-5{inset:1.25rem!important}.yst-inset-x-0{left:0!important;right:0!important}.yst-inset-y-0{bottom:0!important;top:0!important}.yst--bottom-6{bottom:-1.5rem!important}.yst--end-\[6\.5px\]{inset-inline-end:-6.5px!important}.yst--left-3{left:-.75rem!important}.yst--top-2{top:-.5rem!important}.yst--top-\[6\.5px\]{top:-6.5px!important}.yst-bottom-0{bottom:0!important}.yst-bottom-12{bottom:3rem!important}.yst-end-0{inset-inline-end:0!important}.yst-end-12{inset-inline-end:3rem!important}.yst-end-2{inset-inline-end:.5rem!important}.yst-end-4{inset-inline-end:1rem!important}.yst-left-1\/2{left:50%!important}.yst-right-0{right:0!important}.yst-start-4{inset-inline-start:1rem!important}.yst-start-48{inset-inline-start:12rem!important}.yst-top-0{top:0!important}.yst-top-1\/2{top:50%!important}.yst-top-16{top:4rem!important}.yst-top-2{top:.5rem!important}.yst-top-3{top:.75rem!important}.yst-top-3\.5{top:.875rem!important}.yst-top-4{top:1rem!important}.yst-top-8{top:2rem!important}.yst-top-\[-11px\]{top:-11px!important}.yst-z-10{z-index:10!important}.yst-z-20{z-index:20!important}.yst-z-30{z-index:30!important}.yst-z-40{z-index:40!important}.yst-z-\[1000\]{z-index:1000!important}.yst-order-last{order:9999!important}.yst-col-span-1{grid-column:span 1/span 1!important}.yst-col-span-4{grid-column:span 4/span 4!important}.yst-float-end{float:inline-end!important}.yst--m-6{margin:-1.5rem!important}.yst-m-0{margin:0!important}.yst-m-8{margin:2rem!important}.yst--mx-1{margin-left:-.25rem!important;margin-right:-.25rem!important}.yst--mx-6{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.yst-mx-0{margin-left:0!important;margin-right:0!important}.yst-mx-1\.5{margin-left:.375rem!important;margin-right:.375rem!important}.yst-mx-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.yst-mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.yst-mx-4{margin-left:1rem!important;margin-right:1rem!important}.yst-mx-\[calc\(50\%-50vw\)\]{margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}.yst-mx-auto{margin-left:auto!important;margin-right:auto!important}.yst-my-0{margin-bottom:0!important;margin-top:0!important}.yst-my-0\.5{margin-bottom:.125rem!important;margin-top:.125rem!important}.yst-my-12{margin-bottom:3rem!important;margin-top:3rem!important}.yst-my-16{margin-bottom:4rem!important;margin-top:4rem!important}.yst-my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.yst-my-3{margin-bottom:.75rem!important;margin-top:.75rem!important}.yst-my-4{margin-bottom:1rem!important;margin-top:1rem!important}.yst-my-6{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.yst-my-8{margin-bottom:2rem!important;margin-top:2rem!important}.yst-my-auto{margin-bottom:auto!important;margin-top:auto!important}.yst--me-1{margin-inline-end:-.25rem!important}.yst--me-14{margin-inline-end:-3.5rem!important}.yst--me-2{margin-inline-end:-.5rem!important}.yst--me-8{margin-inline-end:-2rem!important}.yst--ms-1{margin-inline-start:-.25rem!important}.yst--ms-2{margin-inline-start:-.5rem!important}.yst--ms-3{margin-inline-start:-.75rem!important}.yst--ms-px{margin-inline-start:-1px!important}.yst--mt-0\.5{margin-top:-.125rem!important}.yst--mt-10{margin-top:-2.5rem!important}.yst--mt-2{margin-top:-.5rem!important}.yst--mt-6{margin-top:-1.5rem!important}.yst-mb-0{margin-bottom:0!important}.yst-mb-1{margin-bottom:.25rem!important}.yst-mb-2{margin-bottom:.5rem!important}.yst-mb-3{margin-bottom:.75rem!important}.yst-mb-4{margin-bottom:1rem!important}.yst-mb-5{margin-bottom:1.25rem!important}.yst-mb-6{margin-bottom:1.5rem!important}.yst-mb-8{margin-bottom:2rem!important}.yst-mb-\[-25px\]{margin-bottom:-25px!important}.yst-mb-\[1px\],.yst-mb-px{margin-bottom:1px!important}.yst-me-1{margin-inline-end:.25rem!important}.yst-me-1\.5{margin-inline-end:.375rem!important}.yst-me-2{margin-inline-end:.5rem!important}.yst-me-3{margin-inline-end:.75rem!important}.yst-me-5{margin-inline-end:1.25rem!important}.yst-me-6{margin-inline-end:1.5rem!important}.yst-me-8{margin-inline-end:2rem!important}.yst-me-\[calc\(2\.5rem-1px\)\]{margin-inline-end:calc(2.5rem - 1px)!important}.yst-ml-1\.5{margin-left:.375rem!important}.yst-ml-2{margin-left:.5rem!important}.yst-mr-1{margin-right:.25rem!important}.yst-mr-2{margin-right:.5rem!important}.yst-mr-5{margin-right:1.25rem!important}.yst-ms-1{margin-inline-start:.25rem!important}.yst-ms-1\.5{margin-inline-start:.375rem!important}.yst-ms-12{margin-inline-start:3rem!important}.yst-ms-2{margin-inline-start:.5rem!important}.yst-ms-3{margin-inline-start:.75rem!important}.yst-ms-4{margin-inline-start:1rem!important}.yst-ms-8{margin-inline-start:2rem!important}.yst-ms-auto{margin-inline-start:auto!important}.yst-mt-0{margin-top:0!important}.yst-mt-1{margin-top:.25rem!important}.yst-mt-1\.5{margin-top:.375rem!important}.yst-mt-10{margin-top:2.5rem!important}.yst-mt-12{margin-top:3rem!important}.yst-mt-2{margin-top:.5rem!important}.yst-mt-2\.5{margin-top:.625rem!important}.yst-mt-3{margin-top:.75rem!important}.yst-mt-4{margin-top:1rem!important}.yst-mt-5{margin-top:1.25rem!important}.yst-mt-6{margin-top:1.5rem!important}.yst-mt-7{margin-top:1.75rem!important}.yst-mt-8{margin-top:2rem!important}.yst-mt-\[-2\.6rem\]{margin-top:-2.6rem!important}.yst-mt-\[18px\]{margin-top:18px!important}.yst-mt-\[27\.5px\]{margin-top:27.5px!important}.yst-mt-\[3px\]{margin-top:3px!important}.yst-mt-auto{margin-top:auto!important}.yst-block{display:block!important}.yst-inline-block{display:inline-block!important}.yst-inline{display:inline!important}.yst-flex{display:flex!important}.yst-inline-flex{display:inline-flex!important}.yst-table-cell{display:table-cell!important}.yst-table-row{display:table-row!important}.yst-grid{display:grid!important}.yst-list-item{display:list-item!important}.yst-hidden{display:none!important}.yst-aspect-\[21\/5\]{aspect-ratio:21/5!important}.yst-aspect-square{aspect-ratio:1/1!important}.yst-aspect-video{aspect-ratio:16/9!important}.yst-h-0{height:0!important}.yst-h-0\.5{height:.125rem!important}.yst-h-10{height:2.5rem!important}.yst-h-11{height:2.75rem!important}.yst-h-12{height:3rem!important}.yst-h-14{height:3.5rem!important}.yst-h-16{height:4rem!important}.yst-h-2{height:.5rem!important}.yst-h-2\.5{height:.625rem!important}.yst-h-20{height:5rem!important}.yst-h-24{height:6rem!important}.yst-h-3{height:.75rem!important}.yst-h-4{height:1rem!important}.yst-h-4\/5{height:80%!important}.yst-h-48{height:12rem!important}.yst-h-5{height:1.25rem!important}.yst-h-52{height:13rem!important}.yst-h-6{height:1.5rem!important}.yst-h-60{height:15rem!important}.yst-h-7{height:1.75rem!important}.yst-h-8{height:2rem!important}.yst-h-9{height:2.25rem!important}.yst-h-96{height:24rem!important}.yst-h-\[17px\]{height:17px!important}.yst-h-\[19\.5px\]{height:19.5px!important}.yst-h-\[265px\]{height:265px!important}.yst-h-\[273px\]{height:273px!important}.yst-h-\[40px\]{height:40px!important}.yst-h-auto{height:auto!important}.yst-h-fit{height:-moz-fit-content!important;height:fit-content!important}.yst-h-full{height:100%!important}.yst-max-h-60{max-height:15rem!important}.yst-max-h-\[370px\]{max-height:370px!important}.yst-max-h-\[calc\(90vh-10rem\)\]{max-height:calc(90vh - 10rem)!important}.yst-min-h-\[24px\]{min-height:24px!important}.yst-min-h-\[84vh\]{min-height:84vh!important}.yst-min-h-full{min-height:100%!important}.yst-w-0{width:0!important}.yst-w-0\.5{width:.125rem!important}.yst-w-1\/3{width:33.333333%!important}.yst-w-10{width:2.5rem!important}.yst-w-10\/12{width:83.333333%!important}.yst-w-11\/12{width:91.666667%!important}.yst-w-12{width:3rem!important}.yst-w-14{width:3.5rem!important}.yst-w-16{width:4rem!important}.yst-w-2{width:.5rem!important}.yst-w-2\.5{width:.625rem!important}.yst-w-20{width:5rem!important}.yst-w-3{width:.75rem!important}.yst-w-3\/5{width:60%!important}.yst-w-32{width:8rem!important}.yst-w-36{width:9rem!important}.yst-w-4{width:1rem!important}.yst-w-40{width:10rem!important}.yst-w-44{width:11rem!important}.yst-w-48{width:12rem!important}.yst-w-5{width:1.25rem!important}.yst-w-52{width:13rem!important}.yst-w-56{width:14rem!important}.yst-w-6{width:1.5rem!important}.yst-w-7{width:1.75rem!important}.yst-w-7\/12{width:58.333333%!important}.yst-w-8{width:2rem!important}.yst-w-8\/12{width:66.666667%!important}.yst-w-9\/12{width:75%!important}.yst-w-96{width:24rem!important}.yst-w-\[140px\]{width:140px!important}.yst-w-\[17px\]{width:17px!important}.yst-w-\[19\.5px\]{width:19.5px!important}.yst-w-\[350px\]{width:350px!important}.yst-w-\[507px\]{width:507px!important}.yst-w-\[527px\]{width:527px!important}.yst-w-\[88px\]{width:88px!important}.yst-w-\[calc\(11\.5rem\+3px\)\]{width:calc(11.5rem + 3px)!important}.yst-w-auto{width:auto!important}.yst-w-full{width:100%!important}.yst-w-min{width:min-content!important}.yst-min-w-0{min-width:0!important}.yst-min-w-28{min-width:7rem!important}.yst-min-w-\[16rem\]{min-width:16rem!important}.yst-min-w-full{min-width:100%!important}.yst-max-w-2xl{max-width:42rem!important}.yst-max-w-3xl{max-width:48rem!important}.yst-max-w-4xl{max-width:56rem!important}.yst-max-w-5xl{max-width:64rem!important}.yst-max-w-64{max-width:16rem!important}.yst-max-w-6xl{max-width:72rem!important}.yst-max-w-80{max-width:20rem!important}.yst-max-w-\[252px\]{max-width:252px!important}.yst-max-w-\[400px\]{max-width:400px!important}.yst-max-w-\[432px\]{max-width:432px!important}.yst-max-w-\[500px\]{max-width:500px!important}.yst-max-w-\[600px\]{max-width:600px!important}.yst-max-w-\[715px\]{max-width:715px!important}.yst-max-w-full{max-width:100%!important}.yst-max-w-lg{max-width:32rem!important}.yst-max-w-md{max-width:28rem!important}.yst-max-w-none{max-width:none!important}.yst-max-w-page{max-width:2048px!important}.yst-max-w-screen-sm{max-width:640px!important}.yst-max-w-sm{max-width:24rem!important}.yst-max-w-xl{max-width:36rem!important}.yst-max-w-xs{max-width:20rem!important}.yst-flex-1{flex:1 1 0%!important}.yst-flex-none{flex:none!important}.yst-flex-shrink-0,.yst-shrink-0{flex-shrink:0!important}.yst-flex-grow,.yst-grow{flex-grow:1!important}.yst-table-fixed{table-layout:fixed!important}.yst-origin-top{transform-origin:top!important}.yst--translate-x-1\/2{--tw-translate-x:-50%!important}.yst--translate-x-1\/2,.yst--translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.yst--translate-y-1\/2{--tw-translate-y:-50%!important}.yst--translate-y-full{--tw-translate-y:-100%!important}.yst--translate-y-full,.yst-translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.yst-translate-y-0{--tw-translate-y:0px!important}.yst-translate-y-4{--tw-translate-y:1rem!important}.yst-translate-y-4,.yst-translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.yst-translate-y-full{--tw-translate-y:100%!important}.yst-rotate-180{--tw-rotate:180deg!important}.yst-rotate-180,.yst-scale-100{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.yst-scale-100{--tw-scale-x:1!important;--tw-scale-y:1!important}.yst-scale-95{--tw-scale-x:.95!important;--tw-scale-y:.95!important}.yst-scale-95,.yst-scale-x-\[-1\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.yst-scale-x-\[-1\]{--tw-scale-x:-1!important}.yst-scale-y-0{--tw-scale-y:0!important}.yst-scale-y-0,.yst-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@keyframes yst-spin{to{transform:rotate(1turn)}}.yst-animate-spin{animation:yst-spin 1s linear infinite!important}.yst-cursor-default{cursor:default!important}.yst-cursor-help{cursor:help!important}.yst-cursor-not-allowed{cursor:not-allowed!important}.yst-cursor-wait{cursor:wait!important}.yst-select-none{-webkit-user-select:none!important;user-select:none!important}.yst-scroll-pb-2{scroll-padding-bottom:.5rem!important}.yst-scroll-pt-11{scroll-padding-top:2.75rem!important}.yst-list-outside{list-style-position:outside!important}.yst-list-disc{list-style-type:disc!important}.yst-list-none{list-style-type:none!important}.yst-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.yst-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.yst-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.yst-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.yst-flex-row{flex-direction:row!important}.yst-flex-col{flex-direction:column!important}.yst-flex-wrap{flex-wrap:wrap!important}.yst-place-content-end{place-content:end!important}.yst-content-between{align-content:space-between!important}.yst-items-start{align-items:flex-start!important}.yst-items-end{align-items:flex-end!important}.yst-items-center{align-items:center!important}.yst-justify-start{justify-content:flex-start!important}.yst-justify-end{justify-content:flex-end!important}.yst-justify-center{justify-content:center!important}.yst-justify-between{justify-content:space-between!important}.yst-gap-1{gap:.25rem!important}.yst-gap-1\.5{gap:.375rem!important}.yst-gap-12{gap:3rem!important}.yst-gap-2{gap:.5rem!important}.yst-gap-3{gap:.75rem!important}.yst-gap-4{gap:1rem!important}.yst-gap-6{gap:1.5rem!important}.yst-gap-8{gap:2rem!important}.yst-gap-px{gap:1px!important}.yst-gap-x-2{column-gap:.5rem!important}.yst-gap-x-3{column-gap:.75rem!important}.yst-gap-x-4{column-gap:1rem!important}.yst-gap-x-5{column-gap:1.25rem!important}.yst-gap-x-6{column-gap:1.5rem!important}.yst-gap-y-1{row-gap:.25rem!important}.yst-gap-y-2{row-gap:.5rem!important}.yst-gap-y-4{row-gap:1rem!important}.yst-gap-y-6{row-gap:1.5rem!important}.yst--space-y-\[1px\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(-1px*var(--tw-space-y-reverse))!important;margin-top:calc(-1px*(1 - var(--tw-space-y-reverse)))!important}.yst-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(.5rem*var(--tw-space-x-reverse))!important}.yst-space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(.75rem*var(--tw-space-x-reverse))!important}.yst-space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(2rem*var(--tw-space-x-reverse))!important}.yst-space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(.25rem*var(--tw-space-y-reverse))!important;margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))!important}.yst-space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(.5rem*var(--tw-space-y-reverse))!important;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))!important}.yst-space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(.75rem*var(--tw-space-y-reverse))!important;margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))!important}.yst-space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(1rem*var(--tw-space-y-reverse))!important;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))!important}.yst-space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))!important;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))!important}.yst-space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(2rem*var(--tw-space-y-reverse))!important;margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))!important}.yst-self-start{align-self:flex-start!important}.yst-self-end{align-self:flex-end!important}.yst-self-center{align-self:center!important}.yst-overflow-auto{overflow:auto!important}.yst-overflow-hidden{overflow:hidden!important}.yst-overflow-y-auto{overflow-y:auto!important}.yst-overflow-x-hidden{overflow-x:hidden!important}.yst-overflow-x-scroll{overflow-x:scroll!important}.yst-truncate{overflow:hidden!important;white-space:nowrap!important}.yst-overflow-ellipsis,.yst-text-ellipsis,.yst-truncate{text-overflow:ellipsis!important}.yst-whitespace-nowrap{white-space:nowrap!important}.yst-whitespace-pre-line{white-space:pre-line!important}.yst-break-all{word-break:break-all!important}.yst-rounded-2xl{border-radius:1rem!important}.yst-rounded-3xl{border-radius:1.5rem!important}.yst-rounded-full{border-radius:9999px!important}.yst-rounded-lg{border-radius:.5rem!important}.yst-rounded-md{border-radius:.375rem!important}.yst-rounded-none{border-radius:0!important}.yst-rounded-b-lg{border-bottom-left-radius:.5rem!important;border-bottom-right-radius:.5rem!important}.yst-rounded-b-none{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.yst-rounded-e-md{border-end-end-radius:.375rem!important;border-start-end-radius:.375rem!important}.yst-rounded-r-md{border-bottom-right-radius:.375rem!important;border-top-right-radius:.375rem!important}.yst-rounded-s-md{border-end-start-radius:.375rem!important;border-start-start-radius:.375rem!important}.yst-rounded-t-2xl{border-top-left-radius:1rem!important;border-top-right-radius:1rem!important}.yst-rounded-t-\[14px\]{border-top-left-radius:14px!important;border-top-right-radius:14px!important}.yst-rounded-t-lg{border-top-left-radius:.5rem!important;border-top-right-radius:.5rem!important}.yst-border{border-width:1px!important}.yst-border-0{border-width:0!important}.yst-border-2{border-width:2px!important}.yst-border-x-0{border-left-width:0!important;border-right-width:0!important}.yst-border-y{border-top-width:1px!important}.yst-border-b,.yst-border-y{border-bottom-width:1px!important}.yst-border-l{border-left-width:1px!important}.yst-border-r{border-right-width:1px!important}.yst-border-t{border-top-width:1px!important}.yst-border-solid{border-style:solid!important}.yst-border-dashed{border-style:dashed!important}.yst-border-none{border-style:none!important}.yst-border-amber-300{--tw-border-opacity:1!important;border-color:rgb(252 211 77/var(--tw-border-opacity,1))!important}.yst-border-black{--tw-border-opacity:1!important;border-color:rgb(0 0 0/var(--tw-border-opacity,1))!important}.yst-border-emerald-600{--tw-border-opacity:1!important;border-color:rgb(5 150 105/var(--tw-border-opacity,1))!important}.yst-border-green-400{--tw-border-opacity:1!important;border-color:rgb(74 222 128/var(--tw-border-opacity,1))!important}.yst-border-primary-200{--tw-border-opacity:1!important;border-color:rgb(224 179 204/var(--tw-border-opacity,1))!important}.yst-border-primary-300{--tw-border-opacity:1!important;border-color:rgb(205 130 171/var(--tw-border-opacity,1))!important}.yst-border-primary-500{--tw-border-opacity:1!important;border-color:rgb(166 30 105/var(--tw-border-opacity,1))!important}.yst-border-red-300{--tw-border-opacity:1!important;border-color:rgb(252 165 165/var(--tw-border-opacity,1))!important}.yst-border-red-400{--tw-border-opacity:1!important;border-color:rgb(248 113 113/var(--tw-border-opacity,1))!important}.yst-border-red-500{--tw-border-opacity:1!important;border-color:rgb(239 68 68/var(--tw-border-opacity,1))!important}.yst-border-slate-100{--tw-border-opacity:1!important;border-color:rgb(241 245 249/var(--tw-border-opacity,1))!important}.yst-border-slate-200{--tw-border-opacity:1!important;border-color:rgb(226 232 240/var(--tw-border-opacity,1))!important}.yst-border-slate-300{--tw-border-opacity:1!important;border-color:rgb(203 213 225/var(--tw-border-opacity,1))!important}.yst-border-transparent{border-color:#0000!important}.yst-border-woo-light{--tw-border-opacity:1!important;border-color:rgb(0 117 179/var(--tw-border-opacity,1))!important}.yst-border-b-slate-200{--tw-border-opacity:1!important;border-bottom-color:rgb(226 232 240/var(--tw-border-opacity,1))!important}.yst-border-t-\[rgb\(0\,0\,0\,0\.2\)\]{border-top-color:#0003!important}.yst-border-t-slate-200{--tw-border-opacity:1!important;border-top-color:rgb(226 232 240/var(--tw-border-opacity,1))!important}.yst-border-opacity-30{--tw-border-opacity:0.3!important}.yst-bg-amber-200{--tw-bg-opacity:1!important;background-color:rgb(253 230 138/var(--tw-bg-opacity,1))!important}.yst-bg-analysis-bad{--tw-bg-opacity:1!important;background-color:rgb(220 50 50/var(--tw-bg-opacity,1))!important}.yst-bg-analysis-good{--tw-bg-opacity:1!important;background-color:rgb(122 208 58/var(--tw-bg-opacity,1))!important}.yst-bg-analysis-na{--tw-bg-opacity:1!important;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))!important}.yst-bg-analysis-ok{--tw-bg-opacity:1!important;background-color:rgb(238 124 27/var(--tw-bg-opacity,1))!important}.yst-bg-black{--tw-bg-opacity:1!important;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))!important}.yst-bg-blue-100{--tw-bg-opacity:1!important;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))!important}.yst-bg-gray-400{--tw-bg-opacity:1!important;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))!important}.yst-bg-green-100{--tw-bg-opacity:1!important;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))!important}.yst-bg-green-200{--tw-bg-opacity:1!important;background-color:rgb(187 247 208/var(--tw-bg-opacity,1))!important}.yst-bg-primary-200{--tw-bg-opacity:1!important;background-color:rgb(224 179 204/var(--tw-bg-opacity,1))!important}.yst-bg-primary-500{--tw-bg-opacity:1!important;background-color:rgb(166 30 105/var(--tw-bg-opacity,1))!important}.yst-bg-primary-600{--tw-bg-opacity:1!important;background-color:rgb(154 22 96/var(--tw-bg-opacity,1))!important}.yst-bg-red-100{--tw-bg-opacity:1!important;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))!important}.yst-bg-slate-100{--tw-bg-opacity:1!important;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))!important}.yst-bg-slate-200{--tw-bg-opacity:1!important;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))!important}.yst-bg-slate-300{--tw-bg-opacity:1!important;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))!important}.yst-bg-slate-50{--tw-bg-opacity:1!important;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))!important}.yst-bg-slate-600{--tw-bg-opacity:1!important;background-color:rgb(71 85 105/var(--tw-bg-opacity,1))!important}.yst-bg-transparent{background-color:initial!important}.yst-bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.yst-bg-woo-dark{--tw-bg-opacity:1!important;background-color:rgb(14 30 101/var(--tw-bg-opacity,1))!important}.yst-bg-woo-light{--tw-bg-opacity:1!important;background-color:rgb(0 117 179/var(--tw-bg-opacity,1))!important}.yst-bg-yellow-100{--tw-bg-opacity:1!important;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))!important}.yst-bg-opacity-0{--tw-bg-opacity:0!important}.yst-bg-opacity-100{--tw-bg-opacity:1!important}.yst-bg-opacity-15{--tw-bg-opacity:0.15!important}.yst-bg-opacity-75{--tw-bg-opacity:0.75!important}.yst-bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))!important}.yst-bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))!important}.yst-from-primary-500\/25{--tw-gradient-from:#a61e6940 var(--tw-gradient-from-position)!important;--tw-gradient-to:#a61e6900 var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.yst-from-slate-50{--tw-gradient-from:#f8fafc var(--tw-gradient-from-position)!important;--tw-gradient-to:#f8fafc00 var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.yst-to-\[80\%\]{--tw-gradient-to-position:80%!important}.yst-fill-blue-500{fill:#3b82f6!important}.yst-fill-primary-500{fill:#a61e69!important}.yst-fill-red-500{fill:#ef4444!important}.yst-fill-sky-200{fill:#bae6fd!important}.yst-stroke-blue-500{stroke:#3b82f6!important}.yst-stroke-green-700{stroke:#15803d!important}.yst-stroke-slate-400{stroke:#94a3b8!important}.yst-stroke-1{stroke-width:1!important}.yst-stroke-3{stroke-width:3px!important}.yst-object-contain{object-fit:contain!important}.yst-object-cover{object-fit:cover!important}.yst-object-center{object-position:center!important}.yst-p-0{padding:0!important}.yst-p-0\.5{padding:.125rem!important}.yst-p-1{padding:.25rem!important}.yst-p-1\.5{padding:.375rem!important}.yst-p-2{padding:.5rem!important}.yst-p-2\.5{padding:.625rem!important}.yst-p-3{padding:.75rem!important}.yst-p-4{padding:1rem!important}.yst-p-6{padding:1.5rem!important}.yst-p-7{padding:1.75rem!important}.yst-p-8{padding:2rem!important}.yst-px-0{padding-left:0!important;padding-right:0!important}.yst-px-0\.5{padding-left:.125rem!important;padding-right:.125rem!important}.yst-px-1\.5{padding-left:.375rem!important;padding-right:.375rem!important}.yst-px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.yst-px-11{padding-left:2.75rem!important;padding-right:2.75rem!important}.yst-px-12{padding-left:3rem!important;padding-right:3rem!important}.yst-px-2{padding-left:.5rem!important;padding-right:.5rem!important}.yst-px-2\.5{padding-left:.625rem!important;padding-right:.625rem!important}.yst-px-3{padding-left:.75rem!important;padding-right:.75rem!important}.yst-px-4{padding-left:1rem!important;padding-right:1rem!important}.yst-px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.yst-px-8{padding-left:2rem!important;padding-right:2rem!important}.yst-px-\[3px\]{padding-left:3px!important;padding-right:3px!important}.yst-py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.yst-py-1\.5{padding-bottom:.375rem!important;padding-top:.375rem!important}.yst-py-12{padding-bottom:3rem!important;padding-top:3rem!important}.yst-py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.yst-py-3{padding-bottom:.75rem!important;padding-top:.75rem!important}.yst-py-4{padding-bottom:1rem!important;padding-top:1rem!important}.yst-py-6{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.yst-py-\[2px\]{padding-bottom:2px!important;padding-top:2px!important}.yst-py-\[3px\]{padding-bottom:3px!important;padding-top:3px!important}.yst-pb-0{padding-bottom:0!important}.yst-pb-1{padding-bottom:.25rem!important}.yst-pb-10{padding-bottom:2.5rem!important}.yst-pb-2{padding-bottom:.5rem!important}.yst-pb-4{padding-bottom:1rem!important}.yst-pb-6{padding-bottom:1.5rem!important}.yst-pb-8{padding-bottom:2rem!important}.yst-pe-0{padding-inline-end:0!important}.yst-pe-10{padding-inline-end:2.5rem!important}.yst-pe-2{padding-inline-end:.5rem!important}.yst-pe-4{padding-inline-end:1rem!important}.yst-pe-9{padding-inline-end:2.25rem!important}.yst-pl-2{padding-left:.5rem!important}.yst-pr-3{padding-right:.75rem!important}.yst-ps-0{padding-inline-start:0!important}.yst-ps-3{padding-inline-start:.75rem!important}.yst-ps-6{padding-inline-start:1.5rem!important}.yst-ps-\[29px\]{padding-inline-start:29px!important}.yst-pt-1{padding-top:.25rem!important}.yst-pt-10{padding-top:2.5rem!important}.yst-pt-2{padding-top:.5rem!important}.yst-pt-4{padding-top:1rem!important}.yst-pt-6{padding-top:1.5rem!important}.yst-pt-\[47\.25\%\]{padding-top:47.25%!important}.yst-pt-\[56\.25\%\]{padding-top:56.25%!important}.yst-text-left{text-align:left!important}.yst-text-center{text-align:center!important}.yst-text-right{text-align:right!important}.yst-text-start{text-align:start!important}.yst-text-end{text-align:end!important}.yst-align-middle{vertical-align:middle!important}.yst-font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.yst-font-wp{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif!important}.yst-text-2xl{font-size:1.5rem!important}.yst-text-4xl{font-size:2.25rem!important}.yst-text-\[10px\]{font-size:10px!important}.yst-text-\[16px\]{font-size:16px!important}.yst-text-base{font-size:1rem!important}.yst-text-lg{font-size:1.125rem!important}.yst-text-sm{font-size:.8125rem!important}.yst-text-tiny{font-size:.875rem!important}.yst-text-xl{font-size:1.25rem!important}.yst-text-xs{font-size:.75rem!important}.yst-text-xxs{font-size:.675rem!important}.yst-font-\[650\]{font-weight:650!important}.yst-font-bold{font-weight:700!important}.yst-font-extrabold{font-weight:800!important}.yst-font-medium{font-weight:500!important}.yst-font-normal{font-weight:400!important}.yst-font-semibold{font-weight:600!important}.yst-uppercase{text-transform:uppercase!important}.yst-capitalize{text-transform:capitalize!important}.yst-italic{font-style:italic!important}.yst-leading-10{line-height:2.5rem!important}.yst-leading-4{line-height:1rem!important}.yst-leading-5{line-height:1.25rem!important}.yst-leading-6{line-height:1.5rem!important}.yst-leading-7{line-height:1.75rem!important}.yst-leading-8{line-height:2rem!important}.yst-leading-\[0\]{line-height:0!important}.yst-leading-\[normal\]{line-height:normal!important}.yst-leading-none{line-height:1!important}.yst-leading-normal{line-height:1.5!important}.yst-leading-tight{line-height:1.25!important}.yst-tracking-tight{letter-spacing:-.025em!important}.yst-tracking-wide{letter-spacing:.025em!important}.yst-text-\[\#006499\]{--tw-text-opacity:1!important;color:rgb(0 100 153/var(--tw-text-opacity,1))!important}.yst-text-\[\#111827\]{--tw-text-opacity:1!important;color:rgb(17 24 39/var(--tw-text-opacity,1))!important}.yst-text-\[\#555\]{--tw-text-opacity:1!important;color:rgb(85 85 85/var(--tw-text-opacity,1))!important}.yst-text-amber-300{--tw-text-opacity:1!important;color:rgb(252 211 77/var(--tw-text-opacity,1))!important}.yst-text-amber-500{--tw-text-opacity:1!important;color:rgb(245 158 11/var(--tw-text-opacity,1))!important}.yst-text-amber-900{--tw-text-opacity:1!important;color:rgb(120 53 15/var(--tw-text-opacity,1))!important}.yst-text-black{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity,1))!important}.yst-text-blue-500{--tw-text-opacity:1!important;color:rgb(59 130 246/var(--tw-text-opacity,1))!important}.yst-text-blue-800{--tw-text-opacity:1!important;color:rgb(30 64 175/var(--tw-text-opacity,1))!important}.yst-text-emerald-600{--tw-text-opacity:1!important;color:rgb(5 150 105/var(--tw-text-opacity,1))!important}.yst-text-gray-200{--tw-text-opacity:1!important;color:rgb(229 231 235/var(--tw-text-opacity,1))!important}.yst-text-gray-400{--tw-text-opacity:1!important;color:rgb(156 163 175/var(--tw-text-opacity,1))!important}.yst-text-gray-500{--tw-text-opacity:1!important;color:rgb(107 114 128/var(--tw-text-opacity,1))!important}.yst-text-green-400{--tw-text-opacity:1!important;color:rgb(74 222 128/var(--tw-text-opacity,1))!important}.yst-text-green-500{--tw-text-opacity:1!important;color:rgb(34 197 94/var(--tw-text-opacity,1))!important}.yst-text-green-600{--tw-text-opacity:1!important;color:rgb(22 163 74/var(--tw-text-opacity,1))!important}.yst-text-green-800{--tw-text-opacity:1!important;color:rgb(22 101 52/var(--tw-text-opacity,1))!important}.yst-text-indigo-600{--tw-text-opacity:1!important;color:rgb(79 70 229/var(--tw-text-opacity,1))!important}.yst-text-neutral-700{--tw-text-opacity:1!important;color:rgb(64 64 64/var(--tw-text-opacity,1))!important}.yst-text-primary-300{--tw-text-opacity:1!important;color:rgb(205 130 171/var(--tw-text-opacity,1))!important}.yst-text-primary-500{--tw-text-opacity:1!important;color:rgb(166 30 105/var(--tw-text-opacity,1))!important}.yst-text-red-500{--tw-text-opacity:1!important;color:rgb(239 68 68/var(--tw-text-opacity,1))!important}.yst-text-red-600{--tw-text-opacity:1!important;color:rgb(220 38 38/var(--tw-text-opacity,1))!important}.yst-text-red-800{--tw-text-opacity:1!important;color:rgb(153 27 27/var(--tw-text-opacity,1))!important}.yst-text-red-900{--tw-text-opacity:1!important;color:rgb(127 29 29/var(--tw-text-opacity,1))!important}.yst-text-slate-400{--tw-text-opacity:1!important;color:rgb(148 163 184/var(--tw-text-opacity,1))!important}.yst-text-slate-500{--tw-text-opacity:1!important;color:rgb(100 116 139/var(--tw-text-opacity,1))!important}.yst-text-slate-600{--tw-text-opacity:1!important;color:rgb(71 85 105/var(--tw-text-opacity,1))!important}.yst-text-slate-700{--tw-text-opacity:1!important;color:rgb(51 65 85/var(--tw-text-opacity,1))!important}.yst-text-slate-800{--tw-text-opacity:1!important;color:rgb(30 41 59/var(--tw-text-opacity,1))!important}.yst-text-slate-900{--tw-text-opacity:1!important;color:rgb(15 23 42/var(--tw-text-opacity,1))!important}.yst-text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.yst-text-woo-light{--tw-text-opacity:1!important;color:rgb(0 117 179/var(--tw-text-opacity,1))!important}.yst-text-yellow-500{--tw-text-opacity:1!important;color:rgb(234 179 8/var(--tw-text-opacity,1))!important}.yst-text-yellow-800{--tw-text-opacity:1!important;color:rgb(133 77 14/var(--tw-text-opacity,1))!important}.yst-text-yellow-900{--tw-text-opacity:1!important;color:rgb(113 63 18/var(--tw-text-opacity,1))!important}.yst-underline{-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important}.yst-no-underline{-webkit-text-decoration-line:none!important;text-decoration-line:none!important}.yst-decoration-dotted{-webkit-text-decoration-style:dotted!important;text-decoration-style:dotted!important}.yst-underline-offset-4{text-underline-offset:4px!important}.yst-subpixel-antialiased{-webkit-font-smoothing:auto!important;-moz-osx-font-smoothing:auto!important}.yst-placeholder-slate-500::placeholder{--tw-placeholder-opacity:1!important;color:rgb(100 116 139/var(--tw-placeholder-opacity,1))!important}.yst-opacity-0{opacity:0!important}.yst-opacity-100{opacity:1!important}.yst-opacity-25{opacity:.25!important}.yst-opacity-50{opacity:.5!important}.yst-opacity-75{opacity:.75!important}.yst-shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a!important;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)!important}.yst-shadow,.yst-shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.yst-shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040!important;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)!important}.yst-shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important}.yst-shadow-lg,.yst-shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.yst-shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a!important;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)!important}.yst-shadow-none{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important}.yst-shadow-none,.yst-shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.yst-shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important}.yst-shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a!important;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.yst-shadow-amber-700\/30{--tw-shadow-color:#b453094d!important;--tw-shadow:var(--tw-shadow-colored)!important}.yst-outline-none{outline:2px solid #0000!important;outline-offset:2px!important}.yst-ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.yst-ring-black{--tw-ring-opacity:1!important;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity,1))!important}.yst-ring-gray-200{--tw-ring-opacity:1!important;--tw-ring-color:rgb(229 231 235/var(--tw-ring-opacity,1))!important}.yst-ring-opacity-5{--tw-ring-opacity:0.05!important}.yst-ring-offset-2{--tw-ring-offset-width:2px!important}.yst-ring-offset-primary-500{--tw-ring-offset-color:#a61e69!important}.yst-drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px #00000012) drop-shadow(0 2px 2px #0000000f)!important}.yst-drop-shadow-md,.yst-drop-shadow-none{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.yst-drop-shadow-none{--tw-drop-shadow:drop-shadow(0 0 #0000)!important}.yst-grayscale{--tw-grayscale:grayscale(100%)!important}.yst-filter,.yst-grayscale{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.yst-transition{transition-duration:.15s!important;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.yst-transition-\[width\]{transition-duration:.15s!important;transition-property:width!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.yst-transition-all{transition-duration:.15s!important;transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.yst-transition-colors{transition-duration:.15s!important;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.yst-transition-opacity{transition-duration:.15s!important;transition-property:opacity!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.yst-transition-transform{transition-duration:.15s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.yst-delay-100{transition-delay:.1s!important}.yst-delay-200{transition-delay:.2s!important}.yst-delay-500{transition-delay:.5s!important}.yst-delay-\[900ms\]{transition-delay:.9s!important}.yst-duration-100{transition-duration:.1s!important}.yst-duration-1000{transition-duration:1s!important}.yst-duration-150{transition-duration:.15s!important}.yst-duration-200{transition-duration:.2s!important}.yst-duration-300{transition-duration:.3s!important}.yst-duration-500{transition-duration:.5s!important}.yst-duration-75{transition-duration:75ms!important}.yst-ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)!important}.yst-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.yst-ease-linear{transition-timing-function:linear!important}.yst-ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)!important}.yst-\@container{container-type:inline-size!important}.marker\:yst-mr-0 ::marker{margin-right:0!important}.marker\:yst-mr-0::marker{margin-right:0!important}.first\:yst-rounded-t-md:first-child{border-top-left-radius:.375rem!important;border-top-right-radius:.375rem!important}.first\:yst-pt-0:first-child{padding-top:0!important}.last\:yst-me-0:last-child{margin-inline-end:0!important}.last\:yst-rounded-b-md:last-child{border-bottom-left-radius:.375rem!important;border-bottom-right-radius:.375rem!important}.last\:yst-border-b-0:last-child{border-bottom-width:0!important}.last\:yst-pb-0:last-child{padding-bottom:0!important}.odd\:yst-bg-white:nth-child(odd){--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.even\:yst-bg-slate-50:nth-child(2n){--tw-bg-opacity:1!important;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))!important}.focus-within\:yst-border-primary-500:focus-within{--tw-border-opacity:1!important;border-color:rgb(166 30 105/var(--tw-border-opacity,1))!important}.focus-within\:yst-outline-none:focus-within{outline:2px solid #0000!important;outline-offset:2px!important}.focus-within\:yst-ring-1:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.focus-within\:yst-ring-primary-500:focus-within{--tw-ring-opacity:1!important;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1))!important}.hover\:yst-bg-\[\#f0f0f0\]:hover{--tw-bg-opacity:1!important;background-color:rgb(240 240 240/var(--tw-bg-opacity,1))!important}.hover\:yst-bg-gray-50:hover{--tw-bg-opacity:1!important;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))!important}.hover\:yst-bg-primary-600:hover{--tw-bg-opacity:1!important;background-color:rgb(154 22 96/var(--tw-bg-opacity,1))!important}.hover\:yst-bg-white:hover{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.hover\:yst-bg-gradient-to-l:hover{background-image:linear-gradient(to left,var(--tw-gradient-stops))!important}.hover\:yst-from-indigo-100:hover{--tw-gradient-from:#e0e7ff var(--tw-gradient-from-position)!important;--tw-gradient-to:#e0e7ff00 var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.hover\:yst-to-primary-100:hover{--tw-gradient-to:#f3e5ed var(--tw-gradient-to-position)!important}.hover\:yst-text-primary-500:hover{--tw-text-opacity:1!important;color:rgb(166 30 105/var(--tw-text-opacity,1))!important}.hover\:yst-text-slate-500:hover{--tw-text-opacity:1!important;color:rgb(100 116 139/var(--tw-text-opacity,1))!important}.hover\:yst-text-slate-600:hover{--tw-text-opacity:1!important;color:rgb(71 85 105/var(--tw-text-opacity,1))!important}.hover\:yst-text-slate-800:hover{--tw-text-opacity:1!important;color:rgb(30 41 59/var(--tw-text-opacity,1))!important}.hover\:yst-text-white:hover{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.focus\:yst-border-emerald-600:focus{--tw-border-opacity:1!important;border-color:rgb(5 150 105/var(--tw-border-opacity,1))!important}.focus\:yst-border-primary-500:focus{--tw-border-opacity:1!important;border-color:rgb(166 30 105/var(--tw-border-opacity,1))!important}.focus\:yst-border-red-500:focus{--tw-border-opacity:1!important;border-color:rgb(239 68 68/var(--tw-border-opacity,1))!important}.focus\:yst-bg-primary-600:focus{--tw-bg-opacity:1!important;background-color:rgb(154 22 96/var(--tw-bg-opacity,1))!important}.focus\:yst-text-primary-500:focus{--tw-text-opacity:1!important;color:rgb(166 30 105/var(--tw-text-opacity,1))!important}.focus\:yst-text-white:focus{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.focus\:yst-shadow-\[0_0_3px_rgba\(8\2c 74\2c 103\2c 0\.8\)\]:focus{--tw-shadow:0 0 3px #084a67cc!important;--tw-shadow-colored:0 0 3px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.focus\:yst-outline-none:focus{outline:2px solid #0000!important;outline-offset:2px!important}.focus\:yst-outline:focus{outline-style:solid!important}.focus\:yst-outline-\[1px\]:focus{outline-width:1px!important}.focus\:-yst-outline-offset-1:focus{outline-offset:-1px!important}.focus\:yst-outline-\[color\:\#0066cd\]:focus{outline-color:#0066cd!important}.focus\:yst-ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.focus\:yst-ring-1:focus,.focus\:yst-ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.focus\:yst-ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.focus\:yst-ring-inset:focus{--tw-ring-inset:inset!important}.focus\:yst-ring-emerald-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(5 150 105/var(--tw-ring-opacity,1))!important}.focus\:yst-ring-primary-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(166 30 105/var(--tw-ring-opacity,1))!important}.focus\:yst-ring-red-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))!important}.focus\:yst-ring-white:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))!important}.focus\:yst-ring-offset-0:focus{--tw-ring-offset-width:0px!important}.focus\:yst-ring-offset-2:focus{--tw-ring-offset-width:2px!important}.focus\:yst-ring-offset-primary-500:focus{--tw-ring-offset-color:#a61e69!important}.yst-group:hover .group-hover\:yst-bg-primary-200{--tw-bg-opacity:1!important;background-color:rgb(224 179 204/var(--tw-bg-opacity,1))!important}.yst-group:hover .group-hover\:yst-bg-primary-500{--tw-bg-opacity:1!important;background-color:rgb(166 30 105/var(--tw-bg-opacity,1))!important}.yst-group:hover .group-hover\:yst-text-primary-800{--tw-text-opacity:1!important;color:rgb(131 8 78/var(--tw-text-opacity,1))!important}.yst-group:hover .group-hover\:yst-text-slate-500{--tw-text-opacity:1!important;color:rgb(100 116 139/var(--tw-text-opacity,1))!important}.yst-group:hover .group-hover\:yst-text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}@container (min-width: 28rem){.\@md\:yst-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.\@md\:yst-flex-row{flex-direction:row!important}}@container (min-width: 32rem){.\@lg\:yst-col-span-2{grid-column:span 2/span 2!important}.\@lg\:yst-pb-0{padding-bottom:0!important}.\@lg\:yst-pb-4{padding-bottom:1rem!important}.\@lg\:yst-pe-0{padding-inline-end:0!important}.\@lg\:yst-pe-4{padding-inline-end:1rem!important}.\@lg\:yst-ps-0{padding-inline-start:0!important}.\@lg\:yst-ps-4{padding-inline-start:1rem!important}.\@lg\:yst-pt-0{padding-top:0!important}.\@lg\:yst-pt-4{padding-top:1rem!important}}@container (min-width: 48rem){.\@3xl\:yst-col-span-1{grid-column:span 1/span 1!important}.\@3xl\:yst-col-span-2{grid-column:span 2/span 2!important}.\@3xl\:yst-min-w-0{min-width:0!important}.\@3xl\:yst-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.\@3xl\:yst-pb-0{padding-bottom:0!important}.\@3xl\:yst-pe-4{padding-inline-end:1rem!important}.\@3xl\:yst-ps-4{padding-inline-start:1rem!important}.\@3xl\:yst-pt-0{padding-top:0!important}.\@3xl\:first\:yst-ps-0:first-child{padding-inline-start:0!important}.\@3xl\:last\:yst-pe-0:last-child{padding-inline-end:0!important}}@media (max-width:784px){.max-\[784px\]\:yst-max-w-full{max-width:100%!important}}@media not all and (min-width:640px){.max-sm\:yst-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}}@media (min-width:640px){.sm\:yst-end-16{inset-inline-end:4rem!important}.sm\:yst-mx-0{margin-left:0!important;margin-right:0!important}.sm\:yst-mb-0{margin-bottom:0!important}.sm\:yst-ml-3{margin-left:.75rem!important}.sm\:yst-ms-4{margin-inline-start:1rem!important}.sm\:yst-mt-0{margin-top:0!important}.sm\:yst-inline{display:inline!important}.sm\:yst-flex{display:flex!important}.sm\:yst-hidden{display:none!important}.sm\:yst-h-10{height:2.5rem!important}.sm\:yst-w-10{width:2.5rem!important}.sm\:yst-w-96{width:24rem!important}.sm\:yst-w-auto{width:auto!important}.sm\:yst-max-w-sm{max-width:24rem!important}.sm\:yst-translate-y-0{--tw-translate-y:0px!important}.sm\:yst-scale-100,.sm\:yst-translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sm\:yst-scale-100{--tw-scale-x:1!important;--tw-scale-y:1!important}.sm\:yst-scale-95{--tw-scale-x:.95!important;--tw-scale-y:.95!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sm\:yst-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sm\:yst-flex-row-reverse{flex-direction:row-reverse!important}.sm\:yst-items-start{align-items:flex-start!important}.sm\:yst-justify-end{justify-content:flex-end!important}.sm\:yst-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(.5rem*var(--tw-space-x-reverse))!important}.sm\:yst-px-0{padding-left:0!important;padding-right:0!important}.sm\:yst-text-start{text-align:start!important}.sm\:yst-text-sm{font-size:.8125rem!important}}@media (min-width:768px){.md\:yst-absolute{position:absolute!important}.md\:yst-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:yst-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (min-width:783px){.min-\[783px\]\:yst-block{display:block!important}.min-\[783px\]\:yst-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.min-\[783px\]\:yst-p-8{padding:2rem!important}}@media (min-width:1024px){.lg\:yst-col-span-2{grid-column:span 2/span 2!important}.lg\:yst-mt-0{margin-top:0!important}.lg\:yst-flex{display:flex!important}.lg\:yst-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lg\:yst-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lg\:yst-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.lg\:yst-gap-12{gap:3rem!important}.lg\:yst-pt-0{padding-top:0!important}}@media (min-width:1280px){.xl\:yst-fixed{position:fixed!important}.xl\:yst-end-8{inset-inline-end:2rem!important}.xl\:yst-col-span-2{grid-column:span 2/span 2!important}.xl\:yst-mb-0{margin-bottom:0!important}.xl\:yst-mt-0{margin-top:0!important}.xl\:yst-w-\[16rem\]{width:16rem!important}.xl\:yst-max-w-3xl{max-width:48rem!important}.xl\:yst-max-w-\[16rem\]{max-width:16rem!important}.xl\:yst-max-w-\[256px\]{max-width:256px!important}.xl\:yst-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.xl\:yst-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.xl\:yst-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.xl\:yst-flex-row{flex-direction:row!important}.xl\:yst-gap-12{gap:3rem!important}.xl\:yst-pe-\[17\.5rem\]{padding-inline-end:17.5rem!important}}@media (min-width:1536px){.\32xl\:yst-col-span-2{grid-column:span 2/span 2!important}.\32xl\:yst-mt-0{margin-top:0!important}.\32xl\:yst-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.\32xl\:yst-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.\32xl\:yst-gap-12{gap:3rem!important}}@media (min-width:1800px){.min-\[1800px\]\:yst-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}}.rtl\:yst-mr-2:where([dir=rtl],[dir=rtl] *){margin-right:.5rem!important}.rtl\:yst-rotate-180:where([dir=rtl],[dir=rtl] *){--tw-rotate:180deg!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rtl\:yst-rotate-\[270deg\]:where([dir=rtl],[dir=rtl] *){--tw-rotate:270deg!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rtl\:yst-space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1!important}@media (min-width:640px){.sm\:rtl\:yst-space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1!important}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2640-rtl.css
new file mode 100755
index 00000000..24fb5bb5
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2640-rtl.css
@@ -0,0 +1 @@
+.switch-light span span,.switch-toggle a{display:none}@media only screen{.switch-light,.switch-toggle{display:block;padding:0!important;position:relative}.switch-light:after,.switch-toggle:after{clear:both;content:"";display:table}.switch-light *,.switch-light :after,.switch-light :before,.switch-toggle *,.switch-toggle :after,.switch-toggle :before{box-sizing:border-box}.switch-light a,.switch-toggle a{display:block;transition:all .2s ease-out}.switch-light label,.switch-light-visual-label,.switch-light>span,.switch-toggle label,.switch-toggle>span{line-height:2;vertical-align:middle}.switch-light input{opacity:0;position:absolute;z-index:3}.switch-light input[type=checkbox].disabled,.switch-light input[type=checkbox].disabled:checked:before,.switch-light input[type=checkbox]:disabled,.switch-light input[type=checkbox]:disabled:checked:before{opacity:0}.switch-light input:checked~span a{left:0}.switch-light strong{font-weight:inherit}.switch-light>span{min-height:2em;padding:0;position:relative;text-align:right}.switch-light span span{display:block;float:right;position:relative;text-align:center;-webkit-user-select:none;user-select:none;width:50%;z-index:2}.switch-light a{display:block;height:100%;padding:0;position:absolute;left:50%;top:0;width:50%;z-index:1}.switch-toggle input{right:0;opacity:0;position:absolute}.switch-toggle input[type=radio].disabled,.switch-toggle input[type=radio].disabled:checked:before,.switch-toggle input[type=radio]:disabled,.switch-toggle input[type=radio]:disabled:checked:before{opacity:0}.switch-toggle input+label{float:right;margin:0;padding:0 .5em;text-align:center}.switch-toggle input:checked+label{position:relative;z-index:2}.switch-toggle a{height:100%;right:0;padding:0;position:absolute;top:0;width:10px;z-index:1}.switch-toggle .yoast-button-upsell{right:20px;position:relative}.switch-toggle label:nth-child(2):nth-last-child(4),.switch-toggle label:nth-child(2):nth-last-child(4)~a,.switch-toggle label:nth-child(2):nth-last-child(4)~label{width:50%}.switch-toggle label:nth-child(2):nth-last-child(4)~input:checked:nth-child(3)+label~a{right:50%}.switch-toggle label:nth-child(2):nth-last-child(6),.switch-toggle label:nth-child(2):nth-last-child(6)~a,.switch-toggle label:nth-child(2):nth-last-child(6)~label{width:33.33%}.switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(3)+label~a{right:33.33%}.switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(5)+label~a{right:66.66%}.switch-toggle label:nth-child(2):nth-last-child(8),.switch-toggle label:nth-child(2):nth-last-child(8)~a,.switch-toggle label:nth-child(2):nth-last-child(8)~label{width:25%}.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(3)+label~a{right:25%}.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(5)+label~a{right:50%}.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(7)+label~a{right:75%}.switch-toggle label:nth-child(2):nth-last-child(10),.switch-toggle label:nth-child(2):nth-last-child(10)~a,.switch-toggle label:nth-child(2):nth-last-child(10)~label{width:20%}.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(3)+label~a{right:20%}.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(5)+label~a{right:40%}.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(7)+label~a{right:60%}.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(9)+label~a{right:80%}.switch-toggle label:nth-child(2):nth-last-child(12),.switch-toggle label:nth-child(2):nth-last-child(12)~a,.switch-toggle label:nth-child(2):nth-last-child(12)~label{width:16.6%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(3)+label~a{right:16.6%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(5)+label~a{right:33.2%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(7)+label~a{right:49.8%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(9)+label~a{right:66.4%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(11)+label~a{right:83%}.switch-candy a{box-shadow:0 1px 1px #0003,inset 0 1px 1px #ffffff73}}@media only screen and (-webkit-max-device-pixel-ratio:2) and (max-device-width:80em){.switch-light,.switch-toggle{-webkit-animation:webkitSiblingBugfix 1s infinite}}.fieldset-switch-toggle{width:400px}.fieldset-switch-toggle label{float:none}.fieldset-switch-toggle .yoast-button-upsell{background-color:green;height:16px;overflow:hidden;width:20px}@media only screen{.fieldset-switch-toggle legend{box-sizing:border-box;float:right;font-weight:600;line-height:2;margin:8px 0;min-width:200px;padding-left:16px;vertical-align:middle}.fieldset-switch-toggle .disabled-note{clear:both}.switch-container__has-help .switch-light-visual-label,.switch-container__has-help legend{float:right;min-width:0;padding-left:0}.switch-container__has-help .yoast_help.yoast-help-button{margin:8px 2px 0 0}.switch-light.switch-yoast-seo>span,.switch-toggle.switch-yoast-seo{background-color:#dcdcdc;border:1px solid #ccc;border-radius:.5em;box-shadow:inset 0 2px 4px #00000026;width:250px}.switch-light.switch-yoast-seo,.switch-toggle.switch-yoast-seo{clear:both;float:right}.switch-light.switch-yoast-seo>span{display:inline-block;overflow:visible}.switch-light.switch-yoast-seo a,.switch-toggle.switch-yoast-seo a{background:#a4286a;border:1px solid #b5b5b5;border-radius:.5em}.switch-light.switch-yoast-seo input.disabled+span a,.switch-light.switch-yoast-seo input.disabled:checked+span a,.switch-light.switch-yoast-seo input:disabled+span a,.switch-light.switch-yoast-seo input:disabled:checked+span a,.switch-toggle.switch-yoast-seo input.disabled+a,.switch-toggle.switch-yoast-seo input.disabled~a,.switch-toggle.switch-yoast-seo input:disabled+a,.switch-toggle.switch-yoast-seo input:disabled~a{background:#9b9b9b;border:0}.switch-light.switch-yoast-seo input:focus+label,.switch-light.switch-yoast-seo input:focus~span a,.switch-toggle.switch-yoast-seo input:focus+label,.switch-toggle.switch-yoast-seo input:focus~span a{outline:none}.switch-light.switch-yoast-seo input:focus~span a,.switch-toggle.switch-yoast-seo input:focus~a{border-color:#5b9dd9!important;box-shadow:0 0 2px #0073aacc!important}.switch-light.switch-yoast-seo input:checked~span a,.switch-toggle.switch-yoast-seo input:checked~span a{background:#a4286a;border:1px solid #b5b5b5}.switch-light.switch-yoast-seo input:checked~span span:first-child,.switch-light.switch-yoast-seo span span,.switch-toggle.switch-yoast-seo label{color:#333;font-weight:inherit;text-shadow:none}.switch-candy.switch-yoast-seo input:checked+label,.switch-candy.switch-yoast-seo input:checked~span span:nth-child(2),.switch-candy.switch-yoast-seo input~span span:first-child{color:#fff;text-shadow:none}.switch-candy.switch-yoast-seo input+label:after{content:"";display:block;height:100%;right:0;position:absolute;top:0;width:100%;z-index:3}.switch-candy.switch-yoast-seo input:checked+label:after{content:none}.switch-light.switch-yoast-seo-reverse input:checked~span a{right:0}.switch-light.switch-yoast-seo-reverse a{right:50%}.switch-light.switch-yoast-seo-reverse span span{float:left}.switch-toggle.switch-yoast-seo label,label.switch-light.switch-yoast-seo{cursor:pointer;margin-right:0}.switch-light.switch-yoast-seo input.disabled+span,.switch-light.switch-yoast-seo input:disabled+span,.switch-toggle.switch-yoast-seo input.disabled+label,.switch-toggle.switch-yoast-seo input:disabled+label{cursor:not-allowed}.switch-yoast-seo .switch-yoast-seo-jaws-a11y{display:block;height:1px;margin-bottom:-1px;overflow:hidden}.switch-light.switch-yoast-seo label code,.switch-toggle.switch-yoast-seo label code{background-color:inherit;vertical-align:top}.switch-light-visual-label{display:block;font-weight:600;line-height:2;margin:8px 0}.switch-light-visual-label__strong{font-weight:600}.switch-container{clear:both;margin:0 0 .8em}.switch-container.premium-upsell .clear{display:none}.switch-container.premium-upsell{align-items:end;clear:both;display:grid;grid-template-columns:280px 1fr;margin:0 0 .8em}.switch-container.premium-upsell .yoast-help-panel{width:520px}@media screen and (max-width:600px){.switch-container.premium-upsell{clear:both;display:grid;grid-template-columns:1fr;margin:0 0 .8em}.switch-container.premium-upsell .yoast-help-panel{width:unset}}.switch-container.premium-upsell .yoast-button{clear:both;margin-top:8px;width:-moz-fit-content;width:fit-content}.switch-container+.switch-container{margin-top:8px}.switch-container+p{margin:0 0 16px}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2640.css b/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2640.css
new file mode 100755
index 00000000..c2154611
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2640.css
@@ -0,0 +1 @@
+.switch-light span span,.switch-toggle a{display:none}@media only screen{.switch-light,.switch-toggle{display:block;padding:0!important;position:relative}.switch-light:after,.switch-toggle:after{clear:both;content:"";display:table}.switch-light *,.switch-light :after,.switch-light :before,.switch-toggle *,.switch-toggle :after,.switch-toggle :before{box-sizing:border-box}.switch-light a,.switch-toggle a{display:block;transition:all .2s ease-out}.switch-light label,.switch-light-visual-label,.switch-light>span,.switch-toggle label,.switch-toggle>span{line-height:2;vertical-align:middle}.switch-light input{opacity:0;position:absolute;z-index:3}.switch-light input[type=checkbox].disabled,.switch-light input[type=checkbox].disabled:checked:before,.switch-light input[type=checkbox]:disabled,.switch-light input[type=checkbox]:disabled:checked:before{opacity:0}.switch-light input:checked~span a{right:0}.switch-light strong{font-weight:inherit}.switch-light>span{min-height:2em;padding:0;position:relative;text-align:left}.switch-light span span{display:block;float:left;position:relative;text-align:center;-webkit-user-select:none;user-select:none;width:50%;z-index:2}.switch-light a{display:block;height:100%;padding:0;position:absolute;right:50%;top:0;width:50%;z-index:1}.switch-toggle input{left:0;opacity:0;position:absolute}.switch-toggle input[type=radio].disabled,.switch-toggle input[type=radio].disabled:checked:before,.switch-toggle input[type=radio]:disabled,.switch-toggle input[type=radio]:disabled:checked:before{opacity:0}.switch-toggle input+label{float:left;margin:0;padding:0 .5em;text-align:center}.switch-toggle input:checked+label{position:relative;z-index:2}.switch-toggle a{height:100%;left:0;padding:0;position:absolute;top:0;width:10px;z-index:1}.switch-toggle .yoast-button-upsell{left:20px;position:relative}.switch-toggle label:nth-child(2):nth-last-child(4),.switch-toggle label:nth-child(2):nth-last-child(4)~a,.switch-toggle label:nth-child(2):nth-last-child(4)~label{width:50%}.switch-toggle label:nth-child(2):nth-last-child(4)~input:checked:nth-child(3)+label~a{left:50%}.switch-toggle label:nth-child(2):nth-last-child(6),.switch-toggle label:nth-child(2):nth-last-child(6)~a,.switch-toggle label:nth-child(2):nth-last-child(6)~label{width:33.33%}.switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(3)+label~a{left:33.33%}.switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(5)+label~a{left:66.66%}.switch-toggle label:nth-child(2):nth-last-child(8),.switch-toggle label:nth-child(2):nth-last-child(8)~a,.switch-toggle label:nth-child(2):nth-last-child(8)~label{width:25%}.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(3)+label~a{left:25%}.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(5)+label~a{left:50%}.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(7)+label~a{left:75%}.switch-toggle label:nth-child(2):nth-last-child(10),.switch-toggle label:nth-child(2):nth-last-child(10)~a,.switch-toggle label:nth-child(2):nth-last-child(10)~label{width:20%}.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(3)+label~a{left:20%}.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(5)+label~a{left:40%}.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(7)+label~a{left:60%}.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(9)+label~a{left:80%}.switch-toggle label:nth-child(2):nth-last-child(12),.switch-toggle label:nth-child(2):nth-last-child(12)~a,.switch-toggle label:nth-child(2):nth-last-child(12)~label{width:16.6%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(3)+label~a{left:16.6%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(5)+label~a{left:33.2%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(7)+label~a{left:49.8%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(9)+label~a{left:66.4%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(11)+label~a{left:83%}.switch-candy a{box-shadow:0 1px 1px #0003,inset 0 1px 1px #ffffff73}}@media only screen and (-webkit-max-device-pixel-ratio:2) and (max-device-width:80em){.switch-light,.switch-toggle{-webkit-animation:webkitSiblingBugfix 1s infinite}}.fieldset-switch-toggle{width:400px}.fieldset-switch-toggle label{float:none}.fieldset-switch-toggle .yoast-button-upsell{background-color:green;height:16px;overflow:hidden;width:20px}@media only screen{.fieldset-switch-toggle legend{box-sizing:border-box;float:left;font-weight:600;line-height:2;margin:8px 0;min-width:200px;padding-right:16px;vertical-align:middle}.fieldset-switch-toggle .disabled-note{clear:both}.switch-container__has-help .switch-light-visual-label,.switch-container__has-help legend{float:left;min-width:0;padding-right:0}.switch-container__has-help .yoast_help.yoast-help-button{margin:8px 0 0 2px}.switch-light.switch-yoast-seo>span,.switch-toggle.switch-yoast-seo{background-color:#dcdcdc;border:1px solid #ccc;border-radius:.5em;box-shadow:inset 0 2px 4px #00000026;width:250px}.switch-light.switch-yoast-seo,.switch-toggle.switch-yoast-seo{clear:both;float:left}.switch-light.switch-yoast-seo>span{display:inline-block;overflow:visible}.switch-light.switch-yoast-seo a,.switch-toggle.switch-yoast-seo a{background:#a4286a;border:1px solid #b5b5b5;border-radius:.5em}.switch-light.switch-yoast-seo input.disabled+span a,.switch-light.switch-yoast-seo input.disabled:checked+span a,.switch-light.switch-yoast-seo input:disabled+span a,.switch-light.switch-yoast-seo input:disabled:checked+span a,.switch-toggle.switch-yoast-seo input.disabled+a,.switch-toggle.switch-yoast-seo input.disabled~a,.switch-toggle.switch-yoast-seo input:disabled+a,.switch-toggle.switch-yoast-seo input:disabled~a{background:#9b9b9b;border:0}.switch-light.switch-yoast-seo input:focus+label,.switch-light.switch-yoast-seo input:focus~span a,.switch-toggle.switch-yoast-seo input:focus+label,.switch-toggle.switch-yoast-seo input:focus~span a{outline:none}.switch-light.switch-yoast-seo input:focus~span a,.switch-toggle.switch-yoast-seo input:focus~a{border-color:#5b9dd9!important;box-shadow:0 0 2px #0073aacc!important}.switch-light.switch-yoast-seo input:checked~span a,.switch-toggle.switch-yoast-seo input:checked~span a{background:#a4286a;border:1px solid #b5b5b5}.switch-light.switch-yoast-seo input:checked~span span:first-child,.switch-light.switch-yoast-seo span span,.switch-toggle.switch-yoast-seo label{color:#333;font-weight:inherit;text-shadow:none}.switch-candy.switch-yoast-seo input:checked+label,.switch-candy.switch-yoast-seo input:checked~span span:nth-child(2),.switch-candy.switch-yoast-seo input~span span:first-child{color:#fff;text-shadow:none}.switch-candy.switch-yoast-seo input+label:after{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}.switch-candy.switch-yoast-seo input:checked+label:after{content:none}.switch-light.switch-yoast-seo-reverse input:checked~span a{left:0}.switch-light.switch-yoast-seo-reverse a{left:50%}.switch-light.switch-yoast-seo-reverse span span{float:right}.switch-toggle.switch-yoast-seo label,label.switch-light.switch-yoast-seo{cursor:pointer;margin-left:0}.switch-light.switch-yoast-seo input.disabled+span,.switch-light.switch-yoast-seo input:disabled+span,.switch-toggle.switch-yoast-seo input.disabled+label,.switch-toggle.switch-yoast-seo input:disabled+label{cursor:not-allowed}.switch-yoast-seo .switch-yoast-seo-jaws-a11y{display:block;height:1px;margin-bottom:-1px;overflow:hidden}.switch-light.switch-yoast-seo label code,.switch-toggle.switch-yoast-seo label code{background-color:inherit;vertical-align:top}.switch-light-visual-label{display:block;font-weight:600;line-height:2;margin:8px 0}.switch-light-visual-label__strong{font-weight:600}.switch-container{clear:both;margin:0 0 .8em}.switch-container.premium-upsell .clear{display:none}.switch-container.premium-upsell{align-items:end;clear:both;display:grid;grid-template-columns:280px 1fr;margin:0 0 .8em}.switch-container.premium-upsell .yoast-help-panel{width:520px}@media screen and (max-width:600px){.switch-container.premium-upsell{clear:both;display:grid;grid-template-columns:1fr;margin:0 0 .8em}.switch-container.premium-upsell .yoast-help-panel{width:unset}}.switch-container.premium-upsell .yoast-button{clear:both;margin-top:8px;width:-moz-fit-content;width:fit-content}.switch-container+.switch-container{margin-top:8px}.switch-container+p{margin:0 0 16px}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/tooltips-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/tooltips-2640-rtl.css
new file mode 100755
index 00000000..e439bdb3
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/tooltips-2640-rtl.css
@@ -0,0 +1 @@
+.yoast-tooltip{position:relative}button.yoast-tooltip{overflow:visible}.yoast-tooltip:after{background:#000c;border-radius:3px;color:#fff;display:none;font:normal normal 11px/1.45454545 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;letter-spacing:normal;opacity:0;padding:6px 8px 5px;position:absolute;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:pre;z-index:1000000;word-wrap:break-word;content:attr(aria-label);pointer-events:none;-webkit-font-smoothing:subpixel-antialiased}.yoast-tooltip-alt:after{content:attr(data-label)}.yoast-tooltip:before{border:5px solid #0000;color:#000c;content:"\00a0";display:none;height:0;opacity:0;pointer-events:none;position:absolute;width:0;z-index:1000001}@keyframes yoast-tooltip-appear{0%{opacity:0}to{opacity:1}}.yoast-tooltip:active:after,.yoast-tooltip:active:before,.yoast-tooltip:focus:after,.yoast-tooltip:focus:before,.yoast-tooltip:hover:after,.yoast-tooltip:hover:before{animation-duration:.1s;animation-fill-mode:forwards;animation-name:yoast-tooltip-appear;animation-timing-function:ease-in;display:inline-block;text-decoration:none}.yoast-tooltip-no-delay:active:after,.yoast-tooltip-no-delay:active:before,.yoast-tooltip-no-delay:focus:after,.yoast-tooltip-no-delay:focus:before,.yoast-tooltip-no-delay:hover:after,.yoast-tooltip-no-delay:hover:before{animation:none;opacity:1}.yoast-tooltip-multiline:active:after,.yoast-tooltip-multiline:focus:after,.yoast-tooltip-multiline:hover:after{display:table-cell}.yoast-tooltip-s:after,.yoast-tooltip-se:after,.yoast-tooltip-sw:after{margin-top:5px;left:50%;top:100%}.yoast-tooltip-s:before,.yoast-tooltip-se:before,.yoast-tooltip-sw:before{border-bottom-color:#000c;bottom:-5px;margin-left:-5px;left:50%;top:auto}.yoast-tooltip-se:after{right:50%;margin-right:-15px;left:auto}.yoast-tooltip-sw:after{margin-left:-15px}.yoast-tooltip-n:after,.yoast-tooltip-ne:after,.yoast-tooltip-nw:after{bottom:100%;margin-bottom:5px;left:50%}.yoast-tooltip-n:before,.yoast-tooltip-ne:before,.yoast-tooltip-nw:before{border-top-color:#000c;bottom:auto;margin-left:-5px;left:50%;top:-5px}.yoast-tooltip-ne:after{right:50%;margin-right:-15px;left:auto}.yoast-tooltip-nw:after{margin-left:-15px}.yoast-tooltip-n:after,.yoast-tooltip-s:after{transform:translateX(-50%)}.yoast-tooltip-w:after{bottom:50%;margin-left:5px;left:100%;transform:translateY(50%)}.yoast-tooltip-w:before{border-right-color:#000c;bottom:50%;right:-5px;margin-top:-5px;top:50%}.yoast-tooltip-e:after{bottom:50%;right:100%;margin-right:5px;transform:translateY(50%)}.yoast-tooltip-e:before{border-left-color:#000c;bottom:50%;margin-top:-5px;left:-5px;top:50%}.yoast-tooltip-multiline:after{width:210px}@supports (width:max-content){.yoast-tooltip-multiline:after{width:max-content}}.yoast-tooltip-multiline:after{border-collapse:initial;max-width:210px;white-space:pre-line;word-wrap:normal;word-break:break-word}.yoast-tooltip-multiline.yoast-tooltip-n:after,.yoast-tooltip-multiline.yoast-tooltip-s:after{right:50%;left:auto;transform:translateX(50%)}.yoast-tooltip-multiline.yoast-tooltip-e:after,.yoast-tooltip-multiline.yoast-tooltip-w:after{left:100%}@media screen and (min-width:0\0){.yoast-tooltip-multiline:after{width:210px}}.yoast-tooltip-sticky:after,.yoast-tooltip-sticky:before{display:inline-block}.yoast-tooltip-sticky.yoast-tooltip-multiline:after{display:table-cell}@media only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.yoast-tooltip-w:after{margin-left:4.5px}}.yoast-tooltip.yoast-tooltip-hidden:after,.yoast-tooltip.yoast-tooltip-hidden:before{display:none}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/tooltips-2640.css b/wp-content/plugins/wordpress-seo/css/dist/tooltips-2640.css
new file mode 100755
index 00000000..9f8b8272
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/tooltips-2640.css
@@ -0,0 +1 @@
+.yoast-tooltip{position:relative}button.yoast-tooltip{overflow:visible}.yoast-tooltip:after{background:#000c;border-radius:3px;color:#fff;display:none;font:normal normal 11px/1.45454545 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;letter-spacing:normal;opacity:0;padding:6px 8px 5px;position:absolute;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:pre;z-index:1000000;word-wrap:break-word;content:attr(aria-label);pointer-events:none;-webkit-font-smoothing:subpixel-antialiased}.yoast-tooltip-alt:after{content:attr(data-label)}.yoast-tooltip:before{border:5px solid #0000;color:#000c;content:"\00a0";display:none;height:0;opacity:0;pointer-events:none;position:absolute;width:0;z-index:1000001}@keyframes yoast-tooltip-appear{0%{opacity:0}to{opacity:1}}.yoast-tooltip:active:after,.yoast-tooltip:active:before,.yoast-tooltip:focus:after,.yoast-tooltip:focus:before,.yoast-tooltip:hover:after,.yoast-tooltip:hover:before{animation-duration:.1s;animation-fill-mode:forwards;animation-name:yoast-tooltip-appear;animation-timing-function:ease-in;display:inline-block;text-decoration:none}.yoast-tooltip-no-delay:active:after,.yoast-tooltip-no-delay:active:before,.yoast-tooltip-no-delay:focus:after,.yoast-tooltip-no-delay:focus:before,.yoast-tooltip-no-delay:hover:after,.yoast-tooltip-no-delay:hover:before{animation:none;opacity:1}.yoast-tooltip-multiline:active:after,.yoast-tooltip-multiline:focus:after,.yoast-tooltip-multiline:hover:after{display:table-cell}.yoast-tooltip-s:after,.yoast-tooltip-se:after,.yoast-tooltip-sw:after{margin-top:5px;right:50%;top:100%}.yoast-tooltip-s:before,.yoast-tooltip-se:before,.yoast-tooltip-sw:before{border-bottom-color:#000c;bottom:-5px;margin-right:-5px;right:50%;top:auto}.yoast-tooltip-se:after{left:50%;margin-left:-15px;right:auto}.yoast-tooltip-sw:after{margin-right:-15px}.yoast-tooltip-n:after,.yoast-tooltip-ne:after,.yoast-tooltip-nw:after{bottom:100%;margin-bottom:5px;right:50%}.yoast-tooltip-n:before,.yoast-tooltip-ne:before,.yoast-tooltip-nw:before{border-top-color:#000c;bottom:auto;margin-right:-5px;right:50%;top:-5px}.yoast-tooltip-ne:after{left:50%;margin-left:-15px;right:auto}.yoast-tooltip-nw:after{margin-right:-15px}.yoast-tooltip-n:after,.yoast-tooltip-s:after{transform:translateX(50%)}.yoast-tooltip-w:after{bottom:50%;margin-right:5px;right:100%;transform:translateY(50%)}.yoast-tooltip-w:before{border-left-color:#000c;bottom:50%;left:-5px;margin-top:-5px;top:50%}.yoast-tooltip-e:after{bottom:50%;left:100%;margin-left:5px;transform:translateY(50%)}.yoast-tooltip-e:before{border-right-color:#000c;bottom:50%;margin-top:-5px;right:-5px;top:50%}.yoast-tooltip-multiline:after{width:210px}@supports (width:max-content){.yoast-tooltip-multiline:after{width:max-content}}.yoast-tooltip-multiline:after{border-collapse:initial;max-width:210px;white-space:pre-line;word-wrap:normal;word-break:break-word}.yoast-tooltip-multiline.yoast-tooltip-n:after,.yoast-tooltip-multiline.yoast-tooltip-s:after{left:50%;right:auto;transform:translateX(-50%)}.yoast-tooltip-multiline.yoast-tooltip-e:after,.yoast-tooltip-multiline.yoast-tooltip-w:after{right:100%}@media screen and (min-width:0\0){.yoast-tooltip-multiline:after{width:210px}}.yoast-tooltip-sticky:after,.yoast-tooltip-sticky:before{display:inline-block}.yoast-tooltip-sticky.yoast-tooltip-multiline:after{display:table-cell}@media only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.yoast-tooltip-w:after{margin-right:4.5px}}.yoast-tooltip.yoast-tooltip-hidden:after,.yoast-tooltip.yoast-tooltip-hidden:before{display:none}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/workouts-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/workouts-2640-rtl.css
new file mode 100755
index 00000000..9a764917
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/workouts-2640-rtl.css
@@ -0,0 +1 @@
+#wpseo-workouts-container-free h1,#wpseo-workouts-container-free h3{color:#a4286a;font-weight:500}#wpseo-workouts-container-free h3{font-size:18px;line-height:24px}.card.card-small h3{min-height:48px}#wpseo-workouts-container-free h2{font-size:12px;text-transform:uppercase}#wpseo-workouts-container-free #workouts-page-description{font-size:16px;max-width:600px}.workflow tr.cornerstone{font-weight:700}#wpseo-workouts-container-free hr{margin-bottom:24px;margin-top:8px}#wpseo-workouts-container-free progress{margin:16px 0 8px}#wpseo-workouts-container-free div.card{border-color:#0003;border-radius:8px;border-width:1px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;max-width:720px;padding:24px;width:100%}#wpseo-workouts-container-free div.card>h2{margin:0}#wpseo-workouts-container-free div.card.card-small{display:flex;flex-direction:column;max-width:320px}#wpseo-workouts-container-free div.card.card-small svg{height:146px;width:204px}#wpseo-workouts-container-free div.card.card-small svg *{height:100%;width:100%}#wpseo-workouts-container-free div.card.card-small>span{margin-top:auto}#wpseo-workouts-container-free table button{margin:2px}.workflow{counter-reset:line-number;list-style:none;margin-right:48px}.workflow li li{counter-increment:none;line-height:19px;margin-bottom:8px}.workflow li.step{counter-increment:line-number;padding-bottom:16px;position:relative}.workflow .yoast-button.yoast-button--finished{opacity:.5}.workflow .finish-button-section .finish-button-saved{color:#6ea029;grid-column-end:3;grid-column-start:3;margin-right:10px;position:relative}.workflow .finish-button-section .finish-button-saved:before{background:var(--yoast-svg-icon-check);background-size:18px 13px;content:"";height:13px;right:-18px;position:absolute;top:2px;width:18px}.workflow li.step>.yoast-button.orphaned-summary{display:initial;margin:0}.yoast .yoast-button--arrow-down{display:inline-block;flex-shrink:0;height:16px;margin:0 6px 0 -2px;width:16px}.workflow>li.step:before{background:#a4286a;bottom:-20px;content:"";right:-33px;position:absolute;top:0;width:2px}.workflow .extra-list-content{position:relative}.workflow>li.step:last-of-type:before{display:none}.workflow>li.step:after{background:#fff;border:2px solid #a4286a;border-radius:100%;color:#a4286a;content:counter(line-number);display:block;height:28px;right:-48px;line-height:28px;position:absolute;text-align:center;top:-8px;width:28px}.workflow li.step.finished:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23FFF' aria-hidden='true'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m5 13 4 4L19 7'/%3E%3C/svg%3E") #a4286a;background-position:50%;background-repeat:no-repeat;background-size:20px 20px;content:""}.workflow li.step.finished.faded p,.workflow li.step.finished.faded table{opacity:.5}.workflow li.step img{max-width:100%}.workflow li.step img.workflow__image{max-height:100px;max-width:100px}.workflow li.step.yoast-fadeout:before{background:linear-gradient(-180deg,#a4286a,#fff 75%);display:block}.workflow li.step #react-select-2-input{box-shadow:none!important}.workflows__index{display:flex;flex-wrap:wrap;gap:16px}.workflows__index .yoast-button{width:100%}table.yoast_help.yoast_link_suggestions thead td{padding:16px 8px}table.yoast_help.yoast_link_suggestions td{vertical-align:middle}table.yoast_help th.divider{text-align:center}.workflow table.yoast_help td{vertical-align:middle}.workflow table.yoast_help.yoast_link_suggestions td div{display:inline-block}.workflow table.yoast_help.yoast_link_suggestions td strong{display:inline-block;margin-left:8px}.components-modal__header{height:72px;padding:0 24px}.components-modal__header .components-modal__header-heading{color:#a4286a;font-size:20px;font-weight:400;line-height:1.2;margin:0}.components-modal__header .yoast-icon{background-color:var(--yoast-color-primary);display:inline-block;height:20px;margin-left:8px;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:20px}.components-modal__content{padding:0 24px 24px}.components-modal__content input[type=text]{max-width:400px;width:100%}.components-modal__frame.yoast__workout{max-width:720px}.yoast__redirect-suggestions{line-height:2}.components-modal__screen-overlay{animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards;background-color:#00000059;bottom:0;right:0;position:fixed;left:0;top:0;z-index:100000}@media (prefers-reduced-motion:reduce){.components-modal__screen-overlay{animation-delay:0s;animation-duration:1ms}}.components-modal__frame{background:#fff;border-radius:2px;bottom:0;box-shadow:0 10px 10px #00000040;box-sizing:border-box;right:0;margin:0;overflow:auto;position:absolute;left:0;top:0}@media (min-width:600px){.components-modal__frame{animation:components-modal__appear-animation .1s ease-out;animation-fill-mode:forwards;bottom:auto;right:50%;max-height:90%;max-width:calc(100% - 32px);min-width:360px;left:auto;top:50%;transform:translate(50%,-50%)}}@media (min-width:600px) and (prefers-reduced-motion:reduce){.components-modal__frame{animation-delay:0s;animation-duration:1ms}}@keyframes components-modal__appear-animation{0%{margin-top:32px}to{margin-top:0}}.components-modal__header{align-items:center;background:#fff;border-bottom:1px solid #ddd;box-sizing:border-box;display:flex;flex-direction:row;height:60px;justify-content:space-between;margin:0 -32px 24px;padding:0 32px;position:relative;position:sticky;top:0;z-index:10}@supports (-ms-ime-align:auto){.components-modal__header{position:fixed;width:100%}}.components-modal__header .components-modal__header-heading{font-size:1rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__header .components-button{right:8px;position:relative}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{box-sizing:border-box;height:100%;padding:0 32px 24px}@supports (-ms-ime-align:auto){.components-modal__content{padding-top:60px}}.workflow li.step h4{font-size:14px;font-weight:600;margin:24px 0 0}.workflow .yoast-social-profiles-input-fields{margin:10px 0 20px}.workflow .tracking-radiobuttons{line-height:19px;margin:0 0 20px}.workflow .yoast-tracking{list-style-position:inside;list-style-type:disc;padding:inherit}.yoast-list--usp{margin-bottom:16px;padding-right:24px}.yoast-list--usp li{margin-bottom:16px;position:relative}.yoast-list--usp li:before{background:var(--yoast-svg-icon-check);background-size:18px 13px;content:"";height:13px;right:-24px;position:absolute;top:3px;width:18px}.workout-card-content-flex{display:flex}.card.card-small .yoast-button-upsell{box-shadow:inset 0 -2px 0 #0003;filter:none;font-family:inherit;min-height:40px}.card.card-small button{box-shadow:inset 0 -2px 0 #0000004d;filter:none;min-height:40px}.card.card-small button.yoast-button--secondary{box-shadow:inset 0 -2px 0 #0000001a}.workout-card-content-flex ul{margin-left:8px}.workout-card-content-flex img{max-width:120px}.workout-card-upsell-button{opacity:1}#wpseo-workouts-container-free div.card.card-small.card-disabled{background-color:#ffffff80}#wpseo-workouts-container-free div.card.card-small.card-disabled .workout-card-content-flex,#wpseo-workouts-container-free div.card.card-small.card-disabled .workout-card-progress,#wpseo-workouts-container-free div.card.card-small.card-disabled h2,#wpseo-workouts-container-free div.card.card-small.card-disabled h3{opacity:.5}.workflow__grid{display:grid;gap:8px;grid-template-columns:auto 100px}.workflow__grid>div:last-of-type{display:flex;flex-wrap:wrap;justify-content:flex-end}@media screen and (max-width:768px){#wpseo-workouts-container-free #workouts-page-description{max-width:320px}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/workouts-2640.css b/wp-content/plugins/wordpress-seo/css/dist/workouts-2640.css
new file mode 100755
index 00000000..a00c8d19
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/workouts-2640.css
@@ -0,0 +1 @@
+#wpseo-workouts-container-free h1,#wpseo-workouts-container-free h3{color:#a4286a;font-weight:500}#wpseo-workouts-container-free h3{font-size:18px;line-height:24px}.card.card-small h3{min-height:48px}#wpseo-workouts-container-free h2{font-size:12px;text-transform:uppercase}#wpseo-workouts-container-free #workouts-page-description{font-size:16px;max-width:600px}.workflow tr.cornerstone{font-weight:700}#wpseo-workouts-container-free hr{margin-bottom:24px;margin-top:8px}#wpseo-workouts-container-free progress{margin:16px 0 8px}#wpseo-workouts-container-free div.card{border-color:#0003;border-radius:8px;border-width:1px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;max-width:720px;padding:24px;width:100%}#wpseo-workouts-container-free div.card>h2{margin:0}#wpseo-workouts-container-free div.card.card-small{display:flex;flex-direction:column;max-width:320px}#wpseo-workouts-container-free div.card.card-small svg{height:146px;width:204px}#wpseo-workouts-container-free div.card.card-small svg *{height:100%;width:100%}#wpseo-workouts-container-free div.card.card-small>span{margin-top:auto}#wpseo-workouts-container-free table button{margin:2px}.workflow{counter-reset:line-number;list-style:none;margin-left:48px}.workflow li li{counter-increment:none;line-height:19px;margin-bottom:8px}.workflow li.step{counter-increment:line-number;padding-bottom:16px;position:relative}.workflow .yoast-button.yoast-button--finished{opacity:.5}.workflow .finish-button-section .finish-button-saved{color:#6ea029;grid-column-end:3;grid-column-start:3;margin-left:10px;position:relative}.workflow .finish-button-section .finish-button-saved:before{background:var(--yoast-svg-icon-check);background-size:18px 13px;content:"";height:13px;left:-18px;position:absolute;top:2px;width:18px}.workflow li.step>.yoast-button.orphaned-summary{display:initial;margin:0}.yoast .yoast-button--arrow-down{display:inline-block;flex-shrink:0;height:16px;margin:0 -2px 0 6px;width:16px}.workflow>li.step:before{background:#a4286a;bottom:-20px;content:"";left:-33px;position:absolute;top:0;width:2px}.workflow .extra-list-content{position:relative}.workflow>li.step:last-of-type:before{display:none}.workflow>li.step:after{background:#fff;border:2px solid #a4286a;border-radius:100%;color:#a4286a;content:counter(line-number);display:block;height:28px;left:-48px;line-height:28px;position:absolute;text-align:center;top:-8px;width:28px}.workflow li.step.finished:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23FFF' aria-hidden='true'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m5 13 4 4L19 7'/%3E%3C/svg%3E") #a4286a;background-position:50%;background-repeat:no-repeat;background-size:20px 20px;content:""}.workflow li.step.finished.faded p,.workflow li.step.finished.faded table{opacity:.5}.workflow li.step img{max-width:100%}.workflow li.step img.workflow__image{max-height:100px;max-width:100px}.workflow li.step.yoast-fadeout:before{background:linear-gradient(180deg,#a4286a,#fff 75%);display:block}.workflow li.step #react-select-2-input{box-shadow:none!important}.workflows__index{display:flex;flex-wrap:wrap;gap:16px}.workflows__index .yoast-button{width:100%}table.yoast_help.yoast_link_suggestions thead td{padding:16px 8px}table.yoast_help.yoast_link_suggestions td{vertical-align:middle}table.yoast_help th.divider{text-align:center}.workflow table.yoast_help td{vertical-align:middle}.workflow table.yoast_help.yoast_link_suggestions td div{display:inline-block}.workflow table.yoast_help.yoast_link_suggestions td strong{display:inline-block;margin-right:8px}.components-modal__header{height:72px;padding:0 24px}.components-modal__header .components-modal__header-heading{color:#a4286a;font-size:20px;font-weight:400;line-height:1.2;margin:0}.components-modal__header .yoast-icon{background-color:var(--yoast-color-primary);display:inline-block;height:20px;margin-right:8px;mask-image:var(--yoast-svg-icon-yoast);-webkit-mask-image:var(--yoast-svg-icon-yoast);mask-size:100% 100%;-webkit-mask-size:100% 100%;width:20px}.components-modal__content{padding:0 24px 24px}.components-modal__content input[type=text]{max-width:400px;width:100%}.components-modal__frame.yoast__workout{max-width:720px}.yoast__redirect-suggestions{line-height:2}.components-modal__screen-overlay{animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards;background-color:#00000059;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100000}@media (prefers-reduced-motion:reduce){.components-modal__screen-overlay{animation-delay:0s;animation-duration:1ms}}.components-modal__frame{background:#fff;border-radius:2px;bottom:0;box-shadow:0 10px 10px #00000040;box-sizing:border-box;left:0;margin:0;overflow:auto;position:absolute;right:0;top:0}@media (min-width:600px){.components-modal__frame{animation:components-modal__appear-animation .1s ease-out;animation-fill-mode:forwards;bottom:auto;left:50%;max-height:90%;max-width:calc(100% - 32px);min-width:360px;right:auto;top:50%;transform:translate(-50%,-50%)}}@media (min-width:600px) and (prefers-reduced-motion:reduce){.components-modal__frame{animation-delay:0s;animation-duration:1ms}}@keyframes components-modal__appear-animation{0%{margin-top:32px}to{margin-top:0}}.components-modal__header{align-items:center;background:#fff;border-bottom:1px solid #ddd;box-sizing:border-box;display:flex;flex-direction:row;height:60px;justify-content:space-between;margin:0 -32px 24px;padding:0 32px;position:relative;position:sticky;top:0;z-index:10}@supports (-ms-ime-align:auto){.components-modal__header{position:fixed;width:100%}}.components-modal__header .components-modal__header-heading{font-size:1rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__header .components-button{left:8px;position:relative}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{box-sizing:border-box;height:100%;padding:0 32px 24px}@supports (-ms-ime-align:auto){.components-modal__content{padding-top:60px}}.workflow li.step h4{font-size:14px;font-weight:600;margin:24px 0 0}.workflow .yoast-social-profiles-input-fields{margin:10px 0 20px}.workflow .tracking-radiobuttons{line-height:19px;margin:0 0 20px}.workflow .yoast-tracking{list-style-position:inside;list-style-type:disc;padding:inherit}.yoast-list--usp{margin-bottom:16px;padding-left:24px}.yoast-list--usp li{margin-bottom:16px;position:relative}.yoast-list--usp li:before{background:var(--yoast-svg-icon-check);background-size:18px 13px;content:"";height:13px;left:-24px;position:absolute;top:3px;width:18px}.workout-card-content-flex{display:flex}.card.card-small .yoast-button-upsell{box-shadow:inset 0 -2px 0 #0003;filter:none;font-family:inherit;min-height:40px}.card.card-small button{box-shadow:inset 0 -2px 0 #0000004d;filter:none;min-height:40px}.card.card-small button.yoast-button--secondary{box-shadow:inset 0 -2px 0 #0000001a}.workout-card-content-flex ul{margin-right:8px}.workout-card-content-flex img{max-width:120px}.workout-card-upsell-button{opacity:1}#wpseo-workouts-container-free div.card.card-small.card-disabled{background-color:#ffffff80}#wpseo-workouts-container-free div.card.card-small.card-disabled .workout-card-content-flex,#wpseo-workouts-container-free div.card.card-small.card-disabled .workout-card-progress,#wpseo-workouts-container-free div.card.card-small.card-disabled h2,#wpseo-workouts-container-free div.card.card-small.card-disabled h3{opacity:.5}.workflow__grid{display:grid;gap:8px;grid-template-columns:auto 100px}.workflow__grid>div:last-of-type{display:flex;flex-wrap:wrap;justify-content:flex-end}@media screen and (max-width:768px){#wpseo-workouts-container-free #workouts-page-description{max-width:320px}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2640-rtl.css
new file mode 100755
index 00000000..564d97ec
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2640-rtl.css
@@ -0,0 +1 @@
+.yoast-notice-dismiss:before{background:none;color:#b4b9be;content:"\f153";display:block!important;font:normal 16px/1 dashicons;height:20px;text-align:center;width:20px;-webkit-font-smoothing:antialiased!important;speak:none}.yoast-notice-dismiss{background:none;border:none;color:#b4b9be;cursor:pointer;margin:0;padding:9px;position:absolute;left:1px;top:0}.yoast-notice-dismiss:before{right:0;line-height:20px;position:relative;top:0}.yoast-notice-dismiss:active:before,.yoast-notice-dismiss:focus:before,.yoast-notice-dismiss:hover:before{color:#c00}.yoast-notice-dismiss:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px #1e8cbecc;color:#c00;outline:none}.yoast-notice.is-dismissible{position:relative}.yoast-notice-dismiss{text-decoration:none}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2640.css b/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2640.css
new file mode 100755
index 00000000..8c076169
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2640.css
@@ -0,0 +1 @@
+.yoast-notice-dismiss:before{background:none;color:#b4b9be;content:"\f153";display:block!important;font:normal 16px/1 dashicons;height:20px;text-align:center;width:20px;-webkit-font-smoothing:antialiased!important;speak:none}.yoast-notice-dismiss{background:none;border:none;color:#b4b9be;cursor:pointer;margin:0;padding:9px;position:absolute;right:1px;top:0}.yoast-notice-dismiss:before{left:0;line-height:20px;position:relative;top:0}.yoast-notice-dismiss:active:before,.yoast-notice-dismiss:focus:before,.yoast-notice-dismiss:hover:before{color:#c00}.yoast-notice-dismiss:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px #1e8cbecc;color:#c00;outline:none}.yoast-notice.is-dismissible{position:relative}.yoast-notice-dismiss{text-decoration:none}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2640-rtl.css
new file mode 100755
index 00000000..797e338a
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2640-rtl.css
@@ -0,0 +1 @@
+:root{--yoast-svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23m-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23m640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896'/%3E%3C/svg%3E");--yoast-svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 1792 1792'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662'/%3E%3C/svg%3E");--yoast-svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142'/%3E%3C/svg%3E");--yoast-svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960M944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34m848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69'/%3E%3C/svg%3E");--yoast-svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136m0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5M384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5m0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5'/%3E%3C/svg%3E");--yoast-svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136m851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41'/%3E%3C/svg%3E");--yoast-svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='m491 1536 91-91-235-235-91 91v107h128v128zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17m-54-192 416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91'/%3E%3C/svg%3E");--yoast-svg-icon-lock:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-insight-sparkle:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-cart:url('data:image/svg+xml;charset=utf-8, ')}.wpseo_content_wrapper{display:table;table-layout:fixed;width:100%}.wpseo_content_cell{display:table-cell;height:500px;margin:0;padding:0;vertical-align:top}#wpseo_content_top{width:100%}tr.yst_row{margin:5px 0 0;padding:5px 0 0}#sidebar-container{padding-right:20px;width:256px}tr.yst_row.even{background-color:#f6f6f6}.wpseo_content_wrapper label.select,.wpseo_content_wrapper label.textinput{float:right;margin:5px 0;width:200px;word-wrap:break-word}.wpseo_content_wrapper label.select.error,.wpseo_content_wrapper label.textinput.error{color:#dc3232;font-weight:700}.wpseo_content_wrapper .yoast-inline-label{display:inline-block;float:none;margin:0 0 8px}.wpseo_content_wrapper input.textinput,.wpseo_content_wrapper select,.wpseo_content_wrapper textarea{width:400px}.wpseo_content_wrapper input.number{width:100px}.wpseo_content_wrapper input.large-text,.wpseo_content_wrapper textarea.large-text{width:99%}.wpseo_content_wrapper .select2-container,.wpseo_content_wrapper input.textinput,.wpseo_content_wrapper select.select,.wpseo_content_wrapper textarea.textinput{margin:0 0 15px}.wpseo_content_wrapper input.textinput[aria-invalid=true]{background:#f9dcdc url(../../images/error-icon.svg) no-repeat calc(100% - (100% - 6px));background-size:12px;border:1px solid #dc3232;color:#000;padding-left:24px}.wpseo_content_wrapper input.textinput[aria-invalid=true][aria-describedby]{margin-bottom:.5rem}.wpseo_content_wrapper .yoast-input-validation__error-description{color:#8f1919;margin:0 0 1rem;padding-right:200px;width:400px}.wpseo_content_wrapper input.checkbox,.wpseo_content_wrapper input.checkbox.double,.wpseo_content_wrapper input.radio{margin:6px 0 6px 10px}.wpseo_content_wrapper .textinput.metadesc{height:50px}.wpseo_content_wrapper textarea.import{height:100px;width:500px}.wpseo_content_wrapper p.desc{margin:6px 0 10px;padding:0 25px 8px 0}.wpseo_content_wrapper div.desc.label,.wpseo_content_wrapper p.desc.label{margin:0 0 20px;padding:0 200px 10px 0}.wpseo_content_wrapper h4{clear:both;margin:1.2em 0 .5em}.wpseo_content_wrapper .postbox{margin:10px 0 0 10px}.wpseo_content_wrapper .postbox form{line-height:150%}.wpseo_content_wrapper .text{width:250px}.wpseo_content_wrapper .correct{background-color:green;color:#fff;padding:5px}.wpseo_content_wrapper .wrong{background-color:#dc3232;color:#fff;padding:5px}.wpseo_content_wrapper .wrong code{color:#000;padding:3px 8px}.wpseo_content_wrapper .button.fixit{float:left;margin:0 5px}.wpseo_content_wrapper .button.checkit{float:left;margin:0 5px;padding:5px 8px}.wpseo_content_wrapper .disabled-note{color:#888;margin:0 0 8px}.wpseo_content_wrapper #separator{margin:1em 0 0}.wpseo_content_wrapper #separator input.radio{height:1px;right:-9999em;position:absolute;width:1px}.wpseo_content_wrapper #separator input.radio+label{border:1px solid #ccc;cursor:pointer;float:right;font-family:Arial,Helvetica,sans-serif!important;font-size:18px!important;line-height:24px;margin:.5em 0 0 5px!important;padding:9px 6px;text-align:center;width:30px!important}.wpseo_content_wrapper #separator input.radio:checked+label{background-color:#fff;border:3px solid #a4286a;padding:7px 4px}.wpseo_content_wrapper #separator input.radio:focus+label{outline:2px solid #5b9dd9}.wpseo_content_wrapper .svg-container{text-align:center}.wpseo_content_wrapper .svg-container .dashicons{font-size:100px;height:100px;width:200px}.wpseo_content_wrapper .paper.tab-block button.toggleable-container-trigger{font-size:1.0625rem;padding:16px;width:100%}.wpseo_content_wrapper .paper.tab-block button.toggleable-container-trigger:focus{box-shadow:0 0 3px #084a67cc;outline:1px solid #0066cd;outline-offset:-1px}.wpseo_content_wrapper .paper.tab-block button.toggleable-container-trigger:active{box-shadow:none}.wpseo_content_wrapper .paper.tab-block h2.collapsible-header{margin:0!important;padding:0!important}.wpseo_content_wrapper .paper.tab-block.metabox button.toggleable-container-trigger{color:#555}.wpseo_content_wrapper .paper.tab-block.metabox.wpseotab{border:0;padding:0}.wpseo_content_wrapper .paper.tab-block .paper-container{padding:16px}.wpseo_content_wrapper .paper.tab-block.has-paper-container-no-top-padding .paper-container{padding-top:0}.wpseo_content_wrapper .paper.tab-block .paper-container:first-child{margin-top:0}.wpseo_content_wrapper .paper.tab-block .paper-title{padding:16px}.wpseo_content_wrapper .paper.tab-block .paper-title h2{margin:0}.wpseo_content_wrapper .paper.tab-block .tab-block:first-child{margin-top:0}.wpseo_content_wrapper .wpseo-collapsible-container{background-color:#fff;border-bottom:1px solid #e2e4e7;border-top:1px solid #e2e4e7;margin-top:-1px}.wpseo_content_wrapper .toggleable-container-trigger{background:none;border:0;cursor:pointer;padding:0;text-align:right;width:100%}.wpseo_content_wrapper .toggleable-container-icon{float:left;height:20px;position:relative;width:20px}.wpseo_content_wrapper .toggleable-container-trigger .toggleable-container-icon:after{content:"";display:block;right:-4px;padding:14px;position:absolute;top:-4px}.wpseo_content_wrapper .toggleable-container-hidden{display:none}.wpseo_content_wrapper h3{font-size:1.15em;margin:1em 0 .5em}.wpseo_content_wrapper h3.h2{font-size:1.3em}.wpseo_content_wrapper li,.wpseo_content_wrapper p{max-width:600px}.wpseo_content_wrapper .notice p,.yoast .search-box,.yoast-container .container,.yoast-notification p{max-width:none}table.wpseo th{text-align:right}#wpseo-tabs+.notice{margin-top:1.5em}.wpseo-variable-warning-element{border:1px solid #c62d2d!important}.wpseo-variable-warning{clear:both;color:#c62d2d;margin:5px 0 0;padding:5px}.wpseo-variable-warning code{color:#b02828}.wpseo-variable-warning a{color:#c62d2d}.wpseo_content_wrapper h1.wpseo-redirect-url-title{font-size:1.3em;margin:1em 0 .5em}table.yoast_help{border-collapse:collapse;width:100%}table.yoast_help,table.yoast_help td,table.yoast_help th{border:1px solid #ddd;color:#444}table.yoast_help td,table.yoast_help th{padding:5px 10px;text-align:right;vertical-align:top}table.yoast_help tr{background-color:#f1f1f1}table.yoast_help tr:nth-child(2n){background-color:#fbfbfe}table.yoast_help tr:hover{background-color:#ddd}table.yoast_help thead tr,table.yoast_help thead tr:hover{background-color:#fff}table.yoast_help .yoast-variable-name{font-weight:600;white-space:nowrap}table.yoast_help .yoast-variable-desc{min-width:300px}.yoast-notice-blocking-files code{color:#000;line-height:2}.yoast-notice-blocking-files .button{margin:.5em 0}.wpseo_content_wrapper .yoast-blocking-files-error p{max-width:none}.wpseotab{display:none}.wpseotab.active{display:block}.wpseotab p.expl{margin-right:6px}.wpseotab .tab-block{display:block;margin:30px 0}.wpseotab p.expl strong{font-size:115%}#wpseo-debug-info{background-color:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px #0000000a;clear:both;margin:20px 0 0;padding:20px 20px 0}#wpseo-debug-info h2{cursor:auto;margin:0}#wpseo-debug-info .wpseo-debug-heading{font-size:1em}#wpseo-debug-info .wpseo-debug{color:#c00;display:inline-block;padding-right:20px}input.wpseo-new-title,textarea.wpseo-new-metadesc{max-width:100%;width:100%}body.toplevel_page_wpseo_dashboard .wp-badge{background:#0000 url(../../packages/js/images/Yoast_SEO_Icon.svg) no-repeat 50% 10px;background-size:140px 140px;box-shadow:none}#wpseo_progressbar{border:1px solid #006691;height:25px}#wpseo_progressbar .ui-progressbar-value{background:#006691;height:25px}.wpseo-progressbar-wrapper{display:inline;width:100%}.wpseo-progressbar{border:1px solid #006691;display:block;height:25px;width:100%}.wpseo-progressbar .ui-progressbar-value{background:#006691;height:25px}.yoast-sidebar__title{border-bottom:1px solid #a4286a;box-sizing:border-box;color:#a4286a;line-height:19px;margin:5px 0;padding:10px 0;text-align:right;width:100%}.yoast-sidebar__product{background:#a61e69;border-radius:8px;box-shadow:0 3px 6px #00000026;color:#fff;margin-top:34px;padding:24px}.yoast-sidebar__product h2{color:#fff;font-size:16px;font-weight:700}.yoast-sidebar__product ul{list-style-image:none;margin-inline-start:0}.yoast-sidebar__product ul li{margin-bottom:0;padding-right:24px;position:relative}.yoast-sidebar__product ul li:before{background:var(--yoast-svg-icon-check-ok) no-repeat;background-size:16px 16px;content:"";height:16px;right:0;position:absolute;top:0;width:16px}.yoast-get-premium-title{line-height:27px;margin-bottom:12px;margin-top:0}.yoast-get-premium-title span{white-space:nowrap}.yoast-sidebar__product .product-image{margin:-50px auto 16px;max-height:64px;max-width:64px;position:relative;z-index:2}.yoast-sidebar__product .product-image img{overflow:hidden}.yoast-sidebar__product p{font-size:1rem;margin-bottom:12px;margin-top:0}.yoast-sidebar__product .yoast-price-micro-copy{font-size:12px;font-style:italic;font-weight:400;line-height:20px;margin-bottom:16px;text-align:center}.yoast-sidebar__product .yoast-button-upsell{--tw-bg-opacity:1;background-color:rgb(252 211 77/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}.yoast-sidebar__product .yoast-upsell-hr{border-color:#cd82ab;border-top:1px;margin-bottom:16px}.yoast-sidebar__product .plugin-buy-button .yoast-button-upsell{box-shadow:none;filter:none;font-size:13px;min-height:36px;padding-bottom:4px;padding-top:4px;width:100%}#wpseo-premium_upsell-popup-button{box-shadow:none;filter:none;padding-bottom:0;padding-top:0;width:100%;--tw-bg-opacity:1;background-color:rgb(252 211 77/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}@media (min-width:640px){#wpseo-premium_upsell-popup-button{max-width:384px}}.yoast-sidebar__product .review-container{margin-top:16px}.yoast-sidebar__product .review-container a{color:#fff;text-decoration:none}.yoast-sidebar__product .review-container a .claim{color:#fff;display:block;margin-bottom:12px}.yoast-sidebar__product .review-container .title{color:#fff;font-weight:500;margin-bottom:8px}.yoast-sidebar__product .review-container .title:hover{text-decoration:underline}.yoast-sidebar__product .review-container .rating{display:flex;gap:5px}.yoast-sidebar__product .review-container .rating img{max-height:22px;max-width:22px}.yoast-sidebar__product .review-container .rating .rating-text{font-weight:600}.yoast-sidebar__product .sidebar__sale_banner_container{margin-right:-24px;margin-top:-40px;overflow-x:hidden;overflow-y:initial;width:calc(100% + 48px)}.yoast-sidebar__product .sidebar__sale_banner_container .sidebar__sale_banner{box-shadow:0 -1px 4px 0 #fcd34d,0 1px 4px 0 #fcd34d,0 -1px 0 0 #fcd34d,0 1px 0 0 #fcd34d;color:#fcd34d;letter-spacing:.5px;line-height:30px;margin-bottom:10px;margin-right:-30px;margin-top:2.5rem;width:calc(100% + 60px);--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1));font-size:1.125rem;font-weight:700;padding:.25rem 0;text-align:center}.yoast-sidebar__product .sidebar__sale_banner_container .sidebar__sale_banner .banner_text{display:inline-block;margin:0 35px}.yoast-sidebar__product .sidebar__sale_text{border-top:1px solid #fff;font-style:italic;text-align:center}.yoast-sidebar__product .sidebar__sale_text p{font-size:12.5px;margin:12.5px 0}.yoast-sidebar__section{background-color:#fff;border-radius:8px;box-shadow:0 3px 6px #00000026;color:#404040;margin:10px 0 20px;padding:16px}.yoast-sidebar__section h2{color:#a4286a;margin-top:0}.yoast-sidebar__section a{color:#0085ba}.yoast-sidebar__section ul{position:relative}.yoast-sidebar__section li{list-style:none;margin-right:20px}.yoast-sidebar__section li:before{content:"+";font-weight:700;right:0;position:absolute}.yoast-sidebar__section div{margin:10px 0 20px;position:relative}.yoast-sidebar__section div img{float:left;height:70px;margin:0 10px 0 0;width:70px}.yoast-sidebar__section div img.alignleft{float:right;margin:0 0 0 10px}.yoast-sidebar__section div p{float:right;margin:0;width:100%}.yoast_premium_upsell{background-color:#fff;border-radius:8px;box-shadow:0 3px 6px #00000026;margin-top:2em;max-width:896px;overflow:hidden}.yoast_premium_upsell--container{padding:24px}.black-friday-container{background-color:#1f2937;border-bottom:2px solid #fcd34d;display:flex;padding:8px 16px}.black-friday-container span{--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1));font-size:1.2rem;font-weight:500}.yoast_premium_upsell--header{--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity,1));font-size:1.5em;font-weight:500;line-height:25px;margin:0}.yoast_premium_upsell--header.woo-header{--tw-text-opacity:1;color:rgb(0 117 179/var(--tw-text-opacity,1))}.yoast_premium_upsell--subheader{color:#1e293b;display:block;font-size:1em;font-weight:500;line-height:1.5;margin-top:8px}.yoast_premium_upsell--badge{background-color:#a61e6926;color:#9a1660;margin-left:8px}.yoast_premium_upsell--badge.woo-badge{background-color:#0075b326;color:#006499}.yoast_premium_upsell--motivation{color:#475569;column-gap:1.5rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));line-height:1em;list-style-type:none;margin-bottom:0;margin-top:16px}@media (min-width:640px){.yoast_premium_upsell--motivation{grid-template-columns:repeat(2,minmax(0,1fr))}}.yoast_premium_upsell--motivation li{display:flex;flex:0 0 50%}.yoast_premium_upsell--argument{padding-right:10px}@media screen and (max-width:480px){.yoast_premium_upsell--motivation{display:block}}.yoast-variable-desc{min-width:300px}.yoast-table-scrollable,.yoast-table-scrollable td,.yoast-table-scrollable th{box-sizing:border-box}.yoast-table-scrollable__container.yoast-has-scroll{overflow:hidden;position:relative}.yoast-table-scrollable__container.yoast-has-scroll:after{border-radius:0 10px 10px 0/0 50% 50% 0;box-shadow:5px 0 10px #00000040;content:"";height:calc(100% - 16px);right:100%;position:absolute;top:0;width:50px}.yoast-table-scrollable__container.yoast-has-scroll .yoast-table-scrollable__inner{overflow-x:scroll;padding-bottom:16px}.yoast-table-scrollable__hintwrapper{display:none}.yoast-table-scrollable__hintwrapper.yoast-has-scroll{display:block;margin:1em 0;text-align:center}.yoast-has-scroll .yoast-table-scrollable__hint{display:inline-block}.yoast-has-scroll .yoast-table-scrollable__hint:before{content:"\21c4";display:inline-block;font-size:20px;line-height:inherit;margin-left:10px;vertical-align:text-top}.yoast-styled-select{align-items:center;display:inline-flex;margin-bottom:1em;position:relative}.yoast-styled-select:after,.yoast-styled-select:before{bottom:0;content:"";pointer-events:none;position:absolute;top:0}.yoast-styled-select:before{left:0;width:28px}.yoast-styled-select:after{border-top:4px solid #0000;border-color:#555 #0000 #0000;border-style:solid;border-width:5px 4px 0;height:0;margin:auto;left:6px;width:0;z-index:1}.yoast-styled-select select{appearance:none;background:#0000;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;color:#32373c;height:28px;line-height:1;margin:0;max-width:100%;padding:4px 8px 4px 32px}.yoast-styled-select select.error{border-color:#dc3232;border-width:2px}.wpseo_content_wrapper .yoast-styled-select select.select{margin:0}.yoast-styled-select select:focus{border-color:#5b9dd9}.yoast-styled-select select:-moz-focusring{color:#0000;text-shadow:0 0 0 #32373c}.yoast-styled-select select[disabled]{opacity:.75}.yoast-styled-select select::-ms-expand{display:none}@media screen and (max-width:1024px){.wpseo_content_cell,.wpseo_content_wrapper{display:block;height:auto}#wpseo_content_top{width:auto}#sidebar-container{display:flex;gap:.7rem;padding:0;width:auto}.yoast-sidebar__product .sidebar__sale_banner_container{overflow-y:hidden}#sidebar-container .yoast-sidebar__section{margin-top:5rem}.yoast-sidebar__product-list{border-bottom:1px solid #ddd;display:flex}.yoast-sidebar__product-list div p{word-wrap:break-word;width:calc(100% - 50px)}.yoast-sidebar__product-list .yoast-sidebar__section{border-bottom:none}.yoast-sidebar__product-list .yoast-sidebar__section:first-child{margin-left:40px}}@media screen and (max-width:782px){.wpseo_content_wrapper label.select,.wpseo_content_wrapper label.textinput{display:inline-block;float:none;width:auto}.wpseo_content_wrapper input.textinput,.wpseo_content_wrapper textarea,.wpseo_content_wrapper textarea.textinput{display:block;width:100%}.wpseo_content_wrapper .select2-container,.wpseo_content_wrapper select,.wpseo_content_wrapper select.select{display:block;margin:0 0 5px;max-width:100%}.wpseo_content_wrapper div.desc.label,.wpseo_content_wrapper p.desc.label{padding-right:0}.wpseo_content_wrapper .textinput[aria-invalid=true][aria-describedby]+br{display:none}.wpseo_content_wrapper .yoast-input-validation__error-description{padding-right:0;width:auto}}@media screen and (max-width:600px){.yoast-sidebar__product-list{border-bottom:none;display:block}.yoast-sidebar__product-list .yoast-sidebar__section{border-bottom:1px solid #ddd}.yoast-sidebar__product-list .yoast-sidebar__section p{word-wrap:break-word;padding-right:50px;width:calc(100% - 50px)}}@media screen and (max-width:500px){.yoast-sidebar__product .sidebar__sale_banner_container .sidebar__sale_banner{transform:rotate(4deg)}#sidebar-container{display:block}#sidebar-container .yoast-sidebar__section{margin-top:20px}body.toplevel_page_wpseo_dashboard .wp-badge{background-color:#a4286a;background-size:100px 100px;box-shadow:0 1px 3px #0003;padding-top:80px}}.wpseo-checkmark-ok-icon{background:var(--yoast-svg-icon-check-ok) no-repeat;background-size:18px;float:right;height:18px;margin-left:5px;vertical-align:top;width:18px}.yoast-settings-section:not(:last-child){margin-bottom:40px}.yoast-settings-section .yoast-field-group__title .yoast_help.yoast-help-link{margin:-6px 2px 0 0}#yoast-og-default-image-select .yoast-field-group__title{display:none}.yoast-settings-section.yoast-settings-section-disabled{border:1px solid #ccc;padding:16px;position:relative}.yoast-settings-section.yoast-settings-section-disabled>*{opacity:.5}.yoast-settings-section.yoast-settings-section-disabled .yoast-settings-section-upsell{align-items:center;bottom:0;display:flex;justify-content:center;right:0;opacity:1;position:absolute;left:0;top:0}@keyframes yoast-spin{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2640.css b/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2640.css
new file mode 100755
index 00000000..728b11ee
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2640.css
@@ -0,0 +1 @@
+:root{--yoast-svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23m-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23m640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896'/%3E%3C/svg%3E");--yoast-svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 1792 1792'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68'/%3E%3C/svg%3E");--yoast-svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662'/%3E%3C/svg%3E");--yoast-svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true' viewBox='0 0 192 512'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142'/%3E%3C/svg%3E");--yoast-svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960M944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34m848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69'/%3E%3C/svg%3E");--yoast-svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136m0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5M384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136m1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5m0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5'/%3E%3C/svg%3E");--yoast-svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136m851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41'/%3E%3C/svg%3E");--yoast-svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23555' d='m491 1536 91-91-235-235-91 91v107h128v128zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17m-54-192 416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91'/%3E%3C/svg%3E");--yoast-svg-icon-lock:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218M1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558'/%3E%3C/svg%3E");--yoast-svg-icon-yoast-insight-sparkle:url('data:image/svg+xml;charset=utf-8, ');--yoast-svg-icon-cart:url('data:image/svg+xml;charset=utf-8, ')}.wpseo_content_wrapper{display:table;table-layout:fixed;width:100%}.wpseo_content_cell{display:table-cell;height:500px;margin:0;padding:0;vertical-align:top}#wpseo_content_top{width:100%}tr.yst_row{margin:5px 0 0;padding:5px 0 0}#sidebar-container{padding-left:20px;width:256px}tr.yst_row.even{background-color:#f6f6f6}.wpseo_content_wrapper label.select,.wpseo_content_wrapper label.textinput{float:left;margin:5px 0;width:200px;word-wrap:break-word}.wpseo_content_wrapper label.select.error,.wpseo_content_wrapper label.textinput.error{color:#dc3232;font-weight:700}.wpseo_content_wrapper .yoast-inline-label{display:inline-block;float:none;margin:0 0 8px}.wpseo_content_wrapper input.textinput,.wpseo_content_wrapper select,.wpseo_content_wrapper textarea{width:400px}.wpseo_content_wrapper input.number{width:100px}.wpseo_content_wrapper input.large-text,.wpseo_content_wrapper textarea.large-text{width:99%}.wpseo_content_wrapper .select2-container,.wpseo_content_wrapper input.textinput,.wpseo_content_wrapper select.select,.wpseo_content_wrapper textarea.textinput{margin:0 0 15px}.wpseo_content_wrapper input.textinput[aria-invalid=true]{background:#f9dcdc url(../../images/error-icon.svg) no-repeat calc(100% - 6px);background-size:12px;border:1px solid #dc3232;color:#000;padding-right:24px}.wpseo_content_wrapper input.textinput[aria-invalid=true][aria-describedby]{margin-bottom:.5rem}.wpseo_content_wrapper .yoast-input-validation__error-description{color:#8f1919;margin:0 0 1rem;padding-left:200px;width:400px}.wpseo_content_wrapper input.checkbox,.wpseo_content_wrapper input.checkbox.double,.wpseo_content_wrapper input.radio{margin:6px 10px 6px 0}.wpseo_content_wrapper .textinput.metadesc{height:50px}.wpseo_content_wrapper textarea.import{height:100px;width:500px}.wpseo_content_wrapper p.desc{margin:6px 0 10px;padding:0 0 8px 25px}.wpseo_content_wrapper div.desc.label,.wpseo_content_wrapper p.desc.label{margin:0 0 20px;padding:0 0 10px 200px}.wpseo_content_wrapper h4{clear:both;margin:1.2em 0 .5em}.wpseo_content_wrapper .postbox{margin:10px 10px 0 0}.wpseo_content_wrapper .postbox form{line-height:150%}.wpseo_content_wrapper .text{width:250px}.wpseo_content_wrapper .correct{background-color:green;color:#fff;padding:5px}.wpseo_content_wrapper .wrong{background-color:#dc3232;color:#fff;padding:5px}.wpseo_content_wrapper .wrong code{color:#000;padding:3px 8px}.wpseo_content_wrapper .button.fixit{float:right;margin:0 5px}.wpseo_content_wrapper .button.checkit{float:right;margin:0 5px;padding:5px 8px}.wpseo_content_wrapper .disabled-note{color:#888;margin:0 0 8px}.wpseo_content_wrapper #separator{margin:1em 0 0}.wpseo_content_wrapper #separator input.radio{height:1px;left:-9999em;position:absolute;width:1px}.wpseo_content_wrapper #separator input.radio+label{border:1px solid #ccc;cursor:pointer;float:left;font-family:Arial,Helvetica,sans-serif!important;font-size:18px!important;line-height:24px;margin:.5em 5px 0 0!important;padding:9px 6px;text-align:center;width:30px!important}.wpseo_content_wrapper #separator input.radio:checked+label{background-color:#fff;border:3px solid #a4286a;padding:7px 4px}.wpseo_content_wrapper #separator input.radio:focus+label{outline:2px solid #5b9dd9}.wpseo_content_wrapper .svg-container{text-align:center}.wpseo_content_wrapper .svg-container .dashicons{font-size:100px;height:100px;width:200px}.wpseo_content_wrapper .paper.tab-block button.toggleable-container-trigger{font-size:1.0625rem;padding:16px;width:100%}.wpseo_content_wrapper .paper.tab-block button.toggleable-container-trigger:focus{box-shadow:0 0 3px #084a67cc;outline:1px solid #0066cd;outline-offset:-1px}.wpseo_content_wrapper .paper.tab-block button.toggleable-container-trigger:active{box-shadow:none}.wpseo_content_wrapper .paper.tab-block h2.collapsible-header{margin:0!important;padding:0!important}.wpseo_content_wrapper .paper.tab-block.metabox button.toggleable-container-trigger{color:#555}.wpseo_content_wrapper .paper.tab-block.metabox.wpseotab{border:0;padding:0}.wpseo_content_wrapper .paper.tab-block .paper-container{padding:16px}.wpseo_content_wrapper .paper.tab-block.has-paper-container-no-top-padding .paper-container{padding-top:0}.wpseo_content_wrapper .paper.tab-block .paper-container:first-child{margin-top:0}.wpseo_content_wrapper .paper.tab-block .paper-title{padding:16px}.wpseo_content_wrapper .paper.tab-block .paper-title h2{margin:0}.wpseo_content_wrapper .paper.tab-block .tab-block:first-child{margin-top:0}.wpseo_content_wrapper .wpseo-collapsible-container{background-color:#fff;border-bottom:1px solid #e2e4e7;border-top:1px solid #e2e4e7;margin-top:-1px}.wpseo_content_wrapper .toggleable-container-trigger{background:none;border:0;cursor:pointer;padding:0;text-align:left;width:100%}.wpseo_content_wrapper .toggleable-container-icon{float:right;height:20px;position:relative;width:20px}.wpseo_content_wrapper .toggleable-container-trigger .toggleable-container-icon:after{content:"";display:block;left:-4px;padding:14px;position:absolute;top:-4px}.wpseo_content_wrapper .toggleable-container-hidden{display:none}.wpseo_content_wrapper h3{font-size:1.15em;margin:1em 0 .5em}.wpseo_content_wrapper h3.h2{font-size:1.3em}.wpseo_content_wrapper li,.wpseo_content_wrapper p{max-width:600px}.wpseo_content_wrapper .notice p,.yoast .search-box,.yoast-container .container,.yoast-notification p{max-width:none}table.wpseo th{text-align:left}#wpseo-tabs+.notice{margin-top:1.5em}.wpseo-variable-warning-element{border:1px solid #c62d2d!important}.wpseo-variable-warning{clear:both;color:#c62d2d;margin:5px 0 0;padding:5px}.wpseo-variable-warning code{color:#b02828}.wpseo-variable-warning a{color:#c62d2d}.wpseo_content_wrapper h1.wpseo-redirect-url-title{font-size:1.3em;margin:1em 0 .5em}table.yoast_help{border-collapse:collapse;width:100%}table.yoast_help,table.yoast_help td,table.yoast_help th{border:1px solid #ddd;color:#444}table.yoast_help td,table.yoast_help th{padding:5px 10px;text-align:left;vertical-align:top}table.yoast_help tr{background-color:#f1f1f1}table.yoast_help tr:nth-child(2n){background-color:#fbfbfe}table.yoast_help tr:hover{background-color:#ddd}table.yoast_help thead tr,table.yoast_help thead tr:hover{background-color:#fff}table.yoast_help .yoast-variable-name{font-weight:600;white-space:nowrap}table.yoast_help .yoast-variable-desc{min-width:300px}.yoast-notice-blocking-files code{color:#000;line-height:2}.yoast-notice-blocking-files .button{margin:.5em 0}.wpseo_content_wrapper .yoast-blocking-files-error p{max-width:none}.wpseotab{display:none}.wpseotab.active{display:block}.wpseotab p.expl{margin-left:6px}.wpseotab .tab-block{display:block;margin:30px 0}.wpseotab p.expl strong{font-size:115%}#wpseo-debug-info{background-color:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px #0000000a;clear:both;margin:20px 0 0;padding:20px 20px 0}#wpseo-debug-info h2{cursor:auto;margin:0}#wpseo-debug-info .wpseo-debug-heading{font-size:1em}#wpseo-debug-info .wpseo-debug{color:#c00;display:inline-block;padding-left:20px}input.wpseo-new-title,textarea.wpseo-new-metadesc{max-width:100%;width:100%}body.toplevel_page_wpseo_dashboard .wp-badge{background:#0000 url(../../packages/js/images/Yoast_SEO_Icon.svg) no-repeat 50% 10px;background-size:140px 140px;box-shadow:none}#wpseo_progressbar{border:1px solid #006691;height:25px}#wpseo_progressbar .ui-progressbar-value{background:#006691;height:25px}.wpseo-progressbar-wrapper{display:inline;width:100%}.wpseo-progressbar{border:1px solid #006691;display:block;height:25px;width:100%}.wpseo-progressbar .ui-progressbar-value{background:#006691;height:25px}.yoast-sidebar__title{border-bottom:1px solid #a4286a;box-sizing:border-box;color:#a4286a;line-height:19px;margin:5px 0;padding:10px 0;text-align:left;width:100%}.yoast-sidebar__product{background:#a61e69;border-radius:8px;box-shadow:0 3px 6px #00000026;color:#fff;margin-top:34px;padding:24px}.yoast-sidebar__product h2{color:#fff;font-size:16px;font-weight:700}.yoast-sidebar__product ul{list-style-image:none;margin-inline-start:0}.yoast-sidebar__product ul li{margin-bottom:0;padding-left:24px;position:relative}.yoast-sidebar__product ul li:before{background:var(--yoast-svg-icon-check-ok) no-repeat;background-size:16px 16px;content:"";height:16px;left:0;position:absolute;top:0;width:16px}.yoast-get-premium-title{line-height:27px;margin-bottom:12px;margin-top:0}.yoast-get-premium-title span{white-space:nowrap}.yoast-sidebar__product .product-image{margin:-50px auto 16px;max-height:64px;max-width:64px;position:relative;z-index:2}.yoast-sidebar__product .product-image img{overflow:hidden}.yoast-sidebar__product p{font-size:1rem;margin-bottom:12px;margin-top:0}.yoast-sidebar__product .yoast-price-micro-copy{font-size:12px;font-style:italic;font-weight:400;line-height:20px;margin-bottom:16px;text-align:center}.yoast-sidebar__product .yoast-button-upsell{--tw-bg-opacity:1;background-color:rgb(252 211 77/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}.yoast-sidebar__product .yoast-upsell-hr{border-color:#cd82ab;border-top:1px;margin-bottom:16px}.yoast-sidebar__product .plugin-buy-button .yoast-button-upsell{box-shadow:none;filter:none;font-size:13px;min-height:36px;padding-bottom:4px;padding-top:4px;width:100%}#wpseo-premium_upsell-popup-button{box-shadow:none;filter:none;padding-bottom:0;padding-top:0;width:100%;--tw-bg-opacity:1;background-color:rgb(252 211 77/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}@media (min-width:640px){#wpseo-premium_upsell-popup-button{max-width:384px}}.yoast-sidebar__product .review-container{margin-top:16px}.yoast-sidebar__product .review-container a{color:#fff;text-decoration:none}.yoast-sidebar__product .review-container a .claim{color:#fff;display:block;margin-bottom:12px}.yoast-sidebar__product .review-container .title{color:#fff;font-weight:500;margin-bottom:8px}.yoast-sidebar__product .review-container .title:hover{text-decoration:underline}.yoast-sidebar__product .review-container .rating{display:flex;gap:5px}.yoast-sidebar__product .review-container .rating img{max-height:22px;max-width:22px}.yoast-sidebar__product .review-container .rating .rating-text{font-weight:600}.yoast-sidebar__product .sidebar__sale_banner_container{margin-left:-24px;margin-top:-40px;overflow-x:hidden;overflow-y:initial;width:calc(100% + 48px)}.yoast-sidebar__product .sidebar__sale_banner_container .sidebar__sale_banner{box-shadow:0 -1px 4px 0 #fcd34d,0 1px 4px 0 #fcd34d,0 -1px 0 0 #fcd34d,0 1px 0 0 #fcd34d;color:#fcd34d;letter-spacing:.5px;line-height:30px;margin-bottom:10px;margin-left:-30px;margin-top:2.5rem;width:calc(100% + 60px);--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1));font-size:1.125rem;font-weight:700;padding:.25rem 0;text-align:center}.yoast-sidebar__product .sidebar__sale_banner_container .sidebar__sale_banner .banner_text{display:inline-block;margin:0 35px}.yoast-sidebar__product .sidebar__sale_text{border-top:1px solid #fff;font-style:italic;text-align:center}.yoast-sidebar__product .sidebar__sale_text p{font-size:12.5px;margin:12.5px 0}.yoast-sidebar__section{background-color:#fff;border-radius:8px;box-shadow:0 3px 6px #00000026;color:#404040;margin:10px 0 20px;padding:16px}.yoast-sidebar__section h2{color:#a4286a;margin-top:0}.yoast-sidebar__section a{color:#0085ba}.yoast-sidebar__section ul{position:relative}.yoast-sidebar__section li{list-style:none;margin-left:20px}.yoast-sidebar__section li:before{content:"+";font-weight:700;left:0;position:absolute}.yoast-sidebar__section div{margin:10px 0 20px;position:relative}.yoast-sidebar__section div img{float:right;height:70px;margin:0 0 0 10px;width:70px}.yoast-sidebar__section div img.alignleft{float:left;margin:0 10px 0 0}.yoast-sidebar__section div p{float:left;margin:0;width:100%}.yoast_premium_upsell{background-color:#fff;border-radius:8px;box-shadow:0 3px 6px #00000026;margin-top:2em;max-width:896px;overflow:hidden}.yoast_premium_upsell--container{padding:24px}.black-friday-container{background-color:#1f2937;border-bottom:2px solid #fcd34d;display:flex;padding:8px 16px}.black-friday-container span{--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1));font-size:1.2rem;font-weight:500}.yoast_premium_upsell--header{--tw-text-opacity:1;color:rgb(166 30 105/var(--tw-text-opacity,1));font-size:1.5em;font-weight:500;line-height:25px;margin:0}.yoast_premium_upsell--header.woo-header{--tw-text-opacity:1;color:rgb(0 117 179/var(--tw-text-opacity,1))}.yoast_premium_upsell--subheader{color:#1e293b;display:block;font-size:1em;font-weight:500;line-height:1.5;margin-top:8px}.yoast_premium_upsell--badge{background-color:#a61e6926;color:#9a1660;margin-right:8px}.yoast_premium_upsell--badge.woo-badge{background-color:#0075b326;color:#006499}.yoast_premium_upsell--motivation{color:#475569;column-gap:1.5rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));line-height:1em;list-style-type:none;margin-bottom:0;margin-top:16px}@media (min-width:640px){.yoast_premium_upsell--motivation{grid-template-columns:repeat(2,minmax(0,1fr))}}.yoast_premium_upsell--motivation li{display:flex;flex:0 0 50%}.yoast_premium_upsell--argument{padding-left:10px}@media screen and (max-width:480px){.yoast_premium_upsell--motivation{display:block}}.yoast-variable-desc{min-width:300px}.yoast-table-scrollable,.yoast-table-scrollable td,.yoast-table-scrollable th{box-sizing:border-box}.yoast-table-scrollable__container.yoast-has-scroll{overflow:hidden;position:relative}.yoast-table-scrollable__container.yoast-has-scroll:after{border-radius:10px 0 0 10px/50% 0 0 50%;box-shadow:-5px 0 10px #00000040;content:"";height:calc(100% - 16px);left:100%;position:absolute;top:0;width:50px}.yoast-table-scrollable__container.yoast-has-scroll .yoast-table-scrollable__inner{overflow-x:scroll;padding-bottom:16px}.yoast-table-scrollable__hintwrapper{display:none}.yoast-table-scrollable__hintwrapper.yoast-has-scroll{display:block;margin:1em 0;text-align:center}.yoast-has-scroll .yoast-table-scrollable__hint{display:inline-block}.yoast-has-scroll .yoast-table-scrollable__hint:before{content:"\21c4";display:inline-block;font-size:20px;line-height:inherit;margin-right:10px;vertical-align:text-top}.yoast-styled-select{align-items:center;display:inline-flex;margin-bottom:1em;position:relative}.yoast-styled-select:after,.yoast-styled-select:before{bottom:0;content:"";pointer-events:none;position:absolute;top:0}.yoast-styled-select:before{right:0;width:28px}.yoast-styled-select:after{border-top:4px solid #0000;border-color:#555 #0000 #0000;border-style:solid;border-width:5px 4px 0;height:0;margin:auto;right:6px;width:0;z-index:1}.yoast-styled-select select{appearance:none;background:#0000;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;color:#32373c;height:28px;line-height:1;margin:0;max-width:100%;padding:4px 32px 4px 8px}.yoast-styled-select select.error{border-color:#dc3232;border-width:2px}.wpseo_content_wrapper .yoast-styled-select select.select{margin:0}.yoast-styled-select select:focus{border-color:#5b9dd9}.yoast-styled-select select:-moz-focusring{color:#0000;text-shadow:0 0 0 #32373c}.yoast-styled-select select[disabled]{opacity:.75}.yoast-styled-select select::-ms-expand{display:none}@media screen and (max-width:1024px){.wpseo_content_cell,.wpseo_content_wrapper{display:block;height:auto}#wpseo_content_top{width:auto}#sidebar-container{display:flex;gap:.7rem;padding:0;width:auto}.yoast-sidebar__product .sidebar__sale_banner_container{overflow-y:hidden}#sidebar-container .yoast-sidebar__section{margin-top:5rem}.yoast-sidebar__product-list{border-bottom:1px solid #ddd;display:flex}.yoast-sidebar__product-list div p{word-wrap:break-word;width:calc(100% - 50px)}.yoast-sidebar__product-list .yoast-sidebar__section{border-bottom:none}.yoast-sidebar__product-list .yoast-sidebar__section:first-child{margin-right:40px}}@media screen and (max-width:782px){.wpseo_content_wrapper label.select,.wpseo_content_wrapper label.textinput{display:inline-block;float:none;width:auto}.wpseo_content_wrapper input.textinput,.wpseo_content_wrapper textarea,.wpseo_content_wrapper textarea.textinput{display:block;width:100%}.wpseo_content_wrapper .select2-container,.wpseo_content_wrapper select,.wpseo_content_wrapper select.select{display:block;margin:0 0 5px;max-width:100%}.wpseo_content_wrapper div.desc.label,.wpseo_content_wrapper p.desc.label{padding-left:0}.wpseo_content_wrapper .textinput[aria-invalid=true][aria-describedby]+br{display:none}.wpseo_content_wrapper .yoast-input-validation__error-description{padding-left:0;width:auto}}@media screen and (max-width:600px){.yoast-sidebar__product-list{border-bottom:none;display:block}.yoast-sidebar__product-list .yoast-sidebar__section{border-bottom:1px solid #ddd}.yoast-sidebar__product-list .yoast-sidebar__section p{word-wrap:break-word;padding-left:50px;width:calc(100% - 50px)}}@media screen and (max-width:500px){.yoast-sidebar__product .sidebar__sale_banner_container .sidebar__sale_banner{transform:rotate(-4deg)}#sidebar-container{display:block}#sidebar-container .yoast-sidebar__section{margin-top:20px}body.toplevel_page_wpseo_dashboard .wp-badge{background-color:#a4286a;background-size:100px 100px;box-shadow:0 1px 3px #0003;padding-top:80px}}.wpseo-checkmark-ok-icon{background:var(--yoast-svg-icon-check-ok) no-repeat;background-size:18px;float:left;height:18px;margin-right:5px;vertical-align:top;width:18px}.yoast-settings-section:not(:last-child){margin-bottom:40px}.yoast-settings-section .yoast-field-group__title .yoast_help.yoast-help-link{margin:-6px 0 0 2px}#yoast-og-default-image-select .yoast-field-group__title{display:none}.yoast-settings-section.yoast-settings-section-disabled{border:1px solid #ccc;padding:16px;position:relative}.yoast-settings-section.yoast-settings-section-disabled>*{opacity:.5}.yoast-settings-section.yoast-settings-section-disabled .yoast-settings-section-upsell{align-items:center;bottom:0;display:flex;justify-content:center;left:0;opacity:1;position:absolute;right:0;top:0}@keyframes yoast-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2640-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2640-rtl.css
new file mode 100755
index 00000000..d4343af3
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2640-rtl.css
@@ -0,0 +1 @@
+.wpseo-score-icon{background:#888;border-radius:50%!important;display:inline-block!important;height:12px!important;margin:3px 3px 0 10px;vertical-align:top;width:12px!important}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#888}.wpseo-score-icon.noindex{background-color:#1e8cbe}.yst-traffic-light{height:30px;margin:0 5px 0 0;width:19px}.yst-traffic-light .traffic-light-color{display:none}.yst-traffic-light.bad .traffic-light-red,.yst-traffic-light.good .traffic-light-green,.yst-traffic-light.init .traffic-light-init,.yst-traffic-light.na .traffic-light-empty,.yst-traffic-light.ok .traffic-light-orange{display:inline}.yoast-seo-score .yoast-logo.svg{background:var(--yoast-svg-icon-yoast) no-repeat;background-size:18px;flex-shrink:0;float:right;height:18px;margin-left:7px;width:18px}.yoast-seo-score .yoast-logo.svg.good{background-image:var(--yoast-svg-icon-yoast-good)}.yoast-seo-score .yoast-logo.svg.ok{background-image:var(--yoast-svg-icon-yoast-ok)}.yoast-seo-score .yoast-logo.svg.bad{background-image:var(--yoast-svg-icon-yoast-bad)}.yoast-seo-score .yoast-logo.svg.na,.yoast-seo-score .yoast-logo.svg.noindex{background-image:var(--yoast-svg-icon-yoast)}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2640.css b/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2640.css
new file mode 100755
index 00000000..b381fa01
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2640.css
@@ -0,0 +1 @@
+.wpseo-score-icon{background:#888;border-radius:50%!important;display:inline-block!important;height:12px!important;margin:3px 10px 0 3px;vertical-align:top;width:12px!important}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#888}.wpseo-score-icon.noindex{background-color:#1e8cbe}.yst-traffic-light{height:30px;margin:0 0 0 5px;width:19px}.yst-traffic-light .traffic-light-color{display:none}.yst-traffic-light.bad .traffic-light-red,.yst-traffic-light.good .traffic-light-green,.yst-traffic-light.init .traffic-light-init,.yst-traffic-light.na .traffic-light-empty,.yst-traffic-light.ok .traffic-light-orange{display:inline}.yoast-seo-score .yoast-logo.svg{background:var(--yoast-svg-icon-yoast) no-repeat;background-size:18px;flex-shrink:0;float:left;height:18px;margin-right:7px;width:18px}.yoast-seo-score .yoast-logo.svg.good{background-image:var(--yoast-svg-icon-yoast-good)}.yoast-seo-score .yoast-logo.svg.ok{background-image:var(--yoast-svg-icon-yoast-ok)}.yoast-seo-score .yoast-logo.svg.bad{background-image:var(--yoast-svg-icon-yoast-bad)}.yoast-seo-score .yoast-logo.svg.na,.yoast-seo-score .yoast-logo.svg.noindex{background-image:var(--yoast-svg-icon-yoast)}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl b/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl
new file mode 100755
index 00000000..b6e0ad17
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+ XML Sitemap
+
+
+
+
+
+
XML Sitemap
+
+ Generated by Yoast SEO , this is an XML Sitemap, meant for consumption by search engines.
+ You can find more information about XML sitemaps on sitemaps.org .
+
+
+
+ This XML Sitemap Index file contains sitemaps.
+
+
+
+
+ Sitemap
+ Last Modified
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This XML Sitemap contains URLs.
+
+
+
+
+ URL
+ Images
+ Last Mod.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg b/wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg
new file mode 100755
index 00000000..ad6a6b3e
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/images/academy/ai_for_seo_icon_my_yoast.png b/wp-content/plugins/wordpress-seo/images/academy/ai_for_seo_icon_my_yoast.png
new file mode 100755
index 0000000000000000000000000000000000000000..4e27c6e221478162e63d589e706f13892b31eec2
GIT binary patch
literal 16291
zcmY*=c|27A_rD@*Sz1ULq(p=wNwQ^0$XJtX6_R~7i9skO+4nWsLdd?1CCOHnWFKSS
zml^vEhMC{%();uH{{E>kbMJYb*E#2&*LgnAx$iYK?wz1NM^8aPapJy;qBaEuldEmazcaga`}biNsW)}sn3&&6maHA
zw>mDlH*0iZE?EjiX@S2h)#)hCMu%(>t{mmAq?F5OI@Lm>!`FL+8FPgDZwMZy
zLnY@(!_Cnui9!)|~LBF{9=bT#m>EuQM3AuriI|{CeqCkrJjx$nd
zNyOa_KdX{Ud7u^yCz(ro@U`Vdl>_N&$B!S+()e=tvq22~f!xhD3TPSGvX-sGPsW7{
z?$G7)E>8p?L3A1aNBw_SkF=$wUA*Z>1u1dspAx<%zqOBm{qW$X|Aet4K7G~YKl1&U
zo?CO?ZKAayI?yLE=;KF;{wB-*V_f_ir|0cys1Ux+T}vlq$F4i|khsfCR~hBKWW9Pe
zLuMYd?Z!Eu>DFq1@rxaJME3}{CJR^6)@DpwVQH2JxjcFUKT`6C%1aCEXc<#)2=gue
z+yWbqdY_0FsU~p!g=1g8EtB#K?5*o5c=cwkR2OWC|6WN7TGXLqH)#7w7SnOgzk7eG
z+X|Pp8;|zzQ37Mk#G%jk<612OY`8p)-9<8fewTa3ox=!hsHyDtJ=x4!HgaUE{dDkw
zefUN6lGhC24vaRX%L#U^e%N8K`A;?NudH3(X-S>6Zr*Unv##T%rl$TE8^4rn5rm%)
zh>ft4r`V8O4OH@U?19_)MNZg|g}54@m!@4ZaC{=5S)P(cWA5JHRE-Lj$QiJ
z0|z?`P|j0N8H7{w6MRggD4c^|oRYw%R$7_b62fykL#rKhii*~ns~aUA0P_c%Bh}Nm
z@9_n`O+x89pLwaI@iC{TSaHyT7Pe`#*#cJSO--QcK?{HH=YD<*qj)W0Q9e${!h
z;*BJfy18w%J#)S+aK5lzNGYju(KaOS_()wV_?&O`BjuReicpz&5*a*&APf
z;1w7=?-Y1k#C^(N0#kqULnM~Z9$h~_>hsOEh~v^yi{RZ#VD$FNdq!bR^?TV4AxY@2
zhds$gc%!9UzR~;zPEBcM%mtC0+MNkEgTNIIE{&WF_q=m=E!kS%8Lt0G8BQHFh*z=L
z{rEmk;eV5?xLC;vz=u>WcAzBmAFbPpZP}4
zI;-kfQP*Rm@T@G)C)$R0R3eQ}^w~W)Mcuqp;e6?L%5XGEk+|bmS--f3Fx|s@Ej^TX
z4E)pnl7!W~{M&!o8*6snf4N|6pQCN}(d*dN*^8AGBa$LqaPgNbCuE1mBSgMvzjH{L
zNDhBXP^2%o{i8PHc#1n#3fqva(jUr1-G#Ga%F?(*9Wj?(3zTmZD?_pMzKPq3srfdy
ztIw3OV;6?57?rUb7Sbm&)_$r=WSWUUcXi^(`|!e*{5)N4U>AM)?H7+w7k}P36heHydD%I!l5?EBQ`ODX2*s(m+dXkkQzEjqHVNNIqgfcU
zv7N}4Y&IhtolMwBmwu1*HKQcVF*g(7vJXt1`g&(yb0SpKSo5?*B%d(1o-VJH*+ze6
zz9$7!XM00D4&QnxU5ZP}`=As5vSWArnJA%`)97T9i&1aRgD_5$SfUscwItb!CRKPl
zBc9Q%a;|l#-tL98ySJ3vYG7Wy)yq(I#>REXC5
zVPQX#WA{S`dvnX1&NzG}j+6d;c9$t9+CD-}E&JDYx?|JNyKs2*_ausJ&lQb~82nsv
z5vCLF*LTNL`P@E9NeOZ`+2&Ers!QI2M#{)!#2ZONWz~-#g<_&p6HB@zO|Kv%3W%Cd
zK`3yX!WW!87ZY5XpEOWZbA{jpvfMSU-`e+HMpC_&iB)22%%5Z1uUT@b&gGbxXyE&Z
zZ5y{rExGEZZRo@NMr=(YXQodxx?~D(%RF_A9=p=PasR&o&?AaRH
z-$W*%w(BUG1zETttMJVc(#nNOpKD9u8*8a5JKMc;wqqt9ccR_aFDo|A@z0n|$CE56
zfgvtPHi_+~?zf+8m%<8ggfFKUceStH?q(+1-5TCOiYhA3KM*~3mR>eqK(e^1UX
zoAxo@Bk|UTl7(~CS4vVwBS>DW;92)^BtL5rn(3M_yLb9R!aBlS+k!{D#=nlof1EL%
zh7fWGxBpr1vi9Uhw_z@0Eusc-THpNvrgY_5tX|IGV53CG3&R~LjqYC(G+E01+g`XL
zF=vI-w7Bn0{+=e57-C1|z0REd5qL6X*(H_LhUmVbHE9D`nbB=JkJ=|W`_q5!yS=;o
zn+_x)e){6aBx<;x)E)6%x|GRz?1~PRZ;3$?eJnjLa$~T;7RM?)4^A@~c5qOO9>?t@
zIdv_KYgU7^e`!?Dh!2g~B~T1G3nzG2wt3^+Rs
zmJGsTmFIc{VP(I*S7{L1UO0x9?pfI6z<^1yToKXrk)cneV!9q0-b(G|MAo`Rd!Vh6
zT}OM^xhoYIff3T+)!EO?h97q77~UG|ma(*q@x@lCceH$ia;Y8U*=3aF(@IL}9O+gZ
zJ;U5t_2hSaA$ba$$LLTM!qXZAy9y)eYn{q{K%V`pg2a=PR30@&!kdCe&cc?D8r;1(
z>h|DW`mu2261E2lc-jUUf(X5Zkd?qq_m%{UMLM<&cvir&i6&uma`&6EAvtp>YZyvf
zP$mo+l2*YsaD(&u*^eENbx%^>cjLcsex>?ylwR)nm4vF{VqK6_6dQ|(s}FigJYN=j
zd*Qmdl&|+-c`ct9HGLRMNi}mHbN}7f@ZdTSx>`aE5&tby>7$jUrUv%xxsemCEfqYj
zQaEmsJ0y)ti61XoTCqdF98k9iaD8#v-dJUzZmlPSBvqEb2MdQO
z$DBP2tf3irvIDoYl3Z)qzy~s6MV8da^X&30I(cg-=g9%}>a~lCxG?qnl|sg(ii;RK
zqM0Bt)Mq2d`@80=H?F%mCC4{UA
zQfa}P?nHjeL+LdfEn>S{Cw1$t0_$carIHGE-#B?8122c=vwSJUvsv&$_7m-nyH^*9
zK>E!D$4kATXU4pKmW}^jRE}K0ak
zS&Q7*i+3G@LvAXCjetspKem@srT+e7$IuX6(eT+B)?z78M5JFRW6IRX7~(UQ&LI^C
z{jTL_aWY>K{@*P!v%RiF(v1}Z>7vmOCs`V19{LPiaQmOY`TK?NS#aA{o8rANw2)f#
z!Aj}9DWvjCeUSz0)rx_&!xjiopZwx43vJ7QKTcJ5J^s_vKk;@e4m>JRYS!>gj{6&b
zGJ|rR`XZ?aU#^V^qd*y~shlI7zQ1N{Zdl$
z(zND^ypQm-_Tb?
z*>7^_(!b7(k#`SG3Vv>v$M-nqafAqmwx@DVZC={rZb&ET$8WXycF{~3#Ktd^&gbQo
z=iZcDJp<*Lu#w;VC@vzFw7K#XB@N7Vpp!Xa{TEIeMEF*aO)3v}8A!jyo>k_AU`FHW
zuanMm!b$-aIVxE0O8;dOlOgGJ1H%z4@9vKaWon1tp-)QR6HO>PgSq&lSU1BRQck3B
zIi>rnol;-ruSXvx)K5Q(3F>9^lWN6TM2#FcjJhRd$zG&eP&mW=P%$+__}dA1s=DI;
zy;SVB>lID*yl%czELp?hXn81LP?qRRcGc3i^^IaOc_3Y*wA^Kj5&Fu6fpL@1`bH|)
ze-3bThk}Ur)WTT(;X`r$BK>CD!S{~mnAv8VqH^ehJG6_}
z>uop#*NUac_wRyl9=&TF3#~s?8&KlO>KUO6zcIoY-D`j7ZaHABt3OP)GV*F@c-GKv
zrB{wZN&9@D}1nXYxgc!w$|&r<~-?zjlyBtr~|>A
zL((4(q`rT9m9hPX>HCf%b&6dqzqK~g2#9i~xPx#&L`lJ3S
zrsm%Dj7ET`xXVK04w
zU*;*Ecj76YwU;SftVJlWt6B#}eA1&ac_zL^KbIVA1y?4St!v
z*dz&rhGGz9+>fnA!O8lOEb({nD@{4d3-UM@C@$%S7&nsKNi?R$xS3+A7u
zFvGa%Y`C%`pHKOyOgta)vaiDSnZ!TDjq9gBYV4dUpOD;ragh5pY9hMxjEgI-S(>YACDzk{4b&2b?VrP8FpCwMBqD
zq^OeR;ezSYv0G-zC|%cbhXeWdu?AfO51Xw8a+`CWvJBN7$WQ_@THx`yzD>Mk0M*MG
zKvt;u$^~ND-!uH*MR$dJupkN@M-I1gb{}L;XM-5)>e`G#6tr?gxSBPS(F7**SqV}K
z3f(tG=ybu{X1!+X-fxuy#)leo7lJ4GK*c7XV|HVZ31&VOUd)zZKQGT33n&39gxoUf
z2G{{#8D;RRGpZE9Z5{@Tm4dQqZy_tL=Zc0~W4z6u8F~SnJmlm3$?C4Yf}3Gaz-ybv$0(;
z!S@);^K{K?4WuR{%C7$|>{zh=@=$>`xhY2z2fREvA8w?4R^Ko?Sm^;ax!i%z$VGyy
zdVe7~J`4X;e56e;wBA!g@D8xTgD_Xy3i>nV9=}oM>#CuvdXZU$zUY$RwF3%Bt1bu2y?4oCEX1M;aQc=n3hwWMa$Xw
zPcyMkk}PCLGBcQYKIo)P7k0Hf0$KU`e25`KWl?uVlN4YjS9`li8w$y>9St;Eo}?Ueo)-OU+6jq?E0t3ri4Jv=+n>tI@q1FoTL`9mlWga2
z+J;SSIAg1EjjN{p`b_jVV2i3>$ZF(XR8Hph8wvG-`i+f>{KwwIy=}4c8+3p7J~GVG
zR5*+hnDZ{bdhs;C%Ov-hZVY9I*tX?$^V|85n
z^Y^-Bh_+#~zww4It(S_FCX}#6Ejqvne^SlO)DRB{zW(vtr~i>>zdDBDBx8bSK2f4J
z#mwKck&KW3_2>Z|azdV&j2oywmw`8;rYj~gk$3rO*CtouihO$BM#x+fS6K|bv);Pc
zmse8ny0AbuNsNTc7^JKr`vTyF362VzsdKxYiKB+LD_3Y=gCNOrz9S^AsU==es!d$f
zL)dN)l}Kjc<*wbmrg81DQ+<+RS9pX5)~5gKP`RCxCONJto6{IfqA#yJcU_GEIps0W2iVkacOvOv`({3SpoN7l_|Cw|>?K
z-ybJR2*+_v`i|}IB7e)2Y?D^VpC0L~AhCA5yC22OnuE)125w471mcq)8J<7B{Z~x{
zx%1mpc&;;k-kWkZjS?hj?plY$?I(?BScA~^_)+%HnfqgrYkpUVIDUPrHpmGz73qk9L6V0&}XJSM1
zgkFE-_U|Q?w2(!)a*&U%IbZW$HK5;fo2ffO=2yd7Hje=lzH`|D>}^yAcg~n28STnL
zlw6a3**mTO*^U1GS%9#<_1fMlGj&XDVLmp+CW9hy3D@>$ZzQA1`%(qvH@C0GVm?s=
z9IPc+j`HlTC5LTccFIC)Ar|VMj(l@pztSE%wZ|^lt;kqT?P{vcc6DBT-cLWzundMU
zbeA~+n3Z+bB|N0yt+f(35$H2`WCr(EtAj72yCim^``NqdrLC<`?z0oJy;t}5+**@F
zwv8GrueQ$#RP}Q5J4V>s+j~#G=i6HjdiPrJ>K95Ng7v7g2DZ^}Tn2E$TH)v=k-W+~
zzq%Z^a;5HK6fQr2?&b_fVrf*DPLw?FNccfWE;Ok{bB41xeQ(QQKFQYLxKIk4T>J|-
zT;y*TQrlC6;@67M*mlRqO^q8uwwll`nfTxaS8c|Q`
z^D9eC_32>t!msT0P3;g*^Gb}EeC?H)buA%MGTr$G^z7cHw4R&X9YrY+Q!{@lF4~NZ
zMg-=45Rk?(v*wFli}+yI&slbzA?KiC6|NQ;n%>29DR(HX4xL{gGBkaB0w?yoy>-pD
zmjk(EI99AG{(y2yVAPOE{UrGzCiqU*a0RMV*7}?=dWv(J!-Xh??YF)OEAS
zAesjyqPy+{a*;PJJyfw(4l@QSN=f!ytQq+6UlVP7shd4lVTStZHkeW4c$GKePaKT<
zZZ-hi!0$VV!{v6??HMtZKHncingw~CTiU*&lfIV=a+u-i6oooJ&m6lk&Nnk@rn`S*
zsR*Sm?lb+v*+L!{N+W#-#-t4OE+{^>82_x?!g%chx%EqBjp)NuL)jA9PR}n?_}0XY
zOHMD`$s!dfWJaUY|788eV3zM>ZQ7w`7QgjJP%D%T!Kr~7!MUB4JV_TPhbu&g%adAr
z>Hy^&&(w(egPLI?uQH{(&`l&tAeZWIND*c-R)h-106ow|1w|8vczOaeE_3}au?
zUJY(lEr4gOdRCaWcSwvagS&toP4@76Mu30qEw~R>`_$U35l~BL2Z+(ARHrX
zT>Z3>+O73=oddAk1Z;?}Y)hXLzTc9nf6OOS2Hd*F3wZG#_hhf;HY@FX@9oZ?&KhQK
zavpP}2K0wlphH4Ry_(Gm+1V{j%uvEOD+Bnb>1D?j45I5tM4rOW3J0$K^DA7@UD=BM
zAa4$*Zh^U!g;uIa1<*}>A*&I1u89SJJ#wBGk8_ebAr
zxQF)YQOWghRyOkfJii3E;z^JWq%+c3qo1+l@)_H0&pzXKU};)RIE1us?OLx%@D>
z>H3$a*zr-H$`aRlgkNP+Q`^0UbmbQ%Ir;e=&)Nq}eUQgN9XRs|Q2yYd0L>+5_Dg5Z
zqs%&rnfX>2vOrj`QR;L(B8w!}d#tc^?KFY|-7Yy$gN*iA90*a!ZrsIPeQcl+xZOPN
z|F%v4L9&slj5vy*yYn5h}vo
zFTy@)nRFAmyU9+TNb;=P{Hx|2as(v*4@@}Is3eZWt=^brPELof4BDQ>G7p1HJ?XG~
zC7^tnSl9qjw!HTQZg|gfb(pz@i_@b$hi=P-Y^^cX{jf5ewl+TI9WVz{O%QT59w?}dJ$q_A|M
zIOV9tTgo!cpN@ioaBY>Nv!jyywOPicNd-U+x3NAz@NacRuQRXc(Li6+rZV32yLz$*
z3&AGpt7<|qqwd5u@BmR-m9Us=0jf)wd(ipb-n?s)OoV!x1z9q00*o4i*gOK=joF@iO>?40eiNM4!U(s32nb*Qn)(gxg%V#or1k_tg=
z3yV&`y?)z!-OYDBO^wEe`YtfQQaM$NYCk5daho4`B57|H04^T(SHVN4EB8e
z&jt_K^Qr*j=Ei^aQ0h&NxX1r2VjG-y2E(9wC`ivyV#-ABP>HKLC~CspzlX*?gRxmU
zofZb#^I*$E-$cv)eKaWk-^ZaZ)!M1*@?b@71OTF$nfPQpDA1Cpxb+#0MqP%&p0U0?
z*a-jc@zKAW80Ql>ofdqsn!xj?^WdJ-k1Z(H)eh8<>pfJP|Hy$RM^t?e?(_X}xG~M6
z;PK%<3M?wuyT#Q%4mHr3?G$oOJj)07FgB7uIcHrDT1ElZ?8Z)=3edk#}5Exo#&@BqbT$6$cPN4ycKv;Asa=<>nJF
zT7)3nhkd)Skyzw&C)x(%L%oD&Z`=&=3S`h|w!GBsqImeFw-B*?5+vTL;3t6B08xS`=wJYj7X;HX^3-
z2??0T{KnS>cZ&7=yL7(A#bqaU@PH!+u5?jp((Q4G_m(*Zt89Wfizy{
zkRkTupjZ*OnzTE*z**@u66hjHVa>AIliJ=2Eo$FZzO`^3M;vNh8%o+J0nf;#&iVU92M7DoA7#$Iidk;+icu)cjxNFo%hDut}e;d
z=%*e}ACC9e5P1n&*Ru3ulQ8Pk0?Va=Qpm!xiJ>9N9gF5mdHJJP3VPf#N<7D3({K)!
z+a=~8T8;G;%6Pz)VJ*uthnT+(kG5%`v8FXx%FENH0;`L*;(Q#(B>s+FTo0ZoKqQNW
zm4QZJ5XGE}v%q(ix()qMLi1Ffz6FM2<2xnOSCiV^d$POTfbh)W0v>KBpJ9yAoH
z(z9(85l4O0&V0hu>`#xu>_+k!4PFq*qX3^U`s@Ky0v74wghsrBY<^~@#kPNN7T(_y
z=yPYPbRx~<)dH``5P$z_lb+5>ofv&rhG_WXt!-2!de`MXR>a%0uEYF^d4bK5ztO6f
zJ2UX#fj`(UO@T1r`PrkL2$v$l@yR#$8c6%ZE>hk?Pd1a~=0vME=|zLW!vZ7rOD_vy
z9^xFR*nL-hz>Kjnfv)fF%)qP)=weX@WYyoM^3KGbpc$G}@cLM8xL(S4Tm?(f%ZSSzS6fpV&MsUuoHH=S9$OcRF
z^DdczGM1yxN_q9Qz!~GubFIh7UX5>001UAY{Ke%l9sX6pJ*Bt5zrYxUPp~OiTi2o(
zwy)X+IPch6?M^C_iD=!5iDt!qOdc$PexYZIQR(JRwDAcWL=xQ++o^zUQ2*YJ>0+FT
zTy*OCp}F{T^kaS9^vGxSG5;m{NL)JH^%X|sOHrmLAO`Q-?OUc6p!+mO4E5ary&Q(N
zBhto;0+FWzwrseDU$(V+_a~dC*3@nJ7Yfnetyw%{;xmxuio-8kX?<8}5M#ky`No|<
zBjM)DJj8f1$ZTB@WnbxImyoj`jE=$21`Zqx)%*TKZPR@9*|DL0up5Ia=S-wAsNT{7
zIsnrJAum+R!=E(p2erR($6{xLi9>$9oaO}X2J%qq{?KaYwI*#$7gQziUTMY1J9arS
z57mALy+we%iy1orTL^f^IT=EgWh(M!td4#OAZe({`(~
z=jETXeX8G^5i#|ciH6J#(Uo!6U`Bj*w#WTVq{asuM2(GSM?gJU@C=1&OtzO5TmG6|p7G2~>{YKP%&Aai
zSJ?fD_0uG28+(`g5HvvT*&Xfq=6)}WDJKCf@jPkZk`Oq$jwL$L__7S@QPW>42ZRgn
z6{pR25Pnx+|-8576%Q8FW2JoSXihvou*pfz35FL5=a1N&Og*`bjP%5duv#?_>^8
zi^9-?!8IioRkcH+0RmuAvD@vpmH36g@F%x6$9Jk@VDwLwm5(=5(m9LiK5uBSWc=pm
z;CAIOP_k%-Fpk}jK6BoXh3hzC(0qRz8(Pr1skO!@)m&kexpXg!5f4
zmoaIEGdICh-rT#7+(+J>7Q<=&8J9UU`_mI~U%AGLyvl#f`tO^+t6Ljs14MqePfD$u
z9vGN05dpy#1*|1o>C;^!zSMYbbw4onOYXSFPy%Y_PcC8fBWVNkidZTnnB`H+jd*PF
z=@X>d*SGQG=RVEdHdLRTJ1Gdfxd=fk3n5wz?02Fw$EC9uxL_N{#YPzAsH~!2^SmUd
z@#ZWR8LTi?fx)=`j9IVb&X`rb3iL0<(A=U1vLvwld{~)*1@M$YG1AzALgv{;6{v7L`J@`=+X_ygRhARDsIdGBxDAR}qV@7J7;39X
z+ltetTJH#!`hKsy5*qqd!9wU@`ViH~(OsK5sLb7fD}j9eBU!^xL8gxO<1@DSQ5rW{_XnQQLGCJU|Z9{;232sO)8tU|xB^`=6NqbbZeWCXIn!
z>&u7m!tFohK{0z^7YhMMaxb6`0O;;J0$uxe7sYtx5SH-1sy+jK$A3hJRp{!{ctJz5
z);wtRLnDlsG
zfF>BTc5GPY+}j;>5eZ2st8>Wf#eQwcaKh!6?=MLGYa&&~)s^FQ
zdE#f2%}^*y=`xD|DO(>~rJ}kpU7m2&%Xd-7G|F%jmYw`53HxpILD`Q)kaNt8p$j
zXY-?@JSg`&N1VGWy-Y71{=_)vX=^xD>2
zhX2SlzqJ!Of9qZBJ})LH_R%5+Wr+#hS~32COnn@Af-f9bG<5O0Y$QQgW%<)D_DK!_
z4A$GpsqpRK;#g1q#1S}sIz1D{Y*kyxWt;M?mmMP_!PQ=!AUV(;Q
zPA)K5M)OM(R22O%(YZ=swepUXPh)^JfA_uOq1QJs_&k%|#_
zyGk%^&deBam9oeIMb7$nn#fJ!=N5zf+89CiE>diCiWUOF2SdaI9pC
zc!E%PVzTaNjH0!yq^mZJU%};OV14A@kGG+DP@XKjnBBE_`bkn*sGV-}yB)bWA|P{h<}NfagvYQO6y(FM-c((HbW+
z!kAL@!Z4kCZI17JP}Ukt3#PRSzrd5@=3uP%03o{hbVDMR3FNn-wlO@m@hP%xO#;q0
z6~SVpPgOB)#YDc@igVEK7ygsgk;CES
z3yil&y;OKlwUBzZjWr1~g_e8r@86Qs#|5QDnnh5PTY~nq&U?**_J1_Qc55oObHNyb
zx-|p#Q%}L$#V6_zCZ)eL`bYvCV0TWWeC09~l~tYe2j!}fGsABs!d_^(lux#qfsVjK
zQMNlzx7w&YAdMYlNd58e7rXf?84Xy*&SIK_ckYLcnAT4sc(=8l@5d(KNFVIdj*DL_
z;5qx?K8RR9YQkP7-W>V$QV{d>7MM2InA;u%-6;dOofU`!q$Bxrql8jz{jeiJ-awKc_
zo#YPjjnP8RVTsFg#tMmf1nKKjL#ggUBcrnE*Ur2{-q~r1G-Z@=pr!L(PV_GkAk-0a
z#%er_$wh14_EDu1voRbco?#^MHaS)q5^8KaS3s`+ZL@bxu2@QFV+2Hv{WP?An{L;i
z*g>PjaFU#s`BDDF#YA+8=eAxCqj1gEN4Sr-*=oaJZo{{fzUd>vi-j*o{!EZerE)n(0nu&)PA!W+QvrxHs*Y@qNeTE__~aQjE+kxuY-LLH_G$=Pq<36-Fk_6=FE|9!K$w`PlBE
z9K2qwpi<9S$g%=DyJmZQPjrX<9?%cS!o;z{hN
z$Vk~+$PcMCtLk3MQ*8!%u#P_BxxCv!(F0vh^No4_+njp>m6S%CsRF#djz@dehZ+hc
zpA)zXS01?-{?zewe1Fp3nyI(EbfB)s_lQ~tdv^&cl1K_Ogs$C&A~
zV5MaOTGp*mYD0$jJZwa5(vJP-=8MZ)4AybA5-O|t4kiR#J!bqKJt)d{I&f`mMK)X`
zaSKVC|K2C+mWAJFt@OBk1;4rVJ>s*M(n2;~u<*9mRM3E*X>H#IUnNfhA>JqXw&zN}
zTdLIU+=^uA{AdNw{`#zrAb1yy)_&otK6v@X0$`K$Z#TqXMbaZ4=On-Ag{3g;aWS%I
z;&)P!Vzg1C6K`0IVEd!7rh{wE+2n;k`MkTlk3#4`$Q}iw^f!hLR$!II$ET&j3$l
zbBXB9zVgyJhgHy%y5R4*n^XJh?%3xsA93vun!gntGj%2Le-H()zSTa9u%N#oGj#WI?k|&K15>^koq>43h_9i%OB>D{
zNXPqO^$+7Wb%?+MeR)PF>k!*~rt?SxsK6ip40w*tmTz`~b7v&Vy2#6k+MZS(|ZL3k-i@SwkIm)0Jh%4u!D
zqJyf#cTa#b5p4;&=0}9NM;}2Q>A4hig={sC0hgevwL@I3zBShaXbXor$hE8w4RaZW
zZ`BYTt(lN!+nZg=wN6boCO@@i8!mQ9=|i><{si8SagcGd?DD(9F6-D3CDesXdz6E;
zo%s&=NGC=)b;3ojg$Z_G{#*LRGUfZ-XI5lgT@rrl`J=FpO0K?CnICS=h(}Xuqm~&p
zgFvm)Y7CZcu$#=HM&RJ$3}!HFS%
z51%7@P3lJ8vX$T^GE56EEAP^Qeob%v6jlQEn?jBRF|}tRSI8xLolHKMiEC>PC(cQPPS?YIQPVX3-WmkkG7o7h7C9MU<{}eoV-+ih#Eb_547jL>^-seKh
z!>b%5$#Se0ZDRkN3Fougy0HiWKHf-lVS>Bks3l3S`_~_?t-6|PVCEhy^odH_v!)35
zmb@nt^spQVLUN?
zG!~R<2aZ*|QRd*|+LTN~hPz!{_0@y4VIJxwE!3Hc!;oqVv{%(}Ml54r4)AeRuS~i1
zI1_&F<6oy{|9dGFs*uY*gBK8riYiF>m8A$8y-=}d3N7R>1PkcBTwmHuyr4F+!fSg>
zFVw{=jgXp^QQZq+Yo2hle<;~y$%mmBb<{az@XuP|=AO|3kUg1GE9~LuL?r9V3BOSC
zO1}@iCBg4)&GabpSF3t8L@}@FpcdSP+cF?%d0MiJ#(sZwr7uiPbOCxnxJezWpRo(x
zQV0Rzk9Va}T`|4S>&x@Fde7m^1*th;{`~rV&&0N{EZIfmj)Tn#c#AY3&WT3(zBSWT
znHSZ`u1KKhX-G>@^CzNi-V%u3YD^j0
zePh+J9meOAVpN6SqAX16C#f@m(fLi~=a;MOgKkepTjWgJx2;uxj_hvfFN(|#FgmMI
zaU2+JdVr7k7|W-C1I}W*j5v5tdRlE`;zW=f|DlOF#bIa4X#?3Iz?Ail7?cz
I-6wwk59{%sbN~PV
literal 0
HcmV?d00001
diff --git a/wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png b/wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png
new file mode 100755
index 0000000000000000000000000000000000000000..c63aa729a87a3f7bbfec66c97a014d8f23820a5f
GIT binary patch
literal 8249
zcmZvBcT`i`w{-xoAY1`KMWtR*5tX7yOF)Vu3Q|N+sj(x)P!hm|k|-!D0#}iu5D3ym
zh|*#R5EKDvA@q{a2`3@+Pz?1Q{Eaup_r3SV*nh0O)?9PVz4qSYB4F^uBE*J31QtbvK+pT-6-5X{@R{uudozVE*<$!O$lDk9YASmtSPKgaU1Ouq
z8*69h=9-2EYnhB&)#cpj>1t-bPFX=wSH~4fNkVHAYm$@QL1&JS;pr`^MY&uqH>arq
zUS2W?ObiYVR{#3-s=Ctt+t=yo>CVp1#>U3WB;wfESW8PwX?-1*T7IsyU~X=%udfeP
z`R#0RKAX*MZ*TupTjNP7>*?u<|3PhSZPiFiHI7L8Y{evon~>0tioNd2NjwGe{+6a_awV1x^QA}^os?q!acq#hsx<2nVg&)9v<%Q
z?r!)|_Z@|wot50ky;$K76^kVA>EkEpY
z1K-q!`hdotedA*%OY$dXW(GLyjJ|Hp>`Zrm|HX4%WE-w=ZK;TzY?BH*5SwTXWOI`0d)N5iS?eP?ONr_GPd?xTU^#
zl2g&$n{9zr&rC7=l;K%HLjR~N>+h`{9&|4IB9Rn(k2H4YobhY;T9tjqx90P=p9ST)T7Cny?U`qM0|pM@Bd?F6?e?0Be{DbCYkG_-{
zzX5^B`&_XL+ZAzROn){h3YR&BhR>ZLl
zjbEJui}glKerqq#0stHxUc}h@DkZUT-;vZInm{`B7U@&Bo@$qDf^H1$`cU^h>X=x`^IHHiU<{j|t+?J9|oGdsEi!Df>ltEkA
z49OOSkGLztV4yFtAO||(any$LL#3lH1_2SLgD$zjJvPa1J{J5QR4YpBjbfiORm^NSnA6xHSyp3FTjR=~#jAZL`_ttj_2exi1+*)cU=BvMc(1wN}5sU-6#2ch4JC^Kxxn{8|s@
zs%Pj)(%l@>C$&H4Xad;bxz&BwSQXdD8I`-RkN@dRlDIM>Ckf?Gut=iLfNI~SQj7iZ
z;-sVju+YN5wY-4%IOo>26Vl;g>FwWtfeh(!vx@74!lejm97m%4%6`*=sPkiBzpTST
zBmsB-WKq_BY2NmnnHF}vr#y`{9;j60d++?VBJRf9BURYJ&ks%$Phx(bDVOZi`;q~!
zF|*BsM{;WD_0iGwcHJ0Ha0SMz6ShlPkbfGTIHtW7Vlz^)nGbmO>+An%ia%Fi%g$(C
zj5`rlJ3isrr_XQsDx!pvdM1!q;+Yd{F%j^AiDJuT37M)~jfE%tZV7Or8j#Hnp<>zv
z(xrPSpO)@SyVO=#$0Z~1aYOP9h^Y!9C-gqoYDvRMo1L;g(z`>l{4BX)bT9tML85zlSWZgeocAG|Ol5
zmyLc2n3{7hr+=C>%ioEQGTK6Z-YJ4V3$4V#+tuu~g4-CM}IpP(Kya4)L;-=>@8ymuD`(=ls`xH>fO=jSWnJ#~ZH+
z$aIxwdqwbL0k;9~_;zJfOwaTIHzwM#%c`T(K~=H-3EgAEWbq9nkyu4CfsJk+@(|us
zN|kwG&XyzpRq;?>UN()5E!5E;Ej#pnF@zFMUt$~;is|u5)q}kYKGXGr;gM-EH!Thp
z8&DuyS+%CfcUSf}k|>Uf`4ADq{`diSNh;a*5#sR*1CU|5?Vlj;6f?E)uc-P~@|b2D
zr~qH}7mz!Jn$q*{2vBf?+VmQ;pN<7w1*!tpy!guU5vjNG$9-Xn-_(VcE~-jG5lMz^
zPicU;OJY2FBVb>&;2%N;J3oh1-`Wbid8=J~1^ellTpBvL>w#bo^cqKr&qW
z`I%y;IW>kSafNihn&yE;{F;Nz9S5C2;dHH_j-VOWr1Ysc!Su04^({Y#AvEiUz01?T
z(pSz
z4(bS;0bG;Nro!p7(-n9M2Np{jHa+#bmo6}Y=%@X4W6X28`YFBUhLH!f2TMte5H}r~
z-_dfhaK@$VQ2RqekS3@w%q~FPwj6QP>y`<7BtPv4o*UaPYr|GTQC2SxlB-RB|H9+_
zMCzGpp}=+W=yI{$!j`>+AfFg!7pVTFst68n&mE{|Yd(H@jO}7u&PhoRHW;U_US^Pu
z$-{vp+tr(`V#7J>H;l44E}Fq<_?6Q)x#G%OT{a7}zZ$zA^(34dtP%Wu6m+c8_BHnH
zxyJwXxgn+N-}!2$6$357jce(*X&En%t*83n;%lT!{)Wm7+n^4R3&TDlH$Be04!L2}
zM#efpsI2nUmo&bAW`=KO(I=ZK?LoWyubc71@$WA
z`X5J@-mlX^O<#B_3SFYcSTb@k7NzRbk4R$^(=IfaFJBF84<&$=77
zvV%4`8eHE^q6ph2e^w6Iu^8JG6oV98&1r=>Y#SIAy@D}0VBcQ`*x*rLAM^7$Qm{Pun&Z`e#ZKMkVBO2KcBJDT+Aj7?%eY2X
zOX@0-$+cK|8&X##)$Xqv8ZWl%BU2G6>qmZl;y79=9*=HcSG05
zq1yUG-k9%L3T~$V88f3K^Nm4>o(ch`BW?3TUtr)L`4@_y+8JA&J^z_2r$&Gx&bM7K
z*ahrBMP9L01%zk&)f&7M734t@MAMH(J)=RN20N8tkcRQ`+aa17(s@lAtgK_WGQ^Ku
zS#U2<2IcuQnGWGeqJ5F(JtwP3Th|L=KlKGd^JuL26`J!}ee0v(X=lzh1?s@#>Ghvy
zG%&@d!ZX>SUspuXSYxqJ`oOfk7RZ%p@0JrgY`5hpkhQvY;>p;JSlI+
zAb4cBV(JyRt5;D6t?zZz{x#?HCYiSY`y)wfzUx6qE6ToD9|ng*L6;fE^GD>$ImfxG
zPH28#N($`KcAW&)aEn0<-n+goiQ_piLvzgn7hC0$S*nAUnYZ%KQL6Gl>~BH25quIqQ=1mY|x@%RqV5pO_c4=P(${(M}($
zc%_#~oJzsPAPs9XRqEro`YMF65b1pR823b^HOTwmYhZoHAFsh~;c`Q28B!2RTT<H#13Ay*^>uW(-?PAykq#>N0rl3@oV-380YHs+@UqG4QFkZ?vk*s
ze%8kDI)3c0f`KvakYnL?%Bag)2*FuZ78$pFi86WP$T0np>{DqD;C`RSb2(d!#?ORJIXD=(+a1^fj0sfs|#daUQkM5kv12ckwo=
z^#u%nlGW;iDhodJ7pBRtMWFK{w~5A>w03#%riTPZe~2w07lTs(m{m+ThM{wit!k4*
z)u{zDd&v(dq?w9S#RG*c1u1*M8|(}8M;H2#x?R1HuqQPjgh`gh=u{>9JW^-*9S0?~
z(RO3}r}~EihWgh(ujYW~9#eu;TpZY;(%N4^t>2tK4xY!whd`B0kQQFviVc((TY<9gVg5dH4lzA3-4SfcfCx4%8#JNm8lH
zwg}KwNNJ-nyfA_*?_Y?3GM><;FI37`HJvGz{^s?&3kx1@1ukD4R$X%K>-U(cwB-&wMiQ5a
zA!P?_Vn6n-Q%lQ?E}b|KE8LQ^IE^|No#K%(BoxkFCr3p>jSj78BpYG13ZrQmjwzX|
zMQ2}XVd_QCPcg~AKk|AIHRfLG$%<_E}(QtulG%PQ6qXP&nI5!{5bM>}9nzl-CMRI9&oyF0lmlKp&a1i}z5Woaa%%Z35F?;ECjSbN-#q4mJ5VK5%
zSRpC)cPTHDni1&p*&qbqnz_-k7esGW<6%KEx^Wt3ccySJI({)F+MF2H(1M{19
zG>g}bqitA74Dnyn7(&pM6CfC!-lFz%2LYMZUK6D57bTku!LPkjsNz)+c>ABw3_&pY
zCu;B*oovn-fh9hrF?K*#j)Qscb?mRyiW88*+wP(+ngEoP2&R1+_>WbAd|%4YHwGrQ
zY420Go)EmVrB6E2gN(${qO(YC{36yiG9Ju%nD9`j_7GkOg*aj84e$-DOVaJu1yBf8
z!&`tu*_AG(eOL%y)>G0P?Fu?rDE4fci=(|G*DZ902L#Rxn}7ofx2(aS4a5G4o2Q++}PS`f!l
zAyA32aEa0Y%lRF2w4~xeD0a4u6ciXpYgO;c-A|B6@8EO#`1KSx|F@d6uX`fd<6R|Snk{t
zg-B~4@kS4flJA;d>w;6;KI)L^K+=2p(wic5KQ?M+=fj~P?csmq4aK%YEu&wZMCh)6
z{DD5ZN9T4)uC`)^_#9JM2(6un>rf+AaD~t=4z8JIECk%l+D0R(#aZSG~r}<
zcd-So>e*&8e6f^A-MXv$LaX$X%$wc|ehFeCm0Cut4sh5OKn<*UY-6~$=@con{`7uH
zjC+{jZ(302jiS+Go2=q&X@T@0mP*YuQ{O?T#%eu3r{}()>FlrAu+zV3ikuIx&NST!
z`y4L@O(Lw2kSchqS~RcTDayi_EzchrPHVN%eup`|RW8JG2eTT9&zbysz&)p2^(Br@
zSzvq*+}!Xnf_Cjbao}S(c2tMKpI++9Lfkx}v{<-~^2K8-c-?oWjgLWO7Nb#{8`ZJn
zJ1qqw#4ud^ked<4MjooT*L15^6FP)Gxvs2_uZfwqKM!;Z^xq9&hx{wD(Yi6qJZGH2
zd-BiX&?1#LCscCyWyT3a1`@Z_iNmi+&?mEk;f5Wz9xUv`QAeln!U}|}DD+Y5Z|zZJ
zJxDNnnIonZMZ?8Pj$Jl}{?QCZDuV0%Pvmu_@C5a|Sxj!v1W}ge1k`8V8?OVK^^|sbPCO>4)DI`HL
zmaQC`v9@6qFk@(ZvQbaUrsIh1gt4NI{p_(--2C^Q&=p03T5;azqeYo+7oSd>u#JiX
z!-x`;how9$@w9O=AXSaZi_R>z_+kZi$^;q|)6ZQu+FEk6e&f4v%5{Z%rFwZwX5|94
z`?p8_kkN{x^{&Fk#yfat;al7r_7VZl)~rwnxb-f@VDJI*@$AduOSofY8#XH&UklIl
zKc&U#HQtxbZcEG-Jm9?+DH{`zHSd~(r?B?o=%G1YYyH)^8?*uA(4$d9si2&G;Vbe7m}{%sjTt@M$-5bxS70*NeWV{GbX37w^WKH<`*i2@BhxsGU+(ypZc&cWaB@`shin#(E2v>-x3_
z0BDz7E2)=4zIx*WH*d)P#WwJs$P_o-LJwQ6{x0mGxlTN|e{{%2X>mxnDie?OC0@vQL2{8Yd2GwRE+VZ^)S%aCplz=*QjOu<0sJ$0ng;;LjzVzkh#jDsA^`iD)|(<;W_{?gvSC_AN(=n0)3QEwH*~N7s^FB>=o`<-OHC3H^L^g`iUIxyq
zvFbf&WNuDv@lqYL$h9yKbJ5vTBx3Uk({OY6ks%A;6q>eT9aQD~sM(RhceD8*VoRmB
zqwUKQO}?x6mj;U;h}srH(8bBN(Ig?TO!@)<}(`JX*Tx}>2%E7@c!pk0-pQI
z`H#CmFy>84_jSg((=!jW;TYj`?Dztn!W`*6!6e^zn=SSRdz^P72tf+l6bgMH>Xcug
zVO(Ikb&CZv`uYe#NT^ixE==${VvIM{RV0Q1^#!E$W`WKL4*E@1=uoYJq%%CLa*@tdg
zV|{iVh#k4+>~41qAJ0G(Qdkn~GSwTl1X_BsM8Xhyq}#oYaunNZ%cZvf>OJJ?Y(sVM
z3)6J3aFkOd;#}}|+M|P{7Aq?VGNz0$xLs=qo!*^z3>QI$c`B6io3daeZFpt;F&&fU
zn?dH4=eLZ|H=oe7e3FyjDzHF
zG~+og<9xAJywQG}@()Ft>0iY5e|ITIHYuldtmNm6TEeeg(Y#jHtn|(@2ocQjS>0>_
zMy+hN+})o#`k5awC5HeeJD1$ydt&?3yGOluCk*Vd_zOy^T%60=99Nt7By1I*`F`rG
z86@^Z8+rO<>nrs#>Ru{z)o3^PN{kYS2zEKL)Khg>N^_CC>)34)%#{2P5U|7EzOSIP
z_-t3CB1a_46wesMwu~^=$20NtClSV17$T&1%;e;4hjkR%~_a!h@%WYT=d3
z{ZXXBRg3I8e&tS=3f^3=rVt&yQ`(dY7z17Uoo4`B%i{#z--Y_wm{xE@9>!zme_nvZ
zvJJwM{R`i|I`4WE{8hI9{6-pogCYlZzGACKd}X%W9Y^D-Q|b+deYbElBwUDcYD7Bp
z2+jtTYL=;*FQwpEvAjhk2R-`Rl&y>0moA9-rHSA#3_4)>14*gRhF-fgsr%{hGp?EagNql
zi`_xGkkGbWem2$n?#@NJF;I9OQ*k_A$V94Tg^{7c(MuKuHR?|JhKS86l&-I
zHSc3HojHeEbtc3cLUK?s3vJ}&)YOtRpBBf4Rf0-1+dz{}&KR_{VGt8uk{`7tO&*lq
z^)~@|qvdOAX|m2lRPB%Tfd^l2>WT*&5>?W{zbU5<!zM
z;NRMm%a%C1HnK+Ln+NTcReK2cP%}22vIDN@YdBCTydV(p9uE&YQf)>jV_U+4+c}fi
z-LQ;6;?Zgr9ewHQ5v*65cm(*l{(uPIIri=fi>`ZtiWYw?E|7ZOcvxTZvG|Tup(g+i
rkQ~%PbLBDd!>+of;2IR7t^@T#yTTlNB1)69O
literal 0
HcmV?d00001
diff --git a/wp-content/plugins/wordpress-seo/images/academy/block_editor.png b/wp-content/plugins/wordpress-seo/images/academy/block_editor.png
new file mode 100755
index 0000000000000000000000000000000000000000..bb47a94a4db9793e36f25c6cb056ea69ebfd095d
GIT binary patch
literal 1441
zcmeAS@N?(olHy`uVBq!ia0y~yV1CKK!1$Ge87Q(h!@mVcEe-Gqah-q5KY2%u|JrW1
zDW$=aqOB%2S8fYcpT3fz@igFYSb;in+wu@Cv5lgR?
zib+wcYfD=av0zogf>~+(^%1T0-jmk)F03kA7**Tukes9HF(oy9if=)KWlUv|SNAdN
zj?{?mki;72kOE8h_L#_N6JpxR0;)@$x(g$k=h>BSQlDOsQJ8Jf6PwWGoR;t5P?%&@
zTx%@xkvp7$fn~d=i(^Oym^rm91aTv^?Ewqqcb5FD-SBDu$)ZUhGr&G-Ly;7L+)=Y`EkI
z#Ehtd5D6qfglf1TvJqfGR3kuUHlv%1#WI*H;O1KFhv-@+68+97;(kin#6`9Re)A*W
zxZO_4i`~tRaQp&x6wUv9yf;?wp7Kh!d24g)w}l{oKlZk-3}5Yi|H`|y*BHa!6JvdV
z6^36CHiCkSSifR~;eryFa~~RM!b2ZRC>@x>z5Pz=hJ7c`D7jWYm}9s3M(?(hcXs9R
zgMu6**g+BcFV&hkcV>6l>s&3g1hPe>+Nx%wtj-p3Mqq%7P5)=>Fz8bNBnk@ZmVG)n
z?cgmncQ&v1HJ_Ouyn==qM!;T}7s|iwBe(nA+gILwJ^#~mM&7cp-vKd)er@_Lcjrv%
zp{v#)Eg0Gm@c~bJ7=b&5kBG>pRt8!o^7^p&Z8c+lySN8(bLw8+o>Db`@;zoyy2YC4
z8a0pJdi+8DYks4!POa#HtJVcf=y?#sX|N;+_cD3uz0vmY{S8`=1upZ0(wnENpUXO@
GgeCwt5*sc6
literal 0
HcmV?d00001
diff --git a/wp-content/plugins/wordpress-seo/images/academy/copywriting.png b/wp-content/plugins/wordpress-seo/images/academy/copywriting.png
new file mode 100755
index 0000000000000000000000000000000000000000..50812e745a89a1bfd2be005b09abcc9f58e14326
GIT binary patch
literal 5630
zcmXX~c|26#`zIA`R4R#~QlDlhiXwOH5{4LS$zGNeN^Zu!Bu%yv1{H&eYu`(liBT%0
z46e28OL4_WMw9(_`@VkvocliK{XWlmp68r<&b=p^XrjMs`=RZ8e0;kM4KA4T@d+S&
zeEf?-0%%M94buncqlsv2spoP`_r_7Z2m8&_x7+7zbq*Fc0VR!+cU|?DFwPQk^gOKp
zNYpZIr!8cYlF#TYF8Y!ydNV05uXRS;3>tM5`;(*qsxt?EGN~DU%svRjbOz=2uQtU#n=s-&2UsqQ5mA~qJ(LU{sw<)^(
zr1-;7e0X|++QXM^(^b`d89A@Z;_6F$iprmTsLXFG4SVt8?PwmOGsGeANm^A!buZcd
zQQrNExINYvXLiT)@$LI#ctP9JpMPd>%QH!p-QgW~;h{UQt(#w)qSEk&owL$H5qAi)
zZu%^#OLSjj%3Oo=(8KUUWjE~+dnXQ=euN-cDu;Pl2LA1sTa+h|i#2zt69M+XLt!i?
z^pCGS^0%%GEEsE1&=sT#`?7>FL;yVV)B^ajrrebe{#{G(DKJ4!XZ4neyvJd@U4FFE
zm7%86)&5yLApt(T;lpFVMv*~F
zd~l6Dq$2FLC3dPDx@3w
zL=RFCO8woGfx}E|xXP`YqxLZwFSq!=ygIhbgnh(&o=d%dqkR<(C{}6zfqRf{o}N8&
z-bA6IKn~;PVRji1{wixnMdxc$9|gd{dd>A{-T#r&(D7-q2ldR@<=@)1Qw}
zx&*f4+cwUdixk{a((K3uZ%n~VBq&@&EA2^x97a0!Y=}rjfI?-+Wk7k3(;(RQniU1p
zX|2rsVt(bh+df6$4YvhO#;L}vnzJhg=q%C@G6SBc^ZtaPAxKU5t`bE~Cj`ksy59o^
zM41Hg#UDNzYNEsry@tka9-m{F{CqSH8c(m_us5H-CU+*u0%+LhaZJp~P~jg=1#2cY
zokZrc!2(vUy9t5(Un;;Yp;!QCU3`zT;&dV19W~>2v~3lnu(a!t?oxeFW;}ts
zDTp-J`DQ320DCz5fvud!uQG7p>C%;z9C#_V9^c_5*1PGnw_#}bgn^Krke>Fv(kQK-
zq{bCiuh)jJd)~Mk|FzSGtgKhe@`YVL`p!RzsoUwoY!}r=v_71rz;9}b)=C%Cx?|ub
zfxY6~#+8}ZbnZy_QpI)NSCb*E`q^ypzqKpc69z~Ge8rtO#
zOgM${VnxYIQ`h%3o|Q)qEl=A{nVSU~XdOERh3I5q9>7^b=Or$m2+|Y&xnFg@MED!9YcJ-N~u_i5M;V(x1pHFf2A|lfj+zG
zT=&g7X>K^L47c=1AxQJYZbpG6r@yS1Iaz-=71o{#vZ@iP-y1O0j>9~VPfQ|PcA`;f
zPhC?CeW%A?F174%3S!M(wE#}9wI4SRLcD5Vs<0Z$TOJ9)ELvoPzdAn!r5KrZ6Hp1m
zGVqZlcl!1eRamFyA_O=435Ie9v@j@twN?R@tpL_Dncf#a=Bd9}>|!)D(3BGPE7+$#yO-mh4rd4^J$D+Z?T$uThh
zT*+Tz;A$_r#g5n?mD)FLbj+ayhxt{uPvq#LtAaxb7V}Gf;g5mJ7AY#7l=LYlzM5
zhXe$$6K2uNIR_N}jqjw8(9)G==iq->A8|UC2J~JrzJo$7nS{zZ<{9br2a=FLozFTW
zO;<@a3E4S;#a#JjzLutzd&gwtf#wlZnfb_ovp}``QMOYjtcrj%!Y%n-A)-<8wjkE;ipd9U*QIfhcBf#qGI-fpock)~yqSY`*y_Im)=-fw{wMclBUtx;!
z@-`A(-am%9MIZ~l&c=JT!8>x+_eAR}5d^P##5mmU_sAOOIL5ioYxp5rsRk!J%Ev3>
zmwWB5yiTwM9_Pb}vlh#6oowd&pg#D`9^T3r2g>J6mYp2Jh1@;(PPK&%otREHK-E`(
z-TPsq!D{X|EJ?C?j0WeEwKJMPW>ekin*}}@lH3rgu!hagj%#F4yk%G;I;Dz
z$AESN|G<0uyhm|)HrPnDmNEx%>efxAgWoS8zaB*}Wo|nL=5DoPevW}h1qFCNm)vN&
zDpCH`o#^Mw-_7;Cv4K73z?2xrTZD~mk3{Elh>p+7=qh8qeixBnaSR;|mj1P5Ks7=k@^95BaDF^GnvW4nI#8ye6o-*FsSWZg
z2PKLl9AVdDw9W}$oROP&sXLW-V3}TlgKBnu*GL=EnF~#t6P}6&ik1o~5Ty@5O_~-h2lraV$YJC_
z8w;S%MnZ4x#VEAwA+H8!6@e9ZNVRjr$`+b>Z)Irks6B4{3`cI+pPqFNii}<{IJ)Fr
z_F;#84^^1b66Y$vQPsNE9*}DRsNE>poIG*;q5Lg^pfp{ONWm)=oJEfSS8@BqLL+nW
zmWS}0o^Mls+$P%P)D;PWB4B@k(HDoUFaF+x1iURr^?lgAx9rX>aG}UVrhQTD7{Bf?
z8;cnb6km_v44rO@s-RNH?-yT6O>vX~vKtm7b@F&dNSS>4=f~*QbJ6F>MUHUt$Hy96
z1v$*49oyWz->#Cs$%on?TF2gWJ!KrNI{NlJ1s=U5OYbwcS4wl9<(A80PA_u*^N}rg
zbt-nW0(RSO%l)`XYE%{3Lj?TwYCb>ib;@vO6{7oUMDBl6dottmz&qrwk)-o8dMPI^
zAx;OxMz#!&V=2{ms3~4{v&5DSwa^?KX6K-wtC8qxLwa%^xO+L!QKVVtv2@Yu%-
z&HtrW5p7L%RTm_U$FYM7udhx1dv3x1=G`n)+b=j=O=N@_xM;msbefDC#9{uE7`@Ls
zYR-?J6i_ByHb{C?^EK(D=cMF)2&5ies_6IhQ0rj3mWJ&ixQm9Ujwq*}T4<+0q=)jiRCiqXzZ^B`5=X{Veg_oebD6nbQQtLtIbn?L-&T#5n>%si~6kO!L
z{%kLE>$SxA_5g>gM?ix96FIj-lel5iGnHQd)DzYXPm49T&Zw={(%Nw}Q_CHT&Dk{l
z>fHb&GXwclCbP)w$b?ZLbaDIDfCOHDfJTiXpmCE9QpXII9hbaw3^N0dg9LKrnBugB
zYGcFI)Q=ZDRhBQ)!Q9`v<5W%|n%u(k<=k=|0llJpBUX$+7JcK7%HP<}d3XPlj*2$a8)-mt!hUKA}ylG7Daz>IfK
z%|BGG+~`NU6%M?#v<{W+wt`a3W*dZSnc==wPTiwmp%td+4imB77_Sy*Hm`6
z&)B|WpQ2tq8j0MMx)UD0Sb0;In4&1O8g-Fz<8dwoVjXVzrNtMFWD6%|l*TM)+(x3@at1x?rVVK1UI!6RzDD=riD(C5qZq!^rbGs6r
z?z3WCvx%VJb&6|{_dKxED*{gR+peAxeZB-l{qMr)s6-pT{n~l%aW*JiFXmR1_5AX!
zT?Bm%!%{huwvBDSlHP%G!F{!@5jK=eP(H+_{+yx{^njI+Zkk<_Ua&?~(340QH%Mcq>%8t)bVJ=TcgSS+uJgX2FC%3Hnrxaa_Y(OTmB~j0(mkPt
zPYf02IKfl^OM`bTUK*cw*67RzAGn7NNs8H;ykH$9kXIA`u7}P>sw`}ygA7DEPrH!R5o({`v2l4xRXx>y!nDUzp+wzb18&L;;7LSuS
z6KQNrry_W2u(?Q3WIL3+{#Loc4of?%@6drRh4ifL^+aG^S4koYj;^Y}fxnI14}(A|
z=LNST@_q#@E<}3>*}_pKPRPy&CM@_AqI04W+^UmrkEDY1PC96`T%m=`8!cblqJt_Z
zF#aT>)0Piz)v(Y*FsNkG0^pT3oGUZN(k^Ypea;8HpFGh<>QN@&91y85uYL}0_z#y8
zu{7J;I>V)wSQ>t*7j=D0FNcO5JUlZV69osT3o$L`iHyRh^(|4bYOwh7o9}3IovU)0
z2o!Y9wgio5i;NPsJ|ajMLCe-vU4St8@dyS|srY_eJqxx8JHrXBOQM5YKMa}$3Z#c>
zB$^^>+{TBnMD2LQDOB*Q@TLesMOvlo4wj}H#0w@&rq<&Lw?|_Bl}?|AP$Q~UBzwW9jE*M2R^!7AOHXW
literal 0
HcmV?d00001
diff --git a/wp-content/plugins/wordpress-seo/images/academy/crawlability.png b/wp-content/plugins/wordpress-seo/images/academy/crawlability.png
new file mode 100755
index 0000000000000000000000000000000000000000..ab7c573f20fd408a9a44591e848a6fc84218e02d
GIT binary patch
literal 9760
zcmZX4cRZX;_qP(gcft}qdJw&4SuIMmkRV$07HqQG>b;BTbr;bRk%(aRAR^i>5~2&@
zk_f>fM0qdw{k*^T_j%syzd3WxcTSs`GuKSg9b;V@%Bz$F1OzntdfH|L1jGOV0pS5T
zF-S416TlD<5Ml2aTEHr=dzJ{fB=K2i3)rKtdlU*er}NvC3A^P8I;8O3%My5i5_ZoO
zbWG*HpD*ZCEc7rz(gP{&@mT7ihq$f1f(KO1T?*<>Zs2xJ>!G5GGsQihy=)nongIad@bK{B;^H^{0NwuKVOsg@;_~_VIh*Ap&y2F&
z-Cce=L}Sm#KY#w<7QRWlMg08v6OYHAo}O-RZ`;J>ZEkMD3u-l$9FC8Vmw_#7=?4b~
z2Z|c**^M37HJx{McI3Tc_V)Jv{{6ePwKX#Fxv`@c-PjV8QE23g)Nl?YS1^LP2U|Xl
zjVXGLe%sMII@*SN0>@r9Kvx9+lOS@9b=
zyy+SIy@#J&SoDm|l(+NK@d$xu6vY-jw|o-ErfuyKo%yEsc1g&?%`X1lKOk2zBiFJchdGk#y9hgmxTKf885qs3c|)#YO|Ii4
z?;V@n(2kp5Spj~Mt6Q;I`n#l+l55*nVET0sY435pf&J_2IF3EaDWZADjVCFO+eQVzqc=jC}g$!?=oHLhr;^PV2z;*lEk?
zoQk$Scz#WG14c7288^Qii*9_6{Q}Q>t^-dZhuXe*KNMS9XBnIk~`7_ku*9rEo>W@S@VYVj%R3o6_tUjeN47{
zazT7q9mLX?(Zs_FnNi)^(=$A-8xY58>cwX2C2Ic!77*{ATAcl&rSxqV`dv@gC#<20
zdwj(!BL(M7e%l?6KtTcmeky(KTNXitTXQWeM4I$ky;?yg7oW{~;)0|n`%IpceYnCZ
z(ib@-LtgTv{tl1w3oRtjNbw8RCqI=y+djplycL7>PhQ>7O3-qrgQTO>;fir5*cGmG
z8Ti&cdgViLa!4p^Y`U;Abg+~JOD&*-BDDV>9;n>e6SrweZ&?Z_
z0?OMS*SHc23RY=kWvefs>5iL^!aX44e?x+caFoaiTzd?a()zw_{8)K}A0N-KOIqkrKe&FMGM{WWBGGa-Z(Y(+~^{)r~ZjT6_avF%mhWrmi*hT;=f`~9|u=`3wGp*uTS#hpkqn!s{WE=dDpDUBV51odl5
zx>18l>7QdCM)8+mWywN}R0fl-zV6LBr$L!abp#gIu~4PXkaxm`ePvn$i)%TC&<|5}
z3i(h9dUyY5aDACd*K*yAeXz%ZFn-=E`EDxn_E0O|u%Z@E7Ip5*`(Jf}L+>6Tgz@3D
z_`>$P=HCUJ^Cg|BJBx@HR_N7Mb!2=uWjfcFt%x$sA^K2UZ&uNf
zQ5o7y?i7)X?e|*
zLvfv|u`)I-VY{?xW^p1zlMFM29oF+jOM+CIxbQ1Ys@k{j6F`9Pw-7d{yn}%yE#dM$
zTaCx%-4N_WsnQfUmIOA#9Ps%8ih2UY%Zu*%h;m{(CAc3;NPP&1BBzDWLLD))f&KS^
zNpbv`8Q3k1f6f>Zu|N(l7mMX4N4{VNW{EJILra6zwD9ta>+rH)r?L_Se83gF*ppxH
zTT$$ZXm<`zn55vy2$!s^Y!lU}gLRn|f7;To74jp`h?0<_zr?+-py3fgOCAbRg_^pN
zU2T%D9-ZsmxVn15njsi{Uio6RJq#enwsa`HtDe|2y!$oaSUaldZYqh^6U5P=o96U2
z&F&?{J&|k)t2)C4&x803n^)MkNoVBP96IbPTMoaRIm2Jd3*0UCH#46_m{v!p6Pz8)
zlLVaj%y;goBkuD$A?>@vv*;j%%5D2ojLJlCqKy+Vw@Hqp8YeyxT?_$8IUc)xMfged54CLL2hCQE5By8dOYt3^loD7M{ArPBCbcNT1=ZO%&Up
zve@~>pPxp%{6a^*?v38SsGkDuePs5%V>e41q1z@yS&Q|y9Vv_Y)Iwo@!*yUw{uX#9
z!h}Z)VYtw>yjMmJ+qRFBCf8wB7WiP-#wQnUYhwWo8<4$WKf_1d3vl+%;gp6N;IBl=
z;H#mM9ILh$Pff!2(!Nr#LP!HdF*ij|)Q7(*9Xm)&??3J?y})i!BYYVAEbtI*SQ(T1
zob=B&v|re1sjOjlB{~I-Zuje#=)5N7-Sx>O@F;DL#IXC(Js6ud46*bq_%!vjG3)2?
z-r$bXFrHZSgcgO~ajEiLO9^iPym-1dR42!4fcG^3?a*xC-as8Z@tg?=Hq%e~7Uf^f
z$ka?W1Lxr=N=`S$#a%rTUQ07>*sx&?R4l(e+G>`d(SPGCGP#Sm1_P-aZ&dYYSjc9=&e!Z$JSe^$-dkRO__b7A=Vc7Ge@;*
zIUIebb8-z<#c8!ab5ZstiK=bSz9Ng-ba&{^)KUw`x-z0O>vYge7sB^h$ff&uJ
zUol^v|C%Zq_+mNA+;G4D7K`0gmJ)j`Pqy0^5-mJ!#Qnt^*$)|v%uGfEq(eh49uew#
zi-ugcz$0ajtZ(>%EM=#OWf8hHJZ0A)h5n4+Hg=c3J#Dy*+kW2sPWQEO_!TWYPd-KY
zh={f4XhnR&c0s`>IopZ8L@-4*yrnhxm+QT#xd}alQ5i0H6Pg>`h)epZuakWSwIa!_UB+}TfjsC1?ezaMhs}0t}r%7^fvHZ|M
zeeF33*Hbo7!6PaNR(jZp$LWMb?^9v1(ro4pCART|4tpN|K_cU%%h?d>&2W4Cql#Dn
z?@2@f9Y>_})y$jd&9{mic5?P`)eIFe2~a8f*DzJVix)}A#LaHp$jeVNk3AS;*xz07
zGvWu;p$u~#9yk`3voPR8$(I2ro~L)BF#lI&cJ(%;|HtP$xGxU;{=~xGP_&q+GQUmx
zMe1pj2rD|mr!hb;U-XfC$d3An&7(F+>5-@5dUxS4*oDCFeu$l|4byc%h?n`Xl@Qrp
zKU(>$!7Di=#CF0YDH&9I->hCHzsn-=e2HXw%FOzw@W483llU!xN@P`6c_j}6J!pNf
z*Y+#@NK1NjimC#xkPCydDv$3c?pBt@wJ99?z2|<$3^HZJmG(!ac-a+r0Y)?JlcAon
z$+Y(Qslv$`{I@kEuY<<#_!sxT>=;4anSEd{s(n%RURcPf(%D4^hpT7eKzW3%gv{R~
z1nn=uwM7_HpSZmIWe^8wNC)2p)Hp&yopf+1J8ye!ezZK=krcdyL(C-+r~UEVO!4v?
zD!7najXa@DpAm%d@RhBKNa-y01tK^=H00uO@W$xVgJ77r_62H)q$Hng)e!*|M~j%K
zDfn+ZC~kygFP_%Bst+<52o`1q@eObuFKa+Gm^BBr-->?B@JgTgq{KDQ;p5@
z&UoLpMdUru1dVJe<7VOW@Epad-<}ZTZ6yR3?ECo<)w%-mpB`^_AG~29)4R2q
z_TeHtO;KPK5<>FpTTU4LVRR;#d|e3|0fX>Q#cc{ivB1da{z;I&$pj;3BZGD1%c!vu
zTzgs0$`utxLObz*ZIMb%iyO(
zOu2}P5d^2QQ;A9|MBTKf;(HCmZDc+{8pT5rQ8w8gA$rMakAJh?^e&+KR0avoB4-fmZI9#e$=E7yghIUl{C@I5n`)pf9_e$fU7Da
zxOEga$!+b(M4Ua2o7bl%)t$2psJhEFOT0a6yIAuN0}@G%EUET05!c?y=erL`^v<)j0AAySV*R#Tr+`(-OziK1C
z8`Sytjb6|0Wf`;gcDNl)t@2B>T6tDU)=AxvTp>tfX%pf6hjxEaj2pOG
zmMSCYGyPtFv7a6y?!G~u8PZmyzP1r`>M_sx4~Xys*XD90n#~9V$=ERO$uOEu!
zRQm*(j1m2wv4b6@CU-5ZT5-x(A8m79sd&m_++4&`?$xj>M*LD_(*O>za;y9GF!mc+l>j9@TD3c
zu(T^N9ky+F=Bt&^4;v3v6RM*YKJih{=9q27>7=}loC7!H3iPCRheSB_J1Qvr7*12%
zU;oluAYDtJ=Pn<6XHFNm6v2+tlEbI=*(|21)E0?&L$2ep^M&;4UtU$BcjF&&yhXO0
z#=){6238H@_IGW?evDYnYr#ieQOEF-@EKX)7c!F1Wec+&nC^55F`#4EA$O?Of?fZm
z7rMICFUz&M(4)zi7p9(MZ7d7UD2Rq!vw#;CSYnI%#yUCg!e#aJ3*{#R8?PcXVRSLc
z=aH^%5aT&{%|!0I@a!r5XK$TA-?!hv9mQ};H0?90l2S=F_+*s>k*@VdX4=jDH2@Ep
z=*h-S6|ovbgcv*88Amu&zG8p)#Mzxd^h8n{7GXep`s58_@aHS!Q#MG})Q{J?Lu5&W
zpd5{;a+#za_C!%Tj}3x*0b8TZw1q86)Bt5c+?Wl{PEx4`pLiz79bQEI2augd`LVFD
zd_dEl#1XxnHa>CQqZZ)d6+LkdaFVS?kS+OG&jsVm1F9R)5wSG@-N&?bE>!zAFD4P7
z2)-uMQxvmlMN@hz{cy)$){B+h
zSTV&d_`TDV9}jOB5wix7$Sy1i;KIkC4Icz
zQT3WZ2LH*`;PrO}I;`f3bwe+9FyP!!5j_cJz4giY6{y
zbZuuyOB^D@B|fv8@QZ{S!4S7#WO_-95{F?W9VzD$JKF}f*_~4pFR(}b>r%C|!=e~4
z`qI3(S}9PT^`7Tjrd2!qRQb}2oYDci8~^kQo1y)fle?gc$L&!M@oGj*kfhy^IP(df
zXjFT$WK?pOi2Y4Kzj$=BO`@VQlljUc-3TEE9q!@z6XM}vlfhuE1R)%
znvD`iD8)KL{_crZMpG*TO^8XeZF2a04Zv3eSXF9Qr&}b_HqwofKjAkTvp7zOW0>}l
zthR)6Sl~OI(1UI&XQm!
z5m4pvDG#6UC$Rw?sskfSz>g0xAyJ@hO{a@$k`L^MK4u*MRjr`H`vgXyx|=)VjEOI!~)-jMI-bR2agQc@RY&V#wdMWG%m%x&9i_b
zEZ{xIjp(CLf&ReIdRrGCoi*|&!FQOuC1%4U>w$AqT(6ic-9y+;CbLFUN)@G7E@cPF
zkcS|*#Eh-FoG6A}^aR(4?iQ4Of$YBy^aLu*>L;!A*cFZQve?nGAk}Mtp8|t!holWFQ>TbQB2ayF4Im8DUSd2IQeGbavN*O7TF)xpUnM7--<&9Hc~Z)5MCkP3-C?aM
z4h9}i1fucW>;w9HBePzvoXr;>Sq1+Pl(@>;`*3(K<&5ubocMnb13;hI*8q_zhg#u=
z>ej>+il*wEQk&23)mxBi=4O@ZtL~poQEo37P1MPgQoJhXQ4q!45Is?f3iGkU4<|0drCcw!)H|XzF(Mqcy7!mfHHeYYR)8gq(PM$xo_+BF_
zMLs^T$XNBC_o|KVf=;Nm94>;sp%W&>8^$vYBGZ8uiRHHp{}k6VbjKV@`(|C`71tLQ
z^HJzL`A*jnah9_>60Sob5XAZLFQnZsS`HD+ZQcH;x}T%dvGqCexRLF*)bp1EHvW5H
zL3~m??P2SuG`_!NMo?<)<(Hc&C}TSrwV~fT1$kgow47NERx-2(nD&jD^5Le3K4YEm
z;)?O#k+y~F+Y_!$Cg0LIMZjti(oOo;;{84?$x71t$ZGttNgu6wc!T_Iyoxhpg5sJb
zSOE^&;vefR*?#bYk}iKmdi{D#EaKamEoxK|O-DGOibE@RqRMnJBjjr8hMhamSWRSVt3~fs~Z1RZijfhsx+Bc5V?{i@|?B|ep^(8_Z#6V
zH9@P3|1G*p2aLA~ZHg_tY~;BUCs-mK{E8*ak+*i>neJn2JYix#bAVefpCrZQA*8%g
zqxwz9*)QdHwlepL1sB4-C_Rji8?-8n=92Cknd9}V<=rev9|BJ=j}Q+sYzjSCXeaGa
zk*8nJi{`d+3c{Y=s^W&3swAUzygs%=V%mIp6I{UG0Ps^>E?YRvzM@?G-Xp`ZD&{Kh1&wYOO;V0F4H_-^9?Yzf_XI&xlApOG&nOH2JB{UkDhiq(JRO(W>|^s*$|J&}`;
z45Iy>^CH;dr__}gH~-CNpRGP}@LwK`R)goMBG5+)A~&VBB3j4VdRRHh;wu!n_kp^&
zVwv8{KM_p7)kMf}?aZYchZ^&8`J~ox5#6FJ^wQh>CZ|htT+5JyNCa+OZBW&w&@*J>
z!(@Q^J>>%{R*COvSxlgs(t}$nr9ljKi-D>cMOWW^M%UbzO&3VJUPtSOKmD_=c?sga
z$P+{la*VhgYKW`eT+0aJFh0j_Pjk3
zj3VHZto|RbT+xXbNc`%(-=);w-%?y2omQPsvI}7LbT5>;J{+bO
zWu#sU>V^dV2++Gs*(Kk5g+};rx11*wWnYhMJDuMLw9M>N>88E_J+EHEv{Z0j`4$*1
zX*QZwQw{ZAYI-yryM~eY-k5bc`>Orldh6Q<|CMr|-u>2fR{B$j9nmoBM9UEjVwbcl
z?7N)^w?E0^>SfS&{KNh@JN>3l=g}wc>U@rbV4WGK++5du+5B50-XF~KKT*ewrEjMm
zEv)#}Sl!x?3B5QjP4xGG?ZJRZY)OO0JG^Gmx<-HQN8(9;$%=$9M&)bp4W;%fvPGE-
z{p+xaryPw(qaj*9jb?~8#ECh
zsT(B0t?W1DA8(G3bj>kf2x5J2M>raTlmq57ji>&(JGM9An!p$k*x}8bKfJFokZsYj
ziB}v(NV0)?*QeN3^a@?1jF=_=kY>s7j|jFoq$491`P_kHG$W@l_xnEUaXoomj
z@&zSjdC{$hUpXNXvDla^C>y#mc9!pZTXEmWdEvq2c0IT#(_Um$)#DcWf7%~5OK}bj
zJ!sOR#12XjJhCYe)Kw{Wa?;>IJT1sSAlS8Z+tZzQPZ89XsG%W^vWc-4ag!o4P5KvD18a-M8)BUS!~lZ6JV3`CUwgLSF88
zyS7o%biRDZ3#XwE33hAWnAVBOfu@V$aFeP~R;U#L%4)j_dZ-oe?ACkfR0
za@>W!VYP~$Vw;(fv)ijQ11oo*#$ido(aV;QySwXA>GKH6I9tg)mu>g!^35N?%MTbY
zoX`z{P)JBf*vND0IyIP|UJBbEZCOHUKtV);*aj?9B?PJqke``C!D;b1lp4&M>76W|
zuWeL)iH_{4@4uGMcaL0tith2EqjyN#5yZt+M^FAh1Fpb{FvkrWk;a+|OF~!*;JZpO
zu`=O8Sc|4``P>dIa0R}DzU$oR|rq#zh%xnshfS{ZC^fg0-9pd%N4NoEQQe
zqINE?D-`IE8l(hpB4sT&*k`_VgBwj;5;;Z>0q+R}R0uHw<-{et%HU|?aaWWHOL#*V
zu?tOCFxHeFZzztiQHw7c1>*tM>`*}SmE{coZC;vOu@_?%+U3*Ny>qHENjWWNa&(h4
zU)`O-99Ly_pb;U@$nlg)!B4t3hR*8mW-vyTig;%7V%k_)K5snb!%8tX_nPTB`{;kO
z;llo9X&${0e{M2dLzt_MY7z0xugZLmv9M(mM?%LX*Oph1gU2x{eRAbi*L|0hcrlO-
zv1ApkDl6b#3-M;C;>8QHXW=M?&2GGIJRtPRs-Fe|>;@wybsgQ5PCkK+by4@Ttg6hU
zyrt`@B}|&*rIs^?Q;b@8xDC6NV`nBF%o-cmRrZjt4k8bu*YljkM9oZi1dv+epNd@6
zzV$+Yd)+T|-6F4qe36_pRpXB0epSd@Y)%2yJ>d*J%9&FhBX#&grtqlltb{oazotC*
zr#jSUHj)NO`jFzO1MungC+_EW460=*e^E=UB8@eMeo-Y4@Bzix;E+L+em#KBmoyq_
zpFoVd*x8TU;yG2EJ;IWg3?feZl{lag>+hugUSWz4gd$F$KmI!JjYeXp|IBmh9XST|
zxElk0D%&Lnc`JJk4>f^{?ZZEn(>rumAhHFvC23UStGl;=Yxt6zxf0i>K2>(|6Vrz@-gfQK_FV7Crikq-N_U|$XlC@-!4kwS
z)@Ce=PZbWU6mvvkRSwLGtL{%i7WBwatI+#4+VzI^+16gKE#4S^EK1V^GT+s;DNDH2
z-4%#){bk-QPk^V1s@a^%MR+ntUV{UWAfUOHzY!`s*J
z=?w#dRbx#4x68cIgMpu+_uFI$P&;4l+g7@Wdp-30j2tXzP;R?Q2Hha=KK(G?9@Lej
z?t}FGK2H$ab$jC*Yu)RqfM%zxjf*UUim7L8RWaChMOfM9j{ySpoY1c+dsfPGwff57
z72^)A-S^S$U}x0$g+%ZiHi7gS{&zdDjji_7=Qs1(T?=(@
z_Zzj^sT}P!_De?;lOH|&&6IAyN&+0@AilsB1fYJMk#FZhCHMUe#&l8{5nT=ubIFIl{_=tAhhcLyoI;z~heEZq)h&k!rr
zz9y%EMs3X%48!1_Z>{UMMf=-})M{9=$y-1xA*nbO_3ppWqN
z4rud?8L+oH8;N}_r?xBodE=P%AhL_G8`Ked1?on&;8Xa~LmxXToBH<8R>hZI^J$Qh!P0=tf!rdRG7ez%5u@sw^qdzS>N
zYl8W|DwjmXHdZg{X-f>2(|f7y_~wp;zBr@VzDJrPY=kJPP@v
zc<5$5_yjeVudtVvjb%`VvSF|c7;IcRHck>AD+x#O!%#4s~k|)C3L|YZI_-&mqu_+z|2-^B=tMZ4Z!8$qjWgP>CJmKcH70pV9(4CTLOn
zLqxILiL}rbH$v20QzZ7+Jx$>9If=>teFZ}GUtQPWmoH8D|KCfKe9DUoyWk`9dj4?6wH4>w9MRsP!$i3Gn3?fj-Pwy8-GD{eJ+577Zf+
literal 0
HcmV?d00001
diff --git a/wp-content/plugins/wordpress-seo/images/academy/ecommerce.png b/wp-content/plugins/wordpress-seo/images/academy/ecommerce.png
new file mode 100755
index 0000000000000000000000000000000000000000..26af3317a481f8f968143a5b0c0b4e899de1e0c1
GIT binary patch
literal 6167
zcmai2c_5T+*SBV=8GHL6V(cn~rZC2ykR|(46lD#A41=*`%a-ihj9s!svV~T%-T>F@%?c-_jRswe&=`2xvqOISM(KqEg1Vzb~-vbn2xr(5gi>P
zNJmG%&dLaBj2@kAqN8JYdF8T+Mq^N3d+g)h2emy(H81a#blk6aPRM^1S=ycWq&2Lt
zDVX>!uJUzMSzCBfXMEM0=tnJ~1*uMPv360`=sPxOPsdBRO!u^6zuaK6P(wv$nG+Ut
z3>Z04TMJe1xSNR@r*7_N(>lPeb6L^V+aT~Dm);THDWJAw{>eeZ7qd6}}lS
zq8|$#F&0IbomO-`bKdnV%Iz@1RL7VQnO^t!<@>jj3j?25hQEAk?3_r-Z8R_oJIZhN
zZffzQ#Px?oFZw<$=T*ExO4-|cqz=t~bH-*I;JDoV*H>a~SO3iN7rtdj>J6$KDA>^
z`7vXI7t0uRdz)A(Q!3;$cO3-v{x8(#WPxk70i2H-pkS^~l%)A^&)UlfPto&2a~8>-el_WX=hnXuq1*+Br3+GM+e>
zw+MRQLq_F^g`_;{965H~OUOUYF|SI%BNP>p-a0yS+|f@s=z$3SL27IFQ9F+lelZql
zB?4|CV)qNBGHN8#s>PGa#NvyQF(lD@*>a&N$8Y!u2P8`8HHn00iiD;~Wz|L0yf|v@
zb^;rvmq_Aw!Aqo6hy^{6NG`{g)(d(?NCzilVzLppa6-8Flfe(Ia;k15=c^Es<4nL8V$aAzPnsF(Z%KFYt0iU&^T
z??){Etx=ANq$&8R3N4U#MV=F-i4E8P#n1RhAc8?B#N-C5;OZu@kXb$e^B-jsJC&ha=ssqNWB9mBwUQ2TXG
zT$NpcdD!)@kwDu`+XhuRUo}v8x`(GU!GR@Q`Sz$bQ7+DnbMx_4;ppXy@))pIBkpYK
zFHJxb&2cc`mfCL
z9tI&&(S9p{XKv*_E~UXnT|dUn+ILGz_DU|ie6w2a{hn-;Dy8V`Ou9v@TCh~a3m2nH
z6tD=we_%K7pHSCXijaE6uzg>01O8&uRKjxM^8^Ac@n~y(Tkc_#l3$GZag7kPuqZ_i
zS+CHf48JayMyvQ(ePO(YU*uDo74das1v#?${GM-)2xfYvP6_O2q5FGX<2Kcem&0M{
z=(ab~O>rlhtT<$!(QQA}*x-JF8%LjBI@5#Ah
zjgr@7o^a%Z1U+8+=z46B3EzdnGHkBG4mgp|3Pc=$AwaZ1@9|BhKks>m`<|b^2NFn(
z2=Mi|g2Qe>BANvSlpM*26wbu{zS$c82w<^C4M}8dQKbodmokkolL
zJ{XUED8PXpFYYEms%HZTxvxW7N!&PbfWXfIW{H!kZii2apjmJii5^AGI(ByNSzGpj
z?r5j@*1DuuzrLq-txiD5N=LFhtv<9afs^-LIEh&t;NurR=*dBlp9s*)f+cS3r-@N|
zav-EjqoayVUSJ8DQedR%1_aEgHSnAB9)ElkEJD`{0KYaY_q<10sop_Z){yybT!`|)
zpZJ5+YyvVa%j4P5qgiy`jH)F#pdo*n!FnL{+GI_|IuG#%5Bm%IJM+#xydbjJp{%AX_elhqEvK!$By@3mdm>#JJ2-Myv{!#%53R4Cnb;=rW}(Qr`peg0_6M(IDT^
z7+52~H*v$Rj8u!(Bj-La*bwJPRT{m|Xr|kx<8Uwz%|g~@L0|!=eDdXbtN5y=(4C)X
z7W~tY~48{H`Wus%eysZtqa#1eMsz^yth6i5u)QAwb{Xf#zTl3L+76rc*3
z)YIri)@g1Y1?SN$Ej!u*p}8DbAR+&~XG+^XoE)I4FsRCcpyX+7>ZG*!vZJ6h_B6G(
zd~9c{Y(n5TVIU5o$g+LWGUw_qmo#G76f2g-K}8%jSOuXT0X3-p6*#H^P=1?Y&d>Ivs0)vl$$IHHKhrEVrU
zubcNemlQS5>#WbetTD)0y5s=Qs@I}!(Dmm59{b8{zE3|{+&OP|lEB*BhUB&Y%D2g4E>ZTfpFex-BvC|AnkADv7*D~Ino$!QiXn^EZ2Bj`s3bNU=q
zjYPhf{JGOutj8d(mnX&7wlgJ4GI30doTD0SNS8V3Z&h!~uoYe%{UyVb#ukl`o)&;U
zy~M@FU*m!C491qO93#IPbs6UGH(b6`cf|s_jamHdll88fX-O-n=k*Z)
z@=}@$n{EDf(`UidY9d`ZrxjVU^G>;(mh)EX@V2J4t5aDMa_-YoXG-z|2ndcnzoOZ_
zF%kdZqR!&m-GL8`Upp%zk@i(o1}hduqeC|?7^Mh2;OHM(A0JyPn^kHIG}@yuHx<~j
zIxgmzZWkXyrR%>sC3U7;i(1|_-G$h0Xt7ZXP(P4s&GX#llU|;WMe2CpUGHxfv#H&f
zZZ6DS7`1-NvewD>tYp3?a(MQK$@tvm%*)i-v^AWgj!nxKA(hg+WXb2Iw2=IYTv-F@NxB#ToCV3N!9m&JHs)j|4|Zck~6QqVd|
z-kayrv^f_1%#tO58|>8O;VU#^)lzVuRWYs}>D2Nkj98f&PU{GMO=cq38gc6kGqu$&
zXWow)coH5o@vIc8latr%bs&~3nx6$otkvnYd!
zy1n#p;f;C==MJ?XutsGoOlB~HH~dsmDr3?Ra8D55@m}y!p0Z$95;WuRmHKc
z#4FG??S>MURXOa0_o1Z+<>e(RXX-8#w~b(EEy9IAz@7GM|0Me9d}CbN-s<8wn;}tv
zz`oyVT%7wncv*s$KgYx2ER(h`LbhIYt9_j!MI*Eof+KdCkZir5EU+|W2kYxQYp+UD
z8+fEqpx-UVueWG;z0f^3HA!k>YjRFLczP
z(;?KM*t`$JH