ethyca-fides 2.63.1b4__py2.py3-none-any.whl → 2.63.2__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.
Files changed (117) hide show
  1. {ethyca_fides-2.63.1b4.dist-info → ethyca_fides-2.63.2.dist-info}/METADATA +1 -1
  2. {ethyca_fides-2.63.1b4.dist-info → ethyca_fides-2.63.2.dist-info}/RECORD +110 -113
  3. fides/_version.py +3 -3
  4. fides/api/models/attachment.py +23 -36
  5. fides/api/models/detection_discovery/monitor_task.py +1 -0
  6. fides/api/service/privacy_request/dsr_package/dsr_report_builder.py +46 -264
  7. fides/api/service/privacy_request/dsr_package/templates/collection_index.html +9 -34
  8. fides/api/service/privacy_request/dsr_package/templates/item.html +37 -0
  9. fides/api/service/privacy_request/dsr_package/templates/main.css +2 -45
  10. fides/api/service/privacy_request/dsr_package/templates/welcome.html +8 -12
  11. fides/api/service/privacy_request/request_runner_service.py +139 -258
  12. fides/api/service/storage/gcs.py +3 -15
  13. fides/api/service/storage/s3.py +14 -28
  14. fides/api/service/storage/util.py +7 -45
  15. fides/api/tasks/storage.py +91 -85
  16. fides/ui-build/static/admin/404.html +1 -1
  17. fides/ui-build/static/admin/_next/static/{X2nvWLg2_-vsCTkhSWpzw → IrQqz_6ngcumU4YlWY9nL}/_buildManifest.js +1 -1
  18. fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/configure/messaging-8cab04871908cfeb.js +1 -0
  19. fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/configure/storage-150d40428245ee0c.js +1 -0
  20. fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests-20cdb2c8a03deae1.js +1 -0
  21. fides/ui-build/static/admin/add-systems/manual.html +1 -1
  22. fides/ui-build/static/admin/add-systems/multiple.html +1 -1
  23. fides/ui-build/static/admin/add-systems.html +1 -1
  24. fides/ui-build/static/admin/consent/configure/add-vendors.html +1 -1
  25. fides/ui-build/static/admin/consent/configure.html +1 -1
  26. fides/ui-build/static/admin/consent/privacy-experience/[id].html +1 -1
  27. fides/ui-build/static/admin/consent/privacy-experience/new.html +1 -1
  28. fides/ui-build/static/admin/consent/privacy-experience.html +1 -1
  29. fides/ui-build/static/admin/consent/privacy-notices/[id].html +1 -1
  30. fides/ui-build/static/admin/consent/privacy-notices/new.html +1 -1
  31. fides/ui-build/static/admin/consent/privacy-notices.html +1 -1
  32. fides/ui-build/static/admin/consent/properties.html +1 -1
  33. fides/ui-build/static/admin/consent/reporting.html +1 -1
  34. fides/ui-build/static/admin/consent.html +1 -1
  35. fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn].html +1 -1
  36. fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn].html +1 -1
  37. fides/ui-build/static/admin/data-catalog/[systemId]/projects.html +1 -1
  38. fides/ui-build/static/admin/data-catalog/[systemId]/resources/[resourceUrn].html +1 -1
  39. fides/ui-build/static/admin/data-catalog/[systemId]/resources.html +1 -1
  40. fides/ui-build/static/admin/data-catalog.html +1 -1
  41. fides/ui-build/static/admin/data-discovery/action-center/[monitorId]/[systemId].html +1 -1
  42. fides/ui-build/static/admin/data-discovery/action-center/[monitorId].html +1 -1
  43. fides/ui-build/static/admin/data-discovery/action-center.html +1 -1
  44. fides/ui-build/static/admin/data-discovery/activity.html +1 -1
  45. fides/ui-build/static/admin/data-discovery/detection/[resourceUrn].html +1 -1
  46. fides/ui-build/static/admin/data-discovery/detection.html +1 -1
  47. fides/ui-build/static/admin/data-discovery/discovery/[resourceUrn].html +1 -1
  48. fides/ui-build/static/admin/data-discovery/discovery.html +1 -1
  49. fides/ui-build/static/admin/datamap.html +1 -1
  50. fides/ui-build/static/admin/dataset/[datasetId]/[collectionName]/[...subfieldNames].html +1 -1
  51. fides/ui-build/static/admin/dataset/[datasetId]/[collectionName].html +1 -1
  52. fides/ui-build/static/admin/dataset/[datasetId].html +1 -1
  53. fides/ui-build/static/admin/dataset/new.html +1 -1
  54. fides/ui-build/static/admin/dataset.html +1 -1
  55. fides/ui-build/static/admin/datastore-connection/[id].html +1 -1
  56. fides/ui-build/static/admin/datastore-connection/new.html +1 -1
  57. fides/ui-build/static/admin/datastore-connection.html +1 -1
  58. fides/ui-build/static/admin/index.html +1 -1
  59. fides/ui-build/static/admin/integrations/[id].html +1 -1
  60. fides/ui-build/static/admin/integrations.html +1 -1
  61. fides/ui-build/static/admin/lib/fides-ext-gpp.js +1 -1
  62. fides/ui-build/static/admin/lib/fides-headless.js +1 -1
  63. fides/ui-build/static/admin/lib/fides-preview.js +1 -1
  64. fides/ui-build/static/admin/lib/fides-tcf.js +2 -2
  65. fides/ui-build/static/admin/lib/fides.js +2 -2
  66. fides/ui-build/static/admin/login/[provider].html +1 -1
  67. fides/ui-build/static/admin/login.html +1 -1
  68. fides/ui-build/static/admin/messaging/[id].html +1 -1
  69. fides/ui-build/static/admin/messaging/add-template.html +1 -1
  70. fides/ui-build/static/admin/messaging.html +1 -1
  71. fides/ui-build/static/admin/poc/ant-components.html +1 -1
  72. fides/ui-build/static/admin/poc/form-experiments/AntForm.html +1 -1
  73. fides/ui-build/static/admin/poc/form-experiments/FormikAntFormItem.html +1 -1
  74. fides/ui-build/static/admin/poc/form-experiments/FormikControlled.html +1 -1
  75. fides/ui-build/static/admin/poc/form-experiments/FormikField.html +1 -1
  76. fides/ui-build/static/admin/poc/form-experiments/FormikSpreadField.html +1 -1
  77. fides/ui-build/static/admin/poc/forms.html +1 -1
  78. fides/ui-build/static/admin/poc/table-migration.html +1 -1
  79. fides/ui-build/static/admin/privacy-requests/[id].html +1 -1
  80. fides/ui-build/static/admin/privacy-requests/configure/messaging.html +1 -1
  81. fides/ui-build/static/admin/privacy-requests/configure/storage.html +1 -1
  82. fides/ui-build/static/admin/privacy-requests/configure.html +1 -1
  83. fides/ui-build/static/admin/privacy-requests.html +1 -1
  84. fides/ui-build/static/admin/properties/[id].html +1 -1
  85. fides/ui-build/static/admin/properties/add-property.html +1 -1
  86. fides/ui-build/static/admin/properties.html +1 -1
  87. fides/ui-build/static/admin/reporting/datamap.html +1 -1
  88. fides/ui-build/static/admin/settings/about/alpha.html +1 -1
  89. fides/ui-build/static/admin/settings/about.html +1 -1
  90. fides/ui-build/static/admin/settings/consent/[configuration_id]/[purpose_id].html +1 -1
  91. fides/ui-build/static/admin/settings/consent.html +1 -1
  92. fides/ui-build/static/admin/settings/custom-fields.html +1 -1
  93. fides/ui-build/static/admin/settings/domain-records.html +1 -1
  94. fides/ui-build/static/admin/settings/domains.html +1 -1
  95. fides/ui-build/static/admin/settings/email-templates.html +1 -1
  96. fides/ui-build/static/admin/settings/locations.html +1 -1
  97. fides/ui-build/static/admin/settings/organization.html +1 -1
  98. fides/ui-build/static/admin/settings/regulations.html +1 -1
  99. fides/ui-build/static/admin/systems/configure/[id]/test-datasets.html +1 -1
  100. fides/ui-build/static/admin/systems/configure/[id].html +1 -1
  101. fides/ui-build/static/admin/systems.html +1 -1
  102. fides/ui-build/static/admin/taxonomy.html +1 -1
  103. fides/ui-build/static/admin/user-management/new.html +1 -1
  104. fides/ui-build/static/admin/user-management/profile/[id].html +1 -1
  105. fides/ui-build/static/admin/user-management.html +1 -1
  106. fides/api/service/privacy_request/attachment_handling.py +0 -132
  107. fides/api/service/privacy_request/dsr_package/templates/attachments_index.html +0 -33
  108. fides/api/tasks/csv_utils.py +0 -170
  109. fides/api/tasks/encryption_utils.py +0 -42
  110. fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/configure/messaging-c583a61302f02add.js +0 -1
  111. fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/configure/storage-20d20a8d1736f7c4.js +0 -1
  112. fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests-0e557d79e1e43c2b.js +0 -1
  113. {ethyca_fides-2.63.1b4.dist-info → ethyca_fides-2.63.2.dist-info}/WHEEL +0 -0
  114. {ethyca_fides-2.63.1b4.dist-info → ethyca_fides-2.63.2.dist-info}/entry_points.txt +0 -0
  115. {ethyca_fides-2.63.1b4.dist-info → ethyca_fides-2.63.2.dist-info}/licenses/LICENSE +0 -0
  116. {ethyca_fides-2.63.1b4.dist-info → ethyca_fides-2.63.2.dist-info}/top_level.txt +0 -0
  117. /fides/ui-build/static/admin/_next/static/{X2nvWLg2_-vsCTkhSWpzw → IrQqz_6ngcumU4YlWY9nL}/_ssgManifest.js +0 -0
