ethyca-fides 2.62.0__py2.py3-none-any.whl → 2.62.1b0__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.62.0.dist-info → ethyca_fides-2.62.1b0.dist-info}/METADATA +2 -1
- {ethyca_fides-2.62.0.dist-info → ethyca_fides-2.62.1b0.dist-info}/RECORD +100 -102
- fides/_version.py +3 -3
- fides/api/api/v1/endpoints/privacy_request_endpoints.py +2 -2
- fides/api/models/attachment.py +117 -10
- fides/api/models/privacy_request/privacy_request.py +40 -1
- fides/api/service/privacy_request/dsr_package/dsr_report_builder.py +4 -2
- fides/api/service/storage/s3.py +40 -15
- fides/api/tasks/storage.py +2 -2
- fides/api/util/storage_util.py +14 -8
- fides/ui-build/static/admin/404.html +1 -1
- 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/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/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 +2 -2
- 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/poc/ant-components.html +1 -1
- fides/ui-build/static/admin/poc/form-experiments/AntForm.html +1 -1
- fides/ui-build/static/admin/poc/form-experiments/FormikAntFormItem.html +1 -1
- fides/ui-build/static/admin/poc/form-experiments/FormikControlled.html +1 -1
- fides/ui-build/static/admin/poc/form-experiments/FormikField.html +1 -1
- fides/ui-build/static/admin/poc/form-experiments/FormikSpreadField.html +1 -1
- fides/ui-build/static/admin/poc/forms.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/service/error_handling/__init__.py +0 -0
- fides/service/error_handling/error_handler.py +0 -202
- {ethyca_fides-2.62.0.dist-info → ethyca_fides-2.62.1b0.dist-info}/WHEEL +0 -0
- {ethyca_fides-2.62.0.dist-info → ethyca_fides-2.62.1b0.dist-info}/entry_points.txt +0 -0
- {ethyca_fides-2.62.0.dist-info → ethyca_fides-2.62.1b0.dist-info}/licenses/LICENSE +0 -0
- {ethyca_fides-2.62.0.dist-info → ethyca_fides-2.62.1b0.dist-info}/top_level.txt +0 -0
- /fides/ui-build/static/admin/_next/static/{HjKGzeR8dVp9pFhcBuU9r → yjsK0CvslnuEmY5vNuxQ5}/_buildManifest.js +0 -0
- /fides/ui-build/static/admin/_next/static/{HjKGzeR8dVp9pFhcBuU9r → yjsK0CvslnuEmY5vNuxQ5}/_ssgManifest.js +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
(function(_,he){typeof exports=="object"&&typeof module<"u"?he(exports):typeof define=="function"&&define.amd?define(["exports"],he):(_=typeof globalThis<"u"?globalThis:_||self,he(_.Fides={}))})(this,function(_){"use strict";var he=Object.defineProperty,Ni=(e,t,o)=>t in e?he(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,ct=(e,t,o)=>Ni(e,typeof t!="symbol"?t+"":t,o);class ie{constructor(t,o,n){ct(this,"consentPreference"),ct(this,"notice"),ct(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 Wt=(e=>(e.GPP_US_NATIONAL="gpp_us_national",e.GPP_US_STATE="gpp_us_state",e))(Wt||{}),Jt=(e=>(e.FRONTEND="frontend",e.SYSTEM_WIDE="system_wide",e.NOT_APPLICABLE="not_applicable",e))(Jt||{}),H=(e=>(e.OPT_IN="opt_in",e.OPT_OUT="opt_out",e.NOTICE_ONLY="notice_only",e))(H||{}),R=(e=>(e.OPT_IN="opt_in",e.OPT_OUT="opt_out",e.ACKNOWLEDGE="acknowledge",e.NOT_APPLICABLE="not_applicable",e.TCF="tcf",e))(R||{}),ue=(e=>(e.OMIT="omit",e.INCLUDE="include",e))(ue||{}),re=(e=>(e.BOOLEAN="boolean",e.CONSENT_MECHANISM="consent_mechanism",e))(re||{}),D=(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))(D||{}),Zt=(e=>(e.ALWAYS_ENABLED="always_enabled",e.ENABLED_WHERE_REQUIRED="enabled_where_required",e.ALWAYS_DISABLED="always_disabled",e))(Zt||{}),fe=(e=>(e.OPTIONS="options",e.EXPERIENCE_TRANSLATION="language",e))(fe||{}),q=(e=>(e.PRIMARY="primary",e.SECONDARY="secondary",e.TERTIARY="tertiary",e))(q||{}),dt=(e=>(e.ACKNOWLEDGE="acknowledge",e.OPT_IN_OPT_OUT="opt_in_opt_out",e.OPT_IN_ONLY="opt_in_only",e))(dt||{}),Xt=(e=>(e.REJECT_ALL="reject_all",e.REJECT_CONSENT_ONLY="reject_consent_only",e))(Xt||{}),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||{}),Qt=(e=>(e.privacy_center="privacy_center",e.overlay="overlay",e.api="api",e))(Qt||{}),Q=(e=>(e.NONE="none",e.APPLIED="applied",e.OVERRIDDEN="overridden",e))(Q||{}),we=(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))(we||{}),pt=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Ne={exports:{}};/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */Ne.exports,function(e,t){(function(o){var n=t,i=e&&e.exports==n&&e,r=typeof pt=="object"&&pt;(r.global===r||r.window===r)&&(o=r);var a=function(f){this.message=f};a.prototype=new Error,a.prototype.name="InvalidCharacterError";var s=function(f){throw new a(f)},l="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",c=/[\t\n\f\r ]/g,p=function(f){f=String(f).replace(c,"");var g=f.length;g%4==0&&(f=f.replace(/==?$/,""),g=f.length),(g%4==1||/[^+a-zA-Z0-9/]/.test(f))&&s("Invalid character: the string to be decoded is not correctly encoded.");for(var h=0,m,y,k="",w=-1;++w<g;)y=l.indexOf(f.charAt(w)),m=h%4?m*64+y:y,h++%4&&(k+=String.fromCharCode(255&m>>(-2*h&6)));return k},d=function(f){f=String(f),/[^\0-\xFF]/.test(f)&&s("The string to be encoded contains characters outside of the Latin1 range.");for(var g=f.length%3,h="",m=-1,y,k,w,x,P=f.length-g;++m<P;)y=f.charCodeAt(m)<<16,k=f.charCodeAt(++m)<<8,w=f.charCodeAt(++m),x=y+k+w,h+=l.charAt(x>>18&63)+l.charAt(x>>12&63)+l.charAt(x>>6&63)+l.charAt(x&63);return g==2?(y=f.charCodeAt(m)<<8,k=f.charCodeAt(++m),x=y+k,h+=l.charAt(x>>10)+l.charAt(x>>4&63)+l.charAt(x<<2&63)+"="):g==1&&(x=f.charCodeAt(m),h+=l.charAt(x>>2)+l.charAt(x<<4&63)+"=="),h},b={encode:d,decode:p,version:"1.0.0"};if(n&&!n.nodeType)if(i)i.exports=b;else for(var u in b)b.hasOwnProperty(u)&&(n[u]=b[u]);else o.base64=b})(pt)}(Ne,Ne.exports);var eo=Ne.exports;/*! js-cookie v3.0.5 | MIT */function Te(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 Ti={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 ut(e,t){function o(i,r,a){if(!(typeof document>"u")){a=Te({},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,"",Te({},r,{expires:-1}))},withAttributes:function(i){return ut(this.converter,Te({},this.attributes,i))},withConverter:function(i){return ut(Te({},this.converter,i),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(e)}})}var Ii=ut(Ti,{path:"/"});let Ie;const Si=new Uint8Array(16);function Li(){if(!Ie&&(Ie=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Ie))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Ie(Si)}const j=[];for(let e=0;e<256;++e)j.push((e+256).toString(16).slice(1));function Fi(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 to={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Se(e,t,o){if(to.randomUUID&&!t&&!e)return to.randomUUID();e=e||{};const n=e.random||(e.rng||Li)();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 Fi(n)}const Le=(e,t)=>!!Object.keys(t).includes(e.notice_key),ae=e=>!e||e===R.OPT_OUT?!1:e===R.OPT_IN?!0:e===R.ACKNOWLEDGE,ee=(e,t)=>e?t===H.NOTICE_ONLY?R.ACKNOWLEDGE:R.OPT_IN:R.OPT_OUT,ke=e=>typeof e=="string"?ae(e):e,oo=e=>e?e.split(",").map(t=>t.trim()).filter(Boolean):[],no=(e,t)=>e===void 0?!1:typeof e=="boolean"?e:t.globalPrivacyControl===!0?e.globalPrivacyControl:e.value,ft=(e,t)=>e.consent_mechanism===H.NOTICE_ONLY?!0:t&&Le(e,t)?!!t[e.notice_key]:ae(e.default_preference);var ji=(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))(ji||{}),vt=(e=>(e.CONSENT="Consent",e.LEGITIMATE_INTERESTS="Legitimate interests",e))(vt||{});const Mi=",",Di=[{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"}],zi=[{cookieKey:"system_consent_preferences",experienceKey:"tcf_system_consents"},{cookieKey:"system_legitimate_interests_preferences",experienceKey:"tcf_system_legitimate_interests"}];Di.filter(({experienceKey:e})=>e!=="tcf_features"&&e!=="tcf_special_purposes").map(e=>e.experienceKey),vt.CONSENT.toString(),vt.LEGITIMATE_INTERESTS.toString();var Ri=Object.defineProperty,Ui=Object.defineProperties,Bi=Object.getOwnPropertyDescriptors,io=Object.getOwnPropertySymbols,Gi=Object.prototype.hasOwnProperty,Vi=Object.prototype.propertyIsEnumerable,ro=(e,t,o)=>t in e?Ri(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,se=(e,t)=>{for(var o in t||(t={}))Gi.call(t,o)&&ro(e,o,t[o]);if(io)for(var o of io(t))Vi.call(t,o)&&ro(e,o,t[o]);return e},Ce=(e,t)=>Ui(e,Bi(t)),Hi=(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 gt="fides_consent",ao=365,Fe=Ii.withConverter({read(e){return decodeURIComponent(e)},write(e){return encodeURIComponent(e)}}),_t=e=>e?Object.values(e).some(t=>t!==void 0):!1,so=()=>Se(),Ki=so(),lo=e=>{var t;return!((t=e.fides_meta)!=null&&t.updatedAt)},co=e=>{const t=new Date;return{consent:e||{},identity:{fides_user_device_id:Ki||so()},fides_meta:{version:"0.9.0",createdAt:t.toISOString(),updatedAt:""},tcf_consent:{}}},je=e=>Fe.get(e),ve=()=>{const e=je(gt);if(e)try{return JSON.parse(e)}catch{try{return JSON.parse(eo.decode(e))}catch{return}}},po=(e,t=!1)=>{const o=co(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=ve();if(n!=null&&n.consent){const{consent:i}=n;Object.entries(i).forEach(([r,a])=>{i[r]=ke(a)})}if(!n)return o;try{"consent"in n&&"fides_meta"in n||(n=Ce(se({},o),{consent:n}));const i=se(se({},e),n.consent);return n.consent=i,n}catch(i){return console.error("Unable to read consent cookie: invalid JSON.",i),o}},uo=(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=eo.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("."),Fe.set(gt,n,{path:"/",domain:r,expires:ao})){const s=ve();if(s&&s.fides_meta.updatedAt===e.fides_meta.updatedAt)break}},bt=({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)?ee(!!t.consent[r.notice_key],r.consent_mechanism):void 0;return Ce(se({},r),{current_preference:a})});return Ce(se({},e),{privacy_notices:n})},Yi=e=>{const t={};return zi.forEach(({cookieKey:o})=>{var n;const i=(n=e[o])!=null?n:[];t[o]=Object.fromEntries(i.map(r=>[r.id,ae(r.preference)]))}),t},fo=(e,t)=>{const o={};return e?.options.forEach(({cookieKeys:n,default:i})=>{if(i===void 0)return;const r=no(i,t);n.forEach(a=>{const s=o[a];if(s===void 0){o[a]=r;return}o[a]=s&&r})}),o},vo=(e,t=!0)=>{e.forEach(o=>{var n;if(Fe.remove(o.name,{path:(n=o.path)!=null?n:"/",domain:o.domain}),t){const{hostname:i}=window.location;Fe.remove(o.name,{domain:`.${i}`})}})},go=e=>{const t=new Map(e.map(({notice:o,consentPreference:n})=>[o.notice_key,ae(n)]));return Object.fromEntries(t)},Me=(e,t)=>Hi(void 0,null,function*(){return Ce(se({},e),{consent:go(t)})}),qi=e=>{const t={};return e.privacy_notices&&e.privacy_notices.forEach(o=>{o.current_preference?t[o.notice_key]=ae(o.current_preference):o.default_preference&&(t[o.notice_key]=ae(o.default_preference))}),t},_o=({cookie:e,experience:t})=>{const o=qi(t);return Ce(se({},e),{consent:o})};var Wi=Object.defineProperty,Ji=(e,t,o)=>t in e?Wi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,bo=(e,t,o)=>Ji(e,typeof t!="symbol"?t+"":t,o);class Zi{constructor(){bo(this,"cookieName","OptanonConsent"),bo(this,"migrationMethod",L.OT_MIGRATION)}getConsentCookie(){return je(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 yo=(e=>(e.ONETRUST="onetrust",e))(yo||{});const yt=new Map;function Xi(e,t){yt.set(e,t)}function mo(e){e.otFidesMapping&&Xi(yo.ONETRUST,new Zi)}function mt(e){let t,o;if(Array.from(yt).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=yt.get(o);return{consent:t,method:n.migrationMethod}}const Qi=e=>{typeof window<"u"&&!window.fidesDebugger?window.fidesDebugger=e?console.log:()=>{}:globalThis.fidesDebugger=()=>{}},B="en",De="Manage preferences",ze=/^([A-Za-z]{2,3})(?:(?:[_-]([A-Za-z0-9]{2,4}))?$|(?:(?:[_-]\w+)+))/,er=/^(?:([a-z]{2})(-[a-z0-9]{1,3})?|(eea))$/i,tr=[{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:ze},{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:oo},{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)$/}],or=[{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:ze}],ho="fides-overlay-wrapper",nr="fides-i18n-icon",wo=["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"];var ir=Object.defineProperty,rr=Object.defineProperties,ar=Object.getOwnPropertyDescriptors,ko=Object.getOwnPropertySymbols,sr=Object.prototype.hasOwnProperty,lr=Object.prototype.propertyIsEnumerable,Co=(e,t,o)=>t in e?ir(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Re=(e,t)=>{for(var o in t||(t={}))sr.call(t,o)&&Co(e,o,t[o]);if(ko)for(var o of ko(t))lr.call(t,o)&&Co(e,o,t[o]);return e},cr=(e,t)=>rr(e,ar(t));const ge=e=>!e||typeof e!="object"?!1:Object.keys(e).length===0||"id"in e,dr=e=>!!(e&&e.every(t=>t.default_preference===R.OPT_IN)),Ue=e=>e?e.location&&er.test(e.location)?e.location.replace("-","_").toLowerCase():e.country&&e.region?`${e.country.toLowerCase()}_${e.region.toLowerCase()}`:null:null,xo=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},Eo=e=>{switch(e){case fe.OPTIONS:return tr;case fe.EXPERIENCE_TRANSLATION:return or;default:return null}},Oo=e=>{if(!ge(e))return!1;const t=e.experience_config;return t&&(t.component===D.MODAL||t.component===D.BANNER_AND_MODAL||t.component===D.TCF_OVERLAY||t.component===D.HEADLESS)?!(t.component===D.BANNER_AND_MODAL&&!(e.privacy_notices&&e.privacy_notices.length>0)):!1},ht=e=>e.fidesConsentOverride===L.ACCEPT||e.fidesConsentOverride===L.REJECT,pr=e=>{var t;return(t=e.default_preference)!=null?t:R.OPT_OUT},Be=(e,t,o,n)=>{var i,r,a,s,l,c;return n!=null&&n.fidesDisableBanner||!ge(e)?!1:((i=e.experience_config)==null?void 0:i.component)===D.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)===D.MODAL||((s=e.experience_config)==null?void 0:s.component)===D.HEADLESS||!((l=e?.privacy_notices)!=null&&l.length)?!1:o?n&&ht(n)?!1:t?.fides_meta.consentMethod===L.GPC?!0:!((c=e.privacy_notices)!=null&&c.every(p=>Le(p,o))):!0},Po=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},Ao=({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,wt=()=>{},$o=(e,t)=>e.map(o=>{var n;const i=ee(t.includes(o.notice.notice_key),o.notice.consent_mechanism);return new ie(o.notice,i,(n=o.bestTranslation)==null?void 0:n.privacy_notice_history_id)}),No=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})}},kt=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})}},ur=({consent:e,nonApplicableNotices:t,flagType:o,mode:n=ue.OMIT})=>{if(!(t!=null&&t.length))return e;const i=Re({},e);return n===ue.INCLUDE?t.forEach(r=>{i[r]=o===re.CONSENT_MECHANISM?R.NOT_APPLICABLE:!0}):t.forEach(r=>{delete i[r]}),i},fr=({consent:e,flagType:t=re.BOOLEAN,consentMechanisms:o})=>{const n={};if(t!==re.CONSENT_MECHANISM)return Object.fromEntries(Object.entries(e).map(([r,a])=>[r,ke(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]=ee(a,s)}}),n):Re({},e)},xe=(e,t,o=[],n,i)=>{var r,a,s;const l=Re({},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:re.BOOLEAN,b={};Object.assign(b,ur({consent:{},nonApplicableNotices:t??[],flagType:d,mode:p}));const u=o.reduce((f,g)=>cr(Re({},f),{[g.notice_key]:g.consent_mechanism}),{});return Object.assign(b,fr({consent:l,consentMechanisms:u,flagType:d})),b},vr=e=>{const t=e.split("~")[0];return!!(t&&["1","2"].includes(t)&&e!=null&&e.match(t==="1"?/\d~[0-9.]*$/:/\d~[0-9.]*~dv.[0-9.]*$/))};var gr=Object.defineProperty,_r=Object.defineProperties,br=Object.getOwnPropertyDescriptors,To=Object.getOwnPropertySymbols,yr=Object.prototype.hasOwnProperty,mr=Object.prototype.propertyIsEnumerable,Io=(e,t,o)=>t in e?gr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Ct=(e,t)=>{for(var o in t||(t={}))yr.call(t,o)&&Io(e,o,t[o]);if(To)for(var o of To(t))mr.call(t,o)&&Io(e,o,t[o]);return e},hr=(e,t)=>_r(e,br(t));const W=(e,t,o,n)=>{var i,r,a,s,l;const c=t?Ct({},t):void 0;if(typeof window<"u"&&typeof CustomEvent<"u"){const p=Ct({consentMethod:c?.fides_meta.consentMethod},n),d=(i=performance?.mark)==null?void 0:i.call(performance,e),b=d?.startTime,u=c;u&&c!=null&&c.consent&&(u.consent=xe(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 f=new CustomEvent(e,{detail:hr(Ct({},u),{debug:o,extraDetails:p,timestamp:b}),bubbles:!0});window.dispatchEvent(f)}},So=(e,t)=>{const o=n=>t(n.detail);return window.addEventListener(e,o),()=>{window.removeEventListener(e,o)}};var wr=(e=>(e.GVL="gvl",e.AC="gacp",e))(wr||{});const xt=e=>{if(!e)return{tc:"",ac:"",gpp:"",nc:""};const[t="",o="",n="",i=""]=e.split(Mi);return t?{tc:t,ac:o,gpp:n,nc:i}:{tc:"",ac:"",gpp:n,nc:i}},kr=()=>typeof window.blueConicClient<"u"&&typeof window.blueConicClient.event<"u"&&typeof window.blueConicClient.event.subscribe<"u",Ge=()=>{var e,t,o;if(!kr()||!((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=wo.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()},Cr=({approach:e="onetrust"}={approach:"onetrust"})=>{if(e!=="onetrust")throw new Error("Unsupported approach");window.addEventListener("FidesInitialized",Ge),window.addEventListener("FidesUpdated",Ge),window.addEventListener("onBlueConicLoaded",Ge),Ge()},Lo=(e,t)=>{var o,n,i,r,a,s,l,c,p,d,b,u,f,g;const h=(o=window.dataLayer)!=null?o:[];window.dataLayer=h;const{detail:m,type:y}=e,{consent:k,extraDetails:w,fides_string:x,timestamp:P}=m;let A=k;const $=(a=(r=t?.flag_type)!=null?r:(i=(n=window.Fides)==null?void 0:n.options)==null?void 0:i.fidesConsentFlagType)!=null?a:re.BOOLEAN,N=(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,I=(u=(b=(d=window.Fides)==null?void 0:d.experience)==null?void 0:b.privacy_notices)!=null?u:[],C=(g=(f=window.Fides)==null?void 0:f.experience)==null?void 0:g.non_applicable_privacy_notices;A=xe(k,C,I,$,N);const E={consent:A,extraDetails:w,fides_string:x,timestamp:P};h.push({event:y,Fides:E})},xr=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=>Lo(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;Lo({type:"FidesInitialized",detail:{consent:n,fides_meta:i,identity:r,tcf_consent:a,timestamp:s,extraDetails:{consentMethod:i?.consentMethod}}},e)}},Er=()=>{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},Or=e=>{const t=Er();t("consent",e.consent?"grant":"revoke"),e.dataUse?t("dataProcessingOptions",[]):t("dataProcessingOptions",["LDU"],1,1e3)},Pr={marketing:wo,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 Ar(e){var t;const o=Object.fromEntries(Object.entries(e).map(([i,r])=>[i,ke(r)])),n=Object.fromEntries(Object.entries(Pr).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 Ve=e=>{window.Shopify.customerPrivacy.setTrackingConsent(Ar(e),()=>{})},Fo=()=>{var e,t;(e=window.Shopify)!=null&&e.customerPrivacy||console.error("Fides could not access Shopify's customerPrivacy API"),window.addEventListener("FidesInitialized",o=>Ve(o.detail.consent)),window.addEventListener("FidesUpdating",o=>Ve(o.detail.consent)),window.addEventListener("FidesUpdated",o=>Ve(o.detail.consent)),(t=window.Fides)!=null&&t.initialized&&window.Fides.cookie&&Ve(window.Fides.cookie.consent)},$r=()=>{setTimeout(()=>{if(!window.Shopify)throw Error("Fides.shopify was called but Shopify is not present in the page.");if(window.Shopify.customerPrivacy){Fo();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");Fo()})},3e3)};var Nr={"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"},Tr={"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"},Ir={"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"},Sr={"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"},Lr={"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"},Fr={"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"},jr={"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"},Mr={"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"},Dr={"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"},zr={"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"},Rr={"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"},Ur={"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"},Br={"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"},Gr={"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"},Vr={"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"},Hr={"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"},Kr={"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"},Yr={"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"},qr={"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)"},Wr={"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"},Jr={"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"},Zr={"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"},Xr={"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"},ea={"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"},ta={"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"},oa={"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"},na={"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"},ia={"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"},ra={"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"},aa={"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"},sa={"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"},la={"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"},ca={"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"},da={"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"},pa={"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"},ua={"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"},fa={"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"},va={"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"},ga={"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 Et={ar:Nr,bg:Tr,bs:Ir,ca:Sr,cs:Lr,da:Fr,de:jr,el:Mr,en:Dr,es:zr,"es-MX":Rr,et:Ur,eu:Br,fi:Gr,fr:Vr,"fr-CA":Hr,gl:Kr,"hi-IN":Yr,hr:qr,hu:Wr,it:Jr,ja:Zr,lt:Xr,lv:Qr,mt:ea,nl:ta,no:oa,pl:na,"pt-BR":ia,"pt-PT":ra,ro:aa,ru:sa,sk:la,sl:ca,"sr-Cyrl":da,"sr-Latn":pa,sv:ua,tr:fa,uk:va,zh:ga},_a=[{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 ba=Object.defineProperty,jo=Object.getOwnPropertySymbols,ya=Object.prototype.hasOwnProperty,ma=Object.prototype.propertyIsEnumerable,Mo=(e,t,o)=>t in e?ba(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,J=(e,t)=>{for(var o in t||(t={}))ya.call(t,o)&&Mo(e,o,t[o]);if(jo)for(var o of jo(t))ma.call(t,o)&&Mo(e,o,t[o]);return e};function Z(e,t){return e.toLowerCase().replaceAll("_","-")===t.toLowerCase().replaceAll("_","-")}function ha(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]=J(J({},s),o[r])});else{const i=B,r={};n.forEach(a=>{const s=e[a];typeof s=="string"&&(r[`exp.${a}`]=s)}),o[i]=J(J({},r),o[i])}return o}function Do(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 zo(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((b,u)=>{a[`${d}.illustrations.${u}`]=b})})}),o[n]=J(J({},a),o[n])}}),o}function Ro(e){return Object.keys(Et).forEach(t=>{e.load(t,Et[t])}),Object.keys(Et)}function Uo(e,t,o){var n;const i={},r=(n=t.available_locales)!=null&&n.length?t.available_locales:[B];if(t!=null&&t.experience_config){const a=t.experience_config,s=ha(a,o);Object.keys(s).forEach(l=>{i[l]=J(J({},s[l]),i[l])})}r.forEach(a=>{e.load(a,i[a])})}function Bo(e,t){if(!t.gvl)return;const{locale:o}=e,n={};n[o]=t.gvl;const i=zo(n,[o]);e.load(o,i[o])}function Go(e,t,o){const n=zo(t,o);o.forEach(i=>{e.load(i,n[i])})}function He(e){return e.locale}function Vo(e,t,o=B){const n=e?.language;return t||n||o}function Ho(e,t,o=B){const n=e.match(ze);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 le(e,t){return e.t(t)!==""&&e.t(t)!==t}function Ot(e,t){if(!t||!t.translations)return null;const o=He(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 Ke(e,t){if(!t||!t.translations)return null;const o=He(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 Ko(e,t,o,n,i){var r,a,s,l,c;Ro(e);const p=(r=o.available_locales)!=null&&r.length?o.available_locales:[B];Uo(e,o,i);const d=_a.filter(h=>p.includes(h.locale)),b=d.findIndex(h=>Z(h.locale,e.getDefaultLocale()));b>0&&d.unshift(d.splice(b,1)[0]),e.setAvailableLanguages(d);const u=Do(o)||B;e.setDefaultLocale(u);let f=u;((a=o.experience_config)==null?void 0:a.auto_detect_language)===!1||(f=Vo(t,n?.fidesLocale,u));const g=Ho(f,p||[],e.getDefaultLocale());if((l=(s=o.experience_config)==null?void 0:s.translations)!=null&&l.find(h=>h.language===g))e.activate(g);else{const h=Ke(e,o.experience_config);h?.language,e.activate(h?.language||g)}((c=o.experience_config)==null?void 0:c.component)===D.TCF_OVERLAY&&o.gvl&&Bo(e,o)}function Pt(){let e=[],t=B,o=B;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]=J(J({},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 Yo=(e,t,o)=>{var n;let i=De;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},wa=Pt();var ka=Object.defineProperty,Ca=Object.defineProperties,xa=Object.getOwnPropertyDescriptors,qo=Object.getOwnPropertySymbols,Ea=Object.prototype.hasOwnProperty,Oa=Object.prototype.propertyIsEnumerable,Wo=(e,t,o)=>t in e?ka(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Ee=(e,t)=>{for(var o in t||(t={}))Ea.call(t,o)&&Wo(e,o,t[o]);if(qo)for(var o of qo(t))Oa.call(t,o)&&Wo(e,o,t[o]);return e},At=(e,t)=>Ca(e,xa(t)),Ye=(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())}),Jo=(e=>(e.PRIVACY_EXPERIENCE="/privacy-experience",e.PRIVACY_PREFERENCES="/privacy-preferences",e.GVL_TRANSLATIONS="/privacy-experience/gvl/translations",e.NOTICES_SERVED="/notices-served",e))(Jo||{});function Zo(){return{}}const Xo=e=>Ye(void 0,[e],function*({userLocationString:t,userLanguageString:o,fidesApiUrl:n,apiOptions:i,propertyId:r,requestMinimalTCF:a,missingExperienceHandler:s=Zo}){var l,c,p;if(i!=null&&i.getPrivacyExperienceFn)try{return yield i.getPrivacyExperienceFn(t,null)}catch(g){return s(g)}const d=[["Unescape-Safestr","true"],["Accept-Encoding","gzip, deflate"]];o&&d.push(["Accept-Language",o]);const b={method:"GET",mode:"cors",headers:d};let u=Ee(Ee({show_disabled:"false",region:t,component:D.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});u=new URLSearchParams(u);let f;try{if(f=yield fetch(`${n}/privacy-experience?${u}`,b),!f.ok)throw new Error("Error fetching experience from Fides API")}catch(g){return s(g)}try{const g=yield f.json();if(((l=g.items)==null?void 0:l.length)<1)return{};const h=g.items&&g.items[0],m=(p=(c=h.experience_config)==null?void 0:c.translations)==null?void 0:p[0].language;return h}catch(g){return s(g)}}),Qo=(e,t)=>Ye(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():{}}),en={method:"PATCH",mode:"cors",headers:{"Content-Type":"application/json"}},tn="Fides.js",on=(e,t,o,n,i)=>Ye(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=At(Ee({},en),{body:JSON.stringify(At(Ee({},t),{source:tn}))});return(yield fetch(`${o.fidesApiUrl}/privacy-preferences`,a)).ok,Promise.resolve()}),nn=e=>Ye(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=At(Ee({},en),{body:JSON.stringify(t)}),r=yield fetch(`${o.fidesApiUrl}/notices-served`,i);return r.ok?r.json():null});var Pa=Object.defineProperty,Aa=Object.defineProperties,$a=Object.getOwnPropertyDescriptors,rn=Object.getOwnPropertySymbols,Na=Object.prototype.hasOwnProperty,Ta=Object.prototype.propertyIsEnumerable,an=(e,t,o)=>t in e?Pa(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,_e=(e,t)=>{for(var o in t||(t={}))Na.call(t,o)&&an(e,o,t[o]);if(rn)for(var o of rn(t))Ta.call(t,o)&&an(e,o,t[o]);return e},Ia=(e,t)=>Aa(e,$a(t)),$t=(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 Sa(e,t,o,n,i,r,a,s,l,c){return $t(this,null,function*(){const p=(r||[]).map(b=>({preference:b.consentPreference,privacy_notice_history_id:b.noticeHistoryId||""})),d=_e({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 on(n,d,e,t,o)})}const Nt=e=>$t(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 b,u,f,g;if(!p&&t&&(p=y=>Me(y,t)),!p&&!t)throw new Error("updateCookie is required");const h=yield p(s);Object.assign(s,h),Object.assign(s.fides_meta,{consentMethod:i}),W("FidesUpdating",s,r.debug);const m=xe(s.consent,(u=(b=window.Fides)==null?void 0:b.experience)==null?void 0:u.non_applicable_privacy_notices,(g=(f=window.Fides)==null?void 0:f.experience)==null?void 0:g.privacy_notices);if(window.Fides.consent=m,window.Fides.fides_string=s.fides_string,window.Fides.tcf_consent=s.tcf_consent,uo(Ia(_e({},s),{consent:m}),r.base64Cookie),window.Fides.saved_consent=s.consent,!r.fidesDisableSaveApi)try{yield Sa(r,s,n,i,o,t,c,a,l,d)}catch{}t&&t.filter(y=>y.consentPreference===R.OPT_OUT).forEach(y=>{var k,w;(k=y.notice)!=null&&k.cookies&&vo(y.notice.cookies,(w=n.experience_config)==null?void 0:w.auto_subdomain_cookie_deletion)}),W("FidesUpdated",s,r.debug)}),sn=(e,t)=>Object.entries(t).reduce((o,[n,i])=>{var r,a;if(o)return o;const s=(r=e.experience.non_applicable_privacy_notices)==null?void 0:r.find(p=>p===n);if(s)return new Error(`Provided notice key '${n}' is not applicable to the current experience.`);const l=(a=e.experience.privacy_notices)==null?void 0:a.find(p=>p.notice_key===n);if(!s&&!l)return new Error(`'${n}' is not a valid notice key`);const c=l?.consent_mechanism===H.NOTICE_ONLY;return c&&i!==!0&&i!==R.ACKNOWLEDGE?new Error(`Invalid consent value for notice-only notice key: '${n}'. Must be \`true\` or "acknowledge"`):!c&&typeof i!="boolean"&&i!==R.OPT_IN&&i!==R.OPT_OUT?new Error(`Invalid consent value for notice key: '${n}'. Must be a boolean or "opt_in" or "opt_out"`):null},null),La=(e,t,...o)=>$t(void 0,[e,t,...o],function*(n,i,r=L.SCRIPT){var a,s,l;if(!(i!=null&&i.consent)&&!(i!=null&&i.fidesString))throw new Error("Either consent or fidesString must be provided");if(!n.experience)throw new Error("Experience must be initialized before updating consent");if(!n.cookie)throw new Error("Cookie is not initialized");const{consent:c,fidesString:p,validation:d="throw"}=i;if(!["throw","warn","ignore"].includes(d))throw new Error("Validation must be 'throw', 'warn', or 'ignore' (default is 'throw')");const b=m=>{if(d==="throw")throw new Error(m);d==="warn"&&console.warn(m)};let u=n.consent||{};if(c){const m=sn(n,c);m&&b(m.message)}if(p)try{const m=xt(p);if(m.nc){u=_e(_e({},n.consent),n.decodeNoticeConsentString(m.nc));const y=sn(n,u);y&&b(y.message)}}catch(m){const y=m instanceof Error?m.message:String(m);b(`Invalid fidesString provided: ${y}`)}else u=_e(_e({},n.consent),c);const f=[];Object.entries(u).forEach(([m,y])=>{var k,w,x,P;const A=(w=(k=n.experience)==null?void 0:k.privacy_notices)==null?void 0:w.find($=>$.notice_key===m);if(A){const $=(P=(x=A.translations)==null?void 0:x[0])==null?void 0:P.privacy_notice_history_id;let N;typeof y=="boolean"?N=ee(y,A.consent_mechanism):N=y,$&&f.push(new ie(A,N,$))}});let g;(s=(a=n.experience.experience_config)==null?void 0:a.translations)!=null&&s.length&&(g=n.experience.experience_config.translations[0].privacy_experience_config_history_id);const h=Ue(n.geolocation)||void 0;return Nt({consentPreferencesToSave:f,privacyExperienceConfigHistoryId:g,experience:n.experience,consentMethod:r,options:n.options,userLocationString:h,cookie:n.cookie,propertyId:(l=n.config)==null?void 0:l.propertyId})}),Tt=e=>{throw new Error(e)},qe=e=>{typeof window<"u"&&(window.Fides=e)},ln=({cookie:e,experience:t})=>{let o=t;return _t(e.consent)&&(o=bt({experience:t,cookie:e})),o},cn=({tcfEnabled:e=!1})=>({consent:{},experience:void 0,geolocation:{},locale:B,options:{debug:!0,isOverlayEnabled:!1,isPrefetchEnabled:!1,isGeolocationEnabled:!1,geolocationApiUrl:"",overlayParentId:null,modalLinkId:null,privacyCenterUrl:"",fidesApiUrl:"",tcfEnabled:e,gppEnabled:!1,fidesEmbed:!1,fidesDisableSaveApi:!1,fidesDisableNoticesServedApi:!1,fidesDisableBanner:!1,fidesString:null,apiOptions:null,fidesTcfGdprApplies:e,fidesJsBaseUrl:"",customOptionsPath:null,preventDismissal:!1,allowHTMLDescription:null,base64Cookie:!1,fidesPrimaryColor:null,fidesClearCookie:!1,showFidesBrandLink:!e,fidesConsentOverride:null,otFidesMapping:null,fidesDisabledNotices:null,fidesConsentNonApplicableFlagMode:null,fidesConsentFlagType:null},fides_meta:{},identity:{},tcf_consent:{},saved_consent:{},config:void 0,initialized:!1,onFidesEvent:So,blueconic:Cr,gtm:xr,meta:Or,shopify:$r,showModal:wt,getModalLinkLabel:()=>De,encodeNoticeConsentString:No,decodeNoticeConsentString:kt,reinitialize(){return typeof this.init!="function"?Promise.reject(new Error("Fides.init method is not available")):((!this.config||!this.initialized)&&Tt("Fides must be initialized before reinitializing"),this.init())},shouldShowExperience(){return!(this!=null&&this.experience)||!(this!=null&&this.cookie)||!(this!=null&&this.saved_consent)||!(this!=null&&this.options)?!1:Be(this.experience,this.cookie,this.saved_consent,this.options)},updateConsent(t){return La(this,t)}});var Fa=(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 dn=(e,t)=>Fa(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}}),ja=()=>{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},be=()=>typeof window>"u"?{}:{globalPrivacyControl:ja()};var Ma=(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 Da=e=>Ma(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=be(),{nc:l}=xt(r.fidesString||"");s.globalPrivacyControl;const{consent:c,method:p}=mt(r),d=!!c&&!!p&&!ve();if(!s.globalPrivacyControl&&!l&&!d)return!1;const b=Ke(a,o.experience_config),u=b?.privacy_experience_config_history_id;let f=!1,g=!1,h=!1;const m=o.privacy_notices.map(y=>{const k=Le(y,t),w=Ot(a,y);if(d&&c){const P=c[y.notice_key];if(P!==void 0){h=!0;const A=typeof P=="boolean"?ee(P,y.consent_mechanism):P;return new ie(y,A,w?.privacy_notice_history_id)}}const x=kt(l);if(y.consent_mechanism!==H.NOTICE_ONLY){if(x){const P=x[y.notice_key];if(P!==void 0)return g=!0,new ie(y,ee(P,y.consent_mechanism),w?.privacy_notice_history_id)}if(s.globalPrivacyControl&&y.has_gpc_flag&&!k)return f=!0,new ie(y,ee(!1,y.consent_mechanism),w?.privacy_notice_history_id)}return new ie(y,ee(ft(y,t),y.consent_mechanism),w?.privacy_notice_history_id)});if(f||g||h){let y=L.SCRIPT;return h&&p?y=p:g?y=L.SCRIPT:f&&(y=L.GPC),yield Nt({servedNoticeHistoryId:Se(),consentPreferencesToSave:m,privacyExperienceConfigHistoryId:u,experience:o,consentMethod:y,options:r,userLocationString:i||void 0,cookie:n,updateCookie:k=>Me(k,m)}),!0}return!1}),za=()=>{document.body.classList.add("fides-no-scroll")},pn=()=>{document.body.classList.remove("fides-no-scroll")},Ra=e=>new DOMParser().parseFromString(e,"text/html").body.textContent||"",un=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 Ua=Object.defineProperty,fn=Object.getOwnPropertySymbols,Ba=Object.prototype.hasOwnProperty,Ga=Object.prototype.propertyIsEnumerable,vn=(e,t,o)=>t in e?Ua(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,gn=(e,t)=>{for(var o in t||(t={}))Ba.call(t,o)&&vn(e,o,t[o]);if(fn)for(var o of fn(t))Ga.call(t,o)&&vn(e,o,t[o]);return e},_n=(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 Va=(e,t)=>_n(void 0,null,function*(){return Ue(e)||Ue(yield dn(t.isGeolocationEnabled,t.geolocationApiUrl))}),bn=(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?Po(i):window.fides_overrides,a=Eo(e);a?.forEach(({overrideName:s,overrideType:l,overrideKey:c,validationRegex:p,transform:d})=>{const b=n.get(c),u=r?r[c]:void 0,f=je(c),g=b||u||f;g&&p.test(g.toString())&&(d?o[s]=d(g.toString()):o[s]=l==="string"?g:JSON.parse(g.toString()))})}return o},Ha=({consent:e,options:t})=>{const o=be(),n=fo(e,o);return po(n,t.fidesClearCookie)},Ka=({cookie:e,savedConsent:t,experience:o,geolocation:n,options:i,updateExperienceFromCookieConsent:r})=>{const a=!lo(e);mo(i);const{consent:s}=mt(i),l=!!s;if(!a&&!i.fidesString&&!l)return null;let c=o;return ge(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}},Ya=e=>_n(void 0,[e],function*({fides:t,options:o,geolocation:n,initOverlay:i,renderOverlay:r,updateExperience:a,overrides:s,propertyId:l}){var c,p,d,b,u;let f=!0,g=null,h=()=>De;if(!t.cookie)throw new Error("Fides cookie should be initialized");if(f=o.isOverlayEnabled,f){xo(o)||(f=!1),g=yield Va(n,o);let x=!1;if(g?ge(t.experience)||(x=!0,t.experience=yield Xo({userLocationString:g,fidesApiUrl:o.fidesApiUrl,apiOptions:o.apiOptions,requestMinimalTCF:!1,propertyId:l})):f=!1,f&&ge(t.experience)&&Oo(t.experience)){if(x){const $=a({cookie:t.cookie,experience:t.experience});t.experience=gn(gn({},t.experience),$)}const P=_o({cookie:t.cookie,experience:t.experience});t.cookie=P;const A=Pt();if(Ko(A,window?.navigator,t.experience,o,s?.experienceTranslationOverrides),t.locale=A.locale||B,h=$=>Yo(!!($!=null&&$.disableLocalization),A,t.experience),((c=t.experience.experience_config)==null?void 0:c.component)===D.HEADLESS){const $=o.modalLinkId||"fides-modal-link";!t.experience||o.fidesEmbed||o.modalLinkId,un($).then(N=>{document.body.classList.add("fides-overlay-modal-link-shown"),N.classList.add("fides-modal-link-shown")}),f=!1}i&&f&&i({options:o,experience:t.experience,i18n:A,fidesRegionString:g,cookie:t.cookie,savedConsent:t.saved_consent,renderOverlay:r,propertyId:l,translationOverrides:s?.experienceTranslationOverrides}).catch($=>{}),setTimeout(Da.bind(null,{savedConsent:t.saved_consent,effectiveExperience:t.experience,cookie:t.cookie,fidesRegionString:g,fidesOptions:o,i18n:A}))}}const{fides_meta:m,identity:y,fides_string:k,tcf_consent:w}=t.cookie;return{consent:xe(t.cookie.consent,(p=t.experience)==null?void 0:p.non_applicable_privacy_notices,(d=t.experience)==null?void 0:d.privacy_notices,(b=o.fidesConsentFlagType)!=null?b:void 0,(u=o.fidesConsentNonApplicableFlagMode)!=null?u:void 0),fides_meta:m,identity:y,fides_string:k,tcf_consent:w,experience:t.experience,geolocation:n,options:o,initialized:!0,getModalLinkLabel:h}});var We,O,yn,ce,mn,hn,It,St,Lt,Ft,wn,Oe={},kn=[],qa=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,Je=Array.isArray;function ne(e,t){for(var o in t)e[o]=t[o];return e}function Cn(e){var t=e.parentNode;t&&t.removeChild(e)}function v(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?We.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 Ze(e,a,n,i,null)}function Ze(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??++yn,__i:-1,__u:0};return i==null&&O.vnode!=null&&O.vnode(r),r}function te(e){return e.children}function oe(e,t){this.props=e,this.context=t}function de(e,t){if(t==null)return e.__?de(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"?de(e):null}function xn(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 xn(e)}}function jt(e){(!e.__d&&(e.__d=!0)&&ce.push(e)&&!Xe.__r++||mn!==O.debounceRendering)&&((mn=O.debounceRendering)||hn)(Xe)}function Xe(){var e,t,o,n,i,r,a,s;for(ce.sort(It);e=ce.shift();)e.__d&&(t=ce.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),Mt(o.__P,n,i,o.__n,o.__P.namespaceURI,32&i.__u?[r]:null,a,r??de(i),!!(32&i.__u),s),n.__v=i.__v,n.__.__k[n.__i]=n,$n(a,n,s),n.__e!=r&&xn(n)),ce.length>t&&ce.sort(It));Xe.__r=0}function En(e,t,o,n,i,r,a,s,l,c,p){var d,b,u,f,g,h=n&&n.__k||kn,m=t.length;for(o.__d=l,Wa(o,t,h),l=o.__d,d=0;d<m;d++)(u=o.__k[d])!=null&&typeof u!="boolean"&&typeof u!="function"&&(b=u.__i===-1?Oe:h[u.__i]||Oe,u.__i=d,Mt(e,u,b,i,r,a,s,l,c,p),f=u.__e,u.ref&&b.ref!=u.ref&&(b.ref&&Dt(b.ref,null,u),p.push(u.ref,u.__c||f,u)),g==null&&f!=null&&(g=f),65536&u.__u||b.__k===u.__k?(l&&typeof u.type=="string"&&!e.contains(l)&&(l=de(b)),l=On(u,l,e)):typeof u.type=="function"&&u.__d!==void 0?l=u.__d:f&&(l=f.nextSibling),u.__d=void 0,u.__u&=-196609);o.__d=l,o.__e=g}function Wa(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?Ze(null,i,null,null,null):Je(i)?Ze(te,{children:i},null,null,null):i.constructor===void 0&&i.__b>0?Ze(i.type,i.props,i.key,i.ref?i.ref:null,i.__v):i)!=null?(i.__=e,i.__b=e.__b+1,s=Ja(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=de(r)),zt(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=de(r)),zt(r,r))}function On(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=On(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"||(Je(e)?e.some(function(o){Qe(o,t)}):t.push(e)),t}function Ja(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 Pn(e,t,o){t[0]==="-"?e.setProperty(t,o??""):e[t]=o==null?"":typeof o!="number"||qa.test(t)?o:o+"px"}function et(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||Pn(e.style,t,"");if(o)for(t in o)n&&o[t]===n[t]||Pn(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=St,e.addEventListener(t,r?Ft:Lt,r)):e.removeEventListener(t,r?Ft:Lt,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 An(e){return function(t){if(this.l){var o=this.l[t.type+e];if(t.t==null)t.t=St++;else if(t.t<o.u)return;return o(O.event?O.event(t):t)}}}function Mt(e,t,o,n,i,r,a,s,l,c){var p,d,b,u,f,g,h,m,y,k,w,x,P,A,$,N,I=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 I=="function")try{if(m=t.props,y="prototype"in I&&I.prototype.render,k=(p=I.contextType)&&n[p.__c],w=p?k?k.props.value:p.__:n,o.__c?h=(d=t.__c=o.__c).__=d.__E:(y?t.__c=d=new I(m,w):(t.__c=d=new oe(m,w),d.constructor=I,d.render=Xa),k&&k.sub(d),d.props=m,d.state||(d.state={}),d.context=w,d.__n=n,b=d.__d=!0,d.__h=[],d._sb=[]),y&&d.__s==null&&(d.__s=d.state),y&&I.getDerivedStateFromProps!=null&&(d.__s==d.state&&(d.__s=ne({},d.__s)),ne(d.__s,I.getDerivedStateFromProps(m,d.__s))),u=d.props,f=d.state,d.__v=t,b)y&&I.getDerivedStateFromProps==null&&d.componentWillMount!=null&&d.componentWillMount(),y&&d.componentDidMount!=null&&d.__h.push(d.componentDidMount);else{if(y&&I.getDerivedStateFromProps==null&&m!==u&&d.componentWillReceiveProps!=null&&d.componentWillReceiveProps(m,w),!d.__e&&(d.shouldComponentUpdate!=null&&d.shouldComponentUpdate(m,d.__s,w)===!1||t.__v===o.__v)){for(t.__v!==o.__v&&(d.props=m,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(m,d.__s,w),y&&d.componentDidUpdate!=null&&d.__h.push(function(){d.componentDidUpdate(u,f,g)})}if(d.context=w,d.props=m,d.__P=e,d.__e=!1,P=O.__r,A=0,y){for(d.state=d.__s,d.__d=!1,P&&P(t),p=d.render(d.props,d.state,d.context),$=0;$<d._sb.length;$++)d.__h.push(d._sb[$]);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&&++A<25);d.state=d.__s,d.getChildContext!=null&&(n=ne(ne({},n),d.getChildContext())),y&&!b&&d.getSnapshotBeforeUpdate!=null&&(g=d.getSnapshotBeforeUpdate(u,f)),En(e,Je(N=p!=null&&p.type===te&&p.key==null?p.props.children:p)?N:[N],t,o,n,i,r,a,s,l,c),d.base=t.__e,t.__u&=-161,d.__h.length&&a.push(d),h&&(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=Za(o.__e,t,o,n,i,r,a,l,c);(p=O.diffed)&&p(t)}function $n(e,t,o){t.__d=void 0;for(var n=0;n<o.length;n++)Dt(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 Za(e,t,o,n,i,r,a,s,l){var c,p,d,b,u,f,g,h=o.props,m=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(m);e=document.createElementNS(i,y,m.is&&m),r=null,s=!1}if(y===null)h===m||s&&e.data===m||(e.data=m);else{if(r=r&&We.call(e.childNodes),h=o.props||Oe,!s&&r!=null)for(h={},c=0;c<e.attributes.length;c++)h[(u=e.attributes[c]).name]=u.value;for(c in h)if(u=h[c],c!="children"){if(c=="dangerouslySetInnerHTML")d=u;else if(c!=="key"&&!(c in m)){if(c=="value"&&"defaultValue"in m||c=="checked"&&"defaultChecked"in m)continue;et(e,c,null,u,i)}}for(c in m)u=m[c],c=="children"?b=u:c=="dangerouslySetInnerHTML"?p=u:c=="value"?f=u:c=="checked"?g=u:c==="key"||s&&typeof u!="function"||h[c]===u||et(e,c,u,h[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=""),En(e,Je(b)?b:[b],t,o,n,y==="foreignObject"?"http://www.w3.org/1999/xhtml":i,r,a,r?r[0]:o.__k&&de(o,0),s,l),r!=null)for(c=r.length;c--;)r[c]!=null&&Cn(r[c]);s||(c="value",f!==void 0&&(f!==e[c]||y==="progress"&&!f||y==="option"&&f!==h[c])&&et(e,c,f,h[c],i),c="checked",g!==void 0&&g!==e[c]&&et(e,c,g,h[c],i))}return e}function Dt(e,t,o){try{typeof e=="function"?e(t):e.current=t}catch(n){O.__e(n,o)}}function zt(e,t,o){var n,i;if(O.unmount&&O.unmount(e),(n=e.ref)&&(n.current&&n.current!==e.__e||Dt(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]&&zt(n[i],t,o||typeof e.type!="function");o||e.__e==null||Cn(e.__e),e.__c=e.__=e.__e=e.__d=void 0}function Xa(e,t,o){return this.constructor(e,o)}function Nn(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=[],Mt(t,e=(!n&&o||t).__k=v(te,null,[e]),i||Oe,Oe,t.namespaceURI,!n&&o?[o]:i?null:t.firstChild?We.call(t.childNodes):null,r,!n&&o?o:i?i.__e:t.firstChild,n,a),$n(r,e,a)}function Rt(e,t){var o={__c:t="__cC"+wn++,__: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,jt(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}We=kn.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}},yn=0,oe.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),jt(this))},oe.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),jt(this))},oe.prototype.render=te,ce=[],hn=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,It=function(e,t){return e.__v.__b-t.__v.__b},Xe.__r=0,St=0,Lt=An(!1),Ft=An(!0),wn=0;const Qa=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}},es=(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 Tn=(e=>(e.HEX="hex",e.HSL="hsl",e))(Tn||{});const ts=(e,t,o)=>{const n=t==="hex"?Qa(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,es(n)):e};var tt=(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 In="fides-embed-container",os="fides-overlay";let ot;const Sn=e=>tt(void 0,[e],function*({options:t,experience:o,i18n:n,fidesRegionString:i,cookie:r,savedConsent:a,renderOverlay:s,propertyId:l,translationOverrides:c}){const p=()=>tt(void 0,null,function*(){var d,b,u;try{if(ot&&(Nn(null,ot),ot=void 0),t.fidesPrimaryColor){document.documentElement.style.setProperty("--fides-overlay-primary-color",t.fidesPrimaryColor);const g=ts(t.fidesPrimaryColor,Tn.HEX,1);document.documentElement.style.setProperty("--fides-overlay-primary-button-background-hover-color",g)}let f;if(t.fidesEmbed)f=document.getElementById(In),f||(yield tt(void 0,null,function*(){return new Promise(g=>{let h=0,m=200;const y=setInterval(()=>{f=document.getElementById(In),f?(clearInterval(y),g()):(h+=1,h>=5&&m<1e3&&(m+=200))},m)})}));else{const g=t.overlayParentId||os;f=document.getElementById(g),f||(f=document.createElement("div"),f.id=g,f.className="fides-overlay",document.body.prepend(f))}return f?(s&&(((d=o.experience_config)==null?void 0:d.component)===D.MODAL||((b=o.experience_config)==null?void 0:b.component)===D.BANNER_AND_MODAL||((u=o.experience_config)==null?void 0:u.component)===D.TCF_OVERLAY)&&(s({options:t,experience:o,i18n:n,fidesRegionString:i,cookie:r,savedConsent:a,propertyId:l,translationOverrides:c},f),ot=f),yield Promise.resolve()):yield Promise.reject(new Error("There was a problem rendering the Fides overlay."))}catch(f){return Promise.reject(f)}});return document?.readyState==="loading"?document.addEventListener("readystatechange",()=>tt(void 0,null,function*(){document.readyState==="interactive"&&p()})):p(),Promise.resolve()});function ns(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 is=`: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(_,we){typeof exports=="object"&&typeof module<"u"?we(exports):typeof define=="function"&&define.amd?define(["exports"],we):(_=typeof globalThis<"u"?globalThis:_||self,we(_.Fides={}))})(this,function(_){"use strict";var we=Object.defineProperty,Ti=(e,t,o)=>t in e?we(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,dt=(e,t,o)=>Ti(e,typeof t!="symbol"?t+"":t,o);class re{constructor(t,o,n){dt(this,"consentPreference"),dt(this,"notice"),dt(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 Jt=(e=>(e.GPP_US_NATIONAL="gpp_us_national",e.GPP_US_STATE="gpp_us_state",e))(Jt||{}),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||{}),z=(e=>(e.OPT_IN="opt_in",e.OPT_OUT="opt_out",e.ACKNOWLEDGE="acknowledge",e.NOT_APPLICABLE="not_applicable",e.TCF="tcf",e))(z||{}),fe=(e=>(e.OMIT="omit",e.INCLUDE="include",e))(fe||{}),ae=(e=>(e.BOOLEAN="boolean",e.CONSENT_MECHANISM="consent_mechanism",e))(ae||{}),ne=(e=>(e.THROW="throw",e.WARN="warn",e.IGNORE="ignore",e))(ne||{}),D=(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))(D||{}),Xt=(e=>(e.ALWAYS_ENABLED="always_enabled",e.ENABLED_WHERE_REQUIRED="enabled_where_required",e.ALWAYS_DISABLED="always_disabled",e))(Xt||{}),ve=(e=>(e.OPTIONS="options",e.EXPERIENCE_TRANSLATION="language",e))(ve||{}),q=(e=>(e.PRIMARY="primary",e.SECONDARY="secondary",e.TERTIARY="tertiary",e))(q||{}),pt=(e=>(e.ACKNOWLEDGE="acknowledge",e.OPT_IN_OPT_OUT="opt_in_opt_out",e.OPT_IN_ONLY="opt_in_only",e))(pt||{}),Qt=(e=>(e.REJECT_ALL="reject_all",e.REJECT_CONSENT_ONLY="reject_consent_only",e))(Qt||{}),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||{}),eo=(e=>(e.privacy_center="privacy_center",e.overlay="overlay",e.api="api",e))(eo||{}),Q=(e=>(e.NONE="none",e.APPLIED="applied",e.OVERRIDDEN="overridden",e))(Q||{}),ke=(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))(ke||{}),ut=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 n=t,i=e&&e.exports==n&&e,r=typeof ut=="object"&&ut;(r.global===r||r.window===r)&&(o=r);var a=function(f){this.message=f};a.prototype=new Error,a.prototype.name="InvalidCharacterError";var s=function(f){throw new a(f)},l="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",c=/[\t\n\f\r ]/g,p=function(f){f=String(f).replace(c,"");var g=f.length;g%4==0&&(f=f.replace(/==?$/,""),g=f.length),(g%4==1||/[^+a-zA-Z0-9/]/.test(f))&&s("Invalid character: the string to be decoded is not correctly encoded.");for(var h=0,m,y,k="",w=-1;++w<g;)y=l.indexOf(f.charAt(w)),m=h%4?m*64+y:y,h++%4&&(k+=String.fromCharCode(255&m>>(-2*h&6)));return k},d=function(f){f=String(f),/[^\0-\xFF]/.test(f)&&s("The string to be encoded contains characters outside of the Latin1 range.");for(var g=f.length%3,h="",m=-1,y,k,w,x,P=f.length-g;++m<P;)y=f.charCodeAt(m)<<16,k=f.charCodeAt(++m)<<8,w=f.charCodeAt(++m),x=y+k+w,h+=l.charAt(x>>18&63)+l.charAt(x>>12&63)+l.charAt(x>>6&63)+l.charAt(x&63);return g==2?(y=f.charCodeAt(m)<<8,k=f.charCodeAt(++m),x=y+k,h+=l.charAt(x>>10)+l.charAt(x>>4&63)+l.charAt(x<<2&63)+"="):g==1&&(x=f.charCodeAt(m),h+=l.charAt(x>>2)+l.charAt(x<<4&63)+"=="),h},b={encode:d,decode:p,version:"1.0.0"};if(n&&!n.nodeType)if(i)i.exports=b;else for(var u in b)b.hasOwnProperty(u)&&(n[u]=b[u]);else o.base64=b})(ut)}(Te,Te.exports);var to=Te.exports;/*! js-cookie v3.0.5 | MIT */function Ie(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 Ii={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 ft(e,t){function o(i,r,a){if(!(typeof document>"u")){a=Ie({},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,"",Ie({},r,{expires:-1}))},withAttributes:function(i){return ft(this.converter,Ie({},this.attributes,i))},withConverter:function(i){return ft(Ie({},this.converter,i),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(e)}})}var Si=ft(Ii,{path:"/"});let Se;const Li=new Uint8Array(16);function Fi(){if(!Se&&(Se=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Se))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Se(Li)}const j=[];for(let e=0;e<256;++e)j.push((e+256).toString(16).slice(1));function ji(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 oo={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Le(e,t,o){if(oo.randomUUID&&!t&&!e)return oo.randomUUID();e=e||{};const n=e.random||(e.rng||Fi)();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 ji(n)}const Fe=(e,t)=>!!Object.keys(t).includes(e.notice_key),se=e=>!e||e===z.OPT_OUT?!1:e===z.OPT_IN?!0:e===z.ACKNOWLEDGE,ee=(e,t)=>e?t===V.NOTICE_ONLY?z.ACKNOWLEDGE:z.OPT_IN:z.OPT_OUT,Ce=e=>typeof e=="string"?se(e):e,no=e=>e?e.split(",").map(t=>t.trim()).filter(Boolean):[],io=(e,t)=>e===void 0?!1:typeof e=="boolean"?e:t.globalPrivacyControl===!0?e.globalPrivacyControl:e.value,vt=(e,t)=>e.consent_mechanism===V.NOTICE_ONLY?!0:t&&Fe(e,t)?!!t[e.notice_key]:se(e.default_preference);var Mi=(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))(Mi||{}),gt=(e=>(e.CONSENT="Consent",e.LEGITIMATE_INTERESTS="Legitimate interests",e))(gt||{});const Di=",",Ri=[{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"}],zi=[{cookieKey:"system_consent_preferences",experienceKey:"tcf_system_consents"},{cookieKey:"system_legitimate_interests_preferences",experienceKey:"tcf_system_legitimate_interests"}];Ri.filter(({experienceKey:e})=>e!=="tcf_features"&&e!=="tcf_special_purposes").map(e=>e.experienceKey),gt.CONSENT.toString(),gt.LEGITIMATE_INTERESTS.toString();var Ui=Object.defineProperty,Bi=Object.defineProperties,Gi=Object.getOwnPropertyDescriptors,ro=Object.getOwnPropertySymbols,Hi=Object.prototype.hasOwnProperty,Vi=Object.prototype.propertyIsEnumerable,ao=(e,t,o)=>t in e?Ui(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,le=(e,t)=>{for(var o in t||(t={}))Hi.call(t,o)&&ao(e,o,t[o]);if(ro)for(var o of ro(t))Vi.call(t,o)&&ao(e,o,t[o]);return e},xe=(e,t)=>Bi(e,Gi(t)),Ki=(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 _t="fides_consent",so=365,je=Si.withConverter({read(e){return decodeURIComponent(e)},write(e){return encodeURIComponent(e)}}),bt=e=>e?Object.values(e).some(t=>t!==void 0):!1,lo=()=>Le(),Yi=lo(),co=e=>{var t;return!((t=e.fides_meta)!=null&&t.updatedAt)},po=e=>{const t=new Date;return{consent:e||{},identity:{fides_user_device_id:Yi||lo()},fides_meta:{version:"0.9.0",createdAt:t.toISOString(),updatedAt:""},tcf_consent:{}}},Me=e=>je.get(e),ge=()=>{const e=Me(_t);if(e)try{return JSON.parse(e)}catch{try{return JSON.parse(to.decode(e))}catch{return}}},uo=(e,t=!1)=>{const o=po(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]=Ce(a)})}if(!n)return o;try{"consent"in n&&"fides_meta"in n||(n=xe(le({},o),{consent:n}));const i=le(le({},e),n.consent);return n.consent=i,n}catch(i){return console.error("Unable to read consent cookie: invalid JSON.",i),o}},fo=(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=to.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("."),je.set(_t,n,{path:"/",domain:r,expires:so})){const s=ge();if(s&&s.fides_meta.updatedAt===e.fides_meta.updatedAt)break}},yt=({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)?ee(!!t.consent[r.notice_key],r.consent_mechanism):void 0;return xe(le({},r),{current_preference:a})});return xe(le({},e),{privacy_notices:n})},qi=e=>{const t={};return zi.forEach(({cookieKey:o})=>{var n;const i=(n=e[o])!=null?n:[];t[o]=Object.fromEntries(i.map(r=>[r.id,se(r.preference)]))}),t},vo=(e,t)=>{const o={};return e?.options.forEach(({cookieKeys:n,default:i})=>{if(i===void 0)return;const r=io(i,t);n.forEach(a=>{const s=o[a];if(s===void 0){o[a]=r;return}o[a]=s&&r})}),o},go=(e,t=!0)=>{e.forEach(o=>{var n;if(je.remove(o.name,{path:(n=o.path)!=null?n:"/",domain:o.domain}),t){const{hostname:i}=window.location;je.remove(o.name,{domain:`.${i}`})}})},_o=e=>{const t=new Map(e.map(({notice:o,consentPreference:n})=>[o.notice_key,se(n)]));return Object.fromEntries(t)},De=(e,t)=>Ki(void 0,null,function*(){return xe(le({},e),{consent:_o(t)})}),Wi=e=>{const t={};return e.privacy_notices&&e.privacy_notices.forEach(o=>{o.current_preference?t[o.notice_key]=se(o.current_preference):o.default_preference&&(t[o.notice_key]=se(o.default_preference))}),t},bo=({cookie:e,experience:t})=>{const o=Wi(t);return xe(le({},e),{consent:o})};var Ji=Object.defineProperty,Zi=(e,t,o)=>t in e?Ji(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,yo=(e,t,o)=>Zi(e,typeof t!="symbol"?t+"":t,o);class Xi{constructor(){yo(this,"cookieName","OptanonConsent"),yo(this,"migrationMethod",L.OT_MIGRATION)}getConsentCookie(){return Me(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 mo=(e=>(e.ONETRUST="onetrust",e))(mo||{});const mt=new Map;function Qi(e,t){mt.set(e,t)}function ho(e){e.otFidesMapping&&Qi(mo.ONETRUST,new Xi)}function ht(e){let t,o;if(Array.from(mt).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=mt.get(o);return{consent:t,method:n.migrationMethod}}const er=e=>{typeof window<"u"&&!window.fidesDebugger?window.fidesDebugger=e?console.log:()=>{}:globalThis.fidesDebugger=()=>{}},B="en",Re="Manage preferences",ze=/^([A-Za-z]{2,3})(?:(?:[_-]([A-Za-z0-9]{2,4}))?$|(?:(?:[_-]\w+)+))/,tr=/^(?:([a-z]{2})(-[a-z0-9]{1,3})?|(eea))$/i,or=[{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:ze},{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:no},{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)$/}],nr=[{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:ze}],wo="fides-overlay-wrapper",ir="fides-i18n-icon",ko=["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"];var rr=Object.defineProperty,ar=Object.defineProperties,sr=Object.getOwnPropertyDescriptors,Co=Object.getOwnPropertySymbols,lr=Object.prototype.hasOwnProperty,cr=Object.prototype.propertyIsEnumerable,xo=(e,t,o)=>t in e?rr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Ue=(e,t)=>{for(var o in t||(t={}))lr.call(t,o)&&xo(e,o,t[o]);if(Co)for(var o of Co(t))cr.call(t,o)&&xo(e,o,t[o]);return e},dr=(e,t)=>ar(e,sr(t));const _e=e=>!e||typeof e!="object"?!1:Object.keys(e).length===0||"id"in e,pr=e=>!!(e&&e.every(t=>t.default_preference===z.OPT_IN)),Be=e=>e?e.location&&tr.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},Oo=e=>{switch(e){case ve.OPTIONS:return or;case ve.EXPERIENCE_TRANSLATION:return nr;default:return null}},Po=e=>{if(!_e(e))return!1;const t=e.experience_config;return t&&(t.component===D.MODAL||t.component===D.BANNER_AND_MODAL||t.component===D.TCF_OVERLAY||t.component===D.HEADLESS)?!(t.component===D.BANNER_AND_MODAL&&!(e.privacy_notices&&e.privacy_notices.length>0)):!1},wt=e=>e.fidesConsentOverride===L.ACCEPT||e.fidesConsentOverride===L.REJECT,ur=e=>{var t;return(t=e.default_preference)!=null?t:z.OPT_OUT},Ge=(e,t,o,n)=>{var i,r,a,s,l,c;return n!=null&&n.fidesDisableBanner||!_e(e)?!1:((i=e.experience_config)==null?void 0:i.component)===D.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)===D.MODAL||((s=e.experience_config)==null?void 0:s.component)===D.HEADLESS||!((l=e?.privacy_notices)!=null&&l.length)?!1:o?n&&wt(n)?!1:t?.fides_meta.consentMethod===L.GPC?!0:!((c=e.privacy_notices)!=null&&c.every(p=>Fe(p,o))):!0},Ao=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},$o=({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,kt=()=>{},No=(e,t)=>e.map(o=>{var n;const i=ee(t.includes(o.notice.notice_key),o.notice.consent_mechanism);return new re(o.notice,i,(n=o.bestTranslation)==null?void 0:n.privacy_notice_history_id)}),To=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})}},Ct=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})}},fr=({consent:e,nonApplicableNotices:t,flagType:o,mode:n=fe.OMIT})=>{if(!(t!=null&&t.length))return e;const i=Ue({},e);return n===fe.INCLUDE?t.forEach(r=>{i[r]=o===ae.CONSENT_MECHANISM?z.NOT_APPLICABLE:!0}):t.forEach(r=>{delete i[r]}),i},vr=({consent:e,flagType:t=ae.BOOLEAN,consentMechanisms:o})=>{const n={};if(t!==ae.CONSENT_MECHANISM)return Object.fromEntries(Object.entries(e).map(([r,a])=>[r,Ce(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]=ee(a,s)}}),n):Ue({},e)},Ee=(e,t,o=[],n,i)=>{var r,a,s;const l=Ue({},e),c=(r=window.Fides)==null?void 0:r.options,p=(a=i??c?.fidesConsentNonApplicableFlagMode)!=null?a:fe.OMIT,d=(s=n??c?.fidesConsentFlagType)!=null?s:ae.BOOLEAN,b={};Object.assign(b,fr({consent:{},nonApplicableNotices:t??[],flagType:d,mode:p}));const u=o.reduce((f,g)=>dr(Ue({},f),{[g.notice_key]:g.consent_mechanism}),{});return Object.assign(b,vr({consent:l,consentMechanisms:u,flagType:d})),b},gr=e=>{const t=e.split("~")[0];return!!(t&&["1","2"].includes(t)&&e!=null&&e.match(t==="1"?/\d~[0-9.]*$/:/\d~[0-9.]*~dv.[0-9.]*$/))};var _r=Object.defineProperty,br=Object.defineProperties,yr=Object.getOwnPropertyDescriptors,Io=Object.getOwnPropertySymbols,mr=Object.prototype.hasOwnProperty,hr=Object.prototype.propertyIsEnumerable,So=(e,t,o)=>t in e?_r(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,xt=(e,t)=>{for(var o in t||(t={}))mr.call(t,o)&&So(e,o,t[o]);if(Io)for(var o of Io(t))hr.call(t,o)&&So(e,o,t[o]);return e},wr=(e,t)=>br(e,yr(t));const W=(e,t,o,n)=>{var i,r,a,s,l;const c=t?xt({},t):void 0;if(typeof window<"u"&&typeof CustomEvent<"u"){const p=xt({consentMethod:c?.fides_meta.consentMethod},n),d=(i=performance?.mark)==null?void 0:i.call(performance,e),b=d?.startTime,u=c;u&&c!=null&&c.consent&&(u.consent=Ee(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 f=new CustomEvent(e,{detail:wr(xt({},u),{debug:o,extraDetails:p,timestamp:b}),bubbles:!0});window.dispatchEvent(f)}},Lo=(e,t)=>{const o=n=>t(n.detail);return window.addEventListener(e,o),()=>{window.removeEventListener(e,o)}};var kr=(e=>(e.GVL="gvl",e.AC="gacp",e))(kr||{});const Et=e=>{if(!e)return{tc:"",ac:"",gpp:"",nc:""};const[t="",o="",n="",i=""]=e.split(Di);return t?{tc:t,ac:o,gpp:n,nc:i}:{tc:"",ac:"",gpp:n,nc:i}},Cr=()=>typeof window.blueConicClient<"u"&&typeof window.blueConicClient.event<"u"&&typeof window.blueConicClient.event.subscribe<"u",He=()=>{var e,t,o;if(!Cr()||!((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=ko.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()},xr=({approach:e="onetrust"}={approach:"onetrust"})=>{if(e!=="onetrust")throw new Error("Unsupported approach");window.addEventListener("FidesInitialized",He),window.addEventListener("FidesUpdated",He),window.addEventListener("onBlueConicLoaded",He),He()},Fo=(e,t)=>{var o,n,i,r,a,s,l,c,p,d,b,u,f,g;const h=(o=window.dataLayer)!=null?o:[];window.dataLayer=h;const{detail:m,type:y}=e,{consent:k,extraDetails:w,fides_string:x,timestamp:P}=m;let A=k;const $=(a=(r=t?.flag_type)!=null?r:(i=(n=window.Fides)==null?void 0:n.options)==null?void 0:i.fidesConsentFlagType)!=null?a:ae.BOOLEAN,N=(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:fe.OMIT,I=(u=(b=(d=window.Fides)==null?void 0:d.experience)==null?void 0:b.privacy_notices)!=null?u:[],C=(g=(f=window.Fides)==null?void 0:f.experience)==null?void 0:g.non_applicable_privacy_notices;A=Ee(k,C,I,$,N);const E={consent:A,extraDetails:w,fides_string:x,timestamp:P};h.push({event:y,Fides:E})},Er=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=>Fo(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;Fo({type:"FidesInitialized",detail:{consent:n,fides_meta:i,identity:r,tcf_consent:a,timestamp:s,extraDetails:{consentMethod:i?.consentMethod}}},e)}},Or=()=>{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},Pr=e=>{const t=Or();t("consent",e.consent?"grant":"revoke"),e.dataUse?t("dataProcessingOptions",[]):t("dataProcessingOptions",["LDU"],1,1e3)},Ar={marketing:ko,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 $r(e){var t;const o=Object.fromEntries(Object.entries(e).map(([i,r])=>[i,Ce(r)])),n=Object.fromEntries(Object.entries(Ar).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 Ve=e=>{window.Shopify.customerPrivacy.setTrackingConsent($r(e),()=>{})},jo=()=>{var e,t;(e=window.Shopify)!=null&&e.customerPrivacy||console.error("Fides could not access Shopify's customerPrivacy API"),window.addEventListener("FidesInitialized",o=>Ve(o.detail.consent)),window.addEventListener("FidesUpdating",o=>Ve(o.detail.consent)),window.addEventListener("FidesUpdated",o=>Ve(o.detail.consent)),(t=window.Fides)!=null&&t.initialized&&window.Fides.cookie&&Ve(window.Fides.cookie.consent)},Nr=()=>{setTimeout(()=>{if(!window.Shopify)throw Error("Fides.shopify was called but Shopify is not present in the page.");if(window.Shopify.customerPrivacy){jo();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");jo()})},3e3)};var Tr={"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"},Ir={"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"},Sr={"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"},Lr={"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"},Fr={"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"},jr={"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"},Mr={"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"},Dr={"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"},Rr={"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"},zr={"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"},Ur={"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"},Gr={"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"},Hr={"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"},Vr={"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"},Yr={"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"},qr={"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"},Wr={"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)"},Jr={"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"},Zr={"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"},Xr={"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"},Qr={"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"},ea={"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"},ta={"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"},oa={"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"},na={"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"},ia={"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"},ra={"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"},aa={"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"},sa={"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"},la={"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"},ca={"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"},da={"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"},pa={"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"},ua={"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"},fa={"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"},va={"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"},ga={"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"},_a={"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 Ot={ar:Tr,bg:Ir,bs:Sr,ca:Lr,cs:Fr,da:jr,de:Mr,el:Dr,en:Rr,es:zr,"es-MX":Ur,et:Br,eu:Gr,fi:Hr,fr:Vr,"fr-CA":Kr,gl:Yr,"hi-IN":qr,hr:Wr,hu:Jr,it:Zr,ja:Xr,lt:Qr,lv:ea,mt:ta,nl:oa,no:na,pl:ia,"pt-BR":ra,"pt-PT":aa,ro:sa,ru:la,sk:ca,sl:da,"sr-Cyrl":pa,"sr-Latn":ua,sv:fa,tr:va,uk:ga,zh:_a},ba=[{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 ya=Object.defineProperty,Mo=Object.getOwnPropertySymbols,ma=Object.prototype.hasOwnProperty,ha=Object.prototype.propertyIsEnumerable,Do=(e,t,o)=>t in e?ya(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,J=(e,t)=>{for(var o in t||(t={}))ma.call(t,o)&&Do(e,o,t[o]);if(Mo)for(var o of Mo(t))ha.call(t,o)&&Do(e,o,t[o]);return e};function Z(e,t){return e.toLowerCase().replaceAll("_","-")===t.toLowerCase().replaceAll("_","-")}function wa(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]=J(J({},s),o[r])});else{const i=B,r={};n.forEach(a=>{const s=e[a];typeof s=="string"&&(r[`exp.${a}`]=s)}),o[i]=J(J({},r),o[i])}return o}function Ro(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 zo(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((b,u)=>{a[`${d}.illustrations.${u}`]=b})})}),o[n]=J(J({},a),o[n])}}),o}function Uo(e){return Object.keys(Ot).forEach(t=>{e.load(t,Ot[t])}),Object.keys(Ot)}function Bo(e,t,o){var n;const i={},r=(n=t.available_locales)!=null&&n.length?t.available_locales:[B];if(t!=null&&t.experience_config){const a=t.experience_config,s=wa(a,o);Object.keys(s).forEach(l=>{i[l]=J(J({},s[l]),i[l])})}r.forEach(a=>{e.load(a,i[a])})}function Go(e,t){if(!t.gvl)return;const{locale:o}=e,n={};n[o]=t.gvl;const i=zo(n,[o]);e.load(o,i[o])}function Ho(e,t,o){const n=zo(t,o);o.forEach(i=>{e.load(i,n[i])})}function Ke(e){return e.locale}function Vo(e,t,o=B){const n=e?.language;return t||n||o}function Ko(e,t,o=B){const n=e.match(ze);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 ce(e,t){return e.t(t)!==""&&e.t(t)!==t}function Pt(e,t){if(!t||!t.translations)return null;const o=Ke(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 Ye(e,t){if(!t||!t.translations)return null;const o=Ke(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 Yo(e,t,o,n,i){var r,a,s,l,c;Uo(e);const p=(r=o.available_locales)!=null&&r.length?o.available_locales:[B];Bo(e,o,i);const d=ba.filter(h=>p.includes(h.locale)),b=d.findIndex(h=>Z(h.locale,e.getDefaultLocale()));b>0&&d.unshift(d.splice(b,1)[0]),e.setAvailableLanguages(d);const u=Ro(o)||B;e.setDefaultLocale(u);let f=u;((a=o.experience_config)==null?void 0:a.auto_detect_language)===!1||(f=Vo(t,n?.fidesLocale,u));const g=Ko(f,p||[],e.getDefaultLocale());if((l=(s=o.experience_config)==null?void 0:s.translations)!=null&&l.find(h=>h.language===g))e.activate(g);else{const h=Ye(e,o.experience_config);h?.language,e.activate(h?.language||g)}((c=o.experience_config)==null?void 0:c.component)===D.TCF_OVERLAY&&o.gvl&&Go(e,o)}function At(){let e=[],t=B,o=B;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]=J(J({},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 qo=(e,t,o)=>{var n;let i=Re;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},ka=At();var Ca=Object.defineProperty,xa=Object.defineProperties,Ea=Object.getOwnPropertyDescriptors,Wo=Object.getOwnPropertySymbols,Oa=Object.prototype.hasOwnProperty,Pa=Object.prototype.propertyIsEnumerable,Jo=(e,t,o)=>t in e?Ca(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Oe=(e,t)=>{for(var o in t||(t={}))Oa.call(t,o)&&Jo(e,o,t[o]);if(Wo)for(var o of Wo(t))Pa.call(t,o)&&Jo(e,o,t[o]);return e},$t=(e,t)=>xa(e,Ea(t)),qe=(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())}),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||{});function Xo(){return{}}const Qo=e=>qe(void 0,[e],function*({userLocationString:t,userLanguageString:o,fidesApiUrl:n,apiOptions:i,propertyId:r,requestMinimalTCF:a,missingExperienceHandler:s=Xo}){var l,c,p;if(i!=null&&i.getPrivacyExperienceFn)try{return yield i.getPrivacyExperienceFn(t,null)}catch(g){return s(g)}const d=[["Unescape-Safestr","true"],["Accept-Encoding","gzip, deflate"]];o&&d.push(["Accept-Language",o]);const b={method:"GET",mode:"cors",headers:d};let u=Oe(Oe({show_disabled:"false",region:t,component:D.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});u=new URLSearchParams(u);let f;try{if(f=yield fetch(`${n}/privacy-experience?${u}`,b),!f.ok)throw new Error("Error fetching experience from Fides API")}catch(g){return s(g)}try{const g=yield f.json();if(((l=g.items)==null?void 0:l.length)<1)return{};const h=g.items&&g.items[0],m=(p=(c=h.experience_config)==null?void 0:c.translations)==null?void 0:p[0].language;return h}catch(g){return s(g)}}),en=(e,t)=>qe(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():{}}),tn={method:"PATCH",mode:"cors",headers:{"Content-Type":"application/json"}},on="Fides.js",nn=(e,t,o,n,i)=>qe(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=$t(Oe({},tn),{body:JSON.stringify($t(Oe({},t),{source:on}))});return(yield fetch(`${o.fidesApiUrl}/privacy-preferences`,a)).ok,Promise.resolve()}),rn=e=>qe(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=$t(Oe({},tn),{body:JSON.stringify(t)}),r=yield fetch(`${o.fidesApiUrl}/notices-served`,i);return r.ok?r.json():null});var Aa=Object.defineProperty,$a=Object.defineProperties,Na=Object.getOwnPropertyDescriptors,an=Object.getOwnPropertySymbols,Ta=Object.prototype.hasOwnProperty,Ia=Object.prototype.propertyIsEnumerable,sn=(e,t,o)=>t in e?Aa(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,be=(e,t)=>{for(var o in t||(t={}))Ta.call(t,o)&&sn(e,o,t[o]);if(an)for(var o of an(t))Ia.call(t,o)&&sn(e,o,t[o]);return e},Sa=(e,t)=>$a(e,Na(t)),Nt=(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 La(e,t,o,n,i,r,a,s,l,c){return Nt(this,null,function*(){const p=(r||[]).map(b=>({preference:b.consentPreference,privacy_notice_history_id:b.noticeHistoryId||""})),d=be({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 nn(n,d,e,t,o)})}const Tt=e=>Nt(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 b,u,f,g;if(!p&&t&&(p=y=>De(y,t)),!p&&!t)throw new Error("updateCookie is required");const h=yield p(s);Object.assign(s,h),Object.assign(s.fides_meta,{consentMethod:i}),W("FidesUpdating",s,r.debug);const m=Ee(s.consent,(u=(b=window.Fides)==null?void 0:b.experience)==null?void 0:u.non_applicable_privacy_notices,(g=(f=window.Fides)==null?void 0:f.experience)==null?void 0:g.privacy_notices);if(window.Fides.consent=m,window.Fides.fides_string=s.fides_string,window.Fides.tcf_consent=s.tcf_consent,fo(Sa(be({},s),{consent:m}),r.base64Cookie),window.Fides.saved_consent=s.consent,!r.fidesDisableSaveApi)try{yield La(r,s,n,i,o,t,c,a,l,d)}catch{}t&&t.filter(y=>y.consentPreference===z.OPT_OUT).forEach(y=>{var k,w;(k=y.notice)!=null&&k.cookies&&go(y.notice.cookies,(w=n.experience_config)==null?void 0:w.auto_subdomain_cookie_deletion)}),W("FidesUpdated",s,r.debug)}),ln=(e,t)=>Object.entries(t).reduce((o,[n,i])=>{var r,a;if(o)return o;const s=(r=e.experience.non_applicable_privacy_notices)==null?void 0:r.find(p=>p===n);if(s)return new Error(`Provided notice key '${n}' is not applicable to the current experience.`);const l=(a=e.experience.privacy_notices)==null?void 0:a.find(p=>p.notice_key===n);if(!s&&!l)return new Error(`'${n}' is not a valid notice key`);const c=l?.consent_mechanism===V.NOTICE_ONLY;return c&&i!==!0&&i!==z.ACKNOWLEDGE?new Error(`Invalid consent value for notice-only notice key: '${n}'. Must be \`true\` or "acknowledge"`):!c&&typeof i!="boolean"&&i!==z.OPT_IN&&i!==z.OPT_OUT?new Error(`Invalid consent value for notice key: '${n}'. Must be a boolean or "opt_in" or "opt_out"`):null},null),Fa=(e,t,...o)=>Nt(void 0,[e,t,...o],function*(n,i,r=L.SCRIPT){var a,s,l;if(!(i!=null&&i.consent)&&!(i!=null&&i.fidesString))throw new Error("Either consent or fidesString must be provided");if(!n.experience)throw new Error("Experience must be initialized before updating consent");if(!n.cookie)throw new Error("Cookie is not initialized");const{consent:c,fidesString:p,validation:d=ne.THROW}=i;if(!Object.values(ne).includes(d))throw new Error(`Validation must be one of: ${Object.values(ne).join(", ")} (default is ${ne.THROW})`);const b=m=>{if(d===ne.THROW)throw new Error(m);d===ne.WARN&&console.warn(m)};let u=n.consent||{};if(c){const m=ln(n,c);m&&b(m.message)}if(p)try{const m=Et(p);if(m.nc){u=be(be({},n.consent),n.decodeNoticeConsentString(m.nc));const y=ln(n,u);y&&b(y.message)}}catch(m){const y=m instanceof Error?m.message:String(m);b(`Invalid fidesString provided: ${y}`)}else u=be(be({},n.consent),c);const f=[];Object.entries(u).forEach(([m,y])=>{var k,w,x,P;const A=(w=(k=n.experience)==null?void 0:k.privacy_notices)==null?void 0:w.find($=>$.notice_key===m);if(A){const $=(P=(x=A.translations)==null?void 0:x[0])==null?void 0:P.privacy_notice_history_id;let N;typeof y=="boolean"?N=ee(y,A.consent_mechanism):N=y,$&&f.push(new re(A,N,$))}});let g;(s=(a=n.experience.experience_config)==null?void 0:a.translations)!=null&&s.length&&(g=n.experience.experience_config.translations[0].privacy_experience_config_history_id);const h=Be(n.geolocation)||void 0;return Tt({consentPreferencesToSave:f,privacyExperienceConfigHistoryId:g,experience:n.experience,consentMethod:r,options:n.options,userLocationString:h,cookie:n.cookie,propertyId:(l=n.config)==null?void 0:l.propertyId})}),It=e=>{throw new Error(e)},We=e=>{typeof window<"u"&&(window.Fides=e)},cn=({cookie:e,experience:t})=>{let o=t;return bt(e.consent)&&(o=yt({experience:t,cookie:e})),o},dn=({tcfEnabled:e=!1})=>({consent:{},experience:void 0,geolocation:{},locale:B,options:{debug:!0,isOverlayEnabled:!1,isPrefetchEnabled:!1,isGeolocationEnabled:!1,geolocationApiUrl:"",overlayParentId:null,modalLinkId:null,privacyCenterUrl:"",fidesApiUrl:"",tcfEnabled:e,gppEnabled:!1,fidesEmbed:!1,fidesDisableSaveApi:!1,fidesDisableNoticesServedApi:!1,fidesDisableBanner:!1,fidesString:null,apiOptions:null,fidesTcfGdprApplies:e,fidesJsBaseUrl:"",customOptionsPath:null,preventDismissal:!1,allowHTMLDescription:null,base64Cookie:!1,fidesPrimaryColor:null,fidesClearCookie:!1,showFidesBrandLink:!e,fidesConsentOverride:null,otFidesMapping:null,fidesDisabledNotices:null,fidesConsentNonApplicableFlagMode:null,fidesConsentFlagType:null},fides_meta:{},identity:{},tcf_consent:{},saved_consent:{},config:void 0,initialized:!1,onFidesEvent:Lo,blueconic:xr,gtm:Er,meta:Pr,shopify:Nr,showModal:kt,getModalLinkLabel:()=>Re,encodeNoticeConsentString:To,decodeNoticeConsentString:Ct,reinitialize(){return typeof this.init!="function"?Promise.reject(new Error("Fides.init method is not available")):((!this.config||!this.initialized)&&It("Fides must be initialized before reinitializing"),this.init())},shouldShowExperience(){return!(this!=null&&this.experience)||!(this!=null&&this.cookie)||!(this!=null&&this.saved_consent)||!(this!=null&&this.options)?!1:Ge(this.experience,this.cookie,this.saved_consent,this.options)},updateConsent(t){return Fa(this,t)}});var ja=(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 pn=(e,t)=>ja(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}}),Ma=()=>{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},ye=()=>typeof window>"u"?{}:{globalPrivacyControl:Ma()};var Da=(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 Ra=e=>Da(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=ye(),{nc:l}=Et(r.fidesString||"");s.globalPrivacyControl;const{consent:c,method:p}=ht(r),d=!!c&&!!p&&!ge();if(!s.globalPrivacyControl&&!l&&!d)return!1;const b=Ye(a,o.experience_config),u=b?.privacy_experience_config_history_id;let f=!1,g=!1,h=!1;const m=o.privacy_notices.map(y=>{const k=Fe(y,t),w=Pt(a,y);if(d&&c){const P=c[y.notice_key];if(P!==void 0){h=!0;const A=typeof P=="boolean"?ee(P,y.consent_mechanism):P;return new re(y,A,w?.privacy_notice_history_id)}}const x=Ct(l);if(y.consent_mechanism!==V.NOTICE_ONLY){if(x){const P=x[y.notice_key];if(P!==void 0)return g=!0,new re(y,ee(P,y.consent_mechanism),w?.privacy_notice_history_id)}if(s.globalPrivacyControl&&y.has_gpc_flag&&!k)return f=!0,new re(y,ee(!1,y.consent_mechanism),w?.privacy_notice_history_id)}return new re(y,ee(vt(y,t),y.consent_mechanism),w?.privacy_notice_history_id)});if(f||g||h){let y=L.SCRIPT;return h&&p?y=p:g?y=L.SCRIPT:f&&(y=L.GPC),yield Tt({servedNoticeHistoryId:Le(),consentPreferencesToSave:m,privacyExperienceConfigHistoryId:u,experience:o,consentMethod:y,options:r,userLocationString:i||void 0,cookie:n,updateCookie:k=>De(k,m)}),!0}return!1}),za=()=>{document.body.classList.add("fides-no-scroll")},un=()=>{document.body.classList.remove("fides-no-scroll")},Ua=e=>new DOMParser().parseFromString(e,"text/html").body.textContent||"",fn=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 Ba=Object.defineProperty,vn=Object.getOwnPropertySymbols,Ga=Object.prototype.hasOwnProperty,Ha=Object.prototype.propertyIsEnumerable,gn=(e,t,o)=>t in e?Ba(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,_n=(e,t)=>{for(var o in t||(t={}))Ga.call(t,o)&&gn(e,o,t[o]);if(vn)for(var o of vn(t))Ha.call(t,o)&&gn(e,o,t[o]);return e},bn=(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 Va=(e,t)=>bn(void 0,null,function*(){return Be(e)||Be(yield pn(t.isGeolocationEnabled,t.geolocationApiUrl))}),yn=(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?Ao(i):window.fides_overrides,a=Oo(e);a?.forEach(({overrideName:s,overrideType:l,overrideKey:c,validationRegex:p,transform:d})=>{const b=n.get(c),u=r?r[c]:void 0,f=Me(c),g=b||u||f;g&&p.test(g.toString())&&(d?o[s]=d(g.toString()):o[s]=l==="string"?g:JSON.parse(g.toString()))})}return o},Ka=({consent:e,options:t})=>{const o=ye(),n=vo(e,o);return uo(n,t.fidesClearCookie)},Ya=({cookie:e,savedConsent:t,experience:o,geolocation:n,options:i,updateExperienceFromCookieConsent:r})=>{const a=!co(e);ho(i);const{consent:s}=ht(i),l=!!s;if(!a&&!i.fidesString&&!l)return null;let c=o;return _e(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}},qa=e=>bn(void 0,[e],function*({fides:t,options:o,geolocation:n,initOverlay:i,renderOverlay:r,updateExperience:a,overrides:s,propertyId:l}){var c,p,d,b,u;let f=!0,g=null,h=()=>Re;if(!t.cookie)throw new Error("Fides cookie should be initialized");if(f=o.isOverlayEnabled,f){Eo(o)||(f=!1),g=yield Va(n,o);let x=!1;if(g?_e(t.experience)||(x=!0,t.experience=yield Qo({userLocationString:g,fidesApiUrl:o.fidesApiUrl,apiOptions:o.apiOptions,requestMinimalTCF:!1,propertyId:l})):f=!1,f&&_e(t.experience)&&Po(t.experience)){if(x){const $=a({cookie:t.cookie,experience:t.experience});t.experience=_n(_n({},t.experience),$)}const P=bo({cookie:t.cookie,experience:t.experience});t.cookie=P;const A=At();if(Yo(A,window?.navigator,t.experience,o,s?.experienceTranslationOverrides),t.locale=A.locale||B,h=$=>qo(!!($!=null&&$.disableLocalization),A,t.experience),((c=t.experience.experience_config)==null?void 0:c.component)===D.HEADLESS){const $=o.modalLinkId||"fides-modal-link";!t.experience||o.fidesEmbed||o.modalLinkId,fn($).then(N=>{document.body.classList.add("fides-overlay-modal-link-shown"),N.classList.add("fides-modal-link-shown")}),f=!1}i&&f&&i({options:o,experience:t.experience,i18n:A,fidesRegionString:g,cookie:t.cookie,savedConsent:t.saved_consent,renderOverlay:r,propertyId:l,translationOverrides:s?.experienceTranslationOverrides}).catch($=>{}),setTimeout(Ra.bind(null,{savedConsent:t.saved_consent,effectiveExperience:t.experience,cookie:t.cookie,fidesRegionString:g,fidesOptions:o,i18n:A}))}}const{fides_meta:m,identity:y,fides_string:k,tcf_consent:w}=t.cookie;return{consent:Ee(t.cookie.consent,(p=t.experience)==null?void 0:p.non_applicable_privacy_notices,(d=t.experience)==null?void 0:d.privacy_notices,(b=o.fidesConsentFlagType)!=null?b:void 0,(u=o.fidesConsentNonApplicableFlagMode)!=null?u:void 0),fides_meta:m,identity:y,fides_string:k,tcf_consent:w,experience:t.experience,geolocation:n,options:o,initialized:!0,getModalLinkLabel:h}});var Je,O,mn,de,hn,wn,St,Lt,Ft,jt,kn,Pe={},Cn=[],Wa=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,Ze=Array.isArray;function ie(e,t){for(var o in t)e[o]=t[o];return e}function xn(e){var t=e.parentNode;t&&t.removeChild(e)}function v(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?Je.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 Xe(e,a,n,i,null)}function Xe(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??++mn,__i:-1,__u:0};return i==null&&O.vnode!=null&&O.vnode(r),r}function te(e){return e.children}function oe(e,t){this.props=e,this.context=t}function pe(e,t){if(t==null)return e.__?pe(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"?pe(e):null}function En(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 En(e)}}function Mt(e){(!e.__d&&(e.__d=!0)&&de.push(e)&&!Qe.__r++||hn!==O.debounceRendering)&&((hn=O.debounceRendering)||wn)(Qe)}function Qe(){var e,t,o,n,i,r,a,s;for(de.sort(St);e=de.shift();)e.__d&&(t=de.length,n=void 0,r=(i=(o=e).__v).__e,a=[],s=[],o.__P&&((n=ie({},i)).__v=i.__v+1,O.vnode&&O.vnode(n),Dt(o.__P,n,i,o.__n,o.__P.namespaceURI,32&i.__u?[r]:null,a,r??pe(i),!!(32&i.__u),s),n.__v=i.__v,n.__.__k[n.__i]=n,Nn(a,n,s),n.__e!=r&&En(n)),de.length>t&&de.sort(St));Qe.__r=0}function On(e,t,o,n,i,r,a,s,l,c,p){var d,b,u,f,g,h=n&&n.__k||Cn,m=t.length;for(o.__d=l,Ja(o,t,h),l=o.__d,d=0;d<m;d++)(u=o.__k[d])!=null&&typeof u!="boolean"&&typeof u!="function"&&(b=u.__i===-1?Pe:h[u.__i]||Pe,u.__i=d,Dt(e,u,b,i,r,a,s,l,c,p),f=u.__e,u.ref&&b.ref!=u.ref&&(b.ref&&Rt(b.ref,null,u),p.push(u.ref,u.__c||f,u)),g==null&&f!=null&&(g=f),65536&u.__u||b.__k===u.__k?(l&&typeof u.type=="string"&&!e.contains(l)&&(l=pe(b)),l=Pn(u,l,e)):typeof u.type=="function"&&u.__d!==void 0?l=u.__d:f&&(l=f.nextSibling),u.__d=void 0,u.__u&=-196609);o.__d=l,o.__e=g}function Ja(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?Xe(null,i,null,null,null):Ze(i)?Xe(te,{children:i},null,null,null):i.constructor===void 0&&i.__b>0?Xe(i.type,i.props,i.key,i.ref?i.ref:null,i.__v):i)!=null?(i.__=e,i.__b=e.__b+1,s=Za(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=pe(r)),zt(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=pe(r)),zt(r,r))}function Pn(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=Pn(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 et(e,t){return t=t||[],e==null||typeof e=="boolean"||(Ze(e)?e.some(function(o){et(o,t)}):t.push(e)),t}function Za(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 An(e,t,o){t[0]==="-"?e.setProperty(t,o??""):e[t]=o==null?"":typeof o!="number"||Wa.test(t)?o:o+"px"}function tt(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||An(e.style,t,"");if(o)for(t in o)n&&o[t]===n[t]||An(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=Lt,e.addEventListener(t,r?jt:Ft,r)):e.removeEventListener(t,r?jt:Ft,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 $n(e){return function(t){if(this.l){var o=this.l[t.type+e];if(t.t==null)t.t=Lt++;else if(t.t<o.u)return;return o(O.event?O.event(t):t)}}}function Dt(e,t,o,n,i,r,a,s,l,c){var p,d,b,u,f,g,h,m,y,k,w,x,P,A,$,N,I=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 I=="function")try{if(m=t.props,y="prototype"in I&&I.prototype.render,k=(p=I.contextType)&&n[p.__c],w=p?k?k.props.value:p.__:n,o.__c?h=(d=t.__c=o.__c).__=d.__E:(y?t.__c=d=new I(m,w):(t.__c=d=new oe(m,w),d.constructor=I,d.render=Qa),k&&k.sub(d),d.props=m,d.state||(d.state={}),d.context=w,d.__n=n,b=d.__d=!0,d.__h=[],d._sb=[]),y&&d.__s==null&&(d.__s=d.state),y&&I.getDerivedStateFromProps!=null&&(d.__s==d.state&&(d.__s=ie({},d.__s)),ie(d.__s,I.getDerivedStateFromProps(m,d.__s))),u=d.props,f=d.state,d.__v=t,b)y&&I.getDerivedStateFromProps==null&&d.componentWillMount!=null&&d.componentWillMount(),y&&d.componentDidMount!=null&&d.__h.push(d.componentDidMount);else{if(y&&I.getDerivedStateFromProps==null&&m!==u&&d.componentWillReceiveProps!=null&&d.componentWillReceiveProps(m,w),!d.__e&&(d.shouldComponentUpdate!=null&&d.shouldComponentUpdate(m,d.__s,w)===!1||t.__v===o.__v)){for(t.__v!==o.__v&&(d.props=m,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(m,d.__s,w),y&&d.componentDidUpdate!=null&&d.__h.push(function(){d.componentDidUpdate(u,f,g)})}if(d.context=w,d.props=m,d.__P=e,d.__e=!1,P=O.__r,A=0,y){for(d.state=d.__s,d.__d=!1,P&&P(t),p=d.render(d.props,d.state,d.context),$=0;$<d._sb.length;$++)d.__h.push(d._sb[$]);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&&++A<25);d.state=d.__s,d.getChildContext!=null&&(n=ie(ie({},n),d.getChildContext())),y&&!b&&d.getSnapshotBeforeUpdate!=null&&(g=d.getSnapshotBeforeUpdate(u,f)),On(e,Ze(N=p!=null&&p.type===te&&p.key==null?p.props.children:p)?N:[N],t,o,n,i,r,a,s,l,c),d.base=t.__e,t.__u&=-161,d.__h.length&&a.push(d),h&&(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=Xa(o.__e,t,o,n,i,r,a,l,c);(p=O.diffed)&&p(t)}function Nn(e,t,o){t.__d=void 0;for(var n=0;n<o.length;n++)Rt(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 Xa(e,t,o,n,i,r,a,s,l){var c,p,d,b,u,f,g,h=o.props,m=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(m);e=document.createElementNS(i,y,m.is&&m),r=null,s=!1}if(y===null)h===m||s&&e.data===m||(e.data=m);else{if(r=r&&Je.call(e.childNodes),h=o.props||Pe,!s&&r!=null)for(h={},c=0;c<e.attributes.length;c++)h[(u=e.attributes[c]).name]=u.value;for(c in h)if(u=h[c],c!="children"){if(c=="dangerouslySetInnerHTML")d=u;else if(c!=="key"&&!(c in m)){if(c=="value"&&"defaultValue"in m||c=="checked"&&"defaultChecked"in m)continue;tt(e,c,null,u,i)}}for(c in m)u=m[c],c=="children"?b=u:c=="dangerouslySetInnerHTML"?p=u:c=="value"?f=u:c=="checked"?g=u:c==="key"||s&&typeof u!="function"||h[c]===u||tt(e,c,u,h[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=""),On(e,Ze(b)?b:[b],t,o,n,y==="foreignObject"?"http://www.w3.org/1999/xhtml":i,r,a,r?r[0]:o.__k&&pe(o,0),s,l),r!=null)for(c=r.length;c--;)r[c]!=null&&xn(r[c]);s||(c="value",f!==void 0&&(f!==e[c]||y==="progress"&&!f||y==="option"&&f!==h[c])&&tt(e,c,f,h[c],i),c="checked",g!==void 0&&g!==e[c]&&tt(e,c,g,h[c],i))}return e}function Rt(e,t,o){try{typeof e=="function"?e(t):e.current=t}catch(n){O.__e(n,o)}}function zt(e,t,o){var n,i;if(O.unmount&&O.unmount(e),(n=e.ref)&&(n.current&&n.current!==e.__e||Rt(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]&&zt(n[i],t,o||typeof e.type!="function");o||e.__e==null||xn(e.__e),e.__c=e.__=e.__e=e.__d=void 0}function Qa(e,t,o){return this.constructor(e,o)}function Tn(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=[],Dt(t,e=(!n&&o||t).__k=v(te,null,[e]),i||Pe,Pe,t.namespaceURI,!n&&o?[o]:i?null:t.firstChild?Je.call(t.childNodes):null,r,!n&&o?o:i?i.__e:t.firstChild,n,a),Nn(r,e,a)}function Ut(e,t){var o={__c:t="__cC"+kn++,__: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,Mt(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}Je=Cn.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}},mn=0,oe.prototype.setState=function(e,t){var o;o=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=ie({},this.state),typeof e=="function"&&(e=e(ie({},o),this.props)),e&&ie(o,e),e!=null&&this.__v&&(t&&this._sb.push(t),Mt(this))},oe.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),Mt(this))},oe.prototype.render=te,de=[],wn=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,St=function(e,t){return e.__v.__b-t.__v.__b},Qe.__r=0,Lt=0,Ft=$n(!1),jt=$n(!0),kn=0;const es=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}},ts=(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 In=(e=>(e.HEX="hex",e.HSL="hsl",e))(In||{});const os=(e,t,o)=>{const n=t==="hex"?es(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,ts(n)):e};var ot=(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 Sn="fides-embed-container",ns="fides-overlay";let nt;const Ln=e=>ot(void 0,[e],function*({options:t,experience:o,i18n:n,fidesRegionString:i,cookie:r,savedConsent:a,renderOverlay:s,propertyId:l,translationOverrides:c}){const p=()=>ot(void 0,null,function*(){var d,b,u;try{if(nt&&(Tn(null,nt),nt=void 0),t.fidesPrimaryColor){document.documentElement.style.setProperty("--fides-overlay-primary-color",t.fidesPrimaryColor);const g=os(t.fidesPrimaryColor,In.HEX,1);document.documentElement.style.setProperty("--fides-overlay-primary-button-background-hover-color",g)}let f;if(t.fidesEmbed)f=document.getElementById(Sn),f||(yield ot(void 0,null,function*(){return new Promise(g=>{let h=0,m=200;const y=setInterval(()=>{f=document.getElementById(Sn),f?(clearInterval(y),g()):(h+=1,h>=5&&m<1e3&&(m+=200))},m)})}));else{const g=t.overlayParentId||ns;f=document.getElementById(g),f||(f=document.createElement("div"),f.id=g,f.className="fides-overlay",document.body.prepend(f))}return f?(s&&(((d=o.experience_config)==null?void 0:d.component)===D.MODAL||((b=o.experience_config)==null?void 0:b.component)===D.BANNER_AND_MODAL||((u=o.experience_config)==null?void 0:u.component)===D.TCF_OVERLAY)&&(s({options:t,experience:o,i18n:n,fidesRegionString:i,cookie:r,savedConsent:a,propertyId:l,translationOverrides:c},f),nt=f),yield Promise.resolve()):yield Promise.reject(new Error("There was a problem rendering the Fides overlay."))}catch(f){return Promise.reject(f)}});return document?.readyState==="loading"?document.addEventListener("readystatechange",()=>ot(void 0,null,function*(){document.readyState==="interactive"&&p()})):p(),Promise.resolve()});function is(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 rs=`: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}}`;ns(is);var ye,T,Ut,Ln,Pe=0,Fn=[],F=O,jn=F.__b,Mn=F.__r,Dn=F.diffed,zn=F.__c,Rn=F.unmount,Un=F.__;function nt(e,t){F.__h&&F.__h(T,e,Pe||t),Pe=0;var o=T.__H||(T.__H={__:[],__h:[]});return e>=o.__.length&&o.__.push({}),o.__[e]}function V(e){return Pe=1,rs(Vn,e)}function rs(e,t,o){var n=nt(ye++,2);if(n.t=e,!n.__c&&(n.__=[o?o(t):Vn(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=T,!T.u)){var i=function(s,l,c){if(!n.__c.__H)return!0;var p=n.__c.__H.__.filter(function(b){return!!b.__c});if(p.every(function(b){return!b.__N}))return!r||r.call(this,s,l,c);var d=!1;return p.forEach(function(b){if(b.__N){var u=b.__[0];b.__=b.__N,b.__N=void 0,u!==b.__[0]&&(d=!0)}}),!(!d&&n.__c.props===s)&&(!r||r.call(this,s,l,c))};T.u=!0;var r=T.shouldComponentUpdate,a=T.componentWillUpdate;T.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)},T.shouldComponentUpdate=i}return n.__N||n.__}function M(e,t){var o=nt(ye++,3);!F.__s&&Gn(o.__H,t)&&(o.__=e,o.i=t,T.__H.__h.push(o))}function as(e){return Pe=5,Ae(function(){return{current:e}},[])}function Ae(e,t){var o=nt(ye++,7);return Gn(o.__H,t)&&(o.__=e(),o.__H=t,o.__h=e),o.__}function z(e,t){return Pe=8,Ae(function(){return e},t)}function Bt(e){var t=T.context[e.__c],o=nt(ye++,9);return o.c=e,t?(o.__==null&&(o.__=!0,t.sub(T)),t.props.value):e.__}function ss(){for(var e;e=Fn.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(it),e.__H.__h.forEach(Gt),e.__H.__h=[]}catch(t){e.__H.__h=[],F.__e(t,e.__v)}}F.__b=function(e){T=null,jn&&jn(e)},F.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Un&&Un(e,t)},F.__r=function(e){Mn&&Mn(e),ye=0;var t=(T=e.__c).__H;t&&(Ut===T?(t.__h=[],T.__h=[],t.__.forEach(function(o){o.__N&&(o.__=o.__N),o.i=o.__N=void 0})):(t.__h.forEach(it),t.__h.forEach(Gt),t.__h=[],ye=0)),Ut=T},F.diffed=function(e){Dn&&Dn(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(Fn.push(t)!==1&&Ln===F.requestAnimationFrame||((Ln=F.requestAnimationFrame)||ls)(ss)),t.__H.__.forEach(function(o){o.i&&(o.__H=o.i),o.i=void 0})),Ut=T=null},F.__c=function(e,t){t.some(function(o){try{o.__h.forEach(it),o.__h=o.__h.filter(function(n){return!n.__||Gt(n)})}catch(n){t.some(function(i){i.__h&&(i.__h=[])}),t=[],F.__e(n,o.__v)}}),zn&&zn(e,t)},F.unmount=function(e){Rn&&Rn(e);var t,o=e.__c;o&&o.__H&&(o.__H.__.forEach(function(n){try{it(n)}catch(i){t=i}}),o.__H=void 0,t&&F.__e(t,o.__v))};var Bn=typeof requestAnimationFrame=="function";function ls(e){var t,o=function(){clearTimeout(n),Bn&&cancelAnimationFrame(t),setTimeout(e)},n=setTimeout(o,100);Bn&&(t=requestAnimationFrame(o))}function it(e){var t=T,o=e.__c;typeof o=="function"&&(e.__c=void 0,o()),T=t}function Gt(e){var t=T;e.__c=e.__(),T=t}function Gn(e,t){return!e||e.length!==t.length||t.some(function(o,n){return o!==e[n]})}function Vn(e,t){return typeof t=="function"?t(e):t}const cs=({id:e})=>{const[t,o]=V(!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"})}},ds=(e,t)=>{const[o,n]=V(null);return M(()=>{if(t)return()=>{};un(e).then(i=>{n(i)})},[e,t]),o},ps=()=>{const[e,t]=V(!1);return M(()=>{t(!0)},[]),e};var us=Object.defineProperty,Hn=Object.getOwnPropertySymbols,fs=Object.prototype.hasOwnProperty,vs=Object.prototype.propertyIsEnumerable,Kn=(e,t,o)=>t in e?us(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,gs=(e,t)=>{for(var o in t||(t={}))fs.call(t,o)&&Kn(e,o,t[o]);if(Hn)for(var o of Hn(t))vs.call(t,o)&&Kn(e,o,t[o]);return e},_s=(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 bs=({options:e,privacyExperience:t,privacyExperienceConfigHistoryId:o,privacyNoticeHistoryIds:n,userGeography:i,acknowledgeMode:r,propertyId:a,tcfNoticesServed:s})=>{const[l,c]=V(Se()),p=z(d=>_s(void 0,null,function*(){var b;if(e.fidesDisableSaveApi||e.fidesDisableNoticesServedApi||!d.detail.extraDetails||d.detail.extraDetails.servingComponent===we.BANNER&&!((b=t?.experience_config)!=null&&b.show_layer1_notices))return;const u=Se();c(u);const f=gs({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);nn({request:f,options:e})}),[e,t,o,i,r,n,a,s]);return M(()=>(window.addEventListener("FidesUIShown",p),()=>{window.removeEventListener("FidesUIShown",p)}),[p]),{servedNoticeHistoryId:l}},Yn=Rt({}),ys=({i18nInstance:e,children:t})=>{const[o,n]=V(),[i,r]=V(!1),a=z(l=>{e.activate(l),n(l)},[e,n]);M(()=>{const l=document.getElementById(nr);i?l?.style.setProperty("animation-name","spin"):l?.style.removeProperty("animation-name")},[i]);const s=Ae(()=>({i18n:e,currentLocale:o,setCurrentLocale:a,isLoading:i,setIsLoading:r}),[e,o,a,i]);return v(Yn.Provider,{value:s},t)},X=()=>{const e=Bt(Yn);if(!e||Object.keys(e).length===0)throw new Error("useI18n must be used within a I18nProvider");return e},qn=({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"}))),ms=Rt({}),Wn="__VENDOR_COUNT_LINK__",Jn=(e,t)=>t?v("span",{dangerouslySetInnerHTML:{__html:e.trim()}}):Ra(e).trim(),Zn=({description:e,onVendorPageClick:t,allowHTMLDescription:o=!1})=>{const[n,i]=V();let r=0;const a=Bt(ms);return a!=null&&a.vendorCount&&(r=a.vendorCount),M(()=>{if(e)if(e.includes(Wn)&&t){const s=e.split(Wn);for(let c=1;c<s.length;c+=2)s.splice(c,0,v(te,null," ",v("button",{type:"button",className:"fides-link-button fides-vendor-count",onClick:t},r)," "));const l=s.map(c=>typeof c=="string"?Jn(c,o):c);i(l)}else i([Jn(e,o)])},[e,t]),e?v("div",null,n):null},Xn=({status:e})=>{const{i18n:t}=X(),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 v("span",{className:"fides-gpc-label"},o," ",v("span",{className:`fides-gpc-badge fides-gpc-badge-${n}`},i))},hs=({dismissable:e,onOpen:t,onClose:o,bannerIsOpen:n,children:i,onVendorPageClick:r,renderButtonGroup:a,className:s,isEmbedded:l})=>{var c,p,d,b,u,f,g,h,m,y,k;const{i18n:w}=X(),x=be().globalPrivacyControl;M(()=>{n&&t()},[n,t]);const P=le(w,"exp.banner_title")?w.t("exp.banner_title"):w.t("exp.title"),A=le(w,"exp.banner_description")?w.t("exp.banner_description"):w.t("exp.description"),$=["fides-banner","fides-banner-bottom",!n&&"fides-banner-hidden",l&&"fides-embedded",s].filter(I=>typeof I=="string").join(" ");let N=[];return(d=(p=(c=window.Fides)==null?void 0:c.experience)==null?void 0:p.experience_config)!=null&&d.show_layer1_notices&&(u=(b=window.Fides)==null?void 0:b.experience)!=null&&u.privacy_notices&&(N=(g=(f=window.Fides)==null?void 0:f.experience)==null?void 0:g.privacy_notices),v("div",{id:"fides-banner-container",className:$},v("div",{id:"fides-banner"},v("div",{id:"fides-banner-inner"},v(qn,{ariaLabel:"Close banner",onClick:o,hidden:((m=(h=window.Fides)==null?void 0:h.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"},P),x&&v(Xn,{status:Q.APPLIED})),v("div",{id:"fides-banner-description",className:"fides-banner-description fides-banner__content"},v(Zn,{description:A,onVendorPageClick:r,allowHTMLDescription:(k=(y=window.Fides)==null?void 0:y.options)==null?void 0:k.allowHTMLDescription}),!!(N!=null&&N.length)&&v("div",{id:"fides-banner-notices",className:"fides-banner-notices"},N.map((I,C)=>v("span",{key:I.id},v("strong",null,I.name),C<N.length-1&&", "))))),i),a())))},ws=e=>{const[t,o]=V(!1);return M(()=>{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},ks=()=>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"})),Cs=()=>v("div",{className:"fides-brand"},v("a",{href:"https://ethyca.com/",target:"_blank",rel:"noopener noreferrer",className:"fides-brand-link"},"Powered by",v(ks,null))),xs=()=>v("div",{className:"fides-spinner"}),me=({buttonType:e,label:t,id:o,onClick:n,className:i="",disabled:r,loading:a})=>v("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&&v(xs,null));function Es(e,t){for(var o in t)e[o]=t[o];return e}function Qn(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 ei(e,t){this.props=e,this.context=t}(ei.prototype=new oe).isPureReactComponent=!0,ei.prototype.shouldComponentUpdate=function(e,t){return Qn(this.props,e)||Qn(this.state,t)};var ti=O.__b;O.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),ti&&ti(e)};var Os=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)}Os(e,t,o,n)};var oi=O.unmount;function ni(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=Es({},e)).__c!=null&&(e.__c.__P===o&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map(function(n){return ni(n,t,o)})),e}function ii(e,t,o){return e&&o&&(e.__v=null,e.__k=e.__k&&e.__k.map(function(n){return ii(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 Vt(){this.__u=0,this.t=null,this.__b=null}function ri(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function rt(){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),oi&&oi(e)},(Vt.prototype=new oe).__c=function(e,t){var o=t.__c,n=this;n.t==null&&(n.t=[]),n.t.push(o);var i=ri(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]=ii(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)},Vt.prototype.componentWillUnmount=function(){this.t=[]},Vt.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]=ni(this.__b,o,n.__O=n.__P)}this.__b=null}var i=t.__a&&v(te,null,e.fallback);return i&&(i.__u&=-33),[v(te,null,t.__a?null:e.children),i]};var ai=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]}};(rt.prototype=new oe).__a=function(e){var t=this,o=ri(t.__v),n=t.o.get(e);return n[0]++,function(i){var r=function(){t.props.revealOrder?(n.push(i),ai(t,e,n)):i()};o?o(r):r()}},rt.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},rt.prototype.componentDidUpdate=rt.prototype.componentDidMount=function(){var e=this;this.o.forEach(function(t,o){ai(e,o,t)})};var Ps=typeof Symbol<"u"&&Symbol.for&&Symbol.for("react.element")||60103,As=/^(?: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]/,$s=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Ns=/[A-Z0-9]/g,Ts=typeof document<"u",Is=function(e){return(typeof Symbol<"u"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(e)};oe.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(e){Object.defineProperty(oe.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var si=O.event;function Ss(){}function Ls(){return this.cancelBubble}function Fs(){return this.defaultPrevented}O.event=function(e){return si&&(e=si(e)),e.persist=Ss,e.isPropagationStopped=Ls,e.isDefaultPrevented=Fs,e.nativeEvent=e};var js={enumerable:!1,configurable:!0,get:function(){return this.class}},li=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||Ts&&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"||Is(o.type)?s==="onfocus"?r="onfocusin":s==="onblur"?r="onfocusout":$s.test(r)?r=s:n.indexOf("-")===-1&&As.test(r)?r=r.replace(Ns,"-$&").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",js)):(o.className&&!o.class||o.class&&o.className)&&(i.class=i.className=o.className),t.props=i}(e),e.$$typeof=Ps,li&&li(e)};var ci=O.__r;O.__r=function(e){ci&&ci(e),e.__c};var di=O.diffed;O.diffed=function(e){di&&di(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 Ms=Rt({});var Ds=Object.defineProperty,zs=Object.defineProperties,Rs=Object.getOwnPropertyDescriptors,at=Object.getOwnPropertySymbols,pi=Object.prototype.hasOwnProperty,ui=Object.prototype.propertyIsEnumerable,fi=(e,t,o)=>t in e?Ds(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Us=(e,t)=>{for(var o in t||(t={}))pi.call(t,o)&&fi(e,o,t[o]);if(at)for(var o of at(t))ui.call(t,o)&&fi(e,o,t[o]);return e},Bs=(e,t)=>zs(e,Rs(t)),Gs=(e,t)=>{var o={};for(var n in e)pi.call(e,n)&&t.indexOf(n)<0&&(o[n]=e[n]);if(e!=null&&at)for(var n of at(e))t.indexOf(n)<0&&ui.call(e,n)&&(o[n]=e[n]);return o};const Vs=e=>{var t=e,{isActive:o,className:n,children:i}=t,r=Gs(t,["isActive","className","children"]);return v("button",Bs(Us({type:"button","aria-pressed":o||void 0},r),{className:`fides-banner-button fides-menu-item ${n||""}`}),i)};var Hs=(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 Ks=({availableLocales:e,options:t,isTCF:o})=>{const{i18n:n,currentLocale:i,setCurrentLocale:r,setIsLoading:a}=X(),s=Bt(Ms),l=c=>Hs(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]),Go(n,d,e||[B]),r(c)):console.error(`Unable to load GVL translation for ${c}`)}else r(c);(p=document.getElementById(ho))==null||p.focus()});return v("div",{className:"fides-i18n-menu"},v("div",{role:"group",className:"fides-i18n-popover"},n.availableLanguages.map(c=>v(Vs,{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))),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"})),i,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"}))))},Ys=()=>{const{i18n:e}=X();if(!le(e,"exp.privacy_policy_link_label")||!le(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))},qs=({availableLocales:e=[B],onManagePreferencesClick:t,renderFirstButton:o,onAcceptAll:n,onRejectAll:i,hideOptInOut:r,hideRejectAll:a,options:s,isInModal:l,isTCF:c,isMinimalTCF:p,isGVLLoading:d})=>{var b;const[u,f]=V(!1),{i18n:g}=X(),h=ws("(max-width: 768px)"),m=((b=g.availableLanguages)==null?void 0:b.length)>1,y=le(g,"exp.privacy_policy_link_label")&&le(g,"exp.privacy_policy_url"),k=()=>{const x=!c||!p;f(!x),t&&x&&t()},w=l&&s.showFidesBrandLink;return M(()=>{u&&!p&&k()},[u,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(te,null,c&&!!t&&v(me,{buttonType:q.SECONDARY,label:g.t("exp.privacy_preferences_link_label"),onClick:k,className:"fides-manage-preferences-button",loading:u}),!a&&v(me,{buttonType:q.PRIMARY,label:g.t("exp.reject_button_label"),onClick:i,className:"fides-reject-all-button",loading:d}),v(me,{buttonType:q.PRIMARY,label:g.t("exp.accept_button_label"),onClick:n,className:"fides-accept-all-button",loading:d}))),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":""}${y?" fides-button-group-privacy-policy":""}${w?" fides-button-group-brand":""}`},m&&v(Ks,{availableLocales:e,options:s,isTCF:!!c}),!c&&!!t&&v(me,{buttonType:h?q.SECONDARY:q.TERTIARY,label:g.t("exp.privacy_preferences_link_label"),onClick:t,className:"fides-manage-preferences-button"}),y&&v(Ys,null),w&&v(Cs,null)))},vi=({experience:e,onAcceptAll:t,onRejectAll:o,onSave:n,onManagePreferencesClick:i,enabledKeys:r,isInModal:a,isAcknowledge:s,hideOptInOut:l=!1,options:c})=>{const{i18n:p}=X();if(!e.experience_config||!e.privacy_notices)return null;const{privacy_notices:d}=e,b=()=>{n(L.ACKNOWLEDGE,d.map(g=>g.notice_key))},u=()=>{n(L.SAVE,r)},f=()=>s?v(me,{buttonType:q.PRIMARY,label:p.t("exp.acknowledge_button_label"),onClick:b,className:"fides-acknowledge-button"}):a?v(me,{buttonType:l?q.PRIMARY:q.SECONDARY,label:p.t("exp.save_button_label"),onClick:u,className:"fides-save-button"}):null;return v(qs,{availableLocales:e.available_locales,onManagePreferencesClick:i,onAcceptAll:t,onRejectAll:o,isInModal:a,renderFirstButton:f,hideOptInOut:l,options:c})};var Ws=['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^="-"])'],Js="Tab",Zs="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=$e('[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=$e("[data-a11y-dialog-hide]",this.$el).filter(function(t){return t.closest('[aria-modal="true"], [data-a11y-dialog]')===e}).concat($e('[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,gi(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===Zs&&this.$el.getAttribute("role")!=="alertdialog"&&(e.preventDefault(),this.hide(e)),this.shown&&e.key===Js&&el(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]")&&gi(this.$el)};function Xs(e){return Array.prototype.slice.call(e)}function $e(e,t){return Xs((t||document).querySelectorAll(e))}function gi(e){var t=e.querySelector("[autofocus]")||e;t.focus()}function Qs(e){return $e(Ws.join(","),e).filter(function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)})}function el(e,t){var o=Qs(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 Ht(){$e("[data-a11y-dialog]").forEach(function(e){new K(e)})}typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",Ht):window.requestAnimationFrame?window.requestAnimationFrame(Ht):window.setTimeout(Ht,16));const tl=()=>{const[e,t]=V(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}},ol=({role:e,id:t,onClose:o})=>{const{instance:n,container:i}=tl(),r=e==="alertdialog",a=`${t}-title`,s=z(()=>{n&&n.hide(),o&&o()},[o,n]);return M(()=>()=>{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}}}},nl=()=>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"})),il=({title:e,description:t})=>v("div",{className:"fides-gpc-banner"},v("div",{className:"fides-gpc-warning"},v(nl,null)),v("div",null,v("p",{className:"fides-gpc-header"},e),v("p",null,t)));var rl=Object.defineProperty,al=Object.defineProperties,sl=Object.getOwnPropertyDescriptors,_i=Object.getOwnPropertySymbols,ll=Object.prototype.hasOwnProperty,cl=Object.prototype.propertyIsEnumerable,bi=(e,t,o)=>t in e?rl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,dl=(e,t)=>{for(var o in t||(t={}))ll.call(t,o)&&bi(e,o,t[o]);if(_i)for(var o of _i(t))cl.call(t,o)&&bi(e,o,t[o]);return e},pl=(e,t)=>al(e,sl(t));const yi=({titleProps:e,className:t,renderModalFooter:o,children:n,onVendorPageClick:i})=>{var r,a;const{i18n:s}=X(),l=s.t("exp.title"),c=s.t("exp.description"),p=be().globalPrivacyControl,d=s.t("static.gpc.title"),b=s.t("static.gpc.description");return v(te,null,v("div",{"data-testid":"consent-content",id:"fides-consent-content",className:t},v("div",{className:"fides-modal-body"},v("div",pl(dl({"data-testid":"fides-modal-title"},e),{className:"fides-modal-title"}),l),v("p",{"data-testid":"fides-modal-description",className:"fides-modal-description"},v(Zn,{onVendorPageClick:i,description:c,allowHTMLDescription:(a=(r=window.Fides)==null?void 0:r.options)==null?void 0:a.allowHTMLDescription})),p&&v(il,{title:d,description:b}),n)),v("div",{className:"fides-modal-footer"},o()))};var ul=Object.defineProperty,fl=Object.defineProperties,vl=Object.getOwnPropertyDescriptors,mi=Object.getOwnPropertySymbols,gl=Object.prototype.hasOwnProperty,_l=Object.prototype.propertyIsEnumerable,hi=(e,t,o)=>t in e?ul(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Kt=(e,t)=>{for(var o in t||(t={}))gl.call(t,o)&&hi(e,o,t[o]);if(mi)for(var o of mi(t))_l.call(t,o)&&hi(e,o,t[o]);return e},Yt=(e,t)=>fl(e,vl(t));const bl=({attributes:e,children:t,dismissable:o,onVendorPageClick:n,renderModalFooter:i})=>{const{container:r,overlay:a,dialog:s,title:l,closeButton:c}=e;return v("div",Yt(Kt({"data-testid":"consent-modal"},r),{className:"fides-modal-container"}),v("div",Yt(Kt({},a),{className:"fides-modal-overlay"})),v("div",Yt(Kt({"data-testid":"fides-modal-content"},s),{className:"fides-modal-content"}),v("div",{className:"fides-modal-header"},v("div",null),v(qn,{ariaLabel:"Close modal",onClick:c.onClick,hidden:window.Fides.options.preventDismissal||!o})),v(yi,{titleProps:l,renderModalFooter:i,onVendorPageClick:n},t)))},yl=({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}=X(),b=100,u=ps(),f=e.modalLinkId||"fides-modal-link",g=!t||!!e.fidesEmbed||e.modalLinkId==="",h=ds(f,g),m=as(null),[y,k]=V(null);M(()=>{y===null&&k(!Be(t,o,n,e))},[y]);const[w,x]=V(e.fidesEmbed?Be(t,o,n,e):!1);M(()=>(p&&w?za():pn(),()=>{pn()}),[p,w]);const P=z(({saved:E=!1})=>{W("FidesModalClosed",o,e.debug,{saved:E}),E||r()},[o,r,e.debug]),{instance:A,attributes:$}=ol({id:"fides-modal",role:"alertdialog",title:d.t("exp.title"),onClose:()=>{P({saved:!1})}}),N=z(()=>{e.fidesEmbed?x(!1):A&&(x(!1),A.show(),i())},[A,i,e]),I=z(()=>{A&&!e.fidesEmbed&&(A.hide(),P({saved:!0}))},[A,P,e.fidesEmbed]);M(()=>{e.fidesEmbed&&!w&&i()},[e,i,w]),M(()=>{const E=setTimeout(()=>{y||x(!0)},b);return()=>clearTimeout(E)},[y,x]),M(()=>(t&&!e.fidesEmbed&&(window.Fides.showModal=N),()=>{window.Fides.showModal=wt}),[t,N,e.fidesEmbed]),M(()=>(document.body.classList.add("fides-overlay-modal-link-shown"),g||h&&(m.current=h,m.current.addEventListener("click",window.Fides.showModal),m.current.classList.add("fides-modal-link-shown")),()=>{m.current&&m.current.removeEventListener("click",window.Fides.showModal)}),[h,g,f]);const C=()=>{N()};return u&&t.experience_config?v("div",{id:ho,tabIndex:-1},!y&&w&&p&&v("div",{className:"fides-modal-overlay"}),e.fidesEmbed?w||!s||!l?null:v(yi,{titleProps:$.title,renderModalFooter:()=>l({onClose:I,isMobile:!1}),onVendorPageClick:c},s()):v(bl,{attributes:$,dismissable:t.experience_config.dismissable,onVendorPageClick:c,renderModalFooter:()=>l?l({onClose:I,isMobile:!1}):null},s&&s()),!y&&a({isOpen:w,isEmbedded:e.fidesEmbed,onClose:()=>{x(!1)},onManagePreferencesClick:C})):null},ml=({label:e,name:t,id:o,checked:n,onChange:i,disabled:r,onLabel:a,offLabel:s})=>{const l=n?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:()=>{i(o,{type:"toggle",label:e,checked:!n})},checked:n,role:"switch",disabled:r}),v("span",{className:"fides-toggle-display"},l))};var hl=Object.defineProperty,wl=Object.defineProperties,kl=Object.getOwnPropertyDescriptors,wi=Object.getOwnPropertySymbols,Cl=Object.prototype.hasOwnProperty,xl=Object.prototype.propertyIsEnumerable,ki=(e,t,o)=>t in e?hl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Ci=(e,t)=>{for(var o in t||(t={}))Cl.call(t,o)&&ki(e,o,t[o]);if(wi)for(var o of wi(t))xl.call(t,o)&&ki(e,o,t[o]);return e},El=(e,t)=>wl(e,kl(t));const Ol=({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:b,getButtonProps:u,getDisclosureProps:f,onToggle:g}=cs({id:e}),h=(k,w)=>{(k.code==="Space"||k.code==="Enter")&&(k.preventDefault(),w&&g())},m=i!=null,y=m?u():{};return v("div",{className:b&&m?"fides-notice-toggle fides-notice-toggle-expanded":"fides-notice-toggle"},v("div",{key:e,className:"fides-notice-toggle-title"},v("span",El(Ci({role:"button",tabIndex:0,onKeyDown:k=>h(k,m)},y),{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,d?v(ml,{label:t,name:e,id:e,checked:o,onChange:n,disabled:s,onLabel:l,offLabel:c}):null)),i?v("div",Ci({},f()),i):null)},Pl=()=>v("hr",{className:"fides-divider"}),Al=({noticeToggles:e,enabledNoticeKeys:t,onChange:o})=>{const{i18n:n}=X(),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 He(n)===B&&(r="On",a="Off"),v("div",null,e.map((s,l)=>{const{noticeKey:c,title:p,description:d,checked:b,disabled:u,gpcStatus:f}=s,g=l===e.length-1;return v("div",{key:c},v(Ol,{noticeKey:c,title:p,checked:b,onToggle:i,gpcBadge:v(Xn,{status:f}),disabled:u,onLabel:r,offLabel:a},d),g?null:v(Pl,null))}))};var $l=Object.defineProperty,Nl=Object.defineProperties,Tl=Object.getOwnPropertyDescriptors,xi=Object.getOwnPropertySymbols,Il=Object.prototype.hasOwnProperty,Sl=Object.prototype.propertyIsEnumerable,Ei=(e,t,o)=>t in e?$l(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Ll=(e,t)=>{for(var o in t||(t={}))Il.call(t,o)&&Ei(e,o,t[o]);if(xi)for(var o of xi(t))Sl.call(t,o)&&Ei(e,o,t[o]);return e},Fl=(e,t)=>Nl(e,Tl(t));const jl=({options:e,experience:t,fidesRegionString:o,cookie:n,propertyId:i})=>{var r;const{i18n:a,currentLocale:s,setCurrentLocale:l}=X(),c=ve(),p=window.Fides.saved_consent,d=C=>t.privacy_notices?t.privacy_notices.map(E=>ft(E,C||p||c?.consent)?E.notice_key:""):[];M(()=>{!s&&a.locale&&l(a.locale)},[s,a.locale,l]);const b=Ae(()=>{if(t.experience_config){const C=Ke(a,t.experience_config);return C?.privacy_experience_config_history_id}},[t,a,s]),u=Ae(()=>{var C;const E=((C=t.privacy_notices)!=null?C:[]).map(G=>{var pe,lt;const qt=G.consent_mechanism===H.NOTICE_ONLY||((lt=(pe=e.fidesDisabledNotices)==null?void 0:pe.includes(G.notice_key))!=null?lt:!1)||G.disabled,Ql=Ot(a,G);return{notice:Fl(Ll({},G),{disabled:qt}),bestTranslation:Ql}}),S=E.filter(G=>G.notice.consent_mechanism===H.NOTICE_ONLY),U=E.filter(G=>G.notice.consent_mechanism!==H.NOTICE_ONLY);return[...S,...U]},[t.privacy_notices,a,s,e.fidesDisabledNotices]),[f,g]=V(d());window.addEventListener("FidesUpdating",C=>{const{consent:E}=C.detail;Object.entries(E).forEach(([S,U])=>{E[S]=ke(U)}),g(d(E))});const h=u.every(C=>C.notice.consent_mechanism===H.NOTICE_ONLY),m=u.map(C=>{var E,S;const U=f.indexOf(C.notice.notice_key)!==-1,G=be(),pe=Ao({value:U,notice:C.notice,consentContext:G});return{noticeKey:C.notice.notice_key,title:((E=C.bestTranslation)==null?void 0:E.title)||C.notice.name||"",description:(S=C.bestTranslation)==null?void 0:S.description,checked:U,consentMechanism:C.notice.consent_mechanism,disabled:C.notice.disabled,gpcStatus:pe}}),{servedNoticeHistoryId:y}=bs({privacyExperienceConfigHistoryId:b,privacyNoticeHistoryIds:u.reduce((C,E)=>{var S;const U=(S=E.bestTranslation)==null?void 0:S.privacy_notice_history_id;return U&&C.push(U),C},[]),options:e,userGeography:o,acknowledgeMode:h,privacyExperience:t,propertyId:i}),k=z((C,E)=>{const S=$o(u,E);Nt({consentPreferencesToSave:S,privacyExperienceConfigHistoryId:b,experience:t,consentMethod:C,options:e,userLocationString:o,cookie:n,servedNoticeHistoryId:y,propertyId:i,updateCookie:U=>Me(U,S)}),g(E)},[n,o,t,e,b,u,y,i]),w=z(C=>{k(C?L.SCRIPT:L.ACCEPT,u.filter(E=>!E.notice.disabled||f.includes(E.notice.notice_key)).map(E=>E.notice.notice_key))},[f,k,u]),x=z(C=>{k(C?L.SCRIPT:L.REJECT,u.filter(E=>E.notice.consent_mechanism===H.NOTICE_ONLY||E.notice.disabled&&f.includes(E.notice.notice_key)).map(E=>E.notice.notice_key))},[f,k,u]);M(()=>{ht(e)&&t.privacy_notices&&(e.fidesConsentOverride===L.ACCEPT?w(!0):e.fidesConsentOverride===L.REJECT&&x(!0))},[t.privacy_notices,e.fidesConsentOverride]);const P=z(()=>{W("FidesUIShown",n,e.debug,{servingComponent:we.BANNER})},[n,e.debug]),A=z(()=>{W("FidesUIShown",n,e.debug,{servingComponent:we.MODAL})},[n,e.debug]),$=z(()=>{_t(c?.consent)||k(L.DISMISS,d())},[k,d,c?.consent]);if(!t.experience_config)return null;const N=!!((r=t.experience_config)!=null&&r.dismissable),I=u.length===1;return v(yl,{options:e,experience:t,cookie:n,savedConsent:p,isUiBlocking:!N,onOpen:A,onDismiss:$,renderBanner:({isEmbedded:C,isOpen:E,onClose:S,onManagePreferencesClick:U})=>{var G;const pe=h||((G=t.experience_config)==null?void 0:G.layer1_button_options)===dt.ACKNOWLEDGE;return v(hs,{bannerIsOpen:E,dismissable:N,onOpen:P,onClose:()=>{S(),$()},isEmbedded:C,renderButtonGroup:()=>v(vi,{experience:t,onManagePreferencesClick:U,enabledKeys:f,onAcceptAll:()=>{w(),S()},onRejectAll:()=>{x(),S()},onSave:(lt,qt)=>{k(lt,qt),S()},isAcknowledge:pe,hideOptInOut:pe,options:e})})},renderModalContent:()=>v("div",null,v("div",{className:"fides-modal-notices"},v(Al,{noticeToggles:m,enabledNoticeKeys:f,onChange:(C,E,S)=>{const U={servingComponent:"modal",trigger:E,preference:S};g(C),W("FidesUIChanged",n,e.debug,U)}}))),renderModalFooter:({onClose:C})=>v(vi,{experience:t,enabledKeys:f,onAcceptAll:()=>{w(),C()},onRejectAll:()=>{x(),C()},onSave:(E,S)=>{k(E,S),C()},isInModal:!0,isAcknowledge:h,hideOptInOut:I||h,options:e})})};var Ml=Object.defineProperty,Oi=Object.getOwnPropertySymbols,Dl=Object.prototype.hasOwnProperty,zl=Object.prototype.propertyIsEnumerable,Pi=(e,t,o)=>t in e?Ml(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Rl=(e,t)=>{for(var o in t||(t={}))Dl.call(t,o)&&Pi(e,o,t[o]);if(Oi)for(var o of Oi(t))zl.call(t,o)&&Pi(e,o,t[o]);return e};const Ul=(e,t)=>{const{i18n:o}=e;Nn(v(ys,{i18nInstance:o},v(jl,Rl({},e))),t)};var 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())});function Gl(e){return Bl(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 Vl=Object.defineProperty,Hl=Object.defineProperties,Kl=Object.getOwnPropertyDescriptors,Ai=Object.getOwnPropertySymbols,Yl=Object.prototype.hasOwnProperty,ql=Object.prototype.propertyIsEnumerable,$i=(e,t,o)=>t in e?Vl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Y=(e,t)=>{for(var o in t||(t={}))Yl.call(t,o)&&$i(e,o,t[o]);if(Ai)for(var o of Ai(t))ql.call(t,o)&&$i(e,o,t[o]);return e},st=(e,t)=>Hl(e,Kl(t)),Wl=(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 Wl(this,null,function*(){var t,o,n,i,r;let a=(t=e??this.config)!=null?t:Tt("Fides must be initialized with a configuration object");Qi(!!((o=a.options)!=null&&o.debug)),this.config=a,W("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=bn(fe.OPTIONS,a),l=bn(fe.EXPERIENCE_TRANSLATION,a),c=yield Gl(a);!s.fidesString&&c!=null&&c.fides_string&&(s.fidesString=c.fides_string);const p={optionsOverrides:s,consentPrefsOverrides:c,experienceTranslationOverrides:l};mo(s);let d;if(!ve()){const{consent:g,method:h}=mt(s);g&&h&&(d=g)}a=st(Y({},a),{options:Y(Y({},a.options),p.optionsOverrides)}),this.cookie=Ha(a),this.cookie.consent=Y(Y({},this.cookie.consent),d),this.saved_consent=Y({},this.cookie.consent);const{fidesString:b}=a.options;if(b)try{const{nc:g}=xt(b);this.decodeNoticeConsentString(g);const h={fides_string:b};this.cookie=Y(Y({},this.cookie),h)}catch{}const u=Ka(st(Y({},a),{cookie:this.cookie,savedConsent:this.saved_consent,updateExperienceFromCookieConsent:bt}));u&&(Object.assign(this,u),qe(this),W("FidesInitialized",this.cookie,a.options.debug,{shouldShowExperience:this.shouldShowExperience()})),this.experience=(r=u?.experience)!=null?r:a.experience;const f=yield Ya(st(Y({},a),{fides:this,initOverlay:Sn,renderOverlay:Ul,updateExperience:ln,overrides:p,propertyId:a.propertyId}));Object.assign(this,f),qe(this),W("FidesInitialized",this.cookie,a.options.debug,{shouldShowExperience:this.shouldShowExperience()})})}const Zl=cn({}),Xl=st(Y({},Zl),{init:Jl});qe(Xl),_.BannerEnabled=Zt,_.ButtonType=q,_.CONSENT_COOKIE_MAX_AGE_DAYS=ao,_.CONSENT_COOKIE_NAME=gt,_.ComponentType=D,_.ConsentFlagType=re,_.ConsentMechanism=H,_.ConsentMethod=L,_.ConsentNonApplicableFlagMode=ue,_.DEFAULT_LOCALE=B,_.DEFAULT_MODAL_LINK_LABEL=De,_.EnforcementLevel=Jt,_.FidesEndpointPaths=Jo,_.GpcStatus=Q,_.LOCALE_REGEX=ze,_.Layer1ButtonOption=dt,_.OverrideType=fe,_.PrivacyNoticeFramework=Wt,_.REQUEST_SOURCE=tn,_.RejectAllMechanism=Xt,_.RequestOrigin=Qt,_.SaveConsentPreference=ie,_.ServingComponent=we,_.UserConsentPreference=R,_.allNoticesAreDefaultOptIn=dr,_.applyOverridesToConsent=xe,_.areLocalesEqual=Z,_.buildCookieConsentFromConsentPreferences=go,_.consentCookieObjHasSomeConsentSet=_t,_.constructFidesRegionString=Ue,_.createConsentPreferencesToSave=$o,_.createEmptyExperience=Zo,_.decodeNoticeConsentString=kt,_.defaultShowModal=wt,_.detectUserLocale=Vo,_.dispatchFidesEvent=W,_.encodeNoticeConsentString=No,_.experienceIsValid=Oo,_.extractDefaultLocaleFromExperience=Do,_.fetchExperience=Xo,_.fetchGvlTranslations=Qo,_.getConsentContext=be,_.getCookieByName=je,_.getCoreFides=cn,_.getCurrentLocale=He,_.getFidesConsentCookie=ve,_.getGeolocation=dn,_.getGpcStatusFromNotice=Ao,_.getOrMakeFidesCookie=po,_.getOverrideValidatorMapByType=Eo,_.getTcfDefaultPreference=pr,_.getWindowObjFromPath=Po,_.i18n=wa,_.initOverlay=Sn,_.initializeI18n=Ko,_.isConsentOverride=ht,_.isNewFidesCookie=lo,_.isPrivacyExperience=ge,_.isValidAcString=vr,_.loadGVLMessagesFromExperience=Bo,_.loadMessagesFromExperience=Uo,_.loadMessagesFromFiles=Ro,_.loadMessagesFromGVLTranslations=Go,_.localizeModalLinkText=Yo,_.makeConsentDefaultsLegacy=fo,_.makeFidesCookie=co,_.matchAvailableLocales=Ho,_.messageExists=le,_.noticeHasConsentInCookie=Le,_.onFidesEvent=So,_.parseFidesDisabledNotices=oo,_.patchNoticesServed=nn,_.patchUserPreference=on,_.processExternalConsentValue=ke,_.raise=Tt,_.removeCookiesFromBrowser=vo,_.resolveConsentValue=ft,_.resolveLegacyConsentValue=no,_.saveFidesCookie=uo,_.selectBestExperienceConfigTranslation=Ke,_.selectBestNoticeTranslation=Ot,_.setupI18n=Pt,_.shouldResurfaceBanner=Be,_.transformConsentToFidesUserPreference=ee,_.transformTcfPreferencesToCookieKeys=Yi,_.transformUserPreferenceToBoolean=ae,_.updateCookieFromExperience=_o,_.updateCookieFromNoticePreferences=Me,_.updateExperience=ln,_.updateExperienceFromCookieConsentNotices=bt,_.updateWindowFides=qe,_.validateOptions=xo});
|
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}}`;is(rs);var me,T,Bt,Fn,Ae=0,jn=[],F=O,Mn=F.__b,Dn=F.__r,Rn=F.diffed,zn=F.__c,Un=F.unmount,Bn=F.__;function it(e,t){F.__h&&F.__h(T,e,Ae||t),Ae=0;var o=T.__H||(T.__H={__:[],__h:[]});return e>=o.__.length&&o.__.push({}),o.__[e]}function H(e){return Ae=1,as(Vn,e)}function as(e,t,o){var n=it(me++,2);if(n.t=e,!n.__c&&(n.__=[o?o(t):Vn(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=T,!T.u)){var i=function(s,l,c){if(!n.__c.__H)return!0;var p=n.__c.__H.__.filter(function(b){return!!b.__c});if(p.every(function(b){return!b.__N}))return!r||r.call(this,s,l,c);var d=!1;return p.forEach(function(b){if(b.__N){var u=b.__[0];b.__=b.__N,b.__N=void 0,u!==b.__[0]&&(d=!0)}}),!(!d&&n.__c.props===s)&&(!r||r.call(this,s,l,c))};T.u=!0;var r=T.shouldComponentUpdate,a=T.componentWillUpdate;T.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)},T.shouldComponentUpdate=i}return n.__N||n.__}function M(e,t){var o=it(me++,3);!F.__s&&Hn(o.__H,t)&&(o.__=e,o.i=t,T.__H.__h.push(o))}function ss(e){return Ae=5,$e(function(){return{current:e}},[])}function $e(e,t){var o=it(me++,7);return Hn(o.__H,t)&&(o.__=e(),o.__H=t,o.__h=e),o.__}function R(e,t){return Ae=8,$e(function(){return e},t)}function Gt(e){var t=T.context[e.__c],o=it(me++,9);return o.c=e,t?(o.__==null&&(o.__=!0,t.sub(T)),t.props.value):e.__}function ls(){for(var e;e=jn.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(rt),e.__H.__h.forEach(Ht),e.__H.__h=[]}catch(t){e.__H.__h=[],F.__e(t,e.__v)}}F.__b=function(e){T=null,Mn&&Mn(e)},F.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Bn&&Bn(e,t)},F.__r=function(e){Dn&&Dn(e),me=0;var t=(T=e.__c).__H;t&&(Bt===T?(t.__h=[],T.__h=[],t.__.forEach(function(o){o.__N&&(o.__=o.__N),o.i=o.__N=void 0})):(t.__h.forEach(rt),t.__h.forEach(Ht),t.__h=[],me=0)),Bt=T},F.diffed=function(e){Rn&&Rn(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(jn.push(t)!==1&&Fn===F.requestAnimationFrame||((Fn=F.requestAnimationFrame)||cs)(ls)),t.__H.__.forEach(function(o){o.i&&(o.__H=o.i),o.i=void 0})),Bt=T=null},F.__c=function(e,t){t.some(function(o){try{o.__h.forEach(rt),o.__h=o.__h.filter(function(n){return!n.__||Ht(n)})}catch(n){t.some(function(i){i.__h&&(i.__h=[])}),t=[],F.__e(n,o.__v)}}),zn&&zn(e,t)},F.unmount=function(e){Un&&Un(e);var t,o=e.__c;o&&o.__H&&(o.__H.__.forEach(function(n){try{rt(n)}catch(i){t=i}}),o.__H=void 0,t&&F.__e(t,o.__v))};var Gn=typeof requestAnimationFrame=="function";function cs(e){var t,o=function(){clearTimeout(n),Gn&&cancelAnimationFrame(t),setTimeout(e)},n=setTimeout(o,100);Gn&&(t=requestAnimationFrame(o))}function rt(e){var t=T,o=e.__c;typeof o=="function"&&(e.__c=void 0,o()),T=t}function Ht(e){var t=T;e.__c=e.__(),T=t}function Hn(e,t){return!e||e.length!==t.length||t.some(function(o,n){return o!==e[n]})}function Vn(e,t){return typeof t=="function"?t(e):t}const ds=({id:e})=>{const[t,o]=H(!1),n=R(()=>o(!1),[]),i=R(()=>o(!0),[]),r=R(()=>{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"})}},ps=(e,t)=>{const[o,n]=H(null);return M(()=>{if(t)return()=>{};fn(e).then(i=>{n(i)})},[e,t]),o},us=()=>{const[e,t]=H(!1);return M(()=>{t(!0)},[]),e};var fs=Object.defineProperty,Kn=Object.getOwnPropertySymbols,vs=Object.prototype.hasOwnProperty,gs=Object.prototype.propertyIsEnumerable,Yn=(e,t,o)=>t in e?fs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,_s=(e,t)=>{for(var o in t||(t={}))vs.call(t,o)&&Yn(e,o,t[o]);if(Kn)for(var o of Kn(t))gs.call(t,o)&&Yn(e,o,t[o]);return e},bs=(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 ys=({options:e,privacyExperience:t,privacyExperienceConfigHistoryId:o,privacyNoticeHistoryIds:n,userGeography:i,acknowledgeMode:r,propertyId:a,tcfNoticesServed:s})=>{const[l,c]=H(Le()),p=R(d=>bs(void 0,null,function*(){var b;if(e.fidesDisableSaveApi||e.fidesDisableNoticesServedApi||!d.detail.extraDetails||d.detail.extraDetails.servingComponent===ke.BANNER&&!((b=t?.experience_config)!=null&&b.show_layer1_notices))return;const u=Le();c(u);const f=_s({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);rn({request:f,options:e})}),[e,t,o,i,r,n,a,s]);return M(()=>(window.addEventListener("FidesUIShown",p),()=>{window.removeEventListener("FidesUIShown",p)}),[p]),{servedNoticeHistoryId:l}},qn=Ut({}),ms=({i18nInstance:e,children:t})=>{const[o,n]=H(),[i,r]=H(!1),a=R(l=>{e.activate(l),n(l)},[e,n]);M(()=>{const l=document.getElementById(ir);i?l?.style.setProperty("animation-name","spin"):l?.style.removeProperty("animation-name")},[i]);const s=$e(()=>({i18n:e,currentLocale:o,setCurrentLocale:a,isLoading:i,setIsLoading:r}),[e,o,a,i]);return v(qn.Provider,{value:s},t)},X=()=>{const e=Gt(qn);if(!e||Object.keys(e).length===0)throw new Error("useI18n must be used within a I18nProvider");return e},Wn=({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"}))),hs=Ut({}),Jn="__VENDOR_COUNT_LINK__",Zn=(e,t)=>t?v("span",{dangerouslySetInnerHTML:{__html:e.trim()}}):Ua(e).trim(),Xn=({description:e,onVendorPageClick:t,allowHTMLDescription:o=!1})=>{const[n,i]=H();let r=0;const a=Gt(hs);return a!=null&&a.vendorCount&&(r=a.vendorCount),M(()=>{if(e)if(e.includes(Jn)&&t){const s=e.split(Jn);for(let c=1;c<s.length;c+=2)s.splice(c,0,v(te,null," ",v("button",{type:"button",className:"fides-link-button fides-vendor-count",onClick:t},r)," "));const l=s.map(c=>typeof c=="string"?Zn(c,o):c);i(l)}else i([Zn(e,o)])},[e,t]),e?v("div",null,n):null},Qn=({status:e})=>{const{i18n:t}=X(),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 v("span",{className:"fides-gpc-label"},o," ",v("span",{className:`fides-gpc-badge fides-gpc-badge-${n}`},i))},ws=({dismissable:e,onOpen:t,onClose:o,bannerIsOpen:n,children:i,onVendorPageClick:r,renderButtonGroup:a,className:s,isEmbedded:l})=>{var c,p,d,b,u,f,g,h,m,y,k;const{i18n:w}=X(),x=ye().globalPrivacyControl;M(()=>{n&&t()},[n,t]);const P=ce(w,"exp.banner_title")?w.t("exp.banner_title"):w.t("exp.title"),A=ce(w,"exp.banner_description")?w.t("exp.banner_description"):w.t("exp.description"),$=["fides-banner","fides-banner-bottom",!n&&"fides-banner-hidden",l&&"fides-embedded",s].filter(I=>typeof I=="string").join(" ");let N=[];return(d=(p=(c=window.Fides)==null?void 0:c.experience)==null?void 0:p.experience_config)!=null&&d.show_layer1_notices&&(u=(b=window.Fides)==null?void 0:b.experience)!=null&&u.privacy_notices&&(N=(g=(f=window.Fides)==null?void 0:f.experience)==null?void 0:g.privacy_notices),v("div",{id:"fides-banner-container",className:$},v("div",{id:"fides-banner"},v("div",{id:"fides-banner-inner"},v(Wn,{ariaLabel:"Close banner",onClick:o,hidden:((m=(h=window.Fides)==null?void 0:h.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"},P),x&&v(Qn,{status:Q.APPLIED})),v("div",{id:"fides-banner-description",className:"fides-banner-description fides-banner__content"},v(Xn,{description:A,onVendorPageClick:r,allowHTMLDescription:(k=(y=window.Fides)==null?void 0:y.options)==null?void 0:k.allowHTMLDescription}),!!(N!=null&&N.length)&&v("div",{id:"fides-banner-notices",className:"fides-banner-notices"},N.map((I,C)=>v("span",{key:I.id},v("strong",null,I.name),C<N.length-1&&", "))))),i),a())))},ks=e=>{const[t,o]=H(!1);return M(()=>{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},Cs=()=>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"})),xs=()=>v("div",{className:"fides-brand"},v("a",{href:"https://ethyca.com/",target:"_blank",rel:"noopener noreferrer",className:"fides-brand-link"},"Powered by",v(Cs,null))),Es=()=>v("div",{className:"fides-spinner"}),he=({buttonType:e,label:t,id:o,onClick:n,className:i="",disabled:r,loading:a})=>v("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&&v(Es,null));function Os(e,t){for(var o in t)e[o]=t[o];return e}function ei(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 ti(e,t){this.props=e,this.context=t}(ti.prototype=new oe).isPureReactComponent=!0,ti.prototype.shouldComponentUpdate=function(e,t){return ei(this.props,e)||ei(this.state,t)};var oi=O.__b;O.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),oi&&oi(e)};var Ps=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)}Ps(e,t,o,n)};var ni=O.unmount;function ii(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=Os({},e)).__c!=null&&(e.__c.__P===o&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map(function(n){return ii(n,t,o)})),e}function ri(e,t,o){return e&&o&&(e.__v=null,e.__k=e.__k&&e.__k.map(function(n){return ri(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 Vt(){this.__u=0,this.t=null,this.__b=null}function ai(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function at(){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),ni&&ni(e)},(Vt.prototype=new oe).__c=function(e,t){var o=t.__c,n=this;n.t==null&&(n.t=[]),n.t.push(o);var i=ai(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]=ri(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)},Vt.prototype.componentWillUnmount=function(){this.t=[]},Vt.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]=ii(this.__b,o,n.__O=n.__P)}this.__b=null}var i=t.__a&&v(te,null,e.fallback);return i&&(i.__u&=-33),[v(te,null,t.__a?null:e.children),i]};var si=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]}};(at.prototype=new oe).__a=function(e){var t=this,o=ai(t.__v),n=t.o.get(e);return n[0]++,function(i){var r=function(){t.props.revealOrder?(n.push(i),si(t,e,n)):i()};o?o(r):r()}},at.prototype.render=function(e){this.u=null,this.o=new Map;var t=et(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},at.prototype.componentDidUpdate=at.prototype.componentDidMount=function(){var e=this;this.o.forEach(function(t,o){si(e,o,t)})};var As=typeof Symbol<"u"&&Symbol.for&&Symbol.for("react.element")||60103,$s=/^(?: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]/,Ns=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Ts=/[A-Z0-9]/g,Is=typeof document<"u",Ss=function(e){return(typeof Symbol<"u"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(e)};oe.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(e){Object.defineProperty(oe.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var li=O.event;function Ls(){}function Fs(){return this.cancelBubble}function js(){return this.defaultPrevented}O.event=function(e){return li&&(e=li(e)),e.persist=Ls,e.isPropagationStopped=Fs,e.isDefaultPrevented=js,e.nativeEvent=e};var Ms={enumerable:!1,configurable:!0,get:function(){return this.class}},ci=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||Is&&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"||Ss(o.type)?s==="onfocus"?r="onfocusin":s==="onblur"?r="onfocusout":Ns.test(r)?r=s:n.indexOf("-")===-1&&$s.test(r)?r=r.replace(Ts,"-$&").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=et(o.children).forEach(function(l){l.props.selected=i.value.indexOf(l.props.value)!=-1})),n=="select"&&i.defaultValue!=null&&(i.value=et(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",Ms)):(o.className&&!o.class||o.class&&o.className)&&(i.class=i.className=o.className),t.props=i}(e),e.$$typeof=As,ci&&ci(e)};var di=O.__r;O.__r=function(e){di&&di(e),e.__c};var pi=O.diffed;O.diffed=function(e){pi&&pi(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=Ut({});var Rs=Object.defineProperty,zs=Object.defineProperties,Us=Object.getOwnPropertyDescriptors,st=Object.getOwnPropertySymbols,ui=Object.prototype.hasOwnProperty,fi=Object.prototype.propertyIsEnumerable,vi=(e,t,o)=>t in e?Rs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Bs=(e,t)=>{for(var o in t||(t={}))ui.call(t,o)&&vi(e,o,t[o]);if(st)for(var o of st(t))fi.call(t,o)&&vi(e,o,t[o]);return e},Gs=(e,t)=>zs(e,Us(t)),Hs=(e,t)=>{var o={};for(var n in e)ui.call(e,n)&&t.indexOf(n)<0&&(o[n]=e[n]);if(e!=null&&st)for(var n of st(e))t.indexOf(n)<0&&fi.call(e,n)&&(o[n]=e[n]);return o};const Vs=e=>{var t=e,{isActive:o,className:n,children:i}=t,r=Hs(t,["isActive","className","children"]);return v("button",Gs(Bs({type:"button","aria-pressed":o||void 0},r),{className:`fides-banner-button fides-menu-item ${n||""}`}),i)};var Ks=(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 Ys=({availableLocales:e,options:t,isTCF:o})=>{const{i18n:n,currentLocale:i,setCurrentLocale:r,setIsLoading:a}=X(),s=Gt(Ds),l=c=>Ks(void 0,null,function*(){var p;if(c!==n.locale)if(o){a(!0);const d=yield en(t.fidesApiUrl,[c]);a(!1),d&&Object.keys(d).length?(s.setGvlTranslations(d[c]),Ho(n,d,e||[B]),r(c)):console.error(`Unable to load GVL translation for ${c}`)}else r(c);(p=document.getElementById(wo))==null||p.focus()});return v("div",{className:"fides-i18n-menu"},v("div",{role:"group",className:"fides-i18n-popover"},n.availableLanguages.map(c=>v(Vs,{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))),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"})),i,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"}))))},qs=()=>{const{i18n:e}=X();if(!ce(e,"exp.privacy_policy_link_label")||!ce(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))},Ws=({availableLocales:e=[B],onManagePreferencesClick:t,renderFirstButton:o,onAcceptAll:n,onRejectAll:i,hideOptInOut:r,hideRejectAll:a,options:s,isInModal:l,isTCF:c,isMinimalTCF:p,isGVLLoading:d})=>{var b;const[u,f]=H(!1),{i18n:g}=X(),h=ks("(max-width: 768px)"),m=((b=g.availableLanguages)==null?void 0:b.length)>1,y=ce(g,"exp.privacy_policy_link_label")&&ce(g,"exp.privacy_policy_url"),k=()=>{const x=!c||!p;f(!x),t&&x&&t()},w=l&&s.showFidesBrandLink;return M(()=>{u&&!p&&k()},[u,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(te,null,c&&!!t&&v(he,{buttonType:q.SECONDARY,label:g.t("exp.privacy_preferences_link_label"),onClick:k,className:"fides-manage-preferences-button",loading:u}),!a&&v(he,{buttonType:q.PRIMARY,label:g.t("exp.reject_button_label"),onClick:i,className:"fides-reject-all-button",loading:d}),v(he,{buttonType:q.PRIMARY,label:g.t("exp.accept_button_label"),onClick:n,className:"fides-accept-all-button",loading:d}))),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":""}${y?" fides-button-group-privacy-policy":""}${w?" fides-button-group-brand":""}`},m&&v(Ys,{availableLocales:e,options:s,isTCF:!!c}),!c&&!!t&&v(he,{buttonType:h?q.SECONDARY:q.TERTIARY,label:g.t("exp.privacy_preferences_link_label"),onClick:t,className:"fides-manage-preferences-button"}),y&&v(qs,null),w&&v(xs,null)))},gi=({experience:e,onAcceptAll:t,onRejectAll:o,onSave:n,onManagePreferencesClick:i,enabledKeys:r,isInModal:a,isAcknowledge:s,hideOptInOut:l=!1,options:c})=>{const{i18n:p}=X();if(!e.experience_config||!e.privacy_notices)return null;const{privacy_notices:d}=e,b=()=>{n(L.ACKNOWLEDGE,d.map(g=>g.notice_key))},u=()=>{n(L.SAVE,r)},f=()=>s?v(he,{buttonType:q.PRIMARY,label:p.t("exp.acknowledge_button_label"),onClick:b,className:"fides-acknowledge-button"}):a?v(he,{buttonType:l?q.PRIMARY:q.SECONDARY,label:p.t("exp.save_button_label"),onClick:u,className:"fides-save-button"}):null;return v(Ws,{availableLocales:e.available_locales,onManagePreferencesClick:i,onAcceptAll:t,onRejectAll:o,isInModal:a,renderFirstButton:f,hideOptInOut:l,options:c})};var Js=['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^="-"])'],Zs="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=Ne('[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=Ne("[data-a11y-dialog-hide]",this.$el).filter(function(t){return t.closest('[aria-modal="true"], [data-a11y-dialog]')===e}).concat(Ne('[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,_i(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===Xs&&this.$el.getAttribute("role")!=="alertdialog"&&(e.preventDefault(),this.hide(e)),this.shown&&e.key===Zs&&tl(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]")&&_i(this.$el)};function Qs(e){return Array.prototype.slice.call(e)}function Ne(e,t){return Qs((t||document).querySelectorAll(e))}function _i(e){var t=e.querySelector("[autofocus]")||e;t.focus()}function el(e){return Ne(Js.join(","),e).filter(function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)})}function tl(e,t){var o=el(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 Kt(){Ne("[data-a11y-dialog]").forEach(function(e){new K(e)})}typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",Kt):window.requestAnimationFrame?window.requestAnimationFrame(Kt):window.setTimeout(Kt,16));const ol=()=>{const[e,t]=H(null),o=R(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}},nl=({role:e,id:t,onClose:o})=>{const{instance:n,container:i}=ol(),r=e==="alertdialog",a=`${t}-title`,s=R(()=>{n&&n.hide(),o&&o()},[o,n]);return M(()=>()=>{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}}}},il=()=>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"})),rl=({title:e,description:t})=>v("div",{className:"fides-gpc-banner"},v("div",{className:"fides-gpc-warning"},v(il,null)),v("div",null,v("p",{className:"fides-gpc-header"},e),v("p",null,t)));var al=Object.defineProperty,sl=Object.defineProperties,ll=Object.getOwnPropertyDescriptors,bi=Object.getOwnPropertySymbols,cl=Object.prototype.hasOwnProperty,dl=Object.prototype.propertyIsEnumerable,yi=(e,t,o)=>t in e?al(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,pl=(e,t)=>{for(var o in t||(t={}))cl.call(t,o)&&yi(e,o,t[o]);if(bi)for(var o of bi(t))dl.call(t,o)&&yi(e,o,t[o]);return e},ul=(e,t)=>sl(e,ll(t));const mi=({titleProps:e,className:t,renderModalFooter:o,children:n,onVendorPageClick:i})=>{var r,a;const{i18n:s}=X(),l=s.t("exp.title"),c=s.t("exp.description"),p=ye().globalPrivacyControl,d=s.t("static.gpc.title"),b=s.t("static.gpc.description");return v(te,null,v("div",{"data-testid":"consent-content",id:"fides-consent-content",className:t},v("div",{className:"fides-modal-body"},v("div",ul(pl({"data-testid":"fides-modal-title"},e),{className:"fides-modal-title"}),l),v("p",{"data-testid":"fides-modal-description",className:"fides-modal-description"},v(Xn,{onVendorPageClick:i,description:c,allowHTMLDescription:(a=(r=window.Fides)==null?void 0:r.options)==null?void 0:a.allowHTMLDescription})),p&&v(rl,{title:d,description:b}),n)),v("div",{className:"fides-modal-footer"},o()))};var fl=Object.defineProperty,vl=Object.defineProperties,gl=Object.getOwnPropertyDescriptors,hi=Object.getOwnPropertySymbols,_l=Object.prototype.hasOwnProperty,bl=Object.prototype.propertyIsEnumerable,wi=(e,t,o)=>t in e?fl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Yt=(e,t)=>{for(var o in t||(t={}))_l.call(t,o)&&wi(e,o,t[o]);if(hi)for(var o of hi(t))bl.call(t,o)&&wi(e,o,t[o]);return e},qt=(e,t)=>vl(e,gl(t));const yl=({attributes:e,children:t,dismissable:o,onVendorPageClick:n,renderModalFooter:i})=>{const{container:r,overlay:a,dialog:s,title:l,closeButton:c}=e;return v("div",qt(Yt({"data-testid":"consent-modal"},r),{className:"fides-modal-container"}),v("div",qt(Yt({},a),{className:"fides-modal-overlay"})),v("div",qt(Yt({"data-testid":"fides-modal-content"},s),{className:"fides-modal-content"}),v("div",{className:"fides-modal-header"},v("div",null),v(Wn,{ariaLabel:"Close modal",onClick:c.onClick,hidden:window.Fides.options.preventDismissal||!o})),v(mi,{titleProps:l,renderModalFooter:i,onVendorPageClick:n},t)))},ml=({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}=X(),b=100,u=us(),f=e.modalLinkId||"fides-modal-link",g=!t||!!e.fidesEmbed||e.modalLinkId==="",h=ps(f,g),m=ss(null),[y,k]=H(null);M(()=>{y===null&&k(!Ge(t,o,n,e))},[y]);const[w,x]=H(e.fidesEmbed?Ge(t,o,n,e):!1);M(()=>(p&&w?za():un(),()=>{un()}),[p,w]);const P=R(({saved:E=!1})=>{W("FidesModalClosed",o,e.debug,{saved:E}),E||r()},[o,r,e.debug]),{instance:A,attributes:$}=nl({id:"fides-modal",role:"alertdialog",title:d.t("exp.title"),onClose:()=>{P({saved:!1})}}),N=R(()=>{e.fidesEmbed?x(!1):A&&(x(!1),A.show(),i())},[A,i,e]),I=R(()=>{A&&!e.fidesEmbed&&(A.hide(),P({saved:!0}))},[A,P,e.fidesEmbed]);M(()=>{e.fidesEmbed&&!w&&i()},[e,i,w]),M(()=>{const E=setTimeout(()=>{y||x(!0)},b);return()=>clearTimeout(E)},[y,x]),M(()=>(t&&!e.fidesEmbed&&(window.Fides.showModal=N),()=>{window.Fides.showModal=kt}),[t,N,e.fidesEmbed]),M(()=>(document.body.classList.add("fides-overlay-modal-link-shown"),g||h&&(m.current=h,m.current.addEventListener("click",window.Fides.showModal),m.current.classList.add("fides-modal-link-shown")),()=>{m.current&&m.current.removeEventListener("click",window.Fides.showModal)}),[h,g,f]);const C=()=>{N()};return u&&t.experience_config?v("div",{id:wo,tabIndex:-1},!y&&w&&p&&v("div",{className:"fides-modal-overlay"}),e.fidesEmbed?w||!s||!l?null:v(mi,{titleProps:$.title,renderModalFooter:()=>l({onClose:I,isMobile:!1}),onVendorPageClick:c},s()):v(yl,{attributes:$,dismissable:t.experience_config.dismissable,onVendorPageClick:c,renderModalFooter:()=>l?l({onClose:I,isMobile:!1}):null},s&&s()),!y&&a({isOpen:w,isEmbedded:e.fidesEmbed,onClose:()=>{x(!1)},onManagePreferencesClick:C})):null},hl=({label:e,name:t,id:o,checked:n,onChange:i,disabled:r,onLabel:a,offLabel:s})=>{const l=n?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:()=>{i(o,{type:"toggle",label:e,checked:!n})},checked:n,role:"switch",disabled:r}),v("span",{className:"fides-toggle-display"},l))};var wl=Object.defineProperty,kl=Object.defineProperties,Cl=Object.getOwnPropertyDescriptors,ki=Object.getOwnPropertySymbols,xl=Object.prototype.hasOwnProperty,El=Object.prototype.propertyIsEnumerable,Ci=(e,t,o)=>t in e?wl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,xi=(e,t)=>{for(var o in t||(t={}))xl.call(t,o)&&Ci(e,o,t[o]);if(ki)for(var o of ki(t))El.call(t,o)&&Ci(e,o,t[o]);return e},Ol=(e,t)=>kl(e,Cl(t));const Pl=({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:b,getButtonProps:u,getDisclosureProps:f,onToggle:g}=ds({id:e}),h=(k,w)=>{(k.code==="Space"||k.code==="Enter")&&(k.preventDefault(),w&&g())},m=i!=null,y=m?u():{};return v("div",{className:b&&m?"fides-notice-toggle fides-notice-toggle-expanded":"fides-notice-toggle"},v("div",{key:e,className:"fides-notice-toggle-title"},v("span",Ol(xi({role:"button",tabIndex:0,onKeyDown:k=>h(k,m)},y),{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,d?v(hl,{label:t,name:e,id:e,checked:o,onChange:n,disabled:s,onLabel:l,offLabel:c}):null)),i?v("div",xi({},f()),i):null)},Al=()=>v("hr",{className:"fides-divider"}),$l=({noticeToggles:e,enabledNoticeKeys:t,onChange:o})=>{const{i18n:n}=X(),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 Ke(n)===B&&(r="On",a="Off"),v("div",null,e.map((s,l)=>{const{noticeKey:c,title:p,description:d,checked:b,disabled:u,gpcStatus:f}=s,g=l===e.length-1;return v("div",{key:c},v(Pl,{noticeKey:c,title:p,checked:b,onToggle:i,gpcBadge:v(Qn,{status:f}),disabled:u,onLabel:r,offLabel:a},d),g?null:v(Al,null))}))};var Nl=Object.defineProperty,Tl=Object.defineProperties,Il=Object.getOwnPropertyDescriptors,Ei=Object.getOwnPropertySymbols,Sl=Object.prototype.hasOwnProperty,Ll=Object.prototype.propertyIsEnumerable,Oi=(e,t,o)=>t in e?Nl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Fl=(e,t)=>{for(var o in t||(t={}))Sl.call(t,o)&&Oi(e,o,t[o]);if(Ei)for(var o of Ei(t))Ll.call(t,o)&&Oi(e,o,t[o]);return e},jl=(e,t)=>Tl(e,Il(t));const Ml=({options:e,experience:t,fidesRegionString:o,cookie:n,propertyId:i})=>{var r;const{i18n:a,currentLocale:s,setCurrentLocale:l}=X(),c=ge(),p=window.Fides.saved_consent,d=C=>t.privacy_notices?t.privacy_notices.map(E=>vt(E,C||p||c?.consent)?E.notice_key:""):[];M(()=>{!s&&a.locale&&l(a.locale)},[s,a.locale,l]);const b=$e(()=>{if(t.experience_config){const C=Ye(a,t.experience_config);return C?.privacy_experience_config_history_id}},[t,a,s]),u=$e(()=>{var C;const E=((C=t.privacy_notices)!=null?C:[]).map(G=>{var ue,ct;const Wt=G.consent_mechanism===V.NOTICE_ONLY||((ct=(ue=e.fidesDisabledNotices)==null?void 0:ue.includes(G.notice_key))!=null?ct:!1)||G.disabled,ec=Pt(a,G);return{notice:jl(Fl({},G),{disabled:Wt}),bestTranslation:ec}}),S=E.filter(G=>G.notice.consent_mechanism===V.NOTICE_ONLY),U=E.filter(G=>G.notice.consent_mechanism!==V.NOTICE_ONLY);return[...S,...U]},[t.privacy_notices,a,s,e.fidesDisabledNotices]),[f,g]=H(d());window.addEventListener("FidesUpdating",C=>{const{consent:E}=C.detail;Object.entries(E).forEach(([S,U])=>{E[S]=Ce(U)}),g(d(E))});const h=u.every(C=>C.notice.consent_mechanism===V.NOTICE_ONLY),m=u.map(C=>{var E,S;const U=f.indexOf(C.notice.notice_key)!==-1,G=ye(),ue=$o({value:U,notice:C.notice,consentContext:G});return{noticeKey:C.notice.notice_key,title:((E=C.bestTranslation)==null?void 0:E.title)||C.notice.name||"",description:(S=C.bestTranslation)==null?void 0:S.description,checked:U,consentMechanism:C.notice.consent_mechanism,disabled:C.notice.disabled,gpcStatus:ue}}),{servedNoticeHistoryId:y}=ys({privacyExperienceConfigHistoryId:b,privacyNoticeHistoryIds:u.reduce((C,E)=>{var S;const U=(S=E.bestTranslation)==null?void 0:S.privacy_notice_history_id;return U&&C.push(U),C},[]),options:e,userGeography:o,acknowledgeMode:h,privacyExperience:t,propertyId:i}),k=R((C,E)=>{const S=No(u,E);Tt({consentPreferencesToSave:S,privacyExperienceConfigHistoryId:b,experience:t,consentMethod:C,options:e,userLocationString:o,cookie:n,servedNoticeHistoryId:y,propertyId:i,updateCookie:U=>De(U,S)}),g(E)},[n,o,t,e,b,u,y,i]),w=R(C=>{k(C?L.SCRIPT:L.ACCEPT,u.filter(E=>!E.notice.disabled||f.includes(E.notice.notice_key)).map(E=>E.notice.notice_key))},[f,k,u]),x=R(C=>{k(C?L.SCRIPT:L.REJECT,u.filter(E=>E.notice.consent_mechanism===V.NOTICE_ONLY||E.notice.disabled&&f.includes(E.notice.notice_key)).map(E=>E.notice.notice_key))},[f,k,u]);M(()=>{wt(e)&&t.privacy_notices&&(e.fidesConsentOverride===L.ACCEPT?w(!0):e.fidesConsentOverride===L.REJECT&&x(!0))},[t.privacy_notices,e.fidesConsentOverride]);const P=R(()=>{W("FidesUIShown",n,e.debug,{servingComponent:ke.BANNER})},[n,e.debug]),A=R(()=>{W("FidesUIShown",n,e.debug,{servingComponent:ke.MODAL})},[n,e.debug]),$=R(()=>{bt(c?.consent)||k(L.DISMISS,d())},[k,d,c?.consent]);if(!t.experience_config)return null;const N=!!((r=t.experience_config)!=null&&r.dismissable),I=u.length===1;return v(ml,{options:e,experience:t,cookie:n,savedConsent:p,isUiBlocking:!N,onOpen:A,onDismiss:$,renderBanner:({isEmbedded:C,isOpen:E,onClose:S,onManagePreferencesClick:U})=>{var G;const ue=h||((G=t.experience_config)==null?void 0:G.layer1_button_options)===pt.ACKNOWLEDGE;return v(ws,{bannerIsOpen:E,dismissable:N,onOpen:P,onClose:()=>{S(),$()},isEmbedded:C,renderButtonGroup:()=>v(gi,{experience:t,onManagePreferencesClick:U,enabledKeys:f,onAcceptAll:()=>{w(),S()},onRejectAll:()=>{x(),S()},onSave:(ct,Wt)=>{k(ct,Wt),S()},isAcknowledge:ue,hideOptInOut:ue,options:e})})},renderModalContent:()=>v("div",null,v("div",{className:"fides-modal-notices"},v($l,{noticeToggles:m,enabledNoticeKeys:f,onChange:(C,E,S)=>{const U={servingComponent:"modal",trigger:E,preference:S};g(C),W("FidesUIChanged",n,e.debug,U)}}))),renderModalFooter:({onClose:C})=>v(gi,{experience:t,enabledKeys:f,onAcceptAll:()=>{w(),C()},onRejectAll:()=>{x(),C()},onSave:(E,S)=>{k(E,S),C()},isInModal:!0,isAcknowledge:h,hideOptInOut:I||h,options:e})})};var Dl=Object.defineProperty,Pi=Object.getOwnPropertySymbols,Rl=Object.prototype.hasOwnProperty,zl=Object.prototype.propertyIsEnumerable,Ai=(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={}))Rl.call(t,o)&&Ai(e,o,t[o]);if(Pi)for(var o of Pi(t))zl.call(t,o)&&Ai(e,o,t[o]);return e};const Bl=(e,t)=>{const{i18n:o}=e;Tn(v(ms,{i18nInstance:o},v(Ml,Ul({},e))),t)};var Gl=(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 Hl(e){return Gl(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 Vl=Object.defineProperty,Kl=Object.defineProperties,Yl=Object.getOwnPropertyDescriptors,$i=Object.getOwnPropertySymbols,ql=Object.prototype.hasOwnProperty,Wl=Object.prototype.propertyIsEnumerable,Ni=(e,t,o)=>t in e?Vl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Y=(e,t)=>{for(var o in t||(t={}))ql.call(t,o)&&Ni(e,o,t[o]);if($i)for(var o of $i(t))Wl.call(t,o)&&Ni(e,o,t[o]);return e},lt=(e,t)=>Kl(e,Yl(t)),Jl=(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 Zl(e){return Jl(this,null,function*(){var t,o,n,i,r;let a=(t=e??this.config)!=null?t:It("Fides must be initialized with a configuration object");er(!!((o=a.options)!=null&&o.debug)),this.config=a,W("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=yn(ve.OPTIONS,a),l=yn(ve.EXPERIENCE_TRANSLATION,a),c=yield Hl(a);!s.fidesString&&c!=null&&c.fides_string&&(s.fidesString=c.fides_string);const p={optionsOverrides:s,consentPrefsOverrides:c,experienceTranslationOverrides:l};ho(s);let d;if(!ge()){const{consent:g,method:h}=ht(s);g&&h&&(d=g)}a=lt(Y({},a),{options:Y(Y({},a.options),p.optionsOverrides)}),this.cookie=Ka(a),this.cookie.consent=Y(Y({},this.cookie.consent),d),this.saved_consent=Y({},this.cookie.consent);const{fidesString:b}=a.options;if(b)try{const{nc:g}=Et(b);this.decodeNoticeConsentString(g);const h={fides_string:b};this.cookie=Y(Y({},this.cookie),h)}catch{}const u=Ya(lt(Y({},a),{cookie:this.cookie,savedConsent:this.saved_consent,updateExperienceFromCookieConsent:yt}));u&&(Object.assign(this,u),We(this),W("FidesInitialized",this.cookie,a.options.debug,{shouldShowExperience:this.shouldShowExperience()})),this.experience=(r=u?.experience)!=null?r:a.experience;const f=yield qa(lt(Y({},a),{fides:this,initOverlay:Ln,renderOverlay:Bl,updateExperience:cn,overrides:p,propertyId:a.propertyId}));Object.assign(this,f),We(this),W("FidesInitialized",this.cookie,a.options.debug,{shouldShowExperience:this.shouldShowExperience()})})}const Xl=dn({}),Ql=lt(Y({},Xl),{init:Zl});We(Ql),_.BannerEnabled=Xt,_.ButtonType=q,_.CONSENT_COOKIE_MAX_AGE_DAYS=so,_.CONSENT_COOKIE_NAME=_t,_.ComponentType=D,_.ConsentFlagType=ae,_.ConsentMechanism=V,_.ConsentMethod=L,_.ConsentNonApplicableFlagMode=fe,_.DEFAULT_LOCALE=B,_.DEFAULT_MODAL_LINK_LABEL=Re,_.EnforcementLevel=Zt,_.FidesEndpointPaths=Zo,_.GpcStatus=Q,_.LOCALE_REGEX=ze,_.Layer1ButtonOption=pt,_.OverrideType=ve,_.PrivacyNoticeFramework=Jt,_.REQUEST_SOURCE=on,_.RejectAllMechanism=Qt,_.RequestOrigin=eo,_.SaveConsentPreference=re,_.ServingComponent=ke,_.UpdateConsentValidation=ne,_.UserConsentPreference=z,_.allNoticesAreDefaultOptIn=pr,_.applyOverridesToConsent=Ee,_.areLocalesEqual=Z,_.buildCookieConsentFromConsentPreferences=_o,_.consentCookieObjHasSomeConsentSet=bt,_.constructFidesRegionString=Be,_.createConsentPreferencesToSave=No,_.createEmptyExperience=Xo,_.decodeNoticeConsentString=Ct,_.defaultShowModal=kt,_.detectUserLocale=Vo,_.dispatchFidesEvent=W,_.encodeNoticeConsentString=To,_.experienceIsValid=Po,_.extractDefaultLocaleFromExperience=Ro,_.fetchExperience=Qo,_.fetchGvlTranslations=en,_.getConsentContext=ye,_.getCookieByName=Me,_.getCoreFides=dn,_.getCurrentLocale=Ke,_.getFidesConsentCookie=ge,_.getGeolocation=pn,_.getGpcStatusFromNotice=$o,_.getOrMakeFidesCookie=uo,_.getOverrideValidatorMapByType=Oo,_.getTcfDefaultPreference=ur,_.getWindowObjFromPath=Ao,_.i18n=ka,_.initOverlay=Ln,_.initializeI18n=Yo,_.isConsentOverride=wt,_.isNewFidesCookie=co,_.isPrivacyExperience=_e,_.isValidAcString=gr,_.loadGVLMessagesFromExperience=Go,_.loadMessagesFromExperience=Bo,_.loadMessagesFromFiles=Uo,_.loadMessagesFromGVLTranslations=Ho,_.localizeModalLinkText=qo,_.makeConsentDefaultsLegacy=vo,_.makeFidesCookie=po,_.matchAvailableLocales=Ko,_.messageExists=ce,_.noticeHasConsentInCookie=Fe,_.onFidesEvent=Lo,_.parseFidesDisabledNotices=no,_.patchNoticesServed=rn,_.patchUserPreference=nn,_.processExternalConsentValue=Ce,_.raise=It,_.removeCookiesFromBrowser=go,_.resolveConsentValue=vt,_.resolveLegacyConsentValue=io,_.saveFidesCookie=fo,_.selectBestExperienceConfigTranslation=Ye,_.selectBestNoticeTranslation=Pt,_.setupI18n=At,_.shouldResurfaceBanner=Ge,_.transformConsentToFidesUserPreference=ee,_.transformTcfPreferencesToCookieKeys=qi,_.transformUserPreferenceToBoolean=se,_.updateCookieFromExperience=bo,_.updateCookieFromNoticePreferences=De,_.updateExperience=cn,_.updateExperienceFromCookieConsentNotices=yt,_.updateWindowFides=We,_.validateOptions=Eo});
|