ethyca-fides 2.60.2b0__py2.py3-none-any.whl → 2.61.0__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ethyca_fides-2.60.2b0.dist-info → ethyca_fides-2.61.0.dist-info}/METADATA +3 -3
- {ethyca_fides-2.60.2b0.dist-info → ethyca_fides-2.61.0.dist-info}/RECORD +195 -187
- {ethyca_fides-2.60.2b0.dist-info → ethyca_fides-2.61.0.dist-info}/WHEEL +1 -1
- fides/_version.py +3 -3
- fides/api/alembic/migrations/versions/d0cbfec0b2dd_add_okta_to_connection_types.py +61 -0
- fides/api/models/connectionconfig.py +3 -0
- fides/api/schemas/application_config.py +4 -0
- fides/api/schemas/connection_configuration/__init__.py +9 -1
- fides/api/schemas/connection_configuration/connection_secrets_mysql.py +2 -1
- fides/api/schemas/connection_configuration/connection_secrets_okta.py +28 -0
- fides/api/schemas/connection_configuration/enums/system_type.py +1 -0
- fides/api/service/connectors/__init__.py +2 -0
- fides/api/service/connectors/mysql_connector.py +10 -5
- fides/api/service/connectors/okta_connector.py +91 -0
- fides/api/service/connectors/website_connector.py +3 -0
- fides/api/task/task_resources.py +3 -0
- fides/api/ui.py +4 -4
- fides/config/admin_ui_settings.py +10 -0
- fides/config/utils.py +1 -1
- fides/ui-build/static/admin/404.html +1 -1
- fides/ui-build/static/admin/_next/static/61tYSqTgoHIIfHFy3bW3Y/_buildManifest.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/1099-93ef46816fd9552d.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/1327-12e2ae9047975ed8.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/{1817-ee8d8da2ea918cb2.js → 1817-fd6e3097c7cd0a83.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/{1904-3aa43570520790fc.js → 1904-31f6988c348b50fa.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/2310-58ad7f4d89548c55.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/3119-5737a448f163d520.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/3426-0118c444a97d12e7.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/3505-f3da493d67cca1fe.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/{3513-bcef489f2c8e30e1.js → 3513-4371139d2dcc970e.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/355-5164f2483fbba0cb.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/{3872-7382a9d55bb94d53.js → 3872-bad3462d06cd804a.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/{4060-891319185929d1ae.js → 4060-4e26dfdcca17f6d0.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/4121-cd90e1176f386db6.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/4481-a794efd3e46d9e1e.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/4723-f825d5e50c9a9cc1.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/5258-78e9998b55a99e6e.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/{5487-1035279f9f4aaa81.js → 5487-9e5337ee0519b3dd.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/5626-0f20d825ff36ade8.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/5683-13bf29021a8a22b5.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/{5826-dbb96ab3cc360ed4.js → 5826-f48d6ee53c71d416.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/5973-afa387f3d8f206c5.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/6277-b030e53c69296ba0.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/{6853-38e3fd5a7b1bde87.js → 6853-d9ab20addf3211ca.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/{6954-92f362ffea739388.js → 6954-9fe49c352c50a728.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/{79-82c500f39db614d1.js → 79-af432089c2fb7098.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/7980-be2cae7df75d0d26.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/8499-4beb5f4dbbd2495a.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/9494-5de614a9c4ba6c6f.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/{9767-8d96e7f8fd72eadc.js → 9767-151514d9b6012cbf.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/{_app-e2f86c400e5d4c5d.js → _app-42f79c9059024f91.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/add-systems/manual-3374f40c347f512d.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/add-systems/{multiple-aed3ff8f334381ad.js → multiple-e762d1a7bb621490.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/{add-systems-72768fa90f31d936.js → add-systems-00ea995200d1c172.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/consent/configure/{add-vendors-c3f11050818ddba3.js → add-vendors-9cea72b22a30dab7.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/consent/{configure-7d3f39e6207c0d4d.js → configure-3befc871d0e60d2d.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/consent/{privacy-experience-08bcc477fa5544b6.js → privacy-experience-b748c0f8139b1d91.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/consent/{privacy-notices-22693568fd342608.js → privacy-notices-07da131ee0b2c7c3.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/consent/{reporting-c71f7e3ef8a3bdd4.js → reporting-3a1133741154487f.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/data-catalog/[systemId]/projects/[projectUrn]/{[resourceUrn]-ac033a16f043e6f9.js → [resourceUrn]-51848adeabeec91a.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/data-catalog/[systemId]/projects-f88ce53bf5955afc.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/data-catalog/[systemId]/resources/{[resourceUrn]-71e26d262afcaea5.js → [resourceUrn]-4d6bf36a91f24c59.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/{data-catalog-f416c61699380589.js → data-catalog-d88d2ba71304ff20.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/action-center/[monitorId]/[systemId]-493092ef53b7a5ad.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/action-center/[monitorId]-c3972d2a4f09a352.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/action-center-0db321921ff7d862.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/{activity-aec2dd0d89d11c1f.js → activity-09b633bbca271bec.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/detection/{[resourceUrn]-10f789d4ab2b8927.js → [resourceUrn]-5e73a0af4d4b102e.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/{detection-f473b2ee1c67be3c.js → detection-e20539139ac36306.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/discovery/{[resourceUrn]-2569551ae75ea5a2.js → [resourceUrn]-89c047896b1ecafb.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/{discovery-ad077f30849fdc0a.js → discovery-63b6d40045810c5c.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/{datamap-359ab1b6513a5329.js → datamap-c1b1b962a8a91449.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/dataset/{new-274b8cf0932e2741.js → new-69396842b6f8435d.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/{dataset-9b3ab8de38e343b9.js → dataset-b07bbb0fa8721267.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/datastore-connection/{[id]-2b2d8474ff4a7ec3.js → [id]-9c46aa2d578b540f.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/datastore-connection/{new-fc637b767513d3fb.js → new-3b6bf525db82a361.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/{datastore-connection-3a196ef552fb5352.js → datastore-connection-8256ef316c7faf71.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/{index-e5fa3ad65420815b.js → index-ddee8467f71fd1d6.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/integrations/{[id]-900e1581de2811c1.js → [id]-304d65f36b577d53.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/integrations-30ee6edbb2642d7a.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/messaging-0dd53f360c3e4c51.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/{[id]-f208ea9573f5d16f.js → [id]-65bac3bf6a413ad4.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/configure/messaging-b4d50a9ff291958d.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/configure/storage-79fe2745d8e10acd.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/{privacy-requests-0cd0024113f958da.js → privacy-requests-31e6cece4f16c802.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/reporting/datamap-76cb540b7410c160.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/settings/consent/[configuration_id]/{[purpose_id]-e4bee84add8a913b.js → [purpose_id]-95d354bdf611fc6e.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/settings/consent-ab6b2a727f9dee17.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/settings/custom-fields-911d703f02db1a15.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/settings/domains-b3b7d27f8d12fb79.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/settings/{organization-2fcbf2b113dce00c.js → organization-a26c57f791b78190.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/systems/configure/[id]/{test-datasets-7bf0c1ff8d1d09cf.js → test-datasets-3dc2a0e0e464b94a.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/systems/configure/[id]-a602f4725a7b44fd.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/{systems-c921992c82514912.js → systems-5dca9833f98a7e34.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/taxonomy-905759ebe5347e99.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/user-management/profile/{[id]-7546e00c78835823.js → [id]-86b0972ac19e5e7f.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/{user-management-a207e8f745c7e26b.js → user-management-a5f382a1968133f0.js} +1 -1
- fides/ui-build/static/admin/_next/static/css/81642473e38c67a5.css +1 -0
- fides/ui-build/static/admin/_next/static/css/92fc10cc7ed1aba3.css +1 -0
- fides/ui-build/static/admin/_next/static/css/c0c2eb63ad3e7390.css +1 -0
- fides/ui-build/static/admin/_next/static/css/eb46b504bb5d980d.css +1 -0
- fides/ui-build/static/admin/add-systems/manual.html +1 -1
- fides/ui-build/static/admin/add-systems/multiple.html +1 -1
- fides/ui-build/static/admin/add-systems.html +1 -1
- fides/ui-build/static/admin/ant-poc.html +1 -1
- fides/ui-build/static/admin/consent/configure/add-vendors.html +1 -1
- fides/ui-build/static/admin/consent/configure.html +1 -1
- fides/ui-build/static/admin/consent/privacy-experience/[id].html +1 -1
- fides/ui-build/static/admin/consent/privacy-experience/new.html +1 -1
- fides/ui-build/static/admin/consent/privacy-experience.html +1 -1
- fides/ui-build/static/admin/consent/privacy-notices/[id].html +1 -1
- fides/ui-build/static/admin/consent/privacy-notices/new.html +1 -1
- fides/ui-build/static/admin/consent/privacy-notices.html +1 -1
- fides/ui-build/static/admin/consent/properties.html +1 -1
- fides/ui-build/static/admin/consent/reporting.html +1 -1
- fides/ui-build/static/admin/consent.html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn].html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn].html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/projects.html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/resources/[resourceUrn].html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/resources.html +1 -1
- fides/ui-build/static/admin/data-catalog.html +1 -1
- fides/ui-build/static/admin/data-discovery/action-center/[monitorId]/[systemId].html +1 -1
- fides/ui-build/static/admin/data-discovery/action-center/[monitorId].html +1 -1
- fides/ui-build/static/admin/data-discovery/action-center.html +1 -1
- fides/ui-build/static/admin/data-discovery/activity.html +1 -1
- fides/ui-build/static/admin/data-discovery/detection/[resourceUrn].html +1 -1
- fides/ui-build/static/admin/data-discovery/detection.html +1 -1
- fides/ui-build/static/admin/data-discovery/discovery/[resourceUrn].html +1 -1
- fides/ui-build/static/admin/data-discovery/discovery.html +1 -1
- fides/ui-build/static/admin/datamap.html +1 -1
- fides/ui-build/static/admin/dataset/[datasetId]/[collectionName]/[...subfieldNames].html +1 -1
- fides/ui-build/static/admin/dataset/[datasetId]/[collectionName].html +1 -1
- fides/ui-build/static/admin/dataset/[datasetId].html +1 -1
- fides/ui-build/static/admin/dataset/new.html +1 -1
- fides/ui-build/static/admin/dataset.html +1 -1
- fides/ui-build/static/admin/datastore-connection/[id].html +1 -1
- fides/ui-build/static/admin/datastore-connection/new.html +1 -1
- fides/ui-build/static/admin/datastore-connection.html +1 -1
- fides/ui-build/static/admin/images/connector-logos/okta.svg +7 -0
- fides/ui-build/static/admin/index.html +1 -1
- fides/ui-build/static/admin/integrations/[id].html +1 -1
- fides/ui-build/static/admin/integrations.html +1 -1
- fides/ui-build/static/admin/lib/fides-ext-gpp.js +1 -1
- fides/ui-build/static/admin/lib/fides-headless.js +1 -1
- fides/ui-build/static/admin/lib/fides-preview.js +1 -1
- fides/ui-build/static/admin/lib/fides-tcf.js +3 -3
- fides/ui-build/static/admin/lib/fides.js +2 -2
- fides/ui-build/static/admin/login/[provider].html +1 -1
- fides/ui-build/static/admin/login.html +1 -1
- fides/ui-build/static/admin/messaging/[id].html +1 -1
- fides/ui-build/static/admin/messaging/add-template.html +1 -1
- fides/ui-build/static/admin/messaging.html +1 -1
- fides/ui-build/static/admin/privacy-requests/[id].html +1 -1
- fides/ui-build/static/admin/privacy-requests/configure/messaging.html +1 -1
- fides/ui-build/static/admin/privacy-requests/configure/storage.html +1 -1
- fides/ui-build/static/admin/privacy-requests/configure.html +1 -1
- fides/ui-build/static/admin/privacy-requests.html +1 -1
- fides/ui-build/static/admin/properties/[id].html +1 -1
- fides/ui-build/static/admin/properties/add-property.html +1 -1
- fides/ui-build/static/admin/properties.html +1 -1
- fides/ui-build/static/admin/reporting/datamap.html +1 -1
- fides/ui-build/static/admin/settings/about.html +1 -1
- fides/ui-build/static/admin/settings/consent/[configuration_id]/[purpose_id].html +1 -1
- fides/ui-build/static/admin/settings/consent.html +1 -1
- fides/ui-build/static/admin/settings/custom-fields.html +1 -1
- fides/ui-build/static/admin/settings/domain-records.html +1 -1
- fides/ui-build/static/admin/settings/domains.html +1 -1
- fides/ui-build/static/admin/settings/email-templates.html +1 -1
- fides/ui-build/static/admin/settings/locations.html +1 -1
- fides/ui-build/static/admin/settings/organization.html +1 -1
- fides/ui-build/static/admin/settings/regulations.html +1 -1
- fides/ui-build/static/admin/systems/configure/[id]/test-datasets.html +1 -1
- fides/ui-build/static/admin/systems/configure/[id].html +1 -1
- fides/ui-build/static/admin/systems.html +1 -1
- fides/ui-build/static/admin/taxonomy.html +1 -1
- fides/ui-build/static/admin/user-management/new.html +1 -1
- fides/ui-build/static/admin/user-management/profile/[id].html +1 -1
- fides/ui-build/static/admin/user-management.html +1 -1
- fides/ui-build/static/admin/_next/static/WSibKOvTP1wQ2ioehb_pY/_buildManifest.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/2479-b91631f5e7ad58fe.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/3503-f8b68879ea28e6ee.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/3505-a94b641168547225.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/3702-95692cf4ec13e698.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/3855-cf98ef0345aa9cca.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/401-f18cd4739b98ce74.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/4121-6d5719d695f696ca.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/4481-c587763cfbc603c7.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/5973-6bb609a5771dfe2a.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/6277-70d615c50ac54e1d.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/6372-a91f7f83fd6d2fd2.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/7751-b61c0979c4f5ba79.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/8934-5e141988ad7c1000.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/9572-235d37e0b7db0257.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/9719-f411ae7eaf9ca1e8.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/9951-d8d18047e05b1df4.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/9965-4149f5bb9ccf2c54.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/add-systems/manual-2b39e3d90b16c88d.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/data-catalog/[systemId]/projects-a637d57347ad4bd7.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/action-center/[monitorId]/[systemId]-d59f6f49d91c4166.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/action-center/[monitorId]-fc99be4f494946cf.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/action-center-36e75ed0154c9d07.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/integrations-750f32b5bd24542a.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/messaging-226fdc9ccf65bf88.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/configure/messaging-9103ff5824f10280.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/configure/storage-ccc8829fb8e6d889.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/reporting/datamap-4aafe0b82fe05626.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/settings/consent-60f6d15fa6c6b1af.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/settings/custom-fields-298fa77e090bf7cb.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/settings/domains-1c1f4f775561e528.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/systems/configure/[id]-3a2a18084f89dc04.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/taxonomy-07d26364d187c7c3.js +0 -1
- fides/ui-build/static/admin/_next/static/css/a063d3d67fe688f6.css +0 -1
- {ethyca_fides-2.60.2b0.dist-info → ethyca_fides-2.61.0.dist-info}/entry_points.txt +0 -0
- {ethyca_fides-2.60.2b0.dist-info → ethyca_fides-2.61.0.dist-info}/licenses/LICENSE +0 -0
- {ethyca_fides-2.60.2b0.dist-info → ethyca_fides-2.61.0.dist-info}/top_level.txt +0 -0
- /fides/ui-build/static/admin/_next/static/{WSibKOvTP1wQ2ioehb_pY → 61tYSqTgoHIIfHFy3bW3Y}/_ssgManifest.js +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{1100-574adc8f50f9ef3a.js → 1100-2cf394cd4471259e.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{69-5f2103ace46481d6.js → 69-1c5ef5d9bd62c647.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{9327-1b672d64969cfafb.js → 9327-ff3bcfb81f5b13ff.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{ant-poc-4cad8b20c7fa422c.js → ant-poc-3a07457432d08020.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{consent-49cec8727ba462e1.js → consent-b2ccaff7cb5a7110.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/{configure-f0fcddade8258445.js → configure-2f5d74846a0d2fb6.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{about-1b1273e9eb69ac45.js → about-ce7ca2c01ea82eee.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{domain-records-3b59fd523eee38fc.js → domain-records-2161d4fd1f3fe54c.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{email-templates-ebb37a1ae630931a.js → email-templates-e99dc55a7a48a208.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{locations-84f0c04250972998.js → locations-ed032bc98ddeb3c0.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{regulations-259d0c058065e14d.js → regulations-e48815482e961fd5.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/user-management/{new-65ef1bdebb679666.js → new-d23dd80cf30c4084.js} +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
(function(g,_e){typeof exports=="object"&&typeof module<"u"?_e(exports):typeof define=="function"&&define.amd?define(["exports"],_e):(g=typeof globalThis<"u"?globalThis:g||self,_e(g.Fides={}))})(this,function(g){"use strict";var _e=Object.defineProperty,_n=(e,t,o)=>t in e?_e(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Qe=(e,t,o)=>_n(e,typeof t!="symbol"?t+"":t,o);class be{constructor(t,o,i){Qe(this,"consentPreference"),Qe(this,"notice"),Qe(this,"noticeHistoryId"),this.notice=t,this.consentPreference=o,this.noticeHistoryId=i}}g.TCMobileDataVals=void 0,(e=>{(t=>(t[t._0=0]="_0",t[t._1=1]="_1"))(e.IABTCFgdprApplies||(e.IABTCFgdprApplies={})),(t=>(t[t._0=0]="_0",t[t._1=1]="_1"))(e.IABTCFPurposeOneTreatment||(e.IABTCFPurposeOneTreatment={})),(t=>(t[t._0=0]="_0",t[t._1=1]="_1"))(e.IABTCFUseNonStandardTexts||(e.IABTCFUseNonStandardTexts={}))})(g.TCMobileDataVals||(g.TCMobileDataVals={}));var Mt=(e=>(e.GPP_US_NATIONAL="gpp_us_national",e.GPP_US_STATE="gpp_us_state",e))(Mt||{}),zt=(e=>(e.FRONTEND="frontend",e.SYSTEM_WIDE="system_wide",e.NOT_APPLICABLE="not_applicable",e))(zt||{}),V=(e=>(e.OPT_IN="opt_in",e.OPT_OUT="opt_out",e.NOTICE_ONLY="notice_only",e))(V||{}),H=(e=>(e.OPT_IN="opt_in",e.OPT_OUT="opt_out",e.ACKNOWLEDGE="acknowledge",e.TCF="tcf",e))(H||{}),F=(e=>(e.OVERLAY="overlay",e.BANNER_AND_MODAL="banner_and_modal",e.MODAL="modal",e.PRIVACY_CENTER="privacy_center",e.TCF_OVERLAY="tcf_overlay",e.HEADLESS="headless",e))(F||{}),Rt=(e=>(e.ALWAYS_ENABLED="always_enabled",e.ENABLED_WHERE_REQUIRED="enabled_where_required",e.ALWAYS_DISABLED="always_disabled",e))(Rt||{}),de=(e=>(e.OPTIONS="options",e.EXPERIENCE_TRANSLATION="language",e))(de||{}),Y=(e=>(e.PRIMARY="primary",e.SECONDARY="secondary",e.TERTIARY="tertiary",e))(Y||{}),et=(e=>(e.ACKNOWLEDGE="acknowledge",e.OPT_IN_OPT_OUT="opt_in_opt_out",e.OPT_IN_ONLY="opt_in_only",e))(et||{}),Ut=(e=>(e.REJECT_ALL="reject_all",e.REJECT_CONSENT_ONLY="reject_consent_only",e))(Ut||{}),N=(e=>(e.BUTTON="button",e.REJECT="reject",e.ACCEPT="accept",e.SCRIPT="script",e.SAVE="save",e.DISMISS="dismiss",e.GPC="gpc",e.INDIVIDUAL_NOTICE="individual_notice",e.ACKNOWLEDGE="acknowledge",e))(N||{}),Bt=(e=>(e.privacy_center="privacy_center",e.overlay="overlay",e.api="api",e))(Bt||{}),Q=(e=>(e.NONE="none",e.APPLIED="applied",e.OVERRIDDEN="overridden",e))(Q||{}),ye=(e=>(e.OVERLAY="overlay",e.MODAL="modal",e.BANNER="banner",e.PRIVACY_CENTER="privacy_center",e.TCF_OVERLAY="tcf_overlay",e.TCF_BANNER="tcf_banner",e))(ye||{});const bn=e=>{throw new Error(e)},Gt=e=>e.fidesConsentOverride===N.ACCEPT||e.fidesConsentOverride===N.REJECT,Ee=(e,t)=>!!Object.keys(t).includes(e.notice_key),ce=e=>!e||e===H.OPT_OUT?!1:e===H.OPT_IN?!0:e===H.ACKNOWLEDGE,ie=(e,t)=>e?t===V.NOTICE_ONLY?H.ACKNOWLEDGE:H.OPT_IN:H.OPT_OUT,pe=e=>!e||typeof e!="object"?!1:Object.keys(e).length===0||"id"in e,yn=e=>!!(e&&e.every(t=>t.default_preference===H.OPT_IN)),tt=e=>e?e.location&&hn.test(e.location)?e.location.replace("-","_").toLowerCase():e.country&&e.region?`${e.country.toLowerCase()}_${e.region.toLowerCase()}`:null:null,Vt=e=>{if(typeof e!="object"||!e.fidesApiUrl||!e.privacyCenterUrl)return!1;try{new URL(e.privacyCenterUrl),new URL(e.fidesApiUrl)}catch{return!1}return!0},Ht=e=>{switch(e){case de.OPTIONS:return kn;case de.EXPERIENCE_TRANSLATION:return wn;default:return null}},Kt=e=>{if(!pe(e))return!1;const t=e.experience_config;return t&&(t.component===F.MODAL||t.component===F.BANNER_AND_MODAL||t.component===F.TCF_OVERLAY||t.component===F.HEADLESS)?!(t.component===F.BANNER_AND_MODAL&&!(e.privacy_notices&&e.privacy_notices.length>0)):!1},mn=e=>{var t;return(t=e.default_preference)!=null?t:H.OPT_OUT},Oe=(e,t,o,i)=>{var n,r,a,s,l,d;return i!=null&&i.fidesDisableBanner||!pe(e)?!1:((n=e.experience_config)==null?void 0:n.component)===F.TCF_OVERLAY&&t?(r=e.meta)!=null&&r.version_hash&&t.fides_meta.consentMethod!==N.DISMISS?e.meta.version_hash!==t.tcf_version_hash:!0:((a=e.experience_config)==null?void 0:a.component)===F.MODAL||((s=e.experience_config)==null?void 0:s.component)===F.HEADLESS||!((l=e?.privacy_notices)!=null&&l.length)?!1:o?i&&Gt(i)?!1:t?.fides_meta.consentMethod===N.GPC?!0:!((d=e.privacy_notices)!=null&&d.every(p=>Ee(p,o))):!0},Yt=e=>{e[0]==="window"&&e.shift();let t=window;for(;e.length>0;){const o=e.shift();if(typeof o>"u"||typeof t[o]!="object")return;t=t[o]}return t},qt=({value:e,notice:t,consentContext:o})=>!o.globalPrivacyControl||!t.has_gpc_flag||t.consent_mechanism===V.NOTICE_ONLY?Q.NONE:e?Q.OVERRIDDEN:Q.APPLIED,ot=()=>{},Wt=e=>e?e.split(",").map(t=>t.trim()).filter(Boolean):[],Zt=(e,t)=>e.map(o=>{var i;const n=ie(t.includes(o.notice.notice_key),o.notice.consent_mechanism);return new be(o.notice,n,(i=o.bestTranslation)==null?void 0:i.privacy_notice_history_id)}),Jt=e=>{try{const t=JSON.stringify(e);return btoa(t.replace(/\s/g,""))}catch(t){throw new Error("Failed to encode Notice Consent string:",{cause:t})}},it=e=>{if(!e)return{};try{const t=atob(e),o=JSON.parse(t);return Object.fromEntries(Object.entries(o).map(([i,n])=>[i,!!n]))}catch(t){throw new Error("Failed to decode Notice Consent string:",{cause:t})}},M="en",Pe="Manage preferences",Ae=/^([A-Za-z]{2,3})(?:(?:[_-]([A-Za-z0-9]{2,4}))?$|(?:(?:[_-]\w+)+))/,hn=/^(?:([a-z]{2})(-[a-z0-9]{1,3})?|(eea))$/i,kn=[{overrideName:"fidesEmbed",overrideType:"boolean",overrideKey:"fides_embed",validationRegex:/^(true|false)$/},{overrideName:"fidesDisableSaveApi",overrideType:"boolean",overrideKey:"fides_disable_save_api",validationRegex:/^(true|false)$/},{overrideName:"fidesDisableNoticesServedApi",overrideType:"boolean",overrideKey:"fides_disable_notices_served_api",validationRegex:/^(true|false)$/},{overrideName:"fidesDisableBanner",overrideType:"boolean",overrideKey:"fides_disable_banner",validationRegex:/^(true|false)$/},{overrideName:"fidesString",overrideType:"string",overrideKey:"fides_string",validationRegex:/(.*)/},{overrideName:"fidesTcfGdprApplies",overrideType:"boolean",overrideKey:"fides_tcf_gdpr_applies",validationRegex:/^(true|false)$/},{overrideName:"fidesLocale",overrideType:"string",overrideKey:"fides_locale",validationRegex:Ae},{overrideName:"fidesPrimaryColor",overrideType:"string",overrideKey:"fides_primary_color",validationRegex:/(.*)/},{overrideName:"fidesClearCookie",overrideType:"string",overrideKey:"fides_clear_cookie",validationRegex:/(.*)/},{overrideName:"fidesConsentOverride",overrideType:"string",overrideKey:"fides_consent_override",validationRegex:/^(accept|reject)$/},{overrideName:"otFidesMapping",overrideType:"string",overrideKey:"ot_fides_mapping",validationRegex:/(.*)/},{overrideName:"fidesDisabledNotices",overrideType:"array",overrideKey:"fides_disabled_notices",validationRegex:/(.*)/,transform:Wt}],wn=[{overrideName:"title",overrideType:"string",overrideKey:"fides_title",validationRegex:/(.*)/},{overrideName:"description",overrideType:"string",overrideKey:"fides_description",validationRegex:/(.*)/},{overrideName:"privacy_policy_url",overrideType:"string",overrideKey:"fides_privacy_policy_url",validationRegex:/(.*)/},{overrideName:"override_language",overrideType:"string",overrideKey:"fides_override_language",validationRegex:Ae}],Xt="fides-overlay-wrapper",xn="fides-i18n-icon",Qt=["marketing","data_sales_and_sharing","data_sales_sharing_gpp_us_state","data_sharing_gpp_us_state","data_sales_gpp_us_state","targeted_advertising_gpp_us_state","sales_sharing_targeted_advertising_gpp_us_national"],Cn=()=>typeof window.blueConicClient<"u"&&typeof window.blueConicClient.event<"u"&&typeof window.blueConicClient.event.subscribe<"u",$e=()=>{var e,t,o;if(!Cn()||!((e=window.blueConicClient)!=null&&e.profile))return;const i=(o=(t=window.blueConicClient)==null?void 0:t.profile)==null?void 0:o.getProfile(),{consent:n}=window.Fides,r=n!==void 0&&Object.entries(n).length>0,a=Qt.some(s=>n[s]);!r||a?(i.setConsentedObjectives(["iab_purpose_1","iab_purpose_2","iab_purpose_3","iab_purpose_4"]),i.setRefusedObjectives([])):(i.setConsentedObjectives(["iab_purpose_1"]),i.setRefusedObjectives(["iab_purpose_2","iab_purpose_3","iab_purpose_4"])),window.blueConicClient.profile.updateProfile()},En=({approach:e="onetrust"}={approach:"onetrust"})=>{if(e!=="onetrust")throw new Error("Unsupported approach");window.addEventListener("FidesInitialized",$e),window.addEventListener("FidesUpdated",$e),window.addEventListener("onBlueConicLoaded",$e),$e()};var On=(e=>(e.OMIT="omit",e.INCLUDE="include",e))(On||{}),Pn=(e=>(e.BOOLEAN="boolean",e.CONSENT_MECHANISM="consent_mechanism",e))(Pn||{});const An=(e,t,o)=>{const i={};return Object.entries(e).forEach(([n,r])=>{if(t&&o==="consent_mechanism"){const a=t.find(s=>s.notice_key===n);i[n]=ie(r,a?.consent_mechanism)}else i[n]=r}),i},eo=(e,t)=>{var o,i,n,r,a;const s=(o=window.dataLayer)!=null?o:[];window.dataLayer=s;const{detail:l,type:d}=e,{consent:p,extraDetails:c,fides_string:_,timestamp:f}=l,{non_applicable_flag_mode:u="omit",flag_type:b="boolean"}=t??{},y={},m=(n=(i=window.Fides)==null?void 0:i.experience)==null?void 0:n.privacy_notices,h=(a=(r=window.Fides)==null?void 0:r.experience)==null?void 0:a.non_applicable_privacy_notices;u==="include"&&h&&h.forEach(k=>{y[k]=b==="consent_mechanism"?"not_applicable":!0}),p&&Object.assign(y,An(p,m,b));const x={consent:y,extraDetails:c,fides_string:_,timestamp:f};s.push({event:d,Fides:x})},$n=e=>{var t,o;if(Object.entries({FidesInitializing:!1,FidesInitialized:!0,FidesUpdating:!0,FidesUpdated:!0,FidesUIChanged:!0,FidesUIShown:!0,FidesModalClosed:!0}).filter(([,i])=>i).map(([i])=>i).forEach(i=>{window.addEventListener(i,n=>eo(n,e))}),(t=window.Fides)!=null&&t.initialized){const{consent:i,fides_meta:n,identity:r,tcf_consent:a}=window.Fides,s=(o=performance?.getEntriesByName("FidesInitialized")[0])==null?void 0:o.startTime;eo({type:"FidesInitialized",detail:{consent:i,fides_meta:n,identity:r,tcf_consent:a,timestamp:s,extraDetails:{consentMethod:n?.consentMethod}}},e)}},Nn=()=>{if(window.fbq)return window.fbq;const e={queue:[],loaded:!0,version:"2.0",push(...t){const o=window.fbq;o.callMethod?o.callMethod(...t):o.queue.push(t)}};return window.fbq=Object.assign(e.push,e),window._fbq=window.fbq,window.fbq},Tn=e=>{const t=Nn();t("consent",e.consent?"grant":"revoke"),e.dataUse?t("dataProcessingOptions",[]):t("dataProcessingOptions",["LDU"],1,1e3)},Sn={marketing:Qt,sale_of_data:["marketing","data_sales_and_sharing","data_sales_sharing_gpp_us_state","data_sharing_gpp_us_state","data_sales_gpp_us_state","targeted_advertising_gpp_us_state"],analytics:["analytics"],preferences:["functional"]};function Ln(e){var t;const o=Object.fromEntries(Object.entries(Sn).map(([i,n])=>[i,n.some(r=>e[r]===!0)||(n.some(r=>e[r]===!1)?!1:void 0)]));return o.sale_of_data=(t=o.sale_of_data)!=null?t:!1,o}const Ne=e=>{window.Shopify.customerPrivacy.setTrackingConsent(Ln(e),()=>{})},to=()=>{var e,t;(e=window.Shopify)!=null&&e.customerPrivacy||console.error("Fides could not access Shopify's customerPrivacy API"),window.addEventListener("FidesInitialized",o=>Ne(o.detail.consent)),window.addEventListener("FidesUpdating",o=>Ne(o.detail.consent)),window.addEventListener("FidesUpdated",o=>Ne(o.detail.consent)),(t=window.Fides)!=null&&t.initialized&&Ne(window.Fides.consent)},In=()=>{setTimeout(()=>{if(!window.Shopify)throw Error("Fides.shopify was called but Shopify is not present in the page.");if(window.Shopify.customerPrivacy){to();return}window.Shopify.loadFeatures([{name:"consent-tracking-api",version:"0.1"}],e=>{if(e)throw Error("Fides could not load Shopify's consent-tracking-api");to()})},3e3)};var nt=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Te={exports:{}};/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */Te.exports,function(e,t){(function(o){var i=t,n=e&&e.exports==i&&e,r=typeof nt=="object"&&nt;(r.global===r||r.window===r)&&(o=r);var a=function(u){this.message=u};a.prototype=new Error,a.prototype.name="InvalidCharacterError";var s=function(u){throw new a(u)},l="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",d=/[\t\n\f\r ]/g,p=function(u){u=String(u).replace(d,"");var b=u.length;b%4==0&&(u=u.replace(/==?$/,""),b=u.length),(b%4==1||/[^+a-zA-Z0-9/]/.test(u))&&s("Invalid character: the string to be decoded is not correctly encoded.");for(var y=0,m,h,x="",k=-1;++k<b;)h=l.indexOf(u.charAt(k)),m=y%4?m*64+h:h,y++%4&&(x+=String.fromCharCode(255&m>>(-2*y&6)));return x},c=function(u){u=String(u),/[^\0-\xFF]/.test(u)&&s("The string to be encoded contains characters outside of the Latin1 range.");for(var b=u.length%3,y="",m=-1,h,x,k,C,I=u.length-b;++m<I;)h=u.charCodeAt(m)<<16,x=u.charCodeAt(++m)<<8,k=u.charCodeAt(++m),C=h+x+k,y+=l.charAt(C>>18&63)+l.charAt(C>>12&63)+l.charAt(C>>6&63)+l.charAt(C&63);return b==2?(h=u.charCodeAt(m)<<8,x=u.charCodeAt(++m),C=h+x,y+=l.charAt(C>>10)+l.charAt(C>>4&63)+l.charAt(C<<2&63)+"="):b==1&&(C=u.charCodeAt(m),y+=l.charAt(C>>2)+l.charAt(C<<4&63)+"=="),y},_={encode:c,decode:p,version:"1.0.0"};if(i&&!i.nodeType)if(n)n.exports=_;else for(var f in _)_.hasOwnProperty(f)&&(i[f]=_[f]);else o.base64=_})(nt)}(Te,Te.exports);var oo=Te.exports;/*! js-cookie v3.0.5 | MIT */function Se(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var i in o)e[i]=o[i]}return e}var Fn={read:function(e){return e[0]==='"'&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function rt(e,t){function o(n,r,a){if(!(typeof document>"u")){a=Se({},t,a),typeof a.expires=="number"&&(a.expires=new Date(Date.now()+a.expires*864e5)),a.expires&&(a.expires=a.expires.toUTCString()),n=encodeURIComponent(n).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var s="";for(var l in a)a[l]&&(s+="; "+l,a[l]!==!0&&(s+="="+a[l].split(";")[0]));return document.cookie=n+"="+e.write(r,n)+s}}function i(n){if(!(typeof document>"u"||arguments.length&&!n)){for(var r=document.cookie?document.cookie.split("; "):[],a={},s=0;s<r.length;s++){var l=r[s].split("="),d=l.slice(1).join("=");try{var p=decodeURIComponent(l[0]);if(a[p]=e.read(d,p),n===p)break}catch{}}return n?a[n]:a}}return Object.create({set:o,get:i,remove:function(n,r){o(n,"",Se({},r,{expires:-1}))},withAttributes:function(n){return rt(this.converter,Se({},this.attributes,n))},withConverter:function(n){return rt(Se({},this.converter,n),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(e)}})}var jn=rt(Fn,{path:"/"});let Le;const Dn=new Uint8Array(16);function Mn(){if(!Le&&(Le=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Le))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Le(Dn)}const S=[];for(let e=0;e<256;++e)S.push((e+256).toString(16).slice(1));function zn(e,t=0){return S[e[t+0]]+S[e[t+1]]+S[e[t+2]]+S[e[t+3]]+"-"+S[e[t+4]]+S[e[t+5]]+"-"+S[e[t+6]]+S[e[t+7]]+"-"+S[e[t+8]]+S[e[t+9]]+"-"+S[e[t+10]]+S[e[t+11]]+S[e[t+12]]+S[e[t+13]]+S[e[t+14]]+S[e[t+15]]}var io={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Ie(e,t,o){if(io.randomUUID&&!t&&!e)return io.randomUUID();e=e||{};const i=e.random||(e.rng||Mn)();if(i[6]=i[6]&15|64,i[8]=i[8]&63|128,t){o=o||0;for(let n=0;n<16;++n)t[o+n]=i[n];return t}return zn(i)}const no=(e,t)=>e===void 0?!1:typeof e=="boolean"?e:t.globalPrivacyControl===!0?e.globalPrivacyControl:e.value,at=(e,t)=>e.consent_mechanism===V.NOTICE_ONLY?!0:t&&Ee(e,t)?!!t[e.notice_key]:ce(e.default_preference);var Rn=(e=>(e.CONSENT="Consent",e.CONTRACT="Contract",e.LEGAL_OBLIGATIONS="Legal obligations",e.VITAL_INTERESTS="Vital interests",e.PUBLIC_INTEREST="Public interest",e.LEGITIMATE_INTERESTS="Legitimate interests",e))(Rn||{}),st=(e=>(e.CONSENT="Consent",e.LEGITIMATE_INTERESTS="Legitimate interests",e))(st||{});const Un=",",Bn=[{experienceKey:"tcf_purpose_consents",tcfModelKey:"purposeConsents",enabledIdsKey:"purposesConsent"},{experienceKey:"tcf_purpose_legitimate_interests",tcfModelKey:"purposeLegitimateInterests",enabledIdsKey:"purposesLegint"},{experienceKey:"tcf_special_features",tcfModelKey:"specialFeatureOptins",enabledIdsKey:"specialFeatures"},{experienceKey:"tcf_vendor_consents",tcfModelKey:"vendorConsents",enabledIdsKey:"vendorsConsent"},{experienceKey:"tcf_vendor_legitimate_interests",tcfModelKey:"vendorLegitimateInterests",enabledIdsKey:"vendorsLegint"}],Gn=[{cookieKey:"system_consent_preferences",experienceKey:"tcf_system_consents"},{cookieKey:"system_legitimate_interests_preferences",experienceKey:"tcf_system_legitimate_interests"}];Bn.filter(({experienceKey:e})=>e!=="tcf_features"&&e!=="tcf_special_purposes").map(e=>e.experienceKey),st.CONSENT.toString(),st.LEGITIMATE_INTERESTS.toString();var Vn=Object.defineProperty,Hn=Object.defineProperties,Kn=Object.getOwnPropertyDescriptors,ro=Object.getOwnPropertySymbols,Yn=Object.prototype.hasOwnProperty,qn=Object.prototype.propertyIsEnumerable,ao=(e,t,o)=>t in e?Vn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,ne=(e,t)=>{for(var o in t||(t={}))Yn.call(t,o)&&ao(e,o,t[o]);if(ro)for(var o of ro(t))qn.call(t,o)&&ao(e,o,t[o]);return e},me=(e,t)=>Hn(e,Kn(t)),Wn=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const lt="fides_consent",so="OptanonConsent",lo=365,Fe=jn.withConverter({read(e){return decodeURIComponent(e)},write(e){return encodeURIComponent(e)}}),dt=e=>e?Object.values(e).some(t=>t!==void 0):!1,co=()=>Ie(),Zn=co(),po=e=>{var t;return!((t=e.fides_meta)!=null&&t.updatedAt)},uo=e=>{const t=new Date;return{consent:e||{},identity:{fides_user_device_id:Zn||co()},fides_meta:{version:"0.9.0",createdAt:t.toISOString(),updatedAt:""},tcf_consent:{}}},je=e=>Fe.get(e),ct=()=>{const e=je(so);if(e)return e},fo=(e,t)=>{const o={},i=e.match(/groups=([^&]*)/);return!i||!i[1]||i[1].split(",").forEach(n=>{const[r,a]=n.split(":");t[r]&&t[r].forEach(s=>{const l=a==="1";o[s]===void 0&&(o[s]=l)})}),o},ue=()=>{const e=je(lt);if(e)try{return JSON.parse(e)}catch{try{return JSON.parse(oo.decode(e))}catch{return}}},vo=(e,t=!1)=>{const o=uo(e);if(typeof document>"u")return o;if(t)return document.cookie="fides_consent=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT",o;let i=ue();if(!i)return o;try{"consent"in i&&"fides_meta"in i||(i=me(ne({},o),{consent:i}));const n=ne(ne({},e),i.consent);return i.consent=n,i}catch(n){return console.error("Unable to read consent cookie: invalid JSON.",n),o}},pt=(e,t=!1)=>{if(typeof document>"u")return;const o=new Date().toISOString();e.fides_meta.updatedAt=o;let i=JSON.stringify(e);t&&(i=oo.encode(i));const n=window.location.hostname.split(".");let r="";for(let a=1;a<=n.length;a+=1)if(r=n.slice(-a).join("."),Fe.set(lt,i,{path:"/",domain:r,expires:lo})){const s=ue();if(s&&s.fides_meta.updatedAt===e.fides_meta.updatedAt)break}},ut=({experience:e,cookie:t})=>{var o;if(!e.privacy_notices)return e;const i=(o=e.privacy_notices)==null?void 0:o.map(r=>{const a=Object.keys(t.consent).includes(r.notice_key)?ie(!!t.consent[r.notice_key],r.consent_mechanism):void 0;return me(ne({},r),{current_preference:a})});return me(ne({},e),{privacy_notices:i})},Jn=e=>{const t={};return Gn.forEach(({cookieKey:o})=>{var i;const n=(i=e[o])!=null?i:[];t[o]=Object.fromEntries(n.map(r=>[r.id,ce(r.preference)]))}),t},go=(e,t)=>{const o={};return e?.options.forEach(({cookieKeys:i,default:n})=>{if(n===void 0)return;const r=no(n,t);i.forEach(a=>{const s=o[a];if(s===void 0){o[a]=r;return}o[a]=s&&r})}),o},_o=(e,t=!0)=>{e.forEach(o=>{var i;if(Fe.remove(o.name,{path:(i=o.path)!=null?i:"/",domain:o.domain}),t){const{hostname:n}=window.location;Fe.remove(o.name,{domain:`.${n}`})}})},bo=e=>{const t=new Map(e.map(({notice:o,consentPreference:i})=>[o.notice_key,ce(i)]));return Object.fromEntries(t)},ft=(e,t)=>Wn(void 0,null,function*(){return me(ne({},e),{consent:bo(t)})}),yo=e=>{const t={};return e.privacy_notices&&e.privacy_notices.forEach(o=>{o.current_preference?t[o.notice_key]=ce(o.current_preference):o.default_preference&&(t[o.notice_key]=ce(o.default_preference))}),t},mo=({cookie:e,experience:t})=>{const o=yo(t);return me(ne({},e),{consent:o})},Xn=e=>{typeof window<"u"&&!window.fidesDebugger?window.fidesDebugger=e?console.log:()=>{}:globalThis.fidesDebugger=()=>{}};var Qn=Object.defineProperty,er=Object.defineProperties,tr=Object.getOwnPropertyDescriptors,ho=Object.getOwnPropertySymbols,or=Object.prototype.hasOwnProperty,ir=Object.prototype.propertyIsEnumerable,ko=(e,t,o)=>t in e?Qn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,wo=(e,t)=>{for(var o in t||(t={}))or.call(t,o)&&ko(e,o,t[o]);if(ho)for(var o of ho(t))ir.call(t,o)&&ko(e,o,t[o]);return e},nr=(e,t)=>er(e,tr(t));const q=(e,t,o,i)=>{var n;if(typeof window<"u"&&typeof CustomEvent<"u"){const r=wo({consentMethod:t?.fides_meta.consentMethod},i),a=(n=performance?.mark)==null?void 0:n.call(performance,e),s=a?.startTime,l=new CustomEvent(e,{detail:nr(wo({},t),{debug:o,extraDetails:r,timestamp:s}),bubbles:!0});window.dispatchEvent(l)}},xo=(e,t)=>{const o=i=>t(i.detail);return window.addEventListener(e,o),()=>{window.removeEventListener(e,o)}};var rr=(e=>(e.GVL="gvl",e.AC="gacp",e))(rr||{});const Co=e=>{if(!e)return{tc:"",ac:"",gpp:"",nc:""};const[t="",o="",i="",n=""]=e.split(Un);return t?{tc:t,ac:o,gpp:i,nc:n}:{tc:"",ac:"",gpp:i,nc:n}};var ar={"static.gpc":"\u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064A \u0641\u064A \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629","static.gpc.description":"\u062A\u0645 \u062A\u0637\u0628\u064A\u0642 \u062A\u0641\u0636\u064A\u0644\u0643 \u0644\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064A \u0641\u064A \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629. \u0644\u0642\u062F \u0623\u0644\u063A\u064A \u0627\u0634\u062A\u0631\u0627\u0643\u0643 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u062D\u0627\u0644\u0627\u062A \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0644\u062A\u0632\u0645 \u0628\u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064A \u0641\u064A \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629.","static.gpc.status.applied":"\u062A\u0645 \u0627\u0644\u062A\u0637\u0628\u064A\u0642","static.gpc.status.overridden":"\u062A\u0645 \u0627\u0644\u062A\u062C\u0627\u0648\u0632","static.gpc.title":"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064A \u0641\u064A \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629"},sr={"static.gpc":"\u0413\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438","static.gpc.description":"\u0412\u0430\u0448\u0435\u0442\u043E \u043F\u0440\u0435\u0434\u043F\u043E\u0447\u0438\u0442\u0430\u043D\u0438\u0435 \u0437\u0430 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438 \u0435 \u0437\u0430\u0447\u0435\u0442\u0435\u043D\u043E. \u0412\u0438\u0435 \u0441\u0442\u0435 \u0431\u0438\u043B\u0438 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0438\u0437\u043A\u043B\u044E\u0447\u0435\u043D\u0438 \u043E\u0442 \u0441\u043B\u0443\u0447\u0430\u0438\u0442\u0435 \u043D\u0430 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u0434\u0430\u043D\u043D\u0438, \u043A\u043E\u0438\u0442\u043E \u0441\u0435 \u043E\u0442\u043D\u0430\u0441\u044F\u0442 \u043A\u044A\u043C \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438.","static.gpc.status.applied":"\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u043E","static.gpc.status.overridden":"\u041F\u0440\u0435\u043C\u0430\u0445\u043D\u0430\u0442\u043E","static.gpc.title":"\u041E\u0442\u043A\u0440\u0438\u0442\u043E \u0435 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438"},lr={"static.gpc":"Globalna kontrola privatnosti","static.gpc.description":"Va\u0161 izbor globalne kontrole privatnosti je uva\u017Een. Automatski ste isklju\u010Deni iz slu\u010Dajeva kori\u0161tenja podataka koji se pridr\u017Eavaju globalne kontrole privatnosti.","static.gpc.status.applied":"Prihva\u0107ena","static.gpc.status.overridden":"Odbijena","static.gpc.title":"Otkrivena je Globalna kontrola privatnosti"},dr={"static.gpc":"Control de privadesa global","static.gpc.description":"S\u2019ha respectat la vostra prefer\xE8ncia pel que fa al control de privadesa global. Se us ha excl\xF2s autom\xE0ticament dels casos d\u2019\xFAs de dades que s\u2019adhereixen al control de privadesa global.","static.gpc.status.applied":"Aplicat","static.gpc.status.overridden":"Anul\xB7lat","static.gpc.title":"Control de privadesa global detectat"},cr={"static.gpc":"Glob\xE1ln\xED kontrola ochrany osobn\xEDch \xFAdaj\u016F","static.gpc.description":"Byly dodr\u017Eeny va\u0161e glob\xE1ln\xED preference ochrany osobn\xEDch \xFAdaj\u016F. Automaticky jste byli vy\u0159azeni z pou\u017E\xEDv\xE1n\xED \xFAdaj\u016F v p\u0159\xEDpadech, na kter\xE9 se vztahuje glob\xE1ln\xED ochrana osobn\xEDch \xFAdaj\u016F.","static.gpc.status.applied":"Aplikov\xE1no","static.gpc.status.overridden":"P\u0159eps\xE1no","static.gpc.title":"Bylo zji\u0161t\u011Bna glob\xE1ln\xED kontrola ochrany osobn\xEDch \xFAdaj\u016F"},pr={"static.gpc":"Global fortrolighedskontrol","static.gpc.description":"Din pr\xE6ference i forbindelse med global fortrolighedskontrol er blevet efterkommet. Du er automatisk blevet frameldt tilf\xE6lde af databrug, der overholder global fortrolighedskontrol.","static.gpc.status.applied":"Anvendt","static.gpc.status.overridden":"Tilsidesat","static.gpc.title":"Der blev p\xE5vist global fortrolighedskontrol"},ur={"static.gpc":"Globale Datenschutzeinstellungen","static.gpc.description":"Ihre globale Datenschutzeinstellungen werden ber\xFCcksichtigt. Sie wurden automatisch von Anwendungsf\xE4llen ausgenommen, die nicht Ihren globalen Datenschutzeinstellungen unterliegen.","static.gpc.status.applied":"Angewendet","static.gpc.status.overridden":"\xDCberschrieben","static.gpc.title":"Globale Datenschutzeinstellungen entdeckt"},fr={"static.gpc":"\u039A\u03B1\u03B8\u03BF\u03BB\u03B9\u03BA\u03CC\u03C2 \u03AD\u03BB\u03B5\u03B3\u03C7\u03BF\u03C2 \u03B1\u03C0\u03BF\u03C1\u03C1\u03AE\u03C4\u03BF\u03C5","static.gpc.description":"\u0397 \u03C0\u03C1\u03BF\u03C4\u03AF\u03BC\u03B7\u03C3\u03AE \u03C3\u03B1\u03C2 \u03B3\u03B9\u03B1 \u03C4\u03BF\u03BD \u03BA\u03B1\u03B8\u03BF\u03BB\u03B9\u03BA\u03CC \u03AD\u03BB\u03B5\u03B3\u03C7\u03BF \u03B1\u03C0\u03BF\u03C1\u03C1\u03AE\u03C4\u03BF\u03C5 \u03AD\u03C7\u03B5\u03B9 \u03C4\u03B7\u03C1\u03B7\u03B8\u03B5\u03AF. \u0388\u03C7\u03B5\u03C4\u03B5 \u03B5\u03BE\u03B1\u03B9\u03C1\u03B5\u03B8\u03B5\u03AF \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B1 \u03B1\u03C0\u03CC \u03C0\u03B5\u03C1\u03B9\u03C0\u03C4\u03CE\u03C3\u03B5\u03B9\u03C2 \u03C7\u03C1\u03AE\u03C3\u03B7\u03C2 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD \u03C0\u03BF\u03C5 \u03C3\u03C5\u03BC\u03BC\u03BF\u03C1\u03C6\u03CE\u03BD\u03BF\u03BD\u03C4\u03B1\u03B9 \u03BC\u03B5 \u03C4\u03BF\u03BD \u03BA\u03B1\u03B8\u03BF\u03BB\u03B9\u03BA\u03CC \u03AD\u03BB\u03B5\u03B3\u03C7\u03BF \u03B1\u03C0\u03BF\u03C1\u03C1\u03AE\u03C4\u03BF\u03C5.","static.gpc.status.applied":"\u0395\u03C6\u03B1\u03C1\u03BC\u03CC\u03C3\u03C4\u03B7\u03BA\u03B5","static.gpc.status.overridden":"\u03A0\u03B1\u03C1\u03B1\u03BA\u03AC\u03BC\u03C6\u03B8\u03B7\u03BA\u03B5","static.gpc.title":"\u0395\u03BD\u03C4\u03BF\u03C0\u03AF\u03C3\u03C4\u03B7\u03BA\u03B5 \u03BA\u03B1\u03B8\u03BF\u03BB\u03B9\u03BA\u03CC\u03C2 \u03AD\u03BB\u03B5\u03B3\u03C7\u03BF\u03C2 \u03B1\u03C0\u03BF\u03C1\u03C1\u03AE\u03C4\u03BF\u03C5"},vr={"static.gpc":"Global Privacy Control","static.gpc.description":"Your global privacy control preference has been honored. You have been automatically opted out of data use cases which adhere to global privacy control.","static.gpc.status.applied":"Applied","static.gpc.status.overridden":"Overridden","static.gpc.title":"Global Privacy Control detected"},gr={"static.gpc":"Control de privacidad global","static.gpc.description":"Su preferencia de control de privacidad global se ha respetado. Se le ha excluido autom\xE1ticamente de los casos de uso de datos que se adhieren al control de privacidad global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Control de privacidad global detectado"},_r={"static.gpc":"Control de privacidad global","static.gpc.description":"Su preferencia de control de privacidad global se ha respetado. Se le excluy\xF3 autom\xE1ticamente de los casos de uso de datos que se adhieren al control de privacidad global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Control de privacidad global detectado"},br={"static.gpc":"\xDCldine andmekaitsekontroll","static.gpc.description":"Teie \xFCldist andmekaitse-eelistust on arvestatud. Teid on automaatselt v\xE4lja arvatud andmete kasutamise juhtudest, mis j\xE4rgivad \xFCldist andmekaitsekontrolli.","static.gpc.status.applied":"Rakendatud","static.gpc.status.overridden":"T\xFChistatud","static.gpc.title":"Tuvastatud \xFCldine andmekaitsekontroll"},yr={"static.gpc":"Pribatutasun-kontrol globala","static.gpc.description":"Pribatutasun-kontrol globalaren lehentasuna bete da. Pribatutasun-kontrol globalari atxikitzen zaizkion datuen erabileren kasuetatik automatikoki baztertua izan zara.","static.gpc.status.applied":"Ezarrita","static.gpc.status.overridden":"Baliogabetuta","static.gpc.title":"Pribatutasun-kontrol globala antzeman da"},mr={"static.gpc":"Maailmanlaajunen tietosuojavalvonta","static.gpc.description":"Maailmanlaajuinen tietosuojavalvontanne on vahvistettu. Teid\xE4t on automaattisesti poistettu tietojen k\xE4ytt\xF6tapauksista, jotka noudattavat maailmanlaajuista tietosuojavalvontaa.","static.gpc.status.applied":"K\xE4yt\xF6ss\xE4","static.gpc.status.overridden":"Ohitettu","static.gpc.title":"Maailmanlaajuinen tietosuojavalvonta havaittu"},hr={"static.gpc":"Global Privacy Control","static.gpc.description":"Votre pr\xE9f\xE9rence en mati\xE8re de contr\xF4le global de la confidentialit\xE9 (GPC) a \xE9t\xE9 respect\xE9e. Vous avez automatiquement \xE9t\xE9 retir\xE9 des cas d\u2019usage des donn\xE9es qui adh\xE8rent au GPC.","static.gpc.status.applied":"Appliqu\xE9","static.gpc.status.overridden":"Ignor\xE9","static.gpc.title":"Global Privacy Control (GPC) d\xE9tect\xE9"},kr={"static.gpc":"Contr\xF4le mondial de confidentialit\xE9","static.gpc.description":"Votre pr\xE9f\xE9rence en mati\xE8re de contr\xF4le mondial de confidentialit\xE9 a \xE9t\xE9 honor\xE9e. Vous avez \xE9t\xE9 automatiquement \xE9cart\xE9 des cas d'utilisation de donn\xE9es qui adh\xE8rent au contr\xF4le mondial de confidentialit\xE9.","static.gpc.status.applied":"Appliqu\xE9","static.gpc.status.overridden":"Annul\xE9","static.gpc.title":"Contr\xF4le mondial de confidentialit\xE9 d\xE9tect\xE9"},wr={"static.gpc":"Control de privacidade global","static.gpc.description":"Respetouse a s\xFAa preferencia de control de privacidade global. Foi automaticamente exclu\xEDdo dos casos de uso de datos que cumpren o control de privacidade global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Control de privacidade global detectado"},xr={"static.gpc":"\u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0928\u093F\u092F\u0902\u0924\u094D\u0930\u0923","static.gpc.description":"\u0906\u092A\u0915\u0940 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0928\u093F\u092F\u0902\u0924\u094D\u0930\u0923 \u0935\u0930\u0940\u092F\u0924\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E\u0964 \u0906\u092A\u0915\u094B \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0928\u093F\u092F\u0902\u0924\u094D\u0930\u0923 \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0928\u0947 \u0935\u093E\u0932\u0947 \u0921\u0947\u091F\u093E \u0909\u092A\u092F\u094B\u0917 \u092E\u093E\u092E\u0932\u094B\u0902 \u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u092C\u093E\u0939\u0930 \u0915\u0930 \u0926\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948\u0964","static.gpc.status.applied":"\u0932\u093E\u0917\u0942 \u0915\u093F\u092F\u093E","static.gpc.status.overridden":"\u0913\u0935\u0930\u0930\u093E\u0907\u0921 \u0915\u093F\u092F\u093E","static.gpc.title":"\u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0928\u093F\u092F\u0902\u0924\u094D\u0930\u0923 \u0915\u093E \u092A\u0924\u093E \u091A\u0932\u093E"},Cr={"static.gpc":"Globalna kontrola privatnosti","static.gpc.description":"Po\u0161tuju se va\u0161e preferencije globalne kontrole privatnosti. Automatski se isklju\u010Deni iz slu\u010Dajeve kori\u0161tenja podataka koji se pridr\u017Eavaju globalne kontrole privatnosti.","static.gpc.status.applied":"Primijenjeno","static.gpc.status.overridden":"Premo\u0161\u0107eno","static.gpc.title":"Primije\u0107ena je Globalna kontrola privatnosti (Global Privacy Control)"},Er={"static.gpc":"Glob\xE1lis adatv\xE9delmi szab\xE1lyoz\xE1s","static.gpc.description":"A glob\xE1lis adatv\xE9delmi szab\xE1lyoz\xE1ssal kapcsolatos be\xE1ll\xEDt\xE1sai el lettek fogadva. Automatikusan kiker\xFClt azokb\xF3l az adatfelhaszn\xE1l\xE1si esetekb\u0151l, amelyek a glob\xE1lis adatv\xE9delmi szab\xE1lyoz\xE1shoz tartoznak.","static.gpc.status.applied":"Alkalmazva","static.gpc.status.overridden":"Fel\xFCl\xEDrva","static.gpc.title":"Glob\xE1lis adatv\xE9delmi szab\xE1lyoz\xE1s \xE9szlelve"},Or={"static.gpc":"Controllo Globale della Privacy","static.gpc.description":"Le tue preferenze del Controllo Globale della Privacy sono state prese in carico. Sei stato automaticamente escluso dai casi di utilizzo dei dati che corrispondono al Controllo Globale della Privacy.","static.gpc.status.applied":"Applicato","static.gpc.status.overridden":"Non applicato","static.gpc.title":"Controllo Globale della Privacy rilevato"},Pr={"static.gpc":"\u30B0\u30ED\u30FC\u30D0\u30EB\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB","static.gpc.description":"\u30B0\u30ED\u30FC\u30D0\u30EB\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u306E\u8A2D\u5B9A\u306F\u5C0A\u91CD\u3055\u308C\u307E\u3059\u3002\u30B0\u30ED\u30FC\u30D0\u30EB\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u306B\u5F93\u3046\u30C7\u30FC\u30BF\u306E\u30E6\u30FC\u30B9\u30B1\u30FC\u30B9\u304B\u3089\u306F\u81EA\u52D5\u7684\u306B\u30AA\u30D7\u30C8\u30A2\u30A6\u30C8\u3055\u308C\u3066\u3044\u307E\u3059\u3002","static.gpc.status.applied":"\u9069\u7528","static.gpc.status.overridden":"\u5909\u66F4","static.gpc.title":"\u30B0\u30ED\u30FC\u30D0\u30EB\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u3092\u691C\u51FA\u3057\u307E\u3057\u305F"},Ar={"static.gpc":"Visuotin\u0117 privatumo kontrol\u0117","static.gpc.description":"Buvo atsi\u017Evelgta \u012F j\u016Bs\u0173 visuotin\u0117s privatumo kontrol\u0117s pageidavim\u0105. Buvote automati\u0161kai at\u0161auktas i\u0161 duomen\u0173 naudojimo atvej\u0173, kai laikomasi visuotin\u0117s privatumo kontrol\u0117s.","static.gpc.status.applied":"Taikoma","static.gpc.status.overridden":"Nebegaliojantis","static.gpc.title":"Aptikta visuotin\u0117 privatumo kontrol\u0117"},$r={"static.gpc":"Glob\u0101l\u0101 priv\u0101tuma kontrole","static.gpc.description":"M\u0113s esam izpild\u012Bju\u0161i j\u016Bsu pras\u012Bbu kontrol\u0113t glob\u0101lo priv\u0101tumu. P\u0113c noklus\u0113juma esat no\u0146emts no datu lietojuma pieteikumiem, kas atbilst glob\u0101lajai priv\u0101tuma kontrolei.","static.gpc.status.applied":"Pielietots","static.gpc.status.overridden":"Ignor\u0113ts","static.gpc.title":"Konstat\u0113ta glob\u0101l\u0101 priv\u0101tuma kontrole"},Nr={"static.gpc":"Kontroll Globali tal-Privatezza","static.gpc.description":"Il-preferenza globali tieg\u0127ek g\u0127all-kontroll tal-privatezza \u0121iet onorata. Inti awtomatikament g\u0127a\u017Cilt li ma tibqax tu\u017Ca d-dejta f'ka\u017Cijiet li jirrispettaw il-kontroll globali tal-privatezza.","static.gpc.status.applied":"Applikat","static.gpc.status.overridden":"Maqbu\u017Ca","static.gpc.title":"Instab il-Kontroll Globali tal-Privatezza"},Tr={"static.gpc":"Global Privacy Control","static.gpc.description":"Uw Global Privacy Control-voorkeur wordt gerespecteerd. U bent automatisch afgemeld voor gegevensgebruiksscenario's die zich houden aan Global Privacy Control.","static.gpc.status.applied":"Toegepast","static.gpc.status.overridden":"Genegeerd","static.gpc.title":"Global Privacy Control gedetecteerd"},Sr={"static.gpc":"Globale personverninnstillinger","static.gpc.description":"Preferansene dine vedr\xF8rende de globale personverninnstilingene dine er godtatt. Du har automatisk takket nei til databruksaker som f\xF8lger globale personverninnstillinger.","static.gpc.status.applied":"Anvendt","static.gpc.status.overridden":"Overstyrt","static.gpc.title":"Globale personverninnstillinger er oppdaget"},Lr={"static.gpc":"Og\xF3lna kontrola prywatno\u015Bci","static.gpc.description":"Twoja preferencja dotycz\u0105ca og\xF3lnej kontroli prywatno\u015Bci zosta\u0142a uwzgl\u0119dniona. Automatycznie odm\xF3wiono zgody na Twoje przypadki wykorzystania danych, kt\xF3re s\u0105 zgodne z Og\xF3ln\u0105 kontrol\u0105 prywatno\u015Bci.","static.gpc.status.applied":"Zastosowano","static.gpc.status.overridden":"Nadpisano","static.gpc.title":"Wykryta Og\xF3lna kontrola prywatno\u015Bci"},Ir={"static.gpc":"Controle de Privacidade Global","static.gpc.description":"Sua prefer\xEAncia global de controle de privacidade foi respeitada. Voc\xEA foi automaticamente removido dos casos de uso de dados que aderem ao controle de privacidade global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Controle de Privacidade Global detectado"},Fr={"static.gpc":"Controlo de Privacidade Global","static.gpc.description":"A sua prefer\xEAncia de controlo de privacidade global foi honrada. Foi automaticamente exclu\xEDdo/a dos casos de utiliza\xE7\xE3o de dados que aderem ao controlo de privacidade global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Controlo de Privacidade Global detetado"},jr={"static.gpc":"Control global al confiden\u021Bialit\u0103\u021Bii","static.gpc.description":"Preferin\u021Ba dvs. de control global al confiden\u021Bialit\u0103\u021Bii a fost onorat\u0103. A\u021Bi fost exclus(\u0103) automat de la cazurile de utilizare a datelor care respect\u0103 controlul global al confiden\u021Bialit\u0103\u021Bii.","static.gpc.status.applied":"Aplicat","static.gpc.status.overridden":"Suprascris","static.gpc.title":"A fost detectat un control global al confiden\u021Bialit\u0103\u021Bii"},Dr={"static.gpc":"Global Privacy Control","static.gpc.description":"\u0412\u0430\u0448\u0430 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 Global Privacy Control \u0443\u0447\u0442\u0435\u043D\u0430. \u0412\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u043B\u044E\u0447\u0430\u0435\u0442\u0435\u0441\u044C \u0432 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445, \u0433\u0434\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Global Privacy Control.","static.gpc.status.applied":"\u041F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u043E","static.gpc.status.overridden":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u043E","static.gpc.title":"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Global Privacy Control"},Mr={"static.gpc":"Glob\xE1lna kontrola s\xFAkromia","static.gpc.description":"Va\u0161a predvo\u013Eba pre glob\xE1lnu kontrolu s\xFAkromia bola dodr\u017Ean\xE1. Pre pr\xEDpady pou\u017Eitia, kde sa pou\u017E\xEDva glob\xE1lna kontrola s\xFAkromia, v\xE1m bol automaticky nastaven\xFD explicitn\xFD nes\xFAhlas.","static.gpc.status.applied":"Pou\u017Eit\xE1","static.gpc.status.overridden":"Prep\xEDsan\xE1","static.gpc.title":"Bola zisten\xE1 Glob\xE1lna kontrola s\xFAkromia"},zr={"static.gpc":"Global Privacy Control","static.gpc.description":"Va\u0161a nastavitev globalnega nadzora zasebnosti je bila upo\u0161tevana. Samodejno je bilo preklicano va\u0161e soglasje za tiste primere uporabe podatkov, ki se ravnajo po globalnem nadzoru zasebnosti.","static.gpc.status.applied":"Uporabljeno","static.gpc.status.overridden":"Pregla\u0161eno","static.gpc.title":"Zaznan globalni nadzor zasebnosti \xBBGlobal Privacy Control\xAB"},Rr={"static.gpc":"Global Privacy Control","static.gpc.description":"\u0412\u0430\u0448\u0430 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043A\u0430 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u0435 \u043F\u0440\u0438\u0432\u0430\u0442\u043D\u043E\u0441\u0442\u0438 \u0458\u0435 \u043F\u043E\u0434\u0435\u0448\u0435\u043D\u0430. \u0410\u0443\u0442\u043E\u043C\u0430\u0442\u0441\u043A\u0438 \u0441\u0442\u0435 \u0438\u0441\u043A\u0459\u0443\u0447\u0435\u043D\u0438 \u0438\u0437 \u0441\u043B\u0443\u0447\u0430\u0458\u0435\u0432\u0430 \u0443\u043F\u043E\u0442\u0440\u0435\u0431\u0435 \u043F\u043E\u0434\u0430\u0442\u0430\u043A\u0430 \u043A\u043E\u0458\u0438 \u0441\u0443 \u0443 \u0441\u043A\u043B\u0430\u0434\u0443 \u0441\u0430 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E\u043C \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u043E\u043C \u043F\u0440\u0438\u0432\u0430\u0442\u043D\u043E\u0441\u0442\u0438.","static.gpc.status.applied":"\u041F\u0440\u0438\u043C\u0435\u045A\u0435\u043D\u0430","static.gpc.status.overridden":"\u0417\u0430\u043C\u0435\u045A\u0435\u043D\u0430","static.gpc.title":"Global Privacy Control \u043E\u0442\u043A\u0440\u0438\u0432\u0435\u043D"},Ur={"static.gpc":"Globalna kontrola privatnosti","static.gpc.description":"Va\u0161a globalna postavka kontrole privatnosti se po\u0161tuje. Automatski ste isklju\u010Deni iz slu\u010Dajeva kori\u0161c\u0301enja podataka koji podle\u017Eu globalnoj kontroli privatnosti.","static.gpc.status.applied":"Primenjeno","static.gpc.status.overridden":"Zaobi\u0111eno","static.gpc.title":"Otkrivena je globalna kontrola privatnosti"},Br={"static.gpc":"Global integritetskontroll","static.gpc.description":"Dina preferenser f\xF6r global integritetskontroll har efterf\xF6ljts. Du har automatiskt valt bort anv\xE4ndningsfall f\xF6r uppgifter som efterf\xF6ljer global integritetskontroll.","static.gpc.status.applied":"Till\xE4mpad","static.gpc.status.overridden":"\xC5sidosatt","static.gpc.title":"Global integritetskontroll uppt\xE4cktes"},Gr={"static.gpc":"Global Gizlilik Kontrol\xFC","static.gpc.description":"Global gizlilik kontrol\xFC tercihiniz yerine getirildi. Global gizlilik kontrol\xFCne uygun veri kullan\u0131m durumlar\u0131ndan otomatik olarak \xE7\u0131kar\u0131ld\u0131n\u0131z.","static.gpc.status.applied":"Uyguland\u0131","static.gpc.status.overridden":"Ge\xE7ersiz k\u0131l\u0131nd\u0131","static.gpc.title":"Global Gizlilik Kontrol\xFC tespit edildi"},Vr={"static.gpc":"\u0413\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u0438\u0439 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044C \u043A\u043E\u043D\u0444\u0456\u0434\u0435\u043D\u0446\u0456\u0439\u043D\u043E\u0441\u0442\u0456","static.gpc.description":"\u0412\u0430\u0448\u0456 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044E \u043A\u043E\u043D\u0444\u0456\u0434\u0435\u043D\u0446\u0456\u0439\u043D\u043E\u0441\u0442\u0456 \u0432\u0440\u0430\u0445\u043E\u0432\u0430\u043D\u043E. \u0412\u0430\u0441 \u0431\u0443\u043B\u043E \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0432\u0438\u043A\u043B\u044E\u0447\u0435\u043D\u043E \u0437 \u0432\u0438\u043F\u0430\u0434\u043A\u0456\u0432 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u043D\u044F \u0434\u0430\u043D\u0438\u0445, \u044F\u043A\u0456 \u0434\u043E\u0442\u0440\u0438\u043C\u0443\u044E\u0442\u044C\u0441\u044F \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u044C \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044E \u043A\u043E\u043D\u0444\u0456\u0434\u0435\u043D\u0446\u0456\u0439\u043D\u043E\u0441\u0442\u0456.","static.gpc.status.applied":"\u0417\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0430\u043D\u043E","static.gpc.status.overridden":"\u041F\u0435\u0440\u0435\u0432\u0438\u0437\u043D\u0430\u0447\u0435\u043D\u043E","static.gpc.title":"\u0412\u0438\u044F\u0432\u043B\u0435\u043D\u043E \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u0438\u0439 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044C \u043A\u043E\u043D\u0444\u0456\u0434\u0435\u043D\u0446\u0456\u0439\u043D\u043E\u0441\u0442\u0456"},Hr={"static.gpc":"\u5168\u5C40\u9690\u79C1\u63A7\u5236","static.gpc.description":"\u60A8\u7684\u5168\u5C40\u9690\u79C1\u63A7\u5236\u504F\u597D\u5DF2\u5F97\u5230\u5C0A\u91CD\u3002\u60A8\u5DF2\u81EA\u52A8\u9009\u62E9\u9000\u51FA\u7B26\u5408\u5168\u5C40\u9690\u79C1\u63A7\u5236\u7684\u6570\u636E\u4F7F\u7528\u6848\u4F8B\u3002","static.gpc.status.applied":"\u5DF2\u5E94\u7528","static.gpc.status.overridden":"\u88AB\u8986\u76D6","static.gpc.title":"\u68C0\u6D4B\u5230\u5168\u5C40\u9690\u79C1\u63A7\u5236"};const vt={ar,bg:sr,bs:lr,ca:dr,cs:cr,da:pr,de:ur,el:fr,en:vr,es:gr,"es-MX":_r,et:br,eu:yr,fi:mr,fr:hr,"fr-CA":kr,gl:wr,"hi-IN":xr,hr:Cr,hu:Er,it:Or,ja:Pr,lt:Ar,lv:$r,mt:Nr,nl:Tr,no:Sr,pl:Lr,"pt-BR":Ir,"pt-PT":Fr,ro:jr,ru:Dr,sk:Mr,sl:zr,"sr-Cyrl":Rr,"sr-Latn":Ur,sv:Br,tr:Gr,uk:Vr,zh:Hr},Kr=[{locale:"ar",label_en:"Arabic",label_original:"\u0627\u0644\u0639\u064E\u0631\u064E\u0628\u0650\u064A\u064E\u0651\u0629"},{locale:"bg",label_en:"Bulgarian",label_original:"\u0431\u044A\u043B\u0433\u0430\u0440\u0441\u043A\u0438 \u0435\u0437\u0438\u043A"},{locale:"bs",label_en:"Bosnian",label_original:"Bosanski Jezik"},{locale:"ca",label_en:"Catalan",label_original:"catal\xE0"},{locale:"cs",label_en:"Czech",label_original:"\u010Desk\xFD jazyk"},{locale:"da",label_en:"Danish",label_original:"Dansk"},{locale:"de",label_en:"German",label_original:"Deutsch"},{locale:"el",label_en:"Greek",label_original:"\u03B5\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC"},{locale:"en",label_en:"English",label_original:"English"},{locale:"es",label_en:"Spanish",label_original:"Espa\xF1ol"},{locale:"es-MX",label_en:"Spanish (Mexico)",label_original:"Espa\xF1ol - MX"},{locale:"et",label_en:"Estonian",label_original:"Eesti"},{locale:"eu",label_en:"Basque",label_original:"euskara"},{locale:"fi",label_en:"Finnish",label_original:"Suomi"},{locale:"fr",label_en:"French",label_original:"Fran\xE7ais"},{locale:"fr-CA",label_en:"French (Canada)",label_original:"Fran\xE7ais - CA"},{locale:"gl",label_en:"Galician",label_original:"Galego"},{locale:"hi-IN",label_en:"Hindi (India)",label_original:"\u0939\u093F\u0928\u094D\u0926\u0940"},{locale:"hr",label_en:"Croatian",label_original:"Hrvatski Jezik"},{locale:"hu",label_en:"Hungarian",label_original:"magyar"},{locale:"it",label_en:"Italian",label_original:"Italiano"},{locale:"ja",label_en:"Japanese",label_original:"\u65E5\u672C\u8A9E"},{locale:"lt",label_en:"Lithuanian",label_original:"lietuvi\u0173 kalba"},{locale:"lv",label_en:"Latvian",label_original:"latvie\u0161u valoda"},{locale:"mt",label_en:"Maltese",label_original:"Malti"},{locale:"nl",label_en:"Dutch",label_original:"Nederlands"},{locale:"no",label_en:"Norwegian",label_original:"Norsk"},{locale:"pl",label_en:"Polish",label_original:"Polski"},{locale:"pt-BR",label_en:"Portuguese (Brazil)",label_original:"Portugu\xEAs - BR"},{locale:"pt-PT",label_en:"Portuguese (Portugal)",label_original:"Portugu\xEAs - PT"},{locale:"ro",label_en:"Romanian",label_original:"limba rom\xE2n\u0103"},{locale:"ru",label_en:"Russian",label_original:"\u0440\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A"},{locale:"sk",label_en:"Slovak",label_original:"sloven\u010Dina"},{locale:"sl",label_en:"Slovenian",label_original:"Slovenski Jezik"},{locale:"sr-Cyrl",label_en:"Serbian (Cyrillic)",label_original:"\u0441\u0440\u043F\u0441\u043A\u0438"},{locale:"sr-Latn",label_en:"Serbian (Latin)",label_original:"Srpski"},{locale:"sv",label_en:"Swedish",label_original:"Sverige"},{locale:"tr",label_en:"Turkish",label_original:"T\xFCrk\xE7e"},{locale:"uk",label_en:"Ukrainian",label_original:"\u0443\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430 \u043C\u043E\u0432\u0430"},{locale:"zh",label_en:"Chinese",label_original:"\u4E2D\u6587"}];var Yr=Object.defineProperty,Eo=Object.getOwnPropertySymbols,qr=Object.prototype.hasOwnProperty,Wr=Object.prototype.propertyIsEnumerable,Oo=(e,t,o)=>t in e?Yr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,W=(e,t)=>{for(var o in t||(t={}))qr.call(t,o)&&Oo(e,o,t[o]);if(Eo)for(var o of Eo(t))Wr.call(t,o)&&Oo(e,o,t[o]);return e};function Z(e,t){return e.toLowerCase().replaceAll("_","-")===t.toLowerCase().replaceAll("_","-")}function Zr(e,t){const o={},i=["accept_button_label","acknowledge_button_label","banner_description","banner_title","description","purpose_header","privacy_policy_link_label","privacy_policy_url","privacy_preferences_link_label","reject_button_label","save_button_label","title","modal_link_label"];if(e.translations)e.translations.forEach(n=>{const r=n.language;let a=!1;t!=null&&t.override_language&&(a=Z(t.override_language,r));const s={};i.forEach(l=>{let d=null;t&&(a||l==="privacy_policy_url")&&(d=l in t?t[l]:null);const p=n[l];typeof p=="string"&&(s[`exp.${l}`]=d||p)}),o[r]=W(W({},s),o[r])});else{const n=M,r={};i.forEach(a=>{const s=e[a];typeof s=="string"&&(r[`exp.${a}`]=s)}),o[n]=W(W({},r),o[n])}return o}function Po(e){var t;if((t=e?.experience_config)!=null&&t.translations){const{translations:o}=e.experience_config,i=o.find(n=>n.is_default);return i?.language}}function Ao(e,t){const o={};return t.forEach(i=>{const n=Object.keys(e).find(r=>Z(r,i));if(n){const r=e[n],a={};["purposes","specialPurposes","features","specialFeatures","stacks","dataCategories"].forEach(s=>{const l=r[s]||{};Object.keys(l).forEach(d=>{const p=l[d],c=`exp.tcf.${s}.${d}`;a[`${c}.name`]=p.name,a[`${c}.description`]=p.description,p.illustrations&&p.illustrations.length>0&&p.illustrations.forEach((_,f)=>{a[`${c}.illustrations.${f}`]=_})})}),o[i]=W(W({},a),o[i])}}),o}function $o(e){return Object.keys(vt).forEach(t=>{e.load(t,vt[t])}),Object.keys(vt)}function No(e,t,o){var i;const n={},r=(i=t.available_locales)!=null&&i.length?t.available_locales:[M];if(t!=null&&t.experience_config){const a=t.experience_config,s=Zr(a,o);Object.keys(s).forEach(l=>{n[l]=W(W({},s[l]),n[l])})}r.forEach(a=>{e.load(a,n[a])})}function To(e,t){if(!t.gvl)return;const{locale:o}=e,i={};i[o]=t.gvl;const n=Ao(i,[o]);e.load(o,n[o])}function So(e,t,o){const i=Ao(t,o);o.forEach(n=>{e.load(n,i[n])})}function De(e){return e.locale}function Lo(e,t,o=M){const i=e?.language;return t||i||o}function Io(e,t,o=M){const i=e.match(Ae);if(i){const[n,r]=i,a=t.find(l=>Z(l,n));if(a)return a;const s=t.find(l=>Z(l,r));if(s)return s}return o}function re(e,t){return e.t(t)!==""&&e.t(t)!==t}function gt(e,t){if(!t||!t.translations)return null;const o=De(e),i=t.translations.find(r=>Z(r.language,o));return i||t.translations.find(r=>Z(r.language,e.getDefaultLocale()))||t.translations[0]||null}function Me(e,t){if(!t||!t.translations)return null;const o=De(e),i=t.translations.find(r=>Z(r.language,o));return i||t.translations.find(r=>Z(r.language,e.getDefaultLocale()))||t.translations[0]||null}function Fo(e,t,o,i,n){var r,a,s,l,d;$o(e);const p=(r=o.available_locales)!=null&&r.length?o.available_locales:[M];No(e,o,n);const c=Kr.filter(y=>p.includes(y.locale)),_=c.findIndex(y=>Z(y.locale,e.getDefaultLocale()));_>0&&c.unshift(c.splice(_,1)[0]),e.setAvailableLanguages(c);const f=Po(o)||M;e.setDefaultLocale(f);let u=f;((a=o.experience_config)==null?void 0:a.auto_detect_language)===!1||(u=Lo(t,i?.fidesLocale,f));const b=Io(u,p||[],e.getDefaultLocale());if((l=(s=o.experience_config)==null?void 0:s.translations)!=null&&l.find(y=>y.language===b))e.activate(b);else{const y=Me(e,o.experience_config);y?.language,e.activate(y?.language||b)}((d=o.experience_config)==null?void 0:d.component)===F.TCF_OVERLAY&&o.gvl&&To(e,o)}function _t(){let e=[],t=M,o=M;const i={};return{setAvailableLanguages(n){e=n},get availableLanguages(){return e},activate:n=>{o=n},getDefaultLocale:()=>t,setDefaultLocale:n=>{t=n},get locale(){return o},load:(n,r)=>{i[n]=W(W({},i[n]),r)},t:n=>{if(typeof n>"u")throw new TypeError("Unexpected type for descriptor or id!");let r;if(typeof n=="string")r=n;else if(typeof n=="object"&&n.id)r=n.id;else return"";return o&&o in i&&r&&r in i[o]&&i[o][r]?i[o][r]:r}}}const jo=(e,t,o)=>{var i;let n=Pe;if(!e)t.t("exp.modal_link_label")!=="exp.modal_link_label"&&(n=t.t("exp.modal_link_label"));else{const r=t.getDefaultLocale(),a=(i=o?.experience_config)==null?void 0:i.translations.find(s=>s.language===r);a!=null&&a.modal_link_label&&(n=a.modal_link_label)}return n},Jr=_t();var Xr=Object.defineProperty,Qr=Object.defineProperties,ea=Object.getOwnPropertyDescriptors,Do=Object.getOwnPropertySymbols,ta=Object.prototype.hasOwnProperty,oa=Object.prototype.propertyIsEnumerable,Mo=(e,t,o)=>t in e?Xr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,he=(e,t)=>{for(var o in t||(t={}))ta.call(t,o)&&Mo(e,o,t[o]);if(Do)for(var o of Do(t))oa.call(t,o)&&Mo(e,o,t[o]);return e},bt=(e,t)=>Qr(e,ea(t)),ze=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())}),zo=(e=>(e.PRIVACY_EXPERIENCE="/privacy-experience",e.PRIVACY_PREFERENCES="/privacy-preferences",e.GVL_TRANSLATIONS="/privacy-experience/gvl/translations",e.NOTICES_SERVED="/notices-served",e))(zo||{});const Ro=e=>ze(void 0,[e],function*({userLocationString:t,userLanguageString:o,fidesApiUrl:i,apiOptions:n,propertyId:r,requestMinimalTCF:a}){var s,l,d;if(n!=null&&n.getPrivacyExperienceFn)try{return yield n.getPrivacyExperienceFn(t,null)}catch{return{}}const p=[["Unescape-Safestr","true"],["Accept-Encoding","gzip, deflate"]];o&&p.push(["Accept-Language",o]);const c={method:"GET",mode:"cors",headers:p};let _=he(he({show_disabled:"false",region:t,component:F.OVERLAY,has_notices:"true",has_config:"true",systems_applicable:"true",exclude_gvl_languages:"true",include_meta:"true",include_gvl:"true",include_non_applicable_notices:"true"},a&&{minimal_tcf:"true"}),r&&{property_id:r});_=new URLSearchParams(_);let f;try{if(f=yield fetch(`${i}/privacy-experience?${_}`,c),!f.ok)throw new Error("Error fetching experience from Fides API")}catch{return{}}try{const u=yield f.json(),b=(s=u.items&&u.items[0])!=null?s:{},y=(d=(l=b.experience_config)==null?void 0:l.translations)==null?void 0:d[0].language;return b}catch{return{}}}),Uo=(e,t)=>ze(void 0,null,function*(){const o=new URLSearchParams;t?.forEach(a=>{o.append("language",a)});const i={method:"GET",mode:"cors"};let n;try{n=yield fetch(`${e}/privacy-experience/gvl/translations${o.size>0?"?":""}${o.toString()}`,i)}catch{return{}}return n.ok?yield n.json():{}}),Bo={method:"PATCH",mode:"cors",headers:{"Content-Type":"application/json"}},Go="Fides.js",Vo=(e,t,o,i,n)=>ze(void 0,null,function*(){var r;if((r=o.apiOptions)!=null&&r.savePreferencesFn){try{yield o.apiOptions.savePreferencesFn(e,i.consent,i.fides_string,n)}catch(l){return Promise.reject(l)}return Promise.resolve()}const a=bt(he({},Bo),{body:JSON.stringify(bt(he({},t),{source:Go}))});return(yield fetch(`${o.fidesApiUrl}/privacy-preferences`,a)).ok,Promise.resolve()}),Ho=e=>ze(void 0,[e],function*({request:t,options:o}){var i;if((i=o.apiOptions)!=null&&i.patchNoticesServedFn)try{return yield o.apiOptions.patchNoticesServedFn(t)}catch{return null}const n=bt(he({},Bo),{body:JSON.stringify(t)}),r=yield fetch(`${o.fidesApiUrl}/notices-served`,n);return r.ok?r.json():null});var ia=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const Ko=(e,t)=>ia(void 0,null,function*(){if(!e||!t)return null;const o=yield fetch(t,{mode:"cors"});if(!o.ok)return null;try{return yield o.json()}catch{return null}}),na=()=>{var e;if(window.Fides.options.tcfEnabled)return!1;if(typeof((e=window.navigator)==null?void 0:e.globalPrivacyControl)=="boolean")return window.navigator.globalPrivacyControl;const t=new URL(window.location.href).searchParams.get("globalPrivacyControl");if(t==="true")return!0;if(t==="false")return!1},fe=()=>typeof window>"u"?{}:{globalPrivacyControl:na()};var ra=Object.defineProperty,Yo=Object.getOwnPropertySymbols,aa=Object.prototype.hasOwnProperty,sa=Object.prototype.propertyIsEnumerable,qo=(e,t,o)=>t in e?ra(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,la=(e,t)=>{for(var o in t||(t={}))aa.call(t,o)&&qo(e,o,t[o]);if(Yo)for(var o of Yo(t))sa.call(t,o)&&qo(e,o,t[o]);return e},Wo=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});function da(e,t,o,i,n,r,a,s,l,d){return Wo(this,null,function*(){const p=(r||[]).map(_=>({preference:_.consentPreference,privacy_notice_history_id:_.noticeHistoryId||""})),c=la({browser_identity:t.identity,preferences:p,privacy_experience_config_history_id:n,user_geography:s,method:i,served_notice_history_id:l,property_id:d},a??[]);yield Vo(i,c,e,t,o)})}const Zo=e=>Wo(void 0,[e],function*({consentPreferencesToSave:t,privacyExperienceConfigHistoryId:o,experience:i,consentMethod:n,options:r,userLocationString:a,cookie:s,servedNoticeHistoryId:l,tcf:d,updateCookie:p,propertyId:c}){const _=yield p(s);if(Object.assign(s,_),Object.assign(s.fides_meta,{consentMethod:n}),q("FidesUpdating",s,r.debug),window.Fides.consent=s.consent,window.Fides.fides_string=s.fides_string,window.Fides.tcf_consent=s.tcf_consent,pt(s,r.base64Cookie),window.Fides.saved_consent=s.consent,!r.fidesDisableSaveApi)try{yield da(r,s,i,n,o,t,d,a,l,c)}catch{}t&&t.filter(f=>f.consentPreference===H.OPT_OUT).forEach(f=>{var u,b;(u=f.notice)!=null&&u.cookies&&_o(f.notice.cookies,(b=i.experience_config)==null?void 0:b.auto_subdomain_cookie_deletion)}),q("FidesUpdated",s,r.debug)}),ca=()=>{document.body.classList.add("fides-no-scroll")},Jo=()=>{document.body.classList.remove("fides-no-scroll")},pa=e=>new DOMParser().parseFromString(e,"text/html").body.textContent||"",Xo=e=>{let t=0,o=200;return new Promise(i=>{const n=r=>{const a=setTimeout(()=>{const s=document.getElementById(e);s?(clearInterval(a),i(s)):(t+=1,t>=5&&o<1e3&&(o+=200),n(o))},r)};n(o)})};var ua=Object.defineProperty,Qo=Object.getOwnPropertySymbols,fa=Object.prototype.hasOwnProperty,va=Object.prototype.propertyIsEnumerable,ei=(e,t,o)=>t in e?ua(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,ti=(e,t)=>{for(var o in t||(t={}))fa.call(t,o)&&ei(e,o,t[o]);if(Qo)for(var o of Qo(t))va.call(t,o)&&ei(e,o,t[o]);return e},yt=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const ga=(e,t)=>yt(void 0,null,function*(){return tt(e)||tt(yield Ko(t.isGeolocationEnabled,t.geolocationApiUrl))}),_a=e=>yt(void 0,[e],function*({savedConsent:t,effectiveExperience:o,cookie:i,fidesRegionString:n,fidesOptions:r,i18n:a}){if(!o||!o.experience_config||!o.privacy_notices||o.privacy_notices.length===0)return!1;const s=fe(),{nc:l}=Co(r.fidesString||"");if(s.globalPrivacyControl,!s.globalPrivacyControl&&!l)return!1;const d=Me(a,o.experience_config),p=d?.privacy_experience_config_history_id;let c=!1,_=!1;const f=o.privacy_notices.map(u=>{const b=Ee(u,t),y=gt(a,u),m=it(l);if(u.consent_mechanism!==V.NOTICE_ONLY){if(m){const h=m[u.notice_key];if(h!==void 0)return _=!0,new be(u,ie(h,u.consent_mechanism),y?.privacy_notice_history_id)}if(s.globalPrivacyControl&&u.has_gpc_flag&&!b)return c=!0,new be(u,ie(!1,u.consent_mechanism),y?.privacy_notice_history_id)}return new be(u,ie(at(u,t),u.consent_mechanism),y?.privacy_notice_history_id)});if(c||_){let u=N.SCRIPT;return _&&(u=N.SCRIPT),c&&(u=N.GPC),yield Zo({servedNoticeHistoryId:Ie(),consentPreferencesToSave:f,privacyExperienceConfigHistoryId:p,experience:o,consentMethod:u,options:r,userLocationString:n||void 0,cookie:i,updateCookie:b=>ft(b,f)}),!0}return!1}),oi=(e,t)=>{const o={};if(typeof window<"u"){const i=new URLSearchParams(window.location.search),n=t.options.customOptionsPath&&t.options.customOptionsPath.split("."),r=n&&n.length>=0?Yt(n):window.fides_overrides,a=Ht(e);a?.forEach(({overrideName:s,overrideType:l,overrideKey:d,validationRegex:p,transform:c})=>{const _=i.get(d),f=r?r[d]:void 0,u=je(d),b=_||f||u;b&&p.test(b.toString())&&(c?o[s]=c(b.toString()):o[s]=l==="string"?b:JSON.parse(b.toString()))})}return o},ba=({consent:e,options:t})=>{const o=fe(),i=go(e,o);return vo(i,t.fidesClearCookie)},ya=({cookie:e,savedConsent:t,experience:o,geolocation:i,options:n,updateExperienceFromCookieConsent:r})=>{const a=!po(e),s=!!(n.otFidesMapping&&ct())&&!!n.otFidesMapping;if(!a&&!n.fidesString&&!s)return null;let l=o;return pe(o)&&(l=r({experience:o,cookie:e,debug:n.debug})),{consent:e.consent,fides_meta:e.fides_meta,identity:e.identity,experience:l,tcf_consent:e.tcf_consent,fides_string:e.fides_string,saved_consent:t,geolocation:i,options:n,initialized:!0}},ma=e=>yt(void 0,[e],function*({fides:t,options:o,geolocation:i,initOverlay:n,renderOverlay:r,updateExperience:a,overrides:s,propertyId:l}){var d;let p=!0,c=null,_=()=>Pe;if(!t.cookie)throw new Error("Fides cookie should be initialized");if(p=o.isOverlayEnabled,p){Vt(o)||(p=!1),c=yield ga(i,o);let h=!1;if(c?pe(t.experience)||(h=!0,t.experience=yield Ro({userLocationString:c,fidesApiUrl:o.fidesApiUrl,apiOptions:o.apiOptions,requestMinimalTCF:!1,propertyId:l})):p=!1,p&&pe(t.experience)&&Kt(t.experience)){if(h){const C=a({cookie:t.cookie,experience:t.experience});t.experience=ti(ti({},t.experience),C)}const x=mo({cookie:t.cookie,experience:t.experience});t.cookie=x;const k=_t();if(Fo(k,window?.navigator,t.experience,o,s?.experienceTranslationOverrides),t.locale=k.locale||M,_=C=>jo(!!(C!=null&&C.disableLocalization),k,t.experience),((d=t.experience.experience_config)==null?void 0:d.component)===F.HEADLESS){const C=o.modalLinkId||"fides-modal-link";!t.experience||o.fidesEmbed||o.modalLinkId,Xo(C).then(I=>{document.body.classList.add("fides-overlay-modal-link-shown"),I.classList.add("fides-modal-link-shown")}),p=!1}n&&p&&n({options:o,experience:t.experience,i18n:k,fidesRegionString:c,cookie:t.cookie,savedConsent:t.saved_consent,renderOverlay:r,propertyId:l,translationOverrides:s?.experienceTranslationOverrides}).catch(C=>{}),setTimeout(_a.bind(null,{savedConsent:t.saved_consent,effectiveExperience:t.experience,cookie:t.cookie,fidesRegionString:c,fidesOptions:o,i18n:k}))}}const{consent:f,fides_meta:u,identity:b,fides_string:y,tcf_consent:m}=t.cookie;return{consent:f,fides_meta:u,identity:b,fides_string:y,tcf_consent:m,experience:t.experience,geolocation:i,options:o,initialized:!0,getModalLinkLabel:_}});var Re,E,ii,ae,ni,ri,mt,ht,kt,wt,ai,ke={},si=[],ha=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,Ue=Array.isArray;function oe(e,t){for(var o in t)e[o]=t[o];return e}function li(e){var t=e.parentNode;t&&t.removeChild(e)}function v(e,t,o){var i,n,r,a={};for(r in t)r=="key"?i=t[r]:r=="ref"?n=t[r]:a[r]=t[r];if(arguments.length>2&&(a.children=arguments.length>3?Re.call(arguments,2):o),typeof e=="function"&&e.defaultProps!=null)for(r in e.defaultProps)a[r]===void 0&&(a[r]=e.defaultProps[r]);return Be(e,a,i,n,null)}function Be(e,t,o,i,n){var r={type:e,props:t,key:o,ref:i,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:n??++ii,__i:-1,__u:0};return n==null&&E.vnode!=null&&E.vnode(r),r}function ee(e){return e.children}function te(e,t){this.props=e,this.context=t}function se(e,t){if(t==null)return e.__?se(e.__,e.__i+1):null;for(var o;t<e.__k.length;t++)if((o=e.__k[t])!=null&&o.__e!=null)return o.__e;return typeof e.type=="function"?se(e):null}function di(e){var t,o;if((e=e.__)!=null&&e.__c!=null){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if((o=e.__k[t])!=null&&o.__e!=null){e.__e=e.__c.base=o.__e;break}return di(e)}}function xt(e){(!e.__d&&(e.__d=!0)&&ae.push(e)&&!Ge.__r++||ni!==E.debounceRendering)&&((ni=E.debounceRendering)||ri)(Ge)}function Ge(){var e,t,o,i,n,r,a,s;for(ae.sort(mt);e=ae.shift();)e.__d&&(t=ae.length,i=void 0,r=(n=(o=e).__v).__e,a=[],s=[],o.__P&&((i=oe({},n)).__v=n.__v+1,E.vnode&&E.vnode(i),Ct(o.__P,i,n,o.__n,o.__P.namespaceURI,32&n.__u?[r]:null,a,r??se(n),!!(32&n.__u),s),i.__v=n.__v,i.__.__k[i.__i]=i,vi(a,i,s),i.__e!=r&&di(i)),ae.length>t&&ae.sort(mt));Ge.__r=0}function ci(e,t,o,i,n,r,a,s,l,d,p){var c,_,f,u,b,y=i&&i.__k||si,m=t.length;for(o.__d=l,ka(o,t,y),l=o.__d,c=0;c<m;c++)(f=o.__k[c])!=null&&typeof f!="boolean"&&typeof f!="function"&&(_=f.__i===-1?ke:y[f.__i]||ke,f.__i=c,Ct(e,f,_,n,r,a,s,l,d,p),u=f.__e,f.ref&&_.ref!=f.ref&&(_.ref&&Et(_.ref,null,f),p.push(f.ref,f.__c||u,f)),b==null&&u!=null&&(b=u),65536&f.__u||_.__k===f.__k?(l&&typeof f.type=="string"&&!e.contains(l)&&(l=se(_)),l=pi(f,l,e)):typeof f.type=="function"&&f.__d!==void 0?l=f.__d:u&&(l=u.nextSibling),f.__d=void 0,f.__u&=-196609);o.__d=l,o.__e=b}function ka(e,t,o){var i,n,r,a,s,l=t.length,d=o.length,p=d,c=0;for(e.__k=[],i=0;i<l;i++)a=i+c,(n=e.__k[i]=(n=t[i])==null||typeof n=="boolean"||typeof n=="function"?null:typeof n=="string"||typeof n=="number"||typeof n=="bigint"||n.constructor==String?Be(null,n,null,null,null):Ue(n)?Be(ee,{children:n},null,null,null):n.constructor===void 0&&n.__b>0?Be(n.type,n.props,n.key,n.ref?n.ref:null,n.__v):n)!=null?(n.__=e,n.__b=e.__b+1,s=wa(n,o,a,p),n.__i=s,r=null,s!==-1&&(p--,(r=o[s])&&(r.__u|=131072)),r==null||r.__v===null?(s==-1&&c--,typeof n.type!="function"&&(n.__u|=65536)):s!==a&&(s==a-1?c=s-a:s==a+1?c++:s>a?p>l-a?c+=s-a:c--:s<a&&c++,s!==i+c&&(n.__u|=65536))):(r=o[a])&&r.key==null&&r.__e&&(131072&r.__u)==0&&(r.__e==e.__d&&(e.__d=se(r)),Ot(r,r,!1),o[a]=null,p--);if(p)for(i=0;i<d;i++)(r=o[i])!=null&&(131072&r.__u)==0&&(r.__e==e.__d&&(e.__d=se(r)),Ot(r,r))}function pi(e,t,o){var i,n;if(typeof e.type=="function"){for(i=e.__k,n=0;i&&n<i.length;n++)i[n]&&(i[n].__=e,t=pi(i[n],t,o));return t}e.__e!=t&&(o.insertBefore(e.__e,t||null),t=e.__e);do t=t&&t.nextSibling;while(t!=null&&t.nodeType===8);return t}function Ve(e,t){return t=t||[],e==null||typeof e=="boolean"||(Ue(e)?e.some(function(o){Ve(o,t)}):t.push(e)),t}function wa(e,t,o,i){var n=e.key,r=e.type,a=o-1,s=o+1,l=t[o];if(l===null||l&&n==l.key&&r===l.type&&(131072&l.__u)==0)return o;if(i>(l!=null&&(131072&l.__u)==0?1:0))for(;a>=0||s<t.length;){if(a>=0){if((l=t[a])&&(131072&l.__u)==0&&n==l.key&&r===l.type)return a;a--}if(s<t.length){if((l=t[s])&&(131072&l.__u)==0&&n==l.key&&r===l.type)return s;s++}}return-1}function ui(e,t,o){t[0]==="-"?e.setProperty(t,o??""):e[t]=o==null?"":typeof o!="number"||ha.test(t)?o:o+"px"}function He(e,t,o,i,n){var r;e:if(t==="style")if(typeof o=="string")e.style.cssText=o;else{if(typeof i=="string"&&(e.style.cssText=i=""),i)for(t in i)o&&t in o||ui(e.style,t,"");if(o)for(t in o)i&&o[t]===i[t]||ui(e.style,t,o[t])}else if(t[0]==="o"&&t[1]==="n")r=t!==(t=t.replace(/(PointerCapture)$|Capture$/i,"$1")),t=t.toLowerCase()in e||t==="onFocusOut"||t==="onFocusIn"?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+r]=o,o?i?o.u=i.u:(o.u=ht,e.addEventListener(t,r?wt:kt,r)):e.removeEventListener(t,r?wt:kt,r);else{if(n=="http://www.w3.org/2000/svg")t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(t!="width"&&t!="height"&&t!="href"&&t!="list"&&t!="form"&&t!="tabIndex"&&t!="download"&&t!="rowSpan"&&t!="colSpan"&&t!="role"&&t!="popover"&&t in e)try{e[t]=o??"";break e}catch{}typeof o=="function"||(o==null||o===!1&&t[4]!=="-"?e.removeAttribute(t):e.setAttribute(t,t=="popover"&&o==1?"":o))}}function fi(e){return function(t){if(this.l){var o=this.l[t.type+e];if(t.t==null)t.t=ht++;else if(t.t<o.u)return;return o(E.event?E.event(t):t)}}}function Ct(e,t,o,i,n,r,a,s,l,d){var p,c,_,f,u,b,y,m,h,x,k,C,I,U,G,D,$=t.type;if(t.constructor!==void 0)return null;128&o.__u&&(l=!!(32&o.__u),r=[s=t.__e=o.__e]),(p=E.__b)&&p(t);e:if(typeof $=="function")try{if(m=t.props,h="prototype"in $&&$.prototype.render,x=(p=$.contextType)&&i[p.__c],k=p?x?x.props.value:p.__:i,o.__c?y=(c=t.__c=o.__c).__=c.__E:(h?t.__c=c=new $(m,k):(t.__c=c=new te(m,k),c.constructor=$,c.render=Ca),x&&x.sub(c),c.props=m,c.state||(c.state={}),c.context=k,c.__n=i,_=c.__d=!0,c.__h=[],c._sb=[]),h&&c.__s==null&&(c.__s=c.state),h&&$.getDerivedStateFromProps!=null&&(c.__s==c.state&&(c.__s=oe({},c.__s)),oe(c.__s,$.getDerivedStateFromProps(m,c.__s))),f=c.props,u=c.state,c.__v=t,_)h&&$.getDerivedStateFromProps==null&&c.componentWillMount!=null&&c.componentWillMount(),h&&c.componentDidMount!=null&&c.__h.push(c.componentDidMount);else{if(h&&$.getDerivedStateFromProps==null&&m!==f&&c.componentWillReceiveProps!=null&&c.componentWillReceiveProps(m,k),!c.__e&&(c.shouldComponentUpdate!=null&&c.shouldComponentUpdate(m,c.__s,k)===!1||t.__v===o.__v)){for(t.__v!==o.__v&&(c.props=m,c.state=c.__s,c.__d=!1),t.__e=o.__e,t.__k=o.__k,t.__k.forEach(function(w){w&&(w.__=t)}),C=0;C<c._sb.length;C++)c.__h.push(c._sb[C]);c._sb=[],c.__h.length&&a.push(c);break e}c.componentWillUpdate!=null&&c.componentWillUpdate(m,c.__s,k),h&&c.componentDidUpdate!=null&&c.__h.push(function(){c.componentDidUpdate(f,u,b)})}if(c.context=k,c.props=m,c.__P=e,c.__e=!1,I=E.__r,U=0,h){for(c.state=c.__s,c.__d=!1,I&&I(t),p=c.render(c.props,c.state,c.context),G=0;G<c._sb.length;G++)c.__h.push(c._sb[G]);c._sb=[]}else do c.__d=!1,I&&I(t),p=c.render(c.props,c.state,c.context),c.state=c.__s;while(c.__d&&++U<25);c.state=c.__s,c.getChildContext!=null&&(i=oe(oe({},i),c.getChildContext())),h&&!_&&c.getSnapshotBeforeUpdate!=null&&(b=c.getSnapshotBeforeUpdate(f,u)),ci(e,Ue(D=p!=null&&p.type===ee&&p.key==null?p.props.children:p)?D:[D],t,o,i,n,r,a,s,l,d),c.base=t.__e,t.__u&=-161,c.__h.length&&a.push(c),y&&(c.__E=c.__=null)}catch(w){t.__v=null,l||r!=null?(t.__e=s,t.__u|=l?160:32,r[r.indexOf(s)]=null):(t.__e=o.__e,t.__k=o.__k),E.__e(w,t,o)}else r==null&&t.__v===o.__v?(t.__k=o.__k,t.__e=o.__e):t.__e=xa(o.__e,t,o,i,n,r,a,l,d);(p=E.diffed)&&p(t)}function vi(e,t,o){t.__d=void 0;for(var i=0;i<o.length;i++)Et(o[i],o[++i],o[++i]);E.__c&&E.__c(t,e),e.some(function(n){try{e=n.__h,n.__h=[],e.some(function(r){r.call(n)})}catch(r){E.__e(r,n.__v)}})}function xa(e,t,o,i,n,r,a,s,l){var d,p,c,_,f,u,b,y=o.props,m=t.props,h=t.type;if(h==="svg"?n="http://www.w3.org/2000/svg":h==="math"?n="http://www.w3.org/1998/Math/MathML":n||(n="http://www.w3.org/1999/xhtml"),r!=null){for(d=0;d<r.length;d++)if((f=r[d])&&"setAttribute"in f==!!h&&(h?f.localName===h:f.nodeType===3)){e=f,r[d]=null;break}}if(e==null){if(h===null)return document.createTextNode(m);e=document.createElementNS(n,h,m.is&&m),r=null,s=!1}if(h===null)y===m||s&&e.data===m||(e.data=m);else{if(r=r&&Re.call(e.childNodes),y=o.props||ke,!s&&r!=null)for(y={},d=0;d<e.attributes.length;d++)y[(f=e.attributes[d]).name]=f.value;for(d in y)if(f=y[d],d!="children"){if(d=="dangerouslySetInnerHTML")c=f;else if(d!=="key"&&!(d in m)){if(d=="value"&&"defaultValue"in m||d=="checked"&&"defaultChecked"in m)continue;He(e,d,null,f,n)}}for(d in m)f=m[d],d=="children"?_=f:d=="dangerouslySetInnerHTML"?p=f:d=="value"?u=f:d=="checked"?b=f:d==="key"||s&&typeof f!="function"||y[d]===f||He(e,d,f,y[d],n);if(p)s||c&&(p.__html===c.__html||p.__html===e.innerHTML)||(e.innerHTML=p.__html),t.__k=[];else if(c&&(e.innerHTML=""),ci(e,Ue(_)?_:[_],t,o,i,h==="foreignObject"?"http://www.w3.org/1999/xhtml":n,r,a,r?r[0]:o.__k&&se(o,0),s,l),r!=null)for(d=r.length;d--;)r[d]!=null&&li(r[d]);s||(d="value",u!==void 0&&(u!==e[d]||h==="progress"&&!u||h==="option"&&u!==y[d])&&He(e,d,u,y[d],n),d="checked",b!==void 0&&b!==e[d]&&He(e,d,b,y[d],n))}return e}function Et(e,t,o){try{typeof e=="function"?e(t):e.current=t}catch(i){E.__e(i,o)}}function Ot(e,t,o){var i,n;if(E.unmount&&E.unmount(e),(i=e.ref)&&(i.current&&i.current!==e.__e||Et(i,null,t)),(i=e.__c)!=null){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(r){E.__e(r,t)}i.base=i.__P=null}if(i=e.__k)for(n=0;n<i.length;n++)i[n]&&Ot(i[n],t,o||typeof e.type!="function");o||e.__e==null||li(e.__e),e.__c=e.__=e.__e=e.__d=void 0}function Ca(e,t,o){return this.constructor(e,o)}function gi(e,t,o){var i,n,r,a;E.__&&E.__(e,t),n=(i=typeof o=="function")?null:o&&o.__k||t.__k,r=[],a=[],Ct(t,e=(!i&&o||t).__k=v(ee,null,[e]),n||ke,ke,t.namespaceURI,!i&&o?[o]:n?null:t.firstChild?Re.call(t.childNodes):null,r,!i&&o?o:n?n.__e:t.firstChild,i,a),vi(r,e,a)}function Pt(e,t){var o={__c:t="__cC"+ai++,__:e,Consumer:function(i,n){return i.children(n)},Provider:function(i){var n,r;return this.getChildContext||(n=[],(r={})[t]=this,this.getChildContext=function(){return r},this.componentWillUnmount=function(){n=null},this.shouldComponentUpdate=function(a){this.props.value!==a.value&&n.some(function(s){s.__e=!0,xt(s)})},this.sub=function(a){n.push(a);var s=a.componentWillUnmount;a.componentWillUnmount=function(){n&&n.splice(n.indexOf(a),1),s&&s.call(a)}}),i.children}};return o.Provider.__=o.Consumer.contextType=o}Re=si.slice,E={__e:function(e,t,o,i){for(var n,r,a;t=t.__;)if((n=t.__c)&&!n.__)try{if((r=n.constructor)&&r.getDerivedStateFromError!=null&&(n.setState(r.getDerivedStateFromError(e)),a=n.__d),n.componentDidCatch!=null&&(n.componentDidCatch(e,i||{}),a=n.__d),a)return n.__E=n}catch(s){e=s}throw e}},ii=0,te.prototype.setState=function(e,t){var o;o=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=oe({},this.state),typeof e=="function"&&(e=e(oe({},o),this.props)),e&&oe(o,e),e!=null&&this.__v&&(t&&this._sb.push(t),xt(this))},te.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),xt(this))},te.prototype.render=ee,ae=[],ri=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,mt=function(e,t){return e.__v.__b-t.__v.__b},Ge.__r=0,ht=0,kt=fi(!1),wt=fi(!0),ai=0;const Ea=e=>{try{const t=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e);if(!t)return null;let o=parseInt(t[1],16),i=parseInt(t[2],16),n=parseInt(t[3],16);o/=255,i/=255,n/=255;const r=Math.max(o,i,n),a=Math.min(o,i,n);let s,l;const d=(r+a)/2;if(r===a)s=l=0;else{const p=r-a;switch(l=d>.5?p/(2-r-a):p/(r+a),r){case o:s=(i-n)/p+(i<n?6:0);break;case i:s=(n-o)/p+2;break;case n:s=(o-i)/p+4;break}s/=6}return{h:s,s:l,l:d}}catch{return null}},Oa=(e,t=!1)=>{let o="";const i=Math.round(e.h*360),n=Math.round(e.s*100),r=Math.round(e.l*100);return o=`${i},${n}%,${r}%`,o=t?o:`hsl(${o})`,o};var _i=(e=>(e.HEX="hex",e.HSL="hsl",e))(_i||{});const Pa=(e,t,o)=>{const i=t==="hex"?Ea(e):e;return i&&i.l?(i.l<.25?i.l=o===1?i.l+.1:i.l+.2:i.l<.5?i.l=o===1?i.l+.08:i.l+.16:i.l<.75?i.l=o===1?i.l+.06:i.l+.12:i.l<.9?i.l=o===1?i.l+.04:i.l+.08:i.l=.9,Oa(i)):e};var Ke=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const bi="fides-embed-container",Aa="fides-overlay";let Ye;const yi=e=>Ke(void 0,[e],function*({options:t,experience:o,i18n:i,fidesRegionString:n,cookie:r,savedConsent:a,renderOverlay:s,propertyId:l,translationOverrides:d}){const p=()=>Ke(void 0,null,function*(){var c,_,f;try{if(Ye&&(gi(null,Ye),Ye=void 0),t.fidesPrimaryColor){document.documentElement.style.setProperty("--fides-overlay-primary-color",t.fidesPrimaryColor);const b=Pa(t.fidesPrimaryColor,_i.HEX,1);document.documentElement.style.setProperty("--fides-overlay-primary-button-background-hover-color",b)}let u;if(t.fidesEmbed)u=document.getElementById(bi),u||(yield Ke(void 0,null,function*(){return new Promise(b=>{let y=0,m=200;const h=setInterval(()=>{u=document.getElementById(bi),u?(clearInterval(h),b()):(y+=1,y>=5&&m<1e3&&(m+=200))},m)})}));else{const b=t.overlayParentId||Aa;u=document.getElementById(b),u||(u=document.createElement("div"),u.id=b,u.className="fides-overlay",document.body.prepend(u))}return u?(s&&(((c=o.experience_config)==null?void 0:c.component)===F.MODAL||((_=o.experience_config)==null?void 0:_.component)===F.BANNER_AND_MODAL||((f=o.experience_config)==null?void 0:f.component)===F.TCF_OVERLAY)&&(s({options:t,experience:o,i18n:i,fidesRegionString:n,cookie:r,savedConsent:a,propertyId:l,translationOverrides:d},u),Ye=u),yield Promise.resolve()):yield Promise.reject(new Error("There was a problem rendering the Fides overlay."))}catch(u){return Promise.reject(u)}});return document?.readyState==="loading"?document.addEventListener("readystatechange",()=>Ke(void 0,null,function*(){document.readyState==="interactive"&&p()})):p(),Promise.resolve()});function $a(e,t){t===void 0&&(t={});var o=t.insertAt;if(!(!e||typeof document>"u")){var i=document.head||document.getElementsByTagName("head")[0],n=document.createElement("style");n.type="text/css",o==="top"&&i.firstChild?i.insertBefore(n,i.firstChild):i.appendChild(n),n.styleSheet?n.styleSheet.cssText=e:n.appendChild(document.createTextNode(e))}}var Na=`:root{--fides-overlay-primary-color:#2b2e35;--fides-overlay-background-color:#f7fafc;--fides-overlay-embed-background-color:transparent;--fides-overlay-font-color:#4a5568;--fides-overlay-font-color-dark:#2d3748;--fides-overlay-hover-color:#edf2f7;--fides-overlay-gpc-applied-background-color:#38a169;--fides-overlay-gpc-applied-text-color:#fff;--fides-overlay-gpc-overridden-background-color:#e53e3e;--fides-overlay-gpc-overridden-text-color:#fff;--fides-overlay-brand-link-logo-color:#2b2e35;--fides-overlay-background-dark-color:#e2e8f0;--fides-overlay-width:680px;--fides-overlay-primary-button-background-color:var(
|
1
|
+
(function(_,I){typeof exports=="object"&&typeof module<"u"?I(exports):typeof define=="function"&&define.amd?define(["exports"],I):(_=typeof globalThis<"u"?globalThis:_||self,I(_.Fides={}))})(this,function(_){"use strict";const I="en",Pe="Manage preferences",Ae=/^([A-Za-z]{2,3})(?:(?:[_-]([A-Za-z0-9]{2,4}))?$|(?:(?:[_-]\w+)+))/;var xi=Object.defineProperty,Ei=(e,t,o)=>t in e?xi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,nt=(e,t,o)=>Ei(e,typeof t!="symbol"?t+"":t,o);class pe{constructor(t,o,n){nt(this,"consentPreference"),nt(this,"notice"),nt(this,"noticeHistoryId"),this.notice=t,this.consentPreference=o,this.noticeHistoryId=n}}_.TCMobileDataVals=void 0,(e=>{(t=>(t[t._0=0]="_0",t[t._1=1]="_1"))(e.IABTCFgdprApplies||(e.IABTCFgdprApplies={})),(t=>(t[t._0=0]="_0",t[t._1=1]="_1"))(e.IABTCFPurposeOneTreatment||(e.IABTCFPurposeOneTreatment={})),(t=>(t[t._0=0]="_0",t[t._1=1]="_1"))(e.IABTCFUseNonStandardTexts||(e.IABTCFUseNonStandardTexts={}))})(_.TCMobileDataVals||(_.TCMobileDataVals={}));var Gt=(e=>(e.GPP_US_NATIONAL="gpp_us_national",e.GPP_US_STATE="gpp_us_state",e))(Gt||{}),Vt=(e=>(e.FRONTEND="frontend",e.SYSTEM_WIDE="system_wide",e.NOT_APPLICABLE="not_applicable",e))(Vt||{}),H=(e=>(e.OPT_IN="opt_in",e.OPT_OUT="opt_out",e.NOTICE_ONLY="notice_only",e))(H||{}),V=(e=>(e.OPT_IN="opt_in",e.OPT_OUT="opt_out",e.ACKNOWLEDGE="acknowledge",e.NOT_APPLICABLE="not_applicable",e.TCF="tcf",e))(V||{}),ue=(e=>(e.OMIT="omit",e.INCLUDE="include",e))(ue||{}),ie=(e=>(e.BOOLEAN="boolean",e.CONSENT_MECHANISM="consent_mechanism",e))(ie||{}),M=(e=>(e.OVERLAY="overlay",e.BANNER_AND_MODAL="banner_and_modal",e.MODAL="modal",e.PRIVACY_CENTER="privacy_center",e.TCF_OVERLAY="tcf_overlay",e.HEADLESS="headless",e))(M||{}),Ht=(e=>(e.ALWAYS_ENABLED="always_enabled",e.ENABLED_WHERE_REQUIRED="enabled_where_required",e.ALWAYS_DISABLED="always_disabled",e))(Ht||{}),fe=(e=>(e.OPTIONS="options",e.EXPERIENCE_TRANSLATION="language",e))(fe||{}),Y=(e=>(e.PRIMARY="primary",e.SECONDARY="secondary",e.TERTIARY="tertiary",e))(Y||{}),it=(e=>(e.ACKNOWLEDGE="acknowledge",e.OPT_IN_OPT_OUT="opt_in_opt_out",e.OPT_IN_ONLY="opt_in_only",e))(it||{}),Kt=(e=>(e.REJECT_ALL="reject_all",e.REJECT_CONSENT_ONLY="reject_consent_only",e))(Kt||{}),L=(e=>(e.BUTTON="button",e.REJECT="reject",e.ACCEPT="accept",e.SCRIPT="script",e.SAVE="save",e.DISMISS="dismiss",e.GPC="gpc",e.INDIVIDUAL_NOTICE="individual_notice",e.ACKNOWLEDGE="acknowledge",e.OT_MIGRATION="ot_migration",e))(L||{}),Yt=(e=>(e.privacy_center="privacy_center",e.overlay="overlay",e.api="api",e))(Yt||{}),Q=(e=>(e.NONE="none",e.APPLIED="applied",e.OVERRIDDEN="overridden",e))(Q||{}),me=(e=>(e.OVERLAY="overlay",e.MODAL="modal",e.BANNER="banner",e.PRIVACY_CENTER="privacy_center",e.TCF_OVERLAY="tcf_overlay",e.TCF_BANNER="tcf_banner",e))(me||{});const Ne=(e,t)=>!!Object.keys(t).includes(e.notice_key),re=e=>!e||e===V.OPT_OUT?!1:e===V.OPT_IN?!0:e===V.ACKNOWLEDGE,oe=(e,t)=>e?t===H.NOTICE_ONLY?V.ACKNOWLEDGE:V.OPT_IN:V.OPT_OUT,he=e=>typeof e=="string"?re(e):e,qt=e=>e?e.split(",").map(t=>t.trim()).filter(Boolean):[],Oi=/^(?:([a-z]{2})(-[a-z0-9]{1,3})?|(eea))$/i,Pi=[{overrideName:"fidesEmbed",overrideType:"boolean",overrideKey:"fides_embed",validationRegex:/^(true|false)$/},{overrideName:"fidesDisableSaveApi",overrideType:"boolean",overrideKey:"fides_disable_save_api",validationRegex:/^(true|false)$/},{overrideName:"fidesDisableNoticesServedApi",overrideType:"boolean",overrideKey:"fides_disable_notices_served_api",validationRegex:/^(true|false)$/},{overrideName:"fidesDisableBanner",overrideType:"boolean",overrideKey:"fides_disable_banner",validationRegex:/^(true|false)$/},{overrideName:"fidesString",overrideType:"string",overrideKey:"fides_string",validationRegex:/(.*)/},{overrideName:"fidesTcfGdprApplies",overrideType:"boolean",overrideKey:"fides_tcf_gdpr_applies",validationRegex:/^(true|false)$/},{overrideName:"fidesLocale",overrideType:"string",overrideKey:"fides_locale",validationRegex:Ae},{overrideName:"fidesPrimaryColor",overrideType:"string",overrideKey:"fides_primary_color",validationRegex:/(.*)/},{overrideName:"fidesClearCookie",overrideType:"string",overrideKey:"fides_clear_cookie",validationRegex:/(.*)/},{overrideName:"fidesConsentOverride",overrideType:"string",overrideKey:"fides_consent_override",validationRegex:/^(accept|reject)$/},{overrideName:"otFidesMapping",overrideType:"string",overrideKey:"ot_fides_mapping",validationRegex:/(.*)/},{overrideName:"fidesDisabledNotices",overrideType:"array",overrideKey:"fides_disabled_notices",validationRegex:/(.*)/,transform:qt},{overrideName:"fidesConsentNonApplicableFlagMode",overrideType:"string",overrideKey:"fides_consent_non_applicable_flag_mode",validationRegex:/^(omit|include)$/},{overrideName:"fidesConsentFlagType",overrideType:"string",overrideKey:"fides_consent_flag_type",validationRegex:/^(boolean|consent_mechanism)$/}],Ai=[{overrideName:"title",overrideType:"string",overrideKey:"fides_title",validationRegex:/(.*)/},{overrideName:"description",overrideType:"string",overrideKey:"fides_description",validationRegex:/(.*)/},{overrideName:"privacy_policy_url",overrideType:"string",overrideKey:"fides_privacy_policy_url",validationRegex:/(.*)/},{overrideName:"override_language",overrideType:"string",overrideKey:"fides_override_language",validationRegex:Ae}],Wt="fides-overlay-wrapper",Ni="fides-i18n-icon",Zt=["marketing","data_sales_and_sharing","data_sales_sharing_gpp_us_state","data_sharing_gpp_us_state","data_sales_gpp_us_state","targeted_advertising_gpp_us_state","sales_sharing_targeted_advertising_gpp_us_national"],$i=()=>typeof window.blueConicClient<"u"&&typeof window.blueConicClient.event<"u"&&typeof window.blueConicClient.event.subscribe<"u",$e=()=>{var e,t,o;if(!$i()||!((e=window.blueConicClient)!=null&&e.profile))return;const n=(o=(t=window.blueConicClient)==null?void 0:t.profile)==null?void 0:o.getProfile(),{consent:i}=window.Fides,r=i!==void 0&&Object.entries(i).length>0,a=Zt.some(s=>i[s]);!r||a?(n.setConsentedObjectives(["iab_purpose_1","iab_purpose_2","iab_purpose_3","iab_purpose_4"]),n.setRefusedObjectives([])):(n.setConsentedObjectives(["iab_purpose_1"]),n.setRefusedObjectives(["iab_purpose_2","iab_purpose_3","iab_purpose_4"])),window.blueConicClient.profile.updateProfile()},Ti=({approach:e="onetrust"}={approach:"onetrust"})=>{if(e!=="onetrust")throw new Error("Unsupported approach");window.addEventListener("FidesInitialized",$e),window.addEventListener("FidesUpdated",$e),window.addEventListener("onBlueConicLoaded",$e),$e()},Li=e=>{throw new Error(e)},Jt=e=>e.fidesConsentOverride===L.ACCEPT||e.fidesConsentOverride===L.REJECT;var Ii=Object.defineProperty,Si=Object.defineProperties,Fi=Object.getOwnPropertyDescriptors,Xt=Object.getOwnPropertySymbols,ji=Object.prototype.hasOwnProperty,Di=Object.prototype.propertyIsEnumerable,Qt=(e,t,o)=>t in e?Ii(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Te=(e,t)=>{for(var o in t||(t={}))ji.call(t,o)&&Qt(e,o,t[o]);if(Xt)for(var o of Xt(t))Di.call(t,o)&&Qt(e,o,t[o]);return e},Mi=(e,t)=>Si(e,Fi(t));const ve=e=>!e||typeof e!="object"?!1:Object.keys(e).length===0||"id"in e,zi=e=>!!(e&&e.every(t=>t.default_preference===V.OPT_IN)),rt=e=>e?e.location&&Oi.test(e.location)?e.location.replace("-","_").toLowerCase():e.country&&e.region?`${e.country.toLowerCase()}_${e.region.toLowerCase()}`:null:null,eo=e=>{if(typeof e!="object"||!e.fidesApiUrl||!e.privacyCenterUrl)return!1;try{new URL(e.privacyCenterUrl),new URL(e.fidesApiUrl)}catch{return!1}return!0},to=e=>{switch(e){case fe.OPTIONS:return Pi;case fe.EXPERIENCE_TRANSLATION:return Ai;default:return null}},oo=e=>{if(!ve(e))return!1;const t=e.experience_config;return t&&(t.component===M.MODAL||t.component===M.BANNER_AND_MODAL||t.component===M.TCF_OVERLAY||t.component===M.HEADLESS)?!(t.component===M.BANNER_AND_MODAL&&!(e.privacy_notices&&e.privacy_notices.length>0)):!1},Ri=e=>{var t;return(t=e.default_preference)!=null?t:V.OPT_OUT},Le=(e,t,o,n)=>{var i,r,a,s,l,c;return n!=null&&n.fidesDisableBanner||!ve(e)?!1:((i=e.experience_config)==null?void 0:i.component)===M.TCF_OVERLAY&&t?(r=e.meta)!=null&&r.version_hash&&t.fides_meta.consentMethod!==L.DISMISS?e.meta.version_hash!==t.tcf_version_hash:!0:((a=e.experience_config)==null?void 0:a.component)===M.MODAL||((s=e.experience_config)==null?void 0:s.component)===M.HEADLESS||!((l=e?.privacy_notices)!=null&&l.length)?!1:o?n&&Jt(n)?!1:t?.fides_meta.consentMethod===L.GPC?!0:!((c=e.privacy_notices)!=null&&c.every(p=>Ne(p,o))):!0},no=e=>{e[0]==="window"&&e.shift();let t=window;for(;e.length>0;){const o=e.shift();if(typeof o>"u"||typeof t[o]!="object")return;t=t[o]}return t},io=({value:e,notice:t,consentContext:o})=>!o.globalPrivacyControl||!t.has_gpc_flag||t.consent_mechanism===H.NOTICE_ONLY?Q.NONE:e?Q.OVERRIDDEN:Q.APPLIED,at=()=>{},ro=(e,t)=>e.map(o=>{var n;const i=oe(t.includes(o.notice.notice_key),o.notice.consent_mechanism);return new pe(o.notice,i,(n=o.bestTranslation)==null?void 0:n.privacy_notice_history_id)}),ao=e=>{try{const t=JSON.stringify(e);return btoa(t.replace(/\s/g,""))}catch(t){throw new Error("Failed to encode Notice Consent string:",{cause:t})}},st=e=>{if(!e)return{};try{const t=atob(e),o=JSON.parse(t);return Object.fromEntries(Object.entries(o).map(([n,i])=>[n,!!i]))}catch(t){throw new Error("Failed to decode Notice Consent string:",{cause:t})}},Ui=({consent:e,nonApplicableNotices:t,flagType:o,mode:n=ue.OMIT})=>{if(!(t!=null&&t.length))return e;const i=Te({},e);return n===ue.INCLUDE?t.forEach(r=>{i[r]=o===ie.CONSENT_MECHANISM?V.NOT_APPLICABLE:!0}):t.forEach(r=>{delete i[r]}),i},Bi=({consent:e,flagType:t=ie.BOOLEAN,consentMechanisms:o})=>{const n={};if(t!==ie.CONSENT_MECHANISM)return Object.fromEntries(Object.entries(e).map(([r,a])=>[r,he(a)]));const i=Object.values(e).some(r=>typeof r=="boolean");if(i&&!o)throw new Error("Cannot transform boolean consent values to consent mechanisms without consent mechanisms map");return i?(Object.keys(e).forEach(r=>{const a=e[r];if(typeof a=="string")n[r]=a;else{const s=o[r];n[r]=oe(a,s)}}),n):Te({},e)},Ie=(e,t,o=[],n,i)=>{var r,a,s;const l=Te({},e),c=(r=window.Fides)==null?void 0:r.options,p=(a=i??c?.fidesConsentNonApplicableFlagMode)!=null?a:ue.OMIT,d=(s=n??c?.fidesConsentFlagType)!=null?s:ie.BOOLEAN,g={};Object.assign(g,Ui({consent:{},nonApplicableNotices:t??[],flagType:d,mode:p}));const u=o.reduce((v,b)=>Mi(Te({},v),{[b.notice_key]:b.consent_mechanism}),{});return Object.assign(g,Bi({consent:l,consentMechanisms:u,flagType:d})),g},so=(e,t)=>{var o,n,i,r,a,s,l,c,p,d,g,u,v,b;const m=(o=window.dataLayer)!=null?o:[];window.dataLayer=m;const{detail:h,type:y}=e,{consent:k,extraDetails:w,fides_string:x,timestamp:P}=h;let S=k;const U=(a=(r=t?.flag_type)!=null?r:(i=(n=window.Fides)==null?void 0:n.options)==null?void 0:i.fidesConsentFlagType)!=null?a:ie.BOOLEAN,F=(p=(c=t?.non_applicable_flag_mode)!=null?c:(l=(s=window.Fides)==null?void 0:s.options)==null?void 0:l.fidesConsentNonApplicableFlagMode)!=null?p:ue.OMIT,N=(u=(g=(d=window.Fides)==null?void 0:d.experience)==null?void 0:g.privacy_notices)!=null?u:[],C=(b=(v=window.Fides)==null?void 0:v.experience)==null?void 0:b.non_applicable_privacy_notices;S=Ie(k,C,N,U,F);const E={consent:S,extraDetails:w,fides_string:x,timestamp:P};m.push({event:y,Fides:E})},Gi=e=>{var t,o;if(Object.entries({FidesInitializing:!1,FidesInitialized:!0,FidesUpdating:!0,FidesUpdated:!0,FidesUIChanged:!0,FidesUIShown:!0,FidesModalClosed:!0}).filter(([,n])=>n).map(([n])=>n).forEach(n=>{window.addEventListener(n,i=>so(i,e))}),(t=window.Fides)!=null&&t.initialized){const{consent:n,fides_meta:i,identity:r,tcf_consent:a}=window.Fides,s=(o=performance?.getEntriesByName("FidesInitialized")[0])==null?void 0:o.startTime;so({type:"FidesInitialized",detail:{consent:n,fides_meta:i,identity:r,tcf_consent:a,timestamp:s,extraDetails:{consentMethod:i?.consentMethod}}},e)}},Vi=()=>{if(window.fbq)return window.fbq;const e={queue:[],loaded:!0,version:"2.0",push(...t){const o=window.fbq;o.callMethod?o.callMethod(...t):o.queue.push(t)}};return window.fbq=Object.assign(e.push,e),window._fbq=window.fbq,window.fbq},Hi=e=>{const t=Vi();t("consent",e.consent?"grant":"revoke"),e.dataUse?t("dataProcessingOptions",[]):t("dataProcessingOptions",["LDU"],1,1e3)},Ki={marketing:Zt,sale_of_data:["marketing","data_sales_and_sharing","data_sales_sharing_gpp_us_state","data_sharing_gpp_us_state","data_sales_gpp_us_state","targeted_advertising_gpp_us_state"],analytics:["analytics"],preferences:["functional"]};function Yi(e){var t;const o=Object.fromEntries(Object.entries(e).map(([i,r])=>[i,he(r)])),n=Object.fromEntries(Object.entries(Ki).map(([i,r])=>{const a=r.some(l=>o[l]===!0),s=r.some(l=>o[l]===!1);return[i,a||(s?!1:void 0)]}));return n.sale_of_data=(t=n.sale_of_data)!=null?t:!1,n}const Se=e=>{window.Shopify.customerPrivacy.setTrackingConsent(Yi(e),()=>{})},lo=()=>{var e,t;(e=window.Shopify)!=null&&e.customerPrivacy||console.error("Fides could not access Shopify's customerPrivacy API"),window.addEventListener("FidesInitialized",o=>Se(o.detail.consent)),window.addEventListener("FidesUpdating",o=>Se(o.detail.consent)),window.addEventListener("FidesUpdated",o=>Se(o.detail.consent)),(t=window.Fides)!=null&&t.initialized&&window.Fides.cookie&&Se(window.Fides.cookie.consent)},qi=()=>{setTimeout(()=>{if(!window.Shopify)throw Error("Fides.shopify was called but Shopify is not present in the page.");if(window.Shopify.customerPrivacy){lo();return}window.Shopify.loadFeatures([{name:"consent-tracking-api",version:"0.1"}],e=>{if(e)throw Error("Fides could not load Shopify's consent-tracking-api");lo()})},3e3)};var lt=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Fe={exports:{}};/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */Fe.exports,function(e,t){(function(o){var n=t,i=e&&e.exports==n&&e,r=typeof lt=="object"&<(r.global===r||r.window===r)&&(o=r);var a=function(v){this.message=v};a.prototype=new Error,a.prototype.name="InvalidCharacterError";var s=function(v){throw new a(v)},l="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",c=/[\t\n\f\r ]/g,p=function(v){v=String(v).replace(c,"");var b=v.length;b%4==0&&(v=v.replace(/==?$/,""),b=v.length),(b%4==1||/[^+a-zA-Z0-9/]/.test(v))&&s("Invalid character: the string to be decoded is not correctly encoded.");for(var m=0,h,y,k="",w=-1;++w<b;)y=l.indexOf(v.charAt(w)),h=m%4?h*64+y:y,m++%4&&(k+=String.fromCharCode(255&h>>(-2*m&6)));return k},d=function(v){v=String(v),/[^\0-\xFF]/.test(v)&&s("The string to be encoded contains characters outside of the Latin1 range.");for(var b=v.length%3,m="",h=-1,y,k,w,x,P=v.length-b;++h<P;)y=v.charCodeAt(h)<<16,k=v.charCodeAt(++h)<<8,w=v.charCodeAt(++h),x=y+k+w,m+=l.charAt(x>>18&63)+l.charAt(x>>12&63)+l.charAt(x>>6&63)+l.charAt(x&63);return b==2?(y=v.charCodeAt(h)<<8,k=v.charCodeAt(++h),x=y+k,m+=l.charAt(x>>10)+l.charAt(x>>4&63)+l.charAt(x<<2&63)+"="):b==1&&(x=v.charCodeAt(h),m+=l.charAt(x>>2)+l.charAt(x<<4&63)+"=="),m},g={encode:d,decode:p,version:"1.0.0"};if(n&&!n.nodeType)if(i)i.exports=g;else for(var u in g)g.hasOwnProperty(u)&&(n[u]=g[u]);else o.base64=g})(lt)}(Fe,Fe.exports);var co=Fe.exports;/*! js-cookie v3.0.5 | MIT */function je(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)e[n]=o[n]}return e}var Wi={read:function(e){return e[0]==='"'&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function ct(e,t){function o(i,r,a){if(!(typeof document>"u")){a=je({},t,a),typeof a.expires=="number"&&(a.expires=new Date(Date.now()+a.expires*864e5)),a.expires&&(a.expires=a.expires.toUTCString()),i=encodeURIComponent(i).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var s="";for(var l in a)a[l]&&(s+="; "+l,a[l]!==!0&&(s+="="+a[l].split(";")[0]));return document.cookie=i+"="+e.write(r,i)+s}}function n(i){if(!(typeof document>"u"||arguments.length&&!i)){for(var r=document.cookie?document.cookie.split("; "):[],a={},s=0;s<r.length;s++){var l=r[s].split("="),c=l.slice(1).join("=");try{var p=decodeURIComponent(l[0]);if(a[p]=e.read(c,p),i===p)break}catch{}}return i?a[i]:a}}return Object.create({set:o,get:n,remove:function(i,r){o(i,"",je({},r,{expires:-1}))},withAttributes:function(i){return ct(this.converter,je({},this.attributes,i))},withConverter:function(i){return ct(je({},this.converter,i),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(e)}})}var Zi=ct(Wi,{path:"/"});let De;const Ji=new Uint8Array(16);function Xi(){if(!De&&(De=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!De))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return De(Ji)}const j=[];for(let e=0;e<256;++e)j.push((e+256).toString(16).slice(1));function Qi(e,t=0){return j[e[t+0]]+j[e[t+1]]+j[e[t+2]]+j[e[t+3]]+"-"+j[e[t+4]]+j[e[t+5]]+"-"+j[e[t+6]]+j[e[t+7]]+"-"+j[e[t+8]]+j[e[t+9]]+"-"+j[e[t+10]]+j[e[t+11]]+j[e[t+12]]+j[e[t+13]]+j[e[t+14]]+j[e[t+15]]}var po={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Me(e,t,o){if(po.randomUUID&&!t&&!e)return po.randomUUID();e=e||{};const n=e.random||(e.rng||Xi)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){o=o||0;for(let i=0;i<16;++i)t[o+i]=n[i];return t}return Qi(n)}const uo=(e,t)=>e===void 0?!1:typeof e=="boolean"?e:t.globalPrivacyControl===!0?e.globalPrivacyControl:e.value,dt=(e,t)=>e.consent_mechanism===H.NOTICE_ONLY?!0:t&&Ne(e,t)?!!t[e.notice_key]:re(e.default_preference);var er=(e=>(e.CONSENT="Consent",e.CONTRACT="Contract",e.LEGAL_OBLIGATIONS="Legal obligations",e.VITAL_INTERESTS="Vital interests",e.PUBLIC_INTEREST="Public interest",e.LEGITIMATE_INTERESTS="Legitimate interests",e))(er||{}),pt=(e=>(e.CONSENT="Consent",e.LEGITIMATE_INTERESTS="Legitimate interests",e))(pt||{});const tr=",",or=[{experienceKey:"tcf_purpose_consents",tcfModelKey:"purposeConsents",enabledIdsKey:"purposesConsent"},{experienceKey:"tcf_purpose_legitimate_interests",tcfModelKey:"purposeLegitimateInterests",enabledIdsKey:"purposesLegint"},{experienceKey:"tcf_special_features",tcfModelKey:"specialFeatureOptins",enabledIdsKey:"specialFeatures"},{experienceKey:"tcf_vendor_consents",tcfModelKey:"vendorConsents",enabledIdsKey:"vendorsConsent"},{experienceKey:"tcf_vendor_legitimate_interests",tcfModelKey:"vendorLegitimateInterests",enabledIdsKey:"vendorsLegint"}],nr=[{cookieKey:"system_consent_preferences",experienceKey:"tcf_system_consents"},{cookieKey:"system_legitimate_interests_preferences",experienceKey:"tcf_system_legitimate_interests"}];or.filter(({experienceKey:e})=>e!=="tcf_features"&&e!=="tcf_special_purposes").map(e=>e.experienceKey),pt.CONSENT.toString(),pt.LEGITIMATE_INTERESTS.toString();var ir=Object.defineProperty,rr=Object.defineProperties,ar=Object.getOwnPropertyDescriptors,fo=Object.getOwnPropertySymbols,sr=Object.prototype.hasOwnProperty,lr=Object.prototype.propertyIsEnumerable,vo=(e,t,o)=>t in e?ir(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,ae=(e,t)=>{for(var o in t||(t={}))sr.call(t,o)&&vo(e,o,t[o]);if(fo)for(var o of fo(t))lr.call(t,o)&&vo(e,o,t[o]);return e},we=(e,t)=>rr(e,ar(t)),cr=(e,t,o)=>new Promise((n,i)=>{var r=l=>{try{s(o.next(l))}catch(c){i(c)}},a=l=>{try{s(o.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const ut="fides_consent",go=365,ze=Zi.withConverter({read(e){return decodeURIComponent(e)},write(e){return encodeURIComponent(e)}}),ft=e=>e?Object.values(e).some(t=>t!==void 0):!1,_o=()=>Me(),dr=_o(),bo=e=>{var t;return!((t=e.fides_meta)!=null&&t.updatedAt)},yo=e=>{const t=new Date;return{consent:e||{},identity:{fides_user_device_id:dr||_o()},fides_meta:{version:"0.9.0",createdAt:t.toISOString(),updatedAt:""},tcf_consent:{}}},Re=e=>ze.get(e),ge=()=>{const e=Re(ut);if(e)try{return JSON.parse(e)}catch{try{return JSON.parse(co.decode(e))}catch{return}}},mo=(e,t=!1)=>{const o=yo(e);if(typeof document>"u")return o;if(t)return document.cookie="fides_consent=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT",o;let n=ge();if(n!=null&&n.consent){const{consent:i}=n;Object.entries(i).forEach(([r,a])=>{i[r]=he(a)})}if(!n)return o;try{"consent"in n&&"fides_meta"in n||(n=we(ae({},o),{consent:n}));const i=ae(ae({},e),n.consent);return n.consent=i,n}catch(i){return console.error("Unable to read consent cookie: invalid JSON.",i),o}},ho=(e,t=!1)=>{if(typeof document>"u")return;const o=new Date().toISOString();e.fides_meta.updatedAt=o;let n=JSON.stringify(e);t&&(n=co.encode(n));const i=window.location.hostname.split(".");let r="";for(let a=1;a<=i.length;a+=1)if(r=i.slice(-a).join("."),ze.set(ut,n,{path:"/",domain:r,expires:go})){const s=ge();if(s&&s.fides_meta.updatedAt===e.fides_meta.updatedAt)break}},vt=({experience:e,cookie:t})=>{var o;if(!e.privacy_notices)return e;const n=(o=e.privacy_notices)==null?void 0:o.map(r=>{const a=Object.keys(t.consent).includes(r.notice_key)?oe(!!t.consent[r.notice_key],r.consent_mechanism):void 0;return we(ae({},r),{current_preference:a})});return we(ae({},e),{privacy_notices:n})},pr=e=>{const t={};return nr.forEach(({cookieKey:o})=>{var n;const i=(n=e[o])!=null?n:[];t[o]=Object.fromEntries(i.map(r=>[r.id,re(r.preference)]))}),t},wo=(e,t)=>{const o={};return e?.options.forEach(({cookieKeys:n,default:i})=>{if(i===void 0)return;const r=uo(i,t);n.forEach(a=>{const s=o[a];if(s===void 0){o[a]=r;return}o[a]=s&&r})}),o},ko=(e,t=!0)=>{e.forEach(o=>{var n;if(ze.remove(o.name,{path:(n=o.path)!=null?n:"/",domain:o.domain}),t){const{hostname:i}=window.location;ze.remove(o.name,{domain:`.${i}`})}})},Co=e=>{const t=new Map(e.map(({notice:o,consentPreference:n})=>[o.notice_key,re(n)]));return Object.fromEntries(t)},gt=(e,t)=>cr(void 0,null,function*(){return we(ae({},e),{consent:Co(t)})}),ur=e=>{const t={};return e.privacy_notices&&e.privacy_notices.forEach(o=>{o.current_preference?t[o.notice_key]=re(o.current_preference):o.default_preference&&(t[o.notice_key]=re(o.default_preference))}),t},xo=({cookie:e,experience:t})=>{const o=ur(t);return we(ae({},e),{consent:o})};var fr=Object.defineProperty,vr=(e,t,o)=>t in e?fr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Eo=(e,t,o)=>vr(e,typeof t!="symbol"?t+"":t,o);class gr{constructor(){Eo(this,"cookieName","OptanonConsent"),Eo(this,"migrationMethod",L.OT_MIGRATION)}getConsentCookie(){return Re(this.cookieName)}convertToFidesConsent(t,o){if(o.otFidesMapping)try{const n=decodeURIComponent(o.otFidesMapping).replace(/^'|'$/g,""),i=JSON.parse(n),r=this.parseCookieValue(t,i);return r}catch{return}}parseCookieValue(t,o){const n={},i=t.match(/groups=([^&]*)/);return!i||!i[1]||i[1].split(",").forEach(r=>{const[a,s]=r.split(":");o[a]&&o[a].forEach(l=>{const c=s==="1";n[l]===void 0&&(n[l]=c)})}),n}}var Oo=(e=>(e.ONETRUST="onetrust",e))(Oo||{});const _t=new Map;function _r(e,t){_t.set(e,t)}function Po(e){e.otFidesMapping&&_r(Oo.ONETRUST,new gr)}function bt(e){let t,o;if(Array.from(_t).some(([i,r])=>{const a=r.getConsentCookie();if(!a)return!1;const s=r.convertToFidesConsent(a,e);return s?(t=s,o=i,!0):!1}),!o)return{consent:void 0,method:void 0};const n=_t.get(o);return{consent:t,method:n.migrationMethod}}const br=e=>{typeof window<"u"&&!window.fidesDebugger?window.fidesDebugger=e?console.log:()=>{}:globalThis.fidesDebugger=()=>{}};var yr=Object.defineProperty,mr=Object.defineProperties,hr=Object.getOwnPropertyDescriptors,Ao=Object.getOwnPropertySymbols,wr=Object.prototype.hasOwnProperty,kr=Object.prototype.propertyIsEnumerable,No=(e,t,o)=>t in e?yr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,yt=(e,t)=>{for(var o in t||(t={}))wr.call(t,o)&&No(e,o,t[o]);if(Ao)for(var o of Ao(t))kr.call(t,o)&&No(e,o,t[o]);return e},Cr=(e,t)=>mr(e,hr(t));const q=(e,t,o,n)=>{var i,r,a,s,l;const c=t?yt({},t):void 0;if(typeof window<"u"&&typeof CustomEvent<"u"){const p=yt({consentMethod:c?.fides_meta.consentMethod},n),d=(i=performance?.mark)==null?void 0:i.call(performance,e),g=d?.startTime,u=c;u&&c!=null&&c.consent&&(u.consent=Ie(c.consent,(a=(r=window.Fides)==null?void 0:r.experience)==null?void 0:a.non_applicable_privacy_notices,(l=(s=window.Fides)==null?void 0:s.experience)==null?void 0:l.privacy_notices));const v=new CustomEvent(e,{detail:Cr(yt({},u),{debug:o,extraDetails:p,timestamp:g}),bubbles:!0});window.dispatchEvent(v)}},$o=(e,t)=>{const o=n=>t(n.detail);return window.addEventListener(e,o),()=>{window.removeEventListener(e,o)}};var xr=(e=>(e.GVL="gvl",e.AC="gacp",e))(xr||{});const To=e=>{if(!e)return{tc:"",ac:"",gpp:"",nc:""};const[t="",o="",n="",i=""]=e.split(tr);return t?{tc:t,ac:o,gpp:n,nc:i}:{tc:"",ac:"",gpp:n,nc:i}};var Er={"static.gpc":"\u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064A \u0641\u064A \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629","static.gpc.description":"\u062A\u0645 \u062A\u0637\u0628\u064A\u0642 \u062A\u0641\u0636\u064A\u0644\u0643 \u0644\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064A \u0641\u064A \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629. \u0644\u0642\u062F \u0623\u0644\u063A\u064A \u0627\u0634\u062A\u0631\u0627\u0643\u0643 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u062D\u0627\u0644\u0627\u062A \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0644\u062A\u0632\u0645 \u0628\u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064A \u0641\u064A \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629.","static.gpc.status.applied":"\u062A\u0645 \u0627\u0644\u062A\u0637\u0628\u064A\u0642","static.gpc.status.overridden":"\u062A\u0645 \u0627\u0644\u062A\u062C\u0627\u0648\u0632","static.gpc.title":"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064A \u0641\u064A \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629"},Or={"static.gpc":"\u0413\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438","static.gpc.description":"\u0412\u0430\u0448\u0435\u0442\u043E \u043F\u0440\u0435\u0434\u043F\u043E\u0447\u0438\u0442\u0430\u043D\u0438\u0435 \u0437\u0430 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438 \u0435 \u0437\u0430\u0447\u0435\u0442\u0435\u043D\u043E. \u0412\u0438\u0435 \u0441\u0442\u0435 \u0431\u0438\u043B\u0438 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0438\u0437\u043A\u043B\u044E\u0447\u0435\u043D\u0438 \u043E\u0442 \u0441\u043B\u0443\u0447\u0430\u0438\u0442\u0435 \u043D\u0430 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u0434\u0430\u043D\u043D\u0438, \u043A\u043E\u0438\u0442\u043E \u0441\u0435 \u043E\u0442\u043D\u0430\u0441\u044F\u0442 \u043A\u044A\u043C \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438.","static.gpc.status.applied":"\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u043E","static.gpc.status.overridden":"\u041F\u0440\u0435\u043C\u0430\u0445\u043D\u0430\u0442\u043E","static.gpc.title":"\u041E\u0442\u043A\u0440\u0438\u0442\u043E \u0435 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438"},Pr={"static.gpc":"Globalna kontrola privatnosti","static.gpc.description":"Va\u0161 izbor globalne kontrole privatnosti je uva\u017Een. Automatski ste isklju\u010Deni iz slu\u010Dajeva kori\u0161tenja podataka koji se pridr\u017Eavaju globalne kontrole privatnosti.","static.gpc.status.applied":"Prihva\u0107ena","static.gpc.status.overridden":"Odbijena","static.gpc.title":"Otkrivena je Globalna kontrola privatnosti"},Ar={"static.gpc":"Control de privadesa global","static.gpc.description":"S\u2019ha respectat la vostra prefer\xE8ncia pel que fa al control de privadesa global. Se us ha excl\xF2s autom\xE0ticament dels casos d\u2019\xFAs de dades que s\u2019adhereixen al control de privadesa global.","static.gpc.status.applied":"Aplicat","static.gpc.status.overridden":"Anul\xB7lat","static.gpc.title":"Control de privadesa global detectat"},Nr={"static.gpc":"Glob\xE1ln\xED kontrola ochrany osobn\xEDch \xFAdaj\u016F","static.gpc.description":"Byly dodr\u017Eeny va\u0161e glob\xE1ln\xED preference ochrany osobn\xEDch \xFAdaj\u016F. Automaticky jste byli vy\u0159azeni z pou\u017E\xEDv\xE1n\xED \xFAdaj\u016F v p\u0159\xEDpadech, na kter\xE9 se vztahuje glob\xE1ln\xED ochrana osobn\xEDch \xFAdaj\u016F.","static.gpc.status.applied":"Aplikov\xE1no","static.gpc.status.overridden":"P\u0159eps\xE1no","static.gpc.title":"Bylo zji\u0161t\u011Bna glob\xE1ln\xED kontrola ochrany osobn\xEDch \xFAdaj\u016F"},$r={"static.gpc":"Global fortrolighedskontrol","static.gpc.description":"Din pr\xE6ference i forbindelse med global fortrolighedskontrol er blevet efterkommet. Du er automatisk blevet frameldt tilf\xE6lde af databrug, der overholder global fortrolighedskontrol.","static.gpc.status.applied":"Anvendt","static.gpc.status.overridden":"Tilsidesat","static.gpc.title":"Der blev p\xE5vist global fortrolighedskontrol"},Tr={"static.gpc":"Globale Datenschutzeinstellungen","static.gpc.description":"Ihre globale Datenschutzeinstellungen werden ber\xFCcksichtigt. Sie wurden automatisch von Anwendungsf\xE4llen ausgenommen, die nicht Ihren globalen Datenschutzeinstellungen unterliegen.","static.gpc.status.applied":"Angewendet","static.gpc.status.overridden":"\xDCberschrieben","static.gpc.title":"Globale Datenschutzeinstellungen entdeckt"},Lr={"static.gpc":"\u039A\u03B1\u03B8\u03BF\u03BB\u03B9\u03BA\u03CC\u03C2 \u03AD\u03BB\u03B5\u03B3\u03C7\u03BF\u03C2 \u03B1\u03C0\u03BF\u03C1\u03C1\u03AE\u03C4\u03BF\u03C5","static.gpc.description":"\u0397 \u03C0\u03C1\u03BF\u03C4\u03AF\u03BC\u03B7\u03C3\u03AE \u03C3\u03B1\u03C2 \u03B3\u03B9\u03B1 \u03C4\u03BF\u03BD \u03BA\u03B1\u03B8\u03BF\u03BB\u03B9\u03BA\u03CC \u03AD\u03BB\u03B5\u03B3\u03C7\u03BF \u03B1\u03C0\u03BF\u03C1\u03C1\u03AE\u03C4\u03BF\u03C5 \u03AD\u03C7\u03B5\u03B9 \u03C4\u03B7\u03C1\u03B7\u03B8\u03B5\u03AF. \u0388\u03C7\u03B5\u03C4\u03B5 \u03B5\u03BE\u03B1\u03B9\u03C1\u03B5\u03B8\u03B5\u03AF \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B1 \u03B1\u03C0\u03CC \u03C0\u03B5\u03C1\u03B9\u03C0\u03C4\u03CE\u03C3\u03B5\u03B9\u03C2 \u03C7\u03C1\u03AE\u03C3\u03B7\u03C2 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD \u03C0\u03BF\u03C5 \u03C3\u03C5\u03BC\u03BC\u03BF\u03C1\u03C6\u03CE\u03BD\u03BF\u03BD\u03C4\u03B1\u03B9 \u03BC\u03B5 \u03C4\u03BF\u03BD \u03BA\u03B1\u03B8\u03BF\u03BB\u03B9\u03BA\u03CC \u03AD\u03BB\u03B5\u03B3\u03C7\u03BF \u03B1\u03C0\u03BF\u03C1\u03C1\u03AE\u03C4\u03BF\u03C5.","static.gpc.status.applied":"\u0395\u03C6\u03B1\u03C1\u03BC\u03CC\u03C3\u03C4\u03B7\u03BA\u03B5","static.gpc.status.overridden":"\u03A0\u03B1\u03C1\u03B1\u03BA\u03AC\u03BC\u03C6\u03B8\u03B7\u03BA\u03B5","static.gpc.title":"\u0395\u03BD\u03C4\u03BF\u03C0\u03AF\u03C3\u03C4\u03B7\u03BA\u03B5 \u03BA\u03B1\u03B8\u03BF\u03BB\u03B9\u03BA\u03CC\u03C2 \u03AD\u03BB\u03B5\u03B3\u03C7\u03BF\u03C2 \u03B1\u03C0\u03BF\u03C1\u03C1\u03AE\u03C4\u03BF\u03C5"},Ir={"static.gpc":"Global Privacy Control","static.gpc.description":"Your global privacy control preference has been honored. You have been automatically opted out of data use cases which adhere to global privacy control.","static.gpc.status.applied":"Applied","static.gpc.status.overridden":"Overridden","static.gpc.title":"Global Privacy Control detected"},Sr={"static.gpc":"Control de privacidad global","static.gpc.description":"Su preferencia de control de privacidad global se ha respetado. Se le ha excluido autom\xE1ticamente de los casos de uso de datos que se adhieren al control de privacidad global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Control de privacidad global detectado"},Fr={"static.gpc":"Control de privacidad global","static.gpc.description":"Su preferencia de control de privacidad global se ha respetado. Se le excluy\xF3 autom\xE1ticamente de los casos de uso de datos que se adhieren al control de privacidad global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Control de privacidad global detectado"},jr={"static.gpc":"\xDCldine andmekaitsekontroll","static.gpc.description":"Teie \xFCldist andmekaitse-eelistust on arvestatud. Teid on automaatselt v\xE4lja arvatud andmete kasutamise juhtudest, mis j\xE4rgivad \xFCldist andmekaitsekontrolli.","static.gpc.status.applied":"Rakendatud","static.gpc.status.overridden":"T\xFChistatud","static.gpc.title":"Tuvastatud \xFCldine andmekaitsekontroll"},Dr={"static.gpc":"Pribatutasun-kontrol globala","static.gpc.description":"Pribatutasun-kontrol globalaren lehentasuna bete da. Pribatutasun-kontrol globalari atxikitzen zaizkion datuen erabileren kasuetatik automatikoki baztertua izan zara.","static.gpc.status.applied":"Ezarrita","static.gpc.status.overridden":"Baliogabetuta","static.gpc.title":"Pribatutasun-kontrol globala antzeman da"},Mr={"static.gpc":"Maailmanlaajunen tietosuojavalvonta","static.gpc.description":"Maailmanlaajuinen tietosuojavalvontanne on vahvistettu. Teid\xE4t on automaattisesti poistettu tietojen k\xE4ytt\xF6tapauksista, jotka noudattavat maailmanlaajuista tietosuojavalvontaa.","static.gpc.status.applied":"K\xE4yt\xF6ss\xE4","static.gpc.status.overridden":"Ohitettu","static.gpc.title":"Maailmanlaajuinen tietosuojavalvonta havaittu"},zr={"static.gpc":"Global Privacy Control","static.gpc.description":"Votre pr\xE9f\xE9rence en mati\xE8re de contr\xF4le global de la confidentialit\xE9 (GPC) a \xE9t\xE9 respect\xE9e. Vous avez automatiquement \xE9t\xE9 retir\xE9 des cas d\u2019usage des donn\xE9es qui adh\xE8rent au GPC.","static.gpc.status.applied":"Appliqu\xE9","static.gpc.status.overridden":"Ignor\xE9","static.gpc.title":"Global Privacy Control (GPC) d\xE9tect\xE9"},Rr={"static.gpc":"Contr\xF4le mondial de confidentialit\xE9","static.gpc.description":"Votre pr\xE9f\xE9rence en mati\xE8re de contr\xF4le mondial de confidentialit\xE9 a \xE9t\xE9 honor\xE9e. Vous avez \xE9t\xE9 automatiquement \xE9cart\xE9 des cas d'utilisation de donn\xE9es qui adh\xE8rent au contr\xF4le mondial de confidentialit\xE9.","static.gpc.status.applied":"Appliqu\xE9","static.gpc.status.overridden":"Annul\xE9","static.gpc.title":"Contr\xF4le mondial de confidentialit\xE9 d\xE9tect\xE9"},Ur={"static.gpc":"Control de privacidade global","static.gpc.description":"Respetouse a s\xFAa preferencia de control de privacidade global. Foi automaticamente exclu\xEDdo dos casos de uso de datos que cumpren o control de privacidade global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Control de privacidade global detectado"},Br={"static.gpc":"\u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0928\u093F\u092F\u0902\u0924\u094D\u0930\u0923","static.gpc.description":"\u0906\u092A\u0915\u0940 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0928\u093F\u092F\u0902\u0924\u094D\u0930\u0923 \u0935\u0930\u0940\u092F\u0924\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E\u0964 \u0906\u092A\u0915\u094B \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0928\u093F\u092F\u0902\u0924\u094D\u0930\u0923 \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0928\u0947 \u0935\u093E\u0932\u0947 \u0921\u0947\u091F\u093E \u0909\u092A\u092F\u094B\u0917 \u092E\u093E\u092E\u0932\u094B\u0902 \u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u092C\u093E\u0939\u0930 \u0915\u0930 \u0926\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948\u0964","static.gpc.status.applied":"\u0932\u093E\u0917\u0942 \u0915\u093F\u092F\u093E","static.gpc.status.overridden":"\u0913\u0935\u0930\u0930\u093E\u0907\u0921 \u0915\u093F\u092F\u093E","static.gpc.title":"\u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0928\u093F\u092F\u0902\u0924\u094D\u0930\u0923 \u0915\u093E \u092A\u0924\u093E \u091A\u0932\u093E"},Gr={"static.gpc":"Globalna kontrola privatnosti","static.gpc.description":"Po\u0161tuju se va\u0161e preferencije globalne kontrole privatnosti. Automatski se isklju\u010Deni iz slu\u010Dajeve kori\u0161tenja podataka koji se pridr\u017Eavaju globalne kontrole privatnosti.","static.gpc.status.applied":"Primijenjeno","static.gpc.status.overridden":"Premo\u0161\u0107eno","static.gpc.title":"Primije\u0107ena je Globalna kontrola privatnosti (Global Privacy Control)"},Vr={"static.gpc":"Glob\xE1lis adatv\xE9delmi szab\xE1lyoz\xE1s","static.gpc.description":"A glob\xE1lis adatv\xE9delmi szab\xE1lyoz\xE1ssal kapcsolatos be\xE1ll\xEDt\xE1sai el lettek fogadva. Automatikusan kiker\xFClt azokb\xF3l az adatfelhaszn\xE1l\xE1si esetekb\u0151l, amelyek a glob\xE1lis adatv\xE9delmi szab\xE1lyoz\xE1shoz tartoznak.","static.gpc.status.applied":"Alkalmazva","static.gpc.status.overridden":"Fel\xFCl\xEDrva","static.gpc.title":"Glob\xE1lis adatv\xE9delmi szab\xE1lyoz\xE1s \xE9szlelve"},Hr={"static.gpc":"Controllo Globale della Privacy","static.gpc.description":"Le tue preferenze del Controllo Globale della Privacy sono state prese in carico. Sei stato automaticamente escluso dai casi di utilizzo dei dati che corrispondono al Controllo Globale della Privacy.","static.gpc.status.applied":"Applicato","static.gpc.status.overridden":"Non applicato","static.gpc.title":"Controllo Globale della Privacy rilevato"},Kr={"static.gpc":"\u30B0\u30ED\u30FC\u30D0\u30EB\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB","static.gpc.description":"\u30B0\u30ED\u30FC\u30D0\u30EB\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u306E\u8A2D\u5B9A\u306F\u5C0A\u91CD\u3055\u308C\u307E\u3059\u3002\u30B0\u30ED\u30FC\u30D0\u30EB\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u306B\u5F93\u3046\u30C7\u30FC\u30BF\u306E\u30E6\u30FC\u30B9\u30B1\u30FC\u30B9\u304B\u3089\u306F\u81EA\u52D5\u7684\u306B\u30AA\u30D7\u30C8\u30A2\u30A6\u30C8\u3055\u308C\u3066\u3044\u307E\u3059\u3002","static.gpc.status.applied":"\u9069\u7528","static.gpc.status.overridden":"\u5909\u66F4","static.gpc.title":"\u30B0\u30ED\u30FC\u30D0\u30EB\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u3092\u691C\u51FA\u3057\u307E\u3057\u305F"},Yr={"static.gpc":"Visuotin\u0117 privatumo kontrol\u0117","static.gpc.description":"Buvo atsi\u017Evelgta \u012F j\u016Bs\u0173 visuotin\u0117s privatumo kontrol\u0117s pageidavim\u0105. Buvote automati\u0161kai at\u0161auktas i\u0161 duomen\u0173 naudojimo atvej\u0173, kai laikomasi visuotin\u0117s privatumo kontrol\u0117s.","static.gpc.status.applied":"Taikoma","static.gpc.status.overridden":"Nebegaliojantis","static.gpc.title":"Aptikta visuotin\u0117 privatumo kontrol\u0117"},qr={"static.gpc":"Glob\u0101l\u0101 priv\u0101tuma kontrole","static.gpc.description":"M\u0113s esam izpild\u012Bju\u0161i j\u016Bsu pras\u012Bbu kontrol\u0113t glob\u0101lo priv\u0101tumu. P\u0113c noklus\u0113juma esat no\u0146emts no datu lietojuma pieteikumiem, kas atbilst glob\u0101lajai priv\u0101tuma kontrolei.","static.gpc.status.applied":"Pielietots","static.gpc.status.overridden":"Ignor\u0113ts","static.gpc.title":"Konstat\u0113ta glob\u0101l\u0101 priv\u0101tuma kontrole"},Wr={"static.gpc":"Kontroll Globali tal-Privatezza","static.gpc.description":"Il-preferenza globali tieg\u0127ek g\u0127all-kontroll tal-privatezza \u0121iet onorata. Inti awtomatikament g\u0127a\u017Cilt li ma tibqax tu\u017Ca d-dejta f'ka\u017Cijiet li jirrispettaw il-kontroll globali tal-privatezza.","static.gpc.status.applied":"Applikat","static.gpc.status.overridden":"Maqbu\u017Ca","static.gpc.title":"Instab il-Kontroll Globali tal-Privatezza"},Zr={"static.gpc":"Global Privacy Control","static.gpc.description":"Uw Global Privacy Control-voorkeur wordt gerespecteerd. U bent automatisch afgemeld voor gegevensgebruiksscenario's die zich houden aan Global Privacy Control.","static.gpc.status.applied":"Toegepast","static.gpc.status.overridden":"Genegeerd","static.gpc.title":"Global Privacy Control gedetecteerd"},Jr={"static.gpc":"Globale personverninnstillinger","static.gpc.description":"Preferansene dine vedr\xF8rende de globale personverninnstilingene dine er godtatt. Du har automatisk takket nei til databruksaker som f\xF8lger globale personverninnstillinger.","static.gpc.status.applied":"Anvendt","static.gpc.status.overridden":"Overstyrt","static.gpc.title":"Globale personverninnstillinger er oppdaget"},Xr={"static.gpc":"Og\xF3lna kontrola prywatno\u015Bci","static.gpc.description":"Twoja preferencja dotycz\u0105ca og\xF3lnej kontroli prywatno\u015Bci zosta\u0142a uwzgl\u0119dniona. Automatycznie odm\xF3wiono zgody na Twoje przypadki wykorzystania danych, kt\xF3re s\u0105 zgodne z Og\xF3ln\u0105 kontrol\u0105 prywatno\u015Bci.","static.gpc.status.applied":"Zastosowano","static.gpc.status.overridden":"Nadpisano","static.gpc.title":"Wykryta Og\xF3lna kontrola prywatno\u015Bci"},Qr={"static.gpc":"Controle de Privacidade Global","static.gpc.description":"Sua prefer\xEAncia global de controle de privacidade foi respeitada. Voc\xEA foi automaticamente removido dos casos de uso de dados que aderem ao controle de privacidade global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Controle de Privacidade Global detectado"},ea={"static.gpc":"Controlo de Privacidade Global","static.gpc.description":"A sua prefer\xEAncia de controlo de privacidade global foi honrada. Foi automaticamente exclu\xEDdo/a dos casos de utiliza\xE7\xE3o de dados que aderem ao controlo de privacidade global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Controlo de Privacidade Global detetado"},ta={"static.gpc":"Control global al confiden\u021Bialit\u0103\u021Bii","static.gpc.description":"Preferin\u021Ba dvs. de control global al confiden\u021Bialit\u0103\u021Bii a fost onorat\u0103. A\u021Bi fost exclus(\u0103) automat de la cazurile de utilizare a datelor care respect\u0103 controlul global al confiden\u021Bialit\u0103\u021Bii.","static.gpc.status.applied":"Aplicat","static.gpc.status.overridden":"Suprascris","static.gpc.title":"A fost detectat un control global al confiden\u021Bialit\u0103\u021Bii"},oa={"static.gpc":"Global Privacy Control","static.gpc.description":"\u0412\u0430\u0448\u0430 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 Global Privacy Control \u0443\u0447\u0442\u0435\u043D\u0430. \u0412\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u043B\u044E\u0447\u0430\u0435\u0442\u0435\u0441\u044C \u0432 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445, \u0433\u0434\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Global Privacy Control.","static.gpc.status.applied":"\u041F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u043E","static.gpc.status.overridden":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u043E","static.gpc.title":"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Global Privacy Control"},na={"static.gpc":"Glob\xE1lna kontrola s\xFAkromia","static.gpc.description":"Va\u0161a predvo\u013Eba pre glob\xE1lnu kontrolu s\xFAkromia bola dodr\u017Ean\xE1. Pre pr\xEDpady pou\u017Eitia, kde sa pou\u017E\xEDva glob\xE1lna kontrola s\xFAkromia, v\xE1m bol automaticky nastaven\xFD explicitn\xFD nes\xFAhlas.","static.gpc.status.applied":"Pou\u017Eit\xE1","static.gpc.status.overridden":"Prep\xEDsan\xE1","static.gpc.title":"Bola zisten\xE1 Glob\xE1lna kontrola s\xFAkromia"},ia={"static.gpc":"Global Privacy Control","static.gpc.description":"Va\u0161a nastavitev globalnega nadzora zasebnosti je bila upo\u0161tevana. Samodejno je bilo preklicano va\u0161e soglasje za tiste primere uporabe podatkov, ki se ravnajo po globalnem nadzoru zasebnosti.","static.gpc.status.applied":"Uporabljeno","static.gpc.status.overridden":"Pregla\u0161eno","static.gpc.title":"Zaznan globalni nadzor zasebnosti \xBBGlobal Privacy Control\xAB"},ra={"static.gpc":"Global Privacy Control","static.gpc.description":"\u0412\u0430\u0448\u0430 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043A\u0430 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u0435 \u043F\u0440\u0438\u0432\u0430\u0442\u043D\u043E\u0441\u0442\u0438 \u0458\u0435 \u043F\u043E\u0434\u0435\u0448\u0435\u043D\u0430. \u0410\u0443\u0442\u043E\u043C\u0430\u0442\u0441\u043A\u0438 \u0441\u0442\u0435 \u0438\u0441\u043A\u0459\u0443\u0447\u0435\u043D\u0438 \u0438\u0437 \u0441\u043B\u0443\u0447\u0430\u0458\u0435\u0432\u0430 \u0443\u043F\u043E\u0442\u0440\u0435\u0431\u0435 \u043F\u043E\u0434\u0430\u0442\u0430\u043A\u0430 \u043A\u043E\u0458\u0438 \u0441\u0443 \u0443 \u0441\u043A\u043B\u0430\u0434\u0443 \u0441\u0430 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E\u043C \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u043E\u043C \u043F\u0440\u0438\u0432\u0430\u0442\u043D\u043E\u0441\u0442\u0438.","static.gpc.status.applied":"\u041F\u0440\u0438\u043C\u0435\u045A\u0435\u043D\u0430","static.gpc.status.overridden":"\u0417\u0430\u043C\u0435\u045A\u0435\u043D\u0430","static.gpc.title":"Global Privacy Control \u043E\u0442\u043A\u0440\u0438\u0432\u0435\u043D"},aa={"static.gpc":"Globalna kontrola privatnosti","static.gpc.description":"Va\u0161a globalna postavka kontrole privatnosti se po\u0161tuje. Automatski ste isklju\u010Deni iz slu\u010Dajeva kori\u0161c\u0301enja podataka koji podle\u017Eu globalnoj kontroli privatnosti.","static.gpc.status.applied":"Primenjeno","static.gpc.status.overridden":"Zaobi\u0111eno","static.gpc.title":"Otkrivena je globalna kontrola privatnosti"},sa={"static.gpc":"Global integritetskontroll","static.gpc.description":"Dina preferenser f\xF6r global integritetskontroll har efterf\xF6ljts. Du har automatiskt valt bort anv\xE4ndningsfall f\xF6r uppgifter som efterf\xF6ljer global integritetskontroll.","static.gpc.status.applied":"Till\xE4mpad","static.gpc.status.overridden":"\xC5sidosatt","static.gpc.title":"Global integritetskontroll uppt\xE4cktes"},la={"static.gpc":"Global Gizlilik Kontrol\xFC","static.gpc.description":"Global gizlilik kontrol\xFC tercihiniz yerine getirildi. Global gizlilik kontrol\xFCne uygun veri kullan\u0131m durumlar\u0131ndan otomatik olarak \xE7\u0131kar\u0131ld\u0131n\u0131z.","static.gpc.status.applied":"Uyguland\u0131","static.gpc.status.overridden":"Ge\xE7ersiz k\u0131l\u0131nd\u0131","static.gpc.title":"Global Gizlilik Kontrol\xFC tespit edildi"},ca={"static.gpc":"\u0413\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u0438\u0439 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044C \u043A\u043E\u043D\u0444\u0456\u0434\u0435\u043D\u0446\u0456\u0439\u043D\u043E\u0441\u0442\u0456","static.gpc.description":"\u0412\u0430\u0448\u0456 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044E \u043A\u043E\u043D\u0444\u0456\u0434\u0435\u043D\u0446\u0456\u0439\u043D\u043E\u0441\u0442\u0456 \u0432\u0440\u0430\u0445\u043E\u0432\u0430\u043D\u043E. \u0412\u0430\u0441 \u0431\u0443\u043B\u043E \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0432\u0438\u043A\u043B\u044E\u0447\u0435\u043D\u043E \u0437 \u0432\u0438\u043F\u0430\u0434\u043A\u0456\u0432 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u043D\u044F \u0434\u0430\u043D\u0438\u0445, \u044F\u043A\u0456 \u0434\u043E\u0442\u0440\u0438\u043C\u0443\u044E\u0442\u044C\u0441\u044F \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u044C \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044E \u043A\u043E\u043D\u0444\u0456\u0434\u0435\u043D\u0446\u0456\u0439\u043D\u043E\u0441\u0442\u0456.","static.gpc.status.applied":"\u0417\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0430\u043D\u043E","static.gpc.status.overridden":"\u041F\u0435\u0440\u0435\u0432\u0438\u0437\u043D\u0430\u0447\u0435\u043D\u043E","static.gpc.title":"\u0412\u0438\u044F\u0432\u043B\u0435\u043D\u043E \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u0438\u0439 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044C \u043A\u043E\u043D\u0444\u0456\u0434\u0435\u043D\u0446\u0456\u0439\u043D\u043E\u0441\u0442\u0456"},da={"static.gpc":"\u5168\u5C40\u9690\u79C1\u63A7\u5236","static.gpc.description":"\u60A8\u7684\u5168\u5C40\u9690\u79C1\u63A7\u5236\u504F\u597D\u5DF2\u5F97\u5230\u5C0A\u91CD\u3002\u60A8\u5DF2\u81EA\u52A8\u9009\u62E9\u9000\u51FA\u7B26\u5408\u5168\u5C40\u9690\u79C1\u63A7\u5236\u7684\u6570\u636E\u4F7F\u7528\u6848\u4F8B\u3002","static.gpc.status.applied":"\u5DF2\u5E94\u7528","static.gpc.status.overridden":"\u88AB\u8986\u76D6","static.gpc.title":"\u68C0\u6D4B\u5230\u5168\u5C40\u9690\u79C1\u63A7\u5236"};const mt={ar:Er,bg:Or,bs:Pr,ca:Ar,cs:Nr,da:$r,de:Tr,el:Lr,en:Ir,es:Sr,"es-MX":Fr,et:jr,eu:Dr,fi:Mr,fr:zr,"fr-CA":Rr,gl:Ur,"hi-IN":Br,hr:Gr,hu:Vr,it:Hr,ja:Kr,lt:Yr,lv:qr,mt:Wr,nl:Zr,no:Jr,pl:Xr,"pt-BR":Qr,"pt-PT":ea,ro:ta,ru:oa,sk:na,sl:ia,"sr-Cyrl":ra,"sr-Latn":aa,sv:sa,tr:la,uk:ca,zh:da},pa=[{locale:"ar",label_en:"Arabic",label_original:"\u0627\u0644\u0639\u064E\u0631\u064E\u0628\u0650\u064A\u064E\u0651\u0629"},{locale:"bg",label_en:"Bulgarian",label_original:"\u0431\u044A\u043B\u0433\u0430\u0440\u0441\u043A\u0438 \u0435\u0437\u0438\u043A"},{locale:"bs",label_en:"Bosnian",label_original:"Bosanski Jezik"},{locale:"ca",label_en:"Catalan",label_original:"catal\xE0"},{locale:"cs",label_en:"Czech",label_original:"\u010Desk\xFD jazyk"},{locale:"da",label_en:"Danish",label_original:"Dansk"},{locale:"de",label_en:"German",label_original:"Deutsch"},{locale:"el",label_en:"Greek",label_original:"\u03B5\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC"},{locale:"en",label_en:"English",label_original:"English"},{locale:"es",label_en:"Spanish",label_original:"Espa\xF1ol"},{locale:"es-MX",label_en:"Spanish (Mexico)",label_original:"Espa\xF1ol - MX"},{locale:"et",label_en:"Estonian",label_original:"Eesti"},{locale:"eu",label_en:"Basque",label_original:"euskara"},{locale:"fi",label_en:"Finnish",label_original:"Suomi"},{locale:"fr",label_en:"French",label_original:"Fran\xE7ais"},{locale:"fr-CA",label_en:"French (Canada)",label_original:"Fran\xE7ais - CA"},{locale:"gl",label_en:"Galician",label_original:"Galego"},{locale:"hi-IN",label_en:"Hindi (India)",label_original:"\u0939\u093F\u0928\u094D\u0926\u0940"},{locale:"hr",label_en:"Croatian",label_original:"Hrvatski Jezik"},{locale:"hu",label_en:"Hungarian",label_original:"magyar"},{locale:"it",label_en:"Italian",label_original:"Italiano"},{locale:"ja",label_en:"Japanese",label_original:"\u65E5\u672C\u8A9E"},{locale:"lt",label_en:"Lithuanian",label_original:"lietuvi\u0173 kalba"},{locale:"lv",label_en:"Latvian",label_original:"latvie\u0161u valoda"},{locale:"mt",label_en:"Maltese",label_original:"Malti"},{locale:"nl",label_en:"Dutch",label_original:"Nederlands"},{locale:"no",label_en:"Norwegian",label_original:"Norsk"},{locale:"pl",label_en:"Polish",label_original:"Polski"},{locale:"pt-BR",label_en:"Portuguese (Brazil)",label_original:"Portugu\xEAs - BR"},{locale:"pt-PT",label_en:"Portuguese (Portugal)",label_original:"Portugu\xEAs - PT"},{locale:"ro",label_en:"Romanian",label_original:"limba rom\xE2n\u0103"},{locale:"ru",label_en:"Russian",label_original:"\u0440\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A"},{locale:"sk",label_en:"Slovak",label_original:"sloven\u010Dina"},{locale:"sl",label_en:"Slovenian",label_original:"Slovenski Jezik"},{locale:"sr-Cyrl",label_en:"Serbian (Cyrillic)",label_original:"\u0441\u0440\u043F\u0441\u043A\u0438"},{locale:"sr-Latn",label_en:"Serbian (Latin)",label_original:"Srpski"},{locale:"sv",label_en:"Swedish",label_original:"Sverige"},{locale:"tr",label_en:"Turkish",label_original:"T\xFCrk\xE7e"},{locale:"uk",label_en:"Ukrainian",label_original:"\u0443\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430 \u043C\u043E\u0432\u0430"},{locale:"zh",label_en:"Chinese",label_original:"\u4E2D\u6587"}];var ua=Object.defineProperty,Lo=Object.getOwnPropertySymbols,fa=Object.prototype.hasOwnProperty,va=Object.prototype.propertyIsEnumerable,Io=(e,t,o)=>t in e?ua(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,W=(e,t)=>{for(var o in t||(t={}))fa.call(t,o)&&Io(e,o,t[o]);if(Lo)for(var o of Lo(t))va.call(t,o)&&Io(e,o,t[o]);return e};function Z(e,t){return e.toLowerCase().replaceAll("_","-")===t.toLowerCase().replaceAll("_","-")}function ga(e,t){const o={},n=["accept_button_label","acknowledge_button_label","banner_description","banner_title","description","purpose_header","privacy_policy_link_label","privacy_policy_url","privacy_preferences_link_label","reject_button_label","save_button_label","title","modal_link_label"];if(e.translations)e.translations.forEach(i=>{const r=i.language;let a=!1;t!=null&&t.override_language&&(a=Z(t.override_language,r));const s={};n.forEach(l=>{let c=null;t&&(a||l==="privacy_policy_url")&&(c=l in t?t[l]:null);const p=i[l];typeof p=="string"&&(s[`exp.${l}`]=c||p)}),o[r]=W(W({},s),o[r])});else{const i=I,r={};n.forEach(a=>{const s=e[a];typeof s=="string"&&(r[`exp.${a}`]=s)}),o[i]=W(W({},r),o[i])}return o}function So(e){var t;if((t=e?.experience_config)!=null&&t.translations){const{translations:o}=e.experience_config,n=o.find(i=>i.is_default);return n?.language}}function Fo(e,t){const o={};return t.forEach(n=>{const i=Object.keys(e).find(r=>Z(r,n));if(i){const r=e[i],a={};["purposes","specialPurposes","features","specialFeatures","stacks","dataCategories"].forEach(s=>{const l=r[s]||{};Object.keys(l).forEach(c=>{const p=l[c],d=`exp.tcf.${s}.${c}`;a[`${d}.name`]=p.name,a[`${d}.description`]=p.description,p.illustrations&&p.illustrations.length>0&&p.illustrations.forEach((g,u)=>{a[`${d}.illustrations.${u}`]=g})})}),o[n]=W(W({},a),o[n])}}),o}function jo(e){return Object.keys(mt).forEach(t=>{e.load(t,mt[t])}),Object.keys(mt)}function Do(e,t,o){var n;const i={},r=(n=t.available_locales)!=null&&n.length?t.available_locales:[I];if(t!=null&&t.experience_config){const a=t.experience_config,s=ga(a,o);Object.keys(s).forEach(l=>{i[l]=W(W({},s[l]),i[l])})}r.forEach(a=>{e.load(a,i[a])})}function Mo(e,t){if(!t.gvl)return;const{locale:o}=e,n={};n[o]=t.gvl;const i=Fo(n,[o]);e.load(o,i[o])}function zo(e,t,o){const n=Fo(t,o);o.forEach(i=>{e.load(i,n[i])})}function Ue(e){return e.locale}function Ro(e,t,o=I){const n=e?.language;return t||n||o}function Uo(e,t,o=I){const n=e.match(Ae);if(n){const[i,r]=n,a=t.find(l=>Z(l,i));if(a)return a;const s=t.find(l=>Z(l,r));if(s)return s}return o}function se(e,t){return e.t(t)!==""&&e.t(t)!==t}function ht(e,t){if(!t||!t.translations)return null;const o=Ue(e),n=t.translations.find(r=>Z(r.language,o));return n||t.translations.find(r=>Z(r.language,e.getDefaultLocale()))||t.translations[0]||null}function Be(e,t){if(!t||!t.translations)return null;const o=Ue(e),n=t.translations.find(r=>Z(r.language,o));return n||t.translations.find(r=>Z(r.language,e.getDefaultLocale()))||t.translations[0]||null}function Bo(e,t,o,n,i){var r,a,s,l,c;jo(e);const p=(r=o.available_locales)!=null&&r.length?o.available_locales:[I];Do(e,o,i);const d=pa.filter(m=>p.includes(m.locale)),g=d.findIndex(m=>Z(m.locale,e.getDefaultLocale()));g>0&&d.unshift(d.splice(g,1)[0]),e.setAvailableLanguages(d);const u=So(o)||I;e.setDefaultLocale(u);let v=u;((a=o.experience_config)==null?void 0:a.auto_detect_language)===!1||(v=Ro(t,n?.fidesLocale,u));const b=Uo(v,p||[],e.getDefaultLocale());if((l=(s=o.experience_config)==null?void 0:s.translations)!=null&&l.find(m=>m.language===b))e.activate(b);else{const m=Be(e,o.experience_config);m?.language,e.activate(m?.language||b)}((c=o.experience_config)==null?void 0:c.component)===M.TCF_OVERLAY&&o.gvl&&Mo(e,o)}function wt(){let e=[],t=I,o=I;const n={};return{setAvailableLanguages(i){e=i},get availableLanguages(){return e},activate:i=>{o=i},getDefaultLocale:()=>t,setDefaultLocale:i=>{t=i},get locale(){return o},load:(i,r)=>{n[i]=W(W({},n[i]),r)},t:i=>{if(typeof i>"u")throw new TypeError("Unexpected type for descriptor or id!");let r;if(typeof i=="string")r=i;else if(typeof i=="object"&&i.id)r=i.id;else return"";return o&&o in n&&r&&r in n[o]&&n[o][r]?n[o][r]:r}}}const Go=(e,t,o)=>{var n;let i=Pe;if(!e)t.t("exp.modal_link_label")!=="exp.modal_link_label"&&(i=t.t("exp.modal_link_label"));else{const r=t.getDefaultLocale(),a=(n=o?.experience_config)==null?void 0:n.translations.find(s=>s.language===r);a!=null&&a.modal_link_label&&(i=a.modal_link_label)}return i},_a=wt();var ba=Object.defineProperty,ya=Object.defineProperties,ma=Object.getOwnPropertyDescriptors,Vo=Object.getOwnPropertySymbols,ha=Object.prototype.hasOwnProperty,wa=Object.prototype.propertyIsEnumerable,Ho=(e,t,o)=>t in e?ba(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,ke=(e,t)=>{for(var o in t||(t={}))ha.call(t,o)&&Ho(e,o,t[o]);if(Vo)for(var o of Vo(t))wa.call(t,o)&&Ho(e,o,t[o]);return e},kt=(e,t)=>ya(e,ma(t)),Ge=(e,t,o)=>new Promise((n,i)=>{var r=l=>{try{s(o.next(l))}catch(c){i(c)}},a=l=>{try{s(o.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())}),Ko=(e=>(e.PRIVACY_EXPERIENCE="/privacy-experience",e.PRIVACY_PREFERENCES="/privacy-preferences",e.GVL_TRANSLATIONS="/privacy-experience/gvl/translations",e.NOTICES_SERVED="/notices-served",e))(Ko||{});const Yo=e=>Ge(void 0,[e],function*({userLocationString:t,userLanguageString:o,fidesApiUrl:n,apiOptions:i,propertyId:r,requestMinimalTCF:a}){var s,l,c;if(i!=null&&i.getPrivacyExperienceFn)try{return yield i.getPrivacyExperienceFn(t,null)}catch{return{}}const p=[["Unescape-Safestr","true"],["Accept-Encoding","gzip, deflate"]];o&&p.push(["Accept-Language",o]);const d={method:"GET",mode:"cors",headers:p};let g=ke(ke({show_disabled:"false",region:t,component:M.OVERLAY,has_notices:"true",has_config:"true",systems_applicable:"true",exclude_gvl_languages:"true",include_meta:"true",include_gvl:"true",include_non_applicable_notices:"true"},a&&{minimal_tcf:"true"}),r&&{property_id:r});g=new URLSearchParams(g);let u;try{if(u=yield fetch(`${n}/privacy-experience?${g}`,d),!u.ok)throw new Error("Error fetching experience from Fides API")}catch{return{}}try{const v=yield u.json(),b=(s=v.items&&v.items[0])!=null?s:{},m=(c=(l=b.experience_config)==null?void 0:l.translations)==null?void 0:c[0].language;return b}catch{return{}}}),qo=(e,t)=>Ge(void 0,null,function*(){const o=new URLSearchParams;t?.forEach(a=>{o.append("language",a)});const n={method:"GET",mode:"cors"};let i;try{i=yield fetch(`${e}/privacy-experience/gvl/translations${o.size>0?"?":""}${o.toString()}`,n)}catch{return{}}return i.ok?yield i.json():{}}),Wo={method:"PATCH",mode:"cors",headers:{"Content-Type":"application/json"}},Zo="Fides.js",Jo=(e,t,o,n,i)=>Ge(void 0,null,function*(){var r;if((r=o.apiOptions)!=null&&r.savePreferencesFn){try{yield o.apiOptions.savePreferencesFn(e,n.consent,n.fides_string,i)}catch(l){return Promise.reject(l)}return Promise.resolve()}const a=kt(ke({},Wo),{body:JSON.stringify(kt(ke({},t),{source:Zo}))});return(yield fetch(`${o.fidesApiUrl}/privacy-preferences`,a)).ok,Promise.resolve()}),Xo=e=>Ge(void 0,[e],function*({request:t,options:o}){var n;if((n=o.apiOptions)!=null&&n.patchNoticesServedFn)try{return yield o.apiOptions.patchNoticesServedFn(t)}catch{return null}const i=kt(ke({},Wo),{body:JSON.stringify(t)}),r=yield fetch(`${o.fidesApiUrl}/notices-served`,i);return r.ok?r.json():null});var ka=(e,t,o)=>new Promise((n,i)=>{var r=l=>{try{s(o.next(l))}catch(c){i(c)}},a=l=>{try{s(o.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const Qo=(e,t)=>ka(void 0,null,function*(){if(!e||!t)return null;const o=yield fetch(t,{mode:"cors"});if(!o.ok)return null;try{return yield o.json()}catch{return null}}),Ca=()=>{var e;if(window.Fides.options.tcfEnabled)return!1;if(typeof((e=window.navigator)==null?void 0:e.globalPrivacyControl)=="boolean")return window.navigator.globalPrivacyControl;const t=new URL(window.location.href).searchParams.get("globalPrivacyControl");if(t==="true")return!0;if(t==="false")return!1},_e=()=>typeof window>"u"?{}:{globalPrivacyControl:Ca()};var xa=Object.defineProperty,Ea=Object.defineProperties,Oa=Object.getOwnPropertyDescriptors,en=Object.getOwnPropertySymbols,Pa=Object.prototype.hasOwnProperty,Aa=Object.prototype.propertyIsEnumerable,tn=(e,t,o)=>t in e?xa(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,on=(e,t)=>{for(var o in t||(t={}))Pa.call(t,o)&&tn(e,o,t[o]);if(en)for(var o of en(t))Aa.call(t,o)&&tn(e,o,t[o]);return e},Na=(e,t)=>Ea(e,Oa(t)),nn=(e,t,o)=>new Promise((n,i)=>{var r=l=>{try{s(o.next(l))}catch(c){i(c)}},a=l=>{try{s(o.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});function $a(e,t,o,n,i,r,a,s,l,c){return nn(this,null,function*(){const p=(r||[]).map(g=>({preference:g.consentPreference,privacy_notice_history_id:g.noticeHistoryId||""})),d=on({browser_identity:t.identity,preferences:p,privacy_experience_config_history_id:i,user_geography:s,method:n,served_notice_history_id:l,property_id:c},a??[]);yield Jo(n,d,e,t,o)})}const rn=e=>nn(void 0,[e],function*({consentPreferencesToSave:t,privacyExperienceConfigHistoryId:o,experience:n,consentMethod:i,options:r,userLocationString:a,cookie:s,servedNoticeHistoryId:l,tcf:c,updateCookie:p,propertyId:d}){var g,u,v,b;const m=yield p(s);Object.assign(s,m),Object.assign(s.fides_meta,{consentMethod:i}),q("FidesUpdating",s,r.debug);const h=Ie(s.consent,(u=(g=window.Fides)==null?void 0:g.experience)==null?void 0:u.non_applicable_privacy_notices,(b=(v=window.Fides)==null?void 0:v.experience)==null?void 0:b.privacy_notices);if(window.Fides.consent=h,window.Fides.fides_string=s.fides_string,window.Fides.tcf_consent=s.tcf_consent,ho(Na(on({},s),{consent:h}),r.base64Cookie),window.Fides.saved_consent=s.consent,!r.fidesDisableSaveApi)try{yield $a(r,s,n,i,o,t,c,a,l,d)}catch{}t&&t.filter(y=>y.consentPreference===V.OPT_OUT).forEach(y=>{var k,w;(k=y.notice)!=null&&k.cookies&&ko(y.notice.cookies,(w=n.experience_config)==null?void 0:w.auto_subdomain_cookie_deletion)}),q("FidesUpdated",s,r.debug)}),Ta=()=>{document.body.classList.add("fides-no-scroll")},an=()=>{document.body.classList.remove("fides-no-scroll")},La=e=>new DOMParser().parseFromString(e,"text/html").body.textContent||"",sn=e=>{let t=0,o=200;return new Promise(n=>{const i=r=>{const a=setTimeout(()=>{const s=document.getElementById(e);s?(clearInterval(a),n(s)):(t+=1,t>=5&&o<1e3&&(o+=200),i(o))},r)};i(o)})};var Ia=Object.defineProperty,ln=Object.getOwnPropertySymbols,Sa=Object.prototype.hasOwnProperty,Fa=Object.prototype.propertyIsEnumerable,cn=(e,t,o)=>t in e?Ia(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,dn=(e,t)=>{for(var o in t||(t={}))Sa.call(t,o)&&cn(e,o,t[o]);if(ln)for(var o of ln(t))Fa.call(t,o)&&cn(e,o,t[o]);return e},Ct=(e,t,o)=>new Promise((n,i)=>{var r=l=>{try{s(o.next(l))}catch(c){i(c)}},a=l=>{try{s(o.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const ja=(e,t)=>Ct(void 0,null,function*(){return rt(e)||rt(yield Qo(t.isGeolocationEnabled,t.geolocationApiUrl))}),Da=e=>Ct(void 0,[e],function*({savedConsent:t,effectiveExperience:o,cookie:n,fidesRegionString:i,fidesOptions:r,i18n:a}){if(!o||!o.experience_config||!o.privacy_notices||o.privacy_notices.length===0)return!1;const s=_e(),{nc:l}=To(r.fidesString||"");s.globalPrivacyControl;const{consent:c,method:p}=bt(r),d=!!c&&!!p&&!ge();if(!s.globalPrivacyControl&&!l&&!d)return!1;const g=Be(a,o.experience_config),u=g?.privacy_experience_config_history_id;let v=!1,b=!1,m=!1;const h=o.privacy_notices.map(y=>{const k=Ne(y,t),w=ht(a,y);if(d&&c){const P=c[y.notice_key];if(P!==void 0){m=!0;const S=typeof P=="boolean"?oe(P,y.consent_mechanism):P;return new pe(y,S,w?.privacy_notice_history_id)}}const x=st(l);if(y.consent_mechanism!==H.NOTICE_ONLY){if(x){const P=x[y.notice_key];if(P!==void 0)return b=!0,new pe(y,oe(P,y.consent_mechanism),w?.privacy_notice_history_id)}if(s.globalPrivacyControl&&y.has_gpc_flag&&!k)return v=!0,new pe(y,oe(!1,y.consent_mechanism),w?.privacy_notice_history_id)}return new pe(y,oe(dt(y,t),y.consent_mechanism),w?.privacy_notice_history_id)});if(v||b||m){let y=L.SCRIPT;return m&&p?y=p:b?y=L.SCRIPT:v&&(y=L.GPC),yield rn({servedNoticeHistoryId:Me(),consentPreferencesToSave:h,privacyExperienceConfigHistoryId:u,experience:o,consentMethod:y,options:r,userLocationString:i||void 0,cookie:n,updateCookie:k=>gt(k,h)}),!0}return!1}),pn=(e,t)=>{const o={};if(typeof window<"u"){const n=new URLSearchParams(window.location.search),i=t.options.customOptionsPath&&t.options.customOptionsPath.split("."),r=i&&i.length>=0?no(i):window.fides_overrides,a=to(e);a?.forEach(({overrideName:s,overrideType:l,overrideKey:c,validationRegex:p,transform:d})=>{const g=n.get(c),u=r?r[c]:void 0,v=Re(c),b=g||u||v;b&&p.test(b.toString())&&(d?o[s]=d(b.toString()):o[s]=l==="string"?b:JSON.parse(b.toString()))})}return o},Ma=({consent:e,options:t})=>{const o=_e(),n=wo(e,o);return mo(n,t.fidesClearCookie)},za=({cookie:e,savedConsent:t,experience:o,geolocation:n,options:i,updateExperienceFromCookieConsent:r})=>{const a=!bo(e);Po(i);const{consent:s}=bt(i),l=!!s;if(!a&&!i.fidesString&&!l)return null;let c=o;return ve(o)&&(c=r({experience:o,cookie:e,debug:i.debug})),{consent:e.consent,fides_meta:e.fides_meta,identity:e.identity,experience:c,tcf_consent:e.tcf_consent,fides_string:e.fides_string,saved_consent:t,geolocation:n,options:i,initialized:!0}},Ra=e=>Ct(void 0,[e],function*({fides:t,options:o,geolocation:n,initOverlay:i,renderOverlay:r,updateExperience:a,overrides:s,propertyId:l}){var c;let p=!0,d=null,g=()=>Pe;if(!t.cookie)throw new Error("Fides cookie should be initialized");if(p=o.isOverlayEnabled,p){eo(o)||(p=!1),d=yield ja(n,o);let y=!1;if(d?ve(t.experience)||(y=!0,t.experience=yield Yo({userLocationString:d,fidesApiUrl:o.fidesApiUrl,apiOptions:o.apiOptions,requestMinimalTCF:!1,propertyId:l})):p=!1,p&&ve(t.experience)&&oo(t.experience)){if(y){const x=a({cookie:t.cookie,experience:t.experience});t.experience=dn(dn({},t.experience),x)}const k=xo({cookie:t.cookie,experience:t.experience});t.cookie=k;const w=wt();if(Bo(w,window?.navigator,t.experience,o,s?.experienceTranslationOverrides),t.locale=w.locale||I,g=x=>Go(!!(x!=null&&x.disableLocalization),w,t.experience),((c=t.experience.experience_config)==null?void 0:c.component)===M.HEADLESS){const x=o.modalLinkId||"fides-modal-link";!t.experience||o.fidesEmbed||o.modalLinkId,sn(x).then(P=>{document.body.classList.add("fides-overlay-modal-link-shown"),P.classList.add("fides-modal-link-shown")}),p=!1}i&&p&&i({options:o,experience:t.experience,i18n:w,fidesRegionString:d,cookie:t.cookie,savedConsent:t.saved_consent,renderOverlay:r,propertyId:l,translationOverrides:s?.experienceTranslationOverrides}).catch(x=>{}),setTimeout(Da.bind(null,{savedConsent:t.saved_consent,effectiveExperience:t.experience,cookie:t.cookie,fidesRegionString:d,fidesOptions:o,i18n:w}))}}const{consent:u,fides_meta:v,identity:b,fides_string:m,tcf_consent:h}=t.cookie;return{consent:u,fides_meta:v,identity:b,fides_string:m,tcf_consent:h,experience:t.experience,geolocation:n,options:o,initialized:!0,getModalLinkLabel:g}});var Ve,O,un,le,fn,vn,xt,Et,Ot,Pt,gn,Ce={},_n=[],Ua=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,He=Array.isArray;function ne(e,t){for(var o in t)e[o]=t[o];return e}function bn(e){var t=e.parentNode;t&&t.removeChild(e)}function f(e,t,o){var n,i,r,a={};for(r in t)r=="key"?n=t[r]:r=="ref"?i=t[r]:a[r]=t[r];if(arguments.length>2&&(a.children=arguments.length>3?Ve.call(arguments,2):o),typeof e=="function"&&e.defaultProps!=null)for(r in e.defaultProps)a[r]===void 0&&(a[r]=e.defaultProps[r]);return Ke(e,a,n,i,null)}function Ke(e,t,o,n,i){var r={type:e,props:t,key:o,ref:n,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:i??++un,__i:-1,__u:0};return i==null&&O.vnode!=null&&O.vnode(r),r}function ee(e){return e.children}function te(e,t){this.props=e,this.context=t}function ce(e,t){if(t==null)return e.__?ce(e.__,e.__i+1):null;for(var o;t<e.__k.length;t++)if((o=e.__k[t])!=null&&o.__e!=null)return o.__e;return typeof e.type=="function"?ce(e):null}function yn(e){var t,o;if((e=e.__)!=null&&e.__c!=null){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if((o=e.__k[t])!=null&&o.__e!=null){e.__e=e.__c.base=o.__e;break}return yn(e)}}function At(e){(!e.__d&&(e.__d=!0)&&le.push(e)&&!Ye.__r++||fn!==O.debounceRendering)&&((fn=O.debounceRendering)||vn)(Ye)}function Ye(){var e,t,o,n,i,r,a,s;for(le.sort(xt);e=le.shift();)e.__d&&(t=le.length,n=void 0,r=(i=(o=e).__v).__e,a=[],s=[],o.__P&&((n=ne({},i)).__v=i.__v+1,O.vnode&&O.vnode(n),Nt(o.__P,n,i,o.__n,o.__P.namespaceURI,32&i.__u?[r]:null,a,r??ce(i),!!(32&i.__u),s),n.__v=i.__v,n.__.__k[n.__i]=n,Cn(a,n,s),n.__e!=r&&yn(n)),le.length>t&&le.sort(xt));Ye.__r=0}function mn(e,t,o,n,i,r,a,s,l,c,p){var d,g,u,v,b,m=n&&n.__k||_n,h=t.length;for(o.__d=l,Ba(o,t,m),l=o.__d,d=0;d<h;d++)(u=o.__k[d])!=null&&typeof u!="boolean"&&typeof u!="function"&&(g=u.__i===-1?Ce:m[u.__i]||Ce,u.__i=d,Nt(e,u,g,i,r,a,s,l,c,p),v=u.__e,u.ref&&g.ref!=u.ref&&(g.ref&&$t(g.ref,null,u),p.push(u.ref,u.__c||v,u)),b==null&&v!=null&&(b=v),65536&u.__u||g.__k===u.__k?(l&&typeof u.type=="string"&&!e.contains(l)&&(l=ce(g)),l=hn(u,l,e)):typeof u.type=="function"&&u.__d!==void 0?l=u.__d:v&&(l=v.nextSibling),u.__d=void 0,u.__u&=-196609);o.__d=l,o.__e=b}function Ba(e,t,o){var n,i,r,a,s,l=t.length,c=o.length,p=c,d=0;for(e.__k=[],n=0;n<l;n++)a=n+d,(i=e.__k[n]=(i=t[n])==null||typeof i=="boolean"||typeof i=="function"?null:typeof i=="string"||typeof i=="number"||typeof i=="bigint"||i.constructor==String?Ke(null,i,null,null,null):He(i)?Ke(ee,{children:i},null,null,null):i.constructor===void 0&&i.__b>0?Ke(i.type,i.props,i.key,i.ref?i.ref:null,i.__v):i)!=null?(i.__=e,i.__b=e.__b+1,s=Ga(i,o,a,p),i.__i=s,r=null,s!==-1&&(p--,(r=o[s])&&(r.__u|=131072)),r==null||r.__v===null?(s==-1&&d--,typeof i.type!="function"&&(i.__u|=65536)):s!==a&&(s==a-1?d=s-a:s==a+1?d++:s>a?p>l-a?d+=s-a:d--:s<a&&d++,s!==n+d&&(i.__u|=65536))):(r=o[a])&&r.key==null&&r.__e&&(131072&r.__u)==0&&(r.__e==e.__d&&(e.__d=ce(r)),Tt(r,r,!1),o[a]=null,p--);if(p)for(n=0;n<c;n++)(r=o[n])!=null&&(131072&r.__u)==0&&(r.__e==e.__d&&(e.__d=ce(r)),Tt(r,r))}function hn(e,t,o){var n,i;if(typeof e.type=="function"){for(n=e.__k,i=0;n&&i<n.length;i++)n[i]&&(n[i].__=e,t=hn(n[i],t,o));return t}e.__e!=t&&(o.insertBefore(e.__e,t||null),t=e.__e);do t=t&&t.nextSibling;while(t!=null&&t.nodeType===8);return t}function qe(e,t){return t=t||[],e==null||typeof e=="boolean"||(He(e)?e.some(function(o){qe(o,t)}):t.push(e)),t}function Ga(e,t,o,n){var i=e.key,r=e.type,a=o-1,s=o+1,l=t[o];if(l===null||l&&i==l.key&&r===l.type&&(131072&l.__u)==0)return o;if(n>(l!=null&&(131072&l.__u)==0?1:0))for(;a>=0||s<t.length;){if(a>=0){if((l=t[a])&&(131072&l.__u)==0&&i==l.key&&r===l.type)return a;a--}if(s<t.length){if((l=t[s])&&(131072&l.__u)==0&&i==l.key&&r===l.type)return s;s++}}return-1}function wn(e,t,o){t[0]==="-"?e.setProperty(t,o??""):e[t]=o==null?"":typeof o!="number"||Ua.test(t)?o:o+"px"}function We(e,t,o,n,i){var r;e:if(t==="style")if(typeof o=="string")e.style.cssText=o;else{if(typeof n=="string"&&(e.style.cssText=n=""),n)for(t in n)o&&t in o||wn(e.style,t,"");if(o)for(t in o)n&&o[t]===n[t]||wn(e.style,t,o[t])}else if(t[0]==="o"&&t[1]==="n")r=t!==(t=t.replace(/(PointerCapture)$|Capture$/i,"$1")),t=t.toLowerCase()in e||t==="onFocusOut"||t==="onFocusIn"?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+r]=o,o?n?o.u=n.u:(o.u=Et,e.addEventListener(t,r?Pt:Ot,r)):e.removeEventListener(t,r?Pt:Ot,r);else{if(i=="http://www.w3.org/2000/svg")t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(t!="width"&&t!="height"&&t!="href"&&t!="list"&&t!="form"&&t!="tabIndex"&&t!="download"&&t!="rowSpan"&&t!="colSpan"&&t!="role"&&t!="popover"&&t in e)try{e[t]=o??"";break e}catch{}typeof o=="function"||(o==null||o===!1&&t[4]!=="-"?e.removeAttribute(t):e.setAttribute(t,t=="popover"&&o==1?"":o))}}function kn(e){return function(t){if(this.l){var o=this.l[t.type+e];if(t.t==null)t.t=Et++;else if(t.t<o.u)return;return o(O.event?O.event(t):t)}}}function Nt(e,t,o,n,i,r,a,s,l,c){var p,d,g,u,v,b,m,h,y,k,w,x,P,S,U,F,N=t.type;if(t.constructor!==void 0)return null;128&o.__u&&(l=!!(32&o.__u),r=[s=t.__e=o.__e]),(p=O.__b)&&p(t);e:if(typeof N=="function")try{if(h=t.props,y="prototype"in N&&N.prototype.render,k=(p=N.contextType)&&n[p.__c],w=p?k?k.props.value:p.__:n,o.__c?m=(d=t.__c=o.__c).__=d.__E:(y?t.__c=d=new N(h,w):(t.__c=d=new te(h,w),d.constructor=N,d.render=Ha),k&&k.sub(d),d.props=h,d.state||(d.state={}),d.context=w,d.__n=n,g=d.__d=!0,d.__h=[],d._sb=[]),y&&d.__s==null&&(d.__s=d.state),y&&N.getDerivedStateFromProps!=null&&(d.__s==d.state&&(d.__s=ne({},d.__s)),ne(d.__s,N.getDerivedStateFromProps(h,d.__s))),u=d.props,v=d.state,d.__v=t,g)y&&N.getDerivedStateFromProps==null&&d.componentWillMount!=null&&d.componentWillMount(),y&&d.componentDidMount!=null&&d.__h.push(d.componentDidMount);else{if(y&&N.getDerivedStateFromProps==null&&h!==u&&d.componentWillReceiveProps!=null&&d.componentWillReceiveProps(h,w),!d.__e&&(d.shouldComponentUpdate!=null&&d.shouldComponentUpdate(h,d.__s,w)===!1||t.__v===o.__v)){for(t.__v!==o.__v&&(d.props=h,d.state=d.__s,d.__d=!1),t.__e=o.__e,t.__k=o.__k,t.__k.forEach(function(C){C&&(C.__=t)}),x=0;x<d._sb.length;x++)d.__h.push(d._sb[x]);d._sb=[],d.__h.length&&a.push(d);break e}d.componentWillUpdate!=null&&d.componentWillUpdate(h,d.__s,w),y&&d.componentDidUpdate!=null&&d.__h.push(function(){d.componentDidUpdate(u,v,b)})}if(d.context=w,d.props=h,d.__P=e,d.__e=!1,P=O.__r,S=0,y){for(d.state=d.__s,d.__d=!1,P&&P(t),p=d.render(d.props,d.state,d.context),U=0;U<d._sb.length;U++)d.__h.push(d._sb[U]);d._sb=[]}else do d.__d=!1,P&&P(t),p=d.render(d.props,d.state,d.context),d.state=d.__s;while(d.__d&&++S<25);d.state=d.__s,d.getChildContext!=null&&(n=ne(ne({},n),d.getChildContext())),y&&!g&&d.getSnapshotBeforeUpdate!=null&&(b=d.getSnapshotBeforeUpdate(u,v)),mn(e,He(F=p!=null&&p.type===ee&&p.key==null?p.props.children:p)?F:[F],t,o,n,i,r,a,s,l,c),d.base=t.__e,t.__u&=-161,d.__h.length&&a.push(d),m&&(d.__E=d.__=null)}catch(C){t.__v=null,l||r!=null?(t.__e=s,t.__u|=l?160:32,r[r.indexOf(s)]=null):(t.__e=o.__e,t.__k=o.__k),O.__e(C,t,o)}else r==null&&t.__v===o.__v?(t.__k=o.__k,t.__e=o.__e):t.__e=Va(o.__e,t,o,n,i,r,a,l,c);(p=O.diffed)&&p(t)}function Cn(e,t,o){t.__d=void 0;for(var n=0;n<o.length;n++)$t(o[n],o[++n],o[++n]);O.__c&&O.__c(t,e),e.some(function(i){try{e=i.__h,i.__h=[],e.some(function(r){r.call(i)})}catch(r){O.__e(r,i.__v)}})}function Va(e,t,o,n,i,r,a,s,l){var c,p,d,g,u,v,b,m=o.props,h=t.props,y=t.type;if(y==="svg"?i="http://www.w3.org/2000/svg":y==="math"?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),r!=null){for(c=0;c<r.length;c++)if((u=r[c])&&"setAttribute"in u==!!y&&(y?u.localName===y:u.nodeType===3)){e=u,r[c]=null;break}}if(e==null){if(y===null)return document.createTextNode(h);e=document.createElementNS(i,y,h.is&&h),r=null,s=!1}if(y===null)m===h||s&&e.data===h||(e.data=h);else{if(r=r&&Ve.call(e.childNodes),m=o.props||Ce,!s&&r!=null)for(m={},c=0;c<e.attributes.length;c++)m[(u=e.attributes[c]).name]=u.value;for(c in m)if(u=m[c],c!="children"){if(c=="dangerouslySetInnerHTML")d=u;else if(c!=="key"&&!(c in h)){if(c=="value"&&"defaultValue"in h||c=="checked"&&"defaultChecked"in h)continue;We(e,c,null,u,i)}}for(c in h)u=h[c],c=="children"?g=u:c=="dangerouslySetInnerHTML"?p=u:c=="value"?v=u:c=="checked"?b=u:c==="key"||s&&typeof u!="function"||m[c]===u||We(e,c,u,m[c],i);if(p)s||d&&(p.__html===d.__html||p.__html===e.innerHTML)||(e.innerHTML=p.__html),t.__k=[];else if(d&&(e.innerHTML=""),mn(e,He(g)?g:[g],t,o,n,y==="foreignObject"?"http://www.w3.org/1999/xhtml":i,r,a,r?r[0]:o.__k&&ce(o,0),s,l),r!=null)for(c=r.length;c--;)r[c]!=null&&bn(r[c]);s||(c="value",v!==void 0&&(v!==e[c]||y==="progress"&&!v||y==="option"&&v!==m[c])&&We(e,c,v,m[c],i),c="checked",b!==void 0&&b!==e[c]&&We(e,c,b,m[c],i))}return e}function $t(e,t,o){try{typeof e=="function"?e(t):e.current=t}catch(n){O.__e(n,o)}}function Tt(e,t,o){var n,i;if(O.unmount&&O.unmount(e),(n=e.ref)&&(n.current&&n.current!==e.__e||$t(n,null,t)),(n=e.__c)!=null){if(n.componentWillUnmount)try{n.componentWillUnmount()}catch(r){O.__e(r,t)}n.base=n.__P=null}if(n=e.__k)for(i=0;i<n.length;i++)n[i]&&Tt(n[i],t,o||typeof e.type!="function");o||e.__e==null||bn(e.__e),e.__c=e.__=e.__e=e.__d=void 0}function Ha(e,t,o){return this.constructor(e,o)}function xn(e,t,o){var n,i,r,a;O.__&&O.__(e,t),i=(n=typeof o=="function")?null:o&&o.__k||t.__k,r=[],a=[],Nt(t,e=(!n&&o||t).__k=f(ee,null,[e]),i||Ce,Ce,t.namespaceURI,!n&&o?[o]:i?null:t.firstChild?Ve.call(t.childNodes):null,r,!n&&o?o:i?i.__e:t.firstChild,n,a),Cn(r,e,a)}function Lt(e,t){var o={__c:t="__cC"+gn++,__:e,Consumer:function(n,i){return n.children(i)},Provider:function(n){var i,r;return this.getChildContext||(i=[],(r={})[t]=this,this.getChildContext=function(){return r},this.componentWillUnmount=function(){i=null},this.shouldComponentUpdate=function(a){this.props.value!==a.value&&i.some(function(s){s.__e=!0,At(s)})},this.sub=function(a){i.push(a);var s=a.componentWillUnmount;a.componentWillUnmount=function(){i&&i.splice(i.indexOf(a),1),s&&s.call(a)}}),n.children}};return o.Provider.__=o.Consumer.contextType=o}Ve=_n.slice,O={__e:function(e,t,o,n){for(var i,r,a;t=t.__;)if((i=t.__c)&&!i.__)try{if((r=i.constructor)&&r.getDerivedStateFromError!=null&&(i.setState(r.getDerivedStateFromError(e)),a=i.__d),i.componentDidCatch!=null&&(i.componentDidCatch(e,n||{}),a=i.__d),a)return i.__E=i}catch(s){e=s}throw e}},un=0,te.prototype.setState=function(e,t){var o;o=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=ne({},this.state),typeof e=="function"&&(e=e(ne({},o),this.props)),e&&ne(o,e),e!=null&&this.__v&&(t&&this._sb.push(t),At(this))},te.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),At(this))},te.prototype.render=ee,le=[],vn=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,xt=function(e,t){return e.__v.__b-t.__v.__b},Ye.__r=0,Et=0,Ot=kn(!1),Pt=kn(!0),gn=0;const Ka=e=>{try{const t=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e);if(!t)return null;let o=parseInt(t[1],16),n=parseInt(t[2],16),i=parseInt(t[3],16);o/=255,n/=255,i/=255;const r=Math.max(o,n,i),a=Math.min(o,n,i);let s,l;const c=(r+a)/2;if(r===a)s=l=0;else{const p=r-a;switch(l=c>.5?p/(2-r-a):p/(r+a),r){case o:s=(n-i)/p+(n<i?6:0);break;case n:s=(i-o)/p+2;break;case i:s=(o-n)/p+4;break}s/=6}return{h:s,s:l,l:c}}catch{return null}},Ya=(e,t=!1)=>{let o="";const n=Math.round(e.h*360),i=Math.round(e.s*100),r=Math.round(e.l*100);return o=`${n},${i}%,${r}%`,o=t?o:`hsl(${o})`,o};var En=(e=>(e.HEX="hex",e.HSL="hsl",e))(En||{});const qa=(e,t,o)=>{const n=t==="hex"?Ka(e):e;return n&&n.l?(n.l<.25?n.l=o===1?n.l+.1:n.l+.2:n.l<.5?n.l=o===1?n.l+.08:n.l+.16:n.l<.75?n.l=o===1?n.l+.06:n.l+.12:n.l<.9?n.l=o===1?n.l+.04:n.l+.08:n.l=.9,Ya(n)):e};var Ze=(e,t,o)=>new Promise((n,i)=>{var r=l=>{try{s(o.next(l))}catch(c){i(c)}},a=l=>{try{s(o.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const On="fides-embed-container",Wa="fides-overlay";let Je;const Pn=e=>Ze(void 0,[e],function*({options:t,experience:o,i18n:n,fidesRegionString:i,cookie:r,savedConsent:a,renderOverlay:s,propertyId:l,translationOverrides:c}){const p=()=>Ze(void 0,null,function*(){var d,g,u;try{if(Je&&(xn(null,Je),Je=void 0),t.fidesPrimaryColor){document.documentElement.style.setProperty("--fides-overlay-primary-color",t.fidesPrimaryColor);const b=qa(t.fidesPrimaryColor,En.HEX,1);document.documentElement.style.setProperty("--fides-overlay-primary-button-background-hover-color",b)}let v;if(t.fidesEmbed)v=document.getElementById(On),v||(yield Ze(void 0,null,function*(){return new Promise(b=>{let m=0,h=200;const y=setInterval(()=>{v=document.getElementById(On),v?(clearInterval(y),b()):(m+=1,m>=5&&h<1e3&&(h+=200))},h)})}));else{const b=t.overlayParentId||Wa;v=document.getElementById(b),v||(v=document.createElement("div"),v.id=b,v.className="fides-overlay",document.body.prepend(v))}return v?(s&&(((d=o.experience_config)==null?void 0:d.component)===M.MODAL||((g=o.experience_config)==null?void 0:g.component)===M.BANNER_AND_MODAL||((u=o.experience_config)==null?void 0:u.component)===M.TCF_OVERLAY)&&(s({options:t,experience:o,i18n:n,fidesRegionString:i,cookie:r,savedConsent:a,propertyId:l,translationOverrides:c},v),Je=v),yield Promise.resolve()):yield Promise.reject(new Error("There was a problem rendering the Fides overlay."))}catch(v){return Promise.reject(v)}});return document?.readyState==="loading"?document.addEventListener("readystatechange",()=>Ze(void 0,null,function*(){document.readyState==="interactive"&&p()})):p(),Promise.resolve()});function Za(e,t){t===void 0&&(t={});var o=t.insertAt;if(!(!e||typeof document>"u")){var n=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css",o==="top"&&n.firstChild?n.insertBefore(i,n.firstChild):n.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}var Ja=`:root{--fides-overlay-primary-color:#2b2e35;--fides-overlay-background-color:#f7fafc;--fides-overlay-embed-background-color:transparent;--fides-overlay-font-color:#4a5568;--fides-overlay-font-color-dark:#2d3748;--fides-overlay-hover-color:#edf2f7;--fides-overlay-gpc-applied-background-color:#38a169;--fides-overlay-gpc-applied-text-color:#fff;--fides-overlay-gpc-overridden-background-color:#e53e3e;--fides-overlay-gpc-overridden-text-color:#fff;--fides-overlay-brand-link-logo-color:#2b2e35;--fides-overlay-background-dark-color:#e2e8f0;--fides-overlay-width:680px;--fides-overlay-primary-button-background-color:var(
|
2
2
|
--fides-overlay-primary-color
|
3
3
|
);--fides-overlay-primary-button-background-hover-color:#4f525b;--fides-overlay-primary-button-text-color:#fff;--fides-overlay-primary-button-border-color:transparent;--fides-overlay-secondary-button-background-color:var(
|
4
4
|
--fides-overlay-background-color
|
@@ -8,4 +8,4 @@
|
|
8
8
|
--fides-overlay-primary-color
|
9
9
|
);--fides-overlay-title-font-color:var(--fides-overlay-font-color);--fides-overlay-body-font-color:var(--fides-overlay-font-color);--fides-overlay-link-font-color:var(--fides-overlay-font-color-dark);--fides-overlay-primary-active-color:var(--fides-overlay-primary-color);--fides-overlay-inactive-color:#e2e8f0;--fides-overlay-inactive-font-color:#a0aec0;--fides-overlay-disabled-color:#e1e7ee;--fides-overlay-row-divider-color:#e2e8f0;--fides-overlay-row-hover-color:var(--fides-overlay-hover-color);--fides-overlay-badge-background-color:#718096;--fides-overlay-badge-border-radius:4px;--fides-overlay-select-border-color:#e2e8f0;--fides-overlay-language-button-border-radius:4px;--fides-overlay-font-family:Inter,sans-serif;--fides-base-font-size:16px;--8px:calc(var(--fides-base-font-size)*0.5);--12px:calc(var(--fides-base-font-size)*0.75);--14px:calc(var(--fides-base-font-size)*0.875);--16px:calc(var(--fides-base-font-size)*1);--fides-overlay-font-size-body-xs:var(--8px);--fides-overlay-font-size-body-small:var(--12px);--fides-overlay-font-size-body:var(--14px);--fides-overlay-font-size-title:var(--16px);--fides-overlay-font-size-buttons:var(--14px);--fides-overlay-padding:24px;--fides-overlay-button-border-radius:6px;--fides-overlay-button-padding:8px 16px;--fides-overlay-link-v-padding:4px;--fides-overlay-link-h-padding:4px;--fides-overlay-link-padding:var(--fides-overlay-link-v-padding) var(--fides-overlay-link-h-padding);--fides-overlay-container-border-radius:12px;--fides-overlay-container-border-width:1px;--fides-overlay-component-border-radius:4px;--fides-overlay-banner-offset:48px;--fides-banner-font-size-title:var(--16px);--fides-overlay-language-loading-indicator-speed:5s;--fides-overlay-modal-secondary-button-group-height:calc(var(--fides-overlay-font-size-body) + var(--fides-overlay-link-v-padding)*2)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}div.fides-overlay{position:fixed;z-index:1000}div#fides-overlay-wrapper *{box-sizing:border-box}.fides-banner,.fides-modal-container{-webkit-font-smoothing:antialiased;font-family:var(--fides-overlay-font-family);font-size:var(--fides-overlay-font-size-body);line-height:1.4em;white-space:pre-line}#fides-modal-link{cursor:pointer;display:none}#fides-modal-link.fides-modal-link-shown{display:inline}div#fides-banner-container:not(.fides-embedded){display:flex;justify-content:center;position:fixed;transform:translateY(0);transition:transform 1s,visibility 1s;visibility:visible;width:100%;z-index:1}div#fides-banner{align-items:center;background:var(--fides-overlay-background-color);border-top:var(--fides-overlay-container-border-width) solid var(--fides-overlay-primary-color);color:var(--fides-overlay-body-font-color);display:flex;flex-direction:row;flex-wrap:wrap;font-size:var(--fides-overlay-font-size-body);justify-content:space-between;overflow-y:hidden;padding:24px;position:relative}.fides-embedded div#fides-banner{border:none}div#fides-banner-inner{width:100%}div#fides-banner-container.fides-banner-bottom{bottom:0;left:0}div#fides-banner-container.fides-banner-hidden{visibility:hidden}div#fides-banner-container.fides-banner-hidden.fides-embedded{display:none}div#fides-banner-container.fides-banner-bottom.fides-banner-hidden{transform:translateY(150%)}div#fides-banner-container.fides-banner-top{left:0;top:0}div#fides-banner-container.fides-banner-top.fides-banner-hidden{transform:translateY(-150%)}div#fides-banner-inner div#fides-button-group{align-items:center;flex-direction:row-reverse;margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0;width:100%}.fides-modal-footer div#fides-button-group{align-items:center;flex-direction:column;gap:12px;margin-inline:var(--fides-overlay-padding)}div#fides-banner-heading{align-items:center;display:flex;margin-right:13px}.fides-banner-title{color:var(--fides-overlay-title-font-color);font-size:var(--fides-banner-font-size-title);font-weight:600;line-height:1.5em;margin:0}.fides-banner-description{flex:1;font-size:var(--fides-overlay-font-size-body);margin-bottom:24px;margin-top:16px}.fides-banner-description a,.fides-modal-description a{color:var(--fides-overlay-primary-color)}div#fides-banner-notices{margin-top:16px}div#fides-button-group{background-color:var(--fides-overlay-background-color);display:flex;justify-content:space-between;margin-bottom:var(--fides-overlay-padding);margin-top:8px;z-index:5}button.fides-banner-button{align-items:center;background:var(--fides-overlay-primary-button-background-color);border:1px solid;border-radius:var(--fides-overlay-button-border-radius);color:var(--fides-overlay-primary-button-text-color);cursor:pointer;display:flex;font-family:var(--fides-overlay-font-family);font-size:var(--fides-overlay-font-size-buttons);font-weight:600;justify-content:center;margin:4px 0 0;padding:var(--fides-overlay-button-padding);text-decoration:none}button.fides-banner-button:focus,button.fides-banner-button:hover,button.fides-banner-button[disabled]{background:var(--fides-overlay-primary-button-background-hover-color)}button.fides-banner-button.fides-banner-button-primary{background:var(--fides-overlay-primary-button-background-color);border:none;color:var(--fides-overlay-primary-button-text-color)}button.fides-banner-button.fides-banner-button-primary:focus,button.fides-banner-button.fides-banner-button-primary:hover,button.fides-banner-button.fides-banner-button-primary[disabled]{background:var(--fides-overlay-primary-button-background-hover-color)}button.fides-banner-button.fides-banner-button-secondary{background:var(--fides-overlay-secondary-button-background-color);border:1px solid var(--fides-overlay-primary-button-background-color);color:var(--fides-overlay-secondary-button-text-color)}button.fides-banner-button.fides-banner-button-secondary:focus,button.fides-banner-button.fides-banner-button-secondary:hover,button.fides-banner-button.fides-banner-button-secondary[disabled]{background:var(--fides-overlay-secondary-button-background-hover-color)}button.fides-banner-button.fides-banner-button-tertiary{background:none;border:none;color:var(--fides-overlay-link-font-color);cursor:pointer;font-size:var(--fides-overlay-font-size-body);font-weight:500;line-height:1.25em;padding:0;text-decoration:underline}button.fides-banner-button.fides-acknowledge-button{min-width:160px}.fides-spinner{animation:spin 1s linear infinite;border-color:currentcolor currentcolor transparent transparent;border-radius:50%;border-style:solid;border-width:2px;border-right:2px solid var(--fides-overlay-primary-color);border-top:2px solid var(--fides-overlay-primary-color);height:1em;margin-left:8px;width:1em}.fides-banner-button-primary .fides-spinner{border-right-color:var(--fides-overlay-primary-button-text-color);border-top-color:var(--fides-overlay-primary-button-text-color)}.fides-banner-button-secondary .fides-spinner{border-right-color:var(--fides-overlay-secondary-button-border-color);border-top-color:var(--fides-overlay-secondary-button-border-color)}div.fides-modal-content{background-color:var(--fides-overlay-background-color);border:var(--fides-overlay-container-border-width) solid var(--fides-overlay-primary-color);border-radius:var(--fides-overlay-container-border-radius);color:var(--fides-overlay-body-font-color);display:flex;flex-direction:column;font-family:var(--fides-overlay-font-family);font-size:var(--fides-overlay-font-size-body);left:50%;max-height:680px;overflow:hidden;padding:0;position:fixed;top:50%;transform:translate(-50%,-50%);width:var(--fides-overlay-width);z-index:2}.fides-modal-container,.fides-modal-overlay{background-color:rgba(0,0,0,.25);bottom:0;left:0;position:fixed;right:0;top:0}div#fides-embed-container div#fides-consent-content .fides-modal-footer{position:inherit}div#fides-embed-container .fides-modal-body{padding-top:16px}div#fides-embed-container div#fides-consent-content{background-color:var(--fides-overlay-background-color);border:none;border-radius:var(--fides-overlay-container-border-radius);border-bottom-left-radius:0;border-bottom-right-radius:0;color:var(--fides-overlay-body-font-color);display:flex;flex-direction:column;font-family:var(--fides-overlay-font-family);font-size:var(--fides-overlay-font-size-body);left:50%;max-height:none;overflow:hidden;padding:0;position:static;top:50%;transform:none;width:var(--fides-overlay-width)}.fides-modal-container{display:flex;z-index:2}.fides-modal-container[aria-hidden=true]{display:none}div#fides-modal .fides-modal-header{display:flex;justify-content:end}div#fides-consent-content{overflow:auto;scrollbar-gutter:stable}div#fides-consent-content .fides-modal-title{color:var(--fides-overlay-title-font-color);font-size:var(--fides-overlay-font-size-title);font-weight:600;margin:0;text-align:center}div#fides-consent-content .fides-modal-body{height:100%;overflow-y:auto;padding-inline:var(--fides-overlay-padding)}.fides-modal-footer{background-color:var(--fides-overlay-background-color);border-bottom-left-radius:var(--fides-overlay-component-border-radius);border-bottom-right-radius:var(--fides-overlay-component-border-radius);bottom:0;display:flex;flex-direction:column;max-width:var(--fides-overlay-width);position:relative;width:100%;z-index:5}div#fides-consent-content .fides-modal-description{margin:8px 0 24px}.fides-banner-button-group{align-items:center;display:flex;gap:12px}.fides-modal-button-group{display:flex;flex-direction:row;gap:12px;margin-inline:var(--fides-overlay-padding);width:100%}.fides-modal-primary-actions .fides-banner-button{flex:1}.fides-banner-secondary-actions{justify-content:space-between}.fides-modal-secondary-actions{justify-content:center}.fides-modal-footer .fides-button-group-brand{min-height:var(--fides-overlay-modal-secondary-button-group-height)}.fides-modal-secondary-actions .fides-brand{align-items:center;bottom:var(--fides-overlay-padding);display:flex;font-size:var(--fides-overlay-font-size-body-xs);justify-content:center;position:absolute;right:var(--fides-overlay-padding)}.fides-modal-secondary-actions .fides-brand-link{align-items:center;color:var(--fides-overlay-font-color);display:flex;gap:4px;text-decoration:none}.fides-modal-secondary-actions .fides-brand .ethyca-logo{color:var(--fides-overlay-brand-link-logo-color)}.fides-banner-secondary-actions{gap:36px}.fides-no-scroll{overflow:hidden}div#fides-banner .fides-close-button{display:flex;position:absolute;right:0;top:0}.fides-modal-header .fides-close-button,div#fides-banner .fides-close-button{background:none;border:none;cursor:pointer;padding-right:8px;padding-top:8px}.fides-close-button:hover{background:var(--fides-overlay-hover-color)}.fides-embedded .fides-close-button{display:none!important}.fides-modal-notices{margin-bottom:16px}.fides-privacy-policy{color:var(--fides-overlay-primary-color);display:block;font-family:var(--fides-overlay-font-family);text-align:center}.fides-privacy-policy,button.fides-banner-button.fides-banner-button-tertiary,div.fides-i18n-pseudo-button{line-height:1;margin:0;padding:var(--fides-overlay-link-padding)}@media (prefers-reduced-motion:reduce){.fides-toggle-display{transition-duration:0ms}}.fides-toggle{align-items:center;display:inline-flex;flex-wrap:wrap;gap:1ch;position:relative}.fides-toggle .fides-toggle-input{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%;z-index:4}.fides-toggle .fides-toggle-display{--offset:4px;--diameter:16px;align-items:center;background-color:var(--fides-overlay-inactive-color);border-radius:100vw;box-sizing:content-box;color:var(--fides-overlay-inactive-font-color);display:inline-flex!important;height:24px;justify-content:space-around;justify-content:end;padding-inline:8px;position:relative;transition:.25s;width:34px}div#fides-overlay-wrapper .fides-toggle .fides-toggle-display{box-sizing:content-box}.fides-toggle .fides-toggle-display:before{background-color:#fff;border-radius:50%;box-shadow:0 1.3px 2.7px rgba(0,0,0,.25);box-sizing:border-box;content:"";height:var(--diameter);left:var(--offset);position:absolute;top:50%;transform:translateY(-50%);transition:inherit;width:var(--diameter);z-index:3}.fides-toggle .fides-toggle-input:checked+.fides-toggle-display{background-color:var(--fides-overlay-primary-active-color);color:var(--fides-overlay-primary-button-text-color);justify-content:start}.fides-toggle .fides-toggle-input:checked+.fides-toggle-display:before{transform:translate(26px,-50%)}.fides-toggle .fides-toggle-input:disabled{cursor:not-allowed}.fides-toggle .fides-toggle-input:disabled+.fides-toggle-display,.fides-toggle .fides-toggle-input:disabled:checked+.fides-toggle-display{background-color:var(--fides-overlay-disabled-color)}.fides-toggle .fides-toggle-input:focus+.fides-toggle-display{outline:1px auto Highlight;outline:1px auto -webkit-focus-ring-color}.fides-toggle .fides-toggle-input:focus:not(:focus-visible)+.fides-toggle-display{outline:0}.fides-divider{border-color:var(--fides-overlay-row-divider-color);border-width:0 0 1px;margin:0}.fides-disclosure-hidden{display:flex;height:0;margin-bottom:0;margin-top:0;overflow:hidden;visibility:hidden}.fides-notice-toggle .fides-notice-toggle-title{align-items:center;border-bottom:1px solid var(--fides-overlay-row-divider-color);display:flex;justify-content:space-between;padding-inline:12px 12px}.fides-notice-toggle .fides-notice-toggle-trigger{align-items:center;display:flex;justify-content:flex-end;min-height:40px}.fides-notice-toggle .fides-notice-toggle-trigger svg{flex-shrink:0}.fides-notice-toggle .fides-notice-toggle-title:hover{background-color:var(--fides-overlay-row-hover-color);cursor:pointer}.fides-notice-toggle .fides-notice-toggle-trigger:before{border-style:solid;border-width:2px 2px 0 0;content:"";display:inline-block;height:8px;margin-right:calc(var(--8px) + 2px);min-width:8px;transform:translateY(-2px) rotate(135deg);transition:transform .12s ease-in-out}.fides-notice-toggle.fides-notice-toggle-expanded .fides-notice-toggle-trigger:before{transform:translateY(2px) rotate(-45deg)}.fides-notice-toggle .fides-disclosure-visible{display:flex;flex-direction:column;gap:12px;overflow:auto;padding:12px}.fides-notice-toggle p{margin:0 0 18px}.fides-notice-toggle p:last-child{margin:0}.fides-notice-toggle-title .fides-flex-center{align-items:center;display:flex;white-space:wrap;width:100%}.fides-notice-toggle-expanded{background-color:var(--fides-overlay-row-hover-color)}.fides-notice-toggle-header{font-weight:600}.fides-notice-toggle-controls{margin-left:8px;white-space:nowrap}.fides-gpc-banner{border:1px solid var(--fides-overlay-primary-color);border-radius:var(--fides-overlay-component-border-radius);display:flex;margin-bottom:16px;padding:18px}.fides-gpc-banner p{margin:0}.fides-gpc-warning{color:var(--fides-overlay-primary-color);margin-right:8px}.fides-gpc-header{font-weight:700}.fides-gpc-label{display:inline-flex;font-size:var(--fides-overlay-font-size-body);font-weight:600;padding:0 8px;white-space:nowrap}.fides-gpc-badge{border-radius:var(--fides-overlay-badge-border-radius);display:inline-flex;font-weight:700;margin-left:4px;padding:0 4px;text-transform:uppercase}.fides-gpc-badge-applied,.fides-gpc-badge-detected{background:var(--fides-overlay-gpc-applied-background-color);color:var(--fides-overlay-gpc-applied-text-color)}.fides-gpc-badge-overridden{background:var(--fides-overlay-gpc-overridden-background-color);color:var(--fides-overlay-gpc-overridden-text-color)}.fides-tab-list{display:flex;list-style-type:none;padding:0}.fides-tab-list>li{width:100%}.fides-tab-button{background:none;border-width:0 0 1px;border-bottom:1px solid var(--fides-overlay-row-divider-color);color:var(--fides-overlay-body-font-color);cursor:pointer;font-weight:500;padding:10px 20px;width:100%}.fides-tab-button[aria-selected=true]{border-bottom-width:2px;border-color:var(--fides-overlay-primary-active-color);color:var(--fides-overlay-primary-active-color);font-weight:600}.fides-tab-button::focus-visible{outline:1px auto Highlight;outline:1px auto -webkit-focus-ring-color}.fides-tab-button:focus:not(:focus-visible){outline:0}.fides-notice-badge{align-items:center;background:var(--fides-overlay-badge-background-color);border-radius:var(--fides-overlay-badge-border-radius);color:#fff;display:inline-flex;font-size:var(--fides-overlay-font-size-body-small);font-weight:600;height:18px;margin-left:4px;margin-right:8px;padding:0 4px;text-transform:uppercase}.fides-background-dark{background-color:var(--fides-overlay-background-dark-color)}.fides-radio-button-group{background-color:var(
|
10
10
|
--fides-overlay-secondary-button-background-hover-color
|
11
|
-
);border:1px solid var(--fides-overlay-row-divider-color);display:flex;margin-bottom:22px;padding:4px}.fides-radio-button{background-color:transparent;border:none;cursor:pointer;flex:1;padding:5px 16px}.fides-radio-button[aria-checked=true]{background-color:var(--fides-overlay-primary-button-background-color);color:var(--fides-overlay-primary-button-text-color)}.fides-flex-center{align-items:center;display:flex}.fides-margin-right{margin-right:3px}.fides-justify-space-between{justify-content:space-between}.fides-vendor-details-table{width:100%}.fides-vendor-details-table td,.fides-vendor-details-table th{font-size:var(--fides-overlay-font-size-body-small);text-align:left}.fides-vendor-details-table td{border-bottom:1px solid var(--fides-overlay-row-divider-color)}.fides-link-button{background:none;border:none;color:var(--fides-overlay-body-font-color);cursor:pointer;padding:0;text-decoration:underline}.fides-external-link,.fides-primary-text-color{color:var(--fides-overlay-primary-color)}.fides-external-link{font-size:var(--fides-overlay-font-size-body-small);font-weight:500;margin-right:16px}.fides-info-box{background-color:var(--fides-overlay-hover-color);border-radius:var(--fides-overlay-component-border-radius);margin:10px 0;padding:16px}.fides-info-box p{margin:0}.fides-tabs .tabpanel-container{overflow:hidden}.tabpanel-container section[hidden]{display:none}.fides-paging-buttons{display:flex;gap:8px;justify-content:center}.fides-paging-info{color:var(--fides-overlay-font-color-dark);font-size:var(--fides-overlay-font-size-body-small);font-weight:600;padding:8px}.fides-paging-previous-button{margin-right:8px}.fides-paging-next-button,.fides-paging-previous-button{background-color:transparent;border:none;cursor:pointer;padding:6px}.fides-paging-next-button:disabled,.fides-paging-previous-button:disabled{cursor:default}.fides-i18n-menu{position:relative}.fides-modal-footer .fides-i18n-menu{bottom:var(--fides-overlay-padding);left:var(--fides-overlay-padding);position:absolute}.fides-modal-footer .fides-button-group-i18n{min-height:var(--fides-overlay-modal-secondary-button-group-height)}div.fides-i18n-pseudo-button{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:2px;height:var(--fides-overlay-font-size-body);text-transform:uppercase;white-space:nowrap}#fides-i18n-icon{animation-duration:var(--fides-overlay-language-loading-indicator-speed);animation-iteration-count:infinite;animation-timing-function:linear;transform-origin:50% 50%}div#fides-overlay-wrapper .fides-i18n-pseudo-button{box-sizing:content-box}.fides-i18n-popover{bottom:100%;display:flex;flex-direction:column;gap:1px;height:0;left:0;max-height:calc(var(--fides-base-font-size)*7);overflow:hidden;position:absolute;transition:height .5s}.fides-i18n-menu:hover .fides-i18n-pseudo-button{background-color:var(--fides-overlay-hover-color);border-radius:var(--fides-overlay-language-button-border-radius)}.fides-i18n-menu:hover .fides-i18n-pseudo-button .fides-i18n-caret{transform:rotate(180deg)}.fides-i18n-menu:focus-within .fides-i18n-popover,.fides-i18n-menu:hover .fides-i18n-popover{background-color:var(--fides-overlay-background-dark-color);border:1px solid var(--fides-overlay-primary-color);border-radius:var(--fides-overlay-component-border-radius);height:auto;min-width:calc(var(--fides-base-font-size)*9);overflow:scroll}button.fides-banner-button.fides-menu-item{background:var(--fides-overlay-secondary-button-background-color);border:none;border-radius:0;color:var(--fides-overlay-secondary-button-text-color);margin:0;padding-left:calc(var(--fides-base-font-size)*1.5);text-align:left;width:100%}button.fides-banner-button.fides-menu-item[aria-pressed=true]{background:var(--fides-overlay-primary-button-background-color);color:var(--fides-overlay-primary-button-text-color)}button.fides-banner-button.fides-menu-item[aria-pressed=true]:before{content:"\\2713";display:inline-block;margin-left:calc(var(--fides-base-font-size)*-1);margin-right:calc(var(--fides-base-font-size)*.25)}button.fides-banner-button.fides-menu-item:not([aria-pressed=true]):hover{background:var(--fides-overlay-secondary-button-background-hover-color)}@media (min-width:1280px){div#fides-banner{width:60%}}@media (min-width:768px){div#fides-banner{border:var(--fides-overlay-container-border-width) solid var(--fides-overlay-primary-color);border-radius:var(--fides-overlay-component-border-radius);width:75%}div#fides-banner-container.fides-banner-bottom{bottom:var(--fides-overlay-banner-offset)}}@media (max-width:768px){div#fides-consent-content,div.fides-modal-content{width:100%!important}.fides-modal-button-group{flex-direction:column}button.fides-banner-button{margin:0 8px 12px 0}div#fides-banner{padding:24px;width:100%}div#fides-banner-description{margin-bottom:0}div#fides-banner-inner div#fides-button-group{align-items:flex-start;flex-direction:column;gap:12px;padding-top:24px}.fides-banner-button-group{flex-direction:column;width:100%}button.fides-banner-button{margin:0;width:100%}div#fides-banner-inner-container{max-height:50vh;overflow-y:auto;scrollbar-gutter:stable}div.fides-privacy-policy-link{width:100%}.fides-modal-footer{max-width:100%}.fides-banner-secondary-actions{gap:12px}.fides-banner-secondary-actions .fides-manage-preferences-button{order:0}.fides-banner-secondary-actions .fides-privacy-policy{order:1}.fides-banner-secondary-actions .fides-i18n-menu{order:2}.fides-banner-button-group.fides-button-group-i18n{min-height:68px}.fides-i18n-menu{bottom:var(--fides-overlay-padding);left:var(--fides-overlay-padding);position:absolute}}`;$a(Na);var ve,P,At,mi,we=0,hi=[],A=E,ki=A.__b,wi=A.__r,xi=A.diffed,Ci=A.__c,Ei=A.unmount,Oi=A.__;function qe(e,t){A.__h&&A.__h(P,e,we||t),we=0;var o=P.__H||(P.__H={__:[],__h:[]});return e>=o.__.length&&o.__.push({}),o.__[e]}function R(e){return we=1,Ta($i,e)}function Ta(e,t,o){var i=qe(ve++,2);if(i.t=e,!i.__c&&(i.__=[o?o(t):$i(void 0,t),function(s){var l=i.__N?i.__N[0]:i.__[0],d=i.t(l,s);l!==d&&(i.__N=[d,i.__[1]],i.__c.setState({}))}],i.__c=P,!P.u)){var n=function(s,l,d){if(!i.__c.__H)return!0;var p=i.__c.__H.__.filter(function(_){return!!_.__c});if(p.every(function(_){return!_.__N}))return!r||r.call(this,s,l,d);var c=!1;return p.forEach(function(_){if(_.__N){var f=_.__[0];_.__=_.__N,_.__N=void 0,f!==_.__[0]&&(c=!0)}}),!(!c&&i.__c.props===s)&&(!r||r.call(this,s,l,d))};P.u=!0;var r=P.shouldComponentUpdate,a=P.componentWillUpdate;P.componentWillUpdate=function(s,l,d){if(this.__e){var p=r;r=void 0,n(s,l,d),r=p}a&&a.call(this,s,l,d)},P.shouldComponentUpdate=n}return i.__N||i.__}function L(e,t){var o=qe(ve++,3);!A.__s&&Ai(o.__H,t)&&(o.__=e,o.i=t,P.__H.__h.push(o))}function Sa(e){return we=5,xe(function(){return{current:e}},[])}function xe(e,t){var o=qe(ve++,7);return Ai(o.__H,t)&&(o.__=e(),o.__H=t,o.__h=e),o.__}function j(e,t){return we=8,xe(function(){return e},t)}function $t(e){var t=P.context[e.__c],o=qe(ve++,9);return o.c=e,t?(o.__==null&&(o.__=!0,t.sub(P)),t.props.value):e.__}function La(){for(var e;e=hi.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(We),e.__H.__h.forEach(Nt),e.__H.__h=[]}catch(t){e.__H.__h=[],A.__e(t,e.__v)}}A.__b=function(e){P=null,ki&&ki(e)},A.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Oi&&Oi(e,t)},A.__r=function(e){wi&&wi(e),ve=0;var t=(P=e.__c).__H;t&&(At===P?(t.__h=[],P.__h=[],t.__.forEach(function(o){o.__N&&(o.__=o.__N),o.i=o.__N=void 0})):(t.__h.forEach(We),t.__h.forEach(Nt),t.__h=[],ve=0)),At=P},A.diffed=function(e){xi&&xi(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(hi.push(t)!==1&&mi===A.requestAnimationFrame||((mi=A.requestAnimationFrame)||Ia)(La)),t.__H.__.forEach(function(o){o.i&&(o.__H=o.i),o.i=void 0})),At=P=null},A.__c=function(e,t){t.some(function(o){try{o.__h.forEach(We),o.__h=o.__h.filter(function(i){return!i.__||Nt(i)})}catch(i){t.some(function(n){n.__h&&(n.__h=[])}),t=[],A.__e(i,o.__v)}}),Ci&&Ci(e,t)},A.unmount=function(e){Ei&&Ei(e);var t,o=e.__c;o&&o.__H&&(o.__H.__.forEach(function(i){try{We(i)}catch(n){t=n}}),o.__H=void 0,t&&A.__e(t,o.__v))};var Pi=typeof requestAnimationFrame=="function";function Ia(e){var t,o=function(){clearTimeout(i),Pi&&cancelAnimationFrame(t),setTimeout(e)},i=setTimeout(o,100);Pi&&(t=requestAnimationFrame(o))}function We(e){var t=P,o=e.__c;typeof o=="function"&&(e.__c=void 0,o()),P=t}function Nt(e){var t=P;e.__c=e.__(),P=t}function Ai(e,t){return!e||e.length!==t.length||t.some(function(o,i){return o!==e[i]})}function $i(e,t){return typeof t=="function"?t(e):t}const Fa=({id:e})=>{const[t,o]=R(!1),i=j(()=>o(!1),[]),n=j(()=>o(!0),[]),r=j(()=>{t?i():n()},[t,n,i]);return{isOpen:t,onOpen:n,onClose:i,onToggle:r,getButtonProps:()=>({"aria-expanded":t,"aria-controls":e,onClick:r}),getDisclosureProps:()=>({id:e,className:t?"fides-disclosure-visible":"fides-disclosure-hidden"})}},ja=(e,t)=>{const[o,i]=R(null);return L(()=>{if(t)return()=>{};Xo(e).then(n=>{i(n)})},[e,t]),o},Da=()=>{const[e,t]=R(!1);return L(()=>{t(!0)},[]),e};var Ma=Object.defineProperty,Ni=Object.getOwnPropertySymbols,za=Object.prototype.hasOwnProperty,Ra=Object.prototype.propertyIsEnumerable,Ti=(e,t,o)=>t in e?Ma(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Ua=(e,t)=>{for(var o in t||(t={}))za.call(t,o)&&Ti(e,o,t[o]);if(Ni)for(var o of Ni(t))Ra.call(t,o)&&Ti(e,o,t[o]);return e},Ba=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const Ga=({options:e,privacyExperience:t,privacyExperienceConfigHistoryId:o,privacyNoticeHistoryIds:i,userGeography:n,acknowledgeMode:r,propertyId:a,tcfNoticesServed:s})=>{const[l,d]=R(Ie()),p=j(c=>Ba(void 0,null,function*(){var _;if(e.fidesDisableSaveApi||e.fidesDisableNoticesServedApi||!c.detail.extraDetails||c.detail.extraDetails.servingComponent===ye.BANNER&&!((_=t?.experience_config)!=null&&_.show_layer1_notices))return;const f=Ie();d(f);const u=Ua({served_notice_history_id:f,browser_identity:c.detail.identity,privacy_experience_config_history_id:o||"",user_geography:n,acknowledge_mode:r,privacy_notice_history_ids:i||[],serving_component:String(c.detail.extraDetails.servingComponent),property_id:a},s);Ho({request:u,options:e})}),[e,t,o,n,r,i,a,s]);return L(()=>(window.addEventListener("FidesUIShown",p),()=>{window.removeEventListener("FidesUIShown",p)}),[p]),{servedNoticeHistoryId:l}},Si=Pt({}),Va=({i18nInstance:e,children:t})=>{const[o,i]=R(),[n,r]=R(!1),a=j(l=>{e.activate(l),i(l)},[e,i]);L(()=>{const l=document.getElementById(xn);n?l?.style.setProperty("animation-name","spin"):l?.style.removeProperty("animation-name")},[n]);const s=xe(()=>({i18n:e,currentLocale:o,setCurrentLocale:a,isLoading:n,setIsLoading:r}),[e,o,a,n]);return v(Si.Provider,{value:s},t)},J=()=>{const e=$t(Si);if(!e||Object.keys(e).length===0)throw new Error("useI18n must be used within a I18nProvider");return e},Li=({onClick:e,ariaLabel:t,hidden:o=!1})=>v("button",{type:"button","aria-label":t,className:"fides-close-button",onClick:e,style:{visibility:o?"hidden":"visible"}},v("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"none"},v("path",{fill:"#2D3748",d:"m8 7.057 3.3-3.3.943.943-3.3 3.3 3.3 3.3-.943.943-3.3-3.3-3.3 3.3-.943-.943 3.3-3.3-3.3-3.3.943-.943 3.3 3.3Z"}))),Ha=Pt({}),Ii="__VENDOR_COUNT_LINK__",Fi=(e,t)=>t?v("span",{dangerouslySetInnerHTML:{__html:e.trim()}}):pa(e).trim(),ji=({description:e,onVendorPageClick:t,allowHTMLDescription:o=!1})=>{const[i,n]=R();let r=0;const a=$t(Ha);return a!=null&&a.vendorCount&&(r=a.vendorCount),L(()=>{if(e)if(e.includes(Ii)&&t){const s=e.split(Ii);for(let d=1;d<s.length;d+=2)s.splice(d,0,v(ee,null," ",v("button",{type:"button",className:"fides-link-button fides-vendor-count",onClick:t},r)," "));const l=s.map(d=>typeof d=="string"?Fi(d,o):d);n(l)}else n([Fi(e,o)])},[e,t]),e?v("div",null,i):null},Di=({status:e})=>{const{i18n:t}=J(),o=t.t("static.gpc"),i=e.valueOf();let n="";if(e===Q.APPLIED)n=t.t("static.gpc.status.applied");else if(e===Q.OVERRIDDEN)n=t.t("static.gpc.status.overridden");else if(e===Q.NONE)return null;return v("span",{className:"fides-gpc-label"},o," ",v("span",{className:`fides-gpc-badge fides-gpc-badge-${i}`},n))},Ka=({dismissable:e,onOpen:t,onClose:o,bannerIsOpen:i,children:n,onVendorPageClick:r,renderButtonGroup:a,className:s,isEmbedded:l})=>{var d,p,c,_,f,u,b,y,m,h,x;const{i18n:k}=J(),C=fe().globalPrivacyControl;L(()=>{i&&t()},[i,t]);const I=re(k,"exp.banner_title")?k.t("exp.banner_title"):k.t("exp.title"),U=re(k,"exp.banner_description")?k.t("exp.banner_description"):k.t("exp.description"),G=["fides-banner","fides-banner-bottom",!i&&"fides-banner-hidden",l&&"fides-embedded",s].filter($=>typeof $=="string").join(" ");let D=[];return(c=(p=(d=window.Fides)==null?void 0:d.experience)==null?void 0:p.experience_config)!=null&&c.show_layer1_notices&&(f=(_=window.Fides)==null?void 0:_.experience)!=null&&f.privacy_notices&&(D=(b=(u=window.Fides)==null?void 0:u.experience)==null?void 0:b.privacy_notices),v("div",{id:"fides-banner-container",className:G},v("div",{id:"fides-banner"},v("div",{id:"fides-banner-inner"},v(Li,{ariaLabel:"Close banner",onClick:o,hidden:((m=(y=window.Fides)==null?void 0:y.options)==null?void 0:m.preventDismissal)||!e}),v("div",{id:"fides-banner-inner-container"},v("div",{className:"fides-banner__col"},v("div",{id:"fides-banner-heading"},v("h1",{id:"fides-banner-title",className:"fides-banner-title"},I),C&&v(Di,{status:Q.APPLIED})),v("div",{id:"fides-banner-description",className:"fides-banner-description fides-banner__content"},v(ji,{description:U,onVendorPageClick:r,allowHTMLDescription:(x=(h=window.Fides)==null?void 0:h.options)==null?void 0:x.allowHTMLDescription}),!!(D!=null&&D.length)&&v("div",{id:"fides-banner-notices",className:"fides-banner-notices"},D.map(($,w)=>v("span",{key:$.id},v("strong",null,$.name),w<D.length-1&&", "))))),n),a())))},Ya=e=>{const[t,o]=R(!1);return L(()=>{const i=window.matchMedia(e);o(i.matches);function n(r){o(r.matches)}return i.addEventListener?i.addEventListener("change",n):i.addListener(n),()=>{i.removeEventListener?i.removeEventListener("change",n):i.removeListener(n)}},[e]),t},qa=()=>v("svg",{xmlns:"http://www.w3.org/2000/svg",width:"31",height:"20",fill:"currentColor",className:"ethyca-logo",role:"img","aria-label":"Ethyca"},v("path",{d:"M11.5602 0H8.70311V7.9999H11.5602V0ZM23.0026 12.0001H20.1455V20H23.0026V12.0001ZM14.1258 20H17.5799L12.1315 11.9774V17.0631L14.1258 20ZM8.13179 17.0626V11.9769L2.68588 19.9995H6.14003L8.13129 17.0626H8.13179ZM23.5744 2.93688V8.02263L29.0198 0H25.5682L23.5739 2.93688H23.5744ZM19.5742 2.93688L17.5799 0H14.1258L19.5742 8.02263V2.93688ZM19.5717 8.57121H12.132V11.4283H19.5717V8.57121ZM31 8.57121H23.5603V11.4283H31V8.57121ZM8.13179 8.57121H0.691589V11.4283H8.13179V8.57121Z"})),Wa=()=>v("div",{className:"fides-brand"},v("a",{href:"https://ethyca.com/",target:"_blank",rel:"noopener noreferrer",className:"fides-brand-link"},"Powered by",v(qa,null))),Za=()=>v("div",{className:"fides-spinner"}),ge=({buttonType:e,label:t,id:o,onClick:i,className:n="",disabled:r,loading:a})=>v("button",{type:"button",id:o,className:`fides-banner-button fides-banner-button-${e.valueOf()} ${n}`,onClick:i,"data-testid":`${t}-btn`,disabled:r||a,style:{cursor:r||a?"not-allowed":"pointer"}},t||"",a&&v(Za,null));function Ja(e,t){for(var o in t)e[o]=t[o];return e}function Mi(e,t){for(var o in e)if(o!=="__source"&&!(o in t))return!0;for(var i in t)if(i!=="__source"&&e[i]!==t[i])return!0;return!1}function zi(e,t){this.props=e,this.context=t}(zi.prototype=new te).isPureReactComponent=!0,zi.prototype.shouldComponentUpdate=function(e,t){return Mi(this.props,e)||Mi(this.state,t)};var Ri=E.__b;E.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),Ri&&Ri(e)};var Xa=E.__e;E.__e=function(e,t,o,i){if(e.then){for(var n,r=t;r=r.__;)if((n=r.__c)&&n.__c)return t.__e==null&&(t.__e=o.__e,t.__k=o.__k),n.__c(e,t)}Xa(e,t,o,i)};var Ui=E.unmount;function Bi(e,t,o){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach(function(i){typeof i.__c=="function"&&i.__c()}),e.__c.__H=null),(e=Ja({},e)).__c!=null&&(e.__c.__P===o&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map(function(i){return Bi(i,t,o)})),e}function Gi(e,t,o){return e&&o&&(e.__v=null,e.__k=e.__k&&e.__k.map(function(i){return Gi(i,t,o)}),e.__c&&e.__c.__P===t&&(e.__e&&o.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=o)),e}function Tt(){this.__u=0,this.t=null,this.__b=null}function Vi(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function Ze(){this.u=null,this.o=null}E.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),Ui&&Ui(e)},(Tt.prototype=new te).__c=function(e,t){var o=t.__c,i=this;i.t==null&&(i.t=[]),i.t.push(o);var n=Vi(i.__v),r=!1,a=function(){r||(r=!0,o.__R=null,n?n(s):s())};o.__R=a;var s=function(){if(!--i.__u){if(i.state.__a){var l=i.state.__a;i.__v.__k[0]=Gi(l,l.__c.__P,l.__c.__O)}var d;for(i.setState({__a:i.__b=null});d=i.t.pop();)d.forceUpdate()}};i.__u++||32&t.__u||i.setState({__a:i.__b=i.__v.__k[0]}),e.then(a,a)},Tt.prototype.componentWillUnmount=function(){this.t=[]},Tt.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var o=document.createElement("div"),i=this.__v.__k[0].__c;this.__v.__k[0]=Bi(this.__b,o,i.__O=i.__P)}this.__b=null}var n=t.__a&&v(ee,null,e.fallback);return n&&(n.__u&=-33),[v(ee,null,t.__a?null:e.children),n]};var Hi=function(e,t,o){if(++o[1]===o[0]&&e.o.delete(t),e.props.revealOrder&&(e.props.revealOrder[0]!=="t"||!e.o.size))for(o=e.u;o;){for(;o.length>3;)o.pop()();if(o[1]<o[0])break;e.u=o=o[2]}};(Ze.prototype=new te).__a=function(e){var t=this,o=Vi(t.__v),i=t.o.get(e);return i[0]++,function(n){var r=function(){t.props.revealOrder?(i.push(n),Hi(t,e,i)):n()};o?o(r):r()}},Ze.prototype.render=function(e){this.u=null,this.o=new Map;var t=Ve(e.children);e.revealOrder&&e.revealOrder[0]==="b"&&t.reverse();for(var o=t.length;o--;)this.o.set(t[o],this.u=[1,0,this.u]);return e.children},Ze.prototype.componentDidUpdate=Ze.prototype.componentDidMount=function(){var e=this;this.o.forEach(function(t,o){Hi(e,o,t)})};var Qa=typeof Symbol<"u"&&Symbol.for&&Symbol.for("react.element")||60103,es=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,ts=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,os=/[A-Z0-9]/g,is=typeof document<"u",ns=function(e){return(typeof Symbol<"u"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(e)};te.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(e){Object.defineProperty(te.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var Ki=E.event;function rs(){}function as(){return this.cancelBubble}function ss(){return this.defaultPrevented}E.event=function(e){return Ki&&(e=Ki(e)),e.persist=rs,e.isPropagationStopped=as,e.isDefaultPrevented=ss,e.nativeEvent=e};var ls={enumerable:!1,configurable:!0,get:function(){return this.class}},Yi=E.vnode;E.vnode=function(e){typeof e.type=="string"&&function(t){var o=t.props,i=t.type,n={};for(var r in o){var a=o[r];if(!(r==="value"&&"defaultValue"in o&&a==null||is&&r==="children"&&i==="noscript"||r==="class"||r==="className")){var s=r.toLowerCase();r==="defaultValue"&&"value"in o&&o.value==null?r="value":r==="download"&&a===!0?a="":s==="translate"&&a==="no"?a=!1:s==="ondoubleclick"?r="ondblclick":s!=="onchange"||i!=="input"&&i!=="textarea"||ns(o.type)?s==="onfocus"?r="onfocusin":s==="onblur"?r="onfocusout":ts.test(r)?r=s:i.indexOf("-")===-1&&es.test(r)?r=r.replace(os,"-$&").toLowerCase():a===null&&(a=void 0):s=r="oninput",s==="oninput"&&n[r=s]&&(r="oninputCapture"),n[r]=a}}i=="select"&&n.multiple&&Array.isArray(n.value)&&(n.value=Ve(o.children).forEach(function(l){l.props.selected=n.value.indexOf(l.props.value)!=-1})),i=="select"&&n.defaultValue!=null&&(n.value=Ve(o.children).forEach(function(l){l.props.selected=n.multiple?n.defaultValue.indexOf(l.props.value)!=-1:n.defaultValue==l.props.value})),o.class&&!o.className?(n.class=o.class,Object.defineProperty(n,"className",ls)):(o.className&&!o.class||o.class&&o.className)&&(n.class=n.className=o.className),t.props=n}(e),e.$$typeof=Qa,Yi&&Yi(e)};var qi=E.__r;E.__r=function(e){qi&&qi(e),e.__c};var Wi=E.diffed;E.diffed=function(e){Wi&&Wi(e);var t=e.props,o=e.__e;o!=null&&e.type==="textarea"&&"value"in t&&t.value!==o.value&&(o.value=t.value==null?"":t.value)};const ds=Pt({});var cs=Object.defineProperty,ps=Object.defineProperties,us=Object.getOwnPropertyDescriptors,Je=Object.getOwnPropertySymbols,Zi=Object.prototype.hasOwnProperty,Ji=Object.prototype.propertyIsEnumerable,Xi=(e,t,o)=>t in e?cs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,fs=(e,t)=>{for(var o in t||(t={}))Zi.call(t,o)&&Xi(e,o,t[o]);if(Je)for(var o of Je(t))Ji.call(t,o)&&Xi(e,o,t[o]);return e},vs=(e,t)=>ps(e,us(t)),gs=(e,t)=>{var o={};for(var i in e)Zi.call(e,i)&&t.indexOf(i)<0&&(o[i]=e[i]);if(e!=null&&Je)for(var i of Je(e))t.indexOf(i)<0&&Ji.call(e,i)&&(o[i]=e[i]);return o};const _s=e=>{var t=e,{isActive:o,className:i,children:n}=t,r=gs(t,["isActive","className","children"]);return v("button",vs(fs({type:"button","aria-pressed":o||void 0},r),{className:`fides-banner-button fides-menu-item ${i||""}`}),n)};var bs=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const ys=({availableLocales:e,options:t,isTCF:o})=>{const{i18n:i,currentLocale:n,setCurrentLocale:r,setIsLoading:a}=J(),s=$t(ds),l=d=>bs(void 0,null,function*(){var p;if(d!==i.locale)if(o){a(!0);const c=yield Uo(t.fidesApiUrl,[d]);a(!1),c&&Object.keys(c).length?(s.setGvlTranslations(c[d]),So(i,c,e||[M]),r(d),fidesDebugger(`Fides locale updated to ${d}`)):console.error(`Unable to load GVL translation for ${d}`)}else r(d),fidesDebugger(`Fides locale updated to ${d}`);(p=document.getElementById(Xt))==null||p.focus()});return v("div",{className:"fides-i18n-menu"},v("div",{role:"group",className:"fides-i18n-popover"},i.availableLanguages.map(d=>v(_s,{key:d.locale,"data-testid":`fides-i18n-option-${d.locale}`,id:n===d.locale?"fidesActiveMenuItem":void 0,onClick:()=>l(d.locale),isActive:n===d.locale,title:d.label_en},d.label_original))),v("div",{className:"fides-i18n-pseudo-button"},v("svg",{xmlns:"http://www.w3.org/2000/svg",height:"100%",viewBox:"0 0 36 36",fill:"currentColor",id:"fides-i18n-icon"},v("path",{fill:"currentColor",d:"M18 32.625c.52 0 1.898-.506 3.347-3.403.619-1.245 1.153-2.756 1.547-4.472h-9.788c.394 1.716.928 3.227 1.547 4.472 1.449 2.897 2.827 3.403 3.347 3.403m-5.45-11.25h10.9a32.5 32.5 0 0 0 0-6.75h-10.9a32.5 32.5 0 0 0 0 6.75m.556-10.125h9.788c-.394-1.716-.928-3.227-1.547-4.472C19.898 3.881 18.52 3.375 18 3.375s-1.898.506-3.347 3.403c-.619 1.245-1.153 2.756-1.547 4.472m13.732 3.375A35 35 0 0 1 26.993 18c0 1.153-.056 2.285-.155 3.375h5.393c.253-1.083.394-2.215.394-3.375s-.134-2.292-.394-3.375h-5.393m4.135-3.375a14.7 14.7 0 0 0-6.92-6.567c.992 1.8 1.78 4.043 2.293 6.567h4.634zm-21.326 0c.513-2.524 1.3-4.76 2.292-6.567A14.7 14.7 0 0 0 5.02 11.25h4.634zm-5.878 3.375A14.8 14.8 0 0 0 3.375 18c0 1.16.134 2.292.394 3.375h5.393A35 35 0 0 1 9.007 18c0-1.153.056-2.285.155-3.375zm20.285 16.692a14.7 14.7 0 0 0 6.919-6.567h-4.627c-.513 2.524-1.3 4.76-2.292 6.567m-12.108 0c-.991-1.8-1.779-4.043-2.292-6.567H5.02a14.7 14.7 0 0 0 6.92 6.567zM18 36a18 18 0 1 1 0-36 18 18 0 0 1 0 36"})),n,v("svg",{className:"fides-i18n-caret",xmlns:"http://www.w3.org/2000/svg",height:"100%",fill:"currentColor",viewBox:"0 0 24 24"},v("path",{d:"M12 13.172L16.95 8.22198L18.364 9.63598L12 16L5.63599 9.63598L7.04999 8.22198L12 13.172Z"}))))},ms=()=>{const{i18n:e}=J();if(!re(e,"exp.privacy_policy_link_label")||!re(e,"exp.privacy_policy_url"))return null;const t=e.t("exp.privacy_policy_link_label"),o=e.t("exp.privacy_policy_url");return v("div",{id:"fides-privacy-policy-link",style:{display:"flex",alignItems:"center",justifyContent:"center"}},v("a",{href:o,rel:"noopener noreferrer",target:"_blank",className:"fides-privacy-policy"},t))},hs=({availableLocales:e=[M],onManagePreferencesClick:t,renderFirstButton:o,onAcceptAll:i,onRejectAll:n,hideOptInOut:r,hideRejectAll:a,options:s,isInModal:l,isTCF:d,isMinimalTCF:p,isGVLLoading:c})=>{var _;const[f,u]=R(!1),{i18n:b}=J(),y=Ya("(max-width: 768px)"),m=((_=b.availableLanguages)==null?void 0:_.length)>1,h=re(b,"exp.privacy_policy_link_label")&&re(b,"exp.privacy_policy_url"),x=()=>{const C=!d||!p;u(!C),t&&C&&t()},k=l&&s.showFidesBrandLink;return L(()=>{f&&!p&&x()},[f,p]),v("div",{id:"fides-button-group"},v("div",{className:l?"fides-modal-button-group fides-modal-primary-actions":"fides-banner-button-group fides-banner-primary-actions"},!!o&&o(),!r&&v(ee,null,d&&!!t&&v(ge,{buttonType:Y.SECONDARY,label:b.t("exp.privacy_preferences_link_label"),onClick:x,className:"fides-manage-preferences-button",loading:f}),!a&&v(ge,{buttonType:Y.PRIMARY,label:b.t("exp.reject_button_label"),onClick:n,className:"fides-reject-all-button",loading:c}),v(ge,{buttonType:Y.PRIMARY,label:b.t("exp.accept_button_label"),onClick:i,className:"fides-accept-all-button",loading:c}))),v("div",{className:`${l?"fides-modal-button-group fides-modal-secondary-actions":"fides-banner-button-group fides-banner-secondary-actions"}${m?" fides-button-group-i18n":""}${h?" fides-button-group-privacy-policy":""}${k?" fides-button-group-brand":""}`},m&&v(ys,{availableLocales:e,options:s,isTCF:!!d}),!d&&!!t&&v(ge,{buttonType:y?Y.SECONDARY:Y.TERTIARY,label:b.t("exp.privacy_preferences_link_label"),onClick:t,className:"fides-manage-preferences-button"}),h&&v(ms,null),k&&v(Wa,null)))},Qi=({experience:e,onAcceptAll:t,onRejectAll:o,onSave:i,onManagePreferencesClick:n,enabledKeys:r,isInModal:a,isAcknowledge:s,hideOptInOut:l=!1,options:d})=>{const{i18n:p}=J();if(!e.experience_config||!e.privacy_notices)return null;const{privacy_notices:c}=e,_=()=>{i(N.ACKNOWLEDGE,c.map(b=>b.notice_key))},f=()=>{i(N.SAVE,r)},u=()=>s?v(ge,{buttonType:Y.PRIMARY,label:p.t("exp.acknowledge_button_label"),onClick:_,className:"fides-acknowledge-button"}):a?v(ge,{buttonType:l?Y.PRIMARY:Y.SECONDARY,label:p.t("exp.save_button_label"),onClick:f,className:"fides-save-button"}):null;return v(hs,{availableLocales:e.available_locales,onManagePreferencesClick:n,onAcceptAll:t,onRejectAll:o,isInModal:a,renderFirstButton:u,hideOptInOut:l,options:d})};var ks=['a[href]:not([tabindex^="-"])','area[href]:not([tabindex^="-"])','input:not([type="hidden"]):not([type="radio"]):not([disabled]):not([tabindex^="-"])','input[type="radio"]:not([disabled]):not([tabindex^="-"])','select:not([disabled]):not([tabindex^="-"])','textarea:not([disabled]):not([tabindex^="-"])','button:not([disabled]):not([tabindex^="-"])','iframe:not([tabindex^="-"])','audio[controls]:not([tabindex^="-"])','video[controls]:not([tabindex^="-"])','[contenteditable]:not([tabindex^="-"])','[tabindex]:not([tabindex^="-"])'],ws="Tab",xs="Escape";function K(e){this._show=this.show.bind(this),this._hide=this.hide.bind(this),this._maintainFocus=this._maintainFocus.bind(this),this._bindKeypress=this._bindKeypress.bind(this),this.$el=e,this.shown=!1,this._id=this.$el.getAttribute("data-a11y-dialog")||this.$el.id,this._previouslyFocused=null,this._listeners={},this.create()}K.prototype.create=function(){this.$el.setAttribute("aria-hidden",!0),this.$el.setAttribute("aria-modal",!0),this.$el.setAttribute("tabindex",-1),this.$el.hasAttribute("role")||this.$el.setAttribute("role","dialog"),this._openers=Ce('[data-a11y-dialog-show="'+this._id+'"]'),this._openers.forEach(function(t){t.addEventListener("click",this._show)}.bind(this));const e=this.$el;return this._closers=Ce("[data-a11y-dialog-hide]",this.$el).filter(function(t){return t.closest('[aria-modal="true"], [data-a11y-dialog]')===e}).concat(Ce('[data-a11y-dialog-hide="'+this._id+'"]')),this._closers.forEach(function(t){t.addEventListener("click",this._hide)}.bind(this)),this._fire("create"),this},K.prototype.show=function(e){if(this.shown)return this;this._previouslyFocused=document.activeElement;const t=e&&e.target?e.target:null;return t&&Object.is(this._previouslyFocused,document.body)&&(this._previouslyFocused=t),this.$el.removeAttribute("aria-hidden"),this.shown=!0,en(this.$el),document.body.addEventListener("focus",this._maintainFocus,!0),document.addEventListener("keydown",this._bindKeypress),this._fire("show",e),this},K.prototype.hide=function(e){return this.shown?(this.shown=!1,this.$el.setAttribute("aria-hidden","true"),this._previouslyFocused&&this._previouslyFocused.focus&&this._previouslyFocused.focus(),document.body.removeEventListener("focus",this._maintainFocus,!0),document.removeEventListener("keydown",this._bindKeypress),this._fire("hide",e),this):this},K.prototype.destroy=function(){return this.hide(),this._openers.forEach(function(e){e.removeEventListener("click",this._show)}.bind(this)),this._closers.forEach(function(e){e.removeEventListener("click",this._hide)}.bind(this)),this._fire("destroy"),this._listeners={},this},K.prototype.on=function(e,t){return typeof this._listeners[e]>"u"&&(this._listeners[e]=[]),this._listeners[e].push(t),this},K.prototype.off=function(e,t){var o=(this._listeners[e]||[]).indexOf(t);return o>-1&&this._listeners[e].splice(o,1),this},K.prototype._fire=function(e,t){var o=this._listeners[e]||[],i=new CustomEvent(e,{detail:t});this.$el.dispatchEvent(i),o.forEach(function(n){n(this.$el,t)}.bind(this))},K.prototype._bindKeypress=function(e){const t=document.activeElement;t&&t.closest('[aria-modal="true"]')!==this.$el||(this.shown&&e.key===xs&&this.$el.getAttribute("role")!=="alertdialog"&&(e.preventDefault(),this.hide(e)),this.shown&&e.key===ws&&Os(this.$el,e))},K.prototype._maintainFocus=function(e){this.shown&&!e.target.closest('[aria-modal="true"]')&&!e.target.closest("[data-a11y-dialog-ignore-focus-trap]")&&en(this.$el)};function Cs(e){return Array.prototype.slice.call(e)}function Ce(e,t){return Cs((t||document).querySelectorAll(e))}function en(e){var t=e.querySelector("[autofocus]")||e;t.focus()}function Es(e){return Ce(ks.join(","),e).filter(function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)})}function Os(e,t){var o=Es(e),i=o.indexOf(document.activeElement);t.shiftKey&&i===0?(o[o.length-1].focus(),t.preventDefault()):!t.shiftKey&&i===o.length-1&&(o[0].focus(),t.preventDefault())}function St(){Ce("[data-a11y-dialog]").forEach(function(e){new K(e)})}typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",St):window.requestAnimationFrame?window.requestAnimationFrame(St):window.setTimeout(St,16));const Ps=()=>{const[e,t]=R(null),o=j(i=>{if(i!==null){const n=new K(i);n.on("show",()=>{document.documentElement.style.overflowY="hidden"}).on("hide",()=>{document.documentElement.style.overflowY=""}),t(n)}},[]);return{instance:e,container:o}},As=({role:e,id:t,onClose:o})=>{const{instance:i,container:n}=Ps(),r=e==="alertdialog",a=`${t}-title`,s=j(()=>{i&&i.hide(),o&&o()},[o,i]);return L(()=>()=>{i&&i.destroy()},[i]),{instance:i,attributes:{container:{id:t,ref:n,role:e,tabIndex:-1,"aria-modal":!0,"aria-hidden":!0,"aria-labelledby":a},overlay:{onClick:r?void 0:s},dialog:{role:"document"},closeButton:{type:"button",onClick:s},title:{role:"heading","aria-level":1,id:a}}}},$s=()=>v("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",fill:"currentColor"},v("path",{d:"M9 12.05a.68.68 0 0 0-.68.7c0 .39.32.7.68.7.39 0 .68-.31.68-.7a.66.66 0 0 0-.68-.7Zm0-1.18c.26 0 .44-.2.44-.46V6.19c0-.26-.2-.47-.44-.47a.49.49 0 0 0-.47.47v4.22c0 .25.21.46.47.46Zm7.27 2.27-5.85-9.9c-.3-.5-.83-.8-1.42-.8-.6 0-1.12.3-1.42.8l-5.86 9.9c-.3.5-.3 1.1-.01 1.6.3.51.83.82 1.43.82h11.72c.6 0 1.13-.3 1.43-.82.29-.5.28-1.1-.02-1.6Zm-.82 1.1c-.1.25-.33.38-.62.38H3.14a.7.7 0 0 1-.61-.35.64.64 0 0 1 0-.65l5.86-9.9A.7.7 0 0 1 9 3.37a.7.7 0 0 1 .61.35l5.86 9.9c.1.2.12.44-.02.63Z"})),Ns=({title:e,description:t})=>v("div",{className:"fides-gpc-banner"},v("div",{className:"fides-gpc-warning"},v($s,null)),v("div",null,v("p",{className:"fides-gpc-header"},e),v("p",null,t)));var Ts=Object.defineProperty,Ss=Object.defineProperties,Ls=Object.getOwnPropertyDescriptors,tn=Object.getOwnPropertySymbols,Is=Object.prototype.hasOwnProperty,Fs=Object.prototype.propertyIsEnumerable,on=(e,t,o)=>t in e?Ts(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,js=(e,t)=>{for(var o in t||(t={}))Is.call(t,o)&&on(e,o,t[o]);if(tn)for(var o of tn(t))Fs.call(t,o)&&on(e,o,t[o]);return e},Ds=(e,t)=>Ss(e,Ls(t));const nn=({titleProps:e,className:t,renderModalFooter:o,children:i,onVendorPageClick:n})=>{var r,a;const{i18n:s}=J(),l=s.t("exp.title"),d=s.t("exp.description"),p=fe().globalPrivacyControl,c=s.t("static.gpc.title"),_=s.t("static.gpc.description");return v(ee,null,v("div",{"data-testid":"consent-content",id:"fides-consent-content",className:t},v("div",{className:"fides-modal-body"},v("div",Ds(js({"data-testid":"fides-modal-title"},e),{className:"fides-modal-title"}),l),v("p",{"data-testid":"fides-modal-description",className:"fides-modal-description"},v(ji,{onVendorPageClick:n,description:d,allowHTMLDescription:(a=(r=window.Fides)==null?void 0:r.options)==null?void 0:a.allowHTMLDescription})),p&&v(Ns,{title:c,description:_}),i)),v("div",{className:"fides-modal-footer"},o()))};var Ms=Object.defineProperty,zs=Object.defineProperties,Rs=Object.getOwnPropertyDescriptors,rn=Object.getOwnPropertySymbols,Us=Object.prototype.hasOwnProperty,Bs=Object.prototype.propertyIsEnumerable,an=(e,t,o)=>t in e?Ms(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Lt=(e,t)=>{for(var o in t||(t={}))Us.call(t,o)&&an(e,o,t[o]);if(rn)for(var o of rn(t))Bs.call(t,o)&&an(e,o,t[o]);return e},It=(e,t)=>zs(e,Rs(t));const Gs=({attributes:e,children:t,dismissable:o,onVendorPageClick:i,renderModalFooter:n})=>{const{container:r,overlay:a,dialog:s,title:l,closeButton:d}=e;return v("div",It(Lt({"data-testid":"consent-modal"},r),{className:"fides-modal-container"}),v("div",It(Lt({},a),{className:"fides-modal-overlay"})),v("div",It(Lt({"data-testid":"fides-modal-content"},s),{className:"fides-modal-content"}),v("div",{className:"fides-modal-header"},v("div",null),v(Li,{ariaLabel:"Close modal",onClick:d.onClick,hidden:window.Fides.options.preventDismissal||!o})),v(nn,{titleProps:l,renderModalFooter:n,onVendorPageClick:i},t)))},Vs=({options:e,experience:t,cookie:o,savedConsent:i,onOpen:n,onDismiss:r,renderBanner:a,renderModalContent:s,renderModalFooter:l,onVendorPageClick:d,isUiBlocking:p})=>{const{i18n:c}=J(),_=100,f=Da(),u=e.modalLinkId||"fides-modal-link",b=!t||!!e.fidesEmbed||e.modalLinkId==="",y=ja(u,b),m=Sa(null),[h,x]=R(null);L(()=>{h===null&&x(!Oe(t,o,i,e))},[h]);const[k,C]=R(e.fidesEmbed?Oe(t,o,i,e):!1);L(()=>(p&&k?ca():Jo(),()=>{Jo()}),[p,k]);const I=j(({saved:O=!1})=>{q("FidesModalClosed",o,e.debug,{saved:O}),O||r()},[o,r,e.debug]),{instance:U,attributes:G}=As({id:"fides-modal",role:"alertdialog",title:c.t("exp.title"),onClose:()=>{I({saved:!1})}}),D=j(()=>{e.fidesEmbed?C(!1):U&&(C(!1),U.show(),n())},[U,n,e]),$=j(()=>{U&&!e.fidesEmbed&&(U.hide(),I({saved:!0}))},[U,I,e.fidesEmbed]);L(()=>{e.fidesEmbed&&!k&&n()},[e,n,k]),L(()=>{const O=setTimeout(()=>{h||C(!0)},_);return()=>clearTimeout(O)},[h,C]),L(()=>(t&&!e.fidesEmbed&&(window.Fides.showModal=D),()=>{window.Fides.showModal=ot}),[t,D,e.fidesEmbed]),L(()=>(document.body.classList.add("fides-overlay-modal-link-shown"),b?fidesDebugger("Modal Link is disabled for this experience."):y?(fidesDebugger("Modal link element found, updating it to show and trigger modal on click."),m.current=y,m.current.addEventListener("click",window.Fides.showModal),m.current.classList.add("fides-modal-link-shown")):fidesDebugger(`Searching for Modal link element #${u}...`),()=>{m.current&&m.current.removeEventListener("click",window.Fides.showModal)}),[y,b,u]);const w=()=>{D()};return f?t.experience_config?v("div",{id:Xt,tabIndex:-1},!h&&k&&p&&v("div",{className:"fides-modal-overlay"}),e.fidesEmbed?k||!s||!l?null:v(nn,{titleProps:G.title,renderModalFooter:()=>l({onClose:$,isMobile:!1}),onVendorPageClick:d},s()):v(Gs,{attributes:G,dismissable:t.experience_config.dismissable,onVendorPageClick:d,renderModalFooter:()=>l?l({onClose:$,isMobile:!1}):null},s&&s()),!h&&a({isOpen:k,isEmbedded:e.fidesEmbed,onClose:()=>{C(!1)},onManagePreferencesClick:w})):(fidesDebugger("No experience config found"),null):null},Hs=({label:e,name:t,id:o,checked:i,onChange:n,disabled:r,onLabel:a,offLabel:s})=>{const l=i?a:s;return v("div",{className:"fides-toggle","data-testid":`toggle-${e}`},v("input",{type:"checkbox",name:t,"aria-label":e,className:"fides-toggle-input",onChange:()=>{n(o,{type:"toggle",label:e,checked:!i})},checked:i,role:"switch",disabled:r}),v("span",{className:"fides-toggle-display"},l))};var Ks=Object.defineProperty,Ys=Object.defineProperties,qs=Object.getOwnPropertyDescriptors,sn=Object.getOwnPropertySymbols,Ws=Object.prototype.hasOwnProperty,Zs=Object.prototype.propertyIsEnumerable,ln=(e,t,o)=>t in e?Ks(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,dn=(e,t)=>{for(var o in t||(t={}))Ws.call(t,o)&&ln(e,o,t[o]);if(sn)for(var o of sn(t))Zs.call(t,o)&&ln(e,o,t[o]);return e},Js=(e,t)=>Ys(e,qs(t));const Xs=({noticeKey:e,title:t,checked:o,onToggle:i,children:n,badge:r,gpcBadge:a,disabled:s,onLabel:l,offLabel:d,isHeader:p,includeToggle:c=!0})=>{const{isOpen:_,getButtonProps:f,getDisclosureProps:u,onToggle:b}=Fa({id:e}),y=(x,k)=>{(x.code==="Space"||x.code==="Enter")&&(x.preventDefault(),k&&b())},m=n!=null,h=m?f():{};return v("div",{className:_&&m?"fides-notice-toggle fides-notice-toggle-expanded":"fides-notice-toggle"},v("div",{key:e,className:"fides-notice-toggle-title"},v("span",Js(dn({role:"button",tabIndex:0,onKeyDown:x=>y(x,m)},h),{className:p?"fides-notice-toggle-trigger fides-notice-toggle-header":"fides-notice-toggle-trigger"}),v("span",{className:"fides-flex-center fides-justify-space-between"},t)),v("span",{className:"fides-notice-toggle-controls"},a,r?v("span",{className:"fides-notice-badge"},r):null,c?v(Hs,{label:t,name:e,id:e,checked:o,onChange:i,disabled:s,onLabel:l,offLabel:d}):null)),n?v("div",dn({},u()),n):null)},Qs=()=>v("hr",{className:"fides-divider"}),el=({noticeToggles:e,enabledNoticeKeys:t,onChange:o})=>{const{i18n:i}=J(),n=(s,l)=>{const d={key:s,type:"notice"};t.indexOf(s)===-1?o([...t,s],l,d):o(t.filter(p=>p!==s),l,d)};let r,a;return De(i)===M&&(r="On",a="Off"),v("div",null,e.map((s,l)=>{const{noticeKey:d,title:p,description:c,checked:_,disabled:f,gpcStatus:u}=s,b=l===e.length-1;return v("div",{key:d},v(Xs,{noticeKey:d,title:p,checked:_,onToggle:n,gpcBadge:v(Di,{status:u}),disabled:f,onLabel:r,offLabel:a},c),b?null:v(Qs,null))}))};var tl=Object.defineProperty,ol=Object.defineProperties,il=Object.getOwnPropertyDescriptors,cn=Object.getOwnPropertySymbols,nl=Object.prototype.hasOwnProperty,rl=Object.prototype.propertyIsEnumerable,pn=(e,t,o)=>t in e?tl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,al=(e,t)=>{for(var o in t||(t={}))nl.call(t,o)&&pn(e,o,t[o]);if(cn)for(var o of cn(t))rl.call(t,o)&&pn(e,o,t[o]);return e},sl=(e,t)=>ol(e,il(t));const ll=({options:e,experience:t,fidesRegionString:o,cookie:i,propertyId:n})=>{var r;const{i18n:a,currentLocale:s,setCurrentLocale:l}=J(),d=ue(),p=window.Fides.saved_consent,c=w=>t.privacy_notices?t.privacy_notices.map(O=>at(O,w||p||d?.consent)?O.notice_key:""):[];L(()=>{!s&&a.locale&&l(a.locale)},[s,a.locale,l]);const _=xe(()=>{if(t.experience_config){const w=Me(a,t.experience_config);return w?.privacy_experience_config_history_id}},[t,a,s]),f=xe(()=>{var w;const O=((w=t.privacy_notices)!=null?w:[]).map(z=>{var le,Xe;const Dt=z.consent_mechanism===V.NOTICE_ONLY||((Xe=(le=e.fidesDisabledNotices)==null?void 0:le.includes(z.notice_key))!=null?Xe:!1)||z.disabled,El=gt(a,z);return{notice:sl(al({},z),{disabled:Dt}),bestTranslation:El}}),T=O.filter(z=>z.notice.consent_mechanism===V.NOTICE_ONLY),B=O.filter(z=>z.notice.consent_mechanism!==V.NOTICE_ONLY);return[...T,...B]},[t.privacy_notices,a,s,e.fidesDisabledNotices]),[u,b]=R(c());window.addEventListener("FidesUpdating",w=>{b(c(w.detail.consent))});const y=f.every(w=>w.notice.consent_mechanism===V.NOTICE_ONLY),m=f.map(w=>{var O,T;const B=u.indexOf(w.notice.notice_key)!==-1,z=fe(),le=qt({value:B,notice:w.notice,consentContext:z});return{noticeKey:w.notice.notice_key,title:((O=w.bestTranslation)==null?void 0:O.title)||w.notice.name||"",description:(T=w.bestTranslation)==null?void 0:T.description,checked:B,consentMechanism:w.notice.consent_mechanism,disabled:w.notice.disabled,gpcStatus:le}}),{servedNoticeHistoryId:h}=Ga({privacyExperienceConfigHistoryId:_,privacyNoticeHistoryIds:f.reduce((w,O)=>{var T;const B=(T=O.bestTranslation)==null?void 0:T.privacy_notice_history_id;return B&&w.push(B),w},[]),options:e,userGeography:o,acknowledgeMode:y,privacyExperience:t,propertyId:n}),x=j((w,O)=>{const T=Zt(f,O);Zo({consentPreferencesToSave:T,privacyExperienceConfigHistoryId:_,experience:t,consentMethod:w,options:e,userLocationString:o,cookie:i,servedNoticeHistoryId:h,propertyId:n,updateCookie:B=>ft(B,T)}),b(O)},[i,o,t,e,_,f,h,n]),k=j(w=>{x(w?N.SCRIPT:N.ACCEPT,f.filter(O=>!O.notice.disabled||u.includes(O.notice.notice_key)).map(O=>O.notice.notice_key))},[u,x,f]),C=j(w=>{x(w?N.SCRIPT:N.REJECT,f.filter(O=>O.notice.consent_mechanism===V.NOTICE_ONLY||O.notice.disabled&&u.includes(O.notice.notice_key)).map(O=>O.notice.notice_key))},[u,x,f]);L(()=>{Gt(e)&&t.privacy_notices&&(e.fidesConsentOverride===N.ACCEPT?(fidesDebugger("Consent automatically accepted by fides_consent_override!"),k(!0)):e.fidesConsentOverride===N.REJECT&&(fidesDebugger("Consent automatically rejected by fides_consent_override!"),C(!0)))},[t.privacy_notices,e.fidesConsentOverride]);const I=j(()=>{q("FidesUIShown",i,e.debug,{servingComponent:ye.BANNER})},[i,e.debug]),U=j(()=>{q("FidesUIShown",i,e.debug,{servingComponent:ye.MODAL})},[i,e.debug]),G=j(()=>{dt(d?.consent)||x(N.DISMISS,c())},[x,c,d?.consent]);if(!t.experience_config)return fidesDebugger("No experience config found"),null;const D=!!((r=t.experience_config)!=null&&r.dismissable),$=f.length===1;return v(Vs,{options:e,experience:t,cookie:i,savedConsent:p,isUiBlocking:!D,onOpen:U,onDismiss:G,renderBanner:({isEmbedded:w,isOpen:O,onClose:T,onManagePreferencesClick:B})=>{var z;const le=y||((z=t.experience_config)==null?void 0:z.layer1_button_options)===et.ACKNOWLEDGE;return v(Ka,{bannerIsOpen:O,dismissable:D,onOpen:I,onClose:()=>{T(),G()},isEmbedded:w,renderButtonGroup:()=>v(Qi,{experience:t,onManagePreferencesClick:B,enabledKeys:u,onAcceptAll:()=>{k(),T()},onRejectAll:()=>{C(),T()},onSave:(Xe,Dt)=>{x(Xe,Dt),T()},isAcknowledge:le,hideOptInOut:le,options:e})})},renderModalContent:()=>v("div",null,v("div",{className:"fides-modal-notices"},v(el,{noticeToggles:m,enabledNoticeKeys:u,onChange:(w,O,T)=>{const B={servingComponent:"modal",trigger:O,preference:T};b(w),q("FidesUIChanged",i,e.debug,B)}}))),renderModalFooter:({onClose:w})=>v(Qi,{experience:t,enabledKeys:u,onAcceptAll:()=>{k(),w()},onRejectAll:()=>{C(),w()},onSave:(O,T)=>{x(O,T),w()},isInModal:!0,isAcknowledge:y,hideOptInOut:$||y,options:e})})};var dl=Object.defineProperty,un=Object.getOwnPropertySymbols,cl=Object.prototype.hasOwnProperty,pl=Object.prototype.propertyIsEnumerable,fn=(e,t,o)=>t in e?dl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,ul=(e,t)=>{for(var o in t||(t={}))cl.call(t,o)&&fn(e,o,t[o]);if(un)for(var o of un(t))pl.call(t,o)&&fn(e,o,t[o]);return e};const fl=(e,t)=>{const{i18n:o}=e;gi(v(Va,{i18nInstance:o},v(ll,ul({},e))),t)};var vl=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});function gl(e){return vl(this,null,function*(){var t;if(!((t=e.options.apiOptions)!=null&&t.getPreferencesFn))return null;try{return yield e.options.apiOptions.getPreferencesFn(e)}catch{return null}})}var _l=Object.defineProperty,bl=Object.defineProperties,yl=Object.getOwnPropertyDescriptors,vn=Object.getOwnPropertySymbols,ml=Object.prototype.hasOwnProperty,hl=Object.prototype.propertyIsEnumerable,gn=(e,t,o)=>t in e?_l(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,X=(e,t)=>{for(var o in t||(t={}))ml.call(t,o)&&gn(e,o,t[o]);if(vn)for(var o of vn(t))hl.call(t,o)&&gn(e,o,t[o]);return e},Ft=(e,t)=>bl(e,yl(t)),kl=(e,t,o)=>new Promise((i,n)=>{var r=l=>{try{s(o.next(l))}catch(d){n(d)}},a=l=>{try{s(o.throw(l))}catch(d){n(d)}},s=l=>l.done?i(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const jt=e=>{typeof window<"u"&&(window.Fides=e)},wl=({cookie:e,experience:t})=>{let o=t;return dt(e.consent)&&(o=ut({experience:t,cookie:e})),o},xl=(e,t)=>{const o=!!t.otFidesMapping&&ct();if(!(!t.otFidesMapping||!o))try{const i=decodeURIComponent(t.otFidesMapping).replace(/^'|'$/g,""),n=JSON.parse(i),r=fo(o,n);return r||void 0}catch{}};function Cl(e){return kl(this,null,function*(){var t,o,i,n,r;let a=(t=e??this.config)!=null?t:bn("Fides must be initialized with a configuration object");Xn(!!((o=a.options)!=null&&o.debug)),this.config=a,q("FidesInitializing",void 0,this.config.options.debug,{gppEnabled:this.config.options.gppEnabled||((n=(i=this.config.experience)==null?void 0:i.gpp_settings)==null?void 0:n.enabled),tcfEnabled:this.config.options.tcfEnabled});const s=oi(de.OPTIONS,a),l=oi(de.EXPERIENCE_TRANSLATION,a),d=yield gl(a);!s.fidesString&&d!=null&&d.fides_string&&(s.fidesString=d.fides_string);const p={optionsOverrides:s,consentPrefsOverrides:d,experienceTranslationOverrides:l};let c;s.otFidesMapping&&!ue()&&(c=xl(a,s)),a=Ft(X({},a),{options:X(X({},a.options),p.optionsOverrides)}),this.cookie=ba(a),this.cookie.consent=X(X({},this.cookie.consent),c),this.saved_consent=X({},this.cookie.consent),c&&!ue()&&(Object.assign(this.cookie.fides_meta,{consentMethod:N.SCRIPT}),pt(this.cookie,a.options.base64Cookie));const{fidesString:_}=a.options;if(_)try{const{nc:b}=Co(_);this.decodeNoticeConsentString(b);const y={fides_string:_};this.cookie=X(X({},this.cookie),y)}catch{}const f=ya(Ft(X({},a),{cookie:this.cookie,savedConsent:this.saved_consent,updateExperienceFromCookieConsent:ut}));f&&(Object.assign(this,f),jt(this),q("FidesInitialized",this.cookie,a.options.debug,{shouldShowExperience:this.shouldShowExperience()})),this.experience=(r=f?.experience)!=null?r:a.experience;const u=yield ma(Ft(X({},a),{fides:this,initOverlay:yi,renderOverlay:fl,updateExperience:wl,overrides:p,propertyId:a.propertyId}));Object.assign(this,u),jt(this),q("FidesInitialized",this.cookie,a.options.debug,{shouldShowExperience:this.shouldShowExperience()})})}jt({consent:{},experience:void 0,geolocation:{},locale:M,options:{debug:!0,isOverlayEnabled:!1,isPrefetchEnabled:!1,isGeolocationEnabled:!1,geolocationApiUrl:"",overlayParentId:null,modalLinkId:null,privacyCenterUrl:"",fidesApiUrl:"",tcfEnabled:!1,gppEnabled:!1,fidesEmbed:!1,fidesDisableSaveApi:!1,fidesDisableNoticesServedApi:!1,fidesDisableBanner:!1,fidesString:null,apiOptions:null,fidesTcfGdprApplies:!1,fidesJsBaseUrl:"",customOptionsPath:null,preventDismissal:!1,allowHTMLDescription:null,base64Cookie:!1,fidesPrimaryColor:null,fidesClearCookie:!1,showFidesBrandLink:!0,fidesConsentOverride:null,otFidesMapping:null,fidesDisabledNotices:null},fides_meta:{},identity:{},tcf_consent:{},saved_consent:{},blueconic:En,gtm:$n,init:Cl,config:void 0,reinitialize(){if(!this.config||!this.initialized)throw new Error("Fides must be initialized before reinitializing");return this.init()},initialized:!1,onFidesEvent:xo,shouldShowExperience(){return Oe(this.experience,this.cookie,this.saved_consent,this.options)},meta:Tn,shopify:In,showModal:ot,getModalLinkLabel:()=>Pe,encodeNoticeConsentString:Jt,decodeNoticeConsentString:it}),g.BannerEnabled=Rt,g.ButtonType=Y,g.CONSENT_COOKIE_MAX_AGE_DAYS=lo,g.CONSENT_COOKIE_NAME=lt,g.ComponentType=F,g.ConsentMechanism=V,g.ConsentMethod=N,g.DEFAULT_LOCALE=M,g.DEFAULT_MODAL_LINK_LABEL=Pe,g.EnforcementLevel=zt,g.FidesEndpointPaths=zo,g.GpcStatus=Q,g.LOCALE_REGEX=Ae,g.Layer1ButtonOption=et,g.OT_CONSENT_COOKIE_NAME=so,g.OverrideType=de,g.PrivacyNoticeFramework=Mt,g.REQUEST_SOURCE=Go,g.RejectAllMechanism=Ut,g.RequestOrigin=Bt,g.SaveConsentPreference=be,g.ServingComponent=ye,g.UserConsentPreference=H,g.allNoticesAreDefaultOptIn=yn,g.areLocalesEqual=Z,g.buildCookieConsentFromConsentPreferences=bo,g.consentCookieObjHasSomeConsentSet=dt,g.constructFidesRegionString=tt,g.createConsentPreferencesToSave=Zt,g.decodeNoticeConsentString=it,g.defaultShowModal=ot,g.detectUserLocale=Lo,g.dispatchFidesEvent=q,g.encodeNoticeConsentString=Jt,g.experienceIsValid=Kt,g.extractDefaultLocaleFromExperience=Po,g.fetchExperience=Ro,g.fetchGvlTranslations=Uo,g.getConsentContext=fe,g.getConsentStateFromExperience=yo,g.getCookieByName=je,g.getCurrentLocale=De,g.getFidesConsentCookie=ue,g.getGeolocation=Ko,g.getGpcStatusFromNotice=qt,g.getOTConsentCookie=ct,g.getOrMakeFidesCookie=vo,g.getOverrideValidatorMapByType=Ht,g.getTcfDefaultPreference=mn,g.getWindowObjFromPath=Yt,g.i18n=Jr,g.initOverlay=yi,g.initializeI18n=Fo,g.isNewFidesCookie=po,g.isPrivacyExperience=pe,g.loadGVLMessagesFromExperience=To,g.loadMessagesFromExperience=No,g.loadMessagesFromFiles=$o,g.loadMessagesFromGVLTranslations=So,g.localizeModalLinkText=jo,g.makeConsentDefaultsLegacy=go,g.makeFidesCookie=uo,g.matchAvailableLocales=Io,g.messageExists=re,g.noticeHasConsentInCookie=Ee,g.onFidesEvent=xo,g.otCookieToFidesConsent=fo,g.parseFidesDisabledNotices=Wt,g.patchNoticesServed=Ho,g.patchUserPreference=Vo,g.removeCookiesFromBrowser=_o,g.resolveConsentValue=at,g.resolveLegacyConsentValue=no,g.saveFidesCookie=pt,g.selectBestExperienceConfigTranslation=Me,g.selectBestNoticeTranslation=gt,g.setupI18n=_t,g.shouldResurfaceBanner=Oe,g.transformConsentToFidesUserPreference=ie,g.transformTcfPreferencesToCookieKeys=Jn,g.transformUserPreferenceToBoolean=ce,g.updateCookieFromExperience=mo,g.updateCookieFromNoticePreferences=ft,g.updateExperienceFromCookieConsentNotices=ut,g.validateOptions=Vt});
|
11
|
+
);border:1px solid var(--fides-overlay-row-divider-color);display:flex;margin-bottom:22px;padding:4px}.fides-radio-button{background-color:transparent;border:none;cursor:pointer;flex:1;padding:5px 16px}.fides-radio-button[aria-checked=true]{background-color:var(--fides-overlay-primary-button-background-color);color:var(--fides-overlay-primary-button-text-color)}.fides-flex-center{align-items:center;display:flex}.fides-margin-right{margin-right:3px}.fides-justify-space-between{justify-content:space-between}.fides-vendor-details-table{width:100%}.fides-vendor-details-table td,.fides-vendor-details-table th{font-size:var(--fides-overlay-font-size-body-small);text-align:left}.fides-vendor-details-table td{border-bottom:1px solid var(--fides-overlay-row-divider-color)}.fides-link-button{background:none;border:none;color:var(--fides-overlay-body-font-color);cursor:pointer;padding:0;text-decoration:underline}.fides-external-link,.fides-primary-text-color{color:var(--fides-overlay-primary-color)}.fides-external-link{font-size:var(--fides-overlay-font-size-body-small);font-weight:500;margin-right:16px}.fides-info-box{background-color:var(--fides-overlay-hover-color);border-radius:var(--fides-overlay-component-border-radius);margin:10px 0;padding:16px}.fides-info-box p{margin:0}.fides-tabs .tabpanel-container{overflow:hidden}.tabpanel-container section[hidden]{display:none}.fides-paging-buttons{display:flex;gap:8px;justify-content:center}.fides-paging-info{color:var(--fides-overlay-font-color-dark);font-size:var(--fides-overlay-font-size-body-small);font-weight:600;padding:8px}.fides-paging-previous-button{margin-right:8px}.fides-paging-next-button,.fides-paging-previous-button{background-color:transparent;border:none;cursor:pointer;padding:6px}.fides-paging-next-button:disabled,.fides-paging-previous-button:disabled{cursor:default}.fides-i18n-menu{position:relative}.fides-modal-footer .fides-i18n-menu{bottom:var(--fides-overlay-padding);left:var(--fides-overlay-padding);position:absolute}.fides-modal-footer .fides-button-group-i18n{min-height:var(--fides-overlay-modal-secondary-button-group-height)}div.fides-i18n-pseudo-button{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:2px;height:var(--fides-overlay-font-size-body);text-transform:uppercase;white-space:nowrap}#fides-i18n-icon{animation-duration:var(--fides-overlay-language-loading-indicator-speed);animation-iteration-count:infinite;animation-timing-function:linear;transform-origin:50% 50%}div#fides-overlay-wrapper .fides-i18n-pseudo-button{box-sizing:content-box}.fides-i18n-popover{bottom:100%;display:flex;flex-direction:column;gap:1px;height:0;left:0;max-height:calc(var(--fides-base-font-size)*7);overflow:hidden;position:absolute;transition:height .5s}.fides-i18n-menu:hover .fides-i18n-pseudo-button{background-color:var(--fides-overlay-hover-color);border-radius:var(--fides-overlay-language-button-border-radius)}.fides-i18n-menu:hover .fides-i18n-pseudo-button .fides-i18n-caret{transform:rotate(180deg)}.fides-i18n-menu:focus-within .fides-i18n-popover,.fides-i18n-menu:hover .fides-i18n-popover{background-color:var(--fides-overlay-background-dark-color);border:1px solid var(--fides-overlay-primary-color);border-radius:var(--fides-overlay-component-border-radius);height:auto;min-width:calc(var(--fides-base-font-size)*9);overflow:scroll}button.fides-banner-button.fides-menu-item{background:var(--fides-overlay-secondary-button-background-color);border:none;border-radius:0;color:var(--fides-overlay-secondary-button-text-color);margin:0;padding-left:calc(var(--fides-base-font-size)*1.5);text-align:left;width:100%}button.fides-banner-button.fides-menu-item[aria-pressed=true]{background:var(--fides-overlay-primary-button-background-color);color:var(--fides-overlay-primary-button-text-color)}button.fides-banner-button.fides-menu-item[aria-pressed=true]:before{content:"\\2713";display:inline-block;margin-left:calc(var(--fides-base-font-size)*-1);margin-right:calc(var(--fides-base-font-size)*.25)}button.fides-banner-button.fides-menu-item:not([aria-pressed=true]):hover{background:var(--fides-overlay-secondary-button-background-hover-color)}@media (min-width:1280px){div#fides-banner{width:60%}}@media (min-width:768px){div#fides-banner{border:var(--fides-overlay-container-border-width) solid var(--fides-overlay-primary-color);border-radius:var(--fides-overlay-component-border-radius);width:75%}div#fides-banner-container.fides-banner-bottom{bottom:var(--fides-overlay-banner-offset)}}@media (max-width:768px){div#fides-consent-content,div.fides-modal-content{width:100%!important}.fides-modal-button-group{flex-direction:column}button.fides-banner-button{margin:0 8px 12px 0}div#fides-banner{padding:24px;width:100%}div#fides-banner-description{margin-bottom:0}div#fides-banner-inner div#fides-button-group{align-items:flex-start;flex-direction:column;gap:12px;padding-top:24px}.fides-banner-button-group{flex-direction:column;width:100%}button.fides-banner-button{margin:0;width:100%}div#fides-banner-inner-container{max-height:50vh;overflow-y:auto;scrollbar-gutter:stable}div.fides-privacy-policy-link{width:100%}.fides-modal-footer{max-width:100%}.fides-banner-secondary-actions{gap:12px}.fides-banner-secondary-actions .fides-manage-preferences-button{order:0}.fides-banner-secondary-actions .fides-privacy-policy{order:1}.fides-banner-secondary-actions .fides-i18n-menu{order:2}.fides-banner-button-group.fides-button-group-i18n{min-height:68px}.fides-i18n-menu{bottom:var(--fides-overlay-padding);left:var(--fides-overlay-padding);position:absolute}}`;Za(Ja);var be,A,It,An,xe=0,Nn=[],T=O,$n=T.__b,Tn=T.__r,Ln=T.diffed,In=T.__c,Sn=T.unmount,Fn=T.__;function Xe(e,t){T.__h&&T.__h(A,e,xe||t),xe=0;var o=A.__H||(A.__H={__:[],__h:[]});return e>=o.__.length&&o.__.push({}),o.__[e]}function G(e){return xe=1,Xa(Mn,e)}function Xa(e,t,o){var n=Xe(be++,2);if(n.t=e,!n.__c&&(n.__=[o?o(t):Mn(void 0,t),function(s){var l=n.__N?n.__N[0]:n.__[0],c=n.t(l,s);l!==c&&(n.__N=[c,n.__[1]],n.__c.setState({}))}],n.__c=A,!A.u)){var i=function(s,l,c){if(!n.__c.__H)return!0;var p=n.__c.__H.__.filter(function(g){return!!g.__c});if(p.every(function(g){return!g.__N}))return!r||r.call(this,s,l,c);var d=!1;return p.forEach(function(g){if(g.__N){var u=g.__[0];g.__=g.__N,g.__N=void 0,u!==g.__[0]&&(d=!0)}}),!(!d&&n.__c.props===s)&&(!r||r.call(this,s,l,c))};A.u=!0;var r=A.shouldComponentUpdate,a=A.componentWillUpdate;A.componentWillUpdate=function(s,l,c){if(this.__e){var p=r;r=void 0,i(s,l,c),r=p}a&&a.call(this,s,l,c)},A.shouldComponentUpdate=i}return n.__N||n.__}function D(e,t){var o=Xe(be++,3);!T.__s&&Dn(o.__H,t)&&(o.__=e,o.i=t,A.__H.__h.push(o))}function Qa(e){return xe=5,Ee(function(){return{current:e}},[])}function Ee(e,t){var o=Xe(be++,7);return Dn(o.__H,t)&&(o.__=e(),o.__H=t,o.__h=e),o.__}function z(e,t){return xe=8,Ee(function(){return e},t)}function St(e){var t=A.context[e.__c],o=Xe(be++,9);return o.c=e,t?(o.__==null&&(o.__=!0,t.sub(A)),t.props.value):e.__}function es(){for(var e;e=Nn.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(Qe),e.__H.__h.forEach(Ft),e.__H.__h=[]}catch(t){e.__H.__h=[],T.__e(t,e.__v)}}T.__b=function(e){A=null,$n&&$n(e)},T.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Fn&&Fn(e,t)},T.__r=function(e){Tn&&Tn(e),be=0;var t=(A=e.__c).__H;t&&(It===A?(t.__h=[],A.__h=[],t.__.forEach(function(o){o.__N&&(o.__=o.__N),o.i=o.__N=void 0})):(t.__h.forEach(Qe),t.__h.forEach(Ft),t.__h=[],be=0)),It=A},T.diffed=function(e){Ln&&Ln(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(Nn.push(t)!==1&&An===T.requestAnimationFrame||((An=T.requestAnimationFrame)||ts)(es)),t.__H.__.forEach(function(o){o.i&&(o.__H=o.i),o.i=void 0})),It=A=null},T.__c=function(e,t){t.some(function(o){try{o.__h.forEach(Qe),o.__h=o.__h.filter(function(n){return!n.__||Ft(n)})}catch(n){t.some(function(i){i.__h&&(i.__h=[])}),t=[],T.__e(n,o.__v)}}),In&&In(e,t)},T.unmount=function(e){Sn&&Sn(e);var t,o=e.__c;o&&o.__H&&(o.__H.__.forEach(function(n){try{Qe(n)}catch(i){t=i}}),o.__H=void 0,t&&T.__e(t,o.__v))};var jn=typeof requestAnimationFrame=="function";function ts(e){var t,o=function(){clearTimeout(n),jn&&cancelAnimationFrame(t),setTimeout(e)},n=setTimeout(o,100);jn&&(t=requestAnimationFrame(o))}function Qe(e){var t=A,o=e.__c;typeof o=="function"&&(e.__c=void 0,o()),A=t}function Ft(e){var t=A;e.__c=e.__(),A=t}function Dn(e,t){return!e||e.length!==t.length||t.some(function(o,n){return o!==e[n]})}function Mn(e,t){return typeof t=="function"?t(e):t}const os=({id:e})=>{const[t,o]=G(!1),n=z(()=>o(!1),[]),i=z(()=>o(!0),[]),r=z(()=>{t?n():i()},[t,i,n]);return{isOpen:t,onOpen:i,onClose:n,onToggle:r,getButtonProps:()=>({"aria-expanded":t,"aria-controls":e,onClick:r}),getDisclosureProps:()=>({id:e,className:t?"fides-disclosure-visible":"fides-disclosure-hidden"})}},ns=(e,t)=>{const[o,n]=G(null);return D(()=>{if(t)return()=>{};sn(e).then(i=>{n(i)})},[e,t]),o},is=()=>{const[e,t]=G(!1);return D(()=>{t(!0)},[]),e};var rs=Object.defineProperty,zn=Object.getOwnPropertySymbols,as=Object.prototype.hasOwnProperty,ss=Object.prototype.propertyIsEnumerable,Rn=(e,t,o)=>t in e?rs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,ls=(e,t)=>{for(var o in t||(t={}))as.call(t,o)&&Rn(e,o,t[o]);if(zn)for(var o of zn(t))ss.call(t,o)&&Rn(e,o,t[o]);return e},cs=(e,t,o)=>new Promise((n,i)=>{var r=l=>{try{s(o.next(l))}catch(c){i(c)}},a=l=>{try{s(o.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const ds=({options:e,privacyExperience:t,privacyExperienceConfigHistoryId:o,privacyNoticeHistoryIds:n,userGeography:i,acknowledgeMode:r,propertyId:a,tcfNoticesServed:s})=>{const[l,c]=G(Me()),p=z(d=>cs(void 0,null,function*(){var g;if(e.fidesDisableSaveApi||e.fidesDisableNoticesServedApi||!d.detail.extraDetails||d.detail.extraDetails.servingComponent===me.BANNER&&!((g=t?.experience_config)!=null&&g.show_layer1_notices))return;const u=Me();c(u);const v=ls({served_notice_history_id:u,browser_identity:d.detail.identity,privacy_experience_config_history_id:o||"",user_geography:i,acknowledge_mode:r,privacy_notice_history_ids:n||[],serving_component:String(d.detail.extraDetails.servingComponent),property_id:a},s);Xo({request:v,options:e})}),[e,t,o,i,r,n,a,s]);return D(()=>(window.addEventListener("FidesUIShown",p),()=>{window.removeEventListener("FidesUIShown",p)}),[p]),{servedNoticeHistoryId:l}},Un=Lt({}),ps=({i18nInstance:e,children:t})=>{const[o,n]=G(),[i,r]=G(!1),a=z(l=>{e.activate(l),n(l)},[e,n]);D(()=>{const l=document.getElementById(Ni);i?l?.style.setProperty("animation-name","spin"):l?.style.removeProperty("animation-name")},[i]);const s=Ee(()=>({i18n:e,currentLocale:o,setCurrentLocale:a,isLoading:i,setIsLoading:r}),[e,o,a,i]);return f(Un.Provider,{value:s},t)},J=()=>{const e=St(Un);if(!e||Object.keys(e).length===0)throw new Error("useI18n must be used within a I18nProvider");return e},Bn=({onClick:e,ariaLabel:t,hidden:o=!1})=>f("button",{type:"button","aria-label":t,className:"fides-close-button",onClick:e,style:{visibility:o?"hidden":"visible"}},f("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"none"},f("path",{fill:"#2D3748",d:"m8 7.057 3.3-3.3.943.943-3.3 3.3 3.3 3.3-.943.943-3.3-3.3-3.3 3.3-.943-.943 3.3-3.3-3.3-3.3.943-.943 3.3 3.3Z"}))),us=Lt({}),Gn="__VENDOR_COUNT_LINK__",Vn=(e,t)=>t?f("span",{dangerouslySetInnerHTML:{__html:e.trim()}}):La(e).trim(),Hn=({description:e,onVendorPageClick:t,allowHTMLDescription:o=!1})=>{const[n,i]=G();let r=0;const a=St(us);return a!=null&&a.vendorCount&&(r=a.vendorCount),D(()=>{if(e)if(e.includes(Gn)&&t){const s=e.split(Gn);for(let c=1;c<s.length;c+=2)s.splice(c,0,f(ee,null," ",f("button",{type:"button",className:"fides-link-button fides-vendor-count",onClick:t},r)," "));const l=s.map(c=>typeof c=="string"?Vn(c,o):c);i(l)}else i([Vn(e,o)])},[e,t]),e?f("div",null,n):null},Kn=({status:e})=>{const{i18n:t}=J(),o=t.t("static.gpc"),n=e.valueOf();let i="";if(e===Q.APPLIED)i=t.t("static.gpc.status.applied");else if(e===Q.OVERRIDDEN)i=t.t("static.gpc.status.overridden");else if(e===Q.NONE)return null;return f("span",{className:"fides-gpc-label"},o," ",f("span",{className:`fides-gpc-badge fides-gpc-badge-${n}`},i))},fs=({dismissable:e,onOpen:t,onClose:o,bannerIsOpen:n,children:i,onVendorPageClick:r,renderButtonGroup:a,className:s,isEmbedded:l})=>{var c,p,d,g,u,v,b,m,h,y,k;const{i18n:w}=J(),x=_e().globalPrivacyControl;D(()=>{n&&t()},[n,t]);const P=se(w,"exp.banner_title")?w.t("exp.banner_title"):w.t("exp.title"),S=se(w,"exp.banner_description")?w.t("exp.banner_description"):w.t("exp.description"),U=["fides-banner","fides-banner-bottom",!n&&"fides-banner-hidden",l&&"fides-embedded",s].filter(N=>typeof N=="string").join(" ");let F=[];return(d=(p=(c=window.Fides)==null?void 0:c.experience)==null?void 0:p.experience_config)!=null&&d.show_layer1_notices&&(u=(g=window.Fides)==null?void 0:g.experience)!=null&&u.privacy_notices&&(F=(b=(v=window.Fides)==null?void 0:v.experience)==null?void 0:b.privacy_notices),f("div",{id:"fides-banner-container",className:U},f("div",{id:"fides-banner"},f("div",{id:"fides-banner-inner"},f(Bn,{ariaLabel:"Close banner",onClick:o,hidden:((h=(m=window.Fides)==null?void 0:m.options)==null?void 0:h.preventDismissal)||!e}),f("div",{id:"fides-banner-inner-container"},f("div",{className:"fides-banner__col"},f("div",{id:"fides-banner-heading"},f("h1",{id:"fides-banner-title",className:"fides-banner-title"},P),x&&f(Kn,{status:Q.APPLIED})),f("div",{id:"fides-banner-description",className:"fides-banner-description fides-banner__content"},f(Hn,{description:S,onVendorPageClick:r,allowHTMLDescription:(k=(y=window.Fides)==null?void 0:y.options)==null?void 0:k.allowHTMLDescription}),!!(F!=null&&F.length)&&f("div",{id:"fides-banner-notices",className:"fides-banner-notices"},F.map((N,C)=>f("span",{key:N.id},f("strong",null,N.name),C<F.length-1&&", "))))),i),a())))},vs=e=>{const[t,o]=G(!1);return D(()=>{const n=window.matchMedia(e);o(n.matches);function i(r){o(r.matches)}return n.addEventListener?n.addEventListener("change",i):n.addListener(i),()=>{n.removeEventListener?n.removeEventListener("change",i):n.removeListener(i)}},[e]),t},gs=()=>f("svg",{xmlns:"http://www.w3.org/2000/svg",width:"31",height:"20",fill:"currentColor",className:"ethyca-logo",role:"img","aria-label":"Ethyca"},f("path",{d:"M11.5602 0H8.70311V7.9999H11.5602V0ZM23.0026 12.0001H20.1455V20H23.0026V12.0001ZM14.1258 20H17.5799L12.1315 11.9774V17.0631L14.1258 20ZM8.13179 17.0626V11.9769L2.68588 19.9995H6.14003L8.13129 17.0626H8.13179ZM23.5744 2.93688V8.02263L29.0198 0H25.5682L23.5739 2.93688H23.5744ZM19.5742 2.93688L17.5799 0H14.1258L19.5742 8.02263V2.93688ZM19.5717 8.57121H12.132V11.4283H19.5717V8.57121ZM31 8.57121H23.5603V11.4283H31V8.57121ZM8.13179 8.57121H0.691589V11.4283H8.13179V8.57121Z"})),_s=()=>f("div",{className:"fides-brand"},f("a",{href:"https://ethyca.com/",target:"_blank",rel:"noopener noreferrer",className:"fides-brand-link"},"Powered by",f(gs,null))),bs=()=>f("div",{className:"fides-spinner"}),ye=({buttonType:e,label:t,id:o,onClick:n,className:i="",disabled:r,loading:a})=>f("button",{type:"button",id:o,className:`fides-banner-button fides-banner-button-${e.valueOf()} ${i}`,onClick:n,"data-testid":`${t}-btn`,disabled:r||a,style:{cursor:r||a?"not-allowed":"pointer"}},t||"",a&&f(bs,null));function ys(e,t){for(var o in t)e[o]=t[o];return e}function Yn(e,t){for(var o in e)if(o!=="__source"&&!(o in t))return!0;for(var n in t)if(n!=="__source"&&e[n]!==t[n])return!0;return!1}function qn(e,t){this.props=e,this.context=t}(qn.prototype=new te).isPureReactComponent=!0,qn.prototype.shouldComponentUpdate=function(e,t){return Yn(this.props,e)||Yn(this.state,t)};var Wn=O.__b;O.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),Wn&&Wn(e)};var ms=O.__e;O.__e=function(e,t,o,n){if(e.then){for(var i,r=t;r=r.__;)if((i=r.__c)&&i.__c)return t.__e==null&&(t.__e=o.__e,t.__k=o.__k),i.__c(e,t)}ms(e,t,o,n)};var Zn=O.unmount;function Jn(e,t,o){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach(function(n){typeof n.__c=="function"&&n.__c()}),e.__c.__H=null),(e=ys({},e)).__c!=null&&(e.__c.__P===o&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map(function(n){return Jn(n,t,o)})),e}function Xn(e,t,o){return e&&o&&(e.__v=null,e.__k=e.__k&&e.__k.map(function(n){return Xn(n,t,o)}),e.__c&&e.__c.__P===t&&(e.__e&&o.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=o)),e}function jt(){this.__u=0,this.t=null,this.__b=null}function Qn(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function et(){this.u=null,this.o=null}O.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),Zn&&Zn(e)},(jt.prototype=new te).__c=function(e,t){var o=t.__c,n=this;n.t==null&&(n.t=[]),n.t.push(o);var i=Qn(n.__v),r=!1,a=function(){r||(r=!0,o.__R=null,i?i(s):s())};o.__R=a;var s=function(){if(!--n.__u){if(n.state.__a){var l=n.state.__a;n.__v.__k[0]=Xn(l,l.__c.__P,l.__c.__O)}var c;for(n.setState({__a:n.__b=null});c=n.t.pop();)c.forceUpdate()}};n.__u++||32&t.__u||n.setState({__a:n.__b=n.__v.__k[0]}),e.then(a,a)},jt.prototype.componentWillUnmount=function(){this.t=[]},jt.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var o=document.createElement("div"),n=this.__v.__k[0].__c;this.__v.__k[0]=Jn(this.__b,o,n.__O=n.__P)}this.__b=null}var i=t.__a&&f(ee,null,e.fallback);return i&&(i.__u&=-33),[f(ee,null,t.__a?null:e.children),i]};var ei=function(e,t,o){if(++o[1]===o[0]&&e.o.delete(t),e.props.revealOrder&&(e.props.revealOrder[0]!=="t"||!e.o.size))for(o=e.u;o;){for(;o.length>3;)o.pop()();if(o[1]<o[0])break;e.u=o=o[2]}};(et.prototype=new te).__a=function(e){var t=this,o=Qn(t.__v),n=t.o.get(e);return n[0]++,function(i){var r=function(){t.props.revealOrder?(n.push(i),ei(t,e,n)):i()};o?o(r):r()}},et.prototype.render=function(e){this.u=null,this.o=new Map;var t=qe(e.children);e.revealOrder&&e.revealOrder[0]==="b"&&t.reverse();for(var o=t.length;o--;)this.o.set(t[o],this.u=[1,0,this.u]);return e.children},et.prototype.componentDidUpdate=et.prototype.componentDidMount=function(){var e=this;this.o.forEach(function(t,o){ei(e,o,t)})};var hs=typeof Symbol<"u"&&Symbol.for&&Symbol.for("react.element")||60103,ws=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,ks=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Cs=/[A-Z0-9]/g,xs=typeof document<"u",Es=function(e){return(typeof Symbol<"u"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(e)};te.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(e){Object.defineProperty(te.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var ti=O.event;function Os(){}function Ps(){return this.cancelBubble}function As(){return this.defaultPrevented}O.event=function(e){return ti&&(e=ti(e)),e.persist=Os,e.isPropagationStopped=Ps,e.isDefaultPrevented=As,e.nativeEvent=e};var Ns={enumerable:!1,configurable:!0,get:function(){return this.class}},oi=O.vnode;O.vnode=function(e){typeof e.type=="string"&&function(t){var o=t.props,n=t.type,i={};for(var r in o){var a=o[r];if(!(r==="value"&&"defaultValue"in o&&a==null||xs&&r==="children"&&n==="noscript"||r==="class"||r==="className")){var s=r.toLowerCase();r==="defaultValue"&&"value"in o&&o.value==null?r="value":r==="download"&&a===!0?a="":s==="translate"&&a==="no"?a=!1:s==="ondoubleclick"?r="ondblclick":s!=="onchange"||n!=="input"&&n!=="textarea"||Es(o.type)?s==="onfocus"?r="onfocusin":s==="onblur"?r="onfocusout":ks.test(r)?r=s:n.indexOf("-")===-1&&ws.test(r)?r=r.replace(Cs,"-$&").toLowerCase():a===null&&(a=void 0):s=r="oninput",s==="oninput"&&i[r=s]&&(r="oninputCapture"),i[r]=a}}n=="select"&&i.multiple&&Array.isArray(i.value)&&(i.value=qe(o.children).forEach(function(l){l.props.selected=i.value.indexOf(l.props.value)!=-1})),n=="select"&&i.defaultValue!=null&&(i.value=qe(o.children).forEach(function(l){l.props.selected=i.multiple?i.defaultValue.indexOf(l.props.value)!=-1:i.defaultValue==l.props.value})),o.class&&!o.className?(i.class=o.class,Object.defineProperty(i,"className",Ns)):(o.className&&!o.class||o.class&&o.className)&&(i.class=i.className=o.className),t.props=i}(e),e.$$typeof=hs,oi&&oi(e)};var ni=O.__r;O.__r=function(e){ni&&ni(e),e.__c};var ii=O.diffed;O.diffed=function(e){ii&&ii(e);var t=e.props,o=e.__e;o!=null&&e.type==="textarea"&&"value"in t&&t.value!==o.value&&(o.value=t.value==null?"":t.value)};const $s=Lt({});var Ts=Object.defineProperty,Ls=Object.defineProperties,Is=Object.getOwnPropertyDescriptors,tt=Object.getOwnPropertySymbols,ri=Object.prototype.hasOwnProperty,ai=Object.prototype.propertyIsEnumerable,si=(e,t,o)=>t in e?Ts(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Ss=(e,t)=>{for(var o in t||(t={}))ri.call(t,o)&&si(e,o,t[o]);if(tt)for(var o of tt(t))ai.call(t,o)&&si(e,o,t[o]);return e},Fs=(e,t)=>Ls(e,Is(t)),js=(e,t)=>{var o={};for(var n in e)ri.call(e,n)&&t.indexOf(n)<0&&(o[n]=e[n]);if(e!=null&&tt)for(var n of tt(e))t.indexOf(n)<0&&ai.call(e,n)&&(o[n]=e[n]);return o};const Ds=e=>{var t=e,{isActive:o,className:n,children:i}=t,r=js(t,["isActive","className","children"]);return f("button",Fs(Ss({type:"button","aria-pressed":o||void 0},r),{className:`fides-banner-button fides-menu-item ${n||""}`}),i)};var Ms=(e,t,o)=>new Promise((n,i)=>{var r=l=>{try{s(o.next(l))}catch(c){i(c)}},a=l=>{try{s(o.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const zs=({availableLocales:e,options:t,isTCF:o})=>{const{i18n:n,currentLocale:i,setCurrentLocale:r,setIsLoading:a}=J(),s=St($s),l=c=>Ms(void 0,null,function*(){var p;if(c!==n.locale)if(o){a(!0);const d=yield qo(t.fidesApiUrl,[c]);a(!1),d&&Object.keys(d).length?(s.setGvlTranslations(d[c]),zo(n,d,e||[I]),r(c),fidesDebugger(`Fides locale updated to ${c}`)):console.error(`Unable to load GVL translation for ${c}`)}else r(c),fidesDebugger(`Fides locale updated to ${c}`);(p=document.getElementById(Wt))==null||p.focus()});return f("div",{className:"fides-i18n-menu"},f("div",{role:"group",className:"fides-i18n-popover"},n.availableLanguages.map(c=>f(Ds,{key:c.locale,"data-testid":`fides-i18n-option-${c.locale}`,id:i===c.locale?"fidesActiveMenuItem":void 0,onClick:()=>l(c.locale),isActive:i===c.locale,title:c.label_en},c.label_original))),f("div",{className:"fides-i18n-pseudo-button"},f("svg",{xmlns:"http://www.w3.org/2000/svg",height:"100%",viewBox:"0 0 36 36",fill:"currentColor",id:"fides-i18n-icon"},f("path",{fill:"currentColor",d:"M18 32.625c.52 0 1.898-.506 3.347-3.403.619-1.245 1.153-2.756 1.547-4.472h-9.788c.394 1.716.928 3.227 1.547 4.472 1.449 2.897 2.827 3.403 3.347 3.403m-5.45-11.25h10.9a32.5 32.5 0 0 0 0-6.75h-10.9a32.5 32.5 0 0 0 0 6.75m.556-10.125h9.788c-.394-1.716-.928-3.227-1.547-4.472C19.898 3.881 18.52 3.375 18 3.375s-1.898.506-3.347 3.403c-.619 1.245-1.153 2.756-1.547 4.472m13.732 3.375A35 35 0 0 1 26.993 18c0 1.153-.056 2.285-.155 3.375h5.393c.253-1.083.394-2.215.394-3.375s-.134-2.292-.394-3.375h-5.393m4.135-3.375a14.7 14.7 0 0 0-6.92-6.567c.992 1.8 1.78 4.043 2.293 6.567h4.634zm-21.326 0c.513-2.524 1.3-4.76 2.292-6.567A14.7 14.7 0 0 0 5.02 11.25h4.634zm-5.878 3.375A14.8 14.8 0 0 0 3.375 18c0 1.16.134 2.292.394 3.375h5.393A35 35 0 0 1 9.007 18c0-1.153.056-2.285.155-3.375zm20.285 16.692a14.7 14.7 0 0 0 6.919-6.567h-4.627c-.513 2.524-1.3 4.76-2.292 6.567m-12.108 0c-.991-1.8-1.779-4.043-2.292-6.567H5.02a14.7 14.7 0 0 0 6.92 6.567zM18 36a18 18 0 1 1 0-36 18 18 0 0 1 0 36"})),i,f("svg",{className:"fides-i18n-caret",xmlns:"http://www.w3.org/2000/svg",height:"100%",fill:"currentColor",viewBox:"0 0 24 24"},f("path",{d:"M12 13.172L16.95 8.22198L18.364 9.63598L12 16L5.63599 9.63598L7.04999 8.22198L12 13.172Z"}))))},Rs=()=>{const{i18n:e}=J();if(!se(e,"exp.privacy_policy_link_label")||!se(e,"exp.privacy_policy_url"))return null;const t=e.t("exp.privacy_policy_link_label"),o=e.t("exp.privacy_policy_url");return f("div",{id:"fides-privacy-policy-link",style:{display:"flex",alignItems:"center",justifyContent:"center"}},f("a",{href:o,rel:"noopener noreferrer",target:"_blank",className:"fides-privacy-policy"},t))},Us=({availableLocales:e=[I],onManagePreferencesClick:t,renderFirstButton:o,onAcceptAll:n,onRejectAll:i,hideOptInOut:r,hideRejectAll:a,options:s,isInModal:l,isTCF:c,isMinimalTCF:p,isGVLLoading:d})=>{var g;const[u,v]=G(!1),{i18n:b}=J(),m=vs("(max-width: 768px)"),h=((g=b.availableLanguages)==null?void 0:g.length)>1,y=se(b,"exp.privacy_policy_link_label")&&se(b,"exp.privacy_policy_url"),k=()=>{const x=!c||!p;v(!x),t&&x&&t()},w=l&&s.showFidesBrandLink;return D(()=>{u&&!p&&k()},[u,p]),f("div",{id:"fides-button-group"},f("div",{className:l?"fides-modal-button-group fides-modal-primary-actions":"fides-banner-button-group fides-banner-primary-actions"},!!o&&o(),!r&&f(ee,null,c&&!!t&&f(ye,{buttonType:Y.SECONDARY,label:b.t("exp.privacy_preferences_link_label"),onClick:k,className:"fides-manage-preferences-button",loading:u}),!a&&f(ye,{buttonType:Y.PRIMARY,label:b.t("exp.reject_button_label"),onClick:i,className:"fides-reject-all-button",loading:d}),f(ye,{buttonType:Y.PRIMARY,label:b.t("exp.accept_button_label"),onClick:n,className:"fides-accept-all-button",loading:d}))),f("div",{className:`${l?"fides-modal-button-group fides-modal-secondary-actions":"fides-banner-button-group fides-banner-secondary-actions"}${h?" fides-button-group-i18n":""}${y?" fides-button-group-privacy-policy":""}${w?" fides-button-group-brand":""}`},h&&f(zs,{availableLocales:e,options:s,isTCF:!!c}),!c&&!!t&&f(ye,{buttonType:m?Y.SECONDARY:Y.TERTIARY,label:b.t("exp.privacy_preferences_link_label"),onClick:t,className:"fides-manage-preferences-button"}),y&&f(Rs,null),w&&f(_s,null)))},li=({experience:e,onAcceptAll:t,onRejectAll:o,onSave:n,onManagePreferencesClick:i,enabledKeys:r,isInModal:a,isAcknowledge:s,hideOptInOut:l=!1,options:c})=>{const{i18n:p}=J();if(!e.experience_config||!e.privacy_notices)return null;const{privacy_notices:d}=e,g=()=>{n(L.ACKNOWLEDGE,d.map(b=>b.notice_key))},u=()=>{n(L.SAVE,r)},v=()=>s?f(ye,{buttonType:Y.PRIMARY,label:p.t("exp.acknowledge_button_label"),onClick:g,className:"fides-acknowledge-button"}):a?f(ye,{buttonType:l?Y.PRIMARY:Y.SECONDARY,label:p.t("exp.save_button_label"),onClick:u,className:"fides-save-button"}):null;return f(Us,{availableLocales:e.available_locales,onManagePreferencesClick:i,onAcceptAll:t,onRejectAll:o,isInModal:a,renderFirstButton:v,hideOptInOut:l,options:c})};var Bs=['a[href]:not([tabindex^="-"])','area[href]:not([tabindex^="-"])','input:not([type="hidden"]):not([type="radio"]):not([disabled]):not([tabindex^="-"])','input[type="radio"]:not([disabled]):not([tabindex^="-"])','select:not([disabled]):not([tabindex^="-"])','textarea:not([disabled]):not([tabindex^="-"])','button:not([disabled]):not([tabindex^="-"])','iframe:not([tabindex^="-"])','audio[controls]:not([tabindex^="-"])','video[controls]:not([tabindex^="-"])','[contenteditable]:not([tabindex^="-"])','[tabindex]:not([tabindex^="-"])'],Gs="Tab",Vs="Escape";function K(e){this._show=this.show.bind(this),this._hide=this.hide.bind(this),this._maintainFocus=this._maintainFocus.bind(this),this._bindKeypress=this._bindKeypress.bind(this),this.$el=e,this.shown=!1,this._id=this.$el.getAttribute("data-a11y-dialog")||this.$el.id,this._previouslyFocused=null,this._listeners={},this.create()}K.prototype.create=function(){this.$el.setAttribute("aria-hidden",!0),this.$el.setAttribute("aria-modal",!0),this.$el.setAttribute("tabindex",-1),this.$el.hasAttribute("role")||this.$el.setAttribute("role","dialog"),this._openers=Oe('[data-a11y-dialog-show="'+this._id+'"]'),this._openers.forEach(function(t){t.addEventListener("click",this._show)}.bind(this));const e=this.$el;return this._closers=Oe("[data-a11y-dialog-hide]",this.$el).filter(function(t){return t.closest('[aria-modal="true"], [data-a11y-dialog]')===e}).concat(Oe('[data-a11y-dialog-hide="'+this._id+'"]')),this._closers.forEach(function(t){t.addEventListener("click",this._hide)}.bind(this)),this._fire("create"),this},K.prototype.show=function(e){if(this.shown)return this;this._previouslyFocused=document.activeElement;const t=e&&e.target?e.target:null;return t&&Object.is(this._previouslyFocused,document.body)&&(this._previouslyFocused=t),this.$el.removeAttribute("aria-hidden"),this.shown=!0,ci(this.$el),document.body.addEventListener("focus",this._maintainFocus,!0),document.addEventListener("keydown",this._bindKeypress),this._fire("show",e),this},K.prototype.hide=function(e){return this.shown?(this.shown=!1,this.$el.setAttribute("aria-hidden","true"),this._previouslyFocused&&this._previouslyFocused.focus&&this._previouslyFocused.focus(),document.body.removeEventListener("focus",this._maintainFocus,!0),document.removeEventListener("keydown",this._bindKeypress),this._fire("hide",e),this):this},K.prototype.destroy=function(){return this.hide(),this._openers.forEach(function(e){e.removeEventListener("click",this._show)}.bind(this)),this._closers.forEach(function(e){e.removeEventListener("click",this._hide)}.bind(this)),this._fire("destroy"),this._listeners={},this},K.prototype.on=function(e,t){return typeof this._listeners[e]>"u"&&(this._listeners[e]=[]),this._listeners[e].push(t),this},K.prototype.off=function(e,t){var o=(this._listeners[e]||[]).indexOf(t);return o>-1&&this._listeners[e].splice(o,1),this},K.prototype._fire=function(e,t){var o=this._listeners[e]||[],n=new CustomEvent(e,{detail:t});this.$el.dispatchEvent(n),o.forEach(function(i){i(this.$el,t)}.bind(this))},K.prototype._bindKeypress=function(e){const t=document.activeElement;t&&t.closest('[aria-modal="true"]')!==this.$el||(this.shown&&e.key===Vs&&this.$el.getAttribute("role")!=="alertdialog"&&(e.preventDefault(),this.hide(e)),this.shown&&e.key===Gs&&Ys(this.$el,e))},K.prototype._maintainFocus=function(e){this.shown&&!e.target.closest('[aria-modal="true"]')&&!e.target.closest("[data-a11y-dialog-ignore-focus-trap]")&&ci(this.$el)};function Hs(e){return Array.prototype.slice.call(e)}function Oe(e,t){return Hs((t||document).querySelectorAll(e))}function ci(e){var t=e.querySelector("[autofocus]")||e;t.focus()}function Ks(e){return Oe(Bs.join(","),e).filter(function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)})}function Ys(e,t){var o=Ks(e),n=o.indexOf(document.activeElement);t.shiftKey&&n===0?(o[o.length-1].focus(),t.preventDefault()):!t.shiftKey&&n===o.length-1&&(o[0].focus(),t.preventDefault())}function Dt(){Oe("[data-a11y-dialog]").forEach(function(e){new K(e)})}typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",Dt):window.requestAnimationFrame?window.requestAnimationFrame(Dt):window.setTimeout(Dt,16));const qs=()=>{const[e,t]=G(null),o=z(n=>{if(n!==null){const i=new K(n);i.on("show",()=>{document.documentElement.style.overflowY="hidden"}).on("hide",()=>{document.documentElement.style.overflowY=""}),t(i)}},[]);return{instance:e,container:o}},Ws=({role:e,id:t,onClose:o})=>{const{instance:n,container:i}=qs(),r=e==="alertdialog",a=`${t}-title`,s=z(()=>{n&&n.hide(),o&&o()},[o,n]);return D(()=>()=>{n&&n.destroy()},[n]),{instance:n,attributes:{container:{id:t,ref:i,role:e,tabIndex:-1,"aria-modal":!0,"aria-hidden":!0,"aria-labelledby":a},overlay:{onClick:r?void 0:s},dialog:{role:"document"},closeButton:{type:"button",onClick:s},title:{role:"heading","aria-level":1,id:a}}}},Zs=()=>f("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",fill:"currentColor"},f("path",{d:"M9 12.05a.68.68 0 0 0-.68.7c0 .39.32.7.68.7.39 0 .68-.31.68-.7a.66.66 0 0 0-.68-.7Zm0-1.18c.26 0 .44-.2.44-.46V6.19c0-.26-.2-.47-.44-.47a.49.49 0 0 0-.47.47v4.22c0 .25.21.46.47.46Zm7.27 2.27-5.85-9.9c-.3-.5-.83-.8-1.42-.8-.6 0-1.12.3-1.42.8l-5.86 9.9c-.3.5-.3 1.1-.01 1.6.3.51.83.82 1.43.82h11.72c.6 0 1.13-.3 1.43-.82.29-.5.28-1.1-.02-1.6Zm-.82 1.1c-.1.25-.33.38-.62.38H3.14a.7.7 0 0 1-.61-.35.64.64 0 0 1 0-.65l5.86-9.9A.7.7 0 0 1 9 3.37a.7.7 0 0 1 .61.35l5.86 9.9c.1.2.12.44-.02.63Z"})),Js=({title:e,description:t})=>f("div",{className:"fides-gpc-banner"},f("div",{className:"fides-gpc-warning"},f(Zs,null)),f("div",null,f("p",{className:"fides-gpc-header"},e),f("p",null,t)));var Xs=Object.defineProperty,Qs=Object.defineProperties,el=Object.getOwnPropertyDescriptors,di=Object.getOwnPropertySymbols,tl=Object.prototype.hasOwnProperty,ol=Object.prototype.propertyIsEnumerable,pi=(e,t,o)=>t in e?Xs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,nl=(e,t)=>{for(var o in t||(t={}))tl.call(t,o)&&pi(e,o,t[o]);if(di)for(var o of di(t))ol.call(t,o)&&pi(e,o,t[o]);return e},il=(e,t)=>Qs(e,el(t));const ui=({titleProps:e,className:t,renderModalFooter:o,children:n,onVendorPageClick:i})=>{var r,a;const{i18n:s}=J(),l=s.t("exp.title"),c=s.t("exp.description"),p=_e().globalPrivacyControl,d=s.t("static.gpc.title"),g=s.t("static.gpc.description");return f(ee,null,f("div",{"data-testid":"consent-content",id:"fides-consent-content",className:t},f("div",{className:"fides-modal-body"},f("div",il(nl({"data-testid":"fides-modal-title"},e),{className:"fides-modal-title"}),l),f("p",{"data-testid":"fides-modal-description",className:"fides-modal-description"},f(Hn,{onVendorPageClick:i,description:c,allowHTMLDescription:(a=(r=window.Fides)==null?void 0:r.options)==null?void 0:a.allowHTMLDescription})),p&&f(Js,{title:d,description:g}),n)),f("div",{className:"fides-modal-footer"},o()))};var rl=Object.defineProperty,al=Object.defineProperties,sl=Object.getOwnPropertyDescriptors,fi=Object.getOwnPropertySymbols,ll=Object.prototype.hasOwnProperty,cl=Object.prototype.propertyIsEnumerable,vi=(e,t,o)=>t in e?rl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Mt=(e,t)=>{for(var o in t||(t={}))ll.call(t,o)&&vi(e,o,t[o]);if(fi)for(var o of fi(t))cl.call(t,o)&&vi(e,o,t[o]);return e},zt=(e,t)=>al(e,sl(t));const dl=({attributes:e,children:t,dismissable:o,onVendorPageClick:n,renderModalFooter:i})=>{const{container:r,overlay:a,dialog:s,title:l,closeButton:c}=e;return f("div",zt(Mt({"data-testid":"consent-modal"},r),{className:"fides-modal-container"}),f("div",zt(Mt({},a),{className:"fides-modal-overlay"})),f("div",zt(Mt({"data-testid":"fides-modal-content"},s),{className:"fides-modal-content"}),f("div",{className:"fides-modal-header"},f("div",null),f(Bn,{ariaLabel:"Close modal",onClick:c.onClick,hidden:window.Fides.options.preventDismissal||!o})),f(ui,{titleProps:l,renderModalFooter:i,onVendorPageClick:n},t)))},pl=({options:e,experience:t,cookie:o,savedConsent:n,onOpen:i,onDismiss:r,renderBanner:a,renderModalContent:s,renderModalFooter:l,onVendorPageClick:c,isUiBlocking:p})=>{const{i18n:d}=J(),g=100,u=is(),v=e.modalLinkId||"fides-modal-link",b=!t||!!e.fidesEmbed||e.modalLinkId==="",m=ns(v,b),h=Qa(null),[y,k]=G(null);D(()=>{y===null&&k(!Le(t,o,n,e))},[y]);const[w,x]=G(e.fidesEmbed?Le(t,o,n,e):!1);D(()=>(p&&w?Ta():an(),()=>{an()}),[p,w]);const P=z(({saved:E=!1})=>{q("FidesModalClosed",o,e.debug,{saved:E}),E||r()},[o,r,e.debug]),{instance:S,attributes:U}=Ws({id:"fides-modal",role:"alertdialog",title:d.t("exp.title"),onClose:()=>{P({saved:!1})}}),F=z(()=>{e.fidesEmbed?x(!1):S&&(x(!1),S.show(),i())},[S,i,e]),N=z(()=>{S&&!e.fidesEmbed&&(S.hide(),P({saved:!0}))},[S,P,e.fidesEmbed]);D(()=>{e.fidesEmbed&&!w&&i()},[e,i,w]),D(()=>{const E=setTimeout(()=>{y||x(!0)},g);return()=>clearTimeout(E)},[y,x]),D(()=>(t&&!e.fidesEmbed&&(window.Fides.showModal=F),()=>{window.Fides.showModal=at}),[t,F,e.fidesEmbed]),D(()=>(document.body.classList.add("fides-overlay-modal-link-shown"),b?fidesDebugger("Modal Link is disabled for this experience."):m?(fidesDebugger("Modal link element found, updating it to show and trigger modal on click."),h.current=m,h.current.addEventListener("click",window.Fides.showModal),h.current.classList.add("fides-modal-link-shown")):fidesDebugger(`Searching for Modal link element #${v}...`),()=>{h.current&&h.current.removeEventListener("click",window.Fides.showModal)}),[m,b,v]);const C=()=>{F()};return u?t.experience_config?f("div",{id:Wt,tabIndex:-1},!y&&w&&p&&f("div",{className:"fides-modal-overlay"}),e.fidesEmbed?w||!s||!l?null:f(ui,{titleProps:U.title,renderModalFooter:()=>l({onClose:N,isMobile:!1}),onVendorPageClick:c},s()):f(dl,{attributes:U,dismissable:t.experience_config.dismissable,onVendorPageClick:c,renderModalFooter:()=>l?l({onClose:N,isMobile:!1}):null},s&&s()),!y&&a({isOpen:w,isEmbedded:e.fidesEmbed,onClose:()=>{x(!1)},onManagePreferencesClick:C})):(fidesDebugger("No experience config found"),null):null},ul=({label:e,name:t,id:o,checked:n,onChange:i,disabled:r,onLabel:a,offLabel:s})=>{const l=n?a:s;return f("div",{className:"fides-toggle","data-testid":`toggle-${e}`},f("input",{type:"checkbox",name:t,"aria-label":e,className:"fides-toggle-input",onChange:()=>{i(o,{type:"toggle",label:e,checked:!n})},checked:n,role:"switch",disabled:r}),f("span",{className:"fides-toggle-display"},l))};var fl=Object.defineProperty,vl=Object.defineProperties,gl=Object.getOwnPropertyDescriptors,gi=Object.getOwnPropertySymbols,_l=Object.prototype.hasOwnProperty,bl=Object.prototype.propertyIsEnumerable,_i=(e,t,o)=>t in e?fl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,bi=(e,t)=>{for(var o in t||(t={}))_l.call(t,o)&&_i(e,o,t[o]);if(gi)for(var o of gi(t))bl.call(t,o)&&_i(e,o,t[o]);return e},yl=(e,t)=>vl(e,gl(t));const ml=({noticeKey:e,title:t,checked:o,onToggle:n,children:i,badge:r,gpcBadge:a,disabled:s,onLabel:l,offLabel:c,isHeader:p,includeToggle:d=!0})=>{const{isOpen:g,getButtonProps:u,getDisclosureProps:v,onToggle:b}=os({id:e}),m=(k,w)=>{(k.code==="Space"||k.code==="Enter")&&(k.preventDefault(),w&&b())},h=i!=null,y=h?u():{};return f("div",{className:g&&h?"fides-notice-toggle fides-notice-toggle-expanded":"fides-notice-toggle"},f("div",{key:e,className:"fides-notice-toggle-title"},f("span",yl(bi({role:"button",tabIndex:0,onKeyDown:k=>m(k,h)},y),{className:p?"fides-notice-toggle-trigger fides-notice-toggle-header":"fides-notice-toggle-trigger"}),f("span",{className:"fides-flex-center fides-justify-space-between"},t)),f("span",{className:"fides-notice-toggle-controls"},a,r?f("span",{className:"fides-notice-badge"},r):null,d?f(ul,{label:t,name:e,id:e,checked:o,onChange:n,disabled:s,onLabel:l,offLabel:c}):null)),i?f("div",bi({},v()),i):null)},hl=()=>f("hr",{className:"fides-divider"}),wl=({noticeToggles:e,enabledNoticeKeys:t,onChange:o})=>{const{i18n:n}=J(),i=(s,l)=>{const c={key:s,type:"notice"};t.indexOf(s)===-1?o([...t,s],l,c):o(t.filter(p=>p!==s),l,c)};let r,a;return Ue(n)===I&&(r="On",a="Off"),f("div",null,e.map((s,l)=>{const{noticeKey:c,title:p,description:d,checked:g,disabled:u,gpcStatus:v}=s,b=l===e.length-1;return f("div",{key:c},f(ml,{noticeKey:c,title:p,checked:g,onToggle:i,gpcBadge:f(Kn,{status:v}),disabled:u,onLabel:r,offLabel:a},d),b?null:f(hl,null))}))};var kl=Object.defineProperty,Cl=Object.defineProperties,xl=Object.getOwnPropertyDescriptors,yi=Object.getOwnPropertySymbols,El=Object.prototype.hasOwnProperty,Ol=Object.prototype.propertyIsEnumerable,mi=(e,t,o)=>t in e?kl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Pl=(e,t)=>{for(var o in t||(t={}))El.call(t,o)&&mi(e,o,t[o]);if(yi)for(var o of yi(t))Ol.call(t,o)&&mi(e,o,t[o]);return e},Al=(e,t)=>Cl(e,xl(t));const Nl=({options:e,experience:t,fidesRegionString:o,cookie:n,propertyId:i})=>{var r;const{i18n:a,currentLocale:s,setCurrentLocale:l}=J(),c=ge(),p=window.Fides.saved_consent,d=C=>t.privacy_notices?t.privacy_notices.map(E=>dt(E,C||p||c?.consent)?E.notice_key:""):[];D(()=>{!s&&a.locale&&l(a.locale)},[s,a.locale,l]);const g=Ee(()=>{if(t.experience_config){const C=Be(a,t.experience_config);return C?.privacy_experience_config_history_id}},[t,a,s]),u=Ee(()=>{var C;const E=((C=t.privacy_notices)!=null?C:[]).map(B=>{var de,ot;const Bt=B.consent_mechanism===H.NOTICE_ONLY||((ot=(de=e.fidesDisabledNotices)==null?void 0:de.includes(B.notice_key))!=null?ot:!1)||B.disabled,Hl=ht(a,B);return{notice:Al(Pl({},B),{disabled:Bt}),bestTranslation:Hl}}),$=E.filter(B=>B.notice.consent_mechanism===H.NOTICE_ONLY),R=E.filter(B=>B.notice.consent_mechanism!==H.NOTICE_ONLY);return[...$,...R]},[t.privacy_notices,a,s,e.fidesDisabledNotices]),[v,b]=G(d());window.addEventListener("FidesUpdating",C=>{const{consent:E}=C.detail;Object.entries(E).forEach(([$,R])=>{E[$]=he(R)}),b(d(E))});const m=u.every(C=>C.notice.consent_mechanism===H.NOTICE_ONLY),h=u.map(C=>{var E,$;const R=v.indexOf(C.notice.notice_key)!==-1,B=_e(),de=io({value:R,notice:C.notice,consentContext:B});return{noticeKey:C.notice.notice_key,title:((E=C.bestTranslation)==null?void 0:E.title)||C.notice.name||"",description:($=C.bestTranslation)==null?void 0:$.description,checked:R,consentMechanism:C.notice.consent_mechanism,disabled:C.notice.disabled,gpcStatus:de}}),{servedNoticeHistoryId:y}=ds({privacyExperienceConfigHistoryId:g,privacyNoticeHistoryIds:u.reduce((C,E)=>{var $;const R=($=E.bestTranslation)==null?void 0:$.privacy_notice_history_id;return R&&C.push(R),C},[]),options:e,userGeography:o,acknowledgeMode:m,privacyExperience:t,propertyId:i}),k=z((C,E)=>{const $=ro(u,E);rn({consentPreferencesToSave:$,privacyExperienceConfigHistoryId:g,experience:t,consentMethod:C,options:e,userLocationString:o,cookie:n,servedNoticeHistoryId:y,propertyId:i,updateCookie:R=>gt(R,$)}),b(E)},[n,o,t,e,g,u,y,i]),w=z(C=>{k(C?L.SCRIPT:L.ACCEPT,u.filter(E=>!E.notice.disabled||v.includes(E.notice.notice_key)).map(E=>E.notice.notice_key))},[v,k,u]),x=z(C=>{k(C?L.SCRIPT:L.REJECT,u.filter(E=>E.notice.consent_mechanism===H.NOTICE_ONLY||E.notice.disabled&&v.includes(E.notice.notice_key)).map(E=>E.notice.notice_key))},[v,k,u]);D(()=>{Jt(e)&&t.privacy_notices&&(e.fidesConsentOverride===L.ACCEPT?(fidesDebugger("Consent automatically accepted by fides_consent_override!"),w(!0)):e.fidesConsentOverride===L.REJECT&&(fidesDebugger("Consent automatically rejected by fides_consent_override!"),x(!0)))},[t.privacy_notices,e.fidesConsentOverride]);const P=z(()=>{q("FidesUIShown",n,e.debug,{servingComponent:me.BANNER})},[n,e.debug]),S=z(()=>{q("FidesUIShown",n,e.debug,{servingComponent:me.MODAL})},[n,e.debug]),U=z(()=>{ft(c?.consent)||k(L.DISMISS,d())},[k,d,c?.consent]);if(!t.experience_config)return fidesDebugger("No experience config found"),null;const F=!!((r=t.experience_config)!=null&&r.dismissable),N=u.length===1;return f(pl,{options:e,experience:t,cookie:n,savedConsent:p,isUiBlocking:!F,onOpen:S,onDismiss:U,renderBanner:({isEmbedded:C,isOpen:E,onClose:$,onManagePreferencesClick:R})=>{var B;const de=m||((B=t.experience_config)==null?void 0:B.layer1_button_options)===it.ACKNOWLEDGE;return f(fs,{bannerIsOpen:E,dismissable:F,onOpen:P,onClose:()=>{$(),U()},isEmbedded:C,renderButtonGroup:()=>f(li,{experience:t,onManagePreferencesClick:R,enabledKeys:v,onAcceptAll:()=>{w(),$()},onRejectAll:()=>{x(),$()},onSave:(ot,Bt)=>{k(ot,Bt),$()},isAcknowledge:de,hideOptInOut:de,options:e})})},renderModalContent:()=>f("div",null,f("div",{className:"fides-modal-notices"},f(wl,{noticeToggles:h,enabledNoticeKeys:v,onChange:(C,E,$)=>{const R={servingComponent:"modal",trigger:E,preference:$};b(C),q("FidesUIChanged",n,e.debug,R)}}))),renderModalFooter:({onClose:C})=>f(li,{experience:t,enabledKeys:v,onAcceptAll:()=>{w(),C()},onRejectAll:()=>{x(),C()},onSave:(E,$)=>{k(E,$),C()},isInModal:!0,isAcknowledge:m,hideOptInOut:N||m,options:e})})};var $l=Object.defineProperty,hi=Object.getOwnPropertySymbols,Tl=Object.prototype.hasOwnProperty,Ll=Object.prototype.propertyIsEnumerable,wi=(e,t,o)=>t in e?$l(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Il=(e,t)=>{for(var o in t||(t={}))Tl.call(t,o)&&wi(e,o,t[o]);if(hi)for(var o of hi(t))Ll.call(t,o)&&wi(e,o,t[o]);return e};const Sl=(e,t)=>{const{i18n:o}=e;xn(f(ps,{i18nInstance:o},f(Nl,Il({},e))),t)};var Fl=(e,t,o)=>new Promise((n,i)=>{var r=l=>{try{s(o.next(l))}catch(c){i(c)}},a=l=>{try{s(o.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});function jl(e){return Fl(this,null,function*(){var t;if(!((t=e.options.apiOptions)!=null&&t.getPreferencesFn))return null;try{return yield e.options.apiOptions.getPreferencesFn(e)}catch{return null}})}var Dl=Object.defineProperty,Ml=Object.defineProperties,zl=Object.getOwnPropertyDescriptors,ki=Object.getOwnPropertySymbols,Rl=Object.prototype.hasOwnProperty,Ul=Object.prototype.propertyIsEnumerable,Ci=(e,t,o)=>t in e?Dl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,X=(e,t)=>{for(var o in t||(t={}))Rl.call(t,o)&&Ci(e,o,t[o]);if(ki)for(var o of ki(t))Ul.call(t,o)&&Ci(e,o,t[o]);return e},Rt=(e,t)=>Ml(e,zl(t)),Bl=(e,t,o)=>new Promise((n,i)=>{var r=l=>{try{s(o.next(l))}catch(c){i(c)}},a=l=>{try{s(o.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(r,a);s((o=o.apply(e,t)).next())});const Ut=e=>{typeof window<"u"&&(window.Fides=e)},Gl=({cookie:e,experience:t})=>{let o=t;return ft(e.consent)&&(o=vt({experience:t,cookie:e})),o};function Vl(e){return Bl(this,null,function*(){var t,o,n,i,r;let a=(t=e??this.config)!=null?t:Li("Fides must be initialized with a configuration object");br(!!((o=a.options)!=null&&o.debug)),this.config=a,q("FidesInitializing",void 0,this.config.options.debug,{gppEnabled:this.config.options.gppEnabled||((i=(n=this.config.experience)==null?void 0:n.gpp_settings)==null?void 0:i.enabled),tcfEnabled:this.config.options.tcfEnabled});const s=pn(fe.OPTIONS,a),l=pn(fe.EXPERIENCE_TRANSLATION,a),c=yield jl(a);!s.fidesString&&c!=null&&c.fides_string&&(s.fidesString=c.fides_string);const p={optionsOverrides:s,consentPrefsOverrides:c,experienceTranslationOverrides:l};Po(s);let d;if(!ge()){const{consent:b,method:m}=bt(s);b&&m&&(d=b)}a=Rt(X({},a),{options:X(X({},a.options),p.optionsOverrides)}),this.cookie=Ma(a),this.cookie.consent=X(X({},this.cookie.consent),d),this.saved_consent=X({},this.cookie.consent);const{fidesString:g}=a.options;if(g)try{const{nc:b}=To(g);this.decodeNoticeConsentString(b);const m={fides_string:g};this.cookie=X(X({},this.cookie),m)}catch{}const u=za(Rt(X({},a),{cookie:this.cookie,savedConsent:this.saved_consent,updateExperienceFromCookieConsent:vt}));u&&(Object.assign(this,u),Ut(this),q("FidesInitialized",this.cookie,a.options.debug,{shouldShowExperience:this.shouldShowExperience()})),this.experience=(r=u?.experience)!=null?r:a.experience;const v=yield Ra(Rt(X({},a),{fides:this,initOverlay:Pn,renderOverlay:Sl,updateExperience:Gl,overrides:p,propertyId:a.propertyId}));Object.assign(this,v),Ut(this),q("FidesInitialized",this.cookie,a.options.debug,{shouldShowExperience:this.shouldShowExperience()})})}Ut({consent:{},experience:void 0,geolocation:{},locale:I,options:{debug:!0,isOverlayEnabled:!1,isPrefetchEnabled:!1,isGeolocationEnabled:!1,geolocationApiUrl:"",overlayParentId:null,modalLinkId:null,privacyCenterUrl:"",fidesApiUrl:"",tcfEnabled:!1,gppEnabled:!1,fidesEmbed:!1,fidesDisableSaveApi:!1,fidesDisableNoticesServedApi:!1,fidesDisableBanner:!1,fidesString:null,apiOptions:null,fidesTcfGdprApplies:!1,fidesJsBaseUrl:"",customOptionsPath:null,preventDismissal:!1,allowHTMLDescription:null,base64Cookie:!1,fidesPrimaryColor:null,fidesClearCookie:!1,showFidesBrandLink:!0,fidesConsentOverride:null,otFidesMapping:null,fidesDisabledNotices:null,fidesConsentNonApplicableFlagMode:null,fidesConsentFlagType:null},fides_meta:{},identity:{},tcf_consent:{},saved_consent:{},blueconic:Ti,gtm:Gi,init:Vl,config:void 0,reinitialize(){if(!this.config||!this.initialized)throw new Error("Fides must be initialized before reinitializing");return this.init()},initialized:!1,onFidesEvent:$o,shouldShowExperience(){return Le(this.experience,this.cookie,this.saved_consent,this.options)},meta:Hi,shopify:qi,showModal:at,getModalLinkLabel:()=>Pe,encodeNoticeConsentString:ao,decodeNoticeConsentString:st}),_.BannerEnabled=Ht,_.ButtonType=Y,_.CONSENT_COOKIE_MAX_AGE_DAYS=go,_.CONSENT_COOKIE_NAME=ut,_.ComponentType=M,_.ConsentFlagType=ie,_.ConsentMechanism=H,_.ConsentMethod=L,_.ConsentNonApplicableFlagMode=ue,_.DEFAULT_LOCALE=I,_.DEFAULT_MODAL_LINK_LABEL=Pe,_.EnforcementLevel=Vt,_.FidesEndpointPaths=Ko,_.GpcStatus=Q,_.LOCALE_REGEX=Ae,_.Layer1ButtonOption=it,_.OverrideType=fe,_.PrivacyNoticeFramework=Gt,_.REQUEST_SOURCE=Zo,_.RejectAllMechanism=Kt,_.RequestOrigin=Yt,_.SaveConsentPreference=pe,_.ServingComponent=me,_.UserConsentPreference=V,_.allNoticesAreDefaultOptIn=zi,_.applyOverridesToConsent=Ie,_.areLocalesEqual=Z,_.buildCookieConsentFromConsentPreferences=Co,_.consentCookieObjHasSomeConsentSet=ft,_.constructFidesRegionString=rt,_.createConsentPreferencesToSave=ro,_.decodeNoticeConsentString=st,_.defaultShowModal=at,_.detectUserLocale=Ro,_.dispatchFidesEvent=q,_.encodeNoticeConsentString=ao,_.experienceIsValid=oo,_.extractDefaultLocaleFromExperience=So,_.fetchExperience=Yo,_.fetchGvlTranslations=qo,_.getConsentContext=_e,_.getCookieByName=Re,_.getCurrentLocale=Ue,_.getFidesConsentCookie=ge,_.getGeolocation=Qo,_.getGpcStatusFromNotice=io,_.getOrMakeFidesCookie=mo,_.getOverrideValidatorMapByType=to,_.getTcfDefaultPreference=Ri,_.getWindowObjFromPath=no,_.i18n=_a,_.initOverlay=Pn,_.initializeI18n=Bo,_.isNewFidesCookie=bo,_.isPrivacyExperience=ve,_.loadGVLMessagesFromExperience=Mo,_.loadMessagesFromExperience=Do,_.loadMessagesFromFiles=jo,_.loadMessagesFromGVLTranslations=zo,_.localizeModalLinkText=Go,_.makeConsentDefaultsLegacy=wo,_.makeFidesCookie=yo,_.matchAvailableLocales=Uo,_.messageExists=se,_.noticeHasConsentInCookie=Ne,_.onFidesEvent=$o,_.parseFidesDisabledNotices=qt,_.patchNoticesServed=Xo,_.patchUserPreference=Jo,_.processExternalConsentValue=he,_.removeCookiesFromBrowser=ko,_.resolveConsentValue=dt,_.resolveLegacyConsentValue=uo,_.saveFidesCookie=ho,_.selectBestExperienceConfigTranslation=Be,_.selectBestNoticeTranslation=ht,_.setupI18n=wt,_.shouldResurfaceBanner=Le,_.transformConsentToFidesUserPreference=oe,_.transformTcfPreferencesToCookieKeys=pr,_.transformUserPreferenceToBoolean=re,_.updateCookieFromExperience=xo,_.updateCookieFromNoticePreferences=gt,_.updateExperienceFromCookieConsentNotices=vt,_.validateOptions=eo});
|