@@ -1,4 +1,4 @@
1
- (function(g,Ne){typeof exports=="object"&&typeof module<"u"?Ne(exports):(g=typeof globalThis<"u"?globalThis:g||self,Ne(g.Fides={}))})(this,function(g){"use strict";var Ne=Object.defineProperty,Li=(e,t,o)=>t in e?Ne(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,pt=(e,t,o)=>Li(e,typeof t!="symbol"?t+"":t,o);class re{constructor(t,o,n){pt(this,"consentPreference"),pt(this,"notice"),pt(this,"noticeHistoryId"),this.notice=t,this.consentPreference=o,this.noticeHistoryId=n}}g.TCMobileDataVals=void 0,(e=>{(t=>(t[t._0=0]="_0",t[t._1=1]="_1"))(e.IABTCFgdprApplies||(e.IABTCFgdprApplies={})),(t=>(t[t._0=0]="_0",t[t._1=1]="_1"))(e.IABTCFPurposeOneTreatment||(e.IABTCFPurposeOneTreatment={})),(t=>(t[t._0=0]="_0",t[t._1=1]="_1"))(e.IABTCFUseNonStandardTexts||(e.IABTCFUseNonStandardTexts={}))})(g.TCMobileDataVals||(g.TCMobileDataVals={}));var Zt=(e=>(e.GPP_US_NATIONAL="gpp_us_national",e.GPP_US_STATE="gpp_us_state",e))(Zt||{}),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||{}),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||{}),M=(e=>(e.OVERLAY="overlay",e.BANNER_AND_MODAL="banner_and_modal",e.MODAL="modal",e.PRIVACY_CENTER="privacy_center",e.TCF_OVERLAY="tcf_overlay",e.HEADLESS="headless",e))(M||{}),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||{}),W=(e=>(e.PRIMARY="primary",e.SECONDARY="secondary",e.TERTIARY="tertiary",e))(W||{}),ut=(e=>(e.ACKNOWLEDGE="acknowledge",e.OPT_IN_OPT_OUT="opt_in_opt_out",e.OPT_IN_ONLY="opt_in_only",e))(ut||{}),Qt=(e=>(e.REJECT_ALL="reject_all",e.REJECT_CONSENT_ONLY="reject_consent_only",e))(Qt||{}),F=(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))(F||{}),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||{}),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||{}),ft=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 ft=="object"&&ft;(r.global===r||r.window===r)&&(o=r);var s=function(f){this.message=f};s.prototype=new Error,s.prototype.name="InvalidCharacterError";var l=function(f){throw new s(f)},a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",c=/[\t\n\f\r ]/g,p=function(f){f=String(f).replace(c,"");var _=f.length;_%4==0&&(f=f.replace(/==?$/,""),_=f.length),(_%4==1||/[^+a-zA-Z0-9/]/.test(f))&&l("Invalid character: the string to be decoded is not correctly encoded.");for(var h=0,m,y,k="",w=-1;++w<_;)y=a.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)&&l("The string to be encoded contains characters outside of the Latin1 range.");for(var _=f.length%3,h="",m=-1,y,k,w,x,P=f.length-_;++m<P;)y=f.charCodeAt(m)<<16,k=f.charCodeAt(++m)<<8,w=f.charCodeAt(++m),x=y+k+w,h+=a.charAt(x>>18&63)+a.charAt(x>>12&63)+a.charAt(x>>6&63)+a.charAt(x&63);return _==2?(y=f.charCodeAt(m)<<8,k=f.charCodeAt(++m),x=y+k,h+=a.charAt(x>>10)+a.charAt(x>>4&63)+a.charAt(x<<2&63)+"="):_==1&&(x=f.charCodeAt(m),h+=a.charAt(x>>2)+a.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})(ft)}(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 Si={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 vt(e,t){function o(i,r,s){if(!(typeof document>"u")){s=Ie({},t,s),typeof s.expires=="number"&&(s.expires=new Date(Date.now()+s.expires*864e5)),s.expires&&(s.expires=s.expires.toUTCString()),i=encodeURIComponent(i).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var l="";for(var a in s)s[a]&&(l+="; "+a,s[a]!==!0&&(l+="="+s[a].split(";")[0]));return document.cookie=i+"="+e.write(r,i)+l}}function n(i){if(!(typeof document>"u"||arguments.length&&!i)){for(var r=document.cookie?document.cookie.split("; "):[],s={},l=0;l<r.length;l++){var a=r[l].split("="),c=a.slice(1).join("=");try{var p=decodeURIComponent(a[0]);if(s[p]=e.read(c,p),i===p)break}catch{}}return i?s[i]:s}}return Object.create({set:o,get:n,remove:function(i,r){o(i,"",Ie({},r,{expires:-1}))},withAttributes:function(i){return vt(this.converter,Ie({},this.attributes,i))},withConverter:function(i){return vt(Ie({},this.converter,i),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(e)}})}var Fi=vt(Si,{path:"/"});let Le;const ji=new Uint8Array(16);function Di(){if(!Le&&(Le=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Le))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Le(ji)}const j=[];for(let e=0;e<256;++e)j.push((e+256).toString(16).slice(1));function Mi(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 Se(e,t,o){if(oo.randomUUID&&!t&&!e)return oo.randomUUID();e=e||{};const n=e.random||(e.rng||Di)();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 Mi(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===H.NOTICE_ONLY?z.ACKNOWLEDGE:z.OPT_IN:z.OPT_OUT,ke=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,gt=(e,t)=>e.consent_mechanism===H.NOTICE_ONLY?!0:t&&Fe(e,t)?!!t[e.notice_key]:se(e.default_preference);var Ri=(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))(Ri||{}),_t=(e=>(e.CONSENT="Consent",e.LEGITIMATE_INTERESTS="Legitimate interests",e))(_t||{});const zi=",",Ui=[{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"}],Bi=[{cookieKey:"system_consent_preferences",experienceKey:"tcf_system_consents"},{cookieKey:"system_legitimate_interests_preferences",experienceKey:"tcf_system_legitimate_interests"}];Ui.filter(({experienceKey:e})=>e!=="tcf_features"&&e!=="tcf_special_purposes").map(e=>e.experienceKey),_t.CONSENT.toString(),_t.LEGITIMATE_INTERESTS.toString();var Gi=Object.defineProperty,Vi=Object.defineProperties,Hi=Object.getOwnPropertyDescriptors,ro=Object.getOwnPropertySymbols,Ki=Object.prototype.hasOwnProperty,Yi=Object.prototype.propertyIsEnumerable,ao=(e,t,o)=>t in e?Gi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,le=(e,t)=>{for(var o in t||(t={}))Ki.call(t,o)&&ao(e,o,t[o]);if(ro)for(var o of ro(t))Yi.call(t,o)&&ao(e,o,t[o]);return e},Ce=(e,t)=>Vi(e,Hi(t)),qi=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});const bt="fides_consent",so=365,je=Fi.withConverter({read(e){return decodeURIComponent(e)},write(e){return encodeURIComponent(e)}}),yt=e=>e?Object.values(e).some(t=>t!==void 0):!1,lo=()=>Se(),Wi=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:Wi||lo()},fides_meta:{version:"0.9.0",createdAt:t.toISOString(),updatedAt:""},tcf_consent:{}}},De=e=>je.get(e),ge=()=>{const e=De(bt);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,s])=>{i[r]=ke(s)})}if(!n)return o;try{"consent"in n&&"fides_meta"in n||(n=Ce(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 s=1;s<=i.length;s+=1)if(r=i.slice(-s).join("."),je.set(bt,n,{path:"/",domain:r,expires:so})){const l=ge();if(l&&l.fides_meta.updatedAt===e.fides_meta.updatedAt)break}},mt=({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 s=Object.keys(t.consent).includes(r.notice_key)?ee(!!t.consent[r.notice_key],r.consent_mechanism):void 0;return Ce(le({},r),{current_preference:s})});return Ce(le({},e),{privacy_notices:n})},Zi=e=>{const t={};return Bi.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(s=>{const l=o[s];if(l===void 0){o[s]=r;return}o[s]=l&&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)},Me=(e,t)=>qi(void 0,null,function*(){return Ce(le({},e),{consent:_o(t)})}),Ji=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=Ji(t);return Ce(le({},e),{consent:o})};var Xi=Object.defineProperty,Qi=(e,t,o)=>t in e?Xi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,yo=(e,t,o)=>Qi(e,typeof t!="symbol"?t+"":t,o);class er{constructor(){yo(this,"cookieName","OptanonConsent"),yo(this,"migrationMethod",F.OT_MIGRATION)}getConsentCookie(){return De(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[s,l]=r.split(":");o[s]&&o[s].forEach(a=>{const c=l==="1";n[a]===void 0&&(n[a]=c)})}),n}}var mo=(e=>(e.ONETRUST="onetrust",e))(mo||{});const ht=new Map;function tr(e,t){ht.set(e,t)}function or(e){e.otFidesMapping&&tr(mo.ONETRUST,new er)}function ho(e){let t,o;if(Array.from(ht).some(([i,r])=>{const s=r.getConsentCookie();if(!s)return!1;const l=r.convertToFidesConsent(s,e);return l?(t=l,o=i,!0):!1}),!o)return{consent:void 0,method:void 0};const n=ht.get(o);return{consent:t,method:n.migrationMethod}}const nr=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+)+))/,ir=/^(?:([a-z]{2})(-[a-z0-9]{1,3})?|(eea))$/i,rr=[{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)$/}],ar=[{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",sr="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 lr=Object.defineProperty,cr=Object.defineProperties,dr=Object.getOwnPropertyDescriptors,Co=Object.getOwnPropertySymbols,pr=Object.prototype.hasOwnProperty,ur=Object.prototype.propertyIsEnumerable,xo=(e,t,o)=>t in e?lr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Ue=(e,t)=>{for(var o in t||(t={}))pr.call(t,o)&&xo(e,o,t[o]);if(Co)for(var o of Co(t))ur.call(t,o)&&xo(e,o,t[o]);return e},fr=(e,t)=>cr(e,dr(t));const _e=e=>!e||typeof e!="object"?!1:Object.keys(e).length===0||"id"in e,vr=e=>!!(e&&e.every(t=>t.default_preference===z.OPT_IN)),Be=e=>e?e.location&&ir.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 rr;case ve.EXPERIENCE_TRANSLATION:return ar;default:return null}},Po=e=>{if(!_e(e))return!1;const t=e.experience_config;return t&&(t.component===M.MODAL||t.component===M.BANNER_AND_MODAL||t.component===M.TCF_OVERLAY||t.component===M.HEADLESS)?!(t.component===M.BANNER_AND_MODAL&&!(e.privacy_notices&&e.privacy_notices.length>0)):!1},Ge=e=>e.fidesConsentOverride===F.ACCEPT||e.fidesConsentOverride===F.REJECT,gr=e=>{var t;return(t=e.default_preference)!=null?t:z.OPT_OUT},Ve=(e,t,o,n)=>{var i,r,s,l,a,c;return n!=null&&n.fidesDisableBanner||!_e(e)?!1:((i=e.experience_config)==null?void 0:i.component)===M.TCF_OVERLAY&&t?n&&Ge(n)?!1:(r=e.meta)!=null&&r.version_hash?e.meta.version_hash!==t.tcf_version_hash:!0:((s=e.experience_config)==null?void 0:s.component)===M.MODAL||((l=e.experience_config)==null?void 0:l.component)===M.HEADLESS||!((a=e?.privacy_notices)!=null&&a.length)?!1:o?n&&Ge(n)?!1:t?.fides_meta.consentMethod===F.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===H.NOTICE_ONLY?Q.NONE:e?Q.OVERRIDDEN:Q.APPLIED,wt=()=>{},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})}},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})}},_r=({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},br=({consent:e,flagType:t=ae.BOOLEAN,consentMechanisms:o})=>{const n={};if(t!==ae.CONSENT_MECHANISM)return Object.fromEntries(Object.entries(e).map(([r,s])=>[r,ke(s)]));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 s=e[r];if(typeof s=="string")n[r]=s;else{const l=o[r];n[r]=ee(s,l)}}),n):Ue({},e)},xe=(e,t,o=[],n,i)=>{var r,s,l;const a=Ue({},e),c=(r=window.Fides)==null?void 0:r.options,p=(s=i??c?.fidesConsentNonApplicableFlagMode)!=null?s:fe.OMIT,d=(l=n??c?.fidesConsentFlagType)!=null?l:ae.BOOLEAN,b={};Object.assign(b,_r({consent:{},nonApplicableNotices:t??[],flagType:d,mode:p}));const u=o.reduce((f,_)=>fr(Ue({},f),{[_.notice_key]:_.consent_mechanism}),{});return Object.assign(b,br({consent:a,consentMechanisms:u,flagType:d})),b},yr=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 mr=Object.defineProperty,hr=Object.defineProperties,wr=Object.getOwnPropertyDescriptors,Io=Object.getOwnPropertySymbols,kr=Object.prototype.hasOwnProperty,Cr=Object.prototype.propertyIsEnumerable,Lo=(e,t,o)=>t in e?mr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Ct=(e,t)=>{for(var o in t||(t={}))kr.call(t,o)&&Lo(e,o,t[o]);if(Io)for(var o of Io(t))Cr.call(t,o)&&Lo(e,o,t[o]);return e},xr=(e,t)=>hr(e,wr(t));const K=(e,t,o)=>{var n,i,r,s,l,a,c;const p=t?Ct({},t):void 0;if(typeof window<"u"&&typeof CustomEvent<"u"){const d=Ct({consentMethod:p?.fides_meta.consentMethod},o),b=(n=performance?.mark)==null?void 0:n.call(performance,e),u=b?.startTime,f=p;f&&p!=null&&p.consent&&(f.consent=xe(p.consent,(r=(i=window.Fides)==null?void 0:i.experience)==null?void 0:r.non_applicable_privacy_notices,(l=(s=window.Fides)==null?void 0:s.experience)==null?void 0:l.privacy_notices));const _=new CustomEvent(e,{detail:xr(Ct({},f),{debug:!!((c=(a=window.Fides)==null?void 0:a.options)!=null&&c.debug),extraDetails:d,timestamp:u}),bubbles:!0});window.dispatchEvent(_)}},So=(e,t)=>{const o=n=>t(n.detail);return window.addEventListener(e,o),()=>{window.removeEventListener(e,o)}},xt=(e,t)=>{K("FidesInitialized",e,t)},Fo=(e,t)=>{K("FidesConsentLoaded",e,t),xt(e,t)},jo=(e,t)=>{K("FidesReady",e,t),xt(e,t)};var Er=(e=>(e.GVL="gvl",e.AC="gacp",e))(Er||{});const Et=e=>{if(!e)return{tc:"",ac:"",gpp:"",nc:""};const[t="",o="",n="",i=""]=e.split(zi);return t?{tc:t,ac:o,gpp:n,nc:i}:{tc:"",ac:"",gpp:n,nc:i}},Or=()=>typeof window.blueConicClient<"u"&&typeof window.blueConicClient.event<"u"&&typeof window.blueConicClient.event.subscribe<"u",He=()=>{var e,t,o;if(!Or()||!((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,s=ko.some(l=>i[l]);!r||s?(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()},Pr=({approach:e="onetrust"}={approach:"onetrust"})=>{if(e!=="onetrust")throw new Error("Unsupported approach");window.addEventListener("FidesReady",He),window.addEventListener("FidesUpdated",He),window.addEventListener("onBlueConicLoaded",He),He()},Do=(e,t)=>{var o,n,i,r,s,l,a,c,p,d,b,u,f,_;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 $=(s=(r=t?.flag_type)!=null?r:(i=(n=window.Fides)==null?void 0:n.options)==null?void 0:i.fidesConsentFlagType)!=null?s:ae.BOOLEAN,N=(p=(c=t?.non_applicable_flag_mode)!=null?c:(a=(l=window.Fides)==null?void 0:l.options)==null?void 0:a.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=(_=(f=window.Fides)==null?void 0:f.experience)==null?void 0:_.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})},Ar=e=>{var t,o;if(Object.entries({FidesInitializing:!1,FidesInitialized:!0,FidesConsentLoaded:!0,FidesReady:!0,FidesUpdating:!0,FidesUpdated:!0,FidesUIChanged:!0,FidesUIShown:!0,FidesModalClosed:!0}).filter(([,n])=>n).map(([n])=>n).forEach(n=>{window.addEventListener(n,i=>Do(i,e))}),(t=window.Fides)!=null&&t.initialized){const{consent:n,fides_meta:i,identity:r,tcf_consent:s}=window.Fides,l=(o=performance?.getEntriesByName("FidesInitialized")[0])==null?void 0:o.startTime;Do({type:"FidesInitialized",detail:{consent:n,fides_meta:i,identity:r,tcf_consent:s,timestamp:l,extraDetails:{consentMethod:i?.consentMethod}}},e)}},$r=()=>{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},Nr=e=>{const t=$r();t("consent",e.consent?"grant":"revoke"),e.dataUse?t("dataProcessingOptions",[]):t("dataProcessingOptions",["LDU"],1,1e3)},Tr={marketing:ko,sale_of_data:["marketing","data_sales","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 Ir(e){var t;const o=Object.fromEntries(Object.entries(e).map(([i,r])=>[i,ke(r)])),n=Object.fromEntries(Object.entries(Tr).map(([i,r])=>{const s=r.some(a=>o[a]===!0),l=r.some(a=>o[a]===!1);return[i,s||(l?!1:void 0)]}));return n.sale_of_data=(t=n.sale_of_data)!=null?t:!1,n}const Ke=e=>{window.Shopify.customerPrivacy.setTrackingConsent(Ir(e),()=>{})},Mo=()=>{var e,t;(e=window.Shopify)!=null&&e.customerPrivacy||console.error("Fides could not access Shopify's customerPrivacy API"),window.addEventListener("FidesReady",o=>Ke(o.detail.consent)),window.addEventListener("FidesUpdating",o=>Ke(o.detail.consent)),window.addEventListener("FidesUpdated",o=>Ke(o.detail.consent)),(t=window.Fides)!=null&&t.initialized&&window.Fides.cookie&&Ke(window.Fides.cookie.consent)},Lr=()=>{let e,t;const o=()=>{clearTimeout(e),clearTimeout(t)},n=()=>{if(window.Shopify){if(o(),window.Shopify.customerPrivacy){Mo();return}window.Shopify.loadFeatures([{name:"consent-tracking-api",version:"0.1"}],i=>{if(i)throw Error("Fides could not load Shopify's consent-tracking-api");Mo()});return}t=setTimeout(n,200)};e=setTimeout(()=>{throw o(),Error("Fides.shopify was called but Shopify is not present in the page after 3 seconds.")},3e3),n()};var Sr={"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"},Fr={"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"},jr={"static.gpc":"Globalna kontrola privatnosti","static.gpc.description":"Va\u0161 izbor globalne kontrole privatnosti je uva\u017Een. Automatski ste isklju\u010Deni iz slu\u010Dajeva kori\u0161tenja podataka koji se pridr\u017Eavaju globalne kontrole privatnosti.","static.gpc.status.applied":"Prihva\u0107ena","static.gpc.status.overridden":"Odbijena","static.gpc.title":"Otkrivena je Globalna kontrola privatnosti"},Dr={"static.gpc":"Control de privadesa global","static.gpc.description":"S\u2019ha respectat la vostra prefer\xE8ncia pel que fa al control de privadesa global. Se us ha excl\xF2s autom\xE0ticament dels casos d\u2019\xFAs de dades que s\u2019adhereixen al control de privadesa global.","static.gpc.status.applied":"Aplicat","static.gpc.status.overridden":"Anul\xB7lat","static.gpc.title":"Control de privadesa global detectat"},Mr={"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"},Rr={"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"},zr={"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"},Ur={"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"},Br={"static.gpc":"Global Privacy Control","static.gpc.description":"Your global privacy control preference has been honored. You have been automatically opted out of data use cases which adhere to global privacy control.","static.gpc.status.applied":"Applied","static.gpc.status.overridden":"Overridden","static.gpc.title":"Global Privacy Control detected"},Gr={"static.gpc":"Control de privacidad global","static.gpc.description":"Su preferencia de control de privacidad global se ha respetado. Se le ha excluido autom\xE1ticamente de los casos de uso de datos que se adhieren al control de privacidad global.","static.gpc.status.applied":"Aplicado","static.gpc.status.overridden":"Anulado","static.gpc.title":"Control de privacidad global detectado"},Vr={"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"},Hr={"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"},Kr={"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"},Yr={"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"},qr={"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"},Wr={"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"},Zr={"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"},Jr={"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"},Xr={"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)"},Qr={"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"},ea={"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"},ta={"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"},oa={"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"},na={"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"},ia={"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"},ra={"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"},aa={"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"},sa={"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"},la={"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"},ca={"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"},da={"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"},pa={"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"},ua={"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"},fa={"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"},va={"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"},ga={"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"},_a={"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"},ba={"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"},ya={"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"},ma={"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:Sr,bg:Fr,bs:jr,ca:Dr,cs:Mr,da:Rr,de:zr,el:Ur,en:Br,es:Gr,"es-MX":Vr,et:Hr,eu:Kr,fi:Yr,fr:qr,"fr-CA":Wr,gl:Zr,"hi-IN":Jr,hr:Xr,hu:Qr,it:ea,ja:ta,lt:oa,lv:na,mt:ia,nl:ra,no:aa,pl:sa,"pt-BR":la,"pt-PT":ca,ro:da,ru:pa,sk:ua,sl:fa,"sr-Cyrl":va,"sr-Latn":ga,sv:_a,tr:ba,uk:ya,zh:ma},ha=[{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 wa=Object.defineProperty,Ro=Object.getOwnPropertySymbols,ka=Object.prototype.hasOwnProperty,Ca=Object.prototype.propertyIsEnumerable,zo=(e,t,o)=>t in e?wa(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Z=(e,t)=>{for(var o in t||(t={}))ka.call(t,o)&&zo(e,o,t[o]);if(Ro)for(var o of Ro(t))Ca.call(t,o)&&zo(e,o,t[o]);return e};function J(e,t){return e.toLowerCase().replaceAll("_","-")===t.toLowerCase().replaceAll("_","-")}function xa(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 s=!1;t!=null&&t.override_language&&(s=J(t.override_language,r));const l={};n.forEach(a=>{let c=null;t&&(s||a==="privacy_policy_url")&&(c=a in t?t[a]:null);const p=i[a];typeof p=="string"&&(l[`exp.${a}`]=c||p)}),o[r]=Z(Z({},l),o[r])});else{const i=B,r={};n.forEach(s=>{const l=e[s];typeof l=="string"&&(r[`exp.${s}`]=l)}),o[i]=Z(Z({},r),o[i])}return o}function Uo(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 Bo(e,t){const o={};return t.forEach(n=>{const i=Object.keys(e).find(r=>J(r,n));if(i){const r=e[i],s={};["purposes","specialPurposes","features","specialFeatures","stacks","dataCategories"].forEach(l=>{const a=r[l]||{};Object.keys(a).forEach(c=>{const p=a[c],d=`exp.tcf.${l}.${c}`;s[`${d}.name`]=p.name,s[`${d}.description`]=p.description,p.illustrations&&p.illustrations.length>0&&p.illustrations.forEach((b,u)=>{s[`${d}.illustrations.${u}`]=b})})}),o[n]=Z(Z({},s),o[n])}}),o}function Go(e){return Object.keys(Ot).forEach(t=>{e.load(t,Ot[t])}),Object.keys(Ot)}function Vo(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 s=t.experience_config,l=xa(s,o);Object.keys(l).forEach(a=>{i[a]=Z(Z({},l[a]),i[a])})}r.forEach(s=>{e.load(s,i[s])})}function Ho(e,t){if(!t.gvl)return;const{locale:o}=e,n={};n[o]=t.gvl;const i=Bo(n,[o]);e.load(o,i[o])}function Ko(e,t,o){const n=Bo(t,o);o.forEach(i=>{e.load(i,n[i])})}function Ye(e){return e.locale}function Yo(e,t,o=B){const n=e?.language;return t||n||o}function qo(e,t,o=B){const n=e.match(ze);if(n){const[i,r]=n,s=t.find(a=>J(a,i));if(s)return s;const l=t.find(a=>J(a,r));if(l)return l}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=Ye(e),n=t.translations.find(r=>J(r.language,o));return n||t.translations.find(r=>J(r.language,e.getDefaultLocale()))||t.translations[0]||null}function qe(e,t){if(!t||!t.translations)return null;const o=Ye(e),n=t.translations.find(r=>J(r.language,o));return n||t.translations.find(r=>J(r.language,e.getDefaultLocale()))||t.translations[0]||null}function Wo(e,t,o,n,i){var r,s,l,a,c;Go(e);const p=(r=o.available_locales)!=null&&r.length?o.available_locales:[B];Vo(e,o,i);const d=ha.filter(h=>p.includes(h.locale)),b=d.findIndex(h=>J(h.locale,e.getDefaultLocale()));b>0&&d.unshift(d.splice(b,1)[0]),e.setAvailableLanguages(d);const u=Uo(o)||B;e.setDefaultLocale(u);let f=u;((s=o.experience_config)==null?void 0:s.auto_detect_language)===!1||(f=Yo(t,n?.fidesLocale,u));const _=qo(f,p||[],e.getDefaultLocale());if((a=(l=o.experience_config)==null?void 0:l.translations)!=null&&a.find(h=>h.language===_))e.activate(_);else{const h=qe(e,o.experience_config);h?.language,e.activate(h?.language||_)}((c=o.experience_config)==null?void 0:c.component)===M.TCF_OVERLAY&&o.gvl&&Ho(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]=Z(Z({},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 Zo=(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(),s=(n=o?.experience_config)==null?void 0:n.translations.find(l=>l.language===r);s!=null&&s.modal_link_label&&(i=s.modal_link_label)}return i},Ea=At();var Oa=Object.defineProperty,Pa=Object.defineProperties,Aa=Object.getOwnPropertyDescriptors,Jo=Object.getOwnPropertySymbols,$a=Object.prototype.hasOwnProperty,Na=Object.prototype.propertyIsEnumerable,Xo=(e,t,o)=>t in e?Oa(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Ee=(e,t)=>{for(var o in t||(t={}))$a.call(t,o)&&Xo(e,o,t[o]);if(Jo)for(var o of Jo(t))Na.call(t,o)&&Xo(e,o,t[o]);return e},$t=(e,t)=>Pa(e,Aa(t)),We=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())}),Qo=(e=>(e.PRIVACY_EXPERIENCE="/privacy-experience",e.PRIVACY_PREFERENCES="/privacy-preferences",e.GVL_TRANSLATIONS="/privacy-experience/gvl/translations",e.NOTICES_SERVED="/notices-served",e))(Qo||{});function en(){return{}}const tn=e=>We(void 0,[e],function*({userLocationString:t,userLanguageString:o,fidesApiUrl:n,apiOptions:i,propertyId:r,requestMinimalTCF:s,missingExperienceHandler:l=en}){var a,c,p;if(i!=null&&i.getPrivacyExperienceFn)try{return yield i.getPrivacyExperienceFn(t,null)}catch(_){return l(_)}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:M.OVERLAY,has_notices:"true",has_config:"true",systems_applicable:"true",exclude_gvl_languages:"true",include_meta:"true",include_gvl:"true",include_non_applicable_notices:"true"},s&&{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(_){return l(_)}try{const _=yield f.json();if(((a=_.items)==null?void 0:a.length)<1)return{};const h=_.items&&_.items[0],m=(p=(c=h.experience_config)==null?void 0:c.translations)==null?void 0:p[0].language;return h}catch(_){return l(_)}}),on=(e,t)=>We(void 0,null,function*(){const o=new URLSearchParams;t?.forEach(s=>{o.append("language",s)});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():{}}),nn={method:"PATCH",mode:"cors",headers:{"Content-Type":"application/json"}},rn="Fides.js",an=(e,t,o,n,i)=>We(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(a){return Promise.reject(a)}return Promise.resolve()}const s=$t(Ee({},nn),{body:JSON.stringify($t(Ee({},t),{source:rn}))});return(yield fetch(`${o.fidesApiUrl}/privacy-preferences`,s)).ok,Promise.resolve()}),sn=e=>We(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(Ee({},nn),{body:JSON.stringify(t)}),r=yield fetch(`${o.fidesApiUrl}/notices-served`,i);return r.ok?r.json():null});var Ta=Object.defineProperty,Ia=Object.defineProperties,La=Object.getOwnPropertyDescriptors,ln=Object.getOwnPropertySymbols,Sa=Object.prototype.hasOwnProperty,Fa=Object.prototype.propertyIsEnumerable,cn=(e,t,o)=>t in e?Ta(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,be=(e,t)=>{for(var o in t||(t={}))Sa.call(t,o)&&cn(e,o,t[o]);if(ln)for(var o of ln(t))Fa.call(t,o)&&cn(e,o,t[o]);return e},ja=(e,t)=>Ia(e,La(t)),Nt=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});function Da(e,t,o,n,i,r,s,l,a,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:l,method:n,served_notice_history_id:a,property_id:c},s??[]);yield an(n,d,e,t,o)})}const Tt=e=>Nt(void 0,[e],function*({consentPreferencesToSave:t,privacyExperienceConfigHistoryId:o,experience:n,consentMethod:i,options:r,userLocationString:s,cookie:l,servedNoticeHistoryId:a,tcf:c,updateCookie:p,propertyId:d}){var b,u,f,_;if(!p&&t&&(p=y=>Me(y,t)),!p&&!t)throw new Error("updateCookie is required");const h=yield p(l);Object.assign(l,h),Object.assign(l.fides_meta,{consentMethod:i}),K("FidesUpdating",l);const m=xe(l.consent,(u=(b=window.Fides)==null?void 0:b.experience)==null?void 0:u.non_applicable_privacy_notices,(_=(f=window.Fides)==null?void 0:f.experience)==null?void 0:_.privacy_notices);if(window.Fides.consent=m,window.Fides.fides_string=l.fides_string,window.Fides.tcf_consent=l.tcf_consent,fo(ja(be({},l),{consent:m}),r.base64Cookie),window.Fides.saved_consent=l.consent,!r.fidesDisableSaveApi)try{yield Da(r,l,n,i,o,t,c,s,a,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)}),K("FidesUpdated",l)}),dn=(e,t)=>Object.entries(t).reduce((o,[n,i])=>{var r,s;if(o)return o;const l=(r=e.experience.non_applicable_privacy_notices)==null?void 0:r.find(p=>p===n);if(l)return new Error(`Provided notice key '${n}' is not applicable to the current experience.`);const a=(s=e.experience.privacy_notices)==null?void 0:s.find(p=>p.notice_key===n);if(!l&&!a)return new Error(`'${n}' is not a valid notice key`);const c=a?.consent_mechanism===H.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),Ma=(e,t,...o)=>Nt(void 0,[e,t,...o],function*(n,i,r=F.SCRIPT){var s,l,a;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=dn(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=dn(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 _;(l=(s=n.experience.experience_config)==null?void 0:s.translations)!=null&&l.length&&(_=n.experience.experience_config.translations[0].privacy_experience_config_history_id);const h=Be(n.geolocation)||void 0;return Tt({consentPreferencesToSave:f,privacyExperienceConfigHistoryId:_,experience:n.experience,consentMethod:r,options:n.options,userLocationString:h,cookie:n.cookie,propertyId:(a=n.config)==null?void 0:a.propertyId})}),It=e=>{throw new Error(e)},Ze=e=>{typeof window<"u"&&(window.Fides=e)},pn=({cookie:e,experience:t})=>{let o=t;return yt(e.consent)&&(o=mt({experience:t,cookie:e})),o},un=({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:Pr,gtm:Ar,meta:Nr,shopify:Lr,showModal:wt,getModalLinkLabel:()=>Re,encodeNoticeConsentString:To,decodeNoticeConsentString:kt,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:Ve(this.experience,this.cookie,this.saved_consent,this.options)},updateConsent(t){return Ma(this,t)}});var Ra=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});const fn=(e,t)=>Ra(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}}),za=()=>{var e,t,o;if(window.Fides.options.tcfEnabled&&!((t=(e=window.Fides.experience)==null?void 0:e.privacy_notices)!=null&&t.length))return!1;if(typeof((o=window.navigator)==null?void 0:o.globalPrivacyControl)=="boolean")return window.navigator.globalPrivacyControl;const n=new URL(window.location.href).searchParams.get("globalPrivacyControl");if(n==="true")return!0;if(n==="false")return!1},ye=()=>typeof window>"u"?{}:{globalPrivacyControl:za()};var Ua=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});const Ba=e=>Ua(void 0,[e],function*({savedConsent:t,effectiveExperience:o,cookie:n,fidesRegionString:i,fidesOptions:r,i18n:s}){if(!o||!o.experience_config||!o.privacy_notices||o.privacy_notices.length===0)return!1;const l=ye(),{nc:a}=Et(r.fidesString||"");l.globalPrivacyControl;const{consent:c,method:p}=ho(r),d=!!c&&!!p&&!ge();if(!l.globalPrivacyControl&&!a&&!d)return!1;const b=qe(s,o.experience_config),u=b?.privacy_experience_config_history_id;let f=!1,_=!1,h=!1;const m=o.privacy_notices.map(y=>{const k=Fe(y,t),w=Pt(s,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=kt(a);if(y.consent_mechanism!==H.NOTICE_ONLY){if(x){const P=x[y.notice_key];if(P!==void 0)return _=!0,new re(y,ee(P,y.consent_mechanism),w?.privacy_notice_history_id)}if(l.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(gt(y,t),y.consent_mechanism),w?.privacy_notice_history_id)});if(f||_||h){let y=F.SCRIPT;return h&&p?y=p:_?y=F.SCRIPT:f&&(y=F.GPC),yield Tt({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}),Ga=()=>{document.body.classList.add("fides-no-scroll")},vn=()=>{document.body.classList.remove("fides-no-scroll")},Va=e=>new DOMParser().parseFromString(e,"text/html").body.textContent||"",gn=e=>{let t=0,o=200;return new Promise(n=>{const i=r=>{const s=setTimeout(()=>{const l=document.getElementById(e);l?(clearInterval(s),n(l)):(t+=1,t>=5&&o<1e3&&(o+=200),i(o))},r)};i(o)})};var Ha=Object.defineProperty,_n=Object.getOwnPropertySymbols,Ka=Object.prototype.hasOwnProperty,Ya=Object.prototype.propertyIsEnumerable,bn=(e,t,o)=>t in e?Ha(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,yn=(e,t)=>{for(var o in t||(t={}))Ka.call(t,o)&&bn(e,o,t[o]);if(_n)for(var o of _n(t))Ya.call(t,o)&&bn(e,o,t[o]);return e},mn=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});const qa=(e,t)=>mn(void 0,null,function*(){return Be(e)||Be(yield fn(t.isGeolocationEnabled,t.geolocationApiUrl))}),hn=(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,s=Oo(e);s?.forEach(({overrideName:l,overrideType:a,overrideKey:c,validationRegex:p,transform:d})=>{const b=n.get(c),u=r?r[c]:void 0,f=De(c),_=b||u||f;_&&p.test(_.toString())&&(d?o[l]=d(_.toString()):o[l]=a==="string"?_:JSON.parse(_.toString()))})}return o},Wa=({consent:e,options:t})=>{const o=ye(),n=vo(e,o);return uo(n,t.fidesClearCookie)},Za=({cookie:e,savedConsent:t,experience:o,geolocation:n,options:i,updateExperienceFromCookieConsent:r})=>{let s=o;return _e(o)&&(s=r({experience:o,cookie:e,debug:i.debug})),{consent:e.consent,fides_meta:e.fides_meta,identity:e.identity,experience:s,tcf_consent:e.tcf_consent,fides_string:e.fides_string,saved_consent:t,geolocation:n,options:i,initialized:!0}},Ja=e=>mn(void 0,[e],function*({fides:t,options:o,geolocation:n,initOverlay:i,renderOverlay:r,updateExperience:s,overrides:l,propertyId:a}){var c,p,d,b,u;let f=!0,_=null,h=()=>Re;if(!t.cookie)throw new Error("Fides cookie should be initialized");if(f=o.isOverlayEnabled,f){Eo(o)||(f=!1),_=yield qa(n,o);let x=!1;if(_?_e(t.experience)||(x=!0,t.experience=yield tn({userLocationString:_,fidesApiUrl:o.fidesApiUrl,apiOptions:o.apiOptions,requestMinimalTCF:!1,propertyId:a})):f=!1,f&&_e(t.experience)&&Po(t.experience)){if(x){const $=s({cookie:t.cookie,experience:t.experience});t.experience=yn(yn({},t.experience),$)}const P=bo({cookie:t.cookie,experience:t.experience});t.cookie=P;const A=At();if(Wo(A,window?.navigator,t.experience,o,l?.experienceTranslationOverrides),t.locale=A.locale||B,h=$=>Zo(!!($!=null&&$.disableLocalization),A,t.experience),((c=t.experience.experience_config)==null?void 0:c.component)===M.HEADLESS){const $=o.modalLinkId||"fides-modal-link";!t.experience||o.fidesEmbed||o.modalLinkId,gn($).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:_,cookie:t.cookie,savedConsent:t.saved_consent,renderOverlay:r,propertyId:a,translationOverrides:l?.experienceTranslationOverrides}).catch($=>{}),setTimeout(Ba.bind(null,{savedConsent:t.saved_consent,effectiveExperience:t.experience,cookie:t.cookie,fidesRegionString:_,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 Je,O,wn,de,kn,Cn,Lt,St,Ft,jt,xn,Oe={},En=[],Xa=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,Xe=Array.isArray;function ie(e,t){for(var o in t)e[o]=t[o];return e}function On(e){var t=e.parentNode;t&&t.removeChild(e)}function v(e,t,o){var n,i,r,s={};for(r in t)r=="key"?n=t[r]:r=="ref"?i=t[r]:s[r]=t[r];if(arguments.length>2&&(s.children=arguments.length>3?Je.call(arguments,2):o),typeof e=="function"&&e.defaultProps!=null)for(r in e.defaultProps)s[r]===void 0&&(s[r]=e.defaultProps[r]);return Qe(e,s,n,i,null)}function Qe(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??++wn,__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 Pn(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 Pn(e)}}function Dt(e){(!e.__d&&(e.__d=!0)&&de.push(e)&&!et.__r++||kn!==O.debounceRendering)&&((kn=O.debounceRendering)||Cn)(et)}function et(){var e,t,o,n,i,r,s,l;for(de.sort(Lt);e=de.shift();)e.__d&&(t=de.length,n=void 0,r=(i=(o=e).__v).__e,s=[],l=[],o.__P&&((n=ie({},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,s,r??pe(i),!!(32&i.__u),l),n.__v=i.__v,n.__.__k[n.__i]=n,In(s,n,l),n.__e!=r&&Pn(n)),de.length>t&&de.sort(Lt));et.__r=0}function An(e,t,o,n,i,r,s,l,a,c,p){var d,b,u,f,_,h=n&&n.__k||En,m=t.length;for(o.__d=a,Qa(o,t,h),a=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,s,l,a,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)),_==null&&f!=null&&(_=f),65536&u.__u||b.__k===u.__k?(a&&typeof u.type=="string"&&!e.contains(a)&&(a=pe(b)),a=$n(u,a,e)):typeof u.type=="function"&&u.__d!==void 0?a=u.__d:f&&(a=f.nextSibling),u.__d=void 0,u.__u&=-196609);o.__d=a,o.__e=_}function Qa(e,t,o){var n,i,r,s,l,a=t.length,c=o.length,p=c,d=0;for(e.__k=[],n=0;n<a;n++)s=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?Qe(null,i,null,null,null):Xe(i)?Qe(te,{children:i},null,null,null):i.constructor===void 0&&i.__b>0?Qe(i.type,i.props,i.key,i.ref?i.ref:null,i.__v):i)!=null?(i.__=e,i.__b=e.__b+1,l=es(i,o,s,p),i.__i=l,r=null,l!==-1&&(p--,(r=o[l])&&(r.__u|=131072)),r==null||r.__v===null?(l==-1&&d--,typeof i.type!="function"&&(i.__u|=65536)):l!==s&&(l==s-1?d=l-s:l==s+1?d++:l>s?p>a-s?d+=l-s:d--:l<s&&d++,l!==n+d&&(i.__u|=65536))):(r=o[s])&&r.key==null&&r.__e&&(131072&r.__u)==0&&(r.__e==e.__d&&(e.__d=pe(r)),zt(r,r,!1),o[s]=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 $n(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=$n(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 tt(e,t){return t=t||[],e==null||typeof e=="boolean"||(Xe(e)?e.some(function(o){tt(o,t)}):t.push(e)),t}function es(e,t,o,n){var i=e.key,r=e.type,s=o-1,l=o+1,a=t[o];if(a===null||a&&i==a.key&&r===a.type&&(131072&a.__u)==0)return o;if(n>(a!=null&&(131072&a.__u)==0?1:0))for(;s>=0||l<t.length;){if(s>=0){if((a=t[s])&&(131072&a.__u)==0&&i==a.key&&r===a.type)return s;s--}if(l<t.length){if((a=t[l])&&(131072&a.__u)==0&&i==a.key&&r===a.type)return l;l++}}return-1}function Nn(e,t,o){t[0]==="-"?e.setProperty(t,o??""):e[t]=o==null?"":typeof o!="number"||Xa.test(t)?o:o+"px"}function ot(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||Nn(e.style,t,"");if(o)for(t in o)n&&o[t]===n[t]||Nn(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?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 Tn(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,s,l,a,c){var p,d,b,u,f,_,h,m,y,k,w,x,P,A,$,N,I=t.type;if(t.constructor!==void 0)return null;128&o.__u&&(a=!!(32&o.__u),r=[l=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=os),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&&s.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,_)})}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&&(_=d.getSnapshotBeforeUpdate(u,f)),An(e,Xe(N=p!=null&&p.type===te&&p.key==null?p.props.children:p)?N:[N],t,o,n,i,r,s,l,a,c),d.base=t.__e,t.__u&=-161,d.__h.length&&s.push(d),h&&(d.__E=d.__=null)}catch(C){t.__v=null,a||r!=null?(t.__e=l,t.__u|=a?160:32,r[r.indexOf(l)]=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=ts(o.__e,t,o,n,i,r,s,a,c);(p=O.diffed)&&p(t)}function In(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 ts(e,t,o,n,i,r,s,l,a){var c,p,d,b,u,f,_,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,l=!1}if(y===null)h===m||l&&e.data===m||(e.data=m);else{if(r=r&&Je.call(e.childNodes),h=o.props||Oe,!l&&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;ot(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"?_=u:c==="key"||l&&typeof u!="function"||h[c]===u||ot(e,c,u,h[c],i);if(p)l||d&&(p.__html===d.__html||p.__html===e.innerHTML)||(e.innerHTML=p.__html),t.__k=[];else if(d&&(e.innerHTML=""),An(e,Xe(b)?b:[b],t,o,n,y==="foreignObject"?"http://www.w3.org/1999/xhtml":i,r,s,r?r[0]:o.__k&&pe(o,0),l,a),r!=null)for(c=r.length;c--;)r[c]!=null&&On(r[c]);l||(c="value",f!==void 0&&(f!==e[c]||y==="progress"&&!f||y==="option"&&f!==h[c])&&ot(e,c,f,h[c],i),c="checked",_!==void 0&&_!==e[c]&&ot(e,c,_,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||On(e.__e),e.__c=e.__=e.__e=e.__d=void 0}function os(e,t,o){return this.constructor(e,o)}function Ln(e,t,o){var n,i,r,s;O.__&&O.__(e,t),i=(n=typeof o=="function")?null:o&&o.__k||t.__k,r=[],s=[],Mt(t,e=(!n&&o||t).__k=v(te,null,[e]),i||Oe,Oe,t.namespaceURI,!n&&o?[o]:i?null:t.firstChild?Je.call(t.childNodes):null,r,!n&&o?o:i?i.__e:t.firstChild,n,s),In(r,e,s)}function Ut(e,t){var o={__c:t="__cC"+xn++,__: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(s){this.props.value!==s.value&&i.some(function(l){l.__e=!0,Dt(l)})},this.sub=function(s){i.push(s);var l=s.componentWillUnmount;s.componentWillUnmount=function(){i&&i.splice(i.indexOf(s),1),l&&l.call(s)}}),n.children}};return o.Provider.__=o.Consumer.contextType=o}Je=En.slice,O={__e:function(e,t,o,n){for(var i,r,s;t=t.__;)if((i=t.__c)&&!i.__)try{if((r=i.constructor)&&r.getDerivedStateFromError!=null&&(i.setState(r.getDerivedStateFromError(e)),s=i.__d),i.componentDidCatch!=null&&(i.componentDidCatch(e,n||{}),s=i.__d),s)return i.__E=i}catch(l){e=l}throw e}},wn=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),Dt(this))},oe.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),Dt(this))},oe.prototype.render=te,de=[],Cn=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Lt=function(e,t){return e.__v.__b-t.__v.__b},et.__r=0,St=0,Ft=Tn(!1),jt=Tn(!0),xn=0;const ns=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),s=Math.min(o,n,i);let l,a;const c=(r+s)/2;if(r===s)l=a=0;else{const p=r-s;switch(a=c>.5?p/(2-r-s):p/(r+s),r){case o:l=(n-i)/p+(n<i?6:0);break;case n:l=(i-o)/p+2;break;case i:l=(o-n)/p+4;break}l/=6}return{h:l,s:a,l:c}}catch{return null}},is=(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 Sn=(e=>(e.HEX="hex",e.HSL="hsl",e))(Sn||{});const rs=(e,t,o)=>{const n=t==="hex"?ns(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,is(n)):e};var nt=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});const Fn="fides-embed-container",as="fides-overlay";let it;const jn=e=>nt(void 0,[e],function*({options:t,experience:o,i18n:n,fidesRegionString:i,cookie:r,savedConsent:s,renderOverlay:l,propertyId:a,translationOverrides:c}){const p=()=>nt(void 0,null,function*(){var d,b,u;try{if(it&&(Ln(null,it),it=void 0),t.fidesPrimaryColor){document.documentElement.style.setProperty("--fides-overlay-primary-color",t.fidesPrimaryColor);const _=rs(t.fidesPrimaryColor,Sn.HEX,1);document.documentElement.style.setProperty("--fides-overlay-primary-button-background-hover-color",_)}let f;if(t.fidesEmbed)f=document.getElementById(Fn),f||(yield nt(void 0,null,function*(){return new Promise(_=>{let h=0,m=200;const y=setInterval(()=>{f=document.getElementById(Fn),f?(clearInterval(y),_()):(h+=1,h>=5&&m<1e3&&(m+=200))},m)})}));else{const _=t.overlayParentId||as;f=document.getElementById(_),f||(f=document.createElement("div"),f.id=_,f.className="fides-overlay",document.body.prepend(f))}return f?(l&&(((d=o.experience_config)==null?void 0:d.component)===M.MODAL||((b=o.experience_config)==null?void 0:b.component)===M.BANNER_AND_MODAL||((u=o.experience_config)==null?void 0:u.component)===M.TCF_OVERLAY)&&(l({options:t,experience:o,i18n:n,fidesRegionString:i,cookie:r,savedConsent:s,propertyId:a,translationOverrides:c},f),it=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",()=>nt(void 0,null,function*(){document.readyState==="interactive"&&p()})):p(),Promise.resolve()});function ss(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 ls=`: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(g,we){typeof exports=="object"&&typeof module<"u"?we(exports):typeof define=="function"&&define.amd?define(["exports"],we):(g=typeof globalThis<"u"?globalThis:g||self,we(g.Fides={}))})(this,function(g){"use strict";var we=Object.defineProperty,Ni=(e,t,o)=>t in e?we(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,pt=(e,t,o)=>Ni(e,typeof t!="symbol"?t+"":t,o);class re{constructor(t,o,n){pt(this,"consentPreference"),pt(this,"notice"),pt(this,"noticeHistoryId"),this.notice=t,this.consentPreference=o,this.noticeHistoryId=n}}g.TCMobileDataVals=void 0,(e=>{(t=>(t[t._0=0]="_0",t[t._1=1]="_1"))(e.IABTCFgdprApplies||(e.IABTCFgdprApplies={})),(t=>(t[t._0=0]="_0",t[t._1=1]="_1"))(e.IABTCFPurposeOneTreatment||(e.IABTCFPurposeOneTreatment={})),(t=>(t[t._0=0]="_0",t[t._1=1]="_1"))(e.IABTCFUseNonStandardTexts||(e.IABTCFUseNonStandardTexts={}))})(g.TCMobileDataVals||(g.TCMobileDataVals={}));var 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||{}),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||{}),M=(e=>(e.OVERLAY="overlay",e.BANNER_AND_MODAL="banner_and_modal",e.MODAL="modal",e.PRIVACY_CENTER="privacy_center",e.TCF_OVERLAY="tcf_overlay",e.HEADLESS="headless",e))(M||{}),Zt=(e=>(e.ALWAYS_ENABLED="always_enabled",e.ENABLED_WHERE_REQUIRED="enabled_where_required",e.ALWAYS_DISABLED="always_disabled",e))(Zt||{}),ve=(e=>(e.OPTIONS="options",e.EXPERIENCE_TRANSLATION="language",e))(ve||{}),W=(e=>(e.PRIMARY="primary",e.SECONDARY="secondary",e.TERTIARY="tertiary",e))(W||{}),ut=(e=>(e.ACKNOWLEDGE="acknowledge",e.OPT_IN_OPT_OUT="opt_in_opt_out",e.OPT_IN_ONLY="opt_in_only",e))(ut||{}),Xt=(e=>(e.REJECT_ALL="reject_all",e.REJECT_CONSENT_ONLY="reject_consent_only",e))(Xt||{}),F=(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))(F||{}),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||{}),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||{}),ft=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 ft=="object"&&ft;(r.global===r||r.window===r)&&(o=r);var s=function(f){this.message=f};s.prototype=new Error,s.prototype.name="InvalidCharacterError";var l=function(f){throw new s(f)},a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",c=/[\t\n\f\r ]/g,p=function(f){f=String(f).replace(c,"");var _=f.length;_%4==0&&(f=f.replace(/==?$/,""),_=f.length),(_%4==1||/[^+a-zA-Z0-9/]/.test(f))&&l("Invalid character: the string to be decoded is not correctly encoded.");for(var h=0,m,y,k="",w=-1;++w<_;)y=a.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)&&l("The string to be encoded contains characters outside of the Latin1 range.");for(var _=f.length%3,h="",m=-1,y,k,w,x,P=f.length-_;++m<P;)y=f.charCodeAt(m)<<16,k=f.charCodeAt(++m)<<8,w=f.charCodeAt(++m),x=y+k+w,h+=a.charAt(x>>18&63)+a.charAt(x>>12&63)+a.charAt(x>>6&63)+a.charAt(x&63);return _==2?(y=f.charCodeAt(m)<<8,k=f.charCodeAt(++m),x=y+k,h+=a.charAt(x>>10)+a.charAt(x>>4&63)+a.charAt(x<<2&63)+"="):_==1&&(x=f.charCodeAt(m),h+=a.charAt(x>>2)+a.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})(ft)}(Te,Te.exports);var eo=Te.exports;/*! js-cookie v3.0.5 | MIT */function Se(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var 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 vt(e,t){function o(i,r,s){if(!(typeof document>"u")){s=Se({},t,s),typeof s.expires=="number"&&(s.expires=new Date(Date.now()+s.expires*864e5)),s.expires&&(s.expires=s.expires.toUTCString()),i=encodeURIComponent(i).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var l="";for(var a in s)s[a]&&(l+="; "+a,s[a]!==!0&&(l+="="+s[a].split(";")[0]));return document.cookie=i+"="+e.write(r,i)+l}}function n(i){if(!(typeof document>"u"||arguments.length&&!i)){for(var r=document.cookie?document.cookie.split("; "):[],s={},l=0;l<r.length;l++){var a=r[l].split("="),c=a.slice(1).join("=");try{var p=decodeURIComponent(a[0]);if(s[p]=e.read(c,p),i===p)break}catch{}}return i?s[i]:s}}return Object.create({set:o,get:n,remove:function(i,r){o(i,"",Se({},r,{expires:-1}))},withAttributes:function(i){return vt(this.converter,Se({},this.attributes,i))},withConverter:function(i){return vt(Se({},this.converter,i),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(e)}})}var Si=vt(Ti,{path:"/"});let Ie;const Ii=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(Ii)}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 Le(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 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,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,gt=(e,t)=>e.consent_mechanism===V.NOTICE_ONLY?!0:t&&Fe(e,t)?!!t[e.notice_key]:se(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||{}),_t=(e=>(e.CONSENT="Consent",e.LEGITIMATE_INTERESTS="Legitimate interests",e))(_t||{});const Di=",",Mi=[{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"}],Ri=[{cookieKey:"system_consent_preferences",experienceKey:"tcf_system_consents"},{cookieKey:"system_legitimate_interests_preferences",experienceKey:"tcf_system_legitimate_interests"}];Mi.filter(({experienceKey:e})=>e!=="tcf_features"&&e!=="tcf_special_purposes").map(e=>e.experienceKey),_t.CONSENT.toString(),_t.LEGITIMATE_INTERESTS.toString();var zi=Object.defineProperty,Ui=Object.defineProperties,Bi=Object.getOwnPropertyDescriptors,io=Object.getOwnPropertySymbols,Gi=Object.prototype.hasOwnProperty,Hi=Object.prototype.propertyIsEnumerable,ro=(e,t,o)=>t in e?zi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,le=(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))Hi.call(t,o)&&ro(e,o,t[o]);return e},xe=(e,t)=>Ui(e,Bi(t)),Vi=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});const bt="fides_consent",ao=365,je=Si.withConverter({read(e){return decodeURIComponent(e)},write(e){return encodeURIComponent(e)}}),yt=e=>e?Object.values(e).some(t=>t!==void 0):!1,so=()=>Le(),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:{}}},De=e=>je.get(e),ge=()=>{const e=De(bt);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=ge();if(n!=null&&n.consent){const{consent:i}=n;Object.entries(i).forEach(([r,s])=>{i[r]=Ce(s)})}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}},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 s=1;s<=i.length;s+=1)if(r=i.slice(-s).join("."),je.set(bt,n,{path:"/",domain:r,expires:ao})){const l=ge();if(l&&l.fides_meta.updatedAt===e.fides_meta.updatedAt)break}},mt=({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 s=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:s})});return xe(le({},e),{privacy_notices:n})},Yi=e=>{const t={};return Ri.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},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(s=>{const l=o[s];if(l===void 0){o[s]=r;return}o[s]=l&&r})}),o},vo=(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}`})}})},go=e=>{const t=new Map(e.map(({notice:o,consentPreference:n})=>[o.notice_key,se(n)]));return Object.fromEntries(t)},Me=(e,t)=>Vi(void 0,null,function*(){return xe(le({},e),{consent:go(t)})}),qi=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},_o=({cookie:e,experience:t})=>{const o=qi(t);return xe(le({},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",F.OT_MIGRATION)}getConsentCookie(){return De(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[s,l]=r.split(":");o[s]&&o[s].forEach(a=>{const c=l==="1";n[a]===void 0&&(n[a]=c)})}),n}}var yo=(e=>(e.ONETRUST="onetrust",e))(yo||{});const ht=new Map;function Xi(e,t){ht.set(e,t)}function Qi(e){e.otFidesMapping&&Xi(yo.ONETRUST,new Zi)}function mo(e){let t,o;if(Array.from(ht).some(([i,r])=>{const s=r.getConsentCookie();if(!s)return!1;const l=r.convertToFidesConsent(s,e);return l?(t=l,o=i,!0):!1}),!o)return{consent:void 0,method:void 0};const n=ht.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: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)$/}],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}],ho="fides-overlay-wrapper",ir="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 rr=Object.defineProperty,ar=Object.defineProperties,sr=Object.getOwnPropertyDescriptors,ko=Object.getOwnPropertySymbols,lr=Object.prototype.hasOwnProperty,cr=Object.prototype.propertyIsEnumerable,Co=(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)&&Co(e,o,t[o]);if(ko)for(var o of ko(t))cr.call(t,o)&&Co(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,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 ve.OPTIONS:return or;case ve.EXPERIENCE_TRANSLATION:return nr;default:return null}},Oo=e=>{if(!_e(e))return!1;const t=e.experience_config;return t&&(t.component===M.MODAL||t.component===M.BANNER_AND_MODAL||t.component===M.TCF_OVERLAY||t.component===M.HEADLESS)?!(t.component===M.BANNER_AND_MODAL&&!(e.privacy_notices&&e.privacy_notices.length>0)):!1},Ge=e=>e.fidesConsentOverride===F.ACCEPT||e.fidesConsentOverride===F.REJECT,ur=e=>{var t;return(t=e.default_preference)!=null?t:z.OPT_OUT},He=(e,t,o,n)=>{var i,r,s,l,a,c;return n!=null&&n.fidesDisableBanner||!_e(e)?!1:((i=e.experience_config)==null?void 0:i.component)===M.TCF_OVERLAY&&t?n&&Ge(n)?!1:(r=e.meta)!=null&&r.version_hash?e.meta.version_hash!==t.tcf_version_hash:!0:((s=e.experience_config)==null?void 0:s.component)===M.MODAL||((l=e.experience_config)==null?void 0:l.component)===M.HEADLESS||!((a=e?.privacy_notices)!=null&&a.length)?!1:o?n&&Ge(n)?!1:t?.fides_meta.consentMethod===F.GPC?!0:!((c=e.privacy_notices)!=null&&c.every(p=>Fe(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===V.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 re(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})}},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,s])=>[r,Ce(s)]));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 s=e[r];if(typeof s=="string")n[r]=s;else{const l=o[r];n[r]=ee(s,l)}}),n):Ue({},e)},Ee=(e,t,o=[],n,i)=>{var r,s,l;const a=Ue({},e),c=(r=window.Fides)==null?void 0:r.options,p=(s=i??c?.fidesConsentNonApplicableFlagMode)!=null?s:fe.OMIT,d=(l=n??c?.fidesConsentFlagType)!=null?l:ae.BOOLEAN,b={};Object.assign(b,fr({consent:{},nonApplicableNotices:t??[],flagType:d,mode:p}));const u=o.reduce((f,_)=>dr(Ue({},f),{[_.notice_key]:_.consent_mechanism}),{});return Object.assign(b,vr({consent:a,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,To=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,Ct=(e,t)=>{for(var o in t||(t={}))mr.call(t,o)&&So(e,o,t[o]);if(To)for(var o of To(t))hr.call(t,o)&&So(e,o,t[o]);return e},wr=(e,t)=>br(e,yr(t));const K=(e,t,o)=>{var n,i,r,s,l,a,c;const p=t?Ct({},t):void 0;if(typeof window<"u"&&typeof CustomEvent<"u"){const d=Ct({consentMethod:p?.fides_meta.consentMethod},o),b=(n=performance?.mark)==null?void 0:n.call(performance,e),u=b?.startTime,f=p;f&&p!=null&&p.consent&&(f.consent=Ee(p.consent,(r=(i=window.Fides)==null?void 0:i.experience)==null?void 0:r.non_applicable_privacy_notices,(l=(s=window.Fides)==null?void 0:s.experience)==null?void 0:l.privacy_notices));const _=new CustomEvent(e,{detail:wr(Ct({},f),{debug:!!((c=(a=window.Fides)==null?void 0:a.options)!=null&&c.debug),extraDetails:d,timestamp:u}),bubbles:!0});window.dispatchEvent(_)}},Io=(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 xt=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",Ve=()=>{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,s=wo.some(l=>i[l]);!r||s?(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("FidesReady",Ve),window.addEventListener("FidesUpdated",Ve),window.addEventListener("onBlueConicLoaded",Ve),Ve()},Lo=(e,t)=>{var o,n,i,r,s,l,a,c,p,d,b,u,f,_;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 $=(s=(r=t?.flag_type)!=null?r:(i=(n=window.Fides)==null?void 0:n.options)==null?void 0:i.fidesConsentFlagType)!=null?s:ae.BOOLEAN,N=(p=(c=t?.non_applicable_flag_mode)!=null?c:(a=(l=window.Fides)==null?void 0:l.options)==null?void 0:a.fidesConsentNonApplicableFlagMode)!=null?p:fe.OMIT,S=(u=(b=(d=window.Fides)==null?void 0:d.experience)==null?void 0:b.privacy_notices)!=null?u:[],C=(_=(f=window.Fides)==null?void 0:f.experience)==null?void 0:_.non_applicable_privacy_notices;A=Ee(k,C,S,$,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,FidesConsentLoaded:!0,FidesReady:!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:s}=window.Fides,l=(o=performance?.getEntriesByName("FidesInitialized")[0])==null?void 0:o.startTime;Lo({type:"FidesInitialized",detail:{consent:n,fides_meta:i,identity:r,tcf_consent:s,timestamp:l,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:wo,sale_of_data:["marketing","data_sales","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 s=r.some(a=>o[a]===!0),l=r.some(a=>o[a]===!1);return[i,s||(l?!1:void 0)]}));return n.sale_of_data=(t=n.sale_of_data)!=null?t:!1,n}const Ke=e=>{window.Shopify.customerPrivacy.setTrackingConsent($r(e),()=>{})},Fo=()=>{var e,t;(e=window.Shopify)!=null&&e.customerPrivacy||console.error("Fides could not access Shopify's customerPrivacy API"),window.addEventListener("FidesReady",o=>Ke(o.detail.consent)),window.addEventListener("FidesUpdating",o=>Ke(o.detail.consent)),window.addEventListener("FidesUpdated",o=>Ke(o.detail.consent)),(t=window.Fides)!=null&&t.initialized&&window.Fides.cookie&&Ke(window.Fides.cookie.consent)},Nr=()=>{let e,t;const o=()=>{clearTimeout(e),clearTimeout(t)},n=()=>{if(window.Shopify){if(o(),window.Shopify.customerPrivacy){Fo();return}window.Shopify.loadFeatures([{name:"consent-tracking-api",version:"0.1"}],i=>{if(i)throw Error("Fides could not load Shopify's consent-tracking-api");Fo()});return}t=setTimeout(n,200)};e=setTimeout(()=>{throw o(),Error("Fides.shopify was called but Shopify is not present in the page after 3 seconds.")},3e3),n()};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"},Sr={"static.gpc":"\u0413\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438","static.gpc.description":"\u0412\u0430\u0448\u0435\u0442\u043E \u043F\u0440\u0435\u0434\u043F\u043E\u0447\u0438\u0442\u0430\u043D\u0438\u0435 \u0437\u0430 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438 \u0435 \u0437\u0430\u0447\u0435\u0442\u0435\u043D\u043E. \u0412\u0438\u0435 \u0441\u0442\u0435 \u0431\u0438\u043B\u0438 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0438\u0437\u043A\u043B\u044E\u0447\u0435\u043D\u0438 \u043E\u0442 \u0441\u043B\u0443\u0447\u0430\u0438\u0442\u0435 \u043D\u0430 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u0434\u0430\u043D\u043D\u0438, \u043A\u043E\u0438\u0442\u043E \u0441\u0435 \u043E\u0442\u043D\u0430\u0441\u044F\u0442 \u043A\u044A\u043C \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438.","static.gpc.status.applied":"\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u043E","static.gpc.status.overridden":"\u041F\u0440\u0435\u043C\u0430\u0445\u043D\u0430\u0442\u043E","static.gpc.title":"\u041E\u0442\u043A\u0440\u0438\u0442\u043E \u0435 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043B\u0438\u0447\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438"},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"},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"},Dr={"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"},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 Et={ar:Tr,bg:Sr,bs:Ir,ca:Lr,cs:Fr,da:jr,de:Dr,el:Mr,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,jo=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(jo)for(var o of jo(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 s=!1;t!=null&&t.override_language&&(s=Z(t.override_language,r));const l={};n.forEach(a=>{let c=null;t&&(s||a==="privacy_policy_url")&&(c=a in t?t[a]:null);const p=i[a];typeof p=="string"&&(l[`exp.${a}`]=c||p)}),o[r]=J(J({},l),o[r])});else{const i=B,r={};n.forEach(s=>{const l=e[s];typeof l=="string"&&(r[`exp.${s}`]=l)}),o[i]=J(J({},r),o[i])}return o}function Mo(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 Ro(e,t){const o={};return t.forEach(n=>{const i=Object.keys(e).find(r=>Z(r,n));if(i){const r=e[i],s={};["purposes","specialPurposes","features","specialFeatures","stacks","dataCategories"].forEach(l=>{const a=r[l]||{};Object.keys(a).forEach(c=>{const p=a[c],d=`exp.tcf.${l}.${c}`;s[`${d}.name`]=p.name,s[`${d}.description`]=p.description,p.illustrations&&p.illustrations.length>0&&p.illustrations.forEach((b,u)=>{s[`${d}.illustrations.${u}`]=b})})}),o[n]=J(J({},s),o[n])}}),o}function zo(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 s=t.experience_config,l=wa(s,o);Object.keys(l).forEach(a=>{i[a]=J(J({},l[a]),i[a])})}r.forEach(s=>{e.load(s,i[s])})}function Bo(e,t){if(!t.gvl)return;const{locale:o}=e,n={};n[o]=t.gvl;const i=Ro(n,[o]);e.load(o,i[o])}function Go(e,t,o){const n=Ro(t,o);o.forEach(i=>{e.load(i,n[i])})}function Ye(e){return e.locale}function Ho(e,t,o=B){const n=e?.language;return t||n||o}function Vo(e,t,o=B){const n=e.match(ze);if(n){const[i,r]=n,s=t.find(a=>Z(a,i));if(s)return s;const l=t.find(a=>Z(a,r));if(l)return l}return o}function ce(e,t){return e.t(t)!==""&&e.t(t)!==t}function Ot(e,t){if(!t||!t.translations)return null;const o=Ye(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 qe(e,t){if(!t||!t.translations)return null;const o=Ye(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,s,l,a,c;zo(e);const p=(r=o.available_locales)!=null&&r.length?o.available_locales:[B];Uo(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=Mo(o)||B;e.setDefaultLocale(u);let f=u;((s=o.experience_config)==null?void 0:s.auto_detect_language)===!1||(f=Ho(t,n?.fidesLocale,u));const _=Vo(f,p||[],e.getDefaultLocale());if((a=(l=o.experience_config)==null?void 0:l.translations)!=null&&a.find(h=>h.language===_))e.activate(_);else{const h=qe(e,o.experience_config);h?.language,e.activate(h?.language||_)}((c=o.experience_config)==null?void 0:c.component)===M.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=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(),s=(n=o?.experience_config)==null?void 0:n.translations.find(l=>l.language===r);s!=null&&s.modal_link_label&&(i=s.modal_link_label)}return i},ka=Pt();var Ca=Object.defineProperty,xa=Object.defineProperties,Ea=Object.getOwnPropertyDescriptors,qo=Object.getOwnPropertySymbols,Oa=Object.prototype.hasOwnProperty,Pa=Object.prototype.propertyIsEnumerable,Wo=(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)&&Wo(e,o,t[o]);if(qo)for(var o of qo(t))Pa.call(t,o)&&Wo(e,o,t[o]);return e},At=(e,t)=>xa(e,Ea(t)),We=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((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=>We(void 0,[e],function*({userLocationString:t,userLanguageString:o,fidesApiUrl:n,apiOptions:i,propertyId:r,requestMinimalTCF:s,missingExperienceHandler:l=Zo}){var a,c,p;if(i!=null&&i.getPrivacyExperienceFn)try{return yield i.getPrivacyExperienceFn(t,null)}catch(_){return l(_)}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:M.OVERLAY,has_notices:"true",has_config:"true",systems_applicable:"true",exclude_gvl_languages:"true",include_meta:"true",include_gvl:"true",include_non_applicable_notices:"true"},s&&{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(_){return l(_)}try{const _=yield f.json();if(((a=_.items)==null?void 0:a.length)<1)return{};const h=_.items&&_.items[0],m=(p=(c=h.experience_config)==null?void 0:c.translations)==null?void 0:p[0].language;return h}catch(_){return l(_)}}),Qo=(e,t)=>We(void 0,null,function*(){const o=new URLSearchParams;t?.forEach(s=>{o.append("language",s)});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)=>We(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(a){return Promise.reject(a)}return Promise.resolve()}const s=At(Oe({},en),{body:JSON.stringify(At(Oe({},t),{source:tn}))});return(yield fetch(`${o.fidesApiUrl}/privacy-preferences`,s)).ok,Promise.resolve()}),nn=e=>We(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(Oe({},en),{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,rn=Object.getOwnPropertySymbols,Ta=Object.prototype.hasOwnProperty,Sa=Object.prototype.propertyIsEnumerable,an=(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)&&an(e,o,t[o]);if(rn)for(var o of rn(t))Sa.call(t,o)&&an(e,o,t[o]);return e},Ia=(e,t)=>$a(e,Na(t)),$t=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});function La(e,t,o,n,i,r,s,l,a,c){return $t(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:l,method:n,served_notice_history_id:a,property_id:c},s??[]);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:s,cookie:l,servedNoticeHistoryId:a,tcf:c,updateCookie:p,propertyId:d}){var b,u,f,_;if(!p&&t&&(p=y=>Me(y,t)),!p&&!t)throw new Error("updateCookie is required");const h=yield p(l);Object.assign(l,h),Object.assign(l.fides_meta,{consentMethod:i}),K("FidesUpdating",l);const m=Ee(l.consent,(u=(b=window.Fides)==null?void 0:b.experience)==null?void 0:u.non_applicable_privacy_notices,(_=(f=window.Fides)==null?void 0:f.experience)==null?void 0:_.privacy_notices);if(window.Fides.consent=m,window.Fides.fides_string=l.fides_string,window.Fides.tcf_consent=l.tcf_consent,uo(Ia(be({},l),{consent:m}),r.base64Cookie),window.Fides.saved_consent=l.consent,!r.fidesDisableSaveApi)try{yield La(r,l,n,i,o,t,c,s,a,d)}catch{}t&&t.filter(y=>y.consentPreference===z.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)}),K("FidesUpdated",l)}),sn=(e,t)=>Object.entries(t).reduce((o,[n,i])=>{var r,s;if(o)return o;const l=(r=e.experience.non_applicable_privacy_notices)==null?void 0:r.find(p=>p===n);if(l)return new Error(`Provided notice key '${n}' is not applicable to the current experience.`);const a=(s=e.experience.privacy_notices)==null?void 0:s.find(p=>p.notice_key===n);if(!l&&!a)return new Error(`'${n}' is not a valid notice key`);const c=a?.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)=>$t(void 0,[e,t,...o],function*(n,i,r=F.SCRIPT){var s,l,a;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=sn(n,c);m&&b(m.message)}if(p)try{const m=xt(p);if(m.nc){u=be(be({},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=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 _;(l=(s=n.experience.experience_config)==null?void 0:s.translations)!=null&&l.length&&(_=n.experience.experience_config.translations[0].privacy_experience_config_history_id);const h=Be(n.geolocation)||void 0;return Nt({consentPreferencesToSave:f,privacyExperienceConfigHistoryId:_,experience:n.experience,consentMethod:r,options:n.options,userLocationString:h,cookie:n.cookie,propertyId:(a=n.config)==null?void 0:a.propertyId})}),Tt=e=>{throw new Error(e)},Je=e=>{typeof window<"u"&&(window.Fides=e)},ln=({cookie:e,experience:t})=>{let o=t;return yt(e.consent)&&(o=mt({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:Io,blueconic:xr,gtm:Er,meta:Pr,shopify:Nr,showModal:wt,getModalLinkLabel:()=>Re,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:He(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=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});const dn=(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}}),Da=()=>{var e,t,o;if(window.Fides.options.tcfEnabled&&!((t=(e=window.Fides.experience)==null?void 0:e.privacy_notices)!=null&&t.length))return!1;if(typeof((o=window.navigator)==null?void 0:o.globalPrivacyControl)=="boolean")return window.navigator.globalPrivacyControl;const n=new URL(window.location.href).searchParams.get("globalPrivacyControl");if(n==="true")return!0;if(n==="false")return!1},ye=()=>typeof window>"u"?{}:{globalPrivacyControl:Da()};var Ma=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});const Ra=e=>Ma(void 0,[e],function*({savedConsent:t,effectiveExperience:o,cookie:n,fidesRegionString:i,fidesOptions:r,i18n:s}){if(!o||!o.experience_config||!o.privacy_notices||o.privacy_notices.length===0)return!1;const l=ye(),{nc:a}=xt(r.fidesString||"");l.globalPrivacyControl;const{consent:c,method:p}=mo(r),d=!!c&&!!p&&!ge();if(!l.globalPrivacyControl&&!a&&!d)return!1;const b=qe(s,o.experience_config),u=b?.privacy_experience_config_history_id;let f=!1,_=!1,h=!1;const m=o.privacy_notices.map(y=>{const k=Fe(y,t),w=Ot(s,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=kt(a);if(y.consent_mechanism!==V.NOTICE_ONLY){if(x){const P=x[y.notice_key];if(P!==void 0)return _=!0,new re(y,ee(P,y.consent_mechanism),w?.privacy_notice_history_id)}if(l.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(gt(y,t),y.consent_mechanism),w?.privacy_notice_history_id)});if(f||_||h){let y=F.SCRIPT;return h&&p?y=p:_?y=F.SCRIPT:f&&(y=F.GPC),yield Nt({servedNoticeHistoryId:Le(),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")},Ua=e=>new DOMParser().parseFromString(e,"text/html").body.textContent||"",un=e=>{let t=0,o=200;return new Promise(n=>{const i=r=>{const s=setTimeout(()=>{const l=document.getElementById(e);l?(clearInterval(s),n(l)):(t+=1,t>=5&&o<1e3&&(o+=200),i(o))},r)};i(o)})};var Ba=Object.defineProperty,fn=Object.getOwnPropertySymbols,Ga=Object.prototype.hasOwnProperty,Ha=Object.prototype.propertyIsEnumerable,vn=(e,t,o)=>t in e?Ba(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,gn=(e,t)=>{for(var o in t||(t={}))Ga.call(t,o)&&vn(e,o,t[o]);if(fn)for(var o of fn(t))Ha.call(t,o)&&vn(e,o,t[o]);return e},_n=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});const Va=(e,t)=>_n(void 0,null,function*(){return Be(e)||Be(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,s=Eo(e);s?.forEach(({overrideName:l,overrideType:a,overrideKey:c,validationRegex:p,transform:d})=>{const b=n.get(c),u=r?r[c]:void 0,f=De(c),_=b||u||f;_&&p.test(_.toString())&&(d?o[l]=d(_.toString()):o[l]=a==="string"?_:JSON.parse(_.toString()))})}return o},Ka=({consent:e,options:t})=>{const o=ye(),n=fo(e,o);return po(n,t.fidesClearCookie)},Ya=({cookie:e,savedConsent:t,experience:o,geolocation:n,options:i,updateExperienceFromCookieConsent:r})=>{let s=o;return _e(o)&&(s=r({experience:o,cookie:e,debug:i.debug})),{consent:e.consent,fides_meta:e.fides_meta,identity:e.identity,experience:s,tcf_consent:e.tcf_consent,fides_string:e.fides_string,saved_consent:t,geolocation:n,options:i,initialized:!0}},qa=e=>_n(void 0,[e],function*({fides:t,options:o,geolocation:n,initOverlay:i,renderOverlay:r,updateExperience:s,overrides:l,propertyId:a}){var c,p,d,b,u;let f=!0,_=null,h=()=>Re;if(!t.cookie)throw new Error("Fides cookie should be initialized");if(f=o.isOverlayEnabled,f){xo(o)||(f=!1),_=yield Va(n,o);let x=!1;if(_?_e(t.experience)||(x=!0,t.experience=yield Xo({userLocationString:_,fidesApiUrl:o.fidesApiUrl,apiOptions:o.apiOptions,requestMinimalTCF:!1,propertyId:a})):f=!1,f&&_e(t.experience)&&Oo(t.experience)){if(x){const $=s({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,l?.experienceTranslationOverrides),t.locale=A.locale||B,h=$=>Yo(!!($!=null&&$.disableLocalization),A,t.experience),((c=t.experience.experience_config)==null?void 0:c.component)===M.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:_,cookie:t.cookie,savedConsent:t.saved_consent,renderOverlay:r,propertyId:a,translationOverrides:l?.experienceTranslationOverrides}).catch($=>{}),setTimeout(Ra.bind(null,{savedConsent:t.saved_consent,effectiveExperience:t.experience,cookie:t.cookie,fidesRegionString:_,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 Ze,O,yn,de,mn,hn,St,It,Lt,Ft,wn,Pe={},kn=[],Wa=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,Xe=Array.isArray;function ie(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,s={};for(r in t)r=="key"?n=t[r]:r=="ref"?i=t[r]:s[r]=t[r];if(arguments.length>2&&(s.children=arguments.length>3?Ze.call(arguments,2):o),typeof e=="function"&&e.defaultProps!=null)for(r in e.defaultProps)s[r]===void 0&&(s[r]=e.defaultProps[r]);return Qe(e,s,n,i,null)}function Qe(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 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 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)&&de.push(e)&&!et.__r++||mn!==O.debounceRendering)&&((mn=O.debounceRendering)||hn)(et)}function et(){var e,t,o,n,i,r,s,l;for(de.sort(St);e=de.shift();)e.__d&&(t=de.length,n=void 0,r=(i=(o=e).__v).__e,s=[],l=[],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,s,r??pe(i),!!(32&i.__u),l),n.__v=i.__v,n.__.__k[n.__i]=n,$n(s,n,l),n.__e!=r&&xn(n)),de.length>t&&de.sort(St));et.__r=0}function En(e,t,o,n,i,r,s,l,a,c,p){var d,b,u,f,_,h=n&&n.__k||kn,m=t.length;for(o.__d=a,Ja(o,t,h),a=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,s,l,a,c,p),f=u.__e,u.ref&&b.ref!=u.ref&&(b.ref&&Mt(b.ref,null,u),p.push(u.ref,u.__c||f,u)),_==null&&f!=null&&(_=f),65536&u.__u||b.__k===u.__k?(a&&typeof u.type=="string"&&!e.contains(a)&&(a=pe(b)),a=On(u,a,e)):typeof u.type=="function"&&u.__d!==void 0?a=u.__d:f&&(a=f.nextSibling),u.__d=void 0,u.__u&=-196609);o.__d=a,o.__e=_}function Ja(e,t,o){var n,i,r,s,l,a=t.length,c=o.length,p=c,d=0;for(e.__k=[],n=0;n<a;n++)s=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?Qe(null,i,null,null,null):Xe(i)?Qe(te,{children:i},null,null,null):i.constructor===void 0&&i.__b>0?Qe(i.type,i.props,i.key,i.ref?i.ref:null,i.__v):i)!=null?(i.__=e,i.__b=e.__b+1,l=Za(i,o,s,p),i.__i=l,r=null,l!==-1&&(p--,(r=o[l])&&(r.__u|=131072)),r==null||r.__v===null?(l==-1&&d--,typeof i.type!="function"&&(i.__u|=65536)):l!==s&&(l==s-1?d=l-s:l==s+1?d++:l>s?p>a-s?d+=l-s:d--:l<s&&d++,l!==n+d&&(i.__u|=65536))):(r=o[s])&&r.key==null&&r.__e&&(131072&r.__u)==0&&(r.__e==e.__d&&(e.__d=pe(r)),Rt(r,r,!1),o[s]=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)),Rt(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 tt(e,t){return t=t||[],e==null||typeof e=="boolean"||(Xe(e)?e.some(function(o){tt(o,t)}):t.push(e)),t}function Za(e,t,o,n){var i=e.key,r=e.type,s=o-1,l=o+1,a=t[o];if(a===null||a&&i==a.key&&r===a.type&&(131072&a.__u)==0)return o;if(n>(a!=null&&(131072&a.__u)==0?1:0))for(;s>=0||l<t.length;){if(s>=0){if((a=t[s])&&(131072&a.__u)==0&&i==a.key&&r===a.type)return s;s--}if(l<t.length){if((a=t[l])&&(131072&a.__u)==0&&i==a.key&&r===a.type)return l;l++}}return-1}function Pn(e,t,o){t[0]==="-"?e.setProperty(t,o??""):e[t]=o==null?"":typeof o!="number"||Wa.test(t)?o:o+"px"}function ot(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=It,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=It++;else if(t.t<o.u)return;return o(O.event?O.event(t):t)}}}function Dt(e,t,o,n,i,r,s,l,a,c){var p,d,b,u,f,_,h,m,y,k,w,x,P,A,$,N,S=t.type;if(t.constructor!==void 0)return null;128&o.__u&&(a=!!(32&o.__u),r=[l=t.__e=o.__e]),(p=O.__b)&&p(t);e:if(typeof S=="function")try{if(m=t.props,y="prototype"in S&&S.prototype.render,k=(p=S.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 S(m,w):(t.__c=d=new oe(m,w),d.constructor=S,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&&S.getDerivedStateFromProps!=null&&(d.__s==d.state&&(d.__s=ie({},d.__s)),ie(d.__s,S.getDerivedStateFromProps(m,d.__s))),u=d.props,f=d.state,d.__v=t,b)y&&S.getDerivedStateFromProps==null&&d.componentWillMount!=null&&d.componentWillMount(),y&&d.componentDidMount!=null&&d.__h.push(d.componentDidMount);else{if(y&&S.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&&s.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,_)})}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&&(_=d.getSnapshotBeforeUpdate(u,f)),En(e,Xe(N=p!=null&&p.type===te&&p.key==null?p.props.children:p)?N:[N],t,o,n,i,r,s,l,a,c),d.base=t.__e,t.__u&=-161,d.__h.length&&s.push(d),h&&(d.__E=d.__=null)}catch(C){t.__v=null,a||r!=null?(t.__e=l,t.__u|=a?160:32,r[r.indexOf(l)]=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,s,a,c);(p=O.diffed)&&p(t)}function $n(e,t,o){t.__d=void 0;for(var n=0;n<o.length;n++)Mt(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,s,l,a){var c,p,d,b,u,f,_,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,l=!1}if(y===null)h===m||l&&e.data===m||(e.data=m);else{if(r=r&&Ze.call(e.childNodes),h=o.props||Pe,!l&&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;ot(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"?_=u:c==="key"||l&&typeof u!="function"||h[c]===u||ot(e,c,u,h[c],i);if(p)l||d&&(p.__html===d.__html||p.__html===e.innerHTML)||(e.innerHTML=p.__html),t.__k=[];else if(d&&(e.innerHTML=""),En(e,Xe(b)?b:[b],t,o,n,y==="foreignObject"?"http://www.w3.org/1999/xhtml":i,r,s,r?r[0]:o.__k&&pe(o,0),l,a),r!=null)for(c=r.length;c--;)r[c]!=null&&Cn(r[c]);l||(c="value",f!==void 0&&(f!==e[c]||y==="progress"&&!f||y==="option"&&f!==h[c])&&ot(e,c,f,h[c],i),c="checked",_!==void 0&&_!==e[c]&&ot(e,c,_,h[c],i))}return e}function Mt(e,t,o){try{typeof e=="function"?e(t):e.current=t}catch(n){O.__e(n,o)}}function Rt(e,t,o){var n,i;if(O.unmount&&O.unmount(e),(n=e.ref)&&(n.current&&n.current!==e.__e||Mt(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]&&Rt(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 Qa(e,t,o){return this.constructor(e,o)}function Nn(e,t,o){var n,i,r,s;O.__&&O.__(e,t),i=(n=typeof o=="function")?null:o&&o.__k||t.__k,r=[],s=[],Dt(t,e=(!n&&o||t).__k=v(te,null,[e]),i||Pe,Pe,t.namespaceURI,!n&&o?[o]:i?null:t.firstChild?Ze.call(t.childNodes):null,r,!n&&o?o:i?i.__e:t.firstChild,n,s),$n(r,e,s)}function zt(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(s){this.props.value!==s.value&&i.some(function(l){l.__e=!0,jt(l)})},this.sub=function(s){i.push(s);var l=s.componentWillUnmount;s.componentWillUnmount=function(){i&&i.splice(i.indexOf(s),1),l&&l.call(s)}}),n.children}};return o.Provider.__=o.Consumer.contextType=o}Ze=kn.slice,O={__e:function(e,t,o,n){for(var i,r,s;t=t.__;)if((i=t.__c)&&!i.__)try{if((r=i.constructor)&&r.getDerivedStateFromError!=null&&(i.setState(r.getDerivedStateFromError(e)),s=i.__d),i.componentDidCatch!=null&&(i.componentDidCatch(e,n||{}),s=i.__d),s)return i.__E=i}catch(l){e=l}throw e}},yn=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),jt(this))},oe.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),jt(this))},oe.prototype.render=te,de=[],hn=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,St=function(e,t){return e.__v.__b-t.__v.__b},et.__r=0,It=0,Lt=An(!1),Ft=An(!0),wn=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),s=Math.min(o,n,i);let l,a;const c=(r+s)/2;if(r===s)l=a=0;else{const p=r-s;switch(a=c>.5?p/(2-r-s):p/(r+s),r){case o:l=(n-i)/p+(n<i?6:0);break;case n:l=(i-o)/p+2;break;case i:l=(o-n)/p+4;break}l/=6}return{h:l,s:a,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 Tn=(e=>(e.HEX="hex",e.HSL="hsl",e))(Tn||{});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 nt=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});const Sn="fides-embed-container",ns="fides-overlay";let it;const In=e=>nt(void 0,[e],function*({options:t,experience:o,i18n:n,fidesRegionString:i,cookie:r,savedConsent:s,renderOverlay:l,propertyId:a,translationOverrides:c}){const p=()=>nt(void 0,null,function*(){var d,b,u;try{if(it&&(Nn(null,it),it=void 0),t.fidesPrimaryColor){document.documentElement.style.setProperty("--fides-overlay-primary-color",t.fidesPrimaryColor);const _=os(t.fidesPrimaryColor,Tn.HEX,1);document.documentElement.style.setProperty("--fides-overlay-primary-button-background-hover-color",_)}let f;if(t.fidesEmbed)f=document.getElementById(Sn),f||(yield nt(void 0,null,function*(){return new Promise(_=>{let h=0,m=200;const y=setInterval(()=>{f=document.getElementById(Sn),f?(clearInterval(y),_()):(h+=1,h>=5&&m<1e3&&(m+=200))},m)})}));else{const _=t.overlayParentId||ns;f=document.getElementById(_),f||(f=document.createElement("div"),f.id=_,f.className="fides-overlay",document.body.prepend(f))}return f?(l&&(((d=o.experience_config)==null?void 0:d.component)===M.MODAL||((b=o.experience_config)==null?void 0:b.component)===M.BANNER_AND_MODAL||((u=o.experience_config)==null?void 0:u.component)===M.TCF_OVERLAY)&&(l({options:t,experience:o,i18n:n,fidesRegionString:i,cookie:r,savedConsent:s,propertyId:a,translationOverrides:c},f),it=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",()=>nt(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}}`;ss(ls);var me,T,Bt,Dn,Pe=0,Mn=[],S=O,Rn=S.__b,zn=S.__r,Un=S.diffed,Bn=S.__c,Gn=S.unmount,Vn=S.__;function rt(e,t){S.__h&&S.__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,cs(Yn,e)}function cs(e,t,o){var n=rt(me++,2);if(n.t=e,!n.__c&&(n.__=[o?o(t):Yn(void 0,t),function(l){var a=n.__N?n.__N[0]:n.__[0],c=n.t(a,l);a!==c&&(n.__N=[c,n.__[1]],n.__c.setState({}))}],n.__c=T,!T.u)){var i=function(l,a,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,l,a,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===l)&&(!r||r.call(this,l,a,c))};T.u=!0;var r=T.shouldComponentUpdate,s=T.componentWillUpdate;T.componentWillUpdate=function(l,a,c){if(this.__e){var p=r;r=void 0,i(l,a,c),r=p}s&&s.call(this,l,a,c)},T.shouldComponentUpdate=i}return n.__N||n.__}function D(e,t){var o=rt(me++,3);!S.__s&&Kn(o.__H,t)&&(o.__=e,o.i=t,T.__H.__h.push(o))}function ds(e){return Pe=5,Ae(function(){return{current:e}},[])}function Ae(e,t){var o=rt(me++,7);return Kn(o.__H,t)&&(o.__=e(),o.__H=t,o.__h=e),o.__}function R(e,t){return Pe=8,Ae(function(){return e},t)}function Gt(e){var t=T.context[e.__c],o=rt(me++,9);return o.c=e,t?(o.__==null&&(o.__=!0,t.sub(T)),t.props.value):e.__}function ps(){for(var e;e=Mn.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(at),e.__H.__h.forEach(Vt),e.__H.__h=[]}catch(t){e.__H.__h=[],S.__e(t,e.__v)}}S.__b=function(e){T=null,Rn&&Rn(e)},S.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Vn&&Vn(e,t)},S.__r=function(e){zn&&zn(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(at),t.__h.forEach(Vt),t.__h=[],me=0)),Bt=T},S.diffed=function(e){Un&&Un(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(Mn.push(t)!==1&&Dn===S.requestAnimationFrame||((Dn=S.requestAnimationFrame)||us)(ps)),t.__H.__.forEach(function(o){o.i&&(o.__H=o.i),o.i=void 0})),Bt=T=null},S.__c=function(e,t){t.some(function(o){try{o.__h.forEach(at),o.__h=o.__h.filter(function(n){return!n.__||Vt(n)})}catch(n){t.some(function(i){i.__h&&(i.__h=[])}),t=[],S.__e(n,o.__v)}}),Bn&&Bn(e,t)},S.unmount=function(e){Gn&&Gn(e);var t,o=e.__c;o&&o.__H&&(o.__H.__.forEach(function(n){try{at(n)}catch(i){t=i}}),o.__H=void 0,t&&S.__e(t,o.__v))};var Hn=typeof requestAnimationFrame=="function";function us(e){var t,o=function(){clearTimeout(n),Hn&&cancelAnimationFrame(t),setTimeout(e)},n=setTimeout(o,100);Hn&&(t=requestAnimationFrame(o))}function at(e){var t=T,o=e.__c;typeof o=="function"&&(e.__c=void 0,o()),T=t}function Vt(e){var t=T;e.__c=e.__(),T=t}function Kn(e,t){return!e||e.length!==t.length||t.some(function(o,n){return o!==e[n]})}function Yn(e,t){return typeof t=="function"?t(e):t}const fs=({id:e})=>{const[t,o]=V(!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"})}},vs=(e,t)=>{const[o,n]=V(null);return D(()=>{if(t)return()=>{};gn(e).then(i=>{n(i)})},[e,t]),o},gs=()=>{const[e,t]=V(!1);return D(()=>{t(!0)},[]),e};var _s=Object.defineProperty,qn=Object.getOwnPropertySymbols,bs=Object.prototype.hasOwnProperty,ys=Object.prototype.propertyIsEnumerable,Wn=(e,t,o)=>t in e?_s(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,ms=(e,t)=>{for(var o in t||(t={}))bs.call(t,o)&&Wn(e,o,t[o]);if(qn)for(var o of qn(t))ys.call(t,o)&&Wn(e,o,t[o]);return e},hs=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});const ws=({options:e,privacyExperience:t,privacyExperienceConfigHistoryId:o,privacyNoticeHistoryIds:n,userGeography:i,acknowledgeMode:r,propertyId:s,tcfNoticesServed:l})=>{const[a,c]=V(Se()),p=R(d=>hs(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=ms({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:s},l);sn({request:f,options:e})}),[e,t,o,i,r,n,s,l]);return D(()=>(window.addEventListener("FidesUIShown",p),()=>{window.removeEventListener("FidesUIShown",p)}),[p]),{servedNoticeHistoryId:a}},Zn=Ut({}),ks=({i18nInstance:e,children:t})=>{const[o,n]=V(),[i,r]=V(!1),s=R(a=>{e.activate(a),n(a)},[e,n]);D(()=>{const a=document.getElementById(sr);i?a?.style.setProperty("animation-name","spin"):a?.style.removeProperty("animation-name")},[i]);const l=Ae(()=>({i18n:e,currentLocale:o,setCurrentLocale:s,isLoading:i,setIsLoading:r}),[e,o,s,i]);return v(Zn.Provider,{value:l},t)},X=()=>{const e=Gt(Zn);if(!e||Object.keys(e).length===0)throw new Error("useI18n must be used within a I18nProvider");return e},Jn=({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"}))),Cs=Ut({}),Xn="__VENDOR_COUNT_LINK__",Qn=(e,t)=>t?v("span",{dangerouslySetInnerHTML:{__html:e.trim()}}):Va(e).trim(),ei=({description:e,onVendorPageClick:t,allowHTMLDescription:o=!1})=>{const[n,i]=V();let r=0;const s=Gt(Cs);return s!=null&&s.vendorCount&&(r=s.vendorCount),D(()=>{if(e)if(e.includes(Xn)&&t){const l=e.split(Xn);for(let c=1;c<l.length;c+=2)l.splice(c,0,v(te,null," ",v("button",{type:"button",className:"fides-link-button fides-vendor-count",onClick:t},r)," "));const a=l.map(c=>typeof c=="string"?Qn(c,o):c);i(a)}else i([Qn(e,o)])},[e,t]),e?v("div",null,n):null},ti=({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))},xs=({dismissable:e,onOpen:t,onClose:o,bannerIsOpen:n,children:i,onVendorPageClick:r,renderButtonGroup:s,className:l,isEmbedded:a})=>{var c,p,d,b,u,f,_,h,m,y,k;const{i18n:w}=X(),x=ye().globalPrivacyControl;D(()=>{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",a&&"fides-embedded",l].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=(_=(f=window.Fides)==null?void 0:f.experience)==null?void 0:_.privacy_notices),v("div",{id:"fides-banner-container",className:$},v("div",{id:"fides-banner"},v("div",{id:"fides-banner-inner"},v(Jn,{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(ti,{status:Q.APPLIED})),v("div",{id:"fides-banner-description",className:"fides-banner-description fides-banner__content"},v(ei,{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),s())))},Es=e=>{const[t,o]=V(!1);return D(()=>{const n=window.matchMedia(e);o(n.matches);function i(r){o(r.matches)}return n.addEventListener?n.addEventListener("change",i):n.addListener(i),()=>{n.removeEventListener?n.removeEventListener("change",i):n.removeListener(i)}},[e]),t},Os=()=>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"})),Ps=()=>v("div",{className:"fides-brand"},v("a",{href:"https://ethyca.com/",target:"_blank",rel:"noopener noreferrer",className:"fides-brand-link"},"Powered by",v(Os,null))),As=()=>v("div",{className:"fides-spinner"}),he=({buttonType:e,label:t,id:o,onClick:n,className:i="",disabled:r,loading:s})=>v("button",{type:"button",id:o,className:`fides-banner-button fides-banner-button-${e.valueOf()} ${i}`,onClick:n,"data-testid":`${t}-btn`,disabled:r||s,style:{cursor:r||s?"not-allowed":"pointer"}},t||"",s&&v(As,null));function $s(e,t){for(var o in t)e[o]=t[o];return e}function oi(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 ni(e,t){this.props=e,this.context=t}(ni.prototype=new oe).isPureReactComponent=!0,ni.prototype.shouldComponentUpdate=function(e,t){return oi(this.props,e)||oi(this.state,t)};var ii=O.__b;O.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),ii&&ii(e)};var Ns=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)}Ns(e,t,o,n)};var ri=O.unmount;function ai(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=$s({},e)).__c!=null&&(e.__c.__P===o&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map(function(n){return ai(n,t,o)})),e}function si(e,t,o){return e&&o&&(e.__v=null,e.__k=e.__k&&e.__k.map(function(n){return si(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 Ht(){this.__u=0,this.t=null,this.__b=null}function li(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function st(){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),ri&&ri(e)},(Ht.prototype=new oe).__c=function(e,t){var o=t.__c,n=this;n.t==null&&(n.t=[]),n.t.push(o);var i=li(n.__v),r=!1,s=function(){r||(r=!0,o.__R=null,i?i(l):l())};o.__R=s;var l=function(){if(!--n.__u){if(n.state.__a){var a=n.state.__a;n.__v.__k[0]=si(a,a.__c.__P,a.__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(s,s)},Ht.prototype.componentWillUnmount=function(){this.t=[]},Ht.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]=ai(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 ci=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]}};(st.prototype=new oe).__a=function(e){var t=this,o=li(t.__v),n=t.o.get(e);return n[0]++,function(i){var r=function(){t.props.revealOrder?(n.push(i),ci(t,e,n)):i()};o?o(r):r()}},st.prototype.render=function(e){this.u=null,this.o=new Map;var t=tt(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},st.prototype.componentDidUpdate=st.prototype.componentDidMount=function(){var e=this;this.o.forEach(function(t,o){ci(e,o,t)})};var Ts=typeof Symbol<"u"&&Symbol.for&&Symbol.for("react.element")||60103,Is=/^(?: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]/,Ls=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Ss=/[A-Z0-9]/g,Fs=typeof document<"u",js=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 di=O.event;function Ds(){}function Ms(){return this.cancelBubble}function Rs(){return this.defaultPrevented}O.event=function(e){return di&&(e=di(e)),e.persist=Ds,e.isPropagationStopped=Ms,e.isDefaultPrevented=Rs,e.nativeEvent=e};var zs={enumerable:!1,configurable:!0,get:function(){return this.class}},pi=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 s=o[r];if(!(r==="value"&&"defaultValue"in o&&s==null||Fs&&r==="children"&&n==="noscript"||r==="class"||r==="className")){var l=r.toLowerCase();r==="defaultValue"&&"value"in o&&o.value==null?r="value":r==="download"&&s===!0?s="":l==="translate"&&s==="no"?s=!1:l==="ondoubleclick"?r="ondblclick":l!=="onchange"||n!=="input"&&n!=="textarea"||js(o.type)?l==="onfocus"?r="onfocusin":l==="onblur"?r="onfocusout":Ls.test(r)?r=l:n.indexOf("-")===-1&&Is.test(r)?r=r.replace(Ss,"-$&").toLowerCase():s===null&&(s=void 0):l=r="oninput",l==="oninput"&&i[r=l]&&(r="oninputCapture"),i[r]=s}}n=="select"&&i.multiple&&Array.isArray(i.value)&&(i.value=tt(o.children).forEach(function(a){a.props.selected=i.value.indexOf(a.props.value)!=-1})),n=="select"&&i.defaultValue!=null&&(i.value=tt(o.children).forEach(function(a){a.props.selected=i.multiple?i.defaultValue.indexOf(a.props.value)!=-1:i.defaultValue==a.props.value})),o.class&&!o.className?(i.class=o.class,Object.defineProperty(i,"className",zs)):(o.className&&!o.class||o.class&&o.className)&&(i.class=i.className=o.className),t.props=i}(e),e.$$typeof=Ts,pi&&pi(e)};var ui=O.__r;O.__r=function(e){ui&&ui(e),e.__c};var fi=O.diffed;O.diffed=function(e){fi&&fi(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 Us=Ut({});var Bs=Object.defineProperty,Gs=Object.defineProperties,Vs=Object.getOwnPropertyDescriptors,lt=Object.getOwnPropertySymbols,vi=Object.prototype.hasOwnProperty,gi=Object.prototype.propertyIsEnumerable,_i=(e,t,o)=>t in e?Bs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Hs=(e,t)=>{for(var o in t||(t={}))vi.call(t,o)&&_i(e,o,t[o]);if(lt)for(var o of lt(t))gi.call(t,o)&&_i(e,o,t[o]);return e},Ks=(e,t)=>Gs(e,Vs(t)),Ys=(e,t)=>{var o={};for(var n in e)vi.call(e,n)&&t.indexOf(n)<0&&(o[n]=e[n]);if(e!=null&&lt)for(var n of lt(e))t.indexOf(n)<0&&gi.call(e,n)&&(o[n]=e[n]);return o};const qs=e=>{var t=e,{isActive:o,className:n,children:i}=t,r=Ys(t,["isActive","className","children"]);return v("button",Ks(Hs({type:"button","aria-pressed":o||void 0},r),{className:`fides-banner-button fides-menu-item ${n||""}`}),i)};var Ws=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});const Zs=({availableLocales:e,options:t,isTCF:o})=>{const{i18n:n,currentLocale:i,setCurrentLocale:r,setIsLoading:s}=X(),l=Gt(Us),a=c=>Ws(void 0,null,function*(){var p;if(c!==n.locale)if(o){s(!0);const d=yield on(t.fidesApiUrl,[c]);s(!1),d&&Object.keys(d).length?(l.setGvlTranslations(d[c]),Ko(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(qs,{key:c.locale,"data-testid":`fides-i18n-option-${c.locale}`,id:i===c.locale?"fidesActiveMenuItem":void 0,onClick:()=>a(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"}))))},Js=()=>{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))},Xs=({availableLocales:e=[B],onManagePreferencesClick:t,renderFirstButton:o,onAcceptAll:n,onRejectAll:i,hideOptInOut:r,hideRejectAll:s,options:l,isInModal:a,isTCF:c,isMinimalTCF:p,isGVLLoading:d})=>{var b;const[u,f]=V(!1),{i18n:_}=X(),h=Es("(max-width: 768px)"),m=((b=_.availableLanguages)==null?void 0:b.length)>1,y=ce(_,"exp.privacy_policy_link_label")&&ce(_,"exp.privacy_policy_url"),k=()=>{const x=!c||!p;f(!x),t&&x&&t()},w=a&&l.showFidesBrandLink;return D(()=>{u&&!p&&k()},[u,p]),v("div",{id:"fides-button-group"},v("div",{className:a?"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:W.SECONDARY,label:_.t("exp.privacy_preferences_link_label"),onClick:k,className:"fides-manage-preferences-button",loading:u}),!s&&v(he,{buttonType:W.PRIMARY,label:_.t("exp.reject_button_label"),onClick:i,className:"fides-reject-all-button",loading:d}),v(he,{buttonType:W.PRIMARY,label:_.t("exp.accept_button_label"),onClick:n,className:"fides-accept-all-button",loading:d}))),v("div",{className:`${a?"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(Zs,{availableLocales:e,options:l,isTCF:!!c}),!c&&!!t&&v(he,{buttonType:h?W.SECONDARY:W.TERTIARY,label:_.t("exp.privacy_preferences_link_label"),onClick:t,className:"fides-manage-preferences-button"}),y&&v(Js,null),w&&v(Ps,null)))},bi=({experience:e,onAcceptAll:t,onRejectAll:o,onSave:n,onManagePreferencesClick:i,enabledKeys:r,isInModal:s,isAcknowledge:l,hideOptInOut:a=!1,options:c})=>{const{i18n:p}=X();if(!e.experience_config||!e.privacy_notices)return null;const{privacy_notices:d}=e,b=()=>{n(F.ACKNOWLEDGE,d.map(_=>_.notice_key))},u=()=>{n(F.SAVE,r)},f=()=>l?v(he,{buttonType:W.PRIMARY,label:p.t("exp.acknowledge_button_label"),onClick:b,className:"fides-acknowledge-button"}):s?v(he,{buttonType:a?W.PRIMARY:W.SECONDARY,label:p.t("exp.save_button_label"),onClick:u,className:"fides-save-button"}):null;return v(Xs,{availableLocales:e.available_locales,onManagePreferencesClick:i,onAcceptAll:t,onRejectAll:o,isInModal:s,renderFirstButton:f,hideOptInOut:a,options:c})};var Qs=['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^="-"])'],el="Tab",tl="Escape";function Y(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()}Y.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},Y.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,yi(this.$el),document.body.addEventListener("focus",this._maintainFocus,!0),document.addEventListener("keydown",this._bindKeypress),this._fire("show",e),this},Y.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},Y.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},Y.prototype.on=function(e,t){return typeof this._listeners[e]>"u"&&(this._listeners[e]=[]),this._listeners[e].push(t),this},Y.prototype.off=function(e,t){var o=(this._listeners[e]||[]).indexOf(t);return o>-1&&this._listeners[e].splice(o,1),this},Y.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))},Y.prototype._bindKeypress=function(e){const t=document.activeElement;t&&t.closest('[aria-modal="true"]')!==this.$el||(this.shown&&e.key===tl&&this.$el.getAttribute("role")!=="alertdialog"&&(e.preventDefault(),this.hide(e)),this.shown&&e.key===el&&il(this.$el,e))},Y.prototype._maintainFocus=function(e){this.shown&&!e.target.closest('[aria-modal="true"]')&&!e.target.closest("[data-a11y-dialog-ignore-focus-trap]")&&yi(this.$el)};function ol(e){return Array.prototype.slice.call(e)}function $e(e,t){return ol((t||document).querySelectorAll(e))}function yi(e){var t=e.querySelector("[autofocus]")||e;t.focus()}function nl(e){return $e(Qs.join(","),e).filter(function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)})}function il(e,t){var o=nl(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(){$e("[data-a11y-dialog]").forEach(function(e){new Y(e)})}typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",Kt):window.requestAnimationFrame?window.requestAnimationFrame(Kt):window.setTimeout(Kt,16));const rl=()=>{const[e,t]=V(null),o=R(n=>{if(n!==null){const i=new Y(n);i.on("show",()=>{document.documentElement.style.overflowY="hidden"}).on("hide",()=>{document.documentElement.style.overflowY=""}),t(i)}},[]);return{instance:e,container:o}},al=({role:e,id:t,onClose:o})=>{const{instance:n,container:i}=rl(),r=e==="alertdialog",s=`${t}-title`,l=R(()=>{n&&n.hide(),o&&o()},[o,n]);return D(()=>()=>{n&&n.destroy()},[n]),{instance:n,attributes:{container:{id:t,ref:i,role:e,tabIndex:-1,"aria-modal":!0,"aria-hidden":!0,"aria-labelledby":s},overlay:{onClick:r?void 0:l},dialog:{role:"document"},closeButton:{type:"button",onClick:l},title:{role:"heading","aria-level":1,id:s}}}},sl=()=>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"})),ll=({title:e,description:t})=>v("div",{className:"fides-gpc-banner"},v("div",{className:"fides-gpc-warning"},v(sl,null)),v("div",null,v("p",{className:"fides-gpc-header"},e),v("p",null,t)));var cl=Object.defineProperty,dl=Object.defineProperties,pl=Object.getOwnPropertyDescriptors,mi=Object.getOwnPropertySymbols,ul=Object.prototype.hasOwnProperty,fl=Object.prototype.propertyIsEnumerable,hi=(e,t,o)=>t in e?cl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,vl=(e,t)=>{for(var o in t||(t={}))ul.call(t,o)&&hi(e,o,t[o]);if(mi)for(var o of mi(t))fl.call(t,o)&&hi(e,o,t[o]);return e},gl=(e,t)=>dl(e,pl(t));const wi=({titleProps:e,className:t,renderModalFooter:o,children:n,onVendorPageClick:i})=>{var r,s;const{i18n:l}=X(),a=l.t("exp.title"),c=l.t("exp.description"),p=ye().globalPrivacyControl,d=l.t("static.gpc.title"),b=l.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",gl(vl({"data-testid":"fides-modal-title"},e),{className:"fides-modal-title"}),a),v("p",{"data-testid":"fides-modal-description",className:"fides-modal-description"},v(ei,{onVendorPageClick:i,description:c,allowHTMLDescription:(s=(r=window.Fides)==null?void 0:r.options)==null?void 0:s.allowHTMLDescription})),p&&v(ll,{title:d,description:b}),n)),v("div",{className:"fides-modal-footer"},o()))};var _l=Object.defineProperty,bl=Object.defineProperties,yl=Object.getOwnPropertyDescriptors,ki=Object.getOwnPropertySymbols,ml=Object.prototype.hasOwnProperty,hl=Object.prototype.propertyIsEnumerable,Ci=(e,t,o)=>t in e?_l(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Yt=(e,t)=>{for(var o in t||(t={}))ml.call(t,o)&&Ci(e,o,t[o]);if(ki)for(var o of ki(t))hl.call(t,o)&&Ci(e,o,t[o]);return e},qt=(e,t)=>bl(e,yl(t));const wl=({attributes:e,children:t,dismissable:o,onVendorPageClick:n,renderModalFooter:i})=>{const{container:r,overlay:s,dialog:l,title:a,closeButton:c}=e;return v("div",qt(Yt({"data-testid":"consent-modal"},r),{className:"fides-modal-container"}),v("div",qt(Yt({},s),{className:"fides-modal-overlay"})),v("div",qt(Yt({"data-testid":"fides-modal-content"},l),{className:"fides-modal-content"}),v("div",{className:"fides-modal-header"},v("div",null),v(Jn,{ariaLabel:"Close modal",onClick:c.onClick,hidden:window.Fides.options.preventDismissal||!o})),v(wi,{titleProps:a,renderModalFooter:i,onVendorPageClick:n},t)))},kl=({options:e,experience:t,cookie:o,savedConsent:n,onOpen:i,onDismiss:r,renderBanner:s,renderModalContent:l,renderModalFooter:a,onVendorPageClick:c,isUiBlocking:p})=>{const{i18n:d}=X(),b=100,u=gs(),f=e.modalLinkId||"fides-modal-link",_=!t||!!e.fidesEmbed||e.modalLinkId==="",h=vs(f,_),m=ds(null),[y,k]=V(null);D(()=>{y===null&&k(!Ve(t,o,n,e))},[y]);const[w,x]=V(e.fidesEmbed?Ve(t,o,n,e):!1);D(()=>(p&&w?Ga():vn(),()=>{vn()}),[p,w]);const P=R(({saved:E=!1})=>{K("FidesModalClosed",o,{saved:E}),E||r()},[o,r]),{instance:A,attributes:$}=al({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]);D(()=>{e.fidesEmbed&&!w&&i()},[e,i,w]),D(()=>{const E=setTimeout(()=>{y||x(!0)},b);return()=>clearTimeout(E)},[y,x]),D(()=>(t&&!e.fidesEmbed&&(window.Fides.showModal=N),()=>{window.Fides.showModal=wt}),[t,N,e.fidesEmbed]),D(()=>(document.body.classList.add("fides-overlay-modal-link-shown"),_||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,_,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||!l||!a?null:v(wi,{titleProps:$.title,renderModalFooter:()=>a({onClose:I,isMobile:!1}),onVendorPageClick:c},l()):v(wl,{attributes:$,dismissable:t.experience_config.dismissable,onVendorPageClick:c,renderModalFooter:()=>a?a({onClose:I,isMobile:!1}):null},l&&l()),!y&&s({isOpen:w,isEmbedded:e.fidesEmbed,onClose:()=>{x(!1)},onManagePreferencesClick:C})):null},Cl=({label:e,name:t,id:o,checked:n,onChange:i,disabled:r,onLabel:s,offLabel:l})=>{const a=n?s:l;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"},a))};var xl=Object.defineProperty,El=Object.defineProperties,Ol=Object.getOwnPropertyDescriptors,xi=Object.getOwnPropertySymbols,Pl=Object.prototype.hasOwnProperty,Al=Object.prototype.propertyIsEnumerable,Ei=(e,t,o)=>t in e?xl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Oi=(e,t)=>{for(var o in t||(t={}))Pl.call(t,o)&&Ei(e,o,t[o]);if(xi)for(var o of xi(t))Al.call(t,o)&&Ei(e,o,t[o]);return e},$l=(e,t)=>El(e,Ol(t));const Nl=({noticeKey:e,title:t,checked:o,onToggle:n,children:i,badge:r,gpcBadge:s,disabled:l,onLabel:a,offLabel:c,isHeader:p,includeToggle:d=!0})=>{const{isOpen:b,getButtonProps:u,getDisclosureProps:f,onToggle:_}=fs({id:e}),h=(k,w)=>{(k.code==="Space"||k.code==="Enter")&&(k.preventDefault(),w&&_())},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",$l(Oi({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"},s,r?v("span",{className:"fides-notice-badge"},r):null,d?v(Cl,{label:t,name:e,id:e,checked:o,onChange:n,disabled:l,onLabel:a,offLabel:c}):null)),i?v("div",Oi({},f()),i):null)},Tl=()=>v("hr",{className:"fides-divider"}),Il=({noticeToggles:e,enabledNoticeKeys:t,onChange:o})=>{const{i18n:n}=X(),i=(l,a)=>{const c={key:l,type:"notice"};t.indexOf(l)===-1?o([...t,l],a,c):o(t.filter(p=>p!==l),a,c)};let r,s;return Ye(n)===B&&(r="On",s="Off"),v("div",null,e.map((l,a)=>{const{noticeKey:c,title:p,description:d,checked:b,disabled:u,gpcStatus:f}=l,_=a===e.length-1;return v("div",{key:c},v(Nl,{noticeKey:c,title:p,checked:b,onToggle:i,gpcBadge:v(ti,{status:f}),disabled:u,onLabel:r,offLabel:s},d),_?null:v(Tl,null))}))};var Ll=Object.defineProperty,Sl=Object.defineProperties,Fl=Object.getOwnPropertyDescriptors,Pi=Object.getOwnPropertySymbols,jl=Object.prototype.hasOwnProperty,Dl=Object.prototype.propertyIsEnumerable,Ai=(e,t,o)=>t in e?Ll(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Ml=(e,t)=>{for(var o in t||(t={}))jl.call(t,o)&&Ai(e,o,t[o]);if(Pi)for(var o of Pi(t))Dl.call(t,o)&&Ai(e,o,t[o]);return e},Rl=(e,t)=>Sl(e,Fl(t));const zl=({options:e,experience:t,fidesRegionString:o,cookie:n,propertyId:i})=>{var r;const{i18n:s,currentLocale:l,setCurrentLocale:a}=X(),c=ge(),p=window.Fides.saved_consent,d=C=>t.privacy_notices?t.privacy_notices.map(E=>gt(E,C||p||c?.consent)?E.notice_key:""):[];D(()=>{!l&&s.locale&&a(s.locale)},[l,s.locale,a]);const b=Ae(()=>{if(t.experience_config){const C=qe(s,t.experience_config);return C?.privacy_experience_config_history_id}},[t,s,l]),u=Ae(()=>{var C;const E=((C=t.privacy_notices)!=null?C:[]).map(G=>{var ue,dt;const Wt=G.consent_mechanism===H.NOTICE_ONLY||((dt=(ue=e.fidesDisabledNotices)==null?void 0:ue.includes(G.notice_key))!=null?dt:!1)||G.disabled,nc=Pt(s,G);return{notice:Rl(Ml({},G),{disabled:Wt}),bestTranslation:nc}}),L=E.filter(G=>G.notice.consent_mechanism===H.NOTICE_ONLY),U=E.filter(G=>G.notice.consent_mechanism!==H.NOTICE_ONLY);return[...L,...U]},[t.privacy_notices,s,l,e.fidesDisabledNotices]),[f,_]=V(d());window.addEventListener("FidesUpdating",C=>{const{consent:E}=C.detail;Object.entries(E).forEach(([L,U])=>{E[L]=ke(U)}),_(d(E))});const h=u.every(C=>C.notice.consent_mechanism===H.NOTICE_ONLY),m=u.map(C=>{var E,L;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:(L=C.bestTranslation)==null?void 0:L.description,checked:U,consentMechanism:C.notice.consent_mechanism,disabled:C.notice.disabled,gpcStatus:ue}}),{servedNoticeHistoryId:y}=ws({privacyExperienceConfigHistoryId:b,privacyNoticeHistoryIds:u.reduce((C,E)=>{var L;const U=(L=E.bestTranslation)==null?void 0:L.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 L=No(u,E);Tt({consentPreferencesToSave:L,privacyExperienceConfigHistoryId:b,experience:t,consentMethod:C,options:e,userLocationString:o,cookie:n,servedNoticeHistoryId:y,propertyId:i,updateCookie:U=>Me(U,L)}),_(E)},[n,o,t,e,b,u,y,i]),w=R(C=>{k(C?F.SCRIPT:F.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?F.SCRIPT:F.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]);D(()=>{Ge(e)&&t.privacy_notices&&(e.fidesConsentOverride===F.ACCEPT?w(!0):e.fidesConsentOverride===F.REJECT&&x(!0))},[t.privacy_notices,e.fidesConsentOverride]);const P=R(()=>{K("FidesUIShown",n,{servingComponent:we.BANNER})},[n]),A=R(()=>{K("FidesUIShown",n,{servingComponent:we.MODAL})},[n]),$=R(()=>{yt(c?.consent)||k(F.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(kl,{options:e,experience:t,cookie:n,savedConsent:p,isUiBlocking:!N,onOpen:A,onDismiss:$,renderBanner:({isEmbedded:C,isOpen:E,onClose:L,onManagePreferencesClick:U})=>{var G;const ue=h||((G=t.experience_config)==null?void 0:G.layer1_button_options)===ut.ACKNOWLEDGE;return v(xs,{bannerIsOpen:E,dismissable:N,onOpen:P,onClose:()=>{L(),$()},isEmbedded:C,renderButtonGroup:()=>v(bi,{experience:t,onManagePreferencesClick:U,enabledKeys:f,onAcceptAll:()=>{w(),L()},onRejectAll:()=>{x(),L()},onSave:(dt,Wt)=>{k(dt,Wt),L()},isAcknowledge:ue,hideOptInOut:ue,options:e})})},renderModalContent:()=>v("div",null,v("div",{className:"fides-modal-notices"},v(Il,{noticeToggles:m,enabledNoticeKeys:f,onChange:(C,E,L)=>{const U={servingComponent:"modal",trigger:E,preference:L};_(C),K("FidesUIChanged",n,U)}}))),renderModalFooter:({onClose:C})=>v(bi,{experience:t,enabledKeys:f,onAcceptAll:()=>{w(),C()},onRejectAll:()=>{x(),C()},onSave:(E,L)=>{k(E,L),C()},isInModal:!0,isAcknowledge:h,hideOptInOut:I||h,options:e})})};var Ul=Object.defineProperty,$i=Object.getOwnPropertySymbols,Bl=Object.prototype.hasOwnProperty,Gl=Object.prototype.propertyIsEnumerable,Ni=(e,t,o)=>t in e?Ul(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Vl=(e,t)=>{for(var o in t||(t={}))Bl.call(t,o)&&Ni(e,o,t[o]);if($i)for(var o of $i(t))Gl.call(t,o)&&Ni(e,o,t[o]);return e};const Hl=(e,t)=>{const{i18n:o}=e;Ln(v(ks,{i18nInstance:o},v(zl,Vl({},e))),t)};var Kl=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});function Yl(e){return Kl(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 ql=Object.defineProperty,Wl=Object.defineProperties,Zl=Object.getOwnPropertyDescriptors,Ti=Object.getOwnPropertySymbols,Jl=Object.prototype.hasOwnProperty,Xl=Object.prototype.propertyIsEnumerable,Ii=(e,t,o)=>t in e?ql(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,q=(e,t)=>{for(var o in t||(t={}))Jl.call(t,o)&&Ii(e,o,t[o]);if(Ti)for(var o of Ti(t))Xl.call(t,o)&&Ii(e,o,t[o]);return e},ct=(e,t)=>Wl(e,Zl(t)),Ql=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});function ec(e){return Ql(this,null,function*(){var t,o,n,i;let r=(t=e??this.config)!=null?t:It("Fides must be initialized with a configuration object");nr(!!((o=r.options)!=null&&o.debug)),this.config=r,K("FidesInitializing",void 0,{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=hn(ve.OPTIONS,r),l=hn(ve.EXPERIENCE_TRANSLATION,r),a=yield Yl(r);!s.fidesString&&a!=null&&a.fides_string&&(s.fidesString=a.fides_string);const c={optionsOverrides:s,consentPrefsOverrides:a,experienceTranslationOverrides:l};or(s);let p;if(!ge()){const{consent:u,method:f}=ho(s);u&&f&&(p=u)}r=ct(q({},r),{options:q(q({},r.options),c.optionsOverrides)}),this.cookie=Wa(r),this.cookie.consent=q(q({},this.cookie.consent),p),this.saved_consent=q({},this.cookie.consent);const{fidesString:d}=r.options;if(d)try{const{nc:u}=Et(d);this.decodeNoticeConsentString(u);const f={fides_string:d};this.cookie=q(q({},this.cookie),f)}catch{}if(this.experience=r.experience,!co(this.cookie)||!!p){const u=Za(ct(q({},r),{cookie:this.cookie,savedConsent:this.saved_consent,updateExperienceFromCookieConsent:mt}));Object.assign(this,u),Ze(this),this.experience=u.experience,Fo(this.cookie,{shouldShowExperience:this.shouldShowExperience()})}const b=yield Ja(ct(q({},r),{fides:this,initOverlay:jn,renderOverlay:Hl,updateExperience:pn,overrides:c,propertyId:r.propertyId}));Object.assign(this,b),Ze(this),jo(this.cookie,{shouldShowExperience:this.shouldShowExperience()})})}const tc=un({}),oc=ct(q({},tc),{init:ec});Ze(oc),g.BannerEnabled=Xt,g.ButtonType=W,g.CONSENT_COOKIE_MAX_AGE_DAYS=so,g.CONSENT_COOKIE_NAME=bt,g.ComponentType=M,g.ConsentFlagType=ae,g.ConsentMechanism=H,g.ConsentMethod=F,g.ConsentNonApplicableFlagMode=fe,g.DEFAULT_LOCALE=B,g.DEFAULT_MODAL_LINK_LABEL=Re,g.EnforcementLevel=Jt,g.FidesEndpointPaths=Qo,g.GpcStatus=Q,g.LOCALE_REGEX=ze,g.Layer1ButtonOption=ut,g.OverrideType=ve,g.PrivacyNoticeFramework=Zt,g.REQUEST_SOURCE=rn,g.RejectAllMechanism=Qt,g.RequestOrigin=eo,g.SaveConsentPreference=re,g.ServingComponent=we,g.UpdateConsentValidation=ne,g.UserConsentPreference=z,g.allNoticesAreDefaultOptIn=vr,g.applyOverridesToConsent=xe,g.areLocalesEqual=J,g.buildCookieConsentFromConsentPreferences=_o,g.consentCookieObjHasSomeConsentSet=yt,g.constructFidesRegionString=Be,g.createConsentPreferencesToSave=No,g.createEmptyExperience=en,g.decodeNoticeConsentString=kt,g.defaultShowModal=wt,g.detectUserLocale=Yo,g.dispatchConsentLoadedEvents=Fo,g.dispatchFidesEvent=K,g.dispatchFidesInitialized=xt,g.dispatchReadyEvents=jo,g.encodeNoticeConsentString=To,g.experienceIsValid=Po,g.extractDefaultLocaleFromExperience=Uo,g.fetchExperience=tn,g.fetchGvlTranslations=on,g.getConsentContext=ye,g.getCookieByName=De,g.getCoreFides=un,g.getCurrentLocale=Ye,g.getFidesConsentCookie=ge,g.getGeolocation=fn,g.getGpcStatusFromNotice=$o,g.getOrMakeFidesCookie=uo,g.getOverrideValidatorMapByType=Oo,g.getTcfDefaultPreference=gr,g.getWindowObjFromPath=Ao,g.i18n=Ea,g.initOverlay=jn,g.initializeI18n=Wo,g.isConsentOverride=Ge,g.isNewFidesCookie=co,g.isPrivacyExperience=_e,g.isValidAcString=yr,g.loadGVLMessagesFromExperience=Ho,g.loadMessagesFromExperience=Vo,g.loadMessagesFromFiles=Go,g.loadMessagesFromGVLTranslations=Ko,g.localizeModalLinkText=Zo,g.makeConsentDefaultsLegacy=vo,g.makeFidesCookie=po,g.matchAvailableLocales=qo,g.messageExists=ce,g.noticeHasConsentInCookie=Fe,g.onFidesEvent=So,g.parseFidesDisabledNotices=no,g.patchNoticesServed=sn,g.patchUserPreference=an,g.processExternalConsentValue=ke,g.raise=It,g.removeCookiesFromBrowser=go,g.resolveConsentValue=gt,g.resolveLegacyConsentValue=io,g.saveFidesCookie=fo,g.selectBestExperienceConfigTranslation=qe,g.selectBestNoticeTranslation=Pt,g.setupI18n=At,g.shouldResurfaceBanner=Ve,g.transformConsentToFidesUserPreference=ee,g.transformTcfPreferencesToCookieKeys=Zi,g.transformUserPreferenceToBoolean=se,g.updateCookieFromExperience=bo,g.updateCookieFromNoticePreferences=Me,g.updateExperience=pn,g.updateExperienceFromCookieConsentNotices=mt,g.updateWindowFides=Ze,g.validateOptions=Eo});
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,Ut,Ln,Ae=0,Fn=[],L=O,jn=L.__b,Dn=L.__r,Mn=L.diffed,Rn=L.__c,zn=L.unmount,Un=L.__;function rt(e,t){L.__h&&L.__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(Hn,e)}function as(e,t,o){var n=rt(me++,2);if(n.t=e,!n.__c&&(n.__=[o?o(t):Hn(void 0,t),function(l){var a=n.__N?n.__N[0]:n.__[0],c=n.t(a,l);a!==c&&(n.__N=[c,n.__[1]],n.__c.setState({}))}],n.__c=T,!T.u)){var i=function(l,a,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,l,a,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===l)&&(!r||r.call(this,l,a,c))};T.u=!0;var r=T.shouldComponentUpdate,s=T.componentWillUpdate;T.componentWillUpdate=function(l,a,c){if(this.__e){var p=r;r=void 0,i(l,a,c),r=p}s&&s.call(this,l,a,c)},T.shouldComponentUpdate=i}return n.__N||n.__}function D(e,t){var o=rt(me++,3);!L.__s&&Gn(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=rt(me++,7);return Gn(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 Bt(e){var t=T.context[e.__c],o=rt(me++,9);return o.c=e,t?(o.__==null&&(o.__=!0,t.sub(T)),t.props.value):e.__}function ls(){for(var e;e=Fn.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(at),e.__H.__h.forEach(Gt),e.__H.__h=[]}catch(t){e.__H.__h=[],L.__e(t,e.__v)}}L.__b=function(e){T=null,jn&&jn(e)},L.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Un&&Un(e,t)},L.__r=function(e){Dn&&Dn(e),me=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(at),t.__h.forEach(Gt),t.__h=[],me=0)),Ut=T},L.diffed=function(e){Mn&&Mn(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(Fn.push(t)!==1&&Ln===L.requestAnimationFrame||((Ln=L.requestAnimationFrame)||cs)(ls)),t.__H.__.forEach(function(o){o.i&&(o.__H=o.i),o.i=void 0})),Ut=T=null},L.__c=function(e,t){t.some(function(o){try{o.__h.forEach(at),o.__h=o.__h.filter(function(n){return!n.__||Gt(n)})}catch(n){t.some(function(i){i.__h&&(i.__h=[])}),t=[],L.__e(n,o.__v)}}),Rn&&Rn(e,t)},L.unmount=function(e){zn&&zn(e);var t,o=e.__c;o&&o.__H&&(o.__H.__.forEach(function(n){try{at(n)}catch(i){t=i}}),o.__H=void 0,t&&L.__e(t,o.__v))};var Bn=typeof requestAnimationFrame=="function";function cs(e){var t,o=function(){clearTimeout(n),Bn&&cancelAnimationFrame(t),setTimeout(e)},n=setTimeout(o,100);Bn&&(t=requestAnimationFrame(o))}function at(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 Hn(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 D(()=>{if(t)return()=>{};un(e).then(i=>{n(i)})},[e,t]),o},us=()=>{const[e,t]=H(!1);return D(()=>{t(!0)},[]),e};var fs=Object.defineProperty,Vn=Object.getOwnPropertySymbols,vs=Object.prototype.hasOwnProperty,gs=Object.prototype.propertyIsEnumerable,Kn=(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)&&Kn(e,o,t[o]);if(Vn)for(var o of Vn(t))gs.call(t,o)&&Kn(e,o,t[o]);return e},bs=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});const ys=({options:e,privacyExperience:t,privacyExperienceConfigHistoryId:o,privacyNoticeHistoryIds:n,userGeography:i,acknowledgeMode:r,propertyId:s,tcfNoticesServed:l})=>{const[a,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:s},l);nn({request:f,options:e})}),[e,t,o,i,r,n,s,l]);return D(()=>(window.addEventListener("FidesUIShown",p),()=>{window.removeEventListener("FidesUIShown",p)}),[p]),{servedNoticeHistoryId:a}},Yn=zt({}),ms=({i18nInstance:e,children:t})=>{const[o,n]=H(),[i,r]=H(!1),s=R(a=>{e.activate(a),n(a)},[e,n]);D(()=>{const a=document.getElementById(ir);i?a?.style.setProperty("animation-name","spin"):a?.style.removeProperty("animation-name")},[i]);const l=$e(()=>({i18n:e,currentLocale:o,setCurrentLocale:s,isLoading:i,setIsLoading:r}),[e,o,s,i]);return v(Yn.Provider,{value:l},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"}))),hs=zt({}),Wn="__VENDOR_COUNT_LINK__",Jn=(e,t)=>t?v("span",{dangerouslySetInnerHTML:{__html:e.trim()}}):Ua(e).trim(),Zn=({description:e,onVendorPageClick:t,allowHTMLDescription:o=!1})=>{const[n,i]=H();let r=0;const s=Bt(hs);return s!=null&&s.vendorCount&&(r=s.vendorCount),D(()=>{if(e)if(e.includes(Wn)&&t){const l=e.split(Wn);for(let c=1;c<l.length;c+=2)l.splice(c,0,v(te,null," ",v("button",{type:"button",className:"fides-link-button fides-vendor-count",onClick:t},r)," "));const a=l.map(c=>typeof c=="string"?Jn(c,o):c);i(a)}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))},ws=({dismissable:e,onOpen:t,onClose:o,bannerIsOpen:n,children:i,onVendorPageClick:r,renderButtonGroup:s,className:l,isEmbedded:a})=>{var c,p,d,b,u,f,_,h,m,y,k;const{i18n:w}=X(),x=ye().globalPrivacyControl;D(()=>{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",a&&"fides-embedded",l].filter(S=>typeof S=="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=(_=(f=window.Fides)==null?void 0:f.experience)==null?void 0:_.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((S,C)=>v("span",{key:S.id},v("strong",null,S.name),C<N.length-1&&", "))))),i),s())))},ks=e=>{const[t,o]=H(!1);return D(()=>{const n=window.matchMedia(e);o(n.matches);function i(r){o(r.matches)}return n.addEventListener?n.addEventListener("change",i):n.addListener(i),()=>{n.removeEventListener?n.removeEventListener("change",i):n.removeListener(i)}},[e]),t},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:s})=>v("button",{type:"button",id:o,className:`fides-banner-button fides-banner-button-${e.valueOf()} ${i}`,onClick:n,"data-testid":`${t}-btn`,disabled:r||s,style:{cursor:r||s?"not-allowed":"pointer"}},t||"",s&&v(Es,null));function Os(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 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 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=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 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 Ht(){this.__u=0,this.t=null,this.__b=null}function ri(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function st(){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)},(Ht.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,s=function(){r||(r=!0,o.__R=null,i?i(l):l())};o.__R=s;var l=function(){if(!--n.__u){if(n.state.__a){var a=n.state.__a;n.__v.__k[0]=ii(a,a.__c.__P,a.__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(s,s)},Ht.prototype.componentWillUnmount=function(){this.t=[]},Ht.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]}};(st.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()}},st.prototype.render=function(e){this.u=null,this.o=new Map;var t=tt(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},st.prototype.componentDidUpdate=st.prototype.componentDidMount=function(){var e=this;this.o.forEach(function(t,o){ai(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,Ss=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 Ls(){}function Fs(){return this.cancelBubble}function js(){return this.defaultPrevented}O.event=function(e){return si&&(e=si(e)),e.persist=Ls,e.isPropagationStopped=Fs,e.isDefaultPrevented=js,e.nativeEvent=e};var Ds={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 s=o[r];if(!(r==="value"&&"defaultValue"in o&&s==null||Ss&&r==="children"&&n==="noscript"||r==="class"||r==="className")){var l=r.toLowerCase();r==="defaultValue"&&"value"in o&&o.value==null?r="value":r==="download"&&s===!0?s="":l==="translate"&&s==="no"?s=!1:l==="ondoubleclick"?r="ondblclick":l!=="onchange"||n!=="input"&&n!=="textarea"||Is(o.type)?l==="onfocus"?r="onfocusin":l==="onblur"?r="onfocusout":Ns.test(r)?r=l:n.indexOf("-")===-1&&$s.test(r)?r=r.replace(Ts,"-$&").toLowerCase():s===null&&(s=void 0):l=r="oninput",l==="oninput"&&i[r=l]&&(r="oninputCapture"),i[r]=s}}n=="select"&&i.multiple&&Array.isArray(i.value)&&(i.value=tt(o.children).forEach(function(a){a.props.selected=i.value.indexOf(a.props.value)!=-1})),n=="select"&&i.defaultValue!=null&&(i.value=tt(o.children).forEach(function(a){a.props.selected=i.multiple?i.defaultValue.indexOf(a.props.value)!=-1:i.defaultValue==a.props.value})),o.class&&!o.className?(i.class=o.class,Object.defineProperty(i,"className",Ds)):(o.className&&!o.class||o.class&&o.className)&&(i.class=i.className=o.className),t.props=i}(e),e.$$typeof=As,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=zt({});var Rs=Object.defineProperty,zs=Object.defineProperties,Us=Object.getOwnPropertyDescriptors,lt=Object.getOwnPropertySymbols,pi=Object.prototype.hasOwnProperty,ui=Object.prototype.propertyIsEnumerable,fi=(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={}))pi.call(t,o)&&fi(e,o,t[o]);if(lt)for(var o of lt(t))ui.call(t,o)&&fi(e,o,t[o]);return e},Gs=(e,t)=>zs(e,Us(t)),Hs=(e,t)=>{var o={};for(var n in e)pi.call(e,n)&&t.indexOf(n)<0&&(o[n]=e[n]);if(e!=null&&lt)for(var n of lt(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=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=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});const Ys=({availableLocales:e,options:t,isTCF:o})=>{const{i18n:n,currentLocale:i,setCurrentLocale:r,setIsLoading:s}=X(),l=Bt(Ms),a=c=>Ks(void 0,null,function*(){var p;if(c!==n.locale)if(o){s(!0);const d=yield Qo(t.fidesApiUrl,[c]);s(!1),d&&Object.keys(d).length?(l.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:()=>a(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:s,options:l,isInModal:a,isTCF:c,isMinimalTCF:p,isGVLLoading:d})=>{var b;const[u,f]=H(!1),{i18n:_}=X(),h=ks("(max-width: 768px)"),m=((b=_.availableLanguages)==null?void 0:b.length)>1,y=ce(_,"exp.privacy_policy_link_label")&&ce(_,"exp.privacy_policy_url"),k=()=>{const x=!c||!p;f(!x),t&&x&&t()},w=a&&l.showFidesBrandLink;return D(()=>{u&&!p&&k()},[u,p]),v("div",{id:"fides-button-group"},v("div",{className:a?"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:W.SECONDARY,label:_.t("exp.privacy_preferences_link_label"),onClick:k,className:"fides-manage-preferences-button",loading:u}),!s&&v(he,{buttonType:W.PRIMARY,label:_.t("exp.reject_button_label"),onClick:i,className:"fides-reject-all-button",loading:d}),v(he,{buttonType:W.PRIMARY,label:_.t("exp.accept_button_label"),onClick:n,className:"fides-accept-all-button",loading:d}))),v("div",{className:`${a?"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:l,isTCF:!!c}),!c&&!!t&&v(he,{buttonType:h?W.SECONDARY:W.TERTIARY,label:_.t("exp.privacy_preferences_link_label"),onClick:t,className:"fides-manage-preferences-button"}),y&&v(qs,null),w&&v(xs,null)))},vi=({experience:e,onAcceptAll:t,onRejectAll:o,onSave:n,onManagePreferencesClick:i,enabledKeys:r,isInModal:s,isAcknowledge:l,hideOptInOut:a=!1,options:c})=>{const{i18n:p}=X();if(!e.experience_config||!e.privacy_notices)return null;const{privacy_notices:d}=e,b=()=>{n(F.ACKNOWLEDGE,d.map(_=>_.notice_key))},u=()=>{n(F.SAVE,r)},f=()=>l?v(he,{buttonType:W.PRIMARY,label:p.t("exp.acknowledge_button_label"),onClick:b,className:"fides-acknowledge-button"}):s?v(he,{buttonType:a?W.PRIMARY:W.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:s,renderFirstButton:f,hideOptInOut:a,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 Y(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()}Y.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},Y.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},Y.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},Y.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},Y.prototype.on=function(e,t){return typeof this._listeners[e]>"u"&&(this._listeners[e]=[]),this._listeners[e].push(t),this},Y.prototype.off=function(e,t){var o=(this._listeners[e]||[]).indexOf(t);return o>-1&&this._listeners[e].splice(o,1),this},Y.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))},Y.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))},Y.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 Qs(e){return Array.prototype.slice.call(e)}function Ne(e,t){return Qs((t||document).querySelectorAll(e))}function gi(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 Vt(){Ne("[data-a11y-dialog]").forEach(function(e){new Y(e)})}typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",Vt):window.requestAnimationFrame?window.requestAnimationFrame(Vt):window.setTimeout(Vt,16));const ol=()=>{const[e,t]=H(null),o=R(n=>{if(n!==null){const i=new Y(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",s=`${t}-title`,l=R(()=>{n&&n.hide(),o&&o()},[o,n]);return D(()=>()=>{n&&n.destroy()},[n]),{instance:n,attributes:{container:{id:t,ref:i,role:e,tabIndex:-1,"aria-modal":!0,"aria-hidden":!0,"aria-labelledby":s},overlay:{onClick:r?void 0:l},dialog:{role:"document"},closeButton:{type:"button",onClick:l},title:{role:"heading","aria-level":1,id:s}}}},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,_i=Object.getOwnPropertySymbols,cl=Object.prototype.hasOwnProperty,dl=Object.prototype.propertyIsEnumerable,bi=(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)&&bi(e,o,t[o]);if(_i)for(var o of _i(t))dl.call(t,o)&&bi(e,o,t[o]);return e},ul=(e,t)=>sl(e,ll(t));const yi=({titleProps:e,className:t,renderModalFooter:o,children:n,onVendorPageClick:i})=>{var r,s;const{i18n:l}=X(),a=l.t("exp.title"),c=l.t("exp.description"),p=ye().globalPrivacyControl,d=l.t("static.gpc.title"),b=l.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"}),a),v("p",{"data-testid":"fides-modal-description",className:"fides-modal-description"},v(Zn,{onVendorPageClick:i,description:c,allowHTMLDescription:(s=(r=window.Fides)==null?void 0:r.options)==null?void 0:s.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,mi=Object.getOwnPropertySymbols,_l=Object.prototype.hasOwnProperty,bl=Object.prototype.propertyIsEnumerable,hi=(e,t,o)=>t in e?fl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Kt=(e,t)=>{for(var o in t||(t={}))_l.call(t,o)&&hi(e,o,t[o]);if(mi)for(var o of mi(t))bl.call(t,o)&&hi(e,o,t[o]);return e},Yt=(e,t)=>vl(e,gl(t));const yl=({attributes:e,children:t,dismissable:o,onVendorPageClick:n,renderModalFooter:i})=>{const{container:r,overlay:s,dialog:l,title:a,closeButton:c}=e;return v("div",Yt(Kt({"data-testid":"consent-modal"},r),{className:"fides-modal-container"}),v("div",Yt(Kt({},s),{className:"fides-modal-overlay"})),v("div",Yt(Kt({"data-testid":"fides-modal-content"},l),{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:a,renderModalFooter:i,onVendorPageClick:n},t)))},ml=({options:e,experience:t,cookie:o,savedConsent:n,onOpen:i,onDismiss:r,renderBanner:s,renderModalContent:l,renderModalFooter:a,onVendorPageClick:c,isUiBlocking:p})=>{const{i18n:d}=X(),b=100,u=us(),f=e.modalLinkId||"fides-modal-link",_=!t||!!e.fidesEmbed||e.modalLinkId==="",h=ps(f,_),m=ss(null),[y,k]=H(null);D(()=>{y===null&&k(!He(t,o,n,e))},[y]);const[w,x]=H(e.fidesEmbed?He(t,o,n,e):!1);D(()=>(p&&w?za():pn(),()=>{pn()}),[p,w]);const P=R(({saved:E=!1})=>{K("FidesModalClosed",o,{saved:E}),E||r()},[o,r]),{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]),S=R(()=>{A&&!e.fidesEmbed&&(A.hide(),P({saved:!0}))},[A,P,e.fidesEmbed]);D(()=>{e.fidesEmbed&&!w&&i()},[e,i,w]),D(()=>{const E=setTimeout(()=>{y||x(!0)},b);return()=>clearTimeout(E)},[y,x]),D(()=>(t&&!e.fidesEmbed&&(window.Fides.showModal=N),()=>{window.Fides.showModal=wt}),[t,N,e.fidesEmbed]),D(()=>(document.body.classList.add("fides-overlay-modal-link-shown"),_||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,_,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||!l||!a?null:v(yi,{titleProps:$.title,renderModalFooter:()=>a({onClose:S,isMobile:!1}),onVendorPageClick:c},l()):v(yl,{attributes:$,dismissable:t.experience_config.dismissable,onVendorPageClick:c,renderModalFooter:()=>a?a({onClose:S,isMobile:!1}):null},l&&l()),!y&&s({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:s,offLabel:l})=>{const a=n?s:l;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"},a))};var wl=Object.defineProperty,kl=Object.defineProperties,Cl=Object.getOwnPropertyDescriptors,wi=Object.getOwnPropertySymbols,xl=Object.prototype.hasOwnProperty,El=Object.prototype.propertyIsEnumerable,ki=(e,t,o)=>t in e?wl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,Ci=(e,t)=>{for(var o in t||(t={}))xl.call(t,o)&&ki(e,o,t[o]);if(wi)for(var o of wi(t))El.call(t,o)&&ki(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:s,disabled:l,onLabel:a,offLabel:c,isHeader:p,includeToggle:d=!0})=>{const{isOpen:b,getButtonProps:u,getDisclosureProps:f,onToggle:_}=ds({id:e}),h=(k,w)=>{(k.code==="Space"||k.code==="Enter")&&(k.preventDefault(),w&&_())},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(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"},s,r?v("span",{className:"fides-notice-badge"},r):null,d?v(hl,{label:t,name:e,id:e,checked:o,onChange:n,disabled:l,onLabel:a,offLabel:c}):null)),i?v("div",Ci({},f()),i):null)},Al=()=>v("hr",{className:"fides-divider"}),$l=({noticeToggles:e,enabledNoticeKeys:t,onChange:o})=>{const{i18n:n}=X(),i=(l,a)=>{const c={key:l,type:"notice"};t.indexOf(l)===-1?o([...t,l],a,c):o(t.filter(p=>p!==l),a,c)};let r,s;return Ye(n)===B&&(r="On",s="Off"),v("div",null,e.map((l,a)=>{const{noticeKey:c,title:p,description:d,checked:b,disabled:u,gpcStatus:f}=l,_=a===e.length-1;return v("div",{key:c},v(Pl,{noticeKey:c,title:p,checked:b,onToggle:i,gpcBadge:v(Xn,{status:f}),disabled:u,onLabel:r,offLabel:s},d),_?null:v(Al,null))}))};var Nl=Object.defineProperty,Tl=Object.defineProperties,Sl=Object.getOwnPropertyDescriptors,xi=Object.getOwnPropertySymbols,Il=Object.prototype.hasOwnProperty,Ll=Object.prototype.propertyIsEnumerable,Ei=(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={}))Il.call(t,o)&&Ei(e,o,t[o]);if(xi)for(var o of xi(t))Ll.call(t,o)&&Ei(e,o,t[o]);return e},jl=(e,t)=>Tl(e,Sl(t));const Dl=({options:e,experience:t,fidesRegionString:o,cookie:n,propertyId:i})=>{var r;const{i18n:s,currentLocale:l,setCurrentLocale:a}=X(),c=ge(),p=window.Fides.saved_consent,d=C=>t.privacy_notices?t.privacy_notices.map(E=>gt(E,C||p||c?.consent)?E.notice_key:""):[];D(()=>{!l&&s.locale&&a(s.locale)},[l,s.locale,a]);const b=$e(()=>{if(t.experience_config){const C=qe(s,t.experience_config);return C?.privacy_experience_config_history_id}},[t,s,l]),u=$e(()=>{var C;const E=((C=t.privacy_notices)!=null?C:[]).map(G=>{var ue,dt;const qt=G.consent_mechanism===V.NOTICE_ONLY||((dt=(ue=e.fidesDisabledNotices)==null?void 0:ue.includes(G.notice_key))!=null?dt:!1)||G.disabled,ec=Ot(s,G);return{notice:jl(Fl({},G),{disabled:qt}),bestTranslation:ec}}),I=E.filter(G=>G.notice.consent_mechanism===V.NOTICE_ONLY),U=E.filter(G=>G.notice.consent_mechanism!==V.NOTICE_ONLY);return[...I,...U]},[t.privacy_notices,s,l,e.fidesDisabledNotices]),[f,_]=H(d());window.addEventListener("FidesUpdating",C=>{const{consent:E}=C.detail;Object.entries(E).forEach(([I,U])=>{E[I]=Ce(U)}),_(d(E))});const h=u.every(C=>C.notice.consent_mechanism===V.NOTICE_ONLY),m=u.map(C=>{var E,I;const U=f.indexOf(C.notice.notice_key)!==-1,G=ye(),ue=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:(I=C.bestTranslation)==null?void 0:I.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 I;const U=(I=E.bestTranslation)==null?void 0:I.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 I=$o(u,E);Nt({consentPreferencesToSave:I,privacyExperienceConfigHistoryId:b,experience:t,consentMethod:C,options:e,userLocationString:o,cookie:n,servedNoticeHistoryId:y,propertyId:i,updateCookie:U=>Me(U,I)}),_(E)},[n,o,t,e,b,u,y,i]),w=R(C=>{k(C?F.SCRIPT:F.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?F.SCRIPT:F.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]);D(()=>{Ge(e)&&t.privacy_notices&&(e.fidesConsentOverride===F.ACCEPT?w(!0):e.fidesConsentOverride===F.REJECT&&x(!0))},[t.privacy_notices,e.fidesConsentOverride]);const P=R(()=>{K("FidesUIShown",n,{servingComponent:ke.BANNER})},[n]),A=R(()=>{K("FidesUIShown",n,{servingComponent:ke.MODAL})},[n]),$=R(()=>{yt(c?.consent)||k(F.DISMISS,d())},[k,d,c?.consent]);if(!t.experience_config)return null;const N=!!((r=t.experience_config)!=null&&r.dismissable),S=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:I,onManagePreferencesClick:U})=>{var G;const ue=h||((G=t.experience_config)==null?void 0:G.layer1_button_options)===ut.ACKNOWLEDGE;return v(ws,{bannerIsOpen:E,dismissable:N,onOpen:P,onClose:()=>{I(),$()},isEmbedded:C,renderButtonGroup:()=>v(vi,{experience:t,onManagePreferencesClick:U,enabledKeys:f,onAcceptAll:()=>{w(),I()},onRejectAll:()=>{x(),I()},onSave:(dt,qt)=>{k(dt,qt),I()},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,I)=>{const U={servingComponent:"modal",trigger:E,preference:I};_(C),K("FidesUIChanged",n,U)}}))),renderModalFooter:({onClose:C})=>v(vi,{experience:t,enabledKeys:f,onAcceptAll:()=>{w(),C()},onRejectAll:()=>{x(),C()},onSave:(E,I)=>{k(E,I),C()},isInModal:!0,isAcknowledge:h,hideOptInOut:S||h,options:e})})};var Ml=Object.defineProperty,Oi=Object.getOwnPropertySymbols,Rl=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,Ul=(e,t)=>{for(var o in t||(t={}))Rl.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 Bl=(e,t)=>{const{i18n:o}=e;Nn(v(ms,{i18nInstance:o},v(Dl,Ul({},e))),t)};var Gl=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((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,Ai=Object.getOwnPropertySymbols,ql=Object.prototype.hasOwnProperty,Wl=Object.prototype.propertyIsEnumerable,$i=(e,t,o)=>t in e?Vl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,q=(e,t)=>{for(var o in t||(t={}))ql.call(t,o)&&$i(e,o,t[o]);if(Ai)for(var o of Ai(t))Wl.call(t,o)&&$i(e,o,t[o]);return e},ct=(e,t)=>Kl(e,Yl(t)),Jl=(e,t,o)=>new Promise((n,i)=>{var r=a=>{try{l(o.next(a))}catch(c){i(c)}},s=a=>{try{l(o.throw(a))}catch(c){i(c)}},l=a=>a.done?n(a.value):Promise.resolve(a.value).then(r,s);l((o=o.apply(e,t)).next())});function Zl(e){return Jl(this,null,function*(){var t,o,n,i;let r=(t=e??this.config)!=null?t:Tt("Fides must be initialized with a configuration object");er(!!((o=r.options)!=null&&o.debug)),this.config=r,K("FidesInitializing",void 0,{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(ve.OPTIONS,r),l=bn(ve.EXPERIENCE_TRANSLATION,r),a=yield Hl(r);!s.fidesString&&a!=null&&a.fides_string&&(s.fidesString=a.fides_string);const c={optionsOverrides:s,consentPrefsOverrides:a,experienceTranslationOverrides:l};Qi(s);let p;if(!ge()){const{consent:u,method:f}=mo(s);u&&f&&(p=u)}r=ct(q({},r),{options:q(q({},r.options),c.optionsOverrides)}),this.cookie=Ka(r),this.cookie.consent=q(q({},this.cookie.consent),p),this.saved_consent=q({},this.cookie.consent);const{fidesString:d}=r.options;if(d)try{const{nc:u}=xt(d);this.decodeNoticeConsentString(u);const f={fides_string:d};this.cookie=q(q({},this.cookie),f)}catch{}if(this.experience=r.experience,!lo(this.cookie)||!!p){const u=Ya(ct(q({},r),{cookie:this.cookie,savedConsent:this.saved_consent,updateExperienceFromCookieConsent:mt}));Object.assign(this,u),Je(this),this.experience=u.experience,K("FidesConsentLoaded",this.cookie,{shouldShowExperience:this.shouldShowExperience()}),K("FidesInitialized",this.cookie,{shouldShowExperience:this.shouldShowExperience()})}const b=yield qa(ct(q({},r),{fides:this,initOverlay:In,renderOverlay:Bl,updateExperience:ln,overrides:c,propertyId:r.propertyId}));Object.assign(this,b),Je(this),K("FidesReady",this.cookie,{shouldShowExperience:this.shouldShowExperience()}),K("FidesInitialized",this.cookie,{shouldShowExperience:this.shouldShowExperience()})})}const Xl=cn({}),Ql=ct(q({},Xl),{init:Zl});Je(Ql),g.BannerEnabled=Zt,g.ButtonType=W,g.CONSENT_COOKIE_MAX_AGE_DAYS=ao,g.CONSENT_COOKIE_NAME=bt,g.ComponentType=M,g.ConsentFlagType=ae,g.ConsentMechanism=V,g.ConsentMethod=F,g.ConsentNonApplicableFlagMode=fe,g.DEFAULT_LOCALE=B,g.DEFAULT_MODAL_LINK_LABEL=Re,g.EnforcementLevel=Jt,g.FidesEndpointPaths=Jo,g.GpcStatus=Q,g.LOCALE_REGEX=ze,g.Layer1ButtonOption=ut,g.OverrideType=ve,g.PrivacyNoticeFramework=Wt,g.REQUEST_SOURCE=tn,g.RejectAllMechanism=Xt,g.RequestOrigin=Qt,g.SaveConsentPreference=re,g.ServingComponent=ke,g.UpdateConsentValidation=ne,g.UserConsentPreference=z,g.allNoticesAreDefaultOptIn=pr,g.applyOverridesToConsent=Ee,g.areLocalesEqual=Z,g.buildCookieConsentFromConsentPreferences=go,g.consentCookieObjHasSomeConsentSet=yt,g.constructFidesRegionString=Be,g.createConsentPreferencesToSave=$o,g.createEmptyExperience=Zo,g.decodeNoticeConsentString=kt,g.defaultShowModal=wt,g.detectUserLocale=Ho,g.dispatchFidesEvent=K,g.encodeNoticeConsentString=No,g.experienceIsValid=Oo,g.extractDefaultLocaleFromExperience=Mo,g.fetchExperience=Xo,g.fetchGvlTranslations=Qo,g.getConsentContext=ye,g.getCookieByName=De,g.getCoreFides=cn,g.getCurrentLocale=Ye,g.getFidesConsentCookie=ge,g.getGeolocation=dn,g.getGpcStatusFromNotice=Ao,g.getOrMakeFidesCookie=po,g.getOverrideValidatorMapByType=Eo,g.getTcfDefaultPreference=ur,g.getWindowObjFromPath=Po,g.i18n=ka,g.initOverlay=In,g.initializeI18n=Ko,g.isConsentOverride=Ge,g.isNewFidesCookie=lo,g.isPrivacyExperience=_e,g.isValidAcString=gr,g.loadGVLMessagesFromExperience=Bo,g.loadMessagesFromExperience=Uo,g.loadMessagesFromFiles=zo,g.loadMessagesFromGVLTranslations=Go,g.localizeModalLinkText=Yo,g.makeConsentDefaultsLegacy=fo,g.makeFidesCookie=co,g.matchAvailableLocales=Vo,g.messageExists=ce,g.noticeHasConsentInCookie=Fe,g.onFidesEvent=Io,g.parseFidesDisabledNotices=oo,g.patchNoticesServed=nn,g.patchUserPreference=on,g.processExternalConsentValue=Ce,g.raise=Tt,g.removeCookiesFromBrowser=vo,g.resolveConsentValue=gt,g.resolveLegacyConsentValue=no,g.saveFidesCookie=uo,g.selectBestExperienceConfigTranslation=qe,g.selectBestNoticeTranslation=Ot,g.setupI18n=Pt,g.shouldResurfaceBanner=He,g.transformConsentToFidesUserPreference=ee,g.transformTcfPreferencesToCookieKeys=Yi,g.transformUserPreferenceToBoolean=se,g.updateCookieFromExperience=_o,g.updateCookieFromNoticePreferences=Me,g.updateExperience=ln,g.updateExperienceFromCookieConsentNotices=mt,g.updateWindowFides=Je,g.validateOptions=xo});